@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.
Files changed (46) hide show
  1. package/dist/THIRD-PARTY-NOTICES.md +23 -1
  2. package/dist/deploy.js +7 -6
  3. package/dist/{packager-tool-bt0z25tw.js → embedded-file-reader-xxqe8vs8.js} +98 -16584
  4. package/dist/first-party-service-sd8yaf73.js +27 -0
  5. package/dist/index-dqa169gp.js +25 -0
  6. package/dist/index.js +19 -13
  7. package/dist/init.js +8 -5
  8. package/dist/{list-8hvfmge6.js → list-dadxggxt.js} +5 -4
  9. package/dist/models/pack-command-types.d.ts +33 -5
  10. package/dist/pack.js +12 -6
  11. package/dist/{packager-tool-fjjh5veg.js → packager-tool-0f0wt9vh.js} +353 -1519
  12. package/dist/{packager-tool-pbmpgz04.js → packager-tool-1haahq17.js} +5 -3
  13. package/dist/{packager-tool-rbrcxjch.js → packager-tool-2syrt51a.js} +7 -4
  14. package/dist/packager-tool-3jrq7smt.js +1459 -0
  15. package/dist/packager-tool-53w8skv5.js +262 -0
  16. package/dist/packager-tool-7znqtw3f.js +244 -0
  17. package/dist/packager-tool-bkwnetqn.js +16678 -0
  18. package/dist/{packager-tool-5518wy6n.js → packager-tool-cp07fhx3.js} +9 -6
  19. package/dist/{packager-tool-w1dzcj31.js → packager-tool-cvfbzs9p.js} +359 -95
  20. package/dist/packager-tool-gdtpsdn7.js +342 -0
  21. package/dist/{packager-tool-pyygbnp2.js → packager-tool-htag6yh5.js} +4 -4
  22. package/dist/{packager-tool-3bewrpq4.js → packager-tool-jz2wbfjz.js} +4 -1
  23. package/dist/packager-tool-k4mskzww.js +125 -0
  24. package/dist/{packager-tool-vfcht7hq.js → packager-tool-mj5p341c.js} +11 -12
  25. package/dist/{packager-tool-bme8epz8.js → packager-tool-n4nfqj99.js} +15381 -2421
  26. package/dist/{packager-tool-mcpzmn0v.js → packager-tool-rc5pcf2n.js} +45 -21
  27. package/dist/packager-tool-resolver-fmjr60x8.js +19 -0
  28. package/dist/{packager-tool-pw7v82j2.js → packager-tool-vas0xg5h.js} +1 -1
  29. package/dist/packager-tool-znakt6yw.js +188 -0
  30. package/dist/packager-tool.d.ts +1 -1
  31. package/dist/packager-tool.js +1 -1
  32. package/dist/prepare-solution-resources-wds3r8bq.js +22 -0
  33. package/dist/project-contributions-cvttys34.js +27 -0
  34. package/dist/publish.js +7 -6
  35. package/dist/resource.js +7 -4
  36. package/dist/services/deployment-validation.d.ts +33 -0
  37. package/dist/services/governance-options.d.ts +61 -1
  38. package/dist/services/pack-command-service.d.ts +33 -2
  39. package/dist/services/packager-tool-resolver.d.ts +3 -0
  40. package/dist/services/prepare-solution-resources.d.ts +40 -0
  41. package/dist/services/project-contributions.d.ts +58 -0
  42. package/dist/services/project-type-tools.d.ts +6 -0
  43. package/dist/templates/AGENTS.md +78 -8
  44. package/dist/tool.js +19 -13
  45. package/package.json +3 -2
  46. 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-fjjh5veg.js";
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=704B27897C03B52964756E2164756E21
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-fjjh5veg.js";
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.202.0",
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=C542FA06709B3AE964756E2164756E21
4228
+ //# debugId=1510B216342C774B64756E2164756E21