@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.
- package/package.json +1 -1
- package/src/openapi.yaml +2 -2
package/package.json
CHANGED
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-
|
|
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-
|
|
23421
|
+
pattern: ^[a-zA-Z0-9]+(?:[.-]+[a-zA-Z0-9]+)*$
|
|
23422
23422
|
type: string
|
|
23423
23423
|
type: array
|
|
23424
23424
|
- type: 'null'
|