@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,138 @@
|
|
|
1
|
+
// @generated by protoc-gen-es v2.2.3
|
|
2
|
+
// @generated from file api/v1/doc_page.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/doc_page.proto.
|
|
15
|
+
*/
|
|
16
|
+
export const file_api_v1_doc_page = /*@__PURE__*/
|
|
17
|
+
fileDesc("ChVhcGkvdjEvZG9jX3BhZ2UucHJvdG8SBmFwaS52MSL1AgoRQWRkRG9jUGFnZVJlcXVlc3QSGQoFdGl0bGUYASABKAlCCvpCB3IFEAEYyAESGAoEc2x1ZxgCIAEoCUIK+kIHcgUQARiWARIXCg9jdXJyZW50X2NvbnRlbnQYAyABKAkSJwoMY29udGVudF90eXBlGAQgASgJQhH6Qg5yDFIEdGV4dFIEanNvbhInChZjdXJyZW50X3ZlcnNpb25fbnVtYmVyGAUgASgFQgf6QgQaAigBEg8KB2lzX3Jvb3QYBiABKAgSEwoLaXNfYXJjaGl2ZWQYByABKAgSHgoNZGlzcGxheV9vcmRlchgIIAEoBUIH+kIEGgIoABISCgpwcm9qZWN0X2lkGAkgASgNEhsKDnBhcmVudF9wYWdlX2lkGAogASgNSACIAQESGgoSY3JlYXRlZF9ieV91c2VyX2lkGAsgASgNEhoKEnVwZGF0ZWRfYnlfdXNlcl9pZBgMIAEoDUIRCg9fcGFyZW50X3BhZ2VfaWQiiwMKEkVkaXREb2NQYWdlUmVxdWVzdBITCgJpZBgBIAEoDUIH+kIEKgIoARIZCgV0aXRsZRgCIAEoCUIK+kIHcgUQARjIARIYCgRzbHVnGAMgASgJQgr6QgdyBRABGJYBEhcKD2N1cnJlbnRfY29udGVudBgEIAEoCRInCgxjb250ZW50X3R5cGUYBSABKAlCEfpCDnIMUgR0ZXh0UgRqc29uEicKFmN1cnJlbnRfdmVyc2lvbl9udW1iZXIYBiABKAVCB/pCBBoCKAESDwoHaXNfcm9vdBgHIAEoCBITCgtpc19hcmNoaXZlZBgIIAEoCBIeCg1kaXNwbGF5X29yZGVyGAkgASgFQgf6QgQaAigAEhIKCnByb2plY3RfaWQYCiABKA0SGwoOcGFyZW50X3BhZ2VfaWQYCyABKA1IAIgBARIaChJjcmVhdGVkX2J5X3VzZXJfaWQYDCABKA0SGgoSdXBkYXRlZF9ieV91c2VyX2lkGA0gASgNQhEKD19wYXJlbnRfcGFnZV9pZCIfChFHZXREb2NQYWdlUmVxdWVzdBIKCgJpZBgBIAEoDSJ1ChJHZXREb2NQYWdlc1JlcXVlc3QSMAoKcGFnaW5hdGlvbhgBIAEoCzISLmFwaS52MS5QYWdpbmF0aW9uQgj6QgWKAQIQARItCg5maWx0ZXJfb3B0aW9ucxgCIAEoCzIVLmFwaS52MS5GaWx0ZXJPcHRpb25zIiIKFERlbGV0ZURvY1BhZ2VSZXF1ZXN0EgoKAmlkGAEgASgNImEKE0dldERvY1BhZ2VzUmVzcG9uc2USIgoJZG9jX3BhZ2VzGAEgAygLMg8uYXBpLnYxLkRvY1BhZ2USJgoKcGFnaW5hdGlvbhgCIAEoCzISLmFwaS52MS5QYWdpbmF0aW9uIjcKEkFkZERvY1BhZ2VSZXNwb25zZRIhCghkb2NfcGFnZRgBIAEoCzIPLmFwaS52MS5Eb2NQYWdlIjgKE0VkaXREb2NQYWdlUmVzcG9uc2USIQoIZG9jX3BhZ2UYASABKAsyDy5hcGkudjEuRG9jUGFnZSI3ChJHZXREb2NQYWdlUmVzcG9uc2USIQoIZG9jX3BhZ2UYASABKAsyDy5hcGkudjEuRG9jUGFnZSJbChVHZXREb2NQYWdlVHJlZVJlcXVlc3QSEgoKcHJvamVjdF9pZBgBIAEoDRIbCg5wYXJlbnRfcGFnZV9pZBgCIAEoDUgAiAEBQhEKD19wYXJlbnRfcGFnZV9pZCJAChZHZXREb2NQYWdlVHJlZVJlc3BvbnNlEiYKBXBhZ2VzGAEgAygLMhcuYXBpLnYxLkRvY1BhZ2VUcmVlTm9kZSJbCg9Eb2NQYWdlVHJlZU5vZGUSHQoEcGFnZRgBIAEoCzIPLmFwaS52MS5Eb2NQYWdlEikKCGNoaWxkcmVuGAIgAygLMhcuYXBpLnYxLkRvY1BhZ2VUcmVlTm9kZSJpChJNb3ZlRG9jUGFnZVJlcXVlc3QSCgoCaWQYASABKA0SGgoNbmV3X3BhcmVudF9pZBgCIAEoDUgAiAEBEhkKEW5ld19kaXNwbGF5X29yZGVyGAMgASgFQhAKDl9uZXdfcGFyZW50X2lkIjgKE01vdmVEb2NQYWdlUmVzcG9uc2USIQoIZG9jX3BhZ2UYASABKAsyDy5hcGkudjEuRG9jUGFnZSJlChdEdXBsaWNhdGVEb2NQYWdlUmVxdWVzdBIKCgJpZBgBIAEoDRIYChBpbmNsdWRlX2NoaWxkcmVuGAIgASgIEhYKCW5ld190aXRsZRgDIAEoCUgAiAEBQgwKCl9uZXdfdGl0bGUiPQoYRHVwbGljYXRlRG9jUGFnZVJlc3BvbnNlEiEKCGRvY19wYWdlGAEgASgLMg8uYXBpLnYxLkRvY1BhZ2Uy8wYKDkRvY1BhZ2VTZXJ2aWNlEmEKCkFkZERvY1BhZ2USGS5hcGkudjEuQWRkRG9jUGFnZVJlcXVlc3QaGi5hcGkudjEuQWRkRG9jUGFnZVJlc3BvbnNlIhyC0+STAhY6ASoiES9hcGkvdjEvZG9jX3BhZ2VzEmkKC0VkaXREb2NQYWdlEhouYXBpLnYxLkVkaXREb2NQYWdlUmVxdWVzdBobLmFwaS52MS5FZGl0RG9jUGFnZVJlc3BvbnNlIiGC0+STAhs6ASoaFi9hcGkvdjEvZG9jX3BhZ2VzL3tpZH0SYwoKR2V0RG9jUGFnZRIZLmFwaS52MS5HZXREb2NQYWdlUmVxdWVzdBoaLmFwaS52MS5HZXREb2NQYWdlUmVzcG9uc2UiHoLT5JMCGBIWL2FwaS92MS9kb2NfcGFnZXMve2lkfRJhCgtHZXREb2NQYWdlcxIaLmFwaS52MS5HZXREb2NQYWdlc1JlcXVlc3QaGy5hcGkudjEuR2V0RG9jUGFnZXNSZXNwb25zZSIZgtPkkwITEhEvYXBpL3YxL2RvY19wYWdlcxJlCg1EZWxldGVEb2NQYWdlEhwuYXBpLnYxLkRlbGV0ZURvY1BhZ2VSZXF1ZXN0GhYuZ29vZ2xlLnByb3RvYnVmLkVtcHR5Ih6C0+STAhgqFi9hcGkvdjEvZG9jX3BhZ2VzL3tpZH0SbwoOR2V0RG9jUGFnZVRyZWUSHS5hcGkudjEuR2V0RG9jUGFnZVRyZWVSZXF1ZXN0Gh4uYXBpLnYxLkdldERvY1BhZ2VUcmVlUmVzcG9uc2UiHoLT5JMCGBIWL2FwaS92MS9kb2NfcGFnZXMvdHJlZRJuCgtNb3ZlRG9jUGFnZRIaLmFwaS52MS5Nb3ZlRG9jUGFnZVJlcXVlc3QaGy5hcGkudjEuTW92ZURvY1BhZ2VSZXNwb25zZSImgtPkkwIgOgEqGhsvYXBpL3YxL2RvY19wYWdlcy97aWR9L21vdmUSggEKEER1cGxpY2F0ZURvY1BhZ2USHy5hcGkudjEuRHVwbGljYXRlRG9jUGFnZVJlcXVlc3QaIC5hcGkudjEuRHVwbGljYXRlRG9jUGFnZVJlc3BvbnNlIiuC0+STAiU6ASoiIC9hcGkvdjEvZG9jX3BhZ2VzL3tpZH0vZHVwbGljYXRlQnEKCmNvbS5hcGkudjFCDERvY1BhZ2VQcm90b1ABWhxvcHNlZS9iYWNrZW5kL2dlbi9hcGkvdjE7Z2VuogIDQVhYqgIGQXBpLlYxygIGQXBpXFYx4gISQXBpXFYxXEdQQk1ldGFkYXRh6gIHQXBpOjpWMWIGcHJvdG8z", [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.AddDocPageRequest.
|
|
21
|
+
* Use `create(AddDocPageRequestSchema)` to create a new message.
|
|
22
|
+
*/
|
|
23
|
+
export const AddDocPageRequestSchema = /*@__PURE__*/
|
|
24
|
+
messageDesc(file_api_v1_doc_page, 0);
|
|
25
|
+
|
|
26
|
+
/**
|
|
27
|
+
* Describes the message api.v1.EditDocPageRequest.
|
|
28
|
+
* Use `create(EditDocPageRequestSchema)` to create a new message.
|
|
29
|
+
*/
|
|
30
|
+
export const EditDocPageRequestSchema = /*@__PURE__*/
|
|
31
|
+
messageDesc(file_api_v1_doc_page, 1);
|
|
32
|
+
|
|
33
|
+
/**
|
|
34
|
+
* Describes the message api.v1.GetDocPageRequest.
|
|
35
|
+
* Use `create(GetDocPageRequestSchema)` to create a new message.
|
|
36
|
+
*/
|
|
37
|
+
export const GetDocPageRequestSchema = /*@__PURE__*/
|
|
38
|
+
messageDesc(file_api_v1_doc_page, 2);
|
|
39
|
+
|
|
40
|
+
/**
|
|
41
|
+
* Describes the message api.v1.GetDocPagesRequest.
|
|
42
|
+
* Use `create(GetDocPagesRequestSchema)` to create a new message.
|
|
43
|
+
*/
|
|
44
|
+
export const GetDocPagesRequestSchema = /*@__PURE__*/
|
|
45
|
+
messageDesc(file_api_v1_doc_page, 3);
|
|
46
|
+
|
|
47
|
+
/**
|
|
48
|
+
* Describes the message api.v1.DeleteDocPageRequest.
|
|
49
|
+
* Use `create(DeleteDocPageRequestSchema)` to create a new message.
|
|
50
|
+
*/
|
|
51
|
+
export const DeleteDocPageRequestSchema = /*@__PURE__*/
|
|
52
|
+
messageDesc(file_api_v1_doc_page, 4);
|
|
53
|
+
|
|
54
|
+
/**
|
|
55
|
+
* Describes the message api.v1.GetDocPagesResponse.
|
|
56
|
+
* Use `create(GetDocPagesResponseSchema)` to create a new message.
|
|
57
|
+
*/
|
|
58
|
+
export const GetDocPagesResponseSchema = /*@__PURE__*/
|
|
59
|
+
messageDesc(file_api_v1_doc_page, 5);
|
|
60
|
+
|
|
61
|
+
/**
|
|
62
|
+
* Describes the message api.v1.AddDocPageResponse.
|
|
63
|
+
* Use `create(AddDocPageResponseSchema)` to create a new message.
|
|
64
|
+
*/
|
|
65
|
+
export const AddDocPageResponseSchema = /*@__PURE__*/
|
|
66
|
+
messageDesc(file_api_v1_doc_page, 6);
|
|
67
|
+
|
|
68
|
+
/**
|
|
69
|
+
* Describes the message api.v1.EditDocPageResponse.
|
|
70
|
+
* Use `create(EditDocPageResponseSchema)` to create a new message.
|
|
71
|
+
*/
|
|
72
|
+
export const EditDocPageResponseSchema = /*@__PURE__*/
|
|
73
|
+
messageDesc(file_api_v1_doc_page, 7);
|
|
74
|
+
|
|
75
|
+
/**
|
|
76
|
+
* Describes the message api.v1.GetDocPageResponse.
|
|
77
|
+
* Use `create(GetDocPageResponseSchema)` to create a new message.
|
|
78
|
+
*/
|
|
79
|
+
export const GetDocPageResponseSchema = /*@__PURE__*/
|
|
80
|
+
messageDesc(file_api_v1_doc_page, 8);
|
|
81
|
+
|
|
82
|
+
/**
|
|
83
|
+
* Describes the message api.v1.GetDocPageTreeRequest.
|
|
84
|
+
* Use `create(GetDocPageTreeRequestSchema)` to create a new message.
|
|
85
|
+
*/
|
|
86
|
+
export const GetDocPageTreeRequestSchema = /*@__PURE__*/
|
|
87
|
+
messageDesc(file_api_v1_doc_page, 9);
|
|
88
|
+
|
|
89
|
+
/**
|
|
90
|
+
* Describes the message api.v1.GetDocPageTreeResponse.
|
|
91
|
+
* Use `create(GetDocPageTreeResponseSchema)` to create a new message.
|
|
92
|
+
*/
|
|
93
|
+
export const GetDocPageTreeResponseSchema = /*@__PURE__*/
|
|
94
|
+
messageDesc(file_api_v1_doc_page, 10);
|
|
95
|
+
|
|
96
|
+
/**
|
|
97
|
+
* Describes the message api.v1.DocPageTreeNode.
|
|
98
|
+
* Use `create(DocPageTreeNodeSchema)` to create a new message.
|
|
99
|
+
*/
|
|
100
|
+
export const DocPageTreeNodeSchema = /*@__PURE__*/
|
|
101
|
+
messageDesc(file_api_v1_doc_page, 11);
|
|
102
|
+
|
|
103
|
+
/**
|
|
104
|
+
* Describes the message api.v1.MoveDocPageRequest.
|
|
105
|
+
* Use `create(MoveDocPageRequestSchema)` to create a new message.
|
|
106
|
+
*/
|
|
107
|
+
export const MoveDocPageRequestSchema = /*@__PURE__*/
|
|
108
|
+
messageDesc(file_api_v1_doc_page, 12);
|
|
109
|
+
|
|
110
|
+
/**
|
|
111
|
+
* Describes the message api.v1.MoveDocPageResponse.
|
|
112
|
+
* Use `create(MoveDocPageResponseSchema)` to create a new message.
|
|
113
|
+
*/
|
|
114
|
+
export const MoveDocPageResponseSchema = /*@__PURE__*/
|
|
115
|
+
messageDesc(file_api_v1_doc_page, 13);
|
|
116
|
+
|
|
117
|
+
/**
|
|
118
|
+
* Describes the message api.v1.DuplicateDocPageRequest.
|
|
119
|
+
* Use `create(DuplicateDocPageRequestSchema)` to create a new message.
|
|
120
|
+
*/
|
|
121
|
+
export const DuplicateDocPageRequestSchema = /*@__PURE__*/
|
|
122
|
+
messageDesc(file_api_v1_doc_page, 14);
|
|
123
|
+
|
|
124
|
+
/**
|
|
125
|
+
* Describes the message api.v1.DuplicateDocPageResponse.
|
|
126
|
+
* Use `create(DuplicateDocPageResponseSchema)` to create a new message.
|
|
127
|
+
*/
|
|
128
|
+
export const DuplicateDocPageResponseSchema = /*@__PURE__*/
|
|
129
|
+
messageDesc(file_api_v1_doc_page, 15);
|
|
130
|
+
|
|
131
|
+
/**
|
|
132
|
+
* Service definition
|
|
133
|
+
*
|
|
134
|
+
* @generated from service api.v1.DocPageService
|
|
135
|
+
*/
|
|
136
|
+
export const DocPageService = /*@__PURE__*/
|
|
137
|
+
serviceDesc(file_api_v1_doc_page, 0);
|
|
138
|
+
|
|
@@ -0,0 +1,287 @@
|
|
|
1
|
+
// @generated by protoc-gen-es v2.2.3
|
|
2
|
+
// @generated from file api/v1/doc_page_version.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 { DocPageVersion } from "./models_pb";
|
|
10
|
+
import type { EmptySchema } from "@bufbuild/protobuf/wkt";
|
|
11
|
+
|
|
12
|
+
/**
|
|
13
|
+
* Describes the file api/v1/doc_page_version.proto.
|
|
14
|
+
*/
|
|
15
|
+
export declare const file_api_v1_doc_page_version: GenFile;
|
|
16
|
+
|
|
17
|
+
/**
|
|
18
|
+
* Request definitions
|
|
19
|
+
*
|
|
20
|
+
* @generated from message api.v1.AddDocPageVersionRequest
|
|
21
|
+
*/
|
|
22
|
+
export declare type AddDocPageVersionRequest = Message<"api.v1.AddDocPageVersionRequest"> & {
|
|
23
|
+
/**
|
|
24
|
+
* @generated from field: int32 version_number = 1;
|
|
25
|
+
*/
|
|
26
|
+
versionNumber: number;
|
|
27
|
+
|
|
28
|
+
/**
|
|
29
|
+
* @generated from field: string title = 2;
|
|
30
|
+
*/
|
|
31
|
+
title: string;
|
|
32
|
+
|
|
33
|
+
/**
|
|
34
|
+
* @generated from field: string content = 3;
|
|
35
|
+
*/
|
|
36
|
+
content: string;
|
|
37
|
+
|
|
38
|
+
/**
|
|
39
|
+
* @generated from field: string content_type = 4;
|
|
40
|
+
*/
|
|
41
|
+
contentType: string;
|
|
42
|
+
|
|
43
|
+
/**
|
|
44
|
+
* @generated from field: optional string change_summary = 5;
|
|
45
|
+
*/
|
|
46
|
+
changeSummary?: string;
|
|
47
|
+
|
|
48
|
+
/**
|
|
49
|
+
* @generated from field: uint32 doc_page_id = 6;
|
|
50
|
+
*/
|
|
51
|
+
docPageId: number;
|
|
52
|
+
|
|
53
|
+
/**
|
|
54
|
+
* @generated from field: uint32 created_by_user_id = 7;
|
|
55
|
+
*/
|
|
56
|
+
createdByUserId: number;
|
|
57
|
+
};
|
|
58
|
+
|
|
59
|
+
/**
|
|
60
|
+
* Describes the message api.v1.AddDocPageVersionRequest.
|
|
61
|
+
* Use `create(AddDocPageVersionRequestSchema)` to create a new message.
|
|
62
|
+
*/
|
|
63
|
+
export declare const AddDocPageVersionRequestSchema: GenMessage<AddDocPageVersionRequest>;
|
|
64
|
+
|
|
65
|
+
/**
|
|
66
|
+
* @generated from message api.v1.EditDocPageVersionRequest
|
|
67
|
+
*/
|
|
68
|
+
export declare type EditDocPageVersionRequest = Message<"api.v1.EditDocPageVersionRequest"> & {
|
|
69
|
+
/**
|
|
70
|
+
* @generated from field: uint32 id = 1;
|
|
71
|
+
*/
|
|
72
|
+
id: number;
|
|
73
|
+
|
|
74
|
+
/**
|
|
75
|
+
* @generated from field: int32 version_number = 2;
|
|
76
|
+
*/
|
|
77
|
+
versionNumber: number;
|
|
78
|
+
|
|
79
|
+
/**
|
|
80
|
+
* @generated from field: string title = 3;
|
|
81
|
+
*/
|
|
82
|
+
title: string;
|
|
83
|
+
|
|
84
|
+
/**
|
|
85
|
+
* @generated from field: string content = 4;
|
|
86
|
+
*/
|
|
87
|
+
content: string;
|
|
88
|
+
|
|
89
|
+
/**
|
|
90
|
+
* @generated from field: string content_type = 5;
|
|
91
|
+
*/
|
|
92
|
+
contentType: string;
|
|
93
|
+
|
|
94
|
+
/**
|
|
95
|
+
* @generated from field: optional string change_summary = 6;
|
|
96
|
+
*/
|
|
97
|
+
changeSummary?: string;
|
|
98
|
+
|
|
99
|
+
/**
|
|
100
|
+
* @generated from field: uint32 doc_page_id = 7;
|
|
101
|
+
*/
|
|
102
|
+
docPageId: number;
|
|
103
|
+
|
|
104
|
+
/**
|
|
105
|
+
* @generated from field: uint32 created_by_user_id = 8;
|
|
106
|
+
*/
|
|
107
|
+
createdByUserId: number;
|
|
108
|
+
};
|
|
109
|
+
|
|
110
|
+
/**
|
|
111
|
+
* Describes the message api.v1.EditDocPageVersionRequest.
|
|
112
|
+
* Use `create(EditDocPageVersionRequestSchema)` to create a new message.
|
|
113
|
+
*/
|
|
114
|
+
export declare const EditDocPageVersionRequestSchema: GenMessage<EditDocPageVersionRequest>;
|
|
115
|
+
|
|
116
|
+
/**
|
|
117
|
+
* @generated from message api.v1.GetDocPageVersionRequest
|
|
118
|
+
*/
|
|
119
|
+
export declare type GetDocPageVersionRequest = Message<"api.v1.GetDocPageVersionRequest"> & {
|
|
120
|
+
/**
|
|
121
|
+
* @generated from field: uint32 id = 1;
|
|
122
|
+
*/
|
|
123
|
+
id: number;
|
|
124
|
+
};
|
|
125
|
+
|
|
126
|
+
/**
|
|
127
|
+
* Describes the message api.v1.GetDocPageVersionRequest.
|
|
128
|
+
* Use `create(GetDocPageVersionRequestSchema)` to create a new message.
|
|
129
|
+
*/
|
|
130
|
+
export declare const GetDocPageVersionRequestSchema: GenMessage<GetDocPageVersionRequest>;
|
|
131
|
+
|
|
132
|
+
/**
|
|
133
|
+
* @generated from message api.v1.GetDocPageVersionsRequest
|
|
134
|
+
*/
|
|
135
|
+
export declare type GetDocPageVersionsRequest = Message<"api.v1.GetDocPageVersionsRequest"> & {
|
|
136
|
+
/**
|
|
137
|
+
* @generated from field: api.v1.Pagination pagination = 1;
|
|
138
|
+
*/
|
|
139
|
+
pagination?: Pagination;
|
|
140
|
+
|
|
141
|
+
/**
|
|
142
|
+
* @generated from field: api.v1.FilterOptions filter_options = 2;
|
|
143
|
+
*/
|
|
144
|
+
filterOptions?: FilterOptions;
|
|
145
|
+
};
|
|
146
|
+
|
|
147
|
+
/**
|
|
148
|
+
* Describes the message api.v1.GetDocPageVersionsRequest.
|
|
149
|
+
* Use `create(GetDocPageVersionsRequestSchema)` to create a new message.
|
|
150
|
+
*/
|
|
151
|
+
export declare const GetDocPageVersionsRequestSchema: GenMessage<GetDocPageVersionsRequest>;
|
|
152
|
+
|
|
153
|
+
/**
|
|
154
|
+
* @generated from message api.v1.DeleteDocPageVersionRequest
|
|
155
|
+
*/
|
|
156
|
+
export declare type DeleteDocPageVersionRequest = Message<"api.v1.DeleteDocPageVersionRequest"> & {
|
|
157
|
+
/**
|
|
158
|
+
* @generated from field: uint32 id = 1;
|
|
159
|
+
*/
|
|
160
|
+
id: number;
|
|
161
|
+
};
|
|
162
|
+
|
|
163
|
+
/**
|
|
164
|
+
* Describes the message api.v1.DeleteDocPageVersionRequest.
|
|
165
|
+
* Use `create(DeleteDocPageVersionRequestSchema)` to create a new message.
|
|
166
|
+
*/
|
|
167
|
+
export declare const DeleteDocPageVersionRequestSchema: GenMessage<DeleteDocPageVersionRequest>;
|
|
168
|
+
|
|
169
|
+
/**
|
|
170
|
+
* Response definitions
|
|
171
|
+
*
|
|
172
|
+
* @generated from message api.v1.GetDocPageVersionsResponse
|
|
173
|
+
*/
|
|
174
|
+
export declare type GetDocPageVersionsResponse = Message<"api.v1.GetDocPageVersionsResponse"> & {
|
|
175
|
+
/**
|
|
176
|
+
* @generated from field: repeated api.v1.DocPageVersion doc_page_versions = 1;
|
|
177
|
+
*/
|
|
178
|
+
docPageVersions: DocPageVersion[];
|
|
179
|
+
|
|
180
|
+
/**
|
|
181
|
+
* @generated from field: api.v1.Pagination pagination = 2;
|
|
182
|
+
*/
|
|
183
|
+
pagination?: Pagination;
|
|
184
|
+
};
|
|
185
|
+
|
|
186
|
+
/**
|
|
187
|
+
* Describes the message api.v1.GetDocPageVersionsResponse.
|
|
188
|
+
* Use `create(GetDocPageVersionsResponseSchema)` to create a new message.
|
|
189
|
+
*/
|
|
190
|
+
export declare const GetDocPageVersionsResponseSchema: GenMessage<GetDocPageVersionsResponse>;
|
|
191
|
+
|
|
192
|
+
/**
|
|
193
|
+
* @generated from message api.v1.AddDocPageVersionResponse
|
|
194
|
+
*/
|
|
195
|
+
export declare type AddDocPageVersionResponse = Message<"api.v1.AddDocPageVersionResponse"> & {
|
|
196
|
+
/**
|
|
197
|
+
* @generated from field: api.v1.DocPageVersion doc_page_version = 1;
|
|
198
|
+
*/
|
|
199
|
+
docPageVersion?: DocPageVersion;
|
|
200
|
+
};
|
|
201
|
+
|
|
202
|
+
/**
|
|
203
|
+
* Describes the message api.v1.AddDocPageVersionResponse.
|
|
204
|
+
* Use `create(AddDocPageVersionResponseSchema)` to create a new message.
|
|
205
|
+
*/
|
|
206
|
+
export declare const AddDocPageVersionResponseSchema: GenMessage<AddDocPageVersionResponse>;
|
|
207
|
+
|
|
208
|
+
/**
|
|
209
|
+
* @generated from message api.v1.EditDocPageVersionResponse
|
|
210
|
+
*/
|
|
211
|
+
export declare type EditDocPageVersionResponse = Message<"api.v1.EditDocPageVersionResponse"> & {
|
|
212
|
+
/**
|
|
213
|
+
* @generated from field: api.v1.DocPageVersion doc_page_version = 1;
|
|
214
|
+
*/
|
|
215
|
+
docPageVersion?: DocPageVersion;
|
|
216
|
+
};
|
|
217
|
+
|
|
218
|
+
/**
|
|
219
|
+
* Describes the message api.v1.EditDocPageVersionResponse.
|
|
220
|
+
* Use `create(EditDocPageVersionResponseSchema)` to create a new message.
|
|
221
|
+
*/
|
|
222
|
+
export declare const EditDocPageVersionResponseSchema: GenMessage<EditDocPageVersionResponse>;
|
|
223
|
+
|
|
224
|
+
/**
|
|
225
|
+
* @generated from message api.v1.GetDocPageVersionResponse
|
|
226
|
+
*/
|
|
227
|
+
export declare type GetDocPageVersionResponse = Message<"api.v1.GetDocPageVersionResponse"> & {
|
|
228
|
+
/**
|
|
229
|
+
* @generated from field: api.v1.DocPageVersion doc_page_version = 1;
|
|
230
|
+
*/
|
|
231
|
+
docPageVersion?: DocPageVersion;
|
|
232
|
+
};
|
|
233
|
+
|
|
234
|
+
/**
|
|
235
|
+
* Describes the message api.v1.GetDocPageVersionResponse.
|
|
236
|
+
* Use `create(GetDocPageVersionResponseSchema)` to create a new message.
|
|
237
|
+
*/
|
|
238
|
+
export declare const GetDocPageVersionResponseSchema: GenMessage<GetDocPageVersionResponse>;
|
|
239
|
+
|
|
240
|
+
/**
|
|
241
|
+
* Service definition
|
|
242
|
+
*
|
|
243
|
+
* @generated from service api.v1.DocPageVersionService
|
|
244
|
+
*/
|
|
245
|
+
export declare const DocPageVersionService: GenService<{
|
|
246
|
+
/**
|
|
247
|
+
* @generated from rpc api.v1.DocPageVersionService.AddDocPageVersion
|
|
248
|
+
*/
|
|
249
|
+
addDocPageVersion: {
|
|
250
|
+
methodKind: "unary";
|
|
251
|
+
input: typeof AddDocPageVersionRequestSchema;
|
|
252
|
+
output: typeof AddDocPageVersionResponseSchema;
|
|
253
|
+
},
|
|
254
|
+
/**
|
|
255
|
+
* @generated from rpc api.v1.DocPageVersionService.EditDocPageVersion
|
|
256
|
+
*/
|
|
257
|
+
editDocPageVersion: {
|
|
258
|
+
methodKind: "unary";
|
|
259
|
+
input: typeof EditDocPageVersionRequestSchema;
|
|
260
|
+
output: typeof EditDocPageVersionResponseSchema;
|
|
261
|
+
},
|
|
262
|
+
/**
|
|
263
|
+
* @generated from rpc api.v1.DocPageVersionService.GetDocPageVersion
|
|
264
|
+
*/
|
|
265
|
+
getDocPageVersion: {
|
|
266
|
+
methodKind: "unary";
|
|
267
|
+
input: typeof GetDocPageVersionRequestSchema;
|
|
268
|
+
output: typeof GetDocPageVersionResponseSchema;
|
|
269
|
+
},
|
|
270
|
+
/**
|
|
271
|
+
* @generated from rpc api.v1.DocPageVersionService.GetDocPageVersions
|
|
272
|
+
*/
|
|
273
|
+
getDocPageVersions: {
|
|
274
|
+
methodKind: "unary";
|
|
275
|
+
input: typeof GetDocPageVersionsRequestSchema;
|
|
276
|
+
output: typeof GetDocPageVersionsResponseSchema;
|
|
277
|
+
},
|
|
278
|
+
/**
|
|
279
|
+
* @generated from rpc api.v1.DocPageVersionService.DeleteDocPageVersion
|
|
280
|
+
*/
|
|
281
|
+
deleteDocPageVersion: {
|
|
282
|
+
methodKind: "unary";
|
|
283
|
+
input: typeof DeleteDocPageVersionRequestSchema;
|
|
284
|
+
output: typeof EmptySchema;
|
|
285
|
+
},
|
|
286
|
+
}>;
|
|
287
|
+
|
|
@@ -0,0 +1,89 @@
|
|
|
1
|
+
// @generated by protoc-gen-es v2.2.3
|
|
2
|
+
// @generated from file api/v1/doc_page_version.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/doc_page_version.proto.
|
|
15
|
+
*/
|
|
16
|
+
export const file_api_v1_doc_page_version = /*@__PURE__*/
|
|
17
|
+
fileDesc("Ch1hcGkvdjEvZG9jX3BhZ2VfdmVyc2lvbi5wcm90bxIGYXBpLnYxIvsBChhBZGREb2NQYWdlVmVyc2lvblJlcXVlc3QSHwoOdmVyc2lvbl9udW1iZXIYASABKAVCB/pCBBoCKAESGQoFdGl0bGUYAiABKAlCCvpCB3IFEAEYyAESDwoHY29udGVudBgDIAEoCRInCgxjb250ZW50X3R5cGUYBCABKAlCEfpCDnIMUgR0ZXh0UgRqc29uEiUKDmNoYW5nZV9zdW1tYXJ5GAUgASgJQgj6QgVyAxj/AUgAiAEBEhMKC2RvY19wYWdlX2lkGAYgASgNEhoKEmNyZWF0ZWRfYnlfdXNlcl9pZBgHIAEoDUIRCg9fY2hhbmdlX3N1bW1hcnkikQIKGUVkaXREb2NQYWdlVmVyc2lvblJlcXVlc3QSEwoCaWQYASABKA1CB/pCBCoCKAESHwoOdmVyc2lvbl9udW1iZXIYAiABKAVCB/pCBBoCKAESGQoFdGl0bGUYAyABKAlCCvpCB3IFEAEYyAESDwoHY29udGVudBgEIAEoCRInCgxjb250ZW50X3R5cGUYBSABKAlCEfpCDnIMUgR0ZXh0UgRqc29uEiUKDmNoYW5nZV9zdW1tYXJ5GAYgASgJQgj6QgVyAxj/AUgAiAEBEhMKC2RvY19wYWdlX2lkGAcgASgNEhoKEmNyZWF0ZWRfYnlfdXNlcl9pZBgIIAEoDUIRCg9fY2hhbmdlX3N1bW1hcnkiJgoYR2V0RG9jUGFnZVZlcnNpb25SZXF1ZXN0EgoKAmlkGAEgASgNInwKGUdldERvY1BhZ2VWZXJzaW9uc1JlcXVlc3QSMAoKcGFnaW5hdGlvbhgBIAEoCzISLmFwaS52MS5QYWdpbmF0aW9uQgj6QgWKAQIQARItCg5maWx0ZXJfb3B0aW9ucxgCIAEoCzIVLmFwaS52MS5GaWx0ZXJPcHRpb25zIikKG0RlbGV0ZURvY1BhZ2VWZXJzaW9uUmVxdWVzdBIKCgJpZBgBIAEoDSJ3ChpHZXREb2NQYWdlVmVyc2lvbnNSZXNwb25zZRIxChFkb2NfcGFnZV92ZXJzaW9ucxgBIAMoCzIWLmFwaS52MS5Eb2NQYWdlVmVyc2lvbhImCgpwYWdpbmF0aW9uGAIgASgLMhIuYXBpLnYxLlBhZ2luYXRpb24iTQoZQWRkRG9jUGFnZVZlcnNpb25SZXNwb25zZRIwChBkb2NfcGFnZV92ZXJzaW9uGAEgASgLMhYuYXBpLnYxLkRvY1BhZ2VWZXJzaW9uIk4KGkVkaXREb2NQYWdlVmVyc2lvblJlc3BvbnNlEjAKEGRvY19wYWdlX3ZlcnNpb24YASABKAsyFi5hcGkudjEuRG9jUGFnZVZlcnNpb24iTQoZR2V0RG9jUGFnZVZlcnNpb25SZXNwb25zZRIwChBkb2NfcGFnZV92ZXJzaW9uGAEgASgLMhYuYXBpLnYxLkRvY1BhZ2VWZXJzaW9uMqAFChVEb2NQYWdlVmVyc2lvblNlcnZpY2USfgoRQWRkRG9jUGFnZVZlcnNpb24SIC5hcGkudjEuQWRkRG9jUGFnZVZlcnNpb25SZXF1ZXN0GiEuYXBpLnYxLkFkZERvY1BhZ2VWZXJzaW9uUmVzcG9uc2UiJILT5JMCHjoBKiIZL2FwaS92MS9kb2NfcGFnZV92ZXJzaW9ucxKGAQoSRWRpdERvY1BhZ2VWZXJzaW9uEiEuYXBpLnYxLkVkaXREb2NQYWdlVmVyc2lvblJlcXVlc3QaIi5hcGkudjEuRWRpdERvY1BhZ2VWZXJzaW9uUmVzcG9uc2UiKYLT5JMCIzoBKhoeL2FwaS92MS9kb2NfcGFnZV92ZXJzaW9ucy97aWR9EoABChFHZXREb2NQYWdlVmVyc2lvbhIgLmFwaS52MS5HZXREb2NQYWdlVmVyc2lvblJlcXVlc3QaIS5hcGkudjEuR2V0RG9jUGFnZVZlcnNpb25SZXNwb25zZSImgtPkkwIgEh4vYXBpL3YxL2RvY19wYWdlX3ZlcnNpb25zL3tpZH0SfgoSR2V0RG9jUGFnZVZlcnNpb25zEiEuYXBpLnYxLkdldERvY1BhZ2VWZXJzaW9uc1JlcXVlc3QaIi5hcGkudjEuR2V0RG9jUGFnZVZlcnNpb25zUmVzcG9uc2UiIYLT5JMCGxIZL2FwaS92MS9kb2NfcGFnZV92ZXJzaW9ucxJ7ChREZWxldGVEb2NQYWdlVmVyc2lvbhIjLmFwaS52MS5EZWxldGVEb2NQYWdlVmVyc2lvblJlcXVlc3QaFi5nb29nbGUucHJvdG9idWYuRW1wdHkiJoLT5JMCICoeL2FwaS92MS9kb2NfcGFnZV92ZXJzaW9ucy97aWR9QngKCmNvbS5hcGkudjFCE0RvY1BhZ2VWZXJzaW9uUHJvdG9QAVocb3BzZWUvYmFja2VuZC9nZW4vYXBpL3YxO2dlbqICA0FYWKoCBkFwaS5WMcoCBkFwaVxWMeICEkFwaVxWMVxHUEJNZXRhZGF0YeoCB0FwaTo6VjFiBnByb3RvMw", [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.AddDocPageVersionRequest.
|
|
21
|
+
* Use `create(AddDocPageVersionRequestSchema)` to create a new message.
|
|
22
|
+
*/
|
|
23
|
+
export const AddDocPageVersionRequestSchema = /*@__PURE__*/
|
|
24
|
+
messageDesc(file_api_v1_doc_page_version, 0);
|
|
25
|
+
|
|
26
|
+
/**
|
|
27
|
+
* Describes the message api.v1.EditDocPageVersionRequest.
|
|
28
|
+
* Use `create(EditDocPageVersionRequestSchema)` to create a new message.
|
|
29
|
+
*/
|
|
30
|
+
export const EditDocPageVersionRequestSchema = /*@__PURE__*/
|
|
31
|
+
messageDesc(file_api_v1_doc_page_version, 1);
|
|
32
|
+
|
|
33
|
+
/**
|
|
34
|
+
* Describes the message api.v1.GetDocPageVersionRequest.
|
|
35
|
+
* Use `create(GetDocPageVersionRequestSchema)` to create a new message.
|
|
36
|
+
*/
|
|
37
|
+
export const GetDocPageVersionRequestSchema = /*@__PURE__*/
|
|
38
|
+
messageDesc(file_api_v1_doc_page_version, 2);
|
|
39
|
+
|
|
40
|
+
/**
|
|
41
|
+
* Describes the message api.v1.GetDocPageVersionsRequest.
|
|
42
|
+
* Use `create(GetDocPageVersionsRequestSchema)` to create a new message.
|
|
43
|
+
*/
|
|
44
|
+
export const GetDocPageVersionsRequestSchema = /*@__PURE__*/
|
|
45
|
+
messageDesc(file_api_v1_doc_page_version, 3);
|
|
46
|
+
|
|
47
|
+
/**
|
|
48
|
+
* Describes the message api.v1.DeleteDocPageVersionRequest.
|
|
49
|
+
* Use `create(DeleteDocPageVersionRequestSchema)` to create a new message.
|
|
50
|
+
*/
|
|
51
|
+
export const DeleteDocPageVersionRequestSchema = /*@__PURE__*/
|
|
52
|
+
messageDesc(file_api_v1_doc_page_version, 4);
|
|
53
|
+
|
|
54
|
+
/**
|
|
55
|
+
* Describes the message api.v1.GetDocPageVersionsResponse.
|
|
56
|
+
* Use `create(GetDocPageVersionsResponseSchema)` to create a new message.
|
|
57
|
+
*/
|
|
58
|
+
export const GetDocPageVersionsResponseSchema = /*@__PURE__*/
|
|
59
|
+
messageDesc(file_api_v1_doc_page_version, 5);
|
|
60
|
+
|
|
61
|
+
/**
|
|
62
|
+
* Describes the message api.v1.AddDocPageVersionResponse.
|
|
63
|
+
* Use `create(AddDocPageVersionResponseSchema)` to create a new message.
|
|
64
|
+
*/
|
|
65
|
+
export const AddDocPageVersionResponseSchema = /*@__PURE__*/
|
|
66
|
+
messageDesc(file_api_v1_doc_page_version, 6);
|
|
67
|
+
|
|
68
|
+
/**
|
|
69
|
+
* Describes the message api.v1.EditDocPageVersionResponse.
|
|
70
|
+
* Use `create(EditDocPageVersionResponseSchema)` to create a new message.
|
|
71
|
+
*/
|
|
72
|
+
export const EditDocPageVersionResponseSchema = /*@__PURE__*/
|
|
73
|
+
messageDesc(file_api_v1_doc_page_version, 7);
|
|
74
|
+
|
|
75
|
+
/**
|
|
76
|
+
* Describes the message api.v1.GetDocPageVersionResponse.
|
|
77
|
+
* Use `create(GetDocPageVersionResponseSchema)` to create a new message.
|
|
78
|
+
*/
|
|
79
|
+
export const GetDocPageVersionResponseSchema = /*@__PURE__*/
|
|
80
|
+
messageDesc(file_api_v1_doc_page_version, 8);
|
|
81
|
+
|
|
82
|
+
/**
|
|
83
|
+
* Service definition
|
|
84
|
+
*
|
|
85
|
+
* @generated from service api.v1.DocPageVersionService
|
|
86
|
+
*/
|
|
87
|
+
export const DocPageVersionService = /*@__PURE__*/
|
|
88
|
+
serviceDesc(file_api_v1_doc_page_version, 0);
|
|
89
|
+
|