@sprucelabs/spruce-people-utils 2.5.4 → 2.6.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.
@@ -130,6 +130,7 @@ export default class PersonSelectInputViewController extends AbstractViewControl
130
130
  const [{ people }] = yield client.emitAndFlattenResponses('people.search::v2022_05_29', {
131
131
  target: {
132
132
  organizationId: this.organizationId,
133
+ locationId: this.locationId,
133
134
  },
134
135
  payload: {
135
136
  query: value,
@@ -138,6 +138,7 @@ class PersonSelectInputViewController extends heartwood_view_controllers_1.Abstr
138
138
  const [{ people }] = await client.emitAndFlattenResponses('people.search::v2022_05_29', {
139
139
  target: {
140
140
  organizationId: this.organizationId,
141
+ locationId: this.locationId,
141
142
  },
142
143
  payload: {
143
144
  query: value,
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@sprucelabs/spruce-people-utils",
3
3
  "description": "People Utilities",
4
- "version": "2.5.4",
4
+ "version": "2.6.0",
5
5
  "skill": {
6
6
  "namespace": "invite"
7
7
  },