flexinet-api 0.0.1897-prerelease0-dev → 0.0.1899-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.1897-prerelease0-dev
1
+ ## flexinet-api@0.0.1899-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.1897-prerelease0-dev --save
39
+ npm install flexinet-api@0.0.1899-prerelease0-dev --save
40
40
  ```
41
41
 
42
42
  _unPublished (not recommended):_
package/api.ts CHANGED
@@ -2513,6 +2513,12 @@ export interface Promotion {
2513
2513
  * @memberof Promotion
2514
2514
  */
2515
2515
  'reference'?: string;
2516
+ /**
2517
+ *
2518
+ * @type {boolean}
2519
+ * @memberof Promotion
2520
+ */
2521
+ 'use_segment_exclusion': boolean;
2516
2522
  }
2517
2523
 
2518
2524
 
@@ -2738,6 +2744,12 @@ export interface PromotionRequest {
2738
2744
  * @memberof PromotionRequest
2739
2745
  */
2740
2746
  'reference'?: string;
2747
+ /**
2748
+ *
2749
+ * @type {boolean}
2750
+ * @memberof PromotionRequest
2751
+ */
2752
+ 'use_segment_exclusion'?: boolean;
2741
2753
  }
2742
2754
  /**
2743
2755
  *
@@ -4077,6 +4089,12 @@ export interface UpdatePromotionRequest {
4077
4089
  * @memberof UpdatePromotionRequest
4078
4090
  */
4079
4091
  'reference'?: string;
4092
+ /**
4093
+ *
4094
+ * @type {boolean}
4095
+ * @memberof UpdatePromotionRequest
4096
+ */
4097
+ 'use_segment_exclusion'?: boolean;
4080
4098
  }
4081
4099
 
4082
4100
 
package/dist/api.d.ts CHANGED
@@ -2370,6 +2370,12 @@ export interface Promotion {
2370
2370
  * @memberof Promotion
2371
2371
  */
2372
2372
  'reference'?: string;
2373
+ /**
2374
+ *
2375
+ * @type {boolean}
2376
+ * @memberof Promotion
2377
+ */
2378
+ 'use_segment_exclusion': boolean;
2373
2379
  }
2374
2380
  /**
2375
2381
  * @type PromotionBeneficiariesResponse
@@ -2596,6 +2602,12 @@ export interface PromotionRequest {
2596
2602
  * @memberof PromotionRequest
2597
2603
  */
2598
2604
  'reference'?: string;
2605
+ /**
2606
+ *
2607
+ * @type {boolean}
2608
+ * @memberof PromotionRequest
2609
+ */
2610
+ 'use_segment_exclusion'?: boolean;
2599
2611
  }
2600
2612
  /**
2601
2613
  *
@@ -3859,6 +3871,12 @@ export interface UpdatePromotionRequest {
3859
3871
  * @memberof UpdatePromotionRequest
3860
3872
  */
3861
3873
  'reference'?: string;
3874
+ /**
3875
+ *
3876
+ * @type {boolean}
3877
+ * @memberof UpdatePromotionRequest
3878
+ */
3879
+ 'use_segment_exclusion'?: boolean;
3862
3880
  }
3863
3881
  /**
3864
3882
  *
package/dist/esm/api.d.ts CHANGED
@@ -2370,6 +2370,12 @@ export interface Promotion {
2370
2370
  * @memberof Promotion
2371
2371
  */
2372
2372
  'reference'?: string;
2373
+ /**
2374
+ *
2375
+ * @type {boolean}
2376
+ * @memberof Promotion
2377
+ */
2378
+ 'use_segment_exclusion': boolean;
2373
2379
  }
2374
2380
  /**
2375
2381
  * @type PromotionBeneficiariesResponse
@@ -2596,6 +2602,12 @@ export interface PromotionRequest {
2596
2602
  * @memberof PromotionRequest
2597
2603
  */
2598
2604
  'reference'?: string;
2605
+ /**
2606
+ *
2607
+ * @type {boolean}
2608
+ * @memberof PromotionRequest
2609
+ */
2610
+ 'use_segment_exclusion'?: boolean;
2599
2611
  }
2600
2612
  /**
2601
2613
  *
@@ -3859,6 +3871,12 @@ export interface UpdatePromotionRequest {
3859
3871
  * @memberof UpdatePromotionRequest
3860
3872
  */
3861
3873
  'reference'?: string;
3874
+ /**
3875
+ *
3876
+ * @type {boolean}
3877
+ * @memberof UpdatePromotionRequest
3878
+ */
3879
+ 'use_segment_exclusion'?: boolean;
3862
3880
  }
3863
3881
  /**
3864
3882
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "flexinet-api",
3
- "version": "0.0.1897-prerelease0-dev",
3
+ "version": "0.0.1899-prerelease0-dev",
4
4
  "description": "OpenAPI client for flexinet-api",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {