flexinet-api 0.0.2038-prerelease0-dev → 0.0.2039

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.2038-prerelease0-dev
1
+ ## flexinet-api@0.0.2039
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.2038-prerelease0-dev --save
39
+ npm install flexinet-api@0.0.2039 --save
40
40
  ```
41
41
 
42
42
  _unPublished (not recommended):_
package/api.ts CHANGED
@@ -4372,10 +4372,10 @@ export interface UserOrder {
4372
4372
  'status'?: OrderStatus;
4373
4373
  /**
4374
4374
  *
4375
- * @type {OrderSourceReference}
4375
+ * @type {UserOrderSourceReference}
4376
4376
  * @memberof UserOrder
4377
4377
  */
4378
- 'sourceReference'?: OrderSourceReference;
4378
+ 'sourceReference'?: UserOrderSourceReference;
4379
4379
  }
4380
4380
 
4381
4381
 
@@ -4398,6 +4398,31 @@ export interface UserOrderListResponse {
4398
4398
  */
4399
4399
  'nextToken'?: string;
4400
4400
  }
4401
+ /**
4402
+ * @type UserOrderSourceReference
4403
+ * @export
4404
+ */
4405
+ export type UserOrderSourceReference = User | UserPeriodPromotion;
4406
+
4407
+ /**
4408
+ *
4409
+ * @export
4410
+ * @interface UserPeriodPromotion
4411
+ */
4412
+ export interface UserPeriodPromotion {
4413
+ /**
4414
+ *
4415
+ * @type {UserPromotion}
4416
+ * @memberof UserPeriodPromotion
4417
+ */
4418
+ 'promotion': UserPromotion;
4419
+ /**
4420
+ *
4421
+ * @type {Period}
4422
+ * @memberof UserPeriodPromotion
4423
+ */
4424
+ 'period': Period;
4425
+ }
4401
4426
  /**
4402
4427
  *
4403
4428
  * @export
package/dist/api.d.ts CHANGED
@@ -4154,10 +4154,10 @@ export interface UserOrder {
4154
4154
  'status'?: OrderStatus;
4155
4155
  /**
4156
4156
  *
4157
- * @type {OrderSourceReference}
4157
+ * @type {UserOrderSourceReference}
4158
4158
  * @memberof UserOrder
4159
4159
  */
4160
- 'sourceReference'?: OrderSourceReference;
4160
+ 'sourceReference'?: UserOrderSourceReference;
4161
4161
  }
4162
4162
  /**
4163
4163
  *
@@ -4178,6 +4178,30 @@ export interface UserOrderListResponse {
4178
4178
  */
4179
4179
  'nextToken'?: string;
4180
4180
  }
4181
+ /**
4182
+ * @type UserOrderSourceReference
4183
+ * @export
4184
+ */
4185
+ export type UserOrderSourceReference = User | UserPeriodPromotion;
4186
+ /**
4187
+ *
4188
+ * @export
4189
+ * @interface UserPeriodPromotion
4190
+ */
4191
+ export interface UserPeriodPromotion {
4192
+ /**
4193
+ *
4194
+ * @type {UserPromotion}
4195
+ * @memberof UserPeriodPromotion
4196
+ */
4197
+ 'promotion': UserPromotion;
4198
+ /**
4199
+ *
4200
+ * @type {Period}
4201
+ * @memberof UserPeriodPromotion
4202
+ */
4203
+ 'period': Period;
4204
+ }
4181
4205
  /**
4182
4206
  *
4183
4207
  * @export
package/dist/esm/api.d.ts CHANGED
@@ -4154,10 +4154,10 @@ export interface UserOrder {
4154
4154
  'status'?: OrderStatus;
4155
4155
  /**
4156
4156
  *
4157
- * @type {OrderSourceReference}
4157
+ * @type {UserOrderSourceReference}
4158
4158
  * @memberof UserOrder
4159
4159
  */
4160
- 'sourceReference'?: OrderSourceReference;
4160
+ 'sourceReference'?: UserOrderSourceReference;
4161
4161
  }
4162
4162
  /**
4163
4163
  *
@@ -4178,6 +4178,30 @@ export interface UserOrderListResponse {
4178
4178
  */
4179
4179
  'nextToken'?: string;
4180
4180
  }
4181
+ /**
4182
+ * @type UserOrderSourceReference
4183
+ * @export
4184
+ */
4185
+ export type UserOrderSourceReference = User | UserPeriodPromotion;
4186
+ /**
4187
+ *
4188
+ * @export
4189
+ * @interface UserPeriodPromotion
4190
+ */
4191
+ export interface UserPeriodPromotion {
4192
+ /**
4193
+ *
4194
+ * @type {UserPromotion}
4195
+ * @memberof UserPeriodPromotion
4196
+ */
4197
+ 'promotion': UserPromotion;
4198
+ /**
4199
+ *
4200
+ * @type {Period}
4201
+ * @memberof UserPeriodPromotion
4202
+ */
4203
+ 'period': Period;
4204
+ }
4181
4205
  /**
4182
4206
  *
4183
4207
  * @export
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "flexinet-api",
3
- "version": "0.0.2038-prerelease0-dev",
3
+ "version": "0.0.2039",
4
4
  "description": "OpenAPI client for flexinet-api",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {