@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,1481 @@
|
|
|
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 type { GenFile, GenMessage, GenService } from "@bufbuild/protobuf/codegenv1";
|
|
6
|
+
import type { Message } from "@bufbuild/protobuf";
|
|
7
|
+
import type { User } from "./models_pb";
|
|
8
|
+
|
|
9
|
+
/**
|
|
10
|
+
* Describes the file api/v1/reporting.proto.
|
|
11
|
+
*/
|
|
12
|
+
export declare const file_api_v1_reporting: GenFile;
|
|
13
|
+
|
|
14
|
+
/**
|
|
15
|
+
* @generated from message api.v1.GetCumulativeFlowRequest
|
|
16
|
+
*/
|
|
17
|
+
export declare type GetCumulativeFlowRequest = Message<"api.v1.GetCumulativeFlowRequest"> & {
|
|
18
|
+
/**
|
|
19
|
+
* @generated from field: uint32 project_id = 1;
|
|
20
|
+
*/
|
|
21
|
+
projectId: number;
|
|
22
|
+
|
|
23
|
+
/**
|
|
24
|
+
* Last n days for time series, e.g. 30
|
|
25
|
+
*
|
|
26
|
+
* @generated from field: int32 days = 2;
|
|
27
|
+
*/
|
|
28
|
+
days: number;
|
|
29
|
+
};
|
|
30
|
+
|
|
31
|
+
/**
|
|
32
|
+
* Describes the message api.v1.GetCumulativeFlowRequest.
|
|
33
|
+
* Use `create(GetCumulativeFlowRequestSchema)` to create a new message.
|
|
34
|
+
*/
|
|
35
|
+
export declare const GetCumulativeFlowRequestSchema: GenMessage<GetCumulativeFlowRequest>;
|
|
36
|
+
|
|
37
|
+
/**
|
|
38
|
+
* @generated from message api.v1.GetCumulativeFlowResponse
|
|
39
|
+
*/
|
|
40
|
+
export declare type GetCumulativeFlowResponse = Message<"api.v1.GetCumulativeFlowResponse"> & {
|
|
41
|
+
/**
|
|
42
|
+
* @generated from field: repeated api.v1.CumulativeFlowDataPoint data = 1;
|
|
43
|
+
*/
|
|
44
|
+
data: CumulativeFlowDataPoint[];
|
|
45
|
+
};
|
|
46
|
+
|
|
47
|
+
/**
|
|
48
|
+
* Describes the message api.v1.GetCumulativeFlowResponse.
|
|
49
|
+
* Use `create(GetCumulativeFlowResponseSchema)` to create a new message.
|
|
50
|
+
*/
|
|
51
|
+
export declare const GetCumulativeFlowResponseSchema: GenMessage<GetCumulativeFlowResponse>;
|
|
52
|
+
|
|
53
|
+
/**
|
|
54
|
+
* @generated from message api.v1.CumulativeFlowDataPoint
|
|
55
|
+
*/
|
|
56
|
+
export declare type CumulativeFlowDataPoint = Message<"api.v1.CumulativeFlowDataPoint"> & {
|
|
57
|
+
/**
|
|
58
|
+
* YYYY-MM-DD
|
|
59
|
+
*
|
|
60
|
+
* @generated from field: string date = 1;
|
|
61
|
+
*/
|
|
62
|
+
date: string;
|
|
63
|
+
|
|
64
|
+
/**
|
|
65
|
+
* "To Do": 5, "In Progress": 2 (key is status name)
|
|
66
|
+
*
|
|
67
|
+
* @generated from field: map<string, int32> status_counts = 2;
|
|
68
|
+
*/
|
|
69
|
+
statusCounts: { [key: string]: number };
|
|
70
|
+
};
|
|
71
|
+
|
|
72
|
+
/**
|
|
73
|
+
* Describes the message api.v1.CumulativeFlowDataPoint.
|
|
74
|
+
* Use `create(CumulativeFlowDataPointSchema)` to create a new message.
|
|
75
|
+
*/
|
|
76
|
+
export declare const CumulativeFlowDataPointSchema: GenMessage<CumulativeFlowDataPoint>;
|
|
77
|
+
|
|
78
|
+
/**
|
|
79
|
+
* @generated from message api.v1.GetCreatedVsResolvedRequest
|
|
80
|
+
*/
|
|
81
|
+
export declare type GetCreatedVsResolvedRequest = Message<"api.v1.GetCreatedVsResolvedRequest"> & {
|
|
82
|
+
/**
|
|
83
|
+
* @generated from field: uint32 project_id = 1;
|
|
84
|
+
*/
|
|
85
|
+
projectId: number;
|
|
86
|
+
|
|
87
|
+
/**
|
|
88
|
+
* Last n days, e.g. 30
|
|
89
|
+
*
|
|
90
|
+
* @generated from field: int32 days = 2;
|
|
91
|
+
*/
|
|
92
|
+
days: number;
|
|
93
|
+
};
|
|
94
|
+
|
|
95
|
+
/**
|
|
96
|
+
* Describes the message api.v1.GetCreatedVsResolvedRequest.
|
|
97
|
+
* Use `create(GetCreatedVsResolvedRequestSchema)` to create a new message.
|
|
98
|
+
*/
|
|
99
|
+
export declare const GetCreatedVsResolvedRequestSchema: GenMessage<GetCreatedVsResolvedRequest>;
|
|
100
|
+
|
|
101
|
+
/**
|
|
102
|
+
* @generated from message api.v1.GetCreatedVsResolvedResponse
|
|
103
|
+
*/
|
|
104
|
+
export declare type GetCreatedVsResolvedResponse = Message<"api.v1.GetCreatedVsResolvedResponse"> & {
|
|
105
|
+
/**
|
|
106
|
+
* @generated from field: repeated api.v1.CreatedVsResolvedDataPoint data = 1;
|
|
107
|
+
*/
|
|
108
|
+
data: CreatedVsResolvedDataPoint[];
|
|
109
|
+
};
|
|
110
|
+
|
|
111
|
+
/**
|
|
112
|
+
* Describes the message api.v1.GetCreatedVsResolvedResponse.
|
|
113
|
+
* Use `create(GetCreatedVsResolvedResponseSchema)` to create a new message.
|
|
114
|
+
*/
|
|
115
|
+
export declare const GetCreatedVsResolvedResponseSchema: GenMessage<GetCreatedVsResolvedResponse>;
|
|
116
|
+
|
|
117
|
+
/**
|
|
118
|
+
* @generated from message api.v1.CreatedVsResolvedDataPoint
|
|
119
|
+
*/
|
|
120
|
+
export declare type CreatedVsResolvedDataPoint = Message<"api.v1.CreatedVsResolvedDataPoint"> & {
|
|
121
|
+
/**
|
|
122
|
+
* YYYY-MM-DD
|
|
123
|
+
*
|
|
124
|
+
* @generated from field: string date = 1;
|
|
125
|
+
*/
|
|
126
|
+
date: string;
|
|
127
|
+
|
|
128
|
+
/**
|
|
129
|
+
* @generated from field: int32 created = 2;
|
|
130
|
+
*/
|
|
131
|
+
created: number;
|
|
132
|
+
|
|
133
|
+
/**
|
|
134
|
+
* @generated from field: int32 resolved = 3;
|
|
135
|
+
*/
|
|
136
|
+
resolved: number;
|
|
137
|
+
};
|
|
138
|
+
|
|
139
|
+
/**
|
|
140
|
+
* Describes the message api.v1.CreatedVsResolvedDataPoint.
|
|
141
|
+
* Use `create(CreatedVsResolvedDataPointSchema)` to create a new message.
|
|
142
|
+
*/
|
|
143
|
+
export declare const CreatedVsResolvedDataPointSchema: GenMessage<CreatedVsResolvedDataPoint>;
|
|
144
|
+
|
|
145
|
+
/**
|
|
146
|
+
* @generated from message api.v1.GetTaskDistributionRequest
|
|
147
|
+
*/
|
|
148
|
+
export declare type GetTaskDistributionRequest = Message<"api.v1.GetTaskDistributionRequest"> & {
|
|
149
|
+
/**
|
|
150
|
+
* @generated from field: uint32 project_id = 1;
|
|
151
|
+
*/
|
|
152
|
+
projectId: number;
|
|
153
|
+
|
|
154
|
+
/**
|
|
155
|
+
* "assignee", "task_type", "priority", "status", "label", "component"
|
|
156
|
+
*
|
|
157
|
+
* @generated from field: string dimension = 2;
|
|
158
|
+
*/
|
|
159
|
+
dimension: string;
|
|
160
|
+
|
|
161
|
+
/**
|
|
162
|
+
* Optional: filter to tasks created in last n days
|
|
163
|
+
*
|
|
164
|
+
* @generated from field: int32 days = 3;
|
|
165
|
+
*/
|
|
166
|
+
days: number;
|
|
167
|
+
};
|
|
168
|
+
|
|
169
|
+
/**
|
|
170
|
+
* Describes the message api.v1.GetTaskDistributionRequest.
|
|
171
|
+
* Use `create(GetTaskDistributionRequestSchema)` to create a new message.
|
|
172
|
+
*/
|
|
173
|
+
export declare const GetTaskDistributionRequestSchema: GenMessage<GetTaskDistributionRequest>;
|
|
174
|
+
|
|
175
|
+
/**
|
|
176
|
+
* @generated from message api.v1.GetTaskDistributionResponse
|
|
177
|
+
*/
|
|
178
|
+
export declare type GetTaskDistributionResponse = Message<"api.v1.GetTaskDistributionResponse"> & {
|
|
179
|
+
/**
|
|
180
|
+
* @generated from field: repeated api.v1.DistributionDataPoint data = 1;
|
|
181
|
+
*/
|
|
182
|
+
data: DistributionDataPoint[];
|
|
183
|
+
};
|
|
184
|
+
|
|
185
|
+
/**
|
|
186
|
+
* Describes the message api.v1.GetTaskDistributionResponse.
|
|
187
|
+
* Use `create(GetTaskDistributionResponseSchema)` to create a new message.
|
|
188
|
+
*/
|
|
189
|
+
export declare const GetTaskDistributionResponseSchema: GenMessage<GetTaskDistributionResponse>;
|
|
190
|
+
|
|
191
|
+
/**
|
|
192
|
+
* @generated from message api.v1.DistributionDataPoint
|
|
193
|
+
*/
|
|
194
|
+
export declare type DistributionDataPoint = Message<"api.v1.DistributionDataPoint"> & {
|
|
195
|
+
/**
|
|
196
|
+
* Label name, User name, etc.
|
|
197
|
+
*
|
|
198
|
+
* @generated from field: string name = 1;
|
|
199
|
+
*/
|
|
200
|
+
name: string;
|
|
201
|
+
|
|
202
|
+
/**
|
|
203
|
+
* Count
|
|
204
|
+
*
|
|
205
|
+
* @generated from field: int32 value = 2;
|
|
206
|
+
*/
|
|
207
|
+
value: number;
|
|
208
|
+
|
|
209
|
+
/**
|
|
210
|
+
* Optional color
|
|
211
|
+
*
|
|
212
|
+
* @generated from field: string color = 3;
|
|
213
|
+
*/
|
|
214
|
+
color: string;
|
|
215
|
+
};
|
|
216
|
+
|
|
217
|
+
/**
|
|
218
|
+
* Describes the message api.v1.DistributionDataPoint.
|
|
219
|
+
* Use `create(DistributionDataPointSchema)` to create a new message.
|
|
220
|
+
*/
|
|
221
|
+
export declare const DistributionDataPointSchema: GenMessage<DistributionDataPoint>;
|
|
222
|
+
|
|
223
|
+
/**
|
|
224
|
+
* @generated from message api.v1.GetResolutionTimeRequest
|
|
225
|
+
*/
|
|
226
|
+
export declare type GetResolutionTimeRequest = Message<"api.v1.GetResolutionTimeRequest"> & {
|
|
227
|
+
/**
|
|
228
|
+
* @generated from field: uint32 project_id = 1;
|
|
229
|
+
*/
|
|
230
|
+
projectId: number;
|
|
231
|
+
|
|
232
|
+
/**
|
|
233
|
+
* Last n days
|
|
234
|
+
*
|
|
235
|
+
* @generated from field: int32 days = 2;
|
|
236
|
+
*/
|
|
237
|
+
days: number;
|
|
238
|
+
};
|
|
239
|
+
|
|
240
|
+
/**
|
|
241
|
+
* Describes the message api.v1.GetResolutionTimeRequest.
|
|
242
|
+
* Use `create(GetResolutionTimeRequestSchema)` to create a new message.
|
|
243
|
+
*/
|
|
244
|
+
export declare const GetResolutionTimeRequestSchema: GenMessage<GetResolutionTimeRequest>;
|
|
245
|
+
|
|
246
|
+
/**
|
|
247
|
+
* @generated from message api.v1.GetResolutionTimeResponse
|
|
248
|
+
*/
|
|
249
|
+
export declare type GetResolutionTimeResponse = Message<"api.v1.GetResolutionTimeResponse"> & {
|
|
250
|
+
/**
|
|
251
|
+
* @generated from field: double average_days = 1;
|
|
252
|
+
*/
|
|
253
|
+
averageDays: number;
|
|
254
|
+
|
|
255
|
+
/**
|
|
256
|
+
* Optional: daily average
|
|
257
|
+
*
|
|
258
|
+
* @generated from field: repeated api.v1.ResolutionTimeDataPoint data = 2;
|
|
259
|
+
*/
|
|
260
|
+
data: ResolutionTimeDataPoint[];
|
|
261
|
+
|
|
262
|
+
/**
|
|
263
|
+
* @generated from field: int64 total_tasks = 3;
|
|
264
|
+
*/
|
|
265
|
+
totalTasks: bigint;
|
|
266
|
+
|
|
267
|
+
/**
|
|
268
|
+
* @generated from field: int64 total_resolved = 4;
|
|
269
|
+
*/
|
|
270
|
+
totalResolved: bigint;
|
|
271
|
+
|
|
272
|
+
/**
|
|
273
|
+
* @generated from field: int64 total_cycles = 5;
|
|
274
|
+
*/
|
|
275
|
+
totalCycles: bigint;
|
|
276
|
+
};
|
|
277
|
+
|
|
278
|
+
/**
|
|
279
|
+
* Describes the message api.v1.GetResolutionTimeResponse.
|
|
280
|
+
* Use `create(GetResolutionTimeResponseSchema)` to create a new message.
|
|
281
|
+
*/
|
|
282
|
+
export declare const GetResolutionTimeResponseSchema: GenMessage<GetResolutionTimeResponse>;
|
|
283
|
+
|
|
284
|
+
/**
|
|
285
|
+
* @generated from message api.v1.ResolutionTimeDataPoint
|
|
286
|
+
*/
|
|
287
|
+
export declare type ResolutionTimeDataPoint = Message<"api.v1.ResolutionTimeDataPoint"> & {
|
|
288
|
+
/**
|
|
289
|
+
* @generated from field: string date = 1;
|
|
290
|
+
*/
|
|
291
|
+
date: string;
|
|
292
|
+
|
|
293
|
+
/**
|
|
294
|
+
* @generated from field: double average_days = 2;
|
|
295
|
+
*/
|
|
296
|
+
averageDays: number;
|
|
297
|
+
};
|
|
298
|
+
|
|
299
|
+
/**
|
|
300
|
+
* Describes the message api.v1.ResolutionTimeDataPoint.
|
|
301
|
+
* Use `create(ResolutionTimeDataPointSchema)` to create a new message.
|
|
302
|
+
*/
|
|
303
|
+
export declare const ResolutionTimeDataPointSchema: GenMessage<ResolutionTimeDataPoint>;
|
|
304
|
+
|
|
305
|
+
/**
|
|
306
|
+
* @generated from message api.v1.GetTimeTrackingRequest
|
|
307
|
+
*/
|
|
308
|
+
export declare type GetTimeTrackingRequest = Message<"api.v1.GetTimeTrackingRequest"> & {
|
|
309
|
+
/**
|
|
310
|
+
* @generated from field: uint32 project_id = 1;
|
|
311
|
+
*/
|
|
312
|
+
projectId: number;
|
|
313
|
+
|
|
314
|
+
/**
|
|
315
|
+
* Optional: filter to tasks created in last n days
|
|
316
|
+
*
|
|
317
|
+
* @generated from field: int32 days = 2;
|
|
318
|
+
*/
|
|
319
|
+
days: number;
|
|
320
|
+
};
|
|
321
|
+
|
|
322
|
+
/**
|
|
323
|
+
* Describes the message api.v1.GetTimeTrackingRequest.
|
|
324
|
+
* Use `create(GetTimeTrackingRequestSchema)` to create a new message.
|
|
325
|
+
*/
|
|
326
|
+
export declare const GetTimeTrackingRequestSchema: GenMessage<GetTimeTrackingRequest>;
|
|
327
|
+
|
|
328
|
+
/**
|
|
329
|
+
* @generated from message api.v1.GetTimeTrackingResponse
|
|
330
|
+
*/
|
|
331
|
+
export declare type GetTimeTrackingResponse = Message<"api.v1.GetTimeTrackingResponse"> & {
|
|
332
|
+
/**
|
|
333
|
+
* @generated from field: repeated api.v1.TimeTrackingDataPoint data = 1;
|
|
334
|
+
*/
|
|
335
|
+
data: TimeTrackingDataPoint[];
|
|
336
|
+
|
|
337
|
+
/**
|
|
338
|
+
* @generated from field: double total_estimated = 2;
|
|
339
|
+
*/
|
|
340
|
+
totalEstimated: number;
|
|
341
|
+
|
|
342
|
+
/**
|
|
343
|
+
* @generated from field: double total_actual = 3;
|
|
344
|
+
*/
|
|
345
|
+
totalActual: number;
|
|
346
|
+
};
|
|
347
|
+
|
|
348
|
+
/**
|
|
349
|
+
* Describes the message api.v1.GetTimeTrackingResponse.
|
|
350
|
+
* Use `create(GetTimeTrackingResponseSchema)` to create a new message.
|
|
351
|
+
*/
|
|
352
|
+
export declare const GetTimeTrackingResponseSchema: GenMessage<GetTimeTrackingResponse>;
|
|
353
|
+
|
|
354
|
+
/**
|
|
355
|
+
* @generated from message api.v1.TimeTrackingDataPoint
|
|
356
|
+
*/
|
|
357
|
+
export declare type TimeTrackingDataPoint = Message<"api.v1.TimeTrackingDataPoint"> & {
|
|
358
|
+
/**
|
|
359
|
+
* @generated from field: uint32 user_id = 1;
|
|
360
|
+
*/
|
|
361
|
+
userId: number;
|
|
362
|
+
|
|
363
|
+
/**
|
|
364
|
+
* @generated from field: string user_name = 2;
|
|
365
|
+
*/
|
|
366
|
+
userName: string;
|
|
367
|
+
|
|
368
|
+
/**
|
|
369
|
+
* @generated from field: double estimated_hours = 3;
|
|
370
|
+
*/
|
|
371
|
+
estimatedHours: number;
|
|
372
|
+
|
|
373
|
+
/**
|
|
374
|
+
* @generated from field: double actual_hours = 4;
|
|
375
|
+
*/
|
|
376
|
+
actualHours: number;
|
|
377
|
+
};
|
|
378
|
+
|
|
379
|
+
/**
|
|
380
|
+
* Describes the message api.v1.TimeTrackingDataPoint.
|
|
381
|
+
* Use `create(TimeTrackingDataPointSchema)` to create a new message.
|
|
382
|
+
*/
|
|
383
|
+
export declare const TimeTrackingDataPointSchema: GenMessage<TimeTrackingDataPoint>;
|
|
384
|
+
|
|
385
|
+
/**
|
|
386
|
+
* @generated from message api.v1.GetBurndownRequest
|
|
387
|
+
*/
|
|
388
|
+
export declare type GetBurndownRequest = Message<"api.v1.GetBurndownRequest"> & {
|
|
389
|
+
/**
|
|
390
|
+
* @generated from field: uint32 project_id = 1;
|
|
391
|
+
*/
|
|
392
|
+
projectId: number;
|
|
393
|
+
|
|
394
|
+
/**
|
|
395
|
+
* @generated from field: uint32 cycle_id = 2;
|
|
396
|
+
*/
|
|
397
|
+
cycleId: number;
|
|
398
|
+
|
|
399
|
+
/**
|
|
400
|
+
* "story_points" or "task_count"
|
|
401
|
+
*
|
|
402
|
+
* @generated from field: string metric = 3;
|
|
403
|
+
*/
|
|
404
|
+
metric: string;
|
|
405
|
+
};
|
|
406
|
+
|
|
407
|
+
/**
|
|
408
|
+
* Describes the message api.v1.GetBurndownRequest.
|
|
409
|
+
* Use `create(GetBurndownRequestSchema)` to create a new message.
|
|
410
|
+
*/
|
|
411
|
+
export declare const GetBurndownRequestSchema: GenMessage<GetBurndownRequest>;
|
|
412
|
+
|
|
413
|
+
/**
|
|
414
|
+
* @generated from message api.v1.GetBurndownResponse
|
|
415
|
+
*/
|
|
416
|
+
export declare type GetBurndownResponse = Message<"api.v1.GetBurndownResponse"> & {
|
|
417
|
+
/**
|
|
418
|
+
* @generated from field: repeated api.v1.BurndownDataPoint data = 1;
|
|
419
|
+
*/
|
|
420
|
+
data: BurndownDataPoint[];
|
|
421
|
+
|
|
422
|
+
/**
|
|
423
|
+
* @generated from field: int32 total_scope = 2;
|
|
424
|
+
*/
|
|
425
|
+
totalScope: number;
|
|
426
|
+
|
|
427
|
+
/**
|
|
428
|
+
* @generated from field: int32 completed = 3;
|
|
429
|
+
*/
|
|
430
|
+
completed: number;
|
|
431
|
+
};
|
|
432
|
+
|
|
433
|
+
/**
|
|
434
|
+
* Describes the message api.v1.GetBurndownResponse.
|
|
435
|
+
* Use `create(GetBurndownResponseSchema)` to create a new message.
|
|
436
|
+
*/
|
|
437
|
+
export declare const GetBurndownResponseSchema: GenMessage<GetBurndownResponse>;
|
|
438
|
+
|
|
439
|
+
/**
|
|
440
|
+
* @generated from message api.v1.BurndownDataPoint
|
|
441
|
+
*/
|
|
442
|
+
export declare type BurndownDataPoint = Message<"api.v1.BurndownDataPoint"> & {
|
|
443
|
+
/**
|
|
444
|
+
* YYYY-MM-DD
|
|
445
|
+
*
|
|
446
|
+
* @generated from field: string date = 1;
|
|
447
|
+
*/
|
|
448
|
+
date: string;
|
|
449
|
+
|
|
450
|
+
/**
|
|
451
|
+
* @generated from field: double ideal_remaining = 2;
|
|
452
|
+
*/
|
|
453
|
+
idealRemaining: number;
|
|
454
|
+
|
|
455
|
+
/**
|
|
456
|
+
* @generated from field: double actual_remaining = 3;
|
|
457
|
+
*/
|
|
458
|
+
actualRemaining: number;
|
|
459
|
+
};
|
|
460
|
+
|
|
461
|
+
/**
|
|
462
|
+
* Describes the message api.v1.BurndownDataPoint.
|
|
463
|
+
* Use `create(BurndownDataPointSchema)` to create a new message.
|
|
464
|
+
*/
|
|
465
|
+
export declare const BurndownDataPointSchema: GenMessage<BurndownDataPoint>;
|
|
466
|
+
|
|
467
|
+
/**
|
|
468
|
+
* @generated from message api.v1.GetVelocityRequest
|
|
469
|
+
*/
|
|
470
|
+
export declare type GetVelocityRequest = Message<"api.v1.GetVelocityRequest"> & {
|
|
471
|
+
/**
|
|
472
|
+
* @generated from field: uint32 project_id = 1;
|
|
473
|
+
*/
|
|
474
|
+
projectId: number;
|
|
475
|
+
|
|
476
|
+
/**
|
|
477
|
+
* "story_points" or "task_count"
|
|
478
|
+
*
|
|
479
|
+
* @generated from field: string metric = 2;
|
|
480
|
+
*/
|
|
481
|
+
metric: string;
|
|
482
|
+
|
|
483
|
+
/**
|
|
484
|
+
* default 10
|
|
485
|
+
*
|
|
486
|
+
* @generated from field: int32 limit = 3;
|
|
487
|
+
*/
|
|
488
|
+
limit: number;
|
|
489
|
+
};
|
|
490
|
+
|
|
491
|
+
/**
|
|
492
|
+
* Describes the message api.v1.GetVelocityRequest.
|
|
493
|
+
* Use `create(GetVelocityRequestSchema)` to create a new message.
|
|
494
|
+
*/
|
|
495
|
+
export declare const GetVelocityRequestSchema: GenMessage<GetVelocityRequest>;
|
|
496
|
+
|
|
497
|
+
/**
|
|
498
|
+
* @generated from message api.v1.GetVelocityResponse
|
|
499
|
+
*/
|
|
500
|
+
export declare type GetVelocityResponse = Message<"api.v1.GetVelocityResponse"> & {
|
|
501
|
+
/**
|
|
502
|
+
* @generated from field: repeated api.v1.VelocityDataPoint data = 1;
|
|
503
|
+
*/
|
|
504
|
+
data: VelocityDataPoint[];
|
|
505
|
+
|
|
506
|
+
/**
|
|
507
|
+
* @generated from field: double average_velocity = 2;
|
|
508
|
+
*/
|
|
509
|
+
averageVelocity: number;
|
|
510
|
+
};
|
|
511
|
+
|
|
512
|
+
/**
|
|
513
|
+
* Describes the message api.v1.GetVelocityResponse.
|
|
514
|
+
* Use `create(GetVelocityResponseSchema)` to create a new message.
|
|
515
|
+
*/
|
|
516
|
+
export declare const GetVelocityResponseSchema: GenMessage<GetVelocityResponse>;
|
|
517
|
+
|
|
518
|
+
/**
|
|
519
|
+
* @generated from message api.v1.VelocityDataPoint
|
|
520
|
+
*/
|
|
521
|
+
export declare type VelocityDataPoint = Message<"api.v1.VelocityDataPoint"> & {
|
|
522
|
+
/**
|
|
523
|
+
* @generated from field: string cycle_name = 1;
|
|
524
|
+
*/
|
|
525
|
+
cycleName: string;
|
|
526
|
+
|
|
527
|
+
/**
|
|
528
|
+
* @generated from field: double completed = 2;
|
|
529
|
+
*/
|
|
530
|
+
completed: number;
|
|
531
|
+
|
|
532
|
+
/**
|
|
533
|
+
* @generated from field: double committed = 3;
|
|
534
|
+
*/
|
|
535
|
+
committed: number;
|
|
536
|
+
};
|
|
537
|
+
|
|
538
|
+
/**
|
|
539
|
+
* Describes the message api.v1.VelocityDataPoint.
|
|
540
|
+
* Use `create(VelocityDataPointSchema)` to create a new message.
|
|
541
|
+
*/
|
|
542
|
+
export declare const VelocityDataPointSchema: GenMessage<VelocityDataPoint>;
|
|
543
|
+
|
|
544
|
+
/**
|
|
545
|
+
* @generated from message api.v1.ReportProto
|
|
546
|
+
*/
|
|
547
|
+
export declare type ReportProto = Message<"api.v1.ReportProto"> & {
|
|
548
|
+
/**
|
|
549
|
+
* @generated from field: uint32 id = 1;
|
|
550
|
+
*/
|
|
551
|
+
id: number;
|
|
552
|
+
|
|
553
|
+
/**
|
|
554
|
+
* @generated from field: string uuid = 2;
|
|
555
|
+
*/
|
|
556
|
+
uuid: string;
|
|
557
|
+
|
|
558
|
+
/**
|
|
559
|
+
* @generated from field: string name = 3;
|
|
560
|
+
*/
|
|
561
|
+
name: string;
|
|
562
|
+
|
|
563
|
+
/**
|
|
564
|
+
* @generated from field: optional string description = 4;
|
|
565
|
+
*/
|
|
566
|
+
description?: string;
|
|
567
|
+
|
|
568
|
+
/**
|
|
569
|
+
* @generated from field: bool is_shared = 5;
|
|
570
|
+
*/
|
|
571
|
+
isShared: boolean;
|
|
572
|
+
|
|
573
|
+
/**
|
|
574
|
+
* @generated from field: uint32 creator_id = 6;
|
|
575
|
+
*/
|
|
576
|
+
creatorId: number;
|
|
577
|
+
|
|
578
|
+
/**
|
|
579
|
+
* @generated from field: api.v1.User creator = 7;
|
|
580
|
+
*/
|
|
581
|
+
creator?: User;
|
|
582
|
+
|
|
583
|
+
/**
|
|
584
|
+
* @generated from field: uint32 project_id = 8;
|
|
585
|
+
*/
|
|
586
|
+
projectId: number;
|
|
587
|
+
|
|
588
|
+
/**
|
|
589
|
+
* @generated from field: repeated api.v1.ReportWidgetProto widgets = 9;
|
|
590
|
+
*/
|
|
591
|
+
widgets: ReportWidgetProto[];
|
|
592
|
+
|
|
593
|
+
/**
|
|
594
|
+
* @generated from field: string created_at = 10;
|
|
595
|
+
*/
|
|
596
|
+
createdAt: string;
|
|
597
|
+
|
|
598
|
+
/**
|
|
599
|
+
* @generated from field: string updated_at = 11;
|
|
600
|
+
*/
|
|
601
|
+
updatedAt: string;
|
|
602
|
+
};
|
|
603
|
+
|
|
604
|
+
/**
|
|
605
|
+
* Describes the message api.v1.ReportProto.
|
|
606
|
+
* Use `create(ReportProtoSchema)` to create a new message.
|
|
607
|
+
*/
|
|
608
|
+
export declare const ReportProtoSchema: GenMessage<ReportProto>;
|
|
609
|
+
|
|
610
|
+
/**
|
|
611
|
+
* @generated from message api.v1.ReportWidgetProto
|
|
612
|
+
*/
|
|
613
|
+
export declare type ReportWidgetProto = Message<"api.v1.ReportWidgetProto"> & {
|
|
614
|
+
/**
|
|
615
|
+
* @generated from field: uint32 id = 1;
|
|
616
|
+
*/
|
|
617
|
+
id: number;
|
|
618
|
+
|
|
619
|
+
/**
|
|
620
|
+
* @generated from field: string uuid = 2;
|
|
621
|
+
*/
|
|
622
|
+
uuid: string;
|
|
623
|
+
|
|
624
|
+
/**
|
|
625
|
+
* @generated from field: uint32 report_id = 3;
|
|
626
|
+
*/
|
|
627
|
+
reportId: number;
|
|
628
|
+
|
|
629
|
+
/**
|
|
630
|
+
* @generated from field: string widget_type = 4;
|
|
631
|
+
*/
|
|
632
|
+
widgetType: string;
|
|
633
|
+
|
|
634
|
+
/**
|
|
635
|
+
* @generated from field: optional string title = 5;
|
|
636
|
+
*/
|
|
637
|
+
title?: string;
|
|
638
|
+
|
|
639
|
+
/**
|
|
640
|
+
* @generated from field: optional string config_json = 6;
|
|
641
|
+
*/
|
|
642
|
+
configJson?: string;
|
|
643
|
+
|
|
644
|
+
/**
|
|
645
|
+
* @generated from field: int32 position_x = 7;
|
|
646
|
+
*/
|
|
647
|
+
positionX: number;
|
|
648
|
+
|
|
649
|
+
/**
|
|
650
|
+
* @generated from field: int32 position_y = 8;
|
|
651
|
+
*/
|
|
652
|
+
positionY: number;
|
|
653
|
+
|
|
654
|
+
/**
|
|
655
|
+
* @generated from field: int32 width = 9;
|
|
656
|
+
*/
|
|
657
|
+
width: number;
|
|
658
|
+
|
|
659
|
+
/**
|
|
660
|
+
* @generated from field: int32 height = 10;
|
|
661
|
+
*/
|
|
662
|
+
height: number;
|
|
663
|
+
|
|
664
|
+
/**
|
|
665
|
+
* @generated from field: int32 display_order = 11;
|
|
666
|
+
*/
|
|
667
|
+
displayOrder: number;
|
|
668
|
+
|
|
669
|
+
/**
|
|
670
|
+
* @generated from field: string created_at = 12;
|
|
671
|
+
*/
|
|
672
|
+
createdAt: string;
|
|
673
|
+
|
|
674
|
+
/**
|
|
675
|
+
* @generated from field: string updated_at = 13;
|
|
676
|
+
*/
|
|
677
|
+
updatedAt: string;
|
|
678
|
+
};
|
|
679
|
+
|
|
680
|
+
/**
|
|
681
|
+
* Describes the message api.v1.ReportWidgetProto.
|
|
682
|
+
* Use `create(ReportWidgetProtoSchema)` to create a new message.
|
|
683
|
+
*/
|
|
684
|
+
export declare const ReportWidgetProtoSchema: GenMessage<ReportWidgetProto>;
|
|
685
|
+
|
|
686
|
+
/**
|
|
687
|
+
* @generated from message api.v1.CreateReportRequest
|
|
688
|
+
*/
|
|
689
|
+
export declare type CreateReportRequest = Message<"api.v1.CreateReportRequest"> & {
|
|
690
|
+
/**
|
|
691
|
+
* @generated from field: uint32 project_id = 1;
|
|
692
|
+
*/
|
|
693
|
+
projectId: number;
|
|
694
|
+
|
|
695
|
+
/**
|
|
696
|
+
* @generated from field: string name = 2;
|
|
697
|
+
*/
|
|
698
|
+
name: string;
|
|
699
|
+
|
|
700
|
+
/**
|
|
701
|
+
* @generated from field: optional string description = 3;
|
|
702
|
+
*/
|
|
703
|
+
description?: string;
|
|
704
|
+
};
|
|
705
|
+
|
|
706
|
+
/**
|
|
707
|
+
* Describes the message api.v1.CreateReportRequest.
|
|
708
|
+
* Use `create(CreateReportRequestSchema)` to create a new message.
|
|
709
|
+
*/
|
|
710
|
+
export declare const CreateReportRequestSchema: GenMessage<CreateReportRequest>;
|
|
711
|
+
|
|
712
|
+
/**
|
|
713
|
+
* @generated from message api.v1.CreateReportResponse
|
|
714
|
+
*/
|
|
715
|
+
export declare type CreateReportResponse = Message<"api.v1.CreateReportResponse"> & {
|
|
716
|
+
/**
|
|
717
|
+
* @generated from field: api.v1.ReportProto report = 1;
|
|
718
|
+
*/
|
|
719
|
+
report?: ReportProto;
|
|
720
|
+
};
|
|
721
|
+
|
|
722
|
+
/**
|
|
723
|
+
* Describes the message api.v1.CreateReportResponse.
|
|
724
|
+
* Use `create(CreateReportResponseSchema)` to create a new message.
|
|
725
|
+
*/
|
|
726
|
+
export declare const CreateReportResponseSchema: GenMessage<CreateReportResponse>;
|
|
727
|
+
|
|
728
|
+
/**
|
|
729
|
+
* @generated from message api.v1.GetReportRequest
|
|
730
|
+
*/
|
|
731
|
+
export declare type GetReportRequest = Message<"api.v1.GetReportRequest"> & {
|
|
732
|
+
/**
|
|
733
|
+
* @generated from field: uint32 id = 1;
|
|
734
|
+
*/
|
|
735
|
+
id: number;
|
|
736
|
+
};
|
|
737
|
+
|
|
738
|
+
/**
|
|
739
|
+
* Describes the message api.v1.GetReportRequest.
|
|
740
|
+
* Use `create(GetReportRequestSchema)` to create a new message.
|
|
741
|
+
*/
|
|
742
|
+
export declare const GetReportRequestSchema: GenMessage<GetReportRequest>;
|
|
743
|
+
|
|
744
|
+
/**
|
|
745
|
+
* @generated from message api.v1.GetReportResponse
|
|
746
|
+
*/
|
|
747
|
+
export declare type GetReportResponse = Message<"api.v1.GetReportResponse"> & {
|
|
748
|
+
/**
|
|
749
|
+
* @generated from field: api.v1.ReportProto report = 1;
|
|
750
|
+
*/
|
|
751
|
+
report?: ReportProto;
|
|
752
|
+
};
|
|
753
|
+
|
|
754
|
+
/**
|
|
755
|
+
* Describes the message api.v1.GetReportResponse.
|
|
756
|
+
* Use `create(GetReportResponseSchema)` to create a new message.
|
|
757
|
+
*/
|
|
758
|
+
export declare const GetReportResponseSchema: GenMessage<GetReportResponse>;
|
|
759
|
+
|
|
760
|
+
/**
|
|
761
|
+
* @generated from message api.v1.GetReportsRequest
|
|
762
|
+
*/
|
|
763
|
+
export declare type GetReportsRequest = Message<"api.v1.GetReportsRequest"> & {
|
|
764
|
+
/**
|
|
765
|
+
* @generated from field: uint32 project_id = 1;
|
|
766
|
+
*/
|
|
767
|
+
projectId: number;
|
|
768
|
+
};
|
|
769
|
+
|
|
770
|
+
/**
|
|
771
|
+
* Describes the message api.v1.GetReportsRequest.
|
|
772
|
+
* Use `create(GetReportsRequestSchema)` to create a new message.
|
|
773
|
+
*/
|
|
774
|
+
export declare const GetReportsRequestSchema: GenMessage<GetReportsRequest>;
|
|
775
|
+
|
|
776
|
+
/**
|
|
777
|
+
* @generated from message api.v1.GetReportsResponse
|
|
778
|
+
*/
|
|
779
|
+
export declare type GetReportsResponse = Message<"api.v1.GetReportsResponse"> & {
|
|
780
|
+
/**
|
|
781
|
+
* @generated from field: repeated api.v1.ReportProto reports = 1;
|
|
782
|
+
*/
|
|
783
|
+
reports: ReportProto[];
|
|
784
|
+
};
|
|
785
|
+
|
|
786
|
+
/**
|
|
787
|
+
* Describes the message api.v1.GetReportsResponse.
|
|
788
|
+
* Use `create(GetReportsResponseSchema)` to create a new message.
|
|
789
|
+
*/
|
|
790
|
+
export declare const GetReportsResponseSchema: GenMessage<GetReportsResponse>;
|
|
791
|
+
|
|
792
|
+
/**
|
|
793
|
+
* @generated from message api.v1.UpdateReportRequest
|
|
794
|
+
*/
|
|
795
|
+
export declare type UpdateReportRequest = Message<"api.v1.UpdateReportRequest"> & {
|
|
796
|
+
/**
|
|
797
|
+
* @generated from field: uint32 id = 1;
|
|
798
|
+
*/
|
|
799
|
+
id: number;
|
|
800
|
+
|
|
801
|
+
/**
|
|
802
|
+
* @generated from field: string name = 2;
|
|
803
|
+
*/
|
|
804
|
+
name: string;
|
|
805
|
+
|
|
806
|
+
/**
|
|
807
|
+
* @generated from field: optional string description = 3;
|
|
808
|
+
*/
|
|
809
|
+
description?: string;
|
|
810
|
+
|
|
811
|
+
/**
|
|
812
|
+
* @generated from field: bool is_shared = 4;
|
|
813
|
+
*/
|
|
814
|
+
isShared: boolean;
|
|
815
|
+
};
|
|
816
|
+
|
|
817
|
+
/**
|
|
818
|
+
* Describes the message api.v1.UpdateReportRequest.
|
|
819
|
+
* Use `create(UpdateReportRequestSchema)` to create a new message.
|
|
820
|
+
*/
|
|
821
|
+
export declare const UpdateReportRequestSchema: GenMessage<UpdateReportRequest>;
|
|
822
|
+
|
|
823
|
+
/**
|
|
824
|
+
* @generated from message api.v1.UpdateReportResponse
|
|
825
|
+
*/
|
|
826
|
+
export declare type UpdateReportResponse = Message<"api.v1.UpdateReportResponse"> & {
|
|
827
|
+
/**
|
|
828
|
+
* @generated from field: api.v1.ReportProto report = 1;
|
|
829
|
+
*/
|
|
830
|
+
report?: ReportProto;
|
|
831
|
+
};
|
|
832
|
+
|
|
833
|
+
/**
|
|
834
|
+
* Describes the message api.v1.UpdateReportResponse.
|
|
835
|
+
* Use `create(UpdateReportResponseSchema)` to create a new message.
|
|
836
|
+
*/
|
|
837
|
+
export declare const UpdateReportResponseSchema: GenMessage<UpdateReportResponse>;
|
|
838
|
+
|
|
839
|
+
/**
|
|
840
|
+
* @generated from message api.v1.DeleteReportRequest
|
|
841
|
+
*/
|
|
842
|
+
export declare type DeleteReportRequest = Message<"api.v1.DeleteReportRequest"> & {
|
|
843
|
+
/**
|
|
844
|
+
* @generated from field: uint32 id = 1;
|
|
845
|
+
*/
|
|
846
|
+
id: number;
|
|
847
|
+
};
|
|
848
|
+
|
|
849
|
+
/**
|
|
850
|
+
* Describes the message api.v1.DeleteReportRequest.
|
|
851
|
+
* Use `create(DeleteReportRequestSchema)` to create a new message.
|
|
852
|
+
*/
|
|
853
|
+
export declare const DeleteReportRequestSchema: GenMessage<DeleteReportRequest>;
|
|
854
|
+
|
|
855
|
+
/**
|
|
856
|
+
* @generated from message api.v1.DeleteReportResponse
|
|
857
|
+
*/
|
|
858
|
+
export declare type DeleteReportResponse = Message<"api.v1.DeleteReportResponse"> & {
|
|
859
|
+
};
|
|
860
|
+
|
|
861
|
+
/**
|
|
862
|
+
* Describes the message api.v1.DeleteReportResponse.
|
|
863
|
+
* Use `create(DeleteReportResponseSchema)` to create a new message.
|
|
864
|
+
*/
|
|
865
|
+
export declare const DeleteReportResponseSchema: GenMessage<DeleteReportResponse>;
|
|
866
|
+
|
|
867
|
+
/**
|
|
868
|
+
* @generated from message api.v1.DuplicateReportRequest
|
|
869
|
+
*/
|
|
870
|
+
export declare type DuplicateReportRequest = Message<"api.v1.DuplicateReportRequest"> & {
|
|
871
|
+
/**
|
|
872
|
+
* @generated from field: uint32 id = 1;
|
|
873
|
+
*/
|
|
874
|
+
id: number;
|
|
875
|
+
};
|
|
876
|
+
|
|
877
|
+
/**
|
|
878
|
+
* Describes the message api.v1.DuplicateReportRequest.
|
|
879
|
+
* Use `create(DuplicateReportRequestSchema)` to create a new message.
|
|
880
|
+
*/
|
|
881
|
+
export declare const DuplicateReportRequestSchema: GenMessage<DuplicateReportRequest>;
|
|
882
|
+
|
|
883
|
+
/**
|
|
884
|
+
* @generated from message api.v1.DuplicateReportResponse
|
|
885
|
+
*/
|
|
886
|
+
export declare type DuplicateReportResponse = Message<"api.v1.DuplicateReportResponse"> & {
|
|
887
|
+
/**
|
|
888
|
+
* @generated from field: api.v1.ReportProto report = 1;
|
|
889
|
+
*/
|
|
890
|
+
report?: ReportProto;
|
|
891
|
+
};
|
|
892
|
+
|
|
893
|
+
/**
|
|
894
|
+
* Describes the message api.v1.DuplicateReportResponse.
|
|
895
|
+
* Use `create(DuplicateReportResponseSchema)` to create a new message.
|
|
896
|
+
*/
|
|
897
|
+
export declare const DuplicateReportResponseSchema: GenMessage<DuplicateReportResponse>;
|
|
898
|
+
|
|
899
|
+
/**
|
|
900
|
+
* @generated from message api.v1.AddReportWidgetRequest
|
|
901
|
+
*/
|
|
902
|
+
export declare type AddReportWidgetRequest = Message<"api.v1.AddReportWidgetRequest"> & {
|
|
903
|
+
/**
|
|
904
|
+
* @generated from field: uint32 report_id = 1;
|
|
905
|
+
*/
|
|
906
|
+
reportId: number;
|
|
907
|
+
|
|
908
|
+
/**
|
|
909
|
+
* @generated from field: string widget_type = 2;
|
|
910
|
+
*/
|
|
911
|
+
widgetType: string;
|
|
912
|
+
|
|
913
|
+
/**
|
|
914
|
+
* @generated from field: optional string title = 3;
|
|
915
|
+
*/
|
|
916
|
+
title?: string;
|
|
917
|
+
|
|
918
|
+
/**
|
|
919
|
+
* @generated from field: optional string config_json = 4;
|
|
920
|
+
*/
|
|
921
|
+
configJson?: string;
|
|
922
|
+
|
|
923
|
+
/**
|
|
924
|
+
* @generated from field: int32 position_x = 5;
|
|
925
|
+
*/
|
|
926
|
+
positionX: number;
|
|
927
|
+
|
|
928
|
+
/**
|
|
929
|
+
* @generated from field: int32 position_y = 6;
|
|
930
|
+
*/
|
|
931
|
+
positionY: number;
|
|
932
|
+
|
|
933
|
+
/**
|
|
934
|
+
* @generated from field: int32 width = 7;
|
|
935
|
+
*/
|
|
936
|
+
width: number;
|
|
937
|
+
|
|
938
|
+
/**
|
|
939
|
+
* @generated from field: int32 height = 8;
|
|
940
|
+
*/
|
|
941
|
+
height: number;
|
|
942
|
+
};
|
|
943
|
+
|
|
944
|
+
/**
|
|
945
|
+
* Describes the message api.v1.AddReportWidgetRequest.
|
|
946
|
+
* Use `create(AddReportWidgetRequestSchema)` to create a new message.
|
|
947
|
+
*/
|
|
948
|
+
export declare const AddReportWidgetRequestSchema: GenMessage<AddReportWidgetRequest>;
|
|
949
|
+
|
|
950
|
+
/**
|
|
951
|
+
* @generated from message api.v1.AddReportWidgetResponse
|
|
952
|
+
*/
|
|
953
|
+
export declare type AddReportWidgetResponse = Message<"api.v1.AddReportWidgetResponse"> & {
|
|
954
|
+
/**
|
|
955
|
+
* @generated from field: api.v1.ReportWidgetProto widget = 1;
|
|
956
|
+
*/
|
|
957
|
+
widget?: ReportWidgetProto;
|
|
958
|
+
};
|
|
959
|
+
|
|
960
|
+
/**
|
|
961
|
+
* Describes the message api.v1.AddReportWidgetResponse.
|
|
962
|
+
* Use `create(AddReportWidgetResponseSchema)` to create a new message.
|
|
963
|
+
*/
|
|
964
|
+
export declare const AddReportWidgetResponseSchema: GenMessage<AddReportWidgetResponse>;
|
|
965
|
+
|
|
966
|
+
/**
|
|
967
|
+
* @generated from message api.v1.UpdateReportWidgetRequest
|
|
968
|
+
*/
|
|
969
|
+
export declare type UpdateReportWidgetRequest = Message<"api.v1.UpdateReportWidgetRequest"> & {
|
|
970
|
+
/**
|
|
971
|
+
* @generated from field: uint32 id = 1;
|
|
972
|
+
*/
|
|
973
|
+
id: number;
|
|
974
|
+
|
|
975
|
+
/**
|
|
976
|
+
* @generated from field: optional string title = 2;
|
|
977
|
+
*/
|
|
978
|
+
title?: string;
|
|
979
|
+
|
|
980
|
+
/**
|
|
981
|
+
* @generated from field: optional string config_json = 3;
|
|
982
|
+
*/
|
|
983
|
+
configJson?: string;
|
|
984
|
+
|
|
985
|
+
/**
|
|
986
|
+
* @generated from field: int32 position_x = 4;
|
|
987
|
+
*/
|
|
988
|
+
positionX: number;
|
|
989
|
+
|
|
990
|
+
/**
|
|
991
|
+
* @generated from field: int32 position_y = 5;
|
|
992
|
+
*/
|
|
993
|
+
positionY: number;
|
|
994
|
+
|
|
995
|
+
/**
|
|
996
|
+
* @generated from field: int32 width = 6;
|
|
997
|
+
*/
|
|
998
|
+
width: number;
|
|
999
|
+
|
|
1000
|
+
/**
|
|
1001
|
+
* @generated from field: int32 height = 7;
|
|
1002
|
+
*/
|
|
1003
|
+
height: number;
|
|
1004
|
+
};
|
|
1005
|
+
|
|
1006
|
+
/**
|
|
1007
|
+
* Describes the message api.v1.UpdateReportWidgetRequest.
|
|
1008
|
+
* Use `create(UpdateReportWidgetRequestSchema)` to create a new message.
|
|
1009
|
+
*/
|
|
1010
|
+
export declare const UpdateReportWidgetRequestSchema: GenMessage<UpdateReportWidgetRequest>;
|
|
1011
|
+
|
|
1012
|
+
/**
|
|
1013
|
+
* @generated from message api.v1.UpdateReportWidgetResponse
|
|
1014
|
+
*/
|
|
1015
|
+
export declare type UpdateReportWidgetResponse = Message<"api.v1.UpdateReportWidgetResponse"> & {
|
|
1016
|
+
/**
|
|
1017
|
+
* @generated from field: api.v1.ReportWidgetProto widget = 1;
|
|
1018
|
+
*/
|
|
1019
|
+
widget?: ReportWidgetProto;
|
|
1020
|
+
};
|
|
1021
|
+
|
|
1022
|
+
/**
|
|
1023
|
+
* Describes the message api.v1.UpdateReportWidgetResponse.
|
|
1024
|
+
* Use `create(UpdateReportWidgetResponseSchema)` to create a new message.
|
|
1025
|
+
*/
|
|
1026
|
+
export declare const UpdateReportWidgetResponseSchema: GenMessage<UpdateReportWidgetResponse>;
|
|
1027
|
+
|
|
1028
|
+
/**
|
|
1029
|
+
* @generated from message api.v1.RemoveReportWidgetRequest
|
|
1030
|
+
*/
|
|
1031
|
+
export declare type RemoveReportWidgetRequest = Message<"api.v1.RemoveReportWidgetRequest"> & {
|
|
1032
|
+
/**
|
|
1033
|
+
* @generated from field: uint32 id = 1;
|
|
1034
|
+
*/
|
|
1035
|
+
id: number;
|
|
1036
|
+
};
|
|
1037
|
+
|
|
1038
|
+
/**
|
|
1039
|
+
* Describes the message api.v1.RemoveReportWidgetRequest.
|
|
1040
|
+
* Use `create(RemoveReportWidgetRequestSchema)` to create a new message.
|
|
1041
|
+
*/
|
|
1042
|
+
export declare const RemoveReportWidgetRequestSchema: GenMessage<RemoveReportWidgetRequest>;
|
|
1043
|
+
|
|
1044
|
+
/**
|
|
1045
|
+
* @generated from message api.v1.RemoveReportWidgetResponse
|
|
1046
|
+
*/
|
|
1047
|
+
export declare type RemoveReportWidgetResponse = Message<"api.v1.RemoveReportWidgetResponse"> & {
|
|
1048
|
+
};
|
|
1049
|
+
|
|
1050
|
+
/**
|
|
1051
|
+
* Describes the message api.v1.RemoveReportWidgetResponse.
|
|
1052
|
+
* Use `create(RemoveReportWidgetResponseSchema)` to create a new message.
|
|
1053
|
+
*/
|
|
1054
|
+
export declare const RemoveReportWidgetResponseSchema: GenMessage<RemoveReportWidgetResponse>;
|
|
1055
|
+
|
|
1056
|
+
/**
|
|
1057
|
+
* @generated from message api.v1.WidgetPosition
|
|
1058
|
+
*/
|
|
1059
|
+
export declare type WidgetPosition = Message<"api.v1.WidgetPosition"> & {
|
|
1060
|
+
/**
|
|
1061
|
+
* @generated from field: uint32 widget_id = 1;
|
|
1062
|
+
*/
|
|
1063
|
+
widgetId: number;
|
|
1064
|
+
|
|
1065
|
+
/**
|
|
1066
|
+
* @generated from field: int32 position_x = 2;
|
|
1067
|
+
*/
|
|
1068
|
+
positionX: number;
|
|
1069
|
+
|
|
1070
|
+
/**
|
|
1071
|
+
* @generated from field: int32 position_y = 3;
|
|
1072
|
+
*/
|
|
1073
|
+
positionY: number;
|
|
1074
|
+
|
|
1075
|
+
/**
|
|
1076
|
+
* @generated from field: int32 width = 4;
|
|
1077
|
+
*/
|
|
1078
|
+
width: number;
|
|
1079
|
+
|
|
1080
|
+
/**
|
|
1081
|
+
* @generated from field: int32 height = 5;
|
|
1082
|
+
*/
|
|
1083
|
+
height: number;
|
|
1084
|
+
};
|
|
1085
|
+
|
|
1086
|
+
/**
|
|
1087
|
+
* Describes the message api.v1.WidgetPosition.
|
|
1088
|
+
* Use `create(WidgetPositionSchema)` to create a new message.
|
|
1089
|
+
*/
|
|
1090
|
+
export declare const WidgetPositionSchema: GenMessage<WidgetPosition>;
|
|
1091
|
+
|
|
1092
|
+
/**
|
|
1093
|
+
* @generated from message api.v1.ReorderReportWidgetsRequest
|
|
1094
|
+
*/
|
|
1095
|
+
export declare type ReorderReportWidgetsRequest = Message<"api.v1.ReorderReportWidgetsRequest"> & {
|
|
1096
|
+
/**
|
|
1097
|
+
* @generated from field: uint32 report_id = 1;
|
|
1098
|
+
*/
|
|
1099
|
+
reportId: number;
|
|
1100
|
+
|
|
1101
|
+
/**
|
|
1102
|
+
* @generated from field: repeated api.v1.WidgetPosition positions = 2;
|
|
1103
|
+
*/
|
|
1104
|
+
positions: WidgetPosition[];
|
|
1105
|
+
};
|
|
1106
|
+
|
|
1107
|
+
/**
|
|
1108
|
+
* Describes the message api.v1.ReorderReportWidgetsRequest.
|
|
1109
|
+
* Use `create(ReorderReportWidgetsRequestSchema)` to create a new message.
|
|
1110
|
+
*/
|
|
1111
|
+
export declare const ReorderReportWidgetsRequestSchema: GenMessage<ReorderReportWidgetsRequest>;
|
|
1112
|
+
|
|
1113
|
+
/**
|
|
1114
|
+
* @generated from message api.v1.ReorderReportWidgetsResponse
|
|
1115
|
+
*/
|
|
1116
|
+
export declare type ReorderReportWidgetsResponse = Message<"api.v1.ReorderReportWidgetsResponse"> & {
|
|
1117
|
+
};
|
|
1118
|
+
|
|
1119
|
+
/**
|
|
1120
|
+
* Describes the message api.v1.ReorderReportWidgetsResponse.
|
|
1121
|
+
* Use `create(ReorderReportWidgetsResponseSchema)` to create a new message.
|
|
1122
|
+
*/
|
|
1123
|
+
export declare const ReorderReportWidgetsResponseSchema: GenMessage<ReorderReportWidgetsResponse>;
|
|
1124
|
+
|
|
1125
|
+
/**
|
|
1126
|
+
* @generated from message api.v1.ExportReportCSVRequest
|
|
1127
|
+
*/
|
|
1128
|
+
export declare type ExportReportCSVRequest = Message<"api.v1.ExportReportCSVRequest"> & {
|
|
1129
|
+
/**
|
|
1130
|
+
* @generated from field: uint32 widget_id = 1;
|
|
1131
|
+
*/
|
|
1132
|
+
widgetId: number;
|
|
1133
|
+
};
|
|
1134
|
+
|
|
1135
|
+
/**
|
|
1136
|
+
* Describes the message api.v1.ExportReportCSVRequest.
|
|
1137
|
+
* Use `create(ExportReportCSVRequestSchema)` to create a new message.
|
|
1138
|
+
*/
|
|
1139
|
+
export declare const ExportReportCSVRequestSchema: GenMessage<ExportReportCSVRequest>;
|
|
1140
|
+
|
|
1141
|
+
/**
|
|
1142
|
+
* @generated from message api.v1.ExportReportCSVResponse
|
|
1143
|
+
*/
|
|
1144
|
+
export declare type ExportReportCSVResponse = Message<"api.v1.ExportReportCSVResponse"> & {
|
|
1145
|
+
/**
|
|
1146
|
+
* @generated from field: bytes csv_data = 1;
|
|
1147
|
+
*/
|
|
1148
|
+
csvData: Uint8Array;
|
|
1149
|
+
|
|
1150
|
+
/**
|
|
1151
|
+
* @generated from field: string filename = 2;
|
|
1152
|
+
*/
|
|
1153
|
+
filename: string;
|
|
1154
|
+
};
|
|
1155
|
+
|
|
1156
|
+
/**
|
|
1157
|
+
* Describes the message api.v1.ExportReportCSVResponse.
|
|
1158
|
+
* Use `create(ExportReportCSVResponseSchema)` to create a new message.
|
|
1159
|
+
*/
|
|
1160
|
+
export declare const ExportReportCSVResponseSchema: GenMessage<ExportReportCSVResponse>;
|
|
1161
|
+
|
|
1162
|
+
/**
|
|
1163
|
+
* @generated from message api.v1.GetCustomChartDataRequest
|
|
1164
|
+
*/
|
|
1165
|
+
export declare type GetCustomChartDataRequest = Message<"api.v1.GetCustomChartDataRequest"> & {
|
|
1166
|
+
/**
|
|
1167
|
+
* @generated from field: uint32 project_id = 1;
|
|
1168
|
+
*/
|
|
1169
|
+
projectId: number;
|
|
1170
|
+
|
|
1171
|
+
/**
|
|
1172
|
+
* X-axis: "date", "assignee", "status", "priority", "type", "label", "cycle", "component"
|
|
1173
|
+
*
|
|
1174
|
+
* @generated from field: string dimension = 2;
|
|
1175
|
+
*/
|
|
1176
|
+
dimension: string;
|
|
1177
|
+
|
|
1178
|
+
/**
|
|
1179
|
+
* Y-axis: "task_count", "story_points", "estimated_hours", "actual_hours", "resolution_time_days"
|
|
1180
|
+
*
|
|
1181
|
+
* @generated from field: string metric = 3;
|
|
1182
|
+
*/
|
|
1183
|
+
metric: string;
|
|
1184
|
+
|
|
1185
|
+
/**
|
|
1186
|
+
* If set, overrides dimension+metric: "completion_rate", "velocity_trend", "avg_resolution_time", "burn_rate", "scope_creep", "efficiency_ratio"
|
|
1187
|
+
*
|
|
1188
|
+
* @generated from field: string preset_metric = 4;
|
|
1189
|
+
*/
|
|
1190
|
+
presetMetric: string;
|
|
1191
|
+
|
|
1192
|
+
/**
|
|
1193
|
+
* "line", "bar", "area", "pie"
|
|
1194
|
+
*
|
|
1195
|
+
* @generated from field: string chart_type = 5;
|
|
1196
|
+
*/
|
|
1197
|
+
chartType: string;
|
|
1198
|
+
|
|
1199
|
+
/**
|
|
1200
|
+
* @generated from field: api.v1.CustomChartFilters filters = 6;
|
|
1201
|
+
*/
|
|
1202
|
+
filters?: CustomChartFilters;
|
|
1203
|
+
|
|
1204
|
+
/**
|
|
1205
|
+
* Date range filter (last n days)
|
|
1206
|
+
*
|
|
1207
|
+
* @generated from field: int32 days = 7;
|
|
1208
|
+
*/
|
|
1209
|
+
days: number;
|
|
1210
|
+
};
|
|
1211
|
+
|
|
1212
|
+
/**
|
|
1213
|
+
* Describes the message api.v1.GetCustomChartDataRequest.
|
|
1214
|
+
* Use `create(GetCustomChartDataRequestSchema)` to create a new message.
|
|
1215
|
+
*/
|
|
1216
|
+
export declare const GetCustomChartDataRequestSchema: GenMessage<GetCustomChartDataRequest>;
|
|
1217
|
+
|
|
1218
|
+
/**
|
|
1219
|
+
* @generated from message api.v1.CustomChartFilters
|
|
1220
|
+
*/
|
|
1221
|
+
export declare type CustomChartFilters = Message<"api.v1.CustomChartFilters"> & {
|
|
1222
|
+
/**
|
|
1223
|
+
* @generated from field: repeated uint32 assignee_ids = 1;
|
|
1224
|
+
*/
|
|
1225
|
+
assigneeIds: number[];
|
|
1226
|
+
|
|
1227
|
+
/**
|
|
1228
|
+
* @generated from field: repeated string labels = 2;
|
|
1229
|
+
*/
|
|
1230
|
+
labels: string[];
|
|
1231
|
+
|
|
1232
|
+
/**
|
|
1233
|
+
* @generated from field: repeated string task_types = 3;
|
|
1234
|
+
*/
|
|
1235
|
+
taskTypes: string[];
|
|
1236
|
+
|
|
1237
|
+
/**
|
|
1238
|
+
* @generated from field: repeated string priorities = 4;
|
|
1239
|
+
*/
|
|
1240
|
+
priorities: string[];
|
|
1241
|
+
|
|
1242
|
+
/**
|
|
1243
|
+
* @generated from field: uint32 cycle_id = 5;
|
|
1244
|
+
*/
|
|
1245
|
+
cycleId: number;
|
|
1246
|
+
};
|
|
1247
|
+
|
|
1248
|
+
/**
|
|
1249
|
+
* Describes the message api.v1.CustomChartFilters.
|
|
1250
|
+
* Use `create(CustomChartFiltersSchema)` to create a new message.
|
|
1251
|
+
*/
|
|
1252
|
+
export declare const CustomChartFiltersSchema: GenMessage<CustomChartFilters>;
|
|
1253
|
+
|
|
1254
|
+
/**
|
|
1255
|
+
* @generated from message api.v1.GetCustomChartDataResponse
|
|
1256
|
+
*/
|
|
1257
|
+
export declare type GetCustomChartDataResponse = Message<"api.v1.GetCustomChartDataResponse"> & {
|
|
1258
|
+
/**
|
|
1259
|
+
* @generated from field: repeated api.v1.CustomChartDataPoint data = 1;
|
|
1260
|
+
*/
|
|
1261
|
+
data: CustomChartDataPoint[];
|
|
1262
|
+
|
|
1263
|
+
/**
|
|
1264
|
+
* @generated from field: double total = 2;
|
|
1265
|
+
*/
|
|
1266
|
+
total: number;
|
|
1267
|
+
|
|
1268
|
+
/**
|
|
1269
|
+
* @generated from field: double average = 3;
|
|
1270
|
+
*/
|
|
1271
|
+
average: number;
|
|
1272
|
+
};
|
|
1273
|
+
|
|
1274
|
+
/**
|
|
1275
|
+
* Describes the message api.v1.GetCustomChartDataResponse.
|
|
1276
|
+
* Use `create(GetCustomChartDataResponseSchema)` to create a new message.
|
|
1277
|
+
*/
|
|
1278
|
+
export declare const GetCustomChartDataResponseSchema: GenMessage<GetCustomChartDataResponse>;
|
|
1279
|
+
|
|
1280
|
+
/**
|
|
1281
|
+
* @generated from message api.v1.CustomChartDataPoint
|
|
1282
|
+
*/
|
|
1283
|
+
export declare type CustomChartDataPoint = Message<"api.v1.CustomChartDataPoint"> & {
|
|
1284
|
+
/**
|
|
1285
|
+
* X-axis label
|
|
1286
|
+
*
|
|
1287
|
+
* @generated from field: string dimension_value = 1;
|
|
1288
|
+
*/
|
|
1289
|
+
dimensionValue: string;
|
|
1290
|
+
|
|
1291
|
+
/**
|
|
1292
|
+
* Y-axis value
|
|
1293
|
+
*
|
|
1294
|
+
* @generated from field: double metric_value = 2;
|
|
1295
|
+
*/
|
|
1296
|
+
metricValue: number;
|
|
1297
|
+
|
|
1298
|
+
/**
|
|
1299
|
+
* Additional series for presets (e.g., "committed" vs "completed")
|
|
1300
|
+
*
|
|
1301
|
+
* @generated from field: map<string, double> extra = 3;
|
|
1302
|
+
*/
|
|
1303
|
+
extra: { [key: string]: number };
|
|
1304
|
+
};
|
|
1305
|
+
|
|
1306
|
+
/**
|
|
1307
|
+
* Describes the message api.v1.CustomChartDataPoint.
|
|
1308
|
+
* Use `create(CustomChartDataPointSchema)` to create a new message.
|
|
1309
|
+
*/
|
|
1310
|
+
export declare const CustomChartDataPointSchema: GenMessage<CustomChartDataPoint>;
|
|
1311
|
+
|
|
1312
|
+
/**
|
|
1313
|
+
* @generated from service api.v1.ReportingService
|
|
1314
|
+
*/
|
|
1315
|
+
export declare const ReportingService: GenService<{
|
|
1316
|
+
/**
|
|
1317
|
+
* Existing chart data endpoints
|
|
1318
|
+
*
|
|
1319
|
+
* @generated from rpc api.v1.ReportingService.GetCumulativeFlow
|
|
1320
|
+
*/
|
|
1321
|
+
getCumulativeFlow: {
|
|
1322
|
+
methodKind: "unary";
|
|
1323
|
+
input: typeof GetCumulativeFlowRequestSchema;
|
|
1324
|
+
output: typeof GetCumulativeFlowResponseSchema;
|
|
1325
|
+
},
|
|
1326
|
+
/**
|
|
1327
|
+
* @generated from rpc api.v1.ReportingService.GetCreatedVsResolved
|
|
1328
|
+
*/
|
|
1329
|
+
getCreatedVsResolved: {
|
|
1330
|
+
methodKind: "unary";
|
|
1331
|
+
input: typeof GetCreatedVsResolvedRequestSchema;
|
|
1332
|
+
output: typeof GetCreatedVsResolvedResponseSchema;
|
|
1333
|
+
},
|
|
1334
|
+
/**
|
|
1335
|
+
* @generated from rpc api.v1.ReportingService.GetTaskDistribution
|
|
1336
|
+
*/
|
|
1337
|
+
getTaskDistribution: {
|
|
1338
|
+
methodKind: "unary";
|
|
1339
|
+
input: typeof GetTaskDistributionRequestSchema;
|
|
1340
|
+
output: typeof GetTaskDistributionResponseSchema;
|
|
1341
|
+
},
|
|
1342
|
+
/**
|
|
1343
|
+
* @generated from rpc api.v1.ReportingService.GetResolutionTime
|
|
1344
|
+
*/
|
|
1345
|
+
getResolutionTime: {
|
|
1346
|
+
methodKind: "unary";
|
|
1347
|
+
input: typeof GetResolutionTimeRequestSchema;
|
|
1348
|
+
output: typeof GetResolutionTimeResponseSchema;
|
|
1349
|
+
},
|
|
1350
|
+
/**
|
|
1351
|
+
* @generated from rpc api.v1.ReportingService.GetTimeTracking
|
|
1352
|
+
*/
|
|
1353
|
+
getTimeTracking: {
|
|
1354
|
+
methodKind: "unary";
|
|
1355
|
+
input: typeof GetTimeTrackingRequestSchema;
|
|
1356
|
+
output: typeof GetTimeTrackingResponseSchema;
|
|
1357
|
+
},
|
|
1358
|
+
/**
|
|
1359
|
+
* New chart data endpoints
|
|
1360
|
+
*
|
|
1361
|
+
* @generated from rpc api.v1.ReportingService.GetBurndown
|
|
1362
|
+
*/
|
|
1363
|
+
getBurndown: {
|
|
1364
|
+
methodKind: "unary";
|
|
1365
|
+
input: typeof GetBurndownRequestSchema;
|
|
1366
|
+
output: typeof GetBurndownResponseSchema;
|
|
1367
|
+
},
|
|
1368
|
+
/**
|
|
1369
|
+
* @generated from rpc api.v1.ReportingService.GetVelocity
|
|
1370
|
+
*/
|
|
1371
|
+
getVelocity: {
|
|
1372
|
+
methodKind: "unary";
|
|
1373
|
+
input: typeof GetVelocityRequestSchema;
|
|
1374
|
+
output: typeof GetVelocityResponseSchema;
|
|
1375
|
+
},
|
|
1376
|
+
/**
|
|
1377
|
+
* Report CRUD
|
|
1378
|
+
*
|
|
1379
|
+
* @generated from rpc api.v1.ReportingService.CreateReport
|
|
1380
|
+
*/
|
|
1381
|
+
createReport: {
|
|
1382
|
+
methodKind: "unary";
|
|
1383
|
+
input: typeof CreateReportRequestSchema;
|
|
1384
|
+
output: typeof CreateReportResponseSchema;
|
|
1385
|
+
},
|
|
1386
|
+
/**
|
|
1387
|
+
* @generated from rpc api.v1.ReportingService.GetReport
|
|
1388
|
+
*/
|
|
1389
|
+
getReport: {
|
|
1390
|
+
methodKind: "unary";
|
|
1391
|
+
input: typeof GetReportRequestSchema;
|
|
1392
|
+
output: typeof GetReportResponseSchema;
|
|
1393
|
+
},
|
|
1394
|
+
/**
|
|
1395
|
+
* @generated from rpc api.v1.ReportingService.GetReports
|
|
1396
|
+
*/
|
|
1397
|
+
getReports: {
|
|
1398
|
+
methodKind: "unary";
|
|
1399
|
+
input: typeof GetReportsRequestSchema;
|
|
1400
|
+
output: typeof GetReportsResponseSchema;
|
|
1401
|
+
},
|
|
1402
|
+
/**
|
|
1403
|
+
* @generated from rpc api.v1.ReportingService.UpdateReport
|
|
1404
|
+
*/
|
|
1405
|
+
updateReport: {
|
|
1406
|
+
methodKind: "unary";
|
|
1407
|
+
input: typeof UpdateReportRequestSchema;
|
|
1408
|
+
output: typeof UpdateReportResponseSchema;
|
|
1409
|
+
},
|
|
1410
|
+
/**
|
|
1411
|
+
* @generated from rpc api.v1.ReportingService.DeleteReport
|
|
1412
|
+
*/
|
|
1413
|
+
deleteReport: {
|
|
1414
|
+
methodKind: "unary";
|
|
1415
|
+
input: typeof DeleteReportRequestSchema;
|
|
1416
|
+
output: typeof DeleteReportResponseSchema;
|
|
1417
|
+
},
|
|
1418
|
+
/**
|
|
1419
|
+
* @generated from rpc api.v1.ReportingService.DuplicateReport
|
|
1420
|
+
*/
|
|
1421
|
+
duplicateReport: {
|
|
1422
|
+
methodKind: "unary";
|
|
1423
|
+
input: typeof DuplicateReportRequestSchema;
|
|
1424
|
+
output: typeof DuplicateReportResponseSchema;
|
|
1425
|
+
},
|
|
1426
|
+
/**
|
|
1427
|
+
* Widget CRUD
|
|
1428
|
+
*
|
|
1429
|
+
* @generated from rpc api.v1.ReportingService.AddReportWidget
|
|
1430
|
+
*/
|
|
1431
|
+
addReportWidget: {
|
|
1432
|
+
methodKind: "unary";
|
|
1433
|
+
input: typeof AddReportWidgetRequestSchema;
|
|
1434
|
+
output: typeof AddReportWidgetResponseSchema;
|
|
1435
|
+
},
|
|
1436
|
+
/**
|
|
1437
|
+
* @generated from rpc api.v1.ReportingService.UpdateReportWidget
|
|
1438
|
+
*/
|
|
1439
|
+
updateReportWidget: {
|
|
1440
|
+
methodKind: "unary";
|
|
1441
|
+
input: typeof UpdateReportWidgetRequestSchema;
|
|
1442
|
+
output: typeof UpdateReportWidgetResponseSchema;
|
|
1443
|
+
},
|
|
1444
|
+
/**
|
|
1445
|
+
* @generated from rpc api.v1.ReportingService.RemoveReportWidget
|
|
1446
|
+
*/
|
|
1447
|
+
removeReportWidget: {
|
|
1448
|
+
methodKind: "unary";
|
|
1449
|
+
input: typeof RemoveReportWidgetRequestSchema;
|
|
1450
|
+
output: typeof RemoveReportWidgetResponseSchema;
|
|
1451
|
+
},
|
|
1452
|
+
/**
|
|
1453
|
+
* @generated from rpc api.v1.ReportingService.ReorderReportWidgets
|
|
1454
|
+
*/
|
|
1455
|
+
reorderReportWidgets: {
|
|
1456
|
+
methodKind: "unary";
|
|
1457
|
+
input: typeof ReorderReportWidgetsRequestSchema;
|
|
1458
|
+
output: typeof ReorderReportWidgetsResponseSchema;
|
|
1459
|
+
},
|
|
1460
|
+
/**
|
|
1461
|
+
* CSV Export
|
|
1462
|
+
*
|
|
1463
|
+
* @generated from rpc api.v1.ReportingService.ExportReportCSV
|
|
1464
|
+
*/
|
|
1465
|
+
exportReportCSV: {
|
|
1466
|
+
methodKind: "unary";
|
|
1467
|
+
input: typeof ExportReportCSVRequestSchema;
|
|
1468
|
+
output: typeof ExportReportCSVResponseSchema;
|
|
1469
|
+
},
|
|
1470
|
+
/**
|
|
1471
|
+
* Custom Chart
|
|
1472
|
+
*
|
|
1473
|
+
* @generated from rpc api.v1.ReportingService.GetCustomChartData
|
|
1474
|
+
*/
|
|
1475
|
+
getCustomChartData: {
|
|
1476
|
+
methodKind: "unary";
|
|
1477
|
+
input: typeof GetCustomChartDataRequestSchema;
|
|
1478
|
+
output: typeof GetCustomChartDataResponseSchema;
|
|
1479
|
+
},
|
|
1480
|
+
}>;
|
|
1481
|
+
|