@opusdns/api 0.319.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 +424 -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 +4 -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
|
@@ -5986,6 +5986,9 @@ components:
|
|
|
5986
5986
|
- VERIFICATION
|
|
5987
5987
|
- BALANCE
|
|
5988
5988
|
- VANITY_NS_PROVISION
|
|
5989
|
+
- VANITY_NS_SUSPENSION
|
|
5990
|
+
- VANITY_NS_RESTORATION
|
|
5991
|
+
- VANITY_NS_TERMINATION
|
|
5989
5992
|
title: EventType
|
|
5990
5993
|
type: string
|
|
5991
5994
|
EventVersion:
|
|
@@ -11593,7 +11596,7 @@ info:
|
|
|
11593
11596
|
\n\n"
|
|
11594
11597
|
summary: OpusDNS - your gateway to a seamless domain management experience.
|
|
11595
11598
|
title: OpusDNS API
|
|
11596
|
-
version: 2026-06-
|
|
11599
|
+
version: 2026-06-04-192653
|
|
11597
11600
|
x-logo:
|
|
11598
11601
|
altText: OpusDNS API Reference
|
|
11599
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";
|
|
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}
|