@vbasoftware/vbapi-vbasoftware-typescript-axios 1.20230930.1 → 1.20231006.1

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.
Files changed (2) hide show
  1. package/models/users.ts +1 -1
  2. package/package.json +1 -1
package/models/users.ts CHANGED
@@ -97,7 +97,7 @@ export interface Users {
97
97
  * @type {string}
98
98
  * @memberof Users
99
99
  */
100
- 'eMail_Address'?: string | null;
100
+ 'eMail_Address': string;
101
101
  /**
102
102
  * Date record was first added to the system
103
103
  * @type {string}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vbasoftware/vbapi-vbasoftware-typescript-axios",
3
- "version": "1.20230930.1",
3
+ "version": "1.20231006.1",
4
4
  "description": "APIs for VBASoftware APIs",
5
5
  "main": "index.js",
6
6
  "scripts": {