@opusdns/api 0.66.0 → 0.67.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
@@ -8,7 +8,7 @@
8
8
  "typescript": "^5.8.2"
9
9
  },
10
10
  "name": "@opusdns/api",
11
- "version": "0.66.0",
11
+ "version": "0.67.0",
12
12
  "description": "TypeScript types for the OpusDNS OpenAPI specification",
13
13
  "main": "./src/index.ts",
14
14
  "module": "./src/index.ts",
package/src/openapi.yaml CHANGED
@@ -5126,7 +5126,7 @@ info:
5126
5126
  '
5127
5127
  summary: OpusDNS - your gateway to a seamless domain management experience.
5128
5128
  title: OpusDNS API
5129
- version: 2025-09-25-223241
5129
+ version: 2025-09-29-070341
5130
5130
  x-logo:
5131
5131
  altText: OpusDNS API Reference
5132
5132
  url: https://d24lr4zqs1tgqh.cloudfront.net/c9505a20-5ae1-406c-b060-d392569caebf.jpg
@@ -7104,9 +7104,9 @@ paths:
7104
7104
  Domain Transfer Error:
7105
7105
  value:
7106
7106
  code: ERROR_DOMAIN_TRANSFER
7107
- detail: An unspecified error occurred
7107
+ detail: There was an error transferring the domain
7108
7108
  domain_name: Additional error context.
7109
- reason: There was an error transferring the domain
7109
+ reason: An unspecified error occurred
7110
7110
  status: 400
7111
7111
  title: Domain Transfer Error
7112
7112
  type: domain-transfer
@@ -7720,9 +7720,9 @@ paths:
7720
7720
  application/problem+json:
7721
7721
  example:
7722
7722
  code: ERROR_DOMAIN_TRANSFER
7723
- detail: An unspecified error occurred
7723
+ detail: There was an error transferring the domain
7724
7724
  domain_name: Additional error context.
7725
- reason: There was an error transferring the domain
7725
+ reason: An unspecified error occurred
7726
7726
  status: 400
7727
7727
  title: Domain Transfer Error
7728
7728
  type: domain-transfer
package/src/schema.d.ts CHANGED
@@ -6894,9 +6894,9 @@ export interface operations {
6894
6894
  content: {
6895
6895
  /** @example {
6896
6896
  * "code": "ERROR_DOMAIN_TRANSFER",
6897
- * "detail": "An unspecified error occurred",
6897
+ * "detail": "There was an error transferring the domain",
6898
6898
  * "domain_name": "Additional error context.",
6899
- * "reason": "There was an error transferring the domain",
6899
+ * "reason": "An unspecified error occurred",
6900
6900
  * "status": 400,
6901
6901
  * "title": "Domain Transfer Error",
6902
6902
  * "type": "domain-transfer"