@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 CHANGED
@@ -3,7 +3,7 @@
3
3
  "@opusdns/api-spec-ts-generator": "^1.5.0"
4
4
  },
5
5
  "name": "@opusdns/api",
6
- "version": "1.143.0",
6
+ "version": "1.144.0",
7
7
  "description": "TypeScript types for the OpusDNS OpenAPI specification",
8
8
  "main": "./src/index.ts",
9
9
  "module": "./src/index.ts",
@@ -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-28-202722
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 */