@opusdns/api 1.143.0 → 1.144.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 +1 -1
- package/src/helpers/constants.ts +2 -0
- package/src/openapi.yaml +2 -1
- package/src/schema.d.ts +1 -1
package/package.json
CHANGED
package/src/helpers/constants.ts
CHANGED
|
@@ -241,6 +241,7 @@ export const BILLING_TRANSACTION_PRODUCT_TYPE = {
|
|
|
241
241
|
VANITY_NAMESERVER: "vanity_nameserver",
|
|
242
242
|
WHITELABEL_BRANDING: "whitelabel_branding",
|
|
243
243
|
WHITELABEL_BRANDING_PLUS: "whitelabel_branding_plus",
|
|
244
|
+
RAS_DOMAIN_LIFECYCLE: "ras_domain_lifecycle",
|
|
244
245
|
} as const satisfies Record<string, BillingTransactionProductType>;
|
|
245
246
|
|
|
246
247
|
export const BILLING_TRANSACTION_PRODUCT_TYPE_VALUES = [
|
|
@@ -252,6 +253,7 @@ export const BILLING_TRANSACTION_PRODUCT_TYPE_VALUES = [
|
|
|
252
253
|
'vanity_nameserver',
|
|
253
254
|
'whitelabel_branding',
|
|
254
255
|
'whitelabel_branding_plus',
|
|
256
|
+
'ras_domain_lifecycle',
|
|
255
257
|
] as const satisfies ReadonlyArray<BillingTransactionProductType>;
|
|
256
258
|
|
|
257
259
|
export const BILLING_TRANSACTION_SORT_FIELD = {
|
package/src/openapi.yaml
CHANGED
|
@@ -414,6 +414,7 @@ components:
|
|
|
414
414
|
- vanity_nameserver
|
|
415
415
|
- whitelabel_branding
|
|
416
416
|
- whitelabel_branding_plus
|
|
417
|
+
- ras_domain_lifecycle
|
|
417
418
|
title: BillingTransactionProductType
|
|
418
419
|
type: string
|
|
419
420
|
BillingTransactionResponse:
|
|
@@ -15813,7 +15814,7 @@ info:
|
|
|
15813
15814
|
\n\n"
|
|
15814
15815
|
summary: OpusDNS - your gateway to a seamless domain management experience.
|
|
15815
15816
|
title: OpusDNS API
|
|
15816
|
-
version: 2026-08-
|
|
15817
|
+
version: 2026-08-31-144454
|
|
15817
15818
|
x-logo:
|
|
15818
15819
|
altText: OpusDNS API Reference
|
|
15819
15820
|
url: https://d24lr4zqs1tgqh.cloudfront.net/c9505a20-5ae1-406c-b060-d392569caebf.jpg
|
package/src/schema.d.ts
CHANGED
|
@@ -3351,7 +3351,7 @@ export interface components {
|
|
|
3351
3351
|
* BillingTransactionProductType
|
|
3352
3352
|
* @enum {string}
|
|
3353
3353
|
*/
|
|
3354
|
-
BillingTransactionProductType: "domain" | "zones" | "email_forward" | "domain_forward" | "account_wallet" | "vanity_nameserver" | "whitelabel_branding" | "whitelabel_branding_plus";
|
|
3354
|
+
BillingTransactionProductType: "domain" | "zones" | "email_forward" | "domain_forward" | "account_wallet" | "vanity_nameserver" | "whitelabel_branding" | "whitelabel_branding_plus" | "ras_domain_lifecycle";
|
|
3355
3355
|
/** BillingTransactionResponse */
|
|
3356
3356
|
BillingTransactionResponse: {
|
|
3357
3357
|
/** @description The action performed in the transaction */
|