@uipath/agent-sdk 1.201.0-preview.115 → 1.201.0-preview.121
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/index.js +4 -2
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -1357,7 +1357,7 @@ class TextApiResponse {
|
|
|
1357
1357
|
var package_default = {
|
|
1358
1358
|
name: "@uipath/agent-sdk",
|
|
1359
1359
|
license: "MIT",
|
|
1360
|
-
version: "1.201.0-preview.
|
|
1360
|
+
version: "1.201.0-preview.121",
|
|
1361
1361
|
description: "SDK for the UiPath Agent Runtime API — evaluation execution and debug sessions.",
|
|
1362
1362
|
repository: {
|
|
1363
1363
|
type: "git",
|
|
@@ -5632,6 +5632,8 @@ init_constants();
|
|
|
5632
5632
|
|
|
5633
5633
|
// ../auth/src/interactive.ts
|
|
5634
5634
|
init_src();
|
|
5635
|
+
// ../auth/src/tenantSelection.ts
|
|
5636
|
+
var IDENTIFIER_STATUSES = new Set([400, 403, 404]);
|
|
5635
5637
|
|
|
5636
5638
|
// ../auth/src/selectTenant.ts
|
|
5637
5639
|
var TENANT_SELECTION_REQUIRED_CODE = "TENANT_SELECTION_REQUIRED";
|
|
@@ -6173,4 +6175,4 @@ export {
|
|
|
6173
6175
|
AgentAppearanceFromJSON
|
|
6174
6176
|
};
|
|
6175
6177
|
|
|
6176
|
-
//# debugId=
|
|
6178
|
+
//# debugId=4730BE41016B976764756E2164756E21
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uipath/agent-sdk",
|
|
3
3
|
"license": "MIT",
|
|
4
|
-
"version": "1.201.0-preview.
|
|
4
|
+
"version": "1.201.0-preview.121",
|
|
5
5
|
"description": "SDK for the UiPath Agent Runtime API — evaluation execution and debug sessions.",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
@@ -29,5 +29,5 @@
|
|
|
29
29
|
"files": [
|
|
30
30
|
"dist"
|
|
31
31
|
],
|
|
32
|
-
"gitHead": "
|
|
32
|
+
"gitHead": "c70ccfc0b12e637441d67df1d212b71d7784b5f8"
|
|
33
33
|
}
|