Sign In

@uipath/codedapp-tool

Package Overview
Dependencies
Maintainers
24
Versions
75
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@uipath/codedapp-tool - npm Package Compare versions

Comparing version
1.201.0-preview.115
to
1.201.0-preview.121
dist/index-4tmzxx6y.js

Sorry, the diff of this file is too big to display

+140
import {
AUTH_FLOW_ENV_VAR,
AuthProfileValidationError,
ClientCredentialsAuthenticationError,
CredentialSource,
DEFAULT_AUTH_FILENAME,
DEFAULT_AUTH_PROFILE,
DEFAULT_ENV_FILENAME,
ENFORCE_ROBOT_AUTH_VAR,
ENV_AUTH_ENABLE_VAR,
ENV_AUTH_VARS,
EnvAuthConfigError,
FederatedCredentialsAuthenticationError,
INVALID_TENANT_CODE,
InvalidBaseUrlError,
InvalidTenantError,
JWT_BEARER_ASSERTION_TYPE,
TENANT_SELECTION_REQUIRED_CODE,
TenantSelectionError,
TenantSelectionRequiredError,
TokenRefreshOAuthError,
authenticate,
clearActiveAuthProfile,
clearRefreshBreaker,
clientCredentialsLogin,
federatedCredentialsLogin,
fetchTenantsAndOrganizations,
getActiveAuthProfile,
getActiveAuthProfileFilePath,
getAuthContext,
getAuthEnv,
getLoginStatusAsync,
getLoginStatusWithDeps,
interactiveLogin,
interactiveLoginWithDeps,
isEnvAuthEnabled,
isRobotAuthEnforced,
isTenantSelectionError,
isTokenRefreshOAuthFailure,
loadEnvFileAsync,
loadRefreshBreaker,
logout,
logoutWithDeps,
normalizeAuthProfileName,
parseAuthFlow,
parseJWT,
readAuthFromEnv,
refreshAccessToken,
refreshTokenFingerprint,
registerRobotClientLoader,
resolveAuthProfileFilePath,
resolveEnvFileLocationAsync,
resolveEnvFilePathAsync,
resolveSessionIdentity,
runWithAuthProfile,
saveEnvFileAsync,
saveRefreshBreaker,
selectTenantWithDeps,
setActiveAuthProfile,
setAuthFileConfig
} from "./tool-yadq0xpc.js";
import {
isBrowser,
isNode
} from "./tool-0gctz400.js";
import"./tool-4pvh3k50.js";
import {
AUTH_CANCELLED_ERROR_CODE,
AUTH_TIMEOUT_ERROR_CODE,
DEFAULT_AUTH_TIMEOUT_MS
} from "./tool-q42rrs00.js";
import"./tool-wckvcay0.js";
export {
setAuthFileConfig,
setActiveAuthProfile,
selectTenantWithDeps,
saveRefreshBreaker,
saveEnvFileAsync,
runWithAuthProfile,
resolveSessionIdentity,
resolveEnvFilePathAsync,
resolveEnvFileLocationAsync,
resolveAuthProfileFilePath,
registerRobotClientLoader,
refreshTokenFingerprint,
refreshAccessToken,
readAuthFromEnv,
parseJWT,
parseAuthFlow,
normalizeAuthProfileName,
logoutWithDeps,
logout,
loadRefreshBreaker,
loadEnvFileAsync,
isTokenRefreshOAuthFailure,
isTenantSelectionError,
isRobotAuthEnforced,
isNode,
isEnvAuthEnabled,
isBrowser,
interactiveLoginWithDeps,
interactiveLogin,
getLoginStatusWithDeps,
getLoginStatusAsync,
getAuthEnv,
getAuthContext,
getActiveAuthProfileFilePath,
getActiveAuthProfile,
fetchTenantsAndOrganizations,
federatedCredentialsLogin,
clientCredentialsLogin,
clearRefreshBreaker,
clearActiveAuthProfile,
authenticate,
TokenRefreshOAuthError,
TenantSelectionRequiredError,
TenantSelectionError,
TENANT_SELECTION_REQUIRED_CODE,
JWT_BEARER_ASSERTION_TYPE,
InvalidTenantError,
InvalidBaseUrlError,
INVALID_TENANT_CODE,
FederatedCredentialsAuthenticationError,
EnvAuthConfigError,
ENV_AUTH_VARS,
ENV_AUTH_ENABLE_VAR,
ENFORCE_ROBOT_AUTH_VAR,
DEFAULT_ENV_FILENAME,
DEFAULT_AUTH_TIMEOUT_MS,
DEFAULT_AUTH_PROFILE,
DEFAULT_AUTH_FILENAME,
CredentialSource,
ClientCredentialsAuthenticationError,
AuthProfileValidationError,
AUTH_TIMEOUT_ERROR_CODE,
AUTH_FLOW_ENV_VAR,
AUTH_CANCELLED_ERROR_CODE
};
//# debugId=675FC4C428D4186D64756E2164756E21

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

+6
-4
#!/usr/bin/env bun
import {
Command,
metadata,
registerCommands
} from "./tool-1t4m3bv9.js";
import"./tool-6d49s6x4.js";
} from "./tool-hcf6wh0m.js";
import {
Command
} from "./tool-25qmnad0.js";
import"./tool-yadq0xpc.js";
import"./tool-y0g9grx6.js";

@@ -20,2 +22,2 @@ import"./tool-0gctz400.js";

//# debugId=4DA5265E3FDD1EAD64756E2164756E21
//# debugId=6BBBA8CE07F5143164756E2164756E21
+4
-3
import {
metadata,
registerCommands
} from "./tool-1t4m3bv9.js";
import"./tool-6d49s6x4.js";
} from "./tool-hcf6wh0m.js";
import"./tool-25qmnad0.js";
import"./tool-yadq0xpc.js";
import"./tool-y0g9grx6.js";

@@ -16,2 +17,2 @@ import"./tool-0gctz400.js";

//# debugId=106E34AF1A233DCE64756E2164756E21
//# debugId=4B3BB7844263F9B364756E2164756E21
{
"name": "@uipath/codedapp-tool",
"license": "MIT",
"version": "1.201.0-preview.115",
"version": "1.201.0-preview.121",
"description": "Build, pack, publish, deploy, and manage UiPath Coded Web Applications.",

@@ -30,3 +30,3 @@ "keywords": [

},
"gitHead": "f1086b73654d7728cb71f280588b3e0c77d535fc"
"gitHead": "c70ccfc0b12e637441d67df1d212b71d7784b5f8"
}
import {
AUTH_FLOW_ENV_VAR,
AuthProfileValidationError,
ClientCredentialsAuthenticationError,
CredentialSource,
DEFAULT_AUTH_FILENAME,
DEFAULT_AUTH_PROFILE,
DEFAULT_ENV_FILENAME,
ENFORCE_ROBOT_AUTH_VAR,
ENV_AUTH_ENABLE_VAR,
ENV_AUTH_VARS,
EnvAuthConfigError,
FederatedCredentialsAuthenticationError,
INVALID_TENANT_CODE,
InvalidBaseUrlError,
InvalidTenantError,
JWT_BEARER_ASSERTION_TYPE,
TENANT_SELECTION_REQUIRED_CODE,
TenantSelectionError,
TenantSelectionRequiredError,
TokenRefreshOAuthError,
authenticate,
clearActiveAuthProfile,
clearRefreshBreaker,
clientCredentialsLogin,
federatedCredentialsLogin,
fetchTenantsAndOrganizations,
getActiveAuthProfile,
getActiveAuthProfileFilePath,
getAuthContext,
getAuthEnv,
getLoginStatusAsync,
getLoginStatusWithDeps,
interactiveLogin,
interactiveLoginWithDeps,
isEnvAuthEnabled,
isRobotAuthEnforced,
isTenantSelectionError,
isTokenRefreshOAuthFailure,
loadEnvFileAsync,
loadRefreshBreaker,
logout,
logoutWithDeps,
normalizeAuthProfileName,
parseAuthFlow,
parseJWT,
readAuthFromEnv,
refreshAccessToken,
refreshTokenFingerprint,
registerRobotClientLoader,
resolveAuthProfileFilePath,
resolveEnvFileLocationAsync,
resolveEnvFilePathAsync,
resolveSessionIdentity,
runWithAuthProfile,
saveEnvFileAsync,
saveRefreshBreaker,
selectTenantWithDeps,
setActiveAuthProfile,
setAuthFileConfig
} from "./tool-6d49s6x4.js";
import {
isBrowser,
isNode
} from "./tool-0gctz400.js";
import"./tool-4pvh3k50.js";
import {
AUTH_CANCELLED_ERROR_CODE,
AUTH_TIMEOUT_ERROR_CODE,
DEFAULT_AUTH_TIMEOUT_MS
} from "./tool-q42rrs00.js";
import"./tool-wckvcay0.js";
export {
setAuthFileConfig,
setActiveAuthProfile,
selectTenantWithDeps,
saveRefreshBreaker,
saveEnvFileAsync,
runWithAuthProfile,
resolveSessionIdentity,
resolveEnvFilePathAsync,
resolveEnvFileLocationAsync,
resolveAuthProfileFilePath,
registerRobotClientLoader,
refreshTokenFingerprint,
refreshAccessToken,
readAuthFromEnv,
parseJWT,
parseAuthFlow,
normalizeAuthProfileName,
logoutWithDeps,
logout,
loadRefreshBreaker,
loadEnvFileAsync,
isTokenRefreshOAuthFailure,
isTenantSelectionError,
isRobotAuthEnforced,
isNode,
isEnvAuthEnabled,
isBrowser,
interactiveLoginWithDeps,
interactiveLogin,
getLoginStatusWithDeps,
getLoginStatusAsync,
getAuthEnv,
getAuthContext,
getActiveAuthProfileFilePath,
getActiveAuthProfile,
fetchTenantsAndOrganizations,
federatedCredentialsLogin,
clientCredentialsLogin,
clearRefreshBreaker,
clearActiveAuthProfile,
authenticate,
TokenRefreshOAuthError,
TenantSelectionRequiredError,
TenantSelectionError,
TENANT_SELECTION_REQUIRED_CODE,
JWT_BEARER_ASSERTION_TYPE,
InvalidTenantError,
InvalidBaseUrlError,
INVALID_TENANT_CODE,
FederatedCredentialsAuthenticationError,
EnvAuthConfigError,
ENV_AUTH_VARS,
ENV_AUTH_ENABLE_VAR,
ENFORCE_ROBOT_AUTH_VAR,
DEFAULT_ENV_FILENAME,
DEFAULT_AUTH_TIMEOUT_MS,
DEFAULT_AUTH_PROFILE,
DEFAULT_AUTH_FILENAME,
CredentialSource,
ClientCredentialsAuthenticationError,
AuthProfileValidationError,
AUTH_TIMEOUT_ERROR_CODE,
AUTH_FLOW_ENV_VAR,
AUTH_CANCELLED_ERROR_CODE
};
//# debugId=675FC4C428D4186D64756E2164756E21

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display