@envive-ai/react-widgets-v3 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 (229) hide show
  1. package/dist/_virtual/rolldown_runtime.cjs +2 -0
  2. package/dist/debug/GenericSelect.cjs +167 -0
  3. package/dist/debug/GenericSelect.js +165 -0
  4. package/dist/debug/MessageContent.cjs +151 -0
  5. package/dist/debug/MessageContent.js +149 -0
  6. package/dist/debug/chatEmbed.cjs +95 -0
  7. package/dist/debug/chatEmbed.js +92 -0
  8. package/dist/debug/debugBar.cjs +18 -0
  9. package/dist/debug/debugBar.js +17 -0
  10. package/dist/debug/reportIssue.cjs +528 -0
  11. package/dist/debug/reportIssue.js +524 -0
  12. package/dist/hocs/withBaseWidget/withBaseWidget.d.cts +2 -2
  13. package/dist/hocs/withBaseWidget/withBaseWidget.d.ts +2 -2
  14. package/dist/node_modules/@spiffy-ai/commerce-api-client/dist/apis/CustomerServiceApi.cjs +265 -0
  15. package/dist/node_modules/@spiffy-ai/commerce-api-client/dist/apis/DefaultApi.cjs +591 -0
  16. package/dist/node_modules/@spiffy-ai/commerce-api-client/dist/apis/InferenceApi.cjs +265 -0
  17. package/dist/node_modules/@spiffy-ai/commerce-api-client/dist/apis/ProductsApi.cjs +105 -0
  18. package/dist/node_modules/@spiffy-ai/commerce-api-client/dist/apis/SearchApi.cjs +229 -0
  19. package/dist/node_modules/@spiffy-ai/commerce-api-client/dist/apis/index.cjs +43 -0
  20. package/dist/node_modules/@spiffy-ai/commerce-api-client/dist/index.cjs +39 -0
  21. package/dist/node_modules/@spiffy-ai/commerce-api-client/dist/models/AddNoteToLatestConversationRequest.cjs +68 -0
  22. package/dist/node_modules/@spiffy-ai/commerce-api-client/dist/models/AddNoteToLatestConversationResponse.cjs +60 -0
  23. package/dist/node_modules/@spiffy-ai/commerce-api-client/dist/models/AddToCartAttributes.cjs +53 -0
  24. package/dist/node_modules/@spiffy-ai/commerce-api-client/dist/models/AnalyticsIdentifyRequest.cjs +86 -0
  25. package/dist/node_modules/@spiffy-ai/commerce-api-client/dist/models/AnalyticsTrackEventRequest.cjs +62 -0
  26. package/dist/node_modules/@spiffy-ai/commerce-api-client/dist/models/AttachmentRequest.cjs +63 -0
  27. package/dist/node_modules/@spiffy-ai/commerce-api-client/dist/models/AutoForm.cjs +55 -0
  28. package/dist/node_modules/@spiffy-ai/commerce-api-client/dist/models/Context.cjs +89 -0
  29. package/dist/node_modules/@spiffy-ai/commerce-api-client/dist/models/ConversationStatus.cjs +63 -0
  30. package/dist/node_modules/@spiffy-ai/commerce-api-client/dist/models/CreateConversationRequest.cjs +68 -0
  31. package/dist/node_modules/@spiffy-ai/commerce-api-client/dist/models/CreateConversationResponse.cjs +64 -0
  32. package/dist/node_modules/@spiffy-ai/commerce-api-client/dist/models/CustServiceAttachment.cjs +68 -0
  33. package/dist/node_modules/@spiffy-ai/commerce-api-client/dist/models/CustServiceConversation.cjs +69 -0
  34. package/dist/node_modules/@spiffy-ai/commerce-api-client/dist/models/CustServiceConversationMessages.cjs +67 -0
  35. package/dist/node_modules/@spiffy-ai/commerce-api-client/dist/models/CustServiceCustomer.cjs +60 -0
  36. package/dist/node_modules/@spiffy-ai/commerce-api-client/dist/models/CustServiceMessage.cjs +85 -0
  37. package/dist/node_modules/@spiffy-ai/commerce-api-client/dist/models/CustomerServiceProvider.cjs +63 -0
  38. package/dist/node_modules/@spiffy-ai/commerce-api-client/dist/models/FormResponseAttributes.cjs +61 -0
  39. package/dist/node_modules/@spiffy-ai/commerce-api-client/dist/models/FormResponseAttributesFormCategory.cjs +55 -0
  40. package/dist/node_modules/@spiffy-ai/commerce-api-client/dist/models/FormSubmittedAttributes.cjs +65 -0
  41. package/dist/node_modules/@spiffy-ai/commerce-api-client/dist/models/FormType.cjs +61 -0
  42. package/dist/node_modules/@spiffy-ai/commerce-api-client/dist/models/FulfillmentDisplayStatus.cjs +84 -0
  43. package/dist/node_modules/@spiffy-ai/commerce-api-client/dist/models/GenerationParams.cjs +74 -0
  44. package/dist/node_modules/@spiffy-ai/commerce-api-client/dist/models/GetConversationMessagesRequest.cjs +61 -0
  45. package/dist/node_modules/@spiffy-ai/commerce-api-client/dist/models/IsBusinessHoursRequest.cjs +54 -0
  46. package/dist/node_modules/@spiffy-ai/commerce-api-client/dist/models/IsBusinessHoursResponse.cjs +59 -0
  47. package/dist/node_modules/@spiffy-ai/commerce-api-client/dist/models/LabelValue.cjs +60 -0
  48. package/dist/node_modules/@spiffy-ai/commerce-api-client/dist/models/ManualForm.cjs +55 -0
  49. package/dist/node_modules/@spiffy-ai/commerce-api-client/dist/models/MerchRule.cjs +70 -0
  50. package/dist/node_modules/@spiffy-ai/commerce-api-client/dist/models/MerchRuleAction.cjs +62 -0
  51. package/dist/node_modules/@spiffy-ai/commerce-api-client/dist/models/MerchRuleActionAttribute.cjs +58 -0
  52. package/dist/node_modules/@spiffy-ai/commerce-api-client/dist/models/MerchRuleActionType.cjs +64 -0
  53. package/dist/node_modules/@spiffy-ai/commerce-api-client/dist/models/MerchRuleCondition.cjs +60 -0
  54. package/dist/node_modules/@spiffy-ai/commerce-api-client/dist/models/MerchRuleOp.cjs +61 -0
  55. package/dist/node_modules/@spiffy-ai/commerce-api-client/dist/models/MerchRuleStatus.cjs +62 -0
  56. package/dist/node_modules/@spiffy-ai/commerce-api-client/dist/models/NextMessageRequest.cjs +78 -0
  57. package/dist/node_modules/@spiffy-ai/commerce-api-client/dist/models/OrderItemInfo.cjs +78 -0
  58. package/dist/node_modules/@spiffy-ai/commerce-api-client/dist/models/OrderResponseAttributes.cjs +71 -0
  59. package/dist/node_modules/@spiffy-ai/commerce-api-client/dist/models/Organization.cjs +83 -0
  60. package/dist/node_modules/@spiffy-ai/commerce-api-client/dist/models/OrganizationConfig.cjs +82 -0
  61. package/dist/node_modules/@spiffy-ai/commerce-api-client/dist/models/OrganizationConfigResults.cjs +70 -0
  62. package/dist/node_modules/@spiffy-ai/commerce-api-client/dist/models/OrganizationSettings.cjs +62 -0
  63. package/dist/node_modules/@spiffy-ai/commerce-api-client/dist/models/PDPAttributes.cjs +61 -0
  64. package/dist/node_modules/@spiffy-ai/commerce-api-client/dist/models/PLPAttributeCategory.cjs +61 -0
  65. package/dist/node_modules/@spiffy-ai/commerce-api-client/dist/models/PLPAttributes.cjs +64 -0
  66. package/dist/node_modules/@spiffy-ai/commerce-api-client/dist/models/PLPAttributesAttributes.cjs +55 -0
  67. package/dist/node_modules/@spiffy-ai/commerce-api-client/dist/models/PLPIdAttributes.cjs +53 -0
  68. package/dist/node_modules/@spiffy-ai/commerce-api-client/dist/models/PLPUrlAttributes.cjs +53 -0
  69. package/dist/node_modules/@spiffy-ai/commerce-api-client/dist/models/PageVisitAttributes.cjs +62 -0
  70. package/dist/node_modules/@spiffy-ai/commerce-api-client/dist/models/PageVisitCategory.cjs +65 -0
  71. package/dist/node_modules/@spiffy-ai/commerce-api-client/dist/models/ProductRetrievalRequest.cjs +62 -0
  72. package/dist/node_modules/@spiffy-ai/commerce-api-client/dist/models/ProductRetrievalResponse.cjs +55 -0
  73. package/dist/node_modules/@spiffy-ai/commerce-api-client/dist/models/ProductSearchFilterResponseAttributes.cjs +53 -0
  74. package/dist/node_modules/@spiffy-ai/commerce-api-client/dist/models/ProductSearchRequest.cjs +71 -0
  75. package/dist/node_modules/@spiffy-ai/commerce-api-client/dist/models/ProductSearchResponse.cjs +64 -0
  76. package/dist/node_modules/@spiffy-ai/commerce-api-client/dist/models/ProductSearchResponseAttributes.cjs +60 -0
  77. package/dist/node_modules/@spiffy-ai/commerce-api-client/dist/models/ProductSearchResponseV2.cjs +64 -0
  78. package/dist/node_modules/@spiffy-ai/commerce-api-client/dist/models/QueryTypedAttributes.cjs +53 -0
  79. package/dist/node_modules/@spiffy-ai/commerce-api-client/dist/models/ReportContent.cjs +59 -0
  80. package/dist/node_modules/@spiffy-ai/commerce-api-client/dist/models/ReportSessionRequest.cjs +99 -0
  81. package/dist/node_modules/@spiffy-ai/commerce-api-client/dist/models/Response.cjs +68 -0
  82. package/dist/node_modules/@spiffy-ai/commerce-api-client/dist/models/ResponseCategory.cjs +69 -0
  83. package/dist/node_modules/@spiffy-ai/commerce-api-client/dist/models/ResponseProductAttributes.cjs +91 -0
  84. package/dist/node_modules/@spiffy-ai/commerce-api-client/dist/models/SearchAttributes.cjs +65 -0
  85. package/dist/node_modules/@spiffy-ai/commerce-api-client/dist/models/SearchResponseProduct.cjs +93 -0
  86. package/dist/node_modules/@spiffy-ai/commerce-api-client/dist/models/SearchSuggestionsResponse.cjs +58 -0
  87. package/dist/node_modules/@spiffy-ai/commerce-api-client/dist/models/SendMessageRequest.cjs +71 -0
  88. package/dist/node_modules/@spiffy-ai/commerce-api-client/dist/models/SendMessageResponse.cjs +55 -0
  89. package/dist/node_modules/@spiffy-ai/commerce-api-client/dist/models/StatsigExperiment.cjs +64 -0
  90. package/dist/node_modules/@spiffy-ai/commerce-api-client/dist/models/StatsigFeatureGate.cjs +62 -0
  91. package/dist/node_modules/@spiffy-ai/commerce-api-client/dist/models/Suggestion.cjs +70 -0
  92. package/dist/node_modules/@spiffy-ai/commerce-api-client/dist/models/SuggestionCategory.cjs +62 -0
  93. package/dist/node_modules/@spiffy-ai/commerce-api-client/dist/models/SuggestionClickedAttributes.cjs +53 -0
  94. package/dist/node_modules/@spiffy-ai/commerce-api-client/dist/models/SupportedEventProductCategory.cjs +62 -0
  95. package/dist/node_modules/@spiffy-ai/commerce-api-client/dist/models/SupportedEventRequest.cjs +67 -0
  96. package/dist/node_modules/@spiffy-ai/commerce-api-client/dist/models/SupportedEventResponse.cjs +78 -0
  97. package/dist/node_modules/@spiffy-ai/commerce-api-client/dist/models/TurnInfo.cjs +70 -0
  98. package/dist/node_modules/@spiffy-ai/commerce-api-client/dist/models/TurnInfoPrevUserEvent.cjs +60 -0
  99. package/dist/node_modules/@spiffy-ai/commerce-api-client/dist/models/UrlResolvingGenericConfig.cjs +52 -0
  100. package/dist/node_modules/@spiffy-ai/commerce-api-client/dist/models/UrlResolvingPDPConfig.cjs +65 -0
  101. package/dist/node_modules/@spiffy-ai/commerce-api-client/dist/models/UrlResolvingPLPConfig.cjs +61 -0
  102. package/dist/node_modules/@spiffy-ai/commerce-api-client/dist/models/UrlResolvingRequest.cjs +65 -0
  103. package/dist/node_modules/@spiffy-ai/commerce-api-client/dist/models/UrlResolvingResponse.cjs +73 -0
  104. package/dist/node_modules/@spiffy-ai/commerce-api-client/dist/models/UrlResolvingResponseSpecificDetails.cjs +59 -0
  105. package/dist/node_modules/@spiffy-ai/commerce-api-client/dist/models/UrlResolvingType.cjs +67 -0
  106. package/dist/node_modules/@spiffy-ai/commerce-api-client/dist/models/UserEvent.cjs +69 -0
  107. package/dist/node_modules/@spiffy-ai/commerce-api-client/dist/models/UserEventAttributes.cjs +75 -0
  108. package/dist/node_modules/@spiffy-ai/commerce-api-client/dist/models/UserEventCategory.cjs +70 -0
  109. package/dist/node_modules/@spiffy-ai/commerce-api-client/dist/models/V1GetSessionMessages200Response.cjs +67 -0
  110. package/dist/node_modules/@spiffy-ai/commerce-api-client/dist/models/V1SearchExplainGet200Response.cjs +63 -0
  111. package/dist/node_modules/@spiffy-ai/commerce-api-client/dist/models/WidgetString.cjs +60 -0
  112. package/dist/node_modules/@spiffy-ai/commerce-api-client/dist/models/WidgetTextRequest.cjs +73 -0
  113. package/dist/node_modules/@spiffy-ai/commerce-api-client/dist/models/WidgetTextResponse.cjs +66 -0
  114. package/dist/node_modules/@spiffy-ai/commerce-api-client/dist/models/WidgetType.cjs +69 -0
  115. package/dist/node_modules/@spiffy-ai/commerce-api-client/dist/models/index.cjs +221 -0
  116. package/dist/node_modules/@spiffy-ai/commerce-api-client/dist/runtime.cjs +324 -0
  117. package/dist/node_modules/react-icons/fa/index.cjs +65 -0
  118. package/dist/node_modules/react-icons/fa/index.js +61 -0
  119. package/dist/node_modules/react-icons/lib/iconBase.cjs +121 -0
  120. package/dist/node_modules/react-icons/lib/iconBase.js +119 -0
  121. package/dist/node_modules/react-icons/lib/iconContext.cjs +17 -0
  122. package/dist/node_modules/react-icons/lib/iconContext.js +14 -0
  123. package/dist/packages/icons/dist/IconCloseVariant.cjs +22 -0
  124. package/dist/packages/icons/dist/IconCloseVariant.js +22 -0
  125. package/dist/packages/icons/dist/_virtual/rolldown_runtime.cjs +27 -0
  126. package/dist/packages/icons/dist/_virtual/rolldown_runtime.js +25 -0
  127. package/dist/packages/icons/dist/node_modules/react/cjs/react-jsx-runtime.development.cjs +696 -0
  128. package/dist/packages/icons/dist/node_modules/react/cjs/react-jsx-runtime.development.js +696 -0
  129. package/dist/packages/icons/dist/node_modules/react/cjs/react-jsx-runtime.production.min.cjs +43 -0
  130. package/dist/packages/icons/dist/node_modules/react/cjs/react-jsx-runtime.production.min.js +43 -0
  131. package/dist/packages/icons/dist/node_modules/react/cjs/react.development.cjs +1528 -0
  132. package/dist/packages/icons/dist/node_modules/react/cjs/react.development.js +1528 -0
  133. package/dist/packages/icons/dist/node_modules/react/cjs/react.production.min.cjs +329 -0
  134. package/dist/packages/icons/dist/node_modules/react/cjs/react.production.min.js +329 -0
  135. package/dist/packages/icons/dist/node_modules/react/index.cjs +13 -0
  136. package/dist/packages/icons/dist/node_modules/react/index.js +13 -0
  137. package/dist/packages/icons/dist/node_modules/react/jsx-runtime.cjs +13 -0
  138. package/dist/packages/icons/dist/node_modules/react/jsx-runtime.js +13 -0
  139. package/dist/{widgets → packages/widgets}/dist/SearchResults/SearchResultsWidget.d.ts +2 -2
  140. package/dist/{widgets → packages/widgets}/dist/SearchZeroState/SearchZeroStateWidget.d.ts +2 -2
  141. package/dist/widgets/ChatPreviewComparisonWidget/ChatPreviewComparisonWidget.d.cts +3 -3
  142. package/dist/widgets/ChatPreviewComparisonWidget/ChatPreviewComparisonWidget.d.ts +3 -3
  143. package/dist/widgets/ChatPreviewLoadingWidget/ChatPreviewLoadingWidget.d.cts +3 -3
  144. package/dist/widgets/ChatPreviewLoadingWidget/ChatPreviewLoadingWidget.d.ts +3 -3
  145. package/dist/widgets/ChatPreviewWidget/ChatPreviewWidget.d.ts +3 -3
  146. package/dist/widgets/FloatingChatWidget/FloatingChatOverlay.cjs +2 -2
  147. package/dist/widgets/FloatingChatWidget/FloatingChatOverlay.js +1 -1
  148. package/dist/widgets/FloatingChatWidget/FloatingChatWidget.cjs +2 -0
  149. package/dist/widgets/FloatingChatWidget/FloatingChatWidget.d.cts +2 -2
  150. package/dist/widgets/FloatingChatWidget/FloatingChatWidget.d.ts +2 -2
  151. package/dist/widgets/FloatingChatWidget/FloatingChatWidget.js +2 -0
  152. package/dist/widgets/FloatingChatWidget/hooks/useFloatingButtonVisibility.cjs +4 -1
  153. package/dist/widgets/FloatingChatWidget/hooks/useFloatingButtonVisibility.js +5 -2
  154. package/dist/widgets/FullPageSalesAgentWidget/FullPageSalesAgentWidget.cjs +31 -0
  155. package/dist/widgets/FullPageSalesAgentWidget/FullPageSalesAgentWidget.d.cts +15 -0
  156. package/dist/widgets/FullPageSalesAgentWidget/FullPageSalesAgentWidget.d.ts +15 -0
  157. package/dist/widgets/FullPageSalesAgentWidget/FullPageSalesAgentWidget.js +30 -0
  158. package/dist/widgets/FullPageSalesAgentWidget/index.cjs +3 -0
  159. package/dist/widgets/FullPageSalesAgentWidget/index.d.cts +2 -0
  160. package/dist/widgets/FullPageSalesAgentWidget/index.d.ts +2 -0
  161. package/dist/widgets/FullPageSalesAgentWidget/index.js +3 -0
  162. package/dist/widgets/ProductCardWidget/ProductCardWidget.cjs +2 -1
  163. package/dist/widgets/ProductCardWidget/ProductCardWidget.d.cts +2 -2
  164. package/dist/widgets/ProductCardWidget/ProductCardWidget.js +2 -1
  165. package/dist/widgets/PromptButtonCarouselWithImageWidget/PromptButtonCarouselWithImageWidget.cjs +2 -1
  166. package/dist/widgets/PromptButtonCarouselWithImageWidget/PromptButtonCarouselWithImageWidget.d.cts +3 -3
  167. package/dist/widgets/PromptButtonCarouselWithImageWidget/PromptButtonCarouselWithImageWidget.d.ts +3 -3
  168. package/dist/widgets/PromptButtonCarouselWithImageWidget/PromptButtonCarouselWithImageWidget.js +2 -1
  169. package/dist/widgets/PromptCarouselWidget/PromptCarouselWidget.cjs +26 -2
  170. package/dist/widgets/PromptCarouselWidget/PromptCarouselWidget.d.cts +2 -2
  171. package/dist/widgets/PromptCarouselWidget/PromptCarouselWidget.d.ts +2 -2
  172. package/dist/widgets/PromptCarouselWidget/PromptCarouselWidget.js +27 -3
  173. package/dist/widgets/SocialProofFlowWidget/SocialProofFlowWidget.cjs +1 -1
  174. package/dist/widgets/SocialProofFlowWidget/SocialProofFlowWidget.d.cts +2 -2
  175. package/dist/widgets/SocialProofFlowWidget/SocialProofFlowWidget.js +1 -1
  176. package/dist/widgets/SocialProofWidget/SocialProofWidget.cjs +4 -2
  177. package/dist/widgets/SocialProofWidget/SocialProofWidget.d.cts +3 -3
  178. package/dist/widgets/SocialProofWidget/SocialProofWidget.d.ts +3 -3
  179. package/dist/widgets/SocialProofWidget/SocialProofWidget.js +4 -2
  180. package/dist/widgets/TitledPromptCarouselWidget/TitledPromptCarouselWidget.cjs +2 -1
  181. package/dist/widgets/TitledPromptCarouselWidget/TitledPromptCarouselWidget.d.cts +2 -2
  182. package/dist/widgets/TitledPromptCarouselWidget/TitledPromptCarouselWidget.d.ts +2 -2
  183. package/dist/widgets/TitledPromptCarouselWidget/TitledPromptCarouselWidget.js +2 -1
  184. package/dist/widgets/TypingAnimationFlowWidget/TypingAnimationFlowWidget.cjs +1 -1
  185. package/dist/widgets/TypingAnimationFlowWidget/TypingAnimationFlowWidget.d.cts +2 -2
  186. package/dist/widgets/TypingAnimationFlowWidget/TypingAnimationFlowWidget.d.ts +2 -2
  187. package/dist/widgets/TypingAnimationFlowWidget/TypingAnimationFlowWidget.js +1 -1
  188. package/dist/widgets/TypingAnimationWidget/TypingAnimationWidget.cjs +2 -1
  189. package/dist/widgets/TypingAnimationWidget/TypingAnimationWidget.d.cts +3 -3
  190. package/dist/widgets/TypingAnimationWidget/TypingAnimationWidget.d.ts +3 -3
  191. package/dist/widgets/TypingAnimationWidget/TypingAnimationWidget.js +2 -1
  192. package/dist/widgets/dist/SearchResults/SearchResultsWidget.d.cts +2 -2
  193. package/dist/widgets/dist/SearchZeroState/SearchZeroStateWidget.d.cts +2 -2
  194. package/dist/widgets-v2/SearchResults/index.d.ts +3 -3
  195. package/dist/widgets-v2/SearchZeroState/index.d.ts +4 -4
  196. package/dist/widgets-v2/SuggestionBar/index.d.ts +3 -3
  197. package/dist/widgets-v2/SuggestionButtonContainer/index.d.ts +2 -2
  198. package/package.json +5 -1
  199. package/src/debug/GenericSelect.tsx +236 -0
  200. package/src/debug/MessageContent.tsx +248 -0
  201. package/src/debug/chatEmbed.tsx +119 -0
  202. package/src/debug/debugBar.tsx +13 -0
  203. package/src/debug/reportIssue.tsx +649 -0
  204. package/src/hocs/withBaseWidget/__tests__/withBaseWidget.test.tsx +6 -0
  205. package/src/stories/FullPageSalesAgentWidget.stories.tsx +68 -0
  206. package/src/stories/SalesAgentTest/SalesAgentTest.tsx +10 -2
  207. package/src/widgets/FloatingChatWidget/FloatingChatWidget.tsx +2 -0
  208. package/src/widgets/FloatingChatWidget/hooks/useFloatingButtonVisibility.ts +11 -5
  209. package/src/widgets/FullPageSalesAgentWidget/FullPageSalesAgentWidget.tsx +46 -0
  210. package/src/widgets/FullPageSalesAgentWidget/index.ts +1 -0
  211. package/src/widgets/ProductCardWidget/ProductCardWidget.tsx +5 -1
  212. package/src/widgets/PromptButtonCarouselWithImageWidget/PromptButtonCarouselWithImageWidget.tsx +6 -1
  213. package/src/widgets/PromptCarouselWidget/PromptCarouselWidget.tsx +31 -2
  214. package/src/widgets/SocialProofWidget/SocialProofWidget.tsx +10 -2
  215. package/src/widgets/TitledPromptCarouselWidget/TitledPromptCarouselWidget.tsx +5 -1
  216. package/src/widgets/TypingAnimationWidget/TypingAnimationWidget.tsx +5 -1
  217. /package/dist/{widgets → packages/widgets}/dist/SearchResults/SearchResults.d.ts +0 -0
  218. /package/dist/{widgets → packages/widgets}/dist/SearchResults/index.d.ts +0 -0
  219. /package/dist/{widgets → packages/widgets}/dist/SearchResults/types.d.ts +0 -0
  220. /package/dist/{widgets → packages/widgets}/dist/SearchZeroState/SearchZeroState.d.ts +0 -0
  221. /package/dist/{widgets → packages/widgets}/dist/SearchZeroState/index.d.ts +0 -0
  222. /package/dist/{widgets → packages/widgets}/dist/SearchZeroState/types.d.ts +0 -0
  223. /package/dist/{widgets → packages/widgets}/dist/SuggestionBar/SuggestionBar.d.ts +0 -0
  224. /package/dist/{widgets → packages/widgets}/dist/SuggestionBar/index.d.ts +0 -0
  225. /package/dist/{widgets → packages/widgets}/dist/SuggestionBar/types.d.ts +0 -0
  226. /package/dist/{widgets → packages/widgets}/dist/SuggestionButtonContainer/SuggestionButtonContainer.d.ts +0 -0
  227. /package/dist/{widgets → packages/widgets}/dist/SuggestionButtonContainer/types.d.ts +0 -0
  228. /package/dist/{widgets → packages/widgets}/dist/config/BaseWidgetConfig.d.ts +0 -0
  229. /package/dist/{widgets → packages/widgets}/dist/config/WidgetType.d.ts +0 -0
@@ -0,0 +1,265 @@
1
+ "use strict";
2
+
3
+ const require_rolldown_runtime = require('../../../../../_virtual/rolldown_runtime.cjs');
4
+ const require_runtime$1 = require('../runtime.cjs');
5
+ const require_index = require('../models/index.cjs');
6
+
7
+ //#region ../../node_modules/@spiffy-ai/commerce-api-client/dist/apis/CustomerServiceApi.js
8
+ var require_CustomerServiceApi = /* @__PURE__ */ require_rolldown_runtime.__commonJSMin(((exports) => {
9
+ /**
10
+ * Commerce
11
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
12
+ *
13
+ * The version of the OpenAPI document: 1.1.0
14
+ *
15
+ *
16
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
17
+ * https://openapi-generator.tech
18
+ * Do not edit the class manually.
19
+ */
20
+ var __awaiter = exports && exports.__awaiter || function(thisArg, _arguments, P, generator) {
21
+ function adopt(value) {
22
+ return value instanceof P ? value : new P(function(resolve) {
23
+ resolve(value);
24
+ });
25
+ }
26
+ return new (P || (P = Promise))(function(resolve, reject) {
27
+ function fulfilled(value) {
28
+ try {
29
+ step(generator.next(value));
30
+ } catch (e) {
31
+ reject(e);
32
+ }
33
+ }
34
+ function rejected(value) {
35
+ try {
36
+ step(generator["throw"](value));
37
+ } catch (e) {
38
+ reject(e);
39
+ }
40
+ }
41
+ function step(result) {
42
+ result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected);
43
+ }
44
+ step((generator = generator.apply(thisArg, _arguments || [])).next());
45
+ });
46
+ };
47
+ Object.defineProperty(exports, "__esModule", { value: true });
48
+ exports.CustomerServiceApi = void 0;
49
+ const runtime = require_runtime$1.default;
50
+ const index_1 = require_index.default;
51
+ /**
52
+ *
53
+ */
54
+ var CustomerServiceApi = class extends runtime.BaseAPI {
55
+ /**
56
+ * Creates request options for v1CustserviceAddNoteToLatestConversationPost without sending the request
57
+ */
58
+ v1CustserviceAddNoteToLatestConversationPostRequestOpts(requestParameters) {
59
+ return __awaiter(this, void 0, void 0, function* () {
60
+ const queryParameters = {};
61
+ const headerParameters = {};
62
+ headerParameters["Content-Type"] = "application/json";
63
+ if (this.configuration && this.configuration.accessToken) {
64
+ const token = this.configuration.accessToken;
65
+ const tokenString = yield token("bearer", []);
66
+ if (tokenString) headerParameters["Authorization"] = `Bearer ${tokenString}`;
67
+ }
68
+ return {
69
+ path: `/v1/custservice/add_note_to_latest_conversation`,
70
+ method: "POST",
71
+ headers: headerParameters,
72
+ query: queryParameters,
73
+ body: (0, index_1.AddNoteToLatestConversationRequestToJSON)(requestParameters["AddNoteToLatestConversationRequest"])
74
+ };
75
+ });
76
+ }
77
+ /**
78
+ * Add a note to the latest conversation for a customer
79
+ */
80
+ v1CustserviceAddNoteToLatestConversationPostRaw(requestParameters, initOverrides) {
81
+ return __awaiter(this, void 0, void 0, function* () {
82
+ const requestOptions = yield this.v1CustserviceAddNoteToLatestConversationPostRequestOpts(requestParameters);
83
+ const response = yield this.request(requestOptions, initOverrides);
84
+ return new runtime.JSONApiResponse(response, (jsonValue) => (0, index_1.AddNoteToLatestConversationResponseFromJSON)(jsonValue));
85
+ });
86
+ }
87
+ /**
88
+ * Add a note to the latest conversation for a customer
89
+ */
90
+ v1CustserviceAddNoteToLatestConversationPost() {
91
+ return __awaiter(this, arguments, void 0, function* (requestParameters = {}, initOverrides) {
92
+ return yield (yield this.v1CustserviceAddNoteToLatestConversationPostRaw(requestParameters, initOverrides)).value();
93
+ });
94
+ }
95
+ /**
96
+ * Creates request options for v1CustserviceCreateConversationPost without sending the request
97
+ */
98
+ v1CustserviceCreateConversationPostRequestOpts(requestParameters) {
99
+ return __awaiter(this, void 0, void 0, function* () {
100
+ const queryParameters = {};
101
+ const headerParameters = {};
102
+ headerParameters["Content-Type"] = "application/json";
103
+ if (this.configuration && this.configuration.accessToken) {
104
+ const token = this.configuration.accessToken;
105
+ const tokenString = yield token("bearer", []);
106
+ if (tokenString) headerParameters["Authorization"] = `Bearer ${tokenString}`;
107
+ }
108
+ return {
109
+ path: `/v1/custservice/create_conversation`,
110
+ method: "POST",
111
+ headers: headerParameters,
112
+ query: queryParameters,
113
+ body: (0, index_1.CreateConversationRequestToJSON)(requestParameters["CreateConversationRequest"])
114
+ };
115
+ });
116
+ }
117
+ /**
118
+ * Create a new conversation for a customer
119
+ */
120
+ v1CustserviceCreateConversationPostRaw(requestParameters, initOverrides) {
121
+ return __awaiter(this, void 0, void 0, function* () {
122
+ const requestOptions = yield this.v1CustserviceCreateConversationPostRequestOpts(requestParameters);
123
+ const response = yield this.request(requestOptions, initOverrides);
124
+ return new runtime.JSONApiResponse(response, (jsonValue) => (0, index_1.CreateConversationResponseFromJSON)(jsonValue));
125
+ });
126
+ }
127
+ /**
128
+ * Create a new conversation for a customer
129
+ */
130
+ v1CustserviceCreateConversationPost() {
131
+ return __awaiter(this, arguments, void 0, function* (requestParameters = {}, initOverrides) {
132
+ return yield (yield this.v1CustserviceCreateConversationPostRaw(requestParameters, initOverrides)).value();
133
+ });
134
+ }
135
+ /**
136
+ * Creates request options for v1CustserviceGetConversationMessagesPost without sending the request
137
+ */
138
+ v1CustserviceGetConversationMessagesPostRequestOpts(requestParameters) {
139
+ return __awaiter(this, void 0, void 0, function* () {
140
+ const queryParameters = {};
141
+ const headerParameters = {};
142
+ headerParameters["Content-Type"] = "application/json";
143
+ if (this.configuration && this.configuration.accessToken) {
144
+ const token = this.configuration.accessToken;
145
+ const tokenString = yield token("bearer", []);
146
+ if (tokenString) headerParameters["Authorization"] = `Bearer ${tokenString}`;
147
+ }
148
+ return {
149
+ path: `/v1/custservice/get_conversation_messages`,
150
+ method: "POST",
151
+ headers: headerParameters,
152
+ query: queryParameters,
153
+ body: (0, index_1.GetConversationMessagesRequestToJSON)(requestParameters["GetConversationMessagesRequest"])
154
+ };
155
+ });
156
+ }
157
+ /**
158
+ * Get messages from a conversation
159
+ */
160
+ v1CustserviceGetConversationMessagesPostRaw(requestParameters, initOverrides) {
161
+ return __awaiter(this, void 0, void 0, function* () {
162
+ const requestOptions = yield this.v1CustserviceGetConversationMessagesPostRequestOpts(requestParameters);
163
+ const response = yield this.request(requestOptions, initOverrides);
164
+ return new runtime.JSONApiResponse(response, (jsonValue) => (0, index_1.CustServiceConversationMessagesFromJSON)(jsonValue));
165
+ });
166
+ }
167
+ /**
168
+ * Get messages from a conversation
169
+ */
170
+ v1CustserviceGetConversationMessagesPost() {
171
+ return __awaiter(this, arguments, void 0, function* (requestParameters = {}, initOverrides) {
172
+ return yield (yield this.v1CustserviceGetConversationMessagesPostRaw(requestParameters, initOverrides)).value();
173
+ });
174
+ }
175
+ /**
176
+ * Creates request options for v1CustserviceIsBusinessHoursPost without sending the request
177
+ */
178
+ v1CustserviceIsBusinessHoursPostRequestOpts(requestParameters) {
179
+ return __awaiter(this, void 0, void 0, function* () {
180
+ const queryParameters = {};
181
+ const headerParameters = {};
182
+ headerParameters["Content-Type"] = "application/json";
183
+ if (this.configuration && this.configuration.accessToken) {
184
+ const token = this.configuration.accessToken;
185
+ const tokenString = yield token("bearer", []);
186
+ if (tokenString) headerParameters["Authorization"] = `Bearer ${tokenString}`;
187
+ }
188
+ return {
189
+ path: `/v1/custservice/is_business_hours`,
190
+ method: "POST",
191
+ headers: headerParameters,
192
+ query: queryParameters,
193
+ body: (0, index_1.IsBusinessHoursRequestToJSON)(requestParameters["IsBusinessHoursRequest"])
194
+ };
195
+ });
196
+ }
197
+ /**
198
+ * Check if it is currently business hours
199
+ */
200
+ v1CustserviceIsBusinessHoursPostRaw(requestParameters, initOverrides) {
201
+ return __awaiter(this, void 0, void 0, function* () {
202
+ const requestOptions = yield this.v1CustserviceIsBusinessHoursPostRequestOpts(requestParameters);
203
+ const response = yield this.request(requestOptions, initOverrides);
204
+ return new runtime.JSONApiResponse(response, (jsonValue) => (0, index_1.IsBusinessHoursResponseFromJSON)(jsonValue));
205
+ });
206
+ }
207
+ /**
208
+ * Check if it is currently business hours
209
+ */
210
+ v1CustserviceIsBusinessHoursPost() {
211
+ return __awaiter(this, arguments, void 0, function* (requestParameters = {}, initOverrides) {
212
+ return yield (yield this.v1CustserviceIsBusinessHoursPostRaw(requestParameters, initOverrides)).value();
213
+ });
214
+ }
215
+ /**
216
+ * Creates request options for v1CustserviceSendMessagePost without sending the request
217
+ */
218
+ v1CustserviceSendMessagePostRequestOpts(requestParameters) {
219
+ return __awaiter(this, void 0, void 0, function* () {
220
+ const queryParameters = {};
221
+ const headerParameters = {};
222
+ headerParameters["Content-Type"] = "application/json";
223
+ if (this.configuration && this.configuration.accessToken) {
224
+ const token = this.configuration.accessToken;
225
+ const tokenString = yield token("bearer", []);
226
+ if (tokenString) headerParameters["Authorization"] = `Bearer ${tokenString}`;
227
+ }
228
+ return {
229
+ path: `/v1/custservice/send_message`,
230
+ method: "POST",
231
+ headers: headerParameters,
232
+ query: queryParameters,
233
+ body: (0, index_1.SendMessageRequestToJSON)(requestParameters["SendMessageRequest"])
234
+ };
235
+ });
236
+ }
237
+ /**
238
+ * Send a message in an existing conversation
239
+ */
240
+ v1CustserviceSendMessagePostRaw(requestParameters, initOverrides) {
241
+ return __awaiter(this, void 0, void 0, function* () {
242
+ const requestOptions = yield this.v1CustserviceSendMessagePostRequestOpts(requestParameters);
243
+ const response = yield this.request(requestOptions, initOverrides);
244
+ return new runtime.JSONApiResponse(response, (jsonValue) => (0, index_1.SendMessageResponseFromJSON)(jsonValue));
245
+ });
246
+ }
247
+ /**
248
+ * Send a message in an existing conversation
249
+ */
250
+ v1CustserviceSendMessagePost() {
251
+ return __awaiter(this, arguments, void 0, function* (requestParameters = {}, initOverrides) {
252
+ return yield (yield this.v1CustserviceSendMessagePostRaw(requestParameters, initOverrides)).value();
253
+ });
254
+ }
255
+ };
256
+ exports.CustomerServiceApi = CustomerServiceApi;
257
+ }));
258
+
259
+ //#endregion
260
+ Object.defineProperty(exports, 'default', {
261
+ enumerable: true,
262
+ get: function () {
263
+ return require_CustomerServiceApi();
264
+ }
265
+ });