@yuno-payments/sdk-web-types 5.0.0-beta.1 → 5.0.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/global.d.ts +1 -1
- package/dist/index.d.ts +1 -1
- package/package.json +1 -1
package/dist/global.d.ts
CHANGED
|
@@ -874,7 +874,7 @@ type StartCheckoutArgs = Omit<YunoConfig, "yunoEnrollmentStatus" | "customerSess
|
|
|
874
874
|
onChange?(args: OnChangeArgs): void;
|
|
875
875
|
};
|
|
876
876
|
};
|
|
877
|
-
type MountEnrollmentLiteArgs = Pick<YunoConfig, "language" | "countryCode" | "renderMode" | "yunoEnrollmentStatus" | "yunoError" | "showLoading" | "onRendered" | "onOneTimeTokenCreationStart" | "onLoading" | "customerSession">;
|
|
877
|
+
type MountEnrollmentLiteArgs = Pick<YunoConfig, "language" | "countryCode" | "renderMode" | "yunoEnrollmentStatus" | "yunoError" | "showLoading" | "onRendered" | "onOneTimeTokenCreationStart" | "onLoading" | "customerSession" | "showPaymentStatus">;
|
|
878
878
|
type mountFraudArgs = Pick<YunoConfig, "yunoCreatePayment" | "yunoError" | "language" | "checkoutSession">;
|
|
879
879
|
interface MountCheckoutLiteArgs {
|
|
880
880
|
paymentMethodType: string;
|
package/dist/index.d.ts
CHANGED
|
@@ -874,7 +874,7 @@ type StartCheckoutArgs = Omit<YunoConfig, "yunoEnrollmentStatus" | "customerSess
|
|
|
874
874
|
onChange?(args: OnChangeArgs): void;
|
|
875
875
|
};
|
|
876
876
|
};
|
|
877
|
-
type MountEnrollmentLiteArgs = Pick<YunoConfig, "language" | "countryCode" | "renderMode" | "yunoEnrollmentStatus" | "yunoError" | "showLoading" | "onRendered" | "onOneTimeTokenCreationStart" | "onLoading" | "customerSession">;
|
|
877
|
+
type MountEnrollmentLiteArgs = Pick<YunoConfig, "language" | "countryCode" | "renderMode" | "yunoEnrollmentStatus" | "yunoError" | "showLoading" | "onRendered" | "onOneTimeTokenCreationStart" | "onLoading" | "customerSession" | "showPaymentStatus">;
|
|
878
878
|
type mountFraudArgs = Pick<YunoConfig, "yunoCreatePayment" | "yunoError" | "language" | "checkoutSession">;
|
|
879
879
|
interface MountCheckoutLiteArgs {
|
|
880
880
|
paymentMethodType: string;
|