@yuno-payments/sdk-web-types 5.0.0 → 5.1.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 -0
- package/dist/index.d.ts +1 -0
- package/package.json +1 -1
package/dist/global.d.ts
CHANGED
|
@@ -953,6 +953,7 @@ interface YunoInstance extends ExternalButtonsNameSpace.ExternalButtonMethods {
|
|
|
953
953
|
apiClientEnroll: ApiClientEnroll;
|
|
954
954
|
executeFraudCheck: ExecuteFraudCheck;
|
|
955
955
|
clickToPay: C2PHeadless.ClickToPayFn;
|
|
956
|
+
clearApiCache(): Promise<void>;
|
|
956
957
|
}
|
|
957
958
|
interface Yuno {
|
|
958
959
|
initialize(publicApiKey: string, applicationSession?: string, options?: InitializeOptions): Promise<YunoInstance>;
|
package/dist/index.d.ts
CHANGED
|
@@ -953,6 +953,7 @@ interface YunoInstance extends ExternalButtonsNameSpace.ExternalButtonMethods {
|
|
|
953
953
|
apiClientEnroll: ApiClientEnroll;
|
|
954
954
|
executeFraudCheck: ExecuteFraudCheck;
|
|
955
955
|
clickToPay: C2PHeadless.ClickToPayFn;
|
|
956
|
+
clearApiCache(): Promise<void>;
|
|
956
957
|
}
|
|
957
958
|
interface Yuno {
|
|
958
959
|
initialize(publicApiKey: string, applicationSession?: string, options?: InitializeOptions): Promise<YunoInstance>;
|