@opusdns/api 1.94.0 → 1.95.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 +2 -1
- package/src/schema.d.ts +1 -1
package/package.json
CHANGED
package/src/helpers/constants.ts
CHANGED
|
@@ -624,6 +624,7 @@ export const DOMAIN_ATTRIBUTE_KEY = {
|
|
|
624
624
|
PUNKTUM_DK_TERMS_ACCEPTANCE: "punktum_dk_terms_acceptance",
|
|
625
625
|
PUNKTUM_DK_TRACKING_NO: "punktum_dk_tracking_no",
|
|
626
626
|
PROMOTION: "promotion",
|
|
627
|
+
PROMOTION_ELIGIBILITY: "promotion_eligibility",
|
|
627
628
|
} as const satisfies Record<string, DomainAttributeKey>;
|
|
628
629
|
|
|
629
630
|
export const DOMAIN_ATTRIBUTE_KEY_VALUES = [
|
|
@@ -642,6 +643,7 @@ export const DOMAIN_ATTRIBUTE_KEY_VALUES = [
|
|
|
642
643
|
'punktum_dk_terms_acceptance',
|
|
643
644
|
'punktum_dk_tracking_no',
|
|
644
645
|
'promotion',
|
|
646
|
+
'promotion_eligibility',
|
|
645
647
|
] as const satisfies ReadonlyArray<DomainAttributeKey>;
|
|
646
648
|
|
|
647
649
|
export const DOMAIN_AVAILABILITY_STATUS = {
|
package/src/openapi.yaml
CHANGED
|
@@ -3641,6 +3641,7 @@ components:
|
|
|
3641
3641
|
- punktum_dk_terms_acceptance
|
|
3642
3642
|
- punktum_dk_tracking_no
|
|
3643
3643
|
- promotion
|
|
3644
|
+
- promotion_eligibility
|
|
3644
3645
|
title: DomainAttributeKey
|
|
3645
3646
|
type: string
|
|
3646
3647
|
DomainAvailability:
|
|
@@ -14988,7 +14989,7 @@ info:
|
|
|
14988
14989
|
\n\n"
|
|
14989
14990
|
summary: OpusDNS - your gateway to a seamless domain management experience.
|
|
14990
14991
|
title: OpusDNS API
|
|
14991
|
-
version: 2026-08-03-
|
|
14992
|
+
version: 2026-08-03-232757
|
|
14992
14993
|
x-logo:
|
|
14993
14994
|
altText: OpusDNS API Reference
|
|
14994
14995
|
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" | "promotion";
|
|
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" | "promotion_eligibility";
|
|
5270
5270
|
/** DomainAvailability */
|
|
5271
5271
|
DomainAvailability: {
|
|
5272
5272
|
/** Domain */
|