@yuno-payments/sdk-web-types 1.17.0 → 1.19.0-beta.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
@@ -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;
@@ -505,6 +506,7 @@ interface YunoConfig {
505
506
  showLoading?: boolean;
506
507
  c2p?: {
507
508
  enableRememberMe?: boolean;
509
+ recognitionToken?: string;
508
510
  };
509
511
  texts?: TextsCustom;
510
512
  issuersFormEnable?: boolean;
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;
@@ -505,6 +506,7 @@ interface YunoConfig {
505
506
  showLoading?: boolean;
506
507
  c2p?: {
507
508
  enableRememberMe?: boolean;
509
+ recognitionToken?: string;
508
510
  };
509
511
  texts?: TextsCustom;
510
512
  issuersFormEnable?: boolean;
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.19.0-beta.1",
4
4
  "types": "dist/index.d.ts",
5
5
  "main": "dist/types.ts",
6
6
  "type": "commonjs",
@@ -22,4 +22,4 @@
22
22
  "rollup-plugin-dts": "^6.0.2",
23
23
  "typescript": "^5.2.2"
24
24
  }
25
- }
25
+ }