@ezpaarse-project/ezreeport-sdk-js 1.0.0-beta.10 → 1.0.0-beta.11

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1625,9 +1625,9 @@ const {
1625
1625
  updatedAt: e.updatedAt ? w(e.updatedAt) : void 0
1626
1626
  }), cr = (e) => ({
1627
1627
  ...e,
1628
- memberships: e.memberships.map(ar),
1628
+ memberships: (e == null ? void 0 : e.memberships.map(ar)) ?? [],
1629
1629
  createdAt: w(e.createdAt),
1630
- updatedAt: e.updatedAt ? w(e.updatedAt) : void 0
1630
+ updatedAt: e != null && e.updatedAt ? w(e.updatedAt) : void 0
1631
1631
  }), ct = (e) => {
1632
1632
  p.defaults.headers.common.authorization = `Bearer ${e}`;
1633
1633
  }, ut = () => {
@@ -2406,7 +2406,7 @@ const qr = /* @__PURE__ */ Fr(Ir), Jr = (e, t = new qr()) => {
2406
2406
  __proto__: null,
2407
2407
  getAllIndices: Rs,
2408
2408
  getIndexMapping: Ss
2409
- }, Symbol.toStringTag, { value: "Module" })), eo = "1.0.0-beta.10";
2409
+ }, Symbol.toStringTag, { value: "Module" })), eo = "1.0.0-beta.11";
2410
2410
  export {
2411
2411
  zs as auth,
2412
2412
  Is as crons,