@randock/nameshift-api-client 0.0.216 → 0.0.217

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
- ## @randock/nameshift-api-client@0.0.216
1
+ ## @randock/nameshift-api-client@0.0.217
2
2
 
3
3
  This generator creates TypeScript/JavaScript client that utilizes [Fetch API](https://fetch.spec.whatwg.org/). 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 @randock/nameshift-api-client@0.0.216 --save
39
+ npm install @randock/nameshift-api-client@0.0.217 --save
40
40
  ```
41
41
 
42
42
  _unPublished (not recommended):_
@@ -44,4 +44,4 @@ _unPublished (not recommended):_
44
44
  ```
45
45
  npm install PATH_TO_GENERATED_PACKAGE --save
46
46
  ```
47
- cc40a8e655cf7ed1f6246420c57ab6f9066ec99c1a37b75ed311c916ca44207d21b5333f169effe9a7426149dbbc1c41
47
+ 3702e3473552a5649b508d44e7954a678ce7b7a46066b1827f90ae5cbcaecb4bb79fcf72776cdd3aa04550b844f32f31
@@ -64,13 +64,13 @@ export interface BuyerSubscriptionListItemDto {
64
64
  * @type {MoneyDto}
65
65
  * @memberof BuyerSubscriptionListItemDto
66
66
  */
67
- basePrice: MoneyDto | null;
67
+ basePrice: MoneyDto;
68
68
  /**
69
69
  * The subscription buyer recurring price
70
70
  * @type {MoneyDto}
71
71
  * @memberof BuyerSubscriptionListItemDto
72
72
  */
73
- recurringPrice: MoneyDto | null;
73
+ recurringPrice: MoneyDto;
74
74
  /**
75
75
  * The subscription buyer installments number
76
76
  * @type {number}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@randock/nameshift-api-client",
3
- "version": "0.0.216",
3
+ "version": "0.0.217",
4
4
  "description": "OpenAPI client for @randock/nameshift-api-client",
5
5
  "author": "OpenAPI-Generator",
6
6
  "repository": {
@@ -81,13 +81,13 @@ export interface BuyerSubscriptionListItemDto {
81
81
  * @type {MoneyDto}
82
82
  * @memberof BuyerSubscriptionListItemDto
83
83
  */
84
- basePrice: MoneyDto | null;
84
+ basePrice: MoneyDto;
85
85
  /**
86
86
  * The subscription buyer recurring price
87
87
  * @type {MoneyDto}
88
88
  * @memberof BuyerSubscriptionListItemDto
89
89
  */
90
- recurringPrice: MoneyDto | null;
90
+ recurringPrice: MoneyDto;
91
91
  /**
92
92
  * The subscription buyer installments number
93
93
  * @type {number}