@opusdns/api 0.38.0 → 0.40.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/helpers/keys.ts +1 -1
- package/src/helpers/requests.d.ts +2 -2
- package/src/helpers/responses.d.ts +2 -2
- package/src/openapi.yaml +4 -4
- package/src/schema.d.ts +3 -3
package/package.json
CHANGED
package/src/helpers/keys.ts
CHANGED
|
@@ -14611,7 +14611,7 @@ export const KEYS_PERMISSION_SET = [
|
|
|
14611
14611
|
*
|
|
14612
14612
|
* Base price
|
|
14613
14613
|
*
|
|
14614
|
-
* @type {
|
|
14614
|
+
* @type {string}
|
|
14615
14615
|
*
|
|
14616
14616
|
*
|
|
14617
14617
|
* @remarks
|
|
@@ -1282,7 +1282,7 @@ export type GET_DomainSearchSuggest_Request_Query = GET_DomainSearchSuggest_Requ
|
|
|
1282
1282
|
* Request type for GET Domains endpoint
|
|
1283
1283
|
*
|
|
1284
1284
|
* List all domains
|
|
1285
|
-
* Retrieves a paginated list of all domains
|
|
1285
|
+
* Retrieves a paginated list of all active domains
|
|
1286
1286
|
*
|
|
1287
1287
|
* @remarks
|
|
1288
1288
|
* This type defines the complete request structure for the GET Domains endpoint.
|
|
@@ -1442,7 +1442,7 @@ export type DELETE_DomainsDomainReference_Request_Path = DELETE_DomainsDomainRef
|
|
|
1442
1442
|
* Request type for GET DomainsDomainReference endpoint
|
|
1443
1443
|
*
|
|
1444
1444
|
* Retrieve a domain
|
|
1445
|
-
* Retrieves a single domain by either its name or id
|
|
1445
|
+
* Retrieves a single active domain by either its name or id
|
|
1446
1446
|
*
|
|
1447
1447
|
* @remarks
|
|
1448
1448
|
* This type defines the complete request structure for the GET DomainsDomainReference endpoint.
|
|
@@ -2087,7 +2087,7 @@ export type GET_DomainSearchSuggest_Response_502 = Problem
|
|
|
2087
2087
|
* Response types for GET Domains endpoint
|
|
2088
2088
|
*
|
|
2089
2089
|
* List all domains
|
|
2090
|
-
* Retrieves a paginated list of all domains
|
|
2090
|
+
* Retrieves a paginated list of all active domains
|
|
2091
2091
|
*
|
|
2092
2092
|
* @remarks
|
|
2093
2093
|
* This type defines all possible response structures for the GET Domains endpoint.
|
|
@@ -2328,7 +2328,7 @@ export type DELETE_DomainsByDomainReference_Response_422 = HTTPValidationError
|
|
|
2328
2328
|
* Response types for GET DomainsByDomainReference endpoint
|
|
2329
2329
|
*
|
|
2330
2330
|
* Retrieve a domain
|
|
2331
|
-
* Retrieves a single domain by either its name or id
|
|
2331
|
+
* Retrieves a single active domain by either its name or id
|
|
2332
2332
|
*
|
|
2333
2333
|
* @remarks
|
|
2334
2334
|
* This type defines all possible response structures for the GET DomainsByDomainReference endpoint.
|
package/src/openapi.yaml
CHANGED
|
@@ -3758,7 +3758,7 @@ components:
|
|
|
3758
3758
|
amount:
|
|
3759
3759
|
description: Base price
|
|
3760
3760
|
title: Amount
|
|
3761
|
-
type:
|
|
3761
|
+
type: string
|
|
3762
3762
|
currency:
|
|
3763
3763
|
description: Currency code
|
|
3764
3764
|
title: Currency
|
|
@@ -5259,7 +5259,7 @@ info:
|
|
|
5259
5259
|
'
|
|
5260
5260
|
summary: OpusDNS - your gateway to a seamless domain management experience.
|
|
5261
5261
|
title: OpusDNS API
|
|
5262
|
-
version: 2025-09-
|
|
5262
|
+
version: 2025-09-13-035313
|
|
5263
5263
|
x-logo:
|
|
5264
5264
|
altText: OpusDNS API Reference
|
|
5265
5265
|
url: https://d24lr4zqs1tgqh.cloudfront.net/c9505a20-5ae1-406c-b060-d392569caebf.jpg
|
|
@@ -6865,7 +6865,7 @@ paths:
|
|
|
6865
6865
|
- domain_search
|
|
6866
6866
|
/v1/domains:
|
|
6867
6867
|
get:
|
|
6868
|
-
description: Retrieves a paginated list of all domains
|
|
6868
|
+
description: Retrieves a paginated list of all active domains
|
|
6869
6869
|
operationId: get_domains_v1_domains_get
|
|
6870
6870
|
parameters:
|
|
6871
6871
|
- in: query
|
|
@@ -7330,7 +7330,7 @@ paths:
|
|
|
7330
7330
|
tags:
|
|
7331
7331
|
- domain
|
|
7332
7332
|
get:
|
|
7333
|
-
description: Retrieves a single domain by either its name or id
|
|
7333
|
+
description: Retrieves a single active domain by either its name or id
|
|
7334
7334
|
operationId: get_domain_v1_domains__domain_reference__get
|
|
7335
7335
|
parameters:
|
|
7336
7336
|
- in: path
|
package/src/schema.d.ts
CHANGED
|
@@ -412,7 +412,7 @@ export interface paths {
|
|
|
412
412
|
};
|
|
413
413
|
/**
|
|
414
414
|
* List all domains
|
|
415
|
-
* @description Retrieves a paginated list of all domains
|
|
415
|
+
* @description Retrieves a paginated list of all active domains
|
|
416
416
|
*/
|
|
417
417
|
get: operations["get_domains_v1_domains_get"];
|
|
418
418
|
put?: never;
|
|
@@ -495,7 +495,7 @@ export interface paths {
|
|
|
495
495
|
};
|
|
496
496
|
/**
|
|
497
497
|
* Retrieve a domain
|
|
498
|
-
* @description Retrieves a single domain by either its name or id
|
|
498
|
+
* @description Retrieves a single active domain by either its name or id
|
|
499
499
|
*/
|
|
500
500
|
get: operations["get_domain_v1_domains__domain_reference__get"];
|
|
501
501
|
put?: never;
|
|
@@ -3678,7 +3678,7 @@ export interface components {
|
|
|
3678
3678
|
* Amount
|
|
3679
3679
|
* @description Base price
|
|
3680
3680
|
*/
|
|
3681
|
-
amount:
|
|
3681
|
+
amount: string;
|
|
3682
3682
|
/**
|
|
3683
3683
|
* Currency
|
|
3684
3684
|
* @description Currency code
|