@adtrackify/at-tracking-event-types 3.0.49 → 3.0.50

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.
@@ -2,13 +2,11 @@ export interface ShopifyAppInstall {
2
2
  shopifyAppInstallId: string;
3
3
  shop: string;
4
4
  accessToken?: string;
5
- appStatus?: string;
6
- appSubscriptionStatus?: ShopifyAppSubscriptionStatus;
5
+ appStatus?: SHOPIFY_APP_INSTALL_STATUS;
7
6
  code?: string;
8
7
  hmac?: string;
9
8
  host?: string;
10
9
  installRequest?: ShopifyInstallRequest;
11
- isAppEnabled?: boolean;
12
10
  pixelId?: string;
13
11
  shopInfo?: any;
14
12
  state?: string;
@@ -16,7 +14,7 @@ export interface ShopifyAppInstall {
16
14
  createdAt: string;
17
15
  updatedAt: string;
18
16
  }
19
- export declare enum ShopifyAppInstallStatus {
17
+ export declare enum SHOPIFY_APP_INSTALL_STATUS {
20
18
  STARTED = "started",
21
19
  PENDING = "pending",
22
20
  COMPLETED = "completed",
@@ -24,15 +22,6 @@ export declare enum ShopifyAppInstallStatus {
24
22
  FAILED = "failed",
25
23
  NONE = "none"
26
24
  }
27
- export declare enum ShopifyAppSubscriptionStatus {
28
- ACTIVE = "active",
29
- CANCELLED = "cancelled",
30
- DECLINED = "declined",
31
- EXPIRED = "expired",
32
- FROZEN = "frozen",
33
- PENDING = "pending",
34
- NOT_SUBMITTED = "na"
35
- }
36
25
  export interface ShopifyInstallRequest {
37
26
  shop?: string;
38
27
  session?: string;
@@ -1,23 +1,13 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ShopifyAppSubscriptionStatus = exports.ShopifyAppInstallStatus = void 0;
4
- var ShopifyAppInstallStatus;
5
- (function (ShopifyAppInstallStatus) {
6
- ShopifyAppInstallStatus["STARTED"] = "started";
7
- ShopifyAppInstallStatus["PENDING"] = "pending";
8
- ShopifyAppInstallStatus["COMPLETED"] = "completed";
9
- ShopifyAppInstallStatus["UNINSTALLED"] = "uninstalled";
10
- ShopifyAppInstallStatus["FAILED"] = "failed";
11
- ShopifyAppInstallStatus["NONE"] = "none";
12
- })(ShopifyAppInstallStatus = exports.ShopifyAppInstallStatus || (exports.ShopifyAppInstallStatus = {}));
13
- var ShopifyAppSubscriptionStatus;
14
- (function (ShopifyAppSubscriptionStatus) {
15
- ShopifyAppSubscriptionStatus["ACTIVE"] = "active";
16
- ShopifyAppSubscriptionStatus["CANCELLED"] = "cancelled";
17
- ShopifyAppSubscriptionStatus["DECLINED"] = "declined";
18
- ShopifyAppSubscriptionStatus["EXPIRED"] = "expired";
19
- ShopifyAppSubscriptionStatus["FROZEN"] = "frozen";
20
- ShopifyAppSubscriptionStatus["PENDING"] = "pending";
21
- ShopifyAppSubscriptionStatus["NOT_SUBMITTED"] = "na";
22
- })(ShopifyAppSubscriptionStatus = exports.ShopifyAppSubscriptionStatus || (exports.ShopifyAppSubscriptionStatus = {}));
3
+ exports.SHOPIFY_APP_INSTALL_STATUS = void 0;
4
+ var SHOPIFY_APP_INSTALL_STATUS;
5
+ (function (SHOPIFY_APP_INSTALL_STATUS) {
6
+ SHOPIFY_APP_INSTALL_STATUS["STARTED"] = "started";
7
+ SHOPIFY_APP_INSTALL_STATUS["PENDING"] = "pending";
8
+ SHOPIFY_APP_INSTALL_STATUS["COMPLETED"] = "completed";
9
+ SHOPIFY_APP_INSTALL_STATUS["UNINSTALLED"] = "uninstalled";
10
+ SHOPIFY_APP_INSTALL_STATUS["FAILED"] = "failed";
11
+ SHOPIFY_APP_INSTALL_STATUS["NONE"] = "none";
12
+ })(SHOPIFY_APP_INSTALL_STATUS = exports.SHOPIFY_APP_INSTALL_STATUS || (exports.SHOPIFY_APP_INSTALL_STATUS = {}));
23
13
  //# sourceMappingURL=shopify-app-install.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"shopify-app-install.js","sourceRoot":"","sources":["../../../../src/types/api/shopify-app-install.ts"],"names":[],"mappings":";;;AAmBA,IAAY,uBAOX;AAPD,WAAY,uBAAuB;IACjC,8CAAmB,CAAA;IACnB,8CAAmB,CAAA;IACnB,kDAAuB,CAAA;IACvB,sDAA2B,CAAA;IAC3B,4CAAiB,CAAA;IACjB,wCAAa,CAAA;AACf,CAAC,EAPW,uBAAuB,GAAvB,+BAAuB,KAAvB,+BAAuB,QAOlC;AACD,IAAY,4BAQX;AARD,WAAY,4BAA4B;IACtC,iDAAiB,CAAA;IACjB,uDAAuB,CAAA;IACvB,qDAAqB,CAAA;IACrB,mDAAmB,CAAA;IACnB,iDAAiB,CAAA;IACjB,mDAAmB,CAAA;IACnB,oDAAoB,CAAA;AACtB,CAAC,EARW,4BAA4B,GAA5B,oCAA4B,KAA5B,oCAA4B,QAQvC"}
1
+ {"version":3,"file":"shopify-app-install.js","sourceRoot":"","sources":["../../../../src/types/api/shopify-app-install.ts"],"names":[],"mappings":";;;AAiBA,IAAY,0BAOX;AAPD,WAAY,0BAA0B;IACpC,iDAAmB,CAAA;IACnB,iDAAmB,CAAA;IACnB,qDAAuB,CAAA;IACvB,yDAA2B,CAAA;IAC3B,+CAAiB,CAAA;IACjB,2CAAa,CAAA;AACf,CAAC,EAPW,0BAA0B,GAA1B,kCAA0B,KAA1B,kCAA0B,QAOrC"}
@@ -1 +1 @@
1
- {"version":3,"file":"subscription.js","sourceRoot":"","sources":["../../../../src/types/api/subscription.ts"],"names":[],"mappings":";;;AAwEA,IAAY,YAGX;AAHD,WAAY,YAAY;IACtB,+BAAe,CAAA;IACf,yCAAyB,CAAA;AAC3B,CAAC,EAHW,YAAY,GAAZ,oBAAY,KAAZ,oBAAY,QAGvB;AAYD,IAAY,sBAGX;AAHD,WAAY,sBAAsB;IAChC,6CAAmB,CAAA;IACnB,2CAAiB,CAAA;AACnB,CAAC,EAHW,sBAAsB,GAAtB,8BAAsB,KAAtB,8BAAsB,QAGjC;AAED,IAAY,cAKX;AALD,WAAY,cAAc;IACxB,qCAAmB,CAAA;IACnB,uCAAqB,CAAA;IACrB,yCAAuB,CAAA;IACvB,mCAAiB,CAAA;AACnB,CAAC,EALW,cAAc,GAAd,sBAAc,KAAd,sBAAc,QAKzB;AAED,IAAY,mBAQX;AARD,WAAY,mBAAmB;IAC7B,wCAAiB,CAAA;IACjB,8CAAuB,CAAA;IACvB,4CAAqB,CAAA;IACrB,0CAAmB,CAAA;IACnB,wCAAiB,CAAA;IACjB,0CAAmB,CAAA;IACnB,2CAAoB,CAAA;AACtB,CAAC,EARW,mBAAmB,GAAnB,2BAAmB,KAAnB,2BAAmB,QAQ9B;AACD,IAAY,eAIX;AAJD,WAAY,eAAe;IACzB,oCAAiB,CAAA;IACjB,oCAAiB,CAAA;IACjB,sCAAmB,CAAA;AACrB,CAAC,EAJW,eAAe,GAAf,uBAAe,KAAf,uBAAe,QAI1B"}
1
+ {"version":3,"file":"subscription.js","sourceRoot":"","sources":["../../../../src/types/api/subscription.ts"],"names":[],"mappings":";;;AAwEA,IAAY,YAGX;AAHD,WAAY,YAAY;IACtB,+BAAe,CAAA;IACf,yCAAyB,CAAA;AAC3B,CAAC,EAHW,YAAY,GAAZ,oBAAY,KAAZ,oBAAY,QAGvB;AAYD,IAAY,sBAGX;AAHD,WAAY,sBAAsB;IAChC,6CAAmB,CAAA;IACnB,2CAAiB,CAAA;AACnB,CAAC,EAHW,sBAAsB,GAAtB,8BAAsB,KAAtB,8BAAsB,QAGjC;AAED,IAAY,cAKX;AALD,WAAY,cAAc;IACxB,qCAAmB,CAAA;IACnB,uCAAqB,CAAA;IACrB,yCAAuB,CAAA;IACvB,mCAAiB,CAAA;AACnB,CAAC,EALW,cAAc,GAAd,sBAAc,KAAd,sBAAc,QAKzB;AAED,IAAY,mBAQX;AARD,WAAY,mBAAmB;IAC7B,wCAAiB,CAAA;IACjB,8CAAuB,CAAA;IACvB,4CAAqB,CAAA;IACrB,0CAAmB,CAAA;IACnB,wCAAiB,CAAA;IACjB,0CAAmB,CAAA;IACnB,2CAAoB,CAAA;AACtB,CAAC,EARW,mBAAmB,GAAnB,2BAAmB,KAAnB,2BAAmB,QAQ9B;AAED,IAAY,eAIX;AAJD,WAAY,eAAe;IACzB,oCAAiB,CAAA;IACjB,oCAAiB,CAAA;IACjB,sCAAmB,CAAA;AACrB,CAAC,EAJW,eAAe,GAAf,uBAAe,KAAf,uBAAe,QAI1B"}
@@ -2,13 +2,11 @@ export interface ShopifyAppInstall {
2
2
  shopifyAppInstallId: string;
3
3
  shop: string;
4
4
  accessToken?: string;
5
- appStatus?: string;
6
- appSubscriptionStatus?: ShopifyAppSubscriptionStatus;
5
+ appStatus?: SHOPIFY_APP_INSTALL_STATUS;
7
6
  code?: string;
8
7
  hmac?: string;
9
8
  host?: string;
10
9
  installRequest?: ShopifyInstallRequest;
11
- isAppEnabled?: boolean;
12
10
  pixelId?: string;
13
11
  shopInfo?: any;
14
12
  state?: string;
@@ -16,7 +14,7 @@ export interface ShopifyAppInstall {
16
14
  createdAt: string;
17
15
  updatedAt: string;
18
16
  }
19
- export declare enum ShopifyAppInstallStatus {
17
+ export declare enum SHOPIFY_APP_INSTALL_STATUS {
20
18
  STARTED = "started",
21
19
  PENDING = "pending",
22
20
  COMPLETED = "completed",
@@ -24,15 +22,6 @@ export declare enum ShopifyAppInstallStatus {
24
22
  FAILED = "failed",
25
23
  NONE = "none"
26
24
  }
27
- export declare enum ShopifyAppSubscriptionStatus {
28
- ACTIVE = "active",
29
- CANCELLED = "cancelled",
30
- DECLINED = "declined",
31
- EXPIRED = "expired",
32
- FROZEN = "frozen",
33
- PENDING = "pending",
34
- NOT_SUBMITTED = "na"
35
- }
36
25
  export interface ShopifyInstallRequest {
37
26
  shop?: string;
38
27
  session?: string;
@@ -1,20 +1,10 @@
1
- export var ShopifyAppInstallStatus;
2
- (function (ShopifyAppInstallStatus) {
3
- ShopifyAppInstallStatus["STARTED"] = "started";
4
- ShopifyAppInstallStatus["PENDING"] = "pending";
5
- ShopifyAppInstallStatus["COMPLETED"] = "completed";
6
- ShopifyAppInstallStatus["UNINSTALLED"] = "uninstalled";
7
- ShopifyAppInstallStatus["FAILED"] = "failed";
8
- ShopifyAppInstallStatus["NONE"] = "none";
9
- })(ShopifyAppInstallStatus || (ShopifyAppInstallStatus = {}));
10
- export var ShopifyAppSubscriptionStatus;
11
- (function (ShopifyAppSubscriptionStatus) {
12
- ShopifyAppSubscriptionStatus["ACTIVE"] = "active";
13
- ShopifyAppSubscriptionStatus["CANCELLED"] = "cancelled";
14
- ShopifyAppSubscriptionStatus["DECLINED"] = "declined";
15
- ShopifyAppSubscriptionStatus["EXPIRED"] = "expired";
16
- ShopifyAppSubscriptionStatus["FROZEN"] = "frozen";
17
- ShopifyAppSubscriptionStatus["PENDING"] = "pending";
18
- ShopifyAppSubscriptionStatus["NOT_SUBMITTED"] = "na";
19
- })(ShopifyAppSubscriptionStatus || (ShopifyAppSubscriptionStatus = {}));
1
+ export var SHOPIFY_APP_INSTALL_STATUS;
2
+ (function (SHOPIFY_APP_INSTALL_STATUS) {
3
+ SHOPIFY_APP_INSTALL_STATUS["STARTED"] = "started";
4
+ SHOPIFY_APP_INSTALL_STATUS["PENDING"] = "pending";
5
+ SHOPIFY_APP_INSTALL_STATUS["COMPLETED"] = "completed";
6
+ SHOPIFY_APP_INSTALL_STATUS["UNINSTALLED"] = "uninstalled";
7
+ SHOPIFY_APP_INSTALL_STATUS["FAILED"] = "failed";
8
+ SHOPIFY_APP_INSTALL_STATUS["NONE"] = "none";
9
+ })(SHOPIFY_APP_INSTALL_STATUS || (SHOPIFY_APP_INSTALL_STATUS = {}));
20
10
  //# sourceMappingURL=shopify-app-install.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"shopify-app-install.js","sourceRoot":"","sources":["../../../../src/types/api/shopify-app-install.ts"],"names":[],"mappings":"AAmBA,MAAM,CAAN,IAAY,uBAOX;AAPD,WAAY,uBAAuB;IACjC,8CAAmB,CAAA;IACnB,8CAAmB,CAAA;IACnB,kDAAuB,CAAA;IACvB,sDAA2B,CAAA;IAC3B,4CAAiB,CAAA;IACjB,wCAAa,CAAA;AACf,CAAC,EAPW,uBAAuB,KAAvB,uBAAuB,QAOlC;AACD,MAAM,CAAN,IAAY,4BAQX;AARD,WAAY,4BAA4B;IACtC,iDAAiB,CAAA;IACjB,uDAAuB,CAAA;IACvB,qDAAqB,CAAA;IACrB,mDAAmB,CAAA;IACnB,iDAAiB,CAAA;IACjB,mDAAmB,CAAA;IACnB,oDAAoB,CAAA;AACtB,CAAC,EARW,4BAA4B,KAA5B,4BAA4B,QAQvC"}
1
+ {"version":3,"file":"shopify-app-install.js","sourceRoot":"","sources":["../../../../src/types/api/shopify-app-install.ts"],"names":[],"mappings":"AAiBA,MAAM,CAAN,IAAY,0BAOX;AAPD,WAAY,0BAA0B;IACpC,iDAAmB,CAAA;IACnB,iDAAmB,CAAA;IACnB,qDAAuB,CAAA;IACvB,yDAA2B,CAAA;IAC3B,+CAAiB,CAAA;IACjB,2CAAa,CAAA;AACf,CAAC,EAPW,0BAA0B,KAA1B,0BAA0B,QAOrC"}
@@ -1 +1 @@
1
- {"version":3,"file":"subscription.js","sourceRoot":"","sources":["../../../../src/types/api/subscription.ts"],"names":[],"mappings":"AAwEA,MAAM,CAAN,IAAY,YAGX;AAHD,WAAY,YAAY;IACtB,+BAAe,CAAA;IACf,yCAAyB,CAAA;AAC3B,CAAC,EAHW,YAAY,KAAZ,YAAY,QAGvB;AAYD,MAAM,CAAN,IAAY,sBAGX;AAHD,WAAY,sBAAsB;IAChC,6CAAmB,CAAA;IACnB,2CAAiB,CAAA;AACnB,CAAC,EAHW,sBAAsB,KAAtB,sBAAsB,QAGjC;AAED,MAAM,CAAN,IAAY,cAKX;AALD,WAAY,cAAc;IACxB,qCAAmB,CAAA;IACnB,uCAAqB,CAAA;IACrB,yCAAuB,CAAA;IACvB,mCAAiB,CAAA;AACnB,CAAC,EALW,cAAc,KAAd,cAAc,QAKzB;AAED,MAAM,CAAN,IAAY,mBAQX;AARD,WAAY,mBAAmB;IAC7B,wCAAiB,CAAA;IACjB,8CAAuB,CAAA;IACvB,4CAAqB,CAAA;IACrB,0CAAmB,CAAA;IACnB,wCAAiB,CAAA;IACjB,0CAAmB,CAAA;IACnB,2CAAoB,CAAA;AACtB,CAAC,EARW,mBAAmB,KAAnB,mBAAmB,QAQ9B;AACD,MAAM,CAAN,IAAY,eAIX;AAJD,WAAY,eAAe;IACzB,oCAAiB,CAAA;IACjB,oCAAiB,CAAA;IACjB,sCAAmB,CAAA;AACrB,CAAC,EAJW,eAAe,KAAf,eAAe,QAI1B"}
1
+ {"version":3,"file":"subscription.js","sourceRoot":"","sources":["../../../../src/types/api/subscription.ts"],"names":[],"mappings":"AAwEA,MAAM,CAAN,IAAY,YAGX;AAHD,WAAY,YAAY;IACtB,+BAAe,CAAA;IACf,yCAAyB,CAAA;AAC3B,CAAC,EAHW,YAAY,KAAZ,YAAY,QAGvB;AAYD,MAAM,CAAN,IAAY,sBAGX;AAHD,WAAY,sBAAsB;IAChC,6CAAmB,CAAA;IACnB,2CAAiB,CAAA;AACnB,CAAC,EAHW,sBAAsB,KAAtB,sBAAsB,QAGjC;AAED,MAAM,CAAN,IAAY,cAKX;AALD,WAAY,cAAc;IACxB,qCAAmB,CAAA;IACnB,uCAAqB,CAAA;IACrB,yCAAuB,CAAA;IACvB,mCAAiB,CAAA;AACnB,CAAC,EALW,cAAc,KAAd,cAAc,QAKzB;AAED,MAAM,CAAN,IAAY,mBAQX;AARD,WAAY,mBAAmB;IAC7B,wCAAiB,CAAA;IACjB,8CAAuB,CAAA;IACvB,4CAAqB,CAAA;IACrB,0CAAmB,CAAA;IACnB,wCAAiB,CAAA;IACjB,0CAAmB,CAAA;IACnB,2CAAoB,CAAA;AACtB,CAAC,EARW,mBAAmB,KAAnB,mBAAmB,QAQ9B;AAED,MAAM,CAAN,IAAY,eAIX;AAJD,WAAY,eAAe;IACzB,oCAAiB,CAAA;IACjB,oCAAiB,CAAA;IACjB,sCAAmB,CAAA;AACrB,CAAC,EAJW,eAAe,KAAf,eAAe,QAI1B"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adtrackify/at-tracking-event-types",
3
- "version": "3.0.49",
3
+ "version": "3.0.50",
4
4
  "description": "",
5
5
  "files": [
6
6
  "dist/*"
@@ -8,8 +8,8 @@
8
8
  "main": "./dist/cjs/index.js",
9
9
  "module": "./dist/esm/index.js",
10
10
  "engines": {
11
- "npm": ">=8.0.0 <9.0.0",
12
- "node": ">=16.0.0 <18.14.2"
11
+ "npm": ">=8.0.0 <10.4.0",
12
+ "node": ">=16.0.0 <20.11.0"
13
13
  },
14
14
  "scripts": {
15
15
  "clean": "rimraf dist",
@@ -68,7 +68,7 @@
68
68
  "jest-runner-groups": "2.1.0",
69
69
  "npm-dts": "^1.3.12",
70
70
  "npm-run-all": "^4.1.5",
71
- "npm-scripts-info": "^0.3.9",
71
+ "npm-scripts-info": "^0.1.0",
72
72
  "regenerator-runtime": "^0.13.9",
73
73
  "rimraf": "^3.0.2",
74
74
  "typescript": "4.7.4",
@@ -81,4 +81,4 @@
81
81
  "author": "",
82
82
  "license": "ISC",
83
83
  "homepage": "https://bitbucket.org/eacap/at-tracking-event-types#readme"
84
- }
84
+ }