@yuno-payments/sdk-web-types 1.16.0-beta.3 → 1.16.0-beta.4

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
@@ -407,7 +407,7 @@ interface VaultedToken {
407
407
  created_at: Date;
408
408
  updated_at: Date;
409
409
  }
410
- type CardType = 'CREDIT' | 'DEBIT';
410
+ type CardType = 'CREDIT' | 'DEBIT' | 'VOUCHER';
411
411
  interface SecureField {
412
412
  render(elementSelector: string): Promise<void>;
413
413
  focus(): Promise<void>;
package/dist/types.ts CHANGED
@@ -407,7 +407,7 @@ interface VaultedToken {
407
407
  created_at: Date;
408
408
  updated_at: Date;
409
409
  }
410
- type CardType = 'CREDIT' | 'DEBIT';
410
+ type CardType = 'CREDIT' | 'DEBIT' | 'VOUCHER';
411
411
  interface SecureField {
412
412
  render(elementSelector: string): Promise<void>;
413
413
  focus(): Promise<void>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yuno-payments/sdk-web-types",
3
- "version": "1.16.0-beta.3",
3
+ "version": "1.16.0-beta.4",
4
4
  "types": "dist/index.d.ts",
5
5
  "main": "dist/types.ts",
6
6
  "type": "commonjs",