gomtm 0.0.38 → 0.0.40

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
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gomtm",
3
- "version": "0.0.38",
3
+ "version": "0.0.40",
4
4
  "license": "MIT",
5
5
  "type": "module",
6
6
  "private": false,
File without changes
File without changes
@@ -1,63 +0,0 @@
1
- import { MethodKind } from "@bufbuild/protobuf";
2
- import { DevDockerBuildMtmReq, DevDockerBuildMtmRes, DevStartChromeReq, DevStartChromeRes, JobDefineCreateReq, JobListRes, JobRunReply, JobRunReq } from "./job_pb";
3
- import { CommentListReq, CommentListRes, Result } from "./mtm_pb";
4
- export declare const jobRun: {
5
- readonly localName: "jobRun";
6
- readonly name: "JobRun";
7
- readonly kind: MethodKind.Unary;
8
- readonly I: typeof JobRunReq;
9
- readonly O: typeof JobRunReply;
10
- readonly service: {
11
- readonly typeName: "sppb.JobService";
12
- };
13
- };
14
- export declare const jobList: {
15
- readonly localName: "jobList";
16
- readonly name: "JobList";
17
- readonly kind: MethodKind.Unary;
18
- readonly I: typeof CommentListReq;
19
- readonly O: typeof JobListRes;
20
- readonly service: {
21
- readonly typeName: "sppb.JobService";
22
- };
23
- };
24
- export declare const jobDefineList: {
25
- readonly localName: "jobDefineList";
26
- readonly name: "JobDefineList";
27
- readonly kind: MethodKind.Unary;
28
- readonly I: typeof CommentListReq;
29
- readonly O: typeof CommentListRes;
30
- readonly service: {
31
- readonly typeName: "sppb.JobService";
32
- };
33
- };
34
- export declare const jobDefineCreate: {
35
- readonly localName: "jobDefineCreate";
36
- readonly name: "JobDefineCreate";
37
- readonly kind: MethodKind.Unary;
38
- readonly I: typeof JobDefineCreateReq;
39
- readonly O: typeof Result;
40
- readonly service: {
41
- readonly typeName: "sppb.JobService";
42
- };
43
- };
44
- export declare const devStartChrome: {
45
- readonly localName: "devStartChrome";
46
- readonly name: "DevStartChrome";
47
- readonly kind: MethodKind.Unary;
48
- readonly I: typeof DevStartChromeReq;
49
- readonly O: typeof DevStartChromeRes;
50
- readonly service: {
51
- readonly typeName: "sppb.JobService";
52
- };
53
- };
54
- export declare const devDockerBuildMtm: {
55
- readonly localName: "devDockerBuildMtm";
56
- readonly name: "DevDockerBuildMtm";
57
- readonly kind: MethodKind.Unary;
58
- readonly I: typeof DevDockerBuildMtmReq;
59
- readonly O: typeof DevDockerBuildMtmRes;
60
- readonly service: {
61
- readonly typeName: "sppb.JobService";
62
- };
63
- };
@@ -1,71 +0,0 @@
1
- import { MethodKind } from "@bufbuild/protobuf";
2
- import { DevDockerBuildMtmReq, DevDockerBuildMtmRes, DevStartChromeReq, DevStartChromeRes, JobDefineCreateReq, JobListRes, JobRunReply, JobRunReq } from "./job_pb";
3
- import { CommentListReq, CommentListRes, Result } from "./mtm_pb";
4
- const jobRun = {
5
- localName: "jobRun",
6
- name: "JobRun",
7
- kind: MethodKind.Unary,
8
- I: JobRunReq,
9
- O: JobRunReply,
10
- service: {
11
- typeName: "sppb.JobService"
12
- }
13
- };
14
- const jobList = {
15
- localName: "jobList",
16
- name: "JobList",
17
- kind: MethodKind.Unary,
18
- I: CommentListReq,
19
- O: JobListRes,
20
- service: {
21
- typeName: "sppb.JobService"
22
- }
23
- };
24
- const jobDefineList = {
25
- localName: "jobDefineList",
26
- name: "JobDefineList",
27
- kind: MethodKind.Unary,
28
- I: CommentListReq,
29
- O: CommentListRes,
30
- service: {
31
- typeName: "sppb.JobService"
32
- }
33
- };
34
- const jobDefineCreate = {
35
- localName: "jobDefineCreate",
36
- name: "JobDefineCreate",
37
- kind: MethodKind.Unary,
38
- I: JobDefineCreateReq,
39
- O: Result,
40
- service: {
41
- typeName: "sppb.JobService"
42
- }
43
- };
44
- const devStartChrome = {
45
- localName: "devStartChrome",
46
- name: "DevStartChrome",
47
- kind: MethodKind.Unary,
48
- I: DevStartChromeReq,
49
- O: DevStartChromeRes,
50
- service: {
51
- typeName: "sppb.JobService"
52
- }
53
- };
54
- const devDockerBuildMtm = {
55
- localName: "devDockerBuildMtm",
56
- name: "DevDockerBuildMtm",
57
- kind: MethodKind.Unary,
58
- I: DevDockerBuildMtmReq,
59
- O: DevDockerBuildMtmRes,
60
- service: {
61
- typeName: "sppb.JobService"
62
- }
63
- };
64
- export {
65
- devDockerBuildMtm,
66
- devStartChrome,
67
- jobDefineCreate,
68
- jobDefineList,
69
- jobList,
70
- jobRun
71
- };
@@ -1,44 +0,0 @@
1
- import { DevDockerBuildMtmReq, DevDockerBuildMtmRes, DevStartChromeReq, DevStartChromeRes, JobDefineCreateReq, JobListRes, JobRunReply, JobRunReq } from "./job_pb";
2
- import { MethodKind } from "@bufbuild/protobuf";
3
- import { CommentListReq, CommentListRes, Result } from "./mtm_pb";
4
- export declare const JobService: {
5
- readonly typeName: "sppb.JobService";
6
- readonly methods: {
7
- readonly jobRun: {
8
- readonly name: "JobRun";
9
- readonly I: typeof JobRunReq;
10
- readonly O: typeof JobRunReply;
11
- readonly kind: MethodKind.Unary;
12
- };
13
- readonly jobList: {
14
- readonly name: "JobList";
15
- readonly I: typeof CommentListReq;
16
- readonly O: typeof JobListRes;
17
- readonly kind: MethodKind.Unary;
18
- };
19
- readonly jobDefineList: {
20
- readonly name: "JobDefineList";
21
- readonly I: typeof CommentListReq;
22
- readonly O: typeof CommentListRes;
23
- readonly kind: MethodKind.Unary;
24
- };
25
- readonly jobDefineCreate: {
26
- readonly name: "JobDefineCreate";
27
- readonly I: typeof JobDefineCreateReq;
28
- readonly O: typeof Result;
29
- readonly kind: MethodKind.Unary;
30
- };
31
- readonly devStartChrome: {
32
- readonly name: "DevStartChrome";
33
- readonly I: typeof DevStartChromeReq;
34
- readonly O: typeof DevStartChromeRes;
35
- readonly kind: MethodKind.Unary;
36
- };
37
- readonly devDockerBuildMtm: {
38
- readonly name: "DevDockerBuildMtm";
39
- readonly I: typeof DevDockerBuildMtmReq;
40
- readonly O: typeof DevDockerBuildMtmRes;
41
- readonly kind: MethodKind.Unary;
42
- };
43
- };
44
- };
@@ -1,71 +0,0 @@
1
- import { DevDockerBuildMtmReq, DevDockerBuildMtmRes, DevStartChromeReq, DevStartChromeRes, JobDefineCreateReq, JobListRes, JobRunReply, JobRunReq } from "./job_pb";
2
- import { MethodKind } from "@bufbuild/protobuf";
3
- import { CommentListReq, CommentListRes, Result } from "./mtm_pb";
4
- const JobService = {
5
- typeName: "sppb.JobService",
6
- methods: {
7
- /**
8
- * @generated from rpc sppb.JobService.JobRun
9
- */
10
- jobRun: {
11
- name: "JobRun",
12
- I: JobRunReq,
13
- O: JobRunReply,
14
- kind: MethodKind.Unary
15
- },
16
- /**
17
- * @generated from rpc sppb.JobService.JobList
18
- */
19
- jobList: {
20
- name: "JobList",
21
- I: CommentListReq,
22
- O: JobListRes,
23
- kind: MethodKind.Unary
24
- },
25
- /**
26
- * 获取任务定义列表
27
- *
28
- * @generated from rpc sppb.JobService.JobDefineList
29
- */
30
- jobDefineList: {
31
- name: "JobDefineList",
32
- I: CommentListReq,
33
- O: CommentListRes,
34
- kind: MethodKind.Unary
35
- },
36
- /**
37
- * @generated from rpc sppb.JobService.JobDefineCreate
38
- */
39
- jobDefineCreate: {
40
- name: "JobDefineCreate",
41
- I: JobDefineCreateReq,
42
- O: Result,
43
- kind: MethodKind.Unary
44
- },
45
- /**
46
- * 开发辅助
47
- * rpc JobTsxHello(JobTsxHelloReq) returns (JobTsxHelloRes) {}
48
- * rpc HelloMtWork(HelloMtWorkReq) returns (HelloMtWorkRes) {}
49
- *
50
- * @generated from rpc sppb.JobService.DevStartChrome
51
- */
52
- devStartChrome: {
53
- name: "DevStartChrome",
54
- I: DevStartChromeReq,
55
- O: DevStartChromeRes,
56
- kind: MethodKind.Unary
57
- },
58
- /**
59
- * @generated from rpc sppb.JobService.DevDockerBuildMtm
60
- */
61
- devDockerBuildMtm: {
62
- name: "DevDockerBuildMtm",
63
- I: DevDockerBuildMtmReq,
64
- O: DevDockerBuildMtmRes,
65
- kind: MethodKind.Unary
66
- }
67
- }
68
- };
69
- export {
70
- JobService
71
- };
@@ -1,208 +0,0 @@
1
- import type { BinaryReadOptions, FieldList, JsonReadOptions, JsonValue, PartialMessage, PlainMessage } from "@bufbuild/protobuf";
2
- import { Message, proto3 } from "@bufbuild/protobuf";
3
- export declare enum JobStatus {
4
- PADDING = 0,
5
- RUNNING = 1,
6
- END = 2
7
- }
8
- export declare class JobRunReq extends Message<JobRunReq> {
9
- name: string;
10
- constructor(data?: PartialMessage<JobRunReq>);
11
- static readonly runtime: typeof proto3;
12
- static readonly typeName = "sppb.JobRunReq";
13
- static readonly fields: FieldList;
14
- static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): JobRunReq;
15
- static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): JobRunReq;
16
- static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): JobRunReq;
17
- static equals(a: JobRunReq | PlainMessage<JobRunReq> | undefined, b: JobRunReq | PlainMessage<JobRunReq> | undefined): boolean;
18
- }
19
- export declare class JobRunReply extends Message<JobRunReply> {
20
- logSessionId: string;
21
- constructor(data?: PartialMessage<JobRunReply>);
22
- static readonly runtime: typeof proto3;
23
- static readonly typeName = "sppb.JobRunReply";
24
- static readonly fields: FieldList;
25
- static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): JobRunReply;
26
- static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): JobRunReply;
27
- static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): JobRunReply;
28
- static equals(a: JobRunReply | PlainMessage<JobRunReply> | undefined, b: JobRunReply | PlainMessage<JobRunReply> | undefined): boolean;
29
- }
30
- export declare class JobDefine extends Message<JobDefine> {
31
- name: string;
32
- title: string;
33
- type: string;
34
- dependents: string[];
35
- timeoutSecond: number;
36
- constructor(data?: PartialMessage<JobDefine>);
37
- static readonly runtime: typeof proto3;
38
- static readonly typeName = "sppb.JobDefine";
39
- static readonly fields: FieldList;
40
- static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): JobDefine;
41
- static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): JobDefine;
42
- static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): JobDefine;
43
- static equals(a: JobDefine | PlainMessage<JobDefine> | undefined, b: JobDefine | PlainMessage<JobDefine> | undefined): boolean;
44
- }
45
- export declare class Job extends Message<Job> {
46
- id: string;
47
- name: string;
48
- status: JobStatus;
49
- constructor(data?: PartialMessage<Job>);
50
- static readonly runtime: typeof proto3;
51
- static readonly typeName = "sppb.Job";
52
- static readonly fields: FieldList;
53
- static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): Job;
54
- static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): Job;
55
- static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): Job;
56
- static equals(a: Job | PlainMessage<Job> | undefined, b: Job | PlainMessage<Job> | undefined): boolean;
57
- }
58
- export declare class JobDependan extends Message<JobDependan> {
59
- name: string;
60
- constructor(data?: PartialMessage<JobDependan>);
61
- static readonly runtime: typeof proto3;
62
- static readonly typeName = "sppb.JobDependan";
63
- static readonly fields: FieldList;
64
- static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): JobDependan;
65
- static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): JobDependan;
66
- static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): JobDependan;
67
- static equals(a: JobDependan | PlainMessage<JobDependan> | undefined, b: JobDependan | PlainMessage<JobDependan> | undefined): boolean;
68
- }
69
- export declare class JobDefineCreateReq extends Message<JobDefineCreateReq> {
70
- name: string;
71
- constructor(data?: PartialMessage<JobDefineCreateReq>);
72
- static readonly runtime: typeof proto3;
73
- static readonly typeName = "sppb.JobDefineCreateReq";
74
- static readonly fields: FieldList;
75
- static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): JobDefineCreateReq;
76
- static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): JobDefineCreateReq;
77
- static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): JobDefineCreateReq;
78
- static equals(a: JobDefineCreateReq | PlainMessage<JobDefineCreateReq> | undefined, b: JobDefineCreateReq | PlainMessage<JobDefineCreateReq> | undefined): boolean;
79
- }
80
- export declare class CornTask extends Message<CornTask> {
81
- name: string;
82
- params: string[];
83
- constructor(data?: PartialMessage<CornTask>);
84
- static readonly runtime: typeof proto3;
85
- static readonly typeName = "sppb.CornTask";
86
- static readonly fields: FieldList;
87
- static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): CornTask;
88
- static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): CornTask;
89
- static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): CornTask;
90
- static equals(a: CornTask | PlainMessage<CornTask> | undefined, b: CornTask | PlainMessage<CornTask> | undefined): boolean;
91
- }
92
- export declare class CornJob extends Message<CornJob> {
93
- name: string;
94
- type: string;
95
- value: string;
96
- tasks: CornTask[];
97
- constructor(data?: PartialMessage<CornJob>);
98
- static readonly runtime: typeof proto3;
99
- static readonly typeName = "sppb.CornJob";
100
- static readonly fields: FieldList;
101
- static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): CornJob;
102
- static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): CornJob;
103
- static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): CornJob;
104
- static equals(a: CornJob | PlainMessage<CornJob> | undefined, b: CornJob | PlainMessage<CornJob> | undefined): boolean;
105
- }
106
- export declare class CornJobConfig extends Message<CornJobConfig> {
107
- jobs: CornJob[];
108
- constructor(data?: PartialMessage<CornJobConfig>);
109
- static readonly runtime: typeof proto3;
110
- static readonly typeName = "sppb.CornJobConfig";
111
- static readonly fields: FieldList;
112
- static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): CornJobConfig;
113
- static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): CornJobConfig;
114
- static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): CornJobConfig;
115
- static equals(a: CornJobConfig | PlainMessage<CornJobConfig> | undefined, b: CornJobConfig | PlainMessage<CornJobConfig> | undefined): boolean;
116
- }
117
- export declare class JobListReq extends Message<JobListReq> {
118
- constructor(data?: PartialMessage<JobListReq>);
119
- static readonly runtime: typeof proto3;
120
- static readonly typeName = "sppb.JobListReq";
121
- static readonly fields: FieldList;
122
- static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): JobListReq;
123
- static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): JobListReq;
124
- static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): JobListReq;
125
- static equals(a: JobListReq | PlainMessage<JobListReq> | undefined, b: JobListReq | PlainMessage<JobListReq> | undefined): boolean;
126
- }
127
- export declare class DevJob extends Message<DevJob> {
128
- name: string;
129
- constructor(data?: PartialMessage<DevJob>);
130
- static readonly runtime: typeof proto3;
131
- static readonly typeName = "sppb.DevJob";
132
- static readonly fields: FieldList;
133
- static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): DevJob;
134
- static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): DevJob;
135
- static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): DevJob;
136
- static equals(a: DevJob | PlainMessage<DevJob> | undefined, b: DevJob | PlainMessage<DevJob> | undefined): boolean;
137
- }
138
- export declare class JobListRes extends Message<JobListRes> {
139
- items: DevJob[];
140
- constructor(data?: PartialMessage<JobListRes>);
141
- static readonly runtime: typeof proto3;
142
- static readonly typeName = "sppb.JobListRes";
143
- static readonly fields: FieldList;
144
- static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): JobListRes;
145
- static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): JobListRes;
146
- static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): JobListRes;
147
- static equals(a: JobListRes | PlainMessage<JobListRes> | undefined, b: JobListRes | PlainMessage<JobListRes> | undefined): boolean;
148
- }
149
- export declare class DevGitCommitReq extends Message<DevGitCommitReq> {
150
- constructor(data?: PartialMessage<DevGitCommitReq>);
151
- static readonly runtime: typeof proto3;
152
- static readonly typeName = "sppb.DevGitCommitReq";
153
- static readonly fields: FieldList;
154
- static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): DevGitCommitReq;
155
- static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): DevGitCommitReq;
156
- static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): DevGitCommitReq;
157
- static equals(a: DevGitCommitReq | PlainMessage<DevGitCommitReq> | undefined, b: DevGitCommitReq | PlainMessage<DevGitCommitReq> | undefined): boolean;
158
- }
159
- export declare class DevGitCommitRes extends Message<DevGitCommitRes> {
160
- constructor(data?: PartialMessage<DevGitCommitRes>);
161
- static readonly runtime: typeof proto3;
162
- static readonly typeName = "sppb.DevGitCommitRes";
163
- static readonly fields: FieldList;
164
- static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): DevGitCommitRes;
165
- static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): DevGitCommitRes;
166
- static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): DevGitCommitRes;
167
- static equals(a: DevGitCommitRes | PlainMessage<DevGitCommitRes> | undefined, b: DevGitCommitRes | PlainMessage<DevGitCommitRes> | undefined): boolean;
168
- }
169
- export declare class DevStartChromeReq extends Message<DevStartChromeReq> {
170
- constructor(data?: PartialMessage<DevStartChromeReq>);
171
- static readonly runtime: typeof proto3;
172
- static readonly typeName = "sppb.DevStartChromeReq";
173
- static readonly fields: FieldList;
174
- static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): DevStartChromeReq;
175
- static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): DevStartChromeReq;
176
- static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): DevStartChromeReq;
177
- static equals(a: DevStartChromeReq | PlainMessage<DevStartChromeReq> | undefined, b: DevStartChromeReq | PlainMessage<DevStartChromeReq> | undefined): boolean;
178
- }
179
- export declare class DevStartChromeRes extends Message<DevStartChromeRes> {
180
- constructor(data?: PartialMessage<DevStartChromeRes>);
181
- static readonly runtime: typeof proto3;
182
- static readonly typeName = "sppb.DevStartChromeRes";
183
- static readonly fields: FieldList;
184
- static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): DevStartChromeRes;
185
- static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): DevStartChromeRes;
186
- static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): DevStartChromeRes;
187
- static equals(a: DevStartChromeRes | PlainMessage<DevStartChromeRes> | undefined, b: DevStartChromeRes | PlainMessage<DevStartChromeRes> | undefined): boolean;
188
- }
189
- export declare class DevDockerBuildMtmReq extends Message<DevDockerBuildMtmReq> {
190
- constructor(data?: PartialMessage<DevDockerBuildMtmReq>);
191
- static readonly runtime: typeof proto3;
192
- static readonly typeName = "sppb.DevDockerBuildMtmReq";
193
- static readonly fields: FieldList;
194
- static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): DevDockerBuildMtmReq;
195
- static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): DevDockerBuildMtmReq;
196
- static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): DevDockerBuildMtmReq;
197
- static equals(a: DevDockerBuildMtmReq | PlainMessage<DevDockerBuildMtmReq> | undefined, b: DevDockerBuildMtmReq | PlainMessage<DevDockerBuildMtmReq> | undefined): boolean;
198
- }
199
- export declare class DevDockerBuildMtmRes extends Message<DevDockerBuildMtmRes> {
200
- constructor(data?: PartialMessage<DevDockerBuildMtmRes>);
201
- static readonly runtime: typeof proto3;
202
- static readonly typeName = "sppb.DevDockerBuildMtmRes";
203
- static readonly fields: FieldList;
204
- static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): DevDockerBuildMtmRes;
205
- static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): DevDockerBuildMtmRes;
206
- static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): DevDockerBuildMtmRes;
207
- static equals(a: DevDockerBuildMtmRes | PlainMessage<DevDockerBuildMtmRes> | undefined, b: DevDockerBuildMtmRes | PlainMessage<DevDockerBuildMtmRes> | undefined): boolean;
208
- }