flexinet-api 0.0.875-prerelease0 → 0.0.877-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.875-prerelease0
1
+ ## flexinet-api@0.0.877-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.875-prerelease0 --save
39
+ npm install flexinet-api@0.0.877-prerelease0 --save
40
40
  ```
41
41
 
42
42
  _unPublished (not recommended):_
package/api.ts CHANGED
@@ -2543,8 +2543,8 @@ export interface ReportTypesResponse {
2543
2543
 
2544
2544
  export const ReportTypesResponseTypesEnum = {
2545
2545
  Progress: 'progress',
2546
- Promotions: 'promotions',
2547
- PromotionsExpanded: 'promotions_expanded'
2546
+ Promotion: 'promotion',
2547
+ PromotionExpanded: 'promotion_expanded'
2548
2548
  } as const;
2549
2549
 
2550
2550
  export type ReportTypesResponseTypesEnum = typeof ReportTypesResponseTypesEnum[keyof typeof ReportTypesResponseTypesEnum];
@@ -3318,7 +3318,7 @@ export interface Tenant {
3318
3318
  * @type {string}
3319
3319
  * @memberof Tenant
3320
3320
  */
3321
- 'cookiesURL': string;
3321
+ 'cookiesURL'?: string;
3322
3322
  /**
3323
3323
  *
3324
3324
  * @type {string}
package/dist/api.d.ts CHANGED
@@ -2411,8 +2411,8 @@ export interface ReportTypesResponse {
2411
2411
  }
2412
2412
  export declare const ReportTypesResponseTypesEnum: {
2413
2413
  readonly Progress: "progress";
2414
- readonly Promotions: "promotions";
2415
- readonly PromotionsExpanded: "promotions_expanded";
2414
+ readonly Promotion: "promotion";
2415
+ readonly PromotionExpanded: "promotion_expanded";
2416
2416
  };
2417
2417
  export type ReportTypesResponseTypesEnum = typeof ReportTypesResponseTypesEnum[keyof typeof ReportTypesResponseTypesEnum];
2418
2418
  /**
@@ -3150,7 +3150,7 @@ export interface Tenant {
3150
3150
  * @type {string}
3151
3151
  * @memberof Tenant
3152
3152
  */
3153
- 'cookiesURL': string;
3153
+ 'cookiesURL'?: string;
3154
3154
  /**
3155
3155
  *
3156
3156
  * @type {string}
package/dist/api.js CHANGED
@@ -261,8 +261,8 @@ exports.Repetition = {
261
261
  };
262
262
  exports.ReportTypesResponseTypesEnum = {
263
263
  Progress: 'progress',
264
- Promotions: 'promotions',
265
- PromotionsExpanded: 'promotions_expanded'
264
+ Promotion: 'promotion',
265
+ PromotionExpanded: 'promotion_expanded'
266
266
  };
267
267
  /**
268
268
  *
package/dist/esm/api.d.ts CHANGED
@@ -2411,8 +2411,8 @@ export interface ReportTypesResponse {
2411
2411
  }
2412
2412
  export declare const ReportTypesResponseTypesEnum: {
2413
2413
  readonly Progress: "progress";
2414
- readonly Promotions: "promotions";
2415
- readonly PromotionsExpanded: "promotions_expanded";
2414
+ readonly Promotion: "promotion";
2415
+ readonly PromotionExpanded: "promotion_expanded";
2416
2416
  };
2417
2417
  export type ReportTypesResponseTypesEnum = typeof ReportTypesResponseTypesEnum[keyof typeof ReportTypesResponseTypesEnum];
2418
2418
  /**
@@ -3150,7 +3150,7 @@ export interface Tenant {
3150
3150
  * @type {string}
3151
3151
  * @memberof Tenant
3152
3152
  */
3153
- 'cookiesURL': string;
3153
+ 'cookiesURL'?: string;
3154
3154
  /**
3155
3155
  *
3156
3156
  * @type {string}
package/dist/esm/api.js CHANGED
@@ -256,8 +256,8 @@ export const Repetition = {
256
256
  };
257
257
  export const ReportTypesResponseTypesEnum = {
258
258
  Progress: 'progress',
259
- Promotions: 'promotions',
260
- PromotionsExpanded: 'promotions_expanded'
259
+ Promotion: 'promotion',
260
+ PromotionExpanded: 'promotion_expanded'
261
261
  };
262
262
  /**
263
263
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "flexinet-api",
3
- "version": "0.0.875-prerelease0",
3
+ "version": "0.0.877-prerelease0",
4
4
  "description": "OpenAPI client for flexinet-api",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {