@adtrackify/at-tracking-event-types 2.0.63 → 2.0.65
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/destinations/destinations.d.ts +1 -0
- package/dist/cjs/types/api/destinations/destinations.js +1 -0
- package/dist/cjs/types/api/destinations/destinations.js.map +1 -1
- package/dist/cjs/types/api/shopify-app-install.d.ts +1 -0
- package/dist/cjs/types/api/shopify-app-install.js +1 -0
- package/dist/cjs/types/api/shopify-app-install.js.map +1 -1
- package/dist/esm/types/api/destinations/destinations.d.ts +1 -0
- package/dist/esm/types/api/destinations/destinations.js +1 -0
- package/dist/esm/types/api/destinations/destinations.js.map +1 -1
- package/dist/esm/types/api/shopify-app-install.d.ts +1 -0
- package/dist/esm/types/api/shopify-app-install.js +1 -0
- package/dist/esm/types/api/shopify-app-install.js.map +1 -1
- package/package.json +1 -1
|
@@ -15,6 +15,7 @@ var DESTINATION;
|
|
|
15
15
|
DESTINATION["HUBSPOT"] = "hubspot";
|
|
16
16
|
DESTINATION["WEBHOOK"] = "webhook";
|
|
17
17
|
DESTINATION["CUSTOM_HTML"] = "customHTML";
|
|
18
|
+
DESTINATION["CUSTOM_JS"] = "customJS";
|
|
18
19
|
DESTINATION["SNAPCHAT"] = "snapchat";
|
|
19
20
|
DESTINATION["TWITTER"] = "twitter";
|
|
20
21
|
DESTINATION["REDDIT"] = "reddit";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"destinations.js","sourceRoot":"","sources":["../../../../../src/types/api/destinations/destinations.ts"],"names":[],"mappings":";;;AAaA,IAAY,gBAGX;AAHD,WAAY,gBAAgB;IAC1B,+CAA2B,CAAA;IAC3B,+CAA2B,CAAA;AAC7B,CAAC,EAHW,gBAAgB,GAAhB,wBAAgB,KAAhB,wBAAgB,QAG3B;AAED,IAAY,
|
|
1
|
+
{"version":3,"file":"destinations.js","sourceRoot":"","sources":["../../../../../src/types/api/destinations/destinations.ts"],"names":[],"mappings":";;;AAaA,IAAY,gBAGX;AAHD,WAAY,gBAAgB;IAC1B,+CAA2B,CAAA;IAC3B,+CAA2B,CAAA;AAC7B,CAAC,EAHW,gBAAgB,GAAhB,wBAAgB,KAAhB,wBAAgB,QAG3B;AAED,IAAY,WAgBX;AAhBD,WAAY,WAAW;IACrB,oCAAqB,CAAA;IACrB,gCAAiB,CAAA;IACjB,uCAAwB,CAAA;IACxB,sDAAuC,CAAA;IACvC,kCAAmB,CAAA;IACnB,kCAAmB,CAAA;IACnB,yCAA0B,CAAA;IAC1B,qCAAsB,CAAA;IACtB,oCAAqB,CAAA;IACrB,kCAAmB,CAAA;IACnB,gCAAiB,CAAA;IACjB,oCAAqB,CAAA;IACrB,yCAA0B,CAAA;IAC1B,2DAA4C,CAAA;IAC5C,8DAA+C,CAAA;AACjD,CAAC,EAhBW,WAAW,GAAX,mBAAW,KAAX,mBAAW,QAgBtB"}
|
|
@@ -4,6 +4,7 @@ exports.ShopifyAppSubscriptionStatus = exports.ShopifyAppInstallStatus = void 0;
|
|
|
4
4
|
var ShopifyAppInstallStatus;
|
|
5
5
|
(function (ShopifyAppInstallStatus) {
|
|
6
6
|
ShopifyAppInstallStatus["STARTED"] = "started";
|
|
7
|
+
ShopifyAppInstallStatus["PENDING"] = "pending";
|
|
7
8
|
ShopifyAppInstallStatus["COMPLETED"] = "completed";
|
|
8
9
|
ShopifyAppInstallStatus["UNINSTALLED"] = "uninstalled";
|
|
9
10
|
ShopifyAppInstallStatus["FAILED"] = "failed";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"shopify-app-install.js","sourceRoot":"","sources":["../../../../src/types/api/shopify-app-install.ts"],"names":[],"mappings":";;;AAmBA,IAAY,
|
|
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"}
|
|
@@ -12,6 +12,7 @@ export var DESTINATION;
|
|
|
12
12
|
DESTINATION["HUBSPOT"] = "hubspot";
|
|
13
13
|
DESTINATION["WEBHOOK"] = "webhook";
|
|
14
14
|
DESTINATION["CUSTOM_HTML"] = "customHTML";
|
|
15
|
+
DESTINATION["CUSTOM_JS"] = "customJS";
|
|
15
16
|
DESTINATION["SNAPCHAT"] = "snapchat";
|
|
16
17
|
DESTINATION["TWITTER"] = "twitter";
|
|
17
18
|
DESTINATION["REDDIT"] = "reddit";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"destinations.js","sourceRoot":"","sources":["../../../../../src/types/api/destinations/destinations.ts"],"names":[],"mappings":"AAaA,MAAM,CAAN,IAAY,gBAGX;AAHD,WAAY,gBAAgB;IAC1B,+CAA2B,CAAA;IAC3B,+CAA2B,CAAA;AAC7B,CAAC,EAHW,gBAAgB,KAAhB,gBAAgB,QAG3B;AAED,MAAM,CAAN,IAAY,
|
|
1
|
+
{"version":3,"file":"destinations.js","sourceRoot":"","sources":["../../../../../src/types/api/destinations/destinations.ts"],"names":[],"mappings":"AAaA,MAAM,CAAN,IAAY,gBAGX;AAHD,WAAY,gBAAgB;IAC1B,+CAA2B,CAAA;IAC3B,+CAA2B,CAAA;AAC7B,CAAC,EAHW,gBAAgB,KAAhB,gBAAgB,QAG3B;AAED,MAAM,CAAN,IAAY,WAgBX;AAhBD,WAAY,WAAW;IACrB,oCAAqB,CAAA;IACrB,gCAAiB,CAAA;IACjB,uCAAwB,CAAA;IACxB,sDAAuC,CAAA;IACvC,kCAAmB,CAAA;IACnB,kCAAmB,CAAA;IACnB,yCAA0B,CAAA;IAC1B,qCAAsB,CAAA;IACtB,oCAAqB,CAAA;IACrB,kCAAmB,CAAA;IACnB,gCAAiB,CAAA;IACjB,oCAAqB,CAAA;IACrB,yCAA0B,CAAA;IAC1B,2DAA4C,CAAA;IAC5C,8DAA+C,CAAA;AACjD,CAAC,EAhBW,WAAW,KAAX,WAAW,QAgBtB"}
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
export var ShopifyAppInstallStatus;
|
|
2
2
|
(function (ShopifyAppInstallStatus) {
|
|
3
3
|
ShopifyAppInstallStatus["STARTED"] = "started";
|
|
4
|
+
ShopifyAppInstallStatus["PENDING"] = "pending";
|
|
4
5
|
ShopifyAppInstallStatus["COMPLETED"] = "completed";
|
|
5
6
|
ShopifyAppInstallStatus["UNINSTALLED"] = "uninstalled";
|
|
6
7
|
ShopifyAppInstallStatus["FAILED"] = "failed";
|
|
@@ -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,
|
|
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"}
|