@opusdns/api 1.122.0 → 1.124.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.122.0",
6
+ "version": "1.124.0",
7
7
  "description": "TypeScript types for the OpusDNS OpenAPI specification",
8
8
  "main": "./src/index.ts",
9
9
  "module": "./src/index.ts",
@@ -1811,6 +1811,7 @@ export const STATUS_TAG_TYPE = {
1811
1811
  CREATE_REQUESTED: "CREATE_REQUESTED",
1812
1812
  INBOUND_TRANSFER_PENDING: "INBOUND_TRANSFER_PENDING",
1813
1813
  OUTBOUND_TRANSFER_PENDING: "OUTBOUND_TRANSFER_PENDING",
1814
+ EXTERNAL: "EXTERNAL",
1814
1815
  } as const satisfies Record<string, StatusTagType>;
1815
1816
 
1816
1817
  export const STATUS_TAG_TYPE_VALUES = [
@@ -1818,6 +1819,7 @@ export const STATUS_TAG_TYPE_VALUES = [
1818
1819
  'CREATE_REQUESTED',
1819
1820
  'INBOUND_TRANSFER_PENDING',
1820
1821
  'OUTBOUND_TRANSFER_PENDING',
1822
+ 'EXTERNAL',
1821
1823
  ] as const satisfies ReadonlyArray<StatusTagType>;
1822
1824
 
1823
1825
  export const SYNC_OPERATION_TYPE = {
package/src/openapi.yaml CHANGED
@@ -12759,6 +12759,7 @@ components:
12759
12759
  - CREATE_REQUESTED
12760
12760
  - INBOUND_TRANSFER_PENDING
12761
12761
  - OUTBOUND_TRANSFER_PENDING
12762
+ - EXTERNAL
12762
12763
  title: StatusTagType
12763
12764
  type: string
12764
12765
  StrictMoneyDecimal:
@@ -15585,7 +15586,7 @@ info:
15585
15586
  \n\n"
15586
15587
  summary: OpusDNS - your gateway to a seamless domain management experience.
15587
15588
  title: OpusDNS API
15588
- version: 2026-08-19-080746
15589
+ version: 2026-08-20-074855
15589
15590
  x-logo:
15590
15591
  altText: OpusDNS API Reference
15591
15592
  url: https://d24lr4zqs1tgqh.cloudfront.net/c9505a20-5ae1-406c-b060-d392569caebf.jpg
@@ -26894,6 +26895,7 @@ paths:
26894
26895
  tags:
26895
26896
  - host
26896
26897
  x-required-permissions:
26898
+ - domains:manage
26897
26899
  - hosts:manage
26898
26900
  /v1/hosts/{host_reference}:
26899
26901
  delete:
package/src/schema.d.ts CHANGED
@@ -11325,7 +11325,7 @@ export interface components {
11325
11325
  * StatusTagType
11326
11326
  * @enum {string}
11327
11327
  */
11328
- StatusTagType: "VERIFICATION_REQUIRED" | "CREATE_REQUESTED" | "INBOUND_TRANSFER_PENDING" | "OUTBOUND_TRANSFER_PENDING";
11328
+ StatusTagType: "VERIFICATION_REQUIRED" | "CREATE_REQUESTED" | "INBOUND_TRANSFER_PENDING" | "OUTBOUND_TRANSFER_PENDING" | "EXTERNAL";
11329
11329
  /** @example 12.50 */
11330
11330
  StrictMoneyDecimal: string;
11331
11331
  /** Support */