@road-labs/map-sdk 0.0.27 → 0.0.28-rc.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/dist/types.d.ts CHANGED
@@ -6,6 +6,9 @@ export type FilterConfiguration = {
6
6
  showPublishingModeFilter?: boolean;
7
7
  publishingMode?: PublishingMode[];
8
8
  showVehicleAvailabilityFilter?: boolean;
9
+ showSearchPhraseFilter?: boolean;
10
+ showExcludeOperatorFilter?: boolean;
11
+ showPaymentMethodFilter?: boolean;
9
12
  operators?: string[];
10
13
  };
11
14
  export type RoadMapOptions = {
@@ -33,6 +36,12 @@ export type RoadMapOptions = {
33
36
  fontFamily: string;
34
37
  };
35
38
  limitToLocationIds?: string[];
39
+ infraProviderId?: string;
40
+ partyId?: string;
41
+ partyIds?: string[];
42
+ evseId?: string;
43
+ from?: string;
44
+ to?: string;
36
45
  context: "cpo" | "msp";
37
46
  onMarkerClicked?: ({ ids }: {
38
47
  ids: any;
@@ -9,5 +9,8 @@ export declare const defaultFilter: {
9
9
  powerType: any;
10
10
  operatorOnly: string;
11
11
  remoteStartStop: boolean;
12
+ searchPhrase: string;
13
+ excludeOperator: any[];
14
+ authMethodCapabilities: any[];
12
15
  };
13
16
  export declare function hasFilters(filter: any): boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@road-labs/map-sdk",
3
- "version": "0.0.27",
3
+ "version": "0.0.28-rc.0",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",