@opusdns/api 0.293.0 → 0.294.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.293.0",
6
+ "version": "0.294.0",
7
7
  "description": "TypeScript types for the OpusDNS OpenAPI specification",
8
8
  "main": "./src/index.ts",
9
9
  "module": "./src/index.ts",
@@ -13013,6 +13013,31 @@ export const KEY_DOMAIN_CREATE_BULK_INSTANCE_CONTACTS: keyof DomainCreateBulkIns
13013
13013
  * @see {@link KEYS_DOMAIN_CREATE_BULK_INSTANCE} - Array of all keys for this type
13014
13014
  */
13015
13015
  export const KEY_DOMAIN_CREATE_BULK_INSTANCE_CREATE_ZONE: keyof DomainCreateBulkInstance = 'create_zone';
13016
+ /**
13017
+ * expected_price property
13018
+ *
13019
+ * Expected price for premium domain confirmation. Required only for premium domains; must be set per-instance because each premium domain has its own price.
13020
+ *
13021
+ *
13022
+ *
13023
+ * @remarks
13024
+ * This key constant provides type-safe access to the `expected_price` property of DomainCreateBulkInstance objects.
13025
+ * Use this constant when you need to access properties dynamically or ensure type safety.
13026
+ *
13027
+ * @example
13028
+ * ```typescript
13029
+ * // Direct property access
13030
+ * const value = domaincreatebulkinstance[KEY_DOMAIN_CREATE_BULK_INSTANCE_EXPECTED_PRICE];
13031
+ *
13032
+ * // Dynamic property access
13033
+ * const propertyName = KEY_DOMAIN_CREATE_BULK_INSTANCE_EXPECTED_PRICE;
13034
+ * const value = domaincreatebulkinstance[propertyName];
13035
+ * ```
13036
+ *
13037
+ * @see {@link DomainCreateBulkInstance} - The TypeScript type definition
13038
+ * @see {@link KEYS_DOMAIN_CREATE_BULK_INSTANCE} - Array of all keys for this type
13039
+ */
13040
+ export const KEY_DOMAIN_CREATE_BULK_INSTANCE_EXPECTED_PRICE: keyof DomainCreateBulkInstance = 'expected_price';
13016
13041
  /**
13017
13042
  * Name
13018
13043
  *
@@ -13139,6 +13164,7 @@ export const KEYS_DOMAIN_CREATE_BULK_INSTANCE = [
13139
13164
  KEY_DOMAIN_CREATE_BULK_INSTANCE_AUTH_CODE,
13140
13165
  KEY_DOMAIN_CREATE_BULK_INSTANCE_CONTACTS,
13141
13166
  KEY_DOMAIN_CREATE_BULK_INSTANCE_CREATE_ZONE,
13167
+ KEY_DOMAIN_CREATE_BULK_INSTANCE_EXPECTED_PRICE,
13142
13168
  KEY_DOMAIN_CREATE_BULK_INSTANCE_NAME,
13143
13169
  KEY_DOMAIN_CREATE_BULK_INSTANCE_NAMESERVERS,
13144
13170
  KEY_DOMAIN_CREATE_BULK_INSTANCE_PERIOD,
@@ -18893,6 +18919,31 @@ export const KEY_DOMAIN_TRANSFER_BULK_INSTANCE_CONTACTS: keyof DomainTransferBul
18893
18919
  * @see {@link KEYS_DOMAIN_TRANSFER_BULK_INSTANCE} - Array of all keys for this type
18894
18920
  */
18895
18921
  export const KEY_DOMAIN_TRANSFER_BULK_INSTANCE_CREATE_ZONE: keyof DomainTransferBulkInstance = 'create_zone';
18922
+ /**
18923
+ * expected_price property
18924
+ *
18925
+ * Expected price for premium domain confirmation. Required only for premium domains; must be set per-instance because each premium domain has its own price.
18926
+ *
18927
+ *
18928
+ *
18929
+ * @remarks
18930
+ * This key constant provides type-safe access to the `expected_price` property of DomainTransferBulkInstance objects.
18931
+ * Use this constant when you need to access properties dynamically or ensure type safety.
18932
+ *
18933
+ * @example
18934
+ * ```typescript
18935
+ * // Direct property access
18936
+ * const value = domaintransferbulkinstance[KEY_DOMAIN_TRANSFER_BULK_INSTANCE_EXPECTED_PRICE];
18937
+ *
18938
+ * // Dynamic property access
18939
+ * const propertyName = KEY_DOMAIN_TRANSFER_BULK_INSTANCE_EXPECTED_PRICE;
18940
+ * const value = domaintransferbulkinstance[propertyName];
18941
+ * ```
18942
+ *
18943
+ * @see {@link DomainTransferBulkInstance} - The TypeScript type definition
18944
+ * @see {@link KEYS_DOMAIN_TRANSFER_BULK_INSTANCE} - Array of all keys for this type
18945
+ */
18946
+ export const KEY_DOMAIN_TRANSFER_BULK_INSTANCE_EXPECTED_PRICE: keyof DomainTransferBulkInstance = 'expected_price';
18896
18947
  /**
18897
18948
  * Name
18898
18949
  *
@@ -19020,6 +19071,7 @@ export const KEYS_DOMAIN_TRANSFER_BULK_INSTANCE = [
19020
19071
  KEY_DOMAIN_TRANSFER_BULK_INSTANCE_AUTH_CODE,
19021
19072
  KEY_DOMAIN_TRANSFER_BULK_INSTANCE_CONTACTS,
19022
19073
  KEY_DOMAIN_TRANSFER_BULK_INSTANCE_CREATE_ZONE,
19074
+ KEY_DOMAIN_TRANSFER_BULK_INSTANCE_EXPECTED_PRICE,
19023
19075
  KEY_DOMAIN_TRANSFER_BULK_INSTANCE_NAME,
19024
19076
  KEY_DOMAIN_TRANSFER_BULK_INSTANCE_NAMESERVERS,
19025
19077
  KEY_DOMAIN_TRANSFER_BULK_INSTANCE_PERIOD,
package/src/openapi.yaml CHANGED
@@ -3090,6 +3090,13 @@ components:
3090
3090
  - type: 'null'
3091
3091
  description: Override create_zone for this domain
3092
3092
  title: Create Zone
3093
+ expected_price:
3094
+ anyOf:
3095
+ - $ref: '#/components/schemas/StrictMoneyDecimal'
3096
+ - type: 'null'
3097
+ description: Expected price for premium domain confirmation. Required only
3098
+ for premium domains; must be set per-instance because each premium domain
3099
+ has its own price.
3093
3100
  name:
3094
3101
  description: The domain to be created
3095
3102
  title: Name
@@ -4468,6 +4475,13 @@ components:
4468
4475
  - type: 'null'
4469
4476
  description: Override create_zone for this domain
4470
4477
  title: Create Zone
4478
+ expected_price:
4479
+ anyOf:
4480
+ - $ref: '#/components/schemas/StrictMoneyDecimal'
4481
+ - type: 'null'
4482
+ description: Expected price for premium domain confirmation. Required only
4483
+ for premium domains; must be set per-instance because each premium domain
4484
+ has its own price.
4471
4485
  name:
4472
4486
  description: The domain to transfer
4473
4487
  title: Name
@@ -11206,7 +11220,7 @@ info:
11206
11220
  \n\n"
11207
11221
  summary: OpusDNS - your gateway to a seamless domain management experience.
11208
11222
  title: OpusDNS API
11209
- version: 2026-05-11-075637
11223
+ version: 2026-05-11-170616
11210
11224
  x-logo:
11211
11225
  altText: OpusDNS API Reference
11212
11226
  url: https://d24lr4zqs1tgqh.cloudfront.net/c9505a20-5ae1-406c-b060-d392569caebf.jpg
@@ -21170,6 +21184,8 @@ paths:
21170
21184
  period:
21171
21185
  unit: y
21172
21186
  value: 2
21187
+ - expected_price: '2500.00'
21188
+ name: premium-domain.com
21173
21189
  template:
21174
21190
  contacts:
21175
21191
  admin: contact_01kc433yvre99af2wasxhtpswf
@@ -21204,6 +21220,9 @@ paths:
21204
21220
  name: transfer2.com
21205
21221
  - auth_code: AUTH789GHI
21206
21222
  name: transfer3.com
21223
+ - auth_code: AUTHPREM1
21224
+ expected_price: '1750.00'
21225
+ name: premium-transfer.com
21207
21226
  template:
21208
21227
  contacts:
21209
21228
  admin: contact_01kc433yvre99af2wasxhtpswf
package/src/schema.d.ts CHANGED
@@ -4533,6 +4533,8 @@ export interface components {
4533
4533
  * @description Override create_zone for this domain
4534
4534
  */
4535
4535
  create_zone?: boolean | null;
4536
+ /** @description Expected price for premium domain confirmation. Required only for premium domains; must be set per-instance because each premium domain has its own price. */
4537
+ expected_price?: components["schemas"]["StrictMoneyDecimal"] | null;
4536
4538
  /**
4537
4539
  * Name
4538
4540
  * @description The domain to be created
@@ -5422,6 +5424,8 @@ export interface components {
5422
5424
  * @description Override create_zone for this domain
5423
5425
  */
5424
5426
  create_zone?: boolean | null;
5427
+ /** @description Expected price for premium domain confirmation. Required only for premium domains; must be set per-instance because each premium domain has its own price. */
5428
+ expected_price?: components["schemas"]["StrictMoneyDecimal"] | null;
5425
5429
  /**
5426
5430
  * Name
5427
5431
  * @description The domain to transfer