@g2gs/contracts 1.0.118 → 1.0.120
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/admin/ai/v1/service_connect.d.ts +19 -1
- package/admin/ai/v1/service_connect.js +19 -1
- package/admin/ai/v1/service_pb.d.ts +90 -0
- package/admin/ai/v1/service_pb.js +36 -8
- package/admin/category/v1/service_connect.d.ts +10 -1
- package/admin/category/v1/service_connect.js +10 -1
- package/admin/category/v1/service_pb.d.ts +45 -0
- package/admin/category/v1/service_pb.js +19 -5
- package/admin/faq/v1/service_connect.d.ts +19 -1
- package/admin/faq/v1/service_connect.js +19 -1
- package/admin/faq/v1/service_pb.d.ts +110 -0
- package/admin/faq/v1/service_pb.js +35 -7
- package/admin/file/v1/service_connect.d.ts +10 -1
- package/admin/file/v1/service_connect.js +10 -1
- package/admin/file/v1/service_pb.d.ts +45 -0
- package/admin/file/v1/service_pb.js +17 -3
- package/admin/inventory/v1/service_connect.d.ts +10 -1
- package/admin/inventory/v1/service_connect.js +10 -1
- package/admin/inventory/v1/service_pb.d.ts +114 -0
- package/admin/inventory/v1/service_pb.js +25 -4
- package/admin/notification/v1/service_pb.d.ts +15 -0
- package/admin/notification/v1/service_pb.js +1 -1
- package/admin/order/v1/service_connect.d.ts +10 -1
- package/admin/order/v1/service_connect.js +10 -1
- package/admin/order/v1/service_pb.d.ts +45 -0
- package/admin/order/v1/service_pb.js +15 -1
- package/admin/product/v1/service_connect.d.ts +37 -1
- package/admin/product/v1/service_connect.js +37 -1
- package/admin/product/v1/service_pb.d.ts +170 -0
- package/admin/product/v1/service_pb.js +75 -19
- package/admin/proxy/v1/service_connect.d.ts +10 -1
- package/admin/proxy/v1/service_connect.js +10 -1
- package/admin/proxy/v1/service_pb.d.ts +45 -0
- package/admin/proxy/v1/service_pb.js +18 -4
- package/admin/roles/v1/service_connect.d.ts +28 -1
- package/admin/roles/v1/service_connect.js +28 -1
- package/admin/roles/v1/service_pb.d.ts +151 -0
- package/admin/roles/v1/service_pb.js +67 -18
- package/admin/schedule/v1/service_connect.d.ts +19 -1
- package/admin/schedule/v1/service_connect.js +19 -1
- package/admin/schedule/v1/service_pb.d.ts +100 -0
- package/admin/schedule/v1/service_pb.js +56 -28
- package/admin/staff/v1/service_pb.d.ts +5 -0
- package/admin/staff/v1/service_pb.js +1 -1
- package/admin/tasks/v1/service_connect.d.ts +10 -1
- package/admin/tasks/v1/service_connect.js +10 -1
- package/admin/tasks/v1/service_pb.d.ts +40 -0
- package/admin/tasks/v1/service_pb.js +32 -18
- package/admin/template_ref/v1/service_connect.d.ts +19 -1
- package/admin/template_ref/v1/service_connect.js +19 -1
- package/admin/template_ref/v1/service_pb.d.ts +90 -0
- package/admin/template_ref/v1/service_pb.js +39 -11
- package/admin/ticket/v1/service_connect.d.ts +19 -1
- package/admin/ticket/v1/service_connect.js +19 -1
- package/admin/ticket/v1/service_pb.d.ts +90 -0
- package/admin/ticket/v1/service_pb.js +38 -10
- package/admin/user/v1/service_pb.d.ts +5 -0
- package/admin/user/v1/service_pb.js +1 -1
- package/admin/wb/v1/service_connect.d.ts +37 -1
- package/admin/wb/v1/service_connect.js +37 -1
- package/admin/wb/v1/service_pb.d.ts +200 -0
- package/admin/wb/v1/service_pb.js +85 -29
- package/package.json +1 -1
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
/* eslint-disable */
|
|
4
4
|
// @ts-nocheck
|
|
5
5
|
|
|
6
|
-
import { BanGeminiKeyRequest, CreateGeminiKeyRequest, CreateGeminiKeyResponse, DeleteGeminiKeyRequest, GetRequestRequest, GetRequestResponse, ListGeminiKeysRequest, ListGeminiKeysResponse, ListRequestsRequest, ListRequestsResponse, UnbanGeminiKeyRequest } from "./service_pb.js";
|
|
6
|
+
import { BanGeminiKeyRequest, CreateGeminiKeyRequest, CreateGeminiKeyResponse, DeleteGeminiKeyRequest, GetGeminiKeysByIDsRequest, GetGeminiKeysByIDsResponse, GetRequestRequest, GetRequestResponse, GetRequestsByRequestIDsRequest, GetRequestsByRequestIDsResponse, ListGeminiKeysRequest, ListGeminiKeysResponse, ListRequestsRequest, ListRequestsResponse, UnbanGeminiKeyRequest } from "./service_pb.js";
|
|
7
7
|
import { Empty, MethodKind } from "@bufbuild/protobuf";
|
|
8
8
|
|
|
9
9
|
/**
|
|
@@ -30,6 +30,15 @@ export declare const AIAdminService: {
|
|
|
30
30
|
readonly O: typeof ListGeminiKeysResponse,
|
|
31
31
|
readonly kind: MethodKind.Unary,
|
|
32
32
|
},
|
|
33
|
+
/**
|
|
34
|
+
* @generated from rpc admin.ai.v1.AIAdminService.GetGeminiKeysByIDs
|
|
35
|
+
*/
|
|
36
|
+
readonly getGeminiKeysByIDs: {
|
|
37
|
+
readonly name: "GetGeminiKeysByIDs",
|
|
38
|
+
readonly I: typeof GetGeminiKeysByIDsRequest,
|
|
39
|
+
readonly O: typeof GetGeminiKeysByIDsResponse,
|
|
40
|
+
readonly kind: MethodKind.Unary,
|
|
41
|
+
},
|
|
33
42
|
/**
|
|
34
43
|
* @generated from rpc admin.ai.v1.AIAdminService.DeleteGeminiKey
|
|
35
44
|
*/
|
|
@@ -75,6 +84,15 @@ export declare const AIAdminService: {
|
|
|
75
84
|
readonly O: typeof GetRequestResponse,
|
|
76
85
|
readonly kind: MethodKind.Unary,
|
|
77
86
|
},
|
|
87
|
+
/**
|
|
88
|
+
* @generated from rpc admin.ai.v1.AIAdminService.GetRequestsByRequestIDs
|
|
89
|
+
*/
|
|
90
|
+
readonly getRequestsByRequestIDs: {
|
|
91
|
+
readonly name: "GetRequestsByRequestIDs",
|
|
92
|
+
readonly I: typeof GetRequestsByRequestIDsRequest,
|
|
93
|
+
readonly O: typeof GetRequestsByRequestIDsResponse,
|
|
94
|
+
readonly kind: MethodKind.Unary,
|
|
95
|
+
},
|
|
78
96
|
}
|
|
79
97
|
};
|
|
80
98
|
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
/* eslint-disable */
|
|
4
4
|
// @ts-nocheck
|
|
5
5
|
|
|
6
|
-
import { BanGeminiKeyRequest, CreateGeminiKeyRequest, CreateGeminiKeyResponse, DeleteGeminiKeyRequest, GetRequestRequest, GetRequestResponse, ListGeminiKeysRequest, ListGeminiKeysResponse, ListRequestsRequest, ListRequestsResponse, UnbanGeminiKeyRequest } from "./service_pb.js";
|
|
6
|
+
import { BanGeminiKeyRequest, CreateGeminiKeyRequest, CreateGeminiKeyResponse, DeleteGeminiKeyRequest, GetGeminiKeysByIDsRequest, GetGeminiKeysByIDsResponse, GetRequestRequest, GetRequestResponse, GetRequestsByRequestIDsRequest, GetRequestsByRequestIDsResponse, ListGeminiKeysRequest, ListGeminiKeysResponse, ListRequestsRequest, ListRequestsResponse, UnbanGeminiKeyRequest } from "./service_pb.js";
|
|
7
7
|
import { Empty, MethodKind } from "@bufbuild/protobuf";
|
|
8
8
|
|
|
9
9
|
/**
|
|
@@ -30,6 +30,15 @@ export const AIAdminService = {
|
|
|
30
30
|
O: ListGeminiKeysResponse,
|
|
31
31
|
kind: MethodKind.Unary,
|
|
32
32
|
},
|
|
33
|
+
/**
|
|
34
|
+
* @generated from rpc admin.ai.v1.AIAdminService.GetGeminiKeysByIDs
|
|
35
|
+
*/
|
|
36
|
+
getGeminiKeysByIDs: {
|
|
37
|
+
name: "GetGeminiKeysByIDs",
|
|
38
|
+
I: GetGeminiKeysByIDsRequest,
|
|
39
|
+
O: GetGeminiKeysByIDsResponse,
|
|
40
|
+
kind: MethodKind.Unary,
|
|
41
|
+
},
|
|
33
42
|
/**
|
|
34
43
|
* @generated from rpc admin.ai.v1.AIAdminService.DeleteGeminiKey
|
|
35
44
|
*/
|
|
@@ -75,6 +84,15 @@ export const AIAdminService = {
|
|
|
75
84
|
O: GetRequestResponse,
|
|
76
85
|
kind: MethodKind.Unary,
|
|
77
86
|
},
|
|
87
|
+
/**
|
|
88
|
+
* @generated from rpc admin.ai.v1.AIAdminService.GetRequestsByRequestIDs
|
|
89
|
+
*/
|
|
90
|
+
getRequestsByRequestIDs: {
|
|
91
|
+
name: "GetRequestsByRequestIDs",
|
|
92
|
+
I: GetRequestsByRequestIDsRequest,
|
|
93
|
+
O: GetRequestsByRequestIDsResponse,
|
|
94
|
+
kind: MethodKind.Unary,
|
|
95
|
+
},
|
|
78
96
|
}
|
|
79
97
|
};
|
|
80
98
|
|
|
@@ -179,6 +179,11 @@ export declare type ListGeminiKeysResponse = Message<"admin.ai.v1.ListGeminiKeys
|
|
|
179
179
|
* @generated from field: uint64 total = 2;
|
|
180
180
|
*/
|
|
181
181
|
total: bigint;
|
|
182
|
+
|
|
183
|
+
/**
|
|
184
|
+
* @generated from field: uint64 offset = 3;
|
|
185
|
+
*/
|
|
186
|
+
offset: bigint;
|
|
182
187
|
};
|
|
183
188
|
|
|
184
189
|
/**
|
|
@@ -187,6 +192,38 @@ export declare type ListGeminiKeysResponse = Message<"admin.ai.v1.ListGeminiKeys
|
|
|
187
192
|
*/
|
|
188
193
|
export declare const ListGeminiKeysResponseSchema: GenMessage<ListGeminiKeysResponse>;
|
|
189
194
|
|
|
195
|
+
/**
|
|
196
|
+
* @generated from message admin.ai.v1.GetGeminiKeysByIDsRequest
|
|
197
|
+
*/
|
|
198
|
+
export declare type GetGeminiKeysByIDsRequest = Message<"admin.ai.v1.GetGeminiKeysByIDsRequest"> & {
|
|
199
|
+
/**
|
|
200
|
+
* @generated from field: repeated uint64 ids = 1;
|
|
201
|
+
*/
|
|
202
|
+
ids: bigint[];
|
|
203
|
+
};
|
|
204
|
+
|
|
205
|
+
/**
|
|
206
|
+
* Describes the message admin.ai.v1.GetGeminiKeysByIDsRequest.
|
|
207
|
+
* Use `create(GetGeminiKeysByIDsRequestSchema)` to create a new message.
|
|
208
|
+
*/
|
|
209
|
+
export declare const GetGeminiKeysByIDsRequestSchema: GenMessage<GetGeminiKeysByIDsRequest>;
|
|
210
|
+
|
|
211
|
+
/**
|
|
212
|
+
* @generated from message admin.ai.v1.GetGeminiKeysByIDsResponse
|
|
213
|
+
*/
|
|
214
|
+
export declare type GetGeminiKeysByIDsResponse = Message<"admin.ai.v1.GetGeminiKeysByIDsResponse"> & {
|
|
215
|
+
/**
|
|
216
|
+
* @generated from field: repeated admin.ai.v1.GeminiKey keys = 1;
|
|
217
|
+
*/
|
|
218
|
+
keys: GeminiKey[];
|
|
219
|
+
};
|
|
220
|
+
|
|
221
|
+
/**
|
|
222
|
+
* Describes the message admin.ai.v1.GetGeminiKeysByIDsResponse.
|
|
223
|
+
* Use `create(GetGeminiKeysByIDsResponseSchema)` to create a new message.
|
|
224
|
+
*/
|
|
225
|
+
export declare const GetGeminiKeysByIDsResponseSchema: GenMessage<GetGeminiKeysByIDsResponse>;
|
|
226
|
+
|
|
190
227
|
/**
|
|
191
228
|
* @generated from message admin.ai.v1.DeleteGeminiKeyRequest
|
|
192
229
|
*/
|
|
@@ -274,6 +311,11 @@ export declare type ListRequestsResponse = Message<"admin.ai.v1.ListRequestsResp
|
|
|
274
311
|
* @generated from field: uint64 total = 2;
|
|
275
312
|
*/
|
|
276
313
|
total: bigint;
|
|
314
|
+
|
|
315
|
+
/**
|
|
316
|
+
* @generated from field: uint64 offset = 3;
|
|
317
|
+
*/
|
|
318
|
+
offset: bigint;
|
|
277
319
|
};
|
|
278
320
|
|
|
279
321
|
/**
|
|
@@ -314,6 +356,38 @@ export declare type GetRequestResponse = Message<"admin.ai.v1.GetRequestResponse
|
|
|
314
356
|
*/
|
|
315
357
|
export declare const GetRequestResponseSchema: GenMessage<GetRequestResponse>;
|
|
316
358
|
|
|
359
|
+
/**
|
|
360
|
+
* @generated from message admin.ai.v1.GetRequestsByRequestIDsRequest
|
|
361
|
+
*/
|
|
362
|
+
export declare type GetRequestsByRequestIDsRequest = Message<"admin.ai.v1.GetRequestsByRequestIDsRequest"> & {
|
|
363
|
+
/**
|
|
364
|
+
* @generated from field: repeated string request_ids = 1;
|
|
365
|
+
*/
|
|
366
|
+
requestIds: string[];
|
|
367
|
+
};
|
|
368
|
+
|
|
369
|
+
/**
|
|
370
|
+
* Describes the message admin.ai.v1.GetRequestsByRequestIDsRequest.
|
|
371
|
+
* Use `create(GetRequestsByRequestIDsRequestSchema)` to create a new message.
|
|
372
|
+
*/
|
|
373
|
+
export declare const GetRequestsByRequestIDsRequestSchema: GenMessage<GetRequestsByRequestIDsRequest>;
|
|
374
|
+
|
|
375
|
+
/**
|
|
376
|
+
* @generated from message admin.ai.v1.GetRequestsByRequestIDsResponse
|
|
377
|
+
*/
|
|
378
|
+
export declare type GetRequestsByRequestIDsResponse = Message<"admin.ai.v1.GetRequestsByRequestIDsResponse"> & {
|
|
379
|
+
/**
|
|
380
|
+
* @generated from field: repeated admin.ai.v1.AIRequestRecord requests = 1;
|
|
381
|
+
*/
|
|
382
|
+
requests: AIRequestRecord[];
|
|
383
|
+
};
|
|
384
|
+
|
|
385
|
+
/**
|
|
386
|
+
* Describes the message admin.ai.v1.GetRequestsByRequestIDsResponse.
|
|
387
|
+
* Use `create(GetRequestsByRequestIDsResponseSchema)` to create a new message.
|
|
388
|
+
*/
|
|
389
|
+
export declare const GetRequestsByRequestIDsResponseSchema: GenMessage<GetRequestsByRequestIDsResponse>;
|
|
390
|
+
|
|
317
391
|
/**
|
|
318
392
|
* @generated from service admin.ai.v1.AIAdminService
|
|
319
393
|
*/
|
|
@@ -334,6 +408,14 @@ export declare const AIAdminService: GenService<{
|
|
|
334
408
|
input: typeof ListGeminiKeysRequestSchema;
|
|
335
409
|
output: typeof ListGeminiKeysResponseSchema;
|
|
336
410
|
},
|
|
411
|
+
/**
|
|
412
|
+
* @generated from rpc admin.ai.v1.AIAdminService.GetGeminiKeysByIDs
|
|
413
|
+
*/
|
|
414
|
+
getGeminiKeysByIDs: {
|
|
415
|
+
methodKind: "unary";
|
|
416
|
+
input: typeof GetGeminiKeysByIDsRequestSchema;
|
|
417
|
+
output: typeof GetGeminiKeysByIDsResponseSchema;
|
|
418
|
+
},
|
|
337
419
|
/**
|
|
338
420
|
* @generated from rpc admin.ai.v1.AIAdminService.DeleteGeminiKey
|
|
339
421
|
*/
|
|
@@ -374,5 +456,13 @@ export declare const AIAdminService: GenService<{
|
|
|
374
456
|
input: typeof GetRequestRequestSchema;
|
|
375
457
|
output: typeof GetRequestResponseSchema;
|
|
376
458
|
},
|
|
459
|
+
/**
|
|
460
|
+
* @generated from rpc admin.ai.v1.AIAdminService.GetRequestsByRequestIDs
|
|
461
|
+
*/
|
|
462
|
+
getRequestsByRequestIDs: {
|
|
463
|
+
methodKind: "unary";
|
|
464
|
+
input: typeof GetRequestsByRequestIDsRequestSchema;
|
|
465
|
+
output: typeof GetRequestsByRequestIDsResponseSchema;
|
|
466
|
+
},
|
|
377
467
|
}>;
|
|
378
468
|
|
|
@@ -10,7 +10,7 @@ import { file_google_protobuf_empty, file_google_protobuf_timestamp } from "@buf
|
|
|
10
10
|
* Describes the file admin/ai/v1/service.proto.
|
|
11
11
|
*/
|
|
12
12
|
export const file_admin_ai_v1_service = /*@__PURE__*/
|
|
13
|
-
fileDesc("ChlhZG1pbi9haS92MS9zZXJ2aWNlLnByb3RvEgthZG1pbi5haS52MSLjAQoJR2VtaW5pS2V5EgoKAmlkGAEgASgEEg8KB2FwaV9rZXkYAiABKAkSDgoGYmFubmVkGAMgASgIEjcKDmRpc2FibGVkX3VudGlsGAQgASgLMhouZ29vZ2xlLnByb3RvYnVmLlRpbWVzdGFtcEgAiAEBEjAKDGxhc3RfdXNlZF9hdBgFIAEoCzIaLmdvb2dsZS5wcm90b2J1Zi5UaW1lc3RhbXASEwoLdXNhZ2VfY291bnQYBiABKAMSFgoOcmVxdWVzdHNfdG9kYXkYByABKANCEQoPX2Rpc2FibGVkX3VudGlsIoUCCg9BSVJlcXVlc3RSZWNvcmQSCgoCaWQYASABKAQSEgoKcmVxdWVzdF9pZBgCIAEoCRIOCgZzdGF0dXMYAyABKAkSDgoGcHJvbXB0GAQgASgJEhMKBnJlc3VsdBgFIAEoCUgAiAEBEhIKBWVycm9yGAYgASgJSAGIAQESLgoKY3JlYXRlZF9hdBgHIAEoCzIaLmdvb2dsZS5wcm90b2J1Zi5UaW1lc3RhbXASNAoLZmluaXNoZWRfYXQYCCABKAsyGi5nb29nbGUucHJvdG9idWYuVGltZXN0YW1wSAKIAQFCCQoHX3Jlc3VsdEIICgZfZXJyb3JCDgoMX2ZpbmlzaGVkX2F0IikKFkNyZWF0ZUdlbWluaUtleVJlcXVlc3QSDwoHYXBpX2tleRgBIAEoCSI+
|
|
13
|
+
fileDesc("ChlhZG1pbi9haS92MS9zZXJ2aWNlLnByb3RvEgthZG1pbi5haS52MSLjAQoJR2VtaW5pS2V5EgoKAmlkGAEgASgEEg8KB2FwaV9rZXkYAiABKAkSDgoGYmFubmVkGAMgASgIEjcKDmRpc2FibGVkX3VudGlsGAQgASgLMhouZ29vZ2xlLnByb3RvYnVmLlRpbWVzdGFtcEgAiAEBEjAKDGxhc3RfdXNlZF9hdBgFIAEoCzIaLmdvb2dsZS5wcm90b2J1Zi5UaW1lc3RhbXASEwoLdXNhZ2VfY291bnQYBiABKAMSFgoOcmVxdWVzdHNfdG9kYXkYByABKANCEQoPX2Rpc2FibGVkX3VudGlsIoUCCg9BSVJlcXVlc3RSZWNvcmQSCgoCaWQYASABKAQSEgoKcmVxdWVzdF9pZBgCIAEoCRIOCgZzdGF0dXMYAyABKAkSDgoGcHJvbXB0GAQgASgJEhMKBnJlc3VsdBgFIAEoCUgAiAEBEhIKBWVycm9yGAYgASgJSAGIAQESLgoKY3JlYXRlZF9hdBgHIAEoCzIaLmdvb2dsZS5wcm90b2J1Zi5UaW1lc3RhbXASNAoLZmluaXNoZWRfYXQYCCABKAsyGi5nb29nbGUucHJvdG9idWYuVGltZXN0YW1wSAKIAQFCCQoHX3Jlc3VsdEIICgZfZXJyb3JCDgoMX2ZpbmlzaGVkX2F0IikKFkNyZWF0ZUdlbWluaUtleVJlcXVlc3QSDwoHYXBpX2tleRgBIAEoCSI+ChdDcmVhdGVHZW1pbmlLZXlSZXNwb25zZRIjCgNrZXkYASABKAsyFi5hZG1pbi5haS52MS5HZW1pbmlLZXkiTgoVTGlzdEdlbWluaUtleXNSZXF1ZXN0EhYKDmluY2x1ZGVfYmFubmVkGAEgASgIEg0KBWxpbWl0GAIgASgNEg4KBm9mZnNldBgDIAEoBCJdChZMaXN0R2VtaW5pS2V5c1Jlc3BvbnNlEiQKBGtleXMYASADKAsyFi5hZG1pbi5haS52MS5HZW1pbmlLZXkSDQoFdG90YWwYAiABKAQSDgoGb2Zmc2V0GAMgASgEIigKGUdldEdlbWluaUtleXNCeUlEc1JlcXVlc3QSCwoDaWRzGAEgAygEIkIKGkdldEdlbWluaUtleXNCeUlEc1Jlc3BvbnNlEiQKBGtleXMYASADKAsyFi5hZG1pbi5haS52MS5HZW1pbmlLZXkiJAoWRGVsZXRlR2VtaW5pS2V5UmVxdWVzdBIKCgJpZBgBIAEoBCIhChNCYW5HZW1pbmlLZXlSZXF1ZXN0EgoKAmlkGAEgASgEIiMKFVVuYmFuR2VtaW5pS2V5UmVxdWVzdBIKCgJpZBgBIAEoBCJEChNMaXN0UmVxdWVzdHNSZXF1ZXN0Eg4KBnN0YXR1cxgBIAEoCRINCgVsaW1pdBgCIAEoDRIOCgZvZmZzZXQYAyABKAQiZQoUTGlzdFJlcXVlc3RzUmVzcG9uc2USLgoIcmVxdWVzdHMYASADKAsyHC5hZG1pbi5haS52MS5BSVJlcXVlc3RSZWNvcmQSDQoFdG90YWwYAiABKAQSDgoGb2Zmc2V0GAMgASgEIicKEUdldFJlcXVlc3RSZXF1ZXN0EhIKCnJlcXVlc3RfaWQYASABKAkiQwoSR2V0UmVxdWVzdFJlc3BvbnNlEi0KB3JlcXVlc3QYASABKAsyHC5hZG1pbi5haS52MS5BSVJlcXVlc3RSZWNvcmQiNQoeR2V0UmVxdWVzdHNCeVJlcXVlc3RJRHNSZXF1ZXN0EhMKC3JlcXVlc3RfaWRzGAEgAygJIlEKH0dldFJlcXVlc3RzQnlSZXF1ZXN0SURzUmVzcG9uc2USLgoIcmVxdWVzdHMYASADKAsyHC5hZG1pbi5haS52MS5BSVJlcXVlc3RSZWNvcmQy9AgKDkFJQWRtaW5TZXJ2aWNlEnoKD0NyZWF0ZUdlbWluaUtleRIjLmFkbWluLmFpLnYxLkNyZWF0ZUdlbWluaUtleVJlcXVlc3QaJC5hZG1pbi5haS52MS5DcmVhdGVHZW1pbmlLZXlSZXNwb25zZSIcgtPkkwIWOgEqIhEvYWRtaW4vdjEvYWkva2V5cxJ0Cg5MaXN0R2VtaW5pS2V5cxIiLmFkbWluLmFpLnYxLkxpc3RHZW1pbmlLZXlzUmVxdWVzdBojLmFkbWluLmFpLnYxLkxpc3RHZW1pbmlLZXlzUmVzcG9uc2UiGYLT5JMCExIRL2FkbWluL3YxL2FpL2tleXMSiQEKEkdldEdlbWluaUtleXNCeUlEcxImLmFkbWluLmFpLnYxLkdldEdlbWluaUtleXNCeUlEc1JlcXVlc3QaJy5hZG1pbi5haS52MS5HZXRHZW1pbmlLZXlzQnlJRHNSZXNwb25zZSIigtPkkwIcOgEqIhcvYWRtaW4vdjEvYWkva2V5cy9iYXRjaBJuCg9EZWxldGVHZW1pbmlLZXkSIy5hZG1pbi5haS52MS5EZWxldGVHZW1pbmlLZXlSZXF1ZXN0GhYuZ29vZ2xlLnByb3RvYnVmLkVtcHR5Ih6C0+STAhgqFi9hZG1pbi92MS9haS9rZXlzL3tpZH0SbwoMQmFuR2VtaW5pS2V5EiAuYWRtaW4uYWkudjEuQmFuR2VtaW5pS2V5UmVxdWVzdBoWLmdvb2dsZS5wcm90b2J1Zi5FbXB0eSIlgtPkkwIfOgEqIhovYWRtaW4vdjEvYWkva2V5cy97aWR9L2JhbhJ1Cg5VbmJhbkdlbWluaUtleRIiLmFkbWluLmFpLnYxLlVuYmFuR2VtaW5pS2V5UmVxdWVzdBoWLmdvb2dsZS5wcm90b2J1Zi5FbXB0eSIngtPkkwIhOgEqIhwvYWRtaW4vdjEvYWkva2V5cy97aWR9L3VuYmFuEnIKDExpc3RSZXF1ZXN0cxIgLmFkbWluLmFpLnYxLkxpc3RSZXF1ZXN0c1JlcXVlc3QaIS5hZG1pbi5haS52MS5MaXN0UmVxdWVzdHNSZXNwb25zZSIdgtPkkwIXEhUvYWRtaW4vdjEvYWkvcmVxdWVzdHMSeQoKR2V0UmVxdWVzdBIeLmFkbWluLmFpLnYxLkdldFJlcXVlc3RSZXF1ZXN0Gh8uYWRtaW4uYWkudjEuR2V0UmVxdWVzdFJlc3BvbnNlIiqC0+STAiQSIi9hZG1pbi92MS9haS9yZXF1ZXN0cy97cmVxdWVzdF9pZH0SnAEKF0dldFJlcXVlc3RzQnlSZXF1ZXN0SURzEisuYWRtaW4uYWkudjEuR2V0UmVxdWVzdHNCeVJlcXVlc3RJRHNSZXF1ZXN0GiwuYWRtaW4uYWkudjEuR2V0UmVxdWVzdHNCeVJlcXVlc3RJRHNSZXNwb25zZSImgtPkkwIgOgEqIhsvYWRtaW4vdjEvYWkvcmVxdWVzdHMvYmF0Y2hCOFo2Z2l0aHViLmNvbS9HMkdzL2FwaS1jb250cmFjdHMtZ28vYWRtaW4vYWkvdjE7YWRtaW5haXYxYgZwcm90bzM", [file_google_api_annotations, file_google_protobuf_empty, file_google_protobuf_timestamp]);
|
|
14
14
|
|
|
15
15
|
/**
|
|
16
16
|
* Describes the message admin.ai.v1.GeminiKey.
|
|
@@ -54,54 +54,82 @@ export const ListGeminiKeysRequestSchema = /*@__PURE__*/
|
|
|
54
54
|
export const ListGeminiKeysResponseSchema = /*@__PURE__*/
|
|
55
55
|
messageDesc(file_admin_ai_v1_service, 5);
|
|
56
56
|
|
|
57
|
+
/**
|
|
58
|
+
* Describes the message admin.ai.v1.GetGeminiKeysByIDsRequest.
|
|
59
|
+
* Use `create(GetGeminiKeysByIDsRequestSchema)` to create a new message.
|
|
60
|
+
*/
|
|
61
|
+
export const GetGeminiKeysByIDsRequestSchema = /*@__PURE__*/
|
|
62
|
+
messageDesc(file_admin_ai_v1_service, 6);
|
|
63
|
+
|
|
64
|
+
/**
|
|
65
|
+
* Describes the message admin.ai.v1.GetGeminiKeysByIDsResponse.
|
|
66
|
+
* Use `create(GetGeminiKeysByIDsResponseSchema)` to create a new message.
|
|
67
|
+
*/
|
|
68
|
+
export const GetGeminiKeysByIDsResponseSchema = /*@__PURE__*/
|
|
69
|
+
messageDesc(file_admin_ai_v1_service, 7);
|
|
70
|
+
|
|
57
71
|
/**
|
|
58
72
|
* Describes the message admin.ai.v1.DeleteGeminiKeyRequest.
|
|
59
73
|
* Use `create(DeleteGeminiKeyRequestSchema)` to create a new message.
|
|
60
74
|
*/
|
|
61
75
|
export const DeleteGeminiKeyRequestSchema = /*@__PURE__*/
|
|
62
|
-
messageDesc(file_admin_ai_v1_service,
|
|
76
|
+
messageDesc(file_admin_ai_v1_service, 8);
|
|
63
77
|
|
|
64
78
|
/**
|
|
65
79
|
* Describes the message admin.ai.v1.BanGeminiKeyRequest.
|
|
66
80
|
* Use `create(BanGeminiKeyRequestSchema)` to create a new message.
|
|
67
81
|
*/
|
|
68
82
|
export const BanGeminiKeyRequestSchema = /*@__PURE__*/
|
|
69
|
-
messageDesc(file_admin_ai_v1_service,
|
|
83
|
+
messageDesc(file_admin_ai_v1_service, 9);
|
|
70
84
|
|
|
71
85
|
/**
|
|
72
86
|
* Describes the message admin.ai.v1.UnbanGeminiKeyRequest.
|
|
73
87
|
* Use `create(UnbanGeminiKeyRequestSchema)` to create a new message.
|
|
74
88
|
*/
|
|
75
89
|
export const UnbanGeminiKeyRequestSchema = /*@__PURE__*/
|
|
76
|
-
messageDesc(file_admin_ai_v1_service,
|
|
90
|
+
messageDesc(file_admin_ai_v1_service, 10);
|
|
77
91
|
|
|
78
92
|
/**
|
|
79
93
|
* Describes the message admin.ai.v1.ListRequestsRequest.
|
|
80
94
|
* Use `create(ListRequestsRequestSchema)` to create a new message.
|
|
81
95
|
*/
|
|
82
96
|
export const ListRequestsRequestSchema = /*@__PURE__*/
|
|
83
|
-
messageDesc(file_admin_ai_v1_service,
|
|
97
|
+
messageDesc(file_admin_ai_v1_service, 11);
|
|
84
98
|
|
|
85
99
|
/**
|
|
86
100
|
* Describes the message admin.ai.v1.ListRequestsResponse.
|
|
87
101
|
* Use `create(ListRequestsResponseSchema)` to create a new message.
|
|
88
102
|
*/
|
|
89
103
|
export const ListRequestsResponseSchema = /*@__PURE__*/
|
|
90
|
-
messageDesc(file_admin_ai_v1_service,
|
|
104
|
+
messageDesc(file_admin_ai_v1_service, 12);
|
|
91
105
|
|
|
92
106
|
/**
|
|
93
107
|
* Describes the message admin.ai.v1.GetRequestRequest.
|
|
94
108
|
* Use `create(GetRequestRequestSchema)` to create a new message.
|
|
95
109
|
*/
|
|
96
110
|
export const GetRequestRequestSchema = /*@__PURE__*/
|
|
97
|
-
messageDesc(file_admin_ai_v1_service,
|
|
111
|
+
messageDesc(file_admin_ai_v1_service, 13);
|
|
98
112
|
|
|
99
113
|
/**
|
|
100
114
|
* Describes the message admin.ai.v1.GetRequestResponse.
|
|
101
115
|
* Use `create(GetRequestResponseSchema)` to create a new message.
|
|
102
116
|
*/
|
|
103
117
|
export const GetRequestResponseSchema = /*@__PURE__*/
|
|
104
|
-
messageDesc(file_admin_ai_v1_service,
|
|
118
|
+
messageDesc(file_admin_ai_v1_service, 14);
|
|
119
|
+
|
|
120
|
+
/**
|
|
121
|
+
* Describes the message admin.ai.v1.GetRequestsByRequestIDsRequest.
|
|
122
|
+
* Use `create(GetRequestsByRequestIDsRequestSchema)` to create a new message.
|
|
123
|
+
*/
|
|
124
|
+
export const GetRequestsByRequestIDsRequestSchema = /*@__PURE__*/
|
|
125
|
+
messageDesc(file_admin_ai_v1_service, 15);
|
|
126
|
+
|
|
127
|
+
/**
|
|
128
|
+
* Describes the message admin.ai.v1.GetRequestsByRequestIDsResponse.
|
|
129
|
+
* Use `create(GetRequestsByRequestIDsResponseSchema)` to create a new message.
|
|
130
|
+
*/
|
|
131
|
+
export const GetRequestsByRequestIDsResponseSchema = /*@__PURE__*/
|
|
132
|
+
messageDesc(file_admin_ai_v1_service, 16);
|
|
105
133
|
|
|
106
134
|
/**
|
|
107
135
|
* @generated from service admin.ai.v1.AIAdminService
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
/* eslint-disable */
|
|
4
4
|
// @ts-nocheck
|
|
5
5
|
|
|
6
|
-
import { ArchiveCategoryRequest, ArchiveCategoryResponse, CreateCategoryRequest, CreateCategoryResponse, GetCategoryRequest, GetCategoryResponse, ListCategoriesRequest, ListCategoriesResponse, SetCategoryActiveRequest, SetCategoryActiveResponse, UpdateCategoryRequest, UpdateCategoryResponse } from "./service_pb.js";
|
|
6
|
+
import { ArchiveCategoryRequest, ArchiveCategoryResponse, CreateCategoryRequest, CreateCategoryResponse, GetCategoriesByIDsRequest, GetCategoriesByIDsResponse, GetCategoryRequest, GetCategoryResponse, ListCategoriesRequest, ListCategoriesResponse, SetCategoryActiveRequest, SetCategoryActiveResponse, UpdateCategoryRequest, UpdateCategoryResponse } from "./service_pb.js";
|
|
7
7
|
import { MethodKind } from "@bufbuild/protobuf";
|
|
8
8
|
|
|
9
9
|
/**
|
|
@@ -48,6 +48,15 @@ export declare const CategoryAdminService: {
|
|
|
48
48
|
readonly O: typeof ListCategoriesResponse,
|
|
49
49
|
readonly kind: MethodKind.Unary,
|
|
50
50
|
},
|
|
51
|
+
/**
|
|
52
|
+
* @generated from rpc admin.category.v1.CategoryAdminService.GetCategoriesByIDs
|
|
53
|
+
*/
|
|
54
|
+
readonly getCategoriesByIDs: {
|
|
55
|
+
readonly name: "GetCategoriesByIDs",
|
|
56
|
+
readonly I: typeof GetCategoriesByIDsRequest,
|
|
57
|
+
readonly O: typeof GetCategoriesByIDsResponse,
|
|
58
|
+
readonly kind: MethodKind.Unary,
|
|
59
|
+
},
|
|
51
60
|
/**
|
|
52
61
|
* @generated from rpc admin.category.v1.CategoryAdminService.SetCategoryActive
|
|
53
62
|
*/
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
/* eslint-disable */
|
|
4
4
|
// @ts-nocheck
|
|
5
5
|
|
|
6
|
-
import { ArchiveCategoryRequest, ArchiveCategoryResponse, CreateCategoryRequest, CreateCategoryResponse, GetCategoryRequest, GetCategoryResponse, ListCategoriesRequest, ListCategoriesResponse, SetCategoryActiveRequest, SetCategoryActiveResponse, UpdateCategoryRequest, UpdateCategoryResponse } from "./service_pb.js";
|
|
6
|
+
import { ArchiveCategoryRequest, ArchiveCategoryResponse, CreateCategoryRequest, CreateCategoryResponse, GetCategoriesByIDsRequest, GetCategoriesByIDsResponse, GetCategoryRequest, GetCategoryResponse, ListCategoriesRequest, ListCategoriesResponse, SetCategoryActiveRequest, SetCategoryActiveResponse, UpdateCategoryRequest, UpdateCategoryResponse } from "./service_pb.js";
|
|
7
7
|
import { MethodKind } from "@bufbuild/protobuf";
|
|
8
8
|
|
|
9
9
|
/**
|
|
@@ -48,6 +48,15 @@ export const CategoryAdminService = {
|
|
|
48
48
|
O: ListCategoriesResponse,
|
|
49
49
|
kind: MethodKind.Unary,
|
|
50
50
|
},
|
|
51
|
+
/**
|
|
52
|
+
* @generated from rpc admin.category.v1.CategoryAdminService.GetCategoriesByIDs
|
|
53
|
+
*/
|
|
54
|
+
getCategoriesByIDs: {
|
|
55
|
+
name: "GetCategoriesByIDs",
|
|
56
|
+
I: GetCategoriesByIDsRequest,
|
|
57
|
+
O: GetCategoriesByIDsResponse,
|
|
58
|
+
kind: MethodKind.Unary,
|
|
59
|
+
},
|
|
51
60
|
/**
|
|
52
61
|
* @generated from rpc admin.category.v1.CategoryAdminService.SetCategoryActive
|
|
53
62
|
*/
|
|
@@ -266,6 +266,11 @@ export declare type ListCategoriesResponse = Message<"admin.category.v1.ListCate
|
|
|
266
266
|
* @generated from field: uint64 total = 2;
|
|
267
267
|
*/
|
|
268
268
|
total: bigint;
|
|
269
|
+
|
|
270
|
+
/**
|
|
271
|
+
* @generated from field: uint64 offset = 3;
|
|
272
|
+
*/
|
|
273
|
+
offset: bigint;
|
|
269
274
|
};
|
|
270
275
|
|
|
271
276
|
/**
|
|
@@ -274,6 +279,38 @@ export declare type ListCategoriesResponse = Message<"admin.category.v1.ListCate
|
|
|
274
279
|
*/
|
|
275
280
|
export declare const ListCategoriesResponseSchema: GenMessage<ListCategoriesResponse>;
|
|
276
281
|
|
|
282
|
+
/**
|
|
283
|
+
* @generated from message admin.category.v1.GetCategoriesByIDsRequest
|
|
284
|
+
*/
|
|
285
|
+
export declare type GetCategoriesByIDsRequest = Message<"admin.category.v1.GetCategoriesByIDsRequest"> & {
|
|
286
|
+
/**
|
|
287
|
+
* @generated from field: repeated uint64 category_ids = 1;
|
|
288
|
+
*/
|
|
289
|
+
categoryIds: bigint[];
|
|
290
|
+
};
|
|
291
|
+
|
|
292
|
+
/**
|
|
293
|
+
* Describes the message admin.category.v1.GetCategoriesByIDsRequest.
|
|
294
|
+
* Use `create(GetCategoriesByIDsRequestSchema)` to create a new message.
|
|
295
|
+
*/
|
|
296
|
+
export declare const GetCategoriesByIDsRequestSchema: GenMessage<GetCategoriesByIDsRequest>;
|
|
297
|
+
|
|
298
|
+
/**
|
|
299
|
+
* @generated from message admin.category.v1.GetCategoriesByIDsResponse
|
|
300
|
+
*/
|
|
301
|
+
export declare type GetCategoriesByIDsResponse = Message<"admin.category.v1.GetCategoriesByIDsResponse"> & {
|
|
302
|
+
/**
|
|
303
|
+
* @generated from field: repeated admin.category.v1.Category items = 1;
|
|
304
|
+
*/
|
|
305
|
+
items: Category[];
|
|
306
|
+
};
|
|
307
|
+
|
|
308
|
+
/**
|
|
309
|
+
* Describes the message admin.category.v1.GetCategoriesByIDsResponse.
|
|
310
|
+
* Use `create(GetCategoriesByIDsResponseSchema)` to create a new message.
|
|
311
|
+
*/
|
|
312
|
+
export declare const GetCategoriesByIDsResponseSchema: GenMessage<GetCategoriesByIDsResponse>;
|
|
313
|
+
|
|
277
314
|
/**
|
|
278
315
|
* @generated from message admin.category.v1.SetCategoryActiveRequest
|
|
279
316
|
*/
|
|
@@ -430,6 +467,14 @@ export declare const CategoryAdminService: GenService<{
|
|
|
430
467
|
input: typeof ListCategoriesRequestSchema;
|
|
431
468
|
output: typeof ListCategoriesResponseSchema;
|
|
432
469
|
},
|
|
470
|
+
/**
|
|
471
|
+
* @generated from rpc admin.category.v1.CategoryAdminService.GetCategoriesByIDs
|
|
472
|
+
*/
|
|
473
|
+
getCategoriesByIDs: {
|
|
474
|
+
methodKind: "unary";
|
|
475
|
+
input: typeof GetCategoriesByIDsRequestSchema;
|
|
476
|
+
output: typeof GetCategoriesByIDsResponseSchema;
|
|
477
|
+
},
|
|
433
478
|
/**
|
|
434
479
|
* @generated from rpc admin.category.v1.CategoryAdminService.SetCategoryActive
|
|
435
480
|
*/
|
|
@@ -10,7 +10,7 @@ import { file_google_protobuf_timestamp } from "@bufbuild/protobuf/wkt";
|
|
|
10
10
|
* Describes the file admin/category/v1/service.proto.
|
|
11
11
|
*/
|
|
12
12
|
export const file_admin_category_v1_service = /*@__PURE__*/
|
|
13
|
-
fileDesc("
|
|
13
|
+
fileDesc("Ch9hZG1pbi9jYXRlZ29yeS92MS9zZXJ2aWNlLnByb3RvEhFhZG1pbi5jYXRlZ29yeS52MSLsAQoIQ2F0ZWdvcnkSEwoLY2F0ZWdvcnlfaWQYASABKAQSDQoFdGl0bGUYAiABKAkSFgoJcGFyZW50X2lkGAMgASgESACIAQESEQoJaXNfYWN0aXZlGAQgASgIEhIKCnNvcnRfb3JkZXIYBSABKAUSDwoHdmVyc2lvbhgGIAEoDRIuCgpjcmVhdGVkX2F0GAcgASgLMhouZ29vZ2xlLnByb3RvYnVmLlRpbWVzdGFtcBIuCgp1cGRhdGVkX2F0GAggASgLMhouZ29vZ2xlLnByb3RvYnVmLlRpbWVzdGFtcEIMCgpfcGFyZW50X2lkInMKFUNyZWF0ZUNhdGVnb3J5UmVxdWVzdBINCgV0aXRsZRgBIAEoCRIWCglwYXJlbnRfaWQYAiABKARIAIgBARISCgpzb3J0X29yZGVyGAMgASgFEhEKCWlzX2FjdGl2ZRgEIAEoCEIMCgpfcGFyZW50X2lkIkcKFkNyZWF0ZUNhdGVnb3J5UmVzcG9uc2USLQoIY2F0ZWdvcnkYASABKAsyGy5hZG1pbi5jYXRlZ29yeS52MS5DYXRlZ29yeSLdAQoVVXBkYXRlQ2F0ZWdvcnlSZXF1ZXN0EhMKC2NhdGVnb3J5X2lkGAEgASgEEhIKBXRpdGxlGAIgASgJSAGIAQESFwoNcGFyZW50X2lkX3NldBgDIAEoBEgAEhkKD3BhcmVudF9pZF9jbGVhchgEIAEoCEgAEhcKCnNvcnRfb3JkZXIYBSABKAVIAogBARIWCglpc19hY3RpdmUYBiABKAhIA4gBAUIPCg1wYXJlbnRfY2hhbmdlQggKBl90aXRsZUINCgtfc29ydF9vcmRlckIMCgpfaXNfYWN0aXZlIkcKFlVwZGF0ZUNhdGVnb3J5UmVzcG9uc2USLQoIY2F0ZWdvcnkYASABKAsyGy5hZG1pbi5jYXRlZ29yeS52MS5DYXRlZ29yeSIpChJHZXRDYXRlZ29yeVJlcXVlc3QSEwoLY2F0ZWdvcnlfaWQYASABKAQiRAoTR2V0Q2F0ZWdvcnlSZXNwb25zZRItCghjYXRlZ29yeRgBIAEoCzIbLmFkbWluLmNhdGVnb3J5LnYxLkNhdGVnb3J5IoQCChVMaXN0Q2F0ZWdvcmllc1JlcXVlc3QSFwoKdGl0bGVfbGlrZRgBIAEoCUgAiAEBEhYKCXBhcmVudF9pZBgCIAEoBEgBiAEBEhMKC29ubHlfYWN0aXZlGAMgASgIEg0KBWxpbWl0GAQgASgNEg4KBm9mZnNldBgFIAEoBBI1Cgdzb3J0X2J5GAYgASgOMiQuYWRtaW4uY2F0ZWdvcnkudjEuQ2F0ZWdvcnlTb3J0RmllbGQSMgoIc29ydF9kaXIYByABKA4yIC5hZG1pbi5jYXRlZ29yeS52MS5Tb3J0RGlyZWN0aW9uQg0KC190aXRsZV9saWtlQgwKCl9wYXJlbnRfaWQiYwoWTGlzdENhdGVnb3JpZXNSZXNwb25zZRIqCgVpdGVtcxgBIAMoCzIbLmFkbWluLmNhdGVnb3J5LnYxLkNhdGVnb3J5Eg0KBXRvdGFsGAIgASgEEg4KBm9mZnNldBgDIAEoBCIxChlHZXRDYXRlZ29yaWVzQnlJRHNSZXF1ZXN0EhQKDGNhdGVnb3J5X2lkcxgBIAMoBCJIChpHZXRDYXRlZ29yaWVzQnlJRHNSZXNwb25zZRIqCgVpdGVtcxgBIAMoCzIbLmFkbWluLmNhdGVnb3J5LnYxLkNhdGVnb3J5IkIKGFNldENhdGVnb3J5QWN0aXZlUmVxdWVzdBITCgtjYXRlZ29yeV9pZBgBIAEoBBIRCglpc19hY3RpdmUYAiABKAgiSgoZU2V0Q2F0ZWdvcnlBY3RpdmVSZXNwb25zZRItCghjYXRlZ29yeRgBIAEoCzIbLmFkbWluLmNhdGVnb3J5LnYxLkNhdGVnb3J5Ii0KFkFyY2hpdmVDYXRlZ29yeVJlcXVlc3QSEwoLY2F0ZWdvcnlfaWQYASABKAQiGQoXQXJjaGl2ZUNhdGVnb3J5UmVzcG9uc2UqYAoNU29ydERpcmVjdGlvbhIeChpTT1JUX0RJUkVDVElPTl9VTlNQRUNJRklFRBAAEhYKElNPUlRfRElSRUNUSU9OX0FTQxABEhcKE1NPUlRfRElSRUNUSU9OX0RFU0MQAiqXAQoRQ2F0ZWdvcnlTb3J0RmllbGQSIwofQ0FURUdPUllfU09SVF9GSUVMRF9VTlNQRUNJRklFRBAAEhoKFkNBVEVHT1JZX1NPUlRfRklFTERfSUQQARIdChlDQVRFR09SWV9TT1JUX0ZJRUxEX1RJVExFEAISIgoeQ0FURUdPUllfU09SVF9GSUVMRF9TT1JUX09SREVSEAMyqwgKFENhdGVnb3J5QWRtaW5TZXJ2aWNlEoYBCg5DcmVhdGVDYXRlZ29yeRIoLmFkbWluLmNhdGVnb3J5LnYxLkNyZWF0ZUNhdGVnb3J5UmVxdWVzdBopLmFkbWluLmNhdGVnb3J5LnYxLkNyZWF0ZUNhdGVnb3J5UmVzcG9uc2UiH4LT5JMCGToBKiIUL2FkbWluL3YxL2NhdGVnb3JpZXMSlAEKDlVwZGF0ZUNhdGVnb3J5EiguYWRtaW4uY2F0ZWdvcnkudjEuVXBkYXRlQ2F0ZWdvcnlSZXF1ZXN0GikuYWRtaW4uY2F0ZWdvcnkudjEuVXBkYXRlQ2F0ZWdvcnlSZXNwb25zZSItgtPkkwInOgEqMiIvYWRtaW4vdjEvY2F0ZWdvcmllcy97Y2F0ZWdvcnlfaWR9EogBCgtHZXRDYXRlZ29yeRIlLmFkbWluLmNhdGVnb3J5LnYxLkdldENhdGVnb3J5UmVxdWVzdBomLmFkbWluLmNhdGVnb3J5LnYxLkdldENhdGVnb3J5UmVzcG9uc2UiKoLT5JMCJBIiL2FkbWluL3YxL2NhdGVnb3JpZXMve2NhdGVnb3J5X2lkfRKDAQoOTGlzdENhdGVnb3JpZXMSKC5hZG1pbi5jYXRlZ29yeS52MS5MaXN0Q2F0ZWdvcmllc1JlcXVlc3QaKS5hZG1pbi5jYXRlZ29yeS52MS5MaXN0Q2F0ZWdvcmllc1Jlc3BvbnNlIhyC0+STAhYSFC9hZG1pbi92MS9jYXRlZ29yaWVzEpgBChJHZXRDYXRlZ29yaWVzQnlJRHMSLC5hZG1pbi5jYXRlZ29yeS52MS5HZXRDYXRlZ29yaWVzQnlJRHNSZXF1ZXN0Gi0uYWRtaW4uY2F0ZWdvcnkudjEuR2V0Q2F0ZWdvcmllc0J5SURzUmVzcG9uc2UiJYLT5JMCHzoBKiIaL2FkbWluL3YxL2NhdGVnb3JpZXMvYmF0Y2gSpAEKEVNldENhdGVnb3J5QWN0aXZlEisuYWRtaW4uY2F0ZWdvcnkudjEuU2V0Q2F0ZWdvcnlBY3RpdmVSZXF1ZXN0GiwuYWRtaW4uY2F0ZWdvcnkudjEuU2V0Q2F0ZWdvcnlBY3RpdmVSZXNwb25zZSI0gtPkkwIuOgEqIikvYWRtaW4vdjEvY2F0ZWdvcmllcy97Y2F0ZWdvcnlfaWR9L2FjdGl2ZRKfAQoPQXJjaGl2ZUNhdGVnb3J5EikuYWRtaW4uY2F0ZWdvcnkudjEuQXJjaGl2ZUNhdGVnb3J5UmVxdWVzdBoqLmFkbWluLmNhdGVnb3J5LnYxLkFyY2hpdmVDYXRlZ29yeVJlc3BvbnNlIjWC0+STAi86ASoiKi9hZG1pbi92MS9jYXRlZ29yaWVzL3tjYXRlZ29yeV9pZH0vYXJjaGl2ZUJEWkJnaXRodWIuY29tL0cyR3MvYXBpLWNvbnRyYWN0cy1nby9hZG1pbi9jYXRlZ29yeS92MTthZG1pbmNhdGVnb3J5djFiBnByb3RvMw", [file_google_api_annotations, file_google_protobuf_timestamp]);
|
|
14
14
|
|
|
15
15
|
/**
|
|
16
16
|
* Describes the message admin.category.v1.Category.
|
|
@@ -75,33 +75,47 @@ export const ListCategoriesRequestSchema = /*@__PURE__*/
|
|
|
75
75
|
export const ListCategoriesResponseSchema = /*@__PURE__*/
|
|
76
76
|
messageDesc(file_admin_category_v1_service, 8);
|
|
77
77
|
|
|
78
|
+
/**
|
|
79
|
+
* Describes the message admin.category.v1.GetCategoriesByIDsRequest.
|
|
80
|
+
* Use `create(GetCategoriesByIDsRequestSchema)` to create a new message.
|
|
81
|
+
*/
|
|
82
|
+
export const GetCategoriesByIDsRequestSchema = /*@__PURE__*/
|
|
83
|
+
messageDesc(file_admin_category_v1_service, 9);
|
|
84
|
+
|
|
85
|
+
/**
|
|
86
|
+
* Describes the message admin.category.v1.GetCategoriesByIDsResponse.
|
|
87
|
+
* Use `create(GetCategoriesByIDsResponseSchema)` to create a new message.
|
|
88
|
+
*/
|
|
89
|
+
export const GetCategoriesByIDsResponseSchema = /*@__PURE__*/
|
|
90
|
+
messageDesc(file_admin_category_v1_service, 10);
|
|
91
|
+
|
|
78
92
|
/**
|
|
79
93
|
* Describes the message admin.category.v1.SetCategoryActiveRequest.
|
|
80
94
|
* Use `create(SetCategoryActiveRequestSchema)` to create a new message.
|
|
81
95
|
*/
|
|
82
96
|
export const SetCategoryActiveRequestSchema = /*@__PURE__*/
|
|
83
|
-
messageDesc(file_admin_category_v1_service,
|
|
97
|
+
messageDesc(file_admin_category_v1_service, 11);
|
|
84
98
|
|
|
85
99
|
/**
|
|
86
100
|
* Describes the message admin.category.v1.SetCategoryActiveResponse.
|
|
87
101
|
* Use `create(SetCategoryActiveResponseSchema)` to create a new message.
|
|
88
102
|
*/
|
|
89
103
|
export const SetCategoryActiveResponseSchema = /*@__PURE__*/
|
|
90
|
-
messageDesc(file_admin_category_v1_service,
|
|
104
|
+
messageDesc(file_admin_category_v1_service, 12);
|
|
91
105
|
|
|
92
106
|
/**
|
|
93
107
|
* Describes the message admin.category.v1.ArchiveCategoryRequest.
|
|
94
108
|
* Use `create(ArchiveCategoryRequestSchema)` to create a new message.
|
|
95
109
|
*/
|
|
96
110
|
export const ArchiveCategoryRequestSchema = /*@__PURE__*/
|
|
97
|
-
messageDesc(file_admin_category_v1_service,
|
|
111
|
+
messageDesc(file_admin_category_v1_service, 13);
|
|
98
112
|
|
|
99
113
|
/**
|
|
100
114
|
* Describes the message admin.category.v1.ArchiveCategoryResponse.
|
|
101
115
|
* Use `create(ArchiveCategoryResponseSchema)` to create a new message.
|
|
102
116
|
*/
|
|
103
117
|
export const ArchiveCategoryResponseSchema = /*@__PURE__*/
|
|
104
|
-
messageDesc(file_admin_category_v1_service,
|
|
118
|
+
messageDesc(file_admin_category_v1_service, 14);
|
|
105
119
|
|
|
106
120
|
/**
|
|
107
121
|
* Describes the enum admin.category.v1.SortDirection.
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
/* eslint-disable */
|
|
4
4
|
// @ts-nocheck
|
|
5
5
|
|
|
6
|
-
import { AddSubQuestionFileRequest, AddSubQuestionFileResponse, CreateGroupRequest, CreateGroupResponse, CreateQuestionRequest, CreateQuestionResponse, CreateSubQuestionRequest, CreateSubQuestionResponse, DeleteGroupRequest, DeleteGroupResponse, DeleteQuestionRequest, DeleteQuestionResponse, DeleteSubQuestionRequest, DeleteSubQuestionResponse, GetSubQuestionsByIDsRequest, GetSubQuestionsByIDsResponse, ListGroupsRequest, ListGroupsResponse, ListQuestionsRequest, ListQuestionsResponse, ListSubQuestionsRequest, ListSubQuestionsResponse, RemoveSubQuestionFileRequest, RemoveSubQuestionFileResponse, UpdateGroupRequest, UpdateGroupResponse, UpdateQuestionRequest, UpdateQuestionResponse, UpdateSubQuestionRequest, UpdateSubQuestionResponse } from "./service_pb.js";
|
|
6
|
+
import { AddSubQuestionFileRequest, AddSubQuestionFileResponse, CreateGroupRequest, CreateGroupResponse, CreateQuestionRequest, CreateQuestionResponse, CreateSubQuestionRequest, CreateSubQuestionResponse, DeleteGroupRequest, DeleteGroupResponse, DeleteQuestionRequest, DeleteQuestionResponse, DeleteSubQuestionRequest, DeleteSubQuestionResponse, GetGroupsByIDsRequest, GetGroupsByIDsResponse, GetQuestionsByIDsRequest, GetQuestionsByIDsResponse, GetSubQuestionsByIDsRequest, GetSubQuestionsByIDsResponse, ListGroupsRequest, ListGroupsResponse, ListQuestionsRequest, ListQuestionsResponse, ListSubQuestionsRequest, ListSubQuestionsResponse, RemoveSubQuestionFileRequest, RemoveSubQuestionFileResponse, UpdateGroupRequest, UpdateGroupResponse, UpdateQuestionRequest, UpdateQuestionResponse, UpdateSubQuestionRequest, UpdateSubQuestionResponse } from "./service_pb.js";
|
|
7
7
|
import { MethodKind } from "@bufbuild/protobuf";
|
|
8
8
|
|
|
9
9
|
/**
|
|
@@ -21,6 +21,15 @@ export declare const FAQAdminService: {
|
|
|
21
21
|
readonly O: typeof ListGroupsResponse,
|
|
22
22
|
readonly kind: MethodKind.Unary,
|
|
23
23
|
},
|
|
24
|
+
/**
|
|
25
|
+
* @generated from rpc admin.faq.v1.FAQAdminService.GetGroupsByIDs
|
|
26
|
+
*/
|
|
27
|
+
readonly getGroupsByIDs: {
|
|
28
|
+
readonly name: "GetGroupsByIDs",
|
|
29
|
+
readonly I: typeof GetGroupsByIDsRequest,
|
|
30
|
+
readonly O: typeof GetGroupsByIDsResponse,
|
|
31
|
+
readonly kind: MethodKind.Unary,
|
|
32
|
+
},
|
|
24
33
|
/**
|
|
25
34
|
* @generated from rpc admin.faq.v1.FAQAdminService.ListQuestions
|
|
26
35
|
*/
|
|
@@ -30,6 +39,15 @@ export declare const FAQAdminService: {
|
|
|
30
39
|
readonly O: typeof ListQuestionsResponse,
|
|
31
40
|
readonly kind: MethodKind.Unary,
|
|
32
41
|
},
|
|
42
|
+
/**
|
|
43
|
+
* @generated from rpc admin.faq.v1.FAQAdminService.GetQuestionsByIDs
|
|
44
|
+
*/
|
|
45
|
+
readonly getQuestionsByIDs: {
|
|
46
|
+
readonly name: "GetQuestionsByIDs",
|
|
47
|
+
readonly I: typeof GetQuestionsByIDsRequest,
|
|
48
|
+
readonly O: typeof GetQuestionsByIDsResponse,
|
|
49
|
+
readonly kind: MethodKind.Unary,
|
|
50
|
+
},
|
|
33
51
|
/**
|
|
34
52
|
* @generated from rpc admin.faq.v1.FAQAdminService.ListSubQuestions
|
|
35
53
|
*/
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
/* eslint-disable */
|
|
4
4
|
// @ts-nocheck
|
|
5
5
|
|
|
6
|
-
import { AddSubQuestionFileRequest, AddSubQuestionFileResponse, CreateGroupRequest, CreateGroupResponse, CreateQuestionRequest, CreateQuestionResponse, CreateSubQuestionRequest, CreateSubQuestionResponse, DeleteGroupRequest, DeleteGroupResponse, DeleteQuestionRequest, DeleteQuestionResponse, DeleteSubQuestionRequest, DeleteSubQuestionResponse, GetSubQuestionsByIDsRequest, GetSubQuestionsByIDsResponse, ListGroupsRequest, ListGroupsResponse, ListQuestionsRequest, ListQuestionsResponse, ListSubQuestionsRequest, ListSubQuestionsResponse, RemoveSubQuestionFileRequest, RemoveSubQuestionFileResponse, UpdateGroupRequest, UpdateGroupResponse, UpdateQuestionRequest, UpdateQuestionResponse, UpdateSubQuestionRequest, UpdateSubQuestionResponse } from "./service_pb.js";
|
|
6
|
+
import { AddSubQuestionFileRequest, AddSubQuestionFileResponse, CreateGroupRequest, CreateGroupResponse, CreateQuestionRequest, CreateQuestionResponse, CreateSubQuestionRequest, CreateSubQuestionResponse, DeleteGroupRequest, DeleteGroupResponse, DeleteQuestionRequest, DeleteQuestionResponse, DeleteSubQuestionRequest, DeleteSubQuestionResponse, GetGroupsByIDsRequest, GetGroupsByIDsResponse, GetQuestionsByIDsRequest, GetQuestionsByIDsResponse, GetSubQuestionsByIDsRequest, GetSubQuestionsByIDsResponse, ListGroupsRequest, ListGroupsResponse, ListQuestionsRequest, ListQuestionsResponse, ListSubQuestionsRequest, ListSubQuestionsResponse, RemoveSubQuestionFileRequest, RemoveSubQuestionFileResponse, UpdateGroupRequest, UpdateGroupResponse, UpdateQuestionRequest, UpdateQuestionResponse, UpdateSubQuestionRequest, UpdateSubQuestionResponse } from "./service_pb.js";
|
|
7
7
|
import { MethodKind } from "@bufbuild/protobuf";
|
|
8
8
|
|
|
9
9
|
/**
|
|
@@ -21,6 +21,15 @@ export const FAQAdminService = {
|
|
|
21
21
|
O: ListGroupsResponse,
|
|
22
22
|
kind: MethodKind.Unary,
|
|
23
23
|
},
|
|
24
|
+
/**
|
|
25
|
+
* @generated from rpc admin.faq.v1.FAQAdminService.GetGroupsByIDs
|
|
26
|
+
*/
|
|
27
|
+
getGroupsByIDs: {
|
|
28
|
+
name: "GetGroupsByIDs",
|
|
29
|
+
I: GetGroupsByIDsRequest,
|
|
30
|
+
O: GetGroupsByIDsResponse,
|
|
31
|
+
kind: MethodKind.Unary,
|
|
32
|
+
},
|
|
24
33
|
/**
|
|
25
34
|
* @generated from rpc admin.faq.v1.FAQAdminService.ListQuestions
|
|
26
35
|
*/
|
|
@@ -30,6 +39,15 @@ export const FAQAdminService = {
|
|
|
30
39
|
O: ListQuestionsResponse,
|
|
31
40
|
kind: MethodKind.Unary,
|
|
32
41
|
},
|
|
42
|
+
/**
|
|
43
|
+
* @generated from rpc admin.faq.v1.FAQAdminService.GetQuestionsByIDs
|
|
44
|
+
*/
|
|
45
|
+
getQuestionsByIDs: {
|
|
46
|
+
name: "GetQuestionsByIDs",
|
|
47
|
+
I: GetQuestionsByIDsRequest,
|
|
48
|
+
O: GetQuestionsByIDsResponse,
|
|
49
|
+
kind: MethodKind.Unary,
|
|
50
|
+
},
|
|
33
51
|
/**
|
|
34
52
|
* @generated from rpc admin.faq.v1.FAQAdminService.ListSubQuestions
|
|
35
53
|
*/
|