@contentful/optimization-api-schemas 0.1.0-alpha

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 (195) hide show
  1. package/LICENSE +21 -0
  2. package/README.md +127 -0
  3. package/dist/contentful/AudienceEntry.d.ts +73 -0
  4. package/dist/contentful/AudienceEntry.d.ts.map +1 -0
  5. package/dist/contentful/AudienceEntry.js +41 -0
  6. package/dist/contentful/AudienceEntry.js.map +1 -0
  7. package/dist/contentful/CtflEntry.d.ts +206 -0
  8. package/dist/contentful/CtflEntry.d.ts.map +1 -0
  9. package/dist/contentful/CtflEntry.js +122 -0
  10. package/dist/contentful/CtflEntry.js.map +1 -0
  11. package/dist/contentful/MergeTagEntry.d.ts +68 -0
  12. package/dist/contentful/MergeTagEntry.d.ts.map +1 -0
  13. package/dist/contentful/MergeTagEntry.js +38 -0
  14. package/dist/contentful/MergeTagEntry.js.map +1 -0
  15. package/dist/contentful/PersonalizationConfig.d.ts +437 -0
  16. package/dist/contentful/PersonalizationConfig.d.ts.map +1 -0
  17. package/dist/contentful/PersonalizationConfig.js +164 -0
  18. package/dist/contentful/PersonalizationConfig.js.map +1 -0
  19. package/dist/contentful/PersonalizationEntry.d.ts +541 -0
  20. package/dist/contentful/PersonalizationEntry.d.ts.map +1 -0
  21. package/dist/contentful/PersonalizationEntry.js +95 -0
  22. package/dist/contentful/PersonalizationEntry.js.map +1 -0
  23. package/dist/contentful/PersonalizedEntry.d.ts +244 -0
  24. package/dist/contentful/PersonalizedEntry.d.ts.map +1 -0
  25. package/dist/contentful/PersonalizedEntry.js +27 -0
  26. package/dist/contentful/PersonalizedEntry.js.map +1 -0
  27. package/dist/contentful/index.d.ts +7 -0
  28. package/dist/contentful/index.d.ts.map +1 -0
  29. package/dist/contentful/index.js +7 -0
  30. package/dist/contentful/index.js.map +1 -0
  31. package/dist/experience/BatchExperienceResponse.d.ts +110 -0
  32. package/dist/experience/BatchExperienceResponse.d.ts.map +1 -0
  33. package/dist/experience/BatchExperienceResponse.js +25 -0
  34. package/dist/experience/BatchExperienceResponse.js.map +1 -0
  35. package/dist/experience/ExperienceRequest.d.ts +440 -0
  36. package/dist/experience/ExperienceRequest.d.ts.map +1 -0
  37. package/dist/experience/ExperienceRequest.js +36 -0
  38. package/dist/experience/ExperienceRequest.js.map +1 -0
  39. package/dist/experience/ExperienceResponse.d.ts +173 -0
  40. package/dist/experience/ExperienceResponse.d.ts.map +1 -0
  41. package/dist/experience/ExperienceResponse.js +38 -0
  42. package/dist/experience/ExperienceResponse.js.map +1 -0
  43. package/dist/experience/ResponseEnvelope.d.ts +35 -0
  44. package/dist/experience/ResponseEnvelope.d.ts.map +1 -0
  45. package/dist/experience/ResponseEnvelope.js +31 -0
  46. package/dist/experience/ResponseEnvelope.js.map +1 -0
  47. package/dist/experience/change/Change.d.ts +138 -0
  48. package/dist/experience/change/Change.d.ts.map +1 -0
  49. package/dist/experience/change/Change.js +102 -0
  50. package/dist/experience/change/Change.js.map +1 -0
  51. package/dist/experience/change/index.d.ts +2 -0
  52. package/dist/experience/change/index.d.ts.map +1 -0
  53. package/dist/experience/change/index.js +2 -0
  54. package/dist/experience/change/index.js.map +1 -0
  55. package/dist/experience/event/AliasEvent.d.ts +73 -0
  56. package/dist/experience/event/AliasEvent.d.ts.map +1 -0
  57. package/dist/experience/event/AliasEvent.js +20 -0
  58. package/dist/experience/event/AliasEvent.js.map +1 -0
  59. package/dist/experience/event/BatchExperienceEvent.d.ts +820 -0
  60. package/dist/experience/event/BatchExperienceEvent.d.ts.map +1 -0
  61. package/dist/experience/event/BatchExperienceEvent.js +37 -0
  62. package/dist/experience/event/BatchExperienceEvent.js.map +1 -0
  63. package/dist/experience/event/ComponentViewEvent.d.ts +75 -0
  64. package/dist/experience/event/ComponentViewEvent.d.ts.map +1 -0
  65. package/dist/experience/event/ComponentViewEvent.js +43 -0
  66. package/dist/experience/event/ComponentViewEvent.js.map +1 -0
  67. package/dist/experience/event/ExperienceEvent.d.ts +810 -0
  68. package/dist/experience/event/ExperienceEvent.d.ts.map +1 -0
  69. package/dist/experience/event/ExperienceEvent.js +29 -0
  70. package/dist/experience/event/ExperienceEvent.js.map +1 -0
  71. package/dist/experience/event/GroupEvent.d.ts +73 -0
  72. package/dist/experience/event/GroupEvent.d.ts.map +1 -0
  73. package/dist/experience/event/GroupEvent.js +20 -0
  74. package/dist/experience/event/GroupEvent.js.map +1 -0
  75. package/dist/experience/event/IdentifyEvent.d.ts +71 -0
  76. package/dist/experience/event/IdentifyEvent.d.ts.map +1 -0
  77. package/dist/experience/event/IdentifyEvent.js +24 -0
  78. package/dist/experience/event/IdentifyEvent.js.map +1 -0
  79. package/dist/experience/event/PageViewEvent.d.ts +128 -0
  80. package/dist/experience/event/PageViewEvent.d.ts.map +1 -0
  81. package/dist/experience/event/PageViewEvent.js +44 -0
  82. package/dist/experience/event/PageViewEvent.js.map +1 -0
  83. package/dist/experience/event/ScreenViewEvent.d.ts +111 -0
  84. package/dist/experience/event/ScreenViewEvent.d.ts.map +1 -0
  85. package/dist/experience/event/ScreenViewEvent.js +43 -0
  86. package/dist/experience/event/ScreenViewEvent.js.map +1 -0
  87. package/dist/experience/event/TrackEvent.d.ts +73 -0
  88. package/dist/experience/event/TrackEvent.d.ts.map +1 -0
  89. package/dist/experience/event/TrackEvent.js +27 -0
  90. package/dist/experience/event/TrackEvent.js.map +1 -0
  91. package/dist/experience/event/UniversalEventProperties.d.ts +175 -0
  92. package/dist/experience/event/UniversalEventProperties.d.ts.map +1 -0
  93. package/dist/experience/event/UniversalEventProperties.js +100 -0
  94. package/dist/experience/event/UniversalEventProperties.js.map +1 -0
  95. package/dist/experience/event/index.d.ts +12 -0
  96. package/dist/experience/event/index.d.ts.map +1 -0
  97. package/dist/experience/event/index.js +12 -0
  98. package/dist/experience/event/index.js.map +1 -0
  99. package/dist/experience/event/properties/App.d.ts +25 -0
  100. package/dist/experience/event/properties/App.d.ts.map +1 -0
  101. package/dist/experience/event/properties/App.js +21 -0
  102. package/dist/experience/event/properties/App.js.map +1 -0
  103. package/dist/experience/event/properties/Campaign.d.ts +34 -0
  104. package/dist/experience/event/properties/Campaign.d.ts.map +1 -0
  105. package/dist/experience/event/properties/Campaign.js +30 -0
  106. package/dist/experience/event/properties/Campaign.js.map +1 -0
  107. package/dist/experience/event/properties/Channel.d.ts +17 -0
  108. package/dist/experience/event/properties/Channel.d.ts.map +1 -0
  109. package/dist/experience/event/properties/Channel.js +13 -0
  110. package/dist/experience/event/properties/Channel.js.map +1 -0
  111. package/dist/experience/event/properties/Dictionary.d.ts +13 -0
  112. package/dist/experience/event/properties/Dictionary.d.ts.map +1 -0
  113. package/dist/experience/event/properties/Dictionary.js +9 -0
  114. package/dist/experience/event/properties/Dictionary.js.map +1 -0
  115. package/dist/experience/event/properties/GeoLocation.d.ts +66 -0
  116. package/dist/experience/event/properties/GeoLocation.d.ts.map +1 -0
  117. package/dist/experience/event/properties/GeoLocation.js +76 -0
  118. package/dist/experience/event/properties/GeoLocation.js.map +1 -0
  119. package/dist/experience/event/properties/Library.d.ts +22 -0
  120. package/dist/experience/event/properties/Library.d.ts.map +1 -0
  121. package/dist/experience/event/properties/Library.js +18 -0
  122. package/dist/experience/event/properties/Library.js.map +1 -0
  123. package/dist/experience/event/properties/Page.d.ts +39 -0
  124. package/dist/experience/event/properties/Page.d.ts.map +1 -0
  125. package/dist/experience/event/properties/Page.js +36 -0
  126. package/dist/experience/event/properties/Page.js.map +1 -0
  127. package/dist/experience/event/properties/Properties.d.ts +13 -0
  128. package/dist/experience/event/properties/Properties.d.ts.map +1 -0
  129. package/dist/experience/event/properties/Properties.js +9 -0
  130. package/dist/experience/event/properties/Properties.js.map +1 -0
  131. package/dist/experience/event/properties/Screen.d.ts +19 -0
  132. package/dist/experience/event/properties/Screen.d.ts.map +1 -0
  133. package/dist/experience/event/properties/Screen.js +15 -0
  134. package/dist/experience/event/properties/Screen.js.map +1 -0
  135. package/dist/experience/event/properties/Traits.d.ts +14 -0
  136. package/dist/experience/event/properties/Traits.d.ts.map +1 -0
  137. package/dist/experience/event/properties/Traits.js +10 -0
  138. package/dist/experience/event/properties/Traits.js.map +1 -0
  139. package/dist/experience/event/properties/index.d.ts +11 -0
  140. package/dist/experience/event/properties/index.d.ts.map +1 -0
  141. package/dist/experience/event/properties/index.js +11 -0
  142. package/dist/experience/event/properties/index.js.map +1 -0
  143. package/dist/experience/index.d.ts +8 -0
  144. package/dist/experience/index.d.ts.map +1 -0
  145. package/dist/experience/index.js +8 -0
  146. package/dist/experience/index.js.map +1 -0
  147. package/dist/experience/personalization/SelectedPersonalization.d.ts +86 -0
  148. package/dist/experience/personalization/SelectedPersonalization.d.ts.map +1 -0
  149. package/dist/experience/personalization/SelectedPersonalization.js +48 -0
  150. package/dist/experience/personalization/SelectedPersonalization.js.map +1 -0
  151. package/dist/experience/personalization/index.d.ts +2 -0
  152. package/dist/experience/personalization/index.d.ts.map +1 -0
  153. package/dist/experience/personalization/index.js +2 -0
  154. package/dist/experience/personalization/index.js.map +1 -0
  155. package/dist/experience/profile/Profile.d.ts +104 -0
  156. package/dist/experience/profile/Profile.d.ts.map +1 -0
  157. package/dist/experience/profile/Profile.js +72 -0
  158. package/dist/experience/profile/Profile.js.map +1 -0
  159. package/dist/experience/profile/index.d.ts +3 -0
  160. package/dist/experience/profile/index.d.ts.map +1 -0
  161. package/dist/experience/profile/index.js +3 -0
  162. package/dist/experience/profile/index.js.map +1 -0
  163. package/dist/experience/profile/properties/SessionStatistics.d.ts +60 -0
  164. package/dist/experience/profile/properties/SessionStatistics.d.ts.map +1 -0
  165. package/dist/experience/profile/properties/SessionStatistics.js +50 -0
  166. package/dist/experience/profile/properties/SessionStatistics.js.map +1 -0
  167. package/dist/experience/profile/properties/index.d.ts +2 -0
  168. package/dist/experience/profile/properties/index.d.ts.map +1 -0
  169. package/dist/experience/profile/properties/index.js +2 -0
  170. package/dist/experience/profile/properties/index.js.map +1 -0
  171. package/dist/index.cjs +684 -0
  172. package/dist/index.cjs.map +1 -0
  173. package/dist/index.d.ts +4 -0
  174. package/dist/index.d.ts.map +1 -0
  175. package/dist/index.js +4 -0
  176. package/dist/index.js.map +1 -0
  177. package/dist/index.mjs +425 -0
  178. package/dist/index.mjs.map +1 -0
  179. package/dist/insights/event/BatchInsightsEvent.d.ts +173 -0
  180. package/dist/insights/event/BatchInsightsEvent.d.ts.map +1 -0
  181. package/dist/insights/event/BatchInsightsEvent.js +32 -0
  182. package/dist/insights/event/BatchInsightsEvent.js.map +1 -0
  183. package/dist/insights/event/InsightsEvent.d.ts +145 -0
  184. package/dist/insights/event/InsightsEvent.d.ts.map +1 -0
  185. package/dist/insights/event/InsightsEvent.js +16 -0
  186. package/dist/insights/event/InsightsEvent.js.map +1 -0
  187. package/dist/insights/event/index.d.ts +3 -0
  188. package/dist/insights/event/index.d.ts.map +1 -0
  189. package/dist/insights/event/index.js +3 -0
  190. package/dist/insights/event/index.js.map +1 -0
  191. package/dist/insights/index.d.ts +2 -0
  192. package/dist/insights/index.d.ts.map +1 -0
  193. package/dist/insights/index.js +2 -0
  194. package/dist/insights/index.js.map +1 -0
  195. package/package.json +25 -0
@@ -0,0 +1,66 @@
1
+ import * as z from 'zod/mini';
2
+ /**
3
+ * Zod schema describing geo-location properties associated with an event.
4
+ *
5
+ * @remarks
6
+ * All properties are optional and may be derived from IP or device data.
7
+ */
8
+ export declare const GeoLocation: z.ZodMiniObject<{
9
+ /**
10
+ * Geographical coordinates for the location.
11
+ */
12
+ coordinates: z.ZodMiniOptional<z.ZodMiniObject<{
13
+ /**
14
+ * Latitude component of the coordinates.
15
+ */
16
+ latitude: z.ZodMiniNumber<number>;
17
+ /**
18
+ * Longitude component of the coordinates.
19
+ */
20
+ longitude: z.ZodMiniNumber<number>;
21
+ }, z.core.$strip>>;
22
+ /**
23
+ * City name associated with the location.
24
+ */
25
+ city: z.ZodMiniOptional<z.ZodMiniString<string>>;
26
+ /**
27
+ * Postal or ZIP code associated with the location.
28
+ */
29
+ postalCode: z.ZodMiniOptional<z.ZodMiniString<string>>;
30
+ /**
31
+ * Region or state name associated with the location.
32
+ */
33
+ region: z.ZodMiniOptional<z.ZodMiniString<string>>;
34
+ /**
35
+ * Region or state code associated with the location.
36
+ */
37
+ regionCode: z.ZodMiniOptional<z.ZodMiniString<string>>;
38
+ /**
39
+ * Country name associated with the location.
40
+ */
41
+ country: z.ZodMiniOptional<z.ZodMiniString<string>>;
42
+ /**
43
+ * Country code associated with the location.
44
+ *
45
+ * @remarks
46
+ * Validated to exactly COUNTRY_CODE_LENGTH characters, typically
47
+ * an ISO 3166-1 alpha-2 code.
48
+ */
49
+ countryCode: z.ZodMiniOptional<z.ZodMiniString<string>>;
50
+ /**
51
+ * Continent name associated with the location.
52
+ */
53
+ continent: z.ZodMiniOptional<z.ZodMiniString<string>>;
54
+ /**
55
+ * Time zone identifier associated with the location.
56
+ *
57
+ * @remarks
58
+ * Typically an IANA time zone string (e.g., `"Europe/Berlin"`).
59
+ */
60
+ timezone: z.ZodMiniOptional<z.ZodMiniString<string>>;
61
+ }, z.core.$strip>;
62
+ /**
63
+ * TypeScript type inferred from {@link GeoLocation}.
64
+ */
65
+ export type GeoLocation = z.infer<typeof GeoLocation>;
66
+ //# sourceMappingURL=GeoLocation.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"GeoLocation.d.ts","sourceRoot":"","sources":["../../../../src/experience/event/properties/GeoLocation.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,CAAC,MAAM,UAAU,CAAA;AA4B7B;;;;;GAKG;AACH,eAAO,MAAM,WAAW;IACtB;;OAEG;;QApBH;;WAEG;;QAGH;;WAEG;;;IAgBH;;OAEG;;IAGH;;OAEG;;IAGH;;OAEG;;IAGH;;OAEG;;IAGH;;OAEG;;IAGH;;;;;;OAMG;;IAGH;;OAEG;;IAGH;;;;;OAKG;;iBAEH,CAAA;AAEF;;GAEG;AACH,MAAM,MAAM,WAAW,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,WAAW,CAAC,CAAA"}
@@ -0,0 +1,76 @@
1
+ import * as z from 'zod/mini';
2
+ /**
3
+ * Length (in characters) of the expected country code.
4
+ *
5
+ * @remarks
6
+ * Typically corresponds to ISO 3166-1 alpha-2 country codes.
7
+ */
8
+ const COUNTRY_CODE_LENGTH = 2;
9
+ /**
10
+ * Zod schema describing geographical coordinates.
11
+ *
12
+ * @remarks
13
+ * Latitude and longitude are expressed in decimal degrees.
14
+ */
15
+ const Coordinates = z.object({
16
+ /**
17
+ * Latitude component of the coordinates.
18
+ */
19
+ latitude: z.number(),
20
+ /**
21
+ * Longitude component of the coordinates.
22
+ */
23
+ longitude: z.number(),
24
+ });
25
+ /**
26
+ * Zod schema describing geo-location properties associated with an event.
27
+ *
28
+ * @remarks
29
+ * All properties are optional and may be derived from IP or device data.
30
+ */
31
+ export const GeoLocation = z.object({
32
+ /**
33
+ * Geographical coordinates for the location.
34
+ */
35
+ coordinates: z.optional(Coordinates),
36
+ /**
37
+ * City name associated with the location.
38
+ */
39
+ city: z.optional(z.string()),
40
+ /**
41
+ * Postal or ZIP code associated with the location.
42
+ */
43
+ postalCode: z.optional(z.string()),
44
+ /**
45
+ * Region or state name associated with the location.
46
+ */
47
+ region: z.optional(z.string()),
48
+ /**
49
+ * Region or state code associated with the location.
50
+ */
51
+ regionCode: z.optional(z.string()),
52
+ /**
53
+ * Country name associated with the location.
54
+ */
55
+ country: z.optional(z.string()),
56
+ /**
57
+ * Country code associated with the location.
58
+ *
59
+ * @remarks
60
+ * Validated to exactly COUNTRY_CODE_LENGTH characters, typically
61
+ * an ISO 3166-1 alpha-2 code.
62
+ */
63
+ countryCode: z.optional(z.string().check(z.length(COUNTRY_CODE_LENGTH))),
64
+ /**
65
+ * Continent name associated with the location.
66
+ */
67
+ continent: z.optional(z.string()),
68
+ /**
69
+ * Time zone identifier associated with the location.
70
+ *
71
+ * @remarks
72
+ * Typically an IANA time zone string (e.g., `"Europe/Berlin"`).
73
+ */
74
+ timezone: z.optional(z.string()),
75
+ });
76
+ //# sourceMappingURL=GeoLocation.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"GeoLocation.js","sourceRoot":"","sources":["../../../../src/experience/event/properties/GeoLocation.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,CAAC,MAAM,UAAU,CAAA;AAE7B;;;;;GAKG;AACH,MAAM,mBAAmB,GAAG,CAAC,CAAA;AAE7B;;;;;GAKG;AACH,MAAM,WAAW,GAAG,CAAC,CAAC,MAAM,CAAC;IAC3B;;OAEG;IACH,QAAQ,EAAE,CAAC,CAAC,MAAM,EAAE;IAEpB;;OAEG;IACH,SAAS,EAAE,CAAC,CAAC,MAAM,EAAE;CACtB,CAAC,CAAA;AAEF;;;;;GAKG;AACH,MAAM,CAAC,MAAM,WAAW,GAAG,CAAC,CAAC,MAAM,CAAC;IAClC;;OAEG;IACH,WAAW,EAAE,CAAC,CAAC,QAAQ,CAAC,WAAW,CAAC;IAEpC;;OAEG;IACH,IAAI,EAAE,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC;IAE5B;;OAEG;IACH,UAAU,EAAE,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC;IAElC;;OAEG;IACH,MAAM,EAAE,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC;IAE9B;;OAEG;IACH,UAAU,EAAE,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC;IAElC;;OAEG;IACH,OAAO,EAAE,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC;IAE/B;;;;;;OAMG;IACH,WAAW,EAAE,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC,KAAK,CAAC,CAAC,CAAC,MAAM,CAAC,mBAAmB,CAAC,CAAC,CAAC;IAExE;;OAEG;IACH,SAAS,EAAE,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC;IAEjC;;;;;OAKG;IACH,QAAQ,EAAE,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC;CACjC,CAAC,CAAA"}
@@ -0,0 +1,22 @@
1
+ import * as z from 'zod/mini';
2
+ /**
3
+ * Zod schema describing analytics library metadata.
4
+ *
5
+ * @remarks
6
+ * Identifies the client library that produced the event.
7
+ */
8
+ export declare const Library: z.ZodMiniObject<{
9
+ /**
10
+ * Name of the SDK/library (e.g., `"@contentful/optimization-web"`).
11
+ */
12
+ name: z.ZodMiniString<string>;
13
+ /**
14
+ * Version of the analytics library.
15
+ */
16
+ version: z.ZodMiniString<string>;
17
+ }, z.core.$strip>;
18
+ /**
19
+ * TypeScript type inferred from {@link Library}.
20
+ */
21
+ export type Library = z.infer<typeof Library>;
22
+ //# sourceMappingURL=Library.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Library.d.ts","sourceRoot":"","sources":["../../../../src/experience/event/properties/Library.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,CAAC,MAAM,UAAU,CAAA;AAE7B;;;;;GAKG;AACH,eAAO,MAAM,OAAO;IAClB;;OAEG;;IAGH;;OAEG;;iBAEH,CAAA;AAEF;;GAEG;AACH,MAAM,MAAM,OAAO,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,OAAO,CAAC,CAAA"}
@@ -0,0 +1,18 @@
1
+ import * as z from 'zod/mini';
2
+ /**
3
+ * Zod schema describing analytics library metadata.
4
+ *
5
+ * @remarks
6
+ * Identifies the client library that produced the event.
7
+ */
8
+ export const Library = z.object({
9
+ /**
10
+ * Name of the SDK/library (e.g., `"@contentful/optimization-web"`).
11
+ */
12
+ name: z.string(),
13
+ /**
14
+ * Version of the analytics library.
15
+ */
16
+ version: z.string(),
17
+ });
18
+ //# sourceMappingURL=Library.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Library.js","sourceRoot":"","sources":["../../../../src/experience/event/properties/Library.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,CAAC,MAAM,UAAU,CAAA;AAE7B;;;;;GAKG;AACH,MAAM,CAAC,MAAM,OAAO,GAAG,CAAC,CAAC,MAAM,CAAC;IAC9B;;OAEG;IACH,IAAI,EAAE,CAAC,CAAC,MAAM,EAAE;IAEhB;;OAEG;IACH,OAAO,EAAE,CAAC,CAAC,MAAM,EAAE;CACpB,CAAC,CAAA"}
@@ -0,0 +1,39 @@
1
+ import * as z from 'zod/mini';
2
+ /**
3
+ * Zod schema describing Web page-level properties for events.
4
+ *
5
+ * @remarks
6
+ * The base object describes standard page attributes, while additional
7
+ * JSON properties may be present due to the use of `z.catchall`.
8
+ */
9
+ export declare const Page: z.ZodMiniObject<{
10
+ /**
11
+ * Path component of the page URL (e.g., `/products/123`).
12
+ */
13
+ path: z.ZodMiniString<string>;
14
+ /**
15
+ * Parsed query parameters for the page.
16
+ */
17
+ query: z.ZodMiniRecord<z.ZodMiniString<string>, z.ZodMiniString<string>>;
18
+ /**
19
+ * Referrer URL that led to the current page.
20
+ */
21
+ referrer: z.ZodMiniString<string>;
22
+ /**
23
+ * Raw search string including the leading `?` (e.g., `"?q=test"`).
24
+ */
25
+ search: z.ZodMiniString<string>;
26
+ /**
27
+ * Title of the page as seen by the user.
28
+ */
29
+ title: z.ZodMiniOptional<z.ZodMiniString<string>>;
30
+ /**
31
+ * Full URL of the page.
32
+ */
33
+ url: z.ZodMiniString<string>;
34
+ }, z.core.$catchall<z.ZodMiniJSONSchema>>;
35
+ /**
36
+ * TypeScript type inferred from {@link Page}.
37
+ */
38
+ export type Page = z.infer<typeof Page>;
39
+ //# sourceMappingURL=Page.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Page.d.ts","sourceRoot":"","sources":["../../../../src/experience/event/properties/Page.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,CAAC,MAAM,UAAU,CAAA;AAG7B;;;;;;GAMG;AACH,eAAO,MAAM,IAAI;IAEb;;OAEG;;IAGH;;OAEG;;IAGH;;OAEG;;IAGH;;OAEG;;IAGH;;OAEG;;IAGH;;OAEG;;yCAIN,CAAA;AAED;;GAEG;AACH,MAAM,MAAM,IAAI,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,IAAI,CAAC,CAAA"}
@@ -0,0 +1,36 @@
1
+ import * as z from 'zod/mini';
2
+ import { Dictionary } from './Dictionary';
3
+ /**
4
+ * Zod schema describing Web page-level properties for events.
5
+ *
6
+ * @remarks
7
+ * The base object describes standard page attributes, while additional
8
+ * JSON properties may be present due to the use of `z.catchall`.
9
+ */
10
+ export const Page = z.catchall(z.object({
11
+ /**
12
+ * Path component of the page URL (e.g., `/products/123`).
13
+ */
14
+ path: z.string(),
15
+ /**
16
+ * Parsed query parameters for the page.
17
+ */
18
+ query: Dictionary,
19
+ /**
20
+ * Referrer URL that led to the current page.
21
+ */
22
+ referrer: z.string(),
23
+ /**
24
+ * Raw search string including the leading `?` (e.g., `"?q=test"`).
25
+ */
26
+ search: z.string(),
27
+ /**
28
+ * Title of the page as seen by the user.
29
+ */
30
+ title: z.optional(z.string()),
31
+ /**
32
+ * Full URL of the page.
33
+ */
34
+ url: z.string(),
35
+ }), z.json());
36
+ //# sourceMappingURL=Page.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Page.js","sourceRoot":"","sources":["../../../../src/experience/event/properties/Page.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,CAAC,MAAM,UAAU,CAAA;AAC7B,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAA;AAEzC;;;;;;GAMG;AACH,MAAM,CAAC,MAAM,IAAI,GAAG,CAAC,CAAC,QAAQ,CAC5B,CAAC,CAAC,MAAM,CAAC;IACP;;OAEG;IACH,IAAI,EAAE,CAAC,CAAC,MAAM,EAAE;IAEhB;;OAEG;IACH,KAAK,EAAE,UAAU;IAEjB;;OAEG;IACH,QAAQ,EAAE,CAAC,CAAC,MAAM,EAAE;IAEpB;;OAEG;IACH,MAAM,EAAE,CAAC,CAAC,MAAM,EAAE;IAElB;;OAEG;IACH,KAAK,EAAE,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC;IAE7B;;OAEG;IACH,GAAG,EAAE,CAAC,CAAC,MAAM,EAAE;CAChB,CAAC,EACF,CAAC,CAAC,IAAI,EAAE,CACT,CAAA"}
@@ -0,0 +1,13 @@
1
+ import * as z from 'zod/mini';
2
+ /**
3
+ * Zod schema describing a generic collection of event properties.
4
+ *
5
+ * @remarks
6
+ * Represents an arbitrary JSON-serializable map from string keys to values.
7
+ */
8
+ export declare const Properties: z.ZodMiniRecord<z.ZodMiniString<string>, z.ZodMiniJSONSchema>;
9
+ /**
10
+ * TypeScript type inferred from {@link Properties}.
11
+ */
12
+ export type Properties = z.infer<typeof Properties>;
13
+ //# sourceMappingURL=Properties.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Properties.d.ts","sourceRoot":"","sources":["../../../../src/experience/event/properties/Properties.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,CAAC,MAAM,UAAU,CAAA;AAE7B;;;;;GAKG;AACH,eAAO,MAAM,UAAU,+DAAiC,CAAA;AAExD;;GAEG;AACH,MAAM,MAAM,UAAU,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,UAAU,CAAC,CAAA"}
@@ -0,0 +1,9 @@
1
+ import * as z from 'zod/mini';
2
+ /**
3
+ * Zod schema describing a generic collection of event properties.
4
+ *
5
+ * @remarks
6
+ * Represents an arbitrary JSON-serializable map from string keys to values.
7
+ */
8
+ export const Properties = z.record(z.string(), z.json());
9
+ //# sourceMappingURL=Properties.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Properties.js","sourceRoot":"","sources":["../../../../src/experience/event/properties/Properties.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,CAAC,MAAM,UAAU,CAAA;AAE7B;;;;;GAKG;AACH,MAAM,CAAC,MAAM,UAAU,GAAG,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,MAAM,EAAE,EAAE,CAAC,CAAC,IAAI,EAAE,CAAC,CAAA"}
@@ -0,0 +1,19 @@
1
+ import * as z from 'zod/mini';
2
+ /**
3
+ * Zod schema describing Web page-level properties for events.
4
+ *
5
+ * @remarks
6
+ * The base object describes standard page attributes, while additional
7
+ * JSON properties may be present due to the use of `z.catchall`.
8
+ */
9
+ export declare const Screen: z.ZodMiniObject<{
10
+ /**
11
+ * Name or label for the screen.
12
+ */
13
+ name: z.ZodMiniString<string>;
14
+ }, z.core.$catchall<z.ZodMiniJSONSchema>>;
15
+ /**
16
+ * TypeScript type inferred from {@link Page}.
17
+ */
18
+ export type Screen = z.infer<typeof Screen>;
19
+ //# sourceMappingURL=Screen.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Screen.d.ts","sourceRoot":"","sources":["../../../../src/experience/event/properties/Screen.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,CAAC,MAAM,UAAU,CAAA;AAE7B;;;;;;GAMG;AACH,eAAO,MAAM,MAAM;IAEf;;OAEG;;yCAIN,CAAA;AAED;;GAEG;AACH,MAAM,MAAM,MAAM,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,MAAM,CAAC,CAAA"}
@@ -0,0 +1,15 @@
1
+ import * as z from 'zod/mini';
2
+ /**
3
+ * Zod schema describing Web page-level properties for events.
4
+ *
5
+ * @remarks
6
+ * The base object describes standard page attributes, while additional
7
+ * JSON properties may be present due to the use of `z.catchall`.
8
+ */
9
+ export const Screen = z.catchall(z.object({
10
+ /**
11
+ * Name or label for the screen.
12
+ */
13
+ name: z.string(),
14
+ }), z.json());
15
+ //# sourceMappingURL=Screen.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Screen.js","sourceRoot":"","sources":["../../../../src/experience/event/properties/Screen.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,CAAC,MAAM,UAAU,CAAA;AAE7B;;;;;;GAMG;AACH,MAAM,CAAC,MAAM,MAAM,GAAG,CAAC,CAAC,QAAQ,CAC9B,CAAC,CAAC,MAAM,CAAC;IACP;;OAEG;IACH,IAAI,EAAE,CAAC,CAAC,MAAM,EAAE;CACjB,CAAC,EACF,CAAC,CAAC,IAAI,EAAE,CACT,CAAA"}
@@ -0,0 +1,14 @@
1
+ import * as z from 'zod/mini';
2
+ /**
3
+ * Zod schema describing user traits / identity properties.
4
+ *
5
+ * @remarks
6
+ * Represents an arbitrary JSON-serializable map from string keys to values.
7
+ * Common traits may include `name`, `plan`, and custom attributes.
8
+ */
9
+ export declare const Traits: z.ZodMiniRecord<z.ZodMiniString<string>, z.ZodMiniJSONSchema>;
10
+ /**
11
+ * TypeScript type inferred from {@link Traits}.
12
+ */
13
+ export type Traits = z.infer<typeof Traits>;
14
+ //# sourceMappingURL=Traits.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Traits.d.ts","sourceRoot":"","sources":["../../../../src/experience/event/properties/Traits.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,CAAC,MAAM,UAAU,CAAA;AAE7B;;;;;;GAMG;AACH,eAAO,MAAM,MAAM,+DAAiC,CAAA;AAEpD;;GAEG;AACH,MAAM,MAAM,MAAM,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,MAAM,CAAC,CAAA"}
@@ -0,0 +1,10 @@
1
+ import * as z from 'zod/mini';
2
+ /**
3
+ * Zod schema describing user traits / identity properties.
4
+ *
5
+ * @remarks
6
+ * Represents an arbitrary JSON-serializable map from string keys to values.
7
+ * Common traits may include `name`, `plan`, and custom attributes.
8
+ */
9
+ export const Traits = z.record(z.string(), z.json());
10
+ //# sourceMappingURL=Traits.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Traits.js","sourceRoot":"","sources":["../../../../src/experience/event/properties/Traits.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,CAAC,MAAM,UAAU,CAAA;AAE7B;;;;;;GAMG;AACH,MAAM,CAAC,MAAM,MAAM,GAAG,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,MAAM,EAAE,EAAE,CAAC,CAAC,IAAI,EAAE,CAAC,CAAA"}
@@ -0,0 +1,11 @@
1
+ export * from './App';
2
+ export * from './Campaign';
3
+ export * from './Channel';
4
+ export * from './Dictionary';
5
+ export * from './GeoLocation';
6
+ export * from './Library';
7
+ export * from './Page';
8
+ export * from './Properties';
9
+ export * from './Screen';
10
+ export * from './Traits';
11
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/experience/event/properties/index.ts"],"names":[],"mappings":"AAAA,cAAc,OAAO,CAAA;AACrB,cAAc,YAAY,CAAA;AAC1B,cAAc,WAAW,CAAA;AACzB,cAAc,cAAc,CAAA;AAC5B,cAAc,eAAe,CAAA;AAC7B,cAAc,WAAW,CAAA;AACzB,cAAc,QAAQ,CAAA;AACtB,cAAc,cAAc,CAAA;AAC5B,cAAc,UAAU,CAAA;AACxB,cAAc,UAAU,CAAA"}
@@ -0,0 +1,11 @@
1
+ export * from './App';
2
+ export * from './Campaign';
3
+ export * from './Channel';
4
+ export * from './Dictionary';
5
+ export * from './GeoLocation';
6
+ export * from './Library';
7
+ export * from './Page';
8
+ export * from './Properties';
9
+ export * from './Screen';
10
+ export * from './Traits';
11
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/experience/event/properties/index.ts"],"names":[],"mappings":"AAAA,cAAc,OAAO,CAAA;AACrB,cAAc,YAAY,CAAA;AAC1B,cAAc,WAAW,CAAA;AACzB,cAAc,cAAc,CAAA;AAC5B,cAAc,eAAe,CAAA;AAC7B,cAAc,WAAW,CAAA;AACzB,cAAc,QAAQ,CAAA;AACtB,cAAc,cAAc,CAAA;AAC5B,cAAc,UAAU,CAAA;AACxB,cAAc,UAAU,CAAA"}
@@ -0,0 +1,8 @@
1
+ export * from './BatchExperienceResponse';
2
+ export * from './change';
3
+ export * from './event';
4
+ export * from './ExperienceRequest';
5
+ export * from './ExperienceResponse';
6
+ export * from './personalization';
7
+ export * from './profile';
8
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/experience/index.ts"],"names":[],"mappings":"AAAA,cAAc,2BAA2B,CAAA;AACzC,cAAc,UAAU,CAAA;AACxB,cAAc,SAAS,CAAA;AACvB,cAAc,qBAAqB,CAAA;AACnC,cAAc,sBAAsB,CAAA;AACpC,cAAc,mBAAmB,CAAA;AACjC,cAAc,WAAW,CAAA"}
@@ -0,0 +1,8 @@
1
+ export * from './BatchExperienceResponse';
2
+ export * from './change';
3
+ export * from './event';
4
+ export * from './ExperienceRequest';
5
+ export * from './ExperienceResponse';
6
+ export * from './personalization';
7
+ export * from './profile';
8
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/experience/index.ts"],"names":[],"mappings":"AAAA,cAAc,2BAA2B,CAAA;AACzC,cAAc,UAAU,CAAA;AACxB,cAAc,SAAS,CAAA;AACvB,cAAc,qBAAqB,CAAA;AACnC,cAAc,sBAAsB,CAAA;AACpC,cAAc,mBAAmB,CAAA;AACjC,cAAc,WAAW,CAAA"}
@@ -0,0 +1,86 @@
1
+ import * as z from 'zod/mini';
2
+ /**
3
+ * Zod schema describing a selected personalization outcome for a user.
4
+ *
5
+ * @remarks
6
+ * Represents the result of choosing a specific variant for a given
7
+ * experience, along with additional metadata such as whether the
8
+ * selection is sticky.
9
+ */
10
+ export declare const SelectedPersonalization: z.ZodMiniObject<{
11
+ /**
12
+ * Identifier of the personalization or experiment experience.
13
+ */
14
+ experienceId: z.ZodMiniString<string>;
15
+ /**
16
+ * Index of the selected variant within the experience configuration.
17
+ *
18
+ * @remarks
19
+ * Typically corresponds to the index of the selected {@link PersonalizationConfig } entry.
20
+ */
21
+ variantIndex: z.ZodMiniNumber<number>;
22
+ /**
23
+ * Mapping of baseline entry IDs to their selected variant entry IDs.
24
+ *
25
+ * @remarks
26
+ * The keys are component identifiers and the values are the
27
+ * identifiers of the selected variant for that component.
28
+ */
29
+ variants: z.ZodMiniRecord<z.ZodMiniString<string>, z.ZodMiniString<string>>;
30
+ /**
31
+ * Indicates whether this personalization selection is sticky for the user.
32
+ *
33
+ * @defaultValue false
34
+ *
35
+ * @remarks
36
+ * Sticky selections should be reused on subsequent requests for the
37
+ * same user, rather than re-allocating a new variant.
38
+ */
39
+ sticky: z.ZodMiniOptional<z.ZodMiniPrefault<z.ZodMiniBoolean<boolean>>>;
40
+ }, z.core.$strip>;
41
+ /**
42
+ * TypeScript type inferred from {@link SelectedPersonalization}.
43
+ */
44
+ export type SelectedPersonalization = z.infer<typeof SelectedPersonalization>;
45
+ /**
46
+ * Zod schema describing an array of {@link SelectedPersonalization} items.
47
+ *
48
+ * @remarks
49
+ * Useful when multiple experiences are evaluated at once.
50
+ */
51
+ export declare const SelectedPersonalizationArray: z.ZodMiniArray<z.ZodMiniObject<{
52
+ /**
53
+ * Identifier of the personalization or experiment experience.
54
+ */
55
+ experienceId: z.ZodMiniString<string>;
56
+ /**
57
+ * Index of the selected variant within the experience configuration.
58
+ *
59
+ * @remarks
60
+ * Typically corresponds to the index of the selected {@link PersonalizationConfig } entry.
61
+ */
62
+ variantIndex: z.ZodMiniNumber<number>;
63
+ /**
64
+ * Mapping of baseline entry IDs to their selected variant entry IDs.
65
+ *
66
+ * @remarks
67
+ * The keys are component identifiers and the values are the
68
+ * identifiers of the selected variant for that component.
69
+ */
70
+ variants: z.ZodMiniRecord<z.ZodMiniString<string>, z.ZodMiniString<string>>;
71
+ /**
72
+ * Indicates whether this personalization selection is sticky for the user.
73
+ *
74
+ * @defaultValue false
75
+ *
76
+ * @remarks
77
+ * Sticky selections should be reused on subsequent requests for the
78
+ * same user, rather than re-allocating a new variant.
79
+ */
80
+ sticky: z.ZodMiniOptional<z.ZodMiniPrefault<z.ZodMiniBoolean<boolean>>>;
81
+ }, z.core.$strip>>;
82
+ /**
83
+ * TypeScript type inferred from {@link SelectedPersonalizationArray}.
84
+ */
85
+ export type SelectedPersonalizationArray = z.infer<typeof SelectedPersonalizationArray>;
86
+ //# sourceMappingURL=SelectedPersonalization.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SelectedPersonalization.d.ts","sourceRoot":"","sources":["../../../src/experience/personalization/SelectedPersonalization.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,CAAC,MAAM,UAAU,CAAA;AAE7B;;;;;;;GAOG;AACH,eAAO,MAAM,uBAAuB;IAClC;;OAEG;;IAGH;;;;;OAKG;;IAGH;;;;;;OAMG;;IAGH;;;;;;;;OAQG;;iBAEH,CAAA;AAEF;;GAEG;AACH,MAAM,MAAM,uBAAuB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,uBAAuB,CAAC,CAAA;AAE7E;;;;;GAKG;AACH,eAAO,MAAM,4BAA4B;IA7CvC;;OAEG;;IAGH;;;;;OAKG;;IAGH;;;;;;OAMG;;IAGH;;;;;;;;OAQG;;kBAeuE,CAAA;AAE5E;;GAEG;AACH,MAAM,MAAM,4BAA4B,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,4BAA4B,CAAC,CAAA"}
@@ -0,0 +1,48 @@
1
+ import * as z from 'zod/mini';
2
+ /**
3
+ * Zod schema describing a selected personalization outcome for a user.
4
+ *
5
+ * @remarks
6
+ * Represents the result of choosing a specific variant for a given
7
+ * experience, along with additional metadata such as whether the
8
+ * selection is sticky.
9
+ */
10
+ export const SelectedPersonalization = z.object({
11
+ /**
12
+ * Identifier of the personalization or experiment experience.
13
+ */
14
+ experienceId: z.string(),
15
+ /**
16
+ * Index of the selected variant within the experience configuration.
17
+ *
18
+ * @remarks
19
+ * Typically corresponds to the index of the selected {@link PersonalizationConfig } entry.
20
+ */
21
+ variantIndex: z.number(),
22
+ /**
23
+ * Mapping of baseline entry IDs to their selected variant entry IDs.
24
+ *
25
+ * @remarks
26
+ * The keys are component identifiers and the values are the
27
+ * identifiers of the selected variant for that component.
28
+ */
29
+ variants: z.record(z.string(), z.string()),
30
+ /**
31
+ * Indicates whether this personalization selection is sticky for the user.
32
+ *
33
+ * @defaultValue false
34
+ *
35
+ * @remarks
36
+ * Sticky selections should be reused on subsequent requests for the
37
+ * same user, rather than re-allocating a new variant.
38
+ */
39
+ sticky: z.optional(z.prefault(z.boolean(), false)),
40
+ });
41
+ /**
42
+ * Zod schema describing an array of {@link SelectedPersonalization} items.
43
+ *
44
+ * @remarks
45
+ * Useful when multiple experiences are evaluated at once.
46
+ */
47
+ export const SelectedPersonalizationArray = z.array(SelectedPersonalization);
48
+ //# sourceMappingURL=SelectedPersonalization.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SelectedPersonalization.js","sourceRoot":"","sources":["../../../src/experience/personalization/SelectedPersonalization.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,CAAC,MAAM,UAAU,CAAA;AAE7B;;;;;;;GAOG;AACH,MAAM,CAAC,MAAM,uBAAuB,GAAG,CAAC,CAAC,MAAM,CAAC;IAC9C;;OAEG;IACH,YAAY,EAAE,CAAC,CAAC,MAAM,EAAE;IAExB;;;;;OAKG;IACH,YAAY,EAAE,CAAC,CAAC,MAAM,EAAE;IAExB;;;;;;OAMG;IACH,QAAQ,EAAE,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,MAAM,EAAE,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC;IAE1C;;;;;;;;OAQG;IACH,MAAM,EAAE,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,OAAO,EAAE,EAAE,KAAK,CAAC,CAAC;CACnD,CAAC,CAAA;AAOF;;;;;GAKG;AACH,MAAM,CAAC,MAAM,4BAA4B,GAAG,CAAC,CAAC,KAAK,CAAC,uBAAuB,CAAC,CAAA"}
@@ -0,0 +1,2 @@
1
+ export * from './SelectedPersonalization';
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/experience/personalization/index.ts"],"names":[],"mappings":"AAAA,cAAc,2BAA2B,CAAA"}
@@ -0,0 +1,2 @@
1
+ export * from './SelectedPersonalization';
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/experience/personalization/index.ts"],"names":[],"mappings":"AAAA,cAAc,2BAA2B,CAAA"}