@opusdns/api 0.190.0 → 0.192.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.190.0",
6
+ "version": "0.192.0",
7
7
  "description": "TypeScript types for the OpusDNS OpenAPI specification",
8
8
  "main": "./src/index.ts",
9
9
  "module": "./src/index.ts",
@@ -1951,6 +1951,7 @@ export type PUT_DomainForwardsHostnameProtocol_Request_Body = PUT_DomainForwards
1951
1951
  * @path /v1/domain-forwards/metrics
1952
1952
  * @param protocol (query) - Filter by protocol: http or https
1953
1953
  * @param time_range (query) - Time range: 1h, 1d, 7d, or 30d
1954
+ * @param exclude_bots (query) - Exclude platform values: Unknown, Bot
1954
1955
  *
1955
1956
  * @see {@link GET_DomainForwardsMetrics_Request_Query} - Query parameters type
1956
1957
  * @see {@link GET_DomainForwardsMetrics_Request_Path} - Path parameters type
@@ -1974,6 +1975,7 @@ export type GET_DomainForwardsMetrics_Request = {
1974
1975
  * @path /v1/domain-forwards/metrics
1975
1976
  * @param protocol (query) - Filter by protocol: http or https
1976
1977
  * @param time_range (query) - Time range: 1h, 1d, 7d, or 30d
1978
+ * @param exclude_bots (query) - Exclude platform values: Unknown, Bot
1977
1979
  */
1978
1980
  export type GET_DomainForwardsMetrics_Request_Query = GET_DomainForwardsMetrics_Request['parameters']['query'];
1979
1981
 
@@ -1993,6 +1995,7 @@ export type GET_DomainForwardsMetrics_Request_Query = GET_DomainForwardsMetrics_
1993
1995
  * @path /v1/domain-forwards/metrics/browser
1994
1996
  * @param protocol (query) - Filter by protocol: http or https
1995
1997
  * @param time_range (query) - Time range: 1h, 1d, 7d, or 30d
1998
+ * @param exclude_bots (query) - Exclude platform values: Unknown, Bot
1996
1999
  *
1997
2000
  * @see {@link GET_DomainForwardsMetricsBrowser_Request_Query} - Query parameters type
1998
2001
  * @see {@link GET_DomainForwardsMetricsBrowser_Request_Path} - Path parameters type
@@ -2016,6 +2019,7 @@ export type GET_DomainForwardsMetricsBrowser_Request = {
2016
2019
  * @path /v1/domain-forwards/metrics/browser
2017
2020
  * @param protocol (query) - Filter by protocol: http or https
2018
2021
  * @param time_range (query) - Time range: 1h, 1d, 7d, or 30d
2022
+ * @param exclude_bots (query) - Exclude platform values: Unknown, Bot
2019
2023
  */
2020
2024
  export type GET_DomainForwardsMetricsBrowser_Request_Query = GET_DomainForwardsMetricsBrowser_Request['parameters']['query'];
2021
2025
 
@@ -2035,6 +2039,7 @@ export type GET_DomainForwardsMetricsBrowser_Request_Query = GET_DomainForwardsM
2035
2039
  * @path /v1/domain-forwards/metrics/geo
2036
2040
  * @param protocol (query) - Filter by protocol: http or https
2037
2041
  * @param time_range (query) - Time range: 1h, 1d, 7d, or 30d
2042
+ * @param exclude_bots (query) - Exclude platform values: Unknown, Bot
2038
2043
  *
2039
2044
  * @see {@link GET_DomainForwardsMetricsGeo_Request_Query} - Query parameters type
2040
2045
  * @see {@link GET_DomainForwardsMetricsGeo_Request_Path} - Path parameters type
@@ -2058,6 +2063,7 @@ export type GET_DomainForwardsMetricsGeo_Request = {
2058
2063
  * @path /v1/domain-forwards/metrics/geo
2059
2064
  * @param protocol (query) - Filter by protocol: http or https
2060
2065
  * @param time_range (query) - Time range: 1h, 1d, 7d, or 30d
2066
+ * @param exclude_bots (query) - Exclude platform values: Unknown, Bot
2061
2067
  */
2062
2068
  export type GET_DomainForwardsMetricsGeo_Request_Query = GET_DomainForwardsMetricsGeo_Request['parameters']['query'];
2063
2069
 
@@ -2077,6 +2083,7 @@ export type GET_DomainForwardsMetricsGeo_Request_Query = GET_DomainForwardsMetri
2077
2083
  * @path /v1/domain-forwards/metrics/platform
2078
2084
  * @param protocol (query) - Filter by protocol: http or https
2079
2085
  * @param time_range (query) - Time range: 1h, 1d, 7d, or 30d
2086
+ * @param exclude_bots (query) - Exclude platform values: Unknown, Bot
2080
2087
  *
2081
2088
  * @see {@link GET_DomainForwardsMetricsPlatform_Request_Query} - Query parameters type
2082
2089
  * @see {@link GET_DomainForwardsMetricsPlatform_Request_Path} - Path parameters type
@@ -2100,6 +2107,7 @@ export type GET_DomainForwardsMetricsPlatform_Request = {
2100
2107
  * @path /v1/domain-forwards/metrics/platform
2101
2108
  * @param protocol (query) - Filter by protocol: http or https
2102
2109
  * @param time_range (query) - Time range: 1h, 1d, 7d, or 30d
2110
+ * @param exclude_bots (query) - Exclude platform values: Unknown, Bot
2103
2111
  */
2104
2112
  export type GET_DomainForwardsMetricsPlatform_Request_Query = GET_DomainForwardsMetricsPlatform_Request['parameters']['query'];
2105
2113
 
@@ -2119,6 +2127,7 @@ export type GET_DomainForwardsMetricsPlatform_Request_Query = GET_DomainForwards
2119
2127
  * @path /v1/domain-forwards/metrics/referrer
2120
2128
  * @param protocol (query) - Filter by protocol: http or https
2121
2129
  * @param time_range (query) - Time range: 1h, 1d, 7d, or 30d
2130
+ * @param exclude_bots (query) - Exclude platform values: Unknown, Bot
2122
2131
  *
2123
2132
  * @see {@link GET_DomainForwardsMetricsReferrer_Request_Query} - Query parameters type
2124
2133
  * @see {@link GET_DomainForwardsMetricsReferrer_Request_Path} - Path parameters type
@@ -2142,6 +2151,7 @@ export type GET_DomainForwardsMetricsReferrer_Request = {
2142
2151
  * @path /v1/domain-forwards/metrics/referrer
2143
2152
  * @param protocol (query) - Filter by protocol: http or https
2144
2153
  * @param time_range (query) - Time range: 1h, 1d, 7d, or 30d
2154
+ * @param exclude_bots (query) - Exclude platform values: Unknown, Bot
2145
2155
  */
2146
2156
  export type GET_DomainForwardsMetricsReferrer_Request_Query = GET_DomainForwardsMetricsReferrer_Request['parameters']['query'];
2147
2157
 
@@ -2161,6 +2171,7 @@ export type GET_DomainForwardsMetricsReferrer_Request_Query = GET_DomainForwards
2161
2171
  * @path /v1/domain-forwards/metrics/status-code
2162
2172
  * @param protocol (query) - Filter by protocol: http or https
2163
2173
  * @param time_range (query) - Time range: 1h, 1d, 7d, or 30d
2174
+ * @param exclude_bots (query) - Exclude platform values: Unknown, Bot
2164
2175
  *
2165
2176
  * @see {@link GET_DomainForwardsMetricsStatusCode_Request_Query} - Query parameters type
2166
2177
  * @see {@link GET_DomainForwardsMetricsStatusCode_Request_Path} - Path parameters type
@@ -2184,6 +2195,7 @@ export type GET_DomainForwardsMetricsStatusCode_Request = {
2184
2195
  * @path /v1/domain-forwards/metrics/status-code
2185
2196
  * @param protocol (query) - Filter by protocol: http or https
2186
2197
  * @param time_range (query) - Time range: 1h, 1d, 7d, or 30d
2198
+ * @param exclude_bots (query) - Exclude platform values: Unknown, Bot
2187
2199
  */
2188
2200
  export type GET_DomainForwardsMetricsStatusCode_Request_Query = GET_DomainForwardsMetricsStatusCode_Request['parameters']['query'];
2189
2201
 
@@ -2203,6 +2215,7 @@ export type GET_DomainForwardsMetricsStatusCode_Request_Query = GET_DomainForwar
2203
2215
  * @path /v1/domain-forwards/metrics/time-series
2204
2216
  * @param protocol (query) - Filter by protocol: http or https
2205
2217
  * @param time_range (query) - Time range: 1h, 1d, 7d, or 30d
2218
+ * @param exclude_bots (query) - Exclude platform values: Unknown, Bot
2206
2219
  *
2207
2220
  * @see {@link GET_DomainForwardsMetricsTimeSeries_Request_Query} - Query parameters type
2208
2221
  * @see {@link GET_DomainForwardsMetricsTimeSeries_Request_Path} - Path parameters type
@@ -2226,6 +2239,7 @@ export type GET_DomainForwardsMetricsTimeSeries_Request = {
2226
2239
  * @path /v1/domain-forwards/metrics/time-series
2227
2240
  * @param protocol (query) - Filter by protocol: http or https
2228
2241
  * @param time_range (query) - Time range: 1h, 1d, 7d, or 30d
2242
+ * @param exclude_bots (query) - Exclude platform values: Unknown, Bot
2229
2243
  */
2230
2244
  export type GET_DomainForwardsMetricsTimeSeries_Request_Query = GET_DomainForwardsMetricsTimeSeries_Request['parameters']['query'];
2231
2245
 
@@ -2245,6 +2259,7 @@ export type GET_DomainForwardsMetricsTimeSeries_Request_Query = GET_DomainForwar
2245
2259
  * @path /v1/domain-forwards/metrics/user-agent
2246
2260
  * @param protocol (query) - Filter by protocol: http or https
2247
2261
  * @param time_range (query) - Time range: 1h, 1d, 7d, or 30d
2262
+ * @param exclude_bots (query) - Exclude platform values: Unknown, Bot
2248
2263
  *
2249
2264
  * @see {@link GET_DomainForwardsMetricsUserAgent_Request_Query} - Query parameters type
2250
2265
  * @see {@link GET_DomainForwardsMetricsUserAgent_Request_Path} - Path parameters type
@@ -2268,6 +2283,7 @@ export type GET_DomainForwardsMetricsUserAgent_Request = {
2268
2283
  * @path /v1/domain-forwards/metrics/user-agent
2269
2284
  * @param protocol (query) - Filter by protocol: http or https
2270
2285
  * @param time_range (query) - Time range: 1h, 1d, 7d, or 30d
2286
+ * @param exclude_bots (query) - Exclude platform values: Unknown, Bot
2271
2287
  */
2272
2288
  export type GET_DomainForwardsMetricsUserAgent_Request_Query = GET_DomainForwardsMetricsUserAgent_Request['parameters']['query'];
2273
2289
 
@@ -2288,6 +2304,7 @@ export type GET_DomainForwardsMetricsUserAgent_Request_Query = GET_DomainForward
2288
2304
  * @param grouping (query) - Grouping key: url, fqdn, domain, or forward
2289
2305
  * @param protocol (query) - Filter by protocol: http or https
2290
2306
  * @param time_range (query) - Time range: 1h, 1d, 7d, or 30d
2307
+ * @param exclude_bots (query) - Exclude platform values: Unknown, Bot
2291
2308
  *
2292
2309
  * @see {@link GET_DomainForwardsMetricsVisitsByKey_Request_Query} - Query parameters type
2293
2310
  * @see {@link GET_DomainForwardsMetricsVisitsByKey_Request_Path} - Path parameters type
@@ -2312,6 +2329,7 @@ export type GET_DomainForwardsMetricsVisitsByKey_Request = {
2312
2329
  * @param grouping (query) - Grouping key: url, fqdn, domain, or forward
2313
2330
  * @param protocol (query) - Filter by protocol: http or https
2314
2331
  * @param time_range (query) - Time range: 1h, 1d, 7d, or 30d
2332
+ * @param exclude_bots (query) - Exclude platform values: Unknown, Bot
2315
2333
  */
2316
2334
  export type GET_DomainForwardsMetricsVisitsByKey_Request_Query = GET_DomainForwardsMetricsVisitsByKey_Request['parameters']['query'];
2317
2335
 
@@ -3670,6 +3670,7 @@ export type PATCH_DomainForwardsByHostnameEnable_Response_422 = HTTPValidationEr
3670
3670
  * @path /v1/domain-forwards/metrics
3671
3671
  * @param protocol (query) - Filter by protocol: http or https
3672
3672
  * @param time_range (query) - Time range: 1h, 1d, 7d, or 30d
3673
+ * @param exclude_bots (query) - Exclude platform values: Unknown, Bot
3673
3674
  *
3674
3675
  * @see {@link GET_DomainForwardsMetrics_Response_200} - 200 response type
3675
3676
  * @see {@link GET_DomainForwardsMetrics_Response_422} - 422 response type
@@ -3691,6 +3692,7 @@ export type GET_DomainForwardsMetrics_Response = GET_DomainForwardsMetrics_Respo
3691
3692
  * @path /v1/domain-forwards/metrics
3692
3693
  * @param protocol (query) - Filter by protocol: http or https
3693
3694
  * @param time_range (query) - Time range: 1h, 1d, 7d, or 30d
3695
+ * @param exclude_bots (query) - Exclude platform values: Unknown, Bot
3694
3696
  *
3695
3697
  * @see {@link GET_DomainForwardsMetrics_Response} - The main response type definition
3696
3698
  * @see {@link DomainForwardMetrics} - The actual schema type definition
@@ -3710,6 +3712,7 @@ export type GET_DomainForwardsMetrics_Response_200 = DomainForwardMetrics
3710
3712
  * @path /v1/domain-forwards/metrics
3711
3713
  * @param protocol (query) - Filter by protocol: http or https
3712
3714
  * @param time_range (query) - Time range: 1h, 1d, 7d, or 30d
3715
+ * @param exclude_bots (query) - Exclude platform values: Unknown, Bot
3713
3716
  *
3714
3717
  * @see {@link GET_DomainForwardsMetrics_Response} - The main response type definition
3715
3718
  * @see {@link HTTPValidationError} - The actual schema type definition
@@ -3731,6 +3734,7 @@ export type GET_DomainForwardsMetrics_Response_422 = HTTPValidationError
3731
3734
  * @path /v1/domain-forwards/metrics/browser
3732
3735
  * @param protocol (query) - Filter by protocol: http or https
3733
3736
  * @param time_range (query) - Time range: 1h, 1d, 7d, or 30d
3737
+ * @param exclude_bots (query) - Exclude platform values: Unknown, Bot
3734
3738
  *
3735
3739
  * @see {@link GET_DomainForwardsMetricsBrowser_Response_200} - 200 response type
3736
3740
  * @see {@link GET_DomainForwardsMetricsBrowser_Response_422} - 422 response type
@@ -3752,6 +3756,7 @@ export type GET_DomainForwardsMetricsBrowser_Response = GET_DomainForwardsMetric
3752
3756
  * @path /v1/domain-forwards/metrics/browser
3753
3757
  * @param protocol (query) - Filter by protocol: http or https
3754
3758
  * @param time_range (query) - Time range: 1h, 1d, 7d, or 30d
3759
+ * @param exclude_bots (query) - Exclude platform values: Unknown, Bot
3755
3760
  *
3756
3761
  * @see {@link GET_DomainForwardsMetricsBrowser_Response} - The main response type definition
3757
3762
  * @see {@link DomainForwardBrowserStats} - The actual schema type definition
@@ -3771,6 +3776,7 @@ export type GET_DomainForwardsMetricsBrowser_Response_200 = DomainForwardBrowser
3771
3776
  * @path /v1/domain-forwards/metrics/browser
3772
3777
  * @param protocol (query) - Filter by protocol: http or https
3773
3778
  * @param time_range (query) - Time range: 1h, 1d, 7d, or 30d
3779
+ * @param exclude_bots (query) - Exclude platform values: Unknown, Bot
3774
3780
  *
3775
3781
  * @see {@link GET_DomainForwardsMetricsBrowser_Response} - The main response type definition
3776
3782
  * @see {@link HTTPValidationError} - The actual schema type definition
@@ -3792,6 +3798,7 @@ export type GET_DomainForwardsMetricsBrowser_Response_422 = HTTPValidationError
3792
3798
  * @path /v1/domain-forwards/metrics/geo
3793
3799
  * @param protocol (query) - Filter by protocol: http or https
3794
3800
  * @param time_range (query) - Time range: 1h, 1d, 7d, or 30d
3801
+ * @param exclude_bots (query) - Exclude platform values: Unknown, Bot
3795
3802
  *
3796
3803
  * @see {@link GET_DomainForwardsMetricsGeo_Response_200} - 200 response type
3797
3804
  * @see {@link GET_DomainForwardsMetricsGeo_Response_422} - 422 response type
@@ -3813,6 +3820,7 @@ export type GET_DomainForwardsMetricsGeo_Response = GET_DomainForwardsMetricsGeo
3813
3820
  * @path /v1/domain-forwards/metrics/geo
3814
3821
  * @param protocol (query) - Filter by protocol: http or https
3815
3822
  * @param time_range (query) - Time range: 1h, 1d, 7d, or 30d
3823
+ * @param exclude_bots (query) - Exclude platform values: Unknown, Bot
3816
3824
  *
3817
3825
  * @see {@link GET_DomainForwardsMetricsGeo_Response} - The main response type definition
3818
3826
  * @see {@link DomainForwardGeoStats} - The actual schema type definition
@@ -3832,6 +3840,7 @@ export type GET_DomainForwardsMetricsGeo_Response_200 = DomainForwardGeoStats
3832
3840
  * @path /v1/domain-forwards/metrics/geo
3833
3841
  * @param protocol (query) - Filter by protocol: http or https
3834
3842
  * @param time_range (query) - Time range: 1h, 1d, 7d, or 30d
3843
+ * @param exclude_bots (query) - Exclude platform values: Unknown, Bot
3835
3844
  *
3836
3845
  * @see {@link GET_DomainForwardsMetricsGeo_Response} - The main response type definition
3837
3846
  * @see {@link HTTPValidationError} - The actual schema type definition
@@ -3853,6 +3862,7 @@ export type GET_DomainForwardsMetricsGeo_Response_422 = HTTPValidationError
3853
3862
  * @path /v1/domain-forwards/metrics/platform
3854
3863
  * @param protocol (query) - Filter by protocol: http or https
3855
3864
  * @param time_range (query) - Time range: 1h, 1d, 7d, or 30d
3865
+ * @param exclude_bots (query) - Exclude platform values: Unknown, Bot
3856
3866
  *
3857
3867
  * @see {@link GET_DomainForwardsMetricsPlatform_Response_200} - 200 response type
3858
3868
  * @see {@link GET_DomainForwardsMetricsPlatform_Response_422} - 422 response type
@@ -3874,6 +3884,7 @@ export type GET_DomainForwardsMetricsPlatform_Response = GET_DomainForwardsMetri
3874
3884
  * @path /v1/domain-forwards/metrics/platform
3875
3885
  * @param protocol (query) - Filter by protocol: http or https
3876
3886
  * @param time_range (query) - Time range: 1h, 1d, 7d, or 30d
3887
+ * @param exclude_bots (query) - Exclude platform values: Unknown, Bot
3877
3888
  *
3878
3889
  * @see {@link GET_DomainForwardsMetricsPlatform_Response} - The main response type definition
3879
3890
  * @see {@link DomainForwardPlatformStats} - The actual schema type definition
@@ -3893,6 +3904,7 @@ export type GET_DomainForwardsMetricsPlatform_Response_200 = DomainForwardPlatfo
3893
3904
  * @path /v1/domain-forwards/metrics/platform
3894
3905
  * @param protocol (query) - Filter by protocol: http or https
3895
3906
  * @param time_range (query) - Time range: 1h, 1d, 7d, or 30d
3907
+ * @param exclude_bots (query) - Exclude platform values: Unknown, Bot
3896
3908
  *
3897
3909
  * @see {@link GET_DomainForwardsMetricsPlatform_Response} - The main response type definition
3898
3910
  * @see {@link HTTPValidationError} - The actual schema type definition
@@ -3914,6 +3926,7 @@ export type GET_DomainForwardsMetricsPlatform_Response_422 = HTTPValidationError
3914
3926
  * @path /v1/domain-forwards/metrics/referrer
3915
3927
  * @param protocol (query) - Filter by protocol: http or https
3916
3928
  * @param time_range (query) - Time range: 1h, 1d, 7d, or 30d
3929
+ * @param exclude_bots (query) - Exclude platform values: Unknown, Bot
3917
3930
  *
3918
3931
  * @see {@link GET_DomainForwardsMetricsReferrer_Response_200} - 200 response type
3919
3932
  * @see {@link GET_DomainForwardsMetricsReferrer_Response_422} - 422 response type
@@ -3935,6 +3948,7 @@ export type GET_DomainForwardsMetricsReferrer_Response = GET_DomainForwardsMetri
3935
3948
  * @path /v1/domain-forwards/metrics/referrer
3936
3949
  * @param protocol (query) - Filter by protocol: http or https
3937
3950
  * @param time_range (query) - Time range: 1h, 1d, 7d, or 30d
3951
+ * @param exclude_bots (query) - Exclude platform values: Unknown, Bot
3938
3952
  *
3939
3953
  * @see {@link GET_DomainForwardsMetricsReferrer_Response} - The main response type definition
3940
3954
  * @see {@link DomainForwardReferrerStats} - The actual schema type definition
@@ -3954,6 +3968,7 @@ export type GET_DomainForwardsMetricsReferrer_Response_200 = DomainForwardReferr
3954
3968
  * @path /v1/domain-forwards/metrics/referrer
3955
3969
  * @param protocol (query) - Filter by protocol: http or https
3956
3970
  * @param time_range (query) - Time range: 1h, 1d, 7d, or 30d
3971
+ * @param exclude_bots (query) - Exclude platform values: Unknown, Bot
3957
3972
  *
3958
3973
  * @see {@link GET_DomainForwardsMetricsReferrer_Response} - The main response type definition
3959
3974
  * @see {@link HTTPValidationError} - The actual schema type definition
@@ -3975,6 +3990,7 @@ export type GET_DomainForwardsMetricsReferrer_Response_422 = HTTPValidationError
3975
3990
  * @path /v1/domain-forwards/metrics/status-code
3976
3991
  * @param protocol (query) - Filter by protocol: http or https
3977
3992
  * @param time_range (query) - Time range: 1h, 1d, 7d, or 30d
3993
+ * @param exclude_bots (query) - Exclude platform values: Unknown, Bot
3978
3994
  *
3979
3995
  * @see {@link GET_DomainForwardsMetricsStatusCode_Response_200} - 200 response type
3980
3996
  * @see {@link GET_DomainForwardsMetricsStatusCode_Response_422} - 422 response type
@@ -3996,6 +4012,7 @@ export type GET_DomainForwardsMetricsStatusCode_Response = GET_DomainForwardsMet
3996
4012
  * @path /v1/domain-forwards/metrics/status-code
3997
4013
  * @param protocol (query) - Filter by protocol: http or https
3998
4014
  * @param time_range (query) - Time range: 1h, 1d, 7d, or 30d
4015
+ * @param exclude_bots (query) - Exclude platform values: Unknown, Bot
3999
4016
  *
4000
4017
  * @see {@link GET_DomainForwardsMetricsStatusCode_Response} - The main response type definition
4001
4018
  * @see {@link DomainForwardStatusCodeStats} - The actual schema type definition
@@ -4015,6 +4032,7 @@ export type GET_DomainForwardsMetricsStatusCode_Response_200 = DomainForwardStat
4015
4032
  * @path /v1/domain-forwards/metrics/status-code
4016
4033
  * @param protocol (query) - Filter by protocol: http or https
4017
4034
  * @param time_range (query) - Time range: 1h, 1d, 7d, or 30d
4035
+ * @param exclude_bots (query) - Exclude platform values: Unknown, Bot
4018
4036
  *
4019
4037
  * @see {@link GET_DomainForwardsMetricsStatusCode_Response} - The main response type definition
4020
4038
  * @see {@link HTTPValidationError} - The actual schema type definition
@@ -4036,6 +4054,7 @@ export type GET_DomainForwardsMetricsStatusCode_Response_422 = HTTPValidationErr
4036
4054
  * @path /v1/domain-forwards/metrics/time-series
4037
4055
  * @param protocol (query) - Filter by protocol: http or https
4038
4056
  * @param time_range (query) - Time range: 1h, 1d, 7d, or 30d
4057
+ * @param exclude_bots (query) - Exclude platform values: Unknown, Bot
4039
4058
  *
4040
4059
  * @see {@link GET_DomainForwardsMetricsTimeSeries_Response_200} - 200 response type
4041
4060
  * @see {@link GET_DomainForwardsMetricsTimeSeries_Response_422} - 422 response type
@@ -4057,6 +4076,7 @@ export type GET_DomainForwardsMetricsTimeSeries_Response = GET_DomainForwardsMet
4057
4076
  * @path /v1/domain-forwards/metrics/time-series
4058
4077
  * @param protocol (query) - Filter by protocol: http or https
4059
4078
  * @param time_range (query) - Time range: 1h, 1d, 7d, or 30d
4079
+ * @param exclude_bots (query) - Exclude platform values: Unknown, Bot
4060
4080
  *
4061
4081
  * @see {@link GET_DomainForwardsMetricsTimeSeries_Response} - The main response type definition
4062
4082
  * @see {@link DomainForwardMetricsTimeSeries} - The actual schema type definition
@@ -4076,6 +4096,7 @@ export type GET_DomainForwardsMetricsTimeSeries_Response_200 = DomainForwardMetr
4076
4096
  * @path /v1/domain-forwards/metrics/time-series
4077
4097
  * @param protocol (query) - Filter by protocol: http or https
4078
4098
  * @param time_range (query) - Time range: 1h, 1d, 7d, or 30d
4099
+ * @param exclude_bots (query) - Exclude platform values: Unknown, Bot
4079
4100
  *
4080
4101
  * @see {@link GET_DomainForwardsMetricsTimeSeries_Response} - The main response type definition
4081
4102
  * @see {@link HTTPValidationError} - The actual schema type definition
@@ -4097,6 +4118,7 @@ export type GET_DomainForwardsMetricsTimeSeries_Response_422 = HTTPValidationErr
4097
4118
  * @path /v1/domain-forwards/metrics/user-agent
4098
4119
  * @param protocol (query) - Filter by protocol: http or https
4099
4120
  * @param time_range (query) - Time range: 1h, 1d, 7d, or 30d
4121
+ * @param exclude_bots (query) - Exclude platform values: Unknown, Bot
4100
4122
  *
4101
4123
  * @see {@link GET_DomainForwardsMetricsUserAgent_Response_200} - 200 response type
4102
4124
  * @see {@link GET_DomainForwardsMetricsUserAgent_Response_422} - 422 response type
@@ -4118,6 +4140,7 @@ export type GET_DomainForwardsMetricsUserAgent_Response = GET_DomainForwardsMetr
4118
4140
  * @path /v1/domain-forwards/metrics/user-agent
4119
4141
  * @param protocol (query) - Filter by protocol: http or https
4120
4142
  * @param time_range (query) - Time range: 1h, 1d, 7d, or 30d
4143
+ * @param exclude_bots (query) - Exclude platform values: Unknown, Bot
4121
4144
  *
4122
4145
  * @see {@link GET_DomainForwardsMetricsUserAgent_Response} - The main response type definition
4123
4146
  * @see {@link DomainForwardUserAgentStats} - The actual schema type definition
@@ -4137,6 +4160,7 @@ export type GET_DomainForwardsMetricsUserAgent_Response_200 = DomainForwardUserA
4137
4160
  * @path /v1/domain-forwards/metrics/user-agent
4138
4161
  * @param protocol (query) - Filter by protocol: http or https
4139
4162
  * @param time_range (query) - Time range: 1h, 1d, 7d, or 30d
4163
+ * @param exclude_bots (query) - Exclude platform values: Unknown, Bot
4140
4164
  *
4141
4165
  * @see {@link GET_DomainForwardsMetricsUserAgent_Response} - The main response type definition
4142
4166
  * @see {@link HTTPValidationError} - The actual schema type definition
@@ -4159,6 +4183,7 @@ export type GET_DomainForwardsMetricsUserAgent_Response_422 = HTTPValidationErro
4159
4183
  * @param grouping (query) - Grouping key: url, fqdn, domain, or forward
4160
4184
  * @param protocol (query) - Filter by protocol: http or https
4161
4185
  * @param time_range (query) - Time range: 1h, 1d, 7d, or 30d
4186
+ * @param exclude_bots (query) - Exclude platform values: Unknown, Bot
4162
4187
  *
4163
4188
  * @see {@link GET_DomainForwardsMetricsVisitsByKey_Response_200} - 200 response type
4164
4189
  * @see {@link GET_DomainForwardsMetricsVisitsByKey_Response_422} - 422 response type
@@ -4181,6 +4206,7 @@ export type GET_DomainForwardsMetricsVisitsByKey_Response = GET_DomainForwardsMe
4181
4206
  * @param grouping (query) - Grouping key: url, fqdn, domain, or forward
4182
4207
  * @param protocol (query) - Filter by protocol: http or https
4183
4208
  * @param time_range (query) - Time range: 1h, 1d, 7d, or 30d
4209
+ * @param exclude_bots (query) - Exclude platform values: Unknown, Bot
4184
4210
  *
4185
4211
  * @see {@link GET_DomainForwardsMetricsVisitsByKey_Response} - The main response type definition
4186
4212
  * @see {@link DomainForwardVisitsByKey} - The actual schema type definition
@@ -4201,6 +4227,7 @@ export type GET_DomainForwardsMetricsVisitsByKey_Response_200 = DomainForwardVis
4201
4227
  * @param grouping (query) - Grouping key: url, fqdn, domain, or forward
4202
4228
  * @param protocol (query) - Filter by protocol: http or https
4203
4229
  * @param time_range (query) - Time range: 1h, 1d, 7d, or 30d
4230
+ * @param exclude_bots (query) - Exclude platform values: Unknown, Bot
4204
4231
  *
4205
4232
  * @see {@link GET_DomainForwardsMetricsVisitsByKey_Response} - The main response type definition
4206
4233
  * @see {@link HTTPValidationError} - The actual schema type definition
package/src/openapi.yaml CHANGED
@@ -6999,7 +6999,7 @@ info:
6999
6999
  '
7000
7000
  summary: OpusDNS - your gateway to a seamless domain management experience.
7001
7001
  title: OpusDNS API
7002
- version: 2026-02-16-130939
7002
+ version: 2026-02-19-084235
7003
7003
  x-logo:
7004
7004
  altText: OpusDNS API Reference
7005
7005
  url: https://d24lr4zqs1tgqh.cloudfront.net/c9505a20-5ae1-406c-b060-d392569caebf.jpg
@@ -8122,33 +8122,7 @@ paths:
8122
8122
  application/problem+json:
8123
8123
  example:
8124
8124
  code: ERROR_CONTACT_IN_USE
8125
- detail: Contact is linked to one or more domains
8126
- domain_ids:
8127
- - A
8128
- - d
8129
- - d
8130
- - i
8131
- - t
8132
- - i
8133
- - o
8134
- - n
8135
- - a
8136
- - l
8137
- - ' '
8138
- - e
8139
- - r
8140
- - r
8141
- - o
8142
- - r
8143
- - ' '
8144
- - c
8145
- - o
8146
- - n
8147
- - t
8148
- - e
8149
- - x
8150
- - t
8151
- - .
8125
+ detail: Additional error context.
8152
8126
  status: 409
8153
8127
  title: Contact Management Error
8154
8128
  type: contact-in-use
@@ -10138,6 +10112,15 @@ paths:
10138
10112
  $ref: '#/components/schemas/TimeRange'
10139
10113
  default: 1d
10140
10114
  description: 'Time range: 1h, 1d, 7d, or 30d'
10115
+ - description: 'Exclude platform values: Unknown, Bot'
10116
+ in: query
10117
+ name: exclude_bots
10118
+ required: false
10119
+ schema:
10120
+ default: false
10121
+ description: 'Exclude platform values: Unknown, Bot'
10122
+ title: Exclude Bots
10123
+ type: boolean
10141
10124
  responses:
10142
10125
  '200':
10143
10126
  content:
@@ -10195,6 +10178,15 @@ paths:
10195
10178
  $ref: '#/components/schemas/TimeRange'
10196
10179
  default: 1d
10197
10180
  description: 'Time range: 1h, 1d, 7d, or 30d'
10181
+ - description: 'Exclude platform values: Unknown, Bot'
10182
+ in: query
10183
+ name: exclude_bots
10184
+ required: false
10185
+ schema:
10186
+ default: false
10187
+ description: 'Exclude platform values: Unknown, Bot'
10188
+ title: Exclude Bots
10189
+ type: boolean
10198
10190
  responses:
10199
10191
  '200':
10200
10192
  content:
@@ -10252,6 +10244,15 @@ paths:
10252
10244
  $ref: '#/components/schemas/TimeRange'
10253
10245
  default: 1d
10254
10246
  description: 'Time range: 1h, 1d, 7d, or 30d'
10247
+ - description: 'Exclude platform values: Unknown, Bot'
10248
+ in: query
10249
+ name: exclude_bots
10250
+ required: false
10251
+ schema:
10252
+ default: false
10253
+ description: 'Exclude platform values: Unknown, Bot'
10254
+ title: Exclude Bots
10255
+ type: boolean
10255
10256
  responses:
10256
10257
  '200':
10257
10258
  content:
@@ -10309,6 +10310,15 @@ paths:
10309
10310
  $ref: '#/components/schemas/TimeRange'
10310
10311
  default: 1d
10311
10312
  description: 'Time range: 1h, 1d, 7d, or 30d'
10313
+ - description: 'Exclude platform values: Unknown, Bot'
10314
+ in: query
10315
+ name: exclude_bots
10316
+ required: false
10317
+ schema:
10318
+ default: false
10319
+ description: 'Exclude platform values: Unknown, Bot'
10320
+ title: Exclude Bots
10321
+ type: boolean
10312
10322
  responses:
10313
10323
  '200':
10314
10324
  content:
@@ -10366,6 +10376,15 @@ paths:
10366
10376
  $ref: '#/components/schemas/TimeRange'
10367
10377
  default: 1d
10368
10378
  description: 'Time range: 1h, 1d, 7d, or 30d'
10379
+ - description: 'Exclude platform values: Unknown, Bot'
10380
+ in: query
10381
+ name: exclude_bots
10382
+ required: false
10383
+ schema:
10384
+ default: false
10385
+ description: 'Exclude platform values: Unknown, Bot'
10386
+ title: Exclude Bots
10387
+ type: boolean
10369
10388
  responses:
10370
10389
  '200':
10371
10390
  content:
@@ -10423,6 +10442,15 @@ paths:
10423
10442
  $ref: '#/components/schemas/TimeRange'
10424
10443
  default: 1d
10425
10444
  description: 'Time range: 1h, 1d, 7d, or 30d'
10445
+ - description: 'Exclude platform values: Unknown, Bot'
10446
+ in: query
10447
+ name: exclude_bots
10448
+ required: false
10449
+ schema:
10450
+ default: false
10451
+ description: 'Exclude platform values: Unknown, Bot'
10452
+ title: Exclude Bots
10453
+ type: boolean
10426
10454
  responses:
10427
10455
  '200':
10428
10456
  content:
@@ -10480,6 +10508,15 @@ paths:
10480
10508
  $ref: '#/components/schemas/TimeRange'
10481
10509
  default: 1d
10482
10510
  description: 'Time range: 1h, 1d, 7d, or 30d'
10511
+ - description: 'Exclude platform values: Unknown, Bot'
10512
+ in: query
10513
+ name: exclude_bots
10514
+ required: false
10515
+ schema:
10516
+ default: false
10517
+ description: 'Exclude platform values: Unknown, Bot'
10518
+ title: Exclude Bots
10519
+ type: boolean
10483
10520
  responses:
10484
10521
  '200':
10485
10522
  content:
@@ -10537,6 +10574,15 @@ paths:
10537
10574
  $ref: '#/components/schemas/TimeRange'
10538
10575
  default: 1d
10539
10576
  description: 'Time range: 1h, 1d, 7d, or 30d'
10577
+ - description: 'Exclude platform values: Unknown, Bot'
10578
+ in: query
10579
+ name: exclude_bots
10580
+ required: false
10581
+ schema:
10582
+ default: false
10583
+ description: 'Exclude platform values: Unknown, Bot'
10584
+ title: Exclude Bots
10585
+ type: boolean
10540
10586
  responses:
10541
10587
  '200':
10542
10588
  content:
@@ -10602,6 +10648,15 @@ paths:
10602
10648
  $ref: '#/components/schemas/TimeRange'
10603
10649
  default: 1d
10604
10650
  description: 'Time range: 1h, 1d, 7d, or 30d'
10651
+ - description: 'Exclude platform values: Unknown, Bot'
10652
+ in: query
10653
+ name: exclude_bots
10654
+ required: false
10655
+ schema:
10656
+ default: false
10657
+ description: 'Exclude platform values: Unknown, Bot'
10658
+ title: Exclude Bots
10659
+ type: boolean
10605
10660
  responses:
10606
10661
  '200':
10607
10662
  content:
package/src/schema.d.ts CHANGED
@@ -7189,34 +7189,7 @@ export interface operations {
7189
7189
  content: {
7190
7190
  /** @example {
7191
7191
  * "code": "ERROR_CONTACT_IN_USE",
7192
- * "detail": "Contact is linked to one or more domains",
7193
- * "domain_ids": [
7194
- * "A",
7195
- * "d",
7196
- * "d",
7197
- * "i",
7198
- * "t",
7199
- * "i",
7200
- * "o",
7201
- * "n",
7202
- * "a",
7203
- * "l",
7204
- * " ",
7205
- * "e",
7206
- * "r",
7207
- * "r",
7208
- * "o",
7209
- * "r",
7210
- * " ",
7211
- * "c",
7212
- * "o",
7213
- * "n",
7214
- * "t",
7215
- * "e",
7216
- * "x",
7217
- * "t",
7218
- * "."
7219
- * ],
7192
+ * "detail": "Additional error context.",
7220
7193
  * "status": 409,
7221
7194
  * "title": "Contact Management Error",
7222
7195
  * "type": "contact-in-use"
@@ -8475,6 +8448,8 @@ export interface operations {
8475
8448
  protocol?: components["schemas"]["Protocol"] | null;
8476
8449
  /** @description Time range: 1h, 1d, 7d, or 30d */
8477
8450
  time_range?: components["schemas"]["TimeRange"];
8451
+ /** @description Exclude platform values: Unknown, Bot */
8452
+ exclude_bots?: boolean;
8478
8453
  };
8479
8454
  header?: never;
8480
8455
  path?: never;
@@ -8511,6 +8486,8 @@ export interface operations {
8511
8486
  protocol?: components["schemas"]["Protocol"] | null;
8512
8487
  /** @description Time range: 1h, 1d, 7d, or 30d */
8513
8488
  time_range?: components["schemas"]["TimeRange"];
8489
+ /** @description Exclude platform values: Unknown, Bot */
8490
+ exclude_bots?: boolean;
8514
8491
  };
8515
8492
  header?: never;
8516
8493
  path?: never;
@@ -8547,6 +8524,8 @@ export interface operations {
8547
8524
  protocol?: components["schemas"]["Protocol"] | null;
8548
8525
  /** @description Time range: 1h, 1d, 7d, or 30d */
8549
8526
  time_range?: components["schemas"]["TimeRange"];
8527
+ /** @description Exclude platform values: Unknown, Bot */
8528
+ exclude_bots?: boolean;
8550
8529
  };
8551
8530
  header?: never;
8552
8531
  path?: never;
@@ -8583,6 +8562,8 @@ export interface operations {
8583
8562
  protocol?: components["schemas"]["Protocol"] | null;
8584
8563
  /** @description Time range: 1h, 1d, 7d, or 30d */
8585
8564
  time_range?: components["schemas"]["TimeRange"];
8565
+ /** @description Exclude platform values: Unknown, Bot */
8566
+ exclude_bots?: boolean;
8586
8567
  };
8587
8568
  header?: never;
8588
8569
  path?: never;
@@ -8619,6 +8600,8 @@ export interface operations {
8619
8600
  protocol?: components["schemas"]["Protocol"] | null;
8620
8601
  /** @description Time range: 1h, 1d, 7d, or 30d */
8621
8602
  time_range?: components["schemas"]["TimeRange"];
8603
+ /** @description Exclude platform values: Unknown, Bot */
8604
+ exclude_bots?: boolean;
8622
8605
  };
8623
8606
  header?: never;
8624
8607
  path?: never;
@@ -8655,6 +8638,8 @@ export interface operations {
8655
8638
  protocol?: components["schemas"]["Protocol"] | null;
8656
8639
  /** @description Time range: 1h, 1d, 7d, or 30d */
8657
8640
  time_range?: components["schemas"]["TimeRange"];
8641
+ /** @description Exclude platform values: Unknown, Bot */
8642
+ exclude_bots?: boolean;
8658
8643
  };
8659
8644
  header?: never;
8660
8645
  path?: never;
@@ -8691,6 +8676,8 @@ export interface operations {
8691
8676
  protocol?: components["schemas"]["Protocol"] | null;
8692
8677
  /** @description Time range: 1h, 1d, 7d, or 30d */
8693
8678
  time_range?: components["schemas"]["TimeRange"];
8679
+ /** @description Exclude platform values: Unknown, Bot */
8680
+ exclude_bots?: boolean;
8694
8681
  };
8695
8682
  header?: never;
8696
8683
  path?: never;
@@ -8727,6 +8714,8 @@ export interface operations {
8727
8714
  protocol?: components["schemas"]["Protocol"] | null;
8728
8715
  /** @description Time range: 1h, 1d, 7d, or 30d */
8729
8716
  time_range?: components["schemas"]["TimeRange"];
8717
+ /** @description Exclude platform values: Unknown, Bot */
8718
+ exclude_bots?: boolean;
8730
8719
  };
8731
8720
  header?: never;
8732
8721
  path?: never;
@@ -8765,6 +8754,8 @@ export interface operations {
8765
8754
  protocol?: components["schemas"]["Protocol"] | null;
8766
8755
  /** @description Time range: 1h, 1d, 7d, or 30d */
8767
8756
  time_range?: components["schemas"]["TimeRange"];
8757
+ /** @description Exclude platform values: Unknown, Bot */
8758
+ exclude_bots?: boolean;
8768
8759
  };
8769
8760
  header?: never;
8770
8761
  path?: never;