@yuno-payments/sdk-web-types 1.17.0 → 1.18.0

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
@@ -471,6 +471,7 @@ interface CardConfig {
471
471
  vaultOnSuccess?: boolean;
472
472
  texts?: ButtonTextCard;
473
473
  documentEnable?: boolean;
474
+ isCreditCardProcessingOnly?: boolean;
474
475
  }
475
476
  interface FormElementSelector {
476
477
  apmForm?: string;
package/dist/types.ts CHANGED
@@ -471,6 +471,7 @@ interface CardConfig {
471
471
  vaultOnSuccess?: boolean;
472
472
  texts?: ButtonTextCard;
473
473
  documentEnable?: boolean;
474
+ isCreditCardProcessingOnly?: boolean;
474
475
  }
475
476
  interface FormElementSelector {
476
477
  apmForm?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yuno-payments/sdk-web-types",
3
- "version": "1.17.0",
3
+ "version": "1.18.0",
4
4
  "types": "dist/index.d.ts",
5
5
  "main": "dist/types.ts",
6
6
  "type": "commonjs",