@uipath/api-workflow-tool 1.199.0-preview.97 → 1.200.0-preview.109
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/browser-strategy-d4zm14fb.js +99 -0
- package/dist/browser-xef2n2gy.js +1795 -0
- package/dist/index-45nhp2zp.js +39797 -0
- package/dist/index-crcyft1t.js +722 -0
- package/dist/index.js +16 -2147
- package/dist/index.umd.min-drpc57vn.js +7814 -0
- package/dist/node-strategy-7bvg07kx.js +63 -0
- package/dist/node-zj0j9gs8.js +13909 -0
- package/dist/packager-tool-1ca9g6mp.js +40566 -0
- package/dist/packager-tool-1ps2qeqg.js +10 -0
- package/dist/packager-tool-1v8fmky0.js +1378 -0
- package/dist/packager-tool-4f38v0ry.js +1161 -0
- package/dist/packager-tool-9qecd4wb.js +14 -0
- package/dist/packager-tool-9yfnj0t1.js +12309 -0
- package/dist/packager-tool-h1tyrbff.js +2360 -0
- package/dist/packager-tool-wckvcay0.js +50 -0
- package/dist/packager-tool-y7hv8v54.js +8944 -0
- package/dist/packager-tool.js +8 -3299
- package/dist/tool.js +12 -100442
- package/package.json +4 -3
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
// ../auth/src/constants.ts
|
|
2
|
+
var UIPATH_HOME_DIR = ".uipath";
|
|
3
|
+
var AUTH_FILENAME = ".auth";
|
|
4
|
+
var DEFAULT_BASE_URL = "https://cloud.uipath.com";
|
|
5
|
+
var DEFAULT_AUTH_TIMEOUT_MS = 5 * 60 * 1000;
|
|
6
|
+
var AUTH_CANCELLED_ERROR_CODE = "EAUTHCANCELLED";
|
|
7
|
+
|
|
8
|
+
export { UIPATH_HOME_DIR, AUTH_FILENAME, DEFAULT_BASE_URL, DEFAULT_AUTH_TIMEOUT_MS, AUTH_CANCELLED_ERROR_CODE };
|
|
9
|
+
|
|
10
|
+
//# debugId=6DCB1840782D2B3E64756E2164756E21
|