@tak-ps/cloudtak 13.73.1 → 13.74.1
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.
|
@@ -187,6 +187,7 @@ export type ETLConnectionList = paths["/api/connection"]["get"]["responses"]["20
|
|
|
187
187
|
export type ETLConnection = paths["/api/connection/{:connectionid}"]["get"]["responses"]["200"]["content"]["application/json"];
|
|
188
188
|
export type ETLConnectionVideoLeaseList = paths["/api/connection/{:connectionid}/video/lease"]["get"]["responses"]["200"]["content"]["application/json"];
|
|
189
189
|
export type ETLConnectionToken = paths["/api/connection/{:connectionid}/token"]["get"]["responses"]["200"]["content"]["application/json"]["items"][0];
|
|
190
|
+
export type ETLScopeList = paths["/api/scope"]["get"]["responses"]["200"]["content"]["application/json"];
|
|
190
191
|
export type ETLConnectionTokenList = paths["/api/connection/{:connectionid}/token"]["get"]["responses"]["200"]["content"]["application/json"];
|
|
191
192
|
export type ETLConnectionAssetList = paths["/api/connection/{:connectionid}/asset"]["get"]["responses"]["200"]["content"]["application/json"];
|
|
192
193
|
export type ETLAgencyList = paths["/api/agency"]["get"]["responses"]["200"]["content"]["application/json"];
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tak-ps/cloudtak",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "13.
|
|
4
|
+
"version": "13.74.1",
|
|
5
5
|
"types": "dist/types/plugin.d.ts",
|
|
6
6
|
"files": [
|
|
7
7
|
"dist/types"
|
|
@@ -49,6 +49,7 @@
|
|
|
49
49
|
"@capgo/capacitor-compass": "^8.1.17",
|
|
50
50
|
"@capgo/capacitor-updater": "^8.50.1",
|
|
51
51
|
"@mapbox/tile-cover": "^3.0.2",
|
|
52
|
+
"@scalar/api-reference": "^1.66.1",
|
|
52
53
|
"@simplewebauthn/browser": "^13.3.0",
|
|
53
54
|
"@tabler/core": "^1.4.0",
|
|
54
55
|
"@tabler/icons-vue": "^3.0.0",
|
|
@@ -70,6 +71,7 @@
|
|
|
70
71
|
"@turf/meta": "^7.2.0",
|
|
71
72
|
"@turf/nearest-point-on-line": "^7.3.4",
|
|
72
73
|
"@turf/point-on-feature": "^7.0.0",
|
|
74
|
+
"@unhead/vue": "^2.1.17",
|
|
73
75
|
"@ver0/deep-equal": "^2.0.1",
|
|
74
76
|
"@vueuse/core": "^14.0.0",
|
|
75
77
|
"autosize": "^6.0.1",
|
|
@@ -93,7 +95,6 @@
|
|
|
93
95
|
"pinia": "^4.0.0",
|
|
94
96
|
"rxjs": "^7.8.2",
|
|
95
97
|
"sortablejs": "^1.15.2",
|
|
96
|
-
"swagger-ui-dist": "^5.30.2",
|
|
97
98
|
"terra-draw": "^1.22.0",
|
|
98
99
|
"terra-draw-maplibre-gl-adapter": "^1.4.1",
|
|
99
100
|
"terra-draw-route-snap-mode": "^0.4.1",
|
|
@@ -111,7 +112,6 @@
|
|
|
111
112
|
"@testing-library/vue": "^8.1.0",
|
|
112
113
|
"@types/mapbox__tile-cover": "^3.0.4",
|
|
113
114
|
"@types/sortablejs": "^1.15.8",
|
|
114
|
-
"@types/swagger-ui": "^5.21.1",
|
|
115
115
|
"@vitejs/plugin-vue": "^6.0.0",
|
|
116
116
|
"@vitest/coverage-v8": "^4.1.0",
|
|
117
117
|
"@vitest/ui": "^4.1.0",
|