@opusdns/api 1.95.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 +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
|
@@ -1429,6 +1429,7 @@ export const PROTOCOL_VALUES = [
|
|
|
1429
1429
|
export const PUBLIC_RESOURCE = {
|
|
1430
1430
|
ORGANIZATION: "organization",
|
|
1431
1431
|
DOMAINS: "domains",
|
|
1432
|
+
DOMAIN_AUTH_CODES: "domain_auth_codes",
|
|
1432
1433
|
CONTACTS: "contacts",
|
|
1433
1434
|
DNS: "dns",
|
|
1434
1435
|
HOSTS: "hosts",
|
|
@@ -1451,6 +1452,7 @@ export const PUBLIC_RESOURCE = {
|
|
|
1451
1452
|
export const PUBLIC_RESOURCE_VALUES = [
|
|
1452
1453
|
'organization',
|
|
1453
1454
|
'domains',
|
|
1455
|
+
'domain_auth_codes',
|
|
1454
1456
|
'contacts',
|
|
1455
1457
|
'dns',
|
|
1456
1458
|
'hosts',
|
package/src/openapi.yaml
CHANGED
|
@@ -11810,6 +11810,7 @@ components:
|
|
|
11810
11810
|
enum:
|
|
11811
11811
|
- organization
|
|
11812
11812
|
- domains
|
|
11813
|
+
- domain_auth_codes
|
|
11813
11814
|
- contacts
|
|
11814
11815
|
- dns
|
|
11815
11816
|
- hosts
|
|
@@ -14989,7 +14990,7 @@ info:
|
|
|
14989
14990
|
\n\n"
|
|
14990
14991
|
summary: OpusDNS - your gateway to a seamless domain management experience.
|
|
14991
14992
|
title: OpusDNS API
|
|
14992
|
-
version: 2026-08-
|
|
14993
|
+
version: 2026-08-04-064134
|
|
14993
14994
|
x-logo:
|
|
14994
14995
|
altText: OpusDNS API Reference
|
|
14995
14996
|
url: https://d24lr4zqs1tgqh.cloudfront.net/c9505a20-5ae1-406c-b060-d392569caebf.jpg
|
package/src/schema.d.ts
CHANGED
|
@@ -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}
|