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/lib/index.d.ts +1279 -641
- package/lib/types/index.d.ts +10774 -9800
- package/package.json +1 -1
- package/src/types/index.ts +1 -0
package/package.json
CHANGED
package/src/types/index.ts
CHANGED
|
@@ -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;
|