gomtm 0.0.37 → 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
@@ -2145,7 +2145,7 @@ __publicField(_ListParams, "fields", proto3.util.newFieldList(() => [
2145
2145
  }
2146
2146
  ]));
2147
2147
  let ListParams = _ListParams;
2148
- const _CommentListReq = class _CommentListReq extends Message {
2148
+ const _CommontListReq = class _CommontListReq extends Message {
2149
2149
  constructor(data) {
2150
2150
  super();
2151
2151
  /**
@@ -2159,26 +2159,26 @@ const _CommentListReq = class _CommentListReq extends Message {
2159
2159
  proto3.util.initPartial(data, this);
2160
2160
  }
2161
2161
  static fromBinary(bytes, options) {
2162
- return new _CommentListReq().fromBinary(bytes, options);
2162
+ return new _CommontListReq().fromBinary(bytes, options);
2163
2163
  }
2164
2164
  static fromJson(jsonValue, options) {
2165
- return new _CommentListReq().fromJson(jsonValue, options);
2165
+ return new _CommontListReq().fromJson(jsonValue, options);
2166
2166
  }
2167
2167
  static fromJsonString(jsonString, options) {
2168
- return new _CommentListReq().fromJsonString(jsonString, options);
2168
+ return new _CommontListReq().fromJsonString(jsonString, options);
2169
2169
  }
2170
2170
  static equals(a, b) {
2171
- return proto3.util.equals(_CommentListReq, a, b);
2171
+ return proto3.util.equals(_CommontListReq, a, b);
2172
2172
  }
2173
2173
  };
2174
- __publicField(_CommentListReq, "runtime", proto3);
2175
- __publicField(_CommentListReq, "typeName", "sppb.CommentListReq");
2176
- __publicField(_CommentListReq, "fields", proto3.util.newFieldList(() => [
2174
+ __publicField(_CommontListReq, "runtime", proto3);
2175
+ __publicField(_CommontListReq, "typeName", "sppb.CommontListReq");
2176
+ __publicField(_CommontListReq, "fields", proto3.util.newFieldList(() => [
2177
2177
  { no: 1, name: "params", kind: "message", T: ListParams },
2178
2178
  { no: 2, name: "pagination", kind: "message", T: Paging }
2179
2179
  ]));
2180
- let CommentListReq = _CommentListReq;
2181
- const _CommentListRes = class _CommentListRes extends Message {
2180
+ let CommontListReq = _CommontListReq;
2181
+ const _CommontListRes = class _CommontListRes extends Message {
2182
2182
  constructor(data) {
2183
2183
  super();
2184
2184
  /**
@@ -2200,21 +2200,21 @@ const _CommentListRes = class _CommentListRes extends Message {
2200
2200
  proto3.util.initPartial(data, this);
2201
2201
  }
2202
2202
  static fromBinary(bytes, options) {
2203
- return new _CommentListRes().fromBinary(bytes, options);
2203
+ return new _CommontListRes().fromBinary(bytes, options);
2204
2204
  }
2205
2205
  static fromJson(jsonValue, options) {
2206
- return new _CommentListRes().fromJson(jsonValue, options);
2206
+ return new _CommontListRes().fromJson(jsonValue, options);
2207
2207
  }
2208
2208
  static fromJsonString(jsonString, options) {
2209
- return new _CommentListRes().fromJsonString(jsonString, options);
2209
+ return new _CommontListRes().fromJsonString(jsonString, options);
2210
2210
  }
2211
2211
  static equals(a, b) {
2212
- return proto3.util.equals(_CommentListRes, a, b);
2212
+ return proto3.util.equals(_CommontListRes, a, b);
2213
2213
  }
2214
2214
  };
2215
- __publicField(_CommentListRes, "runtime", proto3);
2216
- __publicField(_CommentListRes, "typeName", "sppb.CommentListRes");
2217
- __publicField(_CommentListRes, "fields", proto3.util.newFieldList(() => [
2215
+ __publicField(_CommontListRes, "runtime", proto3);
2216
+ __publicField(_CommontListRes, "typeName", "sppb.CommontListRes");
2217
+ __publicField(_CommontListRes, "fields", proto3.util.newFieldList(() => [
2218
2218
  { no: 1, name: "list_layout", kind: "enum", T: proto3.getEnumType(ListViewLayout) },
2219
2219
  { no: 2, name: "pagination", kind: "message", T: Paging },
2220
2220
  {
@@ -2226,7 +2226,7 @@ __publicField(_CommentListRes, "fields", proto3.util.newFieldList(() => [
2226
2226
  },
2227
2227
  { no: 4, name: "items", kind: "message", T: ListItem, repeated: true }
2228
2228
  ]));
2229
- let CommentListRes = _CommentListRes;
2229
+ let CommontListRes = _CommontListRes;
2230
2230
  const _MtDate = class _MtDate extends Message {
2231
2231
  constructor(data) {
2232
2232
  super();
@@ -3384,7 +3384,7 @@ __publicField(_PageContent, "fields", proto3.util.newFieldList(() => [
3384
3384
  { no: 101, name: "raw_html", kind: "message", T: RawHtmlBlock, oneof: "content" },
3385
3385
  { no: 102, name: "blog_post", kind: "message", T: BlogPost, oneof: "content" },
3386
3386
  { no: 103, name: "article_detail", kind: "message", T: ArticleDetailBlock, oneof: "content" },
3387
- { no: 104, name: "listview", kind: "message", T: CommentListRes, oneof: "content" },
3387
+ { no: 104, name: "listview", kind: "message", T: CommontListRes, oneof: "content" },
3388
3388
  { no: 105, name: "simple_text", kind: "message", T: SimpleText, oneof: "content" }
3389
3389
  ]));
3390
3390
  let PageContent = _PageContent;
@@ -6697,56 +6697,6 @@ __publicField(_FormSchemsField, "fields", proto3.util.newFieldList(() => [
6697
6697
  { no: 6, name: "placeholder", kind: "scalar", T: 9, opt: true }
6698
6698
  ]));
6699
6699
  let FormSchemsField = _FormSchemsField;
6700
- const _CurdViewListReq = class _CurdViewListReq extends Message {
6701
- constructor(data) {
6702
- super();
6703
- proto3.util.initPartial(data, this);
6704
- }
6705
- static fromBinary(bytes, options) {
6706
- return new _CurdViewListReq().fromBinary(bytes, options);
6707
- }
6708
- static fromJson(jsonValue, options) {
6709
- return new _CurdViewListReq().fromJson(jsonValue, options);
6710
- }
6711
- static fromJsonString(jsonString, options) {
6712
- return new _CurdViewListReq().fromJsonString(jsonString, options);
6713
- }
6714
- static equals(a, b) {
6715
- return proto3.util.equals(_CurdViewListReq, a, b);
6716
- }
6717
- };
6718
- __publicField(_CurdViewListReq, "runtime", proto3);
6719
- __publicField(_CurdViewListReq, "typeName", "sppb.CurdViewListReq");
6720
- __publicField(_CurdViewListReq, "fields", proto3.util.newFieldList(() => []));
6721
- let CurdViewListReq = _CurdViewListReq;
6722
- const _CurdViewListRes = class _CurdViewListRes extends Message {
6723
- constructor(data) {
6724
- super();
6725
- /**
6726
- * @generated from field: repeated sppb.CurdView items = 1;
6727
- */
6728
- __publicField(this, "items", []);
6729
- proto3.util.initPartial(data, this);
6730
- }
6731
- static fromBinary(bytes, options) {
6732
- return new _CurdViewListRes().fromBinary(bytes, options);
6733
- }
6734
- static fromJson(jsonValue, options) {
6735
- return new _CurdViewListRes().fromJson(jsonValue, options);
6736
- }
6737
- static fromJsonString(jsonString, options) {
6738
- return new _CurdViewListRes().fromJsonString(jsonString, options);
6739
- }
6740
- static equals(a, b) {
6741
- return proto3.util.equals(_CurdViewListRes, a, b);
6742
- }
6743
- };
6744
- __publicField(_CurdViewListRes, "runtime", proto3);
6745
- __publicField(_CurdViewListRes, "typeName", "sppb.CurdViewListRes");
6746
- __publicField(_CurdViewListRes, "fields", proto3.util.newFieldList(() => [
6747
- { no: 1, name: "items", kind: "message", T: CurdView, repeated: true }
6748
- ]));
6749
- let CurdViewListRes = _CurdViewListRes;
6750
6700
  const _CurdView = class _CurdView extends Message {
6751
6701
  constructor(data) {
6752
6702
  super();
@@ -6844,6 +6794,10 @@ const _CurdView = class _CurdView extends Message {
6844
6794
  * @generated from field: string layout = 22;
6845
6795
  */
6846
6796
  __publicField(this, "layout", "");
6797
+ /**
6798
+ * @generated from field: string default_detail_view = 24;
6799
+ */
6800
+ __publicField(this, "defaultDetailView", "");
6847
6801
  proto3.util.initPartial(data, this);
6848
6802
  }
6849
6803
  static fromBinary(bytes, options) {
@@ -6984,6 +6938,13 @@ __publicField(_CurdView, "fields", proto3.util.newFieldList(() => [
6984
6938
  kind: "scalar",
6985
6939
  T: 9
6986
6940
  /* ScalarType.STRING */
6941
+ },
6942
+ {
6943
+ no: 24,
6944
+ name: "default_detail_view",
6945
+ kind: "scalar",
6946
+ T: 9
6947
+ /* ScalarType.STRING */
6987
6948
  }
6988
6949
  ]));
6989
6950
  let CurdView = _CurdView;
@@ -7479,6 +7440,40 @@ __publicField(_CmdkItem, "fields", proto3.util.newFieldList(() => [
7479
7440
  { no: 4, name: "allowRoles", kind: "scalar", T: 9, repeated: true }
7480
7441
  ]));
7481
7442
  let CmdkItem = _CmdkItem;
7443
+ const _FormGetReq = class _FormGetReq extends Message {
7444
+ constructor(data) {
7445
+ super();
7446
+ /**
7447
+ * @generated from field: string id = 1;
7448
+ */
7449
+ __publicField(this, "id", "");
7450
+ proto3.util.initPartial(data, this);
7451
+ }
7452
+ static fromBinary(bytes, options) {
7453
+ return new _FormGetReq().fromBinary(bytes, options);
7454
+ }
7455
+ static fromJson(jsonValue, options) {
7456
+ return new _FormGetReq().fromJson(jsonValue, options);
7457
+ }
7458
+ static fromJsonString(jsonString, options) {
7459
+ return new _FormGetReq().fromJsonString(jsonString, options);
7460
+ }
7461
+ static equals(a, b) {
7462
+ return proto3.util.equals(_FormGetReq, a, b);
7463
+ }
7464
+ };
7465
+ __publicField(_FormGetReq, "runtime", proto3);
7466
+ __publicField(_FormGetReq, "typeName", "sppb.FormGetReq");
7467
+ __publicField(_FormGetReq, "fields", proto3.util.newFieldList(() => [
7468
+ {
7469
+ no: 1,
7470
+ name: "id",
7471
+ kind: "scalar",
7472
+ T: 9
7473
+ /* ScalarType.STRING */
7474
+ }
7475
+ ]));
7476
+ let FormGetReq = _FormGetReq;
7482
7477
  const slugs = proto3.makeExtension(
7483
7478
  "sppb.slugs",
7484
7479
  FieldOptions,
@@ -7565,16 +7560,14 @@ export {
7565
7560
  BlogTagUpdateReq,
7566
7561
  CmdSpSiteTakeScreenshot,
7567
7562
  CmdkItem,
7568
- CommentListReq,
7569
- CommentListRes,
7570
7563
  CommonCardItem,
7571
7564
  CommonListItem,
7565
+ CommontListReq,
7566
+ CommontListRes,
7572
7567
  CurdView,
7573
7568
  CurdViewCreateReq,
7574
7569
  CurdViewGetReq,
7575
7570
  CurdViewGetRes,
7576
- CurdViewListReq,
7577
- CurdViewListRes,
7578
7571
  CurdViewUpdateReq,
7579
7572
  DevInitConfig,
7580
7573
  DomainCollResult,
@@ -7585,6 +7578,7 @@ export {
7585
7578
  EventSpSiteScreenshotOk,
7586
7579
  EventSpSiteVisit,
7587
7580
  FieldMarks,
7581
+ FormGetReq,
7588
7582
  FormSchema,
7589
7583
  FormSchemsField,
7590
7584
  GetMetaReq,
@@ -2,7 +2,6 @@ import { createRegistry } from "@bufbuild/protobuf";
2
2
  import { BotService } from "./gomtmpb/mtm/sppb/bot_connect";
3
3
  import { CmdStartNoVnc, CmdStartSimpleCrawler, ConsumMessageReq, CxPageReq, HelloBotMessage } from "./gomtmpb/mtm/sppb/bot_pb";
4
4
  import { CxService } from "./gomtmpb/mtm/sppb/cx_connect";
5
- import { JobService } from "./gomtmpb/mtm/sppb/job_connect";
6
5
  import { MtmService } from "./gomtmpb/mtm/sppb/mtm_connect";
7
6
  import { SpService } from "./gomtmpb/mtm/sppb/sp_connect";
8
7
  const anypbTypeReg = createRegistry(
@@ -26,7 +25,6 @@ registerService(
26
25
  MtmService,
27
26
  SpService,
28
27
  BotService,
29
- JobService,
30
28
  CxService
31
29
  );
32
30
  export {
@@ -21,15 +21,15 @@ export declare const spContentModiCreateInput: z.ZodObject<{
21
21
  action: z.ZodString;
22
22
  value: z.ZodString;
23
23
  }, "strip", z.ZodTypeAny, {
24
- value: string;
25
24
  action: string;
25
+ value: string;
26
26
  sel: string;
27
27
  spRouteId: string;
28
28
  matchContentType: string;
29
29
  title?: string | undefined;
30
30
  }, {
31
- value: string;
32
31
  action: string;
32
+ value: string;
33
33
  sel: string;
34
34
  spRouteId: string;
35
35
  matchContentType: string;
@@ -45,16 +45,16 @@ export declare const spContentModiSaveInput: z.ZodObject<{
45
45
  value: z.ZodString;
46
46
  }, "strip", z.ZodTypeAny, {
47
47
  id: string;
48
- value: string;
49
48
  action: string;
49
+ value: string;
50
50
  sel: string;
51
51
  spRouteId: string;
52
52
  matchContentType: string;
53
53
  title?: string | undefined;
54
54
  }, {
55
55
  id: string;
56
- value: string;
57
56
  action: string;
57
+ value: string;
58
58
  sel: string;
59
59
  spRouteId: string;
60
60
  matchContentType: string;