flexinet-api 0.0.2290 → 0.0.2293

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.2290
1
+ ## flexinet-api@0.0.2293
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.2290 --save
39
+ npm install flexinet-api@0.0.2293 --save
40
40
  ```
41
41
 
42
42
  _unPublished (not recommended):_
package/api.ts CHANGED
@@ -3458,7 +3458,13 @@ export interface ReportUrlResponse {
3458
3458
  * @type {string}
3459
3459
  * @memberof ReportUrlResponse
3460
3460
  */
3461
- 'url': string;
3461
+ 'datalakeUrl': string;
3462
+ /**
3463
+ *
3464
+ * @type {string}
3465
+ * @memberof ReportUrlResponse
3466
+ */
3467
+ 'token': string;
3462
3468
  }
3463
3469
  /**
3464
3470
  * @type Rule
package/dist/api.d.ts CHANGED
@@ -3300,7 +3300,13 @@ export interface ReportUrlResponse {
3300
3300
  * @type {string}
3301
3301
  * @memberof ReportUrlResponse
3302
3302
  */
3303
- 'url': string;
3303
+ 'datalakeUrl': string;
3304
+ /**
3305
+ *
3306
+ * @type {string}
3307
+ * @memberof ReportUrlResponse
3308
+ */
3309
+ 'token': string;
3304
3310
  }
3305
3311
  /**
3306
3312
  * @type Rule
package/dist/esm/api.d.ts CHANGED
@@ -3300,7 +3300,13 @@ export interface ReportUrlResponse {
3300
3300
  * @type {string}
3301
3301
  * @memberof ReportUrlResponse
3302
3302
  */
3303
- 'url': string;
3303
+ 'datalakeUrl': string;
3304
+ /**
3305
+ *
3306
+ * @type {string}
3307
+ * @memberof ReportUrlResponse
3308
+ */
3309
+ 'token': string;
3304
3310
  }
3305
3311
  /**
3306
3312
  * @type Rule
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "flexinet-api",
3
- "version": "0.0.2290",
3
+ "version": "0.0.2293",
4
4
  "description": "OpenAPI client for flexinet-api",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {