@@ -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
0 commit comments