@envive-ai/react-hooks 0.3.9 → 0.3.11

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 (210) hide show
  1. package/dist/application/commerce-api.cjs +14 -14
  2. package/dist/application/commerce-api.d.cts +58 -0
  3. package/dist/application/commerce-api.d.ts +59 -0
  4. package/dist/application/commerce-api.js +3 -3
  5. package/dist/application/models/api/widgetText.d.cts +14 -0
  6. package/dist/application/models/api/widgetText.d.ts +14 -0
  7. package/dist/application/models/api/widgetTextRequest.d.cts +15 -0
  8. package/dist/application/models/api/widgetTextRequest.d.ts +15 -0
  9. package/dist/application/models/chatElementDisplayLocationV3.cjs +2 -1
  10. package/dist/application/models/chatElementDisplayLocationV3.d.cts +2 -1
  11. package/dist/application/models/chatElementDisplayLocationV3.d.ts +2 -1
  12. package/dist/application/models/chatElementDisplayLocationV3.js +2 -1
  13. package/dist/application/models/guards/api/index.cjs +4 -4
  14. package/dist/application/models/guards/api/index.js +4 -4
  15. package/dist/application/models/guards/api/isApiFormResponse.cjs +1 -1
  16. package/dist/application/models/guards/api/isApiFormResponse.js +1 -1
  17. package/dist/application/models/guards/api/isApiFormSubmittedResponseAttributes.cjs +1 -1
  18. package/dist/application/models/guards/api/isApiFormSubmittedResponseAttributes.js +1 -1
  19. package/dist/application/models/guards/api/isApiOrderResponseAttributes.cjs +1 -1
  20. package/dist/application/models/guards/api/isApiOrderResponseAttributes.js +1 -1
  21. package/dist/application/models/guards/api/isApiProductResponseAttributes.cjs +1 -1
  22. package/dist/application/models/guards/api/isApiProductResponseAttributes.js +1 -1
  23. package/dist/application/models/guards/api/isApiResponse.cjs +1 -1
  24. package/dist/application/models/guards/api/isApiResponse.js +1 -1
  25. package/dist/application/models/index.cjs +12 -12
  26. package/dist/application/models/index.d.cts +25 -25
  27. package/dist/application/models/index.d.ts +25 -25
  28. package/dist/application/models/index.js +12 -12
  29. package/dist/application/models/validators/validateGraphQLFrontendConfig.cjs +1 -1
  30. package/dist/application/models/validators/validateGraphQLFrontendConfig.js +1 -1
  31. package/dist/application/models/validators/validateUserEvent.cjs +2 -2
  32. package/dist/application/models/validators/validateUserEvent.js +2 -2
  33. package/dist/application/models/variantInfo/variantInfo.cjs +2 -1
  34. package/dist/application/models/variantInfo/variantInfo.d.cts +6 -1
  35. package/dist/application/models/variantInfo/variantInfo.d.ts +6 -1
  36. package/dist/application/models/variantInfo/variantInfo.js +2 -1
  37. package/dist/application/utils/analyticsUtils.cjs +1 -1
  38. package/dist/application/utils/analyticsUtils.js +1 -1
  39. package/dist/application/utils/widgetTextFromApiWidgetTextResponse.cjs +3 -1
  40. package/dist/application/utils/widgetTextFromApiWidgetTextResponse.js +3 -1
  41. package/dist/application/utils/widgetTextRequestToApiRequest.cjs +3 -1
  42. package/dist/application/utils/widgetTextRequestToApiRequest.js +3 -1
  43. package/dist/atoms/app/index.cjs +7 -7
  44. package/dist/atoms/app/index.d.cts +8 -8
  45. package/dist/atoms/app/index.d.ts +8 -8
  46. package/dist/atoms/app/index.js +1 -1
  47. package/dist/atoms/app/variant.cjs +44 -4
  48. package/dist/atoms/app/variant.d.cts +8 -8
  49. package/dist/atoms/app/variant.d.ts +8 -8
  50. package/dist/atoms/app/variant.js +44 -5
  51. package/dist/atoms/chat/chatState.d.cts +17 -17
  52. package/dist/atoms/chat/chatState.d.ts +18 -18
  53. package/dist/atoms/chat/form.cjs +1 -1
  54. package/dist/atoms/chat/form.d.cts +2 -2
  55. package/dist/atoms/chat/form.d.ts +2 -2
  56. package/dist/atoms/chat/form.js +1 -1
  57. package/dist/atoms/chat/index.cjs +1 -1
  58. package/dist/atoms/chat/index.d.cts +2 -2
  59. package/dist/atoms/chat/index.d.ts +2 -2
  60. package/dist/atoms/chat/index.js +1 -1
  61. package/dist/atoms/chat/lastMessage.d.cts +2 -2
  62. package/dist/atoms/chat/lastMessage.d.ts +2 -2
  63. package/dist/atoms/chat/messageQueue.d.cts +6 -6
  64. package/dist/atoms/chat/messageQueue.d.ts +6 -6
  65. package/dist/atoms/chat/performanceMetrics.d.cts +6 -6
  66. package/dist/atoms/chat/performanceMetrics.d.ts +6 -6
  67. package/dist/atoms/chat/renderedWidgetRefs.d.cts +2 -2
  68. package/dist/atoms/chat/renderedWidgetRefs.d.ts +2 -2
  69. package/dist/atoms/chat/replies.d.cts +3 -3
  70. package/dist/atoms/chat/replies.d.ts +3 -3
  71. package/dist/atoms/chat/suggestions.d.cts +2 -2
  72. package/dist/atoms/chat/suggestions.d.ts +2 -2
  73. package/dist/atoms/envive/enviveConfig.d.cts +19 -0
  74. package/dist/atoms/envive/enviveConfig.d.ts +19 -0
  75. package/dist/atoms/globalSearch/globalSearch.d.cts +5 -5
  76. package/dist/atoms/globalSearch/globalSearch.d.ts +5 -5
  77. package/dist/atoms/org/customerService.d.cts +6 -6
  78. package/dist/atoms/org/customerService.d.ts +6 -6
  79. package/dist/atoms/org/graphqlConfig.d.cts +4 -4
  80. package/dist/atoms/org/graphqlConfig.d.ts +4 -4
  81. package/dist/atoms/org/index.cjs +1 -1
  82. package/dist/atoms/org/index.js +1 -1
  83. package/dist/atoms/org/newOrgConfigAtom.d.cts +2 -2
  84. package/dist/atoms/org/newOrgConfigAtom.d.ts +2 -2
  85. package/dist/atoms/org/orgAnalyticsConfig.d.cts +5 -5
  86. package/dist/atoms/org/orgAnalyticsConfig.d.ts +5 -5
  87. package/dist/atoms/search/chatSearch.cjs +2 -2
  88. package/dist/atoms/search/chatSearch.d.cts +17 -17
  89. package/dist/atoms/search/chatSearch.d.ts +17 -17
  90. package/dist/atoms/search/chatSearch.js +2 -2
  91. package/dist/atoms/search/searchAPI.cjs +1 -1
  92. package/dist/atoms/search/searchAPI.d.cts +13 -13
  93. package/dist/atoms/search/searchAPI.d.ts +13 -13
  94. package/dist/atoms/search/searchAPI.js +1 -1
  95. package/dist/atoms/widget/chatPreviewLoading.d.cts +2 -2
  96. package/dist/atoms/widget/chatPreviewLoading.d.ts +2 -2
  97. package/dist/contexts/amplitudeContext/amplitudeContext.cjs +10 -7
  98. package/dist/contexts/amplitudeContext/amplitudeContext.d.cts +2 -2
  99. package/dist/contexts/amplitudeContext/amplitudeContext.d.ts +2 -2
  100. package/dist/contexts/amplitudeContext/amplitudeContext.js +6 -3
  101. package/dist/contexts/amplitudeContext/index.cjs +1 -0
  102. package/dist/contexts/amplitudeContext/index.d.cts +2 -2
  103. package/dist/contexts/amplitudeContext/index.d.ts +2 -2
  104. package/dist/contexts/amplitudeContext/index.js +2 -2
  105. package/dist/contexts/cdnContext/cdnContext.cjs +3 -3
  106. package/dist/contexts/enviveConfigContext/enviveConfigContext.cjs +6 -5
  107. package/dist/contexts/enviveConfigContext/enviveConfigContext.d.cts +2 -1
  108. package/dist/contexts/enviveConfigContext/enviveConfigContext.d.ts +2 -1
  109. package/dist/contexts/enviveConfigContext/enviveConfigContext.js +3 -2
  110. package/dist/contexts/enviveContext/WindowChatToggleBinder.cjs +4 -3
  111. package/dist/contexts/enviveContext/WindowChatToggleBinder.js +4 -3
  112. package/dist/contexts/enviveContext/enviveContext.cjs +15 -11
  113. package/dist/contexts/enviveContext/enviveContext.d.cts +2 -1
  114. package/dist/contexts/enviveContext/enviveContext.d.ts +2 -1
  115. package/dist/contexts/enviveContext/enviveContext.js +15 -11
  116. package/dist/contexts/enviveContext/types.d.cts +1 -1
  117. package/dist/contexts/enviveContext/types.d.ts +1 -1
  118. package/dist/contexts/featureFlagServiceContext/featureFlagServiceContext.cjs +23 -2
  119. package/dist/contexts/featureFlagServiceContext/featureFlagServiceContext.d.cts +11 -2
  120. package/dist/contexts/featureFlagServiceContext/featureFlagServiceContext.d.ts +11 -2
  121. package/dist/contexts/featureFlagServiceContext/featureFlagServiceContext.js +23 -2
  122. package/dist/contexts/featureFlagServiceContext/index.d.cts +2 -2
  123. package/dist/contexts/featureFlagServiceContext/index.d.ts +2 -2
  124. package/dist/contexts/graphqlContext/graphqlContext.cjs +7 -7
  125. package/dist/contexts/graphqlContext/graphqlContext.d.cts +1 -1
  126. package/dist/contexts/graphqlContext/graphqlContext.d.ts +1 -1
  127. package/dist/contexts/graphqlContext/graphqlContext.js +3 -3
  128. package/dist/contexts/graphqlContext/mockV3Config.cjs +10 -4
  129. package/dist/contexts/graphqlContext/mockV3Config.js +10 -4
  130. package/dist/contexts/hardcopyContext/hardcopyContext.cjs +50 -5
  131. package/dist/contexts/hardcopyContext/hardcopyContext.d.cts +4 -1
  132. package/dist/contexts/hardcopyContext/hardcopyContext.d.ts +4 -1
  133. package/dist/contexts/hardcopyContext/hardcopyContext.js +48 -3
  134. package/dist/contexts/newOrgConfigContext/newOrgConfigContext.cjs +4 -4
  135. package/dist/contexts/newOrgConfigContext/newOrgConfigContext.js +1 -1
  136. package/dist/contexts/pageContext/mapping.cjs +6 -2
  137. package/dist/contexts/pageContext/mapping.js +6 -2
  138. package/dist/contexts/pageContext/pageContext.cjs +4 -3
  139. package/dist/contexts/pageContext/pageContext.js +2 -1
  140. package/dist/contexts/pageContext/types.d.cts +7 -3
  141. package/dist/contexts/pageContext/types.d.ts +7 -3
  142. package/dist/contexts/salesAgentContext/chatAPI.cjs +103 -13
  143. package/dist/contexts/salesAgentContext/chatAPI.d.cts +8 -4
  144. package/dist/contexts/salesAgentContext/chatAPI.d.ts +8 -4
  145. package/dist/contexts/salesAgentContext/chatAPI.js +105 -15
  146. package/dist/contexts/salesAgentContext/salesAgentContext.cjs +1 -1
  147. package/dist/contexts/salesAgentContext/salesAgentContext.js +1 -1
  148. package/dist/contexts/salesAgentContext/salesAgentService.cjs +53 -11
  149. package/dist/contexts/salesAgentContext/salesAgentService.js +51 -9
  150. package/dist/contexts/searchContext/searchContext.cjs +4 -4
  151. package/dist/contexts/searchContext/searchContext.js +1 -1
  152. package/dist/contexts/systemSettingsContext/systemSettingsContext.cjs +3 -3
  153. package/dist/contexts/systemSettingsContext/systemSettingsContext.d.cts +2 -2
  154. package/dist/contexts/systemSettingsContext/systemSettingsContext.d.ts +2 -2
  155. package/dist/contexts/types.cjs +1 -1
  156. package/dist/contexts/types.d.cts +7 -2
  157. package/dist/contexts/types.d.ts +7 -2
  158. package/dist/contexts/types.js +1 -1
  159. package/dist/contexts/typesV3.cjs +2 -1
  160. package/dist/contexts/typesV3.d.cts +12 -7
  161. package/dist/contexts/typesV3.d.ts +10 -5
  162. package/dist/contexts/typesV3.js +2 -1
  163. package/dist/contexts/userIdentityContext/userIdentityContext.cjs +3 -3
  164. package/dist/contexts/widgetConfigContext/widgetConfigContext.cjs +1 -1
  165. package/dist/contexts/widgetConfigContext/widgetConfigContext.js +1 -1
  166. package/dist/hooks/AppDetails/useAppDetails.cjs +6 -6
  167. package/dist/hooks/GrabAndScroll/useGrabAndScroll.d.cts +2 -2
  168. package/dist/hooks/GrabAndScroll/useGrabAndScroll.d.ts +2 -2
  169. package/dist/hooks/ImageResolver/useImageResolver.cjs +3 -3
  170. package/dist/hooks/Search/useSearch.cjs +6 -6
  171. package/dist/hooks/Search/useSearch.d.cts +1 -1
  172. package/dist/hooks/Search/useSearch.d.ts +1 -1
  173. package/dist/hooks/Search/useSearch.js +3 -3
  174. package/dist/hooks/Search/useSearchInput.cjs +2 -2
  175. package/dist/hooks/Search/useSearchInput.js +2 -2
  176. package/dist/services/amplitudeService/amplitudeService.cjs +49 -11
  177. package/dist/services/amplitudeService/amplitudeService.d.cts +18 -3
  178. package/dist/services/amplitudeService/amplitudeService.d.ts +18 -3
  179. package/dist/services/amplitudeService/amplitudeService.js +49 -12
  180. package/dist/services/amplitudeService/index.cjs +1 -0
  181. package/dist/services/amplitudeService/index.d.cts +2 -2
  182. package/dist/services/amplitudeService/index.d.ts +2 -2
  183. package/dist/services/amplitudeService/index.js +2 -2
  184. package/dist/types/customerService.d.cts +3 -1
  185. package/dist/types/customerService.d.ts +1 -1
  186. package/package.json +10 -2
  187. package/src/application/models/api/widgetText.ts +2 -0
  188. package/src/application/models/api/widgetTextRequest.ts +1 -0
  189. package/src/application/models/chatElementDisplayLocationV3.ts +1 -0
  190. package/src/application/models/variantInfo/variantInfo.ts +5 -0
  191. package/src/application/utils/widgetTextFromApiWidgetTextResponse.ts +2 -0
  192. package/src/application/utils/widgetTextRequestToApiRequest.ts +4 -0
  193. package/src/atoms/app/variant.ts +56 -2
  194. package/src/contexts/amplitudeContext/__tests__/amplitudeContext.test.tsx +2 -0
  195. package/src/contexts/amplitudeContext/amplitudeContext.tsx +6 -1
  196. package/src/contexts/enviveConfigContext/enviveConfigContext.tsx +3 -0
  197. package/src/contexts/enviveContext/WindowChatToggleBinder.tsx +5 -1
  198. package/src/contexts/enviveContext/enviveContext.tsx +5 -1
  199. package/src/contexts/featureFlagServiceContext/featureFlagServiceContext.tsx +36 -0
  200. package/src/contexts/graphqlContext/mockV3Config.ts +13 -7
  201. package/src/contexts/hardcopyContext/hardcopyContext.tsx +48 -3
  202. package/src/contexts/pageContext/mapping.ts +13 -1
  203. package/src/contexts/pageContext/pageContext.tsx +1 -0
  204. package/src/contexts/pageContext/types.ts +7 -1
  205. package/src/contexts/salesAgentContext/chatAPI.ts +106 -13
  206. package/src/contexts/salesAgentContext/salesAgentService.ts +66 -4
  207. package/src/contexts/types.ts +8 -1
  208. package/src/contexts/typesV3.ts +24 -16
  209. package/src/services/amplitudeService/__tests__/amplitudeService.test.ts +80 -0
  210. package/src/services/amplitudeService/amplitudeService.ts +55 -11
@@ -1,7 +1,7 @@
1
- import * as jotai39 from "jotai";
1
+ import * as jotai50 from "jotai";
2
2
 
3
3
  //#region src/atoms/chat/renderedWidgetRefs.d.ts
4
- declare const widgetArrayAtom: jotai39.Atom<HTMLElement[]>;
4
+ declare const widgetArrayAtom: jotai50.Atom<HTMLElement[]>;
5
5
  /**
6
6
  * This function call is used to create a list of the Spiffy widgets
7
7
  * that are rendering on the page.
@@ -1,7 +1,7 @@
1
- import * as jotai35 from "jotai";
1
+ import * as jotai87 from "jotai";
2
2
 
3
3
  //#region src/atoms/chat/renderedWidgetRefs.d.ts
4
- declare const widgetArrayAtom: jotai35.Atom<HTMLElement[]>;
4
+ declare const widgetArrayAtom: jotai87.Atom<HTMLElement[]>;
5
5
  /**
6
6
  * This function call is used to create a list of the Spiffy widgets
7
7
  * that are rendering on the page.
@@ -1,14 +1,14 @@
1
1
  import { Message } from "../../application/models/message.cjs";
2
- import * as jotai21 from "jotai";
2
+ import * as jotai4 from "jotai";
3
3
 
4
4
  //#region src/atoms/chat/replies.d.ts
5
5
  type HandleReplyParams = {
6
6
  message: Message;
7
7
  userTyped: boolean;
8
8
  };
9
- declare const handleReplyAtom: jotai21.WritableAtom<null, [HandleReplyParams], void> & {
9
+ declare const handleReplyAtom: jotai4.WritableAtom<null, [HandleReplyParams], void> & {
10
10
  init: null;
11
11
  };
12
12
  //#endregion
13
13
  export { handleReplyAtom };
14
- //# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicmVwbGllcy5kLmN0cyIsIm5hbWVzIjpbXSwic291cmNlcyI6WyIuLi8uLi8uLi9zcmMvYXRvbXMvY2hhdC9yZXBsaWVzLmQudHMiXSwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgTWVzc2FnZSB9IGZyb20gJ3NyYy9hcHBsaWNhdGlvbi9tb2RlbHMnO1xudHlwZSBIYW5kbGVSZXBseVBhcmFtcyA9IHtcbiAgICBtZXNzYWdlOiBNZXNzYWdlO1xuICAgIHVzZXJUeXBlZDogYm9vbGVhbjtcbn07XG5leHBvcnQgZGVjbGFyZSBjb25zdCBoYW5kbGVSZXBseUF0b206IGltcG9ydChcImpvdGFpXCIpLldyaXRhYmxlQXRvbTxudWxsLCBbSGFuZGxlUmVwbHlQYXJhbXNdLCB2b2lkPiAmIHtcbiAgICBpbml0OiBudWxsO1xufTtcbmV4cG9ydCB7fTtcbiJdLCJtYXBwaW5ncyI6Ijs7OztBQUVBLElBQUksb0JBQWdCLENBQUEsV0FBQSxRQUFBO0FBQ3BCLElBQVcsa0JBQVc7Q0FBQTtPQUFBO09BQUEsUUFBQTtDQUFBIn0=
14
+ //# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicmVwbGllcy5kLmN0cyIsIm5hbWVzIjpbXSwic291cmNlcyI6WyIuLi8uLi8uLi9zcmMvYXRvbXMvY2hhdC9yZXBsaWVzLmQudHMiXSwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgTWVzc2FnZSB9IGZyb20gJ3NyYy9hcHBsaWNhdGlvbi9tb2RlbHMnO1xudHlwZSBIYW5kbGVSZXBseVBhcmFtcyA9IHtcbiAgICBtZXNzYWdlOiBNZXNzYWdlO1xuICAgIHVzZXJUeXBlZDogYm9vbGVhbjtcbn07XG5leHBvcnQgZGVjbGFyZSBjb25zdCBoYW5kbGVSZXBseUF0b206IGltcG9ydChcImpvdGFpXCIpLldyaXRhYmxlQXRvbTxudWxsLCBbSGFuZGxlUmVwbHlQYXJhbXNdLCB2b2lkPiAmIHtcbiAgICBpbml0OiBudWxsO1xufTtcbmV4cG9ydCB7fTtcbiJdLCJtYXBwaW5ncyI6Ijs7OztBQUVBLElBQUksb0JBQWdCLENBQUEsV0FBQSxRQUFBO0FBQ3BCLElBQVcsa0JBQVc7Q0FBQTtPQUFBO09BQUEsT0FBQTtDQUFBIn0=
@@ -1,14 +1,14 @@
1
1
  import { Message } from "../../application/models/message.js";
2
- import * as jotai4 from "jotai";
2
+ import * as jotai32 from "jotai";
3
3
 
4
4
  //#region src/atoms/chat/replies.d.ts
5
5
  type HandleReplyParams = {
6
6
  message: Message;
7
7
  userTyped: boolean;
8
8
  };
9
- declare const handleReplyAtom: jotai4.WritableAtom<null, [HandleReplyParams], void> & {
9
+ declare const handleReplyAtom: jotai32.WritableAtom<null, [HandleReplyParams], void> & {
10
10
  init: null;
11
11
  };
12
12
  //#endregion
13
13
  export { handleReplyAtom };
14
- //# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicmVwbGllcy5kLnRzIiwibmFtZXMiOltdLCJzb3VyY2VzIjpbIi4uLy4uLy4uL3NyYy9hdG9tcy9jaGF0L3JlcGxpZXMuZC50cyJdLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBNZXNzYWdlIH0gZnJvbSAnc3JjL2FwcGxpY2F0aW9uL21vZGVscyc7XG50eXBlIEhhbmRsZVJlcGx5UGFyYW1zID0ge1xuICAgIG1lc3NhZ2U6IE1lc3NhZ2U7XG4gICAgdXNlclR5cGVkOiBib29sZWFuO1xufTtcbmV4cG9ydCBkZWNsYXJlIGNvbnN0IGhhbmRsZVJlcGx5QXRvbTogaW1wb3J0KFwiam90YWlcIikuV3JpdGFibGVBdG9tPG51bGwsIFtIYW5kbGVSZXBseVBhcmFtc10sIHZvaWQ+ICYge1xuICAgIGluaXQ6IG51bGw7XG59O1xuZXhwb3J0IHt9O1xuIl0sIm1hcHBpbmdzIjoiOzs7O0FBRUEsSUFBSSxvQkFBZ0IsQ0FBQSxXQUFBLFFBQUE7QUFDcEIsSUFBVyxrQkFBVztDQUFBO09BQUE7T0FBQSxPQUFBO0NBQUEifQ==
14
+ //# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicmVwbGllcy5kLnRzIiwibmFtZXMiOltdLCJzb3VyY2VzIjpbIi4uLy4uLy4uL3NyYy9hdG9tcy9jaGF0L3JlcGxpZXMuZC50cyJdLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBNZXNzYWdlIH0gZnJvbSAnc3JjL2FwcGxpY2F0aW9uL21vZGVscyc7XG50eXBlIEhhbmRsZVJlcGx5UGFyYW1zID0ge1xuICAgIG1lc3NhZ2U6IE1lc3NhZ2U7XG4gICAgdXNlclR5cGVkOiBib29sZWFuO1xufTtcbmV4cG9ydCBkZWNsYXJlIGNvbnN0IGhhbmRsZVJlcGx5QXRvbTogaW1wb3J0KFwiam90YWlcIikuV3JpdGFibGVBdG9tPG51bGwsIFtIYW5kbGVSZXBseVBhcmFtc10sIHZvaWQ+ICYge1xuICAgIGluaXQ6IG51bGw7XG59O1xuZXhwb3J0IHt9O1xuIl0sIm1hcHBpbmdzIjoiOzs7O0FBRUEsSUFBSSxvQkFBZ0IsQ0FBQSxXQUFBLFFBQUE7QUFDcEIsSUFBVyxrQkFBVztDQUFBO09BQUE7T0FBQSxRQUFBO0NBQUEifQ==
@@ -1,8 +1,8 @@
1
1
  import { Suggestion } from "../../application/models/api/suggestion.cjs";
2
- import * as jotai31 from "jotai";
2
+ import * as jotai49 from "jotai";
3
3
 
4
4
  //#region src/atoms/chat/suggestions.d.ts
5
- declare const handleSuggestionAtom: jotai31.WritableAtom<null, [suggestion: Suggestion], void> & {
5
+ declare const handleSuggestionAtom: jotai49.WritableAtom<null, [suggestion: Suggestion], void> & {
6
6
  init: null;
7
7
  };
8
8
  //#endregion
@@ -1,8 +1,8 @@
1
1
  import { Suggestion } from "../../application/models/api/suggestion.js";
2
- import * as jotai28 from "jotai";
2
+ import * as jotai53 from "jotai";
3
3
 
4
4
  //#region src/atoms/chat/suggestions.d.ts
5
- declare const handleSuggestionAtom: jotai28.WritableAtom<null, [suggestion: Suggestion], void> & {
5
+ declare const handleSuggestionAtom: jotai53.WritableAtom<null, [suggestion: Suggestion], void> & {
6
6
  init: null;
7
7
  };
8
8
  //#endregion
@@ -0,0 +1,19 @@
1
+ import { EnviveConfig } from "../../contexts/types.cjs";
2
+ import { ContextSourceEnum } from "@spiffy-ai/commerce-api-client";
3
+ import * as jotai21 from "jotai";
4
+
5
+ //#region src/atoms/envive/enviveConfig.d.ts
6
+ declare const enviveConfigAtom: jotai21.WritableAtom<EnviveConfig | undefined, [value: EnviveConfig], void>;
7
+ declare const amplitudeApiKeyAtom: jotai21.Atom<string | undefined>;
8
+ declare const dataResidencyAtom: jotai21.Atom<string | undefined>;
9
+ declare const envAtom: jotai21.Atom<string | undefined>;
10
+ declare const baseUrlAtom: jotai21.Atom<string>;
11
+ declare const reactAppNameAtom: jotai21.Atom<string | undefined>;
12
+ declare const cdnUrlAtom: jotai21.Atom<string | undefined>;
13
+ declare const orgIdAtom: jotai21.Atom<string | undefined>;
14
+ declare const contextSourceAtom: jotai21.Atom<ContextSourceEnum>;
15
+ declare const orgLevelApiKeyAtom: jotai21.Atom<string | undefined>;
16
+ declare const orgShortNameAtom: jotai21.Atom<string | undefined>;
17
+ //#endregion
18
+ export { amplitudeApiKeyAtom, baseUrlAtom, cdnUrlAtom, contextSourceAtom, dataResidencyAtom, envAtom, enviveConfigAtom, orgIdAtom, orgLevelApiKeyAtom, orgShortNameAtom, reactAppNameAtom };
19
+ //# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZW52aXZlQ29uZmlnLmQuY3RzIiwibmFtZXMiOltdLCJzb3VyY2VzIjpbIi4uLy4uLy4uL3NyYy9hdG9tcy9lbnZpdmUvZW52aXZlQ29uZmlnLmQudHMiXSwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgRW52aXZlQ29uZmlnIH0gZnJvbSAnc3JjL2NvbnRleHRzL3R5cGVzJztcbmltcG9ydCB7IENvbnRleHRTb3VyY2VFbnVtIH0gZnJvbSAnQHNwaWZmeS1haS9jb21tZXJjZS1hcGktY2xpZW50JztcbmV4cG9ydCBkZWNsYXJlIGNvbnN0IGVudml2ZUNvbmZpZ0F0b206IGltcG9ydChcImpvdGFpXCIpLldyaXRhYmxlQXRvbTxFbnZpdmVDb25maWcgfCB1bmRlZmluZWQsIFt2YWx1ZTogRW52aXZlQ29uZmlnXSwgdm9pZD47XG5leHBvcnQgZGVjbGFyZSBjb25zdCBhbXBsaXR1ZGVBcGlLZXlBdG9tOiBpbXBvcnQoXCJqb3RhaVwiKS5BdG9tPHN0cmluZyB8IHVuZGVmaW5lZD47XG5leHBvcnQgZGVjbGFyZSBjb25zdCBkYXRhUmVzaWRlbmN5QXRvbTogaW1wb3J0KFwiam90YWlcIikuQXRvbTxzdHJpbmcgfCB1bmRlZmluZWQ+O1xuZXhwb3J0IGRlY2xhcmUgY29uc3QgZW52QXRvbTogaW1wb3J0KFwiam90YWlcIikuQXRvbTxzdHJpbmcgfCB1bmRlZmluZWQ+O1xuZXhwb3J0IGRlY2xhcmUgY29uc3QgYmFzZVVybEF0b206IGltcG9ydChcImpvdGFpXCIpLkF0b208c3RyaW5nPjtcbmV4cG9ydCBkZWNsYXJlIGNvbnN0IHJlYWN0QXBwTmFtZUF0b206IGltcG9ydChcImpvdGFpXCIpLkF0b208c3RyaW5nIHwgdW5kZWZpbmVkPjtcbmV4cG9ydCBkZWNsYXJlIGNvbnN0IGNkblVybEF0b206IGltcG9ydChcImpvdGFpXCIpLkF0b208c3RyaW5nIHwgdW5kZWZpbmVkPjtcbmV4cG9ydCBkZWNsYXJlIGNvbnN0IG9yZ0lkQXRvbTogaW1wb3J0KFwiam90YWlcIikuQXRvbTxzdHJpbmcgfCB1bmRlZmluZWQ+O1xuZXhwb3J0IGRlY2xhcmUgY29uc3QgY29udGV4dFNvdXJjZUF0b206IGltcG9ydChcImpvdGFpXCIpLkF0b208Q29udGV4dFNvdXJjZUVudW0+O1xuZXhwb3J0IGRlY2xhcmUgY29uc3Qgb3JnTGV2ZWxBcGlLZXlBdG9tOiBpbXBvcnQoXCJqb3RhaVwiKS5BdG9tPHN0cmluZyB8IHVuZGVmaW5lZD47XG5leHBvcnQgZGVjbGFyZSBjb25zdCBvcmdTaG9ydE5hbWVBdG9tOiBpbXBvcnQoXCJqb3RhaVwiKS5BdG9tPHN0cmluZyB8IHVuZGVmaW5lZD47XG4iXSwibWFwcGluZ3MiOiI7Ozs7O0FBR0EsSUFBVyxtQkFBbUI7Q0FBQztPQUFXO09BQW9CO09BQW9CLFFBQUE7Q0FBQTtBQUNsRixJQUFXLHNCQUFzQixDQUFDLFdBQVcsUUFBUSxLQUFLO0FBQzFELElBQVcsb0JBQW9CLENBQUMsV0FBVyxRQUFRLEtBQUs7QUFDeEQsSUFBVyxVQUFVLENBQUMsV0FBVyxRQUFRLEtBQUs7QUFDOUMsSUFBVyxjQUFjLENBQUMsV0FBVyxRQUFRLEtBQUs7QUFDbEQsSUFBVyxtQkFBbUIsQ0FBQyxXQUFXLFFBQVEsS0FBSztBQUN2RCxJQUFXLGFBQWEsQ0FBQyxXQUFXLFFBQVEsS0FBSztBQUNqRCxJQUFXLFlBQVksQ0FBQyxXQUFXLFFBQVEsS0FBSztBQUNoRCxJQUFXLG9CQUFvQjtDQUFDO09BQVc7T0FBeUIsUUFBUTtDQUFLO0FBQ2pGLElBQVcscUJBQXFCLENBQUMsV0FBVyxRQUFRLEtBQUsifQ==
@@ -0,0 +1,19 @@
1
+ import { EnviveConfig } from "../../contexts/types.js";
2
+ import { ContextSourceEnum } from "@spiffy-ai/commerce-api-client";
3
+ import * as jotai0 from "jotai";
4
+
5
+ //#region src/atoms/envive/enviveConfig.d.ts
6
+ declare const enviveConfigAtom: jotai0.WritableAtom<EnviveConfig | undefined, [value: EnviveConfig], void>;
7
+ declare const amplitudeApiKeyAtom: jotai0.Atom<string | undefined>;
8
+ declare const dataResidencyAtom: jotai0.Atom<string | undefined>;
9
+ declare const envAtom: jotai0.Atom<string | undefined>;
10
+ declare const baseUrlAtom: jotai0.Atom<string>;
11
+ declare const reactAppNameAtom: jotai0.Atom<string | undefined>;
12
+ declare const cdnUrlAtom: jotai0.Atom<string | undefined>;
13
+ declare const orgIdAtom: jotai0.Atom<string | undefined>;
14
+ declare const contextSourceAtom: jotai0.Atom<ContextSourceEnum>;
15
+ declare const orgLevelApiKeyAtom: jotai0.Atom<string | undefined>;
16
+ declare const orgShortNameAtom: jotai0.Atom<string | undefined>;
17
+ //#endregion
18
+ export { amplitudeApiKeyAtom, baseUrlAtom, cdnUrlAtom, contextSourceAtom, dataResidencyAtom, envAtom, enviveConfigAtom, orgIdAtom, orgLevelApiKeyAtom, orgShortNameAtom, reactAppNameAtom };
19
+ //# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZW52aXZlQ29uZmlnLmQudHMiLCJuYW1lcyI6W10sInNvdXJjZXMiOlsiLi4vLi4vLi4vc3JjL2F0b21zL2Vudml2ZS9lbnZpdmVDb25maWcuZC50cyJdLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBFbnZpdmVDb25maWcgfSBmcm9tICdzcmMvY29udGV4dHMvdHlwZXMnO1xuaW1wb3J0IHsgQ29udGV4dFNvdXJjZUVudW0gfSBmcm9tICdAc3BpZmZ5LWFpL2NvbW1lcmNlLWFwaS1jbGllbnQnO1xuZXhwb3J0IGRlY2xhcmUgY29uc3QgZW52aXZlQ29uZmlnQXRvbTogaW1wb3J0KFwiam90YWlcIikuV3JpdGFibGVBdG9tPEVudml2ZUNvbmZpZyB8IHVuZGVmaW5lZCwgW3ZhbHVlOiBFbnZpdmVDb25maWddLCB2b2lkPjtcbmV4cG9ydCBkZWNsYXJlIGNvbnN0IGFtcGxpdHVkZUFwaUtleUF0b206IGltcG9ydChcImpvdGFpXCIpLkF0b208c3RyaW5nIHwgdW5kZWZpbmVkPjtcbmV4cG9ydCBkZWNsYXJlIGNvbnN0IGRhdGFSZXNpZGVuY3lBdG9tOiBpbXBvcnQoXCJqb3RhaVwiKS5BdG9tPHN0cmluZyB8IHVuZGVmaW5lZD47XG5leHBvcnQgZGVjbGFyZSBjb25zdCBlbnZBdG9tOiBpbXBvcnQoXCJqb3RhaVwiKS5BdG9tPHN0cmluZyB8IHVuZGVmaW5lZD47XG5leHBvcnQgZGVjbGFyZSBjb25zdCBiYXNlVXJsQXRvbTogaW1wb3J0KFwiam90YWlcIikuQXRvbTxzdHJpbmc+O1xuZXhwb3J0IGRlY2xhcmUgY29uc3QgcmVhY3RBcHBOYW1lQXRvbTogaW1wb3J0KFwiam90YWlcIikuQXRvbTxzdHJpbmcgfCB1bmRlZmluZWQ+O1xuZXhwb3J0IGRlY2xhcmUgY29uc3QgY2RuVXJsQXRvbTogaW1wb3J0KFwiam90YWlcIikuQXRvbTxzdHJpbmcgfCB1bmRlZmluZWQ+O1xuZXhwb3J0IGRlY2xhcmUgY29uc3Qgb3JnSWRBdG9tOiBpbXBvcnQoXCJqb3RhaVwiKS5BdG9tPHN0cmluZyB8IHVuZGVmaW5lZD47XG5leHBvcnQgZGVjbGFyZSBjb25zdCBjb250ZXh0U291cmNlQXRvbTogaW1wb3J0KFwiam90YWlcIikuQXRvbTxDb250ZXh0U291cmNlRW51bT47XG5leHBvcnQgZGVjbGFyZSBjb25zdCBvcmdMZXZlbEFwaUtleUF0b206IGltcG9ydChcImpvdGFpXCIpLkF0b208c3RyaW5nIHwgdW5kZWZpbmVkPjtcbmV4cG9ydCBkZWNsYXJlIGNvbnN0IG9yZ1Nob3J0TmFtZUF0b206IGltcG9ydChcImpvdGFpXCIpLkF0b208c3RyaW5nIHwgdW5kZWZpbmVkPjtcbiJdLCJtYXBwaW5ncyI6Ijs7Ozs7QUFHQSxJQUFXLG1CQUFtQjtDQUFDO09BQVM7T0FBb0I7T0FBb0IsT0FBRTtDQUFBO0FBQ2xGLElBQVcsc0JBQXNCLENBQUMsU0FBUyxPQUFPLEtBQUs7QUFDdkQsSUFBVyxvQkFBb0IsQ0FBQyxVQUFVLE9BQU8sS0FBSztBQUN0RCxJQUFXLFVBQVUsQ0FBQyxVQUFVLE9BQU8sS0FBSztBQUM1QyxJQUFXLGNBQWMsQ0FBQyxVQUFVLE9BQU8sS0FBSztBQUNoRCxJQUFXLG1CQUFtQixDQUFDLFVBQVUsT0FBTyxLQUFLO0FBQ3JELElBQVcsYUFBYSxDQUFDLFVBQVUsT0FBTyxLQUFLO0FBQy9DLElBQVcsWUFBWSxDQUFDLFVBQVUsT0FBTyxLQUFLO0FBQzlDLElBQVcsb0JBQW9CO0NBQUM7T0FBVTtPQUF5QixPQUFPO0NBQUs7QUFDL0UsSUFBVyxxQkFBcUIsQ0FBQyxVQUFVLE9BQU8sS0FBSyJ9
@@ -1,7 +1,7 @@
1
- import * as jotai22 from "jotai";
1
+ import * as jotai33 from "jotai";
2
2
 
3
3
  //#region src/atoms/globalSearch/globalSearch.d.ts
4
- declare const autocompleteStateAtom: jotai22.PrimitiveAtom<{
4
+ declare const autocompleteStateAtom: jotai33.PrimitiveAtom<{
5
5
  results: string[];
6
6
  isLoading: boolean;
7
7
  }> & {
@@ -10,13 +10,13 @@ declare const autocompleteStateAtom: jotai22.PrimitiveAtom<{
10
10
  isLoading: boolean;
11
11
  };
12
12
  };
13
- declare const isFilterOpenAtom: jotai22.PrimitiveAtom<boolean> & {
13
+ declare const isFilterOpenAtom: jotai33.PrimitiveAtom<boolean> & {
14
14
  init: boolean;
15
15
  };
16
- declare const isGlobalSearchOpenAtom: jotai22.PrimitiveAtom<boolean> & {
16
+ declare const isGlobalSearchOpenAtom: jotai33.PrimitiveAtom<boolean> & {
17
17
  init: boolean;
18
18
  };
19
- declare const isSearchResultsOpenAtom: jotai22.PrimitiveAtom<boolean> & {
19
+ declare const isSearchResultsOpenAtom: jotai33.PrimitiveAtom<boolean> & {
20
20
  init: boolean;
21
21
  };
22
22
  //#endregion
@@ -1,7 +1,7 @@
1
- import * as jotai78 from "jotai";
1
+ import * as jotai89 from "jotai";
2
2
 
3
3
  //#region src/atoms/globalSearch/globalSearch.d.ts
4
- declare const autocompleteStateAtom: jotai78.PrimitiveAtom<{
4
+ declare const autocompleteStateAtom: jotai89.PrimitiveAtom<{
5
5
  results: string[];
6
6
  isLoading: boolean;
7
7
  }> & {
@@ -10,13 +10,13 @@ declare const autocompleteStateAtom: jotai78.PrimitiveAtom<{
10
10
  isLoading: boolean;
11
11
  };
12
12
  };
13
- declare const isFilterOpenAtom: jotai78.PrimitiveAtom<boolean> & {
13
+ declare const isFilterOpenAtom: jotai89.PrimitiveAtom<boolean> & {
14
14
  init: boolean;
15
15
  };
16
- declare const isGlobalSearchOpenAtom: jotai78.PrimitiveAtom<boolean> & {
16
+ declare const isGlobalSearchOpenAtom: jotai89.PrimitiveAtom<boolean> & {
17
17
  init: boolean;
18
18
  };
19
- declare const isSearchResultsOpenAtom: jotai78.PrimitiveAtom<boolean> & {
19
+ declare const isSearchResultsOpenAtom: jotai89.PrimitiveAtom<boolean> & {
20
20
  init: boolean;
21
21
  };
22
22
  //#endregion
@@ -1,21 +1,21 @@
1
1
  import { ChatState } from "../../types/custservice-types.cjs";
2
2
  import { AttachmentRequest, CustServiceConversationMessages } from "@spiffy-ai/commerce-api-client";
3
- import * as jotai83 from "jotai";
3
+ import * as jotai81 from "jotai";
4
4
 
5
5
  //#region src/atoms/org/customerService.d.ts
6
- declare const isBusinessHoursAtom: jotai83.PrimitiveAtom<boolean> & {
6
+ declare const isBusinessHoursAtom: jotai81.PrimitiveAtom<boolean> & {
7
7
  init: boolean;
8
8
  };
9
- declare const isCustomerServiceOpenAtom: jotai83.PrimitiveAtom<boolean> & {
9
+ declare const isCustomerServiceOpenAtom: jotai81.PrimitiveAtom<boolean> & {
10
10
  init: boolean;
11
11
  };
12
- declare const customerServiceResponseAtom: jotai83.PrimitiveAtom<CustServiceConversationMessages | undefined> & {
12
+ declare const customerServiceResponseAtom: jotai81.PrimitiveAtom<CustServiceConversationMessages | undefined> & {
13
13
  init: CustServiceConversationMessages | undefined;
14
14
  };
15
- declare const customerServiceChatStateAtom: jotai83.PrimitiveAtom<ChatState | undefined> & {
15
+ declare const customerServiceChatStateAtom: jotai81.PrimitiveAtom<ChatState | undefined> & {
16
16
  init: ChatState | undefined;
17
17
  };
18
- declare const customerServiceAttachment: jotai83.PrimitiveAtom<AttachmentRequest | undefined> & {
18
+ declare const customerServiceAttachment: jotai81.PrimitiveAtom<AttachmentRequest | undefined> & {
19
19
  init: AttachmentRequest | undefined;
20
20
  };
21
21
  //#endregion
@@ -1,21 +1,21 @@
1
1
  import { ChatState } from "../../types/custservice-types.js";
2
2
  import { AttachmentRequest, CustServiceConversationMessages } from "@spiffy-ai/commerce-api-client";
3
- import * as jotai37 from "jotai";
3
+ import * as jotai33 from "jotai";
4
4
 
5
5
  //#region src/atoms/org/customerService.d.ts
6
- declare const isBusinessHoursAtom: jotai37.PrimitiveAtom<boolean> & {
6
+ declare const isBusinessHoursAtom: jotai33.PrimitiveAtom<boolean> & {
7
7
  init: boolean;
8
8
  };
9
- declare const isCustomerServiceOpenAtom: jotai37.PrimitiveAtom<boolean> & {
9
+ declare const isCustomerServiceOpenAtom: jotai33.PrimitiveAtom<boolean> & {
10
10
  init: boolean;
11
11
  };
12
- declare const customerServiceResponseAtom: jotai37.PrimitiveAtom<CustServiceConversationMessages | undefined> & {
12
+ declare const customerServiceResponseAtom: jotai33.PrimitiveAtom<CustServiceConversationMessages | undefined> & {
13
13
  init: CustServiceConversationMessages | undefined;
14
14
  };
15
- declare const customerServiceChatStateAtom: jotai37.PrimitiveAtom<ChatState | undefined> & {
15
+ declare const customerServiceChatStateAtom: jotai33.PrimitiveAtom<ChatState | undefined> & {
16
16
  init: ChatState | undefined;
17
17
  };
18
- declare const customerServiceAttachment: jotai37.PrimitiveAtom<AttachmentRequest | undefined> & {
18
+ declare const customerServiceAttachment: jotai33.PrimitiveAtom<AttachmentRequest | undefined> & {
19
19
  init: AttachmentRequest | undefined;
20
20
  };
21
21
  //#endregion
@@ -1,16 +1,16 @@
1
1
  import { ColorMapping } from "../../application/models/colorsConfig.cjs";
2
2
  import { FrontendConfig } from "../../application/models/frontendConfig.cjs";
3
3
  import { FeatureFlagContextType } from "../../contexts/featureFlagServiceContext/featureFlagServiceContext.cjs";
4
- import * as jotai93 from "jotai";
4
+ import * as jotai90 from "jotai";
5
5
 
6
6
  //#region src/atoms/org/graphqlConfig.d.ts
7
- declare const internalGraphQLColorsConfigAtom: jotai93.PrimitiveAtom<ColorMapping | undefined> & {
7
+ declare const internalGraphQLColorsConfigAtom: jotai90.PrimitiveAtom<ColorMapping | undefined> & {
8
8
  init: ColorMapping | undefined;
9
9
  };
10
- declare const featureFlagServiceAtom: jotai93.PrimitiveAtom<FeatureFlagContextType | undefined> & {
10
+ declare const featureFlagServiceAtom: jotai90.PrimitiveAtom<FeatureFlagContextType | undefined> & {
11
11
  init: FeatureFlagContextType | undefined;
12
12
  };
13
- declare const frontendConfigAtom: jotai93.WritableAtom<FrontendConfig | undefined, [value: FrontendConfig | undefined], void>;
13
+ declare const frontendConfigAtom: jotai90.WritableAtom<FrontendConfig | undefined, [value: FrontendConfig | undefined], void>;
14
14
  //#endregion
15
15
  export { featureFlagServiceAtom, frontendConfigAtom, internalGraphQLColorsConfigAtom };
16
16
  //# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZ3JhcGhxbENvbmZpZy5kLmN0cyIsIm5hbWVzIjpbXSwic291cmNlcyI6WyIuLi8uLi8uLi9zcmMvYXRvbXMvb3JnL2dyYXBocWxDb25maWcuZC50cyJdLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb2xvck1hcHBpbmcgfSBmcm9tICdzcmMvYXBwbGljYXRpb24vbW9kZWxzL2NvbG9yc0NvbmZpZyc7XG5pbXBvcnQgeyBGcm9udGVuZENvbmZpZyB9IGZyb20gJ3NyYy9hcHBsaWNhdGlvbi9tb2RlbHMvZnJvbnRlbmRDb25maWcnO1xuaW1wb3J0IHsgRmVhdHVyZUZsYWdDb250ZXh0VHlwZSB9IGZyb20gJ3NyYy9jb250ZXh0cy9mZWF0dXJlRmxhZ1NlcnZpY2VDb250ZXh0L2ZlYXR1cmVGbGFnU2VydmljZUNvbnRleHQnO1xuZXhwb3J0IGRlY2xhcmUgY29uc3QgaW50ZXJuYWxHcmFwaFFMQ29sb3JzQ29uZmlnQXRvbTogaW1wb3J0KFwiam90YWlcIikuUHJpbWl0aXZlQXRvbTxDb2xvck1hcHBpbmcgfCB1bmRlZmluZWQ+ICYge1xuICAgIGluaXQ6IENvbG9yTWFwcGluZyB8IHVuZGVmaW5lZDtcbn07XG5leHBvcnQgZGVjbGFyZSBjb25zdCBmZWF0dXJlRmxhZ1NlcnZpY2VBdG9tOiBpbXBvcnQoXCJqb3RhaVwiKS5QcmltaXRpdmVBdG9tPEZlYXR1cmVGbGFnQ29udGV4dFR5cGUgfCB1bmRlZmluZWQ+ICYge1xuICAgIGluaXQ6IEZlYXR1cmVGbGFnQ29udGV4dFR5cGUgfCB1bmRlZmluZWQ7XG59O1xuZXhwb3J0IGRlY2xhcmUgY29uc3QgZnJvbnRlbmRDb25maWdBdG9tOiBpbXBvcnQoXCJqb3RhaVwiKS5Xcml0YWJsZUF0b208RnJvbnRlbmRDb25maWcgfCB1bmRlZmluZWQsIFt2YWx1ZTogRnJvbnRlbmRDb25maWcgfCB1bmRlZmluZWRdLCB2b2lkPjtcbiJdLCJtYXBwaW5ncyI6Ijs7Ozs7O0FBSUEsSUFBVyxrQ0FBdUI7Q0FBQTtPQUFBO09BQUEsUUFBQTtPQUFBO0NBQUE7QUFDbEMsSUFBQyx5QkFBQTtDQUFBO09BQUE7T0FBQSxRQUFBO09BQUE7Q0FBQTtBQUNELElBQVcscUJBQXFCO0NBQUM7T0FBVztPQUFzQjtPQUFzQixRQUFRO0NBQWEifQ==
@@ -1,16 +1,16 @@
1
1
  import { ColorMapping } from "../../application/models/colorsConfig.js";
2
2
  import { FrontendConfig } from "../../application/models/frontendConfig.js";
3
3
  import { FeatureFlagContextType } from "../../contexts/featureFlagServiceContext/featureFlagServiceContext.js";
4
- import * as jotai43 from "jotai";
4
+ import * as jotai38 from "jotai";
5
5
 
6
6
  //#region src/atoms/org/graphqlConfig.d.ts
7
- declare const internalGraphQLColorsConfigAtom: jotai43.PrimitiveAtom<ColorMapping | undefined> & {
7
+ declare const internalGraphQLColorsConfigAtom: jotai38.PrimitiveAtom<ColorMapping | undefined> & {
8
8
  init: ColorMapping | undefined;
9
9
  };
10
- declare const featureFlagServiceAtom: jotai43.PrimitiveAtom<FeatureFlagContextType | undefined> & {
10
+ declare const featureFlagServiceAtom: jotai38.PrimitiveAtom<FeatureFlagContextType | undefined> & {
11
11
  init: FeatureFlagContextType | undefined;
12
12
  };
13
- declare const frontendConfigAtom: jotai43.WritableAtom<FrontendConfig | undefined, [value: FrontendConfig | undefined], void>;
13
+ declare const frontendConfigAtom: jotai38.WritableAtom<FrontendConfig | undefined, [value: FrontendConfig | undefined], void>;
14
14
  //#endregion
15
15
  export { featureFlagServiceAtom, frontendConfigAtom, internalGraphQLColorsConfigAtom };
16
16
  //# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZ3JhcGhxbENvbmZpZy5kLnRzIiwibmFtZXMiOltdLCJzb3VyY2VzIjpbIi4uLy4uLy4uL3NyYy9hdG9tcy9vcmcvZ3JhcGhxbENvbmZpZy5kLnRzIl0sInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbG9yTWFwcGluZyB9IGZyb20gJ3NyYy9hcHBsaWNhdGlvbi9tb2RlbHMvY29sb3JzQ29uZmlnJztcbmltcG9ydCB7IEZyb250ZW5kQ29uZmlnIH0gZnJvbSAnc3JjL2FwcGxpY2F0aW9uL21vZGVscy9mcm9udGVuZENvbmZpZyc7XG5pbXBvcnQgeyBGZWF0dXJlRmxhZ0NvbnRleHRUeXBlIH0gZnJvbSAnc3JjL2NvbnRleHRzL2ZlYXR1cmVGbGFnU2VydmljZUNvbnRleHQvZmVhdHVyZUZsYWdTZXJ2aWNlQ29udGV4dCc7XG5leHBvcnQgZGVjbGFyZSBjb25zdCBpbnRlcm5hbEdyYXBoUUxDb2xvcnNDb25maWdBdG9tOiBpbXBvcnQoXCJqb3RhaVwiKS5QcmltaXRpdmVBdG9tPENvbG9yTWFwcGluZyB8IHVuZGVmaW5lZD4gJiB7XG4gICAgaW5pdDogQ29sb3JNYXBwaW5nIHwgdW5kZWZpbmVkO1xufTtcbmV4cG9ydCBkZWNsYXJlIGNvbnN0IGZlYXR1cmVGbGFnU2VydmljZUF0b206IGltcG9ydChcImpvdGFpXCIpLlByaW1pdGl2ZUF0b208RmVhdHVyZUZsYWdDb250ZXh0VHlwZSB8IHVuZGVmaW5lZD4gJiB7XG4gICAgaW5pdDogRmVhdHVyZUZsYWdDb250ZXh0VHlwZSB8IHVuZGVmaW5lZDtcbn07XG5leHBvcnQgZGVjbGFyZSBjb25zdCBmcm9udGVuZENvbmZpZ0F0b206IGltcG9ydChcImpvdGFpXCIpLldyaXRhYmxlQXRvbTxGcm9udGVuZENvbmZpZyB8IHVuZGVmaW5lZCwgW3ZhbHVlOiBGcm9udGVuZENvbmZpZyB8IHVuZGVmaW5lZF0sIHZvaWQ+O1xuIl0sIm1hcHBpbmdzIjoiOzs7Ozs7QUFJQSxJQUFXLGtDQUF1QjtDQUFBO09BQUE7T0FBQSxRQUFBO09BQUE7Q0FBQTtBQUNsQyxJQUFDLHlCQUFBO0NBQUE7T0FBQTtPQUFBLFFBQUE7T0FBQTtDQUFBO0FBQ0QsSUFBVyxxQkFBcUI7Q0FBQztPQUFXO09BQXNCO09BQXNCLFFBQVE7Q0FBYSJ9
@@ -1,7 +1,7 @@
1
1
  const require_orgAnalyticsConfig = require('./orgAnalyticsConfig.cjs');
2
- const require_newOrgConfigAtom = require('./newOrgConfigAtom.cjs');
3
2
  const require_graphqlConfig = require('./graphqlConfig.cjs');
4
3
  const require_customerService = require('./customerService.cjs');
4
+ const require_newOrgConfigAtom = require('./newOrgConfigAtom.cjs');
5
5
 
6
6
  exports.customerServiceAttachment = require_customerService.customerServiceAttachment;
7
7
  exports.customerServiceChatStateAtom = require_customerService.customerServiceChatStateAtom;
@@ -1,6 +1,6 @@
1
1
  import { orgAnalyticsAmplitudeConfigAtom, orgAnalyticsConfigAtom, orgAnalyticsCustomerServiceConfigAtom, orgAnalyticsGoogleAnalyticsConfigAtom } from "./orgAnalyticsConfig.js";
2
- import { newOrgConfigAtom } from "./newOrgConfigAtom.js";
3
2
  import { featureFlagServiceAtom, frontendConfigAtom, internalGraphQLColorsConfigAtom } from "./graphqlConfig.js";
4
3
  import { customerServiceAttachment, customerServiceChatStateAtom, customerServiceResponseAtom, isBusinessHoursAtom, isCustomerServiceOpenAtom } from "./customerService.js";
4
+ import { newOrgConfigAtom } from "./newOrgConfigAtom.js";
5
5
 
6
6
  export { customerServiceAttachment, customerServiceChatStateAtom, customerServiceResponseAtom, featureFlagServiceAtom, frontendConfigAtom, internalGraphQLColorsConfigAtom, isBusinessHoursAtom, isCustomerServiceOpenAtom, newOrgConfigAtom, orgAnalyticsAmplitudeConfigAtom, orgAnalyticsConfigAtom, orgAnalyticsCustomerServiceConfigAtom, orgAnalyticsGoogleAnalyticsConfigAtom };
@@ -1,8 +1,8 @@
1
1
  import { GraphQlConfigValues } from "../../contexts/graphqlContext/graphqlContext.cjs";
2
- import * as jotai88 from "jotai";
2
+ import * as jotai80 from "jotai";
3
3
 
4
4
  //#region src/atoms/org/newOrgConfigAtom.d.ts
5
- declare const newOrgConfigAtom: jotai88.PrimitiveAtom<GraphQlConfigValues | null> & {
5
+ declare const newOrgConfigAtom: jotai80.PrimitiveAtom<GraphQlConfigValues | null> & {
6
6
  init: GraphQlConfigValues | null;
7
7
  };
8
8
  //#endregion
@@ -1,8 +1,8 @@
1
1
  import { GraphQlConfigValues } from "../../contexts/graphqlContext/graphqlContext.js";
2
- import * as jotai42 from "jotai";
2
+ import * as jotai41 from "jotai";
3
3
 
4
4
  //#region src/atoms/org/newOrgConfigAtom.d.ts
5
- declare const newOrgConfigAtom: jotai42.PrimitiveAtom<GraphQlConfigValues | null> & {
5
+ declare const newOrgConfigAtom: jotai41.PrimitiveAtom<GraphQlConfigValues | null> & {
6
6
  init: GraphQlConfigValues | null;
7
7
  };
8
8
  //#endregion
@@ -1,11 +1,11 @@
1
1
  import { OrgAnalyticsAmplitudeConfig, OrgAnalyticsConfig, OrgAnalyticsCustomerServiceConfig, OrgAnalyticsGoogleAnalyticsConfig } from "../../application/models/api/orgAnalyticsConfig.cjs";
2
- import * as jotai89 from "jotai";
2
+ import * as jotai86 from "jotai";
3
3
 
4
4
  //#region src/atoms/org/orgAnalyticsConfig.d.ts
5
- declare const orgAnalyticsConfigAtom: jotai89.WritableAtom<OrgAnalyticsConfig | undefined, [value: OrgAnalyticsConfig], void>;
6
- declare const orgAnalyticsAmplitudeConfigAtom: jotai89.Atom<OrgAnalyticsAmplitudeConfig | undefined>;
7
- declare const orgAnalyticsCustomerServiceConfigAtom: jotai89.Atom<OrgAnalyticsCustomerServiceConfig | undefined>;
8
- declare const orgAnalyticsGoogleAnalyticsConfigAtom: jotai89.Atom<OrgAnalyticsGoogleAnalyticsConfig | undefined>;
5
+ declare const orgAnalyticsConfigAtom: jotai86.WritableAtom<OrgAnalyticsConfig | undefined, [value: OrgAnalyticsConfig], void>;
6
+ declare const orgAnalyticsAmplitudeConfigAtom: jotai86.Atom<OrgAnalyticsAmplitudeConfig | undefined>;
7
+ declare const orgAnalyticsCustomerServiceConfigAtom: jotai86.Atom<OrgAnalyticsCustomerServiceConfig | undefined>;
8
+ declare const orgAnalyticsGoogleAnalyticsConfigAtom: jotai86.Atom<OrgAnalyticsGoogleAnalyticsConfig | undefined>;
9
9
  //#endregion
10
10
  export { orgAnalyticsAmplitudeConfigAtom, orgAnalyticsConfigAtom, orgAnalyticsCustomerServiceConfigAtom, orgAnalyticsGoogleAnalyticsConfigAtom };
11
11
  //# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoib3JnQW5hbHl0aWNzQ29uZmlnLmQuY3RzIiwibmFtZXMiOltdLCJzb3VyY2VzIjpbIi4uLy4uLy4uL3NyYy9hdG9tcy9vcmcvb3JnQW5hbHl0aWNzQ29uZmlnLmQudHMiXSwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgT3JnQW5hbHl0aWNzQW1wbGl0dWRlQ29uZmlnLCBPcmdBbmFseXRpY3NDb25maWcsIE9yZ0FuYWx5dGljc0N1c3RvbWVyU2VydmljZUNvbmZpZywgT3JnQW5hbHl0aWNzR29vZ2xlQW5hbHl0aWNzQ29uZmlnIH0gZnJvbSAnc3JjL2FwcGxpY2F0aW9uL21vZGVscy9hcGkvb3JnQW5hbHl0aWNzQ29uZmlnJztcbmV4cG9ydCBkZWNsYXJlIGNvbnN0IG9yZ0FuYWx5dGljc0NvbmZpZ0F0b206IGltcG9ydChcImpvdGFpXCIpLldyaXRhYmxlQXRvbTxPcmdBbmFseXRpY3NDb25maWcgfCB1bmRlZmluZWQsIFt2YWx1ZTogT3JnQW5hbHl0aWNzQ29uZmlnXSwgdm9pZD47XG5leHBvcnQgZGVjbGFyZSBjb25zdCBvcmdBbmFseXRpY3NBbXBsaXR1ZGVDb25maWdBdG9tOiBpbXBvcnQoXCJqb3RhaVwiKS5BdG9tPE9yZ0FuYWx5dGljc0FtcGxpdHVkZUNvbmZpZyB8IHVuZGVmaW5lZD47XG5leHBvcnQgZGVjbGFyZSBjb25zdCBvcmdBbmFseXRpY3NDdXN0b21lclNlcnZpY2VDb25maWdBdG9tOiBpbXBvcnQoXCJqb3RhaVwiKS5BdG9tPE9yZ0FuYWx5dGljc0N1c3RvbWVyU2VydmljZUNvbmZpZyB8IHVuZGVmaW5lZD47XG5leHBvcnQgZGVjbGFyZSBjb25zdCBvcmdBbmFseXRpY3NHb29nbGVBbmFseXRpY3NDb25maWdBdG9tOiBpbXBvcnQoXCJqb3RhaVwiKS5BdG9tPE9yZ0FuYWx5dGljc0dvb2dsZUFuYWx5dGljc0NvbmZpZyB8IHVuZGVmaW5lZD47XG4iXSwibWFwcGluZ3MiOiI7Ozs7QUFFQSxJQUFXLHlCQUF5QjtDQUFDO09BQVc7T0FBMEI7T0FBMEIsUUFBUTtDQUFPO0FBQ25ILElBQVcsa0NBQWtDO0NBQUM7T0FBVztPQUFtQyxRQUFRO0NBQUs7QUFDekcsSUFBVyx3Q0FBd0M7Q0FBQztPQUFXO09BQXlDLFFBQVE7Q0FBSyJ9
@@ -1,11 +1,11 @@
1
1
  import { OrgAnalyticsAmplitudeConfig, OrgAnalyticsConfig, OrgAnalyticsCustomerServiceConfig, OrgAnalyticsGoogleAnalyticsConfig } from "../../application/models/api/orgAnalyticsConfig.js";
2
- import * as jotai46 from "jotai";
2
+ import * as jotai42 from "jotai";
3
3
 
4
4
  //#region src/atoms/org/orgAnalyticsConfig.d.ts
5
- declare const orgAnalyticsConfigAtom: jotai46.WritableAtom<OrgAnalyticsConfig | undefined, [value: OrgAnalyticsConfig], void>;
6
- declare const orgAnalyticsAmplitudeConfigAtom: jotai46.Atom<OrgAnalyticsAmplitudeConfig | undefined>;
7
- declare const orgAnalyticsCustomerServiceConfigAtom: jotai46.Atom<OrgAnalyticsCustomerServiceConfig | undefined>;
8
- declare const orgAnalyticsGoogleAnalyticsConfigAtom: jotai46.Atom<OrgAnalyticsGoogleAnalyticsConfig | undefined>;
5
+ declare const orgAnalyticsConfigAtom: jotai42.WritableAtom<OrgAnalyticsConfig | undefined, [value: OrgAnalyticsConfig], void>;
6
+ declare const orgAnalyticsAmplitudeConfigAtom: jotai42.Atom<OrgAnalyticsAmplitudeConfig | undefined>;
7
+ declare const orgAnalyticsCustomerServiceConfigAtom: jotai42.Atom<OrgAnalyticsCustomerServiceConfig | undefined>;
8
+ declare const orgAnalyticsGoogleAnalyticsConfigAtom: jotai42.Atom<OrgAnalyticsGoogleAnalyticsConfig | undefined>;
9
9
  //#endregion
10
10
  export { orgAnalyticsAmplitudeConfigAtom, orgAnalyticsConfigAtom, orgAnalyticsCustomerServiceConfigAtom, orgAnalyticsGoogleAnalyticsConfigAtom };
11
11
  //# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoib3JnQW5hbHl0aWNzQ29uZmlnLmQudHMiLCJuYW1lcyI6W10sInNvdXJjZXMiOlsiLi4vLi4vLi4vc3JjL2F0b21zL29yZy9vcmdBbmFseXRpY3NDb25maWcuZC50cyJdLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBPcmdBbmFseXRpY3NBbXBsaXR1ZGVDb25maWcsIE9yZ0FuYWx5dGljc0NvbmZpZywgT3JnQW5hbHl0aWNzQ3VzdG9tZXJTZXJ2aWNlQ29uZmlnLCBPcmdBbmFseXRpY3NHb29nbGVBbmFseXRpY3NDb25maWcgfSBmcm9tICdzcmMvYXBwbGljYXRpb24vbW9kZWxzL2FwaS9vcmdBbmFseXRpY3NDb25maWcnO1xuZXhwb3J0IGRlY2xhcmUgY29uc3Qgb3JnQW5hbHl0aWNzQ29uZmlnQXRvbTogaW1wb3J0KFwiam90YWlcIikuV3JpdGFibGVBdG9tPE9yZ0FuYWx5dGljc0NvbmZpZyB8IHVuZGVmaW5lZCwgW3ZhbHVlOiBPcmdBbmFseXRpY3NDb25maWddLCB2b2lkPjtcbmV4cG9ydCBkZWNsYXJlIGNvbnN0IG9yZ0FuYWx5dGljc0FtcGxpdHVkZUNvbmZpZ0F0b206IGltcG9ydChcImpvdGFpXCIpLkF0b208T3JnQW5hbHl0aWNzQW1wbGl0dWRlQ29uZmlnIHwgdW5kZWZpbmVkPjtcbmV4cG9ydCBkZWNsYXJlIGNvbnN0IG9yZ0FuYWx5dGljc0N1c3RvbWVyU2VydmljZUNvbmZpZ0F0b206IGltcG9ydChcImpvdGFpXCIpLkF0b208T3JnQW5hbHl0aWNzQ3VzdG9tZXJTZXJ2aWNlQ29uZmlnIHwgdW5kZWZpbmVkPjtcbmV4cG9ydCBkZWNsYXJlIGNvbnN0IG9yZ0FuYWx5dGljc0dvb2dsZUFuYWx5dGljc0NvbmZpZ0F0b206IGltcG9ydChcImpvdGFpXCIpLkF0b208T3JnQW5hbHl0aWNzR29vZ2xlQW5hbHl0aWNzQ29uZmlnIHwgdW5kZWZpbmVkPjtcbiJdLCJtYXBwaW5ncyI6Ijs7OztBQUVBLElBQVcseUJBQXlCO0NBQUM7T0FBVztPQUEwQjtPQUEwQixRQUFRO0NBQU87QUFDbkgsSUFBVyxrQ0FBa0M7Q0FBQztPQUFXO09BQW1DLFFBQVE7Q0FBSztBQUN6RyxJQUFXLHdDQUF3QztDQUFDO09BQVc7T0FBeUMsUUFBUTtDQUFLIn0=
@@ -1,17 +1,17 @@
1
1
  const require_rolldown_runtime = require('../../_virtual/rolldown_runtime.cjs');
2
2
  const require_message = require('../../application/models/message.cjs');
3
3
  require('../../application/models/index.cjs');
4
- const require_newOrgConfigAtom = require('../org/newOrgConfigAtom.cjs');
5
4
  const require_atoms_chat_chatState = require('../chat/chatState.cjs');
6
5
  const require_messageQueue = require('../chat/messageQueue.cjs');
7
6
  require('../chat/index.cjs');
7
+ const require_newOrgConfigAtom = require('../org/newOrgConfigAtom.cjs');
8
8
  require('../org/index.cjs');
9
9
  const require_productFilters = require('./productFilters.cjs');
10
10
  const require_atoms_search_types = require('./types.cjs');
11
11
  const require_productSorter = require('./productSorter.cjs');
12
12
  let __spiffy_ai_commerce_api_client = require("@spiffy-ai/commerce-api-client");
13
- let uuid = require("uuid");
14
13
  let jotai = require("jotai");
14
+ let uuid = require("uuid");
15
15
 
16
16
  //#region src/atoms/search/chatSearch.ts
17
17
  const chatSearchStateAtom = (0, jotai.atom)("entrypoint");
@@ -1,16 +1,16 @@
1
1
  import { ProductResponseAttributes } from "../../application/models/api/response.cjs";
2
2
  import { Message } from "../../application/models/message.cjs";
3
3
  import { ChatSearchFilter, ChatSearchStateType, ProductSorting } from "./types.cjs";
4
- import * as jotai67 from "jotai";
4
+ import * as jotai63 from "jotai";
5
5
 
6
6
  //#region src/atoms/search/chatSearch.d.ts
7
- declare const chatSearchStateAtom: jotai67.PrimitiveAtom<ChatSearchStateType> & {
7
+ declare const chatSearchStateAtom: jotai63.PrimitiveAtom<ChatSearchStateType> & {
8
8
  init: ChatSearchStateType;
9
9
  };
10
- declare const chatSearchHasProductsAtom: jotai67.PrimitiveAtom<boolean> & {
10
+ declare const chatSearchHasProductsAtom: jotai63.PrimitiveAtom<boolean> & {
11
11
  init: boolean;
12
12
  };
13
- declare const chatSearchProductSortingAtom: jotai67.PrimitiveAtom<ProductSorting> & {
13
+ declare const chatSearchProductSortingAtom: jotai63.PrimitiveAtom<ProductSorting> & {
14
14
  init: ProductSorting;
15
15
  };
16
16
  type ChatSearchTurn = {
@@ -21,7 +21,7 @@ type ChatSearchTurn = {
21
21
  filterList: string[];
22
22
  messages: Message[];
23
23
  };
24
- declare const chatSearchIsLoadingAtom: jotai67.PrimitiveAtom<boolean> & {
24
+ declare const chatSearchIsLoadingAtom: jotai63.PrimitiveAtom<boolean> & {
25
25
  init: boolean;
26
26
  };
27
27
  type SelectedChatSearchFilterOption = {
@@ -30,21 +30,21 @@ type SelectedChatSearchFilterOption = {
30
30
  filterId: string;
31
31
  filterItemId: string;
32
32
  };
33
- declare const selectedFilterOptionsAtom: jotai67.PrimitiveAtom<SelectedChatSearchFilterOption[]> & {
33
+ declare const selectedFilterOptionsAtom: jotai63.PrimitiveAtom<SelectedChatSearchFilterOption[]> & {
34
34
  init: SelectedChatSearchFilterOption[];
35
35
  };
36
- declare const additiveDynamicFiltersAtom: jotai67.Atom<boolean>;
36
+ declare const additiveDynamicFiltersAtom: jotai63.Atom<boolean>;
37
37
  declare const createChatSearchFilterOption: (filterId: string, filterItemId: string, displayName: string) => SelectedChatSearchFilterOption;
38
- declare const chatSearchParamsAtom: jotai67.WritableAtom<{
38
+ declare const chatSearchParamsAtom: jotai63.WritableAtom<{
39
39
  id: string | null;
40
40
  query: string | null;
41
41
  }, [value: {
42
42
  id: string | null;
43
43
  query: string | null;
44
44
  }], void>;
45
- declare const chatSearchQueryAtom: jotai67.WritableAtom<string | null, [value: string | null], void>;
46
- declare const chatSearchIdAtom: jotai67.WritableAtom<string | null, [value: string | null], void>;
47
- declare const ChatSearchTurnAtom: jotai67.Atom<{
45
+ declare const chatSearchQueryAtom: jotai63.WritableAtom<string | null, [value: string | null], void>;
46
+ declare const chatSearchIdAtom: jotai63.WritableAtom<string | null, [value: string | null], void>;
47
+ declare const ChatSearchTurnAtom: jotai63.Atom<{
48
48
  productList: {
49
49
  averageRating?: number | undefined;
50
50
  colors?: string[] | undefined;
@@ -74,7 +74,7 @@ declare const ChatSearchTurnAtom: jotai67.Atom<{
74
74
  filterList: string[];
75
75
  messages: Message[];
76
76
  } | null>;
77
- declare const chatSearchProducts: jotai67.Atom<{
77
+ declare const chatSearchProducts: jotai63.Atom<{
78
78
  averageRating?: number | undefined;
79
79
  colors?: string[] | undefined;
80
80
  description?: string | undefined;
@@ -97,19 +97,19 @@ declare const chatSearchProducts: jotai67.Atom<{
97
97
  title: string;
98
98
  url: string;
99
99
  }[]>;
100
- declare const chatSearchFiltersAtom: jotai67.Atom<ChatSearchFilter[]>;
100
+ declare const chatSearchFiltersAtom: jotai63.Atom<ChatSearchFilter[]>;
101
101
  declare const setSearchParams: (query: string) => void;
102
- declare const getSearchParamsAtom: jotai67.Atom<{
102
+ declare const getSearchParamsAtom: jotai63.Atom<{
103
103
  es: string | null;
104
104
  esq: string | null;
105
105
  }>;
106
- declare const initiateChatSearchAtom: jotai67.WritableAtom<null, [query: string], void> & {
106
+ declare const initiateChatSearchAtom: jotai63.WritableAtom<null, [query: string], void> & {
107
107
  init: null;
108
108
  };
109
- declare const handleSearchResultsAtom: jotai67.WritableAtom<null, [message: Message | undefined], void> & {
109
+ declare const handleSearchResultsAtom: jotai63.WritableAtom<null, [message: Message | undefined], void> & {
110
110
  init: null;
111
111
  };
112
- declare const setChatSearchParamsAtom: jotai67.WritableAtom<null, [query: string], void> & {
112
+ declare const setChatSearchParamsAtom: jotai63.WritableAtom<null, [query: string], void> & {
113
113
  init: null;
114
114
  };
115
115
  //#endregion
@@ -1,16 +1,16 @@
1
1
  import { ProductResponseAttributes } from "../../application/models/api/response.js";
2
2
  import { Message } from "../../application/models/message.js";
3
3
  import { ChatSearchFilter, ChatSearchStateType, ProductSorting } from "./types.js";
4
- import * as jotai62 from "jotai";
4
+ import * as jotai59 from "jotai";
5
5
 
6
6
  //#region src/atoms/search/chatSearch.d.ts
7
- declare const chatSearchStateAtom: jotai62.PrimitiveAtom<ChatSearchStateType> & {
7
+ declare const chatSearchStateAtom: jotai59.PrimitiveAtom<ChatSearchStateType> & {
8
8
  init: ChatSearchStateType;
9
9
  };
10
- declare const chatSearchHasProductsAtom: jotai62.PrimitiveAtom<boolean> & {
10
+ declare const chatSearchHasProductsAtom: jotai59.PrimitiveAtom<boolean> & {
11
11
  init: boolean;
12
12
  };
13
- declare const chatSearchProductSortingAtom: jotai62.PrimitiveAtom<ProductSorting> & {
13
+ declare const chatSearchProductSortingAtom: jotai59.PrimitiveAtom<ProductSorting> & {
14
14
  init: ProductSorting;
15
15
  };
16
16
  type ChatSearchTurn = {
@@ -21,7 +21,7 @@ type ChatSearchTurn = {
21
21
  filterList: string[];
22
22
  messages: Message[];
23
23
  };
24
- declare const chatSearchIsLoadingAtom: jotai62.PrimitiveAtom<boolean> & {
24
+ declare const chatSearchIsLoadingAtom: jotai59.PrimitiveAtom<boolean> & {
25
25
  init: boolean;
26
26
  };
27
27
  type SelectedChatSearchFilterOption = {
@@ -30,21 +30,21 @@ type SelectedChatSearchFilterOption = {
30
30
  filterId: string;
31
31
  filterItemId: string;
32
32
  };
33
- declare const selectedFilterOptionsAtom: jotai62.PrimitiveAtom<SelectedChatSearchFilterOption[]> & {
33
+ declare const selectedFilterOptionsAtom: jotai59.PrimitiveAtom<SelectedChatSearchFilterOption[]> & {
34
34
  init: SelectedChatSearchFilterOption[];
35
35
  };
36
- declare const additiveDynamicFiltersAtom: jotai62.Atom<boolean>;
36
+ declare const additiveDynamicFiltersAtom: jotai59.Atom<boolean>;
37
37
  declare const createChatSearchFilterOption: (filterId: string, filterItemId: string, displayName: string) => SelectedChatSearchFilterOption;
38
- declare const chatSearchParamsAtom: jotai62.WritableAtom<{
38
+ declare const chatSearchParamsAtom: jotai59.WritableAtom<{
39
39
  id: string | null;
40
40
  query: string | null;
41
41
  }, [value: {
42
42
  id: string | null;
43
43
  query: string | null;
44
44
  }], void>;
45
- declare const chatSearchQueryAtom: jotai62.WritableAtom<string | null, [value: string | null], void>;
46
- declare const chatSearchIdAtom: jotai62.WritableAtom<string | null, [value: string | null], void>;
47
- declare const ChatSearchTurnAtom: jotai62.Atom<{
45
+ declare const chatSearchQueryAtom: jotai59.WritableAtom<string | null, [value: string | null], void>;
46
+ declare const chatSearchIdAtom: jotai59.WritableAtom<string | null, [value: string | null], void>;
47
+ declare const ChatSearchTurnAtom: jotai59.Atom<{
48
48
  productList: {
49
49
  averageRating?: number | undefined;
50
50
  colors?: string[] | undefined;
@@ -74,7 +74,7 @@ declare const ChatSearchTurnAtom: jotai62.Atom<{
74
74
  filterList: string[];
75
75
  messages: Message[];
76
76
  } | null>;
77
- declare const chatSearchProducts: jotai62.Atom<{
77
+ declare const chatSearchProducts: jotai59.Atom<{
78
78
  averageRating?: number | undefined;
79
79
  colors?: string[] | undefined;
80
80
  description?: string | undefined;
@@ -97,19 +97,19 @@ declare const chatSearchProducts: jotai62.Atom<{
97
97
  title: string;
98
98
  url: string;
99
99
  }[]>;
100
- declare const chatSearchFiltersAtom: jotai62.Atom<ChatSearchFilter[]>;
100
+ declare const chatSearchFiltersAtom: jotai59.Atom<ChatSearchFilter[]>;
101
101
  declare const setSearchParams: (query: string) => void;
102
- declare const getSearchParamsAtom: jotai62.Atom<{
102
+ declare const getSearchParamsAtom: jotai59.Atom<{
103
103
  es: string | null;
104
104
  esq: string | null;
105
105
  }>;
106
- declare const initiateChatSearchAtom: jotai62.WritableAtom<null, [query: string], void> & {
106
+ declare const initiateChatSearchAtom: jotai59.WritableAtom<null, [query: string], void> & {
107
107
  init: null;
108
108
  };
109
- declare const handleSearchResultsAtom: jotai62.WritableAtom<null, [message: Message | undefined], void> & {
109
+ declare const handleSearchResultsAtom: jotai59.WritableAtom<null, [message: Message | undefined], void> & {
110
110
  init: null;
111
111
  };
112
- declare const setChatSearchParamsAtom: jotai62.WritableAtom<null, [query: string], void> & {
112
+ declare const setChatSearchParamsAtom: jotai59.WritableAtom<null, [query: string], void> & {
113
113
  init: null;
114
114
  };
115
115
  //#endregion
@@ -1,16 +1,16 @@
1
1
  import { MessageRole, MessageType } from "../../application/models/message.js";
2
2
  import "../../application/models/index.js";
3
- import { newOrgConfigAtom } from "../org/newOrgConfigAtom.js";
4
3
  import { messagesAtom, replyEventCategoryAtom, userHasRepliedAtom, userQueryAtom } from "../chat/chatState.js";
5
4
  import { queueUserEventAtom } from "../chat/messageQueue.js";
6
5
  import "../chat/index.js";
6
+ import { newOrgConfigAtom } from "../org/newOrgConfigAtom.js";
7
7
  import "../org/index.js";
8
8
  import { ProductFilters } from "./productFilters.js";
9
9
  import { ProductSorting } from "./types.js";
10
10
  import { ProductSorter } from "./productSorter.js";
11
11
  import { UserEventCategory } from "@spiffy-ai/commerce-api-client";
12
- import { v4 } from "uuid";
13
12
  import { atom } from "jotai";
13
+ import { v4 } from "uuid";
14
14
 
15
15
  //#region src/atoms/search/chatSearch.ts
16
16
  const chatSearchStateAtom = atom("entrypoint");
@@ -1,10 +1,10 @@
1
1
  const require_rolldown_runtime = require('../../_virtual/rolldown_runtime.cjs');
2
2
  const require_newOrgConfigAtom = require('../org/newOrgConfigAtom.cjs');
3
- const require_searchServiceAdapter = require('./searchServiceAdapter.cjs');
4
3
  require('../org/index.cjs');
5
4
  const require_productFilters = require('./productFilters.cjs');
6
5
  const require_atoms_search_types = require('./types.cjs');
7
6
  const require_productSorter = require('./productSorter.cjs');
7
+ const require_searchServiceAdapter = require('./searchServiceAdapter.cjs');
8
8
  let jotai = require("jotai");
9
9
 
10
10
  //#region src/atoms/search/searchAPI.ts