@tailor-platform/sdk 2.13.1 → 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 +40 -0
- package/dist/application-BWOMdL3D.mjs +1 -0
- package/dist/{application-D3HlhR3i.mjs → application-CfevPO-k.mjs} +21 -17
- 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 +35 -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/lib.mjs.map +1 -1
- package/dist/cli/main.d.mts +2 -3
- package/dist/cli/main.mjs +43 -41
- 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 +10 -10
- package/dist/configure/index.mjs +1 -1
- package/dist/configure/index.mjs.map +1 -1
- 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 +8 -9
- 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 +18 -12
- 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/date-DrUO8rOJ.mjs +2 -0
- package/dist/date-DrUO8rOJ.mjs.map +1 -0
- 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-DZ1Kpt4s.mjs +642 -0
- 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 +16 -0
- 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 +8 -7
- package/dist/runtime/index.mjs +1 -1
- 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/schema-DMlLMsWA.mjs +2 -0
- package/dist/schema-DMlLMsWA.mjs.map +1 -0
- package/dist/seed/index.d.mts +3 -3
- package/dist/service-7SCy2bhm.mjs +7 -0
- package/dist/service-7SCy2bhm.mjs.map +1 -0
- package/dist/service-CWFQ8EVo.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 +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 +6 -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/docs/services/resolver.md +21 -0
- package/docs/services/tailordb-migration.md +25 -3
- package/docs/services/tailordb.md +2 -0
- package/package.json +13 -13
- package/dist/application-BFTkaW6X.mjs +0 -1
- package/dist/application-D3HlhR3i.mjs.map +0 -1
- package/dist/register-ts-hook-BJmGCQAA.mjs +0 -642
- package/dist/register-ts-hook-BJmGCQAA.mjs.map +0 -1
- package/dist/schema-6d_OHyZf.mjs +0 -2
- package/dist/schema-6d_OHyZf.mjs.map +0 -1
- package/dist/service-BzsSm2f6.mjs +0 -7
- package/dist/service-BzsSm2f6.mjs.map +0 -1
- package/dist/service-CmwD9bwv.mjs +0 -1
|
@@ -8,7 +8,7 @@ import { Timestamp } from "@bufbuild/protobuf/wkt";
|
|
|
8
8
|
*
|
|
9
9
|
* @generated from message tailor.v1.FunctionRegistry
|
|
10
10
|
*/
|
|
11
|
-
declare type FunctionRegistry = Message<"tailor.v1.FunctionRegistry"> & {
|
|
11
|
+
export declare type FunctionRegistry = Message<"tailor.v1.FunctionRegistry"> & {
|
|
12
12
|
/**
|
|
13
13
|
* Unique identifier
|
|
14
14
|
*
|
|
@@ -64,7 +64,7 @@ declare type FunctionRegistry = Message<"tailor.v1.FunctionRegistry"> & {
|
|
|
64
64
|
*
|
|
65
65
|
* @generated from message tailor.v1.CreateFunctionRegistryRequest
|
|
66
66
|
*/
|
|
67
|
-
declare type CreateFunctionRegistryRequest = Message<"tailor.v1.CreateFunctionRegistryRequest"> & {
|
|
67
|
+
export declare type CreateFunctionRegistryRequest = Message<"tailor.v1.CreateFunctionRegistryRequest"> & {
|
|
68
68
|
/**
|
|
69
69
|
* @generated from oneof tailor.v1.CreateFunctionRegistryRequest.payload
|
|
70
70
|
*/
|
|
@@ -93,13 +93,13 @@ declare type CreateFunctionRegistryRequest = Message<"tailor.v1.CreateFunctionRe
|
|
|
93
93
|
* Describes the message tailor.v1.CreateFunctionRegistryRequest.
|
|
94
94
|
* Use `create(CreateFunctionRegistryRequestSchema)` to create a new message.
|
|
95
95
|
*/
|
|
96
|
-
declare const CreateFunctionRegistryRequestSchema: GenMessage<CreateFunctionRegistryRequest>;
|
|
96
|
+
export declare const CreateFunctionRegistryRequestSchema: GenMessage<CreateFunctionRegistryRequest>;
|
|
97
97
|
/**
|
|
98
98
|
* CreateFunctionRegistryInfo contains metadata for function creation.
|
|
99
99
|
*
|
|
100
100
|
* @generated from message tailor.v1.CreateFunctionRegistryInfo
|
|
101
101
|
*/
|
|
102
|
-
declare type CreateFunctionRegistryInfo = Message<"tailor.v1.CreateFunctionRegistryInfo"> & {
|
|
102
|
+
export declare type CreateFunctionRegistryInfo = Message<"tailor.v1.CreateFunctionRegistryInfo"> & {
|
|
103
103
|
/**
|
|
104
104
|
* Workspace ID
|
|
105
105
|
*
|
|
@@ -138,7 +138,7 @@ declare type CreateFunctionRegistryInfo = Message<"tailor.v1.CreateFunctionRegis
|
|
|
138
138
|
*
|
|
139
139
|
* @generated from message tailor.v1.CreateFunctionRegistryResponse
|
|
140
140
|
*/
|
|
141
|
-
declare type CreateFunctionRegistryResponse = Message<"tailor.v1.CreateFunctionRegistryResponse"> & {
|
|
141
|
+
export declare type CreateFunctionRegistryResponse = Message<"tailor.v1.CreateFunctionRegistryResponse"> & {
|
|
142
142
|
/**
|
|
143
143
|
* The created function
|
|
144
144
|
*
|
|
@@ -150,14 +150,14 @@ declare type CreateFunctionRegistryResponse = Message<"tailor.v1.CreateFunctionR
|
|
|
150
150
|
* Describes the message tailor.v1.CreateFunctionRegistryResponse.
|
|
151
151
|
* Use `create(CreateFunctionRegistryResponseSchema)` to create a new message.
|
|
152
152
|
*/
|
|
153
|
-
declare const CreateFunctionRegistryResponseSchema: GenMessage<CreateFunctionRegistryResponse>;
|
|
153
|
+
export declare const CreateFunctionRegistryResponseSchema: GenMessage<CreateFunctionRegistryResponse>;
|
|
154
154
|
/**
|
|
155
155
|
* UpdateFunctionRegistryRequest is used for client streaming upload.
|
|
156
156
|
* First message must contain info, subsequent messages contain chunks.
|
|
157
157
|
*
|
|
158
158
|
* @generated from message tailor.v1.UpdateFunctionRegistryRequest
|
|
159
159
|
*/
|
|
160
|
-
declare type UpdateFunctionRegistryRequest = Message<"tailor.v1.UpdateFunctionRegistryRequest"> & {
|
|
160
|
+
export declare type UpdateFunctionRegistryRequest = Message<"tailor.v1.UpdateFunctionRegistryRequest"> & {
|
|
161
161
|
/**
|
|
162
162
|
* @generated from oneof tailor.v1.UpdateFunctionRegistryRequest.payload
|
|
163
163
|
*/
|
|
@@ -186,13 +186,13 @@ declare type UpdateFunctionRegistryRequest = Message<"tailor.v1.UpdateFunctionRe
|
|
|
186
186
|
* Describes the message tailor.v1.UpdateFunctionRegistryRequest.
|
|
187
187
|
* Use `create(UpdateFunctionRegistryRequestSchema)` to create a new message.
|
|
188
188
|
*/
|
|
189
|
-
declare const UpdateFunctionRegistryRequestSchema: GenMessage<UpdateFunctionRegistryRequest>;
|
|
189
|
+
export declare const UpdateFunctionRegistryRequestSchema: GenMessage<UpdateFunctionRegistryRequest>;
|
|
190
190
|
/**
|
|
191
191
|
* UpdateFunctionRegistryInfo contains metadata for function update.
|
|
192
192
|
*
|
|
193
193
|
* @generated from message tailor.v1.UpdateFunctionRegistryInfo
|
|
194
194
|
*/
|
|
195
|
-
declare type UpdateFunctionRegistryInfo = Message<"tailor.v1.UpdateFunctionRegistryInfo"> & {
|
|
195
|
+
export declare type UpdateFunctionRegistryInfo = Message<"tailor.v1.UpdateFunctionRegistryInfo"> & {
|
|
196
196
|
/**
|
|
197
197
|
* Workspace ID
|
|
198
198
|
*
|
|
@@ -231,7 +231,7 @@ declare type UpdateFunctionRegistryInfo = Message<"tailor.v1.UpdateFunctionRegis
|
|
|
231
231
|
*
|
|
232
232
|
* @generated from message tailor.v1.UpdateFunctionRegistryResponse
|
|
233
233
|
*/
|
|
234
|
-
declare type UpdateFunctionRegistryResponse = Message<"tailor.v1.UpdateFunctionRegistryResponse"> & {
|
|
234
|
+
export declare type UpdateFunctionRegistryResponse = Message<"tailor.v1.UpdateFunctionRegistryResponse"> & {
|
|
235
235
|
/**
|
|
236
236
|
* The updated function
|
|
237
237
|
*
|
|
@@ -243,13 +243,13 @@ declare type UpdateFunctionRegistryResponse = Message<"tailor.v1.UpdateFunctionR
|
|
|
243
243
|
* Describes the message tailor.v1.UpdateFunctionRegistryResponse.
|
|
244
244
|
* Use `create(UpdateFunctionRegistryResponseSchema)` to create a new message.
|
|
245
245
|
*/
|
|
246
|
-
declare const UpdateFunctionRegistryResponseSchema: GenMessage<UpdateFunctionRegistryResponse>;
|
|
246
|
+
export declare const UpdateFunctionRegistryResponseSchema: GenMessage<UpdateFunctionRegistryResponse>;
|
|
247
247
|
/**
|
|
248
248
|
* GetFunctionRegistryRequest is the request message for GetFunctionRegistry.
|
|
249
249
|
*
|
|
250
250
|
* @generated from message tailor.v1.GetFunctionRegistryRequest
|
|
251
251
|
*/
|
|
252
|
-
declare type GetFunctionRegistryRequest = Message<"tailor.v1.GetFunctionRegistryRequest"> & {
|
|
252
|
+
export declare type GetFunctionRegistryRequest = Message<"tailor.v1.GetFunctionRegistryRequest"> & {
|
|
253
253
|
/**
|
|
254
254
|
* @generated from field: string workspace_id = 1;
|
|
255
255
|
*/
|
|
@@ -263,13 +263,13 @@ declare type GetFunctionRegistryRequest = Message<"tailor.v1.GetFunctionRegistry
|
|
|
263
263
|
* Describes the message tailor.v1.GetFunctionRegistryRequest.
|
|
264
264
|
* Use `create(GetFunctionRegistryRequestSchema)` to create a new message.
|
|
265
265
|
*/
|
|
266
|
-
declare const GetFunctionRegistryRequestSchema: GenMessage<GetFunctionRegistryRequest>;
|
|
266
|
+
export declare const GetFunctionRegistryRequestSchema: GenMessage<GetFunctionRegistryRequest>;
|
|
267
267
|
/**
|
|
268
268
|
* GetFunctionRegistryResponse is the response message for GetFunctionRegistry.
|
|
269
269
|
*
|
|
270
270
|
* @generated from message tailor.v1.GetFunctionRegistryResponse
|
|
271
271
|
*/
|
|
272
|
-
declare type GetFunctionRegistryResponse = Message<"tailor.v1.GetFunctionRegistryResponse"> & {
|
|
272
|
+
export declare type GetFunctionRegistryResponse = Message<"tailor.v1.GetFunctionRegistryResponse"> & {
|
|
273
273
|
/**
|
|
274
274
|
* @generated from field: tailor.v1.FunctionRegistry function = 1;
|
|
275
275
|
*/
|
|
@@ -279,13 +279,13 @@ declare type GetFunctionRegistryResponse = Message<"tailor.v1.GetFunctionRegistr
|
|
|
279
279
|
* Describes the message tailor.v1.GetFunctionRegistryResponse.
|
|
280
280
|
* Use `create(GetFunctionRegistryResponseSchema)` to create a new message.
|
|
281
281
|
*/
|
|
282
|
-
declare const GetFunctionRegistryResponseSchema: GenMessage<GetFunctionRegistryResponse>;
|
|
282
|
+
export declare const GetFunctionRegistryResponseSchema: GenMessage<GetFunctionRegistryResponse>;
|
|
283
283
|
/**
|
|
284
284
|
* ListFunctionRegistriesRequest is the request message for ListFunctionRegistries.
|
|
285
285
|
*
|
|
286
286
|
* @generated from message tailor.v1.ListFunctionRegistriesRequest
|
|
287
287
|
*/
|
|
288
|
-
declare type ListFunctionRegistriesRequest = Message<"tailor.v1.ListFunctionRegistriesRequest"> & {
|
|
288
|
+
export declare type ListFunctionRegistriesRequest = Message<"tailor.v1.ListFunctionRegistriesRequest"> & {
|
|
289
289
|
/**
|
|
290
290
|
* @generated from field: string workspace_id = 1;
|
|
291
291
|
*/
|
|
@@ -315,13 +315,13 @@ declare type ListFunctionRegistriesRequest = Message<"tailor.v1.ListFunctionRegi
|
|
|
315
315
|
* Describes the message tailor.v1.ListFunctionRegistriesRequest.
|
|
316
316
|
* Use `create(ListFunctionRegistriesRequestSchema)` to create a new message.
|
|
317
317
|
*/
|
|
318
|
-
declare const ListFunctionRegistriesRequestSchema: GenMessage<ListFunctionRegistriesRequest>;
|
|
318
|
+
export declare const ListFunctionRegistriesRequestSchema: GenMessage<ListFunctionRegistriesRequest>;
|
|
319
319
|
/**
|
|
320
320
|
* ListFunctionRegistriesResponse is the response message for ListFunctionRegistries.
|
|
321
321
|
*
|
|
322
322
|
* @generated from message tailor.v1.ListFunctionRegistriesResponse
|
|
323
323
|
*/
|
|
324
|
-
declare type ListFunctionRegistriesResponse = Message<"tailor.v1.ListFunctionRegistriesResponse"> & {
|
|
324
|
+
export declare type ListFunctionRegistriesResponse = Message<"tailor.v1.ListFunctionRegistriesResponse"> & {
|
|
325
325
|
/**
|
|
326
326
|
* @generated from field: repeated tailor.v1.FunctionRegistry functions = 1;
|
|
327
327
|
*/
|
|
@@ -339,13 +339,13 @@ declare type ListFunctionRegistriesResponse = Message<"tailor.v1.ListFunctionReg
|
|
|
339
339
|
* Describes the message tailor.v1.ListFunctionRegistriesResponse.
|
|
340
340
|
* Use `create(ListFunctionRegistriesResponseSchema)` to create a new message.
|
|
341
341
|
*/
|
|
342
|
-
declare const ListFunctionRegistriesResponseSchema: GenMessage<ListFunctionRegistriesResponse>;
|
|
342
|
+
export declare const ListFunctionRegistriesResponseSchema: GenMessage<ListFunctionRegistriesResponse>;
|
|
343
343
|
/**
|
|
344
344
|
* DeleteFunctionRegistryRequest is the request message for DeleteFunctionRegistry.
|
|
345
345
|
*
|
|
346
346
|
* @generated from message tailor.v1.DeleteFunctionRegistryRequest
|
|
347
347
|
*/
|
|
348
|
-
declare type DeleteFunctionRegistryRequest = Message<"tailor.v1.DeleteFunctionRegistryRequest"> & {
|
|
348
|
+
export declare type DeleteFunctionRegistryRequest = Message<"tailor.v1.DeleteFunctionRegistryRequest"> & {
|
|
349
349
|
/**
|
|
350
350
|
* @generated from field: string workspace_id = 1;
|
|
351
351
|
*/
|
|
@@ -359,24 +359,24 @@ declare type DeleteFunctionRegistryRequest = Message<"tailor.v1.DeleteFunctionRe
|
|
|
359
359
|
* Describes the message tailor.v1.DeleteFunctionRegistryRequest.
|
|
360
360
|
* Use `create(DeleteFunctionRegistryRequestSchema)` to create a new message.
|
|
361
361
|
*/
|
|
362
|
-
declare const DeleteFunctionRegistryRequestSchema: GenMessage<DeleteFunctionRegistryRequest>;
|
|
362
|
+
export declare const DeleteFunctionRegistryRequestSchema: GenMessage<DeleteFunctionRegistryRequest>;
|
|
363
363
|
/**
|
|
364
364
|
* DeleteFunctionRegistryResponse is the response message for DeleteFunctionRegistry.
|
|
365
365
|
*
|
|
366
366
|
* @generated from message tailor.v1.DeleteFunctionRegistryResponse
|
|
367
367
|
*/
|
|
368
|
-
declare type DeleteFunctionRegistryResponse = Message<"tailor.v1.DeleteFunctionRegistryResponse"> & {};
|
|
368
|
+
export declare type DeleteFunctionRegistryResponse = Message<"tailor.v1.DeleteFunctionRegistryResponse"> & {};
|
|
369
369
|
/**
|
|
370
370
|
* Describes the message tailor.v1.DeleteFunctionRegistryResponse.
|
|
371
371
|
* Use `create(DeleteFunctionRegistryResponseSchema)` to create a new message.
|
|
372
372
|
*/
|
|
373
|
-
declare const DeleteFunctionRegistryResponseSchema: GenMessage<DeleteFunctionRegistryResponse>;
|
|
373
|
+
export declare const DeleteFunctionRegistryResponseSchema: GenMessage<DeleteFunctionRegistryResponse>;
|
|
374
374
|
/**
|
|
375
375
|
* DownloadFunctionRegistryScriptRequest is the request message for DownloadFunctionRegistryScript.
|
|
376
376
|
*
|
|
377
377
|
* @generated from message tailor.v1.DownloadFunctionRegistryScriptRequest
|
|
378
378
|
*/
|
|
379
|
-
declare type DownloadFunctionRegistryScriptRequest = Message<"tailor.v1.DownloadFunctionRegistryScriptRequest"> & {
|
|
379
|
+
export declare type DownloadFunctionRegistryScriptRequest = Message<"tailor.v1.DownloadFunctionRegistryScriptRequest"> & {
|
|
380
380
|
/**
|
|
381
381
|
* @generated from field: string workspace_id = 1;
|
|
382
382
|
*/
|
|
@@ -396,14 +396,14 @@ declare type DownloadFunctionRegistryScriptRequest = Message<"tailor.v1.Download
|
|
|
396
396
|
* Describes the message tailor.v1.DownloadFunctionRegistryScriptRequest.
|
|
397
397
|
* Use `create(DownloadFunctionRegistryScriptRequestSchema)` to create a new message.
|
|
398
398
|
*/
|
|
399
|
-
declare const DownloadFunctionRegistryScriptRequestSchema: GenMessage<DownloadFunctionRegistryScriptRequest>;
|
|
399
|
+
export declare const DownloadFunctionRegistryScriptRequestSchema: GenMessage<DownloadFunctionRegistryScriptRequest>;
|
|
400
400
|
/**
|
|
401
401
|
* DownloadFunctionRegistryScriptResponse is used for server streaming download.
|
|
402
402
|
* First message contains metadata, subsequent messages contain chunks.
|
|
403
403
|
*
|
|
404
404
|
* @generated from message tailor.v1.DownloadFunctionRegistryScriptResponse
|
|
405
405
|
*/
|
|
406
|
-
declare type DownloadFunctionRegistryScriptResponse = Message<"tailor.v1.DownloadFunctionRegistryScriptResponse"> & {
|
|
406
|
+
export declare type DownloadFunctionRegistryScriptResponse = Message<"tailor.v1.DownloadFunctionRegistryScriptResponse"> & {
|
|
407
407
|
/**
|
|
408
408
|
* @generated from oneof tailor.v1.DownloadFunctionRegistryScriptResponse.payload
|
|
409
409
|
*/
|
|
@@ -432,13 +432,13 @@ declare type DownloadFunctionRegistryScriptResponse = Message<"tailor.v1.Downloa
|
|
|
432
432
|
* Describes the message tailor.v1.DownloadFunctionRegistryScriptResponse.
|
|
433
433
|
* Use `create(DownloadFunctionRegistryScriptResponseSchema)` to create a new message.
|
|
434
434
|
*/
|
|
435
|
-
declare const DownloadFunctionRegistryScriptResponseSchema: GenMessage<DownloadFunctionRegistryScriptResponse>;
|
|
435
|
+
export declare const DownloadFunctionRegistryScriptResponseSchema: GenMessage<DownloadFunctionRegistryScriptResponse>;
|
|
436
436
|
/**
|
|
437
437
|
* FunctionRegistryScriptMetadata contains metadata for script download.
|
|
438
438
|
*
|
|
439
439
|
* @generated from message tailor.v1.FunctionRegistryScriptMetadata
|
|
440
440
|
*/
|
|
441
|
-
declare type FunctionRegistryScriptMetadata = Message<"tailor.v1.FunctionRegistryScriptMetadata"> & {
|
|
441
|
+
export declare type FunctionRegistryScriptMetadata = Message<"tailor.v1.FunctionRegistryScriptMetadata"> & {
|
|
442
442
|
/**
|
|
443
443
|
* The function details
|
|
444
444
|
*
|
|
@@ -446,5 +446,4 @@ declare type FunctionRegistryScriptMetadata = Message<"tailor.v1.FunctionRegistr
|
|
|
446
446
|
*/
|
|
447
447
|
function?: FunctionRegistry;
|
|
448
448
|
};
|
|
449
|
-
//#endregion
|
|
450
|
-
export { CreateFunctionRegistryInfo, CreateFunctionRegistryRequest, CreateFunctionRegistryRequestSchema, CreateFunctionRegistryResponse, CreateFunctionRegistryResponseSchema, DeleteFunctionRegistryRequest, DeleteFunctionRegistryRequestSchema, DeleteFunctionRegistryResponse, DeleteFunctionRegistryResponseSchema, DownloadFunctionRegistryScriptRequest, DownloadFunctionRegistryScriptRequestSchema, DownloadFunctionRegistryScriptResponse, DownloadFunctionRegistryScriptResponseSchema, FunctionRegistry, FunctionRegistryScriptMetadata, GetFunctionRegistryRequest, GetFunctionRegistryRequestSchema, GetFunctionRegistryResponse, GetFunctionRegistryResponseSchema, ListFunctionRegistriesRequest, ListFunctionRegistriesRequestSchema, ListFunctionRegistriesResponse, ListFunctionRegistriesResponseSchema, UpdateFunctionRegistryInfo, UpdateFunctionRegistryRequest, UpdateFunctionRegistryRequestSchema, UpdateFunctionRegistryResponse, UpdateFunctionRegistryResponseSchema };
|
|
449
|
+
//#endregion
|
|
@@ -5,7 +5,7 @@ import { Timestamp } from "@bufbuild/protobuf/wkt";
|
|
|
5
5
|
/**
|
|
6
6
|
* @generated from message tailor.v1.FunctionErrorInfo
|
|
7
7
|
*/
|
|
8
|
-
declare type FunctionErrorInfo = Message<"tailor.v1.FunctionErrorInfo"> & {
|
|
8
|
+
export declare type FunctionErrorInfo = Message<"tailor.v1.FunctionErrorInfo"> & {
|
|
9
9
|
/**
|
|
10
10
|
* @generated from field: string name = 1;
|
|
11
11
|
*/
|
|
@@ -24,7 +24,7 @@ declare type FunctionErrorInfo = Message<"tailor.v1.FunctionErrorInfo"> & {
|
|
|
24
24
|
/**
|
|
25
25
|
* @generated from message tailor.v1.FunctionLogEntry
|
|
26
26
|
*/
|
|
27
|
-
declare type FunctionLogEntry = Message<"tailor.v1.FunctionLogEntry"> & {
|
|
27
|
+
export declare type FunctionLogEntry = Message<"tailor.v1.FunctionLogEntry"> & {
|
|
28
28
|
/**
|
|
29
29
|
* @generated from field: string message = 1;
|
|
30
30
|
*/
|
|
@@ -41,7 +41,7 @@ declare type FunctionLogEntry = Message<"tailor.v1.FunctionLogEntry"> & {
|
|
|
41
41
|
/**
|
|
42
42
|
* @generated from message tailor.v1.FunctionExecution
|
|
43
43
|
*/
|
|
44
|
-
declare type FunctionExecution = Message<"tailor.v1.FunctionExecution"> & {
|
|
44
|
+
export declare type FunctionExecution = Message<"tailor.v1.FunctionExecution"> & {
|
|
45
45
|
/**
|
|
46
46
|
* @generated from field: string id = 1;
|
|
47
47
|
*/
|
|
@@ -98,7 +98,7 @@ declare type FunctionExecution = Message<"tailor.v1.FunctionExecution"> & {
|
|
|
98
98
|
/**
|
|
99
99
|
* @generated from enum tailor.v1.FunctionExecution.Status
|
|
100
100
|
*/
|
|
101
|
-
declare enum FunctionExecution_Status {
|
|
101
|
+
export declare enum FunctionExecution_Status {
|
|
102
102
|
/**
|
|
103
103
|
* @generated from enum value: STATUS_UNSPECIFIED = 0;
|
|
104
104
|
*/
|
|
@@ -136,7 +136,7 @@ declare enum FunctionExecution_Status {
|
|
|
136
136
|
/**
|
|
137
137
|
* @generated from enum tailor.v1.FunctionExecution.Type
|
|
138
138
|
*/
|
|
139
|
-
declare enum FunctionExecution_Type {
|
|
139
|
+
export declare enum FunctionExecution_Type {
|
|
140
140
|
/**
|
|
141
141
|
* @generated from enum value: TYPE_UNSPECIFIED = 0;
|
|
142
142
|
*/
|
|
@@ -153,7 +153,7 @@ declare enum FunctionExecution_Type {
|
|
|
153
153
|
/**
|
|
154
154
|
* @generated from enum tailor.v1.FunctionErrorKind
|
|
155
155
|
*/
|
|
156
|
-
declare enum FunctionErrorKind {
|
|
156
|
+
export declare enum FunctionErrorKind {
|
|
157
157
|
/**
|
|
158
158
|
* @generated from enum value: FUNCTION_ERROR_KIND_UNSPECIFIED = 0;
|
|
159
159
|
*/
|
|
@@ -178,7 +178,7 @@ declare enum FunctionErrorKind {
|
|
|
178
178
|
/**
|
|
179
179
|
* @generated from enum tailor.v1.FunctionLogSeverity
|
|
180
180
|
*/
|
|
181
|
-
declare enum FunctionLogSeverity {
|
|
181
|
+
export declare enum FunctionLogSeverity {
|
|
182
182
|
/**
|
|
183
183
|
* @generated from enum value: FUNCTION_LOG_SEVERITY_UNSPECIFIED = 0;
|
|
184
184
|
*/
|
|
@@ -204,5 +204,4 @@ declare enum FunctionLogSeverity {
|
|
|
204
204
|
*/
|
|
205
205
|
ERROR = 50
|
|
206
206
|
}
|
|
207
|
-
//#endregion
|
|
208
|
-
export { FunctionErrorInfo, FunctionErrorKind, FunctionExecution, FunctionExecution_Status, FunctionExecution_Type, FunctionLogEntry, FunctionLogSeverity };
|
|
207
|
+
//#endregion
|
|
@@ -5,7 +5,7 @@ import { Timestamp } from "@bufbuild/protobuf/wkt";
|
|
|
5
5
|
/**
|
|
6
6
|
* @generated from message tailor.v1.HttpAdapter
|
|
7
7
|
*/
|
|
8
|
-
declare type HttpAdapter = Message<"tailor.v1.HttpAdapter"> & {
|
|
8
|
+
export declare type HttpAdapter = Message<"tailor.v1.HttpAdapter"> & {
|
|
9
9
|
/**
|
|
10
10
|
* @generated from field: string name = 1;
|
|
11
11
|
*/
|
|
@@ -45,5 +45,4 @@ declare type HttpAdapter = Message<"tailor.v1.HttpAdapter"> & {
|
|
|
45
45
|
*/
|
|
46
46
|
updateTime?: Timestamp;
|
|
47
47
|
};
|
|
48
|
-
//#endregion
|
|
49
|
-
export { HttpAdapter };
|
|
48
|
+
//#endregion
|
|
@@ -6,7 +6,7 @@ import { Message } from "@bufbuild/protobuf";
|
|
|
6
6
|
/**
|
|
7
7
|
* @generated from message tailor.v1.ListIdPServicesRequest
|
|
8
8
|
*/
|
|
9
|
-
declare type ListIdPServicesRequest = Message<"tailor.v1.ListIdPServicesRequest"> & {
|
|
9
|
+
export declare type ListIdPServicesRequest = Message<"tailor.v1.ListIdPServicesRequest"> & {
|
|
10
10
|
/**
|
|
11
11
|
* @generated from field: string workspace_id = 1;
|
|
12
12
|
*/
|
|
@@ -28,11 +28,11 @@ declare type ListIdPServicesRequest = Message<"tailor.v1.ListIdPServicesRequest"
|
|
|
28
28
|
* Describes the message tailor.v1.ListIdPServicesRequest.
|
|
29
29
|
* Use `create(ListIdPServicesRequestSchema)` to create a new message.
|
|
30
30
|
*/
|
|
31
|
-
declare const ListIdPServicesRequestSchema: GenMessage<ListIdPServicesRequest>;
|
|
31
|
+
export declare const ListIdPServicesRequestSchema: GenMessage<ListIdPServicesRequest>;
|
|
32
32
|
/**
|
|
33
33
|
* @generated from message tailor.v1.ListIdPServicesResponse
|
|
34
34
|
*/
|
|
35
|
-
declare type ListIdPServicesResponse = Message<"tailor.v1.ListIdPServicesResponse"> & {
|
|
35
|
+
export declare type ListIdPServicesResponse = Message<"tailor.v1.ListIdPServicesResponse"> & {
|
|
36
36
|
/**
|
|
37
37
|
* @generated from field: repeated tailor.v1.IdPService idp_services = 1;
|
|
38
38
|
*/
|
|
@@ -50,11 +50,11 @@ declare type ListIdPServicesResponse = Message<"tailor.v1.ListIdPServicesRespons
|
|
|
50
50
|
* Describes the message tailor.v1.ListIdPServicesResponse.
|
|
51
51
|
* Use `create(ListIdPServicesResponseSchema)` to create a new message.
|
|
52
52
|
*/
|
|
53
|
-
declare const ListIdPServicesResponseSchema: GenMessage<ListIdPServicesResponse>;
|
|
53
|
+
export declare const ListIdPServicesResponseSchema: GenMessage<ListIdPServicesResponse>;
|
|
54
54
|
/**
|
|
55
55
|
* @generated from message tailor.v1.CreateIdPServiceRequest
|
|
56
56
|
*/
|
|
57
|
-
declare type CreateIdPServiceRequest = Message<"tailor.v1.CreateIdPServiceRequest"> & {
|
|
57
|
+
export declare type CreateIdPServiceRequest = Message<"tailor.v1.CreateIdPServiceRequest"> & {
|
|
58
58
|
/**
|
|
59
59
|
* @generated from field: string workspace_id = 1;
|
|
60
60
|
*/
|
|
@@ -101,11 +101,11 @@ declare type CreateIdPServiceRequest = Message<"tailor.v1.CreateIdPServiceReques
|
|
|
101
101
|
* Describes the message tailor.v1.CreateIdPServiceRequest.
|
|
102
102
|
* Use `create(CreateIdPServiceRequestSchema)` to create a new message.
|
|
103
103
|
*/
|
|
104
|
-
declare const CreateIdPServiceRequestSchema: GenMessage<CreateIdPServiceRequest>;
|
|
104
|
+
export declare const CreateIdPServiceRequestSchema: GenMessage<CreateIdPServiceRequest>;
|
|
105
105
|
/**
|
|
106
106
|
* @generated from message tailor.v1.CreateIdPServiceResponse
|
|
107
107
|
*/
|
|
108
|
-
declare type CreateIdPServiceResponse = Message<"tailor.v1.CreateIdPServiceResponse"> & {
|
|
108
|
+
export declare type CreateIdPServiceResponse = Message<"tailor.v1.CreateIdPServiceResponse"> & {
|
|
109
109
|
/**
|
|
110
110
|
* @generated from field: tailor.v1.IdPService idp_service = 1;
|
|
111
111
|
*/
|
|
@@ -115,7 +115,7 @@ declare type CreateIdPServiceResponse = Message<"tailor.v1.CreateIdPServiceRespo
|
|
|
115
115
|
* Describes the message tailor.v1.CreateIdPServiceResponse.
|
|
116
116
|
* Use `create(CreateIdPServiceResponseSchema)` to create a new message.
|
|
117
117
|
*/
|
|
118
|
-
declare const CreateIdPServiceResponseSchema: GenMessage<CreateIdPServiceResponse>;
|
|
118
|
+
export declare const CreateIdPServiceResponseSchema: GenMessage<CreateIdPServiceResponse>;
|
|
119
119
|
/**
|
|
120
120
|
* UpdateIdPServiceRequest is a full replacement of the idp service config.
|
|
121
121
|
* Every field on `user_auth_policy` (and the other config sub-messages) is
|
|
@@ -126,7 +126,7 @@ declare const CreateIdPServiceResponseSchema: GenMessage<CreateIdPServiceRespons
|
|
|
126
126
|
*
|
|
127
127
|
* @generated from message tailor.v1.UpdateIdPServiceRequest
|
|
128
128
|
*/
|
|
129
|
-
declare type UpdateIdPServiceRequest = Message<"tailor.v1.UpdateIdPServiceRequest"> & {
|
|
129
|
+
export declare type UpdateIdPServiceRequest = Message<"tailor.v1.UpdateIdPServiceRequest"> & {
|
|
130
130
|
/**
|
|
131
131
|
* @generated from field: string workspace_id = 1;
|
|
132
132
|
*/
|
|
@@ -173,11 +173,11 @@ declare type UpdateIdPServiceRequest = Message<"tailor.v1.UpdateIdPServiceReques
|
|
|
173
173
|
* Describes the message tailor.v1.UpdateIdPServiceRequest.
|
|
174
174
|
* Use `create(UpdateIdPServiceRequestSchema)` to create a new message.
|
|
175
175
|
*/
|
|
176
|
-
declare const UpdateIdPServiceRequestSchema: GenMessage<UpdateIdPServiceRequest>;
|
|
176
|
+
export declare const UpdateIdPServiceRequestSchema: GenMessage<UpdateIdPServiceRequest>;
|
|
177
177
|
/**
|
|
178
178
|
* @generated from message tailor.v1.UpdateIdPServiceResponse
|
|
179
179
|
*/
|
|
180
|
-
declare type UpdateIdPServiceResponse = Message<"tailor.v1.UpdateIdPServiceResponse"> & {
|
|
180
|
+
export declare type UpdateIdPServiceResponse = Message<"tailor.v1.UpdateIdPServiceResponse"> & {
|
|
181
181
|
/**
|
|
182
182
|
* @generated from field: tailor.v1.IdPService idp_service = 1;
|
|
183
183
|
*/
|
|
@@ -187,11 +187,11 @@ declare type UpdateIdPServiceResponse = Message<"tailor.v1.UpdateIdPServiceRespo
|
|
|
187
187
|
* Describes the message tailor.v1.UpdateIdPServiceResponse.
|
|
188
188
|
* Use `create(UpdateIdPServiceResponseSchema)` to create a new message.
|
|
189
189
|
*/
|
|
190
|
-
declare const UpdateIdPServiceResponseSchema: GenMessage<UpdateIdPServiceResponse>;
|
|
190
|
+
export declare const UpdateIdPServiceResponseSchema: GenMessage<UpdateIdPServiceResponse>;
|
|
191
191
|
/**
|
|
192
192
|
* @generated from message tailor.v1.DeleteIdPServiceRequest
|
|
193
193
|
*/
|
|
194
|
-
declare type DeleteIdPServiceRequest = Message<"tailor.v1.DeleteIdPServiceRequest"> & {
|
|
194
|
+
export declare type DeleteIdPServiceRequest = Message<"tailor.v1.DeleteIdPServiceRequest"> & {
|
|
195
195
|
/**
|
|
196
196
|
* @generated from field: string workspace_id = 1;
|
|
197
197
|
*/
|
|
@@ -205,20 +205,20 @@ declare type DeleteIdPServiceRequest = Message<"tailor.v1.DeleteIdPServiceReques
|
|
|
205
205
|
* Describes the message tailor.v1.DeleteIdPServiceRequest.
|
|
206
206
|
* Use `create(DeleteIdPServiceRequestSchema)` to create a new message.
|
|
207
207
|
*/
|
|
208
|
-
declare const DeleteIdPServiceRequestSchema: GenMessage<DeleteIdPServiceRequest>;
|
|
208
|
+
export declare const DeleteIdPServiceRequestSchema: GenMessage<DeleteIdPServiceRequest>;
|
|
209
209
|
/**
|
|
210
210
|
* @generated from message tailor.v1.DeleteIdPServiceResponse
|
|
211
211
|
*/
|
|
212
|
-
declare type DeleteIdPServiceResponse = Message<"tailor.v1.DeleteIdPServiceResponse"> & {};
|
|
212
|
+
export declare type DeleteIdPServiceResponse = Message<"tailor.v1.DeleteIdPServiceResponse"> & {};
|
|
213
213
|
/**
|
|
214
214
|
* Describes the message tailor.v1.DeleteIdPServiceResponse.
|
|
215
215
|
* Use `create(DeleteIdPServiceResponseSchema)` to create a new message.
|
|
216
216
|
*/
|
|
217
|
-
declare const DeleteIdPServiceResponseSchema: GenMessage<DeleteIdPServiceResponse>;
|
|
217
|
+
export declare const DeleteIdPServiceResponseSchema: GenMessage<DeleteIdPServiceResponse>;
|
|
218
218
|
/**
|
|
219
219
|
* @generated from message tailor.v1.GetIdPServiceRequest
|
|
220
220
|
*/
|
|
221
|
-
declare type GetIdPServiceRequest = Message<"tailor.v1.GetIdPServiceRequest"> & {
|
|
221
|
+
export declare type GetIdPServiceRequest = Message<"tailor.v1.GetIdPServiceRequest"> & {
|
|
222
222
|
/**
|
|
223
223
|
* @generated from field: string workspace_id = 1;
|
|
224
224
|
*/
|
|
@@ -232,11 +232,11 @@ declare type GetIdPServiceRequest = Message<"tailor.v1.GetIdPServiceRequest"> &
|
|
|
232
232
|
* Describes the message tailor.v1.GetIdPServiceRequest.
|
|
233
233
|
* Use `create(GetIdPServiceRequestSchema)` to create a new message.
|
|
234
234
|
*/
|
|
235
|
-
declare const GetIdPServiceRequestSchema: GenMessage<GetIdPServiceRequest>;
|
|
235
|
+
export declare const GetIdPServiceRequestSchema: GenMessage<GetIdPServiceRequest>;
|
|
236
236
|
/**
|
|
237
237
|
* @generated from message tailor.v1.GetIdPServiceResponse
|
|
238
238
|
*/
|
|
239
|
-
declare type GetIdPServiceResponse = Message<"tailor.v1.GetIdPServiceResponse"> & {
|
|
239
|
+
export declare type GetIdPServiceResponse = Message<"tailor.v1.GetIdPServiceResponse"> & {
|
|
240
240
|
/**
|
|
241
241
|
* @generated from field: tailor.v1.IdPService idp_service = 1;
|
|
242
242
|
*/
|
|
@@ -246,11 +246,11 @@ declare type GetIdPServiceResponse = Message<"tailor.v1.GetIdPServiceResponse">
|
|
|
246
246
|
* Describes the message tailor.v1.GetIdPServiceResponse.
|
|
247
247
|
* Use `create(GetIdPServiceResponseSchema)` to create a new message.
|
|
248
248
|
*/
|
|
249
|
-
declare const GetIdPServiceResponseSchema: GenMessage<GetIdPServiceResponse>;
|
|
249
|
+
export declare const GetIdPServiceResponseSchema: GenMessage<GetIdPServiceResponse>;
|
|
250
250
|
/**
|
|
251
251
|
* @generated from message tailor.v1.ListIdPClientsRequest
|
|
252
252
|
*/
|
|
253
|
-
declare type ListIdPClientsRequest = Message<"tailor.v1.ListIdPClientsRequest"> & {
|
|
253
|
+
export declare type ListIdPClientsRequest = Message<"tailor.v1.ListIdPClientsRequest"> & {
|
|
254
254
|
/**
|
|
255
255
|
* @generated from field: string workspace_id = 1;
|
|
256
256
|
*/
|
|
@@ -276,11 +276,11 @@ declare type ListIdPClientsRequest = Message<"tailor.v1.ListIdPClientsRequest">
|
|
|
276
276
|
* Describes the message tailor.v1.ListIdPClientsRequest.
|
|
277
277
|
* Use `create(ListIdPClientsRequestSchema)` to create a new message.
|
|
278
278
|
*/
|
|
279
|
-
declare const ListIdPClientsRequestSchema: GenMessage<ListIdPClientsRequest>;
|
|
279
|
+
export declare const ListIdPClientsRequestSchema: GenMessage<ListIdPClientsRequest>;
|
|
280
280
|
/**
|
|
281
281
|
* @generated from message tailor.v1.ListIdPClientsResponse
|
|
282
282
|
*/
|
|
283
|
-
declare type ListIdPClientsResponse = Message<"tailor.v1.ListIdPClientsResponse"> & {
|
|
283
|
+
export declare type ListIdPClientsResponse = Message<"tailor.v1.ListIdPClientsResponse"> & {
|
|
284
284
|
/**
|
|
285
285
|
* @generated from field: repeated tailor.v1.IdPClient clients = 1;
|
|
286
286
|
*/
|
|
@@ -298,11 +298,11 @@ declare type ListIdPClientsResponse = Message<"tailor.v1.ListIdPClientsResponse"
|
|
|
298
298
|
* Describes the message tailor.v1.ListIdPClientsResponse.
|
|
299
299
|
* Use `create(ListIdPClientsResponseSchema)` to create a new message.
|
|
300
300
|
*/
|
|
301
|
-
declare const ListIdPClientsResponseSchema: GenMessage<ListIdPClientsResponse>;
|
|
301
|
+
export declare const ListIdPClientsResponseSchema: GenMessage<ListIdPClientsResponse>;
|
|
302
302
|
/**
|
|
303
303
|
* @generated from message tailor.v1.CreateIdPClientRequest
|
|
304
304
|
*/
|
|
305
|
-
declare type CreateIdPClientRequest = Message<"tailor.v1.CreateIdPClientRequest"> & {
|
|
305
|
+
export declare type CreateIdPClientRequest = Message<"tailor.v1.CreateIdPClientRequest"> & {
|
|
306
306
|
/**
|
|
307
307
|
* @generated from field: string workspace_id = 1;
|
|
308
308
|
*/
|
|
@@ -320,11 +320,11 @@ declare type CreateIdPClientRequest = Message<"tailor.v1.CreateIdPClientRequest"
|
|
|
320
320
|
* Describes the message tailor.v1.CreateIdPClientRequest.
|
|
321
321
|
* Use `create(CreateIdPClientRequestSchema)` to create a new message.
|
|
322
322
|
*/
|
|
323
|
-
declare const CreateIdPClientRequestSchema: GenMessage<CreateIdPClientRequest>;
|
|
323
|
+
export declare const CreateIdPClientRequestSchema: GenMessage<CreateIdPClientRequest>;
|
|
324
324
|
/**
|
|
325
325
|
* @generated from message tailor.v1.CreateIdPClientResponse
|
|
326
326
|
*/
|
|
327
|
-
declare type CreateIdPClientResponse = Message<"tailor.v1.CreateIdPClientResponse"> & {
|
|
327
|
+
export declare type CreateIdPClientResponse = Message<"tailor.v1.CreateIdPClientResponse"> & {
|
|
328
328
|
/**
|
|
329
329
|
* @generated from field: tailor.v1.IdPClient client = 1;
|
|
330
330
|
*/
|
|
@@ -334,11 +334,11 @@ declare type CreateIdPClientResponse = Message<"tailor.v1.CreateIdPClientRespons
|
|
|
334
334
|
* Describes the message tailor.v1.CreateIdPClientResponse.
|
|
335
335
|
* Use `create(CreateIdPClientResponseSchema)` to create a new message.
|
|
336
336
|
*/
|
|
337
|
-
declare const CreateIdPClientResponseSchema: GenMessage<CreateIdPClientResponse>;
|
|
337
|
+
export declare const CreateIdPClientResponseSchema: GenMessage<CreateIdPClientResponse>;
|
|
338
338
|
/**
|
|
339
339
|
* @generated from message tailor.v1.GetIdPClientRequest
|
|
340
340
|
*/
|
|
341
|
-
declare type GetIdPClientRequest = Message<"tailor.v1.GetIdPClientRequest"> & {
|
|
341
|
+
export declare type GetIdPClientRequest = Message<"tailor.v1.GetIdPClientRequest"> & {
|
|
342
342
|
/**
|
|
343
343
|
* @generated from field: string workspace_id = 1;
|
|
344
344
|
*/
|
|
@@ -356,11 +356,11 @@ declare type GetIdPClientRequest = Message<"tailor.v1.GetIdPClientRequest"> & {
|
|
|
356
356
|
* Describes the message tailor.v1.GetIdPClientRequest.
|
|
357
357
|
* Use `create(GetIdPClientRequestSchema)` to create a new message.
|
|
358
358
|
*/
|
|
359
|
-
declare const GetIdPClientRequestSchema: GenMessage<GetIdPClientRequest>;
|
|
359
|
+
export declare const GetIdPClientRequestSchema: GenMessage<GetIdPClientRequest>;
|
|
360
360
|
/**
|
|
361
361
|
* @generated from message tailor.v1.GetIdPClientResponse
|
|
362
362
|
*/
|
|
363
|
-
declare type GetIdPClientResponse = Message<"tailor.v1.GetIdPClientResponse"> & {
|
|
363
|
+
export declare type GetIdPClientResponse = Message<"tailor.v1.GetIdPClientResponse"> & {
|
|
364
364
|
/**
|
|
365
365
|
* @generated from field: tailor.v1.IdPClient client = 1;
|
|
366
366
|
*/
|
|
@@ -370,11 +370,11 @@ declare type GetIdPClientResponse = Message<"tailor.v1.GetIdPClientResponse"> &
|
|
|
370
370
|
* Describes the message tailor.v1.GetIdPClientResponse.
|
|
371
371
|
* Use `create(GetIdPClientResponseSchema)` to create a new message.
|
|
372
372
|
*/
|
|
373
|
-
declare const GetIdPClientResponseSchema: GenMessage<GetIdPClientResponse>;
|
|
373
|
+
export declare const GetIdPClientResponseSchema: GenMessage<GetIdPClientResponse>;
|
|
374
374
|
/**
|
|
375
375
|
* @generated from message tailor.v1.DeleteIdPClientRequest
|
|
376
376
|
*/
|
|
377
|
-
declare type DeleteIdPClientRequest = Message<"tailor.v1.DeleteIdPClientRequest"> & {
|
|
377
|
+
export declare type DeleteIdPClientRequest = Message<"tailor.v1.DeleteIdPClientRequest"> & {
|
|
378
378
|
/**
|
|
379
379
|
* @generated from field: string workspace_id = 1;
|
|
380
380
|
*/
|
|
@@ -392,15 +392,14 @@ declare type DeleteIdPClientRequest = Message<"tailor.v1.DeleteIdPClientRequest"
|
|
|
392
392
|
* Describes the message tailor.v1.DeleteIdPClientRequest.
|
|
393
393
|
* Use `create(DeleteIdPClientRequestSchema)` to create a new message.
|
|
394
394
|
*/
|
|
395
|
-
declare const DeleteIdPClientRequestSchema: GenMessage<DeleteIdPClientRequest>;
|
|
395
|
+
export declare const DeleteIdPClientRequestSchema: GenMessage<DeleteIdPClientRequest>;
|
|
396
396
|
/**
|
|
397
397
|
* @generated from message tailor.v1.DeleteIdPClientResponse
|
|
398
398
|
*/
|
|
399
|
-
declare type DeleteIdPClientResponse = Message<"tailor.v1.DeleteIdPClientResponse"> & {};
|
|
399
|
+
export declare type DeleteIdPClientResponse = Message<"tailor.v1.DeleteIdPClientResponse"> & {};
|
|
400
400
|
/**
|
|
401
401
|
* Describes the message tailor.v1.DeleteIdPClientResponse.
|
|
402
402
|
* Use `create(DeleteIdPClientResponseSchema)` to create a new message.
|
|
403
403
|
*/
|
|
404
|
-
declare const DeleteIdPClientResponseSchema: GenMessage<DeleteIdPClientResponse>;
|
|
405
|
-
//#endregion
|
|
406
|
-
export { CreateIdPClientRequest, CreateIdPClientRequestSchema, CreateIdPClientResponse, CreateIdPClientResponseSchema, CreateIdPServiceRequest, CreateIdPServiceRequestSchema, CreateIdPServiceResponse, CreateIdPServiceResponseSchema, DeleteIdPClientRequest, DeleteIdPClientRequestSchema, DeleteIdPClientResponse, DeleteIdPClientResponseSchema, DeleteIdPServiceRequest, DeleteIdPServiceRequestSchema, DeleteIdPServiceResponse, DeleteIdPServiceResponseSchema, GetIdPClientRequest, GetIdPClientRequestSchema, GetIdPClientResponse, GetIdPClientResponseSchema, GetIdPServiceRequest, GetIdPServiceRequestSchema, GetIdPServiceResponse, GetIdPServiceResponseSchema, ListIdPClientsRequest, ListIdPClientsRequestSchema, ListIdPClientsResponse, ListIdPClientsResponseSchema, ListIdPServicesRequest, ListIdPServicesRequestSchema, ListIdPServicesResponse, ListIdPServicesResponseSchema, UpdateIdPServiceRequest, UpdateIdPServiceRequestSchema, UpdateIdPServiceResponse, UpdateIdPServiceResponseSchema };
|
|
404
|
+
export declare const DeleteIdPClientResponseSchema: GenMessage<DeleteIdPClientResponse>;
|
|
405
|
+
//#endregion
|