@uipath/case-tool 1.199.0-preview.91 → 1.199.0-preview.92
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.92",
|
|
285001
285001
|
description: "Manage Case Management instances, processes, and incidents.",
|
|
285002
285002
|
private: false,
|
|
285003
285003
|
repository: {
|
|
@@ -368752,7 +368752,7 @@ class TextApiResponse {
|
|
|
368752
368752
|
var package_default2 = {
|
|
368753
368753
|
name: "@uipath/integrationservice-sdk",
|
|
368754
368754
|
license: "MIT",
|
|
368755
|
-
version: "1.199.0-preview.
|
|
368755
|
+
version: "1.199.0-preview.92",
|
|
368756
368756
|
repository: {
|
|
368757
368757
|
type: "git",
|
|
368758
368758
|
url: "https://github.com/UiPath/cli.git",
|
|
@@ -382959,7 +382959,7 @@ function querystringSingleKey4(key, value, keyPrefix = "") {
|
|
|
382959
382959
|
var package_default4 = {
|
|
382960
382960
|
name: "@uipath/solution-sdk",
|
|
382961
382961
|
license: "MIT",
|
|
382962
|
-
version: "1.199.0-preview.
|
|
382962
|
+
version: "1.199.0-preview.92",
|
|
382963
382963
|
repository: {
|
|
382964
382964
|
type: "git",
|
|
382965
382965
|
url: "https://github.com/UiPath/cli.git",
|
|
@@ -415666,7 +415666,7 @@ function querystringSingleKey6(key, value, keyPrefix = "") {
|
|
|
415666
415666
|
var package_default5 = {
|
|
415667
415667
|
name: "@uipath/solution-sdk",
|
|
415668
415668
|
license: "MIT",
|
|
415669
|
-
version: "1.199.0-preview.
|
|
415669
|
+
version: "1.199.0-preview.92",
|
|
415670
415670
|
repository: {
|
|
415671
415671
|
type: "git",
|
|
415672
415672
|
url: "https://github.com/UiPath/cli.git",
|
|
@@ -445352,4 +445352,4 @@ export {
|
|
|
445352
445352
|
metadata
|
|
445353
445353
|
};
|
|
445354
445354
|
|
|
445355
|
-
//# debugId=
|
|
445355
|
+
//# debugId=6B279A391EC42EC264756E2164756E21
|
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.92",
|
|
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": "d7b66f18f30e2e80a17293b6a0b656b54da35d49"
|
|
30
30
|
}
|