@opusdns/api 0.168.0 → 0.170.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 +1 -1
- package/src/helpers/requests.d.ts +2 -2
- package/src/helpers/responses.d.ts +2 -2
- package/src/openapi.yaml +20 -20
- package/src/schema.d.ts +4 -4
package/package.json
CHANGED
|
@@ -4676,7 +4676,7 @@ export type GET_Parking_Request_Query = GET_Parking_Request['parameters']['query
|
|
|
4676
4676
|
* Request type for GET ParkingMetrics endpoint
|
|
4677
4677
|
*
|
|
4678
4678
|
* Get total metrics for all parking entries
|
|
4679
|
-
* Retrieves aggregated metrics for all parking entries of the organization
|
|
4679
|
+
* Retrieves aggregated metrics for all parking entries of the organization.
|
|
4680
4680
|
*
|
|
4681
4681
|
* @remarks
|
|
4682
4682
|
* This type defines the complete request structure for the GET ParkingMetrics endpoint.
|
|
@@ -4715,7 +4715,7 @@ export type GET_ParkingMetrics_Request_Query = GET_ParkingMetrics_Request['param
|
|
|
4715
4715
|
* Request type for GET ParkingParkingIdMetrics endpoint
|
|
4716
4716
|
*
|
|
4717
4717
|
* Get metrics for a parking entry
|
|
4718
|
-
* Retrieves metrics for a specific parking entry by ID
|
|
4718
|
+
* Retrieves metrics for a specific parking entry by ID.
|
|
4719
4719
|
*
|
|
4720
4720
|
* @remarks
|
|
4721
4721
|
* This type defines the complete request structure for the GET ParkingParkingIdMetrics endpoint.
|
|
@@ -8948,7 +8948,7 @@ export type GET_Parking_Response_422 = HTTPValidationError
|
|
|
8948
8948
|
* Response types for GET ParkingByParkingIdMetrics endpoint
|
|
8949
8949
|
*
|
|
8950
8950
|
* Get metrics for a parking entry
|
|
8951
|
-
* Retrieves metrics for a specific parking entry by ID
|
|
8951
|
+
* Retrieves metrics for a specific parking entry by ID.
|
|
8952
8952
|
*
|
|
8953
8953
|
* @remarks
|
|
8954
8954
|
* This type defines all possible response structures for the GET ParkingByParkingIdMetrics endpoint.
|
|
@@ -9058,7 +9058,7 @@ export type GET_ParkingByParkingIdMetrics_Response_422 = HTTPValidationError
|
|
|
9058
9058
|
* Response types for GET ParkingMetrics endpoint
|
|
9059
9059
|
*
|
|
9060
9060
|
* Get total metrics for all parking entries
|
|
9061
|
-
* Retrieves aggregated metrics for all parking entries of the organization
|
|
9061
|
+
* Retrieves aggregated metrics for all parking entries of the organization.
|
|
9062
9062
|
*
|
|
9063
9063
|
* @remarks
|
|
9064
9064
|
* This type defines all possible response structures for the GET ParkingMetrics endpoint.
|
package/src/openapi.yaml
CHANGED
|
@@ -6834,7 +6834,7 @@ info:
|
|
|
6834
6834
|
'
|
|
6835
6835
|
summary: OpusDNS - your gateway to a seamless domain management experience.
|
|
6836
6836
|
title: OpusDNS API
|
|
6837
|
-
version: 2026-01-
|
|
6837
|
+
version: 2026-01-26-081410
|
|
6838
6838
|
x-logo:
|
|
6839
6839
|
altText: OpusDNS API Reference
|
|
6840
6840
|
url: https://d24lr4zqs1tgqh.cloudfront.net/c9505a20-5ae1-406c-b060-d392569caebf.jpg
|
|
@@ -14745,6 +14745,23 @@ paths:
|
|
|
14745
14745
|
description: Retrieves a paginated list of parking entries for the organization
|
|
14746
14746
|
operationId: list_parking_v1_parking_get
|
|
14747
14747
|
parameters:
|
|
14748
|
+
- in: query
|
|
14749
|
+
name: page
|
|
14750
|
+
required: false
|
|
14751
|
+
schema:
|
|
14752
|
+
default: 1
|
|
14753
|
+
minimum: 1
|
|
14754
|
+
title: Page
|
|
14755
|
+
type: integer
|
|
14756
|
+
- in: query
|
|
14757
|
+
name: page_size
|
|
14758
|
+
required: false
|
|
14759
|
+
schema:
|
|
14760
|
+
default: 10
|
|
14761
|
+
maximum: 1000
|
|
14762
|
+
minimum: 1
|
|
14763
|
+
title: Page Size
|
|
14764
|
+
type: integer
|
|
14748
14765
|
- in: query
|
|
14749
14766
|
name: sort_by
|
|
14750
14767
|
required: false
|
|
@@ -14781,23 +14798,6 @@ paths:
|
|
|
14781
14798
|
- $ref: '#/components/schemas/ComplianceStatus'
|
|
14782
14799
|
- type: 'null'
|
|
14783
14800
|
title: Compliance Status
|
|
14784
|
-
- in: query
|
|
14785
|
-
name: page
|
|
14786
|
-
required: false
|
|
14787
|
-
schema:
|
|
14788
|
-
default: 1
|
|
14789
|
-
minimum: 1
|
|
14790
|
-
title: Page
|
|
14791
|
-
type: integer
|
|
14792
|
-
- in: query
|
|
14793
|
-
name: page_size
|
|
14794
|
-
required: false
|
|
14795
|
-
schema:
|
|
14796
|
-
default: 10
|
|
14797
|
-
maximum: 1000
|
|
14798
|
-
minimum: 1
|
|
14799
|
-
title: Page Size
|
|
14800
|
-
type: integer
|
|
14801
14801
|
responses:
|
|
14802
14802
|
'200':
|
|
14803
14803
|
content:
|
|
@@ -14843,7 +14843,7 @@ paths:
|
|
|
14843
14843
|
- parking
|
|
14844
14844
|
/v1/parking/metrics:
|
|
14845
14845
|
get:
|
|
14846
|
-
description: Retrieves aggregated metrics for all parking entries of the organization
|
|
14846
|
+
description: Retrieves aggregated metrics for all parking entries of the organization.
|
|
14847
14847
|
operationId: get_total_parking_metrics_v1_parking_metrics_get
|
|
14848
14848
|
parameters:
|
|
14849
14849
|
- in: query
|
|
@@ -14909,7 +14909,7 @@ paths:
|
|
|
14909
14909
|
- parking
|
|
14910
14910
|
/v1/parking/{parking_id}/metrics:
|
|
14911
14911
|
get:
|
|
14912
|
-
description: Retrieves metrics for a specific parking entry by ID
|
|
14912
|
+
description: Retrieves metrics for a specific parking entry by ID.
|
|
14913
14913
|
operationId: get_parking_metrics_v1_parking__parking_id__metrics_get
|
|
14914
14914
|
parameters:
|
|
14915
14915
|
- in: path
|
package/src/schema.d.ts
CHANGED
|
@@ -1577,7 +1577,7 @@ export interface paths {
|
|
|
1577
1577
|
};
|
|
1578
1578
|
/**
|
|
1579
1579
|
* Get total metrics for all parking entries
|
|
1580
|
-
* @description Retrieves aggregated metrics for all parking entries of the organization
|
|
1580
|
+
* @description Retrieves aggregated metrics for all parking entries of the organization.
|
|
1581
1581
|
*/
|
|
1582
1582
|
get: operations["get_total_parking_metrics_v1_parking_metrics_get"];
|
|
1583
1583
|
put?: never;
|
|
@@ -1597,7 +1597,7 @@ export interface paths {
|
|
|
1597
1597
|
};
|
|
1598
1598
|
/**
|
|
1599
1599
|
* Get metrics for a parking entry
|
|
1600
|
-
* @description Retrieves metrics for a specific parking entry by ID
|
|
1600
|
+
* @description Retrieves metrics for a specific parking entry by ID.
|
|
1601
1601
|
*/
|
|
1602
1602
|
get: operations["get_parking_metrics_v1_parking__parking_id__metrics_get"];
|
|
1603
1603
|
put?: never;
|
|
@@ -12758,13 +12758,13 @@ export interface operations {
|
|
|
12758
12758
|
list_parking_v1_parking_get: {
|
|
12759
12759
|
parameters: {
|
|
12760
12760
|
query?: {
|
|
12761
|
+
page?: number;
|
|
12762
|
+
page_size?: number;
|
|
12761
12763
|
sort_by?: components["schemas"]["ParkingSortField"];
|
|
12762
12764
|
sort_order?: components["schemas"]["SortOrder"];
|
|
12763
12765
|
search?: string | null;
|
|
12764
12766
|
enabled?: boolean | null;
|
|
12765
12767
|
compliance_status?: components["schemas"]["ComplianceStatus"] | null;
|
|
12766
|
-
page?: number;
|
|
12767
|
-
page_size?: number;
|
|
12768
12768
|
};
|
|
12769
12769
|
header?: never;
|
|
12770
12770
|
path?: never;
|