@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.
- package/README.md +15 -0
- package/dist/agentregistry/v1/service_pb.d.ts +458 -0
- package/dist/agentregistry/v1/service_pb.js +100 -0
- package/dist/agentruntime/v1/runtime_pb.d.ts +1809 -0
- package/dist/agentruntime/v1/runtime_pb.js +480 -0
- package/dist/agents/v1/agents_pb.d.ts +1151 -0
- package/dist/agents/v1/agents_pb.js +256 -0
- package/dist/approvals/v1/approvals_pb.d.ts +788 -0
- package/dist/approvals/v1/approvals_pb.js +212 -0
- package/dist/artifacts/v1/artifacts_pb.d.ts +1079 -0
- package/dist/artifacts/v1/artifacts_pb.js +292 -0
- package/dist/attestation/v1/attestation_pb.d.ts +359 -0
- package/dist/attestation/v1/attestation_pb.js +84 -0
- package/dist/attribution/v1/attribution_pb.d.ts +1312 -0
- package/dist/attribution/v1/attribution_pb.js +285 -0
- package/dist/audit/v1/audit_pb.d.ts +1151 -0
- package/dist/audit/v1/audit_pb.js +262 -0
- package/dist/buf/validate/validate_pb.d.ts +4827 -0
- package/dist/buf/validate/validate_pb.js +356 -0
- package/dist/catalogs/v1/catalogs_pb.d.ts +150 -0
- package/dist/catalogs/v1/catalogs_pb.js +38 -0
- package/dist/common/v1/analytics_pb.d.ts +134 -0
- package/dist/common/v1/analytics_pb.js +72 -0
- package/dist/common/v1/authz_pb.d.ts +23 -0
- package/dist/common/v1/authz_pb.js +26 -0
- package/dist/common/v1/delivery_pb.d.ts +36 -0
- package/dist/common/v1/delivery_pb.js +40 -0
- package/dist/common/v1/entity_pb.d.ts +44 -0
- package/dist/common/v1/entity_pb.js +48 -0
- package/dist/common/v1/risk_pb.d.ts +36 -0
- package/dist/common/v1/risk_pb.js +40 -0
- package/dist/compliance/v1/compliance_pb.d.ts +866 -0
- package/dist/compliance/v1/compliance_pb.js +240 -0
- package/dist/config/v1/config_pb.d.ts +589 -0
- package/dist/config/v1/config_pb.js +164 -0
- package/dist/connectors/v1/connectors_pb.d.ts +653 -0
- package/dist/connectors/v1/connectors_pb.js +236 -0
- package/dist/entities/v1/entities_pb.d.ts +784 -0
- package/dist/entities/v1/entities_pb.js +197 -0
- package/dist/evalpipeline/v1/evalpipeline_pb.d.ts +943 -0
- package/dist/evalpipeline/v1/evalpipeline_pb.js +227 -0
- package/dist/events/v1/change_pb.d.ts +60 -0
- package/dist/events/v1/change_pb.js +14 -0
- package/dist/events/v1/cloudevent_pb.d.ts +63 -0
- package/dist/events/v1/cloudevent_pb.js +14 -0
- package/dist/events/v1/evaluation_pb.d.ts +124 -0
- package/dist/events/v1/evaluation_pb.js +24 -0
- package/dist/fermata/v1/fermata_pb.d.ts +1869 -0
- package/dist/fermata/v1/fermata_pb.js +515 -0
- package/dist/fermata/v1/worker_pb.d.ts +223 -0
- package/dist/fermata/v1/worker_pb.js +55 -0
- package/dist/gate/v1/audit_pb.d.ts +243 -0
- package/dist/gate/v1/audit_pb.js +60 -0
- package/dist/gate/v1/connector_pb.d.ts +360 -0
- package/dist/gate/v1/connector_pb.js +91 -0
- package/dist/gate/v1/controlplane_pb.d.ts +345 -0
- package/dist/gate/v1/controlplane_pb.js +19 -0
- package/dist/gate/v1/identity_group_pb.d.ts +255 -0
- package/dist/gate/v1/identity_group_pb.js +90 -0
- package/dist/gate/v1/recording_pb.d.ts +93 -0
- package/dist/gate/v1/recording_pb.js +35 -0
- package/dist/gate/v1/resource_policy_pb.d.ts +541 -0
- package/dist/gate/v1/resource_policy_pb.js +145 -0
- package/dist/gate/v1/tenant_pb.d.ts +273 -0
- package/dist/gate/v1/tenant_pb.js +101 -0
- package/dist/gate/v1/webhook_access_pb.d.ts +359 -0
- package/dist/gate/v1/webhook_access_pb.js +105 -0
- package/dist/google/api/annotations_pb.d.ts +13 -0
- package/dist/google/api/annotations_pb.js +26 -0
- package/dist/google/api/http_pb.d.ts +440 -0
- package/dist/google/api/http_pb.js +33 -0
- package/dist/governance/v1/governance_pb.d.ts +1219 -0
- package/dist/governance/v1/governance_pb.js +376 -0
- package/dist/identity/v1/organizations_pb.d.ts +621 -0
- package/dist/identity/v1/organizations_pb.js +166 -0
- package/dist/identity/v1/sessions_pb.d.ts +78 -0
- package/dist/identity/v1/sessions_pb.js +19 -0
- package/dist/identity/v1/tokens_pb.d.ts +332 -0
- package/dist/identity/v1/tokens_pb.js +56 -0
- package/dist/ingest/v1/admin_pb.d.ts +471 -0
- package/dist/ingest/v1/admin_pb.js +112 -0
- package/dist/ingest/v1/event_pb.d.ts +155 -0
- package/dist/ingest/v1/event_pb.js +24 -0
- package/dist/keys/v1/keys_pb.d.ts +241 -0
- package/dist/keys/v1/keys_pb.js +52 -0
- package/dist/llmgateway/v1/gateway_pb.d.ts +393 -0
- package/dist/llmgateway/v1/gateway_pb.js +79 -0
- package/dist/memory/v1/memory_pb.d.ts +1260 -0
- package/dist/memory/v1/memory_pb.js +243 -0
- package/dist/meter/v1/meter_pb.d.ts +1691 -0
- package/dist/meter/v1/meter_pb.js +263 -0
- package/dist/notifications/v1/notifications_pb.d.ts +777 -0
- package/dist/notifications/v1/notifications_pb.js +257 -0
- package/dist/objectives/v1/objectives_pb.d.ts +1000 -0
- package/dist/objectives/v1/objectives_pb.js +340 -0
- package/dist/posture/v1/posture_pb.d.ts +357 -0
- package/dist/posture/v1/posture_pb.js +88 -0
- package/dist/prompts/v1/prompts_pb.d.ts +864 -0
- package/dist/prompts/v1/prompts_pb.js +156 -0
- package/dist/relationships/v1/relationships_pb.d.ts +367 -0
- package/dist/relationships/v1/relationships_pb.js +96 -0
- package/dist/secretbroker/v1/broker_pb.d.ts +888 -0
- package/dist/secretbroker/v1/broker_pb.js +168 -0
- package/dist/skills/v1/skills_pb.d.ts +652 -0
- package/dist/skills/v1/skills_pb.js +164 -0
- package/dist/tap/v1/admin_pb.d.ts +530 -0
- package/dist/tap/v1/admin_pb.js +132 -0
- package/dist/tap/v1/event_pb.d.ts +141 -0
- package/dist/tap/v1/event_pb.js +27 -0
- package/dist/toolexecution/v1/toolexecution_pb.d.ts +994 -0
- package/dist/toolexecution/v1/toolexecution_pb.js +315 -0
- package/dist/traces/v1/traces_pb.d.ts +633 -0
- package/dist/traces/v1/traces_pb.js +163 -0
- package/dist/workflows/v1/workflows_pb.d.ts +1784 -0
- package/dist/workflows/v1/workflows_pb.js +431 -0
- package/package.json +272 -0
|
@@ -0,0 +1,345 @@
|
|
|
1
|
+
import type { GenFile, GenService } from "@bufbuild/protobuf/codegenv2";
|
|
2
|
+
import type { ExportAuditLogsRequestSchema, ExportAuditLogsResponseSchema, PurgeAuditLogsRequestSchema, PurgeAuditLogsResponseSchema, QueryAuditLogsRequestSchema, QueryAuditLogsResponseSchema } from "./audit_pb.js";
|
|
3
|
+
import type { ListConnectorsRequestSchema, ListConnectorsResponseSchema } from "./connector_pb.js";
|
|
4
|
+
import type { AddGroupMemberRequestSchema, AddGroupMemberResponseSchema, CreateGroupRequestSchema, CreateGroupResponseSchema, CreateIdentityRequestSchema, CreateIdentityResponseSchema, GetIdentityRequestSchema, GetIdentityResponseSchema, ListGroupsRequestSchema, ListGroupsResponseSchema, ListIdentitiesRequestSchema, ListIdentitiesResponseSchema, RemoveGroupMemberRequestSchema, RemoveGroupMemberResponseSchema } from "./identity_group_pb.js";
|
|
5
|
+
import type { GetRecordingRequestSchema, GetRecordingResponseSchema, ListRecordingsRequestSchema, ListRecordingsResponseSchema } from "./recording_pb.js";
|
|
6
|
+
import type { CreatePolicyRequestSchema, CreatePolicyResponseSchema, CreateResourceRequestSchema, CreateResourceResponseSchema, DeletePolicyRequestSchema, DeletePolicyResponseSchema, DeleteResourceRequestSchema, DeleteResourceResponseSchema, GetPolicyRequestSchema, GetPolicyResponseSchema, GetResourceRequestSchema, GetResourceResponseSchema, ListPoliciesRequestSchema, ListPoliciesResponseSchema, ListResourcesRequestSchema, ListResourcesResponseSchema, SimulatePolicyRequestSchema, SimulatePolicyResponseSchema, UpdatePolicyRequestSchema, UpdatePolicyResponseSchema, UpdateResourceRequestSchema, UpdateResourceResponseSchema } from "./resource_policy_pb.js";
|
|
7
|
+
import type { AddOrgMemberRequestSchema, AddOrgMemberResponseSchema, CreateAPIKeyRequestSchema, CreateAPIKeyResponseSchema, CreateOrganizationRequestSchema, CreateOrganizationResponseSchema, DeleteAPIKeyRequestSchema, DeleteAPIKeyResponseSchema, GetOrganizationRequestSchema, GetOrganizationResponseSchema, ListAPIKeysRequestSchema, ListAPIKeysResponseSchema, ListOrganizationsRequestSchema, ListOrganizationsResponseSchema, ListOrgMembersRequestSchema, ListOrgMembersResponseSchema, RemoveOrgMemberRequestSchema, RemoveOrgMemberResponseSchema } from "./tenant_pb.js";
|
|
8
|
+
import type { ApproveAccessRequestRequestSchema, ApproveAccessRequestResponseSchema, CreateAccessRequestRequestSchema, CreateAccessRequestResponseSchema, CreateWebhookRequestSchema, CreateWebhookResponseSchema, DeleteWebhookRequestSchema, DeleteWebhookResponseSchema, DenyAccessRequestRequestSchema, DenyAccessRequestResponseSchema, GetAccessRequestRequestSchema, GetAccessRequestResponseSchema, ListAccessRequestsRequestSchema, ListAccessRequestsResponseSchema, ListWebhooksRequestSchema, ListWebhooksResponseSchema } from "./webhook_access_pb.js";
|
|
9
|
+
/**
|
|
10
|
+
* Describes the file gate/v1/controlplane.proto.
|
|
11
|
+
*/
|
|
12
|
+
export declare const file_gate_v1_controlplane: GenFile;
|
|
13
|
+
/**
|
|
14
|
+
* @generated from service gate.v1.ControlPlaneService
|
|
15
|
+
*/
|
|
16
|
+
export declare const ControlPlaneService: GenService<{
|
|
17
|
+
/**
|
|
18
|
+
* @generated from rpc gate.v1.ControlPlaneService.ListResources
|
|
19
|
+
*/
|
|
20
|
+
listResources: {
|
|
21
|
+
methodKind: "unary";
|
|
22
|
+
input: typeof ListResourcesRequestSchema;
|
|
23
|
+
output: typeof ListResourcesResponseSchema;
|
|
24
|
+
};
|
|
25
|
+
/**
|
|
26
|
+
* @generated from rpc gate.v1.ControlPlaneService.CreateResource
|
|
27
|
+
*/
|
|
28
|
+
createResource: {
|
|
29
|
+
methodKind: "unary";
|
|
30
|
+
input: typeof CreateResourceRequestSchema;
|
|
31
|
+
output: typeof CreateResourceResponseSchema;
|
|
32
|
+
};
|
|
33
|
+
/**
|
|
34
|
+
* @generated from rpc gate.v1.ControlPlaneService.GetResource
|
|
35
|
+
*/
|
|
36
|
+
getResource: {
|
|
37
|
+
methodKind: "unary";
|
|
38
|
+
input: typeof GetResourceRequestSchema;
|
|
39
|
+
output: typeof GetResourceResponseSchema;
|
|
40
|
+
};
|
|
41
|
+
/**
|
|
42
|
+
* @generated from rpc gate.v1.ControlPlaneService.UpdateResource
|
|
43
|
+
*/
|
|
44
|
+
updateResource: {
|
|
45
|
+
methodKind: "unary";
|
|
46
|
+
input: typeof UpdateResourceRequestSchema;
|
|
47
|
+
output: typeof UpdateResourceResponseSchema;
|
|
48
|
+
};
|
|
49
|
+
/**
|
|
50
|
+
* @generated from rpc gate.v1.ControlPlaneService.DeleteResource
|
|
51
|
+
*/
|
|
52
|
+
deleteResource: {
|
|
53
|
+
methodKind: "unary";
|
|
54
|
+
input: typeof DeleteResourceRequestSchema;
|
|
55
|
+
output: typeof DeleteResourceResponseSchema;
|
|
56
|
+
};
|
|
57
|
+
/**
|
|
58
|
+
* @generated from rpc gate.v1.ControlPlaneService.ListPolicies
|
|
59
|
+
*/
|
|
60
|
+
listPolicies: {
|
|
61
|
+
methodKind: "unary";
|
|
62
|
+
input: typeof ListPoliciesRequestSchema;
|
|
63
|
+
output: typeof ListPoliciesResponseSchema;
|
|
64
|
+
};
|
|
65
|
+
/**
|
|
66
|
+
* @generated from rpc gate.v1.ControlPlaneService.CreatePolicy
|
|
67
|
+
*/
|
|
68
|
+
createPolicy: {
|
|
69
|
+
methodKind: "unary";
|
|
70
|
+
input: typeof CreatePolicyRequestSchema;
|
|
71
|
+
output: typeof CreatePolicyResponseSchema;
|
|
72
|
+
};
|
|
73
|
+
/**
|
|
74
|
+
* @generated from rpc gate.v1.ControlPlaneService.GetPolicy
|
|
75
|
+
*/
|
|
76
|
+
getPolicy: {
|
|
77
|
+
methodKind: "unary";
|
|
78
|
+
input: typeof GetPolicyRequestSchema;
|
|
79
|
+
output: typeof GetPolicyResponseSchema;
|
|
80
|
+
};
|
|
81
|
+
/**
|
|
82
|
+
* @generated from rpc gate.v1.ControlPlaneService.UpdatePolicy
|
|
83
|
+
*/
|
|
84
|
+
updatePolicy: {
|
|
85
|
+
methodKind: "unary";
|
|
86
|
+
input: typeof UpdatePolicyRequestSchema;
|
|
87
|
+
output: typeof UpdatePolicyResponseSchema;
|
|
88
|
+
};
|
|
89
|
+
/**
|
|
90
|
+
* @generated from rpc gate.v1.ControlPlaneService.DeletePolicy
|
|
91
|
+
*/
|
|
92
|
+
deletePolicy: {
|
|
93
|
+
methodKind: "unary";
|
|
94
|
+
input: typeof DeletePolicyRequestSchema;
|
|
95
|
+
output: typeof DeletePolicyResponseSchema;
|
|
96
|
+
};
|
|
97
|
+
/**
|
|
98
|
+
* @generated from rpc gate.v1.ControlPlaneService.SimulatePolicy
|
|
99
|
+
*/
|
|
100
|
+
simulatePolicy: {
|
|
101
|
+
methodKind: "unary";
|
|
102
|
+
input: typeof SimulatePolicyRequestSchema;
|
|
103
|
+
output: typeof SimulatePolicyResponseSchema;
|
|
104
|
+
};
|
|
105
|
+
/**
|
|
106
|
+
* @generated from rpc gate.v1.ControlPlaneService.ListIdentities
|
|
107
|
+
*/
|
|
108
|
+
listIdentities: {
|
|
109
|
+
methodKind: "unary";
|
|
110
|
+
input: typeof ListIdentitiesRequestSchema;
|
|
111
|
+
output: typeof ListIdentitiesResponseSchema;
|
|
112
|
+
};
|
|
113
|
+
/**
|
|
114
|
+
* @generated from rpc gate.v1.ControlPlaneService.CreateIdentity
|
|
115
|
+
*/
|
|
116
|
+
createIdentity: {
|
|
117
|
+
methodKind: "unary";
|
|
118
|
+
input: typeof CreateIdentityRequestSchema;
|
|
119
|
+
output: typeof CreateIdentityResponseSchema;
|
|
120
|
+
};
|
|
121
|
+
/**
|
|
122
|
+
* @generated from rpc gate.v1.ControlPlaneService.GetIdentity
|
|
123
|
+
*/
|
|
124
|
+
getIdentity: {
|
|
125
|
+
methodKind: "unary";
|
|
126
|
+
input: typeof GetIdentityRequestSchema;
|
|
127
|
+
output: typeof GetIdentityResponseSchema;
|
|
128
|
+
};
|
|
129
|
+
/**
|
|
130
|
+
* @generated from rpc gate.v1.ControlPlaneService.ListGroups
|
|
131
|
+
*/
|
|
132
|
+
listGroups: {
|
|
133
|
+
methodKind: "unary";
|
|
134
|
+
input: typeof ListGroupsRequestSchema;
|
|
135
|
+
output: typeof ListGroupsResponseSchema;
|
|
136
|
+
};
|
|
137
|
+
/**
|
|
138
|
+
* @generated from rpc gate.v1.ControlPlaneService.CreateGroup
|
|
139
|
+
*/
|
|
140
|
+
createGroup: {
|
|
141
|
+
methodKind: "unary";
|
|
142
|
+
input: typeof CreateGroupRequestSchema;
|
|
143
|
+
output: typeof CreateGroupResponseSchema;
|
|
144
|
+
};
|
|
145
|
+
/**
|
|
146
|
+
* @generated from rpc gate.v1.ControlPlaneService.AddGroupMember
|
|
147
|
+
*/
|
|
148
|
+
addGroupMember: {
|
|
149
|
+
methodKind: "unary";
|
|
150
|
+
input: typeof AddGroupMemberRequestSchema;
|
|
151
|
+
output: typeof AddGroupMemberResponseSchema;
|
|
152
|
+
};
|
|
153
|
+
/**
|
|
154
|
+
* @generated from rpc gate.v1.ControlPlaneService.RemoveGroupMember
|
|
155
|
+
*/
|
|
156
|
+
removeGroupMember: {
|
|
157
|
+
methodKind: "unary";
|
|
158
|
+
input: typeof RemoveGroupMemberRequestSchema;
|
|
159
|
+
output: typeof RemoveGroupMemberResponseSchema;
|
|
160
|
+
};
|
|
161
|
+
/**
|
|
162
|
+
* @generated from rpc gate.v1.ControlPlaneService.ListConnectors
|
|
163
|
+
*/
|
|
164
|
+
listConnectors: {
|
|
165
|
+
methodKind: "unary";
|
|
166
|
+
input: typeof ListConnectorsRequestSchema;
|
|
167
|
+
output: typeof ListConnectorsResponseSchema;
|
|
168
|
+
};
|
|
169
|
+
/**
|
|
170
|
+
* @generated from rpc gate.v1.ControlPlaneService.CreateWebhook
|
|
171
|
+
*/
|
|
172
|
+
createWebhook: {
|
|
173
|
+
methodKind: "unary";
|
|
174
|
+
input: typeof CreateWebhookRequestSchema;
|
|
175
|
+
output: typeof CreateWebhookResponseSchema;
|
|
176
|
+
};
|
|
177
|
+
/**
|
|
178
|
+
* @generated from rpc gate.v1.ControlPlaneService.ListWebhooks
|
|
179
|
+
*/
|
|
180
|
+
listWebhooks: {
|
|
181
|
+
methodKind: "unary";
|
|
182
|
+
input: typeof ListWebhooksRequestSchema;
|
|
183
|
+
output: typeof ListWebhooksResponseSchema;
|
|
184
|
+
};
|
|
185
|
+
/**
|
|
186
|
+
* @generated from rpc gate.v1.ControlPlaneService.DeleteWebhook
|
|
187
|
+
*/
|
|
188
|
+
deleteWebhook: {
|
|
189
|
+
methodKind: "unary";
|
|
190
|
+
input: typeof DeleteWebhookRequestSchema;
|
|
191
|
+
output: typeof DeleteWebhookResponseSchema;
|
|
192
|
+
};
|
|
193
|
+
/**
|
|
194
|
+
* @generated from rpc gate.v1.ControlPlaneService.CreateAccessRequest
|
|
195
|
+
*/
|
|
196
|
+
createAccessRequest: {
|
|
197
|
+
methodKind: "unary";
|
|
198
|
+
input: typeof CreateAccessRequestRequestSchema;
|
|
199
|
+
output: typeof CreateAccessRequestResponseSchema;
|
|
200
|
+
};
|
|
201
|
+
/**
|
|
202
|
+
* @generated from rpc gate.v1.ControlPlaneService.ListAccessRequests
|
|
203
|
+
*/
|
|
204
|
+
listAccessRequests: {
|
|
205
|
+
methodKind: "unary";
|
|
206
|
+
input: typeof ListAccessRequestsRequestSchema;
|
|
207
|
+
output: typeof ListAccessRequestsResponseSchema;
|
|
208
|
+
};
|
|
209
|
+
/**
|
|
210
|
+
* @generated from rpc gate.v1.ControlPlaneService.GetAccessRequest
|
|
211
|
+
*/
|
|
212
|
+
getAccessRequest: {
|
|
213
|
+
methodKind: "unary";
|
|
214
|
+
input: typeof GetAccessRequestRequestSchema;
|
|
215
|
+
output: typeof GetAccessRequestResponseSchema;
|
|
216
|
+
};
|
|
217
|
+
/**
|
|
218
|
+
* @generated from rpc gate.v1.ControlPlaneService.ApproveAccessRequest
|
|
219
|
+
*/
|
|
220
|
+
approveAccessRequest: {
|
|
221
|
+
methodKind: "unary";
|
|
222
|
+
input: typeof ApproveAccessRequestRequestSchema;
|
|
223
|
+
output: typeof ApproveAccessRequestResponseSchema;
|
|
224
|
+
};
|
|
225
|
+
/**
|
|
226
|
+
* @generated from rpc gate.v1.ControlPlaneService.DenyAccessRequest
|
|
227
|
+
*/
|
|
228
|
+
denyAccessRequest: {
|
|
229
|
+
methodKind: "unary";
|
|
230
|
+
input: typeof DenyAccessRequestRequestSchema;
|
|
231
|
+
output: typeof DenyAccessRequestResponseSchema;
|
|
232
|
+
};
|
|
233
|
+
/**
|
|
234
|
+
* @generated from rpc gate.v1.ControlPlaneService.CreateOrganization
|
|
235
|
+
*/
|
|
236
|
+
createOrganization: {
|
|
237
|
+
methodKind: "unary";
|
|
238
|
+
input: typeof CreateOrganizationRequestSchema;
|
|
239
|
+
output: typeof CreateOrganizationResponseSchema;
|
|
240
|
+
};
|
|
241
|
+
/**
|
|
242
|
+
* @generated from rpc gate.v1.ControlPlaneService.ListOrganizations
|
|
243
|
+
*/
|
|
244
|
+
listOrganizations: {
|
|
245
|
+
methodKind: "unary";
|
|
246
|
+
input: typeof ListOrganizationsRequestSchema;
|
|
247
|
+
output: typeof ListOrganizationsResponseSchema;
|
|
248
|
+
};
|
|
249
|
+
/**
|
|
250
|
+
* @generated from rpc gate.v1.ControlPlaneService.GetOrganization
|
|
251
|
+
*/
|
|
252
|
+
getOrganization: {
|
|
253
|
+
methodKind: "unary";
|
|
254
|
+
input: typeof GetOrganizationRequestSchema;
|
|
255
|
+
output: typeof GetOrganizationResponseSchema;
|
|
256
|
+
};
|
|
257
|
+
/**
|
|
258
|
+
* @generated from rpc gate.v1.ControlPlaneService.AddOrgMember
|
|
259
|
+
*/
|
|
260
|
+
addOrgMember: {
|
|
261
|
+
methodKind: "unary";
|
|
262
|
+
input: typeof AddOrgMemberRequestSchema;
|
|
263
|
+
output: typeof AddOrgMemberResponseSchema;
|
|
264
|
+
};
|
|
265
|
+
/**
|
|
266
|
+
* @generated from rpc gate.v1.ControlPlaneService.ListOrgMembers
|
|
267
|
+
*/
|
|
268
|
+
listOrgMembers: {
|
|
269
|
+
methodKind: "unary";
|
|
270
|
+
input: typeof ListOrgMembersRequestSchema;
|
|
271
|
+
output: typeof ListOrgMembersResponseSchema;
|
|
272
|
+
};
|
|
273
|
+
/**
|
|
274
|
+
* @generated from rpc gate.v1.ControlPlaneService.RemoveOrgMember
|
|
275
|
+
*/
|
|
276
|
+
removeOrgMember: {
|
|
277
|
+
methodKind: "unary";
|
|
278
|
+
input: typeof RemoveOrgMemberRequestSchema;
|
|
279
|
+
output: typeof RemoveOrgMemberResponseSchema;
|
|
280
|
+
};
|
|
281
|
+
/**
|
|
282
|
+
* @generated from rpc gate.v1.ControlPlaneService.CreateAPIKey
|
|
283
|
+
*/
|
|
284
|
+
createAPIKey: {
|
|
285
|
+
methodKind: "unary";
|
|
286
|
+
input: typeof CreateAPIKeyRequestSchema;
|
|
287
|
+
output: typeof CreateAPIKeyResponseSchema;
|
|
288
|
+
};
|
|
289
|
+
/**
|
|
290
|
+
* @generated from rpc gate.v1.ControlPlaneService.ListAPIKeys
|
|
291
|
+
*/
|
|
292
|
+
listAPIKeys: {
|
|
293
|
+
methodKind: "unary";
|
|
294
|
+
input: typeof ListAPIKeysRequestSchema;
|
|
295
|
+
output: typeof ListAPIKeysResponseSchema;
|
|
296
|
+
};
|
|
297
|
+
/**
|
|
298
|
+
* @generated from rpc gate.v1.ControlPlaneService.DeleteAPIKey
|
|
299
|
+
*/
|
|
300
|
+
deleteAPIKey: {
|
|
301
|
+
methodKind: "unary";
|
|
302
|
+
input: typeof DeleteAPIKeyRequestSchema;
|
|
303
|
+
output: typeof DeleteAPIKeyResponseSchema;
|
|
304
|
+
};
|
|
305
|
+
/**
|
|
306
|
+
* @generated from rpc gate.v1.ControlPlaneService.QueryAuditLogs
|
|
307
|
+
*/
|
|
308
|
+
queryAuditLogs: {
|
|
309
|
+
methodKind: "unary";
|
|
310
|
+
input: typeof QueryAuditLogsRequestSchema;
|
|
311
|
+
output: typeof QueryAuditLogsResponseSchema;
|
|
312
|
+
};
|
|
313
|
+
/**
|
|
314
|
+
* @generated from rpc gate.v1.ControlPlaneService.PurgeAuditLogs
|
|
315
|
+
*/
|
|
316
|
+
purgeAuditLogs: {
|
|
317
|
+
methodKind: "unary";
|
|
318
|
+
input: typeof PurgeAuditLogsRequestSchema;
|
|
319
|
+
output: typeof PurgeAuditLogsResponseSchema;
|
|
320
|
+
};
|
|
321
|
+
/**
|
|
322
|
+
* @generated from rpc gate.v1.ControlPlaneService.ExportAuditLogs
|
|
323
|
+
*/
|
|
324
|
+
exportAuditLogs: {
|
|
325
|
+
methodKind: "server_streaming";
|
|
326
|
+
input: typeof ExportAuditLogsRequestSchema;
|
|
327
|
+
output: typeof ExportAuditLogsResponseSchema;
|
|
328
|
+
};
|
|
329
|
+
/**
|
|
330
|
+
* @generated from rpc gate.v1.ControlPlaneService.ListRecordings
|
|
331
|
+
*/
|
|
332
|
+
listRecordings: {
|
|
333
|
+
methodKind: "unary";
|
|
334
|
+
input: typeof ListRecordingsRequestSchema;
|
|
335
|
+
output: typeof ListRecordingsResponseSchema;
|
|
336
|
+
};
|
|
337
|
+
/**
|
|
338
|
+
* @generated from rpc gate.v1.ControlPlaneService.GetRecording
|
|
339
|
+
*/
|
|
340
|
+
getRecording: {
|
|
341
|
+
methodKind: "server_streaming";
|
|
342
|
+
input: typeof GetRecordingRequestSchema;
|
|
343
|
+
output: typeof GetRecordingResponseSchema;
|
|
344
|
+
};
|
|
345
|
+
}>;
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
// @generated by protoc-gen-es v2.11.0 with parameter "target=ts,import_extension=.js"
|
|
2
|
+
// @generated from file gate/v1/controlplane.proto (package gate.v1, syntax proto3)
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
import { fileDesc, serviceDesc } from "@bufbuild/protobuf/codegenv2";
|
|
5
|
+
import { file_gate_v1_audit } from "./audit_pb.js";
|
|
6
|
+
import { file_gate_v1_connector } from "./connector_pb.js";
|
|
7
|
+
import { file_gate_v1_identity_group } from "./identity_group_pb.js";
|
|
8
|
+
import { file_gate_v1_recording } from "./recording_pb.js";
|
|
9
|
+
import { file_gate_v1_resource_policy } from "./resource_policy_pb.js";
|
|
10
|
+
import { file_gate_v1_tenant } from "./tenant_pb.js";
|
|
11
|
+
import { file_gate_v1_webhook_access } from "./webhook_access_pb.js";
|
|
12
|
+
/**
|
|
13
|
+
* Describes the file gate/v1/controlplane.proto.
|
|
14
|
+
*/
|
|
15
|
+
export const file_gate_v1_controlplane = /*@__PURE__*/ fileDesc("ChpnYXRlL3YxL2NvbnRyb2xwbGFuZS5wcm90bxIHZ2F0ZS52MTLJGgoTQ29udHJvbFBsYW5lU2VydmljZRJOCg1MaXN0UmVzb3VyY2VzEh0uZ2F0ZS52MS5MaXN0UmVzb3VyY2VzUmVxdWVzdBoeLmdhdGUudjEuTGlzdFJlc291cmNlc1Jlc3BvbnNlElEKDkNyZWF0ZVJlc291cmNlEh4uZ2F0ZS52MS5DcmVhdGVSZXNvdXJjZVJlcXVlc3QaHy5nYXRlLnYxLkNyZWF0ZVJlc291cmNlUmVzcG9uc2USSAoLR2V0UmVzb3VyY2USGy5nYXRlLnYxLkdldFJlc291cmNlUmVxdWVzdBocLmdhdGUudjEuR2V0UmVzb3VyY2VSZXNwb25zZRJRCg5VcGRhdGVSZXNvdXJjZRIeLmdhdGUudjEuVXBkYXRlUmVzb3VyY2VSZXF1ZXN0Gh8uZ2F0ZS52MS5VcGRhdGVSZXNvdXJjZVJlc3BvbnNlElEKDkRlbGV0ZVJlc291cmNlEh4uZ2F0ZS52MS5EZWxldGVSZXNvdXJjZVJlcXVlc3QaHy5nYXRlLnYxLkRlbGV0ZVJlc291cmNlUmVzcG9uc2USSwoMTGlzdFBvbGljaWVzEhwuZ2F0ZS52MS5MaXN0UG9saWNpZXNSZXF1ZXN0Gh0uZ2F0ZS52MS5MaXN0UG9saWNpZXNSZXNwb25zZRJLCgxDcmVhdGVQb2xpY3kSHC5nYXRlLnYxLkNyZWF0ZVBvbGljeVJlcXVlc3QaHS5nYXRlLnYxLkNyZWF0ZVBvbGljeVJlc3BvbnNlEkIKCUdldFBvbGljeRIZLmdhdGUudjEuR2V0UG9saWN5UmVxdWVzdBoaLmdhdGUudjEuR2V0UG9saWN5UmVzcG9uc2USSwoMVXBkYXRlUG9saWN5EhwuZ2F0ZS52MS5VcGRhdGVQb2xpY3lSZXF1ZXN0Gh0uZ2F0ZS52MS5VcGRhdGVQb2xpY3lSZXNwb25zZRJLCgxEZWxldGVQb2xpY3kSHC5nYXRlLnYxLkRlbGV0ZVBvbGljeVJlcXVlc3QaHS5nYXRlLnYxLkRlbGV0ZVBvbGljeVJlc3BvbnNlElEKDlNpbXVsYXRlUG9saWN5Eh4uZ2F0ZS52MS5TaW11bGF0ZVBvbGljeVJlcXVlc3QaHy5nYXRlLnYxLlNpbXVsYXRlUG9saWN5UmVzcG9uc2USUQoOTGlzdElkZW50aXRpZXMSHi5nYXRlLnYxLkxpc3RJZGVudGl0aWVzUmVxdWVzdBofLmdhdGUudjEuTGlzdElkZW50aXRpZXNSZXNwb25zZRJRCg5DcmVhdGVJZGVudGl0eRIeLmdhdGUudjEuQ3JlYXRlSWRlbnRpdHlSZXF1ZXN0Gh8uZ2F0ZS52MS5DcmVhdGVJZGVudGl0eVJlc3BvbnNlEkgKC0dldElkZW50aXR5EhsuZ2F0ZS52MS5HZXRJZGVudGl0eVJlcXVlc3QaHC5nYXRlLnYxLkdldElkZW50aXR5UmVzcG9uc2USRQoKTGlzdEdyb3VwcxIaLmdhdGUudjEuTGlzdEdyb3Vwc1JlcXVlc3QaGy5nYXRlLnYxLkxpc3RHcm91cHNSZXNwb25zZRJICgtDcmVhdGVHcm91cBIbLmdhdGUudjEuQ3JlYXRlR3JvdXBSZXF1ZXN0GhwuZ2F0ZS52MS5DcmVhdGVHcm91cFJlc3BvbnNlElEKDkFkZEdyb3VwTWVtYmVyEh4uZ2F0ZS52MS5BZGRHcm91cE1lbWJlclJlcXVlc3QaHy5nYXRlLnYxLkFkZEdyb3VwTWVtYmVyUmVzcG9uc2USWgoRUmVtb3ZlR3JvdXBNZW1iZXISIS5nYXRlLnYxLlJlbW92ZUdyb3VwTWVtYmVyUmVxdWVzdBoiLmdhdGUudjEuUmVtb3ZlR3JvdXBNZW1iZXJSZXNwb25zZRJRCg5MaXN0Q29ubmVjdG9ycxIeLmdhdGUudjEuTGlzdENvbm5lY3RvcnNSZXF1ZXN0Gh8uZ2F0ZS52MS5MaXN0Q29ubmVjdG9yc1Jlc3BvbnNlEk4KDUNyZWF0ZVdlYmhvb2sSHS5nYXRlLnYxLkNyZWF0ZVdlYmhvb2tSZXF1ZXN0Gh4uZ2F0ZS52MS5DcmVhdGVXZWJob29rUmVzcG9uc2USSwoMTGlzdFdlYmhvb2tzEhwuZ2F0ZS52MS5MaXN0V2ViaG9va3NSZXF1ZXN0Gh0uZ2F0ZS52MS5MaXN0V2ViaG9va3NSZXNwb25zZRJOCg1EZWxldGVXZWJob29rEh0uZ2F0ZS52MS5EZWxldGVXZWJob29rUmVxdWVzdBoeLmdhdGUudjEuRGVsZXRlV2ViaG9va1Jlc3BvbnNlEmAKE0NyZWF0ZUFjY2Vzc1JlcXVlc3QSIy5nYXRlLnYxLkNyZWF0ZUFjY2Vzc1JlcXVlc3RSZXF1ZXN0GiQuZ2F0ZS52MS5DcmVhdGVBY2Nlc3NSZXF1ZXN0UmVzcG9uc2USXQoSTGlzdEFjY2Vzc1JlcXVlc3RzEiIuZ2F0ZS52MS5MaXN0QWNjZXNzUmVxdWVzdHNSZXF1ZXN0GiMuZ2F0ZS52MS5MaXN0QWNjZXNzUmVxdWVzdHNSZXNwb25zZRJXChBHZXRBY2Nlc3NSZXF1ZXN0EiAuZ2F0ZS52MS5HZXRBY2Nlc3NSZXF1ZXN0UmVxdWVzdBohLmdhdGUudjEuR2V0QWNjZXNzUmVxdWVzdFJlc3BvbnNlEmMKFEFwcHJvdmVBY2Nlc3NSZXF1ZXN0EiQuZ2F0ZS52MS5BcHByb3ZlQWNjZXNzUmVxdWVzdFJlcXVlc3QaJS5nYXRlLnYxLkFwcHJvdmVBY2Nlc3NSZXF1ZXN0UmVzcG9uc2USWgoRRGVueUFjY2Vzc1JlcXVlc3QSIS5nYXRlLnYxLkRlbnlBY2Nlc3NSZXF1ZXN0UmVxdWVzdBoiLmdhdGUudjEuRGVueUFjY2Vzc1JlcXVlc3RSZXNwb25zZRJdChJDcmVhdGVPcmdhbml6YXRpb24SIi5nYXRlLnYxLkNyZWF0ZU9yZ2FuaXphdGlvblJlcXVlc3QaIy5nYXRlLnYxLkNyZWF0ZU9yZ2FuaXphdGlvblJlc3BvbnNlEloKEUxpc3RPcmdhbml6YXRpb25zEiEuZ2F0ZS52MS5MaXN0T3JnYW5pemF0aW9uc1JlcXVlc3QaIi5nYXRlLnYxLkxpc3RPcmdhbml6YXRpb25zUmVzcG9uc2USVAoPR2V0T3JnYW5pemF0aW9uEh8uZ2F0ZS52MS5HZXRPcmdhbml6YXRpb25SZXF1ZXN0GiAuZ2F0ZS52MS5HZXRPcmdhbml6YXRpb25SZXNwb25zZRJLCgxBZGRPcmdNZW1iZXISHC5nYXRlLnYxLkFkZE9yZ01lbWJlclJlcXVlc3QaHS5nYXRlLnYxLkFkZE9yZ01lbWJlclJlc3BvbnNlElEKDkxpc3RPcmdNZW1iZXJzEh4uZ2F0ZS52MS5MaXN0T3JnTWVtYmVyc1JlcXVlc3QaHy5nYXRlLnYxLkxpc3RPcmdNZW1iZXJzUmVzcG9uc2USVAoPUmVtb3ZlT3JnTWVtYmVyEh8uZ2F0ZS52MS5SZW1vdmVPcmdNZW1iZXJSZXF1ZXN0GiAuZ2F0ZS52MS5SZW1vdmVPcmdNZW1iZXJSZXNwb25zZRJLCgxDcmVhdGVBUElLZXkSHC5nYXRlLnYxLkNyZWF0ZUFQSUtleVJlcXVlc3QaHS5nYXRlLnYxLkNyZWF0ZUFQSUtleVJlc3BvbnNlEkgKC0xpc3RBUElLZXlzEhsuZ2F0ZS52MS5MaXN0QVBJS2V5c1JlcXVlc3QaHC5nYXRlLnYxLkxpc3RBUElLZXlzUmVzcG9uc2USSwoMRGVsZXRlQVBJS2V5EhwuZ2F0ZS52MS5EZWxldGVBUElLZXlSZXF1ZXN0Gh0uZ2F0ZS52MS5EZWxldGVBUElLZXlSZXNwb25zZRJRCg5RdWVyeUF1ZGl0TG9ncxIeLmdhdGUudjEuUXVlcnlBdWRpdExvZ3NSZXF1ZXN0Gh8uZ2F0ZS52MS5RdWVyeUF1ZGl0TG9nc1Jlc3BvbnNlElEKDlB1cmdlQXVkaXRMb2dzEh4uZ2F0ZS52MS5QdXJnZUF1ZGl0TG9nc1JlcXVlc3QaHy5nYXRlLnYxLlB1cmdlQXVkaXRMb2dzUmVzcG9uc2USVgoPRXhwb3J0QXVkaXRMb2dzEh8uZ2F0ZS52MS5FeHBvcnRBdWRpdExvZ3NSZXF1ZXN0GiAuZ2F0ZS52MS5FeHBvcnRBdWRpdExvZ3NSZXNwb25zZTABElEKDkxpc3RSZWNvcmRpbmdzEh4uZ2F0ZS52MS5MaXN0UmVjb3JkaW5nc1JlcXVlc3QaHy5nYXRlLnYxLkxpc3RSZWNvcmRpbmdzUmVzcG9uc2USTQoMR2V0UmVjb3JkaW5nEhwuZ2F0ZS52MS5HZXRSZWNvcmRpbmdSZXF1ZXN0Gh0uZ2F0ZS52MS5HZXRSZWNvcmRpbmdSZXNwb25zZTABQjNaMWdpdGh1Yi5jb20vZXZhbG9wcy9wbGF0Zm9ybS9nZW4vZ28vZ2F0ZS92MTtnYXRldjFiBnByb3RvMw", [file_gate_v1_audit, file_gate_v1_connector, file_gate_v1_identity_group, file_gate_v1_recording, file_gate_v1_resource_policy, file_gate_v1_tenant, file_gate_v1_webhook_access]);
|
|
16
|
+
/**
|
|
17
|
+
* @generated from service gate.v1.ControlPlaneService
|
|
18
|
+
*/
|
|
19
|
+
export const ControlPlaneService = /*@__PURE__*/ serviceDesc(file_gate_v1_controlplane, 0);
|
|
@@ -0,0 +1,255 @@
|
|
|
1
|
+
import type { GenFile, GenMessage } from "@bufbuild/protobuf/codegenv2";
|
|
2
|
+
import type { Timestamp } from "@bufbuild/protobuf/wkt";
|
|
3
|
+
import type { Message } from "@bufbuild/protobuf";
|
|
4
|
+
/**
|
|
5
|
+
* Describes the file gate/v1/identity_group.proto.
|
|
6
|
+
*/
|
|
7
|
+
export declare const file_gate_v1_identity_group: GenFile;
|
|
8
|
+
/**
|
|
9
|
+
* @generated from message gate.v1.ListIdentitiesRequest
|
|
10
|
+
*/
|
|
11
|
+
export type ListIdentitiesRequest = Message<"gate.v1.ListIdentitiesRequest"> & {};
|
|
12
|
+
/**
|
|
13
|
+
* Describes the message gate.v1.ListIdentitiesRequest.
|
|
14
|
+
* Use `create(ListIdentitiesRequestSchema)` to create a new message.
|
|
15
|
+
*/
|
|
16
|
+
export declare const ListIdentitiesRequestSchema: GenMessage<ListIdentitiesRequest>;
|
|
17
|
+
/**
|
|
18
|
+
* @generated from message gate.v1.ListIdentitiesResponse
|
|
19
|
+
*/
|
|
20
|
+
export type ListIdentitiesResponse = Message<"gate.v1.ListIdentitiesResponse"> & {
|
|
21
|
+
/**
|
|
22
|
+
* @generated from field: repeated gate.v1.Identity identities = 1;
|
|
23
|
+
*/
|
|
24
|
+
identities: Identity[];
|
|
25
|
+
};
|
|
26
|
+
/**
|
|
27
|
+
* Describes the message gate.v1.ListIdentitiesResponse.
|
|
28
|
+
* Use `create(ListIdentitiesResponseSchema)` to create a new message.
|
|
29
|
+
*/
|
|
30
|
+
export declare const ListIdentitiesResponseSchema: GenMessage<ListIdentitiesResponse>;
|
|
31
|
+
/**
|
|
32
|
+
* @generated from message gate.v1.CreateIdentityRequest
|
|
33
|
+
*/
|
|
34
|
+
export type CreateIdentityRequest = Message<"gate.v1.CreateIdentityRequest"> & {
|
|
35
|
+
/**
|
|
36
|
+
* @generated from field: gate.v1.Identity identity = 1;
|
|
37
|
+
*/
|
|
38
|
+
identity?: Identity;
|
|
39
|
+
};
|
|
40
|
+
/**
|
|
41
|
+
* Describes the message gate.v1.CreateIdentityRequest.
|
|
42
|
+
* Use `create(CreateIdentityRequestSchema)` to create a new message.
|
|
43
|
+
*/
|
|
44
|
+
export declare const CreateIdentityRequestSchema: GenMessage<CreateIdentityRequest>;
|
|
45
|
+
/**
|
|
46
|
+
* @generated from message gate.v1.CreateIdentityResponse
|
|
47
|
+
*/
|
|
48
|
+
export type CreateIdentityResponse = Message<"gate.v1.CreateIdentityResponse"> & {
|
|
49
|
+
/**
|
|
50
|
+
* @generated from field: gate.v1.Identity identity = 1;
|
|
51
|
+
*/
|
|
52
|
+
identity?: Identity;
|
|
53
|
+
};
|
|
54
|
+
/**
|
|
55
|
+
* Describes the message gate.v1.CreateIdentityResponse.
|
|
56
|
+
* Use `create(CreateIdentityResponseSchema)` to create a new message.
|
|
57
|
+
*/
|
|
58
|
+
export declare const CreateIdentityResponseSchema: GenMessage<CreateIdentityResponse>;
|
|
59
|
+
/**
|
|
60
|
+
* @generated from message gate.v1.GetIdentityRequest
|
|
61
|
+
*/
|
|
62
|
+
export type GetIdentityRequest = Message<"gate.v1.GetIdentityRequest"> & {
|
|
63
|
+
/**
|
|
64
|
+
* @generated from field: string id = 1;
|
|
65
|
+
*/
|
|
66
|
+
id: string;
|
|
67
|
+
};
|
|
68
|
+
/**
|
|
69
|
+
* Describes the message gate.v1.GetIdentityRequest.
|
|
70
|
+
* Use `create(GetIdentityRequestSchema)` to create a new message.
|
|
71
|
+
*/
|
|
72
|
+
export declare const GetIdentityRequestSchema: GenMessage<GetIdentityRequest>;
|
|
73
|
+
/**
|
|
74
|
+
* @generated from message gate.v1.GetIdentityResponse
|
|
75
|
+
*/
|
|
76
|
+
export type GetIdentityResponse = Message<"gate.v1.GetIdentityResponse"> & {
|
|
77
|
+
/**
|
|
78
|
+
* @generated from field: gate.v1.Identity identity = 1;
|
|
79
|
+
*/
|
|
80
|
+
identity?: Identity;
|
|
81
|
+
};
|
|
82
|
+
/**
|
|
83
|
+
* Describes the message gate.v1.GetIdentityResponse.
|
|
84
|
+
* Use `create(GetIdentityResponseSchema)` to create a new message.
|
|
85
|
+
*/
|
|
86
|
+
export declare const GetIdentityResponseSchema: GenMessage<GetIdentityResponse>;
|
|
87
|
+
/**
|
|
88
|
+
* @generated from message gate.v1.ListGroupsRequest
|
|
89
|
+
*/
|
|
90
|
+
export type ListGroupsRequest = Message<"gate.v1.ListGroupsRequest"> & {};
|
|
91
|
+
/**
|
|
92
|
+
* Describes the message gate.v1.ListGroupsRequest.
|
|
93
|
+
* Use `create(ListGroupsRequestSchema)` to create a new message.
|
|
94
|
+
*/
|
|
95
|
+
export declare const ListGroupsRequestSchema: GenMessage<ListGroupsRequest>;
|
|
96
|
+
/**
|
|
97
|
+
* @generated from message gate.v1.ListGroupsResponse
|
|
98
|
+
*/
|
|
99
|
+
export type ListGroupsResponse = Message<"gate.v1.ListGroupsResponse"> & {
|
|
100
|
+
/**
|
|
101
|
+
* @generated from field: repeated gate.v1.Group groups = 1;
|
|
102
|
+
*/
|
|
103
|
+
groups: Group[];
|
|
104
|
+
};
|
|
105
|
+
/**
|
|
106
|
+
* Describes the message gate.v1.ListGroupsResponse.
|
|
107
|
+
* Use `create(ListGroupsResponseSchema)` to create a new message.
|
|
108
|
+
*/
|
|
109
|
+
export declare const ListGroupsResponseSchema: GenMessage<ListGroupsResponse>;
|
|
110
|
+
/**
|
|
111
|
+
* @generated from message gate.v1.CreateGroupRequest
|
|
112
|
+
*/
|
|
113
|
+
export type CreateGroupRequest = Message<"gate.v1.CreateGroupRequest"> & {
|
|
114
|
+
/**
|
|
115
|
+
* @generated from field: gate.v1.Group group = 1;
|
|
116
|
+
*/
|
|
117
|
+
group?: Group;
|
|
118
|
+
};
|
|
119
|
+
/**
|
|
120
|
+
* Describes the message gate.v1.CreateGroupRequest.
|
|
121
|
+
* Use `create(CreateGroupRequestSchema)` to create a new message.
|
|
122
|
+
*/
|
|
123
|
+
export declare const CreateGroupRequestSchema: GenMessage<CreateGroupRequest>;
|
|
124
|
+
/**
|
|
125
|
+
* @generated from message gate.v1.CreateGroupResponse
|
|
126
|
+
*/
|
|
127
|
+
export type CreateGroupResponse = Message<"gate.v1.CreateGroupResponse"> & {
|
|
128
|
+
/**
|
|
129
|
+
* @generated from field: gate.v1.Group group = 1;
|
|
130
|
+
*/
|
|
131
|
+
group?: Group;
|
|
132
|
+
};
|
|
133
|
+
/**
|
|
134
|
+
* Describes the message gate.v1.CreateGroupResponse.
|
|
135
|
+
* Use `create(CreateGroupResponseSchema)` to create a new message.
|
|
136
|
+
*/
|
|
137
|
+
export declare const CreateGroupResponseSchema: GenMessage<CreateGroupResponse>;
|
|
138
|
+
/**
|
|
139
|
+
* @generated from message gate.v1.AddGroupMemberRequest
|
|
140
|
+
*/
|
|
141
|
+
export type AddGroupMemberRequest = Message<"gate.v1.AddGroupMemberRequest"> & {
|
|
142
|
+
/**
|
|
143
|
+
* @generated from field: string group_id = 1;
|
|
144
|
+
*/
|
|
145
|
+
groupId: string;
|
|
146
|
+
/**
|
|
147
|
+
* @generated from field: string identity_id = 2;
|
|
148
|
+
*/
|
|
149
|
+
identityId: string;
|
|
150
|
+
};
|
|
151
|
+
/**
|
|
152
|
+
* Describes the message gate.v1.AddGroupMemberRequest.
|
|
153
|
+
* Use `create(AddGroupMemberRequestSchema)` to create a new message.
|
|
154
|
+
*/
|
|
155
|
+
export declare const AddGroupMemberRequestSchema: GenMessage<AddGroupMemberRequest>;
|
|
156
|
+
/**
|
|
157
|
+
* @generated from message gate.v1.AddGroupMemberResponse
|
|
158
|
+
*/
|
|
159
|
+
export type AddGroupMemberResponse = Message<"gate.v1.AddGroupMemberResponse"> & {};
|
|
160
|
+
/**
|
|
161
|
+
* Describes the message gate.v1.AddGroupMemberResponse.
|
|
162
|
+
* Use `create(AddGroupMemberResponseSchema)` to create a new message.
|
|
163
|
+
*/
|
|
164
|
+
export declare const AddGroupMemberResponseSchema: GenMessage<AddGroupMemberResponse>;
|
|
165
|
+
/**
|
|
166
|
+
* @generated from message gate.v1.RemoveGroupMemberRequest
|
|
167
|
+
*/
|
|
168
|
+
export type RemoveGroupMemberRequest = Message<"gate.v1.RemoveGroupMemberRequest"> & {
|
|
169
|
+
/**
|
|
170
|
+
* @generated from field: string group_id = 1;
|
|
171
|
+
*/
|
|
172
|
+
groupId: string;
|
|
173
|
+
/**
|
|
174
|
+
* @generated from field: string identity_id = 2;
|
|
175
|
+
*/
|
|
176
|
+
identityId: string;
|
|
177
|
+
};
|
|
178
|
+
/**
|
|
179
|
+
* Describes the message gate.v1.RemoveGroupMemberRequest.
|
|
180
|
+
* Use `create(RemoveGroupMemberRequestSchema)` to create a new message.
|
|
181
|
+
*/
|
|
182
|
+
export declare const RemoveGroupMemberRequestSchema: GenMessage<RemoveGroupMemberRequest>;
|
|
183
|
+
/**
|
|
184
|
+
* @generated from message gate.v1.RemoveGroupMemberResponse
|
|
185
|
+
*/
|
|
186
|
+
export type RemoveGroupMemberResponse = Message<"gate.v1.RemoveGroupMemberResponse"> & {};
|
|
187
|
+
/**
|
|
188
|
+
* Describes the message gate.v1.RemoveGroupMemberResponse.
|
|
189
|
+
* Use `create(RemoveGroupMemberResponseSchema)` to create a new message.
|
|
190
|
+
*/
|
|
191
|
+
export declare const RemoveGroupMemberResponseSchema: GenMessage<RemoveGroupMemberResponse>;
|
|
192
|
+
/**
|
|
193
|
+
* @generated from message gate.v1.Identity
|
|
194
|
+
*/
|
|
195
|
+
export type Identity = Message<"gate.v1.Identity"> & {
|
|
196
|
+
/**
|
|
197
|
+
* @generated from field: string id = 1;
|
|
198
|
+
*/
|
|
199
|
+
id: string;
|
|
200
|
+
/**
|
|
201
|
+
* @generated from field: string subject = 2;
|
|
202
|
+
*/
|
|
203
|
+
subject: string;
|
|
204
|
+
/**
|
|
205
|
+
* @generated from field: string username = 3;
|
|
206
|
+
*/
|
|
207
|
+
username: string;
|
|
208
|
+
/**
|
|
209
|
+
* @generated from field: string email = 4;
|
|
210
|
+
*/
|
|
211
|
+
email: string;
|
|
212
|
+
/**
|
|
213
|
+
* @generated from field: string provider = 5;
|
|
214
|
+
*/
|
|
215
|
+
provider: string;
|
|
216
|
+
/**
|
|
217
|
+
* @generated from field: google.protobuf.Timestamp created_at = 6;
|
|
218
|
+
*/
|
|
219
|
+
createdAt?: Timestamp;
|
|
220
|
+
};
|
|
221
|
+
/**
|
|
222
|
+
* Describes the message gate.v1.Identity.
|
|
223
|
+
* Use `create(IdentitySchema)` to create a new message.
|
|
224
|
+
*/
|
|
225
|
+
export declare const IdentitySchema: GenMessage<Identity>;
|
|
226
|
+
/**
|
|
227
|
+
* @generated from message gate.v1.Group
|
|
228
|
+
*/
|
|
229
|
+
export type Group = Message<"gate.v1.Group"> & {
|
|
230
|
+
/**
|
|
231
|
+
* @generated from field: string id = 1;
|
|
232
|
+
*/
|
|
233
|
+
id: string;
|
|
234
|
+
/**
|
|
235
|
+
* @generated from field: string org_id = 2;
|
|
236
|
+
*/
|
|
237
|
+
orgId: string;
|
|
238
|
+
/**
|
|
239
|
+
* @generated from field: string name = 3;
|
|
240
|
+
*/
|
|
241
|
+
name: string;
|
|
242
|
+
/**
|
|
243
|
+
* @generated from field: string description = 4;
|
|
244
|
+
*/
|
|
245
|
+
description: string;
|
|
246
|
+
/**
|
|
247
|
+
* @generated from field: google.protobuf.Timestamp created_at = 5;
|
|
248
|
+
*/
|
|
249
|
+
createdAt?: Timestamp;
|
|
250
|
+
};
|
|
251
|
+
/**
|
|
252
|
+
* Describes the message gate.v1.Group.
|
|
253
|
+
* Use `create(GroupSchema)` to create a new message.
|
|
254
|
+
*/
|
|
255
|
+
export declare const GroupSchema: GenMessage<Group>;
|