add login to skyvern library (#3016)
This commit is contained in:
@@ -22,6 +22,7 @@ from .types import (
|
||||
BitwardenCreditCardDataParameterYaml,
|
||||
BitwardenLoginCredentialParameter,
|
||||
BitwardenLoginCredentialParameterYaml,
|
||||
BitwardenLoginRequest,
|
||||
BitwardenSensitiveInformationParameter,
|
||||
BitwardenSensitiveInformationParameterYaml,
|
||||
BrowserSessionResponse,
|
||||
@@ -180,6 +181,10 @@ from .types import (
|
||||
LoginBlockParametersItem_Output,
|
||||
LoginBlockParametersItem_Workflow,
|
||||
LoginBlockYaml,
|
||||
LoginRequestBody,
|
||||
LoginRequestBody_1Password,
|
||||
LoginRequestBody_Bitwarden,
|
||||
LoginRequestBody_Skyvern,
|
||||
NavigationBlock,
|
||||
NavigationBlockDataSchema,
|
||||
NavigationBlockParametersItem,
|
||||
@@ -197,6 +202,7 @@ from .types import (
|
||||
NonEmptyPasswordCredential,
|
||||
OnePasswordCredentialParameter,
|
||||
OnePasswordCredentialParameterYaml,
|
||||
OnePasswordLoginRequest,
|
||||
OutputParameter,
|
||||
OutputParameterYaml,
|
||||
PasswordCredentialResponse,
|
||||
@@ -207,6 +213,7 @@ from .types import (
|
||||
RunStatus,
|
||||
SendEmailBlock,
|
||||
SendEmailBlockYaml,
|
||||
SkyvernLoginRequest,
|
||||
TaskBlock,
|
||||
TaskBlockDataSchema,
|
||||
TaskBlockParametersItem,
|
||||
@@ -388,6 +395,7 @@ __all__ = [
|
||||
"BitwardenCreditCardDataParameterYaml",
|
||||
"BitwardenLoginCredentialParameter",
|
||||
"BitwardenLoginCredentialParameterYaml",
|
||||
"BitwardenLoginRequest",
|
||||
"BitwardenSensitiveInformationParameter",
|
||||
"BitwardenSensitiveInformationParameterYaml",
|
||||
"BrowserSessionResponse",
|
||||
@@ -547,6 +555,10 @@ __all__ = [
|
||||
"LoginBlockParametersItem_Output",
|
||||
"LoginBlockParametersItem_Workflow",
|
||||
"LoginBlockYaml",
|
||||
"LoginRequestBody",
|
||||
"LoginRequestBody_1Password",
|
||||
"LoginRequestBody_Bitwarden",
|
||||
"LoginRequestBody_Skyvern",
|
||||
"NavigationBlock",
|
||||
"NavigationBlockDataSchema",
|
||||
"NavigationBlockParametersItem",
|
||||
@@ -565,6 +577,7 @@ __all__ = [
|
||||
"NotFoundError",
|
||||
"OnePasswordCredentialParameter",
|
||||
"OnePasswordCredentialParameterYaml",
|
||||
"OnePasswordLoginRequest",
|
||||
"OutputParameter",
|
||||
"OutputParameterYaml",
|
||||
"PasswordCredentialResponse",
|
||||
@@ -577,6 +590,7 @@ __all__ = [
|
||||
"SendEmailBlockYaml",
|
||||
"Skyvern",
|
||||
"SkyvernEnvironment",
|
||||
"SkyvernLoginRequest",
|
||||
"TaskBlock",
|
||||
"TaskBlockDataSchema",
|
||||
"TaskBlockParametersItem",
|
||||
|
||||
Reference in New Issue
Block a user