flexinet-api 0.0.1916-prerelease0-dev → 0.0.1918-prerelease0-dev

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/README.md CHANGED
@@ -1,4 +1,4 @@
1
- ## flexinet-api@0.0.1916-prerelease0-dev
1
+ ## flexinet-api@0.0.1918-prerelease0-dev
2
2
 
3
3
  This generator creates TypeScript/JavaScript client that utilizes [axios](https://github.com/axios/axios). The generated Node module can be used in the following environments:
4
4
 
@@ -36,7 +36,7 @@ navigate to the folder of your consuming project and run one of the following co
36
36
  _published:_
37
37
 
38
38
  ```
39
- npm install flexinet-api@0.0.1916-prerelease0-dev --save
39
+ npm install flexinet-api@0.0.1918-prerelease0-dev --save
40
40
  ```
41
41
 
42
42
  _unPublished (not recommended):_
package/api.ts CHANGED
@@ -4367,7 +4367,7 @@ export interface UserPreferencesRequest {
4367
4367
  * @type {Array<NotificationPreference>}
4368
4368
  * @memberof UserPreferencesRequest
4369
4369
  */
4370
- 'notificationPreferences': Array<NotificationPreference>;
4370
+ 'notificationPreferences'?: Array<NotificationPreference>;
4371
4371
  }
4372
4372
 
4373
4373
 
package/dist/api.d.ts CHANGED
@@ -4148,7 +4148,7 @@ export interface UserPreferencesRequest {
4148
4148
  * @type {Array<NotificationPreference>}
4149
4149
  * @memberof UserPreferencesRequest
4150
4150
  */
4151
- 'notificationPreferences': Array<NotificationPreference>;
4151
+ 'notificationPreferences'?: Array<NotificationPreference>;
4152
4152
  }
4153
4153
  /**
4154
4154
  *
package/dist/esm/api.d.ts CHANGED
@@ -4148,7 +4148,7 @@ export interface UserPreferencesRequest {
4148
4148
  * @type {Array<NotificationPreference>}
4149
4149
  * @memberof UserPreferencesRequest
4150
4150
  */
4151
- 'notificationPreferences': Array<NotificationPreference>;
4151
+ 'notificationPreferences'?: Array<NotificationPreference>;
4152
4152
  }
4153
4153
  /**
4154
4154
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "flexinet-api",
3
- "version": "0.0.1916-prerelease0-dev",
3
+ "version": "0.0.1918-prerelease0-dev",
4
4
  "description": "OpenAPI client for flexinet-api",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {