gomtm 0.0.38 → 0.0.39

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (28) hide show
  1. package/dist/esm/gomtmpb/mtm/sppb/bot-BotService_connectquery.d.ts +84 -4
  2. package/dist/esm/gomtmpb/mtm/sppb/bot-BotService_connectquery.js +93 -5
  3. package/dist/esm/gomtmpb/mtm/sppb/bot_connect.d.ts +52 -4
  4. package/dist/esm/gomtmpb/mtm/sppb/bot_connect.js +78 -4
  5. package/dist/esm/gomtmpb/mtm/sppb/bot_pb.d.ts +237 -28
  6. package/dist/esm/gomtmpb/mtm/sppb/bot_pb.js +764 -66
  7. package/dist/esm/gomtmpb/mtm/sppb/cx-CxService_connectquery.d.ts +3 -3
  8. package/dist/esm/gomtmpb/mtm/sppb/cx-CxService_connectquery.js +3 -3
  9. package/dist/esm/gomtmpb/mtm/sppb/cx_connect.d.ts +3 -3
  10. package/dist/esm/gomtmpb/mtm/sppb/cx_connect.js +3 -3
  11. package/dist/esm/gomtmpb/mtm/sppb/mtm-MtmService_connectquery.d.ts +29 -9
  12. package/dist/esm/gomtmpb/mtm/sppb/mtm-MtmService_connectquery.js +31 -9
  13. package/dist/esm/gomtmpb/mtm/sppb/mtm_connect.d.ts +21 -9
  14. package/dist/esm/gomtmpb/mtm/sppb/mtm_connect.js +27 -9
  15. package/dist/esm/gomtmpb/mtm/sppb/mtm_pb.d.ts +27 -36
  16. package/dist/esm/gomtmpb/mtm/sppb/mtm_pb.js +67 -73
  17. package/dist/esm/messageTypeRegistry.js +0 -2
  18. package/dist/esm/validations/spContentModi.d.ts +4 -4
  19. package/dist/tsconfig.type.tsbuildinfo +1 -1
  20. package/package.json +1 -1
  21. package/dist/esm/gomtmpb/descriptions/mtm/sppb/job.d.ts +0 -0
  22. package/dist/esm/gomtmpb/descriptions/mtm/sppb/job.js +0 -0
  23. package/dist/esm/gomtmpb/mtm/sppb/job-JobService_connectquery.d.ts +0 -63
  24. package/dist/esm/gomtmpb/mtm/sppb/job-JobService_connectquery.js +0 -71
  25. package/dist/esm/gomtmpb/mtm/sppb/job_connect.d.ts +0 -44
  26. package/dist/esm/gomtmpb/mtm/sppb/job_connect.js +0 -71
  27. package/dist/esm/gomtmpb/mtm/sppb/job_pb.d.ts +0 -208
  28. package/dist/esm/gomtmpb/mtm/sppb/job_pb.js +0 -667
@@ -1,12 +1,12 @@
1
1
  import { MethodKind } from "@bufbuild/protobuf";
2
- import { CommentListReq, CommentListRes, ResDeleteReq, Result } from "./mtm_pb";
2
+ import { CommontListReq, CommontListRes, ResDeleteReq, Result } from "./mtm_pb";
3
3
  import { CxConfig, CxConfigCreateReply, CxConfigCreateReq, CxConfigGetReq, CxConfigUpdateReply, CxConfigUpdateReq, CxResult, CxResultCleanReq, CxResultCreateReq, CxResultGetReq, CxResultListReply, CxResultListReq, CxResultUpdateReq, CxTaskPushReply, CxTaskPushReq, CxUrlQueueListReply, CxUrlQueueListReq } from "./cx_pb";
4
4
  export declare const cxConfigList: {
5
5
  readonly localName: "cxConfigList";
6
6
  readonly name: "CxConfigList";
7
7
  readonly kind: MethodKind.Unary;
8
- readonly I: typeof CommentListReq;
9
- readonly O: typeof CommentListRes;
8
+ readonly I: typeof CommontListReq;
9
+ readonly O: typeof CommontListRes;
10
10
  readonly service: {
11
11
  readonly typeName: "sppb.CxService";
12
12
  };
@@ -1,12 +1,12 @@
1
1
  import { MethodKind } from "@bufbuild/protobuf";
2
- import { CommentListReq, CommentListRes, ResDeleteReq, Result } from "./mtm_pb";
2
+ import { CommontListReq, CommontListRes, ResDeleteReq, Result } from "./mtm_pb";
3
3
  import { CxConfig, CxConfigCreateReply, CxConfigCreateReq, CxConfigGetReq, CxConfigUpdateReply, CxConfigUpdateReq, CxResult, CxResultCleanReq, CxResultCreateReq, CxResultGetReq, CxResultListReply, CxResultListReq, CxResultUpdateReq, CxTaskPushReply, CxTaskPushReq, CxUrlQueueListReply, CxUrlQueueListReq } from "./cx_pb";
4
4
  const cxConfigList = {
5
5
  localName: "cxConfigList",
6
6
  name: "CxConfigList",
7
7
  kind: MethodKind.Unary,
8
- I: CommentListReq,
9
- O: CommentListRes,
8
+ I: CommontListReq,
9
+ O: CommontListRes,
10
10
  service: {
11
11
  typeName: "sppb.CxService"
12
12
  }
@@ -1,4 +1,4 @@
1
- import { CommentListReq, CommentListRes, ResDeleteReq, Result } from "./mtm_pb";
1
+ import { CommontListReq, CommontListRes, ResDeleteReq, Result } from "./mtm_pb";
2
2
  import { MethodKind } from "@bufbuild/protobuf";
3
3
  import { CxConfig, CxConfigCreateReply, CxConfigCreateReq, CxConfigGetReq, CxConfigUpdateReply, CxConfigUpdateReq, CxResult, CxResultCleanReq, CxResultCreateReq, CxResultGetReq, CxResultListReply, CxResultListReq, CxResultUpdateReq, CxTaskPushReply, CxTaskPushReq, CxUrlQueueListReply, CxUrlQueueListReq } from "./cx_pb";
4
4
  export declare const CxService: {
@@ -6,8 +6,8 @@ export declare const CxService: {
6
6
  readonly methods: {
7
7
  readonly cxConfigList: {
8
8
  readonly name: "CxConfigList";
9
- readonly I: typeof CommentListReq;
10
- readonly O: typeof CommentListRes;
9
+ readonly I: typeof CommontListReq;
10
+ readonly O: typeof CommontListRes;
11
11
  readonly kind: MethodKind.Unary;
12
12
  };
13
13
  readonly cxConfigGet: {
@@ -1,4 +1,4 @@
1
- import { CommentListReq, CommentListRes, ResDeleteReq, Result } from "./mtm_pb";
1
+ import { CommontListReq, CommontListRes, ResDeleteReq, Result } from "./mtm_pb";
2
2
  import { MethodKind } from "@bufbuild/protobuf";
3
3
  import { CxConfig, CxConfigCreateReply, CxConfigCreateReq, CxConfigGetReq, CxConfigUpdateReply, CxConfigUpdateReq, CxResult, CxResultCleanReq, CxResultCreateReq, CxResultGetReq, CxResultListReply, CxResultListReq, CxResultUpdateReq, CxTaskPushReply, CxTaskPushReq, CxUrlQueueListReply, CxUrlQueueListReq } from "./cx_pb";
4
4
  const CxService = {
@@ -9,8 +9,8 @@ const CxService = {
9
9
  */
10
10
  cxConfigList: {
11
11
  name: "CxConfigList",
12
- I: CommentListReq,
13
- O: CommentListRes,
12
+ I: CommontListReq,
13
+ O: CommontListRes,
14
14
  kind: MethodKind.Unary
15
15
  },
16
16
  /**
@@ -1,5 +1,5 @@
1
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, CurdViewGetReq, CurdViewGetRes, CurdViewUpdateReq, 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 { 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, CommontListReq, CommontListRes, CurdViewCreateReq, CurdViewGetReq, CurdViewGetRes, CurdViewUpdateReq, FormGetReq, FormSchema, 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
3
  export declare const oauth2LoginHook: {
4
4
  readonly localName: "oauth2LoginHook";
5
5
  readonly name: "Oauth2LoginHook";
@@ -134,8 +134,8 @@ export declare const search: {
134
134
  readonly localName: "search";
135
135
  readonly name: "Search";
136
136
  readonly kind: MethodKind.Unary;
137
- readonly I: typeof CommentListReq;
138
- readonly O: typeof CommentListRes;
137
+ readonly I: typeof CommontListReq;
138
+ readonly O: typeof CommontListRes;
139
139
  readonly service: {
140
140
  readonly typeName: "sppb.MtmService";
141
141
  };
@@ -164,8 +164,8 @@ export declare const blogPostList: {
164
164
  readonly localName: "blogPostList";
165
165
  readonly name: "BlogPostList";
166
166
  readonly kind: MethodKind.Unary;
167
- readonly I: typeof CommentListReq;
168
- readonly O: typeof CommentListRes;
167
+ readonly I: typeof CommontListReq;
168
+ readonly O: typeof CommontListRes;
169
169
  readonly service: {
170
170
  readonly typeName: "sppb.MtmService";
171
171
  };
@@ -334,8 +334,8 @@ export declare const siteList: {
334
334
  readonly localName: "siteList";
335
335
  readonly name: "SiteList";
336
336
  readonly kind: MethodKind.Unary;
337
- readonly I: typeof CommentListReq;
338
- readonly O: typeof CommentListRes;
337
+ readonly I: typeof CommontListReq;
338
+ readonly O: typeof CommontListRes;
339
339
  readonly service: {
340
340
  readonly typeName: "sppb.MtmService";
341
341
  };
@@ -454,8 +454,8 @@ export declare const curdViewList: {
454
454
  readonly localName: "curdViewList";
455
455
  readonly name: "CurdViewList";
456
456
  readonly kind: MethodKind.Unary;
457
- readonly I: typeof CommentListReq;
458
- readonly O: typeof CommentListRes;
457
+ readonly I: typeof CommontListReq;
458
+ readonly O: typeof CommontListRes;
459
459
  readonly service: {
460
460
  readonly typeName: "sppb.MtmService";
461
461
  };
@@ -490,6 +490,26 @@ export declare const curdViewUpdate: {
490
490
  readonly typeName: "sppb.MtmService";
491
491
  };
492
492
  };
493
+ export declare const formList: {
494
+ readonly localName: "formList";
495
+ readonly name: "FormList";
496
+ readonly kind: MethodKind.Unary;
497
+ readonly I: typeof CommontListReq;
498
+ readonly O: typeof CommontListRes;
499
+ readonly service: {
500
+ readonly typeName: "sppb.MtmService";
501
+ };
502
+ };
503
+ export declare const formGet: {
504
+ readonly localName: "formGet";
505
+ readonly name: "FormGet";
506
+ readonly kind: MethodKind.Unary;
507
+ readonly I: typeof FormGetReq;
508
+ readonly O: typeof FormSchema;
509
+ readonly service: {
510
+ readonly typeName: "sppb.MtmService";
511
+ };
512
+ };
493
513
  export declare const artContentClassify: {
494
514
  readonly localName: "artContentClassify";
495
515
  readonly name: "ArtContentClassify";
@@ -1,5 +1,5 @@
1
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, CurdViewGetReq, CurdViewGetRes, CurdViewUpdateReq, 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 { 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, CommontListReq, CommontListRes, CurdViewCreateReq, CurdViewGetReq, CurdViewGetRes, CurdViewUpdateReq, FormGetReq, FormSchema, 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
3
  const oauth2LoginHook = {
4
4
  localName: "oauth2LoginHook",
5
5
  name: "Oauth2LoginHook",
@@ -134,8 +134,8 @@ const search = {
134
134
  localName: "search",
135
135
  name: "Search",
136
136
  kind: MethodKind.Unary,
137
- I: CommentListReq,
138
- O: CommentListRes,
137
+ I: CommontListReq,
138
+ O: CommontListRes,
139
139
  service: {
140
140
  typeName: "sppb.MtmService"
141
141
  }
@@ -164,8 +164,8 @@ const blogPostList = {
164
164
  localName: "blogPostList",
165
165
  name: "BlogPostList",
166
166
  kind: MethodKind.Unary,
167
- I: CommentListReq,
168
- O: CommentListRes,
167
+ I: CommontListReq,
168
+ O: CommontListRes,
169
169
  service: {
170
170
  typeName: "sppb.MtmService"
171
171
  }
@@ -334,8 +334,8 @@ const siteList = {
334
334
  localName: "siteList",
335
335
  name: "SiteList",
336
336
  kind: MethodKind.Unary,
337
- I: CommentListReq,
338
- O: CommentListRes,
337
+ I: CommontListReq,
338
+ O: CommontListRes,
339
339
  service: {
340
340
  typeName: "sppb.MtmService"
341
341
  }
@@ -454,8 +454,8 @@ const curdViewList = {
454
454
  localName: "curdViewList",
455
455
  name: "CurdViewList",
456
456
  kind: MethodKind.Unary,
457
- I: CommentListReq,
458
- O: CommentListRes,
457
+ I: CommontListReq,
458
+ O: CommontListRes,
459
459
  service: {
460
460
  typeName: "sppb.MtmService"
461
461
  }
@@ -490,6 +490,26 @@ const curdViewUpdate = {
490
490
  typeName: "sppb.MtmService"
491
491
  }
492
492
  };
493
+ const formList = {
494
+ localName: "formList",
495
+ name: "FormList",
496
+ kind: MethodKind.Unary,
497
+ I: CommontListReq,
498
+ O: CommontListRes,
499
+ service: {
500
+ typeName: "sppb.MtmService"
501
+ }
502
+ };
503
+ const formGet = {
504
+ localName: "formGet",
505
+ name: "FormGet",
506
+ kind: MethodKind.Unary,
507
+ I: FormGetReq,
508
+ O: FormSchema,
509
+ service: {
510
+ typeName: "sppb.MtmService"
511
+ }
512
+ };
493
513
  const artContentClassify = {
494
514
  localName: "artContentClassify",
495
515
  name: "ArtContentClassify",
@@ -534,6 +554,8 @@ export {
534
554
  curdViewGet,
535
555
  curdViewList,
536
556
  curdViewUpdate,
557
+ formGet,
558
+ formList,
537
559
  getMeta,
538
560
  login,
539
561
  mtmServerList,
@@ -1,4 +1,4 @@
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, CurdViewGetReq, CurdViewGetRes, CurdViewUpdateReq, 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";
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, CommontListReq, CommontListRes, CurdViewCreateReq, CurdViewGetReq, CurdViewGetRes, CurdViewUpdateReq, FormGetReq, FormSchema, 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
2
  import { MethodKind } from "@bufbuild/protobuf";
3
3
  export declare const MtmService: {
4
4
  readonly typeName: "sppb.MtmService";
@@ -83,8 +83,8 @@ export declare const MtmService: {
83
83
  };
84
84
  readonly search: {
85
85
  readonly name: "Search";
86
- readonly I: typeof CommentListReq;
87
- readonly O: typeof CommentListRes;
86
+ readonly I: typeof CommontListReq;
87
+ readonly O: typeof CommontListRes;
88
88
  readonly kind: MethodKind.Unary;
89
89
  };
90
90
  readonly slugPage: {
@@ -101,8 +101,8 @@ export declare const MtmService: {
101
101
  };
102
102
  readonly blogPostList: {
103
103
  readonly name: "BlogPostList";
104
- readonly I: typeof CommentListReq;
105
- readonly O: typeof CommentListRes;
104
+ readonly I: typeof CommontListReq;
105
+ readonly O: typeof CommontListRes;
106
106
  readonly kind: MethodKind.Unary;
107
107
  };
108
108
  readonly blogPostGet: {
@@ -203,8 +203,8 @@ export declare const MtmService: {
203
203
  };
204
204
  readonly siteList: {
205
205
  readonly name: "SiteList";
206
- readonly I: typeof CommentListReq;
207
- readonly O: typeof CommentListRes;
206
+ readonly I: typeof CommontListReq;
207
+ readonly O: typeof CommontListRes;
208
208
  readonly kind: MethodKind.Unary;
209
209
  };
210
210
  readonly siteGet: {
@@ -275,8 +275,8 @@ export declare const MtmService: {
275
275
  };
276
276
  readonly curdViewList: {
277
277
  readonly name: "CurdViewList";
278
- readonly I: typeof CommentListReq;
279
- readonly O: typeof CommentListRes;
278
+ readonly I: typeof CommontListReq;
279
+ readonly O: typeof CommontListRes;
280
280
  readonly kind: MethodKind.Unary;
281
281
  };
282
282
  readonly curdViewGet: {
@@ -297,6 +297,18 @@ export declare const MtmService: {
297
297
  readonly O: typeof Result;
298
298
  readonly kind: MethodKind.Unary;
299
299
  };
300
+ readonly formList: {
301
+ readonly name: "FormList";
302
+ readonly I: typeof CommontListReq;
303
+ readonly O: typeof CommontListRes;
304
+ readonly kind: MethodKind.Unary;
305
+ };
306
+ readonly formGet: {
307
+ readonly name: "FormGet";
308
+ readonly I: typeof FormGetReq;
309
+ readonly O: typeof FormSchema;
310
+ readonly kind: MethodKind.Unary;
311
+ };
300
312
  readonly artContentClassify: {
301
313
  readonly name: "ArtContentClassify";
302
314
  readonly I: typeof ArtContentClassifyReq;
@@ -1,4 +1,4 @@
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, CurdViewGetReq, CurdViewGetRes, CurdViewUpdateReq, 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";
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, CommontListReq, CommontListRes, CurdViewCreateReq, CurdViewGetReq, CurdViewGetRes, CurdViewUpdateReq, FormGetReq, FormSchema, 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
2
  import { MethodKind } from "@bufbuild/protobuf";
3
3
  const MtmService = {
4
4
  typeName: "sppb.MtmService",
@@ -135,8 +135,8 @@ const MtmService = {
135
135
  */
136
136
  search: {
137
137
  name: "Search",
138
- I: CommentListReq,
139
- O: CommentListRes,
138
+ I: CommontListReq,
139
+ O: CommontListRes,
140
140
  kind: MethodKind.Unary
141
141
  },
142
142
  /**
@@ -168,8 +168,8 @@ const MtmService = {
168
168
  */
169
169
  blogPostList: {
170
170
  name: "BlogPostList",
171
- I: CommentListReq,
172
- O: CommentListRes,
171
+ I: CommontListReq,
172
+ O: CommontListRes,
173
173
  kind: MethodKind.Unary
174
174
  },
175
175
  /**
@@ -330,8 +330,8 @@ const MtmService = {
330
330
  */
331
331
  siteList: {
332
332
  name: "SiteList",
333
- I: CommentListReq,
334
- O: CommentListRes,
333
+ I: CommontListReq,
334
+ O: CommontListRes,
335
335
  kind: MethodKind.Unary
336
336
  },
337
337
  /**
@@ -443,8 +443,8 @@ const MtmService = {
443
443
  */
444
444
  curdViewList: {
445
445
  name: "CurdViewList",
446
- I: CommentListReq,
447
- O: CommentListRes,
446
+ I: CommontListReq,
447
+ O: CommontListRes,
448
448
  kind: MethodKind.Unary
449
449
  },
450
450
  /**
@@ -474,6 +474,24 @@ const MtmService = {
474
474
  O: Result,
475
475
  kind: MethodKind.Unary
476
476
  },
477
+ /**
478
+ * @generated from rpc sppb.MtmService.FormList
479
+ */
480
+ formList: {
481
+ name: "FormList",
482
+ I: CommontListReq,
483
+ O: CommontListRes,
484
+ kind: MethodKind.Unary
485
+ },
486
+ /**
487
+ * @generated from rpc sppb.MtmService.FormGet
488
+ */
489
+ formGet: {
490
+ name: "FormGet",
491
+ I: FormGetReq,
492
+ O: FormSchema,
493
+ kind: MethodKind.Unary
494
+ },
477
495
  /**
478
496
  * 文本内容分类(过时,因为文章分类不会直接调用)
479
497
  *
@@ -536,31 +536,31 @@ export declare class ListParams extends Message<ListParams> {
536
536
  static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): ListParams;
537
537
  static equals(a: ListParams | PlainMessage<ListParams> | undefined, b: ListParams | PlainMessage<ListParams> | undefined): boolean;
538
538
  }
539
- export declare class CommentListReq extends Message<CommentListReq> {
539
+ export declare class CommontListReq extends Message<CommontListReq> {
540
540
  params?: ListParams;
541
541
  pagination?: Paging;
542
- constructor(data?: PartialMessage<CommentListReq>);
542
+ constructor(data?: PartialMessage<CommontListReq>);
543
543
  static readonly runtime: typeof proto3;
544
- static readonly typeName = "sppb.CommentListReq";
544
+ static readonly typeName = "sppb.CommontListReq";
545
545
  static readonly fields: FieldList;
546
- static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): CommentListReq;
547
- static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): CommentListReq;
548
- static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): CommentListReq;
549
- static equals(a: CommentListReq | PlainMessage<CommentListReq> | undefined, b: CommentListReq | PlainMessage<CommentListReq> | undefined): boolean;
546
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): CommontListReq;
547
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): CommontListReq;
548
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): CommontListReq;
549
+ static equals(a: CommontListReq | PlainMessage<CommontListReq> | undefined, b: CommontListReq | PlainMessage<CommontListReq> | undefined): boolean;
550
550
  }
551
- export declare class CommentListRes extends Message<CommentListRes> {
551
+ export declare class CommontListRes extends Message<CommontListRes> {
552
552
  listLayout: ListViewLayout;
553
553
  pagination?: Paging;
554
554
  Total: number;
555
555
  items: ListItem[];
556
- constructor(data?: PartialMessage<CommentListRes>);
556
+ constructor(data?: PartialMessage<CommontListRes>);
557
557
  static readonly runtime: typeof proto3;
558
- static readonly typeName = "sppb.CommentListRes";
558
+ static readonly typeName = "sppb.CommontListRes";
559
559
  static readonly fields: FieldList;
560
- static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): CommentListRes;
561
- static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): CommentListRes;
562
- static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): CommentListRes;
563
- static equals(a: CommentListRes | PlainMessage<CommentListRes> | undefined, b: CommentListRes | PlainMessage<CommentListRes> | undefined): boolean;
560
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): CommontListRes;
561
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): CommontListRes;
562
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): CommontListRes;
563
+ static equals(a: CommontListRes | PlainMessage<CommontListRes> | undefined, b: CommontListRes | PlainMessage<CommontListRes> | undefined): boolean;
564
564
  }
565
565
  export declare class MtDate extends Message<MtDate> {
566
566
  year: number;
@@ -888,7 +888,7 @@ export declare class PageContent extends Message<PageContent> {
888
888
  value: ArticleDetailBlock;
889
889
  case: "articleDetail";
890
890
  } | {
891
- value: CommentListRes;
891
+ value: CommontListRes;
892
892
  case: "listview";
893
893
  } | {
894
894
  value: SimpleText;
@@ -1691,27 +1691,6 @@ export declare class FormSchemsField extends Message<FormSchemsField> {
1691
1691
  static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): FormSchemsField;
1692
1692
  static equals(a: FormSchemsField | PlainMessage<FormSchemsField> | undefined, b: FormSchemsField | PlainMessage<FormSchemsField> | undefined): boolean;
1693
1693
  }
1694
- export declare class CurdViewListReq extends Message<CurdViewListReq> {
1695
- constructor(data?: PartialMessage<CurdViewListReq>);
1696
- static readonly runtime: typeof proto3;
1697
- static readonly typeName = "sppb.CurdViewListReq";
1698
- static readonly fields: FieldList;
1699
- static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): CurdViewListReq;
1700
- static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): CurdViewListReq;
1701
- static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): CurdViewListReq;
1702
- static equals(a: CurdViewListReq | PlainMessage<CurdViewListReq> | undefined, b: CurdViewListReq | PlainMessage<CurdViewListReq> | undefined): boolean;
1703
- }
1704
- export declare class CurdViewListRes extends Message<CurdViewListRes> {
1705
- items: CurdView[];
1706
- constructor(data?: PartialMessage<CurdViewListRes>);
1707
- static readonly runtime: typeof proto3;
1708
- static readonly typeName = "sppb.CurdViewListRes";
1709
- static readonly fields: FieldList;
1710
- static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): CurdViewListRes;
1711
- static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): CurdViewListRes;
1712
- static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): CurdViewListRes;
1713
- static equals(a: CurdViewListRes | PlainMessage<CurdViewListRes> | undefined, b: CurdViewListRes | PlainMessage<CurdViewListRes> | undefined): boolean;
1714
- }
1715
1694
  export declare class CurdView extends Message<CurdView> {
1716
1695
  id: number;
1717
1696
  name: string;
@@ -1738,6 +1717,7 @@ export declare class CurdView extends Message<CurdView> {
1738
1717
  [key: string]: string;
1739
1718
  };
1740
1719
  layout: string;
1720
+ defaultDetailView: string;
1741
1721
  constructor(data?: PartialMessage<CurdView>);
1742
1722
  static readonly runtime: typeof proto3;
1743
1723
  static readonly typeName = "sppb.CurdView";
@@ -1881,6 +1861,17 @@ export declare class CmdkItem extends Message<CmdkItem> {
1881
1861
  static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): CmdkItem;
1882
1862
  static equals(a: CmdkItem | PlainMessage<CmdkItem> | undefined, b: CmdkItem | PlainMessage<CmdkItem> | undefined): boolean;
1883
1863
  }
1864
+ export declare class FormGetReq extends Message<FormGetReq> {
1865
+ id: string;
1866
+ constructor(data?: PartialMessage<FormGetReq>);
1867
+ static readonly runtime: typeof proto3;
1868
+ static readonly typeName = "sppb.FormGetReq";
1869
+ static readonly fields: FieldList;
1870
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): FormGetReq;
1871
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): FormGetReq;
1872
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): FormGetReq;
1873
+ static equals(a: FormGetReq | PlainMessage<FormGetReq> | undefined, b: FormGetReq | PlainMessage<FormGetReq> | undefined): boolean;
1874
+ }
1884
1875
  export declare const slugs: import("@bufbuild/protobuf").Extension<FieldOptions, string>;
1885
1876
  export declare const is_title: import("@bufbuild/protobuf").Extension<FieldOptions, boolean>;
1886
1877
  export declare const is_sub_title: import("@bufbuild/protobuf").Extension<FieldOptions, boolean>;