@uipath/case-tool 1.201.0-preview.121 → 1.201.0-preview.122

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.
@@ -5,7 +5,7 @@ import {
5
5
  import {
6
6
  VALID_PACKAGE_NAME_REGEX,
7
7
  loadCaseSchemaAsync
8
- } from "./packager-tool-8f28ypk9.js";
8
+ } from "./packager-tool-aapwby9z.js";
9
9
  import"./packager-tool-we1phz71.js";
10
10
  import"./packager-tool-zqa5k9f7.js";
11
11
  import {
package/dist/index.js CHANGED
@@ -2,8 +2,8 @@
2
2
  import {
3
3
  metadata,
4
4
  registerCommands
5
- } from "./packager-tool-nhnf1ap2.js";
6
- import"./packager-tool-8f28ypk9.js";
5
+ } from "./packager-tool-669qbfde.js";
6
+ import"./packager-tool-aapwby9z.js";
7
7
  import"./packager-tool-we1phz71.js";
8
8
  import"./packager-tool-w3h8xrnv.js";
9
9
  import"./packager-tool-zqa5k9f7.js";
@@ -27,7 +27,7 @@ import {
27
27
  registerSharedProcessesCommands,
28
28
  uploadAndDebugSolution,
29
29
  validateIntSvcNode
30
- } from "./packager-tool-8f28ypk9.js";
30
+ } from "./packager-tool-aapwby9z.js";
31
31
  import {
32
32
  findSolutionFile,
33
33
  prepareProjectLocation,
@@ -72,7 +72,7 @@ import {
72
72
  var package_default = {
73
73
  name: "@uipath/case-tool",
74
74
  license: "MIT",
75
- version: "1.201.0-preview.121",
75
+ version: "1.201.0-preview.122",
76
76
  description: "Manage Case Management instances, processes, and incidents.",
77
77
  private: false,
78
78
  repository: {
@@ -1115,7 +1115,7 @@ function querystringSingleKey(key, value, keyPrefix = "") {
1115
1115
  var package_default2 = {
1116
1116
  name: "@uipath/solution-sdk",
1117
1117
  license: "MIT",
1118
- version: "1.201.0-preview.121",
1118
+ version: "1.201.0-preview.122",
1119
1119
  repository: {
1120
1120
  type: "git",
1121
1121
  url: "https://github.com/UiPath/cli.git",
@@ -3160,7 +3160,7 @@ var CASE_PACK_EXAMPLES = [
3160
3160
  var registerPackCommand = (program) => {
3161
3161
  const command = program.command("pack").description("Pack a Case project into a .nupkg file").argument("<project-path>", "Path to the Case project directory").argument("<output-path>", "Output directory where the .nupkg will be saved").option("-n, --name <name>", "Package name (default: project folder name)").option("-v, --version <version>", "Package version (default: 1.0.0)", "1.0.0");
3162
3162
  registerPackageMetadataOptions(command).examples(CASE_PACK_EXAMPLES).trackedAction(processContext, async (projectPath, outputPath, options) => {
3163
- const { CasePackService } = await import("./case-pack-service-96tjknaz.js");
3163
+ const { CasePackService } = await import("./case-pack-service-qn6hv904.js");
3164
3164
  const service = new CasePackService;
3165
3165
  const [error, result] = await catchError(service.execute(projectPath, {
3166
3166
  output: outputPath,
@@ -13604,4 +13604,4 @@ var registerCommands = async (program) => {
13604
13604
 
13605
13605
  export { metadata, registerCommands };
13606
13606
 
13607
- //# debugId=0BBAE50B9E08C0E164756E2164756E21
13607
+ //# debugId=4B746C373E8539C964756E2164756E21
@@ -86218,7 +86218,7 @@ class TextApiResponse {
86218
86218
  var package_default = {
86219
86219
  name: "@uipath/integrationservice-sdk",
86220
86220
  license: "MIT",
86221
- version: "1.201.0-preview.121",
86221
+ version: "1.201.0-preview.122",
86222
86222
  repository: {
86223
86223
  type: "git",
86224
86224
  url: "https://github.com/UiPath/cli.git",
@@ -93563,4 +93563,4 @@ function loadCaseSchemaAsync() {
93563
93563
 
93564
93564
  export { extractStartEventId, uploadAndDebugSolution, VALID_PROJECT_NAME_REGEX, VALID_PACKAGE_NAME_REGEX, formatTraceLine, parseJsonInputOrFile, ConnectionOperationsApi, ConnectorsApi, ElementsApi, createApiClient, getEventOperationObjects, buildActivityEssentialConfiguration, createConfiguredActivityClient, assertActivityMetadataResolved, extractMultipartParameters, buildInputMetadata, validateIntSvcNode, extractTriggerEventParameters, extractTriggerFilterFields, extractActivityFilterFields, fetchConnectorTriggerMetadata, fetchConnectionInfo, fetchConnectorMetadata, findSolutionFromCwd, registerSharedIncidentCommands, registerSharedInstanceCommands, registerSharedProcessCommands, registerSharedProcessesCommands, loadCaseSchemaAsync };
93565
93565
 
93566
- //# debugId=7B9F1C03A452B1A164756E2164756E21
93566
+ //# debugId=49CFE24C02AD4EB264756E2164756E21
package/dist/tool.js CHANGED
@@ -1,8 +1,8 @@
1
1
  import {
2
2
  metadata,
3
3
  registerCommands
4
- } from "./packager-tool-nhnf1ap2.js";
5
- import"./packager-tool-8f28ypk9.js";
4
+ } from "./packager-tool-669qbfde.js";
5
+ import"./packager-tool-aapwby9z.js";
6
6
  import"./packager-tool-we1phz71.js";
7
7
  import"./packager-tool-w3h8xrnv.js";
8
8
  import"./packager-tool-zqa5k9f7.js";
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@uipath/case-tool",
3
3
  "license": "MIT",
4
- "version": "1.201.0-preview.121",
4
+ "version": "1.201.0-preview.122",
5
5
  "description": "Manage Case Management instances, processes, and incidents.",
6
6
  "private": false,
7
7
  "repository": {
@@ -27,5 +27,5 @@
27
27
  "files": [
28
28
  "dist"
29
29
  ],
30
- "gitHead": "c70ccfc0b12e637441d67df1d212b71d7784b5f8"
30
+ "gitHead": "6c56f56100be96231fccbaa59e99d64d94808d58"
31
31
  }