@opusdns/api 0.186.0 → 0.187.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.186.0",
6
+ "version": "0.187.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
@@ -6984,7 +6984,7 @@ info:
6984
6984
  '
6985
6985
  summary: OpusDNS - your gateway to a seamless domain management experience.
6986
6986
  title: OpusDNS API
6987
- version: 2026-02-09-152424
6987
+ version: 2026-02-12-132707
6988
6988
  x-logo:
6989
6989
  altText: OpusDNS API Reference
6990
6990
  url: https://d24lr4zqs1tgqh.cloudfront.net/c9505a20-5ae1-406c-b060-d392569caebf.jpg
@@ -10095,6 +10095,14 @@ paths:
10095
10095
  - type: string
10096
10096
  - type: 'null'
10097
10097
  title: Hostname
10098
+ - in: query
10099
+ name: domain
10100
+ required: false
10101
+ schema:
10102
+ anyOf:
10103
+ - type: string
10104
+ - type: 'null'
10105
+ title: Domain
10098
10106
  - description: 'Filter by protocol: http or https'
10099
10107
  in: query
10100
10108
  name: protocol
@@ -10144,6 +10152,14 @@ paths:
10144
10152
  - type: string
10145
10153
  - type: 'null'
10146
10154
  title: Hostname
10155
+ - in: query
10156
+ name: domain
10157
+ required: false
10158
+ schema:
10159
+ anyOf:
10160
+ - type: string
10161
+ - type: 'null'
10162
+ title: Domain
10147
10163
  - description: 'Filter by protocol: http or https'
10148
10164
  in: query
10149
10165
  name: protocol
@@ -10193,6 +10209,14 @@ paths:
10193
10209
  - type: string
10194
10210
  - type: 'null'
10195
10211
  title: Hostname
10212
+ - in: query
10213
+ name: domain
10214
+ required: false
10215
+ schema:
10216
+ anyOf:
10217
+ - type: string
10218
+ - type: 'null'
10219
+ title: Domain
10196
10220
  - description: 'Filter by protocol: http or https'
10197
10221
  in: query
10198
10222
  name: protocol
@@ -10242,6 +10266,14 @@ paths:
10242
10266
  - type: string
10243
10267
  - type: 'null'
10244
10268
  title: Hostname
10269
+ - in: query
10270
+ name: domain
10271
+ required: false
10272
+ schema:
10273
+ anyOf:
10274
+ - type: string
10275
+ - type: 'null'
10276
+ title: Domain
10245
10277
  - description: 'Filter by protocol: http or https'
10246
10278
  in: query
10247
10279
  name: protocol
@@ -10291,6 +10323,14 @@ paths:
10291
10323
  - type: string
10292
10324
  - type: 'null'
10293
10325
  title: Hostname
10326
+ - in: query
10327
+ name: domain
10328
+ required: false
10329
+ schema:
10330
+ anyOf:
10331
+ - type: string
10332
+ - type: 'null'
10333
+ title: Domain
10294
10334
  - description: 'Filter by protocol: http or https'
10295
10335
  in: query
10296
10336
  name: protocol
@@ -10340,6 +10380,14 @@ paths:
10340
10380
  - type: string
10341
10381
  - type: 'null'
10342
10382
  title: Hostname
10383
+ - in: query
10384
+ name: domain
10385
+ required: false
10386
+ schema:
10387
+ anyOf:
10388
+ - type: string
10389
+ - type: 'null'
10390
+ title: Domain
10343
10391
  - description: 'Filter by protocol: http or https'
10344
10392
  in: query
10345
10393
  name: protocol
@@ -10389,6 +10437,14 @@ paths:
10389
10437
  - type: string
10390
10438
  - type: 'null'
10391
10439
  title: Hostname
10440
+ - in: query
10441
+ name: domain
10442
+ required: false
10443
+ schema:
10444
+ anyOf:
10445
+ - type: string
10446
+ - type: 'null'
10447
+ title: Domain
10392
10448
  - description: 'Filter by protocol: http or https'
10393
10449
  in: query
10394
10450
  name: protocol
@@ -10438,6 +10494,14 @@ paths:
10438
10494
  - type: string
10439
10495
  - type: 'null'
10440
10496
  title: Hostname
10497
+ - in: query
10498
+ name: domain
10499
+ required: false
10500
+ schema:
10501
+ anyOf:
10502
+ - type: string
10503
+ - type: 'null'
10504
+ title: Domain
10441
10505
  - description: 'Filter by protocol: http or https'
10442
10506
  in: query
10443
10507
  name: protocol
@@ -10495,6 +10559,14 @@ paths:
10495
10559
  - type: string
10496
10560
  - type: 'null'
10497
10561
  title: Hostname
10562
+ - in: query
10563
+ name: domain
10564
+ required: false
10565
+ schema:
10566
+ anyOf:
10567
+ - type: string
10568
+ - type: 'null'
10569
+ title: Domain
10498
10570
  - description: 'Filter by protocol: http or https'
10499
10571
  in: query
10500
10572
  name: protocol
package/src/schema.d.ts CHANGED
@@ -8459,6 +8459,7 @@ export interface operations {
8459
8459
  parameters: {
8460
8460
  query?: {
8461
8461
  hostname?: string | null;
8462
+ domain?: string | null;
8462
8463
  /** @description Filter by protocol: http or https */
8463
8464
  protocol?: components["schemas"]["Protocol"] | null;
8464
8465
  /** @description Time range: 1h, 1d, 7d, or 30d */
@@ -8494,6 +8495,7 @@ export interface operations {
8494
8495
  parameters: {
8495
8496
  query?: {
8496
8497
  hostname?: string | null;
8498
+ domain?: string | null;
8497
8499
  /** @description Filter by protocol: http or https */
8498
8500
  protocol?: components["schemas"]["Protocol"] | null;
8499
8501
  /** @description Time range: 1h, 1d, 7d, or 30d */
@@ -8529,6 +8531,7 @@ export interface operations {
8529
8531
  parameters: {
8530
8532
  query?: {
8531
8533
  hostname?: string | null;
8534
+ domain?: string | null;
8532
8535
  /** @description Filter by protocol: http or https */
8533
8536
  protocol?: components["schemas"]["Protocol"] | null;
8534
8537
  /** @description Time range: 1h, 1d, 7d, or 30d */
@@ -8564,6 +8567,7 @@ export interface operations {
8564
8567
  parameters: {
8565
8568
  query?: {
8566
8569
  hostname?: string | null;
8570
+ domain?: string | null;
8567
8571
  /** @description Filter by protocol: http or https */
8568
8572
  protocol?: components["schemas"]["Protocol"] | null;
8569
8573
  /** @description Time range: 1h, 1d, 7d, or 30d */
@@ -8599,6 +8603,7 @@ export interface operations {
8599
8603
  parameters: {
8600
8604
  query?: {
8601
8605
  hostname?: string | null;
8606
+ domain?: string | null;
8602
8607
  /** @description Filter by protocol: http or https */
8603
8608
  protocol?: components["schemas"]["Protocol"] | null;
8604
8609
  /** @description Time range: 1h, 1d, 7d, or 30d */
@@ -8634,6 +8639,7 @@ export interface operations {
8634
8639
  parameters: {
8635
8640
  query?: {
8636
8641
  hostname?: string | null;
8642
+ domain?: string | null;
8637
8643
  /** @description Filter by protocol: http or https */
8638
8644
  protocol?: components["schemas"]["Protocol"] | null;
8639
8645
  /** @description Time range: 1h, 1d, 7d, or 30d */
@@ -8669,6 +8675,7 @@ export interface operations {
8669
8675
  parameters: {
8670
8676
  query?: {
8671
8677
  hostname?: string | null;
8678
+ domain?: string | null;
8672
8679
  /** @description Filter by protocol: http or https */
8673
8680
  protocol?: components["schemas"]["Protocol"] | null;
8674
8681
  /** @description Time range: 1h, 1d, 7d, or 30d */
@@ -8704,6 +8711,7 @@ export interface operations {
8704
8711
  parameters: {
8705
8712
  query?: {
8706
8713
  hostname?: string | null;
8714
+ domain?: string | null;
8707
8715
  /** @description Filter by protocol: http or https */
8708
8716
  protocol?: components["schemas"]["Protocol"] | null;
8709
8717
  /** @description Time range: 1h, 1d, 7d, or 30d */
@@ -8741,6 +8749,7 @@ export interface operations {
8741
8749
  /** @description Grouping key: url, fqdn, domain, or forward */
8742
8750
  grouping?: components["schemas"]["MetricsGrouping"];
8743
8751
  hostname?: string | null;
8752
+ domain?: string | null;
8744
8753
  /** @description Filter by protocol: http or https */
8745
8754
  protocol?: components["schemas"]["Protocol"] | null;
8746
8755
  /** @description Time range: 1h, 1d, 7d, or 30d */