@opusdns/api 1.139.0 → 1.141.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.5.0"
4
4
  },
5
5
  "name": "@opusdns/api",
6
- "version": "1.139.0",
6
+ "version": "1.141.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
@@ -15780,7 +15780,7 @@ info:
15780
15780
  \n\n"
15781
15781
  summary: OpusDNS - your gateway to a seamless domain management experience.
15782
15782
  title: OpusDNS API
15783
- version: 2026-08-27-083857
15783
+ version: 2026-08-27-221530
15784
15784
  x-logo:
15785
15785
  altText: OpusDNS API Reference
15786
15786
  url: https://d24lr4zqs1tgqh.cloudfront.net/c9505a20-5ae1-406c-b060-d392569caebf.jpg
@@ -18066,6 +18066,14 @@ paths:
18066
18066
  - type: string
18067
18067
  - type: 'null'
18068
18068
  title: Country
18069
+ - in: query
18070
+ name: in_use
18071
+ required: false
18072
+ schema:
18073
+ anyOf:
18074
+ - type: boolean
18075
+ - type: 'null'
18076
+ title: In Use
18069
18077
  - in: query
18070
18078
  name: created_after
18071
18079
  required: false
@@ -21324,7 +21332,7 @@ paths:
21324
21332
  status: 404
21325
21333
  title: DNS Error
21326
21334
  type: dns-zone-not-found
21327
- zone_name: Zone example.com. not found
21335
+ zone_name: example.com.
21328
21336
  schema:
21329
21337
  $ref: '#/components/schemas/Problem'
21330
21338
  description: DNS zone was not found
@@ -26245,7 +26253,7 @@ paths:
26245
26253
  status: 404
26246
26254
  title: DNS Error
26247
26255
  type: dns-zone-not-found
26248
- zone_name: Zone example.com. not found
26256
+ zone_name: example.com.
26249
26257
  schema:
26250
26258
  $ref: '#/components/schemas/Problem'
26251
26259
  description: DNS zone was not found
package/src/schema.d.ts CHANGED
@@ -15231,6 +15231,7 @@ export interface operations {
15231
15231
  email?: string | null;
15232
15232
  search?: string | null;
15233
15233
  country?: string | null;
15234
+ in_use?: boolean | null;
15234
15235
  created_after?: Date | null;
15235
15236
  created_before?: Date | null;
15236
15237
  /** @description Include additional data in the response. Can be specified multiple times. */
@@ -17485,7 +17486,7 @@ export interface operations {
17485
17486
  * "status": 404,
17486
17487
  * "title": "DNS Error",
17487
17488
  * "type": "dns-zone-not-found",
17488
- * "zone_name": "Zone example.com. not found"
17489
+ * "zone_name": "example.com."
17489
17490
  * } */
17490
17491
  "application/problem+json": components["schemas"]["Problem"];
17491
17492
  };
@@ -21527,7 +21528,7 @@ export interface operations {
21527
21528
  * "status": 404,
21528
21529
  * "title": "DNS Error",
21529
21530
  * "type": "dns-zone-not-found",
21530
- * "zone_name": "Zone example.com. not found"
21531
+ * "zone_name": "example.com."
21531
21532
  * } */
21532
21533
  "application/problem+json": components["schemas"]["Problem"];
21533
21534
  };