@opusdns/api 1.125.0 → 1.126.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.125.0",
6
+ "version": "1.126.0",
7
7
  "description": "TypeScript types for the OpusDNS OpenAPI specification",
8
8
  "main": "./src/index.ts",
9
9
  "module": "./src/index.ts",
@@ -1812,6 +1812,8 @@ export const STATUS_TAG_TYPE = {
1812
1812
  INBOUND_TRANSFER_PENDING: "INBOUND_TRANSFER_PENDING",
1813
1813
  OUTBOUND_TRANSFER_PENDING: "OUTBOUND_TRANSFER_PENDING",
1814
1814
  EXTERNAL: "EXTERNAL",
1815
+ IMPORT_REQUESTED: "IMPORT_REQUESTED",
1816
+ IMPORT_PENDING: "IMPORT_PENDING",
1815
1817
  } as const satisfies Record<string, StatusTagType>;
1816
1818
 
1817
1819
  export const STATUS_TAG_TYPE_VALUES = [
@@ -1820,6 +1822,8 @@ export const STATUS_TAG_TYPE_VALUES = [
1820
1822
  'INBOUND_TRANSFER_PENDING',
1821
1823
  'OUTBOUND_TRANSFER_PENDING',
1822
1824
  'EXTERNAL',
1825
+ 'IMPORT_REQUESTED',
1826
+ 'IMPORT_PENDING',
1823
1827
  ] as const satisfies ReadonlyArray<StatusTagType>;
1824
1828
 
1825
1829
  export const SYNC_OPERATION_TYPE = {
package/src/openapi.yaml CHANGED
@@ -12760,6 +12760,8 @@ components:
12760
12760
  - INBOUND_TRANSFER_PENDING
12761
12761
  - OUTBOUND_TRANSFER_PENDING
12762
12762
  - EXTERNAL
12763
+ - IMPORT_REQUESTED
12764
+ - IMPORT_PENDING
12763
12765
  title: StatusTagType
12764
12766
  type: string
12765
12767
  StrictMoneyDecimal:
@@ -15586,7 +15588,7 @@ info:
15586
15588
  \n\n"
15587
15589
  summary: OpusDNS - your gateway to a seamless domain management experience.
15588
15590
  title: OpusDNS API
15589
- version: 2026-08-20-103451
15591
+ version: 2026-08-20-165512
15590
15592
  x-logo:
15591
15593
  altText: OpusDNS API Reference
15592
15594
  url: https://d24lr4zqs1tgqh.cloudfront.net/c9505a20-5ae1-406c-b060-d392569caebf.jpg
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" | "EXTERNAL";
11328
+ StatusTagType: "VERIFICATION_REQUIRED" | "CREATE_REQUESTED" | "INBOUND_TRANSFER_PENDING" | "OUTBOUND_TRANSFER_PENDING" | "EXTERNAL" | "IMPORT_REQUESTED" | "IMPORT_PENDING";
11329
11329
  /** @example 12.50 */
11330
11330
  StrictMoneyDecimal: string;
11331
11331
  /** Support */