@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.
- package/package.json +1 -1
- package/src/openapi.yaml +2 -2
package/package.json
CHANGED
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-
|
|
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'
|