@yuno-payments/sdk-web-types 1.13.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 CHANGED
@@ -474,7 +474,7 @@ interface SecureFieldsArgs {
474
474
  checkoutSession?: string;
475
475
  installmentEnable?: boolean;
476
476
  customerSession?: string;
477
- enableMultipleCard?: string;
477
+ enableMultiplesCard?: boolean;
478
478
  }
479
479
  interface MountStatusPaymentArgs {
480
480
  checkoutSession: string;
package/dist/types.ts CHANGED
@@ -474,7 +474,7 @@ interface SecureFieldsArgs {
474
474
  checkoutSession?: string;
475
475
  installmentEnable?: boolean;
476
476
  customerSession?: string;
477
- enableMultipleCard?: string;
477
+ enableMultiplesCard?: boolean;
478
478
  }
479
479
  interface MountStatusPaymentArgs {
480
480
  checkoutSession: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yuno-payments/sdk-web-types",
3
- "version": "1.13.0",
3
+ "version": "1.13.1",
4
4
  "types": "dist/index.d.ts",
5
5
  "main": "dist/types.ts",
6
6
  "type": "commonjs",