flexinet-api 0.0.779-prerelease0 → 0.0.781-prerelease0

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.779-prerelease0
1
+ ## flexinet-api@0.0.781-prerelease0
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.779-prerelease0 --save
39
+ npm install flexinet-api@0.0.781-prerelease0 --save
40
40
  ```
41
41
 
42
42
  _unPublished (not recommended):_
package/api.ts CHANGED
@@ -3238,6 +3238,24 @@ export interface Tenant {
3238
3238
  * @memberof Tenant
3239
3239
  */
3240
3240
  'cookiesURL': string;
3241
+ /**
3242
+ *
3243
+ * @type {string}
3244
+ * @memberof Tenant
3245
+ */
3246
+ 'azureEntraTenantID': string;
3247
+ /**
3248
+ *
3249
+ * @type {string}
3250
+ * @memberof Tenant
3251
+ */
3252
+ 'azureEntraClientID': string;
3253
+ /**
3254
+ *
3255
+ * @type {string}
3256
+ * @memberof Tenant
3257
+ */
3258
+ 'locale': string;
3241
3259
  }
3242
3260
  /**
3243
3261
  *
package/dist/api.d.ts CHANGED
@@ -3073,6 +3073,24 @@ export interface Tenant {
3073
3073
  * @memberof Tenant
3074
3074
  */
3075
3075
  'cookiesURL': string;
3076
+ /**
3077
+ *
3078
+ * @type {string}
3079
+ * @memberof Tenant
3080
+ */
3081
+ 'azureEntraTenantID': string;
3082
+ /**
3083
+ *
3084
+ * @type {string}
3085
+ * @memberof Tenant
3086
+ */
3087
+ 'azureEntraClientID': string;
3088
+ /**
3089
+ *
3090
+ * @type {string}
3091
+ * @memberof Tenant
3092
+ */
3093
+ 'locale': string;
3076
3094
  }
3077
3095
  /**
3078
3096
  *
package/dist/esm/api.d.ts CHANGED
@@ -3073,6 +3073,24 @@ export interface Tenant {
3073
3073
  * @memberof Tenant
3074
3074
  */
3075
3075
  'cookiesURL': string;
3076
+ /**
3077
+ *
3078
+ * @type {string}
3079
+ * @memberof Tenant
3080
+ */
3081
+ 'azureEntraTenantID': string;
3082
+ /**
3083
+ *
3084
+ * @type {string}
3085
+ * @memberof Tenant
3086
+ */
3087
+ 'azureEntraClientID': string;
3088
+ /**
3089
+ *
3090
+ * @type {string}
3091
+ * @memberof Tenant
3092
+ */
3093
+ 'locale': string;
3076
3094
  }
3077
3095
  /**
3078
3096
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "flexinet-api",
3
- "version": "0.0.779-prerelease0",
3
+ "version": "0.0.781-prerelease0",
4
4
  "description": "OpenAPI client for flexinet-api",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {