@uipath/case-tool 1.198.0-preview.83 → 1.198.0-preview.85

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.
Files changed (2) hide show
  1. package/dist/tool.js +4 -4
  2. package/package.json +2 -2
package/dist/tool.js CHANGED
@@ -282707,7 +282707,7 @@ import"./packager-tool.js";
282707
282707
  var package_default = {
282708
282708
  name: "@uipath/case-tool",
282709
282709
  license: "MIT",
282710
- version: "1.198.0-preview.83",
282710
+ version: "1.198.0-preview.85",
282711
282711
  description: "Manage Case Management instances, processes, and incidents.",
282712
282712
  private: false,
282713
282713
  repository: {
@@ -359724,7 +359724,7 @@ class TextApiResponse {
359724
359724
  var package_default2 = {
359725
359725
  name: "@uipath/integrationservice-sdk",
359726
359726
  license: "MIT",
359727
- version: "1.198.0-preview.83",
359727
+ version: "1.198.0-preview.85",
359728
359728
  repository: {
359729
359729
  type: "git",
359730
359730
  url: "https://github.com/UiPath/cli.git",
@@ -373817,7 +373817,7 @@ function querystringSingleKey4(key, value, keyPrefix = "") {
373817
373817
  var package_default4 = {
373818
373818
  name: "@uipath/solution-sdk",
373819
373819
  license: "MIT",
373820
- version: "1.198.0-preview.83",
373820
+ version: "1.198.0-preview.85",
373821
373821
  repository: {
373822
373822
  type: "git",
373823
373823
  url: "https://github.com/UiPath/cli.git",
@@ -388181,4 +388181,4 @@ export {
388181
388181
  metadata
388182
388182
  };
388183
388183
 
388184
- //# debugId=6834736F885ACAD164756E2164756E21
388184
+ //# debugId=40262F70D3BD1F9864756E2164756E21
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@uipath/case-tool",
3
3
  "license": "MIT",
4
- "version": "1.198.0-preview.83",
4
+ "version": "1.198.0-preview.85",
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": "38fc9a0872ac9260d7ee783e20d57c18fcd479f5"
29
+ "gitHead": "4a4fb9d0a395bafc674550cf9a4ff7a0c14e134f"
30
30
  }