@opusdns/api 0.190.0 → 0.191.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 -28
- package/src/schema.d.ts +1 -28
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-
|
|
7002
|
+
version: 2026-02-18-101602
|
|
7003
7003
|
x-logo:
|
|
7004
7004
|
altText: OpusDNS API Reference
|
|
7005
7005
|
url: https://d24lr4zqs1tgqh.cloudfront.net/c9505a20-5ae1-406c-b060-d392569caebf.jpg
|
|
@@ -8122,33 +8122,7 @@ paths:
|
|
|
8122
8122
|
application/problem+json:
|
|
8123
8123
|
example:
|
|
8124
8124
|
code: ERROR_CONTACT_IN_USE
|
|
8125
|
-
detail:
|
|
8126
|
-
domain_ids:
|
|
8127
|
-
- A
|
|
8128
|
-
- d
|
|
8129
|
-
- d
|
|
8130
|
-
- i
|
|
8131
|
-
- t
|
|
8132
|
-
- i
|
|
8133
|
-
- o
|
|
8134
|
-
- n
|
|
8135
|
-
- a
|
|
8136
|
-
- l
|
|
8137
|
-
- ' '
|
|
8138
|
-
- e
|
|
8139
|
-
- r
|
|
8140
|
-
- r
|
|
8141
|
-
- o
|
|
8142
|
-
- r
|
|
8143
|
-
- ' '
|
|
8144
|
-
- c
|
|
8145
|
-
- o
|
|
8146
|
-
- n
|
|
8147
|
-
- t
|
|
8148
|
-
- e
|
|
8149
|
-
- x
|
|
8150
|
-
- t
|
|
8151
|
-
- .
|
|
8125
|
+
detail: Additional error context.
|
|
8152
8126
|
status: 409
|
|
8153
8127
|
title: Contact Management Error
|
|
8154
8128
|
type: contact-in-use
|
package/src/schema.d.ts
CHANGED
|
@@ -7189,34 +7189,7 @@ export interface operations {
|
|
|
7189
7189
|
content: {
|
|
7190
7190
|
/** @example {
|
|
7191
7191
|
* "code": "ERROR_CONTACT_IN_USE",
|
|
7192
|
-
* "detail": "
|
|
7193
|
-
* "domain_ids": [
|
|
7194
|
-
* "A",
|
|
7195
|
-
* "d",
|
|
7196
|
-
* "d",
|
|
7197
|
-
* "i",
|
|
7198
|
-
* "t",
|
|
7199
|
-
* "i",
|
|
7200
|
-
* "o",
|
|
7201
|
-
* "n",
|
|
7202
|
-
* "a",
|
|
7203
|
-
* "l",
|
|
7204
|
-
* " ",
|
|
7205
|
-
* "e",
|
|
7206
|
-
* "r",
|
|
7207
|
-
* "r",
|
|
7208
|
-
* "o",
|
|
7209
|
-
* "r",
|
|
7210
|
-
* " ",
|
|
7211
|
-
* "c",
|
|
7212
|
-
* "o",
|
|
7213
|
-
* "n",
|
|
7214
|
-
* "t",
|
|
7215
|
-
* "e",
|
|
7216
|
-
* "x",
|
|
7217
|
-
* "t",
|
|
7218
|
-
* "."
|
|
7219
|
-
* ],
|
|
7192
|
+
* "detail": "Additional error context.",
|
|
7220
7193
|
* "status": 409,
|
|
7221
7194
|
* "title": "Contact Management Error",
|
|
7222
7195
|
* "type": "contact-in-use"
|