@opusdns/api 0.244.0 → 0.245.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.244.0",
6
+ "version": "0.245.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
@@ -9756,7 +9756,7 @@ info:
9756
9756
  \n\n"
9757
9757
  summary: OpusDNS - your gateway to a seamless domain management experience.
9758
9758
  title: OpusDNS API
9759
- version: 2026-04-10-145131
9759
+ version: 2026-04-10-204100
9760
9760
  x-logo:
9761
9761
  altText: OpusDNS API Reference
9762
9762
  url: https://d24lr4zqs1tgqh.cloudfront.net/c9505a20-5ae1-406c-b060-d392569caebf.jpg
@@ -15972,6 +15972,7 @@ paths:
15972
15972
  content:
15973
15973
  application/problem+json:
15974
15974
  example:
15975
+ code: ERROR_POLICY_VALIDATION
15975
15976
  detail: Additional error context.
15976
15977
  status: 422
15977
15978
  title: Policy Validation Error
@@ -16321,6 +16322,7 @@ paths:
16321
16322
  content:
16322
16323
  application/problem+json:
16323
16324
  example:
16325
+ code: ERROR_POLICY_VALIDATION
16324
16326
  detail: Additional error context.
16325
16327
  status: 422
16326
16328
  title: Policy Validation Error
package/src/schema.d.ts CHANGED
@@ -12912,6 +12912,7 @@ export interface operations {
12912
12912
  };
12913
12913
  content: {
12914
12914
  /** @example {
12915
+ * "code": "ERROR_POLICY_VALIDATION",
12915
12916
  * "detail": "Additional error context.",
12916
12917
  * "status": 422,
12917
12918
  * "title": "Policy Validation Error",
@@ -13174,6 +13175,7 @@ export interface operations {
13174
13175
  };
13175
13176
  content: {
13176
13177
  /** @example {
13178
+ * "code": "ERROR_POLICY_VALIDATION",
13177
13179
  * "detail": "Additional error context.",
13178
13180
  * "status": 422,
13179
13181
  * "title": "Policy Validation Error",