@opusdns/api 1.90.0 → 1.91.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 +4 -0
- package/src/openapi.yaml +3 -1
- package/src/schema.d.ts +1 -1
package/package.json
CHANGED
package/src/helpers/constants.ts
CHANGED
|
@@ -621,6 +621,8 @@ export const DOMAIN_ATTRIBUTE_KEY = {
|
|
|
621
621
|
NOR_ID_APPLICANT_ACCEPT_DATE: "nor_id_applicant_accept_date",
|
|
622
622
|
NOR_ID_DECLARATION: "nor_id_declaration",
|
|
623
623
|
NOR_ID_DECLARATION_TOKEN: "nor_id_declaration_token",
|
|
624
|
+
PUNKTUM_DK_TERMS_ACCEPTANCE: "punktum_dk_terms_acceptance",
|
|
625
|
+
PUNKTUM_DK_TRACKING_NO: "punktum_dk_tracking_no",
|
|
624
626
|
} as const satisfies Record<string, DomainAttributeKey>;
|
|
625
627
|
|
|
626
628
|
export const DOMAIN_ATTRIBUTE_KEY_VALUES = [
|
|
@@ -636,6 +638,8 @@ export const DOMAIN_ATTRIBUTE_KEY_VALUES = [
|
|
|
636
638
|
'nor_id_applicant_accept_date',
|
|
637
639
|
'nor_id_declaration',
|
|
638
640
|
'nor_id_declaration_token',
|
|
641
|
+
'punktum_dk_terms_acceptance',
|
|
642
|
+
'punktum_dk_tracking_no',
|
|
639
643
|
] as const satisfies ReadonlyArray<DomainAttributeKey>;
|
|
640
644
|
|
|
641
645
|
export const DOMAIN_AVAILABILITY_STATUS = {
|
package/src/openapi.yaml
CHANGED
|
@@ -3638,6 +3638,8 @@ components:
|
|
|
3638
3638
|
- nor_id_applicant_accept_date
|
|
3639
3639
|
- nor_id_declaration
|
|
3640
3640
|
- nor_id_declaration_token
|
|
3641
|
+
- punktum_dk_terms_acceptance
|
|
3642
|
+
- punktum_dk_tracking_no
|
|
3641
3643
|
title: DomainAttributeKey
|
|
3642
3644
|
type: string
|
|
3643
3645
|
DomainAvailability:
|
|
@@ -14952,7 +14954,7 @@ info:
|
|
|
14952
14954
|
\n\n"
|
|
14953
14955
|
summary: OpusDNS - your gateway to a seamless domain management experience.
|
|
14954
14956
|
title: OpusDNS API
|
|
14955
|
-
version: 2026-07-
|
|
14957
|
+
version: 2026-07-30-170548
|
|
14956
14958
|
x-logo:
|
|
14957
14959
|
altText: OpusDNS API Reference
|
|
14958
14960
|
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";
|
|
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";
|
|
5270
5270
|
/** DomainAvailability */
|
|
5271
5271
|
DomainAvailability: {
|
|
5272
5272
|
/** Domain */
|