@seed-hypermedia/client 0.0.45 → 0.0.46
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/hm-types.d.ts
CHANGED
|
@@ -2737,6 +2737,7 @@ export declare const HMDocumentMetadataSchema: z.ZodObject<{
|
|
|
2737
2737
|
showOutline: z.ZodOptional<z.ZodBoolean>;
|
|
2738
2738
|
showActivity: z.ZodOptional<z.ZodBoolean>;
|
|
2739
2739
|
contentWidth: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"S">, z.ZodLiteral<"M">, z.ZodLiteral<"L">]>>;
|
|
2740
|
+
childrenType: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodLiteral<"Group">, z.ZodLiteral<"Ordered">, z.ZodLiteral<"Unordered">, z.ZodLiteral<"Blockquote">, z.ZodLiteral<"Grid">]>>>;
|
|
2740
2741
|
theme: z.ZodOptional<z.ZodObject<{
|
|
2741
2742
|
headerLayout: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"Center">, z.ZodLiteral<"">]>>;
|
|
2742
2743
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -2748,6 +2749,7 @@ export declare const HMDocumentMetadataSchema: z.ZodObject<{
|
|
|
2748
2749
|
importTags: z.ZodOptional<z.ZodString>;
|
|
2749
2750
|
}, "strip", z.ZodTypeAny, {
|
|
2750
2751
|
name?: string | undefined;
|
|
2752
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
2751
2753
|
summary?: string | undefined;
|
|
2752
2754
|
icon?: string | undefined;
|
|
2753
2755
|
thumbnail?: string | undefined;
|
|
@@ -2768,6 +2770,7 @@ export declare const HMDocumentMetadataSchema: z.ZodObject<{
|
|
|
2768
2770
|
importTags?: string | undefined;
|
|
2769
2771
|
}, {
|
|
2770
2772
|
name?: string | undefined;
|
|
2773
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
2771
2774
|
summary?: string | undefined;
|
|
2772
2775
|
icon?: string | undefined;
|
|
2773
2776
|
thumbnail?: string | undefined;
|
|
@@ -3179,6 +3182,7 @@ export declare const HMExternalCommentGroupSchema: z.ZodObject<{
|
|
|
3179
3182
|
showOutline: z.ZodOptional<z.ZodBoolean>;
|
|
3180
3183
|
showActivity: z.ZodOptional<z.ZodBoolean>;
|
|
3181
3184
|
contentWidth: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"S">, z.ZodLiteral<"M">, z.ZodLiteral<"L">]>>;
|
|
3185
|
+
childrenType: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodLiteral<"Group">, z.ZodLiteral<"Ordered">, z.ZodLiteral<"Unordered">, z.ZodLiteral<"Blockquote">, z.ZodLiteral<"Grid">]>>>;
|
|
3182
3186
|
theme: z.ZodOptional<z.ZodObject<{
|
|
3183
3187
|
headerLayout: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"Center">, z.ZodLiteral<"">]>>;
|
|
3184
3188
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -3190,6 +3194,7 @@ export declare const HMExternalCommentGroupSchema: z.ZodObject<{
|
|
|
3190
3194
|
importTags: z.ZodOptional<z.ZodString>;
|
|
3191
3195
|
}, "strip", z.ZodTypeAny, {
|
|
3192
3196
|
name?: string | undefined;
|
|
3197
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
3193
3198
|
summary?: string | undefined;
|
|
3194
3199
|
icon?: string | undefined;
|
|
3195
3200
|
thumbnail?: string | undefined;
|
|
@@ -3210,6 +3215,7 @@ export declare const HMExternalCommentGroupSchema: z.ZodObject<{
|
|
|
3210
3215
|
importTags?: string | undefined;
|
|
3211
3216
|
}, {
|
|
3212
3217
|
name?: string | undefined;
|
|
3218
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
3213
3219
|
summary?: string | undefined;
|
|
3214
3220
|
icon?: string | undefined;
|
|
3215
3221
|
thumbnail?: string | undefined;
|
|
@@ -3250,6 +3256,7 @@ export declare const HMExternalCommentGroupSchema: z.ZodObject<{
|
|
|
3250
3256
|
};
|
|
3251
3257
|
metadata: {
|
|
3252
3258
|
name?: string | undefined;
|
|
3259
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
3253
3260
|
summary?: string | undefined;
|
|
3254
3261
|
icon?: string | undefined;
|
|
3255
3262
|
thumbnail?: string | undefined;
|
|
@@ -3290,6 +3297,7 @@ export declare const HMExternalCommentGroupSchema: z.ZodObject<{
|
|
|
3290
3297
|
};
|
|
3291
3298
|
metadata: {
|
|
3292
3299
|
name?: string | undefined;
|
|
3300
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
3293
3301
|
summary?: string | undefined;
|
|
3294
3302
|
icon?: string | undefined;
|
|
3295
3303
|
thumbnail?: string | undefined;
|
|
@@ -3359,6 +3367,7 @@ export declare const HMExternalCommentGroupSchema: z.ZodObject<{
|
|
|
3359
3367
|
};
|
|
3360
3368
|
metadata: {
|
|
3361
3369
|
name?: string | undefined;
|
|
3370
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
3362
3371
|
summary?: string | undefined;
|
|
3363
3372
|
icon?: string | undefined;
|
|
3364
3373
|
thumbnail?: string | undefined;
|
|
@@ -3427,6 +3436,7 @@ export declare const HMExternalCommentGroupSchema: z.ZodObject<{
|
|
|
3427
3436
|
};
|
|
3428
3437
|
metadata: {
|
|
3429
3438
|
name?: string | undefined;
|
|
3439
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
3430
3440
|
summary?: string | undefined;
|
|
3431
3441
|
icon?: string | undefined;
|
|
3432
3442
|
thumbnail?: string | undefined;
|
|
@@ -3704,6 +3714,7 @@ export declare const HMDocumentInfoSchema: z.ZodObject<{
|
|
|
3704
3714
|
showOutline: z.ZodOptional<z.ZodBoolean>;
|
|
3705
3715
|
showActivity: z.ZodOptional<z.ZodBoolean>;
|
|
3706
3716
|
contentWidth: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"S">, z.ZodLiteral<"M">, z.ZodLiteral<"L">]>>;
|
|
3717
|
+
childrenType: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodLiteral<"Group">, z.ZodLiteral<"Ordered">, z.ZodLiteral<"Unordered">, z.ZodLiteral<"Blockquote">, z.ZodLiteral<"Grid">]>>>;
|
|
3707
3718
|
theme: z.ZodOptional<z.ZodObject<{
|
|
3708
3719
|
headerLayout: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"Center">, z.ZodLiteral<"">]>>;
|
|
3709
3720
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -3715,6 +3726,7 @@ export declare const HMDocumentInfoSchema: z.ZodObject<{
|
|
|
3715
3726
|
importTags: z.ZodOptional<z.ZodString>;
|
|
3716
3727
|
}, "strip", z.ZodTypeAny, {
|
|
3717
3728
|
name?: string | undefined;
|
|
3729
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
3718
3730
|
summary?: string | undefined;
|
|
3719
3731
|
icon?: string | undefined;
|
|
3720
3732
|
thumbnail?: string | undefined;
|
|
@@ -3735,6 +3747,7 @@ export declare const HMDocumentInfoSchema: z.ZodObject<{
|
|
|
3735
3747
|
importTags?: string | undefined;
|
|
3736
3748
|
}, {
|
|
3737
3749
|
name?: string | undefined;
|
|
3750
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
3738
3751
|
summary?: string | undefined;
|
|
3739
3752
|
icon?: string | undefined;
|
|
3740
3753
|
thumbnail?: string | undefined;
|
|
@@ -3787,6 +3800,7 @@ export declare const HMDocumentInfoSchema: z.ZodObject<{
|
|
|
3787
3800
|
visibility: "PUBLIC" | "PRIVATE";
|
|
3788
3801
|
metadata: {
|
|
3789
3802
|
name?: string | undefined;
|
|
3803
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
3790
3804
|
summary?: string | undefined;
|
|
3791
3805
|
icon?: string | undefined;
|
|
3792
3806
|
thumbnail?: string | undefined;
|
|
@@ -3867,6 +3881,7 @@ export declare const HMDocumentInfoSchema: z.ZodObject<{
|
|
|
3867
3881
|
visibility: string | number;
|
|
3868
3882
|
metadata: {
|
|
3869
3883
|
name?: string | undefined;
|
|
3884
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
3870
3885
|
summary?: string | undefined;
|
|
3871
3886
|
icon?: string | undefined;
|
|
3872
3887
|
thumbnail?: string | undefined;
|
|
@@ -4160,6 +4175,7 @@ export declare const HMQueryResultSchema: z.ZodObject<{
|
|
|
4160
4175
|
showOutline: z.ZodOptional<z.ZodBoolean>;
|
|
4161
4176
|
showActivity: z.ZodOptional<z.ZodBoolean>;
|
|
4162
4177
|
contentWidth: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"S">, z.ZodLiteral<"M">, z.ZodLiteral<"L">]>>;
|
|
4178
|
+
childrenType: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodLiteral<"Group">, z.ZodLiteral<"Ordered">, z.ZodLiteral<"Unordered">, z.ZodLiteral<"Blockquote">, z.ZodLiteral<"Grid">]>>>;
|
|
4163
4179
|
theme: z.ZodOptional<z.ZodObject<{
|
|
4164
4180
|
headerLayout: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"Center">, z.ZodLiteral<"">]>>;
|
|
4165
4181
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -4171,6 +4187,7 @@ export declare const HMQueryResultSchema: z.ZodObject<{
|
|
|
4171
4187
|
importTags: z.ZodOptional<z.ZodString>;
|
|
4172
4188
|
}, "strip", z.ZodTypeAny, {
|
|
4173
4189
|
name?: string | undefined;
|
|
4190
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
4174
4191
|
summary?: string | undefined;
|
|
4175
4192
|
icon?: string | undefined;
|
|
4176
4193
|
thumbnail?: string | undefined;
|
|
@@ -4191,6 +4208,7 @@ export declare const HMQueryResultSchema: z.ZodObject<{
|
|
|
4191
4208
|
importTags?: string | undefined;
|
|
4192
4209
|
}, {
|
|
4193
4210
|
name?: string | undefined;
|
|
4211
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
4194
4212
|
summary?: string | undefined;
|
|
4195
4213
|
icon?: string | undefined;
|
|
4196
4214
|
thumbnail?: string | undefined;
|
|
@@ -4243,6 +4261,7 @@ export declare const HMQueryResultSchema: z.ZodObject<{
|
|
|
4243
4261
|
visibility: "PUBLIC" | "PRIVATE";
|
|
4244
4262
|
metadata: {
|
|
4245
4263
|
name?: string | undefined;
|
|
4264
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
4246
4265
|
summary?: string | undefined;
|
|
4247
4266
|
icon?: string | undefined;
|
|
4248
4267
|
thumbnail?: string | undefined;
|
|
@@ -4323,6 +4342,7 @@ export declare const HMQueryResultSchema: z.ZodObject<{
|
|
|
4323
4342
|
visibility: string | number;
|
|
4324
4343
|
metadata: {
|
|
4325
4344
|
name?: string | undefined;
|
|
4345
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
4326
4346
|
summary?: string | undefined;
|
|
4327
4347
|
icon?: string | undefined;
|
|
4328
4348
|
thumbnail?: string | undefined;
|
|
@@ -4423,6 +4443,7 @@ export declare const HMQueryResultSchema: z.ZodObject<{
|
|
|
4423
4443
|
visibility: "PUBLIC" | "PRIVATE";
|
|
4424
4444
|
metadata: {
|
|
4425
4445
|
name?: string | undefined;
|
|
4446
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
4426
4447
|
summary?: string | undefined;
|
|
4427
4448
|
icon?: string | undefined;
|
|
4428
4449
|
thumbnail?: string | undefined;
|
|
@@ -4523,6 +4544,7 @@ export declare const HMQueryResultSchema: z.ZodObject<{
|
|
|
4523
4544
|
visibility: string | number;
|
|
4524
4545
|
metadata: {
|
|
4525
4546
|
name?: string | undefined;
|
|
4547
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
4526
4548
|
summary?: string | undefined;
|
|
4527
4549
|
icon?: string | undefined;
|
|
4528
4550
|
thumbnail?: string | undefined;
|
|
@@ -4650,6 +4672,7 @@ export declare const HMMetadataPayloadSchema: z.ZodObject<{
|
|
|
4650
4672
|
showOutline: z.ZodOptional<z.ZodBoolean>;
|
|
4651
4673
|
showActivity: z.ZodOptional<z.ZodBoolean>;
|
|
4652
4674
|
contentWidth: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"S">, z.ZodLiteral<"M">, z.ZodLiteral<"L">]>>;
|
|
4675
|
+
childrenType: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodLiteral<"Group">, z.ZodLiteral<"Ordered">, z.ZodLiteral<"Unordered">, z.ZodLiteral<"Blockquote">, z.ZodLiteral<"Grid">]>>>;
|
|
4653
4676
|
theme: z.ZodOptional<z.ZodObject<{
|
|
4654
4677
|
headerLayout: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"Center">, z.ZodLiteral<"">]>>;
|
|
4655
4678
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -4661,6 +4684,7 @@ export declare const HMMetadataPayloadSchema: z.ZodObject<{
|
|
|
4661
4684
|
importTags: z.ZodOptional<z.ZodString>;
|
|
4662
4685
|
}, "strip", z.ZodTypeAny, {
|
|
4663
4686
|
name?: string | undefined;
|
|
4687
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
4664
4688
|
summary?: string | undefined;
|
|
4665
4689
|
icon?: string | undefined;
|
|
4666
4690
|
thumbnail?: string | undefined;
|
|
@@ -4681,6 +4705,7 @@ export declare const HMMetadataPayloadSchema: z.ZodObject<{
|
|
|
4681
4705
|
importTags?: string | undefined;
|
|
4682
4706
|
}, {
|
|
4683
4707
|
name?: string | undefined;
|
|
4708
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
4684
4709
|
summary?: string | undefined;
|
|
4685
4710
|
icon?: string | undefined;
|
|
4686
4711
|
thumbnail?: string | undefined;
|
|
@@ -4721,6 +4746,7 @@ export declare const HMMetadataPayloadSchema: z.ZodObject<{
|
|
|
4721
4746
|
};
|
|
4722
4747
|
metadata: {
|
|
4723
4748
|
name?: string | undefined;
|
|
4749
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
4724
4750
|
summary?: string | undefined;
|
|
4725
4751
|
icon?: string | undefined;
|
|
4726
4752
|
thumbnail?: string | undefined;
|
|
@@ -4761,6 +4787,7 @@ export declare const HMMetadataPayloadSchema: z.ZodObject<{
|
|
|
4761
4787
|
};
|
|
4762
4788
|
metadata: {
|
|
4763
4789
|
name?: string | undefined;
|
|
4790
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
4764
4791
|
summary?: string | undefined;
|
|
4765
4792
|
icon?: string | undefined;
|
|
4766
4793
|
thumbnail?: string | undefined;
|
|
@@ -4856,6 +4883,7 @@ export declare const HMAccountPayloadSchema: z.ZodObject<{
|
|
|
4856
4883
|
showOutline: z.ZodOptional<z.ZodBoolean>;
|
|
4857
4884
|
showActivity: z.ZodOptional<z.ZodBoolean>;
|
|
4858
4885
|
contentWidth: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"S">, z.ZodLiteral<"M">, z.ZodLiteral<"L">]>>;
|
|
4886
|
+
childrenType: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodLiteral<"Group">, z.ZodLiteral<"Ordered">, z.ZodLiteral<"Unordered">, z.ZodLiteral<"Blockquote">, z.ZodLiteral<"Grid">]>>>;
|
|
4859
4887
|
theme: z.ZodOptional<z.ZodObject<{
|
|
4860
4888
|
headerLayout: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"Center">, z.ZodLiteral<"">]>>;
|
|
4861
4889
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -4867,6 +4895,7 @@ export declare const HMAccountPayloadSchema: z.ZodObject<{
|
|
|
4867
4895
|
importTags: z.ZodOptional<z.ZodString>;
|
|
4868
4896
|
}, "strip", z.ZodTypeAny, {
|
|
4869
4897
|
name?: string | undefined;
|
|
4898
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
4870
4899
|
summary?: string | undefined;
|
|
4871
4900
|
icon?: string | undefined;
|
|
4872
4901
|
thumbnail?: string | undefined;
|
|
@@ -4887,6 +4916,7 @@ export declare const HMAccountPayloadSchema: z.ZodObject<{
|
|
|
4887
4916
|
importTags?: string | undefined;
|
|
4888
4917
|
}, {
|
|
4889
4918
|
name?: string | undefined;
|
|
4919
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
4890
4920
|
summary?: string | undefined;
|
|
4891
4921
|
icon?: string | undefined;
|
|
4892
4922
|
thumbnail?: string | undefined;
|
|
@@ -4930,6 +4960,7 @@ export declare const HMAccountPayloadSchema: z.ZodObject<{
|
|
|
4930
4960
|
};
|
|
4931
4961
|
metadata: {
|
|
4932
4962
|
name?: string | undefined;
|
|
4963
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
4933
4964
|
summary?: string | undefined;
|
|
4934
4965
|
icon?: string | undefined;
|
|
4935
4966
|
thumbnail?: string | undefined;
|
|
@@ -4971,6 +5002,7 @@ export declare const HMAccountPayloadSchema: z.ZodObject<{
|
|
|
4971
5002
|
};
|
|
4972
5003
|
metadata: {
|
|
4973
5004
|
name?: string | undefined;
|
|
5005
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
4974
5006
|
summary?: string | undefined;
|
|
4975
5007
|
icon?: string | undefined;
|
|
4976
5008
|
thumbnail?: string | undefined;
|
|
@@ -5077,6 +5109,7 @@ export declare const HMAccountResultSchema: z.ZodDiscriminatedUnion<"type", [z.Z
|
|
|
5077
5109
|
showOutline: z.ZodOptional<z.ZodBoolean>;
|
|
5078
5110
|
showActivity: z.ZodOptional<z.ZodBoolean>;
|
|
5079
5111
|
contentWidth: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"S">, z.ZodLiteral<"M">, z.ZodLiteral<"L">]>>;
|
|
5112
|
+
childrenType: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodLiteral<"Group">, z.ZodLiteral<"Ordered">, z.ZodLiteral<"Unordered">, z.ZodLiteral<"Blockquote">, z.ZodLiteral<"Grid">]>>>;
|
|
5080
5113
|
theme: z.ZodOptional<z.ZodObject<{
|
|
5081
5114
|
headerLayout: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"Center">, z.ZodLiteral<"">]>>;
|
|
5082
5115
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -5088,6 +5121,7 @@ export declare const HMAccountResultSchema: z.ZodDiscriminatedUnion<"type", [z.Z
|
|
|
5088
5121
|
importTags: z.ZodOptional<z.ZodString>;
|
|
5089
5122
|
}, "strip", z.ZodTypeAny, {
|
|
5090
5123
|
name?: string | undefined;
|
|
5124
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
5091
5125
|
summary?: string | undefined;
|
|
5092
5126
|
icon?: string | undefined;
|
|
5093
5127
|
thumbnail?: string | undefined;
|
|
@@ -5108,6 +5142,7 @@ export declare const HMAccountResultSchema: z.ZodDiscriminatedUnion<"type", [z.Z
|
|
|
5108
5142
|
importTags?: string | undefined;
|
|
5109
5143
|
}, {
|
|
5110
5144
|
name?: string | undefined;
|
|
5145
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
5111
5146
|
summary?: string | undefined;
|
|
5112
5147
|
icon?: string | undefined;
|
|
5113
5148
|
thumbnail?: string | undefined;
|
|
@@ -5151,6 +5186,7 @@ export declare const HMAccountResultSchema: z.ZodDiscriminatedUnion<"type", [z.Z
|
|
|
5151
5186
|
};
|
|
5152
5187
|
metadata: {
|
|
5153
5188
|
name?: string | undefined;
|
|
5189
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
5154
5190
|
summary?: string | undefined;
|
|
5155
5191
|
icon?: string | undefined;
|
|
5156
5192
|
thumbnail?: string | undefined;
|
|
@@ -5192,6 +5228,7 @@ export declare const HMAccountResultSchema: z.ZodDiscriminatedUnion<"type", [z.Z
|
|
|
5192
5228
|
};
|
|
5193
5229
|
metadata: {
|
|
5194
5230
|
name?: string | undefined;
|
|
5231
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
5195
5232
|
summary?: string | undefined;
|
|
5196
5233
|
icon?: string | undefined;
|
|
5197
5234
|
thumbnail?: string | undefined;
|
|
@@ -5401,6 +5438,7 @@ export declare const HMAccountsMetadataSchema: z.ZodRecord<z.ZodString, z.ZodObj
|
|
|
5401
5438
|
showOutline: z.ZodOptional<z.ZodBoolean>;
|
|
5402
5439
|
showActivity: z.ZodOptional<z.ZodBoolean>;
|
|
5403
5440
|
contentWidth: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"S">, z.ZodLiteral<"M">, z.ZodLiteral<"L">]>>;
|
|
5441
|
+
childrenType: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodLiteral<"Group">, z.ZodLiteral<"Ordered">, z.ZodLiteral<"Unordered">, z.ZodLiteral<"Blockquote">, z.ZodLiteral<"Grid">]>>>;
|
|
5404
5442
|
theme: z.ZodOptional<z.ZodObject<{
|
|
5405
5443
|
headerLayout: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"Center">, z.ZodLiteral<"">]>>;
|
|
5406
5444
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -5412,6 +5450,7 @@ export declare const HMAccountsMetadataSchema: z.ZodRecord<z.ZodString, z.ZodObj
|
|
|
5412
5450
|
importTags: z.ZodOptional<z.ZodString>;
|
|
5413
5451
|
}, "strip", z.ZodTypeAny, {
|
|
5414
5452
|
name?: string | undefined;
|
|
5453
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
5415
5454
|
summary?: string | undefined;
|
|
5416
5455
|
icon?: string | undefined;
|
|
5417
5456
|
thumbnail?: string | undefined;
|
|
@@ -5432,6 +5471,7 @@ export declare const HMAccountsMetadataSchema: z.ZodRecord<z.ZodString, z.ZodObj
|
|
|
5432
5471
|
importTags?: string | undefined;
|
|
5433
5472
|
}, {
|
|
5434
5473
|
name?: string | undefined;
|
|
5474
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
5435
5475
|
summary?: string | undefined;
|
|
5436
5476
|
icon?: string | undefined;
|
|
5437
5477
|
thumbnail?: string | undefined;
|
|
@@ -5472,6 +5512,7 @@ export declare const HMAccountsMetadataSchema: z.ZodRecord<z.ZodString, z.ZodObj
|
|
|
5472
5512
|
};
|
|
5473
5513
|
metadata: {
|
|
5474
5514
|
name?: string | undefined;
|
|
5515
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
5475
5516
|
summary?: string | undefined;
|
|
5476
5517
|
icon?: string | undefined;
|
|
5477
5518
|
thumbnail?: string | undefined;
|
|
@@ -5512,6 +5553,7 @@ export declare const HMAccountsMetadataSchema: z.ZodRecord<z.ZodString, z.ZodObj
|
|
|
5512
5553
|
};
|
|
5513
5554
|
metadata: {
|
|
5514
5555
|
name?: string | undefined;
|
|
5556
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
5515
5557
|
summary?: string | undefined;
|
|
5516
5558
|
icon?: string | undefined;
|
|
5517
5559
|
thumbnail?: string | undefined;
|
|
@@ -9649,6 +9691,7 @@ export declare const HMDocumentSchema: z.ZodObject<{
|
|
|
9649
9691
|
showOutline: z.ZodOptional<z.ZodBoolean>;
|
|
9650
9692
|
showActivity: z.ZodOptional<z.ZodBoolean>;
|
|
9651
9693
|
contentWidth: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"S">, z.ZodLiteral<"M">, z.ZodLiteral<"L">]>>;
|
|
9694
|
+
childrenType: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodLiteral<"Group">, z.ZodLiteral<"Ordered">, z.ZodLiteral<"Unordered">, z.ZodLiteral<"Blockquote">, z.ZodLiteral<"Grid">]>>>;
|
|
9652
9695
|
theme: z.ZodOptional<z.ZodObject<{
|
|
9653
9696
|
headerLayout: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"Center">, z.ZodLiteral<"">]>>;
|
|
9654
9697
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -9660,6 +9703,7 @@ export declare const HMDocumentSchema: z.ZodObject<{
|
|
|
9660
9703
|
importTags: z.ZodOptional<z.ZodString>;
|
|
9661
9704
|
}, "strip", z.ZodTypeAny, {
|
|
9662
9705
|
name?: string | undefined;
|
|
9706
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
9663
9707
|
summary?: string | undefined;
|
|
9664
9708
|
icon?: string | undefined;
|
|
9665
9709
|
thumbnail?: string | undefined;
|
|
@@ -9680,6 +9724,7 @@ export declare const HMDocumentSchema: z.ZodObject<{
|
|
|
9680
9724
|
importTags?: string | undefined;
|
|
9681
9725
|
}, {
|
|
9682
9726
|
name?: string | undefined;
|
|
9727
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
9683
9728
|
summary?: string | undefined;
|
|
9684
9729
|
icon?: string | undefined;
|
|
9685
9730
|
thumbnail?: string | undefined;
|
|
@@ -9727,6 +9772,7 @@ export declare const HMDocumentSchema: z.ZodObject<{
|
|
|
9727
9772
|
visibility: "PUBLIC" | "PRIVATE";
|
|
9728
9773
|
metadata: {
|
|
9729
9774
|
name?: string | undefined;
|
|
9775
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
9730
9776
|
summary?: string | undefined;
|
|
9731
9777
|
icon?: string | undefined;
|
|
9732
9778
|
thumbnail?: string | undefined;
|
|
@@ -9758,6 +9804,7 @@ export declare const HMDocumentSchema: z.ZodObject<{
|
|
|
9758
9804
|
visibility: string | number;
|
|
9759
9805
|
metadata: {
|
|
9760
9806
|
name?: string | undefined;
|
|
9807
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
9761
9808
|
summary?: string | undefined;
|
|
9762
9809
|
icon?: string | undefined;
|
|
9763
9810
|
thumbnail?: string | undefined;
|
|
@@ -9841,6 +9888,7 @@ export declare const HMResourceDocumentSchema: z.ZodObject<{
|
|
|
9841
9888
|
showOutline: z.ZodOptional<z.ZodBoolean>;
|
|
9842
9889
|
showActivity: z.ZodOptional<z.ZodBoolean>;
|
|
9843
9890
|
contentWidth: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"S">, z.ZodLiteral<"M">, z.ZodLiteral<"L">]>>;
|
|
9891
|
+
childrenType: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodLiteral<"Group">, z.ZodLiteral<"Ordered">, z.ZodLiteral<"Unordered">, z.ZodLiteral<"Blockquote">, z.ZodLiteral<"Grid">]>>>;
|
|
9844
9892
|
theme: z.ZodOptional<z.ZodObject<{
|
|
9845
9893
|
headerLayout: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"Center">, z.ZodLiteral<"">]>>;
|
|
9846
9894
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -9852,6 +9900,7 @@ export declare const HMResourceDocumentSchema: z.ZodObject<{
|
|
|
9852
9900
|
importTags: z.ZodOptional<z.ZodString>;
|
|
9853
9901
|
}, "strip", z.ZodTypeAny, {
|
|
9854
9902
|
name?: string | undefined;
|
|
9903
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
9855
9904
|
summary?: string | undefined;
|
|
9856
9905
|
icon?: string | undefined;
|
|
9857
9906
|
thumbnail?: string | undefined;
|
|
@@ -9872,6 +9921,7 @@ export declare const HMResourceDocumentSchema: z.ZodObject<{
|
|
|
9872
9921
|
importTags?: string | undefined;
|
|
9873
9922
|
}, {
|
|
9874
9923
|
name?: string | undefined;
|
|
9924
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
9875
9925
|
summary?: string | undefined;
|
|
9876
9926
|
icon?: string | undefined;
|
|
9877
9927
|
thumbnail?: string | undefined;
|
|
@@ -9919,6 +9969,7 @@ export declare const HMResourceDocumentSchema: z.ZodObject<{
|
|
|
9919
9969
|
visibility: "PUBLIC" | "PRIVATE";
|
|
9920
9970
|
metadata: {
|
|
9921
9971
|
name?: string | undefined;
|
|
9972
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
9922
9973
|
summary?: string | undefined;
|
|
9923
9974
|
icon?: string | undefined;
|
|
9924
9975
|
thumbnail?: string | undefined;
|
|
@@ -9950,6 +10001,7 @@ export declare const HMResourceDocumentSchema: z.ZodObject<{
|
|
|
9950
10001
|
visibility: string | number;
|
|
9951
10002
|
metadata: {
|
|
9952
10003
|
name?: string | undefined;
|
|
10004
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
9953
10005
|
summary?: string | undefined;
|
|
9954
10006
|
icon?: string | undefined;
|
|
9955
10007
|
thumbnail?: string | undefined;
|
|
@@ -10080,6 +10132,7 @@ export declare const HMResourceDocumentSchema: z.ZodObject<{
|
|
|
10080
10132
|
visibility: "PUBLIC" | "PRIVATE";
|
|
10081
10133
|
metadata: {
|
|
10082
10134
|
name?: string | undefined;
|
|
10135
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
10083
10136
|
summary?: string | undefined;
|
|
10084
10137
|
icon?: string | undefined;
|
|
10085
10138
|
thumbnail?: string | undefined;
|
|
@@ -10131,6 +10184,7 @@ export declare const HMResourceDocumentSchema: z.ZodObject<{
|
|
|
10131
10184
|
visibility: string | number;
|
|
10132
10185
|
metadata: {
|
|
10133
10186
|
name?: string | undefined;
|
|
10187
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
10134
10188
|
summary?: string | undefined;
|
|
10135
10189
|
icon?: string | undefined;
|
|
10136
10190
|
thumbnail?: string | undefined;
|
|
@@ -10929,6 +10983,7 @@ export declare const HMResourceSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
10929
10983
|
showOutline: z.ZodOptional<z.ZodBoolean>;
|
|
10930
10984
|
showActivity: z.ZodOptional<z.ZodBoolean>;
|
|
10931
10985
|
contentWidth: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"S">, z.ZodLiteral<"M">, z.ZodLiteral<"L">]>>;
|
|
10986
|
+
childrenType: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodLiteral<"Group">, z.ZodLiteral<"Ordered">, z.ZodLiteral<"Unordered">, z.ZodLiteral<"Blockquote">, z.ZodLiteral<"Grid">]>>>;
|
|
10932
10987
|
theme: z.ZodOptional<z.ZodObject<{
|
|
10933
10988
|
headerLayout: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"Center">, z.ZodLiteral<"">]>>;
|
|
10934
10989
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -10940,6 +10995,7 @@ export declare const HMResourceSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
10940
10995
|
importTags: z.ZodOptional<z.ZodString>;
|
|
10941
10996
|
}, "strip", z.ZodTypeAny, {
|
|
10942
10997
|
name?: string | undefined;
|
|
10998
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
10943
10999
|
summary?: string | undefined;
|
|
10944
11000
|
icon?: string | undefined;
|
|
10945
11001
|
thumbnail?: string | undefined;
|
|
@@ -10960,6 +11016,7 @@ export declare const HMResourceSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
10960
11016
|
importTags?: string | undefined;
|
|
10961
11017
|
}, {
|
|
10962
11018
|
name?: string | undefined;
|
|
11019
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
10963
11020
|
summary?: string | undefined;
|
|
10964
11021
|
icon?: string | undefined;
|
|
10965
11022
|
thumbnail?: string | undefined;
|
|
@@ -11007,6 +11064,7 @@ export declare const HMResourceSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
11007
11064
|
visibility: "PUBLIC" | "PRIVATE";
|
|
11008
11065
|
metadata: {
|
|
11009
11066
|
name?: string | undefined;
|
|
11067
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
11010
11068
|
summary?: string | undefined;
|
|
11011
11069
|
icon?: string | undefined;
|
|
11012
11070
|
thumbnail?: string | undefined;
|
|
@@ -11038,6 +11096,7 @@ export declare const HMResourceSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
11038
11096
|
visibility: string | number;
|
|
11039
11097
|
metadata: {
|
|
11040
11098
|
name?: string | undefined;
|
|
11099
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
11041
11100
|
summary?: string | undefined;
|
|
11042
11101
|
icon?: string | undefined;
|
|
11043
11102
|
thumbnail?: string | undefined;
|
|
@@ -11168,6 +11227,7 @@ export declare const HMResourceSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
11168
11227
|
visibility: "PUBLIC" | "PRIVATE";
|
|
11169
11228
|
metadata: {
|
|
11170
11229
|
name?: string | undefined;
|
|
11230
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
11171
11231
|
summary?: string | undefined;
|
|
11172
11232
|
icon?: string | undefined;
|
|
11173
11233
|
thumbnail?: string | undefined;
|
|
@@ -11219,6 +11279,7 @@ export declare const HMResourceSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
11219
11279
|
visibility: string | number;
|
|
11220
11280
|
metadata: {
|
|
11221
11281
|
name?: string | undefined;
|
|
11282
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
11222
11283
|
summary?: string | undefined;
|
|
11223
11284
|
icon?: string | undefined;
|
|
11224
11285
|
thumbnail?: string | undefined;
|
|
@@ -12007,6 +12068,7 @@ export declare const HMResolvedResourceSchema: z.ZodDiscriminatedUnion<"type", [
|
|
|
12007
12068
|
showOutline: z.ZodOptional<z.ZodBoolean>;
|
|
12008
12069
|
showActivity: z.ZodOptional<z.ZodBoolean>;
|
|
12009
12070
|
contentWidth: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"S">, z.ZodLiteral<"M">, z.ZodLiteral<"L">]>>;
|
|
12071
|
+
childrenType: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodLiteral<"Group">, z.ZodLiteral<"Ordered">, z.ZodLiteral<"Unordered">, z.ZodLiteral<"Blockquote">, z.ZodLiteral<"Grid">]>>>;
|
|
12010
12072
|
theme: z.ZodOptional<z.ZodObject<{
|
|
12011
12073
|
headerLayout: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"Center">, z.ZodLiteral<"">]>>;
|
|
12012
12074
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -12018,6 +12080,7 @@ export declare const HMResolvedResourceSchema: z.ZodDiscriminatedUnion<"type", [
|
|
|
12018
12080
|
importTags: z.ZodOptional<z.ZodString>;
|
|
12019
12081
|
}, "strip", z.ZodTypeAny, {
|
|
12020
12082
|
name?: string | undefined;
|
|
12083
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
12021
12084
|
summary?: string | undefined;
|
|
12022
12085
|
icon?: string | undefined;
|
|
12023
12086
|
thumbnail?: string | undefined;
|
|
@@ -12038,6 +12101,7 @@ export declare const HMResolvedResourceSchema: z.ZodDiscriminatedUnion<"type", [
|
|
|
12038
12101
|
importTags?: string | undefined;
|
|
12039
12102
|
}, {
|
|
12040
12103
|
name?: string | undefined;
|
|
12104
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
12041
12105
|
summary?: string | undefined;
|
|
12042
12106
|
icon?: string | undefined;
|
|
12043
12107
|
thumbnail?: string | undefined;
|
|
@@ -12085,6 +12149,7 @@ export declare const HMResolvedResourceSchema: z.ZodDiscriminatedUnion<"type", [
|
|
|
12085
12149
|
visibility: "PUBLIC" | "PRIVATE";
|
|
12086
12150
|
metadata: {
|
|
12087
12151
|
name?: string | undefined;
|
|
12152
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
12088
12153
|
summary?: string | undefined;
|
|
12089
12154
|
icon?: string | undefined;
|
|
12090
12155
|
thumbnail?: string | undefined;
|
|
@@ -12116,6 +12181,7 @@ export declare const HMResolvedResourceSchema: z.ZodDiscriminatedUnion<"type", [
|
|
|
12116
12181
|
visibility: string | number;
|
|
12117
12182
|
metadata: {
|
|
12118
12183
|
name?: string | undefined;
|
|
12184
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
12119
12185
|
summary?: string | undefined;
|
|
12120
12186
|
icon?: string | undefined;
|
|
12121
12187
|
thumbnail?: string | undefined;
|
|
@@ -12246,6 +12312,7 @@ export declare const HMResolvedResourceSchema: z.ZodDiscriminatedUnion<"type", [
|
|
|
12246
12312
|
visibility: "PUBLIC" | "PRIVATE";
|
|
12247
12313
|
metadata: {
|
|
12248
12314
|
name?: string | undefined;
|
|
12315
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
12249
12316
|
summary?: string | undefined;
|
|
12250
12317
|
icon?: string | undefined;
|
|
12251
12318
|
thumbnail?: string | undefined;
|
|
@@ -12297,6 +12364,7 @@ export declare const HMResolvedResourceSchema: z.ZodDiscriminatedUnion<"type", [
|
|
|
12297
12364
|
visibility: string | number;
|
|
12298
12365
|
metadata: {
|
|
12299
12366
|
name?: string | undefined;
|
|
12367
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
12300
12368
|
summary?: string | undefined;
|
|
12301
12369
|
icon?: string | undefined;
|
|
12302
12370
|
thumbnail?: string | undefined;
|
|
@@ -13023,6 +13091,7 @@ export declare const HMContactSchema: z.ZodObject<{
|
|
|
13023
13091
|
showOutline: z.ZodOptional<z.ZodBoolean>;
|
|
13024
13092
|
showActivity: z.ZodOptional<z.ZodBoolean>;
|
|
13025
13093
|
contentWidth: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"S">, z.ZodLiteral<"M">, z.ZodLiteral<"L">]>>;
|
|
13094
|
+
childrenType: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodLiteral<"Group">, z.ZodLiteral<"Ordered">, z.ZodLiteral<"Unordered">, z.ZodLiteral<"Blockquote">, z.ZodLiteral<"Grid">]>>>;
|
|
13026
13095
|
theme: z.ZodOptional<z.ZodObject<{
|
|
13027
13096
|
headerLayout: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"Center">, z.ZodLiteral<"">]>>;
|
|
13028
13097
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -13034,6 +13103,7 @@ export declare const HMContactSchema: z.ZodObject<{
|
|
|
13034
13103
|
importTags: z.ZodOptional<z.ZodString>;
|
|
13035
13104
|
}, "strip", z.ZodTypeAny, {
|
|
13036
13105
|
name?: string | undefined;
|
|
13106
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
13037
13107
|
summary?: string | undefined;
|
|
13038
13108
|
icon?: string | undefined;
|
|
13039
13109
|
thumbnail?: string | undefined;
|
|
@@ -13054,6 +13124,7 @@ export declare const HMContactSchema: z.ZodObject<{
|
|
|
13054
13124
|
importTags?: string | undefined;
|
|
13055
13125
|
}, {
|
|
13056
13126
|
name?: string | undefined;
|
|
13127
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
13057
13128
|
summary?: string | undefined;
|
|
13058
13129
|
icon?: string | undefined;
|
|
13059
13130
|
thumbnail?: string | undefined;
|
|
@@ -13222,6 +13293,7 @@ export declare const HMContactSchema: z.ZodObject<{
|
|
|
13222
13293
|
}, "strip", z.ZodTypeAny, {
|
|
13223
13294
|
metadata: {
|
|
13224
13295
|
name?: string | undefined;
|
|
13296
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
13225
13297
|
summary?: string | undefined;
|
|
13226
13298
|
icon?: string | undefined;
|
|
13227
13299
|
thumbnail?: string | undefined;
|
|
@@ -13282,6 +13354,7 @@ export declare const HMContactSchema: z.ZodObject<{
|
|
|
13282
13354
|
}, {
|
|
13283
13355
|
metadata: {
|
|
13284
13356
|
name?: string | undefined;
|
|
13357
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
13285
13358
|
summary?: string | undefined;
|
|
13286
13359
|
icon?: string | undefined;
|
|
13287
13360
|
thumbnail?: string | undefined;
|
|
@@ -13414,6 +13487,7 @@ export declare const HMContactItemSchema: z.ZodObject<{
|
|
|
13414
13487
|
showOutline: z.ZodOptional<z.ZodBoolean>;
|
|
13415
13488
|
showActivity: z.ZodOptional<z.ZodBoolean>;
|
|
13416
13489
|
contentWidth: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"S">, z.ZodLiteral<"M">, z.ZodLiteral<"L">]>>;
|
|
13490
|
+
childrenType: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodLiteral<"Group">, z.ZodLiteral<"Ordered">, z.ZodLiteral<"Unordered">, z.ZodLiteral<"Blockquote">, z.ZodLiteral<"Grid">]>>>;
|
|
13417
13491
|
theme: z.ZodOptional<z.ZodObject<{
|
|
13418
13492
|
headerLayout: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"Center">, z.ZodLiteral<"">]>>;
|
|
13419
13493
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -13425,6 +13499,7 @@ export declare const HMContactItemSchema: z.ZodObject<{
|
|
|
13425
13499
|
importTags: z.ZodOptional<z.ZodString>;
|
|
13426
13500
|
}, "strip", z.ZodTypeAny, {
|
|
13427
13501
|
name?: string | undefined;
|
|
13502
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
13428
13503
|
summary?: string | undefined;
|
|
13429
13504
|
icon?: string | undefined;
|
|
13430
13505
|
thumbnail?: string | undefined;
|
|
@@ -13445,6 +13520,7 @@ export declare const HMContactItemSchema: z.ZodObject<{
|
|
|
13445
13520
|
importTags?: string | undefined;
|
|
13446
13521
|
}, {
|
|
13447
13522
|
name?: string | undefined;
|
|
13523
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
13448
13524
|
summary?: string | undefined;
|
|
13449
13525
|
icon?: string | undefined;
|
|
13450
13526
|
thumbnail?: string | undefined;
|
|
@@ -13484,6 +13560,7 @@ export declare const HMContactItemSchema: z.ZodObject<{
|
|
|
13484
13560
|
};
|
|
13485
13561
|
metadata?: {
|
|
13486
13562
|
name?: string | undefined;
|
|
13563
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
13487
13564
|
summary?: string | undefined;
|
|
13488
13565
|
icon?: string | undefined;
|
|
13489
13566
|
thumbnail?: string | undefined;
|
|
@@ -13523,6 +13600,7 @@ export declare const HMContactItemSchema: z.ZodObject<{
|
|
|
13523
13600
|
};
|
|
13524
13601
|
metadata?: {
|
|
13525
13602
|
name?: string | undefined;
|
|
13603
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
13526
13604
|
summary?: string | undefined;
|
|
13527
13605
|
icon?: string | undefined;
|
|
13528
13606
|
thumbnail?: string | undefined;
|
|
@@ -14337,6 +14415,7 @@ export declare const HMDraftMetaSchema: z.ZodEffects<z.ZodObject<{
|
|
|
14337
14415
|
showOutline: z.ZodOptional<z.ZodBoolean>;
|
|
14338
14416
|
showActivity: z.ZodOptional<z.ZodBoolean>;
|
|
14339
14417
|
contentWidth: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"S">, z.ZodLiteral<"M">, z.ZodLiteral<"L">]>>;
|
|
14418
|
+
childrenType: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodLiteral<"Group">, z.ZodLiteral<"Ordered">, z.ZodLiteral<"Unordered">, z.ZodLiteral<"Blockquote">, z.ZodLiteral<"Grid">]>>>;
|
|
14340
14419
|
theme: z.ZodOptional<z.ZodObject<{
|
|
14341
14420
|
headerLayout: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"Center">, z.ZodLiteral<"">]>>;
|
|
14342
14421
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -14348,6 +14427,7 @@ export declare const HMDraftMetaSchema: z.ZodEffects<z.ZodObject<{
|
|
|
14348
14427
|
importTags: z.ZodOptional<z.ZodString>;
|
|
14349
14428
|
}, "strip", z.ZodTypeAny, {
|
|
14350
14429
|
name?: string | undefined;
|
|
14430
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
14351
14431
|
summary?: string | undefined;
|
|
14352
14432
|
icon?: string | undefined;
|
|
14353
14433
|
thumbnail?: string | undefined;
|
|
@@ -14368,6 +14448,7 @@ export declare const HMDraftMetaSchema: z.ZodEffects<z.ZodObject<{
|
|
|
14368
14448
|
importTags?: string | undefined;
|
|
14369
14449
|
}, {
|
|
14370
14450
|
name?: string | undefined;
|
|
14451
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
14371
14452
|
summary?: string | undefined;
|
|
14372
14453
|
icon?: string | undefined;
|
|
14373
14454
|
thumbnail?: string | undefined;
|
|
@@ -14410,6 +14491,7 @@ export declare const HMDraftMetaSchema: z.ZodEffects<z.ZodObject<{
|
|
|
14410
14491
|
visibility: "PUBLIC" | "PRIVATE";
|
|
14411
14492
|
metadata: {
|
|
14412
14493
|
name?: string | undefined;
|
|
14494
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
14413
14495
|
summary?: string | undefined;
|
|
14414
14496
|
icon?: string | undefined;
|
|
14415
14497
|
thumbnail?: string | undefined;
|
|
@@ -14444,6 +14526,7 @@ export declare const HMDraftMetaSchema: z.ZodEffects<z.ZodObject<{
|
|
|
14444
14526
|
id: string;
|
|
14445
14527
|
metadata: {
|
|
14446
14528
|
name?: string | undefined;
|
|
14529
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
14447
14530
|
summary?: string | undefined;
|
|
14448
14531
|
icon?: string | undefined;
|
|
14449
14532
|
thumbnail?: string | undefined;
|
|
@@ -14480,6 +14563,7 @@ export declare const HMDraftMetaSchema: z.ZodEffects<z.ZodObject<{
|
|
|
14480
14563
|
visibility: "PUBLIC" | "PRIVATE";
|
|
14481
14564
|
metadata: {
|
|
14482
14565
|
name?: string | undefined;
|
|
14566
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
14483
14567
|
summary?: string | undefined;
|
|
14484
14568
|
icon?: string | undefined;
|
|
14485
14569
|
thumbnail?: string | undefined;
|
|
@@ -14514,6 +14598,7 @@ export declare const HMDraftMetaSchema: z.ZodEffects<z.ZodObject<{
|
|
|
14514
14598
|
id: string;
|
|
14515
14599
|
metadata: {
|
|
14516
14600
|
name?: string | undefined;
|
|
14601
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
14517
14602
|
summary?: string | undefined;
|
|
14518
14603
|
icon?: string | undefined;
|
|
14519
14604
|
thumbnail?: string | undefined;
|
|
@@ -14580,6 +14665,7 @@ export declare const HMListedDraftSchema: z.ZodEffects<z.ZodObject<{
|
|
|
14580
14665
|
showOutline: z.ZodOptional<z.ZodBoolean>;
|
|
14581
14666
|
showActivity: z.ZodOptional<z.ZodBoolean>;
|
|
14582
14667
|
contentWidth: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"S">, z.ZodLiteral<"M">, z.ZodLiteral<"L">]>>;
|
|
14668
|
+
childrenType: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodLiteral<"Group">, z.ZodLiteral<"Ordered">, z.ZodLiteral<"Unordered">, z.ZodLiteral<"Blockquote">, z.ZodLiteral<"Grid">]>>>;
|
|
14583
14669
|
theme: z.ZodOptional<z.ZodObject<{
|
|
14584
14670
|
headerLayout: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"Center">, z.ZodLiteral<"">]>>;
|
|
14585
14671
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -14591,6 +14677,7 @@ export declare const HMListedDraftSchema: z.ZodEffects<z.ZodObject<{
|
|
|
14591
14677
|
importTags: z.ZodOptional<z.ZodString>;
|
|
14592
14678
|
}, "strip", z.ZodTypeAny, {
|
|
14593
14679
|
name?: string | undefined;
|
|
14680
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
14594
14681
|
summary?: string | undefined;
|
|
14595
14682
|
icon?: string | undefined;
|
|
14596
14683
|
thumbnail?: string | undefined;
|
|
@@ -14611,6 +14698,7 @@ export declare const HMListedDraftSchema: z.ZodEffects<z.ZodObject<{
|
|
|
14611
14698
|
importTags?: string | undefined;
|
|
14612
14699
|
}, {
|
|
14613
14700
|
name?: string | undefined;
|
|
14701
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
14614
14702
|
summary?: string | undefined;
|
|
14615
14703
|
icon?: string | undefined;
|
|
14616
14704
|
thumbnail?: string | undefined;
|
|
@@ -14655,6 +14743,7 @@ export declare const HMListedDraftSchema: z.ZodEffects<z.ZodObject<{
|
|
|
14655
14743
|
visibility: "PUBLIC" | "PRIVATE";
|
|
14656
14744
|
metadata: {
|
|
14657
14745
|
name?: string | undefined;
|
|
14746
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
14658
14747
|
summary?: string | undefined;
|
|
14659
14748
|
icon?: string | undefined;
|
|
14660
14749
|
thumbnail?: string | undefined;
|
|
@@ -14690,6 +14779,7 @@ export declare const HMListedDraftSchema: z.ZodEffects<z.ZodObject<{
|
|
|
14690
14779
|
id: string;
|
|
14691
14780
|
metadata: {
|
|
14692
14781
|
name?: string | undefined;
|
|
14782
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
14693
14783
|
summary?: string | undefined;
|
|
14694
14784
|
icon?: string | undefined;
|
|
14695
14785
|
thumbnail?: string | undefined;
|
|
@@ -14727,6 +14817,7 @@ export declare const HMListedDraftSchema: z.ZodEffects<z.ZodObject<{
|
|
|
14727
14817
|
visibility: "PUBLIC" | "PRIVATE";
|
|
14728
14818
|
metadata: {
|
|
14729
14819
|
name?: string | undefined;
|
|
14820
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
14730
14821
|
summary?: string | undefined;
|
|
14731
14822
|
icon?: string | undefined;
|
|
14732
14823
|
thumbnail?: string | undefined;
|
|
@@ -14762,6 +14853,7 @@ export declare const HMListedDraftSchema: z.ZodEffects<z.ZodObject<{
|
|
|
14762
14853
|
id: string;
|
|
14763
14854
|
metadata: {
|
|
14764
14855
|
name?: string | undefined;
|
|
14856
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
14765
14857
|
summary?: string | undefined;
|
|
14766
14858
|
icon?: string | undefined;
|
|
14767
14859
|
thumbnail?: string | undefined;
|
|
@@ -14816,6 +14908,7 @@ export declare const HMListedDraftReadSchema: z.ZodObject<{
|
|
|
14816
14908
|
showOutline: z.ZodOptional<z.ZodBoolean>;
|
|
14817
14909
|
showActivity: z.ZodOptional<z.ZodBoolean>;
|
|
14818
14910
|
contentWidth: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"S">, z.ZodLiteral<"M">, z.ZodLiteral<"L">]>>;
|
|
14911
|
+
childrenType: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodLiteral<"Group">, z.ZodLiteral<"Ordered">, z.ZodLiteral<"Unordered">, z.ZodLiteral<"Blockquote">, z.ZodLiteral<"Grid">]>>>;
|
|
14819
14912
|
theme: z.ZodOptional<z.ZodObject<{
|
|
14820
14913
|
headerLayout: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"Center">, z.ZodLiteral<"">]>>;
|
|
14821
14914
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -14827,6 +14920,7 @@ export declare const HMListedDraftReadSchema: z.ZodObject<{
|
|
|
14827
14920
|
importTags: z.ZodOptional<z.ZodString>;
|
|
14828
14921
|
}, "strip", z.ZodTypeAny, {
|
|
14829
14922
|
name?: string | undefined;
|
|
14923
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
14830
14924
|
summary?: string | undefined;
|
|
14831
14925
|
icon?: string | undefined;
|
|
14832
14926
|
thumbnail?: string | undefined;
|
|
@@ -14847,6 +14941,7 @@ export declare const HMListedDraftReadSchema: z.ZodObject<{
|
|
|
14847
14941
|
importTags?: string | undefined;
|
|
14848
14942
|
}, {
|
|
14849
14943
|
name?: string | undefined;
|
|
14944
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
14850
14945
|
summary?: string | undefined;
|
|
14851
14946
|
icon?: string | undefined;
|
|
14852
14947
|
thumbnail?: string | undefined;
|
|
@@ -14891,6 +14986,7 @@ export declare const HMListedDraftReadSchema: z.ZodObject<{
|
|
|
14891
14986
|
visibility: "PUBLIC" | "PRIVATE";
|
|
14892
14987
|
metadata: {
|
|
14893
14988
|
name?: string | undefined;
|
|
14989
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
14894
14990
|
summary?: string | undefined;
|
|
14895
14991
|
icon?: string | undefined;
|
|
14896
14992
|
thumbnail?: string | undefined;
|
|
@@ -14926,6 +15022,7 @@ export declare const HMListedDraftReadSchema: z.ZodObject<{
|
|
|
14926
15022
|
id: string;
|
|
14927
15023
|
metadata: {
|
|
14928
15024
|
name?: string | undefined;
|
|
15025
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
14929
15026
|
summary?: string | undefined;
|
|
14930
15027
|
icon?: string | undefined;
|
|
14931
15028
|
thumbnail?: string | undefined;
|
|
@@ -15218,6 +15315,7 @@ export declare const HMResourceRequestSchema: z.ZodObject<{
|
|
|
15218
15315
|
showOutline: z.ZodOptional<z.ZodBoolean>;
|
|
15219
15316
|
showActivity: z.ZodOptional<z.ZodBoolean>;
|
|
15220
15317
|
contentWidth: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"S">, z.ZodLiteral<"M">, z.ZodLiteral<"L">]>>;
|
|
15318
|
+
childrenType: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodLiteral<"Group">, z.ZodLiteral<"Ordered">, z.ZodLiteral<"Unordered">, z.ZodLiteral<"Blockquote">, z.ZodLiteral<"Grid">]>>>;
|
|
15221
15319
|
theme: z.ZodOptional<z.ZodObject<{
|
|
15222
15320
|
headerLayout: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"Center">, z.ZodLiteral<"">]>>;
|
|
15223
15321
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -15229,6 +15327,7 @@ export declare const HMResourceRequestSchema: z.ZodObject<{
|
|
|
15229
15327
|
importTags: z.ZodOptional<z.ZodString>;
|
|
15230
15328
|
}, "strip", z.ZodTypeAny, {
|
|
15231
15329
|
name?: string | undefined;
|
|
15330
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
15232
15331
|
summary?: string | undefined;
|
|
15233
15332
|
icon?: string | undefined;
|
|
15234
15333
|
thumbnail?: string | undefined;
|
|
@@ -15249,6 +15348,7 @@ export declare const HMResourceRequestSchema: z.ZodObject<{
|
|
|
15249
15348
|
importTags?: string | undefined;
|
|
15250
15349
|
}, {
|
|
15251
15350
|
name?: string | undefined;
|
|
15351
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
15252
15352
|
summary?: string | undefined;
|
|
15253
15353
|
icon?: string | undefined;
|
|
15254
15354
|
thumbnail?: string | undefined;
|
|
@@ -15296,6 +15396,7 @@ export declare const HMResourceRequestSchema: z.ZodObject<{
|
|
|
15296
15396
|
visibility: "PUBLIC" | "PRIVATE";
|
|
15297
15397
|
metadata: {
|
|
15298
15398
|
name?: string | undefined;
|
|
15399
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
15299
15400
|
summary?: string | undefined;
|
|
15300
15401
|
icon?: string | undefined;
|
|
15301
15402
|
thumbnail?: string | undefined;
|
|
@@ -15327,6 +15428,7 @@ export declare const HMResourceRequestSchema: z.ZodObject<{
|
|
|
15327
15428
|
visibility: string | number;
|
|
15328
15429
|
metadata: {
|
|
15329
15430
|
name?: string | undefined;
|
|
15431
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
15330
15432
|
summary?: string | undefined;
|
|
15331
15433
|
icon?: string | undefined;
|
|
15332
15434
|
thumbnail?: string | undefined;
|
|
@@ -15457,6 +15559,7 @@ export declare const HMResourceRequestSchema: z.ZodObject<{
|
|
|
15457
15559
|
visibility: "PUBLIC" | "PRIVATE";
|
|
15458
15560
|
metadata: {
|
|
15459
15561
|
name?: string | undefined;
|
|
15562
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
15460
15563
|
summary?: string | undefined;
|
|
15461
15564
|
icon?: string | undefined;
|
|
15462
15565
|
thumbnail?: string | undefined;
|
|
@@ -15508,6 +15611,7 @@ export declare const HMResourceRequestSchema: z.ZodObject<{
|
|
|
15508
15611
|
visibility: string | number;
|
|
15509
15612
|
metadata: {
|
|
15510
15613
|
name?: string | undefined;
|
|
15614
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
15511
15615
|
summary?: string | undefined;
|
|
15512
15616
|
icon?: string | undefined;
|
|
15513
15617
|
thumbnail?: string | undefined;
|
|
@@ -16305,6 +16409,7 @@ export declare const HMResourceRequestSchema: z.ZodObject<{
|
|
|
16305
16409
|
visibility: "PUBLIC" | "PRIVATE";
|
|
16306
16410
|
metadata: {
|
|
16307
16411
|
name?: string | undefined;
|
|
16412
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
16308
16413
|
summary?: string | undefined;
|
|
16309
16414
|
icon?: string | undefined;
|
|
16310
16415
|
thumbnail?: string | undefined;
|
|
@@ -16512,6 +16617,7 @@ export declare const HMResourceRequestSchema: z.ZodObject<{
|
|
|
16512
16617
|
visibility: string | number;
|
|
16513
16618
|
metadata: {
|
|
16514
16619
|
name?: string | undefined;
|
|
16620
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
16515
16621
|
summary?: string | undefined;
|
|
16516
16622
|
icon?: string | undefined;
|
|
16517
16623
|
thumbnail?: string | undefined;
|
|
@@ -16822,6 +16928,7 @@ export declare const HMResourceMetadataRequestSchema: z.ZodObject<{
|
|
|
16822
16928
|
showOutline: z.ZodOptional<z.ZodBoolean>;
|
|
16823
16929
|
showActivity: z.ZodOptional<z.ZodBoolean>;
|
|
16824
16930
|
contentWidth: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"S">, z.ZodLiteral<"M">, z.ZodLiteral<"L">]>>;
|
|
16931
|
+
childrenType: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodLiteral<"Group">, z.ZodLiteral<"Ordered">, z.ZodLiteral<"Unordered">, z.ZodLiteral<"Blockquote">, z.ZodLiteral<"Grid">]>>>;
|
|
16825
16932
|
theme: z.ZodOptional<z.ZodObject<{
|
|
16826
16933
|
headerLayout: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"Center">, z.ZodLiteral<"">]>>;
|
|
16827
16934
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -16833,6 +16940,7 @@ export declare const HMResourceMetadataRequestSchema: z.ZodObject<{
|
|
|
16833
16940
|
importTags: z.ZodOptional<z.ZodString>;
|
|
16834
16941
|
}, "strip", z.ZodTypeAny, {
|
|
16835
16942
|
name?: string | undefined;
|
|
16943
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
16836
16944
|
summary?: string | undefined;
|
|
16837
16945
|
icon?: string | undefined;
|
|
16838
16946
|
thumbnail?: string | undefined;
|
|
@@ -16853,6 +16961,7 @@ export declare const HMResourceMetadataRequestSchema: z.ZodObject<{
|
|
|
16853
16961
|
importTags?: string | undefined;
|
|
16854
16962
|
}, {
|
|
16855
16963
|
name?: string | undefined;
|
|
16964
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
16856
16965
|
summary?: string | undefined;
|
|
16857
16966
|
icon?: string | undefined;
|
|
16858
16967
|
thumbnail?: string | undefined;
|
|
@@ -16893,6 +17002,7 @@ export declare const HMResourceMetadataRequestSchema: z.ZodObject<{
|
|
|
16893
17002
|
};
|
|
16894
17003
|
metadata: {
|
|
16895
17004
|
name?: string | undefined;
|
|
17005
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
16896
17006
|
summary?: string | undefined;
|
|
16897
17007
|
icon?: string | undefined;
|
|
16898
17008
|
thumbnail?: string | undefined;
|
|
@@ -16933,6 +17043,7 @@ export declare const HMResourceMetadataRequestSchema: z.ZodObject<{
|
|
|
16933
17043
|
};
|
|
16934
17044
|
metadata: {
|
|
16935
17045
|
name?: string | undefined;
|
|
17046
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
16936
17047
|
summary?: string | undefined;
|
|
16937
17048
|
icon?: string | undefined;
|
|
16938
17049
|
thumbnail?: string | undefined;
|
|
@@ -16993,6 +17104,7 @@ export declare const HMResourceMetadataRequestSchema: z.ZodObject<{
|
|
|
16993
17104
|
};
|
|
16994
17105
|
metadata: {
|
|
16995
17106
|
name?: string | undefined;
|
|
17107
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
16996
17108
|
summary?: string | undefined;
|
|
16997
17109
|
icon?: string | undefined;
|
|
16998
17110
|
thumbnail?: string | undefined;
|
|
@@ -17053,6 +17165,7 @@ export declare const HMResourceMetadataRequestSchema: z.ZodObject<{
|
|
|
17053
17165
|
};
|
|
17054
17166
|
metadata: {
|
|
17055
17167
|
name?: string | undefined;
|
|
17168
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
17056
17169
|
summary?: string | undefined;
|
|
17057
17170
|
icon?: string | undefined;
|
|
17058
17171
|
thumbnail?: string | undefined;
|
|
@@ -17152,6 +17265,7 @@ export declare const HMAccountRequestSchema: z.ZodObject<{
|
|
|
17152
17265
|
showOutline: z.ZodOptional<z.ZodBoolean>;
|
|
17153
17266
|
showActivity: z.ZodOptional<z.ZodBoolean>;
|
|
17154
17267
|
contentWidth: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"S">, z.ZodLiteral<"M">, z.ZodLiteral<"L">]>>;
|
|
17268
|
+
childrenType: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodLiteral<"Group">, z.ZodLiteral<"Ordered">, z.ZodLiteral<"Unordered">, z.ZodLiteral<"Blockquote">, z.ZodLiteral<"Grid">]>>>;
|
|
17155
17269
|
theme: z.ZodOptional<z.ZodObject<{
|
|
17156
17270
|
headerLayout: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"Center">, z.ZodLiteral<"">]>>;
|
|
17157
17271
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -17163,6 +17277,7 @@ export declare const HMAccountRequestSchema: z.ZodObject<{
|
|
|
17163
17277
|
importTags: z.ZodOptional<z.ZodString>;
|
|
17164
17278
|
}, "strip", z.ZodTypeAny, {
|
|
17165
17279
|
name?: string | undefined;
|
|
17280
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
17166
17281
|
summary?: string | undefined;
|
|
17167
17282
|
icon?: string | undefined;
|
|
17168
17283
|
thumbnail?: string | undefined;
|
|
@@ -17183,6 +17298,7 @@ export declare const HMAccountRequestSchema: z.ZodObject<{
|
|
|
17183
17298
|
importTags?: string | undefined;
|
|
17184
17299
|
}, {
|
|
17185
17300
|
name?: string | undefined;
|
|
17301
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
17186
17302
|
summary?: string | undefined;
|
|
17187
17303
|
icon?: string | undefined;
|
|
17188
17304
|
thumbnail?: string | undefined;
|
|
@@ -17226,6 +17342,7 @@ export declare const HMAccountRequestSchema: z.ZodObject<{
|
|
|
17226
17342
|
};
|
|
17227
17343
|
metadata: {
|
|
17228
17344
|
name?: string | undefined;
|
|
17345
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
17229
17346
|
summary?: string | undefined;
|
|
17230
17347
|
icon?: string | undefined;
|
|
17231
17348
|
thumbnail?: string | undefined;
|
|
@@ -17267,6 +17384,7 @@ export declare const HMAccountRequestSchema: z.ZodObject<{
|
|
|
17267
17384
|
};
|
|
17268
17385
|
metadata: {
|
|
17269
17386
|
name?: string | undefined;
|
|
17387
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
17270
17388
|
summary?: string | undefined;
|
|
17271
17389
|
icon?: string | undefined;
|
|
17272
17390
|
thumbnail?: string | undefined;
|
|
@@ -17321,6 +17439,7 @@ export declare const HMAccountRequestSchema: z.ZodObject<{
|
|
|
17321
17439
|
};
|
|
17322
17440
|
metadata: {
|
|
17323
17441
|
name?: string | undefined;
|
|
17442
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
17324
17443
|
summary?: string | undefined;
|
|
17325
17444
|
icon?: string | undefined;
|
|
17326
17445
|
thumbnail?: string | undefined;
|
|
@@ -17369,6 +17488,7 @@ export declare const HMAccountRequestSchema: z.ZodObject<{
|
|
|
17369
17488
|
};
|
|
17370
17489
|
metadata: {
|
|
17371
17490
|
name?: string | undefined;
|
|
17491
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
17372
17492
|
summary?: string | undefined;
|
|
17373
17493
|
icon?: string | undefined;
|
|
17374
17494
|
thumbnail?: string | undefined;
|
|
@@ -17637,6 +17757,7 @@ export declare const HMSearchResultItemSchema: z.ZodObject<{
|
|
|
17637
17757
|
showOutline: z.ZodOptional<z.ZodBoolean>;
|
|
17638
17758
|
showActivity: z.ZodOptional<z.ZodBoolean>;
|
|
17639
17759
|
contentWidth: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"S">, z.ZodLiteral<"M">, z.ZodLiteral<"L">]>>;
|
|
17760
|
+
childrenType: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodLiteral<"Group">, z.ZodLiteral<"Ordered">, z.ZodLiteral<"Unordered">, z.ZodLiteral<"Blockquote">, z.ZodLiteral<"Grid">]>>>;
|
|
17640
17761
|
theme: z.ZodOptional<z.ZodObject<{
|
|
17641
17762
|
headerLayout: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"Center">, z.ZodLiteral<"">]>>;
|
|
17642
17763
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -17648,6 +17769,7 @@ export declare const HMSearchResultItemSchema: z.ZodObject<{
|
|
|
17648
17769
|
importTags: z.ZodOptional<z.ZodString>;
|
|
17649
17770
|
}, "strip", z.ZodTypeAny, {
|
|
17650
17771
|
name?: string | undefined;
|
|
17772
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
17651
17773
|
summary?: string | undefined;
|
|
17652
17774
|
icon?: string | undefined;
|
|
17653
17775
|
thumbnail?: string | undefined;
|
|
@@ -17668,6 +17790,7 @@ export declare const HMSearchResultItemSchema: z.ZodObject<{
|
|
|
17668
17790
|
importTags?: string | undefined;
|
|
17669
17791
|
}, {
|
|
17670
17792
|
name?: string | undefined;
|
|
17793
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
17671
17794
|
summary?: string | undefined;
|
|
17672
17795
|
icon?: string | undefined;
|
|
17673
17796
|
thumbnail?: string | undefined;
|
|
@@ -17718,6 +17841,7 @@ export declare const HMSearchResultItemSchema: z.ZodObject<{
|
|
|
17718
17841
|
searchQuery: string;
|
|
17719
17842
|
metadata?: {
|
|
17720
17843
|
name?: string | undefined;
|
|
17844
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
17721
17845
|
summary?: string | undefined;
|
|
17722
17846
|
icon?: string | undefined;
|
|
17723
17847
|
thumbnail?: string | undefined;
|
|
@@ -17764,6 +17888,7 @@ export declare const HMSearchResultItemSchema: z.ZodObject<{
|
|
|
17764
17888
|
searchQuery: string;
|
|
17765
17889
|
metadata?: {
|
|
17766
17890
|
name?: string | undefined;
|
|
17891
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
17767
17892
|
summary?: string | undefined;
|
|
17768
17893
|
icon?: string | undefined;
|
|
17769
17894
|
thumbnail?: string | undefined;
|
|
@@ -17861,6 +17986,7 @@ export declare const HMSearchPayloadSchema: z.ZodObject<{
|
|
|
17861
17986
|
showOutline: z.ZodOptional<z.ZodBoolean>;
|
|
17862
17987
|
showActivity: z.ZodOptional<z.ZodBoolean>;
|
|
17863
17988
|
contentWidth: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"S">, z.ZodLiteral<"M">, z.ZodLiteral<"L">]>>;
|
|
17989
|
+
childrenType: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodLiteral<"Group">, z.ZodLiteral<"Ordered">, z.ZodLiteral<"Unordered">, z.ZodLiteral<"Blockquote">, z.ZodLiteral<"Grid">]>>>;
|
|
17864
17990
|
theme: z.ZodOptional<z.ZodObject<{
|
|
17865
17991
|
headerLayout: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"Center">, z.ZodLiteral<"">]>>;
|
|
17866
17992
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -17872,6 +17998,7 @@ export declare const HMSearchPayloadSchema: z.ZodObject<{
|
|
|
17872
17998
|
importTags: z.ZodOptional<z.ZodString>;
|
|
17873
17999
|
}, "strip", z.ZodTypeAny, {
|
|
17874
18000
|
name?: string | undefined;
|
|
18001
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
17875
18002
|
summary?: string | undefined;
|
|
17876
18003
|
icon?: string | undefined;
|
|
17877
18004
|
thumbnail?: string | undefined;
|
|
@@ -17892,6 +18019,7 @@ export declare const HMSearchPayloadSchema: z.ZodObject<{
|
|
|
17892
18019
|
importTags?: string | undefined;
|
|
17893
18020
|
}, {
|
|
17894
18021
|
name?: string | undefined;
|
|
18022
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
17895
18023
|
summary?: string | undefined;
|
|
17896
18024
|
icon?: string | undefined;
|
|
17897
18025
|
thumbnail?: string | undefined;
|
|
@@ -17942,6 +18070,7 @@ export declare const HMSearchPayloadSchema: z.ZodObject<{
|
|
|
17942
18070
|
searchQuery: string;
|
|
17943
18071
|
metadata?: {
|
|
17944
18072
|
name?: string | undefined;
|
|
18073
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
17945
18074
|
summary?: string | undefined;
|
|
17946
18075
|
icon?: string | undefined;
|
|
17947
18076
|
thumbnail?: string | undefined;
|
|
@@ -17988,6 +18117,7 @@ export declare const HMSearchPayloadSchema: z.ZodObject<{
|
|
|
17988
18117
|
searchQuery: string;
|
|
17989
18118
|
metadata?: {
|
|
17990
18119
|
name?: string | undefined;
|
|
18120
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
17991
18121
|
summary?: string | undefined;
|
|
17992
18122
|
icon?: string | undefined;
|
|
17993
18123
|
thumbnail?: string | undefined;
|
|
@@ -18038,6 +18168,7 @@ export declare const HMSearchPayloadSchema: z.ZodObject<{
|
|
|
18038
18168
|
searchQuery: string;
|
|
18039
18169
|
metadata?: {
|
|
18040
18170
|
name?: string | undefined;
|
|
18171
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
18041
18172
|
summary?: string | undefined;
|
|
18042
18173
|
icon?: string | undefined;
|
|
18043
18174
|
thumbnail?: string | undefined;
|
|
@@ -18087,6 +18218,7 @@ export declare const HMSearchPayloadSchema: z.ZodObject<{
|
|
|
18087
18218
|
searchQuery: string;
|
|
18088
18219
|
metadata?: {
|
|
18089
18220
|
name?: string | undefined;
|
|
18221
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
18090
18222
|
summary?: string | undefined;
|
|
18091
18223
|
icon?: string | undefined;
|
|
18092
18224
|
thumbnail?: string | undefined;
|
|
@@ -18219,6 +18351,7 @@ export declare const HMSearchRequestSchema: z.ZodObject<{
|
|
|
18219
18351
|
showOutline: z.ZodOptional<z.ZodBoolean>;
|
|
18220
18352
|
showActivity: z.ZodOptional<z.ZodBoolean>;
|
|
18221
18353
|
contentWidth: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"S">, z.ZodLiteral<"M">, z.ZodLiteral<"L">]>>;
|
|
18354
|
+
childrenType: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodLiteral<"Group">, z.ZodLiteral<"Ordered">, z.ZodLiteral<"Unordered">, z.ZodLiteral<"Blockquote">, z.ZodLiteral<"Grid">]>>>;
|
|
18222
18355
|
theme: z.ZodOptional<z.ZodObject<{
|
|
18223
18356
|
headerLayout: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"Center">, z.ZodLiteral<"">]>>;
|
|
18224
18357
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -18230,6 +18363,7 @@ export declare const HMSearchRequestSchema: z.ZodObject<{
|
|
|
18230
18363
|
importTags: z.ZodOptional<z.ZodString>;
|
|
18231
18364
|
}, "strip", z.ZodTypeAny, {
|
|
18232
18365
|
name?: string | undefined;
|
|
18366
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
18233
18367
|
summary?: string | undefined;
|
|
18234
18368
|
icon?: string | undefined;
|
|
18235
18369
|
thumbnail?: string | undefined;
|
|
@@ -18250,6 +18384,7 @@ export declare const HMSearchRequestSchema: z.ZodObject<{
|
|
|
18250
18384
|
importTags?: string | undefined;
|
|
18251
18385
|
}, {
|
|
18252
18386
|
name?: string | undefined;
|
|
18387
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
18253
18388
|
summary?: string | undefined;
|
|
18254
18389
|
icon?: string | undefined;
|
|
18255
18390
|
thumbnail?: string | undefined;
|
|
@@ -18300,6 +18435,7 @@ export declare const HMSearchRequestSchema: z.ZodObject<{
|
|
|
18300
18435
|
searchQuery: string;
|
|
18301
18436
|
metadata?: {
|
|
18302
18437
|
name?: string | undefined;
|
|
18438
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
18303
18439
|
summary?: string | undefined;
|
|
18304
18440
|
icon?: string | undefined;
|
|
18305
18441
|
thumbnail?: string | undefined;
|
|
@@ -18346,6 +18482,7 @@ export declare const HMSearchRequestSchema: z.ZodObject<{
|
|
|
18346
18482
|
searchQuery: string;
|
|
18347
18483
|
metadata?: {
|
|
18348
18484
|
name?: string | undefined;
|
|
18485
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
18349
18486
|
summary?: string | undefined;
|
|
18350
18487
|
icon?: string | undefined;
|
|
18351
18488
|
thumbnail?: string | undefined;
|
|
@@ -18396,6 +18533,7 @@ export declare const HMSearchRequestSchema: z.ZodObject<{
|
|
|
18396
18533
|
searchQuery: string;
|
|
18397
18534
|
metadata?: {
|
|
18398
18535
|
name?: string | undefined;
|
|
18536
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
18399
18537
|
summary?: string | undefined;
|
|
18400
18538
|
icon?: string | undefined;
|
|
18401
18539
|
thumbnail?: string | undefined;
|
|
@@ -18445,6 +18583,7 @@ export declare const HMSearchRequestSchema: z.ZodObject<{
|
|
|
18445
18583
|
searchQuery: string;
|
|
18446
18584
|
metadata?: {
|
|
18447
18585
|
name?: string | undefined;
|
|
18586
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
18448
18587
|
summary?: string | undefined;
|
|
18449
18588
|
icon?: string | undefined;
|
|
18450
18589
|
thumbnail?: string | undefined;
|
|
@@ -18508,6 +18647,7 @@ export declare const HMSearchRequestSchema: z.ZodObject<{
|
|
|
18508
18647
|
searchQuery: string;
|
|
18509
18648
|
metadata?: {
|
|
18510
18649
|
name?: string | undefined;
|
|
18650
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
18511
18651
|
summary?: string | undefined;
|
|
18512
18652
|
icon?: string | undefined;
|
|
18513
18653
|
thumbnail?: string | undefined;
|
|
@@ -18571,6 +18711,7 @@ export declare const HMSearchRequestSchema: z.ZodObject<{
|
|
|
18571
18711
|
searchQuery: string;
|
|
18572
18712
|
metadata?: {
|
|
18573
18713
|
name?: string | undefined;
|
|
18714
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
18574
18715
|
summary?: string | undefined;
|
|
18575
18716
|
icon?: string | undefined;
|
|
18576
18717
|
thumbnail?: string | undefined;
|
|
@@ -18885,6 +19026,7 @@ export declare const HMQueryRequestSchema: z.ZodObject<{
|
|
|
18885
19026
|
showOutline: z.ZodOptional<z.ZodBoolean>;
|
|
18886
19027
|
showActivity: z.ZodOptional<z.ZodBoolean>;
|
|
18887
19028
|
contentWidth: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"S">, z.ZodLiteral<"M">, z.ZodLiteral<"L">]>>;
|
|
19029
|
+
childrenType: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodLiteral<"Group">, z.ZodLiteral<"Ordered">, z.ZodLiteral<"Unordered">, z.ZodLiteral<"Blockquote">, z.ZodLiteral<"Grid">]>>>;
|
|
18888
19030
|
theme: z.ZodOptional<z.ZodObject<{
|
|
18889
19031
|
headerLayout: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"Center">, z.ZodLiteral<"">]>>;
|
|
18890
19032
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -18896,6 +19038,7 @@ export declare const HMQueryRequestSchema: z.ZodObject<{
|
|
|
18896
19038
|
importTags: z.ZodOptional<z.ZodString>;
|
|
18897
19039
|
}, "strip", z.ZodTypeAny, {
|
|
18898
19040
|
name?: string | undefined;
|
|
19041
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
18899
19042
|
summary?: string | undefined;
|
|
18900
19043
|
icon?: string | undefined;
|
|
18901
19044
|
thumbnail?: string | undefined;
|
|
@@ -18916,6 +19059,7 @@ export declare const HMQueryRequestSchema: z.ZodObject<{
|
|
|
18916
19059
|
importTags?: string | undefined;
|
|
18917
19060
|
}, {
|
|
18918
19061
|
name?: string | undefined;
|
|
19062
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
18919
19063
|
summary?: string | undefined;
|
|
18920
19064
|
icon?: string | undefined;
|
|
18921
19065
|
thumbnail?: string | undefined;
|
|
@@ -18968,6 +19112,7 @@ export declare const HMQueryRequestSchema: z.ZodObject<{
|
|
|
18968
19112
|
visibility: "PUBLIC" | "PRIVATE";
|
|
18969
19113
|
metadata: {
|
|
18970
19114
|
name?: string | undefined;
|
|
19115
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
18971
19116
|
summary?: string | undefined;
|
|
18972
19117
|
icon?: string | undefined;
|
|
18973
19118
|
thumbnail?: string | undefined;
|
|
@@ -19048,6 +19193,7 @@ export declare const HMQueryRequestSchema: z.ZodObject<{
|
|
|
19048
19193
|
visibility: string | number;
|
|
19049
19194
|
metadata: {
|
|
19050
19195
|
name?: string | undefined;
|
|
19196
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
19051
19197
|
summary?: string | undefined;
|
|
19052
19198
|
icon?: string | undefined;
|
|
19053
19199
|
thumbnail?: string | undefined;
|
|
@@ -19148,6 +19294,7 @@ export declare const HMQueryRequestSchema: z.ZodObject<{
|
|
|
19148
19294
|
visibility: "PUBLIC" | "PRIVATE";
|
|
19149
19295
|
metadata: {
|
|
19150
19296
|
name?: string | undefined;
|
|
19297
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
19151
19298
|
summary?: string | undefined;
|
|
19152
19299
|
icon?: string | undefined;
|
|
19153
19300
|
thumbnail?: string | undefined;
|
|
@@ -19248,6 +19395,7 @@ export declare const HMQueryRequestSchema: z.ZodObject<{
|
|
|
19248
19395
|
visibility: string | number;
|
|
19249
19396
|
metadata: {
|
|
19250
19397
|
name?: string | undefined;
|
|
19398
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
19251
19399
|
summary?: string | undefined;
|
|
19252
19400
|
icon?: string | undefined;
|
|
19253
19401
|
thumbnail?: string | undefined;
|
|
@@ -19363,6 +19511,7 @@ export declare const HMQueryRequestSchema: z.ZodObject<{
|
|
|
19363
19511
|
visibility: "PUBLIC" | "PRIVATE";
|
|
19364
19512
|
metadata: {
|
|
19365
19513
|
name?: string | undefined;
|
|
19514
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
19366
19515
|
summary?: string | undefined;
|
|
19367
19516
|
icon?: string | undefined;
|
|
19368
19517
|
thumbnail?: string | undefined;
|
|
@@ -19478,6 +19627,7 @@ export declare const HMQueryRequestSchema: z.ZodObject<{
|
|
|
19478
19627
|
visibility: string | number;
|
|
19479
19628
|
metadata: {
|
|
19480
19629
|
name?: string | undefined;
|
|
19630
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
19481
19631
|
summary?: string | undefined;
|
|
19482
19632
|
icon?: string | undefined;
|
|
19483
19633
|
thumbnail?: string | undefined;
|
|
@@ -19857,6 +20007,7 @@ export declare const HMListCommentsOutputSchema: z.ZodObject<{
|
|
|
19857
20007
|
showOutline: z.ZodOptional<z.ZodBoolean>;
|
|
19858
20008
|
showActivity: z.ZodOptional<z.ZodBoolean>;
|
|
19859
20009
|
contentWidth: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"S">, z.ZodLiteral<"M">, z.ZodLiteral<"L">]>>;
|
|
20010
|
+
childrenType: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodLiteral<"Group">, z.ZodLiteral<"Ordered">, z.ZodLiteral<"Unordered">, z.ZodLiteral<"Blockquote">, z.ZodLiteral<"Grid">]>>>;
|
|
19860
20011
|
theme: z.ZodOptional<z.ZodObject<{
|
|
19861
20012
|
headerLayout: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"Center">, z.ZodLiteral<"">]>>;
|
|
19862
20013
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -19868,6 +20019,7 @@ export declare const HMListCommentsOutputSchema: z.ZodObject<{
|
|
|
19868
20019
|
importTags: z.ZodOptional<z.ZodString>;
|
|
19869
20020
|
}, "strip", z.ZodTypeAny, {
|
|
19870
20021
|
name?: string | undefined;
|
|
20022
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
19871
20023
|
summary?: string | undefined;
|
|
19872
20024
|
icon?: string | undefined;
|
|
19873
20025
|
thumbnail?: string | undefined;
|
|
@@ -19888,6 +20040,7 @@ export declare const HMListCommentsOutputSchema: z.ZodObject<{
|
|
|
19888
20040
|
importTags?: string | undefined;
|
|
19889
20041
|
}, {
|
|
19890
20042
|
name?: string | undefined;
|
|
20043
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
19891
20044
|
summary?: string | undefined;
|
|
19892
20045
|
icon?: string | undefined;
|
|
19893
20046
|
thumbnail?: string | undefined;
|
|
@@ -19928,6 +20081,7 @@ export declare const HMListCommentsOutputSchema: z.ZodObject<{
|
|
|
19928
20081
|
};
|
|
19929
20082
|
metadata: {
|
|
19930
20083
|
name?: string | undefined;
|
|
20084
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
19931
20085
|
summary?: string | undefined;
|
|
19932
20086
|
icon?: string | undefined;
|
|
19933
20087
|
thumbnail?: string | undefined;
|
|
@@ -19968,6 +20122,7 @@ export declare const HMListCommentsOutputSchema: z.ZodObject<{
|
|
|
19968
20122
|
};
|
|
19969
20123
|
metadata: {
|
|
19970
20124
|
name?: string | undefined;
|
|
20125
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
19971
20126
|
summary?: string | undefined;
|
|
19972
20127
|
icon?: string | undefined;
|
|
19973
20128
|
thumbnail?: string | undefined;
|
|
@@ -20033,6 +20188,7 @@ export declare const HMListCommentsOutputSchema: z.ZodObject<{
|
|
|
20033
20188
|
};
|
|
20034
20189
|
metadata: {
|
|
20035
20190
|
name?: string | undefined;
|
|
20191
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
20036
20192
|
summary?: string | undefined;
|
|
20037
20193
|
icon?: string | undefined;
|
|
20038
20194
|
thumbnail?: string | undefined;
|
|
@@ -20098,6 +20254,7 @@ export declare const HMListCommentsOutputSchema: z.ZodObject<{
|
|
|
20098
20254
|
};
|
|
20099
20255
|
metadata: {
|
|
20100
20256
|
name?: string | undefined;
|
|
20257
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
20101
20258
|
summary?: string | undefined;
|
|
20102
20259
|
icon?: string | undefined;
|
|
20103
20260
|
thumbnail?: string | undefined;
|
|
@@ -20371,6 +20528,7 @@ export declare const HMListCommentsRequestSchema: z.ZodObject<{
|
|
|
20371
20528
|
showOutline: z.ZodOptional<z.ZodBoolean>;
|
|
20372
20529
|
showActivity: z.ZodOptional<z.ZodBoolean>;
|
|
20373
20530
|
contentWidth: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"S">, z.ZodLiteral<"M">, z.ZodLiteral<"L">]>>;
|
|
20531
|
+
childrenType: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodLiteral<"Group">, z.ZodLiteral<"Ordered">, z.ZodLiteral<"Unordered">, z.ZodLiteral<"Blockquote">, z.ZodLiteral<"Grid">]>>>;
|
|
20374
20532
|
theme: z.ZodOptional<z.ZodObject<{
|
|
20375
20533
|
headerLayout: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"Center">, z.ZodLiteral<"">]>>;
|
|
20376
20534
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -20382,6 +20540,7 @@ export declare const HMListCommentsRequestSchema: z.ZodObject<{
|
|
|
20382
20540
|
importTags: z.ZodOptional<z.ZodString>;
|
|
20383
20541
|
}, "strip", z.ZodTypeAny, {
|
|
20384
20542
|
name?: string | undefined;
|
|
20543
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
20385
20544
|
summary?: string | undefined;
|
|
20386
20545
|
icon?: string | undefined;
|
|
20387
20546
|
thumbnail?: string | undefined;
|
|
@@ -20402,6 +20561,7 @@ export declare const HMListCommentsRequestSchema: z.ZodObject<{
|
|
|
20402
20561
|
importTags?: string | undefined;
|
|
20403
20562
|
}, {
|
|
20404
20563
|
name?: string | undefined;
|
|
20564
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
20405
20565
|
summary?: string | undefined;
|
|
20406
20566
|
icon?: string | undefined;
|
|
20407
20567
|
thumbnail?: string | undefined;
|
|
@@ -20442,6 +20602,7 @@ export declare const HMListCommentsRequestSchema: z.ZodObject<{
|
|
|
20442
20602
|
};
|
|
20443
20603
|
metadata: {
|
|
20444
20604
|
name?: string | undefined;
|
|
20605
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
20445
20606
|
summary?: string | undefined;
|
|
20446
20607
|
icon?: string | undefined;
|
|
20447
20608
|
thumbnail?: string | undefined;
|
|
@@ -20482,6 +20643,7 @@ export declare const HMListCommentsRequestSchema: z.ZodObject<{
|
|
|
20482
20643
|
};
|
|
20483
20644
|
metadata: {
|
|
20484
20645
|
name?: string | undefined;
|
|
20646
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
20485
20647
|
summary?: string | undefined;
|
|
20486
20648
|
icon?: string | undefined;
|
|
20487
20649
|
thumbnail?: string | undefined;
|
|
@@ -20547,6 +20709,7 @@ export declare const HMListCommentsRequestSchema: z.ZodObject<{
|
|
|
20547
20709
|
};
|
|
20548
20710
|
metadata: {
|
|
20549
20711
|
name?: string | undefined;
|
|
20712
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
20550
20713
|
summary?: string | undefined;
|
|
20551
20714
|
icon?: string | undefined;
|
|
20552
20715
|
thumbnail?: string | undefined;
|
|
@@ -20612,6 +20775,7 @@ export declare const HMListCommentsRequestSchema: z.ZodObject<{
|
|
|
20612
20775
|
};
|
|
20613
20776
|
metadata: {
|
|
20614
20777
|
name?: string | undefined;
|
|
20778
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
20615
20779
|
summary?: string | undefined;
|
|
20616
20780
|
icon?: string | undefined;
|
|
20617
20781
|
thumbnail?: string | undefined;
|
|
@@ -20699,6 +20863,7 @@ export declare const HMListCommentsRequestSchema: z.ZodObject<{
|
|
|
20699
20863
|
};
|
|
20700
20864
|
metadata: {
|
|
20701
20865
|
name?: string | undefined;
|
|
20866
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
20702
20867
|
summary?: string | undefined;
|
|
20703
20868
|
icon?: string | undefined;
|
|
20704
20869
|
thumbnail?: string | undefined;
|
|
@@ -20786,6 +20951,7 @@ export declare const HMListCommentsRequestSchema: z.ZodObject<{
|
|
|
20786
20951
|
};
|
|
20787
20952
|
metadata: {
|
|
20788
20953
|
name?: string | undefined;
|
|
20954
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
20789
20955
|
summary?: string | undefined;
|
|
20790
20956
|
icon?: string | undefined;
|
|
20791
20957
|
thumbnail?: string | undefined;
|
|
@@ -21121,6 +21287,7 @@ export declare const HMListDiscussionsOutputSchema: z.ZodObject<{
|
|
|
21121
21287
|
showOutline: z.ZodOptional<z.ZodBoolean>;
|
|
21122
21288
|
showActivity: z.ZodOptional<z.ZodBoolean>;
|
|
21123
21289
|
contentWidth: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"S">, z.ZodLiteral<"M">, z.ZodLiteral<"L">]>>;
|
|
21290
|
+
childrenType: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodLiteral<"Group">, z.ZodLiteral<"Ordered">, z.ZodLiteral<"Unordered">, z.ZodLiteral<"Blockquote">, z.ZodLiteral<"Grid">]>>>;
|
|
21124
21291
|
theme: z.ZodOptional<z.ZodObject<{
|
|
21125
21292
|
headerLayout: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"Center">, z.ZodLiteral<"">]>>;
|
|
21126
21293
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -21132,6 +21299,7 @@ export declare const HMListDiscussionsOutputSchema: z.ZodObject<{
|
|
|
21132
21299
|
importTags: z.ZodOptional<z.ZodString>;
|
|
21133
21300
|
}, "strip", z.ZodTypeAny, {
|
|
21134
21301
|
name?: string | undefined;
|
|
21302
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
21135
21303
|
summary?: string | undefined;
|
|
21136
21304
|
icon?: string | undefined;
|
|
21137
21305
|
thumbnail?: string | undefined;
|
|
@@ -21152,6 +21320,7 @@ export declare const HMListDiscussionsOutputSchema: z.ZodObject<{
|
|
|
21152
21320
|
importTags?: string | undefined;
|
|
21153
21321
|
}, {
|
|
21154
21322
|
name?: string | undefined;
|
|
21323
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
21155
21324
|
summary?: string | undefined;
|
|
21156
21325
|
icon?: string | undefined;
|
|
21157
21326
|
thumbnail?: string | undefined;
|
|
@@ -21192,6 +21361,7 @@ export declare const HMListDiscussionsOutputSchema: z.ZodObject<{
|
|
|
21192
21361
|
};
|
|
21193
21362
|
metadata: {
|
|
21194
21363
|
name?: string | undefined;
|
|
21364
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
21195
21365
|
summary?: string | undefined;
|
|
21196
21366
|
icon?: string | undefined;
|
|
21197
21367
|
thumbnail?: string | undefined;
|
|
@@ -21232,6 +21402,7 @@ export declare const HMListDiscussionsOutputSchema: z.ZodObject<{
|
|
|
21232
21402
|
};
|
|
21233
21403
|
metadata: {
|
|
21234
21404
|
name?: string | undefined;
|
|
21405
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
21235
21406
|
summary?: string | undefined;
|
|
21236
21407
|
icon?: string | undefined;
|
|
21237
21408
|
thumbnail?: string | undefined;
|
|
@@ -21408,6 +21579,7 @@ export declare const HMListDiscussionsOutputSchema: z.ZodObject<{
|
|
|
21408
21579
|
showOutline: z.ZodOptional<z.ZodBoolean>;
|
|
21409
21580
|
showActivity: z.ZodOptional<z.ZodBoolean>;
|
|
21410
21581
|
contentWidth: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"S">, z.ZodLiteral<"M">, z.ZodLiteral<"L">]>>;
|
|
21582
|
+
childrenType: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodLiteral<"Group">, z.ZodLiteral<"Ordered">, z.ZodLiteral<"Unordered">, z.ZodLiteral<"Blockquote">, z.ZodLiteral<"Grid">]>>>;
|
|
21411
21583
|
theme: z.ZodOptional<z.ZodObject<{
|
|
21412
21584
|
headerLayout: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"Center">, z.ZodLiteral<"">]>>;
|
|
21413
21585
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -21419,6 +21591,7 @@ export declare const HMListDiscussionsOutputSchema: z.ZodObject<{
|
|
|
21419
21591
|
importTags: z.ZodOptional<z.ZodString>;
|
|
21420
21592
|
}, "strip", z.ZodTypeAny, {
|
|
21421
21593
|
name?: string | undefined;
|
|
21594
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
21422
21595
|
summary?: string | undefined;
|
|
21423
21596
|
icon?: string | undefined;
|
|
21424
21597
|
thumbnail?: string | undefined;
|
|
@@ -21439,6 +21612,7 @@ export declare const HMListDiscussionsOutputSchema: z.ZodObject<{
|
|
|
21439
21612
|
importTags?: string | undefined;
|
|
21440
21613
|
}, {
|
|
21441
21614
|
name?: string | undefined;
|
|
21615
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
21442
21616
|
summary?: string | undefined;
|
|
21443
21617
|
icon?: string | undefined;
|
|
21444
21618
|
thumbnail?: string | undefined;
|
|
@@ -21479,6 +21653,7 @@ export declare const HMListDiscussionsOutputSchema: z.ZodObject<{
|
|
|
21479
21653
|
};
|
|
21480
21654
|
metadata: {
|
|
21481
21655
|
name?: string | undefined;
|
|
21656
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
21482
21657
|
summary?: string | undefined;
|
|
21483
21658
|
icon?: string | undefined;
|
|
21484
21659
|
thumbnail?: string | undefined;
|
|
@@ -21519,6 +21694,7 @@ export declare const HMListDiscussionsOutputSchema: z.ZodObject<{
|
|
|
21519
21694
|
};
|
|
21520
21695
|
metadata: {
|
|
21521
21696
|
name?: string | undefined;
|
|
21697
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
21522
21698
|
summary?: string | undefined;
|
|
21523
21699
|
icon?: string | undefined;
|
|
21524
21700
|
thumbnail?: string | undefined;
|
|
@@ -21588,6 +21764,7 @@ export declare const HMListDiscussionsOutputSchema: z.ZodObject<{
|
|
|
21588
21764
|
};
|
|
21589
21765
|
metadata: {
|
|
21590
21766
|
name?: string | undefined;
|
|
21767
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
21591
21768
|
summary?: string | undefined;
|
|
21592
21769
|
icon?: string | undefined;
|
|
21593
21770
|
thumbnail?: string | undefined;
|
|
@@ -21656,6 +21833,7 @@ export declare const HMListDiscussionsOutputSchema: z.ZodObject<{
|
|
|
21656
21833
|
};
|
|
21657
21834
|
metadata: {
|
|
21658
21835
|
name?: string | undefined;
|
|
21836
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
21659
21837
|
summary?: string | undefined;
|
|
21660
21838
|
icon?: string | undefined;
|
|
21661
21839
|
thumbnail?: string | undefined;
|
|
@@ -21699,6 +21877,7 @@ export declare const HMListDiscussionsOutputSchema: z.ZodObject<{
|
|
|
21699
21877
|
};
|
|
21700
21878
|
metadata: {
|
|
21701
21879
|
name?: string | undefined;
|
|
21880
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
21702
21881
|
summary?: string | undefined;
|
|
21703
21882
|
icon?: string | undefined;
|
|
21704
21883
|
thumbnail?: string | undefined;
|
|
@@ -21795,6 +21974,7 @@ export declare const HMListDiscussionsOutputSchema: z.ZodObject<{
|
|
|
21795
21974
|
};
|
|
21796
21975
|
metadata: {
|
|
21797
21976
|
name?: string | undefined;
|
|
21977
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
21798
21978
|
summary?: string | undefined;
|
|
21799
21979
|
icon?: string | undefined;
|
|
21800
21980
|
thumbnail?: string | undefined;
|
|
@@ -21838,6 +22018,7 @@ export declare const HMListDiscussionsOutputSchema: z.ZodObject<{
|
|
|
21838
22018
|
};
|
|
21839
22019
|
metadata: {
|
|
21840
22020
|
name?: string | undefined;
|
|
22021
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
21841
22022
|
summary?: string | undefined;
|
|
21842
22023
|
icon?: string | undefined;
|
|
21843
22024
|
thumbnail?: string | undefined;
|
|
@@ -21934,6 +22115,7 @@ export declare const HMListDiscussionsOutputSchema: z.ZodObject<{
|
|
|
21934
22115
|
};
|
|
21935
22116
|
metadata: {
|
|
21936
22117
|
name?: string | undefined;
|
|
22118
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
21937
22119
|
summary?: string | undefined;
|
|
21938
22120
|
icon?: string | undefined;
|
|
21939
22121
|
thumbnail?: string | undefined;
|
|
@@ -22270,6 +22452,7 @@ export declare const HMListDiscussionsRequestSchema: z.ZodObject<{
|
|
|
22270
22452
|
showOutline: z.ZodOptional<z.ZodBoolean>;
|
|
22271
22453
|
showActivity: z.ZodOptional<z.ZodBoolean>;
|
|
22272
22454
|
contentWidth: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"S">, z.ZodLiteral<"M">, z.ZodLiteral<"L">]>>;
|
|
22455
|
+
childrenType: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodLiteral<"Group">, z.ZodLiteral<"Ordered">, z.ZodLiteral<"Unordered">, z.ZodLiteral<"Blockquote">, z.ZodLiteral<"Grid">]>>>;
|
|
22273
22456
|
theme: z.ZodOptional<z.ZodObject<{
|
|
22274
22457
|
headerLayout: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"Center">, z.ZodLiteral<"">]>>;
|
|
22275
22458
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -22281,6 +22464,7 @@ export declare const HMListDiscussionsRequestSchema: z.ZodObject<{
|
|
|
22281
22464
|
importTags: z.ZodOptional<z.ZodString>;
|
|
22282
22465
|
}, "strip", z.ZodTypeAny, {
|
|
22283
22466
|
name?: string | undefined;
|
|
22467
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
22284
22468
|
summary?: string | undefined;
|
|
22285
22469
|
icon?: string | undefined;
|
|
22286
22470
|
thumbnail?: string | undefined;
|
|
@@ -22301,6 +22485,7 @@ export declare const HMListDiscussionsRequestSchema: z.ZodObject<{
|
|
|
22301
22485
|
importTags?: string | undefined;
|
|
22302
22486
|
}, {
|
|
22303
22487
|
name?: string | undefined;
|
|
22488
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
22304
22489
|
summary?: string | undefined;
|
|
22305
22490
|
icon?: string | undefined;
|
|
22306
22491
|
thumbnail?: string | undefined;
|
|
@@ -22341,6 +22526,7 @@ export declare const HMListDiscussionsRequestSchema: z.ZodObject<{
|
|
|
22341
22526
|
};
|
|
22342
22527
|
metadata: {
|
|
22343
22528
|
name?: string | undefined;
|
|
22529
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
22344
22530
|
summary?: string | undefined;
|
|
22345
22531
|
icon?: string | undefined;
|
|
22346
22532
|
thumbnail?: string | undefined;
|
|
@@ -22381,6 +22567,7 @@ export declare const HMListDiscussionsRequestSchema: z.ZodObject<{
|
|
|
22381
22567
|
};
|
|
22382
22568
|
metadata: {
|
|
22383
22569
|
name?: string | undefined;
|
|
22570
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
22384
22571
|
summary?: string | undefined;
|
|
22385
22572
|
icon?: string | undefined;
|
|
22386
22573
|
thumbnail?: string | undefined;
|
|
@@ -22557,6 +22744,7 @@ export declare const HMListDiscussionsRequestSchema: z.ZodObject<{
|
|
|
22557
22744
|
showOutline: z.ZodOptional<z.ZodBoolean>;
|
|
22558
22745
|
showActivity: z.ZodOptional<z.ZodBoolean>;
|
|
22559
22746
|
contentWidth: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"S">, z.ZodLiteral<"M">, z.ZodLiteral<"L">]>>;
|
|
22747
|
+
childrenType: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodLiteral<"Group">, z.ZodLiteral<"Ordered">, z.ZodLiteral<"Unordered">, z.ZodLiteral<"Blockquote">, z.ZodLiteral<"Grid">]>>>;
|
|
22560
22748
|
theme: z.ZodOptional<z.ZodObject<{
|
|
22561
22749
|
headerLayout: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"Center">, z.ZodLiteral<"">]>>;
|
|
22562
22750
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -22568,6 +22756,7 @@ export declare const HMListDiscussionsRequestSchema: z.ZodObject<{
|
|
|
22568
22756
|
importTags: z.ZodOptional<z.ZodString>;
|
|
22569
22757
|
}, "strip", z.ZodTypeAny, {
|
|
22570
22758
|
name?: string | undefined;
|
|
22759
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
22571
22760
|
summary?: string | undefined;
|
|
22572
22761
|
icon?: string | undefined;
|
|
22573
22762
|
thumbnail?: string | undefined;
|
|
@@ -22588,6 +22777,7 @@ export declare const HMListDiscussionsRequestSchema: z.ZodObject<{
|
|
|
22588
22777
|
importTags?: string | undefined;
|
|
22589
22778
|
}, {
|
|
22590
22779
|
name?: string | undefined;
|
|
22780
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
22591
22781
|
summary?: string | undefined;
|
|
22592
22782
|
icon?: string | undefined;
|
|
22593
22783
|
thumbnail?: string | undefined;
|
|
@@ -22628,6 +22818,7 @@ export declare const HMListDiscussionsRequestSchema: z.ZodObject<{
|
|
|
22628
22818
|
};
|
|
22629
22819
|
metadata: {
|
|
22630
22820
|
name?: string | undefined;
|
|
22821
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
22631
22822
|
summary?: string | undefined;
|
|
22632
22823
|
icon?: string | undefined;
|
|
22633
22824
|
thumbnail?: string | undefined;
|
|
@@ -22668,6 +22859,7 @@ export declare const HMListDiscussionsRequestSchema: z.ZodObject<{
|
|
|
22668
22859
|
};
|
|
22669
22860
|
metadata: {
|
|
22670
22861
|
name?: string | undefined;
|
|
22862
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
22671
22863
|
summary?: string | undefined;
|
|
22672
22864
|
icon?: string | undefined;
|
|
22673
22865
|
thumbnail?: string | undefined;
|
|
@@ -22737,6 +22929,7 @@ export declare const HMListDiscussionsRequestSchema: z.ZodObject<{
|
|
|
22737
22929
|
};
|
|
22738
22930
|
metadata: {
|
|
22739
22931
|
name?: string | undefined;
|
|
22932
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
22740
22933
|
summary?: string | undefined;
|
|
22741
22934
|
icon?: string | undefined;
|
|
22742
22935
|
thumbnail?: string | undefined;
|
|
@@ -22805,6 +22998,7 @@ export declare const HMListDiscussionsRequestSchema: z.ZodObject<{
|
|
|
22805
22998
|
};
|
|
22806
22999
|
metadata: {
|
|
22807
23000
|
name?: string | undefined;
|
|
23001
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
22808
23002
|
summary?: string | undefined;
|
|
22809
23003
|
icon?: string | undefined;
|
|
22810
23004
|
thumbnail?: string | undefined;
|
|
@@ -22848,6 +23042,7 @@ export declare const HMListDiscussionsRequestSchema: z.ZodObject<{
|
|
|
22848
23042
|
};
|
|
22849
23043
|
metadata: {
|
|
22850
23044
|
name?: string | undefined;
|
|
23045
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
22851
23046
|
summary?: string | undefined;
|
|
22852
23047
|
icon?: string | undefined;
|
|
22853
23048
|
thumbnail?: string | undefined;
|
|
@@ -22944,6 +23139,7 @@ export declare const HMListDiscussionsRequestSchema: z.ZodObject<{
|
|
|
22944
23139
|
};
|
|
22945
23140
|
metadata: {
|
|
22946
23141
|
name?: string | undefined;
|
|
23142
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
22947
23143
|
summary?: string | undefined;
|
|
22948
23144
|
icon?: string | undefined;
|
|
22949
23145
|
thumbnail?: string | undefined;
|
|
@@ -22987,6 +23183,7 @@ export declare const HMListDiscussionsRequestSchema: z.ZodObject<{
|
|
|
22987
23183
|
};
|
|
22988
23184
|
metadata: {
|
|
22989
23185
|
name?: string | undefined;
|
|
23186
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
22990
23187
|
summary?: string | undefined;
|
|
22991
23188
|
icon?: string | undefined;
|
|
22992
23189
|
thumbnail?: string | undefined;
|
|
@@ -23083,6 +23280,7 @@ export declare const HMListDiscussionsRequestSchema: z.ZodObject<{
|
|
|
23083
23280
|
};
|
|
23084
23281
|
metadata: {
|
|
23085
23282
|
name?: string | undefined;
|
|
23283
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
23086
23284
|
summary?: string | undefined;
|
|
23087
23285
|
icon?: string | undefined;
|
|
23088
23286
|
thumbnail?: string | undefined;
|
|
@@ -23149,6 +23347,7 @@ export declare const HMListDiscussionsRequestSchema: z.ZodObject<{
|
|
|
23149
23347
|
};
|
|
23150
23348
|
metadata: {
|
|
23151
23349
|
name?: string | undefined;
|
|
23350
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
23152
23351
|
summary?: string | undefined;
|
|
23153
23352
|
icon?: string | undefined;
|
|
23154
23353
|
thumbnail?: string | undefined;
|
|
@@ -23245,6 +23444,7 @@ export declare const HMListDiscussionsRequestSchema: z.ZodObject<{
|
|
|
23245
23444
|
};
|
|
23246
23445
|
metadata: {
|
|
23247
23446
|
name?: string | undefined;
|
|
23447
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
23248
23448
|
summary?: string | undefined;
|
|
23249
23449
|
icon?: string | undefined;
|
|
23250
23450
|
thumbnail?: string | undefined;
|
|
@@ -23311,6 +23511,7 @@ export declare const HMListDiscussionsRequestSchema: z.ZodObject<{
|
|
|
23311
23511
|
};
|
|
23312
23512
|
metadata: {
|
|
23313
23513
|
name?: string | undefined;
|
|
23514
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
23314
23515
|
summary?: string | undefined;
|
|
23315
23516
|
icon?: string | undefined;
|
|
23316
23517
|
thumbnail?: string | undefined;
|
|
@@ -23407,6 +23608,7 @@ export declare const HMListDiscussionsRequestSchema: z.ZodObject<{
|
|
|
23407
23608
|
};
|
|
23408
23609
|
metadata: {
|
|
23409
23610
|
name?: string | undefined;
|
|
23611
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
23410
23612
|
summary?: string | undefined;
|
|
23411
23613
|
icon?: string | undefined;
|
|
23412
23614
|
thumbnail?: string | undefined;
|
|
@@ -23778,6 +23980,7 @@ export declare const HMListCommentsByReferenceRequestSchema: z.ZodObject<{
|
|
|
23778
23980
|
showOutline: z.ZodOptional<z.ZodBoolean>;
|
|
23779
23981
|
showActivity: z.ZodOptional<z.ZodBoolean>;
|
|
23780
23982
|
contentWidth: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"S">, z.ZodLiteral<"M">, z.ZodLiteral<"L">]>>;
|
|
23983
|
+
childrenType: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodLiteral<"Group">, z.ZodLiteral<"Ordered">, z.ZodLiteral<"Unordered">, z.ZodLiteral<"Blockquote">, z.ZodLiteral<"Grid">]>>>;
|
|
23781
23984
|
theme: z.ZodOptional<z.ZodObject<{
|
|
23782
23985
|
headerLayout: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"Center">, z.ZodLiteral<"">]>>;
|
|
23783
23986
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -23789,6 +23992,7 @@ export declare const HMListCommentsByReferenceRequestSchema: z.ZodObject<{
|
|
|
23789
23992
|
importTags: z.ZodOptional<z.ZodString>;
|
|
23790
23993
|
}, "strip", z.ZodTypeAny, {
|
|
23791
23994
|
name?: string | undefined;
|
|
23995
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
23792
23996
|
summary?: string | undefined;
|
|
23793
23997
|
icon?: string | undefined;
|
|
23794
23998
|
thumbnail?: string | undefined;
|
|
@@ -23809,6 +24013,7 @@ export declare const HMListCommentsByReferenceRequestSchema: z.ZodObject<{
|
|
|
23809
24013
|
importTags?: string | undefined;
|
|
23810
24014
|
}, {
|
|
23811
24015
|
name?: string | undefined;
|
|
24016
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
23812
24017
|
summary?: string | undefined;
|
|
23813
24018
|
icon?: string | undefined;
|
|
23814
24019
|
thumbnail?: string | undefined;
|
|
@@ -23849,6 +24054,7 @@ export declare const HMListCommentsByReferenceRequestSchema: z.ZodObject<{
|
|
|
23849
24054
|
};
|
|
23850
24055
|
metadata: {
|
|
23851
24056
|
name?: string | undefined;
|
|
24057
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
23852
24058
|
summary?: string | undefined;
|
|
23853
24059
|
icon?: string | undefined;
|
|
23854
24060
|
thumbnail?: string | undefined;
|
|
@@ -23889,6 +24095,7 @@ export declare const HMListCommentsByReferenceRequestSchema: z.ZodObject<{
|
|
|
23889
24095
|
};
|
|
23890
24096
|
metadata: {
|
|
23891
24097
|
name?: string | undefined;
|
|
24098
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
23892
24099
|
summary?: string | undefined;
|
|
23893
24100
|
icon?: string | undefined;
|
|
23894
24101
|
thumbnail?: string | undefined;
|
|
@@ -23954,6 +24161,7 @@ export declare const HMListCommentsByReferenceRequestSchema: z.ZodObject<{
|
|
|
23954
24161
|
};
|
|
23955
24162
|
metadata: {
|
|
23956
24163
|
name?: string | undefined;
|
|
24164
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
23957
24165
|
summary?: string | undefined;
|
|
23958
24166
|
icon?: string | undefined;
|
|
23959
24167
|
thumbnail?: string | undefined;
|
|
@@ -24019,6 +24227,7 @@ export declare const HMListCommentsByReferenceRequestSchema: z.ZodObject<{
|
|
|
24019
24227
|
};
|
|
24020
24228
|
metadata: {
|
|
24021
24229
|
name?: string | undefined;
|
|
24230
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
24022
24231
|
summary?: string | undefined;
|
|
24023
24232
|
icon?: string | undefined;
|
|
24024
24233
|
thumbnail?: string | undefined;
|
|
@@ -24106,6 +24315,7 @@ export declare const HMListCommentsByReferenceRequestSchema: z.ZodObject<{
|
|
|
24106
24315
|
};
|
|
24107
24316
|
metadata: {
|
|
24108
24317
|
name?: string | undefined;
|
|
24318
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
24109
24319
|
summary?: string | undefined;
|
|
24110
24320
|
icon?: string | undefined;
|
|
24111
24321
|
thumbnail?: string | undefined;
|
|
@@ -24193,6 +24403,7 @@ export declare const HMListCommentsByReferenceRequestSchema: z.ZodObject<{
|
|
|
24193
24403
|
};
|
|
24194
24404
|
metadata: {
|
|
24195
24405
|
name?: string | undefined;
|
|
24406
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
24196
24407
|
summary?: string | undefined;
|
|
24197
24408
|
icon?: string | undefined;
|
|
24198
24409
|
thumbnail?: string | undefined;
|
|
@@ -24430,6 +24641,7 @@ export declare const HMListAccountsOutputSchema: z.ZodObject<{
|
|
|
24430
24641
|
showOutline: z.ZodOptional<z.ZodBoolean>;
|
|
24431
24642
|
showActivity: z.ZodOptional<z.ZodBoolean>;
|
|
24432
24643
|
contentWidth: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"S">, z.ZodLiteral<"M">, z.ZodLiteral<"L">]>>;
|
|
24644
|
+
childrenType: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodLiteral<"Group">, z.ZodLiteral<"Ordered">, z.ZodLiteral<"Unordered">, z.ZodLiteral<"Blockquote">, z.ZodLiteral<"Grid">]>>>;
|
|
24433
24645
|
theme: z.ZodOptional<z.ZodObject<{
|
|
24434
24646
|
headerLayout: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"Center">, z.ZodLiteral<"">]>>;
|
|
24435
24647
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -24441,6 +24653,7 @@ export declare const HMListAccountsOutputSchema: z.ZodObject<{
|
|
|
24441
24653
|
importTags: z.ZodOptional<z.ZodString>;
|
|
24442
24654
|
}, "strip", z.ZodTypeAny, {
|
|
24443
24655
|
name?: string | undefined;
|
|
24656
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
24444
24657
|
summary?: string | undefined;
|
|
24445
24658
|
icon?: string | undefined;
|
|
24446
24659
|
thumbnail?: string | undefined;
|
|
@@ -24461,6 +24674,7 @@ export declare const HMListAccountsOutputSchema: z.ZodObject<{
|
|
|
24461
24674
|
importTags?: string | undefined;
|
|
24462
24675
|
}, {
|
|
24463
24676
|
name?: string | undefined;
|
|
24677
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
24464
24678
|
summary?: string | undefined;
|
|
24465
24679
|
icon?: string | undefined;
|
|
24466
24680
|
thumbnail?: string | undefined;
|
|
@@ -24501,6 +24715,7 @@ export declare const HMListAccountsOutputSchema: z.ZodObject<{
|
|
|
24501
24715
|
};
|
|
24502
24716
|
metadata: {
|
|
24503
24717
|
name?: string | undefined;
|
|
24718
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
24504
24719
|
summary?: string | undefined;
|
|
24505
24720
|
icon?: string | undefined;
|
|
24506
24721
|
thumbnail?: string | undefined;
|
|
@@ -24541,6 +24756,7 @@ export declare const HMListAccountsOutputSchema: z.ZodObject<{
|
|
|
24541
24756
|
};
|
|
24542
24757
|
metadata: {
|
|
24543
24758
|
name?: string | undefined;
|
|
24759
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
24544
24760
|
summary?: string | undefined;
|
|
24545
24761
|
icon?: string | undefined;
|
|
24546
24762
|
thumbnail?: string | undefined;
|
|
@@ -24583,6 +24799,7 @@ export declare const HMListAccountsOutputSchema: z.ZodObject<{
|
|
|
24583
24799
|
};
|
|
24584
24800
|
metadata: {
|
|
24585
24801
|
name?: string | undefined;
|
|
24802
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
24586
24803
|
summary?: string | undefined;
|
|
24587
24804
|
icon?: string | undefined;
|
|
24588
24805
|
thumbnail?: string | undefined;
|
|
@@ -24625,6 +24842,7 @@ export declare const HMListAccountsOutputSchema: z.ZodObject<{
|
|
|
24625
24842
|
};
|
|
24626
24843
|
metadata: {
|
|
24627
24844
|
name?: string | undefined;
|
|
24845
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
24628
24846
|
summary?: string | undefined;
|
|
24629
24847
|
icon?: string | undefined;
|
|
24630
24848
|
thumbnail?: string | undefined;
|
|
@@ -24727,6 +24945,7 @@ export declare const HMListAccountsRequestSchema: z.ZodObject<{
|
|
|
24727
24945
|
showOutline: z.ZodOptional<z.ZodBoolean>;
|
|
24728
24946
|
showActivity: z.ZodOptional<z.ZodBoolean>;
|
|
24729
24947
|
contentWidth: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"S">, z.ZodLiteral<"M">, z.ZodLiteral<"L">]>>;
|
|
24948
|
+
childrenType: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodLiteral<"Group">, z.ZodLiteral<"Ordered">, z.ZodLiteral<"Unordered">, z.ZodLiteral<"Blockquote">, z.ZodLiteral<"Grid">]>>>;
|
|
24730
24949
|
theme: z.ZodOptional<z.ZodObject<{
|
|
24731
24950
|
headerLayout: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"Center">, z.ZodLiteral<"">]>>;
|
|
24732
24951
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -24738,6 +24957,7 @@ export declare const HMListAccountsRequestSchema: z.ZodObject<{
|
|
|
24738
24957
|
importTags: z.ZodOptional<z.ZodString>;
|
|
24739
24958
|
}, "strip", z.ZodTypeAny, {
|
|
24740
24959
|
name?: string | undefined;
|
|
24960
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
24741
24961
|
summary?: string | undefined;
|
|
24742
24962
|
icon?: string | undefined;
|
|
24743
24963
|
thumbnail?: string | undefined;
|
|
@@ -24758,6 +24978,7 @@ export declare const HMListAccountsRequestSchema: z.ZodObject<{
|
|
|
24758
24978
|
importTags?: string | undefined;
|
|
24759
24979
|
}, {
|
|
24760
24980
|
name?: string | undefined;
|
|
24981
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
24761
24982
|
summary?: string | undefined;
|
|
24762
24983
|
icon?: string | undefined;
|
|
24763
24984
|
thumbnail?: string | undefined;
|
|
@@ -24798,6 +25019,7 @@ export declare const HMListAccountsRequestSchema: z.ZodObject<{
|
|
|
24798
25019
|
};
|
|
24799
25020
|
metadata: {
|
|
24800
25021
|
name?: string | undefined;
|
|
25022
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
24801
25023
|
summary?: string | undefined;
|
|
24802
25024
|
icon?: string | undefined;
|
|
24803
25025
|
thumbnail?: string | undefined;
|
|
@@ -24838,6 +25060,7 @@ export declare const HMListAccountsRequestSchema: z.ZodObject<{
|
|
|
24838
25060
|
};
|
|
24839
25061
|
metadata: {
|
|
24840
25062
|
name?: string | undefined;
|
|
25063
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
24841
25064
|
summary?: string | undefined;
|
|
24842
25065
|
icon?: string | undefined;
|
|
24843
25066
|
thumbnail?: string | undefined;
|
|
@@ -24880,6 +25103,7 @@ export declare const HMListAccountsRequestSchema: z.ZodObject<{
|
|
|
24880
25103
|
};
|
|
24881
25104
|
metadata: {
|
|
24882
25105
|
name?: string | undefined;
|
|
25106
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
24883
25107
|
summary?: string | undefined;
|
|
24884
25108
|
icon?: string | undefined;
|
|
24885
25109
|
thumbnail?: string | undefined;
|
|
@@ -24922,6 +25146,7 @@ export declare const HMListAccountsRequestSchema: z.ZodObject<{
|
|
|
24922
25146
|
};
|
|
24923
25147
|
metadata: {
|
|
24924
25148
|
name?: string | undefined;
|
|
25149
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
24925
25150
|
summary?: string | undefined;
|
|
24926
25151
|
icon?: string | undefined;
|
|
24927
25152
|
thumbnail?: string | undefined;
|
|
@@ -24967,6 +25192,7 @@ export declare const HMListAccountsRequestSchema: z.ZodObject<{
|
|
|
24967
25192
|
};
|
|
24968
25193
|
metadata: {
|
|
24969
25194
|
name?: string | undefined;
|
|
25195
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
24970
25196
|
summary?: string | undefined;
|
|
24971
25197
|
icon?: string | undefined;
|
|
24972
25198
|
thumbnail?: string | undefined;
|
|
@@ -25013,6 +25239,7 @@ export declare const HMListAccountsRequestSchema: z.ZodObject<{
|
|
|
25013
25239
|
};
|
|
25014
25240
|
metadata: {
|
|
25015
25241
|
name?: string | undefined;
|
|
25242
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
25016
25243
|
summary?: string | undefined;
|
|
25017
25244
|
icon?: string | undefined;
|
|
25018
25245
|
thumbnail?: string | undefined;
|
|
@@ -25241,6 +25468,7 @@ export declare const HMListCommentsByAuthorOutputSchema: z.ZodObject<{
|
|
|
25241
25468
|
showOutline: z.ZodOptional<z.ZodBoolean>;
|
|
25242
25469
|
showActivity: z.ZodOptional<z.ZodBoolean>;
|
|
25243
25470
|
contentWidth: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"S">, z.ZodLiteral<"M">, z.ZodLiteral<"L">]>>;
|
|
25471
|
+
childrenType: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodLiteral<"Group">, z.ZodLiteral<"Ordered">, z.ZodLiteral<"Unordered">, z.ZodLiteral<"Blockquote">, z.ZodLiteral<"Grid">]>>>;
|
|
25244
25472
|
theme: z.ZodOptional<z.ZodObject<{
|
|
25245
25473
|
headerLayout: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"Center">, z.ZodLiteral<"">]>>;
|
|
25246
25474
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -25252,6 +25480,7 @@ export declare const HMListCommentsByAuthorOutputSchema: z.ZodObject<{
|
|
|
25252
25480
|
importTags: z.ZodOptional<z.ZodString>;
|
|
25253
25481
|
}, "strip", z.ZodTypeAny, {
|
|
25254
25482
|
name?: string | undefined;
|
|
25483
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
25255
25484
|
summary?: string | undefined;
|
|
25256
25485
|
icon?: string | undefined;
|
|
25257
25486
|
thumbnail?: string | undefined;
|
|
@@ -25272,6 +25501,7 @@ export declare const HMListCommentsByAuthorOutputSchema: z.ZodObject<{
|
|
|
25272
25501
|
importTags?: string | undefined;
|
|
25273
25502
|
}, {
|
|
25274
25503
|
name?: string | undefined;
|
|
25504
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
25275
25505
|
summary?: string | undefined;
|
|
25276
25506
|
icon?: string | undefined;
|
|
25277
25507
|
thumbnail?: string | undefined;
|
|
@@ -25312,6 +25542,7 @@ export declare const HMListCommentsByAuthorOutputSchema: z.ZodObject<{
|
|
|
25312
25542
|
};
|
|
25313
25543
|
metadata: {
|
|
25314
25544
|
name?: string | undefined;
|
|
25545
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
25315
25546
|
summary?: string | undefined;
|
|
25316
25547
|
icon?: string | undefined;
|
|
25317
25548
|
thumbnail?: string | undefined;
|
|
@@ -25352,6 +25583,7 @@ export declare const HMListCommentsByAuthorOutputSchema: z.ZodObject<{
|
|
|
25352
25583
|
};
|
|
25353
25584
|
metadata: {
|
|
25354
25585
|
name?: string | undefined;
|
|
25586
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
25355
25587
|
summary?: string | undefined;
|
|
25356
25588
|
icon?: string | undefined;
|
|
25357
25589
|
thumbnail?: string | undefined;
|
|
@@ -25417,6 +25649,7 @@ export declare const HMListCommentsByAuthorOutputSchema: z.ZodObject<{
|
|
|
25417
25649
|
};
|
|
25418
25650
|
metadata: {
|
|
25419
25651
|
name?: string | undefined;
|
|
25652
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
25420
25653
|
summary?: string | undefined;
|
|
25421
25654
|
icon?: string | undefined;
|
|
25422
25655
|
thumbnail?: string | undefined;
|
|
@@ -25482,6 +25715,7 @@ export declare const HMListCommentsByAuthorOutputSchema: z.ZodObject<{
|
|
|
25482
25715
|
};
|
|
25483
25716
|
metadata: {
|
|
25484
25717
|
name?: string | undefined;
|
|
25718
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
25485
25719
|
summary?: string | undefined;
|
|
25486
25720
|
icon?: string | undefined;
|
|
25487
25721
|
thumbnail?: string | undefined;
|
|
@@ -25851,6 +26085,7 @@ export declare const HMListCommentsByAuthorRequestSchema: z.ZodObject<{
|
|
|
25851
26085
|
showOutline: z.ZodOptional<z.ZodBoolean>;
|
|
25852
26086
|
showActivity: z.ZodOptional<z.ZodBoolean>;
|
|
25853
26087
|
contentWidth: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"S">, z.ZodLiteral<"M">, z.ZodLiteral<"L">]>>;
|
|
26088
|
+
childrenType: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodLiteral<"Group">, z.ZodLiteral<"Ordered">, z.ZodLiteral<"Unordered">, z.ZodLiteral<"Blockquote">, z.ZodLiteral<"Grid">]>>>;
|
|
25854
26089
|
theme: z.ZodOptional<z.ZodObject<{
|
|
25855
26090
|
headerLayout: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"Center">, z.ZodLiteral<"">]>>;
|
|
25856
26091
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -25862,6 +26097,7 @@ export declare const HMListCommentsByAuthorRequestSchema: z.ZodObject<{
|
|
|
25862
26097
|
importTags: z.ZodOptional<z.ZodString>;
|
|
25863
26098
|
}, "strip", z.ZodTypeAny, {
|
|
25864
26099
|
name?: string | undefined;
|
|
26100
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
25865
26101
|
summary?: string | undefined;
|
|
25866
26102
|
icon?: string | undefined;
|
|
25867
26103
|
thumbnail?: string | undefined;
|
|
@@ -25882,6 +26118,7 @@ export declare const HMListCommentsByAuthorRequestSchema: z.ZodObject<{
|
|
|
25882
26118
|
importTags?: string | undefined;
|
|
25883
26119
|
}, {
|
|
25884
26120
|
name?: string | undefined;
|
|
26121
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
25885
26122
|
summary?: string | undefined;
|
|
25886
26123
|
icon?: string | undefined;
|
|
25887
26124
|
thumbnail?: string | undefined;
|
|
@@ -25922,6 +26159,7 @@ export declare const HMListCommentsByAuthorRequestSchema: z.ZodObject<{
|
|
|
25922
26159
|
};
|
|
25923
26160
|
metadata: {
|
|
25924
26161
|
name?: string | undefined;
|
|
26162
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
25925
26163
|
summary?: string | undefined;
|
|
25926
26164
|
icon?: string | undefined;
|
|
25927
26165
|
thumbnail?: string | undefined;
|
|
@@ -25962,6 +26200,7 @@ export declare const HMListCommentsByAuthorRequestSchema: z.ZodObject<{
|
|
|
25962
26200
|
};
|
|
25963
26201
|
metadata: {
|
|
25964
26202
|
name?: string | undefined;
|
|
26203
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
25965
26204
|
summary?: string | undefined;
|
|
25966
26205
|
icon?: string | undefined;
|
|
25967
26206
|
thumbnail?: string | undefined;
|
|
@@ -26027,6 +26266,7 @@ export declare const HMListCommentsByAuthorRequestSchema: z.ZodObject<{
|
|
|
26027
26266
|
};
|
|
26028
26267
|
metadata: {
|
|
26029
26268
|
name?: string | undefined;
|
|
26269
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
26030
26270
|
summary?: string | undefined;
|
|
26031
26271
|
icon?: string | undefined;
|
|
26032
26272
|
thumbnail?: string | undefined;
|
|
@@ -26092,6 +26332,7 @@ export declare const HMListCommentsByAuthorRequestSchema: z.ZodObject<{
|
|
|
26092
26332
|
};
|
|
26093
26333
|
metadata: {
|
|
26094
26334
|
name?: string | undefined;
|
|
26335
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
26095
26336
|
summary?: string | undefined;
|
|
26096
26337
|
icon?: string | undefined;
|
|
26097
26338
|
thumbnail?: string | undefined;
|
|
@@ -26179,6 +26420,7 @@ export declare const HMListCommentsByAuthorRequestSchema: z.ZodObject<{
|
|
|
26179
26420
|
};
|
|
26180
26421
|
metadata: {
|
|
26181
26422
|
name?: string | undefined;
|
|
26423
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
26182
26424
|
summary?: string | undefined;
|
|
26183
26425
|
icon?: string | undefined;
|
|
26184
26426
|
thumbnail?: string | undefined;
|
|
@@ -26266,6 +26508,7 @@ export declare const HMListCommentsByAuthorRequestSchema: z.ZodObject<{
|
|
|
26266
26508
|
};
|
|
26267
26509
|
metadata: {
|
|
26268
26510
|
name?: string | undefined;
|
|
26511
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
26269
26512
|
summary?: string | undefined;
|
|
26270
26513
|
icon?: string | undefined;
|
|
26271
26514
|
thumbnail?: string | undefined;
|
|
@@ -28016,6 +28259,7 @@ export declare const HMListDocumentCollaboratorsOutputSchema: z.ZodObject<{
|
|
|
28016
28259
|
showOutline: z.ZodOptional<z.ZodBoolean>;
|
|
28017
28260
|
showActivity: z.ZodOptional<z.ZodBoolean>;
|
|
28018
28261
|
contentWidth: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"S">, z.ZodLiteral<"M">, z.ZodLiteral<"L">]>>;
|
|
28262
|
+
childrenType: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodLiteral<"Group">, z.ZodLiteral<"Ordered">, z.ZodLiteral<"Unordered">, z.ZodLiteral<"Blockquote">, z.ZodLiteral<"Grid">]>>>;
|
|
28019
28263
|
theme: z.ZodOptional<z.ZodObject<{
|
|
28020
28264
|
headerLayout: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"Center">, z.ZodLiteral<"">]>>;
|
|
28021
28265
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -28027,6 +28271,7 @@ export declare const HMListDocumentCollaboratorsOutputSchema: z.ZodObject<{
|
|
|
28027
28271
|
importTags: z.ZodOptional<z.ZodString>;
|
|
28028
28272
|
}, "strip", z.ZodTypeAny, {
|
|
28029
28273
|
name?: string | undefined;
|
|
28274
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
28030
28275
|
summary?: string | undefined;
|
|
28031
28276
|
icon?: string | undefined;
|
|
28032
28277
|
thumbnail?: string | undefined;
|
|
@@ -28047,6 +28292,7 @@ export declare const HMListDocumentCollaboratorsOutputSchema: z.ZodObject<{
|
|
|
28047
28292
|
importTags?: string | undefined;
|
|
28048
28293
|
}, {
|
|
28049
28294
|
name?: string | undefined;
|
|
28295
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
28050
28296
|
summary?: string | undefined;
|
|
28051
28297
|
icon?: string | undefined;
|
|
28052
28298
|
thumbnail?: string | undefined;
|
|
@@ -28087,6 +28333,7 @@ export declare const HMListDocumentCollaboratorsOutputSchema: z.ZodObject<{
|
|
|
28087
28333
|
};
|
|
28088
28334
|
metadata: {
|
|
28089
28335
|
name?: string | undefined;
|
|
28336
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
28090
28337
|
summary?: string | undefined;
|
|
28091
28338
|
icon?: string | undefined;
|
|
28092
28339
|
thumbnail?: string | undefined;
|
|
@@ -28127,6 +28374,7 @@ export declare const HMListDocumentCollaboratorsOutputSchema: z.ZodObject<{
|
|
|
28127
28374
|
};
|
|
28128
28375
|
metadata: {
|
|
28129
28376
|
name?: string | undefined;
|
|
28377
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
28130
28378
|
summary?: string | undefined;
|
|
28131
28379
|
icon?: string | undefined;
|
|
28132
28380
|
thumbnail?: string | undefined;
|
|
@@ -28169,6 +28417,7 @@ export declare const HMListDocumentCollaboratorsOutputSchema: z.ZodObject<{
|
|
|
28169
28417
|
};
|
|
28170
28418
|
metadata: {
|
|
28171
28419
|
name?: string | undefined;
|
|
28420
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
28172
28421
|
summary?: string | undefined;
|
|
28173
28422
|
icon?: string | undefined;
|
|
28174
28423
|
thumbnail?: string | undefined;
|
|
@@ -28308,6 +28557,7 @@ export declare const HMListDocumentCollaboratorsOutputSchema: z.ZodObject<{
|
|
|
28308
28557
|
};
|
|
28309
28558
|
metadata: {
|
|
28310
28559
|
name?: string | undefined;
|
|
28560
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
28311
28561
|
summary?: string | undefined;
|
|
28312
28562
|
icon?: string | undefined;
|
|
28313
28563
|
thumbnail?: string | undefined;
|
|
@@ -29052,6 +29302,7 @@ export declare const HMListDocumentCollaboratorsRequestSchema: z.ZodObject<{
|
|
|
29052
29302
|
showOutline: z.ZodOptional<z.ZodBoolean>;
|
|
29053
29303
|
showActivity: z.ZodOptional<z.ZodBoolean>;
|
|
29054
29304
|
contentWidth: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"S">, z.ZodLiteral<"M">, z.ZodLiteral<"L">]>>;
|
|
29305
|
+
childrenType: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodLiteral<"Group">, z.ZodLiteral<"Ordered">, z.ZodLiteral<"Unordered">, z.ZodLiteral<"Blockquote">, z.ZodLiteral<"Grid">]>>>;
|
|
29055
29306
|
theme: z.ZodOptional<z.ZodObject<{
|
|
29056
29307
|
headerLayout: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"Center">, z.ZodLiteral<"">]>>;
|
|
29057
29308
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -29063,6 +29314,7 @@ export declare const HMListDocumentCollaboratorsRequestSchema: z.ZodObject<{
|
|
|
29063
29314
|
importTags: z.ZodOptional<z.ZodString>;
|
|
29064
29315
|
}, "strip", z.ZodTypeAny, {
|
|
29065
29316
|
name?: string | undefined;
|
|
29317
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
29066
29318
|
summary?: string | undefined;
|
|
29067
29319
|
icon?: string | undefined;
|
|
29068
29320
|
thumbnail?: string | undefined;
|
|
@@ -29083,6 +29335,7 @@ export declare const HMListDocumentCollaboratorsRequestSchema: z.ZodObject<{
|
|
|
29083
29335
|
importTags?: string | undefined;
|
|
29084
29336
|
}, {
|
|
29085
29337
|
name?: string | undefined;
|
|
29338
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
29086
29339
|
summary?: string | undefined;
|
|
29087
29340
|
icon?: string | undefined;
|
|
29088
29341
|
thumbnail?: string | undefined;
|
|
@@ -29123,6 +29376,7 @@ export declare const HMListDocumentCollaboratorsRequestSchema: z.ZodObject<{
|
|
|
29123
29376
|
};
|
|
29124
29377
|
metadata: {
|
|
29125
29378
|
name?: string | undefined;
|
|
29379
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
29126
29380
|
summary?: string | undefined;
|
|
29127
29381
|
icon?: string | undefined;
|
|
29128
29382
|
thumbnail?: string | undefined;
|
|
@@ -29163,6 +29417,7 @@ export declare const HMListDocumentCollaboratorsRequestSchema: z.ZodObject<{
|
|
|
29163
29417
|
};
|
|
29164
29418
|
metadata: {
|
|
29165
29419
|
name?: string | undefined;
|
|
29420
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
29166
29421
|
summary?: string | undefined;
|
|
29167
29422
|
icon?: string | undefined;
|
|
29168
29423
|
thumbnail?: string | undefined;
|
|
@@ -29205,6 +29460,7 @@ export declare const HMListDocumentCollaboratorsRequestSchema: z.ZodObject<{
|
|
|
29205
29460
|
};
|
|
29206
29461
|
metadata: {
|
|
29207
29462
|
name?: string | undefined;
|
|
29463
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
29208
29464
|
summary?: string | undefined;
|
|
29209
29465
|
icon?: string | undefined;
|
|
29210
29466
|
thumbnail?: string | undefined;
|
|
@@ -29344,6 +29600,7 @@ export declare const HMListDocumentCollaboratorsRequestSchema: z.ZodObject<{
|
|
|
29344
29600
|
};
|
|
29345
29601
|
metadata: {
|
|
29346
29602
|
name?: string | undefined;
|
|
29603
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
29347
29604
|
summary?: string | undefined;
|
|
29348
29605
|
icon?: string | undefined;
|
|
29349
29606
|
thumbnail?: string | undefined;
|
|
@@ -29505,6 +29762,7 @@ export declare const HMListDocumentCollaboratorsRequestSchema: z.ZodObject<{
|
|
|
29505
29762
|
};
|
|
29506
29763
|
metadata: {
|
|
29507
29764
|
name?: string | undefined;
|
|
29765
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
29508
29766
|
summary?: string | undefined;
|
|
29509
29767
|
icon?: string | undefined;
|
|
29510
29768
|
thumbnail?: string | undefined;
|
|
@@ -29666,6 +29924,7 @@ export declare const HMListDocumentCollaboratorsRequestSchema: z.ZodObject<{
|
|
|
29666
29924
|
};
|
|
29667
29925
|
metadata: {
|
|
29668
29926
|
name?: string | undefined;
|
|
29927
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
29669
29928
|
summary?: string | undefined;
|
|
29670
29929
|
icon?: string | undefined;
|
|
29671
29930
|
thumbnail?: string | undefined;
|
|
@@ -30372,6 +30631,7 @@ export declare const HMQueryBlockPayloadSchema: z.ZodObject<{
|
|
|
30372
30631
|
showOutline: z.ZodOptional<z.ZodBoolean>;
|
|
30373
30632
|
showActivity: z.ZodOptional<z.ZodBoolean>;
|
|
30374
30633
|
contentWidth: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"S">, z.ZodLiteral<"M">, z.ZodLiteral<"L">]>>;
|
|
30634
|
+
childrenType: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodLiteral<"Group">, z.ZodLiteral<"Ordered">, z.ZodLiteral<"Unordered">, z.ZodLiteral<"Blockquote">, z.ZodLiteral<"Grid">]>>>;
|
|
30375
30635
|
theme: z.ZodOptional<z.ZodObject<{
|
|
30376
30636
|
headerLayout: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"Center">, z.ZodLiteral<"">]>>;
|
|
30377
30637
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -30383,6 +30643,7 @@ export declare const HMQueryBlockPayloadSchema: z.ZodObject<{
|
|
|
30383
30643
|
importTags: z.ZodOptional<z.ZodString>;
|
|
30384
30644
|
}, "strip", z.ZodTypeAny, {
|
|
30385
30645
|
name?: string | undefined;
|
|
30646
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
30386
30647
|
summary?: string | undefined;
|
|
30387
30648
|
icon?: string | undefined;
|
|
30388
30649
|
thumbnail?: string | undefined;
|
|
@@ -30403,6 +30664,7 @@ export declare const HMQueryBlockPayloadSchema: z.ZodObject<{
|
|
|
30403
30664
|
importTags?: string | undefined;
|
|
30404
30665
|
}, {
|
|
30405
30666
|
name?: string | undefined;
|
|
30667
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
30406
30668
|
summary?: string | undefined;
|
|
30407
30669
|
icon?: string | undefined;
|
|
30408
30670
|
thumbnail?: string | undefined;
|
|
@@ -30455,6 +30717,7 @@ export declare const HMQueryBlockPayloadSchema: z.ZodObject<{
|
|
|
30455
30717
|
visibility: "PUBLIC" | "PRIVATE";
|
|
30456
30718
|
metadata: {
|
|
30457
30719
|
name?: string | undefined;
|
|
30720
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
30458
30721
|
summary?: string | undefined;
|
|
30459
30722
|
icon?: string | undefined;
|
|
30460
30723
|
thumbnail?: string | undefined;
|
|
@@ -30535,6 +30798,7 @@ export declare const HMQueryBlockPayloadSchema: z.ZodObject<{
|
|
|
30535
30798
|
visibility: string | number;
|
|
30536
30799
|
metadata: {
|
|
30537
30800
|
name?: string | undefined;
|
|
30801
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
30538
30802
|
summary?: string | undefined;
|
|
30539
30803
|
icon?: string | undefined;
|
|
30540
30804
|
thumbnail?: string | undefined;
|
|
@@ -30668,6 +30932,7 @@ export declare const HMQueryBlockPayloadSchema: z.ZodObject<{
|
|
|
30668
30932
|
showOutline: z.ZodOptional<z.ZodBoolean>;
|
|
30669
30933
|
showActivity: z.ZodOptional<z.ZodBoolean>;
|
|
30670
30934
|
contentWidth: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"S">, z.ZodLiteral<"M">, z.ZodLiteral<"L">]>>;
|
|
30935
|
+
childrenType: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodLiteral<"Group">, z.ZodLiteral<"Ordered">, z.ZodLiteral<"Unordered">, z.ZodLiteral<"Blockquote">, z.ZodLiteral<"Grid">]>>>;
|
|
30671
30936
|
theme: z.ZodOptional<z.ZodObject<{
|
|
30672
30937
|
headerLayout: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"Center">, z.ZodLiteral<"">]>>;
|
|
30673
30938
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -30679,6 +30944,7 @@ export declare const HMQueryBlockPayloadSchema: z.ZodObject<{
|
|
|
30679
30944
|
importTags: z.ZodOptional<z.ZodString>;
|
|
30680
30945
|
}, "strip", z.ZodTypeAny, {
|
|
30681
30946
|
name?: string | undefined;
|
|
30947
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
30682
30948
|
summary?: string | undefined;
|
|
30683
30949
|
icon?: string | undefined;
|
|
30684
30950
|
thumbnail?: string | undefined;
|
|
@@ -30699,6 +30965,7 @@ export declare const HMQueryBlockPayloadSchema: z.ZodObject<{
|
|
|
30699
30965
|
importTags?: string | undefined;
|
|
30700
30966
|
}, {
|
|
30701
30967
|
name?: string | undefined;
|
|
30968
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
30702
30969
|
summary?: string | undefined;
|
|
30703
30970
|
icon?: string | undefined;
|
|
30704
30971
|
thumbnail?: string | undefined;
|
|
@@ -30739,6 +31006,7 @@ export declare const HMQueryBlockPayloadSchema: z.ZodObject<{
|
|
|
30739
31006
|
};
|
|
30740
31007
|
metadata: {
|
|
30741
31008
|
name?: string | undefined;
|
|
31009
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
30742
31010
|
summary?: string | undefined;
|
|
30743
31011
|
icon?: string | undefined;
|
|
30744
31012
|
thumbnail?: string | undefined;
|
|
@@ -30779,6 +31047,7 @@ export declare const HMQueryBlockPayloadSchema: z.ZodObject<{
|
|
|
30779
31047
|
};
|
|
30780
31048
|
metadata: {
|
|
30781
31049
|
name?: string | undefined;
|
|
31050
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
30782
31051
|
summary?: string | undefined;
|
|
30783
31052
|
icon?: string | undefined;
|
|
30784
31053
|
thumbnail?: string | undefined;
|
|
@@ -30850,6 +31119,7 @@ export declare const HMQueryBlockPayloadSchema: z.ZodObject<{
|
|
|
30850
31119
|
visibility: "PUBLIC" | "PRIVATE";
|
|
30851
31120
|
metadata: {
|
|
30852
31121
|
name?: string | undefined;
|
|
31122
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
30853
31123
|
summary?: string | undefined;
|
|
30854
31124
|
icon?: string | undefined;
|
|
30855
31125
|
thumbnail?: string | undefined;
|
|
@@ -30924,6 +31194,7 @@ export declare const HMQueryBlockPayloadSchema: z.ZodObject<{
|
|
|
30924
31194
|
};
|
|
30925
31195
|
metadata: {
|
|
30926
31196
|
name?: string | undefined;
|
|
31197
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
30927
31198
|
summary?: string | undefined;
|
|
30928
31199
|
icon?: string | undefined;
|
|
30929
31200
|
thumbnail?: string | undefined;
|
|
@@ -30996,6 +31267,7 @@ export declare const HMQueryBlockPayloadSchema: z.ZodObject<{
|
|
|
30996
31267
|
visibility: string | number;
|
|
30997
31268
|
metadata: {
|
|
30998
31269
|
name?: string | undefined;
|
|
31270
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
30999
31271
|
summary?: string | undefined;
|
|
31000
31272
|
icon?: string | undefined;
|
|
31001
31273
|
thumbnail?: string | undefined;
|
|
@@ -31070,6 +31342,7 @@ export declare const HMQueryBlockPayloadSchema: z.ZodObject<{
|
|
|
31070
31342
|
};
|
|
31071
31343
|
metadata: {
|
|
31072
31344
|
name?: string | undefined;
|
|
31345
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
31073
31346
|
summary?: string | undefined;
|
|
31074
31347
|
icon?: string | undefined;
|
|
31075
31348
|
thumbnail?: string | undefined;
|
|
@@ -31412,6 +31685,7 @@ export declare const HMQueryBlockRequestSchema: z.ZodObject<{
|
|
|
31412
31685
|
showOutline: z.ZodOptional<z.ZodBoolean>;
|
|
31413
31686
|
showActivity: z.ZodOptional<z.ZodBoolean>;
|
|
31414
31687
|
contentWidth: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"S">, z.ZodLiteral<"M">, z.ZodLiteral<"L">]>>;
|
|
31688
|
+
childrenType: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodLiteral<"Group">, z.ZodLiteral<"Ordered">, z.ZodLiteral<"Unordered">, z.ZodLiteral<"Blockquote">, z.ZodLiteral<"Grid">]>>>;
|
|
31415
31689
|
theme: z.ZodOptional<z.ZodObject<{
|
|
31416
31690
|
headerLayout: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"Center">, z.ZodLiteral<"">]>>;
|
|
31417
31691
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -31423,6 +31697,7 @@ export declare const HMQueryBlockRequestSchema: z.ZodObject<{
|
|
|
31423
31697
|
importTags: z.ZodOptional<z.ZodString>;
|
|
31424
31698
|
}, "strip", z.ZodTypeAny, {
|
|
31425
31699
|
name?: string | undefined;
|
|
31700
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
31426
31701
|
summary?: string | undefined;
|
|
31427
31702
|
icon?: string | undefined;
|
|
31428
31703
|
thumbnail?: string | undefined;
|
|
@@ -31443,6 +31718,7 @@ export declare const HMQueryBlockRequestSchema: z.ZodObject<{
|
|
|
31443
31718
|
importTags?: string | undefined;
|
|
31444
31719
|
}, {
|
|
31445
31720
|
name?: string | undefined;
|
|
31721
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
31446
31722
|
summary?: string | undefined;
|
|
31447
31723
|
icon?: string | undefined;
|
|
31448
31724
|
thumbnail?: string | undefined;
|
|
@@ -31495,6 +31771,7 @@ export declare const HMQueryBlockRequestSchema: z.ZodObject<{
|
|
|
31495
31771
|
visibility: "PUBLIC" | "PRIVATE";
|
|
31496
31772
|
metadata: {
|
|
31497
31773
|
name?: string | undefined;
|
|
31774
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
31498
31775
|
summary?: string | undefined;
|
|
31499
31776
|
icon?: string | undefined;
|
|
31500
31777
|
thumbnail?: string | undefined;
|
|
@@ -31575,6 +31852,7 @@ export declare const HMQueryBlockRequestSchema: z.ZodObject<{
|
|
|
31575
31852
|
visibility: string | number;
|
|
31576
31853
|
metadata: {
|
|
31577
31854
|
name?: string | undefined;
|
|
31855
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
31578
31856
|
summary?: string | undefined;
|
|
31579
31857
|
icon?: string | undefined;
|
|
31580
31858
|
thumbnail?: string | undefined;
|
|
@@ -31708,6 +31986,7 @@ export declare const HMQueryBlockRequestSchema: z.ZodObject<{
|
|
|
31708
31986
|
showOutline: z.ZodOptional<z.ZodBoolean>;
|
|
31709
31987
|
showActivity: z.ZodOptional<z.ZodBoolean>;
|
|
31710
31988
|
contentWidth: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"S">, z.ZodLiteral<"M">, z.ZodLiteral<"L">]>>;
|
|
31989
|
+
childrenType: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodLiteral<"Group">, z.ZodLiteral<"Ordered">, z.ZodLiteral<"Unordered">, z.ZodLiteral<"Blockquote">, z.ZodLiteral<"Grid">]>>>;
|
|
31711
31990
|
theme: z.ZodOptional<z.ZodObject<{
|
|
31712
31991
|
headerLayout: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"Center">, z.ZodLiteral<"">]>>;
|
|
31713
31992
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -31719,6 +31998,7 @@ export declare const HMQueryBlockRequestSchema: z.ZodObject<{
|
|
|
31719
31998
|
importTags: z.ZodOptional<z.ZodString>;
|
|
31720
31999
|
}, "strip", z.ZodTypeAny, {
|
|
31721
32000
|
name?: string | undefined;
|
|
32001
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
31722
32002
|
summary?: string | undefined;
|
|
31723
32003
|
icon?: string | undefined;
|
|
31724
32004
|
thumbnail?: string | undefined;
|
|
@@ -31739,6 +32019,7 @@ export declare const HMQueryBlockRequestSchema: z.ZodObject<{
|
|
|
31739
32019
|
importTags?: string | undefined;
|
|
31740
32020
|
}, {
|
|
31741
32021
|
name?: string | undefined;
|
|
32022
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
31742
32023
|
summary?: string | undefined;
|
|
31743
32024
|
icon?: string | undefined;
|
|
31744
32025
|
thumbnail?: string | undefined;
|
|
@@ -31779,6 +32060,7 @@ export declare const HMQueryBlockRequestSchema: z.ZodObject<{
|
|
|
31779
32060
|
};
|
|
31780
32061
|
metadata: {
|
|
31781
32062
|
name?: string | undefined;
|
|
32063
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
31782
32064
|
summary?: string | undefined;
|
|
31783
32065
|
icon?: string | undefined;
|
|
31784
32066
|
thumbnail?: string | undefined;
|
|
@@ -31819,6 +32101,7 @@ export declare const HMQueryBlockRequestSchema: z.ZodObject<{
|
|
|
31819
32101
|
};
|
|
31820
32102
|
metadata: {
|
|
31821
32103
|
name?: string | undefined;
|
|
32104
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
31822
32105
|
summary?: string | undefined;
|
|
31823
32106
|
icon?: string | undefined;
|
|
31824
32107
|
thumbnail?: string | undefined;
|
|
@@ -31890,6 +32173,7 @@ export declare const HMQueryBlockRequestSchema: z.ZodObject<{
|
|
|
31890
32173
|
visibility: "PUBLIC" | "PRIVATE";
|
|
31891
32174
|
metadata: {
|
|
31892
32175
|
name?: string | undefined;
|
|
32176
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
31893
32177
|
summary?: string | undefined;
|
|
31894
32178
|
icon?: string | undefined;
|
|
31895
32179
|
thumbnail?: string | undefined;
|
|
@@ -31964,6 +32248,7 @@ export declare const HMQueryBlockRequestSchema: z.ZodObject<{
|
|
|
31964
32248
|
};
|
|
31965
32249
|
metadata: {
|
|
31966
32250
|
name?: string | undefined;
|
|
32251
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
31967
32252
|
summary?: string | undefined;
|
|
31968
32253
|
icon?: string | undefined;
|
|
31969
32254
|
thumbnail?: string | undefined;
|
|
@@ -32036,6 +32321,7 @@ export declare const HMQueryBlockRequestSchema: z.ZodObject<{
|
|
|
32036
32321
|
visibility: string | number;
|
|
32037
32322
|
metadata: {
|
|
32038
32323
|
name?: string | undefined;
|
|
32324
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
32039
32325
|
summary?: string | undefined;
|
|
32040
32326
|
icon?: string | undefined;
|
|
32041
32327
|
thumbnail?: string | undefined;
|
|
@@ -32110,6 +32396,7 @@ export declare const HMQueryBlockRequestSchema: z.ZodObject<{
|
|
|
32110
32396
|
};
|
|
32111
32397
|
metadata: {
|
|
32112
32398
|
name?: string | undefined;
|
|
32399
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
32113
32400
|
summary?: string | undefined;
|
|
32114
32401
|
icon?: string | undefined;
|
|
32115
32402
|
thumbnail?: string | undefined;
|
|
@@ -32199,6 +32486,7 @@ export declare const HMQueryBlockRequestSchema: z.ZodObject<{
|
|
|
32199
32486
|
visibility: "PUBLIC" | "PRIVATE";
|
|
32200
32487
|
metadata: {
|
|
32201
32488
|
name?: string | undefined;
|
|
32489
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
32202
32490
|
summary?: string | undefined;
|
|
32203
32491
|
icon?: string | undefined;
|
|
32204
32492
|
thumbnail?: string | undefined;
|
|
@@ -32273,6 +32561,7 @@ export declare const HMQueryBlockRequestSchema: z.ZodObject<{
|
|
|
32273
32561
|
};
|
|
32274
32562
|
metadata: {
|
|
32275
32563
|
name?: string | undefined;
|
|
32564
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
32276
32565
|
summary?: string | undefined;
|
|
32277
32566
|
icon?: string | undefined;
|
|
32278
32567
|
thumbnail?: string | undefined;
|
|
@@ -32362,6 +32651,7 @@ export declare const HMQueryBlockRequestSchema: z.ZodObject<{
|
|
|
32362
32651
|
visibility: string | number;
|
|
32363
32652
|
metadata: {
|
|
32364
32653
|
name?: string | undefined;
|
|
32654
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
32365
32655
|
summary?: string | undefined;
|
|
32366
32656
|
icon?: string | undefined;
|
|
32367
32657
|
thumbnail?: string | undefined;
|
|
@@ -32436,6 +32726,7 @@ export declare const HMQueryBlockRequestSchema: z.ZodObject<{
|
|
|
32436
32726
|
};
|
|
32437
32727
|
metadata: {
|
|
32438
32728
|
name?: string | undefined;
|
|
32729
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
32439
32730
|
summary?: string | undefined;
|
|
32440
32731
|
icon?: string | undefined;
|
|
32441
32732
|
thumbnail?: string | undefined;
|
|
@@ -34511,6 +34802,7 @@ export declare const HMGetRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodOb
|
|
|
34511
34802
|
showOutline: z.ZodOptional<z.ZodBoolean>;
|
|
34512
34803
|
showActivity: z.ZodOptional<z.ZodBoolean>;
|
|
34513
34804
|
contentWidth: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"S">, z.ZodLiteral<"M">, z.ZodLiteral<"L">]>>;
|
|
34805
|
+
childrenType: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodLiteral<"Group">, z.ZodLiteral<"Ordered">, z.ZodLiteral<"Unordered">, z.ZodLiteral<"Blockquote">, z.ZodLiteral<"Grid">]>>>;
|
|
34514
34806
|
theme: z.ZodOptional<z.ZodObject<{
|
|
34515
34807
|
headerLayout: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"Center">, z.ZodLiteral<"">]>>;
|
|
34516
34808
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -34522,6 +34814,7 @@ export declare const HMGetRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodOb
|
|
|
34522
34814
|
importTags: z.ZodOptional<z.ZodString>;
|
|
34523
34815
|
}, "strip", z.ZodTypeAny, {
|
|
34524
34816
|
name?: string | undefined;
|
|
34817
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
34525
34818
|
summary?: string | undefined;
|
|
34526
34819
|
icon?: string | undefined;
|
|
34527
34820
|
thumbnail?: string | undefined;
|
|
@@ -34542,6 +34835,7 @@ export declare const HMGetRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodOb
|
|
|
34542
34835
|
importTags?: string | undefined;
|
|
34543
34836
|
}, {
|
|
34544
34837
|
name?: string | undefined;
|
|
34838
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
34545
34839
|
summary?: string | undefined;
|
|
34546
34840
|
icon?: string | undefined;
|
|
34547
34841
|
thumbnail?: string | undefined;
|
|
@@ -34589,6 +34883,7 @@ export declare const HMGetRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodOb
|
|
|
34589
34883
|
visibility: "PUBLIC" | "PRIVATE";
|
|
34590
34884
|
metadata: {
|
|
34591
34885
|
name?: string | undefined;
|
|
34886
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
34592
34887
|
summary?: string | undefined;
|
|
34593
34888
|
icon?: string | undefined;
|
|
34594
34889
|
thumbnail?: string | undefined;
|
|
@@ -34620,6 +34915,7 @@ export declare const HMGetRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodOb
|
|
|
34620
34915
|
visibility: string | number;
|
|
34621
34916
|
metadata: {
|
|
34622
34917
|
name?: string | undefined;
|
|
34918
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
34623
34919
|
summary?: string | undefined;
|
|
34624
34920
|
icon?: string | undefined;
|
|
34625
34921
|
thumbnail?: string | undefined;
|
|
@@ -34750,6 +35046,7 @@ export declare const HMGetRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodOb
|
|
|
34750
35046
|
visibility: "PUBLIC" | "PRIVATE";
|
|
34751
35047
|
metadata: {
|
|
34752
35048
|
name?: string | undefined;
|
|
35049
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
34753
35050
|
summary?: string | undefined;
|
|
34754
35051
|
icon?: string | undefined;
|
|
34755
35052
|
thumbnail?: string | undefined;
|
|
@@ -34801,6 +35098,7 @@ export declare const HMGetRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodOb
|
|
|
34801
35098
|
visibility: string | number;
|
|
34802
35099
|
metadata: {
|
|
34803
35100
|
name?: string | undefined;
|
|
35101
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
34804
35102
|
summary?: string | undefined;
|
|
34805
35103
|
icon?: string | undefined;
|
|
34806
35104
|
thumbnail?: string | undefined;
|
|
@@ -35598,6 +35896,7 @@ export declare const HMGetRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodOb
|
|
|
35598
35896
|
visibility: "PUBLIC" | "PRIVATE";
|
|
35599
35897
|
metadata: {
|
|
35600
35898
|
name?: string | undefined;
|
|
35899
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
35601
35900
|
summary?: string | undefined;
|
|
35602
35901
|
icon?: string | undefined;
|
|
35603
35902
|
thumbnail?: string | undefined;
|
|
@@ -35805,6 +36104,7 @@ export declare const HMGetRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodOb
|
|
|
35805
36104
|
visibility: string | number;
|
|
35806
36105
|
metadata: {
|
|
35807
36106
|
name?: string | undefined;
|
|
36107
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
35808
36108
|
summary?: string | undefined;
|
|
35809
36109
|
icon?: string | undefined;
|
|
35810
36110
|
thumbnail?: string | undefined;
|
|
@@ -36113,6 +36413,7 @@ export declare const HMGetRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodOb
|
|
|
36113
36413
|
showOutline: z.ZodOptional<z.ZodBoolean>;
|
|
36114
36414
|
showActivity: z.ZodOptional<z.ZodBoolean>;
|
|
36115
36415
|
contentWidth: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"S">, z.ZodLiteral<"M">, z.ZodLiteral<"L">]>>;
|
|
36416
|
+
childrenType: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodLiteral<"Group">, z.ZodLiteral<"Ordered">, z.ZodLiteral<"Unordered">, z.ZodLiteral<"Blockquote">, z.ZodLiteral<"Grid">]>>>;
|
|
36116
36417
|
theme: z.ZodOptional<z.ZodObject<{
|
|
36117
36418
|
headerLayout: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"Center">, z.ZodLiteral<"">]>>;
|
|
36118
36419
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -36124,6 +36425,7 @@ export declare const HMGetRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodOb
|
|
|
36124
36425
|
importTags: z.ZodOptional<z.ZodString>;
|
|
36125
36426
|
}, "strip", z.ZodTypeAny, {
|
|
36126
36427
|
name?: string | undefined;
|
|
36428
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
36127
36429
|
summary?: string | undefined;
|
|
36128
36430
|
icon?: string | undefined;
|
|
36129
36431
|
thumbnail?: string | undefined;
|
|
@@ -36144,6 +36446,7 @@ export declare const HMGetRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodOb
|
|
|
36144
36446
|
importTags?: string | undefined;
|
|
36145
36447
|
}, {
|
|
36146
36448
|
name?: string | undefined;
|
|
36449
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
36147
36450
|
summary?: string | undefined;
|
|
36148
36451
|
icon?: string | undefined;
|
|
36149
36452
|
thumbnail?: string | undefined;
|
|
@@ -36184,6 +36487,7 @@ export declare const HMGetRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodOb
|
|
|
36184
36487
|
};
|
|
36185
36488
|
metadata: {
|
|
36186
36489
|
name?: string | undefined;
|
|
36490
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
36187
36491
|
summary?: string | undefined;
|
|
36188
36492
|
icon?: string | undefined;
|
|
36189
36493
|
thumbnail?: string | undefined;
|
|
@@ -36224,6 +36528,7 @@ export declare const HMGetRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodOb
|
|
|
36224
36528
|
};
|
|
36225
36529
|
metadata: {
|
|
36226
36530
|
name?: string | undefined;
|
|
36531
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
36227
36532
|
summary?: string | undefined;
|
|
36228
36533
|
icon?: string | undefined;
|
|
36229
36534
|
thumbnail?: string | undefined;
|
|
@@ -36284,6 +36589,7 @@ export declare const HMGetRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodOb
|
|
|
36284
36589
|
};
|
|
36285
36590
|
metadata: {
|
|
36286
36591
|
name?: string | undefined;
|
|
36592
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
36287
36593
|
summary?: string | undefined;
|
|
36288
36594
|
icon?: string | undefined;
|
|
36289
36595
|
thumbnail?: string | undefined;
|
|
@@ -36344,6 +36650,7 @@ export declare const HMGetRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodOb
|
|
|
36344
36650
|
};
|
|
36345
36651
|
metadata: {
|
|
36346
36652
|
name?: string | undefined;
|
|
36653
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
36347
36654
|
summary?: string | undefined;
|
|
36348
36655
|
icon?: string | undefined;
|
|
36349
36656
|
thumbnail?: string | undefined;
|
|
@@ -36441,6 +36748,7 @@ export declare const HMGetRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodOb
|
|
|
36441
36748
|
showOutline: z.ZodOptional<z.ZodBoolean>;
|
|
36442
36749
|
showActivity: z.ZodOptional<z.ZodBoolean>;
|
|
36443
36750
|
contentWidth: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"S">, z.ZodLiteral<"M">, z.ZodLiteral<"L">]>>;
|
|
36751
|
+
childrenType: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodLiteral<"Group">, z.ZodLiteral<"Ordered">, z.ZodLiteral<"Unordered">, z.ZodLiteral<"Blockquote">, z.ZodLiteral<"Grid">]>>>;
|
|
36444
36752
|
theme: z.ZodOptional<z.ZodObject<{
|
|
36445
36753
|
headerLayout: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"Center">, z.ZodLiteral<"">]>>;
|
|
36446
36754
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -36452,6 +36760,7 @@ export declare const HMGetRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodOb
|
|
|
36452
36760
|
importTags: z.ZodOptional<z.ZodString>;
|
|
36453
36761
|
}, "strip", z.ZodTypeAny, {
|
|
36454
36762
|
name?: string | undefined;
|
|
36763
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
36455
36764
|
summary?: string | undefined;
|
|
36456
36765
|
icon?: string | undefined;
|
|
36457
36766
|
thumbnail?: string | undefined;
|
|
@@ -36472,6 +36781,7 @@ export declare const HMGetRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodOb
|
|
|
36472
36781
|
importTags?: string | undefined;
|
|
36473
36782
|
}, {
|
|
36474
36783
|
name?: string | undefined;
|
|
36784
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
36475
36785
|
summary?: string | undefined;
|
|
36476
36786
|
icon?: string | undefined;
|
|
36477
36787
|
thumbnail?: string | undefined;
|
|
@@ -36515,6 +36825,7 @@ export declare const HMGetRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodOb
|
|
|
36515
36825
|
};
|
|
36516
36826
|
metadata: {
|
|
36517
36827
|
name?: string | undefined;
|
|
36828
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
36518
36829
|
summary?: string | undefined;
|
|
36519
36830
|
icon?: string | undefined;
|
|
36520
36831
|
thumbnail?: string | undefined;
|
|
@@ -36556,6 +36867,7 @@ export declare const HMGetRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodOb
|
|
|
36556
36867
|
};
|
|
36557
36868
|
metadata: {
|
|
36558
36869
|
name?: string | undefined;
|
|
36870
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
36559
36871
|
summary?: string | undefined;
|
|
36560
36872
|
icon?: string | undefined;
|
|
36561
36873
|
thumbnail?: string | undefined;
|
|
@@ -36610,6 +36922,7 @@ export declare const HMGetRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodOb
|
|
|
36610
36922
|
};
|
|
36611
36923
|
metadata: {
|
|
36612
36924
|
name?: string | undefined;
|
|
36925
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
36613
36926
|
summary?: string | undefined;
|
|
36614
36927
|
icon?: string | undefined;
|
|
36615
36928
|
thumbnail?: string | undefined;
|
|
@@ -36658,6 +36971,7 @@ export declare const HMGetRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodOb
|
|
|
36658
36971
|
};
|
|
36659
36972
|
metadata: {
|
|
36660
36973
|
name?: string | undefined;
|
|
36974
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
36661
36975
|
summary?: string | undefined;
|
|
36662
36976
|
icon?: string | undefined;
|
|
36663
36977
|
thumbnail?: string | undefined;
|
|
@@ -36924,6 +37238,7 @@ export declare const HMGetRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodOb
|
|
|
36924
37238
|
showOutline: z.ZodOptional<z.ZodBoolean>;
|
|
36925
37239
|
showActivity: z.ZodOptional<z.ZodBoolean>;
|
|
36926
37240
|
contentWidth: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"S">, z.ZodLiteral<"M">, z.ZodLiteral<"L">]>>;
|
|
37241
|
+
childrenType: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodLiteral<"Group">, z.ZodLiteral<"Ordered">, z.ZodLiteral<"Unordered">, z.ZodLiteral<"Blockquote">, z.ZodLiteral<"Grid">]>>>;
|
|
36927
37242
|
theme: z.ZodOptional<z.ZodObject<{
|
|
36928
37243
|
headerLayout: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"Center">, z.ZodLiteral<"">]>>;
|
|
36929
37244
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -36935,6 +37250,7 @@ export declare const HMGetRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodOb
|
|
|
36935
37250
|
importTags: z.ZodOptional<z.ZodString>;
|
|
36936
37251
|
}, "strip", z.ZodTypeAny, {
|
|
36937
37252
|
name?: string | undefined;
|
|
37253
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
36938
37254
|
summary?: string | undefined;
|
|
36939
37255
|
icon?: string | undefined;
|
|
36940
37256
|
thumbnail?: string | undefined;
|
|
@@ -36955,6 +37271,7 @@ export declare const HMGetRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodOb
|
|
|
36955
37271
|
importTags?: string | undefined;
|
|
36956
37272
|
}, {
|
|
36957
37273
|
name?: string | undefined;
|
|
37274
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
36958
37275
|
summary?: string | undefined;
|
|
36959
37276
|
icon?: string | undefined;
|
|
36960
37277
|
thumbnail?: string | undefined;
|
|
@@ -37005,6 +37322,7 @@ export declare const HMGetRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodOb
|
|
|
37005
37322
|
searchQuery: string;
|
|
37006
37323
|
metadata?: {
|
|
37007
37324
|
name?: string | undefined;
|
|
37325
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
37008
37326
|
summary?: string | undefined;
|
|
37009
37327
|
icon?: string | undefined;
|
|
37010
37328
|
thumbnail?: string | undefined;
|
|
@@ -37051,6 +37369,7 @@ export declare const HMGetRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodOb
|
|
|
37051
37369
|
searchQuery: string;
|
|
37052
37370
|
metadata?: {
|
|
37053
37371
|
name?: string | undefined;
|
|
37372
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
37054
37373
|
summary?: string | undefined;
|
|
37055
37374
|
icon?: string | undefined;
|
|
37056
37375
|
thumbnail?: string | undefined;
|
|
@@ -37101,6 +37420,7 @@ export declare const HMGetRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodOb
|
|
|
37101
37420
|
searchQuery: string;
|
|
37102
37421
|
metadata?: {
|
|
37103
37422
|
name?: string | undefined;
|
|
37423
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
37104
37424
|
summary?: string | undefined;
|
|
37105
37425
|
icon?: string | undefined;
|
|
37106
37426
|
thumbnail?: string | undefined;
|
|
@@ -37150,6 +37470,7 @@ export declare const HMGetRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodOb
|
|
|
37150
37470
|
searchQuery: string;
|
|
37151
37471
|
metadata?: {
|
|
37152
37472
|
name?: string | undefined;
|
|
37473
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
37153
37474
|
summary?: string | undefined;
|
|
37154
37475
|
icon?: string | undefined;
|
|
37155
37476
|
thumbnail?: string | undefined;
|
|
@@ -37213,6 +37534,7 @@ export declare const HMGetRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodOb
|
|
|
37213
37534
|
searchQuery: string;
|
|
37214
37535
|
metadata?: {
|
|
37215
37536
|
name?: string | undefined;
|
|
37537
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
37216
37538
|
summary?: string | undefined;
|
|
37217
37539
|
icon?: string | undefined;
|
|
37218
37540
|
thumbnail?: string | undefined;
|
|
@@ -37276,6 +37598,7 @@ export declare const HMGetRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodOb
|
|
|
37276
37598
|
searchQuery: string;
|
|
37277
37599
|
metadata?: {
|
|
37278
37600
|
name?: string | undefined;
|
|
37601
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
37279
37602
|
summary?: string | undefined;
|
|
37280
37603
|
icon?: string | undefined;
|
|
37281
37604
|
thumbnail?: string | undefined;
|
|
@@ -37588,6 +37911,7 @@ export declare const HMGetRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodOb
|
|
|
37588
37911
|
showOutline: z.ZodOptional<z.ZodBoolean>;
|
|
37589
37912
|
showActivity: z.ZodOptional<z.ZodBoolean>;
|
|
37590
37913
|
contentWidth: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"S">, z.ZodLiteral<"M">, z.ZodLiteral<"L">]>>;
|
|
37914
|
+
childrenType: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodLiteral<"Group">, z.ZodLiteral<"Ordered">, z.ZodLiteral<"Unordered">, z.ZodLiteral<"Blockquote">, z.ZodLiteral<"Grid">]>>>;
|
|
37591
37915
|
theme: z.ZodOptional<z.ZodObject<{
|
|
37592
37916
|
headerLayout: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"Center">, z.ZodLiteral<"">]>>;
|
|
37593
37917
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -37599,6 +37923,7 @@ export declare const HMGetRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodOb
|
|
|
37599
37923
|
importTags: z.ZodOptional<z.ZodString>;
|
|
37600
37924
|
}, "strip", z.ZodTypeAny, {
|
|
37601
37925
|
name?: string | undefined;
|
|
37926
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
37602
37927
|
summary?: string | undefined;
|
|
37603
37928
|
icon?: string | undefined;
|
|
37604
37929
|
thumbnail?: string | undefined;
|
|
@@ -37619,6 +37944,7 @@ export declare const HMGetRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodOb
|
|
|
37619
37944
|
importTags?: string | undefined;
|
|
37620
37945
|
}, {
|
|
37621
37946
|
name?: string | undefined;
|
|
37947
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
37622
37948
|
summary?: string | undefined;
|
|
37623
37949
|
icon?: string | undefined;
|
|
37624
37950
|
thumbnail?: string | undefined;
|
|
@@ -37671,6 +37997,7 @@ export declare const HMGetRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodOb
|
|
|
37671
37997
|
visibility: "PUBLIC" | "PRIVATE";
|
|
37672
37998
|
metadata: {
|
|
37673
37999
|
name?: string | undefined;
|
|
38000
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
37674
38001
|
summary?: string | undefined;
|
|
37675
38002
|
icon?: string | undefined;
|
|
37676
38003
|
thumbnail?: string | undefined;
|
|
@@ -37751,6 +38078,7 @@ export declare const HMGetRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodOb
|
|
|
37751
38078
|
visibility: string | number;
|
|
37752
38079
|
metadata: {
|
|
37753
38080
|
name?: string | undefined;
|
|
38081
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
37754
38082
|
summary?: string | undefined;
|
|
37755
38083
|
icon?: string | undefined;
|
|
37756
38084
|
thumbnail?: string | undefined;
|
|
@@ -37851,6 +38179,7 @@ export declare const HMGetRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodOb
|
|
|
37851
38179
|
visibility: "PUBLIC" | "PRIVATE";
|
|
37852
38180
|
metadata: {
|
|
37853
38181
|
name?: string | undefined;
|
|
38182
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
37854
38183
|
summary?: string | undefined;
|
|
37855
38184
|
icon?: string | undefined;
|
|
37856
38185
|
thumbnail?: string | undefined;
|
|
@@ -37951,6 +38280,7 @@ export declare const HMGetRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodOb
|
|
|
37951
38280
|
visibility: string | number;
|
|
37952
38281
|
metadata: {
|
|
37953
38282
|
name?: string | undefined;
|
|
38283
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
37954
38284
|
summary?: string | undefined;
|
|
37955
38285
|
icon?: string | undefined;
|
|
37956
38286
|
thumbnail?: string | undefined;
|
|
@@ -38066,6 +38396,7 @@ export declare const HMGetRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodOb
|
|
|
38066
38396
|
visibility: "PUBLIC" | "PRIVATE";
|
|
38067
38397
|
metadata: {
|
|
38068
38398
|
name?: string | undefined;
|
|
38399
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
38069
38400
|
summary?: string | undefined;
|
|
38070
38401
|
icon?: string | undefined;
|
|
38071
38402
|
thumbnail?: string | undefined;
|
|
@@ -38181,6 +38512,7 @@ export declare const HMGetRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodOb
|
|
|
38181
38512
|
visibility: string | number;
|
|
38182
38513
|
metadata: {
|
|
38183
38514
|
name?: string | undefined;
|
|
38515
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
38184
38516
|
summary?: string | undefined;
|
|
38185
38517
|
icon?: string | undefined;
|
|
38186
38518
|
thumbnail?: string | undefined;
|
|
@@ -38550,6 +38882,7 @@ export declare const HMGetRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodOb
|
|
|
38550
38882
|
showOutline: z.ZodOptional<z.ZodBoolean>;
|
|
38551
38883
|
showActivity: z.ZodOptional<z.ZodBoolean>;
|
|
38552
38884
|
contentWidth: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"S">, z.ZodLiteral<"M">, z.ZodLiteral<"L">]>>;
|
|
38885
|
+
childrenType: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodLiteral<"Group">, z.ZodLiteral<"Ordered">, z.ZodLiteral<"Unordered">, z.ZodLiteral<"Blockquote">, z.ZodLiteral<"Grid">]>>>;
|
|
38553
38886
|
theme: z.ZodOptional<z.ZodObject<{
|
|
38554
38887
|
headerLayout: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"Center">, z.ZodLiteral<"">]>>;
|
|
38555
38888
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -38561,6 +38894,7 @@ export declare const HMGetRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodOb
|
|
|
38561
38894
|
importTags: z.ZodOptional<z.ZodString>;
|
|
38562
38895
|
}, "strip", z.ZodTypeAny, {
|
|
38563
38896
|
name?: string | undefined;
|
|
38897
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
38564
38898
|
summary?: string | undefined;
|
|
38565
38899
|
icon?: string | undefined;
|
|
38566
38900
|
thumbnail?: string | undefined;
|
|
@@ -38581,6 +38915,7 @@ export declare const HMGetRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodOb
|
|
|
38581
38915
|
importTags?: string | undefined;
|
|
38582
38916
|
}, {
|
|
38583
38917
|
name?: string | undefined;
|
|
38918
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
38584
38919
|
summary?: string | undefined;
|
|
38585
38920
|
icon?: string | undefined;
|
|
38586
38921
|
thumbnail?: string | undefined;
|
|
@@ -38633,6 +38968,7 @@ export declare const HMGetRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodOb
|
|
|
38633
38968
|
visibility: "PUBLIC" | "PRIVATE";
|
|
38634
38969
|
metadata: {
|
|
38635
38970
|
name?: string | undefined;
|
|
38971
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
38636
38972
|
summary?: string | undefined;
|
|
38637
38973
|
icon?: string | undefined;
|
|
38638
38974
|
thumbnail?: string | undefined;
|
|
@@ -38713,6 +39049,7 @@ export declare const HMGetRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodOb
|
|
|
38713
39049
|
visibility: string | number;
|
|
38714
39050
|
metadata: {
|
|
38715
39051
|
name?: string | undefined;
|
|
39052
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
38716
39053
|
summary?: string | undefined;
|
|
38717
39054
|
icon?: string | undefined;
|
|
38718
39055
|
thumbnail?: string | undefined;
|
|
@@ -38846,6 +39183,7 @@ export declare const HMGetRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodOb
|
|
|
38846
39183
|
showOutline: z.ZodOptional<z.ZodBoolean>;
|
|
38847
39184
|
showActivity: z.ZodOptional<z.ZodBoolean>;
|
|
38848
39185
|
contentWidth: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"S">, z.ZodLiteral<"M">, z.ZodLiteral<"L">]>>;
|
|
39186
|
+
childrenType: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodLiteral<"Group">, z.ZodLiteral<"Ordered">, z.ZodLiteral<"Unordered">, z.ZodLiteral<"Blockquote">, z.ZodLiteral<"Grid">]>>>;
|
|
38849
39187
|
theme: z.ZodOptional<z.ZodObject<{
|
|
38850
39188
|
headerLayout: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"Center">, z.ZodLiteral<"">]>>;
|
|
38851
39189
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -38857,6 +39195,7 @@ export declare const HMGetRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodOb
|
|
|
38857
39195
|
importTags: z.ZodOptional<z.ZodString>;
|
|
38858
39196
|
}, "strip", z.ZodTypeAny, {
|
|
38859
39197
|
name?: string | undefined;
|
|
39198
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
38860
39199
|
summary?: string | undefined;
|
|
38861
39200
|
icon?: string | undefined;
|
|
38862
39201
|
thumbnail?: string | undefined;
|
|
@@ -38877,6 +39216,7 @@ export declare const HMGetRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodOb
|
|
|
38877
39216
|
importTags?: string | undefined;
|
|
38878
39217
|
}, {
|
|
38879
39218
|
name?: string | undefined;
|
|
39219
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
38880
39220
|
summary?: string | undefined;
|
|
38881
39221
|
icon?: string | undefined;
|
|
38882
39222
|
thumbnail?: string | undefined;
|
|
@@ -38917,6 +39257,7 @@ export declare const HMGetRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodOb
|
|
|
38917
39257
|
};
|
|
38918
39258
|
metadata: {
|
|
38919
39259
|
name?: string | undefined;
|
|
39260
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
38920
39261
|
summary?: string | undefined;
|
|
38921
39262
|
icon?: string | undefined;
|
|
38922
39263
|
thumbnail?: string | undefined;
|
|
@@ -38957,6 +39298,7 @@ export declare const HMGetRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodOb
|
|
|
38957
39298
|
};
|
|
38958
39299
|
metadata: {
|
|
38959
39300
|
name?: string | undefined;
|
|
39301
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
38960
39302
|
summary?: string | undefined;
|
|
38961
39303
|
icon?: string | undefined;
|
|
38962
39304
|
thumbnail?: string | undefined;
|
|
@@ -39028,6 +39370,7 @@ export declare const HMGetRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodOb
|
|
|
39028
39370
|
visibility: "PUBLIC" | "PRIVATE";
|
|
39029
39371
|
metadata: {
|
|
39030
39372
|
name?: string | undefined;
|
|
39373
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
39031
39374
|
summary?: string | undefined;
|
|
39032
39375
|
icon?: string | undefined;
|
|
39033
39376
|
thumbnail?: string | undefined;
|
|
@@ -39102,6 +39445,7 @@ export declare const HMGetRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodOb
|
|
|
39102
39445
|
};
|
|
39103
39446
|
metadata: {
|
|
39104
39447
|
name?: string | undefined;
|
|
39448
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
39105
39449
|
summary?: string | undefined;
|
|
39106
39450
|
icon?: string | undefined;
|
|
39107
39451
|
thumbnail?: string | undefined;
|
|
@@ -39174,6 +39518,7 @@ export declare const HMGetRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodOb
|
|
|
39174
39518
|
visibility: string | number;
|
|
39175
39519
|
metadata: {
|
|
39176
39520
|
name?: string | undefined;
|
|
39521
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
39177
39522
|
summary?: string | undefined;
|
|
39178
39523
|
icon?: string | undefined;
|
|
39179
39524
|
thumbnail?: string | undefined;
|
|
@@ -39248,6 +39593,7 @@ export declare const HMGetRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodOb
|
|
|
39248
39593
|
};
|
|
39249
39594
|
metadata: {
|
|
39250
39595
|
name?: string | undefined;
|
|
39596
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
39251
39597
|
summary?: string | undefined;
|
|
39252
39598
|
icon?: string | undefined;
|
|
39253
39599
|
thumbnail?: string | undefined;
|
|
@@ -39337,6 +39683,7 @@ export declare const HMGetRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodOb
|
|
|
39337
39683
|
visibility: "PUBLIC" | "PRIVATE";
|
|
39338
39684
|
metadata: {
|
|
39339
39685
|
name?: string | undefined;
|
|
39686
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
39340
39687
|
summary?: string | undefined;
|
|
39341
39688
|
icon?: string | undefined;
|
|
39342
39689
|
thumbnail?: string | undefined;
|
|
@@ -39411,6 +39758,7 @@ export declare const HMGetRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodOb
|
|
|
39411
39758
|
};
|
|
39412
39759
|
metadata: {
|
|
39413
39760
|
name?: string | undefined;
|
|
39761
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
39414
39762
|
summary?: string | undefined;
|
|
39415
39763
|
icon?: string | undefined;
|
|
39416
39764
|
thumbnail?: string | undefined;
|
|
@@ -39500,6 +39848,7 @@ export declare const HMGetRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodOb
|
|
|
39500
39848
|
visibility: string | number;
|
|
39501
39849
|
metadata: {
|
|
39502
39850
|
name?: string | undefined;
|
|
39851
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
39503
39852
|
summary?: string | undefined;
|
|
39504
39853
|
icon?: string | undefined;
|
|
39505
39854
|
thumbnail?: string | undefined;
|
|
@@ -39574,6 +39923,7 @@ export declare const HMGetRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodOb
|
|
|
39574
39923
|
};
|
|
39575
39924
|
metadata: {
|
|
39576
39925
|
name?: string | undefined;
|
|
39926
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
39577
39927
|
summary?: string | undefined;
|
|
39578
39928
|
icon?: string | undefined;
|
|
39579
39929
|
thumbnail?: string | undefined;
|
|
@@ -40087,6 +40437,7 @@ export declare const HMGetRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodOb
|
|
|
40087
40437
|
showOutline: z.ZodOptional<z.ZodBoolean>;
|
|
40088
40438
|
showActivity: z.ZodOptional<z.ZodBoolean>;
|
|
40089
40439
|
contentWidth: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"S">, z.ZodLiteral<"M">, z.ZodLiteral<"L">]>>;
|
|
40440
|
+
childrenType: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodLiteral<"Group">, z.ZodLiteral<"Ordered">, z.ZodLiteral<"Unordered">, z.ZodLiteral<"Blockquote">, z.ZodLiteral<"Grid">]>>>;
|
|
40090
40441
|
theme: z.ZodOptional<z.ZodObject<{
|
|
40091
40442
|
headerLayout: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"Center">, z.ZodLiteral<"">]>>;
|
|
40092
40443
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -40098,6 +40449,7 @@ export declare const HMGetRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodOb
|
|
|
40098
40449
|
importTags: z.ZodOptional<z.ZodString>;
|
|
40099
40450
|
}, "strip", z.ZodTypeAny, {
|
|
40100
40451
|
name?: string | undefined;
|
|
40452
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
40101
40453
|
summary?: string | undefined;
|
|
40102
40454
|
icon?: string | undefined;
|
|
40103
40455
|
thumbnail?: string | undefined;
|
|
@@ -40118,6 +40470,7 @@ export declare const HMGetRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodOb
|
|
|
40118
40470
|
importTags?: string | undefined;
|
|
40119
40471
|
}, {
|
|
40120
40472
|
name?: string | undefined;
|
|
40473
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
40121
40474
|
summary?: string | undefined;
|
|
40122
40475
|
icon?: string | undefined;
|
|
40123
40476
|
thumbnail?: string | undefined;
|
|
@@ -40158,6 +40511,7 @@ export declare const HMGetRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodOb
|
|
|
40158
40511
|
};
|
|
40159
40512
|
metadata: {
|
|
40160
40513
|
name?: string | undefined;
|
|
40514
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
40161
40515
|
summary?: string | undefined;
|
|
40162
40516
|
icon?: string | undefined;
|
|
40163
40517
|
thumbnail?: string | undefined;
|
|
@@ -40198,6 +40552,7 @@ export declare const HMGetRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodOb
|
|
|
40198
40552
|
};
|
|
40199
40553
|
metadata: {
|
|
40200
40554
|
name?: string | undefined;
|
|
40555
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
40201
40556
|
summary?: string | undefined;
|
|
40202
40557
|
icon?: string | undefined;
|
|
40203
40558
|
thumbnail?: string | undefined;
|
|
@@ -40263,6 +40618,7 @@ export declare const HMGetRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodOb
|
|
|
40263
40618
|
};
|
|
40264
40619
|
metadata: {
|
|
40265
40620
|
name?: string | undefined;
|
|
40621
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
40266
40622
|
summary?: string | undefined;
|
|
40267
40623
|
icon?: string | undefined;
|
|
40268
40624
|
thumbnail?: string | undefined;
|
|
@@ -40328,6 +40684,7 @@ export declare const HMGetRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodOb
|
|
|
40328
40684
|
};
|
|
40329
40685
|
metadata: {
|
|
40330
40686
|
name?: string | undefined;
|
|
40687
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
40331
40688
|
summary?: string | undefined;
|
|
40332
40689
|
icon?: string | undefined;
|
|
40333
40690
|
thumbnail?: string | undefined;
|
|
@@ -40415,6 +40772,7 @@ export declare const HMGetRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodOb
|
|
|
40415
40772
|
};
|
|
40416
40773
|
metadata: {
|
|
40417
40774
|
name?: string | undefined;
|
|
40775
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
40418
40776
|
summary?: string | undefined;
|
|
40419
40777
|
icon?: string | undefined;
|
|
40420
40778
|
thumbnail?: string | undefined;
|
|
@@ -40502,6 +40860,7 @@ export declare const HMGetRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodOb
|
|
|
40502
40860
|
};
|
|
40503
40861
|
metadata: {
|
|
40504
40862
|
name?: string | undefined;
|
|
40863
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
40505
40864
|
summary?: string | undefined;
|
|
40506
40865
|
icon?: string | undefined;
|
|
40507
40866
|
thumbnail?: string | undefined;
|
|
@@ -40836,6 +41195,7 @@ export declare const HMGetRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodOb
|
|
|
40836
41195
|
showOutline: z.ZodOptional<z.ZodBoolean>;
|
|
40837
41196
|
showActivity: z.ZodOptional<z.ZodBoolean>;
|
|
40838
41197
|
contentWidth: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"S">, z.ZodLiteral<"M">, z.ZodLiteral<"L">]>>;
|
|
41198
|
+
childrenType: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodLiteral<"Group">, z.ZodLiteral<"Ordered">, z.ZodLiteral<"Unordered">, z.ZodLiteral<"Blockquote">, z.ZodLiteral<"Grid">]>>>;
|
|
40839
41199
|
theme: z.ZodOptional<z.ZodObject<{
|
|
40840
41200
|
headerLayout: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"Center">, z.ZodLiteral<"">]>>;
|
|
40841
41201
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -40847,6 +41207,7 @@ export declare const HMGetRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodOb
|
|
|
40847
41207
|
importTags: z.ZodOptional<z.ZodString>;
|
|
40848
41208
|
}, "strip", z.ZodTypeAny, {
|
|
40849
41209
|
name?: string | undefined;
|
|
41210
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
40850
41211
|
summary?: string | undefined;
|
|
40851
41212
|
icon?: string | undefined;
|
|
40852
41213
|
thumbnail?: string | undefined;
|
|
@@ -40867,6 +41228,7 @@ export declare const HMGetRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodOb
|
|
|
40867
41228
|
importTags?: string | undefined;
|
|
40868
41229
|
}, {
|
|
40869
41230
|
name?: string | undefined;
|
|
41231
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
40870
41232
|
summary?: string | undefined;
|
|
40871
41233
|
icon?: string | undefined;
|
|
40872
41234
|
thumbnail?: string | undefined;
|
|
@@ -40907,6 +41269,7 @@ export declare const HMGetRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodOb
|
|
|
40907
41269
|
};
|
|
40908
41270
|
metadata: {
|
|
40909
41271
|
name?: string | undefined;
|
|
41272
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
40910
41273
|
summary?: string | undefined;
|
|
40911
41274
|
icon?: string | undefined;
|
|
40912
41275
|
thumbnail?: string | undefined;
|
|
@@ -40947,6 +41310,7 @@ export declare const HMGetRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodOb
|
|
|
40947
41310
|
};
|
|
40948
41311
|
metadata: {
|
|
40949
41312
|
name?: string | undefined;
|
|
41313
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
40950
41314
|
summary?: string | undefined;
|
|
40951
41315
|
icon?: string | undefined;
|
|
40952
41316
|
thumbnail?: string | undefined;
|
|
@@ -41123,6 +41487,7 @@ export declare const HMGetRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodOb
|
|
|
41123
41487
|
showOutline: z.ZodOptional<z.ZodBoolean>;
|
|
41124
41488
|
showActivity: z.ZodOptional<z.ZodBoolean>;
|
|
41125
41489
|
contentWidth: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"S">, z.ZodLiteral<"M">, z.ZodLiteral<"L">]>>;
|
|
41490
|
+
childrenType: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodLiteral<"Group">, z.ZodLiteral<"Ordered">, z.ZodLiteral<"Unordered">, z.ZodLiteral<"Blockquote">, z.ZodLiteral<"Grid">]>>>;
|
|
41126
41491
|
theme: z.ZodOptional<z.ZodObject<{
|
|
41127
41492
|
headerLayout: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"Center">, z.ZodLiteral<"">]>>;
|
|
41128
41493
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -41134,6 +41499,7 @@ export declare const HMGetRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodOb
|
|
|
41134
41499
|
importTags: z.ZodOptional<z.ZodString>;
|
|
41135
41500
|
}, "strip", z.ZodTypeAny, {
|
|
41136
41501
|
name?: string | undefined;
|
|
41502
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
41137
41503
|
summary?: string | undefined;
|
|
41138
41504
|
icon?: string | undefined;
|
|
41139
41505
|
thumbnail?: string | undefined;
|
|
@@ -41154,6 +41520,7 @@ export declare const HMGetRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodOb
|
|
|
41154
41520
|
importTags?: string | undefined;
|
|
41155
41521
|
}, {
|
|
41156
41522
|
name?: string | undefined;
|
|
41523
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
41157
41524
|
summary?: string | undefined;
|
|
41158
41525
|
icon?: string | undefined;
|
|
41159
41526
|
thumbnail?: string | undefined;
|
|
@@ -41194,6 +41561,7 @@ export declare const HMGetRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodOb
|
|
|
41194
41561
|
};
|
|
41195
41562
|
metadata: {
|
|
41196
41563
|
name?: string | undefined;
|
|
41564
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
41197
41565
|
summary?: string | undefined;
|
|
41198
41566
|
icon?: string | undefined;
|
|
41199
41567
|
thumbnail?: string | undefined;
|
|
@@ -41234,6 +41602,7 @@ export declare const HMGetRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodOb
|
|
|
41234
41602
|
};
|
|
41235
41603
|
metadata: {
|
|
41236
41604
|
name?: string | undefined;
|
|
41605
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
41237
41606
|
summary?: string | undefined;
|
|
41238
41607
|
icon?: string | undefined;
|
|
41239
41608
|
thumbnail?: string | undefined;
|
|
@@ -41303,6 +41672,7 @@ export declare const HMGetRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodOb
|
|
|
41303
41672
|
};
|
|
41304
41673
|
metadata: {
|
|
41305
41674
|
name?: string | undefined;
|
|
41675
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
41306
41676
|
summary?: string | undefined;
|
|
41307
41677
|
icon?: string | undefined;
|
|
41308
41678
|
thumbnail?: string | undefined;
|
|
@@ -41371,6 +41741,7 @@ export declare const HMGetRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodOb
|
|
|
41371
41741
|
};
|
|
41372
41742
|
metadata: {
|
|
41373
41743
|
name?: string | undefined;
|
|
41744
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
41374
41745
|
summary?: string | undefined;
|
|
41375
41746
|
icon?: string | undefined;
|
|
41376
41747
|
thumbnail?: string | undefined;
|
|
@@ -41414,6 +41785,7 @@ export declare const HMGetRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodOb
|
|
|
41414
41785
|
};
|
|
41415
41786
|
metadata: {
|
|
41416
41787
|
name?: string | undefined;
|
|
41788
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
41417
41789
|
summary?: string | undefined;
|
|
41418
41790
|
icon?: string | undefined;
|
|
41419
41791
|
thumbnail?: string | undefined;
|
|
@@ -41510,6 +41882,7 @@ export declare const HMGetRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodOb
|
|
|
41510
41882
|
};
|
|
41511
41883
|
metadata: {
|
|
41512
41884
|
name?: string | undefined;
|
|
41885
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
41513
41886
|
summary?: string | undefined;
|
|
41514
41887
|
icon?: string | undefined;
|
|
41515
41888
|
thumbnail?: string | undefined;
|
|
@@ -41553,6 +41926,7 @@ export declare const HMGetRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodOb
|
|
|
41553
41926
|
};
|
|
41554
41927
|
metadata: {
|
|
41555
41928
|
name?: string | undefined;
|
|
41929
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
41556
41930
|
summary?: string | undefined;
|
|
41557
41931
|
icon?: string | undefined;
|
|
41558
41932
|
thumbnail?: string | undefined;
|
|
@@ -41649,6 +42023,7 @@ export declare const HMGetRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodOb
|
|
|
41649
42023
|
};
|
|
41650
42024
|
metadata: {
|
|
41651
42025
|
name?: string | undefined;
|
|
42026
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
41652
42027
|
summary?: string | undefined;
|
|
41653
42028
|
icon?: string | undefined;
|
|
41654
42029
|
thumbnail?: string | undefined;
|
|
@@ -41715,6 +42090,7 @@ export declare const HMGetRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodOb
|
|
|
41715
42090
|
};
|
|
41716
42091
|
metadata: {
|
|
41717
42092
|
name?: string | undefined;
|
|
42093
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
41718
42094
|
summary?: string | undefined;
|
|
41719
42095
|
icon?: string | undefined;
|
|
41720
42096
|
thumbnail?: string | undefined;
|
|
@@ -41811,6 +42187,7 @@ export declare const HMGetRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodOb
|
|
|
41811
42187
|
};
|
|
41812
42188
|
metadata: {
|
|
41813
42189
|
name?: string | undefined;
|
|
42190
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
41814
42191
|
summary?: string | undefined;
|
|
41815
42192
|
icon?: string | undefined;
|
|
41816
42193
|
thumbnail?: string | undefined;
|
|
@@ -41877,6 +42254,7 @@ export declare const HMGetRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodOb
|
|
|
41877
42254
|
};
|
|
41878
42255
|
metadata: {
|
|
41879
42256
|
name?: string | undefined;
|
|
42257
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
41880
42258
|
summary?: string | undefined;
|
|
41881
42259
|
icon?: string | undefined;
|
|
41882
42260
|
thumbnail?: string | undefined;
|
|
@@ -41973,6 +42351,7 @@ export declare const HMGetRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodOb
|
|
|
41973
42351
|
};
|
|
41974
42352
|
metadata: {
|
|
41975
42353
|
name?: string | undefined;
|
|
42354
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
41976
42355
|
summary?: string | undefined;
|
|
41977
42356
|
icon?: string | undefined;
|
|
41978
42357
|
thumbnail?: string | undefined;
|
|
@@ -42246,6 +42625,7 @@ export declare const HMGetRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodOb
|
|
|
42246
42625
|
showOutline: z.ZodOptional<z.ZodBoolean>;
|
|
42247
42626
|
showActivity: z.ZodOptional<z.ZodBoolean>;
|
|
42248
42627
|
contentWidth: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"S">, z.ZodLiteral<"M">, z.ZodLiteral<"L">]>>;
|
|
42628
|
+
childrenType: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodLiteral<"Group">, z.ZodLiteral<"Ordered">, z.ZodLiteral<"Unordered">, z.ZodLiteral<"Blockquote">, z.ZodLiteral<"Grid">]>>>;
|
|
42249
42629
|
theme: z.ZodOptional<z.ZodObject<{
|
|
42250
42630
|
headerLayout: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"Center">, z.ZodLiteral<"">]>>;
|
|
42251
42631
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -42257,6 +42637,7 @@ export declare const HMGetRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodOb
|
|
|
42257
42637
|
importTags: z.ZodOptional<z.ZodString>;
|
|
42258
42638
|
}, "strip", z.ZodTypeAny, {
|
|
42259
42639
|
name?: string | undefined;
|
|
42640
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
42260
42641
|
summary?: string | undefined;
|
|
42261
42642
|
icon?: string | undefined;
|
|
42262
42643
|
thumbnail?: string | undefined;
|
|
@@ -42277,6 +42658,7 @@ export declare const HMGetRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodOb
|
|
|
42277
42658
|
importTags?: string | undefined;
|
|
42278
42659
|
}, {
|
|
42279
42660
|
name?: string | undefined;
|
|
42661
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
42280
42662
|
summary?: string | undefined;
|
|
42281
42663
|
icon?: string | undefined;
|
|
42282
42664
|
thumbnail?: string | undefined;
|
|
@@ -42317,6 +42699,7 @@ export declare const HMGetRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodOb
|
|
|
42317
42699
|
};
|
|
42318
42700
|
metadata: {
|
|
42319
42701
|
name?: string | undefined;
|
|
42702
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
42320
42703
|
summary?: string | undefined;
|
|
42321
42704
|
icon?: string | undefined;
|
|
42322
42705
|
thumbnail?: string | undefined;
|
|
@@ -42357,6 +42740,7 @@ export declare const HMGetRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodOb
|
|
|
42357
42740
|
};
|
|
42358
42741
|
metadata: {
|
|
42359
42742
|
name?: string | undefined;
|
|
42743
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
42360
42744
|
summary?: string | undefined;
|
|
42361
42745
|
icon?: string | undefined;
|
|
42362
42746
|
thumbnail?: string | undefined;
|
|
@@ -42422,6 +42806,7 @@ export declare const HMGetRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodOb
|
|
|
42422
42806
|
};
|
|
42423
42807
|
metadata: {
|
|
42424
42808
|
name?: string | undefined;
|
|
42809
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
42425
42810
|
summary?: string | undefined;
|
|
42426
42811
|
icon?: string | undefined;
|
|
42427
42812
|
thumbnail?: string | undefined;
|
|
@@ -42487,6 +42872,7 @@ export declare const HMGetRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodOb
|
|
|
42487
42872
|
};
|
|
42488
42873
|
metadata: {
|
|
42489
42874
|
name?: string | undefined;
|
|
42875
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
42490
42876
|
summary?: string | undefined;
|
|
42491
42877
|
icon?: string | undefined;
|
|
42492
42878
|
thumbnail?: string | undefined;
|
|
@@ -42574,6 +42960,7 @@ export declare const HMGetRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodOb
|
|
|
42574
42960
|
};
|
|
42575
42961
|
metadata: {
|
|
42576
42962
|
name?: string | undefined;
|
|
42963
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
42577
42964
|
summary?: string | undefined;
|
|
42578
42965
|
icon?: string | undefined;
|
|
42579
42966
|
thumbnail?: string | undefined;
|
|
@@ -42661,6 +43048,7 @@ export declare const HMGetRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodOb
|
|
|
42661
43048
|
};
|
|
42662
43049
|
metadata: {
|
|
42663
43050
|
name?: string | undefined;
|
|
43051
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
42664
43052
|
summary?: string | undefined;
|
|
42665
43053
|
icon?: string | undefined;
|
|
42666
43054
|
thumbnail?: string | undefined;
|
|
@@ -42849,6 +43237,7 @@ export declare const HMGetRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodOb
|
|
|
42849
43237
|
showOutline: z.ZodOptional<z.ZodBoolean>;
|
|
42850
43238
|
showActivity: z.ZodOptional<z.ZodBoolean>;
|
|
42851
43239
|
contentWidth: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"S">, z.ZodLiteral<"M">, z.ZodLiteral<"L">]>>;
|
|
43240
|
+
childrenType: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodLiteral<"Group">, z.ZodLiteral<"Ordered">, z.ZodLiteral<"Unordered">, z.ZodLiteral<"Blockquote">, z.ZodLiteral<"Grid">]>>>;
|
|
42852
43241
|
theme: z.ZodOptional<z.ZodObject<{
|
|
42853
43242
|
headerLayout: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"Center">, z.ZodLiteral<"">]>>;
|
|
42854
43243
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -42860,6 +43249,7 @@ export declare const HMGetRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodOb
|
|
|
42860
43249
|
importTags: z.ZodOptional<z.ZodString>;
|
|
42861
43250
|
}, "strip", z.ZodTypeAny, {
|
|
42862
43251
|
name?: string | undefined;
|
|
43252
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
42863
43253
|
summary?: string | undefined;
|
|
42864
43254
|
icon?: string | undefined;
|
|
42865
43255
|
thumbnail?: string | undefined;
|
|
@@ -42880,6 +43270,7 @@ export declare const HMGetRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodOb
|
|
|
42880
43270
|
importTags?: string | undefined;
|
|
42881
43271
|
}, {
|
|
42882
43272
|
name?: string | undefined;
|
|
43273
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
42883
43274
|
summary?: string | undefined;
|
|
42884
43275
|
icon?: string | undefined;
|
|
42885
43276
|
thumbnail?: string | undefined;
|
|
@@ -42920,6 +43311,7 @@ export declare const HMGetRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodOb
|
|
|
42920
43311
|
};
|
|
42921
43312
|
metadata: {
|
|
42922
43313
|
name?: string | undefined;
|
|
43314
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
42923
43315
|
summary?: string | undefined;
|
|
42924
43316
|
icon?: string | undefined;
|
|
42925
43317
|
thumbnail?: string | undefined;
|
|
@@ -42960,6 +43352,7 @@ export declare const HMGetRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodOb
|
|
|
42960
43352
|
};
|
|
42961
43353
|
metadata: {
|
|
42962
43354
|
name?: string | undefined;
|
|
43355
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
42963
43356
|
summary?: string | undefined;
|
|
42964
43357
|
icon?: string | undefined;
|
|
42965
43358
|
thumbnail?: string | undefined;
|
|
@@ -43002,6 +43395,7 @@ export declare const HMGetRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodOb
|
|
|
43002
43395
|
};
|
|
43003
43396
|
metadata: {
|
|
43004
43397
|
name?: string | undefined;
|
|
43398
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
43005
43399
|
summary?: string | undefined;
|
|
43006
43400
|
icon?: string | undefined;
|
|
43007
43401
|
thumbnail?: string | undefined;
|
|
@@ -43044,6 +43438,7 @@ export declare const HMGetRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodOb
|
|
|
43044
43438
|
};
|
|
43045
43439
|
metadata: {
|
|
43046
43440
|
name?: string | undefined;
|
|
43441
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
43047
43442
|
summary?: string | undefined;
|
|
43048
43443
|
icon?: string | undefined;
|
|
43049
43444
|
thumbnail?: string | undefined;
|
|
@@ -43089,6 +43484,7 @@ export declare const HMGetRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodOb
|
|
|
43089
43484
|
};
|
|
43090
43485
|
metadata: {
|
|
43091
43486
|
name?: string | undefined;
|
|
43487
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
43092
43488
|
summary?: string | undefined;
|
|
43093
43489
|
icon?: string | undefined;
|
|
43094
43490
|
thumbnail?: string | undefined;
|
|
@@ -43135,6 +43531,7 @@ export declare const HMGetRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodOb
|
|
|
43135
43531
|
};
|
|
43136
43532
|
metadata: {
|
|
43137
43533
|
name?: string | undefined;
|
|
43534
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
43138
43535
|
summary?: string | undefined;
|
|
43139
43536
|
icon?: string | undefined;
|
|
43140
43537
|
thumbnail?: string | undefined;
|
|
@@ -43440,6 +43837,7 @@ export declare const HMGetRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodOb
|
|
|
43440
43837
|
showOutline: z.ZodOptional<z.ZodBoolean>;
|
|
43441
43838
|
showActivity: z.ZodOptional<z.ZodBoolean>;
|
|
43442
43839
|
contentWidth: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"S">, z.ZodLiteral<"M">, z.ZodLiteral<"L">]>>;
|
|
43840
|
+
childrenType: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodLiteral<"Group">, z.ZodLiteral<"Ordered">, z.ZodLiteral<"Unordered">, z.ZodLiteral<"Blockquote">, z.ZodLiteral<"Grid">]>>>;
|
|
43443
43841
|
theme: z.ZodOptional<z.ZodObject<{
|
|
43444
43842
|
headerLayout: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"Center">, z.ZodLiteral<"">]>>;
|
|
43445
43843
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -43451,6 +43849,7 @@ export declare const HMGetRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodOb
|
|
|
43451
43849
|
importTags: z.ZodOptional<z.ZodString>;
|
|
43452
43850
|
}, "strip", z.ZodTypeAny, {
|
|
43453
43851
|
name?: string | undefined;
|
|
43852
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
43454
43853
|
summary?: string | undefined;
|
|
43455
43854
|
icon?: string | undefined;
|
|
43456
43855
|
thumbnail?: string | undefined;
|
|
@@ -43471,6 +43870,7 @@ export declare const HMGetRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodOb
|
|
|
43471
43870
|
importTags?: string | undefined;
|
|
43472
43871
|
}, {
|
|
43473
43872
|
name?: string | undefined;
|
|
43873
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
43474
43874
|
summary?: string | undefined;
|
|
43475
43875
|
icon?: string | undefined;
|
|
43476
43876
|
thumbnail?: string | undefined;
|
|
@@ -43511,6 +43911,7 @@ export declare const HMGetRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodOb
|
|
|
43511
43911
|
};
|
|
43512
43912
|
metadata: {
|
|
43513
43913
|
name?: string | undefined;
|
|
43914
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
43514
43915
|
summary?: string | undefined;
|
|
43515
43916
|
icon?: string | undefined;
|
|
43516
43917
|
thumbnail?: string | undefined;
|
|
@@ -43551,6 +43952,7 @@ export declare const HMGetRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodOb
|
|
|
43551
43952
|
};
|
|
43552
43953
|
metadata: {
|
|
43553
43954
|
name?: string | undefined;
|
|
43955
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
43554
43956
|
summary?: string | undefined;
|
|
43555
43957
|
icon?: string | undefined;
|
|
43556
43958
|
thumbnail?: string | undefined;
|
|
@@ -43616,6 +44018,7 @@ export declare const HMGetRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodOb
|
|
|
43616
44018
|
};
|
|
43617
44019
|
metadata: {
|
|
43618
44020
|
name?: string | undefined;
|
|
44021
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
43619
44022
|
summary?: string | undefined;
|
|
43620
44023
|
icon?: string | undefined;
|
|
43621
44024
|
thumbnail?: string | undefined;
|
|
@@ -43681,6 +44084,7 @@ export declare const HMGetRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodOb
|
|
|
43681
44084
|
};
|
|
43682
44085
|
metadata: {
|
|
43683
44086
|
name?: string | undefined;
|
|
44087
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
43684
44088
|
summary?: string | undefined;
|
|
43685
44089
|
icon?: string | undefined;
|
|
43686
44090
|
thumbnail?: string | undefined;
|
|
@@ -43768,6 +44172,7 @@ export declare const HMGetRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodOb
|
|
|
43768
44172
|
};
|
|
43769
44173
|
metadata: {
|
|
43770
44174
|
name?: string | undefined;
|
|
44175
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
43771
44176
|
summary?: string | undefined;
|
|
43772
44177
|
icon?: string | undefined;
|
|
43773
44178
|
thumbnail?: string | undefined;
|
|
@@ -43855,6 +44260,7 @@ export declare const HMGetRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodOb
|
|
|
43855
44260
|
};
|
|
43856
44261
|
metadata: {
|
|
43857
44262
|
name?: string | undefined;
|
|
44263
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
43858
44264
|
summary?: string | undefined;
|
|
43859
44265
|
icon?: string | undefined;
|
|
43860
44266
|
thumbnail?: string | undefined;
|
|
@@ -45109,6 +45515,7 @@ export declare const HMGetRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodOb
|
|
|
45109
45515
|
showOutline: z.ZodOptional<z.ZodBoolean>;
|
|
45110
45516
|
showActivity: z.ZodOptional<z.ZodBoolean>;
|
|
45111
45517
|
contentWidth: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"S">, z.ZodLiteral<"M">, z.ZodLiteral<"L">]>>;
|
|
45518
|
+
childrenType: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodLiteral<"Group">, z.ZodLiteral<"Ordered">, z.ZodLiteral<"Unordered">, z.ZodLiteral<"Blockquote">, z.ZodLiteral<"Grid">]>>>;
|
|
45112
45519
|
theme: z.ZodOptional<z.ZodObject<{
|
|
45113
45520
|
headerLayout: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"Center">, z.ZodLiteral<"">]>>;
|
|
45114
45521
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -45120,6 +45527,7 @@ export declare const HMGetRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodOb
|
|
|
45120
45527
|
importTags: z.ZodOptional<z.ZodString>;
|
|
45121
45528
|
}, "strip", z.ZodTypeAny, {
|
|
45122
45529
|
name?: string | undefined;
|
|
45530
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
45123
45531
|
summary?: string | undefined;
|
|
45124
45532
|
icon?: string | undefined;
|
|
45125
45533
|
thumbnail?: string | undefined;
|
|
@@ -45140,6 +45548,7 @@ export declare const HMGetRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodOb
|
|
|
45140
45548
|
importTags?: string | undefined;
|
|
45141
45549
|
}, {
|
|
45142
45550
|
name?: string | undefined;
|
|
45551
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
45143
45552
|
summary?: string | undefined;
|
|
45144
45553
|
icon?: string | undefined;
|
|
45145
45554
|
thumbnail?: string | undefined;
|
|
@@ -45180,6 +45589,7 @@ export declare const HMGetRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodOb
|
|
|
45180
45589
|
};
|
|
45181
45590
|
metadata: {
|
|
45182
45591
|
name?: string | undefined;
|
|
45592
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
45183
45593
|
summary?: string | undefined;
|
|
45184
45594
|
icon?: string | undefined;
|
|
45185
45595
|
thumbnail?: string | undefined;
|
|
@@ -45220,6 +45630,7 @@ export declare const HMGetRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodOb
|
|
|
45220
45630
|
};
|
|
45221
45631
|
metadata: {
|
|
45222
45632
|
name?: string | undefined;
|
|
45633
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
45223
45634
|
summary?: string | undefined;
|
|
45224
45635
|
icon?: string | undefined;
|
|
45225
45636
|
thumbnail?: string | undefined;
|
|
@@ -45262,6 +45673,7 @@ export declare const HMGetRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodOb
|
|
|
45262
45673
|
};
|
|
45263
45674
|
metadata: {
|
|
45264
45675
|
name?: string | undefined;
|
|
45676
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
45265
45677
|
summary?: string | undefined;
|
|
45266
45678
|
icon?: string | undefined;
|
|
45267
45679
|
thumbnail?: string | undefined;
|
|
@@ -45401,6 +45813,7 @@ export declare const HMGetRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodOb
|
|
|
45401
45813
|
};
|
|
45402
45814
|
metadata: {
|
|
45403
45815
|
name?: string | undefined;
|
|
45816
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
45404
45817
|
summary?: string | undefined;
|
|
45405
45818
|
icon?: string | undefined;
|
|
45406
45819
|
thumbnail?: string | undefined;
|
|
@@ -45562,6 +45975,7 @@ export declare const HMGetRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodOb
|
|
|
45562
45975
|
};
|
|
45563
45976
|
metadata: {
|
|
45564
45977
|
name?: string | undefined;
|
|
45978
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
45565
45979
|
summary?: string | undefined;
|
|
45566
45980
|
icon?: string | undefined;
|
|
45567
45981
|
thumbnail?: string | undefined;
|
|
@@ -45723,6 +46137,7 @@ export declare const HMGetRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodOb
|
|
|
45723
46137
|
};
|
|
45724
46138
|
metadata: {
|
|
45725
46139
|
name?: string | undefined;
|
|
46140
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
45726
46141
|
summary?: string | undefined;
|
|
45727
46142
|
icon?: string | undefined;
|
|
45728
46143
|
thumbnail?: string | undefined;
|
|
@@ -47258,6 +47673,7 @@ export declare const HMRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodObjec
|
|
|
47258
47673
|
showOutline: z.ZodOptional<z.ZodBoolean>;
|
|
47259
47674
|
showActivity: z.ZodOptional<z.ZodBoolean>;
|
|
47260
47675
|
contentWidth: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"S">, z.ZodLiteral<"M">, z.ZodLiteral<"L">]>>;
|
|
47676
|
+
childrenType: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodLiteral<"Group">, z.ZodLiteral<"Ordered">, z.ZodLiteral<"Unordered">, z.ZodLiteral<"Blockquote">, z.ZodLiteral<"Grid">]>>>;
|
|
47261
47677
|
theme: z.ZodOptional<z.ZodObject<{
|
|
47262
47678
|
headerLayout: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"Center">, z.ZodLiteral<"">]>>;
|
|
47263
47679
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -47269,6 +47685,7 @@ export declare const HMRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodObjec
|
|
|
47269
47685
|
importTags: z.ZodOptional<z.ZodString>;
|
|
47270
47686
|
}, "strip", z.ZodTypeAny, {
|
|
47271
47687
|
name?: string | undefined;
|
|
47688
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
47272
47689
|
summary?: string | undefined;
|
|
47273
47690
|
icon?: string | undefined;
|
|
47274
47691
|
thumbnail?: string | undefined;
|
|
@@ -47289,6 +47706,7 @@ export declare const HMRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodObjec
|
|
|
47289
47706
|
importTags?: string | undefined;
|
|
47290
47707
|
}, {
|
|
47291
47708
|
name?: string | undefined;
|
|
47709
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
47292
47710
|
summary?: string | undefined;
|
|
47293
47711
|
icon?: string | undefined;
|
|
47294
47712
|
thumbnail?: string | undefined;
|
|
@@ -47336,6 +47754,7 @@ export declare const HMRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodObjec
|
|
|
47336
47754
|
visibility: "PUBLIC" | "PRIVATE";
|
|
47337
47755
|
metadata: {
|
|
47338
47756
|
name?: string | undefined;
|
|
47757
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
47339
47758
|
summary?: string | undefined;
|
|
47340
47759
|
icon?: string | undefined;
|
|
47341
47760
|
thumbnail?: string | undefined;
|
|
@@ -47367,6 +47786,7 @@ export declare const HMRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodObjec
|
|
|
47367
47786
|
visibility: string | number;
|
|
47368
47787
|
metadata: {
|
|
47369
47788
|
name?: string | undefined;
|
|
47789
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
47370
47790
|
summary?: string | undefined;
|
|
47371
47791
|
icon?: string | undefined;
|
|
47372
47792
|
thumbnail?: string | undefined;
|
|
@@ -47497,6 +47917,7 @@ export declare const HMRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodObjec
|
|
|
47497
47917
|
visibility: "PUBLIC" | "PRIVATE";
|
|
47498
47918
|
metadata: {
|
|
47499
47919
|
name?: string | undefined;
|
|
47920
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
47500
47921
|
summary?: string | undefined;
|
|
47501
47922
|
icon?: string | undefined;
|
|
47502
47923
|
thumbnail?: string | undefined;
|
|
@@ -47548,6 +47969,7 @@ export declare const HMRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodObjec
|
|
|
47548
47969
|
visibility: string | number;
|
|
47549
47970
|
metadata: {
|
|
47550
47971
|
name?: string | undefined;
|
|
47972
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
47551
47973
|
summary?: string | undefined;
|
|
47552
47974
|
icon?: string | undefined;
|
|
47553
47975
|
thumbnail?: string | undefined;
|
|
@@ -48345,6 +48767,7 @@ export declare const HMRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodObjec
|
|
|
48345
48767
|
visibility: "PUBLIC" | "PRIVATE";
|
|
48346
48768
|
metadata: {
|
|
48347
48769
|
name?: string | undefined;
|
|
48770
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
48348
48771
|
summary?: string | undefined;
|
|
48349
48772
|
icon?: string | undefined;
|
|
48350
48773
|
thumbnail?: string | undefined;
|
|
@@ -48552,6 +48975,7 @@ export declare const HMRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodObjec
|
|
|
48552
48975
|
visibility: string | number;
|
|
48553
48976
|
metadata: {
|
|
48554
48977
|
name?: string | undefined;
|
|
48978
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
48555
48979
|
summary?: string | undefined;
|
|
48556
48980
|
icon?: string | undefined;
|
|
48557
48981
|
thumbnail?: string | undefined;
|
|
@@ -48860,6 +49284,7 @@ export declare const HMRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodObjec
|
|
|
48860
49284
|
showOutline: z.ZodOptional<z.ZodBoolean>;
|
|
48861
49285
|
showActivity: z.ZodOptional<z.ZodBoolean>;
|
|
48862
49286
|
contentWidth: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"S">, z.ZodLiteral<"M">, z.ZodLiteral<"L">]>>;
|
|
49287
|
+
childrenType: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodLiteral<"Group">, z.ZodLiteral<"Ordered">, z.ZodLiteral<"Unordered">, z.ZodLiteral<"Blockquote">, z.ZodLiteral<"Grid">]>>>;
|
|
48863
49288
|
theme: z.ZodOptional<z.ZodObject<{
|
|
48864
49289
|
headerLayout: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"Center">, z.ZodLiteral<"">]>>;
|
|
48865
49290
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -48871,6 +49296,7 @@ export declare const HMRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodObjec
|
|
|
48871
49296
|
importTags: z.ZodOptional<z.ZodString>;
|
|
48872
49297
|
}, "strip", z.ZodTypeAny, {
|
|
48873
49298
|
name?: string | undefined;
|
|
49299
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
48874
49300
|
summary?: string | undefined;
|
|
48875
49301
|
icon?: string | undefined;
|
|
48876
49302
|
thumbnail?: string | undefined;
|
|
@@ -48891,6 +49317,7 @@ export declare const HMRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodObjec
|
|
|
48891
49317
|
importTags?: string | undefined;
|
|
48892
49318
|
}, {
|
|
48893
49319
|
name?: string | undefined;
|
|
49320
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
48894
49321
|
summary?: string | undefined;
|
|
48895
49322
|
icon?: string | undefined;
|
|
48896
49323
|
thumbnail?: string | undefined;
|
|
@@ -48931,6 +49358,7 @@ export declare const HMRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodObjec
|
|
|
48931
49358
|
};
|
|
48932
49359
|
metadata: {
|
|
48933
49360
|
name?: string | undefined;
|
|
49361
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
48934
49362
|
summary?: string | undefined;
|
|
48935
49363
|
icon?: string | undefined;
|
|
48936
49364
|
thumbnail?: string | undefined;
|
|
@@ -48971,6 +49399,7 @@ export declare const HMRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodObjec
|
|
|
48971
49399
|
};
|
|
48972
49400
|
metadata: {
|
|
48973
49401
|
name?: string | undefined;
|
|
49402
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
48974
49403
|
summary?: string | undefined;
|
|
48975
49404
|
icon?: string | undefined;
|
|
48976
49405
|
thumbnail?: string | undefined;
|
|
@@ -49031,6 +49460,7 @@ export declare const HMRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodObjec
|
|
|
49031
49460
|
};
|
|
49032
49461
|
metadata: {
|
|
49033
49462
|
name?: string | undefined;
|
|
49463
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
49034
49464
|
summary?: string | undefined;
|
|
49035
49465
|
icon?: string | undefined;
|
|
49036
49466
|
thumbnail?: string | undefined;
|
|
@@ -49091,6 +49521,7 @@ export declare const HMRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodObjec
|
|
|
49091
49521
|
};
|
|
49092
49522
|
metadata: {
|
|
49093
49523
|
name?: string | undefined;
|
|
49524
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
49094
49525
|
summary?: string | undefined;
|
|
49095
49526
|
icon?: string | undefined;
|
|
49096
49527
|
thumbnail?: string | undefined;
|
|
@@ -49188,6 +49619,7 @@ export declare const HMRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodObjec
|
|
|
49188
49619
|
showOutline: z.ZodOptional<z.ZodBoolean>;
|
|
49189
49620
|
showActivity: z.ZodOptional<z.ZodBoolean>;
|
|
49190
49621
|
contentWidth: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"S">, z.ZodLiteral<"M">, z.ZodLiteral<"L">]>>;
|
|
49622
|
+
childrenType: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodLiteral<"Group">, z.ZodLiteral<"Ordered">, z.ZodLiteral<"Unordered">, z.ZodLiteral<"Blockquote">, z.ZodLiteral<"Grid">]>>>;
|
|
49191
49623
|
theme: z.ZodOptional<z.ZodObject<{
|
|
49192
49624
|
headerLayout: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"Center">, z.ZodLiteral<"">]>>;
|
|
49193
49625
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -49199,6 +49631,7 @@ export declare const HMRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodObjec
|
|
|
49199
49631
|
importTags: z.ZodOptional<z.ZodString>;
|
|
49200
49632
|
}, "strip", z.ZodTypeAny, {
|
|
49201
49633
|
name?: string | undefined;
|
|
49634
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
49202
49635
|
summary?: string | undefined;
|
|
49203
49636
|
icon?: string | undefined;
|
|
49204
49637
|
thumbnail?: string | undefined;
|
|
@@ -49219,6 +49652,7 @@ export declare const HMRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodObjec
|
|
|
49219
49652
|
importTags?: string | undefined;
|
|
49220
49653
|
}, {
|
|
49221
49654
|
name?: string | undefined;
|
|
49655
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
49222
49656
|
summary?: string | undefined;
|
|
49223
49657
|
icon?: string | undefined;
|
|
49224
49658
|
thumbnail?: string | undefined;
|
|
@@ -49262,6 +49696,7 @@ export declare const HMRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodObjec
|
|
|
49262
49696
|
};
|
|
49263
49697
|
metadata: {
|
|
49264
49698
|
name?: string | undefined;
|
|
49699
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
49265
49700
|
summary?: string | undefined;
|
|
49266
49701
|
icon?: string | undefined;
|
|
49267
49702
|
thumbnail?: string | undefined;
|
|
@@ -49303,6 +49738,7 @@ export declare const HMRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodObjec
|
|
|
49303
49738
|
};
|
|
49304
49739
|
metadata: {
|
|
49305
49740
|
name?: string | undefined;
|
|
49741
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
49306
49742
|
summary?: string | undefined;
|
|
49307
49743
|
icon?: string | undefined;
|
|
49308
49744
|
thumbnail?: string | undefined;
|
|
@@ -49357,6 +49793,7 @@ export declare const HMRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodObjec
|
|
|
49357
49793
|
};
|
|
49358
49794
|
metadata: {
|
|
49359
49795
|
name?: string | undefined;
|
|
49796
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
49360
49797
|
summary?: string | undefined;
|
|
49361
49798
|
icon?: string | undefined;
|
|
49362
49799
|
thumbnail?: string | undefined;
|
|
@@ -49405,6 +49842,7 @@ export declare const HMRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodObjec
|
|
|
49405
49842
|
};
|
|
49406
49843
|
metadata: {
|
|
49407
49844
|
name?: string | undefined;
|
|
49845
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
49408
49846
|
summary?: string | undefined;
|
|
49409
49847
|
icon?: string | undefined;
|
|
49410
49848
|
thumbnail?: string | undefined;
|
|
@@ -49671,6 +50109,7 @@ export declare const HMRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodObjec
|
|
|
49671
50109
|
showOutline: z.ZodOptional<z.ZodBoolean>;
|
|
49672
50110
|
showActivity: z.ZodOptional<z.ZodBoolean>;
|
|
49673
50111
|
contentWidth: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"S">, z.ZodLiteral<"M">, z.ZodLiteral<"L">]>>;
|
|
50112
|
+
childrenType: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodLiteral<"Group">, z.ZodLiteral<"Ordered">, z.ZodLiteral<"Unordered">, z.ZodLiteral<"Blockquote">, z.ZodLiteral<"Grid">]>>>;
|
|
49674
50113
|
theme: z.ZodOptional<z.ZodObject<{
|
|
49675
50114
|
headerLayout: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"Center">, z.ZodLiteral<"">]>>;
|
|
49676
50115
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -49682,6 +50121,7 @@ export declare const HMRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodObjec
|
|
|
49682
50121
|
importTags: z.ZodOptional<z.ZodString>;
|
|
49683
50122
|
}, "strip", z.ZodTypeAny, {
|
|
49684
50123
|
name?: string | undefined;
|
|
50124
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
49685
50125
|
summary?: string | undefined;
|
|
49686
50126
|
icon?: string | undefined;
|
|
49687
50127
|
thumbnail?: string | undefined;
|
|
@@ -49702,6 +50142,7 @@ export declare const HMRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodObjec
|
|
|
49702
50142
|
importTags?: string | undefined;
|
|
49703
50143
|
}, {
|
|
49704
50144
|
name?: string | undefined;
|
|
50145
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
49705
50146
|
summary?: string | undefined;
|
|
49706
50147
|
icon?: string | undefined;
|
|
49707
50148
|
thumbnail?: string | undefined;
|
|
@@ -49752,6 +50193,7 @@ export declare const HMRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodObjec
|
|
|
49752
50193
|
searchQuery: string;
|
|
49753
50194
|
metadata?: {
|
|
49754
50195
|
name?: string | undefined;
|
|
50196
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
49755
50197
|
summary?: string | undefined;
|
|
49756
50198
|
icon?: string | undefined;
|
|
49757
50199
|
thumbnail?: string | undefined;
|
|
@@ -49798,6 +50240,7 @@ export declare const HMRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodObjec
|
|
|
49798
50240
|
searchQuery: string;
|
|
49799
50241
|
metadata?: {
|
|
49800
50242
|
name?: string | undefined;
|
|
50243
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
49801
50244
|
summary?: string | undefined;
|
|
49802
50245
|
icon?: string | undefined;
|
|
49803
50246
|
thumbnail?: string | undefined;
|
|
@@ -49848,6 +50291,7 @@ export declare const HMRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodObjec
|
|
|
49848
50291
|
searchQuery: string;
|
|
49849
50292
|
metadata?: {
|
|
49850
50293
|
name?: string | undefined;
|
|
50294
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
49851
50295
|
summary?: string | undefined;
|
|
49852
50296
|
icon?: string | undefined;
|
|
49853
50297
|
thumbnail?: string | undefined;
|
|
@@ -49897,6 +50341,7 @@ export declare const HMRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodObjec
|
|
|
49897
50341
|
searchQuery: string;
|
|
49898
50342
|
metadata?: {
|
|
49899
50343
|
name?: string | undefined;
|
|
50344
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
49900
50345
|
summary?: string | undefined;
|
|
49901
50346
|
icon?: string | undefined;
|
|
49902
50347
|
thumbnail?: string | undefined;
|
|
@@ -49960,6 +50405,7 @@ export declare const HMRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodObjec
|
|
|
49960
50405
|
searchQuery: string;
|
|
49961
50406
|
metadata?: {
|
|
49962
50407
|
name?: string | undefined;
|
|
50408
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
49963
50409
|
summary?: string | undefined;
|
|
49964
50410
|
icon?: string | undefined;
|
|
49965
50411
|
thumbnail?: string | undefined;
|
|
@@ -50023,6 +50469,7 @@ export declare const HMRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodObjec
|
|
|
50023
50469
|
searchQuery: string;
|
|
50024
50470
|
metadata?: {
|
|
50025
50471
|
name?: string | undefined;
|
|
50472
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
50026
50473
|
summary?: string | undefined;
|
|
50027
50474
|
icon?: string | undefined;
|
|
50028
50475
|
thumbnail?: string | undefined;
|
|
@@ -50335,6 +50782,7 @@ export declare const HMRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodObjec
|
|
|
50335
50782
|
showOutline: z.ZodOptional<z.ZodBoolean>;
|
|
50336
50783
|
showActivity: z.ZodOptional<z.ZodBoolean>;
|
|
50337
50784
|
contentWidth: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"S">, z.ZodLiteral<"M">, z.ZodLiteral<"L">]>>;
|
|
50785
|
+
childrenType: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodLiteral<"Group">, z.ZodLiteral<"Ordered">, z.ZodLiteral<"Unordered">, z.ZodLiteral<"Blockquote">, z.ZodLiteral<"Grid">]>>>;
|
|
50338
50786
|
theme: z.ZodOptional<z.ZodObject<{
|
|
50339
50787
|
headerLayout: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"Center">, z.ZodLiteral<"">]>>;
|
|
50340
50788
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -50346,6 +50794,7 @@ export declare const HMRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodObjec
|
|
|
50346
50794
|
importTags: z.ZodOptional<z.ZodString>;
|
|
50347
50795
|
}, "strip", z.ZodTypeAny, {
|
|
50348
50796
|
name?: string | undefined;
|
|
50797
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
50349
50798
|
summary?: string | undefined;
|
|
50350
50799
|
icon?: string | undefined;
|
|
50351
50800
|
thumbnail?: string | undefined;
|
|
@@ -50366,6 +50815,7 @@ export declare const HMRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodObjec
|
|
|
50366
50815
|
importTags?: string | undefined;
|
|
50367
50816
|
}, {
|
|
50368
50817
|
name?: string | undefined;
|
|
50818
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
50369
50819
|
summary?: string | undefined;
|
|
50370
50820
|
icon?: string | undefined;
|
|
50371
50821
|
thumbnail?: string | undefined;
|
|
@@ -50418,6 +50868,7 @@ export declare const HMRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodObjec
|
|
|
50418
50868
|
visibility: "PUBLIC" | "PRIVATE";
|
|
50419
50869
|
metadata: {
|
|
50420
50870
|
name?: string | undefined;
|
|
50871
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
50421
50872
|
summary?: string | undefined;
|
|
50422
50873
|
icon?: string | undefined;
|
|
50423
50874
|
thumbnail?: string | undefined;
|
|
@@ -50498,6 +50949,7 @@ export declare const HMRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodObjec
|
|
|
50498
50949
|
visibility: string | number;
|
|
50499
50950
|
metadata: {
|
|
50500
50951
|
name?: string | undefined;
|
|
50952
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
50501
50953
|
summary?: string | undefined;
|
|
50502
50954
|
icon?: string | undefined;
|
|
50503
50955
|
thumbnail?: string | undefined;
|
|
@@ -50598,6 +51050,7 @@ export declare const HMRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodObjec
|
|
|
50598
51050
|
visibility: "PUBLIC" | "PRIVATE";
|
|
50599
51051
|
metadata: {
|
|
50600
51052
|
name?: string | undefined;
|
|
51053
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
50601
51054
|
summary?: string | undefined;
|
|
50602
51055
|
icon?: string | undefined;
|
|
50603
51056
|
thumbnail?: string | undefined;
|
|
@@ -50698,6 +51151,7 @@ export declare const HMRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodObjec
|
|
|
50698
51151
|
visibility: string | number;
|
|
50699
51152
|
metadata: {
|
|
50700
51153
|
name?: string | undefined;
|
|
51154
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
50701
51155
|
summary?: string | undefined;
|
|
50702
51156
|
icon?: string | undefined;
|
|
50703
51157
|
thumbnail?: string | undefined;
|
|
@@ -50813,6 +51267,7 @@ export declare const HMRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodObjec
|
|
|
50813
51267
|
visibility: "PUBLIC" | "PRIVATE";
|
|
50814
51268
|
metadata: {
|
|
50815
51269
|
name?: string | undefined;
|
|
51270
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
50816
51271
|
summary?: string | undefined;
|
|
50817
51272
|
icon?: string | undefined;
|
|
50818
51273
|
thumbnail?: string | undefined;
|
|
@@ -50928,6 +51383,7 @@ export declare const HMRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodObjec
|
|
|
50928
51383
|
visibility: string | number;
|
|
50929
51384
|
metadata: {
|
|
50930
51385
|
name?: string | undefined;
|
|
51386
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
50931
51387
|
summary?: string | undefined;
|
|
50932
51388
|
icon?: string | undefined;
|
|
50933
51389
|
thumbnail?: string | undefined;
|
|
@@ -51297,6 +51753,7 @@ export declare const HMRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodObjec
|
|
|
51297
51753
|
showOutline: z.ZodOptional<z.ZodBoolean>;
|
|
51298
51754
|
showActivity: z.ZodOptional<z.ZodBoolean>;
|
|
51299
51755
|
contentWidth: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"S">, z.ZodLiteral<"M">, z.ZodLiteral<"L">]>>;
|
|
51756
|
+
childrenType: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodLiteral<"Group">, z.ZodLiteral<"Ordered">, z.ZodLiteral<"Unordered">, z.ZodLiteral<"Blockquote">, z.ZodLiteral<"Grid">]>>>;
|
|
51300
51757
|
theme: z.ZodOptional<z.ZodObject<{
|
|
51301
51758
|
headerLayout: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"Center">, z.ZodLiteral<"">]>>;
|
|
51302
51759
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -51308,6 +51765,7 @@ export declare const HMRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodObjec
|
|
|
51308
51765
|
importTags: z.ZodOptional<z.ZodString>;
|
|
51309
51766
|
}, "strip", z.ZodTypeAny, {
|
|
51310
51767
|
name?: string | undefined;
|
|
51768
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
51311
51769
|
summary?: string | undefined;
|
|
51312
51770
|
icon?: string | undefined;
|
|
51313
51771
|
thumbnail?: string | undefined;
|
|
@@ -51328,6 +51786,7 @@ export declare const HMRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodObjec
|
|
|
51328
51786
|
importTags?: string | undefined;
|
|
51329
51787
|
}, {
|
|
51330
51788
|
name?: string | undefined;
|
|
51789
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
51331
51790
|
summary?: string | undefined;
|
|
51332
51791
|
icon?: string | undefined;
|
|
51333
51792
|
thumbnail?: string | undefined;
|
|
@@ -51380,6 +51839,7 @@ export declare const HMRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodObjec
|
|
|
51380
51839
|
visibility: "PUBLIC" | "PRIVATE";
|
|
51381
51840
|
metadata: {
|
|
51382
51841
|
name?: string | undefined;
|
|
51842
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
51383
51843
|
summary?: string | undefined;
|
|
51384
51844
|
icon?: string | undefined;
|
|
51385
51845
|
thumbnail?: string | undefined;
|
|
@@ -51460,6 +51920,7 @@ export declare const HMRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodObjec
|
|
|
51460
51920
|
visibility: string | number;
|
|
51461
51921
|
metadata: {
|
|
51462
51922
|
name?: string | undefined;
|
|
51923
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
51463
51924
|
summary?: string | undefined;
|
|
51464
51925
|
icon?: string | undefined;
|
|
51465
51926
|
thumbnail?: string | undefined;
|
|
@@ -51593,6 +52054,7 @@ export declare const HMRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodObjec
|
|
|
51593
52054
|
showOutline: z.ZodOptional<z.ZodBoolean>;
|
|
51594
52055
|
showActivity: z.ZodOptional<z.ZodBoolean>;
|
|
51595
52056
|
contentWidth: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"S">, z.ZodLiteral<"M">, z.ZodLiteral<"L">]>>;
|
|
52057
|
+
childrenType: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodLiteral<"Group">, z.ZodLiteral<"Ordered">, z.ZodLiteral<"Unordered">, z.ZodLiteral<"Blockquote">, z.ZodLiteral<"Grid">]>>>;
|
|
51596
52058
|
theme: z.ZodOptional<z.ZodObject<{
|
|
51597
52059
|
headerLayout: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"Center">, z.ZodLiteral<"">]>>;
|
|
51598
52060
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -51604,6 +52066,7 @@ export declare const HMRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodObjec
|
|
|
51604
52066
|
importTags: z.ZodOptional<z.ZodString>;
|
|
51605
52067
|
}, "strip", z.ZodTypeAny, {
|
|
51606
52068
|
name?: string | undefined;
|
|
52069
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
51607
52070
|
summary?: string | undefined;
|
|
51608
52071
|
icon?: string | undefined;
|
|
51609
52072
|
thumbnail?: string | undefined;
|
|
@@ -51624,6 +52087,7 @@ export declare const HMRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodObjec
|
|
|
51624
52087
|
importTags?: string | undefined;
|
|
51625
52088
|
}, {
|
|
51626
52089
|
name?: string | undefined;
|
|
52090
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
51627
52091
|
summary?: string | undefined;
|
|
51628
52092
|
icon?: string | undefined;
|
|
51629
52093
|
thumbnail?: string | undefined;
|
|
@@ -51664,6 +52128,7 @@ export declare const HMRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodObjec
|
|
|
51664
52128
|
};
|
|
51665
52129
|
metadata: {
|
|
51666
52130
|
name?: string | undefined;
|
|
52131
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
51667
52132
|
summary?: string | undefined;
|
|
51668
52133
|
icon?: string | undefined;
|
|
51669
52134
|
thumbnail?: string | undefined;
|
|
@@ -51704,6 +52169,7 @@ export declare const HMRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodObjec
|
|
|
51704
52169
|
};
|
|
51705
52170
|
metadata: {
|
|
51706
52171
|
name?: string | undefined;
|
|
52172
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
51707
52173
|
summary?: string | undefined;
|
|
51708
52174
|
icon?: string | undefined;
|
|
51709
52175
|
thumbnail?: string | undefined;
|
|
@@ -51775,6 +52241,7 @@ export declare const HMRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodObjec
|
|
|
51775
52241
|
visibility: "PUBLIC" | "PRIVATE";
|
|
51776
52242
|
metadata: {
|
|
51777
52243
|
name?: string | undefined;
|
|
52244
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
51778
52245
|
summary?: string | undefined;
|
|
51779
52246
|
icon?: string | undefined;
|
|
51780
52247
|
thumbnail?: string | undefined;
|
|
@@ -51849,6 +52316,7 @@ export declare const HMRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodObjec
|
|
|
51849
52316
|
};
|
|
51850
52317
|
metadata: {
|
|
51851
52318
|
name?: string | undefined;
|
|
52319
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
51852
52320
|
summary?: string | undefined;
|
|
51853
52321
|
icon?: string | undefined;
|
|
51854
52322
|
thumbnail?: string | undefined;
|
|
@@ -51921,6 +52389,7 @@ export declare const HMRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodObjec
|
|
|
51921
52389
|
visibility: string | number;
|
|
51922
52390
|
metadata: {
|
|
51923
52391
|
name?: string | undefined;
|
|
52392
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
51924
52393
|
summary?: string | undefined;
|
|
51925
52394
|
icon?: string | undefined;
|
|
51926
52395
|
thumbnail?: string | undefined;
|
|
@@ -51995,6 +52464,7 @@ export declare const HMRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodObjec
|
|
|
51995
52464
|
};
|
|
51996
52465
|
metadata: {
|
|
51997
52466
|
name?: string | undefined;
|
|
52467
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
51998
52468
|
summary?: string | undefined;
|
|
51999
52469
|
icon?: string | undefined;
|
|
52000
52470
|
thumbnail?: string | undefined;
|
|
@@ -52084,6 +52554,7 @@ export declare const HMRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodObjec
|
|
|
52084
52554
|
visibility: "PUBLIC" | "PRIVATE";
|
|
52085
52555
|
metadata: {
|
|
52086
52556
|
name?: string | undefined;
|
|
52557
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
52087
52558
|
summary?: string | undefined;
|
|
52088
52559
|
icon?: string | undefined;
|
|
52089
52560
|
thumbnail?: string | undefined;
|
|
@@ -52158,6 +52629,7 @@ export declare const HMRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodObjec
|
|
|
52158
52629
|
};
|
|
52159
52630
|
metadata: {
|
|
52160
52631
|
name?: string | undefined;
|
|
52632
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
52161
52633
|
summary?: string | undefined;
|
|
52162
52634
|
icon?: string | undefined;
|
|
52163
52635
|
thumbnail?: string | undefined;
|
|
@@ -52247,6 +52719,7 @@ export declare const HMRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodObjec
|
|
|
52247
52719
|
visibility: string | number;
|
|
52248
52720
|
metadata: {
|
|
52249
52721
|
name?: string | undefined;
|
|
52722
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
52250
52723
|
summary?: string | undefined;
|
|
52251
52724
|
icon?: string | undefined;
|
|
52252
52725
|
thumbnail?: string | undefined;
|
|
@@ -52321,6 +52794,7 @@ export declare const HMRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodObjec
|
|
|
52321
52794
|
};
|
|
52322
52795
|
metadata: {
|
|
52323
52796
|
name?: string | undefined;
|
|
52797
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
52324
52798
|
summary?: string | undefined;
|
|
52325
52799
|
icon?: string | undefined;
|
|
52326
52800
|
thumbnail?: string | undefined;
|
|
@@ -52834,6 +53308,7 @@ export declare const HMRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodObjec
|
|
|
52834
53308
|
showOutline: z.ZodOptional<z.ZodBoolean>;
|
|
52835
53309
|
showActivity: z.ZodOptional<z.ZodBoolean>;
|
|
52836
53310
|
contentWidth: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"S">, z.ZodLiteral<"M">, z.ZodLiteral<"L">]>>;
|
|
53311
|
+
childrenType: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodLiteral<"Group">, z.ZodLiteral<"Ordered">, z.ZodLiteral<"Unordered">, z.ZodLiteral<"Blockquote">, z.ZodLiteral<"Grid">]>>>;
|
|
52837
53312
|
theme: z.ZodOptional<z.ZodObject<{
|
|
52838
53313
|
headerLayout: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"Center">, z.ZodLiteral<"">]>>;
|
|
52839
53314
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -52845,6 +53320,7 @@ export declare const HMRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodObjec
|
|
|
52845
53320
|
importTags: z.ZodOptional<z.ZodString>;
|
|
52846
53321
|
}, "strip", z.ZodTypeAny, {
|
|
52847
53322
|
name?: string | undefined;
|
|
53323
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
52848
53324
|
summary?: string | undefined;
|
|
52849
53325
|
icon?: string | undefined;
|
|
52850
53326
|
thumbnail?: string | undefined;
|
|
@@ -52865,6 +53341,7 @@ export declare const HMRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodObjec
|
|
|
52865
53341
|
importTags?: string | undefined;
|
|
52866
53342
|
}, {
|
|
52867
53343
|
name?: string | undefined;
|
|
53344
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
52868
53345
|
summary?: string | undefined;
|
|
52869
53346
|
icon?: string | undefined;
|
|
52870
53347
|
thumbnail?: string | undefined;
|
|
@@ -52905,6 +53382,7 @@ export declare const HMRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodObjec
|
|
|
52905
53382
|
};
|
|
52906
53383
|
metadata: {
|
|
52907
53384
|
name?: string | undefined;
|
|
53385
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
52908
53386
|
summary?: string | undefined;
|
|
52909
53387
|
icon?: string | undefined;
|
|
52910
53388
|
thumbnail?: string | undefined;
|
|
@@ -52945,6 +53423,7 @@ export declare const HMRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodObjec
|
|
|
52945
53423
|
};
|
|
52946
53424
|
metadata: {
|
|
52947
53425
|
name?: string | undefined;
|
|
53426
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
52948
53427
|
summary?: string | undefined;
|
|
52949
53428
|
icon?: string | undefined;
|
|
52950
53429
|
thumbnail?: string | undefined;
|
|
@@ -53010,6 +53489,7 @@ export declare const HMRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodObjec
|
|
|
53010
53489
|
};
|
|
53011
53490
|
metadata: {
|
|
53012
53491
|
name?: string | undefined;
|
|
53492
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
53013
53493
|
summary?: string | undefined;
|
|
53014
53494
|
icon?: string | undefined;
|
|
53015
53495
|
thumbnail?: string | undefined;
|
|
@@ -53075,6 +53555,7 @@ export declare const HMRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodObjec
|
|
|
53075
53555
|
};
|
|
53076
53556
|
metadata: {
|
|
53077
53557
|
name?: string | undefined;
|
|
53558
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
53078
53559
|
summary?: string | undefined;
|
|
53079
53560
|
icon?: string | undefined;
|
|
53080
53561
|
thumbnail?: string | undefined;
|
|
@@ -53162,6 +53643,7 @@ export declare const HMRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodObjec
|
|
|
53162
53643
|
};
|
|
53163
53644
|
metadata: {
|
|
53164
53645
|
name?: string | undefined;
|
|
53646
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
53165
53647
|
summary?: string | undefined;
|
|
53166
53648
|
icon?: string | undefined;
|
|
53167
53649
|
thumbnail?: string | undefined;
|
|
@@ -53249,6 +53731,7 @@ export declare const HMRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodObjec
|
|
|
53249
53731
|
};
|
|
53250
53732
|
metadata: {
|
|
53251
53733
|
name?: string | undefined;
|
|
53734
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
53252
53735
|
summary?: string | undefined;
|
|
53253
53736
|
icon?: string | undefined;
|
|
53254
53737
|
thumbnail?: string | undefined;
|
|
@@ -53583,6 +54066,7 @@ export declare const HMRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodObjec
|
|
|
53583
54066
|
showOutline: z.ZodOptional<z.ZodBoolean>;
|
|
53584
54067
|
showActivity: z.ZodOptional<z.ZodBoolean>;
|
|
53585
54068
|
contentWidth: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"S">, z.ZodLiteral<"M">, z.ZodLiteral<"L">]>>;
|
|
54069
|
+
childrenType: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodLiteral<"Group">, z.ZodLiteral<"Ordered">, z.ZodLiteral<"Unordered">, z.ZodLiteral<"Blockquote">, z.ZodLiteral<"Grid">]>>>;
|
|
53586
54070
|
theme: z.ZodOptional<z.ZodObject<{
|
|
53587
54071
|
headerLayout: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"Center">, z.ZodLiteral<"">]>>;
|
|
53588
54072
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -53594,6 +54078,7 @@ export declare const HMRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodObjec
|
|
|
53594
54078
|
importTags: z.ZodOptional<z.ZodString>;
|
|
53595
54079
|
}, "strip", z.ZodTypeAny, {
|
|
53596
54080
|
name?: string | undefined;
|
|
54081
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
53597
54082
|
summary?: string | undefined;
|
|
53598
54083
|
icon?: string | undefined;
|
|
53599
54084
|
thumbnail?: string | undefined;
|
|
@@ -53614,6 +54099,7 @@ export declare const HMRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodObjec
|
|
|
53614
54099
|
importTags?: string | undefined;
|
|
53615
54100
|
}, {
|
|
53616
54101
|
name?: string | undefined;
|
|
54102
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
53617
54103
|
summary?: string | undefined;
|
|
53618
54104
|
icon?: string | undefined;
|
|
53619
54105
|
thumbnail?: string | undefined;
|
|
@@ -53654,6 +54140,7 @@ export declare const HMRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodObjec
|
|
|
53654
54140
|
};
|
|
53655
54141
|
metadata: {
|
|
53656
54142
|
name?: string | undefined;
|
|
54143
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
53657
54144
|
summary?: string | undefined;
|
|
53658
54145
|
icon?: string | undefined;
|
|
53659
54146
|
thumbnail?: string | undefined;
|
|
@@ -53694,6 +54181,7 @@ export declare const HMRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodObjec
|
|
|
53694
54181
|
};
|
|
53695
54182
|
metadata: {
|
|
53696
54183
|
name?: string | undefined;
|
|
54184
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
53697
54185
|
summary?: string | undefined;
|
|
53698
54186
|
icon?: string | undefined;
|
|
53699
54187
|
thumbnail?: string | undefined;
|
|
@@ -53870,6 +54358,7 @@ export declare const HMRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodObjec
|
|
|
53870
54358
|
showOutline: z.ZodOptional<z.ZodBoolean>;
|
|
53871
54359
|
showActivity: z.ZodOptional<z.ZodBoolean>;
|
|
53872
54360
|
contentWidth: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"S">, z.ZodLiteral<"M">, z.ZodLiteral<"L">]>>;
|
|
54361
|
+
childrenType: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodLiteral<"Group">, z.ZodLiteral<"Ordered">, z.ZodLiteral<"Unordered">, z.ZodLiteral<"Blockquote">, z.ZodLiteral<"Grid">]>>>;
|
|
53873
54362
|
theme: z.ZodOptional<z.ZodObject<{
|
|
53874
54363
|
headerLayout: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"Center">, z.ZodLiteral<"">]>>;
|
|
53875
54364
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -53881,6 +54370,7 @@ export declare const HMRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodObjec
|
|
|
53881
54370
|
importTags: z.ZodOptional<z.ZodString>;
|
|
53882
54371
|
}, "strip", z.ZodTypeAny, {
|
|
53883
54372
|
name?: string | undefined;
|
|
54373
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
53884
54374
|
summary?: string | undefined;
|
|
53885
54375
|
icon?: string | undefined;
|
|
53886
54376
|
thumbnail?: string | undefined;
|
|
@@ -53901,6 +54391,7 @@ export declare const HMRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodObjec
|
|
|
53901
54391
|
importTags?: string | undefined;
|
|
53902
54392
|
}, {
|
|
53903
54393
|
name?: string | undefined;
|
|
54394
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
53904
54395
|
summary?: string | undefined;
|
|
53905
54396
|
icon?: string | undefined;
|
|
53906
54397
|
thumbnail?: string | undefined;
|
|
@@ -53941,6 +54432,7 @@ export declare const HMRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodObjec
|
|
|
53941
54432
|
};
|
|
53942
54433
|
metadata: {
|
|
53943
54434
|
name?: string | undefined;
|
|
54435
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
53944
54436
|
summary?: string | undefined;
|
|
53945
54437
|
icon?: string | undefined;
|
|
53946
54438
|
thumbnail?: string | undefined;
|
|
@@ -53981,6 +54473,7 @@ export declare const HMRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodObjec
|
|
|
53981
54473
|
};
|
|
53982
54474
|
metadata: {
|
|
53983
54475
|
name?: string | undefined;
|
|
54476
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
53984
54477
|
summary?: string | undefined;
|
|
53985
54478
|
icon?: string | undefined;
|
|
53986
54479
|
thumbnail?: string | undefined;
|
|
@@ -54050,6 +54543,7 @@ export declare const HMRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodObjec
|
|
|
54050
54543
|
};
|
|
54051
54544
|
metadata: {
|
|
54052
54545
|
name?: string | undefined;
|
|
54546
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
54053
54547
|
summary?: string | undefined;
|
|
54054
54548
|
icon?: string | undefined;
|
|
54055
54549
|
thumbnail?: string | undefined;
|
|
@@ -54118,6 +54612,7 @@ export declare const HMRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodObjec
|
|
|
54118
54612
|
};
|
|
54119
54613
|
metadata: {
|
|
54120
54614
|
name?: string | undefined;
|
|
54615
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
54121
54616
|
summary?: string | undefined;
|
|
54122
54617
|
icon?: string | undefined;
|
|
54123
54618
|
thumbnail?: string | undefined;
|
|
@@ -54161,6 +54656,7 @@ export declare const HMRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodObjec
|
|
|
54161
54656
|
};
|
|
54162
54657
|
metadata: {
|
|
54163
54658
|
name?: string | undefined;
|
|
54659
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
54164
54660
|
summary?: string | undefined;
|
|
54165
54661
|
icon?: string | undefined;
|
|
54166
54662
|
thumbnail?: string | undefined;
|
|
@@ -54257,6 +54753,7 @@ export declare const HMRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodObjec
|
|
|
54257
54753
|
};
|
|
54258
54754
|
metadata: {
|
|
54259
54755
|
name?: string | undefined;
|
|
54756
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
54260
54757
|
summary?: string | undefined;
|
|
54261
54758
|
icon?: string | undefined;
|
|
54262
54759
|
thumbnail?: string | undefined;
|
|
@@ -54300,6 +54797,7 @@ export declare const HMRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodObjec
|
|
|
54300
54797
|
};
|
|
54301
54798
|
metadata: {
|
|
54302
54799
|
name?: string | undefined;
|
|
54800
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
54303
54801
|
summary?: string | undefined;
|
|
54304
54802
|
icon?: string | undefined;
|
|
54305
54803
|
thumbnail?: string | undefined;
|
|
@@ -54396,6 +54894,7 @@ export declare const HMRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodObjec
|
|
|
54396
54894
|
};
|
|
54397
54895
|
metadata: {
|
|
54398
54896
|
name?: string | undefined;
|
|
54897
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
54399
54898
|
summary?: string | undefined;
|
|
54400
54899
|
icon?: string | undefined;
|
|
54401
54900
|
thumbnail?: string | undefined;
|
|
@@ -54462,6 +54961,7 @@ export declare const HMRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodObjec
|
|
|
54462
54961
|
};
|
|
54463
54962
|
metadata: {
|
|
54464
54963
|
name?: string | undefined;
|
|
54964
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
54465
54965
|
summary?: string | undefined;
|
|
54466
54966
|
icon?: string | undefined;
|
|
54467
54967
|
thumbnail?: string | undefined;
|
|
@@ -54558,6 +55058,7 @@ export declare const HMRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodObjec
|
|
|
54558
55058
|
};
|
|
54559
55059
|
metadata: {
|
|
54560
55060
|
name?: string | undefined;
|
|
55061
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
54561
55062
|
summary?: string | undefined;
|
|
54562
55063
|
icon?: string | undefined;
|
|
54563
55064
|
thumbnail?: string | undefined;
|
|
@@ -54624,6 +55125,7 @@ export declare const HMRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodObjec
|
|
|
54624
55125
|
};
|
|
54625
55126
|
metadata: {
|
|
54626
55127
|
name?: string | undefined;
|
|
55128
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
54627
55129
|
summary?: string | undefined;
|
|
54628
55130
|
icon?: string | undefined;
|
|
54629
55131
|
thumbnail?: string | undefined;
|
|
@@ -54720,6 +55222,7 @@ export declare const HMRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodObjec
|
|
|
54720
55222
|
};
|
|
54721
55223
|
metadata: {
|
|
54722
55224
|
name?: string | undefined;
|
|
55225
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
54723
55226
|
summary?: string | undefined;
|
|
54724
55227
|
icon?: string | undefined;
|
|
54725
55228
|
thumbnail?: string | undefined;
|
|
@@ -54993,6 +55496,7 @@ export declare const HMRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodObjec
|
|
|
54993
55496
|
showOutline: z.ZodOptional<z.ZodBoolean>;
|
|
54994
55497
|
showActivity: z.ZodOptional<z.ZodBoolean>;
|
|
54995
55498
|
contentWidth: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"S">, z.ZodLiteral<"M">, z.ZodLiteral<"L">]>>;
|
|
55499
|
+
childrenType: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodLiteral<"Group">, z.ZodLiteral<"Ordered">, z.ZodLiteral<"Unordered">, z.ZodLiteral<"Blockquote">, z.ZodLiteral<"Grid">]>>>;
|
|
54996
55500
|
theme: z.ZodOptional<z.ZodObject<{
|
|
54997
55501
|
headerLayout: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"Center">, z.ZodLiteral<"">]>>;
|
|
54998
55502
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -55004,6 +55508,7 @@ export declare const HMRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodObjec
|
|
|
55004
55508
|
importTags: z.ZodOptional<z.ZodString>;
|
|
55005
55509
|
}, "strip", z.ZodTypeAny, {
|
|
55006
55510
|
name?: string | undefined;
|
|
55511
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
55007
55512
|
summary?: string | undefined;
|
|
55008
55513
|
icon?: string | undefined;
|
|
55009
55514
|
thumbnail?: string | undefined;
|
|
@@ -55024,6 +55529,7 @@ export declare const HMRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodObjec
|
|
|
55024
55529
|
importTags?: string | undefined;
|
|
55025
55530
|
}, {
|
|
55026
55531
|
name?: string | undefined;
|
|
55532
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
55027
55533
|
summary?: string | undefined;
|
|
55028
55534
|
icon?: string | undefined;
|
|
55029
55535
|
thumbnail?: string | undefined;
|
|
@@ -55064,6 +55570,7 @@ export declare const HMRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodObjec
|
|
|
55064
55570
|
};
|
|
55065
55571
|
metadata: {
|
|
55066
55572
|
name?: string | undefined;
|
|
55573
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
55067
55574
|
summary?: string | undefined;
|
|
55068
55575
|
icon?: string | undefined;
|
|
55069
55576
|
thumbnail?: string | undefined;
|
|
@@ -55104,6 +55611,7 @@ export declare const HMRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodObjec
|
|
|
55104
55611
|
};
|
|
55105
55612
|
metadata: {
|
|
55106
55613
|
name?: string | undefined;
|
|
55614
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
55107
55615
|
summary?: string | undefined;
|
|
55108
55616
|
icon?: string | undefined;
|
|
55109
55617
|
thumbnail?: string | undefined;
|
|
@@ -55169,6 +55677,7 @@ export declare const HMRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodObjec
|
|
|
55169
55677
|
};
|
|
55170
55678
|
metadata: {
|
|
55171
55679
|
name?: string | undefined;
|
|
55680
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
55172
55681
|
summary?: string | undefined;
|
|
55173
55682
|
icon?: string | undefined;
|
|
55174
55683
|
thumbnail?: string | undefined;
|
|
@@ -55234,6 +55743,7 @@ export declare const HMRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodObjec
|
|
|
55234
55743
|
};
|
|
55235
55744
|
metadata: {
|
|
55236
55745
|
name?: string | undefined;
|
|
55746
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
55237
55747
|
summary?: string | undefined;
|
|
55238
55748
|
icon?: string | undefined;
|
|
55239
55749
|
thumbnail?: string | undefined;
|
|
@@ -55321,6 +55831,7 @@ export declare const HMRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodObjec
|
|
|
55321
55831
|
};
|
|
55322
55832
|
metadata: {
|
|
55323
55833
|
name?: string | undefined;
|
|
55834
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
55324
55835
|
summary?: string | undefined;
|
|
55325
55836
|
icon?: string | undefined;
|
|
55326
55837
|
thumbnail?: string | undefined;
|
|
@@ -55408,6 +55919,7 @@ export declare const HMRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodObjec
|
|
|
55408
55919
|
};
|
|
55409
55920
|
metadata: {
|
|
55410
55921
|
name?: string | undefined;
|
|
55922
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
55411
55923
|
summary?: string | undefined;
|
|
55412
55924
|
icon?: string | undefined;
|
|
55413
55925
|
thumbnail?: string | undefined;
|
|
@@ -55596,6 +56108,7 @@ export declare const HMRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodObjec
|
|
|
55596
56108
|
showOutline: z.ZodOptional<z.ZodBoolean>;
|
|
55597
56109
|
showActivity: z.ZodOptional<z.ZodBoolean>;
|
|
55598
56110
|
contentWidth: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"S">, z.ZodLiteral<"M">, z.ZodLiteral<"L">]>>;
|
|
56111
|
+
childrenType: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodLiteral<"Group">, z.ZodLiteral<"Ordered">, z.ZodLiteral<"Unordered">, z.ZodLiteral<"Blockquote">, z.ZodLiteral<"Grid">]>>>;
|
|
55599
56112
|
theme: z.ZodOptional<z.ZodObject<{
|
|
55600
56113
|
headerLayout: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"Center">, z.ZodLiteral<"">]>>;
|
|
55601
56114
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -55607,6 +56120,7 @@ export declare const HMRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodObjec
|
|
|
55607
56120
|
importTags: z.ZodOptional<z.ZodString>;
|
|
55608
56121
|
}, "strip", z.ZodTypeAny, {
|
|
55609
56122
|
name?: string | undefined;
|
|
56123
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
55610
56124
|
summary?: string | undefined;
|
|
55611
56125
|
icon?: string | undefined;
|
|
55612
56126
|
thumbnail?: string | undefined;
|
|
@@ -55627,6 +56141,7 @@ export declare const HMRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodObjec
|
|
|
55627
56141
|
importTags?: string | undefined;
|
|
55628
56142
|
}, {
|
|
55629
56143
|
name?: string | undefined;
|
|
56144
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
55630
56145
|
summary?: string | undefined;
|
|
55631
56146
|
icon?: string | undefined;
|
|
55632
56147
|
thumbnail?: string | undefined;
|
|
@@ -55667,6 +56182,7 @@ export declare const HMRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodObjec
|
|
|
55667
56182
|
};
|
|
55668
56183
|
metadata: {
|
|
55669
56184
|
name?: string | undefined;
|
|
56185
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
55670
56186
|
summary?: string | undefined;
|
|
55671
56187
|
icon?: string | undefined;
|
|
55672
56188
|
thumbnail?: string | undefined;
|
|
@@ -55707,6 +56223,7 @@ export declare const HMRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodObjec
|
|
|
55707
56223
|
};
|
|
55708
56224
|
metadata: {
|
|
55709
56225
|
name?: string | undefined;
|
|
56226
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
55710
56227
|
summary?: string | undefined;
|
|
55711
56228
|
icon?: string | undefined;
|
|
55712
56229
|
thumbnail?: string | undefined;
|
|
@@ -55749,6 +56266,7 @@ export declare const HMRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodObjec
|
|
|
55749
56266
|
};
|
|
55750
56267
|
metadata: {
|
|
55751
56268
|
name?: string | undefined;
|
|
56269
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
55752
56270
|
summary?: string | undefined;
|
|
55753
56271
|
icon?: string | undefined;
|
|
55754
56272
|
thumbnail?: string | undefined;
|
|
@@ -55791,6 +56309,7 @@ export declare const HMRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodObjec
|
|
|
55791
56309
|
};
|
|
55792
56310
|
metadata: {
|
|
55793
56311
|
name?: string | undefined;
|
|
56312
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
55794
56313
|
summary?: string | undefined;
|
|
55795
56314
|
icon?: string | undefined;
|
|
55796
56315
|
thumbnail?: string | undefined;
|
|
@@ -55836,6 +56355,7 @@ export declare const HMRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodObjec
|
|
|
55836
56355
|
};
|
|
55837
56356
|
metadata: {
|
|
55838
56357
|
name?: string | undefined;
|
|
56358
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
55839
56359
|
summary?: string | undefined;
|
|
55840
56360
|
icon?: string | undefined;
|
|
55841
56361
|
thumbnail?: string | undefined;
|
|
@@ -55882,6 +56402,7 @@ export declare const HMRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodObjec
|
|
|
55882
56402
|
};
|
|
55883
56403
|
metadata: {
|
|
55884
56404
|
name?: string | undefined;
|
|
56405
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
55885
56406
|
summary?: string | undefined;
|
|
55886
56407
|
icon?: string | undefined;
|
|
55887
56408
|
thumbnail?: string | undefined;
|
|
@@ -56187,6 +56708,7 @@ export declare const HMRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodObjec
|
|
|
56187
56708
|
showOutline: z.ZodOptional<z.ZodBoolean>;
|
|
56188
56709
|
showActivity: z.ZodOptional<z.ZodBoolean>;
|
|
56189
56710
|
contentWidth: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"S">, z.ZodLiteral<"M">, z.ZodLiteral<"L">]>>;
|
|
56711
|
+
childrenType: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodLiteral<"Group">, z.ZodLiteral<"Ordered">, z.ZodLiteral<"Unordered">, z.ZodLiteral<"Blockquote">, z.ZodLiteral<"Grid">]>>>;
|
|
56190
56712
|
theme: z.ZodOptional<z.ZodObject<{
|
|
56191
56713
|
headerLayout: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"Center">, z.ZodLiteral<"">]>>;
|
|
56192
56714
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -56198,6 +56720,7 @@ export declare const HMRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodObjec
|
|
|
56198
56720
|
importTags: z.ZodOptional<z.ZodString>;
|
|
56199
56721
|
}, "strip", z.ZodTypeAny, {
|
|
56200
56722
|
name?: string | undefined;
|
|
56723
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
56201
56724
|
summary?: string | undefined;
|
|
56202
56725
|
icon?: string | undefined;
|
|
56203
56726
|
thumbnail?: string | undefined;
|
|
@@ -56218,6 +56741,7 @@ export declare const HMRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodObjec
|
|
|
56218
56741
|
importTags?: string | undefined;
|
|
56219
56742
|
}, {
|
|
56220
56743
|
name?: string | undefined;
|
|
56744
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
56221
56745
|
summary?: string | undefined;
|
|
56222
56746
|
icon?: string | undefined;
|
|
56223
56747
|
thumbnail?: string | undefined;
|
|
@@ -56258,6 +56782,7 @@ export declare const HMRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodObjec
|
|
|
56258
56782
|
};
|
|
56259
56783
|
metadata: {
|
|
56260
56784
|
name?: string | undefined;
|
|
56785
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
56261
56786
|
summary?: string | undefined;
|
|
56262
56787
|
icon?: string | undefined;
|
|
56263
56788
|
thumbnail?: string | undefined;
|
|
@@ -56298,6 +56823,7 @@ export declare const HMRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodObjec
|
|
|
56298
56823
|
};
|
|
56299
56824
|
metadata: {
|
|
56300
56825
|
name?: string | undefined;
|
|
56826
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
56301
56827
|
summary?: string | undefined;
|
|
56302
56828
|
icon?: string | undefined;
|
|
56303
56829
|
thumbnail?: string | undefined;
|
|
@@ -56363,6 +56889,7 @@ export declare const HMRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodObjec
|
|
|
56363
56889
|
};
|
|
56364
56890
|
metadata: {
|
|
56365
56891
|
name?: string | undefined;
|
|
56892
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
56366
56893
|
summary?: string | undefined;
|
|
56367
56894
|
icon?: string | undefined;
|
|
56368
56895
|
thumbnail?: string | undefined;
|
|
@@ -56428,6 +56955,7 @@ export declare const HMRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodObjec
|
|
|
56428
56955
|
};
|
|
56429
56956
|
metadata: {
|
|
56430
56957
|
name?: string | undefined;
|
|
56958
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
56431
56959
|
summary?: string | undefined;
|
|
56432
56960
|
icon?: string | undefined;
|
|
56433
56961
|
thumbnail?: string | undefined;
|
|
@@ -56515,6 +57043,7 @@ export declare const HMRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodObjec
|
|
|
56515
57043
|
};
|
|
56516
57044
|
metadata: {
|
|
56517
57045
|
name?: string | undefined;
|
|
57046
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
56518
57047
|
summary?: string | undefined;
|
|
56519
57048
|
icon?: string | undefined;
|
|
56520
57049
|
thumbnail?: string | undefined;
|
|
@@ -56602,6 +57131,7 @@ export declare const HMRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodObjec
|
|
|
56602
57131
|
};
|
|
56603
57132
|
metadata: {
|
|
56604
57133
|
name?: string | undefined;
|
|
57134
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
56605
57135
|
summary?: string | undefined;
|
|
56606
57136
|
icon?: string | undefined;
|
|
56607
57137
|
thumbnail?: string | undefined;
|
|
@@ -57856,6 +58386,7 @@ export declare const HMRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodObjec
|
|
|
57856
58386
|
showOutline: z.ZodOptional<z.ZodBoolean>;
|
|
57857
58387
|
showActivity: z.ZodOptional<z.ZodBoolean>;
|
|
57858
58388
|
contentWidth: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"S">, z.ZodLiteral<"M">, z.ZodLiteral<"L">]>>;
|
|
58389
|
+
childrenType: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodLiteral<"Group">, z.ZodLiteral<"Ordered">, z.ZodLiteral<"Unordered">, z.ZodLiteral<"Blockquote">, z.ZodLiteral<"Grid">]>>>;
|
|
57859
58390
|
theme: z.ZodOptional<z.ZodObject<{
|
|
57860
58391
|
headerLayout: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"Center">, z.ZodLiteral<"">]>>;
|
|
57861
58392
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -57867,6 +58398,7 @@ export declare const HMRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodObjec
|
|
|
57867
58398
|
importTags: z.ZodOptional<z.ZodString>;
|
|
57868
58399
|
}, "strip", z.ZodTypeAny, {
|
|
57869
58400
|
name?: string | undefined;
|
|
58401
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
57870
58402
|
summary?: string | undefined;
|
|
57871
58403
|
icon?: string | undefined;
|
|
57872
58404
|
thumbnail?: string | undefined;
|
|
@@ -57887,6 +58419,7 @@ export declare const HMRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodObjec
|
|
|
57887
58419
|
importTags?: string | undefined;
|
|
57888
58420
|
}, {
|
|
57889
58421
|
name?: string | undefined;
|
|
58422
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
57890
58423
|
summary?: string | undefined;
|
|
57891
58424
|
icon?: string | undefined;
|
|
57892
58425
|
thumbnail?: string | undefined;
|
|
@@ -57927,6 +58460,7 @@ export declare const HMRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodObjec
|
|
|
57927
58460
|
};
|
|
57928
58461
|
metadata: {
|
|
57929
58462
|
name?: string | undefined;
|
|
58463
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
57930
58464
|
summary?: string | undefined;
|
|
57931
58465
|
icon?: string | undefined;
|
|
57932
58466
|
thumbnail?: string | undefined;
|
|
@@ -57967,6 +58501,7 @@ export declare const HMRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodObjec
|
|
|
57967
58501
|
};
|
|
57968
58502
|
metadata: {
|
|
57969
58503
|
name?: string | undefined;
|
|
58504
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
57970
58505
|
summary?: string | undefined;
|
|
57971
58506
|
icon?: string | undefined;
|
|
57972
58507
|
thumbnail?: string | undefined;
|
|
@@ -58009,6 +58544,7 @@ export declare const HMRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodObjec
|
|
|
58009
58544
|
};
|
|
58010
58545
|
metadata: {
|
|
58011
58546
|
name?: string | undefined;
|
|
58547
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
58012
58548
|
summary?: string | undefined;
|
|
58013
58549
|
icon?: string | undefined;
|
|
58014
58550
|
thumbnail?: string | undefined;
|
|
@@ -58148,6 +58684,7 @@ export declare const HMRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodObjec
|
|
|
58148
58684
|
};
|
|
58149
58685
|
metadata: {
|
|
58150
58686
|
name?: string | undefined;
|
|
58687
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
58151
58688
|
summary?: string | undefined;
|
|
58152
58689
|
icon?: string | undefined;
|
|
58153
58690
|
thumbnail?: string | undefined;
|
|
@@ -58309,6 +58846,7 @@ export declare const HMRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodObjec
|
|
|
58309
58846
|
};
|
|
58310
58847
|
metadata: {
|
|
58311
58848
|
name?: string | undefined;
|
|
58849
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
58312
58850
|
summary?: string | undefined;
|
|
58313
58851
|
icon?: string | undefined;
|
|
58314
58852
|
thumbnail?: string | undefined;
|
|
@@ -58470,6 +59008,7 @@ export declare const HMRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodObjec
|
|
|
58470
59008
|
};
|
|
58471
59009
|
metadata: {
|
|
58472
59010
|
name?: string | undefined;
|
|
59011
|
+
childrenType?: "Group" | "Ordered" | "Unordered" | "Blockquote" | "Grid" | null | undefined;
|
|
58473
59012
|
summary?: string | undefined;
|
|
58474
59013
|
icon?: string | undefined;
|
|
58475
59014
|
thumbnail?: string | undefined;
|