@volant-autonomy/via-sdk 1.4808.1 → 1.4813.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.
- package/dist/index.cjs.js +1 -1
- package/dist/index.esm.js +1 -1
- package/dist/volant-schema.d.ts +10 -10
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
package/dist/index.esm.js
CHANGED
package/dist/volant-schema.d.ts
CHANGED
|
@@ -1021,16 +1021,16 @@ export interface components {
|
|
|
1021
1021
|
* "lng": -2.37
|
|
1022
1022
|
* },
|
|
1023
1023
|
* {
|
|
1024
|
-
* "lat": 51.
|
|
1025
|
-
* "lng": -2.
|
|
1024
|
+
* "lat": 51.375,
|
|
1025
|
+
* "lng": -2.32
|
|
1026
1026
|
* },
|
|
1027
1027
|
* {
|
|
1028
1028
|
* "lat": 51.385,
|
|
1029
|
-
* "lng": -2.
|
|
1029
|
+
* "lng": -2.32
|
|
1030
1030
|
* },
|
|
1031
1031
|
* {
|
|
1032
|
-
* "lat": 51.
|
|
1033
|
-
* "lng": -2.
|
|
1032
|
+
* "lat": 51.385,
|
|
1033
|
+
* "lng": -2.37
|
|
1034
1034
|
* }
|
|
1035
1035
|
* ]
|
|
1036
1036
|
* }
|
|
@@ -1083,16 +1083,16 @@ export interface components {
|
|
|
1083
1083
|
* "lng": -2.37
|
|
1084
1084
|
* },
|
|
1085
1085
|
* {
|
|
1086
|
-
* "lat": 51.
|
|
1087
|
-
* "lng": -2.
|
|
1086
|
+
* "lat": 51.375,
|
|
1087
|
+
* "lng": -2.32
|
|
1088
1088
|
* },
|
|
1089
1089
|
* {
|
|
1090
1090
|
* "lat": 51.385,
|
|
1091
|
-
* "lng": -2.
|
|
1091
|
+
* "lng": -2.32
|
|
1092
1092
|
* },
|
|
1093
1093
|
* {
|
|
1094
|
-
* "lat": 51.
|
|
1095
|
-
* "lng": -2.
|
|
1094
|
+
* "lat": 51.385,
|
|
1095
|
+
* "lng": -2.37
|
|
1096
1096
|
* }
|
|
1097
1097
|
* ]
|
|
1098
1098
|
* }
|