@evalops/sdk-ts 0.1.13

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 (116) hide show
  1. package/README.md +15 -0
  2. package/dist/agentregistry/v1/service_pb.d.ts +458 -0
  3. package/dist/agentregistry/v1/service_pb.js +100 -0
  4. package/dist/agentruntime/v1/runtime_pb.d.ts +1809 -0
  5. package/dist/agentruntime/v1/runtime_pb.js +480 -0
  6. package/dist/agents/v1/agents_pb.d.ts +1151 -0
  7. package/dist/agents/v1/agents_pb.js +256 -0
  8. package/dist/approvals/v1/approvals_pb.d.ts +788 -0
  9. package/dist/approvals/v1/approvals_pb.js +212 -0
  10. package/dist/artifacts/v1/artifacts_pb.d.ts +1079 -0
  11. package/dist/artifacts/v1/artifacts_pb.js +292 -0
  12. package/dist/attestation/v1/attestation_pb.d.ts +359 -0
  13. package/dist/attestation/v1/attestation_pb.js +84 -0
  14. package/dist/attribution/v1/attribution_pb.d.ts +1312 -0
  15. package/dist/attribution/v1/attribution_pb.js +285 -0
  16. package/dist/audit/v1/audit_pb.d.ts +1151 -0
  17. package/dist/audit/v1/audit_pb.js +262 -0
  18. package/dist/buf/validate/validate_pb.d.ts +4827 -0
  19. package/dist/buf/validate/validate_pb.js +356 -0
  20. package/dist/catalogs/v1/catalogs_pb.d.ts +150 -0
  21. package/dist/catalogs/v1/catalogs_pb.js +38 -0
  22. package/dist/common/v1/analytics_pb.d.ts +134 -0
  23. package/dist/common/v1/analytics_pb.js +72 -0
  24. package/dist/common/v1/authz_pb.d.ts +23 -0
  25. package/dist/common/v1/authz_pb.js +26 -0
  26. package/dist/common/v1/delivery_pb.d.ts +36 -0
  27. package/dist/common/v1/delivery_pb.js +40 -0
  28. package/dist/common/v1/entity_pb.d.ts +44 -0
  29. package/dist/common/v1/entity_pb.js +48 -0
  30. package/dist/common/v1/risk_pb.d.ts +36 -0
  31. package/dist/common/v1/risk_pb.js +40 -0
  32. package/dist/compliance/v1/compliance_pb.d.ts +866 -0
  33. package/dist/compliance/v1/compliance_pb.js +240 -0
  34. package/dist/config/v1/config_pb.d.ts +589 -0
  35. package/dist/config/v1/config_pb.js +164 -0
  36. package/dist/connectors/v1/connectors_pb.d.ts +653 -0
  37. package/dist/connectors/v1/connectors_pb.js +236 -0
  38. package/dist/entities/v1/entities_pb.d.ts +784 -0
  39. package/dist/entities/v1/entities_pb.js +197 -0
  40. package/dist/evalpipeline/v1/evalpipeline_pb.d.ts +943 -0
  41. package/dist/evalpipeline/v1/evalpipeline_pb.js +227 -0
  42. package/dist/events/v1/change_pb.d.ts +60 -0
  43. package/dist/events/v1/change_pb.js +14 -0
  44. package/dist/events/v1/cloudevent_pb.d.ts +63 -0
  45. package/dist/events/v1/cloudevent_pb.js +14 -0
  46. package/dist/events/v1/evaluation_pb.d.ts +124 -0
  47. package/dist/events/v1/evaluation_pb.js +24 -0
  48. package/dist/fermata/v1/fermata_pb.d.ts +1869 -0
  49. package/dist/fermata/v1/fermata_pb.js +515 -0
  50. package/dist/fermata/v1/worker_pb.d.ts +223 -0
  51. package/dist/fermata/v1/worker_pb.js +55 -0
  52. package/dist/gate/v1/audit_pb.d.ts +243 -0
  53. package/dist/gate/v1/audit_pb.js +60 -0
  54. package/dist/gate/v1/connector_pb.d.ts +360 -0
  55. package/dist/gate/v1/connector_pb.js +91 -0
  56. package/dist/gate/v1/controlplane_pb.d.ts +345 -0
  57. package/dist/gate/v1/controlplane_pb.js +19 -0
  58. package/dist/gate/v1/identity_group_pb.d.ts +255 -0
  59. package/dist/gate/v1/identity_group_pb.js +90 -0
  60. package/dist/gate/v1/recording_pb.d.ts +93 -0
  61. package/dist/gate/v1/recording_pb.js +35 -0
  62. package/dist/gate/v1/resource_policy_pb.d.ts +541 -0
  63. package/dist/gate/v1/resource_policy_pb.js +145 -0
  64. package/dist/gate/v1/tenant_pb.d.ts +273 -0
  65. package/dist/gate/v1/tenant_pb.js +101 -0
  66. package/dist/gate/v1/webhook_access_pb.d.ts +359 -0
  67. package/dist/gate/v1/webhook_access_pb.js +105 -0
  68. package/dist/google/api/annotations_pb.d.ts +13 -0
  69. package/dist/google/api/annotations_pb.js +26 -0
  70. package/dist/google/api/http_pb.d.ts +440 -0
  71. package/dist/google/api/http_pb.js +33 -0
  72. package/dist/governance/v1/governance_pb.d.ts +1219 -0
  73. package/dist/governance/v1/governance_pb.js +376 -0
  74. package/dist/identity/v1/organizations_pb.d.ts +621 -0
  75. package/dist/identity/v1/organizations_pb.js +166 -0
  76. package/dist/identity/v1/sessions_pb.d.ts +78 -0
  77. package/dist/identity/v1/sessions_pb.js +19 -0
  78. package/dist/identity/v1/tokens_pb.d.ts +332 -0
  79. package/dist/identity/v1/tokens_pb.js +56 -0
  80. package/dist/ingest/v1/admin_pb.d.ts +471 -0
  81. package/dist/ingest/v1/admin_pb.js +112 -0
  82. package/dist/ingest/v1/event_pb.d.ts +155 -0
  83. package/dist/ingest/v1/event_pb.js +24 -0
  84. package/dist/keys/v1/keys_pb.d.ts +241 -0
  85. package/dist/keys/v1/keys_pb.js +52 -0
  86. package/dist/llmgateway/v1/gateway_pb.d.ts +393 -0
  87. package/dist/llmgateway/v1/gateway_pb.js +79 -0
  88. package/dist/memory/v1/memory_pb.d.ts +1260 -0
  89. package/dist/memory/v1/memory_pb.js +243 -0
  90. package/dist/meter/v1/meter_pb.d.ts +1691 -0
  91. package/dist/meter/v1/meter_pb.js +263 -0
  92. package/dist/notifications/v1/notifications_pb.d.ts +777 -0
  93. package/dist/notifications/v1/notifications_pb.js +257 -0
  94. package/dist/objectives/v1/objectives_pb.d.ts +1000 -0
  95. package/dist/objectives/v1/objectives_pb.js +340 -0
  96. package/dist/posture/v1/posture_pb.d.ts +357 -0
  97. package/dist/posture/v1/posture_pb.js +88 -0
  98. package/dist/prompts/v1/prompts_pb.d.ts +864 -0
  99. package/dist/prompts/v1/prompts_pb.js +156 -0
  100. package/dist/relationships/v1/relationships_pb.d.ts +367 -0
  101. package/dist/relationships/v1/relationships_pb.js +96 -0
  102. package/dist/secretbroker/v1/broker_pb.d.ts +888 -0
  103. package/dist/secretbroker/v1/broker_pb.js +168 -0
  104. package/dist/skills/v1/skills_pb.d.ts +652 -0
  105. package/dist/skills/v1/skills_pb.js +164 -0
  106. package/dist/tap/v1/admin_pb.d.ts +530 -0
  107. package/dist/tap/v1/admin_pb.js +132 -0
  108. package/dist/tap/v1/event_pb.d.ts +141 -0
  109. package/dist/tap/v1/event_pb.js +27 -0
  110. package/dist/toolexecution/v1/toolexecution_pb.d.ts +994 -0
  111. package/dist/toolexecution/v1/toolexecution_pb.js +315 -0
  112. package/dist/traces/v1/traces_pb.d.ts +633 -0
  113. package/dist/traces/v1/traces_pb.js +163 -0
  114. package/dist/workflows/v1/workflows_pb.d.ts +1784 -0
  115. package/dist/workflows/v1/workflows_pb.js +431 -0
  116. package/package.json +272 -0
@@ -0,0 +1,273 @@
1
+ import type { GenFile, GenMessage } from "@bufbuild/protobuf/codegenv2";
2
+ import type { Timestamp } from "@bufbuild/protobuf/wkt";
3
+ import type { APIKey, Member, Organization } from "../../identity/v1/organizations_pb.js";
4
+ import type { Message } from "@bufbuild/protobuf";
5
+ /**
6
+ * Describes the file gate/v1/tenant.proto.
7
+ */
8
+ export declare const file_gate_v1_tenant: GenFile;
9
+ /**
10
+ * @generated from message gate.v1.CreateOrganizationRequest
11
+ */
12
+ export type CreateOrganizationRequest = Message<"gate.v1.CreateOrganizationRequest"> & {
13
+ /**
14
+ * @generated from field: identity.v1.Organization organization = 1;
15
+ */
16
+ organization?: Organization;
17
+ };
18
+ /**
19
+ * Describes the message gate.v1.CreateOrganizationRequest.
20
+ * Use `create(CreateOrganizationRequestSchema)` to create a new message.
21
+ */
22
+ export declare const CreateOrganizationRequestSchema: GenMessage<CreateOrganizationRequest>;
23
+ /**
24
+ * @generated from message gate.v1.CreateOrganizationResponse
25
+ */
26
+ export type CreateOrganizationResponse = Message<"gate.v1.CreateOrganizationResponse"> & {
27
+ /**
28
+ * @generated from field: identity.v1.Organization organization = 1;
29
+ */
30
+ organization?: Organization;
31
+ };
32
+ /**
33
+ * Describes the message gate.v1.CreateOrganizationResponse.
34
+ * Use `create(CreateOrganizationResponseSchema)` to create a new message.
35
+ */
36
+ export declare const CreateOrganizationResponseSchema: GenMessage<CreateOrganizationResponse>;
37
+ /**
38
+ * @generated from message gate.v1.ListOrganizationsRequest
39
+ */
40
+ export type ListOrganizationsRequest = Message<"gate.v1.ListOrganizationsRequest"> & {};
41
+ /**
42
+ * Describes the message gate.v1.ListOrganizationsRequest.
43
+ * Use `create(ListOrganizationsRequestSchema)` to create a new message.
44
+ */
45
+ export declare const ListOrganizationsRequestSchema: GenMessage<ListOrganizationsRequest>;
46
+ /**
47
+ * @generated from message gate.v1.ListOrganizationsResponse
48
+ */
49
+ export type ListOrganizationsResponse = Message<"gate.v1.ListOrganizationsResponse"> & {
50
+ /**
51
+ * @generated from field: repeated identity.v1.Organization organizations = 1;
52
+ */
53
+ organizations: Organization[];
54
+ };
55
+ /**
56
+ * Describes the message gate.v1.ListOrganizationsResponse.
57
+ * Use `create(ListOrganizationsResponseSchema)` to create a new message.
58
+ */
59
+ export declare const ListOrganizationsResponseSchema: GenMessage<ListOrganizationsResponse>;
60
+ /**
61
+ * @generated from message gate.v1.GetOrganizationRequest
62
+ */
63
+ export type GetOrganizationRequest = Message<"gate.v1.GetOrganizationRequest"> & {
64
+ /**
65
+ * @generated from field: string id = 1;
66
+ */
67
+ id: string;
68
+ };
69
+ /**
70
+ * Describes the message gate.v1.GetOrganizationRequest.
71
+ * Use `create(GetOrganizationRequestSchema)` to create a new message.
72
+ */
73
+ export declare const GetOrganizationRequestSchema: GenMessage<GetOrganizationRequest>;
74
+ /**
75
+ * @generated from message gate.v1.GetOrganizationResponse
76
+ */
77
+ export type GetOrganizationResponse = Message<"gate.v1.GetOrganizationResponse"> & {
78
+ /**
79
+ * @generated from field: identity.v1.Organization organization = 1;
80
+ */
81
+ organization?: Organization;
82
+ };
83
+ /**
84
+ * Describes the message gate.v1.GetOrganizationResponse.
85
+ * Use `create(GetOrganizationResponseSchema)` to create a new message.
86
+ */
87
+ export declare const GetOrganizationResponseSchema: GenMessage<GetOrganizationResponse>;
88
+ /**
89
+ * @generated from message gate.v1.AddOrgMemberRequest
90
+ */
91
+ export type AddOrgMemberRequest = Message<"gate.v1.AddOrgMemberRequest"> & {
92
+ /**
93
+ * @generated from field: string org_id = 1;
94
+ */
95
+ orgId: string;
96
+ /**
97
+ * @generated from field: identity.v1.Member member = 2;
98
+ */
99
+ member?: Member;
100
+ };
101
+ /**
102
+ * Describes the message gate.v1.AddOrgMemberRequest.
103
+ * Use `create(AddOrgMemberRequestSchema)` to create a new message.
104
+ */
105
+ export declare const AddOrgMemberRequestSchema: GenMessage<AddOrgMemberRequest>;
106
+ /**
107
+ * @generated from message gate.v1.AddOrgMemberResponse
108
+ */
109
+ export type AddOrgMemberResponse = Message<"gate.v1.AddOrgMemberResponse"> & {
110
+ /**
111
+ * @generated from field: identity.v1.Member member = 1;
112
+ */
113
+ member?: Member;
114
+ };
115
+ /**
116
+ * Describes the message gate.v1.AddOrgMemberResponse.
117
+ * Use `create(AddOrgMemberResponseSchema)` to create a new message.
118
+ */
119
+ export declare const AddOrgMemberResponseSchema: GenMessage<AddOrgMemberResponse>;
120
+ /**
121
+ * @generated from message gate.v1.ListOrgMembersRequest
122
+ */
123
+ export type ListOrgMembersRequest = Message<"gate.v1.ListOrgMembersRequest"> & {
124
+ /**
125
+ * @generated from field: string org_id = 1;
126
+ */
127
+ orgId: string;
128
+ };
129
+ /**
130
+ * Describes the message gate.v1.ListOrgMembersRequest.
131
+ * Use `create(ListOrgMembersRequestSchema)` to create a new message.
132
+ */
133
+ export declare const ListOrgMembersRequestSchema: GenMessage<ListOrgMembersRequest>;
134
+ /**
135
+ * @generated from message gate.v1.ListOrgMembersResponse
136
+ */
137
+ export type ListOrgMembersResponse = Message<"gate.v1.ListOrgMembersResponse"> & {
138
+ /**
139
+ * @generated from field: repeated identity.v1.Member members = 1;
140
+ */
141
+ members: Member[];
142
+ };
143
+ /**
144
+ * Describes the message gate.v1.ListOrgMembersResponse.
145
+ * Use `create(ListOrgMembersResponseSchema)` to create a new message.
146
+ */
147
+ export declare const ListOrgMembersResponseSchema: GenMessage<ListOrgMembersResponse>;
148
+ /**
149
+ * @generated from message gate.v1.RemoveOrgMemberRequest
150
+ */
151
+ export type RemoveOrgMemberRequest = Message<"gate.v1.RemoveOrgMemberRequest"> & {
152
+ /**
153
+ * @generated from field: string org_id = 1;
154
+ */
155
+ orgId: string;
156
+ /**
157
+ * @generated from field: string user_id = 2;
158
+ */
159
+ userId: string;
160
+ };
161
+ /**
162
+ * Describes the message gate.v1.RemoveOrgMemberRequest.
163
+ * Use `create(RemoveOrgMemberRequestSchema)` to create a new message.
164
+ */
165
+ export declare const RemoveOrgMemberRequestSchema: GenMessage<RemoveOrgMemberRequest>;
166
+ /**
167
+ * @generated from message gate.v1.RemoveOrgMemberResponse
168
+ */
169
+ export type RemoveOrgMemberResponse = Message<"gate.v1.RemoveOrgMemberResponse"> & {};
170
+ /**
171
+ * Describes the message gate.v1.RemoveOrgMemberResponse.
172
+ * Use `create(RemoveOrgMemberResponseSchema)` to create a new message.
173
+ */
174
+ export declare const RemoveOrgMemberResponseSchema: GenMessage<RemoveOrgMemberResponse>;
175
+ /**
176
+ * @generated from message gate.v1.CreateAPIKeyRequest
177
+ */
178
+ export type CreateAPIKeyRequest = Message<"gate.v1.CreateAPIKeyRequest"> & {
179
+ /**
180
+ * @generated from field: string org_id = 1;
181
+ */
182
+ orgId: string;
183
+ /**
184
+ * @generated from field: string name = 2;
185
+ */
186
+ name: string;
187
+ /**
188
+ * @generated from field: string role = 3;
189
+ */
190
+ role: string;
191
+ /**
192
+ * @generated from field: google.protobuf.Timestamp expires_at = 4;
193
+ */
194
+ expiresAt?: Timestamp;
195
+ };
196
+ /**
197
+ * Describes the message gate.v1.CreateAPIKeyRequest.
198
+ * Use `create(CreateAPIKeyRequestSchema)` to create a new message.
199
+ */
200
+ export declare const CreateAPIKeyRequestSchema: GenMessage<CreateAPIKeyRequest>;
201
+ /**
202
+ * @generated from message gate.v1.CreateAPIKeyResponse
203
+ */
204
+ export type CreateAPIKeyResponse = Message<"gate.v1.CreateAPIKeyResponse"> & {
205
+ /**
206
+ * @generated from field: identity.v1.APIKey key = 1;
207
+ */
208
+ key?: APIKey;
209
+ /**
210
+ * @generated from field: string api_key = 2;
211
+ */
212
+ apiKey: string;
213
+ };
214
+ /**
215
+ * Describes the message gate.v1.CreateAPIKeyResponse.
216
+ * Use `create(CreateAPIKeyResponseSchema)` to create a new message.
217
+ */
218
+ export declare const CreateAPIKeyResponseSchema: GenMessage<CreateAPIKeyResponse>;
219
+ /**
220
+ * @generated from message gate.v1.ListAPIKeysRequest
221
+ */
222
+ export type ListAPIKeysRequest = Message<"gate.v1.ListAPIKeysRequest"> & {
223
+ /**
224
+ * @generated from field: string org_id = 1;
225
+ */
226
+ orgId: string;
227
+ };
228
+ /**
229
+ * Describes the message gate.v1.ListAPIKeysRequest.
230
+ * Use `create(ListAPIKeysRequestSchema)` to create a new message.
231
+ */
232
+ export declare const ListAPIKeysRequestSchema: GenMessage<ListAPIKeysRequest>;
233
+ /**
234
+ * @generated from message gate.v1.ListAPIKeysResponse
235
+ */
236
+ export type ListAPIKeysResponse = Message<"gate.v1.ListAPIKeysResponse"> & {
237
+ /**
238
+ * @generated from field: repeated identity.v1.APIKey keys = 1;
239
+ */
240
+ keys: APIKey[];
241
+ };
242
+ /**
243
+ * Describes the message gate.v1.ListAPIKeysResponse.
244
+ * Use `create(ListAPIKeysResponseSchema)` to create a new message.
245
+ */
246
+ export declare const ListAPIKeysResponseSchema: GenMessage<ListAPIKeysResponse>;
247
+ /**
248
+ * @generated from message gate.v1.DeleteAPIKeyRequest
249
+ */
250
+ export type DeleteAPIKeyRequest = Message<"gate.v1.DeleteAPIKeyRequest"> & {
251
+ /**
252
+ * @generated from field: string org_id = 1;
253
+ */
254
+ orgId: string;
255
+ /**
256
+ * @generated from field: string key_id = 2;
257
+ */
258
+ keyId: string;
259
+ };
260
+ /**
261
+ * Describes the message gate.v1.DeleteAPIKeyRequest.
262
+ * Use `create(DeleteAPIKeyRequestSchema)` to create a new message.
263
+ */
264
+ export declare const DeleteAPIKeyRequestSchema: GenMessage<DeleteAPIKeyRequest>;
265
+ /**
266
+ * @generated from message gate.v1.DeleteAPIKeyResponse
267
+ */
268
+ export type DeleteAPIKeyResponse = Message<"gate.v1.DeleteAPIKeyResponse"> & {};
269
+ /**
270
+ * Describes the message gate.v1.DeleteAPIKeyResponse.
271
+ * Use `create(DeleteAPIKeyResponseSchema)` to create a new message.
272
+ */
273
+ export declare const DeleteAPIKeyResponseSchema: GenMessage<DeleteAPIKeyResponse>;
@@ -0,0 +1,101 @@
1
+ // @generated by protoc-gen-es v2.11.0 with parameter "target=ts,import_extension=.js"
2
+ // @generated from file gate/v1/tenant.proto (package gate.v1, syntax proto3)
3
+ /* eslint-disable */
4
+ import { fileDesc, messageDesc } from "@bufbuild/protobuf/codegenv2";
5
+ import { file_buf_validate_validate } from "../../buf/validate/validate_pb.js";
6
+ import { file_google_protobuf_timestamp } from "@bufbuild/protobuf/wkt";
7
+ import { file_identity_v1_organizations } from "../../identity/v1/organizations_pb.js";
8
+ /**
9
+ * Describes the file gate/v1/tenant.proto.
10
+ */
11
+ export const file_gate_v1_tenant = /*@__PURE__*/ fileDesc("ChRnYXRlL3YxL3RlbmFudC5wcm90bxIHZ2F0ZS52MSJUChlDcmVhdGVPcmdhbml6YXRpb25SZXF1ZXN0EjcKDG9yZ2FuaXphdGlvbhgBIAEoCzIZLmlkZW50aXR5LnYxLk9yZ2FuaXphdGlvbkIGukgDyAEBIk0KGkNyZWF0ZU9yZ2FuaXphdGlvblJlc3BvbnNlEi8KDG9yZ2FuaXphdGlvbhgBIAEoCzIZLmlkZW50aXR5LnYxLk9yZ2FuaXphdGlvbiIaChhMaXN0T3JnYW5pemF0aW9uc1JlcXVlc3QiTQoZTGlzdE9yZ2FuaXphdGlvbnNSZXNwb25zZRIwCg1vcmdhbml6YXRpb25zGAEgAygLMhkuaWRlbnRpdHkudjEuT3JnYW5pemF0aW9uIi0KFkdldE9yZ2FuaXphdGlvblJlcXVlc3QSEwoCaWQYASABKAlCB7pIBHICEAEiSgoXR2V0T3JnYW5pemF0aW9uUmVzcG9uc2USLwoMb3JnYW5pemF0aW9uGAEgASgLMhkuaWRlbnRpdHkudjEuT3JnYW5pemF0aW9uIlsKE0FkZE9yZ01lbWJlclJlcXVlc3QSFwoGb3JnX2lkGAEgASgJQge6SARyAhABEisKBm1lbWJlchgCIAEoCzITLmlkZW50aXR5LnYxLk1lbWJlckIGukgDyAEBIjsKFEFkZE9yZ01lbWJlclJlc3BvbnNlEiMKBm1lbWJlchgBIAEoCzITLmlkZW50aXR5LnYxLk1lbWJlciIwChVMaXN0T3JnTWVtYmVyc1JlcXVlc3QSFwoGb3JnX2lkGAEgASgJQge6SARyAhABIj4KFkxpc3RPcmdNZW1iZXJzUmVzcG9uc2USJAoHbWVtYmVycxgBIAMoCzITLmlkZW50aXR5LnYxLk1lbWJlciJLChZSZW1vdmVPcmdNZW1iZXJSZXF1ZXN0EhcKBm9yZ19pZBgBIAEoCUIHukgEcgIQARIYCgd1c2VyX2lkGAIgASgJQge6SARyAhABIhkKF1JlbW92ZU9yZ01lbWJlclJlc3BvbnNlIowBChNDcmVhdGVBUElLZXlSZXF1ZXN0EhcKBm9yZ19pZBgBIAEoCUIHukgEcgIQARIVCgRuYW1lGAIgASgJQge6SARyAhABEhUKBHJvbGUYAyABKAlCB7pIBHICEAESLgoKZXhwaXJlc19hdBgEIAEoCzIaLmdvb2dsZS5wcm90b2J1Zi5UaW1lc3RhbXAiSQoUQ3JlYXRlQVBJS2V5UmVzcG9uc2USIAoDa2V5GAEgASgLMhMuaWRlbnRpdHkudjEuQVBJS2V5Eg8KB2FwaV9rZXkYAiABKAkiLQoSTGlzdEFQSUtleXNSZXF1ZXN0EhcKBm9yZ19pZBgBIAEoCUIHukgEcgIQASI4ChNMaXN0QVBJS2V5c1Jlc3BvbnNlEiEKBGtleXMYASADKAsyEy5pZGVudGl0eS52MS5BUElLZXkiRwoTRGVsZXRlQVBJS2V5UmVxdWVzdBIXCgZvcmdfaWQYASABKAlCB7pIBHICEAESFwoGa2V5X2lkGAIgASgJQge6SARyAhABIhYKFERlbGV0ZUFQSUtleVJlc3BvbnNlQjNaMWdpdGh1Yi5jb20vZXZhbG9wcy9wbGF0Zm9ybS9nZW4vZ28vZ2F0ZS92MTtnYXRldjFiBnByb3RvMw", [file_buf_validate_validate, file_google_protobuf_timestamp, file_identity_v1_organizations]);
12
+ /**
13
+ * Describes the message gate.v1.CreateOrganizationRequest.
14
+ * Use `create(CreateOrganizationRequestSchema)` to create a new message.
15
+ */
16
+ export const CreateOrganizationRequestSchema = /*@__PURE__*/ messageDesc(file_gate_v1_tenant, 0);
17
+ /**
18
+ * Describes the message gate.v1.CreateOrganizationResponse.
19
+ * Use `create(CreateOrganizationResponseSchema)` to create a new message.
20
+ */
21
+ export const CreateOrganizationResponseSchema = /*@__PURE__*/ messageDesc(file_gate_v1_tenant, 1);
22
+ /**
23
+ * Describes the message gate.v1.ListOrganizationsRequest.
24
+ * Use `create(ListOrganizationsRequestSchema)` to create a new message.
25
+ */
26
+ export const ListOrganizationsRequestSchema = /*@__PURE__*/ messageDesc(file_gate_v1_tenant, 2);
27
+ /**
28
+ * Describes the message gate.v1.ListOrganizationsResponse.
29
+ * Use `create(ListOrganizationsResponseSchema)` to create a new message.
30
+ */
31
+ export const ListOrganizationsResponseSchema = /*@__PURE__*/ messageDesc(file_gate_v1_tenant, 3);
32
+ /**
33
+ * Describes the message gate.v1.GetOrganizationRequest.
34
+ * Use `create(GetOrganizationRequestSchema)` to create a new message.
35
+ */
36
+ export const GetOrganizationRequestSchema = /*@__PURE__*/ messageDesc(file_gate_v1_tenant, 4);
37
+ /**
38
+ * Describes the message gate.v1.GetOrganizationResponse.
39
+ * Use `create(GetOrganizationResponseSchema)` to create a new message.
40
+ */
41
+ export const GetOrganizationResponseSchema = /*@__PURE__*/ messageDesc(file_gate_v1_tenant, 5);
42
+ /**
43
+ * Describes the message gate.v1.AddOrgMemberRequest.
44
+ * Use `create(AddOrgMemberRequestSchema)` to create a new message.
45
+ */
46
+ export const AddOrgMemberRequestSchema = /*@__PURE__*/ messageDesc(file_gate_v1_tenant, 6);
47
+ /**
48
+ * Describes the message gate.v1.AddOrgMemberResponse.
49
+ * Use `create(AddOrgMemberResponseSchema)` to create a new message.
50
+ */
51
+ export const AddOrgMemberResponseSchema = /*@__PURE__*/ messageDesc(file_gate_v1_tenant, 7);
52
+ /**
53
+ * Describes the message gate.v1.ListOrgMembersRequest.
54
+ * Use `create(ListOrgMembersRequestSchema)` to create a new message.
55
+ */
56
+ export const ListOrgMembersRequestSchema = /*@__PURE__*/ messageDesc(file_gate_v1_tenant, 8);
57
+ /**
58
+ * Describes the message gate.v1.ListOrgMembersResponse.
59
+ * Use `create(ListOrgMembersResponseSchema)` to create a new message.
60
+ */
61
+ export const ListOrgMembersResponseSchema = /*@__PURE__*/ messageDesc(file_gate_v1_tenant, 9);
62
+ /**
63
+ * Describes the message gate.v1.RemoveOrgMemberRequest.
64
+ * Use `create(RemoveOrgMemberRequestSchema)` to create a new message.
65
+ */
66
+ export const RemoveOrgMemberRequestSchema = /*@__PURE__*/ messageDesc(file_gate_v1_tenant, 10);
67
+ /**
68
+ * Describes the message gate.v1.RemoveOrgMemberResponse.
69
+ * Use `create(RemoveOrgMemberResponseSchema)` to create a new message.
70
+ */
71
+ export const RemoveOrgMemberResponseSchema = /*@__PURE__*/ messageDesc(file_gate_v1_tenant, 11);
72
+ /**
73
+ * Describes the message gate.v1.CreateAPIKeyRequest.
74
+ * Use `create(CreateAPIKeyRequestSchema)` to create a new message.
75
+ */
76
+ export const CreateAPIKeyRequestSchema = /*@__PURE__*/ messageDesc(file_gate_v1_tenant, 12);
77
+ /**
78
+ * Describes the message gate.v1.CreateAPIKeyResponse.
79
+ * Use `create(CreateAPIKeyResponseSchema)` to create a new message.
80
+ */
81
+ export const CreateAPIKeyResponseSchema = /*@__PURE__*/ messageDesc(file_gate_v1_tenant, 13);
82
+ /**
83
+ * Describes the message gate.v1.ListAPIKeysRequest.
84
+ * Use `create(ListAPIKeysRequestSchema)` to create a new message.
85
+ */
86
+ export const ListAPIKeysRequestSchema = /*@__PURE__*/ messageDesc(file_gate_v1_tenant, 14);
87
+ /**
88
+ * Describes the message gate.v1.ListAPIKeysResponse.
89
+ * Use `create(ListAPIKeysResponseSchema)` to create a new message.
90
+ */
91
+ export const ListAPIKeysResponseSchema = /*@__PURE__*/ messageDesc(file_gate_v1_tenant, 15);
92
+ /**
93
+ * Describes the message gate.v1.DeleteAPIKeyRequest.
94
+ * Use `create(DeleteAPIKeyRequestSchema)` to create a new message.
95
+ */
96
+ export const DeleteAPIKeyRequestSchema = /*@__PURE__*/ messageDesc(file_gate_v1_tenant, 16);
97
+ /**
98
+ * Describes the message gate.v1.DeleteAPIKeyResponse.
99
+ * Use `create(DeleteAPIKeyResponseSchema)` to create a new message.
100
+ */
101
+ export const DeleteAPIKeyResponseSchema = /*@__PURE__*/ messageDesc(file_gate_v1_tenant, 17);