@opusdns/api 0.178.0 → 0.180.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.19.0"
4
4
  },
5
5
  "name": "@opusdns/api",
6
- "version": "0.178.0",
6
+ "version": "0.180.0",
7
7
  "description": "TypeScript types for the OpusDNS OpenAPI specification",
8
8
  "main": "./src/index.ts",
9
9
  "module": "./src/index.ts",
@@ -3593,32 +3593,13 @@ export type PATCH_DomainForwardsByHostnameDisable_Response_422 = HTTPValidationE
3593
3593
  * @path /v1/domain-forwards/{hostname}/enable
3594
3594
  * @param hostname (path) - Hostname
3595
3595
  *
3596
- * @see {@link PATCH_DomainForwardsByHostnameEnable_Response_400} - 400 response type
3597
3596
  * @see {@link PATCH_DomainForwardsByHostnameEnable_Response_401} - 401 response type
3598
3597
  * @see {@link PATCH_DomainForwardsByHostnameEnable_Response_403} - 403 response type
3599
3598
  * @see {@link PATCH_DomainForwardsByHostnameEnable_Response_422} - 422 response type
3600
3599
  *
3601
3600
 
3602
3601
  */
3603
- export type PATCH_DomainForwardsByHostnameEnable_Response = PATCH_DomainForwardsByHostnameEnable_Response_400 | PATCH_DomainForwardsByHostnameEnable_Response_401 | PATCH_DomainForwardsByHostnameEnable_Response_403 | PATCH_DomainForwardsByHostnameEnable_Response_422;
3604
-
3605
- /**
3606
- * 400 response for PATCH DomainForwardsByHostnameEnable endpoint
3607
- *
3608
- * @remarks
3609
- * This type defines the response structure for the 400 status code
3610
- * of the PATCH DomainForwardsByHostnameEnable endpoint.
3611
- * It provides type safety for handling this specific response as defined in the OpenAPI specification.
3612
- *
3613
-
3614
- *
3615
- * @path /v1/domain-forwards/{hostname}/enable
3616
- * @param hostname (path) - Hostname
3617
- *
3618
- * @see {@link PATCH_DomainForwardsByHostnameEnable_Response} - The main response type definition
3619
- * @see {@link Problem} - The actual schema type definition
3620
- */
3621
- export type PATCH_DomainForwardsByHostnameEnable_Response_400 = Problem
3602
+ export type PATCH_DomainForwardsByHostnameEnable_Response = PATCH_DomainForwardsByHostnameEnable_Response_401 | PATCH_DomainForwardsByHostnameEnable_Response_403 | PATCH_DomainForwardsByHostnameEnable_Response_422;
3622
3603
 
3623
3604
  /**
3624
3605
  * 401 response for PATCH DomainForwardsByHostnameEnable endpoint
package/src/openapi.yaml CHANGED
@@ -6960,7 +6960,7 @@ info:
6960
6960
  '
6961
6961
  summary: OpusDNS - your gateway to a seamless domain management experience.
6962
6962
  title: OpusDNS API
6963
- version: 2026-01-29-080310
6963
+ version: 2026-01-30-115347
6964
6964
  x-logo:
6965
6965
  altText: OpusDNS API Reference
6966
6966
  url: https://d24lr4zqs1tgqh.cloudfront.net/c9505a20-5ae1-406c-b060-d392569caebf.jpg
@@ -7231,7 +7231,7 @@ paths:
7231
7231
  required: false
7232
7232
  schema:
7233
7233
  anyOf:
7234
- - type: string
7234
+ - $ref: '#/components/schemas/ExecutingEntity'
7235
7235
  - type: 'null'
7236
7236
  title: Performed By Type
7237
7237
  - in: query
@@ -7365,7 +7365,7 @@ paths:
7365
7365
  required: false
7366
7366
  schema:
7367
7367
  anyOf:
7368
- - type: string
7368
+ - $ref: '#/components/schemas/ExecutingEntity'
7369
7369
  - type: 'null'
7370
7370
  title: Performed By Type
7371
7371
  - in: query
@@ -10785,18 +10785,6 @@ paths:
10785
10785
  responses:
10786
10786
  '204':
10787
10787
  description: Successful Response
10788
- '400':
10789
- content:
10790
- application/problem+json:
10791
- example:
10792
- code: ERROR_DOMAIN_FORWARD_WILDCARD_NOT_SUPPORTED
10793
- detail: Additional error context.
10794
- status: 400
10795
- title: HTTPS Wildcard Not Supported
10796
- type: domain-forward-wildcard-not-supported
10797
- schema:
10798
- $ref: '#/components/schemas/Problem'
10799
- description: Bad Request
10800
10788
  '401':
10801
10789
  content:
10802
10790
  application/problem+json:
package/src/schema.d.ts CHANGED
@@ -6528,7 +6528,7 @@ export interface operations {
6528
6528
  object_type?: string | null;
6529
6529
  action?: components["schemas"]["ObjectEventType"] | null;
6530
6530
  server_request_id?: string | null;
6531
- performed_by_type?: string | null;
6531
+ performed_by_type?: components["schemas"]["ExecutingEntity"] | null;
6532
6532
  performed_by_id?: string | null;
6533
6533
  created_before?: Date | null;
6534
6534
  created_after?: Date | null;
@@ -6571,7 +6571,7 @@ export interface operations {
6571
6571
  object_type?: string | null;
6572
6572
  action?: components["schemas"]["ObjectEventType"] | null;
6573
6573
  server_request_id?: string | null;
6574
- performed_by_type?: string | null;
6574
+ performed_by_type?: components["schemas"]["ExecutingEntity"] | null;
6575
6575
  performed_by_id?: string | null;
6576
6576
  created_before?: Date | null;
6577
6577
  created_after?: Date | null;
@@ -9096,22 +9096,6 @@ export interface operations {
9096
9096
  };
9097
9097
  content?: never;
9098
9098
  };
9099
- /** @description Bad Request */
9100
- 400: {
9101
- headers: {
9102
- [name: string]: unknown;
9103
- };
9104
- content: {
9105
- /** @example {
9106
- * "code": "ERROR_DOMAIN_FORWARD_WILDCARD_NOT_SUPPORTED",
9107
- * "detail": "Additional error context.",
9108
- * "status": 400,
9109
- * "title": "HTTPS Wildcard Not Supported",
9110
- * "type": "domain-forward-wildcard-not-supported"
9111
- * } */
9112
- "application/problem+json": components["schemas"]["Problem"];
9113
- };
9114
- };
9115
9099
  /** @description Unauthorized */
9116
9100
  401: {
9117
9101
  headers: {