@opusdns/api 1.85.0 → 1.86.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/openapi.yaml +11 -6
package/package.json
CHANGED
package/src/openapi.yaml
CHANGED
|
@@ -14882,7 +14882,7 @@ info:
|
|
|
14882
14882
|
\n\n"
|
|
14883
14883
|
summary: OpusDNS - your gateway to a seamless domain management experience.
|
|
14884
14884
|
title: OpusDNS API
|
|
14885
|
-
version: 2026-07-28-
|
|
14885
|
+
version: 2026-07-28-214611
|
|
14886
14886
|
x-logo:
|
|
14887
14887
|
altText: OpusDNS API Reference
|
|
14888
14888
|
url: https://d24lr4zqs1tgqh.cloudfront.net/c9505a20-5ae1-406c-b060-d392569caebf.jpg
|
|
@@ -18513,19 +18513,24 @@ paths:
|
|
|
18513
18513
|
name: example.com.
|
|
18514
18514
|
rrsets:
|
|
18515
18515
|
- name: example.com.
|
|
18516
|
-
protected:
|
|
18516
|
+
protected: true
|
|
18517
|
+
protected_reason: SYSTEM_MANAGED_SOA
|
|
18517
18518
|
records:
|
|
18518
|
-
- protected:
|
|
18519
|
+
- protected: true
|
|
18520
|
+
protected_reason: SYSTEM_MANAGED_SOA
|
|
18519
18521
|
rdata: ns1.opusdns.com. hostmaster.opusdns.com. 2025111801
|
|
18520
18522
|
10800 3600 604800 300
|
|
18521
18523
|
ttl: 3600
|
|
18522
18524
|
type: SOA
|
|
18523
18525
|
- name: example.com.
|
|
18524
|
-
protected:
|
|
18526
|
+
protected: true
|
|
18527
|
+
protected_reason: SYSTEM_MANAGED_NS
|
|
18525
18528
|
records:
|
|
18526
|
-
- protected:
|
|
18529
|
+
- protected: true
|
|
18530
|
+
protected_reason: SYSTEM_MANAGED_NS
|
|
18527
18531
|
rdata: ns1.opusdns.com.
|
|
18528
|
-
- protected:
|
|
18532
|
+
- protected: true
|
|
18533
|
+
protected_reason: SYSTEM_MANAGED_NS
|
|
18529
18534
|
rdata: ns2.opusdns.net.
|
|
18530
18535
|
ttl: 3600
|
|
18531
18536
|
type: NS
|