@road-labs/map-sdk 0.0.28-rc.0 → 0.0.28-rc.4

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/types.d.ts CHANGED
@@ -24,6 +24,7 @@ export type RoadMapOptions = {
24
24
  googleApiKey?: string;
25
25
  locationId?: string;
26
26
  locationBaseUrl?: string;
27
+ locationUrlTemplate?: string;
27
28
  version?: "v1" | "v2";
28
29
  authorization: string;
29
30
  language?: string;
@@ -262,6 +263,7 @@ export type OcpiLocation = {
262
263
  country_code: string;
263
264
  party_id: string;
264
265
  id: string;
266
+ externalId?: string;
265
267
  publish: boolean;
266
268
  publish_allowed_to?: Array<{
267
269
  uid: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@road-labs/map-sdk",
3
- "version": "0.0.28-rc.0",
3
+ "version": "0.0.28-rc.4",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",