@yuno-payments/sdk-web-types 1.18.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
@@ -506,6 +506,7 @@ interface YunoConfig {
506
506
  showLoading?: boolean;
507
507
  c2p?: {
508
508
  enableRememberMe?: boolean;
509
+ recognitionToken?: string;
509
510
  };
510
511
  texts?: TextsCustom;
511
512
  issuersFormEnable?: boolean;
package/dist/types.ts CHANGED
@@ -506,6 +506,7 @@ interface YunoConfig {
506
506
  showLoading?: boolean;
507
507
  c2p?: {
508
508
  enableRememberMe?: boolean;
509
+ recognitionToken?: string;
509
510
  };
510
511
  texts?: TextsCustom;
511
512
  issuersFormEnable?: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yuno-payments/sdk-web-types",
3
- "version": "1.18.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
+ }