@uipath/insights-tool 1.197.0 → 1.198.0-preview.80

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.
Files changed (2) hide show
  1. package/dist/tool.js +8 -2
  2. package/package.json +2 -2
package/dist/tool.js CHANGED
@@ -2128,7 +2128,7 @@ var require_commander = __commonJS((exports) => {
2128
2128
  var package_default = {
2129
2129
  name: "@uipath/insights-tool",
2130
2130
  license: "MIT",
2131
- version: "1.197.0",
2131
+ version: "1.198.0-preview.80",
2132
2132
  description: "Query UiPath Insights data — jobs, failures, and performance metrics.",
2133
2133
  private: false,
2134
2134
  repository: {
@@ -8052,6 +8052,7 @@ function getLogFilePath() {
8052
8052
  // ../common/src/output-format-context.ts
8053
8053
  var formatSlot = singleton("OutputFormat");
8054
8054
  var formatExplicitSlot = singleton("OutputFormatExplicit");
8055
+ var helpRequestedSlot = singleton("HelpRequested");
8055
8056
  var filterSlot = singleton("OutputFilter");
8056
8057
  function getOutputFormat() {
8057
8058
  return formatSlot.get("json");
@@ -9119,6 +9120,9 @@ var OutputFormatter;
9119
9120
  if (opts?.warning) {
9120
9121
  data.Warning = opts.warning;
9121
9122
  }
9123
+ if (opts?.pagination) {
9124
+ data.Pagination = opts.pagination;
9125
+ }
9122
9126
  success(data);
9123
9127
  }
9124
9128
  OutputFormatter.emitList = emitList;
@@ -9566,6 +9570,7 @@ var savedOriginalsSlot = singleton("ConsoleGuardOriginals");
9566
9570
  var DEFAULT_AUTH_TIMEOUT_MS = 5 * 60 * 1000;
9567
9571
  // ../common/src/interactivity-context.ts
9568
9572
  var modeSlot = singleton("InteractivityMode");
9573
+ var interactiveFlagSlot = singleton("InteractiveFlag");
9569
9574
  // ../common/src/option-aliases.ts
9570
9575
  function warnDeprecatedOptionAlias(deprecatedFlag, preferredFlag) {
9571
9576
  getOutputSink().writeErr(`[WARN] ${deprecatedFlag} is deprecated. Use ${preferredFlag} instead.
@@ -29618,6 +29623,7 @@ var getAuthContext = async (options = {}) => {
29618
29623
  tenantName
29619
29624
  };
29620
29625
  };
29626
+ init_constants();
29621
29627
  init_src();
29622
29628
  var TENANT_SELECTION_REQUIRED_CODE = "TENANT_SELECTION_REQUIRED";
29623
29629
  var INVALID_TENANT_CODE = "INVALID_TENANT";
@@ -29766,4 +29772,4 @@ export {
29766
29772
  metadata
29767
29773
  };
29768
29774
 
29769
- //# debugId=982B1AC32077CC4C64756E2164756E21
29775
+ //# debugId=D79A206F42D6372964756E2164756E21
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@uipath/insights-tool",
3
3
  "license": "MIT",
4
- "version": "1.197.0",
4
+ "version": "1.198.0-preview.80",
5
5
  "description": "Query UiPath Insights data — jobs, failures, and performance metrics.",
6
6
  "private": false,
7
7
  "repository": {
@@ -26,5 +26,5 @@
26
26
  "files": [
27
27
  "dist"
28
28
  ],
29
- "gitHead": "56f68b263cec4ea1f2a39d738bd99ecf52f88fea"
29
+ "gitHead": "9b2c3c0f21a256d2f38dd28bc97e72e6f7b10a9c"
30
30
  }