@opusdns/api 1.185.0 → 1.187.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 +98 -81
- package/src/schema.d.ts +37 -25
package/package.json
CHANGED
package/src/helpers/constants.ts
CHANGED
|
@@ -683,6 +683,7 @@ export const DOMAIN_ATTRIBUTE_KEY = {
|
|
|
683
683
|
PROMOTION: "promotion",
|
|
684
684
|
PROMOTION_ELIGIBILITY: "promotion_eligibility",
|
|
685
685
|
DOMAIN_CONTACT_ATTRIBUTES: "domain_contact_attributes",
|
|
686
|
+
REGISTRY_RESELLER_ID: "registry_reseller_id",
|
|
686
687
|
} as const satisfies Record<string, DomainAttributeKey>;
|
|
687
688
|
|
|
688
689
|
export const DOMAIN_ATTRIBUTE_KEY_VALUES = [
|
|
@@ -704,6 +705,7 @@ export const DOMAIN_ATTRIBUTE_KEY_VALUES = [
|
|
|
704
705
|
'promotion',
|
|
705
706
|
'promotion_eligibility',
|
|
706
707
|
'domain_contact_attributes',
|
|
708
|
+
'registry_reseller_id',
|
|
707
709
|
] as const satisfies ReadonlyArray<DomainAttributeKey>;
|
|
708
710
|
|
|
709
711
|
export const DOMAIN_AVAILABILITY_STATUS = {
|
package/src/openapi.yaml
CHANGED
|
@@ -3931,6 +3931,7 @@ components:
|
|
|
3931
3931
|
- promotion
|
|
3932
3932
|
- promotion_eligibility
|
|
3933
3933
|
- domain_contact_attributes
|
|
3934
|
+
- registry_reseller_id
|
|
3934
3935
|
title: DomainAttributeKey
|
|
3935
3936
|
type: string
|
|
3936
3937
|
DomainAvailability:
|
|
@@ -4104,12 +4105,12 @@ components:
|
|
|
4104
4105
|
\ =\n `REQUEST`. `.de` only.\n\nBoolean keys also accept `1` and `yes`.\n\
|
|
4105
4106
|
\nWritten by the platform and rejected if supplied: `verification_required`,\
|
|
4106
4107
|
\ `promotion`, `promotion_eligibility`,\n`nor_id_declaration`, `nor_id_declaration_token`,\
|
|
4107
|
-
\ `punktum_dk_tracking_no`, `domain_contact_attributes
|
|
4108
|
-
returned under `attributes`; inline contact attributes
|
|
4109
|
-
\ matching
|
|
4110
|
-
\ applicant declaration and ignored if supplied on create
|
|
4111
|
-
`nor_id_applicant_accept_name`, `nor_id_applicant_accept_date`.\n\
|
|
4112
|
-
\ update, every registry stores the supplied attributes, and the update\
|
|
4108
|
+
\ `punktum_dk_tracking_no`, `domain_contact_attributes`,\n`registry_reseller_id`.\
|
|
4109
|
+
\ They are never returned under `attributes`; inline contact attributes\
|
|
4110
|
+
\ surface on the matching\n`contacts` entry instead.\n\nDerived from the\
|
|
4111
|
+
\ signed `.no` applicant declaration and ignored if supplied on create:\
|
|
4112
|
+
\ `nor_id_applicant_version`,\n`nor_id_applicant_accept_name`, `nor_id_applicant_accept_date`.\n\
|
|
4113
|
+
\nOn update, every registry stores the supplied attributes, and the update\
|
|
4113
4114
|
\ is not sent to the registry unless they\nstore; a registry that rejects\
|
|
4114
4115
|
\ the change stores nothing. An empty value removes the stored attribute,\
|
|
4115
4116
|
\ except for\n`auto_renew_period`, whose only accepted values are `monthly`\
|
|
@@ -4238,12 +4239,12 @@ components:
|
|
|
4238
4239
|
\ =\n `REQUEST`. `.de` only.\n\nBoolean keys also accept `1` and `yes`.\n\
|
|
4239
4240
|
\nWritten by the platform and rejected if supplied: `verification_required`,\
|
|
4240
4241
|
\ `promotion`, `promotion_eligibility`,\n`nor_id_declaration`, `nor_id_declaration_token`,\
|
|
4241
|
-
\ `punktum_dk_tracking_no`, `domain_contact_attributes
|
|
4242
|
-
returned under `attributes`; inline contact attributes
|
|
4243
|
-
\ matching
|
|
4244
|
-
\ applicant declaration and ignored if supplied on create
|
|
4245
|
-
`nor_id_applicant_accept_name`, `nor_id_applicant_accept_date`.\n\
|
|
4246
|
-
\ update, every registry stores the supplied attributes, and the update\
|
|
4242
|
+
\ `punktum_dk_tracking_no`, `domain_contact_attributes`,\n`registry_reseller_id`.\
|
|
4243
|
+
\ They are never returned under `attributes`; inline contact attributes\
|
|
4244
|
+
\ surface on the matching\n`contacts` entry instead.\n\nDerived from the\
|
|
4245
|
+
\ signed `.no` applicant declaration and ignored if supplied on create:\
|
|
4246
|
+
\ `nor_id_applicant_version`,\n`nor_id_applicant_accept_name`, `nor_id_applicant_accept_date`.\n\
|
|
4247
|
+
\nOn update, every registry stores the supplied attributes, and the update\
|
|
4247
4248
|
\ is not sent to the registry unless they\nstore; a registry that rejects\
|
|
4248
4249
|
\ the change stores nothing. An empty value removes the stored attribute,\
|
|
4249
4250
|
\ except for\n`auto_renew_period`, whose only accepted values are `monthly`\
|
|
@@ -4357,12 +4358,12 @@ components:
|
|
|
4357
4358
|
\ =\n `REQUEST`. `.de` only.\n\nBoolean keys also accept `1` and `yes`.\n\
|
|
4358
4359
|
\nWritten by the platform and rejected if supplied: `verification_required`,\
|
|
4359
4360
|
\ `promotion`, `promotion_eligibility`,\n`nor_id_declaration`, `nor_id_declaration_token`,\
|
|
4360
|
-
\ `punktum_dk_tracking_no`, `domain_contact_attributes
|
|
4361
|
-
returned under `attributes`; inline contact attributes
|
|
4362
|
-
\ matching
|
|
4363
|
-
\ applicant declaration and ignored if supplied on create
|
|
4364
|
-
`nor_id_applicant_accept_name`, `nor_id_applicant_accept_date`.\n\
|
|
4365
|
-
\ update, every registry stores the supplied attributes, and the update\
|
|
4361
|
+
\ `punktum_dk_tracking_no`, `domain_contact_attributes`,\n`registry_reseller_id`.\
|
|
4362
|
+
\ They are never returned under `attributes`; inline contact attributes\
|
|
4363
|
+
\ surface on the matching\n`contacts` entry instead.\n\nDerived from the\
|
|
4364
|
+
\ signed `.no` applicant declaration and ignored if supplied on create:\
|
|
4365
|
+
\ `nor_id_applicant_version`,\n`nor_id_applicant_accept_name`, `nor_id_applicant_accept_date`.\n\
|
|
4366
|
+
\nOn update, every registry stores the supplied attributes, and the update\
|
|
4366
4367
|
\ is not sent to the registry unless they\nstore; a registry that rejects\
|
|
4367
4368
|
\ the change stores nothing. An empty value removes the stored attribute,\
|
|
4368
4369
|
\ except for\n`auto_renew_period`, whose only accepted values are `monthly`\
|
|
@@ -4466,12 +4467,12 @@ components:
|
|
|
4466
4467
|
\ =\n `REQUEST`. `.de` only.\n\nBoolean keys also accept `1` and `yes`.\n\
|
|
4467
4468
|
\nWritten by the platform and rejected if supplied: `verification_required`,\
|
|
4468
4469
|
\ `promotion`, `promotion_eligibility`,\n`nor_id_declaration`, `nor_id_declaration_token`,\
|
|
4469
|
-
\ `punktum_dk_tracking_no`, `domain_contact_attributes
|
|
4470
|
-
returned under `attributes`; inline contact attributes
|
|
4471
|
-
\ matching
|
|
4472
|
-
\ applicant declaration and ignored if supplied on create
|
|
4473
|
-
`nor_id_applicant_accept_name`, `nor_id_applicant_accept_date`.\n\
|
|
4474
|
-
\ update, every registry stores the supplied attributes, and the update\
|
|
4470
|
+
\ `punktum_dk_tracking_no`, `domain_contact_attributes`,\n`registry_reseller_id`.\
|
|
4471
|
+
\ They are never returned under `attributes`; inline contact attributes\
|
|
4472
|
+
\ surface on the matching\n`contacts` entry instead.\n\nDerived from the\
|
|
4473
|
+
\ signed `.no` applicant declaration and ignored if supplied on create:\
|
|
4474
|
+
\ `nor_id_applicant_version`,\n`nor_id_applicant_accept_name`, `nor_id_applicant_accept_date`.\n\
|
|
4475
|
+
\nOn update, every registry stores the supplied attributes, and the update\
|
|
4475
4476
|
\ is not sent to the registry unless they\nstore; a registry that rejects\
|
|
4476
4477
|
\ the change stores nothing. An empty value removes the stored attribute,\
|
|
4477
4478
|
\ except for\n`auto_renew_period`, whose only accepted values are `monthly`\
|
|
@@ -6583,12 +6584,12 @@ components:
|
|
|
6583
6584
|
\ =\n `REQUEST`. `.de` only.\n\nBoolean keys also accept `1` and `yes`.\n\
|
|
6584
6585
|
\nWritten by the platform and rejected if supplied: `verification_required`,\
|
|
6585
6586
|
\ `promotion`, `promotion_eligibility`,\n`nor_id_declaration`, `nor_id_declaration_token`,\
|
|
6586
|
-
\ `punktum_dk_tracking_no`, `domain_contact_attributes
|
|
6587
|
-
returned under `attributes`; inline contact attributes
|
|
6588
|
-
\ matching
|
|
6589
|
-
\ applicant declaration and ignored if supplied on create
|
|
6590
|
-
`nor_id_applicant_accept_name`, `nor_id_applicant_accept_date`.\n\
|
|
6591
|
-
\ update, every registry stores the supplied attributes, and the update\
|
|
6587
|
+
\ `punktum_dk_tracking_no`, `domain_contact_attributes`,\n`registry_reseller_id`.\
|
|
6588
|
+
\ They are never returned under `attributes`; inline contact attributes\
|
|
6589
|
+
\ surface on the matching\n`contacts` entry instead.\n\nDerived from the\
|
|
6590
|
+
\ signed `.no` applicant declaration and ignored if supplied on create:\
|
|
6591
|
+
\ `nor_id_applicant_version`,\n`nor_id_applicant_accept_name`, `nor_id_applicant_accept_date`.\n\
|
|
6592
|
+
\nOn update, every registry stores the supplied attributes, and the update\
|
|
6592
6593
|
\ is not sent to the registry unless they\nstore; a registry that rejects\
|
|
6593
6594
|
\ the change stores nothing. An empty value removes the stored attribute,\
|
|
6594
6595
|
\ except for\n`auto_renew_period`, whose only accepted values are `monthly`\
|
|
@@ -6702,12 +6703,12 @@ components:
|
|
|
6702
6703
|
\ =\n `REQUEST`. `.de` only.\n\nBoolean keys also accept `1` and `yes`.\n\
|
|
6703
6704
|
\nWritten by the platform and rejected if supplied: `verification_required`,\
|
|
6704
6705
|
\ `promotion`, `promotion_eligibility`,\n`nor_id_declaration`, `nor_id_declaration_token`,\
|
|
6705
|
-
\ `punktum_dk_tracking_no`, `domain_contact_attributes
|
|
6706
|
-
returned under `attributes`; inline contact attributes
|
|
6707
|
-
\ matching
|
|
6708
|
-
\ applicant declaration and ignored if supplied on create
|
|
6709
|
-
`nor_id_applicant_accept_name`, `nor_id_applicant_accept_date`.\n\
|
|
6710
|
-
\ update, every registry stores the supplied attributes, and the update\
|
|
6706
|
+
\ `punktum_dk_tracking_no`, `domain_contact_attributes`,\n`registry_reseller_id`.\
|
|
6707
|
+
\ They are never returned under `attributes`; inline contact attributes\
|
|
6708
|
+
\ surface on the matching\n`contacts` entry instead.\n\nDerived from the\
|
|
6709
|
+
\ signed `.no` applicant declaration and ignored if supplied on create:\
|
|
6710
|
+
\ `nor_id_applicant_version`,\n`nor_id_applicant_accept_name`, `nor_id_applicant_accept_date`.\n\
|
|
6711
|
+
\nOn update, every registry stores the supplied attributes, and the update\
|
|
6711
6712
|
\ is not sent to the registry unless they\nstore; a registry that rejects\
|
|
6712
6713
|
\ the change stores nothing. An empty value removes the stored attribute,\
|
|
6713
6714
|
\ except for\n`auto_renew_period`, whose only accepted values are `monthly`\
|
|
@@ -6805,12 +6806,12 @@ components:
|
|
|
6805
6806
|
\ =\n `REQUEST`. `.de` only.\n\nBoolean keys also accept `1` and `yes`.\n\
|
|
6806
6807
|
\nWritten by the platform and rejected if supplied: `verification_required`,\
|
|
6807
6808
|
\ `promotion`, `promotion_eligibility`,\n`nor_id_declaration`, `nor_id_declaration_token`,\
|
|
6808
|
-
\ `punktum_dk_tracking_no`, `domain_contact_attributes
|
|
6809
|
-
returned under `attributes`; inline contact attributes
|
|
6810
|
-
\ matching
|
|
6811
|
-
\ applicant declaration and ignored if supplied on create
|
|
6812
|
-
`nor_id_applicant_accept_name`, `nor_id_applicant_accept_date`.\n\
|
|
6813
|
-
\ update, every registry stores the supplied attributes, and the update\
|
|
6809
|
+
\ `punktum_dk_tracking_no`, `domain_contact_attributes`,\n`registry_reseller_id`.\
|
|
6810
|
+
\ They are never returned under `attributes`; inline contact attributes\
|
|
6811
|
+
\ surface on the matching\n`contacts` entry instead.\n\nDerived from the\
|
|
6812
|
+
\ signed `.no` applicant declaration and ignored if supplied on create:\
|
|
6813
|
+
\ `nor_id_applicant_version`,\n`nor_id_applicant_accept_name`, `nor_id_applicant_accept_date`.\n\
|
|
6814
|
+
\nOn update, every registry stores the supplied attributes, and the update\
|
|
6814
6815
|
\ is not sent to the registry unless they\nstore; a registry that rejects\
|
|
6815
6816
|
\ the change stores nothing. An empty value removes the stored attribute,\
|
|
6816
6817
|
\ except for\n`auto_renew_period`, whose only accepted values are `monthly`\
|
|
@@ -6908,12 +6909,12 @@ components:
|
|
|
6908
6909
|
\ =\n `REQUEST`. `.de` only.\n\nBoolean keys also accept `1` and `yes`.\n\
|
|
6909
6910
|
\nWritten by the platform and rejected if supplied: `verification_required`,\
|
|
6910
6911
|
\ `promotion`, `promotion_eligibility`,\n`nor_id_declaration`, `nor_id_declaration_token`,\
|
|
6911
|
-
\ `punktum_dk_tracking_no`, `domain_contact_attributes
|
|
6912
|
-
returned under `attributes`; inline contact attributes
|
|
6913
|
-
\ matching
|
|
6914
|
-
\ applicant declaration and ignored if supplied on create
|
|
6915
|
-
`nor_id_applicant_accept_name`, `nor_id_applicant_accept_date`.\n\
|
|
6916
|
-
\ update, every registry stores the supplied attributes, and the update\
|
|
6912
|
+
\ `punktum_dk_tracking_no`, `domain_contact_attributes`,\n`registry_reseller_id`.\
|
|
6913
|
+
\ They are never returned under `attributes`; inline contact attributes\
|
|
6914
|
+
\ surface on the matching\n`contacts` entry instead.\n\nDerived from the\
|
|
6915
|
+
\ signed `.no` applicant declaration and ignored if supplied on create:\
|
|
6916
|
+
\ `nor_id_applicant_version`,\n`nor_id_applicant_accept_name`, `nor_id_applicant_accept_date`.\n\
|
|
6917
|
+
\nOn update, every registry stores the supplied attributes, and the update\
|
|
6917
6918
|
\ is not sent to the registry unless they\nstore; a registry that rejects\
|
|
6918
6919
|
\ the change stores nothing. An empty value removes the stored attribute,\
|
|
6919
6920
|
\ except for\n`auto_renew_period`, whose only accepted values are `monthly`\
|
|
@@ -7056,12 +7057,12 @@ components:
|
|
|
7056
7057
|
\ =\n `REQUEST`. `.de` only.\n\nBoolean keys also accept `1` and `yes`.\n\
|
|
7057
7058
|
\nWritten by the platform and rejected if supplied: `verification_required`,\
|
|
7058
7059
|
\ `promotion`, `promotion_eligibility`,\n`nor_id_declaration`, `nor_id_declaration_token`,\
|
|
7059
|
-
\ `punktum_dk_tracking_no`, `domain_contact_attributes
|
|
7060
|
-
returned under `attributes`; inline contact attributes
|
|
7061
|
-
\ matching
|
|
7062
|
-
\ applicant declaration and ignored if supplied on create
|
|
7063
|
-
`nor_id_applicant_accept_name`, `nor_id_applicant_accept_date`.\n\
|
|
7064
|
-
\ update, every registry stores the supplied attributes, and the update\
|
|
7060
|
+
\ `punktum_dk_tracking_no`, `domain_contact_attributes`,\n`registry_reseller_id`.\
|
|
7061
|
+
\ They are never returned under `attributes`; inline contact attributes\
|
|
7062
|
+
\ surface on the matching\n`contacts` entry instead.\n\nDerived from the\
|
|
7063
|
+
\ signed `.no` applicant declaration and ignored if supplied on create:\
|
|
7064
|
+
\ `nor_id_applicant_version`,\n`nor_id_applicant_accept_name`, `nor_id_applicant_accept_date`.\n\
|
|
7065
|
+
\nOn update, every registry stores the supplied attributes, and the update\
|
|
7065
7066
|
\ is not sent to the registry unless they\nstore; a registry that rejects\
|
|
7066
7067
|
\ the change stores nothing. An empty value removes the stored attribute,\
|
|
7067
7068
|
\ except for\n`auto_renew_period`, whose only accepted values are `monthly`\
|
|
@@ -7180,12 +7181,12 @@ components:
|
|
|
7180
7181
|
\ =\n `REQUEST`. `.de` only.\n\nBoolean keys also accept `1` and `yes`.\n\
|
|
7181
7182
|
\nWritten by the platform and rejected if supplied: `verification_required`,\
|
|
7182
7183
|
\ `promotion`, `promotion_eligibility`,\n`nor_id_declaration`, `nor_id_declaration_token`,\
|
|
7183
|
-
\ `punktum_dk_tracking_no`, `domain_contact_attributes
|
|
7184
|
-
returned under `attributes`; inline contact attributes
|
|
7185
|
-
\ matching
|
|
7186
|
-
\ applicant declaration and ignored if supplied on create
|
|
7187
|
-
`nor_id_applicant_accept_name`, `nor_id_applicant_accept_date`.\n\
|
|
7188
|
-
\ update, every registry stores the supplied attributes, and the update\
|
|
7184
|
+
\ `punktum_dk_tracking_no`, `domain_contact_attributes`,\n`registry_reseller_id`.\
|
|
7185
|
+
\ They are never returned under `attributes`; inline contact attributes\
|
|
7186
|
+
\ surface on the matching\n`contacts` entry instead.\n\nDerived from the\
|
|
7187
|
+
\ signed `.no` applicant declaration and ignored if supplied on create:\
|
|
7188
|
+
\ `nor_id_applicant_version`,\n`nor_id_applicant_accept_name`, `nor_id_applicant_accept_date`.\n\
|
|
7189
|
+
\nOn update, every registry stores the supplied attributes, and the update\
|
|
7189
7190
|
\ is not sent to the registry unless they\nstore; a registry that rejects\
|
|
7190
7191
|
\ the change stores nothing. An empty value removes the stored attribute,\
|
|
7191
7192
|
\ except for\n`auto_renew_period`, whose only accepted values are `monthly`\
|
|
@@ -7300,12 +7301,12 @@ components:
|
|
|
7300
7301
|
\ =\n `REQUEST`. `.de` only.\n\nBoolean keys also accept `1` and `yes`.\n\
|
|
7301
7302
|
\nWritten by the platform and rejected if supplied: `verification_required`,\
|
|
7302
7303
|
\ `promotion`, `promotion_eligibility`,\n`nor_id_declaration`, `nor_id_declaration_token`,\
|
|
7303
|
-
\ `punktum_dk_tracking_no`, `domain_contact_attributes
|
|
7304
|
-
returned under `attributes`; inline contact attributes
|
|
7305
|
-
\ matching
|
|
7306
|
-
\ applicant declaration and ignored if supplied on create
|
|
7307
|
-
`nor_id_applicant_accept_name`, `nor_id_applicant_accept_date`.\n\
|
|
7308
|
-
\ update, every registry stores the supplied attributes, and the update\
|
|
7304
|
+
\ `punktum_dk_tracking_no`, `domain_contact_attributes`,\n`registry_reseller_id`.\
|
|
7305
|
+
\ They are never returned under `attributes`; inline contact attributes\
|
|
7306
|
+
\ surface on the matching\n`contacts` entry instead.\n\nDerived from the\
|
|
7307
|
+
\ signed `.no` applicant declaration and ignored if supplied on create:\
|
|
7308
|
+
\ `nor_id_applicant_version`,\n`nor_id_applicant_accept_name`, `nor_id_applicant_accept_date`.\n\
|
|
7309
|
+
\nOn update, every registry stores the supplied attributes, and the update\
|
|
7309
7310
|
\ is not sent to the registry unless they\nstore; a registry that rejects\
|
|
7310
7311
|
\ the change stores nothing. An empty value removes the stored attribute,\
|
|
7311
7312
|
\ except for\n`auto_renew_period`, whose only accepted values are `monthly`\
|
|
@@ -7407,12 +7408,12 @@ components:
|
|
|
7407
7408
|
\ =\n `REQUEST`. `.de` only.\n\nBoolean keys also accept `1` and `yes`.\n\
|
|
7408
7409
|
\nWritten by the platform and rejected if supplied: `verification_required`,\
|
|
7409
7410
|
\ `promotion`, `promotion_eligibility`,\n`nor_id_declaration`, `nor_id_declaration_token`,\
|
|
7410
|
-
\ `punktum_dk_tracking_no`, `domain_contact_attributes
|
|
7411
|
-
returned under `attributes`; inline contact attributes
|
|
7412
|
-
\ matching
|
|
7413
|
-
\ applicant declaration and ignored if supplied on create
|
|
7414
|
-
`nor_id_applicant_accept_name`, `nor_id_applicant_accept_date`.\n\
|
|
7415
|
-
\ update, every registry stores the supplied attributes, and the update\
|
|
7411
|
+
\ `punktum_dk_tracking_no`, `domain_contact_attributes`,\n`registry_reseller_id`.\
|
|
7412
|
+
\ They are never returned under `attributes`; inline contact attributes\
|
|
7413
|
+
\ surface on the matching\n`contacts` entry instead.\n\nDerived from the\
|
|
7414
|
+
\ signed `.no` applicant declaration and ignored if supplied on create:\
|
|
7415
|
+
\ `nor_id_applicant_version`,\n`nor_id_applicant_accept_name`, `nor_id_applicant_accept_date`.\n\
|
|
7416
|
+
\nOn update, every registry stores the supplied attributes, and the update\
|
|
7416
7417
|
\ is not sent to the registry unless they\nstore; a registry that rejects\
|
|
7417
7418
|
\ the change stores nothing. An empty value removes the stored attribute,\
|
|
7418
7419
|
\ except for\n`auto_renew_period`, whose only accepted values are `monthly`\
|
|
@@ -17056,7 +17057,7 @@ info:
|
|
|
17056
17057
|
\n\n"
|
|
17057
17058
|
summary: OpusDNS - your gateway to a seamless domain management experience.
|
|
17058
17059
|
title: OpusDNS API
|
|
17059
|
-
version: 2026-09-
|
|
17060
|
+
version: 2026-09-20-153128
|
|
17060
17061
|
x-logo:
|
|
17061
17062
|
altText: OpusDNS API Reference
|
|
17062
17063
|
url: https://d24lr4zqs1tgqh.cloudfront.net/c9505a20-5ae1-406c-b060-d392569caebf.jpg
|
|
@@ -29999,10 +30000,18 @@ paths:
|
|
|
29999
30000
|
idempotency_key: scheduled-create-001
|
|
30000
30001
|
payload:
|
|
30001
30002
|
contacts:
|
|
30002
|
-
admin:
|
|
30003
|
-
|
|
30004
|
-
|
|
30005
|
-
|
|
30003
|
+
admin:
|
|
30004
|
+
- attributes: {}
|
|
30005
|
+
contact_id: contact_01kc433yvre99af2wasxhtpswf
|
|
30006
|
+
billing:
|
|
30007
|
+
- attributes: {}
|
|
30008
|
+
contact_id: contact_01kc433yvre99af2wasxhtpswf
|
|
30009
|
+
registrant:
|
|
30010
|
+
- attributes: {}
|
|
30011
|
+
contact_id: contact_01kc433yvre99af2wasxhtpswf
|
|
30012
|
+
tech:
|
|
30013
|
+
- attributes: {}
|
|
30014
|
+
contact_id: contact_01kc433yvre99af2wasxhtpswf
|
|
30006
30015
|
create_zone: false
|
|
30007
30016
|
name: scheduled-example.com
|
|
30008
30017
|
period:
|
|
@@ -30039,10 +30048,18 @@ paths:
|
|
|
30039
30048
|
idempotency_key: create-example-com-001
|
|
30040
30049
|
payload:
|
|
30041
30050
|
contacts:
|
|
30042
|
-
admin:
|
|
30043
|
-
|
|
30044
|
-
|
|
30045
|
-
|
|
30051
|
+
admin:
|
|
30052
|
+
- attributes: {}
|
|
30053
|
+
contact_id: contact_01kc433yvre99af2wasxhtpswf
|
|
30054
|
+
billing:
|
|
30055
|
+
- attributes: {}
|
|
30056
|
+
contact_id: contact_01kc433yvre99af2wasxhtpswf
|
|
30057
|
+
registrant:
|
|
30058
|
+
- attributes: {}
|
|
30059
|
+
contact_id: contact_01kc433yvre99af2wasxhtpswf
|
|
30060
|
+
tech:
|
|
30061
|
+
- attributes: {}
|
|
30062
|
+
contact_id: contact_01kc433yvre99af2wasxhtpswf
|
|
30046
30063
|
create_zone: false
|
|
30047
30064
|
name: example.com
|
|
30048
30065
|
nameservers:
|
package/src/schema.d.ts
CHANGED
|
@@ -5695,7 +5695,7 @@ export interface components {
|
|
|
5695
5695
|
* DomainAttributeKey
|
|
5696
5696
|
* @enum {string}
|
|
5697
5697
|
*/
|
|
5698
|
-
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" | "internet_ee_registrant_agreement" | "promotion" | "promotion_eligibility" | "domain_contact_attributes";
|
|
5698
|
+
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" | "internet_ee_registrant_agreement" | "promotion" | "promotion_eligibility" | "domain_contact_attributes" | "registry_reseller_id";
|
|
5699
5699
|
/** DomainAvailability */
|
|
5700
5700
|
DomainAvailability: {
|
|
5701
5701
|
/** Domain */
|
|
@@ -5798,8 +5798,9 @@ export interface components {
|
|
|
5798
5798
|
* Boolean keys also accept `1` and `yes`.
|
|
5799
5799
|
*
|
|
5800
5800
|
* Written by the platform and rejected if supplied: `verification_required`, `promotion`, `promotion_eligibility`,
|
|
5801
|
-
* `nor_id_declaration`, `nor_id_declaration_token`, `punktum_dk_tracking_no`, `domain_contact_attributes
|
|
5802
|
-
* returned under `attributes`; inline contact attributes surface on the matching
|
|
5801
|
+
* `nor_id_declaration`, `nor_id_declaration_token`, `punktum_dk_tracking_no`, `domain_contact_attributes`,
|
|
5802
|
+
* `registry_reseller_id`. They are never returned under `attributes`; inline contact attributes surface on the matching
|
|
5803
|
+
* `contacts` entry instead.
|
|
5803
5804
|
*
|
|
5804
5805
|
* Derived from the signed `.no` applicant declaration and ignored if supplied on create: `nor_id_applicant_version`,
|
|
5805
5806
|
* `nor_id_applicant_accept_name`, `nor_id_applicant_accept_date`.
|
|
@@ -5909,8 +5910,9 @@ export interface components {
|
|
|
5909
5910
|
* Boolean keys also accept `1` and `yes`.
|
|
5910
5911
|
*
|
|
5911
5912
|
* Written by the platform and rejected if supplied: `verification_required`, `promotion`, `promotion_eligibility`,
|
|
5912
|
-
* `nor_id_declaration`, `nor_id_declaration_token`, `punktum_dk_tracking_no`, `domain_contact_attributes
|
|
5913
|
-
* returned under `attributes`; inline contact attributes surface on the matching
|
|
5913
|
+
* `nor_id_declaration`, `nor_id_declaration_token`, `punktum_dk_tracking_no`, `domain_contact_attributes`,
|
|
5914
|
+
* `registry_reseller_id`. They are never returned under `attributes`; inline contact attributes surface on the matching
|
|
5915
|
+
* `contacts` entry instead.
|
|
5914
5916
|
*
|
|
5915
5917
|
* Derived from the signed `.no` applicant declaration and ignored if supplied on create: `nor_id_applicant_version`,
|
|
5916
5918
|
* `nor_id_applicant_accept_name`, `nor_id_applicant_accept_date`.
|
|
@@ -5992,8 +5994,9 @@ export interface components {
|
|
|
5992
5994
|
* Boolean keys also accept `1` and `yes`.
|
|
5993
5995
|
*
|
|
5994
5996
|
* Written by the platform and rejected if supplied: `verification_required`, `promotion`, `promotion_eligibility`,
|
|
5995
|
-
* `nor_id_declaration`, `nor_id_declaration_token`, `punktum_dk_tracking_no`, `domain_contact_attributes
|
|
5996
|
-
* returned under `attributes`; inline contact attributes surface on the matching
|
|
5997
|
+
* `nor_id_declaration`, `nor_id_declaration_token`, `punktum_dk_tracking_no`, `domain_contact_attributes`,
|
|
5998
|
+
* `registry_reseller_id`. They are never returned under `attributes`; inline contact attributes surface on the matching
|
|
5999
|
+
* `contacts` entry instead.
|
|
5997
6000
|
*
|
|
5998
6001
|
* Derived from the signed `.no` applicant declaration and ignored if supplied on create: `nor_id_applicant_version`,
|
|
5999
6002
|
* `nor_id_applicant_accept_name`, `nor_id_applicant_accept_date`.
|
|
@@ -6079,8 +6082,9 @@ export interface components {
|
|
|
6079
6082
|
* Boolean keys also accept `1` and `yes`.
|
|
6080
6083
|
*
|
|
6081
6084
|
* Written by the platform and rejected if supplied: `verification_required`, `promotion`, `promotion_eligibility`,
|
|
6082
|
-
* `nor_id_declaration`, `nor_id_declaration_token`, `punktum_dk_tracking_no`, `domain_contact_attributes
|
|
6083
|
-
* returned under `attributes`; inline contact attributes surface on the matching
|
|
6085
|
+
* `nor_id_declaration`, `nor_id_declaration_token`, `punktum_dk_tracking_no`, `domain_contact_attributes`,
|
|
6086
|
+
* `registry_reseller_id`. They are never returned under `attributes`; inline contact attributes surface on the matching
|
|
6087
|
+
* `contacts` entry instead.
|
|
6084
6088
|
*
|
|
6085
6089
|
* Derived from the signed `.no` applicant declaration and ignored if supplied on create: `nor_id_applicant_version`,
|
|
6086
6090
|
* `nor_id_applicant_accept_name`, `nor_id_applicant_accept_date`.
|
|
@@ -7505,8 +7509,9 @@ export interface components {
|
|
|
7505
7509
|
* Boolean keys also accept `1` and `yes`.
|
|
7506
7510
|
*
|
|
7507
7511
|
* Written by the platform and rejected if supplied: `verification_required`, `promotion`, `promotion_eligibility`,
|
|
7508
|
-
* `nor_id_declaration`, `nor_id_declaration_token`, `punktum_dk_tracking_no`, `domain_contact_attributes
|
|
7509
|
-
* returned under `attributes`; inline contact attributes surface on the matching
|
|
7512
|
+
* `nor_id_declaration`, `nor_id_declaration_token`, `punktum_dk_tracking_no`, `domain_contact_attributes`,
|
|
7513
|
+
* `registry_reseller_id`. They are never returned under `attributes`; inline contact attributes surface on the matching
|
|
7514
|
+
* `contacts` entry instead.
|
|
7510
7515
|
*
|
|
7511
7516
|
* Derived from the signed `.no` applicant declaration and ignored if supplied on create: `nor_id_applicant_version`,
|
|
7512
7517
|
* `nor_id_applicant_accept_name`, `nor_id_applicant_accept_date`.
|
|
@@ -7588,8 +7593,9 @@ export interface components {
|
|
|
7588
7593
|
* Boolean keys also accept `1` and `yes`.
|
|
7589
7594
|
*
|
|
7590
7595
|
* Written by the platform and rejected if supplied: `verification_required`, `promotion`, `promotion_eligibility`,
|
|
7591
|
-
* `nor_id_declaration`, `nor_id_declaration_token`, `punktum_dk_tracking_no`, `domain_contact_attributes
|
|
7592
|
-
* returned under `attributes`; inline contact attributes surface on the matching
|
|
7596
|
+
* `nor_id_declaration`, `nor_id_declaration_token`, `punktum_dk_tracking_no`, `domain_contact_attributes`,
|
|
7597
|
+
* `registry_reseller_id`. They are never returned under `attributes`; inline contact attributes surface on the matching
|
|
7598
|
+
* `contacts` entry instead.
|
|
7593
7599
|
*
|
|
7594
7600
|
* Derived from the signed `.no` applicant declaration and ignored if supplied on create: `nor_id_applicant_version`,
|
|
7595
7601
|
* `nor_id_applicant_accept_name`, `nor_id_applicant_accept_date`.
|
|
@@ -7671,8 +7677,9 @@ export interface components {
|
|
|
7671
7677
|
* Boolean keys also accept `1` and `yes`.
|
|
7672
7678
|
*
|
|
7673
7679
|
* Written by the platform and rejected if supplied: `verification_required`, `promotion`, `promotion_eligibility`,
|
|
7674
|
-
* `nor_id_declaration`, `nor_id_declaration_token`, `punktum_dk_tracking_no`, `domain_contact_attributes
|
|
7675
|
-
* returned under `attributes`; inline contact attributes surface on the matching
|
|
7680
|
+
* `nor_id_declaration`, `nor_id_declaration_token`, `punktum_dk_tracking_no`, `domain_contact_attributes`,
|
|
7681
|
+
* `registry_reseller_id`. They are never returned under `attributes`; inline contact attributes surface on the matching
|
|
7682
|
+
* `contacts` entry instead.
|
|
7676
7683
|
*
|
|
7677
7684
|
* Derived from the signed `.no` applicant declaration and ignored if supplied on create: `nor_id_applicant_version`,
|
|
7678
7685
|
* `nor_id_applicant_accept_name`, `nor_id_applicant_accept_date`.
|
|
@@ -7754,8 +7761,9 @@ export interface components {
|
|
|
7754
7761
|
* Boolean keys also accept `1` and `yes`.
|
|
7755
7762
|
*
|
|
7756
7763
|
* Written by the platform and rejected if supplied: `verification_required`, `promotion`, `promotion_eligibility`,
|
|
7757
|
-
* `nor_id_declaration`, `nor_id_declaration_token`, `punktum_dk_tracking_no`, `domain_contact_attributes
|
|
7758
|
-
* returned under `attributes`; inline contact attributes surface on the matching
|
|
7764
|
+
* `nor_id_declaration`, `nor_id_declaration_token`, `punktum_dk_tracking_no`, `domain_contact_attributes`,
|
|
7765
|
+
* `registry_reseller_id`. They are never returned under `attributes`; inline contact attributes surface on the matching
|
|
7766
|
+
* `contacts` entry instead.
|
|
7759
7767
|
*
|
|
7760
7768
|
* Derived from the signed `.no` applicant declaration and ignored if supplied on create: `nor_id_applicant_version`,
|
|
7761
7769
|
* `nor_id_applicant_accept_name`, `nor_id_applicant_accept_date`.
|
|
@@ -7869,8 +7877,9 @@ export interface components {
|
|
|
7869
7877
|
* Boolean keys also accept `1` and `yes`.
|
|
7870
7878
|
*
|
|
7871
7879
|
* Written by the platform and rejected if supplied: `verification_required`, `promotion`, `promotion_eligibility`,
|
|
7872
|
-
* `nor_id_declaration`, `nor_id_declaration_token`, `punktum_dk_tracking_no`, `domain_contact_attributes
|
|
7873
|
-
* returned under `attributes`; inline contact attributes surface on the matching
|
|
7880
|
+
* `nor_id_declaration`, `nor_id_declaration_token`, `punktum_dk_tracking_no`, `domain_contact_attributes`,
|
|
7881
|
+
* `registry_reseller_id`. They are never returned under `attributes`; inline contact attributes surface on the matching
|
|
7882
|
+
* `contacts` entry instead.
|
|
7874
7883
|
*
|
|
7875
7884
|
* Derived from the signed `.no` applicant declaration and ignored if supplied on create: `nor_id_applicant_version`,
|
|
7876
7885
|
* `nor_id_applicant_accept_name`, `nor_id_applicant_accept_date`.
|
|
@@ -7970,8 +7979,9 @@ export interface components {
|
|
|
7970
7979
|
* Boolean keys also accept `1` and `yes`.
|
|
7971
7980
|
*
|
|
7972
7981
|
* Written by the platform and rejected if supplied: `verification_required`, `promotion`, `promotion_eligibility`,
|
|
7973
|
-
* `nor_id_declaration`, `nor_id_declaration_token`, `punktum_dk_tracking_no`, `domain_contact_attributes
|
|
7974
|
-
* returned under `attributes`; inline contact attributes surface on the matching
|
|
7982
|
+
* `nor_id_declaration`, `nor_id_declaration_token`, `punktum_dk_tracking_no`, `domain_contact_attributes`,
|
|
7983
|
+
* `registry_reseller_id`. They are never returned under `attributes`; inline contact attributes surface on the matching
|
|
7984
|
+
* `contacts` entry instead.
|
|
7975
7985
|
*
|
|
7976
7986
|
* Derived from the signed `.no` applicant declaration and ignored if supplied on create: `nor_id_applicant_version`,
|
|
7977
7987
|
* `nor_id_applicant_accept_name`, `nor_id_applicant_accept_date`.
|
|
@@ -8056,8 +8066,9 @@ export interface components {
|
|
|
8056
8066
|
* Boolean keys also accept `1` and `yes`.
|
|
8057
8067
|
*
|
|
8058
8068
|
* Written by the platform and rejected if supplied: `verification_required`, `promotion`, `promotion_eligibility`,
|
|
8059
|
-
* `nor_id_declaration`, `nor_id_declaration_token`, `punktum_dk_tracking_no`, `domain_contact_attributes
|
|
8060
|
-
* returned under `attributes`; inline contact attributes surface on the matching
|
|
8069
|
+
* `nor_id_declaration`, `nor_id_declaration_token`, `punktum_dk_tracking_no`, `domain_contact_attributes`,
|
|
8070
|
+
* `registry_reseller_id`. They are never returned under `attributes`; inline contact attributes surface on the matching
|
|
8071
|
+
* `contacts` entry instead.
|
|
8061
8072
|
*
|
|
8062
8073
|
* Derived from the signed `.no` applicant declaration and ignored if supplied on create: `nor_id_applicant_version`,
|
|
8063
8074
|
* `nor_id_applicant_accept_name`, `nor_id_applicant_accept_date`.
|
|
@@ -8138,8 +8149,9 @@ export interface components {
|
|
|
8138
8149
|
* Boolean keys also accept `1` and `yes`.
|
|
8139
8150
|
*
|
|
8140
8151
|
* Written by the platform and rejected if supplied: `verification_required`, `promotion`, `promotion_eligibility`,
|
|
8141
|
-
* `nor_id_declaration`, `nor_id_declaration_token`, `punktum_dk_tracking_no`, `domain_contact_attributes
|
|
8142
|
-
* returned under `attributes`; inline contact attributes surface on the matching
|
|
8152
|
+
* `nor_id_declaration`, `nor_id_declaration_token`, `punktum_dk_tracking_no`, `domain_contact_attributes`,
|
|
8153
|
+
* `registry_reseller_id`. They are never returned under `attributes`; inline contact attributes surface on the matching
|
|
8154
|
+
* `contacts` entry instead.
|
|
8143
8155
|
*
|
|
8144
8156
|
* Derived from the signed `.no` applicant declaration and ignored if supplied on create: `nor_id_applicant_version`,
|
|
8145
8157
|
* `nor_id_applicant_accept_name`, `nor_id_applicant_accept_date`.
|