@opusdns/api 0.152.0 → 0.153.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 +3 -1
package/package.json
CHANGED
package/src/openapi.yaml
CHANGED
|
@@ -2510,6 +2510,8 @@ components:
|
|
|
2510
2510
|
title: Attributes
|
|
2511
2511
|
auth_code:
|
|
2512
2512
|
description: The auth code for the domain
|
|
2513
|
+
maxLength: 32
|
|
2514
|
+
minLength: 6
|
|
2513
2515
|
title: Auth Code
|
|
2514
2516
|
type: string
|
|
2515
2517
|
contacts:
|
|
@@ -6526,7 +6528,7 @@ info:
|
|
|
6526
6528
|
'
|
|
6527
6529
|
summary: OpusDNS - your gateway to a seamless domain management experience.
|
|
6528
6530
|
title: OpusDNS API
|
|
6529
|
-
version: 2026-01-12-
|
|
6531
|
+
version: 2026-01-12-160605
|
|
6530
6532
|
x-logo:
|
|
6531
6533
|
altText: OpusDNS API Reference
|
|
6532
6534
|
url: https://d24lr4zqs1tgqh.cloudfront.net/c9505a20-5ae1-406c-b060-d392569caebf.jpg
|