@paynext/sdk 0.0.117 → 0.0.119
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 +2 -1
- package/dist/index.es.js +698 -688
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +12 -12
- package/dist/index.umd.js.map +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -245,7 +245,8 @@ declare class EvService {
|
|
|
245
245
|
private threeDs;
|
|
246
246
|
private readonly events;
|
|
247
247
|
private isShouldLoad;
|
|
248
|
-
|
|
248
|
+
preloadEvervault(config: EvConfig): Promise<void>;
|
|
249
|
+
initEv(_config: EvConfig): Promise<void>;
|
|
249
250
|
initThreeDs(config: ThreeDsConfig): Promise<void>;
|
|
250
251
|
initApple(config: ApplePayConfig, options?: IApplePayButtonStyles): Promise<void>;
|
|
251
252
|
initGoogle(config: GooglePayConfig, options?: IGooglePayButtonStyles): Promise<void>;
|