@opusdns/api 0.192.0 → 0.193.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.192.0",
6
+ "version": "0.193.0",
7
7
  "description": "TypeScript types for the OpusDNS OpenAPI specification",
8
8
  "main": "./src/index.ts",
9
9
  "module": "./src/index.ts",
package/src/openapi.yaml CHANGED
@@ -6999,7 +6999,7 @@ info:
6999
6999
  '
7000
7000
  summary: OpusDNS - your gateway to a seamless domain management experience.
7001
7001
  title: OpusDNS API
7002
- version: 2026-02-19-084235
7002
+ version: 2026-02-19-084534
7003
7003
  x-logo:
7004
7004
  altText: OpusDNS API Reference
7005
7005
  url: https://d24lr4zqs1tgqh.cloudfront.net/c9505a20-5ae1-406c-b060-d392569caebf.jpg
@@ -12825,7 +12825,7 @@ paths:
12825
12825
  content:
12826
12826
  application/problem+json:
12827
12827
  example:
12828
- code: ERROR_EMAIL_FORWARD_DOMAIN_ALREADY_ENABLED
12828
+ code: ERROR_EMAIL_FORWARD_ALREADY_EXISTS
12829
12829
  detail: 'Email forward already exists for hostname: Additional error
12830
12830
  context.'
12831
12831
  status: 409
package/src/schema.d.ts CHANGED
@@ -10779,7 +10779,7 @@ export interface operations {
10779
10779
  };
10780
10780
  content: {
10781
10781
  /** @example {
10782
- * "code": "ERROR_EMAIL_FORWARD_DOMAIN_ALREADY_ENABLED",
10782
+ * "code": "ERROR_EMAIL_FORWARD_ALREADY_EXISTS",
10783
10783
  * "detail": "Email forward already exists for hostname: Additional error context.",
10784
10784
  * "status": 409,
10785
10785
  * "title": "Email Forward Error",