o2g-node-sdk 2.5.6 → 2.5.7

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.
@@ -19,6 +19,7 @@ export declare class User {
19
19
  * @param devices - The user's devices, or undefined if none
20
20
  * @param nodeId - The OmniPCX Enterprise node ID
21
21
  * @param externalLogin - The user's external login, or undefined if none
22
+ * @param emailAddress - The user's email address, or undefined if none
22
23
  * @private
23
24
  */
24
25
  private constructor();
@@ -63,5 +64,10 @@ export declare class User {
63
64
  * @returns The external login, or null if none
64
65
  */
65
66
  get externalLogin(): string | null;
67
+ /**
68
+ * Returns the user's email address.
69
+ * @returns The email address, or null if none
70
+ */
71
+ get emailAddress(): string | null;
66
72
  }
67
73
  //# sourceMappingURL=user.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"user.d.ts","sourceRoot":"","sources":["../../../../src/types/users/user.ts"],"names":[],"mappings":"AAoBA,OAAO,EAAE,MAAM,EAAE,MAAM,kBAAkB,CAAC;AAC1C,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AAExC;;;;;;GAMG;AACH,qBAAa,IAAI;;IAUb;;;;;;;;;;;OAWG;IACH,OAAO;IAoBP;;;;OAIG;IACH,IAAI,YAAY,IAAI,MAAM,GAAG,IAAI,CAEhC;IAED;;;OAGG;IACH,IAAI,SAAS,IAAI,MAAM,GAAG,IAAI,CAE7B;IAED;;;OAGG;IACH,IAAI,QAAQ,IAAI,MAAM,GAAG,IAAI,CAE5B;IAED;;;OAGG;IACH,IAAI,SAAS,IAAI,MAAM,GAAG,IAAI,CAE7B;IAED;;;OAGG;IACH,IAAI,SAAS,IAAI,SAAS,GAAG,IAAI,CAEhC;IAED;;;OAGG;IACH,IAAI,OAAO,IAAI,MAAM,EAAE,GAAG,IAAI,CAE7B;IAED;;;OAGG;IACH,IAAI,MAAM,IAAI,MAAM,GAAG,IAAI,CAE1B;IAED;;;OAGG;IACH,IAAI,aAAa,IAAI,MAAM,GAAG,IAAI,CAEjC;CAyBJ"}
1
+ {"version":3,"file":"user.d.ts","sourceRoot":"","sources":["../../../../src/types/users/user.ts"],"names":[],"mappings":"AAoBA,OAAO,EAAE,MAAM,EAAE,MAAM,kBAAkB,CAAC;AAC1C,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AAExC;;;;;;GAMG;AACH,qBAAa,IAAI;;IAWb;;;;;;;;;;;;OAYG;IACH,OAAO;IAsBP;;;;OAIG;IACH,IAAI,YAAY,IAAI,MAAM,GAAG,IAAI,CAEhC;IAED;;;OAGG;IACH,IAAI,SAAS,IAAI,MAAM,GAAG,IAAI,CAE7B;IAED;;;OAGG;IACH,IAAI,QAAQ,IAAI,MAAM,GAAG,IAAI,CAE5B;IAED;;;OAGG;IACH,IAAI,SAAS,IAAI,MAAM,GAAG,IAAI,CAE7B;IAED;;;OAGG;IACH,IAAI,SAAS,IAAI,SAAS,GAAG,IAAI,CAEhC;IAED;;;OAGG;IACH,IAAI,OAAO,IAAI,MAAM,EAAE,GAAG,IAAI,CAE7B;IAED;;;OAGG;IACH,IAAI,MAAM,IAAI,MAAM,GAAG,IAAI,CAE1B;IAED;;;OAGG;IACH,IAAI,aAAa,IAAI,MAAM,GAAG,IAAI,CAEjC;IAED;;;OAGG;IACH,IAAI,YAAY,IAAI,MAAM,GAAG,IAAI,CAEhC;CA0BJ"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "o2g-node-sdk",
3
- "version": "2.5.6",
3
+ "version": "2.5.7",
4
4
  "description": "A Node.js SDK for the ALE International O2G (OmniPCX OpenTouch Gateway) platform.",
5
5
  "main": "dist/o2g-node-sdk.js",
6
6
  "types": "dist/types/o2g-node-sdk.d.ts",