@tailor-platform/sdk 2.14.0 → 2.14.2
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 +28 -0
- package/dist/{application-CiN_er9X.mjs → application-BAqZFMWP.mjs} +9 -9
- package/dist/application-BAqZFMWP.mjs.map +1 -0
- package/dist/application-BKlOiD1x.mjs +1 -0
- package/dist/cli/commands/api/api-call.d.mts +4 -5
- package/dist/cli/commands/deploy/config-id-injector.d.mts +3 -4
- package/dist/cli/commands/deploy/deploy.d.mts +3 -4
- package/dist/cli/commands/deploy/function-registry-types.d.mts +2 -3
- package/dist/cli/commands/executor/get.d.mts +3 -4
- package/dist/cli/commands/executor/jobs.d.mts +10 -11
- package/dist/cli/commands/executor/list.d.mts +3 -4
- package/dist/cli/commands/executor/transform.d.mts +6 -7
- package/dist/cli/commands/executor/trigger.d.mts +4 -5
- package/dist/cli/commands/executor/webhook.d.mts +4 -5
- package/dist/cli/commands/function/get.d.mts +3 -4
- package/dist/cli/commands/function/list.d.mts +3 -4
- package/dist/cli/commands/function/transform.d.mts +2 -3
- package/dist/cli/commands/generate/options.d.mts +2 -3
- package/dist/cli/commands/generate/seed/bundler.d.mts +3 -4
- package/dist/cli/commands/generate/service.d.mts +2 -3
- package/dist/cli/commands/machineuser/list.d.mts +4 -5
- package/dist/cli/commands/machineuser/token.d.mts +4 -5
- package/dist/cli/commands/oauth2client/get.d.mts +3 -4
- package/dist/cli/commands/oauth2client/list.d.mts +3 -4
- package/dist/cli/commands/oauth2client/transform.d.mts +3 -4
- package/dist/cli/commands/organization/folder/create.d.mts +3 -4
- package/dist/cli/commands/organization/folder/delete.d.mts +3 -4
- package/dist/cli/commands/organization/folder/get.d.mts +3 -4
- package/dist/cli/commands/organization/folder/list.d.mts +3 -4
- package/dist/cli/commands/organization/folder/update.d.mts +3 -4
- package/dist/cli/commands/organization/get.d.mts +3 -4
- package/dist/cli/commands/organization/list.d.mts +3 -4
- package/dist/cli/commands/organization/transform.d.mts +5 -6
- package/dist/cli/commands/organization/tree.d.mts +3 -4
- package/dist/cli/commands/organization/update.d.mts +3 -4
- package/dist/cli/commands/remove.d.mts +3 -4
- package/dist/cli/commands/show.d.mts +6 -7
- package/dist/cli/commands/staticwebsite/deploy.d.mts +3 -4
- package/dist/cli/commands/tailordb/migrate/bundler.d.mts +3 -4
- package/dist/cli/commands/tailordb/migrate/config.d.mts +3 -4
- package/dist/cli/commands/tailordb/migrate/diff-calculator.d.mts +34 -35
- package/dist/cli/commands/tailordb/migrate/generate.d.mts +3 -4
- package/dist/cli/commands/tailordb/migrate/rename-detection.d.mts +3 -4
- package/dist/cli/commands/tailordb/migrate/snapshot-comparison.d.mts +4 -5
- package/dist/cli/commands/tailordb/migrate/snapshot-files.d.mts +13 -14
- package/dist/cli/commands/tailordb/migrate/snapshot-local.d.mts +2 -3
- package/dist/cli/commands/tailordb/migrate/snapshot-migrations.d.mts +2 -3
- package/dist/cli/commands/tailordb/migrate/snapshot-types.d.mts +21 -22
- package/dist/cli/commands/tailordb/migrate/types.d.mts +2 -3
- package/dist/cli/commands/tailordb/truncate.d.mts +3 -4
- package/dist/cli/commands/workflow/executions.d.mts +8 -9
- package/dist/cli/commands/workflow/get.d.mts +3 -4
- package/dist/cli/commands/workflow/list.d.mts +3 -4
- package/dist/cli/commands/workflow/resume.d.mts +4 -5
- package/dist/cli/commands/workflow/start.d.mts +5 -6
- package/dist/cli/commands/workflow/status.d.mts +3 -4
- package/dist/cli/commands/workflow/transform.d.mts +5 -6
- package/dist/cli/commands/workflow/wait.d.mts +3 -4
- package/dist/cli/commands/workflow/waiter.d.mts +3 -4
- package/dist/cli/commands/workspace/app/health.d.mts +3 -4
- package/dist/cli/commands/workspace/app/list.d.mts +3 -4
- package/dist/cli/commands/workspace/app/transform.d.mts +3 -4
- package/dist/cli/commands/workspace/create.d.mts +3 -4
- package/dist/cli/commands/workspace/delete.d.mts +3 -4
- package/dist/cli/commands/workspace/get.d.mts +3 -4
- package/dist/cli/commands/workspace/list.d.mts +3 -4
- package/dist/cli/commands/workspace/restore.d.mts +3 -4
- package/dist/cli/commands/workspace/transform.d.mts +3 -4
- package/dist/cli/commands/workspace/user/invite.d.mts +3 -4
- package/dist/cli/commands/workspace/user/list.d.mts +3 -4
- package/dist/cli/commands/workspace/user/remove.d.mts +3 -4
- package/dist/cli/commands/workspace/user/transform.d.mts +2 -3
- package/dist/cli/commands/workspace/user/update.d.mts +3 -4
- package/dist/cli/lib.mjs +1 -1
- package/dist/cli/main.d.mts +2 -3
- package/dist/cli/main.mjs +18 -18
- package/dist/cli/main.mjs.map +1 -1
- package/dist/cli/query/index.d.mts +2 -3
- package/dist/cli/shared/args.d.mts +11 -12
- package/dist/cli/shared/beta.d.mts +2 -3
- package/dist/cli/shared/client.d.mts +4 -5
- package/dist/cli/shared/command.d.mts +2 -3
- package/dist/cli/shared/config-loader.d.mts +5 -6
- package/dist/cli/shared/config.d.mts +2 -3
- package/dist/cli/shared/context.d.mts +3 -4
- package/dist/cli/shared/error-json.d.mts +4 -5
- package/dist/cli/shared/logger.d.mts +7 -8
- package/dist/cli/shared/prompt.d.mts +7 -8
- package/dist/cli/shared/readonly-guard.d.mts +2 -3
- package/dist/cli/shared/script-executor.d.mts +7 -8
- package/dist/cli/shared/seed-chunker.d.mts +5 -6
- package/dist/cli/shared/seed-context.d.mts +5 -5
- package/dist/cli/shared/tailordb-namespaces.d.mts +5 -6
- package/dist/cli/shared/type-generator.d.mts +2 -3
- package/dist/cli/shared/workspace-name.d.mts +2 -3
- package/dist/completion/zsh-worker.zsh +1 -1
- package/dist/configure/config/index.d.mts +3 -4
- package/dist/configure/config/types.d.mts +14 -15
- package/dist/configure/index.d.mts +6 -6
- package/dist/configure/services/aigateway/index.d.mts +2 -2
- package/dist/configure/services/aigateway/types.d.mts +4 -5
- package/dist/configure/services/auth/index.d.mts +3 -3
- package/dist/configure/services/auth/types.d.mts +24 -25
- package/dist/configure/services/executor/executor.d.mts +3 -4
- package/dist/configure/services/executor/operation.d.mts +6 -7
- package/dist/configure/services/executor/trigger/event.d.mts +56 -57
- package/dist/configure/services/executor/trigger/index.d.mts +2 -2
- package/dist/configure/services/executor/trigger/schedule.d.mts +4 -5
- package/dist/configure/services/executor/trigger/webhook.d.mts +8 -9
- package/dist/configure/services/http-adapter/http-adapter.d.mts +12 -13
- package/dist/configure/services/idp/index.d.mts +2 -2
- package/dist/configure/services/idp/permission.d.mts +4 -5
- package/dist/configure/services/idp/types.d.mts +5 -6
- package/dist/configure/services/resolver/permission.d.mts +4 -5
- package/dist/configure/services/resolver/resolver.d.mts +3 -4
- package/dist/configure/services/resolver/types.d.mts +2 -3
- package/dist/configure/services/secrets/index.d.mts +3 -3
- package/dist/configure/services/secrets/types.d.mts +3 -4
- package/dist/configure/services/staticwebsite/index.d.mts +2 -2
- package/dist/configure/services/staticwebsite/types.d.mts +3 -4
- package/dist/configure/services/tailordb/permission.d.mts +6 -7
- package/dist/configure/services/tailordb/schema.d.mts +7 -8
- package/dist/configure/services/tailordb/types.d.mts +25 -26
- package/dist/configure/services/workflow/execution-policy.d.mts +3 -3
- package/dist/configure/services/workflow/execution-policy.types.d.mts +8 -9
- package/dist/configure/services/workflow/job.d.mts +4 -5
- package/dist/configure/services/workflow/wait-point.d.mts +5 -6
- package/dist/configure/services/workflow/workflow.d.mts +4 -4
- package/dist/configure/types/aigateway-name.d.mts +3 -4
- package/dist/configure/types/auth-namespace-name.d.mts +3 -4
- package/dist/configure/types/connection-name.d.mts +3 -4
- package/dist/configure/types/field.d.mts +3 -4
- package/dist/configure/types/field.types.d.mts +13 -14
- package/dist/configure/types/idp-name.d.mts +3 -4
- package/dist/configure/types/permission-operand.types.d.mts +7 -8
- package/dist/configure/types/type.d.mts +3 -4
- package/dist/kysely/index.d.mts +18 -18
- package/dist/parser/service/idp/types.d.mts +2 -3
- package/dist/parser/service/tailordb/type-source.d.mts +2 -3
- package/dist/parser/service/tailordb/types.d.mts +13 -14
- package/dist/plugin/builtin/enum-constants/index.d.mts +3 -4
- package/dist/plugin/builtin/file-utils/index.d.mts +3 -4
- package/dist/plugin/builtin/kysely-type/index.d.mts +4 -5
- package/dist/plugin/builtin/seed/index.d.mts +4 -5
- package/dist/plugin/builtin/seed/seed-type-processor.d.mts +2 -3
- package/dist/plugin/get-generated-table.d.mts +2 -3
- package/dist/plugin/index.mjs +1 -1
- package/dist/plugin/index.mjs.map +1 -1
- package/dist/plugin/types.d.mts +29 -29
- package/dist/plugin/with-context.d.mts +9 -10
- package/dist/{register-ts-hook-DS1zYiCV.mjs → register-ts-hook-Cphn4r8s.mjs} +44 -44
- package/dist/register-ts-hook-Cphn4r8s.mjs.map +1 -0
- package/dist/runtime/aigateway.d.mts +4 -5
- package/dist/runtime/authconnection.d.mts +3 -4
- package/dist/runtime/context.d.mts +6 -7
- package/dist/runtime/date.d.mts +2 -3
- package/dist/runtime/field-parse.d.mts +2 -3
- package/dist/runtime/file.d.mts +14 -15
- package/dist/runtime/globals.d.mts +2 -1
- package/dist/runtime/iconv.d.mts +5 -6
- package/dist/runtime/idp.d.mts +14 -15
- package/dist/runtime/index.d.mts +7 -7
- package/dist/runtime/logger.d.mts +10 -11
- package/dist/runtime/secretmanager.d.mts +3 -4
- package/dist/runtime/types.d.mts +7 -8
- package/dist/runtime/workflow.d.mts +7 -8
- package/dist/seed/index.d.mts +3 -3
- package/dist/{service_pb-CxHztLk1.mjs → service_pb-BdzjiHfC.mjs} +2 -2
- package/dist/{service_pb-CxHztLk1.mjs.map → service_pb-BdzjiHfC.mjs.map} +1 -1
- package/dist/service_pb-p68oLtp9.mjs +1 -0
- package/dist/shared/src/color.d.mts +2 -3
- package/dist/tailor-proto/src/tailor/v1/aigateway_pb.d.mts +21 -22
- package/dist/tailor-proto/src/tailor/v1/aigateway_resource_pb.d.mts +2 -3
- package/dist/tailor-proto/src/tailor/v1/application_pb.d.mts +35 -36
- package/dist/tailor-proto/src/tailor/v1/application_resource_pb.d.mts +6 -7
- package/dist/tailor-proto/src/tailor/v1/auth_pb.d.mts +229 -230
- package/dist/tailor-proto/src/tailor/v1/auth_resource_pb.d.mts +40 -41
- package/dist/tailor-proto/src/tailor/v1/events_pb.d.mts +9 -10
- package/dist/tailor-proto/src/tailor/v1/events_resource_pb.d.mts +3 -4
- package/dist/tailor-proto/src/tailor/v1/executor_pb.d.mts +45 -46
- package/dist/tailor-proto/src/tailor/v1/executor_resource_pb.d.mts +24 -25
- package/dist/tailor-proto/src/tailor/v1/function_pb.d.mts +17 -18
- package/dist/tailor-proto/src/tailor/v1/function_registry_pb.d.mts +29 -30
- package/dist/tailor-proto/src/tailor/v1/function_resource_pb.d.mts +8 -9
- package/dist/tailor-proto/src/tailor/v1/http_adapter_resource_pb.d.mts +2 -3
- package/dist/tailor-proto/src/tailor/v1/idp_pb.d.mts +37 -38
- package/dist/tailor-proto/src/tailor/v1/idp_resource_pb.d.mts +18 -15
- package/dist/tailor-proto/src/tailor/v1/metadata_pb.d.mts +19 -20
- package/dist/tailor-proto/src/tailor/v1/metadata_resource_pb.d.mts +2 -3
- package/dist/tailor-proto/src/tailor/v1/meter_pb.d.mts +25 -26
- package/dist/tailor-proto/src/tailor/v1/pipeline_pb.d.mts +59 -60
- package/dist/tailor-proto/src/tailor/v1/pipeline_resource_pb.d.mts +10 -11
- package/dist/tailor-proto/src/tailor/v1/resource_pb.d.mts +7 -8
- package/dist/tailor-proto/src/tailor/v1/secret_manager_pb.d.mts +37 -38
- package/dist/tailor-proto/src/tailor/v1/secret_manager_resource_pb.d.mts +4 -5
- package/dist/tailor-proto/src/tailor/v1/service_pb.d.mts +6 -7
- package/dist/tailor-proto/src/tailor/v1/stateflow_pb.d.mts +21 -22
- package/dist/tailor-proto/src/tailor/v1/stateflow_resource_pb.d.mts +3 -4
- package/dist/tailor-proto/src/tailor/v1/staticwebsite_pb.d.mts +50 -51
- package/dist/tailor-proto/src/tailor/v1/staticwebsite_resource_pb.d.mts +4 -5
- package/dist/tailor-proto/src/tailor/v1/tailordb_pb.d.mts +74 -75
- package/dist/tailor-proto/src/tailor/v1/tailordb_resource_pb.d.mts +35 -36
- package/dist/tailor-proto/src/tailor/v1/telemetryrouter_pb.d.mts +41 -42
- package/dist/tailor-proto/src/tailor/v1/telemetryrouter_resource_pb.d.mts +11 -12
- package/dist/tailor-proto/src/tailor/v1/workflow_pb.d.mts +97 -98
- package/dist/tailor-proto/src/tailor/v1/workflow_resource_pb.d.mts +11 -12
- package/dist/tailor-proto/src/tailor/v1/workspace_pb.d.mts +209 -210
- package/dist/tailor-proto/src/tailor/v1/workspace_resource_pb.d.mts +24 -25
- package/dist/types/aigateway.generated.d.mts +3 -4
- package/dist/types/app-config.generated.d.mts +2 -3
- package/dist/types/auth-connection.generated.d.mts +3 -4
- package/dist/types/auth.generated.d.mts +15 -16
- package/dist/types/executor.generated.d.mts +26 -27
- package/dist/types/helpers.d.mts +15 -13
- package/dist/types/http-adapter.generated.d.mts +2 -3
- package/dist/types/idp.generated.d.mts +7 -8
- package/dist/types/resolver.generated.d.mts +4 -5
- package/dist/types/secrets.generated.d.mts +3 -4
- package/dist/types/staticwebsite.generated.d.mts +3 -4
- package/dist/types/tailordb.generated.d.mts +7 -8
- package/dist/types/workflow.generated.d.mts +3 -4
- package/dist/utils/test/index.d.mts +3 -4
- package/dist/vitest/index.d.mts +2 -2
- package/dist/vitest/mock-kysely.d.mts +4 -5
- package/dist/vitest/mocks/aigateway.d.mts +3 -4
- package/dist/vitest/mocks/authconnection.d.mts +3 -4
- package/dist/vitest/mocks/file.d.mts +3 -4
- package/dist/vitest/mocks/iconv.d.mts +3 -4
- package/dist/vitest/mocks/idp.d.mts +3 -4
- package/dist/vitest/mocks/logger.d.mts +3 -4
- package/dist/vitest/mocks/secretmanager.d.mts +3 -4
- package/dist/vitest/mocks/tailordb-pglite.d.mts +4 -5
- package/dist/vitest/mocks/tailordb.d.mts +6 -7
- package/dist/vitest/mocks/workflow.d.mts +2 -3
- package/dist/vitest/pglite-kysely.d.mts +5 -6
- package/dist/vitest/setup.d.mts +6 -7
- package/dist/vitest/workflow-local.d.mts +5 -6
- package/dist/{workspace_resource_pb-u9bj6p3i.mjs → workspace_resource_pb-C4EY-Gns.mjs} +2 -2
- package/dist/{workspace_resource_pb-u9bj6p3i.mjs.map → workspace_resource_pb-C4EY-Gns.mjs.map} +1 -1
- package/docs/services/idp.md +6 -3
- package/package.json +12 -12
- package/dist/application-CiN_er9X.mjs.map +0 -1
- package/dist/application-_8rjQRx8.mjs +0 -1
- package/dist/register-ts-hook-DS1zYiCV.mjs.map +0 -1
- package/dist/service_pb-CFVlGYdr.mjs +0 -1
|
@@ -7,7 +7,7 @@ import { Message } from "@bufbuild/protobuf";
|
|
|
7
7
|
/**
|
|
8
8
|
* @generated from message tailor.v1.CreateWorkflowRequest
|
|
9
9
|
*/
|
|
10
|
-
declare type CreateWorkflowRequest = Message<"tailor.v1.CreateWorkflowRequest"> & {
|
|
10
|
+
export declare type CreateWorkflowRequest = Message<"tailor.v1.CreateWorkflowRequest"> & {
|
|
11
11
|
/**
|
|
12
12
|
* @generated from field: string workspace_id = 1;
|
|
13
13
|
*/
|
|
@@ -46,11 +46,11 @@ declare type CreateWorkflowRequest = Message<"tailor.v1.CreateWorkflowRequest">
|
|
|
46
46
|
* Describes the message tailor.v1.CreateWorkflowRequest.
|
|
47
47
|
* Use `create(CreateWorkflowRequestSchema)` to create a new message.
|
|
48
48
|
*/
|
|
49
|
-
declare const CreateWorkflowRequestSchema: GenMessage<CreateWorkflowRequest>;
|
|
49
|
+
export declare const CreateWorkflowRequestSchema: GenMessage<CreateWorkflowRequest>;
|
|
50
50
|
/**
|
|
51
51
|
* @generated from message tailor.v1.CreateWorkflowResponse
|
|
52
52
|
*/
|
|
53
|
-
declare type CreateWorkflowResponse = Message<"tailor.v1.CreateWorkflowResponse"> & {
|
|
53
|
+
export declare type CreateWorkflowResponse = Message<"tailor.v1.CreateWorkflowResponse"> & {
|
|
54
54
|
/**
|
|
55
55
|
* @generated from field: tailor.v1.Workflow workflow = 1;
|
|
56
56
|
*/
|
|
@@ -60,11 +60,11 @@ declare type CreateWorkflowResponse = Message<"tailor.v1.CreateWorkflowResponse"
|
|
|
60
60
|
* Describes the message tailor.v1.CreateWorkflowResponse.
|
|
61
61
|
* Use `create(CreateWorkflowResponseSchema)` to create a new message.
|
|
62
62
|
*/
|
|
63
|
-
declare const CreateWorkflowResponseSchema: GenMessage<CreateWorkflowResponse>;
|
|
63
|
+
export declare const CreateWorkflowResponseSchema: GenMessage<CreateWorkflowResponse>;
|
|
64
64
|
/**
|
|
65
65
|
* @generated from message tailor.v1.UpdateWorkflowRequest
|
|
66
66
|
*/
|
|
67
|
-
declare type UpdateWorkflowRequest = Message<"tailor.v1.UpdateWorkflowRequest"> & {
|
|
67
|
+
export declare type UpdateWorkflowRequest = Message<"tailor.v1.UpdateWorkflowRequest"> & {
|
|
68
68
|
/**
|
|
69
69
|
* @generated from field: string workspace_id = 1;
|
|
70
70
|
*/
|
|
@@ -103,11 +103,11 @@ declare type UpdateWorkflowRequest = Message<"tailor.v1.UpdateWorkflowRequest">
|
|
|
103
103
|
* Describes the message tailor.v1.UpdateWorkflowRequest.
|
|
104
104
|
* Use `create(UpdateWorkflowRequestSchema)` to create a new message.
|
|
105
105
|
*/
|
|
106
|
-
declare const UpdateWorkflowRequestSchema: GenMessage<UpdateWorkflowRequest>;
|
|
106
|
+
export declare const UpdateWorkflowRequestSchema: GenMessage<UpdateWorkflowRequest>;
|
|
107
107
|
/**
|
|
108
108
|
* @generated from message tailor.v1.UpdateWorkflowResponse
|
|
109
109
|
*/
|
|
110
|
-
declare type UpdateWorkflowResponse = Message<"tailor.v1.UpdateWorkflowResponse"> & {
|
|
110
|
+
export declare type UpdateWorkflowResponse = Message<"tailor.v1.UpdateWorkflowResponse"> & {
|
|
111
111
|
/**
|
|
112
112
|
* @generated from field: tailor.v1.Workflow workflow = 1;
|
|
113
113
|
*/
|
|
@@ -117,11 +117,11 @@ declare type UpdateWorkflowResponse = Message<"tailor.v1.UpdateWorkflowResponse"
|
|
|
117
117
|
* Describes the message tailor.v1.UpdateWorkflowResponse.
|
|
118
118
|
* Use `create(UpdateWorkflowResponseSchema)` to create a new message.
|
|
119
119
|
*/
|
|
120
|
-
declare const UpdateWorkflowResponseSchema: GenMessage<UpdateWorkflowResponse>;
|
|
120
|
+
export declare const UpdateWorkflowResponseSchema: GenMessage<UpdateWorkflowResponse>;
|
|
121
121
|
/**
|
|
122
122
|
* @generated from message tailor.v1.DeleteWorkflowRequest
|
|
123
123
|
*/
|
|
124
|
-
declare type DeleteWorkflowRequest = Message<"tailor.v1.DeleteWorkflowRequest"> & {
|
|
124
|
+
export declare type DeleteWorkflowRequest = Message<"tailor.v1.DeleteWorkflowRequest"> & {
|
|
125
125
|
/**
|
|
126
126
|
* @generated from field: string workspace_id = 1;
|
|
127
127
|
*/
|
|
@@ -135,20 +135,20 @@ declare type DeleteWorkflowRequest = Message<"tailor.v1.DeleteWorkflowRequest">
|
|
|
135
135
|
* Describes the message tailor.v1.DeleteWorkflowRequest.
|
|
136
136
|
* Use `create(DeleteWorkflowRequestSchema)` to create a new message.
|
|
137
137
|
*/
|
|
138
|
-
declare const DeleteWorkflowRequestSchema: GenMessage<DeleteWorkflowRequest>;
|
|
138
|
+
export declare const DeleteWorkflowRequestSchema: GenMessage<DeleteWorkflowRequest>;
|
|
139
139
|
/**
|
|
140
140
|
* @generated from message tailor.v1.DeleteWorkflowResponse
|
|
141
141
|
*/
|
|
142
|
-
declare type DeleteWorkflowResponse = Message<"tailor.v1.DeleteWorkflowResponse"> & {};
|
|
142
|
+
export declare type DeleteWorkflowResponse = Message<"tailor.v1.DeleteWorkflowResponse"> & {};
|
|
143
143
|
/**
|
|
144
144
|
* Describes the message tailor.v1.DeleteWorkflowResponse.
|
|
145
145
|
* Use `create(DeleteWorkflowResponseSchema)` to create a new message.
|
|
146
146
|
*/
|
|
147
|
-
declare const DeleteWorkflowResponseSchema: GenMessage<DeleteWorkflowResponse>;
|
|
147
|
+
export declare const DeleteWorkflowResponseSchema: GenMessage<DeleteWorkflowResponse>;
|
|
148
148
|
/**
|
|
149
149
|
* @generated from message tailor.v1.GetWorkflowRequest
|
|
150
150
|
*/
|
|
151
|
-
declare type GetWorkflowRequest = Message<"tailor.v1.GetWorkflowRequest"> & {
|
|
151
|
+
export declare type GetWorkflowRequest = Message<"tailor.v1.GetWorkflowRequest"> & {
|
|
152
152
|
/**
|
|
153
153
|
* @generated from field: string workspace_id = 1;
|
|
154
154
|
*/
|
|
@@ -162,11 +162,11 @@ declare type GetWorkflowRequest = Message<"tailor.v1.GetWorkflowRequest"> & {
|
|
|
162
162
|
* Describes the message tailor.v1.GetWorkflowRequest.
|
|
163
163
|
* Use `create(GetWorkflowRequestSchema)` to create a new message.
|
|
164
164
|
*/
|
|
165
|
-
declare const GetWorkflowRequestSchema: GenMessage<GetWorkflowRequest>;
|
|
165
|
+
export declare const GetWorkflowRequestSchema: GenMessage<GetWorkflowRequest>;
|
|
166
166
|
/**
|
|
167
167
|
* @generated from message tailor.v1.GetWorkflowResponse
|
|
168
168
|
*/
|
|
169
|
-
declare type GetWorkflowResponse = Message<"tailor.v1.GetWorkflowResponse"> & {
|
|
169
|
+
export declare type GetWorkflowResponse = Message<"tailor.v1.GetWorkflowResponse"> & {
|
|
170
170
|
/**
|
|
171
171
|
* @generated from field: tailor.v1.Workflow workflow = 1;
|
|
172
172
|
*/
|
|
@@ -176,11 +176,11 @@ declare type GetWorkflowResponse = Message<"tailor.v1.GetWorkflowResponse"> & {
|
|
|
176
176
|
* Describes the message tailor.v1.GetWorkflowResponse.
|
|
177
177
|
* Use `create(GetWorkflowResponseSchema)` to create a new message.
|
|
178
178
|
*/
|
|
179
|
-
declare const GetWorkflowResponseSchema: GenMessage<GetWorkflowResponse>;
|
|
179
|
+
export declare const GetWorkflowResponseSchema: GenMessage<GetWorkflowResponse>;
|
|
180
180
|
/**
|
|
181
181
|
* @generated from message tailor.v1.GetWorkflowByNameRequest
|
|
182
182
|
*/
|
|
183
|
-
declare type GetWorkflowByNameRequest = Message<"tailor.v1.GetWorkflowByNameRequest"> & {
|
|
183
|
+
export declare type GetWorkflowByNameRequest = Message<"tailor.v1.GetWorkflowByNameRequest"> & {
|
|
184
184
|
/**
|
|
185
185
|
* @generated from field: string workspace_id = 1;
|
|
186
186
|
*/
|
|
@@ -194,11 +194,11 @@ declare type GetWorkflowByNameRequest = Message<"tailor.v1.GetWorkflowByNameRequ
|
|
|
194
194
|
* Describes the message tailor.v1.GetWorkflowByNameRequest.
|
|
195
195
|
* Use `create(GetWorkflowByNameRequestSchema)` to create a new message.
|
|
196
196
|
*/
|
|
197
|
-
declare const GetWorkflowByNameRequestSchema: GenMessage<GetWorkflowByNameRequest>;
|
|
197
|
+
export declare const GetWorkflowByNameRequestSchema: GenMessage<GetWorkflowByNameRequest>;
|
|
198
198
|
/**
|
|
199
199
|
* @generated from message tailor.v1.GetWorkflowByNameResponse
|
|
200
200
|
*/
|
|
201
|
-
declare type GetWorkflowByNameResponse = Message<"tailor.v1.GetWorkflowByNameResponse"> & {
|
|
201
|
+
export declare type GetWorkflowByNameResponse = Message<"tailor.v1.GetWorkflowByNameResponse"> & {
|
|
202
202
|
/**
|
|
203
203
|
* @generated from field: tailor.v1.Workflow workflow = 1;
|
|
204
204
|
*/
|
|
@@ -208,11 +208,11 @@ declare type GetWorkflowByNameResponse = Message<"tailor.v1.GetWorkflowByNameRes
|
|
|
208
208
|
* Describes the message tailor.v1.GetWorkflowByNameResponse.
|
|
209
209
|
* Use `create(GetWorkflowByNameResponseSchema)` to create a new message.
|
|
210
210
|
*/
|
|
211
|
-
declare const GetWorkflowByNameResponseSchema: GenMessage<GetWorkflowByNameResponse>;
|
|
211
|
+
export declare const GetWorkflowByNameResponseSchema: GenMessage<GetWorkflowByNameResponse>;
|
|
212
212
|
/**
|
|
213
213
|
* @generated from message tailor.v1.ListWorkflowsRequest
|
|
214
214
|
*/
|
|
215
|
-
declare type ListWorkflowsRequest = Message<"tailor.v1.ListWorkflowsRequest"> & {
|
|
215
|
+
export declare type ListWorkflowsRequest = Message<"tailor.v1.ListWorkflowsRequest"> & {
|
|
216
216
|
/**
|
|
217
217
|
* @generated from field: string workspace_id = 1;
|
|
218
218
|
*/
|
|
@@ -234,11 +234,11 @@ declare type ListWorkflowsRequest = Message<"tailor.v1.ListWorkflowsRequest"> &
|
|
|
234
234
|
* Describes the message tailor.v1.ListWorkflowsRequest.
|
|
235
235
|
* Use `create(ListWorkflowsRequestSchema)` to create a new message.
|
|
236
236
|
*/
|
|
237
|
-
declare const ListWorkflowsRequestSchema: GenMessage<ListWorkflowsRequest>;
|
|
237
|
+
export declare const ListWorkflowsRequestSchema: GenMessage<ListWorkflowsRequest>;
|
|
238
238
|
/**
|
|
239
239
|
* @generated from message tailor.v1.ListWorkflowsResponse
|
|
240
240
|
*/
|
|
241
|
-
declare type ListWorkflowsResponse = Message<"tailor.v1.ListWorkflowsResponse"> & {
|
|
241
|
+
export declare type ListWorkflowsResponse = Message<"tailor.v1.ListWorkflowsResponse"> & {
|
|
242
242
|
/**
|
|
243
243
|
* @generated from field: repeated tailor.v1.Workflow workflows = 1;
|
|
244
244
|
*/
|
|
@@ -256,11 +256,11 @@ declare type ListWorkflowsResponse = Message<"tailor.v1.ListWorkflowsResponse">
|
|
|
256
256
|
* Describes the message tailor.v1.ListWorkflowsResponse.
|
|
257
257
|
* Use `create(ListWorkflowsResponseSchema)` to create a new message.
|
|
258
258
|
*/
|
|
259
|
-
declare const ListWorkflowsResponseSchema: GenMessage<ListWorkflowsResponse>;
|
|
259
|
+
export declare const ListWorkflowsResponseSchema: GenMessage<ListWorkflowsResponse>;
|
|
260
260
|
/**
|
|
261
261
|
* @generated from message tailor.v1.CreateWorkflowJobFunctionRequest
|
|
262
262
|
*/
|
|
263
|
-
declare type CreateWorkflowJobFunctionRequest = Message<"tailor.v1.CreateWorkflowJobFunctionRequest"> & {
|
|
263
|
+
export declare type CreateWorkflowJobFunctionRequest = Message<"tailor.v1.CreateWorkflowJobFunctionRequest"> & {
|
|
264
264
|
/**
|
|
265
265
|
* @generated from field: string workspace_id = 1;
|
|
266
266
|
*/
|
|
@@ -291,11 +291,11 @@ declare type CreateWorkflowJobFunctionRequest = Message<"tailor.v1.CreateWorkflo
|
|
|
291
291
|
* Describes the message tailor.v1.CreateWorkflowJobFunctionRequest.
|
|
292
292
|
* Use `create(CreateWorkflowJobFunctionRequestSchema)` to create a new message.
|
|
293
293
|
*/
|
|
294
|
-
declare const CreateWorkflowJobFunctionRequestSchema: GenMessage<CreateWorkflowJobFunctionRequest>;
|
|
294
|
+
export declare const CreateWorkflowJobFunctionRequestSchema: GenMessage<CreateWorkflowJobFunctionRequest>;
|
|
295
295
|
/**
|
|
296
296
|
* @generated from message tailor.v1.CreateWorkflowJobFunctionResponse
|
|
297
297
|
*/
|
|
298
|
-
declare type CreateWorkflowJobFunctionResponse = Message<"tailor.v1.CreateWorkflowJobFunctionResponse"> & {
|
|
298
|
+
export declare type CreateWorkflowJobFunctionResponse = Message<"tailor.v1.CreateWorkflowJobFunctionResponse"> & {
|
|
299
299
|
/**
|
|
300
300
|
* @generated from field: tailor.v1.WorkflowJobFunction job_function = 1;
|
|
301
301
|
*/
|
|
@@ -305,11 +305,11 @@ declare type CreateWorkflowJobFunctionResponse = Message<"tailor.v1.CreateWorkfl
|
|
|
305
305
|
* Describes the message tailor.v1.CreateWorkflowJobFunctionResponse.
|
|
306
306
|
* Use `create(CreateWorkflowJobFunctionResponseSchema)` to create a new message.
|
|
307
307
|
*/
|
|
308
|
-
declare const CreateWorkflowJobFunctionResponseSchema: GenMessage<CreateWorkflowJobFunctionResponse>;
|
|
308
|
+
export declare const CreateWorkflowJobFunctionResponseSchema: GenMessage<CreateWorkflowJobFunctionResponse>;
|
|
309
309
|
/**
|
|
310
310
|
* @generated from message tailor.v1.UpdateWorkflowJobFunctionRequest
|
|
311
311
|
*/
|
|
312
|
-
declare type UpdateWorkflowJobFunctionRequest = Message<"tailor.v1.UpdateWorkflowJobFunctionRequest"> & {
|
|
312
|
+
export declare type UpdateWorkflowJobFunctionRequest = Message<"tailor.v1.UpdateWorkflowJobFunctionRequest"> & {
|
|
313
313
|
/**
|
|
314
314
|
* @generated from field: string workspace_id = 1;
|
|
315
315
|
*/
|
|
@@ -340,11 +340,11 @@ declare type UpdateWorkflowJobFunctionRequest = Message<"tailor.v1.UpdateWorkflo
|
|
|
340
340
|
* Describes the message tailor.v1.UpdateWorkflowJobFunctionRequest.
|
|
341
341
|
* Use `create(UpdateWorkflowJobFunctionRequestSchema)` to create a new message.
|
|
342
342
|
*/
|
|
343
|
-
declare const UpdateWorkflowJobFunctionRequestSchema: GenMessage<UpdateWorkflowJobFunctionRequest>;
|
|
343
|
+
export declare const UpdateWorkflowJobFunctionRequestSchema: GenMessage<UpdateWorkflowJobFunctionRequest>;
|
|
344
344
|
/**
|
|
345
345
|
* @generated from message tailor.v1.UpdateWorkflowJobFunctionResponse
|
|
346
346
|
*/
|
|
347
|
-
declare type UpdateWorkflowJobFunctionResponse = Message<"tailor.v1.UpdateWorkflowJobFunctionResponse"> & {
|
|
347
|
+
export declare type UpdateWorkflowJobFunctionResponse = Message<"tailor.v1.UpdateWorkflowJobFunctionResponse"> & {
|
|
348
348
|
/**
|
|
349
349
|
* @generated from field: tailor.v1.WorkflowJobFunction job_function = 1;
|
|
350
350
|
*/
|
|
@@ -354,11 +354,11 @@ declare type UpdateWorkflowJobFunctionResponse = Message<"tailor.v1.UpdateWorkfl
|
|
|
354
354
|
* Describes the message tailor.v1.UpdateWorkflowJobFunctionResponse.
|
|
355
355
|
* Use `create(UpdateWorkflowJobFunctionResponseSchema)` to create a new message.
|
|
356
356
|
*/
|
|
357
|
-
declare const UpdateWorkflowJobFunctionResponseSchema: GenMessage<UpdateWorkflowJobFunctionResponse>;
|
|
357
|
+
export declare const UpdateWorkflowJobFunctionResponseSchema: GenMessage<UpdateWorkflowJobFunctionResponse>;
|
|
358
358
|
/**
|
|
359
359
|
* @generated from message tailor.v1.DeleteWorkflowJobFunctionRequest
|
|
360
360
|
*/
|
|
361
|
-
declare type DeleteWorkflowJobFunctionRequest = Message<"tailor.v1.DeleteWorkflowJobFunctionRequest"> & {
|
|
361
|
+
export declare type DeleteWorkflowJobFunctionRequest = Message<"tailor.v1.DeleteWorkflowJobFunctionRequest"> & {
|
|
362
362
|
/**
|
|
363
363
|
* @generated from field: string workspace_id = 1;
|
|
364
364
|
*/
|
|
@@ -372,20 +372,20 @@ declare type DeleteWorkflowJobFunctionRequest = Message<"tailor.v1.DeleteWorkflo
|
|
|
372
372
|
* Describes the message tailor.v1.DeleteWorkflowJobFunctionRequest.
|
|
373
373
|
* Use `create(DeleteWorkflowJobFunctionRequestSchema)` to create a new message.
|
|
374
374
|
*/
|
|
375
|
-
declare const DeleteWorkflowJobFunctionRequestSchema: GenMessage<DeleteWorkflowJobFunctionRequest>;
|
|
375
|
+
export declare const DeleteWorkflowJobFunctionRequestSchema: GenMessage<DeleteWorkflowJobFunctionRequest>;
|
|
376
376
|
/**
|
|
377
377
|
* @generated from message tailor.v1.DeleteWorkflowJobFunctionResponse
|
|
378
378
|
*/
|
|
379
|
-
declare type DeleteWorkflowJobFunctionResponse = Message<"tailor.v1.DeleteWorkflowJobFunctionResponse"> & {};
|
|
379
|
+
export declare type DeleteWorkflowJobFunctionResponse = Message<"tailor.v1.DeleteWorkflowJobFunctionResponse"> & {};
|
|
380
380
|
/**
|
|
381
381
|
* Describes the message tailor.v1.DeleteWorkflowJobFunctionResponse.
|
|
382
382
|
* Use `create(DeleteWorkflowJobFunctionResponseSchema)` to create a new message.
|
|
383
383
|
*/
|
|
384
|
-
declare const DeleteWorkflowJobFunctionResponseSchema: GenMessage<DeleteWorkflowJobFunctionResponse>;
|
|
384
|
+
export declare const DeleteWorkflowJobFunctionResponseSchema: GenMessage<DeleteWorkflowJobFunctionResponse>;
|
|
385
385
|
/**
|
|
386
386
|
* @generated from message tailor.v1.GetWorkflowJobFunctionRequest
|
|
387
387
|
*/
|
|
388
|
-
declare type GetWorkflowJobFunctionRequest = Message<"tailor.v1.GetWorkflowJobFunctionRequest"> & {
|
|
388
|
+
export declare type GetWorkflowJobFunctionRequest = Message<"tailor.v1.GetWorkflowJobFunctionRequest"> & {
|
|
389
389
|
/**
|
|
390
390
|
* @generated from field: string workspace_id = 1;
|
|
391
391
|
*/
|
|
@@ -399,11 +399,11 @@ declare type GetWorkflowJobFunctionRequest = Message<"tailor.v1.GetWorkflowJobFu
|
|
|
399
399
|
* Describes the message tailor.v1.GetWorkflowJobFunctionRequest.
|
|
400
400
|
* Use `create(GetWorkflowJobFunctionRequestSchema)` to create a new message.
|
|
401
401
|
*/
|
|
402
|
-
declare const GetWorkflowJobFunctionRequestSchema: GenMessage<GetWorkflowJobFunctionRequest>;
|
|
402
|
+
export declare const GetWorkflowJobFunctionRequestSchema: GenMessage<GetWorkflowJobFunctionRequest>;
|
|
403
403
|
/**
|
|
404
404
|
* @generated from message tailor.v1.GetWorkflowJobFunctionResponse
|
|
405
405
|
*/
|
|
406
|
-
declare type GetWorkflowJobFunctionResponse = Message<"tailor.v1.GetWorkflowJobFunctionResponse"> & {
|
|
406
|
+
export declare type GetWorkflowJobFunctionResponse = Message<"tailor.v1.GetWorkflowJobFunctionResponse"> & {
|
|
407
407
|
/**
|
|
408
408
|
* @generated from field: tailor.v1.WorkflowJobFunction job_function = 1;
|
|
409
409
|
*/
|
|
@@ -413,11 +413,11 @@ declare type GetWorkflowJobFunctionResponse = Message<"tailor.v1.GetWorkflowJobF
|
|
|
413
413
|
* Describes the message tailor.v1.GetWorkflowJobFunctionResponse.
|
|
414
414
|
* Use `create(GetWorkflowJobFunctionResponseSchema)` to create a new message.
|
|
415
415
|
*/
|
|
416
|
-
declare const GetWorkflowJobFunctionResponseSchema: GenMessage<GetWorkflowJobFunctionResponse>;
|
|
416
|
+
export declare const GetWorkflowJobFunctionResponseSchema: GenMessage<GetWorkflowJobFunctionResponse>;
|
|
417
417
|
/**
|
|
418
418
|
* @generated from message tailor.v1.GetWorkflowJobFunctionByNameRequest
|
|
419
419
|
*/
|
|
420
|
-
declare type GetWorkflowJobFunctionByNameRequest = Message<"tailor.v1.GetWorkflowJobFunctionByNameRequest"> & {
|
|
420
|
+
export declare type GetWorkflowJobFunctionByNameRequest = Message<"tailor.v1.GetWorkflowJobFunctionByNameRequest"> & {
|
|
421
421
|
/**
|
|
422
422
|
* @generated from field: string workspace_id = 1;
|
|
423
423
|
*/
|
|
@@ -431,11 +431,11 @@ declare type GetWorkflowJobFunctionByNameRequest = Message<"tailor.v1.GetWorkflo
|
|
|
431
431
|
* Describes the message tailor.v1.GetWorkflowJobFunctionByNameRequest.
|
|
432
432
|
* Use `create(GetWorkflowJobFunctionByNameRequestSchema)` to create a new message.
|
|
433
433
|
*/
|
|
434
|
-
declare const GetWorkflowJobFunctionByNameRequestSchema: GenMessage<GetWorkflowJobFunctionByNameRequest>;
|
|
434
|
+
export declare const GetWorkflowJobFunctionByNameRequestSchema: GenMessage<GetWorkflowJobFunctionByNameRequest>;
|
|
435
435
|
/**
|
|
436
436
|
* @generated from message tailor.v1.GetWorkflowJobFunctionByNameResponse
|
|
437
437
|
*/
|
|
438
|
-
declare type GetWorkflowJobFunctionByNameResponse = Message<"tailor.v1.GetWorkflowJobFunctionByNameResponse"> & {
|
|
438
|
+
export declare type GetWorkflowJobFunctionByNameResponse = Message<"tailor.v1.GetWorkflowJobFunctionByNameResponse"> & {
|
|
439
439
|
/**
|
|
440
440
|
* @generated from field: tailor.v1.WorkflowJobFunction job_function = 1;
|
|
441
441
|
*/
|
|
@@ -445,11 +445,11 @@ declare type GetWorkflowJobFunctionByNameResponse = Message<"tailor.v1.GetWorkfl
|
|
|
445
445
|
* Describes the message tailor.v1.GetWorkflowJobFunctionByNameResponse.
|
|
446
446
|
* Use `create(GetWorkflowJobFunctionByNameResponseSchema)` to create a new message.
|
|
447
447
|
*/
|
|
448
|
-
declare const GetWorkflowJobFunctionByNameResponseSchema: GenMessage<GetWorkflowJobFunctionByNameResponse>;
|
|
448
|
+
export declare const GetWorkflowJobFunctionByNameResponseSchema: GenMessage<GetWorkflowJobFunctionByNameResponse>;
|
|
449
449
|
/**
|
|
450
450
|
* @generated from message tailor.v1.ListWorkflowJobFunctionsRequest
|
|
451
451
|
*/
|
|
452
|
-
declare type ListWorkflowJobFunctionsRequest = Message<"tailor.v1.ListWorkflowJobFunctionsRequest"> & {
|
|
452
|
+
export declare type ListWorkflowJobFunctionsRequest = Message<"tailor.v1.ListWorkflowJobFunctionsRequest"> & {
|
|
453
453
|
/**
|
|
454
454
|
* @generated from field: string workspace_id = 1;
|
|
455
455
|
*/
|
|
@@ -474,11 +474,11 @@ declare type ListWorkflowJobFunctionsRequest = Message<"tailor.v1.ListWorkflowJo
|
|
|
474
474
|
* Describes the message tailor.v1.ListWorkflowJobFunctionsRequest.
|
|
475
475
|
* Use `create(ListWorkflowJobFunctionsRequestSchema)` to create a new message.
|
|
476
476
|
*/
|
|
477
|
-
declare const ListWorkflowJobFunctionsRequestSchema: GenMessage<ListWorkflowJobFunctionsRequest>;
|
|
477
|
+
export declare const ListWorkflowJobFunctionsRequestSchema: GenMessage<ListWorkflowJobFunctionsRequest>;
|
|
478
478
|
/**
|
|
479
479
|
* @generated from message tailor.v1.ListWorkflowJobFunctionsResponse
|
|
480
480
|
*/
|
|
481
|
-
declare type ListWorkflowJobFunctionsResponse = Message<"tailor.v1.ListWorkflowJobFunctionsResponse"> & {
|
|
481
|
+
export declare type ListWorkflowJobFunctionsResponse = Message<"tailor.v1.ListWorkflowJobFunctionsResponse"> & {
|
|
482
482
|
/**
|
|
483
483
|
* One entry per job function name, the latest version of each, oldest job
|
|
484
484
|
* function first. Ordering is by when the job function was created, not by
|
|
@@ -509,11 +509,11 @@ declare type ListWorkflowJobFunctionsResponse = Message<"tailor.v1.ListWorkflowJ
|
|
|
509
509
|
* Describes the message tailor.v1.ListWorkflowJobFunctionsResponse.
|
|
510
510
|
* Use `create(ListWorkflowJobFunctionsResponseSchema)` to create a new message.
|
|
511
511
|
*/
|
|
512
|
-
declare const ListWorkflowJobFunctionsResponseSchema: GenMessage<ListWorkflowJobFunctionsResponse>;
|
|
512
|
+
export declare const ListWorkflowJobFunctionsResponseSchema: GenMessage<ListWorkflowJobFunctionsResponse>;
|
|
513
513
|
/**
|
|
514
514
|
* @generated from message tailor.v1.GetWorkflowExecutionRequest
|
|
515
515
|
*/
|
|
516
|
-
declare type GetWorkflowExecutionRequest = Message<"tailor.v1.GetWorkflowExecutionRequest"> & {
|
|
516
|
+
export declare type GetWorkflowExecutionRequest = Message<"tailor.v1.GetWorkflowExecutionRequest"> & {
|
|
517
517
|
/**
|
|
518
518
|
* @generated from field: string workspace_id = 1;
|
|
519
519
|
*/
|
|
@@ -527,11 +527,11 @@ declare type GetWorkflowExecutionRequest = Message<"tailor.v1.GetWorkflowExecuti
|
|
|
527
527
|
* Describes the message tailor.v1.GetWorkflowExecutionRequest.
|
|
528
528
|
* Use `create(GetWorkflowExecutionRequestSchema)` to create a new message.
|
|
529
529
|
*/
|
|
530
|
-
declare const GetWorkflowExecutionRequestSchema: GenMessage<GetWorkflowExecutionRequest>;
|
|
530
|
+
export declare const GetWorkflowExecutionRequestSchema: GenMessage<GetWorkflowExecutionRequest>;
|
|
531
531
|
/**
|
|
532
532
|
* @generated from message tailor.v1.GetWorkflowExecutionResponse
|
|
533
533
|
*/
|
|
534
|
-
declare type GetWorkflowExecutionResponse = Message<"tailor.v1.GetWorkflowExecutionResponse"> & {
|
|
534
|
+
export declare type GetWorkflowExecutionResponse = Message<"tailor.v1.GetWorkflowExecutionResponse"> & {
|
|
535
535
|
/**
|
|
536
536
|
* @generated from field: tailor.v1.WorkflowExecution execution = 1;
|
|
537
537
|
*/
|
|
@@ -541,11 +541,11 @@ declare type GetWorkflowExecutionResponse = Message<"tailor.v1.GetWorkflowExecut
|
|
|
541
541
|
* Describes the message tailor.v1.GetWorkflowExecutionResponse.
|
|
542
542
|
* Use `create(GetWorkflowExecutionResponseSchema)` to create a new message.
|
|
543
543
|
*/
|
|
544
|
-
declare const GetWorkflowExecutionResponseSchema: GenMessage<GetWorkflowExecutionResponse>;
|
|
544
|
+
export declare const GetWorkflowExecutionResponseSchema: GenMessage<GetWorkflowExecutionResponse>;
|
|
545
545
|
/**
|
|
546
546
|
* @generated from message tailor.v1.ListWorkflowExecutionsRequest
|
|
547
547
|
*/
|
|
548
|
-
declare type ListWorkflowExecutionsRequest = Message<"tailor.v1.ListWorkflowExecutionsRequest"> & {
|
|
548
|
+
export declare type ListWorkflowExecutionsRequest = Message<"tailor.v1.ListWorkflowExecutionsRequest"> & {
|
|
549
549
|
/**
|
|
550
550
|
* @generated from field: string workspace_id = 1;
|
|
551
551
|
*/
|
|
@@ -575,11 +575,11 @@ declare type ListWorkflowExecutionsRequest = Message<"tailor.v1.ListWorkflowExec
|
|
|
575
575
|
* Describes the message tailor.v1.ListWorkflowExecutionsRequest.
|
|
576
576
|
* Use `create(ListWorkflowExecutionsRequestSchema)` to create a new message.
|
|
577
577
|
*/
|
|
578
|
-
declare const ListWorkflowExecutionsRequestSchema: GenMessage<ListWorkflowExecutionsRequest>;
|
|
578
|
+
export declare const ListWorkflowExecutionsRequestSchema: GenMessage<ListWorkflowExecutionsRequest>;
|
|
579
579
|
/**
|
|
580
580
|
* @generated from message tailor.v1.ListWorkflowExecutionsResponse
|
|
581
581
|
*/
|
|
582
|
-
declare type ListWorkflowExecutionsResponse = Message<"tailor.v1.ListWorkflowExecutionsResponse"> & {
|
|
582
|
+
export declare type ListWorkflowExecutionsResponse = Message<"tailor.v1.ListWorkflowExecutionsResponse"> & {
|
|
583
583
|
/**
|
|
584
584
|
* @generated from field: repeated tailor.v1.WorkflowExecution executions = 1;
|
|
585
585
|
*/
|
|
@@ -597,11 +597,11 @@ declare type ListWorkflowExecutionsResponse = Message<"tailor.v1.ListWorkflowExe
|
|
|
597
597
|
* Describes the message tailor.v1.ListWorkflowExecutionsResponse.
|
|
598
598
|
* Use `create(ListWorkflowExecutionsResponseSchema)` to create a new message.
|
|
599
599
|
*/
|
|
600
|
-
declare const ListWorkflowExecutionsResponseSchema: GenMessage<ListWorkflowExecutionsResponse>;
|
|
600
|
+
export declare const ListWorkflowExecutionsResponseSchema: GenMessage<ListWorkflowExecutionsResponse>;
|
|
601
601
|
/**
|
|
602
602
|
* @generated from message tailor.v1.TestStartWorkflowRequest
|
|
603
603
|
*/
|
|
604
|
-
declare type TestStartWorkflowRequest = Message<"tailor.v1.TestStartWorkflowRequest"> & {
|
|
604
|
+
export declare type TestStartWorkflowRequest = Message<"tailor.v1.TestStartWorkflowRequest"> & {
|
|
605
605
|
/**
|
|
606
606
|
* @generated from field: string workspace_id = 1;
|
|
607
607
|
*/
|
|
@@ -623,11 +623,11 @@ declare type TestStartWorkflowRequest = Message<"tailor.v1.TestStartWorkflowRequ
|
|
|
623
623
|
* Describes the message tailor.v1.TestStartWorkflowRequest.
|
|
624
624
|
* Use `create(TestStartWorkflowRequestSchema)` to create a new message.
|
|
625
625
|
*/
|
|
626
|
-
declare const TestStartWorkflowRequestSchema: GenMessage<TestStartWorkflowRequest>;
|
|
626
|
+
export declare const TestStartWorkflowRequestSchema: GenMessage<TestStartWorkflowRequest>;
|
|
627
627
|
/**
|
|
628
628
|
* @generated from message tailor.v1.TestStartWorkflowResponse
|
|
629
629
|
*/
|
|
630
|
-
declare type TestStartWorkflowResponse = Message<"tailor.v1.TestStartWorkflowResponse"> & {
|
|
630
|
+
export declare type TestStartWorkflowResponse = Message<"tailor.v1.TestStartWorkflowResponse"> & {
|
|
631
631
|
/**
|
|
632
632
|
* @generated from field: string execution_id = 1;
|
|
633
633
|
*/
|
|
@@ -637,11 +637,11 @@ declare type TestStartWorkflowResponse = Message<"tailor.v1.TestStartWorkflowRes
|
|
|
637
637
|
* Describes the message tailor.v1.TestStartWorkflowResponse.
|
|
638
638
|
* Use `create(TestStartWorkflowResponseSchema)` to create a new message.
|
|
639
639
|
*/
|
|
640
|
-
declare const TestStartWorkflowResponseSchema: GenMessage<TestStartWorkflowResponse>;
|
|
640
|
+
export declare const TestStartWorkflowResponseSchema: GenMessage<TestStartWorkflowResponse>;
|
|
641
641
|
/**
|
|
642
642
|
* @generated from message tailor.v1.TestResumeWorkflowRequest
|
|
643
643
|
*/
|
|
644
|
-
declare type TestResumeWorkflowRequest = Message<"tailor.v1.TestResumeWorkflowRequest"> & {
|
|
644
|
+
export declare type TestResumeWorkflowRequest = Message<"tailor.v1.TestResumeWorkflowRequest"> & {
|
|
645
645
|
/**
|
|
646
646
|
* @generated from field: string workspace_id = 1;
|
|
647
647
|
*/
|
|
@@ -655,11 +655,11 @@ declare type TestResumeWorkflowRequest = Message<"tailor.v1.TestResumeWorkflowRe
|
|
|
655
655
|
* Describes the message tailor.v1.TestResumeWorkflowRequest.
|
|
656
656
|
* Use `create(TestResumeWorkflowRequestSchema)` to create a new message.
|
|
657
657
|
*/
|
|
658
|
-
declare const TestResumeWorkflowRequestSchema: GenMessage<TestResumeWorkflowRequest>;
|
|
658
|
+
export declare const TestResumeWorkflowRequestSchema: GenMessage<TestResumeWorkflowRequest>;
|
|
659
659
|
/**
|
|
660
660
|
* @generated from message tailor.v1.TestResumeWorkflowResponse
|
|
661
661
|
*/
|
|
662
|
-
declare type TestResumeWorkflowResponse = Message<"tailor.v1.TestResumeWorkflowResponse"> & {
|
|
662
|
+
export declare type TestResumeWorkflowResponse = Message<"tailor.v1.TestResumeWorkflowResponse"> & {
|
|
663
663
|
/**
|
|
664
664
|
* @generated from field: string execution_id = 1;
|
|
665
665
|
*/
|
|
@@ -669,11 +669,11 @@ declare type TestResumeWorkflowResponse = Message<"tailor.v1.TestResumeWorkflowR
|
|
|
669
669
|
* Describes the message tailor.v1.TestResumeWorkflowResponse.
|
|
670
670
|
* Use `create(TestResumeWorkflowResponseSchema)` to create a new message.
|
|
671
671
|
*/
|
|
672
|
-
declare const TestResumeWorkflowResponseSchema: GenMessage<TestResumeWorkflowResponse>;
|
|
672
|
+
export declare const TestResumeWorkflowResponseSchema: GenMessage<TestResumeWorkflowResponse>;
|
|
673
673
|
/**
|
|
674
674
|
* @generated from message tailor.v1.StartWorkflowRequest
|
|
675
675
|
*/
|
|
676
|
-
declare type StartWorkflowRequest = Message<"tailor.v1.StartWorkflowRequest"> & {
|
|
676
|
+
export declare type StartWorkflowRequest = Message<"tailor.v1.StartWorkflowRequest"> & {
|
|
677
677
|
/**
|
|
678
678
|
* @generated from field: string workspace_id = 1;
|
|
679
679
|
*/
|
|
@@ -695,11 +695,11 @@ declare type StartWorkflowRequest = Message<"tailor.v1.StartWorkflowRequest"> &
|
|
|
695
695
|
* Describes the message tailor.v1.StartWorkflowRequest.
|
|
696
696
|
* Use `create(StartWorkflowRequestSchema)` to create a new message.
|
|
697
697
|
*/
|
|
698
|
-
declare const StartWorkflowRequestSchema: GenMessage<StartWorkflowRequest>;
|
|
698
|
+
export declare const StartWorkflowRequestSchema: GenMessage<StartWorkflowRequest>;
|
|
699
699
|
/**
|
|
700
700
|
* @generated from message tailor.v1.StartWorkflowResponse
|
|
701
701
|
*/
|
|
702
|
-
declare type StartWorkflowResponse = Message<"tailor.v1.StartWorkflowResponse"> & {
|
|
702
|
+
export declare type StartWorkflowResponse = Message<"tailor.v1.StartWorkflowResponse"> & {
|
|
703
703
|
/**
|
|
704
704
|
* @generated from field: string execution_id = 1;
|
|
705
705
|
*/
|
|
@@ -709,11 +709,11 @@ declare type StartWorkflowResponse = Message<"tailor.v1.StartWorkflowResponse">
|
|
|
709
709
|
* Describes the message tailor.v1.StartWorkflowResponse.
|
|
710
710
|
* Use `create(StartWorkflowResponseSchema)` to create a new message.
|
|
711
711
|
*/
|
|
712
|
-
declare const StartWorkflowResponseSchema: GenMessage<StartWorkflowResponse>;
|
|
712
|
+
export declare const StartWorkflowResponseSchema: GenMessage<StartWorkflowResponse>;
|
|
713
713
|
/**
|
|
714
714
|
* @generated from message tailor.v1.ResumeWorkflowExecutionRequest
|
|
715
715
|
*/
|
|
716
|
-
declare type ResumeWorkflowExecutionRequest = Message<"tailor.v1.ResumeWorkflowExecutionRequest"> & {
|
|
716
|
+
export declare type ResumeWorkflowExecutionRequest = Message<"tailor.v1.ResumeWorkflowExecutionRequest"> & {
|
|
717
717
|
/**
|
|
718
718
|
* @generated from field: string workspace_id = 1;
|
|
719
719
|
*/
|
|
@@ -727,11 +727,11 @@ declare type ResumeWorkflowExecutionRequest = Message<"tailor.v1.ResumeWorkflowE
|
|
|
727
727
|
* Describes the message tailor.v1.ResumeWorkflowExecutionRequest.
|
|
728
728
|
* Use `create(ResumeWorkflowExecutionRequestSchema)` to create a new message.
|
|
729
729
|
*/
|
|
730
|
-
declare const ResumeWorkflowExecutionRequestSchema: GenMessage<ResumeWorkflowExecutionRequest>;
|
|
730
|
+
export declare const ResumeWorkflowExecutionRequestSchema: GenMessage<ResumeWorkflowExecutionRequest>;
|
|
731
731
|
/**
|
|
732
732
|
* @generated from message tailor.v1.ResumeWorkflowExecutionResponse
|
|
733
733
|
*/
|
|
734
|
-
declare type ResumeWorkflowExecutionResponse = Message<"tailor.v1.ResumeWorkflowExecutionResponse"> & {
|
|
734
|
+
export declare type ResumeWorkflowExecutionResponse = Message<"tailor.v1.ResumeWorkflowExecutionResponse"> & {
|
|
735
735
|
/**
|
|
736
736
|
* @generated from field: string execution_id = 1;
|
|
737
737
|
*/
|
|
@@ -741,11 +741,11 @@ declare type ResumeWorkflowExecutionResponse = Message<"tailor.v1.ResumeWorkflow
|
|
|
741
741
|
* Describes the message tailor.v1.ResumeWorkflowExecutionResponse.
|
|
742
742
|
* Use `create(ResumeWorkflowExecutionResponseSchema)` to create a new message.
|
|
743
743
|
*/
|
|
744
|
-
declare const ResumeWorkflowExecutionResponseSchema: GenMessage<ResumeWorkflowExecutionResponse>;
|
|
744
|
+
export declare const ResumeWorkflowExecutionResponseSchema: GenMessage<ResumeWorkflowExecutionResponse>;
|
|
745
745
|
/**
|
|
746
746
|
* @generated from message tailor.v1.CreateWorkflowJobFunctionExecutionPolicyRequest
|
|
747
747
|
*/
|
|
748
|
-
declare type CreateWorkflowJobFunctionExecutionPolicyRequest = Message<"tailor.v1.CreateWorkflowJobFunctionExecutionPolicyRequest"> & {
|
|
748
|
+
export declare type CreateWorkflowJobFunctionExecutionPolicyRequest = Message<"tailor.v1.CreateWorkflowJobFunctionExecutionPolicyRequest"> & {
|
|
749
749
|
/**
|
|
750
750
|
* @generated from field: string workspace_id = 1;
|
|
751
751
|
*/
|
|
@@ -771,11 +771,11 @@ declare type CreateWorkflowJobFunctionExecutionPolicyRequest = Message<"tailor.v
|
|
|
771
771
|
* Describes the message tailor.v1.CreateWorkflowJobFunctionExecutionPolicyRequest.
|
|
772
772
|
* Use `create(CreateWorkflowJobFunctionExecutionPolicyRequestSchema)` to create a new message.
|
|
773
773
|
*/
|
|
774
|
-
declare const CreateWorkflowJobFunctionExecutionPolicyRequestSchema: GenMessage<CreateWorkflowJobFunctionExecutionPolicyRequest>;
|
|
774
|
+
export declare const CreateWorkflowJobFunctionExecutionPolicyRequestSchema: GenMessage<CreateWorkflowJobFunctionExecutionPolicyRequest>;
|
|
775
775
|
/**
|
|
776
776
|
* @generated from message tailor.v1.CreateWorkflowJobFunctionExecutionPolicyResponse
|
|
777
777
|
*/
|
|
778
|
-
declare type CreateWorkflowJobFunctionExecutionPolicyResponse = Message<"tailor.v1.CreateWorkflowJobFunctionExecutionPolicyResponse"> & {
|
|
778
|
+
export declare type CreateWorkflowJobFunctionExecutionPolicyResponse = Message<"tailor.v1.CreateWorkflowJobFunctionExecutionPolicyResponse"> & {
|
|
779
779
|
/**
|
|
780
780
|
* @generated from field: tailor.v1.WorkflowJobFunctionExecutionPolicy policy = 1;
|
|
781
781
|
*/
|
|
@@ -785,11 +785,11 @@ declare type CreateWorkflowJobFunctionExecutionPolicyResponse = Message<"tailor.
|
|
|
785
785
|
* Describes the message tailor.v1.CreateWorkflowJobFunctionExecutionPolicyResponse.
|
|
786
786
|
* Use `create(CreateWorkflowJobFunctionExecutionPolicyResponseSchema)` to create a new message.
|
|
787
787
|
*/
|
|
788
|
-
declare const CreateWorkflowJobFunctionExecutionPolicyResponseSchema: GenMessage<CreateWorkflowJobFunctionExecutionPolicyResponse>;
|
|
788
|
+
export declare const CreateWorkflowJobFunctionExecutionPolicyResponseSchema: GenMessage<CreateWorkflowJobFunctionExecutionPolicyResponse>;
|
|
789
789
|
/**
|
|
790
790
|
* @generated from message tailor.v1.UpdateWorkflowJobFunctionExecutionPolicyRequest
|
|
791
791
|
*/
|
|
792
|
-
declare type UpdateWorkflowJobFunctionExecutionPolicyRequest = Message<"tailor.v1.UpdateWorkflowJobFunctionExecutionPolicyRequest"> & {
|
|
792
|
+
export declare type UpdateWorkflowJobFunctionExecutionPolicyRequest = Message<"tailor.v1.UpdateWorkflowJobFunctionExecutionPolicyRequest"> & {
|
|
793
793
|
/**
|
|
794
794
|
* @generated from field: string workspace_id = 1;
|
|
795
795
|
*/
|
|
@@ -807,11 +807,11 @@ declare type UpdateWorkflowJobFunctionExecutionPolicyRequest = Message<"tailor.v
|
|
|
807
807
|
* Describes the message tailor.v1.UpdateWorkflowJobFunctionExecutionPolicyRequest.
|
|
808
808
|
* Use `create(UpdateWorkflowJobFunctionExecutionPolicyRequestSchema)` to create a new message.
|
|
809
809
|
*/
|
|
810
|
-
declare const UpdateWorkflowJobFunctionExecutionPolicyRequestSchema: GenMessage<UpdateWorkflowJobFunctionExecutionPolicyRequest>;
|
|
810
|
+
export declare const UpdateWorkflowJobFunctionExecutionPolicyRequestSchema: GenMessage<UpdateWorkflowJobFunctionExecutionPolicyRequest>;
|
|
811
811
|
/**
|
|
812
812
|
* @generated from message tailor.v1.UpdateWorkflowJobFunctionExecutionPolicyResponse
|
|
813
813
|
*/
|
|
814
|
-
declare type UpdateWorkflowJobFunctionExecutionPolicyResponse = Message<"tailor.v1.UpdateWorkflowJobFunctionExecutionPolicyResponse"> & {
|
|
814
|
+
export declare type UpdateWorkflowJobFunctionExecutionPolicyResponse = Message<"tailor.v1.UpdateWorkflowJobFunctionExecutionPolicyResponse"> & {
|
|
815
815
|
/**
|
|
816
816
|
* @generated from field: tailor.v1.WorkflowJobFunctionExecutionPolicy policy = 1;
|
|
817
817
|
*/
|
|
@@ -821,11 +821,11 @@ declare type UpdateWorkflowJobFunctionExecutionPolicyResponse = Message<"tailor.
|
|
|
821
821
|
* Describes the message tailor.v1.UpdateWorkflowJobFunctionExecutionPolicyResponse.
|
|
822
822
|
* Use `create(UpdateWorkflowJobFunctionExecutionPolicyResponseSchema)` to create a new message.
|
|
823
823
|
*/
|
|
824
|
-
declare const UpdateWorkflowJobFunctionExecutionPolicyResponseSchema: GenMessage<UpdateWorkflowJobFunctionExecutionPolicyResponse>;
|
|
824
|
+
export declare const UpdateWorkflowJobFunctionExecutionPolicyResponseSchema: GenMessage<UpdateWorkflowJobFunctionExecutionPolicyResponse>;
|
|
825
825
|
/**
|
|
826
826
|
* @generated from message tailor.v1.DeleteWorkflowJobFunctionExecutionPolicyRequest
|
|
827
827
|
*/
|
|
828
|
-
declare type DeleteWorkflowJobFunctionExecutionPolicyRequest = Message<"tailor.v1.DeleteWorkflowJobFunctionExecutionPolicyRequest"> & {
|
|
828
|
+
export declare type DeleteWorkflowJobFunctionExecutionPolicyRequest = Message<"tailor.v1.DeleteWorkflowJobFunctionExecutionPolicyRequest"> & {
|
|
829
829
|
/**
|
|
830
830
|
* @generated from field: string workspace_id = 1;
|
|
831
831
|
*/
|
|
@@ -839,20 +839,20 @@ declare type DeleteWorkflowJobFunctionExecutionPolicyRequest = Message<"tailor.v
|
|
|
839
839
|
* Describes the message tailor.v1.DeleteWorkflowJobFunctionExecutionPolicyRequest.
|
|
840
840
|
* Use `create(DeleteWorkflowJobFunctionExecutionPolicyRequestSchema)` to create a new message.
|
|
841
841
|
*/
|
|
842
|
-
declare const DeleteWorkflowJobFunctionExecutionPolicyRequestSchema: GenMessage<DeleteWorkflowJobFunctionExecutionPolicyRequest>;
|
|
842
|
+
export declare const DeleteWorkflowJobFunctionExecutionPolicyRequestSchema: GenMessage<DeleteWorkflowJobFunctionExecutionPolicyRequest>;
|
|
843
843
|
/**
|
|
844
844
|
* @generated from message tailor.v1.DeleteWorkflowJobFunctionExecutionPolicyResponse
|
|
845
845
|
*/
|
|
846
|
-
declare type DeleteWorkflowJobFunctionExecutionPolicyResponse = Message<"tailor.v1.DeleteWorkflowJobFunctionExecutionPolicyResponse"> & {};
|
|
846
|
+
export declare type DeleteWorkflowJobFunctionExecutionPolicyResponse = Message<"tailor.v1.DeleteWorkflowJobFunctionExecutionPolicyResponse"> & {};
|
|
847
847
|
/**
|
|
848
848
|
* Describes the message tailor.v1.DeleteWorkflowJobFunctionExecutionPolicyResponse.
|
|
849
849
|
* Use `create(DeleteWorkflowJobFunctionExecutionPolicyResponseSchema)` to create a new message.
|
|
850
850
|
*/
|
|
851
|
-
declare const DeleteWorkflowJobFunctionExecutionPolicyResponseSchema: GenMessage<DeleteWorkflowJobFunctionExecutionPolicyResponse>;
|
|
851
|
+
export declare const DeleteWorkflowJobFunctionExecutionPolicyResponseSchema: GenMessage<DeleteWorkflowJobFunctionExecutionPolicyResponse>;
|
|
852
852
|
/**
|
|
853
853
|
* @generated from message tailor.v1.GetWorkflowJobFunctionExecutionPolicyRequest
|
|
854
854
|
*/
|
|
855
|
-
declare type GetWorkflowJobFunctionExecutionPolicyRequest = Message<"tailor.v1.GetWorkflowJobFunctionExecutionPolicyRequest"> & {
|
|
855
|
+
export declare type GetWorkflowJobFunctionExecutionPolicyRequest = Message<"tailor.v1.GetWorkflowJobFunctionExecutionPolicyRequest"> & {
|
|
856
856
|
/**
|
|
857
857
|
* @generated from field: string workspace_id = 1;
|
|
858
858
|
*/
|
|
@@ -866,11 +866,11 @@ declare type GetWorkflowJobFunctionExecutionPolicyRequest = Message<"tailor.v1.G
|
|
|
866
866
|
* Describes the message tailor.v1.GetWorkflowJobFunctionExecutionPolicyRequest.
|
|
867
867
|
* Use `create(GetWorkflowJobFunctionExecutionPolicyRequestSchema)` to create a new message.
|
|
868
868
|
*/
|
|
869
|
-
declare const GetWorkflowJobFunctionExecutionPolicyRequestSchema: GenMessage<GetWorkflowJobFunctionExecutionPolicyRequest>;
|
|
869
|
+
export declare const GetWorkflowJobFunctionExecutionPolicyRequestSchema: GenMessage<GetWorkflowJobFunctionExecutionPolicyRequest>;
|
|
870
870
|
/**
|
|
871
871
|
* @generated from message tailor.v1.GetWorkflowJobFunctionExecutionPolicyResponse
|
|
872
872
|
*/
|
|
873
|
-
declare type GetWorkflowJobFunctionExecutionPolicyResponse = Message<"tailor.v1.GetWorkflowJobFunctionExecutionPolicyResponse"> & {
|
|
873
|
+
export declare type GetWorkflowJobFunctionExecutionPolicyResponse = Message<"tailor.v1.GetWorkflowJobFunctionExecutionPolicyResponse"> & {
|
|
874
874
|
/**
|
|
875
875
|
* @generated from field: tailor.v1.WorkflowJobFunctionExecutionPolicy policy = 1;
|
|
876
876
|
*/
|
|
@@ -880,11 +880,11 @@ declare type GetWorkflowJobFunctionExecutionPolicyResponse = Message<"tailor.v1.
|
|
|
880
880
|
* Describes the message tailor.v1.GetWorkflowJobFunctionExecutionPolicyResponse.
|
|
881
881
|
* Use `create(GetWorkflowJobFunctionExecutionPolicyResponseSchema)` to create a new message.
|
|
882
882
|
*/
|
|
883
|
-
declare const GetWorkflowJobFunctionExecutionPolicyResponseSchema: GenMessage<GetWorkflowJobFunctionExecutionPolicyResponse>;
|
|
883
|
+
export declare const GetWorkflowJobFunctionExecutionPolicyResponseSchema: GenMessage<GetWorkflowJobFunctionExecutionPolicyResponse>;
|
|
884
884
|
/**
|
|
885
885
|
* @generated from message tailor.v1.GetWorkflowJobFunctionExecutionPolicyByKeyRequest
|
|
886
886
|
*/
|
|
887
|
-
declare type GetWorkflowJobFunctionExecutionPolicyByKeyRequest = Message<"tailor.v1.GetWorkflowJobFunctionExecutionPolicyByKeyRequest"> & {
|
|
887
|
+
export declare type GetWorkflowJobFunctionExecutionPolicyByKeyRequest = Message<"tailor.v1.GetWorkflowJobFunctionExecutionPolicyByKeyRequest"> & {
|
|
888
888
|
/**
|
|
889
889
|
* @generated from field: string workspace_id = 1;
|
|
890
890
|
*/
|
|
@@ -903,11 +903,11 @@ declare type GetWorkflowJobFunctionExecutionPolicyByKeyRequest = Message<"tailor
|
|
|
903
903
|
* Describes the message tailor.v1.GetWorkflowJobFunctionExecutionPolicyByKeyRequest.
|
|
904
904
|
* Use `create(GetWorkflowJobFunctionExecutionPolicyByKeyRequestSchema)` to create a new message.
|
|
905
905
|
*/
|
|
906
|
-
declare const GetWorkflowJobFunctionExecutionPolicyByKeyRequestSchema: GenMessage<GetWorkflowJobFunctionExecutionPolicyByKeyRequest>;
|
|
906
|
+
export declare const GetWorkflowJobFunctionExecutionPolicyByKeyRequestSchema: GenMessage<GetWorkflowJobFunctionExecutionPolicyByKeyRequest>;
|
|
907
907
|
/**
|
|
908
908
|
* @generated from message tailor.v1.GetWorkflowJobFunctionExecutionPolicyByKeyResponse
|
|
909
909
|
*/
|
|
910
|
-
declare type GetWorkflowJobFunctionExecutionPolicyByKeyResponse = Message<"tailor.v1.GetWorkflowJobFunctionExecutionPolicyByKeyResponse"> & {
|
|
910
|
+
export declare type GetWorkflowJobFunctionExecutionPolicyByKeyResponse = Message<"tailor.v1.GetWorkflowJobFunctionExecutionPolicyByKeyResponse"> & {
|
|
911
911
|
/**
|
|
912
912
|
* @generated from field: tailor.v1.WorkflowJobFunctionExecutionPolicy policy = 1;
|
|
913
913
|
*/
|
|
@@ -917,11 +917,11 @@ declare type GetWorkflowJobFunctionExecutionPolicyByKeyResponse = Message<"tailo
|
|
|
917
917
|
* Describes the message tailor.v1.GetWorkflowJobFunctionExecutionPolicyByKeyResponse.
|
|
918
918
|
* Use `create(GetWorkflowJobFunctionExecutionPolicyByKeyResponseSchema)` to create a new message.
|
|
919
919
|
*/
|
|
920
|
-
declare const GetWorkflowJobFunctionExecutionPolicyByKeyResponseSchema: GenMessage<GetWorkflowJobFunctionExecutionPolicyByKeyResponse>;
|
|
920
|
+
export declare const GetWorkflowJobFunctionExecutionPolicyByKeyResponseSchema: GenMessage<GetWorkflowJobFunctionExecutionPolicyByKeyResponse>;
|
|
921
921
|
/**
|
|
922
922
|
* @generated from message tailor.v1.ListWorkflowJobFunctionExecutionPoliciesRequest
|
|
923
923
|
*/
|
|
924
|
-
declare type ListWorkflowJobFunctionExecutionPoliciesRequest = Message<"tailor.v1.ListWorkflowJobFunctionExecutionPoliciesRequest"> & {
|
|
924
|
+
export declare type ListWorkflowJobFunctionExecutionPoliciesRequest = Message<"tailor.v1.ListWorkflowJobFunctionExecutionPoliciesRequest"> & {
|
|
925
925
|
/**
|
|
926
926
|
* @generated from field: string workspace_id = 1;
|
|
927
927
|
*/
|
|
@@ -943,11 +943,11 @@ declare type ListWorkflowJobFunctionExecutionPoliciesRequest = Message<"tailor.v
|
|
|
943
943
|
* Describes the message tailor.v1.ListWorkflowJobFunctionExecutionPoliciesRequest.
|
|
944
944
|
* Use `create(ListWorkflowJobFunctionExecutionPoliciesRequestSchema)` to create a new message.
|
|
945
945
|
*/
|
|
946
|
-
declare const ListWorkflowJobFunctionExecutionPoliciesRequestSchema: GenMessage<ListWorkflowJobFunctionExecutionPoliciesRequest>;
|
|
946
|
+
export declare const ListWorkflowJobFunctionExecutionPoliciesRequestSchema: GenMessage<ListWorkflowJobFunctionExecutionPoliciesRequest>;
|
|
947
947
|
/**
|
|
948
948
|
* @generated from message tailor.v1.ListWorkflowJobFunctionExecutionPoliciesResponse
|
|
949
949
|
*/
|
|
950
|
-
declare type ListWorkflowJobFunctionExecutionPoliciesResponse = Message<"tailor.v1.ListWorkflowJobFunctionExecutionPoliciesResponse"> & {
|
|
950
|
+
export declare type ListWorkflowJobFunctionExecutionPoliciesResponse = Message<"tailor.v1.ListWorkflowJobFunctionExecutionPoliciesResponse"> & {
|
|
951
951
|
/**
|
|
952
952
|
* @generated from field: repeated tailor.v1.WorkflowJobFunctionExecutionPolicy policies = 1;
|
|
953
953
|
*/
|
|
@@ -965,6 +965,5 @@ declare type ListWorkflowJobFunctionExecutionPoliciesResponse = Message<"tailor.
|
|
|
965
965
|
* Describes the message tailor.v1.ListWorkflowJobFunctionExecutionPoliciesResponse.
|
|
966
966
|
* Use `create(ListWorkflowJobFunctionExecutionPoliciesResponseSchema)` to create a new message.
|
|
967
967
|
*/
|
|
968
|
-
declare const ListWorkflowJobFunctionExecutionPoliciesResponseSchema: GenMessage<ListWorkflowJobFunctionExecutionPoliciesResponse>;
|
|
969
|
-
//#endregion
|
|
970
|
-
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 };
|
|
968
|
+
export declare const ListWorkflowJobFunctionExecutionPoliciesResponseSchema: GenMessage<ListWorkflowJobFunctionExecutionPoliciesResponse>;
|
|
969
|
+
//#endregion
|