@opusdns/api 0.242.0 → 0.244.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.242.0",
6
+ "version": "0.244.0",
7
7
  "description": "TypeScript types for the OpusDNS OpenAPI specification",
8
8
  "main": "./src/index.ts",
9
9
  "module": "./src/index.ts",
package/src/openapi.yaml CHANGED
@@ -2524,12 +2524,12 @@ components:
2524
2524
  type: boolean
2525
2525
  expected_price:
2526
2526
  anyOf:
2527
- - minimum: 0.0
2528
- type: number
2529
2527
  - pattern: ^(?!^[-+.]*$)[+-]?0*(?:\d{0,8}|(?=[\d.]{1,11}0*$)\d{0,8}\.\d{0,2}0*$)
2530
2528
  type: string
2531
2529
  - type: 'null'
2532
2530
  description: Expected price for premium domain confirmation
2531
+ examples:
2532
+ - '12.50'
2533
2533
  title: Expected Price
2534
2534
  name:
2535
2535
  description: The domain to be created
@@ -2741,6 +2741,8 @@ components:
2741
2741
  type: string
2742
2742
  - type: 'null'
2743
2743
  description: Expected price for premium domain confirmation
2744
+ examples:
2745
+ - '12.50'
2744
2746
  title: Expected Price
2745
2747
  name:
2746
2748
  description: The domain to be created
@@ -3427,12 +3429,12 @@ components:
3427
3429
  type: string
3428
3430
  expected_price:
3429
3431
  anyOf:
3430
- - minimum: 0.0
3431
- type: number
3432
3432
  - pattern: ^(?!^[-+.]*$)[+-]?0*(?:\d{0,8}|(?=[\d.]{1,11}0*$)\d{0,8}\.\d{0,2}0*$)
3433
3433
  type: string
3434
3434
  - type: 'null'
3435
3435
  description: Expected price for premium domain confirmation
3436
+ examples:
3437
+ - '12.50'
3436
3438
  title: Expected Price
3437
3439
  period:
3438
3440
  $ref: '#/components/schemas/DomainPeriod'
@@ -3623,12 +3625,12 @@ components:
3623
3625
  title: Additional Info
3624
3626
  expected_price:
3625
3627
  anyOf:
3626
- - minimum: 0.0
3627
- type: number
3628
3628
  - pattern: ^(?!^[-+.]*$)[+-]?0*(?:\d{0,8}|(?=[\d.]{1,11}0*$)\d{0,8}\.\d{0,2}0*$)
3629
3629
  type: string
3630
3630
  - type: 'null'
3631
3631
  description: Expected price for premium domain confirmation
3632
+ examples:
3633
+ - '12.50'
3632
3634
  title: Expected Price
3633
3635
  reason:
3634
3636
  anyOf:
@@ -4058,12 +4060,12 @@ components:
4058
4060
  type: boolean
4059
4061
  expected_price:
4060
4062
  anyOf:
4061
- - minimum: 0.0
4062
- type: number
4063
4063
  - pattern: ^(?!^[-+.]*$)[+-]?0*(?:\d{0,8}|(?=[\d.]{1,11}0*$)\d{0,8}\.\d{0,2}0*$)
4064
4064
  type: string
4065
4065
  - type: 'null'
4066
4066
  description: Expected price for premium domain confirmation
4067
+ examples:
4068
+ - '12.50'
4067
4069
  title: Expected Price
4068
4070
  name:
4069
4071
  description: The domain to be created
@@ -4128,6 +4130,8 @@ components:
4128
4130
  type: string
4129
4131
  - type: 'null'
4130
4132
  description: Expected price for premium domain confirmation
4133
+ examples:
4134
+ - '12.50'
4131
4135
  title: Expected Price
4132
4136
  name:
4133
4137
  description: The domain to be created
@@ -9752,7 +9756,7 @@ info:
9752
9756
  \n\n"
9753
9757
  summary: OpusDNS - your gateway to a seamless domain management experience.
9754
9758
  title: OpusDNS API
9755
- version: 2026-04-10-133524
9759
+ version: 2026-04-10-145131
9756
9760
  x-logo:
9757
9761
  altText: OpusDNS API Reference
9758
9762
  url: https://d24lr4zqs1tgqh.cloudfront.net/c9505a20-5ae1-406c-b060-d392569caebf.jpg
package/src/schema.d.ts CHANGED
@@ -3883,8 +3883,9 @@ export interface components {
3883
3883
  /**
3884
3884
  * Expected Price
3885
3885
  * @description Expected price for premium domain confirmation
3886
+ * @example 12.50
3886
3887
  */
3887
- expected_price?: number | string | null;
3888
+ expected_price?: string | null;
3888
3889
  /**
3889
3890
  * Name
3890
3891
  * @description The domain to be created
@@ -4033,6 +4034,7 @@ export interface components {
4033
4034
  /**
4034
4035
  * Expected Price
4035
4036
  * @description Expected price for premium domain confirmation
4037
+ * @example 12.50
4036
4038
  */
4037
4039
  expected_price?: string | null;
4038
4040
  /**
@@ -4442,8 +4444,9 @@ export interface components {
4442
4444
  /**
4443
4445
  * Expected Price
4444
4446
  * @description Expected price for premium domain confirmation
4447
+ * @example 12.50
4445
4448
  */
4446
- expected_price?: number | string | null;
4449
+ expected_price?: string | null;
4447
4450
  /** @description How long to extend the domain registration */
4448
4451
  period: components["schemas"]["DomainPeriod"];
4449
4452
  };
@@ -4597,8 +4600,9 @@ export interface components {
4597
4600
  /**
4598
4601
  * Expected Price
4599
4602
  * @description Expected price for premium domain confirmation
4603
+ * @example 12.50
4600
4604
  */
4601
- expected_price?: number | string | null;
4605
+ expected_price?: string | null;
4602
4606
  /**
4603
4607
  * Reason
4604
4608
  * @description Reason for restoring the domain
@@ -4880,8 +4884,9 @@ export interface components {
4880
4884
  /**
4881
4885
  * Expected Price
4882
4886
  * @description Expected price for premium domain confirmation
4887
+ * @example 12.50
4883
4888
  */
4884
- expected_price?: number | string | null;
4889
+ expected_price?: string | null;
4885
4890
  /**
4886
4891
  * Name
4887
4892
  * @description The domain to be created
@@ -4925,6 +4930,7 @@ export interface components {
4925
4930
  /**
4926
4931
  * Expected Price
4927
4932
  * @description Expected price for premium domain confirmation
4933
+ * @example 12.50
4928
4934
  */
4929
4935
  expected_price?: string | null;
4930
4936
  /**