repzo 1.0.96 → 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.
@@ -8946,6 +8946,7 @@ export declare namespace Service {
8946
8946
  type?: Data["type"][] | Data["type"];
8947
8947
  from?: StringId[] | StringId;
8948
8948
  to?: StringId[] | StringId;
8949
+ warehouse?: StringId[] | StringId;
8949
8950
  teams?: StringId[] | StringId;
8950
8951
  visit_id?: string[] | string;
8951
8952
  custom_status?: StringId[] | StringId;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "repzo",
3
- "version": "1.0.96",
3
+ "version": "1.0.98",
4
4
  "description": "Repzo TypeScript SDK",
5
5
  "main": "./lib/index.js",
6
6
  "type": "module",
package/src/index.ts CHANGED
@@ -2718,7 +2718,7 @@ export default class Repzo {
2718
2718
  };
2719
2719
 
2720
2720
  static ActionLogs = class {
2721
- _path: string = "/integration-action-log";
2721
+ _path: string = "integration-action-log";
2722
2722
  available_app_name: string = "";
2723
2723
  available_app_id: StringId = "";
2724
2724
  app_id: StringId = "";
@@ -2842,7 +2842,7 @@ export default class Repzo {
2842
2842
  };
2843
2843
 
2844
2844
  static CommandLog = class {
2845
- _path: string = "/integration-command-log";
2845
+ _path: string = "integration-command-log";
2846
2846
  available_app_name: string;
2847
2847
  available_app_id: StringId;
2848
2848
  app_id: StringId;
@@ -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;