@randock/nameshift-api-client 0.0.233 → 0.0.234

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.233
1
+ ## @randock/nameshift-api-client@0.0.234
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.233 --save
39
+ npm install @randock/nameshift-api-client@0.0.234 --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
- 7e0f5b9725936a1b849e44c383e2135f4cb969675fcfff00aef5f4795db3629d81751285a85e94ef135067b9a4dace9a
47
+ f89e845757d2dbe9bbe737026455d4860789326ecb15ec56ccb9e8c48a113cd7fa4c6a80c60847bee5f73a9c8439312b
@@ -160,7 +160,7 @@ export interface SubscriptionDto {
160
160
  * @type {SubscriptionLeaseToOwnConfigurationDto}
161
161
  * @memberof SubscriptionDto
162
162
  */
163
- leaseToOwn: SubscriptionLeaseToOwnConfigurationDto;
163
+ leaseToOwn: SubscriptionLeaseToOwnConfigurationDto | null;
164
164
  }
165
165
  /**
166
166
  * @export
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@randock/nameshift-api-client",
3
- "version": "0.0.233",
3
+ "version": "0.0.234",
4
4
  "description": "OpenAPI client for @randock/nameshift-api-client",
5
5
  "author": "OpenAPI-Generator",
6
6
  "repository": {
@@ -213,7 +213,7 @@ export interface SubscriptionDto {
213
213
  * @type {SubscriptionLeaseToOwnConfigurationDto}
214
214
  * @memberof SubscriptionDto
215
215
  */
216
- leaseToOwn: SubscriptionLeaseToOwnConfigurationDto;
216
+ leaseToOwn: SubscriptionLeaseToOwnConfigurationDto | null;
217
217
  }
218
218
 
219
219