@uipath/conversational-tool 1.201.0-preview.132 → 1.201.0-preview.133

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.
@@ -4,7 +4,7 @@ import {
4
4
  getLoginStatusAsync,
5
5
  getSdkUserAgentToken,
6
6
  package_default
7
- } from "./tool-br11gzxq.js";
7
+ } from "./tool-23qdvt30.js";
8
8
  import"./tool-9qecd4wb.js";
9
9
  import"./tool-4pvh3k50.js";
10
10
  import"./tool-5arsyj36.js";
package/dist/index.js CHANGED
@@ -2,11 +2,11 @@
2
2
  import {
3
3
  metadata,
4
4
  registerCommands
5
- } from "./tool-ah7g7wrs.js";
5
+ } from "./tool-vw0n2t6n.js";
6
6
  import"./tool-a8ky4eng.js";
7
7
  import {
8
8
  Command
9
- } from "./tool-br11gzxq.js";
9
+ } from "./tool-23qdvt30.js";
10
10
  import"./tool-9qecd4wb.js";
11
11
  import"./tool-4pvh3k50.js";
12
12
  import"./tool-5arsyj36.js";
@@ -2112,7 +2112,7 @@ var require_commander = __commonJS((exports) => {
2112
2112
  var package_default = {
2113
2113
  name: "@uipath/conversational-tool",
2114
2114
  license: "MIT",
2115
- version: "1.201.0-preview.132",
2115
+ version: "1.201.0-preview.133",
2116
2116
  description: "Handle conversations with deployed UiPath conversational processes.",
2117
2117
  publishConfig: {
2118
2118
  registry: "https://npm.pkg.github.com/"
@@ -6061,4 +6061,4 @@ var CLI_EXTERNAL_USER_ID = "app-user-cli-cas";
6061
6061
 
6062
6062
  export { package_default, catchError2 as catchError, extractErrorDetails, extractErrorMessageSync, InvalidArgumentError, Command, RESULTS, EXIT_CODES, OutputFormatter, processContext, requireConfirmation, instructionsFor, canPrompt, parseBoundedInt, getSdkUserAgentToken, addSdkUserAgentHeader, getLoginStatusAsync, CLI_EXTERNAL_USER_ID };
6063
6063
 
6064
- //# debugId=31FC4AD411DFE96C64756E2164756E21
6064
+ //# debugId=4321D65F92C4AB9A64756E2164756E21
@@ -19,7 +19,7 @@ import {
19
19
  parseBoundedInt,
20
20
  processContext,
21
21
  requireConfirmation
22
- } from "./tool-br11gzxq.js";
22
+ } from "./tool-23qdvt30.js";
23
23
  import {
24
24
  getFileSystem
25
25
  } from "./tool-4pvh3k50.js";
@@ -11575,7 +11575,7 @@ var resolveEntryPoint = (entryPoints, requested) => {
11575
11575
  var resolveBinding = async (target) => {
11576
11576
  const processKey = target.processKey.toLowerCase();
11577
11577
  const folderKey = target.folderKey.toLowerCase();
11578
- const { listVoiceEntryPoints } = await import("./cas-client-bn8zvrfw.js");
11578
+ const { listVoiceEntryPoints } = await import("./cas-client-89g475sj.js");
11579
11579
  const [epError, entryPoints] = await catchError(listVoiceEntryPoints(processKey, folderKey));
11580
11580
  if (epError) {
11581
11581
  await failFromError(epError);
@@ -11591,7 +11591,7 @@ var resolveBinding = async (target) => {
11591
11591
  var registerTrunksCommand = (program) => {
11592
11592
  const trunks = program.command("trunks").description("Inspect the SIP trunks (phone numbers) configured for conversational voice.");
11593
11593
  trunks.command("list").description("List the tenant's SIP trunks. Voice flows dial out from an outbound-enabled trunk's phone number (`inputs.from` on Create outgoing call); inbound-enabled trunks route incoming calls to a published process. Trunks are connected in Instance Management under Phone numbers.").option("--direction <direction>", "Only trunks enabled for this call direction: inbound or outbound (default: all trunks)", parseDirection).trackedAction(processContext, async (options) => {
11594
- const { listSipTrunks } = await import("./cas-client-bn8zvrfw.js");
11594
+ const { listSipTrunks } = await import("./cas-client-89g475sj.js");
11595
11595
  const [listError, trunks2] = await catchError(listSipTrunks(options.direction));
11596
11596
  if (listError) {
11597
11597
  await failFromError(listError);
@@ -11607,7 +11607,7 @@ var registerTrunksCommand = (program) => {
11607
11607
  const plan = planAssign(options);
11608
11608
  if (plan === null)
11609
11609
  return;
11610
- const { resolveSipTrunk, updateSipTrunkBinding } = await import("./cas-client-bn8zvrfw.js");
11610
+ const { resolveSipTrunk, updateSipTrunkBinding } = await import("./cas-client-89g475sj.js");
11611
11611
  const [trunkError, trunk] = await catchError(resolveSipTrunk(trunkArg));
11612
11612
  if (trunkError) {
11613
11613
  await failFromError(trunkError);
package/dist/tool.js CHANGED
@@ -1,9 +1,9 @@
1
1
  import {
2
2
  metadata,
3
3
  registerCommands
4
- } from "./tool-ah7g7wrs.js";
4
+ } from "./tool-vw0n2t6n.js";
5
5
  import"./tool-a8ky4eng.js";
6
- import"./tool-br11gzxq.js";
6
+ import"./tool-23qdvt30.js";
7
7
  import"./tool-9qecd4wb.js";
8
8
  import"./tool-4pvh3k50.js";
9
9
  import"./tool-5arsyj36.js";
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@uipath/conversational-tool",
3
3
  "license": "MIT",
4
- "version": "1.201.0-preview.132",
4
+ "version": "1.201.0-preview.133",
5
5
  "description": "Handle conversations with deployed UiPath conversational processes.",
6
6
  "publishConfig": {
7
7
  "registry": "https://registry.npmjs.org/"
@@ -17,5 +17,5 @@
17
17
  "files": [
18
18
  "dist"
19
19
  ],
20
- "gitHead": "37388a48f899d8f3e7d590f050c5f00485594638"
20
+ "gitHead": "7933378ad5276ac369900293a1447474dcec6826"
21
21
  }