@uipath/case-tool 1.199.0-preview.113 → 1.199.0-preview.116
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/tool.js +5 -5
- package/package.json +2 -2
package/dist/tool.js
CHANGED
|
@@ -283483,7 +283483,7 @@ import"./packager-tool.js";
|
|
|
283483
283483
|
var package_default = {
|
|
283484
283484
|
name: "@uipath/case-tool",
|
|
283485
283485
|
license: "MIT",
|
|
283486
|
-
version: "1.199.0-preview.
|
|
283486
|
+
version: "1.199.0-preview.116",
|
|
283487
283487
|
description: "Manage Case Management instances, processes, and incidents.",
|
|
283488
283488
|
private: false,
|
|
283489
283489
|
repository: {
|
|
@@ -366987,7 +366987,7 @@ class TextApiResponse {
|
|
|
366987
366987
|
var package_default2 = {
|
|
366988
366988
|
name: "@uipath/integrationservice-sdk",
|
|
366989
366989
|
license: "MIT",
|
|
366990
|
-
version: "1.199.0-preview.
|
|
366990
|
+
version: "1.199.0-preview.116",
|
|
366991
366991
|
repository: {
|
|
366992
366992
|
type: "git",
|
|
366993
366993
|
url: "https://github.com/UiPath/cli.git",
|
|
@@ -381194,7 +381194,7 @@ function querystringSingleKey4(key, value, keyPrefix = "") {
|
|
|
381194
381194
|
var package_default4 = {
|
|
381195
381195
|
name: "@uipath/solution-sdk",
|
|
381196
381196
|
license: "MIT",
|
|
381197
|
-
version: "1.199.0-preview.
|
|
381197
|
+
version: "1.199.0-preview.116",
|
|
381198
381198
|
repository: {
|
|
381199
381199
|
type: "git",
|
|
381200
381200
|
url: "https://github.com/UiPath/cli.git",
|
|
@@ -414036,7 +414036,7 @@ function querystringSingleKey6(key, value, keyPrefix = "") {
|
|
|
414036
414036
|
var package_default5 = {
|
|
414037
414037
|
name: "@uipath/solution-sdk",
|
|
414038
414038
|
license: "MIT",
|
|
414039
|
-
version: "1.199.0-preview.
|
|
414039
|
+
version: "1.199.0-preview.116",
|
|
414040
414040
|
repository: {
|
|
414041
414041
|
type: "git",
|
|
414042
414042
|
url: "https://github.com/UiPath/cli.git",
|
|
@@ -443722,4 +443722,4 @@ export {
|
|
|
443722
443722
|
metadata
|
|
443723
443723
|
};
|
|
443724
443724
|
|
|
443725
|
-
//# debugId=
|
|
443725
|
+
//# debugId=2EA768B64AC029BF64756E2164756E21
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uipath/case-tool",
|
|
3
3
|
"license": "MIT",
|
|
4
|
-
"version": "1.199.0-preview.
|
|
4
|
+
"version": "1.199.0-preview.116",
|
|
5
5
|
"description": "Manage Case Management instances, processes, and incidents.",
|
|
6
6
|
"private": false,
|
|
7
7
|
"repository": {
|
|
@@ -26,5 +26,5 @@
|
|
|
26
26
|
"files": [
|
|
27
27
|
"dist"
|
|
28
28
|
],
|
|
29
|
-
"gitHead": "
|
|
29
|
+
"gitHead": "c91f4f9738502a4b1ca2849631890fcf59304484"
|
|
30
30
|
}
|