This commit is contained in:
Shuchang Zheng
2026-02-17 20:30:55 -08:00
committed by GitHub
parent fd8c33e0af
commit fc41285f96
30 changed files with 4013 additions and 2733 deletions

View File

@@ -87,6 +87,7 @@ if typing.TYPE_CHECKING:
ContextParameterSource_Workflow,
ContextParameterValue,
ContextParameterYaml,
CreateCredentialRequest,
CreateCredentialRequestCredential,
CreateScriptResponse,
CredentialParameter,
@@ -511,14 +512,17 @@ if typing.TYPE_CHECKING:
WorkflowParameterYamlDefaultValue,
WorkflowProxyLocation,
WorkflowRequest,
WorkflowRun,
WorkflowRunBlock,
WorkflowRunBlockDataSchema,
WorkflowRunBlockNavigationPayload,
WorkflowRunBlockOutput,
WorkflowRunProxyLocation,
WorkflowRunRequest,
WorkflowRunRequestProxyLocation,
WorkflowRunResponse,
WorkflowRunResponseOutput,
WorkflowRunStatus,
WorkflowRunTimeline,
WorkflowRunTimelineType,
WorkflowStatus,
@@ -612,6 +616,7 @@ _dynamic_imports: typing.Dict[str, str] = {
"ContextParameterSource_Workflow": ".types",
"ContextParameterValue": ".types",
"ContextParameterYaml": ".types",
"CreateCredentialRequest": ".types",
"CreateCredentialRequestCredential": ".types",
"CreateScriptResponse": ".types",
"CredentialParameter": ".types",
@@ -1041,14 +1046,17 @@ _dynamic_imports: typing.Dict[str, str] = {
"WorkflowParameterYamlDefaultValue": ".types",
"WorkflowProxyLocation": ".types",
"WorkflowRequest": ".types",
"WorkflowRun": ".types",
"WorkflowRunBlock": ".types",
"WorkflowRunBlockDataSchema": ".types",
"WorkflowRunBlockNavigationPayload": ".types",
"WorkflowRunBlockOutput": ".types",
"WorkflowRunProxyLocation": ".types",
"WorkflowRunRequest": ".types",
"WorkflowRunRequestProxyLocation": ".types",
"WorkflowRunResponse": ".types",
"WorkflowRunResponseOutput": ".types",
"WorkflowRunStatus": ".types",
"WorkflowRunTimeline": ".types",
"WorkflowRunTimelineType": ".types",
"WorkflowStatus": ".types",
@@ -1162,6 +1170,7 @@ __all__ = [
"ContextParameterSource_Workflow",
"ContextParameterValue",
"ContextParameterYaml",
"CreateCredentialRequest",
"CreateCredentialRequestCredential",
"CreateScriptResponse",
"CredentialParameter",
@@ -1591,14 +1600,17 @@ __all__ = [
"WorkflowParameterYamlDefaultValue",
"WorkflowProxyLocation",
"WorkflowRequest",
"WorkflowRun",
"WorkflowRunBlock",
"WorkflowRunBlockDataSchema",
"WorkflowRunBlockNavigationPayload",
"WorkflowRunBlockOutput",
"WorkflowRunProxyLocation",
"WorkflowRunRequest",
"WorkflowRunRequestProxyLocation",
"WorkflowRunResponse",
"WorkflowRunResponseOutput",
"WorkflowRunStatus",
"WorkflowRunTimeline",
"WorkflowRunTimelineType",
"WorkflowStatus",