@opusdns/api 1.133.0 → 1.134.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 +2 -2
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.133.0",
6
+ "version": "1.134.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
@@ -15736,7 +15736,7 @@ info:
15736
15736
  \n\n"
15737
15737
  summary: OpusDNS - your gateway to a seamless domain management experience.
15738
15738
  title: OpusDNS API
15739
- version: 2026-08-25-080032
15739
+ version: 2026-08-25-193748
15740
15740
  x-logo:
15741
15741
  altText: OpusDNS API Reference
15742
15742
  url: https://d24lr4zqs1tgqh.cloudfront.net/c9505a20-5ae1-406c-b060-d392569caebf.jpg
@@ -23418,7 +23418,7 @@ paths:
23418
23418
  schema:
23419
23419
  anyOf:
23420
23420
  - items:
23421
- pattern: ^[a-zA-Z]+(\.[a-zA-Z]+)*$
23421
+ pattern: ^[a-zA-Z0-9]+(?:[.-]+[a-zA-Z0-9]+)*$
23422
23422
  type: string
23423
23423
  type: array
23424
23424
  - type: 'null'