gomtm 0.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/esm/index.d.ts +1 -0
- package/dist/esm/index.js +5 -0
- package/dist/esm/lib/mtmclient/descriptions/mtm/conf/conf.d.ts +0 -0
- package/dist/esm/lib/mtmclient/descriptions/mtm/conf/conf.js +0 -0
- package/dist/esm/lib/mtmclient/descriptions/mtm/mtps/mtpspb/mtps.d.ts +0 -0
- package/dist/esm/lib/mtmclient/descriptions/mtm/mtps/mtpspb/mtps.js +0 -0
- package/dist/esm/lib/mtmclient/descriptions/mtm/sppb/ai.d.ts +0 -0
- package/dist/esm/lib/mtmclient/descriptions/mtm/sppb/ai.js +0 -0
- package/dist/esm/lib/mtmclient/descriptions/mtm/sppb/av.d.ts +0 -0
- package/dist/esm/lib/mtmclient/descriptions/mtm/sppb/av.js +0 -0
- package/dist/esm/lib/mtmclient/descriptions/mtm/sppb/bot.d.ts +0 -0
- package/dist/esm/lib/mtmclient/descriptions/mtm/sppb/bot.js +0 -0
- package/dist/esm/lib/mtmclient/descriptions/mtm/sppb/cx.d.ts +0 -0
- package/dist/esm/lib/mtmclient/descriptions/mtm/sppb/cx.js +0 -0
- package/dist/esm/lib/mtmclient/descriptions/mtm/sppb/events.d.ts +0 -0
- package/dist/esm/lib/mtmclient/descriptions/mtm/sppb/events.js +0 -0
- package/dist/esm/lib/mtmclient/descriptions/mtm/sppb/job.d.ts +0 -0
- package/dist/esm/lib/mtmclient/descriptions/mtm/sppb/job.js +0 -0
- package/dist/esm/lib/mtmclient/descriptions/mtm/sppb/mtm.d.ts +0 -0
- package/dist/esm/lib/mtmclient/descriptions/mtm/sppb/mtm.js +0 -0
- package/dist/esm/lib/mtmclient/descriptions/mtm/sppb/sp.d.ts +0 -0
- package/dist/esm/lib/mtmclient/descriptions/mtm/sppb/sp.js +0 -0
- package/dist/esm/lib/mtmclient/mtm/conf/conf-ConfService_connectquery.d.ts +53 -0
- package/dist/esm/lib/mtmclient/mtm/conf/conf-ConfService_connectquery.js +60 -0
- package/dist/esm/lib/mtmclient/mtm/conf/conf_connect.d.ts +38 -0
- package/dist/esm/lib/mtmclient/mtm/conf/conf_connect.js +56 -0
- package/dist/esm/lib/mtmclient/mtm/conf/conf_pb.d.ts +480 -0
- package/dist/esm/lib/mtmclient/mtm/conf/conf_pb.js +2360 -0
- package/dist/esm/lib/mtmclient/mtm/mtps/mtpspb/mtps-PsService_connectquery.d.ts +52 -0
- package/dist/esm/lib/mtmclient/mtm/mtps/mtpspb/mtps-PsService_connectquery.js +59 -0
- package/dist/esm/lib/mtmclient/mtm/mtps/mtpspb/mtps_connect.d.ts +37 -0
- package/dist/esm/lib/mtmclient/mtm/mtps/mtpspb/mtps_connect.js +55 -0
- package/dist/esm/lib/mtmclient/mtm/mtps/mtpspb/mtps_pb.d.ts +154 -0
- package/dist/esm/lib/mtmclient/mtm/mtps/mtpspb/mtps_pb.js +530 -0
- package/dist/esm/lib/mtmclient/mtm/sppb/ai-AiService_connectquery.d.ts +22 -0
- package/dist/esm/lib/mtmclient/mtm/sppb/ai-AiService_connectquery.js +26 -0
- package/dist/esm/lib/mtmclient/mtm/sppb/ai_connect.d.ts +19 -0
- package/dist/esm/lib/mtmclient/mtm/sppb/ai_connect.js +32 -0
- package/dist/esm/lib/mtmclient/mtm/sppb/ai_pb.d.ts +47 -0
- package/dist/esm/lib/mtmclient/mtm/sppb/ai_pb.js +149 -0
- package/dist/esm/lib/mtmclient/mtm/sppb/av-AvService_connectquery.d.ts +53 -0
- package/dist/esm/lib/mtmclient/mtm/sppb/av-AvService_connectquery.js +60 -0
- package/dist/esm/lib/mtmclient/mtm/sppb/av_connect.d.ts +38 -0
- package/dist/esm/lib/mtmclient/mtm/sppb/av_connect.js +56 -0
- package/dist/esm/lib/mtmclient/mtm/sppb/av_pb.d.ts +77 -0
- package/dist/esm/lib/mtmclient/mtm/sppb/av_pb.js +290 -0
- package/dist/esm/lib/mtmclient/mtm/sppb/bot-BotService_connectquery.d.ts +53 -0
- package/dist/esm/lib/mtmclient/mtm/sppb/bot-BotService_connectquery.js +60 -0
- package/dist/esm/lib/mtmclient/mtm/sppb/bot_connect.d.ts +38 -0
- package/dist/esm/lib/mtmclient/mtm/sppb/bot_connect.js +62 -0
- package/dist/esm/lib/mtmclient/mtm/sppb/bot_pb.d.ts +419 -0
- package/dist/esm/lib/mtmclient/mtm/sppb/bot_pb.js +1267 -0
- package/dist/esm/lib/mtmclient/mtm/sppb/cx-CxService_connectquery.d.ts +133 -0
- package/dist/esm/lib/mtmclient/mtm/sppb/cx-CxService_connectquery.js +148 -0
- package/dist/esm/lib/mtmclient/mtm/sppb/cx_connect.d.ts +86 -0
- package/dist/esm/lib/mtmclient/mtm/sppb/cx_connect.js +141 -0
- package/dist/esm/lib/mtmclient/mtm/sppb/cx_pb.d.ts +335 -0
- package/dist/esm/lib/mtmclient/mtm/sppb/cx_pb.js +1618 -0
- package/dist/esm/lib/mtmclient/mtm/sppb/events_pb.d.ts +231 -0
- package/dist/esm/lib/mtmclient/mtm/sppb/events_pb.js +874 -0
- package/dist/esm/lib/mtmclient/mtm/sppb/job-JobService_connectquery.d.ts +63 -0
- package/dist/esm/lib/mtmclient/mtm/sppb/job-JobService_connectquery.js +71 -0
- package/dist/esm/lib/mtmclient/mtm/sppb/job_connect.d.ts +44 -0
- package/dist/esm/lib/mtmclient/mtm/sppb/job_connect.js +71 -0
- package/dist/esm/lib/mtmclient/mtm/sppb/job_pb.d.ts +208 -0
- package/dist/esm/lib/mtmclient/mtm/sppb/job_pb.js +667 -0
- package/dist/esm/lib/mtmclient/mtm/sppb/mtm-MtmService_connectquery.d.ts +512 -0
- package/dist/esm/lib/mtmclient/mtm/sppb/mtm-MtmService_connectquery.js +565 -0
- package/dist/esm/lib/mtmclient/mtm/sppb/mtm_connect.d.ts +313 -0
- package/dist/esm/lib/mtmclient/mtm/sppb/mtm_connect.js +503 -0
- package/dist/esm/lib/mtmclient/mtm/sppb/mtm_pb.d.ts +1886 -0
- package/dist/esm/lib/mtmclient/mtm/sppb/mtm_pb.js +7664 -0
- package/dist/esm/lib/mtmclient/mtm/sppb/sp-SpService_connectquery.d.ts +213 -0
- package/dist/esm/lib/mtmclient/mtm/sppb/sp-SpService_connectquery.js +236 -0
- package/dist/esm/lib/mtmclient/mtm/sppb/sp_connect.d.ts +134 -0
- package/dist/esm/lib/mtmclient/mtm/sppb/sp_connect.js +208 -0
- package/dist/esm/lib/mtmclient/mtm/sppb/sp_pb.d.ts +684 -0
- package/dist/esm/lib/mtmclient/mtm/sppb/sp_pb.js +2905 -0
- package/dist/tsconfig.type.tsbuildinfo +1 -0
- package/package.json +95 -0
|
@@ -0,0 +1,512 @@
|
|
|
1
|
+
import { MethodKind } from "@bufbuild/protobuf";
|
|
2
|
+
import { ArtContentClassifyReply, ArtContentClassifyReq, ArtRewriteReply, ArtRewriteReq, AuthToken, BlogCategorie, BlogCategorieCreateReply, BlogCategorieCreateReq, BlogCategorieGetReq, BlogCategorieListReply, BlogCategorieListReq, BlogCategorieUpdateReq, BlogCategorieUpdateReqply, BlogCleanReq, BlogPost, BlogPostCreateReq, BlogPostGetReq, BlogPostImportReq, BlogPostUpdateReq, BlogTag, BlogTagCreateReq, BlogTagGetReq, BlogTagListReply, BlogTagListReq, BlogTagUpdateReq, CommentListReq, CommentListRes, CurdViewCreateReq, CurdViewGetRes, CurdViewUpdateReq, GetDetailReq, GetMetaReq, GetMetaRes, LoginReply, LoginReq, MtmServerListReq, MtmServerListRes, Oauth2LoginHookRequest, PullLogReq, PullLogRes, RegisterReply, RegisterReq, ResDeleteReq, Result, RoleListReply, RoleListReq, ServiceMetaReq, ServiceMetaRes, Site, SiteCreateReq, SiteCreateRes, SiteGetReq, SiteHost, SiteHostCreateReq, SiteHostGetReq, SiteHostListReply, SiteHostListReq, SiteHostUpdateReq, SiteImportReq, SiteSetupCftunnelReply, SiteSetupCftunnelReq, SiteUpdateReq, SlugReq, SlugRes, User, UserCreateReply, UserCreateReq, UserGetReq, UserinfoReq, UserinfoRes, UserListReply, UserListReq, UserUpdateReq } from "./mtm_pb";
|
|
3
|
+
export declare const oauth2LoginHook: {
|
|
4
|
+
readonly localName: "oauth2LoginHook";
|
|
5
|
+
readonly name: "Oauth2LoginHook";
|
|
6
|
+
readonly kind: MethodKind.Unary;
|
|
7
|
+
readonly I: typeof Oauth2LoginHookRequest;
|
|
8
|
+
readonly O: typeof AuthToken;
|
|
9
|
+
readonly service: {
|
|
10
|
+
readonly typeName: "sppb.MtmService";
|
|
11
|
+
};
|
|
12
|
+
};
|
|
13
|
+
export declare const login: {
|
|
14
|
+
readonly localName: "login";
|
|
15
|
+
readonly name: "Login";
|
|
16
|
+
readonly kind: MethodKind.Unary;
|
|
17
|
+
readonly I: typeof LoginReq;
|
|
18
|
+
readonly O: typeof LoginReply;
|
|
19
|
+
readonly service: {
|
|
20
|
+
readonly typeName: "sppb.MtmService";
|
|
21
|
+
};
|
|
22
|
+
};
|
|
23
|
+
export declare const register: {
|
|
24
|
+
readonly localName: "register";
|
|
25
|
+
readonly name: "Register";
|
|
26
|
+
readonly kind: MethodKind.Unary;
|
|
27
|
+
readonly I: typeof RegisterReq;
|
|
28
|
+
readonly O: typeof RegisterReply;
|
|
29
|
+
readonly service: {
|
|
30
|
+
readonly typeName: "sppb.MtmService";
|
|
31
|
+
};
|
|
32
|
+
};
|
|
33
|
+
export declare const userList: {
|
|
34
|
+
readonly localName: "userList";
|
|
35
|
+
readonly name: "UserList";
|
|
36
|
+
readonly kind: MethodKind.Unary;
|
|
37
|
+
readonly I: typeof UserListReq;
|
|
38
|
+
readonly O: typeof UserListReply;
|
|
39
|
+
readonly service: {
|
|
40
|
+
readonly typeName: "sppb.MtmService";
|
|
41
|
+
};
|
|
42
|
+
};
|
|
43
|
+
export declare const userGet: {
|
|
44
|
+
readonly localName: "userGet";
|
|
45
|
+
readonly name: "UserGet";
|
|
46
|
+
readonly kind: MethodKind.Unary;
|
|
47
|
+
readonly I: typeof UserGetReq;
|
|
48
|
+
readonly O: typeof User;
|
|
49
|
+
readonly service: {
|
|
50
|
+
readonly typeName: "sppb.MtmService";
|
|
51
|
+
};
|
|
52
|
+
};
|
|
53
|
+
export declare const userCreate: {
|
|
54
|
+
readonly localName: "userCreate";
|
|
55
|
+
readonly name: "UserCreate";
|
|
56
|
+
readonly kind: MethodKind.Unary;
|
|
57
|
+
readonly I: typeof UserCreateReq;
|
|
58
|
+
readonly O: typeof UserCreateReply;
|
|
59
|
+
readonly service: {
|
|
60
|
+
readonly typeName: "sppb.MtmService";
|
|
61
|
+
};
|
|
62
|
+
};
|
|
63
|
+
export declare const userUpdate: {
|
|
64
|
+
readonly localName: "userUpdate";
|
|
65
|
+
readonly name: "UserUpdate";
|
|
66
|
+
readonly kind: MethodKind.Unary;
|
|
67
|
+
readonly I: typeof UserUpdateReq;
|
|
68
|
+
readonly O: typeof Result;
|
|
69
|
+
readonly service: {
|
|
70
|
+
readonly typeName: "sppb.MtmService";
|
|
71
|
+
};
|
|
72
|
+
};
|
|
73
|
+
export declare const userDelete: {
|
|
74
|
+
readonly localName: "userDelete";
|
|
75
|
+
readonly name: "UserDelete";
|
|
76
|
+
readonly kind: MethodKind.Unary;
|
|
77
|
+
readonly I: typeof ResDeleteReq;
|
|
78
|
+
readonly O: typeof Result;
|
|
79
|
+
readonly service: {
|
|
80
|
+
readonly typeName: "sppb.MtmService";
|
|
81
|
+
};
|
|
82
|
+
};
|
|
83
|
+
export declare const roleList: {
|
|
84
|
+
readonly localName: "roleList";
|
|
85
|
+
readonly name: "RoleList";
|
|
86
|
+
readonly kind: MethodKind.Unary;
|
|
87
|
+
readonly I: typeof RoleListReq;
|
|
88
|
+
readonly O: typeof RoleListReply;
|
|
89
|
+
readonly service: {
|
|
90
|
+
readonly typeName: "sppb.MtmService";
|
|
91
|
+
};
|
|
92
|
+
};
|
|
93
|
+
export declare const getMeta: {
|
|
94
|
+
readonly localName: "getMeta";
|
|
95
|
+
readonly name: "GetMeta";
|
|
96
|
+
readonly kind: MethodKind.Unary;
|
|
97
|
+
readonly I: typeof GetMetaReq;
|
|
98
|
+
readonly O: typeof GetMetaRes;
|
|
99
|
+
readonly service: {
|
|
100
|
+
readonly typeName: "sppb.MtmService";
|
|
101
|
+
};
|
|
102
|
+
};
|
|
103
|
+
export declare const pullLogs: {
|
|
104
|
+
readonly localName: "pullLogs";
|
|
105
|
+
readonly name: "PullLogs";
|
|
106
|
+
readonly kind: MethodKind.Unary;
|
|
107
|
+
readonly I: typeof PullLogReq;
|
|
108
|
+
readonly O: typeof PullLogRes;
|
|
109
|
+
readonly service: {
|
|
110
|
+
readonly typeName: "sppb.MtmService";
|
|
111
|
+
};
|
|
112
|
+
};
|
|
113
|
+
export declare const mtmServerList: {
|
|
114
|
+
readonly localName: "mtmServerList";
|
|
115
|
+
readonly name: "MtmServerList";
|
|
116
|
+
readonly kind: MethodKind.Unary;
|
|
117
|
+
readonly I: typeof MtmServerListReq;
|
|
118
|
+
readonly O: typeof MtmServerListRes;
|
|
119
|
+
readonly service: {
|
|
120
|
+
readonly typeName: "sppb.MtmService";
|
|
121
|
+
};
|
|
122
|
+
};
|
|
123
|
+
export declare const serviceMeta: {
|
|
124
|
+
readonly localName: "serviceMeta";
|
|
125
|
+
readonly name: "ServiceMeta";
|
|
126
|
+
readonly kind: MethodKind.Unary;
|
|
127
|
+
readonly I: typeof ServiceMetaReq;
|
|
128
|
+
readonly O: typeof ServiceMetaRes;
|
|
129
|
+
readonly service: {
|
|
130
|
+
readonly typeName: "sppb.MtmService";
|
|
131
|
+
};
|
|
132
|
+
};
|
|
133
|
+
export declare const search: {
|
|
134
|
+
readonly localName: "search";
|
|
135
|
+
readonly name: "Search";
|
|
136
|
+
readonly kind: MethodKind.Unary;
|
|
137
|
+
readonly I: typeof CommentListReq;
|
|
138
|
+
readonly O: typeof CommentListRes;
|
|
139
|
+
readonly service: {
|
|
140
|
+
readonly typeName: "sppb.MtmService";
|
|
141
|
+
};
|
|
142
|
+
};
|
|
143
|
+
export declare const slugPage: {
|
|
144
|
+
readonly localName: "slugPage";
|
|
145
|
+
readonly name: "SlugPage";
|
|
146
|
+
readonly kind: MethodKind.Unary;
|
|
147
|
+
readonly I: typeof SlugReq;
|
|
148
|
+
readonly O: typeof SlugRes;
|
|
149
|
+
readonly service: {
|
|
150
|
+
readonly typeName: "sppb.MtmService";
|
|
151
|
+
};
|
|
152
|
+
};
|
|
153
|
+
export declare const userinfo: {
|
|
154
|
+
readonly localName: "userinfo";
|
|
155
|
+
readonly name: "Userinfo";
|
|
156
|
+
readonly kind: MethodKind.Unary;
|
|
157
|
+
readonly I: typeof UserinfoReq;
|
|
158
|
+
readonly O: typeof UserinfoRes;
|
|
159
|
+
readonly service: {
|
|
160
|
+
readonly typeName: "sppb.MtmService";
|
|
161
|
+
};
|
|
162
|
+
};
|
|
163
|
+
export declare const blogPostList: {
|
|
164
|
+
readonly localName: "blogPostList";
|
|
165
|
+
readonly name: "BlogPostList";
|
|
166
|
+
readonly kind: MethodKind.Unary;
|
|
167
|
+
readonly I: typeof CommentListReq;
|
|
168
|
+
readonly O: typeof CommentListRes;
|
|
169
|
+
readonly service: {
|
|
170
|
+
readonly typeName: "sppb.MtmService";
|
|
171
|
+
};
|
|
172
|
+
};
|
|
173
|
+
export declare const blogPostGet: {
|
|
174
|
+
readonly localName: "blogPostGet";
|
|
175
|
+
readonly name: "BlogPostGet";
|
|
176
|
+
readonly kind: MethodKind.Unary;
|
|
177
|
+
readonly I: typeof BlogPostGetReq;
|
|
178
|
+
readonly O: typeof BlogPost;
|
|
179
|
+
readonly service: {
|
|
180
|
+
readonly typeName: "sppb.MtmService";
|
|
181
|
+
};
|
|
182
|
+
};
|
|
183
|
+
export declare const blogPostCreate: {
|
|
184
|
+
readonly localName: "blogPostCreate";
|
|
185
|
+
readonly name: "BlogPostCreate";
|
|
186
|
+
readonly kind: MethodKind.Unary;
|
|
187
|
+
readonly I: typeof BlogPostCreateReq;
|
|
188
|
+
readonly O: typeof Result;
|
|
189
|
+
readonly service: {
|
|
190
|
+
readonly typeName: "sppb.MtmService";
|
|
191
|
+
};
|
|
192
|
+
};
|
|
193
|
+
export declare const blogPostUpdate: {
|
|
194
|
+
readonly localName: "blogPostUpdate";
|
|
195
|
+
readonly name: "BlogPostUpdate";
|
|
196
|
+
readonly kind: MethodKind.Unary;
|
|
197
|
+
readonly I: typeof BlogPostUpdateReq;
|
|
198
|
+
readonly O: typeof Result;
|
|
199
|
+
readonly service: {
|
|
200
|
+
readonly typeName: "sppb.MtmService";
|
|
201
|
+
};
|
|
202
|
+
};
|
|
203
|
+
export declare const blogPostDelete: {
|
|
204
|
+
readonly localName: "blogPostDelete";
|
|
205
|
+
readonly name: "BlogPostDelete";
|
|
206
|
+
readonly kind: MethodKind.Unary;
|
|
207
|
+
readonly I: typeof ResDeleteReq;
|
|
208
|
+
readonly O: typeof Result;
|
|
209
|
+
readonly service: {
|
|
210
|
+
readonly typeName: "sppb.MtmService";
|
|
211
|
+
};
|
|
212
|
+
};
|
|
213
|
+
export declare const blogPostImport: {
|
|
214
|
+
readonly localName: "blogPostImport";
|
|
215
|
+
readonly name: "BlogPostImport";
|
|
216
|
+
readonly kind: MethodKind.Unary;
|
|
217
|
+
readonly I: typeof BlogPostImportReq;
|
|
218
|
+
readonly O: typeof BlogPost;
|
|
219
|
+
readonly service: {
|
|
220
|
+
readonly typeName: "sppb.MtmService";
|
|
221
|
+
};
|
|
222
|
+
};
|
|
223
|
+
export declare const blogCategorieList: {
|
|
224
|
+
readonly localName: "blogCategorieList";
|
|
225
|
+
readonly name: "BlogCategorieList";
|
|
226
|
+
readonly kind: MethodKind.Unary;
|
|
227
|
+
readonly I: typeof BlogCategorieListReq;
|
|
228
|
+
readonly O: typeof BlogCategorieListReply;
|
|
229
|
+
readonly service: {
|
|
230
|
+
readonly typeName: "sppb.MtmService";
|
|
231
|
+
};
|
|
232
|
+
};
|
|
233
|
+
export declare const blogCategorieGet: {
|
|
234
|
+
readonly localName: "blogCategorieGet";
|
|
235
|
+
readonly name: "BlogCategorieGet";
|
|
236
|
+
readonly kind: MethodKind.Unary;
|
|
237
|
+
readonly I: typeof BlogCategorieGetReq;
|
|
238
|
+
readonly O: typeof BlogCategorie;
|
|
239
|
+
readonly service: {
|
|
240
|
+
readonly typeName: "sppb.MtmService";
|
|
241
|
+
};
|
|
242
|
+
};
|
|
243
|
+
export declare const blogCategorieCreate: {
|
|
244
|
+
readonly localName: "blogCategorieCreate";
|
|
245
|
+
readonly name: "BlogCategorieCreate";
|
|
246
|
+
readonly kind: MethodKind.Unary;
|
|
247
|
+
readonly I: typeof BlogCategorieCreateReq;
|
|
248
|
+
readonly O: typeof BlogCategorieCreateReply;
|
|
249
|
+
readonly service: {
|
|
250
|
+
readonly typeName: "sppb.MtmService";
|
|
251
|
+
};
|
|
252
|
+
};
|
|
253
|
+
export declare const blogCategorieUpdate: {
|
|
254
|
+
readonly localName: "blogCategorieUpdate";
|
|
255
|
+
readonly name: "BlogCategorieUpdate";
|
|
256
|
+
readonly kind: MethodKind.Unary;
|
|
257
|
+
readonly I: typeof BlogCategorieUpdateReq;
|
|
258
|
+
readonly O: typeof BlogCategorieUpdateReqply;
|
|
259
|
+
readonly service: {
|
|
260
|
+
readonly typeName: "sppb.MtmService";
|
|
261
|
+
};
|
|
262
|
+
};
|
|
263
|
+
export declare const blogCategorieDelete: {
|
|
264
|
+
readonly localName: "blogCategorieDelete";
|
|
265
|
+
readonly name: "BlogCategorieDelete";
|
|
266
|
+
readonly kind: MethodKind.Unary;
|
|
267
|
+
readonly I: typeof ResDeleteReq;
|
|
268
|
+
readonly O: typeof Result;
|
|
269
|
+
readonly service: {
|
|
270
|
+
readonly typeName: "sppb.MtmService";
|
|
271
|
+
};
|
|
272
|
+
};
|
|
273
|
+
export declare const blogTagList: {
|
|
274
|
+
readonly localName: "blogTagList";
|
|
275
|
+
readonly name: "BlogTagList";
|
|
276
|
+
readonly kind: MethodKind.Unary;
|
|
277
|
+
readonly I: typeof BlogTagListReq;
|
|
278
|
+
readonly O: typeof BlogTagListReply;
|
|
279
|
+
readonly service: {
|
|
280
|
+
readonly typeName: "sppb.MtmService";
|
|
281
|
+
};
|
|
282
|
+
};
|
|
283
|
+
export declare const blogTagGet: {
|
|
284
|
+
readonly localName: "blogTagGet";
|
|
285
|
+
readonly name: "BlogTagGet";
|
|
286
|
+
readonly kind: MethodKind.Unary;
|
|
287
|
+
readonly I: typeof BlogTagGetReq;
|
|
288
|
+
readonly O: typeof BlogTag;
|
|
289
|
+
readonly service: {
|
|
290
|
+
readonly typeName: "sppb.MtmService";
|
|
291
|
+
};
|
|
292
|
+
};
|
|
293
|
+
export declare const blogTagCreate: {
|
|
294
|
+
readonly localName: "blogTagCreate";
|
|
295
|
+
readonly name: "BlogTagCreate";
|
|
296
|
+
readonly kind: MethodKind.Unary;
|
|
297
|
+
readonly I: typeof BlogTagCreateReq;
|
|
298
|
+
readonly O: typeof Result;
|
|
299
|
+
readonly service: {
|
|
300
|
+
readonly typeName: "sppb.MtmService";
|
|
301
|
+
};
|
|
302
|
+
};
|
|
303
|
+
export declare const blogTagUpdate: {
|
|
304
|
+
readonly localName: "blogTagUpdate";
|
|
305
|
+
readonly name: "BlogTagUpdate";
|
|
306
|
+
readonly kind: MethodKind.Unary;
|
|
307
|
+
readonly I: typeof BlogTagUpdateReq;
|
|
308
|
+
readonly O: typeof Result;
|
|
309
|
+
readonly service: {
|
|
310
|
+
readonly typeName: "sppb.MtmService";
|
|
311
|
+
};
|
|
312
|
+
};
|
|
313
|
+
export declare const blogTagDelete: {
|
|
314
|
+
readonly localName: "blogTagDelete";
|
|
315
|
+
readonly name: "BlogTagDelete";
|
|
316
|
+
readonly kind: MethodKind.Unary;
|
|
317
|
+
readonly I: typeof ResDeleteReq;
|
|
318
|
+
readonly O: typeof Result;
|
|
319
|
+
readonly service: {
|
|
320
|
+
readonly typeName: "sppb.MtmService";
|
|
321
|
+
};
|
|
322
|
+
};
|
|
323
|
+
export declare const blogClean: {
|
|
324
|
+
readonly localName: "blogClean";
|
|
325
|
+
readonly name: "BlogClean";
|
|
326
|
+
readonly kind: MethodKind.Unary;
|
|
327
|
+
readonly I: typeof BlogCleanReq;
|
|
328
|
+
readonly O: typeof Result;
|
|
329
|
+
readonly service: {
|
|
330
|
+
readonly typeName: "sppb.MtmService";
|
|
331
|
+
};
|
|
332
|
+
};
|
|
333
|
+
export declare const siteList: {
|
|
334
|
+
readonly localName: "siteList";
|
|
335
|
+
readonly name: "SiteList";
|
|
336
|
+
readonly kind: MethodKind.Unary;
|
|
337
|
+
readonly I: typeof CommentListReq;
|
|
338
|
+
readonly O: typeof CommentListRes;
|
|
339
|
+
readonly service: {
|
|
340
|
+
readonly typeName: "sppb.MtmService";
|
|
341
|
+
};
|
|
342
|
+
};
|
|
343
|
+
export declare const siteGet: {
|
|
344
|
+
readonly localName: "siteGet";
|
|
345
|
+
readonly name: "SiteGet";
|
|
346
|
+
readonly kind: MethodKind.Unary;
|
|
347
|
+
readonly I: typeof SiteGetReq;
|
|
348
|
+
readonly O: typeof Site;
|
|
349
|
+
readonly service: {
|
|
350
|
+
readonly typeName: "sppb.MtmService";
|
|
351
|
+
};
|
|
352
|
+
};
|
|
353
|
+
export declare const siteCreate: {
|
|
354
|
+
readonly localName: "siteCreate";
|
|
355
|
+
readonly name: "SiteCreate";
|
|
356
|
+
readonly kind: MethodKind.Unary;
|
|
357
|
+
readonly I: typeof SiteCreateReq;
|
|
358
|
+
readonly O: typeof SiteCreateRes;
|
|
359
|
+
readonly service: {
|
|
360
|
+
readonly typeName: "sppb.MtmService";
|
|
361
|
+
};
|
|
362
|
+
};
|
|
363
|
+
export declare const siteUpdate: {
|
|
364
|
+
readonly localName: "siteUpdate";
|
|
365
|
+
readonly name: "SiteUpdate";
|
|
366
|
+
readonly kind: MethodKind.Unary;
|
|
367
|
+
readonly I: typeof SiteUpdateReq;
|
|
368
|
+
readonly O: typeof Result;
|
|
369
|
+
readonly service: {
|
|
370
|
+
readonly typeName: "sppb.MtmService";
|
|
371
|
+
};
|
|
372
|
+
};
|
|
373
|
+
export declare const siteDelete: {
|
|
374
|
+
readonly localName: "siteDelete";
|
|
375
|
+
readonly name: "SiteDelete";
|
|
376
|
+
readonly kind: MethodKind.Unary;
|
|
377
|
+
readonly I: typeof ResDeleteReq;
|
|
378
|
+
readonly O: typeof Result;
|
|
379
|
+
readonly service: {
|
|
380
|
+
readonly typeName: "sppb.MtmService";
|
|
381
|
+
};
|
|
382
|
+
};
|
|
383
|
+
export declare const siteImport: {
|
|
384
|
+
readonly localName: "siteImport";
|
|
385
|
+
readonly name: "SiteImport";
|
|
386
|
+
readonly kind: MethodKind.Unary;
|
|
387
|
+
readonly I: typeof SiteImportReq;
|
|
388
|
+
readonly O: typeof Result;
|
|
389
|
+
readonly service: {
|
|
390
|
+
readonly typeName: "sppb.MtmService";
|
|
391
|
+
};
|
|
392
|
+
};
|
|
393
|
+
export declare const siteSetupCftunnel: {
|
|
394
|
+
readonly localName: "siteSetupCftunnel";
|
|
395
|
+
readonly name: "SiteSetupCftunnel";
|
|
396
|
+
readonly kind: MethodKind.Unary;
|
|
397
|
+
readonly I: typeof SiteSetupCftunnelReq;
|
|
398
|
+
readonly O: typeof SiteSetupCftunnelReply;
|
|
399
|
+
readonly service: {
|
|
400
|
+
readonly typeName: "sppb.MtmService";
|
|
401
|
+
};
|
|
402
|
+
};
|
|
403
|
+
export declare const siteHostList: {
|
|
404
|
+
readonly localName: "siteHostList";
|
|
405
|
+
readonly name: "SiteHostList";
|
|
406
|
+
readonly kind: MethodKind.Unary;
|
|
407
|
+
readonly I: typeof SiteHostListReq;
|
|
408
|
+
readonly O: typeof SiteHostListReply;
|
|
409
|
+
readonly service: {
|
|
410
|
+
readonly typeName: "sppb.MtmService";
|
|
411
|
+
};
|
|
412
|
+
};
|
|
413
|
+
export declare const siteHostGet: {
|
|
414
|
+
readonly localName: "siteHostGet";
|
|
415
|
+
readonly name: "SiteHostGet";
|
|
416
|
+
readonly kind: MethodKind.Unary;
|
|
417
|
+
readonly I: typeof SiteHostGetReq;
|
|
418
|
+
readonly O: typeof SiteHost;
|
|
419
|
+
readonly service: {
|
|
420
|
+
readonly typeName: "sppb.MtmService";
|
|
421
|
+
};
|
|
422
|
+
};
|
|
423
|
+
export declare const siteHostCreate: {
|
|
424
|
+
readonly localName: "siteHostCreate";
|
|
425
|
+
readonly name: "SiteHostCreate";
|
|
426
|
+
readonly kind: MethodKind.Unary;
|
|
427
|
+
readonly I: typeof SiteHostCreateReq;
|
|
428
|
+
readonly O: typeof Result;
|
|
429
|
+
readonly service: {
|
|
430
|
+
readonly typeName: "sppb.MtmService";
|
|
431
|
+
};
|
|
432
|
+
};
|
|
433
|
+
export declare const siteHostUpdate: {
|
|
434
|
+
readonly localName: "siteHostUpdate";
|
|
435
|
+
readonly name: "SiteHostUpdate";
|
|
436
|
+
readonly kind: MethodKind.Unary;
|
|
437
|
+
readonly I: typeof SiteHostUpdateReq;
|
|
438
|
+
readonly O: typeof Result;
|
|
439
|
+
readonly service: {
|
|
440
|
+
readonly typeName: "sppb.MtmService";
|
|
441
|
+
};
|
|
442
|
+
};
|
|
443
|
+
export declare const siteHostDelete: {
|
|
444
|
+
readonly localName: "siteHostDelete";
|
|
445
|
+
readonly name: "SiteHostDelete";
|
|
446
|
+
readonly kind: MethodKind.Unary;
|
|
447
|
+
readonly I: typeof ResDeleteReq;
|
|
448
|
+
readonly O: typeof Result;
|
|
449
|
+
readonly service: {
|
|
450
|
+
readonly typeName: "sppb.MtmService";
|
|
451
|
+
};
|
|
452
|
+
};
|
|
453
|
+
export declare const curdViewList: {
|
|
454
|
+
readonly localName: "curdViewList";
|
|
455
|
+
readonly name: "CurdViewList";
|
|
456
|
+
readonly kind: MethodKind.Unary;
|
|
457
|
+
readonly I: typeof CommentListReq;
|
|
458
|
+
readonly O: typeof CommentListRes;
|
|
459
|
+
readonly service: {
|
|
460
|
+
readonly typeName: "sppb.MtmService";
|
|
461
|
+
};
|
|
462
|
+
};
|
|
463
|
+
export declare const curdViewGet: {
|
|
464
|
+
readonly localName: "curdViewGet";
|
|
465
|
+
readonly name: "CurdViewGet";
|
|
466
|
+
readonly kind: MethodKind.Unary;
|
|
467
|
+
readonly I: typeof GetDetailReq;
|
|
468
|
+
readonly O: typeof CurdViewGetRes;
|
|
469
|
+
readonly service: {
|
|
470
|
+
readonly typeName: "sppb.MtmService";
|
|
471
|
+
};
|
|
472
|
+
};
|
|
473
|
+
export declare const curdViewCreate: {
|
|
474
|
+
readonly localName: "curdViewCreate";
|
|
475
|
+
readonly name: "CurdViewCreate";
|
|
476
|
+
readonly kind: MethodKind.Unary;
|
|
477
|
+
readonly I: typeof CurdViewCreateReq;
|
|
478
|
+
readonly O: typeof Result;
|
|
479
|
+
readonly service: {
|
|
480
|
+
readonly typeName: "sppb.MtmService";
|
|
481
|
+
};
|
|
482
|
+
};
|
|
483
|
+
export declare const curdViewUpdate: {
|
|
484
|
+
readonly localName: "curdViewUpdate";
|
|
485
|
+
readonly name: "CurdViewUpdate";
|
|
486
|
+
readonly kind: MethodKind.Unary;
|
|
487
|
+
readonly I: typeof CurdViewUpdateReq;
|
|
488
|
+
readonly O: typeof Result;
|
|
489
|
+
readonly service: {
|
|
490
|
+
readonly typeName: "sppb.MtmService";
|
|
491
|
+
};
|
|
492
|
+
};
|
|
493
|
+
export declare const artContentClassify: {
|
|
494
|
+
readonly localName: "artContentClassify";
|
|
495
|
+
readonly name: "ArtContentClassify";
|
|
496
|
+
readonly kind: MethodKind.Unary;
|
|
497
|
+
readonly I: typeof ArtContentClassifyReq;
|
|
498
|
+
readonly O: typeof ArtContentClassifyReply;
|
|
499
|
+
readonly service: {
|
|
500
|
+
readonly typeName: "sppb.MtmService";
|
|
501
|
+
};
|
|
502
|
+
};
|
|
503
|
+
export declare const artRewrite: {
|
|
504
|
+
readonly localName: "artRewrite";
|
|
505
|
+
readonly name: "ArtRewrite";
|
|
506
|
+
readonly kind: MethodKind.Unary;
|
|
507
|
+
readonly I: typeof ArtRewriteReq;
|
|
508
|
+
readonly O: typeof ArtRewriteReply;
|
|
509
|
+
readonly service: {
|
|
510
|
+
readonly typeName: "sppb.MtmService";
|
|
511
|
+
};
|
|
512
|
+
};
|