@opusdns/api 1.174.0 → 1.175.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
|
@@ -264,6 +264,7 @@ export const BILLING_TRANSACTION_PRODUCT_TYPE = {
|
|
|
264
264
|
WHITELABEL_BRANDING: "whitelabel_branding",
|
|
265
265
|
WHITELABEL_BRANDING_PLUS: "whitelabel_branding_plus",
|
|
266
266
|
RAS_DOMAIN_LIFECYCLE: "ras_domain_lifecycle",
|
|
267
|
+
AMS_DOMAIN_LIFECYCLE: "ams_domain_lifecycle",
|
|
267
268
|
} as const satisfies Record<string, BillingTransactionProductType>;
|
|
268
269
|
|
|
269
270
|
export const BILLING_TRANSACTION_PRODUCT_TYPE_VALUES = [
|
|
@@ -276,6 +277,7 @@ export const BILLING_TRANSACTION_PRODUCT_TYPE_VALUES = [
|
|
|
276
277
|
'whitelabel_branding',
|
|
277
278
|
'whitelabel_branding_plus',
|
|
278
279
|
'ras_domain_lifecycle',
|
|
280
|
+
'ams_domain_lifecycle',
|
|
279
281
|
] as const satisfies ReadonlyArray<BillingTransactionProductType>;
|
|
280
282
|
|
|
281
283
|
export const BILLING_TRANSACTION_SORT_FIELD = {
|
package/src/openapi.yaml
CHANGED
|
@@ -424,6 +424,7 @@ components:
|
|
|
424
424
|
- whitelabel_branding
|
|
425
425
|
- whitelabel_branding_plus
|
|
426
426
|
- ras_domain_lifecycle
|
|
427
|
+
- ams_domain_lifecycle
|
|
427
428
|
title: BillingTransactionProductType
|
|
428
429
|
type: string
|
|
429
430
|
BillingTransactionResponse:
|
|
@@ -16727,7 +16728,7 @@ info:
|
|
|
16727
16728
|
\n\n"
|
|
16728
16729
|
summary: OpusDNS - your gateway to a seamless domain management experience.
|
|
16729
16730
|
title: OpusDNS API
|
|
16730
|
-
version: 2026-09-
|
|
16731
|
+
version: 2026-09-14-085040
|
|
16731
16732
|
x-logo:
|
|
16732
16733
|
altText: OpusDNS API Reference
|
|
16733
16734
|
url: https://d24lr4zqs1tgqh.cloudfront.net/c9505a20-5ae1-406c-b060-d392569caebf.jpg
|
package/src/schema.d.ts
CHANGED
|
@@ -3427,7 +3427,7 @@ export interface components {
|
|
|
3427
3427
|
* BillingTransactionProductType
|
|
3428
3428
|
* @enum {string}
|
|
3429
3429
|
*/
|
|
3430
|
-
BillingTransactionProductType: "domain" | "zones" | "email_forward" | "domain_forward" | "account_wallet" | "vanity_nameserver" | "whitelabel_branding" | "whitelabel_branding_plus" | "ras_domain_lifecycle";
|
|
3430
|
+
BillingTransactionProductType: "domain" | "zones" | "email_forward" | "domain_forward" | "account_wallet" | "vanity_nameserver" | "whitelabel_branding" | "whitelabel_branding_plus" | "ras_domain_lifecycle" | "ams_domain_lifecycle";
|
|
3431
3431
|
/** BillingTransactionResponse */
|
|
3432
3432
|
BillingTransactionResponse: {
|
|
3433
3433
|
/** @description The action performed in the transaction */
|