Skip to content

Commit 84ae5c7

Browse files
authored
Merge pull request #65 from cloudflare/mendess/update-enum-variant
Update MediaType.ARBITRARY_* media types to GENERIC_*
2 parents cfebf07 + 823e4bf commit 84ae5c7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/issuance.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ export enum MediaType {
1313
PRIVATE_TOKEN_ISSUER_DIRECTORY = 'application/private-token-issuer-directory',
1414
PRIVATE_TOKEN_REQUEST = 'application/private-token-request',
1515
PRIVATE_TOKEN_RESPONSE = 'application/private-token-response',
16-
ARBITRARY_BATCHED_TOKEN_REQUEST = 'application/private-token-generic-batch-request',
17-
ARBITRARY_BATCHED_TOKEN_RESPONSE = 'application/private-token-generic-batch-response',
16+
GENERIC_BATCHED_TOKEN_REQUEST = 'application/private-token-generic-batch-request',
17+
GENERIC_BATCHED_TOKEN_RESPONSE = 'application/private-token-generic-batch-response',
1818
}
1919

2020
// Issuer 'token-keys' object description'

0 commit comments

Comments
 (0)