@yuno-payments/sdk-web-types 1.19.0-beta.1 → 1.19.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
@@ -507,6 +507,7 @@ interface YunoConfig {
507
507
  c2p?: {
508
508
  enableRememberMe?: boolean;
509
509
  recognitionToken?: string;
510
+ c2pFlowType?: string;
510
511
  };
511
512
  texts?: TextsCustom;
512
513
  issuersFormEnable?: boolean;
package/dist/types.ts CHANGED
@@ -507,6 +507,7 @@ interface YunoConfig {
507
507
  c2p?: {
508
508
  enableRememberMe?: boolean;
509
509
  recognitionToken?: string;
510
+ c2pFlowType?: string;
510
511
  };
511
512
  texts?: TextsCustom;
512
513
  issuersFormEnable?: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yuno-payments/sdk-web-types",
3
- "version": "1.19.0-beta.1",
3
+ "version": "1.19.0",
4
4
  "types": "dist/index.d.ts",
5
5
  "main": "dist/types.ts",
6
6
  "type": "commonjs",