@randock/nameshift-api-client 0.0.146 → 0.0.147

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.146
1
+ ## @randock/nameshift-api-client@0.0.147
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.146 --save
39
+ npm install @randock/nameshift-api-client@0.0.147 --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
- c92df7e86813f9729ae38e6fd23aab011e73358672b84d3f84f6983996ad664dcbb13f1a4be696ad5acf6deda507c62c
47
+ 00e98976c8bb540bcff309b5ac6df81f1dc2b528d39b54fd4f3977570a8b4e29873814f1d69db2f7baf5ae05cbb9f264
@@ -68,7 +68,7 @@ export type IntersectionTaskListTaskDtoPriorityEnum = typeof IntersectionTaskLis
68
68
  */
69
69
  export declare const IntersectionTaskListTaskDtoTypeEnum: {
70
70
  readonly LEAD: "lead";
71
- readonly AUTH_CODE: "auth_code";
71
+ readonly DOMAIN_TRANSFER: "domain_transfer";
72
72
  };
73
73
  export type IntersectionTaskListTaskDtoTypeEnum = typeof IntersectionTaskListTaskDtoTypeEnum[keyof typeof IntersectionTaskListTaskDtoTypeEnum];
74
74
  /**
@@ -34,7 +34,7 @@ exports.IntersectionTaskListTaskDtoPriorityEnum = {
34
34
  */
35
35
  exports.IntersectionTaskListTaskDtoTypeEnum = {
36
36
  LEAD: 'lead',
37
- AUTH_CODE: 'auth_code'
37
+ DOMAIN_TRANSFER: 'domain_transfer'
38
38
  };
39
39
  /**
40
40
  * Check if a given object implements the IntersectionTaskListTaskDto interface.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@randock/nameshift-api-client",
3
- "version": "0.0.146",
3
+ "version": "0.0.147",
4
4
  "description": "OpenAPI client for @randock/nameshift-api-client",
5
5
  "author": "OpenAPI-Generator",
6
6
  "repository": {
@@ -88,7 +88,7 @@ export type IntersectionTaskListTaskDtoPriorityEnum = typeof IntersectionTaskLis
88
88
  */
89
89
  export const IntersectionTaskListTaskDtoTypeEnum = {
90
90
  LEAD: 'lead',
91
- AUTH_CODE: 'auth_code'
91
+ DOMAIN_TRANSFER: 'domain_transfer'
92
92
  } as const;
93
93
  export type IntersectionTaskListTaskDtoTypeEnum = typeof IntersectionTaskListTaskDtoTypeEnum[keyof typeof IntersectionTaskListTaskDtoTypeEnum];
94
94