@road-labs/map-sdk 0.0.28-rc.3 → 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
@@ -263,6 +263,7 @@ export type OcpiLocation = {
263
263
  country_code: string;
264
264
  party_id: string;
265
265
  id: string;
266
+ externalId?: string;
266
267
  publish: boolean;
267
268
  publish_allowed_to?: Array<{
268
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.3",
3
+ "version": "0.0.28-rc.4",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",