@opusdns/api 1.148.0 → 1.149.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 +10 -8
- package/src/schema.d.ts +0 -7
package/package.json
CHANGED
package/src/openapi.yaml
CHANGED
|
@@ -15950,7 +15950,7 @@ info:
|
|
|
15950
15950
|
\n\n"
|
|
15951
15951
|
summary: OpusDNS - your gateway to a seamless domain management experience.
|
|
15952
15952
|
title: OpusDNS API
|
|
15953
|
-
version: 2026-09-02-
|
|
15953
|
+
version: 2026-09-02-191532
|
|
15954
15954
|
x-logo:
|
|
15955
15955
|
altText: OpusDNS API Reference
|
|
15956
15956
|
url: https://d24lr4zqs1tgqh.cloudfront.net/c9505a20-5ae1-406c-b060-d392569caebf.jpg
|
|
@@ -29521,13 +29521,15 @@ paths:
|
|
|
29521
29521
|
'422':
|
|
29522
29522
|
content:
|
|
29523
29523
|
application/problem+json:
|
|
29524
|
-
|
|
29525
|
-
|
|
29526
|
-
|
|
29527
|
-
|
|
29528
|
-
|
|
29529
|
-
|
|
29530
|
-
|
|
29524
|
+
examples:
|
|
29525
|
+
Organization Management Error:
|
|
29526
|
+
value:
|
|
29527
|
+
code: ERROR_INDEPENDENT_BILLING_NOT_APPROVED
|
|
29528
|
+
detail: The parent organization is not approved to create sub-organizations
|
|
29529
|
+
with independent billing.
|
|
29530
|
+
status: 422
|
|
29531
|
+
title: Organization Management Error
|
|
29532
|
+
type: independent-billing-not-approved
|
|
29531
29533
|
schema:
|
|
29532
29534
|
$ref: '#/components/schemas/Problem'
|
|
29533
29535
|
description: Unprocessable Content
|
package/src/schema.d.ts
CHANGED
|
@@ -24049,13 +24049,6 @@ export interface operations {
|
|
|
24049
24049
|
[name: string]: unknown;
|
|
24050
24050
|
};
|
|
24051
24051
|
content: {
|
|
24052
|
-
/** @example {
|
|
24053
|
-
* "code": "ERROR_INDEPENDENT_BILLING_NOT_ALLOWED",
|
|
24054
|
-
* "detail": "Independent billing mode is only allowed for sub-organizations of a billing organization.",
|
|
24055
|
-
* "status": 422,
|
|
24056
|
-
* "title": "Organization Management Error",
|
|
24057
|
-
* "type": "independent-billing-not-allowed"
|
|
24058
|
-
* } */
|
|
24059
24052
|
"application/problem+json": components["schemas"]["Problem"];
|
|
24060
24053
|
};
|
|
24061
24054
|
};
|