weave-typescript 0.11.14 → 0.11.15

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.
Files changed (63) hide show
  1. package/dist/weaveapi/data/v1/data.pb.d.ts +54 -0
  2. package/dist/weaveapi/data/v1/data.pb.js +411 -0
  3. package/dist/weaveapi/data/v1/service.pb.d.ts +213 -0
  4. package/dist/weaveapi/data/v1/service.pb.js +1948 -0
  5. package/dist/weaveapi/input/v1/input.pb.d.ts +77 -0
  6. package/dist/weaveapi/input/v1/input.pb.js +632 -0
  7. package/dist/weaveapi/input/v1/service.pb.d.ts +311 -0
  8. package/dist/weaveapi/input/v1/service.pb.js +3001 -0
  9. package/dist/weaveapi/integration/v1/integration.pb.d.ts +67 -0
  10. package/dist/weaveapi/integration/v1/integration.pb.js +486 -0
  11. package/dist/weaveapi/integration/v1/service.pb.d.ts +236 -0
  12. package/dist/weaveapi/integration/v1/service.pb.js +2220 -0
  13. package/dist/weaveapi/report/v1/report.pb.d.ts +79 -0
  14. package/dist/weaveapi/report/v1/report.pb.js +638 -0
  15. package/dist/weaveapi/report/v1/service.pb.d.ts +194 -0
  16. package/dist/weaveapi/report/v1/service.pb.js +1630 -0
  17. package/dist/weaveapi/requirement/v1/requirement.pb.d.ts +70 -0
  18. package/dist/weaveapi/requirement/v1/requirement.pb.js +570 -0
  19. package/dist/weaveapi/requirement/v1/service.pb.d.ts +310 -0
  20. package/dist/weaveapi/requirement/v1/service.pb.js +2978 -0
  21. package/dist/weaveapi/run/v1/run.pb.d.ts +116 -0
  22. package/dist/weaveapi/run/v1/run.pb.js +1135 -0
  23. package/dist/weaveapi/run/v1/service.pb.d.ts +229 -0
  24. package/dist/weaveapi/run/v1/service.pb.js +2106 -0
  25. package/dist/weaveapi/script/v1/script.pb.d.ts +102 -0
  26. package/dist/weaveapi/script/v1/script.pb.js +1025 -0
  27. package/dist/weaveapi/script/v1/service.pb.d.ts +426 -0
  28. package/dist/weaveapi/script/v1/service.pb.js +4399 -0
  29. package/dist/weaveapi/storage/v1/service.pb.d.ts +4 -0
  30. package/dist/weaveapi/storage/v1/service.pb.js +50 -7
  31. package/dist/weaveapi/storage/v1/storage.pb.d.ts +2 -0
  32. package/dist/weaveapi/storage/v1/storage.pb.js +23 -0
  33. package/dist/weaveapi/storage/v1/vcs.pb.d.ts +75 -0
  34. package/dist/weaveapi/storage/v1/vcs.pb.js +864 -0
  35. package/dist/weaveapi/suite/v1/service.pb.d.ts +373 -0
  36. package/dist/weaveapi/suite/v1/service.pb.js +3629 -0
  37. package/dist/weaveapi/suite/v1/suite.pb.d.ts +92 -0
  38. package/dist/weaveapi/suite/v1/suite.pb.js +876 -0
  39. package/dist/weaveapi/testcase/v1/service.pb.d.ts +422 -0
  40. package/dist/weaveapi/testcase/v1/service.pb.js +4254 -0
  41. package/dist/weaveapi/testcase/v1/testcase.pb.d.ts +91 -0
  42. package/dist/weaveapi/testcase/v1/testcase.pb.js +794 -0
  43. package/dist/weavesql/weavedb/data_asset_sql.d.ts +141 -0
  44. package/dist/weavesql/weavedb/data_asset_sql.js +217 -0
  45. package/dist/weavesql/weavedb/input_sql.d.ts +230 -0
  46. package/dist/weavesql/weavedb/input_sql.js +384 -0
  47. package/dist/weavesql/weavedb/integration_sql.d.ts +170 -0
  48. package/dist/weavesql/weavedb/integration_sql.js +258 -0
  49. package/dist/weavesql/weavedb/report_sql.d.ts +138 -0
  50. package/dist/weavesql/weavedb/report_sql.js +232 -0
  51. package/dist/weavesql/weavedb/requirement_sql.d.ts +168 -0
  52. package/dist/weavesql/weavedb/requirement_sql.js +283 -0
  53. package/dist/weavesql/weavedb/run_sql.d.ts +247 -0
  54. package/dist/weavesql/weavedb/run_sql.js +415 -0
  55. package/dist/weavesql/weavedb/suite_sql.d.ts +228 -0
  56. package/dist/weavesql/weavedb/suite_sql.js +399 -0
  57. package/dist/weavesql/weavedb/test_case_sql.d.ts +261 -0
  58. package/dist/weavesql/weavedb/test_case_sql.js +446 -0
  59. package/dist/weavesql/weavedb/test_script_sql.d.ts +290 -0
  60. package/dist/weavesql/weavedb/test_script_sql.js +488 -0
  61. package/dist/weavesql/weavedb/traceability_sql.d.ts +59 -0
  62. package/dist/weavesql/weavedb/traceability_sql.js +155 -0
  63. package/package.json +1 -1
@@ -0,0 +1,1630 @@
1
+ "use strict";
2
+ // Code generated by protoc-gen-ts_proto. DO NOT EDIT.
3
+ // versions:
4
+ // protoc-gen-ts_proto v2.11.2
5
+ // protoc unknown
6
+ // source: weaveapi/report/v1/service.proto
7
+ Object.defineProperty(exports, "__esModule", { value: true });
8
+ exports.ReportServiceDefinition = exports.ReportServiceClientImpl = exports.ReportServiceServiceName = exports.ListWorkflowEventsResponse = exports.ListWorkflowEventsRequest = exports.DeleteReportResponse = exports.DeleteReportRequest = exports.ArchiveReportResponse = exports.ArchiveReportRequest = exports.ListReportsResponse = exports.ListReportsRequest = exports.GetReportResponse = exports.GetReportRequest = exports.BuildReportSummaryResponse = exports.BuildReportSummaryRequest = exports.protobufPackage = void 0;
9
+ /* eslint-disable */
10
+ const wire_1 = require("@bufbuild/protobuf/wire");
11
+ const struct_pb_1 = require("../../../google/protobuf/struct.pb");
12
+ const report_pb_1 = require("./report.pb");
13
+ exports.protobufPackage = "weaveapi.report.v1";
14
+ function createBaseBuildReportSummaryRequest() {
15
+ return { projectId: "", workflowId: "", testRunId: "", storageConnectionId: "", options: undefined };
16
+ }
17
+ exports.BuildReportSummaryRequest = {
18
+ encode(message, writer = new wire_1.BinaryWriter()) {
19
+ if (message.projectId !== "") {
20
+ writer.uint32(10).string(message.projectId);
21
+ }
22
+ if (message.workflowId !== "") {
23
+ writer.uint32(18).string(message.workflowId);
24
+ }
25
+ if (message.testRunId !== "") {
26
+ writer.uint32(26).string(message.testRunId);
27
+ }
28
+ if (message.storageConnectionId !== "") {
29
+ writer.uint32(34).string(message.storageConnectionId);
30
+ }
31
+ if (message.options !== undefined) {
32
+ struct_pb_1.Struct.encode(struct_pb_1.Struct.wrap(message.options), writer.uint32(42).fork()).join();
33
+ }
34
+ return writer;
35
+ },
36
+ decode(input, length) {
37
+ const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
38
+ const end = length === undefined ? reader.len : reader.pos + length;
39
+ const message = createBaseBuildReportSummaryRequest();
40
+ while (reader.pos < end) {
41
+ const tag = reader.uint32();
42
+ switch (tag >>> 3) {
43
+ case 1: {
44
+ if (tag !== 10) {
45
+ break;
46
+ }
47
+ message.projectId = reader.string();
48
+ continue;
49
+ }
50
+ case 2: {
51
+ if (tag !== 18) {
52
+ break;
53
+ }
54
+ message.workflowId = reader.string();
55
+ continue;
56
+ }
57
+ case 3: {
58
+ if (tag !== 26) {
59
+ break;
60
+ }
61
+ message.testRunId = reader.string();
62
+ continue;
63
+ }
64
+ case 4: {
65
+ if (tag !== 34) {
66
+ break;
67
+ }
68
+ message.storageConnectionId = reader.string();
69
+ continue;
70
+ }
71
+ case 5: {
72
+ if (tag !== 42) {
73
+ break;
74
+ }
75
+ message.options = struct_pb_1.Struct.unwrap(struct_pb_1.Struct.decode(reader, reader.uint32()));
76
+ continue;
77
+ }
78
+ }
79
+ if ((tag & 7) === 4 || tag === 0) {
80
+ break;
81
+ }
82
+ reader.skip(tag & 7);
83
+ }
84
+ return message;
85
+ },
86
+ fromJSON(object) {
87
+ return {
88
+ projectId: isSet(object.projectId)
89
+ ? globalThis.String(object.projectId)
90
+ : isSet(object.project_id)
91
+ ? globalThis.String(object.project_id)
92
+ : "",
93
+ workflowId: isSet(object.workflowId)
94
+ ? globalThis.String(object.workflowId)
95
+ : isSet(object.workflow_id)
96
+ ? globalThis.String(object.workflow_id)
97
+ : "",
98
+ testRunId: isSet(object.testRunId)
99
+ ? globalThis.String(object.testRunId)
100
+ : isSet(object.test_run_id)
101
+ ? globalThis.String(object.test_run_id)
102
+ : "",
103
+ storageConnectionId: isSet(object.storageConnectionId)
104
+ ? globalThis.String(object.storageConnectionId)
105
+ : isSet(object.storage_connection_id)
106
+ ? globalThis.String(object.storage_connection_id)
107
+ : "",
108
+ options: isObject(object.options) ? object.options : undefined,
109
+ };
110
+ },
111
+ toJSON(message) {
112
+ const obj = {};
113
+ if (message.projectId !== "") {
114
+ obj.projectId = message.projectId;
115
+ }
116
+ if (message.workflowId !== "") {
117
+ obj.workflowId = message.workflowId;
118
+ }
119
+ if (message.testRunId !== "") {
120
+ obj.testRunId = message.testRunId;
121
+ }
122
+ if (message.storageConnectionId !== "") {
123
+ obj.storageConnectionId = message.storageConnectionId;
124
+ }
125
+ if (message.options !== undefined) {
126
+ obj.options = message.options;
127
+ }
128
+ return obj;
129
+ },
130
+ create(base) {
131
+ return exports.BuildReportSummaryRequest.fromPartial(base !== null && base !== void 0 ? base : {});
132
+ },
133
+ fromPartial(object) {
134
+ var _a, _b, _c, _d, _e;
135
+ const message = createBaseBuildReportSummaryRequest();
136
+ message.projectId = (_a = object.projectId) !== null && _a !== void 0 ? _a : "";
137
+ message.workflowId = (_b = object.workflowId) !== null && _b !== void 0 ? _b : "";
138
+ message.testRunId = (_c = object.testRunId) !== null && _c !== void 0 ? _c : "";
139
+ message.storageConnectionId = (_d = object.storageConnectionId) !== null && _d !== void 0 ? _d : "";
140
+ message.options = (_e = object.options) !== null && _e !== void 0 ? _e : undefined;
141
+ return message;
142
+ },
143
+ };
144
+ function createBaseBuildReportSummaryResponse() {
145
+ return { testReport: undefined };
146
+ }
147
+ exports.BuildReportSummaryResponse = {
148
+ encode(message, writer = new wire_1.BinaryWriter()) {
149
+ if (message.testReport !== undefined) {
150
+ report_pb_1.TestReport.encode(message.testReport, writer.uint32(10).fork()).join();
151
+ }
152
+ return writer;
153
+ },
154
+ decode(input, length) {
155
+ const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
156
+ const end = length === undefined ? reader.len : reader.pos + length;
157
+ const message = createBaseBuildReportSummaryResponse();
158
+ while (reader.pos < end) {
159
+ const tag = reader.uint32();
160
+ switch (tag >>> 3) {
161
+ case 1: {
162
+ if (tag !== 10) {
163
+ break;
164
+ }
165
+ message.testReport = report_pb_1.TestReport.decode(reader, reader.uint32());
166
+ continue;
167
+ }
168
+ }
169
+ if ((tag & 7) === 4 || tag === 0) {
170
+ break;
171
+ }
172
+ reader.skip(tag & 7);
173
+ }
174
+ return message;
175
+ },
176
+ fromJSON(object) {
177
+ return {
178
+ testReport: isSet(object.testReport)
179
+ ? report_pb_1.TestReport.fromJSON(object.testReport)
180
+ : isSet(object.test_report)
181
+ ? report_pb_1.TestReport.fromJSON(object.test_report)
182
+ : undefined,
183
+ };
184
+ },
185
+ toJSON(message) {
186
+ const obj = {};
187
+ if (message.testReport !== undefined) {
188
+ obj.testReport = report_pb_1.TestReport.toJSON(message.testReport);
189
+ }
190
+ return obj;
191
+ },
192
+ create(base) {
193
+ return exports.BuildReportSummaryResponse.fromPartial(base !== null && base !== void 0 ? base : {});
194
+ },
195
+ fromPartial(object) {
196
+ const message = createBaseBuildReportSummaryResponse();
197
+ message.testReport = (object.testReport !== undefined && object.testReport !== null)
198
+ ? report_pb_1.TestReport.fromPartial(object.testReport)
199
+ : undefined;
200
+ return message;
201
+ },
202
+ };
203
+ function createBaseGetReportRequest() {
204
+ return { projectId: "", workflowId: "", testReportId: "" };
205
+ }
206
+ exports.GetReportRequest = {
207
+ encode(message, writer = new wire_1.BinaryWriter()) {
208
+ if (message.projectId !== "") {
209
+ writer.uint32(10).string(message.projectId);
210
+ }
211
+ if (message.workflowId !== "") {
212
+ writer.uint32(18).string(message.workflowId);
213
+ }
214
+ if (message.testReportId !== "") {
215
+ writer.uint32(26).string(message.testReportId);
216
+ }
217
+ return writer;
218
+ },
219
+ decode(input, length) {
220
+ const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
221
+ const end = length === undefined ? reader.len : reader.pos + length;
222
+ const message = createBaseGetReportRequest();
223
+ while (reader.pos < end) {
224
+ const tag = reader.uint32();
225
+ switch (tag >>> 3) {
226
+ case 1: {
227
+ if (tag !== 10) {
228
+ break;
229
+ }
230
+ message.projectId = reader.string();
231
+ continue;
232
+ }
233
+ case 2: {
234
+ if (tag !== 18) {
235
+ break;
236
+ }
237
+ message.workflowId = reader.string();
238
+ continue;
239
+ }
240
+ case 3: {
241
+ if (tag !== 26) {
242
+ break;
243
+ }
244
+ message.testReportId = reader.string();
245
+ continue;
246
+ }
247
+ }
248
+ if ((tag & 7) === 4 || tag === 0) {
249
+ break;
250
+ }
251
+ reader.skip(tag & 7);
252
+ }
253
+ return message;
254
+ },
255
+ fromJSON(object) {
256
+ return {
257
+ projectId: isSet(object.projectId)
258
+ ? globalThis.String(object.projectId)
259
+ : isSet(object.project_id)
260
+ ? globalThis.String(object.project_id)
261
+ : "",
262
+ workflowId: isSet(object.workflowId)
263
+ ? globalThis.String(object.workflowId)
264
+ : isSet(object.workflow_id)
265
+ ? globalThis.String(object.workflow_id)
266
+ : "",
267
+ testReportId: isSet(object.testReportId)
268
+ ? globalThis.String(object.testReportId)
269
+ : isSet(object.test_report_id)
270
+ ? globalThis.String(object.test_report_id)
271
+ : "",
272
+ };
273
+ },
274
+ toJSON(message) {
275
+ const obj = {};
276
+ if (message.projectId !== "") {
277
+ obj.projectId = message.projectId;
278
+ }
279
+ if (message.workflowId !== "") {
280
+ obj.workflowId = message.workflowId;
281
+ }
282
+ if (message.testReportId !== "") {
283
+ obj.testReportId = message.testReportId;
284
+ }
285
+ return obj;
286
+ },
287
+ create(base) {
288
+ return exports.GetReportRequest.fromPartial(base !== null && base !== void 0 ? base : {});
289
+ },
290
+ fromPartial(object) {
291
+ var _a, _b, _c;
292
+ const message = createBaseGetReportRequest();
293
+ message.projectId = (_a = object.projectId) !== null && _a !== void 0 ? _a : "";
294
+ message.workflowId = (_b = object.workflowId) !== null && _b !== void 0 ? _b : "";
295
+ message.testReportId = (_c = object.testReportId) !== null && _c !== void 0 ? _c : "";
296
+ return message;
297
+ },
298
+ };
299
+ function createBaseGetReportResponse() {
300
+ return { testReport: undefined };
301
+ }
302
+ exports.GetReportResponse = {
303
+ encode(message, writer = new wire_1.BinaryWriter()) {
304
+ if (message.testReport !== undefined) {
305
+ report_pb_1.TestReport.encode(message.testReport, writer.uint32(10).fork()).join();
306
+ }
307
+ return writer;
308
+ },
309
+ decode(input, length) {
310
+ const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
311
+ const end = length === undefined ? reader.len : reader.pos + length;
312
+ const message = createBaseGetReportResponse();
313
+ while (reader.pos < end) {
314
+ const tag = reader.uint32();
315
+ switch (tag >>> 3) {
316
+ case 1: {
317
+ if (tag !== 10) {
318
+ break;
319
+ }
320
+ message.testReport = report_pb_1.TestReport.decode(reader, reader.uint32());
321
+ continue;
322
+ }
323
+ }
324
+ if ((tag & 7) === 4 || tag === 0) {
325
+ break;
326
+ }
327
+ reader.skip(tag & 7);
328
+ }
329
+ return message;
330
+ },
331
+ fromJSON(object) {
332
+ return {
333
+ testReport: isSet(object.testReport)
334
+ ? report_pb_1.TestReport.fromJSON(object.testReport)
335
+ : isSet(object.test_report)
336
+ ? report_pb_1.TestReport.fromJSON(object.test_report)
337
+ : undefined,
338
+ };
339
+ },
340
+ toJSON(message) {
341
+ const obj = {};
342
+ if (message.testReport !== undefined) {
343
+ obj.testReport = report_pb_1.TestReport.toJSON(message.testReport);
344
+ }
345
+ return obj;
346
+ },
347
+ create(base) {
348
+ return exports.GetReportResponse.fromPartial(base !== null && base !== void 0 ? base : {});
349
+ },
350
+ fromPartial(object) {
351
+ const message = createBaseGetReportResponse();
352
+ message.testReport = (object.testReport !== undefined && object.testReport !== null)
353
+ ? report_pb_1.TestReport.fromPartial(object.testReport)
354
+ : undefined;
355
+ return message;
356
+ },
357
+ };
358
+ function createBaseListReportsRequest() {
359
+ return { projectId: "", workflowId: "", includeArchived: false, pageSize: 0, pageToken: "" };
360
+ }
361
+ exports.ListReportsRequest = {
362
+ encode(message, writer = new wire_1.BinaryWriter()) {
363
+ if (message.projectId !== "") {
364
+ writer.uint32(10).string(message.projectId);
365
+ }
366
+ if (message.workflowId !== "") {
367
+ writer.uint32(18).string(message.workflowId);
368
+ }
369
+ if (message.includeArchived !== false) {
370
+ writer.uint32(24).bool(message.includeArchived);
371
+ }
372
+ if (message.pageSize !== 0) {
373
+ writer.uint32(32).int32(message.pageSize);
374
+ }
375
+ if (message.pageToken !== "") {
376
+ writer.uint32(42).string(message.pageToken);
377
+ }
378
+ return writer;
379
+ },
380
+ decode(input, length) {
381
+ const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
382
+ const end = length === undefined ? reader.len : reader.pos + length;
383
+ const message = createBaseListReportsRequest();
384
+ while (reader.pos < end) {
385
+ const tag = reader.uint32();
386
+ switch (tag >>> 3) {
387
+ case 1: {
388
+ if (tag !== 10) {
389
+ break;
390
+ }
391
+ message.projectId = reader.string();
392
+ continue;
393
+ }
394
+ case 2: {
395
+ if (tag !== 18) {
396
+ break;
397
+ }
398
+ message.workflowId = reader.string();
399
+ continue;
400
+ }
401
+ case 3: {
402
+ if (tag !== 24) {
403
+ break;
404
+ }
405
+ message.includeArchived = reader.bool();
406
+ continue;
407
+ }
408
+ case 4: {
409
+ if (tag !== 32) {
410
+ break;
411
+ }
412
+ message.pageSize = reader.int32();
413
+ continue;
414
+ }
415
+ case 5: {
416
+ if (tag !== 42) {
417
+ break;
418
+ }
419
+ message.pageToken = reader.string();
420
+ continue;
421
+ }
422
+ }
423
+ if ((tag & 7) === 4 || tag === 0) {
424
+ break;
425
+ }
426
+ reader.skip(tag & 7);
427
+ }
428
+ return message;
429
+ },
430
+ fromJSON(object) {
431
+ return {
432
+ projectId: isSet(object.projectId)
433
+ ? globalThis.String(object.projectId)
434
+ : isSet(object.project_id)
435
+ ? globalThis.String(object.project_id)
436
+ : "",
437
+ workflowId: isSet(object.workflowId)
438
+ ? globalThis.String(object.workflowId)
439
+ : isSet(object.workflow_id)
440
+ ? globalThis.String(object.workflow_id)
441
+ : "",
442
+ includeArchived: isSet(object.includeArchived)
443
+ ? globalThis.Boolean(object.includeArchived)
444
+ : isSet(object.include_archived)
445
+ ? globalThis.Boolean(object.include_archived)
446
+ : false,
447
+ pageSize: isSet(object.pageSize)
448
+ ? globalThis.Number(object.pageSize)
449
+ : isSet(object.page_size)
450
+ ? globalThis.Number(object.page_size)
451
+ : 0,
452
+ pageToken: isSet(object.pageToken)
453
+ ? globalThis.String(object.pageToken)
454
+ : isSet(object.page_token)
455
+ ? globalThis.String(object.page_token)
456
+ : "",
457
+ };
458
+ },
459
+ toJSON(message) {
460
+ const obj = {};
461
+ if (message.projectId !== "") {
462
+ obj.projectId = message.projectId;
463
+ }
464
+ if (message.workflowId !== "") {
465
+ obj.workflowId = message.workflowId;
466
+ }
467
+ if (message.includeArchived !== false) {
468
+ obj.includeArchived = message.includeArchived;
469
+ }
470
+ if (message.pageSize !== 0) {
471
+ obj.pageSize = Math.round(message.pageSize);
472
+ }
473
+ if (message.pageToken !== "") {
474
+ obj.pageToken = message.pageToken;
475
+ }
476
+ return obj;
477
+ },
478
+ create(base) {
479
+ return exports.ListReportsRequest.fromPartial(base !== null && base !== void 0 ? base : {});
480
+ },
481
+ fromPartial(object) {
482
+ var _a, _b, _c, _d, _e;
483
+ const message = createBaseListReportsRequest();
484
+ message.projectId = (_a = object.projectId) !== null && _a !== void 0 ? _a : "";
485
+ message.workflowId = (_b = object.workflowId) !== null && _b !== void 0 ? _b : "";
486
+ message.includeArchived = (_c = object.includeArchived) !== null && _c !== void 0 ? _c : false;
487
+ message.pageSize = (_d = object.pageSize) !== null && _d !== void 0 ? _d : 0;
488
+ message.pageToken = (_e = object.pageToken) !== null && _e !== void 0 ? _e : "";
489
+ return message;
490
+ },
491
+ };
492
+ function createBaseListReportsResponse() {
493
+ return { testReports: [], nextPageToken: "" };
494
+ }
495
+ exports.ListReportsResponse = {
496
+ encode(message, writer = new wire_1.BinaryWriter()) {
497
+ for (const v of message.testReports) {
498
+ report_pb_1.TestReport.encode(v, writer.uint32(10).fork()).join();
499
+ }
500
+ if (message.nextPageToken !== "") {
501
+ writer.uint32(18).string(message.nextPageToken);
502
+ }
503
+ return writer;
504
+ },
505
+ decode(input, length) {
506
+ const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
507
+ const end = length === undefined ? reader.len : reader.pos + length;
508
+ const message = createBaseListReportsResponse();
509
+ while (reader.pos < end) {
510
+ const tag = reader.uint32();
511
+ switch (tag >>> 3) {
512
+ case 1: {
513
+ if (tag !== 10) {
514
+ break;
515
+ }
516
+ message.testReports.push(report_pb_1.TestReport.decode(reader, reader.uint32()));
517
+ continue;
518
+ }
519
+ case 2: {
520
+ if (tag !== 18) {
521
+ break;
522
+ }
523
+ message.nextPageToken = reader.string();
524
+ continue;
525
+ }
526
+ }
527
+ if ((tag & 7) === 4 || tag === 0) {
528
+ break;
529
+ }
530
+ reader.skip(tag & 7);
531
+ }
532
+ return message;
533
+ },
534
+ fromJSON(object) {
535
+ return {
536
+ testReports: globalThis.Array.isArray(object === null || object === void 0 ? void 0 : object.testReports)
537
+ ? object.testReports.map((e) => report_pb_1.TestReport.fromJSON(e))
538
+ : globalThis.Array.isArray(object === null || object === void 0 ? void 0 : object.test_reports)
539
+ ? object.test_reports.map((e) => report_pb_1.TestReport.fromJSON(e))
540
+ : [],
541
+ nextPageToken: isSet(object.nextPageToken)
542
+ ? globalThis.String(object.nextPageToken)
543
+ : isSet(object.next_page_token)
544
+ ? globalThis.String(object.next_page_token)
545
+ : "",
546
+ };
547
+ },
548
+ toJSON(message) {
549
+ var _a;
550
+ const obj = {};
551
+ if ((_a = message.testReports) === null || _a === void 0 ? void 0 : _a.length) {
552
+ obj.testReports = message.testReports.map((e) => report_pb_1.TestReport.toJSON(e));
553
+ }
554
+ if (message.nextPageToken !== "") {
555
+ obj.nextPageToken = message.nextPageToken;
556
+ }
557
+ return obj;
558
+ },
559
+ create(base) {
560
+ return exports.ListReportsResponse.fromPartial(base !== null && base !== void 0 ? base : {});
561
+ },
562
+ fromPartial(object) {
563
+ var _a;
564
+ var _b;
565
+ const message = createBaseListReportsResponse();
566
+ message.testReports = ((_a = object.testReports) === null || _a === void 0 ? void 0 : _a.map((e) => report_pb_1.TestReport.fromPartial(e))) || [];
567
+ message.nextPageToken = (_b = object.nextPageToken) !== null && _b !== void 0 ? _b : "";
568
+ return message;
569
+ },
570
+ };
571
+ function createBaseArchiveReportRequest() {
572
+ return { projectId: "", workflowId: "", testReportId: "" };
573
+ }
574
+ exports.ArchiveReportRequest = {
575
+ encode(message, writer = new wire_1.BinaryWriter()) {
576
+ if (message.projectId !== "") {
577
+ writer.uint32(10).string(message.projectId);
578
+ }
579
+ if (message.workflowId !== "") {
580
+ writer.uint32(18).string(message.workflowId);
581
+ }
582
+ if (message.testReportId !== "") {
583
+ writer.uint32(26).string(message.testReportId);
584
+ }
585
+ return writer;
586
+ },
587
+ decode(input, length) {
588
+ const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
589
+ const end = length === undefined ? reader.len : reader.pos + length;
590
+ const message = createBaseArchiveReportRequest();
591
+ while (reader.pos < end) {
592
+ const tag = reader.uint32();
593
+ switch (tag >>> 3) {
594
+ case 1: {
595
+ if (tag !== 10) {
596
+ break;
597
+ }
598
+ message.projectId = reader.string();
599
+ continue;
600
+ }
601
+ case 2: {
602
+ if (tag !== 18) {
603
+ break;
604
+ }
605
+ message.workflowId = reader.string();
606
+ continue;
607
+ }
608
+ case 3: {
609
+ if (tag !== 26) {
610
+ break;
611
+ }
612
+ message.testReportId = reader.string();
613
+ continue;
614
+ }
615
+ }
616
+ if ((tag & 7) === 4 || tag === 0) {
617
+ break;
618
+ }
619
+ reader.skip(tag & 7);
620
+ }
621
+ return message;
622
+ },
623
+ fromJSON(object) {
624
+ return {
625
+ projectId: isSet(object.projectId)
626
+ ? globalThis.String(object.projectId)
627
+ : isSet(object.project_id)
628
+ ? globalThis.String(object.project_id)
629
+ : "",
630
+ workflowId: isSet(object.workflowId)
631
+ ? globalThis.String(object.workflowId)
632
+ : isSet(object.workflow_id)
633
+ ? globalThis.String(object.workflow_id)
634
+ : "",
635
+ testReportId: isSet(object.testReportId)
636
+ ? globalThis.String(object.testReportId)
637
+ : isSet(object.test_report_id)
638
+ ? globalThis.String(object.test_report_id)
639
+ : "",
640
+ };
641
+ },
642
+ toJSON(message) {
643
+ const obj = {};
644
+ if (message.projectId !== "") {
645
+ obj.projectId = message.projectId;
646
+ }
647
+ if (message.workflowId !== "") {
648
+ obj.workflowId = message.workflowId;
649
+ }
650
+ if (message.testReportId !== "") {
651
+ obj.testReportId = message.testReportId;
652
+ }
653
+ return obj;
654
+ },
655
+ create(base) {
656
+ return exports.ArchiveReportRequest.fromPartial(base !== null && base !== void 0 ? base : {});
657
+ },
658
+ fromPartial(object) {
659
+ var _a, _b, _c;
660
+ const message = createBaseArchiveReportRequest();
661
+ message.projectId = (_a = object.projectId) !== null && _a !== void 0 ? _a : "";
662
+ message.workflowId = (_b = object.workflowId) !== null && _b !== void 0 ? _b : "";
663
+ message.testReportId = (_c = object.testReportId) !== null && _c !== void 0 ? _c : "";
664
+ return message;
665
+ },
666
+ };
667
+ function createBaseArchiveReportResponse() {
668
+ return { testReport: undefined };
669
+ }
670
+ exports.ArchiveReportResponse = {
671
+ encode(message, writer = new wire_1.BinaryWriter()) {
672
+ if (message.testReport !== undefined) {
673
+ report_pb_1.TestReport.encode(message.testReport, writer.uint32(10).fork()).join();
674
+ }
675
+ return writer;
676
+ },
677
+ decode(input, length) {
678
+ const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
679
+ const end = length === undefined ? reader.len : reader.pos + length;
680
+ const message = createBaseArchiveReportResponse();
681
+ while (reader.pos < end) {
682
+ const tag = reader.uint32();
683
+ switch (tag >>> 3) {
684
+ case 1: {
685
+ if (tag !== 10) {
686
+ break;
687
+ }
688
+ message.testReport = report_pb_1.TestReport.decode(reader, reader.uint32());
689
+ continue;
690
+ }
691
+ }
692
+ if ((tag & 7) === 4 || tag === 0) {
693
+ break;
694
+ }
695
+ reader.skip(tag & 7);
696
+ }
697
+ return message;
698
+ },
699
+ fromJSON(object) {
700
+ return {
701
+ testReport: isSet(object.testReport)
702
+ ? report_pb_1.TestReport.fromJSON(object.testReport)
703
+ : isSet(object.test_report)
704
+ ? report_pb_1.TestReport.fromJSON(object.test_report)
705
+ : undefined,
706
+ };
707
+ },
708
+ toJSON(message) {
709
+ const obj = {};
710
+ if (message.testReport !== undefined) {
711
+ obj.testReport = report_pb_1.TestReport.toJSON(message.testReport);
712
+ }
713
+ return obj;
714
+ },
715
+ create(base) {
716
+ return exports.ArchiveReportResponse.fromPartial(base !== null && base !== void 0 ? base : {});
717
+ },
718
+ fromPartial(object) {
719
+ const message = createBaseArchiveReportResponse();
720
+ message.testReport = (object.testReport !== undefined && object.testReport !== null)
721
+ ? report_pb_1.TestReport.fromPartial(object.testReport)
722
+ : undefined;
723
+ return message;
724
+ },
725
+ };
726
+ function createBaseDeleteReportRequest() {
727
+ return { projectId: "", workflowId: "", testReportId: "" };
728
+ }
729
+ exports.DeleteReportRequest = {
730
+ encode(message, writer = new wire_1.BinaryWriter()) {
731
+ if (message.projectId !== "") {
732
+ writer.uint32(10).string(message.projectId);
733
+ }
734
+ if (message.workflowId !== "") {
735
+ writer.uint32(18).string(message.workflowId);
736
+ }
737
+ if (message.testReportId !== "") {
738
+ writer.uint32(26).string(message.testReportId);
739
+ }
740
+ return writer;
741
+ },
742
+ decode(input, length) {
743
+ const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
744
+ const end = length === undefined ? reader.len : reader.pos + length;
745
+ const message = createBaseDeleteReportRequest();
746
+ while (reader.pos < end) {
747
+ const tag = reader.uint32();
748
+ switch (tag >>> 3) {
749
+ case 1: {
750
+ if (tag !== 10) {
751
+ break;
752
+ }
753
+ message.projectId = reader.string();
754
+ continue;
755
+ }
756
+ case 2: {
757
+ if (tag !== 18) {
758
+ break;
759
+ }
760
+ message.workflowId = reader.string();
761
+ continue;
762
+ }
763
+ case 3: {
764
+ if (tag !== 26) {
765
+ break;
766
+ }
767
+ message.testReportId = reader.string();
768
+ continue;
769
+ }
770
+ }
771
+ if ((tag & 7) === 4 || tag === 0) {
772
+ break;
773
+ }
774
+ reader.skip(tag & 7);
775
+ }
776
+ return message;
777
+ },
778
+ fromJSON(object) {
779
+ return {
780
+ projectId: isSet(object.projectId)
781
+ ? globalThis.String(object.projectId)
782
+ : isSet(object.project_id)
783
+ ? globalThis.String(object.project_id)
784
+ : "",
785
+ workflowId: isSet(object.workflowId)
786
+ ? globalThis.String(object.workflowId)
787
+ : isSet(object.workflow_id)
788
+ ? globalThis.String(object.workflow_id)
789
+ : "",
790
+ testReportId: isSet(object.testReportId)
791
+ ? globalThis.String(object.testReportId)
792
+ : isSet(object.test_report_id)
793
+ ? globalThis.String(object.test_report_id)
794
+ : "",
795
+ };
796
+ },
797
+ toJSON(message) {
798
+ const obj = {};
799
+ if (message.projectId !== "") {
800
+ obj.projectId = message.projectId;
801
+ }
802
+ if (message.workflowId !== "") {
803
+ obj.workflowId = message.workflowId;
804
+ }
805
+ if (message.testReportId !== "") {
806
+ obj.testReportId = message.testReportId;
807
+ }
808
+ return obj;
809
+ },
810
+ create(base) {
811
+ return exports.DeleteReportRequest.fromPartial(base !== null && base !== void 0 ? base : {});
812
+ },
813
+ fromPartial(object) {
814
+ var _a, _b, _c;
815
+ const message = createBaseDeleteReportRequest();
816
+ message.projectId = (_a = object.projectId) !== null && _a !== void 0 ? _a : "";
817
+ message.workflowId = (_b = object.workflowId) !== null && _b !== void 0 ? _b : "";
818
+ message.testReportId = (_c = object.testReportId) !== null && _c !== void 0 ? _c : "";
819
+ return message;
820
+ },
821
+ };
822
+ function createBaseDeleteReportResponse() {
823
+ return {};
824
+ }
825
+ exports.DeleteReportResponse = {
826
+ encode(_, writer = new wire_1.BinaryWriter()) {
827
+ return writer;
828
+ },
829
+ decode(input, length) {
830
+ const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
831
+ const end = length === undefined ? reader.len : reader.pos + length;
832
+ const message = createBaseDeleteReportResponse();
833
+ while (reader.pos < end) {
834
+ const tag = reader.uint32();
835
+ switch (tag >>> 3) {
836
+ }
837
+ if ((tag & 7) === 4 || tag === 0) {
838
+ break;
839
+ }
840
+ reader.skip(tag & 7);
841
+ }
842
+ return message;
843
+ },
844
+ fromJSON(_) {
845
+ return {};
846
+ },
847
+ toJSON(_) {
848
+ const obj = {};
849
+ return obj;
850
+ },
851
+ create(base) {
852
+ return exports.DeleteReportResponse.fromPartial(base !== null && base !== void 0 ? base : {});
853
+ },
854
+ fromPartial(_) {
855
+ const message = createBaseDeleteReportResponse();
856
+ return message;
857
+ },
858
+ };
859
+ function createBaseListWorkflowEventsRequest() {
860
+ return { projectId: "", workflowId: "", pageSize: 0, pageToken: "" };
861
+ }
862
+ exports.ListWorkflowEventsRequest = {
863
+ encode(message, writer = new wire_1.BinaryWriter()) {
864
+ if (message.projectId !== "") {
865
+ writer.uint32(10).string(message.projectId);
866
+ }
867
+ if (message.workflowId !== "") {
868
+ writer.uint32(18).string(message.workflowId);
869
+ }
870
+ if (message.pageSize !== 0) {
871
+ writer.uint32(24).int32(message.pageSize);
872
+ }
873
+ if (message.pageToken !== "") {
874
+ writer.uint32(34).string(message.pageToken);
875
+ }
876
+ return writer;
877
+ },
878
+ decode(input, length) {
879
+ const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
880
+ const end = length === undefined ? reader.len : reader.pos + length;
881
+ const message = createBaseListWorkflowEventsRequest();
882
+ while (reader.pos < end) {
883
+ const tag = reader.uint32();
884
+ switch (tag >>> 3) {
885
+ case 1: {
886
+ if (tag !== 10) {
887
+ break;
888
+ }
889
+ message.projectId = reader.string();
890
+ continue;
891
+ }
892
+ case 2: {
893
+ if (tag !== 18) {
894
+ break;
895
+ }
896
+ message.workflowId = reader.string();
897
+ continue;
898
+ }
899
+ case 3: {
900
+ if (tag !== 24) {
901
+ break;
902
+ }
903
+ message.pageSize = reader.int32();
904
+ continue;
905
+ }
906
+ case 4: {
907
+ if (tag !== 34) {
908
+ break;
909
+ }
910
+ message.pageToken = reader.string();
911
+ continue;
912
+ }
913
+ }
914
+ if ((tag & 7) === 4 || tag === 0) {
915
+ break;
916
+ }
917
+ reader.skip(tag & 7);
918
+ }
919
+ return message;
920
+ },
921
+ fromJSON(object) {
922
+ return {
923
+ projectId: isSet(object.projectId)
924
+ ? globalThis.String(object.projectId)
925
+ : isSet(object.project_id)
926
+ ? globalThis.String(object.project_id)
927
+ : "",
928
+ workflowId: isSet(object.workflowId)
929
+ ? globalThis.String(object.workflowId)
930
+ : isSet(object.workflow_id)
931
+ ? globalThis.String(object.workflow_id)
932
+ : "",
933
+ pageSize: isSet(object.pageSize)
934
+ ? globalThis.Number(object.pageSize)
935
+ : isSet(object.page_size)
936
+ ? globalThis.Number(object.page_size)
937
+ : 0,
938
+ pageToken: isSet(object.pageToken)
939
+ ? globalThis.String(object.pageToken)
940
+ : isSet(object.page_token)
941
+ ? globalThis.String(object.page_token)
942
+ : "",
943
+ };
944
+ },
945
+ toJSON(message) {
946
+ const obj = {};
947
+ if (message.projectId !== "") {
948
+ obj.projectId = message.projectId;
949
+ }
950
+ if (message.workflowId !== "") {
951
+ obj.workflowId = message.workflowId;
952
+ }
953
+ if (message.pageSize !== 0) {
954
+ obj.pageSize = Math.round(message.pageSize);
955
+ }
956
+ if (message.pageToken !== "") {
957
+ obj.pageToken = message.pageToken;
958
+ }
959
+ return obj;
960
+ },
961
+ create(base) {
962
+ return exports.ListWorkflowEventsRequest.fromPartial(base !== null && base !== void 0 ? base : {});
963
+ },
964
+ fromPartial(object) {
965
+ var _a, _b, _c, _d;
966
+ const message = createBaseListWorkflowEventsRequest();
967
+ message.projectId = (_a = object.projectId) !== null && _a !== void 0 ? _a : "";
968
+ message.workflowId = (_b = object.workflowId) !== null && _b !== void 0 ? _b : "";
969
+ message.pageSize = (_c = object.pageSize) !== null && _c !== void 0 ? _c : 0;
970
+ message.pageToken = (_d = object.pageToken) !== null && _d !== void 0 ? _d : "";
971
+ return message;
972
+ },
973
+ };
974
+ function createBaseListWorkflowEventsResponse() {
975
+ return { workflowEvents: [], nextPageToken: "" };
976
+ }
977
+ exports.ListWorkflowEventsResponse = {
978
+ encode(message, writer = new wire_1.BinaryWriter()) {
979
+ for (const v of message.workflowEvents) {
980
+ report_pb_1.WorkflowEvent.encode(v, writer.uint32(10).fork()).join();
981
+ }
982
+ if (message.nextPageToken !== "") {
983
+ writer.uint32(18).string(message.nextPageToken);
984
+ }
985
+ return writer;
986
+ },
987
+ decode(input, length) {
988
+ const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
989
+ const end = length === undefined ? reader.len : reader.pos + length;
990
+ const message = createBaseListWorkflowEventsResponse();
991
+ while (reader.pos < end) {
992
+ const tag = reader.uint32();
993
+ switch (tag >>> 3) {
994
+ case 1: {
995
+ if (tag !== 10) {
996
+ break;
997
+ }
998
+ message.workflowEvents.push(report_pb_1.WorkflowEvent.decode(reader, reader.uint32()));
999
+ continue;
1000
+ }
1001
+ case 2: {
1002
+ if (tag !== 18) {
1003
+ break;
1004
+ }
1005
+ message.nextPageToken = reader.string();
1006
+ continue;
1007
+ }
1008
+ }
1009
+ if ((tag & 7) === 4 || tag === 0) {
1010
+ break;
1011
+ }
1012
+ reader.skip(tag & 7);
1013
+ }
1014
+ return message;
1015
+ },
1016
+ fromJSON(object) {
1017
+ return {
1018
+ workflowEvents: globalThis.Array.isArray(object === null || object === void 0 ? void 0 : object.workflowEvents)
1019
+ ? object.workflowEvents.map((e) => report_pb_1.WorkflowEvent.fromJSON(e))
1020
+ : globalThis.Array.isArray(object === null || object === void 0 ? void 0 : object.workflow_events)
1021
+ ? object.workflow_events.map((e) => report_pb_1.WorkflowEvent.fromJSON(e))
1022
+ : [],
1023
+ nextPageToken: isSet(object.nextPageToken)
1024
+ ? globalThis.String(object.nextPageToken)
1025
+ : isSet(object.next_page_token)
1026
+ ? globalThis.String(object.next_page_token)
1027
+ : "",
1028
+ };
1029
+ },
1030
+ toJSON(message) {
1031
+ var _a;
1032
+ const obj = {};
1033
+ if ((_a = message.workflowEvents) === null || _a === void 0 ? void 0 : _a.length) {
1034
+ obj.workflowEvents = message.workflowEvents.map((e) => report_pb_1.WorkflowEvent.toJSON(e));
1035
+ }
1036
+ if (message.nextPageToken !== "") {
1037
+ obj.nextPageToken = message.nextPageToken;
1038
+ }
1039
+ return obj;
1040
+ },
1041
+ create(base) {
1042
+ return exports.ListWorkflowEventsResponse.fromPartial(base !== null && base !== void 0 ? base : {});
1043
+ },
1044
+ fromPartial(object) {
1045
+ var _a;
1046
+ var _b;
1047
+ const message = createBaseListWorkflowEventsResponse();
1048
+ message.workflowEvents = ((_a = object.workflowEvents) === null || _a === void 0 ? void 0 : _a.map((e) => report_pb_1.WorkflowEvent.fromPartial(e))) || [];
1049
+ message.nextPageToken = (_b = object.nextPageToken) !== null && _b !== void 0 ? _b : "";
1050
+ return message;
1051
+ },
1052
+ };
1053
+ exports.ReportServiceServiceName = "weaveapi.report.v1.ReportService";
1054
+ class ReportServiceClientImpl {
1055
+ rpc;
1056
+ service;
1057
+ constructor(rpc, opts) {
1058
+ this.service = (opts === null || opts === void 0 ? void 0 : opts.service) || exports.ReportServiceServiceName;
1059
+ this.rpc = rpc;
1060
+ this.BuildReportSummary = this.BuildReportSummary.bind(this);
1061
+ this.GetReport = this.GetReport.bind(this);
1062
+ this.ListReports = this.ListReports.bind(this);
1063
+ this.ArchiveReport = this.ArchiveReport.bind(this);
1064
+ this.DeleteReport = this.DeleteReport.bind(this);
1065
+ this.ListWorkflowEvents = this.ListWorkflowEvents.bind(this);
1066
+ }
1067
+ BuildReportSummary(request) {
1068
+ const data = exports.BuildReportSummaryRequest.encode(request).finish();
1069
+ const promise = this.rpc.request(this.service, "BuildReportSummary", data);
1070
+ return promise.then((data) => exports.BuildReportSummaryResponse.decode(new wire_1.BinaryReader(data)));
1071
+ }
1072
+ GetReport(request) {
1073
+ const data = exports.GetReportRequest.encode(request).finish();
1074
+ const promise = this.rpc.request(this.service, "GetReport", data);
1075
+ return promise.then((data) => exports.GetReportResponse.decode(new wire_1.BinaryReader(data)));
1076
+ }
1077
+ ListReports(request) {
1078
+ const data = exports.ListReportsRequest.encode(request).finish();
1079
+ const promise = this.rpc.request(this.service, "ListReports", data);
1080
+ return promise.then((data) => exports.ListReportsResponse.decode(new wire_1.BinaryReader(data)));
1081
+ }
1082
+ ArchiveReport(request) {
1083
+ const data = exports.ArchiveReportRequest.encode(request).finish();
1084
+ const promise = this.rpc.request(this.service, "ArchiveReport", data);
1085
+ return promise.then((data) => exports.ArchiveReportResponse.decode(new wire_1.BinaryReader(data)));
1086
+ }
1087
+ DeleteReport(request) {
1088
+ const data = exports.DeleteReportRequest.encode(request).finish();
1089
+ const promise = this.rpc.request(this.service, "DeleteReport", data);
1090
+ return promise.then((data) => exports.DeleteReportResponse.decode(new wire_1.BinaryReader(data)));
1091
+ }
1092
+ ListWorkflowEvents(request) {
1093
+ const data = exports.ListWorkflowEventsRequest.encode(request).finish();
1094
+ const promise = this.rpc.request(this.service, "ListWorkflowEvents", data);
1095
+ return promise.then((data) => exports.ListWorkflowEventsResponse.decode(new wire_1.BinaryReader(data)));
1096
+ }
1097
+ }
1098
+ exports.ReportServiceClientImpl = ReportServiceClientImpl;
1099
+ exports.ReportServiceDefinition = {
1100
+ name: "ReportService",
1101
+ fullName: "weaveapi.report.v1.ReportService",
1102
+ methods: {
1103
+ buildReportSummary: {
1104
+ name: "BuildReportSummary",
1105
+ requestType: exports.BuildReportSummaryRequest,
1106
+ requestStream: false,
1107
+ responseType: exports.BuildReportSummaryResponse,
1108
+ responseStream: false,
1109
+ options: {
1110
+ _unknownFields: {
1111
+ 578365826: [
1112
+ new Uint8Array([
1113
+ 68,
1114
+ 58,
1115
+ 1,
1116
+ 42,
1117
+ 34,
1118
+ 63,
1119
+ 47,
1120
+ 118,
1121
+ 49,
1122
+ 47,
1123
+ 112,
1124
+ 114,
1125
+ 111,
1126
+ 106,
1127
+ 101,
1128
+ 99,
1129
+ 116,
1130
+ 115,
1131
+ 47,
1132
+ 123,
1133
+ 112,
1134
+ 114,
1135
+ 111,
1136
+ 106,
1137
+ 101,
1138
+ 99,
1139
+ 116,
1140
+ 95,
1141
+ 105,
1142
+ 100,
1143
+ 125,
1144
+ 47,
1145
+ 119,
1146
+ 111,
1147
+ 114,
1148
+ 107,
1149
+ 102,
1150
+ 108,
1151
+ 111,
1152
+ 119,
1153
+ 115,
1154
+ 47,
1155
+ 123,
1156
+ 119,
1157
+ 111,
1158
+ 114,
1159
+ 107,
1160
+ 102,
1161
+ 108,
1162
+ 111,
1163
+ 119,
1164
+ 95,
1165
+ 105,
1166
+ 100,
1167
+ 125,
1168
+ 47,
1169
+ 114,
1170
+ 101,
1171
+ 112,
1172
+ 111,
1173
+ 114,
1174
+ 116,
1175
+ 115,
1176
+ 58,
1177
+ 98,
1178
+ 117,
1179
+ 105,
1180
+ 108,
1181
+ 100,
1182
+ ]),
1183
+ ],
1184
+ },
1185
+ },
1186
+ },
1187
+ getReport: {
1188
+ name: "GetReport",
1189
+ requestType: exports.GetReportRequest,
1190
+ requestStream: false,
1191
+ responseType: exports.GetReportResponse,
1192
+ responseStream: false,
1193
+ options: {
1194
+ _unknownFields: {
1195
+ 578365826: [
1196
+ new Uint8Array([
1197
+ 76,
1198
+ 18,
1199
+ 74,
1200
+ 47,
1201
+ 118,
1202
+ 49,
1203
+ 47,
1204
+ 112,
1205
+ 114,
1206
+ 111,
1207
+ 106,
1208
+ 101,
1209
+ 99,
1210
+ 116,
1211
+ 115,
1212
+ 47,
1213
+ 123,
1214
+ 112,
1215
+ 114,
1216
+ 111,
1217
+ 106,
1218
+ 101,
1219
+ 99,
1220
+ 116,
1221
+ 95,
1222
+ 105,
1223
+ 100,
1224
+ 125,
1225
+ 47,
1226
+ 119,
1227
+ 111,
1228
+ 114,
1229
+ 107,
1230
+ 102,
1231
+ 108,
1232
+ 111,
1233
+ 119,
1234
+ 115,
1235
+ 47,
1236
+ 123,
1237
+ 119,
1238
+ 111,
1239
+ 114,
1240
+ 107,
1241
+ 102,
1242
+ 108,
1243
+ 111,
1244
+ 119,
1245
+ 95,
1246
+ 105,
1247
+ 100,
1248
+ 125,
1249
+ 47,
1250
+ 114,
1251
+ 101,
1252
+ 112,
1253
+ 111,
1254
+ 114,
1255
+ 116,
1256
+ 115,
1257
+ 47,
1258
+ 123,
1259
+ 116,
1260
+ 101,
1261
+ 115,
1262
+ 116,
1263
+ 95,
1264
+ 114,
1265
+ 101,
1266
+ 112,
1267
+ 111,
1268
+ 114,
1269
+ 116,
1270
+ 95,
1271
+ 105,
1272
+ 100,
1273
+ 125,
1274
+ ]),
1275
+ ],
1276
+ },
1277
+ },
1278
+ },
1279
+ listReports: {
1280
+ name: "ListReports",
1281
+ requestType: exports.ListReportsRequest,
1282
+ requestStream: false,
1283
+ responseType: exports.ListReportsResponse,
1284
+ responseStream: false,
1285
+ options: {
1286
+ _unknownFields: {
1287
+ 578365826: [
1288
+ new Uint8Array([
1289
+ 59,
1290
+ 18,
1291
+ 57,
1292
+ 47,
1293
+ 118,
1294
+ 49,
1295
+ 47,
1296
+ 112,
1297
+ 114,
1298
+ 111,
1299
+ 106,
1300
+ 101,
1301
+ 99,
1302
+ 116,
1303
+ 115,
1304
+ 47,
1305
+ 123,
1306
+ 112,
1307
+ 114,
1308
+ 111,
1309
+ 106,
1310
+ 101,
1311
+ 99,
1312
+ 116,
1313
+ 95,
1314
+ 105,
1315
+ 100,
1316
+ 125,
1317
+ 47,
1318
+ 119,
1319
+ 111,
1320
+ 114,
1321
+ 107,
1322
+ 102,
1323
+ 108,
1324
+ 111,
1325
+ 119,
1326
+ 115,
1327
+ 47,
1328
+ 123,
1329
+ 119,
1330
+ 111,
1331
+ 114,
1332
+ 107,
1333
+ 102,
1334
+ 108,
1335
+ 111,
1336
+ 119,
1337
+ 95,
1338
+ 105,
1339
+ 100,
1340
+ 125,
1341
+ 47,
1342
+ 114,
1343
+ 101,
1344
+ 112,
1345
+ 111,
1346
+ 114,
1347
+ 116,
1348
+ 115,
1349
+ ]),
1350
+ ],
1351
+ },
1352
+ },
1353
+ },
1354
+ archiveReport: {
1355
+ name: "ArchiveReport",
1356
+ requestType: exports.ArchiveReportRequest,
1357
+ requestStream: false,
1358
+ responseType: exports.ArchiveReportResponse,
1359
+ responseStream: false,
1360
+ options: {
1361
+ _unknownFields: {
1362
+ 578365826: [
1363
+ new Uint8Array([
1364
+ 87,
1365
+ 58,
1366
+ 1,
1367
+ 42,
1368
+ 34,
1369
+ 82,
1370
+ 47,
1371
+ 118,
1372
+ 49,
1373
+ 47,
1374
+ 112,
1375
+ 114,
1376
+ 111,
1377
+ 106,
1378
+ 101,
1379
+ 99,
1380
+ 116,
1381
+ 115,
1382
+ 47,
1383
+ 123,
1384
+ 112,
1385
+ 114,
1386
+ 111,
1387
+ 106,
1388
+ 101,
1389
+ 99,
1390
+ 116,
1391
+ 95,
1392
+ 105,
1393
+ 100,
1394
+ 125,
1395
+ 47,
1396
+ 119,
1397
+ 111,
1398
+ 114,
1399
+ 107,
1400
+ 102,
1401
+ 108,
1402
+ 111,
1403
+ 119,
1404
+ 115,
1405
+ 47,
1406
+ 123,
1407
+ 119,
1408
+ 111,
1409
+ 114,
1410
+ 107,
1411
+ 102,
1412
+ 108,
1413
+ 111,
1414
+ 119,
1415
+ 95,
1416
+ 105,
1417
+ 100,
1418
+ 125,
1419
+ 47,
1420
+ 114,
1421
+ 101,
1422
+ 112,
1423
+ 111,
1424
+ 114,
1425
+ 116,
1426
+ 115,
1427
+ 47,
1428
+ 123,
1429
+ 116,
1430
+ 101,
1431
+ 115,
1432
+ 116,
1433
+ 95,
1434
+ 114,
1435
+ 101,
1436
+ 112,
1437
+ 111,
1438
+ 114,
1439
+ 116,
1440
+ 95,
1441
+ 105,
1442
+ 100,
1443
+ 125,
1444
+ 58,
1445
+ 97,
1446
+ 114,
1447
+ 99,
1448
+ 104,
1449
+ 105,
1450
+ 118,
1451
+ 101,
1452
+ ]),
1453
+ ],
1454
+ },
1455
+ },
1456
+ },
1457
+ deleteReport: {
1458
+ name: "DeleteReport",
1459
+ requestType: exports.DeleteReportRequest,
1460
+ requestStream: false,
1461
+ responseType: exports.DeleteReportResponse,
1462
+ responseStream: false,
1463
+ options: {
1464
+ _unknownFields: {
1465
+ 578365826: [
1466
+ new Uint8Array([
1467
+ 76,
1468
+ 42,
1469
+ 74,
1470
+ 47,
1471
+ 118,
1472
+ 49,
1473
+ 47,
1474
+ 112,
1475
+ 114,
1476
+ 111,
1477
+ 106,
1478
+ 101,
1479
+ 99,
1480
+ 116,
1481
+ 115,
1482
+ 47,
1483
+ 123,
1484
+ 112,
1485
+ 114,
1486
+ 111,
1487
+ 106,
1488
+ 101,
1489
+ 99,
1490
+ 116,
1491
+ 95,
1492
+ 105,
1493
+ 100,
1494
+ 125,
1495
+ 47,
1496
+ 119,
1497
+ 111,
1498
+ 114,
1499
+ 107,
1500
+ 102,
1501
+ 108,
1502
+ 111,
1503
+ 119,
1504
+ 115,
1505
+ 47,
1506
+ 123,
1507
+ 119,
1508
+ 111,
1509
+ 114,
1510
+ 107,
1511
+ 102,
1512
+ 108,
1513
+ 111,
1514
+ 119,
1515
+ 95,
1516
+ 105,
1517
+ 100,
1518
+ 125,
1519
+ 47,
1520
+ 114,
1521
+ 101,
1522
+ 112,
1523
+ 111,
1524
+ 114,
1525
+ 116,
1526
+ 115,
1527
+ 47,
1528
+ 123,
1529
+ 116,
1530
+ 101,
1531
+ 115,
1532
+ 116,
1533
+ 95,
1534
+ 114,
1535
+ 101,
1536
+ 112,
1537
+ 111,
1538
+ 114,
1539
+ 116,
1540
+ 95,
1541
+ 105,
1542
+ 100,
1543
+ 125,
1544
+ ]),
1545
+ ],
1546
+ },
1547
+ },
1548
+ },
1549
+ listWorkflowEvents: {
1550
+ name: "ListWorkflowEvents",
1551
+ requestType: exports.ListWorkflowEventsRequest,
1552
+ requestStream: false,
1553
+ responseType: exports.ListWorkflowEventsResponse,
1554
+ responseStream: false,
1555
+ options: {
1556
+ _unknownFields: {
1557
+ 578365826: [
1558
+ new Uint8Array([
1559
+ 58,
1560
+ 18,
1561
+ 56,
1562
+ 47,
1563
+ 118,
1564
+ 49,
1565
+ 47,
1566
+ 112,
1567
+ 114,
1568
+ 111,
1569
+ 106,
1570
+ 101,
1571
+ 99,
1572
+ 116,
1573
+ 115,
1574
+ 47,
1575
+ 123,
1576
+ 112,
1577
+ 114,
1578
+ 111,
1579
+ 106,
1580
+ 101,
1581
+ 99,
1582
+ 116,
1583
+ 95,
1584
+ 105,
1585
+ 100,
1586
+ 125,
1587
+ 47,
1588
+ 119,
1589
+ 111,
1590
+ 114,
1591
+ 107,
1592
+ 102,
1593
+ 108,
1594
+ 111,
1595
+ 119,
1596
+ 115,
1597
+ 47,
1598
+ 123,
1599
+ 119,
1600
+ 111,
1601
+ 114,
1602
+ 107,
1603
+ 102,
1604
+ 108,
1605
+ 111,
1606
+ 119,
1607
+ 95,
1608
+ 105,
1609
+ 100,
1610
+ 125,
1611
+ 47,
1612
+ 101,
1613
+ 118,
1614
+ 101,
1615
+ 110,
1616
+ 116,
1617
+ 115,
1618
+ ]),
1619
+ ],
1620
+ },
1621
+ },
1622
+ },
1623
+ },
1624
+ };
1625
+ function isObject(value) {
1626
+ return typeof value === "object" && value !== null;
1627
+ }
1628
+ function isSet(value) {
1629
+ return value !== null && value !== undefined;
1630
+ }