@uipath/integrationservice-tool 1.201.0-preview.133 → 1.202.0-preview.134
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/README.md +8 -0
- package/dist/{index-9f8q2ege.js → index-gpd94m28.js} +27 -27
- package/dist/{index-hsadteg4.js → index-sby22td6.js} +4 -4
- package/dist/index.js +3 -6
- package/dist/{js-yaml-cggj6w7q.js → js-yaml-b2jq67kn.js} +16 -16
- package/dist/{tool-wckvcay0.js → tool-1de529jm.js} +10 -21
- package/dist/{tool-0pta0ay2.js → tool-vrrpfss5.js} +2827 -1542
- package/dist/tool.js +5 -8
- package/package.json +2 -2
- package/dist/browser-strategy-rkcvc6tn.js +0 -99
- package/dist/index-p50kx6jv.js +0 -48756
- package/dist/index.umd.min-drpc57vn.js +0 -7814
- package/dist/node-strategy-nrq2egrd.js +0 -348
- package/dist/tool-4pvh3k50.js +0 -265
- package/dist/tool-5arsyj36.js +0 -11
- package/dist/tool-9qecd4wb.js +0 -14
package/README.md
CHANGED
|
@@ -243,6 +243,14 @@ uip is resources run create uipath-zoho-desk tickets \
|
|
|
243
243
|
--body '{"subject":"New ticket","priority":"High"}'
|
|
244
244
|
```
|
|
245
245
|
|
|
246
|
+
The command reads the operation metadata before dispatch. If the connector
|
|
247
|
+
declares a multipart request, the JSON passed to `--body` is sent in the
|
|
248
|
+
declared multipart body field automatically. Optional file parts stay empty.
|
|
249
|
+
If a file part is required, or the operation declares no JSON body field, the
|
|
250
|
+
command fails before sending the request. There is no `--file` option yet, so
|
|
251
|
+
those operations cannot be run from the CLI today
|
|
252
|
+
([#3933](https://github.com/UiPath/cli/issues/3933)).
|
|
253
|
+
|
|
246
254
|
**List all records:**
|
|
247
255
|
```bash
|
|
248
256
|
uip is resources run list uipath-zoho-desk tickets \
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import"./tool-
|
|
1
|
+
import"./tool-1de529jm.js";
|
|
2
2
|
|
|
3
3
|
// ../../node_modules/@jmespath-community/jmespath/dist/index.mjs
|
|
4
4
|
var isObject = (obj) => {
|
|
@@ -2027,32 +2027,32 @@ var jmespath = {
|
|
|
2027
2027
|
TYPE_STRING
|
|
2028
2028
|
};
|
|
2029
2029
|
export {
|
|
2030
|
-
|
|
2031
|
-
tokenize,
|
|
2032
|
-
search,
|
|
2033
|
-
registerFunction,
|
|
2034
|
-
register,
|
|
2035
|
-
jmespath,
|
|
2036
|
-
isRegistered,
|
|
2037
|
-
getRegisteredFunctions,
|
|
2038
|
-
getCustomFunctions,
|
|
2039
|
-
jmespath as default,
|
|
2040
|
-
compile,
|
|
2041
|
-
clearCustomFunctions,
|
|
2042
|
-
TreeInterpreter2 as TreeInterpreter,
|
|
2043
|
-
TYPE_STRING,
|
|
2044
|
-
TYPE_OBJECT,
|
|
2045
|
-
TYPE_NUMBER,
|
|
2046
|
-
TYPE_NULL,
|
|
2047
|
-
TYPE_EXPREF,
|
|
2048
|
-
TYPE_BOOLEAN,
|
|
2049
|
-
TYPE_ARRAY_STRING,
|
|
2050
|
-
TYPE_ARRAY_OBJECT,
|
|
2051
|
-
TYPE_ARRAY_NUMBER,
|
|
2052
|
-
TYPE_ARRAY_ARRAY,
|
|
2053
|
-
TYPE_ARRAY,
|
|
2030
|
+
Scope,
|
|
2054
2031
|
TYPE_ANY,
|
|
2055
|
-
|
|
2032
|
+
TYPE_ARRAY,
|
|
2033
|
+
TYPE_ARRAY_ARRAY,
|
|
2034
|
+
TYPE_ARRAY_NUMBER,
|
|
2035
|
+
TYPE_ARRAY_OBJECT,
|
|
2036
|
+
TYPE_ARRAY_STRING,
|
|
2037
|
+
TYPE_BOOLEAN,
|
|
2038
|
+
TYPE_EXPREF,
|
|
2039
|
+
TYPE_NULL,
|
|
2040
|
+
TYPE_NUMBER,
|
|
2041
|
+
TYPE_OBJECT,
|
|
2042
|
+
TYPE_STRING,
|
|
2043
|
+
TreeInterpreter2 as TreeInterpreter,
|
|
2044
|
+
clearCustomFunctions,
|
|
2045
|
+
compile,
|
|
2046
|
+
jmespath as default,
|
|
2047
|
+
getCustomFunctions,
|
|
2048
|
+
getRegisteredFunctions,
|
|
2049
|
+
isRegistered,
|
|
2050
|
+
jmespath,
|
|
2051
|
+
register,
|
|
2052
|
+
registerFunction,
|
|
2053
|
+
search,
|
|
2054
|
+
tokenize,
|
|
2055
|
+
unregisterFunction
|
|
2056
2056
|
};
|
|
2057
2057
|
|
|
2058
|
-
//# debugId=
|
|
2058
|
+
//# debugId=046020B702C7051664756E2164756E21
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import"./tool-
|
|
1
|
+
import"./tool-1de529jm.js";
|
|
2
2
|
|
|
3
3
|
// ../../node_modules/open/index.js
|
|
4
4
|
import process7 from "node:process";
|
|
@@ -626,9 +626,9 @@ defineLazyProperty(apps, "safari", () => detectPlatformBinary({
|
|
|
626
626
|
}));
|
|
627
627
|
var open_default = open;
|
|
628
628
|
export {
|
|
629
|
-
|
|
629
|
+
apps,
|
|
630
630
|
open_default as default,
|
|
631
|
-
|
|
631
|
+
openApp
|
|
632
632
|
};
|
|
633
633
|
|
|
634
|
-
//# debugId=
|
|
634
|
+
//# debugId=42C9AEC59ECC644E64756E2164756E21
|
package/dist/index.js
CHANGED
|
@@ -3,11 +3,8 @@ import {
|
|
|
3
3
|
Command,
|
|
4
4
|
metadata,
|
|
5
5
|
registerCommands
|
|
6
|
-
} from "./tool-
|
|
7
|
-
import"./tool-
|
|
8
|
-
import"./tool-4pvh3k50.js";
|
|
9
|
-
import"./tool-5arsyj36.js";
|
|
10
|
-
import"./tool-wckvcay0.js";
|
|
6
|
+
} from "./tool-vrrpfss5.js";
|
|
7
|
+
import"./tool-1de529jm.js";
|
|
11
8
|
|
|
12
9
|
// src/index.ts
|
|
13
10
|
var program = new Command;
|
|
@@ -15,4 +12,4 @@ program.name(metadata.commandPrefix).description(metadata.description).version(m
|
|
|
15
12
|
await registerCommands(program);
|
|
16
13
|
program.parse(process.argv);
|
|
17
14
|
|
|
18
|
-
//# debugId=
|
|
15
|
+
//# debugId=71355E3B65DE3B2464756E2164756E21
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import"./tool-
|
|
1
|
+
import"./tool-1de529jm.js";
|
|
2
2
|
|
|
3
3
|
// ../../node_modules/js-yaml/dist/js-yaml.mjs
|
|
4
4
|
function getDefaultExportFromCjs(x) {
|
|
@@ -3125,21 +3125,21 @@ var {
|
|
|
3125
3125
|
safeDump
|
|
3126
3126
|
} = yaml;
|
|
3127
3127
|
export {
|
|
3128
|
-
|
|
3129
|
-
safeLoadAll,
|
|
3130
|
-
safeLoad,
|
|
3131
|
-
safeDump,
|
|
3132
|
-
loadAll,
|
|
3133
|
-
load,
|
|
3134
|
-
dump,
|
|
3135
|
-
yaml as default,
|
|
3136
|
-
YAMLException,
|
|
3137
|
-
Type,
|
|
3138
|
-
Schema,
|
|
3139
|
-
JSON_SCHEMA,
|
|
3140
|
-
FAILSAFE_SCHEMA,
|
|
3128
|
+
CORE_SCHEMA,
|
|
3141
3129
|
DEFAULT_SCHEMA,
|
|
3142
|
-
|
|
3130
|
+
FAILSAFE_SCHEMA,
|
|
3131
|
+
JSON_SCHEMA,
|
|
3132
|
+
Schema,
|
|
3133
|
+
Type,
|
|
3134
|
+
YAMLException,
|
|
3135
|
+
yaml as default,
|
|
3136
|
+
dump,
|
|
3137
|
+
load,
|
|
3138
|
+
loadAll,
|
|
3139
|
+
safeDump,
|
|
3140
|
+
safeLoad,
|
|
3141
|
+
safeLoadAll,
|
|
3142
|
+
types
|
|
3143
3143
|
};
|
|
3144
3144
|
|
|
3145
|
-
//# debugId=
|
|
3145
|
+
//# debugId=3FF8535573D0966A64756E2164756E21
|
|
@@ -19,32 +19,21 @@ var __toESM = (mod, isNodeMode, target) => {
|
|
|
19
19
|
}
|
|
20
20
|
target = mod != null ? __create(__getProtoOf(mod)) : {};
|
|
21
21
|
const to = isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target;
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
22
|
+
if (mod && typeof mod === "object" || typeof mod === "function") {
|
|
23
|
+
for (let key of __getOwnPropNames(mod))
|
|
24
|
+
if (!__hasOwnProp.call(to, key))
|
|
25
|
+
__defProp(to, key, {
|
|
26
|
+
get: __accessProp.bind(mod, key),
|
|
27
|
+
enumerable: true
|
|
28
|
+
});
|
|
29
|
+
}
|
|
28
30
|
if (canCache)
|
|
29
31
|
cache.set(mod, to);
|
|
30
32
|
return to;
|
|
31
33
|
};
|
|
32
34
|
var __commonJS = (cb, mod) => () => (mod || cb((mod = { exports: {} }).exports, mod), mod.exports);
|
|
33
|
-
var __returnValue = (v) => v;
|
|
34
|
-
function __exportSetter(name, newValue) {
|
|
35
|
-
this[name] = __returnValue.bind(null, newValue);
|
|
36
|
-
}
|
|
37
|
-
var __export = (target, all) => {
|
|
38
|
-
for (var name in all)
|
|
39
|
-
__defProp(target, name, {
|
|
40
|
-
get: all[name],
|
|
41
|
-
enumerable: true,
|
|
42
|
-
configurable: true,
|
|
43
|
-
set: __exportSetter.bind(all, name)
|
|
44
|
-
});
|
|
45
|
-
};
|
|
46
35
|
var __require = /* @__PURE__ */ createRequire(import.meta.url);
|
|
47
36
|
|
|
48
|
-
export { __toESM, __commonJS,
|
|
37
|
+
export { __toESM, __commonJS, __require };
|
|
49
38
|
|
|
50
|
-
//# debugId=
|
|
39
|
+
//# debugId=4A15A0D6FCDB684764756E2164756E21
|