@uipath/case-tool 1.199.0-preview.110 → 1.199.0-preview.111

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 +7 -7
  2. 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.110",
283486
+ version: "1.199.0-preview.111",
283487
283487
  description: "Manage Case Management instances, processes, and incidents.",
283488
283488
  private: false,
283489
283489
  repository: {
@@ -295371,8 +295371,8 @@ var bpmn_spec_default = {
295371
295371
  <bpmn:outgoing>{outgoingEdge}</bpmn:outgoing>
295372
295372
  </bpmn:Task>`,
295373
295373
  inputNotes: "Variable mappings use uipath:mapping with direct input/output elements, not a jsonBody pattern",
295374
- bpmnElementNotes: "Also used on bpmn:StartEvent and bpmn:EndEvent for variable mappings. On bpmn:Task with no serviceType, defaults to BPMN.Variables.",
295375
- extensionTagNotes: "Uses uipath:mapping (not uipath:activity). createExtensionTask checks for serviceType=BPMN.Variables on StartEvent/EndEvent/Task and routes to createModdleExtensionVariableMapping."
295374
+ bpmnElementNotes: "Also used on bpmn:StartEvent, bpmn:EndEvent, bpmn:ScriptTask, and bpmn:SubProcess for variable mappings. On bpmn:Task with no serviceType, defaults to BPMN.Variables.",
295375
+ extensionTagNotes: "Uses uipath:mapping (not uipath:activity). BPMN.Variables mappings are supported on StartEvent, EndEvent, Task, ScriptTask, and SubProcess owners."
295376
295376
  },
295377
295377
  "BPMN.ScriptTask": {
295378
295378
  extensionType: "BPMN.ScriptTask",
@@ -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.110",
366990
+ version: "1.199.0-preview.111",
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.110",
381197
+ version: "1.199.0-preview.111",
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.110",
414039
+ version: "1.199.0-preview.111",
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=161D57D8AAB163F064756E2164756E21
443725
+ //# debugId=9982E9023873196F64756E2164756E21
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.110",
4
+ "version": "1.199.0-preview.111",
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": "a714aed479181e56e2a867470c3050b7230ec41f"
29
+ "gitHead": "1a86625f94b9abd4d02444b8c5deec7e9d08d210"
30
30
  }