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.
Files changed (80) hide show
  1. package/dist/esm/index.d.ts +1 -0
  2. package/dist/esm/index.js +5 -0
  3. package/dist/esm/lib/mtmclient/descriptions/mtm/conf/conf.d.ts +0 -0
  4. package/dist/esm/lib/mtmclient/descriptions/mtm/conf/conf.js +0 -0
  5. package/dist/esm/lib/mtmclient/descriptions/mtm/mtps/mtpspb/mtps.d.ts +0 -0
  6. package/dist/esm/lib/mtmclient/descriptions/mtm/mtps/mtpspb/mtps.js +0 -0
  7. package/dist/esm/lib/mtmclient/descriptions/mtm/sppb/ai.d.ts +0 -0
  8. package/dist/esm/lib/mtmclient/descriptions/mtm/sppb/ai.js +0 -0
  9. package/dist/esm/lib/mtmclient/descriptions/mtm/sppb/av.d.ts +0 -0
  10. package/dist/esm/lib/mtmclient/descriptions/mtm/sppb/av.js +0 -0
  11. package/dist/esm/lib/mtmclient/descriptions/mtm/sppb/bot.d.ts +0 -0
  12. package/dist/esm/lib/mtmclient/descriptions/mtm/sppb/bot.js +0 -0
  13. package/dist/esm/lib/mtmclient/descriptions/mtm/sppb/cx.d.ts +0 -0
  14. package/dist/esm/lib/mtmclient/descriptions/mtm/sppb/cx.js +0 -0
  15. package/dist/esm/lib/mtmclient/descriptions/mtm/sppb/events.d.ts +0 -0
  16. package/dist/esm/lib/mtmclient/descriptions/mtm/sppb/events.js +0 -0
  17. package/dist/esm/lib/mtmclient/descriptions/mtm/sppb/job.d.ts +0 -0
  18. package/dist/esm/lib/mtmclient/descriptions/mtm/sppb/job.js +0 -0
  19. package/dist/esm/lib/mtmclient/descriptions/mtm/sppb/mtm.d.ts +0 -0
  20. package/dist/esm/lib/mtmclient/descriptions/mtm/sppb/mtm.js +0 -0
  21. package/dist/esm/lib/mtmclient/descriptions/mtm/sppb/sp.d.ts +0 -0
  22. package/dist/esm/lib/mtmclient/descriptions/mtm/sppb/sp.js +0 -0
  23. package/dist/esm/lib/mtmclient/mtm/conf/conf-ConfService_connectquery.d.ts +53 -0
  24. package/dist/esm/lib/mtmclient/mtm/conf/conf-ConfService_connectquery.js +60 -0
  25. package/dist/esm/lib/mtmclient/mtm/conf/conf_connect.d.ts +38 -0
  26. package/dist/esm/lib/mtmclient/mtm/conf/conf_connect.js +56 -0
  27. package/dist/esm/lib/mtmclient/mtm/conf/conf_pb.d.ts +480 -0
  28. package/dist/esm/lib/mtmclient/mtm/conf/conf_pb.js +2360 -0
  29. package/dist/esm/lib/mtmclient/mtm/mtps/mtpspb/mtps-PsService_connectquery.d.ts +52 -0
  30. package/dist/esm/lib/mtmclient/mtm/mtps/mtpspb/mtps-PsService_connectquery.js +59 -0
  31. package/dist/esm/lib/mtmclient/mtm/mtps/mtpspb/mtps_connect.d.ts +37 -0
  32. package/dist/esm/lib/mtmclient/mtm/mtps/mtpspb/mtps_connect.js +55 -0
  33. package/dist/esm/lib/mtmclient/mtm/mtps/mtpspb/mtps_pb.d.ts +154 -0
  34. package/dist/esm/lib/mtmclient/mtm/mtps/mtpspb/mtps_pb.js +530 -0
  35. package/dist/esm/lib/mtmclient/mtm/sppb/ai-AiService_connectquery.d.ts +22 -0
  36. package/dist/esm/lib/mtmclient/mtm/sppb/ai-AiService_connectquery.js +26 -0
  37. package/dist/esm/lib/mtmclient/mtm/sppb/ai_connect.d.ts +19 -0
  38. package/dist/esm/lib/mtmclient/mtm/sppb/ai_connect.js +32 -0
  39. package/dist/esm/lib/mtmclient/mtm/sppb/ai_pb.d.ts +47 -0
  40. package/dist/esm/lib/mtmclient/mtm/sppb/ai_pb.js +149 -0
  41. package/dist/esm/lib/mtmclient/mtm/sppb/av-AvService_connectquery.d.ts +53 -0
  42. package/dist/esm/lib/mtmclient/mtm/sppb/av-AvService_connectquery.js +60 -0
  43. package/dist/esm/lib/mtmclient/mtm/sppb/av_connect.d.ts +38 -0
  44. package/dist/esm/lib/mtmclient/mtm/sppb/av_connect.js +56 -0
  45. package/dist/esm/lib/mtmclient/mtm/sppb/av_pb.d.ts +77 -0
  46. package/dist/esm/lib/mtmclient/mtm/sppb/av_pb.js +290 -0
  47. package/dist/esm/lib/mtmclient/mtm/sppb/bot-BotService_connectquery.d.ts +53 -0
  48. package/dist/esm/lib/mtmclient/mtm/sppb/bot-BotService_connectquery.js +60 -0
  49. package/dist/esm/lib/mtmclient/mtm/sppb/bot_connect.d.ts +38 -0
  50. package/dist/esm/lib/mtmclient/mtm/sppb/bot_connect.js +62 -0
  51. package/dist/esm/lib/mtmclient/mtm/sppb/bot_pb.d.ts +419 -0
  52. package/dist/esm/lib/mtmclient/mtm/sppb/bot_pb.js +1267 -0
  53. package/dist/esm/lib/mtmclient/mtm/sppb/cx-CxService_connectquery.d.ts +133 -0
  54. package/dist/esm/lib/mtmclient/mtm/sppb/cx-CxService_connectquery.js +148 -0
  55. package/dist/esm/lib/mtmclient/mtm/sppb/cx_connect.d.ts +86 -0
  56. package/dist/esm/lib/mtmclient/mtm/sppb/cx_connect.js +141 -0
  57. package/dist/esm/lib/mtmclient/mtm/sppb/cx_pb.d.ts +335 -0
  58. package/dist/esm/lib/mtmclient/mtm/sppb/cx_pb.js +1618 -0
  59. package/dist/esm/lib/mtmclient/mtm/sppb/events_pb.d.ts +231 -0
  60. package/dist/esm/lib/mtmclient/mtm/sppb/events_pb.js +874 -0
  61. package/dist/esm/lib/mtmclient/mtm/sppb/job-JobService_connectquery.d.ts +63 -0
  62. package/dist/esm/lib/mtmclient/mtm/sppb/job-JobService_connectquery.js +71 -0
  63. package/dist/esm/lib/mtmclient/mtm/sppb/job_connect.d.ts +44 -0
  64. package/dist/esm/lib/mtmclient/mtm/sppb/job_connect.js +71 -0
  65. package/dist/esm/lib/mtmclient/mtm/sppb/job_pb.d.ts +208 -0
  66. package/dist/esm/lib/mtmclient/mtm/sppb/job_pb.js +667 -0
  67. package/dist/esm/lib/mtmclient/mtm/sppb/mtm-MtmService_connectquery.d.ts +512 -0
  68. package/dist/esm/lib/mtmclient/mtm/sppb/mtm-MtmService_connectquery.js +565 -0
  69. package/dist/esm/lib/mtmclient/mtm/sppb/mtm_connect.d.ts +313 -0
  70. package/dist/esm/lib/mtmclient/mtm/sppb/mtm_connect.js +503 -0
  71. package/dist/esm/lib/mtmclient/mtm/sppb/mtm_pb.d.ts +1886 -0
  72. package/dist/esm/lib/mtmclient/mtm/sppb/mtm_pb.js +7664 -0
  73. package/dist/esm/lib/mtmclient/mtm/sppb/sp-SpService_connectquery.d.ts +213 -0
  74. package/dist/esm/lib/mtmclient/mtm/sppb/sp-SpService_connectquery.js +236 -0
  75. package/dist/esm/lib/mtmclient/mtm/sppb/sp_connect.d.ts +134 -0
  76. package/dist/esm/lib/mtmclient/mtm/sppb/sp_connect.js +208 -0
  77. package/dist/esm/lib/mtmclient/mtm/sppb/sp_pb.d.ts +684 -0
  78. package/dist/esm/lib/mtmclient/mtm/sppb/sp_pb.js +2905 -0
  79. package/dist/tsconfig.type.tsbuildinfo +1 -0
  80. package/package.json +95 -0
@@ -0,0 +1,313 @@
1
+ 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";
2
+ import { MethodKind } from "@bufbuild/protobuf";
3
+ export declare const MtmService: {
4
+ readonly typeName: "sppb.MtmService";
5
+ readonly methods: {
6
+ readonly oauth2LoginHook: {
7
+ readonly name: "Oauth2LoginHook";
8
+ readonly I: typeof Oauth2LoginHookRequest;
9
+ readonly O: typeof AuthToken;
10
+ readonly kind: MethodKind.Unary;
11
+ };
12
+ readonly login: {
13
+ readonly name: "Login";
14
+ readonly I: typeof LoginReq;
15
+ readonly O: typeof LoginReply;
16
+ readonly kind: MethodKind.Unary;
17
+ };
18
+ readonly register: {
19
+ readonly name: "Register";
20
+ readonly I: typeof RegisterReq;
21
+ readonly O: typeof RegisterReply;
22
+ readonly kind: MethodKind.Unary;
23
+ };
24
+ readonly userList: {
25
+ readonly name: "UserList";
26
+ readonly I: typeof UserListReq;
27
+ readonly O: typeof UserListReply;
28
+ readonly kind: MethodKind.Unary;
29
+ };
30
+ readonly userGet: {
31
+ readonly name: "UserGet";
32
+ readonly I: typeof UserGetReq;
33
+ readonly O: typeof User;
34
+ readonly kind: MethodKind.Unary;
35
+ };
36
+ readonly userCreate: {
37
+ readonly name: "UserCreate";
38
+ readonly I: typeof UserCreateReq;
39
+ readonly O: typeof UserCreateReply;
40
+ readonly kind: MethodKind.Unary;
41
+ };
42
+ readonly userUpdate: {
43
+ readonly name: "UserUpdate";
44
+ readonly I: typeof UserUpdateReq;
45
+ readonly O: typeof Result;
46
+ readonly kind: MethodKind.Unary;
47
+ };
48
+ readonly userDelete: {
49
+ readonly name: "UserDelete";
50
+ readonly I: typeof ResDeleteReq;
51
+ readonly O: typeof Result;
52
+ readonly kind: MethodKind.Unary;
53
+ };
54
+ readonly roleList: {
55
+ readonly name: "RoleList";
56
+ readonly I: typeof RoleListReq;
57
+ readonly O: typeof RoleListReply;
58
+ readonly kind: MethodKind.Unary;
59
+ };
60
+ readonly getMeta: {
61
+ readonly name: "GetMeta";
62
+ readonly I: typeof GetMetaReq;
63
+ readonly O: typeof GetMetaRes;
64
+ readonly kind: MethodKind.Unary;
65
+ };
66
+ readonly pullLogs: {
67
+ readonly name: "PullLogs";
68
+ readonly I: typeof PullLogReq;
69
+ readonly O: typeof PullLogRes;
70
+ readonly kind: MethodKind.Unary;
71
+ };
72
+ readonly mtmServerList: {
73
+ readonly name: "MtmServerList";
74
+ readonly I: typeof MtmServerListReq;
75
+ readonly O: typeof MtmServerListRes;
76
+ readonly kind: MethodKind.Unary;
77
+ };
78
+ readonly serviceMeta: {
79
+ readonly name: "ServiceMeta";
80
+ readonly I: typeof ServiceMetaReq;
81
+ readonly O: typeof ServiceMetaRes;
82
+ readonly kind: MethodKind.Unary;
83
+ };
84
+ readonly search: {
85
+ readonly name: "Search";
86
+ readonly I: typeof CommentListReq;
87
+ readonly O: typeof CommentListRes;
88
+ readonly kind: MethodKind.Unary;
89
+ };
90
+ readonly slugPage: {
91
+ readonly name: "SlugPage";
92
+ readonly I: typeof SlugReq;
93
+ readonly O: typeof SlugRes;
94
+ readonly kind: MethodKind.Unary;
95
+ };
96
+ readonly userinfo: {
97
+ readonly name: "Userinfo";
98
+ readonly I: typeof UserinfoReq;
99
+ readonly O: typeof UserinfoRes;
100
+ readonly kind: MethodKind.Unary;
101
+ };
102
+ readonly blogPostList: {
103
+ readonly name: "BlogPostList";
104
+ readonly I: typeof CommentListReq;
105
+ readonly O: typeof CommentListRes;
106
+ readonly kind: MethodKind.Unary;
107
+ };
108
+ readonly blogPostGet: {
109
+ readonly name: "BlogPostGet";
110
+ readonly I: typeof BlogPostGetReq;
111
+ readonly O: typeof BlogPost;
112
+ readonly kind: MethodKind.Unary;
113
+ };
114
+ readonly blogPostCreate: {
115
+ readonly name: "BlogPostCreate";
116
+ readonly I: typeof BlogPostCreateReq;
117
+ readonly O: typeof Result;
118
+ readonly kind: MethodKind.Unary;
119
+ };
120
+ readonly blogPostUpdate: {
121
+ readonly name: "BlogPostUpdate";
122
+ readonly I: typeof BlogPostUpdateReq;
123
+ readonly O: typeof Result;
124
+ readonly kind: MethodKind.Unary;
125
+ };
126
+ readonly blogPostDelete: {
127
+ readonly name: "BlogPostDelete";
128
+ readonly I: typeof ResDeleteReq;
129
+ readonly O: typeof Result;
130
+ readonly kind: MethodKind.Unary;
131
+ };
132
+ readonly blogPostImport: {
133
+ readonly name: "BlogPostImport";
134
+ readonly I: typeof BlogPostImportReq;
135
+ readonly O: typeof BlogPost;
136
+ readonly kind: MethodKind.Unary;
137
+ };
138
+ readonly blogCategorieList: {
139
+ readonly name: "BlogCategorieList";
140
+ readonly I: typeof BlogCategorieListReq;
141
+ readonly O: typeof BlogCategorieListReply;
142
+ readonly kind: MethodKind.Unary;
143
+ };
144
+ readonly blogCategorieGet: {
145
+ readonly name: "BlogCategorieGet";
146
+ readonly I: typeof BlogCategorieGetReq;
147
+ readonly O: typeof BlogCategorie;
148
+ readonly kind: MethodKind.Unary;
149
+ };
150
+ readonly blogCategorieCreate: {
151
+ readonly name: "BlogCategorieCreate";
152
+ readonly I: typeof BlogCategorieCreateReq;
153
+ readonly O: typeof BlogCategorieCreateReply;
154
+ readonly kind: MethodKind.Unary;
155
+ };
156
+ readonly blogCategorieUpdate: {
157
+ readonly name: "BlogCategorieUpdate";
158
+ readonly I: typeof BlogCategorieUpdateReq;
159
+ readonly O: typeof BlogCategorieUpdateReqply;
160
+ readonly kind: MethodKind.Unary;
161
+ };
162
+ readonly blogCategorieDelete: {
163
+ readonly name: "BlogCategorieDelete";
164
+ readonly I: typeof ResDeleteReq;
165
+ readonly O: typeof Result;
166
+ readonly kind: MethodKind.Unary;
167
+ };
168
+ readonly blogTagList: {
169
+ readonly name: "BlogTagList";
170
+ readonly I: typeof BlogTagListReq;
171
+ readonly O: typeof BlogTagListReply;
172
+ readonly kind: MethodKind.Unary;
173
+ };
174
+ readonly blogTagGet: {
175
+ readonly name: "BlogTagGet";
176
+ readonly I: typeof BlogTagGetReq;
177
+ readonly O: typeof BlogTag;
178
+ readonly kind: MethodKind.Unary;
179
+ };
180
+ readonly blogTagCreate: {
181
+ readonly name: "BlogTagCreate";
182
+ readonly I: typeof BlogTagCreateReq;
183
+ readonly O: typeof Result;
184
+ readonly kind: MethodKind.Unary;
185
+ };
186
+ readonly blogTagUpdate: {
187
+ readonly name: "BlogTagUpdate";
188
+ readonly I: typeof BlogTagUpdateReq;
189
+ readonly O: typeof Result;
190
+ readonly kind: MethodKind.Unary;
191
+ };
192
+ readonly blogTagDelete: {
193
+ readonly name: "BlogTagDelete";
194
+ readonly I: typeof ResDeleteReq;
195
+ readonly O: typeof Result;
196
+ readonly kind: MethodKind.Unary;
197
+ };
198
+ readonly blogClean: {
199
+ readonly name: "BlogClean";
200
+ readonly I: typeof BlogCleanReq;
201
+ readonly O: typeof Result;
202
+ readonly kind: MethodKind.Unary;
203
+ };
204
+ readonly siteList: {
205
+ readonly name: "SiteList";
206
+ readonly I: typeof CommentListReq;
207
+ readonly O: typeof CommentListRes;
208
+ readonly kind: MethodKind.Unary;
209
+ };
210
+ readonly siteGet: {
211
+ readonly name: "SiteGet";
212
+ readonly I: typeof SiteGetReq;
213
+ readonly O: typeof Site;
214
+ readonly kind: MethodKind.Unary;
215
+ };
216
+ readonly siteCreate: {
217
+ readonly name: "SiteCreate";
218
+ readonly I: typeof SiteCreateReq;
219
+ readonly O: typeof SiteCreateRes;
220
+ readonly kind: MethodKind.Unary;
221
+ };
222
+ readonly siteUpdate: {
223
+ readonly name: "SiteUpdate";
224
+ readonly I: typeof SiteUpdateReq;
225
+ readonly O: typeof Result;
226
+ readonly kind: MethodKind.Unary;
227
+ };
228
+ readonly siteDelete: {
229
+ readonly name: "SiteDelete";
230
+ readonly I: typeof ResDeleteReq;
231
+ readonly O: typeof Result;
232
+ readonly kind: MethodKind.Unary;
233
+ };
234
+ readonly siteImport: {
235
+ readonly name: "SiteImport";
236
+ readonly I: typeof SiteImportReq;
237
+ readonly O: typeof Result;
238
+ readonly kind: MethodKind.Unary;
239
+ };
240
+ readonly siteSetupCftunnel: {
241
+ readonly name: "SiteSetupCftunnel";
242
+ readonly I: typeof SiteSetupCftunnelReq;
243
+ readonly O: typeof SiteSetupCftunnelReply;
244
+ readonly kind: MethodKind.Unary;
245
+ };
246
+ readonly siteHostList: {
247
+ readonly name: "SiteHostList";
248
+ readonly I: typeof SiteHostListReq;
249
+ readonly O: typeof SiteHostListReply;
250
+ readonly kind: MethodKind.Unary;
251
+ };
252
+ readonly siteHostGet: {
253
+ readonly name: "SiteHostGet";
254
+ readonly I: typeof SiteHostGetReq;
255
+ readonly O: typeof SiteHost;
256
+ readonly kind: MethodKind.Unary;
257
+ };
258
+ readonly siteHostCreate: {
259
+ readonly name: "SiteHostCreate";
260
+ readonly I: typeof SiteHostCreateReq;
261
+ readonly O: typeof Result;
262
+ readonly kind: MethodKind.Unary;
263
+ };
264
+ readonly siteHostUpdate: {
265
+ readonly name: "SiteHostUpdate";
266
+ readonly I: typeof SiteHostUpdateReq;
267
+ readonly O: typeof Result;
268
+ readonly kind: MethodKind.Unary;
269
+ };
270
+ readonly siteHostDelete: {
271
+ readonly name: "SiteHostDelete";
272
+ readonly I: typeof ResDeleteReq;
273
+ readonly O: typeof Result;
274
+ readonly kind: MethodKind.Unary;
275
+ };
276
+ readonly curdViewList: {
277
+ readonly name: "CurdViewList";
278
+ readonly I: typeof CommentListReq;
279
+ readonly O: typeof CommentListRes;
280
+ readonly kind: MethodKind.Unary;
281
+ };
282
+ readonly curdViewGet: {
283
+ readonly name: "CurdViewGet";
284
+ readonly I: typeof GetDetailReq;
285
+ readonly O: typeof CurdViewGetRes;
286
+ readonly kind: MethodKind.Unary;
287
+ };
288
+ readonly curdViewCreate: {
289
+ readonly name: "CurdViewCreate";
290
+ readonly I: typeof CurdViewCreateReq;
291
+ readonly O: typeof Result;
292
+ readonly kind: MethodKind.Unary;
293
+ };
294
+ readonly curdViewUpdate: {
295
+ readonly name: "CurdViewUpdate";
296
+ readonly I: typeof CurdViewUpdateReq;
297
+ readonly O: typeof Result;
298
+ readonly kind: MethodKind.Unary;
299
+ };
300
+ readonly artContentClassify: {
301
+ readonly name: "ArtContentClassify";
302
+ readonly I: typeof ArtContentClassifyReq;
303
+ readonly O: typeof ArtContentClassifyReply;
304
+ readonly kind: MethodKind.Unary;
305
+ };
306
+ readonly artRewrite: {
307
+ readonly name: "ArtRewrite";
308
+ readonly I: typeof ArtRewriteReq;
309
+ readonly O: typeof ArtRewriteReply;
310
+ readonly kind: MethodKind.Unary;
311
+ };
312
+ };
313
+ };