@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
|
@@ -6,7 +6,7 @@ import { Message } from "@bufbuild/protobuf";
|
|
|
6
6
|
/**
|
|
7
7
|
* @generated from message tailor.v1.CreatePipelineServiceRequest
|
|
8
8
|
*/
|
|
9
|
-
declare type CreatePipelineServiceRequest = Message<"tailor.v1.CreatePipelineServiceRequest"> & {
|
|
9
|
+
export declare type CreatePipelineServiceRequest = Message<"tailor.v1.CreatePipelineServiceRequest"> & {
|
|
10
10
|
/**
|
|
11
11
|
* @generated from field: string workspace_id = 1;
|
|
12
12
|
*/
|
|
@@ -24,11 +24,11 @@ declare type CreatePipelineServiceRequest = Message<"tailor.v1.CreatePipelineSer
|
|
|
24
24
|
* Describes the message tailor.v1.CreatePipelineServiceRequest.
|
|
25
25
|
* Use `create(CreatePipelineServiceRequestSchema)` to create a new message.
|
|
26
26
|
*/
|
|
27
|
-
declare const CreatePipelineServiceRequestSchema: GenMessage<CreatePipelineServiceRequest>;
|
|
27
|
+
export declare const CreatePipelineServiceRequestSchema: GenMessage<CreatePipelineServiceRequest>;
|
|
28
28
|
/**
|
|
29
29
|
* @generated from message tailor.v1.CreatePipelineServiceResponse
|
|
30
30
|
*/
|
|
31
|
-
declare type CreatePipelineServiceResponse = Message<"tailor.v1.CreatePipelineServiceResponse"> & {
|
|
31
|
+
export declare type CreatePipelineServiceResponse = Message<"tailor.v1.CreatePipelineServiceResponse"> & {
|
|
32
32
|
/**
|
|
33
33
|
* @generated from field: tailor.v1.PipelineService pipeline_service = 1;
|
|
34
34
|
*/
|
|
@@ -38,11 +38,11 @@ declare type CreatePipelineServiceResponse = Message<"tailor.v1.CreatePipelineSe
|
|
|
38
38
|
* Describes the message tailor.v1.CreatePipelineServiceResponse.
|
|
39
39
|
* Use `create(CreatePipelineServiceResponseSchema)` to create a new message.
|
|
40
40
|
*/
|
|
41
|
-
declare const CreatePipelineServiceResponseSchema: GenMessage<CreatePipelineServiceResponse>;
|
|
41
|
+
export declare const CreatePipelineServiceResponseSchema: GenMessage<CreatePipelineServiceResponse>;
|
|
42
42
|
/**
|
|
43
43
|
* @generated from message tailor.v1.UpdatePipelineServiceRequest
|
|
44
44
|
*/
|
|
45
|
-
declare type UpdatePipelineServiceRequest = Message<"tailor.v1.UpdatePipelineServiceRequest"> & {
|
|
45
|
+
export declare type UpdatePipelineServiceRequest = Message<"tailor.v1.UpdatePipelineServiceRequest"> & {
|
|
46
46
|
/**
|
|
47
47
|
* @generated from field: string workspace_id = 1;
|
|
48
48
|
*/
|
|
@@ -60,11 +60,11 @@ declare type UpdatePipelineServiceRequest = Message<"tailor.v1.UpdatePipelineSer
|
|
|
60
60
|
* Describes the message tailor.v1.UpdatePipelineServiceRequest.
|
|
61
61
|
* Use `create(UpdatePipelineServiceRequestSchema)` to create a new message.
|
|
62
62
|
*/
|
|
63
|
-
declare const UpdatePipelineServiceRequestSchema: GenMessage<UpdatePipelineServiceRequest>;
|
|
63
|
+
export declare const UpdatePipelineServiceRequestSchema: GenMessage<UpdatePipelineServiceRequest>;
|
|
64
64
|
/**
|
|
65
65
|
* @generated from message tailor.v1.UpdatePipelineServiceResponse
|
|
66
66
|
*/
|
|
67
|
-
declare type UpdatePipelineServiceResponse = Message<"tailor.v1.UpdatePipelineServiceResponse"> & {
|
|
67
|
+
export declare type UpdatePipelineServiceResponse = Message<"tailor.v1.UpdatePipelineServiceResponse"> & {
|
|
68
68
|
/**
|
|
69
69
|
* @generated from field: tailor.v1.PipelineService pipeline_service = 1;
|
|
70
70
|
*/
|
|
@@ -74,11 +74,11 @@ declare type UpdatePipelineServiceResponse = Message<"tailor.v1.UpdatePipelineSe
|
|
|
74
74
|
* Describes the message tailor.v1.UpdatePipelineServiceResponse.
|
|
75
75
|
* Use `create(UpdatePipelineServiceResponseSchema)` to create a new message.
|
|
76
76
|
*/
|
|
77
|
-
declare const UpdatePipelineServiceResponseSchema: GenMessage<UpdatePipelineServiceResponse>;
|
|
77
|
+
export declare const UpdatePipelineServiceResponseSchema: GenMessage<UpdatePipelineServiceResponse>;
|
|
78
78
|
/**
|
|
79
79
|
* @generated from message tailor.v1.DeletePipelineServiceRequest
|
|
80
80
|
*/
|
|
81
|
-
declare type DeletePipelineServiceRequest = Message<"tailor.v1.DeletePipelineServiceRequest"> & {
|
|
81
|
+
export declare type DeletePipelineServiceRequest = Message<"tailor.v1.DeletePipelineServiceRequest"> & {
|
|
82
82
|
/**
|
|
83
83
|
* @generated from field: string workspace_id = 1;
|
|
84
84
|
*/
|
|
@@ -92,20 +92,20 @@ declare type DeletePipelineServiceRequest = Message<"tailor.v1.DeletePipelineSer
|
|
|
92
92
|
* Describes the message tailor.v1.DeletePipelineServiceRequest.
|
|
93
93
|
* Use `create(DeletePipelineServiceRequestSchema)` to create a new message.
|
|
94
94
|
*/
|
|
95
|
-
declare const DeletePipelineServiceRequestSchema: GenMessage<DeletePipelineServiceRequest>;
|
|
95
|
+
export declare const DeletePipelineServiceRequestSchema: GenMessage<DeletePipelineServiceRequest>;
|
|
96
96
|
/**
|
|
97
97
|
* @generated from message tailor.v1.DeletePipelineServiceResponse
|
|
98
98
|
*/
|
|
99
|
-
declare type DeletePipelineServiceResponse = Message<"tailor.v1.DeletePipelineServiceResponse"> & {};
|
|
99
|
+
export declare type DeletePipelineServiceResponse = Message<"tailor.v1.DeletePipelineServiceResponse"> & {};
|
|
100
100
|
/**
|
|
101
101
|
* Describes the message tailor.v1.DeletePipelineServiceResponse.
|
|
102
102
|
* Use `create(DeletePipelineServiceResponseSchema)` to create a new message.
|
|
103
103
|
*/
|
|
104
|
-
declare const DeletePipelineServiceResponseSchema: GenMessage<DeletePipelineServiceResponse>;
|
|
104
|
+
export declare const DeletePipelineServiceResponseSchema: GenMessage<DeletePipelineServiceResponse>;
|
|
105
105
|
/**
|
|
106
106
|
* @generated from message tailor.v1.GetPipelineServiceRequest
|
|
107
107
|
*/
|
|
108
|
-
declare type GetPipelineServiceRequest = Message<"tailor.v1.GetPipelineServiceRequest"> & {
|
|
108
|
+
export declare type GetPipelineServiceRequest = Message<"tailor.v1.GetPipelineServiceRequest"> & {
|
|
109
109
|
/**
|
|
110
110
|
* @generated from field: string workspace_id = 1;
|
|
111
111
|
*/
|
|
@@ -119,11 +119,11 @@ declare type GetPipelineServiceRequest = Message<"tailor.v1.GetPipelineServiceRe
|
|
|
119
119
|
* Describes the message tailor.v1.GetPipelineServiceRequest.
|
|
120
120
|
* Use `create(GetPipelineServiceRequestSchema)` to create a new message.
|
|
121
121
|
*/
|
|
122
|
-
declare const GetPipelineServiceRequestSchema: GenMessage<GetPipelineServiceRequest>;
|
|
122
|
+
export declare const GetPipelineServiceRequestSchema: GenMessage<GetPipelineServiceRequest>;
|
|
123
123
|
/**
|
|
124
124
|
* @generated from message tailor.v1.GetPipelineServiceResponse
|
|
125
125
|
*/
|
|
126
|
-
declare type GetPipelineServiceResponse = Message<"tailor.v1.GetPipelineServiceResponse"> & {
|
|
126
|
+
export declare type GetPipelineServiceResponse = Message<"tailor.v1.GetPipelineServiceResponse"> & {
|
|
127
127
|
/**
|
|
128
128
|
* @generated from field: tailor.v1.PipelineService pipeline_service = 1;
|
|
129
129
|
*/
|
|
@@ -133,11 +133,11 @@ declare type GetPipelineServiceResponse = Message<"tailor.v1.GetPipelineServiceR
|
|
|
133
133
|
* Describes the message tailor.v1.GetPipelineServiceResponse.
|
|
134
134
|
* Use `create(GetPipelineServiceResponseSchema)` to create a new message.
|
|
135
135
|
*/
|
|
136
|
-
declare const GetPipelineServiceResponseSchema: GenMessage<GetPipelineServiceResponse>;
|
|
136
|
+
export declare const GetPipelineServiceResponseSchema: GenMessage<GetPipelineServiceResponse>;
|
|
137
137
|
/**
|
|
138
138
|
* @generated from message tailor.v1.ListPipelineServicesRequest
|
|
139
139
|
*/
|
|
140
|
-
declare type ListPipelineServicesRequest = Message<"tailor.v1.ListPipelineServicesRequest"> & {
|
|
140
|
+
export declare type ListPipelineServicesRequest = Message<"tailor.v1.ListPipelineServicesRequest"> & {
|
|
141
141
|
/**
|
|
142
142
|
* @generated from field: string workspace_id = 1;
|
|
143
143
|
*/
|
|
@@ -159,11 +159,11 @@ declare type ListPipelineServicesRequest = Message<"tailor.v1.ListPipelineServic
|
|
|
159
159
|
* Describes the message tailor.v1.ListPipelineServicesRequest.
|
|
160
160
|
* Use `create(ListPipelineServicesRequestSchema)` to create a new message.
|
|
161
161
|
*/
|
|
162
|
-
declare const ListPipelineServicesRequestSchema: GenMessage<ListPipelineServicesRequest>;
|
|
162
|
+
export declare const ListPipelineServicesRequestSchema: GenMessage<ListPipelineServicesRequest>;
|
|
163
163
|
/**
|
|
164
164
|
* @generated from message tailor.v1.ListPipelineServicesResponse
|
|
165
165
|
*/
|
|
166
|
-
declare type ListPipelineServicesResponse = Message<"tailor.v1.ListPipelineServicesResponse"> & {
|
|
166
|
+
export declare type ListPipelineServicesResponse = Message<"tailor.v1.ListPipelineServicesResponse"> & {
|
|
167
167
|
/**
|
|
168
168
|
* @generated from field: repeated tailor.v1.PipelineService pipeline_services = 1;
|
|
169
169
|
*/
|
|
@@ -181,11 +181,11 @@ declare type ListPipelineServicesResponse = Message<"tailor.v1.ListPipelineServi
|
|
|
181
181
|
* Describes the message tailor.v1.ListPipelineServicesResponse.
|
|
182
182
|
* Use `create(ListPipelineServicesResponseSchema)` to create a new message.
|
|
183
183
|
*/
|
|
184
|
-
declare const ListPipelineServicesResponseSchema: GenMessage<ListPipelineServicesResponse>;
|
|
184
|
+
export declare const ListPipelineServicesResponseSchema: GenMessage<ListPipelineServicesResponse>;
|
|
185
185
|
/**
|
|
186
186
|
* @generated from message tailor.v1.CreatePipelineResolverRequest
|
|
187
187
|
*/
|
|
188
|
-
declare type CreatePipelineResolverRequest = Message<"tailor.v1.CreatePipelineResolverRequest"> & {
|
|
188
|
+
export declare type CreatePipelineResolverRequest = Message<"tailor.v1.CreatePipelineResolverRequest"> & {
|
|
189
189
|
/**
|
|
190
190
|
* @generated from field: string workspace_id = 1;
|
|
191
191
|
*/
|
|
@@ -203,11 +203,11 @@ declare type CreatePipelineResolverRequest = Message<"tailor.v1.CreatePipelineRe
|
|
|
203
203
|
* Describes the message tailor.v1.CreatePipelineResolverRequest.
|
|
204
204
|
* Use `create(CreatePipelineResolverRequestSchema)` to create a new message.
|
|
205
205
|
*/
|
|
206
|
-
declare const CreatePipelineResolverRequestSchema: GenMessage<CreatePipelineResolverRequest>;
|
|
206
|
+
export declare const CreatePipelineResolverRequestSchema: GenMessage<CreatePipelineResolverRequest>;
|
|
207
207
|
/**
|
|
208
208
|
* @generated from message tailor.v1.CreatePipelineResolverResponse
|
|
209
209
|
*/
|
|
210
|
-
declare type CreatePipelineResolverResponse = Message<"tailor.v1.CreatePipelineResolverResponse"> & {
|
|
210
|
+
export declare type CreatePipelineResolverResponse = Message<"tailor.v1.CreatePipelineResolverResponse"> & {
|
|
211
211
|
/**
|
|
212
212
|
* @generated from field: tailor.v1.PipelineResolver pipeline_resolver = 1;
|
|
213
213
|
*/
|
|
@@ -217,11 +217,11 @@ declare type CreatePipelineResolverResponse = Message<"tailor.v1.CreatePipelineR
|
|
|
217
217
|
* Describes the message tailor.v1.CreatePipelineResolverResponse.
|
|
218
218
|
* Use `create(CreatePipelineResolverResponseSchema)` to create a new message.
|
|
219
219
|
*/
|
|
220
|
-
declare const CreatePipelineResolverResponseSchema: GenMessage<CreatePipelineResolverResponse>;
|
|
220
|
+
export declare const CreatePipelineResolverResponseSchema: GenMessage<CreatePipelineResolverResponse>;
|
|
221
221
|
/**
|
|
222
222
|
* @generated from message tailor.v1.UpdatePipelineResolverRequest
|
|
223
223
|
*/
|
|
224
|
-
declare type UpdatePipelineResolverRequest = Message<"tailor.v1.UpdatePipelineResolverRequest"> & {
|
|
224
|
+
export declare type UpdatePipelineResolverRequest = Message<"tailor.v1.UpdatePipelineResolverRequest"> & {
|
|
225
225
|
/**
|
|
226
226
|
* @generated from field: string workspace_id = 1;
|
|
227
227
|
*/
|
|
@@ -239,11 +239,11 @@ declare type UpdatePipelineResolverRequest = Message<"tailor.v1.UpdatePipelineRe
|
|
|
239
239
|
* Describes the message tailor.v1.UpdatePipelineResolverRequest.
|
|
240
240
|
* Use `create(UpdatePipelineResolverRequestSchema)` to create a new message.
|
|
241
241
|
*/
|
|
242
|
-
declare const UpdatePipelineResolverRequestSchema: GenMessage<UpdatePipelineResolverRequest>;
|
|
242
|
+
export declare const UpdatePipelineResolverRequestSchema: GenMessage<UpdatePipelineResolverRequest>;
|
|
243
243
|
/**
|
|
244
244
|
* @generated from message tailor.v1.UpdatePipelineResolverResponse
|
|
245
245
|
*/
|
|
246
|
-
declare type UpdatePipelineResolverResponse = Message<"tailor.v1.UpdatePipelineResolverResponse"> & {
|
|
246
|
+
export declare type UpdatePipelineResolverResponse = Message<"tailor.v1.UpdatePipelineResolverResponse"> & {
|
|
247
247
|
/**
|
|
248
248
|
* @generated from field: tailor.v1.PipelineResolver pipeline_resolver = 1;
|
|
249
249
|
*/
|
|
@@ -253,11 +253,11 @@ declare type UpdatePipelineResolverResponse = Message<"tailor.v1.UpdatePipelineR
|
|
|
253
253
|
* Describes the message tailor.v1.UpdatePipelineResolverResponse.
|
|
254
254
|
* Use `create(UpdatePipelineResolverResponseSchema)` to create a new message.
|
|
255
255
|
*/
|
|
256
|
-
declare const UpdatePipelineResolverResponseSchema: GenMessage<UpdatePipelineResolverResponse>;
|
|
256
|
+
export declare const UpdatePipelineResolverResponseSchema: GenMessage<UpdatePipelineResolverResponse>;
|
|
257
257
|
/**
|
|
258
258
|
* @generated from message tailor.v1.DeletePipelineResolverRequest
|
|
259
259
|
*/
|
|
260
|
-
declare type DeletePipelineResolverRequest = Message<"tailor.v1.DeletePipelineResolverRequest"> & {
|
|
260
|
+
export declare type DeletePipelineResolverRequest = Message<"tailor.v1.DeletePipelineResolverRequest"> & {
|
|
261
261
|
/**
|
|
262
262
|
* @generated from field: string workspace_id = 1;
|
|
263
263
|
*/
|
|
@@ -275,20 +275,20 @@ declare type DeletePipelineResolverRequest = Message<"tailor.v1.DeletePipelineRe
|
|
|
275
275
|
* Describes the message tailor.v1.DeletePipelineResolverRequest.
|
|
276
276
|
* Use `create(DeletePipelineResolverRequestSchema)` to create a new message.
|
|
277
277
|
*/
|
|
278
|
-
declare const DeletePipelineResolverRequestSchema: GenMessage<DeletePipelineResolverRequest>;
|
|
278
|
+
export declare const DeletePipelineResolverRequestSchema: GenMessage<DeletePipelineResolverRequest>;
|
|
279
279
|
/**
|
|
280
280
|
* @generated from message tailor.v1.DeletePipelineResolverResponse
|
|
281
281
|
*/
|
|
282
|
-
declare type DeletePipelineResolverResponse = Message<"tailor.v1.DeletePipelineResolverResponse"> & {};
|
|
282
|
+
export declare type DeletePipelineResolverResponse = Message<"tailor.v1.DeletePipelineResolverResponse"> & {};
|
|
283
283
|
/**
|
|
284
284
|
* Describes the message tailor.v1.DeletePipelineResolverResponse.
|
|
285
285
|
* Use `create(DeletePipelineResolverResponseSchema)` to create a new message.
|
|
286
286
|
*/
|
|
287
|
-
declare const DeletePipelineResolverResponseSchema: GenMessage<DeletePipelineResolverResponse>;
|
|
287
|
+
export declare const DeletePipelineResolverResponseSchema: GenMessage<DeletePipelineResolverResponse>;
|
|
288
288
|
/**
|
|
289
289
|
* @generated from message tailor.v1.ComposePipelineSDLRequest
|
|
290
290
|
*/
|
|
291
|
-
declare type ComposePipelineSDLRequest = Message<"tailor.v1.ComposePipelineSDLRequest"> & {
|
|
291
|
+
export declare type ComposePipelineSDLRequest = Message<"tailor.v1.ComposePipelineSDLRequest"> & {
|
|
292
292
|
/**
|
|
293
293
|
* @generated from field: string workspace_id = 1;
|
|
294
294
|
*/
|
|
@@ -302,20 +302,20 @@ declare type ComposePipelineSDLRequest = Message<"tailor.v1.ComposePipelineSDLRe
|
|
|
302
302
|
* Describes the message tailor.v1.ComposePipelineSDLRequest.
|
|
303
303
|
* Use `create(ComposePipelineSDLRequestSchema)` to create a new message.
|
|
304
304
|
*/
|
|
305
|
-
declare const ComposePipelineSDLRequestSchema: GenMessage<ComposePipelineSDLRequest>;
|
|
305
|
+
export declare const ComposePipelineSDLRequestSchema: GenMessage<ComposePipelineSDLRequest>;
|
|
306
306
|
/**
|
|
307
307
|
* @generated from message tailor.v1.ComposePipelineSDLResponse
|
|
308
308
|
*/
|
|
309
|
-
declare type ComposePipelineSDLResponse = Message<"tailor.v1.ComposePipelineSDLResponse"> & {};
|
|
309
|
+
export declare type ComposePipelineSDLResponse = Message<"tailor.v1.ComposePipelineSDLResponse"> & {};
|
|
310
310
|
/**
|
|
311
311
|
* Describes the message tailor.v1.ComposePipelineSDLResponse.
|
|
312
312
|
* Use `create(ComposePipelineSDLResponseSchema)` to create a new message.
|
|
313
313
|
*/
|
|
314
|
-
declare const ComposePipelineSDLResponseSchema: GenMessage<ComposePipelineSDLResponse>;
|
|
314
|
+
export declare const ComposePipelineSDLResponseSchema: GenMessage<ComposePipelineSDLResponse>;
|
|
315
315
|
/**
|
|
316
316
|
* @generated from message tailor.v1.GetPipelineResolverRequest
|
|
317
317
|
*/
|
|
318
|
-
declare type GetPipelineResolverRequest = Message<"tailor.v1.GetPipelineResolverRequest"> & {
|
|
318
|
+
export declare type GetPipelineResolverRequest = Message<"tailor.v1.GetPipelineResolverRequest"> & {
|
|
319
319
|
/**
|
|
320
320
|
* @generated from field: string workspace_id = 1;
|
|
321
321
|
*/
|
|
@@ -333,11 +333,11 @@ declare type GetPipelineResolverRequest = Message<"tailor.v1.GetPipelineResolver
|
|
|
333
333
|
* Describes the message tailor.v1.GetPipelineResolverRequest.
|
|
334
334
|
* Use `create(GetPipelineResolverRequestSchema)` to create a new message.
|
|
335
335
|
*/
|
|
336
|
-
declare const GetPipelineResolverRequestSchema: GenMessage<GetPipelineResolverRequest>;
|
|
336
|
+
export declare const GetPipelineResolverRequestSchema: GenMessage<GetPipelineResolverRequest>;
|
|
337
337
|
/**
|
|
338
338
|
* @generated from message tailor.v1.GetPipelineResolverResponse
|
|
339
339
|
*/
|
|
340
|
-
declare type GetPipelineResolverResponse = Message<"tailor.v1.GetPipelineResolverResponse"> & {
|
|
340
|
+
export declare type GetPipelineResolverResponse = Message<"tailor.v1.GetPipelineResolverResponse"> & {
|
|
341
341
|
/**
|
|
342
342
|
* @generated from field: tailor.v1.PipelineResolver pipeline_resolver = 1;
|
|
343
343
|
*/
|
|
@@ -347,11 +347,11 @@ declare type GetPipelineResolverResponse = Message<"tailor.v1.GetPipelineResolve
|
|
|
347
347
|
* Describes the message tailor.v1.GetPipelineResolverResponse.
|
|
348
348
|
* Use `create(GetPipelineResolverResponseSchema)` to create a new message.
|
|
349
349
|
*/
|
|
350
|
-
declare const GetPipelineResolverResponseSchema: GenMessage<GetPipelineResolverResponse>;
|
|
350
|
+
export declare const GetPipelineResolverResponseSchema: GenMessage<GetPipelineResolverResponse>;
|
|
351
351
|
/**
|
|
352
352
|
* @generated from message tailor.v1.ListPipelineResolversRequest
|
|
353
353
|
*/
|
|
354
|
-
declare type ListPipelineResolversRequest = Message<"tailor.v1.ListPipelineResolversRequest"> & {
|
|
354
|
+
export declare type ListPipelineResolversRequest = Message<"tailor.v1.ListPipelineResolversRequest"> & {
|
|
355
355
|
/**
|
|
356
356
|
* @generated from field: string page_token = 1;
|
|
357
357
|
*/
|
|
@@ -385,11 +385,11 @@ declare type ListPipelineResolversRequest = Message<"tailor.v1.ListPipelineResol
|
|
|
385
385
|
* Describes the message tailor.v1.ListPipelineResolversRequest.
|
|
386
386
|
* Use `create(ListPipelineResolversRequestSchema)` to create a new message.
|
|
387
387
|
*/
|
|
388
|
-
declare const ListPipelineResolversRequestSchema: GenMessage<ListPipelineResolversRequest>;
|
|
388
|
+
export declare const ListPipelineResolversRequestSchema: GenMessage<ListPipelineResolversRequest>;
|
|
389
389
|
/**
|
|
390
390
|
* @generated from message tailor.v1.ListPipelineResolversResponse
|
|
391
391
|
*/
|
|
392
|
-
declare type ListPipelineResolversResponse = Message<"tailor.v1.ListPipelineResolversResponse"> & {
|
|
392
|
+
export declare type ListPipelineResolversResponse = Message<"tailor.v1.ListPipelineResolversResponse"> & {
|
|
393
393
|
/**
|
|
394
394
|
* @generated from field: string next_page_token = 1;
|
|
395
395
|
*/
|
|
@@ -407,11 +407,11 @@ declare type ListPipelineResolversResponse = Message<"tailor.v1.ListPipelineReso
|
|
|
407
407
|
* Describes the message tailor.v1.ListPipelineResolversResponse.
|
|
408
408
|
* Use `create(ListPipelineResolversResponseSchema)` to create a new message.
|
|
409
409
|
*/
|
|
410
|
-
declare const ListPipelineResolversResponseSchema: GenMessage<ListPipelineResolversResponse>;
|
|
410
|
+
export declare const ListPipelineResolversResponseSchema: GenMessage<ListPipelineResolversResponse>;
|
|
411
411
|
/**
|
|
412
412
|
* @generated from message tailor.v1.ListPipelineResolverExecutionResultsRequest
|
|
413
413
|
*/
|
|
414
|
-
declare type ListPipelineResolverExecutionResultsRequest = Message<"tailor.v1.ListPipelineResolverExecutionResultsRequest"> & {
|
|
414
|
+
export declare type ListPipelineResolverExecutionResultsRequest = Message<"tailor.v1.ListPipelineResolverExecutionResultsRequest"> & {
|
|
415
415
|
/**
|
|
416
416
|
* @generated from field: string page_token = 1;
|
|
417
417
|
*/
|
|
@@ -453,11 +453,11 @@ declare type ListPipelineResolverExecutionResultsRequest = Message<"tailor.v1.Li
|
|
|
453
453
|
* Describes the message tailor.v1.ListPipelineResolverExecutionResultsRequest.
|
|
454
454
|
* Use `create(ListPipelineResolverExecutionResultsRequestSchema)` to create a new message.
|
|
455
455
|
*/
|
|
456
|
-
declare const ListPipelineResolverExecutionResultsRequestSchema: GenMessage<ListPipelineResolverExecutionResultsRequest>;
|
|
456
|
+
export declare const ListPipelineResolverExecutionResultsRequestSchema: GenMessage<ListPipelineResolverExecutionResultsRequest>;
|
|
457
457
|
/**
|
|
458
458
|
* @generated from message tailor.v1.ListPipelineResolverExecutionResultsResponse
|
|
459
459
|
*/
|
|
460
|
-
declare type ListPipelineResolverExecutionResultsResponse = Message<"tailor.v1.ListPipelineResolverExecutionResultsResponse"> & {
|
|
460
|
+
export declare type ListPipelineResolverExecutionResultsResponse = Message<"tailor.v1.ListPipelineResolverExecutionResultsResponse"> & {
|
|
461
461
|
/**
|
|
462
462
|
* @generated from field: repeated tailor.v1.PipelineResolverExecutionResult results = 1;
|
|
463
463
|
*/
|
|
@@ -475,11 +475,11 @@ declare type ListPipelineResolverExecutionResultsResponse = Message<"tailor.v1.L
|
|
|
475
475
|
* Describes the message tailor.v1.ListPipelineResolverExecutionResultsResponse.
|
|
476
476
|
* Use `create(ListPipelineResolverExecutionResultsResponseSchema)` to create a new message.
|
|
477
477
|
*/
|
|
478
|
-
declare const ListPipelineResolverExecutionResultsResponseSchema: GenMessage<ListPipelineResolverExecutionResultsResponse>;
|
|
478
|
+
export declare const ListPipelineResolverExecutionResultsResponseSchema: GenMessage<ListPipelineResolverExecutionResultsResponse>;
|
|
479
479
|
/**
|
|
480
480
|
* @generated from message tailor.v1.GetPipelineResolverExecutionResultRequest
|
|
481
481
|
*/
|
|
482
|
-
declare type GetPipelineResolverExecutionResultRequest = Message<"tailor.v1.GetPipelineResolverExecutionResultRequest"> & {
|
|
482
|
+
export declare type GetPipelineResolverExecutionResultRequest = Message<"tailor.v1.GetPipelineResolverExecutionResultRequest"> & {
|
|
483
483
|
/**
|
|
484
484
|
* @generated from field: string workspace_id = 1;
|
|
485
485
|
*/
|
|
@@ -497,11 +497,11 @@ declare type GetPipelineResolverExecutionResultRequest = Message<"tailor.v1.GetP
|
|
|
497
497
|
* Describes the message tailor.v1.GetPipelineResolverExecutionResultRequest.
|
|
498
498
|
* Use `create(GetPipelineResolverExecutionResultRequestSchema)` to create a new message.
|
|
499
499
|
*/
|
|
500
|
-
declare const GetPipelineResolverExecutionResultRequestSchema: GenMessage<GetPipelineResolverExecutionResultRequest>;
|
|
500
|
+
export declare const GetPipelineResolverExecutionResultRequestSchema: GenMessage<GetPipelineResolverExecutionResultRequest>;
|
|
501
501
|
/**
|
|
502
502
|
* @generated from message tailor.v1.GetPipelineResolverExecutionResultResponse
|
|
503
503
|
*/
|
|
504
|
-
declare type GetPipelineResolverExecutionResultResponse = Message<"tailor.v1.GetPipelineResolverExecutionResultResponse"> & {
|
|
504
|
+
export declare type GetPipelineResolverExecutionResultResponse = Message<"tailor.v1.GetPipelineResolverExecutionResultResponse"> & {
|
|
505
505
|
/**
|
|
506
506
|
* @generated from field: tailor.v1.PipelineResolverExecutionResult result = 1;
|
|
507
507
|
*/
|
|
@@ -511,11 +511,11 @@ declare type GetPipelineResolverExecutionResultResponse = Message<"tailor.v1.Get
|
|
|
511
511
|
* Describes the message tailor.v1.GetPipelineResolverExecutionResultResponse.
|
|
512
512
|
* Use `create(GetPipelineResolverExecutionResultResponseSchema)` to create a new message.
|
|
513
513
|
*/
|
|
514
|
-
declare const GetPipelineResolverExecutionResultResponseSchema: GenMessage<GetPipelineResolverExecutionResultResponse>;
|
|
514
|
+
export declare const GetPipelineResolverExecutionResultResponseSchema: GenMessage<GetPipelineResolverExecutionResultResponse>;
|
|
515
515
|
/**
|
|
516
516
|
* @generated from message tailor.v1.RestartPipelineResolverRequest
|
|
517
517
|
*/
|
|
518
|
-
declare type RestartPipelineResolverRequest = Message<"tailor.v1.RestartPipelineResolverRequest"> & {
|
|
518
|
+
export declare type RestartPipelineResolverRequest = Message<"tailor.v1.RestartPipelineResolverRequest"> & {
|
|
519
519
|
/**
|
|
520
520
|
* @generated from field: string workspace_id = 1;
|
|
521
521
|
*/
|
|
@@ -537,11 +537,11 @@ declare type RestartPipelineResolverRequest = Message<"tailor.v1.RestartPipeline
|
|
|
537
537
|
* Describes the message tailor.v1.RestartPipelineResolverRequest.
|
|
538
538
|
* Use `create(RestartPipelineResolverRequestSchema)` to create a new message.
|
|
539
539
|
*/
|
|
540
|
-
declare const RestartPipelineResolverRequestSchema: GenMessage<RestartPipelineResolverRequest>;
|
|
540
|
+
export declare const RestartPipelineResolverRequestSchema: GenMessage<RestartPipelineResolverRequest>;
|
|
541
541
|
/**
|
|
542
542
|
* @generated from message tailor.v1.RestartPipelineResolverResponse
|
|
543
543
|
*/
|
|
544
|
-
declare type RestartPipelineResolverResponse = Message<"tailor.v1.RestartPipelineResolverResponse"> & {
|
|
544
|
+
export declare type RestartPipelineResolverResponse = Message<"tailor.v1.RestartPipelineResolverResponse"> & {
|
|
545
545
|
/**
|
|
546
546
|
* @generated from field: tailor.v1.PipelineResolverExecutionResult result = 1;
|
|
547
547
|
*/
|
|
@@ -551,11 +551,11 @@ declare type RestartPipelineResolverResponse = Message<"tailor.v1.RestartPipelin
|
|
|
551
551
|
* Describes the message tailor.v1.RestartPipelineResolverResponse.
|
|
552
552
|
* Use `create(RestartPipelineResolverResponseSchema)` to create a new message.
|
|
553
553
|
*/
|
|
554
|
-
declare const RestartPipelineResolverResponseSchema: GenMessage<RestartPipelineResolverResponse>;
|
|
554
|
+
export declare const RestartPipelineResolverResponseSchema: GenMessage<RestartPipelineResolverResponse>;
|
|
555
555
|
/**
|
|
556
556
|
* @generated from enum tailor.v1.PipelineResolverView
|
|
557
557
|
*/
|
|
558
|
-
declare enum PipelineResolverView {
|
|
558
|
+
export declare enum PipelineResolverView {
|
|
559
559
|
/**
|
|
560
560
|
* @generated from enum value: PIPELINE_RESOLVER_VIEW_UNSPECIFIED = 0;
|
|
561
561
|
*/
|
|
@@ -572,7 +572,7 @@ declare enum PipelineResolverView {
|
|
|
572
572
|
/**
|
|
573
573
|
* @generated from enum tailor.v1.PipelineResolverExecutionResultView
|
|
574
574
|
*/
|
|
575
|
-
declare enum PipelineResolverExecutionResultView {
|
|
575
|
+
export declare enum PipelineResolverExecutionResultView {
|
|
576
576
|
/**
|
|
577
577
|
* @generated from enum value: PIPELINE_RESOLVER_EXECUTION_RESULT_VIEW_UNSPECIFIED = 0;
|
|
578
578
|
*/
|
|
@@ -586,5 +586,4 @@ declare enum PipelineResolverExecutionResultView {
|
|
|
586
586
|
*/
|
|
587
587
|
FULL = 2
|
|
588
588
|
}
|
|
589
|
-
//#endregion
|
|
590
|
-
export { ComposePipelineSDLRequest, ComposePipelineSDLRequestSchema, ComposePipelineSDLResponse, ComposePipelineSDLResponseSchema, CreatePipelineResolverRequest, CreatePipelineResolverRequestSchema, CreatePipelineResolverResponse, CreatePipelineResolverResponseSchema, CreatePipelineServiceRequest, CreatePipelineServiceRequestSchema, CreatePipelineServiceResponse, CreatePipelineServiceResponseSchema, DeletePipelineResolverRequest, DeletePipelineResolverRequestSchema, DeletePipelineResolverResponse, DeletePipelineResolverResponseSchema, DeletePipelineServiceRequest, DeletePipelineServiceRequestSchema, DeletePipelineServiceResponse, DeletePipelineServiceResponseSchema, GetPipelineResolverExecutionResultRequest, GetPipelineResolverExecutionResultRequestSchema, GetPipelineResolverExecutionResultResponse, GetPipelineResolverExecutionResultResponseSchema, GetPipelineResolverRequest, GetPipelineResolverRequestSchema, GetPipelineResolverResponse, GetPipelineResolverResponseSchema, GetPipelineServiceRequest, GetPipelineServiceRequestSchema, GetPipelineServiceResponse, GetPipelineServiceResponseSchema, ListPipelineResolverExecutionResultsRequest, ListPipelineResolverExecutionResultsRequestSchema, ListPipelineResolverExecutionResultsResponse, ListPipelineResolverExecutionResultsResponseSchema, ListPipelineResolversRequest, ListPipelineResolversRequestSchema, ListPipelineResolversResponse, ListPipelineResolversResponseSchema, ListPipelineServicesRequest, ListPipelineServicesRequestSchema, ListPipelineServicesResponse, ListPipelineServicesResponseSchema, PipelineResolverExecutionResultView, PipelineResolverView, RestartPipelineResolverRequest, RestartPipelineResolverRequestSchema, RestartPipelineResolverResponse, RestartPipelineResolverResponseSchema, UpdatePipelineResolverRequest, UpdatePipelineResolverRequestSchema, UpdatePipelineResolverResponse, UpdatePipelineResolverResponseSchema, UpdatePipelineServiceRequest, UpdatePipelineServiceRequestSchema, UpdatePipelineServiceResponse, UpdatePipelineServiceResponseSchema };
|
|
589
|
+
//#endregion
|
|
@@ -7,7 +7,7 @@ import { Timestamp } from "@bufbuild/protobuf/wkt";
|
|
|
7
7
|
/**
|
|
8
8
|
* @generated from message tailor.v1.PipelineService
|
|
9
9
|
*/
|
|
10
|
-
declare type PipelineService = Message<"tailor.v1.PipelineService"> & {
|
|
10
|
+
export declare type PipelineService = Message<"tailor.v1.PipelineService"> & {
|
|
11
11
|
/**
|
|
12
12
|
* @generated from field: tailor.v1.Namespace namespace = 1;
|
|
13
13
|
*/
|
|
@@ -20,7 +20,7 @@ declare type PipelineService = Message<"tailor.v1.PipelineService"> & {
|
|
|
20
20
|
/**
|
|
21
21
|
* @generated from message tailor.v1.PipelineResolver
|
|
22
22
|
*/
|
|
23
|
-
declare type PipelineResolver = Message<"tailor.v1.PipelineResolver"> & {
|
|
23
|
+
export declare type PipelineResolver = Message<"tailor.v1.PipelineResolver"> & {
|
|
24
24
|
/**
|
|
25
25
|
* @generated from field: string name = 2;
|
|
26
26
|
*/
|
|
@@ -83,7 +83,7 @@ declare type PipelineResolver = Message<"tailor.v1.PipelineResolver"> & {
|
|
|
83
83
|
/**
|
|
84
84
|
* @generated from message tailor.v1.PipelineResolver.Type
|
|
85
85
|
*/
|
|
86
|
-
declare type PipelineResolver_Type = Message<"tailor.v1.PipelineResolver.Type"> & {
|
|
86
|
+
export declare type PipelineResolver_Type = Message<"tailor.v1.PipelineResolver.Type"> & {
|
|
87
87
|
/**
|
|
88
88
|
* @generated from field: string kind = 1;
|
|
89
89
|
*/
|
|
@@ -112,7 +112,7 @@ declare type PipelineResolver_Type = Message<"tailor.v1.PipelineResolver.Type">
|
|
|
112
112
|
/**
|
|
113
113
|
* @generated from message tailor.v1.PipelineResolver.Field
|
|
114
114
|
*/
|
|
115
|
-
declare type PipelineResolver_Field = Message<"tailor.v1.PipelineResolver.Field"> & {
|
|
115
|
+
export declare type PipelineResolver_Field = Message<"tailor.v1.PipelineResolver.Field"> & {
|
|
116
116
|
/**
|
|
117
117
|
* @generated from field: string name = 1;
|
|
118
118
|
*/
|
|
@@ -137,7 +137,7 @@ declare type PipelineResolver_Field = Message<"tailor.v1.PipelineResolver.Field"
|
|
|
137
137
|
/**
|
|
138
138
|
* @generated from message tailor.v1.PipelineResolver.Value
|
|
139
139
|
*/
|
|
140
|
-
declare type PipelineResolver_Value = Message<"tailor.v1.PipelineResolver.Value"> & {
|
|
140
|
+
export declare type PipelineResolver_Value = Message<"tailor.v1.PipelineResolver.Value"> & {
|
|
141
141
|
/**
|
|
142
142
|
* @generated from field: string value = 1;
|
|
143
143
|
*/
|
|
@@ -150,7 +150,7 @@ declare type PipelineResolver_Value = Message<"tailor.v1.PipelineResolver.Value"
|
|
|
150
150
|
/**
|
|
151
151
|
* @generated from message tailor.v1.PipelineResolver.Pipeline
|
|
152
152
|
*/
|
|
153
|
-
declare type PipelineResolver_Pipeline = Message<"tailor.v1.PipelineResolver.Pipeline"> & {
|
|
153
|
+
export declare type PipelineResolver_Pipeline = Message<"tailor.v1.PipelineResolver.Pipeline"> & {
|
|
154
154
|
/**
|
|
155
155
|
* @generated from field: string name = 2;
|
|
156
156
|
*/
|
|
@@ -229,7 +229,7 @@ declare type PipelineResolver_Pipeline = Message<"tailor.v1.PipelineResolver.Pip
|
|
|
229
229
|
/**
|
|
230
230
|
* @generated from enum tailor.v1.PipelineResolver.OperationType
|
|
231
231
|
*/
|
|
232
|
-
declare enum PipelineResolver_OperationType {
|
|
232
|
+
export declare enum PipelineResolver_OperationType {
|
|
233
233
|
/**
|
|
234
234
|
* @generated from enum value: OPERATION_TYPE_UNSPECIFIED = 0;
|
|
235
235
|
*/
|
|
@@ -246,7 +246,7 @@ declare enum PipelineResolver_OperationType {
|
|
|
246
246
|
/**
|
|
247
247
|
* @generated from message tailor.v1.PipelineResolverExecutionResult
|
|
248
248
|
*/
|
|
249
|
-
declare type PipelineResolverExecutionResult = Message<"tailor.v1.PipelineResolverExecutionResult"> & {
|
|
249
|
+
export declare type PipelineResolverExecutionResult = Message<"tailor.v1.PipelineResolverExecutionResult"> & {
|
|
250
250
|
/**
|
|
251
251
|
* @generated from field: string id = 1;
|
|
252
252
|
*/
|
|
@@ -303,7 +303,7 @@ declare type PipelineResolverExecutionResult = Message<"tailor.v1.PipelineResolv
|
|
|
303
303
|
/**
|
|
304
304
|
* @generated from enum tailor.v1.PipelineResolverExecutionResult.ResultStatus
|
|
305
305
|
*/
|
|
306
|
-
declare enum PipelineResolverExecutionResult_ResultStatus {
|
|
306
|
+
export declare enum PipelineResolverExecutionResult_ResultStatus {
|
|
307
307
|
/**
|
|
308
308
|
* @generated from enum value: RESULT_STATUS_UNSPECIFIED = 0;
|
|
309
309
|
*/
|
|
@@ -325,5 +325,4 @@ declare enum PipelineResolverExecutionResult_ResultStatus {
|
|
|
325
325
|
*/
|
|
326
326
|
RETRIED = 4
|
|
327
327
|
}
|
|
328
|
-
//#endregion
|
|
329
|
-
export { PipelineResolver, PipelineResolverExecutionResult, PipelineResolverExecutionResult_ResultStatus, PipelineResolver_Field, PipelineResolver_OperationType, PipelineResolver_Pipeline, PipelineResolver_Type, PipelineResolver_Value, PipelineService };
|
|
328
|
+
//#endregion
|
|
@@ -5,7 +5,7 @@ import { Value } from "@bufbuild/protobuf/wkt";
|
|
|
5
5
|
/**
|
|
6
6
|
* @generated from message tailor.v1.Namespace
|
|
7
7
|
*/
|
|
8
|
-
declare type Namespace = Message<"tailor.v1.Namespace"> & {
|
|
8
|
+
export declare type Namespace = Message<"tailor.v1.Namespace"> & {
|
|
9
9
|
/**
|
|
10
10
|
* @generated from field: string name = 1;
|
|
11
11
|
*/
|
|
@@ -14,7 +14,7 @@ declare type Namespace = Message<"tailor.v1.Namespace"> & {
|
|
|
14
14
|
/**
|
|
15
15
|
* @generated from message tailor.v1.Script
|
|
16
16
|
*/
|
|
17
|
-
declare type Script = Message<"tailor.v1.Script"> & {
|
|
17
|
+
export declare type Script = Message<"tailor.v1.Script"> & {
|
|
18
18
|
/**
|
|
19
19
|
* @generated from field: string expr = 1;
|
|
20
20
|
*/
|
|
@@ -23,7 +23,7 @@ declare type Script = Message<"tailor.v1.Script"> & {
|
|
|
23
23
|
/**
|
|
24
24
|
* @generated from message tailor.v1.Filter
|
|
25
25
|
*/
|
|
26
|
-
declare type Filter = Message<"tailor.v1.Filter"> & {
|
|
26
|
+
export declare type Filter = Message<"tailor.v1.Filter"> & {
|
|
27
27
|
/**
|
|
28
28
|
* @generated from field: tailor.v1.Condition condition = 1;
|
|
29
29
|
*/
|
|
@@ -40,7 +40,7 @@ declare type Filter = Message<"tailor.v1.Filter"> & {
|
|
|
40
40
|
/**
|
|
41
41
|
* @generated from message tailor.v1.Condition
|
|
42
42
|
*/
|
|
43
|
-
declare type Condition = Message<"tailor.v1.Condition"> & {
|
|
43
|
+
export declare type Condition = Message<"tailor.v1.Condition"> & {
|
|
44
44
|
/**
|
|
45
45
|
* @generated from field: string field = 1;
|
|
46
46
|
*/
|
|
@@ -57,7 +57,7 @@ declare type Condition = Message<"tailor.v1.Condition"> & {
|
|
|
57
57
|
/**
|
|
58
58
|
* @generated from enum tailor.v1.Condition.Operator
|
|
59
59
|
*/
|
|
60
|
-
declare enum Condition_Operator {
|
|
60
|
+
export declare enum Condition_Operator {
|
|
61
61
|
/**
|
|
62
62
|
* @generated from enum value: OPERATOR_UNSPECIFIED = 0;
|
|
63
63
|
*/
|
|
@@ -94,7 +94,7 @@ declare enum Condition_Operator {
|
|
|
94
94
|
/**
|
|
95
95
|
* @generated from enum tailor.v1.PageDirection
|
|
96
96
|
*/
|
|
97
|
-
declare enum PageDirection {
|
|
97
|
+
export declare enum PageDirection {
|
|
98
98
|
/**
|
|
99
99
|
* @generated from enum value: PAGE_DIRECTION_UNSPECIFIED = 0;
|
|
100
100
|
*/
|
|
@@ -108,5 +108,4 @@ declare enum PageDirection {
|
|
|
108
108
|
*/
|
|
109
109
|
DESC = 2
|
|
110
110
|
}
|
|
111
|
-
//#endregion
|
|
112
|
-
export { Condition, Condition_Operator, Filter, Namespace, PageDirection, Script };
|
|
111
|
+
//#endregion
|