@randock/nameshift-api-client 0.0.128 → 0.0.129

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.128
1
+ ## @randock/nameshift-api-client@0.0.129
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.128 --save
39
+ npm install @randock/nameshift-api-client@0.0.129 --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
- e25fa2dd168001c38cbb4537995bea8722e2e43e8d97a5333e7bbd6e9205ac755405079963b981287050fc83e5d5650e
47
+ 51f1c00f68ab0a12c3de1c422a3dea7aba699e87ab8e95404776584beb474d8affb2b0c05ac9408ff6e7fcefc0c97eb5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@randock/nameshift-api-client",
3
- "version": "0.0.128",
3
+ "version": "0.0.129",
4
4
  "description": "OpenAPI client for @randock/nameshift-api-client",
5
5
  "author": "OpenAPI-Generator",
6
6
  "repository": {
@@ -16,12 +16,15 @@
16
16
  import * as runtime from '../runtime';
17
17
  import type {
18
18
  GetAllInvoices200Response,
19
+ NotFoundException,
19
20
  ThrottlerException,
20
21
  ValidationException,
21
22
  } from '../models/index';
22
23
  import {
23
24
  GetAllInvoices200ResponseFromJSON,
24
25
  GetAllInvoices200ResponseToJSON,
26
+ NotFoundExceptionFromJSON,
27
+ NotFoundExceptionToJSON,
25
28
  ThrottlerExceptionFromJSON,
26
29
  ThrottlerExceptionToJSON,
27
30
  ValidationExceptionFromJSON,