@opusdns/api 0.97.0 → 0.98.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/requests.d.ts +0 -4
- package/src/helpers/responses.d.ts +0 -10
- package/src/openapi.yaml +1 -19
- package/src/schema.d.ts +0 -4
package/package.json
CHANGED
|
@@ -1364,8 +1364,6 @@ export type PATCH_DomainForwardsHostnameDisable_Request_Path = PATCH_DomainForwa
|
|
|
1364
1364
|
*
|
|
1365
1365
|
* @path /v1/domain-forwards/{hostname}/enable
|
|
1366
1366
|
* @param hostname (path) - Hostname
|
|
1367
|
-
* @param auto_create_zone (query) - Auto create zone if it doesn't exist
|
|
1368
|
-
* @param auto_create_domain_forward (query) - Auto create domain forward if it doesn't exist
|
|
1369
1367
|
* @param wildcard (query) - Wildcard domain forwarding
|
|
1370
1368
|
*
|
|
1371
1369
|
* @see {@link PATCH_DomainForwardsHostnameEnable_Request_Query} - Query parameters type
|
|
@@ -1389,8 +1387,6 @@ export type PATCH_DomainForwardsHostnameEnable_Request = {
|
|
|
1389
1387
|
* Use this type to ensure type safety for query parameters.
|
|
1390
1388
|
*
|
|
1391
1389
|
* @path /v1/domain-forwards/{hostname}/enable
|
|
1392
|
-
* @param auto_create_zone (query) - Auto create zone if it doesn't exist
|
|
1393
|
-
* @param auto_create_domain_forward (query) - Auto create domain forward if it doesn't exist
|
|
1394
1390
|
* @param wildcard (query) - Wildcard domain forwarding
|
|
1395
1391
|
*/
|
|
1396
1392
|
export type PATCH_DomainForwardsHostnameEnable_Request_Query = PATCH_DomainForwardsHostnameEnable_Request['parameters']['query'];
|
|
@@ -2939,8 +2939,6 @@ export type PATCH_DomainForwardsByHostnameDisable_Response_422 = HTTPValidationE
|
|
|
2939
2939
|
*
|
|
2940
2940
|
* @path /v1/domain-forwards/{hostname}/enable
|
|
2941
2941
|
* @param hostname (path) - Hostname
|
|
2942
|
-
* @param auto_create_zone (query) - Auto create zone if it doesn't exist
|
|
2943
|
-
* @param auto_create_domain_forward (query) - Auto create domain forward if it doesn't exist
|
|
2944
2942
|
* @param wildcard (query) - Wildcard domain forwarding
|
|
2945
2943
|
*
|
|
2946
2944
|
* @see {@link PATCH_DomainForwardsByHostnameEnable_Response_400} - 400 response type
|
|
@@ -2964,8 +2962,6 @@ export type PATCH_DomainForwardsByHostnameEnable_Response = PATCH_DomainForwards
|
|
|
2964
2962
|
*
|
|
2965
2963
|
* @path /v1/domain-forwards/{hostname}/enable
|
|
2966
2964
|
* @param hostname (path) - Hostname
|
|
2967
|
-
* @param auto_create_zone (query) - Auto create zone if it doesn't exist
|
|
2968
|
-
* @param auto_create_domain_forward (query) - Auto create domain forward if it doesn't exist
|
|
2969
2965
|
* @param wildcard (query) - Wildcard domain forwarding
|
|
2970
2966
|
*
|
|
2971
2967
|
* @see {@link PATCH_DomainForwardsByHostnameEnable_Response} - The main response type definition
|
|
@@ -2985,8 +2981,6 @@ export type PATCH_DomainForwardsByHostnameEnable_Response_400 = Problem
|
|
|
2985
2981
|
*
|
|
2986
2982
|
* @path /v1/domain-forwards/{hostname}/enable
|
|
2987
2983
|
* @param hostname (path) - Hostname
|
|
2988
|
-
* @param auto_create_zone (query) - Auto create zone if it doesn't exist
|
|
2989
|
-
* @param auto_create_domain_forward (query) - Auto create domain forward if it doesn't exist
|
|
2990
2984
|
* @param wildcard (query) - Wildcard domain forwarding
|
|
2991
2985
|
*
|
|
2992
2986
|
* @see {@link PATCH_DomainForwardsByHostnameEnable_Response} - The main response type definition
|
|
@@ -3006,8 +3000,6 @@ export type PATCH_DomainForwardsByHostnameEnable_Response_401 = Problem
|
|
|
3006
3000
|
*
|
|
3007
3001
|
* @path /v1/domain-forwards/{hostname}/enable
|
|
3008
3002
|
* @param hostname (path) - Hostname
|
|
3009
|
-
* @param auto_create_zone (query) - Auto create zone if it doesn't exist
|
|
3010
|
-
* @param auto_create_domain_forward (query) - Auto create domain forward if it doesn't exist
|
|
3011
3003
|
* @param wildcard (query) - Wildcard domain forwarding
|
|
3012
3004
|
*
|
|
3013
3005
|
* @see {@link PATCH_DomainForwardsByHostnameEnable_Response} - The main response type definition
|
|
@@ -3027,8 +3019,6 @@ export type PATCH_DomainForwardsByHostnameEnable_Response_403 = Problem
|
|
|
3027
3019
|
*
|
|
3028
3020
|
* @path /v1/domain-forwards/{hostname}/enable
|
|
3029
3021
|
* @param hostname (path) - Hostname
|
|
3030
|
-
* @param auto_create_zone (query) - Auto create zone if it doesn't exist
|
|
3031
|
-
* @param auto_create_domain_forward (query) - Auto create domain forward if it doesn't exist
|
|
3032
3022
|
* @param wildcard (query) - Wildcard domain forwarding
|
|
3033
3023
|
*
|
|
3034
3024
|
* @see {@link PATCH_DomainForwardsByHostnameEnable_Response} - The main response type definition
|
package/src/openapi.yaml
CHANGED
|
@@ -5318,7 +5318,7 @@ info:
|
|
|
5318
5318
|
'
|
|
5319
5319
|
summary: OpusDNS - your gateway to a seamless domain management experience.
|
|
5320
5320
|
title: OpusDNS API
|
|
5321
|
-
version: 2025-11-
|
|
5321
|
+
version: 2025-11-20-110801
|
|
5322
5322
|
x-logo:
|
|
5323
5323
|
altText: OpusDNS API Reference
|
|
5324
5324
|
url: https://d24lr4zqs1tgqh.cloudfront.net/c9505a20-5ae1-406c-b060-d392569caebf.jpg
|
|
@@ -7576,24 +7576,6 @@ paths:
|
|
|
7576
7576
|
description: Hostname
|
|
7577
7577
|
title: Hostname
|
|
7578
7578
|
type: string
|
|
7579
|
-
- description: Auto create zone if it doesn't exist
|
|
7580
|
-
in: query
|
|
7581
|
-
name: auto_create_zone
|
|
7582
|
-
required: false
|
|
7583
|
-
schema:
|
|
7584
|
-
default: false
|
|
7585
|
-
description: Auto create zone if it doesn't exist
|
|
7586
|
-
title: Auto Create Zone
|
|
7587
|
-
type: boolean
|
|
7588
|
-
- description: Auto create domain forward if it doesn't exist
|
|
7589
|
-
in: query
|
|
7590
|
-
name: auto_create_domain_forward
|
|
7591
|
-
required: false
|
|
7592
|
-
schema:
|
|
7593
|
-
default: false
|
|
7594
|
-
description: Auto create domain forward if it doesn't exist
|
|
7595
|
-
title: Auto Create Domain Forward
|
|
7596
|
-
type: boolean
|
|
7597
7579
|
- description: Wildcard domain forwarding
|
|
7598
7580
|
in: query
|
|
7599
7581
|
name: wildcard
|
package/src/schema.d.ts
CHANGED
|
@@ -6649,10 +6649,6 @@ export interface operations {
|
|
|
6649
6649
|
enable_domain_forward_v1_domain_forwards__hostname__enable_patch: {
|
|
6650
6650
|
parameters: {
|
|
6651
6651
|
query?: {
|
|
6652
|
-
/** @description Auto create zone if it doesn't exist */
|
|
6653
|
-
auto_create_zone?: boolean;
|
|
6654
|
-
/** @description Auto create domain forward if it doesn't exist */
|
|
6655
|
-
auto_create_domain_forward?: boolean;
|
|
6656
6652
|
/** @description Wildcard domain forwarding */
|
|
6657
6653
|
wildcard?: boolean;
|
|
6658
6654
|
};
|