@yuno-payments/sdk-web-types 1.1.0 → 1.3.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
@@ -255,6 +255,9 @@ interface YunoConfig {
255
255
  externalPaymentButtons?: ExternalPaymentButtons;
256
256
  card?: CardConfig;
257
257
  showLoading?: boolean;
258
+ c2p?: {
259
+ enableRememberMe?: boolean;
260
+ };
258
261
  texts?: TextsCustom;
259
262
  issuersFormEnable?: boolean;
260
263
  automaticallyUnmount?: boolean;
package/dist/types.ts CHANGED
@@ -255,6 +255,9 @@ interface YunoConfig {
255
255
  externalPaymentButtons?: ExternalPaymentButtons;
256
256
  card?: CardConfig;
257
257
  showLoading?: boolean;
258
+ c2p?: {
259
+ enableRememberMe?: boolean;
260
+ };
258
261
  texts?: TextsCustom;
259
262
  issuersFormEnable?: boolean;
260
263
  automaticallyUnmount?: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yuno-payments/sdk-web-types",
3
- "version": "1.1.0",
3
+ "version": "1.3.0",
4
4
  "types": "dist/index.d.ts",
5
5
  "main": "dist/types.ts",
6
6
  "type": "commonjs",