@adobe/alloy 2.20.0-alpha.0 → 2.20.0-beta.0
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/libEs5/baseCode/index.js +2 -3
- package/libEs5/components/ActivityCollector/attachClickActivityCollector.js +2 -3
- package/libEs5/components/ActivityCollector/configValidators.js +3 -5
- package/libEs5/components/ActivityCollector/createGetLinkDetails.js +2 -3
- package/libEs5/components/ActivityCollector/createLinkClick.js +2 -3
- package/libEs5/components/ActivityCollector/getLinkName.js +2 -3
- package/libEs5/components/ActivityCollector/getLinkRegion.js +2 -3
- package/libEs5/components/ActivityCollector/index.js +1 -2
- package/libEs5/components/ActivityCollector/utils.js +11 -21
- package/libEs5/components/Audiences/index.js +1 -2
- package/libEs5/components/Audiences/injectProcessDestinations.js +18 -16
- package/libEs5/components/Audiences/injectProcessResponse.js +2 -3
- package/libEs5/components/Context/createComponent.js +2 -3
- package/libEs5/components/Context/implementationDetails.js +2 -3
- package/libEs5/components/Context/index.js +17 -15
- package/libEs5/components/Context/injectDevice.js +2 -3
- package/libEs5/components/Context/injectEnvironment.js +6 -7
- package/libEs5/components/Context/injectHighEntropyUserAgentHints.js +15 -16
- package/libEs5/components/Context/injectPlaceContext.js +2 -3
- package/libEs5/components/Context/injectTimestamp.js +2 -3
- package/libEs5/components/Context/injectWeb.js +2 -3
- package/libEs5/components/DataCollector/index.js +1 -2
- package/libEs5/components/DataCollector/validateApplyResponse.js +2 -3
- package/libEs5/components/DataCollector/validateUserEventOptions.js +2 -3
- package/libEs5/components/DecisioningEngine/consequenceAdapters/inAppMessageConsequenceAdapter.js +2 -3
- package/libEs5/components/DecisioningEngine/consequenceAdapters/schemaTypeConsequenceAdapter.js +2 -3
- package/libEs5/components/DecisioningEngine/constants.js +4 -7
- package/libEs5/components/DecisioningEngine/createApplyResponse.js +2 -3
- package/libEs5/components/DecisioningEngine/createConsequenceAdapter.js +17 -16
- package/libEs5/components/DecisioningEngine/createContextProvider.js +18 -16
- package/libEs5/components/DecisioningEngine/createDecisionHistory.js +2 -3
- package/libEs5/components/DecisioningEngine/createDecisionProvider.js +2 -3
- package/libEs5/components/DecisioningEngine/createEvaluableRulesetPayload.js +18 -16
- package/libEs5/components/DecisioningEngine/createEvaluateRulesetsCommand.js +2 -3
- package/libEs5/components/DecisioningEngine/createEventRegistry.js +20 -20
- package/libEs5/components/DecisioningEngine/createOnResponseHandler.js +18 -16
- package/libEs5/components/DecisioningEngine/createSubscribeRulesetItems.js +18 -16
- package/libEs5/components/DecisioningEngine/index.js +19 -19
- package/libEs5/components/DecisioningEngine/utils.js +10 -18
- package/libEs5/components/EventMerge/createComponent.js +2 -3
- package/libEs5/components/EventMerge/createEventMergeId.js +2 -3
- package/libEs5/components/EventMerge/index.js +1 -2
- package/libEs5/components/Identity/addEcidQueryToPayload.js +2 -3
- package/libEs5/components/Identity/addEcidToPayload.js +2 -3
- package/libEs5/components/Identity/appendIdentityToUrl/appendIdentityToUrlOptionsValidator.js +2 -3
- package/libEs5/components/Identity/appendIdentityToUrl/injectAppendIdentityToUrl.js +4 -5
- package/libEs5/components/Identity/configValidators.js +1 -2
- package/libEs5/components/Identity/constants/authState.js +3 -6
- package/libEs5/components/Identity/constants/defaultIdSyncTtlMinutes.js +1 -2
- package/libEs5/components/Identity/createComponent.js +2 -3
- package/libEs5/components/Identity/createLegacyIdentity.js +8 -6
- package/libEs5/components/Identity/getEcidFromResponse.js +2 -3
- package/libEs5/components/Identity/getIdentity/createGetIdentity.js +2 -3
- package/libEs5/components/Identity/getIdentity/createIdentityRequest.js +2 -3
- package/libEs5/components/Identity/getIdentity/createIdentityRequestPayload.js +2 -3
- package/libEs5/components/Identity/getIdentity/getIdentityOptionsValidator.js +2 -3
- package/libEs5/components/Identity/index.js +3 -3
- package/libEs5/components/Identity/injectAddLegacyEcidToPayload.js +2 -3
- package/libEs5/components/Identity/injectAddQueryStringIdentityToPayload.js +18 -15
- package/libEs5/components/Identity/injectAwaitIdentityCookie.js +9 -14
- package/libEs5/components/Identity/injectEnsureSingleIdentity.js +8 -6
- package/libEs5/components/Identity/injectHandleResponseForIdSyncs.js +2 -3
- package/libEs5/components/Identity/injectProcessIdSyncs.js +2 -3
- package/libEs5/components/Identity/injectSetDomainForInitialIdentityPayload.js +2 -3
- package/libEs5/components/Identity/visitorService/awaitVisitorOptIn.js +2 -3
- package/libEs5/components/Identity/visitorService/getVisitor.js +2 -3
- package/libEs5/components/Identity/visitorService/injectGetEcidFromVisitor.js +2 -3
- package/libEs5/components/LegacyMediaAnalytics/{media → constants}/constants.js +15 -25
- package/libEs5/components/LegacyMediaAnalytics/{media → constants}/mediaKeysToXdmConverter.js +3 -5
- package/libEs5/components/LegacyMediaAnalytics/createGetInstance.js +246 -0
- package/libEs5/components/LegacyMediaAnalytics/createLegacyMediaComponent.js +87 -0
- package/libEs5/components/LegacyMediaAnalytics/createMediaHelper.js +157 -158
- package/libEs5/components/LegacyMediaAnalytics/index.js +43 -20
- package/libEs5/components/LibraryInfo/index.js +21 -17
- package/libEs5/components/MachineLearning/index.js +1 -2
- package/libEs5/components/MachineLearning/processResponse.js +2 -3
- package/libEs5/components/Personalization/constants/loggerMessage.js +2 -4
- package/libEs5/components/Personalization/constants/scopeType.js +3 -6
- package/libEs5/components/Personalization/constants/surface.js +4 -8
- package/libEs5/components/Personalization/createActionsProvider.js +2 -3
- package/libEs5/components/Personalization/createApplyPropositions.js +19 -17
- package/libEs5/components/Personalization/createClickStorage.js +8 -6
- package/libEs5/components/Personalization/createCollect.js +2 -3
- package/libEs5/components/Personalization/createComponent.js +7 -4
- package/libEs5/components/Personalization/createFetchDataHandler.js +28 -20
- package/libEs5/components/Personalization/createGetPageLocation.js +2 -3
- package/libEs5/{utils/debounce.js → components/Personalization/createHandleConsentFlicker.js} +13 -14
- package/libEs5/components/Personalization/createNotificationHandler.js +10 -5
- package/libEs5/components/Personalization/createOnClickHandler.js +2 -3
- package/libEs5/components/Personalization/createOnDecisionHandler.js +3 -4
- package/libEs5/components/Personalization/createPersonalizationDetails.js +13 -14
- package/libEs5/components/Personalization/createPreprocessors.js +16 -14
- package/libEs5/components/Personalization/createSetTargetMigration.js +2 -3
- package/libEs5/components/Personalization/createViewCacheManager.js +2 -3
- package/libEs5/components/Personalization/createViewChangeHandler.js +2 -3
- package/libEs5/components/Personalization/dom-actions/action.js +2 -3
- package/libEs5/components/Personalization/dom-actions/addNonceToInlineStyleElements.js +2 -3
- package/libEs5/components/Personalization/dom-actions/appendHtml.js +2 -3
- package/libEs5/components/Personalization/dom-actions/clicks/collectClicks.js +3 -4
- package/libEs5/components/Personalization/dom-actions/createPreprocess.js +2 -3
- package/libEs5/components/Personalization/dom-actions/createRedirect.js +2 -3
- package/libEs5/components/Personalization/dom-actions/dom/createFragment.js +2 -3
- package/libEs5/components/Personalization/dom-actions/dom/getAttribute.js +2 -3
- package/libEs5/components/Personalization/dom-actions/dom/getChildNodes.js +2 -3
- package/libEs5/components/Personalization/dom-actions/dom/getChildren.js +2 -3
- package/libEs5/components/Personalization/dom-actions/dom/getElementById.js +2 -3
- package/libEs5/components/Personalization/dom-actions/dom/getFirstChild.js +2 -3
- package/libEs5/components/Personalization/dom-actions/dom/getNextSibling.js +2 -3
- package/libEs5/components/Personalization/dom-actions/dom/getNonce.js +3 -5
- package/libEs5/components/Personalization/dom-actions/dom/getParent.js +2 -3
- package/libEs5/components/Personalization/dom-actions/dom/helperForEq.js +3 -5
- package/libEs5/components/Personalization/dom-actions/dom/insertAfter.js +2 -3
- package/libEs5/components/Personalization/dom-actions/dom/insertBefore.js +2 -3
- package/libEs5/components/Personalization/dom-actions/dom/matchesSelectorWithEq.js +2 -3
- package/libEs5/components/Personalization/dom-actions/dom/removeAttribute.js +2 -3
- package/libEs5/components/Personalization/dom-actions/dom/selectNodesWithEq.js +16 -19
- package/libEs5/components/Personalization/dom-actions/dom/setAttribute.js +2 -3
- package/libEs5/components/Personalization/dom-actions/dom/setStyle.js +2 -3
- package/libEs5/components/Personalization/dom-actions/images.js +4 -7
- package/libEs5/components/Personalization/dom-actions/initDomActionsModules.js +2 -3
- package/libEs5/components/Personalization/dom-actions/insertHtmlAfter.js +2 -3
- package/libEs5/components/Personalization/dom-actions/insertHtmlBefore.js +2 -3
- package/libEs5/components/Personalization/dom-actions/prependHtml.js +2 -3
- package/libEs5/components/Personalization/dom-actions/rearrangeChildren.js +2 -3
- package/libEs5/components/Personalization/dom-actions/remapCustomCodeOffers.js +2 -3
- package/libEs5/components/Personalization/dom-actions/remapHeadOffers.js +2 -3
- package/libEs5/components/Personalization/dom-actions/replaceHtml.js +2 -3
- package/libEs5/components/Personalization/dom-actions/scripts.js +22 -24
- package/libEs5/components/Personalization/dom-actions/setAttributes.js +2 -3
- package/libEs5/components/Personalization/dom-actions/setHtml.js +2 -3
- package/libEs5/components/Personalization/dom-actions/setStyles.js +2 -3
- package/libEs5/components/Personalization/dom-actions/setText.js +2 -3
- package/libEs5/components/Personalization/dom-actions/swapImage.js +2 -3
- package/libEs5/components/Personalization/event.js +19 -18
- package/libEs5/components/Personalization/flicker/index.js +21 -22
- package/libEs5/components/Personalization/handlers/createProcessDomAction.js +8 -6
- package/libEs5/components/Personalization/handlers/createProcessHtmlContent.js +2 -3
- package/libEs5/components/Personalization/handlers/createProcessInAppMessage.js +18 -16
- package/libEs5/components/Personalization/handlers/createProcessPropositions.js +3 -4
- package/libEs5/components/Personalization/handlers/createProcessRedirect.js +2 -4
- package/libEs5/components/Personalization/handlers/injectCreateProposition.js +24 -22
- package/libEs5/components/Personalization/handlers/processDefaultContent.js +2 -3
- package/libEs5/components/Personalization/in-app-message-actions/actions/displayIframeContent.js +25 -29
- package/libEs5/components/Personalization/in-app-message-actions/initInAppMessageActionsModules.js +2 -3
- package/libEs5/components/Personalization/in-app-message-actions/utils.js +3 -5
- package/libEs5/components/Personalization/index.js +31 -22
- package/libEs5/components/Personalization/utils/addRenderAttemptedToDecisions.js +2 -3
- package/libEs5/components/Personalization/utils/createAsyncArray.js +2 -3
- package/libEs5/components/Personalization/utils/isAuthoringModeEnabled.js +2 -3
- package/libEs5/components/Personalization/utils/surfaceUtils.js +4 -7
- package/libEs5/components/Personalization/validateApplyPropositionsOptions.js +3 -5
- package/libEs5/components/Privacy/computeConsentHash.js +13 -14
- package/libEs5/components/Privacy/createComponent.js +16 -14
- package/libEs5/components/Privacy/createConsentHashStore.js +2 -3
- package/libEs5/components/Privacy/createConsentRequest.js +2 -3
- package/libEs5/components/Privacy/createConsentRequestPayload.js +2 -3
- package/libEs5/components/Privacy/createStoredConsent.js +2 -3
- package/libEs5/components/Privacy/index.js +1 -2
- package/libEs5/components/Privacy/injectSendSetConsentRequest.js +2 -3
- package/libEs5/components/Privacy/parseConsentCookie.js +4 -5
- package/libEs5/components/Privacy/validateSetConsentOptions.js +2 -3
- package/libEs5/components/{MediaCollection/createMediaRequestPayload.js → StreamingMedia/configValidators.js} +11 -16
- package/libEs5/components/StreamingMedia/constants/eventTypes.js +34 -0
- package/libEs5/components/StreamingMedia/constants/playbackState.js +19 -0
- package/libEs5/components/{MediaCollection → StreamingMedia}/createMediaEventManager.js +46 -53
- package/libEs5/components/{MediaCollection → StreamingMedia}/createMediaRequest.js +2 -3
- package/libEs5/components/StreamingMedia/createMediaResponseHandler.js +57 -0
- package/libEs5/components/{MediaCollection → StreamingMedia}/createMediaSessionCacheManager.js +23 -27
- package/libEs5/components/StreamingMedia/createStreamingMediaComponent.js +72 -0
- package/libEs5/components/StreamingMedia/createTrackMediaEvent.js +90 -0
- package/libEs5/components/StreamingMedia/createTrackMediaSession.js +52 -0
- package/libEs5/components/StreamingMedia/index.js +69 -0
- package/libEs5/components/StreamingMedia/validateMediaEventOptions.js +40 -0
- package/libEs5/components/{MediaCollection → StreamingMedia}/validateMediaSessionOptions.js +3 -4
- package/libEs5/constants/apiVersion.js +1 -2
- package/libEs5/constants/browser.js +7 -14
- package/libEs5/constants/consentPurpose.js +1 -2
- package/libEs5/constants/consentStatus.js +3 -6
- package/libEs5/constants/contentType.js +2 -4
- package/libEs5/constants/cookieNameKey.js +3 -6
- package/libEs5/constants/cookieNamePrefix.js +1 -2
- package/libEs5/constants/coreCommands.js +2 -4
- package/libEs5/constants/debugQueryParam.js +1 -2
- package/libEs5/constants/decisionProvider.js +1 -2
- package/libEs5/constants/domain.js +2 -4
- package/libEs5/constants/ecidNamespace.js +1 -2
- package/libEs5/constants/edgeBasePath.js +1 -2
- package/libEs5/constants/elementAttribute.js +1 -2
- package/libEs5/constants/eventType.js +5 -10
- package/libEs5/constants/handle.js +1 -2
- package/libEs5/constants/highEntropyUserAgentClientHints.js +1 -2
- package/libEs5/constants/httpHeaderNames.js +2 -4
- package/libEs5/constants/httpStatusCode.js +5 -10
- package/libEs5/constants/identityMapAuthenticatedState.js +3 -6
- package/libEs5/constants/legacyCookies.js +3 -6
- package/libEs5/constants/libraryName.js +1 -2
- package/libEs5/constants/libraryVersion.js +1 -2
- package/libEs5/constants/namespace.js +1 -2
- package/libEs5/constants/pageWideScope.js +1 -2
- package/libEs5/constants/propositionEventType.js +20 -21
- package/libEs5/constants/queryStringIdentityParam.js +1 -2
- package/libEs5/constants/schema.js +10 -20
- package/libEs5/constants/shadowSeparator.js +1 -2
- package/libEs5/constants/tagName.js +7 -14
- package/libEs5/core/buildAndValidateConfig.js +19 -17
- package/libEs5/core/componentCreators.js +9 -4
- package/libEs5/core/config/createConfig.js +1 -2
- package/libEs5/core/config/createCoreConfigs.js +2 -3
- package/libEs5/core/consent/createConsent.js +5 -3
- package/libEs5/core/consent/createConsentStateMachine.js +41 -13
- package/libEs5/core/createComponentRegistry.js +5 -3
- package/libEs5/core/createCookieTransfer.js +2 -3
- package/libEs5/core/createEvent.js +13 -14
- package/libEs5/core/createEventManager.js +8 -6
- package/libEs5/core/createInstanceFunction.js +2 -3
- package/libEs5/core/createLifecycle.js +2 -3
- package/libEs5/core/createLogController.js +2 -3
- package/libEs5/core/createLogger.js +2 -3
- package/libEs5/core/edgeNetwork/handleRequestFailure.js +2 -3
- package/libEs5/core/edgeNetwork/injectApplyResponse.js +2 -3
- package/libEs5/core/edgeNetwork/injectExtractEdgeInfo.js +2 -3
- package/libEs5/core/edgeNetwork/injectGetLocationHint.js +2 -3
- package/libEs5/core/edgeNetwork/injectProcessWarningsAndErrors.js +2 -3
- package/libEs5/core/edgeNetwork/injectSendEdgeNetworkRequest.js +2 -3
- package/libEs5/core/edgeNetwork/mergeLifecycleResponses.js +13 -14
- package/libEs5/core/index.js +3 -5
- package/libEs5/core/initializeComponents.js +2 -3
- package/libEs5/core/injectCreateResponse.js +2 -3
- package/libEs5/core/injectExecuteCommand.js +2 -3
- package/libEs5/core/injectHandleError.js +2 -3
- package/libEs5/core/injectShouldTransferCookie.js +2 -3
- package/libEs5/core/network/getRequestRetryDelay.js +2 -3
- package/libEs5/core/network/injectSendNetworkRequest.js +18 -16
- package/libEs5/core/network/isRequestRetryable.js +2 -3
- package/libEs5/core/network/requestMethods/injectSendBeaconRequest.js +2 -3
- package/libEs5/core/network/requestMethods/injectSendFetchRequest.js +2 -3
- package/libEs5/core/network/requestMethods/injectSendXhrRequest.js +2 -3
- package/libEs5/core/validateCommandOptions.js +2 -3
- package/libEs5/index.js +2 -3
- package/libEs5/utils/areThirdPartyCookiesSupportedByDefault.js +2 -3
- package/libEs5/utils/assign.js +1 -2
- package/libEs5/utils/assignConcatArrayValues.js +13 -14
- package/libEs5/utils/assignIf.js +2 -3
- package/libEs5/utils/clone.js +2 -3
- package/libEs5/utils/cookieJar.js +2 -3
- package/libEs5/utils/crc32.js +1 -2
- package/libEs5/utils/createCallbackAggregator.js +2 -3
- package/libEs5/utils/createLoggingCookieJar.js +8 -6
- package/libEs5/utils/createMerger.js +2 -3
- package/libEs5/utils/createSubscription.js +12 -13
- package/libEs5/utils/createTaskQueue.js +2 -3
- package/libEs5/utils/deduplicateArray.js +2 -3
- package/libEs5/utils/deepAssign.js +2 -3
- package/libEs5/utils/defer.js +2 -3
- package/libEs5/utils/dom/appendNode.js +2 -3
- package/libEs5/utils/dom/awaitSelector.js +7 -13
- package/libEs5/utils/dom/createNode.js +2 -3
- package/libEs5/utils/dom/isShadowSelector.js +2 -3
- package/libEs5/utils/dom/matchesSelector.js +2 -3
- package/libEs5/utils/dom/querySelectorAll.js +2 -3
- package/libEs5/utils/dom/removeNode.js +2 -3
- package/libEs5/utils/dom/selectNodes.js +2 -3
- package/libEs5/utils/dom/selectNodesWithShadow.js +2 -3
- package/libEs5/utils/endsWith.js +2 -3
- package/libEs5/utils/filterObject.js +17 -15
- package/libEs5/utils/find.js +2 -3
- package/libEs5/utils/fireImage.js +2 -3
- package/libEs5/utils/flatMap.js +2 -3
- package/libEs5/utils/flattenArray.js +2 -3
- package/libEs5/utils/flattenObject.js +4 -5
- package/libEs5/utils/getApexDomain.js +2 -3
- package/libEs5/utils/getBrowser.js +17 -16
- package/libEs5/utils/getLastArrayItems.js +2 -3
- package/libEs5/utils/getNamespacedCookieName.js +2 -3
- package/libEs5/utils/groupBy.js +2 -3
- package/libEs5/utils/includes.js +2 -3
- package/libEs5/utils/injectDoesIdentityCookieExist.js +2 -3
- package/libEs5/utils/injectFireReferrerHideableImage.js +14 -15
- package/libEs5/utils/injectStorage.js +2 -3
- package/libEs5/utils/intersection.js +2 -3
- package/libEs5/utils/isBlankString.js +2 -3
- package/libEs5/utils/isBoolean.js +2 -3
- package/libEs5/utils/isEmptyObject.js +2 -3
- package/libEs5/utils/isFunction.js +2 -3
- package/libEs5/utils/isInteger.js +2 -3
- package/libEs5/utils/isNamespacedCookieName.js +2 -3
- package/libEs5/utils/isNil.js +2 -3
- package/libEs5/utils/isNonEmptyArray.js +2 -3
- package/libEs5/utils/isNonEmptyString.js +2 -3
- package/libEs5/utils/isNumber.js +2 -3
- package/libEs5/utils/isObject.js +13 -14
- package/libEs5/utils/isString.js +2 -3
- package/libEs5/utils/isUnique.js +2 -3
- package/libEs5/utils/isValidRegExp.js +2 -3
- package/libEs5/utils/memoize.js +2 -3
- package/libEs5/utils/noop.js +1 -2
- package/libEs5/utils/padStart.js +2 -3
- package/libEs5/utils/parseUrl.js +17 -15
- package/libEs5/utils/prepareConfigOverridesForEdge.js +13 -14
- package/libEs5/utils/querystring.js +1 -2
- package/libEs5/utils/request/createAddIdentity.js +2 -3
- package/libEs5/utils/request/createDataCollectionRequest.js +2 -3
- package/libEs5/utils/request/createDataCollectionRequestPayload.js +2 -3
- package/libEs5/utils/request/createGetAssuranceValidationTokenParams.js +2 -3
- package/libEs5/utils/request/createHasIdentity.js +2 -3
- package/libEs5/utils/request/createRequest.js +2 -3
- package/libEs5/utils/request/createRequestParams.js +2 -3
- package/libEs5/utils/request/createRequestPayload.js +2 -3
- package/libEs5/utils/sanitizeOrgIdForCookieName.js +2 -3
- package/libEs5/utils/stackError.js +2 -3
- package/libEs5/utils/startsWith.js +2 -3
- package/libEs5/utils/stringToBoolean.js +2 -3
- package/libEs5/utils/toArray.js +2 -3
- package/libEs5/utils/toError.js +2 -3
- package/libEs5/utils/toISOStringLocal.js +2 -3
- package/libEs5/utils/toInteger.js +2 -3
- package/libEs5/utils/updateErrorMessage.js +2 -3
- package/libEs5/utils/uuid.js +1 -2
- package/libEs5/utils/validateConfigOverride.js +1 -2
- package/libEs5/utils/validateIdentityMap.js +2 -3
- package/libEs5/utils/validation/booleanValidator.js +2 -3
- package/libEs5/utils/validation/callbackValidator.js +2 -3
- package/libEs5/utils/validation/createAnyOfValidator.js +2 -3
- package/libEs5/utils/validation/createArrayOfValidator.js +2 -3
- package/libEs5/utils/validation/createDefaultValidator.js +2 -3
- package/libEs5/utils/validation/createDeprecatedValidator.js +18 -19
- package/libEs5/utils/validation/createLiteralValidator.js +2 -3
- package/libEs5/utils/validation/createMapOfValuesValidator.js +2 -3
- package/libEs5/utils/validation/createMaximumValidator.js +2 -3
- package/libEs5/utils/validation/createMinimumValidator.js +2 -3
- package/libEs5/utils/validation/createNoUnknownFieldsValidator.js +2 -3
- package/libEs5/utils/validation/createNonEmptyValidator.js +2 -3
- package/libEs5/utils/validation/createObjectOfValidator.js +2 -3
- package/libEs5/utils/validation/createUniqueItemsValidator.js +2 -3
- package/libEs5/utils/validation/createUniqueValidator.js +2 -3
- package/libEs5/utils/validation/domainValidator.js +2 -3
- package/libEs5/utils/validation/index.js +90 -93
- package/libEs5/utils/validation/integerValidator.js +2 -3
- package/{libEs6/components/MediaCollection/createMediaRequestPayload.js → libEs5/utils/validation/matchesRegexpValidator.js} +9 -14
- package/libEs5/utils/validation/numberValidator.js +2 -3
- package/libEs5/utils/validation/regexpValidator.js +2 -3
- package/libEs5/utils/validation/requiredValidator.js +2 -3
- package/libEs5/utils/validation/stringValidator.js +2 -3
- package/libEs5/utils/validation/utils.js +5 -9
- package/libEs5/utils/values.js +2 -3
- package/libEs6/components/ActivityCollector/index.js +0 -1
- package/libEs6/components/Identity/index.js +2 -1
- package/libEs6/components/Identity/injectAddQueryStringIdentityToPayload.js +5 -1
- package/libEs6/components/Identity/injectAwaitIdentityCookie.js +7 -11
- package/libEs6/components/Identity/injectEnsureSingleIdentity.js +4 -3
- package/libEs6/components/LegacyMediaAnalytics/{media → constants}/constants.js +11 -10
- package/libEs6/components/LegacyMediaAnalytics/createGetInstance.js +240 -0
- package/libEs6/components/LegacyMediaAnalytics/createLegacyMediaComponent.js +85 -0
- package/libEs6/components/LegacyMediaAnalytics/createMediaHelper.js +157 -150
- package/libEs6/components/LegacyMediaAnalytics/index.js +40 -18
- package/libEs6/components/LibraryInfo/index.js +3 -1
- package/libEs6/components/Personalization/createComponent.js +5 -1
- package/libEs6/components/Personalization/createFetchDataHandler.js +16 -6
- package/libEs6/components/{MediaCollection/createUpdateMediaSessionState.js → Personalization/createHandleConsentFlicker.js} +14 -24
- package/libEs6/components/Personalization/createNotificationHandler.js +6 -2
- package/libEs6/components/Personalization/createOnDecisionHandler.js +1 -1
- package/libEs6/components/Personalization/handlers/createProcessRedirect.js +0 -1
- package/libEs6/components/Personalization/index.js +11 -3
- package/libEs6/components/StreamingMedia/configValidators.js +22 -0
- package/libEs6/components/StreamingMedia/constants/eventTypes.js +31 -0
- package/libEs6/components/StreamingMedia/constants/playbackState.js +16 -0
- package/libEs6/components/{MediaCollection → StreamingMedia}/createMediaEventManager.js +44 -44
- package/libEs6/components/StreamingMedia/createMediaResponseHandler.js +58 -0
- package/libEs6/components/{MediaCollection → StreamingMedia}/createMediaSessionCacheManager.js +17 -21
- package/libEs6/components/StreamingMedia/createStreamingMediaComponent.js +69 -0
- package/libEs6/components/StreamingMedia/createTrackMediaEvent.js +88 -0
- package/libEs6/components/StreamingMedia/createTrackMediaSession.js +51 -0
- package/libEs6/components/StreamingMedia/index.js +64 -0
- package/libEs6/components/{MediaCollection → StreamingMedia}/validateMediaEventOptions.js +4 -3
- package/libEs6/components/{MediaCollection → StreamingMedia}/validateMediaSessionOptions.js +1 -1
- package/libEs6/constants/libraryVersion.js +1 -1
- package/libEs6/core/componentCreators.js +19 -3
- package/libEs6/core/consent/createConsent.js +3 -0
- package/libEs6/core/consent/createConsentStateMachine.js +34 -0
- package/libEs6/core/createComponentRegistry.js +3 -0
- package/libEs6/utils/validation/index.js +6 -1
- package/libEs6/utils/{debounce.js → validation/matchesRegexpValidator.js} +5 -10
- package/package.json +19 -4
- package/libEs5/components/LegacyMediaAnalytics/createMediaAnalyticsTracker.js +0 -272
- package/libEs5/components/MediaCollection/createHeartbeatEngine.js +0 -55
- package/libEs5/components/MediaCollection/createUpdateMediaSessionState.js +0 -35
- package/libEs5/components/MediaCollection/index.js +0 -159
- package/libEs5/components/MediaCollection/mediaConstants/mediaEvents.js +0 -13
- package/libEs5/components/MediaCollection/validateMediaEventOptions.js +0 -35
- package/libEs6/components/LegacyMediaAnalytics/createMediaAnalyticsTracker.js +0 -276
- package/libEs6/components/MediaCollection/createHeartbeatEngine.js +0 -57
- package/libEs6/components/MediaCollection/index.js +0 -158
- package/libEs6/components/MediaCollection/mediaConstants/mediaEvents.js +0 -9
- /package/libEs6/components/LegacyMediaAnalytics/{media → constants}/mediaKeysToXdmConverter.js +0 -0
- /package/libEs6/components/{MediaCollection → StreamingMedia}/createMediaRequest.js +0 -0
|
@@ -14,23 +14,18 @@ OF ANY KIND, either express or implied. See the License for the specific languag
|
|
|
14
14
|
governing permissions and limitations under the License.
|
|
15
15
|
*/
|
|
16
16
|
|
|
17
|
-
var DECLINED_CONSENT = "The user declined consent.";
|
|
18
|
-
exports.
|
|
19
|
-
var
|
|
20
|
-
exports.
|
|
21
|
-
var
|
|
22
|
-
exports.CONSENT_SOURCE_DEFAULT = CONSENT_SOURCE_DEFAULT;
|
|
23
|
-
var CONSENT_SOURCE_INITIAL = "initial";
|
|
24
|
-
exports.CONSENT_SOURCE_INITIAL = CONSENT_SOURCE_INITIAL;
|
|
25
|
-
var CONSENT_SOURCE_NEW = "new";
|
|
26
|
-
exports.CONSENT_SOURCE_NEW = CONSENT_SOURCE_NEW;
|
|
17
|
+
var DECLINED_CONSENT = exports.DECLINED_CONSENT = "The user declined consent.";
|
|
18
|
+
var DECLINED_CONSENT_ERROR_CODE = exports.DECLINED_CONSENT_ERROR_CODE = "declinedConsent";
|
|
19
|
+
var CONSENT_SOURCE_DEFAULT = exports.CONSENT_SOURCE_DEFAULT = "default";
|
|
20
|
+
var CONSENT_SOURCE_INITIAL = exports.CONSENT_SOURCE_INITIAL = "initial";
|
|
21
|
+
var CONSENT_SOURCE_NEW = exports.CONSENT_SOURCE_NEW = "new";
|
|
27
22
|
var createDeclinedConsentError = function createDeclinedConsentError(errorMessage) {
|
|
28
23
|
var error = new Error(errorMessage);
|
|
29
24
|
error.code = DECLINED_CONSENT_ERROR_CODE;
|
|
30
25
|
error.message = errorMessage;
|
|
31
26
|
return error;
|
|
32
27
|
};
|
|
33
|
-
var _default = function _default(_ref) {
|
|
28
|
+
var _default = exports.default = function _default(_ref) {
|
|
34
29
|
var logger = _ref.logger;
|
|
35
30
|
var deferreds = [];
|
|
36
31
|
var runAll = function runAll() {
|
|
@@ -103,7 +98,40 @@ var _default = function _default(_ref) {
|
|
|
103
98
|
awaitConsent: awaitInitial,
|
|
104
99
|
withConsent: function withConsent() {
|
|
105
100
|
return this.awaitConsent(true);
|
|
101
|
+
},
|
|
102
|
+
current: function current() {
|
|
103
|
+
switch (this.awaitConsent) {
|
|
104
|
+
case awaitInDefault:
|
|
105
|
+
return {
|
|
106
|
+
state: "in",
|
|
107
|
+
wasSet: false
|
|
108
|
+
};
|
|
109
|
+
case awaitIn:
|
|
110
|
+
return {
|
|
111
|
+
state: "in",
|
|
112
|
+
wasSet: true
|
|
113
|
+
};
|
|
114
|
+
case awaitOutDefault:
|
|
115
|
+
return {
|
|
116
|
+
state: "out",
|
|
117
|
+
wasSet: false
|
|
118
|
+
};
|
|
119
|
+
case awaitOut:
|
|
120
|
+
return {
|
|
121
|
+
state: "out",
|
|
122
|
+
wasSet: true
|
|
123
|
+
};
|
|
124
|
+
case awaitPending:
|
|
125
|
+
return {
|
|
126
|
+
state: "pending",
|
|
127
|
+
wasSet: false
|
|
128
|
+
};
|
|
129
|
+
default:
|
|
130
|
+
return {
|
|
131
|
+
state: "in",
|
|
132
|
+
wasSet: false
|
|
133
|
+
};
|
|
134
|
+
}
|
|
106
135
|
}
|
|
107
136
|
};
|
|
108
|
-
};
|
|
109
|
-
exports.default = _default;
|
|
137
|
+
};
|
|
@@ -38,7 +38,7 @@ var wrapForErrorHandling = function wrapForErrorHandling(fn, stackMessage) {
|
|
|
38
38
|
};
|
|
39
39
|
|
|
40
40
|
// TO-DOCUMENT: All public commands and their signatures.
|
|
41
|
-
var _default = function _default() {
|
|
41
|
+
var _default = exports.default = function _default() {
|
|
42
42
|
var componentsByNamespace = {};
|
|
43
43
|
var commandsByName = {};
|
|
44
44
|
var lifecycleCallbacksByName = {};
|
|
@@ -78,7 +78,9 @@ var _default = function _default() {
|
|
|
78
78
|
},
|
|
79
79
|
getLifecycleCallbacks: function getLifecycleCallbacks(hookName) {
|
|
80
80
|
return lifecycleCallbacksByName[hookName] || [];
|
|
81
|
+
},
|
|
82
|
+
getComponentNames: function getComponentNames() {
|
|
83
|
+
return Object.keys(componentsByNamespace);
|
|
81
84
|
}
|
|
82
85
|
};
|
|
83
|
-
};
|
|
84
|
-
exports.default = _default;
|
|
86
|
+
};
|
|
@@ -15,7 +15,7 @@ governing permissions and limitations under the License.
|
|
|
15
15
|
*/
|
|
16
16
|
|
|
17
17
|
var STATE_STORE_HANDLE_TYPE = "state:store";
|
|
18
|
-
var _default = function _default(_ref) {
|
|
18
|
+
var _default = exports.default = function _default(_ref) {
|
|
19
19
|
var cookieJar = _ref.cookieJar,
|
|
20
20
|
shouldTransferCookie = _ref.shouldTransferCookie,
|
|
21
21
|
apexDomain = _ref.apexDomain,
|
|
@@ -77,5 +77,4 @@ var _default = function _default(_ref) {
|
|
|
77
77
|
});
|
|
78
78
|
}
|
|
79
79
|
};
|
|
80
|
-
};
|
|
81
|
-
exports.default = _default;
|
|
80
|
+
};
|
|
@@ -7,17 +7,17 @@ function _nonIterableSpread() { throw new TypeError("Invalid attempt to spread n
|
|
|
7
7
|
function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return _arrayLikeToArray(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); if (n === "Object" && o.constructor) n = o.constructor.name; if (n === "Map" || n === "Set") return Array.from(o); if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen); }
|
|
8
8
|
function _iterableToArray(iter) { if (typeof Symbol !== "undefined" && iter[Symbol.iterator] != null || iter["@@iterator"] != null) return Array.from(iter); }
|
|
9
9
|
function _arrayWithoutHoles(arr) { if (Array.isArray(arr)) return _arrayLikeToArray(arr); }
|
|
10
|
-
function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++)
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
10
|
+
function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) arr2[i] = arr[i]; return arr2; } /*
|
|
11
|
+
Copyright 2019 Adobe. All rights reserved.
|
|
12
|
+
This file is licensed to you under the Apache License, Version 2.0 (the "License");
|
|
13
|
+
you may not use this file except in compliance with the License. You may obtain a copy
|
|
14
|
+
of the License at http://www.apache.org/licenses/LICENSE-2.0
|
|
15
|
+
|
|
16
|
+
Unless required by applicable law or agreed to in writing, software distributed under
|
|
17
|
+
the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
|
|
18
|
+
OF ANY KIND, either express or implied. See the License for the specific language
|
|
19
|
+
governing permissions and limitations under the License.
|
|
20
|
+
*/
|
|
21
21
|
var getXdmPropositions = function getXdmPropositions(xdm) {
|
|
22
22
|
return xdm &&
|
|
23
23
|
// eslint-disable-next-line no-underscore-dangle
|
|
@@ -29,7 +29,7 @@ var getXdmPropositions = function getXdmPropositions(xdm) {
|
|
|
29
29
|
// eslint-disable-next-line no-underscore-dangle
|
|
30
30
|
xdm._experience.decisioning.propositions : [];
|
|
31
31
|
};
|
|
32
|
-
var _default = function _default() {
|
|
32
|
+
var _default = exports.default = function _default() {
|
|
33
33
|
var content = {};
|
|
34
34
|
var userXdm;
|
|
35
35
|
var userData;
|
|
@@ -167,5 +167,4 @@ var _default = function _default() {
|
|
|
167
167
|
}
|
|
168
168
|
};
|
|
169
169
|
return event;
|
|
170
|
-
};
|
|
171
|
-
exports.default = _default;
|
|
170
|
+
};
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
|
|
3
|
+
function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
|
|
3
4
|
exports.default = void 0;
|
|
4
5
|
var _pageWideScope = require("../constants/pageWideScope");
|
|
5
6
|
var _utils = require("../utils");
|
|
@@ -16,13 +17,15 @@ the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTA
|
|
|
16
17
|
OF ANY KIND, either express or implied. See the License for the specific language
|
|
17
18
|
governing permissions and limitations under the License.
|
|
18
19
|
*/
|
|
19
|
-
function ownKeys(
|
|
20
|
-
function _objectSpread(
|
|
21
|
-
function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
|
|
20
|
+
function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
21
|
+
function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
22
|
+
function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
|
|
23
|
+
function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : i + ""; }
|
|
24
|
+
function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
|
|
22
25
|
function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
|
|
23
26
|
function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
|
|
24
27
|
var EVENT_CANCELLATION_MESSAGE = "Event was canceled because the onBeforeEventSend callback returned false.";
|
|
25
|
-
var _default = function _default(_ref) {
|
|
28
|
+
var _default = exports.default = function _default(_ref) {
|
|
26
29
|
var config = _ref.config,
|
|
27
30
|
logger = _ref.logger,
|
|
28
31
|
lifecycle = _ref.lifecycle,
|
|
@@ -138,5 +141,4 @@ var _default = function _default(_ref) {
|
|
|
138
141
|
});
|
|
139
142
|
}
|
|
140
143
|
};
|
|
141
|
-
};
|
|
142
|
-
exports.default = _default;
|
|
144
|
+
};
|
|
@@ -12,7 +12,7 @@ the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTA
|
|
|
12
12
|
OF ANY KIND, either express or implied. See the License for the specific language
|
|
13
13
|
governing permissions and limitations under the License.
|
|
14
14
|
*/
|
|
15
|
-
var _default = function _default(executeCommand) {
|
|
15
|
+
var _default = exports.default = function _default(executeCommand) {
|
|
16
16
|
return function (args) {
|
|
17
17
|
// Would use destructuring, but destructuring doesn't work on IE
|
|
18
18
|
// without polyfilling Symbol.
|
|
@@ -24,5 +24,4 @@ var _default = function _default(executeCommand) {
|
|
|
24
24
|
var options = userProvidedArgs[1];
|
|
25
25
|
executeCommand(commandName, options).then(resolve, reject);
|
|
26
26
|
};
|
|
27
|
-
};
|
|
28
|
-
exports.default = _default;
|
|
27
|
+
};
|
|
@@ -66,10 +66,9 @@ var guardHook = function guardHook(fn) {
|
|
|
66
66
|
});
|
|
67
67
|
};
|
|
68
68
|
};
|
|
69
|
-
var _default = function _default(componentRegistry) {
|
|
69
|
+
var _default = exports.default = function _default(componentRegistry) {
|
|
70
70
|
return hookNames.reduce(function (memo, hookName) {
|
|
71
71
|
memo[hookName] = guardHook(createHook(componentRegistry, hookName));
|
|
72
72
|
return memo;
|
|
73
73
|
}, {});
|
|
74
|
-
};
|
|
75
|
-
exports.default = _default;
|
|
74
|
+
};
|
|
@@ -14,7 +14,7 @@ the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTA
|
|
|
14
14
|
OF ANY KIND, either express or implied. See the License for the specific language
|
|
15
15
|
governing permissions and limitations under the License.
|
|
16
16
|
*/
|
|
17
|
-
var _default = function _default(_ref) {
|
|
17
|
+
var _default = exports.default = function _default(_ref) {
|
|
18
18
|
var console = _ref.console,
|
|
19
19
|
locationSearch = _ref.locationSearch,
|
|
20
20
|
createLogger = _ref.createLogger,
|
|
@@ -67,5 +67,4 @@ var _default = function _default(_ref) {
|
|
|
67
67
|
});
|
|
68
68
|
}
|
|
69
69
|
};
|
|
70
|
-
};
|
|
71
|
-
exports.default = _default;
|
|
70
|
+
};
|
|
@@ -13,7 +13,7 @@ the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTA
|
|
|
13
13
|
OF ANY KIND, either express or implied. See the License for the specific language
|
|
14
14
|
governing permissions and limitations under the License.
|
|
15
15
|
*/
|
|
16
|
-
var _default = function _default(_ref) {
|
|
16
|
+
var _default = exports.default = function _default(_ref) {
|
|
17
17
|
var getDebugEnabled = _ref.getDebugEnabled,
|
|
18
18
|
console = _ref.console,
|
|
19
19
|
getMonitors = _ref.getMonitors,
|
|
@@ -100,5 +100,4 @@ var _default = function _default(_ref) {
|
|
|
100
100
|
*/
|
|
101
101
|
error: log.bind(null, "error")
|
|
102
102
|
};
|
|
103
|
-
};
|
|
104
|
-
exports.default = _default;
|
|
103
|
+
};
|
|
@@ -12,7 +12,7 @@ the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTA
|
|
|
12
12
|
OF ANY KIND, either express or implied. See the License for the specific language
|
|
13
13
|
governing permissions and limitations under the License.
|
|
14
14
|
*/
|
|
15
|
-
var _default = function _default(onRequestFailureCallbackAggregator) {
|
|
15
|
+
var _default = exports.default = function _default(onRequestFailureCallbackAggregator) {
|
|
16
16
|
return function (error) {
|
|
17
17
|
// Regardless of whether the network call failed, an unexpected status
|
|
18
18
|
// code was returned, or the response body was malformed, we want to call
|
|
@@ -24,5 +24,4 @@ var _default = function _default(onRequestFailureCallbackAggregator) {
|
|
|
24
24
|
error: error
|
|
25
25
|
}).then(throwError, throwError);
|
|
26
26
|
};
|
|
27
|
-
};
|
|
28
|
-
exports.default = _default;
|
|
27
|
+
};
|
|
@@ -17,7 +17,7 @@ governing permissions and limitations under the License.
|
|
|
17
17
|
*/
|
|
18
18
|
|
|
19
19
|
var HTTP_STATUS_OK = 200;
|
|
20
|
-
var _default = function _default(_ref) {
|
|
20
|
+
var _default = exports.default = function _default(_ref) {
|
|
21
21
|
var cookieTransfer = _ref.cookieTransfer,
|
|
22
22
|
lifecycle = _ref.lifecycle,
|
|
23
23
|
createResponse = _ref.createResponse,
|
|
@@ -63,5 +63,4 @@ var _default = function _default(_ref) {
|
|
|
63
63
|
}).then(_mergeLifecycleResponses.default);
|
|
64
64
|
});
|
|
65
65
|
};
|
|
66
|
-
};
|
|
67
|
-
exports.default = _default;
|
|
66
|
+
};
|
|
@@ -12,7 +12,7 @@ the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTA
|
|
|
12
12
|
OF ANY KIND, either express or implied. See the License for the specific language
|
|
13
13
|
governing permissions and limitations under the License.
|
|
14
14
|
*/
|
|
15
|
-
var _default = function _default(_ref) {
|
|
15
|
+
var _default = exports.default = function _default(_ref) {
|
|
16
16
|
var logger = _ref.logger;
|
|
17
17
|
return function (adobeEdgeHeader) {
|
|
18
18
|
if (adobeEdgeHeader) {
|
|
@@ -39,5 +39,4 @@ var _default = function _default(_ref) {
|
|
|
39
39
|
}
|
|
40
40
|
return {};
|
|
41
41
|
};
|
|
42
|
-
};
|
|
43
|
-
exports.default = _default;
|
|
42
|
+
};
|
|
@@ -15,7 +15,7 @@ the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTA
|
|
|
15
15
|
OF ANY KIND, either express or implied. See the License for the specific language
|
|
16
16
|
governing permissions and limitations under the License.
|
|
17
17
|
*/
|
|
18
|
-
var _default = function _default(_ref) {
|
|
18
|
+
var _default = exports.default = function _default(_ref) {
|
|
19
19
|
var orgId = _ref.orgId,
|
|
20
20
|
cookieJar = _ref.cookieJar;
|
|
21
21
|
var clusterCookieName = (0, _utils.getNamespacedCookieName)(orgId, _cookieNameKey.CLUSTER);
|
|
@@ -32,5 +32,4 @@ var _default = function _default(_ref) {
|
|
|
32
32
|
return function () {
|
|
33
33
|
return fromClusterCookie() || fromTarget();
|
|
34
34
|
};
|
|
35
|
-
};
|
|
36
|
-
exports.default = _default;
|
|
35
|
+
};
|
|
@@ -15,7 +15,7 @@ governing permissions and limitations under the License.
|
|
|
15
15
|
*/
|
|
16
16
|
|
|
17
17
|
var MESSAGE_PREFIX = "The server responded with a";
|
|
18
|
-
var _default = function _default(_ref) {
|
|
18
|
+
var _default = exports.default = function _default(_ref) {
|
|
19
19
|
var logger = _ref.logger;
|
|
20
20
|
return function (networkResponse) {
|
|
21
21
|
var statusCode = networkResponse.statusCode,
|
|
@@ -39,5 +39,4 @@ var _default = function _default(_ref) {
|
|
|
39
39
|
});
|
|
40
40
|
}
|
|
41
41
|
};
|
|
42
|
-
};
|
|
43
|
-
exports.default = _default;
|
|
42
|
+
};
|
|
@@ -17,7 +17,7 @@ the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTA
|
|
|
17
17
|
OF ANY KIND, either express or implied. See the License for the specific language
|
|
18
18
|
governing permissions and limitations under the License.
|
|
19
19
|
*/
|
|
20
|
-
var _default = function _default(_ref) {
|
|
20
|
+
var _default = exports.default = function _default(_ref) {
|
|
21
21
|
var config = _ref.config,
|
|
22
22
|
lifecycle = _ref.lifecycle,
|
|
23
23
|
cookieTransfer = _ref.cookieTransfer,
|
|
@@ -96,5 +96,4 @@ var _default = function _default(_ref) {
|
|
|
96
96
|
}).then(_mergeLifecycleResponses.default);
|
|
97
97
|
});
|
|
98
98
|
};
|
|
99
|
-
};
|
|
100
|
-
exports.default = _default;
|
|
99
|
+
};
|
|
@@ -7,23 +7,22 @@ function _nonIterableSpread() { throw new TypeError("Invalid attempt to spread n
|
|
|
7
7
|
function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return _arrayLikeToArray(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); if (n === "Object" && o.constructor) n = o.constructor.name; if (n === "Map" || n === "Set") return Array.from(o); if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen); }
|
|
8
8
|
function _iterableToArray(iter) { if (typeof Symbol !== "undefined" && iter[Symbol.iterator] != null || iter["@@iterator"] != null) return Array.from(iter); }
|
|
9
9
|
function _arrayWithoutHoles(arr) { if (Array.isArray(arr)) return _arrayLikeToArray(arr); }
|
|
10
|
-
function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++)
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
var _default = function _default(returnValues) {
|
|
10
|
+
function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) arr2[i] = arr[i]; return arr2; } /*
|
|
11
|
+
Copyright 2023 Adobe. All rights reserved.
|
|
12
|
+
This file is licensed to you under the Apache License, Version 2.0 (the "License");
|
|
13
|
+
you may not use this file except in compliance with the License. You may obtain a copy
|
|
14
|
+
of the License at http://www.apache.org/licenses/LICENSE-2.0
|
|
15
|
+
|
|
16
|
+
Unless required by applicable law or agreed to in writing, software distributed under
|
|
17
|
+
the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
|
|
18
|
+
OF ANY KIND, either express or implied. See the License for the specific language
|
|
19
|
+
governing permissions and limitations under the License.
|
|
20
|
+
*/
|
|
21
|
+
var _default = exports.default = function _default(returnValues) {
|
|
22
22
|
// Merges all returned objects from all `onResponse` callbacks into
|
|
23
23
|
// a single object that can later be returned to the customer.
|
|
24
24
|
var lifecycleOnResponseReturnValues = returnValues.shift() || [];
|
|
25
25
|
var consumerOnResponseReturnValues = returnValues.shift() || [];
|
|
26
26
|
var lifecycleOnBeforeRequestReturnValues = returnValues;
|
|
27
27
|
return _utils.assignConcatArrayValues.apply(void 0, [{}].concat(_toConsumableArray(lifecycleOnResponseReturnValues), _toConsumableArray(consumerOnResponseReturnValues), _toConsumableArray(lifecycleOnBeforeRequestReturnValues)));
|
|
28
|
-
};
|
|
29
|
-
exports.default = _default;
|
|
28
|
+
};
|
package/libEs5/core/index.js
CHANGED
|
@@ -70,7 +70,7 @@ var getAssuranceValidationTokenParams = (0, _request.createGetAssuranceValidatio
|
|
|
70
70
|
window: window,
|
|
71
71
|
createNamespacedStorage: createNamespacedStorage
|
|
72
72
|
});
|
|
73
|
-
var createExecuteCommand = function createExecuteCommand(_ref) {
|
|
73
|
+
var createExecuteCommand = exports.createExecuteCommand = function createExecuteCommand(_ref) {
|
|
74
74
|
var instanceName = _ref.instanceName,
|
|
75
75
|
_ref$logController = _ref.logController,
|
|
76
76
|
setDebugEnabled = _ref$logController.setDebugEnabled,
|
|
@@ -209,8 +209,7 @@ var createExecuteCommand = function createExecuteCommand(_ref) {
|
|
|
209
209
|
});
|
|
210
210
|
return executeCommand;
|
|
211
211
|
};
|
|
212
|
-
exports.
|
|
213
|
-
var _default = function _default() {
|
|
212
|
+
var _default = exports.default = function _default() {
|
|
214
213
|
// eslint-disable-next-line no-underscore-dangle
|
|
215
214
|
var instanceNames = window.__alloyNS;
|
|
216
215
|
if (instanceNames) {
|
|
@@ -236,5 +235,4 @@ var _default = function _default() {
|
|
|
236
235
|
queue.forEach(instance);
|
|
237
236
|
});
|
|
238
237
|
}
|
|
239
|
-
};
|
|
240
|
-
exports.default = _default;
|
|
238
|
+
};
|
|
@@ -13,7 +13,7 @@ the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTA
|
|
|
13
13
|
OF ANY KIND, either express or implied. See the License for the specific language
|
|
14
14
|
governing permissions and limitations under the License.
|
|
15
15
|
*/
|
|
16
|
-
var _default = function _default(_ref) {
|
|
16
|
+
var _default = exports.default = function _default(_ref) {
|
|
17
17
|
var componentCreators = _ref.componentCreators,
|
|
18
18
|
lifecycle = _ref.lifecycle,
|
|
19
19
|
componentRegistry = _ref.componentRegistry,
|
|
@@ -38,5 +38,4 @@ var _default = function _default(_ref) {
|
|
|
38
38
|
}).then(function () {
|
|
39
39
|
return componentRegistry;
|
|
40
40
|
});
|
|
41
|
-
};
|
|
42
|
-
exports.default = _default;
|
|
41
|
+
};
|
|
@@ -19,7 +19,7 @@ governing permissions and limitations under the License.
|
|
|
19
19
|
* helper methods.
|
|
20
20
|
* @returns Response
|
|
21
21
|
*/
|
|
22
|
-
var _default = function _default(_ref) {
|
|
22
|
+
var _default = exports.default = function _default(_ref) {
|
|
23
23
|
var extractEdgeInfo = _ref.extractEdgeInfo;
|
|
24
24
|
return function (_ref2) {
|
|
25
25
|
var _ref2$content = _ref2.content,
|
|
@@ -74,5 +74,4 @@ var _default = function _default(_ref) {
|
|
|
74
74
|
}
|
|
75
75
|
};
|
|
76
76
|
};
|
|
77
|
-
};
|
|
78
|
-
exports.default = _default;
|
|
77
|
+
};
|
|
@@ -14,7 +14,7 @@ the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTA
|
|
|
14
14
|
OF ANY KIND, either express or implied. See the License for the specific language
|
|
15
15
|
governing permissions and limitations under the License.
|
|
16
16
|
*/
|
|
17
|
-
var _default = function _default(_ref) {
|
|
17
|
+
var _default = exports.default = function _default(_ref) {
|
|
18
18
|
var logger = _ref.logger,
|
|
19
19
|
configureCommand = _ref.configureCommand,
|
|
20
20
|
setDebugCommand = _ref.setDebugCommand,
|
|
@@ -101,5 +101,4 @@ var _default = function _default(_ref) {
|
|
|
101
101
|
return result;
|
|
102
102
|
});
|
|
103
103
|
};
|
|
104
|
-
};
|
|
105
|
-
exports.default = _default;
|
|
104
|
+
};
|
|
@@ -14,7 +14,7 @@ the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTA
|
|
|
14
14
|
OF ANY KIND, either express or implied. See the License for the specific language
|
|
15
15
|
governing permissions and limitations under the License.
|
|
16
16
|
*/
|
|
17
|
-
var _default = function _default(_ref) {
|
|
17
|
+
var _default = exports.default = function _default(_ref) {
|
|
18
18
|
var errorPrefix = _ref.errorPrefix,
|
|
19
19
|
logger = _ref.logger;
|
|
20
20
|
return function (error, operation) {
|
|
@@ -33,5 +33,4 @@ var _default = function _default(_ref) {
|
|
|
33
33
|
});
|
|
34
34
|
throw err;
|
|
35
35
|
};
|
|
36
|
-
};
|
|
37
|
-
exports.default = _default;
|
|
36
|
+
};
|
|
@@ -14,7 +14,7 @@ the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTA
|
|
|
14
14
|
OF ANY KIND, either express or implied. See the License for the specific language
|
|
15
15
|
governing permissions and limitations under the License.
|
|
16
16
|
*/
|
|
17
|
-
var _default = function _default(_ref) {
|
|
17
|
+
var _default = exports.default = function _default(_ref) {
|
|
18
18
|
var orgId = _ref.orgId,
|
|
19
19
|
targetMigrationEnabled = _ref.targetMigrationEnabled;
|
|
20
20
|
return function (name) {
|
|
@@ -25,5 +25,4 @@ var _default = function _default(_ref) {
|
|
|
25
25
|
// identities on websites previously using Visitor.js)
|
|
26
26
|
return (0, _utils.isNamespacedCookieName)(orgId, name) || name === _legacyCookies.AT_QA_MODE || targetMigrationEnabled && name === _legacyCookies.MBOX;
|
|
27
27
|
};
|
|
28
|
-
};
|
|
29
|
-
exports.default = _default;
|
|
28
|
+
};
|
|
@@ -56,7 +56,7 @@ var getDelayFromHeader = function getDelayFromHeader(response) {
|
|
|
56
56
|
// practices outlined in https://docs.microsoft.com/en-us/azure/architecture/best-practices/transient-faults:
|
|
57
57
|
// * Incremental retry
|
|
58
58
|
// * Random interval
|
|
59
|
-
var _default = function _default(_ref) {
|
|
59
|
+
var _default = exports.default = function _default(_ref) {
|
|
60
60
|
var response = _ref.response,
|
|
61
61
|
retriesAttempted = _ref.retriesAttempted;
|
|
62
62
|
// Technically, only 429 or 503 responses should have a Retry-After header, but we'll respect the
|
|
@@ -70,5 +70,4 @@ var _default = function _default(_ref) {
|
|
|
70
70
|
delayInMillis = calculateRetryDelay(retriesAttempted);
|
|
71
71
|
}
|
|
72
72
|
return delayInMillis;
|
|
73
|
-
};
|
|
74
|
-
exports.default = _default;
|
|
73
|
+
};
|
|
@@ -2,20 +2,23 @@
|
|
|
2
2
|
|
|
3
3
|
exports.default = void 0;
|
|
4
4
|
var _utils = require("../../utils");
|
|
5
|
-
function
|
|
6
|
-
function
|
|
7
|
-
function
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
5
|
+
function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
|
|
6
|
+
function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
7
|
+
function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
8
|
+
function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
|
|
9
|
+
function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : i + ""; }
|
|
10
|
+
function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); } /*
|
|
11
|
+
Copyright 2019 Adobe. All rights reserved.
|
|
12
|
+
This file is licensed to you under the Apache License, Version 2.0 (the "License");
|
|
13
|
+
you may not use this file except in compliance with the License. You may obtain a copy
|
|
14
|
+
of the License at http://www.apache.org/licenses/LICENSE-2.0
|
|
15
|
+
|
|
16
|
+
Unless required by applicable law or agreed to in writing, software distributed under
|
|
17
|
+
the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
|
|
18
|
+
OF ANY KIND, either express or implied. See the License for the specific language
|
|
19
|
+
governing permissions and limitations under the License.
|
|
20
|
+
*/
|
|
21
|
+
var _default = exports.default = function _default(_ref) {
|
|
19
22
|
var logger = _ref.logger,
|
|
20
23
|
sendFetchRequest = _ref.sendFetchRequest,
|
|
21
24
|
sendBeaconRequest = _ref.sendBeaconRequest,
|
|
@@ -96,5 +99,4 @@ var _default = function _default(_ref) {
|
|
|
96
99
|
});
|
|
97
100
|
});
|
|
98
101
|
};
|
|
99
|
-
};
|
|
100
|
-
exports.default = _default;
|
|
102
|
+
};
|
|
@@ -20,9 +20,8 @@ var RETRYABLE_STATUS_CODES = [_httpStatusCode.TOO_MANY_REQUESTS, _httpStatusCode
|
|
|
20
20
|
|
|
21
21
|
// These rules are in accordance with
|
|
22
22
|
// https://git.corp.adobe.com/pages/experience-edge/konductor/#/apis/errors?id=handling-4xx-and-5xx-responses
|
|
23
|
-
var _default = function _default(_ref) {
|
|
23
|
+
var _default = exports.default = function _default(_ref) {
|
|
24
24
|
var response = _ref.response,
|
|
25
25
|
retriesAttempted = _ref.retriesAttempted;
|
|
26
26
|
return retriesAttempted < MAX_RETRIES && (0, _utils.includes)(RETRYABLE_STATUS_CODES, response.statusCode);
|
|
27
|
-
};
|
|
28
|
-
exports.default = _default;
|
|
27
|
+
};
|
|
@@ -12,7 +12,7 @@ the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTA
|
|
|
12
12
|
OF ANY KIND, either express or implied. See the License for the specific language
|
|
13
13
|
governing permissions and limitations under the License.
|
|
14
14
|
*/
|
|
15
|
-
var _default = function _default(_ref) {
|
|
15
|
+
var _default = exports.default = function _default(_ref) {
|
|
16
16
|
var sendBeacon = _ref.sendBeacon,
|
|
17
17
|
sendFetchRequest = _ref.sendFetchRequest,
|
|
18
18
|
logger = _ref.logger;
|
|
@@ -36,5 +36,4 @@ var _default = function _default(_ref) {
|
|
|
36
36
|
body: ""
|
|
37
37
|
});
|
|
38
38
|
};
|
|
39
|
-
};
|
|
40
|
-
exports.default = _default;
|
|
39
|
+
};
|
|
@@ -12,7 +12,7 @@ the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTA
|
|
|
12
12
|
OF ANY KIND, either express or implied. See the License for the specific language
|
|
13
13
|
governing permissions and limitations under the License.
|
|
14
14
|
*/
|
|
15
|
-
var _default = function _default(_ref) {
|
|
15
|
+
var _default = exports.default = function _default(_ref) {
|
|
16
16
|
var fetch = _ref.fetch;
|
|
17
17
|
return function (url, body) {
|
|
18
18
|
return fetch(url, {
|
|
@@ -41,5 +41,4 @@ var _default = function _default(_ref) {
|
|
|
41
41
|
});
|
|
42
42
|
});
|
|
43
43
|
};
|
|
44
|
-
};
|
|
45
|
-
exports.default = _default;
|
|
44
|
+
};
|