@envive-ai/react-hooks 0.3.15-beta.1 → 0.3.16

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 (119) hide show
  1. package/dist/application/commerce-api.cjs +38 -1
  2. package/dist/application/commerce-api.d.cts +13 -2
  3. package/dist/application/commerce-api.d.ts +13 -2
  4. package/dist/application/commerce-api.js +39 -2
  5. package/dist/application/models/guards/api/isApiQueryTypedEventAttributes.cjs +2 -2
  6. package/dist/application/models/guards/api/isApiQueryTypedEventAttributes.js +2 -2
  7. package/dist/application/models/index.d.cts +10 -10
  8. package/dist/application/models/index.d.ts +10 -10
  9. package/dist/application/models/variantInfo/variantInfo.cjs +1 -1
  10. package/dist/application/models/variantInfo/variantInfo.d.cts +2 -2
  11. package/dist/application/models/variantInfo/variantInfo.d.ts +2 -2
  12. package/dist/application/models/variantInfo/variantInfo.js +1 -1
  13. package/dist/application/utils/productRetrievalResponseToProductRetrievalResult.cjs +18 -0
  14. package/dist/application/utils/productRetrievalResponseToProductRetrievalResult.js +18 -0
  15. package/dist/atoms/app/index.d.cts +7 -7
  16. package/dist/atoms/app/index.d.ts +6 -6
  17. package/dist/atoms/app/variant.cjs +5 -1
  18. package/dist/atoms/app/variant.d.cts +1 -1
  19. package/dist/atoms/app/variant.d.ts +1 -1
  20. package/dist/atoms/app/variant.js +5 -1
  21. package/dist/atoms/chat/chatState.d.cts +17 -17
  22. package/dist/atoms/chat/chatState.d.ts +18 -18
  23. package/dist/atoms/chat/form.d.cts +2 -2
  24. package/dist/atoms/chat/index.cjs +1 -1
  25. package/dist/atoms/chat/index.d.cts +2 -2
  26. package/dist/atoms/chat/index.js +1 -1
  27. package/dist/atoms/chat/lastMessage.d.ts +2 -2
  28. package/dist/atoms/chat/performanceMetrics.d.cts +6 -6
  29. package/dist/atoms/chat/replies.d.cts +3 -3
  30. package/dist/atoms/chat/replies.d.ts +3 -3
  31. package/dist/atoms/chat/suggestions.d.cts +2 -2
  32. package/dist/atoms/chat/suggestions.d.ts +2 -2
  33. package/dist/atoms/envive/enviveConfig.d.cts +12 -12
  34. package/dist/atoms/envive/enviveConfig.d.ts +13 -13
  35. package/dist/atoms/globalSearch/globalSearch.d.cts +5 -5
  36. package/dist/atoms/globalSearch/globalSearch.d.ts +5 -5
  37. package/dist/atoms/org/customerService.d.cts +6 -6
  38. package/dist/atoms/org/customerService.d.ts +6 -6
  39. package/dist/atoms/org/graphqlConfig.d.cts +4 -4
  40. package/dist/atoms/org/graphqlConfig.d.ts +4 -4
  41. package/dist/atoms/org/index.cjs +1 -1
  42. package/dist/atoms/org/index.js +1 -1
  43. package/dist/atoms/org/newOrgConfigAtom.d.cts +2 -2
  44. package/dist/atoms/org/newOrgConfigAtom.d.ts +2 -2
  45. package/dist/atoms/org/orgAnalyticsConfig.d.cts +5 -5
  46. package/dist/atoms/org/orgAnalyticsConfig.d.ts +5 -5
  47. package/dist/atoms/search/chatSearch.cjs +1 -1
  48. package/dist/atoms/search/chatSearch.d.cts +18 -18
  49. package/dist/atoms/search/chatSearch.d.ts +1 -1
  50. package/dist/atoms/search/chatSearch.js +1 -1
  51. package/dist/atoms/search/searchAPI.cjs +1 -1
  52. package/dist/atoms/search/searchAPI.d.cts +14 -14
  53. package/dist/atoms/search/searchAPI.d.ts +14 -14
  54. package/dist/atoms/search/searchAPI.js +1 -1
  55. package/dist/atoms/widget/chatPreviewLoading.d.cts +2 -2
  56. package/dist/atoms/widget/chatPreviewLoading.d.ts +2 -2
  57. package/dist/contexts/enviveContext/types.d.cts +1 -1
  58. package/dist/contexts/enviveContext/types.d.ts +1 -1
  59. package/dist/contexts/graphqlContext/graphqlContext.d.cts +1 -1
  60. package/dist/contexts/graphqlContext/graphqlContext.d.ts +1 -1
  61. package/dist/contexts/graphqlContext/mockV3Config.cjs +2 -3
  62. package/dist/contexts/graphqlContext/mockV3Config.js +2 -3
  63. package/dist/contexts/newOrgConfigContext/newOrgConfigContext.cjs +1 -1
  64. package/dist/contexts/newOrgConfigContext/newOrgConfigContext.js +1 -1
  65. package/dist/contexts/salesAgentContext/chatAPI.cjs +7 -6
  66. package/dist/contexts/salesAgentContext/chatAPI.d.cts +3 -2
  67. package/dist/contexts/salesAgentContext/chatAPI.d.ts +3 -2
  68. package/dist/contexts/salesAgentContext/chatAPI.js +7 -6
  69. package/dist/contexts/salesAgentContext/salesAgentContext.cjs +20 -7
  70. package/dist/contexts/salesAgentContext/salesAgentContext.d.cts +3 -2
  71. package/dist/contexts/salesAgentContext/salesAgentContext.d.ts +3 -2
  72. package/dist/contexts/salesAgentContext/salesAgentContext.js +21 -8
  73. package/dist/contexts/salesAgentContext/salesAgentService.cjs +9 -4
  74. package/dist/contexts/salesAgentContext/salesAgentService.js +9 -4
  75. package/dist/contexts/searchContext/searchContext.cjs +1 -1
  76. package/dist/contexts/searchContext/searchContext.js +1 -1
  77. package/dist/contexts/types.d.cts +1 -1
  78. package/dist/contexts/types.d.ts +1 -1
  79. package/dist/contexts/typesV3.cjs +1 -1
  80. package/dist/contexts/typesV3.d.cts +1 -10
  81. package/dist/contexts/typesV3.d.ts +1 -10
  82. package/dist/contexts/typesV3.js +1 -1
  83. package/dist/hooks/ChatToggle/useChatToggle.cjs +1 -1
  84. package/dist/hooks/ChatToggle/useChatToggle.js +1 -1
  85. package/dist/hooks/ProductImageUrl/index.cjs +3 -0
  86. package/dist/hooks/ProductImageUrl/index.d.cts +2 -0
  87. package/dist/hooks/ProductImageUrl/index.d.ts +2 -0
  88. package/dist/hooks/ProductImageUrl/index.js +3 -0
  89. package/dist/hooks/ProductImageUrl/useProductImageUrl.cjs +33 -0
  90. package/dist/hooks/ProductImageUrl/useProductImageUrl.d.cts +9 -0
  91. package/dist/hooks/ProductImageUrl/useProductImageUrl.d.ts +9 -0
  92. package/dist/hooks/ProductImageUrl/useProductImageUrl.js +32 -0
  93. package/dist/hooks/Search/useSearch.cjs +3 -3
  94. package/dist/hooks/Search/useSearch.d.cts +1 -1
  95. package/dist/hooks/Search/useSearch.d.ts +1 -1
  96. package/dist/hooks/Search/useSearch.js +3 -3
  97. package/dist/hooks/WidgetInteraction/types.cjs +2 -1
  98. package/dist/hooks/WidgetInteraction/types.d.cts +2 -1
  99. package/dist/hooks/WidgetInteraction/types.d.ts +2 -1
  100. package/dist/hooks/WidgetInteraction/types.js +2 -1
  101. package/dist/hooks/utils.d.cts +1 -1
  102. package/dist/hooks/utils.d.ts +1 -1
  103. package/dist/services/ga4ProjectionService/ga4EventSchema.cjs +2 -1
  104. package/dist/services/ga4ProjectionService/ga4EventSchema.js +2 -1
  105. package/package.json +5 -1
  106. package/src/application/commerce-api.ts +51 -0
  107. package/src/application/models/guards/api/isApiQueryTypedEventAttributes.ts +1 -6
  108. package/src/application/models/variantInfo/variantInfo.ts +1 -1
  109. package/src/application/utils/productRetrievalResponseToProductRetrievalResult.ts +21 -0
  110. package/src/atoms/app/variant.ts +8 -2
  111. package/src/contexts/graphqlContext/mockV3Config.ts +0 -3
  112. package/src/contexts/salesAgentContext/chatAPI.ts +4 -3
  113. package/src/contexts/salesAgentContext/salesAgentContext.tsx +32 -16
  114. package/src/contexts/salesAgentContext/salesAgentService.ts +22 -14
  115. package/src/contexts/typesV3.ts +0 -10
  116. package/src/hooks/ProductImageUrl/index.ts +1 -0
  117. package/src/hooks/ProductImageUrl/useProductImageUrl.ts +35 -0
  118. package/src/hooks/WidgetInteraction/types.ts +1 -0
  119. package/src/services/ga4ProjectionService/ga4EventSchema.ts +1 -0
@@ -4,56 +4,56 @@ import { Message } from "../../application/models/message.cjs";
4
4
  import { FormSubmittedAttributes, UserEvent } from "../../application/models/api/userEvent.cjs";
5
5
  import { Suggestion } from "../../application/models/api/suggestion.cjs";
6
6
  import { SpiffyMetricsEventName } from "../../services/amplitudeService/eventNames.cjs";
7
- import * as jotai15 from "jotai";
7
+ import * as jotai16 from "jotai";
8
8
  import { UserEventCategory } from "@spiffy-ai/commerce-api-client/dist/models/UserEventCategory";
9
9
 
10
10
  //#region src/atoms/chat/chatState.d.ts
11
- declare const userHasRepliedAtom: jotai15.PrimitiveAtom<boolean> & {
11
+ declare const userHasRepliedAtom: jotai16.PrimitiveAtom<boolean> & {
12
12
  init: boolean;
13
13
  };
14
- declare const replyEventCategoryAtom: jotai15.PrimitiveAtom<UserEventCategory> & {
14
+ declare const replyEventCategoryAtom: jotai16.PrimitiveAtom<UserEventCategory> & {
15
15
  init: UserEventCategory;
16
16
  };
17
- declare const userQueryAtom: jotai15.PrimitiveAtom<string | undefined> & {
17
+ declare const userQueryAtom: jotai16.PrimitiveAtom<string | undefined> & {
18
18
  init: string | undefined;
19
19
  };
20
- declare const suggestionAtom: jotai15.PrimitiveAtom<Suggestion | undefined> & {
20
+ declare const suggestionAtom: jotai16.PrimitiveAtom<Suggestion | undefined> & {
21
21
  init: Suggestion | undefined;
22
22
  };
23
- declare const askQuestionBtnClickedAtom: jotai15.PrimitiveAtom<boolean> & {
23
+ declare const askQuestionBtnClickedAtom: jotai16.PrimitiveAtom<boolean> & {
24
24
  init: boolean;
25
25
  };
26
- declare const messagesAtom: jotai15.PrimitiveAtom<Message[][]> & {
26
+ declare const messagesAtom: jotai16.PrimitiveAtom<Message[][]> & {
27
27
  init: Message[][];
28
28
  };
29
- declare const userEventsAtom: jotai15.PrimitiveAtom<UserEvent[]> & {
29
+ declare const userEventsAtom: jotai16.PrimitiveAtom<UserEvent[]> & {
30
30
  init: UserEvent[];
31
31
  };
32
- declare const suggestionsAtom: jotai15.PrimitiveAtom<Suggestion[]> & {
32
+ declare const suggestionsAtom: jotai16.PrimitiveAtom<Suggestion[]> & {
33
33
  init: Suggestion[];
34
34
  };
35
- declare const suggestionsLoadingAtom: jotai15.PrimitiveAtom<boolean> & {
35
+ declare const suggestionsLoadingAtom: jotai16.PrimitiveAtom<boolean> & {
36
36
  init: boolean;
37
37
  };
38
- declare const responseStreamingAtom: jotai15.PrimitiveAtom<boolean> & {
38
+ declare const responseStreamingAtom: jotai16.PrimitiveAtom<boolean> & {
39
39
  init: boolean;
40
40
  };
41
- declare const pendingResponseAtom: jotai15.PrimitiveAtom<boolean> & {
41
+ declare const pendingResponseAtom: jotai16.PrimitiveAtom<boolean> & {
42
42
  init: boolean;
43
43
  };
44
- declare const initializedAtom: jotai15.PrimitiveAtom<boolean> & {
44
+ declare const initializedAtom: jotai16.PrimitiveAtom<boolean> & {
45
45
  init: boolean;
46
46
  };
47
- declare const chatIsOpenAtom: jotai15.PrimitiveAtom<boolean> & {
47
+ declare const chatIsOpenAtom: jotai16.PrimitiveAtom<boolean> & {
48
48
  init: boolean;
49
49
  };
50
- declare const requestFailureAtom: jotai15.PrimitiveAtom<boolean> & {
50
+ declare const requestFailureAtom: jotai16.PrimitiveAtom<boolean> & {
51
51
  init: boolean;
52
52
  };
53
- declare const formSubmitAtom: jotai15.PrimitiveAtom<FormSubmittedAttributes | undefined> & {
53
+ declare const formSubmitAtom: jotai16.PrimitiveAtom<FormSubmittedAttributes | undefined> & {
54
54
  init: FormSubmittedAttributes | undefined;
55
55
  };
56
- declare const chatOnToggleAtom: jotai15.WritableAtom<null, [triggerLocation?: ChatElementDisplayLocation | ChatElementDisplayLocationV3 | undefined, track?: ((eventName: SpiffyMetricsEventName, eventProps?: Record<string, unknown>) => void) | undefined], void> & {
56
+ declare const chatOnToggleAtom: jotai16.WritableAtom<null, [triggerLocation?: ChatElementDisplayLocation | ChatElementDisplayLocationV3 | undefined, track?: ((eventName: SpiffyMetricsEventName, eventProps?: Record<string, unknown>) => void) | undefined], void> & {
57
57
  init: null;
58
58
  };
59
59
  //#endregion
@@ -4,58 +4,58 @@ import { Message } from "../../application/models/message.js";
4
4
  import { FormSubmittedAttributes, UserEvent } from "../../application/models/api/userEvent.js";
5
5
  import { Suggestion } from "../../application/models/api/suggestion.js";
6
6
  import { SpiffyMetricsEventName } from "../../services/amplitudeService/eventNames.js";
7
- import * as jotai16 from "jotai";
7
+ import * as jotai6 from "jotai";
8
8
  import { UserEventCategory } from "@spiffy-ai/commerce-api-client/dist/models/UserEventCategory";
9
9
 
10
10
  //#region src/atoms/chat/chatState.d.ts
11
- declare const userHasRepliedAtom: jotai16.PrimitiveAtom<boolean> & {
11
+ declare const userHasRepliedAtom: jotai6.PrimitiveAtom<boolean> & {
12
12
  init: boolean;
13
13
  };
14
- declare const replyEventCategoryAtom: jotai16.PrimitiveAtom<UserEventCategory> & {
14
+ declare const replyEventCategoryAtom: jotai6.PrimitiveAtom<UserEventCategory> & {
15
15
  init: UserEventCategory;
16
16
  };
17
- declare const userQueryAtom: jotai16.PrimitiveAtom<string | undefined> & {
17
+ declare const userQueryAtom: jotai6.PrimitiveAtom<string | undefined> & {
18
18
  init: string | undefined;
19
19
  };
20
- declare const suggestionAtom: jotai16.PrimitiveAtom<Suggestion | undefined> & {
20
+ declare const suggestionAtom: jotai6.PrimitiveAtom<Suggestion | undefined> & {
21
21
  init: Suggestion | undefined;
22
22
  };
23
- declare const askQuestionBtnClickedAtom: jotai16.PrimitiveAtom<boolean> & {
23
+ declare const askQuestionBtnClickedAtom: jotai6.PrimitiveAtom<boolean> & {
24
24
  init: boolean;
25
25
  };
26
- declare const messagesAtom: jotai16.PrimitiveAtom<Message[][]> & {
26
+ declare const messagesAtom: jotai6.PrimitiveAtom<Message[][]> & {
27
27
  init: Message[][];
28
28
  };
29
- declare const userEventsAtom: jotai16.PrimitiveAtom<UserEvent[]> & {
29
+ declare const userEventsAtom: jotai6.PrimitiveAtom<UserEvent[]> & {
30
30
  init: UserEvent[];
31
31
  };
32
- declare const suggestionsAtom: jotai16.PrimitiveAtom<Suggestion[]> & {
32
+ declare const suggestionsAtom: jotai6.PrimitiveAtom<Suggestion[]> & {
33
33
  init: Suggestion[];
34
34
  };
35
- declare const suggestionsLoadingAtom: jotai16.PrimitiveAtom<boolean> & {
35
+ declare const suggestionsLoadingAtom: jotai6.PrimitiveAtom<boolean> & {
36
36
  init: boolean;
37
37
  };
38
- declare const responseStreamingAtom: jotai16.PrimitiveAtom<boolean> & {
38
+ declare const responseStreamingAtom: jotai6.PrimitiveAtom<boolean> & {
39
39
  init: boolean;
40
40
  };
41
- declare const pendingResponseAtom: jotai16.PrimitiveAtom<boolean> & {
41
+ declare const pendingResponseAtom: jotai6.PrimitiveAtom<boolean> & {
42
42
  init: boolean;
43
43
  };
44
- declare const initializedAtom: jotai16.PrimitiveAtom<boolean> & {
44
+ declare const initializedAtom: jotai6.PrimitiveAtom<boolean> & {
45
45
  init: boolean;
46
46
  };
47
- declare const chatIsOpenAtom: jotai16.PrimitiveAtom<boolean> & {
47
+ declare const chatIsOpenAtom: jotai6.PrimitiveAtom<boolean> & {
48
48
  init: boolean;
49
49
  };
50
- declare const requestFailureAtom: jotai16.PrimitiveAtom<boolean> & {
50
+ declare const requestFailureAtom: jotai6.PrimitiveAtom<boolean> & {
51
51
  init: boolean;
52
52
  };
53
- declare const formSubmitAtom: jotai16.PrimitiveAtom<FormSubmittedAttributes | undefined> & {
53
+ declare const formSubmitAtom: jotai6.PrimitiveAtom<FormSubmittedAttributes | undefined> & {
54
54
  init: FormSubmittedAttributes | undefined;
55
55
  };
56
- declare const chatOnToggleAtom: jotai16.WritableAtom<null, [triggerLocation?: ChatElementDisplayLocation | ChatElementDisplayLocationV3 | undefined, track?: ((eventName: SpiffyMetricsEventName, eventProps?: Record<string, unknown>) => void) | undefined], void> & {
56
+ declare const chatOnToggleAtom: jotai6.WritableAtom<null, [triggerLocation?: ChatElementDisplayLocation | ChatElementDisplayLocationV3 | undefined, track?: ((eventName: SpiffyMetricsEventName, eventProps?: Record<string, unknown>) => void) | undefined], void> & {
57
57
  init: null;
58
58
  };
59
59
  //#endregion
60
60
  export { askQuestionBtnClickedAtom, chatIsOpenAtom, chatOnToggleAtom, formSubmitAtom, initializedAtom, messagesAtom, pendingResponseAtom, replyEventCategoryAtom, requestFailureAtom, responseStreamingAtom, suggestionAtom, suggestionsAtom, suggestionsLoadingAtom, userEventsAtom, userHasRepliedAtom, userQueryAtom };
61
- //# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY2hhdFN0YXRlLmQudHMiLCJuYW1lcyI6W10sInNvdXJjZXMiOlsiLi4vLi4vLi4vc3JjL2F0b21zL2NoYXQvY2hhdFN0YXRlLmQudHMiXSwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgVXNlckV2ZW50Q2F0ZWdvcnkgfSBmcm9tICdAc3BpZmZ5LWFpL2NvbW1lcmNlLWFwaS1jbGllbnQvZGlzdC9tb2RlbHMvVXNlckV2ZW50Q2F0ZWdvcnknO1xuaW1wb3J0IHsgU3BpZmZ5TWV0cmljc0V2ZW50TmFtZSB9IGZyb20gJ3NyYy9zZXJ2aWNlcy9hbXBsaXR1ZGVTZXJ2aWNlL2FtcGxpdHVkZVNlcnZpY2UnO1xuaW1wb3J0IHsgQ2hhdEVsZW1lbnREaXNwbGF5TG9jYXRpb25WMywgRm9ybVN1Ym1pdHRlZEF0dHJpYnV0ZXMsIE1lc3NhZ2UsIFN1Z2dlc3Rpb24sIFVzZXJFdmVudCB9IGZyb20gJ3NyYy9hcHBsaWNhdGlvbi9tb2RlbHMnO1xuaW1wb3J0IHsgQ2hhdEVsZW1lbnREaXNwbGF5TG9jYXRpb24gfSBmcm9tICdzcmMvYXBwbGljYXRpb24vbW9kZWxzL2NoYXRFbGVtZW50RGlzcGxheUxvY2F0aW9uJztcbmV4cG9ydCBkZWNsYXJlIGNvbnN0IHVzZXJIYXNSZXBsaWVkQXRvbTogaW1wb3J0KFwiam90YWlcIikuUHJpbWl0aXZlQXRvbTxib29sZWFuPiAmIHtcbiAgICBpbml0OiBib29sZWFuO1xufTtcbmV4cG9ydCBkZWNsYXJlIGNvbnN0IHJlcGx5RXZlbnRDYXRlZ29yeUF0b206IGltcG9ydChcImpvdGFpXCIpLlByaW1pdGl2ZUF0b208VXNlckV2ZW50Q2F0ZWdvcnk+ICYge1xuICAgIGluaXQ6IFVzZXJFdmVudENhdGVnb3J5O1xufTtcbmV4cG9ydCBkZWNsYXJlIGNvbnN0IHVzZXJRdWVyeUF0b206IGltcG9ydChcImpvdGFpXCIpLlByaW1pdGl2ZUF0b208c3RyaW5nIHwgdW5kZWZpbmVkPiAmIHtcbiAgICBpbml0OiBzdHJpbmcgfCB1bmRlZmluZWQ7XG59O1xuZXhwb3J0IGRlY2xhcmUgY29uc3Qgc3VnZ2VzdGlvbkF0b206IGltcG9ydChcImpvdGFpXCIpLlByaW1pdGl2ZUF0b208U3VnZ2VzdGlvbiB8IHVuZGVmaW5lZD4gJiB7XG4gICAgaW5pdDogU3VnZ2VzdGlvbiB8IHVuZGVmaW5lZDtcbn07XG5leHBvcnQgZGVjbGFyZSBjb25zdCBhc2tRdWVzdGlvbkJ0bkNsaWNrZWRBdG9tOiBpbXBvcnQoXCJqb3RhaVwiKS5QcmltaXRpdmVBdG9tPGJvb2xlYW4+ICYge1xuICAgIGluaXQ6IGJvb2xlYW47XG59O1xuZXhwb3J0IGRlY2xhcmUgY29uc3QgbWVzc2FnZXNBdG9tOiBpbXBvcnQoXCJqb3RhaVwiKS5QcmltaXRpdmVBdG9tPE1lc3NhZ2VbXVtdPiAmIHtcbiAgICBpbml0OiBNZXNzYWdlW11bXTtcbn07XG5leHBvcnQgZGVjbGFyZSBjb25zdCB1c2VyRXZlbnRzQXRvbTogaW1wb3J0KFwiam90YWlcIikuUHJpbWl0aXZlQXRvbTxVc2VyRXZlbnRbXT4gJiB7XG4gICAgaW5pdDogVXNlckV2ZW50W107XG59O1xuZXhwb3J0IGRlY2xhcmUgY29uc3Qgc3VnZ2VzdGlvbnNBdG9tOiBpbXBvcnQoXCJqb3RhaVwiKS5QcmltaXRpdmVBdG9tPFN1Z2dlc3Rpb25bXT4gJiB7XG4gICAgaW5pdDogU3VnZ2VzdGlvbltdO1xufTtcbmV4cG9ydCBkZWNsYXJlIGNvbnN0IHN1Z2dlc3Rpb25zTG9hZGluZ0F0b206IGltcG9ydChcImpvdGFpXCIpLlByaW1pdGl2ZUF0b208Ym9vbGVhbj4gJiB7XG4gICAgaW5pdDogYm9vbGVhbjtcbn07XG5leHBvcnQgZGVjbGFyZSBjb25zdCByZXNwb25zZVN0cmVhbWluZ0F0b206IGltcG9ydChcImpvdGFpXCIpLlByaW1pdGl2ZUF0b208Ym9vbGVhbj4gJiB7XG4gICAgaW5pdDogYm9vbGVhbjtcbn07XG5leHBvcnQgZGVjbGFyZSBjb25zdCBwZW5kaW5nUmVzcG9uc2VBdG9tOiBpbXBvcnQoXCJqb3RhaVwiKS5QcmltaXRpdmVBdG9tPGJvb2xlYW4+ICYge1xuICAgIGluaXQ6IGJvb2xlYW47XG59O1xuZXhwb3J0IGRlY2xhcmUgY29uc3QgaW5pdGlhbGl6ZWRBdG9tOiBpbXBvcnQoXCJqb3RhaVwiKS5QcmltaXRpdmVBdG9tPGJvb2xlYW4+ICYge1xuICAgIGluaXQ6IGJvb2xlYW47XG59O1xuZXhwb3J0IGRlY2xhcmUgY29uc3QgY2hhdElzT3BlbkF0b206IGltcG9ydChcImpvdGFpXCIpLlByaW1pdGl2ZUF0b208Ym9vbGVhbj4gJiB7XG4gICAgaW5pdDogYm9vbGVhbjtcbn07XG5leHBvcnQgZGVjbGFyZSBjb25zdCByZXF1ZXN0RmFpbHVyZUF0b206IGltcG9ydChcImpvdGFpXCIpLlByaW1pdGl2ZUF0b208Ym9vbGVhbj4gJiB7XG4gICAgaW5pdDogYm9vbGVhbjtcbn07XG5leHBvcnQgZGVjbGFyZSBjb25zdCBmb3JtU3VibWl0QXRvbTogaW1wb3J0KFwiam90YWlcIikuUHJpbWl0aXZlQXRvbTxGb3JtU3VibWl0dGVkQXR0cmlidXRlcyB8IHVuZGVmaW5lZD4gJiB7XG4gICAgaW5pdDogRm9ybVN1Ym1pdHRlZEF0dHJpYnV0ZXMgfCB1bmRlZmluZWQ7XG59O1xuZXhwb3J0IGRlY2xhcmUgY29uc3QgY2hhdE9uVG9nZ2xlQXRvbTogaW1wb3J0KFwiam90YWlcIikuV3JpdGFibGVBdG9tPG51bGwsIFt0cmlnZ2VyTG9jYXRpb24/OiBDaGF0RWxlbWVudERpc3BsYXlMb2NhdGlvbiB8IENoYXRFbGVtZW50RGlzcGxheUxvY2F0aW9uVjMgfCB1bmRlZmluZWQsIHRyYWNrPzogKChldmVudE5hbWU6IFNwaWZmeU1ldHJpY3NFdmVudE5hbWUsIGV2ZW50UHJvcHM/OiBSZWNvcmQ8c3RyaW5nLCB1bmtub3duPikgPT4gdm9pZCkgfCB1bmRlZmluZWRdLCB2b2lkPiAmIHtcbiAgICBpbml0OiBudWxsO1xufTtcbiJdLCJtYXBwaW5ncyI6Ijs7Ozs7Ozs7OztBQUtBLElBQVcscUJBQU0sQ0FBQSxXQUFBLFFBQUEsY0FBQTtBQUNqQixJQUFDLHlCQUFBO0NBQUE7T0FBQTtPQUFBLFFBQUE7T0FBQTtDQUFBO0FBQ0QsSUFBVyxnQkFBZ0IsQ0FBQyxXQUFXLFFBQVEsY0FBYztBQUM3RCxJQUFXLGlCQUFnQjtDQUFBO09BQUE7T0FBQSxRQUFBO09BQUE7Q0FBQTtBQUMzQixJQUFDLDRCQUFBLENBQUEsV0FBQSxRQUFBLGNBQUE7QUFDRCxJQUFXLGVBQWU7Q0FBQztPQUFXO09BQWUsUUFBUTtPQUFxQjtDQUFNO0FBQ3hGLElBQVcsaUJBQWlCO0NBQUE7T0FBQTtPQUFBLFFBQUE7T0FBQTtDQUFBO0FBQzVCLElBQUMsa0JBQUE7Q0FBQTtPQUFBO09BQUEsUUFBQTtPQUFBO0NBQUE7QUFDRCxJQUFXLHlCQUF5QixDQUFDLFdBQVcsUUFBUSxjQUFjO0FBQ3RFLElBQVcsd0JBQXFCLENBQUEsV0FBQSxRQUFBLGNBQUE7QUFDaEMsSUFBQyxzQkFBQSxDQUFBLFdBQUEsUUFBQSxjQUFBO0FBQ0QsSUFBVyxrQkFBa0IsQ0FBQyxXQUFXLFFBQVEsY0FBYztBQUMvRCxJQUFXLGlCQUFNLENBQUEsV0FBQSxRQUFBLGNBQUE7QUFDakIsSUFBQyxxQkFBQSxDQUFBLFdBQUEsUUFBQSxjQUFBO0FBQ0QsSUFBVyxpQkFBaUI7Q0FBQztPQUFXO09BQStCLFFBQVE7T0FBQztDQUFBO0FBQ2hGLElBQVcsbUJBQVU7Q0FBQTtPQUFBO09BQUE7T0FBQTtPQUFBO09BQUEsUUFBQTtDQUFBIn0=
61
+ //# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY2hhdFN0YXRlLmQudHMiLCJuYW1lcyI6W10sInNvdXJjZXMiOlsiLi4vLi4vLi4vc3JjL2F0b21zL2NoYXQvY2hhdFN0YXRlLmQudHMiXSwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgVXNlckV2ZW50Q2F0ZWdvcnkgfSBmcm9tICdAc3BpZmZ5LWFpL2NvbW1lcmNlLWFwaS1jbGllbnQvZGlzdC9tb2RlbHMvVXNlckV2ZW50Q2F0ZWdvcnknO1xuaW1wb3J0IHsgU3BpZmZ5TWV0cmljc0V2ZW50TmFtZSB9IGZyb20gJ3NyYy9zZXJ2aWNlcy9hbXBsaXR1ZGVTZXJ2aWNlL2FtcGxpdHVkZVNlcnZpY2UnO1xuaW1wb3J0IHsgQ2hhdEVsZW1lbnREaXNwbGF5TG9jYXRpb25WMywgRm9ybVN1Ym1pdHRlZEF0dHJpYnV0ZXMsIE1lc3NhZ2UsIFN1Z2dlc3Rpb24sIFVzZXJFdmVudCB9IGZyb20gJ3NyYy9hcHBsaWNhdGlvbi9tb2RlbHMnO1xuaW1wb3J0IHsgQ2hhdEVsZW1lbnREaXNwbGF5TG9jYXRpb24gfSBmcm9tICdzcmMvYXBwbGljYXRpb24vbW9kZWxzL2NoYXRFbGVtZW50RGlzcGxheUxvY2F0aW9uJztcbmV4cG9ydCBkZWNsYXJlIGNvbnN0IHVzZXJIYXNSZXBsaWVkQXRvbTogaW1wb3J0KFwiam90YWlcIikuUHJpbWl0aXZlQXRvbTxib29sZWFuPiAmIHtcbiAgICBpbml0OiBib29sZWFuO1xufTtcbmV4cG9ydCBkZWNsYXJlIGNvbnN0IHJlcGx5RXZlbnRDYXRlZ29yeUF0b206IGltcG9ydChcImpvdGFpXCIpLlByaW1pdGl2ZUF0b208VXNlckV2ZW50Q2F0ZWdvcnk+ICYge1xuICAgIGluaXQ6IFVzZXJFdmVudENhdGVnb3J5O1xufTtcbmV4cG9ydCBkZWNsYXJlIGNvbnN0IHVzZXJRdWVyeUF0b206IGltcG9ydChcImpvdGFpXCIpLlByaW1pdGl2ZUF0b208c3RyaW5nIHwgdW5kZWZpbmVkPiAmIHtcbiAgICBpbml0OiBzdHJpbmcgfCB1bmRlZmluZWQ7XG59O1xuZXhwb3J0IGRlY2xhcmUgY29uc3Qgc3VnZ2VzdGlvbkF0b206IGltcG9ydChcImpvdGFpXCIpLlByaW1pdGl2ZUF0b208U3VnZ2VzdGlvbiB8IHVuZGVmaW5lZD4gJiB7XG4gICAgaW5pdDogU3VnZ2VzdGlvbiB8IHVuZGVmaW5lZDtcbn07XG5leHBvcnQgZGVjbGFyZSBjb25zdCBhc2tRdWVzdGlvbkJ0bkNsaWNrZWRBdG9tOiBpbXBvcnQoXCJqb3RhaVwiKS5QcmltaXRpdmVBdG9tPGJvb2xlYW4+ICYge1xuICAgIGluaXQ6IGJvb2xlYW47XG59O1xuZXhwb3J0IGRlY2xhcmUgY29uc3QgbWVzc2FnZXNBdG9tOiBpbXBvcnQoXCJqb3RhaVwiKS5QcmltaXRpdmVBdG9tPE1lc3NhZ2VbXVtdPiAmIHtcbiAgICBpbml0OiBNZXNzYWdlW11bXTtcbn07XG5leHBvcnQgZGVjbGFyZSBjb25zdCB1c2VyRXZlbnRzQXRvbTogaW1wb3J0KFwiam90YWlcIikuUHJpbWl0aXZlQXRvbTxVc2VyRXZlbnRbXT4gJiB7XG4gICAgaW5pdDogVXNlckV2ZW50W107XG59O1xuZXhwb3J0IGRlY2xhcmUgY29uc3Qgc3VnZ2VzdGlvbnNBdG9tOiBpbXBvcnQoXCJqb3RhaVwiKS5QcmltaXRpdmVBdG9tPFN1Z2dlc3Rpb25bXT4gJiB7XG4gICAgaW5pdDogU3VnZ2VzdGlvbltdO1xufTtcbmV4cG9ydCBkZWNsYXJlIGNvbnN0IHN1Z2dlc3Rpb25zTG9hZGluZ0F0b206IGltcG9ydChcImpvdGFpXCIpLlByaW1pdGl2ZUF0b208Ym9vbGVhbj4gJiB7XG4gICAgaW5pdDogYm9vbGVhbjtcbn07XG5leHBvcnQgZGVjbGFyZSBjb25zdCByZXNwb25zZVN0cmVhbWluZ0F0b206IGltcG9ydChcImpvdGFpXCIpLlByaW1pdGl2ZUF0b208Ym9vbGVhbj4gJiB7XG4gICAgaW5pdDogYm9vbGVhbjtcbn07XG5leHBvcnQgZGVjbGFyZSBjb25zdCBwZW5kaW5nUmVzcG9uc2VBdG9tOiBpbXBvcnQoXCJqb3RhaVwiKS5QcmltaXRpdmVBdG9tPGJvb2xlYW4+ICYge1xuICAgIGluaXQ6IGJvb2xlYW47XG59O1xuZXhwb3J0IGRlY2xhcmUgY29uc3QgaW5pdGlhbGl6ZWRBdG9tOiBpbXBvcnQoXCJqb3RhaVwiKS5QcmltaXRpdmVBdG9tPGJvb2xlYW4+ICYge1xuICAgIGluaXQ6IGJvb2xlYW47XG59O1xuZXhwb3J0IGRlY2xhcmUgY29uc3QgY2hhdElzT3BlbkF0b206IGltcG9ydChcImpvdGFpXCIpLlByaW1pdGl2ZUF0b208Ym9vbGVhbj4gJiB7XG4gICAgaW5pdDogYm9vbGVhbjtcbn07XG5leHBvcnQgZGVjbGFyZSBjb25zdCByZXF1ZXN0RmFpbHVyZUF0b206IGltcG9ydChcImpvdGFpXCIpLlByaW1pdGl2ZUF0b208Ym9vbGVhbj4gJiB7XG4gICAgaW5pdDogYm9vbGVhbjtcbn07XG5leHBvcnQgZGVjbGFyZSBjb25zdCBmb3JtU3VibWl0QXRvbTogaW1wb3J0KFwiam90YWlcIikuUHJpbWl0aXZlQXRvbTxGb3JtU3VibWl0dGVkQXR0cmlidXRlcyB8IHVuZGVmaW5lZD4gJiB7XG4gICAgaW5pdDogRm9ybVN1Ym1pdHRlZEF0dHJpYnV0ZXMgfCB1bmRlZmluZWQ7XG59O1xuZXhwb3J0IGRlY2xhcmUgY29uc3QgY2hhdE9uVG9nZ2xlQXRvbTogaW1wb3J0KFwiam90YWlcIikuV3JpdGFibGVBdG9tPG51bGwsIFt0cmlnZ2VyTG9jYXRpb24/OiBDaGF0RWxlbWVudERpc3BsYXlMb2NhdGlvbiB8IENoYXRFbGVtZW50RGlzcGxheUxvY2F0aW9uVjMgfCB1bmRlZmluZWQsIHRyYWNrPzogKChldmVudE5hbWU6IFNwaWZmeU1ldHJpY3NFdmVudE5hbWUsIGV2ZW50UHJvcHM/OiBSZWNvcmQ8c3RyaW5nLCB1bmtub3duPikgPT4gdm9pZCkgfCB1bmRlZmluZWRdLCB2b2lkPiAmIHtcbiAgICBpbml0OiBudWxsO1xufTtcbiJdLCJtYXBwaW5ncyI6Ijs7Ozs7Ozs7OztBQUtBLElBQVcscUJBQU0sQ0FBQSxXQUFBLE9BQUEsY0FBQTtBQUNqQixJQUFDLHlCQUFBO0NBQUE7T0FBQTtPQUFBLE9BQUE7T0FBQTtDQUFBO0FBQ0QsSUFBVyxnQkFBZ0IsQ0FBQyxXQUFXLE9BQU8sY0FBYztBQUM1RCxJQUFXLGlCQUFnQjtDQUFBO09BQUE7T0FBQSxPQUFBO09BQUE7Q0FBQTtBQUMzQixJQUFDLDRCQUFBLENBQUEsV0FBQSxPQUFBLGNBQUE7QUFDRCxJQUFXLGVBQWU7Q0FBQztPQUFXO09BQWUsT0FBTztPQUFxQjtDQUFPO0FBQ3hGLElBQVcsaUJBQWlCO0NBQUE7T0FBQTtPQUFBLE9BQUE7T0FBQTtDQUFBO0FBQzVCLElBQUMsa0JBQUE7Q0FBQTtPQUFBO09BQUEsT0FBQTtPQUFBO0NBQUE7QUFDRCxJQUFXLHlCQUF5QixDQUFDLFdBQVcsT0FBTyxjQUFjO0FBQ3JFLElBQVcsd0JBQXFCLENBQUEsV0FBQSxPQUFBLGNBQUE7QUFDaEMsSUFBQyxzQkFBQSxDQUFBLFdBQUEsT0FBQSxjQUFBO0FBQ0QsSUFBVyxrQkFBa0IsQ0FBQyxXQUFXLE9BQU8sY0FBYztBQUM5RCxJQUFXLGlCQUFNLENBQUEsV0FBQSxPQUFBLGNBQUE7QUFDakIsSUFBQyxxQkFBQSxDQUFBLFdBQUEsT0FBQSxjQUFBO0FBQ0QsSUFBVyxpQkFBaUI7Q0FBQztPQUFXO09BQStCLE9BQU87T0FBRTtDQUFBO0FBQ2hGLElBQVcsbUJBQVU7Q0FBQTtPQUFBO09BQUE7T0FBQTtPQUFBO09BQUEsT0FBQTtDQUFBIn0=
@@ -1,8 +1,8 @@
1
1
  import { FormSubmittedAttributes } from "../../application/models/api/userEvent.cjs";
2
- import * as jotai34 from "jotai";
2
+ import * as jotai38 from "jotai";
3
3
 
4
4
  //#region src/atoms/chat/form.d.ts
5
- declare const handleFormSubmittedAtom: jotai34.WritableAtom<null, [form: FormSubmittedAttributes], void> & {
5
+ declare const handleFormSubmittedAtom: jotai38.WritableAtom<null, [form: FormSubmittedAttributes], void> & {
6
6
  init: null;
7
7
  };
8
8
  //#endregion
@@ -1,7 +1,7 @@
1
1
  const require_rolldown_runtime = require('../../_virtual/rolldown_runtime.cjs');
2
2
  const require_atoms_chat_chatState = require('./chatState.cjs');
3
- const require_performanceMetrics = require('./performanceMetrics.cjs');
4
3
  const require_messageQueue = require('./messageQueue.cjs');
4
+ const require_performanceMetrics = require('./performanceMetrics.cjs');
5
5
  const require_form = require('./form.cjs');
6
6
  const require_suggestions = require('./suggestions.cjs');
7
7
  const require_lastMessage = require('./lastMessage.cjs');
@@ -9,10 +9,10 @@ import { lastAssistantMessageAtom } from "./lastMessage.cjs";
9
9
  import { clearUserEventAtom, processUserEventAtom, queueUserEventAtom, userEventQueueAtom, userQueueEventCountAtom } from "./messageQueue.cjs";
10
10
  import { addWidget, widgetArrayAtom } from "./renderedWidgetRefs.cjs";
11
11
  import * as _spiffy_ai_commerce_api_client0 from "@spiffy-ai/commerce-api-client";
12
- import * as jotai31 from "jotai";
12
+ import * as jotai32 from "jotai";
13
13
 
14
14
  //#region src/atoms/chat/index.d.ts
15
- declare const chatAtom: jotai31.Atom<{
15
+ declare const chatAtom: jotai32.Atom<{
16
16
  userHasReplied: boolean;
17
17
  replyEventCategory: _spiffy_ai_commerce_api_client0.UserEventCategory;
18
18
  userQuery: string | undefined;
@@ -1,6 +1,6 @@
1
1
  import { askQuestionBtnClickedAtom, chatIsOpenAtom, chatOnToggleAtom, formSubmitAtom, initializedAtom, messagesAtom, pendingResponseAtom, replyEventCategoryAtom, requestFailureAtom, responseStreamingAtom, suggestionAtom, suggestionsAtom, suggestionsLoadingAtom, userEventsAtom, userHasRepliedAtom, userQueryAtom } from "./chatState.js";
2
- import { APP_INITIAL_START_TIME_KEY, PAGE_LOAD_OFFSET_TIME_KEY, PerfMetricsEvents, appInitialStartTimeMsAtom, hasReportedPerformanceMetricsAtom, logPerfMetricAtom, pageLoadOffsetTimeAtom, performanceMetricsAtom, resetPerformanceMetricsAtom } from "./performanceMetrics.js";
3
2
  import { clearUserEventAtom, processUserEventAtom, queueUserEventAtom, userEventQueueAtom, userQueueEventCountAtom } from "./messageQueue.js";
3
+ import { APP_INITIAL_START_TIME_KEY, PAGE_LOAD_OFFSET_TIME_KEY, PerfMetricsEvents, appInitialStartTimeMsAtom, hasReportedPerformanceMetricsAtom, logPerfMetricAtom, pageLoadOffsetTimeAtom, performanceMetricsAtom, resetPerformanceMetricsAtom } from "./performanceMetrics.js";
4
4
  import { handleFormSubmittedAtom } from "./form.js";
5
5
  import { handleSuggestionAtom } from "./suggestions.js";
6
6
  import { lastAssistantMessageAtom } from "./lastMessage.js";
@@ -1,8 +1,8 @@
1
1
  import { Message } from "../../application/models/message.js";
2
- import * as jotai85 from "jotai";
2
+ import * as jotai86 from "jotai";
3
3
 
4
4
  //#region src/atoms/chat/lastMessage.d.ts
5
- declare const lastAssistantMessageAtom: jotai85.Atom<Message[] | null>;
5
+ declare const lastAssistantMessageAtom: jotai86.Atom<Message[] | null>;
6
6
  //#endregion
7
7
  export { lastAssistantMessageAtom };
8
8
  //# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibGFzdE1lc3NhZ2UuZC50cyIsIm5hbWVzIjpbXSwic291cmNlcyI6WyIuLi8uLi8uLi9zcmMvYXRvbXMvY2hhdC9sYXN0TWVzc2FnZS5kLnRzIl0sInNvdXJjZXNDb250ZW50IjpbImV4cG9ydCBkZWNsYXJlIGNvbnN0IGxhc3RBc3Npc3RhbnRNZXNzYWdlQXRvbTogaW1wb3J0KFwiam90YWlcIikuQXRvbTxpbXBvcnQoXCIuLi8uLi9hcHBsaWNhdGlvbi9tb2RlbHNcIikuTWVzc2FnZVtdIHwgbnVsbD47XG4iXSwibWFwcGluZ3MiOiIifQ==
@@ -1,4 +1,4 @@
1
- import * as jotai35 from "jotai";
1
+ import * as jotai33 from "jotai";
2
2
  import * as jotai_utils1 from "jotai/utils";
3
3
 
4
4
  //#region src/atoms/chat/performanceMetrics.d.ts
@@ -23,8 +23,8 @@ declare enum PerfMetricsEvents {
23
23
  BottomSuggestionsBarRendered = "bottom_suggestions_bar_rendered_ms",
24
24
  SearchPromptRendered = "search_prompt_rendered_ms",
25
25
  }
26
- declare const appInitialStartTimeMsAtom: jotai35.WritableAtom<string | undefined, [string | typeof jotai_utils1.RESET | ((prev: string | undefined) => string | typeof jotai_utils1.RESET | undefined) | undefined], void>;
27
- declare const pageLoadOffsetTimeAtom: jotai35.WritableAtom<string | undefined, [string | typeof jotai_utils1.RESET | ((prev: string | undefined) => string | typeof jotai_utils1.RESET | undefined) | undefined], void>;
26
+ declare const appInitialStartTimeMsAtom: jotai33.WritableAtom<string | undefined, [string | typeof jotai_utils1.RESET | ((prev: string | undefined) => string | typeof jotai_utils1.RESET | undefined) | undefined], void>;
27
+ declare const pageLoadOffsetTimeAtom: jotai33.WritableAtom<string | undefined, [string | typeof jotai_utils1.RESET | ((prev: string | undefined) => string | typeof jotai_utils1.RESET | undefined) | undefined], void>;
28
28
  /**
29
29
  * Resets the performance metrics atom to an empty map. This should be called after the performance
30
30
  * metrics have been reported to amplitude. On SPA, it ensures that we can still capture metrics as
@@ -32,8 +32,8 @@ declare const pageLoadOffsetTimeAtom: jotai35.WritableAtom<string | undefined, [
32
32
  * On non-SPA, it ensures that previously captured metrics are not reported again.
33
33
  */
34
34
  declare const resetPerformanceMetricsAtom: () => void;
35
- declare const performanceMetricsAtom: jotai35.Atom<Map<PerfMetricsEvents, number>>;
36
- declare const hasReportedPerformanceMetricsAtom: jotai35.PrimitiveAtom<boolean> & {
35
+ declare const performanceMetricsAtom: jotai33.Atom<Map<PerfMetricsEvents, number>>;
36
+ declare const hasReportedPerformanceMetricsAtom: jotai33.PrimitiveAtom<boolean> & {
37
37
  init: boolean;
38
38
  };
39
39
  /**
@@ -42,7 +42,7 @@ declare const hasReportedPerformanceMetricsAtom: jotai35.PrimitiveAtom<boolean>
42
42
  *
43
43
  * @param value The performance metric name to log.
44
44
  */
45
- declare const logPerfMetricAtom: jotai35.WritableAtom<null, [value: PerfMetricsEvents], void> & {
45
+ declare const logPerfMetricAtom: jotai33.WritableAtom<null, [value: PerfMetricsEvents], void> & {
46
46
  init: null;
47
47
  };
48
48
  //#endregion
@@ -1,14 +1,14 @@
1
1
  import { Message } from "../../application/models/message.cjs";
2
- import * as jotai32 from "jotai";
2
+ import * as jotai0 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: jotai32.WritableAtom<null, [HandleReplyParams], void> & {
9
+ declare const handleReplyAtom: jotai0.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 jotai32 from "jotai";
2
+ import * as jotai0 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: jotai32.WritableAtom<null, [HandleReplyParams], void> & {
9
+ declare const handleReplyAtom: jotai0.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+ICYge1xuICAgIGluaXQ6IG51bGw7XG59O1xuZXhwb3J0IHt9O1xuIl0sIm1hcHBpbmdzIjoiOzs7O0FBRUEsSUFBSSxvQkFBZ0IsQ0FBQSxXQUFBLFFBQUE7QUFDcEIsSUFBVyxrQkFBVztDQUFBO09BQUE7T0FBQSxRQUFBO0NBQUEifQ==
14
+ //# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicmVwbGllcy5kLnRzIiwibmFtZXMiOltdLCJzb3VyY2VzIjpbIi4uLy4uLy4uL3NyYy9hdG9tcy9jaGF0L3JlcGxpZXMuZC50cyJdLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBNZXNzYWdlIH0gZnJvbSAnc3JjL2FwcGxpY2F0aW9uL21vZGVscyc7XG50eXBlIEhhbmRsZVJlcGx5UGFyYW1zID0ge1xuICAgIG1lc3NhZ2U6IE1lc3NhZ2U7XG4gICAgdXNlclR5cGVkOiBib29sZWFuO1xufTtcbmV4cG9ydCBkZWNsYXJlIGNvbnN0IGhhbmRsZVJlcGx5QXRvbTogaW1wb3J0KFwiam90YWlcIikuV3JpdGFibGVBdG9tPG51bGwsIFtIYW5kbGVSZXBseVBhcmFtc10sIHZvaWQ+ICYge1xuICAgIGluaXQ6IG51bGw7XG59O1xuZXhwb3J0IHt9O1xuIl0sIm1hcHBpbmdzIjoiOzs7O0FBRUEsSUFBSSxvQkFBZ0IsQ0FBQSxXQUFBLFFBQUE7QUFDcEIsSUFBVyxrQkFBVztDQUFBO09BQUE7T0FBQSxPQUFBO0NBQUEifQ==
@@ -1,8 +1,8 @@
1
1
  import { Suggestion } from "../../application/models/api/suggestion.cjs";
2
- import * as jotai33 from "jotai";
2
+ import * as jotai39 from "jotai";
3
3
 
4
4
  //#region src/atoms/chat/suggestions.d.ts
5
- declare const handleSuggestionAtom: jotai33.WritableAtom<null, [suggestion: Suggestion], void> & {
5
+ declare const handleSuggestionAtom: jotai39.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 jotai86 from "jotai";
2
+ import * as jotai85 from "jotai";
3
3
 
4
4
  //#region src/atoms/chat/suggestions.d.ts
5
- declare const handleSuggestionAtom: jotai86.WritableAtom<null, [suggestion: Suggestion], void> & {
5
+ declare const handleSuggestionAtom: jotai85.WritableAtom<null, [suggestion: Suggestion], void> & {
6
6
  init: null;
7
7
  };
8
8
  //#endregion
@@ -1,19 +1,19 @@
1
1
  import { EnviveConfig } from "../../contexts/types.cjs";
2
2
  import { ContextSourceEnum } from "@spiffy-ai/commerce-api-client";
3
- import * as jotai4 from "jotai";
3
+ import * as jotai0 from "jotai";
4
4
 
5
5
  //#region src/atoms/envive/enviveConfig.d.ts
6
- declare const enviveConfigAtom: jotai4.WritableAtom<EnviveConfig | undefined, [value: EnviveConfig], void>;
7
- declare const amplitudeApiKeyAtom: jotai4.Atom<string | undefined>;
8
- declare const dataResidencyAtom: jotai4.Atom<string | undefined>;
9
- declare const envAtom: jotai4.Atom<string | undefined>;
10
- declare const baseUrlAtom: jotai4.Atom<string>;
11
- declare const reactAppNameAtom: jotai4.Atom<string | undefined>;
12
- declare const cdnUrlAtom: jotai4.Atom<string | undefined>;
13
- declare const orgIdAtom: jotai4.Atom<string | undefined>;
14
- declare const contextSourceAtom: jotai4.Atom<ContextSourceEnum>;
15
- declare const orgLevelApiKeyAtom: jotai4.Atom<string | undefined>;
16
- declare const orgShortNameAtom: jotai4.Atom<string | undefined>;
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
17
  //#endregion
18
18
  export { amplitudeApiKeyAtom, baseUrlAtom, cdnUrlAtom, contextSourceAtom, dataResidencyAtom, envAtom, enviveConfigAtom, orgIdAtom, orgLevelApiKeyAtom, orgShortNameAtom, reactAppNameAtom };
19
19
  //# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZW52aXZlQ29uZmlnLmQuY3RzIiwibmFtZXMiOltdLCJzb3VyY2VzIjpbIi4uLy4uLy4uL3NyYy9hdG9tcy9lbnZpdmUvZW52aXZlQ29uZmlnLmQudHMiXSwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgRW52aXZlQ29uZmlnIH0gZnJvbSAnc3JjL2NvbnRleHRzL3R5cGVzJztcbmltcG9ydCB7IENvbnRleHRTb3VyY2VFbnVtIH0gZnJvbSAnQHNwaWZmeS1haS9jb21tZXJjZS1hcGktY2xpZW50JztcbmV4cG9ydCBkZWNsYXJlIGNvbnN0IGVudml2ZUNvbmZpZ0F0b206IGltcG9ydChcImpvdGFpXCIpLldyaXRhYmxlQXRvbTxFbnZpdmVDb25maWcgfCB1bmRlZmluZWQsIFt2YWx1ZTogRW52aXZlQ29uZmlnXSwgdm9pZD47XG5leHBvcnQgZGVjbGFyZSBjb25zdCBhbXBsaXR1ZGVBcGlLZXlBdG9tOiBpbXBvcnQoXCJqb3RhaVwiKS5BdG9tPHN0cmluZyB8IHVuZGVmaW5lZD47XG5leHBvcnQgZGVjbGFyZSBjb25zdCBkYXRhUmVzaWRlbmN5QXRvbTogaW1wb3J0KFwiam90YWlcIikuQXRvbTxzdHJpbmcgfCB1bmRlZmluZWQ+O1xuZXhwb3J0IGRlY2xhcmUgY29uc3QgZW52QXRvbTogaW1wb3J0KFwiam90YWlcIikuQXRvbTxzdHJpbmcgfCB1bmRlZmluZWQ+O1xuZXhwb3J0IGRlY2xhcmUgY29uc3QgYmFzZVVybEF0b206IGltcG9ydChcImpvdGFpXCIpLkF0b208c3RyaW5nPjtcbmV4cG9ydCBkZWNsYXJlIGNvbnN0IHJlYWN0QXBwTmFtZUF0b206IGltcG9ydChcImpvdGFpXCIpLkF0b208c3RyaW5nIHwgdW5kZWZpbmVkPjtcbmV4cG9ydCBkZWNsYXJlIGNvbnN0IGNkblVybEF0b206IGltcG9ydChcImpvdGFpXCIpLkF0b208c3RyaW5nIHwgdW5kZWZpbmVkPjtcbmV4cG9ydCBkZWNsYXJlIGNvbnN0IG9yZ0lkQXRvbTogaW1wb3J0KFwiam90YWlcIikuQXRvbTxzdHJpbmcgfCB1bmRlZmluZWQ+O1xuZXhwb3J0IGRlY2xhcmUgY29uc3QgY29udGV4dFNvdXJjZUF0b206IGltcG9ydChcImpvdGFpXCIpLkF0b208Q29udGV4dFNvdXJjZUVudW0+O1xuZXhwb3J0IGRlY2xhcmUgY29uc3Qgb3JnTGV2ZWxBcGlLZXlBdG9tOiBpbXBvcnQoXCJqb3RhaVwiKS5BdG9tPHN0cmluZyB8IHVuZGVmaW5lZD47XG5leHBvcnQgZGVjbGFyZSBjb25zdCBvcmdTaG9ydE5hbWVBdG9tOiBpbXBvcnQoXCJqb3RhaVwiKS5BdG9tPHN0cmluZyB8IHVuZGVmaW5lZD47XG4iXSwibWFwcGluZ3MiOiI7Ozs7O0FBR0EsSUFBVyxtQkFBbUI7Q0FBQztPQUFXO09BQW9CO09BQW9CLE9BQUE7Q0FBQTtBQUNsRixJQUFXLHNCQUFzQixDQUFDLFdBQVcsT0FBTyxLQUFLO0FBQ3pELElBQVcsb0JBQW9CLENBQUMsV0FBVyxPQUFPLEtBQUs7QUFDdkQsSUFBVyxVQUFVLENBQUMsV0FBVyxPQUFPLEtBQUs7QUFDN0MsSUFBVyxjQUFjLENBQUMsV0FBVyxPQUFPLEtBQUs7QUFDakQsSUFBVyxtQkFBbUIsQ0FBQyxXQUFXLE9BQU8sS0FBSztBQUN0RCxJQUFXLGFBQWEsQ0FBQyxXQUFXLE9BQU8sS0FBSztBQUNoRCxJQUFXLFlBQVksQ0FBQyxXQUFXLE9BQU8sS0FBSztBQUMvQyxJQUFXLG9CQUFvQjtDQUFDO09BQVc7T0FBeUIsT0FBTztDQUFLO0FBQ2hGLElBQVcscUJBQXFCLENBQUMsV0FBVyxPQUFPLEtBQUsifQ==
@@ -1,19 +1,19 @@
1
1
  import { EnviveConfig } from "../../contexts/types.js";
2
2
  import { ContextSourceEnum } from "@spiffy-ai/commerce-api-client";
3
- import * as jotai5 from "jotai";
3
+ import * as jotai22 from "jotai";
4
4
 
5
5
  //#region src/atoms/envive/enviveConfig.d.ts
6
- declare const enviveConfigAtom: jotai5.WritableAtom<EnviveConfig | undefined, [value: EnviveConfig], void>;
7
- declare const amplitudeApiKeyAtom: jotai5.Atom<string | undefined>;
8
- declare const dataResidencyAtom: jotai5.Atom<string | undefined>;
9
- declare const envAtom: jotai5.Atom<string | undefined>;
10
- declare const baseUrlAtom: jotai5.Atom<string>;
11
- declare const reactAppNameAtom: jotai5.Atom<string | undefined>;
12
- declare const cdnUrlAtom: jotai5.Atom<string | undefined>;
13
- declare const orgIdAtom: jotai5.Atom<string | undefined>;
14
- declare const contextSourceAtom: jotai5.Atom<ContextSourceEnum>;
15
- declare const orgLevelApiKeyAtom: jotai5.Atom<string | undefined>;
16
- declare const orgShortNameAtom: jotai5.Atom<string | undefined>;
6
+ declare const enviveConfigAtom: jotai22.WritableAtom<EnviveConfig | undefined, [value: EnviveConfig], void>;
7
+ declare const amplitudeApiKeyAtom: jotai22.Atom<string | undefined>;
8
+ declare const dataResidencyAtom: jotai22.Atom<string | undefined>;
9
+ declare const envAtom: jotai22.Atom<string | undefined>;
10
+ declare const baseUrlAtom: jotai22.Atom<string>;
11
+ declare const reactAppNameAtom: jotai22.Atom<string | undefined>;
12
+ declare const cdnUrlAtom: jotai22.Atom<string | undefined>;
13
+ declare const orgIdAtom: jotai22.Atom<string | undefined>;
14
+ declare const contextSourceAtom: jotai22.Atom<ContextSourceEnum>;
15
+ declare const orgLevelApiKeyAtom: jotai22.Atom<string | undefined>;
16
+ declare const orgShortNameAtom: jotai22.Atom<string | undefined>;
17
17
  //#endregion
18
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+O1xuZXhwb3J0IGRlY2xhcmUgY29uc3Qgb3JnSWRBdG9tOiBpbXBvcnQoXCJqb3RhaVwiKS5BdG9tPHN0cmluZyB8IHVuZGVmaW5lZD47XG5leHBvcnQgZGVjbGFyZSBjb25zdCBjb250ZXh0U291cmNlQXRvbTogaW1wb3J0KFwiam90YWlcIikuQXRvbTxDb250ZXh0U291cmNlRW51bT47XG5leHBvcnQgZGVjbGFyZSBjb25zdCBvcmdMZXZlbEFwaUtleUF0b206IGltcG9ydChcImpvdGFpXCIpLkF0b208c3RyaW5nIHwgdW5kZWZpbmVkPjtcbmV4cG9ydCBkZWNsYXJlIGNvbnN0IG9yZ1Nob3J0TmFtZUF0b206IGltcG9ydChcImpvdGFpXCIpLkF0b208c3RyaW5nIHwgdW5kZWZpbmVkPjtcbiJdLCJtYXBwaW5ncyI6Ijs7Ozs7QUFHQSxJQUFXLG1CQUFtQjtDQUFDO09BQVc7T0FBb0I7T0FBb0IsT0FBQTtDQUFBO0FBQ2xGLElBQVcsc0JBQXNCLENBQUMsV0FBVyxPQUFPLEtBQUs7QUFDekQsSUFBVyxvQkFBb0IsQ0FBQyxXQUFXLE9BQU8sS0FBSztBQUN2RCxJQUFXLFVBQVUsQ0FBQyxXQUFXLE9BQU8sS0FBSztBQUM3QyxJQUFXLGNBQWMsQ0FBQyxXQUFXLE9BQU8sS0FBSztBQUNqRCxJQUFXLG1CQUFtQixDQUFDLFdBQVcsT0FBTyxLQUFLO0FBQ3RELElBQVcsYUFBYSxDQUFDLFdBQVcsT0FBTyxLQUFLO0FBQ2hELElBQVcsWUFBWSxDQUFDLFdBQVcsT0FBTyxLQUFLO0FBQy9DLElBQVcsb0JBQW9CO0NBQUM7T0FBVztPQUF5QixPQUFPO0NBQUs7QUFDaEYsSUFBVyxxQkFBcUIsQ0FBQyxXQUFXLE9BQU8sS0FBSyJ9
19
+ //# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZW52aXZlQ29uZmlnLmQudHMiLCJuYW1lcyI6W10sInNvdXJjZXMiOlsiLi4vLi4vLi4vc3JjL2F0b21zL2Vudml2ZS9lbnZpdmVDb25maWcuZC50cyJdLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBFbnZpdmVDb25maWcgfSBmcm9tICdzcmMvY29udGV4dHMvdHlwZXMnO1xuaW1wb3J0IHsgQ29udGV4dFNvdXJjZUVudW0gfSBmcm9tICdAc3BpZmZ5LWFpL2NvbW1lcmNlLWFwaS1jbGllbnQnO1xuZXhwb3J0IGRlY2xhcmUgY29uc3QgZW52aXZlQ29uZmlnQXRvbTogaW1wb3J0KFwiam90YWlcIikuV3JpdGFibGVBdG9tPEVudml2ZUNvbmZpZyB8IHVuZGVmaW5lZCwgW3ZhbHVlOiBFbnZpdmVDb25maWddLCB2b2lkPjtcbmV4cG9ydCBkZWNsYXJlIGNvbnN0IGFtcGxpdHVkZUFwaUtleUF0b206IGltcG9ydChcImpvdGFpXCIpLkF0b208c3RyaW5nIHwgdW5kZWZpbmVkPjtcbmV4cG9ydCBkZWNsYXJlIGNvbnN0IGRhdGFSZXNpZGVuY3lBdG9tOiBpbXBvcnQoXCJqb3RhaVwiKS5BdG9tPHN0cmluZyB8IHVuZGVmaW5lZD47XG5leHBvcnQgZGVjbGFyZSBjb25zdCBlbnZBdG9tOiBpbXBvcnQoXCJqb3RhaVwiKS5BdG9tPHN0cmluZyB8IHVuZGVmaW5lZD47XG5leHBvcnQgZGVjbGFyZSBjb25zdCBiYXNlVXJsQXRvbTogaW1wb3J0KFwiam90YWlcIikuQXRvbTxzdHJpbmc+O1xuZXhwb3J0IGRlY2xhcmUgY29uc3QgcmVhY3RBcHBOYW1lQXRvbTogaW1wb3J0KFwiam90YWlcIikuQXRvbTxzdHJpbmcgfCB1bmRlZmluZWQ+O1xuZXhwb3J0IGRlY2xhcmUgY29uc3QgY2RuVXJsQXRvbTogaW1wb3J0KFwiam90YWlcIikuQXRvbTxzdHJpbmcgfCB1bmRlZmluZWQ+O1xuZXhwb3J0IGRlY2xhcmUgY29uc3Qgb3JnSWRBdG9tOiBpbXBvcnQoXCJqb3RhaVwiKS5BdG9tPHN0cmluZyB8IHVuZGVmaW5lZD47XG5leHBvcnQgZGVjbGFyZSBjb25zdCBjb250ZXh0U291cmNlQXRvbTogaW1wb3J0KFwiam90YWlcIikuQXRvbTxDb250ZXh0U291cmNlRW51bT47XG5leHBvcnQgZGVjbGFyZSBjb25zdCBvcmdMZXZlbEFwaUtleUF0b206IGltcG9ydChcImpvdGFpXCIpLkF0b208c3RyaW5nIHwgdW5kZWZpbmVkPjtcbmV4cG9ydCBkZWNsYXJlIGNvbnN0IG9yZ1Nob3J0TmFtZUF0b206IGltcG9ydChcImpvdGFpXCIpLkF0b208c3RyaW5nIHwgdW5kZWZpbmVkPjtcbiJdLCJtYXBwaW5ncyI6Ijs7Ozs7QUFHQSxJQUFXLG1CQUFtQjtDQUFDO09BQVc7T0FBb0I7T0FBb0IsUUFBQTtDQUFBO0FBQ2xGLElBQVcsc0JBQXNCLENBQUMsV0FBVyxRQUFRLEtBQUs7QUFDMUQsSUFBVyxvQkFBb0IsQ0FBQyxXQUFXLFFBQVEsS0FBSztBQUN4RCxJQUFXLFVBQVUsQ0FBQyxXQUFXLFFBQVEsS0FBSztBQUM5QyxJQUFXLGNBQWMsQ0FBQyxXQUFXLFFBQVEsS0FBSztBQUNsRCxJQUFXLG1CQUFtQixDQUFDLFdBQVcsUUFBUSxLQUFLO0FBQ3ZELElBQVcsYUFBYSxDQUFDLFdBQVcsUUFBUSxLQUFLO0FBQ2pELElBQVcsWUFBWSxDQUFDLFdBQVcsUUFBUSxLQUFLO0FBQ2hELElBQVcsb0JBQW9CO0NBQUM7T0FBVztPQUF5QixRQUFRO0NBQUs7QUFDakYsSUFBVyxxQkFBcUIsQ0FBQyxXQUFXLFFBQVEsS0FBSyJ9
@@ -1,7 +1,7 @@
1
- import * as jotai60 from "jotai";
1
+ import * as jotai47 from "jotai";
2
2
 
3
3
  //#region src/atoms/globalSearch/globalSearch.d.ts
4
- declare const autocompleteStateAtom: jotai60.PrimitiveAtom<{
4
+ declare const autocompleteStateAtom: jotai47.PrimitiveAtom<{
5
5
  results: string[];
6
6
  isLoading: boolean;
7
7
  }> & {
@@ -10,13 +10,13 @@ declare const autocompleteStateAtom: jotai60.PrimitiveAtom<{
10
10
  isLoading: boolean;
11
11
  };
12
12
  };
13
- declare const isFilterOpenAtom: jotai60.PrimitiveAtom<boolean> & {
13
+ declare const isFilterOpenAtom: jotai47.PrimitiveAtom<boolean> & {
14
14
  init: boolean;
15
15
  };
16
- declare const isGlobalSearchOpenAtom: jotai60.PrimitiveAtom<boolean> & {
16
+ declare const isGlobalSearchOpenAtom: jotai47.PrimitiveAtom<boolean> & {
17
17
  init: boolean;
18
18
  };
19
- declare const isSearchResultsOpenAtom: jotai60.PrimitiveAtom<boolean> & {
19
+ declare const isSearchResultsOpenAtom: jotai47.PrimitiveAtom<boolean> & {
20
20
  init: boolean;
21
21
  };
22
22
  //#endregion
@@ -1,7 +1,7 @@
1
- import * as jotai33 from "jotai";
1
+ import * as jotai46 from "jotai";
2
2
 
3
3
  //#region src/atoms/globalSearch/globalSearch.d.ts
4
- declare const autocompleteStateAtom: jotai33.PrimitiveAtom<{
4
+ declare const autocompleteStateAtom: jotai46.PrimitiveAtom<{
5
5
  results: string[];
6
6
  isLoading: boolean;
7
7
  }> & {
@@ -10,13 +10,13 @@ declare const autocompleteStateAtom: jotai33.PrimitiveAtom<{
10
10
  isLoading: boolean;
11
11
  };
12
12
  };
13
- declare const isFilterOpenAtom: jotai33.PrimitiveAtom<boolean> & {
13
+ declare const isFilterOpenAtom: jotai46.PrimitiveAtom<boolean> & {
14
14
  init: boolean;
15
15
  };
16
- declare const isGlobalSearchOpenAtom: jotai33.PrimitiveAtom<boolean> & {
16
+ declare const isGlobalSearchOpenAtom: jotai46.PrimitiveAtom<boolean> & {
17
17
  init: boolean;
18
18
  };
19
- declare const isSearchResultsOpenAtom: jotai33.PrimitiveAtom<boolean> & {
19
+ declare const isSearchResultsOpenAtom: jotai46.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 jotai54 from "jotai";
4
4
 
5
5
  //#region src/atoms/org/customerService.d.ts
6
- declare const isBusinessHoursAtom: jotai83.PrimitiveAtom<boolean> & {
6
+ declare const isBusinessHoursAtom: jotai54.PrimitiveAtom<boolean> & {
7
7
  init: boolean;
8
8
  };
9
- declare const isCustomerServiceOpenAtom: jotai83.PrimitiveAtom<boolean> & {
9
+ declare const isCustomerServiceOpenAtom: jotai54.PrimitiveAtom<boolean> & {
10
10
  init: boolean;
11
11
  };
12
- declare const customerServiceResponseAtom: jotai83.PrimitiveAtom<CustServiceConversationMessages | undefined> & {
12
+ declare const customerServiceResponseAtom: jotai54.PrimitiveAtom<CustServiceConversationMessages | undefined> & {
13
13
  init: CustServiceConversationMessages | undefined;
14
14
  };
15
- declare const customerServiceChatStateAtom: jotai83.PrimitiveAtom<ChatState | undefined> & {
15
+ declare const customerServiceChatStateAtom: jotai54.PrimitiveAtom<ChatState | undefined> & {
16
16
  init: ChatState | undefined;
17
17
  };
18
- declare const customerServiceAttachment: jotai83.PrimitiveAtom<AttachmentRequest | undefined> & {
18
+ declare const customerServiceAttachment: jotai54.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 jotai67 from "jotai";
3
+ import * as jotai33 from "jotai";
4
4
 
5
5
  //#region src/atoms/org/customerService.d.ts
6
- declare const isBusinessHoursAtom: jotai67.PrimitiveAtom<boolean> & {
6
+ declare const isBusinessHoursAtom: jotai33.PrimitiveAtom<boolean> & {
7
7
  init: boolean;
8
8
  };
9
- declare const isCustomerServiceOpenAtom: jotai67.PrimitiveAtom<boolean> & {
9
+ declare const isCustomerServiceOpenAtom: jotai33.PrimitiveAtom<boolean> & {
10
10
  init: boolean;
11
11
  };
12
- declare const customerServiceResponseAtom: jotai67.PrimitiveAtom<CustServiceConversationMessages | undefined> & {
12
+ declare const customerServiceResponseAtom: jotai33.PrimitiveAtom<CustServiceConversationMessages | undefined> & {
13
13
  init: CustServiceConversationMessages | undefined;
14
14
  };
15
- declare const customerServiceChatStateAtom: jotai67.PrimitiveAtom<ChatState | undefined> & {
15
+ declare const customerServiceChatStateAtom: jotai33.PrimitiveAtom<ChatState | undefined> & {
16
16
  init: ChatState | undefined;
17
17
  };
18
- declare const customerServiceAttachment: jotai67.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 jotai80 from "jotai";
4
+ import * as jotai51 from "jotai";
5
5
 
6
6
  //#region src/atoms/org/graphqlConfig.d.ts
7
- declare const internalGraphQLColorsConfigAtom: jotai80.PrimitiveAtom<ColorMapping | undefined> & {
7
+ declare const internalGraphQLColorsConfigAtom: jotai51.PrimitiveAtom<ColorMapping | undefined> & {
8
8
  init: ColorMapping | undefined;
9
9
  };
10
- declare const featureFlagServiceAtom: jotai80.PrimitiveAtom<FeatureFlagContextType | undefined> & {
10
+ declare const featureFlagServiceAtom: jotai51.PrimitiveAtom<FeatureFlagContextType | undefined> & {
11
11
  init: FeatureFlagContextType | undefined;
12
12
  };
13
- declare const frontendConfigAtom: jotai80.WritableAtom<FrontendConfig | undefined, [value: FrontendConfig | undefined], void>;
13
+ declare const frontendConfigAtom: jotai51.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 jotai72 from "jotai";
4
+ import * as jotai38 from "jotai";
5
5
 
6
6
  //#region src/atoms/org/graphqlConfig.d.ts
7
- declare const internalGraphQLColorsConfigAtom: jotai72.PrimitiveAtom<ColorMapping | undefined> & {
7
+ declare const internalGraphQLColorsConfigAtom: jotai38.PrimitiveAtom<ColorMapping | undefined> & {
8
8
  init: ColorMapping | undefined;
9
9
  };
10
- declare const featureFlagServiceAtom: jotai72.PrimitiveAtom<FeatureFlagContextType | undefined> & {
10
+ declare const featureFlagServiceAtom: jotai38.PrimitiveAtom<FeatureFlagContextType | undefined> & {
11
11
  init: FeatureFlagContextType | undefined;
12
12
  };
13
- declare const frontendConfigAtom: jotai72.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_graphqlConfig = require('./graphqlConfig.cjs');
2
- const require_customerService = require('./customerService.cjs');
3
2
  const require_orgAnalyticsConfig = require('./orgAnalyticsConfig.cjs');
4
3
  const require_newOrgConfigAtom = require('./newOrgConfigAtom.cjs');
4
+ const require_customerService = require('./customerService.cjs');
5
5
 
6
6
  exports.customerServiceAttachment = require_customerService.customerServiceAttachment;
7
7
  exports.customerServiceChatStateAtom = require_customerService.customerServiceChatStateAtom;
@@ -1,6 +1,6 @@
1
1
  import { featureFlagServiceAtom, frontendConfigAtom, internalGraphQLColorsConfigAtom } from "./graphqlConfig.js";
2
- import { customerServiceAttachment, customerServiceChatStateAtom, customerServiceResponseAtom, isBusinessHoursAtom, isCustomerServiceOpenAtom } from "./customerService.js";
3
2
  import { orgAnalyticsAmplitudeConfigAtom, orgAnalyticsConfigAtom, orgAnalyticsCustomerServiceConfigAtom, orgAnalyticsGoogleAnalyticsConfigAtom } from "./orgAnalyticsConfig.js";
4
3
  import { newOrgConfigAtom } from "./newOrgConfigAtom.js";
4
+ import { customerServiceAttachment, customerServiceChatStateAtom, customerServiceResponseAtom, isBusinessHoursAtom, isCustomerServiceOpenAtom } from "./customerService.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 jotai63 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: jotai63.PrimitiveAtom<GraphQlConfigValues | null> & {
6
6
  init: GraphQlConfigValues | null;
7
7
  };
8
8
  //#endregion