@opusdns/api 1.22.0 → 1.23.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.2.0"
4
4
  },
5
5
  "name": "@opusdns/api",
6
- "version": "1.22.0",
6
+ "version": "1.23.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
@@ -12734,7 +12734,7 @@ info:
12734
12734
  \n\n"
12735
12735
  summary: OpusDNS - your gateway to a seamless domain management experience.
12736
12736
  title: OpusDNS API
12737
- version: 2026-06-18-184808
12737
+ version: 2026-06-20-135648
12738
12738
  x-logo:
12739
12739
  altText: OpusDNS API Reference
12740
12740
  url: https://d24lr4zqs1tgqh.cloudfront.net/c9505a20-5ae1-406c-b060-d392569caebf.jpg
@@ -16121,6 +16121,19 @@ paths:
16121
16121
  - type: string
16122
16122
  - type: 'null'
16123
16123
  title: Suffix
16124
+ - in: query
16125
+ name: vanity_nameserver_set_id
16126
+ required: false
16127
+ schema:
16128
+ anyOf:
16129
+ - examples:
16130
+ - vns_01h45ytscbebyvny4gc8cr8ma2
16131
+ format: typeid
16132
+ pattern: ^vns_[0-7][0-9a-hjkmnpq-tv-z]{25}$
16133
+ type: string
16134
+ x-typeid-prefix: vns
16135
+ - type: 'null'
16136
+ title: Vanity Nameserver Set Id
16124
16137
  - in: query
16125
16138
  name: created_after
16126
16139
  required: false
package/src/schema.d.ts CHANGED
@@ -13893,6 +13893,7 @@ export interface operations {
13893
13893
  name?: string | null;
13894
13894
  search?: string | null;
13895
13895
  suffix?: string | null;
13896
+ vanity_nameserver_set_id?: TypeId<"vns"> | null;
13896
13897
  created_after?: Date | null;
13897
13898
  created_before?: Date | null;
13898
13899
  updated_after?: Date | null;