@algolia/client-insights 5.2.3 → 5.2.4-beta.3

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.
Files changed (197) hide show
  1. package/dist/browser.d.ts +598 -0
  2. package/dist/builds/browser.js +255 -0
  3. package/dist/builds/browser.js.map +1 -0
  4. package/dist/builds/browser.min.js +2 -0
  5. package/dist/builds/browser.min.js.map +1 -0
  6. package/dist/builds/browser.umd.js +12 -0
  7. package/dist/builds/node.cjs +273 -0
  8. package/dist/builds/node.cjs.map +1 -0
  9. package/dist/builds/node.js +253 -0
  10. package/dist/builds/node.js.map +1 -0
  11. package/dist/model/addToCartEvent.cjs +19 -0
  12. package/dist/model/addToCartEvent.cjs.map +1 -0
  13. package/dist/model/addToCartEvent.js +1 -0
  14. package/dist/model/addToCartEvent.js.map +1 -0
  15. package/dist/model/addedToCartObjectIDs.cjs +19 -0
  16. package/dist/model/addedToCartObjectIDs.cjs.map +1 -0
  17. package/dist/model/addedToCartObjectIDs.js +1 -0
  18. package/dist/model/addedToCartObjectIDs.js.map +1 -0
  19. package/dist/model/addedToCartObjectIDsAfterSearch.cjs +19 -0
  20. package/dist/model/addedToCartObjectIDsAfterSearch.cjs.map +1 -0
  21. package/dist/model/addedToCartObjectIDsAfterSearch.js +1 -0
  22. package/dist/model/addedToCartObjectIDsAfterSearch.js.map +1 -0
  23. package/dist/model/clickEvent.cjs +19 -0
  24. package/dist/model/clickEvent.cjs.map +1 -0
  25. package/dist/model/clickEvent.js +1 -0
  26. package/dist/model/clickEvent.js.map +1 -0
  27. package/dist/model/clickedFilters.cjs +19 -0
  28. package/dist/model/clickedFilters.cjs.map +1 -0
  29. package/dist/model/clickedFilters.js +1 -0
  30. package/dist/model/clickedFilters.js.map +1 -0
  31. package/dist/model/clickedObjectIDs.cjs +19 -0
  32. package/dist/model/clickedObjectIDs.cjs.map +1 -0
  33. package/dist/model/clickedObjectIDs.js +1 -0
  34. package/dist/model/clickedObjectIDs.js.map +1 -0
  35. package/dist/model/clickedObjectIDsAfterSearch.cjs +19 -0
  36. package/dist/model/clickedObjectIDsAfterSearch.cjs.map +1 -0
  37. package/dist/model/clickedObjectIDsAfterSearch.js +1 -0
  38. package/dist/model/clickedObjectIDsAfterSearch.js.map +1 -0
  39. package/dist/model/clientMethodProps.cjs +19 -0
  40. package/dist/model/clientMethodProps.cjs.map +1 -0
  41. package/dist/model/clientMethodProps.js +1 -0
  42. package/dist/model/clientMethodProps.js.map +1 -0
  43. package/dist/model/conversionEvent.cjs +19 -0
  44. package/dist/model/conversionEvent.cjs.map +1 -0
  45. package/dist/model/conversionEvent.js +1 -0
  46. package/dist/model/conversionEvent.js.map +1 -0
  47. package/dist/model/convertedFilters.cjs +19 -0
  48. package/dist/model/convertedFilters.cjs.map +1 -0
  49. package/dist/model/convertedFilters.js +1 -0
  50. package/dist/model/convertedFilters.js.map +1 -0
  51. package/dist/model/convertedObjectIDs.cjs +19 -0
  52. package/dist/model/convertedObjectIDs.cjs.map +1 -0
  53. package/dist/model/convertedObjectIDs.js +1 -0
  54. package/dist/model/convertedObjectIDs.js.map +1 -0
  55. package/dist/model/convertedObjectIDsAfterSearch.cjs +19 -0
  56. package/dist/model/convertedObjectIDsAfterSearch.cjs.map +1 -0
  57. package/dist/model/convertedObjectIDsAfterSearch.js +1 -0
  58. package/dist/model/convertedObjectIDsAfterSearch.js.map +1 -0
  59. package/dist/model/discount.cjs +19 -0
  60. package/dist/model/discount.cjs.map +1 -0
  61. package/dist/model/discount.js +1 -0
  62. package/dist/model/discount.js.map +1 -0
  63. package/dist/model/errorBase.cjs +19 -0
  64. package/dist/model/errorBase.cjs.map +1 -0
  65. package/dist/model/errorBase.js +1 -0
  66. package/dist/model/errorBase.js.map +1 -0
  67. package/dist/model/eventsItems.cjs +19 -0
  68. package/dist/model/eventsItems.cjs.map +1 -0
  69. package/dist/model/eventsItems.js +1 -0
  70. package/dist/model/eventsItems.js.map +1 -0
  71. package/dist/model/eventsResponse.cjs +19 -0
  72. package/dist/model/eventsResponse.cjs.map +1 -0
  73. package/dist/model/eventsResponse.js +1 -0
  74. package/dist/model/eventsResponse.js.map +1 -0
  75. package/dist/model/index.cjs +19 -0
  76. package/dist/model/index.cjs.map +1 -0
  77. package/dist/model/index.js +1 -0
  78. package/dist/model/index.js.map +1 -0
  79. package/dist/model/insightsEvents.cjs +19 -0
  80. package/dist/model/insightsEvents.cjs.map +1 -0
  81. package/dist/model/insightsEvents.js +1 -0
  82. package/dist/model/insightsEvents.js.map +1 -0
  83. package/dist/model/objectData.cjs +19 -0
  84. package/dist/model/objectData.cjs.map +1 -0
  85. package/dist/model/objectData.js +1 -0
  86. package/dist/model/objectData.js.map +1 -0
  87. package/dist/model/objectDataAfterSearch.cjs +19 -0
  88. package/dist/model/objectDataAfterSearch.cjs.map +1 -0
  89. package/dist/model/objectDataAfterSearch.js +1 -0
  90. package/dist/model/objectDataAfterSearch.js.map +1 -0
  91. package/dist/model/price.cjs +19 -0
  92. package/dist/model/price.cjs.map +1 -0
  93. package/dist/model/price.js +1 -0
  94. package/dist/model/price.js.map +1 -0
  95. package/dist/model/purchaseEvent.cjs +19 -0
  96. package/dist/model/purchaseEvent.cjs.map +1 -0
  97. package/dist/model/purchaseEvent.js +1 -0
  98. package/dist/model/purchaseEvent.js.map +1 -0
  99. package/dist/model/purchasedObjectIDs.cjs +19 -0
  100. package/dist/model/purchasedObjectIDs.cjs.map +1 -0
  101. package/dist/model/purchasedObjectIDs.js +1 -0
  102. package/dist/model/purchasedObjectIDs.js.map +1 -0
  103. package/dist/model/purchasedObjectIDsAfterSearch.cjs +19 -0
  104. package/dist/model/purchasedObjectIDsAfterSearch.cjs.map +1 -0
  105. package/dist/model/purchasedObjectIDsAfterSearch.js +1 -0
  106. package/dist/model/purchasedObjectIDsAfterSearch.js.map +1 -0
  107. package/dist/model/value.cjs +19 -0
  108. package/dist/model/value.cjs.map +1 -0
  109. package/dist/model/value.js +1 -0
  110. package/dist/model/value.js.map +1 -0
  111. package/dist/model/viewEvent.cjs +19 -0
  112. package/dist/model/viewEvent.cjs.map +1 -0
  113. package/dist/model/viewEvent.js +1 -0
  114. package/dist/model/viewEvent.js.map +1 -0
  115. package/dist/model/viewedFilters.cjs +19 -0
  116. package/dist/model/viewedFilters.cjs.map +1 -0
  117. package/dist/model/viewedFilters.js +1 -0
  118. package/dist/model/viewedFilters.js.map +1 -0
  119. package/dist/model/viewedObjectIDs.cjs +19 -0
  120. package/dist/model/viewedObjectIDs.cjs.map +1 -0
  121. package/dist/model/viewedObjectIDs.js +1 -0
  122. package/dist/model/viewedObjectIDs.js.map +1 -0
  123. package/dist/node.d.cts +598 -0
  124. package/dist/node.d.ts +598 -0
  125. package/dist/src/insightsClient.cjs +240 -0
  126. package/dist/src/insightsClient.cjs.map +1 -0
  127. package/dist/src/insightsClient.js +213 -0
  128. package/dist/src/insightsClient.js.map +1 -0
  129. package/index.d.ts +1 -1
  130. package/index.js +1 -1
  131. package/package.json +33 -30
  132. package/dist/builds/browser.d.ts +0 -22
  133. package/dist/builds/browser.d.ts.map +0 -1
  134. package/dist/builds/node.d.ts +0 -22
  135. package/dist/builds/node.d.ts.map +0 -1
  136. package/dist/client-insights.cjs +0 -240
  137. package/dist/client-insights.esm.browser.js +0 -914
  138. package/dist/client-insights.esm.node.js +0 -237
  139. package/dist/client-insights.umd.js +0 -2
  140. package/dist/model/addToCartEvent.d.ts +0 -2
  141. package/dist/model/addToCartEvent.d.ts.map +0 -1
  142. package/dist/model/addedToCartObjectIDs.d.ts +0 -45
  143. package/dist/model/addedToCartObjectIDs.d.ts.map +0 -1
  144. package/dist/model/addedToCartObjectIDsAfterSearch.d.ts +0 -49
  145. package/dist/model/addedToCartObjectIDsAfterSearch.d.ts.map +0 -1
  146. package/dist/model/clickEvent.d.ts +0 -2
  147. package/dist/model/clickEvent.d.ts.map +0 -1
  148. package/dist/model/clickedFilters.d.ts +0 -32
  149. package/dist/model/clickedFilters.d.ts.map +0 -1
  150. package/dist/model/clickedObjectIDs.d.ts +0 -32
  151. package/dist/model/clickedObjectIDs.d.ts.map +0 -1
  152. package/dist/model/clickedObjectIDsAfterSearch.d.ts +0 -40
  153. package/dist/model/clickedObjectIDsAfterSearch.d.ts.map +0 -1
  154. package/dist/model/clientMethodProps.d.ts +0 -70
  155. package/dist/model/clientMethodProps.d.ts.map +0 -1
  156. package/dist/model/conversionEvent.d.ts +0 -2
  157. package/dist/model/conversionEvent.d.ts.map +0 -1
  158. package/dist/model/convertedFilters.d.ts +0 -29
  159. package/dist/model/convertedFilters.d.ts.map +0 -1
  160. package/dist/model/convertedObjectIDs.d.ts +0 -32
  161. package/dist/model/convertedObjectIDs.d.ts.map +0 -1
  162. package/dist/model/convertedObjectIDsAfterSearch.d.ts +0 -36
  163. package/dist/model/convertedObjectIDsAfterSearch.d.ts.map +0 -1
  164. package/dist/model/discount.d.ts +0 -5
  165. package/dist/model/discount.d.ts.map +0 -1
  166. package/dist/model/errorBase.d.ts +0 -7
  167. package/dist/model/errorBase.d.ts.map +0 -1
  168. package/dist/model/eventsItems.d.ts +0 -14
  169. package/dist/model/eventsItems.d.ts.map +0 -1
  170. package/dist/model/eventsResponse.d.ts +0 -14
  171. package/dist/model/eventsResponse.d.ts.map +0 -1
  172. package/dist/model/index.d.ts +0 -28
  173. package/dist/model/index.d.ts.map +0 -1
  174. package/dist/model/insightsEvents.d.ts +0 -8
  175. package/dist/model/insightsEvents.d.ts.map +0 -1
  176. package/dist/model/objectData.d.ts +0 -11
  177. package/dist/model/objectData.d.ts.map +0 -1
  178. package/dist/model/objectDataAfterSearch.d.ts +0 -15
  179. package/dist/model/objectDataAfterSearch.d.ts.map +0 -1
  180. package/dist/model/price.d.ts +0 -5
  181. package/dist/model/price.d.ts.map +0 -1
  182. package/dist/model/purchaseEvent.d.ts +0 -2
  183. package/dist/model/purchaseEvent.d.ts.map +0 -1
  184. package/dist/model/purchasedObjectIDs.d.ts +0 -45
  185. package/dist/model/purchasedObjectIDs.d.ts.map +0 -1
  186. package/dist/model/purchasedObjectIDsAfterSearch.d.ts +0 -45
  187. package/dist/model/purchasedObjectIDsAfterSearch.d.ts.map +0 -1
  188. package/dist/model/value.d.ts +0 -5
  189. package/dist/model/value.d.ts.map +0 -1
  190. package/dist/model/viewEvent.d.ts +0 -2
  191. package/dist/model/viewEvent.d.ts.map +0 -1
  192. package/dist/model/viewedFilters.d.ts +0 -32
  193. package/dist/model/viewedFilters.d.ts.map +0 -1
  194. package/dist/model/viewedObjectIDs.d.ts +0 -32
  195. package/dist/model/viewedObjectIDs.d.ts.map +0 -1
  196. package/dist/src/insightsClient.d.ts +0 -85
  197. package/dist/src/insightsClient.d.ts.map +0 -1
@@ -0,0 +1 @@
1
+ {"version":3,"sources":[],"sourcesContent":[],"mappings":"","names":[]}
@@ -0,0 +1,19 @@
1
+ "use strict";
2
+ var __defProp = Object.defineProperty;
3
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
4
+ var __getOwnPropNames = Object.getOwnPropertyNames;
5
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
6
+ var __copyProps = (to, from, except, desc) => {
7
+ if (from && typeof from === "object" || typeof from === "function") {
8
+ for (let key of __getOwnPropNames(from))
9
+ if (!__hasOwnProp.call(to, key) && key !== except)
10
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
11
+ }
12
+ return to;
13
+ };
14
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
15
+
16
+ // model/addedToCartObjectIDsAfterSearch.ts
17
+ var addedToCartObjectIDsAfterSearch_exports = {};
18
+ module.exports = __toCommonJS(addedToCartObjectIDsAfterSearch_exports);
19
+ //# sourceMappingURL=addedToCartObjectIDsAfterSearch.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../model/addedToCartObjectIDsAfterSearch.ts"],"sourcesContent":["// Code generated by OpenAPI Generator (https://openapi-generator.tech), manual changes will be lost - read more on https://github.com/algolia/api-clients-automation. DO NOT EDIT.\n\nimport type { AddToCartEvent } from './addToCartEvent';\nimport type { ConversionEvent } from './conversionEvent';\nimport type { ObjectDataAfterSearch } from './objectDataAfterSearch';\nimport type { Value } from './value';\n\n/**\n * Use this event to track when users add items to their shopping cart after a previous Algolia request. If you\\'re building your category pages with Algolia, you\\'ll also use this event.\n */\nexport type AddedToCartObjectIDsAfterSearch = {\n /**\n * Event name, up to 64 ASCII characters. Consider naming events consistently—for example, by adopting Segment\\'s [object-action](https://segment.com/academy/collecting-data/naming-conventions-for-clean-data/#the-object-action-framework) framework.\n */\n eventName: string;\n\n eventType: ConversionEvent;\n\n eventSubtype: AddToCartEvent;\n\n /**\n * Index name (case-sensitive) to which the event\\'s items belong.\n */\n index: string;\n\n /**\n * Unique identifier for a search query. The query ID is required for events related to search or browse requests. If you add `clickAnalytics: true` as a search request parameter, the query ID is included in the API response.\n */\n queryID: string;\n\n /**\n * Object IDs of the records that are part of the event.\n */\n objectIDs: string[];\n\n /**\n * Anonymous or pseudonymous user identifier. Don\\'t use personally identifiable information in user tokens. For more information, see [User token](https://www.algolia.com/doc/guides/sending-events/concepts/usertoken/).\n */\n userToken: string;\n\n /**\n * Identifier for authenticated users. When the user signs in, you can get an identifier from your system and send it as `authenticatedUserToken`. This lets you keep using the `userToken` from before the user signed in, while providing a reliable way to identify users across sessions. Don\\'t use personally identifiable information in user tokens. For more information, see [User token](https://www.algolia.com/doc/guides/sending-events/concepts/usertoken/).\n */\n authenticatedUserToken?: string;\n\n /**\n * Three-letter [currency code](https://www.iso.org/iso-4217-currency-codes.html).\n */\n currency?: string;\n\n /**\n * Extra information about the records involved in a purchase or add-to-cart events. If provided, it must be the same length as `objectIDs`.\n */\n objectData?: ObjectDataAfterSearch[];\n\n /**\n * Timestamp of the event, measured in milliseconds since the Unix epoch. By default, the Insights API uses the time it receives an event as its timestamp.\n */\n timestamp?: number;\n\n value?: Value;\n};\n"],"mappings":";;;;;;;;;;;;;;;;AAAA;AAAA;","names":[]}
@@ -0,0 +1 @@
1
+ //# sourceMappingURL=addedToCartObjectIDsAfterSearch.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":[],"sourcesContent":[],"mappings":"","names":[]}
@@ -0,0 +1,19 @@
1
+ "use strict";
2
+ var __defProp = Object.defineProperty;
3
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
4
+ var __getOwnPropNames = Object.getOwnPropertyNames;
5
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
6
+ var __copyProps = (to, from, except, desc) => {
7
+ if (from && typeof from === "object" || typeof from === "function") {
8
+ for (let key of __getOwnPropNames(from))
9
+ if (!__hasOwnProp.call(to, key) && key !== except)
10
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
11
+ }
12
+ return to;
13
+ };
14
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
15
+
16
+ // model/clickEvent.ts
17
+ var clickEvent_exports = {};
18
+ module.exports = __toCommonJS(clickEvent_exports);
19
+ //# sourceMappingURL=clickEvent.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../model/clickEvent.ts"],"sourcesContent":["// Code generated by OpenAPI Generator (https://openapi-generator.tech), manual changes will be lost - read more on https://github.com/algolia/api-clients-automation. DO NOT EDIT.\n\nexport type ClickEvent = 'click';\n"],"mappings":";;;;;;;;;;;;;;;;AAAA;AAAA;","names":[]}
@@ -0,0 +1 @@
1
+ //# sourceMappingURL=clickEvent.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":[],"sourcesContent":[],"mappings":"","names":[]}
@@ -0,0 +1,19 @@
1
+ "use strict";
2
+ var __defProp = Object.defineProperty;
3
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
4
+ var __getOwnPropNames = Object.getOwnPropertyNames;
5
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
6
+ var __copyProps = (to, from, except, desc) => {
7
+ if (from && typeof from === "object" || typeof from === "function") {
8
+ for (let key of __getOwnPropNames(from))
9
+ if (!__hasOwnProp.call(to, key) && key !== except)
10
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
11
+ }
12
+ return to;
13
+ };
14
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
15
+
16
+ // model/clickedFilters.ts
17
+ var clickedFilters_exports = {};
18
+ module.exports = __toCommonJS(clickedFilters_exports);
19
+ //# sourceMappingURL=clickedFilters.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../model/clickedFilters.ts"],"sourcesContent":["// Code generated by OpenAPI Generator (https://openapi-generator.tech), manual changes will be lost - read more on https://github.com/algolia/api-clients-automation. DO NOT EDIT.\n\nimport type { ClickEvent } from './clickEvent';\n\n/**\n * Use this event to track when users click facet filters in your user interface.\n */\nexport type ClickedFilters = {\n /**\n * Event name, up to 64 ASCII characters. Consider naming events consistently—for example, by adopting Segment\\'s [object-action](https://segment.com/academy/collecting-data/naming-conventions-for-clean-data/#the-object-action-framework) framework.\n */\n eventName: string;\n\n eventType: ClickEvent;\n\n /**\n * Index name (case-sensitive) to which the event\\'s items belong.\n */\n index: string;\n\n /**\n * Applied facet filters. Facet filters are `facet:value` pairs. Facet values must be URL-encoded, such as, `discount:10%25`.\n */\n filters: string[];\n\n /**\n * Anonymous or pseudonymous user identifier. Don\\'t use personally identifiable information in user tokens. For more information, see [User token](https://www.algolia.com/doc/guides/sending-events/concepts/usertoken/).\n */\n userToken: string;\n\n /**\n * Identifier for authenticated users. When the user signs in, you can get an identifier from your system and send it as `authenticatedUserToken`. This lets you keep using the `userToken` from before the user signed in, while providing a reliable way to identify users across sessions. Don\\'t use personally identifiable information in user tokens. For more information, see [User token](https://www.algolia.com/doc/guides/sending-events/concepts/usertoken/).\n */\n authenticatedUserToken?: string;\n\n /**\n * Timestamp of the event, measured in milliseconds since the Unix epoch. By default, the Insights API uses the time it receives an event as its timestamp.\n */\n timestamp?: number;\n};\n"],"mappings":";;;;;;;;;;;;;;;;AAAA;AAAA;","names":[]}
@@ -0,0 +1 @@
1
+ //# sourceMappingURL=clickedFilters.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":[],"sourcesContent":[],"mappings":"","names":[]}
@@ -0,0 +1,19 @@
1
+ "use strict";
2
+ var __defProp = Object.defineProperty;
3
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
4
+ var __getOwnPropNames = Object.getOwnPropertyNames;
5
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
6
+ var __copyProps = (to, from, except, desc) => {
7
+ if (from && typeof from === "object" || typeof from === "function") {
8
+ for (let key of __getOwnPropNames(from))
9
+ if (!__hasOwnProp.call(to, key) && key !== except)
10
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
11
+ }
12
+ return to;
13
+ };
14
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
15
+
16
+ // model/clickedObjectIDs.ts
17
+ var clickedObjectIDs_exports = {};
18
+ module.exports = __toCommonJS(clickedObjectIDs_exports);
19
+ //# sourceMappingURL=clickedObjectIDs.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../model/clickedObjectIDs.ts"],"sourcesContent":["// Code generated by OpenAPI Generator (https://openapi-generator.tech), manual changes will be lost - read more on https://github.com/algolia/api-clients-automation. DO NOT EDIT.\n\nimport type { ClickEvent } from './clickEvent';\n\n/**\n * Use this event to track when users click items unrelated to a previous Algolia request. For example, if you don\\'t use Algolia to build your category pages, use this event. To track click events related to Algolia requests, use the \\\"Clicked object IDs after search\\\" event.\n */\nexport type ClickedObjectIDs = {\n /**\n * Event name, up to 64 ASCII characters. Consider naming events consistently—for example, by adopting Segment\\'s [object-action](https://segment.com/academy/collecting-data/naming-conventions-for-clean-data/#the-object-action-framework) framework.\n */\n eventName: string;\n\n eventType: ClickEvent;\n\n /**\n * Index name (case-sensitive) to which the event\\'s items belong.\n */\n index: string;\n\n /**\n * Object IDs of the records that are part of the event.\n */\n objectIDs: string[];\n\n /**\n * Anonymous or pseudonymous user identifier. Don\\'t use personally identifiable information in user tokens. For more information, see [User token](https://www.algolia.com/doc/guides/sending-events/concepts/usertoken/).\n */\n userToken: string;\n\n /**\n * Identifier for authenticated users. When the user signs in, you can get an identifier from your system and send it as `authenticatedUserToken`. This lets you keep using the `userToken` from before the user signed in, while providing a reliable way to identify users across sessions. Don\\'t use personally identifiable information in user tokens. For more information, see [User token](https://www.algolia.com/doc/guides/sending-events/concepts/usertoken/).\n */\n authenticatedUserToken?: string;\n\n /**\n * Timestamp of the event, measured in milliseconds since the Unix epoch. By default, the Insights API uses the time it receives an event as its timestamp.\n */\n timestamp?: number;\n};\n"],"mappings":";;;;;;;;;;;;;;;;AAAA;AAAA;","names":[]}
@@ -0,0 +1 @@
1
+ //# sourceMappingURL=clickedObjectIDs.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":[],"sourcesContent":[],"mappings":"","names":[]}
@@ -0,0 +1,19 @@
1
+ "use strict";
2
+ var __defProp = Object.defineProperty;
3
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
4
+ var __getOwnPropNames = Object.getOwnPropertyNames;
5
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
6
+ var __copyProps = (to, from, except, desc) => {
7
+ if (from && typeof from === "object" || typeof from === "function") {
8
+ for (let key of __getOwnPropNames(from))
9
+ if (!__hasOwnProp.call(to, key) && key !== except)
10
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
11
+ }
12
+ return to;
13
+ };
14
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
15
+
16
+ // model/clickedObjectIDsAfterSearch.ts
17
+ var clickedObjectIDsAfterSearch_exports = {};
18
+ module.exports = __toCommonJS(clickedObjectIDsAfterSearch_exports);
19
+ //# sourceMappingURL=clickedObjectIDsAfterSearch.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../model/clickedObjectIDsAfterSearch.ts"],"sourcesContent":["// Code generated by OpenAPI Generator (https://openapi-generator.tech), manual changes will be lost - read more on https://github.com/algolia/api-clients-automation. DO NOT EDIT.\n\nimport type { ClickEvent } from './clickEvent';\n\n/**\n * Click event after an Algolia request. Use this event to track when users click items in the search results. If you\\'re building your category pages with Algolia, you\\'ll also use this event.\n */\nexport type ClickedObjectIDsAfterSearch = {\n /**\n * Event name, up to 64 ASCII characters. Consider naming events consistently—for example, by adopting Segment\\'s [object-action](https://segment.com/academy/collecting-data/naming-conventions-for-clean-data/#the-object-action-framework) framework.\n */\n eventName: string;\n\n eventType: ClickEvent;\n\n /**\n * Index name (case-sensitive) to which the event\\'s items belong.\n */\n index: string;\n\n /**\n * Object IDs of the records that are part of the event.\n */\n objectIDs: string[];\n\n /**\n * Position of the clicked item the search results. You must provide 1 `position` for each `objectID`.\n */\n positions: number[];\n\n /**\n * Unique identifier for a search query. The query ID is required for events related to search or browse requests. If you add `clickAnalytics: true` as a search request parameter, the query ID is included in the API response.\n */\n queryID: string;\n\n /**\n * Anonymous or pseudonymous user identifier. Don\\'t use personally identifiable information in user tokens. For more information, see [User token](https://www.algolia.com/doc/guides/sending-events/concepts/usertoken/).\n */\n userToken: string;\n\n /**\n * Identifier for authenticated users. When the user signs in, you can get an identifier from your system and send it as `authenticatedUserToken`. This lets you keep using the `userToken` from before the user signed in, while providing a reliable way to identify users across sessions. Don\\'t use personally identifiable information in user tokens. For more information, see [User token](https://www.algolia.com/doc/guides/sending-events/concepts/usertoken/).\n */\n authenticatedUserToken?: string;\n\n /**\n * Timestamp of the event, measured in milliseconds since the Unix epoch. By default, the Insights API uses the time it receives an event as its timestamp.\n */\n timestamp?: number;\n};\n"],"mappings":";;;;;;;;;;;;;;;;AAAA;AAAA;","names":[]}
@@ -0,0 +1 @@
1
+ //# sourceMappingURL=clickedObjectIDsAfterSearch.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":[],"sourcesContent":[],"mappings":"","names":[]}
@@ -0,0 +1,19 @@
1
+ "use strict";
2
+ var __defProp = Object.defineProperty;
3
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
4
+ var __getOwnPropNames = Object.getOwnPropertyNames;
5
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
6
+ var __copyProps = (to, from, except, desc) => {
7
+ if (from && typeof from === "object" || typeof from === "function") {
8
+ for (let key of __getOwnPropNames(from))
9
+ if (!__hasOwnProp.call(to, key) && key !== except)
10
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
11
+ }
12
+ return to;
13
+ };
14
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
15
+
16
+ // model/clientMethodProps.ts
17
+ var clientMethodProps_exports = {};
18
+ module.exports = __toCommonJS(clientMethodProps_exports);
19
+ //# sourceMappingURL=clientMethodProps.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../model/clientMethodProps.ts"],"sourcesContent":["// Code generated by OpenAPI Generator (https://openapi-generator.tech), manual changes will be lost - read more on https://github.com/algolia/api-clients-automation. DO NOT EDIT.\n\n/**\n * Properties for the `customDelete` method.\n */\nexport type CustomDeleteProps = {\n /**\n * Path of the endpoint, anything after \\\"/1\\\" must be specified.\n */\n path: string;\n /**\n * Query parameters to apply to the current query.\n */\n parameters?: Record<string, any>;\n};\n\n/**\n * Properties for the `customGet` method.\n */\nexport type CustomGetProps = {\n /**\n * Path of the endpoint, anything after \\\"/1\\\" must be specified.\n */\n path: string;\n /**\n * Query parameters to apply to the current query.\n */\n parameters?: Record<string, any>;\n};\n\n/**\n * Properties for the `customPost` method.\n */\nexport type CustomPostProps = {\n /**\n * Path of the endpoint, anything after \\\"/1\\\" must be specified.\n */\n path: string;\n /**\n * Query parameters to apply to the current query.\n */\n parameters?: Record<string, any>;\n /**\n * Parameters to send with the custom request.\n */\n body?: Record<string, unknown>;\n};\n\n/**\n * Properties for the `customPut` method.\n */\nexport type CustomPutProps = {\n /**\n * Path of the endpoint, anything after \\\"/1\\\" must be specified.\n */\n path: string;\n /**\n * Query parameters to apply to the current query.\n */\n parameters?: Record<string, any>;\n /**\n * Parameters to send with the custom request.\n */\n body?: Record<string, unknown>;\n};\n\n/**\n * Properties for the `deleteUserToken` method.\n */\nexport type DeleteUserTokenProps = {\n /**\n * User token for which to delete all associated events.\n */\n userToken: string;\n};\n"],"mappings":";;;;;;;;;;;;;;;;AAAA;AAAA;","names":[]}
@@ -0,0 +1 @@
1
+ //# sourceMappingURL=clientMethodProps.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":[],"sourcesContent":[],"mappings":"","names":[]}
@@ -0,0 +1,19 @@
1
+ "use strict";
2
+ var __defProp = Object.defineProperty;
3
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
4
+ var __getOwnPropNames = Object.getOwnPropertyNames;
5
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
6
+ var __copyProps = (to, from, except, desc) => {
7
+ if (from && typeof from === "object" || typeof from === "function") {
8
+ for (let key of __getOwnPropNames(from))
9
+ if (!__hasOwnProp.call(to, key) && key !== except)
10
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
11
+ }
12
+ return to;
13
+ };
14
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
15
+
16
+ // model/conversionEvent.ts
17
+ var conversionEvent_exports = {};
18
+ module.exports = __toCommonJS(conversionEvent_exports);
19
+ //# sourceMappingURL=conversionEvent.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../model/conversionEvent.ts"],"sourcesContent":["// Code generated by OpenAPI Generator (https://openapi-generator.tech), manual changes will be lost - read more on https://github.com/algolia/api-clients-automation. DO NOT EDIT.\n\nexport type ConversionEvent = 'conversion';\n"],"mappings":";;;;;;;;;;;;;;;;AAAA;AAAA;","names":[]}
@@ -0,0 +1 @@
1
+ //# sourceMappingURL=conversionEvent.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":[],"sourcesContent":[],"mappings":"","names":[]}
@@ -0,0 +1,19 @@
1
+ "use strict";
2
+ var __defProp = Object.defineProperty;
3
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
4
+ var __getOwnPropNames = Object.getOwnPropertyNames;
5
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
6
+ var __copyProps = (to, from, except, desc) => {
7
+ if (from && typeof from === "object" || typeof from === "function") {
8
+ for (let key of __getOwnPropNames(from))
9
+ if (!__hasOwnProp.call(to, key) && key !== except)
10
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
11
+ }
12
+ return to;
13
+ };
14
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
15
+
16
+ // model/convertedFilters.ts
17
+ var convertedFilters_exports = {};
18
+ module.exports = __toCommonJS(convertedFilters_exports);
19
+ //# sourceMappingURL=convertedFilters.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../model/convertedFilters.ts"],"sourcesContent":["// Code generated by OpenAPI Generator (https://openapi-generator.tech), manual changes will be lost - read more on https://github.com/algolia/api-clients-automation. DO NOT EDIT.\n\nimport type { ConversionEvent } from './conversionEvent';\n\nexport type ConvertedFilters = {\n /**\n * Event name, up to 64 ASCII characters. Consider naming events consistently—for example, by adopting Segment\\'s [object-action](https://segment.com/academy/collecting-data/naming-conventions-for-clean-data/#the-object-action-framework) framework.\n */\n eventName: string;\n\n eventType: ConversionEvent;\n\n /**\n * Index name (case-sensitive) to which the event\\'s items belong.\n */\n index: string;\n\n /**\n * Applied facet filters. Facet filters are `facet:value` pairs. Facet values must be URL-encoded, such as, `discount:10%25`.\n */\n filters: string[];\n\n /**\n * Anonymous or pseudonymous user identifier. Don\\'t use personally identifiable information in user tokens. For more information, see [User token](https://www.algolia.com/doc/guides/sending-events/concepts/usertoken/).\n */\n userToken: string;\n\n /**\n * Identifier for authenticated users. When the user signs in, you can get an identifier from your system and send it as `authenticatedUserToken`. This lets you keep using the `userToken` from before the user signed in, while providing a reliable way to identify users across sessions. Don\\'t use personally identifiable information in user tokens. For more information, see [User token](https://www.algolia.com/doc/guides/sending-events/concepts/usertoken/).\n */\n authenticatedUserToken?: string;\n\n /**\n * Timestamp of the event, measured in milliseconds since the Unix epoch. By default, the Insights API uses the time it receives an event as its timestamp.\n */\n timestamp?: number;\n};\n"],"mappings":";;;;;;;;;;;;;;;;AAAA;AAAA;","names":[]}
@@ -0,0 +1 @@
1
+ //# sourceMappingURL=convertedFilters.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":[],"sourcesContent":[],"mappings":"","names":[]}
@@ -0,0 +1,19 @@
1
+ "use strict";
2
+ var __defProp = Object.defineProperty;
3
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
4
+ var __getOwnPropNames = Object.getOwnPropertyNames;
5
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
6
+ var __copyProps = (to, from, except, desc) => {
7
+ if (from && typeof from === "object" || typeof from === "function") {
8
+ for (let key of __getOwnPropNames(from))
9
+ if (!__hasOwnProp.call(to, key) && key !== except)
10
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
11
+ }
12
+ return to;
13
+ };
14
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
15
+
16
+ // model/convertedObjectIDs.ts
17
+ var convertedObjectIDs_exports = {};
18
+ module.exports = __toCommonJS(convertedObjectIDs_exports);
19
+ //# sourceMappingURL=convertedObjectIDs.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../model/convertedObjectIDs.ts"],"sourcesContent":["// Code generated by OpenAPI Generator (https://openapi-generator.tech), manual changes will be lost - read more on https://github.com/algolia/api-clients-automation. DO NOT EDIT.\n\nimport type { ConversionEvent } from './conversionEvent';\n\n/**\n * Use this event to track when users convert on items unrelated to a previous Algolia request. For example, if you don\\'t use Algolia to build your category pages, use this event. To track conversion events related to Algolia requests, use the \\\"Converted object IDs after search\\\" event.\n */\nexport type ConvertedObjectIDs = {\n /**\n * Event name, up to 64 ASCII characters. Consider naming events consistently—for example, by adopting Segment\\'s [object-action](https://segment.com/academy/collecting-data/naming-conventions-for-clean-data/#the-object-action-framework) framework.\n */\n eventName: string;\n\n eventType: ConversionEvent;\n\n /**\n * Index name (case-sensitive) to which the event\\'s items belong.\n */\n index: string;\n\n /**\n * Object IDs of the records that are part of the event.\n */\n objectIDs: string[];\n\n /**\n * Anonymous or pseudonymous user identifier. Don\\'t use personally identifiable information in user tokens. For more information, see [User token](https://www.algolia.com/doc/guides/sending-events/concepts/usertoken/).\n */\n userToken: string;\n\n /**\n * Identifier for authenticated users. When the user signs in, you can get an identifier from your system and send it as `authenticatedUserToken`. This lets you keep using the `userToken` from before the user signed in, while providing a reliable way to identify users across sessions. Don\\'t use personally identifiable information in user tokens. For more information, see [User token](https://www.algolia.com/doc/guides/sending-events/concepts/usertoken/).\n */\n authenticatedUserToken?: string;\n\n /**\n * Timestamp of the event, measured in milliseconds since the Unix epoch. By default, the Insights API uses the time it receives an event as its timestamp.\n */\n timestamp?: number;\n};\n"],"mappings":";;;;;;;;;;;;;;;;AAAA;AAAA;","names":[]}
@@ -0,0 +1 @@
1
+ //# sourceMappingURL=convertedObjectIDs.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":[],"sourcesContent":[],"mappings":"","names":[]}
@@ -0,0 +1,19 @@
1
+ "use strict";
2
+ var __defProp = Object.defineProperty;
3
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
4
+ var __getOwnPropNames = Object.getOwnPropertyNames;
5
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
6
+ var __copyProps = (to, from, except, desc) => {
7
+ if (from && typeof from === "object" || typeof from === "function") {
8
+ for (let key of __getOwnPropNames(from))
9
+ if (!__hasOwnProp.call(to, key) && key !== except)
10
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
11
+ }
12
+ return to;
13
+ };
14
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
15
+
16
+ // model/convertedObjectIDsAfterSearch.ts
17
+ var convertedObjectIDsAfterSearch_exports = {};
18
+ module.exports = __toCommonJS(convertedObjectIDsAfterSearch_exports);
19
+ //# sourceMappingURL=convertedObjectIDsAfterSearch.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../model/convertedObjectIDsAfterSearch.ts"],"sourcesContent":["// Code generated by OpenAPI Generator (https://openapi-generator.tech), manual changes will be lost - read more on https://github.com/algolia/api-clients-automation. DO NOT EDIT.\n\nimport type { ConversionEvent } from './conversionEvent';\n\n/**\n * Use this event to track when users convert after a previous Algolia request. For example, a user clicks on an item in the search results to view the product detail page. Then, the user adds the item to their shopping cart. If you\\'re building your category pages with Algolia, you\\'ll also use this event.\n */\nexport type ConvertedObjectIDsAfterSearch = {\n /**\n * Event name, up to 64 ASCII characters. Consider naming events consistently—for example, by adopting Segment\\'s [object-action](https://segment.com/academy/collecting-data/naming-conventions-for-clean-data/#the-object-action-framework) framework.\n */\n eventName: string;\n\n eventType: ConversionEvent;\n\n /**\n * Index name (case-sensitive) to which the event\\'s items belong.\n */\n index: string;\n\n /**\n * Object IDs of the records that are part of the event.\n */\n objectIDs: string[];\n\n /**\n * Unique identifier for a search query. The query ID is required for events related to search or browse requests. If you add `clickAnalytics: true` as a search request parameter, the query ID is included in the API response.\n */\n queryID: string;\n\n /**\n * Anonymous or pseudonymous user identifier. Don\\'t use personally identifiable information in user tokens. For more information, see [User token](https://www.algolia.com/doc/guides/sending-events/concepts/usertoken/).\n */\n userToken: string;\n\n /**\n * Identifier for authenticated users. When the user signs in, you can get an identifier from your system and send it as `authenticatedUserToken`. This lets you keep using the `userToken` from before the user signed in, while providing a reliable way to identify users across sessions. Don\\'t use personally identifiable information in user tokens. For more information, see [User token](https://www.algolia.com/doc/guides/sending-events/concepts/usertoken/).\n */\n authenticatedUserToken?: string;\n\n /**\n * Timestamp of the event, measured in milliseconds since the Unix epoch. By default, the Insights API uses the time it receives an event as its timestamp.\n */\n timestamp?: number;\n};\n"],"mappings":";;;;;;;;;;;;;;;;AAAA;AAAA;","names":[]}
@@ -0,0 +1 @@
1
+ //# sourceMappingURL=convertedObjectIDsAfterSearch.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":[],"sourcesContent":[],"mappings":"","names":[]}
@@ -0,0 +1,19 @@
1
+ "use strict";
2
+ var __defProp = Object.defineProperty;
3
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
4
+ var __getOwnPropNames = Object.getOwnPropertyNames;
5
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
6
+ var __copyProps = (to, from, except, desc) => {
7
+ if (from && typeof from === "object" || typeof from === "function") {
8
+ for (let key of __getOwnPropNames(from))
9
+ if (!__hasOwnProp.call(to, key) && key !== except)
10
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
11
+ }
12
+ return to;
13
+ };
14
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
15
+
16
+ // model/discount.ts
17
+ var discount_exports = {};
18
+ module.exports = __toCommonJS(discount_exports);
19
+ //# sourceMappingURL=discount.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../model/discount.ts"],"sourcesContent":["// Code generated by OpenAPI Generator (https://openapi-generator.tech), manual changes will be lost - read more on https://github.com/algolia/api-clients-automation. DO NOT EDIT.\n\n/**\n * Absolute value of the discount for this product, in units of `currency`.\n */\nexport type Discount = number | string;\n"],"mappings":";;;;;;;;;;;;;;;;AAAA;AAAA;","names":[]}
@@ -0,0 +1 @@
1
+ //# sourceMappingURL=discount.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":[],"sourcesContent":[],"mappings":"","names":[]}
@@ -0,0 +1,19 @@
1
+ "use strict";
2
+ var __defProp = Object.defineProperty;
3
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
4
+ var __getOwnPropNames = Object.getOwnPropertyNames;
5
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
6
+ var __copyProps = (to, from, except, desc) => {
7
+ if (from && typeof from === "object" || typeof from === "function") {
8
+ for (let key of __getOwnPropNames(from))
9
+ if (!__hasOwnProp.call(to, key) && key !== except)
10
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
11
+ }
12
+ return to;
13
+ };
14
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
15
+
16
+ // model/errorBase.ts
17
+ var errorBase_exports = {};
18
+ module.exports = __toCommonJS(errorBase_exports);
19
+ //# sourceMappingURL=errorBase.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../model/errorBase.ts"],"sourcesContent":["// Code generated by OpenAPI Generator (https://openapi-generator.tech), manual changes will be lost - read more on https://github.com/algolia/api-clients-automation. DO NOT EDIT.\n\n/**\n * Error.\n */\nexport type ErrorBase = Record<string, any> & {\n message?: string;\n};\n"],"mappings":";;;;;;;;;;;;;;;;AAAA;AAAA;","names":[]}
@@ -0,0 +1 @@
1
+ //# sourceMappingURL=errorBase.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":[],"sourcesContent":[],"mappings":"","names":[]}
@@ -0,0 +1,19 @@
1
+ "use strict";
2
+ var __defProp = Object.defineProperty;
3
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
4
+ var __getOwnPropNames = Object.getOwnPropertyNames;
5
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
6
+ var __copyProps = (to, from, except, desc) => {
7
+ if (from && typeof from === "object" || typeof from === "function") {
8
+ for (let key of __getOwnPropNames(from))
9
+ if (!__hasOwnProp.call(to, key) && key !== except)
10
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
11
+ }
12
+ return to;
13
+ };
14
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
15
+
16
+ // model/eventsItems.ts
17
+ var eventsItems_exports = {};
18
+ module.exports = __toCommonJS(eventsItems_exports);
19
+ //# sourceMappingURL=eventsItems.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../model/eventsItems.ts"],"sourcesContent":["// Code generated by OpenAPI Generator (https://openapi-generator.tech), manual changes will be lost - read more on https://github.com/algolia/api-clients-automation. DO NOT EDIT.\n\nimport type { AddedToCartObjectIDs } from './addedToCartObjectIDs';\nimport type { AddedToCartObjectIDsAfterSearch } from './addedToCartObjectIDsAfterSearch';\nimport type { ClickedFilters } from './clickedFilters';\nimport type { ClickedObjectIDs } from './clickedObjectIDs';\nimport type { ClickedObjectIDsAfterSearch } from './clickedObjectIDsAfterSearch';\nimport type { ConvertedFilters } from './convertedFilters';\nimport type { ConvertedObjectIDs } from './convertedObjectIDs';\nimport type { ConvertedObjectIDsAfterSearch } from './convertedObjectIDsAfterSearch';\nimport type { PurchasedObjectIDs } from './purchasedObjectIDs';\nimport type { PurchasedObjectIDsAfterSearch } from './purchasedObjectIDsAfterSearch';\nimport type { ViewedFilters } from './viewedFilters';\nimport type { ViewedObjectIDs } from './viewedObjectIDs';\n\nexport type EventsItems =\n | AddedToCartObjectIDs\n | AddedToCartObjectIDsAfterSearch\n | ClickedFilters\n | ClickedObjectIDs\n | ClickedObjectIDsAfterSearch\n | ConvertedFilters\n | ConvertedObjectIDs\n | ConvertedObjectIDsAfterSearch\n | PurchasedObjectIDs\n | PurchasedObjectIDsAfterSearch\n | ViewedFilters\n | ViewedObjectIDs;\n"],"mappings":";;;;;;;;;;;;;;;;AAAA;AAAA;","names":[]}
@@ -0,0 +1 @@
1
+ //# sourceMappingURL=eventsItems.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":[],"sourcesContent":[],"mappings":"","names":[]}
@@ -0,0 +1,19 @@
1
+ "use strict";
2
+ var __defProp = Object.defineProperty;
3
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
4
+ var __getOwnPropNames = Object.getOwnPropertyNames;
5
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
6
+ var __copyProps = (to, from, except, desc) => {
7
+ if (from && typeof from === "object" || typeof from === "function") {
8
+ for (let key of __getOwnPropNames(from))
9
+ if (!__hasOwnProp.call(to, key) && key !== except)
10
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
11
+ }
12
+ return to;
13
+ };
14
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
15
+
16
+ // model/eventsResponse.ts
17
+ var eventsResponse_exports = {};
18
+ module.exports = __toCommonJS(eventsResponse_exports);
19
+ //# sourceMappingURL=eventsResponse.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../model/eventsResponse.ts"],"sourcesContent":["// Code generated by OpenAPI Generator (https://openapi-generator.tech), manual changes will be lost - read more on https://github.com/algolia/api-clients-automation. DO NOT EDIT.\n\n/**\n * The response of the Insights API.\n */\nexport type EventsResponse = {\n /**\n * Details about the response, such as error messages.\n */\n message?: string;\n\n /**\n * The HTTP status code of the response.\n */\n status?: number;\n};\n"],"mappings":";;;;;;;;;;;;;;;;AAAA;AAAA;","names":[]}
@@ -0,0 +1 @@
1
+ //# sourceMappingURL=eventsResponse.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":[],"sourcesContent":[],"mappings":"","names":[]}
@@ -0,0 +1,19 @@
1
+ "use strict";
2
+ var __defProp = Object.defineProperty;
3
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
4
+ var __getOwnPropNames = Object.getOwnPropertyNames;
5
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
6
+ var __copyProps = (to, from, except, desc) => {
7
+ if (from && typeof from === "object" || typeof from === "function") {
8
+ for (let key of __getOwnPropNames(from))
9
+ if (!__hasOwnProp.call(to, key) && key !== except)
10
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
11
+ }
12
+ return to;
13
+ };
14
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
15
+
16
+ // model/index.ts
17
+ var model_exports = {};
18
+ module.exports = __toCommonJS(model_exports);
19
+ //# sourceMappingURL=index.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../model/index.ts"],"sourcesContent":["// Code generated by OpenAPI Generator (https://openapi-generator.tech), manual changes will be lost - read more on https://github.com/algolia/api-clients-automation. DO NOT EDIT.\n\nexport * from './addToCartEvent';\nexport * from './addedToCartObjectIDs';\nexport * from './addedToCartObjectIDsAfterSearch';\nexport * from './clickEvent';\nexport * from './clickedFilters';\nexport * from './clickedObjectIDs';\nexport * from './clickedObjectIDsAfterSearch';\nexport * from './conversionEvent';\nexport * from './convertedFilters';\nexport * from './convertedObjectIDs';\nexport * from './convertedObjectIDsAfterSearch';\nexport * from './discount';\nexport * from './errorBase';\nexport * from './eventsItems';\nexport * from './eventsResponse';\nexport * from './insightsEvents';\nexport * from './objectData';\nexport * from './objectDataAfterSearch';\nexport * from './price';\nexport * from './purchaseEvent';\nexport * from './purchasedObjectIDs';\nexport * from './purchasedObjectIDsAfterSearch';\nexport * from './value';\nexport * from './viewEvent';\nexport * from './viewedFilters';\nexport * from './viewedObjectIDs';\nexport * from './clientMethodProps';\n"],"mappings":";;;;;;;;;;;;;;;;AAAA;AAAA;","names":[]}
@@ -0,0 +1 @@
1
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":[],"sourcesContent":[],"mappings":"","names":[]}
@@ -0,0 +1,19 @@
1
+ "use strict";
2
+ var __defProp = Object.defineProperty;
3
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
4
+ var __getOwnPropNames = Object.getOwnPropertyNames;
5
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
6
+ var __copyProps = (to, from, except, desc) => {
7
+ if (from && typeof from === "object" || typeof from === "function") {
8
+ for (let key of __getOwnPropNames(from))
9
+ if (!__hasOwnProp.call(to, key) && key !== except)
10
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
11
+ }
12
+ return to;
13
+ };
14
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
15
+
16
+ // model/insightsEvents.ts
17
+ var insightsEvents_exports = {};
18
+ module.exports = __toCommonJS(insightsEvents_exports);
19
+ //# sourceMappingURL=insightsEvents.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../model/insightsEvents.ts"],"sourcesContent":["// Code generated by OpenAPI Generator (https://openapi-generator.tech), manual changes will be lost - read more on https://github.com/algolia/api-clients-automation. DO NOT EDIT.\n\nimport type { EventsItems } from './eventsItems';\n\nexport type InsightsEvents = {\n /**\n * Click and conversion events. **All** events must be valid, otherwise the API returns an error.\n */\n events: EventsItems[];\n};\n"],"mappings":";;;;;;;;;;;;;;;;AAAA;AAAA;","names":[]}
@@ -0,0 +1 @@
1
+ //# sourceMappingURL=insightsEvents.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":[],"sourcesContent":[],"mappings":"","names":[]}
@@ -0,0 +1,19 @@
1
+ "use strict";
2
+ var __defProp = Object.defineProperty;
3
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
4
+ var __getOwnPropNames = Object.getOwnPropertyNames;
5
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
6
+ var __copyProps = (to, from, except, desc) => {
7
+ if (from && typeof from === "object" || typeof from === "function") {
8
+ for (let key of __getOwnPropNames(from))
9
+ if (!__hasOwnProp.call(to, key) && key !== except)
10
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
11
+ }
12
+ return to;
13
+ };
14
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
15
+
16
+ // model/objectData.ts
17
+ var objectData_exports = {};
18
+ module.exports = __toCommonJS(objectData_exports);
19
+ //# sourceMappingURL=objectData.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../model/objectData.ts"],"sourcesContent":["// Code generated by OpenAPI Generator (https://openapi-generator.tech), manual changes will be lost - read more on https://github.com/algolia/api-clients-automation. DO NOT EDIT.\n\nimport type { Discount } from './discount';\nimport type { Price } from './price';\n\nexport type ObjectData = {\n price?: Price;\n\n /**\n * Quantity of a product that has been purchased or added to the cart. The total purchase value is the sum of `quantity` multiplied with the `price` for each purchased item.\n */\n quantity?: number;\n\n discount?: Discount;\n};\n"],"mappings":";;;;;;;;;;;;;;;;AAAA;AAAA;","names":[]}
@@ -0,0 +1 @@
1
+ //# sourceMappingURL=objectData.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":[],"sourcesContent":[],"mappings":"","names":[]}
@@ -0,0 +1,19 @@
1
+ "use strict";
2
+ var __defProp = Object.defineProperty;
3
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
4
+ var __getOwnPropNames = Object.getOwnPropertyNames;
5
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
6
+ var __copyProps = (to, from, except, desc) => {
7
+ if (from && typeof from === "object" || typeof from === "function") {
8
+ for (let key of __getOwnPropNames(from))
9
+ if (!__hasOwnProp.call(to, key) && key !== except)
10
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
11
+ }
12
+ return to;
13
+ };
14
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
15
+
16
+ // model/objectDataAfterSearch.ts
17
+ var objectDataAfterSearch_exports = {};
18
+ module.exports = __toCommonJS(objectDataAfterSearch_exports);
19
+ //# sourceMappingURL=objectDataAfterSearch.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../model/objectDataAfterSearch.ts"],"sourcesContent":["// Code generated by OpenAPI Generator (https://openapi-generator.tech), manual changes will be lost - read more on https://github.com/algolia/api-clients-automation. DO NOT EDIT.\n\nimport type { Discount } from './discount';\nimport type { Price } from './price';\n\nexport type ObjectDataAfterSearch = {\n /**\n * Unique identifier for a search query, used to track purchase events with multiple records that originate from different searches.\n */\n queryID?: string;\n\n price?: Price;\n\n /**\n * Quantity of a product that has been purchased or added to the cart. The total purchase value is the sum of `quantity` multiplied with the `price` for each purchased item.\n */\n quantity?: number;\n\n discount?: Discount;\n};\n"],"mappings":";;;;;;;;;;;;;;;;AAAA;AAAA;","names":[]}