@yuno-payments/sdk-web-types 1.14.0 → 1.14.1
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 -0
- package/dist/types.ts +2 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -477,6 +477,7 @@ interface SecureFieldsArgs {
|
|
|
477
477
|
enableMultiplesCard?: boolean;
|
|
478
478
|
}
|
|
479
479
|
type SecureFieldInstance = SecureFields;
|
|
480
|
+
type OnChangeDataSF = OnChangeArgs['data'];
|
|
480
481
|
interface MountStatusPaymentArgs {
|
|
481
482
|
checkoutSession: string;
|
|
482
483
|
language: Language;
|
package/dist/types.ts
CHANGED
|
@@ -477,6 +477,7 @@ interface SecureFieldsArgs {
|
|
|
477
477
|
enableMultiplesCard?: boolean;
|
|
478
478
|
}
|
|
479
479
|
type SecureFieldInstance = SecureFields;
|
|
480
|
+
type OnChangeDataSF = OnChangeArgs['data'];
|
|
480
481
|
interface MountStatusPaymentArgs {
|
|
481
482
|
checkoutSession: string;
|
|
482
483
|
language: Language;
|
|
@@ -506,4 +507,4 @@ interface Yuno {
|
|
|
506
507
|
initialize(publicApiKey: string): YunoInstance;
|
|
507
508
|
}
|
|
508
509
|
|
|
509
|
-
export { type ButtonTextCard, type CardConfig, type ExternalPaymentButtons, ExternalPaymentButtonsTypes, type FormElementSelector, type Language, type LoadingType, type MountCheckoutArgs, type MountCheckoutLiteArgs, type MountEnrollmentLiteArgs, type MountStatusPaymentArgs, type RenderMode, type SecureFieldInstance, type SecureFieldsArgs, type StartCheckoutArgs, type TextsCustom, type Yuno, type YunoConfig, type YunoInstance, type mountFraudArgs };
|
|
510
|
+
export { type ButtonTextCard, type CardConfig, type ExternalPaymentButtons, ExternalPaymentButtonsTypes, type FormElementSelector, type Language, type LoadingType, type MountCheckoutArgs, type MountCheckoutLiteArgs, type MountEnrollmentLiteArgs, type MountStatusPaymentArgs, type OnChangeDataSF, type RenderMode, type SecureFieldInstance, type SecureFieldsArgs, type StartCheckoutArgs, type TextsCustom, type Yuno, type YunoConfig, type YunoInstance, type mountFraudArgs };
|