@yuno-payments/sdk-web-types 1.18.0 → 1.19.0-beta.3

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,8 @@ interface YunoConfig {
506
506
  showLoading?: boolean;
507
507
  c2p?: {
508
508
  enableRememberMe?: boolean;
509
+ recognitionToken?: string;
510
+ c2pFlowType?: string;
509
511
  };
510
512
  texts?: TextsCustom;
511
513
  issuersFormEnable?: boolean;
package/dist/types.ts CHANGED
@@ -506,6 +506,8 @@ interface YunoConfig {
506
506
  showLoading?: boolean;
507
507
  c2p?: {
508
508
  enableRememberMe?: boolean;
509
+ recognitionToken?: string;
510
+ c2pFlowType?: string;
509
511
  };
510
512
  texts?: TextsCustom;
511
513
  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.3",
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
+ }