@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.
Files changed (259) hide show
  1. package/CHANGELOG.md +40 -0
  2. package/dist/application-BWOMdL3D.mjs +1 -0
  3. package/dist/{application-D3HlhR3i.mjs → application-CfevPO-k.mjs} +21 -17
  4. package/dist/application-CfevPO-k.mjs.map +1 -0
  5. package/dist/cli/commands/api/api-call.d.mts +4 -5
  6. package/dist/cli/commands/deploy/config-id-injector.d.mts +3 -4
  7. package/dist/cli/commands/deploy/deploy.d.mts +3 -4
  8. package/dist/cli/commands/deploy/function-registry-types.d.mts +2 -3
  9. package/dist/cli/commands/executor/get.d.mts +3 -4
  10. package/dist/cli/commands/executor/jobs.d.mts +10 -11
  11. package/dist/cli/commands/executor/list.d.mts +3 -4
  12. package/dist/cli/commands/executor/transform.d.mts +6 -7
  13. package/dist/cli/commands/executor/trigger.d.mts +4 -5
  14. package/dist/cli/commands/executor/webhook.d.mts +4 -5
  15. package/dist/cli/commands/function/get.d.mts +3 -4
  16. package/dist/cli/commands/function/list.d.mts +3 -4
  17. package/dist/cli/commands/function/transform.d.mts +2 -3
  18. package/dist/cli/commands/generate/options.d.mts +2 -3
  19. package/dist/cli/commands/generate/seed/bundler.d.mts +3 -4
  20. package/dist/cli/commands/generate/service.d.mts +2 -3
  21. package/dist/cli/commands/machineuser/list.d.mts +4 -5
  22. package/dist/cli/commands/machineuser/token.d.mts +4 -5
  23. package/dist/cli/commands/oauth2client/get.d.mts +3 -4
  24. package/dist/cli/commands/oauth2client/list.d.mts +3 -4
  25. package/dist/cli/commands/oauth2client/transform.d.mts +3 -4
  26. package/dist/cli/commands/organization/folder/create.d.mts +3 -4
  27. package/dist/cli/commands/organization/folder/delete.d.mts +3 -4
  28. package/dist/cli/commands/organization/folder/get.d.mts +3 -4
  29. package/dist/cli/commands/organization/folder/list.d.mts +3 -4
  30. package/dist/cli/commands/organization/folder/update.d.mts +3 -4
  31. package/dist/cli/commands/organization/get.d.mts +3 -4
  32. package/dist/cli/commands/organization/list.d.mts +3 -4
  33. package/dist/cli/commands/organization/transform.d.mts +5 -6
  34. package/dist/cli/commands/organization/tree.d.mts +3 -4
  35. package/dist/cli/commands/organization/update.d.mts +3 -4
  36. package/dist/cli/commands/remove.d.mts +3 -4
  37. package/dist/cli/commands/show.d.mts +6 -7
  38. package/dist/cli/commands/staticwebsite/deploy.d.mts +3 -4
  39. package/dist/cli/commands/tailordb/migrate/bundler.d.mts +3 -4
  40. package/dist/cli/commands/tailordb/migrate/config.d.mts +3 -4
  41. package/dist/cli/commands/tailordb/migrate/diff-calculator.d.mts +35 -35
  42. package/dist/cli/commands/tailordb/migrate/generate.d.mts +3 -4
  43. package/dist/cli/commands/tailordb/migrate/rename-detection.d.mts +3 -4
  44. package/dist/cli/commands/tailordb/migrate/snapshot-comparison.d.mts +4 -5
  45. package/dist/cli/commands/tailordb/migrate/snapshot-files.d.mts +13 -14
  46. package/dist/cli/commands/tailordb/migrate/snapshot-local.d.mts +2 -3
  47. package/dist/cli/commands/tailordb/migrate/snapshot-migrations.d.mts +2 -3
  48. package/dist/cli/commands/tailordb/migrate/snapshot-types.d.mts +21 -22
  49. package/dist/cli/commands/tailordb/migrate/types.d.mts +2 -3
  50. package/dist/cli/commands/tailordb/truncate.d.mts +3 -4
  51. package/dist/cli/commands/workflow/executions.d.mts +8 -9
  52. package/dist/cli/commands/workflow/get.d.mts +3 -4
  53. package/dist/cli/commands/workflow/list.d.mts +3 -4
  54. package/dist/cli/commands/workflow/resume.d.mts +4 -5
  55. package/dist/cli/commands/workflow/start.d.mts +5 -6
  56. package/dist/cli/commands/workflow/status.d.mts +3 -4
  57. package/dist/cli/commands/workflow/transform.d.mts +5 -6
  58. package/dist/cli/commands/workflow/wait.d.mts +3 -4
  59. package/dist/cli/commands/workflow/waiter.d.mts +3 -4
  60. package/dist/cli/commands/workspace/app/health.d.mts +3 -4
  61. package/dist/cli/commands/workspace/app/list.d.mts +3 -4
  62. package/dist/cli/commands/workspace/app/transform.d.mts +3 -4
  63. package/dist/cli/commands/workspace/create.d.mts +3 -4
  64. package/dist/cli/commands/workspace/delete.d.mts +3 -4
  65. package/dist/cli/commands/workspace/get.d.mts +3 -4
  66. package/dist/cli/commands/workspace/list.d.mts +3 -4
  67. package/dist/cli/commands/workspace/restore.d.mts +3 -4
  68. package/dist/cli/commands/workspace/transform.d.mts +3 -4
  69. package/dist/cli/commands/workspace/user/invite.d.mts +3 -4
  70. package/dist/cli/commands/workspace/user/list.d.mts +3 -4
  71. package/dist/cli/commands/workspace/user/remove.d.mts +3 -4
  72. package/dist/cli/commands/workspace/user/transform.d.mts +2 -3
  73. package/dist/cli/commands/workspace/user/update.d.mts +3 -4
  74. package/dist/cli/lib.mjs +1 -1
  75. package/dist/cli/lib.mjs.map +1 -1
  76. package/dist/cli/main.d.mts +2 -3
  77. package/dist/cli/main.mjs +43 -41
  78. package/dist/cli/main.mjs.map +1 -1
  79. package/dist/cli/query/index.d.mts +2 -3
  80. package/dist/cli/shared/args.d.mts +11 -12
  81. package/dist/cli/shared/beta.d.mts +2 -3
  82. package/dist/cli/shared/client.d.mts +4 -5
  83. package/dist/cli/shared/command.d.mts +2 -3
  84. package/dist/cli/shared/config-loader.d.mts +5 -6
  85. package/dist/cli/shared/config.d.mts +2 -3
  86. package/dist/cli/shared/context.d.mts +3 -4
  87. package/dist/cli/shared/error-json.d.mts +4 -5
  88. package/dist/cli/shared/logger.d.mts +7 -8
  89. package/dist/cli/shared/prompt.d.mts +7 -8
  90. package/dist/cli/shared/readonly-guard.d.mts +2 -3
  91. package/dist/cli/shared/script-executor.d.mts +7 -8
  92. package/dist/cli/shared/seed-chunker.d.mts +5 -6
  93. package/dist/cli/shared/seed-context.d.mts +5 -5
  94. package/dist/cli/shared/tailordb-namespaces.d.mts +5 -6
  95. package/dist/cli/shared/type-generator.d.mts +2 -3
  96. package/dist/cli/shared/workspace-name.d.mts +2 -3
  97. package/dist/completion/zsh-worker.zsh +1 -1
  98. package/dist/configure/config/index.d.mts +3 -4
  99. package/dist/configure/config/types.d.mts +14 -15
  100. package/dist/configure/index.d.mts +10 -10
  101. package/dist/configure/index.mjs +1 -1
  102. package/dist/configure/index.mjs.map +1 -1
  103. package/dist/configure/services/aigateway/index.d.mts +2 -2
  104. package/dist/configure/services/aigateway/types.d.mts +4 -5
  105. package/dist/configure/services/auth/index.d.mts +3 -3
  106. package/dist/configure/services/auth/types.d.mts +24 -25
  107. package/dist/configure/services/executor/executor.d.mts +3 -4
  108. package/dist/configure/services/executor/operation.d.mts +6 -7
  109. package/dist/configure/services/executor/trigger/event.d.mts +56 -57
  110. package/dist/configure/services/executor/trigger/index.d.mts +2 -2
  111. package/dist/configure/services/executor/trigger/schedule.d.mts +4 -5
  112. package/dist/configure/services/executor/trigger/webhook.d.mts +8 -9
  113. package/dist/configure/services/http-adapter/http-adapter.d.mts +12 -13
  114. package/dist/configure/services/idp/index.d.mts +2 -2
  115. package/dist/configure/services/idp/permission.d.mts +4 -5
  116. package/dist/configure/services/idp/types.d.mts +5 -6
  117. package/dist/configure/services/resolver/permission.d.mts +4 -5
  118. package/dist/configure/services/resolver/resolver.d.mts +3 -4
  119. package/dist/configure/services/resolver/types.d.mts +2 -3
  120. package/dist/configure/services/secrets/index.d.mts +3 -3
  121. package/dist/configure/services/secrets/types.d.mts +3 -4
  122. package/dist/configure/services/staticwebsite/index.d.mts +2 -2
  123. package/dist/configure/services/staticwebsite/types.d.mts +3 -4
  124. package/dist/configure/services/tailordb/permission.d.mts +6 -7
  125. package/dist/configure/services/tailordb/schema.d.mts +8 -9
  126. package/dist/configure/services/tailordb/types.d.mts +25 -26
  127. package/dist/configure/services/workflow/execution-policy.d.mts +3 -3
  128. package/dist/configure/services/workflow/execution-policy.types.d.mts +8 -9
  129. package/dist/configure/services/workflow/job.d.mts +4 -5
  130. package/dist/configure/services/workflow/wait-point.d.mts +5 -6
  131. package/dist/configure/services/workflow/workflow.d.mts +4 -4
  132. package/dist/configure/types/aigateway-name.d.mts +3 -4
  133. package/dist/configure/types/auth-namespace-name.d.mts +3 -4
  134. package/dist/configure/types/connection-name.d.mts +3 -4
  135. package/dist/configure/types/field.d.mts +3 -4
  136. package/dist/configure/types/field.types.d.mts +18 -12
  137. package/dist/configure/types/idp-name.d.mts +3 -4
  138. package/dist/configure/types/permission-operand.types.d.mts +7 -8
  139. package/dist/configure/types/type.d.mts +3 -4
  140. package/dist/date-DrUO8rOJ.mjs +2 -0
  141. package/dist/date-DrUO8rOJ.mjs.map +1 -0
  142. package/dist/kysely/index.d.mts +18 -18
  143. package/dist/parser/service/idp/types.d.mts +2 -3
  144. package/dist/parser/service/tailordb/type-source.d.mts +2 -3
  145. package/dist/parser/service/tailordb/types.d.mts +13 -14
  146. package/dist/plugin/builtin/enum-constants/index.d.mts +3 -4
  147. package/dist/plugin/builtin/file-utils/index.d.mts +3 -4
  148. package/dist/plugin/builtin/kysely-type/index.d.mts +4 -5
  149. package/dist/plugin/builtin/seed/index.d.mts +4 -5
  150. package/dist/plugin/builtin/seed/seed-type-processor.d.mts +2 -3
  151. package/dist/plugin/get-generated-table.d.mts +2 -3
  152. package/dist/plugin/index.mjs +1 -1
  153. package/dist/plugin/index.mjs.map +1 -1
  154. package/dist/plugin/types.d.mts +29 -29
  155. package/dist/plugin/with-context.d.mts +9 -10
  156. package/dist/register-ts-hook-DZ1Kpt4s.mjs +642 -0
  157. package/dist/register-ts-hook-DZ1Kpt4s.mjs.map +1 -0
  158. package/dist/runtime/aigateway.d.mts +4 -5
  159. package/dist/runtime/authconnection.d.mts +3 -4
  160. package/dist/runtime/context.d.mts +6 -7
  161. package/dist/runtime/date.d.mts +16 -0
  162. package/dist/runtime/field-parse.d.mts +2 -3
  163. package/dist/runtime/file.d.mts +14 -15
  164. package/dist/runtime/globals.d.mts +2 -1
  165. package/dist/runtime/iconv.d.mts +5 -6
  166. package/dist/runtime/idp.d.mts +14 -15
  167. package/dist/runtime/index.d.mts +8 -7
  168. package/dist/runtime/index.mjs +1 -1
  169. package/dist/runtime/logger.d.mts +10 -11
  170. package/dist/runtime/secretmanager.d.mts +3 -4
  171. package/dist/runtime/types.d.mts +7 -8
  172. package/dist/runtime/workflow.d.mts +7 -8
  173. package/dist/schema-DMlLMsWA.mjs +2 -0
  174. package/dist/schema-DMlLMsWA.mjs.map +1 -0
  175. package/dist/seed/index.d.mts +3 -3
  176. package/dist/service-7SCy2bhm.mjs +7 -0
  177. package/dist/service-7SCy2bhm.mjs.map +1 -0
  178. package/dist/service-CWFQ8EVo.mjs +1 -0
  179. package/dist/shared/src/color.d.mts +2 -3
  180. package/dist/tailor-proto/src/tailor/v1/aigateway_pb.d.mts +21 -22
  181. package/dist/tailor-proto/src/tailor/v1/aigateway_resource_pb.d.mts +2 -3
  182. package/dist/tailor-proto/src/tailor/v1/application_pb.d.mts +35 -36
  183. package/dist/tailor-proto/src/tailor/v1/application_resource_pb.d.mts +6 -7
  184. package/dist/tailor-proto/src/tailor/v1/auth_pb.d.mts +229 -230
  185. package/dist/tailor-proto/src/tailor/v1/auth_resource_pb.d.mts +40 -41
  186. package/dist/tailor-proto/src/tailor/v1/events_pb.d.mts +9 -10
  187. package/dist/tailor-proto/src/tailor/v1/events_resource_pb.d.mts +3 -4
  188. package/dist/tailor-proto/src/tailor/v1/executor_pb.d.mts +45 -46
  189. package/dist/tailor-proto/src/tailor/v1/executor_resource_pb.d.mts +24 -25
  190. package/dist/tailor-proto/src/tailor/v1/function_pb.d.mts +17 -18
  191. package/dist/tailor-proto/src/tailor/v1/function_registry_pb.d.mts +29 -30
  192. package/dist/tailor-proto/src/tailor/v1/function_resource_pb.d.mts +8 -9
  193. package/dist/tailor-proto/src/tailor/v1/http_adapter_resource_pb.d.mts +2 -3
  194. package/dist/tailor-proto/src/tailor/v1/idp_pb.d.mts +37 -38
  195. package/dist/tailor-proto/src/tailor/v1/idp_resource_pb.d.mts +13 -14
  196. package/dist/tailor-proto/src/tailor/v1/metadata_pb.d.mts +19 -20
  197. package/dist/tailor-proto/src/tailor/v1/metadata_resource_pb.d.mts +2 -3
  198. package/dist/tailor-proto/src/tailor/v1/meter_pb.d.mts +25 -26
  199. package/dist/tailor-proto/src/tailor/v1/pipeline_pb.d.mts +59 -60
  200. package/dist/tailor-proto/src/tailor/v1/pipeline_resource_pb.d.mts +10 -11
  201. package/dist/tailor-proto/src/tailor/v1/resource_pb.d.mts +7 -8
  202. package/dist/tailor-proto/src/tailor/v1/secret_manager_pb.d.mts +37 -38
  203. package/dist/tailor-proto/src/tailor/v1/secret_manager_resource_pb.d.mts +4 -5
  204. package/dist/tailor-proto/src/tailor/v1/service_pb.d.mts +6 -7
  205. package/dist/tailor-proto/src/tailor/v1/stateflow_pb.d.mts +21 -22
  206. package/dist/tailor-proto/src/tailor/v1/stateflow_resource_pb.d.mts +3 -4
  207. package/dist/tailor-proto/src/tailor/v1/staticwebsite_pb.d.mts +50 -51
  208. package/dist/tailor-proto/src/tailor/v1/staticwebsite_resource_pb.d.mts +4 -5
  209. package/dist/tailor-proto/src/tailor/v1/tailordb_pb.d.mts +74 -75
  210. package/dist/tailor-proto/src/tailor/v1/tailordb_resource_pb.d.mts +35 -36
  211. package/dist/tailor-proto/src/tailor/v1/telemetryrouter_pb.d.mts +41 -42
  212. package/dist/tailor-proto/src/tailor/v1/telemetryrouter_resource_pb.d.mts +11 -12
  213. package/dist/tailor-proto/src/tailor/v1/workflow_pb.d.mts +97 -98
  214. package/dist/tailor-proto/src/tailor/v1/workflow_resource_pb.d.mts +11 -12
  215. package/dist/tailor-proto/src/tailor/v1/workspace_pb.d.mts +209 -210
  216. package/dist/tailor-proto/src/tailor/v1/workspace_resource_pb.d.mts +24 -25
  217. package/dist/types/aigateway.generated.d.mts +3 -4
  218. package/dist/types/app-config.generated.d.mts +2 -3
  219. package/dist/types/auth-connection.generated.d.mts +3 -4
  220. package/dist/types/auth.generated.d.mts +15 -16
  221. package/dist/types/executor.generated.d.mts +26 -27
  222. package/dist/types/helpers.d.mts +15 -13
  223. package/dist/types/http-adapter.generated.d.mts +2 -3
  224. package/dist/types/idp.generated.d.mts +7 -8
  225. package/dist/types/resolver.generated.d.mts +6 -5
  226. package/dist/types/secrets.generated.d.mts +3 -4
  227. package/dist/types/staticwebsite.generated.d.mts +3 -4
  228. package/dist/types/tailordb.generated.d.mts +7 -8
  229. package/dist/types/workflow.generated.d.mts +3 -4
  230. package/dist/utils/test/index.d.mts +3 -4
  231. package/dist/vitest/index.d.mts +2 -2
  232. package/dist/vitest/mock-kysely.d.mts +4 -5
  233. package/dist/vitest/mocks/aigateway.d.mts +3 -4
  234. package/dist/vitest/mocks/authconnection.d.mts +3 -4
  235. package/dist/vitest/mocks/file.d.mts +3 -4
  236. package/dist/vitest/mocks/iconv.d.mts +3 -4
  237. package/dist/vitest/mocks/idp.d.mts +3 -4
  238. package/dist/vitest/mocks/logger.d.mts +3 -4
  239. package/dist/vitest/mocks/secretmanager.d.mts +3 -4
  240. package/dist/vitest/mocks/tailordb-pglite.d.mts +4 -5
  241. package/dist/vitest/mocks/tailordb.d.mts +6 -7
  242. package/dist/vitest/mocks/workflow.d.mts +2 -3
  243. package/dist/vitest/pglite-kysely.d.mts +5 -6
  244. package/dist/vitest/setup.d.mts +6 -7
  245. package/dist/vitest/workflow-local.d.mts +5 -6
  246. package/docs/services/idp.md +6 -3
  247. package/docs/services/resolver.md +21 -0
  248. package/docs/services/tailordb-migration.md +25 -3
  249. package/docs/services/tailordb.md +2 -0
  250. package/package.json +13 -13
  251. package/dist/application-BFTkaW6X.mjs +0 -1
  252. package/dist/application-D3HlhR3i.mjs.map +0 -1
  253. package/dist/register-ts-hook-BJmGCQAA.mjs +0 -642
  254. package/dist/register-ts-hook-BJmGCQAA.mjs.map +0 -1
  255. package/dist/schema-6d_OHyZf.mjs +0 -2
  256. package/dist/schema-6d_OHyZf.mjs.map +0 -1
  257. package/dist/service-BzsSm2f6.mjs +0 -7
  258. package/dist/service-BzsSm2f6.mjs.map +0 -1
  259. package/dist/service-CmwD9bwv.mjs +0 -1
@@ -7,7 +7,7 @@ import { FieldMask, Timestamp, Value } from "@bufbuild/protobuf/wkt";
7
7
  /**
8
8
  * @generated from message tailor.v1.CreateAuthServiceRequest
9
9
  */
10
- declare type CreateAuthServiceRequest = Message<"tailor.v1.CreateAuthServiceRequest"> & {
10
+ export declare type CreateAuthServiceRequest = Message<"tailor.v1.CreateAuthServiceRequest"> & {
11
11
  /**
12
12
  * @generated from field: string workspace_id = 1;
13
13
  */
@@ -27,11 +27,11 @@ declare type CreateAuthServiceRequest = Message<"tailor.v1.CreateAuthServiceRequ
27
27
  * Describes the message tailor.v1.CreateAuthServiceRequest.
28
28
  * Use `create(CreateAuthServiceRequestSchema)` to create a new message.
29
29
  */
30
- declare const CreateAuthServiceRequestSchema: GenMessage<CreateAuthServiceRequest>;
30
+ export declare const CreateAuthServiceRequestSchema: GenMessage<CreateAuthServiceRequest>;
31
31
  /**
32
32
  * @generated from message tailor.v1.CreateAuthServiceResponse
33
33
  */
34
- declare type CreateAuthServiceResponse = Message<"tailor.v1.CreateAuthServiceResponse"> & {
34
+ export declare type CreateAuthServiceResponse = Message<"tailor.v1.CreateAuthServiceResponse"> & {
35
35
  /**
36
36
  * @generated from field: tailor.v1.AuthService auth_service = 1;
37
37
  */
@@ -41,11 +41,11 @@ declare type CreateAuthServiceResponse = Message<"tailor.v1.CreateAuthServiceRes
41
41
  * Describes the message tailor.v1.CreateAuthServiceResponse.
42
42
  * Use `create(CreateAuthServiceResponseSchema)` to create a new message.
43
43
  */
44
- declare const CreateAuthServiceResponseSchema: GenMessage<CreateAuthServiceResponse>;
44
+ export declare const CreateAuthServiceResponseSchema: GenMessage<CreateAuthServiceResponse>;
45
45
  /**
46
46
  * @generated from message tailor.v1.UpdateAuthServiceRequest
47
47
  */
48
- declare type UpdateAuthServiceRequest = Message<"tailor.v1.UpdateAuthServiceRequest"> & {
48
+ export declare type UpdateAuthServiceRequest = Message<"tailor.v1.UpdateAuthServiceRequest"> & {
49
49
  /**
50
50
  * @generated from field: string workspace_id = 1;
51
51
  */
@@ -65,11 +65,11 @@ declare type UpdateAuthServiceRequest = Message<"tailor.v1.UpdateAuthServiceRequ
65
65
  * Describes the message tailor.v1.UpdateAuthServiceRequest.
66
66
  * Use `create(UpdateAuthServiceRequestSchema)` to create a new message.
67
67
  */
68
- declare const UpdateAuthServiceRequestSchema: GenMessage<UpdateAuthServiceRequest>;
68
+ export declare const UpdateAuthServiceRequestSchema: GenMessage<UpdateAuthServiceRequest>;
69
69
  /**
70
70
  * @generated from message tailor.v1.UpdateAuthServiceResponse
71
71
  */
72
- declare type UpdateAuthServiceResponse = Message<"tailor.v1.UpdateAuthServiceResponse"> & {
72
+ export declare type UpdateAuthServiceResponse = Message<"tailor.v1.UpdateAuthServiceResponse"> & {
73
73
  /**
74
74
  * @generated from field: tailor.v1.AuthService auth_service = 1;
75
75
  */
@@ -79,11 +79,11 @@ declare type UpdateAuthServiceResponse = Message<"tailor.v1.UpdateAuthServiceRes
79
79
  * Describes the message tailor.v1.UpdateAuthServiceResponse.
80
80
  * Use `create(UpdateAuthServiceResponseSchema)` to create a new message.
81
81
  */
82
- declare const UpdateAuthServiceResponseSchema: GenMessage<UpdateAuthServiceResponse>;
82
+ export declare const UpdateAuthServiceResponseSchema: GenMessage<UpdateAuthServiceResponse>;
83
83
  /**
84
84
  * @generated from message tailor.v1.DeleteAuthServiceRequest
85
85
  */
86
- declare type DeleteAuthServiceRequest = Message<"tailor.v1.DeleteAuthServiceRequest"> & {
86
+ export declare type DeleteAuthServiceRequest = Message<"tailor.v1.DeleteAuthServiceRequest"> & {
87
87
  /**
88
88
  * @generated from field: string workspace_id = 1;
89
89
  */
@@ -97,20 +97,20 @@ declare type DeleteAuthServiceRequest = Message<"tailor.v1.DeleteAuthServiceRequ
97
97
  * Describes the message tailor.v1.DeleteAuthServiceRequest.
98
98
  * Use `create(DeleteAuthServiceRequestSchema)` to create a new message.
99
99
  */
100
- declare const DeleteAuthServiceRequestSchema: GenMessage<DeleteAuthServiceRequest>;
100
+ export declare const DeleteAuthServiceRequestSchema: GenMessage<DeleteAuthServiceRequest>;
101
101
  /**
102
102
  * @generated from message tailor.v1.DeleteAuthServiceResponse
103
103
  */
104
- declare type DeleteAuthServiceResponse = Message<"tailor.v1.DeleteAuthServiceResponse"> & {};
104
+ export declare type DeleteAuthServiceResponse = Message<"tailor.v1.DeleteAuthServiceResponse"> & {};
105
105
  /**
106
106
  * Describes the message tailor.v1.DeleteAuthServiceResponse.
107
107
  * Use `create(DeleteAuthServiceResponseSchema)` to create a new message.
108
108
  */
109
- declare const DeleteAuthServiceResponseSchema: GenMessage<DeleteAuthServiceResponse>;
109
+ export declare const DeleteAuthServiceResponseSchema: GenMessage<DeleteAuthServiceResponse>;
110
110
  /**
111
111
  * @generated from message tailor.v1.GetAuthServiceRequest
112
112
  */
113
- declare type GetAuthServiceRequest = Message<"tailor.v1.GetAuthServiceRequest"> & {
113
+ export declare type GetAuthServiceRequest = Message<"tailor.v1.GetAuthServiceRequest"> & {
114
114
  /**
115
115
  * @generated from field: string workspace_id = 1;
116
116
  */
@@ -124,11 +124,11 @@ declare type GetAuthServiceRequest = Message<"tailor.v1.GetAuthServiceRequest">
124
124
  * Describes the message tailor.v1.GetAuthServiceRequest.
125
125
  * Use `create(GetAuthServiceRequestSchema)` to create a new message.
126
126
  */
127
- declare const GetAuthServiceRequestSchema: GenMessage<GetAuthServiceRequest>;
127
+ export declare const GetAuthServiceRequestSchema: GenMessage<GetAuthServiceRequest>;
128
128
  /**
129
129
  * @generated from message tailor.v1.GetAuthServiceResponse
130
130
  */
131
- declare type GetAuthServiceResponse = Message<"tailor.v1.GetAuthServiceResponse"> & {
131
+ export declare type GetAuthServiceResponse = Message<"tailor.v1.GetAuthServiceResponse"> & {
132
132
  /**
133
133
  * @generated from field: tailor.v1.AuthService auth_service = 1;
134
134
  */
@@ -138,11 +138,11 @@ declare type GetAuthServiceResponse = Message<"tailor.v1.GetAuthServiceResponse"
138
138
  * Describes the message tailor.v1.GetAuthServiceResponse.
139
139
  * Use `create(GetAuthServiceResponseSchema)` to create a new message.
140
140
  */
141
- declare const GetAuthServiceResponseSchema: GenMessage<GetAuthServiceResponse>;
141
+ export declare const GetAuthServiceResponseSchema: GenMessage<GetAuthServiceResponse>;
142
142
  /**
143
143
  * @generated from message tailor.v1.ListAuthServicesRequest
144
144
  */
145
- declare type ListAuthServicesRequest = Message<"tailor.v1.ListAuthServicesRequest"> & {
145
+ export declare type ListAuthServicesRequest = Message<"tailor.v1.ListAuthServicesRequest"> & {
146
146
  /**
147
147
  * @generated from field: string workspace_id = 1;
148
148
  */
@@ -164,11 +164,11 @@ declare type ListAuthServicesRequest = Message<"tailor.v1.ListAuthServicesReques
164
164
  * Describes the message tailor.v1.ListAuthServicesRequest.
165
165
  * Use `create(ListAuthServicesRequestSchema)` to create a new message.
166
166
  */
167
- declare const ListAuthServicesRequestSchema: GenMessage<ListAuthServicesRequest>;
167
+ export declare const ListAuthServicesRequestSchema: GenMessage<ListAuthServicesRequest>;
168
168
  /**
169
169
  * @generated from message tailor.v1.ListAuthServicesResponse
170
170
  */
171
- declare type ListAuthServicesResponse = Message<"tailor.v1.ListAuthServicesResponse"> & {
171
+ export declare type ListAuthServicesResponse = Message<"tailor.v1.ListAuthServicesResponse"> & {
172
172
  /**
173
173
  * @generated from field: repeated tailor.v1.AuthService auth_services = 1;
174
174
  */
@@ -186,11 +186,11 @@ declare type ListAuthServicesResponse = Message<"tailor.v1.ListAuthServicesRespo
186
186
  * Describes the message tailor.v1.ListAuthServicesResponse.
187
187
  * Use `create(ListAuthServicesResponseSchema)` to create a new message.
188
188
  */
189
- declare const ListAuthServicesResponseSchema: GenMessage<ListAuthServicesResponse>;
189
+ export declare const ListAuthServicesResponseSchema: GenMessage<ListAuthServicesResponse>;
190
190
  /**
191
191
  * @generated from message tailor.v1.CreateAuthIDPConfigRequest
192
192
  */
193
- declare type CreateAuthIDPConfigRequest = Message<"tailor.v1.CreateAuthIDPConfigRequest"> & {
193
+ export declare type CreateAuthIDPConfigRequest = Message<"tailor.v1.CreateAuthIDPConfigRequest"> & {
194
194
  /**
195
195
  * @generated from field: string workspace_id = 1;
196
196
  */
@@ -208,11 +208,11 @@ declare type CreateAuthIDPConfigRequest = Message<"tailor.v1.CreateAuthIDPConfig
208
208
  * Describes the message tailor.v1.CreateAuthIDPConfigRequest.
209
209
  * Use `create(CreateAuthIDPConfigRequestSchema)` to create a new message.
210
210
  */
211
- declare const CreateAuthIDPConfigRequestSchema: GenMessage<CreateAuthIDPConfigRequest>;
211
+ export declare const CreateAuthIDPConfigRequestSchema: GenMessage<CreateAuthIDPConfigRequest>;
212
212
  /**
213
213
  * @generated from message tailor.v1.CreateAuthIDPConfigResponse
214
214
  */
215
- declare type CreateAuthIDPConfigResponse = Message<"tailor.v1.CreateAuthIDPConfigResponse"> & {
215
+ export declare type CreateAuthIDPConfigResponse = Message<"tailor.v1.CreateAuthIDPConfigResponse"> & {
216
216
  /**
217
217
  * @generated from field: tailor.v1.AuthIDPConfig idp_config = 1;
218
218
  */
@@ -222,11 +222,11 @@ declare type CreateAuthIDPConfigResponse = Message<"tailor.v1.CreateAuthIDPConfi
222
222
  * Describes the message tailor.v1.CreateAuthIDPConfigResponse.
223
223
  * Use `create(CreateAuthIDPConfigResponseSchema)` to create a new message.
224
224
  */
225
- declare const CreateAuthIDPConfigResponseSchema: GenMessage<CreateAuthIDPConfigResponse>;
225
+ export declare const CreateAuthIDPConfigResponseSchema: GenMessage<CreateAuthIDPConfigResponse>;
226
226
  /**
227
227
  * @generated from message tailor.v1.UpdateAuthIDPConfigRequest
228
228
  */
229
- declare type UpdateAuthIDPConfigRequest = Message<"tailor.v1.UpdateAuthIDPConfigRequest"> & {
229
+ export declare type UpdateAuthIDPConfigRequest = Message<"tailor.v1.UpdateAuthIDPConfigRequest"> & {
230
230
  /**
231
231
  * @generated from field: string workspace_id = 1;
232
232
  */
@@ -244,11 +244,11 @@ declare type UpdateAuthIDPConfigRequest = Message<"tailor.v1.UpdateAuthIDPConfig
244
244
  * Describes the message tailor.v1.UpdateAuthIDPConfigRequest.
245
245
  * Use `create(UpdateAuthIDPConfigRequestSchema)` to create a new message.
246
246
  */
247
- declare const UpdateAuthIDPConfigRequestSchema: GenMessage<UpdateAuthIDPConfigRequest>;
247
+ export declare const UpdateAuthIDPConfigRequestSchema: GenMessage<UpdateAuthIDPConfigRequest>;
248
248
  /**
249
249
  * @generated from message tailor.v1.UpdateAuthIDPConfigResponse
250
250
  */
251
- declare type UpdateAuthIDPConfigResponse = Message<"tailor.v1.UpdateAuthIDPConfigResponse"> & {
251
+ export declare type UpdateAuthIDPConfigResponse = Message<"tailor.v1.UpdateAuthIDPConfigResponse"> & {
252
252
  /**
253
253
  * @generated from field: tailor.v1.AuthIDPConfig idp_config = 1;
254
254
  */
@@ -258,11 +258,11 @@ declare type UpdateAuthIDPConfigResponse = Message<"tailor.v1.UpdateAuthIDPConfi
258
258
  * Describes the message tailor.v1.UpdateAuthIDPConfigResponse.
259
259
  * Use `create(UpdateAuthIDPConfigResponseSchema)` to create a new message.
260
260
  */
261
- declare const UpdateAuthIDPConfigResponseSchema: GenMessage<UpdateAuthIDPConfigResponse>;
261
+ export declare const UpdateAuthIDPConfigResponseSchema: GenMessage<UpdateAuthIDPConfigResponse>;
262
262
  /**
263
263
  * @generated from message tailor.v1.DeleteAuthIDPConfigRequest
264
264
  */
265
- declare type DeleteAuthIDPConfigRequest = Message<"tailor.v1.DeleteAuthIDPConfigRequest"> & {
265
+ export declare type DeleteAuthIDPConfigRequest = Message<"tailor.v1.DeleteAuthIDPConfigRequest"> & {
266
266
  /**
267
267
  * @generated from field: string workspace_id = 1;
268
268
  */
@@ -280,20 +280,20 @@ declare type DeleteAuthIDPConfigRequest = Message<"tailor.v1.DeleteAuthIDPConfig
280
280
  * Describes the message tailor.v1.DeleteAuthIDPConfigRequest.
281
281
  * Use `create(DeleteAuthIDPConfigRequestSchema)` to create a new message.
282
282
  */
283
- declare const DeleteAuthIDPConfigRequestSchema: GenMessage<DeleteAuthIDPConfigRequest>;
283
+ export declare const DeleteAuthIDPConfigRequestSchema: GenMessage<DeleteAuthIDPConfigRequest>;
284
284
  /**
285
285
  * @generated from message tailor.v1.DeleteAuthIDPConfigResponse
286
286
  */
287
- declare type DeleteAuthIDPConfigResponse = Message<"tailor.v1.DeleteAuthIDPConfigResponse"> & {};
287
+ export declare type DeleteAuthIDPConfigResponse = Message<"tailor.v1.DeleteAuthIDPConfigResponse"> & {};
288
288
  /**
289
289
  * Describes the message tailor.v1.DeleteAuthIDPConfigResponse.
290
290
  * Use `create(DeleteAuthIDPConfigResponseSchema)` to create a new message.
291
291
  */
292
- declare const DeleteAuthIDPConfigResponseSchema: GenMessage<DeleteAuthIDPConfigResponse>;
292
+ export declare const DeleteAuthIDPConfigResponseSchema: GenMessage<DeleteAuthIDPConfigResponse>;
293
293
  /**
294
294
  * @generated from message tailor.v1.GetAuthIDPConfigRequest
295
295
  */
296
- declare type GetAuthIDPConfigRequest = Message<"tailor.v1.GetAuthIDPConfigRequest"> & {
296
+ export declare type GetAuthIDPConfigRequest = Message<"tailor.v1.GetAuthIDPConfigRequest"> & {
297
297
  /**
298
298
  * @generated from field: string workspace_id = 1;
299
299
  */
@@ -311,11 +311,11 @@ declare type GetAuthIDPConfigRequest = Message<"tailor.v1.GetAuthIDPConfigReques
311
311
  * Describes the message tailor.v1.GetAuthIDPConfigRequest.
312
312
  * Use `create(GetAuthIDPConfigRequestSchema)` to create a new message.
313
313
  */
314
- declare const GetAuthIDPConfigRequestSchema: GenMessage<GetAuthIDPConfigRequest>;
314
+ export declare const GetAuthIDPConfigRequestSchema: GenMessage<GetAuthIDPConfigRequest>;
315
315
  /**
316
316
  * @generated from message tailor.v1.GetAuthIDPConfigResponse
317
317
  */
318
- declare type GetAuthIDPConfigResponse = Message<"tailor.v1.GetAuthIDPConfigResponse"> & {
318
+ export declare type GetAuthIDPConfigResponse = Message<"tailor.v1.GetAuthIDPConfigResponse"> & {
319
319
  /**
320
320
  * @generated from field: tailor.v1.AuthIDPConfig idp_config = 1;
321
321
  */
@@ -325,11 +325,11 @@ declare type GetAuthIDPConfigResponse = Message<"tailor.v1.GetAuthIDPConfigRespo
325
325
  * Describes the message tailor.v1.GetAuthIDPConfigResponse.
326
326
  * Use `create(GetAuthIDPConfigResponseSchema)` to create a new message.
327
327
  */
328
- declare const GetAuthIDPConfigResponseSchema: GenMessage<GetAuthIDPConfigResponse>;
328
+ export declare const GetAuthIDPConfigResponseSchema: GenMessage<GetAuthIDPConfigResponse>;
329
329
  /**
330
330
  * @generated from message tailor.v1.ListAuthIDPConfigsRequest
331
331
  */
332
- declare type ListAuthIDPConfigsRequest = Message<"tailor.v1.ListAuthIDPConfigsRequest"> & {
332
+ export declare type ListAuthIDPConfigsRequest = Message<"tailor.v1.ListAuthIDPConfigsRequest"> & {
333
333
  /**
334
334
  * @generated from field: string workspace_id = 1;
335
335
  */
@@ -355,11 +355,11 @@ declare type ListAuthIDPConfigsRequest = Message<"tailor.v1.ListAuthIDPConfigsRe
355
355
  * Describes the message tailor.v1.ListAuthIDPConfigsRequest.
356
356
  * Use `create(ListAuthIDPConfigsRequestSchema)` to create a new message.
357
357
  */
358
- declare const ListAuthIDPConfigsRequestSchema: GenMessage<ListAuthIDPConfigsRequest>;
358
+ export declare const ListAuthIDPConfigsRequestSchema: GenMessage<ListAuthIDPConfigsRequest>;
359
359
  /**
360
360
  * @generated from message tailor.v1.ListAuthIDPConfigsResponse
361
361
  */
362
- declare type ListAuthIDPConfigsResponse = Message<"tailor.v1.ListAuthIDPConfigsResponse"> & {
362
+ export declare type ListAuthIDPConfigsResponse = Message<"tailor.v1.ListAuthIDPConfigsResponse"> & {
363
363
  /**
364
364
  * @generated from field: repeated tailor.v1.AuthIDPConfig idp_configs = 1;
365
365
  */
@@ -377,11 +377,11 @@ declare type ListAuthIDPConfigsResponse = Message<"tailor.v1.ListAuthIDPConfigsR
377
377
  * Describes the message tailor.v1.ListAuthIDPConfigsResponse.
378
378
  * Use `create(ListAuthIDPConfigsResponseSchema)` to create a new message.
379
379
  */
380
- declare const ListAuthIDPConfigsResponseSchema: GenMessage<ListAuthIDPConfigsResponse>;
380
+ export declare const ListAuthIDPConfigsResponseSchema: GenMessage<ListAuthIDPConfigsResponse>;
381
381
  /**
382
382
  * @generated from message tailor.v1.CreateUserProfileConfigRequest
383
383
  */
384
- declare type CreateUserProfileConfigRequest = Message<"tailor.v1.CreateUserProfileConfigRequest"> & {
384
+ export declare type CreateUserProfileConfigRequest = Message<"tailor.v1.CreateUserProfileConfigRequest"> & {
385
385
  /**
386
386
  * @generated from field: string workspace_id = 1;
387
387
  */
@@ -399,11 +399,11 @@ declare type CreateUserProfileConfigRequest = Message<"tailor.v1.CreateUserProfi
399
399
  * Describes the message tailor.v1.CreateUserProfileConfigRequest.
400
400
  * Use `create(CreateUserProfileConfigRequestSchema)` to create a new message.
401
401
  */
402
- declare const CreateUserProfileConfigRequestSchema: GenMessage<CreateUserProfileConfigRequest>;
402
+ export declare const CreateUserProfileConfigRequestSchema: GenMessage<CreateUserProfileConfigRequest>;
403
403
  /**
404
404
  * @generated from message tailor.v1.CreateUserProfileConfigResponse
405
405
  */
406
- declare type CreateUserProfileConfigResponse = Message<"tailor.v1.CreateUserProfileConfigResponse"> & {
406
+ export declare type CreateUserProfileConfigResponse = Message<"tailor.v1.CreateUserProfileConfigResponse"> & {
407
407
  /**
408
408
  * @generated from field: tailor.v1.UserProfileProviderConfig user_profile_provider_config = 1;
409
409
  */
@@ -413,11 +413,11 @@ declare type CreateUserProfileConfigResponse = Message<"tailor.v1.CreateUserProf
413
413
  * Describes the message tailor.v1.CreateUserProfileConfigResponse.
414
414
  * Use `create(CreateUserProfileConfigResponseSchema)` to create a new message.
415
415
  */
416
- declare const CreateUserProfileConfigResponseSchema: GenMessage<CreateUserProfileConfigResponse>;
416
+ export declare const CreateUserProfileConfigResponseSchema: GenMessage<CreateUserProfileConfigResponse>;
417
417
  /**
418
418
  * @generated from message tailor.v1.UpdateUserProfileConfigRequest
419
419
  */
420
- declare type UpdateUserProfileConfigRequest = Message<"tailor.v1.UpdateUserProfileConfigRequest"> & {
420
+ export declare type UpdateUserProfileConfigRequest = Message<"tailor.v1.UpdateUserProfileConfigRequest"> & {
421
421
  /**
422
422
  * @generated from field: string workspace_id = 1;
423
423
  */
@@ -435,11 +435,11 @@ declare type UpdateUserProfileConfigRequest = Message<"tailor.v1.UpdateUserProfi
435
435
  * Describes the message tailor.v1.UpdateUserProfileConfigRequest.
436
436
  * Use `create(UpdateUserProfileConfigRequestSchema)` to create a new message.
437
437
  */
438
- declare const UpdateUserProfileConfigRequestSchema: GenMessage<UpdateUserProfileConfigRequest>;
438
+ export declare const UpdateUserProfileConfigRequestSchema: GenMessage<UpdateUserProfileConfigRequest>;
439
439
  /**
440
440
  * @generated from message tailor.v1.UpdateUserProfileConfigResponse
441
441
  */
442
- declare type UpdateUserProfileConfigResponse = Message<"tailor.v1.UpdateUserProfileConfigResponse"> & {
442
+ export declare type UpdateUserProfileConfigResponse = Message<"tailor.v1.UpdateUserProfileConfigResponse"> & {
443
443
  /**
444
444
  * @generated from field: tailor.v1.UserProfileProviderConfig user_profile_provider_config = 1;
445
445
  */
@@ -449,11 +449,11 @@ declare type UpdateUserProfileConfigResponse = Message<"tailor.v1.UpdateUserProf
449
449
  * Describes the message tailor.v1.UpdateUserProfileConfigResponse.
450
450
  * Use `create(UpdateUserProfileConfigResponseSchema)` to create a new message.
451
451
  */
452
- declare const UpdateUserProfileConfigResponseSchema: GenMessage<UpdateUserProfileConfigResponse>;
452
+ export declare const UpdateUserProfileConfigResponseSchema: GenMessage<UpdateUserProfileConfigResponse>;
453
453
  /**
454
454
  * @generated from message tailor.v1.DeleteUserProfileConfigRequest
455
455
  */
456
- declare type DeleteUserProfileConfigRequest = Message<"tailor.v1.DeleteUserProfileConfigRequest"> & {
456
+ export declare type DeleteUserProfileConfigRequest = Message<"tailor.v1.DeleteUserProfileConfigRequest"> & {
457
457
  /**
458
458
  * @generated from field: string workspace_id = 1;
459
459
  */
@@ -467,20 +467,20 @@ declare type DeleteUserProfileConfigRequest = Message<"tailor.v1.DeleteUserProfi
467
467
  * Describes the message tailor.v1.DeleteUserProfileConfigRequest.
468
468
  * Use `create(DeleteUserProfileConfigRequestSchema)` to create a new message.
469
469
  */
470
- declare const DeleteUserProfileConfigRequestSchema: GenMessage<DeleteUserProfileConfigRequest>;
470
+ export declare const DeleteUserProfileConfigRequestSchema: GenMessage<DeleteUserProfileConfigRequest>;
471
471
  /**
472
472
  * @generated from message tailor.v1.DeleteUserProfileConfigResponse
473
473
  */
474
- declare type DeleteUserProfileConfigResponse = Message<"tailor.v1.DeleteUserProfileConfigResponse"> & {};
474
+ export declare type DeleteUserProfileConfigResponse = Message<"tailor.v1.DeleteUserProfileConfigResponse"> & {};
475
475
  /**
476
476
  * Describes the message tailor.v1.DeleteUserProfileConfigResponse.
477
477
  * Use `create(DeleteUserProfileConfigResponseSchema)` to create a new message.
478
478
  */
479
- declare const DeleteUserProfileConfigResponseSchema: GenMessage<DeleteUserProfileConfigResponse>;
479
+ export declare const DeleteUserProfileConfigResponseSchema: GenMessage<DeleteUserProfileConfigResponse>;
480
480
  /**
481
481
  * @generated from message tailor.v1.GetUserProfileConfigRequest
482
482
  */
483
- declare type GetUserProfileConfigRequest = Message<"tailor.v1.GetUserProfileConfigRequest"> & {
483
+ export declare type GetUserProfileConfigRequest = Message<"tailor.v1.GetUserProfileConfigRequest"> & {
484
484
  /**
485
485
  * @generated from field: string workspace_id = 1;
486
486
  */
@@ -494,11 +494,11 @@ declare type GetUserProfileConfigRequest = Message<"tailor.v1.GetUserProfileConf
494
494
  * Describes the message tailor.v1.GetUserProfileConfigRequest.
495
495
  * Use `create(GetUserProfileConfigRequestSchema)` to create a new message.
496
496
  */
497
- declare const GetUserProfileConfigRequestSchema: GenMessage<GetUserProfileConfigRequest>;
497
+ export declare const GetUserProfileConfigRequestSchema: GenMessage<GetUserProfileConfigRequest>;
498
498
  /**
499
499
  * @generated from message tailor.v1.GetUserProfileConfigResponse
500
500
  */
501
- declare type GetUserProfileConfigResponse = Message<"tailor.v1.GetUserProfileConfigResponse"> & {
501
+ export declare type GetUserProfileConfigResponse = Message<"tailor.v1.GetUserProfileConfigResponse"> & {
502
502
  /**
503
503
  * @generated from field: tailor.v1.UserProfileProviderConfig user_profile_provider_config = 1;
504
504
  */
@@ -508,11 +508,11 @@ declare type GetUserProfileConfigResponse = Message<"tailor.v1.GetUserProfileCon
508
508
  * Describes the message tailor.v1.GetUserProfileConfigResponse.
509
509
  * Use `create(GetUserProfileConfigResponseSchema)` to create a new message.
510
510
  */
511
- declare const GetUserProfileConfigResponseSchema: GenMessage<GetUserProfileConfigResponse>;
511
+ export declare const GetUserProfileConfigResponseSchema: GenMessage<GetUserProfileConfigResponse>;
512
512
  /**
513
513
  * @generated from message tailor.v1.CreateTenantConfigRequest
514
514
  */
515
- declare type CreateTenantConfigRequest = Message<"tailor.v1.CreateTenantConfigRequest"> & {
515
+ export declare type CreateTenantConfigRequest = Message<"tailor.v1.CreateTenantConfigRequest"> & {
516
516
  /**
517
517
  * @generated from field: string workspace_id = 1;
518
518
  */
@@ -530,11 +530,11 @@ declare type CreateTenantConfigRequest = Message<"tailor.v1.CreateTenantConfigRe
530
530
  * Describes the message tailor.v1.CreateTenantConfigRequest.
531
531
  * Use `create(CreateTenantConfigRequestSchema)` to create a new message.
532
532
  */
533
- declare const CreateTenantConfigRequestSchema: GenMessage<CreateTenantConfigRequest>;
533
+ export declare const CreateTenantConfigRequestSchema: GenMessage<CreateTenantConfigRequest>;
534
534
  /**
535
535
  * @generated from message tailor.v1.CreateTenantConfigResponse
536
536
  */
537
- declare type CreateTenantConfigResponse = Message<"tailor.v1.CreateTenantConfigResponse"> & {
537
+ export declare type CreateTenantConfigResponse = Message<"tailor.v1.CreateTenantConfigResponse"> & {
538
538
  /**
539
539
  * @generated from field: tailor.v1.TenantProviderConfig tenant_provider_config = 1;
540
540
  */
@@ -544,11 +544,11 @@ declare type CreateTenantConfigResponse = Message<"tailor.v1.CreateTenantConfigR
544
544
  * Describes the message tailor.v1.CreateTenantConfigResponse.
545
545
  * Use `create(CreateTenantConfigResponseSchema)` to create a new message.
546
546
  */
547
- declare const CreateTenantConfigResponseSchema: GenMessage<CreateTenantConfigResponse>;
547
+ export declare const CreateTenantConfigResponseSchema: GenMessage<CreateTenantConfigResponse>;
548
548
  /**
549
549
  * @generated from message tailor.v1.UpdateTenantConfigRequest
550
550
  */
551
- declare type UpdateTenantConfigRequest = Message<"tailor.v1.UpdateTenantConfigRequest"> & {
551
+ export declare type UpdateTenantConfigRequest = Message<"tailor.v1.UpdateTenantConfigRequest"> & {
552
552
  /**
553
553
  * @generated from field: string workspace_id = 1;
554
554
  */
@@ -566,11 +566,11 @@ declare type UpdateTenantConfigRequest = Message<"tailor.v1.UpdateTenantConfigRe
566
566
  * Describes the message tailor.v1.UpdateTenantConfigRequest.
567
567
  * Use `create(UpdateTenantConfigRequestSchema)` to create a new message.
568
568
  */
569
- declare const UpdateTenantConfigRequestSchema: GenMessage<UpdateTenantConfigRequest>;
569
+ export declare const UpdateTenantConfigRequestSchema: GenMessage<UpdateTenantConfigRequest>;
570
570
  /**
571
571
  * @generated from message tailor.v1.UpdateTenantConfigResponse
572
572
  */
573
- declare type UpdateTenantConfigResponse = Message<"tailor.v1.UpdateTenantConfigResponse"> & {
573
+ export declare type UpdateTenantConfigResponse = Message<"tailor.v1.UpdateTenantConfigResponse"> & {
574
574
  /**
575
575
  * @generated from field: tailor.v1.TenantProviderConfig tenant_provider_config = 1;
576
576
  */
@@ -580,11 +580,11 @@ declare type UpdateTenantConfigResponse = Message<"tailor.v1.UpdateTenantConfigR
580
580
  * Describes the message tailor.v1.UpdateTenantConfigResponse.
581
581
  * Use `create(UpdateTenantConfigResponseSchema)` to create a new message.
582
582
  */
583
- declare const UpdateTenantConfigResponseSchema: GenMessage<UpdateTenantConfigResponse>;
583
+ export declare const UpdateTenantConfigResponseSchema: GenMessage<UpdateTenantConfigResponse>;
584
584
  /**
585
585
  * @generated from message tailor.v1.DeleteTenantConfigRequest
586
586
  */
587
- declare type DeleteTenantConfigRequest = Message<"tailor.v1.DeleteTenantConfigRequest"> & {
587
+ export declare type DeleteTenantConfigRequest = Message<"tailor.v1.DeleteTenantConfigRequest"> & {
588
588
  /**
589
589
  * @generated from field: string workspace_id = 1;
590
590
  */
@@ -598,20 +598,20 @@ declare type DeleteTenantConfigRequest = Message<"tailor.v1.DeleteTenantConfigRe
598
598
  * Describes the message tailor.v1.DeleteTenantConfigRequest.
599
599
  * Use `create(DeleteTenantConfigRequestSchema)` to create a new message.
600
600
  */
601
- declare const DeleteTenantConfigRequestSchema: GenMessage<DeleteTenantConfigRequest>;
601
+ export declare const DeleteTenantConfigRequestSchema: GenMessage<DeleteTenantConfigRequest>;
602
602
  /**
603
603
  * @generated from message tailor.v1.DeleteTenantConfigResponse
604
604
  */
605
- declare type DeleteTenantConfigResponse = Message<"tailor.v1.DeleteTenantConfigResponse"> & {};
605
+ export declare type DeleteTenantConfigResponse = Message<"tailor.v1.DeleteTenantConfigResponse"> & {};
606
606
  /**
607
607
  * Describes the message tailor.v1.DeleteTenantConfigResponse.
608
608
  * Use `create(DeleteTenantConfigResponseSchema)` to create a new message.
609
609
  */
610
- declare const DeleteTenantConfigResponseSchema: GenMessage<DeleteTenantConfigResponse>;
610
+ export declare const DeleteTenantConfigResponseSchema: GenMessage<DeleteTenantConfigResponse>;
611
611
  /**
612
612
  * @generated from message tailor.v1.GetTenantConfigRequest
613
613
  */
614
- declare type GetTenantConfigRequest = Message<"tailor.v1.GetTenantConfigRequest"> & {
614
+ export declare type GetTenantConfigRequest = Message<"tailor.v1.GetTenantConfigRequest"> & {
615
615
  /**
616
616
  * @generated from field: string workspace_id = 1;
617
617
  */
@@ -625,11 +625,11 @@ declare type GetTenantConfigRequest = Message<"tailor.v1.GetTenantConfigRequest"
625
625
  * Describes the message tailor.v1.GetTenantConfigRequest.
626
626
  * Use `create(GetTenantConfigRequestSchema)` to create a new message.
627
627
  */
628
- declare const GetTenantConfigRequestSchema: GenMessage<GetTenantConfigRequest>;
628
+ export declare const GetTenantConfigRequestSchema: GenMessage<GetTenantConfigRequest>;
629
629
  /**
630
630
  * @generated from message tailor.v1.GetTenantConfigResponse
631
631
  */
632
- declare type GetTenantConfigResponse = Message<"tailor.v1.GetTenantConfigResponse"> & {
632
+ export declare type GetTenantConfigResponse = Message<"tailor.v1.GetTenantConfigResponse"> & {
633
633
  /**
634
634
  * @generated from field: tailor.v1.TenantProviderConfig tenant_provider_config = 1;
635
635
  */
@@ -639,11 +639,11 @@ declare type GetTenantConfigResponse = Message<"tailor.v1.GetTenantConfigRespons
639
639
  * Describes the message tailor.v1.GetTenantConfigResponse.
640
640
  * Use `create(GetTenantConfigResponseSchema)` to create a new message.
641
641
  */
642
- declare const GetTenantConfigResponseSchema: GenMessage<GetTenantConfigResponse>;
642
+ export declare const GetTenantConfigResponseSchema: GenMessage<GetTenantConfigResponse>;
643
643
  /**
644
644
  * @generated from message tailor.v1.CreatePersonalAccessTokenRequest
645
645
  */
646
- declare type CreatePersonalAccessTokenRequest = Message<"tailor.v1.CreatePersonalAccessTokenRequest"> & {
646
+ export declare type CreatePersonalAccessTokenRequest = Message<"tailor.v1.CreatePersonalAccessTokenRequest"> & {
647
647
  /**
648
648
  * @generated from field: string name = 1;
649
649
  */
@@ -657,11 +657,11 @@ declare type CreatePersonalAccessTokenRequest = Message<"tailor.v1.CreatePersona
657
657
  * Describes the message tailor.v1.CreatePersonalAccessTokenRequest.
658
658
  * Use `create(CreatePersonalAccessTokenRequestSchema)` to create a new message.
659
659
  */
660
- declare const CreatePersonalAccessTokenRequestSchema: GenMessage<CreatePersonalAccessTokenRequest>;
660
+ export declare const CreatePersonalAccessTokenRequestSchema: GenMessage<CreatePersonalAccessTokenRequest>;
661
661
  /**
662
662
  * @generated from message tailor.v1.CreatePersonalAccessTokenResponse
663
663
  */
664
- declare type CreatePersonalAccessTokenResponse = Message<"tailor.v1.CreatePersonalAccessTokenResponse"> & {
664
+ export declare type CreatePersonalAccessTokenResponse = Message<"tailor.v1.CreatePersonalAccessTokenResponse"> & {
665
665
  /**
666
666
  * @generated from field: string access_token = 1;
667
667
  */
@@ -671,11 +671,11 @@ declare type CreatePersonalAccessTokenResponse = Message<"tailor.v1.CreatePerson
671
671
  * Describes the message tailor.v1.CreatePersonalAccessTokenResponse.
672
672
  * Use `create(CreatePersonalAccessTokenResponseSchema)` to create a new message.
673
673
  */
674
- declare const CreatePersonalAccessTokenResponseSchema: GenMessage<CreatePersonalAccessTokenResponse>;
674
+ export declare const CreatePersonalAccessTokenResponseSchema: GenMessage<CreatePersonalAccessTokenResponse>;
675
675
  /**
676
676
  * @generated from message tailor.v1.DeletePersonalAccessTokenRequest
677
677
  */
678
- declare type DeletePersonalAccessTokenRequest = Message<"tailor.v1.DeletePersonalAccessTokenRequest"> & {
678
+ export declare type DeletePersonalAccessTokenRequest = Message<"tailor.v1.DeletePersonalAccessTokenRequest"> & {
679
679
  /**
680
680
  * @generated from field: string name = 1;
681
681
  */
@@ -685,20 +685,20 @@ declare type DeletePersonalAccessTokenRequest = Message<"tailor.v1.DeletePersona
685
685
  * Describes the message tailor.v1.DeletePersonalAccessTokenRequest.
686
686
  * Use `create(DeletePersonalAccessTokenRequestSchema)` to create a new message.
687
687
  */
688
- declare const DeletePersonalAccessTokenRequestSchema: GenMessage<DeletePersonalAccessTokenRequest>;
688
+ export declare const DeletePersonalAccessTokenRequestSchema: GenMessage<DeletePersonalAccessTokenRequest>;
689
689
  /**
690
690
  * @generated from message tailor.v1.DeletePersonalAccessTokenResponse
691
691
  */
692
- declare type DeletePersonalAccessTokenResponse = Message<"tailor.v1.DeletePersonalAccessTokenResponse"> & {};
692
+ export declare type DeletePersonalAccessTokenResponse = Message<"tailor.v1.DeletePersonalAccessTokenResponse"> & {};
693
693
  /**
694
694
  * Describes the message tailor.v1.DeletePersonalAccessTokenResponse.
695
695
  * Use `create(DeletePersonalAccessTokenResponseSchema)` to create a new message.
696
696
  */
697
- declare const DeletePersonalAccessTokenResponseSchema: GenMessage<DeletePersonalAccessTokenResponse>;
697
+ export declare const DeletePersonalAccessTokenResponseSchema: GenMessage<DeletePersonalAccessTokenResponse>;
698
698
  /**
699
699
  * @generated from message tailor.v1.ListPersonalAccessTokensRequest
700
700
  */
701
- declare type ListPersonalAccessTokensRequest = Message<"tailor.v1.ListPersonalAccessTokensRequest"> & {
701
+ export declare type ListPersonalAccessTokensRequest = Message<"tailor.v1.ListPersonalAccessTokensRequest"> & {
702
702
  /**
703
703
  * @generated from field: string page_token = 1;
704
704
  */
@@ -716,11 +716,11 @@ declare type ListPersonalAccessTokensRequest = Message<"tailor.v1.ListPersonalAc
716
716
  * Describes the message tailor.v1.ListPersonalAccessTokensRequest.
717
717
  * Use `create(ListPersonalAccessTokensRequestSchema)` to create a new message.
718
718
  */
719
- declare const ListPersonalAccessTokensRequestSchema: GenMessage<ListPersonalAccessTokensRequest>;
719
+ export declare const ListPersonalAccessTokensRequestSchema: GenMessage<ListPersonalAccessTokensRequest>;
720
720
  /**
721
721
  * @generated from message tailor.v1.ListPersonalAccessTokensResponse
722
722
  */
723
- declare type ListPersonalAccessTokensResponse = Message<"tailor.v1.ListPersonalAccessTokensResponse"> & {
723
+ export declare type ListPersonalAccessTokensResponse = Message<"tailor.v1.ListPersonalAccessTokensResponse"> & {
724
724
  /**
725
725
  * @generated from field: repeated tailor.v1.PersonalAccessToken personal_access_tokens = 1;
726
726
  */
@@ -738,11 +738,11 @@ declare type ListPersonalAccessTokensResponse = Message<"tailor.v1.ListPersonalA
738
738
  * Describes the message tailor.v1.ListPersonalAccessTokensResponse.
739
739
  * Use `create(ListPersonalAccessTokensResponseSchema)` to create a new message.
740
740
  */
741
- declare const ListPersonalAccessTokensResponseSchema: GenMessage<ListPersonalAccessTokensResponse>;
741
+ export declare const ListPersonalAccessTokensResponseSchema: GenMessage<ListPersonalAccessTokensResponse>;
742
742
  /**
743
743
  * @generated from message tailor.v1.CreateAuthMachineUserRequest
744
744
  */
745
- declare type CreateAuthMachineUserRequest = Message<"tailor.v1.CreateAuthMachineUserRequest"> & {
745
+ export declare type CreateAuthMachineUserRequest = Message<"tailor.v1.CreateAuthMachineUserRequest"> & {
746
746
  /**
747
747
  * @generated from field: string workspace_id = 1;
748
748
  */
@@ -770,11 +770,11 @@ declare type CreateAuthMachineUserRequest = Message<"tailor.v1.CreateAuthMachine
770
770
  * Describes the message tailor.v1.CreateAuthMachineUserRequest.
771
771
  * Use `create(CreateAuthMachineUserRequestSchema)` to create a new message.
772
772
  */
773
- declare const CreateAuthMachineUserRequestSchema: GenMessage<CreateAuthMachineUserRequest>;
773
+ export declare const CreateAuthMachineUserRequestSchema: GenMessage<CreateAuthMachineUserRequest>;
774
774
  /**
775
775
  * @generated from message tailor.v1.CreateAuthMachineUserResponse
776
776
  */
777
- declare type CreateAuthMachineUserResponse = Message<"tailor.v1.CreateAuthMachineUserResponse"> & {
777
+ export declare type CreateAuthMachineUserResponse = Message<"tailor.v1.CreateAuthMachineUserResponse"> & {
778
778
  /**
779
779
  * @generated from field: tailor.v1.MachineUser machine_user = 1;
780
780
  */
@@ -784,11 +784,11 @@ declare type CreateAuthMachineUserResponse = Message<"tailor.v1.CreateAuthMachin
784
784
  * Describes the message tailor.v1.CreateAuthMachineUserResponse.
785
785
  * Use `create(CreateAuthMachineUserResponseSchema)` to create a new message.
786
786
  */
787
- declare const CreateAuthMachineUserResponseSchema: GenMessage<CreateAuthMachineUserResponse>;
787
+ export declare const CreateAuthMachineUserResponseSchema: GenMessage<CreateAuthMachineUserResponse>;
788
788
  /**
789
789
  * @generated from message tailor.v1.UpdateAuthMachineUserRequest
790
790
  */
791
- declare type UpdateAuthMachineUserRequest = Message<"tailor.v1.UpdateAuthMachineUserRequest"> & {
791
+ export declare type UpdateAuthMachineUserRequest = Message<"tailor.v1.UpdateAuthMachineUserRequest"> & {
792
792
  /**
793
793
  * @generated from field: string workspace_id = 1;
794
794
  */
@@ -816,11 +816,11 @@ declare type UpdateAuthMachineUserRequest = Message<"tailor.v1.UpdateAuthMachine
816
816
  * Describes the message tailor.v1.UpdateAuthMachineUserRequest.
817
817
  * Use `create(UpdateAuthMachineUserRequestSchema)` to create a new message.
818
818
  */
819
- declare const UpdateAuthMachineUserRequestSchema: GenMessage<UpdateAuthMachineUserRequest>;
819
+ export declare const UpdateAuthMachineUserRequestSchema: GenMessage<UpdateAuthMachineUserRequest>;
820
820
  /**
821
821
  * @generated from message tailor.v1.UpdateAuthMachineUserResponse
822
822
  */
823
- declare type UpdateAuthMachineUserResponse = Message<"tailor.v1.UpdateAuthMachineUserResponse"> & {
823
+ export declare type UpdateAuthMachineUserResponse = Message<"tailor.v1.UpdateAuthMachineUserResponse"> & {
824
824
  /**
825
825
  * @generated from field: tailor.v1.MachineUser machine_user = 1;
826
826
  */
@@ -830,11 +830,11 @@ declare type UpdateAuthMachineUserResponse = Message<"tailor.v1.UpdateAuthMachin
830
830
  * Describes the message tailor.v1.UpdateAuthMachineUserResponse.
831
831
  * Use `create(UpdateAuthMachineUserResponseSchema)` to create a new message.
832
832
  */
833
- declare const UpdateAuthMachineUserResponseSchema: GenMessage<UpdateAuthMachineUserResponse>;
833
+ export declare const UpdateAuthMachineUserResponseSchema: GenMessage<UpdateAuthMachineUserResponse>;
834
834
  /**
835
835
  * @generated from message tailor.v1.DeleteAuthMachineUserRequest
836
836
  */
837
- declare type DeleteAuthMachineUserRequest = Message<"tailor.v1.DeleteAuthMachineUserRequest"> & {
837
+ export declare type DeleteAuthMachineUserRequest = Message<"tailor.v1.DeleteAuthMachineUserRequest"> & {
838
838
  /**
839
839
  * @generated from field: string workspace_id = 1;
840
840
  */
@@ -852,20 +852,20 @@ declare type DeleteAuthMachineUserRequest = Message<"tailor.v1.DeleteAuthMachine
852
852
  * Describes the message tailor.v1.DeleteAuthMachineUserRequest.
853
853
  * Use `create(DeleteAuthMachineUserRequestSchema)` to create a new message.
854
854
  */
855
- declare const DeleteAuthMachineUserRequestSchema: GenMessage<DeleteAuthMachineUserRequest>;
855
+ export declare const DeleteAuthMachineUserRequestSchema: GenMessage<DeleteAuthMachineUserRequest>;
856
856
  /**
857
857
  * @generated from message tailor.v1.DeleteAuthMachineUserResponse
858
858
  */
859
- declare type DeleteAuthMachineUserResponse = Message<"tailor.v1.DeleteAuthMachineUserResponse"> & {};
859
+ export declare type DeleteAuthMachineUserResponse = Message<"tailor.v1.DeleteAuthMachineUserResponse"> & {};
860
860
  /**
861
861
  * Describes the message tailor.v1.DeleteAuthMachineUserResponse.
862
862
  * Use `create(DeleteAuthMachineUserResponseSchema)` to create a new message.
863
863
  */
864
- declare const DeleteAuthMachineUserResponseSchema: GenMessage<DeleteAuthMachineUserResponse>;
864
+ export declare const DeleteAuthMachineUserResponseSchema: GenMessage<DeleteAuthMachineUserResponse>;
865
865
  /**
866
866
  * @generated from message tailor.v1.GetAuthMachineUserRequest
867
867
  */
868
- declare type GetAuthMachineUserRequest = Message<"tailor.v1.GetAuthMachineUserRequest"> & {
868
+ export declare type GetAuthMachineUserRequest = Message<"tailor.v1.GetAuthMachineUserRequest"> & {
869
869
  /**
870
870
  * @generated from field: string workspace_id = 1;
871
871
  */
@@ -883,11 +883,11 @@ declare type GetAuthMachineUserRequest = Message<"tailor.v1.GetAuthMachineUserRe
883
883
  * Describes the message tailor.v1.GetAuthMachineUserRequest.
884
884
  * Use `create(GetAuthMachineUserRequestSchema)` to create a new message.
885
885
  */
886
- declare const GetAuthMachineUserRequestSchema: GenMessage<GetAuthMachineUserRequest>;
886
+ export declare const GetAuthMachineUserRequestSchema: GenMessage<GetAuthMachineUserRequest>;
887
887
  /**
888
888
  * @generated from message tailor.v1.GetAuthMachineUserResponse
889
889
  */
890
- declare type GetAuthMachineUserResponse = Message<"tailor.v1.GetAuthMachineUserResponse"> & {
890
+ export declare type GetAuthMachineUserResponse = Message<"tailor.v1.GetAuthMachineUserResponse"> & {
891
891
  /**
892
892
  * @generated from field: tailor.v1.MachineUser machine_user = 1;
893
893
  */
@@ -897,11 +897,11 @@ declare type GetAuthMachineUserResponse = Message<"tailor.v1.GetAuthMachineUserR
897
897
  * Describes the message tailor.v1.GetAuthMachineUserResponse.
898
898
  * Use `create(GetAuthMachineUserResponseSchema)` to create a new message.
899
899
  */
900
- declare const GetAuthMachineUserResponseSchema: GenMessage<GetAuthMachineUserResponse>;
900
+ export declare const GetAuthMachineUserResponseSchema: GenMessage<GetAuthMachineUserResponse>;
901
901
  /**
902
902
  * @generated from message tailor.v1.ListAuthMachineUsersRequest
903
903
  */
904
- declare type ListAuthMachineUsersRequest = Message<"tailor.v1.ListAuthMachineUsersRequest"> & {
904
+ export declare type ListAuthMachineUsersRequest = Message<"tailor.v1.ListAuthMachineUsersRequest"> & {
905
905
  /**
906
906
  * @generated from field: string workspace_id = 1;
907
907
  */
@@ -927,11 +927,11 @@ declare type ListAuthMachineUsersRequest = Message<"tailor.v1.ListAuthMachineUse
927
927
  * Describes the message tailor.v1.ListAuthMachineUsersRequest.
928
928
  * Use `create(ListAuthMachineUsersRequestSchema)` to create a new message.
929
929
  */
930
- declare const ListAuthMachineUsersRequestSchema: GenMessage<ListAuthMachineUsersRequest>;
930
+ export declare const ListAuthMachineUsersRequestSchema: GenMessage<ListAuthMachineUsersRequest>;
931
931
  /**
932
932
  * @generated from message tailor.v1.ListAuthMachineUsersResponse
933
933
  */
934
- declare type ListAuthMachineUsersResponse = Message<"tailor.v1.ListAuthMachineUsersResponse"> & {
934
+ export declare type ListAuthMachineUsersResponse = Message<"tailor.v1.ListAuthMachineUsersResponse"> & {
935
935
  /**
936
936
  * @generated from field: repeated tailor.v1.MachineUser machine_users = 1;
937
937
  */
@@ -949,11 +949,11 @@ declare type ListAuthMachineUsersResponse = Message<"tailor.v1.ListAuthMachineUs
949
949
  * Describes the message tailor.v1.ListAuthMachineUsersResponse.
950
950
  * Use `create(ListAuthMachineUsersResponseSchema)` to create a new message.
951
951
  */
952
- declare const ListAuthMachineUsersResponseSchema: GenMessage<ListAuthMachineUsersResponse>;
952
+ export declare const ListAuthMachineUsersResponseSchema: GenMessage<ListAuthMachineUsersResponse>;
953
953
  /**
954
954
  * @generated from message tailor.v1.CreateAuthSCIMConfigRequest
955
955
  */
956
- declare type CreateAuthSCIMConfigRequest = Message<"tailor.v1.CreateAuthSCIMConfigRequest"> & {
956
+ export declare type CreateAuthSCIMConfigRequest = Message<"tailor.v1.CreateAuthSCIMConfigRequest"> & {
957
957
  /**
958
958
  * @generated from field: string workspace_id = 1;
959
959
  */
@@ -971,11 +971,11 @@ declare type CreateAuthSCIMConfigRequest = Message<"tailor.v1.CreateAuthSCIMConf
971
971
  * Describes the message tailor.v1.CreateAuthSCIMConfigRequest.
972
972
  * Use `create(CreateAuthSCIMConfigRequestSchema)` to create a new message.
973
973
  */
974
- declare const CreateAuthSCIMConfigRequestSchema: GenMessage<CreateAuthSCIMConfigRequest>;
974
+ export declare const CreateAuthSCIMConfigRequestSchema: GenMessage<CreateAuthSCIMConfigRequest>;
975
975
  /**
976
976
  * @generated from message tailor.v1.CreateAuthSCIMConfigResponse
977
977
  */
978
- declare type CreateAuthSCIMConfigResponse = Message<"tailor.v1.CreateAuthSCIMConfigResponse"> & {
978
+ export declare type CreateAuthSCIMConfigResponse = Message<"tailor.v1.CreateAuthSCIMConfigResponse"> & {
979
979
  /**
980
980
  * @generated from field: tailor.v1.AuthSCIMConfig scim_config = 1;
981
981
  */
@@ -985,11 +985,11 @@ declare type CreateAuthSCIMConfigResponse = Message<"tailor.v1.CreateAuthSCIMCon
985
985
  * Describes the message tailor.v1.CreateAuthSCIMConfigResponse.
986
986
  * Use `create(CreateAuthSCIMConfigResponseSchema)` to create a new message.
987
987
  */
988
- declare const CreateAuthSCIMConfigResponseSchema: GenMessage<CreateAuthSCIMConfigResponse>;
988
+ export declare const CreateAuthSCIMConfigResponseSchema: GenMessage<CreateAuthSCIMConfigResponse>;
989
989
  /**
990
990
  * @generated from message tailor.v1.UpdateAuthSCIMConfigRequest
991
991
  */
992
- declare type UpdateAuthSCIMConfigRequest = Message<"tailor.v1.UpdateAuthSCIMConfigRequest"> & {
992
+ export declare type UpdateAuthSCIMConfigRequest = Message<"tailor.v1.UpdateAuthSCIMConfigRequest"> & {
993
993
  /**
994
994
  * @generated from field: string workspace_id = 1;
995
995
  */
@@ -1007,11 +1007,11 @@ declare type UpdateAuthSCIMConfigRequest = Message<"tailor.v1.UpdateAuthSCIMConf
1007
1007
  * Describes the message tailor.v1.UpdateAuthSCIMConfigRequest.
1008
1008
  * Use `create(UpdateAuthSCIMConfigRequestSchema)` to create a new message.
1009
1009
  */
1010
- declare const UpdateAuthSCIMConfigRequestSchema: GenMessage<UpdateAuthSCIMConfigRequest>;
1010
+ export declare const UpdateAuthSCIMConfigRequestSchema: GenMessage<UpdateAuthSCIMConfigRequest>;
1011
1011
  /**
1012
1012
  * @generated from message tailor.v1.UpdateAuthSCIMConfigResponse
1013
1013
  */
1014
- declare type UpdateAuthSCIMConfigResponse = Message<"tailor.v1.UpdateAuthSCIMConfigResponse"> & {
1014
+ export declare type UpdateAuthSCIMConfigResponse = Message<"tailor.v1.UpdateAuthSCIMConfigResponse"> & {
1015
1015
  /**
1016
1016
  * @generated from field: tailor.v1.AuthSCIMConfig scim_config = 1;
1017
1017
  */
@@ -1021,11 +1021,11 @@ declare type UpdateAuthSCIMConfigResponse = Message<"tailor.v1.UpdateAuthSCIMCon
1021
1021
  * Describes the message tailor.v1.UpdateAuthSCIMConfigResponse.
1022
1022
  * Use `create(UpdateAuthSCIMConfigResponseSchema)` to create a new message.
1023
1023
  */
1024
- declare const UpdateAuthSCIMConfigResponseSchema: GenMessage<UpdateAuthSCIMConfigResponse>;
1024
+ export declare const UpdateAuthSCIMConfigResponseSchema: GenMessage<UpdateAuthSCIMConfigResponse>;
1025
1025
  /**
1026
1026
  * @generated from message tailor.v1.GetAuthSCIMConfigRequest
1027
1027
  */
1028
- declare type GetAuthSCIMConfigRequest = Message<"tailor.v1.GetAuthSCIMConfigRequest"> & {
1028
+ export declare type GetAuthSCIMConfigRequest = Message<"tailor.v1.GetAuthSCIMConfigRequest"> & {
1029
1029
  /**
1030
1030
  * @generated from field: string workspace_id = 1;
1031
1031
  */
@@ -1039,11 +1039,11 @@ declare type GetAuthSCIMConfigRequest = Message<"tailor.v1.GetAuthSCIMConfigRequ
1039
1039
  * Describes the message tailor.v1.GetAuthSCIMConfigRequest.
1040
1040
  * Use `create(GetAuthSCIMConfigRequestSchema)` to create a new message.
1041
1041
  */
1042
- declare const GetAuthSCIMConfigRequestSchema: GenMessage<GetAuthSCIMConfigRequest>;
1042
+ export declare const GetAuthSCIMConfigRequestSchema: GenMessage<GetAuthSCIMConfigRequest>;
1043
1043
  /**
1044
1044
  * @generated from message tailor.v1.GetAuthSCIMConfigResponse
1045
1045
  */
1046
- declare type GetAuthSCIMConfigResponse = Message<"tailor.v1.GetAuthSCIMConfigResponse"> & {
1046
+ export declare type GetAuthSCIMConfigResponse = Message<"tailor.v1.GetAuthSCIMConfigResponse"> & {
1047
1047
  /**
1048
1048
  * @generated from field: tailor.v1.AuthSCIMConfig scim_config = 1;
1049
1049
  */
@@ -1053,11 +1053,11 @@ declare type GetAuthSCIMConfigResponse = Message<"tailor.v1.GetAuthSCIMConfigRes
1053
1053
  * Describes the message tailor.v1.GetAuthSCIMConfigResponse.
1054
1054
  * Use `create(GetAuthSCIMConfigResponseSchema)` to create a new message.
1055
1055
  */
1056
- declare const GetAuthSCIMConfigResponseSchema: GenMessage<GetAuthSCIMConfigResponse>;
1056
+ export declare const GetAuthSCIMConfigResponseSchema: GenMessage<GetAuthSCIMConfigResponse>;
1057
1057
  /**
1058
1058
  * @generated from message tailor.v1.DeleteAuthSCIMConfigRequest
1059
1059
  */
1060
- declare type DeleteAuthSCIMConfigRequest = Message<"tailor.v1.DeleteAuthSCIMConfigRequest"> & {
1060
+ export declare type DeleteAuthSCIMConfigRequest = Message<"tailor.v1.DeleteAuthSCIMConfigRequest"> & {
1061
1061
  /**
1062
1062
  * @generated from field: string workspace_id = 1;
1063
1063
  */
@@ -1071,20 +1071,20 @@ declare type DeleteAuthSCIMConfigRequest = Message<"tailor.v1.DeleteAuthSCIMConf
1071
1071
  * Describes the message tailor.v1.DeleteAuthSCIMConfigRequest.
1072
1072
  * Use `create(DeleteAuthSCIMConfigRequestSchema)` to create a new message.
1073
1073
  */
1074
- declare const DeleteAuthSCIMConfigRequestSchema: GenMessage<DeleteAuthSCIMConfigRequest>;
1074
+ export declare const DeleteAuthSCIMConfigRequestSchema: GenMessage<DeleteAuthSCIMConfigRequest>;
1075
1075
  /**
1076
1076
  * @generated from message tailor.v1.DeleteAuthSCIMConfigResponse
1077
1077
  */
1078
- declare type DeleteAuthSCIMConfigResponse = Message<"tailor.v1.DeleteAuthSCIMConfigResponse"> & {};
1078
+ export declare type DeleteAuthSCIMConfigResponse = Message<"tailor.v1.DeleteAuthSCIMConfigResponse"> & {};
1079
1079
  /**
1080
1080
  * Describes the message tailor.v1.DeleteAuthSCIMConfigResponse.
1081
1081
  * Use `create(DeleteAuthSCIMConfigResponseSchema)` to create a new message.
1082
1082
  */
1083
- declare const DeleteAuthSCIMConfigResponseSchema: GenMessage<DeleteAuthSCIMConfigResponse>;
1083
+ export declare const DeleteAuthSCIMConfigResponseSchema: GenMessage<DeleteAuthSCIMConfigResponse>;
1084
1084
  /**
1085
1085
  * @generated from message tailor.v1.CreateAuthSCIMResourceRequest
1086
1086
  */
1087
- declare type CreateAuthSCIMResourceRequest = Message<"tailor.v1.CreateAuthSCIMResourceRequest"> & {
1087
+ export declare type CreateAuthSCIMResourceRequest = Message<"tailor.v1.CreateAuthSCIMResourceRequest"> & {
1088
1088
  /**
1089
1089
  * @generated from field: string workspace_id = 1;
1090
1090
  */
@@ -1102,11 +1102,11 @@ declare type CreateAuthSCIMResourceRequest = Message<"tailor.v1.CreateAuthSCIMRe
1102
1102
  * Describes the message tailor.v1.CreateAuthSCIMResourceRequest.
1103
1103
  * Use `create(CreateAuthSCIMResourceRequestSchema)` to create a new message.
1104
1104
  */
1105
- declare const CreateAuthSCIMResourceRequestSchema: GenMessage<CreateAuthSCIMResourceRequest>;
1105
+ export declare const CreateAuthSCIMResourceRequestSchema: GenMessage<CreateAuthSCIMResourceRequest>;
1106
1106
  /**
1107
1107
  * @generated from message tailor.v1.CreateAuthSCIMResourceResponse
1108
1108
  */
1109
- declare type CreateAuthSCIMResourceResponse = Message<"tailor.v1.CreateAuthSCIMResourceResponse"> & {
1109
+ export declare type CreateAuthSCIMResourceResponse = Message<"tailor.v1.CreateAuthSCIMResourceResponse"> & {
1110
1110
  /**
1111
1111
  * @generated from field: tailor.v1.AuthSCIMResource scim_resource = 1;
1112
1112
  */
@@ -1116,11 +1116,11 @@ declare type CreateAuthSCIMResourceResponse = Message<"tailor.v1.CreateAuthSCIMR
1116
1116
  * Describes the message tailor.v1.CreateAuthSCIMResourceResponse.
1117
1117
  * Use `create(CreateAuthSCIMResourceResponseSchema)` to create a new message.
1118
1118
  */
1119
- declare const CreateAuthSCIMResourceResponseSchema: GenMessage<CreateAuthSCIMResourceResponse>;
1119
+ export declare const CreateAuthSCIMResourceResponseSchema: GenMessage<CreateAuthSCIMResourceResponse>;
1120
1120
  /**
1121
1121
  * @generated from message tailor.v1.UpdateAuthSCIMResourceRequest
1122
1122
  */
1123
- declare type UpdateAuthSCIMResourceRequest = Message<"tailor.v1.UpdateAuthSCIMResourceRequest"> & {
1123
+ export declare type UpdateAuthSCIMResourceRequest = Message<"tailor.v1.UpdateAuthSCIMResourceRequest"> & {
1124
1124
  /**
1125
1125
  * @generated from field: string workspace_id = 1;
1126
1126
  */
@@ -1138,11 +1138,11 @@ declare type UpdateAuthSCIMResourceRequest = Message<"tailor.v1.UpdateAuthSCIMRe
1138
1138
  * Describes the message tailor.v1.UpdateAuthSCIMResourceRequest.
1139
1139
  * Use `create(UpdateAuthSCIMResourceRequestSchema)` to create a new message.
1140
1140
  */
1141
- declare const UpdateAuthSCIMResourceRequestSchema: GenMessage<UpdateAuthSCIMResourceRequest>;
1141
+ export declare const UpdateAuthSCIMResourceRequestSchema: GenMessage<UpdateAuthSCIMResourceRequest>;
1142
1142
  /**
1143
1143
  * @generated from message tailor.v1.UpdateAuthSCIMResourceResponse
1144
1144
  */
1145
- declare type UpdateAuthSCIMResourceResponse = Message<"tailor.v1.UpdateAuthSCIMResourceResponse"> & {
1145
+ export declare type UpdateAuthSCIMResourceResponse = Message<"tailor.v1.UpdateAuthSCIMResourceResponse"> & {
1146
1146
  /**
1147
1147
  * @generated from field: tailor.v1.AuthSCIMResource scim_resource = 1;
1148
1148
  */
@@ -1152,11 +1152,11 @@ declare type UpdateAuthSCIMResourceResponse = Message<"tailor.v1.UpdateAuthSCIMR
1152
1152
  * Describes the message tailor.v1.UpdateAuthSCIMResourceResponse.
1153
1153
  * Use `create(UpdateAuthSCIMResourceResponseSchema)` to create a new message.
1154
1154
  */
1155
- declare const UpdateAuthSCIMResourceResponseSchema: GenMessage<UpdateAuthSCIMResourceResponse>;
1155
+ export declare const UpdateAuthSCIMResourceResponseSchema: GenMessage<UpdateAuthSCIMResourceResponse>;
1156
1156
  /**
1157
1157
  * @generated from message tailor.v1.DeleteAuthSCIMResourceRequest
1158
1158
  */
1159
- declare type DeleteAuthSCIMResourceRequest = Message<"tailor.v1.DeleteAuthSCIMResourceRequest"> & {
1159
+ export declare type DeleteAuthSCIMResourceRequest = Message<"tailor.v1.DeleteAuthSCIMResourceRequest"> & {
1160
1160
  /**
1161
1161
  * @generated from field: string workspace_id = 1;
1162
1162
  */
@@ -1174,20 +1174,20 @@ declare type DeleteAuthSCIMResourceRequest = Message<"tailor.v1.DeleteAuthSCIMRe
1174
1174
  * Describes the message tailor.v1.DeleteAuthSCIMResourceRequest.
1175
1175
  * Use `create(DeleteAuthSCIMResourceRequestSchema)` to create a new message.
1176
1176
  */
1177
- declare const DeleteAuthSCIMResourceRequestSchema: GenMessage<DeleteAuthSCIMResourceRequest>;
1177
+ export declare const DeleteAuthSCIMResourceRequestSchema: GenMessage<DeleteAuthSCIMResourceRequest>;
1178
1178
  /**
1179
1179
  * @generated from message tailor.v1.DeleteAuthSCIMResourceResponse
1180
1180
  */
1181
- declare type DeleteAuthSCIMResourceResponse = Message<"tailor.v1.DeleteAuthSCIMResourceResponse"> & {};
1181
+ export declare type DeleteAuthSCIMResourceResponse = Message<"tailor.v1.DeleteAuthSCIMResourceResponse"> & {};
1182
1182
  /**
1183
1183
  * Describes the message tailor.v1.DeleteAuthSCIMResourceResponse.
1184
1184
  * Use `create(DeleteAuthSCIMResourceResponseSchema)` to create a new message.
1185
1185
  */
1186
- declare const DeleteAuthSCIMResourceResponseSchema: GenMessage<DeleteAuthSCIMResourceResponse>;
1186
+ export declare const DeleteAuthSCIMResourceResponseSchema: GenMessage<DeleteAuthSCIMResourceResponse>;
1187
1187
  /**
1188
1188
  * @generated from message tailor.v1.GetAuthSCIMResourceRequest
1189
1189
  */
1190
- declare type GetAuthSCIMResourceRequest = Message<"tailor.v1.GetAuthSCIMResourceRequest"> & {
1190
+ export declare type GetAuthSCIMResourceRequest = Message<"tailor.v1.GetAuthSCIMResourceRequest"> & {
1191
1191
  /**
1192
1192
  * @generated from field: string workspace_id = 1;
1193
1193
  */
@@ -1205,11 +1205,11 @@ declare type GetAuthSCIMResourceRequest = Message<"tailor.v1.GetAuthSCIMResource
1205
1205
  * Describes the message tailor.v1.GetAuthSCIMResourceRequest.
1206
1206
  * Use `create(GetAuthSCIMResourceRequestSchema)` to create a new message.
1207
1207
  */
1208
- declare const GetAuthSCIMResourceRequestSchema: GenMessage<GetAuthSCIMResourceRequest>;
1208
+ export declare const GetAuthSCIMResourceRequestSchema: GenMessage<GetAuthSCIMResourceRequest>;
1209
1209
  /**
1210
1210
  * @generated from message tailor.v1.GetAuthSCIMResourceResponse
1211
1211
  */
1212
- declare type GetAuthSCIMResourceResponse = Message<"tailor.v1.GetAuthSCIMResourceResponse"> & {
1212
+ export declare type GetAuthSCIMResourceResponse = Message<"tailor.v1.GetAuthSCIMResourceResponse"> & {
1213
1213
  /**
1214
1214
  * @generated from field: tailor.v1.AuthSCIMResource scim_resource = 1;
1215
1215
  */
@@ -1219,11 +1219,11 @@ declare type GetAuthSCIMResourceResponse = Message<"tailor.v1.GetAuthSCIMResourc
1219
1219
  * Describes the message tailor.v1.GetAuthSCIMResourceResponse.
1220
1220
  * Use `create(GetAuthSCIMResourceResponseSchema)` to create a new message.
1221
1221
  */
1222
- declare const GetAuthSCIMResourceResponseSchema: GenMessage<GetAuthSCIMResourceResponse>;
1222
+ export declare const GetAuthSCIMResourceResponseSchema: GenMessage<GetAuthSCIMResourceResponse>;
1223
1223
  /**
1224
1224
  * @generated from message tailor.v1.GetAuthSCIMResourcesRequest
1225
1225
  */
1226
- declare type GetAuthSCIMResourcesRequest = Message<"tailor.v1.GetAuthSCIMResourcesRequest"> & {
1226
+ export declare type GetAuthSCIMResourcesRequest = Message<"tailor.v1.GetAuthSCIMResourcesRequest"> & {
1227
1227
  /**
1228
1228
  * @generated from field: string workspace_id = 1;
1229
1229
  */
@@ -1237,11 +1237,11 @@ declare type GetAuthSCIMResourcesRequest = Message<"tailor.v1.GetAuthSCIMResourc
1237
1237
  * Describes the message tailor.v1.GetAuthSCIMResourcesRequest.
1238
1238
  * Use `create(GetAuthSCIMResourcesRequestSchema)` to create a new message.
1239
1239
  */
1240
- declare const GetAuthSCIMResourcesRequestSchema: GenMessage<GetAuthSCIMResourcesRequest>;
1240
+ export declare const GetAuthSCIMResourcesRequestSchema: GenMessage<GetAuthSCIMResourcesRequest>;
1241
1241
  /**
1242
1242
  * @generated from message tailor.v1.GetAuthSCIMResourcesResponse
1243
1243
  */
1244
- declare type GetAuthSCIMResourcesResponse = Message<"tailor.v1.GetAuthSCIMResourcesResponse"> & {
1244
+ export declare type GetAuthSCIMResourcesResponse = Message<"tailor.v1.GetAuthSCIMResourcesResponse"> & {
1245
1245
  /**
1246
1246
  * @generated from field: repeated tailor.v1.AuthSCIMResource scim_resources = 1;
1247
1247
  */
@@ -1251,13 +1251,13 @@ declare type GetAuthSCIMResourcesResponse = Message<"tailor.v1.GetAuthSCIMResour
1251
1251
  * Describes the message tailor.v1.GetAuthSCIMResourcesResponse.
1252
1252
  * Use `create(GetAuthSCIMResourcesResponseSchema)` to create a new message.
1253
1253
  */
1254
- declare const GetAuthSCIMResourcesResponseSchema: GenMessage<GetAuthSCIMResourcesResponse>;
1254
+ export declare const GetAuthSCIMResourcesResponseSchema: GenMessage<GetAuthSCIMResourcesResponse>;
1255
1255
  /**
1256
1256
  * Auth Hook --------------------------------------------------------
1257
1257
  *
1258
1258
  * @generated from message tailor.v1.CreateAuthHookRequest
1259
1259
  */
1260
- declare type CreateAuthHookRequest = Message<"tailor.v1.CreateAuthHookRequest"> & {
1260
+ export declare type CreateAuthHookRequest = Message<"tailor.v1.CreateAuthHookRequest"> & {
1261
1261
  /**
1262
1262
  * @generated from field: string workspace_id = 1;
1263
1263
  */
@@ -1275,11 +1275,11 @@ declare type CreateAuthHookRequest = Message<"tailor.v1.CreateAuthHookRequest">
1275
1275
  * Describes the message tailor.v1.CreateAuthHookRequest.
1276
1276
  * Use `create(CreateAuthHookRequestSchema)` to create a new message.
1277
1277
  */
1278
- declare const CreateAuthHookRequestSchema: GenMessage<CreateAuthHookRequest>;
1278
+ export declare const CreateAuthHookRequestSchema: GenMessage<CreateAuthHookRequest>;
1279
1279
  /**
1280
1280
  * @generated from message tailor.v1.CreateAuthHookResponse
1281
1281
  */
1282
- declare type CreateAuthHookResponse = Message<"tailor.v1.CreateAuthHookResponse"> & {
1282
+ export declare type CreateAuthHookResponse = Message<"tailor.v1.CreateAuthHookResponse"> & {
1283
1283
  /**
1284
1284
  * @generated from field: tailor.v1.AuthHook hook = 1;
1285
1285
  */
@@ -1289,11 +1289,11 @@ declare type CreateAuthHookResponse = Message<"tailor.v1.CreateAuthHookResponse"
1289
1289
  * Describes the message tailor.v1.CreateAuthHookResponse.
1290
1290
  * Use `create(CreateAuthHookResponseSchema)` to create a new message.
1291
1291
  */
1292
- declare const CreateAuthHookResponseSchema: GenMessage<CreateAuthHookResponse>;
1292
+ export declare const CreateAuthHookResponseSchema: GenMessage<CreateAuthHookResponse>;
1293
1293
  /**
1294
1294
  * @generated from message tailor.v1.UpdateAuthHookRequest
1295
1295
  */
1296
- declare type UpdateAuthHookRequest = Message<"tailor.v1.UpdateAuthHookRequest"> & {
1296
+ export declare type UpdateAuthHookRequest = Message<"tailor.v1.UpdateAuthHookRequest"> & {
1297
1297
  /**
1298
1298
  * @generated from field: string workspace_id = 1;
1299
1299
  */
@@ -1311,11 +1311,11 @@ declare type UpdateAuthHookRequest = Message<"tailor.v1.UpdateAuthHookRequest">
1311
1311
  * Describes the message tailor.v1.UpdateAuthHookRequest.
1312
1312
  * Use `create(UpdateAuthHookRequestSchema)` to create a new message.
1313
1313
  */
1314
- declare const UpdateAuthHookRequestSchema: GenMessage<UpdateAuthHookRequest>;
1314
+ export declare const UpdateAuthHookRequestSchema: GenMessage<UpdateAuthHookRequest>;
1315
1315
  /**
1316
1316
  * @generated from message tailor.v1.UpdateAuthHookResponse
1317
1317
  */
1318
- declare type UpdateAuthHookResponse = Message<"tailor.v1.UpdateAuthHookResponse"> & {
1318
+ export declare type UpdateAuthHookResponse = Message<"tailor.v1.UpdateAuthHookResponse"> & {
1319
1319
  /**
1320
1320
  * @generated from field: tailor.v1.AuthHook hook = 1;
1321
1321
  */
@@ -1325,11 +1325,11 @@ declare type UpdateAuthHookResponse = Message<"tailor.v1.UpdateAuthHookResponse"
1325
1325
  * Describes the message tailor.v1.UpdateAuthHookResponse.
1326
1326
  * Use `create(UpdateAuthHookResponseSchema)` to create a new message.
1327
1327
  */
1328
- declare const UpdateAuthHookResponseSchema: GenMessage<UpdateAuthHookResponse>;
1328
+ export declare const UpdateAuthHookResponseSchema: GenMessage<UpdateAuthHookResponse>;
1329
1329
  /**
1330
1330
  * @generated from message tailor.v1.DeleteAuthHookRequest
1331
1331
  */
1332
- declare type DeleteAuthHookRequest = Message<"tailor.v1.DeleteAuthHookRequest"> & {
1332
+ export declare type DeleteAuthHookRequest = Message<"tailor.v1.DeleteAuthHookRequest"> & {
1333
1333
  /**
1334
1334
  * @generated from field: string workspace_id = 1;
1335
1335
  */
@@ -1347,20 +1347,20 @@ declare type DeleteAuthHookRequest = Message<"tailor.v1.DeleteAuthHookRequest">
1347
1347
  * Describes the message tailor.v1.DeleteAuthHookRequest.
1348
1348
  * Use `create(DeleteAuthHookRequestSchema)` to create a new message.
1349
1349
  */
1350
- declare const DeleteAuthHookRequestSchema: GenMessage<DeleteAuthHookRequest>;
1350
+ export declare const DeleteAuthHookRequestSchema: GenMessage<DeleteAuthHookRequest>;
1351
1351
  /**
1352
1352
  * @generated from message tailor.v1.DeleteAuthHookResponse
1353
1353
  */
1354
- declare type DeleteAuthHookResponse = Message<"tailor.v1.DeleteAuthHookResponse"> & {};
1354
+ export declare type DeleteAuthHookResponse = Message<"tailor.v1.DeleteAuthHookResponse"> & {};
1355
1355
  /**
1356
1356
  * Describes the message tailor.v1.DeleteAuthHookResponse.
1357
1357
  * Use `create(DeleteAuthHookResponseSchema)` to create a new message.
1358
1358
  */
1359
- declare const DeleteAuthHookResponseSchema: GenMessage<DeleteAuthHookResponse>;
1359
+ export declare const DeleteAuthHookResponseSchema: GenMessage<DeleteAuthHookResponse>;
1360
1360
  /**
1361
1361
  * @generated from message tailor.v1.GetAuthHookRequest
1362
1362
  */
1363
- declare type GetAuthHookRequest = Message<"tailor.v1.GetAuthHookRequest"> & {
1363
+ export declare type GetAuthHookRequest = Message<"tailor.v1.GetAuthHookRequest"> & {
1364
1364
  /**
1365
1365
  * @generated from field: string workspace_id = 1;
1366
1366
  */
@@ -1378,11 +1378,11 @@ declare type GetAuthHookRequest = Message<"tailor.v1.GetAuthHookRequest"> & {
1378
1378
  * Describes the message tailor.v1.GetAuthHookRequest.
1379
1379
  * Use `create(GetAuthHookRequestSchema)` to create a new message.
1380
1380
  */
1381
- declare const GetAuthHookRequestSchema: GenMessage<GetAuthHookRequest>;
1381
+ export declare const GetAuthHookRequestSchema: GenMessage<GetAuthHookRequest>;
1382
1382
  /**
1383
1383
  * @generated from message tailor.v1.GetAuthHookResponse
1384
1384
  */
1385
- declare type GetAuthHookResponse = Message<"tailor.v1.GetAuthHookResponse"> & {
1385
+ export declare type GetAuthHookResponse = Message<"tailor.v1.GetAuthHookResponse"> & {
1386
1386
  /**
1387
1387
  * @generated from field: tailor.v1.AuthHook hook = 1;
1388
1388
  */
@@ -1392,11 +1392,11 @@ declare type GetAuthHookResponse = Message<"tailor.v1.GetAuthHookResponse"> & {
1392
1392
  * Describes the message tailor.v1.GetAuthHookResponse.
1393
1393
  * Use `create(GetAuthHookResponseSchema)` to create a new message.
1394
1394
  */
1395
- declare const GetAuthHookResponseSchema: GenMessage<GetAuthHookResponse>;
1395
+ export declare const GetAuthHookResponseSchema: GenMessage<GetAuthHookResponse>;
1396
1396
  /**
1397
1397
  * @generated from message tailor.v1.CreateAuthConnectionRequest
1398
1398
  */
1399
- declare type CreateAuthConnectionRequest = Message<"tailor.v1.CreateAuthConnectionRequest"> & {
1399
+ export declare type CreateAuthConnectionRequest = Message<"tailor.v1.CreateAuthConnectionRequest"> & {
1400
1400
  /**
1401
1401
  * @generated from field: string workspace_id = 1;
1402
1402
  */
@@ -1410,20 +1410,20 @@ declare type CreateAuthConnectionRequest = Message<"tailor.v1.CreateAuthConnecti
1410
1410
  * Describes the message tailor.v1.CreateAuthConnectionRequest.
1411
1411
  * Use `create(CreateAuthConnectionRequestSchema)` to create a new message.
1412
1412
  */
1413
- declare const CreateAuthConnectionRequestSchema: GenMessage<CreateAuthConnectionRequest>;
1413
+ export declare const CreateAuthConnectionRequestSchema: GenMessage<CreateAuthConnectionRequest>;
1414
1414
  /**
1415
1415
  * @generated from message tailor.v1.CreateAuthConnectionResponse
1416
1416
  */
1417
- declare type CreateAuthConnectionResponse = Message<"tailor.v1.CreateAuthConnectionResponse"> & {};
1417
+ export declare type CreateAuthConnectionResponse = Message<"tailor.v1.CreateAuthConnectionResponse"> & {};
1418
1418
  /**
1419
1419
  * Describes the message tailor.v1.CreateAuthConnectionResponse.
1420
1420
  * Use `create(CreateAuthConnectionResponseSchema)` to create a new message.
1421
1421
  */
1422
- declare const CreateAuthConnectionResponseSchema: GenMessage<CreateAuthConnectionResponse>;
1422
+ export declare const CreateAuthConnectionResponseSchema: GenMessage<CreateAuthConnectionResponse>;
1423
1423
  /**
1424
1424
  * @generated from message tailor.v1.UpdateAuthConnectionRequest
1425
1425
  */
1426
- declare type UpdateAuthConnectionRequest = Message<"tailor.v1.UpdateAuthConnectionRequest"> & {
1426
+ export declare type UpdateAuthConnectionRequest = Message<"tailor.v1.UpdateAuthConnectionRequest"> & {
1427
1427
  /**
1428
1428
  * @generated from field: string workspace_id = 1;
1429
1429
  */
@@ -1441,11 +1441,11 @@ declare type UpdateAuthConnectionRequest = Message<"tailor.v1.UpdateAuthConnecti
1441
1441
  * Describes the message tailor.v1.UpdateAuthConnectionRequest.
1442
1442
  * Use `create(UpdateAuthConnectionRequestSchema)` to create a new message.
1443
1443
  */
1444
- declare const UpdateAuthConnectionRequestSchema: GenMessage<UpdateAuthConnectionRequest>;
1444
+ export declare const UpdateAuthConnectionRequestSchema: GenMessage<UpdateAuthConnectionRequest>;
1445
1445
  /**
1446
1446
  * @generated from message tailor.v1.UpdateAuthConnectionResponse
1447
1447
  */
1448
- declare type UpdateAuthConnectionResponse = Message<"tailor.v1.UpdateAuthConnectionResponse"> & {
1448
+ export declare type UpdateAuthConnectionResponse = Message<"tailor.v1.UpdateAuthConnectionResponse"> & {
1449
1449
  /**
1450
1450
  * The updated connection. Its status reflects whether the change revoked the
1451
1451
  * session (STATUS_UNAUTHORIZED) or left it intact (STATUS_AUTHORIZED).
@@ -1458,11 +1458,11 @@ declare type UpdateAuthConnectionResponse = Message<"tailor.v1.UpdateAuthConnect
1458
1458
  * Describes the message tailor.v1.UpdateAuthConnectionResponse.
1459
1459
  * Use `create(UpdateAuthConnectionResponseSchema)` to create a new message.
1460
1460
  */
1461
- declare const UpdateAuthConnectionResponseSchema: GenMessage<UpdateAuthConnectionResponse>;
1461
+ export declare const UpdateAuthConnectionResponseSchema: GenMessage<UpdateAuthConnectionResponse>;
1462
1462
  /**
1463
1463
  * @generated from message tailor.v1.ListAuthConnectionsRequest
1464
1464
  */
1465
- declare type ListAuthConnectionsRequest = Message<"tailor.v1.ListAuthConnectionsRequest"> & {
1465
+ export declare type ListAuthConnectionsRequest = Message<"tailor.v1.ListAuthConnectionsRequest"> & {
1466
1466
  /**
1467
1467
  * @generated from field: string workspace_id = 1;
1468
1468
  */
@@ -1484,11 +1484,11 @@ declare type ListAuthConnectionsRequest = Message<"tailor.v1.ListAuthConnections
1484
1484
  * Describes the message tailor.v1.ListAuthConnectionsRequest.
1485
1485
  * Use `create(ListAuthConnectionsRequestSchema)` to create a new message.
1486
1486
  */
1487
- declare const ListAuthConnectionsRequestSchema: GenMessage<ListAuthConnectionsRequest>;
1487
+ export declare const ListAuthConnectionsRequestSchema: GenMessage<ListAuthConnectionsRequest>;
1488
1488
  /**
1489
1489
  * @generated from message tailor.v1.ListAuthConnectionsResponse
1490
1490
  */
1491
- declare type ListAuthConnectionsResponse = Message<"tailor.v1.ListAuthConnectionsResponse"> & {
1491
+ export declare type ListAuthConnectionsResponse = Message<"tailor.v1.ListAuthConnectionsResponse"> & {
1492
1492
  /**
1493
1493
  * @generated from field: repeated tailor.v1.AuthConnection connections = 1;
1494
1494
  */
@@ -1506,11 +1506,11 @@ declare type ListAuthConnectionsResponse = Message<"tailor.v1.ListAuthConnection
1506
1506
  * Describes the message tailor.v1.ListAuthConnectionsResponse.
1507
1507
  * Use `create(ListAuthConnectionsResponseSchema)` to create a new message.
1508
1508
  */
1509
- declare const ListAuthConnectionsResponseSchema: GenMessage<ListAuthConnectionsResponse>;
1509
+ export declare const ListAuthConnectionsResponseSchema: GenMessage<ListAuthConnectionsResponse>;
1510
1510
  /**
1511
1511
  * @generated from message tailor.v1.RevokeAuthConnectionRequest
1512
1512
  */
1513
- declare type RevokeAuthConnectionRequest = Message<"tailor.v1.RevokeAuthConnectionRequest"> & {
1513
+ export declare type RevokeAuthConnectionRequest = Message<"tailor.v1.RevokeAuthConnectionRequest"> & {
1514
1514
  /**
1515
1515
  * @generated from field: string workspace_id = 1;
1516
1516
  */
@@ -1524,20 +1524,20 @@ declare type RevokeAuthConnectionRequest = Message<"tailor.v1.RevokeAuthConnecti
1524
1524
  * Describes the message tailor.v1.RevokeAuthConnectionRequest.
1525
1525
  * Use `create(RevokeAuthConnectionRequestSchema)` to create a new message.
1526
1526
  */
1527
- declare const RevokeAuthConnectionRequestSchema: GenMessage<RevokeAuthConnectionRequest>;
1527
+ export declare const RevokeAuthConnectionRequestSchema: GenMessage<RevokeAuthConnectionRequest>;
1528
1528
  /**
1529
1529
  * @generated from message tailor.v1.RevokeAuthConnectionResponse
1530
1530
  */
1531
- declare type RevokeAuthConnectionResponse = Message<"tailor.v1.RevokeAuthConnectionResponse"> & {};
1531
+ export declare type RevokeAuthConnectionResponse = Message<"tailor.v1.RevokeAuthConnectionResponse"> & {};
1532
1532
  /**
1533
1533
  * Describes the message tailor.v1.RevokeAuthConnectionResponse.
1534
1534
  * Use `create(RevokeAuthConnectionResponseSchema)` to create a new message.
1535
1535
  */
1536
- declare const RevokeAuthConnectionResponseSchema: GenMessage<RevokeAuthConnectionResponse>;
1536
+ export declare const RevokeAuthConnectionResponseSchema: GenMessage<RevokeAuthConnectionResponse>;
1537
1537
  /**
1538
1538
  * @generated from message tailor.v1.DeleteAuthConnectionRequest
1539
1539
  */
1540
- declare type DeleteAuthConnectionRequest = Message<"tailor.v1.DeleteAuthConnectionRequest"> & {
1540
+ export declare type DeleteAuthConnectionRequest = Message<"tailor.v1.DeleteAuthConnectionRequest"> & {
1541
1541
  /**
1542
1542
  * @generated from field: string workspace_id = 1;
1543
1543
  */
@@ -1551,20 +1551,20 @@ declare type DeleteAuthConnectionRequest = Message<"tailor.v1.DeleteAuthConnecti
1551
1551
  * Describes the message tailor.v1.DeleteAuthConnectionRequest.
1552
1552
  * Use `create(DeleteAuthConnectionRequestSchema)` to create a new message.
1553
1553
  */
1554
- declare const DeleteAuthConnectionRequestSchema: GenMessage<DeleteAuthConnectionRequest>;
1554
+ export declare const DeleteAuthConnectionRequestSchema: GenMessage<DeleteAuthConnectionRequest>;
1555
1555
  /**
1556
1556
  * @generated from message tailor.v1.DeleteAuthConnectionResponse
1557
1557
  */
1558
- declare type DeleteAuthConnectionResponse = Message<"tailor.v1.DeleteAuthConnectionResponse"> & {};
1558
+ export declare type DeleteAuthConnectionResponse = Message<"tailor.v1.DeleteAuthConnectionResponse"> & {};
1559
1559
  /**
1560
1560
  * Describes the message tailor.v1.DeleteAuthConnectionResponse.
1561
1561
  * Use `create(DeleteAuthConnectionResponseSchema)` to create a new message.
1562
1562
  */
1563
- declare const DeleteAuthConnectionResponseSchema: GenMessage<DeleteAuthConnectionResponse>;
1563
+ export declare const DeleteAuthConnectionResponseSchema: GenMessage<DeleteAuthConnectionResponse>;
1564
1564
  /**
1565
1565
  * @generated from message tailor.v1.RegisterAuthConnectionSessionRequest
1566
1566
  */
1567
- declare type RegisterAuthConnectionSessionRequest = Message<"tailor.v1.RegisterAuthConnectionSessionRequest"> & {
1567
+ export declare type RegisterAuthConnectionSessionRequest = Message<"tailor.v1.RegisterAuthConnectionSessionRequest"> & {
1568
1568
  /**
1569
1569
  * @generated from field: string workspace_id = 1;
1570
1570
  */
@@ -1590,20 +1590,20 @@ declare type RegisterAuthConnectionSessionRequest = Message<"tailor.v1.RegisterA
1590
1590
  * Describes the message tailor.v1.RegisterAuthConnectionSessionRequest.
1591
1591
  * Use `create(RegisterAuthConnectionSessionRequestSchema)` to create a new message.
1592
1592
  */
1593
- declare const RegisterAuthConnectionSessionRequestSchema: GenMessage<RegisterAuthConnectionSessionRequest>;
1593
+ export declare const RegisterAuthConnectionSessionRequestSchema: GenMessage<RegisterAuthConnectionSessionRequest>;
1594
1594
  /**
1595
1595
  * @generated from message tailor.v1.RegisterAuthConnectionSessionResponse
1596
1596
  */
1597
- declare type RegisterAuthConnectionSessionResponse = Message<"tailor.v1.RegisterAuthConnectionSessionResponse"> & {};
1597
+ export declare type RegisterAuthConnectionSessionResponse = Message<"tailor.v1.RegisterAuthConnectionSessionResponse"> & {};
1598
1598
  /**
1599
1599
  * Describes the message tailor.v1.RegisterAuthConnectionSessionResponse.
1600
1600
  * Use `create(RegisterAuthConnectionSessionResponseSchema)` to create a new message.
1601
1601
  */
1602
- declare const RegisterAuthConnectionSessionResponseSchema: GenMessage<RegisterAuthConnectionSessionResponse>;
1602
+ export declare const RegisterAuthConnectionSessionResponseSchema: GenMessage<RegisterAuthConnectionSessionResponse>;
1603
1603
  /**
1604
1604
  * @generated from message tailor.v1.ExchangeAuthConnectionAuthorizationCodeRequest
1605
1605
  */
1606
- declare type ExchangeAuthConnectionAuthorizationCodeRequest = Message<"tailor.v1.ExchangeAuthConnectionAuthorizationCodeRequest"> & {
1606
+ export declare type ExchangeAuthConnectionAuthorizationCodeRequest = Message<"tailor.v1.ExchangeAuthConnectionAuthorizationCodeRequest"> & {
1607
1607
  /**
1608
1608
  * @generated from field: string workspace_id = 1;
1609
1609
  */
@@ -1625,20 +1625,20 @@ declare type ExchangeAuthConnectionAuthorizationCodeRequest = Message<"tailor.v1
1625
1625
  * Describes the message tailor.v1.ExchangeAuthConnectionAuthorizationCodeRequest.
1626
1626
  * Use `create(ExchangeAuthConnectionAuthorizationCodeRequestSchema)` to create a new message.
1627
1627
  */
1628
- declare const ExchangeAuthConnectionAuthorizationCodeRequestSchema: GenMessage<ExchangeAuthConnectionAuthorizationCodeRequest>;
1628
+ export declare const ExchangeAuthConnectionAuthorizationCodeRequestSchema: GenMessage<ExchangeAuthConnectionAuthorizationCodeRequest>;
1629
1629
  /**
1630
1630
  * @generated from message tailor.v1.ExchangeAuthConnectionAuthorizationCodeResponse
1631
1631
  */
1632
- declare type ExchangeAuthConnectionAuthorizationCodeResponse = Message<"tailor.v1.ExchangeAuthConnectionAuthorizationCodeResponse"> & {};
1632
+ export declare type ExchangeAuthConnectionAuthorizationCodeResponse = Message<"tailor.v1.ExchangeAuthConnectionAuthorizationCodeResponse"> & {};
1633
1633
  /**
1634
1634
  * Describes the message tailor.v1.ExchangeAuthConnectionAuthorizationCodeResponse.
1635
1635
  * Use `create(ExchangeAuthConnectionAuthorizationCodeResponseSchema)` to create a new message.
1636
1636
  */
1637
- declare const ExchangeAuthConnectionAuthorizationCodeResponseSchema: GenMessage<ExchangeAuthConnectionAuthorizationCodeResponse>;
1637
+ export declare const ExchangeAuthConnectionAuthorizationCodeResponseSchema: GenMessage<ExchangeAuthConnectionAuthorizationCodeResponse>;
1638
1638
  /**
1639
1639
  * @generated from message tailor.v1.CreateAuthOAuth2ClientRequest
1640
1640
  */
1641
- declare type CreateAuthOAuth2ClientRequest = Message<"tailor.v1.CreateAuthOAuth2ClientRequest"> & {
1641
+ export declare type CreateAuthOAuth2ClientRequest = Message<"tailor.v1.CreateAuthOAuth2ClientRequest"> & {
1642
1642
  /**
1643
1643
  * @generated from field: string workspace_id = 1;
1644
1644
  */
@@ -1656,11 +1656,11 @@ declare type CreateAuthOAuth2ClientRequest = Message<"tailor.v1.CreateAuthOAuth2
1656
1656
  * Describes the message tailor.v1.CreateAuthOAuth2ClientRequest.
1657
1657
  * Use `create(CreateAuthOAuth2ClientRequestSchema)` to create a new message.
1658
1658
  */
1659
- declare const CreateAuthOAuth2ClientRequestSchema: GenMessage<CreateAuthOAuth2ClientRequest>;
1659
+ export declare const CreateAuthOAuth2ClientRequestSchema: GenMessage<CreateAuthOAuth2ClientRequest>;
1660
1660
  /**
1661
1661
  * @generated from message tailor.v1.CreateAuthOAuth2ClientResponse
1662
1662
  */
1663
- declare type CreateAuthOAuth2ClientResponse = Message<"tailor.v1.CreateAuthOAuth2ClientResponse"> & {
1663
+ export declare type CreateAuthOAuth2ClientResponse = Message<"tailor.v1.CreateAuthOAuth2ClientResponse"> & {
1664
1664
  /**
1665
1665
  * @generated from field: tailor.v1.AuthOAuth2Client oauth2_client = 1;
1666
1666
  */
@@ -1670,11 +1670,11 @@ declare type CreateAuthOAuth2ClientResponse = Message<"tailor.v1.CreateAuthOAuth
1670
1670
  * Describes the message tailor.v1.CreateAuthOAuth2ClientResponse.
1671
1671
  * Use `create(CreateAuthOAuth2ClientResponseSchema)` to create a new message.
1672
1672
  */
1673
- declare const CreateAuthOAuth2ClientResponseSchema: GenMessage<CreateAuthOAuth2ClientResponse>;
1673
+ export declare const CreateAuthOAuth2ClientResponseSchema: GenMessage<CreateAuthOAuth2ClientResponse>;
1674
1674
  /**
1675
1675
  * @generated from message tailor.v1.UpdateAuthOAuth2ClientRequest
1676
1676
  */
1677
- declare type UpdateAuthOAuth2ClientRequest = Message<"tailor.v1.UpdateAuthOAuth2ClientRequest"> & {
1677
+ export declare type UpdateAuthOAuth2ClientRequest = Message<"tailor.v1.UpdateAuthOAuth2ClientRequest"> & {
1678
1678
  /**
1679
1679
  * @generated from field: string workspace_id = 1;
1680
1680
  */
@@ -1692,11 +1692,11 @@ declare type UpdateAuthOAuth2ClientRequest = Message<"tailor.v1.UpdateAuthOAuth2
1692
1692
  * Describes the message tailor.v1.UpdateAuthOAuth2ClientRequest.
1693
1693
  * Use `create(UpdateAuthOAuth2ClientRequestSchema)` to create a new message.
1694
1694
  */
1695
- declare const UpdateAuthOAuth2ClientRequestSchema: GenMessage<UpdateAuthOAuth2ClientRequest>;
1695
+ export declare const UpdateAuthOAuth2ClientRequestSchema: GenMessage<UpdateAuthOAuth2ClientRequest>;
1696
1696
  /**
1697
1697
  * @generated from message tailor.v1.UpdateAuthOAuth2ClientResponse
1698
1698
  */
1699
- declare type UpdateAuthOAuth2ClientResponse = Message<"tailor.v1.UpdateAuthOAuth2ClientResponse"> & {
1699
+ export declare type UpdateAuthOAuth2ClientResponse = Message<"tailor.v1.UpdateAuthOAuth2ClientResponse"> & {
1700
1700
  /**
1701
1701
  * @generated from field: tailor.v1.AuthOAuth2Client oauth2_client = 1;
1702
1702
  */
@@ -1706,11 +1706,11 @@ declare type UpdateAuthOAuth2ClientResponse = Message<"tailor.v1.UpdateAuthOAuth
1706
1706
  * Describes the message tailor.v1.UpdateAuthOAuth2ClientResponse.
1707
1707
  * Use `create(UpdateAuthOAuth2ClientResponseSchema)` to create a new message.
1708
1708
  */
1709
- declare const UpdateAuthOAuth2ClientResponseSchema: GenMessage<UpdateAuthOAuth2ClientResponse>;
1709
+ export declare const UpdateAuthOAuth2ClientResponseSchema: GenMessage<UpdateAuthOAuth2ClientResponse>;
1710
1710
  /**
1711
1711
  * @generated from message tailor.v1.DeleteAuthOAuth2ClientRequest
1712
1712
  */
1713
- declare type DeleteAuthOAuth2ClientRequest = Message<"tailor.v1.DeleteAuthOAuth2ClientRequest"> & {
1713
+ export declare type DeleteAuthOAuth2ClientRequest = Message<"tailor.v1.DeleteAuthOAuth2ClientRequest"> & {
1714
1714
  /**
1715
1715
  * @generated from field: string workspace_id = 1;
1716
1716
  */
@@ -1728,20 +1728,20 @@ declare type DeleteAuthOAuth2ClientRequest = Message<"tailor.v1.DeleteAuthOAuth2
1728
1728
  * Describes the message tailor.v1.DeleteAuthOAuth2ClientRequest.
1729
1729
  * Use `create(DeleteAuthOAuth2ClientRequestSchema)` to create a new message.
1730
1730
  */
1731
- declare const DeleteAuthOAuth2ClientRequestSchema: GenMessage<DeleteAuthOAuth2ClientRequest>;
1731
+ export declare const DeleteAuthOAuth2ClientRequestSchema: GenMessage<DeleteAuthOAuth2ClientRequest>;
1732
1732
  /**
1733
1733
  * @generated from message tailor.v1.DeleteAuthOAuth2ClientResponse
1734
1734
  */
1735
- declare type DeleteAuthOAuth2ClientResponse = Message<"tailor.v1.DeleteAuthOAuth2ClientResponse"> & {};
1735
+ export declare type DeleteAuthOAuth2ClientResponse = Message<"tailor.v1.DeleteAuthOAuth2ClientResponse"> & {};
1736
1736
  /**
1737
1737
  * Describes the message tailor.v1.DeleteAuthOAuth2ClientResponse.
1738
1738
  * Use `create(DeleteAuthOAuth2ClientResponseSchema)` to create a new message.
1739
1739
  */
1740
- declare const DeleteAuthOAuth2ClientResponseSchema: GenMessage<DeleteAuthOAuth2ClientResponse>;
1740
+ export declare const DeleteAuthOAuth2ClientResponseSchema: GenMessage<DeleteAuthOAuth2ClientResponse>;
1741
1741
  /**
1742
1742
  * @generated from message tailor.v1.GetAuthOAuth2ClientRequest
1743
1743
  */
1744
- declare type GetAuthOAuth2ClientRequest = Message<"tailor.v1.GetAuthOAuth2ClientRequest"> & {
1744
+ export declare type GetAuthOAuth2ClientRequest = Message<"tailor.v1.GetAuthOAuth2ClientRequest"> & {
1745
1745
  /**
1746
1746
  * @generated from field: string workspace_id = 1;
1747
1747
  */
@@ -1759,11 +1759,11 @@ declare type GetAuthOAuth2ClientRequest = Message<"tailor.v1.GetAuthOAuth2Client
1759
1759
  * Describes the message tailor.v1.GetAuthOAuth2ClientRequest.
1760
1760
  * Use `create(GetAuthOAuth2ClientRequestSchema)` to create a new message.
1761
1761
  */
1762
- declare const GetAuthOAuth2ClientRequestSchema: GenMessage<GetAuthOAuth2ClientRequest>;
1762
+ export declare const GetAuthOAuth2ClientRequestSchema: GenMessage<GetAuthOAuth2ClientRequest>;
1763
1763
  /**
1764
1764
  * @generated from message tailor.v1.GetAuthOAuth2ClientResponse
1765
1765
  */
1766
- declare type GetAuthOAuth2ClientResponse = Message<"tailor.v1.GetAuthOAuth2ClientResponse"> & {
1766
+ export declare type GetAuthOAuth2ClientResponse = Message<"tailor.v1.GetAuthOAuth2ClientResponse"> & {
1767
1767
  /**
1768
1768
  * @generated from field: tailor.v1.AuthOAuth2Client oauth2_client = 1;
1769
1769
  */
@@ -1773,11 +1773,11 @@ declare type GetAuthOAuth2ClientResponse = Message<"tailor.v1.GetAuthOAuth2Clien
1773
1773
  * Describes the message tailor.v1.GetAuthOAuth2ClientResponse.
1774
1774
  * Use `create(GetAuthOAuth2ClientResponseSchema)` to create a new message.
1775
1775
  */
1776
- declare const GetAuthOAuth2ClientResponseSchema: GenMessage<GetAuthOAuth2ClientResponse>;
1776
+ export declare const GetAuthOAuth2ClientResponseSchema: GenMessage<GetAuthOAuth2ClientResponse>;
1777
1777
  /**
1778
1778
  * @generated from message tailor.v1.ListAuthOAuth2ClientsRequest
1779
1779
  */
1780
- declare type ListAuthOAuth2ClientsRequest = Message<"tailor.v1.ListAuthOAuth2ClientsRequest"> & {
1780
+ export declare type ListAuthOAuth2ClientsRequest = Message<"tailor.v1.ListAuthOAuth2ClientsRequest"> & {
1781
1781
  /**
1782
1782
  * @generated from field: string workspace_id = 1;
1783
1783
  */
@@ -1803,11 +1803,11 @@ declare type ListAuthOAuth2ClientsRequest = Message<"tailor.v1.ListAuthOAuth2Cli
1803
1803
  * Describes the message tailor.v1.ListAuthOAuth2ClientsRequest.
1804
1804
  * Use `create(ListAuthOAuth2ClientsRequestSchema)` to create a new message.
1805
1805
  */
1806
- declare const ListAuthOAuth2ClientsRequestSchema: GenMessage<ListAuthOAuth2ClientsRequest>;
1806
+ export declare const ListAuthOAuth2ClientsRequestSchema: GenMessage<ListAuthOAuth2ClientsRequest>;
1807
1807
  /**
1808
1808
  * @generated from message tailor.v1.ListAuthOAuth2ClientsResponse
1809
1809
  */
1810
- declare type ListAuthOAuth2ClientsResponse = Message<"tailor.v1.ListAuthOAuth2ClientsResponse"> & {
1810
+ export declare type ListAuthOAuth2ClientsResponse = Message<"tailor.v1.ListAuthOAuth2ClientsResponse"> & {
1811
1811
  /**
1812
1812
  * @generated from field: repeated tailor.v1.AuthOAuth2Client oauth2_clients = 1;
1813
1813
  */
@@ -1825,11 +1825,11 @@ declare type ListAuthOAuth2ClientsResponse = Message<"tailor.v1.ListAuthOAuth2Cl
1825
1825
  * Describes the message tailor.v1.ListAuthOAuth2ClientsResponse.
1826
1826
  * Use `create(ListAuthOAuth2ClientsResponseSchema)` to create a new message.
1827
1827
  */
1828
- declare const ListAuthOAuth2ClientsResponseSchema: GenMessage<ListAuthOAuth2ClientsResponse>;
1828
+ export declare const ListAuthOAuth2ClientsResponseSchema: GenMessage<ListAuthOAuth2ClientsResponse>;
1829
1829
  /**
1830
1830
  * @generated from message tailor.v1.CreateControlplaneMachineUserRequest
1831
1831
  */
1832
- declare type CreateControlplaneMachineUserRequest = Message<"tailor.v1.CreateControlplaneMachineUserRequest"> & {
1832
+ export declare type CreateControlplaneMachineUserRequest = Message<"tailor.v1.CreateControlplaneMachineUserRequest"> & {
1833
1833
  /**
1834
1834
  * @generated from field: string organization_id = 1;
1835
1835
  */
@@ -1851,11 +1851,11 @@ declare type CreateControlplaneMachineUserRequest = Message<"tailor.v1.CreateCon
1851
1851
  * Describes the message tailor.v1.CreateControlplaneMachineUserRequest.
1852
1852
  * Use `create(CreateControlplaneMachineUserRequestSchema)` to create a new message.
1853
1853
  */
1854
- declare const CreateControlplaneMachineUserRequestSchema: GenMessage<CreateControlplaneMachineUserRequest>;
1854
+ export declare const CreateControlplaneMachineUserRequestSchema: GenMessage<CreateControlplaneMachineUserRequest>;
1855
1855
  /**
1856
1856
  * @generated from message tailor.v1.CreateControlplaneMachineUserResponse
1857
1857
  */
1858
- declare type CreateControlplaneMachineUserResponse = Message<"tailor.v1.CreateControlplaneMachineUserResponse"> & {
1858
+ export declare type CreateControlplaneMachineUserResponse = Message<"tailor.v1.CreateControlplaneMachineUserResponse"> & {
1859
1859
  /**
1860
1860
  * @generated from field: tailor.v1.ControlplaneMachineUser machine_user = 1;
1861
1861
  */
@@ -1865,11 +1865,11 @@ declare type CreateControlplaneMachineUserResponse = Message<"tailor.v1.CreateCo
1865
1865
  * Describes the message tailor.v1.CreateControlplaneMachineUserResponse.
1866
1866
  * Use `create(CreateControlplaneMachineUserResponseSchema)` to create a new message.
1867
1867
  */
1868
- declare const CreateControlplaneMachineUserResponseSchema: GenMessage<CreateControlplaneMachineUserResponse>;
1868
+ export declare const CreateControlplaneMachineUserResponseSchema: GenMessage<CreateControlplaneMachineUserResponse>;
1869
1869
  /**
1870
1870
  * @generated from message tailor.v1.UpdateControlplaneMachineUserRequest
1871
1871
  */
1872
- declare type UpdateControlplaneMachineUserRequest = Message<"tailor.v1.UpdateControlplaneMachineUserRequest"> & {
1872
+ export declare type UpdateControlplaneMachineUserRequest = Message<"tailor.v1.UpdateControlplaneMachineUserRequest"> & {
1873
1873
  /**
1874
1874
  * @generated from field: string organization_id = 1;
1875
1875
  */
@@ -1895,11 +1895,11 @@ declare type UpdateControlplaneMachineUserRequest = Message<"tailor.v1.UpdateCon
1895
1895
  * Describes the message tailor.v1.UpdateControlplaneMachineUserRequest.
1896
1896
  * Use `create(UpdateControlplaneMachineUserRequestSchema)` to create a new message.
1897
1897
  */
1898
- declare const UpdateControlplaneMachineUserRequestSchema: GenMessage<UpdateControlplaneMachineUserRequest>;
1898
+ export declare const UpdateControlplaneMachineUserRequestSchema: GenMessage<UpdateControlplaneMachineUserRequest>;
1899
1899
  /**
1900
1900
  * @generated from message tailor.v1.UpdateControlplaneMachineUserResponse
1901
1901
  */
1902
- declare type UpdateControlplaneMachineUserResponse = Message<"tailor.v1.UpdateControlplaneMachineUserResponse"> & {
1902
+ export declare type UpdateControlplaneMachineUserResponse = Message<"tailor.v1.UpdateControlplaneMachineUserResponse"> & {
1903
1903
  /**
1904
1904
  * @generated from field: tailor.v1.ControlplaneMachineUser machine_user = 1;
1905
1905
  */
@@ -1909,11 +1909,11 @@ declare type UpdateControlplaneMachineUserResponse = Message<"tailor.v1.UpdateCo
1909
1909
  * Describes the message tailor.v1.UpdateControlplaneMachineUserResponse.
1910
1910
  * Use `create(UpdateControlplaneMachineUserResponseSchema)` to create a new message.
1911
1911
  */
1912
- declare const UpdateControlplaneMachineUserResponseSchema: GenMessage<UpdateControlplaneMachineUserResponse>;
1912
+ export declare const UpdateControlplaneMachineUserResponseSchema: GenMessage<UpdateControlplaneMachineUserResponse>;
1913
1913
  /**
1914
1914
  * @generated from message tailor.v1.GetControlplaneMachineUserRequest
1915
1915
  */
1916
- declare type GetControlplaneMachineUserRequest = Message<"tailor.v1.GetControlplaneMachineUserRequest"> & {
1916
+ export declare type GetControlplaneMachineUserRequest = Message<"tailor.v1.GetControlplaneMachineUserRequest"> & {
1917
1917
  /**
1918
1918
  * @generated from field: string organization_id = 1;
1919
1919
  */
@@ -1931,11 +1931,11 @@ declare type GetControlplaneMachineUserRequest = Message<"tailor.v1.GetControlpl
1931
1931
  * Describes the message tailor.v1.GetControlplaneMachineUserRequest.
1932
1932
  * Use `create(GetControlplaneMachineUserRequestSchema)` to create a new message.
1933
1933
  */
1934
- declare const GetControlplaneMachineUserRequestSchema: GenMessage<GetControlplaneMachineUserRequest>;
1934
+ export declare const GetControlplaneMachineUserRequestSchema: GenMessage<GetControlplaneMachineUserRequest>;
1935
1935
  /**
1936
1936
  * @generated from message tailor.v1.GetControlplaneMachineUserResponse
1937
1937
  */
1938
- declare type GetControlplaneMachineUserResponse = Message<"tailor.v1.GetControlplaneMachineUserResponse"> & {
1938
+ export declare type GetControlplaneMachineUserResponse = Message<"tailor.v1.GetControlplaneMachineUserResponse"> & {
1939
1939
  /**
1940
1940
  * @generated from field: tailor.v1.ControlplaneMachineUser machine_user = 1;
1941
1941
  */
@@ -1945,11 +1945,11 @@ declare type GetControlplaneMachineUserResponse = Message<"tailor.v1.GetControlp
1945
1945
  * Describes the message tailor.v1.GetControlplaneMachineUserResponse.
1946
1946
  * Use `create(GetControlplaneMachineUserResponseSchema)` to create a new message.
1947
1947
  */
1948
- declare const GetControlplaneMachineUserResponseSchema: GenMessage<GetControlplaneMachineUserResponse>;
1948
+ export declare const GetControlplaneMachineUserResponseSchema: GenMessage<GetControlplaneMachineUserResponse>;
1949
1949
  /**
1950
1950
  * @generated from message tailor.v1.GetControlplaneMachineUserByNameRequest
1951
1951
  */
1952
- declare type GetControlplaneMachineUserByNameRequest = Message<"tailor.v1.GetControlplaneMachineUserByNameRequest"> & {
1952
+ export declare type GetControlplaneMachineUserByNameRequest = Message<"tailor.v1.GetControlplaneMachineUserByNameRequest"> & {
1953
1953
  /**
1954
1954
  * @generated from field: string organization_id = 1;
1955
1955
  */
@@ -1967,11 +1967,11 @@ declare type GetControlplaneMachineUserByNameRequest = Message<"tailor.v1.GetCon
1967
1967
  * Describes the message tailor.v1.GetControlplaneMachineUserByNameRequest.
1968
1968
  * Use `create(GetControlplaneMachineUserByNameRequestSchema)` to create a new message.
1969
1969
  */
1970
- declare const GetControlplaneMachineUserByNameRequestSchema: GenMessage<GetControlplaneMachineUserByNameRequest>;
1970
+ export declare const GetControlplaneMachineUserByNameRequestSchema: GenMessage<GetControlplaneMachineUserByNameRequest>;
1971
1971
  /**
1972
1972
  * @generated from message tailor.v1.GetControlplaneMachineUserByNameResponse
1973
1973
  */
1974
- declare type GetControlplaneMachineUserByNameResponse = Message<"tailor.v1.GetControlplaneMachineUserByNameResponse"> & {
1974
+ export declare type GetControlplaneMachineUserByNameResponse = Message<"tailor.v1.GetControlplaneMachineUserByNameResponse"> & {
1975
1975
  /**
1976
1976
  * @generated from field: tailor.v1.ControlplaneMachineUser machine_user = 1;
1977
1977
  */
@@ -1981,11 +1981,11 @@ declare type GetControlplaneMachineUserByNameResponse = Message<"tailor.v1.GetCo
1981
1981
  * Describes the message tailor.v1.GetControlplaneMachineUserByNameResponse.
1982
1982
  * Use `create(GetControlplaneMachineUserByNameResponseSchema)` to create a new message.
1983
1983
  */
1984
- declare const GetControlplaneMachineUserByNameResponseSchema: GenMessage<GetControlplaneMachineUserByNameResponse>;
1984
+ export declare const GetControlplaneMachineUserByNameResponseSchema: GenMessage<GetControlplaneMachineUserByNameResponse>;
1985
1985
  /**
1986
1986
  * @generated from message tailor.v1.ListControlplaneMachineUsersRequest
1987
1987
  */
1988
- declare type ListControlplaneMachineUsersRequest = Message<"tailor.v1.ListControlplaneMachineUsersRequest"> & {
1988
+ export declare type ListControlplaneMachineUsersRequest = Message<"tailor.v1.ListControlplaneMachineUsersRequest"> & {
1989
1989
  /**
1990
1990
  * @generated from field: string organization_id = 1;
1991
1991
  */
@@ -2011,11 +2011,11 @@ declare type ListControlplaneMachineUsersRequest = Message<"tailor.v1.ListContro
2011
2011
  * Describes the message tailor.v1.ListControlplaneMachineUsersRequest.
2012
2012
  * Use `create(ListControlplaneMachineUsersRequestSchema)` to create a new message.
2013
2013
  */
2014
- declare const ListControlplaneMachineUsersRequestSchema: GenMessage<ListControlplaneMachineUsersRequest>;
2014
+ export declare const ListControlplaneMachineUsersRequestSchema: GenMessage<ListControlplaneMachineUsersRequest>;
2015
2015
  /**
2016
2016
  * @generated from message tailor.v1.ListControlplaneMachineUsersResponse
2017
2017
  */
2018
- declare type ListControlplaneMachineUsersResponse = Message<"tailor.v1.ListControlplaneMachineUsersResponse"> & {
2018
+ export declare type ListControlplaneMachineUsersResponse = Message<"tailor.v1.ListControlplaneMachineUsersResponse"> & {
2019
2019
  /**
2020
2020
  * @generated from field: repeated tailor.v1.ControlplaneMachineUser machine_users = 1;
2021
2021
  */
@@ -2033,11 +2033,11 @@ declare type ListControlplaneMachineUsersResponse = Message<"tailor.v1.ListContr
2033
2033
  * Describes the message tailor.v1.ListControlplaneMachineUsersResponse.
2034
2034
  * Use `create(ListControlplaneMachineUsersResponseSchema)` to create a new message.
2035
2035
  */
2036
- declare const ListControlplaneMachineUsersResponseSchema: GenMessage<ListControlplaneMachineUsersResponse>;
2036
+ export declare const ListControlplaneMachineUsersResponseSchema: GenMessage<ListControlplaneMachineUsersResponse>;
2037
2037
  /**
2038
2038
  * @generated from message tailor.v1.DeleteControlplaneMachineUserRequest
2039
2039
  */
2040
- declare type DeleteControlplaneMachineUserRequest = Message<"tailor.v1.DeleteControlplaneMachineUserRequest"> & {
2040
+ export declare type DeleteControlplaneMachineUserRequest = Message<"tailor.v1.DeleteControlplaneMachineUserRequest"> & {
2041
2041
  /**
2042
2042
  * @generated from field: string organization_id = 1;
2043
2043
  */
@@ -2055,15 +2055,14 @@ declare type DeleteControlplaneMachineUserRequest = Message<"tailor.v1.DeleteCon
2055
2055
  * Describes the message tailor.v1.DeleteControlplaneMachineUserRequest.
2056
2056
  * Use `create(DeleteControlplaneMachineUserRequestSchema)` to create a new message.
2057
2057
  */
2058
- declare const DeleteControlplaneMachineUserRequestSchema: GenMessage<DeleteControlplaneMachineUserRequest>;
2058
+ export declare const DeleteControlplaneMachineUserRequestSchema: GenMessage<DeleteControlplaneMachineUserRequest>;
2059
2059
  /**
2060
2060
  * @generated from message tailor.v1.DeleteControlplaneMachineUserResponse
2061
2061
  */
2062
- declare type DeleteControlplaneMachineUserResponse = Message<"tailor.v1.DeleteControlplaneMachineUserResponse"> & {};
2062
+ export declare type DeleteControlplaneMachineUserResponse = Message<"tailor.v1.DeleteControlplaneMachineUserResponse"> & {};
2063
2063
  /**
2064
2064
  * Describes the message tailor.v1.DeleteControlplaneMachineUserResponse.
2065
2065
  * Use `create(DeleteControlplaneMachineUserResponseSchema)` to create a new message.
2066
2066
  */
2067
- declare const DeleteControlplaneMachineUserResponseSchema: GenMessage<DeleteControlplaneMachineUserResponse>;
2068
- //#endregion
2069
- export { CreateAuthConnectionRequest, CreateAuthConnectionRequestSchema, CreateAuthConnectionResponse, CreateAuthConnectionResponseSchema, CreateAuthHookRequest, CreateAuthHookRequestSchema, CreateAuthHookResponse, CreateAuthHookResponseSchema, CreateAuthIDPConfigRequest, CreateAuthIDPConfigRequestSchema, CreateAuthIDPConfigResponse, CreateAuthIDPConfigResponseSchema, CreateAuthMachineUserRequest, CreateAuthMachineUserRequestSchema, CreateAuthMachineUserResponse, CreateAuthMachineUserResponseSchema, CreateAuthOAuth2ClientRequest, CreateAuthOAuth2ClientRequestSchema, CreateAuthOAuth2ClientResponse, CreateAuthOAuth2ClientResponseSchema, CreateAuthSCIMConfigRequest, CreateAuthSCIMConfigRequestSchema, CreateAuthSCIMConfigResponse, CreateAuthSCIMConfigResponseSchema, CreateAuthSCIMResourceRequest, CreateAuthSCIMResourceRequestSchema, CreateAuthSCIMResourceResponse, CreateAuthSCIMResourceResponseSchema, CreateAuthServiceRequest, CreateAuthServiceRequestSchema, CreateAuthServiceResponse, CreateAuthServiceResponseSchema, CreateControlplaneMachineUserRequest, CreateControlplaneMachineUserRequestSchema, CreateControlplaneMachineUserResponse, CreateControlplaneMachineUserResponseSchema, CreatePersonalAccessTokenRequest, CreatePersonalAccessTokenRequestSchema, CreatePersonalAccessTokenResponse, CreatePersonalAccessTokenResponseSchema, CreateTenantConfigRequest, CreateTenantConfigRequestSchema, CreateTenantConfigResponse, CreateTenantConfigResponseSchema, CreateUserProfileConfigRequest, CreateUserProfileConfigRequestSchema, CreateUserProfileConfigResponse, CreateUserProfileConfigResponseSchema, DeleteAuthConnectionRequest, DeleteAuthConnectionRequestSchema, DeleteAuthConnectionResponse, DeleteAuthConnectionResponseSchema, DeleteAuthHookRequest, DeleteAuthHookRequestSchema, DeleteAuthHookResponse, DeleteAuthHookResponseSchema, DeleteAuthIDPConfigRequest, DeleteAuthIDPConfigRequestSchema, DeleteAuthIDPConfigResponse, DeleteAuthIDPConfigResponseSchema, DeleteAuthMachineUserRequest, DeleteAuthMachineUserRequestSchema, DeleteAuthMachineUserResponse, DeleteAuthMachineUserResponseSchema, DeleteAuthOAuth2ClientRequest, DeleteAuthOAuth2ClientRequestSchema, DeleteAuthOAuth2ClientResponse, DeleteAuthOAuth2ClientResponseSchema, DeleteAuthSCIMConfigRequest, DeleteAuthSCIMConfigRequestSchema, DeleteAuthSCIMConfigResponse, DeleteAuthSCIMConfigResponseSchema, DeleteAuthSCIMResourceRequest, DeleteAuthSCIMResourceRequestSchema, DeleteAuthSCIMResourceResponse, DeleteAuthSCIMResourceResponseSchema, DeleteAuthServiceRequest, DeleteAuthServiceRequestSchema, DeleteAuthServiceResponse, DeleteAuthServiceResponseSchema, DeleteControlplaneMachineUserRequest, DeleteControlplaneMachineUserRequestSchema, DeleteControlplaneMachineUserResponse, DeleteControlplaneMachineUserResponseSchema, DeletePersonalAccessTokenRequest, DeletePersonalAccessTokenRequestSchema, DeletePersonalAccessTokenResponse, DeletePersonalAccessTokenResponseSchema, DeleteTenantConfigRequest, DeleteTenantConfigRequestSchema, DeleteTenantConfigResponse, DeleteTenantConfigResponseSchema, DeleteUserProfileConfigRequest, DeleteUserProfileConfigRequestSchema, DeleteUserProfileConfigResponse, DeleteUserProfileConfigResponseSchema, ExchangeAuthConnectionAuthorizationCodeRequest, ExchangeAuthConnectionAuthorizationCodeRequestSchema, ExchangeAuthConnectionAuthorizationCodeResponse, ExchangeAuthConnectionAuthorizationCodeResponseSchema, GetAuthHookRequest, GetAuthHookRequestSchema, GetAuthHookResponse, GetAuthHookResponseSchema, GetAuthIDPConfigRequest, GetAuthIDPConfigRequestSchema, GetAuthIDPConfigResponse, GetAuthIDPConfigResponseSchema, GetAuthMachineUserRequest, GetAuthMachineUserRequestSchema, GetAuthMachineUserResponse, GetAuthMachineUserResponseSchema, GetAuthOAuth2ClientRequest, GetAuthOAuth2ClientRequestSchema, GetAuthOAuth2ClientResponse, GetAuthOAuth2ClientResponseSchema, GetAuthSCIMConfigRequest, GetAuthSCIMConfigRequestSchema, GetAuthSCIMConfigResponse, GetAuthSCIMConfigResponseSchema, GetAuthSCIMResourceRequest, GetAuthSCIMResourceRequestSchema, GetAuthSCIMResourceResponse, GetAuthSCIMResourceResponseSchema, GetAuthSCIMResourcesRequest, GetAuthSCIMResourcesRequestSchema, GetAuthSCIMResourcesResponse, GetAuthSCIMResourcesResponseSchema, GetAuthServiceRequest, GetAuthServiceRequestSchema, GetAuthServiceResponse, GetAuthServiceResponseSchema, GetControlplaneMachineUserByNameRequest, GetControlplaneMachineUserByNameRequestSchema, GetControlplaneMachineUserByNameResponse, GetControlplaneMachineUserByNameResponseSchema, GetControlplaneMachineUserRequest, GetControlplaneMachineUserRequestSchema, GetControlplaneMachineUserResponse, GetControlplaneMachineUserResponseSchema, GetTenantConfigRequest, GetTenantConfigRequestSchema, GetTenantConfigResponse, GetTenantConfigResponseSchema, GetUserProfileConfigRequest, GetUserProfileConfigRequestSchema, GetUserProfileConfigResponse, GetUserProfileConfigResponseSchema, ListAuthConnectionsRequest, ListAuthConnectionsRequestSchema, ListAuthConnectionsResponse, ListAuthConnectionsResponseSchema, ListAuthIDPConfigsRequest, ListAuthIDPConfigsRequestSchema, ListAuthIDPConfigsResponse, ListAuthIDPConfigsResponseSchema, ListAuthMachineUsersRequest, ListAuthMachineUsersRequestSchema, ListAuthMachineUsersResponse, ListAuthMachineUsersResponseSchema, ListAuthOAuth2ClientsRequest, ListAuthOAuth2ClientsRequestSchema, ListAuthOAuth2ClientsResponse, ListAuthOAuth2ClientsResponseSchema, ListAuthServicesRequest, ListAuthServicesRequestSchema, ListAuthServicesResponse, ListAuthServicesResponseSchema, ListControlplaneMachineUsersRequest, ListControlplaneMachineUsersRequestSchema, ListControlplaneMachineUsersResponse, ListControlplaneMachineUsersResponseSchema, ListPersonalAccessTokensRequest, ListPersonalAccessTokensRequestSchema, ListPersonalAccessTokensResponse, ListPersonalAccessTokensResponseSchema, RegisterAuthConnectionSessionRequest, RegisterAuthConnectionSessionRequestSchema, RegisterAuthConnectionSessionResponse, RegisterAuthConnectionSessionResponseSchema, RevokeAuthConnectionRequest, RevokeAuthConnectionRequestSchema, RevokeAuthConnectionResponse, RevokeAuthConnectionResponseSchema, UpdateAuthConnectionRequest, UpdateAuthConnectionRequestSchema, UpdateAuthConnectionResponse, UpdateAuthConnectionResponseSchema, UpdateAuthHookRequest, UpdateAuthHookRequestSchema, UpdateAuthHookResponse, UpdateAuthHookResponseSchema, UpdateAuthIDPConfigRequest, UpdateAuthIDPConfigRequestSchema, UpdateAuthIDPConfigResponse, UpdateAuthIDPConfigResponseSchema, UpdateAuthMachineUserRequest, UpdateAuthMachineUserRequestSchema, UpdateAuthMachineUserResponse, UpdateAuthMachineUserResponseSchema, UpdateAuthOAuth2ClientRequest, UpdateAuthOAuth2ClientRequestSchema, UpdateAuthOAuth2ClientResponse, UpdateAuthOAuth2ClientResponseSchema, UpdateAuthSCIMConfigRequest, UpdateAuthSCIMConfigRequestSchema, UpdateAuthSCIMConfigResponse, UpdateAuthSCIMConfigResponseSchema, UpdateAuthSCIMResourceRequest, UpdateAuthSCIMResourceRequestSchema, UpdateAuthSCIMResourceResponse, UpdateAuthSCIMResourceResponseSchema, UpdateAuthServiceRequest, UpdateAuthServiceRequestSchema, UpdateAuthServiceResponse, UpdateAuthServiceResponseSchema, UpdateControlplaneMachineUserRequest, UpdateControlplaneMachineUserRequestSchema, UpdateControlplaneMachineUserResponse, UpdateControlplaneMachineUserResponseSchema, UpdateTenantConfigRequest, UpdateTenantConfigRequestSchema, UpdateTenantConfigResponse, UpdateTenantConfigResponseSchema, UpdateUserProfileConfigRequest, UpdateUserProfileConfigRequestSchema, UpdateUserProfileConfigResponse, UpdateUserProfileConfigResponseSchema };
2067
+ export declare const DeleteControlplaneMachineUserResponseSchema: GenMessage<DeleteControlplaneMachineUserResponse>;
2068
+ //#endregion