@opusdns/api 0.319.0 → 0.320.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": "^0.19.0"
4
4
  },
5
5
  "name": "@opusdns/api",
6
- "version": "0.319.0",
6
+ "version": "0.320.0",
7
7
  "description": "TypeScript types for the OpusDNS OpenAPI specification",
8
8
  "main": "./src/index.ts",
9
9
  "module": "./src/index.ts",
@@ -2556,6 +2556,8 @@ export const EVENT_TYPE = {
2556
2556
  VERIFICATION: "VERIFICATION",
2557
2557
  BALANCE: "BALANCE",
2558
2558
  VANITY_NS_PROVISION: "VANITY_NS_PROVISION",
2559
+ VANITY_NS_SUSPENSION: "VANITY_NS_SUSPENSION",
2560
+ VANITY_NS_RESTORATION: "VANITY_NS_RESTORATION",
2559
2561
  } as const satisfies Record<string, EventType>;
2560
2562
 
2561
2563
  /**
@@ -2590,7 +2592,9 @@ export const EVENT_TYPE_VALUES = [
2590
2592
  'WITHDRAW',
2591
2593
  'VERIFICATION',
2592
2594
  'BALANCE',
2593
- 'VANITY_NS_PROVISION'
2595
+ 'VANITY_NS_PROVISION',
2596
+ 'VANITY_NS_SUSPENSION',
2597
+ 'VANITY_NS_RESTORATION'
2594
2598
  ] as const satisfies [string, ...string[]] | EventType[];
2595
2599
 
2596
2600
  /**
package/src/openapi.yaml CHANGED
@@ -5986,6 +5986,8 @@ components:
5986
5986
  - VERIFICATION
5987
5987
  - BALANCE
5988
5988
  - VANITY_NS_PROVISION
5989
+ - VANITY_NS_SUSPENSION
5990
+ - VANITY_NS_RESTORATION
5989
5991
  title: EventType
5990
5992
  type: string
5991
5993
  EventVersion:
@@ -11593,7 +11595,7 @@ info:
11593
11595
  \n\n"
11594
11596
  summary: OpusDNS - your gateway to a seamless domain management experience.
11595
11597
  title: OpusDNS API
11596
- version: 2026-06-02-180210
11598
+ version: 2026-06-03-200302
11597
11599
  x-logo:
11598
11600
  altText: OpusDNS API Reference
11599
11601
  url: https://d24lr4zqs1tgqh.cloudfront.net/c9505a20-5ae1-406c-b060-d392569caebf.jpg
package/src/schema.d.ts CHANGED
@@ -6440,7 +6440,7 @@ export interface components {
6440
6440
  * EventType
6441
6441
  * @enum {string}
6442
6442
  */
6443
- EventType: "REGISTRATION" | "RENEWAL" | "MODIFICATION" | "DELETION" | "INBOUND_TRANSFER" | "OUTBOUND_TRANSFER" | "TRANSIT" | "WITHDRAW" | "VERIFICATION" | "BALANCE" | "VANITY_NS_PROVISION";
6443
+ EventType: "REGISTRATION" | "RENEWAL" | "MODIFICATION" | "DELETION" | "INBOUND_TRANSFER" | "OUTBOUND_TRANSFER" | "TRANSIT" | "WITHDRAW" | "VERIFICATION" | "BALANCE" | "VANITY_NS_PROVISION" | "VANITY_NS_SUSPENSION" | "VANITY_NS_RESTORATION";
6444
6444
  /**
6445
6445
  * EventVersion
6446
6446
  * @enum {string}