@sprucelabs/spruce-people-utils 3.3.2 → 3.3.3

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.
@@ -188,6 +188,7 @@ class PersonSelectInputViewController extends AbstractViewController {
188
188
  const [{ person }] = yield client.emitAndFlattenResponses('people.get::v2022_05_29', {
189
189
  target: {
190
190
  organizationId: this.organizationId,
191
+ locationId: this.locationId,
191
192
  searchPersonId: id,
192
193
  },
193
194
  });
@@ -188,6 +188,7 @@ class PersonSelectInputViewController extends heartwood_view_controllers_1.Abstr
188
188
  const [{ person }] = await client.emitAndFlattenResponses('people.get::v2022_05_29', {
189
189
  target: {
190
190
  organizationId: this.organizationId,
191
+ locationId: this.locationId,
191
192
  searchPersonId: id,
192
193
  },
193
194
  });
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@sprucelabs/spruce-people-utils",
3
3
  "description": "People Utilities",
4
- "version": "3.3.2",
4
+ "version": "3.3.3",
5
5
  "skill": {
6
6
  "namespace": "invite"
7
7
  },