@envive-ai/react-hooks 0.2.4 → 0.2.6-alpha
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/AmplitudeOperations-CDe6oRn4.cjs +41 -0
- package/dist/AmplitudeOperations-zFjk1Mkm.js +34 -0
- package/dist/{NewOrgConfig-xNlcpcF_.js → NewOrgConfig-ChNJ3ZtC.js} +2 -2
- package/dist/{NewOrgConfig-B_1A1d9q.cjs → NewOrgConfig-KHz61ikr.cjs} +2 -2
- package/dist/TrackComponentVisibleEvent-f8ahqV1g.js +53 -0
- package/dist/TrackComponentVisibleEvent-uEzgBXb9.cjs +60 -0
- package/dist/amplitudeContext-CRFxGj_x.d.ts +52 -0
- package/dist/amplitudeContext-ZkerrMUa.d.cts +52 -0
- package/dist/api-1-73JxnF.js +166 -0
- package/dist/api-ZNG6wObS.cjs +239 -0
- package/dist/application/models/graphql/index.cjs +3 -3
- package/dist/application/models/graphql/index.d.cts +2 -2
- package/dist/application/models/graphql/index.d.ts +2 -2
- package/dist/application/models/graphql/index.js +2 -3
- package/dist/application/models/guards/api/index.cjs +3 -3
- package/dist/application/models/guards/api/index.d.cts +2 -2
- package/dist/application/models/guards/api/index.d.ts +2 -2
- package/dist/application/models/guards/api/index.js +3 -3
- package/dist/application/models/guards/utils.cjs +1 -1
- package/dist/application/models/guards/utils.d.ts +1 -1
- package/dist/application/models/guards/utils.js +1 -1
- package/dist/application/models/index.cjs +7 -23
- package/dist/application/models/index.d.cts +167 -11
- package/dist/application/models/index.d.ts +168 -12
- package/dist/application/models/index.js +7 -11
- package/dist/application/utils/index.cjs +18 -18
- package/dist/application/utils/index.d.cts +16 -65
- package/dist/application/utils/index.d.ts +14 -63
- package/dist/application/utils/index.js +18 -18
- package/dist/{atomStore-BLYJ2ZoQ.js → atomStore-DAQvNPkh.js} +1 -1
- package/dist/{atomStore-8ppNkJ_n.cjs → atomStore-DD9g7Zw2.cjs} +1 -1
- package/dist/atoms/app/index.cjs +18 -18
- package/dist/atoms/app/index.d.cts +9 -20
- package/dist/atoms/app/index.d.ts +8 -19
- package/dist/atoms/app/index.js +18 -18
- package/dist/atoms/atomStore/index.cjs +1 -1
- package/dist/atoms/atomStore/index.js +1 -1
- package/dist/atoms/chat/index.cjs +20 -20
- package/dist/atoms/chat/index.d.cts +37 -45
- package/dist/atoms/chat/index.d.ts +35 -43
- package/dist/atoms/chat/index.js +20 -20
- package/dist/atoms/globalSearch/index.cjs +1 -1
- package/dist/atoms/globalSearch/index.d.cts +6 -6
- package/dist/atoms/globalSearch/index.d.ts +6 -6
- package/dist/atoms/globalSearch/index.js +1 -1
- package/dist/atoms/org/index.cjs +10 -11
- package/dist/atoms/org/index.d.cts +19 -31
- package/dist/atoms/org/index.d.ts +19 -31
- package/dist/atoms/org/index.js +2 -3
- package/dist/atoms/search/index.cjs +6 -46
- package/dist/atoms/search/index.d.cts +76 -14
- package/dist/atoms/search/index.d.ts +76 -14
- package/dist/atoms/search/index.js +6 -28
- package/dist/atoms/search/utils.d.cts +1 -1
- package/dist/atoms/search/utils.d.ts +1 -1
- package/dist/cdnContext-BLNiW2HT.cjs +53 -0
- package/dist/cdnContext-DT6J5nCw.js +38 -0
- package/dist/chat-C0cgfkL8.js +230 -0
- package/dist/{chat-pXCsesuS.js → chat-ClvJ9xEj.js} +1 -1
- package/dist/{chat-sCX7aTrz.cjs → chat-DCGriB7h.cjs} +1 -1
- package/dist/chat-DULmjtx1.cjs +330 -0
- package/dist/chatState-BrSfXIV4.cjs +120 -0
- package/dist/chatState-Cn8JGAlH.js +34 -0
- package/dist/{common-4xhjcUbt.cjs → common-DQPvV_S_.cjs} +1 -1
- package/dist/{common-DhKoZ6jN.js → common-c_4eX0qn.js} +1 -1
- package/dist/{components-BUisjl4v.js → components-CDpaMUjK.js} +1 -1
- package/dist/{components-DVaYBroL.cjs → components-DKwVHIjq.cjs} +1 -1
- package/dist/config/index.cjs +71 -0
- package/dist/config/index.d.cts +5 -0
- package/dist/config/index.d.ts +5 -0
- package/dist/config/index.js +6 -0
- package/dist/config/locators/components/chat/index.cjs +1 -1
- package/dist/config/locators/components/chat/index.d.cts +1 -1
- package/dist/config/locators/components/chat/index.d.ts +1 -1
- package/dist/config/locators/components/chat/index.js +1 -1
- package/dist/config/locators/components/chat/variants/index.d.cts +1 -1
- package/dist/config/locators/components/chat/variants/index.d.ts +1 -1
- package/dist/config/locators/components/common/index.cjs +1 -1
- package/dist/config/locators/components/common/index.d.cts +1 -1
- package/dist/config/locators/components/common/index.d.ts +1 -1
- package/dist/config/locators/components/common/index.js +1 -1
- package/dist/config/locators/components/index.cjs +1 -1
- package/dist/config/locators/components/index.d.cts +1 -1
- package/dist/config/locators/components/index.d.ts +1 -1
- package/dist/config/locators/components/index.js +1 -1
- package/dist/config/locators/components/search/index.d.cts +1 -1
- package/dist/config/locators/components/search/index.d.ts +1 -1
- package/dist/config/locators/index.cjs +23 -44
- package/dist/config/locators/index.d.cts +5 -26
- package/dist/config/locators/index.d.ts +5 -26
- package/dist/config/locators/index.js +5 -26
- package/dist/contexts/amplitudeContext/index.cjs +18 -18
- package/dist/contexts/amplitudeContext/index.d.cts +1 -1
- package/dist/contexts/amplitudeContext/index.d.ts +1 -1
- package/dist/contexts/amplitudeContext/index.js +18 -18
- package/dist/contexts/cdnContext/index.cjs +4 -4
- package/dist/contexts/cdnContext/index.d.cts +2 -6
- package/dist/contexts/cdnContext/index.d.ts +2 -6
- package/dist/contexts/cdnContext/index.js +4 -4
- package/dist/contexts/enviveConfigContext/index.cjs +4 -4
- package/dist/contexts/enviveConfigContext/index.d.cts +3 -24
- package/dist/contexts/enviveConfigContext/index.d.ts +3 -24
- package/dist/contexts/enviveConfigContext/index.js +4 -4
- package/dist/contexts/enviveCssContext/index.cjs +15 -19
- package/dist/contexts/enviveCssContext/index.d.cts +3 -5
- package/dist/contexts/enviveCssContext/index.d.ts +3 -5
- package/dist/contexts/enviveCssContext/index.js +15 -19
- package/dist/contexts/featureFlagContext/index.cjs +9 -10
- package/dist/contexts/featureFlagContext/index.d.cts +3 -11
- package/dist/contexts/featureFlagContext/index.d.ts +3 -11
- package/dist/contexts/featureFlagContext/index.js +6 -7
- package/dist/contexts/featureFlagServiceContext/index.cjs +4 -3
- package/dist/contexts/featureFlagServiceContext/index.d.cts +1 -4
- package/dist/contexts/featureFlagServiceContext/index.d.ts +1 -4
- package/dist/contexts/featureFlagServiceContext/index.js +4 -3
- package/dist/contexts/graphqlContext/index.cjs +8 -13
- package/dist/contexts/graphqlContext/index.d.cts +11 -14
- package/dist/contexts/graphqlContext/index.d.ts +11 -14
- package/dist/contexts/graphqlContext/index.js +8 -13
- package/dist/contexts/localStorageContext/index.cjs +3 -3
- package/dist/contexts/localStorageContext/index.d.cts +3 -22
- package/dist/contexts/localStorageContext/index.d.ts +3 -22
- package/dist/contexts/localStorageContext/index.js +4 -3
- package/dist/contexts/newOrgConfigContext/index.cjs +13 -17
- package/dist/contexts/newOrgConfigContext/index.d.cts +12 -15
- package/dist/contexts/newOrgConfigContext/index.d.ts +12 -15
- package/dist/contexts/newOrgConfigContext/index.js +13 -17
- package/dist/contexts/searchContext/index.cjs +23 -23
- package/dist/contexts/searchContext/index.d.cts +2 -7
- package/dist/contexts/searchContext/index.d.ts +2 -7
- package/dist/contexts/searchContext/index.js +23 -23
- package/dist/contexts/sessionStorageContext/index.cjs +2 -2
- package/dist/contexts/sessionStorageContext/index.d.cts +2 -6
- package/dist/contexts/sessionStorageContext/index.d.ts +2 -6
- package/dist/contexts/sessionStorageContext/index.js +2 -2
- package/dist/contexts/shopifyUrlContext/index.cjs +2 -2
- package/dist/contexts/shopifyUrlContext/index.d.cts +2 -11
- package/dist/contexts/shopifyUrlContext/index.d.ts +2 -11
- package/dist/contexts/shopifyUrlContext/index.js +2 -2
- package/dist/contexts/systemSettingsContext/index.cjs +4 -4
- package/dist/contexts/systemSettingsContext/index.d.cts +4 -14
- package/dist/contexts/systemSettingsContext/index.d.ts +4 -14
- package/dist/contexts/systemSettingsContext/index.js +4 -4
- package/dist/contexts/userIdentityContext/index.cjs +18 -18
- package/dist/contexts/userIdentityContext/index.d.cts +11 -2
- package/dist/contexts/userIdentityContext/index.d.ts +11 -2
- package/dist/contexts/userIdentityContext/index.js +18 -18
- package/dist/dist-BZX_Mgfn.cjs +6019 -0
- package/dist/dist-CIM4YRqp.js +5923 -0
- package/dist/domObserver-DKcas6tl.js +1 -1
- package/dist/domObserver-Do6RAJdf.cjs +1 -1
- package/dist/enviveConfig-DaotBKMS.cjs +130 -0
- package/dist/enviveConfig-DrvYlCYG.js +62 -0
- package/dist/enviveConfigContext--89ejDs5.cjs +60 -0
- package/dist/enviveConfigContext-BCnzgk4M.js +45 -0
- package/dist/events/index.cjs +2 -3
- package/dist/events/index.d.cts +2 -15
- package/dist/events/index.d.ts +2 -15
- package/dist/events/index.js +2 -2
- package/dist/events-CgFGtanE.cjs +69 -0
- package/dist/events-WOOrnUAx.js +63 -0
- package/dist/exceptions/index.cjs +4 -0
- package/dist/exceptions/index.d.cts +12 -0
- package/dist/exceptions/index.d.ts +12 -0
- package/dist/exceptions/index.js +3 -0
- package/dist/exceptions-BiSWJEl2.cjs +32 -0
- package/dist/exceptions-DSv0ZaH0.js +20 -0
- package/dist/featureFlagServiceContext-B7je7VZV.d.cts +24 -0
- package/dist/featureFlagServiceContext-BztKnBPk.cjs +66 -0
- package/dist/featureFlagServiceContext-DpdlcjNb.js +46 -0
- package/dist/featureFlagServiceContext-ahy3jou0.d.ts +24 -0
- package/dist/{globalSearch-OiF96VLG.cjs → globalSearch-Cpc8egsM.cjs} +1 -1
- package/dist/{globalSearch-B_v9qfCT.js → globalSearch-nmrfGLOn.js} +1 -1
- package/dist/graphql-CWNkUHFV.js +46 -0
- package/dist/graphql-DT-H-lta.cjs +70 -0
- package/dist/graphqlContext-B181y-sa.cjs +111 -0
- package/dist/graphqlContext-CWulFxxC.js +96 -0
- package/dist/hooks/AmplitudeOperations/index.cjs +20 -21
- package/dist/hooks/AmplitudeOperations/index.d.cts +2 -2
- package/dist/hooks/AmplitudeOperations/index.d.ts +2 -2
- package/dist/hooks/AmplitudeOperations/index.js +19 -20
- package/dist/hooks/AppDetails/index.cjs +21 -21
- package/dist/hooks/AppDetails/index.d.cts +3 -23
- package/dist/hooks/AppDetails/index.d.ts +3 -23
- package/dist/hooks/AppDetails/index.js +21 -21
- package/dist/hooks/CdnOperations/index.cjs +4 -4
- package/dist/hooks/CdnOperations/index.js +4 -4
- package/dist/hooks/ChatToggle/index.cjs +23 -23
- package/dist/hooks/ChatToggle/index.d.cts +2 -2
- package/dist/hooks/ChatToggle/index.d.ts +2 -2
- package/dist/hooks/ChatToggle/index.js +21 -21
- package/dist/hooks/ChatToggleAnalytics/index.cjs +22 -23
- package/dist/hooks/ChatToggleAnalytics/index.d.cts +2 -2
- package/dist/hooks/ChatToggleAnalytics/index.d.ts +2 -2
- package/dist/hooks/ChatToggleAnalytics/index.js +21 -22
- package/dist/hooks/CustomerSupportHandoff/index.cjs +2 -2
- package/dist/hooks/CustomerSupportHandoff/index.js +2 -2
- package/dist/hooks/Debounce/index.cjs +20 -2
- package/dist/hooks/Debounce/index.js +18 -2
- package/dist/hooks/ElementObserver/index.cjs +3 -5
- package/dist/hooks/ElementObserver/index.d.cts +4 -25
- package/dist/hooks/ElementObserver/index.d.ts +4 -25
- package/dist/hooks/ElementObserver/index.js +3 -5
- package/dist/hooks/GrabAndScroll/index.cjs +1 -1
- package/dist/hooks/GrabAndScroll/index.js +1 -1
- package/dist/hooks/GraphQLConfig/index.cjs +9 -14
- package/dist/hooks/GraphQLConfig/index.d.cts +2 -13
- package/dist/hooks/GraphQLConfig/index.d.ts +2 -13
- package/dist/hooks/GraphQLConfig/index.js +9 -14
- package/dist/hooks/IdentifyUser/index.cjs +18 -18
- package/dist/hooks/IdentifyUser/index.js +18 -18
- package/dist/hooks/ImageResolver/index.cjs +20 -29
- package/dist/hooks/ImageResolver/index.js +20 -29
- package/dist/hooks/Intersection/index.cjs +1 -1
- package/dist/hooks/Intersection/index.js +1 -1
- package/dist/hooks/LocalStorageOperations/index.cjs +8 -7
- package/dist/hooks/LocalStorageOperations/index.js +4 -3
- package/dist/hooks/MessageFilter/index.cjs +3 -12
- package/dist/hooks/MessageFilter/index.d.cts +2 -17
- package/dist/hooks/MessageFilter/index.d.ts +2 -17
- package/dist/hooks/MessageFilter/index.js +2 -11
- package/dist/hooks/NewOrgConfig/index.cjs +14 -18
- package/dist/hooks/NewOrgConfig/index.d.cts +3 -16
- package/dist/hooks/NewOrgConfig/index.d.ts +3 -16
- package/dist/hooks/NewOrgConfig/index.js +14 -18
- package/dist/hooks/Search/index.cjs +331 -166
- package/dist/hooks/Search/index.d.cts +3 -57
- package/dist/hooks/Search/index.d.ts +3 -57
- package/dist/hooks/Search/index.js +319 -155
- package/dist/hooks/SearchOperations/index.cjs +24 -24
- package/dist/hooks/SearchOperations/index.d.cts +2 -3
- package/dist/hooks/SearchOperations/index.d.ts +2 -3
- package/dist/hooks/SearchOperations/index.js +24 -24
- package/dist/hooks/SessionStorageOperations/index.cjs +2 -2
- package/dist/hooks/SessionStorageOperations/index.js +2 -2
- package/dist/hooks/ShopifyUrlOperations/index.cjs +3 -3
- package/dist/hooks/ShopifyUrlOperations/index.d.cts +3 -5
- package/dist/hooks/ShopifyUrlOperations/index.d.ts +3 -5
- package/dist/hooks/ShopifyUrlOperations/index.js +3 -3
- package/dist/hooks/SnapCalculator/index.cjs +1 -1
- package/dist/hooks/SnapCalculator/index.d.cts +4 -3
- package/dist/hooks/SnapCalculator/index.d.ts +4 -3
- package/dist/hooks/SnapCalculator/index.js +1 -1
- package/dist/hooks/SystemSettingsContext/index.cjs +17 -6
- package/dist/hooks/SystemSettingsContext/index.d.cts +5 -15
- package/dist/hooks/SystemSettingsContext/index.d.ts +5 -15
- package/dist/hooks/SystemSettingsContext/index.js +15 -6
- package/dist/hooks/TrackComponentVisibleEvent/index.cjs +20 -20
- package/dist/hooks/TrackComponentVisibleEvent/index.d.cts +2 -3
- package/dist/hooks/TrackComponentVisibleEvent/index.d.ts +2 -3
- package/dist/hooks/TrackComponentVisibleEvent/index.js +20 -20
- package/dist/hooks/UpdateAnalyticsProps/index.cjs +20 -20
- package/dist/hooks/UpdateAnalyticsProps/index.js +19 -19
- package/dist/hooks/utils.cjs +1 -1
- package/dist/hooks/utils.d.cts +20 -13
- package/dist/hooks/utils.d.ts +20 -13
- package/dist/hooks/utils.js +1 -1
- package/dist/index-B4cSHxVN.d.ts +22 -0
- package/dist/{index-DzbkQtaK.d.cts → index-BQpWG3Jm.d.cts} +1 -1
- package/dist/index-BVZbvpx_.d.cts +11 -0
- package/dist/index-CEmUfoZa.d.ts +42 -0
- package/dist/index-CMZcE7pk.d.cts +224 -0
- package/dist/{index-DzzKdrcZ.d.ts → index-CYGpI6hE.d.ts} +1 -1
- package/dist/{index-9NE86em3.d.cts → index-ClVBVK15.d.cts} +1 -1
- package/dist/{index-Dy22w7kg.d.ts → index-Clf4wYaJ.d.ts} +1 -1
- package/dist/index-DeQte6mb.d.ts +11 -0
- package/dist/index-Dzv6WwSZ.d.ts +224 -0
- package/dist/index-ca7Qn8o0.d.cts +22 -0
- package/dist/{index-C1nwLU6Q.d.ts → index-dngXrfnT.d.ts} +1 -1
- package/dist/index-qOBU4GEh.d.cts +42 -0
- package/dist/{index-Da1s8h5C.d.cts → index-w64il54a.d.cts} +1 -1
- package/dist/interceptors/index.cjs +28 -3
- package/dist/interceptors/index.d.cts +4 -15
- package/dist/interceptors/index.d.ts +4 -15
- package/dist/interceptors/index.js +25 -3
- package/dist/localStorageContext-DSpmlfyr.js +90 -0
- package/dist/localStorageContext-DbWl7Row.cjs +104 -0
- package/dist/locators-BMQGmGLq.js +23 -0
- package/dist/locators-DxYdak1F.cjs +131 -0
- package/dist/{logger-Cp7J4YJT.cjs → logger-BF6iGSVd.cjs} +1 -1
- package/dist/{logger-oAgZx2-m.js → logger-DCs3_11o.js} +1 -1
- package/dist/models-158fyHt9.cjs +1305 -0
- package/dist/models-DEJUuKYQ.js +1118 -0
- package/dist/newOrgConfigAtom-BuQE_zPK.js +8 -0
- package/dist/{newOrgConfigAtom-B9FW3fDc.cjs → newOrgConfigAtom-rrYHmp1b.cjs} +1 -1
- package/dist/newOrgConfigContext-BVrzYatq.cjs +68 -0
- package/dist/newOrgConfigContext-C0LzIRJ7.js +53 -0
- package/dist/nodeSelector-CbWcUbuc.d.ts +28 -0
- package/dist/nodeSelector-Cj-Xl1LP.d.cts +28 -0
- package/dist/org-CVjyv-gv.cjs +111 -0
- package/dist/org-Ct9Vjv1J.js +32 -0
- package/dist/search-C0TAcTeY.cjs +312 -0
- package/dist/search-DLHzcbfP.js +233 -0
- package/dist/searchContext-Dmtue5QO.js +129 -0
- package/dist/searchContext-l_23fiuP.cjs +145 -0
- package/dist/searchServiceAdapter-B0h7psvh.js +16 -0
- package/dist/searchServiceAdapter-BclWy4fE.cjs +34 -0
- package/dist/sessionStorageContext-BOyr7mIM.cjs +66 -0
- package/dist/sessionStorageContext-ClXN9eX4.js +52 -0
- package/dist/shopifyUrlContext-G9eqIcsL.cjs +75 -0
- package/dist/shopifyUrlContext-WAm0pnPh.js +61 -0
- package/dist/src/application/commerce-api.js +406 -0
- package/dist/src/application/logging/logger.js +16 -0
- package/dist/src/application/models/graphql/index.js +3 -0
- package/dist/src/application/models/graphql/queries/getMerchantColorsQuery.js +13 -0
- package/dist/src/application/models/graphql/queries/getMerchantFrontendConfigQuery.js +13 -0
- package/dist/src/application/models/graphql/queries/getMerchantOrgIdQuery.js +10 -0
- package/dist/src/application/models/guards/api/index.js +12 -0
- package/dist/src/application/models/guards/api/isApiFormResponse.js +59 -0
- package/dist/src/application/models/guards/api/isApiFormSubmittedResponseAttributes.js +22 -0
- package/dist/src/application/models/guards/api/isApiOrderResponseAttributes.js +91 -0
- package/dist/src/application/models/guards/api/isApiOrgConfigResults.js +188 -0
- package/dist/src/application/models/guards/api/isApiOrganizationConfig.js +115 -0
- package/dist/src/application/models/guards/api/isApiPDPEventAttributes.js +16 -0
- package/dist/src/application/models/guards/api/isApiPLPEventAttributes.js +26 -0
- package/dist/src/application/models/guards/api/isApiPageResponseAttributes.js +15 -0
- package/dist/src/application/models/guards/api/isApiProductResponseAttributes.js +65 -0
- package/dist/src/application/models/guards/api/isApiProductSearchAttributes.js +15 -0
- package/dist/src/application/models/guards/api/isApiProductSearchFilterAttributes.js +10 -0
- package/dist/src/application/models/guards/api/isApiQueryTypedEventAttributes.js +4 -0
- package/dist/src/application/models/guards/api/isApiResponse.js +33 -0
- package/dist/src/application/models/guards/api/isApiReviewResponseAttributes.js +22 -0
- package/dist/src/application/models/guards/api/isApiReviewRichInformation.js +23 -0
- package/dist/src/application/models/guards/api/isApiSearchEventAttributes.js +20 -0
- package/dist/src/application/models/guards/api/isApiSuggestion.js +24 -0
- package/dist/src/application/models/guards/api/isApiSuggestionClickedEventAttributes.js +4 -0
- package/dist/src/application/models/guards/api/isApiTextResponseAttributes.js +4 -0
- package/dist/src/application/models/guards/api/isApiUserEvent.js +18 -0
- package/dist/src/application/models/guards/graphQL/isGraphQLColorsConfig.js +41 -0
- package/dist/src/application/models/guards/isBaseEcommerceEvent.js +14 -0
- package/dist/src/application/models/guards/isGA4EcommerceEvent.js +14 -0
- package/dist/src/application/models/guards/isLegacyUAEcommerceEvent.js +14 -0
- package/dist/src/application/models/guards/isMobilePLPChatPlacementParameter.js +4 -0
- package/dist/src/application/models/guards/isSpanxTakeAQuizCtaParameter.js +1 -0
- package/dist/src/application/models/guards/isVariantInfo.js +28 -0
- package/dist/src/application/models/guards/utils.js +34 -0
- package/dist/src/application/models/index.js +34 -0
- package/dist/src/application/models/utils/snakeToCamelTransformer.js +71 -0
- package/dist/src/application/models/utils/stringToFulfillmentDisplayStatusEnumValue.js +65 -0
- package/dist/src/application/models/validators/validateGraphQLColorsConfig.js +9 -0
- package/dist/src/application/models/validators/validateGraphQLFrontendConfig.js +420 -0
- package/dist/src/application/models/validators/validateGraphQLOrgId.js +6 -0
- package/dist/src/application/models/validators/validateMobilePLPChatPlacementParameter.js +9 -0
- package/dist/src/application/models/validators/validateOrgConfigResults.js +44 -0
- package/dist/src/application/models/validators/validateOrganizationConfig.js +34 -0
- package/dist/src/application/models/validators/validateResponse.js +173 -0
- package/dist/src/application/models/validators/validateSuggestion.js +13 -0
- package/dist/src/application/models/validators/validateUserEvent.js +91 -0
- package/dist/src/application/utils/analyticsUtils.js +94 -0
- package/dist/src/application/utils/coreContextToApiContext.js +8 -0
- package/dist/src/application/utils/coreUserEventToApiUserEvent.js +90 -0
- package/dist/src/application/utils/divideArray.js +7 -0
- package/dist/src/application/utils/domObserver.js +85 -0
- package/dist/src/application/utils/elementObserver.js +186 -0
- package/dist/src/application/utils/imageFilter.js +11 -0
- package/dist/src/application/utils/index.js +21 -0
- package/dist/src/application/utils/merchantUtils.js +15 -0
- package/dist/src/application/utils/messageFromFormSubmittedEvent.js +19 -0
- package/dist/src/application/utils/messageFromQueryEvent.js +35 -0
- package/dist/src/application/utils/messageFromResponse.js +123 -0
- package/dist/src/application/utils/messageFromSuggestionEvent.js +27 -0
- package/dist/src/application/utils/mouseEventTypes.js +1 -0
- package/dist/src/application/utils/mutationHelper.js +33 -0
- package/dist/src/application/utils/nextMessageRequestToApiRequest.js +29 -0
- package/dist/src/application/utils/nodeSelector.js +101 -0
- package/dist/src/application/utils/overrides.js +144 -0
- package/dist/src/application/utils/stringUtils.js +47 -0
- package/dist/src/application/utils/supportedEventRequestToApiRequest.js +7 -0
- package/dist/src/application/utils/urlsParser.js +33 -0
- package/dist/src/application/utils/validation.js +5 -0
- package/dist/src/atoms/amplitude/amplitudeTrackEventAtom.js +4 -0
- package/dist/src/atoms/app/index.js +23 -0
- package/dist/src/atoms/app/variant.js +102 -0
- package/dist/src/atoms/atomStore/atomStore.js +28 -0
- package/dist/src/atoms/atomStore/index.js +1 -0
- package/dist/src/atoms/chat/chatState.js +33 -0
- package/dist/src/atoms/chat/form.js +16 -0
- package/dist/src/atoms/chat/index.js +23 -0
- package/dist/src/atoms/chat/lastMessage.js +10 -0
- package/dist/src/atoms/chat/messageQueue.js +68 -0
- package/dist/src/atoms/chat/performanceMetrics.js +70 -0
- package/dist/src/atoms/chat/renderedWidgetRefs.js +24 -0
- package/dist/src/atoms/chat/replies.js +43 -0
- package/dist/src/atoms/chat/suggestions.js +29 -0
- package/dist/src/atoms/envive/enviveConfig.js +67 -0
- package/dist/src/atoms/globalSearch/globalSearch.js +8 -0
- package/dist/src/atoms/globalSearch/index.js +1 -0
- package/dist/src/atoms/org/customerService.js +6 -0
- package/dist/src/atoms/org/graphqlConfig.js +8 -0
- package/dist/src/atoms/org/index.js +4 -0
- package/dist/src/atoms/org/newOrgConfigAtom.js +2 -0
- package/dist/src/atoms/org/orgAnalyticsConfig.js +8 -0
- package/dist/src/atoms/search/index.js +1 -0
- package/dist/src/atoms/search/productFilters.js +163 -0
- package/dist/src/atoms/search/productRetrievalAPI.js +50 -0
- package/dist/src/atoms/search/productRetrievalAdapter.js +14 -0
- package/dist/src/atoms/search/productSorter.js +13 -0
- package/dist/src/atoms/search/searchAPI.js +140 -0
- package/dist/src/atoms/search/searchServiceAdapter.js +14 -0
- package/dist/src/atoms/search/utils.js +15 -0
- package/dist/src/config/index.js +1 -0
- package/dist/src/config/locators/components/chat/entrypoints.js +10 -0
- package/dist/src/config/locators/components/chat/index.js +21 -0
- package/dist/src/config/locators/components/chat/preview.js +11 -0
- package/dist/src/config/locators/components/chat/variants/index.js +12 -0
- package/dist/src/config/locators/components/common/buttons.js +6 -0
- package/dist/src/config/locators/components/common/cards.js +17 -0
- package/dist/src/config/locators/components/common/index.js +4 -0
- package/dist/src/config/locators/components/common/links.js +1 -0
- package/dist/src/config/locators/components/common/tables.js +1 -0
- package/dist/src/config/locators/components/floating-button.js +2 -0
- package/dist/src/config/locators/components/index.js +3 -0
- package/dist/src/config/locators/components/report-issue.js +13 -0
- package/dist/src/config/locators/components/search/index.js +5 -0
- package/dist/src/config/locators/components/shadow-dom.js +1 -0
- package/dist/src/config/locators/embedded.js +20 -0
- package/dist/src/config/locators/index.js +4 -0
- package/dist/src/contexts/amplitudeContext/amplitudeContext.js +292 -0
- package/dist/src/contexts/amplitudeContext/index.js +1 -0
- package/dist/src/contexts/cdnContext/cdnContext.js +28 -0
- package/dist/src/contexts/cdnContext/index.js +1 -0
- package/dist/src/contexts/enviveConfigContext/enviveConfigContext.js +37 -0
- package/dist/src/contexts/enviveConfigContext/index.js +1 -0
- package/dist/src/contexts/enviveCssContext/enviveCssContext.js +31 -0
- package/dist/src/contexts/enviveCssContext/index.js +1 -0
- package/dist/src/contexts/featureFlagContext/featureFlagContext.js +109 -0
- package/dist/src/contexts/featureFlagContext/index.js +1 -0
- package/dist/src/contexts/featureFlagServiceContext/featureFlagServiceContext.js +47 -0
- package/dist/src/contexts/featureFlagServiceContext/index.js +1 -0
- package/dist/src/contexts/graphqlContext/graphqlContext.js +87 -0
- package/dist/src/contexts/graphqlContext/index.js +1 -0
- package/dist/src/contexts/localStorageContext/index.js +1 -0
- package/dist/src/contexts/localStorageContext/localStorageContext.js +95 -0
- package/dist/src/contexts/newOrgConfigContext/index.js +1 -0
- package/dist/src/contexts/newOrgConfigContext/newOrgConfigContext.js +33 -0
- package/dist/src/contexts/searchContext/index.js +1 -0
- package/dist/src/contexts/searchContext/searchContext.js +131 -0
- package/dist/src/contexts/sessionStorageContext/index.js +1 -0
- package/dist/src/contexts/sessionStorageContext/sessionStorageContext.js +43 -0
- package/dist/src/contexts/shopifyUrlContext/index.js +1 -0
- package/dist/src/contexts/shopifyUrlContext/shopifyUrlContext.js +62 -0
- package/dist/src/contexts/systemSettingsContext/index.js +1 -0
- package/dist/src/contexts/systemSettingsContext/systemSettingsContext.js +29 -0
- package/dist/src/contexts/userIdentityContext/index.js +1 -0
- package/dist/src/contexts/userIdentityContext/userIdentityContext.js +118 -0
- package/dist/src/events/index.js +51 -0
- package/dist/src/events/registerAnalyticsListeners.js +32 -0
- package/dist/src/exceptions/index.js +2 -0
- package/dist/src/exceptions/sessionExceptions.js +6 -0
- package/dist/src/exceptions/unsupportedProductExceptions.js +6 -0
- package/dist/src/hooks/AmplitudeOperations/index.js +1 -0
- package/dist/src/hooks/AmplitudeOperations/useAmplitudeOperations.js +24 -0
- package/dist/src/hooks/AppDetails/index.js +1 -0
- package/dist/src/hooks/AppDetails/useAppDetails.js +26 -0
- package/dist/src/hooks/BlockBackButton/index.js +1 -0
- package/dist/src/hooks/BlockBackButton/useBlockBackButton.js +23 -0
- package/dist/src/hooks/CdnOperations/index.js +1 -0
- package/dist/src/hooks/CdnOperations/useCdnOperations.js +13 -0
- package/dist/src/hooks/ChatToggle/index.js +1 -0
- package/dist/src/hooks/ChatToggle/useChatToggle.js +50 -0
- package/dist/src/hooks/ChatToggleAnalytics/index.js +1 -0
- package/dist/src/hooks/ChatToggleAnalytics/useChatToggleAnalytics.js +11 -0
- package/dist/src/hooks/CustomerSupportHandoff/index.js +1 -0
- package/dist/src/hooks/CustomerSupportHandoff/useCustomerSupportHandoff.js +32 -0
- package/dist/src/hooks/Debounce/index.js +1 -0
- package/dist/src/hooks/Debounce/useDebounce.js +13 -0
- package/dist/src/hooks/ElementObserver/index.js +1 -0
- package/dist/src/hooks/ElementObserver/useElementObserver.js +208 -0
- package/dist/src/hooks/GrabAndScroll/index.js +1 -0
- package/dist/src/hooks/GrabAndScroll/useGrabAndScroll.js +105 -0
- package/dist/src/hooks/GraphQLConfig/index.js +1 -0
- package/dist/src/hooks/GraphQLConfig/useGraphQLConfig.js +54 -0
- package/dist/src/hooks/IdentifyUser/index.js +1 -0
- package/dist/src/hooks/IdentifyUser/useIdentifyUser.js +28 -0
- package/dist/src/hooks/ImageResolver/index.js +1 -0
- package/dist/src/hooks/ImageResolver/useImageResolver.js +45 -0
- package/dist/src/hooks/Intersection/index.js +1 -0
- package/dist/src/hooks/Intersection/useIntersection.js +20 -0
- package/dist/src/hooks/IsSmallScreen/index.js +1 -0
- package/dist/src/hooks/IsSmallScreen/useIsSmallScreen.js +16 -0
- package/dist/src/hooks/LocalStorageOperations/index.js +1 -0
- package/dist/src/hooks/LocalStorageOperations/useLocalStorageOperations.js +64 -0
- package/dist/src/hooks/MessageFilter/index.js +1 -0
- package/dist/src/hooks/MessageFilter/useMessageFilter.js +37 -0
- package/dist/src/hooks/MessageScrollObserver/index.js +1 -0
- package/dist/src/hooks/MessageScrollObserver/useMessageScrollObserver.js +35 -0
- package/dist/src/hooks/NewOrgConfig/index.js +1 -0
- package/dist/src/hooks/NewOrgConfig/useNewOrgConfig.js +5 -0
- package/dist/src/hooks/Search/index.js +1 -0
- package/dist/src/hooks/Search/useRecommendedProducts.js +35 -0
- package/dist/src/hooks/Search/useSearch.js +224 -0
- package/dist/src/hooks/Search/useSearchInput.js +183 -0
- package/dist/src/hooks/SearchOperations/index.js +1 -0
- package/dist/src/hooks/SearchOperations/useSearchOperations.js +78 -0
- package/dist/src/hooks/SessionStorageOperations/index.js +1 -0
- package/dist/src/hooks/SessionStorageOperations/useSessionStorageOperations.js +20 -0
- package/dist/src/hooks/ShopifyUrlOperations/index.js +1 -0
- package/dist/src/hooks/ShopifyUrlOperations/useShopifyUrlOperations.js +34 -0
- package/dist/src/hooks/SnapCalculator/index.js +1 -0
- package/dist/src/hooks/SnapCalculator/useSnapCalculator.js +22 -0
- package/dist/src/hooks/SystemSettingsContext/index.js +1 -0
- package/dist/src/hooks/SystemSettingsContext/useSystemSettingsContext.js +9 -0
- package/dist/src/hooks/TrackComponentVisibleEvent/index.js +1 -0
- package/dist/src/hooks/TrackComponentVisibleEvent/useTrackComponentVisibleEvent.js +45 -0
- package/dist/src/hooks/UpdateAnalyticsProps/index.js +1 -0
- package/dist/src/hooks/UpdateAnalyticsProps/useUpdateAnalyticsProps.js +43 -0
- package/dist/src/hooks/utils.js +116 -0
- package/dist/src/interceptors/index.js +1 -0
- package/dist/src/interceptors/useMessageInterceptor.js +24 -0
- package/dist/src/types/ApiResponse.js +1 -0
- package/dist/src/types/FilterAttribute.js +3 -0
- package/dist/src/types/Message.js +24 -0
- package/dist/src/types/Suggestion.js +3 -0
- package/dist/src/types/index.js +4 -0
- package/dist/src/util/colorVar.js +3 -0
- package/dist/src/util/configVersion.js +4 -0
- package/dist/src/util/domInsertion.js +16 -0
- package/dist/systemSettingsContext-Cb5kczBD.cjs +60 -0
- package/dist/systemSettingsContext-CksCdpiU.js +39 -0
- package/dist/types/index.cjs +3 -33
- package/dist/types/index.d.cts +2 -3
- package/dist/types/index.d.ts +2 -3
- package/dist/types/index.js +2 -30
- package/dist/types-18QXD2rd.cjs +39 -0
- package/dist/types-DQC1pHqD.js +27 -0
- package/dist/urlsParser-C-Vzs--G.cjs +78 -0
- package/dist/urlsParser-G7Ocwg0M.js +42 -0
- package/dist/useAppDetails-BJFRSYbI.js +30 -0
- package/dist/useAppDetails-Czn-5FzP.cjs +38 -0
- package/dist/useGraphQLConfig-BEtX5pDM.cjs +76 -0
- package/dist/useGraphQLConfig-Dkcrz1YL.js +63 -0
- package/dist/{useIntersection-UEO0Cezc.js → useIntersection-BWiHkpKL.js} +1 -1
- package/dist/{useIntersection-rV0Q8mBH.cjs → useIntersection-DZHz44BY.cjs} +1 -1
- package/dist/{utils-ARmpTh1O.js → utils-CEKzBcN2.js} +1 -1
- package/dist/utils-CPvqOk0g.cjs +1546 -0
- package/dist/{utils-Cavu4XiM.cjs → utils-CsMbZmRw.cjs} +1 -1
- package/dist/utils-D_kATUj6.js +92 -0
- package/dist/utils-N47VsL9W.js +1364 -0
- package/dist/utils-hYTjy7hJ.cjs +130 -0
- package/dist/{utils-BLe5oreh.d.ts → utils-wWki3L1d.d.ts} +1 -1
- package/package.json +15 -25
- package/src/application/commerce-api.ts +38 -37
- package/src/application/models/graphql/index.ts +1 -0
- package/src/application/models/graphql/queries/getMerchantColorsQuery.ts +1 -23
- package/src/application/models/graphql/queries/getMerchantFrontendConfigQuery.ts +1 -89
- package/src/application/models/guards/api/isApiFormResponse.ts +4 -4
- package/src/application/models/guards/api/isApiFormSubmittedResponseAttributes.ts +2 -2
- package/src/application/models/guards/api/isApiOrderResponseAttributes.ts +2 -20
- package/src/application/models/guards/api/isApiOrgConfigResults.ts +3 -9
- package/src/application/models/guards/api/isApiOrganizationConfig.ts +8 -32
- package/src/application/models/guards/api/isApiPDPEventAttributes.ts +8 -5
- package/src/application/models/guards/api/isApiPLPEventAttributes.ts +14 -10
- package/src/application/models/guards/api/isApiPageResponseAttributes.ts +1 -1
- package/src/application/models/guards/api/isApiProductResponseAttributes.ts +2 -4
- package/src/application/models/guards/api/isApiProductSearchAttributes.ts +9 -6
- package/src/application/models/guards/api/isApiProductSearchFilterAttributes.ts +7 -4
- package/src/application/models/guards/api/isApiQueryTypedEventAttributes.ts +8 -3
- package/src/application/models/guards/api/isApiResponse.ts +22 -15
- package/src/application/models/guards/api/isApiReviewResponseAttributes.ts +1 -1
- package/src/application/models/guards/api/isApiReviewRichInformation.ts +1 -1
- package/src/application/models/guards/api/isApiTextResponseAttributes.ts +1 -1
- package/src/application/models/guards/graphQL/isGraphQLColorsConfig.ts +1 -1
- package/src/application/models/guards/isBaseEcommerceEvent.ts +1 -2
- package/src/application/models/guards/isGA4EcommerceEvent.ts +1 -1
- package/src/application/models/guards/isLegacyUAEcommerceEvent.ts +1 -1
- package/src/application/models/guards/isMobilePLPChatPlacementParameter.ts +1 -3
- package/src/application/models/guards/isSpanxTakeAQuizCtaParameter.ts +5 -3
- package/src/application/models/guards/isVariantInfo.ts +6 -1
- package/src/application/models/index.ts +30 -95
- package/src/application/models/utils/snakeToCamelTransformer.ts +8 -8
- package/src/application/models/validators/validateGraphQLColorsConfig.ts +6 -2
- package/src/application/models/validators/validateGraphQLFrontendConfig.ts +6 -6
- package/src/application/models/validators/validateMobilePLPChatPlacementParameter.ts +5 -3
- package/src/application/models/validators/validateOrgConfigResults.ts +6 -5
- package/src/application/models/validators/validateOrganizationConfig.ts +11 -8
- package/src/application/models/validators/validateResponse.ts +66 -44
- package/src/application/models/validators/validateSuggestion.ts +1 -1
- package/src/application/models/validators/validateUserEvent.ts +23 -12
- package/src/application/utils/analyticsUtils.ts +16 -38
- package/src/application/utils/coreContextToApiContext.ts +3 -1
- package/src/application/utils/coreUserEventToApiUserEvent.ts +2 -2
- package/src/application/utils/elementObserver.ts +1 -1
- package/src/application/utils/imageFilter.ts +5 -2
- package/src/application/utils/index.ts +20 -21
- package/src/application/utils/messageFromFormSubmittedEvent.ts +1 -1
- package/src/application/utils/messageFromQueryEvent.ts +1 -1
- package/src/application/utils/messageFromResponse.ts +14 -10
- package/src/application/utils/messageFromSuggestionEvent.ts +6 -4
- package/src/application/utils/mouseEventTypes.ts +1 -1
- package/src/application/utils/nextMessageRequestToApiRequest.ts +1 -1
- package/src/application/utils/overrides.ts +1 -49
- package/src/application/utils/supportedEventRequestToApiRequest.ts +3 -1
- package/src/application/utils/urlsParser.ts +1 -7
- package/src/atoms/app/index.ts +15 -25
- package/src/atoms/app/variant.ts +1 -1
- package/src/atoms/chat/chatState.ts +9 -14
- package/src/atoms/chat/form.ts +1 -1
- package/src/atoms/chat/messageQueue.ts +25 -50
- package/src/atoms/chat/replies.ts +40 -43
- package/src/atoms/chat/suggestions.ts +34 -29
- package/src/atoms/envive/enviveConfig.ts +14 -20
- package/src/atoms/org/customerService.ts +4 -8
- package/src/atoms/org/graphqlConfig.ts +7 -15
- package/src/atoms/org/index.ts +4 -6
- package/src/atoms/org/newOrgConfigAtom.ts +2 -2
- package/src/atoms/org/orgAnalyticsConfig.ts +1 -1
- package/src/atoms/search/index.ts +0 -1
- package/src/atoms/search/productFilters.ts +72 -52
- package/src/atoms/search/productRetrievalAPI.ts +72 -0
- package/src/atoms/search/productRetrievalAdapter.ts +28 -0
- package/src/atoms/search/productSorter.ts +2 -2
- package/src/atoms/search/searchAPI.ts +42 -60
- package/src/atoms/search/searchServiceAdapter.ts +1 -1
- package/src/config/index.ts +1 -0
- package/src/contexts/amplitudeContext/amplitudeContext.tsx +104 -143
- package/src/contexts/cdnContext/cdnContext.tsx +9 -16
- package/src/contexts/enviveConfigContext/enviveConfigContext.tsx +6 -27
- package/src/contexts/enviveCssContext/enviveCssContext.tsx +5 -12
- package/src/contexts/featureFlagContext/featureFlagContext.tsx +27 -48
- package/src/contexts/featureFlagServiceContext/featureFlagServiceContext.tsx +11 -3
- package/src/contexts/graphqlContext/graphqlContext.tsx +40 -95
- package/src/contexts/localStorageContext/localStorageContext.tsx +26 -60
- package/src/contexts/newOrgConfigContext/newOrgConfigContext.tsx +10 -22
- package/src/contexts/searchContext/searchContext.tsx +29 -49
- package/src/contexts/sessionStorageContext/sessionStorageContext.tsx +12 -33
- package/src/contexts/shopifyUrlContext/shopifyUrlContext.tsx +20 -37
- package/src/contexts/systemSettingsContext/systemSettingsContext.tsx +8 -21
- package/src/contexts/userIdentityContext/userIdentityContext.tsx +33 -77
- package/src/events/index.ts +8 -5
- package/src/events/registerAnalyticsListeners.ts +10 -13
- package/src/exceptions/index.ts +2 -0
- package/src/{types/exceptions → exceptions}/unsupportedProductExceptions.ts +2 -2
- package/src/global.d.ts +8 -0
- package/src/hooks/AmplitudeOperations/useAmplitudeOperations.ts +6 -11
- package/src/hooks/AppDetails/useAppDetails.ts +10 -24
- package/src/hooks/ChatToggle/useChatToggle.ts +7 -19
- package/src/hooks/ChatToggleAnalytics/useChatToggleAnalytics.ts +4 -4
- package/src/hooks/CustomerSupportHandoff/useCustomerSupportHandoff.ts +1 -1
- package/src/hooks/ElementObserver/useElementObserver.ts +14 -32
- package/src/hooks/GrabAndScroll/useGrabAndScroll.ts +125 -124
- package/src/hooks/GraphQLConfig/useGraphQLConfig.ts +5 -7
- package/src/hooks/ImageResolver/useImageResolver.ts +24 -31
- package/src/hooks/LocalStorageOperations/useLocalStorageOperations.ts +12 -19
- package/src/hooks/MessageFilter/useMessageFilter.ts +1 -7
- package/src/hooks/Search/useRecommendedProducts.ts +50 -0
- package/src/hooks/Search/useSearch.tsx +80 -210
- package/src/hooks/Search/useSearchInput.ts +227 -0
- package/src/hooks/SearchOperations/useSearchOperations.ts +8 -12
- package/src/hooks/ShopifyUrlOperations/useShopifyUrlOperations.ts +8 -14
- package/src/hooks/SnapCalculator/useSnapCalculator.ts +1 -2
- package/src/hooks/TrackComponentVisibleEvent/useTrackComponentVisibleEvent.ts +8 -11
- package/src/hooks/UpdateAnalyticsProps/useUpdateAnalyticsProps.ts +11 -25
- package/src/hooks/utils.ts +19 -29
- package/src/interceptors/index.ts +1 -2
- package/src/interceptors/useMessageInterceptor.ts +10 -6
- package/src/{application/models/api/response.ts → types/ApiResponse.ts} +35 -29
- package/src/types/FilterAttribute.ts +35 -0
- package/src/{application/models/message.ts → types/Message.ts} +38 -34
- package/src/types/Suggestion.ts +6 -0
- package/src/types/index.ts +4 -4
- package/src/util/colorVar.ts +4 -0
- package/src/util/configVersion.ts +4 -0
- package/src/util/domInsertion.ts +17 -0
- package/dist/SystemSettingsContext-CCuS3kWH.js +0 -13
- package/dist/SystemSettingsContext-Dh_35fES.cjs +0 -20
- package/dist/TrackComponentVisibleEvent-B828giM-.js +0 -52
- package/dist/TrackComponentVisibleEvent-DsTIH7Yt.cjs +0 -59
- package/dist/amplitudeContext-B73xamNe.d.cts +0 -52
- package/dist/amplitudeContext-BfRDG5CX.d.ts +0 -52
- package/dist/api-Bc3_julZ.cjs +0 -239
- package/dist/api-D9gmGNAV.js +0 -166
- package/dist/application/models/utilityTypes/index.cjs +0 -1
- package/dist/application/models/utilityTypes/index.d.cts +0 -2
- package/dist/application/models/utilityTypes/index.d.ts +0 -2
- package/dist/application/models/utilityTypes/index.js +0 -3
- package/dist/application/models/variantInfo/index.cjs +0 -3
- package/dist/application/models/variantInfo/index.d.cts +0 -2
- package/dist/application/models/variantInfo/index.d.ts +0 -2
- package/dist/application/models/variantInfo/index.js +0 -3
- package/dist/atoms/search/types.cjs +0 -5
- package/dist/atoms/search/types.d.cts +0 -2
- package/dist/atoms/search/types.d.ts +0 -2
- package/dist/atoms/search/types.js +0 -3
- package/dist/cdnContext-BlRI74F-.cjs +0 -53
- package/dist/cdnContext-D26C8Y4H.js +0 -38
- package/dist/chat-2NGrmU_Z.cjs +0 -393
- package/dist/chat-Bg3wEfNd.js +0 -257
- package/dist/chatElementDisplayLocation-D6oLuQS4.d.ts +0 -25
- package/dist/chatElementDisplayLocation-DWmfNX_u.d.cts +0 -25
- package/dist/chatSearch-B4dsxGth.cjs +0 -418
- package/dist/chatSearch-Cvc_eBFV.js +0 -295
- package/dist/chatState-2bMtvPgG.js +0 -34
- package/dist/chatState-fP1r34CN.cjs +0 -120
- package/dist/contexts/chatContext/index.cjs +0 -326
- package/dist/contexts/chatContext/index.d.cts +0 -15
- package/dist/contexts/chatContext/index.d.ts +0 -15
- package/dist/contexts/chatContext/index.js +0 -319
- package/dist/contexts/types.cjs +0 -7
- package/dist/contexts/types.d.cts +0 -4
- package/dist/contexts/types.d.ts +0 -4
- package/dist/contexts/types.js +0 -3
- package/dist/enviveConfig-BSfyz_pm.js +0 -62
- package/dist/enviveConfig-D8vcVPWD.cjs +0 -130
- package/dist/enviveConfigContext-C8cCcdKU.cjs +0 -60
- package/dist/enviveConfigContext-CJqpRSKu.js +0 -45
- package/dist/events-BHJJjPDN.js +0 -78
- package/dist/events-B_fJZf9E.cjs +0 -90
- package/dist/featureFlagServiceContext-C2Yj-Uyh.d.ts +0 -23
- package/dist/featureFlagServiceContext-CiKWV306.d.cts +0 -23
- package/dist/featureFlagServiceContext-DFb-uLHN.cjs +0 -62
- package/dist/featureFlagServiceContext-Dd_Hbq6e.js +0 -42
- package/dist/featureGates-BdvOVv8N.cjs +0 -32
- package/dist/featureGates-DhoJq4io.js +0 -26
- package/dist/frontendConfig-CbyjUXZW.d.ts +0 -856
- package/dist/frontendConfig-tVg0hsWZ.d.cts +0 -856
- package/dist/graphql-B9HhDXYt.cjs +0 -53
- package/dist/graphql-W7GMIHUu.js +0 -36
- package/dist/graphqlConfig-DZHeFKDY.cjs +0 -73
- package/dist/graphqlConfig-Xk--JbPl.js +0 -24
- package/dist/graphqlContext-BotK7KCg.d.ts +0 -28
- package/dist/graphqlContext-CMav2igl.d.cts +0 -28
- package/dist/graphqlContext-CSVwhCnP.js +0 -96
- package/dist/graphqlContext-aaOOb79d.cjs +0 -111
- package/dist/index-7VOYQNo5.d.ts +0 -184
- package/dist/index-Bmub8e38.d.cts +0 -98
- package/dist/index-CESxqFso.d.cts +0 -228
- package/dist/index-CG3P8xE1.d.cts +0 -676
- package/dist/index-CalyvQj_.d.ts +0 -1
- package/dist/index-CiWEYzXl.d.cts +0 -184
- package/dist/index-Cyq5HiC0.d.cts +0 -44
- package/dist/index-D9SzePCE.d.cts +0 -186
- package/dist/index-DDZmV951.d.ts +0 -186
- package/dist/index-L7SEpDLz.d.ts +0 -228
- package/dist/index-RcVcRKH7.d.cts +0 -1
- package/dist/index-YrhxAGtH.d.ts +0 -676
- package/dist/index-exSzn3SP.d.ts +0 -44
- package/dist/index-hebsV7fc.d.ts +0 -98
- package/dist/interceptors/types.cjs +0 -1
- package/dist/interceptors/types.d.cts +0 -13
- package/dist/interceptors/types.d.ts +0 -13
- package/dist/interceptors/types.js +0 -3
- package/dist/localStorageContext-Dwgto93_.js +0 -95
- package/dist/localStorageContext-cnMYDllE.cjs +0 -115
- package/dist/models-B1P-dSCW.cjs +0 -1537
- package/dist/models-CgvSM2fW.js +0 -1296
- package/dist/newOrgConfigAtom-CMeY5c6t.js +0 -8
- package/dist/newOrgConfigContext-1uwWWCPa.js +0 -53
- package/dist/newOrgConfigContext-B0v1q3dk.cjs +0 -68
- package/dist/newOrgConfigContext-C8wBmK3q.d.cts +0 -16
- package/dist/newOrgConfigContext-D180PO0t.d.ts +0 -16
- package/dist/nodeSelector-B3bPtEjX.d.cts +0 -31
- package/dist/nodeSelector-DQicm08Y.d.ts +0 -31
- package/dist/org-DU3Wck0R.cjs +0 -43
- package/dist/org-DptftvB6.js +0 -12
- package/dist/search-BtYKpiNB.js +0 -126
- package/dist/search-DYVQuYti.d.ts +0 -20
- package/dist/search-Du6HZpO6.cjs +0 -205
- package/dist/search-filter-types-B5xcaEit.d.ts +0 -102
- package/dist/search-filter-types-DZPTzUK9.d.cts +0 -102
- package/dist/search-y-ioX5Mz.d.cts +0 -20
- package/dist/searchContext-BK43ArCs.cjs +0 -145
- package/dist/searchContext-JjZZhDCe.js +0 -129
- package/dist/searchServiceAdapter-BSPZOg1r.js +0 -16
- package/dist/searchServiceAdapter-DrjFCiw8.cjs +0 -34
- package/dist/sessionStorageContext-BQY9r8zz.js +0 -52
- package/dist/sessionStorageContext-R2yUAkd9.cjs +0 -66
- package/dist/shopifyUrlContext-Bon8_SUJ.js +0 -61
- package/dist/shopifyUrlContext-DUdw1xUH.cjs +0 -75
- package/dist/spiffyWidgets-BuS00VaQ.d.cts +0 -20
- package/dist/spiffyWidgets-DZqG5plz.d.ts +0 -20
- package/dist/systemSettingsContext-BjbhIz6y.js +0 -39
- package/dist/systemSettingsContext-Dv9EmjmZ.cjs +0 -60
- package/dist/test-types-Dl5puRHC.d.ts +0 -40
- package/dist/test-types-ThQiO_cc.d.cts +0 -40
- package/dist/types-BwNrLPSZ.cjs +0 -106
- package/dist/types-CKMMb_gX.d.cts +0 -51
- package/dist/types-Csgpt7EV.d.ts +0 -51
- package/dist/types-D3uOF0Oy.js +0 -76
- package/dist/types-DIk0FLwd.js +0 -30
- package/dist/types-DNLkuGWZ.cjs +0 -48
- package/dist/types-DSW9XODe.d.cts +0 -10
- package/dist/types-DtTnp0o0.js +0 -1
- package/dist/types-a8gm_IaQ.cjs +0 -0
- package/dist/types-oSg-AkO5.d.ts +0 -10
- package/dist/types.cjs +0 -0
- package/dist/types.d.cts +0 -15
- package/dist/types.d.ts +0 -15
- package/dist/types.js +0 -1
- package/dist/urlsParser-BV5yF8sa.cjs +0 -78
- package/dist/urlsParser-DUgV_Qy9.js +0 -42
- package/dist/useAmplitudeOperations-C9o_wDU6.cjs +0 -41
- package/dist/useAmplitudeOperations-COq3L1no.js +0 -34
- package/dist/useAppDetails-C4GTLEIR.cjs +0 -38
- package/dist/useAppDetails-CEksA88Q.js +0 -30
- package/dist/useDebounce--rPGMuE7.js +0 -19
- package/dist/useDebounce-DECHWSTn.cjs +0 -26
- package/dist/useGraphQLConfig-DQoMmpNM.js +0 -63
- package/dist/useGraphQLConfig-DzH1nVBh.cjs +0 -76
- package/dist/useMessageInterceptor-CstX10ih.cjs +0 -33
- package/dist/useMessageInterceptor-D5oAekXn.js +0 -25
- package/dist/userIdentityContext-8kfKQRFx.d.ts +0 -20
- package/dist/userIdentityContext-D2oFVFzo.d.cts +0 -20
- package/dist/utilityTypes-DynzxjK3.js +0 -1
- package/dist/utilityTypes-xb8SjKSV.cjs +0 -0
- package/dist/utils-B8rATLoc.d.ts +0 -22
- package/dist/utils-Bcz5kAgP.js +0 -92
- package/dist/utils-CMqFfqZx.cjs +0 -130
- package/dist/utils-EDgzCG3Q.d.cts +0 -22
- package/dist/utils-V1YTUQng.js +0 -1385
- package/dist/utils-VI19AC8S.cjs +0 -1591
- package/dist/variantInfo-BRmDpamJ.cjs +0 -17
- package/dist/variantInfo-BwBBEWSA.js +0 -11
- package/src/application/models/api/context.ts +0 -4
- package/src/application/models/api/generationParams.ts +0 -4
- package/src/application/models/api/nextMessageRequest.ts +0 -11
- package/src/application/models/api/orgAnalyticsConfig.ts +0 -19
- package/src/application/models/api/orgConfigResults.ts +0 -44
- package/src/application/models/api/organizationConfig.ts +0 -12
- package/src/application/models/api/responseGenerics.ts +0 -67
- package/src/application/models/api/search.ts +0 -26
- package/src/application/models/api/suggestion.ts +0 -4
- package/src/application/models/api/supportedEventRequest.ts +0 -8
- package/src/application/models/api/userEvent.ts +0 -101
- package/src/application/models/cachedValue.ts +0 -8
- package/src/application/models/chatElementDisplayLocation.ts +0 -22
- package/src/application/models/clientDetails.ts +0 -18
- package/src/application/models/colorsConfig.ts +0 -28
- package/src/application/models/conversationalSearchIds.ts +0 -5
- package/src/application/models/dataLayer.ts +0 -45
- package/src/application/models/events.ts +0 -5
- package/src/application/models/featureGates.ts +0 -21
- package/src/application/models/frontendConfig.ts +0 -14
- package/src/application/models/googleAnalyticsEvents.ts +0 -8
- package/src/application/models/localStorageEventListener.ts +0 -4
- package/src/application/models/mobilePLPChatPlacementParameter.ts +0 -3
- package/src/application/models/orgsEnum.ts +0 -36
- package/src/application/models/productExperiment.ts +0 -5
- package/src/application/models/spanxTakeAQuizCtaParameter.ts +0 -4
- package/src/application/models/spiffyWidgets.ts +0 -16
- package/src/application/models/utilityTypes/camelCase.ts +0 -87
- package/src/application/models/utilityTypes/camelCasedPropertiesDeep.ts +0 -80
- package/src/application/models/utilityTypes/delimiterCase.ts +0 -121
- package/src/application/models/utilityTypes/delimiterCasedPropertiesDeep.ts +0 -98
- package/src/application/models/utilityTypes/index.ts +0 -1
- package/src/application/models/utilityTypes/internal.ts +0 -93
- package/src/application/models/utilityTypes/primitive.ts +0 -8
- package/src/application/models/utilityTypes/snakeCasedPropertiesDeep.ts +0 -49
- package/src/application/models/utilityTypes/splitWords.ts +0 -76
- package/src/application/models/utilityTypes/trim.ts +0 -28
- package/src/application/models/utilityTypes/unknownArray.ts +0 -25
- package/src/application/models/variantInfo/index.ts +0 -1
- package/src/application/models/variantInfo/pageVisitInfo.ts +0 -6
- package/src/application/models/variantInfo/plpInfo.ts +0 -3
- package/src/application/models/variantInfo/productInfo.ts +0 -5
- package/src/application/models/variantInfo/variantInfo.ts +0 -29
- package/src/application/utils/__tests__/divideArrays.test.ts +0 -14
- package/src/application/utils/cdnUtils.ts +0 -11
- package/src/atoms/search/chatSearch.ts +0 -317
- package/src/atoms/search/types.ts +0 -55
- package/src/config/divIds.ts +0 -27
- package/src/config/socialProofClasses.ts +0 -17
- package/src/contexts/chatContext/chatContext.tsx +0 -509
- package/src/contexts/chatContext/index.ts +0 -1
- package/src/contexts/types.ts +0 -1066
- package/src/events/event-types.ts +0 -11
- package/src/interceptors/types.ts +0 -6
- package/src/merchants/domInsertion.ts +0 -30
- package/src/merchants/gridInsertion.ts +0 -19
- package/src/types/config-versions.ts +0 -6
- package/src/types/customerService.ts +0 -31
- package/src/types/custservice-types.ts +0 -28
- package/src/types/search-filter-types.ts +0 -111
- package/src/types/suggestionBarV2-types.ts +0 -4
- package/src/types/test-types.ts +0 -3
- package/src/types.ts +0 -11
- /package/dist/{AmplitudeOperations-CEwp7tPJ.cjs → featureFlagServiceContext-B4ash4vz.cjs} +0 -0
- /package/dist/{AmplitudeOperations-uF2zIi_1.js → featureFlagServiceContext-bI7ZLz4r.js} +0 -0
- /package/src/{types/exceptions → exceptions}/sessionExceptions.ts +0 -0
|
@@ -0,0 +1,173 @@
|
|
|
1
|
+
import { ResponseCategory } from "@spiffy-ai/commerce-api-client";
|
|
2
|
+
import { isApiPageResponseAttributes } from "src/application/models/guards/api/isApiPageResponseAttributes";
|
|
3
|
+
import { isApiProductResponseAttributes } from "src/application/models/guards/api/isApiProductResponseAttributes";
|
|
4
|
+
import { isApiResponse } from "src/application/models/guards/api/isApiResponse";
|
|
5
|
+
import { isApiReviewResponseAttributes } from "src/application/models/guards/api/isApiReviewResponseAttributes";
|
|
6
|
+
import { isApiTextResponseAttributes } from "src/application/models/guards/api/isApiTextResponseAttributes";
|
|
7
|
+
import { isApiProductSearchResponseAttributes } from "src/application/models/guards/api/isApiProductSearchAttributes";
|
|
8
|
+
import { isApiFormResponseAttributes } from "src/application/models/guards/api/isApiFormResponse";
|
|
9
|
+
import { isApiOrderResponseAttributes } from "src/application/models/guards/api/isApiOrderResponseAttributes";
|
|
10
|
+
import { stringToFulfillmentDisplayStatusEnumValue } from "src/application/models/utils/stringToFulfillmentDisplayStatusEnumValue";
|
|
11
|
+
import { isApiProductSearchFilterResponseAttributes } from "src/application/models/guards/api/isApiProductSearchFilterAttributes";
|
|
12
|
+
const richInformationFromCommerceRichInformation = (data) => ({
|
|
13
|
+
cons: data.cons,
|
|
14
|
+
pros: data.pros,
|
|
15
|
+
reviewDate: data.review_date,
|
|
16
|
+
reviewerTitle: data.reviewer_title,
|
|
17
|
+
productFamiliarity: data.product_familiarity,
|
|
18
|
+
});
|
|
19
|
+
export const validateResponse = (data) => {
|
|
20
|
+
if (!isApiResponse(data)) {
|
|
21
|
+
return undefined;
|
|
22
|
+
}
|
|
23
|
+
if (data.category === ResponseCategory.Text &&
|
|
24
|
+
isApiTextResponseAttributes(data.attributes)) {
|
|
25
|
+
return {
|
|
26
|
+
id: data.id,
|
|
27
|
+
createdAt: data.createdAt,
|
|
28
|
+
category: ResponseCategory.Text,
|
|
29
|
+
attributes: {
|
|
30
|
+
content: data.attributes.content,
|
|
31
|
+
},
|
|
32
|
+
};
|
|
33
|
+
}
|
|
34
|
+
if (data.category === ResponseCategory.Product &&
|
|
35
|
+
isApiProductResponseAttributes(data.attributes)) {
|
|
36
|
+
return {
|
|
37
|
+
id: data.id,
|
|
38
|
+
createdAt: data.createdAt,
|
|
39
|
+
category: ResponseCategory.Product,
|
|
40
|
+
attributes: {
|
|
41
|
+
id: data.attributes.id,
|
|
42
|
+
description: data.attributes.description,
|
|
43
|
+
imageUrl: data.attributes.imageUrl,
|
|
44
|
+
imageUrls: data.attributes.imageUrls,
|
|
45
|
+
title: data.attributes.title,
|
|
46
|
+
url: data.attributes.url,
|
|
47
|
+
originalPrice: data.attributes.originalPrice,
|
|
48
|
+
salePrice: data.attributes.salePrice,
|
|
49
|
+
averageRating: data.attributes.averageRating,
|
|
50
|
+
numberReviews: data.attributes.numberReviews,
|
|
51
|
+
metadata: data.attributes.metadata,
|
|
52
|
+
isForGrid: data.attributes.isForGrid,
|
|
53
|
+
colors: data.attributes.colors,
|
|
54
|
+
sizes: data.attributes.sizes,
|
|
55
|
+
filters: data.attributes.filters,
|
|
56
|
+
},
|
|
57
|
+
};
|
|
58
|
+
}
|
|
59
|
+
if (data.category === ResponseCategory.Review &&
|
|
60
|
+
isApiReviewResponseAttributes(data.attributes)) {
|
|
61
|
+
return {
|
|
62
|
+
id: data.id,
|
|
63
|
+
createdAt: data.createdAt,
|
|
64
|
+
category: ResponseCategory.Review,
|
|
65
|
+
attributes: {
|
|
66
|
+
id: data.attributes.id,
|
|
67
|
+
productId: data.attributes.productId,
|
|
68
|
+
title: data.attributes.title,
|
|
69
|
+
reviewer: data.attributes.reviewer,
|
|
70
|
+
review: data.attributes.review,
|
|
71
|
+
stars: data.attributes.stars,
|
|
72
|
+
richInformation: data.attributes.richInformation
|
|
73
|
+
? richInformationFromCommerceRichInformation(data.attributes.richInformation)
|
|
74
|
+
: undefined,
|
|
75
|
+
},
|
|
76
|
+
};
|
|
77
|
+
}
|
|
78
|
+
if (data.category === ResponseCategory.Separator) {
|
|
79
|
+
return {
|
|
80
|
+
id: data.id,
|
|
81
|
+
createdAt: data.createdAt,
|
|
82
|
+
category: ResponseCategory.Separator,
|
|
83
|
+
};
|
|
84
|
+
}
|
|
85
|
+
if (data.category === ResponseCategory.Page &&
|
|
86
|
+
isApiPageResponseAttributes(data.attributes)) {
|
|
87
|
+
return {
|
|
88
|
+
id: data.id,
|
|
89
|
+
createdAt: data.createdAt,
|
|
90
|
+
category: ResponseCategory.Page,
|
|
91
|
+
attributes: {
|
|
92
|
+
id: data.attributes.id,
|
|
93
|
+
title: data.attributes.title,
|
|
94
|
+
description: data.attributes.description,
|
|
95
|
+
url: data.attributes.url,
|
|
96
|
+
},
|
|
97
|
+
};
|
|
98
|
+
}
|
|
99
|
+
if (data.category === ResponseCategory.Form &&
|
|
100
|
+
isApiFormResponseAttributes(data.attributes)) {
|
|
101
|
+
return {
|
|
102
|
+
id: data.id,
|
|
103
|
+
createdAt: data.createdAt,
|
|
104
|
+
category: ResponseCategory.Form,
|
|
105
|
+
attributes: {
|
|
106
|
+
formCategory: data.attributes.formCategory
|
|
107
|
+
? {
|
|
108
|
+
formType: data.attributes.formCategory.formType,
|
|
109
|
+
}
|
|
110
|
+
: undefined,
|
|
111
|
+
schema: {
|
|
112
|
+
properties: data.attributes.schema.properties,
|
|
113
|
+
required: data.attributes.schema.required.map(String),
|
|
114
|
+
},
|
|
115
|
+
},
|
|
116
|
+
};
|
|
117
|
+
}
|
|
118
|
+
if (data.category === ResponseCategory.ProductSearch &&
|
|
119
|
+
isApiProductSearchResponseAttributes(data.attributes)) {
|
|
120
|
+
return {
|
|
121
|
+
id: data.id,
|
|
122
|
+
createdAt: data.createdAt,
|
|
123
|
+
category: ResponseCategory.ProductSearch,
|
|
124
|
+
attributes: {
|
|
125
|
+
generatedQuery: data.attributes.generated_query,
|
|
126
|
+
productCount: data.attributes.product_count,
|
|
127
|
+
},
|
|
128
|
+
};
|
|
129
|
+
}
|
|
130
|
+
if (data.category === ResponseCategory.ProductSearchFilter &&
|
|
131
|
+
isApiProductSearchFilterResponseAttributes(data.attributes)) {
|
|
132
|
+
return {
|
|
133
|
+
id: data.id,
|
|
134
|
+
createdAt: data.createdAt,
|
|
135
|
+
category: ResponseCategory.ProductSearchFilter,
|
|
136
|
+
attributes: {
|
|
137
|
+
filterName: data.attributes.filter_name,
|
|
138
|
+
},
|
|
139
|
+
};
|
|
140
|
+
}
|
|
141
|
+
if (data.category === ResponseCategory.Order &&
|
|
142
|
+
isApiOrderResponseAttributes(data.attributes)) {
|
|
143
|
+
return {
|
|
144
|
+
id: data.id,
|
|
145
|
+
createdAt: data.createdAt,
|
|
146
|
+
category: ResponseCategory.Order,
|
|
147
|
+
attributes: {
|
|
148
|
+
orderId: data.attributes.orderId,
|
|
149
|
+
orderNumber: data.attributes.orderNumber,
|
|
150
|
+
createdAt: data.attributes.created_at,
|
|
151
|
+
latestEventDate: data.attributes.latest_event_date,
|
|
152
|
+
lineItems: data.attributes.line_items.map((item) => {
|
|
153
|
+
var _a, _b, _c, _d, _e;
|
|
154
|
+
return ({
|
|
155
|
+
itemTitle: item.item_title,
|
|
156
|
+
itemPrice: item.item_price,
|
|
157
|
+
itemQuantity: item.item_quantity,
|
|
158
|
+
orderItemId: item.order_item_id,
|
|
159
|
+
image: (_a = item.image) !== null && _a !== void 0 ? _a : undefined,
|
|
160
|
+
inTransitAt: (_b = item.in_transit_at) !== null && _b !== void 0 ? _b : undefined,
|
|
161
|
+
deliveredAt: (_c = item.delivered_at) !== null && _c !== void 0 ? _c : undefined,
|
|
162
|
+
estimatedDeliveryAt: (_d = item.estimated_delivery_at) !== null && _d !== void 0 ? _d : undefined,
|
|
163
|
+
fulfillmentDisplayStatus: item.fulfillment_display_status
|
|
164
|
+
? stringToFulfillmentDisplayStatusEnumValue(item.fulfillment_display_status)
|
|
165
|
+
: undefined,
|
|
166
|
+
trackingUrl: (_e = item.tracking_url) !== null && _e !== void 0 ? _e : undefined,
|
|
167
|
+
});
|
|
168
|
+
}),
|
|
169
|
+
},
|
|
170
|
+
};
|
|
171
|
+
}
|
|
172
|
+
return undefined;
|
|
173
|
+
};
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { isSuggestion } from '../guards/api/isApiSuggestion';
|
|
2
|
+
export const validateSuggestion = (data) => {
|
|
3
|
+
if (!isSuggestion(data)) {
|
|
4
|
+
return undefined;
|
|
5
|
+
}
|
|
6
|
+
return {
|
|
7
|
+
id: data.id,
|
|
8
|
+
category: data.category,
|
|
9
|
+
content: data.content,
|
|
10
|
+
createdAt: data.created_at,
|
|
11
|
+
isAnswer: data.is_answer,
|
|
12
|
+
};
|
|
13
|
+
};
|
|
@@ -0,0 +1,91 @@
|
|
|
1
|
+
import { UserEventCategory } from "@spiffy-ai/commerce-api-client";
|
|
2
|
+
import { isApiUserEvent, isApiPDPAttributes, isApiQueryTypedAttributes, isApiSearchAttributes, isApiSuggestionClickedAttributes, } from "../guards/api";
|
|
3
|
+
import { isApiFormSubmittedResponseAttributes } from "../guards/api/isApiFormSubmittedResponseAttributes";
|
|
4
|
+
import { isApiPLPEventAttributes, isApiPLPIdAttribute, } from "../guards/api/isApiPLPEventAttributes";
|
|
5
|
+
export const validateUserEvent = (data) => {
|
|
6
|
+
if (!isApiUserEvent(data)) {
|
|
7
|
+
return undefined;
|
|
8
|
+
}
|
|
9
|
+
if (data.category === UserEventCategory.PdpVisit &&
|
|
10
|
+
isApiPDPAttributes(data.attributes)) {
|
|
11
|
+
return {
|
|
12
|
+
eventId: data.event_id,
|
|
13
|
+
createdAt: data.created_at,
|
|
14
|
+
category: UserEventCategory.PdpVisit,
|
|
15
|
+
attributes: {
|
|
16
|
+
productId: data.attributes.product_id,
|
|
17
|
+
parentProductId: data.attributes.parent_product_id,
|
|
18
|
+
url: data.attributes.url,
|
|
19
|
+
},
|
|
20
|
+
};
|
|
21
|
+
}
|
|
22
|
+
if (data.category === UserEventCategory.QueryTyped &&
|
|
23
|
+
isApiQueryTypedAttributes(data.attributes)) {
|
|
24
|
+
return {
|
|
25
|
+
eventId: data.event_id,
|
|
26
|
+
createdAt: data.created_at,
|
|
27
|
+
category: UserEventCategory.QueryTyped,
|
|
28
|
+
attributes: {
|
|
29
|
+
query: data.attributes.query,
|
|
30
|
+
},
|
|
31
|
+
};
|
|
32
|
+
}
|
|
33
|
+
if (data.category === UserEventCategory.Search &&
|
|
34
|
+
isApiSearchAttributes(data.attributes)) {
|
|
35
|
+
return {
|
|
36
|
+
eventId: data.event_id,
|
|
37
|
+
createdAt: data.created_at,
|
|
38
|
+
category: UserEventCategory.Search,
|
|
39
|
+
attributes: {
|
|
40
|
+
searchTerm: data.attributes.search_term,
|
|
41
|
+
selectedFilters: data.attributes.selected_filters,
|
|
42
|
+
},
|
|
43
|
+
};
|
|
44
|
+
}
|
|
45
|
+
if (data.category === UserEventCategory.SuggestionClicked &&
|
|
46
|
+
isApiSuggestionClickedAttributes(data.attributes)) {
|
|
47
|
+
return {
|
|
48
|
+
eventId: data.event_id,
|
|
49
|
+
createdAt: data.created_at,
|
|
50
|
+
category: UserEventCategory.SuggestionClicked,
|
|
51
|
+
attributes: {
|
|
52
|
+
suggestionId: data.attributes.suggestion_id,
|
|
53
|
+
},
|
|
54
|
+
};
|
|
55
|
+
}
|
|
56
|
+
if (data.category === UserEventCategory.PlpVisit &&
|
|
57
|
+
isApiPLPEventAttributes(data.attributes)) {
|
|
58
|
+
if (isApiPLPIdAttribute(data.attributes)) {
|
|
59
|
+
return {
|
|
60
|
+
eventId: data.event_id,
|
|
61
|
+
createdAt: data.created_at,
|
|
62
|
+
category: UserEventCategory.PlpVisit,
|
|
63
|
+
attributes: {
|
|
64
|
+
category: data.attributes.category,
|
|
65
|
+
attributes: {
|
|
66
|
+
id: data.attributes.id,
|
|
67
|
+
},
|
|
68
|
+
},
|
|
69
|
+
};
|
|
70
|
+
}
|
|
71
|
+
}
|
|
72
|
+
if (data.category === UserEventCategory.FormSubmitted &&
|
|
73
|
+
isApiFormSubmittedResponseAttributes(data.attributes)) {
|
|
74
|
+
return {
|
|
75
|
+
eventId: data.event_id,
|
|
76
|
+
createdAt: data.created_at,
|
|
77
|
+
category: UserEventCategory.FormSubmitted,
|
|
78
|
+
attributes: {
|
|
79
|
+
filledSchema: { ...data.attributes.filled_schema },
|
|
80
|
+
formResponseId: data.attributes.form_response_id,
|
|
81
|
+
formType: data.attributes.form_type,
|
|
82
|
+
},
|
|
83
|
+
};
|
|
84
|
+
}
|
|
85
|
+
// we're not using app_unloaded at the moment so return the app_loaded event as default
|
|
86
|
+
return {
|
|
87
|
+
eventId: data.event_id,
|
|
88
|
+
createdAt: data.created_at,
|
|
89
|
+
category: UserEventCategory.AppLoaded,
|
|
90
|
+
};
|
|
91
|
+
};
|
|
@@ -0,0 +1,94 @@
|
|
|
1
|
+
import Logger from 'src/application/logging/logger';
|
|
2
|
+
import { isLegacyUAEcommerceEvent, isGA4EcommerceEvent, isBaseEcommerceEvent, } from 'src/application/models';
|
|
3
|
+
import { SpiffyMetricsEventName } from 'src/contexts/amplitudeContext/amplitudeContext';
|
|
4
|
+
const NORMALIZED_ADD_TO_CART_EVENT_NAMES = ['addtocart', 'addedtocart'];
|
|
5
|
+
const CHECK_DATA_LAYER_INTERVAL_MS = 500;
|
|
6
|
+
const CHECK_DATA_LAYER_MAX_ATTEMPTS = 10;
|
|
7
|
+
/**
|
|
8
|
+
* Checks if a Google Analytics event is an add_to_cart event.
|
|
9
|
+
*
|
|
10
|
+
* @param event The event name to check.
|
|
11
|
+
*
|
|
12
|
+
* @returns True if the event is an add_to_cart event, false otherwise.
|
|
13
|
+
*/
|
|
14
|
+
const isAddToCartEvent = (event) => {
|
|
15
|
+
const normalizedEvent = event.replace(/[-_]/g, '').toLowerCase();
|
|
16
|
+
return NORMALIZED_ADD_TO_CART_EVENT_NAMES.some((name) => normalizedEvent.includes(name));
|
|
17
|
+
};
|
|
18
|
+
/**
|
|
19
|
+
* Tracks an add_to_cart event in Amplitude.
|
|
20
|
+
*
|
|
21
|
+
* @param event The event to track.
|
|
22
|
+
*/
|
|
23
|
+
const handleAddToCartEvent = (event, track) => {
|
|
24
|
+
let eventProps;
|
|
25
|
+
if (isLegacyUAEcommerceEvent(event)) {
|
|
26
|
+
eventProps = {
|
|
27
|
+
items: event.ecommerce.add.products.map((product) => ({
|
|
28
|
+
item_name: product.name,
|
|
29
|
+
item_category: product.category,
|
|
30
|
+
price: product.price,
|
|
31
|
+
quantity: product.quantity,
|
|
32
|
+
})),
|
|
33
|
+
currency: event.ecommerce.add.currencyCode,
|
|
34
|
+
event_format_version: 'legacy_universal_analytics',
|
|
35
|
+
};
|
|
36
|
+
}
|
|
37
|
+
else if (isGA4EcommerceEvent(event)) {
|
|
38
|
+
eventProps = {
|
|
39
|
+
items: event.ecommerce.items.map((item) => ({
|
|
40
|
+
item_name: item.item_name,
|
|
41
|
+
item_category: item.item_category,
|
|
42
|
+
price: item.price,
|
|
43
|
+
quantity: item.quantity,
|
|
44
|
+
})),
|
|
45
|
+
currency: event.ecommerce.currency,
|
|
46
|
+
event_format_version: 'google_analytics_4',
|
|
47
|
+
};
|
|
48
|
+
}
|
|
49
|
+
else {
|
|
50
|
+
eventProps = {
|
|
51
|
+
event_properties: { ...event },
|
|
52
|
+
event_format_version: 'unknown',
|
|
53
|
+
};
|
|
54
|
+
}
|
|
55
|
+
track(SpiffyMetricsEventName.AddToCartClicked, {
|
|
56
|
+
eventProps,
|
|
57
|
+
});
|
|
58
|
+
};
|
|
59
|
+
/**
|
|
60
|
+
* Wraps the window.dataLayer.push method to intercept add_to_cart events and send them to Amplitude.
|
|
61
|
+
* This function runs on an interval until the dataLayer is available.
|
|
62
|
+
*/
|
|
63
|
+
export const initDataLayerWrapper = (track) => {
|
|
64
|
+
let attempts = 0;
|
|
65
|
+
// currently, our bundle is always loaded after GTM has initialized GA/dataLayer
|
|
66
|
+
// we'll need this check here if/when we load spiffy before/outside of GTM
|
|
67
|
+
const checkAndInitialize = () => {
|
|
68
|
+
if (!window.dataLayer || !window.dataLayer.push) {
|
|
69
|
+
attempts += 1;
|
|
70
|
+
if (attempts >= CHECK_DATA_LAYER_MAX_ATTEMPTS) {
|
|
71
|
+
Logger.logDebug(`[spiffy-ai] dataLayer not available after ${CHECK_DATA_LAYER_MAX_ATTEMPTS} attempts`);
|
|
72
|
+
return;
|
|
73
|
+
}
|
|
74
|
+
setTimeout(checkAndInitialize, CHECK_DATA_LAYER_INTERVAL_MS);
|
|
75
|
+
return;
|
|
76
|
+
}
|
|
77
|
+
Logger.logDebug('[spiffy-ai] dataLayer is available, wrapping push function...');
|
|
78
|
+
const originalPush = window.dataLayer.push;
|
|
79
|
+
window.dataLayer.push = (...args) => {
|
|
80
|
+
if (isBaseEcommerceEvent(args[0]) && isAddToCartEvent(args[0].event)) {
|
|
81
|
+
handleAddToCartEvent(args[0], track);
|
|
82
|
+
}
|
|
83
|
+
// IMPORTANT: call the original push method so that the event is still logged to GA
|
|
84
|
+
return originalPush.apply(window.dataLayer, args);
|
|
85
|
+
};
|
|
86
|
+
};
|
|
87
|
+
checkAndInitialize();
|
|
88
|
+
};
|
|
89
|
+
export const initAmplitude = (track) => {
|
|
90
|
+
// This function might not be needed anymore if Amplitude is initialized via context.
|
|
91
|
+
// For now, we'll keep it and pass the track function.
|
|
92
|
+
// If it's truly redundant, it can be removed later.
|
|
93
|
+
track(SpiffyMetricsEventName.BundleLoaded); // Example usage, adjust as needed
|
|
94
|
+
};
|
|
@@ -0,0 +1,90 @@
|
|
|
1
|
+
import { PLPAttributeCategory, UserEventCategory, } from '@spiffy-ai/commerce-api-client';
|
|
2
|
+
export const coreUserEventToApiUserEvent = (data) => {
|
|
3
|
+
if (data.category === UserEventCategory.PdpVisit ||
|
|
4
|
+
data.category === UserEventCategory.AddToCart) {
|
|
5
|
+
return {
|
|
6
|
+
event_id: data.eventId,
|
|
7
|
+
created_at: data.createdAt,
|
|
8
|
+
category: data.category,
|
|
9
|
+
attributes: {
|
|
10
|
+
product_id: data.attributes.productId,
|
|
11
|
+
parent_product_id: data.attributes.parentProductId,
|
|
12
|
+
url: data.attributes.url,
|
|
13
|
+
},
|
|
14
|
+
};
|
|
15
|
+
}
|
|
16
|
+
if (data.category === UserEventCategory.PlpVisit) {
|
|
17
|
+
return {
|
|
18
|
+
event_id: data.eventId,
|
|
19
|
+
created_at: data.createdAt,
|
|
20
|
+
category: data.category,
|
|
21
|
+
attributes: {
|
|
22
|
+
category: PLPAttributeCategory.Id,
|
|
23
|
+
attributes: {
|
|
24
|
+
// we're only handling id attributes for now
|
|
25
|
+
id: data.attributes.attributes.id,
|
|
26
|
+
},
|
|
27
|
+
},
|
|
28
|
+
};
|
|
29
|
+
}
|
|
30
|
+
if (data.category === UserEventCategory.QueryTyped) {
|
|
31
|
+
return {
|
|
32
|
+
event_id: data.eventId,
|
|
33
|
+
created_at: data.createdAt,
|
|
34
|
+
category: data.category,
|
|
35
|
+
attributes: {
|
|
36
|
+
query: data.attributes.query,
|
|
37
|
+
},
|
|
38
|
+
};
|
|
39
|
+
}
|
|
40
|
+
if (data.category === UserEventCategory.Search) {
|
|
41
|
+
return {
|
|
42
|
+
event_id: data.eventId,
|
|
43
|
+
created_at: data.createdAt,
|
|
44
|
+
category: data.category,
|
|
45
|
+
attributes: {
|
|
46
|
+
search_term: data.attributes.searchTerm,
|
|
47
|
+
selected_filters: data.attributes.selectedFilters,
|
|
48
|
+
},
|
|
49
|
+
};
|
|
50
|
+
}
|
|
51
|
+
if (data.category === UserEventCategory.SuggestionClicked) {
|
|
52
|
+
return {
|
|
53
|
+
event_id: data.eventId,
|
|
54
|
+
created_at: data.createdAt,
|
|
55
|
+
category: data.category,
|
|
56
|
+
attributes: {
|
|
57
|
+
suggestion_id: data.attributes.suggestionId,
|
|
58
|
+
},
|
|
59
|
+
};
|
|
60
|
+
}
|
|
61
|
+
if (data.category === UserEventCategory.PageVisit) {
|
|
62
|
+
return {
|
|
63
|
+
event_id: data.eventId,
|
|
64
|
+
created_at: data.createdAt,
|
|
65
|
+
category: data.category,
|
|
66
|
+
attributes: {
|
|
67
|
+
url: data.attributes.url,
|
|
68
|
+
page_visit_category: data.attributes.pageVisitCategory,
|
|
69
|
+
},
|
|
70
|
+
};
|
|
71
|
+
}
|
|
72
|
+
if (data.category === UserEventCategory.FormSubmitted) {
|
|
73
|
+
return {
|
|
74
|
+
event_id: data.eventId,
|
|
75
|
+
created_at: data.createdAt,
|
|
76
|
+
category: data.category,
|
|
77
|
+
attributes: {
|
|
78
|
+
filled_schema: { ...data.attributes.filledSchema },
|
|
79
|
+
form_response_id: data.attributes.formResponseId,
|
|
80
|
+
form_type: data.attributes.formType,
|
|
81
|
+
},
|
|
82
|
+
};
|
|
83
|
+
}
|
|
84
|
+
// This is the default app_loaded event, when we start to use app_unloaded we need to handle it here
|
|
85
|
+
return {
|
|
86
|
+
event_id: data.eventId,
|
|
87
|
+
created_at: data.createdAt,
|
|
88
|
+
category: data.category,
|
|
89
|
+
};
|
|
90
|
+
};
|
|
@@ -0,0 +1,85 @@
|
|
|
1
|
+
import { ElementObserver } from './elementObserver';
|
|
2
|
+
/**
|
|
3
|
+
* This class manages a `MutationObserver` for the `document.body`. It monitors nodes that are
|
|
4
|
+
* added or removed from the DOM and notifies the observers for each observable element
|
|
5
|
+
* when they are ready to be watched.
|
|
6
|
+
*
|
|
7
|
+
* How that works:
|
|
8
|
+
*
|
|
9
|
+
* When the `observe` function is called, it attaches a `MutationObserver` to the `document.body` element.
|
|
10
|
+
* All changes to `document.body` are tracked by this observer. When changes are detected, the `MutationObserver`
|
|
11
|
+
* iterates through all added and removed nodes and checks if each node exists in the main map of observable elements.
|
|
12
|
+
*
|
|
13
|
+
* If a match is found, it notifies the corresponding `ElementObserver` instance to start monitoring changes for that element.
|
|
14
|
+
*
|
|
15
|
+
* The primary `MutationObserver` remains active until the `destroy` function is called. Calling `destroy` will disconnect all
|
|
16
|
+
* individual element observers and release any associated resources.
|
|
17
|
+
*
|
|
18
|
+
* There is no need to explicitly call the `observe` function. It is automatically invoked when a `useElementObserver` hook is instantiated.
|
|
19
|
+
*
|
|
20
|
+
*/
|
|
21
|
+
export class DOMObserver {
|
|
22
|
+
static notifyAdition(records, nodeMapping) {
|
|
23
|
+
records.forEach((record) => record.addedNodes.forEach((node) => {
|
|
24
|
+
var _a;
|
|
25
|
+
(_a = nodeMapping.get(node)) === null || _a === void 0 ? void 0 : _a.watch(node);
|
|
26
|
+
nodeMapping.delete(node);
|
|
27
|
+
}));
|
|
28
|
+
}
|
|
29
|
+
static notifyRemoval(records, nodeMapping) {
|
|
30
|
+
records.forEach((record) => record.removedNodes.forEach((node) => {
|
|
31
|
+
var _a;
|
|
32
|
+
(_a = nodeMapping.get(node)) === null || _a === void 0 ? void 0 : _a.destroy();
|
|
33
|
+
nodeMapping.delete(node);
|
|
34
|
+
}));
|
|
35
|
+
}
|
|
36
|
+
static notifyChildrenChanges(nodeMapping) {
|
|
37
|
+
Array.from(nodeMapping.values()).forEach((observer) => observer.synchronize());
|
|
38
|
+
}
|
|
39
|
+
static mapNodeInstancesToListeners() {
|
|
40
|
+
const nodeMapping = new Map();
|
|
41
|
+
this.listeners.forEach((observer) => {
|
|
42
|
+
var _a;
|
|
43
|
+
const node = observer.getNode() || ((_a = observer.getSelector()) === null || _a === void 0 ? void 0 : _a.parse());
|
|
44
|
+
if (node) {
|
|
45
|
+
nodeMapping.set(node, observer);
|
|
46
|
+
}
|
|
47
|
+
});
|
|
48
|
+
return nodeMapping;
|
|
49
|
+
}
|
|
50
|
+
static add(selector) {
|
|
51
|
+
const node = selector.getPattern();
|
|
52
|
+
let elementObserver = this.listeners.get(node);
|
|
53
|
+
if (elementObserver) {
|
|
54
|
+
return elementObserver;
|
|
55
|
+
}
|
|
56
|
+
elementObserver = new ElementObserver(selector);
|
|
57
|
+
this.listeners.set(node, elementObserver);
|
|
58
|
+
return elementObserver;
|
|
59
|
+
}
|
|
60
|
+
static remove(selector) {
|
|
61
|
+
var _a;
|
|
62
|
+
const node = selector.getPattern();
|
|
63
|
+
(_a = this.listeners.get(node)) === null || _a === void 0 ? void 0 : _a.destroy();
|
|
64
|
+
this.listeners.delete(node);
|
|
65
|
+
}
|
|
66
|
+
static observe() {
|
|
67
|
+
if (!this.documentObserver) {
|
|
68
|
+
this.documentObserver = new MutationObserver((mutations) => {
|
|
69
|
+
const nodeMapping = this.mapNodeInstancesToListeners();
|
|
70
|
+
this.notifyAdition(mutations, nodeMapping);
|
|
71
|
+
this.notifyRemoval(mutations, nodeMapping);
|
|
72
|
+
this.notifyChildrenChanges(nodeMapping);
|
|
73
|
+
});
|
|
74
|
+
this.documentObserver.observe(document.body, { childList: true, subtree: true });
|
|
75
|
+
}
|
|
76
|
+
}
|
|
77
|
+
static destroy() {
|
|
78
|
+
var _a;
|
|
79
|
+
(_a = this.documentObserver) === null || _a === void 0 ? void 0 : _a.disconnect();
|
|
80
|
+
this.listeners.forEach((listener) => listener.destroy());
|
|
81
|
+
this.listeners.clear();
|
|
82
|
+
this.documentObserver = null;
|
|
83
|
+
}
|
|
84
|
+
}
|
|
85
|
+
DOMObserver.listeners = new Map();
|