@uipath/codedapp-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/dist/{browser-strategy-16yagjhr.js → browser-strategy-6atc7v8s.js} +3 -3
- package/dist/{index-y19pndcy.js → index-d9c1ecq8.js} +71 -69
- package/dist/{index-4tmzxx6y.js → index-h630x08t.js} +158 -76
- package/dist/{index-hsadteg4.js → index-h8cph72k.js} +4 -4
- package/dist/{index-9f8q2ege.js → index-p3vk57z7.js} +27 -27
- package/dist/index.js +11 -9
- package/dist/{js-yaml-cggj6w7q.js → js-yaml-87tvr6f6.js} +16 -16
- package/dist/{multipart-parser-kme45c99.js → multipart-parser-ab4q7byb.js} +2 -2
- package/dist/{node-strategy-gfq7k0sx.js → node-strategy-bpshtz02.js} +130 -14
- package/dist/packager-tool-14ha5twz.js +1838 -0
- package/dist/{tool-wckvcay0.js → packager-tool-1yh8g550.js} +9 -7
- package/dist/{tool-yadq0xpc.js → packager-tool-8hncwr6a.js} +56 -302
- package/dist/packager-tool-jke4p8q1.js +1515 -0
- package/dist/{tool-4pvh3k50.js → packager-tool-qyctya2j.js} +2 -2
- package/dist/{tool-bydtassw.js → packager-tool-s019q130.js} +1443 -3112
- package/dist/{tool-25qmnad0.js → packager-tool-vcw2ht7n.js} +1188 -1873
- package/dist/{tool-y0g9grx6.js → packager-tool-vv9c52ax.js} +5 -5
- package/dist/{tool-q42rrs00.js → packager-tool-yc4kw997.js} +3 -2
- package/dist/packager-tool.js +17 -0
- package/dist/tool.js +13 -11
- package/package.json +4 -3
- /package/dist/{tool-0gctz400.js → packager-tool-0gctz400.js} +0 -0
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import {
|
|
2
2
|
getGlobalThis
|
|
3
|
-
} from "./tool-0gctz400.js";
|
|
3
|
+
} from "./packager-tool-0gctz400.js";
|
|
4
4
|
import {
|
|
5
5
|
AUTH_CANCELLED_ERROR_CODE
|
|
6
|
-
} from "./tool-
|
|
7
|
-
import"./tool-
|
|
6
|
+
} from "./packager-tool-yc4kw997.js";
|
|
7
|
+
import"./packager-tool-1yh8g550.js";
|
|
8
8
|
|
|
9
9
|
// ../auth/src/strategies/browser-strategy.ts
|
|
10
10
|
class BrowserAuthStrategy {
|
|
@@ -58,83 +58,85 @@ import {
|
|
|
58
58
|
selectTenantWithDeps,
|
|
59
59
|
setActiveAuthProfile,
|
|
60
60
|
setAuthFileConfig
|
|
61
|
-
} from "./tool-
|
|
61
|
+
} from "./packager-tool-8hncwr6a.js";
|
|
62
|
+
import"./packager-tool-qyctya2j.js";
|
|
62
63
|
import {
|
|
63
64
|
isBrowser,
|
|
64
65
|
isNode
|
|
65
|
-
} from "./tool-0gctz400.js";
|
|
66
|
-
import"./tool-4pvh3k50.js";
|
|
66
|
+
} from "./packager-tool-0gctz400.js";
|
|
67
67
|
import {
|
|
68
68
|
AUTH_CANCELLED_ERROR_CODE,
|
|
69
|
+
AUTH_RECLAIMED_ERROR_CODE,
|
|
69
70
|
AUTH_TIMEOUT_ERROR_CODE,
|
|
70
71
|
DEFAULT_AUTH_TIMEOUT_MS
|
|
71
|
-
} from "./tool-
|
|
72
|
-
import"./tool-
|
|
72
|
+
} from "./packager-tool-yc4kw997.js";
|
|
73
|
+
import"./packager-tool-1yh8g550.js";
|
|
73
74
|
export {
|
|
74
|
-
|
|
75
|
-
setActiveAuthProfile,
|
|
76
|
-
selectTenantWithDeps,
|
|
77
|
-
saveRefreshBreaker,
|
|
78
|
-
saveEnvFileAsync,
|
|
79
|
-
runWithAuthProfile,
|
|
80
|
-
resolveSessionIdentity,
|
|
81
|
-
resolveEnvFilePathAsync,
|
|
82
|
-
resolveEnvFileLocationAsync,
|
|
83
|
-
resolveAuthProfileFilePath,
|
|
84
|
-
registerRobotClientLoader,
|
|
85
|
-
refreshTokenFingerprint,
|
|
86
|
-
refreshAccessToken,
|
|
87
|
-
readAuthFromEnv,
|
|
88
|
-
parseJWT,
|
|
89
|
-
parseAuthFlow,
|
|
90
|
-
normalizeAuthProfileName,
|
|
91
|
-
logoutWithDeps,
|
|
92
|
-
logout,
|
|
93
|
-
loadRefreshBreaker,
|
|
94
|
-
loadEnvFileAsync,
|
|
95
|
-
isTokenRefreshOAuthFailure,
|
|
96
|
-
isTenantSelectionError,
|
|
97
|
-
isRobotAuthEnforced,
|
|
98
|
-
isNode,
|
|
99
|
-
isEnvAuthEnabled,
|
|
100
|
-
isBrowser,
|
|
101
|
-
interactiveLoginWithDeps,
|
|
102
|
-
interactiveLogin,
|
|
103
|
-
getLoginStatusWithDeps,
|
|
104
|
-
getLoginStatusAsync,
|
|
105
|
-
getAuthEnv,
|
|
106
|
-
getAuthContext,
|
|
107
|
-
getActiveAuthProfileFilePath,
|
|
108
|
-
getActiveAuthProfile,
|
|
109
|
-
fetchTenantsAndOrganizations,
|
|
110
|
-
federatedCredentialsLogin,
|
|
111
|
-
clientCredentialsLogin,
|
|
112
|
-
clearRefreshBreaker,
|
|
113
|
-
clearActiveAuthProfile,
|
|
114
|
-
authenticate,
|
|
115
|
-
TokenRefreshOAuthError,
|
|
116
|
-
TenantSelectionRequiredError,
|
|
117
|
-
TenantSelectionError,
|
|
118
|
-
TENANT_SELECTION_REQUIRED_CODE,
|
|
119
|
-
JWT_BEARER_ASSERTION_TYPE,
|
|
120
|
-
InvalidTenantError,
|
|
121
|
-
InvalidBaseUrlError,
|
|
122
|
-
INVALID_TENANT_CODE,
|
|
123
|
-
FederatedCredentialsAuthenticationError,
|
|
124
|
-
EnvAuthConfigError,
|
|
125
|
-
ENV_AUTH_VARS,
|
|
126
|
-
ENV_AUTH_ENABLE_VAR,
|
|
127
|
-
ENFORCE_ROBOT_AUTH_VAR,
|
|
128
|
-
DEFAULT_ENV_FILENAME,
|
|
129
|
-
DEFAULT_AUTH_TIMEOUT_MS,
|
|
130
|
-
DEFAULT_AUTH_PROFILE,
|
|
131
|
-
DEFAULT_AUTH_FILENAME,
|
|
132
|
-
CredentialSource,
|
|
133
|
-
ClientCredentialsAuthenticationError,
|
|
134
|
-
AuthProfileValidationError,
|
|
135
|
-
AUTH_TIMEOUT_ERROR_CODE,
|
|
75
|
+
AUTH_CANCELLED_ERROR_CODE,
|
|
136
76
|
AUTH_FLOW_ENV_VAR,
|
|
137
|
-
|
|
77
|
+
AUTH_RECLAIMED_ERROR_CODE,
|
|
78
|
+
AUTH_TIMEOUT_ERROR_CODE,
|
|
79
|
+
AuthProfileValidationError,
|
|
80
|
+
ClientCredentialsAuthenticationError,
|
|
81
|
+
CredentialSource,
|
|
82
|
+
DEFAULT_AUTH_FILENAME,
|
|
83
|
+
DEFAULT_AUTH_PROFILE,
|
|
84
|
+
DEFAULT_AUTH_TIMEOUT_MS,
|
|
85
|
+
DEFAULT_ENV_FILENAME,
|
|
86
|
+
ENFORCE_ROBOT_AUTH_VAR,
|
|
87
|
+
ENV_AUTH_ENABLE_VAR,
|
|
88
|
+
ENV_AUTH_VARS,
|
|
89
|
+
EnvAuthConfigError,
|
|
90
|
+
FederatedCredentialsAuthenticationError,
|
|
91
|
+
INVALID_TENANT_CODE,
|
|
92
|
+
InvalidBaseUrlError,
|
|
93
|
+
InvalidTenantError,
|
|
94
|
+
JWT_BEARER_ASSERTION_TYPE,
|
|
95
|
+
TENANT_SELECTION_REQUIRED_CODE,
|
|
96
|
+
TenantSelectionError,
|
|
97
|
+
TenantSelectionRequiredError,
|
|
98
|
+
TokenRefreshOAuthError,
|
|
99
|
+
authenticate,
|
|
100
|
+
clearActiveAuthProfile,
|
|
101
|
+
clearRefreshBreaker,
|
|
102
|
+
clientCredentialsLogin,
|
|
103
|
+
federatedCredentialsLogin,
|
|
104
|
+
fetchTenantsAndOrganizations,
|
|
105
|
+
getActiveAuthProfile,
|
|
106
|
+
getActiveAuthProfileFilePath,
|
|
107
|
+
getAuthContext,
|
|
108
|
+
getAuthEnv,
|
|
109
|
+
getLoginStatusAsync,
|
|
110
|
+
getLoginStatusWithDeps,
|
|
111
|
+
interactiveLogin,
|
|
112
|
+
interactiveLoginWithDeps,
|
|
113
|
+
isBrowser,
|
|
114
|
+
isEnvAuthEnabled,
|
|
115
|
+
isNode,
|
|
116
|
+
isRobotAuthEnforced,
|
|
117
|
+
isTenantSelectionError,
|
|
118
|
+
isTokenRefreshOAuthFailure,
|
|
119
|
+
loadEnvFileAsync,
|
|
120
|
+
loadRefreshBreaker,
|
|
121
|
+
logout,
|
|
122
|
+
logoutWithDeps,
|
|
123
|
+
normalizeAuthProfileName,
|
|
124
|
+
parseAuthFlow,
|
|
125
|
+
parseJWT,
|
|
126
|
+
readAuthFromEnv,
|
|
127
|
+
refreshAccessToken,
|
|
128
|
+
refreshTokenFingerprint,
|
|
129
|
+
registerRobotClientLoader,
|
|
130
|
+
resolveAuthProfileFilePath,
|
|
131
|
+
resolveEnvFileLocationAsync,
|
|
132
|
+
resolveEnvFilePathAsync,
|
|
133
|
+
resolveSessionIdentity,
|
|
134
|
+
runWithAuthProfile,
|
|
135
|
+
saveEnvFileAsync,
|
|
136
|
+
saveRefreshBreaker,
|
|
137
|
+
selectTenantWithDeps,
|
|
138
|
+
setActiveAuthProfile,
|
|
139
|
+
setAuthFileConfig
|
|
138
140
|
};
|
|
139
141
|
|
|
140
|
-
//# debugId=
|
|
142
|
+
//# debugId=AC29AB3390C5C79964756E2164756E21
|