@opusdns/api 0.320.0 → 1.1.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 +2 -2
- package/src/helpers/constants.ts +420 -4430
- package/src/helpers/index.ts +3 -18
- package/src/helpers/keys.ts +2067 -42959
- package/src/helpers/requests.d.ts +752 -7216
- package/src/helpers/responses.d.ts +994 -14360
- package/src/helpers/schemas.d.ts +0 -6741
- package/src/openapi.yaml +2 -1
- package/src/schema.d.ts +1 -1
- package/src/helpers/schemas-arrays.d.ts +0 -1775
- package/src/types/constants.ts +0 -490
- package/src/types/index.ts +0 -10
- package/src/types/keys.ts +0 -2713
- package/src/types/types.ts +0 -643
package/src/openapi.yaml
CHANGED
|
@@ -5988,6 +5988,7 @@ components:
|
|
|
5988
5988
|
- VANITY_NS_PROVISION
|
|
5989
5989
|
- VANITY_NS_SUSPENSION
|
|
5990
5990
|
- VANITY_NS_RESTORATION
|
|
5991
|
+
- VANITY_NS_TERMINATION
|
|
5991
5992
|
title: EventType
|
|
5992
5993
|
type: string
|
|
5993
5994
|
EventVersion:
|
|
@@ -11595,7 +11596,7 @@ info:
|
|
|
11595
11596
|
\n\n"
|
|
11596
11597
|
summary: OpusDNS - your gateway to a seamless domain management experience.
|
|
11597
11598
|
title: OpusDNS API
|
|
11598
|
-
version: 2026-06-
|
|
11599
|
+
version: 2026-06-04-192653
|
|
11599
11600
|
x-logo:
|
|
11600
11601
|
altText: OpusDNS API Reference
|
|
11601
11602
|
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" | "VANITY_NS_SUSPENSION" | "VANITY_NS_RESTORATION";
|
|
6443
|
+
EventType: "REGISTRATION" | "RENEWAL" | "MODIFICATION" | "DELETION" | "INBOUND_TRANSFER" | "OUTBOUND_TRANSFER" | "TRANSIT" | "WITHDRAW" | "VERIFICATION" | "BALANCE" | "VANITY_NS_PROVISION" | "VANITY_NS_SUSPENSION" | "VANITY_NS_RESTORATION" | "VANITY_NS_TERMINATION";
|
|
6444
6444
|
/**
|
|
6445
6445
|
* EventVersion
|
|
6446
6446
|
* @enum {string}
|