@upsnap/strapi 1.0.10 → 1.0.14

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.
@@ -4,7 +4,7 @@ declare const _default: {
4
4
  }) => void;
5
5
  bootstrap: ({ strapi }: {
6
6
  strapi: import('@strapi/types/dist/core').Strapi;
7
- }) => void;
7
+ }) => Promise<void>;
8
8
  destroy: ({ strapi }: {
9
9
  strapi: import('@strapi/types/dist/core').Strapi;
10
10
  }) => void;
@@ -25,6 +25,7 @@ declare const _default: {
25
25
  set(ctx: any): Promise<void>;
26
26
  setPrimaryMonitorId(ctx: any): Promise<void>;
27
27
  getPrimaryMonitorId(ctx: any): Promise<void>;
28
+ trackUserData(ctx: any): Promise<void>;
28
29
  };
29
30
  monitor: ({ strapi }: {
30
31
  strapi: import('@strapi/types/dist/core').Strapi;
@@ -146,6 +147,7 @@ declare const _default: {
146
147
  };
147
148
  getToken(): Promise<string>;
148
149
  makeBackendRequest(endpoint: string, options: RequestInit, forValidation?: boolean, sessionToken?: string): Promise<unknown>;
150
+ trackInstallation(userPayload?: any): Promise<void>;
149
151
  };
150
152
  userDetailsService: ({ strapi }: {
151
153
  strapi: import('@strapi/types/dist/core').Strapi;
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "1.0.10",
2
+ "version": "1.0.14",
3
3
  "repository": {
4
4
  "type": "git",
5
5
  "url": "https://github.com/Appfoster/upsnap-strapi"