repzo 1.0.97 → 1.0.98

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "repzo",
3
- "version": "1.0.97",
3
+ "version": "1.0.98",
4
4
  "description": "Repzo TypeScript SDK",
5
5
  "main": "./lib/index.js",
6
6
  "type": "module",
@@ -8831,6 +8831,7 @@ export namespace Service {
8831
8831
  type?: Data["type"][] | Data["type"];
8832
8832
  from?: StringId[] | StringId;
8833
8833
  to?: StringId[] | StringId;
8834
+ warehouse?: StringId[] | StringId;
8834
8835
  teams?: StringId[] | StringId;
8835
8836
  visit_id?: string[] | string;
8836
8837
  custom_status?: StringId[] | StringId;