@paynext/sdk 0.0.118 → 0.0.120

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 CHANGED
@@ -245,6 +245,7 @@ declare class EvService {
245
245
  private threeDs;
246
246
  private readonly events;
247
247
  private isShouldLoad;
248
+ preloadEvervault(config: EvConfig): Promise<void>;
248
249
  initEv(config: EvConfig): Promise<void>;
249
250
  initThreeDs(config: ThreeDsConfig): Promise<void>;
250
251
  initApple(config: ApplePayConfig, options?: IApplePayButtonStyles): Promise<void>;