@opusdns/api 1.94.0 → 1.96.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 +2 -2
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 = {
|
|
@@ -1427,6 +1429,7 @@ export const PROTOCOL_VALUES = [
|
|
|
1427
1429
|
export const PUBLIC_RESOURCE = {
|
|
1428
1430
|
ORGANIZATION: "organization",
|
|
1429
1431
|
DOMAINS: "domains",
|
|
1432
|
+
DOMAIN_AUTH_CODES: "domain_auth_codes",
|
|
1430
1433
|
CONTACTS: "contacts",
|
|
1431
1434
|
DNS: "dns",
|
|
1432
1435
|
HOSTS: "hosts",
|
|
@@ -1449,6 +1452,7 @@ export const PUBLIC_RESOURCE = {
|
|
|
1449
1452
|
export const PUBLIC_RESOURCE_VALUES = [
|
|
1450
1453
|
'organization',
|
|
1451
1454
|
'domains',
|
|
1455
|
+
'domain_auth_codes',
|
|
1452
1456
|
'contacts',
|
|
1453
1457
|
'dns',
|
|
1454
1458
|
'hosts',
|
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:
|
|
@@ -11809,6 +11810,7 @@ components:
|
|
|
11809
11810
|
enum:
|
|
11810
11811
|
- organization
|
|
11811
11812
|
- domains
|
|
11813
|
+
- domain_auth_codes
|
|
11812
11814
|
- contacts
|
|
11813
11815
|
- dns
|
|
11814
11816
|
- hosts
|
|
@@ -14988,7 +14990,7 @@ info:
|
|
|
14988
14990
|
\n\n"
|
|
14989
14991
|
summary: OpusDNS - your gateway to a seamless domain management experience.
|
|
14990
14992
|
title: OpusDNS API
|
|
14991
|
-
version: 2026-08-
|
|
14993
|
+
version: 2026-08-04-064134
|
|
14992
14994
|
x-logo:
|
|
14993
14995
|
altText: OpusDNS API Reference
|
|
14994
14996
|
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 */
|
|
@@ -10679,7 +10679,7 @@ export interface components {
|
|
|
10679
10679
|
* PublicResource
|
|
10680
10680
|
* @enum {string}
|
|
10681
10681
|
*/
|
|
10682
|
-
PublicResource: "organization" | "domains" | "contacts" | "dns" | "hosts" | "email_forwards" | "domain_forwards" | "parking" | "events" | "jobs" | "billing" | "users" | "api_keys" | "registrar_credentials" | "tags" | "audit_logs" | "vanity_ns" | "whitelabel_branding" | "ai_concierge";
|
|
10682
|
+
PublicResource: "organization" | "domains" | "domain_auth_codes" | "contacts" | "dns" | "hosts" | "email_forwards" | "domain_forwards" | "parking" | "events" | "jobs" | "billing" | "users" | "api_keys" | "registrar_credentials" | "tags" | "audit_logs" | "vanity_ns" | "whitelabel_branding" | "ai_concierge";
|
|
10683
10683
|
/**
|
|
10684
10684
|
* PublicRole
|
|
10685
10685
|
* @enum {string}
|