@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
|
@@ -7,7 +7,7 @@ import { Duration, Timestamp, Value } from "@bufbuild/protobuf/wkt";
|
|
|
7
7
|
/**
|
|
8
8
|
* @generated from message tailor.v1.AuthService
|
|
9
9
|
*/
|
|
10
|
-
declare type AuthService = Message<"tailor.v1.AuthService"> & {
|
|
10
|
+
export declare type AuthService = Message<"tailor.v1.AuthService"> & {
|
|
11
11
|
/**
|
|
12
12
|
* @generated from field: tailor.v1.Namespace namespace = 1;
|
|
13
13
|
*/
|
|
@@ -23,7 +23,7 @@ declare type AuthService = Message<"tailor.v1.AuthService"> & {
|
|
|
23
23
|
/**
|
|
24
24
|
* @generated from message tailor.v1.AuthIDPConfig
|
|
25
25
|
*/
|
|
26
|
-
declare type AuthIDPConfig = Message<"tailor.v1.AuthIDPConfig"> & {
|
|
26
|
+
export declare type AuthIDPConfig = Message<"tailor.v1.AuthIDPConfig"> & {
|
|
27
27
|
/**
|
|
28
28
|
* @generated from field: string name = 1;
|
|
29
29
|
*/
|
|
@@ -40,7 +40,7 @@ declare type AuthIDPConfig = Message<"tailor.v1.AuthIDPConfig"> & {
|
|
|
40
40
|
/**
|
|
41
41
|
* @generated from message tailor.v1.AuthIDPConfig.Config
|
|
42
42
|
*/
|
|
43
|
-
declare type AuthIDPConfig_Config = Message<"tailor.v1.AuthIDPConfig.Config"> & {
|
|
43
|
+
export declare type AuthIDPConfig_Config = Message<"tailor.v1.AuthIDPConfig.Config"> & {
|
|
44
44
|
/**
|
|
45
45
|
* @generated from oneof tailor.v1.AuthIDPConfig.Config.config
|
|
46
46
|
*/
|
|
@@ -70,7 +70,7 @@ declare type AuthIDPConfig_Config = Message<"tailor.v1.AuthIDPConfig.Config"> &
|
|
|
70
70
|
/**
|
|
71
71
|
* @generated from message tailor.v1.AuthIDPConfig.OIDCConfig
|
|
72
72
|
*/
|
|
73
|
-
declare type AuthIDPConfig_OIDCConfig = Message<"tailor.v1.AuthIDPConfig.OIDCConfig"> & {
|
|
73
|
+
export declare type AuthIDPConfig_OIDCConfig = Message<"tailor.v1.AuthIDPConfig.OIDCConfig"> & {
|
|
74
74
|
/**
|
|
75
75
|
* @generated from field: string client_id_key = 1;
|
|
76
76
|
*/
|
|
@@ -95,7 +95,7 @@ declare type AuthIDPConfig_OIDCConfig = Message<"tailor.v1.AuthIDPConfig.OIDCCon
|
|
|
95
95
|
/**
|
|
96
96
|
* @generated from message tailor.v1.AuthIDPConfig.SAMLConfig
|
|
97
97
|
*/
|
|
98
|
-
declare type AuthIDPConfig_SAMLConfig = Message<"tailor.v1.AuthIDPConfig.SAMLConfig"> & {
|
|
98
|
+
export declare type AuthIDPConfig_SAMLConfig = Message<"tailor.v1.AuthIDPConfig.SAMLConfig"> & {
|
|
99
99
|
/**
|
|
100
100
|
* @generated from field: string metadata_url = 1;
|
|
101
101
|
*/
|
|
@@ -116,7 +116,7 @@ declare type AuthIDPConfig_SAMLConfig = Message<"tailor.v1.AuthIDPConfig.SAMLCon
|
|
|
116
116
|
/**
|
|
117
117
|
* @generated from message tailor.v1.AuthIDPConfig.IDTokenConfig
|
|
118
118
|
*/
|
|
119
|
-
declare type AuthIDPConfig_IDTokenConfig = Message<"tailor.v1.AuthIDPConfig.IDTokenConfig"> & {
|
|
119
|
+
export declare type AuthIDPConfig_IDTokenConfig = Message<"tailor.v1.AuthIDPConfig.IDTokenConfig"> & {
|
|
120
120
|
/**
|
|
121
121
|
* @generated from field: string provider_url = 1;
|
|
122
122
|
*/
|
|
@@ -137,7 +137,7 @@ declare type AuthIDPConfig_IDTokenConfig = Message<"tailor.v1.AuthIDPConfig.IDTo
|
|
|
137
137
|
/**
|
|
138
138
|
* @generated from enum tailor.v1.AuthIDPConfig.AuthType
|
|
139
139
|
*/
|
|
140
|
-
declare enum AuthIDPConfig_AuthType {
|
|
140
|
+
export declare enum AuthIDPConfig_AuthType {
|
|
141
141
|
/**
|
|
142
142
|
* @generated from enum value: AUTH_TYPE_UNSPECIFIED = 0;
|
|
143
143
|
*/
|
|
@@ -158,7 +158,7 @@ declare enum AuthIDPConfig_AuthType {
|
|
|
158
158
|
/**
|
|
159
159
|
* @generated from message tailor.v1.UserProfileProviderConfig
|
|
160
160
|
*/
|
|
161
|
-
declare type UserProfileProviderConfig = Message<"tailor.v1.UserProfileProviderConfig"> & {
|
|
161
|
+
export declare type UserProfileProviderConfig = Message<"tailor.v1.UserProfileProviderConfig"> & {
|
|
162
162
|
/**
|
|
163
163
|
* @generated from field: string provider = 1 [deprecated = true];
|
|
164
164
|
* @deprecated
|
|
@@ -176,7 +176,7 @@ declare type UserProfileProviderConfig = Message<"tailor.v1.UserProfileProviderC
|
|
|
176
176
|
/**
|
|
177
177
|
* @generated from message tailor.v1.UserProfileProviderConfig.Config
|
|
178
178
|
*/
|
|
179
|
-
declare type UserProfileProviderConfig_Config = Message<"tailor.v1.UserProfileProviderConfig.Config"> & {
|
|
179
|
+
export declare type UserProfileProviderConfig_Config = Message<"tailor.v1.UserProfileProviderConfig.Config"> & {
|
|
180
180
|
/**
|
|
181
181
|
* @generated from oneof tailor.v1.UserProfileProviderConfig.Config.config
|
|
182
182
|
*/
|
|
@@ -194,7 +194,7 @@ declare type UserProfileProviderConfig_Config = Message<"tailor.v1.UserProfilePr
|
|
|
194
194
|
/**
|
|
195
195
|
* @generated from message tailor.v1.UserProfileProviderConfig.TailorDBProviderConfig
|
|
196
196
|
*/
|
|
197
|
-
declare type UserProfileProviderConfig_TailorDBProviderConfig = Message<"tailor.v1.UserProfileProviderConfig.TailorDBProviderConfig"> & {
|
|
197
|
+
export declare type UserProfileProviderConfig_TailorDBProviderConfig = Message<"tailor.v1.UserProfileProviderConfig.TailorDBProviderConfig"> & {
|
|
198
198
|
/**
|
|
199
199
|
* @generated from field: string namespace = 1;
|
|
200
200
|
*/
|
|
@@ -225,7 +225,7 @@ declare type UserProfileProviderConfig_TailorDBProviderConfig = Message<"tailor.
|
|
|
225
225
|
/**
|
|
226
226
|
* @generated from enum tailor.v1.UserProfileProviderConfig.UserProfileProviderType
|
|
227
227
|
*/
|
|
228
|
-
declare enum UserProfileProviderConfig_UserProfileProviderType {
|
|
228
|
+
export declare enum UserProfileProviderConfig_UserProfileProviderType {
|
|
229
229
|
/**
|
|
230
230
|
* @generated from enum value: USER_PROFILE_PROVIDER_TYPE_UNSPECIFIED = 0;
|
|
231
231
|
*/
|
|
@@ -238,7 +238,7 @@ declare enum UserProfileProviderConfig_UserProfileProviderType {
|
|
|
238
238
|
/**
|
|
239
239
|
* @generated from message tailor.v1.TenantProviderConfig
|
|
240
240
|
*/
|
|
241
|
-
declare type TenantProviderConfig = Message<"tailor.v1.TenantProviderConfig"> & {
|
|
241
|
+
export declare type TenantProviderConfig = Message<"tailor.v1.TenantProviderConfig"> & {
|
|
242
242
|
/**
|
|
243
243
|
* @generated from field: string provider = 1;
|
|
244
244
|
*/
|
|
@@ -255,7 +255,7 @@ declare type TenantProviderConfig = Message<"tailor.v1.TenantProviderConfig"> &
|
|
|
255
255
|
/**
|
|
256
256
|
* @generated from message tailor.v1.TenantProviderConfig.Config
|
|
257
257
|
*/
|
|
258
|
-
declare type TenantProviderConfig_Config = Message<"tailor.v1.TenantProviderConfig.Config"> & {
|
|
258
|
+
export declare type TenantProviderConfig_Config = Message<"tailor.v1.TenantProviderConfig.Config"> & {
|
|
259
259
|
/**
|
|
260
260
|
* @generated from oneof tailor.v1.TenantProviderConfig.Config.config
|
|
261
261
|
*/
|
|
@@ -273,7 +273,7 @@ declare type TenantProviderConfig_Config = Message<"tailor.v1.TenantProviderConf
|
|
|
273
273
|
/**
|
|
274
274
|
* @generated from message tailor.v1.TenantProviderConfig.TailorDBProviderConfig
|
|
275
275
|
*/
|
|
276
|
-
declare type TenantProviderConfig_TailorDBProviderConfig = Message<"tailor.v1.TenantProviderConfig.TailorDBProviderConfig"> & {
|
|
276
|
+
export declare type TenantProviderConfig_TailorDBProviderConfig = Message<"tailor.v1.TenantProviderConfig.TailorDBProviderConfig"> & {
|
|
277
277
|
/**
|
|
278
278
|
* @generated from field: string namespace = 1;
|
|
279
279
|
*/
|
|
@@ -290,7 +290,7 @@ declare type TenantProviderConfig_TailorDBProviderConfig = Message<"tailor.v1.Te
|
|
|
290
290
|
/**
|
|
291
291
|
* @generated from enum tailor.v1.TenantProviderConfig.TenantProviderType
|
|
292
292
|
*/
|
|
293
|
-
declare enum TenantProviderConfig_TenantProviderType {
|
|
293
|
+
export declare enum TenantProviderConfig_TenantProviderType {
|
|
294
294
|
/**
|
|
295
295
|
* @generated from enum value: TENANT_PROVIDER_TYPE_UNSPECIFIED = 0;
|
|
296
296
|
*/
|
|
@@ -303,7 +303,7 @@ declare enum TenantProviderConfig_TenantProviderType {
|
|
|
303
303
|
/**
|
|
304
304
|
* @generated from message tailor.v1.AuthInvoker
|
|
305
305
|
*/
|
|
306
|
-
declare type AuthInvoker = Message<"tailor.v1.AuthInvoker"> & {
|
|
306
|
+
export declare type AuthInvoker = Message<"tailor.v1.AuthInvoker"> & {
|
|
307
307
|
/**
|
|
308
308
|
* @generated from field: string namespace = 1;
|
|
309
309
|
*/
|
|
@@ -317,13 +317,13 @@ declare type AuthInvoker = Message<"tailor.v1.AuthInvoker"> & {
|
|
|
317
317
|
* Describes the message tailor.v1.AuthInvoker.
|
|
318
318
|
* Use `create(AuthInvokerSchema)` to create a new message.
|
|
319
319
|
*/
|
|
320
|
-
declare const AuthInvokerSchema: GenMessage<AuthInvoker>;
|
|
320
|
+
export declare const AuthInvokerSchema: GenMessage<AuthInvoker>;
|
|
321
321
|
/**
|
|
322
322
|
* Personal Access Token ---------------------------------------------
|
|
323
323
|
*
|
|
324
324
|
* @generated from message tailor.v1.PersonalAccessToken
|
|
325
325
|
*/
|
|
326
|
-
declare type PersonalAccessToken = Message<"tailor.v1.PersonalAccessToken"> & {
|
|
326
|
+
export declare type PersonalAccessToken = Message<"tailor.v1.PersonalAccessToken"> & {
|
|
327
327
|
/**
|
|
328
328
|
* @generated from field: string name = 1;
|
|
329
329
|
*/
|
|
@@ -348,7 +348,7 @@ declare type PersonalAccessToken = Message<"tailor.v1.PersonalAccessToken"> & {
|
|
|
348
348
|
*
|
|
349
349
|
* @generated from message tailor.v1.MachineUser
|
|
350
350
|
*/
|
|
351
|
-
declare type MachineUser = Message<"tailor.v1.MachineUser"> & {
|
|
351
|
+
export declare type MachineUser = Message<"tailor.v1.MachineUser"> & {
|
|
352
352
|
/**
|
|
353
353
|
* @generated from field: string id = 1;
|
|
354
354
|
*/
|
|
@@ -389,7 +389,7 @@ declare type MachineUser = Message<"tailor.v1.MachineUser"> & {
|
|
|
389
389
|
*
|
|
390
390
|
* @generated from message tailor.v1.AuthSCIMConfig
|
|
391
391
|
*/
|
|
392
|
-
declare type AuthSCIMConfig = Message<"tailor.v1.AuthSCIMConfig"> & {
|
|
392
|
+
export declare type AuthSCIMConfig = Message<"tailor.v1.AuthSCIMConfig"> & {
|
|
393
393
|
/**
|
|
394
394
|
* @generated from field: string machine_user_name = 1;
|
|
395
395
|
*/
|
|
@@ -415,7 +415,7 @@ declare type AuthSCIMConfig = Message<"tailor.v1.AuthSCIMConfig"> & {
|
|
|
415
415
|
/**
|
|
416
416
|
* @generated from enum tailor.v1.AuthSCIMConfig.AuthorizationType
|
|
417
417
|
*/
|
|
418
|
-
declare enum AuthSCIMConfig_AuthorizationType {
|
|
418
|
+
export declare enum AuthSCIMConfig_AuthorizationType {
|
|
419
419
|
/**
|
|
420
420
|
* @generated from enum value: AUTHORIZATION_TYPE_UNSPECIFIED = 0;
|
|
421
421
|
*/
|
|
@@ -432,7 +432,7 @@ declare enum AuthSCIMConfig_AuthorizationType {
|
|
|
432
432
|
/**
|
|
433
433
|
* @generated from message tailor.v1.AuthSCIMResource
|
|
434
434
|
*/
|
|
435
|
-
declare type AuthSCIMResource = Message<"tailor.v1.AuthSCIMResource"> & {
|
|
435
|
+
export declare type AuthSCIMResource = Message<"tailor.v1.AuthSCIMResource"> & {
|
|
436
436
|
/**
|
|
437
437
|
* @generated from field: string name = 1;
|
|
438
438
|
*/
|
|
@@ -457,7 +457,7 @@ declare type AuthSCIMResource = Message<"tailor.v1.AuthSCIMResource"> & {
|
|
|
457
457
|
/**
|
|
458
458
|
* @generated from message tailor.v1.AuthSCIMAttributeMapping
|
|
459
459
|
*/
|
|
460
|
-
declare type AuthSCIMAttributeMapping = Message<"tailor.v1.AuthSCIMAttributeMapping"> & {
|
|
460
|
+
export declare type AuthSCIMAttributeMapping = Message<"tailor.v1.AuthSCIMAttributeMapping"> & {
|
|
461
461
|
/**
|
|
462
462
|
* @generated from field: string tailor_db_field = 1;
|
|
463
463
|
*/
|
|
@@ -470,7 +470,7 @@ declare type AuthSCIMAttributeMapping = Message<"tailor.v1.AuthSCIMAttributeMapp
|
|
|
470
470
|
/**
|
|
471
471
|
* @generated from message tailor.v1.AuthSCIMSchema
|
|
472
472
|
*/
|
|
473
|
-
declare type AuthSCIMSchema = Message<"tailor.v1.AuthSCIMSchema"> & {
|
|
473
|
+
export declare type AuthSCIMSchema = Message<"tailor.v1.AuthSCIMSchema"> & {
|
|
474
474
|
/**
|
|
475
475
|
* @generated from field: string name = 1;
|
|
476
476
|
*/
|
|
@@ -483,7 +483,7 @@ declare type AuthSCIMSchema = Message<"tailor.v1.AuthSCIMSchema"> & {
|
|
|
483
483
|
/**
|
|
484
484
|
* @generated from message tailor.v1.AuthSCIMAttribute
|
|
485
485
|
*/
|
|
486
|
-
declare type AuthSCIMAttribute = Message<"tailor.v1.AuthSCIMAttribute"> & {
|
|
486
|
+
export declare type AuthSCIMAttribute = Message<"tailor.v1.AuthSCIMAttribute"> & {
|
|
487
487
|
/**
|
|
488
488
|
* @generated from field: tailor.v1.AuthSCIMAttribute.Type type = 1;
|
|
489
489
|
*/
|
|
@@ -524,7 +524,7 @@ declare type AuthSCIMAttribute = Message<"tailor.v1.AuthSCIMAttribute"> & {
|
|
|
524
524
|
/**
|
|
525
525
|
* @generated from enum tailor.v1.AuthSCIMAttribute.Type
|
|
526
526
|
*/
|
|
527
|
-
declare enum AuthSCIMAttribute_Type {
|
|
527
|
+
export declare enum AuthSCIMAttribute_Type {
|
|
528
528
|
/**
|
|
529
529
|
* @generated from enum value: TYPE_UNSPECIFIED = 0;
|
|
530
530
|
*/
|
|
@@ -553,7 +553,7 @@ declare enum AuthSCIMAttribute_Type {
|
|
|
553
553
|
/**
|
|
554
554
|
* @generated from enum tailor.v1.AuthSCIMAttribute.Mutability
|
|
555
555
|
*/
|
|
556
|
-
declare enum AuthSCIMAttribute_Mutability {
|
|
556
|
+
export declare enum AuthSCIMAttribute_Mutability {
|
|
557
557
|
/**
|
|
558
558
|
* @generated from enum value: MUTABILITY_UNSPECIFIED = 0;
|
|
559
559
|
*/
|
|
@@ -574,7 +574,7 @@ declare enum AuthSCIMAttribute_Mutability {
|
|
|
574
574
|
/**
|
|
575
575
|
* @generated from enum tailor.v1.AuthSCIMAttribute.Uniqueness
|
|
576
576
|
*/
|
|
577
|
-
declare enum AuthSCIMAttribute_Uniqueness {
|
|
577
|
+
export declare enum AuthSCIMAttribute_Uniqueness {
|
|
578
578
|
/**
|
|
579
579
|
* @generated from enum value: UNIQUENESS_UNSPECIFIED = 0;
|
|
580
580
|
*/
|
|
@@ -595,7 +595,7 @@ declare enum AuthSCIMAttribute_Uniqueness {
|
|
|
595
595
|
/**
|
|
596
596
|
* @generated from message tailor.v1.AuthHook
|
|
597
597
|
*/
|
|
598
|
-
declare type AuthHook = Message<"tailor.v1.AuthHook"> & {
|
|
598
|
+
export declare type AuthHook = Message<"tailor.v1.AuthHook"> & {
|
|
599
599
|
/**
|
|
600
600
|
* @generated from field: tailor.v1.AuthHookPoint hook_point = 1;
|
|
601
601
|
*/
|
|
@@ -612,7 +612,7 @@ declare type AuthHook = Message<"tailor.v1.AuthHook"> & {
|
|
|
612
612
|
/**
|
|
613
613
|
* @generated from message tailor.v1.AuthConnection
|
|
614
614
|
*/
|
|
615
|
-
declare type AuthConnection = Message<"tailor.v1.AuthConnection"> & {
|
|
615
|
+
export declare type AuthConnection = Message<"tailor.v1.AuthConnection"> & {
|
|
616
616
|
/**
|
|
617
617
|
* @generated from field: string name = 1;
|
|
618
618
|
*/
|
|
@@ -646,7 +646,7 @@ declare type AuthConnection = Message<"tailor.v1.AuthConnection"> & {
|
|
|
646
646
|
/**
|
|
647
647
|
* @generated from message tailor.v1.AuthConnection.AuthConnectionOAuth2Config
|
|
648
648
|
*/
|
|
649
|
-
declare type AuthConnection_AuthConnectionOAuth2Config = Message<"tailor.v1.AuthConnection.AuthConnectionOAuth2Config"> & {
|
|
649
|
+
export declare type AuthConnection_AuthConnectionOAuth2Config = Message<"tailor.v1.AuthConnection.AuthConnectionOAuth2Config"> & {
|
|
650
650
|
/**
|
|
651
651
|
* @generated from field: string provider_url = 1;
|
|
652
652
|
*/
|
|
@@ -683,7 +683,7 @@ declare type AuthConnection_AuthConnectionOAuth2Config = Message<"tailor.v1.Auth
|
|
|
683
683
|
/**
|
|
684
684
|
* @generated from enum tailor.v1.AuthConnection.Type
|
|
685
685
|
*/
|
|
686
|
-
declare enum AuthConnection_Type {
|
|
686
|
+
export declare enum AuthConnection_Type {
|
|
687
687
|
/**
|
|
688
688
|
* @generated from enum value: TYPE_UNSPECIFIED = 0;
|
|
689
689
|
*/
|
|
@@ -696,7 +696,7 @@ declare enum AuthConnection_Type {
|
|
|
696
696
|
/**
|
|
697
697
|
* @generated from enum tailor.v1.AuthConnection.Status
|
|
698
698
|
*/
|
|
699
|
-
declare enum AuthConnection_Status {
|
|
699
|
+
export declare enum AuthConnection_Status {
|
|
700
700
|
/**
|
|
701
701
|
* @generated from enum value: STATUS_UNSPECIFIED = 0;
|
|
702
702
|
*/
|
|
@@ -713,7 +713,7 @@ declare enum AuthConnection_Status {
|
|
|
713
713
|
/**
|
|
714
714
|
* @generated from message tailor.v1.AuthOAuth2Client
|
|
715
715
|
*/
|
|
716
|
-
declare type AuthOAuth2Client = Message<"tailor.v1.AuthOAuth2Client"> & {
|
|
716
|
+
export declare type AuthOAuth2Client = Message<"tailor.v1.AuthOAuth2Client"> & {
|
|
717
717
|
/**
|
|
718
718
|
* @generated from field: string name = 1;
|
|
719
719
|
*/
|
|
@@ -771,7 +771,7 @@ declare type AuthOAuth2Client = Message<"tailor.v1.AuthOAuth2Client"> & {
|
|
|
771
771
|
/**
|
|
772
772
|
* @generated from enum tailor.v1.AuthOAuth2Client.GrantType
|
|
773
773
|
*/
|
|
774
|
-
declare enum AuthOAuth2Client_GrantType {
|
|
774
|
+
export declare enum AuthOAuth2Client_GrantType {
|
|
775
775
|
/**
|
|
776
776
|
* @generated from enum value: GRANT_TYPE_UNSPECIFIED = 0;
|
|
777
777
|
*/
|
|
@@ -788,7 +788,7 @@ declare enum AuthOAuth2Client_GrantType {
|
|
|
788
788
|
/**
|
|
789
789
|
* @generated from enum tailor.v1.AuthOAuth2Client.ClientType
|
|
790
790
|
*/
|
|
791
|
-
declare enum AuthOAuth2Client_ClientType {
|
|
791
|
+
export declare enum AuthOAuth2Client_ClientType {
|
|
792
792
|
/**
|
|
793
793
|
* @generated from enum value: CLIENT_TYPE_UNSPECIFIED = 0;
|
|
794
794
|
*/
|
|
@@ -809,7 +809,7 @@ declare enum AuthOAuth2Client_ClientType {
|
|
|
809
809
|
/**
|
|
810
810
|
* @generated from message tailor.v1.ControlplaneMachineUser
|
|
811
811
|
*/
|
|
812
|
-
declare type ControlplaneMachineUser = Message<"tailor.v1.ControlplaneMachineUser"> & {
|
|
812
|
+
export declare type ControlplaneMachineUser = Message<"tailor.v1.ControlplaneMachineUser"> & {
|
|
813
813
|
/**
|
|
814
814
|
* @generated from field: string id = 1;
|
|
815
815
|
*/
|
|
@@ -842,7 +842,7 @@ declare type ControlplaneMachineUser = Message<"tailor.v1.ControlplaneMachineUse
|
|
|
842
842
|
/**
|
|
843
843
|
* @generated from enum tailor.v1.PATScope
|
|
844
844
|
*/
|
|
845
|
-
declare enum PATScope {
|
|
845
|
+
export declare enum PATScope {
|
|
846
846
|
/**
|
|
847
847
|
* @generated from enum value: PAT_SCOPE_UNSPECIFIED = 0;
|
|
848
848
|
*/
|
|
@@ -861,7 +861,7 @@ declare enum PATScope {
|
|
|
861
861
|
*
|
|
862
862
|
* @generated from enum tailor.v1.AuthHookPoint
|
|
863
863
|
*/
|
|
864
|
-
declare enum AuthHookPoint {
|
|
864
|
+
export declare enum AuthHookPoint {
|
|
865
865
|
/**
|
|
866
866
|
* @generated from enum value: AUTH_HOOK_POINT_UNSPECIFIED = 0;
|
|
867
867
|
*/
|
|
@@ -871,5 +871,4 @@ declare enum AuthHookPoint {
|
|
|
871
871
|
*/
|
|
872
872
|
BEFORE_LOGIN = 1
|
|
873
873
|
}
|
|
874
|
-
//#endregion
|
|
875
|
-
export { AuthConnection, AuthConnection_AuthConnectionOAuth2Config, AuthConnection_Status, AuthConnection_Type, AuthHook, AuthHookPoint, AuthIDPConfig, AuthIDPConfig_AuthType, AuthIDPConfig_Config, AuthIDPConfig_IDTokenConfig, AuthIDPConfig_OIDCConfig, AuthIDPConfig_SAMLConfig, AuthInvoker, AuthInvokerSchema, AuthOAuth2Client, AuthOAuth2Client_ClientType, AuthOAuth2Client_GrantType, AuthSCIMAttribute, AuthSCIMAttributeMapping, AuthSCIMAttribute_Mutability, AuthSCIMAttribute_Type, AuthSCIMAttribute_Uniqueness, AuthSCIMConfig, AuthSCIMConfig_AuthorizationType, AuthSCIMResource, AuthSCIMSchema, AuthService, ControlplaneMachineUser, MachineUser, PATScope, PersonalAccessToken, TenantProviderConfig, TenantProviderConfig_Config, TenantProviderConfig_TailorDBProviderConfig, TenantProviderConfig_TenantProviderType, UserProfileProviderConfig, UserProfileProviderConfig_Config, UserProfileProviderConfig_TailorDBProviderConfig, UserProfileProviderConfig_UserProfileProviderType };
|
|
874
|
+
//#endregion
|
|
@@ -6,7 +6,7 @@ import { Message } from "@bufbuild/protobuf";
|
|
|
6
6
|
/**
|
|
7
7
|
* @generated from message tailor.v1.ListDataplaneEventsRequest
|
|
8
8
|
*/
|
|
9
|
-
declare type ListDataplaneEventsRequest = Message<"tailor.v1.ListDataplaneEventsRequest"> & {
|
|
9
|
+
export declare type ListDataplaneEventsRequest = Message<"tailor.v1.ListDataplaneEventsRequest"> & {
|
|
10
10
|
/**
|
|
11
11
|
* @generated from field: string page_token = 1;
|
|
12
12
|
*/
|
|
@@ -32,11 +32,11 @@ declare type ListDataplaneEventsRequest = Message<"tailor.v1.ListDataplaneEvents
|
|
|
32
32
|
* Describes the message tailor.v1.ListDataplaneEventsRequest.
|
|
33
33
|
* Use `create(ListDataplaneEventsRequestSchema)` to create a new message.
|
|
34
34
|
*/
|
|
35
|
-
declare const ListDataplaneEventsRequestSchema: GenMessage<ListDataplaneEventsRequest>;
|
|
35
|
+
export declare const ListDataplaneEventsRequestSchema: GenMessage<ListDataplaneEventsRequest>;
|
|
36
36
|
/**
|
|
37
37
|
* @generated from message tailor.v1.ListDataplaneEventsResponse
|
|
38
38
|
*/
|
|
39
|
-
declare type ListDataplaneEventsResponse = Message<"tailor.v1.ListDataplaneEventsResponse"> & {
|
|
39
|
+
export declare type ListDataplaneEventsResponse = Message<"tailor.v1.ListDataplaneEventsResponse"> & {
|
|
40
40
|
/**
|
|
41
41
|
* @generated from field: string next_page_token = 1;
|
|
42
42
|
*/
|
|
@@ -54,11 +54,11 @@ declare type ListDataplaneEventsResponse = Message<"tailor.v1.ListDataplaneEvent
|
|
|
54
54
|
* Describes the message tailor.v1.ListDataplaneEventsResponse.
|
|
55
55
|
* Use `create(ListDataplaneEventsResponseSchema)` to create a new message.
|
|
56
56
|
*/
|
|
57
|
-
declare const ListDataplaneEventsResponseSchema: GenMessage<ListDataplaneEventsResponse>;
|
|
57
|
+
export declare const ListDataplaneEventsResponseSchema: GenMessage<ListDataplaneEventsResponse>;
|
|
58
58
|
/**
|
|
59
59
|
* @generated from message tailor.v1.ListControlplaneActivityLogsRequest
|
|
60
60
|
*/
|
|
61
|
-
declare type ListControlplaneActivityLogsRequest = Message<"tailor.v1.ListControlplaneActivityLogsRequest"> & {
|
|
61
|
+
export declare type ListControlplaneActivityLogsRequest = Message<"tailor.v1.ListControlplaneActivityLogsRequest"> & {
|
|
62
62
|
/**
|
|
63
63
|
* @generated from field: string page_token = 1;
|
|
64
64
|
*/
|
|
@@ -84,11 +84,11 @@ declare type ListControlplaneActivityLogsRequest = Message<"tailor.v1.ListContro
|
|
|
84
84
|
* Describes the message tailor.v1.ListControlplaneActivityLogsRequest.
|
|
85
85
|
* Use `create(ListControlplaneActivityLogsRequestSchema)` to create a new message.
|
|
86
86
|
*/
|
|
87
|
-
declare const ListControlplaneActivityLogsRequestSchema: GenMessage<ListControlplaneActivityLogsRequest>;
|
|
87
|
+
export declare const ListControlplaneActivityLogsRequestSchema: GenMessage<ListControlplaneActivityLogsRequest>;
|
|
88
88
|
/**
|
|
89
89
|
* @generated from message tailor.v1.ListControlplaneActivityLogsResponse
|
|
90
90
|
*/
|
|
91
|
-
declare type ListControlplaneActivityLogsResponse = Message<"tailor.v1.ListControlplaneActivityLogsResponse"> & {
|
|
91
|
+
export declare type ListControlplaneActivityLogsResponse = Message<"tailor.v1.ListControlplaneActivityLogsResponse"> & {
|
|
92
92
|
/**
|
|
93
93
|
* @generated from field: string next_page_token = 1;
|
|
94
94
|
*/
|
|
@@ -106,6 +106,5 @@ declare type ListControlplaneActivityLogsResponse = Message<"tailor.v1.ListContr
|
|
|
106
106
|
* Describes the message tailor.v1.ListControlplaneActivityLogsResponse.
|
|
107
107
|
* Use `create(ListControlplaneActivityLogsResponseSchema)` to create a new message.
|
|
108
108
|
*/
|
|
109
|
-
declare const ListControlplaneActivityLogsResponseSchema: GenMessage<ListControlplaneActivityLogsResponse>;
|
|
110
|
-
//#endregion
|
|
111
|
-
export { ListControlplaneActivityLogsRequest, ListControlplaneActivityLogsRequestSchema, ListControlplaneActivityLogsResponse, ListControlplaneActivityLogsResponseSchema, ListDataplaneEventsRequest, ListDataplaneEventsRequestSchema, ListDataplaneEventsResponse, ListDataplaneEventsResponseSchema };
|
|
109
|
+
export declare const ListControlplaneActivityLogsResponseSchema: GenMessage<ListControlplaneActivityLogsResponse>;
|
|
110
|
+
//#endregion
|
|
@@ -5,7 +5,7 @@ import { Timestamp } from "@bufbuild/protobuf/wkt";
|
|
|
5
5
|
/**
|
|
6
6
|
* @generated from message tailor.v1.DataplaneEvent
|
|
7
7
|
*/
|
|
8
|
-
declare type DataplaneEvent = Message<"tailor.v1.DataplaneEvent"> & {
|
|
8
|
+
export declare type DataplaneEvent = Message<"tailor.v1.DataplaneEvent"> & {
|
|
9
9
|
/**
|
|
10
10
|
* @generated from field: string idempotency_key = 1;
|
|
11
11
|
*/
|
|
@@ -34,7 +34,7 @@ declare type DataplaneEvent = Message<"tailor.v1.DataplaneEvent"> & {
|
|
|
34
34
|
/**
|
|
35
35
|
* @generated from message tailor.v1.ControlplaneActivityLog
|
|
36
36
|
*/
|
|
37
|
-
declare type ControlplaneActivityLog = Message<"tailor.v1.ControlplaneActivityLog"> & {
|
|
37
|
+
export declare type ControlplaneActivityLog = Message<"tailor.v1.ControlplaneActivityLog"> & {
|
|
38
38
|
/**
|
|
39
39
|
* @generated from field: string idempotency_key = 1;
|
|
40
40
|
*/
|
|
@@ -64,5 +64,4 @@ declare type ControlplaneActivityLog = Message<"tailor.v1.ControlplaneActivityLo
|
|
|
64
64
|
*/
|
|
65
65
|
operatedAt?: Timestamp;
|
|
66
66
|
};
|
|
67
|
-
//#endregion
|
|
68
|
-
export { ControlplaneActivityLog, DataplaneEvent };
|
|
67
|
+
//#endregion
|