gomtm 0.0.38 → 0.0.39

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 (28) hide show
  1. package/dist/esm/gomtmpb/mtm/sppb/bot-BotService_connectquery.d.ts +84 -4
  2. package/dist/esm/gomtmpb/mtm/sppb/bot-BotService_connectquery.js +93 -5
  3. package/dist/esm/gomtmpb/mtm/sppb/bot_connect.d.ts +52 -4
  4. package/dist/esm/gomtmpb/mtm/sppb/bot_connect.js +78 -4
  5. package/dist/esm/gomtmpb/mtm/sppb/bot_pb.d.ts +237 -28
  6. package/dist/esm/gomtmpb/mtm/sppb/bot_pb.js +764 -66
  7. package/dist/esm/gomtmpb/mtm/sppb/cx-CxService_connectquery.d.ts +3 -3
  8. package/dist/esm/gomtmpb/mtm/sppb/cx-CxService_connectquery.js +3 -3
  9. package/dist/esm/gomtmpb/mtm/sppb/cx_connect.d.ts +3 -3
  10. package/dist/esm/gomtmpb/mtm/sppb/cx_connect.js +3 -3
  11. package/dist/esm/gomtmpb/mtm/sppb/mtm-MtmService_connectquery.d.ts +29 -9
  12. package/dist/esm/gomtmpb/mtm/sppb/mtm-MtmService_connectquery.js +31 -9
  13. package/dist/esm/gomtmpb/mtm/sppb/mtm_connect.d.ts +21 -9
  14. package/dist/esm/gomtmpb/mtm/sppb/mtm_connect.js +27 -9
  15. package/dist/esm/gomtmpb/mtm/sppb/mtm_pb.d.ts +27 -36
  16. package/dist/esm/gomtmpb/mtm/sppb/mtm_pb.js +67 -73
  17. package/dist/esm/messageTypeRegistry.js +0 -2
  18. package/dist/esm/validations/spContentModi.d.ts +4 -4
  19. package/dist/tsconfig.type.tsbuildinfo +1 -1
  20. package/package.json +1 -1
  21. package/dist/esm/gomtmpb/descriptions/mtm/sppb/job.d.ts +0 -0
  22. package/dist/esm/gomtmpb/descriptions/mtm/sppb/job.js +0 -0
  23. package/dist/esm/gomtmpb/mtm/sppb/job-JobService_connectquery.d.ts +0 -63
  24. package/dist/esm/gomtmpb/mtm/sppb/job-JobService_connectquery.js +0 -71
  25. package/dist/esm/gomtmpb/mtm/sppb/job_connect.d.ts +0 -44
  26. package/dist/esm/gomtmpb/mtm/sppb/job_connect.js +0 -71
  27. package/dist/esm/gomtmpb/mtm/sppb/job_pb.d.ts +0 -208
  28. package/dist/esm/gomtmpb/mtm/sppb/job_pb.js +0 -667
@@ -1,667 +0,0 @@
1
- var __defProp = Object.defineProperty;
2
- var __defNormalProp = (obj, key, value) => key in obj ? __defProp(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
3
- var __publicField = (obj, key, value) => {
4
- __defNormalProp(obj, typeof key !== "symbol" ? key + "" : key, value);
5
- return value;
6
- };
7
- import { Message, proto3 } from "@bufbuild/protobuf";
8
- var JobStatus = /* @__PURE__ */ ((JobStatus2) => {
9
- JobStatus2[JobStatus2["PADDING"] = 0] = "PADDING";
10
- JobStatus2[JobStatus2["RUNNING"] = 1] = "RUNNING";
11
- JobStatus2[JobStatus2["END"] = 2] = "END";
12
- return JobStatus2;
13
- })(JobStatus || {});
14
- proto3.util.setEnumType(JobStatus, "sppb.JobStatus", [
15
- { no: 0, name: "PADDING" },
16
- { no: 1, name: "RUNNING" },
17
- { no: 2, name: "END" }
18
- ]);
19
- const _JobRunReq = class _JobRunReq extends Message {
20
- constructor(data) {
21
- super();
22
- /**
23
- * @generated from field: string name = 1;
24
- */
25
- __publicField(this, "name", "");
26
- proto3.util.initPartial(data, this);
27
- }
28
- static fromBinary(bytes, options) {
29
- return new _JobRunReq().fromBinary(bytes, options);
30
- }
31
- static fromJson(jsonValue, options) {
32
- return new _JobRunReq().fromJson(jsonValue, options);
33
- }
34
- static fromJsonString(jsonString, options) {
35
- return new _JobRunReq().fromJsonString(jsonString, options);
36
- }
37
- static equals(a, b) {
38
- return proto3.util.equals(_JobRunReq, a, b);
39
- }
40
- };
41
- __publicField(_JobRunReq, "runtime", proto3);
42
- __publicField(_JobRunReq, "typeName", "sppb.JobRunReq");
43
- __publicField(_JobRunReq, "fields", proto3.util.newFieldList(() => [
44
- {
45
- no: 1,
46
- name: "name",
47
- kind: "scalar",
48
- T: 9
49
- /* ScalarType.STRING */
50
- }
51
- ]));
52
- let JobRunReq = _JobRunReq;
53
- const _JobRunReply = class _JobRunReply extends Message {
54
- constructor(data) {
55
- super();
56
- /**
57
- * @generated from field: string log_session_id = 1;
58
- */
59
- __publicField(this, "logSessionId", "");
60
- proto3.util.initPartial(data, this);
61
- }
62
- static fromBinary(bytes, options) {
63
- return new _JobRunReply().fromBinary(bytes, options);
64
- }
65
- static fromJson(jsonValue, options) {
66
- return new _JobRunReply().fromJson(jsonValue, options);
67
- }
68
- static fromJsonString(jsonString, options) {
69
- return new _JobRunReply().fromJsonString(jsonString, options);
70
- }
71
- static equals(a, b) {
72
- return proto3.util.equals(_JobRunReply, a, b);
73
- }
74
- };
75
- __publicField(_JobRunReply, "runtime", proto3);
76
- __publicField(_JobRunReply, "typeName", "sppb.JobRunReply");
77
- __publicField(_JobRunReply, "fields", proto3.util.newFieldList(() => [
78
- {
79
- no: 1,
80
- name: "log_session_id",
81
- kind: "scalar",
82
- T: 9
83
- /* ScalarType.STRING */
84
- }
85
- ]));
86
- let JobRunReply = _JobRunReply;
87
- const _JobDefine = class _JobDefine extends Message {
88
- constructor(data) {
89
- super();
90
- /**
91
- * @gotags: yaml:"name,omitempty"
92
- *
93
- * @generated from field: string name = 1;
94
- */
95
- __publicField(this, "name", "");
96
- /**
97
- * @gotags: yaml:"title,omitempty"
98
- *
99
- * @generated from field: string title = 2;
100
- */
101
- __publicField(this, "title", "");
102
- /**
103
- * @gotags: yaml:"type,omitempty"
104
- *
105
- * @generated from field: string type = 3;
106
- */
107
- __publicField(this, "type", "");
108
- /**
109
- * @gotags: yaml:"dependents,omitempty"
110
- *
111
- * @generated from field: repeated string dependents = 4;
112
- */
113
- __publicField(this, "dependents", []);
114
- /**
115
- * @gotags: yaml:"timeoutSeconds,omitempty"
116
- *
117
- * @generated from field: uint32 timeout_second = 5;
118
- */
119
- __publicField(this, "timeoutSecond", 0);
120
- proto3.util.initPartial(data, this);
121
- }
122
- static fromBinary(bytes, options) {
123
- return new _JobDefine().fromBinary(bytes, options);
124
- }
125
- static fromJson(jsonValue, options) {
126
- return new _JobDefine().fromJson(jsonValue, options);
127
- }
128
- static fromJsonString(jsonString, options) {
129
- return new _JobDefine().fromJsonString(jsonString, options);
130
- }
131
- static equals(a, b) {
132
- return proto3.util.equals(_JobDefine, a, b);
133
- }
134
- };
135
- __publicField(_JobDefine, "runtime", proto3);
136
- __publicField(_JobDefine, "typeName", "sppb.JobDefine");
137
- __publicField(_JobDefine, "fields", proto3.util.newFieldList(() => [
138
- {
139
- no: 1,
140
- name: "name",
141
- kind: "scalar",
142
- T: 9
143
- /* ScalarType.STRING */
144
- },
145
- {
146
- no: 2,
147
- name: "title",
148
- kind: "scalar",
149
- T: 9
150
- /* ScalarType.STRING */
151
- },
152
- {
153
- no: 3,
154
- name: "type",
155
- kind: "scalar",
156
- T: 9
157
- /* ScalarType.STRING */
158
- },
159
- { no: 4, name: "dependents", kind: "scalar", T: 9, repeated: true },
160
- {
161
- no: 5,
162
- name: "timeout_second",
163
- kind: "scalar",
164
- T: 13
165
- /* ScalarType.UINT32 */
166
- }
167
- ]));
168
- let JobDefine = _JobDefine;
169
- const _Job = class _Job extends Message {
170
- constructor(data) {
171
- super();
172
- /**
173
- * @generated from field: string id = 1;
174
- */
175
- __publicField(this, "id", "");
176
- /**
177
- * @generated from field: string name = 2;
178
- */
179
- __publicField(this, "name", "");
180
- /**
181
- * @generated from field: sppb.JobStatus status = 3;
182
- */
183
- __publicField(this, "status", 0 /* PADDING */);
184
- proto3.util.initPartial(data, this);
185
- }
186
- static fromBinary(bytes, options) {
187
- return new _Job().fromBinary(bytes, options);
188
- }
189
- static fromJson(jsonValue, options) {
190
- return new _Job().fromJson(jsonValue, options);
191
- }
192
- static fromJsonString(jsonString, options) {
193
- return new _Job().fromJsonString(jsonString, options);
194
- }
195
- static equals(a, b) {
196
- return proto3.util.equals(_Job, a, b);
197
- }
198
- };
199
- __publicField(_Job, "runtime", proto3);
200
- __publicField(_Job, "typeName", "sppb.Job");
201
- __publicField(_Job, "fields", proto3.util.newFieldList(() => [
202
- {
203
- no: 1,
204
- name: "id",
205
- kind: "scalar",
206
- T: 9
207
- /* ScalarType.STRING */
208
- },
209
- {
210
- no: 2,
211
- name: "name",
212
- kind: "scalar",
213
- T: 9
214
- /* ScalarType.STRING */
215
- },
216
- { no: 3, name: "status", kind: "enum", T: proto3.getEnumType(JobStatus) }
217
- ]));
218
- let Job = _Job;
219
- const _JobDependan = class _JobDependan extends Message {
220
- constructor(data) {
221
- super();
222
- /**
223
- * @generated from field: string name = 1;
224
- */
225
- __publicField(this, "name", "");
226
- proto3.util.initPartial(data, this);
227
- }
228
- static fromBinary(bytes, options) {
229
- return new _JobDependan().fromBinary(bytes, options);
230
- }
231
- static fromJson(jsonValue, options) {
232
- return new _JobDependan().fromJson(jsonValue, options);
233
- }
234
- static fromJsonString(jsonString, options) {
235
- return new _JobDependan().fromJsonString(jsonString, options);
236
- }
237
- static equals(a, b) {
238
- return proto3.util.equals(_JobDependan, a, b);
239
- }
240
- };
241
- __publicField(_JobDependan, "runtime", proto3);
242
- __publicField(_JobDependan, "typeName", "sppb.JobDependan");
243
- __publicField(_JobDependan, "fields", proto3.util.newFieldList(() => [
244
- {
245
- no: 1,
246
- name: "name",
247
- kind: "scalar",
248
- T: 9
249
- /* ScalarType.STRING */
250
- }
251
- ]));
252
- let JobDependan = _JobDependan;
253
- const _JobDefineCreateReq = class _JobDefineCreateReq extends Message {
254
- constructor(data) {
255
- super();
256
- /**
257
- * @generated from field: string name = 1;
258
- */
259
- __publicField(this, "name", "");
260
- proto3.util.initPartial(data, this);
261
- }
262
- static fromBinary(bytes, options) {
263
- return new _JobDefineCreateReq().fromBinary(bytes, options);
264
- }
265
- static fromJson(jsonValue, options) {
266
- return new _JobDefineCreateReq().fromJson(jsonValue, options);
267
- }
268
- static fromJsonString(jsonString, options) {
269
- return new _JobDefineCreateReq().fromJsonString(jsonString, options);
270
- }
271
- static equals(a, b) {
272
- return proto3.util.equals(_JobDefineCreateReq, a, b);
273
- }
274
- };
275
- __publicField(_JobDefineCreateReq, "runtime", proto3);
276
- __publicField(_JobDefineCreateReq, "typeName", "sppb.JobDefineCreateReq");
277
- __publicField(_JobDefineCreateReq, "fields", proto3.util.newFieldList(() => [
278
- {
279
- no: 1,
280
- name: "name",
281
- kind: "scalar",
282
- T: 9
283
- /* ScalarType.STRING */
284
- }
285
- ]));
286
- let JobDefineCreateReq = _JobDefineCreateReq;
287
- const _CornTask = class _CornTask extends Message {
288
- constructor(data) {
289
- super();
290
- /**
291
- * @gotags: yaml:"name,omitempty"
292
- *
293
- * @generated from field: string name = 1;
294
- */
295
- __publicField(this, "name", "");
296
- /**
297
- * @gotags: yaml:"params,omitempty"
298
- *
299
- * @generated from field: repeated string params = 2;
300
- */
301
- __publicField(this, "params", []);
302
- proto3.util.initPartial(data, this);
303
- }
304
- static fromBinary(bytes, options) {
305
- return new _CornTask().fromBinary(bytes, options);
306
- }
307
- static fromJson(jsonValue, options) {
308
- return new _CornTask().fromJson(jsonValue, options);
309
- }
310
- static fromJsonString(jsonString, options) {
311
- return new _CornTask().fromJsonString(jsonString, options);
312
- }
313
- static equals(a, b) {
314
- return proto3.util.equals(_CornTask, a, b);
315
- }
316
- };
317
- __publicField(_CornTask, "runtime", proto3);
318
- __publicField(_CornTask, "typeName", "sppb.CornTask");
319
- __publicField(_CornTask, "fields", proto3.util.newFieldList(() => [
320
- {
321
- no: 1,
322
- name: "name",
323
- kind: "scalar",
324
- T: 9
325
- /* ScalarType.STRING */
326
- },
327
- { no: 2, name: "params", kind: "scalar", T: 9, repeated: true }
328
- ]));
329
- let CornTask = _CornTask;
330
- const _CornJob = class _CornJob extends Message {
331
- constructor(data) {
332
- super();
333
- /**
334
- * @gotags: yaml:"name,omitempty"
335
- *
336
- * @generated from field: string name = 1;
337
- */
338
- __publicField(this, "name", "");
339
- /**
340
- * @gotags: yaml:"type,omitempty"
341
- *
342
- * @generated from field: string type = 2;
343
- */
344
- __publicField(this, "type", "");
345
- /**
346
- * 定时任务的值,例如多少秒s
347
- *
348
- * @gotags: yaml:"value,omitempty"
349
- *
350
- * @generated from field: string value = 3;
351
- */
352
- __publicField(this, "value", "");
353
- /**
354
- * @gotags: yaml:"tasks,omitempty"
355
- *
356
- * @generated from field: repeated sppb.CornTask tasks = 4;
357
- */
358
- __publicField(this, "tasks", []);
359
- proto3.util.initPartial(data, this);
360
- }
361
- static fromBinary(bytes, options) {
362
- return new _CornJob().fromBinary(bytes, options);
363
- }
364
- static fromJson(jsonValue, options) {
365
- return new _CornJob().fromJson(jsonValue, options);
366
- }
367
- static fromJsonString(jsonString, options) {
368
- return new _CornJob().fromJsonString(jsonString, options);
369
- }
370
- static equals(a, b) {
371
- return proto3.util.equals(_CornJob, a, b);
372
- }
373
- };
374
- __publicField(_CornJob, "runtime", proto3);
375
- __publicField(_CornJob, "typeName", "sppb.CornJob");
376
- __publicField(_CornJob, "fields", proto3.util.newFieldList(() => [
377
- {
378
- no: 1,
379
- name: "name",
380
- kind: "scalar",
381
- T: 9
382
- /* ScalarType.STRING */
383
- },
384
- {
385
- no: 2,
386
- name: "type",
387
- kind: "scalar",
388
- T: 9
389
- /* ScalarType.STRING */
390
- },
391
- {
392
- no: 3,
393
- name: "value",
394
- kind: "scalar",
395
- T: 9
396
- /* ScalarType.STRING */
397
- },
398
- { no: 4, name: "tasks", kind: "message", T: CornTask, repeated: true }
399
- ]));
400
- let CornJob = _CornJob;
401
- const _CornJobConfig = class _CornJobConfig extends Message {
402
- constructor(data) {
403
- super();
404
- /**
405
- * @gotags: yaml:"jobs,omitempty"
406
- *
407
- * @generated from field: repeated sppb.CornJob jobs = 1;
408
- */
409
- __publicField(this, "jobs", []);
410
- proto3.util.initPartial(data, this);
411
- }
412
- static fromBinary(bytes, options) {
413
- return new _CornJobConfig().fromBinary(bytes, options);
414
- }
415
- static fromJson(jsonValue, options) {
416
- return new _CornJobConfig().fromJson(jsonValue, options);
417
- }
418
- static fromJsonString(jsonString, options) {
419
- return new _CornJobConfig().fromJsonString(jsonString, options);
420
- }
421
- static equals(a, b) {
422
- return proto3.util.equals(_CornJobConfig, a, b);
423
- }
424
- };
425
- __publicField(_CornJobConfig, "runtime", proto3);
426
- __publicField(_CornJobConfig, "typeName", "sppb.CornJobConfig");
427
- __publicField(_CornJobConfig, "fields", proto3.util.newFieldList(() => [
428
- { no: 1, name: "jobs", kind: "message", T: CornJob, repeated: true }
429
- ]));
430
- let CornJobConfig = _CornJobConfig;
431
- const _JobListReq = class _JobListReq extends Message {
432
- constructor(data) {
433
- super();
434
- proto3.util.initPartial(data, this);
435
- }
436
- static fromBinary(bytes, options) {
437
- return new _JobListReq().fromBinary(bytes, options);
438
- }
439
- static fromJson(jsonValue, options) {
440
- return new _JobListReq().fromJson(jsonValue, options);
441
- }
442
- static fromJsonString(jsonString, options) {
443
- return new _JobListReq().fromJsonString(jsonString, options);
444
- }
445
- static equals(a, b) {
446
- return proto3.util.equals(_JobListReq, a, b);
447
- }
448
- };
449
- __publicField(_JobListReq, "runtime", proto3);
450
- __publicField(_JobListReq, "typeName", "sppb.JobListReq");
451
- __publicField(_JobListReq, "fields", proto3.util.newFieldList(() => []));
452
- let JobListReq = _JobListReq;
453
- const _DevJob = class _DevJob extends Message {
454
- constructor(data) {
455
- super();
456
- /**
457
- * @generated from field: string name = 1;
458
- */
459
- __publicField(this, "name", "");
460
- proto3.util.initPartial(data, this);
461
- }
462
- static fromBinary(bytes, options) {
463
- return new _DevJob().fromBinary(bytes, options);
464
- }
465
- static fromJson(jsonValue, options) {
466
- return new _DevJob().fromJson(jsonValue, options);
467
- }
468
- static fromJsonString(jsonString, options) {
469
- return new _DevJob().fromJsonString(jsonString, options);
470
- }
471
- static equals(a, b) {
472
- return proto3.util.equals(_DevJob, a, b);
473
- }
474
- };
475
- __publicField(_DevJob, "runtime", proto3);
476
- __publicField(_DevJob, "typeName", "sppb.DevJob");
477
- __publicField(_DevJob, "fields", proto3.util.newFieldList(() => [
478
- {
479
- no: 1,
480
- name: "name",
481
- kind: "scalar",
482
- T: 9
483
- /* ScalarType.STRING */
484
- }
485
- ]));
486
- let DevJob = _DevJob;
487
- const _JobListRes = class _JobListRes extends Message {
488
- constructor(data) {
489
- super();
490
- /**
491
- * @generated from field: repeated sppb.DevJob items = 1;
492
- */
493
- __publicField(this, "items", []);
494
- proto3.util.initPartial(data, this);
495
- }
496
- static fromBinary(bytes, options) {
497
- return new _JobListRes().fromBinary(bytes, options);
498
- }
499
- static fromJson(jsonValue, options) {
500
- return new _JobListRes().fromJson(jsonValue, options);
501
- }
502
- static fromJsonString(jsonString, options) {
503
- return new _JobListRes().fromJsonString(jsonString, options);
504
- }
505
- static equals(a, b) {
506
- return proto3.util.equals(_JobListRes, a, b);
507
- }
508
- };
509
- __publicField(_JobListRes, "runtime", proto3);
510
- __publicField(_JobListRes, "typeName", "sppb.JobListRes");
511
- __publicField(_JobListRes, "fields", proto3.util.newFieldList(() => [
512
- { no: 1, name: "items", kind: "message", T: DevJob, repeated: true }
513
- ]));
514
- let JobListRes = _JobListRes;
515
- const _DevGitCommitReq = class _DevGitCommitReq extends Message {
516
- constructor(data) {
517
- super();
518
- proto3.util.initPartial(data, this);
519
- }
520
- static fromBinary(bytes, options) {
521
- return new _DevGitCommitReq().fromBinary(bytes, options);
522
- }
523
- static fromJson(jsonValue, options) {
524
- return new _DevGitCommitReq().fromJson(jsonValue, options);
525
- }
526
- static fromJsonString(jsonString, options) {
527
- return new _DevGitCommitReq().fromJsonString(jsonString, options);
528
- }
529
- static equals(a, b) {
530
- return proto3.util.equals(_DevGitCommitReq, a, b);
531
- }
532
- };
533
- __publicField(_DevGitCommitReq, "runtime", proto3);
534
- __publicField(_DevGitCommitReq, "typeName", "sppb.DevGitCommitReq");
535
- __publicField(_DevGitCommitReq, "fields", proto3.util.newFieldList(() => []));
536
- let DevGitCommitReq = _DevGitCommitReq;
537
- const _DevGitCommitRes = class _DevGitCommitRes extends Message {
538
- constructor(data) {
539
- super();
540
- proto3.util.initPartial(data, this);
541
- }
542
- static fromBinary(bytes, options) {
543
- return new _DevGitCommitRes().fromBinary(bytes, options);
544
- }
545
- static fromJson(jsonValue, options) {
546
- return new _DevGitCommitRes().fromJson(jsonValue, options);
547
- }
548
- static fromJsonString(jsonString, options) {
549
- return new _DevGitCommitRes().fromJsonString(jsonString, options);
550
- }
551
- static equals(a, b) {
552
- return proto3.util.equals(_DevGitCommitRes, a, b);
553
- }
554
- };
555
- __publicField(_DevGitCommitRes, "runtime", proto3);
556
- __publicField(_DevGitCommitRes, "typeName", "sppb.DevGitCommitRes");
557
- __publicField(_DevGitCommitRes, "fields", proto3.util.newFieldList(() => []));
558
- let DevGitCommitRes = _DevGitCommitRes;
559
- const _DevStartChromeReq = class _DevStartChromeReq extends Message {
560
- constructor(data) {
561
- super();
562
- proto3.util.initPartial(data, this);
563
- }
564
- static fromBinary(bytes, options) {
565
- return new _DevStartChromeReq().fromBinary(bytes, options);
566
- }
567
- static fromJson(jsonValue, options) {
568
- return new _DevStartChromeReq().fromJson(jsonValue, options);
569
- }
570
- static fromJsonString(jsonString, options) {
571
- return new _DevStartChromeReq().fromJsonString(jsonString, options);
572
- }
573
- static equals(a, b) {
574
- return proto3.util.equals(_DevStartChromeReq, a, b);
575
- }
576
- };
577
- __publicField(_DevStartChromeReq, "runtime", proto3);
578
- __publicField(_DevStartChromeReq, "typeName", "sppb.DevStartChromeReq");
579
- __publicField(_DevStartChromeReq, "fields", proto3.util.newFieldList(() => []));
580
- let DevStartChromeReq = _DevStartChromeReq;
581
- const _DevStartChromeRes = class _DevStartChromeRes extends Message {
582
- constructor(data) {
583
- super();
584
- proto3.util.initPartial(data, this);
585
- }
586
- static fromBinary(bytes, options) {
587
- return new _DevStartChromeRes().fromBinary(bytes, options);
588
- }
589
- static fromJson(jsonValue, options) {
590
- return new _DevStartChromeRes().fromJson(jsonValue, options);
591
- }
592
- static fromJsonString(jsonString, options) {
593
- return new _DevStartChromeRes().fromJsonString(jsonString, options);
594
- }
595
- static equals(a, b) {
596
- return proto3.util.equals(_DevStartChromeRes, a, b);
597
- }
598
- };
599
- __publicField(_DevStartChromeRes, "runtime", proto3);
600
- __publicField(_DevStartChromeRes, "typeName", "sppb.DevStartChromeRes");
601
- __publicField(_DevStartChromeRes, "fields", proto3.util.newFieldList(() => []));
602
- let DevStartChromeRes = _DevStartChromeRes;
603
- const _DevDockerBuildMtmReq = class _DevDockerBuildMtmReq extends Message {
604
- constructor(data) {
605
- super();
606
- proto3.util.initPartial(data, this);
607
- }
608
- static fromBinary(bytes, options) {
609
- return new _DevDockerBuildMtmReq().fromBinary(bytes, options);
610
- }
611
- static fromJson(jsonValue, options) {
612
- return new _DevDockerBuildMtmReq().fromJson(jsonValue, options);
613
- }
614
- static fromJsonString(jsonString, options) {
615
- return new _DevDockerBuildMtmReq().fromJsonString(jsonString, options);
616
- }
617
- static equals(a, b) {
618
- return proto3.util.equals(_DevDockerBuildMtmReq, a, b);
619
- }
620
- };
621
- __publicField(_DevDockerBuildMtmReq, "runtime", proto3);
622
- __publicField(_DevDockerBuildMtmReq, "typeName", "sppb.DevDockerBuildMtmReq");
623
- __publicField(_DevDockerBuildMtmReq, "fields", proto3.util.newFieldList(() => []));
624
- let DevDockerBuildMtmReq = _DevDockerBuildMtmReq;
625
- const _DevDockerBuildMtmRes = class _DevDockerBuildMtmRes extends Message {
626
- constructor(data) {
627
- super();
628
- proto3.util.initPartial(data, this);
629
- }
630
- static fromBinary(bytes, options) {
631
- return new _DevDockerBuildMtmRes().fromBinary(bytes, options);
632
- }
633
- static fromJson(jsonValue, options) {
634
- return new _DevDockerBuildMtmRes().fromJson(jsonValue, options);
635
- }
636
- static fromJsonString(jsonString, options) {
637
- return new _DevDockerBuildMtmRes().fromJsonString(jsonString, options);
638
- }
639
- static equals(a, b) {
640
- return proto3.util.equals(_DevDockerBuildMtmRes, a, b);
641
- }
642
- };
643
- __publicField(_DevDockerBuildMtmRes, "runtime", proto3);
644
- __publicField(_DevDockerBuildMtmRes, "typeName", "sppb.DevDockerBuildMtmRes");
645
- __publicField(_DevDockerBuildMtmRes, "fields", proto3.util.newFieldList(() => []));
646
- let DevDockerBuildMtmRes = _DevDockerBuildMtmRes;
647
- export {
648
- CornJob,
649
- CornJobConfig,
650
- CornTask,
651
- DevDockerBuildMtmReq,
652
- DevDockerBuildMtmRes,
653
- DevGitCommitReq,
654
- DevGitCommitRes,
655
- DevJob,
656
- DevStartChromeReq,
657
- DevStartChromeRes,
658
- Job,
659
- JobDefine,
660
- JobDefineCreateReq,
661
- JobDependan,
662
- JobListReq,
663
- JobListRes,
664
- JobRunReply,
665
- JobRunReq,
666
- JobStatus
667
- };