@uipath/case-tool 1.201.0-preview.122 → 1.201.0-preview.123
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/dist/{case-pack-service-qn6hv904.js → case-pack-service-2aq8a9wr.js} +1 -1
- package/dist/index.js +2 -2
- package/dist/{packager-tool-aapwby9z.js → packager-tool-1yhrzjkv.js} +2 -2
- package/dist/{packager-tool-669qbfde.js → packager-tool-qtjq9g01.js} +5 -5
- package/dist/tool.js +2 -2
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -2,8 +2,8 @@
|
|
|
2
2
|
import {
|
|
3
3
|
metadata,
|
|
4
4
|
registerCommands
|
|
5
|
-
} from "./packager-tool-
|
|
6
|
-
import"./packager-tool-
|
|
5
|
+
} from "./packager-tool-qtjq9g01.js";
|
|
6
|
+
import"./packager-tool-1yhrzjkv.js";
|
|
7
7
|
import"./packager-tool-we1phz71.js";
|
|
8
8
|
import"./packager-tool-w3h8xrnv.js";
|
|
9
9
|
import"./packager-tool-zqa5k9f7.js";
|
|
@@ -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.
|
|
86221
|
+
version: "1.201.0-preview.123",
|
|
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=
|
|
93566
|
+
//# debugId=DA00426D075C005464756E2164756E21
|
|
@@ -27,7 +27,7 @@ import {
|
|
|
27
27
|
registerSharedProcessesCommands,
|
|
28
28
|
uploadAndDebugSolution,
|
|
29
29
|
validateIntSvcNode
|
|
30
|
-
} from "./packager-tool-
|
|
30
|
+
} from "./packager-tool-1yhrzjkv.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.
|
|
75
|
+
version: "1.201.0-preview.123",
|
|
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.
|
|
1118
|
+
version: "1.201.0-preview.123",
|
|
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-
|
|
3163
|
+
const { CasePackService } = await import("./case-pack-service-2aq8a9wr.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=
|
|
13607
|
+
//# debugId=A98743B9746B038764756E2164756E21
|
package/dist/tool.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import {
|
|
2
2
|
metadata,
|
|
3
3
|
registerCommands
|
|
4
|
-
} from "./packager-tool-
|
|
5
|
-
import"./packager-tool-
|
|
4
|
+
} from "./packager-tool-qtjq9g01.js";
|
|
5
|
+
import"./packager-tool-1yhrzjkv.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.
|
|
4
|
+
"version": "1.201.0-preview.123",
|
|
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": "
|
|
30
|
+
"gitHead": "0b5e086775b5974d9df45fc98f96f868bb3dda61"
|
|
31
31
|
}
|