@opsee/mcp-server 0.1.0
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/bin/opsee-mcp.js +21 -0
- package/gen/api/v1/account_pb.d.ts +393 -0
- package/gen/api/v1/account_pb.js +111 -0
- package/gen/api/v1/activity_log_pb.d.ts +297 -0
- package/gen/api/v1/activity_log_pb.js +89 -0
- package/gen/api/v1/ai_run_status_pb.d.ts +237 -0
- package/gen/api/v1/ai_run_status_pb.js +89 -0
- package/gen/api/v1/ai_unit_category_pb.d.ts +237 -0
- package/gen/api/v1/ai_unit_category_pb.js +89 -0
- package/gen/api/v1/ai_unit_stage_pb.d.ts +347 -0
- package/gen/api/v1/ai_unit_stage_pb.js +117 -0
- package/gen/api/v1/ai_unit_status_pb.d.ts +237 -0
- package/gen/api/v1/ai_unit_status_pb.js +89 -0
- package/gen/api/v1/ai_workflow_run_pb.d.ts +542 -0
- package/gen/api/v1/ai_workflow_run_pb.js +159 -0
- package/gen/api/v1/ai_workflow_unit_pb.d.ts +431 -0
- package/gen/api/v1/ai_workflow_unit_pb.js +103 -0
- package/gen/api/v1/attachment_pb.d.ts +297 -0
- package/gen/api/v1/attachment_pb.js +89 -0
- package/gen/api/v1/billing_pb.d.ts +1206 -0
- package/gen/api/v1/billing_pb.js +288 -0
- package/gen/api/v1/board_column_pb.d.ts +282 -0
- package/gen/api/v1/board_column_pb.js +89 -0
- package/gen/api/v1/board_pb.d.ts +296 -0
- package/gen/api/v1/board_pb.js +96 -0
- package/gen/api/v1/comment_pb.d.ts +277 -0
- package/gen/api/v1/comment_pb.js +89 -0
- package/gen/api/v1/company_pb.d.ts +452 -0
- package/gen/api/v1/company_pb.js +110 -0
- package/gen/api/v1/component_pb.d.ts +267 -0
- package/gen/api/v1/component_pb.js +89 -0
- package/gen/api/v1/contact_pb.d.ts +58 -0
- package/gen/api/v1/contact_pb.js +28 -0
- package/gen/api/v1/country_pb.d.ts +257 -0
- package/gen/api/v1/country_pb.js +89 -0
- package/gen/api/v1/credit_transaction_pb.d.ts +277 -0
- package/gen/api/v1/credit_transaction_pb.js +89 -0
- package/gen/api/v1/cycle_pb.d.ts +281 -0
- package/gen/api/v1/cycle_pb.js +87 -0
- package/gen/api/v1/deployment_pb.d.ts +277 -0
- package/gen/api/v1/deployment_pb.js +89 -0
- package/gen/api/v1/doc_page_pb.d.ts +505 -0
- package/gen/api/v1/doc_page_pb.js +138 -0
- package/gen/api/v1/doc_page_version_pb.d.ts +287 -0
- package/gen/api/v1/doc_page_version_pb.js +89 -0
- package/gen/api/v1/doc_space_pb.d.ts +297 -0
- package/gen/api/v1/doc_space_pb.js +89 -0
- package/gen/api/v1/document_link_pb.d.ts +174 -0
- package/gen/api/v1/document_link_pb.js +61 -0
- package/gen/api/v1/document_pb.d.ts +548 -0
- package/gen/api/v1/document_pb.js +152 -0
- package/gen/api/v1/environment_pb.d.ts +277 -0
- package/gen/api/v1/environment_pb.js +89 -0
- package/gen/api/v1/filter_pb.d.ts +66 -0
- package/gen/api/v1/filter_pb.js +26 -0
- package/gen/api/v1/label_pb.d.ts +267 -0
- package/gen/api/v1/label_pb.js +89 -0
- package/gen/api/v1/models_pb.d.ts +3137 -0
- package/gen/api/v1/models_pb.js +357 -0
- package/gen/api/v1/notification_pb.d.ts +317 -0
- package/gen/api/v1/notification_pb.js +89 -0
- package/gen/api/v1/orchestrator_pb.d.ts +1813 -0
- package/gen/api/v1/orchestrator_pb.js +353 -0
- package/gen/api/v1/pagination_pb.d.ts +92 -0
- package/gen/api/v1/pagination_pb.js +33 -0
- package/gen/api/v1/permission_pb.d.ts +222 -0
- package/gen/api/v1/permission_pb.js +89 -0
- package/gen/api/v1/preference_pb.d.ts +109 -0
- package/gen/api/v1/preference_pb.js +42 -0
- package/gen/api/v1/project_membership_pb.d.ts +321 -0
- package/gen/api/v1/project_membership_pb.js +103 -0
- package/gen/api/v1/project_pb.d.ts +473 -0
- package/gen/api/v1/project_pb.js +145 -0
- package/gen/api/v1/reporting_pb.d.ts +1481 -0
- package/gen/api/v1/reporting_pb.js +373 -0
- package/gen/api/v1/role_pb.d.ts +252 -0
- package/gen/api/v1/role_pb.js +101 -0
- package/gen/api/v1/subscription_pb.d.ts +307 -0
- package/gen/api/v1/subscription_pb.js +89 -0
- package/gen/api/v1/swagger_pb.d.ts +11 -0
- package/gen/api/v1/swagger_pb.js +13 -0
- package/gen/api/v1/task_component_pb.d.ts +242 -0
- package/gen/api/v1/task_component_pb.js +89 -0
- package/gen/api/v1/task_contributor_pb.d.ts +252 -0
- package/gen/api/v1/task_contributor_pb.js +89 -0
- package/gen/api/v1/task_doc_page_pb.d.ts +186 -0
- package/gen/api/v1/task_doc_page_pb.js +73 -0
- package/gen/api/v1/task_document_pb.d.ts +186 -0
- package/gen/api/v1/task_document_pb.js +73 -0
- package/gen/api/v1/task_label_pb.d.ts +242 -0
- package/gen/api/v1/task_label_pb.js +89 -0
- package/gen/api/v1/task_pb.d.ts +780 -0
- package/gen/api/v1/task_pb.js +173 -0
- package/gen/api/v1/task_priority_pb.d.ts +267 -0
- package/gen/api/v1/task_priority_pb.js +89 -0
- package/gen/api/v1/task_repository_pb.d.ts +242 -0
- package/gen/api/v1/task_repository_pb.js +89 -0
- package/gen/api/v1/task_type_pb.d.ts +277 -0
- package/gen/api/v1/task_type_pb.js +89 -0
- package/gen/api/v1/test_run_pb.d.ts +277 -0
- package/gen/api/v1/test_run_pb.js +89 -0
- package/gen/api/v1/user_pb.d.ts +366 -0
- package/gen/api/v1/user_pb.js +117 -0
- package/gen/api/v1/vcs_connection_pb.d.ts +964 -0
- package/gen/api/v1/vcs_connection_pb.js +228 -0
- package/gen/api/v1/vcs_integration_pb.d.ts +479 -0
- package/gen/api/v1/vcs_integration_pb.js +125 -0
- package/gen/api/v1/vcs_pb.d.ts +36 -0
- package/gen/api/v1/vcs_pb.js +24 -0
- package/gen/api/v1/view_pb.d.ts +337 -0
- package/gen/api/v1/view_pb.js +102 -0
- package/gen/google/api/annotations_pb.d.ts +34 -0
- package/gen/google/api/annotations_pb.js +36 -0
- package/gen/google/api/http_pb.d.ts +477 -0
- package/gen/google/api/http_pb.js +47 -0
- package/gen/protoc-gen-openapiv2/options/annotations_pb.d.ts +63 -0
- package/gen/protoc-gen-openapiv2/options/annotations_pb.js +69 -0
- package/gen/protoc-gen-openapiv2/options/openapiv2_pb.d.ts +1497 -0
- package/gen/protoc-gen-openapiv2/options/openapiv2_pb.js +232 -0
- package/gen/validate/validate_pb.d.ts +1953 -0
- package/gen/validate/validate_pb.js +223 -0
- package/package.json +37 -0
- package/src/auth/credentials.ts +65 -0
- package/src/auth/login.ts +96 -0
- package/src/auth/manager.ts +49 -0
- package/src/client/api.ts +91 -0
- package/src/index.ts +13 -0
- package/src/server.ts +26 -0
- package/src/tools/cycles.ts +77 -0
- package/src/tools/docs.ts +148 -0
- package/src/tools/projects.ts +40 -0
- package/src/tools/repositories.ts +41 -0
- package/src/tools/task-metadata.ts +96 -0
- package/src/tools/tasks.ts +228 -0
- package/src/tools/user.ts +33 -0
- package/src/utils/format.ts +141 -0
|
@@ -0,0 +1,103 @@
|
|
|
1
|
+
// @generated by protoc-gen-es v2.2.3
|
|
2
|
+
// @generated from file api/v1/ai_workflow_unit.proto (package api.v1, syntax proto3)
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
|
|
5
|
+
import { fileDesc, messageDesc, serviceDesc } from "@bufbuild/protobuf/codegenv1";
|
|
6
|
+
import { file_google_protobuf_empty } from "@bufbuild/protobuf/wkt";
|
|
7
|
+
import { file_google_api_annotations } from "../../google/api/annotations_pb";
|
|
8
|
+
import { file_validate_validate } from "../../validate/validate_pb";
|
|
9
|
+
import { file_api_v1_pagination } from "./pagination_pb";
|
|
10
|
+
import { file_api_v1_filter } from "./filter_pb";
|
|
11
|
+
import { file_api_v1_models } from "./models_pb";
|
|
12
|
+
|
|
13
|
+
/**
|
|
14
|
+
* Describes the file api/v1/ai_workflow_unit.proto.
|
|
15
|
+
*/
|
|
16
|
+
export const file_api_v1_ai_workflow_unit = /*@__PURE__*/
|
|
17
|
+
fileDesc("Ch1hcGkvdjEvYWlfd29ya2Zsb3dfdW5pdC5wcm90bxIGYXBpLnYxIpQFChhBZGRBSVdvcmtmbG93VW5pdFJlcXVlc3QSHwoOc2VxdWVuY2Vfb3JkZXIYASABKAVCB/pCBBoCKAESIQoQd29ya19kZXNjcmlwdGlvbhgCIAEoCUIH+kIEcgIQARIkCg1naXRodWJfYnJhbmNoGAMgASgJQgj6QgVyAxj/AUgAiAEBEhoKDWdpdGh1Yl9wcl91cmwYBCABKAlIAYgBARIbCg5kZXBsb3ltZW50X3VybBgFIAEoCUgCiAEBEh4KEXRlc3RfcmVzdWx0c19qc29uGAYgASgJSAOIAQESFgoJZXJyb3JfbG9nGAcgASgJSASIAQESIAoPYWlfY3JlZGl0c191c2VkGAggASgFQgf6QgQaAigAEhoKDW1ldGFkYXRhX2pzb24YCSABKAlIBYgBARIaChJhaV93b3JrZmxvd19ydW5faWQYCiABKA0SDwoHdGFza19pZBgLIAEoDRIeChZnaXRfaHViX2ludGVncmF0aW9uX2lkGAwgASgNEiAKE2FpX3VuaXRfY2F0ZWdvcnlfaWQYDSABKA1IBogBARIYChBhaV91bml0X3N0YWdlX2lkGA4gASgNEhkKEWFpX3VuaXRfc3RhdHVzX2lkGA8gASgNEh8KEmRlcGVuZHNfb25fdW5pdF9pZBgQIAEoDUgHiAEBQhAKDl9naXRodWJfYnJhbmNoQhAKDl9naXRodWJfcHJfdXJsQhEKD19kZXBsb3ltZW50X3VybEIUChJfdGVzdF9yZXN1bHRzX2pzb25CDAoKX2Vycm9yX2xvZ0IQCg5fbWV0YWRhdGFfanNvbkIWChRfYWlfdW5pdF9jYXRlZ29yeV9pZEIVChNfZGVwZW5kc19vbl91bml0X2lkIqoFChlFZGl0QUlXb3JrZmxvd1VuaXRSZXF1ZXN0EhMKAmlkGAEgASgNQgf6QgQqAigBEh8KDnNlcXVlbmNlX29yZGVyGAIgASgFQgf6QgQaAigBEiEKEHdvcmtfZGVzY3JpcHRpb24YAyABKAlCB/pCBHICEAESJAoNZ2l0aHViX2JyYW5jaBgEIAEoCUII+kIFcgMY/wFIAIgBARIaCg1naXRodWJfcHJfdXJsGAUgASgJSAGIAQESGwoOZGVwbG95bWVudF91cmwYBiABKAlIAogBARIeChF0ZXN0X3Jlc3VsdHNfanNvbhgHIAEoCUgDiAEBEhYKCWVycm9yX2xvZxgIIAEoCUgEiAEBEiAKD2FpX2NyZWRpdHNfdXNlZBgJIAEoBUIH+kIEGgIoABIaCg1tZXRhZGF0YV9qc29uGAogASgJSAWIAQESGgoSYWlfd29ya2Zsb3dfcnVuX2lkGAsgASgNEg8KB3Rhc2tfaWQYDCABKA0SHgoWZ2l0X2h1Yl9pbnRlZ3JhdGlvbl9pZBgNIAEoDRIgChNhaV91bml0X2NhdGVnb3J5X2lkGA4gASgNSAaIAQESGAoQYWlfdW5pdF9zdGFnZV9pZBgPIAEoDRIZChFhaV91bml0X3N0YXR1c19pZBgQIAEoDRIfChJkZXBlbmRzX29uX3VuaXRfaWQYESABKA1IB4gBAUIQCg5fZ2l0aHViX2JyYW5jaEIQCg5fZ2l0aHViX3ByX3VybEIRCg9fZGVwbG95bWVudF91cmxCFAoSX3Rlc3RfcmVzdWx0c19qc29uQgwKCl9lcnJvcl9sb2dCEAoOX21ldGFkYXRhX2pzb25CFgoUX2FpX3VuaXRfY2F0ZWdvcnlfaWRCFQoTX2RlcGVuZHNfb25fdW5pdF9pZCImChhHZXRBSVdvcmtmbG93VW5pdFJlcXVlc3QSCgoCaWQYASABKA0ifAoZR2V0QUlXb3JrZmxvd1VuaXRzUmVxdWVzdBIwCgpwYWdpbmF0aW9uGAEgASgLMhIuYXBpLnYxLlBhZ2luYXRpb25CCPpCBYoBAhABEi0KDmZpbHRlcl9vcHRpb25zGAIgASgLMhUuYXBpLnYxLkZpbHRlck9wdGlvbnMiagoeR2V0QUlXb3JrZmxvd1VuaXRzQnlSdW5SZXF1ZXN0EiAKD3dvcmtmbG93X3J1bl9pZBgBIAEoDUIH+kIEKgIoARImCgpwYWdpbmF0aW9uGAIgASgLMhIuYXBpLnYxLlBhZ2luYXRpb24ifAofR2V0QUlXb3JrZmxvd1VuaXRzQnlSdW5SZXNwb25zZRIxChFhaV93b3JrZmxvd191bml0cxgBIAMoCzIWLmFwaS52MS5BSVdvcmtmbG93VW5pdBImCgpwYWdpbmF0aW9uGAIgASgLMhIuYXBpLnYxLlBhZ2luYXRpb24iKQobRGVsZXRlQUlXb3JrZmxvd1VuaXRSZXF1ZXN0EgoKAmlkGAEgASgNIncKGkdldEFJV29ya2Zsb3dVbml0c1Jlc3BvbnNlEjEKEWFpX3dvcmtmbG93X3VuaXRzGAEgAygLMhYuYXBpLnYxLkFJV29ya2Zsb3dVbml0EiYKCnBhZ2luYXRpb24YAiABKAsyEi5hcGkudjEuUGFnaW5hdGlvbiJNChlBZGRBSVdvcmtmbG93VW5pdFJlc3BvbnNlEjAKEGFpX3dvcmtmbG93X3VuaXQYASABKAsyFi5hcGkudjEuQUlXb3JrZmxvd1VuaXQiTgoaRWRpdEFJV29ya2Zsb3dVbml0UmVzcG9uc2USMAoQYWlfd29ya2Zsb3dfdW5pdBgBIAEoCzIWLmFwaS52MS5BSVdvcmtmbG93VW5pdCJNChlHZXRBSVdvcmtmbG93VW5pdFJlc3BvbnNlEjAKEGFpX3dvcmtmbG93X3VuaXQYASABKAsyFi5hcGkudjEuQUlXb3JrZmxvd1VuaXQyxwYKFUFJV29ya2Zsb3dVbml0U2VydmljZRJ+ChFBZGRBSVdvcmtmbG93VW5pdBIgLmFwaS52MS5BZGRBSVdvcmtmbG93VW5pdFJlcXVlc3QaIS5hcGkudjEuQWRkQUlXb3JrZmxvd1VuaXRSZXNwb25zZSIkgtPkkwIeOgEqIhkvYXBpL3YxL2FpX3dvcmtmbG93X3VuaXRzEoYBChJFZGl0QUlXb3JrZmxvd1VuaXQSIS5hcGkudjEuRWRpdEFJV29ya2Zsb3dVbml0UmVxdWVzdBoiLmFwaS52MS5FZGl0QUlXb3JrZmxvd1VuaXRSZXNwb25zZSIpgtPkkwIjOgEqGh4vYXBpL3YxL2FpX3dvcmtmbG93X3VuaXRzL3tpZH0SgAEKEUdldEFJV29ya2Zsb3dVbml0EiAuYXBpLnYxLkdldEFJV29ya2Zsb3dVbml0UmVxdWVzdBohLmFwaS52MS5HZXRBSVdvcmtmbG93VW5pdFJlc3BvbnNlIiaC0+STAiASHi9hcGkvdjEvYWlfd29ya2Zsb3dfdW5pdHMve2lkfRJ+ChJHZXRBSVdvcmtmbG93VW5pdHMSIS5hcGkudjEuR2V0QUlXb3JrZmxvd1VuaXRzUmVxdWVzdBoiLmFwaS52MS5HZXRBSVdvcmtmbG93VW5pdHNSZXNwb25zZSIhgtPkkwIbEhkvYXBpL3YxL2FpX3dvcmtmbG93X3VuaXRzEnsKFERlbGV0ZUFJV29ya2Zsb3dVbml0EiMuYXBpLnYxLkRlbGV0ZUFJV29ya2Zsb3dVbml0UmVxdWVzdBoWLmdvb2dsZS5wcm90b2J1Zi5FbXB0eSImgtPkkwIgKh4vYXBpL3YxL2FpX3dvcmtmbG93X3VuaXRzL3tpZH0SpAEKF0dldEFJV29ya2Zsb3dVbml0c0J5UnVuEiYuYXBpLnYxLkdldEFJV29ya2Zsb3dVbml0c0J5UnVuUmVxdWVzdBonLmFwaS52MS5HZXRBSVdvcmtmbG93VW5pdHNCeVJ1blJlc3BvbnNlIjiC0+STAjISMC9hcGkvdjEvYWlfd29ya2Zsb3dfcnVucy97d29ya2Zsb3dfcnVuX2lkfS91bml0c0J4Cgpjb20uYXBpLnYxQhNBaVdvcmtmbG93VW5pdFByb3RvUAFaHG9wc2VlL2JhY2tlbmQvZ2VuL2FwaS92MTtnZW6iAgNBWFiqAgZBcGkuVjHKAgZBcGlcVjHiAhJBcGlcVjFcR1BCTWV0YWRhdGHqAgdBcGk6OlYxYgZwcm90bzM", [file_google_protobuf_empty, file_google_api_annotations, file_validate_validate, file_api_v1_pagination, file_api_v1_filter, file_api_v1_models]);
|
|
18
|
+
|
|
19
|
+
/**
|
|
20
|
+
* Describes the message api.v1.AddAIWorkflowUnitRequest.
|
|
21
|
+
* Use `create(AddAIWorkflowUnitRequestSchema)` to create a new message.
|
|
22
|
+
*/
|
|
23
|
+
export const AddAIWorkflowUnitRequestSchema = /*@__PURE__*/
|
|
24
|
+
messageDesc(file_api_v1_ai_workflow_unit, 0);
|
|
25
|
+
|
|
26
|
+
/**
|
|
27
|
+
* Describes the message api.v1.EditAIWorkflowUnitRequest.
|
|
28
|
+
* Use `create(EditAIWorkflowUnitRequestSchema)` to create a new message.
|
|
29
|
+
*/
|
|
30
|
+
export const EditAIWorkflowUnitRequestSchema = /*@__PURE__*/
|
|
31
|
+
messageDesc(file_api_v1_ai_workflow_unit, 1);
|
|
32
|
+
|
|
33
|
+
/**
|
|
34
|
+
* Describes the message api.v1.GetAIWorkflowUnitRequest.
|
|
35
|
+
* Use `create(GetAIWorkflowUnitRequestSchema)` to create a new message.
|
|
36
|
+
*/
|
|
37
|
+
export const GetAIWorkflowUnitRequestSchema = /*@__PURE__*/
|
|
38
|
+
messageDesc(file_api_v1_ai_workflow_unit, 2);
|
|
39
|
+
|
|
40
|
+
/**
|
|
41
|
+
* Describes the message api.v1.GetAIWorkflowUnitsRequest.
|
|
42
|
+
* Use `create(GetAIWorkflowUnitsRequestSchema)` to create a new message.
|
|
43
|
+
*/
|
|
44
|
+
export const GetAIWorkflowUnitsRequestSchema = /*@__PURE__*/
|
|
45
|
+
messageDesc(file_api_v1_ai_workflow_unit, 3);
|
|
46
|
+
|
|
47
|
+
/**
|
|
48
|
+
* Describes the message api.v1.GetAIWorkflowUnitsByRunRequest.
|
|
49
|
+
* Use `create(GetAIWorkflowUnitsByRunRequestSchema)` to create a new message.
|
|
50
|
+
*/
|
|
51
|
+
export const GetAIWorkflowUnitsByRunRequestSchema = /*@__PURE__*/
|
|
52
|
+
messageDesc(file_api_v1_ai_workflow_unit, 4);
|
|
53
|
+
|
|
54
|
+
/**
|
|
55
|
+
* Describes the message api.v1.GetAIWorkflowUnitsByRunResponse.
|
|
56
|
+
* Use `create(GetAIWorkflowUnitsByRunResponseSchema)` to create a new message.
|
|
57
|
+
*/
|
|
58
|
+
export const GetAIWorkflowUnitsByRunResponseSchema = /*@__PURE__*/
|
|
59
|
+
messageDesc(file_api_v1_ai_workflow_unit, 5);
|
|
60
|
+
|
|
61
|
+
/**
|
|
62
|
+
* Describes the message api.v1.DeleteAIWorkflowUnitRequest.
|
|
63
|
+
* Use `create(DeleteAIWorkflowUnitRequestSchema)` to create a new message.
|
|
64
|
+
*/
|
|
65
|
+
export const DeleteAIWorkflowUnitRequestSchema = /*@__PURE__*/
|
|
66
|
+
messageDesc(file_api_v1_ai_workflow_unit, 6);
|
|
67
|
+
|
|
68
|
+
/**
|
|
69
|
+
* Describes the message api.v1.GetAIWorkflowUnitsResponse.
|
|
70
|
+
* Use `create(GetAIWorkflowUnitsResponseSchema)` to create a new message.
|
|
71
|
+
*/
|
|
72
|
+
export const GetAIWorkflowUnitsResponseSchema = /*@__PURE__*/
|
|
73
|
+
messageDesc(file_api_v1_ai_workflow_unit, 7);
|
|
74
|
+
|
|
75
|
+
/**
|
|
76
|
+
* Describes the message api.v1.AddAIWorkflowUnitResponse.
|
|
77
|
+
* Use `create(AddAIWorkflowUnitResponseSchema)` to create a new message.
|
|
78
|
+
*/
|
|
79
|
+
export const AddAIWorkflowUnitResponseSchema = /*@__PURE__*/
|
|
80
|
+
messageDesc(file_api_v1_ai_workflow_unit, 8);
|
|
81
|
+
|
|
82
|
+
/**
|
|
83
|
+
* Describes the message api.v1.EditAIWorkflowUnitResponse.
|
|
84
|
+
* Use `create(EditAIWorkflowUnitResponseSchema)` to create a new message.
|
|
85
|
+
*/
|
|
86
|
+
export const EditAIWorkflowUnitResponseSchema = /*@__PURE__*/
|
|
87
|
+
messageDesc(file_api_v1_ai_workflow_unit, 9);
|
|
88
|
+
|
|
89
|
+
/**
|
|
90
|
+
* Describes the message api.v1.GetAIWorkflowUnitResponse.
|
|
91
|
+
* Use `create(GetAIWorkflowUnitResponseSchema)` to create a new message.
|
|
92
|
+
*/
|
|
93
|
+
export const GetAIWorkflowUnitResponseSchema = /*@__PURE__*/
|
|
94
|
+
messageDesc(file_api_v1_ai_workflow_unit, 10);
|
|
95
|
+
|
|
96
|
+
/**
|
|
97
|
+
* Service definition
|
|
98
|
+
*
|
|
99
|
+
* @generated from service api.v1.AIWorkflowUnitService
|
|
100
|
+
*/
|
|
101
|
+
export const AIWorkflowUnitService = /*@__PURE__*/
|
|
102
|
+
serviceDesc(file_api_v1_ai_workflow_unit, 0);
|
|
103
|
+
|
|
@@ -0,0 +1,297 @@
|
|
|
1
|
+
// @generated by protoc-gen-es v2.2.3
|
|
2
|
+
// @generated from file api/v1/attachment.proto (package api.v1, syntax proto3)
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
|
|
5
|
+
import type { GenFile, GenMessage, GenService } from "@bufbuild/protobuf/codegenv1";
|
|
6
|
+
import type { Message } from "@bufbuild/protobuf";
|
|
7
|
+
import type { Pagination } from "./pagination_pb";
|
|
8
|
+
import type { FilterOptions } from "./filter_pb";
|
|
9
|
+
import type { Attachment } from "./models_pb";
|
|
10
|
+
import type { EmptySchema } from "@bufbuild/protobuf/wkt";
|
|
11
|
+
|
|
12
|
+
/**
|
|
13
|
+
* Describes the file api/v1/attachment.proto.
|
|
14
|
+
*/
|
|
15
|
+
export declare const file_api_v1_attachment: GenFile;
|
|
16
|
+
|
|
17
|
+
/**
|
|
18
|
+
* Request definitions
|
|
19
|
+
*
|
|
20
|
+
* @generated from message api.v1.AddAttachmentRequest
|
|
21
|
+
*/
|
|
22
|
+
export declare type AddAttachmentRequest = Message<"api.v1.AddAttachmentRequest"> & {
|
|
23
|
+
/**
|
|
24
|
+
* @generated from field: string filename = 1;
|
|
25
|
+
*/
|
|
26
|
+
filename: string;
|
|
27
|
+
|
|
28
|
+
/**
|
|
29
|
+
* @generated from field: int64 file_size = 2;
|
|
30
|
+
*/
|
|
31
|
+
fileSize: bigint;
|
|
32
|
+
|
|
33
|
+
/**
|
|
34
|
+
* @generated from field: string mime_type = 3;
|
|
35
|
+
*/
|
|
36
|
+
mimeType: string;
|
|
37
|
+
|
|
38
|
+
/**
|
|
39
|
+
* @generated from field: string storage_path = 4;
|
|
40
|
+
*/
|
|
41
|
+
storagePath: string;
|
|
42
|
+
|
|
43
|
+
/**
|
|
44
|
+
* @generated from field: optional string public_url = 5;
|
|
45
|
+
*/
|
|
46
|
+
publicUrl?: string;
|
|
47
|
+
|
|
48
|
+
/**
|
|
49
|
+
* @generated from field: optional uint32 task_id = 6;
|
|
50
|
+
*/
|
|
51
|
+
taskId?: number;
|
|
52
|
+
|
|
53
|
+
/**
|
|
54
|
+
* @generated from field: optional uint32 doc_page_id = 7;
|
|
55
|
+
*/
|
|
56
|
+
docPageId?: number;
|
|
57
|
+
|
|
58
|
+
/**
|
|
59
|
+
* @generated from field: uint32 user_id = 8;
|
|
60
|
+
*/
|
|
61
|
+
userId: number;
|
|
62
|
+
};
|
|
63
|
+
|
|
64
|
+
/**
|
|
65
|
+
* Describes the message api.v1.AddAttachmentRequest.
|
|
66
|
+
* Use `create(AddAttachmentRequestSchema)` to create a new message.
|
|
67
|
+
*/
|
|
68
|
+
export declare const AddAttachmentRequestSchema: GenMessage<AddAttachmentRequest>;
|
|
69
|
+
|
|
70
|
+
/**
|
|
71
|
+
* @generated from message api.v1.EditAttachmentRequest
|
|
72
|
+
*/
|
|
73
|
+
export declare type EditAttachmentRequest = Message<"api.v1.EditAttachmentRequest"> & {
|
|
74
|
+
/**
|
|
75
|
+
* @generated from field: uint32 id = 1;
|
|
76
|
+
*/
|
|
77
|
+
id: number;
|
|
78
|
+
|
|
79
|
+
/**
|
|
80
|
+
* @generated from field: string filename = 2;
|
|
81
|
+
*/
|
|
82
|
+
filename: string;
|
|
83
|
+
|
|
84
|
+
/**
|
|
85
|
+
* @generated from field: int64 file_size = 3;
|
|
86
|
+
*/
|
|
87
|
+
fileSize: bigint;
|
|
88
|
+
|
|
89
|
+
/**
|
|
90
|
+
* @generated from field: string mime_type = 4;
|
|
91
|
+
*/
|
|
92
|
+
mimeType: string;
|
|
93
|
+
|
|
94
|
+
/**
|
|
95
|
+
* @generated from field: string storage_path = 5;
|
|
96
|
+
*/
|
|
97
|
+
storagePath: string;
|
|
98
|
+
|
|
99
|
+
/**
|
|
100
|
+
* @generated from field: optional string public_url = 6;
|
|
101
|
+
*/
|
|
102
|
+
publicUrl?: string;
|
|
103
|
+
|
|
104
|
+
/**
|
|
105
|
+
* @generated from field: optional uint32 task_id = 7;
|
|
106
|
+
*/
|
|
107
|
+
taskId?: number;
|
|
108
|
+
|
|
109
|
+
/**
|
|
110
|
+
* @generated from field: optional uint32 doc_page_id = 8;
|
|
111
|
+
*/
|
|
112
|
+
docPageId?: number;
|
|
113
|
+
|
|
114
|
+
/**
|
|
115
|
+
* @generated from field: uint32 user_id = 9;
|
|
116
|
+
*/
|
|
117
|
+
userId: number;
|
|
118
|
+
};
|
|
119
|
+
|
|
120
|
+
/**
|
|
121
|
+
* Describes the message api.v1.EditAttachmentRequest.
|
|
122
|
+
* Use `create(EditAttachmentRequestSchema)` to create a new message.
|
|
123
|
+
*/
|
|
124
|
+
export declare const EditAttachmentRequestSchema: GenMessage<EditAttachmentRequest>;
|
|
125
|
+
|
|
126
|
+
/**
|
|
127
|
+
* @generated from message api.v1.GetAttachmentRequest
|
|
128
|
+
*/
|
|
129
|
+
export declare type GetAttachmentRequest = Message<"api.v1.GetAttachmentRequest"> & {
|
|
130
|
+
/**
|
|
131
|
+
* @generated from field: uint32 id = 1;
|
|
132
|
+
*/
|
|
133
|
+
id: number;
|
|
134
|
+
};
|
|
135
|
+
|
|
136
|
+
/**
|
|
137
|
+
* Describes the message api.v1.GetAttachmentRequest.
|
|
138
|
+
* Use `create(GetAttachmentRequestSchema)` to create a new message.
|
|
139
|
+
*/
|
|
140
|
+
export declare const GetAttachmentRequestSchema: GenMessage<GetAttachmentRequest>;
|
|
141
|
+
|
|
142
|
+
/**
|
|
143
|
+
* @generated from message api.v1.GetAttachmentsRequest
|
|
144
|
+
*/
|
|
145
|
+
export declare type GetAttachmentsRequest = Message<"api.v1.GetAttachmentsRequest"> & {
|
|
146
|
+
/**
|
|
147
|
+
* @generated from field: api.v1.Pagination pagination = 1;
|
|
148
|
+
*/
|
|
149
|
+
pagination?: Pagination;
|
|
150
|
+
|
|
151
|
+
/**
|
|
152
|
+
* @generated from field: api.v1.FilterOptions filter_options = 2;
|
|
153
|
+
*/
|
|
154
|
+
filterOptions?: FilterOptions;
|
|
155
|
+
};
|
|
156
|
+
|
|
157
|
+
/**
|
|
158
|
+
* Describes the message api.v1.GetAttachmentsRequest.
|
|
159
|
+
* Use `create(GetAttachmentsRequestSchema)` to create a new message.
|
|
160
|
+
*/
|
|
161
|
+
export declare const GetAttachmentsRequestSchema: GenMessage<GetAttachmentsRequest>;
|
|
162
|
+
|
|
163
|
+
/**
|
|
164
|
+
* @generated from message api.v1.DeleteAttachmentRequest
|
|
165
|
+
*/
|
|
166
|
+
export declare type DeleteAttachmentRequest = Message<"api.v1.DeleteAttachmentRequest"> & {
|
|
167
|
+
/**
|
|
168
|
+
* @generated from field: uint32 id = 1;
|
|
169
|
+
*/
|
|
170
|
+
id: number;
|
|
171
|
+
};
|
|
172
|
+
|
|
173
|
+
/**
|
|
174
|
+
* Describes the message api.v1.DeleteAttachmentRequest.
|
|
175
|
+
* Use `create(DeleteAttachmentRequestSchema)` to create a new message.
|
|
176
|
+
*/
|
|
177
|
+
export declare const DeleteAttachmentRequestSchema: GenMessage<DeleteAttachmentRequest>;
|
|
178
|
+
|
|
179
|
+
/**
|
|
180
|
+
* Response definitions
|
|
181
|
+
*
|
|
182
|
+
* @generated from message api.v1.GetAttachmentsResponse
|
|
183
|
+
*/
|
|
184
|
+
export declare type GetAttachmentsResponse = Message<"api.v1.GetAttachmentsResponse"> & {
|
|
185
|
+
/**
|
|
186
|
+
* @generated from field: repeated api.v1.Attachment attachments = 1;
|
|
187
|
+
*/
|
|
188
|
+
attachments: Attachment[];
|
|
189
|
+
|
|
190
|
+
/**
|
|
191
|
+
* @generated from field: api.v1.Pagination pagination = 2;
|
|
192
|
+
*/
|
|
193
|
+
pagination?: Pagination;
|
|
194
|
+
};
|
|
195
|
+
|
|
196
|
+
/**
|
|
197
|
+
* Describes the message api.v1.GetAttachmentsResponse.
|
|
198
|
+
* Use `create(GetAttachmentsResponseSchema)` to create a new message.
|
|
199
|
+
*/
|
|
200
|
+
export declare const GetAttachmentsResponseSchema: GenMessage<GetAttachmentsResponse>;
|
|
201
|
+
|
|
202
|
+
/**
|
|
203
|
+
* @generated from message api.v1.AddAttachmentResponse
|
|
204
|
+
*/
|
|
205
|
+
export declare type AddAttachmentResponse = Message<"api.v1.AddAttachmentResponse"> & {
|
|
206
|
+
/**
|
|
207
|
+
* @generated from field: api.v1.Attachment attachment = 1;
|
|
208
|
+
*/
|
|
209
|
+
attachment?: Attachment;
|
|
210
|
+
};
|
|
211
|
+
|
|
212
|
+
/**
|
|
213
|
+
* Describes the message api.v1.AddAttachmentResponse.
|
|
214
|
+
* Use `create(AddAttachmentResponseSchema)` to create a new message.
|
|
215
|
+
*/
|
|
216
|
+
export declare const AddAttachmentResponseSchema: GenMessage<AddAttachmentResponse>;
|
|
217
|
+
|
|
218
|
+
/**
|
|
219
|
+
* @generated from message api.v1.EditAttachmentResponse
|
|
220
|
+
*/
|
|
221
|
+
export declare type EditAttachmentResponse = Message<"api.v1.EditAttachmentResponse"> & {
|
|
222
|
+
/**
|
|
223
|
+
* @generated from field: api.v1.Attachment attachment = 1;
|
|
224
|
+
*/
|
|
225
|
+
attachment?: Attachment;
|
|
226
|
+
};
|
|
227
|
+
|
|
228
|
+
/**
|
|
229
|
+
* Describes the message api.v1.EditAttachmentResponse.
|
|
230
|
+
* Use `create(EditAttachmentResponseSchema)` to create a new message.
|
|
231
|
+
*/
|
|
232
|
+
export declare const EditAttachmentResponseSchema: GenMessage<EditAttachmentResponse>;
|
|
233
|
+
|
|
234
|
+
/**
|
|
235
|
+
* @generated from message api.v1.GetAttachmentResponse
|
|
236
|
+
*/
|
|
237
|
+
export declare type GetAttachmentResponse = Message<"api.v1.GetAttachmentResponse"> & {
|
|
238
|
+
/**
|
|
239
|
+
* @generated from field: api.v1.Attachment attachment = 1;
|
|
240
|
+
*/
|
|
241
|
+
attachment?: Attachment;
|
|
242
|
+
};
|
|
243
|
+
|
|
244
|
+
/**
|
|
245
|
+
* Describes the message api.v1.GetAttachmentResponse.
|
|
246
|
+
* Use `create(GetAttachmentResponseSchema)` to create a new message.
|
|
247
|
+
*/
|
|
248
|
+
export declare const GetAttachmentResponseSchema: GenMessage<GetAttachmentResponse>;
|
|
249
|
+
|
|
250
|
+
/**
|
|
251
|
+
* Service definition
|
|
252
|
+
*
|
|
253
|
+
* @generated from service api.v1.AttachmentService
|
|
254
|
+
*/
|
|
255
|
+
export declare const AttachmentService: GenService<{
|
|
256
|
+
/**
|
|
257
|
+
* @generated from rpc api.v1.AttachmentService.AddAttachment
|
|
258
|
+
*/
|
|
259
|
+
addAttachment: {
|
|
260
|
+
methodKind: "unary";
|
|
261
|
+
input: typeof AddAttachmentRequestSchema;
|
|
262
|
+
output: typeof AddAttachmentResponseSchema;
|
|
263
|
+
},
|
|
264
|
+
/**
|
|
265
|
+
* @generated from rpc api.v1.AttachmentService.EditAttachment
|
|
266
|
+
*/
|
|
267
|
+
editAttachment: {
|
|
268
|
+
methodKind: "unary";
|
|
269
|
+
input: typeof EditAttachmentRequestSchema;
|
|
270
|
+
output: typeof EditAttachmentResponseSchema;
|
|
271
|
+
},
|
|
272
|
+
/**
|
|
273
|
+
* @generated from rpc api.v1.AttachmentService.GetAttachment
|
|
274
|
+
*/
|
|
275
|
+
getAttachment: {
|
|
276
|
+
methodKind: "unary";
|
|
277
|
+
input: typeof GetAttachmentRequestSchema;
|
|
278
|
+
output: typeof GetAttachmentResponseSchema;
|
|
279
|
+
},
|
|
280
|
+
/**
|
|
281
|
+
* @generated from rpc api.v1.AttachmentService.GetAttachments
|
|
282
|
+
*/
|
|
283
|
+
getAttachments: {
|
|
284
|
+
methodKind: "unary";
|
|
285
|
+
input: typeof GetAttachmentsRequestSchema;
|
|
286
|
+
output: typeof GetAttachmentsResponseSchema;
|
|
287
|
+
},
|
|
288
|
+
/**
|
|
289
|
+
* @generated from rpc api.v1.AttachmentService.DeleteAttachment
|
|
290
|
+
*/
|
|
291
|
+
deleteAttachment: {
|
|
292
|
+
methodKind: "unary";
|
|
293
|
+
input: typeof DeleteAttachmentRequestSchema;
|
|
294
|
+
output: typeof EmptySchema;
|
|
295
|
+
},
|
|
296
|
+
}>;
|
|
297
|
+
|
|
@@ -0,0 +1,89 @@
|
|
|
1
|
+
// @generated by protoc-gen-es v2.2.3
|
|
2
|
+
// @generated from file api/v1/attachment.proto (package api.v1, syntax proto3)
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
|
|
5
|
+
import { fileDesc, messageDesc, serviceDesc } from "@bufbuild/protobuf/codegenv1";
|
|
6
|
+
import { file_google_protobuf_empty } from "@bufbuild/protobuf/wkt";
|
|
7
|
+
import { file_google_api_annotations } from "../../google/api/annotations_pb";
|
|
8
|
+
import { file_validate_validate } from "../../validate/validate_pb";
|
|
9
|
+
import { file_api_v1_pagination } from "./pagination_pb";
|
|
10
|
+
import { file_api_v1_filter } from "./filter_pb";
|
|
11
|
+
import { file_api_v1_models } from "./models_pb";
|
|
12
|
+
|
|
13
|
+
/**
|
|
14
|
+
* Describes the file api/v1/attachment.proto.
|
|
15
|
+
*/
|
|
16
|
+
export const file_api_v1_attachment = /*@__PURE__*/
|
|
17
|
+
fileDesc("ChdhcGkvdjEvYXR0YWNobWVudC5wcm90bxIGYXBpLnYxIo4CChRBZGRBdHRhY2htZW50UmVxdWVzdBIaCghmaWxlbmFtZRgBIAEoCUII+kIFcgMQ/wESGgoJZmlsZV9zaXplGAIgASgDQgf6QgQiAigBEhoKCW1pbWVfdHlwZRgDIAEoCUIH+kIEcgIQZBIdCgxzdG9yYWdlX3BhdGgYBCABKAlCB/pCBHICEAESFwoKcHVibGljX3VybBgFIAEoCUgAiAEBEhQKB3Rhc2tfaWQYBiABKA1IAYgBARIYCgtkb2NfcGFnZV9pZBgHIAEoDUgCiAEBEg8KB3VzZXJfaWQYCCABKA1CDQoLX3B1YmxpY191cmxCCgoIX3Rhc2tfaWRCDgoMX2RvY19wYWdlX2lkIqQCChVFZGl0QXR0YWNobWVudFJlcXVlc3QSEwoCaWQYASABKA1CB/pCBCoCKAESGgoIZmlsZW5hbWUYAiABKAlCCPpCBXIDEP8BEhoKCWZpbGVfc2l6ZRgDIAEoA0IH+kIEIgIoARIaCgltaW1lX3R5cGUYBCABKAlCB/pCBHICEGQSHQoMc3RvcmFnZV9wYXRoGAUgASgJQgf6QgRyAhABEhcKCnB1YmxpY191cmwYBiABKAlIAIgBARIUCgd0YXNrX2lkGAcgASgNSAGIAQESGAoLZG9jX3BhZ2VfaWQYCCABKA1IAogBARIPCgd1c2VyX2lkGAkgASgNQg0KC19wdWJsaWNfdXJsQgoKCF90YXNrX2lkQg4KDF9kb2NfcGFnZV9pZCIiChRHZXRBdHRhY2htZW50UmVxdWVzdBIKCgJpZBgBIAEoDSJ4ChVHZXRBdHRhY2htZW50c1JlcXVlc3QSMAoKcGFnaW5hdGlvbhgBIAEoCzISLmFwaS52MS5QYWdpbmF0aW9uQgj6QgWKAQIQARItCg5maWx0ZXJfb3B0aW9ucxgCIAEoCzIVLmFwaS52MS5GaWx0ZXJPcHRpb25zIiUKF0RlbGV0ZUF0dGFjaG1lbnRSZXF1ZXN0EgoKAmlkGAEgASgNImkKFkdldEF0dGFjaG1lbnRzUmVzcG9uc2USJwoLYXR0YWNobWVudHMYASADKAsyEi5hcGkudjEuQXR0YWNobWVudBImCgpwYWdpbmF0aW9uGAIgASgLMhIuYXBpLnYxLlBhZ2luYXRpb24iPwoVQWRkQXR0YWNobWVudFJlc3BvbnNlEiYKCmF0dGFjaG1lbnQYASABKAsyEi5hcGkudjEuQXR0YWNobWVudCJAChZFZGl0QXR0YWNobWVudFJlc3BvbnNlEiYKCmF0dGFjaG1lbnQYASABKAsyEi5hcGkudjEuQXR0YWNobWVudCI/ChVHZXRBdHRhY2htZW50UmVzcG9uc2USJgoKYXR0YWNobWVudBgBIAEoCzISLmFwaS52MS5BdHRhY2htZW50MsQEChFBdHRhY2htZW50U2VydmljZRJsCg1BZGRBdHRhY2htZW50EhwuYXBpLnYxLkFkZEF0dGFjaG1lbnRSZXF1ZXN0Gh0uYXBpLnYxLkFkZEF0dGFjaG1lbnRSZXNwb25zZSIegtPkkwIYOgEqIhMvYXBpL3YxL2F0dGFjaG1lbnRzEnQKDkVkaXRBdHRhY2htZW50Eh0uYXBpLnYxLkVkaXRBdHRhY2htZW50UmVxdWVzdBoeLmFwaS52MS5FZGl0QXR0YWNobWVudFJlc3BvbnNlIiOC0+STAh06ASoaGC9hcGkvdjEvYXR0YWNobWVudHMve2lkfRJuCg1HZXRBdHRhY2htZW50EhwuYXBpLnYxLkdldEF0dGFjaG1lbnRSZXF1ZXN0Gh0uYXBpLnYxLkdldEF0dGFjaG1lbnRSZXNwb25zZSIggtPkkwIaEhgvYXBpL3YxL2F0dGFjaG1lbnRzL3tpZH0SbAoOR2V0QXR0YWNobWVudHMSHS5hcGkudjEuR2V0QXR0YWNobWVudHNSZXF1ZXN0Gh4uYXBpLnYxLkdldEF0dGFjaG1lbnRzUmVzcG9uc2UiG4LT5JMCFRITL2FwaS92MS9hdHRhY2htZW50cxJtChBEZWxldGVBdHRhY2htZW50Eh8uYXBpLnYxLkRlbGV0ZUF0dGFjaG1lbnRSZXF1ZXN0GhYuZ29vZ2xlLnByb3RvYnVmLkVtcHR5IiCC0+STAhoqGC9hcGkvdjEvYXR0YWNobWVudHMve2lkfUJ0Cgpjb20uYXBpLnYxQg9BdHRhY2htZW50UHJvdG9QAVocb3BzZWUvYmFja2VuZC9nZW4vYXBpL3YxO2dlbqICA0FYWKoCBkFwaS5WMcoCBkFwaVxWMeICEkFwaVxWMVxHUEJNZXRhZGF0YeoCB0FwaTo6VjFiBnByb3RvMw", [file_google_protobuf_empty, file_google_api_annotations, file_validate_validate, file_api_v1_pagination, file_api_v1_filter, file_api_v1_models]);
|
|
18
|
+
|
|
19
|
+
/**
|
|
20
|
+
* Describes the message api.v1.AddAttachmentRequest.
|
|
21
|
+
* Use `create(AddAttachmentRequestSchema)` to create a new message.
|
|
22
|
+
*/
|
|
23
|
+
export const AddAttachmentRequestSchema = /*@__PURE__*/
|
|
24
|
+
messageDesc(file_api_v1_attachment, 0);
|
|
25
|
+
|
|
26
|
+
/**
|
|
27
|
+
* Describes the message api.v1.EditAttachmentRequest.
|
|
28
|
+
* Use `create(EditAttachmentRequestSchema)` to create a new message.
|
|
29
|
+
*/
|
|
30
|
+
export const EditAttachmentRequestSchema = /*@__PURE__*/
|
|
31
|
+
messageDesc(file_api_v1_attachment, 1);
|
|
32
|
+
|
|
33
|
+
/**
|
|
34
|
+
* Describes the message api.v1.GetAttachmentRequest.
|
|
35
|
+
* Use `create(GetAttachmentRequestSchema)` to create a new message.
|
|
36
|
+
*/
|
|
37
|
+
export const GetAttachmentRequestSchema = /*@__PURE__*/
|
|
38
|
+
messageDesc(file_api_v1_attachment, 2);
|
|
39
|
+
|
|
40
|
+
/**
|
|
41
|
+
* Describes the message api.v1.GetAttachmentsRequest.
|
|
42
|
+
* Use `create(GetAttachmentsRequestSchema)` to create a new message.
|
|
43
|
+
*/
|
|
44
|
+
export const GetAttachmentsRequestSchema = /*@__PURE__*/
|
|
45
|
+
messageDesc(file_api_v1_attachment, 3);
|
|
46
|
+
|
|
47
|
+
/**
|
|
48
|
+
* Describes the message api.v1.DeleteAttachmentRequest.
|
|
49
|
+
* Use `create(DeleteAttachmentRequestSchema)` to create a new message.
|
|
50
|
+
*/
|
|
51
|
+
export const DeleteAttachmentRequestSchema = /*@__PURE__*/
|
|
52
|
+
messageDesc(file_api_v1_attachment, 4);
|
|
53
|
+
|
|
54
|
+
/**
|
|
55
|
+
* Describes the message api.v1.GetAttachmentsResponse.
|
|
56
|
+
* Use `create(GetAttachmentsResponseSchema)` to create a new message.
|
|
57
|
+
*/
|
|
58
|
+
export const GetAttachmentsResponseSchema = /*@__PURE__*/
|
|
59
|
+
messageDesc(file_api_v1_attachment, 5);
|
|
60
|
+
|
|
61
|
+
/**
|
|
62
|
+
* Describes the message api.v1.AddAttachmentResponse.
|
|
63
|
+
* Use `create(AddAttachmentResponseSchema)` to create a new message.
|
|
64
|
+
*/
|
|
65
|
+
export const AddAttachmentResponseSchema = /*@__PURE__*/
|
|
66
|
+
messageDesc(file_api_v1_attachment, 6);
|
|
67
|
+
|
|
68
|
+
/**
|
|
69
|
+
* Describes the message api.v1.EditAttachmentResponse.
|
|
70
|
+
* Use `create(EditAttachmentResponseSchema)` to create a new message.
|
|
71
|
+
*/
|
|
72
|
+
export const EditAttachmentResponseSchema = /*@__PURE__*/
|
|
73
|
+
messageDesc(file_api_v1_attachment, 7);
|
|
74
|
+
|
|
75
|
+
/**
|
|
76
|
+
* Describes the message api.v1.GetAttachmentResponse.
|
|
77
|
+
* Use `create(GetAttachmentResponseSchema)` to create a new message.
|
|
78
|
+
*/
|
|
79
|
+
export const GetAttachmentResponseSchema = /*@__PURE__*/
|
|
80
|
+
messageDesc(file_api_v1_attachment, 8);
|
|
81
|
+
|
|
82
|
+
/**
|
|
83
|
+
* Service definition
|
|
84
|
+
*
|
|
85
|
+
* @generated from service api.v1.AttachmentService
|
|
86
|
+
*/
|
|
87
|
+
export const AttachmentService = /*@__PURE__*/
|
|
88
|
+
serviceDesc(file_api_v1_attachment, 0);
|
|
89
|
+
|