@adtrackify/at-tracking-event-types 3.0.49 → 3.0.51
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/cjs/types/api/shopify-app-install.d.ts +3 -13
- package/dist/cjs/types/api/shopify-app-install.js +10 -20
- package/dist/cjs/types/api/shopify-app-install.js.map +1 -1
- package/dist/cjs/types/api/subscription.js.map +1 -1
- package/dist/esm/types/api/shopify-app-install.d.ts +3 -13
- package/dist/esm/types/api/shopify-app-install.js +9 -19
- package/dist/esm/types/api/shopify-app-install.js.map +1 -1
- package/dist/esm/types/api/subscription.js.map +1 -1
- package/package.json +4 -4
|
@@ -2,21 +2,20 @@ export interface ShopifyAppInstall {
|
|
|
2
2
|
shopifyAppInstallId: string;
|
|
3
3
|
shop: string;
|
|
4
4
|
accessToken?: string;
|
|
5
|
-
appStatus?:
|
|
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;
|
|
15
13
|
timestamp?: number;
|
|
16
14
|
createdAt: string;
|
|
17
15
|
updatedAt: string;
|
|
16
|
+
updatedBy?: string;
|
|
18
17
|
}
|
|
19
|
-
export declare enum
|
|
18
|
+
export declare enum SHOPIFY_APP_INSTALL_STATUS {
|
|
20
19
|
STARTED = "started",
|
|
21
20
|
PENDING = "pending",
|
|
22
21
|
COMPLETED = "completed",
|
|
@@ -24,15 +23,6 @@ export declare enum ShopifyAppInstallStatus {
|
|
|
24
23
|
FAILED = "failed",
|
|
25
24
|
NONE = "none"
|
|
26
25
|
}
|
|
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
26
|
export interface ShopifyInstallRequest {
|
|
37
27
|
shop?: string;
|
|
38
28
|
session?: string;
|
|
@@ -1,23 +1,13 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
4
|
-
var
|
|
5
|
-
(function (
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
})(
|
|
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":";;;
|
|
1
|
+
{"version":3,"file":"shopify-app-install.js","sourceRoot":"","sources":["../../../../src/types/api/shopify-app-install.ts"],"names":[],"mappings":";;;AAkBA,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;
|
|
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,21 +2,20 @@ export interface ShopifyAppInstall {
|
|
|
2
2
|
shopifyAppInstallId: string;
|
|
3
3
|
shop: string;
|
|
4
4
|
accessToken?: string;
|
|
5
|
-
appStatus?:
|
|
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;
|
|
15
13
|
timestamp?: number;
|
|
16
14
|
createdAt: string;
|
|
17
15
|
updatedAt: string;
|
|
16
|
+
updatedBy?: string;
|
|
18
17
|
}
|
|
19
|
-
export declare enum
|
|
18
|
+
export declare enum SHOPIFY_APP_INSTALL_STATUS {
|
|
20
19
|
STARTED = "started",
|
|
21
20
|
PENDING = "pending",
|
|
22
21
|
COMPLETED = "completed",
|
|
@@ -24,15 +23,6 @@ export declare enum ShopifyAppInstallStatus {
|
|
|
24
23
|
FAILED = "failed",
|
|
25
24
|
NONE = "none"
|
|
26
25
|
}
|
|
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
26
|
export interface ShopifyInstallRequest {
|
|
37
27
|
shop?: string;
|
|
38
28
|
session?: string;
|
|
@@ -1,20 +1,10 @@
|
|
|
1
|
-
export var
|
|
2
|
-
(function (
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
})(
|
|
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":"
|
|
1
|
+
{"version":3,"file":"shopify-app-install.js","sourceRoot":"","sources":["../../../../src/types/api/shopify-app-install.ts"],"names":[],"mappings":"AAkBA,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;
|
|
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.
|
|
3
|
+
"version": "3.0.51",
|
|
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 <
|
|
12
|
-
"node": ">=16.0.0 <
|
|
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.
|
|
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",
|