@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 CHANGED
@@ -3,7 +3,7 @@
3
3
  "@opusdns/api-spec-ts-generator": "^1.5.0"
4
4
  },
5
5
  "name": "@opusdns/api",
6
- "version": "1.148.0",
6
+ "version": "1.149.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
@@ -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-183544
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
- example:
29525
- code: ERROR_INDEPENDENT_BILLING_NOT_ALLOWED
29526
- detail: Independent billing mode is only allowed for sub-organizations
29527
- of a billing organization.
29528
- status: 422
29529
- title: Organization Management Error
29530
- type: independent-billing-not-allowed
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
  };