repzo 1.0.96 → 1.0.97
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 +641 -1274
- package/lib/index.js +1672 -2685
- package/lib/types/index.d.ts +9799 -10772
- package/package.json +1 -1
- package/src/index.ts +2 -2
package/package.json
CHANGED
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 = "
|
|
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 = "
|
|
2845
|
+
_path: string = "integration-command-log";
|
|
2846
2846
|
available_app_name: string;
|
|
2847
2847
|
available_app_id: StringId;
|
|
2848
2848
|
app_id: StringId;
|