@m4l/core 2.0.23 → 2.0.24

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.
@@ -14,6 +14,10 @@ export interface UserAuth {
14
14
  preferences?: {
15
15
  deviceLabel?: string;
16
16
  };
17
+ /**
18
+ * sessionId: id de la sesión del usuario, puede o no retornala el backend en gclick (si)
19
+ */
20
+ sessionId?: string;
17
21
  }
18
22
  export type AuthUserType = Maybe<UserAuth>;
19
23
  export type AuthProviderProps = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@m4l/core",
3
- "version": "2.0.23",
3
+ "version": "2.0.24",
4
4
  "license": "UNLICENSED",
5
5
  "author": "M4L Team",
6
6
  "publishConfig": {
@@ -13,7 +13,7 @@ function f(y, a, n) {
13
13
  return isNaN(e) || e < 0 || e >= t.length ? n : t[e];
14
14
  } else
15
15
  return n;
16
- } else if (r[s] !== void 0)
16
+ } else if (r && r[s] !== void 0)
17
17
  r = r[s];
18
18
  else
19
19
  return n;