@opusdns/api 0.250.0 → 0.251.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.250.0",
6
+ "version": "0.251.0",
7
7
  "description": "TypeScript types for the OpusDNS OpenAPI specification",
8
8
  "main": "./src/index.ts",
9
9
  "module": "./src/index.ts",
@@ -3521,7 +3521,12 @@ export const POSTAL_ADDRESS_TYPE_VALUES = [
3521
3521
  */
3522
3522
  export const PREMIUM_AFFECTS_TYPE = {
3523
3523
  REGISTRATION: "registration",
3524
+ DELETE: "delete",
3524
3525
  RENEWAL: "renewal",
3526
+ UPDATE: "update",
3527
+ TRANSFER: "transfer",
3528
+ RESTORE: "restore",
3529
+ CUSTOM: "custom",
3525
3530
  } as const satisfies Record<string, PremiumAffectsType>;
3526
3531
 
3527
3532
  /**
@@ -3547,7 +3552,12 @@ export const PREMIUM_AFFECTS_TYPE = {
3547
3552
  */
3548
3553
  export const PREMIUM_AFFECTS_TYPE_VALUES = [
3549
3554
  'registration',
3550
- 'renewal'
3555
+ 'delete',
3556
+ 'renewal',
3557
+ 'update',
3558
+ 'transfer',
3559
+ 'restore',
3560
+ 'custom'
3551
3561
  ] as const satisfies [string, ...string[]] | PremiumAffectsType[];
3552
3562
 
3553
3563
  /**
package/src/openapi.yaml CHANGED
@@ -7971,7 +7971,12 @@ components:
7971
7971
  PremiumAffectsType:
7972
7972
  enum:
7973
7973
  - registration
7974
+ - delete
7974
7975
  - renewal
7976
+ - update
7977
+ - transfer
7978
+ - restore
7979
+ - custom
7975
7980
  title: PremiumAffectsType
7976
7981
  type: string
7977
7982
  PremiumDomainsBase:
@@ -9802,7 +9807,7 @@ info:
9802
9807
  \n\n"
9803
9808
  summary: OpusDNS - your gateway to a seamless domain management experience.
9804
9809
  title: OpusDNS API
9805
- version: 2026-04-14-135714
9810
+ version: 2026-04-15-160751
9806
9811
  x-logo:
9807
9812
  altText: OpusDNS API Reference
9808
9813
  url: https://d24lr4zqs1tgqh.cloudfront.net/c9505a20-5ae1-406c-b060-d392569caebf.jpg
package/src/schema.d.ts CHANGED
@@ -7505,7 +7505,7 @@ export interface components {
7505
7505
  * PremiumAffectsType
7506
7506
  * @enum {string}
7507
7507
  */
7508
- PremiumAffectsType: "registration" | "renewal";
7508
+ PremiumAffectsType: "registration" | "delete" | "renewal" | "update" | "transfer" | "restore" | "custom";
7509
7509
  /** PremiumDomainsBase */
7510
7510
  PremiumDomainsBase: {
7511
7511
  /**