@braze/web-sdk 4.0.2 → 4.0.3
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/index.d.ts +1 -1
- package/package.json +1 -1
- package/shared-lib/braze-shared-lib.js +1 -1
- package/shared-lib/encoding-utils.js +1 -1
- package/shared-lib/event-types.js +1 -1
- package/shared-lib/indexed-db-adapter.js +1 -1
- package/shared-lib/logger.js +1 -1
- package/shared-lib/supported-options.js +1 -1
- package/src/Core/handle-braze-action.js +1 -1
- package/src/InAppMessage/in-app-message-manager.js +1 -1
- package/src/InAppMessage/log-in-app-message-button-click.js +1 -1
- package/src/InAppMessage/log-in-app-message-click.js +1 -1
- package/src/InAppMessage/log-in-app-message-html-click.js +1 -1
- package/src/InAppMessage/log-in-app-message-impression.js +1 -1
- package/src/InAppMessage/models/full-screen-message.js +1 -1
- package/src/InAppMessage/models/in-app-message-button.js +1 -1
- package/src/InAppMessage/models/in-app-message.js +1 -1
- package/src/InAppMessage/models/modal-message.js +1 -1
- package/src/InAppMessage/models/slide-up-message.js +1 -1
- package/src/InAppMessage/models/templated-in-app-message.js +1 -1
- package/src/InAppMessage/subscribe-to-in-app-message.js +1 -1
- package/src/InAppMessage/ui/automatically-show-in-app-messages.js +1 -1
- package/src/InAppMessage/ui/show-in-app-message.js +1 -1
- package/src/Push/push-manager-factory.js +1 -1
- package/src/Push/push-manager.js +1 -1
- package/src/User/user-manager.js +1 -1
- package/src/User/user.js +1 -1
- package/src/common/base-feed.js +1 -1
- package/src/common/event-logger.js +1 -1
- package/src/common/feed-display.js +1 -1
- package/src/l10n/l10n-manager-factory.js +1 -1
- package/src/managers/auth-manager.js +1 -1
- package/src/managers/braze-instance.js +1 -1
- package/src/managers/device-manager.js +1 -1
- package/src/managers/network-manager.js +1 -1
- package/src/managers/server-config-manager.js +1 -1
- package/src/managers/session-manager.js +1 -1
- package/src/managers/storage-manager-factory.js +1 -1
- package/src/managers/storage-manager.js +1 -1
- package/src/managers/subscription-manager.js +1 -1
- package/src/models/backend-errors.js +1 -1
- package/src/models/braze-event.js +1 -1
- package/src/models/device.js +1 -1
- package/src/models/identifier.js +1 -1
- package/src/models/push-token.js +1 -1
- package/src/models/server-config.js +1 -1
- package/src/request-controller.js +1 -1
- package/src/triggers/models/filter-set.js +1 -1
- package/src/triggers/models/filter.js +1 -1
- package/src/triggers/models/trigger-condition.js +1 -1
- package/src/triggers/models/trigger.js +1 -1
- package/src/triggers/triggers-provider-factory.js +1 -1
- package/src/triggers/triggers-provider.js +1 -1
- package/src/ui/js/attach-css.js +1 -1
- package/src/ui/js/feed-css.js +1 -1
- package/src/ui/js/iam-css.js +1 -1
- package/src/ui/js/load-font-awesome.js +1 -1
- package/src/util/base-device-parser.js +1 -1
- package/src/util/browser-detector.js +1 -1
- package/src/util/client-hints-parser.js +1 -1
- package/src/util/color-utils.js +1 -1
- package/src/util/component-utils.js +1 -1
- package/src/util/device-constants.js +1 -1
- package/src/util/dom-utils.js +1 -1
- package/src/util/key-codes.js +1 -1
- package/src/util/net.js +1 -1
- package/src/util/user-agent-parser.js +1 -1
- package/src/util/window-utils.js +1 -1
package/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*
|
|
2
|
-
* Type definitions for @braze/web-sdk v4.0.
|
|
2
|
+
* Type definitions for @braze/web-sdk v4.0.3
|
|
3
3
|
* Project: https://github.com/braze-inc/braze-web-sdk
|
|
4
4
|
* (c) Braze, Inc. 2022 - http://braze.com
|
|
5
5
|
* License available at https://github.com/braze-inc/braze-web-sdk/blob/master/LICENSE
|
package/package.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
import je from"./encoding-utils.js";import{EventTypes as ve,InternalEventTypes as De}from"./event-types.js";import Ee from"./guid.js";import Be from"./indexed-db-adapter.js";import Ae from"./logger.js";import Ge from"./supported-options.js";const r={
|
|
1
|
+
import je from"./encoding-utils.js";import{EventTypes as ve,InternalEventTypes as De}from"./event-types.js";import Ee from"./guid.js";import Be from"./indexed-db-adapter.js";import Ae from"./logger.js";import Ge from"./supported-options.js";const r={Un:je,A:ve,lr:De,nt:Ee,qt:Be,Ft:Be.ep,D:Ae,Do:Ge};export default r;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const je={
|
|
1
|
+
const je={jn:function(t){const r=(t+"=".repeat((4-t.length%4)%4)).replace(/\-/g,"+").replace(/_/g,"/"),n=atob(r),o=new Uint8Array(n.length);for(let t=0;t<n.length;++t)o[t]=n.charCodeAt(t);return o}};export default je;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const ve={CustomEvent:"ce",Pr:"p",Sl:"pc",
|
|
1
|
+
const ve={CustomEvent:"ce",Pr:"p",Sl:"pc",nc:"ca",ma:"i",sa:"ie",T:"cci",W:"ccic",_:"ccc",L:"ccd",Wh:"ss",bh:"se",gi:"si",mi:"sc",fi:"sbc",ci:"sfe",ic:"iec",vl:"lr",yl:"uae",U:"ci",F:"cc",Al:"lcaa",$l:"lcar",Qr:"inc",Wr:"add",Yr:"rem",Vr:"set",Cl:"sgu"},De={qr:"feed_displayed",br:"content_cards_displayed"};export{ve as EventTypes,De as InternalEventTypes};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export default class Be{constructor(t,e){this.td="undefined"==typeof window?self:window,this.ed=t,this.nd=e}od(){if("indexedDB"in this.td)return this.td.indexedDB}rd(){try{if(null==this.od())return!1;if(this.od().open("Braze IndexedDB Support Test"),"undefined"!=typeof window){const t=window.chrome||window.browser||window.msBrowser;if(t&&t.runtime&&t.runtime.id)return this.nd.info("Not using IndexedDB for storage because we are running inside an extension"),!1}return!0}catch(t){return this.nd.info("Not using IndexedDB for storage due to following error: "+t),!1}}dd(t,e){const n=this.od().open(this.ed.sd,this.ed.VERSION);if(null==n)return"function"==typeof e&&e(),!1;const o=this;return n.onupgradeneeded=t=>{o.nd.info("Upgrading indexedDB "+o.ed.sd+" to v"+o.ed.VERSION+"...");const e=t.target.result;for(const t in o.ed.Pt)o.ed.Pt.hasOwnProperty(t)&&!e.objectStoreNames.contains(o.ed.Pt[t])&&e.createObjectStore(o.ed.Pt[t])},n.onsuccess=n=>{const i=n.target.result;i.onversionchange=()=>{i.close(),"function"==typeof e&&e(),o.nd.error("Needed to close the database unexpectedly because of an upgrade in another tab")},t(i)},n.onerror=t=>(o.nd.info("Could not open indexedDB "+o.ed.sd+" v"+o.ed.VERSION+": "+t.target.errorCode),"function"==typeof e&&e(),!0),!0}setItem(t,e,n,o,i){if(!this.rd())return"function"==typeof i&&i(),!1;const r=this;return this.dd((d=>{if(!d.objectStoreNames.contains(t))return r.nd.error("Could not store object "+e+" in "+t+" on indexedDB "+r.ed.sd+" - "+t+" is not a valid objectStore"),void("function"==typeof i&&i());const s=d.transaction([t],"readwrite").objectStore(t).put(n,e);s.onerror=()=>{r.nd.error("Could not store object "+e+" in "+t+" on indexedDB "+r.ed.sd),"function"==typeof i&&i()},s.onsuccess=()=>{"function"==typeof o&&o()}}),i)}getItem(t,e,n){if(!this.rd())return!1;const o=this;return this.dd((i=>{if(!i.objectStoreNames.contains(t))return void o.nd.error("Could not retrieve object "+e+" in "+t+" on indexedDB "+o.ed.sd+" - "+t+" is not a valid objectStore");const r=i.transaction([t],"readonly").objectStore(t).get(e);r.onerror=()=>{o.nd.error("Could not retrieve object "+e+" in "+t+" on indexedDB "+o.ed.sd)},r.onsuccess=t=>{const e=t.target.result;null!=e&&n(e)}}))}hr(t,e,n){if(!this.rd())return"function"==typeof n&&n(),!1;const o=this;return this.dd((i=>{if(!i.objectStoreNames.contains(t))return o.nd.error("Could not retrieve last record from "+t+" on indexedDB "+o.ed.sd+" - "+t+" is not a valid objectStore"),void("function"==typeof n&&n());const r=i.transaction([t],"readonly").objectStore(t).openCursor(null,"prev");r.onerror=()=>{o.nd.error("Could not open cursor for "+t+" on indexedDB "+o.ed.sd),"function"==typeof n&&n()},r.onsuccess=t=>{const o=t.target.result;null!=o&&null!=o.value&&null!=o.key?e(o.key,o.value):"function"==typeof n&&n()}}),n)}gr(t,e){if(!this.rd())return!1;const n=this;return this.dd((o=>{if(!o.objectStoreNames.contains(t))return void n.nd.error("Could not delete record "+e+" from "+t+" on indexedDB "+n.ed.sd+" - "+t+" is not a valid objectStore");o.transaction([t],"readwrite").objectStore(t).delete(e).onerror=()=>{n.nd.error("Could not delete record "+e+" from "+t+" on indexedDB "+n.ed.sd)}}))}Jt(t,e){if(!this.rd())return!1;const n=this;return this.dd((o=>{if(!o.objectStoreNames.contains(t))return void n.nd.error("Could not retrieve objects from "+t+" on indexedDB "+n.ed.sd+" - "+t+" is not a valid objectStore");const i=o.transaction([t],"readwrite").objectStore(t),r=i.openCursor(),d=[];r.onerror=()=>{d.length>0?(n.nd.info("Cursor closed midway through for "+t+" on indexedDB "+n.ed.sd),e(d)):n.nd.error("Could not open cursor for "+t+" on indexedDB "+n.ed.sd)},r.onsuccess=t=>{const n=t.target.result;if(null!=n){if(null!=n.value&&null!=n.key){i.delete(n.key).onsuccess=()=>{d.push(n.value)}}n.continue()}else d.length>0&&e(d)}}))}clearData(){if(!this.rd())return!1;const t=[];for(const e in this.ed.Pt)this.ed.Pt.hasOwnProperty(e)&&this.ed.Pt[e]!==this.ed.Pt.oe&&t.push(this.ed.Pt[e]);const e=this;return this.dd((function(n){const o=n.transaction(t,"readwrite");for(let n=0;n<t.length;n++){const i=t[n];o.objectStore(i).clear().onerror=function(){e.nd.error("Could not clear "+this.source.name+" on indexedDB "+e.ed.sd)}}o.onerror=function(){e.nd.error("Could not clear object stores on indexedDB "+e.ed.sd)}}))}}Be.ep={xt:{sd:"AppboyServiceWorkerAsyncStorage",VERSION:6,Pt:{jl:"data",kr:"pushClicks",
|
|
1
|
+
export default class Be{constructor(t,e){this.td="undefined"==typeof window?self:window,this.ed=t,this.nd=e}od(){if("indexedDB"in this.td)return this.td.indexedDB}rd(){try{if(null==this.od())return!1;if(this.od().open("Braze IndexedDB Support Test"),"undefined"!=typeof window){const t=window.chrome||window.browser||window.msBrowser;if(t&&t.runtime&&t.runtime.id)return this.nd.info("Not using IndexedDB for storage because we are running inside an extension"),!1}return!0}catch(t){return this.nd.info("Not using IndexedDB for storage due to following error: "+t),!1}}dd(t,e){const n=this.od().open(this.ed.sd,this.ed.VERSION);if(null==n)return"function"==typeof e&&e(),!1;const o=this;return n.onupgradeneeded=t=>{o.nd.info("Upgrading indexedDB "+o.ed.sd+" to v"+o.ed.VERSION+"...");const e=t.target.result;for(const t in o.ed.Pt)o.ed.Pt.hasOwnProperty(t)&&!e.objectStoreNames.contains(o.ed.Pt[t])&&e.createObjectStore(o.ed.Pt[t])},n.onsuccess=n=>{const i=n.target.result;i.onversionchange=()=>{i.close(),"function"==typeof e&&e(),o.nd.error("Needed to close the database unexpectedly because of an upgrade in another tab")},t(i)},n.onerror=t=>(o.nd.info("Could not open indexedDB "+o.ed.sd+" v"+o.ed.VERSION+": "+t.target.errorCode),"function"==typeof e&&e(),!0),!0}setItem(t,e,n,o,i){if(!this.rd())return"function"==typeof i&&i(),!1;const r=this;return this.dd((d=>{if(!d.objectStoreNames.contains(t))return r.nd.error("Could not store object "+e+" in "+t+" on indexedDB "+r.ed.sd+" - "+t+" is not a valid objectStore"),void("function"==typeof i&&i());const s=d.transaction([t],"readwrite").objectStore(t).put(n,e);s.onerror=()=>{r.nd.error("Could not store object "+e+" in "+t+" on indexedDB "+r.ed.sd),"function"==typeof i&&i()},s.onsuccess=()=>{"function"==typeof o&&o()}}),i)}getItem(t,e,n){if(!this.rd())return!1;const o=this;return this.dd((i=>{if(!i.objectStoreNames.contains(t))return void o.nd.error("Could not retrieve object "+e+" in "+t+" on indexedDB "+o.ed.sd+" - "+t+" is not a valid objectStore");const r=i.transaction([t],"readonly").objectStore(t).get(e);r.onerror=()=>{o.nd.error("Could not retrieve object "+e+" in "+t+" on indexedDB "+o.ed.sd)},r.onsuccess=t=>{const e=t.target.result;null!=e&&n(e)}}))}hr(t,e,n){if(!this.rd())return"function"==typeof n&&n(),!1;const o=this;return this.dd((i=>{if(!i.objectStoreNames.contains(t))return o.nd.error("Could not retrieve last record from "+t+" on indexedDB "+o.ed.sd+" - "+t+" is not a valid objectStore"),void("function"==typeof n&&n());const r=i.transaction([t],"readonly").objectStore(t).openCursor(null,"prev");r.onerror=()=>{o.nd.error("Could not open cursor for "+t+" on indexedDB "+o.ed.sd),"function"==typeof n&&n()},r.onsuccess=t=>{const o=t.target.result;null!=o&&null!=o.value&&null!=o.key?e(o.key,o.value):"function"==typeof n&&n()}}),n)}gr(t,e){if(!this.rd())return!1;const n=this;return this.dd((o=>{if(!o.objectStoreNames.contains(t))return void n.nd.error("Could not delete record "+e+" from "+t+" on indexedDB "+n.ed.sd+" - "+t+" is not a valid objectStore");o.transaction([t],"readwrite").objectStore(t).delete(e).onerror=()=>{n.nd.error("Could not delete record "+e+" from "+t+" on indexedDB "+n.ed.sd)}}))}Jt(t,e){if(!this.rd())return!1;const n=this;return this.dd((o=>{if(!o.objectStoreNames.contains(t))return void n.nd.error("Could not retrieve objects from "+t+" on indexedDB "+n.ed.sd+" - "+t+" is not a valid objectStore");const i=o.transaction([t],"readwrite").objectStore(t),r=i.openCursor(),d=[];r.onerror=()=>{d.length>0?(n.nd.info("Cursor closed midway through for "+t+" on indexedDB "+n.ed.sd),e(d)):n.nd.error("Could not open cursor for "+t+" on indexedDB "+n.ed.sd)},r.onsuccess=t=>{const n=t.target.result;if(null!=n){if(null!=n.value&&null!=n.key){i.delete(n.key).onsuccess=()=>{d.push(n.value)}}n.continue()}else d.length>0&&e(d)}}))}clearData(){if(!this.rd())return!1;const t=[];for(const e in this.ed.Pt)this.ed.Pt.hasOwnProperty(e)&&this.ed.Pt[e]!==this.ed.Pt.oe&&t.push(this.ed.Pt[e]);const e=this;return this.dd((function(n){const o=n.transaction(t,"readwrite");for(let n=0;n<t.length;n++){const i=t[n];o.objectStore(i).clear().onerror=function(){e.nd.error("Could not clear "+this.source.name+" on indexedDB "+e.ed.sd)}}o.onerror=function(){e.nd.error("Could not clear object stores on indexedDB "+e.ed.sd)}}))}}Be.ep={xt:{sd:"AppboyServiceWorkerAsyncStorage",VERSION:6,Pt:{jl:"data",kr:"pushClicks",Mr:"pushSubscribed",ud:"fallbackDevice",Mt:"cardUpdates",oe:"optOut",yr:"pendingData",On:"sdkAuthenticationSignature"},se:1}};
|
package/shared-lib/logger.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const Ae={init:function(n){void 0===n&&void 0!==Ae.zg||(Ae.zg=!!n),Ae.Dg||(Ae.Dg=!0)},destroy:function(){Ae.Dg=!1,Ae.zg=void 0,Ae.nd=void 0},setLogger:function(n){"function"==typeof n?(Ae.init(),Ae.nd=n):Ae.info("Ignoring setLogger call since logger is not a function")},toggleLogging:function(){Ae.init(),Ae.zg?(console.log("Disabling Braze logging"),Ae.zg=!1):(console.log("Enabled Braze logging"),Ae.zg=!0)},info:function(n){if(Ae.zg){const o="Braze: "+n;null!=Ae.nd?Ae.nd(o):console.log(o)}},warn:function(n){if(Ae.zg){const o="Braze SDK Warning: "+n+" (v4.0.
|
|
1
|
+
const Ae={init:function(n){void 0===n&&void 0!==Ae.zg||(Ae.zg=!!n),Ae.Dg||(Ae.Dg=!0)},destroy:function(){Ae.Dg=!1,Ae.zg=void 0,Ae.nd=void 0},setLogger:function(n){"function"==typeof n?(Ae.init(),Ae.nd=n):Ae.info("Ignoring setLogger call since logger is not a function")},toggleLogging:function(){Ae.init(),Ae.zg?(console.log("Disabling Braze logging"),Ae.zg=!1):(console.log("Enabled Braze logging"),Ae.zg=!0)},info:function(n){if(Ae.zg){const o="Braze: "+n;null!=Ae.nd?Ae.nd(o):console.log(o)}},warn:function(n){if(Ae.zg){const o="Braze SDK Warning: "+n+" (v4.0.3)";null!=Ae.nd?Ae.nd(o):console.warn(o)}},error:function(n){if(Ae.zg){const o="Braze SDK Error: "+n+" (v4.0.3)";null!=Ae.nd?Ae.nd(o):console.error(o)}}};export default Ae;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export default{$n:"allowCrawlerActivity",
|
|
1
|
+
export default{$n:"allowCrawlerActivity",ho:"baseUrl",lo:"noCookies",uo:"devicePropertyAllowlist",ra:"disablePushTokenMaintenance",po:"enableLogging",co:"enableSdkAuthentication",ta:"manageServiceWorkerExternally",mo:"minimumIntervalBetweenTriggerActionsInSeconds",Eo:"sessionTimeoutInSeconds",_o:"appVersion",ea:"serviceWorkerLocation",na:"safariWebsitePushId",Mn:"localization",Fe:"contentSecurityNonce",fo:"enableHtmlInAppMessages",Io:"allowUserSuppliedJavascript",Be:"inAppMessageZIndex",Ge:"openInAppMessagesInNewTab",en:"openNewsFeedCardsInNewTab",Ki:"requireExplicitInAppMessageDismissal",Ao:"doNotLoadFontAwesome",So:"sdkFlavor",tn:"openCardsInNewTab"};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import r from"../../shared-lib/braze-shared-lib.js";import e from"../managers/braze-instance.js";import A from"../util/braze-actions.js";import{decodeBrazeActions as F}from"../util/string-utils.js";import{BRAZE_ACTION_URI_REGEX as J,isValidBrazeActionJson as O}from"../util/validation-utils.js";import{WindowUtils as P}from"../util/window-utils.js";import{getUser as G}from"./get-user.js";export function
|
|
1
|
+
import r from"../../shared-lib/braze-shared-lib.js";import e from"../managers/braze-instance.js";import A from"../util/braze-actions.js";import{decodeBrazeActions as F}from"../util/string-utils.js";import{BRAZE_ACTION_URI_REGEX as J,isValidBrazeActionJson as O}from"../util/validation-utils.js";import{WindowUtils as P}from"../util/window-utils.js";import{getUser as G}from"./get-user.js";export function _getDecodedBrazeAction(e){try{let o=e.match(J)[0].length;const t=e.substring(o);if(o>e.length-1||!t)return void r.D.error(`Did not find base64 encoded brazeAction in url to process : ${e}`);const i=F(t);return i?JSON.parse(i):void r.D.error(`Failed to decode base64 encoded brazeAction: ${t}`)}catch(o){return void r.D.error(`Failed to process brazeAction URL ${e} : ${o.message}`)}}export function _handleBrazeAction(o,t,i){if(e.rr())if(J.test(o)){const e=_getDecodedBrazeAction(o);if(!e)return;const t=async e=>{if(!O(e))return void r.D.error(`Decoded Braze Action json is invalid: ${JSON.stringify(e,null,2)}`);const o=e[A.properties.type];if(o===A.types.de)for(const o of e[A.properties.ue])t(o);else{const t=e[A.properties.fe];let i,n;switch(o){case A.types.logCustomEvent:i=await import("./log-custom-event.js"),i.logCustomEvent.apply(null,Array.prototype.slice.call(t));break;case A.types.requestPushPermission:i=await import("../Push/request-push-permission.js"),i.requestPushPermission();break;case A.types.setEmailNotificationSubscriptionType:case A.types.setPushNotificationSubscriptionType:case A.types.setCustomUserAttribute:case A.types.addToSubscriptionGroup:case A.types.removeFromSubscriptionGroup:case A.types.addToCustomAttributeArray:case A.types.removeFromCustomAttributeArray:n=G(),n[o].apply(n,Array.prototype.slice.call(t));break;case A.types.me:case A.types.pe:P.openUri.apply(null,Array.prototype.slice.call(t));break;default:r.D.info(`Ignoring unknown Braze Action: ${o}`)}}};t(e)}else P.openUri(o,i,t)}export function handleBrazeAction(e,o){_handleBrazeAction(e,o)}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import b from"../util/net.js";import e from"../managers/braze-instance.js";import{ControlMessage,HtmlMessage,InAppMessage,InAppMessageButton}from"./index.js";import s from"../common/event-logger.js";import{newInAppMessageFromJson as it}from"./in-app-message-factory.js";import{randomInclusive as lt}from"../util/math.js";import t from"../models/request-result.js";import r from"../../shared-lib/braze-shared-lib.js";import u from"../managers/subscription-manager.js";import ut from"../triggers/models/trigger.js";import{validateValueIsFromEnum as B}from"../util/code-utils.js";export default class ge{constructor(t,i,s,r){this.jt=t,this.j=i,this.h=s,this.v=r,this.
|
|
1
|
+
import b from"../util/net.js";import e from"../managers/braze-instance.js";import{ControlMessage,HtmlMessage,InAppMessage,InAppMessageButton}from"./index.js";import s from"../common/event-logger.js";import{newInAppMessageFromJson as it}from"./in-app-message-factory.js";import{randomInclusive as lt}from"../util/math.js";import t from"../models/request-result.js";import r from"../../shared-lib/braze-shared-lib.js";import u from"../managers/subscription-manager.js";import ut from"../triggers/models/trigger.js";import{validateValueIsFromEnum as B}from"../util/code-utils.js";import{BRAZE_ACTION_URI_REGEX as J,isValidBrazeActionJson as O}from"../util/validation-utils.js";import A from"../util/braze-actions.js";import{_getDecodedBrazeAction as pt}from"../Core/handle-braze-action.js";export default class ge{constructor(t,i,s,r){this.jt=t,this.j=i,this.h=s,this.v=r,this.ii=new u,e.Ut(this.ii),this.ei=1e3,this.si=6e4}ri(){return this.ii}ni(t){return this.ii.Et(t)}oi(){return this.ai}li(t){this.ai=t}ui(i,e){if(!B(InAppMessage.pi,e,`${e} is not a valid in-app message display failure`,"InAppMessage.DisplayFailures"))return new t;const n={trigger_ids:[i],error_code:e};return s.G(r.A.ci,n)}G(i,e,n,o){const a=new t;let l;if(i instanceof ControlMessage)l={trigger_ids:[i.triggerId]};else{if(e===r.A.mi||i instanceof HtmlMessage&&e===r.A.fi){if(!i.k(o))return r.D.info("This in-app message has already received a click. Ignoring analytics event."),a}else if(e===r.A.gi){if(!i.R())return r.D.info("This in-app message has already received an impression. Ignoring analytics event."),a}l=this.hi(i)}return null==l?a:(null!=n&&(l.bid=n),s.G(e,l))}di(i,e){const n=new t;if(!i.k())return r.D.info("This in-app message button has already received a click. Ignoring analytics event."),n;const o=this.hi(e);return null==o?n:i.id===InAppMessageButton.yi?(r.D.info("This in-app message button does not have a tracking id. Not logging event to Braze servers."),n):(null!=i.id&&(o.bid=i.id),s.G(r.A.fi,o))}vi(t){const i=t=>{if(!O(t))return!1;const e=t[A.properties.type];if(e===A.types.de){let e=!1;for(const s of t[A.properties.ue])if(e=e||i(s),e)return!0;return!1}return e===A.types.requestPushPermission};if(!(t instanceof InAppMessage))return!1;const e=t.buttons;for(const t of e)if(t.clickAction===InAppMessage.ClickAction.URI&&J.test(t.uri)){const e=pt(t.uri);if(i(e))return!0}if(t.clickAction===InAppMessage.ClickAction.URI&&J.test(t.uri)){const e=pt(t.uri);return i(e)}return!1}bi(t,i,e,s){let n=this.jt.ji(!1,!1);n=this.jt.Ls(n),n.template={trigger_id:t.triggerId,trigger_event_type:i},null!=e&&(n.template.data=e.zi());const o=this.jt.Ns(n);this.jt.As(n,(()=>{b.Fs({url:`${this.jt.Js()}/template/`,data:n,headers:o,S:async i=>{if(!this.jt.qs(n,i,o))return this.ui(t.triggerId,InAppMessage.pi.Ii),void("function"==typeof t.Ai&&t.Ai());if(this.jt.Es(),null==i||null==i.templated_message)return void this.ui(t.triggerId,InAppMessage.pi.Ii);const e=i.templated_message;if(e.type!==ut.wi.Mi)return void this.ui(t.triggerId,InAppMessage.pi.Di);const s=it(e.data);if(null!=s){if(this.vi(s)){const i=(await import("../Push/push-manager-factory.js")).default.getPushManager();if(null!=i&&!i.Ti())return r.D.error("In-App Message contains a push prompt braze action, but is not eligible for a push prompt. Ignoring."),void("function"==typeof t.Ai&&t.Ai())}"function"==typeof t._i?t._i(s):this.ui(t.triggerId,InAppMessage.pi.Ii)}else this.ui(t.triggerId,InAppMessage.pi.Di)},error:r=>{let n=`getting user personalization for message ${t.triggerId}`;if((new Date).valueOf()-t.ki>t.Bi)this.ui(t.triggerId,InAppMessage.pi.Ii);else{const r=Math.min(t.Bi,this.si),o=this.ei;null==s&&(s=o);const a=Math.min(r,lt(o,3*s));n+=`. Retrying in ${a} ms`,setTimeout((()=>{this.bi(t,i,e,a)}),a)}this.jt.Ms(r,n)}})}))}hi(t){if(null==t.triggerId)return r.D.info("The in-app message has no analytics id. Not logging event to Braze servers."),null;const i={};return null!=t.triggerId&&(i.trigger_ids=[t.triggerId]),i}}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import e from"../managers/braze-instance.js";import{MUST_BE_IN_APP_MESSAGE_WARNING as rr}from"../common/constants.js";import{InAppMessage,InAppMessageButton}from"../InAppMessage/index.js";import me from"./in-app-message-manager-factory.js";import r from"../../shared-lib/braze-shared-lib.js";import H from"../triggers/models/trigger-events.js";import{TriggersProviderFactory as Q}from"../triggers/triggers-provider-factory.js";export function logInAppMessageButtonClick(t,o){if(!e.rr())return!1;if(!(t instanceof InAppMessageButton))return r.D.error("button must be an InAppMessageButton object"),!1;if(!(o instanceof InAppMessage))return r.D.error(rr),!1;const s=me.m().
|
|
1
|
+
import e from"../managers/braze-instance.js";import{MUST_BE_IN_APP_MESSAGE_WARNING as rr}from"../common/constants.js";import{InAppMessage,InAppMessageButton}from"../InAppMessage/index.js";import me from"./in-app-message-manager-factory.js";import r from"../../shared-lib/braze-shared-lib.js";import H from"../triggers/models/trigger-events.js";import{TriggersProviderFactory as Q}from"../triggers/triggers-provider-factory.js";export function logInAppMessageButtonClick(t,o){if(!e.rr())return!1;if(!(t instanceof InAppMessageButton))return r.D.error("button must be an InAppMessageButton object"),!1;if(!(o instanceof InAppMessage))return r.D.error(rr),!1;const s=me.m().di(t,o);if(s.S)for(let r=0;r<s.ve.length;r++)Q.er().je(H.Ar,[o.triggerId,t.id],s.ve[r]);return s.S}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import e from"../managers/braze-instance.js";import{InAppMessage}from"../InAppMessage/index.js";import me from"./in-app-message-manager-factory.js";import{MUST_BE_IN_APP_MESSAGE_WARNING as rr}from"../common/constants.js";import r from"../../shared-lib/braze-shared-lib.js";import H from"../triggers/models/trigger-events.js";import{TriggersProviderFactory as Q}from"../triggers/triggers-provider-factory.js";export function logInAppMessageClick(o){if(!e.rr())return!1;if(!(o instanceof InAppMessage))return r.D.error(rr),!1;const s=me.m().G(o,r.A.
|
|
1
|
+
import e from"../managers/braze-instance.js";import{InAppMessage}from"../InAppMessage/index.js";import me from"./in-app-message-manager-factory.js";import{MUST_BE_IN_APP_MESSAGE_WARNING as rr}from"../common/constants.js";import r from"../../shared-lib/braze-shared-lib.js";import H from"../triggers/models/trigger-events.js";import{TriggersProviderFactory as Q}from"../triggers/triggers-provider-factory.js";export function logInAppMessageClick(o){if(!e.rr())return!1;if(!(o instanceof InAppMessage))return r.D.error(rr),!1;const s=me.m().G(o,r.A.mi);if(s)for(let r=0;r<s.ve.length;r++)Q.er().je(H.Ar,[o.triggerId],s.ve[r]);return s.S}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import e from"../managers/braze-instance.js";import{HtmlMessage}from"../InAppMessage/index.js";import me from"./in-app-message-manager-factory.js";import r from"../../shared-lib/braze-shared-lib.js";import H from"../triggers/models/trigger-events.js";import{TriggersProviderFactory as Q}from"../triggers/triggers-provider-factory.js";export function logInAppMessageHtmlClick(s,t,o){if(!e.rr())return!1;if(!(s instanceof HtmlMessage))return r.D.error("inAppMessage argument to logInAppMessageHtmlClick must be an HtmlMessage object."),!1;let i=r.A.
|
|
1
|
+
import e from"../managers/braze-instance.js";import{HtmlMessage}from"../InAppMessage/index.js";import me from"./in-app-message-manager-factory.js";import r from"../../shared-lib/braze-shared-lib.js";import H from"../triggers/models/trigger-events.js";import{TriggersProviderFactory as Q}from"../triggers/triggers-provider-factory.js";export function logInAppMessageHtmlClick(s,t,o){if(!e.rr())return!1;if(!(s instanceof HtmlMessage))return r.D.error("inAppMessage argument to logInAppMessageHtmlClick must be an HtmlMessage object."),!1;let i=r.A.mi;null!=t&&(i=r.A.fi);const n=me.m().G(s,i,t,o);if(n.S)for(let r=0;r<n.ve.length;r++)Q.er().je(H.Ar,[s.triggerId,t],n.ve[r]);return n.S}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import e from"../managers/braze-instance.js";import{ControlMessage,InAppMessage}from"../InAppMessage/index.js";import me from"./in-app-message-manager-factory.js";import{MUST_BE_IN_APP_MESSAGE_WARNING as rr}from"../common/constants.js";import r from"../../shared-lib/braze-shared-lib.js";export function logInAppMessageImpression(n){if(!e.rr())return!1;if(!(n instanceof InAppMessage||n instanceof ControlMessage))return r.D.error(rr),!1;const s=n instanceof ControlMessage?r.A.W:r.A.
|
|
1
|
+
import e from"../managers/braze-instance.js";import{ControlMessage,InAppMessage}from"../InAppMessage/index.js";import me from"./in-app-message-manager-factory.js";import{MUST_BE_IN_APP_MESSAGE_WARNING as rr}from"../common/constants.js";import r from"../../shared-lib/braze-shared-lib.js";export function logInAppMessageImpression(n){if(!e.rr())return!1;if(!(n instanceof InAppMessage||n instanceof ControlMessage))return r.D.error(rr),!1;const s=n instanceof ControlMessage?r.A.W:r.A.gi;return me.m().G(n,s).S}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import{InAppMessage}from"../index.js";export default class FullScreenMessage extends InAppMessage{constructor(e,t,r,n,l,s,u,o,d,x,a,c,f,i,m,p,g,j,A,T,b,h,k,q,v,w,y,z){o=o||InAppMessage.DismissType.MANUAL,w=w||InAppMessage.Orientation.PORTRAIT,super(e,t,null,r,n,l,s,u,o,d,x,a,c,f,i,m,p,g,j,A,T,b,h,k,q,v=v||InAppMessage.CropType.CENTER_CROP,w,y,z)}get xe(){return InAppMessage.TextAlignment.CENTER}}FullScreenMessage.es=InAppMessage.es.
|
|
1
|
+
import{InAppMessage}from"../index.js";export default class FullScreenMessage extends InAppMessage{constructor(e,t,r,n,l,s,u,o,d,x,a,c,f,i,m,p,g,j,A,T,b,h,k,q,v,w,y,z){o=o||InAppMessage.DismissType.MANUAL,w=w||InAppMessage.Orientation.PORTRAIT,super(e,t,null,r,n,l,s,u,o,d,x,a,c,f,i,m,p,g,j,A,T,b,h,k,q,v=v||InAppMessage.CropType.CENTER_CROP,w,y,z)}get xe(){return InAppMessage.TextAlignment.CENTER}}FullScreenMessage.es=InAppMessage.es.qe;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import{InAppMessage}from"../index.js";import u from"../../managers/subscription-manager.js";export default class InAppMessageButton{constructor(s,t,i,r,e,h,n){this.text=s||"",this.backgroundColor=t||InAppMessage.Ys.Xs,this.textColor=i||InAppMessage.Ys.Zs,this.borderColor=r||this.backgroundColor,this.clickAction=e||InAppMessage.ClickAction.NONE,this.uri=h,null==n&&(n=InAppMessageButton.
|
|
1
|
+
import{InAppMessage}from"../index.js";import u from"../../managers/subscription-manager.js";export default class InAppMessageButton{constructor(s,t,i,r,e,h,n){this.text=s||"",this.backgroundColor=t||InAppMessage.Ys.Xs,this.textColor=i||InAppMessage.Ys.Zs,this.borderColor=r||this.backgroundColor,this.clickAction=e||InAppMessage.ClickAction.NONE,this.uri=h,null==n&&(n=InAppMessageButton.yi),this.id=n,this.ul=!1,this.lt=new u}subscribeToClickedEvent(s){return this.lt.Et(s)}removeSubscription(s){this.lt.removeSubscription(s)}removeAllSubscriptions(){this.lt.removeAllSubscriptions()}k(){return!this.ul&&(this.ul=!0,this.lt.Nt(),!0)}static fromJson(s){return new InAppMessageButton(s.text,s.bg_color,s.text_color,s.border_color,s.click_action,s.uri,s.id)}}InAppMessageButton.yi=-1;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import e,{OPTIONS as D}from"../../managers/braze-instance.js";import et from"../../util/browser-detector.js";import{clickElement as ht,supportsPassive as Et}from"../../util/dom-utils.js";import{KeyCodes as at}from"../../util/key-codes.js";import u from"../../managers/subscription-manager.js";export default class InAppMessage{constructor(t,s,i,e,h,n,r,o,l,E,T,a,m,c,I,A,N,_,L,d,O,S,D,M,R,b,P,C,U){this.message=t,this.messageAlignment=s||InAppMessage.TextAlignment.CENTER,this.duration=E||5e3,this.slideFrom=i||InAppMessage.SlideFrom.BOTTOM,this.extras=e||{},this.triggerId=h,this.clickAction=n||InAppMessage.ClickAction.NONE,this.uri=r,this.openTarget=o||InAppMessage.OpenTarget.NONE,this.dismissType=l||InAppMessage.DismissType.AUTO_DISMISS,this.icon=T,this.imageUrl=a,this.imageStyle=m||InAppMessage.ImageStyle.TOP,this.iconColor=c||InAppMessage.Ys.Zs,this.iconBackgroundColor=I||InAppMessage.Ys.Xs,this.backgroundColor=A||InAppMessage.Ys.Zs,this.textColor=N||InAppMessage.Ys.
|
|
1
|
+
import e,{OPTIONS as D}from"../../managers/braze-instance.js";import et from"../../util/browser-detector.js";import{clickElement as ht,supportsPassive as Et}from"../../util/dom-utils.js";import{KeyCodes as at}from"../../util/key-codes.js";import u from"../../managers/subscription-manager.js";export default class InAppMessage{constructor(t,s,i,e,h,n,r,o,l,E,T,a,m,c,I,A,N,_,L,d,O,S,D,M,R,b,P,C,U){this.message=t,this.messageAlignment=s||InAppMessage.TextAlignment.CENTER,this.duration=E||5e3,this.slideFrom=i||InAppMessage.SlideFrom.BOTTOM,this.extras=e||{},this.triggerId=h,this.clickAction=n||InAppMessage.ClickAction.NONE,this.uri=r,this.openTarget=o||InAppMessage.OpenTarget.NONE,this.dismissType=l||InAppMessage.DismissType.AUTO_DISMISS,this.icon=T,this.imageUrl=a,this.imageStyle=m||InAppMessage.ImageStyle.TOP,this.iconColor=c||InAppMessage.Ys.Zs,this.iconBackgroundColor=I||InAppMessage.Ys.Xs,this.backgroundColor=A||InAppMessage.Ys.Zs,this.textColor=N||InAppMessage.Ys.Ei,this.closeButtonColor=_||InAppMessage.Ys.Ni,this.animateIn=L,null==this.animateIn&&(this.animateIn=!0),this.animateOut=d,null==this.animateOut&&(this.animateOut=!0),this.header=O,this.headerAlignment=S||InAppMessage.TextAlignment.CENTER,this.headerTextColor=D||InAppMessage.Ys.Ei,this.frameColor=M||InAppMessage.Ys.Li,this.buttons=R||[],this.cropType=b||InAppMessage.CropType.FIT_CENTER,this.orientation=P,this.htmlId=C,this.css=U,this.Oi=!1,this.ul=!1,this.Si=!1,this.lt=new u,this.Ri=new u}subscribeToClickedEvent(t){return this.lt.Et(t)}subscribeToDismissedEvent(t){return this.Ri.Et(t)}removeSubscription(t){this.lt.removeSubscription(t),this.Ri.removeSubscription(t)}removeAllSubscriptions(){this.lt.removeAllSubscriptions(),this.Ri.removeAllSubscriptions()}closeMessage(){this.on(this.mn)}we(){return!0}ll(){return this.we()}an(){return null!=this.htmlId&&this.htmlId.length>4}sn(){return this.an()&&null!=this.css&&this.css.length>0}rn(){if(this.an()&&this.sn())return this.htmlId+"-css"}R(){return!this.Oi&&(this.Oi=!0,!0)}k(){return!this.ul&&(this.ul=!0,this.lt.Nt(),!0)}J(){return!this.Si&&(this.Si=!0,this.Ri.Nt(),!0)}Pi(t){if(t&&t.parentNode){let s=t.closest(".ab-iam-root");if(null==s&&(s=t),this.we()&&null!=s.parentNode){const t=s.parentNode.classList;t&&t.contains(InAppMessage.Ci)&&t.remove(InAppMessage.Ci),document.body.removeEventListener("touchmove",InAppMessage.Ui)}s.className=s.className.replace(InAppMessage.Hi,InAppMessage._)}return this.animateOut}on(t,s){if(null==t)return;let i;this.mn=null,i=-1===t.className.indexOf("ab-in-app-message")?t.getElementsByClassName("ab-in-app-message")[0]:t;let e=!1;i&&(e=this.Pi(i));const h=document.body;if(null!=h)var n=h.scrollTop;const r=()=>{if(t&&t.parentNode){let s=t.closest(".ab-iam-root");null==s&&(s=t),s.parentNode&&s.parentNode.removeChild(s)}if(null!=this.rn()){const t=document.getElementById(this.rn());t&&t.parentNode&&t.parentNode.removeChild(t)}null!=h&&"Safari"===et.browser&&(h.scrollTop=n),s?s():this.J()};e?setTimeout(r,InAppMessage.Fi):r(),this.he&&this.he.focus()}ke(){return document.createTextNode(this.message)}ze(t){let s="";this.message||this.header||!this.we()||(s="Modal Image"),t.setAttribute("alt",s)}static Ui(t){t.targetTouches&&t.targetTouches.length>1||t.target.classList&&t.target.classList.contains("ab-message-text")&&t.target.scrollHeight>t.target.clientHeight||document.querySelector(`.${InAppMessage.Ci}`)&&t.preventDefault()}Gi(t){this.we()&&null!=t.parentNode&&this.orientation!==InAppMessage.Orientation.LANDSCAPE&&(null!=t.parentNode.classList&&t.parentNode.classList.add(InAppMessage.Ci),document.body.addEventListener("touchmove",InAppMessage.Ui,!!Et()&&{passive:!1})),t.className+=" "+InAppMessage.Hi}static Wi(t){if(t.keyCode===at.xi&&!e.nn(D.Ki)&&document.querySelectorAll(".ab-modal-interactions").length>0){const t=document.getElementsByClassName("ab-html-message");let s=!1;for(let i=0;i<t.length;i++){const e=t[i].contentWindow.document.getElementsByClassName("ab-programmatic-close-button")[0];null!=e&&(ht(e),s=!0)}if(!s){const t=document.querySelectorAll(".ab-modal-interactions > .ab-close-button")[0];null!=t&&ht(t)}}}Yi(){this.Xi||e.nn(D.Ki)||(document.addEventListener("keydown",InAppMessage.Wi,!1),e.Vi((()=>{document.removeEventListener("keydown",InAppMessage.Wi)})),this.Xi=!0)}}InAppMessage.Ys={Ei:4281545523,Zs:4294967295,Xs:4278219733,$i:4293914607,qi:4283782485,Li:3224580915,Ni:4288387995},InAppMessage.pi={Ji:"hd",Qi:"ias",Zi:"of",Ee:"do",Di:"umt",Ii:"tf",Ne:"te"},InAppMessage.SlideFrom={TOP:"TOP",BOTTOM:"BOTTOM"},InAppMessage.ClickAction={NEWS_FEED:"NEWS_FEED",URI:"URI",NONE:"NONE"},InAppMessage.DismissType={AUTO_DISMISS:"AUTO_DISMISS",MANUAL:"SWIPE"},InAppMessage.OpenTarget={NONE:"NONE",BLANK:"BLANK"},InAppMessage.ImageStyle={TOP:"TOP",GRAPHIC:"GRAPHIC"},InAppMessage.Orientation={PORTRAIT:"PORTRAIT",LANDSCAPE:"LANDSCAPE"},InAppMessage.TextAlignment={START:"START",CENTER:"CENTER",END:"END"},InAppMessage.CropType={CENTER_CROP:"CENTER_CROP",FIT_CENTER:"FIT_CENTER"},InAppMessage.es={_e:"SLIDEUP",Oe:"MODAL",ye:"MODAL_STYLED",qe:"FULL",nl:"WEB_HTML",cn:"HTML"},InAppMessage.Fi=500,InAppMessage.Se=200,InAppMessage.Hi="ab-show",InAppMessage.De="ab-hide",InAppMessage.Ci="ab-pause-scrolling";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import{InAppMessage}from"../index.js";export default class ModalMessage extends InAppMessage{constructor(e,t,r,n,l,o,s,u,d,i,x,a,c,f,m,p,g,j,v,A,T,b,h,k,q,w,y){super(e,t,null,r,n,l,o,s,u=u||InAppMessage.DismissType.MANUAL,d,i,x,a,c,f,m,p,g,j,v,A,T,b,h,k,q=q||InAppMessage.CropType.FIT_CENTER,void 0,w,y)}get xe(){return InAppMessage.TextAlignment.CENTER}}ModalMessage.es=InAppMessage.es.
|
|
1
|
+
import{InAppMessage}from"../index.js";export default class ModalMessage extends InAppMessage{constructor(e,t,r,n,l,o,s,u,d,i,x,a,c,f,m,p,g,j,v,A,T,b,h,k,q,w,y){super(e,t,null,r,n,l,o,s,u=u||InAppMessage.DismissType.MANUAL,d,i,x,a,c,f,m,p,g,j,v,A,T,b,h,k,q=q||InAppMessage.CropType.FIT_CENTER,void 0,w,y)}get xe(){return InAppMessage.TextAlignment.CENTER}}ModalMessage.es=InAppMessage.es.Oe;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import{InAppMessage}from"../index.js";import{DOMUtils as dt}from"../../util/dom-utils.js";export default class SlideUpMessage extends InAppMessage{constructor(t,e,o,s,n,i,d,r,u,a,l,m,p,c,v,x,f,g,h,I,M){x=x||InAppMessage.Ys.
|
|
1
|
+
import{InAppMessage}from"../index.js";import{DOMUtils as dt}from"../../util/dom-utils.js";export default class SlideUpMessage extends InAppMessage{constructor(t,e,o,s,n,i,d,r,u,a,l,m,p,c,v,x,f,g,h,I,M){x=x||InAppMessage.Ys.qi,v=v||InAppMessage.Ys.$i,super(t,e=e||InAppMessage.TextAlignment.START,o,s,n,i,d,r,u,a,l,m,null,p,c,v,x,f,g,h,void 0,void 0,void 0,void 0,void 0,void 0,void 0,I,M)}we(){return!1}get xe(){return InAppMessage.TextAlignment.START}ke(){const t=document.createElement("span");return t.appendChild(document.createTextNode(this.message)),t}Gi(t){const e=t.getElementsByClassName("ab-in-app-message")[0];dt.He(e,!0,!0)||(this.slideFrom===InAppMessage.SlideFrom.TOP?e.style.top="0px":e.style.bottom="0px"),super.Gi(t)}}SlideUpMessage.es=InAppMessage.es._e;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export default class ct{constructor(t,s,l,n,i){this.triggerId=t,this.
|
|
1
|
+
export default class ct{constructor(t,s,l,n,i){this.triggerId=t,this._i=s,this.Ai=l,this.ki=n,this.Bi=i}static fromJson(t,s,l,n,i){return null==t||null==t.trigger_id?null:new ct(t.trigger_id,s,l,n,i)}}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import e from"../managers/braze-instance.js";import me from"./in-app-message-manager-factory.js";export function subscribeToInAppMessage(n){if(e.rr())return"function"!=typeof n?null:me.m().
|
|
1
|
+
import e from"../managers/braze-instance.js";import me from"./in-app-message-manager-factory.js";export function subscribeToInAppMessage(n){if(e.rr())return"function"!=typeof n?null:me.m().ni((function(r){return n(r[0]),r.slice(1)}))}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import me from"../in-app-message-manager-factory.js";import e from"../../managers/braze-instance.js";import{setupInAppMessageUI as nr}from"../../ui/js/index.js";import{showInAppMessage,subscribeToInAppMessage}from"../index.js";export function automaticallyShowInAppMessages(){if(!e.rr())return;nr();const r=me.m();if(null==r.
|
|
1
|
+
import me from"../in-app-message-manager-factory.js";import e from"../../managers/braze-instance.js";import{setupInAppMessageUI as nr}from"../../ui/js/index.js";import{showInAppMessage,subscribeToInAppMessage}from"../index.js";export function automaticallyShowInAppMessages(){if(!e.rr())return;nr();const r=me.m();if(null==r.oi()){const n=subscribeToInAppMessage((r=>showInAppMessage(r)));r.li(n)}return r.oi()}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import e,{OPTIONS as D}from"../../managers/braze-instance.js";import{ControlMessage,HtmlMessage,InAppMessage,SlideUpMessage}from"../index.js";import me from"../in-app-message-manager-factory.js";import ae from"../display/get-animation-effect.js";import re from"../display/in-app-message-to-html.js";import{logInAppMessageImpression}from"../log-in-app-message-impression.js";import{ORIENTATION as le,WindowUtils as P}from"../../util/window-utils.js";import{isURIJavascriptOrData as j}from"../../util/url-utils.js";import{KeyCodes as at}from"../../util/key-codes.js";import{setupInAppMessageUI as nr}from"../../ui/js/index.js";import r from"../../../shared-lib/braze-shared-lib.js";import{toRgba as se}from"../../util/color-utils.js";export function showInAppMessage(t,i,o){if(!e.rr())return;if(nr(),null==t)return!1;if(t instanceof ControlMessage)return r.D.info("User received control for a multivariate test, logging to Braze servers."),logInAppMessageImpression(t),!0;if(!(t instanceof InAppMessage))return!1;const s=me.m();t.
|
|
1
|
+
import e,{OPTIONS as D}from"../../managers/braze-instance.js";import{ControlMessage,HtmlMessage,InAppMessage,SlideUpMessage}from"../index.js";import me from"../in-app-message-manager-factory.js";import ae from"../display/get-animation-effect.js";import re from"../display/in-app-message-to-html.js";import{logInAppMessageImpression}from"../log-in-app-message-impression.js";import{ORIENTATION as le,WindowUtils as P}from"../../util/window-utils.js";import{isURIJavascriptOrData as j}from"../../util/url-utils.js";import{KeyCodes as at}from"../../util/key-codes.js";import{setupInAppMessageUI as nr}from"../../ui/js/index.js";import r from"../../../shared-lib/braze-shared-lib.js";import{toRgba as se}from"../../util/color-utils.js";export function showInAppMessage(t,i,o){if(!e.rr())return;if(nr(),null==t)return!1;if(t instanceof ControlMessage)return r.D.info("User received control for a multivariate test, logging to Braze servers."),logInAppMessageImpression(t),!0;if(!(t instanceof InAppMessage))return!1;const s=me.m();t.Yi();const n=t instanceof HtmlMessage;if(n&&!t.trusted&&!e.tr())return r.D.error('HTML in-app messages are disabled. Use the "allowUserSuppliedJavascript" option for braze.initialize to enable these messages.'),s.ui(t.triggerId,InAppMessage.pi.Ji),!1;if(null==i&&(i=document.body),t.we()){if(i.querySelectorAll(".ab-modal-interactions").length>0)return r.D.info(`Cannot show in-app message ${t.message} because another message is being shown.`),s.ui(t.triggerId,InAppMessage.pi.Qi),!1}if(P.Ue()){const e=P.Je();if(e===le.PORTRAIT&&t.orientation===InAppMessage.Orientation.LANDSCAPE||e===le.LANDSCAPE&&t.orientation===InAppMessage.Orientation.PORTRAIT){const i=e===le.PORTRAIT?"portrait":"landscape",o=t.orientation===InAppMessage.Orientation.PORTRAIT?"portrait":"landscape";return r.D.info(`Not showing ${o} in-app message ${t.message} because the screen is currently ${i}`),s.ui(t.triggerId,InAppMessage.pi.Zi),!1}}if(!e.tr()){let e=!1;if(t.buttons&&t.buttons.length>0){const i=t.buttons;for(let t=0;t<i.length;t++)if(i[t].clickAction===InAppMessage.ClickAction.URI){const o=i[t].uri;e=j(o)}}else t.clickAction===InAppMessage.ClickAction.URI&&(e=j(t.uri));if(e)return r.D.error('Javascript click actions are disabled. Use the "allowUserSuppliedJavascript" option for braze.initialize to enable these actions.'),s.ui(t.triggerId,InAppMessage.pi.Ji),!1}const a=document.createElement("div");if(a.className="ab-iam-root v3",a.className+=ae(t),a.setAttribute("role","complementary"),t.an()&&(a.id=t.htmlId),e.nn(D.Be)&&(a.style.zIndex=e.nn(D.Be)+1),i.appendChild(a),t.sn()){const i=document.createElement("style");i.innerHTML=t.css,i.id=t.rn(),null!=e.nn(D.Fe)&&i.setAttribute("nonce",e.nn(D.Fe)),document.getElementsByTagName("head")[0].appendChild(i)}const l=t instanceof SlideUpMessage,c=re(t,(()=>{import("../../Feed/ui/show-feed.js").then((e=>e.showFeed()))}),(i=>{if(t.we()&&t.ll()){const o=document.createElement("div");if(o.className="ab-page-blocker",t.sn()||(o.style.backgroundColor=se(t.frameColor)),e.nn(D.Be)&&(o.style.zIndex=e.nn(D.Be)),a.appendChild(o),!e.nn(D.Ki)){const e=(new Date).valueOf();o.onclick=o=>{(new Date).valueOf()-e>InAppMessage.Se&&(t.on(i),o.stopPropagation())}}a.appendChild(i),i.focus(),t.Gi(a)}else if(l){const e=document.querySelectorAll(".ab-slideup");let o=null;for(let t=e.length-1;t>=0;t--)if(e[t]!==i){o=e[t];break}if(t.slideFrom===InAppMessage.SlideFrom.TOP){let e=0;null!=o&&(e=o.offsetTop+o.offsetHeight),i.style.top=Math.max(e,0)+"px"}else{let e=0;null!=o&&(e=(window.innerHeight||document.documentElement.clientHeight)-o.offsetTop),i.style.bottom=Math.max(e,0)+"px"}}else if(n&&!e.nn(D.Ki)){const e=t;i.contentWindow.addEventListener("keydown",(function(t){t.keyCode===at.xi&&e.closeMessage()}))}logInAppMessageImpression(t),t.dismissType===InAppMessage.DismissType.AUTO_DISMISS&&setTimeout((()=>{a.contains(i)&&t.on(i)}),t.duration),"function"==typeof o&&o()}),e.nn(D.Ge),e.nn(D.Be),e.nn(D.Fe));return(n||l)&&(a.appendChild(c),t.Gi(a)),!0}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import e,{OPTIONS as D}from"../managers/braze-instance.js";import aa from"./push-manager.js";const or={t:!1,pushManager:null,Br:()=>(or.o(),or.pushManager||(or.pushManager=new aa(e.jr(),e.aa(),e.ce(),e.
|
|
1
|
+
import e,{OPTIONS as D}from"../managers/braze-instance.js";import aa from"./push-manager.js";const or={t:!1,pushManager:null,Br:()=>(or.o(),or.pushManager||(or.pushManager=new aa(e.jr(),e.aa(),e.ce(),e.Js(),e.nn(D.ea),e.nn(D.na),e.ir(),e.nn(D.ra),e.nn(D.ta),e.l())),or.pushManager),o:()=>{or.t||(e.u(or),or.t=!0)},destroy:()=>{or.pushManager=null,or.t=!1}};export default or;
|
package/src/Push/push-manager.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
import{isArray as p,isEqual as ii}from"../util/code-utils.js";import ei from"../models/push-token.js";import r from"../../shared-lib/braze-shared-lib.js";import{STORAGE_KEYS as o}from"../managers/storage-manager.js";import{User}from"../User/index.js";import{WindowUtils as P}from"../util/window-utils.js";export default class aa{constructor(i,e,t,s,n,r,o,u,a
|
|
1
|
+
import{isArray as p,isEqual as ii}from"../util/code-utils.js";import ei from"../models/push-token.js";import r from"../../shared-lib/braze-shared-lib.js";import{STORAGE_KEYS as o}from"../managers/storage-manager.js";import{User}from"../User/index.js";import{WindowUtils as P}from"../util/window-utils.js";export default class aa{constructor(i,e,t,s,n,r,o,u,h,a){this.Pe=i,this.We=e,this.Re=t,this.Ve=s+"/safari/"+e,this.Ye=n||"/service-worker.js",this.Ke=r,this.wt=o,this.Qe=u||!1,this.Xe=h||!1,this.h=a,this.Ze="serviceWorker"in navigator&&"undefined"!=typeof ServiceWorkerRegistration&&"showNotification"in ServiceWorkerRegistration.prototype&&"PushManager"in window,this.hn="safari"in window&&"pushNotification"in window.safari&&"function"==typeof window.safari.pushNotification.permission&&"function"==typeof window.safari.pushNotification.requestPermission}dn(){return this.Xe}isPushSupported(){return this.Ze||this.hn}isPushBlocked(){const i=this.isPushSupported()&&"Notification"in window&&null!=window.Notification&&null!=window.Notification.permission&&"denied"===window.Notification.permission,e=this.isPushSupported()&&(!("Notification"in window)||null==window.Notification);return i||e}isPushPermissionGranted(){return this.isPushSupported()&&"Notification"in window&&null!=window.Notification&&null!=window.Notification.permission&&"granted"===window.Notification.permission}Ti(){return!this.isPushBlocked()&&this.isPushSupported()&&!this.isPushPermissionGranted()}fn(i,e,t,s,n){i.unsubscribe().then((i=>{i?this.pn(e,t,s,n):(r.D.error("Failed to unsubscribe device from push."),"function"==typeof n&&n(!1))})).catch((i=>{r.D.error("Push unsubscription error: "+i),"function"==typeof n&&n(!1)}))}wn(i,e,t){const s=(i=>{if("string"==typeof i)return i;if(0!==i.endpoint.indexOf("https://android.googleapis.com/gcm/send"))return i.endpoint;let e=i.endpoint;return i.bn&&-1===i.endpoint.indexOf(i.bn)&&(e=i.endpoint+"/"+i.bn),e})(i);let n=null,r=null;if(null!=i.getKey)try{n=btoa(String.fromCharCode.apply(null,new Uint8Array(i.getKey("p256dh")))),r=btoa(String.fromCharCode.apply(null,new Uint8Array(i.getKey("auth"))))}catch(i){if("invalid arguments"!==i.message)throw i}const o=(i=>{let e;return i.options&&(e=i.options.applicationServerKey)&&e.byteLength&&e.byteLength>0?btoa(String.fromCharCode.apply(null,new Uint8Array(e))).replace(/\+/g,"-").replace(/\//g,"_"):null})(i);this.Pe.gn(s,t,n,r,o),s&&"function"==typeof e&&e(s,n,r)}yn(){this.Pe.vn(!0)}Pn(i,e){this.Pe.vn(!1),r.D.info(i),"function"==typeof e&&e(!1)}kn(i,e,t,s){if("default"===e.permission)try{window.safari.pushNotification.requestPermission(this.Ve,i,{api_key:this.We,device_id:this.Re.te().id},(e=>{"granted"===e.permission&&this.Pe.setPushNotificationSubscriptionType(User.NotificationSubscriptionTypes.OPTED_IN),this.kn(i,e,t,s)}))}catch(i){this.Pn("Could not request permission for push: "+i,s)}else"denied"===e.permission?this.Pn("The user has blocked notifications from this site, or Safari push is not configured in the Braze dashboard.",s):"granted"===e.permission&&(r.D.info("Device successfully subscribed to push."),this.wn(e.deviceToken,t,new Date))}Sn(i,e,t){const s=s=>{switch(s){case"granted":return void("function"==typeof i&&i());case"default":return void("function"==typeof e&&e());case"denied":return void("function"==typeof t&&t());default:r.D.error("Received unexpected permission result "+s)}};let n=!1;const o=window.Notification.requestPermission((i=>{n&&s(i)}));o?o.then((i=>{s(i)})):n=!0}pn(i,e,t,s){const n={userVisibleOnly:!0};null!=e&&(n.applicationServerKey=e),i.pushManager.subscribe(n).then((i=>{r.D.info("Device successfully subscribed to push."),this.wn(i,t,new Date)})).catch((i=>{this.isPushBlocked()?(r.D.info("Permission for push notifications was denied."),"function"==typeof s&&s(!1)):r.D.error("Push subscription failed: "+i)}))}Dn(){return this.Qe?navigator.serviceWorker.getRegistration():navigator.serviceWorker.register(this.Ye).then((()=>navigator.serviceWorker.ready.then((i=>(i&&"function"==typeof i.update&&i.update().catch((i=>{r.D.info("ServiceWorker update failed: "+i)})),i)))))}_n(i){this.Qe||(i.unregister(),r.D.info("Service worker successfully unregistered."))}subscribe(i,e){if(this.isPushSupported()){if(this.Ze){if(!this.Qe&&null!=window.location){let i=this.Ye;-1===i.indexOf(window.location.host)&&(i=window.location.host+i),-1===i.indexOf(window.location.protocol)&&(i=window.location.protocol+"//"+i);const e=i.substr(0,i.lastIndexOf("/")+1);if(0!==P.Nn().indexOf(e))return void r.D.error("Cannot subscribe to push from a path higher than the service worker location (tried to subscribe from "+window.location.pathname+" but service worker is at "+i+")")}if(this.isPushBlocked())return void this.Pn("Notifications from this site are blocked. This may be a temporary embargo or a permanent denial.",e);if(this.wt&&!this.wt.Wn()&&0===this.wt.Gs())return r.D.info("Waiting for VAPID key from server config before subscribing to push."),void this.wt.An((()=>{this.subscribe(i,e)}));const t=()=>{r.D.info("Permission for push notifications was denied."),"function"==typeof e&&e(!1)},s=()=>{let i="Permission for push notifications was ignored.";this.isPushBlocked()&&(i+=" The browser has automatically blocked further permission requests for a period (probably 1 week)."),r.D.info(i),"function"==typeof e&&e(!0)},n=this.isPushPermissionGranted(),u=()=>{n||this.Pe.setPushNotificationSubscriptionType(User.NotificationSubscriptionTypes.OPTED_IN),this.Dn().then((t=>{if(null==t)return r.D.error("No service worker registration. Set the `manageServiceWorkerExternally` initialization option to false or ensure that your service worker is registered before calling registerPush."),void("function"==typeof e&&e());t.pushManager.getSubscription().then((s=>{let n=null;if(this.wt&&null!=this.wt.Wn()&&(n=r.Un.jn(this.wt.Wn())),s){let u=null,h=null;const a=this.h.I(o.q.xn);if(a&&!p(a)){let i;try{i=ei.Rn(a).Tn}catch(e){i=null}null==i||isNaN(i.getTime())||0===i.getTime()||(u=i,h=new Date(u),h.setMonth(u.getMonth()+6))}null!=n&&s.options&&s.options.applicationServerKey&&s.options.applicationServerKey.byteLength&&s.options.applicationServerKey.byteLength>0&&!ii(n,new Uint8Array(s.options.applicationServerKey))?(s.options.applicationServerKey.byteLength>12?r.D.info("Device was already subscribed to push using a different VAPID provider, creating new subscription."):r.D.info("Attempting to upgrade a gcm_sender_id-based push registration to VAPID - depending on the browser this may or may not result in the same gcm_sender_id-based subscription."),this.fn(s,t,n,i,e)):s.expirationTime&&new Date(s.expirationTime)<=(new Date).valueOf()?(r.D.info("Push subscription is expired, creating new subscription."),this.fn(s,t,n,i,e)):a&&p(a)?this.fn(s,t,n,i,e):null==h?(r.D.info("No push subscription creation date found, creating new subscription."),this.fn(s,t,n,i,e)):h<=(new Date).valueOf()?(r.D.info("Push subscription older than 6 months, creating new subscription."),this.fn(s,t,n,i,e)):(r.D.info("Device already subscribed to push, sending existing subscription to backend."),this.wn(s,i,u))}else this.pn(t,n,i,e)})).catch((i=>{r.D.error("Error checking current push subscriptions: "+i)}))})).catch((i=>{r.D.error("ServiceWorker registration failed: "+i)}))};this.Sn(u,s,t)}else if(this.hn){if(null==this.Ke||""===this.Ke)return void r.D.error("You must supply the safariWebsitePushId initialization option in order to use registerPush on Safari");const t=window.safari.pushNotification.permission(this.Ke);this.kn(this.Ke,t,i,e)}}else r.D.info(this.zn)}unsubscribe(i,e){this.isPushSupported()?this.Ze?navigator.serviceWorker.getRegistration().then((t=>{t&&t.pushManager.getSubscription().then((s=>{s&&(this.yn(),s.unsubscribe().then((s=>{s?(r.D.info("Device successfully unsubscribed from push."),"function"==typeof i&&i()):(r.D.error("Failed to unsubscribe device from push."),"function"==typeof e&&e()),this._n(t)})).catch((i=>{r.D.error("Push unsubscription error: "+i),"function"==typeof e&&e()})))})).catch((i=>{r.D.error("Error unsubscribing from push: "+i),"function"==typeof e&&e()}))})):this.hn&&(this.yn(),r.D.info("Device unsubscribed from push."),"function"==typeof i&&i()):r.D.info(this.zn)}}aa.zn="Push notifications are not supported in this browser.";
|
package/src/User/user-manager.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
import mt from"../models/identifier.js";import{getByteLength as U}from"../util/string-utils.js";import ei from"../models/push-token.js";import r from"../../shared-lib/braze-shared-lib.js";import{STORAGE_KEYS as o}from"../managers/storage-manager.js";import{User}from"../User/index.js";export default class
|
|
1
|
+
import mt from"../models/identifier.js";import{getByteLength as U}from"../util/string-utils.js";import ei from"../models/push-token.js";import r from"../../shared-lib/braze-shared-lib.js";import{STORAGE_KEYS as o}from"../managers/storage-manager.js";import{User}from"../User/index.js";export default class _t{constructor(t,s){this.wt=t,this.h=s}getUserId(){const t=this.h._r(o.Cr.Ur);if(null==t)return null;let s=t.Tr,i=U(s);if(i>User.ee){for(;i>User.ee;)s=s.slice(0,s.length-1),i=U(s);t.Tr=s,this.h.Ir(o.Cr.Ur,t)}return s}Lr(t){const s=null==this.getUserId();this.h.Ir(o.Cr.Ur,new mt(t)),s&&this.h.Er(t)}setCustomUserAttribute(t,s){if(this.wt.Gr(t))return r.D.info('Custom Attribute "'+t+'" is blocklisted, ignoring.'),!1;const i={};return i[t]=s,this.Hr(User.Jr,i,!0)}Hr(t,s,i,e){const u=this.h.Kr(this.getUserId(),t,s);return!e&&u&&r.D.info(`Logged${i?" custom":""} attribute ${t} with value ${s}`),u}gn(t,s,i,e,u){this.Hr("push_token",t,!1,!0),this.Hr("custom_push_public_key",i,!1,!0),this.Hr("custom_push_user_auth",e,!1,!0),this.Hr("custom_push_vapid_public_key",u,!1,!0);const h=r.Ft.xt,n=new r.qt(h,r.D),l=new ei(t,s,i,e,u);this.h.B(o.q.xn,l.ss()),n.setItem(h.Pt.Mr,h.se,!0)}vn(t){if(this.Hr("push_token",null,!1,!0),this.Hr("custom_push_public_key",null,!1,!0),this.Hr("custom_push_user_auth",null,!1,!0),this.Hr("custom_push_vapid_public_key",null,!1,!0),t){const t=r.Ft.xt,s=new r.qt(t,r.D);this.h.B(o.q.xn,!1),s.setItem(t.Pt.Mr,t.se,!1)}}}
|
package/src/User/user.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
import{isArray as p,isDate as bt,validateValueIsFromEnum as B}from"../util/code-utils.js";import r from"../../shared-lib/braze-shared-lib.js";import{toValidBackendTimeString as gt}from"../util/date-utils.js";import{isValidEmail as yt,validateCustomString as W,validateStandardString as R}from"../util/validation-utils.js";export default class User{constructor(t,e){this.v=t,this.Is=e}getUserId(t){null==t&&r.D.error("getUserId must be supplied with a callback. e.g., braze.getUser().getUserId(function(userId) {console.log('the user id is ' + userId)})"),"function"==typeof t&&t(this.v.getUserId())}addAlias(t,e){return!R(t,"add alias","the alias",!1)||t.length<=0?(r.D.error("addAlias requires a non-empty alias"),!1):!R(e,"add alias","the label",!1)||e.length<=0?(r.D.error("addAlias requires a non-empty label"),!1):this.Is.
|
|
1
|
+
import{isArray as p,isDate as bt,validateValueIsFromEnum as B}from"../util/code-utils.js";import r from"../../shared-lib/braze-shared-lib.js";import{toValidBackendTimeString as gt}from"../util/date-utils.js";import{isValidEmail as yt,validateCustomString as W,validateStandardString as R}from"../util/validation-utils.js";export default class User{constructor(t,e){this.v=t,this.Is=e}getUserId(t){null==t&&r.D.error("getUserId must be supplied with a callback. e.g., braze.getUser().getUserId(function(userId) {console.log('the user id is ' + userId)})"),"function"==typeof t&&t(this.v.getUserId())}addAlias(t,e){return!R(t,"add alias","the alias",!1)||t.length<=0?(r.D.error("addAlias requires a non-empty alias"),!1):!R(e,"add alias","the label",!1)||e.length<=0?(r.D.error("addAlias requires a non-empty label"),!1):this.Is.Nr(t,e).S}setFirstName(t){return!!R(t,"set first name","the firstName",!0)&&this.v.Hr("first_name",t)}setLastName(t){return!!R(t,"set last name","the lastName",!0)&&this.v.Hr("last_name",t)}setEmail(t){return null===t||yt(t)?this.v.Hr("email",t):(r.D.error(`Cannot set email address - "${t}" did not pass RFC-5322 validation.`),!1)}setGender(t){return"string"==typeof t&&(t=t.toLowerCase()),!(null!==t&&!B(User.Genders,t,`Gender "${t}" is not a valid gender.`,"User.Genders"))&&this.v.Hr("gender",t)}setDateOfBirth(t,e,s){return null===t&&null===e&&null===s?this.v.Hr("dob",null):(t=parseInt(t),e=parseInt(e),s=parseInt(s),isNaN(t)||isNaN(e)||isNaN(s)||e>12||e<1||s>31||s<1?(r.D.error("Cannot set date of birth - parameters should comprise a valid date e.g. setDateOfBirth(1776, 7, 4);"),!1):this.v.Hr("dob",`${t}-${e}-${s}`))}setCountry(t){return!!R(t,"set country","the country",!0)&&this.v.Hr("country",t)}setHomeCity(t){return!!R(t,"set home city","the homeCity",!0)&&this.v.Hr("home_city",t)}setLanguage(t){return!!R(t,"set language","the language",!0)&&this.v.Hr("language",t)}setEmailNotificationSubscriptionType(t){return!!B(User.NotificationSubscriptionTypes,t,`Email notification setting "${t}" is not a valid subscription type.`,"User.NotificationSubscriptionTypes")&&this.v.Hr("email_subscribe",t)}setPushNotificationSubscriptionType(t){return!!B(User.NotificationSubscriptionTypes,t,`Push notification setting "${t}" is not a valid subscription type.`,"User.NotificationSubscriptionTypes")&&this.v.Hr("push_subscribe",t)}setPhoneNumber(t){return!!R(t,"set phone number","the phoneNumber",!0)&&(null===t||t.match(User.Sr)?this.v.Hr("phone",t):(r.D.error(`Cannot set phone number - "${t}" did not pass validation.`),!1))}setLastKnownLocation(t,e,s,i,n){return null==t||null==e?(r.D.error("Cannot set last-known location - latitude and longitude are required."),!1):(t=parseFloat(t),e=parseFloat(e),null!=s&&(s=parseFloat(s)),null!=i&&(i=parseFloat(i)),null!=n&&(n=parseFloat(n)),isNaN(t)||isNaN(e)||null!=s&&isNaN(s)||null!=i&&isNaN(i)||null!=n&&isNaN(n)?(r.D.error("Cannot set last-known location - all supplied parameters must be numeric."),!1):t>90||t<-90||e>180||e<-180?(r.D.error("Cannot set last-known location - latitude and longitude are bounded by ±90 and ±180 respectively."),!1):null!=s&&s<0||null!=n&&n<0?(r.D.error("Cannot set last-known location - accuracy and altitudeAccuracy may not be negative."),!1):this.Is.setLastKnownLocation(this.v.getUserId(),t,e,i,s,n).S)}setCustomUserAttribute(t,e){if(!W(t,"set custom user attribute","the given key"))return!1;const s=typeof e,i=bt(e),n=p(e);if("number"!==s&&"boolean"!==s&&!i&&!n&&null!==e&&!W(e,`set custom user attribute "${t}"`,"the given value"))return!1;if(i&&(e=gt(e)),n){for(let s=0;s<e.length;s++){const r=e[s];if(!W(r,`set custom user attribute "${t}"`,"the element in the given array"))return!1}return this.Is.Or(r.A.Vr,t,e).S}return this.v.setCustomUserAttribute(t,e)}addToCustomAttributeArray(t,e){return!!W(t,"add to custom user attribute array","the given key")&&(!(null!=e&&!W(e,"add to custom user attribute array","the given value"))&&this.Is.Or(r.A.Wr,t,e).S)}removeFromCustomAttributeArray(t,e){return!!W(t,"remove from custom user attribute array","the given key")&&(!(null!=e&&!W(e,"remove from custom user attribute array","the given value"))&&this.Is.Or(r.A.Yr,t,e).S)}incrementCustomUserAttribute(t,e){if(!W(t,"increment custom user attribute","the given key"))return!1;null==e&&(e=1);const s=parseInt(e);return isNaN(s)||s!==parseFloat(e)?(r.D.error(`Cannot increment custom user attribute because the given incrementValue "${e}" is not an integer.`),!1):this.Is.Or(r.A.Qr,t,s).S}setCustomLocationAttribute(t,e,s){return!!W(t,"set custom location attribute","the given key")&&((null!==e||null!==s)&&(e=parseFloat(e),s=parseFloat(s),isNaN(e)||e>90||e<-90||isNaN(s)||s>180||s<-180)?(r.D.error("Received invalid values for latitude and/or longitude. Latitude and longitude are bounded by ±90 and ±180 respectively, or must both be null for removal."),!1):this.Is.Xr(t,e,s).S)}addToSubscriptionGroup(t){return!R(t,"add user to subscription group","subscription group ID",!1)||t.length<=0?(r.D.error("addToSubscriptionGroup requires a non-empty subscription group ID"),!1):this.Is.Zr(t,User.Cn.SUBSCRIBED).S}removeFromSubscriptionGroup(t){return!R(t,"remove user from subscription group","subscription group ID",!1)||t.length<=0?(r.D.error("removeFromSubscriptionGroup requires a non-empty subscription group ID"),!1):this.Is.Zr(t,User.Cn.UNSUBSCRIBED).S}gn(t,e,s,r,i){this.v.gn(t,e,s,r,i),this.Is.In()}vn(t){this.v.vn(t)}}User.Sr=/^[0-9 .\\(\\)\\+\\-]+$/,User.Genders={MALE:"m",FEMALE:"f",OTHER:"o",UNKNOWN:"u",NOT_APPLICABLE:"n",PREFER_NOT_TO_SAY:"p"},User.NotificationSubscriptionTypes={OPTED_IN:"opted_in",SUBSCRIBED:"subscribed",UNSUBSCRIBED:"unsubscribed"},User.Cn={SUBSCRIBED:"subscribed",UNSUBSCRIBED:"unsubscribed"},User.En="user_id",User.Jr="custom",User.ee=997;
|
package/src/common/base-feed.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
import{ControlCard}from"../Card/index.js";export const FEED_ANIMATION_DURATION=500;export default class x{constructor(e,r){this.cards=e,this.lastUpdated=r}getUnreadCardCount(){let e=0;for(const r of this.cards)r.viewed||r instanceof ControlCard||e++;return e}dr(){throw new Error("Must be implemented in a subclass")}logCardImpressions(){throw new Error("Must be implemented in subclass")}logCardClick(){throw new Error("Must be implemented in subclass")}sr(){throw new Error("Must be implemented in subclass")}}x.ur=6e4,x.
|
|
1
|
+
import{ControlCard}from"../Card/index.js";export const FEED_ANIMATION_DURATION=500;export default class x{constructor(e,r){this.cards=e,this.lastUpdated=r}getUnreadCardCount(){let e=0;for(const r of this.cards)r.viewed||r instanceof ControlCard||e++;return e}dr(){throw new Error("Must be implemented in a subclass")}logCardImpressions(){throw new Error("Must be implemented in subclass")}logCardClick(){throw new Error("Must be implemented in subclass")}sr(){throw new Error("Must be implemented in subclass")}}x.ur=6e4,x.Fi=500,x.eo=1e4;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import r from"../../shared-lib/braze-shared-lib.js";import e from"../managers/braze-instance.js";import ue from"../models/braze-event.js";import t from"../models/request-result.js";const s={G:(o,n,s)=>{const a=new t,i=e.g();if(!i)return r.D.info(`Not logging event with type "${o}" because the current session ID could not be found.`),a;const m=i.
|
|
1
|
+
import r from"../../shared-lib/braze-shared-lib.js";import e from"../managers/braze-instance.js";import ue from"../models/braze-event.js";import t from"../models/request-result.js";const s={G:(o,n,s)=>{const a=new t,i=e.g();if(!i)return r.D.info(`Not logging event with type "${o}" because the current session ID could not be found.`),a;const m=i.ro();return a.ve.push(new ue(s||e.p().getUserId(),o,(new Date).valueOf(),m,n)),a.S=e.l().no(a.ve),a}};export default s;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import x from"./base-feed.js";import{bottomHadImpression as de,getCardId as fe,impressOnBottom as pe,impressOnTop as be,markCardAsRead as ye,topHadImpression as Fe}from"../Card/display/card-display.js";import{bottomIsInView as Te,topIsInView as he}from"../util/dom-utils.js";import{Card,ControlCard}from"../Card/index.js";import{cardToHtml as _e}from"../Card/display/card-display.js";import{isArray as p}from"../util/code-utils.js";import{KeyCodes as at}from"../util/key-codes.js";import xe from"../l10n/l10n-manager-factory.js";import{removeSubscription}from"../Core/remove-subscription.js";import r from"../../shared-lib/braze-shared-lib.js";export const LAST_REQUESTED_REFRESH_DATA_ATTRIBUTE="data-last-requested-refresh";export const _SUBSCRIPTION_ID_DATA_ATTRIBUTE="data-update-subscription-id";export function destroyFeedHtml(e){e&&(e.className=e.className.replace("ab-show","ab-hide"),setTimeout((()=>{e&&e.parentNode&&e.parentNode.removeChild(e)}),x.
|
|
1
|
+
import x from"./base-feed.js";import{bottomHadImpression as de,getCardId as fe,impressOnBottom as pe,impressOnTop as be,markCardAsRead as ye,topHadImpression as Fe}from"../Card/display/card-display.js";import{bottomIsInView as Te,topIsInView as he}from"../util/dom-utils.js";import{Card,ControlCard}from"../Card/index.js";import{cardToHtml as _e}from"../Card/display/card-display.js";import{isArray as p}from"../util/code-utils.js";import{KeyCodes as at}from"../util/key-codes.js";import xe from"../l10n/l10n-manager-factory.js";import{removeSubscription}from"../Core/remove-subscription.js";import r from"../../shared-lib/braze-shared-lib.js";export const LAST_REQUESTED_REFRESH_DATA_ATTRIBUTE="data-last-requested-refresh";export const _SUBSCRIPTION_ID_DATA_ATTRIBUTE="data-update-subscription-id";export function destroyFeedHtml(e){e&&(e.className=e.className.replace("ab-show","ab-hide"),setTimeout((()=>{e&&e.parentNode&&e.parentNode.removeChild(e)}),x.Fi));const t=e.getAttribute("data-update-subscription-id");null!=t&&removeSubscription(t)}export function _generateFeedBody(e,t){const o=document.createElement("div");if(o.className="ab-feed-body",o.setAttribute("aria-label","Feed"),o.setAttribute("role","feed"),null==e.lastUpdated){const e=document.createElement("div");e.className="ab-no-cards-message";const t=document.createElement("i");t.className="fa fa-spinner fa-spin fa-4x ab-initial-spinner",e.appendChild(t),o.appendChild(e)}else{let s=!1;const logCardClick=t=>{e.logCardClick(t)};for(const n of e.cards){const a=n instanceof ControlCard;!a||e.dr()?(o.appendChild(_e(n,logCardClick,t)),s=s||!a):r.D.error("Received a control card for a legacy news feed. Control cards are only supported with content cards.")}if(!s){const e=document.createElement("div");e.className="ab-no-cards-message",e.innerHTML=xe.m().get("NO_CARDS_MESSAGE"),e.setAttribute("role","article"),o.appendChild(e)}}return o}export function detectFeedImpressions(e,t){if(null!=t){const o=[],r=t.querySelectorAll(".ab-card");e.so||(e.so={});for(let t=0;t<r.length;t++){const s=fe(r[t]);if(e.so[s])continue;let n=Fe(r[t]),a=de(r[t]);const i=n,d=a,c=he(r[t]),f=Te(r[t]);if(!n&&c&&(n=!0,be(r[t])),!a&&f&&(a=!0,pe(r[t])),n&&a){if(c||f||ye(r[t]),i&&d)continue;for(const t of e.cards)if(t.id===s){e.so[t.id]=!0,o.push(t);break}}}o.length>0&&e.logCardImpressions(o)}}export function refreshFeed(e,t){t.setAttribute("aria-busy","true");const o=t.querySelectorAll(".ab-refresh-button")[0];null!=o&&(o.className+=" fa-spin");const r=(new Date).valueOf().toString();t.setAttribute("data-last-requested-refresh",r),setTimeout((()=>{if(t.getAttribute("data-last-requested-refresh")===r){const e=t.querySelectorAll(".fa-spin");for(let t=0;t<e.length;t++)e[t].className=e[t].className.replace(/fa-spin/g,"");const o=t.querySelectorAll(".ab-initial-spinner")[0];if(null!=o){const e=document.createElement("span");e.innerHTML=xe.m().get("FEED_TIMEOUT_MESSAGE"),o.parentNode.appendChild(e),o.parentNode.removeChild(o)}"true"===t.getAttribute("aria-busy")&&t.setAttribute("aria-busy","false")}}),x.eo),e.sr()}export function feedToHtml(e,t){const o=document.createElement("div");o.className="ab-feed ab-hide ab-effect-slide",o.setAttribute("role","dialog"),o.setAttribute("aria-label","Feed"),o.setAttribute("tabindex","-1");const r=document.createElement("div");r.className="ab-feed-buttons-wrapper",r.setAttribute("role","group"),o.appendChild(r);const s=document.createElement("i");s.className="fa fa-times ab-close-button",s.setAttribute("aria-label","Close Feed"),s.setAttribute("tabindex","0"),s.setAttribute("role","button");const n=e=>{destroyFeedHtml(o),e.stopPropagation()};s.addEventListener("keydown",(e=>{e.keyCode!==at.ao&&e.keyCode!==at.io||n(e)})),s.onclick=n;const a=document.createElement("i");a.className="fa fa-refresh ab-refresh-button",null==e.lastUpdated&&(a.className+=" fa-spin"),a.setAttribute("aria-label","Refresh Feed"),a.setAttribute("tabindex","0"),a.setAttribute("role","button");const i=t=>{refreshFeed(e,o),t.stopPropagation()};return a.addEventListener("keydown",(e=>{e.keyCode!==at.ao&&e.keyCode!==at.io||i(e)})),a.onclick=i,r.appendChild(a),r.appendChild(s),o.appendChild(_generateFeedBody(e,t)),o.onscroll=()=>{detectFeedImpressions(e,o)},o}export function updateFeedCards(e,t,o,r,s){if(!p(t))return;const n=[];for(let e=0;e<t.length;e++)t[e]instanceof Card&&n.push(t[e]);if(e.cards=n,e.lastUpdated=o,null!=r)if(r.setAttribute("aria-busy","false"),null==e.lastUpdated)destroyFeedHtml(r);else{const t=r.querySelectorAll(".ab-feed-body")[0];if(null!=t){const o=_generateFeedBody(e,s);t.parentNode.replaceChild(o,t),detectFeedImpressions(e,o.parentNode)}}}export function registerFeedSubscriptionId(e,t){t.setAttribute("data-update-subscription-id",e)}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import e,{OPTIONS as D}from"../managers/braze-instance.js";import et from"../util/browser-detector.js";import er from"./l10n-manager.js";const xe={t:!1,i:null,m:()=>{if(xe.o(),!xe.i){let r=et.language,t=!1;e.nn(D.
|
|
1
|
+
import e,{OPTIONS as D}from"../managers/braze-instance.js";import et from"../util/browser-detector.js";import er from"./l10n-manager.js";const xe={t:!1,i:null,m:()=>{if(xe.o(),!xe.i){let r=et.language,t=!1;e.nn(D.Mn)&&(r=e.nn(D.Mn),t=!0),xe.i=new er(r,t)}return xe.i},o:()=>{xe.t||(e.u(xe),xe.t=!0)},destroy:()=>{xe.i=null,xe.t=!1}};export default xe;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import{STORAGE_KEYS as o}from"./storage-manager.js";import u from"./subscription-manager.js";import r from"../../shared-lib/braze-shared-lib.js";export default class St{constructor(t,i,s){this.h=t,this.
|
|
1
|
+
import{STORAGE_KEYS as o}from"./storage-manager.js";import u from"./subscription-manager.js";import r from"../../shared-lib/braze-shared-lib.js";export default class St{constructor(t,i,s){this.h=t,this.Fn=i||!1,this.qn=s,this.Bn=new u,this.Gn=0,this.Hn=1}Jn(){return this.Fn}Kn(){return this.h.I(o.q.Ln)}setSdkAuthenticationSignature(t){const i=this.Kn();this.h.B(o.q.Ln,t);const s=r.Ft.xt;new r.qt(s,r.D).setItem(s.Pt.On,this.Hn,t),i!==t&&this.Es()}Qn(){this.h.$s(o.q.Ln);const t=r.Ft.xt;new r.qt(t,r.D).gr(t.Pt.On,this.Hn)}subscribeToSdkAuthenticationFailures(t){return this.qn.Et(t)}Vn(t){this.qn.Nt(t)}Xn(){this.Bn.removeAllSubscriptions()}Yn(){this.Gn+=1}Zn(){return this.Gn}Es(){this.Gn=0}}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import St from"./auth-manager.js";import C from"../common/base-provider.js";import et from"../util/browser-detector.js";import
|
|
1
|
+
import St from"./auth-manager.js";import C from"../common/base-provider.js";import et from"../util/browser-detector.js";import It from"./device-manager.js";import DeviceProperties from"../Core/device-properties.js";import{isArray as p,keys as X,validateValueIsFromEnum as B,values as At}from"../util/code-utils.js";import{logDeprecationWarning as Nt}from"../util/deprecation-utils.js";import wt from"./network-manager.js";import Tt from"../request-controller.js";import Ot from"./server-config-manager.js";import vt from"./session-manager.js";import r from"../../shared-lib/braze-shared-lib.js";import K,{STORAGE_KEYS as o}from"./storage-manager.js";import Ct from"./storage-manager-factory.js";import u from"./subscription-manager.js";import{TriggersProviderFactory as Q}from"../triggers/triggers-provider-factory.js";import _t from"../User/user-manager.js";import{User}from"../User/index.js";import{parseQueryStringKeyValues as st}from"../util/url-utils.js";import{WindowUtils as P}from"../util/window-utils.js";const D={$n:"allowCrawlerActivity",ho:"baseUrl",lo:"noCookies",uo:"devicePropertyAllowlist",ra:"disablePushTokenMaintenance",po:"enableLogging",co:"enableSdkAuthentication",ta:"manageServiceWorkerExternally",mo:"minimumIntervalBetweenTriggerActionsInSeconds",Eo:"sessionTimeoutInSeconds",_o:"appVersion",ea:"serviceWorkerLocation",na:"safariWebsitePushId",Mn:"localization",Fe:"contentSecurityNonce",fo:"enableHtmlInAppMessages",Io:"allowUserSuppliedJavascript",Be:"inAppMessageZIndex",Ge:"openInAppMessagesInNewTab",tn:"openCardsInNewTab",en:"openNewsFeedCardsInNewTab",Ki:"requireExplicitInAppMessageDismissal",Ao:"doNotLoadFontAwesome",So:"sdkFlavor"};class Lt{constructor(){this.do=!1,this.No=!1,this.wo=new u,this.To=new u,this.Oo={},this.vo=[],this.bo=[],this.ii=[],this.Co="4.0.3"}Lo(t){this.wo.Et(t)}Vi(t){this.To.Et(t)}initialize(t,i){if(this.Po())return r.D.info("Braze has already been initialized with an API key."),!0;this.Oo=i||{};let s=this.nn(D.po);const e=st(P.Nn());if(e&&"true"===e.brazeLogging&&(s=!0),r.D.init(s),r.D.info(`Initialization Options: ${JSON.stringify(this.Oo,null,2)}`),null==t||""===t||"string"!=typeof t)return r.D.error("Braze requires a valid API key to be initialized."),!1;this.We=t;let n=this.nn(D.ho);if(null==n||""===n||"string"!=typeof n)return r.D.error("Braze requires a valid baseUrl to be initialized."),!1;if(n=n.replace(/(\.[a-z]+)[^\.]*$/i,"$1/api/v3"),0!==n.indexOf("http")&&(n="https://"+n),this.Ro=n,et.Mo&&!this.nn(D.$n))return r.D.info("Ignoring activity from crawler bot "+navigator.userAgent),this.No=!0,!1;const a=this.nn(Lt.lo)||!1;if(this.h=Ct.yo(t,a),new K.ne(null,!0).wr(o.ae))return r.D.info("Ignoring all activity due to previous opt out"),this.No=!0,!1;for(const t of X(this.Oo))-1===At(r.Do).indexOf(t)&&r.D.warn(`Ignoring unknown initialization option '${t}'.`);const h=["mparticle","wordpress","tealium"];if(null!=this.nn(D.So)){const t=this.nn(D.So);-1!==h.indexOf(t)?this.jo=t:r.D.error("Invalid sdk flavor passed: "+t)}let l=this.nn(r.Do.uo);if(null!=l)if(p(l)){const t=[];for(let i=0;i<l.length;i++)B(DeviceProperties,l[i],"devicePropertyAllowlist contained an invalid value.","DeviceProperties")&&t.push(l[i]);l=t}else r.D.error("devicePropertyAllowlist must be an array. Defaulting to all properties."),l=null;this.Re=new It(this.h,l),this.wt=new Ot(this.h),this.v=new _t(this.wt,this.h),this.j=new vt(this.h,this.v,this.wt,this.nn(D.Eo));const c=new u;return this.zo=new St(this.h,this.nn(D.co),c),this.Ut(c),this.jt=new wt(this.Re,this.h,this.zo,this.v,this.j,this.wt,this.We,this.Ro,this.Co,this.jo,this.nn(D._o)),this.Is=new Tt(this.We,this.Ro,this.j,this.Re,this.v,this.wt,this.h,(t=>{if(this.Po())for(const i of this.re())i._s(t)}),this.zo,this.jt),this.Is.initialize(),r.D.info(`Initialized for the Braze backend at "${this.nn(D.ho)}" with API key "${this.We}".`),null!=this.nn(D.fo)&&Nt("enableHtmlInAppMessages","initialization option","allowUserSuppliedJavascript"),Q.init(),this.wo.Nt(this.Oo),this.do=!0,!0}destroy(t){if(r.D.destroy(),this.Po()){this.To.Nt(),this.To.removeAllSubscriptions();for(const t of this.vo)t.destroy();this.vo=[];for(const t of this.bo)t.clearData(!1);this.bo=[],this.removeAllSubscriptions(),this.ii=[],this.Is.destroy(),this.Is=null,this.zo=null,this.Re=null,this.jt=null,this.wt=null,this.j=null,this.v=null,this.Oo={},this.jo=void 0,this.do=!1,this.No=!1,t&&(this.h=null)}}rr(){if(this.Uo())return!1;if(!this.Po())throw new Error("Braze must be initialized before calling methods.");return!0}aa(){return this.We}ti(){return this.zo}Js(){return this.Ro}ce(){return this.Re}nr(){return this.jt}nn(t){return this.Oo[t]}re(){return this.bo}pr(){return this.Is}ir(){return this.wt}g(){return this.j}l(){return this.h}jr(){if(this.v&&this.Is)return new User(this.v,this.Is)}p(){return this.v}tr(){return!0===this.nn(D.Io)||!0===this.nn(D.fo)}u(t){let i=!1;for(const s of this.vo)s===t&&(i=!0);i||this.vo.push(t)}ar(t){let i=!1;for(const s of this.bo)s.constructor===t.constructor&&(i=!0);t instanceof C&&!i&&this.bo.push(t)}Ut(t){t instanceof u&&this.ii.push(t)}removeAllSubscriptions(){if(this.rr())for(const t of this.ii)t.removeAllSubscriptions()}removeSubscription(t){if(this.rr())for(const i of this.ii)i.removeSubscription(t)}le(t){this.No=t}Po(){return this.do}Uo(){return this.No}}const e=new Lt;export{e as default,Lt as BrazeSdkInstance,D as OPTIONS};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import et from"../util/browser-detector.js";import Ie from"../models/device.js";import DeviceProperties from"../Core/device-properties.js";import mt from"../models/identifier.js";import r from"../../shared-lib/braze-shared-lib.js";import{STORAGE_KEYS as o}from"../managers/storage-manager.js";import{values as
|
|
1
|
+
import et from"../util/browser-detector.js";import Ie from"../models/device.js";import DeviceProperties from"../Core/device-properties.js";import mt from"../models/identifier.js";import r from"../../shared-lib/braze-shared-lib.js";import{STORAGE_KEYS as o}from"../managers/storage-manager.js";import{values as At}from"../util/code-utils.js";export default class It{constructor(e,t){this.h=e,null==t&&(t=At(DeviceProperties)),this.xo=t}te(){let e=this.h._r(o.Cr.Go);null==e&&(e=new mt(r.nt.et()),this.h.Ir(o.Cr.Go,e));const t=new Ie(e.Tr);for(let e=0;e<this.xo.length;e++){const r=this.xo[e];switch(r){case DeviceProperties.BROWSER:t[r]=et.browser;break;case DeviceProperties.BROWSER_VERSION:t[r]=et.version;break;case DeviceProperties.OS:t[r]=this.Fo();break;case DeviceProperties.RESOLUTION:t[r]=screen.width+"x"+screen.height;break;case DeviceProperties.LANGUAGE:t[r]=et.language;break;case DeviceProperties.TIME_ZONE:t[r]=this.Jo(new Date);break;case DeviceProperties.USER_AGENT:t[r]=et.userAgent}}return t}Fo(){if(et.qo())return et.qo();const e=this.h.I(o.q.Bo);return e&&e.os_version?e.os_version:et.Ho()}Jo(e){if("undefined"!=typeof Intl&&"function"==typeof Intl.DateTimeFormat)try{if("function"==typeof Intl.DateTimeFormat().resolvedOptions){const e=Intl.DateTimeFormat().resolvedOptions().timeZone;if(null!=e&&""!==e)return e}}catch(e){r.D.info("Intl.DateTimeFormat threw an error, probably https://bugs.chromium.org/p/chromium/issues/detail?id=811403, falling back to GTM offset: "+e.message)}const t=e.getTimezoneOffset();return this.Ko(t)}Ko(e){const t=parseInt(e/60),r=parseInt(e%60);let s="GMT";return 0!==e&&(s+=e<0?"+":"-",s+=("00"+Math.abs(t)).slice(-2)+":"+("00"+Math.abs(r)).slice(-2)),s}}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import Rt from"../models/backend-errors.js";import{convertMsToSeconds as l,convertSecondsToMs as qt}from"../util/date-utils.js";import ue from"../models/braze-event.js";import{isArray as p,isEqual as ii}from"../util/code-utils.js";import r from"../../shared-lib/braze-shared-lib.js";import{STORAGE_KEYS as o}from"./storage-manager.js";import s from"../common/event-logger.js";export default class
|
|
1
|
+
import Rt from"../models/backend-errors.js";import{convertMsToSeconds as l,convertSecondsToMs as qt}from"../util/date-utils.js";import ue from"../models/braze-event.js";import{isArray as p,isEqual as ii}from"../util/code-utils.js";import r from"../../shared-lib/braze-shared-lib.js";import{STORAGE_KEYS as o}from"./storage-manager.js";import s from"../common/event-logger.js";export default class wt{constructor(t,e,s,i,r,o,n,a,h,u,c){this.Re=t,this.h=e,this.zo=s,this.v=i,this.j=r,this.wt=o,this.We=n,this.Ro=a,this.Co=h,this.jo=u,this.Xo=c,this.$o=["npm"]}Ls(t,e){const s=this.Re.te(),i=s.zi(),r=this.h.I(o.q.Bo);ii(r,i)||(t.device=i),t.api_key=this.We,t.time=l((new Date).valueOf(),!0);const n=this.h.I(o.q.Wo)||[],a=this.h.I(o.q.Qo)||"";if(this.$o.length>0&&(!ii(n,this.$o)||a!==this.j.Vo())&&(t.sdk_metadata=this.$o),t.sdk_version=this.Co,this.jo&&(t.sdk_flavor=this.jo),t.app_version=this.Xo,t.device_id=s.id,e){const e=this.v.getUserId();null!=e&&(t.user_id=e)}return t}qs(t,e,i){const o=e.auth_error,n=e.error;if(!o&&!n)return!0;if(o){let e;this.zo.Yn();const s={errorCode:o.error_code};for(const t of i)p(t)&&"X-Braze-Auth-Signature"===t[0]&&(s.signature=t[1]);t.respond_with&&t.respond_with.user_id?s.userId=t.respond_with.user_id:t.user_id&&(s.userId=t.user_id);const n=o.reason;return n?(s.reason=n,e=`due to ${n}`):e=`with error code ${o.error_code}.`,this.zo.Jn()||(e+=' Please use the "enableSdkAuthentication" initialization option to enable authentication.'),r.D.error(`SDK Authentication failed ${e}`),this.Yo(t.events,t.attributes),this.zo.Vn(s),!1}if(n){let i=n;switch(i){case Rt.Zo:const o="Received successful response with empty body.";return s.G(r.A.sa,{e:o}),r.D.info(o),!1;case Rt.ia:const n="Received successful response with invalid JSON";return s.G(r.A.sa,{e:n+": "+e.response}),r.D.info(n),!1;case Rt.oa:i=`The API key "${t.api_key}" is invalid for the baseUrl ${this.Ro}`;break;case Rt.ha:i="Sorry, we are not currently accepting your requests. If you think this is in error, please contact us.";break;case Rt.ua:i="No device identifier. Please contact support@braze.com"}r.D.error("Backend error: "+i)}return!1}ca(t,e,s,i){return!!(t&&0!==t.length||e&&0!==e.length||s||i)}la(t,e,s,i){const r=t=>t||"",o=r(this.v.getUserId());let n,a,h,u=this.ji(t,e);if(s.length>0){const t=[];for(const e of s)n=e.zi(),this.zo.Jn()&&r(n.user_id)&&r(n.user_id)!==o?(a||(a=[]),a.push(n)):t.push(n);t.length>0&&(u.events=t)}if(i.length>0){const t=[];for(const e of i)this.zo.Jn()&&r(e.user_id)!==o?(h||(h=[]),h.push(e)):t.push(e);t.length>0&&(u.attributes=t)}if(this.Yo(a,h),u=this.Ls(u),u&&!this.ca(u.events,u.attributes,t,e))return null;return{requestData:u,headers:this.Ns(u)}}Yo(t,e){if(t){const e=[];for(const s of t){const t=ue.fromJson(s);t.time=qt(t.time),e.push(t)}this.h.no(e)}if(e)for(const t of e)this.h.fa(t)}Ms(t,e){let s="HTTP error ";null!=t&&(s+=t+" "),s+=e,r.D.error(s)}mr(t){return s.G(r.A.ma,{n:t})}ji(t,e,s){const i={};t&&(i.feed=!0),e&&(i.triggers=!0);const r=null!=s?s:this.v.getUserId();return r&&(i.user_id=r),i.config={config_time:this.wt.Gs()},{respond_with:i}}Ns(t,e){const s=[["X-Braze-Api-Key",this.We]];let i=!1;if(null!=t.respond_with&&t.respond_with.triggers&&(s.push(["X-Braze-TriggersRequest","true"]),i=!0),null!=t.respond_with&&t.respond_with.feed&&(s.push(["X-Braze-FeedRequest","true"]),i=!0),e&&(s.push(["X-Braze-ContentCardsRequest","true"]),i=!0),i&&s.push(["X-Braze-DataRequest","true"]),this.zo.Jn()){const t=this.zo.Kn();null!=t&&s.push(["X-Braze-Auth-Signature",t])}return s}As(t,e){const s=t.device;s&&s.os_version instanceof Promise?s.os_version.then((s=>{t.device.os_version=s,e()})):e()}Es(){this.zo.Es()}Js(){return this.Ro}addSdkMetadata(t){for(const e of t)-1===this.$o.indexOf(e)&&this.$o.push(e)}}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import{STORAGE_KEYS as o}from"./storage-manager.js";import u from"./subscription-manager.js";import jt from"../models/server-config.js";export default class
|
|
1
|
+
import{STORAGE_KEYS as o}from"./storage-manager.js";import u from"./subscription-manager.js";import jt from"../models/server-config.js";export default class Ot{constructor(t){this.h=t,this.sh=new u,this.eh=new u,this.ih=null}rh(){if(null==this.ih){const t=this.h.I(o.q.nh);this.ih=null!=t?jt.Rn(t):new jt}return this.ih}Gs(){return this.rh().hh}lh(t){if(null!=t&&null!=t.config){const s=t.config;if(s.time>this.rh().hh){const t=new jt(s.time,s.events_blacklist,s.attributes_blacklist,s.purchases_blacklist,s.messaging_session_timeout,s.vapid_public_key,s.content_cards);let e=!1;null!=t.oh&&this.Wn()!==t.oh&&(e=!0);let i=!1;null!=t.uh.enabled&&this.Bs()!==t.uh.enabled&&(i=!0),this.ih=t,this.h.B(o.q.nh,t.ss()),e&&this.sh.Nt(),i&&this.eh.Nt()}}}An(t){let s=this.sh.Et(t);return this.ah&&this.sh.removeSubscription(this.ah),this.ah=s,s}Rs(t){return this.eh.Et(t)}ge(t){return-1!==this.rh().gh.indexOf(t)}Gr(t){return-1!==this.rh().mh.indexOf(t)}Dr(t){return-1!==this.rh().fh.indexOf(t)}dh(){return this.rh().ph}Wn(){return this.rh().oh}Bs(){return this.rh().uh.enabled||!1}}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import{STORAGE_KEYS as o}from"../managers/storage-manager.js";import ue from"../models/braze-event.js";import mt from"../models/identifier.js";import{convertMsToSeconds as l}from"../util/date-utils.js";import r from"../../shared-lib/braze-shared-lib.js";export default class
|
|
1
|
+
import{STORAGE_KEYS as o}from"../managers/storage-manager.js";import ue from"../models/braze-event.js";import mt from"../models/identifier.js";import{convertMsToSeconds as l}from"../util/date-utils.js";import r from"../../shared-lib/braze-shared-lib.js";export default class vt{constructor(s,t,e,i){this.h=s,this.v=t,this.wt=e,this.wh=1e3,i=parseFloat(i),isNaN(i)&&(i=1800),i<this.wh/1e3&&(r.D.info("Specified session timeout of "+i+"s is too small, using the minimum session timeout of "+this.wh/1e3+"s instead."),i=this.wh/1e3),this.Sh=i}jh(s,t){return new ue(this.v.getUserId(),r.A.bh,s,t.Tr,{d:l(s-t.xh)})}Vo(){const s=this.h._r(o.Cr.Dh);return null==s?null:s.Tr}Eh(){const s=(new Date).valueOf(),t=this.wt.dh(),e=this.h.I(o.q.Ch);if(null!=e&&null==t)return!1;const i=null==e||s-e>1e3*t;return i&&this.h.B(o.q.Ch,s),i}Gh(s,t){return null==t||!(s-t.xh<this.wh)&&t.Nh<s}ro(){const s=(new Date).valueOf(),t=s+1e3*this.Sh,e=this.h._r(o.Cr.Dh);if(this.Gh(s,e)){let i="Generating session start event with time "+s;if(null!=e){let s=e._h;s-e.xh<this.wh&&(s=e.xh+this.Fh),this.h.Hh(this.jh(s,e)),i+=" (old session ended "+s+")"}i+=". Will expire "+t.valueOf(),r.D.info(i);const n=new mt(r.nt.et(),t);this.h.Hh(new ue(this.v.getUserId(),r.A.Wh,s,n.Tr)),this.h.Ir(o.Cr.Dh,n);return null==this.h.I(o.q.Ch)&&this.h.B(o.q.Ch,s),n.Tr}return e._h=s,e.Nh=t,this.h.Ir(o.Cr.Dh,e),e.Tr}kh(){const s=this.h._r(o.Cr.Dh);null!=s&&(this.h.qh(o.Cr.Dh),this.h.Hh(this.jh((new Date).valueOf(),s)))}}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import K,{STORAGE_KEYS as o}from"./storage-manager.js";import r from"../../shared-lib/braze-shared-lib.js";const
|
|
1
|
+
import K,{STORAGE_KEYS as o}from"./storage-manager.js";import r from"../../shared-lib/braze-shared-lib.js";const Ct={yo:(e,t)=>{let a=!1;try{if(localStorage&&localStorage.getItem)try{localStorage.setItem(o.q.ga,!0),localStorage.getItem(o.q.ga)&&(localStorage.removeItem(o.q.ga),a=!0)}catch(e){if("QuotaExceededError"!==e.name&&"NS_ERROR_DOM_QUOTA_REACHED"!==e.name||!(localStorage.length>0))throw e;a=!0}}catch(e){r.D.info("Local Storage not supported!")}const l=Ct.Sa(),c=new K.Ea(e,l&&!t,a);let n=null;return n=a?new K.pa(e):new K.wa,new K(c,n)},Sa:()=>navigator.cookieEnabled||"cookie"in document&&(document.cookie.length>0||(document.cookie="test").indexOf.call(document.cookie,"test")>-1)};export default Ct;
|