@opusdns/api 1.163.0 → 1.165.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 +2 -0
- package/src/openapi.yaml +145 -103
- package/src/schema.d.ts +47 -20
package/package.json
CHANGED
package/src/helpers/keys.ts
CHANGED
|
@@ -4130,6 +4130,7 @@ export const KEY_NOR_ID_DECLARATION_DOMAIN_NAME = 'domain_name' satisfies keyof
|
|
|
4130
4130
|
export const KEY_NOR_ID_DECLARATION_EXPIRES_ON = 'expires_on' satisfies keyof NorIdDeclaration;
|
|
4131
4131
|
export const KEY_NOR_ID_DECLARATION_IDENTITY_TYPE = 'identity_type' satisfies keyof NorIdDeclaration;
|
|
4132
4132
|
export const KEY_NOR_ID_DECLARATION_IDENTITY_VALUE = 'identity_value' satisfies keyof NorIdDeclaration;
|
|
4133
|
+
export const KEY_NOR_ID_DECLARATION_ORGANIZATION_ID = 'organization_id' satisfies keyof NorIdDeclaration;
|
|
4133
4134
|
export const KEY_NOR_ID_DECLARATION_STATUS = 'status' satisfies keyof NorIdDeclaration;
|
|
4134
4135
|
export const KEY_NOR_ID_DECLARATION_SUBSCRIBER_NAME = 'subscriber_name' satisfies keyof NorIdDeclaration;
|
|
4135
4136
|
|
|
@@ -4142,6 +4143,7 @@ export const KEYS_NOR_ID_DECLARATION = [
|
|
|
4142
4143
|
KEY_NOR_ID_DECLARATION_EXPIRES_ON,
|
|
4143
4144
|
KEY_NOR_ID_DECLARATION_IDENTITY_TYPE,
|
|
4144
4145
|
KEY_NOR_ID_DECLARATION_IDENTITY_VALUE,
|
|
4146
|
+
KEY_NOR_ID_DECLARATION_ORGANIZATION_ID,
|
|
4145
4147
|
KEY_NOR_ID_DECLARATION_STATUS,
|
|
4146
4148
|
KEY_NOR_ID_DECLARATION_SUBSCRIBER_NAME,
|
|
4147
4149
|
] as const satisfies (keyof NorIdDeclaration)[];
|
package/src/openapi.yaml
CHANGED
|
@@ -4049,18 +4049,21 @@ components:
|
|
|
4049
4049
|
\ `monthly` or `yearly`. All TLDs on create, transfer-in and update. Selects\
|
|
4050
4050
|
\ the\n period of the next renewal; the current expiry date does not\
|
|
4051
4051
|
\ move. On transfer-in without `period` it also sets the\n period added\
|
|
4052
|
-
\ by the transfer.
|
|
4053
|
-
\
|
|
4054
|
-
\
|
|
4055
|
-
\
|
|
4056
|
-
\
|
|
4057
|
-
\
|
|
4058
|
-
- `
|
|
4059
|
-
|
|
4060
|
-
|
|
4061
|
-
|
|
4062
|
-
\
|
|
4063
|
-
\ `
|
|
4052
|
+
\ by the transfer. Omitted on create or transfer-in, it follows the term\
|
|
4053
|
+
\ being bought: a one-month\n `period` renews monthly and anything else\
|
|
4054
|
+
\ yearly, except a longer month-unit term, which leaves it unset so that\
|
|
4055
|
+
\ the\n product's default billing period decides. Supplying `monthly`\
|
|
4056
|
+
\ where the TLD sells no one-month renewal is rejected on\n create, transfer-in\
|
|
4057
|
+
\ and update; a `monthly` stored before that rule applied is ignored at\
|
|
4058
|
+
\ renewal.\n- `music_registrant_attestation`: `true`. `.music` registration.\n\
|
|
4059
|
+
- `nic_it_compliance_confirmation`: `true`. `.it` registration and transfer.\n\
|
|
4060
|
+
- `travel_industry_acknowledgement`: `true`. `.travel` registration.\n\
|
|
4061
|
+
- `internet_ee_registrant_agreement`: `true`. `.ee` registration.\n- `punktum_dk_terms_acceptance`:\
|
|
4062
|
+
\ `true`. `.dk` registration and registrant change.\n- `de_general_request_contact`,\
|
|
4063
|
+
\ `de_abuse_contact`: id of a contact whose `.de` attribute set has `DE_CONTACT_TYPE`\
|
|
4064
|
+
\ =\n `REQUEST`. `.de` only.\n\nBoolean keys also accept `1` and `yes`.\n\
|
|
4065
|
+
\nWritten by the platform and rejected if supplied: `verification_required`,\
|
|
4066
|
+
\ `promotion`, `promotion_eligibility`,\n`nor_id_declaration`, `nor_id_declaration_token`,\
|
|
4064
4067
|
\ `punktum_dk_tracking_no`, `domain_contact_attributes`. They are never\n\
|
|
4065
4068
|
returned under `attributes`; inline contact attributes surface on the\
|
|
4066
4069
|
\ matching `contacts` entry instead.\n\nDerived from the signed `.no`\
|
|
@@ -4178,9 +4181,13 @@ components:
|
|
|
4178
4181
|
\ keys:\n\n- `auto_renew_period`: `monthly` or `yearly`. All TLDs on create,\
|
|
4179
4182
|
\ transfer-in and update. Selects the\n period of the next renewal; the\
|
|
4180
4183
|
\ current expiry date does not move. On transfer-in without `period` it\
|
|
4181
|
-
\ also sets the\n period added by the transfer.
|
|
4182
|
-
\
|
|
4183
|
-
\
|
|
4184
|
+
\ also sets the\n period added by the transfer. Omitted on create or\
|
|
4185
|
+
\ transfer-in, it follows the term being bought: a one-month\n `period`\
|
|
4186
|
+
\ renews monthly and anything else yearly, except a longer month-unit\
|
|
4187
|
+
\ term, which leaves it unset so that the\n product's default billing\
|
|
4188
|
+
\ period decides. Supplying `monthly` where the TLD sells no one-month\
|
|
4189
|
+
\ renewal is rejected on\n create, transfer-in and update; a `monthly`\
|
|
4190
|
+
\ stored before that rule applied is ignored at renewal.\n- `music_registrant_attestation`:\
|
|
4184
4191
|
\ `true`. `.music` registration.\n- `nic_it_compliance_confirmation`:\
|
|
4185
4192
|
\ `true`. `.it` registration and transfer.\n- `travel_industry_acknowledgement`:\
|
|
4186
4193
|
\ `true`. `.travel` registration.\n- `internet_ee_registrant_agreement`:\
|
|
@@ -4292,18 +4299,21 @@ components:
|
|
|
4292
4299
|
\ `monthly` or `yearly`. All TLDs on create, transfer-in and update. Selects\
|
|
4293
4300
|
\ the\n period of the next renewal; the current expiry date does not\
|
|
4294
4301
|
\ move. On transfer-in without `period` it also sets the\n period added\
|
|
4295
|
-
\ by the transfer.
|
|
4296
|
-
\
|
|
4297
|
-
\
|
|
4298
|
-
\
|
|
4299
|
-
\
|
|
4300
|
-
\
|
|
4301
|
-
- `
|
|
4302
|
-
|
|
4303
|
-
|
|
4304
|
-
|
|
4305
|
-
\
|
|
4306
|
-
\ `
|
|
4302
|
+
\ by the transfer. Omitted on create or transfer-in, it follows the term\
|
|
4303
|
+
\ being bought: a one-month\n `period` renews monthly and anything else\
|
|
4304
|
+
\ yearly, except a longer month-unit term, which leaves it unset so that\
|
|
4305
|
+
\ the\n product's default billing period decides. Supplying `monthly`\
|
|
4306
|
+
\ where the TLD sells no one-month renewal is rejected on\n create, transfer-in\
|
|
4307
|
+
\ and update; a `monthly` stored before that rule applied is ignored at\
|
|
4308
|
+
\ renewal.\n- `music_registrant_attestation`: `true`. `.music` registration.\n\
|
|
4309
|
+
- `nic_it_compliance_confirmation`: `true`. `.it` registration and transfer.\n\
|
|
4310
|
+
- `travel_industry_acknowledgement`: `true`. `.travel` registration.\n\
|
|
4311
|
+
- `internet_ee_registrant_agreement`: `true`. `.ee` registration.\n- `punktum_dk_terms_acceptance`:\
|
|
4312
|
+
\ `true`. `.dk` registration and registrant change.\n- `de_general_request_contact`,\
|
|
4313
|
+
\ `de_abuse_contact`: id of a contact whose `.de` attribute set has `DE_CONTACT_TYPE`\
|
|
4314
|
+
\ =\n `REQUEST`. `.de` only.\n\nBoolean keys also accept `1` and `yes`.\n\
|
|
4315
|
+
\nWritten by the platform and rejected if supplied: `verification_required`,\
|
|
4316
|
+
\ `promotion`, `promotion_eligibility`,\n`nor_id_declaration`, `nor_id_declaration_token`,\
|
|
4307
4317
|
\ `punktum_dk_tracking_no`, `domain_contact_attributes`. They are never\n\
|
|
4308
4318
|
returned under `attributes`; inline contact attributes surface on the\
|
|
4309
4319
|
\ matching `contacts` entry instead.\n\nDerived from the signed `.no`\
|
|
@@ -4396,18 +4406,21 @@ components:
|
|
|
4396
4406
|
\ `monthly` or `yearly`. All TLDs on create, transfer-in and update. Selects\
|
|
4397
4407
|
\ the\n period of the next renewal; the current expiry date does not\
|
|
4398
4408
|
\ move. On transfer-in without `period` it also sets the\n period added\
|
|
4399
|
-
\ by the transfer.
|
|
4400
|
-
\
|
|
4401
|
-
\
|
|
4402
|
-
\
|
|
4403
|
-
\
|
|
4404
|
-
\
|
|
4405
|
-
- `
|
|
4406
|
-
|
|
4407
|
-
|
|
4408
|
-
|
|
4409
|
-
\
|
|
4410
|
-
\ `
|
|
4409
|
+
\ by the transfer. Omitted on create or transfer-in, it follows the term\
|
|
4410
|
+
\ being bought: a one-month\n `period` renews monthly and anything else\
|
|
4411
|
+
\ yearly, except a longer month-unit term, which leaves it unset so that\
|
|
4412
|
+
\ the\n product's default billing period decides. Supplying `monthly`\
|
|
4413
|
+
\ where the TLD sells no one-month renewal is rejected on\n create, transfer-in\
|
|
4414
|
+
\ and update; a `monthly` stored before that rule applied is ignored at\
|
|
4415
|
+
\ renewal.\n- `music_registrant_attestation`: `true`. `.music` registration.\n\
|
|
4416
|
+
- `nic_it_compliance_confirmation`: `true`. `.it` registration and transfer.\n\
|
|
4417
|
+
- `travel_industry_acknowledgement`: `true`. `.travel` registration.\n\
|
|
4418
|
+
- `internet_ee_registrant_agreement`: `true`. `.ee` registration.\n- `punktum_dk_terms_acceptance`:\
|
|
4419
|
+
\ `true`. `.dk` registration and registrant change.\n- `de_general_request_contact`,\
|
|
4420
|
+
\ `de_abuse_contact`: id of a contact whose `.de` attribute set has `DE_CONTACT_TYPE`\
|
|
4421
|
+
\ =\n `REQUEST`. `.de` only.\n\nBoolean keys also accept `1` and `yes`.\n\
|
|
4422
|
+
\nWritten by the platform and rejected if supplied: `verification_required`,\
|
|
4423
|
+
\ `promotion`, `promotion_eligibility`,\n`nor_id_declaration`, `nor_id_declaration_token`,\
|
|
4411
4424
|
\ `punktum_dk_tracking_no`, `domain_contact_attributes`. They are never\n\
|
|
4412
4425
|
returned under `attributes`; inline contact attributes surface on the\
|
|
4413
4426
|
\ matching `contacts` entry instead.\n\nDerived from the signed `.no`\
|
|
@@ -6287,9 +6300,13 @@ components:
|
|
|
6287
6300
|
\ keys:\n\n- `auto_renew_period`: `monthly` or `yearly`. All TLDs on create,\
|
|
6288
6301
|
\ transfer-in and update. Selects the\n period of the next renewal; the\
|
|
6289
6302
|
\ current expiry date does not move. On transfer-in without `period` it\
|
|
6290
|
-
\ also sets the\n period added by the transfer.
|
|
6291
|
-
\
|
|
6292
|
-
\
|
|
6303
|
+
\ also sets the\n period added by the transfer. Omitted on create or\
|
|
6304
|
+
\ transfer-in, it follows the term being bought: a one-month\n `period`\
|
|
6305
|
+
\ renews monthly and anything else yearly, except a longer month-unit\
|
|
6306
|
+
\ term, which leaves it unset so that the\n product's default billing\
|
|
6307
|
+
\ period decides. Supplying `monthly` where the TLD sells no one-month\
|
|
6308
|
+
\ renewal is rejected on\n create, transfer-in and update; a `monthly`\
|
|
6309
|
+
\ stored before that rule applied is ignored at renewal.\n- `music_registrant_attestation`:\
|
|
6293
6310
|
\ `true`. `.music` registration.\n- `nic_it_compliance_confirmation`:\
|
|
6294
6311
|
\ `true`. `.it` registration and transfer.\n- `travel_industry_acknowledgement`:\
|
|
6295
6312
|
\ `true`. `.travel` registration.\n- `internet_ee_registrant_agreement`:\
|
|
@@ -6401,18 +6418,21 @@ components:
|
|
|
6401
6418
|
\ `monthly` or `yearly`. All TLDs on create, transfer-in and update. Selects\
|
|
6402
6419
|
\ the\n period of the next renewal; the current expiry date does not\
|
|
6403
6420
|
\ move. On transfer-in without `period` it also sets the\n period added\
|
|
6404
|
-
\ by the transfer.
|
|
6405
|
-
\
|
|
6406
|
-
\
|
|
6407
|
-
\
|
|
6408
|
-
\
|
|
6409
|
-
\
|
|
6410
|
-
- `
|
|
6411
|
-
|
|
6412
|
-
|
|
6413
|
-
|
|
6414
|
-
\
|
|
6415
|
-
\ `
|
|
6421
|
+
\ by the transfer. Omitted on create or transfer-in, it follows the term\
|
|
6422
|
+
\ being bought: a one-month\n `period` renews monthly and anything else\
|
|
6423
|
+
\ yearly, except a longer month-unit term, which leaves it unset so that\
|
|
6424
|
+
\ the\n product's default billing period decides. Supplying `monthly`\
|
|
6425
|
+
\ where the TLD sells no one-month renewal is rejected on\n create, transfer-in\
|
|
6426
|
+
\ and update; a `monthly` stored before that rule applied is ignored at\
|
|
6427
|
+
\ renewal.\n- `music_registrant_attestation`: `true`. `.music` registration.\n\
|
|
6428
|
+
- `nic_it_compliance_confirmation`: `true`. `.it` registration and transfer.\n\
|
|
6429
|
+
- `travel_industry_acknowledgement`: `true`. `.travel` registration.\n\
|
|
6430
|
+
- `internet_ee_registrant_agreement`: `true`. `.ee` registration.\n- `punktum_dk_terms_acceptance`:\
|
|
6431
|
+
\ `true`. `.dk` registration and registrant change.\n- `de_general_request_contact`,\
|
|
6432
|
+
\ `de_abuse_contact`: id of a contact whose `.de` attribute set has `DE_CONTACT_TYPE`\
|
|
6433
|
+
\ =\n `REQUEST`. `.de` only.\n\nBoolean keys also accept `1` and `yes`.\n\
|
|
6434
|
+
\nWritten by the platform and rejected if supplied: `verification_required`,\
|
|
6435
|
+
\ `promotion`, `promotion_eligibility`,\n`nor_id_declaration`, `nor_id_declaration_token`,\
|
|
6416
6436
|
\ `punktum_dk_tracking_no`, `domain_contact_attributes`. They are never\n\
|
|
6417
6437
|
returned under `attributes`; inline contact attributes surface on the\
|
|
6418
6438
|
\ matching `contacts` entry instead.\n\nDerived from the signed `.no`\
|
|
@@ -6499,18 +6519,21 @@ components:
|
|
|
6499
6519
|
\ `monthly` or `yearly`. All TLDs on create, transfer-in and update. Selects\
|
|
6500
6520
|
\ the\n period of the next renewal; the current expiry date does not\
|
|
6501
6521
|
\ move. On transfer-in without `period` it also sets the\n period added\
|
|
6502
|
-
\ by the transfer.
|
|
6503
|
-
\
|
|
6504
|
-
\
|
|
6505
|
-
\
|
|
6506
|
-
\
|
|
6507
|
-
\
|
|
6508
|
-
- `
|
|
6509
|
-
|
|
6510
|
-
|
|
6511
|
-
|
|
6512
|
-
\
|
|
6513
|
-
\ `
|
|
6522
|
+
\ by the transfer. Omitted on create or transfer-in, it follows the term\
|
|
6523
|
+
\ being bought: a one-month\n `period` renews monthly and anything else\
|
|
6524
|
+
\ yearly, except a longer month-unit term, which leaves it unset so that\
|
|
6525
|
+
\ the\n product's default billing period decides. Supplying `monthly`\
|
|
6526
|
+
\ where the TLD sells no one-month renewal is rejected on\n create, transfer-in\
|
|
6527
|
+
\ and update; a `monthly` stored before that rule applied is ignored at\
|
|
6528
|
+
\ renewal.\n- `music_registrant_attestation`: `true`. `.music` registration.\n\
|
|
6529
|
+
- `nic_it_compliance_confirmation`: `true`. `.it` registration and transfer.\n\
|
|
6530
|
+
- `travel_industry_acknowledgement`: `true`. `.travel` registration.\n\
|
|
6531
|
+
- `internet_ee_registrant_agreement`: `true`. `.ee` registration.\n- `punktum_dk_terms_acceptance`:\
|
|
6532
|
+
\ `true`. `.dk` registration and registrant change.\n- `de_general_request_contact`,\
|
|
6533
|
+
\ `de_abuse_contact`: id of a contact whose `.de` attribute set has `DE_CONTACT_TYPE`\
|
|
6534
|
+
\ =\n `REQUEST`. `.de` only.\n\nBoolean keys also accept `1` and `yes`.\n\
|
|
6535
|
+
\nWritten by the platform and rejected if supplied: `verification_required`,\
|
|
6536
|
+
\ `promotion`, `promotion_eligibility`,\n`nor_id_declaration`, `nor_id_declaration_token`,\
|
|
6514
6537
|
\ `punktum_dk_tracking_no`, `domain_contact_attributes`. They are never\n\
|
|
6515
6538
|
returned under `attributes`; inline contact attributes surface on the\
|
|
6516
6539
|
\ matching `contacts` entry instead.\n\nDerived from the signed `.no`\
|
|
@@ -6597,18 +6620,21 @@ components:
|
|
|
6597
6620
|
\ `monthly` or `yearly`. All TLDs on create, transfer-in and update. Selects\
|
|
6598
6621
|
\ the\n period of the next renewal; the current expiry date does not\
|
|
6599
6622
|
\ move. On transfer-in without `period` it also sets the\n period added\
|
|
6600
|
-
\ by the transfer.
|
|
6601
|
-
\
|
|
6602
|
-
\
|
|
6603
|
-
\
|
|
6604
|
-
\
|
|
6605
|
-
\
|
|
6606
|
-
- `
|
|
6607
|
-
|
|
6608
|
-
|
|
6609
|
-
|
|
6610
|
-
\
|
|
6611
|
-
\ `
|
|
6623
|
+
\ by the transfer. Omitted on create or transfer-in, it follows the term\
|
|
6624
|
+
\ being bought: a one-month\n `period` renews monthly and anything else\
|
|
6625
|
+
\ yearly, except a longer month-unit term, which leaves it unset so that\
|
|
6626
|
+
\ the\n product's default billing period decides. Supplying `monthly`\
|
|
6627
|
+
\ where the TLD sells no one-month renewal is rejected on\n create, transfer-in\
|
|
6628
|
+
\ and update; a `monthly` stored before that rule applied is ignored at\
|
|
6629
|
+
\ renewal.\n- `music_registrant_attestation`: `true`. `.music` registration.\n\
|
|
6630
|
+
- `nic_it_compliance_confirmation`: `true`. `.it` registration and transfer.\n\
|
|
6631
|
+
- `travel_industry_acknowledgement`: `true`. `.travel` registration.\n\
|
|
6632
|
+
- `internet_ee_registrant_agreement`: `true`. `.ee` registration.\n- `punktum_dk_terms_acceptance`:\
|
|
6633
|
+
\ `true`. `.dk` registration and registrant change.\n- `de_general_request_contact`,\
|
|
6634
|
+
\ `de_abuse_contact`: id of a contact whose `.de` attribute set has `DE_CONTACT_TYPE`\
|
|
6635
|
+
\ =\n `REQUEST`. `.de` only.\n\nBoolean keys also accept `1` and `yes`.\n\
|
|
6636
|
+
\nWritten by the platform and rejected if supplied: `verification_required`,\
|
|
6637
|
+
\ `promotion`, `promotion_eligibility`,\n`nor_id_declaration`, `nor_id_declaration_token`,\
|
|
6612
6638
|
\ `punktum_dk_tracking_no`, `domain_contact_attributes`. They are never\n\
|
|
6613
6639
|
returned under `attributes`; inline contact attributes surface on the\
|
|
6614
6640
|
\ matching `contacts` entry instead.\n\nDerived from the signed `.no`\
|
|
@@ -6740,18 +6766,21 @@ components:
|
|
|
6740
6766
|
\ `monthly` or `yearly`. All TLDs on create, transfer-in and update. Selects\
|
|
6741
6767
|
\ the\n period of the next renewal; the current expiry date does not\
|
|
6742
6768
|
\ move. On transfer-in without `period` it also sets the\n period added\
|
|
6743
|
-
\ by the transfer.
|
|
6744
|
-
\
|
|
6745
|
-
\
|
|
6746
|
-
\
|
|
6747
|
-
\
|
|
6748
|
-
\
|
|
6749
|
-
- `
|
|
6750
|
-
|
|
6751
|
-
|
|
6752
|
-
|
|
6753
|
-
\
|
|
6754
|
-
\ `
|
|
6769
|
+
\ by the transfer. Omitted on create or transfer-in, it follows the term\
|
|
6770
|
+
\ being bought: a one-month\n `period` renews monthly and anything else\
|
|
6771
|
+
\ yearly, except a longer month-unit term, which leaves it unset so that\
|
|
6772
|
+
\ the\n product's default billing period decides. Supplying `monthly`\
|
|
6773
|
+
\ where the TLD sells no one-month renewal is rejected on\n create, transfer-in\
|
|
6774
|
+
\ and update; a `monthly` stored before that rule applied is ignored at\
|
|
6775
|
+
\ renewal.\n- `music_registrant_attestation`: `true`. `.music` registration.\n\
|
|
6776
|
+
- `nic_it_compliance_confirmation`: `true`. `.it` registration and transfer.\n\
|
|
6777
|
+
- `travel_industry_acknowledgement`: `true`. `.travel` registration.\n\
|
|
6778
|
+
- `internet_ee_registrant_agreement`: `true`. `.ee` registration.\n- `punktum_dk_terms_acceptance`:\
|
|
6779
|
+
\ `true`. `.dk` registration and registrant change.\n- `de_general_request_contact`,\
|
|
6780
|
+
\ `de_abuse_contact`: id of a contact whose `.de` attribute set has `DE_CONTACT_TYPE`\
|
|
6781
|
+
\ =\n `REQUEST`. `.de` only.\n\nBoolean keys also accept `1` and `yes`.\n\
|
|
6782
|
+
\nWritten by the platform and rejected if supplied: `verification_required`,\
|
|
6783
|
+
\ `promotion`, `promotion_eligibility`,\n`nor_id_declaration`, `nor_id_declaration_token`,\
|
|
6755
6784
|
\ `punktum_dk_tracking_no`, `domain_contact_attributes`. They are never\n\
|
|
6756
6785
|
returned under `attributes`; inline contact attributes surface on the\
|
|
6757
6786
|
\ matching `contacts` entry instead.\n\nDerived from the signed `.no`\
|
|
@@ -6992,18 +7021,21 @@ components:
|
|
|
6992
7021
|
\ `monthly` or `yearly`. All TLDs on create, transfer-in and update. Selects\
|
|
6993
7022
|
\ the\n period of the next renewal; the current expiry date does not\
|
|
6994
7023
|
\ move. On transfer-in without `period` it also sets the\n period added\
|
|
6995
|
-
\ by the transfer.
|
|
6996
|
-
\
|
|
6997
|
-
\
|
|
6998
|
-
\
|
|
6999
|
-
\
|
|
7000
|
-
\
|
|
7001
|
-
- `
|
|
7002
|
-
|
|
7003
|
-
|
|
7004
|
-
|
|
7005
|
-
\
|
|
7006
|
-
\ `
|
|
7024
|
+
\ by the transfer. Omitted on create or transfer-in, it follows the term\
|
|
7025
|
+
\ being bought: a one-month\n `period` renews monthly and anything else\
|
|
7026
|
+
\ yearly, except a longer month-unit term, which leaves it unset so that\
|
|
7027
|
+
\ the\n product's default billing period decides. Supplying `monthly`\
|
|
7028
|
+
\ where the TLD sells no one-month renewal is rejected on\n create, transfer-in\
|
|
7029
|
+
\ and update; a `monthly` stored before that rule applied is ignored at\
|
|
7030
|
+
\ renewal.\n- `music_registrant_attestation`: `true`. `.music` registration.\n\
|
|
7031
|
+
- `nic_it_compliance_confirmation`: `true`. `.it` registration and transfer.\n\
|
|
7032
|
+
- `travel_industry_acknowledgement`: `true`. `.travel` registration.\n\
|
|
7033
|
+
- `internet_ee_registrant_agreement`: `true`. `.ee` registration.\n- `punktum_dk_terms_acceptance`:\
|
|
7034
|
+
\ `true`. `.dk` registration and registrant change.\n- `de_general_request_contact`,\
|
|
7035
|
+
\ `de_abuse_contact`: id of a contact whose `.de` attribute set has `DE_CONTACT_TYPE`\
|
|
7036
|
+
\ =\n `REQUEST`. `.de` only.\n\nBoolean keys also accept `1` and `yes`.\n\
|
|
7037
|
+
\nWritten by the platform and rejected if supplied: `verification_required`,\
|
|
7038
|
+
\ `promotion`, `promotion_eligibility`,\n`nor_id_declaration`, `nor_id_declaration_token`,\
|
|
7007
7039
|
\ `punktum_dk_tracking_no`, `domain_contact_attributes`. They are never\n\
|
|
7008
7040
|
returned under `attributes`; inline contact attributes surface on the\
|
|
7009
7041
|
\ matching `contacts` entry instead.\n\nDerived from the signed `.no`\
|
|
@@ -10056,6 +10088,15 @@ components:
|
|
|
10056
10088
|
- type: 'null'
|
|
10057
10089
|
description: The subscriber identity (organization number or Person-ID)
|
|
10058
10090
|
title: Identity Value
|
|
10091
|
+
organization_id:
|
|
10092
|
+
description: The organization that owns the domain; used to brand the page
|
|
10093
|
+
examples:
|
|
10094
|
+
- organization_01h45ytscbebyvny4gc8cr8ma2
|
|
10095
|
+
format: typeid
|
|
10096
|
+
pattern: ^organization_[0-7][0-9a-hjkmnpq-tv-z]{25}$
|
|
10097
|
+
title: Organization Id
|
|
10098
|
+
type: string
|
|
10099
|
+
x-typeid-prefix: organization
|
|
10059
10100
|
status:
|
|
10060
10101
|
$ref: '#/components/schemas/NorIdDeclarationStatus'
|
|
10061
10102
|
description: The declaration status
|
|
@@ -10064,6 +10105,7 @@ components:
|
|
|
10064
10105
|
title: Subscriber Name
|
|
10065
10106
|
type: string
|
|
10066
10107
|
required:
|
|
10108
|
+
- organization_id
|
|
10067
10109
|
- domain_name
|
|
10068
10110
|
- subscriber_name
|
|
10069
10111
|
- declaration_version
|
|
@@ -16443,7 +16485,7 @@ info:
|
|
|
16443
16485
|
\n\n"
|
|
16444
16486
|
summary: OpusDNS - your gateway to a seamless domain management experience.
|
|
16445
16487
|
title: OpusDNS API
|
|
16446
|
-
version: 2026-09-
|
|
16488
|
+
version: 2026-09-10-085639
|
|
16447
16489
|
x-logo:
|
|
16448
16490
|
altText: OpusDNS API Reference
|
|
16449
16491
|
url: https://d24lr4zqs1tgqh.cloudfront.net/c9505a20-5ae1-406c-b060-d392569caebf.jpg
|
package/src/schema.d.ts
CHANGED
|
@@ -5752,8 +5752,10 @@ export interface components {
|
|
|
5752
5752
|
*
|
|
5753
5753
|
* - `auto_renew_period`: `monthly` or `yearly`. All TLDs on create, transfer-in and update. Selects the
|
|
5754
5754
|
* period of the next renewal; the current expiry date does not move. On transfer-in without `period` it also sets the
|
|
5755
|
-
* period added by the transfer.
|
|
5756
|
-
* a
|
|
5755
|
+
* period added by the transfer. Omitted on create or transfer-in, it follows the term being bought: a one-month
|
|
5756
|
+
* `period` renews monthly and anything else yearly, except a longer month-unit term, which leaves it unset so that the
|
|
5757
|
+
* product's default billing period decides. Supplying `monthly` where the TLD sells no one-month renewal is rejected on
|
|
5758
|
+
* create, transfer-in and update; a `monthly` stored before that rule applied is ignored at renewal.
|
|
5757
5759
|
* - `music_registrant_attestation`: `true`. `.music` registration.
|
|
5758
5760
|
* - `nic_it_compliance_confirmation`: `true`. `.it` registration and transfer.
|
|
5759
5761
|
* - `travel_industry_acknowledgement`: `true`. `.travel` registration.
|
|
@@ -5860,8 +5862,10 @@ export interface components {
|
|
|
5860
5862
|
*
|
|
5861
5863
|
* - `auto_renew_period`: `monthly` or `yearly`. All TLDs on create, transfer-in and update. Selects the
|
|
5862
5864
|
* period of the next renewal; the current expiry date does not move. On transfer-in without `period` it also sets the
|
|
5863
|
-
* period added by the transfer.
|
|
5864
|
-
* a
|
|
5865
|
+
* period added by the transfer. Omitted on create or transfer-in, it follows the term being bought: a one-month
|
|
5866
|
+
* `period` renews monthly and anything else yearly, except a longer month-unit term, which leaves it unset so that the
|
|
5867
|
+
* product's default billing period decides. Supplying `monthly` where the TLD sells no one-month renewal is rejected on
|
|
5868
|
+
* create, transfer-in and update; a `monthly` stored before that rule applied is ignored at renewal.
|
|
5865
5869
|
* - `music_registrant_attestation`: `true`. `.music` registration.
|
|
5866
5870
|
* - `nic_it_compliance_confirmation`: `true`. `.it` registration and transfer.
|
|
5867
5871
|
* - `travel_industry_acknowledgement`: `true`. `.travel` registration.
|
|
@@ -5940,8 +5944,10 @@ export interface components {
|
|
|
5940
5944
|
*
|
|
5941
5945
|
* - `auto_renew_period`: `monthly` or `yearly`. All TLDs on create, transfer-in and update. Selects the
|
|
5942
5946
|
* period of the next renewal; the current expiry date does not move. On transfer-in without `period` it also sets the
|
|
5943
|
-
* period added by the transfer.
|
|
5944
|
-
* a
|
|
5947
|
+
* period added by the transfer. Omitted on create or transfer-in, it follows the term being bought: a one-month
|
|
5948
|
+
* `period` renews monthly and anything else yearly, except a longer month-unit term, which leaves it unset so that the
|
|
5949
|
+
* product's default billing period decides. Supplying `monthly` where the TLD sells no one-month renewal is rejected on
|
|
5950
|
+
* create, transfer-in and update; a `monthly` stored before that rule applied is ignored at renewal.
|
|
5945
5951
|
* - `music_registrant_attestation`: `true`. `.music` registration.
|
|
5946
5952
|
* - `nic_it_compliance_confirmation`: `true`. `.it` registration and transfer.
|
|
5947
5953
|
* - `travel_industry_acknowledgement`: `true`. `.travel` registration.
|
|
@@ -6024,8 +6030,10 @@ export interface components {
|
|
|
6024
6030
|
*
|
|
6025
6031
|
* - `auto_renew_period`: `monthly` or `yearly`. All TLDs on create, transfer-in and update. Selects the
|
|
6026
6032
|
* period of the next renewal; the current expiry date does not move. On transfer-in without `period` it also sets the
|
|
6027
|
-
* period added by the transfer.
|
|
6028
|
-
* a
|
|
6033
|
+
* period added by the transfer. Omitted on create or transfer-in, it follows the term being bought: a one-month
|
|
6034
|
+
* `period` renews monthly and anything else yearly, except a longer month-unit term, which leaves it unset so that the
|
|
6035
|
+
* product's default billing period decides. Supplying `monthly` where the TLD sells no one-month renewal is rejected on
|
|
6036
|
+
* create, transfer-in and update; a `monthly` stored before that rule applied is ignored at renewal.
|
|
6029
6037
|
* - `music_registrant_attestation`: `true`. `.music` registration.
|
|
6030
6038
|
* - `nic_it_compliance_confirmation`: `true`. `.it` registration and transfer.
|
|
6031
6039
|
* - `travel_industry_acknowledgement`: `true`. `.travel` registration.
|
|
@@ -7275,8 +7283,10 @@ export interface components {
|
|
|
7275
7283
|
*
|
|
7276
7284
|
* - `auto_renew_period`: `monthly` or `yearly`. All TLDs on create, transfer-in and update. Selects the
|
|
7277
7285
|
* period of the next renewal; the current expiry date does not move. On transfer-in without `period` it also sets the
|
|
7278
|
-
* period added by the transfer.
|
|
7279
|
-
* a
|
|
7286
|
+
* period added by the transfer. Omitted on create or transfer-in, it follows the term being bought: a one-month
|
|
7287
|
+
* `period` renews monthly and anything else yearly, except a longer month-unit term, which leaves it unset so that the
|
|
7288
|
+
* product's default billing period decides. Supplying `monthly` where the TLD sells no one-month renewal is rejected on
|
|
7289
|
+
* create, transfer-in and update; a `monthly` stored before that rule applied is ignored at renewal.
|
|
7280
7290
|
* - `music_registrant_attestation`: `true`. `.music` registration.
|
|
7281
7291
|
* - `nic_it_compliance_confirmation`: `true`. `.it` registration and transfer.
|
|
7282
7292
|
* - `travel_industry_acknowledgement`: `true`. `.travel` registration.
|
|
@@ -7355,8 +7365,10 @@ export interface components {
|
|
|
7355
7365
|
*
|
|
7356
7366
|
* - `auto_renew_period`: `monthly` or `yearly`. All TLDs on create, transfer-in and update. Selects the
|
|
7357
7367
|
* period of the next renewal; the current expiry date does not move. On transfer-in without `period` it also sets the
|
|
7358
|
-
* period added by the transfer.
|
|
7359
|
-
* a
|
|
7368
|
+
* period added by the transfer. Omitted on create or transfer-in, it follows the term being bought: a one-month
|
|
7369
|
+
* `period` renews monthly and anything else yearly, except a longer month-unit term, which leaves it unset so that the
|
|
7370
|
+
* product's default billing period decides. Supplying `monthly` where the TLD sells no one-month renewal is rejected on
|
|
7371
|
+
* create, transfer-in and update; a `monthly` stored before that rule applied is ignored at renewal.
|
|
7360
7372
|
* - `music_registrant_attestation`: `true`. `.music` registration.
|
|
7361
7373
|
* - `nic_it_compliance_confirmation`: `true`. `.it` registration and transfer.
|
|
7362
7374
|
* - `travel_industry_acknowledgement`: `true`. `.travel` registration.
|
|
@@ -7435,8 +7447,10 @@ export interface components {
|
|
|
7435
7447
|
*
|
|
7436
7448
|
* - `auto_renew_period`: `monthly` or `yearly`. All TLDs on create, transfer-in and update. Selects the
|
|
7437
7449
|
* period of the next renewal; the current expiry date does not move. On transfer-in without `period` it also sets the
|
|
7438
|
-
* period added by the transfer.
|
|
7439
|
-
* a
|
|
7450
|
+
* period added by the transfer. Omitted on create or transfer-in, it follows the term being bought: a one-month
|
|
7451
|
+
* `period` renews monthly and anything else yearly, except a longer month-unit term, which leaves it unset so that the
|
|
7452
|
+
* product's default billing period decides. Supplying `monthly` where the TLD sells no one-month renewal is rejected on
|
|
7453
|
+
* create, transfer-in and update; a `monthly` stored before that rule applied is ignored at renewal.
|
|
7440
7454
|
* - `music_registrant_attestation`: `true`. `.music` registration.
|
|
7441
7455
|
* - `nic_it_compliance_confirmation`: `true`. `.it` registration and transfer.
|
|
7442
7456
|
* - `travel_industry_acknowledgement`: `true`. `.travel` registration.
|
|
@@ -7515,8 +7529,10 @@ export interface components {
|
|
|
7515
7529
|
*
|
|
7516
7530
|
* - `auto_renew_period`: `monthly` or `yearly`. All TLDs on create, transfer-in and update. Selects the
|
|
7517
7531
|
* period of the next renewal; the current expiry date does not move. On transfer-in without `period` it also sets the
|
|
7518
|
-
* period added by the transfer.
|
|
7519
|
-
* a
|
|
7532
|
+
* period added by the transfer. Omitted on create or transfer-in, it follows the term being bought: a one-month
|
|
7533
|
+
* `period` renews monthly and anything else yearly, except a longer month-unit term, which leaves it unset so that the
|
|
7534
|
+
* product's default billing period decides. Supplying `monthly` where the TLD sells no one-month renewal is rejected on
|
|
7535
|
+
* create, transfer-in and update; a `monthly` stored before that rule applied is ignored at renewal.
|
|
7520
7536
|
* - `music_registrant_attestation`: `true`. `.music` registration.
|
|
7521
7537
|
* - `nic_it_compliance_confirmation`: `true`. `.it` registration and transfer.
|
|
7522
7538
|
* - `travel_industry_acknowledgement`: `true`. `.travel` registration.
|
|
@@ -7627,8 +7643,10 @@ export interface components {
|
|
|
7627
7643
|
*
|
|
7628
7644
|
* - `auto_renew_period`: `monthly` or `yearly`. All TLDs on create, transfer-in and update. Selects the
|
|
7629
7645
|
* period of the next renewal; the current expiry date does not move. On transfer-in without `period` it also sets the
|
|
7630
|
-
* period added by the transfer.
|
|
7631
|
-
* a
|
|
7646
|
+
* period added by the transfer. Omitted on create or transfer-in, it follows the term being bought: a one-month
|
|
7647
|
+
* `period` renews monthly and anything else yearly, except a longer month-unit term, which leaves it unset so that the
|
|
7648
|
+
* product's default billing period decides. Supplying `monthly` where the TLD sells no one-month renewal is rejected on
|
|
7649
|
+
* create, transfer-in and update; a `monthly` stored before that rule applied is ignored at renewal.
|
|
7632
7650
|
* - `music_registrant_attestation`: `true`. `.music` registration.
|
|
7633
7651
|
* - `nic_it_compliance_confirmation`: `true`. `.it` registration and transfer.
|
|
7634
7652
|
* - `travel_industry_acknowledgement`: `true`. `.travel` registration.
|
|
@@ -7807,8 +7825,10 @@ export interface components {
|
|
|
7807
7825
|
*
|
|
7808
7826
|
* - `auto_renew_period`: `monthly` or `yearly`. All TLDs on create, transfer-in and update. Selects the
|
|
7809
7827
|
* period of the next renewal; the current expiry date does not move. On transfer-in without `period` it also sets the
|
|
7810
|
-
* period added by the transfer.
|
|
7811
|
-
* a
|
|
7828
|
+
* period added by the transfer. Omitted on create or transfer-in, it follows the term being bought: a one-month
|
|
7829
|
+
* `period` renews monthly and anything else yearly, except a longer month-unit term, which leaves it unset so that the
|
|
7830
|
+
* product's default billing period decides. Supplying `monthly` where the TLD sells no one-month renewal is rejected on
|
|
7831
|
+
* create, transfer-in and update; a `monthly` stored before that rule applied is ignored at renewal.
|
|
7812
7832
|
* - `music_registrant_attestation`: `true`. `.music` registration.
|
|
7813
7833
|
* - `nic_it_compliance_confirmation`: `true`. `.it` registration and transfer.
|
|
7814
7834
|
* - `travel_industry_acknowledgement`: `true`. `.travel` registration.
|
|
@@ -9938,6 +9958,13 @@ export interface components {
|
|
|
9938
9958
|
* @description The subscriber identity (organization number or Person-ID)
|
|
9939
9959
|
*/
|
|
9940
9960
|
identity_value?: string | null;
|
|
9961
|
+
/**
|
|
9962
|
+
* Organization Id
|
|
9963
|
+
* Format: typeid
|
|
9964
|
+
* @description The organization that owns the domain; used to brand the page
|
|
9965
|
+
* @example organization_01h45ytscbebyvny4gc8cr8ma2
|
|
9966
|
+
*/
|
|
9967
|
+
organization_id: TypeId<"organization">;
|
|
9941
9968
|
/** @description The declaration status */
|
|
9942
9969
|
status: components["schemas"]["NorIdDeclarationStatus"];
|
|
9943
9970
|
/**
|