@randock/nameshift-api-client 0.0.287 → 0.0.288

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.287
1
+ ## @randock/nameshift-api-client@0.0.288
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.287 --save
39
+ npm install @randock/nameshift-api-client@0.0.288 --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
- b103270a33b2a169cdcea33e8f0b6058d0a5cdda3119ac1bbb113fac290837462f6ea38a837cdd97debfec6493bde337
47
+ fa29dc710736a9894a9e5530dcf7b026fdfb13e96db7d774a4417d4ba137b2daa2934df0c98737e7d90e8a8b9b78f8e5
@@ -75,6 +75,7 @@ export interface DomainTransferDetailsValidationDto {
75
75
  */
76
76
  export declare const DomainTransferDetailsValidationDtoReasonEnum: {
77
77
  readonly INVALID_AUTH_CODE: "invalid_auth_code";
78
+ readonly INVALID_AUTH_CODE_BY_ADMIN: "invalid_auth_code_by_admin";
78
79
  readonly OTHER: "other";
79
80
  readonly AUTO_CONFIRMED_BY_SYSTEM: "auto_confirmed_by_system";
80
81
  };
@@ -24,6 +24,7 @@ exports.DomainTransferDetailsValidationDtoToJSONTyped = DomainTransferDetailsVal
24
24
  */
25
25
  exports.DomainTransferDetailsValidationDtoReasonEnum = {
26
26
  INVALID_AUTH_CODE: 'invalid_auth_code',
27
+ INVALID_AUTH_CODE_BY_ADMIN: 'invalid_auth_code_by_admin',
27
28
  OTHER: 'other',
28
29
  AUTO_CONFIRMED_BY_SYSTEM: 'auto_confirmed_by_system'
29
30
  };
@@ -39,6 +39,7 @@ export interface SetDomainTransferConfirmationInput {
39
39
  */
40
40
  export declare const SetDomainTransferConfirmationInputConfirmationReasonEnum: {
41
41
  readonly INVALID_AUTH_CODE: "invalid_auth_code";
42
+ readonly INVALID_AUTH_CODE_BY_ADMIN: "invalid_auth_code_by_admin";
42
43
  readonly OTHER: "other";
43
44
  readonly AUTO_CONFIRMED_BY_SYSTEM: "auto_confirmed_by_system";
44
45
  };
@@ -24,6 +24,7 @@ exports.SetDomainTransferConfirmationInputToJSONTyped = SetDomainTransferConfirm
24
24
  */
25
25
  exports.SetDomainTransferConfirmationInputConfirmationReasonEnum = {
26
26
  INVALID_AUTH_CODE: 'invalid_auth_code',
27
+ INVALID_AUTH_CODE_BY_ADMIN: 'invalid_auth_code_by_admin',
27
28
  OTHER: 'other',
28
29
  AUTO_CONFIRMED_BY_SYSTEM: 'auto_confirmed_by_system'
29
30
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@randock/nameshift-api-client",
3
- "version": "0.0.287",
3
+ "version": "0.0.288",
4
4
  "description": "OpenAPI client for @randock/nameshift-api-client",
5
5
  "author": "OpenAPI-Generator",
6
6
  "repository": {
@@ -81,6 +81,7 @@ export interface DomainTransferDetailsValidationDto {
81
81
  */
82
82
  export const DomainTransferDetailsValidationDtoReasonEnum = {
83
83
  INVALID_AUTH_CODE: 'invalid_auth_code',
84
+ INVALID_AUTH_CODE_BY_ADMIN: 'invalid_auth_code_by_admin',
84
85
  OTHER: 'other',
85
86
  AUTO_CONFIRMED_BY_SYSTEM: 'auto_confirmed_by_system'
86
87
  } as const;
@@ -45,6 +45,7 @@ export interface SetDomainTransferConfirmationInput {
45
45
  */
46
46
  export const SetDomainTransferConfirmationInputConfirmationReasonEnum = {
47
47
  INVALID_AUTH_CODE: 'invalid_auth_code',
48
+ INVALID_AUTH_CODE_BY_ADMIN: 'invalid_auth_code_by_admin',
48
49
  OTHER: 'other',
49
50
  AUTO_CONFIRMED_BY_SYSTEM: 'auto_confirmed_by_system'
50
51
  } as const;