@envive-ai/react-hooks 0.2.6-alpha-7 → 0.2.6-alpha-9

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 (412) hide show
  1. package/dist/{AmplitudeOperations-DjqOM3uE.js → AmplitudeOperations-D2r56Ptr.js} +2 -2
  2. package/dist/{AmplitudeOperations-DbUiR0N_.cjs → AmplitudeOperations-SkndCrhj.cjs} +2 -2
  3. package/dist/{NewOrgConfig-C_1T1iOt.js → NewOrgConfig-C9aQqGsb.js} +2 -2
  4. package/dist/{NewOrgConfig-D2Kvqa1z.cjs → NewOrgConfig-CHkHRqHx.cjs} +2 -2
  5. package/dist/{TrackComponentVisibleEvent-BxOhr9Da.js → TrackComponentVisibleEvent-BIGvzk4f.js} +2 -2
  6. package/dist/{TrackComponentVisibleEvent-CDbecFPM.cjs → TrackComponentVisibleEvent-DjZUt7LR.cjs} +2 -2
  7. package/dist/amplitudeContext-B3DsV6IO.cjs +248 -0
  8. package/dist/amplitudeContext-S3JYCxr4.js +232 -0
  9. package/dist/{app-Bs2KxG_8.js → app-BT3g-mDp.js} +5 -5
  10. package/dist/{app-DSnDDqcW.cjs → app-DxwdFQlv.cjs} +5 -5
  11. package/dist/application/utils/index.cjs +4 -4
  12. package/dist/application/utils/index.d.cts +2 -2
  13. package/dist/application/utils/index.js +4 -4
  14. package/dist/{atomStore-CfzCqWB9.js → atomStore-BuopbV9k.js} +1 -1
  15. package/dist/{atomStore-BQVO5haU.cjs → atomStore-CZKe3itM.cjs} +1 -1
  16. package/dist/atoms/app/index.cjs +9 -9
  17. package/dist/atoms/app/index.d.cts +7 -7
  18. package/dist/atoms/app/index.d.ts +7 -7
  19. package/dist/atoms/app/index.js +9 -9
  20. package/dist/atoms/atomStore/index.cjs +1 -1
  21. package/dist/atoms/atomStore/index.d.ts +1 -1
  22. package/dist/atoms/atomStore/index.js +1 -1
  23. package/dist/atoms/chat/index.cjs +10 -10
  24. package/dist/atoms/chat/index.d.cts +32 -32
  25. package/dist/atoms/chat/index.d.ts +32 -32
  26. package/dist/atoms/chat/index.js +10 -10
  27. package/dist/atoms/globalSearch/index.d.cts +6 -6
  28. package/dist/atoms/globalSearch/index.d.ts +6 -6
  29. package/dist/atoms/org/index.cjs +2 -2
  30. package/dist/atoms/org/index.d.cts +15 -15
  31. package/dist/atoms/org/index.d.ts +16 -16
  32. package/dist/atoms/org/index.js +2 -2
  33. package/dist/atoms/search/index.cjs +3 -3
  34. package/dist/atoms/search/index.d.cts +15 -15
  35. package/dist/atoms/search/index.d.ts +14 -14
  36. package/dist/atoms/search/index.js +3 -3
  37. package/dist/atoms/search/utils.d.cts +1 -1
  38. package/dist/cdnContext-i5iYA8ig.cjs +53 -0
  39. package/dist/cdnContext-td-gAam0.js +38 -0
  40. package/dist/{chat-EJbfGWRr.js → chat-ClvJ9xEj.js} +1 -1
  41. package/dist/{chat-CJ9D8n7g.cjs → chat-DCGriB7h.cjs} +1 -1
  42. package/dist/{chat-C5afTKUY.js → chat-ZaY3KY-R.js} +3 -3
  43. package/dist/{chat-CCjM6fS_.cjs → chat-rhEjVfrd.cjs} +3 -3
  44. package/dist/{common-CuwWqIJ1.cjs → common-DQPvV_S_.cjs} +1 -1
  45. package/dist/{common-Df2bwzd2.js → common-c_4eX0qn.js} +1 -1
  46. package/dist/{components-QGCWJ26c.js → components-CDpaMUjK.js} +1 -1
  47. package/dist/{components-BCfFLf9X.cjs → components-DKwVHIjq.cjs} +1 -1
  48. package/dist/config/index.cjs +4 -4
  49. package/dist/config/index.js +4 -4
  50. package/dist/config/locators/components/chat/index.cjs +1 -1
  51. package/dist/config/locators/components/chat/index.js +1 -1
  52. package/dist/config/locators/components/common/index.cjs +1 -1
  53. package/dist/config/locators/components/common/index.js +1 -1
  54. package/dist/config/locators/components/index.cjs +1 -1
  55. package/dist/config/locators/components/index.js +1 -1
  56. package/dist/config/locators/index.cjs +4 -4
  57. package/dist/config/locators/index.js +4 -4
  58. package/dist/contexts/amplitudeContext/index.cjs +12 -12
  59. package/dist/contexts/amplitudeContext/index.d.cts +1 -1
  60. package/dist/contexts/amplitudeContext/index.js +12 -12
  61. package/dist/contexts/cdnContext/index.cjs +2 -2
  62. package/dist/contexts/cdnContext/index.d.cts +1 -1
  63. package/dist/contexts/cdnContext/index.d.ts +1 -1
  64. package/dist/contexts/cdnContext/index.js +2 -2
  65. package/dist/contexts/enviveConfigContext/index.cjs +2 -2
  66. package/dist/contexts/enviveConfigContext/index.d.cts +1 -1
  67. package/dist/contexts/enviveConfigContext/index.js +2 -2
  68. package/dist/contexts/enviveCssContext/index.cjs +6 -6
  69. package/dist/contexts/enviveCssContext/index.js +6 -6
  70. package/dist/contexts/featureFlagContext/index.cjs +2 -2
  71. package/dist/contexts/featureFlagContext/index.js +2 -2
  72. package/dist/contexts/graphqlContext/index.cjs +2 -2
  73. package/dist/contexts/graphqlContext/index.js +2 -2
  74. package/dist/contexts/localStorageContext/index.d.cts +1 -1
  75. package/dist/contexts/newOrgConfigContext/index.cjs +5 -5
  76. package/dist/contexts/newOrgConfigContext/index.js +5 -5
  77. package/dist/contexts/searchContext/index.cjs +14 -14
  78. package/dist/contexts/searchContext/index.js +14 -14
  79. package/dist/contexts/shopifyUrlContext/index.cjs +2 -2
  80. package/dist/contexts/shopifyUrlContext/index.d.cts +1 -1
  81. package/dist/contexts/shopifyUrlContext/index.js +2 -2
  82. package/dist/contexts/systemSettingsContext/index.cjs +2 -2
  83. package/dist/contexts/systemSettingsContext/index.d.cts +1 -1
  84. package/dist/contexts/systemSettingsContext/index.d.ts +2 -2
  85. package/dist/contexts/systemSettingsContext/index.js +2 -2
  86. package/dist/contexts/userIdentityContext/index.cjs +9 -9
  87. package/dist/contexts/userIdentityContext/index.js +9 -9
  88. package/dist/{domObserver-DNeeSh1F.js → domObserver-CVhsCSkS.js} +1 -1
  89. package/dist/{domObserver-C2oQO8vi.cjs → domObserver-LCBj1xw4.cjs} +1 -1
  90. package/dist/{enviveConfig-Dp80h9yu.cjs → enviveConfig-CQ_8mT-g.cjs} +1 -1
  91. package/dist/{enviveConfig-Ciq4ASoV.js → enviveConfig-Cwlp7-Qz.js} +1 -1
  92. package/dist/{enviveConfigContext-CCjJUmwp.js → enviveConfigContext-BZbGEgOW.js} +2 -2
  93. package/dist/{enviveConfigContext-DoYP8KSw.cjs → enviveConfigContext-BinpxTCy.cjs} +2 -2
  94. package/dist/events/index.cjs +1 -1
  95. package/dist/events/index.js +1 -1
  96. package/dist/{events-DBin1Z7o.cjs → events-CgFGtanE.cjs} +1 -1
  97. package/dist/{events-CXiS1aTc.js → events-WOOrnUAx.js} +1 -1
  98. package/dist/exceptions/index.d.ts +1 -1
  99. package/dist/{graphqlContext-ChXlE8Ul.cjs → graphqlContext-B8wuRZcp.cjs} +2 -2
  100. package/dist/{graphqlContext-0cg9fEUw.js → graphqlContext-CpHMbKoX.js} +2 -2
  101. package/dist/hooks/AmplitudeOperations/index.cjs +13 -13
  102. package/dist/hooks/AmplitudeOperations/index.d.cts +1 -1
  103. package/dist/hooks/AmplitudeOperations/index.js +13 -13
  104. package/dist/hooks/AppDetails/index.cjs +12 -12
  105. package/dist/hooks/AppDetails/index.d.cts +1 -1
  106. package/dist/hooks/AppDetails/index.js +12 -12
  107. package/dist/hooks/BlockBackButton/index.d.cts +1 -1
  108. package/dist/hooks/CdnOperations/index.cjs +2 -2
  109. package/dist/hooks/CdnOperations/index.d.ts +1 -1
  110. package/dist/hooks/CdnOperations/index.js +2 -2
  111. package/dist/hooks/ChatToggle/index.cjs +13 -13
  112. package/dist/hooks/ChatToggle/index.d.cts +1 -1
  113. package/dist/hooks/ChatToggle/index.js +13 -13
  114. package/dist/hooks/ChatToggleAnalytics/index.cjs +13 -13
  115. package/dist/hooks/ChatToggleAnalytics/index.d.cts +1 -1
  116. package/dist/hooks/ChatToggleAnalytics/index.js +13 -13
  117. package/dist/hooks/Debounce/index.d.cts +1 -1
  118. package/dist/hooks/ElementObserver/index.cjs +1 -1
  119. package/dist/hooks/ElementObserver/index.js +1 -1
  120. package/dist/hooks/GrabAndScroll/index.d.cts +2 -2
  121. package/dist/hooks/GraphQLConfig/index.cjs +3 -3
  122. package/dist/hooks/GraphQLConfig/index.d.cts +1 -1
  123. package/dist/hooks/GraphQLConfig/index.js +3 -3
  124. package/dist/hooks/IdentifyUser/index.cjs +9 -9
  125. package/dist/hooks/IdentifyUser/index.d.cts +1 -1
  126. package/dist/hooks/IdentifyUser/index.js +9 -9
  127. package/dist/hooks/ImageResolver/index.cjs +1 -1
  128. package/dist/hooks/ImageResolver/index.d.cts +1 -1
  129. package/dist/hooks/ImageResolver/index.js +1 -1
  130. package/dist/hooks/LocalStorageOperations/index.d.cts +1 -1
  131. package/dist/hooks/MessageFilter/index.d.cts +1 -1
  132. package/dist/hooks/MessageScrollObserver/index.d.cts +1 -1
  133. package/dist/hooks/NewOrgConfig/index.cjs +6 -6
  134. package/dist/hooks/NewOrgConfig/index.d.cts +2 -2
  135. package/dist/hooks/NewOrgConfig/index.d.ts +2 -2
  136. package/dist/hooks/NewOrgConfig/index.js +6 -6
  137. package/dist/hooks/Search/index.cjs +15 -15
  138. package/dist/hooks/Search/index.js +15 -15
  139. package/dist/hooks/SearchOperations/index.cjs +14 -14
  140. package/dist/hooks/SearchOperations/index.js +14 -14
  141. package/dist/hooks/ShopifyUrlOperations/index.cjs +2 -2
  142. package/dist/hooks/ShopifyUrlOperations/index.js +2 -2
  143. package/dist/hooks/SystemSettingsContext/index.cjs +2 -2
  144. package/dist/hooks/SystemSettingsContext/index.d.cts +3 -3
  145. package/dist/hooks/SystemSettingsContext/index.d.ts +4 -4
  146. package/dist/hooks/SystemSettingsContext/index.js +2 -2
  147. package/dist/hooks/TrackComponentVisibleEvent/index.cjs +13 -13
  148. package/dist/hooks/TrackComponentVisibleEvent/index.js +13 -13
  149. package/dist/hooks/UpdateAnalyticsProps/index.cjs +12 -12
  150. package/dist/hooks/UpdateAnalyticsProps/index.js +12 -12
  151. package/dist/hooks/utils.cjs +1 -1
  152. package/dist/hooks/utils.d.cts +1 -1
  153. package/dist/hooks/utils.js +1 -1
  154. package/dist/index-CMZcE7pk.d.cts +1 -1
  155. package/dist/index-ChiZg0yw.d.cts +1 -1
  156. package/dist/index-CsmO1rDH.d.ts +1 -1
  157. package/dist/index-DtzPIcQp.d.ts +1 -1
  158. package/dist/index-bEjLKG_Q.d.ts +1 -1
  159. package/dist/index-mv7KvWDq.d.ts +1 -1
  160. package/dist/{locators-C2fWd-74.js → locators-BMQGmGLq.js} +1 -1
  161. package/dist/{locators-Cx3q6Z_h.cjs → locators-DxYdak1F.cjs} +1 -1
  162. package/dist/{newOrgConfigAtom-BuQE_zPK.js → newOrgConfigAtom-C8h3w_Ji.js} +1 -1
  163. package/dist/{newOrgConfigAtom-rrYHmp1b.cjs → newOrgConfigAtom-CDttTiuu.cjs} +1 -1
  164. package/dist/{newOrgConfigContext-d3RHl430.cjs → newOrgConfigContext-Brsggue9.cjs} +4 -4
  165. package/dist/{newOrgConfigContext-D-gU5ppl.js → newOrgConfigContext-Dt_W-wlK.js} +4 -4
  166. package/dist/{org-CIFgIcO4.cjs → org-BNs_maoW.cjs} +1 -1
  167. package/dist/{org-15F128Ah.js → org-CScQqL4k.js} +1 -1
  168. package/dist/{search-Ch6LKNh4.cjs → search-CWkDtqQV.cjs} +2 -2
  169. package/dist/{search--80x6CfL.js → search-OWKKaQQj.js} +2 -2
  170. package/dist/{searchContext-BkPoTq1o.js → searchContext-B-rEZixl.js} +4 -4
  171. package/dist/{searchContext-B0qEUoKb.cjs → searchContext-JCUBg-lA.cjs} +4 -4
  172. package/dist/{shopifyUrlContext-Bw1kAZ2P.cjs → shopifyUrlContext-COc1eDR_.cjs} +2 -2
  173. package/dist/{shopifyUrlContext-DnJiUmMA.js → shopifyUrlContext-CToAt_98.js} +2 -2
  174. package/dist/{systemSettingsContext-DPdDfVhj.js → systemSettingsContext-D9iNGz5v.js} +2 -2
  175. package/dist/{systemSettingsContext-068vQuP2.cjs → systemSettingsContext-DdV7Yte8.cjs} +2 -2
  176. package/dist/types/index.cjs +1 -1
  177. package/dist/types/index.js +1 -1
  178. package/dist/{types-B8HZYWV3.cjs → types-1iJ_FnQQ.cjs} +1 -1
  179. package/dist/{types-y3mhxOUA.js → types-D5du68Vp.js} +1 -1
  180. package/dist/{urlsParser-bb8ciRFg.cjs → urlsParser-Dax4iVNC.cjs} +1 -1
  181. package/dist/{urlsParser-v_1DKvyf.js → urlsParser-NAp2LwWP.js} +1 -1
  182. package/dist/{useAppDetails-eP2hBuid.cjs → useAppDetails-D3T6kJY_.cjs} +4 -4
  183. package/dist/{useAppDetails-BPXln8UE.js → useAppDetails-xPVs6fW7.js} +4 -4
  184. package/dist/{useGraphQLConfig-v9veUbvJ.cjs → useGraphQLConfig-B1DaVvFx.cjs} +2 -2
  185. package/dist/{useGraphQLConfig-Btszi6cG.js → useGraphQLConfig-BtPxjtxw.js} +2 -2
  186. package/dist/{utils-D_nGHczN.js → utils-BZT_oZ3n.js} +1 -1
  187. package/dist/{utils-SjlIHajO.cjs → utils-D3MjNkd3.cjs} +2 -2
  188. package/dist/{utils-CWzuvlOR.js → utils-DMwh3QbT.js} +2 -2
  189. package/dist/{utils-CJk5iwQI.cjs → utils-qtHPLFby.cjs} +1 -1
  190. package/package.json +1 -1
  191. package/src/contexts/amplitudeContext/amplitudeContext.tsx +11 -3
  192. package/src/contexts/cdnContext/cdnContext.tsx +11 -9
  193. package/dist/amplitudeContext-BWmXliMI.cjs +0 -243
  194. package/dist/amplitudeContext-BjMlg5RV.js +0 -227
  195. package/dist/cdnContext-CJ2BNLAD.js +0 -38
  196. package/dist/cdnContext-lkC-AE6A.cjs +0 -53
  197. package/dist/src/application/commerce-api.js +0 -408
  198. package/dist/src/application/logging/logger.js +0 -16
  199. package/dist/src/application/models/graphql/index.js +0 -3
  200. package/dist/src/application/models/graphql/queries/getMerchantColorsQuery.js +0 -13
  201. package/dist/src/application/models/graphql/queries/getMerchantFrontendConfigQuery.js +0 -13
  202. package/dist/src/application/models/graphql/queries/getMerchantOrgIdQuery.js +0 -10
  203. package/dist/src/application/models/guards/api/index.js +0 -12
  204. package/dist/src/application/models/guards/api/isApiFormResponse.js +0 -59
  205. package/dist/src/application/models/guards/api/isApiFormSubmittedResponseAttributes.js +0 -22
  206. package/dist/src/application/models/guards/api/isApiOrderResponseAttributes.js +0 -91
  207. package/dist/src/application/models/guards/api/isApiOrgConfigResults.js +0 -188
  208. package/dist/src/application/models/guards/api/isApiOrganizationConfig.js +0 -115
  209. package/dist/src/application/models/guards/api/isApiPDPEventAttributes.js +0 -16
  210. package/dist/src/application/models/guards/api/isApiPLPEventAttributes.js +0 -26
  211. package/dist/src/application/models/guards/api/isApiPageResponseAttributes.js +0 -15
  212. package/dist/src/application/models/guards/api/isApiProductResponseAttributes.js +0 -65
  213. package/dist/src/application/models/guards/api/isApiProductSearchAttributes.js +0 -15
  214. package/dist/src/application/models/guards/api/isApiProductSearchFilterAttributes.js +0 -10
  215. package/dist/src/application/models/guards/api/isApiQueryTypedEventAttributes.js +0 -4
  216. package/dist/src/application/models/guards/api/isApiResponse.js +0 -33
  217. package/dist/src/application/models/guards/api/isApiReviewResponseAttributes.js +0 -22
  218. package/dist/src/application/models/guards/api/isApiReviewRichInformation.js +0 -23
  219. package/dist/src/application/models/guards/api/isApiSearchEventAttributes.js +0 -20
  220. package/dist/src/application/models/guards/api/isApiSuggestion.js +0 -24
  221. package/dist/src/application/models/guards/api/isApiSuggestionClickedEventAttributes.js +0 -4
  222. package/dist/src/application/models/guards/api/isApiTextResponseAttributes.js +0 -4
  223. package/dist/src/application/models/guards/api/isApiUserEvent.js +0 -18
  224. package/dist/src/application/models/guards/graphQL/isGraphQLColorsConfig.js +0 -41
  225. package/dist/src/application/models/guards/isBaseEcommerceEvent.js +0 -14
  226. package/dist/src/application/models/guards/isGA4EcommerceEvent.js +0 -14
  227. package/dist/src/application/models/guards/isLegacyUAEcommerceEvent.js +0 -14
  228. package/dist/src/application/models/guards/isMobilePLPChatPlacementParameter.js +0 -4
  229. package/dist/src/application/models/guards/isSpanxTakeAQuizCtaParameter.js +0 -1
  230. package/dist/src/application/models/guards/isVariantInfo.js +0 -28
  231. package/dist/src/application/models/guards/utils.js +0 -34
  232. package/dist/src/application/models/index.js +0 -34
  233. package/dist/src/application/models/utils/snakeToCamelTransformer.js +0 -71
  234. package/dist/src/application/models/utils/stringToFulfillmentDisplayStatusEnumValue.js +0 -65
  235. package/dist/src/application/models/validators/validateGraphQLColorsConfig.js +0 -9
  236. package/dist/src/application/models/validators/validateGraphQLFrontendConfig.js +0 -420
  237. package/dist/src/application/models/validators/validateGraphQLOrgId.js +0 -6
  238. package/dist/src/application/models/validators/validateMobilePLPChatPlacementParameter.js +0 -9
  239. package/dist/src/application/models/validators/validateOrgConfigResults.js +0 -44
  240. package/dist/src/application/models/validators/validateOrganizationConfig.js +0 -34
  241. package/dist/src/application/models/validators/validateResponse.js +0 -173
  242. package/dist/src/application/models/validators/validateSuggestion.js +0 -13
  243. package/dist/src/application/models/validators/validateUserEvent.js +0 -91
  244. package/dist/src/application/utils/analyticsUtils.js +0 -95
  245. package/dist/src/application/utils/coreContextToApiContext.js +0 -8
  246. package/dist/src/application/utils/coreUserEventToApiUserEvent.js +0 -90
  247. package/dist/src/application/utils/divideArray.js +0 -7
  248. package/dist/src/application/utils/domObserver.js +0 -85
  249. package/dist/src/application/utils/elementObserver.js +0 -186
  250. package/dist/src/application/utils/imageFilter.js +0 -11
  251. package/dist/src/application/utils/index.js +0 -21
  252. package/dist/src/application/utils/merchantUtils.js +0 -15
  253. package/dist/src/application/utils/messageFromFormSubmittedEvent.js +0 -19
  254. package/dist/src/application/utils/messageFromQueryEvent.js +0 -35
  255. package/dist/src/application/utils/messageFromResponse.js +0 -123
  256. package/dist/src/application/utils/messageFromSuggestionEvent.js +0 -27
  257. package/dist/src/application/utils/mouseEventTypes.js +0 -1
  258. package/dist/src/application/utils/mutationHelper.js +0 -33
  259. package/dist/src/application/utils/nextMessageRequestToApiRequest.js +0 -29
  260. package/dist/src/application/utils/nodeSelector.js +0 -101
  261. package/dist/src/application/utils/overrides.js +0 -144
  262. package/dist/src/application/utils/stringUtils.js +0 -47
  263. package/dist/src/application/utils/supportedEventRequestToApiRequest.js +0 -7
  264. package/dist/src/application/utils/urlsParser.js +0 -33
  265. package/dist/src/application/utils/validation.js +0 -5
  266. package/dist/src/atoms/amplitude/amplitudeTrackEventAtom.js +0 -4
  267. package/dist/src/atoms/app/index.js +0 -23
  268. package/dist/src/atoms/app/variant.js +0 -102
  269. package/dist/src/atoms/atomStore/atomStore.js +0 -28
  270. package/dist/src/atoms/atomStore/index.js +0 -1
  271. package/dist/src/atoms/chat/chatState.js +0 -32
  272. package/dist/src/atoms/chat/form.js +0 -16
  273. package/dist/src/atoms/chat/index.js +0 -23
  274. package/dist/src/atoms/chat/lastMessage.js +0 -10
  275. package/dist/src/atoms/chat/messageQueue.js +0 -68
  276. package/dist/src/atoms/chat/performanceMetrics.js +0 -70
  277. package/dist/src/atoms/chat/renderedWidgetRefs.js +0 -24
  278. package/dist/src/atoms/chat/replies.js +0 -42
  279. package/dist/src/atoms/chat/suggestions.js +0 -29
  280. package/dist/src/atoms/envive/enviveConfig.js +0 -67
  281. package/dist/src/atoms/globalSearch/globalSearch.js +0 -8
  282. package/dist/src/atoms/globalSearch/index.js +0 -1
  283. package/dist/src/atoms/org/customerService.js +0 -6
  284. package/dist/src/atoms/org/graphqlConfig.js +0 -8
  285. package/dist/src/atoms/org/index.js +0 -4
  286. package/dist/src/atoms/org/newOrgConfigAtom.js +0 -2
  287. package/dist/src/atoms/org/orgAnalyticsConfig.js +0 -8
  288. package/dist/src/atoms/search/index.js +0 -1
  289. package/dist/src/atoms/search/productFilters.js +0 -163
  290. package/dist/src/atoms/search/productRetrievalAPI.js +0 -50
  291. package/dist/src/atoms/search/productRetrievalAdapter.js +0 -14
  292. package/dist/src/atoms/search/productSorter.js +0 -13
  293. package/dist/src/atoms/search/searchAPI.js +0 -140
  294. package/dist/src/atoms/search/searchServiceAdapter.js +0 -14
  295. package/dist/src/atoms/search/utils.js +0 -15
  296. package/dist/src/config/index.js +0 -1
  297. package/dist/src/config/locators/components/chat/entrypoints.js +0 -10
  298. package/dist/src/config/locators/components/chat/index.js +0 -21
  299. package/dist/src/config/locators/components/chat/preview.js +0 -11
  300. package/dist/src/config/locators/components/chat/variants/index.js +0 -12
  301. package/dist/src/config/locators/components/common/buttons.js +0 -6
  302. package/dist/src/config/locators/components/common/cards.js +0 -17
  303. package/dist/src/config/locators/components/common/index.js +0 -4
  304. package/dist/src/config/locators/components/common/links.js +0 -1
  305. package/dist/src/config/locators/components/common/tables.js +0 -1
  306. package/dist/src/config/locators/components/floating-button.js +0 -2
  307. package/dist/src/config/locators/components/index.js +0 -3
  308. package/dist/src/config/locators/components/report-issue.js +0 -13
  309. package/dist/src/config/locators/components/search/index.js +0 -5
  310. package/dist/src/config/locators/components/shadow-dom.js +0 -1
  311. package/dist/src/config/locators/embedded.js +0 -20
  312. package/dist/src/config/locators/index.js +0 -4
  313. package/dist/src/contexts/amplitudeContext/amplitudeContext.js +0 -271
  314. package/dist/src/contexts/amplitudeContext/index.js +0 -1
  315. package/dist/src/contexts/cdnContext/cdnContext.js +0 -28
  316. package/dist/src/contexts/cdnContext/index.js +0 -1
  317. package/dist/src/contexts/enviveConfigContext/enviveConfigContext.js +0 -37
  318. package/dist/src/contexts/enviveConfigContext/index.js +0 -1
  319. package/dist/src/contexts/enviveCssContext/enviveCssContext.js +0 -31
  320. package/dist/src/contexts/enviveCssContext/index.js +0 -1
  321. package/dist/src/contexts/featureFlagContext/featureFlagContext.js +0 -109
  322. package/dist/src/contexts/featureFlagContext/index.js +0 -1
  323. package/dist/src/contexts/featureFlagServiceContext/featureFlagServiceContext.js +0 -47
  324. package/dist/src/contexts/featureFlagServiceContext/index.js +0 -1
  325. package/dist/src/contexts/graphqlContext/graphqlContext.js +0 -87
  326. package/dist/src/contexts/graphqlContext/index.js +0 -1
  327. package/dist/src/contexts/localStorageContext/index.js +0 -1
  328. package/dist/src/contexts/localStorageContext/localStorageContext.js +0 -95
  329. package/dist/src/contexts/newOrgConfigContext/index.js +0 -1
  330. package/dist/src/contexts/newOrgConfigContext/newOrgConfigContext.js +0 -33
  331. package/dist/src/contexts/searchContext/index.js +0 -1
  332. package/dist/src/contexts/searchContext/searchContext.js +0 -131
  333. package/dist/src/contexts/sessionStorageContext/index.js +0 -1
  334. package/dist/src/contexts/sessionStorageContext/sessionStorageContext.js +0 -43
  335. package/dist/src/contexts/shopifyUrlContext/index.js +0 -1
  336. package/dist/src/contexts/shopifyUrlContext/shopifyUrlContext.js +0 -62
  337. package/dist/src/contexts/systemSettingsContext/index.js +0 -1
  338. package/dist/src/contexts/systemSettingsContext/systemSettingsContext.js +0 -29
  339. package/dist/src/contexts/userIdentityContext/index.js +0 -1
  340. package/dist/src/contexts/userIdentityContext/userIdentityContext.js +0 -118
  341. package/dist/src/events/index.js +0 -51
  342. package/dist/src/events/registerAnalyticsListeners.js +0 -32
  343. package/dist/src/exceptions/index.js +0 -2
  344. package/dist/src/exceptions/sessionExceptions.js +0 -6
  345. package/dist/src/exceptions/unsupportedProductExceptions.js +0 -6
  346. package/dist/src/hooks/AmplitudeOperations/index.js +0 -1
  347. package/dist/src/hooks/AmplitudeOperations/useAmplitudeOperations.js +0 -24
  348. package/dist/src/hooks/AppDetails/index.js +0 -1
  349. package/dist/src/hooks/AppDetails/useAppDetails.js +0 -26
  350. package/dist/src/hooks/BlockBackButton/index.js +0 -1
  351. package/dist/src/hooks/BlockBackButton/useBlockBackButton.js +0 -23
  352. package/dist/src/hooks/CdnOperations/index.js +0 -1
  353. package/dist/src/hooks/CdnOperations/useCdnOperations.js +0 -13
  354. package/dist/src/hooks/ChatToggle/index.js +0 -1
  355. package/dist/src/hooks/ChatToggle/useChatToggle.js +0 -50
  356. package/dist/src/hooks/ChatToggleAnalytics/index.js +0 -1
  357. package/dist/src/hooks/ChatToggleAnalytics/useChatToggleAnalytics.js +0 -11
  358. package/dist/src/hooks/CustomerSupportHandoff/index.js +0 -1
  359. package/dist/src/hooks/CustomerSupportHandoff/useCustomerSupportHandoff.js +0 -32
  360. package/dist/src/hooks/Debounce/index.js +0 -1
  361. package/dist/src/hooks/Debounce/useDebounce.js +0 -13
  362. package/dist/src/hooks/ElementObserver/index.js +0 -1
  363. package/dist/src/hooks/ElementObserver/useElementObserver.js +0 -208
  364. package/dist/src/hooks/GrabAndScroll/index.js +0 -1
  365. package/dist/src/hooks/GrabAndScroll/useGrabAndScroll.js +0 -105
  366. package/dist/src/hooks/GraphQLConfig/index.js +0 -1
  367. package/dist/src/hooks/GraphQLConfig/useGraphQLConfig.js +0 -54
  368. package/dist/src/hooks/IdentifyUser/index.js +0 -1
  369. package/dist/src/hooks/IdentifyUser/useIdentifyUser.js +0 -28
  370. package/dist/src/hooks/ImageResolver/index.js +0 -1
  371. package/dist/src/hooks/ImageResolver/useImageResolver.js +0 -45
  372. package/dist/src/hooks/Intersection/index.js +0 -1
  373. package/dist/src/hooks/Intersection/useIntersection.js +0 -20
  374. package/dist/src/hooks/IsSmallScreen/index.js +0 -1
  375. package/dist/src/hooks/IsSmallScreen/useIsSmallScreen.js +0 -16
  376. package/dist/src/hooks/LocalStorageOperations/index.js +0 -1
  377. package/dist/src/hooks/LocalStorageOperations/useLocalStorageOperations.js +0 -64
  378. package/dist/src/hooks/MessageFilter/index.js +0 -1
  379. package/dist/src/hooks/MessageFilter/useMessageFilter.js +0 -37
  380. package/dist/src/hooks/MessageScrollObserver/index.js +0 -1
  381. package/dist/src/hooks/MessageScrollObserver/useMessageScrollObserver.js +0 -35
  382. package/dist/src/hooks/NewOrgConfig/index.js +0 -1
  383. package/dist/src/hooks/NewOrgConfig/useNewOrgConfig.js +0 -5
  384. package/dist/src/hooks/Search/index.js +0 -1
  385. package/dist/src/hooks/Search/useRecommendedProducts.js +0 -35
  386. package/dist/src/hooks/Search/useSearch.js +0 -224
  387. package/dist/src/hooks/Search/useSearchInput.js +0 -192
  388. package/dist/src/hooks/SearchOperations/index.js +0 -1
  389. package/dist/src/hooks/SearchOperations/useSearchOperations.js +0 -78
  390. package/dist/src/hooks/SessionStorageOperations/index.js +0 -1
  391. package/dist/src/hooks/SessionStorageOperations/useSessionStorageOperations.js +0 -20
  392. package/dist/src/hooks/ShopifyUrlOperations/index.js +0 -1
  393. package/dist/src/hooks/ShopifyUrlOperations/useShopifyUrlOperations.js +0 -34
  394. package/dist/src/hooks/SnapCalculator/index.js +0 -1
  395. package/dist/src/hooks/SnapCalculator/useSnapCalculator.js +0 -22
  396. package/dist/src/hooks/SystemSettingsContext/index.js +0 -1
  397. package/dist/src/hooks/SystemSettingsContext/useSystemSettingsContext.js +0 -9
  398. package/dist/src/hooks/TrackComponentVisibleEvent/index.js +0 -1
  399. package/dist/src/hooks/TrackComponentVisibleEvent/useTrackComponentVisibleEvent.js +0 -45
  400. package/dist/src/hooks/UpdateAnalyticsProps/index.js +0 -1
  401. package/dist/src/hooks/UpdateAnalyticsProps/useUpdateAnalyticsProps.js +0 -43
  402. package/dist/src/hooks/utils.js +0 -116
  403. package/dist/src/interceptors/index.js +0 -1
  404. package/dist/src/interceptors/useMessageInterceptor.js +0 -24
  405. package/dist/src/types/ApiResponse.js +0 -1
  406. package/dist/src/types/FilterAttribute.js +0 -3
  407. package/dist/src/types/Message.js +0 -24
  408. package/dist/src/types/Suggestion.js +0 -3
  409. package/dist/src/types/index.js +0 -4
  410. package/dist/src/util/colorVar.js +0 -3
  411. package/dist/src/util/configVersion.js +0 -4
  412. package/dist/src/util/domInsertion.js +0 -16
@@ -1,186 +0,0 @@
1
- import { createPortal } from 'react-dom';
2
- import { MutationHelper } from './mutationHelper';
3
- /**
4
- * The `ElementObserver` class monitors all changes related to the specific element it is responsible for.
5
- * It is automatically instantiated by the `useElementObserver` hook, which manages all instances of this class.
6
- *
7
- * How it works:
8
- *
9
- * Each instance of `ElementObserver` holds several pieces of information related to the node it is monitoring,
10
- * such as the node's selector and its `MutationObserver`. This class is responsible for translating raw node
11
- * changes into a more user-friendly format. For example, when the node is added to the DOM, the `ElementObserver`
12
- * is notified by the `DOMObserver`, which triggers the `onAdd` callback function on the respective `useElementObserver`
13
- * instance.
14
- *
15
- * Instances of `ElementObserver` are fully managed by the `useElementObserver` hook, requiring no additional configuration.
16
- * When the hook is destroyed, its corresponding `ElementObserver` instance is automatically removed.
17
- *
18
- */
19
- export class ElementObserver {
20
- constructor(selector) {
21
- this.selector = selector;
22
- this.mutation = null;
23
- this.node = null;
24
- this.eventListeners = new Map();
25
- this.classAdded = new Map();
26
- this.classRemoved = new Map();
27
- this.nodeDisplay = 'block';
28
- this.addFn = () => { };
29
- this.removeFn = () => { };
30
- this.changeFn = () => { };
31
- this.classChangeFn = () => { };
32
- this.addChildFn = undefined;
33
- this.removeChildFn = undefined;
34
- this.resetFn = () => { };
35
- }
36
- handleAttributes(mutationRecord) {
37
- mutationRecord.filter(MutationHelper.isClass).forEach((mutation) => {
38
- MutationHelper.fireClassChange(mutation, this.node, this.classChangeFn);
39
- MutationHelper.fireClassAdded(mutation, this.node, this.classAdded);
40
- MutationHelper.fireClassRemoved(mutation, this.node, this.classRemoved);
41
- });
42
- }
43
- handleChildList(mutationRecord) {
44
- if (!this.addChildFn && !this.removeChildFn) {
45
- return;
46
- }
47
- mutationRecord.filter(MutationHelper.isChildList).forEach((mutation) => {
48
- MutationHelper.fireSubtreeChange(mutation.addedNodes, this.addChildFn);
49
- MutationHelper.fireSubtreeChange(mutation.removedNodes, this.removeChildFn);
50
- });
51
- }
52
- addInitialListeners() {
53
- this.eventListeners.forEach((v, k) => { var _a; return (_a = this.node) === null || _a === void 0 ? void 0 : _a.addEventListener(k, v); });
54
- }
55
- clearEventListeners() {
56
- this.eventListeners.forEach((v, k) => { var _a; return (_a = this.node) === null || _a === void 0 ? void 0 : _a.removeEventListener(k, v); });
57
- this.eventListeners.clear();
58
- }
59
- renew(newNode) {
60
- if (newNode) {
61
- this.destroy();
62
- this.watch(newNode);
63
- }
64
- }
65
- getSelector() {
66
- return this.selector;
67
- }
68
- getNode() {
69
- return this.node;
70
- }
71
- synchronize() {
72
- const parsedNode = this.getSelector().parse();
73
- if (this.getNode() !== parsedNode) {
74
- this.renew(parsedNode);
75
- return;
76
- }
77
- if (!this.getNode() && parsedNode) {
78
- this.watch(parsedNode);
79
- return;
80
- }
81
- if (this.getNode() && !parsedNode) {
82
- this.destroy();
83
- }
84
- }
85
- init() {
86
- const node = this.getSelector().parse();
87
- if (node) {
88
- this.watch(node);
89
- }
90
- }
91
- watch(node) {
92
- if (!this.mutation) {
93
- this.mutation = new MutationObserver((mutationRecord) => {
94
- this.handleAttributes(mutationRecord);
95
- this.handleChildList(mutationRecord);
96
- this.changeFn(this.node);
97
- });
98
- this.mutation.observe(node, {
99
- childList: true,
100
- subtree: true,
101
- attributes: true,
102
- attributeOldValue: true,
103
- });
104
- this.node = node;
105
- this.addFn(this.node);
106
- this.addInitialListeners();
107
- }
108
- }
109
- destroy() {
110
- var _a;
111
- this.resetFn();
112
- this.removeFn(this.node);
113
- (_a = this.mutation) === null || _a === void 0 ? void 0 : _a.disconnect();
114
- this.clearEventListeners();
115
- this.classAdded.clear();
116
- this.classRemoved.clear();
117
- this.mutation = null;
118
- this.node = null;
119
- }
120
- render(fn) {
121
- if (this.node) {
122
- return createPortal(fn(), this.node);
123
- }
124
- }
125
- fire(event) {
126
- if (this.node) {
127
- this.node.dispatchEvent(new MouseEvent(event, {
128
- bubbles: true,
129
- cancelable: true,
130
- view: window,
131
- }));
132
- }
133
- }
134
- show() {
135
- var _a;
136
- const display = (_a = this.node) === null || _a === void 0 ? void 0 : _a.style.display;
137
- if (this.node && display === 'none') {
138
- this.node.style.display = this.nodeDisplay || 'block';
139
- }
140
- }
141
- hide() {
142
- var _a;
143
- const display = (_a = this.node) === null || _a === void 0 ? void 0 : _a.style.display;
144
- if (this.node && display !== 'none') {
145
- this.nodeDisplay = display || 'block';
146
- this.node.style.display = 'none';
147
- }
148
- }
149
- registerEvent(event, fn) {
150
- if (this.node) {
151
- const previousFn = this.eventListeners.get(event);
152
- if (previousFn) {
153
- this.node.removeEventListener(event, previousFn);
154
- }
155
- this.node.addEventListener(event, fn);
156
- }
157
- this.eventListeners.set(event, fn);
158
- }
159
- registerOnReset(fn) {
160
- this.resetFn = fn;
161
- }
162
- registerOnChange(fn) {
163
- this.changeFn = fn;
164
- }
165
- registerOnAdd(fn) {
166
- this.addFn = fn;
167
- }
168
- registerOnRemove(fn) {
169
- this.removeFn = fn;
170
- }
171
- registerOnclassChange(fn) {
172
- this.classChangeFn = fn;
173
- }
174
- registerOnAddChild(fn) {
175
- this.addChildFn = fn;
176
- }
177
- registerOnRemoveChild(fn) {
178
- this.removeChildFn = fn;
179
- }
180
- registerOnClassAdded(className, fn) {
181
- this.classAdded.set(className, fn);
182
- }
183
- registerOnClassRemoved(className, fn) {
184
- this.classRemoved.set(className, fn);
185
- }
186
- }
@@ -1,11 +0,0 @@
1
- import { MessageType } from '@envive-ai/types';
2
- export const getRecentProductImageUrls = (lastMessages, currentProductId) => {
3
- const productMessages = lastMessages
4
- .filter((message) => { var _a; return message.type === MessageType.Product && ((_a = message.metadata) === null || _a === void 0 ? void 0 : _a.imageUrl); })
5
- .map((m) => m);
6
- // put added product image at the top of the list
7
- return [
8
- ...productMessages.filter((m) => { var _a; return ((_a = m.metadata) === null || _a === void 0 ? void 0 : _a.id) === currentProductId; }),
9
- ...productMessages.filter((m) => { var _a; return ((_a = m.metadata) === null || _a === void 0 ? void 0 : _a.id) !== currentProductId; }),
10
- ].map((m) => m.metadata.imageUrl);
11
- };
@@ -1,21 +0,0 @@
1
- // utils
2
- export * from './analyticsUtils';
3
- export * from './coreContextToApiContext';
4
- export * from './coreUserEventToApiUserEvent';
5
- export * from './divideArray';
6
- export * from './domObserver';
7
- export * from './elementObserver';
8
- export * from './imageFilter';
9
- export * from './merchantUtils';
10
- export * from './messageFromFormSubmittedEvent';
11
- export * from './messageFromQueryEvent';
12
- export * from './messageFromResponse';
13
- export * from './messageFromSuggestionEvent';
14
- export * from './mutationHelper';
15
- export * from './nextMessageRequestToApiRequest';
16
- export * from './nodeSelector';
17
- export * from './overrides';
18
- export * from './stringUtils';
19
- export * from './supportedEventRequestToApiRequest';
20
- export * from './urlsParser';
21
- export * from './validation';
@@ -1,15 +0,0 @@
1
- export const prepareMerchantPage = () => {
2
- let metaViewport = document.querySelector("meta[name='viewport']");
3
- if (metaViewport) {
4
- const content = metaViewport.getAttribute("content");
5
- const hasMaximumScale = content === null || content === void 0 ? void 0 : content.includes("maximum-scale=1");
6
- if (!hasMaximumScale) {
7
- metaViewport.setAttribute("content", `${content}, maximum-scale=1`);
8
- }
9
- return;
10
- }
11
- metaViewport = document.createElement("meta");
12
- metaViewport.setAttribute("name", "viewport");
13
- metaViewport.setAttribute("content", "width=device-width, initial-scale=1, maximum-scale=1");
14
- document.head.appendChild(metaViewport);
15
- };
@@ -1,19 +0,0 @@
1
- import { UserEventCategory } from '@spiffy-ai/commerce-api-client';
2
- import { MessageRole, MessageType, } from '@envive-ai/types';
3
- export const messageFromFormSubmittedEvent = (event, formResponseAttributes) => {
4
- if (event.category !== UserEventCategory.FormSubmitted) {
5
- return undefined;
6
- }
7
- const formStringContents = Object.entries(formResponseAttributes.schema.properties)
8
- .map(([key, value]) => `${value.title}: ${event.attributes.filledSchema[key]}`)
9
- .join('\n');
10
- return {
11
- id: event.eventId,
12
- role: MessageRole.User,
13
- type: MessageType.QueryTyped,
14
- createdAt: event.createdAt,
15
- metadata: {
16
- content: formStringContents,
17
- },
18
- };
19
- };
@@ -1,35 +0,0 @@
1
- import { MessageRole, MessageType } from '@envive-ai/types';
2
- import { UserEventCategory } from '@spiffy-ai/commerce-api-client';
3
- /**
4
- * Transforms a query UserEvent object into a Message object for presentation.
5
- *
6
- * @param event The user event object received from the server
7
- *
8
- * @returns A Message if the event is a query event, otherwise undefined
9
- */
10
- export const messageFromQueryEvent = (event) => {
11
- if (event.category === UserEventCategory.QueryTyped) {
12
- return {
13
- id: event.eventId,
14
- role: MessageRole.User,
15
- type: MessageType.QueryTyped,
16
- createdAt: event.createdAt,
17
- metadata: {
18
- content: event.attributes.query,
19
- },
20
- };
21
- }
22
- if (event.category === UserEventCategory.Search) {
23
- return {
24
- id: event.eventId,
25
- role: MessageRole.User,
26
- type: MessageType.Search,
27
- createdAt: event.createdAt,
28
- metadata: {
29
- searchTerm: event.attributes.searchTerm || '',
30
- selectedFilters: event.attributes.selectedFilters || [],
31
- },
32
- };
33
- }
34
- return undefined;
35
- };
@@ -1,123 +0,0 @@
1
- import { MessageType, MessageRole } from "src/types";
2
- import { ResponseCategory } from "@spiffy-ai/commerce-api-client";
3
- /**
4
- * Transforms a server Response object into a Message object for presentation.
5
- *
6
- * @param response The response object received from the server containing model generated content
7
- *
8
- * @returns A Message if the response contains known attributes, undefined otherwise
9
- */
10
- export const messageFromResponse = (response) => {
11
- var _a;
12
- if (response == null) {
13
- return undefined;
14
- }
15
- if (response.category === ResponseCategory.Text) {
16
- return {
17
- id: response.id,
18
- createdAt: response.createdAt,
19
- type: MessageType.Text,
20
- role: MessageRole.Assistant,
21
- metadata: {
22
- content: response.attributes.content,
23
- },
24
- };
25
- }
26
- if (response.category === ResponseCategory.Product) {
27
- return {
28
- id: response.id,
29
- createdAt: response.createdAt,
30
- role: MessageRole.Assistant,
31
- type: MessageType.Product,
32
- metadata: {
33
- ...response.attributes,
34
- },
35
- };
36
- }
37
- if (response.category === ResponseCategory.Review) {
38
- return {
39
- id: response.id,
40
- createdAt: response.createdAt,
41
- type: MessageType.Review,
42
- role: MessageRole.Assistant,
43
- metadata: {
44
- review: response.attributes.review,
45
- reviewer: response.attributes.reviewer,
46
- stars: response.attributes.stars,
47
- title: response.attributes.title,
48
- richInformation: response.attributes.richInformation,
49
- },
50
- };
51
- }
52
- if (response.category === ResponseCategory.Separator) {
53
- return {
54
- id: response.id,
55
- createdAt: response.createdAt,
56
- type: MessageType.Separator,
57
- role: MessageRole.Assistant,
58
- };
59
- }
60
- if (response.category === ResponseCategory.Page) {
61
- return {
62
- id: response.id,
63
- createdAt: response.createdAt,
64
- role: MessageRole.Assistant,
65
- type: MessageType.Page,
66
- metadata: {
67
- ...response.attributes,
68
- },
69
- };
70
- }
71
- if (response.category === ResponseCategory.ProductSearch) {
72
- return {
73
- id: response.id,
74
- createdAt: response.createdAt,
75
- role: MessageRole.Assistant,
76
- type: MessageType.ProductSearch,
77
- metadata: {
78
- ...response.attributes,
79
- },
80
- };
81
- }
82
- if (response.category === ResponseCategory.ProductSearchFilter) {
83
- return {
84
- id: response.id,
85
- createdAt: response.createdAt,
86
- role: MessageRole.Assistant,
87
- type: MessageType.ProductSearchFilter,
88
- metadata: {
89
- ...response.attributes,
90
- },
91
- };
92
- }
93
- if (response.category === ResponseCategory.Form) {
94
- return {
95
- id: response.id,
96
- createdAt: response.createdAt,
97
- role: MessageRole.Assistant,
98
- type: MessageType.Form,
99
- metadata: {
100
- formType: (_a = response.attributes.formCategory) === null || _a === void 0 ? void 0 : _a.formType,
101
- fields: Object.entries(response.attributes.schema.properties).map(([key, value]) => ({
102
- key,
103
- title: value.title,
104
- type: value.type,
105
- format: value.format,
106
- required: response.attributes.schema.required.includes(key),
107
- })),
108
- },
109
- };
110
- }
111
- if (response.category === ResponseCategory.Order) {
112
- return {
113
- id: response.id,
114
- createdAt: response.createdAt,
115
- role: MessageRole.Assistant,
116
- type: MessageType.Order,
117
- metadata: {
118
- ...response.attributes,
119
- },
120
- };
121
- }
122
- return undefined;
123
- };
@@ -1,27 +0,0 @@
1
- import { MessageRole, MessageType } from "src/types";
2
- import { UserEventCategory } from "@spiffy-ai/commerce-api-client";
3
- /**
4
- * Transforms a UserEvent object into a Message object for presentation.
5
- *
6
- * @param event The UserEvent object received from the server
7
- * @param suggestions A list of generated suggestions to match the event to
8
- *
9
- * @returns A Message if the event is a suggestion click event, undefined otherwise
10
- */
11
- export const messageFromSuggestionEvent = (event, suggestions) => {
12
- var _a, _b;
13
- if (event.category === UserEventCategory.SuggestionClicked) {
14
- const { suggestionId } = event.attributes;
15
- return {
16
- id: event.eventId,
17
- role: MessageRole.User,
18
- type: MessageType.SuggestionClicked,
19
- createdAt: event.createdAt,
20
- metadata: {
21
- suggestionId,
22
- suggestionContent: (_b = (_a = suggestions.find((s) => s.id === suggestionId)) === null || _a === void 0 ? void 0 : _a.content) !== null && _b !== void 0 ? _b : "",
23
- },
24
- };
25
- }
26
- return undefined;
27
- };
@@ -1 +0,0 @@
1
- "use strict";
@@ -1,33 +0,0 @@
1
- const compareTokens = (original, comparison) => {
2
- const originalTokens = new Set(original.split(' '));
3
- const comparisonTokens = new Set(comparison.split(' '));
4
- return [...originalTokens].filter((token) => !comparisonTokens.has(token));
5
- };
6
- export class MutationHelper {
7
- static fireClassChange(record, node, fn) {
8
- if (node && record.oldValue !== (node === null || node === void 0 ? void 0 : node.classList.value)) {
9
- fn(node === null || node === void 0 ? void 0 : node.classList);
10
- }
11
- }
12
- static fireClassAdded(record, node, classMap) {
13
- if (node && record.oldValue) {
14
- const tokens = compareTokens(node === null || node === void 0 ? void 0 : node.classList.value, record.oldValue);
15
- tokens.forEach((className) => { var _a; return (_a = classMap.get(className)) === null || _a === void 0 ? void 0 : _a(); });
16
- }
17
- }
18
- static fireClassRemoved(record, node, classMap) {
19
- if (node && record.oldValue) {
20
- const tokens = compareTokens(record.oldValue, node === null || node === void 0 ? void 0 : node.classList.value);
21
- tokens.forEach((className) => { var _a; return (_a = classMap.get(className)) === null || _a === void 0 ? void 0 : _a(); });
22
- }
23
- }
24
- static fireSubtreeChange(nodes, fn) {
25
- nodes.length && (fn === null || fn === void 0 ? void 0 : fn(nodes));
26
- }
27
- static isClass(mutation) {
28
- return mutation.type === 'attributes' && mutation.attributeName === 'class';
29
- }
30
- static isChildList(mutation) {
31
- return mutation.type === 'childList';
32
- }
33
- }
@@ -1,29 +0,0 @@
1
- import { coreUserEventToApiUserEvent } from './coreUserEventToApiUserEvent';
2
- export const messageRequestToCommerceMessageRequest = (data) => {
3
- var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l;
4
- return ({
5
- context: {
6
- chat_id: data.context.chatId,
7
- org_id: data.context.orgId,
8
- org_short_name: data.context.orgShortName,
9
- user_id: data.context.userId,
10
- source: data.context.source,
11
- env: data.context.env,
12
- },
13
- id: data.id,
14
- feature_flags: data.featureFlags,
15
- user_events: (_a = data.userEvents) === null || _a === void 0 ? void 0 : _a.map((userEvent) => coreUserEventToApiUserEvent(userEvent)),
16
- generation_params: {
17
- model: (_b = data.generationParams) === null || _b === void 0 ? void 0 : _b.model,
18
- max_tokens: (_c = data.generationParams) === null || _c === void 0 ? void 0 : _c.maxTokens,
19
- stop: (_d = data.generationParams) === null || _d === void 0 ? void 0 : _d.stop,
20
- stream: (_e = data.generationParams) === null || _e === void 0 ? void 0 : _e.stream,
21
- temperature: (_f = data.generationParams) === null || _f === void 0 ? void 0 : _f.temperature,
22
- top_p: (_g = data.generationParams) === null || _g === void 0 ? void 0 : _g.topP,
23
- num_suggestions: (_h = data.generationParams) === null || _h === void 0 ? void 0 : _h.numSuggestions,
24
- response_system_prompt: (_j = data.generationParams) === null || _j === void 0 ? void 0 : _j.responseSystemPrompt,
25
- suggestion_system_prompt: (_k = data.generationParams) === null || _k === void 0 ? void 0 : _k.suggestionSystemPrompt,
26
- response_caching: (_l = data.generationParams) === null || _l === void 0 ? void 0 : _l.responseCaching,
27
- },
28
- });
29
- };
@@ -1,101 +0,0 @@
1
- export class NodeSelector {
2
- constructor(pattern) {
3
- this.pattern = pattern;
4
- this.root = document;
5
- }
6
- getPattern() {
7
- return this.pattern;
8
- }
9
- setRoot(root) {
10
- this.root = root;
11
- }
12
- getRoot() {
13
- return this.root;
14
- }
15
- }
16
- class QuerySelector extends NodeSelector {
17
- parse() {
18
- return this.getRoot().querySelector(this.getPattern());
19
- }
20
- }
21
- class IDSelector extends NodeSelector {
22
- parse() {
23
- return this.getRoot().getElementById(this.getPattern());
24
- }
25
- }
26
- class XpathSelector extends NodeSelector {
27
- parse() {
28
- var _a, _b;
29
- return (_b = (_a = this.getRoot()) === null || _a === void 0 ? void 0 : _a.evaluate(this.getPattern(), this.getRoot(), null, XPathResult.FIRST_ORDERED_NODE_TYPE, null)) === null || _b === void 0 ? void 0 : _b.singleNodeValue;
30
- }
31
- }
32
- class ChainSelector extends NodeSelector {
33
- parse() {
34
- let selectorIndex = 0;
35
- const selectors = this.getPattern().split('@');
36
- const lastIndex = selectors.length - 1;
37
- const parseChain = (pattern, prevNode) => {
38
- var _a;
39
- const selector = SelectorFactory.parse(pattern);
40
- if (prevNode) {
41
- selector.setRoot(prevNode);
42
- }
43
- const currentNode = selector.parse();
44
- if (selectorIndex === lastIndex) {
45
- return currentNode;
46
- }
47
- let node = currentNode || document;
48
- if (currentNode === null || currentNode === void 0 ? void 0 : currentNode.shadowRoot) {
49
- node = currentNode.shadowRoot;
50
- }
51
- if (currentNode === null || currentNode === void 0 ? void 0 : currentNode.contentWindow) {
52
- node = (_a = currentNode.contentWindow) === null || _a === void 0 ? void 0 : _a.document;
53
- }
54
- return parseChain(selectors[++selectorIndex].trim(), node);
55
- };
56
- return parseChain(selectors[selectorIndex].trim());
57
- }
58
- }
59
- class Empty extends NodeSelector {
60
- constructor() {
61
- super('');
62
- }
63
- parse() {
64
- return null;
65
- }
66
- }
67
- export class SelectorFactory {
68
- static parse(composedSelector) {
69
- if (!composedSelector) {
70
- return new Empty();
71
- }
72
- const split = composedSelector.split('|');
73
- const type = split[0];
74
- const selector = split[1];
75
- switch (type) {
76
- case 'id':
77
- return this.id(selector);
78
- case 'query':
79
- return this.query(selector);
80
- case 'xpath':
81
- return this.xpath(selector);
82
- default:
83
- return new Empty();
84
- }
85
- }
86
- static check(selector) {
87
- return selector !== null && selector !== void 0 ? selector : new Empty();
88
- }
89
- static chain(pattern) {
90
- return pattern ? new ChainSelector(pattern) : new Empty();
91
- }
92
- static id(pattern) {
93
- return pattern ? new IDSelector(pattern) : new Empty();
94
- }
95
- static query(pattern) {
96
- return pattern ? new QuerySelector(pattern) : new Empty();
97
- }
98
- static xpath(pattern) {
99
- return pattern ? new XpathSelector(pattern) : new Empty();
100
- }
101
- }