@opusdns/api 0.149.0 → 0.150.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.149.0",
6
+ "version": "0.150.0",
7
7
  "description": "TypeScript types for the OpusDNS OpenAPI specification",
8
8
  "main": "./src/index.ts",
9
9
  "module": "./src/index.ts",
@@ -1799,6 +1799,7 @@ export const EVENT_TYPE = {
1799
1799
  DELETION: "DELETION",
1800
1800
  INBOUND_TRANSFER: "INBOUND_TRANSFER",
1801
1801
  OUTBOUND_TRANSFER: "OUTBOUND_TRANSFER",
1802
+ VERIFICATION: "VERIFICATION",
1802
1803
  } as const satisfies Record<string, EventType>;
1803
1804
 
1804
1805
  /**
@@ -1828,7 +1829,8 @@ export const EVENT_TYPE_VALUES = [
1828
1829
  'MODIFICATION',
1829
1830
  'DELETION',
1830
1831
  'INBOUND_TRANSFER',
1831
- 'OUTBOUND_TRANSFER'
1832
+ 'OUTBOUND_TRANSFER',
1833
+ 'VERIFICATION'
1832
1834
  ] as const satisfies [string, ...string[]] | EventType[];
1833
1835
 
1834
1836
  /**
package/src/openapi.yaml CHANGED
@@ -3131,6 +3131,7 @@ components:
3131
3131
  - DELETION
3132
3132
  - INBOUND_TRANSFER
3133
3133
  - OUTBOUND_TRANSFER
3134
+ - VERIFICATION
3134
3135
  title: EventType
3135
3136
  type: string
3136
3137
  GeneralAvailabilityBase:
@@ -6511,7 +6512,7 @@ info:
6511
6512
  '
6512
6513
  summary: OpusDNS - your gateway to a seamless domain management experience.
6513
6514
  title: OpusDNS API
6514
- version: 2026-01-09-125102
6515
+ version: 2026-01-09-181206
6515
6516
  x-logo:
6516
6517
  altText: OpusDNS API Reference
6517
6518
  url: https://d24lr4zqs1tgqh.cloudfront.net/c9505a20-5ae1-406c-b060-d392569caebf.jpg
package/src/schema.d.ts CHANGED
@@ -3833,7 +3833,7 @@ export interface components {
3833
3833
  * EventType
3834
3834
  * @enum {string}
3835
3835
  */
3836
- EventType: "REGISTRATION" | "RENEWAL" | "MODIFICATION" | "DELETION" | "INBOUND_TRANSFER" | "OUTBOUND_TRANSFER";
3836
+ EventType: "REGISTRATION" | "RENEWAL" | "MODIFICATION" | "DELETION" | "INBOUND_TRANSFER" | "OUTBOUND_TRANSFER" | "VERIFICATION";
3837
3837
  /** GeneralAvailabilityBase */
3838
3838
  GeneralAvailabilityBase: {
3839
3839
  /**