@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,373 @@
|
|
|
1
|
+
// @generated by protoc-gen-es v2.2.3
|
|
2
|
+
// @generated from file api/v1/reporting.proto (package api.v1, syntax proto3)
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
|
|
5
|
+
import { fileDesc, messageDesc, serviceDesc } from "@bufbuild/protobuf/codegenv1";
|
|
6
|
+
import { file_google_protobuf_timestamp } 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_models } from "./models_pb";
|
|
11
|
+
|
|
12
|
+
/**
|
|
13
|
+
* Describes the file api/v1/reporting.proto.
|
|
14
|
+
*/
|
|
15
|
+
export const file_api_v1_reporting = /*@__PURE__*/
|
|
16
|
+
fileDesc("ChZhcGkvdjEvcmVwb3J0aW5nLnByb3RvEgZhcGkudjEiPAoYR2V0Q3VtdWxhdGl2ZUZsb3dSZXF1ZXN0EhIKCnByb2plY3RfaWQYASABKA0SDAoEZGF5cxgCIAEoBSJKChlHZXRDdW11bGF0aXZlRmxvd1Jlc3BvbnNlEi0KBGRhdGEYASADKAsyHy5hcGkudjEuQ3VtdWxhdGl2ZUZsb3dEYXRhUG9pbnQipgEKF0N1bXVsYXRpdmVGbG93RGF0YVBvaW50EgwKBGRhdGUYASABKAkSSAoNc3RhdHVzX2NvdW50cxgCIAMoCzIxLmFwaS52MS5DdW11bGF0aXZlRmxvd0RhdGFQb2ludC5TdGF0dXNDb3VudHNFbnRyeRozChFTdGF0dXNDb3VudHNFbnRyeRILCgNrZXkYASABKAkSDQoFdmFsdWUYAiABKAU6AjgBIj8KG0dldENyZWF0ZWRWc1Jlc29sdmVkUmVxdWVzdBISCgpwcm9qZWN0X2lkGAEgASgNEgwKBGRheXMYAiABKAUiUAocR2V0Q3JlYXRlZFZzUmVzb2x2ZWRSZXNwb25zZRIwCgRkYXRhGAEgAygLMiIuYXBpLnYxLkNyZWF0ZWRWc1Jlc29sdmVkRGF0YVBvaW50Ik0KGkNyZWF0ZWRWc1Jlc29sdmVkRGF0YVBvaW50EgwKBGRhdGUYASABKAkSDwoHY3JlYXRlZBgCIAEoBRIQCghyZXNvbHZlZBgDIAEoBSJRChpHZXRUYXNrRGlzdHJpYnV0aW9uUmVxdWVzdBISCgpwcm9qZWN0X2lkGAEgASgNEhEKCWRpbWVuc2lvbhgCIAEoCRIMCgRkYXlzGAMgASgFIkoKG0dldFRhc2tEaXN0cmlidXRpb25SZXNwb25zZRIrCgRkYXRhGAEgAygLMh0uYXBpLnYxLkRpc3RyaWJ1dGlvbkRhdGFQb2ludCJDChVEaXN0cmlidXRpb25EYXRhUG9pbnQSDAoEbmFtZRgBIAEoCRINCgV2YWx1ZRgCIAEoBRINCgVjb2xvchgDIAEoCSI8ChhHZXRSZXNvbHV0aW9uVGltZVJlcXVlc3QSEgoKcHJvamVjdF9pZBgBIAEoDRIMCgRkYXlzGAIgASgFIqMBChlHZXRSZXNvbHV0aW9uVGltZVJlc3BvbnNlEhQKDGF2ZXJhZ2VfZGF5cxgBIAEoARItCgRkYXRhGAIgAygLMh8uYXBpLnYxLlJlc29sdXRpb25UaW1lRGF0YVBvaW50EhMKC3RvdGFsX3Rhc2tzGAMgASgDEhYKDnRvdGFsX3Jlc29sdmVkGAQgASgDEhQKDHRvdGFsX2N5Y2xlcxgFIAEoAyI9ChdSZXNvbHV0aW9uVGltZURhdGFQb2ludBIMCgRkYXRlGAEgASgJEhQKDGF2ZXJhZ2VfZGF5cxgCIAEoASI6ChZHZXRUaW1lVHJhY2tpbmdSZXF1ZXN0EhIKCnByb2plY3RfaWQYASABKA0SDAoEZGF5cxgCIAEoBSJ1ChdHZXRUaW1lVHJhY2tpbmdSZXNwb25zZRIrCgRkYXRhGAEgAygLMh0uYXBpLnYxLlRpbWVUcmFja2luZ0RhdGFQb2ludBIXCg90b3RhbF9lc3RpbWF0ZWQYAiABKAESFAoMdG90YWxfYWN0dWFsGAMgASgBImoKFVRpbWVUcmFja2luZ0RhdGFQb2ludBIPCgd1c2VyX2lkGAEgASgNEhEKCXVzZXJfbmFtZRgCIAEoCRIXCg9lc3RpbWF0ZWRfaG91cnMYAyABKAESFAoMYWN0dWFsX2hvdXJzGAQgASgBIlMKEkdldEJ1cm5kb3duUmVxdWVzdBISCgpwcm9qZWN0X2lkGAEgASgNEhkKCGN5Y2xlX2lkGAIgASgNQgf6QgQqAigBEg4KBm1ldHJpYxgDIAEoCSJmChNHZXRCdXJuZG93blJlc3BvbnNlEicKBGRhdGEYASADKAsyGS5hcGkudjEuQnVybmRvd25EYXRhUG9pbnQSEwoLdG90YWxfc2NvcGUYAiABKAUSEQoJY29tcGxldGVkGAMgASgFIlQKEUJ1cm5kb3duRGF0YVBvaW50EgwKBGRhdGUYASABKAkSFwoPaWRlYWxfcmVtYWluaW5nGAIgASgBEhgKEGFjdHVhbF9yZW1haW5pbmcYAyABKAEiRwoSR2V0VmVsb2NpdHlSZXF1ZXN0EhIKCnByb2plY3RfaWQYASABKA0SDgoGbWV0cmljGAIgASgJEg0KBWxpbWl0GAMgASgFIlgKE0dldFZlbG9jaXR5UmVzcG9uc2USJwoEZGF0YRgBIAMoCzIZLmFwaS52MS5WZWxvY2l0eURhdGFQb2ludBIYChBhdmVyYWdlX3ZlbG9jaXR5GAIgASgBIk0KEVZlbG9jaXR5RGF0YVBvaW50EhIKCmN5Y2xlX25hbWUYASABKAkSEQoJY29tcGxldGVkGAIgASgBEhEKCWNvbW1pdHRlZBgDIAEoASKNAgoLUmVwb3J0UHJvdG8SCgoCaWQYASABKA0SDAoEdXVpZBgCIAEoCRIMCgRuYW1lGAMgASgJEhgKC2Rlc2NyaXB0aW9uGAQgASgJSACIAQESEQoJaXNfc2hhcmVkGAUgASgIEhIKCmNyZWF0b3JfaWQYBiABKA0SHQoHY3JlYXRvchgHIAEoCzIMLmFwaS52MS5Vc2VyEhIKCnByb2plY3RfaWQYCCABKA0SKgoHd2lkZ2V0cxgJIAMoCzIZLmFwaS52MS5SZXBvcnRXaWRnZXRQcm90bxISCgpjcmVhdGVkX2F0GAogASgJEhIKCnVwZGF0ZWRfYXQYCyABKAlCDgoMX2Rlc2NyaXB0aW9uIqMCChFSZXBvcnRXaWRnZXRQcm90bxIKCgJpZBgBIAEoDRIMCgR1dWlkGAIgASgJEhEKCXJlcG9ydF9pZBgDIAEoDRITCgt3aWRnZXRfdHlwZRgEIAEoCRISCgV0aXRsZRgFIAEoCUgAiAEBEhgKC2NvbmZpZ19qc29uGAYgASgJSAGIAQESEgoKcG9zaXRpb25feBgHIAEoBRISCgpwb3NpdGlvbl95GAggASgFEg0KBXdpZHRoGAkgASgFEg4KBmhlaWdodBgKIAEoBRIVCg1kaXNwbGF5X29yZGVyGAsgASgFEhIKCmNyZWF0ZWRfYXQYDCABKAkSEgoKdXBkYXRlZF9hdBgNIAEoCUIICgZfdGl0bGVCDgoMX2NvbmZpZ19qc29uIm0KE0NyZWF0ZVJlcG9ydFJlcXVlc3QSEgoKcHJvamVjdF9pZBgBIAEoDRIYCgRuYW1lGAIgASgJQgr6QgdyBRABGP8BEhgKC2Rlc2NyaXB0aW9uGAMgASgJSACIAQFCDgoMX2Rlc2NyaXB0aW9uIjsKFENyZWF0ZVJlcG9ydFJlc3BvbnNlEiMKBnJlcG9ydBgBIAEoCzITLmFwaS52MS5SZXBvcnRQcm90byInChBHZXRSZXBvcnRSZXF1ZXN0EhMKAmlkGAEgASgNQgf6QgQqAigBIjgKEUdldFJlcG9ydFJlc3BvbnNlEiMKBnJlcG9ydBgBIAEoCzITLmFwaS52MS5SZXBvcnRQcm90byIwChFHZXRSZXBvcnRzUmVxdWVzdBIbCgpwcm9qZWN0X2lkGAEgASgNQgf6QgQqAigBIjoKEkdldFJlcG9ydHNSZXNwb25zZRIkCgdyZXBvcnRzGAEgAygLMhMuYXBpLnYxLlJlcG9ydFByb3RvIoEBChNVcGRhdGVSZXBvcnRSZXF1ZXN0EhMKAmlkGAEgASgNQgf6QgQqAigBEhgKBG5hbWUYAiABKAlCCvpCB3IFEAEY/wESGAoLZGVzY3JpcHRpb24YAyABKAlIAIgBARIRCglpc19zaGFyZWQYBCABKAhCDgoMX2Rlc2NyaXB0aW9uIjsKFFVwZGF0ZVJlcG9ydFJlc3BvbnNlEiMKBnJlcG9ydBgBIAEoCzITLmFwaS52MS5SZXBvcnRQcm90byIqChNEZWxldGVSZXBvcnRSZXF1ZXN0EhMKAmlkGAEgASgNQgf6QgQqAigBIhYKFERlbGV0ZVJlcG9ydFJlc3BvbnNlIi0KFkR1cGxpY2F0ZVJlcG9ydFJlcXVlc3QSEwoCaWQYASABKA1CB/pCBCoCKAEiPgoXRHVwbGljYXRlUmVwb3J0UmVzcG9uc2USIwoGcmVwb3J0GAEgASgLMhMuYXBpLnYxLlJlcG9ydFByb3RvIuEBChZBZGRSZXBvcnRXaWRnZXRSZXF1ZXN0EhoKCXJlcG9ydF9pZBgBIAEoDUIH+kIEKgIoARIcCgt3aWRnZXRfdHlwZRgCIAEoCUIH+kIEcgIQARISCgV0aXRsZRgDIAEoCUgAiAEBEhgKC2NvbmZpZ19qc29uGAQgASgJSAGIAQESEgoKcG9zaXRpb25feBgFIAEoBRISCgpwb3NpdGlvbl95GAYgASgFEg0KBXdpZHRoGAcgASgFEg4KBmhlaWdodBgIIAEoBUIICgZfdGl0bGVCDgoMX2NvbmZpZ19qc29uIkQKF0FkZFJlcG9ydFdpZGdldFJlc3BvbnNlEikKBndpZGdldBgBIAEoCzIZLmFwaS52MS5SZXBvcnRXaWRnZXRQcm90byK/AQoZVXBkYXRlUmVwb3J0V2lkZ2V0UmVxdWVzdBITCgJpZBgBIAEoDUIH+kIEKgIoARISCgV0aXRsZRgCIAEoCUgAiAEBEhgKC2NvbmZpZ19qc29uGAMgASgJSAGIAQESEgoKcG9zaXRpb25feBgEIAEoBRISCgpwb3NpdGlvbl95GAUgASgFEg0KBXdpZHRoGAYgASgFEg4KBmhlaWdodBgHIAEoBUIICgZfdGl0bGVCDgoMX2NvbmZpZ19qc29uIkcKGlVwZGF0ZVJlcG9ydFdpZGdldFJlc3BvbnNlEikKBndpZGdldBgBIAEoCzIZLmFwaS52MS5SZXBvcnRXaWRnZXRQcm90byIwChlSZW1vdmVSZXBvcnRXaWRnZXRSZXF1ZXN0EhMKAmlkGAEgASgNQgf6QgQqAigBIhwKGlJlbW92ZVJlcG9ydFdpZGdldFJlc3BvbnNlImoKDldpZGdldFBvc2l0aW9uEhEKCXdpZGdldF9pZBgBIAEoDRISCgpwb3NpdGlvbl94GAIgASgFEhIKCnBvc2l0aW9uX3kYAyABKAUSDQoFd2lkdGgYBCABKAUSDgoGaGVpZ2h0GAUgASgFImQKG1Jlb3JkZXJSZXBvcnRXaWRnZXRzUmVxdWVzdBIaCglyZXBvcnRfaWQYASABKA1CB/pCBCoCKAESKQoJcG9zaXRpb25zGAIgAygLMhYuYXBpLnYxLldpZGdldFBvc2l0aW9uIh4KHFJlb3JkZXJSZXBvcnRXaWRnZXRzUmVzcG9uc2UiNAoWRXhwb3J0UmVwb3J0Q1NWUmVxdWVzdBIaCgl3aWRnZXRfaWQYASABKA1CB/pCBCoCKAEiPQoXRXhwb3J0UmVwb3J0Q1NWUmVzcG9uc2USEAoIY3N2X2RhdGEYASABKAwSEAoIZmlsZW5hbWUYAiABKAkiuAEKGUdldEN1c3RvbUNoYXJ0RGF0YVJlcXVlc3QSEgoKcHJvamVjdF9pZBgBIAEoDRIRCglkaW1lbnNpb24YAiABKAkSDgoGbWV0cmljGAMgASgJEhUKDXByZXNldF9tZXRyaWMYBCABKAkSEgoKY2hhcnRfdHlwZRgFIAEoCRIrCgdmaWx0ZXJzGAYgASgLMhouYXBpLnYxLkN1c3RvbUNoYXJ0RmlsdGVycxIMCgRkYXlzGAcgASgFInQKEkN1c3RvbUNoYXJ0RmlsdGVycxIUCgxhc3NpZ25lZV9pZHMYASADKA0SDgoGbGFiZWxzGAIgAygJEhIKCnRhc2tfdHlwZXMYAyADKAkSEgoKcHJpb3JpdGllcxgEIAMoCRIQCghjeWNsZV9pZBgFIAEoDSJoChpHZXRDdXN0b21DaGFydERhdGFSZXNwb25zZRIqCgRkYXRhGAEgAygLMhwuYXBpLnYxLkN1c3RvbUNoYXJ0RGF0YVBvaW50Eg0KBXRvdGFsGAIgASgBEg8KB2F2ZXJhZ2UYAyABKAEiqwEKFEN1c3RvbUNoYXJ0RGF0YVBvaW50EhcKD2RpbWVuc2lvbl92YWx1ZRgBIAEoCRIUCgxtZXRyaWNfdmFsdWUYAiABKAESNgoFZXh0cmEYAyADKAsyJy5hcGkudjEuQ3VzdG9tQ2hhcnREYXRhUG9pbnQuRXh0cmFFbnRyeRosCgpFeHRyYUVudHJ5EgsKA2tleRgBIAEoCRINCgV2YWx1ZRgCIAEoAToCOAEyxhQKEFJlcG9ydGluZ1NlcnZpY2USlwEKEUdldEN1bXVsYXRpdmVGbG93EiAuYXBpLnYxLkdldEN1bXVsYXRpdmVGbG93UmVxdWVzdBohLmFwaS52MS5HZXRDdW11bGF0aXZlRmxvd1Jlc3BvbnNlIj2C0+STAjcSNS9hcGkvdjEvcHJvamVjdHMve3Byb2plY3RfaWR9L3JlcG9ydHMvY3VtdWxhdGl2ZS1mbG93EqQBChRHZXRDcmVhdGVkVnNSZXNvbHZlZBIjLmFwaS52MS5HZXRDcmVhdGVkVnNSZXNvbHZlZFJlcXVlc3QaJC5hcGkudjEuR2V0Q3JlYXRlZFZzUmVzb2x2ZWRSZXNwb25zZSJBgtPkkwI7EjkvYXBpL3YxL3Byb2plY3RzL3twcm9qZWN0X2lkfS9yZXBvcnRzL2NyZWF0ZWQtdnMtcmVzb2x2ZWQSmgEKE0dldFRhc2tEaXN0cmlidXRpb24SIi5hcGkudjEuR2V0VGFza0Rpc3RyaWJ1dGlvblJlcXVlc3QaIy5hcGkudjEuR2V0VGFza0Rpc3RyaWJ1dGlvblJlc3BvbnNlIjqC0+STAjQSMi9hcGkvdjEvcHJvamVjdHMve3Byb2plY3RfaWR9L3JlcG9ydHMvZGlzdHJpYnV0aW9uEpcBChFHZXRSZXNvbHV0aW9uVGltZRIgLmFwaS52MS5HZXRSZXNvbHV0aW9uVGltZVJlcXVlc3QaIS5hcGkudjEuR2V0UmVzb2x1dGlvblRpbWVSZXNwb25zZSI9gtPkkwI3EjUvYXBpL3YxL3Byb2plY3RzL3twcm9qZWN0X2lkfS9yZXBvcnRzL3Jlc29sdXRpb24tdGltZRKPAQoPR2V0VGltZVRyYWNraW5nEh4uYXBpLnYxLkdldFRpbWVUcmFja2luZ1JlcXVlc3QaHy5hcGkudjEuR2V0VGltZVRyYWNraW5nUmVzcG9uc2UiO4LT5JMCNRIzL2FwaS92MS9wcm9qZWN0cy97cHJvamVjdF9pZH0vcmVwb3J0cy90aW1lLXRyYWNraW5nEn4KC0dldEJ1cm5kb3duEhouYXBpLnYxLkdldEJ1cm5kb3duUmVxdWVzdBobLmFwaS52MS5HZXRCdXJuZG93blJlc3BvbnNlIjaC0+STAjASLi9hcGkvdjEvcHJvamVjdHMve3Byb2plY3RfaWR9L3JlcG9ydHMvYnVybmRvd24SfgoLR2V0VmVsb2NpdHkSGi5hcGkudjEuR2V0VmVsb2NpdHlSZXF1ZXN0GhsuYXBpLnYxLkdldFZlbG9jaXR5UmVzcG9uc2UiNoLT5JMCMBIuL2FwaS92MS9wcm9qZWN0cy97cHJvamVjdF9pZH0vcmVwb3J0cy92ZWxvY2l0eRKBAQoMQ3JlYXRlUmVwb3J0EhsuYXBpLnYxLkNyZWF0ZVJlcG9ydFJlcXVlc3QaHC5hcGkudjEuQ3JlYXRlUmVwb3J0UmVzcG9uc2UiNoLT5JMCMDoBKiIrL2FwaS92MS9wcm9qZWN0cy97cHJvamVjdF9pZH0vc2F2ZWQtcmVwb3J0cxJkCglHZXRSZXBvcnQSGC5hcGkudjEuR2V0UmVwb3J0UmVxdWVzdBoZLmFwaS52MS5HZXRSZXBvcnRSZXNwb25zZSIigtPkkwIcEhovYXBpL3YxL3NhdmVkLXJlcG9ydHMve2lkfRJ4CgpHZXRSZXBvcnRzEhkuYXBpLnYxLkdldFJlcG9ydHNSZXF1ZXN0GhouYXBpLnYxLkdldFJlcG9ydHNSZXNwb25zZSIzgtPkkwItEisvYXBpL3YxL3Byb2plY3RzL3twcm9qZWN0X2lkfS9zYXZlZC1yZXBvcnRzEnAKDFVwZGF0ZVJlcG9ydBIbLmFwaS52MS5VcGRhdGVSZXBvcnRSZXF1ZXN0GhwuYXBpLnYxLlVwZGF0ZVJlcG9ydFJlc3BvbnNlIiWC0+STAh86ASoaGi9hcGkvdjEvc2F2ZWQtcmVwb3J0cy97aWR9Em0KDERlbGV0ZVJlcG9ydBIbLmFwaS52MS5EZWxldGVSZXBvcnRSZXF1ZXN0GhwuYXBpLnYxLkRlbGV0ZVJlcG9ydFJlc3BvbnNlIiKC0+STAhwqGi9hcGkvdjEvc2F2ZWQtcmVwb3J0cy97aWR9EoMBCg9EdXBsaWNhdGVSZXBvcnQSHi5hcGkudjEuRHVwbGljYXRlUmVwb3J0UmVxdWVzdBofLmFwaS52MS5EdXBsaWNhdGVSZXBvcnRSZXNwb25zZSIvgtPkkwIpOgEqIiQvYXBpL3YxL3NhdmVkLXJlcG9ydHMve2lkfS9kdXBsaWNhdGUSiAEKD0FkZFJlcG9ydFdpZGdldBIeLmFwaS52MS5BZGRSZXBvcnRXaWRnZXRSZXF1ZXN0Gh8uYXBpLnYxLkFkZFJlcG9ydFdpZGdldFJlc3BvbnNlIjSC0+STAi46ASoiKS9hcGkvdjEvc2F2ZWQtcmVwb3J0cy97cmVwb3J0X2lkfS93aWRnZXRzEoMBChJVcGRhdGVSZXBvcnRXaWRnZXQSIS5hcGkudjEuVXBkYXRlUmVwb3J0V2lkZ2V0UmVxdWVzdBoiLmFwaS52MS5VcGRhdGVSZXBvcnRXaWRnZXRSZXNwb25zZSImgtPkkwIgOgEqGhsvYXBpL3YxL3JlcG9ydC13aWRnZXRzL3tpZH0SgAEKElJlbW92ZVJlcG9ydFdpZGdldBIhLmFwaS52MS5SZW1vdmVSZXBvcnRXaWRnZXRSZXF1ZXN0GiIuYXBpLnYxLlJlbW92ZVJlcG9ydFdpZGdldFJlc3BvbnNlIiOC0+STAh0qGy9hcGkvdjEvcmVwb3J0LXdpZGdldHMve2lkfRKfAQoUUmVvcmRlclJlcG9ydFdpZGdldHMSIy5hcGkudjEuUmVvcmRlclJlcG9ydFdpZGdldHNSZXF1ZXN0GiQuYXBpLnYxLlJlb3JkZXJSZXBvcnRXaWRnZXRzUmVzcG9uc2UiPILT5JMCNjoBKhoxL2FwaS92MS9zYXZlZC1yZXBvcnRzL3tyZXBvcnRfaWR9L3dpZGdldHMvcmVvcmRlchKJAQoPRXhwb3J0UmVwb3J0Q1NWEh4uYXBpLnYxLkV4cG9ydFJlcG9ydENTVlJlcXVlc3QaHy5hcGkudjEuRXhwb3J0UmVwb3J0Q1NWUmVzcG9uc2UiNYLT5JMCLxItL2FwaS92MS9yZXBvcnQtd2lkZ2V0cy97d2lkZ2V0X2lkfS9leHBvcnQtY3N2EpoBChJHZXRDdXN0b21DaGFydERhdGESIS5hcGkudjEuR2V0Q3VzdG9tQ2hhcnREYXRhUmVxdWVzdBoiLmFwaS52MS5HZXRDdXN0b21DaGFydERhdGFSZXNwb25zZSI9gtPkkwI3OgEqIjIvYXBpL3YxL3Byb2plY3RzL3twcm9qZWN0X2lkfS9yZXBvcnRzL2N1c3RvbS1jaGFydEJzCgpjb20uYXBpLnYxQg5SZXBvcnRpbmdQcm90b1ABWhxvcHNlZS9iYWNrZW5kL2dlbi9hcGkvdjE7Z2VuogIDQVhYqgIGQXBpLlYxygIGQXBpXFYx4gISQXBpXFYxXEdQQk1ldGFkYXRh6gIHQXBpOjpWMWIGcHJvdG8z", [file_google_protobuf_timestamp, file_google_api_annotations, file_validate_validate, file_api_v1_pagination, file_api_v1_models]);
|
|
17
|
+
|
|
18
|
+
/**
|
|
19
|
+
* Describes the message api.v1.GetCumulativeFlowRequest.
|
|
20
|
+
* Use `create(GetCumulativeFlowRequestSchema)` to create a new message.
|
|
21
|
+
*/
|
|
22
|
+
export const GetCumulativeFlowRequestSchema = /*@__PURE__*/
|
|
23
|
+
messageDesc(file_api_v1_reporting, 0);
|
|
24
|
+
|
|
25
|
+
/**
|
|
26
|
+
* Describes the message api.v1.GetCumulativeFlowResponse.
|
|
27
|
+
* Use `create(GetCumulativeFlowResponseSchema)` to create a new message.
|
|
28
|
+
*/
|
|
29
|
+
export const GetCumulativeFlowResponseSchema = /*@__PURE__*/
|
|
30
|
+
messageDesc(file_api_v1_reporting, 1);
|
|
31
|
+
|
|
32
|
+
/**
|
|
33
|
+
* Describes the message api.v1.CumulativeFlowDataPoint.
|
|
34
|
+
* Use `create(CumulativeFlowDataPointSchema)` to create a new message.
|
|
35
|
+
*/
|
|
36
|
+
export const CumulativeFlowDataPointSchema = /*@__PURE__*/
|
|
37
|
+
messageDesc(file_api_v1_reporting, 2);
|
|
38
|
+
|
|
39
|
+
/**
|
|
40
|
+
* Describes the message api.v1.GetCreatedVsResolvedRequest.
|
|
41
|
+
* Use `create(GetCreatedVsResolvedRequestSchema)` to create a new message.
|
|
42
|
+
*/
|
|
43
|
+
export const GetCreatedVsResolvedRequestSchema = /*@__PURE__*/
|
|
44
|
+
messageDesc(file_api_v1_reporting, 3);
|
|
45
|
+
|
|
46
|
+
/**
|
|
47
|
+
* Describes the message api.v1.GetCreatedVsResolvedResponse.
|
|
48
|
+
* Use `create(GetCreatedVsResolvedResponseSchema)` to create a new message.
|
|
49
|
+
*/
|
|
50
|
+
export const GetCreatedVsResolvedResponseSchema = /*@__PURE__*/
|
|
51
|
+
messageDesc(file_api_v1_reporting, 4);
|
|
52
|
+
|
|
53
|
+
/**
|
|
54
|
+
* Describes the message api.v1.CreatedVsResolvedDataPoint.
|
|
55
|
+
* Use `create(CreatedVsResolvedDataPointSchema)` to create a new message.
|
|
56
|
+
*/
|
|
57
|
+
export const CreatedVsResolvedDataPointSchema = /*@__PURE__*/
|
|
58
|
+
messageDesc(file_api_v1_reporting, 5);
|
|
59
|
+
|
|
60
|
+
/**
|
|
61
|
+
* Describes the message api.v1.GetTaskDistributionRequest.
|
|
62
|
+
* Use `create(GetTaskDistributionRequestSchema)` to create a new message.
|
|
63
|
+
*/
|
|
64
|
+
export const GetTaskDistributionRequestSchema = /*@__PURE__*/
|
|
65
|
+
messageDesc(file_api_v1_reporting, 6);
|
|
66
|
+
|
|
67
|
+
/**
|
|
68
|
+
* Describes the message api.v1.GetTaskDistributionResponse.
|
|
69
|
+
* Use `create(GetTaskDistributionResponseSchema)` to create a new message.
|
|
70
|
+
*/
|
|
71
|
+
export const GetTaskDistributionResponseSchema = /*@__PURE__*/
|
|
72
|
+
messageDesc(file_api_v1_reporting, 7);
|
|
73
|
+
|
|
74
|
+
/**
|
|
75
|
+
* Describes the message api.v1.DistributionDataPoint.
|
|
76
|
+
* Use `create(DistributionDataPointSchema)` to create a new message.
|
|
77
|
+
*/
|
|
78
|
+
export const DistributionDataPointSchema = /*@__PURE__*/
|
|
79
|
+
messageDesc(file_api_v1_reporting, 8);
|
|
80
|
+
|
|
81
|
+
/**
|
|
82
|
+
* Describes the message api.v1.GetResolutionTimeRequest.
|
|
83
|
+
* Use `create(GetResolutionTimeRequestSchema)` to create a new message.
|
|
84
|
+
*/
|
|
85
|
+
export const GetResolutionTimeRequestSchema = /*@__PURE__*/
|
|
86
|
+
messageDesc(file_api_v1_reporting, 9);
|
|
87
|
+
|
|
88
|
+
/**
|
|
89
|
+
* Describes the message api.v1.GetResolutionTimeResponse.
|
|
90
|
+
* Use `create(GetResolutionTimeResponseSchema)` to create a new message.
|
|
91
|
+
*/
|
|
92
|
+
export const GetResolutionTimeResponseSchema = /*@__PURE__*/
|
|
93
|
+
messageDesc(file_api_v1_reporting, 10);
|
|
94
|
+
|
|
95
|
+
/**
|
|
96
|
+
* Describes the message api.v1.ResolutionTimeDataPoint.
|
|
97
|
+
* Use `create(ResolutionTimeDataPointSchema)` to create a new message.
|
|
98
|
+
*/
|
|
99
|
+
export const ResolutionTimeDataPointSchema = /*@__PURE__*/
|
|
100
|
+
messageDesc(file_api_v1_reporting, 11);
|
|
101
|
+
|
|
102
|
+
/**
|
|
103
|
+
* Describes the message api.v1.GetTimeTrackingRequest.
|
|
104
|
+
* Use `create(GetTimeTrackingRequestSchema)` to create a new message.
|
|
105
|
+
*/
|
|
106
|
+
export const GetTimeTrackingRequestSchema = /*@__PURE__*/
|
|
107
|
+
messageDesc(file_api_v1_reporting, 12);
|
|
108
|
+
|
|
109
|
+
/**
|
|
110
|
+
* Describes the message api.v1.GetTimeTrackingResponse.
|
|
111
|
+
* Use `create(GetTimeTrackingResponseSchema)` to create a new message.
|
|
112
|
+
*/
|
|
113
|
+
export const GetTimeTrackingResponseSchema = /*@__PURE__*/
|
|
114
|
+
messageDesc(file_api_v1_reporting, 13);
|
|
115
|
+
|
|
116
|
+
/**
|
|
117
|
+
* Describes the message api.v1.TimeTrackingDataPoint.
|
|
118
|
+
* Use `create(TimeTrackingDataPointSchema)` to create a new message.
|
|
119
|
+
*/
|
|
120
|
+
export const TimeTrackingDataPointSchema = /*@__PURE__*/
|
|
121
|
+
messageDesc(file_api_v1_reporting, 14);
|
|
122
|
+
|
|
123
|
+
/**
|
|
124
|
+
* Describes the message api.v1.GetBurndownRequest.
|
|
125
|
+
* Use `create(GetBurndownRequestSchema)` to create a new message.
|
|
126
|
+
*/
|
|
127
|
+
export const GetBurndownRequestSchema = /*@__PURE__*/
|
|
128
|
+
messageDesc(file_api_v1_reporting, 15);
|
|
129
|
+
|
|
130
|
+
/**
|
|
131
|
+
* Describes the message api.v1.GetBurndownResponse.
|
|
132
|
+
* Use `create(GetBurndownResponseSchema)` to create a new message.
|
|
133
|
+
*/
|
|
134
|
+
export const GetBurndownResponseSchema = /*@__PURE__*/
|
|
135
|
+
messageDesc(file_api_v1_reporting, 16);
|
|
136
|
+
|
|
137
|
+
/**
|
|
138
|
+
* Describes the message api.v1.BurndownDataPoint.
|
|
139
|
+
* Use `create(BurndownDataPointSchema)` to create a new message.
|
|
140
|
+
*/
|
|
141
|
+
export const BurndownDataPointSchema = /*@__PURE__*/
|
|
142
|
+
messageDesc(file_api_v1_reporting, 17);
|
|
143
|
+
|
|
144
|
+
/**
|
|
145
|
+
* Describes the message api.v1.GetVelocityRequest.
|
|
146
|
+
* Use `create(GetVelocityRequestSchema)` to create a new message.
|
|
147
|
+
*/
|
|
148
|
+
export const GetVelocityRequestSchema = /*@__PURE__*/
|
|
149
|
+
messageDesc(file_api_v1_reporting, 18);
|
|
150
|
+
|
|
151
|
+
/**
|
|
152
|
+
* Describes the message api.v1.GetVelocityResponse.
|
|
153
|
+
* Use `create(GetVelocityResponseSchema)` to create a new message.
|
|
154
|
+
*/
|
|
155
|
+
export const GetVelocityResponseSchema = /*@__PURE__*/
|
|
156
|
+
messageDesc(file_api_v1_reporting, 19);
|
|
157
|
+
|
|
158
|
+
/**
|
|
159
|
+
* Describes the message api.v1.VelocityDataPoint.
|
|
160
|
+
* Use `create(VelocityDataPointSchema)` to create a new message.
|
|
161
|
+
*/
|
|
162
|
+
export const VelocityDataPointSchema = /*@__PURE__*/
|
|
163
|
+
messageDesc(file_api_v1_reporting, 20);
|
|
164
|
+
|
|
165
|
+
/**
|
|
166
|
+
* Describes the message api.v1.ReportProto.
|
|
167
|
+
* Use `create(ReportProtoSchema)` to create a new message.
|
|
168
|
+
*/
|
|
169
|
+
export const ReportProtoSchema = /*@__PURE__*/
|
|
170
|
+
messageDesc(file_api_v1_reporting, 21);
|
|
171
|
+
|
|
172
|
+
/**
|
|
173
|
+
* Describes the message api.v1.ReportWidgetProto.
|
|
174
|
+
* Use `create(ReportWidgetProtoSchema)` to create a new message.
|
|
175
|
+
*/
|
|
176
|
+
export const ReportWidgetProtoSchema = /*@__PURE__*/
|
|
177
|
+
messageDesc(file_api_v1_reporting, 22);
|
|
178
|
+
|
|
179
|
+
/**
|
|
180
|
+
* Describes the message api.v1.CreateReportRequest.
|
|
181
|
+
* Use `create(CreateReportRequestSchema)` to create a new message.
|
|
182
|
+
*/
|
|
183
|
+
export const CreateReportRequestSchema = /*@__PURE__*/
|
|
184
|
+
messageDesc(file_api_v1_reporting, 23);
|
|
185
|
+
|
|
186
|
+
/**
|
|
187
|
+
* Describes the message api.v1.CreateReportResponse.
|
|
188
|
+
* Use `create(CreateReportResponseSchema)` to create a new message.
|
|
189
|
+
*/
|
|
190
|
+
export const CreateReportResponseSchema = /*@__PURE__*/
|
|
191
|
+
messageDesc(file_api_v1_reporting, 24);
|
|
192
|
+
|
|
193
|
+
/**
|
|
194
|
+
* Describes the message api.v1.GetReportRequest.
|
|
195
|
+
* Use `create(GetReportRequestSchema)` to create a new message.
|
|
196
|
+
*/
|
|
197
|
+
export const GetReportRequestSchema = /*@__PURE__*/
|
|
198
|
+
messageDesc(file_api_v1_reporting, 25);
|
|
199
|
+
|
|
200
|
+
/**
|
|
201
|
+
* Describes the message api.v1.GetReportResponse.
|
|
202
|
+
* Use `create(GetReportResponseSchema)` to create a new message.
|
|
203
|
+
*/
|
|
204
|
+
export const GetReportResponseSchema = /*@__PURE__*/
|
|
205
|
+
messageDesc(file_api_v1_reporting, 26);
|
|
206
|
+
|
|
207
|
+
/**
|
|
208
|
+
* Describes the message api.v1.GetReportsRequest.
|
|
209
|
+
* Use `create(GetReportsRequestSchema)` to create a new message.
|
|
210
|
+
*/
|
|
211
|
+
export const GetReportsRequestSchema = /*@__PURE__*/
|
|
212
|
+
messageDesc(file_api_v1_reporting, 27);
|
|
213
|
+
|
|
214
|
+
/**
|
|
215
|
+
* Describes the message api.v1.GetReportsResponse.
|
|
216
|
+
* Use `create(GetReportsResponseSchema)` to create a new message.
|
|
217
|
+
*/
|
|
218
|
+
export const GetReportsResponseSchema = /*@__PURE__*/
|
|
219
|
+
messageDesc(file_api_v1_reporting, 28);
|
|
220
|
+
|
|
221
|
+
/**
|
|
222
|
+
* Describes the message api.v1.UpdateReportRequest.
|
|
223
|
+
* Use `create(UpdateReportRequestSchema)` to create a new message.
|
|
224
|
+
*/
|
|
225
|
+
export const UpdateReportRequestSchema = /*@__PURE__*/
|
|
226
|
+
messageDesc(file_api_v1_reporting, 29);
|
|
227
|
+
|
|
228
|
+
/**
|
|
229
|
+
* Describes the message api.v1.UpdateReportResponse.
|
|
230
|
+
* Use `create(UpdateReportResponseSchema)` to create a new message.
|
|
231
|
+
*/
|
|
232
|
+
export const UpdateReportResponseSchema = /*@__PURE__*/
|
|
233
|
+
messageDesc(file_api_v1_reporting, 30);
|
|
234
|
+
|
|
235
|
+
/**
|
|
236
|
+
* Describes the message api.v1.DeleteReportRequest.
|
|
237
|
+
* Use `create(DeleteReportRequestSchema)` to create a new message.
|
|
238
|
+
*/
|
|
239
|
+
export const DeleteReportRequestSchema = /*@__PURE__*/
|
|
240
|
+
messageDesc(file_api_v1_reporting, 31);
|
|
241
|
+
|
|
242
|
+
/**
|
|
243
|
+
* Describes the message api.v1.DeleteReportResponse.
|
|
244
|
+
* Use `create(DeleteReportResponseSchema)` to create a new message.
|
|
245
|
+
*/
|
|
246
|
+
export const DeleteReportResponseSchema = /*@__PURE__*/
|
|
247
|
+
messageDesc(file_api_v1_reporting, 32);
|
|
248
|
+
|
|
249
|
+
/**
|
|
250
|
+
* Describes the message api.v1.DuplicateReportRequest.
|
|
251
|
+
* Use `create(DuplicateReportRequestSchema)` to create a new message.
|
|
252
|
+
*/
|
|
253
|
+
export const DuplicateReportRequestSchema = /*@__PURE__*/
|
|
254
|
+
messageDesc(file_api_v1_reporting, 33);
|
|
255
|
+
|
|
256
|
+
/**
|
|
257
|
+
* Describes the message api.v1.DuplicateReportResponse.
|
|
258
|
+
* Use `create(DuplicateReportResponseSchema)` to create a new message.
|
|
259
|
+
*/
|
|
260
|
+
export const DuplicateReportResponseSchema = /*@__PURE__*/
|
|
261
|
+
messageDesc(file_api_v1_reporting, 34);
|
|
262
|
+
|
|
263
|
+
/**
|
|
264
|
+
* Describes the message api.v1.AddReportWidgetRequest.
|
|
265
|
+
* Use `create(AddReportWidgetRequestSchema)` to create a new message.
|
|
266
|
+
*/
|
|
267
|
+
export const AddReportWidgetRequestSchema = /*@__PURE__*/
|
|
268
|
+
messageDesc(file_api_v1_reporting, 35);
|
|
269
|
+
|
|
270
|
+
/**
|
|
271
|
+
* Describes the message api.v1.AddReportWidgetResponse.
|
|
272
|
+
* Use `create(AddReportWidgetResponseSchema)` to create a new message.
|
|
273
|
+
*/
|
|
274
|
+
export const AddReportWidgetResponseSchema = /*@__PURE__*/
|
|
275
|
+
messageDesc(file_api_v1_reporting, 36);
|
|
276
|
+
|
|
277
|
+
/**
|
|
278
|
+
* Describes the message api.v1.UpdateReportWidgetRequest.
|
|
279
|
+
* Use `create(UpdateReportWidgetRequestSchema)` to create a new message.
|
|
280
|
+
*/
|
|
281
|
+
export const UpdateReportWidgetRequestSchema = /*@__PURE__*/
|
|
282
|
+
messageDesc(file_api_v1_reporting, 37);
|
|
283
|
+
|
|
284
|
+
/**
|
|
285
|
+
* Describes the message api.v1.UpdateReportWidgetResponse.
|
|
286
|
+
* Use `create(UpdateReportWidgetResponseSchema)` to create a new message.
|
|
287
|
+
*/
|
|
288
|
+
export const UpdateReportWidgetResponseSchema = /*@__PURE__*/
|
|
289
|
+
messageDesc(file_api_v1_reporting, 38);
|
|
290
|
+
|
|
291
|
+
/**
|
|
292
|
+
* Describes the message api.v1.RemoveReportWidgetRequest.
|
|
293
|
+
* Use `create(RemoveReportWidgetRequestSchema)` to create a new message.
|
|
294
|
+
*/
|
|
295
|
+
export const RemoveReportWidgetRequestSchema = /*@__PURE__*/
|
|
296
|
+
messageDesc(file_api_v1_reporting, 39);
|
|
297
|
+
|
|
298
|
+
/**
|
|
299
|
+
* Describes the message api.v1.RemoveReportWidgetResponse.
|
|
300
|
+
* Use `create(RemoveReportWidgetResponseSchema)` to create a new message.
|
|
301
|
+
*/
|
|
302
|
+
export const RemoveReportWidgetResponseSchema = /*@__PURE__*/
|
|
303
|
+
messageDesc(file_api_v1_reporting, 40);
|
|
304
|
+
|
|
305
|
+
/**
|
|
306
|
+
* Describes the message api.v1.WidgetPosition.
|
|
307
|
+
* Use `create(WidgetPositionSchema)` to create a new message.
|
|
308
|
+
*/
|
|
309
|
+
export const WidgetPositionSchema = /*@__PURE__*/
|
|
310
|
+
messageDesc(file_api_v1_reporting, 41);
|
|
311
|
+
|
|
312
|
+
/**
|
|
313
|
+
* Describes the message api.v1.ReorderReportWidgetsRequest.
|
|
314
|
+
* Use `create(ReorderReportWidgetsRequestSchema)` to create a new message.
|
|
315
|
+
*/
|
|
316
|
+
export const ReorderReportWidgetsRequestSchema = /*@__PURE__*/
|
|
317
|
+
messageDesc(file_api_v1_reporting, 42);
|
|
318
|
+
|
|
319
|
+
/**
|
|
320
|
+
* Describes the message api.v1.ReorderReportWidgetsResponse.
|
|
321
|
+
* Use `create(ReorderReportWidgetsResponseSchema)` to create a new message.
|
|
322
|
+
*/
|
|
323
|
+
export const ReorderReportWidgetsResponseSchema = /*@__PURE__*/
|
|
324
|
+
messageDesc(file_api_v1_reporting, 43);
|
|
325
|
+
|
|
326
|
+
/**
|
|
327
|
+
* Describes the message api.v1.ExportReportCSVRequest.
|
|
328
|
+
* Use `create(ExportReportCSVRequestSchema)` to create a new message.
|
|
329
|
+
*/
|
|
330
|
+
export const ExportReportCSVRequestSchema = /*@__PURE__*/
|
|
331
|
+
messageDesc(file_api_v1_reporting, 44);
|
|
332
|
+
|
|
333
|
+
/**
|
|
334
|
+
* Describes the message api.v1.ExportReportCSVResponse.
|
|
335
|
+
* Use `create(ExportReportCSVResponseSchema)` to create a new message.
|
|
336
|
+
*/
|
|
337
|
+
export const ExportReportCSVResponseSchema = /*@__PURE__*/
|
|
338
|
+
messageDesc(file_api_v1_reporting, 45);
|
|
339
|
+
|
|
340
|
+
/**
|
|
341
|
+
* Describes the message api.v1.GetCustomChartDataRequest.
|
|
342
|
+
* Use `create(GetCustomChartDataRequestSchema)` to create a new message.
|
|
343
|
+
*/
|
|
344
|
+
export const GetCustomChartDataRequestSchema = /*@__PURE__*/
|
|
345
|
+
messageDesc(file_api_v1_reporting, 46);
|
|
346
|
+
|
|
347
|
+
/**
|
|
348
|
+
* Describes the message api.v1.CustomChartFilters.
|
|
349
|
+
* Use `create(CustomChartFiltersSchema)` to create a new message.
|
|
350
|
+
*/
|
|
351
|
+
export const CustomChartFiltersSchema = /*@__PURE__*/
|
|
352
|
+
messageDesc(file_api_v1_reporting, 47);
|
|
353
|
+
|
|
354
|
+
/**
|
|
355
|
+
* Describes the message api.v1.GetCustomChartDataResponse.
|
|
356
|
+
* Use `create(GetCustomChartDataResponseSchema)` to create a new message.
|
|
357
|
+
*/
|
|
358
|
+
export const GetCustomChartDataResponseSchema = /*@__PURE__*/
|
|
359
|
+
messageDesc(file_api_v1_reporting, 48);
|
|
360
|
+
|
|
361
|
+
/**
|
|
362
|
+
* Describes the message api.v1.CustomChartDataPoint.
|
|
363
|
+
* Use `create(CustomChartDataPointSchema)` to create a new message.
|
|
364
|
+
*/
|
|
365
|
+
export const CustomChartDataPointSchema = /*@__PURE__*/
|
|
366
|
+
messageDesc(file_api_v1_reporting, 49);
|
|
367
|
+
|
|
368
|
+
/**
|
|
369
|
+
* @generated from service api.v1.ReportingService
|
|
370
|
+
*/
|
|
371
|
+
export const ReportingService = /*@__PURE__*/
|
|
372
|
+
serviceDesc(file_api_v1_reporting, 0);
|
|
373
|
+
|
|
@@ -0,0 +1,252 @@
|
|
|
1
|
+
// @generated by protoc-gen-es v2.2.3
|
|
2
|
+
// @generated from file api/v1/role.proto (package api.v1, syntax proto3)
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
|
|
5
|
+
import type { GenEnum, 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 { Role } from "./models_pb";
|
|
10
|
+
import type { EmptySchema } from "@bufbuild/protobuf/wkt";
|
|
11
|
+
|
|
12
|
+
/**
|
|
13
|
+
* Describes the file api/v1/role.proto.
|
|
14
|
+
*/
|
|
15
|
+
export declare const file_api_v1_role: GenFile;
|
|
16
|
+
|
|
17
|
+
/**
|
|
18
|
+
* Request definitions
|
|
19
|
+
*
|
|
20
|
+
* @generated from message api.v1.AddRoleRequest
|
|
21
|
+
*/
|
|
22
|
+
export declare type AddRoleRequest = Message<"api.v1.AddRoleRequest"> & {
|
|
23
|
+
/**
|
|
24
|
+
* @generated from field: string name = 1;
|
|
25
|
+
*/
|
|
26
|
+
name: string;
|
|
27
|
+
};
|
|
28
|
+
|
|
29
|
+
/**
|
|
30
|
+
* Describes the message api.v1.AddRoleRequest.
|
|
31
|
+
* Use `create(AddRoleRequestSchema)` to create a new message.
|
|
32
|
+
*/
|
|
33
|
+
export declare const AddRoleRequestSchema: GenMessage<AddRoleRequest>;
|
|
34
|
+
|
|
35
|
+
/**
|
|
36
|
+
* @generated from message api.v1.EditRoleRequest
|
|
37
|
+
*/
|
|
38
|
+
export declare type EditRoleRequest = Message<"api.v1.EditRoleRequest"> & {
|
|
39
|
+
/**
|
|
40
|
+
* @generated from field: uint32 id = 1;
|
|
41
|
+
*/
|
|
42
|
+
id: number;
|
|
43
|
+
|
|
44
|
+
/**
|
|
45
|
+
* @generated from field: string name = 2;
|
|
46
|
+
*/
|
|
47
|
+
name: string;
|
|
48
|
+
};
|
|
49
|
+
|
|
50
|
+
/**
|
|
51
|
+
* Describes the message api.v1.EditRoleRequest.
|
|
52
|
+
* Use `create(EditRoleRequestSchema)` to create a new message.
|
|
53
|
+
*/
|
|
54
|
+
export declare const EditRoleRequestSchema: GenMessage<EditRoleRequest>;
|
|
55
|
+
|
|
56
|
+
/**
|
|
57
|
+
* @generated from message api.v1.GetRoleRequest
|
|
58
|
+
*/
|
|
59
|
+
export declare type GetRoleRequest = Message<"api.v1.GetRoleRequest"> & {
|
|
60
|
+
/**
|
|
61
|
+
* @generated from field: uint32 id = 1;
|
|
62
|
+
*/
|
|
63
|
+
id: number;
|
|
64
|
+
};
|
|
65
|
+
|
|
66
|
+
/**
|
|
67
|
+
* Describes the message api.v1.GetRoleRequest.
|
|
68
|
+
* Use `create(GetRoleRequestSchema)` to create a new message.
|
|
69
|
+
*/
|
|
70
|
+
export declare const GetRoleRequestSchema: GenMessage<GetRoleRequest>;
|
|
71
|
+
|
|
72
|
+
/**
|
|
73
|
+
* @generated from message api.v1.GetRolesRequest
|
|
74
|
+
*/
|
|
75
|
+
export declare type GetRolesRequest = Message<"api.v1.GetRolesRequest"> & {
|
|
76
|
+
/**
|
|
77
|
+
* @generated from field: api.v1.Pagination pagination = 1;
|
|
78
|
+
*/
|
|
79
|
+
pagination?: Pagination;
|
|
80
|
+
|
|
81
|
+
/**
|
|
82
|
+
* @generated from field: api.v1.FilterOptions filter_options = 2;
|
|
83
|
+
*/
|
|
84
|
+
filterOptions?: FilterOptions;
|
|
85
|
+
};
|
|
86
|
+
|
|
87
|
+
/**
|
|
88
|
+
* Describes the message api.v1.GetRolesRequest.
|
|
89
|
+
* Use `create(GetRolesRequestSchema)` to create a new message.
|
|
90
|
+
*/
|
|
91
|
+
export declare const GetRolesRequestSchema: GenMessage<GetRolesRequest>;
|
|
92
|
+
|
|
93
|
+
/**
|
|
94
|
+
* @generated from message api.v1.DeleteRoleRequest
|
|
95
|
+
*/
|
|
96
|
+
export declare type DeleteRoleRequest = Message<"api.v1.DeleteRoleRequest"> & {
|
|
97
|
+
/**
|
|
98
|
+
* @generated from field: uint32 id = 1;
|
|
99
|
+
*/
|
|
100
|
+
id: number;
|
|
101
|
+
};
|
|
102
|
+
|
|
103
|
+
/**
|
|
104
|
+
* Describes the message api.v1.DeleteRoleRequest.
|
|
105
|
+
* Use `create(DeleteRoleRequestSchema)` to create a new message.
|
|
106
|
+
*/
|
|
107
|
+
export declare const DeleteRoleRequestSchema: GenMessage<DeleteRoleRequest>;
|
|
108
|
+
|
|
109
|
+
/**
|
|
110
|
+
* Response definitions
|
|
111
|
+
*
|
|
112
|
+
* @generated from message api.v1.GetRolesResponse
|
|
113
|
+
*/
|
|
114
|
+
export declare type GetRolesResponse = Message<"api.v1.GetRolesResponse"> & {
|
|
115
|
+
/**
|
|
116
|
+
* @generated from field: repeated api.v1.Role roles = 1;
|
|
117
|
+
*/
|
|
118
|
+
roles: Role[];
|
|
119
|
+
};
|
|
120
|
+
|
|
121
|
+
/**
|
|
122
|
+
* Describes the message api.v1.GetRolesResponse.
|
|
123
|
+
* Use `create(GetRolesResponseSchema)` to create a new message.
|
|
124
|
+
*/
|
|
125
|
+
export declare const GetRolesResponseSchema: GenMessage<GetRolesResponse>;
|
|
126
|
+
|
|
127
|
+
/**
|
|
128
|
+
* @generated from message api.v1.GetRoleResponse
|
|
129
|
+
*/
|
|
130
|
+
export declare type GetRoleResponse = Message<"api.v1.GetRoleResponse"> & {
|
|
131
|
+
/**
|
|
132
|
+
* @generated from field: api.v1.Role role = 1;
|
|
133
|
+
*/
|
|
134
|
+
role?: Role;
|
|
135
|
+
};
|
|
136
|
+
|
|
137
|
+
/**
|
|
138
|
+
* Describes the message api.v1.GetRoleResponse.
|
|
139
|
+
* Use `create(GetRoleResponseSchema)` to create a new message.
|
|
140
|
+
*/
|
|
141
|
+
export declare const GetRoleResponseSchema: GenMessage<GetRoleResponse>;
|
|
142
|
+
|
|
143
|
+
/**
|
|
144
|
+
* @generated from message api.v1.AddRoleResponse
|
|
145
|
+
*/
|
|
146
|
+
export declare type AddRoleResponse = Message<"api.v1.AddRoleResponse"> & {
|
|
147
|
+
/**
|
|
148
|
+
* @generated from field: api.v1.Role role = 1;
|
|
149
|
+
*/
|
|
150
|
+
role?: Role;
|
|
151
|
+
};
|
|
152
|
+
|
|
153
|
+
/**
|
|
154
|
+
* Describes the message api.v1.AddRoleResponse.
|
|
155
|
+
* Use `create(AddRoleResponseSchema)` to create a new message.
|
|
156
|
+
*/
|
|
157
|
+
export declare const AddRoleResponseSchema: GenMessage<AddRoleResponse>;
|
|
158
|
+
|
|
159
|
+
/**
|
|
160
|
+
* @generated from message api.v1.EditRoleResponse
|
|
161
|
+
*/
|
|
162
|
+
export declare type EditRoleResponse = Message<"api.v1.EditRoleResponse"> & {
|
|
163
|
+
/**
|
|
164
|
+
* @generated from field: api.v1.Role role = 1;
|
|
165
|
+
*/
|
|
166
|
+
role?: Role;
|
|
167
|
+
};
|
|
168
|
+
|
|
169
|
+
/**
|
|
170
|
+
* Describes the message api.v1.EditRoleResponse.
|
|
171
|
+
* Use `create(EditRoleResponseSchema)` to create a new message.
|
|
172
|
+
*/
|
|
173
|
+
export declare const EditRoleResponseSchema: GenMessage<EditRoleResponse>;
|
|
174
|
+
|
|
175
|
+
/**
|
|
176
|
+
* @generated from enum api.v1.RoleEnum
|
|
177
|
+
*/
|
|
178
|
+
export enum RoleEnum {
|
|
179
|
+
/**
|
|
180
|
+
* @generated from enum value: ROLE_UNSPECIFIED = 0;
|
|
181
|
+
*/
|
|
182
|
+
ROLE_UNSPECIFIED = 0,
|
|
183
|
+
|
|
184
|
+
/**
|
|
185
|
+
* @generated from enum value: ROLE_ADMIN = 1;
|
|
186
|
+
*/
|
|
187
|
+
ROLE_ADMIN = 1,
|
|
188
|
+
|
|
189
|
+
/**
|
|
190
|
+
* @generated from enum value: ROLE_USER = 2;
|
|
191
|
+
*/
|
|
192
|
+
ROLE_USER = 2,
|
|
193
|
+
|
|
194
|
+
/**
|
|
195
|
+
* @generated from enum value: ROLE_GUEST = 3;
|
|
196
|
+
*/
|
|
197
|
+
ROLE_GUEST = 3,
|
|
198
|
+
}
|
|
199
|
+
|
|
200
|
+
/**
|
|
201
|
+
* Describes the enum api.v1.RoleEnum.
|
|
202
|
+
*/
|
|
203
|
+
export declare const RoleEnumSchema: GenEnum<RoleEnum>;
|
|
204
|
+
|
|
205
|
+
/**
|
|
206
|
+
* Service definition
|
|
207
|
+
*
|
|
208
|
+
* @generated from service api.v1.RoleService
|
|
209
|
+
*/
|
|
210
|
+
export declare const RoleService: GenService<{
|
|
211
|
+
/**
|
|
212
|
+
* @generated from rpc api.v1.RoleService.AddRole
|
|
213
|
+
*/
|
|
214
|
+
addRole: {
|
|
215
|
+
methodKind: "unary";
|
|
216
|
+
input: typeof AddRoleRequestSchema;
|
|
217
|
+
output: typeof AddRoleResponseSchema;
|
|
218
|
+
},
|
|
219
|
+
/**
|
|
220
|
+
* @generated from rpc api.v1.RoleService.EditRole
|
|
221
|
+
*/
|
|
222
|
+
editRole: {
|
|
223
|
+
methodKind: "unary";
|
|
224
|
+
input: typeof EditRoleRequestSchema;
|
|
225
|
+
output: typeof EditRoleResponseSchema;
|
|
226
|
+
},
|
|
227
|
+
/**
|
|
228
|
+
* @generated from rpc api.v1.RoleService.GetRole
|
|
229
|
+
*/
|
|
230
|
+
getRole: {
|
|
231
|
+
methodKind: "unary";
|
|
232
|
+
input: typeof GetRoleRequestSchema;
|
|
233
|
+
output: typeof GetRoleResponseSchema;
|
|
234
|
+
},
|
|
235
|
+
/**
|
|
236
|
+
* @generated from rpc api.v1.RoleService.GetRoles
|
|
237
|
+
*/
|
|
238
|
+
getRoles: {
|
|
239
|
+
methodKind: "unary";
|
|
240
|
+
input: typeof GetRolesRequestSchema;
|
|
241
|
+
output: typeof GetRolesResponseSchema;
|
|
242
|
+
},
|
|
243
|
+
/**
|
|
244
|
+
* @generated from rpc api.v1.RoleService.DeleteRole
|
|
245
|
+
*/
|
|
246
|
+
deleteRole: {
|
|
247
|
+
methodKind: "unary";
|
|
248
|
+
input: typeof DeleteRoleRequestSchema;
|
|
249
|
+
output: typeof EmptySchema;
|
|
250
|
+
},
|
|
251
|
+
}>;
|
|
252
|
+
|