@opusdns/api 0.119.0 → 0.120.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 CHANGED
@@ -3,7 +3,7 @@
3
3
  "@opusdns/api-spec-ts-generator": "^0.9.1"
4
4
  },
5
5
  "name": "@opusdns/api",
6
- "version": "0.119.0",
6
+ "version": "0.120.0",
7
7
  "description": "TypeScript types for the OpusDNS OpenAPI specification",
8
8
  "main": "./src/index.ts",
9
9
  "module": "./src/index.ts",
@@ -1669,7 +1669,7 @@ export type PATCH_DomainForwardsHostnameDisable_Request_Path = PATCH_DomainForwa
1669
1669
  * Request type for PATCH DomainForwardsHostnameEnable endpoint
1670
1670
  *
1671
1671
  * Enable domain forward
1672
- * Enables domain forwarding by creating necessary DNS records. Optionally auto-creates the zone and domain forward if they don't exist.
1672
+ * Enables domain forwarding by creating necessary DNS records
1673
1673
  *
1674
1674
  * @remarks
1675
1675
  * This type defines the complete request structure for the PATCH DomainForwardsHostnameEnable endpoint.
@@ -3435,7 +3435,7 @@ export type PATCH_DomainForwardsByHostnameDisable_Response_422 = HTTPValidationE
3435
3435
  * Response types for PATCH DomainForwardsByHostnameEnable endpoint
3436
3436
  *
3437
3437
  * Enable domain forward
3438
- * Enables domain forwarding by creating necessary DNS records. Optionally auto-creates the zone and domain forward if they don't exist.
3438
+ * Enables domain forwarding by creating necessary DNS records
3439
3439
  *
3440
3440
  * @remarks
3441
3441
  * This type defines all possible response structures for the PATCH DomainForwardsByHostnameEnable endpoint.
package/src/openapi.yaml CHANGED
@@ -5922,7 +5922,7 @@ info:
5922
5922
  '
5923
5923
  summary: OpusDNS - your gateway to a seamless domain management experience.
5924
5924
  title: OpusDNS API
5925
- version: 2025-12-10-013047
5925
+ version: 2025-12-10-084326
5926
5926
  x-logo:
5927
5927
  altText: OpusDNS API Reference
5928
5928
  url: https://d24lr4zqs1tgqh.cloudfront.net/c9505a20-5ae1-406c-b060-d392569caebf.jpg
@@ -9162,8 +9162,7 @@ paths:
9162
9162
  - domain_forward
9163
9163
  /v1/domain-forwards/{hostname}/enable:
9164
9164
  patch:
9165
- description: Enables domain forwarding by creating necessary DNS records. Optionally
9166
- auto-creates the zone and domain forward if they don't exist.
9165
+ description: Enables domain forwarding by creating necessary DNS records
9167
9166
  operationId: enable_domain_forward_v1_domain_forwards__hostname__enable_patch
9168
9167
  parameters:
9169
9168
  - description: Hostname
package/src/schema.d.ts CHANGED
@@ -549,7 +549,7 @@ export interface paths {
549
549
  head?: never;
550
550
  /**
551
551
  * Enable domain forward
552
- * @description Enables domain forwarding by creating necessary DNS records. Optionally auto-creates the zone and domain forward if they don't exist.
552
+ * @description Enables domain forwarding by creating necessary DNS records
553
553
  */
554
554
  patch: operations["enable_domain_forward_v1_domain_forwards__hostname__enable_patch"];
555
555
  trace?: never;