@opusdns/api 1.47.0 → 1.48.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 +4 -3
- package/src/schema.d.ts +1 -1
package/package.json
CHANGED
package/src/openapi.yaml
CHANGED
|
@@ -11289,8 +11289,10 @@ components:
|
|
|
11289
11289
|
title: Nameservers
|
|
11290
11290
|
type: array
|
|
11291
11291
|
registrar:
|
|
11292
|
+
anyOf:
|
|
11293
|
+
- type: string
|
|
11294
|
+
- type: 'null'
|
|
11292
11295
|
title: Registrar
|
|
11293
|
-
type: string
|
|
11294
11296
|
statuses:
|
|
11295
11297
|
default: []
|
|
11296
11298
|
items:
|
|
@@ -11303,7 +11305,6 @@ components:
|
|
|
11303
11305
|
- type: 'null'
|
|
11304
11306
|
required:
|
|
11305
11307
|
- name
|
|
11306
|
-
- registrar
|
|
11307
11308
|
title: RegistrarDomain
|
|
11308
11309
|
type: object
|
|
11309
11310
|
RegistrarRRSet:
|
|
@@ -13853,7 +13854,7 @@ info:
|
|
|
13853
13854
|
\n\n"
|
|
13854
13855
|
summary: OpusDNS - your gateway to a seamless domain management experience.
|
|
13855
13856
|
title: OpusDNS API
|
|
13856
|
-
version: 2026-07-09-
|
|
13857
|
+
version: 2026-07-09-112921
|
|
13857
13858
|
x-logo:
|
|
13858
13859
|
altText: OpusDNS API Reference
|
|
13859
13860
|
url: https://d24lr4zqs1tgqh.cloudfront.net/c9505a20-5ae1-406c-b060-d392569caebf.jpg
|
package/src/schema.d.ts
CHANGED
|
@@ -10161,7 +10161,7 @@ export interface components {
|
|
|
10161
10161
|
*/
|
|
10162
10162
|
nameservers: string[];
|
|
10163
10163
|
/** Registrar */
|
|
10164
|
-
registrar
|
|
10164
|
+
registrar?: string | null;
|
|
10165
10165
|
/**
|
|
10166
10166
|
* Statuses
|
|
10167
10167
|
* @default []
|