@opusdns/api 1.92.0 → 1.93.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/constants.ts +2 -0
- package/src/openapi.yaml +22 -11
- package/src/schema.d.ts +11 -11
package/package.json
CHANGED
package/src/helpers/constants.ts
CHANGED
|
@@ -623,6 +623,7 @@ export const DOMAIN_ATTRIBUTE_KEY = {
|
|
|
623
623
|
NOR_ID_DECLARATION_TOKEN: "nor_id_declaration_token",
|
|
624
624
|
PUNKTUM_DK_TERMS_ACCEPTANCE: "punktum_dk_terms_acceptance",
|
|
625
625
|
PUNKTUM_DK_TRACKING_NO: "punktum_dk_tracking_no",
|
|
626
|
+
PROMOTION: "promotion",
|
|
626
627
|
} as const satisfies Record<string, DomainAttributeKey>;
|
|
627
628
|
|
|
628
629
|
export const DOMAIN_ATTRIBUTE_KEY_VALUES = [
|
|
@@ -640,6 +641,7 @@ export const DOMAIN_ATTRIBUTE_KEY_VALUES = [
|
|
|
640
641
|
'nor_id_declaration_token',
|
|
641
642
|
'punktum_dk_terms_acceptance',
|
|
642
643
|
'punktum_dk_tracking_no',
|
|
644
|
+
'promotion',
|
|
643
645
|
] as const satisfies ReadonlyArray<DomainAttributeKey>;
|
|
644
646
|
|
|
645
647
|
export const DOMAIN_AVAILABILITY_STATUS = {
|
package/src/openapi.yaml
CHANGED
|
@@ -3640,6 +3640,7 @@ components:
|
|
|
3640
3640
|
- nor_id_declaration_token
|
|
3641
3641
|
- punktum_dk_terms_acceptance
|
|
3642
3642
|
- punktum_dk_tracking_no
|
|
3643
|
+
- promotion
|
|
3643
3644
|
title: DomainAttributeKey
|
|
3644
3645
|
type: string
|
|
3645
3646
|
DomainAvailability:
|
|
@@ -3778,7 +3779,8 @@ components:
|
|
|
3778
3779
|
$ref: '#/components/schemas/DomainAttributeKey'
|
|
3779
3780
|
type: object
|
|
3780
3781
|
- type: 'null'
|
|
3781
|
-
description: Additional attributes of the domain
|
|
3782
|
+
description: Additional attributes of the domain. Platform-reserved keys
|
|
3783
|
+
are rejected if supplied.
|
|
3782
3784
|
title: Attributes
|
|
3783
3785
|
auth_code:
|
|
3784
3786
|
anyOf:
|
|
@@ -3873,7 +3875,8 @@ components:
|
|
|
3873
3875
|
$ref: '#/components/schemas/DomainAttributeKey'
|
|
3874
3876
|
type: object
|
|
3875
3877
|
- type: 'null'
|
|
3876
|
-
description: Override attributes for this domain
|
|
3878
|
+
description: Override attributes for this domain. Platform-reserved keys
|
|
3879
|
+
are rejected if supplied.
|
|
3877
3880
|
title: Attributes
|
|
3878
3881
|
auth_code:
|
|
3879
3882
|
anyOf:
|
|
@@ -3955,7 +3958,8 @@ components:
|
|
|
3955
3958
|
$ref: '#/components/schemas/DomainAttributeKey'
|
|
3956
3959
|
type: object
|
|
3957
3960
|
- type: 'null'
|
|
3958
|
-
description: Additional attributes of the domain
|
|
3961
|
+
description: Additional attributes of the domain. Platform-reserved keys
|
|
3962
|
+
are rejected if supplied.
|
|
3959
3963
|
title: Attributes
|
|
3960
3964
|
auth_code:
|
|
3961
3965
|
anyOf:
|
|
@@ -4027,7 +4031,8 @@ components:
|
|
|
4027
4031
|
$ref: '#/components/schemas/DomainAttributeKey'
|
|
4028
4032
|
type: object
|
|
4029
4033
|
- type: 'null'
|
|
4030
|
-
description: Additional attributes of the domain
|
|
4034
|
+
description: Additional attributes of the domain. Platform-reserved keys
|
|
4035
|
+
are rejected if supplied.
|
|
4031
4036
|
title: Attributes
|
|
4032
4037
|
auth_code:
|
|
4033
4038
|
anyOf:
|
|
@@ -5761,7 +5766,8 @@ components:
|
|
|
5761
5766
|
$ref: '#/components/schemas/DomainAttributeKey'
|
|
5762
5767
|
type: object
|
|
5763
5768
|
- type: 'null'
|
|
5764
|
-
description: Override attributes for this domain
|
|
5769
|
+
description: Override attributes for this domain. Platform-reserved keys
|
|
5770
|
+
are rejected if supplied.
|
|
5765
5771
|
title: Attributes
|
|
5766
5772
|
auth_code:
|
|
5767
5773
|
anyOf:
|
|
@@ -5843,7 +5849,8 @@ components:
|
|
|
5843
5849
|
$ref: '#/components/schemas/DomainAttributeKey'
|
|
5844
5850
|
type: object
|
|
5845
5851
|
- type: 'null'
|
|
5846
|
-
description: Additional attributes of the domain
|
|
5852
|
+
description: Additional attributes of the domain. Platform-reserved keys
|
|
5853
|
+
are rejected if supplied.
|
|
5847
5854
|
title: Attributes
|
|
5848
5855
|
contacts:
|
|
5849
5856
|
$ref: '#/components/schemas/DomainContactHandles'
|
|
@@ -5909,7 +5916,8 @@ components:
|
|
|
5909
5916
|
$ref: '#/components/schemas/DomainAttributeKey'
|
|
5910
5917
|
type: object
|
|
5911
5918
|
- type: 'null'
|
|
5912
|
-
description: Additional attributes of the domain
|
|
5919
|
+
description: Additional attributes of the domain. Platform-reserved keys
|
|
5920
|
+
are rejected if supplied.
|
|
5913
5921
|
title: Attributes
|
|
5914
5922
|
auth_code:
|
|
5915
5923
|
anyOf:
|
|
@@ -5973,7 +5981,8 @@ components:
|
|
|
5973
5981
|
$ref: '#/components/schemas/DomainAttributeKey'
|
|
5974
5982
|
type: object
|
|
5975
5983
|
- type: 'null'
|
|
5976
|
-
description: Additional attributes of the domain
|
|
5984
|
+
description: Additional attributes of the domain. Platform-reserved keys
|
|
5985
|
+
are rejected if supplied.
|
|
5977
5986
|
title: Attributes
|
|
5978
5987
|
auth_code:
|
|
5979
5988
|
anyOf:
|
|
@@ -6082,7 +6091,8 @@ components:
|
|
|
6082
6091
|
$ref: '#/components/schemas/DomainAttributeKey'
|
|
6083
6092
|
type: object
|
|
6084
6093
|
- type: 'null'
|
|
6085
|
-
description: Additional attributes of the domain
|
|
6094
|
+
description: Additional attributes of the domain. Platform-reserved keys
|
|
6095
|
+
are rejected if supplied.
|
|
6086
6096
|
title: Attributes
|
|
6087
6097
|
auth_code:
|
|
6088
6098
|
anyOf:
|
|
@@ -6300,7 +6310,8 @@ components:
|
|
|
6300
6310
|
$ref: '#/components/schemas/DomainAttributeKey'
|
|
6301
6311
|
type: object
|
|
6302
6312
|
- type: 'null'
|
|
6303
|
-
description: Additional attributes of the domain
|
|
6313
|
+
description: Additional attributes of the domain. Platform-reserved keys
|
|
6314
|
+
are rejected if supplied.
|
|
6304
6315
|
title: Attributes
|
|
6305
6316
|
auth_code:
|
|
6306
6317
|
anyOf:
|
|
@@ -14976,7 +14987,7 @@ info:
|
|
|
14976
14987
|
\n\n"
|
|
14977
14988
|
summary: OpusDNS - your gateway to a seamless domain management experience.
|
|
14978
14989
|
title: OpusDNS API
|
|
14979
|
-
version: 2026-07-31-
|
|
14990
|
+
version: 2026-07-31-125734
|
|
14980
14991
|
x-logo:
|
|
14981
14992
|
altText: OpusDNS API Reference
|
|
14982
14993
|
url: https://d24lr4zqs1tgqh.cloudfront.net/c9505a20-5ae1-406c-b060-d392569caebf.jpg
|
package/src/schema.d.ts
CHANGED
|
@@ -5266,7 +5266,7 @@ export interface components {
|
|
|
5266
5266
|
* DomainAttributeKey
|
|
5267
5267
|
* @enum {string}
|
|
5268
5268
|
*/
|
|
5269
|
-
DomainAttributeKey: "auto_renew_period" | "music_registrant_attestation" | "nic_it_compliance_confirmation" | "travel_industry_acknowledgement" | "verification_required" | "de_general_request_contact" | "de_abuse_contact" | "nor_id_applicant_version" | "nor_id_applicant_accept_name" | "nor_id_applicant_accept_date" | "nor_id_declaration" | "nor_id_declaration_token" | "punktum_dk_terms_acceptance" | "punktum_dk_tracking_no";
|
|
5269
|
+
DomainAttributeKey: "auto_renew_period" | "music_registrant_attestation" | "nic_it_compliance_confirmation" | "travel_industry_acknowledgement" | "verification_required" | "de_general_request_contact" | "de_abuse_contact" | "nor_id_applicant_version" | "nor_id_applicant_accept_name" | "nor_id_applicant_accept_date" | "nor_id_declaration" | "nor_id_declaration_token" | "punktum_dk_terms_acceptance" | "punktum_dk_tracking_no" | "promotion";
|
|
5270
5270
|
/** DomainAvailability */
|
|
5271
5271
|
DomainAvailability: {
|
|
5272
5272
|
/** Domain */
|
|
@@ -5340,7 +5340,7 @@ export interface components {
|
|
|
5340
5340
|
DomainCreate: {
|
|
5341
5341
|
/**
|
|
5342
5342
|
* Attributes
|
|
5343
|
-
* @description Additional attributes of the domain
|
|
5343
|
+
* @description Additional attributes of the domain. Platform-reserved keys are rejected if supplied.
|
|
5344
5344
|
*/
|
|
5345
5345
|
attributes?: {
|
|
5346
5346
|
[key: string]: string;
|
|
@@ -5411,7 +5411,7 @@ export interface components {
|
|
|
5411
5411
|
DomainCreateBulkInstance: {
|
|
5412
5412
|
/**
|
|
5413
5413
|
* Attributes
|
|
5414
|
-
* @description Override attributes for this domain
|
|
5414
|
+
* @description Override attributes for this domain. Platform-reserved keys are rejected if supplied.
|
|
5415
5415
|
*/
|
|
5416
5416
|
attributes?: {
|
|
5417
5417
|
[key: string]: string;
|
|
@@ -5459,7 +5459,7 @@ export interface components {
|
|
|
5459
5459
|
DomainCreateBulkTemplate: {
|
|
5460
5460
|
/**
|
|
5461
5461
|
* Attributes
|
|
5462
|
-
* @description Additional attributes of the domain
|
|
5462
|
+
* @description Additional attributes of the domain. Platform-reserved keys are rejected if supplied.
|
|
5463
5463
|
*/
|
|
5464
5464
|
attributes?: {
|
|
5465
5465
|
[key: string]: string;
|
|
@@ -5511,7 +5511,7 @@ export interface components {
|
|
|
5511
5511
|
DomainCreatePayloadData: {
|
|
5512
5512
|
/**
|
|
5513
5513
|
* Attributes
|
|
5514
|
-
* @description Additional attributes of the domain
|
|
5514
|
+
* @description Additional attributes of the domain. Platform-reserved keys are rejected if supplied.
|
|
5515
5515
|
*/
|
|
5516
5516
|
attributes?: {
|
|
5517
5517
|
[key: string]: string;
|
|
@@ -6650,7 +6650,7 @@ export interface components {
|
|
|
6650
6650
|
DomainTransferBulkInstance: {
|
|
6651
6651
|
/**
|
|
6652
6652
|
* Attributes
|
|
6653
|
-
* @description Override attributes for this domain
|
|
6653
|
+
* @description Override attributes for this domain. Platform-reserved keys are rejected if supplied.
|
|
6654
6654
|
*/
|
|
6655
6655
|
attributes?: {
|
|
6656
6656
|
[key: string]: string;
|
|
@@ -6698,7 +6698,7 @@ export interface components {
|
|
|
6698
6698
|
DomainTransferBulkTemplate: {
|
|
6699
6699
|
/**
|
|
6700
6700
|
* Attributes
|
|
6701
|
-
* @description Additional attributes of the domain
|
|
6701
|
+
* @description Additional attributes of the domain. Platform-reserved keys are rejected if supplied.
|
|
6702
6702
|
*/
|
|
6703
6703
|
attributes?: {
|
|
6704
6704
|
[key: string]: string;
|
|
@@ -6746,7 +6746,7 @@ export interface components {
|
|
|
6746
6746
|
DomainTransferIn: {
|
|
6747
6747
|
/**
|
|
6748
6748
|
* Attributes
|
|
6749
|
-
* @description Additional attributes of the domain
|
|
6749
|
+
* @description Additional attributes of the domain. Platform-reserved keys are rejected if supplied.
|
|
6750
6750
|
*/
|
|
6751
6751
|
attributes?: {
|
|
6752
6752
|
[key: string]: string;
|
|
@@ -6791,7 +6791,7 @@ export interface components {
|
|
|
6791
6791
|
DomainTransferPayloadData: {
|
|
6792
6792
|
/**
|
|
6793
6793
|
* Attributes
|
|
6794
|
-
* @description Additional attributes of the domain
|
|
6794
|
+
* @description Additional attributes of the domain. Platform-reserved keys are rejected if supplied.
|
|
6795
6795
|
*/
|
|
6796
6796
|
attributes?: {
|
|
6797
6797
|
[key: string]: string;
|
|
@@ -6868,7 +6868,7 @@ export interface components {
|
|
|
6868
6868
|
DomainUpdate: {
|
|
6869
6869
|
/**
|
|
6870
6870
|
* Attributes
|
|
6871
|
-
* @description Additional attributes of the domain
|
|
6871
|
+
* @description Additional attributes of the domain. Platform-reserved keys are rejected if supplied.
|
|
6872
6872
|
*/
|
|
6873
6873
|
attributes?: {
|
|
6874
6874
|
[key: string]: string;
|
|
@@ -7013,7 +7013,7 @@ export interface components {
|
|
|
7013
7013
|
DomainUpdatePayloadData: {
|
|
7014
7014
|
/**
|
|
7015
7015
|
* Attributes
|
|
7016
|
-
* @description Additional attributes of the domain
|
|
7016
|
+
* @description Additional attributes of the domain. Platform-reserved keys are rejected if supplied.
|
|
7017
7017
|
*/
|
|
7018
7018
|
attributes?: {
|
|
7019
7019
|
[key: string]: string;
|