@opusdns/api 0.315.0 → 0.316.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": "^0.19.0"
4
4
  },
5
5
  "name": "@opusdns/api",
6
- "version": "0.315.0",
6
+ "version": "0.316.0",
7
7
  "description": "TypeScript types for the OpusDNS OpenAPI specification",
8
8
  "main": "./src/index.ts",
9
9
  "module": "./src/index.ts",
@@ -322,6 +322,7 @@ export const BILLING_TRANSACTION_PRODUCT_TYPE = {
322
322
  EMAIL_FORWARD: "email_forward",
323
323
  DOMAIN_FORWARD: "domain_forward",
324
324
  ACCOUNT_WALLET: "account_wallet",
325
+ VANITY_NAMESERVER: "vanity_nameserver",
325
326
  } as const satisfies Record<string, BillingTransactionProductType>;
326
327
 
327
328
  /**
@@ -350,7 +351,8 @@ export const BILLING_TRANSACTION_PRODUCT_TYPE_VALUES = [
350
351
  'zones',
351
352
  'email_forward',
352
353
  'domain_forward',
353
- 'account_wallet'
354
+ 'account_wallet',
355
+ 'vanity_nameserver'
354
356
  ] as const satisfies [string, ...string[]] | BillingTransactionProductType[];
355
357
 
356
358
  /**
package/src/openapi.yaml CHANGED
@@ -146,6 +146,7 @@ components:
146
146
  - email_forward
147
147
  - domain_forward
148
148
  - account_wallet
149
+ - vanity_nameserver
149
150
  title: BillingTransactionProductType
150
151
  type: string
151
152
  BillingTransactionResponse:
@@ -11582,7 +11583,7 @@ info:
11582
11583
  \n\n"
11583
11584
  summary: OpusDNS - your gateway to a seamless domain management experience.
11584
11585
  title: OpusDNS API
11585
- version: 2026-05-27-202702
11586
+ version: 2026-05-29-142222
11586
11587
  x-logo:
11587
11588
  altText: OpusDNS API Reference
11588
11589
  url: https://d24lr4zqs1tgqh.cloudfront.net/c9505a20-5ae1-406c-b060-d392569caebf.jpg
package/src/schema.d.ts CHANGED
@@ -2566,7 +2566,7 @@ export interface components {
2566
2566
  * BillingTransactionProductType
2567
2567
  * @enum {string}
2568
2568
  */
2569
- BillingTransactionProductType: "domain" | "zones" | "email_forward" | "domain_forward" | "account_wallet";
2569
+ BillingTransactionProductType: "domain" | "zones" | "email_forward" | "domain_forward" | "account_wallet" | "vanity_nameserver";
2570
2570
  /** BillingTransactionResponse */
2571
2571
  BillingTransactionResponse: {
2572
2572
  /** @description The action performed in the transaction */