@uipath/solution-tool 1.202.0 → 1.203.0-preview.160
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/THIRD-PARTY-NOTICES.md +23 -1
- package/dist/deploy.js +7 -6
- package/dist/{packager-tool-bt0z25tw.js → embedded-file-reader-xxqe8vs8.js} +98 -16584
- package/dist/first-party-service-sd8yaf73.js +27 -0
- package/dist/index-dqa169gp.js +25 -0
- package/dist/index.js +19 -13
- package/dist/init.js +8 -5
- package/dist/{list-8hvfmge6.js → list-dadxggxt.js} +5 -4
- package/dist/models/pack-command-types.d.ts +33 -5
- package/dist/pack.js +12 -6
- package/dist/{packager-tool-fjjh5veg.js → packager-tool-0f0wt9vh.js} +353 -1519
- package/dist/{packager-tool-pbmpgz04.js → packager-tool-1haahq17.js} +5 -3
- package/dist/{packager-tool-rbrcxjch.js → packager-tool-2syrt51a.js} +7 -4
- package/dist/packager-tool-3jrq7smt.js +1459 -0
- package/dist/packager-tool-53w8skv5.js +262 -0
- package/dist/packager-tool-7znqtw3f.js +244 -0
- package/dist/packager-tool-bkwnetqn.js +16678 -0
- package/dist/{packager-tool-5518wy6n.js → packager-tool-cp07fhx3.js} +9 -6
- package/dist/{packager-tool-w1dzcj31.js → packager-tool-cvfbzs9p.js} +359 -95
- package/dist/packager-tool-gdtpsdn7.js +342 -0
- package/dist/{packager-tool-pyygbnp2.js → packager-tool-htag6yh5.js} +4 -4
- package/dist/{packager-tool-3bewrpq4.js → packager-tool-jz2wbfjz.js} +4 -1
- package/dist/packager-tool-k4mskzww.js +125 -0
- package/dist/{packager-tool-vfcht7hq.js → packager-tool-mj5p341c.js} +11 -12
- package/dist/{packager-tool-bme8epz8.js → packager-tool-n4nfqj99.js} +15381 -2421
- package/dist/{packager-tool-mcpzmn0v.js → packager-tool-rc5pcf2n.js} +45 -21
- package/dist/packager-tool-resolver-fmjr60x8.js +19 -0
- package/dist/{packager-tool-pw7v82j2.js → packager-tool-vas0xg5h.js} +1 -1
- package/dist/packager-tool-znakt6yw.js +188 -0
- package/dist/packager-tool.d.ts +1 -1
- package/dist/packager-tool.js +1 -1
- package/dist/prepare-solution-resources-wds3r8bq.js +22 -0
- package/dist/project-contributions-cvttys34.js +27 -0
- package/dist/publish.js +7 -6
- package/dist/resource.js +7 -4
- package/dist/services/deployment-validation.d.ts +33 -0
- package/dist/services/governance-options.d.ts +61 -1
- package/dist/services/pack-command-service.d.ts +33 -2
- package/dist/services/packager-tool-resolver.d.ts +3 -0
- package/dist/services/prepare-solution-resources.d.ts +40 -0
- package/dist/services/project-contributions.d.ts +58 -0
- package/dist/services/project-type-tools.d.ts +6 -0
- package/dist/templates/AGENTS.md +78 -8
- package/dist/tool.js +19 -13
- package/package.json +3 -2
- package/dist/services/validate-appv2-action-schemas.d.ts +0 -10
|
@@ -1,7 +1,9 @@
|
|
|
1
1
|
import {
|
|
2
|
-
catchError,
|
|
3
2
|
getAuthContext
|
|
4
|
-
} from "./packager-tool-
|
|
3
|
+
} from "./packager-tool-3jrq7smt.js";
|
|
4
|
+
import {
|
|
5
|
+
catchError
|
|
6
|
+
} from "./packager-tool-0f0wt9vh.js";
|
|
5
7
|
|
|
6
8
|
// src/services/studio-web-auth-middleware.ts
|
|
7
9
|
var studioWebAuthByCommand = new WeakMap;
|
|
@@ -64,4 +66,4 @@ async function resolveStudioWebAuthContext(options) {
|
|
|
64
66
|
|
|
65
67
|
export { useStudioWebAuth, getStudioWebAuth, getStudioWebAuthWithOrganizationId };
|
|
66
68
|
|
|
67
|
-
//# debugId=
|
|
69
|
+
//# debugId=FCF746C59C6BE72F64756E2164756E21
|
|
@@ -1,9 +1,11 @@
|
|
|
1
|
+
import {
|
|
2
|
+
getAuthContext
|
|
3
|
+
} from "./packager-tool-3jrq7smt.js";
|
|
1
4
|
import {
|
|
2
5
|
addSdkUserAgentHeader,
|
|
3
|
-
getAuthContext,
|
|
4
6
|
getSdkUserAgentToken,
|
|
5
7
|
installSdkUserAgentHeader
|
|
6
|
-
} from "./packager-tool-
|
|
8
|
+
} from "./packager-tool-0f0wt9vh.js";
|
|
7
9
|
|
|
8
10
|
// ../solution-sdk/src/solution-auth.ts
|
|
9
11
|
async function getSolutionAuthContext(options) {
|
|
@@ -3235,8 +3237,9 @@ class FoldersApi extends BaseAPI {
|
|
|
3235
3237
|
// ../orchestrator-sdk/package.json
|
|
3236
3238
|
var package_default = {
|
|
3237
3239
|
name: "@uipath/orchestrator-sdk",
|
|
3240
|
+
author: "UiPath",
|
|
3238
3241
|
license: "SEE LICENSE IN LICENSE.txt",
|
|
3239
|
-
version: "1.
|
|
3242
|
+
version: "1.203.0",
|
|
3240
3243
|
repository: {
|
|
3241
3244
|
type: "git",
|
|
3242
3245
|
url: "https://github.com/UiPath/cli.git",
|
|
@@ -4222,4 +4225,4 @@ class UsersApi extends BaseAPI {
|
|
|
4222
4225
|
}
|
|
4223
4226
|
export { getSolutionAuthContext, PersonalWorkspacesApi, UsersApi, createOrchestratorConfig, createApiClient, resolveFolder };
|
|
4224
4227
|
|
|
4225
|
-
//# debugId=
|
|
4228
|
+
//# debugId=1510B216342C774B64756E2164756E21
|