@opusdns/api 0.185.0 → 0.186.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": "^0.19.0"
4
4
  },
5
5
  "name": "@opusdns/api",
6
- "version": "0.185.0",
6
+ "version": "0.186.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
@@ -6984,7 +6984,7 @@ info:
6984
6984
  '
6985
6985
  summary: OpusDNS - your gateway to a seamless domain management experience.
6986
6986
  title: OpusDNS API
6987
- version: 2026-02-09-083239
6987
+ version: 2026-02-09-152424
6988
6988
  x-logo:
6989
6989
  altText: OpusDNS API Reference
6990
6990
  url: https://d24lr4zqs1tgqh.cloudfront.net/c9505a20-5ae1-406c-b060-d392569caebf.jpg
@@ -11194,7 +11194,7 @@ paths:
11194
11194
  schema:
11195
11195
  anyOf:
11196
11196
  - items:
11197
- pattern: ^[a-zA-Z]+$
11197
+ pattern: ^[a-zA-Z]+(\.[a-zA-Z]+)*$
11198
11198
  type: string
11199
11199
  type: array
11200
11200
  - type: 'null'