@opusdns/api 1.33.0 → 1.35.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 +15 -9
- package/src/schema.d.ts +6 -5
package/package.json
CHANGED
package/src/openapi.yaml
CHANGED
|
@@ -3576,8 +3576,8 @@ components:
|
|
|
3576
3576
|
description: The renewal mode of the domain
|
|
3577
3577
|
required:
|
|
3578
3578
|
- name
|
|
3579
|
-
- contacts
|
|
3580
3579
|
- renewal_mode
|
|
3580
|
+
- contacts
|
|
3581
3581
|
- period
|
|
3582
3582
|
title: DomainCreate
|
|
3583
3583
|
type: object
|
|
@@ -3825,8 +3825,8 @@ components:
|
|
|
3825
3825
|
description: The renewal mode of the domain
|
|
3826
3826
|
required:
|
|
3827
3827
|
- name
|
|
3828
|
-
- contacts
|
|
3829
3828
|
- renewal_mode
|
|
3829
|
+
- contacts
|
|
3830
3830
|
- period
|
|
3831
3831
|
title: DomainCreatePayloadData
|
|
3832
3832
|
type: object
|
|
@@ -5523,7 +5523,8 @@ components:
|
|
|
5523
5523
|
anyOf:
|
|
5524
5524
|
- $ref: '#/components/schemas/DomainContactHandles'
|
|
5525
5525
|
- $ref: '#/components/schemas/ContactIdList'
|
|
5526
|
-
description: The contacts of the domain
|
|
5526
|
+
description: The contacts of the domain. Optional for transfers when all
|
|
5527
|
+
supported contact roles have a minimum of 0 in the TLD specification.
|
|
5527
5528
|
title: Contacts
|
|
5528
5529
|
create_zone:
|
|
5529
5530
|
default: false
|
|
@@ -5559,7 +5560,6 @@ components:
|
|
|
5559
5560
|
description: The renewal mode of the domain
|
|
5560
5561
|
required:
|
|
5561
5562
|
- name
|
|
5562
|
-
- contacts
|
|
5563
5563
|
- renewal_mode
|
|
5564
5564
|
title: DomainTransferIn
|
|
5565
5565
|
type: object
|
|
@@ -5587,7 +5587,8 @@ components:
|
|
|
5587
5587
|
anyOf:
|
|
5588
5588
|
- $ref: '#/components/schemas/DomainContactHandles'
|
|
5589
5589
|
- $ref: '#/components/schemas/ContactIdList'
|
|
5590
|
-
description: The contacts of the domain
|
|
5590
|
+
description: The contacts of the domain. Optional for transfers when all
|
|
5591
|
+
supported contact roles have a minimum of 0 in the TLD specification.
|
|
5591
5592
|
title: Contacts
|
|
5592
5593
|
create_zone:
|
|
5593
5594
|
default: false
|
|
@@ -5623,7 +5624,6 @@ components:
|
|
|
5623
5624
|
description: The renewal mode of the domain
|
|
5624
5625
|
required:
|
|
5625
5626
|
- name
|
|
5626
|
-
- contacts
|
|
5627
5627
|
- renewal_mode
|
|
5628
5628
|
title: DomainTransferPayloadData
|
|
5629
5629
|
type: object
|
|
@@ -13383,7 +13383,7 @@ info:
|
|
|
13383
13383
|
\n\n"
|
|
13384
13384
|
summary: OpusDNS - your gateway to a seamless domain management experience.
|
|
13385
13385
|
title: OpusDNS API
|
|
13386
|
-
version: 2026-06-24-
|
|
13386
|
+
version: 2026-06-24-164613
|
|
13387
13387
|
x-logo:
|
|
13388
13388
|
altText: OpusDNS API Reference
|
|
13389
13389
|
url: https://d24lr4zqs1tgqh.cloudfront.net/c9505a20-5ae1-406c-b060-d392569caebf.jpg
|
|
@@ -20808,13 +20808,19 @@ paths:
|
|
|
20808
20808
|
- type: string
|
|
20809
20809
|
- type: 'null'
|
|
20810
20810
|
title: Search
|
|
20811
|
-
-
|
|
20811
|
+
- description: Filter by top-level domain (e.g., 'com', 'org'). Can be specified
|
|
20812
|
+
multiple times (union of all provided values).
|
|
20813
|
+
in: query
|
|
20812
20814
|
name: tld
|
|
20813
20815
|
required: false
|
|
20814
20816
|
schema:
|
|
20815
20817
|
anyOf:
|
|
20816
|
-
-
|
|
20818
|
+
- items:
|
|
20819
|
+
type: string
|
|
20820
|
+
type: array
|
|
20817
20821
|
- type: 'null'
|
|
20822
|
+
description: Filter by top-level domain (e.g., 'com', 'org'). Can be specified
|
|
20823
|
+
multiple times (union of all provided values).
|
|
20818
20824
|
title: Tld
|
|
20819
20825
|
- in: query
|
|
20820
20826
|
name: sld
|
package/src/schema.d.ts
CHANGED
|
@@ -6393,9 +6393,9 @@ export interface components {
|
|
|
6393
6393
|
auth_code?: string | null;
|
|
6394
6394
|
/**
|
|
6395
6395
|
* Contacts
|
|
6396
|
-
* @description The contacts of the domain
|
|
6396
|
+
* @description The contacts of the domain. Optional for transfers when all supported contact roles have a minimum of 0 in the TLD specification.
|
|
6397
6397
|
*/
|
|
6398
|
-
contacts
|
|
6398
|
+
contacts?: components["schemas"]["DomainContactHandles"] | components["schemas"]["ContactIdList"];
|
|
6399
6399
|
/**
|
|
6400
6400
|
* Create Zone
|
|
6401
6401
|
* @description Create a zone for the domain on OpusDNS nameserver infrastructure
|
|
@@ -6438,9 +6438,9 @@ export interface components {
|
|
|
6438
6438
|
auth_code?: string | null;
|
|
6439
6439
|
/**
|
|
6440
6440
|
* Contacts
|
|
6441
|
-
* @description The contacts of the domain
|
|
6441
|
+
* @description The contacts of the domain. Optional for transfers when all supported contact roles have a minimum of 0 in the TLD specification.
|
|
6442
6442
|
*/
|
|
6443
|
-
contacts
|
|
6443
|
+
contacts?: components["schemas"]["DomainContactHandles"] | components["schemas"]["ContactIdList"];
|
|
6444
6444
|
/**
|
|
6445
6445
|
* Create Zone
|
|
6446
6446
|
* @description Create a zone for the domain on OpusDNS nameserver infrastructure
|
|
@@ -16943,7 +16943,8 @@ export interface operations {
|
|
|
16943
16943
|
tag_mode?: components["schemas"]["TagFilterMode"];
|
|
16944
16944
|
name?: string | null;
|
|
16945
16945
|
search?: string | null;
|
|
16946
|
-
|
|
16946
|
+
/** @description Filter by top-level domain (e.g., 'com', 'org'). Can be specified multiple times (union of all provided values). */
|
|
16947
|
+
tld?: string[] | null;
|
|
16947
16948
|
sld?: string | null;
|
|
16948
16949
|
transfer_lock?: boolean | null;
|
|
16949
16950
|
is_premium?: boolean | null;
|