@uipath/case-tool 1.199.0-preview.97 → 1.199.0-preview.99
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
|
@@ -284997,7 +284997,7 @@ import"./packager-tool.js";
|
|
|
284997
284997
|
var package_default = {
|
|
284998
284998
|
name: "@uipath/case-tool",
|
|
284999
284999
|
license: "MIT",
|
|
285000
|
-
version: "1.199.0-preview.
|
|
285000
|
+
version: "1.199.0-preview.99",
|
|
285001
285001
|
description: "Manage Case Management instances, processes, and incidents.",
|
|
285002
285002
|
private: false,
|
|
285003
285003
|
repository: {
|
|
@@ -368859,7 +368859,7 @@ class TextApiResponse {
|
|
|
368859
368859
|
var package_default2 = {
|
|
368860
368860
|
name: "@uipath/integrationservice-sdk",
|
|
368861
368861
|
license: "MIT",
|
|
368862
|
-
version: "1.199.0-preview.
|
|
368862
|
+
version: "1.199.0-preview.99",
|
|
368863
368863
|
repository: {
|
|
368864
368864
|
type: "git",
|
|
368865
368865
|
url: "https://github.com/UiPath/cli.git",
|
|
@@ -383066,7 +383066,7 @@ function querystringSingleKey4(key, value, keyPrefix = "") {
|
|
|
383066
383066
|
var package_default4 = {
|
|
383067
383067
|
name: "@uipath/solution-sdk",
|
|
383068
383068
|
license: "MIT",
|
|
383069
|
-
version: "1.199.0-preview.
|
|
383069
|
+
version: "1.199.0-preview.99",
|
|
383070
383070
|
repository: {
|
|
383071
383071
|
type: "git",
|
|
383072
383072
|
url: "https://github.com/UiPath/cli.git",
|
|
@@ -415877,7 +415877,7 @@ function querystringSingleKey6(key, value, keyPrefix = "") {
|
|
|
415877
415877
|
var package_default5 = {
|
|
415878
415878
|
name: "@uipath/solution-sdk",
|
|
415879
415879
|
license: "MIT",
|
|
415880
|
-
version: "1.199.0-preview.
|
|
415880
|
+
version: "1.199.0-preview.99",
|
|
415881
415881
|
repository: {
|
|
415882
415882
|
type: "git",
|
|
415883
415883
|
url: "https://github.com/UiPath/cli.git",
|
|
@@ -445563,4 +445563,4 @@ export {
|
|
|
445563
445563
|
metadata
|
|
445564
445564
|
};
|
|
445565
445565
|
|
|
445566
|
-
//# debugId=
|
|
445566
|
+
//# debugId=78A971DB5D88E3FF64756E2164756E21
|
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.99",
|
|
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": "6ba217cddceb86e3fa39ed82e49c5062878a85c6"
|
|
30
30
|
}
|