@yuno-payments/sdk-web-types 1.22.2-beta.6 → 1.22.2-beta.7
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/{types.ts → global.d.ts} +1 -1
- package/dist/index.d.ts +1 -1
- package/package.json +1 -1
|
@@ -607,4 +607,4 @@ interface Yuno {
|
|
|
607
607
|
initialize(publicApiKey: string): YunoInstance;
|
|
608
608
|
}
|
|
609
609
|
|
|
610
|
-
|
|
610
|
+
declare const Yuno: Yuno = window.Yuno;
|
package/dist/index.d.ts
CHANGED
|
@@ -607,4 +607,4 @@ interface Yuno {
|
|
|
607
607
|
initialize(publicApiKey: string): YunoInstance;
|
|
608
608
|
}
|
|
609
609
|
|
|
610
|
-
|
|
610
|
+
export { type ButtonTextCard, type CardConfig, type CreateArgsSF, type ExternalPaymentButtons, ExternalPaymentButtonsTypes, type FormElementSelector, type Language, type LoadingType, type MountCheckoutArgs, type MountCheckoutLiteArgs, type MountEnrollmentLiteArgs, type MountSeamlessCheckoutLiteArgs, type MountStatusPaymentArgs, type OnChangeDataSF, type RenderMode, type SecureFieldInstance, type SecureFieldsArgs, type StartCheckoutArgs, type TextsCustom, type Yuno, type YunoConfig, type YunoInstance, type mountFraudArgs };
|