@opusdns/api 0.144.0 → 0.145.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.144.0",
6
+ "version": "0.145.0",
7
7
  "description": "TypeScript types for the OpusDNS OpenAPI specification",
8
8
  "main": "./src/index.ts",
9
9
  "module": "./src/index.ts",
@@ -1743,6 +1743,7 @@ export const EVENT_TYPE = {
1743
1743
  DELETION: "DELETION",
1744
1744
  INBOUND_TRANSFER: "INBOUND_TRANSFER",
1745
1745
  OUTBOUND_TRANSFER: "OUTBOUND_TRANSFER",
1746
+ VERIFICATION: "VERIFICATION",
1746
1747
  } as const satisfies Record<string, EventType>;
1747
1748
 
1748
1749
  /**
@@ -1772,7 +1773,8 @@ export const EVENT_TYPE_VALUES = [
1772
1773
  'MODIFICATION',
1773
1774
  'DELETION',
1774
1775
  'INBOUND_TRANSFER',
1775
- 'OUTBOUND_TRANSFER'
1776
+ 'OUTBOUND_TRANSFER',
1777
+ 'VERIFICATION'
1776
1778
  ] as const satisfies [string, ...string[]] | EventType[];
1777
1779
 
1778
1780
  /**
package/src/openapi.yaml CHANGED
@@ -3124,6 +3124,7 @@ components:
3124
3124
  - DELETION
3125
3125
  - INBOUND_TRANSFER
3126
3126
  - OUTBOUND_TRANSFER
3127
+ - VERIFICATION
3127
3128
  title: EventType
3128
3129
  type: string
3129
3130
  GeneralAvailabilityBase:
@@ -6504,7 +6505,7 @@ info:
6504
6505
  '
6505
6506
  summary: OpusDNS - your gateway to a seamless domain management experience.
6506
6507
  title: OpusDNS API
6507
- version: 2026-01-08-220900
6508
+ version: 2026-01-08-225132
6508
6509
  x-logo:
6509
6510
  altText: OpusDNS API Reference
6510
6511
  url: https://d24lr4zqs1tgqh.cloudfront.net/c9505a20-5ae1-406c-b060-d392569caebf.jpg
package/src/schema.d.ts CHANGED
@@ -3828,7 +3828,7 @@ export interface components {
3828
3828
  * EventType
3829
3829
  * @enum {string}
3830
3830
  */
3831
- EventType: "REGISTRATION" | "RENEWAL" | "MODIFICATION" | "DELETION" | "INBOUND_TRANSFER" | "OUTBOUND_TRANSFER";
3831
+ EventType: "REGISTRATION" | "RENEWAL" | "MODIFICATION" | "DELETION" | "INBOUND_TRANSFER" | "OUTBOUND_TRANSFER" | "VERIFICATION";
3832
3832
  /** GeneralAvailabilityBase */
3833
3833
  GeneralAvailabilityBase: {
3834
3834
  /**