@opusdns/api 1.180.0 → 1.181.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 CHANGED
@@ -3,7 +3,7 @@
3
3
  "@opusdns/api-spec-ts-generator": "^1.6.0"
4
4
  },
5
5
  "name": "@opusdns/api",
6
- "version": "1.180.0",
6
+ "version": "1.181.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
@@ -17036,7 +17036,7 @@ info:
17036
17036
  \n\n"
17037
17037
  summary: OpusDNS - your gateway to a seamless domain management experience.
17038
17038
  title: OpusDNS API
17039
- version: 2026-09-14-164748
17039
+ version: 2026-09-15-153517
17040
17040
  x-logo:
17041
17041
  altText: OpusDNS API Reference
17042
17042
  url: https://d24lr4zqs1tgqh.cloudfront.net/c9505a20-5ae1-406c-b060-d392569caebf.jpg
@@ -25111,6 +25111,14 @@ paths:
25111
25111
  - type: string
25112
25112
  - type: 'null'
25113
25113
  title: Sld
25114
+ - in: query
25115
+ name: nameserver
25116
+ required: false
25117
+ schema:
25118
+ anyOf:
25119
+ - type: string
25120
+ - type: 'null'
25121
+ title: Nameserver
25114
25122
  - in: query
25115
25123
  name: transfer_lock
25116
25124
  required: false
package/src/schema.d.ts CHANGED
@@ -20593,6 +20593,7 @@ export interface operations {
20593
20593
  /** @description Filter by top-level domain (e.g., 'com', 'org'). Can be specified multiple times (union of all provided values). */
20594
20594
  tld?: string[] | null;
20595
20595
  sld?: string | null;
20596
+ nameserver?: string | null;
20596
20597
  transfer_lock?: boolean | null;
20597
20598
  read_only?: boolean | null;
20598
20599
  is_premium?: boolean | null;