@opusdns/api 1.82.0 → 1.83.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 -2
- package/src/schema.d.ts +2 -5
package/package.json
CHANGED
package/src/openapi.yaml
CHANGED
|
@@ -11971,7 +11971,6 @@ components:
|
|
|
11971
11971
|
- type: 'null'
|
|
11972
11972
|
title: Registrar
|
|
11973
11973
|
statuses:
|
|
11974
|
-
default: []
|
|
11975
11974
|
items:
|
|
11976
11975
|
type: string
|
|
11977
11976
|
title: Statuses
|
|
@@ -14850,7 +14849,7 @@ info:
|
|
|
14850
14849
|
\n\n"
|
|
14851
14850
|
summary: OpusDNS - your gateway to a seamless domain management experience.
|
|
14852
14851
|
title: OpusDNS API
|
|
14853
|
-
version: 2026-07-27-
|
|
14852
|
+
version: 2026-07-27-141029
|
|
14854
14853
|
x-logo:
|
|
14855
14854
|
altText: OpusDNS API Reference
|
|
14856
14855
|
url: https://d24lr4zqs1tgqh.cloudfront.net/c9505a20-5ae1-406c-b060-d392569caebf.jpg
|
package/src/schema.d.ts
CHANGED
|
@@ -10735,11 +10735,8 @@ export interface components {
|
|
|
10735
10735
|
nameservers: components["schemas"]["RegistrarNameserver"][];
|
|
10736
10736
|
/** Registrar */
|
|
10737
10737
|
registrar?: string | null;
|
|
10738
|
-
/**
|
|
10739
|
-
|
|
10740
|
-
* @default []
|
|
10741
|
-
*/
|
|
10742
|
-
statuses: string[];
|
|
10738
|
+
/** Statuses */
|
|
10739
|
+
statuses?: string[];
|
|
10743
10740
|
zone?: components["schemas"]["RegistrarZone"] | null;
|
|
10744
10741
|
};
|
|
10745
10742
|
/** RegistrarNameserver */
|