@tailor-platform/sdk 2.14.0 → 2.14.1
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 +22 -0
- package/dist/application-BWOMdL3D.mjs +1 -0
- package/dist/{application-CiN_er9X.mjs → application-CfevPO-k.mjs} +8 -8
- package/dist/application-CfevPO-k.mjs.map +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-DZ1Kpt4s.mjs} +44 -44
- package/dist/register-ts-hook-DZ1Kpt4s.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/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 +13 -14
- 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/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
|
@@ -6,7 +6,7 @@ import { JsonObject, Message } from "@bufbuild/protobuf";
|
|
|
6
6
|
/**
|
|
7
7
|
* @generated from message tailor.v1.CreateExecutorExecutorRequest
|
|
8
8
|
*/
|
|
9
|
-
declare type CreateExecutorExecutorRequest = Message<"tailor.v1.CreateExecutorExecutorRequest"> & {
|
|
9
|
+
export declare type CreateExecutorExecutorRequest = Message<"tailor.v1.CreateExecutorExecutorRequest"> & {
|
|
10
10
|
/**
|
|
11
11
|
* @generated from field: string workspace_id = 1;
|
|
12
12
|
*/
|
|
@@ -20,11 +20,11 @@ declare type CreateExecutorExecutorRequest = Message<"tailor.v1.CreateExecutorEx
|
|
|
20
20
|
* Describes the message tailor.v1.CreateExecutorExecutorRequest.
|
|
21
21
|
* Use `create(CreateExecutorExecutorRequestSchema)` to create a new message.
|
|
22
22
|
*/
|
|
23
|
-
declare const CreateExecutorExecutorRequestSchema: GenMessage<CreateExecutorExecutorRequest>;
|
|
23
|
+
export declare const CreateExecutorExecutorRequestSchema: GenMessage<CreateExecutorExecutorRequest>;
|
|
24
24
|
/**
|
|
25
25
|
* @generated from message tailor.v1.CreateExecutorExecutorResponse
|
|
26
26
|
*/
|
|
27
|
-
declare type CreateExecutorExecutorResponse = Message<"tailor.v1.CreateExecutorExecutorResponse"> & {
|
|
27
|
+
export declare type CreateExecutorExecutorResponse = Message<"tailor.v1.CreateExecutorExecutorResponse"> & {
|
|
28
28
|
/**
|
|
29
29
|
* @generated from field: tailor.v1.ExecutorExecutor executor = 1;
|
|
30
30
|
*/
|
|
@@ -34,11 +34,11 @@ declare type CreateExecutorExecutorResponse = Message<"tailor.v1.CreateExecutorE
|
|
|
34
34
|
* Describes the message tailor.v1.CreateExecutorExecutorResponse.
|
|
35
35
|
* Use `create(CreateExecutorExecutorResponseSchema)` to create a new message.
|
|
36
36
|
*/
|
|
37
|
-
declare const CreateExecutorExecutorResponseSchema: GenMessage<CreateExecutorExecutorResponse>;
|
|
37
|
+
export declare const CreateExecutorExecutorResponseSchema: GenMessage<CreateExecutorExecutorResponse>;
|
|
38
38
|
/**
|
|
39
39
|
* @generated from message tailor.v1.UpdateExecutorExecutorRequest
|
|
40
40
|
*/
|
|
41
|
-
declare type UpdateExecutorExecutorRequest = Message<"tailor.v1.UpdateExecutorExecutorRequest"> & {
|
|
41
|
+
export declare type UpdateExecutorExecutorRequest = Message<"tailor.v1.UpdateExecutorExecutorRequest"> & {
|
|
42
42
|
/**
|
|
43
43
|
* @generated from field: string workspace_id = 1;
|
|
44
44
|
*/
|
|
@@ -52,11 +52,11 @@ declare type UpdateExecutorExecutorRequest = Message<"tailor.v1.UpdateExecutorEx
|
|
|
52
52
|
* Describes the message tailor.v1.UpdateExecutorExecutorRequest.
|
|
53
53
|
* Use `create(UpdateExecutorExecutorRequestSchema)` to create a new message.
|
|
54
54
|
*/
|
|
55
|
-
declare const UpdateExecutorExecutorRequestSchema: GenMessage<UpdateExecutorExecutorRequest>;
|
|
55
|
+
export declare const UpdateExecutorExecutorRequestSchema: GenMessage<UpdateExecutorExecutorRequest>;
|
|
56
56
|
/**
|
|
57
57
|
* @generated from message tailor.v1.UpdateExecutorExecutorResponse
|
|
58
58
|
*/
|
|
59
|
-
declare type UpdateExecutorExecutorResponse = Message<"tailor.v1.UpdateExecutorExecutorResponse"> & {
|
|
59
|
+
export declare type UpdateExecutorExecutorResponse = Message<"tailor.v1.UpdateExecutorExecutorResponse"> & {
|
|
60
60
|
/**
|
|
61
61
|
* @generated from field: tailor.v1.ExecutorExecutor executor = 1;
|
|
62
62
|
*/
|
|
@@ -66,11 +66,11 @@ declare type UpdateExecutorExecutorResponse = Message<"tailor.v1.UpdateExecutorE
|
|
|
66
66
|
* Describes the message tailor.v1.UpdateExecutorExecutorResponse.
|
|
67
67
|
* Use `create(UpdateExecutorExecutorResponseSchema)` to create a new message.
|
|
68
68
|
*/
|
|
69
|
-
declare const UpdateExecutorExecutorResponseSchema: GenMessage<UpdateExecutorExecutorResponse>;
|
|
69
|
+
export declare const UpdateExecutorExecutorResponseSchema: GenMessage<UpdateExecutorExecutorResponse>;
|
|
70
70
|
/**
|
|
71
71
|
* @generated from message tailor.v1.GetExecutorExecutorRequest
|
|
72
72
|
*/
|
|
73
|
-
declare type GetExecutorExecutorRequest = Message<"tailor.v1.GetExecutorExecutorRequest"> & {
|
|
73
|
+
export declare type GetExecutorExecutorRequest = Message<"tailor.v1.GetExecutorExecutorRequest"> & {
|
|
74
74
|
/**
|
|
75
75
|
* @generated from field: string workspace_id = 1;
|
|
76
76
|
*/
|
|
@@ -84,11 +84,11 @@ declare type GetExecutorExecutorRequest = Message<"tailor.v1.GetExecutorExecutor
|
|
|
84
84
|
* Describes the message tailor.v1.GetExecutorExecutorRequest.
|
|
85
85
|
* Use `create(GetExecutorExecutorRequestSchema)` to create a new message.
|
|
86
86
|
*/
|
|
87
|
-
declare const GetExecutorExecutorRequestSchema: GenMessage<GetExecutorExecutorRequest>;
|
|
87
|
+
export declare const GetExecutorExecutorRequestSchema: GenMessage<GetExecutorExecutorRequest>;
|
|
88
88
|
/**
|
|
89
89
|
* @generated from message tailor.v1.GetExecutorExecutorResponse
|
|
90
90
|
*/
|
|
91
|
-
declare type GetExecutorExecutorResponse = Message<"tailor.v1.GetExecutorExecutorResponse"> & {
|
|
91
|
+
export declare type GetExecutorExecutorResponse = Message<"tailor.v1.GetExecutorExecutorResponse"> & {
|
|
92
92
|
/**
|
|
93
93
|
* @generated from field: tailor.v1.ExecutorExecutor executor = 1;
|
|
94
94
|
*/
|
|
@@ -98,11 +98,11 @@ declare type GetExecutorExecutorResponse = Message<"tailor.v1.GetExecutorExecuto
|
|
|
98
98
|
* Describes the message tailor.v1.GetExecutorExecutorResponse.
|
|
99
99
|
* Use `create(GetExecutorExecutorResponseSchema)` to create a new message.
|
|
100
100
|
*/
|
|
101
|
-
declare const GetExecutorExecutorResponseSchema: GenMessage<GetExecutorExecutorResponse>;
|
|
101
|
+
export declare const GetExecutorExecutorResponseSchema: GenMessage<GetExecutorExecutorResponse>;
|
|
102
102
|
/**
|
|
103
103
|
* @generated from message tailor.v1.DeleteExecutorExecutorRequest
|
|
104
104
|
*/
|
|
105
|
-
declare type DeleteExecutorExecutorRequest = Message<"tailor.v1.DeleteExecutorExecutorRequest"> & {
|
|
105
|
+
export declare type DeleteExecutorExecutorRequest = Message<"tailor.v1.DeleteExecutorExecutorRequest"> & {
|
|
106
106
|
/**
|
|
107
107
|
* @generated from field: string workspace_id = 1;
|
|
108
108
|
*/
|
|
@@ -116,20 +116,20 @@ declare type DeleteExecutorExecutorRequest = Message<"tailor.v1.DeleteExecutorEx
|
|
|
116
116
|
* Describes the message tailor.v1.DeleteExecutorExecutorRequest.
|
|
117
117
|
* Use `create(DeleteExecutorExecutorRequestSchema)` to create a new message.
|
|
118
118
|
*/
|
|
119
|
-
declare const DeleteExecutorExecutorRequestSchema: GenMessage<DeleteExecutorExecutorRequest>;
|
|
119
|
+
export declare const DeleteExecutorExecutorRequestSchema: GenMessage<DeleteExecutorExecutorRequest>;
|
|
120
120
|
/**
|
|
121
121
|
* @generated from message tailor.v1.DeleteExecutorExecutorResponse
|
|
122
122
|
*/
|
|
123
|
-
declare type DeleteExecutorExecutorResponse = Message<"tailor.v1.DeleteExecutorExecutorResponse"> & {};
|
|
123
|
+
export declare type DeleteExecutorExecutorResponse = Message<"tailor.v1.DeleteExecutorExecutorResponse"> & {};
|
|
124
124
|
/**
|
|
125
125
|
* Describes the message tailor.v1.DeleteExecutorExecutorResponse.
|
|
126
126
|
* Use `create(DeleteExecutorExecutorResponseSchema)` to create a new message.
|
|
127
127
|
*/
|
|
128
|
-
declare const DeleteExecutorExecutorResponseSchema: GenMessage<DeleteExecutorExecutorResponse>;
|
|
128
|
+
export declare const DeleteExecutorExecutorResponseSchema: GenMessage<DeleteExecutorExecutorResponse>;
|
|
129
129
|
/**
|
|
130
130
|
* @generated from message tailor.v1.ListExecutorExecutorsRequest
|
|
131
131
|
*/
|
|
132
|
-
declare type ListExecutorExecutorsRequest = Message<"tailor.v1.ListExecutorExecutorsRequest"> & {
|
|
132
|
+
export declare type ListExecutorExecutorsRequest = Message<"tailor.v1.ListExecutorExecutorsRequest"> & {
|
|
133
133
|
/**
|
|
134
134
|
* @generated from field: string workspace_id = 1;
|
|
135
135
|
*/
|
|
@@ -151,11 +151,11 @@ declare type ListExecutorExecutorsRequest = Message<"tailor.v1.ListExecutorExecu
|
|
|
151
151
|
* Describes the message tailor.v1.ListExecutorExecutorsRequest.
|
|
152
152
|
* Use `create(ListExecutorExecutorsRequestSchema)` to create a new message.
|
|
153
153
|
*/
|
|
154
|
-
declare const ListExecutorExecutorsRequestSchema: GenMessage<ListExecutorExecutorsRequest>;
|
|
154
|
+
export declare const ListExecutorExecutorsRequestSchema: GenMessage<ListExecutorExecutorsRequest>;
|
|
155
155
|
/**
|
|
156
156
|
* @generated from message tailor.v1.ListExecutorExecutorsResponse
|
|
157
157
|
*/
|
|
158
|
-
declare type ListExecutorExecutorsResponse = Message<"tailor.v1.ListExecutorExecutorsResponse"> & {
|
|
158
|
+
export declare type ListExecutorExecutorsResponse = Message<"tailor.v1.ListExecutorExecutorsResponse"> & {
|
|
159
159
|
/**
|
|
160
160
|
* @generated from field: repeated tailor.v1.ExecutorExecutor executors = 1;
|
|
161
161
|
*/
|
|
@@ -173,11 +173,11 @@ declare type ListExecutorExecutorsResponse = Message<"tailor.v1.ListExecutorExec
|
|
|
173
173
|
* Describes the message tailor.v1.ListExecutorExecutorsResponse.
|
|
174
174
|
* Use `create(ListExecutorExecutorsResponseSchema)` to create a new message.
|
|
175
175
|
*/
|
|
176
|
-
declare const ListExecutorExecutorsResponseSchema: GenMessage<ListExecutorExecutorsResponse>;
|
|
176
|
+
export declare const ListExecutorExecutorsResponseSchema: GenMessage<ListExecutorExecutorsResponse>;
|
|
177
177
|
/**
|
|
178
178
|
* @generated from message tailor.v1.GetExecutorJobRequest
|
|
179
179
|
*/
|
|
180
|
-
declare type GetExecutorJobRequest = Message<"tailor.v1.GetExecutorJobRequest"> & {
|
|
180
|
+
export declare type GetExecutorJobRequest = Message<"tailor.v1.GetExecutorJobRequest"> & {
|
|
181
181
|
/**
|
|
182
182
|
* @generated from field: string workspace_id = 1;
|
|
183
183
|
*/
|
|
@@ -195,11 +195,11 @@ declare type GetExecutorJobRequest = Message<"tailor.v1.GetExecutorJobRequest">
|
|
|
195
195
|
* Describes the message tailor.v1.GetExecutorJobRequest.
|
|
196
196
|
* Use `create(GetExecutorJobRequestSchema)` to create a new message.
|
|
197
197
|
*/
|
|
198
|
-
declare const GetExecutorJobRequestSchema: GenMessage<GetExecutorJobRequest>;
|
|
198
|
+
export declare const GetExecutorJobRequestSchema: GenMessage<GetExecutorJobRequest>;
|
|
199
199
|
/**
|
|
200
200
|
* @generated from message tailor.v1.GetExecutorJobResponse
|
|
201
201
|
*/
|
|
202
|
-
declare type GetExecutorJobResponse = Message<"tailor.v1.GetExecutorJobResponse"> & {
|
|
202
|
+
export declare type GetExecutorJobResponse = Message<"tailor.v1.GetExecutorJobResponse"> & {
|
|
203
203
|
/**
|
|
204
204
|
* @generated from field: tailor.v1.ExecutorJob job = 1;
|
|
205
205
|
*/
|
|
@@ -209,11 +209,11 @@ declare type GetExecutorJobResponse = Message<"tailor.v1.GetExecutorJobResponse"
|
|
|
209
209
|
* Describes the message tailor.v1.GetExecutorJobResponse.
|
|
210
210
|
* Use `create(GetExecutorJobResponseSchema)` to create a new message.
|
|
211
211
|
*/
|
|
212
|
-
declare const GetExecutorJobResponseSchema: GenMessage<GetExecutorJobResponse>;
|
|
212
|
+
export declare const GetExecutorJobResponseSchema: GenMessage<GetExecutorJobResponse>;
|
|
213
213
|
/**
|
|
214
214
|
* @generated from message tailor.v1.ListExecutorJobsRequest
|
|
215
215
|
*/
|
|
216
|
-
declare type ListExecutorJobsRequest = Message<"tailor.v1.ListExecutorJobsRequest"> & {
|
|
216
|
+
export declare type ListExecutorJobsRequest = Message<"tailor.v1.ListExecutorJobsRequest"> & {
|
|
217
217
|
/**
|
|
218
218
|
* @generated from field: string workspace_id = 1;
|
|
219
219
|
*/
|
|
@@ -243,11 +243,11 @@ declare type ListExecutorJobsRequest = Message<"tailor.v1.ListExecutorJobsReques
|
|
|
243
243
|
* Describes the message tailor.v1.ListExecutorJobsRequest.
|
|
244
244
|
* Use `create(ListExecutorJobsRequestSchema)` to create a new message.
|
|
245
245
|
*/
|
|
246
|
-
declare const ListExecutorJobsRequestSchema: GenMessage<ListExecutorJobsRequest>;
|
|
246
|
+
export declare const ListExecutorJobsRequestSchema: GenMessage<ListExecutorJobsRequest>;
|
|
247
247
|
/**
|
|
248
248
|
* @generated from message tailor.v1.ListExecutorJobsResponse
|
|
249
249
|
*/
|
|
250
|
-
declare type ListExecutorJobsResponse = Message<"tailor.v1.ListExecutorJobsResponse"> & {
|
|
250
|
+
export declare type ListExecutorJobsResponse = Message<"tailor.v1.ListExecutorJobsResponse"> & {
|
|
251
251
|
/**
|
|
252
252
|
* @generated from field: repeated tailor.v1.ExecutorJob jobs = 1;
|
|
253
253
|
*/
|
|
@@ -265,11 +265,11 @@ declare type ListExecutorJobsResponse = Message<"tailor.v1.ListExecutorJobsRespo
|
|
|
265
265
|
* Describes the message tailor.v1.ListExecutorJobsResponse.
|
|
266
266
|
* Use `create(ListExecutorJobsResponseSchema)` to create a new message.
|
|
267
267
|
*/
|
|
268
|
-
declare const ListExecutorJobsResponseSchema: GenMessage<ListExecutorJobsResponse>;
|
|
268
|
+
export declare const ListExecutorJobsResponseSchema: GenMessage<ListExecutorJobsResponse>;
|
|
269
269
|
/**
|
|
270
270
|
* @generated from message tailor.v1.ListExecutorJobAttemptsRequest
|
|
271
271
|
*/
|
|
272
|
-
declare type ListExecutorJobAttemptsRequest = Message<"tailor.v1.ListExecutorJobAttemptsRequest"> & {
|
|
272
|
+
export declare type ListExecutorJobAttemptsRequest = Message<"tailor.v1.ListExecutorJobAttemptsRequest"> & {
|
|
273
273
|
/**
|
|
274
274
|
* @generated from field: string workspace_id = 1;
|
|
275
275
|
*/
|
|
@@ -295,11 +295,11 @@ declare type ListExecutorJobAttemptsRequest = Message<"tailor.v1.ListExecutorJob
|
|
|
295
295
|
* Describes the message tailor.v1.ListExecutorJobAttemptsRequest.
|
|
296
296
|
* Use `create(ListExecutorJobAttemptsRequestSchema)` to create a new message.
|
|
297
297
|
*/
|
|
298
|
-
declare const ListExecutorJobAttemptsRequestSchema: GenMessage<ListExecutorJobAttemptsRequest>;
|
|
298
|
+
export declare const ListExecutorJobAttemptsRequestSchema: GenMessage<ListExecutorJobAttemptsRequest>;
|
|
299
299
|
/**
|
|
300
300
|
* @generated from message tailor.v1.ListExecutorJobAttemptsResponse
|
|
301
301
|
*/
|
|
302
|
-
declare type ListExecutorJobAttemptsResponse = Message<"tailor.v1.ListExecutorJobAttemptsResponse"> & {
|
|
302
|
+
export declare type ListExecutorJobAttemptsResponse = Message<"tailor.v1.ListExecutorJobAttemptsResponse"> & {
|
|
303
303
|
/**
|
|
304
304
|
* @generated from field: repeated tailor.v1.ExecutorJobAttempt attempts = 1;
|
|
305
305
|
*/
|
|
@@ -317,11 +317,11 @@ declare type ListExecutorJobAttemptsResponse = Message<"tailor.v1.ListExecutorJo
|
|
|
317
317
|
* Describes the message tailor.v1.ListExecutorJobAttemptsResponse.
|
|
318
318
|
* Use `create(ListExecutorJobAttemptsResponseSchema)` to create a new message.
|
|
319
319
|
*/
|
|
320
|
-
declare const ListExecutorJobAttemptsResponseSchema: GenMessage<ListExecutorJobAttemptsResponse>;
|
|
320
|
+
export declare const ListExecutorJobAttemptsResponseSchema: GenMessage<ListExecutorJobAttemptsResponse>;
|
|
321
321
|
/**
|
|
322
322
|
* @generated from message tailor.v1.ListExecutorIncomingWebhooksRequest
|
|
323
323
|
*/
|
|
324
|
-
declare type ListExecutorIncomingWebhooksRequest = Message<"tailor.v1.ListExecutorIncomingWebhooksRequest"> & {
|
|
324
|
+
export declare type ListExecutorIncomingWebhooksRequest = Message<"tailor.v1.ListExecutorIncomingWebhooksRequest"> & {
|
|
325
325
|
/**
|
|
326
326
|
* @generated from field: string workspace_id = 1;
|
|
327
327
|
*/
|
|
@@ -343,11 +343,11 @@ declare type ListExecutorIncomingWebhooksRequest = Message<"tailor.v1.ListExecut
|
|
|
343
343
|
* Describes the message tailor.v1.ListExecutorIncomingWebhooksRequest.
|
|
344
344
|
* Use `create(ListExecutorIncomingWebhooksRequestSchema)` to create a new message.
|
|
345
345
|
*/
|
|
346
|
-
declare const ListExecutorIncomingWebhooksRequestSchema: GenMessage<ListExecutorIncomingWebhooksRequest>;
|
|
346
|
+
export declare const ListExecutorIncomingWebhooksRequestSchema: GenMessage<ListExecutorIncomingWebhooksRequest>;
|
|
347
347
|
/**
|
|
348
348
|
* @generated from message tailor.v1.ListExecutorIncomingWebhooksResponse
|
|
349
349
|
*/
|
|
350
|
-
declare type ListExecutorIncomingWebhooksResponse = Message<"tailor.v1.ListExecutorIncomingWebhooksResponse"> & {
|
|
350
|
+
export declare type ListExecutorIncomingWebhooksResponse = Message<"tailor.v1.ListExecutorIncomingWebhooksResponse"> & {
|
|
351
351
|
/**
|
|
352
352
|
* @generated from field: repeated tailor.v1.ExecutorIncomingWebhook webhooks = 1;
|
|
353
353
|
*/
|
|
@@ -365,11 +365,11 @@ declare type ListExecutorIncomingWebhooksResponse = Message<"tailor.v1.ListExecu
|
|
|
365
365
|
* Describes the message tailor.v1.ListExecutorIncomingWebhooksResponse.
|
|
366
366
|
* Use `create(ListExecutorIncomingWebhooksResponseSchema)` to create a new message.
|
|
367
367
|
*/
|
|
368
|
-
declare const ListExecutorIncomingWebhooksResponseSchema: GenMessage<ListExecutorIncomingWebhooksResponse>;
|
|
368
|
+
export declare const ListExecutorIncomingWebhooksResponseSchema: GenMessage<ListExecutorIncomingWebhooksResponse>;
|
|
369
369
|
/**
|
|
370
370
|
* @generated from message tailor.v1.GetExecutorIncomingWebhookRequest
|
|
371
371
|
*/
|
|
372
|
-
declare type GetExecutorIncomingWebhookRequest = Message<"tailor.v1.GetExecutorIncomingWebhookRequest"> & {
|
|
372
|
+
export declare type GetExecutorIncomingWebhookRequest = Message<"tailor.v1.GetExecutorIncomingWebhookRequest"> & {
|
|
373
373
|
/**
|
|
374
374
|
* @generated from field: string workspace_id = 1;
|
|
375
375
|
*/
|
|
@@ -383,11 +383,11 @@ declare type GetExecutorIncomingWebhookRequest = Message<"tailor.v1.GetExecutorI
|
|
|
383
383
|
* Describes the message tailor.v1.GetExecutorIncomingWebhookRequest.
|
|
384
384
|
* Use `create(GetExecutorIncomingWebhookRequestSchema)` to create a new message.
|
|
385
385
|
*/
|
|
386
|
-
declare const GetExecutorIncomingWebhookRequestSchema: GenMessage<GetExecutorIncomingWebhookRequest>;
|
|
386
|
+
export declare const GetExecutorIncomingWebhookRequestSchema: GenMessage<GetExecutorIncomingWebhookRequest>;
|
|
387
387
|
/**
|
|
388
388
|
* @generated from message tailor.v1.GetExecutorIncomingWebhookResponse
|
|
389
389
|
*/
|
|
390
|
-
declare type GetExecutorIncomingWebhookResponse = Message<"tailor.v1.GetExecutorIncomingWebhookResponse"> & {
|
|
390
|
+
export declare type GetExecutorIncomingWebhookResponse = Message<"tailor.v1.GetExecutorIncomingWebhookResponse"> & {
|
|
391
391
|
/**
|
|
392
392
|
* @generated from field: tailor.v1.ExecutorIncomingWebhook webhook = 1;
|
|
393
393
|
*/
|
|
@@ -397,11 +397,11 @@ declare type GetExecutorIncomingWebhookResponse = Message<"tailor.v1.GetExecutor
|
|
|
397
397
|
* Describes the message tailor.v1.GetExecutorIncomingWebhookResponse.
|
|
398
398
|
* Use `create(GetExecutorIncomingWebhookResponseSchema)` to create a new message.
|
|
399
399
|
*/
|
|
400
|
-
declare const GetExecutorIncomingWebhookResponseSchema: GenMessage<GetExecutorIncomingWebhookResponse>;
|
|
400
|
+
export declare const GetExecutorIncomingWebhookResponseSchema: GenMessage<GetExecutorIncomingWebhookResponse>;
|
|
401
401
|
/**
|
|
402
402
|
* @generated from message tailor.v1.TriggerExecutorRequest
|
|
403
403
|
*/
|
|
404
|
-
declare type TriggerExecutorRequest = Message<"tailor.v1.TriggerExecutorRequest"> & {
|
|
404
|
+
export declare type TriggerExecutorRequest = Message<"tailor.v1.TriggerExecutorRequest"> & {
|
|
405
405
|
/**
|
|
406
406
|
* @generated from field: string workspace_id = 1;
|
|
407
407
|
*/
|
|
@@ -419,11 +419,11 @@ declare type TriggerExecutorRequest = Message<"tailor.v1.TriggerExecutorRequest"
|
|
|
419
419
|
* Describes the message tailor.v1.TriggerExecutorRequest.
|
|
420
420
|
* Use `create(TriggerExecutorRequestSchema)` to create a new message.
|
|
421
421
|
*/
|
|
422
|
-
declare const TriggerExecutorRequestSchema: GenMessage<TriggerExecutorRequest>;
|
|
422
|
+
export declare const TriggerExecutorRequestSchema: GenMessage<TriggerExecutorRequest>;
|
|
423
423
|
/**
|
|
424
424
|
* @generated from message tailor.v1.TriggerExecutorResponse
|
|
425
425
|
*/
|
|
426
|
-
declare type TriggerExecutorResponse = Message<"tailor.v1.TriggerExecutorResponse"> & {
|
|
426
|
+
export declare type TriggerExecutorResponse = Message<"tailor.v1.TriggerExecutorResponse"> & {
|
|
427
427
|
/**
|
|
428
428
|
* @generated from field: string job_id = 1;
|
|
429
429
|
*/
|
|
@@ -433,6 +433,5 @@ declare type TriggerExecutorResponse = Message<"tailor.v1.TriggerExecutorRespons
|
|
|
433
433
|
* Describes the message tailor.v1.TriggerExecutorResponse.
|
|
434
434
|
* Use `create(TriggerExecutorResponseSchema)` to create a new message.
|
|
435
435
|
*/
|
|
436
|
-
declare const TriggerExecutorResponseSchema: GenMessage<TriggerExecutorResponse>;
|
|
437
|
-
//#endregion
|
|
438
|
-
export { CreateExecutorExecutorRequest, CreateExecutorExecutorRequestSchema, CreateExecutorExecutorResponse, CreateExecutorExecutorResponseSchema, DeleteExecutorExecutorRequest, DeleteExecutorExecutorRequestSchema, DeleteExecutorExecutorResponse, DeleteExecutorExecutorResponseSchema, GetExecutorExecutorRequest, GetExecutorExecutorRequestSchema, GetExecutorExecutorResponse, GetExecutorExecutorResponseSchema, GetExecutorIncomingWebhookRequest, GetExecutorIncomingWebhookRequestSchema, GetExecutorIncomingWebhookResponse, GetExecutorIncomingWebhookResponseSchema, GetExecutorJobRequest, GetExecutorJobRequestSchema, GetExecutorJobResponse, GetExecutorJobResponseSchema, ListExecutorExecutorsRequest, ListExecutorExecutorsRequestSchema, ListExecutorExecutorsResponse, ListExecutorExecutorsResponseSchema, ListExecutorIncomingWebhooksRequest, ListExecutorIncomingWebhooksRequestSchema, ListExecutorIncomingWebhooksResponse, ListExecutorIncomingWebhooksResponseSchema, ListExecutorJobAttemptsRequest, ListExecutorJobAttemptsRequestSchema, ListExecutorJobAttemptsResponse, ListExecutorJobAttemptsResponseSchema, ListExecutorJobsRequest, ListExecutorJobsRequestSchema, ListExecutorJobsResponse, ListExecutorJobsResponseSchema, TriggerExecutorRequest, TriggerExecutorRequestSchema, TriggerExecutorResponse, TriggerExecutorResponseSchema, UpdateExecutorExecutorRequest, UpdateExecutorExecutorRequestSchema, UpdateExecutorExecutorResponse, UpdateExecutorExecutorResponseSchema };
|
|
436
|
+
export declare const TriggerExecutorResponseSchema: GenMessage<TriggerExecutorResponse>;
|
|
437
|
+
//#endregion
|
|
@@ -8,7 +8,7 @@ import { Timestamp } from "@bufbuild/protobuf/wkt";
|
|
|
8
8
|
/**
|
|
9
9
|
* @generated from message tailor.v1.ExecutorExecutor
|
|
10
10
|
*/
|
|
11
|
-
declare type ExecutorExecutor = Message<"tailor.v1.ExecutorExecutor"> & {
|
|
11
|
+
export declare type ExecutorExecutor = Message<"tailor.v1.ExecutorExecutor"> & {
|
|
12
12
|
/**
|
|
13
13
|
* @generated from field: string name = 1;
|
|
14
14
|
*/
|
|
@@ -41,7 +41,7 @@ declare type ExecutorExecutor = Message<"tailor.v1.ExecutorExecutor"> & {
|
|
|
41
41
|
/**
|
|
42
42
|
* @generated from message tailor.v1.ExecutorTriggerConfig
|
|
43
43
|
*/
|
|
44
|
-
declare type ExecutorTriggerConfig = Message<"tailor.v1.ExecutorTriggerConfig"> & {
|
|
44
|
+
export declare type ExecutorTriggerConfig = Message<"tailor.v1.ExecutorTriggerConfig"> & {
|
|
45
45
|
/**
|
|
46
46
|
* @generated from oneof tailor.v1.ExecutorTriggerConfig.config
|
|
47
47
|
*/
|
|
@@ -71,7 +71,7 @@ declare type ExecutorTriggerConfig = Message<"tailor.v1.ExecutorTriggerConfig">
|
|
|
71
71
|
/**
|
|
72
72
|
* @generated from message tailor.v1.ExecutorTriggerScheduleConfig
|
|
73
73
|
*/
|
|
74
|
-
declare type ExecutorTriggerScheduleConfig = Message<"tailor.v1.ExecutorTriggerScheduleConfig"> & {
|
|
74
|
+
export declare type ExecutorTriggerScheduleConfig = Message<"tailor.v1.ExecutorTriggerScheduleConfig"> & {
|
|
75
75
|
/**
|
|
76
76
|
* @generated from field: string timezone = 1;
|
|
77
77
|
*/
|
|
@@ -84,7 +84,7 @@ declare type ExecutorTriggerScheduleConfig = Message<"tailor.v1.ExecutorTriggerS
|
|
|
84
84
|
/**
|
|
85
85
|
* @generated from message tailor.v1.ExecutorTriggerEventConfig
|
|
86
86
|
*/
|
|
87
|
-
declare type ExecutorTriggerEventConfig = Message<"tailor.v1.ExecutorTriggerEventConfig"> & {
|
|
87
|
+
export declare type ExecutorTriggerEventConfig = Message<"tailor.v1.ExecutorTriggerEventConfig"> & {
|
|
88
88
|
/**
|
|
89
89
|
* @generated from field: string event_type = 1 [deprecated = true];
|
|
90
90
|
* @deprecated
|
|
@@ -136,7 +136,7 @@ declare type ExecutorTriggerEventConfig = Message<"tailor.v1.ExecutorTriggerEven
|
|
|
136
136
|
/**
|
|
137
137
|
* @generated from message tailor.v1.ExecutorTailorDBEventConfig
|
|
138
138
|
*/
|
|
139
|
-
declare type ExecutorTailorDBEventConfig = Message<"tailor.v1.ExecutorTailorDBEventConfig"> & {
|
|
139
|
+
export declare type ExecutorTailorDBEventConfig = Message<"tailor.v1.ExecutorTailorDBEventConfig"> & {
|
|
140
140
|
/**
|
|
141
141
|
* @generated from field: repeated string event_types = 1;
|
|
142
142
|
*/
|
|
@@ -157,7 +157,7 @@ declare type ExecutorTailorDBEventConfig = Message<"tailor.v1.ExecutorTailorDBEv
|
|
|
157
157
|
/**
|
|
158
158
|
* @generated from message tailor.v1.ExecutorIdPEventConfig
|
|
159
159
|
*/
|
|
160
|
-
declare type ExecutorIdPEventConfig = Message<"tailor.v1.ExecutorIdPEventConfig"> & {
|
|
160
|
+
export declare type ExecutorIdPEventConfig = Message<"tailor.v1.ExecutorIdPEventConfig"> & {
|
|
161
161
|
/**
|
|
162
162
|
* @generated from field: repeated string event_types = 1;
|
|
163
163
|
*/
|
|
@@ -174,7 +174,7 @@ declare type ExecutorIdPEventConfig = Message<"tailor.v1.ExecutorIdPEventConfig"
|
|
|
174
174
|
/**
|
|
175
175
|
* @generated from message tailor.v1.ExecutorAuthEventConfig
|
|
176
176
|
*/
|
|
177
|
-
declare type ExecutorAuthEventConfig = Message<"tailor.v1.ExecutorAuthEventConfig"> & {
|
|
177
|
+
export declare type ExecutorAuthEventConfig = Message<"tailor.v1.ExecutorAuthEventConfig"> & {
|
|
178
178
|
/**
|
|
179
179
|
* @generated from field: repeated string event_types = 1;
|
|
180
180
|
*/
|
|
@@ -191,7 +191,7 @@ declare type ExecutorAuthEventConfig = Message<"tailor.v1.ExecutorAuthEventConfi
|
|
|
191
191
|
/**
|
|
192
192
|
* @generated from message tailor.v1.ExecutorPipelineEventConfig
|
|
193
193
|
*/
|
|
194
|
-
declare type ExecutorPipelineEventConfig = Message<"tailor.v1.ExecutorPipelineEventConfig"> & {
|
|
194
|
+
export declare type ExecutorPipelineEventConfig = Message<"tailor.v1.ExecutorPipelineEventConfig"> & {
|
|
195
195
|
/**
|
|
196
196
|
* @generated from field: repeated string event_types = 1;
|
|
197
197
|
*/
|
|
@@ -212,7 +212,7 @@ declare type ExecutorPipelineEventConfig = Message<"tailor.v1.ExecutorPipelineEv
|
|
|
212
212
|
/**
|
|
213
213
|
* @generated from message tailor.v1.ExecutorWorkflowEventConfig
|
|
214
214
|
*/
|
|
215
|
-
declare type ExecutorWorkflowEventConfig = Message<"tailor.v1.ExecutorWorkflowEventConfig"> & {
|
|
215
|
+
export declare type ExecutorWorkflowEventConfig = Message<"tailor.v1.ExecutorWorkflowEventConfig"> & {
|
|
216
216
|
/**
|
|
217
217
|
* @generated from field: repeated string event_types = 1;
|
|
218
218
|
*/
|
|
@@ -229,7 +229,7 @@ declare type ExecutorWorkflowEventConfig = Message<"tailor.v1.ExecutorWorkflowEv
|
|
|
229
229
|
/**
|
|
230
230
|
* @generated from message tailor.v1.ExecutorTriggerIncomingWebhookConfig
|
|
231
231
|
*/
|
|
232
|
-
declare type ExecutorTriggerIncomingWebhookConfig = Message<"tailor.v1.ExecutorTriggerIncomingWebhookConfig"> & {
|
|
232
|
+
export declare type ExecutorTriggerIncomingWebhookConfig = Message<"tailor.v1.ExecutorTriggerIncomingWebhookConfig"> & {
|
|
233
233
|
/**
|
|
234
234
|
* @generated from field: string secret = 1;
|
|
235
235
|
*/
|
|
@@ -242,7 +242,7 @@ declare type ExecutorTriggerIncomingWebhookConfig = Message<"tailor.v1.ExecutorT
|
|
|
242
242
|
/**
|
|
243
243
|
* @generated from message tailor.v1.ExecutorTriggerIncomingWebhookResponseConfig
|
|
244
244
|
*/
|
|
245
|
-
declare type ExecutorTriggerIncomingWebhookResponseConfig = Message<"tailor.v1.ExecutorTriggerIncomingWebhookResponseConfig"> & {
|
|
245
|
+
export declare type ExecutorTriggerIncomingWebhookResponseConfig = Message<"tailor.v1.ExecutorTriggerIncomingWebhookResponseConfig"> & {
|
|
246
246
|
/**
|
|
247
247
|
* @generated from field: tailor.v1.Script body = 1;
|
|
248
248
|
*/
|
|
@@ -255,7 +255,7 @@ declare type ExecutorTriggerIncomingWebhookResponseConfig = Message<"tailor.v1.E
|
|
|
255
255
|
/**
|
|
256
256
|
* @generated from message tailor.v1.ExecutorTargetConfig
|
|
257
257
|
*/
|
|
258
|
-
declare type ExecutorTargetConfig = Message<"tailor.v1.ExecutorTargetConfig"> & {
|
|
258
|
+
export declare type ExecutorTargetConfig = Message<"tailor.v1.ExecutorTargetConfig"> & {
|
|
259
259
|
/**
|
|
260
260
|
* @generated from oneof tailor.v1.ExecutorTargetConfig.config
|
|
261
261
|
*/
|
|
@@ -291,7 +291,7 @@ declare type ExecutorTargetConfig = Message<"tailor.v1.ExecutorTargetConfig"> &
|
|
|
291
291
|
/**
|
|
292
292
|
* @generated from message tailor.v1.ExecutorWebhookConfig
|
|
293
293
|
*/
|
|
294
|
-
declare type ExecutorWebhookConfig = Message<"tailor.v1.ExecutorWebhookConfig"> & {
|
|
294
|
+
export declare type ExecutorWebhookConfig = Message<"tailor.v1.ExecutorWebhookConfig"> & {
|
|
295
295
|
/**
|
|
296
296
|
* @generated from field: tailor.v1.Script url = 1;
|
|
297
297
|
*/
|
|
@@ -312,7 +312,7 @@ declare type ExecutorWebhookConfig = Message<"tailor.v1.ExecutorWebhookConfig">
|
|
|
312
312
|
/**
|
|
313
313
|
* @generated from message tailor.v1.ExecutorTargetWebhookHeader
|
|
314
314
|
*/
|
|
315
|
-
declare type ExecutorTargetWebhookHeader = Message<"tailor.v1.ExecutorTargetWebhookHeader"> & {
|
|
315
|
+
export declare type ExecutorTargetWebhookHeader = Message<"tailor.v1.ExecutorTargetWebhookHeader"> & {
|
|
316
316
|
/**
|
|
317
317
|
* @generated from field: string key = 1;
|
|
318
318
|
*/
|
|
@@ -340,7 +340,7 @@ declare type ExecutorTargetWebhookHeader = Message<"tailor.v1.ExecutorTargetWebh
|
|
|
340
340
|
/**
|
|
341
341
|
* @generated from message tailor.v1.ExecutorTargetTailorGraphqlConfig
|
|
342
342
|
*/
|
|
343
|
-
declare type ExecutorTargetTailorGraphqlConfig = Message<"tailor.v1.ExecutorTargetTailorGraphqlConfig"> & {
|
|
343
|
+
export declare type ExecutorTargetTailorGraphqlConfig = Message<"tailor.v1.ExecutorTargetTailorGraphqlConfig"> & {
|
|
344
344
|
/**
|
|
345
345
|
* @generated from field: string app_name = 1;
|
|
346
346
|
*/
|
|
@@ -361,7 +361,7 @@ declare type ExecutorTargetTailorGraphqlConfig = Message<"tailor.v1.ExecutorTarg
|
|
|
361
361
|
/**
|
|
362
362
|
* @generated from message tailor.v1.ExecutorTargetFunctionConfig
|
|
363
363
|
*/
|
|
364
|
-
declare type ExecutorTargetFunctionConfig = Message<"tailor.v1.ExecutorTargetFunctionConfig"> & {
|
|
364
|
+
export declare type ExecutorTargetFunctionConfig = Message<"tailor.v1.ExecutorTargetFunctionConfig"> & {
|
|
365
365
|
/**
|
|
366
366
|
* @generated from field: string name = 1;
|
|
367
367
|
*/
|
|
@@ -390,7 +390,7 @@ declare type ExecutorTargetFunctionConfig = Message<"tailor.v1.ExecutorTargetFun
|
|
|
390
390
|
/**
|
|
391
391
|
* @generated from message tailor.v1.ExecutorTargetWorkflowConfig
|
|
392
392
|
*/
|
|
393
|
-
declare type ExecutorTargetWorkflowConfig = Message<"tailor.v1.ExecutorTargetWorkflowConfig"> & {
|
|
393
|
+
export declare type ExecutorTargetWorkflowConfig = Message<"tailor.v1.ExecutorTargetWorkflowConfig"> & {
|
|
394
394
|
/**
|
|
395
395
|
* @generated from field: string workflow_name = 1;
|
|
396
396
|
*/
|
|
@@ -407,7 +407,7 @@ declare type ExecutorTargetWorkflowConfig = Message<"tailor.v1.ExecutorTargetWor
|
|
|
407
407
|
/**
|
|
408
408
|
* @generated from message tailor.v1.ExecutorJob
|
|
409
409
|
*/
|
|
410
|
-
declare type ExecutorJob = Message<"tailor.v1.ExecutorJob"> & {
|
|
410
|
+
export declare type ExecutorJob = Message<"tailor.v1.ExecutorJob"> & {
|
|
411
411
|
/**
|
|
412
412
|
* @generated from field: string id = 1;
|
|
413
413
|
*/
|
|
@@ -448,7 +448,7 @@ declare type ExecutorJob = Message<"tailor.v1.ExecutorJob"> & {
|
|
|
448
448
|
/**
|
|
449
449
|
* @generated from message tailor.v1.ExecutorJobAttempt
|
|
450
450
|
*/
|
|
451
|
-
declare type ExecutorJobAttempt = Message<"tailor.v1.ExecutorJobAttempt"> & {
|
|
451
|
+
export declare type ExecutorJobAttempt = Message<"tailor.v1.ExecutorJobAttempt"> & {
|
|
452
452
|
/**
|
|
453
453
|
* @generated from field: string id = 1;
|
|
454
454
|
*/
|
|
@@ -489,7 +489,7 @@ declare type ExecutorJobAttempt = Message<"tailor.v1.ExecutorJobAttempt"> & {
|
|
|
489
489
|
/**
|
|
490
490
|
* @generated from message tailor.v1.ExecutorIncomingWebhook
|
|
491
491
|
*/
|
|
492
|
-
declare type ExecutorIncomingWebhook = Message<"tailor.v1.ExecutorIncomingWebhook"> & {
|
|
492
|
+
export declare type ExecutorIncomingWebhook = Message<"tailor.v1.ExecutorIncomingWebhook"> & {
|
|
493
493
|
/**
|
|
494
494
|
* @generated from field: string executor_name = 1;
|
|
495
495
|
*/
|
|
@@ -506,7 +506,7 @@ declare type ExecutorIncomingWebhook = Message<"tailor.v1.ExecutorIncomingWebhoo
|
|
|
506
506
|
/**
|
|
507
507
|
* @generated from enum tailor.v1.ExecutorTriggerType
|
|
508
508
|
*/
|
|
509
|
-
declare enum ExecutorTriggerType {
|
|
509
|
+
export declare enum ExecutorTriggerType {
|
|
510
510
|
/**
|
|
511
511
|
* @generated from enum value: EXECUTOR_TRIGGER_TYPE_UNSPECIFIED = 0;
|
|
512
512
|
*/
|
|
@@ -527,7 +527,7 @@ declare enum ExecutorTriggerType {
|
|
|
527
527
|
/**
|
|
528
528
|
* @generated from enum tailor.v1.ExecutorTargetType
|
|
529
529
|
*/
|
|
530
|
-
declare enum ExecutorTargetType {
|
|
530
|
+
export declare enum ExecutorTargetType {
|
|
531
531
|
/**
|
|
532
532
|
* @generated from enum value: EXECUTOR_TARGET_TYPE_UNSPECIFIED = 0;
|
|
533
533
|
*/
|
|
@@ -556,7 +556,7 @@ declare enum ExecutorTargetType {
|
|
|
556
556
|
/**
|
|
557
557
|
* @generated from enum tailor.v1.ExecutorJobStatus
|
|
558
558
|
*/
|
|
559
|
-
declare enum ExecutorJobStatus {
|
|
559
|
+
export declare enum ExecutorJobStatus {
|
|
560
560
|
/**
|
|
561
561
|
* @generated from enum value: EXECUTOR_JOB_STATUS_UNSPECIFIED = 0;
|
|
562
562
|
*/
|
|
@@ -582,5 +582,4 @@ declare enum ExecutorJobStatus {
|
|
|
582
582
|
*/
|
|
583
583
|
CANCELED = 5
|
|
584
584
|
}
|
|
585
|
-
//#endregion
|
|
586
|
-
export { ExecutorAuthEventConfig, ExecutorExecutor, ExecutorIdPEventConfig, ExecutorIncomingWebhook, ExecutorJob, ExecutorJobAttempt, ExecutorJobStatus, ExecutorPipelineEventConfig, ExecutorTailorDBEventConfig, ExecutorTargetConfig, ExecutorTargetFunctionConfig, ExecutorTargetTailorGraphqlConfig, ExecutorTargetType, ExecutorTargetWebhookHeader, ExecutorTargetWorkflowConfig, ExecutorTriggerConfig, ExecutorTriggerEventConfig, ExecutorTriggerIncomingWebhookConfig, ExecutorTriggerIncomingWebhookResponseConfig, ExecutorTriggerScheduleConfig, ExecutorTriggerType, ExecutorWebhookConfig, ExecutorWorkflowEventConfig };
|
|
585
|
+
//#endregion
|
|
@@ -7,7 +7,7 @@ import { Message } from "@bufbuild/protobuf";
|
|
|
7
7
|
/**
|
|
8
8
|
* @generated from message tailor.v1.TestExecScriptRequest
|
|
9
9
|
*/
|
|
10
|
-
declare type TestExecScriptRequest = Message<"tailor.v1.TestExecScriptRequest"> & {
|
|
10
|
+
export declare type TestExecScriptRequest = Message<"tailor.v1.TestExecScriptRequest"> & {
|
|
11
11
|
/**
|
|
12
12
|
* @generated from field: string workspace_id = 1;
|
|
13
13
|
*/
|
|
@@ -33,11 +33,11 @@ declare type TestExecScriptRequest = Message<"tailor.v1.TestExecScriptRequest">
|
|
|
33
33
|
* Describes the message tailor.v1.TestExecScriptRequest.
|
|
34
34
|
* Use `create(TestExecScriptRequestSchema)` to create a new message.
|
|
35
35
|
*/
|
|
36
|
-
declare const TestExecScriptRequestSchema: GenMessage<TestExecScriptRequest>;
|
|
36
|
+
export declare const TestExecScriptRequestSchema: GenMessage<TestExecScriptRequest>;
|
|
37
37
|
/**
|
|
38
38
|
* @generated from message tailor.v1.TestExecScriptResponse
|
|
39
39
|
*/
|
|
40
|
-
declare type TestExecScriptResponse = Message<"tailor.v1.TestExecScriptResponse"> & {
|
|
40
|
+
export declare type TestExecScriptResponse = Message<"tailor.v1.TestExecScriptResponse"> & {
|
|
41
41
|
/**
|
|
42
42
|
* @generated from field: string result = 1;
|
|
43
43
|
*/
|
|
@@ -51,11 +51,11 @@ declare type TestExecScriptResponse = Message<"tailor.v1.TestExecScriptResponse"
|
|
|
51
51
|
* Describes the message tailor.v1.TestExecScriptResponse.
|
|
52
52
|
* Use `create(TestExecScriptResponseSchema)` to create a new message.
|
|
53
53
|
*/
|
|
54
|
-
declare const TestExecScriptResponseSchema: GenMessage<TestExecScriptResponse>;
|
|
54
|
+
export declare const TestExecScriptResponseSchema: GenMessage<TestExecScriptResponse>;
|
|
55
55
|
/**
|
|
56
56
|
* @generated from message tailor.v1.ExecScriptRequest
|
|
57
57
|
*/
|
|
58
|
-
declare type ExecScriptRequest = Message<"tailor.v1.ExecScriptRequest"> & {
|
|
58
|
+
export declare type ExecScriptRequest = Message<"tailor.v1.ExecScriptRequest"> & {
|
|
59
59
|
/**
|
|
60
60
|
* @generated from field: string workspace_id = 1;
|
|
61
61
|
*/
|
|
@@ -81,11 +81,11 @@ declare type ExecScriptRequest = Message<"tailor.v1.ExecScriptRequest"> & {
|
|
|
81
81
|
* Describes the message tailor.v1.ExecScriptRequest.
|
|
82
82
|
* Use `create(ExecScriptRequestSchema)` to create a new message.
|
|
83
83
|
*/
|
|
84
|
-
declare const ExecScriptRequestSchema: GenMessage<ExecScriptRequest>;
|
|
84
|
+
export declare const ExecScriptRequestSchema: GenMessage<ExecScriptRequest>;
|
|
85
85
|
/**
|
|
86
86
|
* @generated from message tailor.v1.ExecScriptResponse
|
|
87
87
|
*/
|
|
88
|
-
declare type ExecScriptResponse = Message<"tailor.v1.ExecScriptResponse"> & {
|
|
88
|
+
export declare type ExecScriptResponse = Message<"tailor.v1.ExecScriptResponse"> & {
|
|
89
89
|
/**
|
|
90
90
|
* @generated from field: string result = 1;
|
|
91
91
|
*/
|
|
@@ -99,11 +99,11 @@ declare type ExecScriptResponse = Message<"tailor.v1.ExecScriptResponse"> & {
|
|
|
99
99
|
* Describes the message tailor.v1.ExecScriptResponse.
|
|
100
100
|
* Use `create(ExecScriptResponseSchema)` to create a new message.
|
|
101
101
|
*/
|
|
102
|
-
declare const ExecScriptResponseSchema: GenMessage<ExecScriptResponse>;
|
|
102
|
+
export declare const ExecScriptResponseSchema: GenMessage<ExecScriptResponse>;
|
|
103
103
|
/**
|
|
104
104
|
* @generated from message tailor.v1.GetFunctionExecutionRequest
|
|
105
105
|
*/
|
|
106
|
-
declare type GetFunctionExecutionRequest = Message<"tailor.v1.GetFunctionExecutionRequest"> & {
|
|
106
|
+
export declare type GetFunctionExecutionRequest = Message<"tailor.v1.GetFunctionExecutionRequest"> & {
|
|
107
107
|
/**
|
|
108
108
|
* @generated from field: string workspace_id = 1;
|
|
109
109
|
*/
|
|
@@ -117,11 +117,11 @@ declare type GetFunctionExecutionRequest = Message<"tailor.v1.GetFunctionExecuti
|
|
|
117
117
|
* Describes the message tailor.v1.GetFunctionExecutionRequest.
|
|
118
118
|
* Use `create(GetFunctionExecutionRequestSchema)` to create a new message.
|
|
119
119
|
*/
|
|
120
|
-
declare const GetFunctionExecutionRequestSchema: GenMessage<GetFunctionExecutionRequest>;
|
|
120
|
+
export declare const GetFunctionExecutionRequestSchema: GenMessage<GetFunctionExecutionRequest>;
|
|
121
121
|
/**
|
|
122
122
|
* @generated from message tailor.v1.GetFunctionExecutionResponse
|
|
123
123
|
*/
|
|
124
|
-
declare type GetFunctionExecutionResponse = Message<"tailor.v1.GetFunctionExecutionResponse"> & {
|
|
124
|
+
export declare type GetFunctionExecutionResponse = Message<"tailor.v1.GetFunctionExecutionResponse"> & {
|
|
125
125
|
/**
|
|
126
126
|
* @generated from field: tailor.v1.FunctionExecution execution = 1;
|
|
127
127
|
*/
|
|
@@ -131,11 +131,11 @@ declare type GetFunctionExecutionResponse = Message<"tailor.v1.GetFunctionExecut
|
|
|
131
131
|
* Describes the message tailor.v1.GetFunctionExecutionResponse.
|
|
132
132
|
* Use `create(GetFunctionExecutionResponseSchema)` to create a new message.
|
|
133
133
|
*/
|
|
134
|
-
declare const GetFunctionExecutionResponseSchema: GenMessage<GetFunctionExecutionResponse>;
|
|
134
|
+
export declare const GetFunctionExecutionResponseSchema: GenMessage<GetFunctionExecutionResponse>;
|
|
135
135
|
/**
|
|
136
136
|
* @generated from message tailor.v1.ListFunctionExecutionsRequest
|
|
137
137
|
*/
|
|
138
|
-
declare type ListFunctionExecutionsRequest = Message<"tailor.v1.ListFunctionExecutionsRequest"> & {
|
|
138
|
+
export declare type ListFunctionExecutionsRequest = Message<"tailor.v1.ListFunctionExecutionsRequest"> & {
|
|
139
139
|
/**
|
|
140
140
|
* @generated from field: string workspace_id = 1;
|
|
141
141
|
*/
|
|
@@ -165,11 +165,11 @@ declare type ListFunctionExecutionsRequest = Message<"tailor.v1.ListFunctionExec
|
|
|
165
165
|
* Describes the message tailor.v1.ListFunctionExecutionsRequest.
|
|
166
166
|
* Use `create(ListFunctionExecutionsRequestSchema)` to create a new message.
|
|
167
167
|
*/
|
|
168
|
-
declare const ListFunctionExecutionsRequestSchema: GenMessage<ListFunctionExecutionsRequest>;
|
|
168
|
+
export declare const ListFunctionExecutionsRequestSchema: GenMessage<ListFunctionExecutionsRequest>;
|
|
169
169
|
/**
|
|
170
170
|
* @generated from message tailor.v1.ListFunctionExecutionsResponse
|
|
171
171
|
*/
|
|
172
|
-
declare type ListFunctionExecutionsResponse = Message<"tailor.v1.ListFunctionExecutionsResponse"> & {
|
|
172
|
+
export declare type ListFunctionExecutionsResponse = Message<"tailor.v1.ListFunctionExecutionsResponse"> & {
|
|
173
173
|
/**
|
|
174
174
|
* @generated from field: repeated tailor.v1.FunctionExecution executions = 1;
|
|
175
175
|
*/
|
|
@@ -187,6 +187,5 @@ declare type ListFunctionExecutionsResponse = Message<"tailor.v1.ListFunctionExe
|
|
|
187
187
|
* Describes the message tailor.v1.ListFunctionExecutionsResponse.
|
|
188
188
|
* Use `create(ListFunctionExecutionsResponseSchema)` to create a new message.
|
|
189
189
|
*/
|
|
190
|
-
declare const ListFunctionExecutionsResponseSchema: GenMessage<ListFunctionExecutionsResponse>;
|
|
191
|
-
//#endregion
|
|
192
|
-
export { ExecScriptRequest, ExecScriptRequestSchema, ExecScriptResponse, ExecScriptResponseSchema, GetFunctionExecutionRequest, GetFunctionExecutionRequestSchema, GetFunctionExecutionResponse, GetFunctionExecutionResponseSchema, ListFunctionExecutionsRequest, ListFunctionExecutionsRequestSchema, ListFunctionExecutionsResponse, ListFunctionExecutionsResponseSchema, TestExecScriptRequest, TestExecScriptRequestSchema, TestExecScriptResponse, TestExecScriptResponseSchema };
|
|
190
|
+
export declare const ListFunctionExecutionsResponseSchema: GenMessage<ListFunctionExecutionsResponse>;
|
|
191
|
+
//#endregion
|