@yuno-payments/sdk-web-types 1.12.0 → 1.13.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.ts +2 -1
- package/dist/types.ts +2 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -392,6 +392,7 @@ interface CardConfig {
|
|
|
392
392
|
styles?: string;
|
|
393
393
|
type?: 'extends' | 'step';
|
|
394
394
|
cardSaveEnable?: boolean;
|
|
395
|
+
vaultOnSuccess?: boolean;
|
|
395
396
|
texts?: ButtonTextCard;
|
|
396
397
|
documentEnable?: boolean;
|
|
397
398
|
}
|
|
@@ -473,7 +474,7 @@ interface SecureFieldsArgs {
|
|
|
473
474
|
checkoutSession?: string;
|
|
474
475
|
installmentEnable?: boolean;
|
|
475
476
|
customerSession?: string;
|
|
476
|
-
|
|
477
|
+
enableMultiplesCard?: boolean;
|
|
477
478
|
}
|
|
478
479
|
interface MountStatusPaymentArgs {
|
|
479
480
|
checkoutSession: string;
|
package/dist/types.ts
CHANGED
|
@@ -392,6 +392,7 @@ interface CardConfig {
|
|
|
392
392
|
styles?: string;
|
|
393
393
|
type?: 'extends' | 'step';
|
|
394
394
|
cardSaveEnable?: boolean;
|
|
395
|
+
vaultOnSuccess?: boolean;
|
|
395
396
|
texts?: ButtonTextCard;
|
|
396
397
|
documentEnable?: boolean;
|
|
397
398
|
}
|
|
@@ -473,7 +474,7 @@ interface SecureFieldsArgs {
|
|
|
473
474
|
checkoutSession?: string;
|
|
474
475
|
installmentEnable?: boolean;
|
|
475
476
|
customerSession?: string;
|
|
476
|
-
|
|
477
|
+
enableMultiplesCard?: boolean;
|
|
477
478
|
}
|
|
478
479
|
interface MountStatusPaymentArgs {
|
|
479
480
|
checkoutSession: string;
|