@sprucelabs/spruce-location-utils 3.1.15 → 3.1.18

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.
@@ -28,9 +28,7 @@ export default class LocationListCardViewController extends AbstractViewControll
28
28
  target: {
29
29
  organizationId: currentOrganizationId,
30
30
  },
31
- payload: {
32
- includePrivateLocations: true,
33
- },
31
+ payload: {},
34
32
  responseKey: 'locations',
35
33
  rowTransformer: this.buildRow.bind(this),
36
34
  footer: footerButtons && {
@@ -24,9 +24,7 @@ class LocationListCardViewController extends heartwood_view_controllers_1.Abstra
24
24
  target: {
25
25
  organizationId: currentOrganizationId,
26
26
  },
27
- payload: {
28
- includePrivateLocations: true,
29
- },
27
+ payload: {},
30
28
  responseKey: 'locations',
31
29
  rowTransformer: this.buildRow.bind(this),
32
30
  footer: footerButtons && {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@sprucelabs/spruce-location-utils",
3
3
  "description": "Location Utilities",
4
- "version": "3.1.15",
4
+ "version": "3.1.18",
5
5
  "skill": {
6
6
  "namespace": "locations"
7
7
  },