@skedulo/mex-types 1.36.0 → 1.36.2

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.
@@ -137,12 +137,6 @@ export interface RoutingBehaviorComponentModel extends ButtonBehaviorComponentMo
137
137
  destination: RoutingType;
138
138
  type: 'routing';
139
139
  }
140
- export type AddressSelectPageConfig = {
141
- header?: {
142
- title?: LocalizedKey;
143
- hasClearBtn: boolean;
144
- };
145
- };
146
140
  export type SelectPageConfig = {
147
141
  searchBar: {
148
142
  filterOnProperties?: string[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@skedulo/mex-types",
3
- "version": "1.36.0",
3
+ "version": "1.36.2",
4
4
  "engines": {
5
5
  "node": "18"
6
6
  },