update login interface to support wait_for_completion (#3018)
This commit is contained in:
@@ -22,7 +22,6 @@ from .types import (
|
||||
BitwardenCreditCardDataParameterYaml,
|
||||
BitwardenLoginCredentialParameter,
|
||||
BitwardenLoginCredentialParameterYaml,
|
||||
BitwardenLoginRequest,
|
||||
BitwardenSensitiveInformationParameter,
|
||||
BitwardenSensitiveInformationParameterYaml,
|
||||
BrowserSessionResponse,
|
||||
@@ -56,7 +55,7 @@ from .types import (
|
||||
CredentialParameterYaml,
|
||||
CredentialResponse,
|
||||
CredentialResponseCredential,
|
||||
CredentialType,
|
||||
CredentialTypeOutput,
|
||||
CreditCardCredentialResponse,
|
||||
DownloadToS3Block,
|
||||
DownloadToS3BlockYaml,
|
||||
@@ -181,10 +180,6 @@ from .types import (
|
||||
LoginBlockParametersItem_Output,
|
||||
LoginBlockParametersItem_Workflow,
|
||||
LoginBlockYaml,
|
||||
LoginRequestBody,
|
||||
LoginRequestBody_1Password,
|
||||
LoginRequestBody_Bitwarden,
|
||||
LoginRequestBody_Skyvern,
|
||||
NavigationBlock,
|
||||
NavigationBlockDataSchema,
|
||||
NavigationBlockParametersItem,
|
||||
@@ -202,7 +197,6 @@ from .types import (
|
||||
NonEmptyPasswordCredential,
|
||||
OnePasswordCredentialParameter,
|
||||
OnePasswordCredentialParameterYaml,
|
||||
OnePasswordLoginRequest,
|
||||
OutputParameter,
|
||||
OutputParameterYaml,
|
||||
PasswordCredentialResponse,
|
||||
@@ -213,7 +207,8 @@ from .types import (
|
||||
RunStatus,
|
||||
SendEmailBlock,
|
||||
SendEmailBlockYaml,
|
||||
SkyvernLoginRequest,
|
||||
SkyvernForgeSdkSchemasCredentialsCredentialType,
|
||||
SkyvernSchemasRunBlocksCredentialType,
|
||||
TaskBlock,
|
||||
TaskBlockDataSchema,
|
||||
TaskBlockParametersItem,
|
||||
@@ -395,7 +390,6 @@ __all__ = [
|
||||
"BitwardenCreditCardDataParameterYaml",
|
||||
"BitwardenLoginCredentialParameter",
|
||||
"BitwardenLoginCredentialParameterYaml",
|
||||
"BitwardenLoginRequest",
|
||||
"BitwardenSensitiveInformationParameter",
|
||||
"BitwardenSensitiveInformationParameterYaml",
|
||||
"BrowserSessionResponse",
|
||||
@@ -429,7 +423,7 @@ __all__ = [
|
||||
"CredentialParameterYaml",
|
||||
"CredentialResponse",
|
||||
"CredentialResponseCredential",
|
||||
"CredentialType",
|
||||
"CredentialTypeOutput",
|
||||
"CreditCardCredentialResponse",
|
||||
"DownloadToS3Block",
|
||||
"DownloadToS3BlockYaml",
|
||||
@@ -555,10 +549,6 @@ __all__ = [
|
||||
"LoginBlockParametersItem_Output",
|
||||
"LoginBlockParametersItem_Workflow",
|
||||
"LoginBlockYaml",
|
||||
"LoginRequestBody",
|
||||
"LoginRequestBody_1Password",
|
||||
"LoginRequestBody_Bitwarden",
|
||||
"LoginRequestBody_Skyvern",
|
||||
"NavigationBlock",
|
||||
"NavigationBlockDataSchema",
|
||||
"NavigationBlockParametersItem",
|
||||
@@ -577,7 +567,6 @@ __all__ = [
|
||||
"NotFoundError",
|
||||
"OnePasswordCredentialParameter",
|
||||
"OnePasswordCredentialParameterYaml",
|
||||
"OnePasswordLoginRequest",
|
||||
"OutputParameter",
|
||||
"OutputParameterYaml",
|
||||
"PasswordCredentialResponse",
|
||||
@@ -590,7 +579,8 @@ __all__ = [
|
||||
"SendEmailBlockYaml",
|
||||
"Skyvern",
|
||||
"SkyvernEnvironment",
|
||||
"SkyvernLoginRequest",
|
||||
"SkyvernForgeSdkSchemasCredentialsCredentialType",
|
||||
"SkyvernSchemasRunBlocksCredentialType",
|
||||
"TaskBlock",
|
||||
"TaskBlockDataSchema",
|
||||
"TaskBlockParametersItem",
|
||||
|
||||
Reference in New Issue
Block a user