@azzas/azzas-tracker-web 2.0.0-preview.11 → 2.0.0-preview.12
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/mod.cjs.map +1 -1
- package/dist/mod.d.cts +8 -8
- package/dist/mod.d.ts +8 -8
- package/dist/mod.global.js.map +1 -1
- package/dist/mod.js.map +1 -1
- package/package.json +1 -1
package/dist/mod.d.cts
CHANGED
|
@@ -156,10 +156,10 @@ declare const EVENTS: {
|
|
|
156
156
|
readonly requiredParams: readonly ["user_info"];
|
|
157
157
|
};
|
|
158
158
|
NOTIFY_ME: {
|
|
159
|
-
name:
|
|
160
|
-
hasEcommerce:
|
|
161
|
-
destinations:
|
|
162
|
-
requiredParams:
|
|
159
|
+
readonly name: "notify_me";
|
|
160
|
+
readonly hasEcommerce: false;
|
|
161
|
+
readonly destinations: readonly ["DataLayer"];
|
|
162
|
+
readonly requiredParams: readonly ["brand", "size", "item_ref"];
|
|
163
163
|
};
|
|
164
164
|
REFINE_RESULTS: {
|
|
165
165
|
readonly name: "refine_results";
|
|
@@ -1650,10 +1650,10 @@ declare const _default: {
|
|
|
1650
1650
|
readonly requiredParams: readonly ["user_info"];
|
|
1651
1651
|
};
|
|
1652
1652
|
NOTIFY_ME: {
|
|
1653
|
-
name:
|
|
1654
|
-
hasEcommerce:
|
|
1655
|
-
destinations:
|
|
1656
|
-
requiredParams:
|
|
1653
|
+
readonly name: "notify_me";
|
|
1654
|
+
readonly hasEcommerce: false;
|
|
1655
|
+
readonly destinations: readonly ["DataLayer"];
|
|
1656
|
+
readonly requiredParams: readonly ["brand", "size", "item_ref"];
|
|
1657
1657
|
};
|
|
1658
1658
|
REFINE_RESULTS: {
|
|
1659
1659
|
readonly name: "refine_results";
|
package/dist/mod.d.ts
CHANGED
|
@@ -156,10 +156,10 @@ declare const EVENTS: {
|
|
|
156
156
|
readonly requiredParams: readonly ["user_info"];
|
|
157
157
|
};
|
|
158
158
|
NOTIFY_ME: {
|
|
159
|
-
name:
|
|
160
|
-
hasEcommerce:
|
|
161
|
-
destinations:
|
|
162
|
-
requiredParams:
|
|
159
|
+
readonly name: "notify_me";
|
|
160
|
+
readonly hasEcommerce: false;
|
|
161
|
+
readonly destinations: readonly ["DataLayer"];
|
|
162
|
+
readonly requiredParams: readonly ["brand", "size", "item_ref"];
|
|
163
163
|
};
|
|
164
164
|
REFINE_RESULTS: {
|
|
165
165
|
readonly name: "refine_results";
|
|
@@ -1650,10 +1650,10 @@ declare const _default: {
|
|
|
1650
1650
|
readonly requiredParams: readonly ["user_info"];
|
|
1651
1651
|
};
|
|
1652
1652
|
NOTIFY_ME: {
|
|
1653
|
-
name:
|
|
1654
|
-
hasEcommerce:
|
|
1655
|
-
destinations:
|
|
1656
|
-
requiredParams:
|
|
1653
|
+
readonly name: "notify_me";
|
|
1654
|
+
readonly hasEcommerce: false;
|
|
1655
|
+
readonly destinations: readonly ["DataLayer"];
|
|
1656
|
+
readonly requiredParams: readonly ["brand", "size", "item_ref"];
|
|
1657
1657
|
};
|
|
1658
1658
|
REFINE_RESULTS: {
|
|
1659
1659
|
readonly name: "refine_results";
|