@opusdns/api 1.88.0 → 1.89.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.88.0",
6
+ "version": "1.89.0",
7
7
  "description": "TypeScript types for the OpusDNS OpenAPI specification",
8
8
  "main": "./src/index.ts",
9
9
  "module": "./src/index.ts",
@@ -1742,11 +1742,15 @@ export const SORT_ORDER_VALUES = [
1742
1742
  export const STATUS_TAG_TYPE = {
1743
1743
  VERIFICATION_REQUIRED: "VERIFICATION_REQUIRED",
1744
1744
  CREATE_REQUESTED: "CREATE_REQUESTED",
1745
+ INBOUND_TRANSFER_PENDING: "INBOUND_TRANSFER_PENDING",
1746
+ OUTBOUND_TRANSFER_PENDING: "OUTBOUND_TRANSFER_PENDING",
1745
1747
  } as const satisfies Record<string, StatusTagType>;
1746
1748
 
1747
1749
  export const STATUS_TAG_TYPE_VALUES = [
1748
1750
  'VERIFICATION_REQUIRED',
1749
1751
  'CREATE_REQUESTED',
1752
+ 'INBOUND_TRANSFER_PENDING',
1753
+ 'OUTBOUND_TRANSFER_PENDING',
1750
1754
  ] as const satisfies ReadonlyArray<StatusTagType>;
1751
1755
 
1752
1756
  export const SYNC_OPERATION_TYPE = {
package/src/openapi.yaml CHANGED
@@ -12465,6 +12465,8 @@ components:
12465
12465
  enum:
12466
12466
  - VERIFICATION_REQUIRED
12467
12467
  - CREATE_REQUESTED
12468
+ - INBOUND_TRANSFER_PENDING
12469
+ - OUTBOUND_TRANSFER_PENDING
12468
12470
  title: StatusTagType
12469
12471
  type: string
12470
12472
  StrictMoneyDecimal:
@@ -14934,7 +14936,7 @@ info:
14934
14936
  \n\n"
14935
14937
  summary: OpusDNS - your gateway to a seamless domain management experience.
14936
14938
  title: OpusDNS API
14937
- version: 2026-07-29-143904
14939
+ version: 2026-07-29-144759
14938
14940
  x-logo:
14939
14941
  altText: OpusDNS API Reference
14940
14942
  url: https://d24lr4zqs1tgqh.cloudfront.net/c9505a20-5ae1-406c-b060-d392569caebf.jpg
package/src/schema.d.ts CHANGED
@@ -11080,7 +11080,7 @@ export interface components {
11080
11080
  * StatusTagType
11081
11081
  * @enum {string}
11082
11082
  */
11083
- StatusTagType: "VERIFICATION_REQUIRED" | "CREATE_REQUESTED";
11083
+ StatusTagType: "VERIFICATION_REQUIRED" | "CREATE_REQUESTED" | "INBOUND_TRANSFER_PENDING" | "OUTBOUND_TRANSFER_PENDING";
11084
11084
  /** @example 12.50 */
11085
11085
  StrictMoneyDecimal: string;
11086
11086
  /** Support */