@uipath/case-tool 1.199.0-preview.105 → 1.199.0-preview.107

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 +5 -5
  2. package/package.json +2 -2
package/dist/tool.js CHANGED
@@ -283463,7 +283463,7 @@ import"./packager-tool.js";
283463
283463
  var package_default = {
283464
283464
  name: "@uipath/case-tool",
283465
283465
  license: "MIT",
283466
- version: "1.199.0-preview.105",
283466
+ version: "1.199.0-preview.107",
283467
283467
  description: "Manage Case Management instances, processes, and incidents.",
283468
283468
  private: false,
283469
283469
  repository: {
@@ -366936,7 +366936,7 @@ class TextApiResponse {
366936
366936
  var package_default2 = {
366937
366937
  name: "@uipath/integrationservice-sdk",
366938
366938
  license: "MIT",
366939
- version: "1.199.0-preview.105",
366939
+ version: "1.199.0-preview.107",
366940
366940
  repository: {
366941
366941
  type: "git",
366942
366942
  url: "https://github.com/UiPath/cli.git",
@@ -381143,7 +381143,7 @@ function querystringSingleKey4(key, value, keyPrefix = "") {
381143
381143
  var package_default4 = {
381144
381144
  name: "@uipath/solution-sdk",
381145
381145
  license: "MIT",
381146
- version: "1.199.0-preview.105",
381146
+ version: "1.199.0-preview.107",
381147
381147
  repository: {
381148
381148
  type: "git",
381149
381149
  url: "https://github.com/UiPath/cli.git",
@@ -413954,7 +413954,7 @@ function querystringSingleKey6(key, value, keyPrefix = "") {
413954
413954
  var package_default5 = {
413955
413955
  name: "@uipath/solution-sdk",
413956
413956
  license: "MIT",
413957
- version: "1.199.0-preview.105",
413957
+ version: "1.199.0-preview.107",
413958
413958
  repository: {
413959
413959
  type: "git",
413960
413960
  url: "https://github.com/UiPath/cli.git",
@@ -443640,4 +443640,4 @@ export {
443640
443640
  metadata
443641
443641
  };
443642
443642
 
443643
- //# debugId=2B125C0621340EEE64756E2164756E21
443643
+ //# debugId=A094116DDB4E13F264756E2164756E21
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.105",
4
+ "version": "1.199.0-preview.107",
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": "30a83200f41e8bb994929322e33176b4355f6707"
29
+ "gitHead": "bbfbe57757e61c3b0c6ef05fb0ad5c1d0f1f7680"
30
30
  }