@bootpay/client-js 5.1.1 → 5.1.4

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.
@@ -1,6 +1,6 @@
1
1
  declare const _default: {
2
2
  "name": "@bootpay/client-js",
3
- "version": "5.1.1",
3
+ "version": "5.1.4",
4
4
  "main": "dist/index.es.js",
5
5
  "types": "dist/src/index.d.ts",
6
6
  "styles": "dist/index.css",
@@ -4,5 +4,6 @@ export declare class BootpayStoreWindowManager extends BootpayManager {
4
4
  initialize(): void;
5
5
  render(el: string, data: RequestExModel): void;
6
6
  hideAlert(eventName?: string): void;
7
+ sendEvent(eventName: string, data: any): void;
7
8
  }
8
9
  export declare const BootpayStoreWindow: BootpayStoreWindowManager;
@@ -18,4 +18,5 @@ export declare const StoreWindowEvent: {
18
18
  addFavicon({ url }: {
19
19
  url: any;
20
20
  }): void;
21
+ hookOnReady(data?: any): void;
21
22
  };
@@ -0,0 +1,5 @@
1
+ export declare const StoreHooks: {
2
+ hooks: {};
3
+ setHooks(hooks: any): void;
4
+ callHook(name: string, data: any): void;
5
+ };
@@ -7,6 +7,6 @@ export declare class ExStoreManager extends BootpayStoreManager {
7
7
  setExData(el: string, data: RequestExModel): void;
8
8
  encryptParameters(): string;
9
9
  encryptKey(): string;
10
- currentBootpayStoretraParameters(): string;
10
+ currentBootpayStoreParameters(): string;
11
11
  }
12
12
  export declare const ExStore: ExStoreManager;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bootpay/client-js",
3
- "version": "5.1.1",
3
+ "version": "5.1.4",
4
4
  "main": "dist/index.es.js",
5
5
  "types": "dist/src/index.d.ts",
6
6
  "styles": "dist/index.css",