@opusdns/api 0.192.0 → 0.194.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 +1 -1
- package/src/openapi.yaml +2 -2
- package/src/schema.d.ts +1 -1
package/package.json
CHANGED
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-
|
|
7002
|
+
version: 2026-02-19-150936
|
|
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:
|
|
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": "
|
|
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",
|