@opusdns/api 0.146.0 → 0.147.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 +1 -3
- package/src/schema.d.ts +1 -1
package/package.json
CHANGED
package/src/openapi.yaml
CHANGED
|
@@ -2267,8 +2267,6 @@ components:
|
|
|
2267
2267
|
- type: 'null'
|
|
2268
2268
|
description: Reason for restoring the domain
|
|
2269
2269
|
title: Reason
|
|
2270
|
-
required:
|
|
2271
|
-
- reason
|
|
2272
2270
|
title: DomainRestoreRequest
|
|
2273
2271
|
type: object
|
|
2274
2272
|
DomainRestoreResponse:
|
|
@@ -6504,7 +6502,7 @@ info:
|
|
|
6504
6502
|
'
|
|
6505
6503
|
summary: OpusDNS - your gateway to a seamless domain management experience.
|
|
6506
6504
|
title: OpusDNS API
|
|
6507
|
-
version: 2026-01-
|
|
6505
|
+
version: 2026-01-09-080734
|
|
6508
6506
|
x-logo:
|
|
6509
6507
|
altText: OpusDNS API Reference
|
|
6510
6508
|
url: https://d24lr4zqs1tgqh.cloudfront.net/c9505a20-5ae1-406c-b060-d392569caebf.jpg
|
package/src/schema.d.ts
CHANGED