@uipath/docsai-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 +11 -2
  2. package/package.json +2 -2
package/dist/tool.js CHANGED
@@ -27802,7 +27802,7 @@ var require_dist2 = __commonJS((exports, module) => {
27802
27802
  var package_default = {
27803
27803
  name: "@uipath/docsai-tool",
27804
27804
  license: "MIT",
27805
- version: "1.197.0",
27805
+ version: "1.198.0-preview.80",
27806
27806
  description: "Search UiPath documentation with AI-powered answers.",
27807
27807
  private: false,
27808
27808
  repository: {
@@ -32906,6 +32906,7 @@ function getLogFilePath() {
32906
32906
  // ../common/src/output-format-context.ts
32907
32907
  var formatSlot = singleton("OutputFormat");
32908
32908
  var formatExplicitSlot = singleton("OutputFormatExplicit");
32909
+ var helpRequestedSlot = singleton("HelpRequested");
32909
32910
  var filterSlot = singleton("OutputFilter");
32910
32911
  function getOutputFormat() {
32911
32912
  return formatSlot.get("json");
@@ -33973,6 +33974,9 @@ var OutputFormatter;
33973
33974
  if (opts?.warning) {
33974
33975
  data.Warning = opts.warning;
33975
33976
  }
33977
+ if (opts?.pagination) {
33978
+ data.Pagination = opts.pagination;
33979
+ }
33976
33980
  success(data);
33977
33981
  }
33978
33982
  OutputFormatter.emitList = emitList;
@@ -34420,6 +34424,7 @@ var savedOriginalsSlot = singleton("ConsoleGuardOriginals");
34420
34424
  var DEFAULT_AUTH_TIMEOUT_MS = 5 * 60 * 1000;
34421
34425
  // ../common/src/interactivity-context.ts
34422
34426
  var modeSlot = singleton("InteractivityMode");
34427
+ var interactiveFlagSlot = singleton("InteractiveFlag");
34423
34428
  // ../common/src/option-aliases.ts
34424
34429
  function warnDeprecatedOptionAlias(deprecatedFlag, preferredFlag) {
34425
34430
  getOutputSink().writeErr(`[WARN] ${deprecatedFlag} is deprecated. Use ${preferredFlag} instead.
@@ -35663,6 +35668,10 @@ function normalizeTokenRefreshUnavailableFailure() {
35663
35668
  function errorMessage(error) {
35664
35669
  return error instanceof Error ? error.message : String(error);
35665
35670
  }
35671
+
35672
+ // ../auth/src/index.ts
35673
+ init_constants();
35674
+
35666
35675
  // ../auth/src/interactive.ts
35667
35676
  init_src();
35668
35677
 
@@ -44972,4 +44981,4 @@ export {
44972
44981
  metadata
44973
44982
  };
44974
44983
 
44975
- //# debugId=DF7EA2372623F1FE64756E2164756E21
44984
+ //# debugId=F4A45BF328D1B7D964756E2164756E21
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@uipath/docsai-tool",
3
3
  "license": "MIT",
4
- "version": "1.197.0",
4
+ "version": "1.198.0-preview.80",
5
5
  "description": "Search UiPath documentation with AI-powered answers.",
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
  }