gomtm 0.0.182 → 0.0.183

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.
@@ -227,31 +227,6 @@ export declare class Role extends Message<Role> {
227
227
  static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): Role;
228
228
  static equals(a: Role | PlainMessage<Role> | undefined, b: Role | PlainMessage<Role> | undefined): boolean;
229
229
  }
230
- export declare class RoleListReq extends Message<RoleListReq> {
231
- Pagination?: Paging;
232
- q: string;
233
- constructor(data?: PartialMessage<RoleListReq>);
234
- static readonly runtime: typeof proto3;
235
- static readonly typeName = "sppb.RoleListReq";
236
- static readonly fields: FieldList;
237
- static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): RoleListReq;
238
- static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): RoleListReq;
239
- static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): RoleListReq;
240
- static equals(a: RoleListReq | PlainMessage<RoleListReq> | undefined, b: RoleListReq | PlainMessage<RoleListReq> | undefined): boolean;
241
- }
242
- export declare class RoleListReply extends Message<RoleListReply> {
243
- Pagination?: Paging;
244
- Total: number;
245
- items: Role[];
246
- constructor(data?: PartialMessage<RoleListReply>);
247
- static readonly runtime: typeof proto3;
248
- static readonly typeName = "sppb.RoleListReply";
249
- static readonly fields: FieldList;
250
- static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): RoleListReply;
251
- static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): RoleListReply;
252
- static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): RoleListReply;
253
- static equals(a: RoleListReply | PlainMessage<RoleListReply> | undefined, b: RoleListReply | PlainMessage<RoleListReply> | undefined): boolean;
254
- }
255
230
  export declare class Empty extends Message<Empty> {
256
231
  constructor(data?: PartialMessage<Empty>);
257
232
  static readonly runtime: typeof proto3;
@@ -1098,81 +1073,6 @@ export declare class BlogTag extends Message<BlogTag> {
1098
1073
  static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): BlogTag;
1099
1074
  static equals(a: BlogTag | PlainMessage<BlogTag> | undefined, b: BlogTag | PlainMessage<BlogTag> | undefined): boolean;
1100
1075
  }
1101
- export declare class BlogTagListReq extends Message<BlogTagListReq> {
1102
- Pagination?: Paging;
1103
- q: string;
1104
- constructor(data?: PartialMessage<BlogTagListReq>);
1105
- static readonly runtime: typeof proto3;
1106
- static readonly typeName = "sppb.BlogTagListReq";
1107
- static readonly fields: FieldList;
1108
- static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): BlogTagListReq;
1109
- static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): BlogTagListReq;
1110
- static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): BlogTagListReq;
1111
- static equals(a: BlogTagListReq | PlainMessage<BlogTagListReq> | undefined, b: BlogTagListReq | PlainMessage<BlogTagListReq> | undefined): boolean;
1112
- }
1113
- export declare class BlogTagListReply extends Message<BlogTagListReply> {
1114
- Pagination?: Paging;
1115
- items: BlogTag[];
1116
- Total: number;
1117
- constructor(data?: PartialMessage<BlogTagListReply>);
1118
- static readonly runtime: typeof proto3;
1119
- static readonly typeName = "sppb.BlogTagListReply";
1120
- static readonly fields: FieldList;
1121
- static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): BlogTagListReply;
1122
- static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): BlogTagListReply;
1123
- static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): BlogTagListReply;
1124
- static equals(a: BlogTagListReply | PlainMessage<BlogTagListReply> | undefined, b: BlogTagListReply | PlainMessage<BlogTagListReply> | undefined): boolean;
1125
- }
1126
- export declare class BlogTagGetReq extends Message<BlogTagGetReq> {
1127
- id: number;
1128
- constructor(data?: PartialMessage<BlogTagGetReq>);
1129
- static readonly runtime: typeof proto3;
1130
- static readonly typeName = "sppb.BlogTagGetReq";
1131
- static readonly fields: FieldList;
1132
- static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): BlogTagGetReq;
1133
- static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): BlogTagGetReq;
1134
- static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): BlogTagGetReq;
1135
- static equals(a: BlogTagGetReq | PlainMessage<BlogTagGetReq> | undefined, b: BlogTagGetReq | PlainMessage<BlogTagGetReq> | undefined): boolean;
1136
- }
1137
- export declare class BlogTagCreateReq extends Message<BlogTagCreateReq> {
1138
- id: number;
1139
- title: string;
1140
- siteId: number;
1141
- constructor(data?: PartialMessage<BlogTagCreateReq>);
1142
- static readonly runtime: typeof proto3;
1143
- static readonly typeName = "sppb.BlogTagCreateReq";
1144
- static readonly fields: FieldList;
1145
- static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): BlogTagCreateReq;
1146
- static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): BlogTagCreateReq;
1147
- static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): BlogTagCreateReq;
1148
- static equals(a: BlogTagCreateReq | PlainMessage<BlogTagCreateReq> | undefined, b: BlogTagCreateReq | PlainMessage<BlogTagCreateReq> | undefined): boolean;
1149
- }
1150
- export declare class BlogTagUpdateReq extends Message<BlogTagUpdateReq> {
1151
- id: number;
1152
- title: string;
1153
- siteId: number;
1154
- constructor(data?: PartialMessage<BlogTagUpdateReq>);
1155
- static readonly runtime: typeof proto3;
1156
- static readonly typeName = "sppb.BlogTagUpdateReq";
1157
- static readonly fields: FieldList;
1158
- static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): BlogTagUpdateReq;
1159
- static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): BlogTagUpdateReq;
1160
- static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): BlogTagUpdateReq;
1161
- static equals(a: BlogTagUpdateReq | PlainMessage<BlogTagUpdateReq> | undefined, b: BlogTagUpdateReq | PlainMessage<BlogTagUpdateReq> | undefined): boolean;
1162
- }
1163
- export declare class BlogPostMeta extends Message<BlogPostMeta> {
1164
- blogPostId: number;
1165
- name: string;
1166
- value: string;
1167
- constructor(data?: PartialMessage<BlogPostMeta>);
1168
- static readonly runtime: typeof proto3;
1169
- static readonly typeName = "sppb.BlogPostMeta";
1170
- static readonly fields: FieldList;
1171
- static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): BlogPostMeta;
1172
- static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): BlogPostMeta;
1173
- static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): BlogPostMeta;
1174
- static equals(a: BlogPostMeta | PlainMessage<BlogPostMeta> | undefined, b: BlogPostMeta | PlainMessage<BlogPostMeta> | undefined): boolean;
1175
- }
1176
1076
  export declare class BlogPost extends Message<BlogPost> {
1177
1077
  id: number;
1178
1078
  siteId: number;
@@ -1194,7 +1094,6 @@ export declare class BlogPost extends Message<BlogPost> {
1194
1094
  tags: BlogTag[];
1195
1095
  slugs: string;
1196
1096
  topImage: string;
1197
- metas: BlogPostMeta[];
1198
1097
  isManual: boolean;
1199
1098
  isPublic: boolean;
1200
1099
  modiBy: string;
@@ -1217,7 +1116,6 @@ export declare class BlogPostItem extends Message<BlogPostItem> {
1217
1116
  excerpt: string;
1218
1117
  category?: BlogCategorie;
1219
1118
  topImage: string;
1220
- metas: BlogPostMeta[];
1221
1119
  constructor(data?: PartialMessage<BlogPostItem>);
1222
1120
  static readonly runtime: typeof proto3;
1223
1121
  static readonly typeName = "sppb.BlogPostItem";
@@ -1336,7 +1234,6 @@ export declare class ArticleDetailBlock extends Message<ArticleDetailBlock> {
1336
1234
  tags: BlogTag[];
1337
1235
  slugs: string;
1338
1236
  topImage: string;
1339
- metas: BlogPostMeta[];
1340
1237
  isManual: boolean;
1341
1238
  isPublic: boolean;
1342
1239
  modiBy: string;
@@ -1833,6 +1730,32 @@ export declare class FormCreateReq extends Message<FormCreateReq> {
1833
1730
  static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): FormCreateReq;
1834
1731
  static equals(a: FormCreateReq | PlainMessage<FormCreateReq> | undefined, b: FormCreateReq | PlainMessage<FormCreateReq> | undefined): boolean;
1835
1732
  }
1733
+ export declare class CurdListReq extends Message<CurdListReq> {
1734
+ path: string;
1735
+ type: string;
1736
+ params: {
1737
+ [key: string]: string;
1738
+ };
1739
+ constructor(data?: PartialMessage<CurdListReq>);
1740
+ static readonly runtime: typeof proto3;
1741
+ static readonly typeName = "sppb.CurdListReq";
1742
+ static readonly fields: FieldList;
1743
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): CurdListReq;
1744
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): CurdListReq;
1745
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): CurdListReq;
1746
+ static equals(a: CurdListReq | PlainMessage<CurdListReq> | undefined, b: CurdListReq | PlainMessage<CurdListReq> | undefined): boolean;
1747
+ }
1748
+ export declare class CurdListRes extends Message<CurdListRes> {
1749
+ items: ListItem[];
1750
+ constructor(data?: PartialMessage<CurdListRes>);
1751
+ static readonly runtime: typeof proto3;
1752
+ static readonly typeName = "sppb.CurdListRes";
1753
+ static readonly fields: FieldList;
1754
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): CurdListRes;
1755
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): CurdListRes;
1756
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): CurdListRes;
1757
+ static equals(a: CurdListRes | PlainMessage<CurdListRes> | undefined, b: CurdListRes | PlainMessage<CurdListRes> | undefined): boolean;
1758
+ }
1836
1759
  export declare const slugs: import("@bufbuild/protobuf").Extension<FieldOptions, string>;
1837
1760
  export declare const is_title: import("@bufbuild/protobuf").Extension<FieldOptions, boolean>;
1838
1761
  export declare const is_sub_title: import("@bufbuild/protobuf").Extension<FieldOptions, boolean>;