@randock/nameshift-api-client 0.0.141 → 0.0.142

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.141
1
+ ## @randock/nameshift-api-client@0.0.142
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.141 --save
39
+ npm install @randock/nameshift-api-client@0.0.142 --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
- 9a19b3743b7f11a3a82793bb3fb2c0d6ccc444ef7b1c75c0513255afaf6efae213c41f1ba36c27143bd117cc3273e409
47
+ 6209526090a415c491a1ec0f62ff97a3ae63310c76683b3aa1a0d93e6d5bd59fbefbba79802b71abab32a208106c4152
@@ -240,7 +240,7 @@ var DomainsApi = /** @class */ (function (_super) {
240
240
  _a.label = 2;
241
241
  case 2: return [4 /*yield*/, this.request({
242
242
  path: "/private/domains",
243
- method: 'PUT',
243
+ method: 'PATCH',
244
244
  headers: headerParameters,
245
245
  query: queryParameters,
246
246
  body: (0, index_1.BatchUpdateDomainsInputToJSON)(requestParameters['batchUpdateDomainsInput']),
@@ -632,7 +632,7 @@ var DomainsApi = /** @class */ (function (_super) {
632
632
  _a.label = 2;
633
633
  case 2: return [4 /*yield*/, this.request({
634
634
  path: "/private/domains/{domainId}".replace("{".concat("domainId", "}"), encodeURIComponent(String(requestParameters['domainId']))),
635
- method: 'PUT',
635
+ method: 'PATCH',
636
636
  headers: headerParameters,
637
637
  query: queryParameters,
638
638
  body: (0, index_1.UpdateDomainInputToJSON)(requestParameters['updateDomainInput']),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@randock/nameshift-api-client",
3
- "version": "0.0.141",
3
+ "version": "0.0.142",
4
4
  "description": "OpenAPI client for @randock/nameshift-api-client",
5
5
  "author": "OpenAPI-Generator",
6
6
  "repository": {
@@ -256,7 +256,7 @@ export class DomainsApi extends runtime.BaseAPI {
256
256
  }
257
257
  const response = await this.request({
258
258
  path: `/private/domains`,
259
- method: 'PUT',
259
+ method: 'PATCH',
260
260
  headers: headerParameters,
261
261
  query: queryParameters,
262
262
  body: BatchUpdateDomainsInputToJSON(requestParameters['batchUpdateDomainsInput']),
@@ -571,7 +571,7 @@ export class DomainsApi extends runtime.BaseAPI {
571
571
  }
572
572
  const response = await this.request({
573
573
  path: `/private/domains/{domainId}`.replace(`{${"domainId"}}`, encodeURIComponent(String(requestParameters['domainId']))),
574
- method: 'PUT',
574
+ method: 'PATCH',
575
575
  headers: headerParameters,
576
576
  query: queryParameters,
577
577
  body: UpdateDomainInputToJSON(requestParameters['updateDomainInput']),