@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 +1 -1
- package/dist/types.ts +1 -1
- package/package.json +1 -1
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>;
|