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.
- package/dist/esm/gomtmpb/mtm/sppb/bot-BotService_connectquery.d.ts +84 -4
- package/dist/esm/gomtmpb/mtm/sppb/bot-BotService_connectquery.js +93 -5
- package/dist/esm/gomtmpb/mtm/sppb/bot_connect.d.ts +52 -4
- package/dist/esm/gomtmpb/mtm/sppb/bot_connect.js +78 -4
- package/dist/esm/gomtmpb/mtm/sppb/bot_pb.d.ts +237 -28
- package/dist/esm/gomtmpb/mtm/sppb/bot_pb.js +764 -66
- package/dist/esm/gomtmpb/mtm/sppb/cx-CxService_connectquery.d.ts +3 -3
- package/dist/esm/gomtmpb/mtm/sppb/cx-CxService_connectquery.js +3 -3
- package/dist/esm/gomtmpb/mtm/sppb/cx_connect.d.ts +3 -3
- package/dist/esm/gomtmpb/mtm/sppb/cx_connect.js +3 -3
- package/dist/esm/gomtmpb/mtm/sppb/mtm-MtmService_connectquery.d.ts +29 -9
- package/dist/esm/gomtmpb/mtm/sppb/mtm-MtmService_connectquery.js +31 -9
- package/dist/esm/gomtmpb/mtm/sppb/mtm_connect.d.ts +21 -9
- package/dist/esm/gomtmpb/mtm/sppb/mtm_connect.js +27 -9
- package/dist/esm/gomtmpb/mtm/sppb/mtm_pb.d.ts +27 -36
- package/dist/esm/gomtmpb/mtm/sppb/mtm_pb.js +67 -73
- package/dist/esm/messageTypeRegistry.js +0 -2
- package/dist/esm/validations/spContentModi.d.ts +4 -4
- package/dist/tsconfig.type.tsbuildinfo +1 -1
- package/package.json +1 -1
- package/dist/esm/gomtmpb/descriptions/mtm/sppb/job.d.ts +0 -0
- package/dist/esm/gomtmpb/descriptions/mtm/sppb/job.js +0 -0
- package/dist/esm/gomtmpb/mtm/sppb/job-JobService_connectquery.d.ts +0 -63
- package/dist/esm/gomtmpb/mtm/sppb/job-JobService_connectquery.js +0 -71
- package/dist/esm/gomtmpb/mtm/sppb/job_connect.d.ts +0 -44
- package/dist/esm/gomtmpb/mtm/sppb/job_connect.js +0 -71
- package/dist/esm/gomtmpb/mtm/sppb/job_pb.d.ts +0 -208
- package/dist/esm/gomtmpb/mtm/sppb/job_pb.js +0 -667
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { MethodKind } from "@bufbuild/protobuf";
|
|
2
|
-
import { BotGetReq, BotListReq, BotListRes, BotNode,
|
|
3
|
-
import { ResDeleteReq, Result } from "./mtm_pb";
|
|
2
|
+
import { BotGetReq, BotListReq, BotListRes, BotNode, ConsumHandler, ConsumHandlerGetReq, ConsumMessageReq, ConsumMessageRes, DevDockerBuildMtmReq, DevDockerBuildMtmRes, DevStartChromeReq, DevStartChromeRes, JobDefine, JobDefineCreateReq, JobDefineGetReq, JobListRes, JobRunReply, JobRunReq } from "./bot_pb";
|
|
3
|
+
import { CommontListReq, CommontListRes, ResDeleteReq, Result } from "./mtm_pb";
|
|
4
4
|
export declare const botList: {
|
|
5
5
|
readonly localName: "botList";
|
|
6
6
|
readonly name: "BotList";
|
|
@@ -45,8 +45,88 @@ export declare const consumHandlerList: {
|
|
|
45
45
|
readonly localName: "consumHandlerList";
|
|
46
46
|
readonly name: "ConsumHandlerList";
|
|
47
47
|
readonly kind: MethodKind.Unary;
|
|
48
|
-
readonly I: typeof
|
|
49
|
-
readonly O: typeof
|
|
48
|
+
readonly I: typeof CommontListReq;
|
|
49
|
+
readonly O: typeof CommontListRes;
|
|
50
|
+
readonly service: {
|
|
51
|
+
readonly typeName: "sppb.BotService";
|
|
52
|
+
};
|
|
53
|
+
};
|
|
54
|
+
export declare const consumHandlerGet: {
|
|
55
|
+
readonly localName: "consumHandlerGet";
|
|
56
|
+
readonly name: "ConsumHandlerGet";
|
|
57
|
+
readonly kind: MethodKind.Unary;
|
|
58
|
+
readonly I: typeof ConsumHandlerGetReq;
|
|
59
|
+
readonly O: typeof ConsumHandler;
|
|
60
|
+
readonly service: {
|
|
61
|
+
readonly typeName: "sppb.BotService";
|
|
62
|
+
};
|
|
63
|
+
};
|
|
64
|
+
export declare const jobRun: {
|
|
65
|
+
readonly localName: "jobRun";
|
|
66
|
+
readonly name: "JobRun";
|
|
67
|
+
readonly kind: MethodKind.Unary;
|
|
68
|
+
readonly I: typeof JobRunReq;
|
|
69
|
+
readonly O: typeof JobRunReply;
|
|
70
|
+
readonly service: {
|
|
71
|
+
readonly typeName: "sppb.BotService";
|
|
72
|
+
};
|
|
73
|
+
};
|
|
74
|
+
export declare const jobList: {
|
|
75
|
+
readonly localName: "jobList";
|
|
76
|
+
readonly name: "JobList";
|
|
77
|
+
readonly kind: MethodKind.Unary;
|
|
78
|
+
readonly I: typeof CommontListReq;
|
|
79
|
+
readonly O: typeof JobListRes;
|
|
80
|
+
readonly service: {
|
|
81
|
+
readonly typeName: "sppb.BotService";
|
|
82
|
+
};
|
|
83
|
+
};
|
|
84
|
+
export declare const jobDefineList: {
|
|
85
|
+
readonly localName: "jobDefineList";
|
|
86
|
+
readonly name: "JobDefineList";
|
|
87
|
+
readonly kind: MethodKind.Unary;
|
|
88
|
+
readonly I: typeof CommontListReq;
|
|
89
|
+
readonly O: typeof CommontListRes;
|
|
90
|
+
readonly service: {
|
|
91
|
+
readonly typeName: "sppb.BotService";
|
|
92
|
+
};
|
|
93
|
+
};
|
|
94
|
+
export declare const jobDefineGet: {
|
|
95
|
+
readonly localName: "jobDefineGet";
|
|
96
|
+
readonly name: "JobDefineGet";
|
|
97
|
+
readonly kind: MethodKind.Unary;
|
|
98
|
+
readonly I: typeof JobDefineGetReq;
|
|
99
|
+
readonly O: typeof JobDefine;
|
|
100
|
+
readonly service: {
|
|
101
|
+
readonly typeName: "sppb.BotService";
|
|
102
|
+
};
|
|
103
|
+
};
|
|
104
|
+
export declare const jobDefineCreate: {
|
|
105
|
+
readonly localName: "jobDefineCreate";
|
|
106
|
+
readonly name: "JobDefineCreate";
|
|
107
|
+
readonly kind: MethodKind.Unary;
|
|
108
|
+
readonly I: typeof JobDefineCreateReq;
|
|
109
|
+
readonly O: typeof Result;
|
|
110
|
+
readonly service: {
|
|
111
|
+
readonly typeName: "sppb.BotService";
|
|
112
|
+
};
|
|
113
|
+
};
|
|
114
|
+
export declare const devStartChrome: {
|
|
115
|
+
readonly localName: "devStartChrome";
|
|
116
|
+
readonly name: "DevStartChrome";
|
|
117
|
+
readonly kind: MethodKind.Unary;
|
|
118
|
+
readonly I: typeof DevStartChromeReq;
|
|
119
|
+
readonly O: typeof DevStartChromeRes;
|
|
120
|
+
readonly service: {
|
|
121
|
+
readonly typeName: "sppb.BotService";
|
|
122
|
+
};
|
|
123
|
+
};
|
|
124
|
+
export declare const devDockerBuildMtm: {
|
|
125
|
+
readonly localName: "devDockerBuildMtm";
|
|
126
|
+
readonly name: "DevDockerBuildMtm";
|
|
127
|
+
readonly kind: MethodKind.Unary;
|
|
128
|
+
readonly I: typeof DevDockerBuildMtmReq;
|
|
129
|
+
readonly O: typeof DevDockerBuildMtmRes;
|
|
50
130
|
readonly service: {
|
|
51
131
|
readonly typeName: "sppb.BotService";
|
|
52
132
|
};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { MethodKind } from "@bufbuild/protobuf";
|
|
2
|
-
import { BotGetReq, BotListReq, BotListRes, BotNode,
|
|
3
|
-
import { ResDeleteReq, Result } from "./mtm_pb";
|
|
2
|
+
import { BotGetReq, BotListReq, BotListRes, BotNode, ConsumHandler, ConsumHandlerGetReq, ConsumMessageReq, ConsumMessageRes, DevDockerBuildMtmReq, DevDockerBuildMtmRes, DevStartChromeReq, DevStartChromeRes, JobDefine, JobDefineCreateReq, JobDefineGetReq, JobListRes, JobRunReply, JobRunReq } from "./bot_pb";
|
|
3
|
+
import { CommontListReq, CommontListRes, ResDeleteReq, Result } from "./mtm_pb";
|
|
4
4
|
const botList = {
|
|
5
5
|
localName: "botList",
|
|
6
6
|
name: "BotList",
|
|
@@ -45,8 +45,88 @@ const consumHandlerList = {
|
|
|
45
45
|
localName: "consumHandlerList",
|
|
46
46
|
name: "ConsumHandlerList",
|
|
47
47
|
kind: MethodKind.Unary,
|
|
48
|
-
I:
|
|
49
|
-
O:
|
|
48
|
+
I: CommontListReq,
|
|
49
|
+
O: CommontListRes,
|
|
50
|
+
service: {
|
|
51
|
+
typeName: "sppb.BotService"
|
|
52
|
+
}
|
|
53
|
+
};
|
|
54
|
+
const consumHandlerGet = {
|
|
55
|
+
localName: "consumHandlerGet",
|
|
56
|
+
name: "ConsumHandlerGet",
|
|
57
|
+
kind: MethodKind.Unary,
|
|
58
|
+
I: ConsumHandlerGetReq,
|
|
59
|
+
O: ConsumHandler,
|
|
60
|
+
service: {
|
|
61
|
+
typeName: "sppb.BotService"
|
|
62
|
+
}
|
|
63
|
+
};
|
|
64
|
+
const jobRun = {
|
|
65
|
+
localName: "jobRun",
|
|
66
|
+
name: "JobRun",
|
|
67
|
+
kind: MethodKind.Unary,
|
|
68
|
+
I: JobRunReq,
|
|
69
|
+
O: JobRunReply,
|
|
70
|
+
service: {
|
|
71
|
+
typeName: "sppb.BotService"
|
|
72
|
+
}
|
|
73
|
+
};
|
|
74
|
+
const jobList = {
|
|
75
|
+
localName: "jobList",
|
|
76
|
+
name: "JobList",
|
|
77
|
+
kind: MethodKind.Unary,
|
|
78
|
+
I: CommontListReq,
|
|
79
|
+
O: JobListRes,
|
|
80
|
+
service: {
|
|
81
|
+
typeName: "sppb.BotService"
|
|
82
|
+
}
|
|
83
|
+
};
|
|
84
|
+
const jobDefineList = {
|
|
85
|
+
localName: "jobDefineList",
|
|
86
|
+
name: "JobDefineList",
|
|
87
|
+
kind: MethodKind.Unary,
|
|
88
|
+
I: CommontListReq,
|
|
89
|
+
O: CommontListRes,
|
|
90
|
+
service: {
|
|
91
|
+
typeName: "sppb.BotService"
|
|
92
|
+
}
|
|
93
|
+
};
|
|
94
|
+
const jobDefineGet = {
|
|
95
|
+
localName: "jobDefineGet",
|
|
96
|
+
name: "JobDefineGet",
|
|
97
|
+
kind: MethodKind.Unary,
|
|
98
|
+
I: JobDefineGetReq,
|
|
99
|
+
O: JobDefine,
|
|
100
|
+
service: {
|
|
101
|
+
typeName: "sppb.BotService"
|
|
102
|
+
}
|
|
103
|
+
};
|
|
104
|
+
const jobDefineCreate = {
|
|
105
|
+
localName: "jobDefineCreate",
|
|
106
|
+
name: "JobDefineCreate",
|
|
107
|
+
kind: MethodKind.Unary,
|
|
108
|
+
I: JobDefineCreateReq,
|
|
109
|
+
O: Result,
|
|
110
|
+
service: {
|
|
111
|
+
typeName: "sppb.BotService"
|
|
112
|
+
}
|
|
113
|
+
};
|
|
114
|
+
const devStartChrome = {
|
|
115
|
+
localName: "devStartChrome",
|
|
116
|
+
name: "DevStartChrome",
|
|
117
|
+
kind: MethodKind.Unary,
|
|
118
|
+
I: DevStartChromeReq,
|
|
119
|
+
O: DevStartChromeRes,
|
|
120
|
+
service: {
|
|
121
|
+
typeName: "sppb.BotService"
|
|
122
|
+
}
|
|
123
|
+
};
|
|
124
|
+
const devDockerBuildMtm = {
|
|
125
|
+
localName: "devDockerBuildMtm",
|
|
126
|
+
name: "DevDockerBuildMtm",
|
|
127
|
+
kind: MethodKind.Unary,
|
|
128
|
+
I: DevDockerBuildMtmReq,
|
|
129
|
+
O: DevDockerBuildMtmRes,
|
|
50
130
|
service: {
|
|
51
131
|
typeName: "sppb.BotService"
|
|
52
132
|
}
|
|
@@ -55,6 +135,14 @@ export {
|
|
|
55
135
|
botDelete,
|
|
56
136
|
botGet,
|
|
57
137
|
botList,
|
|
138
|
+
consumHandlerGet,
|
|
58
139
|
consumHandlerList,
|
|
59
|
-
consumMessage
|
|
140
|
+
consumMessage,
|
|
141
|
+
devDockerBuildMtm,
|
|
142
|
+
devStartChrome,
|
|
143
|
+
jobDefineCreate,
|
|
144
|
+
jobDefineGet,
|
|
145
|
+
jobDefineList,
|
|
146
|
+
jobList,
|
|
147
|
+
jobRun
|
|
60
148
|
};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { BotGetReq, BotListReq, BotListRes, BotNode,
|
|
1
|
+
import { BotGetReq, BotListReq, BotListRes, BotNode, ConsumHandler, ConsumHandlerGetReq, ConsumMessageReq, ConsumMessageRes, DevDockerBuildMtmReq, DevDockerBuildMtmRes, DevStartChromeReq, DevStartChromeRes, JobDefine, JobDefineCreateReq, JobDefineGetReq, JobListRes, JobRunReply, JobRunReq } from "./bot_pb";
|
|
2
2
|
import { MethodKind } from "@bufbuild/protobuf";
|
|
3
|
-
import { ResDeleteReq, Result } from "./mtm_pb";
|
|
3
|
+
import { CommontListReq, CommontListRes, ResDeleteReq, Result } from "./mtm_pb";
|
|
4
4
|
export declare const BotService: {
|
|
5
5
|
readonly typeName: "sppb.BotService";
|
|
6
6
|
readonly methods: {
|
|
@@ -30,8 +30,56 @@ export declare const BotService: {
|
|
|
30
30
|
};
|
|
31
31
|
readonly consumHandlerList: {
|
|
32
32
|
readonly name: "ConsumHandlerList";
|
|
33
|
-
readonly I: typeof
|
|
34
|
-
readonly O: typeof
|
|
33
|
+
readonly I: typeof CommontListReq;
|
|
34
|
+
readonly O: typeof CommontListRes;
|
|
35
|
+
readonly kind: MethodKind.Unary;
|
|
36
|
+
};
|
|
37
|
+
readonly consumHandlerGet: {
|
|
38
|
+
readonly name: "ConsumHandlerGet";
|
|
39
|
+
readonly I: typeof ConsumHandlerGetReq;
|
|
40
|
+
readonly O: typeof ConsumHandler;
|
|
41
|
+
readonly kind: MethodKind.Unary;
|
|
42
|
+
};
|
|
43
|
+
readonly jobRun: {
|
|
44
|
+
readonly name: "JobRun";
|
|
45
|
+
readonly I: typeof JobRunReq;
|
|
46
|
+
readonly O: typeof JobRunReply;
|
|
47
|
+
readonly kind: MethodKind.Unary;
|
|
48
|
+
};
|
|
49
|
+
readonly jobList: {
|
|
50
|
+
readonly name: "JobList";
|
|
51
|
+
readonly I: typeof CommontListReq;
|
|
52
|
+
readonly O: typeof JobListRes;
|
|
53
|
+
readonly kind: MethodKind.Unary;
|
|
54
|
+
};
|
|
55
|
+
readonly jobDefineList: {
|
|
56
|
+
readonly name: "JobDefineList";
|
|
57
|
+
readonly I: typeof CommontListReq;
|
|
58
|
+
readonly O: typeof CommontListRes;
|
|
59
|
+
readonly kind: MethodKind.Unary;
|
|
60
|
+
};
|
|
61
|
+
readonly jobDefineGet: {
|
|
62
|
+
readonly name: "JobDefineGet";
|
|
63
|
+
readonly I: typeof JobDefineGetReq;
|
|
64
|
+
readonly O: typeof JobDefine;
|
|
65
|
+
readonly kind: MethodKind.Unary;
|
|
66
|
+
};
|
|
67
|
+
readonly jobDefineCreate: {
|
|
68
|
+
readonly name: "JobDefineCreate";
|
|
69
|
+
readonly I: typeof JobDefineCreateReq;
|
|
70
|
+
readonly O: typeof Result;
|
|
71
|
+
readonly kind: MethodKind.Unary;
|
|
72
|
+
};
|
|
73
|
+
readonly devStartChrome: {
|
|
74
|
+
readonly name: "DevStartChrome";
|
|
75
|
+
readonly I: typeof DevStartChromeReq;
|
|
76
|
+
readonly O: typeof DevStartChromeRes;
|
|
77
|
+
readonly kind: MethodKind.Unary;
|
|
78
|
+
};
|
|
79
|
+
readonly devDockerBuildMtm: {
|
|
80
|
+
readonly name: "DevDockerBuildMtm";
|
|
81
|
+
readonly I: typeof DevDockerBuildMtmReq;
|
|
82
|
+
readonly O: typeof DevDockerBuildMtmRes;
|
|
35
83
|
readonly kind: MethodKind.Unary;
|
|
36
84
|
};
|
|
37
85
|
};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { BotGetReq, BotListReq, BotListRes, BotNode,
|
|
1
|
+
import { BotGetReq, BotListReq, BotListRes, BotNode, ConsumHandler, ConsumHandlerGetReq, ConsumMessageReq, ConsumMessageRes, DevDockerBuildMtmReq, DevDockerBuildMtmRes, DevStartChromeReq, DevStartChromeRes, JobDefine, JobDefineCreateReq, JobDefineGetReq, JobListRes, JobRunReply, JobRunReq } from "./bot_pb";
|
|
2
2
|
import { MethodKind } from "@bufbuild/protobuf";
|
|
3
|
-
import { ResDeleteReq, Result } from "./mtm_pb";
|
|
3
|
+
import { CommontListReq, CommontListRes, ResDeleteReq, Result } from "./mtm_pb";
|
|
4
4
|
const BotService = {
|
|
5
5
|
typeName: "sppb.BotService",
|
|
6
6
|
methods: {
|
|
@@ -51,8 +51,82 @@ const BotService = {
|
|
|
51
51
|
*/
|
|
52
52
|
consumHandlerList: {
|
|
53
53
|
name: "ConsumHandlerList",
|
|
54
|
-
I:
|
|
55
|
-
O:
|
|
54
|
+
I: CommontListReq,
|
|
55
|
+
O: CommontListRes,
|
|
56
|
+
kind: MethodKind.Unary
|
|
57
|
+
},
|
|
58
|
+
/**
|
|
59
|
+
* @generated from rpc sppb.BotService.ConsumHandlerGet
|
|
60
|
+
*/
|
|
61
|
+
consumHandlerGet: {
|
|
62
|
+
name: "ConsumHandlerGet",
|
|
63
|
+
I: ConsumHandlerGetReq,
|
|
64
|
+
O: ConsumHandler,
|
|
65
|
+
kind: MethodKind.Unary
|
|
66
|
+
},
|
|
67
|
+
/**
|
|
68
|
+
* @generated from rpc sppb.BotService.JobRun
|
|
69
|
+
*/
|
|
70
|
+
jobRun: {
|
|
71
|
+
name: "JobRun",
|
|
72
|
+
I: JobRunReq,
|
|
73
|
+
O: JobRunReply,
|
|
74
|
+
kind: MethodKind.Unary
|
|
75
|
+
},
|
|
76
|
+
/**
|
|
77
|
+
* @generated from rpc sppb.BotService.JobList
|
|
78
|
+
*/
|
|
79
|
+
jobList: {
|
|
80
|
+
name: "JobList",
|
|
81
|
+
I: CommontListReq,
|
|
82
|
+
O: JobListRes,
|
|
83
|
+
kind: MethodKind.Unary
|
|
84
|
+
},
|
|
85
|
+
/**
|
|
86
|
+
* 获取任务定义列表
|
|
87
|
+
*
|
|
88
|
+
* @generated from rpc sppb.BotService.JobDefineList
|
|
89
|
+
*/
|
|
90
|
+
jobDefineList: {
|
|
91
|
+
name: "JobDefineList",
|
|
92
|
+
I: CommontListReq,
|
|
93
|
+
O: CommontListRes,
|
|
94
|
+
kind: MethodKind.Unary
|
|
95
|
+
},
|
|
96
|
+
/**
|
|
97
|
+
* @generated from rpc sppb.BotService.JobDefineGet
|
|
98
|
+
*/
|
|
99
|
+
jobDefineGet: {
|
|
100
|
+
name: "JobDefineGet",
|
|
101
|
+
I: JobDefineGetReq,
|
|
102
|
+
O: JobDefine,
|
|
103
|
+
kind: MethodKind.Unary
|
|
104
|
+
},
|
|
105
|
+
/**
|
|
106
|
+
* @generated from rpc sppb.BotService.JobDefineCreate
|
|
107
|
+
*/
|
|
108
|
+
jobDefineCreate: {
|
|
109
|
+
name: "JobDefineCreate",
|
|
110
|
+
I: JobDefineCreateReq,
|
|
111
|
+
O: Result,
|
|
112
|
+
kind: MethodKind.Unary
|
|
113
|
+
},
|
|
114
|
+
/**
|
|
115
|
+
* @generated from rpc sppb.BotService.DevStartChrome
|
|
116
|
+
*/
|
|
117
|
+
devStartChrome: {
|
|
118
|
+
name: "DevStartChrome",
|
|
119
|
+
I: DevStartChromeReq,
|
|
120
|
+
O: DevStartChromeRes,
|
|
121
|
+
kind: MethodKind.Unary
|
|
122
|
+
},
|
|
123
|
+
/**
|
|
124
|
+
* @generated from rpc sppb.BotService.DevDockerBuildMtm
|
|
125
|
+
*/
|
|
126
|
+
devDockerBuildMtm: {
|
|
127
|
+
name: "DevDockerBuildMtm",
|
|
128
|
+
I: DevDockerBuildMtmReq,
|
|
129
|
+
O: DevDockerBuildMtmRes,
|
|
56
130
|
kind: MethodKind.Unary
|
|
57
131
|
}
|
|
58
132
|
}
|
|
@@ -1,10 +1,217 @@
|
|
|
1
1
|
import type { BinaryReadOptions, FieldList, JsonReadOptions, JsonValue, PartialMessage, PlainMessage } from "@bufbuild/protobuf";
|
|
2
2
|
import { Any, Message, proto3 } from "@bufbuild/protobuf";
|
|
3
3
|
import { Paging } from "./mtm_pb";
|
|
4
|
+
export declare enum JobStatus {
|
|
5
|
+
PADDING = 0,
|
|
6
|
+
RUNNING = 1,
|
|
7
|
+
END = 2
|
|
8
|
+
}
|
|
4
9
|
export declare enum MtBotConsumerType {
|
|
5
10
|
COMMON = 0,
|
|
6
11
|
DEV = 1
|
|
7
12
|
}
|
|
13
|
+
export declare class JobRunReq extends Message<JobRunReq> {
|
|
14
|
+
name: string;
|
|
15
|
+
constructor(data?: PartialMessage<JobRunReq>);
|
|
16
|
+
static readonly runtime: typeof proto3;
|
|
17
|
+
static readonly typeName = "sppb.JobRunReq";
|
|
18
|
+
static readonly fields: FieldList;
|
|
19
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): JobRunReq;
|
|
20
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): JobRunReq;
|
|
21
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): JobRunReq;
|
|
22
|
+
static equals(a: JobRunReq | PlainMessage<JobRunReq> | undefined, b: JobRunReq | PlainMessage<JobRunReq> | undefined): boolean;
|
|
23
|
+
}
|
|
24
|
+
export declare class JobRunReply extends Message<JobRunReply> {
|
|
25
|
+
logSessionId: string;
|
|
26
|
+
constructor(data?: PartialMessage<JobRunReply>);
|
|
27
|
+
static readonly runtime: typeof proto3;
|
|
28
|
+
static readonly typeName = "sppb.JobRunReply";
|
|
29
|
+
static readonly fields: FieldList;
|
|
30
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): JobRunReply;
|
|
31
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): JobRunReply;
|
|
32
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): JobRunReply;
|
|
33
|
+
static equals(a: JobRunReply | PlainMessage<JobRunReply> | undefined, b: JobRunReply | PlainMessage<JobRunReply> | undefined): boolean;
|
|
34
|
+
}
|
|
35
|
+
export declare class JobDefine extends Message<JobDefine> {
|
|
36
|
+
id: string;
|
|
37
|
+
name: string;
|
|
38
|
+
title: string;
|
|
39
|
+
type: string;
|
|
40
|
+
dependents: string[];
|
|
41
|
+
timeoutSecond: number;
|
|
42
|
+
constructor(data?: PartialMessage<JobDefine>);
|
|
43
|
+
static readonly runtime: typeof proto3;
|
|
44
|
+
static readonly typeName = "sppb.JobDefine";
|
|
45
|
+
static readonly fields: FieldList;
|
|
46
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): JobDefine;
|
|
47
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): JobDefine;
|
|
48
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): JobDefine;
|
|
49
|
+
static equals(a: JobDefine | PlainMessage<JobDefine> | undefined, b: JobDefine | PlainMessage<JobDefine> | undefined): boolean;
|
|
50
|
+
}
|
|
51
|
+
export declare class Job extends Message<Job> {
|
|
52
|
+
id: string;
|
|
53
|
+
name: string;
|
|
54
|
+
status: JobStatus;
|
|
55
|
+
constructor(data?: PartialMessage<Job>);
|
|
56
|
+
static readonly runtime: typeof proto3;
|
|
57
|
+
static readonly typeName = "sppb.Job";
|
|
58
|
+
static readonly fields: FieldList;
|
|
59
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): Job;
|
|
60
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): Job;
|
|
61
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): Job;
|
|
62
|
+
static equals(a: Job | PlainMessage<Job> | undefined, b: Job | PlainMessage<Job> | undefined): boolean;
|
|
63
|
+
}
|
|
64
|
+
export declare class JobDependan extends Message<JobDependan> {
|
|
65
|
+
name: string;
|
|
66
|
+
constructor(data?: PartialMessage<JobDependan>);
|
|
67
|
+
static readonly runtime: typeof proto3;
|
|
68
|
+
static readonly typeName = "sppb.JobDependan";
|
|
69
|
+
static readonly fields: FieldList;
|
|
70
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): JobDependan;
|
|
71
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): JobDependan;
|
|
72
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): JobDependan;
|
|
73
|
+
static equals(a: JobDependan | PlainMessage<JobDependan> | undefined, b: JobDependan | PlainMessage<JobDependan> | undefined): boolean;
|
|
74
|
+
}
|
|
75
|
+
export declare class JobDefineCreateReq extends Message<JobDefineCreateReq> {
|
|
76
|
+
name: string;
|
|
77
|
+
constructor(data?: PartialMessage<JobDefineCreateReq>);
|
|
78
|
+
static readonly runtime: typeof proto3;
|
|
79
|
+
static readonly typeName = "sppb.JobDefineCreateReq";
|
|
80
|
+
static readonly fields: FieldList;
|
|
81
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): JobDefineCreateReq;
|
|
82
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): JobDefineCreateReq;
|
|
83
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): JobDefineCreateReq;
|
|
84
|
+
static equals(a: JobDefineCreateReq | PlainMessage<JobDefineCreateReq> | undefined, b: JobDefineCreateReq | PlainMessage<JobDefineCreateReq> | undefined): boolean;
|
|
85
|
+
}
|
|
86
|
+
export declare class CornTask extends Message<CornTask> {
|
|
87
|
+
name: string;
|
|
88
|
+
params: string[];
|
|
89
|
+
constructor(data?: PartialMessage<CornTask>);
|
|
90
|
+
static readonly runtime: typeof proto3;
|
|
91
|
+
static readonly typeName = "sppb.CornTask";
|
|
92
|
+
static readonly fields: FieldList;
|
|
93
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): CornTask;
|
|
94
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): CornTask;
|
|
95
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): CornTask;
|
|
96
|
+
static equals(a: CornTask | PlainMessage<CornTask> | undefined, b: CornTask | PlainMessage<CornTask> | undefined): boolean;
|
|
97
|
+
}
|
|
98
|
+
export declare class CornJob extends Message<CornJob> {
|
|
99
|
+
name: string;
|
|
100
|
+
type: string;
|
|
101
|
+
value: string;
|
|
102
|
+
tasks: CornTask[];
|
|
103
|
+
constructor(data?: PartialMessage<CornJob>);
|
|
104
|
+
static readonly runtime: typeof proto3;
|
|
105
|
+
static readonly typeName = "sppb.CornJob";
|
|
106
|
+
static readonly fields: FieldList;
|
|
107
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): CornJob;
|
|
108
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): CornJob;
|
|
109
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): CornJob;
|
|
110
|
+
static equals(a: CornJob | PlainMessage<CornJob> | undefined, b: CornJob | PlainMessage<CornJob> | undefined): boolean;
|
|
111
|
+
}
|
|
112
|
+
export declare class CornJobConfig extends Message<CornJobConfig> {
|
|
113
|
+
jobs: CornJob[];
|
|
114
|
+
constructor(data?: PartialMessage<CornJobConfig>);
|
|
115
|
+
static readonly runtime: typeof proto3;
|
|
116
|
+
static readonly typeName = "sppb.CornJobConfig";
|
|
117
|
+
static readonly fields: FieldList;
|
|
118
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): CornJobConfig;
|
|
119
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): CornJobConfig;
|
|
120
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): CornJobConfig;
|
|
121
|
+
static equals(a: CornJobConfig | PlainMessage<CornJobConfig> | undefined, b: CornJobConfig | PlainMessage<CornJobConfig> | undefined): boolean;
|
|
122
|
+
}
|
|
123
|
+
export declare class JobListReq extends Message<JobListReq> {
|
|
124
|
+
constructor(data?: PartialMessage<JobListReq>);
|
|
125
|
+
static readonly runtime: typeof proto3;
|
|
126
|
+
static readonly typeName = "sppb.JobListReq";
|
|
127
|
+
static readonly fields: FieldList;
|
|
128
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): JobListReq;
|
|
129
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): JobListReq;
|
|
130
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): JobListReq;
|
|
131
|
+
static equals(a: JobListReq | PlainMessage<JobListReq> | undefined, b: JobListReq | PlainMessage<JobListReq> | undefined): boolean;
|
|
132
|
+
}
|
|
133
|
+
export declare class DevJob extends Message<DevJob> {
|
|
134
|
+
name: string;
|
|
135
|
+
constructor(data?: PartialMessage<DevJob>);
|
|
136
|
+
static readonly runtime: typeof proto3;
|
|
137
|
+
static readonly typeName = "sppb.DevJob";
|
|
138
|
+
static readonly fields: FieldList;
|
|
139
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): DevJob;
|
|
140
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): DevJob;
|
|
141
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): DevJob;
|
|
142
|
+
static equals(a: DevJob | PlainMessage<DevJob> | undefined, b: DevJob | PlainMessage<DevJob> | undefined): boolean;
|
|
143
|
+
}
|
|
144
|
+
export declare class JobListRes extends Message<JobListRes> {
|
|
145
|
+
items: DevJob[];
|
|
146
|
+
constructor(data?: PartialMessage<JobListRes>);
|
|
147
|
+
static readonly runtime: typeof proto3;
|
|
148
|
+
static readonly typeName = "sppb.JobListRes";
|
|
149
|
+
static readonly fields: FieldList;
|
|
150
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): JobListRes;
|
|
151
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): JobListRes;
|
|
152
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): JobListRes;
|
|
153
|
+
static equals(a: JobListRes | PlainMessage<JobListRes> | undefined, b: JobListRes | PlainMessage<JobListRes> | undefined): boolean;
|
|
154
|
+
}
|
|
155
|
+
export declare class DevGitCommitReq extends Message<DevGitCommitReq> {
|
|
156
|
+
constructor(data?: PartialMessage<DevGitCommitReq>);
|
|
157
|
+
static readonly runtime: typeof proto3;
|
|
158
|
+
static readonly typeName = "sppb.DevGitCommitReq";
|
|
159
|
+
static readonly fields: FieldList;
|
|
160
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): DevGitCommitReq;
|
|
161
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): DevGitCommitReq;
|
|
162
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): DevGitCommitReq;
|
|
163
|
+
static equals(a: DevGitCommitReq | PlainMessage<DevGitCommitReq> | undefined, b: DevGitCommitReq | PlainMessage<DevGitCommitReq> | undefined): boolean;
|
|
164
|
+
}
|
|
165
|
+
export declare class DevGitCommitRes extends Message<DevGitCommitRes> {
|
|
166
|
+
constructor(data?: PartialMessage<DevGitCommitRes>);
|
|
167
|
+
static readonly runtime: typeof proto3;
|
|
168
|
+
static readonly typeName = "sppb.DevGitCommitRes";
|
|
169
|
+
static readonly fields: FieldList;
|
|
170
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): DevGitCommitRes;
|
|
171
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): DevGitCommitRes;
|
|
172
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): DevGitCommitRes;
|
|
173
|
+
static equals(a: DevGitCommitRes | PlainMessage<DevGitCommitRes> | undefined, b: DevGitCommitRes | PlainMessage<DevGitCommitRes> | undefined): boolean;
|
|
174
|
+
}
|
|
175
|
+
export declare class DevStartChromeReq extends Message<DevStartChromeReq> {
|
|
176
|
+
constructor(data?: PartialMessage<DevStartChromeReq>);
|
|
177
|
+
static readonly runtime: typeof proto3;
|
|
178
|
+
static readonly typeName = "sppb.DevStartChromeReq";
|
|
179
|
+
static readonly fields: FieldList;
|
|
180
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): DevStartChromeReq;
|
|
181
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): DevStartChromeReq;
|
|
182
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): DevStartChromeReq;
|
|
183
|
+
static equals(a: DevStartChromeReq | PlainMessage<DevStartChromeReq> | undefined, b: DevStartChromeReq | PlainMessage<DevStartChromeReq> | undefined): boolean;
|
|
184
|
+
}
|
|
185
|
+
export declare class DevStartChromeRes extends Message<DevStartChromeRes> {
|
|
186
|
+
constructor(data?: PartialMessage<DevStartChromeRes>);
|
|
187
|
+
static readonly runtime: typeof proto3;
|
|
188
|
+
static readonly typeName = "sppb.DevStartChromeRes";
|
|
189
|
+
static readonly fields: FieldList;
|
|
190
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): DevStartChromeRes;
|
|
191
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): DevStartChromeRes;
|
|
192
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): DevStartChromeRes;
|
|
193
|
+
static equals(a: DevStartChromeRes | PlainMessage<DevStartChromeRes> | undefined, b: DevStartChromeRes | PlainMessage<DevStartChromeRes> | undefined): boolean;
|
|
194
|
+
}
|
|
195
|
+
export declare class DevDockerBuildMtmReq extends Message<DevDockerBuildMtmReq> {
|
|
196
|
+
constructor(data?: PartialMessage<DevDockerBuildMtmReq>);
|
|
197
|
+
static readonly runtime: typeof proto3;
|
|
198
|
+
static readonly typeName = "sppb.DevDockerBuildMtmReq";
|
|
199
|
+
static readonly fields: FieldList;
|
|
200
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): DevDockerBuildMtmReq;
|
|
201
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): DevDockerBuildMtmReq;
|
|
202
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): DevDockerBuildMtmReq;
|
|
203
|
+
static equals(a: DevDockerBuildMtmReq | PlainMessage<DevDockerBuildMtmReq> | undefined, b: DevDockerBuildMtmReq | PlainMessage<DevDockerBuildMtmReq> | undefined): boolean;
|
|
204
|
+
}
|
|
205
|
+
export declare class DevDockerBuildMtmRes extends Message<DevDockerBuildMtmRes> {
|
|
206
|
+
constructor(data?: PartialMessage<DevDockerBuildMtmRes>);
|
|
207
|
+
static readonly runtime: typeof proto3;
|
|
208
|
+
static readonly typeName = "sppb.DevDockerBuildMtmRes";
|
|
209
|
+
static readonly fields: FieldList;
|
|
210
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): DevDockerBuildMtmRes;
|
|
211
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): DevDockerBuildMtmRes;
|
|
212
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): DevDockerBuildMtmRes;
|
|
213
|
+
static equals(a: DevDockerBuildMtmRes | PlainMessage<DevDockerBuildMtmRes> | undefined, b: DevDockerBuildMtmRes | PlainMessage<DevDockerBuildMtmRes> | undefined): boolean;
|
|
214
|
+
}
|
|
8
215
|
export declare class BotSiteTaskStartReq extends Message<BotSiteTaskStartReq> {
|
|
9
216
|
siteId: number;
|
|
10
217
|
constructor(data?: PartialMessage<BotSiteTaskStartReq>);
|
|
@@ -351,38 +558,18 @@ export declare class CxPageReq extends Message<CxPageReq> {
|
|
|
351
558
|
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): CxPageReq;
|
|
352
559
|
static equals(a: CxPageReq | PlainMessage<CxPageReq> | undefined, b: CxPageReq | PlainMessage<CxPageReq> | undefined): boolean;
|
|
353
560
|
}
|
|
354
|
-
export declare class
|
|
561
|
+
export declare class ConsumHandler extends Message<ConsumHandler> {
|
|
562
|
+
id: string;
|
|
355
563
|
type: MtBotConsumerType;
|
|
356
564
|
name: string;
|
|
357
|
-
constructor(data?: PartialMessage<
|
|
358
|
-
static readonly runtime: typeof proto3;
|
|
359
|
-
static readonly typeName = "sppb.MtBotConsumerHandlerInfo";
|
|
360
|
-
static readonly fields: FieldList;
|
|
361
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): MtBotConsumerHandlerInfo;
|
|
362
|
-
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): MtBotConsumerHandlerInfo;
|
|
363
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): MtBotConsumerHandlerInfo;
|
|
364
|
-
static equals(a: MtBotConsumerHandlerInfo | PlainMessage<MtBotConsumerHandlerInfo> | undefined, b: MtBotConsumerHandlerInfo | PlainMessage<MtBotConsumerHandlerInfo> | undefined): boolean;
|
|
365
|
-
}
|
|
366
|
-
export declare class ConsumHandlerListReq extends Message<ConsumHandlerListReq> {
|
|
367
|
-
constructor(data?: PartialMessage<ConsumHandlerListReq>);
|
|
368
|
-
static readonly runtime: typeof proto3;
|
|
369
|
-
static readonly typeName = "sppb.ConsumHandlerListReq";
|
|
370
|
-
static readonly fields: FieldList;
|
|
371
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): ConsumHandlerListReq;
|
|
372
|
-
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): ConsumHandlerListReq;
|
|
373
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): ConsumHandlerListReq;
|
|
374
|
-
static equals(a: ConsumHandlerListReq | PlainMessage<ConsumHandlerListReq> | undefined, b: ConsumHandlerListReq | PlainMessage<ConsumHandlerListReq> | undefined): boolean;
|
|
375
|
-
}
|
|
376
|
-
export declare class ConsumHandlerListRes extends Message<ConsumHandlerListRes> {
|
|
377
|
-
items: MtBotConsumerHandlerInfo[];
|
|
378
|
-
constructor(data?: PartialMessage<ConsumHandlerListRes>);
|
|
565
|
+
constructor(data?: PartialMessage<ConsumHandler>);
|
|
379
566
|
static readonly runtime: typeof proto3;
|
|
380
|
-
static readonly typeName = "sppb.
|
|
567
|
+
static readonly typeName = "sppb.ConsumHandler";
|
|
381
568
|
static readonly fields: FieldList;
|
|
382
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>):
|
|
383
|
-
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>):
|
|
384
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>):
|
|
385
|
-
static equals(a:
|
|
569
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): ConsumHandler;
|
|
570
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): ConsumHandler;
|
|
571
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): ConsumHandler;
|
|
572
|
+
static equals(a: ConsumHandler | PlainMessage<ConsumHandler> | undefined, b: ConsumHandler | PlainMessage<ConsumHandler> | undefined): boolean;
|
|
386
573
|
}
|
|
387
574
|
export declare class CmdStartNoVnc extends Message<CmdStartNoVnc> {
|
|
388
575
|
port: number;
|
|
@@ -417,3 +604,25 @@ export declare class CmdStartSimpleCrawler extends Message<CmdStartSimpleCrawler
|
|
|
417
604
|
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): CmdStartSimpleCrawler;
|
|
418
605
|
static equals(a: CmdStartSimpleCrawler | PlainMessage<CmdStartSimpleCrawler> | undefined, b: CmdStartSimpleCrawler | PlainMessage<CmdStartSimpleCrawler> | undefined): boolean;
|
|
419
606
|
}
|
|
607
|
+
export declare class ConsumHandlerGetReq extends Message<ConsumHandlerGetReq> {
|
|
608
|
+
id: string;
|
|
609
|
+
constructor(data?: PartialMessage<ConsumHandlerGetReq>);
|
|
610
|
+
static readonly runtime: typeof proto3;
|
|
611
|
+
static readonly typeName = "sppb.ConsumHandlerGetReq";
|
|
612
|
+
static readonly fields: FieldList;
|
|
613
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): ConsumHandlerGetReq;
|
|
614
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): ConsumHandlerGetReq;
|
|
615
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): ConsumHandlerGetReq;
|
|
616
|
+
static equals(a: ConsumHandlerGetReq | PlainMessage<ConsumHandlerGetReq> | undefined, b: ConsumHandlerGetReq | PlainMessage<ConsumHandlerGetReq> | undefined): boolean;
|
|
617
|
+
}
|
|
618
|
+
export declare class JobDefineGetReq extends Message<JobDefineGetReq> {
|
|
619
|
+
id: string;
|
|
620
|
+
constructor(data?: PartialMessage<JobDefineGetReq>);
|
|
621
|
+
static readonly runtime: typeof proto3;
|
|
622
|
+
static readonly typeName = "sppb.JobDefineGetReq";
|
|
623
|
+
static readonly fields: FieldList;
|
|
624
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): JobDefineGetReq;
|
|
625
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): JobDefineGetReq;
|
|
626
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): JobDefineGetReq;
|
|
627
|
+
static equals(a: JobDefineGetReq | PlainMessage<JobDefineGetReq> | undefined, b: JobDefineGetReq | PlainMessage<JobDefineGetReq> | undefined): boolean;
|
|
628
|
+
}
|