@tailor-platform/sdk 1.83.0 → 1.84.0
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/CHANGELOG.md +32 -0
- package/dist/application-5FOWIxFQ.mjs +3 -0
- package/dist/{application-Cp0FxIm2.mjs → application-CnCljDwk.mjs} +13 -8
- package/dist/application-CnCljDwk.mjs.map +1 -0
- package/dist/cli/commands/deploy/tailordb/index.d.mts +1 -0
- package/dist/cli/commands/generate/service.d.mts +1 -1
- package/dist/cli/commands/generate/types.d.mts +1 -1
- package/dist/cli/commands/tailordb/migrate/diff-calculator.d.mts +11 -1
- package/dist/cli/commands/tailordb/migrate/snapshot.d.mts +1 -1
- package/dist/cli/index.mjs +65 -10
- package/dist/cli/index.mjs.map +1 -1
- package/dist/cli/lib.d.mts +1 -1
- package/dist/cli/lib.mjs +2 -2
- package/dist/cli/shared/client.d.mts +28 -3
- package/dist/cli/skills.d.mts +1 -1
- package/dist/completion/zsh-worker.zsh +35 -22
- package/dist/configure/index.d.mts +2 -2
- package/dist/configure/index.mjs +170 -2
- package/dist/configure/index.mjs.map +1 -1
- package/dist/configure/services/executor/index.d.mts +2 -2
- package/dist/configure/services/executor/trigger/event.d.mts +245 -2
- package/dist/configure/services/executor/trigger/index.d.mts +3 -3
- package/dist/configure/services/index.d.mts +2 -2
- package/dist/configure/services/tailordb/index.d.mts +0 -1
- package/dist/configure/services/workflow/job.d.mts +9 -0
- package/dist/configure/services/workflow/workflow.d.mts +10 -0
- package/dist/{register-typescript-runtime-CCHyKeXO.mjs → register-typescript-runtime-BCvWR3HC.mjs} +398 -117
- package/dist/register-typescript-runtime-BCvWR3HC.mjs.map +1 -0
- package/dist/{service-B0MaodSg.mjs → service-CPJWhTLn.mjs} +29 -2
- package/dist/service-CPJWhTLn.mjs.map +1 -0
- package/dist/service-Cigg_U-v.mjs +3 -0
- package/dist/{service_pb-BwZRiNug.mjs → service_pb-D5--My_M.mjs} +5 -5
- package/dist/service_pb-D5--My_M.mjs.map +1 -0
- package/dist/{service_pb-wRkxUta6.mjs → service_pb-i8CmnQP4.mjs} +1 -1
- package/dist/tailor-proto/src/tailor/v1/application_pb.d.mts +106 -1
- package/dist/tailor-proto/src/tailor/v1/executor_resource_pb.d.mts +24 -1
- package/dist/tailor-proto/src/tailor/v1/function_pb.d.mts +49 -1
- package/dist/tailor-proto/src/tailor/v1/service_pb.d.mts +89 -6
- package/dist/tailor-proto/src/tailor/v1/telemetryrouter_resource_pb.d.mts +26 -1
- package/dist/tailor-proto/src/tailor/v1/workflow_pb.d.mts +101 -1
- package/dist/tailor-proto/src/tailor/v1/workflow_resource_pb.d.mts +22 -1
- package/dist/types/executor.generated.d.mts +23 -3
- package/dist/{workspace_resource_pb-UGK1SSn_.mjs → workspace_resource_pb-DXnO2AT-.mjs} +7 -7
- package/dist/workspace_resource_pb-DXnO2AT-.mjs.map +1 -0
- package/docs/cli/tailordb.md +14 -12
- package/docs/cli-reference.md +15 -15
- package/docs/services/executor.md +83 -3
- package/docs/services/idp.md +3 -3
- package/docs/services/tailordb-migration.md +13 -2
- package/docs/services/workflow.md +26 -0
- package/package.json +16 -16
- package/dist/application-CP7JKG9R.mjs +0 -3
- package/dist/application-Cp0FxIm2.mjs.map +0 -1
- package/dist/register-typescript-runtime-CCHyKeXO.mjs.map +0 -1
- package/dist/service-B0MaodSg.mjs.map +0 -1
- package/dist/service-KnAiVofD.mjs +0 -3
- package/dist/service_pb-BwZRiNug.mjs.map +0 -1
- package/dist/workspace_resource_pb-UGK1SSn_.mjs.map +0 -1
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { AddOrganizationTeamMemberRequestSchema, AddOrganizationTeamMemberResponseSchema, CreateOrganizationFolderRequestSchema, CreateOrganizationFolderResponseSchema, CreateOrganizationTeamRequestSchema, CreateOrganizationTeamResponseSchema, CreateWorkspaceRequestSchema, CreateWorkspaceResponseSchema, DeleteOrganizationFolderIPRestrictionRequestSchema, DeleteOrganizationFolderIPRestrictionResponseSchema, DeleteOrganizationFolderRequestSchema, DeleteOrganizationFolderResponseSchema, DeleteOrganizationIPRestrictionRequestSchema, DeleteOrganizationIPRestrictionResponseSchema, DeleteOrganizationTeamRequestSchema, DeleteOrganizationTeamResponseSchema, DeleteWorkspaceRequestSchema, DeleteWorkspaceResponseSchema, GetOrganizationAccessRequestSchema, GetOrganizationAccessResponseSchema, GetOrganizationFolderAccessRequestSchema, GetOrganizationFolderAccessResponseSchema, GetOrganizationFolderIPRestrictionRequestSchema, GetOrganizationFolderIPRestrictionResponseSchema, GetOrganizationFolderRequestSchema, GetOrganizationFolderResponseSchema, GetOrganizationIPRestrictionRequestSchema, GetOrganizationIPRestrictionResponseSchema, GetOrganizationRequestSchema, GetOrganizationResponseSchema, GetOrganizationTeamMemberRequestSchema, GetOrganizationTeamMemberResponseSchema, GetOrganizationTeamRequestSchema, GetOrganizationTeamResponseSchema, GetPlatformAccountPlanRequestSchema, GetPlatformAccountPlanResponseSchema, GetWorkspacePlatformUserRequestSchema, GetWorkspacePlatformUserResponseSchema, GetWorkspaceRequestSchema, GetWorkspaceResponseSchema, GetWorkspaceRoleRequestSchema, GetWorkspaceRoleResponseSchema, GrantOrganizationAccessRequestSchema, GrantOrganizationAccessResponseSchema, GrantOrganizationFolderAccessRequestSchema, GrantOrganizationFolderAccessResponseSchema, InviteWorkspacePlatformUserRequestSchema, InviteWorkspacePlatformUserResponseSchema, ListAvailableWorkspacePlatformUserRolesRequestSchema, ListAvailableWorkspacePlatformUserRolesResponseSchema, ListAvailableWorkspaceRegionsRequestSchema, ListAvailableWorkspaceRegionsResponseSchema, ListOrganizationAccessesRequestSchema, ListOrganizationAccessesResponseSchema, ListOrganizationFolderAccessesRequestSchema, ListOrganizationFolderAccessesResponseSchema, ListOrganizationFoldersRequestSchema, ListOrganizationFoldersResponseSchema, ListOrganizationTeamMembersRequestSchema, ListOrganizationTeamMembersResponseSchema, ListOrganizationTeamsRequestSchema, ListOrganizationTeamsResponseSchema, ListOrganizationWorkspacesRequestSchema, ListOrganizationWorkspacesResponseSchema, ListOrganizationsRequestSchema, ListOrganizationsResponseSchema, ListUserOrganizationsRequestSchema, ListUserOrganizationsResponseSchema, ListWorkspacePlatformUsersRequestSchema, ListWorkspacePlatformUsersResponseSchema, ListWorkspacesRequestSchema, ListWorkspacesResponseSchema, RemoveOrganizationTeamMemberRequestSchema, RemoveOrganizationTeamMemberResponseSchema, RemoveWorkspacePlatformUserRequestSchema, RemoveWorkspacePlatformUserResponseSchema, RestoreWorkspaceRequestSchema, RestoreWorkspaceResponseSchema, RevokeOrganizationAccessRequestSchema, RevokeOrganizationAccessResponseSchema, RevokeOrganizationFolderAccessRequestSchema, RevokeOrganizationFolderAccessResponseSchema, UpdateOrganizationAccessRequestSchema, UpdateOrganizationAccessResponseSchema, UpdateOrganizationFolderAccessRequestSchema, UpdateOrganizationFolderAccessResponseSchema, UpdateOrganizationFolderRequestSchema, UpdateOrganizationFolderResponseSchema, UpdateOrganizationRequestSchema, UpdateOrganizationResponseSchema, UpdateOrganizationTeamMemberRequestSchema, UpdateOrganizationTeamMemberResponseSchema, UpdateOrganizationTeamRequestSchema, UpdateOrganizationTeamResponseSchema, UpdateWorkspacePlatformUserRequestSchema, UpdateWorkspacePlatformUserResponseSchema, UpdateWorkspaceRequestSchema, UpdateWorkspaceResponseSchema, UpsertOrganizationFolderIPRestrictionRequestSchema, UpsertOrganizationFolderIPRestrictionResponseSchema, UpsertOrganizationIPRestrictionRequestSchema, UpsertOrganizationIPRestrictionResponseSchema } from "./workspace_pb.mjs";
|
|
2
|
-
import { CreateApplicationRequestSchema, CreateApplicationResponseSchema, DeleteApplicationRequestSchema, DeleteApplicationResponseSchema, GetApplicationRequestSchema, GetApplicationResponseSchema, GetApplicationSchemaHealthRequestSchema, GetApplicationSchemaHealthResponseSchema, ListApplicationsRequestSchema, ListApplicationsResponseSchema, UpdateApplicationRequestSchema, UpdateApplicationResponseSchema } from "./application_pb.mjs";
|
|
2
|
+
import { CloneApplicationDataRequestSchema, CloneApplicationDataResponseSchema, CreateApplicationRequestSchema, CreateApplicationResponseSchema, DeleteApplicationRequestSchema, DeleteApplicationResponseSchema, GetApplicationRequestSchema, GetApplicationResponseSchema, GetApplicationSchemaHealthRequestSchema, GetApplicationSchemaHealthResponseSchema, GetCloneApplicationDataOperationRequestSchema, GetCloneApplicationDataOperationResponseSchema, ListApplicationsRequestSchema, ListApplicationsResponseSchema, UpdateApplicationRequestSchema, UpdateApplicationResponseSchema } from "./application_pb.mjs";
|
|
3
3
|
import { CreateAIGatewayRequestSchema, CreateAIGatewayResponseSchema, DeleteAIGatewayRequestSchema, DeleteAIGatewayResponseSchema, GetAIGatewayRequestSchema, GetAIGatewayResponseSchema, ListAIGatewaysRequestSchema, ListAIGatewaysResponseSchema, UpdateAIGatewayRequestSchema, UpdateAIGatewayResponseSchema } from "./aigateway_pb.mjs";
|
|
4
4
|
import { ComposeTailorDBSDLRequestSchema, ComposeTailorDBSDLResponseSchema, CreateTailorDBGQLPermissionRequestSchema, CreateTailorDBGQLPermissionResponseSchema, CreateTailorDBServiceRequestSchema, CreateTailorDBServiceResponseSchema, CreateTailorDBTypeRequestSchema, CreateTailorDBTypeResponseSchema, DeleteTailorDBGQLPermissionRequestSchema, DeleteTailorDBGQLPermissionResponseSchema, DeleteTailorDBServiceRequestSchema, DeleteTailorDBServiceResponseSchema, DeleteTailorDBTypeRequestSchema, DeleteTailorDBTypeResponseSchema, GetTailorDBGQLPermissionRequestSchema, GetTailorDBGQLPermissionResponseSchema, GetTailorDBServiceRequestSchema, GetTailorDBServiceResponseSchema, GetTailorDBTypeRequestSchema, GetTailorDBTypeResponseSchema, ListTailorDBGQLPermissionsRequestSchema, ListTailorDBGQLPermissionsResponseSchema, ListTailorDBServicesRequestSchema, ListTailorDBServicesResponseSchema, ListTailorDBTypesRequestSchema, ListTailorDBTypesResponseSchema, TruncateTailorDBTypeRequestSchema, TruncateTailorDBTypeResponseSchema, TruncateTailorDBTypesRequestSchema, TruncateTailorDBTypesResponseSchema, UpdateTailorDBGQLPermissionRequestSchema, UpdateTailorDBGQLPermissionResponseSchema, UpdateTailorDBServiceRequestSchema, UpdateTailorDBServiceResponseSchema, UpdateTailorDBTypeRequestSchema, UpdateTailorDBTypeResponseSchema } from "./tailordb_pb.mjs";
|
|
5
5
|
import { ComposePipelineSDLRequestSchema, ComposePipelineSDLResponseSchema, CreatePipelineResolverRequestSchema, CreatePipelineResolverResponseSchema, CreatePipelineServiceRequestSchema, CreatePipelineServiceResponseSchema, DeletePipelineResolverRequestSchema, DeletePipelineResolverResponseSchema, DeletePipelineServiceRequestSchema, DeletePipelineServiceResponseSchema, GetPipelineResolverExecutionResultRequestSchema, GetPipelineResolverExecutionResultResponseSchema, GetPipelineResolverRequestSchema, GetPipelineResolverResponseSchema, GetPipelineServiceRequestSchema, GetPipelineServiceResponseSchema, ListPipelineResolverExecutionResultsRequestSchema, ListPipelineResolverExecutionResultsResponseSchema, ListPipelineResolversRequestSchema, ListPipelineResolversResponseSchema, ListPipelineServicesRequestSchema, ListPipelineServicesResponseSchema, RestartPipelineResolverRequestSchema, RestartPipelineResolverResponseSchema, UpdatePipelineResolverRequestSchema, UpdatePipelineResolverResponseSchema, UpdatePipelineServiceRequestSchema, UpdatePipelineServiceResponseSchema } from "./pipeline_pb.mjs";
|
|
@@ -8,12 +8,12 @@ import { CreateExecutorExecutorRequestSchema, CreateExecutorExecutorResponseSche
|
|
|
8
8
|
import { CreateSecretManagerSecretRequestSchema, CreateSecretManagerSecretResponseSchema, CreateSecretManagerVaultRequestSchema, CreateSecretManagerVaultResponseSchema, DeleteSecretManagerSecretRequestSchema, DeleteSecretManagerSecretResponseSchema, DeleteSecretManagerVaultRequestSchema, DeleteSecretManagerVaultResponseSchema, GetSecretManagerSecretRequestSchema, GetSecretManagerSecretResponseSchema, GetSecretManagerVaultRequestSchema, GetSecretManagerVaultResponseSchema, ListSecretManagerSecretsRequestSchema, ListSecretManagerSecretsResponseSchema, ListSecretManagerVaultsRequestSchema, ListSecretManagerVaultsResponseSchema, UpdateSecretManagerSecretRequestSchema, UpdateSecretManagerSecretResponseSchema } from "./secret_manager_pb.mjs";
|
|
9
9
|
import { CreateAuthConnectionRequestSchema, CreateAuthConnectionResponseSchema, CreateAuthHookRequestSchema, CreateAuthHookResponseSchema, CreateAuthIDPConfigRequestSchema, CreateAuthIDPConfigResponseSchema, CreateAuthMachineUserRequestSchema, CreateAuthMachineUserResponseSchema, CreateAuthOAuth2ClientRequestSchema, CreateAuthOAuth2ClientResponseSchema, CreateAuthSCIMConfigRequestSchema, CreateAuthSCIMConfigResponseSchema, CreateAuthSCIMResourceRequestSchema, CreateAuthSCIMResourceResponseSchema, CreateAuthServiceRequestSchema, CreateAuthServiceResponseSchema, CreateControlplaneMachineUserRequestSchema, CreateControlplaneMachineUserResponseSchema, CreatePersonalAccessTokenRequestSchema, CreatePersonalAccessTokenResponseSchema, CreateTenantConfigRequestSchema, CreateTenantConfigResponseSchema, CreateUserProfileConfigRequestSchema, CreateUserProfileConfigResponseSchema, DeleteAuthConnectionRequestSchema, DeleteAuthConnectionResponseSchema, DeleteAuthHookRequestSchema, DeleteAuthHookResponseSchema, DeleteAuthIDPConfigRequestSchema, DeleteAuthIDPConfigResponseSchema, DeleteAuthMachineUserRequestSchema, DeleteAuthMachineUserResponseSchema, DeleteAuthOAuth2ClientRequestSchema, DeleteAuthOAuth2ClientResponseSchema, DeleteAuthSCIMConfigRequestSchema, DeleteAuthSCIMConfigResponseSchema, DeleteAuthSCIMResourceRequestSchema, DeleteAuthSCIMResourceResponseSchema, DeleteAuthServiceRequestSchema, DeleteAuthServiceResponseSchema, DeleteControlplaneMachineUserRequestSchema, DeleteControlplaneMachineUserResponseSchema, DeletePersonalAccessTokenRequestSchema, DeletePersonalAccessTokenResponseSchema, DeleteTenantConfigRequestSchema, DeleteTenantConfigResponseSchema, DeleteUserProfileConfigRequestSchema, DeleteUserProfileConfigResponseSchema, ExchangeAuthConnectionAuthorizationCodeRequestSchema, ExchangeAuthConnectionAuthorizationCodeResponseSchema, GetAuthHookRequestSchema, GetAuthHookResponseSchema, GetAuthIDPConfigRequestSchema, GetAuthIDPConfigResponseSchema, GetAuthMachineUserRequestSchema, GetAuthMachineUserResponseSchema, GetAuthOAuth2ClientRequestSchema, GetAuthOAuth2ClientResponseSchema, GetAuthSCIMConfigRequestSchema, GetAuthSCIMConfigResponseSchema, GetAuthSCIMResourceRequestSchema, GetAuthSCIMResourceResponseSchema, GetAuthSCIMResourcesRequestSchema, GetAuthSCIMResourcesResponseSchema, GetAuthServiceRequestSchema, GetAuthServiceResponseSchema, GetControlplaneMachineUserByNameRequestSchema, GetControlplaneMachineUserByNameResponseSchema, GetControlplaneMachineUserRequestSchema, GetControlplaneMachineUserResponseSchema, GetTenantConfigRequestSchema, GetTenantConfigResponseSchema, GetUserProfileConfigRequestSchema, GetUserProfileConfigResponseSchema, ListAuthConnectionsRequestSchema, ListAuthConnectionsResponseSchema, ListAuthIDPConfigsRequestSchema, ListAuthIDPConfigsResponseSchema, ListAuthMachineUsersRequestSchema, ListAuthMachineUsersResponseSchema, ListAuthOAuth2ClientsRequestSchema, ListAuthOAuth2ClientsResponseSchema, ListAuthServicesRequestSchema, ListAuthServicesResponseSchema, ListControlplaneMachineUsersRequestSchema, ListControlplaneMachineUsersResponseSchema, ListPersonalAccessTokensRequestSchema, ListPersonalAccessTokensResponseSchema, RegisterAuthConnectionSessionRequestSchema, RegisterAuthConnectionSessionResponseSchema, RevokeAuthConnectionRequestSchema, RevokeAuthConnectionResponseSchema, UpdateAuthConnectionRequestSchema, UpdateAuthConnectionResponseSchema, UpdateAuthHookRequestSchema, UpdateAuthHookResponseSchema, UpdateAuthIDPConfigRequestSchema, UpdateAuthIDPConfigResponseSchema, UpdateAuthMachineUserRequestSchema, UpdateAuthMachineUserResponseSchema, UpdateAuthOAuth2ClientRequestSchema, UpdateAuthOAuth2ClientResponseSchema, UpdateAuthSCIMConfigRequestSchema, UpdateAuthSCIMConfigResponseSchema, UpdateAuthSCIMResourceRequestSchema, UpdateAuthSCIMResourceResponseSchema, UpdateAuthServiceRequestSchema, UpdateAuthServiceResponseSchema, UpdateControlplaneMachineUserRequestSchema, UpdateControlplaneMachineUserResponseSchema, UpdateTenantConfigRequestSchema, UpdateTenantConfigResponseSchema, UpdateUserProfileConfigRequestSchema, UpdateUserProfileConfigResponseSchema } from "./auth_pb.mjs";
|
|
10
10
|
import { ListControlplaneActivityLogsRequestSchema, ListControlplaneActivityLogsResponseSchema, ListDataplaneEventsRequestSchema, ListDataplaneEventsResponseSchema } from "./events_pb.mjs";
|
|
11
|
-
import { GetFunctionExecutionRequestSchema, GetFunctionExecutionResponseSchema, ListFunctionExecutionsRequestSchema, ListFunctionExecutionsResponseSchema, TestExecScriptRequestSchema, TestExecScriptResponseSchema } from "./function_pb.mjs";
|
|
11
|
+
import { ExecScriptRequestSchema, ExecScriptResponseSchema, GetFunctionExecutionRequestSchema, GetFunctionExecutionResponseSchema, ListFunctionExecutionsRequestSchema, ListFunctionExecutionsResponseSchema, TestExecScriptRequestSchema, TestExecScriptResponseSchema } from "./function_pb.mjs";
|
|
12
12
|
import { CreateFunctionRegistryRequestSchema, CreateFunctionRegistryResponseSchema, DeleteFunctionRegistryRequestSchema, DeleteFunctionRegistryResponseSchema, DownloadFunctionRegistryScriptRequestSchema, DownloadFunctionRegistryScriptResponseSchema, GetFunctionRegistryRequestSchema, GetFunctionRegistryResponseSchema, ListFunctionRegistriesRequestSchema, ListFunctionRegistriesResponseSchema, UpdateFunctionRegistryRequestSchema, UpdateFunctionRegistryResponseSchema } from "./function_registry_pb.mjs";
|
|
13
13
|
import { ListMeterAITokenUsagesRequestSchema, ListMeterAITokenUsagesResponseSchema, ListMeterEventCountsRequestSchema, ListMeterEventCountsResponseSchema, ListMeterExecutionCountsRequestSchema, ListMeterExecutionCountsResponseSchema, ListMeterRequestCountsRequestSchema, ListMeterRequestCountsResponseSchema } from "./meter_pb.mjs";
|
|
14
14
|
import { CreateIdPClientRequestSchema, CreateIdPClientResponseSchema, CreateIdPServiceRequestSchema, CreateIdPServiceResponseSchema, DeleteIdPClientRequestSchema, DeleteIdPClientResponseSchema, DeleteIdPServiceRequestSchema, DeleteIdPServiceResponseSchema, GetIdPClientRequestSchema, GetIdPClientResponseSchema, GetIdPServiceRequestSchema, GetIdPServiceResponseSchema, ListIdPClientsRequestSchema, ListIdPClientsResponseSchema, ListIdPServicesRequestSchema, ListIdPServicesResponseSchema, UpdateIdPServiceRequestSchema, UpdateIdPServiceResponseSchema } from "./idp_pb.mjs";
|
|
15
15
|
import { AddCustomDomainRequestSchema, AddCustomDomainResponseSchema, CreateDeploymentRequestSchema, CreateDeploymentResponseSchema, CreateStaticWebsiteRequestSchema, CreateStaticWebsiteResponseSchema, DeleteStaticWebsiteRequestSchema, DeleteStaticWebsiteResponseSchema, GetCustomDomainRequestSchema, GetCustomDomainResponseSchema, GetStaticWebsiteRequestSchema, GetStaticWebsiteResponseSchema, ListCustomDomainsRequestSchema, ListCustomDomainsResponseSchema, ListStaticWebsitesRequestSchema, ListStaticWebsitesResponseSchema, PublishDeploymentRequestSchema, PublishDeploymentResponseSchema, RemoveCustomDomainRequestSchema, RemoveCustomDomainResponseSchema, UpdateStaticWebsiteRequestSchema, UpdateStaticWebsiteResponseSchema, UploadFileRequestSchema, UploadFileResponseSchema } from "./staticwebsite_pb.mjs";
|
|
16
|
-
import { CreateWorkflowJobFunctionExecutionPolicyRequestSchema, CreateWorkflowJobFunctionExecutionPolicyResponseSchema, CreateWorkflowJobFunctionRequestSchema, CreateWorkflowJobFunctionResponseSchema, CreateWorkflowRequestSchema, CreateWorkflowResponseSchema, DeleteWorkflowJobFunctionExecutionPolicyRequestSchema, DeleteWorkflowJobFunctionExecutionPolicyResponseSchema, DeleteWorkflowJobFunctionRequestSchema, DeleteWorkflowJobFunctionResponseSchema, DeleteWorkflowRequestSchema, DeleteWorkflowResponseSchema, GetWorkflowByNameRequestSchema, GetWorkflowByNameResponseSchema, GetWorkflowExecutionRequestSchema, GetWorkflowExecutionResponseSchema, GetWorkflowJobFunctionByNameRequestSchema, GetWorkflowJobFunctionByNameResponseSchema, GetWorkflowJobFunctionExecutionPolicyByKeyRequestSchema, GetWorkflowJobFunctionExecutionPolicyByKeyResponseSchema, GetWorkflowJobFunctionExecutionPolicyRequestSchema, GetWorkflowJobFunctionExecutionPolicyResponseSchema, GetWorkflowJobFunctionRequestSchema, GetWorkflowJobFunctionResponseSchema, GetWorkflowRequestSchema, GetWorkflowResponseSchema, ListWorkflowExecutionsRequestSchema, ListWorkflowExecutionsResponseSchema, ListWorkflowJobFunctionExecutionPoliciesRequestSchema, ListWorkflowJobFunctionExecutionPoliciesResponseSchema, ListWorkflowJobFunctionsRequestSchema, ListWorkflowJobFunctionsResponseSchema, ListWorkflowsRequestSchema, ListWorkflowsResponseSchema, TestResumeWorkflowRequestSchema, TestResumeWorkflowResponseSchema, TestStartWorkflowRequestSchema, TestStartWorkflowResponseSchema, UpdateWorkflowJobFunctionExecutionPolicyRequestSchema, UpdateWorkflowJobFunctionExecutionPolicyResponseSchema, UpdateWorkflowJobFunctionRequestSchema, UpdateWorkflowJobFunctionResponseSchema, UpdateWorkflowRequestSchema, UpdateWorkflowResponseSchema } from "./workflow_pb.mjs";
|
|
16
|
+
import { CreateWorkflowJobFunctionExecutionPolicyRequestSchema, CreateWorkflowJobFunctionExecutionPolicyResponseSchema, CreateWorkflowJobFunctionRequestSchema, CreateWorkflowJobFunctionResponseSchema, CreateWorkflowRequestSchema, CreateWorkflowResponseSchema, DeleteWorkflowJobFunctionExecutionPolicyRequestSchema, DeleteWorkflowJobFunctionExecutionPolicyResponseSchema, DeleteWorkflowJobFunctionRequestSchema, DeleteWorkflowJobFunctionResponseSchema, DeleteWorkflowRequestSchema, DeleteWorkflowResponseSchema, GetWorkflowByNameRequestSchema, GetWorkflowByNameResponseSchema, GetWorkflowExecutionRequestSchema, GetWorkflowExecutionResponseSchema, GetWorkflowJobFunctionByNameRequestSchema, GetWorkflowJobFunctionByNameResponseSchema, GetWorkflowJobFunctionExecutionPolicyByKeyRequestSchema, GetWorkflowJobFunctionExecutionPolicyByKeyResponseSchema, GetWorkflowJobFunctionExecutionPolicyRequestSchema, GetWorkflowJobFunctionExecutionPolicyResponseSchema, GetWorkflowJobFunctionRequestSchema, GetWorkflowJobFunctionResponseSchema, GetWorkflowRequestSchema, GetWorkflowResponseSchema, ListWorkflowExecutionsRequestSchema, ListWorkflowExecutionsResponseSchema, ListWorkflowJobFunctionExecutionPoliciesRequestSchema, ListWorkflowJobFunctionExecutionPoliciesResponseSchema, ListWorkflowJobFunctionsRequestSchema, ListWorkflowJobFunctionsResponseSchema, ListWorkflowsRequestSchema, ListWorkflowsResponseSchema, ResumeWorkflowExecutionRequestSchema, ResumeWorkflowExecutionResponseSchema, StartWorkflowRequestSchema, StartWorkflowResponseSchema, TestResumeWorkflowRequestSchema, TestResumeWorkflowResponseSchema, TestStartWorkflowRequestSchema, TestStartWorkflowResponseSchema, UpdateWorkflowJobFunctionExecutionPolicyRequestSchema, UpdateWorkflowJobFunctionExecutionPolicyResponseSchema, UpdateWorkflowJobFunctionRequestSchema, UpdateWorkflowJobFunctionResponseSchema, UpdateWorkflowRequestSchema, UpdateWorkflowResponseSchema } from "./workflow_pb.mjs";
|
|
17
17
|
import { GetMetadataRequestSchema, GetMetadataResponseSchema, SetMetadataRequestSchema, SetMetadataResponseSchema } from "./metadata_pb.mjs";
|
|
18
18
|
import { CreateOTLPExporterRequestSchema, CreateOTLPExporterResponseSchema, CreateResourceAttributesConfigRequestSchema, CreateResourceAttributesConfigResponseSchema, DeleteOTLPExporterRequestSchema, DeleteOTLPExporterResponseSchema, DeleteResourceAttributesConfigRequestSchema, DeleteResourceAttributesConfigResponseSchema, GetOTLPExporterRequestSchema, GetOTLPExporterResponseSchema, GetResourceAttributesConfigRequestSchema, GetResourceAttributesConfigResponseSchema, ListOTLPExportersRequestSchema, ListOTLPExportersResponseSchema, TestOTLPExporterRequestSchema, TestOTLPExporterResponseSchema, UpdateOTLPExporterRequestSchema, UpdateOTLPExporterResponseSchema, UpdateResourceAttributesConfigRequestSchema, UpdateResourceAttributesConfigResponseSchema } from "./telemetryrouter_pb.mjs";
|
|
19
19
|
import { GenMessage, GenService } from "@bufbuild/protobuf/codegenv2";
|
|
@@ -925,6 +925,39 @@ declare const OperatorService: GenService<{
|
|
|
925
925
|
input: typeof GetApplicationSchemaHealthRequestSchema;
|
|
926
926
|
output: typeof GetApplicationSchemaHealthResponseSchema;
|
|
927
927
|
};
|
|
928
|
+
/**
|
|
929
|
+
* CloneApplicationData clones data for an application from a source to a target.
|
|
930
|
+
* The RPC returns immediately and the clone runs asynchronously.
|
|
931
|
+
*
|
|
932
|
+
* [Errors]
|
|
933
|
+
* - Unauthenticated: token is missing, expired, or invalid
|
|
934
|
+
* - Unimplemented: feature flag is disabled
|
|
935
|
+
* - InvalidArgument: request is invalid
|
|
936
|
+
* - NotFound: workspace or application does not exist or cannot be accessed
|
|
937
|
+
* - FailedPrecondition: cross-region clone or namespace mismatch
|
|
938
|
+
*
|
|
939
|
+
* @generated from rpc tailor.v1.OperatorService.CloneApplicationData
|
|
940
|
+
*/
|
|
941
|
+
cloneApplicationData: {
|
|
942
|
+
methodKind: "unary";
|
|
943
|
+
input: typeof CloneApplicationDataRequestSchema;
|
|
944
|
+
output: typeof CloneApplicationDataResponseSchema;
|
|
945
|
+
};
|
|
946
|
+
/**
|
|
947
|
+
* GetCloneApplicationDataOperation returns the status of a clone operation.
|
|
948
|
+
*
|
|
949
|
+
* [Errors]
|
|
950
|
+
* - Unauthenticated: token is missing, expired, or invalid
|
|
951
|
+
* - InvalidArgument: request is invalid
|
|
952
|
+
* - NotFound: operation does not exist
|
|
953
|
+
*
|
|
954
|
+
* @generated from rpc tailor.v1.OperatorService.GetCloneApplicationDataOperation
|
|
955
|
+
*/
|
|
956
|
+
getCloneApplicationDataOperation: {
|
|
957
|
+
methodKind: "unary";
|
|
958
|
+
input: typeof GetCloneApplicationDataOperationRequestSchema;
|
|
959
|
+
output: typeof GetCloneApplicationDataOperationResponseSchema;
|
|
960
|
+
};
|
|
928
961
|
/**
|
|
929
962
|
* CreateAIGateway creates a new AI Gateway in a given workspace.
|
|
930
963
|
*
|
|
@@ -2470,9 +2503,22 @@ declare const OperatorService: GenService<{
|
|
|
2470
2503
|
};
|
|
2471
2504
|
/**
|
|
2472
2505
|
* Function ---------------------------------------------------------
|
|
2473
|
-
*
|
|
2506
|
+
* ExecScript executes specified JavaScript code in which I/O operations are allowed and returns the result.
|
|
2507
|
+
*
|
|
2508
|
+
* @generated from rpc tailor.v1.OperatorService.ExecScript
|
|
2509
|
+
*/
|
|
2510
|
+
execScript: {
|
|
2511
|
+
methodKind: "unary";
|
|
2512
|
+
input: typeof ExecScriptRequestSchema;
|
|
2513
|
+
output: typeof ExecScriptResponseSchema;
|
|
2514
|
+
};
|
|
2515
|
+
/**
|
|
2516
|
+
* TestExecScript is the deprecated legacy alias of ExecScript, kept so tailorctl / Console callers can migrate on their own cadence.
|
|
2517
|
+
*
|
|
2518
|
+
* Deprecated: use ExecScript. Scheduled for removal ~N+2 releases after all callers migrate.
|
|
2474
2519
|
*
|
|
2475
2520
|
* @generated from rpc tailor.v1.OperatorService.TestExecScript
|
|
2521
|
+
* @deprecated
|
|
2476
2522
|
*/
|
|
2477
2523
|
testExecScript: {
|
|
2478
2524
|
methodKind: "unary";
|
|
@@ -3161,7 +3207,40 @@ declare const OperatorService: GenService<{
|
|
|
3161
3207
|
output: typeof ListWorkflowExecutionsResponseSchema;
|
|
3162
3208
|
};
|
|
3163
3209
|
/**
|
|
3164
|
-
*
|
|
3210
|
+
* StartWorkflow starts a workflow execution.
|
|
3211
|
+
*
|
|
3212
|
+
* [Errors]
|
|
3213
|
+
* - Unauthenticated: token is missing, expired, or invalid
|
|
3214
|
+
* - InvalidArgument: request is invalid
|
|
3215
|
+
* - NotFound: workflow does not exist or can not be accessed
|
|
3216
|
+
*
|
|
3217
|
+
* @generated from rpc tailor.v1.OperatorService.StartWorkflow
|
|
3218
|
+
*/
|
|
3219
|
+
startWorkflow: {
|
|
3220
|
+
methodKind: "unary";
|
|
3221
|
+
input: typeof StartWorkflowRequestSchema;
|
|
3222
|
+
output: typeof StartWorkflowResponseSchema;
|
|
3223
|
+
};
|
|
3224
|
+
/**
|
|
3225
|
+
* ResumeWorkflowExecution resumes a failed workflow execution.
|
|
3226
|
+
*
|
|
3227
|
+
* [Errors]
|
|
3228
|
+
* - Unauthenticated: token is missing, expired, or invalid
|
|
3229
|
+
* - InvalidArgument: request is invalid
|
|
3230
|
+
* - NotFound: execution does not exist or can not be accessed
|
|
3231
|
+
* - FailedPrecondition: execution is not in a resumable state
|
|
3232
|
+
*
|
|
3233
|
+
* @generated from rpc tailor.v1.OperatorService.ResumeWorkflowExecution
|
|
3234
|
+
*/
|
|
3235
|
+
resumeWorkflowExecution: {
|
|
3236
|
+
methodKind: "unary";
|
|
3237
|
+
input: typeof ResumeWorkflowExecutionRequestSchema;
|
|
3238
|
+
output: typeof ResumeWorkflowExecutionResponseSchema;
|
|
3239
|
+
};
|
|
3240
|
+
/**
|
|
3241
|
+
* TestStartWorkflow is the deprecated legacy alias of StartWorkflow, kept so tailorctl / Console callers can migrate on their own cadence.
|
|
3242
|
+
*
|
|
3243
|
+
* Deprecated: use StartWorkflow. Scheduled for removal ~N+2 releases after all callers migrate.
|
|
3165
3244
|
*
|
|
3166
3245
|
* [Errors]
|
|
3167
3246
|
* - Unauthenticated: token is missing, expired, or invalid
|
|
@@ -3169,6 +3248,7 @@ declare const OperatorService: GenService<{
|
|
|
3169
3248
|
* - NotFound: workflow does not exist or can not be accessed
|
|
3170
3249
|
*
|
|
3171
3250
|
* @generated from rpc tailor.v1.OperatorService.TestStartWorkflow
|
|
3251
|
+
* @deprecated
|
|
3172
3252
|
*/
|
|
3173
3253
|
testStartWorkflow: {
|
|
3174
3254
|
methodKind: "unary";
|
|
@@ -3176,7 +3256,9 @@ declare const OperatorService: GenService<{
|
|
|
3176
3256
|
output: typeof TestStartWorkflowResponseSchema;
|
|
3177
3257
|
};
|
|
3178
3258
|
/**
|
|
3179
|
-
* TestResumeWorkflow
|
|
3259
|
+
* TestResumeWorkflow is the deprecated legacy alias of ResumeWorkflowExecution, kept so tailorctl / Console callers can migrate on their own cadence.
|
|
3260
|
+
*
|
|
3261
|
+
* Deprecated: use ResumeWorkflowExecution. Scheduled for removal ~N+2 releases after all callers migrate.
|
|
3180
3262
|
*
|
|
3181
3263
|
* [Errors]
|
|
3182
3264
|
* - Unauthenticated: token is missing, expired, or invalid
|
|
@@ -3185,6 +3267,7 @@ declare const OperatorService: GenService<{
|
|
|
3185
3267
|
* - FailedPrecondition: execution is not in a resumable state
|
|
3186
3268
|
*
|
|
3187
3269
|
* @generated from rpc tailor.v1.OperatorService.TestResumeWorkflow
|
|
3270
|
+
* @deprecated
|
|
3188
3271
|
*/
|
|
3189
3272
|
testResumeWorkflow: {
|
|
3190
3273
|
methodKind: "unary";
|
|
@@ -77,9 +77,34 @@ declare type MetricsConfig = Message<"tailor.v1.MetricsConfig"> & {
|
|
|
77
77
|
*/
|
|
78
78
|
declare type LogsConfig = Message<"tailor.v1.LogsConfig"> & {
|
|
79
79
|
/**
|
|
80
|
+
* enabled toggles the logs signal for this exporter. Function logs are the
|
|
81
|
+
* default content of the logs signal.
|
|
82
|
+
*
|
|
80
83
|
* @generated from field: bool enabled = 1;
|
|
81
84
|
*/
|
|
82
85
|
enabled: boolean;
|
|
86
|
+
/**
|
|
87
|
+
* access_logs opts this exporter into API request access logs, an additional
|
|
88
|
+
* category of the logs signal. Subordinate to enabled: an exporter receives
|
|
89
|
+
* access logs iff OTLPExporter.enabled && logs.enabled && logs.access_logs.include.
|
|
90
|
+
*
|
|
91
|
+
* @generated from field: tailor.v1.AccessLogsConfig access_logs = 2;
|
|
92
|
+
*/
|
|
93
|
+
accessLogs?: AccessLogsConfig;
|
|
94
|
+
};
|
|
95
|
+
/**
|
|
96
|
+
* @generated from message tailor.v1.AccessLogsConfig
|
|
97
|
+
*/
|
|
98
|
+
declare type AccessLogsConfig = Message<"tailor.v1.AccessLogsConfig"> & {
|
|
99
|
+
/**
|
|
100
|
+
* include defaults to false; API request access logs are always collected at
|
|
101
|
+
* the gateway and streamed to the router, so this flag selects whether this
|
|
102
|
+
* exporter's destination receives them. Strictly opt-in because they carry a
|
|
103
|
+
* per-request ingest cost in the customer's backend.
|
|
104
|
+
*
|
|
105
|
+
* @generated from field: bool include = 1;
|
|
106
|
+
*/
|
|
107
|
+
include: boolean;
|
|
83
108
|
};
|
|
84
109
|
/**
|
|
85
110
|
* @generated from message tailor.v1.OTLPExporterAuthConfig
|
|
@@ -179,4 +204,4 @@ declare enum OTLPExporterProtocol {
|
|
|
179
204
|
OTLP_EXPORTER_PROTOCOL_HTTP = 2
|
|
180
205
|
}
|
|
181
206
|
//#endregion
|
|
182
|
-
export { LogsConfig, MetricsConfig, OTLPExporter, OTLPExporterApiKeyAuth, OTLPExporterAuthConfig, OTLPExporterBearerTokenAuth, OTLPExporterProtocol, ResourceAttributesConfig, TracesConfig };
|
|
207
|
+
export { AccessLogsConfig, LogsConfig, MetricsConfig, OTLPExporter, OTLPExporterApiKeyAuth, OTLPExporterAuthConfig, OTLPExporterBearerTokenAuth, OTLPExporterProtocol, ResourceAttributesConfig, TracesConfig };
|
|
@@ -34,6 +34,13 @@ declare type CreateWorkflowRequest = Message<"tailor.v1.CreateWorkflowRequest">
|
|
|
34
34
|
* @generated from field: optional tailor.v1.ConcurrencyPolicy concurrency_policy = 6;
|
|
35
35
|
*/
|
|
36
36
|
concurrencyPolicy?: ConcurrencyPolicy;
|
|
37
|
+
/**
|
|
38
|
+
* Enable publishing workflow-execution events
|
|
39
|
+
* (workflow.workflow_execution.*).
|
|
40
|
+
*
|
|
41
|
+
* @generated from field: bool publish_execution_events = 7;
|
|
42
|
+
*/
|
|
43
|
+
publishExecutionEvents: boolean;
|
|
37
44
|
};
|
|
38
45
|
/**
|
|
39
46
|
* Describes the message tailor.v1.CreateWorkflowRequest.
|
|
@@ -84,6 +91,13 @@ declare type UpdateWorkflowRequest = Message<"tailor.v1.UpdateWorkflowRequest">
|
|
|
84
91
|
* @generated from field: optional tailor.v1.ConcurrencyPolicy concurrency_policy = 6;
|
|
85
92
|
*/
|
|
86
93
|
concurrencyPolicy?: ConcurrencyPolicy;
|
|
94
|
+
/**
|
|
95
|
+
* Enable publishing workflow-execution events
|
|
96
|
+
* (workflow.workflow_execution.*).
|
|
97
|
+
*
|
|
98
|
+
* @generated from field: bool publish_execution_events = 7;
|
|
99
|
+
*/
|
|
100
|
+
publishExecutionEvents: boolean;
|
|
87
101
|
};
|
|
88
102
|
/**
|
|
89
103
|
* Describes the message tailor.v1.UpdateWorkflowRequest.
|
|
@@ -265,6 +279,13 @@ declare type CreateWorkflowJobFunctionRequest = Message<"tailor.v1.CreateWorkflo
|
|
|
265
279
|
* @generated from field: optional string script_ref = 4;
|
|
266
280
|
*/
|
|
267
281
|
scriptRef?: string;
|
|
282
|
+
/**
|
|
283
|
+
* Enable publishing job-execution events
|
|
284
|
+
* (workflow.workflow_execution.job_execution.*).
|
|
285
|
+
*
|
|
286
|
+
* @generated from field: bool publish_execution_events = 5;
|
|
287
|
+
*/
|
|
288
|
+
publishExecutionEvents: boolean;
|
|
268
289
|
};
|
|
269
290
|
/**
|
|
270
291
|
* Describes the message tailor.v1.CreateWorkflowJobFunctionRequest.
|
|
@@ -307,6 +328,13 @@ declare type UpdateWorkflowJobFunctionRequest = Message<"tailor.v1.UpdateWorkflo
|
|
|
307
328
|
* @generated from field: optional string script_ref = 4;
|
|
308
329
|
*/
|
|
309
330
|
scriptRef?: string;
|
|
331
|
+
/**
|
|
332
|
+
* Enable publishing job-execution events
|
|
333
|
+
* (workflow.workflow_execution.job_execution.*).
|
|
334
|
+
*
|
|
335
|
+
* @generated from field: bool publish_execution_events = 5;
|
|
336
|
+
*/
|
|
337
|
+
publishExecutionEvents: boolean;
|
|
310
338
|
};
|
|
311
339
|
/**
|
|
312
340
|
* Describes the message tailor.v1.UpdateWorkflowJobFunctionRequest.
|
|
@@ -633,6 +661,78 @@ declare type TestResumeWorkflowResponse = Message<"tailor.v1.TestResumeWorkflowR
|
|
|
633
661
|
* Use `create(TestResumeWorkflowResponseSchema)` to create a new message.
|
|
634
662
|
*/
|
|
635
663
|
declare const TestResumeWorkflowResponseSchema: GenMessage<TestResumeWorkflowResponse>;
|
|
664
|
+
/**
|
|
665
|
+
* @generated from message tailor.v1.StartWorkflowRequest
|
|
666
|
+
*/
|
|
667
|
+
declare type StartWorkflowRequest = Message<"tailor.v1.StartWorkflowRequest"> & {
|
|
668
|
+
/**
|
|
669
|
+
* @generated from field: string workspace_id = 1;
|
|
670
|
+
*/
|
|
671
|
+
workspaceId: string;
|
|
672
|
+
/**
|
|
673
|
+
* @generated from field: string workflow_id = 2;
|
|
674
|
+
*/
|
|
675
|
+
workflowId: string;
|
|
676
|
+
/**
|
|
677
|
+
* @generated from field: tailor.v1.AuthInvoker auth_invoker = 3;
|
|
678
|
+
*/
|
|
679
|
+
authInvoker?: AuthInvoker;
|
|
680
|
+
/**
|
|
681
|
+
* @generated from field: optional string arg = 4;
|
|
682
|
+
*/
|
|
683
|
+
arg?: string;
|
|
684
|
+
};
|
|
685
|
+
/**
|
|
686
|
+
* Describes the message tailor.v1.StartWorkflowRequest.
|
|
687
|
+
* Use `create(StartWorkflowRequestSchema)` to create a new message.
|
|
688
|
+
*/
|
|
689
|
+
declare const StartWorkflowRequestSchema: GenMessage<StartWorkflowRequest>;
|
|
690
|
+
/**
|
|
691
|
+
* @generated from message tailor.v1.StartWorkflowResponse
|
|
692
|
+
*/
|
|
693
|
+
declare type StartWorkflowResponse = Message<"tailor.v1.StartWorkflowResponse"> & {
|
|
694
|
+
/**
|
|
695
|
+
* @generated from field: string execution_id = 1;
|
|
696
|
+
*/
|
|
697
|
+
executionId: string;
|
|
698
|
+
};
|
|
699
|
+
/**
|
|
700
|
+
* Describes the message tailor.v1.StartWorkflowResponse.
|
|
701
|
+
* Use `create(StartWorkflowResponseSchema)` to create a new message.
|
|
702
|
+
*/
|
|
703
|
+
declare const StartWorkflowResponseSchema: GenMessage<StartWorkflowResponse>;
|
|
704
|
+
/**
|
|
705
|
+
* @generated from message tailor.v1.ResumeWorkflowExecutionRequest
|
|
706
|
+
*/
|
|
707
|
+
declare type ResumeWorkflowExecutionRequest = Message<"tailor.v1.ResumeWorkflowExecutionRequest"> & {
|
|
708
|
+
/**
|
|
709
|
+
* @generated from field: string workspace_id = 1;
|
|
710
|
+
*/
|
|
711
|
+
workspaceId: string;
|
|
712
|
+
/**
|
|
713
|
+
* @generated from field: string execution_id = 2;
|
|
714
|
+
*/
|
|
715
|
+
executionId: string;
|
|
716
|
+
};
|
|
717
|
+
/**
|
|
718
|
+
* Describes the message tailor.v1.ResumeWorkflowExecutionRequest.
|
|
719
|
+
* Use `create(ResumeWorkflowExecutionRequestSchema)` to create a new message.
|
|
720
|
+
*/
|
|
721
|
+
declare const ResumeWorkflowExecutionRequestSchema: GenMessage<ResumeWorkflowExecutionRequest>;
|
|
722
|
+
/**
|
|
723
|
+
* @generated from message tailor.v1.ResumeWorkflowExecutionResponse
|
|
724
|
+
*/
|
|
725
|
+
declare type ResumeWorkflowExecutionResponse = Message<"tailor.v1.ResumeWorkflowExecutionResponse"> & {
|
|
726
|
+
/**
|
|
727
|
+
* @generated from field: string execution_id = 1;
|
|
728
|
+
*/
|
|
729
|
+
executionId: string;
|
|
730
|
+
};
|
|
731
|
+
/**
|
|
732
|
+
* Describes the message tailor.v1.ResumeWorkflowExecutionResponse.
|
|
733
|
+
* Use `create(ResumeWorkflowExecutionResponseSchema)` to create a new message.
|
|
734
|
+
*/
|
|
735
|
+
declare const ResumeWorkflowExecutionResponseSchema: GenMessage<ResumeWorkflowExecutionResponse>;
|
|
636
736
|
/**
|
|
637
737
|
* @generated from message tailor.v1.CreateWorkflowJobFunctionExecutionPolicyRequest
|
|
638
738
|
*/
|
|
@@ -858,4 +958,4 @@ declare type ListWorkflowJobFunctionExecutionPoliciesResponse = Message<"tailor.
|
|
|
858
958
|
*/
|
|
859
959
|
declare const ListWorkflowJobFunctionExecutionPoliciesResponseSchema: GenMessage<ListWorkflowJobFunctionExecutionPoliciesResponse>;
|
|
860
960
|
//#endregion
|
|
861
|
-
export { CreateWorkflowJobFunctionExecutionPolicyRequest, CreateWorkflowJobFunctionExecutionPolicyRequestSchema, CreateWorkflowJobFunctionExecutionPolicyResponse, CreateWorkflowJobFunctionExecutionPolicyResponseSchema, CreateWorkflowJobFunctionRequest, CreateWorkflowJobFunctionRequestSchema, CreateWorkflowJobFunctionResponse, CreateWorkflowJobFunctionResponseSchema, CreateWorkflowRequest, CreateWorkflowRequestSchema, CreateWorkflowResponse, CreateWorkflowResponseSchema, DeleteWorkflowJobFunctionExecutionPolicyRequest, DeleteWorkflowJobFunctionExecutionPolicyRequestSchema, DeleteWorkflowJobFunctionExecutionPolicyResponse, DeleteWorkflowJobFunctionExecutionPolicyResponseSchema, DeleteWorkflowJobFunctionRequest, DeleteWorkflowJobFunctionRequestSchema, DeleteWorkflowJobFunctionResponse, DeleteWorkflowJobFunctionResponseSchema, DeleteWorkflowRequest, DeleteWorkflowRequestSchema, DeleteWorkflowResponse, DeleteWorkflowResponseSchema, GetWorkflowByNameRequest, GetWorkflowByNameRequestSchema, GetWorkflowByNameResponse, GetWorkflowByNameResponseSchema, GetWorkflowExecutionRequest, GetWorkflowExecutionRequestSchema, GetWorkflowExecutionResponse, GetWorkflowExecutionResponseSchema, GetWorkflowJobFunctionByNameRequest, GetWorkflowJobFunctionByNameRequestSchema, GetWorkflowJobFunctionByNameResponse, GetWorkflowJobFunctionByNameResponseSchema, GetWorkflowJobFunctionExecutionPolicyByKeyRequest, GetWorkflowJobFunctionExecutionPolicyByKeyRequestSchema, GetWorkflowJobFunctionExecutionPolicyByKeyResponse, GetWorkflowJobFunctionExecutionPolicyByKeyResponseSchema, GetWorkflowJobFunctionExecutionPolicyRequest, GetWorkflowJobFunctionExecutionPolicyRequestSchema, GetWorkflowJobFunctionExecutionPolicyResponse, GetWorkflowJobFunctionExecutionPolicyResponseSchema, GetWorkflowJobFunctionRequest, GetWorkflowJobFunctionRequestSchema, GetWorkflowJobFunctionResponse, GetWorkflowJobFunctionResponseSchema, GetWorkflowRequest, GetWorkflowRequestSchema, GetWorkflowResponse, GetWorkflowResponseSchema, ListWorkflowExecutionsRequest, ListWorkflowExecutionsRequestSchema, ListWorkflowExecutionsResponse, ListWorkflowExecutionsResponseSchema, ListWorkflowJobFunctionExecutionPoliciesRequest, ListWorkflowJobFunctionExecutionPoliciesRequestSchema, ListWorkflowJobFunctionExecutionPoliciesResponse, ListWorkflowJobFunctionExecutionPoliciesResponseSchema, ListWorkflowJobFunctionsRequest, ListWorkflowJobFunctionsRequestSchema, ListWorkflowJobFunctionsResponse, ListWorkflowJobFunctionsResponseSchema, ListWorkflowsRequest, ListWorkflowsRequestSchema, ListWorkflowsResponse, ListWorkflowsResponseSchema, TestResumeWorkflowRequest, TestResumeWorkflowRequestSchema, TestResumeWorkflowResponse, TestResumeWorkflowResponseSchema, TestStartWorkflowRequest, TestStartWorkflowRequestSchema, TestStartWorkflowResponse, TestStartWorkflowResponseSchema, UpdateWorkflowJobFunctionExecutionPolicyRequest, UpdateWorkflowJobFunctionExecutionPolicyRequestSchema, UpdateWorkflowJobFunctionExecutionPolicyResponse, UpdateWorkflowJobFunctionExecutionPolicyResponseSchema, UpdateWorkflowJobFunctionRequest, UpdateWorkflowJobFunctionRequestSchema, UpdateWorkflowJobFunctionResponse, UpdateWorkflowJobFunctionResponseSchema, UpdateWorkflowRequest, UpdateWorkflowRequestSchema, UpdateWorkflowResponse, UpdateWorkflowResponseSchema };
|
|
961
|
+
export { CreateWorkflowJobFunctionExecutionPolicyRequest, CreateWorkflowJobFunctionExecutionPolicyRequestSchema, CreateWorkflowJobFunctionExecutionPolicyResponse, CreateWorkflowJobFunctionExecutionPolicyResponseSchema, CreateWorkflowJobFunctionRequest, CreateWorkflowJobFunctionRequestSchema, CreateWorkflowJobFunctionResponse, CreateWorkflowJobFunctionResponseSchema, CreateWorkflowRequest, CreateWorkflowRequestSchema, CreateWorkflowResponse, CreateWorkflowResponseSchema, DeleteWorkflowJobFunctionExecutionPolicyRequest, DeleteWorkflowJobFunctionExecutionPolicyRequestSchema, DeleteWorkflowJobFunctionExecutionPolicyResponse, DeleteWorkflowJobFunctionExecutionPolicyResponseSchema, DeleteWorkflowJobFunctionRequest, DeleteWorkflowJobFunctionRequestSchema, DeleteWorkflowJobFunctionResponse, DeleteWorkflowJobFunctionResponseSchema, DeleteWorkflowRequest, DeleteWorkflowRequestSchema, DeleteWorkflowResponse, DeleteWorkflowResponseSchema, GetWorkflowByNameRequest, GetWorkflowByNameRequestSchema, GetWorkflowByNameResponse, GetWorkflowByNameResponseSchema, GetWorkflowExecutionRequest, GetWorkflowExecutionRequestSchema, GetWorkflowExecutionResponse, GetWorkflowExecutionResponseSchema, GetWorkflowJobFunctionByNameRequest, GetWorkflowJobFunctionByNameRequestSchema, GetWorkflowJobFunctionByNameResponse, GetWorkflowJobFunctionByNameResponseSchema, GetWorkflowJobFunctionExecutionPolicyByKeyRequest, GetWorkflowJobFunctionExecutionPolicyByKeyRequestSchema, GetWorkflowJobFunctionExecutionPolicyByKeyResponse, GetWorkflowJobFunctionExecutionPolicyByKeyResponseSchema, GetWorkflowJobFunctionExecutionPolicyRequest, GetWorkflowJobFunctionExecutionPolicyRequestSchema, GetWorkflowJobFunctionExecutionPolicyResponse, GetWorkflowJobFunctionExecutionPolicyResponseSchema, GetWorkflowJobFunctionRequest, GetWorkflowJobFunctionRequestSchema, GetWorkflowJobFunctionResponse, GetWorkflowJobFunctionResponseSchema, GetWorkflowRequest, GetWorkflowRequestSchema, GetWorkflowResponse, GetWorkflowResponseSchema, ListWorkflowExecutionsRequest, ListWorkflowExecutionsRequestSchema, ListWorkflowExecutionsResponse, ListWorkflowExecutionsResponseSchema, ListWorkflowJobFunctionExecutionPoliciesRequest, ListWorkflowJobFunctionExecutionPoliciesRequestSchema, ListWorkflowJobFunctionExecutionPoliciesResponse, ListWorkflowJobFunctionExecutionPoliciesResponseSchema, ListWorkflowJobFunctionsRequest, ListWorkflowJobFunctionsRequestSchema, ListWorkflowJobFunctionsResponse, ListWorkflowJobFunctionsResponseSchema, ListWorkflowsRequest, ListWorkflowsRequestSchema, ListWorkflowsResponse, ListWorkflowsResponseSchema, ResumeWorkflowExecutionRequest, ResumeWorkflowExecutionRequestSchema, ResumeWorkflowExecutionResponse, ResumeWorkflowExecutionResponseSchema, StartWorkflowRequest, StartWorkflowRequestSchema, StartWorkflowResponse, StartWorkflowResponseSchema, TestResumeWorkflowRequest, TestResumeWorkflowRequestSchema, TestResumeWorkflowResponse, TestResumeWorkflowResponseSchema, TestStartWorkflowRequest, TestStartWorkflowRequestSchema, TestStartWorkflowResponse, TestStartWorkflowResponseSchema, UpdateWorkflowJobFunctionExecutionPolicyRequest, UpdateWorkflowJobFunctionExecutionPolicyRequestSchema, UpdateWorkflowJobFunctionExecutionPolicyResponse, UpdateWorkflowJobFunctionExecutionPolicyResponseSchema, UpdateWorkflowJobFunctionRequest, UpdateWorkflowJobFunctionRequestSchema, UpdateWorkflowJobFunctionResponse, UpdateWorkflowJobFunctionResponseSchema, UpdateWorkflowRequest, UpdateWorkflowRequestSchema, UpdateWorkflowResponse, UpdateWorkflowResponseSchema };
|
|
@@ -32,6 +32,13 @@ declare type WorkflowJobFunction = Message<"tailor.v1.WorkflowJobFunction"> & {
|
|
|
32
32
|
* @generated from field: optional string script_ref = 6;
|
|
33
33
|
*/
|
|
34
34
|
scriptRef?: string;
|
|
35
|
+
/**
|
|
36
|
+
* Enable publishing job-execution events
|
|
37
|
+
* (workflow.workflow_execution.job_execution.*). Default false (opt-in).
|
|
38
|
+
*
|
|
39
|
+
* @generated from field: bool publish_execution_events = 7;
|
|
40
|
+
*/
|
|
41
|
+
publishExecutionEvents: boolean;
|
|
35
42
|
};
|
|
36
43
|
/**
|
|
37
44
|
* WorkflowJobFunctionSummary is the lightweight projection of WorkflowJobFunction
|
|
@@ -59,6 +66,13 @@ declare type WorkflowJobFunctionSummary = Message<"tailor.v1.WorkflowJobFunction
|
|
|
59
66
|
* @generated from field: google.protobuf.Timestamp created_at = 5;
|
|
60
67
|
*/
|
|
61
68
|
createdAt?: Timestamp;
|
|
69
|
+
/**
|
|
70
|
+
* Enable publishing job-execution events
|
|
71
|
+
* (workflow.workflow_execution.job_execution.*). Default false (opt-in).
|
|
72
|
+
*
|
|
73
|
+
* @generated from field: bool publish_execution_events = 7;
|
|
74
|
+
*/
|
|
75
|
+
publishExecutionEvents: boolean;
|
|
62
76
|
};
|
|
63
77
|
/**
|
|
64
78
|
* @generated from message tailor.v1.ConcurrencyPolicy
|
|
@@ -130,11 +144,18 @@ declare type Workflow = Message<"tailor.v1.Workflow"> & {
|
|
|
130
144
|
* @generated from field: optional tailor.v1.ConcurrencyPolicy concurrency_policy = 8;
|
|
131
145
|
*/
|
|
132
146
|
concurrencyPolicy?: ConcurrencyPolicy;
|
|
147
|
+
/**
|
|
148
|
+
* Enable publishing workflow-execution events
|
|
149
|
+
* (workflow.workflow_execution.*). Default false (opt-in).
|
|
150
|
+
*
|
|
151
|
+
* @generated from field: bool publish_execution_events = 9;
|
|
152
|
+
*/
|
|
153
|
+
publishExecutionEvents: boolean;
|
|
133
154
|
};
|
|
134
155
|
/**
|
|
135
156
|
* WorkflowJobFunctionExecutionPolicy defines a runtime concurrency limit shared by
|
|
136
157
|
* any job function invocation that specifies a matching execution_policy_key in
|
|
137
|
-
*
|
|
158
|
+
* execJobFunction(). The same key can be referenced by multiple job functions
|
|
138
159
|
* across different workflows; they all share the same concurrency pool within the workspace.
|
|
139
160
|
*
|
|
140
161
|
* @generated from message tailor.v1.WorkflowJobFunctionExecutionPolicy
|
|
@@ -55,8 +55,28 @@ type AuthAccessTokenTrigger = {
|
|
|
55
55
|
/** Auth access token event types to trigger on */
|
|
56
56
|
events: ("auth.access_token.issued" | "auth.access_token.refreshed" | "auth.access_token.revoked")[];
|
|
57
57
|
};
|
|
58
|
-
type
|
|
59
|
-
|
|
58
|
+
type WorkflowExecutionTrigger = {
|
|
59
|
+
/** Workflow execution event trigger */
|
|
60
|
+
kind: "workflowExecution";
|
|
61
|
+
/** Workflow execution event types to trigger on */
|
|
62
|
+
events: ("workflow.workflow_execution.started" | "workflow.workflow_execution.completed" | "workflow.workflow_execution.retried" | "workflow.workflow_execution.resumed" | "workflow.workflow_execution.wait_started" | "workflow.workflow_execution.wait_resolved")[];
|
|
63
|
+
/** Workflow name to subscribe to. */
|
|
64
|
+
workflowName: string;
|
|
65
|
+
/** Condition function to filter events */
|
|
66
|
+
condition?: Function | undefined;
|
|
67
|
+
};
|
|
68
|
+
type WorkflowJobExecutionTrigger = {
|
|
69
|
+
/** Workflow job execution event trigger */
|
|
70
|
+
kind: "workflowJobExecution";
|
|
71
|
+
/** Workflow job execution event types to trigger on */
|
|
72
|
+
events: ("workflow.workflow_execution.job_execution.started" | "workflow.workflow_execution.job_execution.completed" | "workflow.workflow_execution.job_execution.wait_started" | "workflow.workflow_execution.job_execution.wait_resolved")[];
|
|
73
|
+
/** Workflow name to subscribe to. */
|
|
74
|
+
workflowName: string;
|
|
75
|
+
/** Condition function to filter events */
|
|
76
|
+
condition?: Function | undefined;
|
|
77
|
+
};
|
|
78
|
+
type TriggerInput = TailorDBTrigger | ResolverExecutedTrigger | ScheduleTriggerInput | IncomingWebhookTrigger | IdpUserTrigger | AuthAccessTokenTrigger | WorkflowExecutionTrigger | WorkflowJobExecutionTrigger;
|
|
79
|
+
type Trigger = TailorDBTrigger | ResolverExecutedTrigger | ScheduleTrigger | IncomingWebhookTrigger | IdpUserTrigger | AuthAccessTokenTrigger | WorkflowExecutionTrigger | WorkflowJobExecutionTrigger;
|
|
60
80
|
type FunctionOperation = {
|
|
61
81
|
kind: "function" | "jobFunction";
|
|
62
82
|
/** Function implementation */
|
|
@@ -185,4 +205,4 @@ type Executor = {
|
|
|
185
205
|
description?: string | undefined;
|
|
186
206
|
};
|
|
187
207
|
//#endregion
|
|
188
|
-
export { AuthAccessTokenTrigger, Executor, ExecutorInput, FunctionOperation, GqlOperation, IdpUserTrigger, IncomingWebhookTrigger, IncomingWebhookTriggerResponse, ResolverExecutedTrigger, ScheduleTrigger, ScheduleTriggerInput, TailorDBTrigger, Trigger, TriggerInput, WebhookOperation, WorkflowOperation };
|
|
208
|
+
export { AuthAccessTokenTrigger, Executor, ExecutorInput, FunctionOperation, GqlOperation, IdpUserTrigger, IncomingWebhookTrigger, IncomingWebhookTriggerResponse, ResolverExecutedTrigger, ScheduleTrigger, ScheduleTriggerInput, TailorDBTrigger, Trigger, TriggerInput, WebhookOperation, WorkflowExecutionTrigger, WorkflowJobExecutionTrigger, WorkflowOperation };
|
|
@@ -132,7 +132,7 @@ const ApplicationSchemaUpdateAttemptStatus = /*@__PURE__*/ tsEnum(ApplicationSch
|
|
|
132
132
|
/**
|
|
133
133
|
* Describes the file tailor/v1/application.proto.
|
|
134
134
|
*/
|
|
135
|
-
const file_tailor_v1_application = /*@__PURE__*/ fileDesc("Cht0YWlsb3IvdjEvYXBwbGljYXRpb24ucHJvdG8SCXRhaWxvci52MSLCAwoYQ3JlYXRlQXBwbGljYXRpb25SZXF1ZXN0Eh4KDHdvcmtzcGFjZV9pZBgBIAEoCUIIukgFcgOwAQESQgoQYXBwbGljYXRpb25fbmFtZRgCIAEoCUIoukglciMyIV5bYS16MC05XVthLXowLTktXXsxLDI4fVthLXowLTldJBJDCg5hdXRoX25hbWVzcGFjZRgDIAEoCUIrukgociYyJF4oW2EtejAtOV1bYS16MC05LV17MSw2MX1bYS16MC05XSk/JBJJChRhdXRoX2lkcF9jb25maWdfbmFtZRgEIAEoCUIrukgociYyJF4oW2EtejAtOV1bYS16MC05LV17MSw2MX1bYS16MC05XSk/JBIMCgRjb3JzGAUgAygJEiYKCXN1YmdyYXBocxgGIAMoCzITLnRhaWxvci52MS5TdWJncmFwaBIcChRhbGxvd2VkX2lwX2FkZHJlc3NlcxgHIAMoCRIdChVkaXNhYmxlX2ludHJvc3BlY3Rpb24YCCABKAgSEAoIZGlzYWJsZWQYCSABKAgSLQoNaHR0cF9hZGFwdGVycxgKIAMoCzIWLnRhaWxvci52MS5IdHRwQWRhcHRlciJIChlDcmVhdGVBcHBsaWNhdGlvblJlc3BvbnNlEisKC2FwcGxpY2F0aW9uGAEgASgLMhYudGFpbG9yLnYxLkFwcGxpY2F0aW9uIoQFChhVcGRhdGVBcHBsaWNhdGlvblJlcXVlc3QSHgoMd29ya3NwYWNlX2lkGAEgASgJQgi6SAVyA7ABARJCChBhcHBsaWNhdGlvbl9uYW1lGAIgASgJQii6SCVyIzIhXlthLXowLTldW2EtejAtOS1dezEsMjh9W2EtejAtOV0kEkMKDmF1dGhfbmFtZXNwYWNlGAMgASgJQiu6SChyJjIkXihbYS16MC05XVthLXowLTktXXsxLDYxfVthLXowLTldKT8kEkkKFGF1dGhfaWRwX2NvbmZpZ19uYW1lGAQgASgJQiu6SChyJjIkXihbYS16MC05XVthLXowLTktXXsxLDYxfVthLXowLTldKT8kEgwKBGNvcnMYBSADKAkSJgoJc3ViZ3JhcGhzGAYgAygLMhMudGFpbG9yLnYxLlN1YmdyYXBoEhwKFGFsbG93ZWRfaXBfYWRkcmVzc2VzGAcgAygJEh0KFWRpc2FibGVfaW50cm9zcGVjdGlvbhgIIAEoCBIQCghkaXNhYmxlZBgJIAEoCBItCg1odHRwX2FkYXB0ZXJzGAogAygLMhYudGFpbG9yLnYxLkh0dHBBZGFwdGVyEr8BCgt1cGRhdGVfbWFzaxhkIAEoCzIaLmdvb2dsZS5wcm90b2J1Zi5GaWVsZE1hc2tCjQGK+SsVZGlzYWJsZV9pbnRyb3NwZWN0aW9uivkrCGRpc2FibGVkivkrDmF1dGhfbmFtZXNwYWNlivkrFGF1dGhfaWRwX2NvbmZpZ19uYW1livkrBGNvcnOK+SsJc3ViZ3JhcGhzivkrFGFsbG93ZWRfaXBfYWRkcmVzc2VzivkrDWh0dHBfYWRhcHRlcnMiSAoZVXBkYXRlQXBwbGljYXRpb25SZXNwb25zZRIrCgthcHBsaWNhdGlvbhgBIAEoCzIWLnRhaWxvci52MS5BcHBsaWNhdGlvbiJ+
|
|
135
|
+
const file_tailor_v1_application = /*@__PURE__*/ fileDesc("Cht0YWlsb3IvdjEvYXBwbGljYXRpb24ucHJvdG8SCXRhaWxvci52MSLCAwoYQ3JlYXRlQXBwbGljYXRpb25SZXF1ZXN0Eh4KDHdvcmtzcGFjZV9pZBgBIAEoCUIIukgFcgOwAQESQgoQYXBwbGljYXRpb25fbmFtZRgCIAEoCUIoukglciMyIV5bYS16MC05XVthLXowLTktXXsxLDI4fVthLXowLTldJBJDCg5hdXRoX25hbWVzcGFjZRgDIAEoCUIrukgociYyJF4oW2EtejAtOV1bYS16MC05LV17MSw2MX1bYS16MC05XSk/JBJJChRhdXRoX2lkcF9jb25maWdfbmFtZRgEIAEoCUIrukgociYyJF4oW2EtejAtOV1bYS16MC05LV17MSw2MX1bYS16MC05XSk/JBIMCgRjb3JzGAUgAygJEiYKCXN1YmdyYXBocxgGIAMoCzITLnRhaWxvci52MS5TdWJncmFwaBIcChRhbGxvd2VkX2lwX2FkZHJlc3NlcxgHIAMoCRIdChVkaXNhYmxlX2ludHJvc3BlY3Rpb24YCCABKAgSEAoIZGlzYWJsZWQYCSABKAgSLQoNaHR0cF9hZGFwdGVycxgKIAMoCzIWLnRhaWxvci52MS5IdHRwQWRhcHRlciJIChlDcmVhdGVBcHBsaWNhdGlvblJlc3BvbnNlEisKC2FwcGxpY2F0aW9uGAEgASgLMhYudGFpbG9yLnYxLkFwcGxpY2F0aW9uIoQFChhVcGRhdGVBcHBsaWNhdGlvblJlcXVlc3QSHgoMd29ya3NwYWNlX2lkGAEgASgJQgi6SAVyA7ABARJCChBhcHBsaWNhdGlvbl9uYW1lGAIgASgJQii6SCVyIzIhXlthLXowLTldW2EtejAtOS1dezEsMjh9W2EtejAtOV0kEkMKDmF1dGhfbmFtZXNwYWNlGAMgASgJQiu6SChyJjIkXihbYS16MC05XVthLXowLTktXXsxLDYxfVthLXowLTldKT8kEkkKFGF1dGhfaWRwX2NvbmZpZ19uYW1lGAQgASgJQiu6SChyJjIkXihbYS16MC05XVthLXowLTktXXsxLDYxfVthLXowLTldKT8kEgwKBGNvcnMYBSADKAkSJgoJc3ViZ3JhcGhzGAYgAygLMhMudGFpbG9yLnYxLlN1YmdyYXBoEhwKFGFsbG93ZWRfaXBfYWRkcmVzc2VzGAcgAygJEh0KFWRpc2FibGVfaW50cm9zcGVjdGlvbhgIIAEoCBIQCghkaXNhYmxlZBgJIAEoCBItCg1odHRwX2FkYXB0ZXJzGAogAygLMhYudGFpbG9yLnYxLkh0dHBBZGFwdGVyEr8BCgt1cGRhdGVfbWFzaxhkIAEoCzIaLmdvb2dsZS5wcm90b2J1Zi5GaWVsZE1hc2tCjQGK+SsVZGlzYWJsZV9pbnRyb3NwZWN0aW9uivkrCGRpc2FibGVkivkrDmF1dGhfbmFtZXNwYWNlivkrFGF1dGhfaWRwX2NvbmZpZ19uYW1livkrBGNvcnOK+SsJc3ViZ3JhcGhzivkrFGFsbG93ZWRfaXBfYWRkcmVzc2VzivkrDWh0dHBfYWRhcHRlcnMiSAoZVXBkYXRlQXBwbGljYXRpb25SZXNwb25zZRIrCgthcHBsaWNhdGlvbhgBIAEoCzIWLnRhaWxvci52MS5BcHBsaWNhdGlvbiJ+ChhEZWxldGVBcHBsaWNhdGlvblJlcXVlc3QSHgoMd29ya3NwYWNlX2lkGAEgASgJQgi6SAVyA7ABARJCChBhcHBsaWNhdGlvbl9uYW1lGAIgASgJQii6SCVyIzIhXlthLXowLTldW2EtejAtOS1dezEsMjh9W2EtejAtOV0kIhsKGURlbGV0ZUFwcGxpY2F0aW9uUmVzcG9uc2UikgEKF0xpc3RBcHBsaWNhdGlvbnNSZXF1ZXN0Eh4KDHdvcmtzcGFjZV9pZBgBIAEoCUIIukgFcgOwAQESEgoKcGFnZV90b2tlbhgCIAEoCRIRCglwYWdlX3NpemUYAyABKA0SMAoOcGFnZV9kaXJlY3Rpb24YBCABKA4yGC50YWlsb3IudjEuUGFnZURpcmVjdGlvbiJ2ChhMaXN0QXBwbGljYXRpb25zUmVzcG9uc2USLAoMYXBwbGljYXRpb25zGAEgAygLMhYudGFpbG9yLnYxLkFwcGxpY2F0aW9uEhcKD25leHRfcGFnZV90b2tlbhgCIAEoCRITCgt0b3RhbF9jb3VudBgDIAEoAyJ7ChVHZXRBcHBsaWNhdGlvblJlcXVlc3QSHgoMd29ya3NwYWNlX2lkGAEgASgJQgi6SAVyA7ABARJCChBhcHBsaWNhdGlvbl9uYW1lGAIgASgJQii6SCVyIzIhXlthLXowLTldW2EtejAtOS1dezEsMjh9W2EtejAtOV0kIkUKFkdldEFwcGxpY2F0aW9uUmVzcG9uc2USKwoLYXBwbGljYXRpb24YASABKAsyFi50YWlsb3IudjEuQXBwbGljYXRpb24ihwEKIUdldEFwcGxpY2F0aW9uU2NoZW1hSGVhbHRoUmVxdWVzdBIeCgx3b3Jrc3BhY2VfaWQYASABKAlCCLpIBXIDsAEBEkIKEGFwcGxpY2F0aW9uX25hbWUYAiABKAlCKLpIJXIjMiFeW2EtejAtOV1bYS16MC05LV17MSwyOH1bYS16MC05XSQizQMKIkdldEFwcGxpY2F0aW9uU2NoZW1hSGVhbHRoUmVzcG9uc2USWwoGc3RhdHVzGAEgASgOMksudGFpbG9yLnYxLkdldEFwcGxpY2F0aW9uU2NoZW1hSGVhbHRoUmVzcG9uc2UuQXBwbGljYXRpb25TY2hlbWFIZWFsdGhTdGF0dXMSRgoiY3VycmVudF9zZXJ2aW5nX3NjaGVtYV91cGRhdGVfdGltZRgCIAEoCzIaLmdvb2dsZS5wcm90b2J1Zi5UaW1lc3RhbXASTQoabGFzdF9zY2hlbWFfdXBkYXRlX2F0dGVtcHQYAyABKAsyKS50YWlsb3IudjEuQXBwbGljYXRpb25TY2hlbWFVcGRhdGVBdHRlbXB0IrIBCh1BcHBsaWNhdGlvblNjaGVtYUhlYWx0aFN0YXR1cxIwCixBUFBMSUNBVElPTl9TQ0hFTUFfSEVBTFRIX1NUQVRVU19VTlNQRUNJRklFRBAAEicKI0FQUExJQ0FUSU9OX1NDSEVNQV9IRUFMVEhfU1RBVFVTX09LEAESNgoyQVBQTElDQVRJT05fU0NIRU1BX0hFQUxUSF9TVEFUVVNfQ09NUE9TSVRJT05fRVJST1IQAiKBAgobQ2xvbmVBcHBsaWNhdGlvbkRhdGFSZXF1ZXN0EiUKE3NvdXJjZV93b3Jrc3BhY2VfaWQYASABKAlCCLpIBXIDsAEBEkkKF3NvdXJjZV9hcHBsaWNhdGlvbl9uYW1lGAIgASgJQii6SCVyIzIhXlthLXowLTldW2EtejAtOS1dezEsMjh9W2EtejAtOV0kEiUKE3RhcmdldF93b3Jrc3BhY2VfaWQYAyABKAlCCLpIBXIDsAEBEkkKF3RhcmdldF9hcHBsaWNhdGlvbl9uYW1lGAQgASgJQii6SCVyIzIhXlthLXowLTldW2EtejAtOS1dezEsMjh9W2EtejAtOV0kIjQKHENsb25lQXBwbGljYXRpb25EYXRhUmVzcG9uc2USFAoMb3BlcmF0aW9uX2lkGAEgASgJIpcBCidHZXRDbG9uZUFwcGxpY2F0aW9uRGF0YU9wZXJhdGlvblJlcXVlc3QSJQoTc291cmNlX3dvcmtzcGFjZV9pZBgBIAEoCUIIukgFcgOwAQESJQoTdGFyZ2V0X3dvcmtzcGFjZV9pZBgCIAEoCUIIukgFcgOwAQESHgoMb3BlcmF0aW9uX2lkGAMgASgJQgi6SAVyA7ABASJyCihHZXRDbG9uZUFwcGxpY2F0aW9uRGF0YU9wZXJhdGlvblJlc3BvbnNlEi8KBnN0YXR1cxgBIAEoDjIfLnRhaWxvci52MS5DbG9uZU9wZXJhdGlvblN0YXR1cxIVCg1lcnJvcl9tZXNzYWdlGAIgASgJKtIBChRDbG9uZU9wZXJhdGlvblN0YXR1cxImCiJDTE9ORV9PUEVSQVRJT05fU1RBVFVTX1VOU1BFQ0lGSUVEEAASIgoeQ0xPTkVfT1BFUkFUSU9OX1NUQVRVU19QRU5ESU5HEAESJQohQ0xPTkVfT1BFUkFUSU9OX1NUQVRVU19QUk9DRVNTSU5HEAISJAogQ0xPTkVfT1BFUkFUSU9OX1NUQVRVU19DT01QTEVURUQQAxIhCh1DTE9ORV9PUEVSQVRJT05fU1RBVFVTX0ZBSUxFRBAEYgZwcm90bzM", [
|
|
136
136
|
file_buf_validate_validate,
|
|
137
137
|
file_google_protobuf_field_mask,
|
|
138
138
|
file_google_protobuf_timestamp,
|
|
@@ -413,7 +413,7 @@ const UpdateAuthOAuth2ClientRequestSchema = /*@__PURE__*/ messageDesc(file_tailo
|
|
|
413
413
|
/**
|
|
414
414
|
* Describes the file tailor/v1/executor_resource.proto.
|
|
415
415
|
*/
|
|
416
|
-
const file_tailor_v1_executor_resource = /*@__PURE__*/ fileDesc("
|
|
416
|
+
const file_tailor_v1_executor_resource = /*@__PURE__*/ fileDesc("CiF0YWlsb3IvdjEvZXhlY3V0b3JfcmVzb3VyY2UucHJvdG8SCXRhaWxvci52MSL9AgoQRXhlY3V0b3JFeGVjdXRvchI2CgRuYW1lGAEgASgJQii6SCVyIzIhXlthLXowLTldW2EtejAtOS1dezEsNjF9W2EtejAtOV0kEhMKC2Rlc2NyaXB0aW9uGAIgASgJEkIKDHRyaWdnZXJfdHlwZRgDIAEoDjIeLnRhaWxvci52MS5FeGVjdXRvclRyaWdnZXJUeXBlQgy6SAmCAQYYARgCGAMSQAoOdHJpZ2dlcl9jb25maWcYBCABKAsyIC50YWlsb3IudjEuRXhlY3V0b3JUcmlnZ2VyQ29uZmlnQga6SAPIAQESRAoLdGFyZ2V0X3R5cGUYBSABKA4yHS50YWlsb3IudjEuRXhlY3V0b3JUYXJnZXRUeXBlQhC6SA2CAQoYARgCGAMYBBgFEj4KDXRhcmdldF9jb25maWcYBiABKAsyHy50YWlsb3IudjEuRXhlY3V0b3JUYXJnZXRDb25maWdCBrpIA8gBARIQCghkaXNhYmxlZBgHIAEoCCLrAQoVRXhlY3V0b3JUcmlnZ2VyQ29uZmlnEjwKCHNjaGVkdWxlGAEgASgLMigudGFpbG9yLnYxLkV4ZWN1dG9yVHJpZ2dlclNjaGVkdWxlQ29uZmlnSAASNgoFZXZlbnQYAiABKAsyJS50YWlsb3IudjEuRXhlY3V0b3JUcmlnZ2VyRXZlbnRDb25maWdIABJLChBpbmNvbWluZ193ZWJob29rGAMgASgLMi8udGFpbG9yLnYxLkV4ZWN1dG9yVHJpZ2dlckluY29taW5nV2ViaG9va0NvbmZpZ0gAQg8KBmNvbmZpZxIFukgCCAEiVgodRXhlY3V0b3JUcmlnZ2VyU2NoZWR1bGVDb25maWcSGQoIdGltZXpvbmUYASABKAlCB7pIBHICEAESGgoJZnJlcXVlbmN5GAIgASgJQge6SARyAhABIogDChpFeGVjdXRvclRyaWdnZXJFdmVudENvbmZpZxIWCgpldmVudF90eXBlGAEgASgJQgIYARIoCgljb25kaXRpb24YAiABKAsyES50YWlsb3IudjEuU2NyaXB0QgIYARI6Cgh0YWlsb3JkYhgDIAEoCzImLnRhaWxvci52MS5FeGVjdXRvclRhaWxvckRCRXZlbnRDb25maWdIABIwCgNpZHAYBCABKAsyIS50YWlsb3IudjEuRXhlY3V0b3JJZFBFdmVudENvbmZpZ0gAEjIKBGF1dGgYBSABKAsyIi50YWlsb3IudjEuRXhlY3V0b3JBdXRoRXZlbnRDb25maWdIABI6CghwaXBlbGluZRgGIAEoCzImLnRhaWxvci52MS5FeGVjdXRvclBpcGVsaW5lRXZlbnRDb25maWdIABI6Cgh3b3JrZmxvdxgHIAEoCzImLnRhaWxvci52MS5FeGVjdXRvcldvcmtmbG93RXZlbnRDb25maWdIAEIOCgx0eXBlZF9jb25maWci6QEKG0V4ZWN1dG9yVGFpbG9yREJFdmVudENvbmZpZxIuCgtldmVudF90eXBlcxgBIAMoCUIZukgWkgETCAEiD3INMgtedGFpbG9yZGJcLhJACg5uYW1lc3BhY2VfbmFtZRgCIAEoCUIoukglciMyIV5bYS16MC05XVthLXowLTktXXsxLDYxfVthLXowLTldJBIyCgl0eXBlX25hbWUYAyABKAlCH7pIHHIaMhheW0EtWl1bYS16QS1aMC05XXswLDYyfSQSJAoJY29uZGl0aW9uGAQgASgLMhEudGFpbG9yLnYxLlNjcmlwdCKrAQoWRXhlY3V0b3JJZFBFdmVudENvbmZpZxIpCgtldmVudF90eXBlcxgBIAMoCUIUukgRkgEOCAEiCnIIMgZeaWRwXC4SQAoObmFtZXNwYWNlX25hbWUYAiABKAlCKLpIJXIjMiFeW2EtejAtOV1bYS16MC05LV17MSw2MX1bYS16MC05XSQSJAoJY29uZGl0aW9uGAMgASgLMhEudGFpbG9yLnYxLlNjcmlwdCKtAQoXRXhlY3V0b3JBdXRoRXZlbnRDb25maWcSKgoLZXZlbnRfdHlwZXMYASADKAlCFbpIEpIBDwgBIgtyCTIHXmF1dGhcLhJACg5uYW1lc3BhY2VfbmFtZRgCIAEoCUIoukglciMyIV5bYS16MC05XVthLXowLTktXXsxLDYxfVthLXowLTldJBIkCgljb25kaXRpb24YAyABKAsyES50YWlsb3IudjEuU2NyaXB0ItUBChtFeGVjdXRvclBpcGVsaW5lRXZlbnRDb25maWcSLgoLZXZlbnRfdHlwZXMYASADKAlCGbpIFpIBEwgBIg9yDTILXnBpcGVsaW5lXC4SQAoObmFtZXNwYWNlX25hbWUYAiABKAlCKLpIJXIjMiFeW2EtejAtOV1bYS16MC05LV17MSw2MX1bYS16MC05XSQSHgoNcmVzb2x2ZXJfbmFtZRgDIAEoCUIHukgEcgIQARIkCgljb25kaXRpb24YBCABKAsyES50YWlsb3IudjEuU2NyaXB0IooBChtFeGVjdXRvcldvcmtmbG93RXZlbnRDb25maWcSLgoLZXZlbnRfdHlwZXMYASADKAlCGbpIFpIBEwgBIg9yDTILXndvcmtmbG93XC4SFQoNd29ya2Zsb3dfbmFtZRgCIAEoCRIkCgljb25kaXRpb24YAyABKAsyES50YWlsb3IudjEuU2NyaXB0IoYBCiRFeGVjdXRvclRyaWdnZXJJbmNvbWluZ1dlYmhvb2tDb25maWcSEwoGc2VjcmV0GAEgASgJQgPgQQMSSQoIcmVzcG9uc2UYAiABKAsyNy50YWlsb3IudjEuRXhlY3V0b3JUcmlnZ2VySW5jb21pbmdXZWJob29rUmVzcG9uc2VDb25maWcihQEKLEV4ZWN1dG9yVHJpZ2dlckluY29taW5nV2ViaG9va1Jlc3BvbnNlQ29uZmlnEh8KBGJvZHkYASABKAsyES50YWlsb3IudjEuU2NyaXB0EiQKC3N0YXR1c19jb2RlGAIgASgFQgq6SAcaBRjXBChkSACIAQFCDgoMX3N0YXR1c19jb2RlIp4CChRFeGVjdXRvclRhcmdldENvbmZpZxIzCgd3ZWJob29rGAEgASgLMiAudGFpbG9yLnYxLkV4ZWN1dG9yV2ViaG9va0NvbmZpZ0gAEkYKDnRhaWxvcl9ncmFwaHFsGAIgASgLMiwudGFpbG9yLnYxLkV4ZWN1dG9yVGFyZ2V0VGFpbG9yR3JhcGhxbENvbmZpZ0gAEjsKCGZ1bmN0aW9uGAMgASgLMicudGFpbG9yLnYxLkV4ZWN1dG9yVGFyZ2V0RnVuY3Rpb25Db25maWdIABI7Cgh3b3JrZmxvdxgFIAEoCzInLnRhaWxvci52MS5FeGVjdXRvclRhcmdldFdvcmtmbG93Q29uZmlnSABCDwoGY29uZmlnEgW6SAIIASK5AQoVRXhlY3V0b3JXZWJob29rQ29uZmlnEh4KA3VybBgBIAEoCzIRLnRhaWxvci52MS5TY3JpcHQSJgoGc2VjcmV0GAIgASgLMhYudGFpbG9yLnYxLlNlY3JldFZhbHVlEjcKB2hlYWRlcnMYAyADKAsyJi50YWlsb3IudjEuRXhlY3V0b3JUYXJnZXRXZWJob29rSGVhZGVyEh8KBGJvZHkYBCABKAsyES50YWlsb3IudjEuU2NyaXB0IpEBChtFeGVjdXRvclRhcmdldFdlYmhvb2tIZWFkZXISFAoDa2V5GAEgASgJQge6SARyAhABEhwKCXJhd192YWx1ZRgCIAEoCUIHukgEcgIQAUgAEi4KDHNlY3JldF92YWx1ZRgDIAEoCzIWLnRhaWxvci52MS5TZWNyZXRWYWx1ZUgAQg4KBXZhbHVlEgW6SAIIASKlAQohRXhlY3V0b3JUYXJnZXRUYWlsb3JHcmFwaHFsQ29uZmlnEhkKCGFwcF9uYW1lGAEgASgJQge6SARyAhABEhYKBXF1ZXJ5GAIgASgJQge6SARyAhABEiQKCXZhcmlhYmxlcxgDIAEoCzIRLnRhaWxvci52MS5TY3JpcHQSJwoHaW52b2tlchgEIAEoCzIWLnRhaWxvci52MS5BdXRoSW52b2tlciLFAQocRXhlY3V0b3JUYXJnZXRGdW5jdGlvbkNvbmZpZxIVCgRuYW1lGAEgASgJQge6SARyAhABEg4KBnNjcmlwdBgCIAEoCRIkCgl2YXJpYWJsZXMYAyABKAsyES50YWlsb3IudjEuU2NyaXB0EicKB2ludm9rZXIYBCABKAsyFi50YWlsb3IudjEuQXV0aEludm9rZXISIAoKc2NyaXB0X3JlZhgFIAEoCUIHukgEcgIQAUgAiAEBQg0KC19zY3JpcHRfcmVmIo0BChxFeGVjdXRvclRhcmdldFdvcmtmbG93Q29uZmlnEh4KDXdvcmtmbG93X25hbWUYASABKAlCB7pIBHICEAESJAoJdmFyaWFibGVzGAIgASgLMhEudGFpbG9yLnYxLlNjcmlwdBInCgdpbnZva2VyGAMgASgLMhYudGFpbG9yLnYxLkF1dGhJbnZva2VyIt4CCgtFeGVjdXRvckpvYhIKCgJpZBgBIAEoCRIVCg1leGVjdXRvcl9uYW1lGAIgASgJEiwKBnN0YXR1cxgDIAEoDjIcLnRhaWxvci52MS5FeGVjdXRvckpvYlN0YXR1cxImCgVhY3RvchgEIAEoCzIXLmdvb2dsZS5wcm90b2J1Zi5TdHJ1Y3QSJQoEZGF0YRgFIAEoCzIXLmdvb2dsZS5wcm90b2J1Zi5TdHJ1Y3QSHQoVZXZlbnRfaWRlbXBvdGVuY3lfa2V5GAYgASgJEjAKDHNjaGVkdWxlZF9hdBgHIAEoCzIaLmdvb2dsZS5wcm90b2J1Zi5UaW1lc3RhbXASLgoKY3JlYXRlZF9hdBgIIAEoCzIaLmdvb2dsZS5wcm90b2J1Zi5UaW1lc3RhbXASLgoKdXBkYXRlZF9hdBgJIAEoCzIaLmdvb2dsZS5wcm90b2J1Zi5UaW1lc3RhbXAiywIKEkV4ZWN1dG9ySm9iQXR0ZW1wdBIKCgJpZBgBIAEoCRIOCgZqb2JfaWQYAiABKAkSLAoGc3RhdHVzGAMgASgOMhwudGFpbG9yLnYxLkV4ZWN1dG9ySm9iU3RhdHVzEg0KBWVycm9yGAQgASgJEi4KCnN0YXJ0ZWRfYXQYBSABKAsyGi5nb29nbGUucHJvdG9idWYuVGltZXN0YW1wEi8KC2ZpbmlzaGVkX2F0GAYgASgLMhouZ29vZ2xlLnByb3RvYnVmLlRpbWVzdGFtcBIuCgpjcmVhdGVkX2F0GAcgASgLMhouZ29vZ2xlLnByb3RvYnVmLlRpbWVzdGFtcBIuCgp1cGRhdGVkX2F0GAggASgLMhouZ29vZ2xlLnByb3RvYnVmLlRpbWVzdGFtcBIbChNvcGVyYXRpb25fcmVmZXJlbmNlGAkgASgJIk8KF0V4ZWN1dG9ySW5jb21pbmdXZWJob29rEhUKDWV4ZWN1dG9yX25hbWUYASABKAkSCwoDdXJsGAIgASgJEhAKCGRpc2FibGVkGAMgASgIKq0BChNFeGVjdXRvclRyaWdnZXJUeXBlEiUKIUVYRUNVVE9SX1RSSUdHRVJfVFlQRV9VTlNQRUNJRklFRBAAEiIKHkVYRUNVVE9SX1RSSUdHRVJfVFlQRV9TQ0hFRFVMRRABEh8KG0VYRUNVVE9SX1RSSUdHRVJfVFlQRV9FVkVOVBACEioKJkVYRUNVVE9SX1RSSUdHRVJfVFlQRV9JTkNPTUlOR19XRUJIT09LEAMq8gEKEkV4ZWN1dG9yVGFyZ2V0VHlwZRIkCiBFWEVDVVRPUl9UQVJHRVRfVFlQRV9VTlNQRUNJRklFRBAAEiAKHEVYRUNVVE9SX1RBUkdFVF9UWVBFX1dFQkhPT0sQARInCiNFWEVDVVRPUl9UQVJHRVRfVFlQRV9UQUlMT1JfR1JBUEhRTBACEiEKHUVYRUNVVE9SX1RBUkdFVF9UWVBFX0ZVTkNUSU9OEAMSJQohRVhFQ1VUT1JfVEFSR0VUX1RZUEVfSk9CX0ZVTkNUSU9OEAQSIQodRVhFQ1VUT1JfVEFSR0VUX1RZUEVfV09SS0ZMT1cQBSrdAQoRRXhlY3V0b3JKb2JTdGF0dXMSIwofRVhFQ1VUT1JfSk9CX1NUQVRVU19VTlNQRUNJRklFRBAAEh8KG0VYRUNVVE9SX0pPQl9TVEFUVVNfUEVORElORxABEh8KG0VYRUNVVE9SX0pPQl9TVEFUVVNfUlVOTklORxACEh8KG0VYRUNVVE9SX0pPQl9TVEFUVVNfU1VDQ0VTUxADEh4KGkVYRUNVVE9SX0pPQl9TVEFUVVNfRkFJTEVEEAQSIAocRVhFQ1VUT1JfSk9CX1NUQVRVU19DQU5DRUxFRBAFYgZwcm90bzM", [
|
|
417
417
|
file_buf_validate_validate,
|
|
418
418
|
file_google_api_field_behavior,
|
|
419
419
|
file_google_protobuf_struct,
|
|
@@ -772,7 +772,7 @@ const UpdateTailorDBTypeRequestSchema = /*@__PURE__*/ messageDesc(file_tailor_v1
|
|
|
772
772
|
/**
|
|
773
773
|
* Describes the file tailor/v1/workflow_resource.proto.
|
|
774
774
|
*/
|
|
775
|
-
const file_tailor_v1_workflow_resource = /*@__PURE__*/ fileDesc("
|
|
775
|
+
const file_tailor_v1_workflow_resource = /*@__PURE__*/ fileDesc("CiF0YWlsb3IvdjEvd29ya2Zsb3dfcmVzb3VyY2UucHJvdG8SCXRhaWxvci52MSLPAQoTV29ya2Zsb3dKb2JGdW5jdGlvbhIKCgJpZBgBIAEoCRIMCgRuYW1lGAIgASgJEg4KBnNjcmlwdBgDIAEoCRIPCgd2ZXJzaW9uGAQgASgDEjMKCmNyZWF0ZWRfYXQYBSABKAsyGi5nb29nbGUucHJvdG9idWYuVGltZXN0YW1wQgPgQQMSFwoKc2NyaXB0X3JlZhgGIAEoCUgAiAEBEiAKGHB1Ymxpc2hfZXhlY3V0aW9uX2V2ZW50cxgHIAEoCEINCgtfc2NyaXB0X3JlZiK+AQoaV29ya2Zsb3dKb2JGdW5jdGlvblN1bW1hcnkSCgoCaWQYASABKAkSDAoEbmFtZRgCIAEoCRIPCgd2ZXJzaW9uGAQgASgDEjMKCmNyZWF0ZWRfYXQYBSABKAsyGi5nb29nbGUucHJvdG9idWYuVGltZXN0YW1wQgPgQQMSIAoYcHVibGlzaF9leGVjdXRpb25fZXZlbnRzGAcgASgISgQIAxAESgQIBhAHUgZzY3JpcHRSCnNjcmlwdF9yZWYiQgoRQ29uY3VycmVuY3lQb2xpY3kSLQoZbWF4X2NvbmN1cnJlbnRfZXhlY3V0aW9ucxgBIAEoBUIKukgHGgUY6AcoASKTBAoLUmV0cnlQb2xpY3kSHgoLbWF4X3JldHJpZXMYASABKAVCCbpIBhoEGAooABJBCg9pbml0aWFsX2JhY2tvZmYYAiABKAsyGS5nb29nbGUucHJvdG9idWYuRHVyYXRpb25CDbpICqoBByIDCJAcMgASPgoLbWF4X2JhY2tvZmYYAyABKAsyGS5nb29nbGUucHJvdG9idWYuRHVyYXRpb25CDrpIC6oBCCIECICjBTIAEioKEmJhY2tvZmZfbXVsdGlwbGllchgEIAEoAUIOukgLEgkpAAAAAAAA8D86tAK6SLACGpMBChNiYWNrb2ZmX2NvbnNpc3RlbmN5Ejlpbml0aWFsX2JhY2tvZmYgbXVzdCBiZSBsZXNzIHRoYW4gb3IgZXF1YWwgdG8gbWF4X2JhY2tvZmYaQXRoaXMubWF4X3JldHJpZXMgPT0gMCB8fCB0aGlzLmluaXRpYWxfYmFja29mZiA8PSB0aGlzLm1heF9iYWNrb2ZmGpcBChhpbml0aWFsX2JhY2tvZmZfcmVxdWlyZWQSO2luaXRpYWxfYmFja29mZiBtdXN0IGJlIGdyZWF0ZXIgdGhhbiAwIHdoZW4gbWF4X3JldHJpZXMgPiAwGj50aGlzLm1heF9yZXRyaWVzID09IDAgfHwgdGhpcy5pbml0aWFsX2JhY2tvZmYgPiBkdXJhdGlvbignMHMnKSLdAwoIV29ya2Zsb3cSCgoCaWQYASABKAkSDAoEbmFtZRgCIAEoCRIeChZtYWluX2pvYl9mdW5jdGlvbl9uYW1lGAMgASgJEjwKDWpvYl9mdW5jdGlvbnMYBCADKAsyJS50YWlsb3IudjEuV29ya2Zsb3cuSm9iRnVuY3Rpb25zRW50cnkSMwoKY3JlYXRlZF9hdBgFIAEoCzIaLmdvb2dsZS5wcm90b2J1Zi5UaW1lc3RhbXBCA+BBAxIzCgp1cGRhdGVkX2F0GAYgASgLMhouZ29vZ2xlLnByb3RvYnVmLlRpbWVzdGFtcEID4EEDEjEKDHJldHJ5X3BvbGljeRgHIAEoCzIWLnRhaWxvci52MS5SZXRyeVBvbGljeUgAiAEBEj0KEmNvbmN1cnJlbmN5X3BvbGljeRgIIAEoCzIcLnRhaWxvci52MS5Db25jdXJyZW5jeVBvbGljeUgBiAEBEiAKGHB1Ymxpc2hfZXhlY3V0aW9uX2V2ZW50cxgJIAEoCBozChFKb2JGdW5jdGlvbnNFbnRyeRILCgNrZXkYASABKAkSDQoFdmFsdWUYAiABKAM6AjgBQg8KDV9yZXRyeV9wb2xpY3lCFQoTX2NvbmN1cnJlbmN5X3BvbGljeSKcAgoiV29ya2Zsb3dKb2JGdW5jdGlvbkV4ZWN1dGlvblBvbGljeRIKCgJpZBgBIAEoCRIcChRleGVjdXRpb25fcG9saWN5X2tleRgCIAEoCRIzCgpjcmVhdGVkX2F0GAMgASgLMhouZ29vZ2xlLnByb3RvYnVmLlRpbWVzdGFtcEID4EEDEjMKCnVwZGF0ZWRfYXQYBCABKAsyGi5nb29nbGUucHJvdG9idWYuVGltZXN0YW1wQgPgQQMSPQoSY29uY3VycmVuY3lfcG9saWN5GAUgASgLMhwudGFpbG9yLnYxLkNvbmN1cnJlbmN5UG9saWN5SACIAQESDAoEbmFtZRgGIAEoCUIVChNfY29uY3VycmVuY3lfcG9saWN5IvECChRXb3JrZmxvd0pvYkV4ZWN1dGlvbhIKCgJpZBgBIAEoCRIYChBzdGFja2VkX2pvYl9uYW1lGAIgASgJEjYKBnN0YXR1cxgDIAEoDjImLnRhaWxvci52MS5Xb3JrZmxvd0pvYkV4ZWN1dGlvbi5TdGF0dXMSFAoMZXhlY3V0aW9uX2lkGAQgASgJEi4KCnN0YXJ0ZWRfYXQYBSABKAsyGi5nb29nbGUucHJvdG9idWYuVGltZXN0YW1wEi8KC2ZpbmlzaGVkX2F0GAYgASgLMhouZ29vZ2xlLnByb3RvYnVmLlRpbWVzdGFtcCKDAQoGU3RhdHVzEhYKElNUQVRVU19VTlNQRUNJRklFRBAAEhIKDlNUQVRVU19SVU5OSU5HEAESEgoOU1RBVFVTX1NVU1BFTkQQAhISCg5TVEFUVVNfU1VDQ0VTUxADEhEKDVNUQVRVU19GQUlMRUQQBBISCg5TVEFUVVNfV0FJVElORxAFIoYEChFXb3JrZmxvd0V4ZWN1dGlvbhIKCgJpZBgBIAEoCRIVCg13b3JrZmxvd19uYW1lGAIgASgJEjMKBnN0YXR1cxgDIAEoDjIjLnRhaWxvci52MS5Xb3JrZmxvd0V4ZWN1dGlvbi5TdGF0dXMSNwoOam9iX2V4ZWN1dGlvbnMYBCADKAsyHy50YWlsb3IudjEuV29ya2Zsb3dKb2JFeGVjdXRpb24SLgoKc3RhcnRlZF9hdBgFIAEoCzIaLmdvb2dsZS5wcm90b2J1Zi5UaW1lc3RhbXASLwoLZmluaXNoZWRfYXQYBiABKAsyGi5nb29nbGUucHJvdG9idWYuVGltZXN0YW1wEhMKC3JldHJ5X2NvdW50GAcgASgFEi8KC3JldHJ5X2FmdGVyGAggASgLMhouZ29vZ2xlLnByb3RvYnVmLlRpbWVzdGFtcCK4AQoGU3RhdHVzEhYKElNUQVRVU19VTlNQRUNJRklFRBAAEhIKDlNUQVRVU19QRU5ESU5HEAESGQoVU1RBVFVTX1BFTkRJTkdfUkVTVU1FEAISEgoOU1RBVFVTX1JVTk5JTkcQAxISCg5TVEFUVVNfU1VDQ0VTUxAEEhEKDVNUQVRVU19GQUlMRUQQBRIYChRTVEFUVVNfUEVORElOR19SRVRSWRAGEhIKDlNUQVRVU19XQUlUSU5HEAdiBnByb3RvMw", [
|
|
776
776
|
file_buf_validate_validate,
|
|
777
777
|
file_google_api_field_behavior,
|
|
778
778
|
file_google_protobuf_duration,
|
|
@@ -800,7 +800,7 @@ const WorkflowExecution_Status = /*@__PURE__*/ tsEnum(WorkflowExecution_StatusSc
|
|
|
800
800
|
/**
|
|
801
801
|
* Describes the file tailor/v1/workflow.proto.
|
|
802
802
|
*/
|
|
803
|
-
const file_tailor_v1_workflow = /*@__PURE__*/ fileDesc("
|
|
803
|
+
const file_tailor_v1_workflow = /*@__PURE__*/ fileDesc("Chh0YWlsb3IvdjEvd29ya2Zsb3cucHJvdG8SCXRhaWxvci52MSL+AwoVQ3JlYXRlV29ya2Zsb3dSZXF1ZXN0Eh4KDHdvcmtzcGFjZV9pZBgBIAEoCUIIukgFcgOwAQESPwoNd29ya2Zsb3dfbmFtZRgCIAEoCUIoukglciMyIV5bYS16MC05XVthLXowLTktXXsxLDYxfVthLXowLTldJBJIChZtYWluX2pvYl9mdW5jdGlvbl9uYW1lGAMgASgJQii6SCVyIzIhXlthLXowLTldW2EtejAtOS1dezEsNjF9W2EtejAtOV0kEkkKDWpvYl9mdW5jdGlvbnMYBCADKAsyMi50YWlsb3IudjEuQ3JlYXRlV29ya2Zsb3dSZXF1ZXN0LkpvYkZ1bmN0aW9uc0VudHJ5EjEKDHJldHJ5X3BvbGljeRgFIAEoCzIWLnRhaWxvci52MS5SZXRyeVBvbGljeUgAiAEBEj0KEmNvbmN1cnJlbmN5X3BvbGljeRgGIAEoCzIcLnRhaWxvci52MS5Db25jdXJyZW5jeVBvbGljeUgBiAEBEiAKGHB1Ymxpc2hfZXhlY3V0aW9uX2V2ZW50cxgHIAEoCBozChFKb2JGdW5jdGlvbnNFbnRyeRILCgNrZXkYASABKAkSDQoFdmFsdWUYAiABKAM6AjgBQg8KDV9yZXRyeV9wb2xpY3lCFQoTX2NvbmN1cnJlbmN5X3BvbGljeSI/ChZDcmVhdGVXb3JrZmxvd1Jlc3BvbnNlEiUKCHdvcmtmbG93GAEgASgLMhMudGFpbG9yLnYxLldvcmtmbG93Iv4DChVVcGRhdGVXb3JrZmxvd1JlcXVlc3QSHgoMd29ya3NwYWNlX2lkGAEgASgJQgi6SAVyA7ABARI/Cg13b3JrZmxvd19uYW1lGAIgASgJQii6SCVyIzIhXlthLXowLTldW2EtejAtOS1dezEsNjF9W2EtejAtOV0kEkgKFm1haW5fam9iX2Z1bmN0aW9uX25hbWUYAyABKAlCKLpIJXIjMiFeW2EtejAtOV1bYS16MC05LV17MSw2MX1bYS16MC05XSQSSQoNam9iX2Z1bmN0aW9ucxgEIAMoCzIyLnRhaWxvci52MS5VcGRhdGVXb3JrZmxvd1JlcXVlc3QuSm9iRnVuY3Rpb25zRW50cnkSMQoMcmV0cnlfcG9saWN5GAUgASgLMhYudGFpbG9yLnYxLlJldHJ5UG9saWN5SACIAQESPQoSY29uY3VycmVuY3lfcG9saWN5GAYgASgLMhwudGFpbG9yLnYxLkNvbmN1cnJlbmN5UG9saWN5SAGIAQESIAoYcHVibGlzaF9leGVjdXRpb25fZXZlbnRzGAcgASgIGjMKEUpvYkZ1bmN0aW9uc0VudHJ5EgsKA2tleRgBIAEoCRINCgV2YWx1ZRgCIAEoAzoCOAFCDwoNX3JldHJ5X3BvbGljeUIVChNfY29uY3VycmVuY3lfcG9saWN5Ij8KFlVwZGF0ZVdvcmtmbG93UmVzcG9uc2USJQoId29ya2Zsb3cYASABKAsyEy50YWlsb3IudjEuV29ya2Zsb3ciVgoVRGVsZXRlV29ya2Zsb3dSZXF1ZXN0Eh4KDHdvcmtzcGFjZV9pZBgBIAEoCUIIukgFcgOwAQESHQoLd29ya2Zsb3dfaWQYAiABKAlCCLpIBXIDsAEBIhgKFkRlbGV0ZVdvcmtmbG93UmVzcG9uc2UiUwoSR2V0V29ya2Zsb3dSZXF1ZXN0Eh4KDHdvcmtzcGFjZV9pZBgBIAEoCUIIukgFcgOwAQESHQoLd29ya2Zsb3dfaWQYAiABKAlCCLpIBXIDsAEBIjwKE0dldFdvcmtmbG93UmVzcG9uc2USJQoId29ya2Zsb3cYASABKAsyEy50YWlsb3IudjEuV29ya2Zsb3ciewoYR2V0V29ya2Zsb3dCeU5hbWVSZXF1ZXN0Eh4KDHdvcmtzcGFjZV9pZBgBIAEoCUIIukgFcgOwAQESPwoNd29ya2Zsb3dfbmFtZRgCIAEoCUIoukglciMyIV5bYS16MC05XVthLXowLTktXXsxLDYxfVthLXowLTldJCJCChlHZXRXb3JrZmxvd0J5TmFtZVJlc3BvbnNlEiUKCHdvcmtmbG93GAEgASgLMhMudGFpbG9yLnYxLldvcmtmbG93Io8BChRMaXN0V29ya2Zsb3dzUmVxdWVzdBIeCgx3b3Jrc3BhY2VfaWQYASABKAlCCLpIBXIDsAEBEhIKCnBhZ2VfdG9rZW4YAiABKAkSEQoJcGFnZV9zaXplGAMgASgNEjAKDnBhZ2VfZGlyZWN0aW9uGAQgASgOMhgudGFpbG9yLnYxLlBhZ2VEaXJlY3Rpb24ibQoVTGlzdFdvcmtmbG93c1Jlc3BvbnNlEiYKCXdvcmtmbG93cxgBIAMoCzITLnRhaWxvci52MS5Xb3JrZmxvdxIXCg9uZXh0X3BhZ2VfdG9rZW4YAiABKAkSEwoLdG90YWxfY291bnQYAyABKAMi4QEKIENyZWF0ZVdvcmtmbG93Sm9iRnVuY3Rpb25SZXF1ZXN0Eh4KDHdvcmtzcGFjZV9pZBgBIAEoCUIIukgFcgOwAQESQwoRam9iX2Z1bmN0aW9uX25hbWUYAiABKAlCKLpIJXIjMiFeW2EtejAtOV1bYS16MC05LV17MSw2MX1bYS16MC05XSQSDgoGc2NyaXB0GAMgASgJEhcKCnNjcmlwdF9yZWYYBCABKAlIAIgBARIgChhwdWJsaXNoX2V4ZWN1dGlvbl9ldmVudHMYBSABKAhCDQoLX3NjcmlwdF9yZWYiWQohQ3JlYXRlV29ya2Zsb3dKb2JGdW5jdGlvblJlc3BvbnNlEjQKDGpvYl9mdW5jdGlvbhgBIAEoCzIeLnRhaWxvci52MS5Xb3JrZmxvd0pvYkZ1bmN0aW9uIuEBCiBVcGRhdGVXb3JrZmxvd0pvYkZ1bmN0aW9uUmVxdWVzdBIeCgx3b3Jrc3BhY2VfaWQYASABKAlCCLpIBXIDsAEBEkMKEWpvYl9mdW5jdGlvbl9uYW1lGAIgASgJQii6SCVyIzIhXlthLXowLTldW2EtejAtOS1dezEsNjF9W2EtejAtOV0kEg4KBnNjcmlwdBgDIAEoCRIXCgpzY3JpcHRfcmVmGAQgASgJSACIAQESIAoYcHVibGlzaF9leGVjdXRpb25fZXZlbnRzGAUgASgIQg0KC19zY3JpcHRfcmVmIlkKIVVwZGF0ZVdvcmtmbG93Sm9iRnVuY3Rpb25SZXNwb25zZRI0Cgxqb2JfZnVuY3Rpb24YASABKAsyHi50YWlsb3IudjEuV29ya2Zsb3dKb2JGdW5jdGlvbiKHAQogRGVsZXRlV29ya2Zsb3dKb2JGdW5jdGlvblJlcXVlc3QSHgoMd29ya3NwYWNlX2lkGAEgASgJQgi6SAVyA7ABARJDChFqb2JfZnVuY3Rpb25fbmFtZRgCIAEoCUIoukglciMyIV5bYS16MC05XVthLXowLTktXXsxLDYxfVthLXowLTldJCIjCiFEZWxldGVXb3JrZmxvd0pvYkZ1bmN0aW9uUmVzcG9uc2UiYgodR2V0V29ya2Zsb3dKb2JGdW5jdGlvblJlcXVlc3QSHgoMd29ya3NwYWNlX2lkGAEgASgJQgi6SAVyA7ABARIhCg9qb2JfZnVuY3Rpb25faWQYAiABKAlCCLpIBXIDsAEBIlYKHkdldFdvcmtmbG93Sm9iRnVuY3Rpb25SZXNwb25zZRI0Cgxqb2JfZnVuY3Rpb24YASABKAsyHi50YWlsb3IudjEuV29ya2Zsb3dKb2JGdW5jdGlvbiKKAQojR2V0V29ya2Zsb3dKb2JGdW5jdGlvbkJ5TmFtZVJlcXVlc3QSHgoMd29ya3NwYWNlX2lkGAEgASgJQgi6SAVyA7ABARJDChFqb2JfZnVuY3Rpb25fbmFtZRgCIAEoCUIoukglciMyIV5bYS16MC05XVthLXowLTktXXsxLDYxfVthLXowLTldJCJcCiRHZXRXb3JrZmxvd0pvYkZ1bmN0aW9uQnlOYW1lUmVzcG9uc2USNAoMam9iX2Z1bmN0aW9uGAEgASgLMh4udGFpbG9yLnYxLldvcmtmbG93Sm9iRnVuY3Rpb24imgEKH0xpc3RXb3JrZmxvd0pvYkZ1bmN0aW9uc1JlcXVlc3QSHgoMd29ya3NwYWNlX2lkGAEgASgJQgi6SAVyA7ABARISCgpwYWdlX3Rva2VuGAIgASgJEhEKCXBhZ2Vfc2l6ZRgDIAEoDRIwCg5wYWdlX2RpcmVjdGlvbhgEIAEoDjIYLnRhaWxvci52MS5QYWdlRGlyZWN0aW9uIo4BCiBMaXN0V29ya2Zsb3dKb2JGdW5jdGlvbnNSZXNwb25zZRI8Cg1qb2JfZnVuY3Rpb25zGAEgAygLMiUudGFpbG9yLnYxLldvcmtmbG93Sm9iRnVuY3Rpb25TdW1tYXJ5EhcKD25leHRfcGFnZV90b2tlbhgCIAEoCRITCgt0b3RhbF9jb3VudBgDIAEoAyJdChtHZXRXb3JrZmxvd0V4ZWN1dGlvblJlcXVlc3QSHgoMd29ya3NwYWNlX2lkGAEgASgJQgi6SAVyA7ABARIeCgxleGVjdXRpb25faWQYAiABKAlCCLpIBXIDsAEBIk8KHEdldFdvcmtmbG93RXhlY3V0aW9uUmVzcG9uc2USLwoJZXhlY3V0aW9uGAEgASgLMhwudGFpbG9yLnYxLldvcmtmbG93RXhlY3V0aW9uIvwBCh1MaXN0V29ya2Zsb3dFeGVjdXRpb25zUmVxdWVzdBIeCgx3b3Jrc3BhY2VfaWQYASABKAlCCLpIBXIDsAEBEj8KDXdvcmtmbG93X25hbWUYBiABKAlCKLpIJXIjMiFeW2EtejAtOV1bYS16MC05LV17MSw2MX1bYS16MC05XSQSEgoKcGFnZV90b2tlbhgCIAEoCRIRCglwYWdlX3NpemUYAyABKA0SMAoOcGFnZV9kaXJlY3Rpb24YBCABKA4yGC50YWlsb3IudjEuUGFnZURpcmVjdGlvbhIhCgZmaWx0ZXIYBSABKAsyES50YWlsb3IudjEuRmlsdGVyIoABCh5MaXN0V29ya2Zsb3dFeGVjdXRpb25zUmVzcG9uc2USMAoKZXhlY3V0aW9ucxgBIAMoCzIcLnRhaWxvci52MS5Xb3JrZmxvd0V4ZWN1dGlvbhIXCg9uZXh0X3BhZ2VfdG9rZW4YAiABKAkSEwoLdG90YWxfY291bnQYAyABKAMioQEKGFRlc3RTdGFydFdvcmtmbG93UmVxdWVzdBIeCgx3b3Jrc3BhY2VfaWQYASABKAlCCLpIBXIDsAEBEh0KC3dvcmtmbG93X2lkGAIgASgJQgi6SAVyA7ABARIsCgxhdXRoX2ludm9rZXIYAyABKAsyFi50YWlsb3IudjEuQXV0aEludm9rZXISEAoDYXJnGAQgASgJSACIAQFCBgoEX2FyZyIxChlUZXN0U3RhcnRXb3JrZmxvd1Jlc3BvbnNlEhQKDGV4ZWN1dGlvbl9pZBgBIAEoCSJbChlUZXN0UmVzdW1lV29ya2Zsb3dSZXF1ZXN0Eh4KDHdvcmtzcGFjZV9pZBgBIAEoCUIIukgFcgOwAQESHgoMZXhlY3V0aW9uX2lkGAIgASgJQgi6SAVyA7ABASIyChpUZXN0UmVzdW1lV29ya2Zsb3dSZXNwb25zZRIUCgxleGVjdXRpb25faWQYASABKAkinQEKFFN0YXJ0V29ya2Zsb3dSZXF1ZXN0Eh4KDHdvcmtzcGFjZV9pZBgBIAEoCUIIukgFcgOwAQESHQoLd29ya2Zsb3dfaWQYAiABKAlCCLpIBXIDsAEBEiwKDGF1dGhfaW52b2tlchgDIAEoCzIWLnRhaWxvci52MS5BdXRoSW52b2tlchIQCgNhcmcYBCABKAlIAIgBAUIGCgRfYXJnIi0KFVN0YXJ0V29ya2Zsb3dSZXNwb25zZRIUCgxleGVjdXRpb25faWQYASABKAkiYAoeUmVzdW1lV29ya2Zsb3dFeGVjdXRpb25SZXF1ZXN0Eh4KDHdvcmtzcGFjZV9pZBgBIAEoCUIIukgFcgOwAQESHgoMZXhlY3V0aW9uX2lkGAIgASgJQgi6SAVyA7ABASI3Ch9SZXN1bWVXb3JrZmxvd0V4ZWN1dGlvblJlc3BvbnNlEhQKDGV4ZWN1dGlvbl9pZBgBIAEoCSK8AgovQ3JlYXRlV29ya2Zsb3dKb2JGdW5jdGlvbkV4ZWN1dGlvblBvbGljeVJlcXVlc3QSHgoMd29ya3NwYWNlX2lkGAEgASgJQgi6SAVyA7ABARJKChRleGVjdXRpb25fcG9saWN5X2tleRgCIAEoCUIsukgpcicyJV5bYS16MC05XVthLXowLTlfOi4tXXswLDYyfVthLXowLTkqXSQSPQoSY29uY3VycmVuY3lfcG9saWN5GAMgASgLMhwudGFpbG9yLnYxLkNvbmN1cnJlbmN5UG9saWN5SACIAQESRwoVZXhlY3V0aW9uX3BvbGljeV9uYW1lGAQgASgJQii6SCVyIzIhXlthLXowLTldW2EtejAtOS1dezEsNjF9W2EtejAtOV0kQhUKE19jb25jdXJyZW5jeV9wb2xpY3kicQowQ3JlYXRlV29ya2Zsb3dKb2JGdW5jdGlvbkV4ZWN1dGlvblBvbGljeVJlc3BvbnNlEj0KBnBvbGljeRgBIAEoCzItLnRhaWxvci52MS5Xb3JrZmxvd0pvYkZ1bmN0aW9uRXhlY3V0aW9uUG9saWN5IvABCi9VcGRhdGVXb3JrZmxvd0pvYkZ1bmN0aW9uRXhlY3V0aW9uUG9saWN5UmVxdWVzdBIeCgx3b3Jrc3BhY2VfaWQYASABKAlCCLpIBXIDsAEBEkcKFWV4ZWN1dGlvbl9wb2xpY3lfbmFtZRgCIAEoCUIoukglciMyIV5bYS16MC05XVthLXowLTktXXsxLDYxfVthLXowLTldJBI9ChJjb25jdXJyZW5jeV9wb2xpY3kYAyABKAsyHC50YWlsb3IudjEuQ29uY3VycmVuY3lQb2xpY3lIAIgBAUIVChNfY29uY3VycmVuY3lfcG9saWN5InEKMFVwZGF0ZVdvcmtmbG93Sm9iRnVuY3Rpb25FeGVjdXRpb25Qb2xpY3lSZXNwb25zZRI9CgZwb2xpY3kYASABKAsyLS50YWlsb3IudjEuV29ya2Zsb3dKb2JGdW5jdGlvbkV4ZWN1dGlvblBvbGljeSKaAQovRGVsZXRlV29ya2Zsb3dKb2JGdW5jdGlvbkV4ZWN1dGlvblBvbGljeVJlcXVlc3QSHgoMd29ya3NwYWNlX2lkGAEgASgJQgi6SAVyA7ABARJHChVleGVjdXRpb25fcG9saWN5X25hbWUYAiABKAlCKLpIJXIjMiFeW2EtejAtOV1bYS16MC05LV17MSw2MX1bYS16MC05XSQiMgowRGVsZXRlV29ya2Zsb3dKb2JGdW5jdGlvbkV4ZWN1dGlvblBvbGljeVJlc3BvbnNlIpcBCixHZXRXb3JrZmxvd0pvYkZ1bmN0aW9uRXhlY3V0aW9uUG9saWN5UmVxdWVzdBIeCgx3b3Jrc3BhY2VfaWQYASABKAlCCLpIBXIDsAEBEkcKFWV4ZWN1dGlvbl9wb2xpY3lfbmFtZRgCIAEoCUIoukglciMyIV5bYS16MC05XVthLXowLTktXXsxLDYxfVthLXowLTldJCJuCi1HZXRXb3JrZmxvd0pvYkZ1bmN0aW9uRXhlY3V0aW9uUG9saWN5UmVzcG9uc2USPQoGcG9saWN5GAEgASgLMi0udGFpbG9yLnYxLldvcmtmbG93Sm9iRnVuY3Rpb25FeGVjdXRpb25Qb2xpY3kinwEKMUdldFdvcmtmbG93Sm9iRnVuY3Rpb25FeGVjdXRpb25Qb2xpY3lCeUtleVJlcXVlc3QSHgoMd29ya3NwYWNlX2lkGAEgASgJQgi6SAVyA7ABARJKChRleGVjdXRpb25fcG9saWN5X2tleRgCIAEoCUIsukgpcicyJV5bYS16MC05XVthLXowLTlfOi4tXXswLDYyfVthLXowLTkqXSQicwoyR2V0V29ya2Zsb3dKb2JGdW5jdGlvbkV4ZWN1dGlvblBvbGljeUJ5S2V5UmVzcG9uc2USPQoGcG9saWN5GAEgASgLMi0udGFpbG9yLnYxLldvcmtmbG93Sm9iRnVuY3Rpb25FeGVjdXRpb25Qb2xpY3kiqgEKL0xpc3RXb3JrZmxvd0pvYkZ1bmN0aW9uRXhlY3V0aW9uUG9saWNpZXNSZXF1ZXN0Eh4KDHdvcmtzcGFjZV9pZBgBIAEoCUIIukgFcgOwAQESEgoKcGFnZV90b2tlbhgCIAEoCRIRCglwYWdlX3NpemUYAyABKA0SMAoOcGFnZV9kaXJlY3Rpb24YBCABKA4yGC50YWlsb3IudjEuUGFnZURpcmVjdGlvbiKhAQowTGlzdFdvcmtmbG93Sm9iRnVuY3Rpb25FeGVjdXRpb25Qb2xpY2llc1Jlc3BvbnNlEj8KCHBvbGljaWVzGAEgAygLMi0udGFpbG9yLnYxLldvcmtmbG93Sm9iRnVuY3Rpb25FeGVjdXRpb25Qb2xpY3kSFwoPbmV4dF9wYWdlX3Rva2VuGAIgASgJEhMKC3RvdGFsX2NvdW50GAMgASgDYgZwcm90bzM", [
|
|
804
804
|
file_buf_validate_validate,
|
|
805
805
|
file_tailor_v1_auth_resource,
|
|
806
806
|
file_tailor_v1_resource,
|
|
@@ -825,12 +825,12 @@ const CreateWorkflowJobFunctionRequestSchema = /*@__PURE__*/ messageDesc(file_ta
|
|
|
825
825
|
* Describes the message tailor.v1.CreateWorkflowJobFunctionExecutionPolicyRequest.
|
|
826
826
|
* Use `create(CreateWorkflowJobFunctionExecutionPolicyRequestSchema)` to create a new message.
|
|
827
827
|
*/
|
|
828
|
-
const CreateWorkflowJobFunctionExecutionPolicyRequestSchema = /*@__PURE__*/ messageDesc(file_tailor_v1_workflow,
|
|
828
|
+
const CreateWorkflowJobFunctionExecutionPolicyRequestSchema = /*@__PURE__*/ messageDesc(file_tailor_v1_workflow, 36);
|
|
829
829
|
/**
|
|
830
830
|
* Describes the message tailor.v1.UpdateWorkflowJobFunctionExecutionPolicyRequest.
|
|
831
831
|
* Use `create(UpdateWorkflowJobFunctionExecutionPolicyRequestSchema)` to create a new message.
|
|
832
832
|
*/
|
|
833
|
-
const UpdateWorkflowJobFunctionExecutionPolicyRequestSchema = /*@__PURE__*/ messageDesc(file_tailor_v1_workflow,
|
|
833
|
+
const UpdateWorkflowJobFunctionExecutionPolicyRequestSchema = /*@__PURE__*/ messageDesc(file_tailor_v1_workflow, 38);
|
|
834
834
|
|
|
835
835
|
//#endregion
|
|
836
836
|
//#region ../tailor-proto/src/tailor/v1/workspace_resource_pb.js
|
|
@@ -849,4 +849,4 @@ const WorkspacePlatformUserRole = /*@__PURE__*/ tsEnum(WorkspacePlatformUserRole
|
|
|
849
849
|
|
|
850
850
|
//#endregion
|
|
851
851
|
export { CreateAuthHookRequestSchema as $, file_tailor_v1_secret_manager as A, PATScope as At, IdPLang as B, Subgraph_ServiceType as Bt, CreateStaticWebsiteRequestSchema as C, AuthInvokerSchema as Ct, CreateSecretManagerSecretRequestSchema as D, AuthSCIMAttribute_Type as Dt, CustomDomainStatus as E, AuthSCIMAttribute_Mutability as Et, file_tailor_v1_pipeline as F, CreateApplicationRequestSchema as Ft, file_tailor_v1_function_resource as G, file_tailor_fieldmask_v1_option as Gt, IdPPermissionPermit as H, UpdateAIGatewayRequestSchema as Ht, PipelineResolver_OperationType as I, GetApplicationSchemaHealthResponse_ApplicationSchemaHealthStatus as It, file_tailor_v1_executor as J, FilterSchema as Jt, CreateExecutorExecutorRequestSchema as K, ConditionSchema as Kt, CreateIdPServiceRequestSchema as L, UpdateApplicationRequestSchema as Lt, CreatePipelineServiceRequestSchema as M, UserProfileProviderConfig_UserProfileProviderType as Mt, UpdatePipelineResolverRequestSchema as N, file_tailor_v1_auth_resource as Nt, CreateSecretManagerVaultRequestSchema as O, AuthSCIMAttribute_Uniqueness as Ot, UpdatePipelineServiceRequestSchema as P, file_tailor_v1_secret_manager_resource as Pt, CreateAuthConnectionRequestSchema as Q, UpdateIdPServiceRequestSchema as R, file_tailor_v1_application as Rt, AddCustomDomainRequestSchema as S, AuthIDPConfig_AuthType as St, file_tailor_v1_staticwebsite as T, AuthOAuth2Client_GrantType as Tt, FunctionExecution_Status as U, file_tailor_v1_aigateway as Ut, IdPPermissionOperator as V, CreateAIGatewayRequestSchema as Vt, FunctionExecution_Type as W, file_google_api_field_behavior as Wt, ExecutorTargetType as X, file_tailor_v1_resource as Xt, ExecutorJobStatus as Y, PageDirection as Yt, ExecutorTriggerType as Z, file_buf_validate_validate as Zt, TailorDBGQLPermission_Permit as _, UpdateUserProfileConfigRequestSchema as _t, CreateWorkflowRequestSchema as a, CreateAuthServiceRequestSchema as at, TailorDBType_Permission_Permit as b, AuthConnection_Type as bt, file_tailor_v1_workflow as c, UpdateAuthConnectionRequestSchema as ct, CreateTailorDBServiceRequestSchema as d, UpdateAuthMachineUserRequestSchema as dt, CreateAuthIDPConfigRequestSchema as et, CreateTailorDBTypeRequestSchema as f, UpdateAuthOAuth2ClientRequestSchema as ft, TailorDBGQLPermission_Operator as g, UpdateTenantConfigRequestSchema as gt, TailorDBGQLPermission_Action as h, UpdateAuthServiceRequestSchema as ht, CreateWorkflowJobFunctionRequestSchema as i, CreateAuthSCIMResourceRequestSchema as it, CreatePipelineResolverRequestSchema as j, TenantProviderConfig_TenantProviderType as jt, UpdateSecretManagerSecretRequestSchema as k, AuthSCIMConfig_AuthorizationType as kt, WorkflowExecution_Status as l, UpdateAuthHookRequestSchema as lt, file_tailor_v1_tailordb as m, UpdateAuthSCIMResourceRequestSchema as mt, file_tailor_v1_workspace_resource as n, CreateAuthOAuth2ClientRequestSchema as nt, UpdateWorkflowJobFunctionExecutionPolicyRequestSchema as o, CreateTenantConfigRequestSchema as ot, UpdateTailorDBTypeRequestSchema as p, UpdateAuthSCIMConfigRequestSchema as pt, UpdateExecutorExecutorRequestSchema as q, Condition_Operator as qt, CreateWorkflowJobFunctionExecutionPolicyRequestSchema as r, CreateAuthSCIMConfigRequestSchema as rt, UpdateWorkflowRequestSchema as s, CreateUserProfileConfigRequestSchema as st, WorkspacePlatformUserRole as t, CreateAuthMachineUserRequestSchema as tt, WorkflowJobExecution_Status as u, UpdateAuthIDPConfigRequestSchema as ut, TailorDBTypeSchema as v, file_tailor_v1_auth as vt, UpdateStaticWebsiteRequestSchema as w, AuthOAuth2Client_ClientType as wt, TailorDBType_PermitAction as x, AuthHookPoint as xt, TailorDBType_Permission_Operator as y, AuthConnection_Status as yt, file_tailor_v1_idp as z, ApplicationSchemaUpdateAttemptStatus as zt };
|
|
852
|
-
//# sourceMappingURL=workspace_resource_pb-
|
|
852
|
+
//# sourceMappingURL=workspace_resource_pb-DXnO2AT-.mjs.map
|