flexinet-api 0.0.1884 → 0.0.1888

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.1884
1
+ ## flexinet-api@0.0.1888
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.1884 --save
39
+ npm install flexinet-api@0.0.1888 --save
40
40
  ```
41
41
 
42
42
  _unPublished (not recommended):_
package/api.ts CHANGED
@@ -3737,6 +3737,12 @@ export interface Tenant {
3737
3737
  * @memberof Tenant
3738
3738
  */
3739
3739
  'locale': Locale;
3740
+ /**
3741
+ *
3742
+ * @type {string}
3743
+ * @memberof Tenant
3744
+ */
3745
+ 'announcement'?: string;
3740
3746
  }
3741
3747
 
3742
3748
 
package/dist/api.d.ts CHANGED
@@ -3540,6 +3540,12 @@ export interface Tenant {
3540
3540
  * @memberof Tenant
3541
3541
  */
3542
3542
  'locale': Locale;
3543
+ /**
3544
+ *
3545
+ * @type {string}
3546
+ * @memberof Tenant
3547
+ */
3548
+ 'announcement'?: string;
3543
3549
  }
3544
3550
  /**
3545
3551
  *
package/dist/esm/api.d.ts CHANGED
@@ -3540,6 +3540,12 @@ export interface Tenant {
3540
3540
  * @memberof Tenant
3541
3541
  */
3542
3542
  'locale': Locale;
3543
+ /**
3544
+ *
3545
+ * @type {string}
3546
+ * @memberof Tenant
3547
+ */
3548
+ 'announcement'?: string;
3543
3549
  }
3544
3550
  /**
3545
3551
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "flexinet-api",
3
- "version": "0.0.1884",
3
+ "version": "0.0.1888",
4
4
  "description": "OpenAPI client for flexinet-api",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {