Skip to content

Commit 6d24726

Browse files
docs: Remove deprecated tag from MERCHANT_LOCKED card type
1 parent d4b3f73 commit 6d24726

3 files changed

Lines changed: 9 additions & 10 deletions

File tree

.stats.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
configured_endpoints: 176
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/lithic%2Flithic-14b3b5bca66c1e0935b314e469476f91193413c29a47ad4a0affa19beb14c7d3.yml
3-
openapi_spec_hash: afba11ad031397d6e3873485b5b42473
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/lithic%2Flithic-a6c56df3bc156ac1e6ee5d635c6cd964f0d60836fe17a97deec8af8429bd339c.yml
3+
openapi_spec_hash: c563acd10d96ddabe6c9643b592bd509
44
config_hash: 31d71922d7838f34ae0875c9b8026d99

src/resources/cards/cards.ts

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -575,11 +575,10 @@ export interface NonPCICard {
575575
* wallet-enabled). _ `PHYSICAL` - Manufactured and sent to the cardholder. We
576576
* offer white label branding, credit, ATM, PIN debit, chip/EMV, NFC and magstripe
577577
* functionality. _ `SINGLE_USE` - Card is closed upon first successful
578-
* authorization. _ `MERCHANT_LOCKED` - _[Deprecated]_ Card is locked to the first
579-
* merchant that successfully authorizes the card. _ `UNLOCKED` - _[Deprecated]_
580-
* Similar behavior to VIRTUAL cards, please use VIRTUAL instead. _
581-
* `DIGITAL_WALLET` - _[Deprecated]_ Similar behavior to VIRTUAL cards, please use
582-
* VIRTUAL instead.
578+
* authorization. _ `MERCHANT_LOCKED` - Card is locked to the first merchant that
579+
* successfully authorizes the card. _ `UNLOCKED` - _[Deprecated]_ Similar behavior
580+
* to VIRTUAL cards, please use VIRTUAL instead. _ `DIGITAL_WALLET` -
581+
* _[Deprecated]_ Similar behavior to VIRTUAL cards, please use VIRTUAL instead.
583582
*/
584583
type: 'MERCHANT_LOCKED' | 'PHYSICAL' | 'SINGLE_USE' | 'VIRTUAL' | 'UNLOCKED' | 'DIGITAL_WALLET';
585584

@@ -869,8 +868,8 @@ export interface CardCreateParams {
869868
* Reach out at [lithic.com/contact](https://lithic.com/contact) for more
870869
* information.
871870
* - `SINGLE_USE` - Card is closed upon first successful authorization.
872-
* - `MERCHANT_LOCKED` - _[Deprecated]_ Card is locked to the first merchant that
873-
* successfully authorizes the card.
871+
* - `MERCHANT_LOCKED` - Card is locked to the first merchant that successfully
872+
* authorizes the card.
874873
* - `UNLOCKED` - _[Deprecated]_ Similar behavior to VIRTUAL cards, please use
875874
* VIRTUAL instead.
876875
* - `DIGITAL_WALLET` - _[Deprecated]_ Similar behavior to VIRTUAL cards, please

src/resources/webhooks.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1362,7 +1362,7 @@ export interface CardUpdatedWebhookEvent {
13621362
/**
13631363
* The token of the card that was updated.
13641364
*/
1365-
token: string;
1365+
card_token: string;
13661366

13671367
/**
13681368
* The type of event that occurred.

0 commit comments

Comments
 (0)