@opusdns/api 1.153.0 → 1.155.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 +4 -0
- package/src/openapi.yaml +12 -1
- package/src/schema.d.ts +12 -0
package/package.json
CHANGED
package/src/helpers/keys.ts
CHANGED
|
@@ -1146,6 +1146,7 @@ export const KEYS_CONTACT_VERIFICATION_STATUS = [
|
|
|
1146
1146
|
] as const satisfies (keyof ContactVerificationStatus)[];
|
|
1147
1147
|
|
|
1148
1148
|
export const KEY_CONTACTS_BASE_AUTHINFO_REQUIRED = 'authinfo_required' satisfies keyof ContactsBase;
|
|
1149
|
+
export const KEY_CONTACTS_BASE_AUTHINFO_SUPPORTED = 'authinfo_supported' satisfies keyof ContactsBase;
|
|
1149
1150
|
export const KEY_CONTACTS_BASE_IS_THICK = 'is_thick' satisfies keyof ContactsBase;
|
|
1150
1151
|
export const KEY_CONTACTS_BASE_POSSIBLE_ATTRIBUTES = 'possible_attributes' satisfies keyof ContactsBase;
|
|
1151
1152
|
export const KEY_CONTACTS_BASE_PRIVACY_PROXY = 'privacy_proxy' satisfies keyof ContactsBase;
|
|
@@ -1160,6 +1161,7 @@ export const KEY_CONTACTS_BASE_UPDATE_SUPPORTED_ROLES = 'update_supported_roles'
|
|
|
1160
1161
|
|
|
1161
1162
|
export const KEYS_CONTACTS_BASE = [
|
|
1162
1163
|
KEY_CONTACTS_BASE_AUTHINFO_REQUIRED,
|
|
1164
|
+
KEY_CONTACTS_BASE_AUTHINFO_SUPPORTED,
|
|
1163
1165
|
KEY_CONTACTS_BASE_IS_THICK,
|
|
1164
1166
|
KEY_CONTACTS_BASE_POSSIBLE_ATTRIBUTES,
|
|
1165
1167
|
KEY_CONTACTS_BASE_PRIVACY_PROXY,
|
|
@@ -5528,6 +5530,7 @@ export const KEY_TRANSFER_POLICIES_BASE_AUTHINFO_REQUIRED = 'authinfo_required'
|
|
|
5528
5530
|
export const KEY_TRANSFER_POLICIES_BASE_AUTHINFO_SET_BY_REGISTRAR = 'authinfo_set_by_registrar' satisfies keyof TransferPoliciesBase;
|
|
5529
5531
|
export const KEY_TRANSFER_POLICIES_BASE_AUTHINFO_TIME_LIMITED = 'authinfo_time_limited' satisfies keyof TransferPoliciesBase;
|
|
5530
5532
|
export const KEY_TRANSFER_POLICIES_BASE_AUTHINFO_VALIDITY_PERIOD = 'authinfo_validity_period' satisfies keyof TransferPoliciesBase;
|
|
5533
|
+
export const KEY_TRANSFER_POLICIES_BASE_CONTACTS_IN_TRANSFER_COMMAND = 'contacts_in_transfer_command' satisfies keyof TransferPoliciesBase;
|
|
5531
5534
|
export const KEY_TRANSFER_POLICIES_BASE_INFO_CONTACT_AUTHINFO = 'info_contact_authinfo' satisfies keyof TransferPoliciesBase;
|
|
5532
5535
|
export const KEY_TRANSFER_POLICIES_BASE_INFO_DOMAIN_AUTHINFO = 'info_domain_authinfo' satisfies keyof TransferPoliciesBase;
|
|
5533
5536
|
export const KEY_TRANSFER_POLICIES_BASE_POST_TRANSFER_REQUIREMENTS = 'post_transfer_requirements' satisfies keyof TransferPoliciesBase;
|
|
@@ -5547,6 +5550,7 @@ export const KEYS_TRANSFER_POLICIES_BASE = [
|
|
|
5547
5550
|
KEY_TRANSFER_POLICIES_BASE_AUTHINFO_SET_BY_REGISTRAR,
|
|
5548
5551
|
KEY_TRANSFER_POLICIES_BASE_AUTHINFO_TIME_LIMITED,
|
|
5549
5552
|
KEY_TRANSFER_POLICIES_BASE_AUTHINFO_VALIDITY_PERIOD,
|
|
5553
|
+
KEY_TRANSFER_POLICIES_BASE_CONTACTS_IN_TRANSFER_COMMAND,
|
|
5550
5554
|
KEY_TRANSFER_POLICIES_BASE_INFO_CONTACT_AUTHINFO,
|
|
5551
5555
|
KEY_TRANSFER_POLICIES_BASE_INFO_DOMAIN_AUTHINFO,
|
|
5552
5556
|
KEY_TRANSFER_POLICIES_BASE_POST_TRANSFER_REQUIREMENTS,
|
package/src/openapi.yaml
CHANGED
|
@@ -2023,6 +2023,11 @@ components:
|
|
|
2023
2023
|
- type: 'null'
|
|
2024
2024
|
description: Whether the registry requires authinfo for contact creation
|
|
2025
2025
|
title: Authinfo Required
|
|
2026
|
+
authinfo_supported:
|
|
2027
|
+
default: true
|
|
2028
|
+
description: Whether the registry supports authinfo for contact creation
|
|
2029
|
+
title: Authinfo Supported
|
|
2030
|
+
type: boolean
|
|
2026
2031
|
is_thick:
|
|
2027
2032
|
anyOf:
|
|
2028
2033
|
- type: boolean
|
|
@@ -13959,6 +13964,12 @@ components:
|
|
|
13959
13964
|
- type: 'null'
|
|
13960
13965
|
description: Validity period of the auth info (e.g., '5D' for 5 days)
|
|
13961
13966
|
title: Authinfo Validity Period
|
|
13967
|
+
contacts_in_transfer_command:
|
|
13968
|
+
default: false
|
|
13969
|
+
description: Whether the registry takes the domain contacts on the transfer
|
|
13970
|
+
command itself
|
|
13971
|
+
title: Contacts In Transfer Command
|
|
13972
|
+
type: boolean
|
|
13962
13973
|
info_contact_authinfo:
|
|
13963
13974
|
anyOf:
|
|
13964
13975
|
- type: boolean
|
|
@@ -16165,7 +16176,7 @@ info:
|
|
|
16165
16176
|
\n\n"
|
|
16166
16177
|
summary: OpusDNS - your gateway to a seamless domain management experience.
|
|
16167
16178
|
title: OpusDNS API
|
|
16168
|
-
version: 2026-09-
|
|
16179
|
+
version: 2026-09-04-155853
|
|
16169
16180
|
x-logo:
|
|
16170
16181
|
altText: OpusDNS API Reference
|
|
16171
16182
|
url: https://d24lr4zqs1tgqh.cloudfront.net/c9505a20-5ae1-406c-b060-d392569caebf.jpg
|
package/src/schema.d.ts
CHANGED
|
@@ -4480,6 +4480,12 @@ export interface components {
|
|
|
4480
4480
|
* @description Whether the registry requires authinfo for contact creation
|
|
4481
4481
|
*/
|
|
4482
4482
|
authinfo_required?: boolean | null;
|
|
4483
|
+
/**
|
|
4484
|
+
* Authinfo Supported
|
|
4485
|
+
* @description Whether the registry supports authinfo for contact creation
|
|
4486
|
+
* @default true
|
|
4487
|
+
*/
|
|
4488
|
+
authinfo_supported: boolean;
|
|
4483
4489
|
/**
|
|
4484
4490
|
* Is Thick
|
|
4485
4491
|
* @description Whether the registry supports thick contacts
|
|
@@ -12290,6 +12296,12 @@ export interface components {
|
|
|
12290
12296
|
* @description Validity period of the auth info (e.g., '5D' for 5 days)
|
|
12291
12297
|
*/
|
|
12292
12298
|
authinfo_validity_period?: string | null;
|
|
12299
|
+
/**
|
|
12300
|
+
* Contacts In Transfer Command
|
|
12301
|
+
* @description Whether the registry takes the domain contacts on the transfer command itself
|
|
12302
|
+
* @default false
|
|
12303
|
+
*/
|
|
12304
|
+
contacts_in_transfer_command: boolean;
|
|
12293
12305
|
/**
|
|
12294
12306
|
* Info Contact Authinfo
|
|
12295
12307
|
* @description Whether querying a foreign contact with authinfo is possible
|