@opusdns/api 1.98.0 → 1.99.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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/src/openapi.yaml +17 -1
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "@opusdns/api-spec-ts-generator": "^1.2.0"
4
4
  },
5
5
  "name": "@opusdns/api",
6
- "version": "1.98.0",
6
+ "version": "1.99.0",
7
7
  "description": "TypeScript types for the OpusDNS OpenAPI specification",
8
8
  "main": "./src/index.ts",
9
9
  "module": "./src/index.ts",
package/src/openapi.yaml CHANGED
@@ -14990,7 +14990,7 @@ info:
14990
14990
  \n\n"
14991
14991
  summary: OpusDNS - your gateway to a seamless domain management experience.
14992
14992
  title: OpusDNS API
14993
- version: 2026-08-04-135216
14993
+ version: 2026-08-04-151228
14994
14994
  x-logo:
14995
14995
  altText: OpusDNS API Reference
14996
14996
  url: https://d24lr4zqs1tgqh.cloudfront.net/c9505a20-5ae1-406c-b060-d392569caebf.jpg
@@ -19706,6 +19706,22 @@ paths:
19706
19706
  content:
19707
19707
  application/json:
19708
19708
  examples:
19709
+ delegate_subdomain:
19710
+ description: Add an NS RRset below the zone apex to delegate a subdomain
19711
+ to other nameservers (sub-zone delegation). The zone answers queries
19712
+ for the subtree with a referral. NS records at the apex are system-managed
19713
+ and cannot be changed here.
19714
+ summary: Delegate a subdomain
19715
+ value:
19716
+ ops:
19717
+ - op: upsert
19718
+ rrset:
19719
+ name: internal
19720
+ records:
19721
+ - rdata: ns1.other-provider.net.
19722
+ - rdata: ns2.other-provider.net.
19723
+ ttl: 3600
19724
+ type: NS
19709
19725
  remove_single_rrset:
19710
19726
  description: Remove all records for a specific name and type
19711
19727
  summary: Remove a single RRset