@opusdns/api 1.111.0 → 1.112.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.2.0"
4
4
  },
5
5
  "name": "@opusdns/api",
6
- "version": "1.111.0",
6
+ "version": "1.112.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
@@ -14549,9 +14549,9 @@ components:
14549
14549
  `label`.'
14550
14550
  properties:
14551
14551
  label:
14552
- description: Managed-subdomain label; composed into <label>-<hash>.<base-tier
14553
- suffix>
14554
- maxLength: 45
14552
+ description: Managed-subdomain label; composed into app.<label>.<base-tier
14553
+ suffix> / auth.<label>.<suffix>
14554
+ maxLength: 63
14555
14555
  minLength: 1
14556
14556
  title: Label
14557
14557
  type: string
@@ -14588,12 +14588,12 @@ components:
14588
14588
  title: Enabled
14589
14589
  label:
14590
14590
  anyOf:
14591
- - maxLength: 45
14591
+ - maxLength: 63
14592
14592
  minLength: 1
14593
14593
  type: string
14594
14594
  - type: 'null'
14595
- description: New base-tier label; the hostnames become <label>-<hash>.<base-tier
14596
- suffix>. Base tier only.
14595
+ description: New base-tier label; the hostnames become app.<label>.<suffix>
14596
+ / auth.<label>.<suffix>. Base tier only.
14597
14597
  title: Label
14598
14598
  title: WhitelabelBrandingPatch
14599
14599
  type: object
@@ -14809,7 +14809,7 @@ components:
14809
14809
  type: string
14810
14810
  label:
14811
14811
  description: Managed-subdomain label reserved for the redirect/downgrade
14812
- maxLength: 45
14812
+ maxLength: 63
14813
14813
  minLength: 1
14814
14814
  title: Label
14815
14815
  type: string
@@ -15313,7 +15313,7 @@ info:
15313
15313
  \n\n"
15314
15314
  summary: OpusDNS - your gateway to a seamless domain management experience.
15315
15315
  title: OpusDNS API
15316
- version: 2026-08-12-140327
15316
+ version: 2026-08-13-160906
15317
15317
  x-logo:
15318
15318
  altText: OpusDNS API Reference
15319
15319
  url: https://d24lr4zqs1tgqh.cloudfront.net/c9505a20-5ae1-406c-b060-d392569caebf.jpg
package/src/schema.d.ts CHANGED
@@ -12604,7 +12604,7 @@ export interface components {
12604
12604
  WhitelabelBaseCreate: {
12605
12605
  /**
12606
12606
  * Label
12607
- * @description Managed-subdomain label; composed into <label>-<hash>.<base-tier suffix>
12607
+ * @description Managed-subdomain label; composed into app.<label>.<base-tier suffix> / auth.<label>.<suffix>
12608
12608
  */
12609
12609
  label: string;
12610
12610
  /** @description Billing period; offered: 1 month or 1 year */
@@ -12630,7 +12630,7 @@ export interface components {
12630
12630
  enabled?: boolean | null;
12631
12631
  /**
12632
12632
  * Label
12633
- * @description New base-tier label; the hostnames become <label>-<hash>.<base-tier suffix>. Base tier only.
12633
+ * @description New base-tier label; the hostnames become app.<label>.<suffix> / auth.<label>.<suffix>. Base tier only.
12634
12634
  */
12635
12635
  label?: string | null;
12636
12636
  };