@opusdns/api 0.269.0 → 0.270.0
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/package.json +1 -1
- package/src/helpers/keys.ts +0 -4
- package/src/openapi.yaml +29 -23
- package/src/schema.d.ts +4 -4
package/package.json
CHANGED
package/src/helpers/keys.ts
CHANGED
|
@@ -10899,7 +10899,6 @@ export const KEYS_DOMAIN_CONTACT = [
|
|
|
10899
10899
|
*
|
|
10900
10900
|
* Additional attributes of the domain
|
|
10901
10901
|
*
|
|
10902
|
-
* @type {object}
|
|
10903
10902
|
*
|
|
10904
10903
|
*
|
|
10905
10904
|
* @remarks
|
|
@@ -11883,7 +11882,6 @@ export const KEYS_DOMAIN_CREATE_COMMAND = [
|
|
|
11883
11882
|
*
|
|
11884
11883
|
* Additional attributes of the domain
|
|
11885
11884
|
*
|
|
11886
|
-
* @type {object}
|
|
11887
11885
|
*
|
|
11888
11886
|
*
|
|
11889
11887
|
* @remarks
|
|
@@ -17536,7 +17534,6 @@ export const KEYS_DOMAIN_TRANSFER_COMMAND = [
|
|
|
17536
17534
|
*
|
|
17537
17535
|
* Additional attributes of the domain
|
|
17538
17536
|
*
|
|
17539
|
-
* @type {object}
|
|
17540
17537
|
*
|
|
17541
17538
|
*
|
|
17542
17539
|
* @remarks
|
|
@@ -17798,7 +17795,6 @@ export const KEYS_DOMAIN_TRANSFER_IN = [
|
|
|
17798
17795
|
*
|
|
17799
17796
|
* Additional attributes of the domain
|
|
17800
17797
|
*
|
|
17801
|
-
* @type {object}
|
|
17802
17798
|
*
|
|
17803
17799
|
*
|
|
17804
17800
|
* @remarks
|
package/src/openapi.yaml
CHANGED
|
@@ -2606,13 +2606,15 @@ components:
|
|
|
2606
2606
|
DomainCreate:
|
|
2607
2607
|
properties:
|
|
2608
2608
|
attributes:
|
|
2609
|
-
|
|
2610
|
-
|
|
2609
|
+
anyOf:
|
|
2610
|
+
- additionalProperties:
|
|
2611
|
+
type: string
|
|
2612
|
+
propertyNames:
|
|
2613
|
+
$ref: '#/components/schemas/DomainAttributeKey'
|
|
2614
|
+
type: object
|
|
2615
|
+
- type: 'null'
|
|
2611
2616
|
description: Additional attributes of the domain
|
|
2612
|
-
propertyNames:
|
|
2613
|
-
$ref: '#/components/schemas/DomainAttributeKey'
|
|
2614
2617
|
title: Attributes
|
|
2615
|
-
type: object
|
|
2616
2618
|
auth_code:
|
|
2617
2619
|
anyOf:
|
|
2618
2620
|
- maxLength: 32
|
|
@@ -2824,13 +2826,15 @@ components:
|
|
|
2824
2826
|
DomainCreatePayloadData:
|
|
2825
2827
|
properties:
|
|
2826
2828
|
attributes:
|
|
2827
|
-
|
|
2828
|
-
|
|
2829
|
+
anyOf:
|
|
2830
|
+
- additionalProperties:
|
|
2831
|
+
type: string
|
|
2832
|
+
propertyNames:
|
|
2833
|
+
$ref: '#/components/schemas/DomainAttributeKey'
|
|
2834
|
+
type: object
|
|
2835
|
+
- type: 'null'
|
|
2829
2836
|
description: Additional attributes of the domain
|
|
2830
|
-
propertyNames:
|
|
2831
|
-
$ref: '#/components/schemas/DomainAttributeKey'
|
|
2832
2837
|
title: Attributes
|
|
2833
|
-
type: object
|
|
2834
2838
|
auth_code:
|
|
2835
2839
|
anyOf:
|
|
2836
2840
|
- maxLength: 32
|
|
@@ -4152,13 +4156,15 @@ components:
|
|
|
4152
4156
|
DomainTransferIn:
|
|
4153
4157
|
properties:
|
|
4154
4158
|
attributes:
|
|
4155
|
-
|
|
4156
|
-
|
|
4159
|
+
anyOf:
|
|
4160
|
+
- additionalProperties:
|
|
4161
|
+
type: string
|
|
4162
|
+
propertyNames:
|
|
4163
|
+
$ref: '#/components/schemas/DomainAttributeKey'
|
|
4164
|
+
type: object
|
|
4165
|
+
- type: 'null'
|
|
4157
4166
|
description: Additional attributes of the domain
|
|
4158
|
-
propertyNames:
|
|
4159
|
-
$ref: '#/components/schemas/DomainAttributeKey'
|
|
4160
4167
|
title: Attributes
|
|
4161
|
-
type: object
|
|
4162
4168
|
auth_code:
|
|
4163
4169
|
description: The auth code for the domain
|
|
4164
4170
|
maxLength: 32
|
|
@@ -4213,13 +4219,15 @@ components:
|
|
|
4213
4219
|
DomainTransferPayloadData:
|
|
4214
4220
|
properties:
|
|
4215
4221
|
attributes:
|
|
4216
|
-
|
|
4217
|
-
|
|
4222
|
+
anyOf:
|
|
4223
|
+
- additionalProperties:
|
|
4224
|
+
type: string
|
|
4225
|
+
propertyNames:
|
|
4226
|
+
$ref: '#/components/schemas/DomainAttributeKey'
|
|
4227
|
+
type: object
|
|
4228
|
+
- type: 'null'
|
|
4218
4229
|
description: Additional attributes of the domain
|
|
4219
|
-
propertyNames:
|
|
4220
|
-
$ref: '#/components/schemas/DomainAttributeKey'
|
|
4221
4230
|
title: Attributes
|
|
4222
|
-
type: object
|
|
4223
4231
|
auth_code:
|
|
4224
4232
|
description: The auth code for the domain
|
|
4225
4233
|
maxLength: 32
|
|
@@ -10139,7 +10147,7 @@ info:
|
|
|
10139
10147
|
\n\n"
|
|
10140
10148
|
summary: OpusDNS - your gateway to a seamless domain management experience.
|
|
10141
10149
|
title: OpusDNS API
|
|
10142
|
-
version: 2026-04-24-
|
|
10150
|
+
version: 2026-04-24-174932
|
|
10143
10151
|
x-logo:
|
|
10144
10152
|
altText: OpusDNS API Reference
|
|
10145
10153
|
url: https://d24lr4zqs1tgqh.cloudfront.net/c9505a20-5ae1-406c-b060-d392569caebf.jpg
|
|
@@ -18868,7 +18876,6 @@ paths:
|
|
|
18868
18876
|
- command: domain_create
|
|
18869
18877
|
idempotency_key: scheduled-create-001
|
|
18870
18878
|
payload:
|
|
18871
|
-
attributes: {}
|
|
18872
18879
|
contacts:
|
|
18873
18880
|
admin: contact_01kc433yvre99af2wasxhtpswf
|
|
18874
18881
|
billing: contact_01kc433yvre99af2wasxhtpswf
|
|
@@ -18908,7 +18915,6 @@ paths:
|
|
|
18908
18915
|
- command: domain_create
|
|
18909
18916
|
idempotency_key: create-example-com-001
|
|
18910
18917
|
payload:
|
|
18911
|
-
attributes: {}
|
|
18912
18918
|
contacts:
|
|
18913
18919
|
admin: contact_01kc433yvre99af2wasxhtpswf
|
|
18914
18920
|
billing: contact_01kc433yvre99af2wasxhtpswf
|
package/src/schema.d.ts
CHANGED
|
@@ -4005,7 +4005,7 @@ export interface components {
|
|
|
4005
4005
|
*/
|
|
4006
4006
|
attributes?: {
|
|
4007
4007
|
[key: string]: string;
|
|
4008
|
-
};
|
|
4008
|
+
} | null;
|
|
4009
4009
|
/**
|
|
4010
4010
|
* Auth Code
|
|
4011
4011
|
* @description The auth code used for the domain
|
|
@@ -4162,7 +4162,7 @@ export interface components {
|
|
|
4162
4162
|
*/
|
|
4163
4163
|
attributes?: {
|
|
4164
4164
|
[key: string]: string;
|
|
4165
|
-
};
|
|
4165
|
+
} | null;
|
|
4166
4166
|
/**
|
|
4167
4167
|
* Auth Code
|
|
4168
4168
|
* @description The auth code used for the domain
|
|
@@ -5019,7 +5019,7 @@ export interface components {
|
|
|
5019
5019
|
*/
|
|
5020
5020
|
attributes?: {
|
|
5021
5021
|
[key: string]: string;
|
|
5022
|
-
};
|
|
5022
|
+
} | null;
|
|
5023
5023
|
/**
|
|
5024
5024
|
* Auth Code
|
|
5025
5025
|
* @description The auth code for the domain
|
|
@@ -5064,7 +5064,7 @@ export interface components {
|
|
|
5064
5064
|
*/
|
|
5065
5065
|
attributes?: {
|
|
5066
5066
|
[key: string]: string;
|
|
5067
|
-
};
|
|
5067
|
+
} | null;
|
|
5068
5068
|
/**
|
|
5069
5069
|
* Auth Code
|
|
5070
5070
|
* @description The auth code for the domain
|