@opusdns/api 1.140.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.140.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-143617
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
@@ -21332,7 +21332,7 @@ paths:
21332
21332
  status: 404
21333
21333
  title: DNS Error
21334
21334
  type: dns-zone-not-found
21335
- zone_name: Zone example.com. not found
21335
+ zone_name: example.com.
21336
21336
  schema:
21337
21337
  $ref: '#/components/schemas/Problem'
21338
21338
  description: DNS zone was not found
@@ -26253,7 +26253,7 @@ paths:
26253
26253
  status: 404
26254
26254
  title: DNS Error
26255
26255
  type: dns-zone-not-found
26256
- zone_name: Zone example.com. not found
26256
+ zone_name: example.com.
26257
26257
  schema:
26258
26258
  $ref: '#/components/schemas/Problem'
26259
26259
  description: DNS zone was not found
package/src/schema.d.ts CHANGED
@@ -17486,7 +17486,7 @@ export interface operations {
17486
17486
  * "status": 404,
17487
17487
  * "title": "DNS Error",
17488
17488
  * "type": "dns-zone-not-found",
17489
- * "zone_name": "Zone example.com. not found"
17489
+ * "zone_name": "example.com."
17490
17490
  * } */
17491
17491
  "application/problem+json": components["schemas"]["Problem"];
17492
17492
  };
@@ -21528,7 +21528,7 @@ export interface operations {
21528
21528
  * "status": 404,
21529
21529
  * "title": "DNS Error",
21530
21530
  * "type": "dns-zone-not-found",
21531
- * "zone_name": "Zone example.com. not found"
21531
+ * "zone_name": "example.com."
21532
21532
  * } */
21533
21533
  "application/problem+json": components["schemas"]["Problem"];
21534
21534
  };