@seed-hypermedia/client 0.0.4 → 0.0.6
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/{chunk-YIND2WNJ.mjs → chunk-B5WCMFR5.mjs} +18 -1
- package/dist/comment.d.ts +13 -0
- package/dist/hm-types.d.ts +942 -6
- package/dist/hm-types.mjs +7 -1
- package/dist/index.d.ts +2 -2
- package/dist/index.mjs +29 -1
- package/package.json +1 -1
- package/src/index.ts +2 -2
package/dist/hm-types.d.ts
CHANGED
|
@@ -1905,6 +1905,7 @@ export declare const HMCommentSchema: z.ZodObject<{
|
|
|
1905
1905
|
targetPath: z.ZodOptional<z.ZodString>;
|
|
1906
1906
|
targetVersion: z.ZodString;
|
|
1907
1907
|
replyParent: z.ZodOptional<z.ZodString>;
|
|
1908
|
+
replyParentVersion: z.ZodOptional<z.ZodString>;
|
|
1908
1909
|
threadRoot: z.ZodOptional<z.ZodString>;
|
|
1909
1910
|
threadRootVersion: z.ZodOptional<z.ZodString>;
|
|
1910
1911
|
capability: z.ZodOptional<z.ZodString>;
|
|
@@ -1948,6 +1949,7 @@ export declare const HMCommentSchema: z.ZodObject<{
|
|
|
1948
1949
|
visibility: "PUBLIC" | "PRIVATE";
|
|
1949
1950
|
targetPath?: string | undefined;
|
|
1950
1951
|
replyParent?: string | undefined;
|
|
1952
|
+
replyParentVersion?: string | undefined;
|
|
1951
1953
|
threadRoot?: string | undefined;
|
|
1952
1954
|
threadRootVersion?: string | undefined;
|
|
1953
1955
|
capability?: string | undefined;
|
|
@@ -1969,6 +1971,7 @@ export declare const HMCommentSchema: z.ZodObject<{
|
|
|
1969
1971
|
visibility: string | number;
|
|
1970
1972
|
targetPath?: string | undefined;
|
|
1971
1973
|
replyParent?: string | undefined;
|
|
1974
|
+
replyParentVersion?: string | undefined;
|
|
1972
1975
|
threadRoot?: string | undefined;
|
|
1973
1976
|
threadRootVersion?: string | undefined;
|
|
1974
1977
|
capability?: string | undefined;
|
|
@@ -1997,6 +2000,7 @@ export declare const HMCommentGroupSchema: z.ZodObject<{
|
|
|
1997
2000
|
targetPath: z.ZodOptional<z.ZodString>;
|
|
1998
2001
|
targetVersion: z.ZodString;
|
|
1999
2002
|
replyParent: z.ZodOptional<z.ZodString>;
|
|
2003
|
+
replyParentVersion: z.ZodOptional<z.ZodString>;
|
|
2000
2004
|
threadRoot: z.ZodOptional<z.ZodString>;
|
|
2001
2005
|
threadRootVersion: z.ZodOptional<z.ZodString>;
|
|
2002
2006
|
capability: z.ZodOptional<z.ZodString>;
|
|
@@ -2040,6 +2044,7 @@ export declare const HMCommentGroupSchema: z.ZodObject<{
|
|
|
2040
2044
|
visibility: "PUBLIC" | "PRIVATE";
|
|
2041
2045
|
targetPath?: string | undefined;
|
|
2042
2046
|
replyParent?: string | undefined;
|
|
2047
|
+
replyParentVersion?: string | undefined;
|
|
2043
2048
|
threadRoot?: string | undefined;
|
|
2044
2049
|
threadRootVersion?: string | undefined;
|
|
2045
2050
|
capability?: string | undefined;
|
|
@@ -2061,6 +2066,7 @@ export declare const HMCommentGroupSchema: z.ZodObject<{
|
|
|
2061
2066
|
visibility: string | number;
|
|
2062
2067
|
targetPath?: string | undefined;
|
|
2063
2068
|
replyParent?: string | undefined;
|
|
2069
|
+
replyParentVersion?: string | undefined;
|
|
2064
2070
|
threadRoot?: string | undefined;
|
|
2065
2071
|
threadRootVersion?: string | undefined;
|
|
2066
2072
|
capability?: string | undefined;
|
|
@@ -2089,6 +2095,7 @@ export declare const HMCommentGroupSchema: z.ZodObject<{
|
|
|
2089
2095
|
visibility: "PUBLIC" | "PRIVATE";
|
|
2090
2096
|
targetPath?: string | undefined;
|
|
2091
2097
|
replyParent?: string | undefined;
|
|
2098
|
+
replyParentVersion?: string | undefined;
|
|
2092
2099
|
threadRoot?: string | undefined;
|
|
2093
2100
|
threadRootVersion?: string | undefined;
|
|
2094
2101
|
capability?: string | undefined;
|
|
@@ -2115,6 +2122,7 @@ export declare const HMCommentGroupSchema: z.ZodObject<{
|
|
|
2115
2122
|
visibility: string | number;
|
|
2116
2123
|
targetPath?: string | undefined;
|
|
2117
2124
|
replyParent?: string | undefined;
|
|
2125
|
+
replyParentVersion?: string | undefined;
|
|
2118
2126
|
threadRoot?: string | undefined;
|
|
2119
2127
|
threadRootVersion?: string | undefined;
|
|
2120
2128
|
capability?: string | undefined;
|
|
@@ -2131,6 +2139,7 @@ export declare const HMExternalCommentGroupSchema: z.ZodObject<{
|
|
|
2131
2139
|
targetPath: z.ZodOptional<z.ZodString>;
|
|
2132
2140
|
targetVersion: z.ZodString;
|
|
2133
2141
|
replyParent: z.ZodOptional<z.ZodString>;
|
|
2142
|
+
replyParentVersion: z.ZodOptional<z.ZodString>;
|
|
2134
2143
|
threadRoot: z.ZodOptional<z.ZodString>;
|
|
2135
2144
|
threadRootVersion: z.ZodOptional<z.ZodString>;
|
|
2136
2145
|
capability: z.ZodOptional<z.ZodString>;
|
|
@@ -2174,6 +2183,7 @@ export declare const HMExternalCommentGroupSchema: z.ZodObject<{
|
|
|
2174
2183
|
visibility: "PUBLIC" | "PRIVATE";
|
|
2175
2184
|
targetPath?: string | undefined;
|
|
2176
2185
|
replyParent?: string | undefined;
|
|
2186
|
+
replyParentVersion?: string | undefined;
|
|
2177
2187
|
threadRoot?: string | undefined;
|
|
2178
2188
|
threadRootVersion?: string | undefined;
|
|
2179
2189
|
capability?: string | undefined;
|
|
@@ -2195,6 +2205,7 @@ export declare const HMExternalCommentGroupSchema: z.ZodObject<{
|
|
|
2195
2205
|
visibility: string | number;
|
|
2196
2206
|
targetPath?: string | undefined;
|
|
2197
2207
|
replyParent?: string | undefined;
|
|
2208
|
+
replyParentVersion?: string | undefined;
|
|
2198
2209
|
threadRoot?: string | undefined;
|
|
2199
2210
|
threadRootVersion?: string | undefined;
|
|
2200
2211
|
capability?: string | undefined;
|
|
@@ -2428,6 +2439,7 @@ export declare const HMExternalCommentGroupSchema: z.ZodObject<{
|
|
|
2428
2439
|
visibility: "PUBLIC" | "PRIVATE";
|
|
2429
2440
|
targetPath?: string | undefined;
|
|
2430
2441
|
replyParent?: string | undefined;
|
|
2442
|
+
replyParentVersion?: string | undefined;
|
|
2431
2443
|
threadRoot?: string | undefined;
|
|
2432
2444
|
threadRootVersion?: string | undefined;
|
|
2433
2445
|
capability?: string | undefined;
|
|
@@ -2495,6 +2507,7 @@ export declare const HMExternalCommentGroupSchema: z.ZodObject<{
|
|
|
2495
2507
|
visibility: string | number;
|
|
2496
2508
|
targetPath?: string | undefined;
|
|
2497
2509
|
replyParent?: string | undefined;
|
|
2510
|
+
replyParentVersion?: string | undefined;
|
|
2498
2511
|
threadRoot?: string | undefined;
|
|
2499
2512
|
threadRootVersion?: string | undefined;
|
|
2500
2513
|
capability?: string | undefined;
|
|
@@ -8189,6 +8202,7 @@ export declare const HMResourceCommentSchema: z.ZodObject<{
|
|
|
8189
8202
|
targetPath: z.ZodOptional<z.ZodString>;
|
|
8190
8203
|
targetVersion: z.ZodString;
|
|
8191
8204
|
replyParent: z.ZodOptional<z.ZodString>;
|
|
8205
|
+
replyParentVersion: z.ZodOptional<z.ZodString>;
|
|
8192
8206
|
threadRoot: z.ZodOptional<z.ZodString>;
|
|
8193
8207
|
threadRootVersion: z.ZodOptional<z.ZodString>;
|
|
8194
8208
|
capability: z.ZodOptional<z.ZodString>;
|
|
@@ -8232,6 +8246,7 @@ export declare const HMResourceCommentSchema: z.ZodObject<{
|
|
|
8232
8246
|
visibility: "PUBLIC" | "PRIVATE";
|
|
8233
8247
|
targetPath?: string | undefined;
|
|
8234
8248
|
replyParent?: string | undefined;
|
|
8249
|
+
replyParentVersion?: string | undefined;
|
|
8235
8250
|
threadRoot?: string | undefined;
|
|
8236
8251
|
threadRootVersion?: string | undefined;
|
|
8237
8252
|
capability?: string | undefined;
|
|
@@ -8253,6 +8268,7 @@ export declare const HMResourceCommentSchema: z.ZodObject<{
|
|
|
8253
8268
|
visibility: string | number;
|
|
8254
8269
|
targetPath?: string | undefined;
|
|
8255
8270
|
replyParent?: string | undefined;
|
|
8271
|
+
replyParentVersion?: string | undefined;
|
|
8256
8272
|
threadRoot?: string | undefined;
|
|
8257
8273
|
threadRootVersion?: string | undefined;
|
|
8258
8274
|
capability?: string | undefined;
|
|
@@ -8351,6 +8367,7 @@ export declare const HMResourceCommentSchema: z.ZodObject<{
|
|
|
8351
8367
|
visibility: "PUBLIC" | "PRIVATE";
|
|
8352
8368
|
targetPath?: string | undefined;
|
|
8353
8369
|
replyParent?: string | undefined;
|
|
8370
|
+
replyParentVersion?: string | undefined;
|
|
8354
8371
|
threadRoot?: string | undefined;
|
|
8355
8372
|
threadRootVersion?: string | undefined;
|
|
8356
8373
|
capability?: string | undefined;
|
|
@@ -8392,6 +8409,7 @@ export declare const HMResourceCommentSchema: z.ZodObject<{
|
|
|
8392
8409
|
visibility: string | number;
|
|
8393
8410
|
targetPath?: string | undefined;
|
|
8394
8411
|
replyParent?: string | undefined;
|
|
8412
|
+
replyParentVersion?: string | undefined;
|
|
8395
8413
|
threadRoot?: string | undefined;
|
|
8396
8414
|
threadRootVersion?: string | undefined;
|
|
8397
8415
|
capability?: string | undefined;
|
|
@@ -9270,6 +9288,7 @@ export declare const HMResourceSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
9270
9288
|
targetPath: z.ZodOptional<z.ZodString>;
|
|
9271
9289
|
targetVersion: z.ZodString;
|
|
9272
9290
|
replyParent: z.ZodOptional<z.ZodString>;
|
|
9291
|
+
replyParentVersion: z.ZodOptional<z.ZodString>;
|
|
9273
9292
|
threadRoot: z.ZodOptional<z.ZodString>;
|
|
9274
9293
|
threadRootVersion: z.ZodOptional<z.ZodString>;
|
|
9275
9294
|
capability: z.ZodOptional<z.ZodString>;
|
|
@@ -9313,6 +9332,7 @@ export declare const HMResourceSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
9313
9332
|
visibility: "PUBLIC" | "PRIVATE";
|
|
9314
9333
|
targetPath?: string | undefined;
|
|
9315
9334
|
replyParent?: string | undefined;
|
|
9335
|
+
replyParentVersion?: string | undefined;
|
|
9316
9336
|
threadRoot?: string | undefined;
|
|
9317
9337
|
threadRootVersion?: string | undefined;
|
|
9318
9338
|
capability?: string | undefined;
|
|
@@ -9334,6 +9354,7 @@ export declare const HMResourceSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
9334
9354
|
visibility: string | number;
|
|
9335
9355
|
targetPath?: string | undefined;
|
|
9336
9356
|
replyParent?: string | undefined;
|
|
9357
|
+
replyParentVersion?: string | undefined;
|
|
9337
9358
|
threadRoot?: string | undefined;
|
|
9338
9359
|
threadRootVersion?: string | undefined;
|
|
9339
9360
|
capability?: string | undefined;
|
|
@@ -9432,6 +9453,7 @@ export declare const HMResourceSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
9432
9453
|
visibility: "PUBLIC" | "PRIVATE";
|
|
9433
9454
|
targetPath?: string | undefined;
|
|
9434
9455
|
replyParent?: string | undefined;
|
|
9456
|
+
replyParentVersion?: string | undefined;
|
|
9435
9457
|
threadRoot?: string | undefined;
|
|
9436
9458
|
threadRootVersion?: string | undefined;
|
|
9437
9459
|
capability?: string | undefined;
|
|
@@ -9473,6 +9495,7 @@ export declare const HMResourceSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
9473
9495
|
visibility: string | number;
|
|
9474
9496
|
targetPath?: string | undefined;
|
|
9475
9497
|
replyParent?: string | undefined;
|
|
9498
|
+
replyParentVersion?: string | undefined;
|
|
9476
9499
|
threadRoot?: string | undefined;
|
|
9477
9500
|
threadRootVersion?: string | undefined;
|
|
9478
9501
|
capability?: string | undefined;
|
|
@@ -10343,6 +10366,7 @@ export declare const HMResolvedResourceSchema: z.ZodDiscriminatedUnion<"type", [
|
|
|
10343
10366
|
targetPath: z.ZodOptional<z.ZodString>;
|
|
10344
10367
|
targetVersion: z.ZodString;
|
|
10345
10368
|
replyParent: z.ZodOptional<z.ZodString>;
|
|
10369
|
+
replyParentVersion: z.ZodOptional<z.ZodString>;
|
|
10346
10370
|
threadRoot: z.ZodOptional<z.ZodString>;
|
|
10347
10371
|
threadRootVersion: z.ZodOptional<z.ZodString>;
|
|
10348
10372
|
capability: z.ZodOptional<z.ZodString>;
|
|
@@ -10386,6 +10410,7 @@ export declare const HMResolvedResourceSchema: z.ZodDiscriminatedUnion<"type", [
|
|
|
10386
10410
|
visibility: "PUBLIC" | "PRIVATE";
|
|
10387
10411
|
targetPath?: string | undefined;
|
|
10388
10412
|
replyParent?: string | undefined;
|
|
10413
|
+
replyParentVersion?: string | undefined;
|
|
10389
10414
|
threadRoot?: string | undefined;
|
|
10390
10415
|
threadRootVersion?: string | undefined;
|
|
10391
10416
|
capability?: string | undefined;
|
|
@@ -10407,6 +10432,7 @@ export declare const HMResolvedResourceSchema: z.ZodDiscriminatedUnion<"type", [
|
|
|
10407
10432
|
visibility: string | number;
|
|
10408
10433
|
targetPath?: string | undefined;
|
|
10409
10434
|
replyParent?: string | undefined;
|
|
10435
|
+
replyParentVersion?: string | undefined;
|
|
10410
10436
|
threadRoot?: string | undefined;
|
|
10411
10437
|
threadRootVersion?: string | undefined;
|
|
10412
10438
|
capability?: string | undefined;
|
|
@@ -10505,6 +10531,7 @@ export declare const HMResolvedResourceSchema: z.ZodDiscriminatedUnion<"type", [
|
|
|
10505
10531
|
visibility: "PUBLIC" | "PRIVATE";
|
|
10506
10532
|
targetPath?: string | undefined;
|
|
10507
10533
|
replyParent?: string | undefined;
|
|
10534
|
+
replyParentVersion?: string | undefined;
|
|
10508
10535
|
threadRoot?: string | undefined;
|
|
10509
10536
|
threadRootVersion?: string | undefined;
|
|
10510
10537
|
capability?: string | undefined;
|
|
@@ -10546,6 +10573,7 @@ export declare const HMResolvedResourceSchema: z.ZodDiscriminatedUnion<"type", [
|
|
|
10546
10573
|
visibility: string | number;
|
|
10547
10574
|
targetPath?: string | undefined;
|
|
10548
10575
|
replyParent?: string | undefined;
|
|
10576
|
+
replyParentVersion?: string | undefined;
|
|
10549
10577
|
threadRoot?: string | undefined;
|
|
10550
10578
|
threadRootVersion?: string | undefined;
|
|
10551
10579
|
capability?: string | undefined;
|
|
@@ -12481,13 +12509,10 @@ type HMDraftMetaBase = {
|
|
|
12481
12509
|
deps: string[];
|
|
12482
12510
|
navigation?: HMNavigationItem[];
|
|
12483
12511
|
};
|
|
12484
|
-
export type HMDraftMeta = HMDraftMetaBase &
|
|
12485
|
-
editUid
|
|
12512
|
+
export type HMDraftMeta = HMDraftMetaBase & {
|
|
12513
|
+
editUid?: string;
|
|
12486
12514
|
locationUid?: string;
|
|
12487
|
-
}
|
|
12488
|
-
editUid?: undefined;
|
|
12489
|
-
locationUid: string;
|
|
12490
|
-
});
|
|
12515
|
+
};
|
|
12491
12516
|
export declare const HMListedDraftSchema: z.ZodEffects<z.ZodObject<{
|
|
12492
12517
|
id: z.ZodString;
|
|
12493
12518
|
locationUid: z.ZodOptional<z.ZodString>;
|
|
@@ -13486,6 +13511,7 @@ export declare const HMResourceRequestSchema: z.ZodObject<{
|
|
|
13486
13511
|
targetPath: z.ZodOptional<z.ZodString>;
|
|
13487
13512
|
targetVersion: z.ZodString;
|
|
13488
13513
|
replyParent: z.ZodOptional<z.ZodString>;
|
|
13514
|
+
replyParentVersion: z.ZodOptional<z.ZodString>;
|
|
13489
13515
|
threadRoot: z.ZodOptional<z.ZodString>;
|
|
13490
13516
|
threadRootVersion: z.ZodOptional<z.ZodString>;
|
|
13491
13517
|
capability: z.ZodOptional<z.ZodString>;
|
|
@@ -13529,6 +13555,7 @@ export declare const HMResourceRequestSchema: z.ZodObject<{
|
|
|
13529
13555
|
visibility: "PUBLIC" | "PRIVATE";
|
|
13530
13556
|
targetPath?: string | undefined;
|
|
13531
13557
|
replyParent?: string | undefined;
|
|
13558
|
+
replyParentVersion?: string | undefined;
|
|
13532
13559
|
threadRoot?: string | undefined;
|
|
13533
13560
|
threadRootVersion?: string | undefined;
|
|
13534
13561
|
capability?: string | undefined;
|
|
@@ -13550,6 +13577,7 @@ export declare const HMResourceRequestSchema: z.ZodObject<{
|
|
|
13550
13577
|
visibility: string | number;
|
|
13551
13578
|
targetPath?: string | undefined;
|
|
13552
13579
|
replyParent?: string | undefined;
|
|
13580
|
+
replyParentVersion?: string | undefined;
|
|
13553
13581
|
threadRoot?: string | undefined;
|
|
13554
13582
|
threadRootVersion?: string | undefined;
|
|
13555
13583
|
capability?: string | undefined;
|
|
@@ -13648,6 +13676,7 @@ export declare const HMResourceRequestSchema: z.ZodObject<{
|
|
|
13648
13676
|
visibility: "PUBLIC" | "PRIVATE";
|
|
13649
13677
|
targetPath?: string | undefined;
|
|
13650
13678
|
replyParent?: string | undefined;
|
|
13679
|
+
replyParentVersion?: string | undefined;
|
|
13651
13680
|
threadRoot?: string | undefined;
|
|
13652
13681
|
threadRootVersion?: string | undefined;
|
|
13653
13682
|
capability?: string | undefined;
|
|
@@ -13689,6 +13718,7 @@ export declare const HMResourceRequestSchema: z.ZodObject<{
|
|
|
13689
13718
|
visibility: string | number;
|
|
13690
13719
|
targetPath?: string | undefined;
|
|
13691
13720
|
replyParent?: string | undefined;
|
|
13721
|
+
replyParentVersion?: string | undefined;
|
|
13692
13722
|
threadRoot?: string | undefined;
|
|
13693
13723
|
threadRootVersion?: string | undefined;
|
|
13694
13724
|
capability?: string | undefined;
|
|
@@ -14294,6 +14324,7 @@ export declare const HMResourceRequestSchema: z.ZodObject<{
|
|
|
14294
14324
|
visibility: "PUBLIC" | "PRIVATE";
|
|
14295
14325
|
targetPath?: string | undefined;
|
|
14296
14326
|
replyParent?: string | undefined;
|
|
14327
|
+
replyParentVersion?: string | undefined;
|
|
14297
14328
|
threadRoot?: string | undefined;
|
|
14298
14329
|
threadRootVersion?: string | undefined;
|
|
14299
14330
|
capability?: string | undefined;
|
|
@@ -14511,6 +14542,7 @@ export declare const HMResourceRequestSchema: z.ZodObject<{
|
|
|
14511
14542
|
visibility: string | number;
|
|
14512
14543
|
targetPath?: string | undefined;
|
|
14513
14544
|
replyParent?: string | undefined;
|
|
14545
|
+
replyParentVersion?: string | undefined;
|
|
14514
14546
|
threadRoot?: string | undefined;
|
|
14515
14547
|
threadRootVersion?: string | undefined;
|
|
14516
14548
|
capability?: string | undefined;
|
|
@@ -15328,6 +15360,7 @@ export declare const HMCommentRequestSchema: z.ZodObject<{
|
|
|
15328
15360
|
targetPath: z.ZodOptional<z.ZodString>;
|
|
15329
15361
|
targetVersion: z.ZodString;
|
|
15330
15362
|
replyParent: z.ZodOptional<z.ZodString>;
|
|
15363
|
+
replyParentVersion: z.ZodOptional<z.ZodString>;
|
|
15331
15364
|
threadRoot: z.ZodOptional<z.ZodString>;
|
|
15332
15365
|
threadRootVersion: z.ZodOptional<z.ZodString>;
|
|
15333
15366
|
capability: z.ZodOptional<z.ZodString>;
|
|
@@ -15371,6 +15404,7 @@ export declare const HMCommentRequestSchema: z.ZodObject<{
|
|
|
15371
15404
|
visibility: "PUBLIC" | "PRIVATE";
|
|
15372
15405
|
targetPath?: string | undefined;
|
|
15373
15406
|
replyParent?: string | undefined;
|
|
15407
|
+
replyParentVersion?: string | undefined;
|
|
15374
15408
|
threadRoot?: string | undefined;
|
|
15375
15409
|
threadRootVersion?: string | undefined;
|
|
15376
15410
|
capability?: string | undefined;
|
|
@@ -15392,6 +15426,7 @@ export declare const HMCommentRequestSchema: z.ZodObject<{
|
|
|
15392
15426
|
visibility: string | number;
|
|
15393
15427
|
targetPath?: string | undefined;
|
|
15394
15428
|
replyParent?: string | undefined;
|
|
15429
|
+
replyParentVersion?: string | undefined;
|
|
15395
15430
|
threadRoot?: string | undefined;
|
|
15396
15431
|
threadRootVersion?: string | undefined;
|
|
15397
15432
|
capability?: string | undefined;
|
|
@@ -15417,6 +15452,7 @@ export declare const HMCommentRequestSchema: z.ZodObject<{
|
|
|
15417
15452
|
visibility: "PUBLIC" | "PRIVATE";
|
|
15418
15453
|
targetPath?: string | undefined;
|
|
15419
15454
|
replyParent?: string | undefined;
|
|
15455
|
+
replyParentVersion?: string | undefined;
|
|
15420
15456
|
threadRoot?: string | undefined;
|
|
15421
15457
|
threadRootVersion?: string | undefined;
|
|
15422
15458
|
capability?: string | undefined;
|
|
@@ -15442,6 +15478,7 @@ export declare const HMCommentRequestSchema: z.ZodObject<{
|
|
|
15442
15478
|
visibility: string | number;
|
|
15443
15479
|
targetPath?: string | undefined;
|
|
15444
15480
|
replyParent?: string | undefined;
|
|
15481
|
+
replyParentVersion?: string | undefined;
|
|
15445
15482
|
threadRoot?: string | undefined;
|
|
15446
15483
|
threadRootVersion?: string | undefined;
|
|
15447
15484
|
capability?: string | undefined;
|
|
@@ -17522,6 +17559,7 @@ export declare const HMListCommentsOutputSchema: z.ZodObject<{
|
|
|
17522
17559
|
targetPath: z.ZodOptional<z.ZodString>;
|
|
17523
17560
|
targetVersion: z.ZodString;
|
|
17524
17561
|
replyParent: z.ZodOptional<z.ZodString>;
|
|
17562
|
+
replyParentVersion: z.ZodOptional<z.ZodString>;
|
|
17525
17563
|
threadRoot: z.ZodOptional<z.ZodString>;
|
|
17526
17564
|
threadRootVersion: z.ZodOptional<z.ZodString>;
|
|
17527
17565
|
capability: z.ZodOptional<z.ZodString>;
|
|
@@ -17565,6 +17603,7 @@ export declare const HMListCommentsOutputSchema: z.ZodObject<{
|
|
|
17565
17603
|
visibility: "PUBLIC" | "PRIVATE";
|
|
17566
17604
|
targetPath?: string | undefined;
|
|
17567
17605
|
replyParent?: string | undefined;
|
|
17606
|
+
replyParentVersion?: string | undefined;
|
|
17568
17607
|
threadRoot?: string | undefined;
|
|
17569
17608
|
threadRootVersion?: string | undefined;
|
|
17570
17609
|
capability?: string | undefined;
|
|
@@ -17586,6 +17625,7 @@ export declare const HMListCommentsOutputSchema: z.ZodObject<{
|
|
|
17586
17625
|
visibility: string | number;
|
|
17587
17626
|
targetPath?: string | undefined;
|
|
17588
17627
|
replyParent?: string | undefined;
|
|
17628
|
+
replyParentVersion?: string | undefined;
|
|
17589
17629
|
threadRoot?: string | undefined;
|
|
17590
17630
|
threadRootVersion?: string | undefined;
|
|
17591
17631
|
capability?: string | undefined;
|
|
@@ -17814,6 +17854,7 @@ export declare const HMListCommentsOutputSchema: z.ZodObject<{
|
|
|
17814
17854
|
visibility: "PUBLIC" | "PRIVATE";
|
|
17815
17855
|
targetPath?: string | undefined;
|
|
17816
17856
|
replyParent?: string | undefined;
|
|
17857
|
+
replyParentVersion?: string | undefined;
|
|
17817
17858
|
threadRoot?: string | undefined;
|
|
17818
17859
|
threadRootVersion?: string | undefined;
|
|
17819
17860
|
capability?: string | undefined;
|
|
@@ -17878,6 +17919,7 @@ export declare const HMListCommentsOutputSchema: z.ZodObject<{
|
|
|
17878
17919
|
visibility: string | number;
|
|
17879
17920
|
targetPath?: string | undefined;
|
|
17880
17921
|
replyParent?: string | undefined;
|
|
17922
|
+
replyParentVersion?: string | undefined;
|
|
17881
17923
|
threadRoot?: string | undefined;
|
|
17882
17924
|
threadRootVersion?: string | undefined;
|
|
17883
17925
|
capability?: string | undefined;
|
|
@@ -18031,6 +18073,7 @@ export declare const HMListCommentsRequestSchema: z.ZodObject<{
|
|
|
18031
18073
|
targetPath: z.ZodOptional<z.ZodString>;
|
|
18032
18074
|
targetVersion: z.ZodString;
|
|
18033
18075
|
replyParent: z.ZodOptional<z.ZodString>;
|
|
18076
|
+
replyParentVersion: z.ZodOptional<z.ZodString>;
|
|
18034
18077
|
threadRoot: z.ZodOptional<z.ZodString>;
|
|
18035
18078
|
threadRootVersion: z.ZodOptional<z.ZodString>;
|
|
18036
18079
|
capability: z.ZodOptional<z.ZodString>;
|
|
@@ -18074,6 +18117,7 @@ export declare const HMListCommentsRequestSchema: z.ZodObject<{
|
|
|
18074
18117
|
visibility: "PUBLIC" | "PRIVATE";
|
|
18075
18118
|
targetPath?: string | undefined;
|
|
18076
18119
|
replyParent?: string | undefined;
|
|
18120
|
+
replyParentVersion?: string | undefined;
|
|
18077
18121
|
threadRoot?: string | undefined;
|
|
18078
18122
|
threadRootVersion?: string | undefined;
|
|
18079
18123
|
capability?: string | undefined;
|
|
@@ -18095,6 +18139,7 @@ export declare const HMListCommentsRequestSchema: z.ZodObject<{
|
|
|
18095
18139
|
visibility: string | number;
|
|
18096
18140
|
targetPath?: string | undefined;
|
|
18097
18141
|
replyParent?: string | undefined;
|
|
18142
|
+
replyParentVersion?: string | undefined;
|
|
18098
18143
|
threadRoot?: string | undefined;
|
|
18099
18144
|
threadRootVersion?: string | undefined;
|
|
18100
18145
|
capability?: string | undefined;
|
|
@@ -18323,6 +18368,7 @@ export declare const HMListCommentsRequestSchema: z.ZodObject<{
|
|
|
18323
18368
|
visibility: "PUBLIC" | "PRIVATE";
|
|
18324
18369
|
targetPath?: string | undefined;
|
|
18325
18370
|
replyParent?: string | undefined;
|
|
18371
|
+
replyParentVersion?: string | undefined;
|
|
18326
18372
|
threadRoot?: string | undefined;
|
|
18327
18373
|
threadRootVersion?: string | undefined;
|
|
18328
18374
|
capability?: string | undefined;
|
|
@@ -18387,6 +18433,7 @@ export declare const HMListCommentsRequestSchema: z.ZodObject<{
|
|
|
18387
18433
|
visibility: string | number;
|
|
18388
18434
|
targetPath?: string | undefined;
|
|
18389
18435
|
replyParent?: string | undefined;
|
|
18436
|
+
replyParentVersion?: string | undefined;
|
|
18390
18437
|
threadRoot?: string | undefined;
|
|
18391
18438
|
threadRootVersion?: string | undefined;
|
|
18392
18439
|
capability?: string | undefined;
|
|
@@ -18473,6 +18520,7 @@ export declare const HMListCommentsRequestSchema: z.ZodObject<{
|
|
|
18473
18520
|
visibility: "PUBLIC" | "PRIVATE";
|
|
18474
18521
|
targetPath?: string | undefined;
|
|
18475
18522
|
replyParent?: string | undefined;
|
|
18523
|
+
replyParentVersion?: string | undefined;
|
|
18476
18524
|
threadRoot?: string | undefined;
|
|
18477
18525
|
threadRootVersion?: string | undefined;
|
|
18478
18526
|
capability?: string | undefined;
|
|
@@ -18559,6 +18607,7 @@ export declare const HMListCommentsRequestSchema: z.ZodObject<{
|
|
|
18559
18607
|
visibility: string | number;
|
|
18560
18608
|
targetPath?: string | undefined;
|
|
18561
18609
|
replyParent?: string | undefined;
|
|
18610
|
+
replyParentVersion?: string | undefined;
|
|
18562
18611
|
threadRoot?: string | undefined;
|
|
18563
18612
|
threadRootVersion?: string | undefined;
|
|
18564
18613
|
capability?: string | undefined;
|
|
@@ -18716,6 +18765,7 @@ export declare const HMListDiscussionsOutputSchema: z.ZodObject<{
|
|
|
18716
18765
|
targetPath: z.ZodOptional<z.ZodString>;
|
|
18717
18766
|
targetVersion: z.ZodString;
|
|
18718
18767
|
replyParent: z.ZodOptional<z.ZodString>;
|
|
18768
|
+
replyParentVersion: z.ZodOptional<z.ZodString>;
|
|
18719
18769
|
threadRoot: z.ZodOptional<z.ZodString>;
|
|
18720
18770
|
threadRootVersion: z.ZodOptional<z.ZodString>;
|
|
18721
18771
|
capability: z.ZodOptional<z.ZodString>;
|
|
@@ -18759,6 +18809,7 @@ export declare const HMListDiscussionsOutputSchema: z.ZodObject<{
|
|
|
18759
18809
|
visibility: "PUBLIC" | "PRIVATE";
|
|
18760
18810
|
targetPath?: string | undefined;
|
|
18761
18811
|
replyParent?: string | undefined;
|
|
18812
|
+
replyParentVersion?: string | undefined;
|
|
18762
18813
|
threadRoot?: string | undefined;
|
|
18763
18814
|
threadRootVersion?: string | undefined;
|
|
18764
18815
|
capability?: string | undefined;
|
|
@@ -18780,6 +18831,7 @@ export declare const HMListDiscussionsOutputSchema: z.ZodObject<{
|
|
|
18780
18831
|
visibility: string | number;
|
|
18781
18832
|
targetPath?: string | undefined;
|
|
18782
18833
|
replyParent?: string | undefined;
|
|
18834
|
+
replyParentVersion?: string | undefined;
|
|
18783
18835
|
threadRoot?: string | undefined;
|
|
18784
18836
|
threadRootVersion?: string | undefined;
|
|
18785
18837
|
capability?: string | undefined;
|
|
@@ -18808,6 +18860,7 @@ export declare const HMListDiscussionsOutputSchema: z.ZodObject<{
|
|
|
18808
18860
|
visibility: "PUBLIC" | "PRIVATE";
|
|
18809
18861
|
targetPath?: string | undefined;
|
|
18810
18862
|
replyParent?: string | undefined;
|
|
18863
|
+
replyParentVersion?: string | undefined;
|
|
18811
18864
|
threadRoot?: string | undefined;
|
|
18812
18865
|
threadRootVersion?: string | undefined;
|
|
18813
18866
|
capability?: string | undefined;
|
|
@@ -18834,6 +18887,7 @@ export declare const HMListDiscussionsOutputSchema: z.ZodObject<{
|
|
|
18834
18887
|
visibility: string | number;
|
|
18835
18888
|
targetPath?: string | undefined;
|
|
18836
18889
|
replyParent?: string | undefined;
|
|
18890
|
+
replyParentVersion?: string | undefined;
|
|
18837
18891
|
threadRoot?: string | undefined;
|
|
18838
18892
|
threadRootVersion?: string | undefined;
|
|
18839
18893
|
capability?: string | undefined;
|
|
@@ -19054,6 +19108,7 @@ export declare const HMListDiscussionsOutputSchema: z.ZodObject<{
|
|
|
19054
19108
|
targetPath: z.ZodOptional<z.ZodString>;
|
|
19055
19109
|
targetVersion: z.ZodString;
|
|
19056
19110
|
replyParent: z.ZodOptional<z.ZodString>;
|
|
19111
|
+
replyParentVersion: z.ZodOptional<z.ZodString>;
|
|
19057
19112
|
threadRoot: z.ZodOptional<z.ZodString>;
|
|
19058
19113
|
threadRootVersion: z.ZodOptional<z.ZodString>;
|
|
19059
19114
|
capability: z.ZodOptional<z.ZodString>;
|
|
@@ -19097,6 +19152,7 @@ export declare const HMListDiscussionsOutputSchema: z.ZodObject<{
|
|
|
19097
19152
|
visibility: "PUBLIC" | "PRIVATE";
|
|
19098
19153
|
targetPath?: string | undefined;
|
|
19099
19154
|
replyParent?: string | undefined;
|
|
19155
|
+
replyParentVersion?: string | undefined;
|
|
19100
19156
|
threadRoot?: string | undefined;
|
|
19101
19157
|
threadRootVersion?: string | undefined;
|
|
19102
19158
|
capability?: string | undefined;
|
|
@@ -19118,6 +19174,7 @@ export declare const HMListDiscussionsOutputSchema: z.ZodObject<{
|
|
|
19118
19174
|
visibility: string | number;
|
|
19119
19175
|
targetPath?: string | undefined;
|
|
19120
19176
|
replyParent?: string | undefined;
|
|
19177
|
+
replyParentVersion?: string | undefined;
|
|
19121
19178
|
threadRoot?: string | undefined;
|
|
19122
19179
|
threadRootVersion?: string | undefined;
|
|
19123
19180
|
capability?: string | undefined;
|
|
@@ -19351,6 +19408,7 @@ export declare const HMListDiscussionsOutputSchema: z.ZodObject<{
|
|
|
19351
19408
|
visibility: "PUBLIC" | "PRIVATE";
|
|
19352
19409
|
targetPath?: string | undefined;
|
|
19353
19410
|
replyParent?: string | undefined;
|
|
19411
|
+
replyParentVersion?: string | undefined;
|
|
19354
19412
|
threadRoot?: string | undefined;
|
|
19355
19413
|
threadRootVersion?: string | undefined;
|
|
19356
19414
|
capability?: string | undefined;
|
|
@@ -19418,6 +19476,7 @@ export declare const HMListDiscussionsOutputSchema: z.ZodObject<{
|
|
|
19418
19476
|
visibility: string | number;
|
|
19419
19477
|
targetPath?: string | undefined;
|
|
19420
19478
|
replyParent?: string | undefined;
|
|
19479
|
+
replyParentVersion?: string | undefined;
|
|
19421
19480
|
threadRoot?: string | undefined;
|
|
19422
19481
|
threadRootVersion?: string | undefined;
|
|
19423
19482
|
capability?: string | undefined;
|
|
@@ -19528,6 +19587,7 @@ export declare const HMListDiscussionsOutputSchema: z.ZodObject<{
|
|
|
19528
19587
|
visibility: "PUBLIC" | "PRIVATE";
|
|
19529
19588
|
targetPath?: string | undefined;
|
|
19530
19589
|
replyParent?: string | undefined;
|
|
19590
|
+
replyParentVersion?: string | undefined;
|
|
19531
19591
|
threadRoot?: string | undefined;
|
|
19532
19592
|
threadRootVersion?: string | undefined;
|
|
19533
19593
|
capability?: string | undefined;
|
|
@@ -19555,6 +19615,7 @@ export declare const HMListDiscussionsOutputSchema: z.ZodObject<{
|
|
|
19555
19615
|
visibility: "PUBLIC" | "PRIVATE";
|
|
19556
19616
|
targetPath?: string | undefined;
|
|
19557
19617
|
replyParent?: string | undefined;
|
|
19618
|
+
replyParentVersion?: string | undefined;
|
|
19558
19619
|
threadRoot?: string | undefined;
|
|
19559
19620
|
threadRootVersion?: string | undefined;
|
|
19560
19621
|
capability?: string | undefined;
|
|
@@ -19665,6 +19726,7 @@ export declare const HMListDiscussionsOutputSchema: z.ZodObject<{
|
|
|
19665
19726
|
visibility: string | number;
|
|
19666
19727
|
targetPath?: string | undefined;
|
|
19667
19728
|
replyParent?: string | undefined;
|
|
19729
|
+
replyParentVersion?: string | undefined;
|
|
19668
19730
|
threadRoot?: string | undefined;
|
|
19669
19731
|
threadRootVersion?: string | undefined;
|
|
19670
19732
|
capability?: string | undefined;
|
|
@@ -19692,6 +19754,7 @@ export declare const HMListDiscussionsOutputSchema: z.ZodObject<{
|
|
|
19692
19754
|
visibility: string | number;
|
|
19693
19755
|
targetPath?: string | undefined;
|
|
19694
19756
|
replyParent?: string | undefined;
|
|
19757
|
+
replyParentVersion?: string | undefined;
|
|
19695
19758
|
threadRoot?: string | undefined;
|
|
19696
19759
|
threadRootVersion?: string | undefined;
|
|
19697
19760
|
capability?: string | undefined;
|
|
@@ -19851,6 +19914,7 @@ export declare const HMListDiscussionsRequestSchema: z.ZodObject<{
|
|
|
19851
19914
|
targetPath: z.ZodOptional<z.ZodString>;
|
|
19852
19915
|
targetVersion: z.ZodString;
|
|
19853
19916
|
replyParent: z.ZodOptional<z.ZodString>;
|
|
19917
|
+
replyParentVersion: z.ZodOptional<z.ZodString>;
|
|
19854
19918
|
threadRoot: z.ZodOptional<z.ZodString>;
|
|
19855
19919
|
threadRootVersion: z.ZodOptional<z.ZodString>;
|
|
19856
19920
|
capability: z.ZodOptional<z.ZodString>;
|
|
@@ -19894,6 +19958,7 @@ export declare const HMListDiscussionsRequestSchema: z.ZodObject<{
|
|
|
19894
19958
|
visibility: "PUBLIC" | "PRIVATE";
|
|
19895
19959
|
targetPath?: string | undefined;
|
|
19896
19960
|
replyParent?: string | undefined;
|
|
19961
|
+
replyParentVersion?: string | undefined;
|
|
19897
19962
|
threadRoot?: string | undefined;
|
|
19898
19963
|
threadRootVersion?: string | undefined;
|
|
19899
19964
|
capability?: string | undefined;
|
|
@@ -19915,6 +19980,7 @@ export declare const HMListDiscussionsRequestSchema: z.ZodObject<{
|
|
|
19915
19980
|
visibility: string | number;
|
|
19916
19981
|
targetPath?: string | undefined;
|
|
19917
19982
|
replyParent?: string | undefined;
|
|
19983
|
+
replyParentVersion?: string | undefined;
|
|
19918
19984
|
threadRoot?: string | undefined;
|
|
19919
19985
|
threadRootVersion?: string | undefined;
|
|
19920
19986
|
capability?: string | undefined;
|
|
@@ -19943,6 +20009,7 @@ export declare const HMListDiscussionsRequestSchema: z.ZodObject<{
|
|
|
19943
20009
|
visibility: "PUBLIC" | "PRIVATE";
|
|
19944
20010
|
targetPath?: string | undefined;
|
|
19945
20011
|
replyParent?: string | undefined;
|
|
20012
|
+
replyParentVersion?: string | undefined;
|
|
19946
20013
|
threadRoot?: string | undefined;
|
|
19947
20014
|
threadRootVersion?: string | undefined;
|
|
19948
20015
|
capability?: string | undefined;
|
|
@@ -19969,6 +20036,7 @@ export declare const HMListDiscussionsRequestSchema: z.ZodObject<{
|
|
|
19969
20036
|
visibility: string | number;
|
|
19970
20037
|
targetPath?: string | undefined;
|
|
19971
20038
|
replyParent?: string | undefined;
|
|
20039
|
+
replyParentVersion?: string | undefined;
|
|
19972
20040
|
threadRoot?: string | undefined;
|
|
19973
20041
|
threadRootVersion?: string | undefined;
|
|
19974
20042
|
capability?: string | undefined;
|
|
@@ -20189,6 +20257,7 @@ export declare const HMListDiscussionsRequestSchema: z.ZodObject<{
|
|
|
20189
20257
|
targetPath: z.ZodOptional<z.ZodString>;
|
|
20190
20258
|
targetVersion: z.ZodString;
|
|
20191
20259
|
replyParent: z.ZodOptional<z.ZodString>;
|
|
20260
|
+
replyParentVersion: z.ZodOptional<z.ZodString>;
|
|
20192
20261
|
threadRoot: z.ZodOptional<z.ZodString>;
|
|
20193
20262
|
threadRootVersion: z.ZodOptional<z.ZodString>;
|
|
20194
20263
|
capability: z.ZodOptional<z.ZodString>;
|
|
@@ -20232,6 +20301,7 @@ export declare const HMListDiscussionsRequestSchema: z.ZodObject<{
|
|
|
20232
20301
|
visibility: "PUBLIC" | "PRIVATE";
|
|
20233
20302
|
targetPath?: string | undefined;
|
|
20234
20303
|
replyParent?: string | undefined;
|
|
20304
|
+
replyParentVersion?: string | undefined;
|
|
20235
20305
|
threadRoot?: string | undefined;
|
|
20236
20306
|
threadRootVersion?: string | undefined;
|
|
20237
20307
|
capability?: string | undefined;
|
|
@@ -20253,6 +20323,7 @@ export declare const HMListDiscussionsRequestSchema: z.ZodObject<{
|
|
|
20253
20323
|
visibility: string | number;
|
|
20254
20324
|
targetPath?: string | undefined;
|
|
20255
20325
|
replyParent?: string | undefined;
|
|
20326
|
+
replyParentVersion?: string | undefined;
|
|
20256
20327
|
threadRoot?: string | undefined;
|
|
20257
20328
|
threadRootVersion?: string | undefined;
|
|
20258
20329
|
capability?: string | undefined;
|
|
@@ -20486,6 +20557,7 @@ export declare const HMListDiscussionsRequestSchema: z.ZodObject<{
|
|
|
20486
20557
|
visibility: "PUBLIC" | "PRIVATE";
|
|
20487
20558
|
targetPath?: string | undefined;
|
|
20488
20559
|
replyParent?: string | undefined;
|
|
20560
|
+
replyParentVersion?: string | undefined;
|
|
20489
20561
|
threadRoot?: string | undefined;
|
|
20490
20562
|
threadRootVersion?: string | undefined;
|
|
20491
20563
|
capability?: string | undefined;
|
|
@@ -20553,6 +20625,7 @@ export declare const HMListDiscussionsRequestSchema: z.ZodObject<{
|
|
|
20553
20625
|
visibility: string | number;
|
|
20554
20626
|
targetPath?: string | undefined;
|
|
20555
20627
|
replyParent?: string | undefined;
|
|
20628
|
+
replyParentVersion?: string | undefined;
|
|
20556
20629
|
threadRoot?: string | undefined;
|
|
20557
20630
|
threadRootVersion?: string | undefined;
|
|
20558
20631
|
capability?: string | undefined;
|
|
@@ -20663,6 +20736,7 @@ export declare const HMListDiscussionsRequestSchema: z.ZodObject<{
|
|
|
20663
20736
|
visibility: "PUBLIC" | "PRIVATE";
|
|
20664
20737
|
targetPath?: string | undefined;
|
|
20665
20738
|
replyParent?: string | undefined;
|
|
20739
|
+
replyParentVersion?: string | undefined;
|
|
20666
20740
|
threadRoot?: string | undefined;
|
|
20667
20741
|
threadRootVersion?: string | undefined;
|
|
20668
20742
|
capability?: string | undefined;
|
|
@@ -20690,6 +20764,7 @@ export declare const HMListDiscussionsRequestSchema: z.ZodObject<{
|
|
|
20690
20764
|
visibility: "PUBLIC" | "PRIVATE";
|
|
20691
20765
|
targetPath?: string | undefined;
|
|
20692
20766
|
replyParent?: string | undefined;
|
|
20767
|
+
replyParentVersion?: string | undefined;
|
|
20693
20768
|
threadRoot?: string | undefined;
|
|
20694
20769
|
threadRootVersion?: string | undefined;
|
|
20695
20770
|
capability?: string | undefined;
|
|
@@ -20800,6 +20875,7 @@ export declare const HMListDiscussionsRequestSchema: z.ZodObject<{
|
|
|
20800
20875
|
visibility: string | number;
|
|
20801
20876
|
targetPath?: string | undefined;
|
|
20802
20877
|
replyParent?: string | undefined;
|
|
20878
|
+
replyParentVersion?: string | undefined;
|
|
20803
20879
|
threadRoot?: string | undefined;
|
|
20804
20880
|
threadRootVersion?: string | undefined;
|
|
20805
20881
|
capability?: string | undefined;
|
|
@@ -20827,6 +20903,7 @@ export declare const HMListDiscussionsRequestSchema: z.ZodObject<{
|
|
|
20827
20903
|
visibility: string | number;
|
|
20828
20904
|
targetPath?: string | undefined;
|
|
20829
20905
|
replyParent?: string | undefined;
|
|
20906
|
+
replyParentVersion?: string | undefined;
|
|
20830
20907
|
threadRoot?: string | undefined;
|
|
20831
20908
|
threadRootVersion?: string | undefined;
|
|
20832
20909
|
capability?: string | undefined;
|
|
@@ -20960,6 +21037,7 @@ export declare const HMListDiscussionsRequestSchema: z.ZodObject<{
|
|
|
20960
21037
|
visibility: "PUBLIC" | "PRIVATE";
|
|
20961
21038
|
targetPath?: string | undefined;
|
|
20962
21039
|
replyParent?: string | undefined;
|
|
21040
|
+
replyParentVersion?: string | undefined;
|
|
20963
21041
|
threadRoot?: string | undefined;
|
|
20964
21042
|
threadRootVersion?: string | undefined;
|
|
20965
21043
|
capability?: string | undefined;
|
|
@@ -20987,6 +21065,7 @@ export declare const HMListDiscussionsRequestSchema: z.ZodObject<{
|
|
|
20987
21065
|
visibility: "PUBLIC" | "PRIVATE";
|
|
20988
21066
|
targetPath?: string | undefined;
|
|
20989
21067
|
replyParent?: string | undefined;
|
|
21068
|
+
replyParentVersion?: string | undefined;
|
|
20990
21069
|
threadRoot?: string | undefined;
|
|
20991
21070
|
threadRootVersion?: string | undefined;
|
|
20992
21071
|
capability?: string | undefined;
|
|
@@ -21120,6 +21199,7 @@ export declare const HMListDiscussionsRequestSchema: z.ZodObject<{
|
|
|
21120
21199
|
visibility: string | number;
|
|
21121
21200
|
targetPath?: string | undefined;
|
|
21122
21201
|
replyParent?: string | undefined;
|
|
21202
|
+
replyParentVersion?: string | undefined;
|
|
21123
21203
|
threadRoot?: string | undefined;
|
|
21124
21204
|
threadRootVersion?: string | undefined;
|
|
21125
21205
|
capability?: string | undefined;
|
|
@@ -21147,6 +21227,7 @@ export declare const HMListDiscussionsRequestSchema: z.ZodObject<{
|
|
|
21147
21227
|
visibility: string | number;
|
|
21148
21228
|
targetPath?: string | undefined;
|
|
21149
21229
|
replyParent?: string | undefined;
|
|
21230
|
+
replyParentVersion?: string | undefined;
|
|
21150
21231
|
threadRoot?: string | undefined;
|
|
21151
21232
|
threadRootVersion?: string | undefined;
|
|
21152
21233
|
capability?: string | undefined;
|
|
@@ -21399,6 +21480,7 @@ export declare const HMListCommentsByReferenceRequestSchema: z.ZodObject<{
|
|
|
21399
21480
|
targetPath: z.ZodOptional<z.ZodString>;
|
|
21400
21481
|
targetVersion: z.ZodString;
|
|
21401
21482
|
replyParent: z.ZodOptional<z.ZodString>;
|
|
21483
|
+
replyParentVersion: z.ZodOptional<z.ZodString>;
|
|
21402
21484
|
threadRoot: z.ZodOptional<z.ZodString>;
|
|
21403
21485
|
threadRootVersion: z.ZodOptional<z.ZodString>;
|
|
21404
21486
|
capability: z.ZodOptional<z.ZodString>;
|
|
@@ -21442,6 +21524,7 @@ export declare const HMListCommentsByReferenceRequestSchema: z.ZodObject<{
|
|
|
21442
21524
|
visibility: "PUBLIC" | "PRIVATE";
|
|
21443
21525
|
targetPath?: string | undefined;
|
|
21444
21526
|
replyParent?: string | undefined;
|
|
21527
|
+
replyParentVersion?: string | undefined;
|
|
21445
21528
|
threadRoot?: string | undefined;
|
|
21446
21529
|
threadRootVersion?: string | undefined;
|
|
21447
21530
|
capability?: string | undefined;
|
|
@@ -21463,6 +21546,7 @@ export declare const HMListCommentsByReferenceRequestSchema: z.ZodObject<{
|
|
|
21463
21546
|
visibility: string | number;
|
|
21464
21547
|
targetPath?: string | undefined;
|
|
21465
21548
|
replyParent?: string | undefined;
|
|
21549
|
+
replyParentVersion?: string | undefined;
|
|
21466
21550
|
threadRoot?: string | undefined;
|
|
21467
21551
|
threadRootVersion?: string | undefined;
|
|
21468
21552
|
capability?: string | undefined;
|
|
@@ -21691,6 +21775,7 @@ export declare const HMListCommentsByReferenceRequestSchema: z.ZodObject<{
|
|
|
21691
21775
|
visibility: "PUBLIC" | "PRIVATE";
|
|
21692
21776
|
targetPath?: string | undefined;
|
|
21693
21777
|
replyParent?: string | undefined;
|
|
21778
|
+
replyParentVersion?: string | undefined;
|
|
21694
21779
|
threadRoot?: string | undefined;
|
|
21695
21780
|
threadRootVersion?: string | undefined;
|
|
21696
21781
|
capability?: string | undefined;
|
|
@@ -21755,6 +21840,7 @@ export declare const HMListCommentsByReferenceRequestSchema: z.ZodObject<{
|
|
|
21755
21840
|
visibility: string | number;
|
|
21756
21841
|
targetPath?: string | undefined;
|
|
21757
21842
|
replyParent?: string | undefined;
|
|
21843
|
+
replyParentVersion?: string | undefined;
|
|
21758
21844
|
threadRoot?: string | undefined;
|
|
21759
21845
|
threadRootVersion?: string | undefined;
|
|
21760
21846
|
capability?: string | undefined;
|
|
@@ -21841,6 +21927,7 @@ export declare const HMListCommentsByReferenceRequestSchema: z.ZodObject<{
|
|
|
21841
21927
|
visibility: "PUBLIC" | "PRIVATE";
|
|
21842
21928
|
targetPath?: string | undefined;
|
|
21843
21929
|
replyParent?: string | undefined;
|
|
21930
|
+
replyParentVersion?: string | undefined;
|
|
21844
21931
|
threadRoot?: string | undefined;
|
|
21845
21932
|
threadRootVersion?: string | undefined;
|
|
21846
21933
|
capability?: string | undefined;
|
|
@@ -21927,6 +22014,7 @@ export declare const HMListCommentsByReferenceRequestSchema: z.ZodObject<{
|
|
|
21927
22014
|
visibility: string | number;
|
|
21928
22015
|
targetPath?: string | undefined;
|
|
21929
22016
|
replyParent?: string | undefined;
|
|
22017
|
+
replyParentVersion?: string | undefined;
|
|
21930
22018
|
threadRoot?: string | undefined;
|
|
21931
22019
|
threadRootVersion?: string | undefined;
|
|
21932
22020
|
capability?: string | undefined;
|
|
@@ -22855,6 +22943,7 @@ export declare const HMListCommentsByAuthorOutputSchema: z.ZodObject<{
|
|
|
22855
22943
|
targetPath: z.ZodOptional<z.ZodString>;
|
|
22856
22944
|
targetVersion: z.ZodString;
|
|
22857
22945
|
replyParent: z.ZodOptional<z.ZodString>;
|
|
22946
|
+
replyParentVersion: z.ZodOptional<z.ZodString>;
|
|
22858
22947
|
threadRoot: z.ZodOptional<z.ZodString>;
|
|
22859
22948
|
threadRootVersion: z.ZodOptional<z.ZodString>;
|
|
22860
22949
|
capability: z.ZodOptional<z.ZodString>;
|
|
@@ -22898,6 +22987,7 @@ export declare const HMListCommentsByAuthorOutputSchema: z.ZodObject<{
|
|
|
22898
22987
|
visibility: "PUBLIC" | "PRIVATE";
|
|
22899
22988
|
targetPath?: string | undefined;
|
|
22900
22989
|
replyParent?: string | undefined;
|
|
22990
|
+
replyParentVersion?: string | undefined;
|
|
22901
22991
|
threadRoot?: string | undefined;
|
|
22902
22992
|
threadRootVersion?: string | undefined;
|
|
22903
22993
|
capability?: string | undefined;
|
|
@@ -22919,6 +23009,7 @@ export declare const HMListCommentsByAuthorOutputSchema: z.ZodObject<{
|
|
|
22919
23009
|
visibility: string | number;
|
|
22920
23010
|
targetPath?: string | undefined;
|
|
22921
23011
|
replyParent?: string | undefined;
|
|
23012
|
+
replyParentVersion?: string | undefined;
|
|
22922
23013
|
threadRoot?: string | undefined;
|
|
22923
23014
|
threadRootVersion?: string | undefined;
|
|
22924
23015
|
capability?: string | undefined;
|
|
@@ -23147,6 +23238,7 @@ export declare const HMListCommentsByAuthorOutputSchema: z.ZodObject<{
|
|
|
23147
23238
|
visibility: "PUBLIC" | "PRIVATE";
|
|
23148
23239
|
targetPath?: string | undefined;
|
|
23149
23240
|
replyParent?: string | undefined;
|
|
23241
|
+
replyParentVersion?: string | undefined;
|
|
23150
23242
|
threadRoot?: string | undefined;
|
|
23151
23243
|
threadRootVersion?: string | undefined;
|
|
23152
23244
|
capability?: string | undefined;
|
|
@@ -23211,6 +23303,7 @@ export declare const HMListCommentsByAuthorOutputSchema: z.ZodObject<{
|
|
|
23211
23303
|
visibility: string | number;
|
|
23212
23304
|
targetPath?: string | undefined;
|
|
23213
23305
|
replyParent?: string | undefined;
|
|
23306
|
+
replyParentVersion?: string | undefined;
|
|
23214
23307
|
threadRoot?: string | undefined;
|
|
23215
23308
|
threadRootVersion?: string | undefined;
|
|
23216
23309
|
capability?: string | undefined;
|
|
@@ -23460,6 +23553,7 @@ export declare const HMListCommentsByAuthorRequestSchema: z.ZodObject<{
|
|
|
23460
23553
|
targetPath: z.ZodOptional<z.ZodString>;
|
|
23461
23554
|
targetVersion: z.ZodString;
|
|
23462
23555
|
replyParent: z.ZodOptional<z.ZodString>;
|
|
23556
|
+
replyParentVersion: z.ZodOptional<z.ZodString>;
|
|
23463
23557
|
threadRoot: z.ZodOptional<z.ZodString>;
|
|
23464
23558
|
threadRootVersion: z.ZodOptional<z.ZodString>;
|
|
23465
23559
|
capability: z.ZodOptional<z.ZodString>;
|
|
@@ -23503,6 +23597,7 @@ export declare const HMListCommentsByAuthorRequestSchema: z.ZodObject<{
|
|
|
23503
23597
|
visibility: "PUBLIC" | "PRIVATE";
|
|
23504
23598
|
targetPath?: string | undefined;
|
|
23505
23599
|
replyParent?: string | undefined;
|
|
23600
|
+
replyParentVersion?: string | undefined;
|
|
23506
23601
|
threadRoot?: string | undefined;
|
|
23507
23602
|
threadRootVersion?: string | undefined;
|
|
23508
23603
|
capability?: string | undefined;
|
|
@@ -23524,6 +23619,7 @@ export declare const HMListCommentsByAuthorRequestSchema: z.ZodObject<{
|
|
|
23524
23619
|
visibility: string | number;
|
|
23525
23620
|
targetPath?: string | undefined;
|
|
23526
23621
|
replyParent?: string | undefined;
|
|
23622
|
+
replyParentVersion?: string | undefined;
|
|
23527
23623
|
threadRoot?: string | undefined;
|
|
23528
23624
|
threadRootVersion?: string | undefined;
|
|
23529
23625
|
capability?: string | undefined;
|
|
@@ -23752,6 +23848,7 @@ export declare const HMListCommentsByAuthorRequestSchema: z.ZodObject<{
|
|
|
23752
23848
|
visibility: "PUBLIC" | "PRIVATE";
|
|
23753
23849
|
targetPath?: string | undefined;
|
|
23754
23850
|
replyParent?: string | undefined;
|
|
23851
|
+
replyParentVersion?: string | undefined;
|
|
23755
23852
|
threadRoot?: string | undefined;
|
|
23756
23853
|
threadRootVersion?: string | undefined;
|
|
23757
23854
|
capability?: string | undefined;
|
|
@@ -23816,6 +23913,7 @@ export declare const HMListCommentsByAuthorRequestSchema: z.ZodObject<{
|
|
|
23816
23913
|
visibility: string | number;
|
|
23817
23914
|
targetPath?: string | undefined;
|
|
23818
23915
|
replyParent?: string | undefined;
|
|
23916
|
+
replyParentVersion?: string | undefined;
|
|
23819
23917
|
threadRoot?: string | undefined;
|
|
23820
23918
|
threadRootVersion?: string | undefined;
|
|
23821
23919
|
capability?: string | undefined;
|
|
@@ -23902,6 +24000,7 @@ export declare const HMListCommentsByAuthorRequestSchema: z.ZodObject<{
|
|
|
23902
24000
|
visibility: "PUBLIC" | "PRIVATE";
|
|
23903
24001
|
targetPath?: string | undefined;
|
|
23904
24002
|
replyParent?: string | undefined;
|
|
24003
|
+
replyParentVersion?: string | undefined;
|
|
23905
24004
|
threadRoot?: string | undefined;
|
|
23906
24005
|
threadRootVersion?: string | undefined;
|
|
23907
24006
|
capability?: string | undefined;
|
|
@@ -23988,6 +24087,7 @@ export declare const HMListCommentsByAuthorRequestSchema: z.ZodObject<{
|
|
|
23988
24087
|
visibility: string | number;
|
|
23989
24088
|
targetPath?: string | undefined;
|
|
23990
24089
|
replyParent?: string | undefined;
|
|
24090
|
+
replyParentVersion?: string | undefined;
|
|
23991
24091
|
threadRoot?: string | undefined;
|
|
23992
24092
|
threadRootVersion?: string | undefined;
|
|
23993
24093
|
capability?: string | undefined;
|
|
@@ -26845,6 +26945,344 @@ export declare const HMPrepareDocumentChangeRequestSchema: z.ZodObject<{
|
|
|
26845
26945
|
};
|
|
26846
26946
|
}>;
|
|
26847
26947
|
export type HMPrepareDocumentChangeRequest = z.infer<typeof HMPrepareDocumentChangeRequestSchema>;
|
|
26948
|
+
export declare const HMListCommentVersionsInputSchema: z.ZodObject<{
|
|
26949
|
+
id: z.ZodString;
|
|
26950
|
+
}, "strip", z.ZodTypeAny, {
|
|
26951
|
+
id: string;
|
|
26952
|
+
}, {
|
|
26953
|
+
id: string;
|
|
26954
|
+
}>;
|
|
26955
|
+
export type HMListCommentVersionsInput = z.infer<typeof HMListCommentVersionsInputSchema>;
|
|
26956
|
+
export declare const HMListCommentVersionsOutputSchema: z.ZodObject<{
|
|
26957
|
+
versions: z.ZodArray<z.ZodObject<{
|
|
26958
|
+
id: z.ZodString;
|
|
26959
|
+
version: z.ZodString;
|
|
26960
|
+
author: z.ZodString;
|
|
26961
|
+
targetAccount: z.ZodString;
|
|
26962
|
+
targetPath: z.ZodOptional<z.ZodString>;
|
|
26963
|
+
targetVersion: z.ZodString;
|
|
26964
|
+
replyParent: z.ZodOptional<z.ZodString>;
|
|
26965
|
+
replyParentVersion: z.ZodOptional<z.ZodString>;
|
|
26966
|
+
threadRoot: z.ZodOptional<z.ZodString>;
|
|
26967
|
+
threadRootVersion: z.ZodOptional<z.ZodString>;
|
|
26968
|
+
capability: z.ZodOptional<z.ZodString>;
|
|
26969
|
+
content: z.ZodArray<z.ZodType<HMBlockNode, z.ZodTypeDef, HMBlockNode>, "many">;
|
|
26970
|
+
createTime: z.ZodUnion<[z.ZodObject<{
|
|
26971
|
+
seconds: z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>;
|
|
26972
|
+
nanos: z.ZodNumber;
|
|
26973
|
+
}, "strict", z.ZodTypeAny, {
|
|
26974
|
+
seconds: number | bigint;
|
|
26975
|
+
nanos: number;
|
|
26976
|
+
}, {
|
|
26977
|
+
seconds: number | bigint;
|
|
26978
|
+
nanos: number;
|
|
26979
|
+
}>, z.ZodString]>;
|
|
26980
|
+
updateTime: z.ZodUnion<[z.ZodObject<{
|
|
26981
|
+
seconds: z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>;
|
|
26982
|
+
nanos: z.ZodNumber;
|
|
26983
|
+
}, "strict", z.ZodTypeAny, {
|
|
26984
|
+
seconds: number | bigint;
|
|
26985
|
+
nanos: number;
|
|
26986
|
+
}, {
|
|
26987
|
+
seconds: number | bigint;
|
|
26988
|
+
nanos: number;
|
|
26989
|
+
}>, z.ZodString]>;
|
|
26990
|
+
visibility: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodNumber]>, "PUBLIC" | "PRIVATE", string | number>;
|
|
26991
|
+
}, "strip", z.ZodTypeAny, {
|
|
26992
|
+
version: string;
|
|
26993
|
+
id: string;
|
|
26994
|
+
author: string;
|
|
26995
|
+
targetAccount: string;
|
|
26996
|
+
targetVersion: string;
|
|
26997
|
+
content: HMBlockNode[];
|
|
26998
|
+
createTime: string | {
|
|
26999
|
+
seconds: number | bigint;
|
|
27000
|
+
nanos: number;
|
|
27001
|
+
};
|
|
27002
|
+
updateTime: string | {
|
|
27003
|
+
seconds: number | bigint;
|
|
27004
|
+
nanos: number;
|
|
27005
|
+
};
|
|
27006
|
+
visibility: "PUBLIC" | "PRIVATE";
|
|
27007
|
+
targetPath?: string | undefined;
|
|
27008
|
+
replyParent?: string | undefined;
|
|
27009
|
+
replyParentVersion?: string | undefined;
|
|
27010
|
+
threadRoot?: string | undefined;
|
|
27011
|
+
threadRootVersion?: string | undefined;
|
|
27012
|
+
capability?: string | undefined;
|
|
27013
|
+
}, {
|
|
27014
|
+
version: string;
|
|
27015
|
+
id: string;
|
|
27016
|
+
author: string;
|
|
27017
|
+
targetAccount: string;
|
|
27018
|
+
targetVersion: string;
|
|
27019
|
+
content: HMBlockNode[];
|
|
27020
|
+
createTime: string | {
|
|
27021
|
+
seconds: number | bigint;
|
|
27022
|
+
nanos: number;
|
|
27023
|
+
};
|
|
27024
|
+
updateTime: string | {
|
|
27025
|
+
seconds: number | bigint;
|
|
27026
|
+
nanos: number;
|
|
27027
|
+
};
|
|
27028
|
+
visibility: string | number;
|
|
27029
|
+
targetPath?: string | undefined;
|
|
27030
|
+
replyParent?: string | undefined;
|
|
27031
|
+
replyParentVersion?: string | undefined;
|
|
27032
|
+
threadRoot?: string | undefined;
|
|
27033
|
+
threadRootVersion?: string | undefined;
|
|
27034
|
+
capability?: string | undefined;
|
|
27035
|
+
}>, "many">;
|
|
27036
|
+
}, "strip", z.ZodTypeAny, {
|
|
27037
|
+
versions: {
|
|
27038
|
+
version: string;
|
|
27039
|
+
id: string;
|
|
27040
|
+
author: string;
|
|
27041
|
+
targetAccount: string;
|
|
27042
|
+
targetVersion: string;
|
|
27043
|
+
content: HMBlockNode[];
|
|
27044
|
+
createTime: string | {
|
|
27045
|
+
seconds: number | bigint;
|
|
27046
|
+
nanos: number;
|
|
27047
|
+
};
|
|
27048
|
+
updateTime: string | {
|
|
27049
|
+
seconds: number | bigint;
|
|
27050
|
+
nanos: number;
|
|
27051
|
+
};
|
|
27052
|
+
visibility: "PUBLIC" | "PRIVATE";
|
|
27053
|
+
targetPath?: string | undefined;
|
|
27054
|
+
replyParent?: string | undefined;
|
|
27055
|
+
replyParentVersion?: string | undefined;
|
|
27056
|
+
threadRoot?: string | undefined;
|
|
27057
|
+
threadRootVersion?: string | undefined;
|
|
27058
|
+
capability?: string | undefined;
|
|
27059
|
+
}[];
|
|
27060
|
+
}, {
|
|
27061
|
+
versions: {
|
|
27062
|
+
version: string;
|
|
27063
|
+
id: string;
|
|
27064
|
+
author: string;
|
|
27065
|
+
targetAccount: string;
|
|
27066
|
+
targetVersion: string;
|
|
27067
|
+
content: HMBlockNode[];
|
|
27068
|
+
createTime: string | {
|
|
27069
|
+
seconds: number | bigint;
|
|
27070
|
+
nanos: number;
|
|
27071
|
+
};
|
|
27072
|
+
updateTime: string | {
|
|
27073
|
+
seconds: number | bigint;
|
|
27074
|
+
nanos: number;
|
|
27075
|
+
};
|
|
27076
|
+
visibility: string | number;
|
|
27077
|
+
targetPath?: string | undefined;
|
|
27078
|
+
replyParent?: string | undefined;
|
|
27079
|
+
replyParentVersion?: string | undefined;
|
|
27080
|
+
threadRoot?: string | undefined;
|
|
27081
|
+
threadRootVersion?: string | undefined;
|
|
27082
|
+
capability?: string | undefined;
|
|
27083
|
+
}[];
|
|
27084
|
+
}>;
|
|
27085
|
+
export type HMListCommentVersionsOutput = z.infer<typeof HMListCommentVersionsOutputSchema>;
|
|
27086
|
+
export declare const HMListCommentVersionsRequestSchema: z.ZodObject<{
|
|
27087
|
+
key: z.ZodLiteral<"ListCommentVersions">;
|
|
27088
|
+
input: z.ZodObject<{
|
|
27089
|
+
id: z.ZodString;
|
|
27090
|
+
}, "strip", z.ZodTypeAny, {
|
|
27091
|
+
id: string;
|
|
27092
|
+
}, {
|
|
27093
|
+
id: string;
|
|
27094
|
+
}>;
|
|
27095
|
+
output: z.ZodObject<{
|
|
27096
|
+
versions: z.ZodArray<z.ZodObject<{
|
|
27097
|
+
id: z.ZodString;
|
|
27098
|
+
version: z.ZodString;
|
|
27099
|
+
author: z.ZodString;
|
|
27100
|
+
targetAccount: z.ZodString;
|
|
27101
|
+
targetPath: z.ZodOptional<z.ZodString>;
|
|
27102
|
+
targetVersion: z.ZodString;
|
|
27103
|
+
replyParent: z.ZodOptional<z.ZodString>;
|
|
27104
|
+
replyParentVersion: z.ZodOptional<z.ZodString>;
|
|
27105
|
+
threadRoot: z.ZodOptional<z.ZodString>;
|
|
27106
|
+
threadRootVersion: z.ZodOptional<z.ZodString>;
|
|
27107
|
+
capability: z.ZodOptional<z.ZodString>;
|
|
27108
|
+
content: z.ZodArray<z.ZodType<HMBlockNode, z.ZodTypeDef, HMBlockNode>, "many">;
|
|
27109
|
+
createTime: z.ZodUnion<[z.ZodObject<{
|
|
27110
|
+
seconds: z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>;
|
|
27111
|
+
nanos: z.ZodNumber;
|
|
27112
|
+
}, "strict", z.ZodTypeAny, {
|
|
27113
|
+
seconds: number | bigint;
|
|
27114
|
+
nanos: number;
|
|
27115
|
+
}, {
|
|
27116
|
+
seconds: number | bigint;
|
|
27117
|
+
nanos: number;
|
|
27118
|
+
}>, z.ZodString]>;
|
|
27119
|
+
updateTime: z.ZodUnion<[z.ZodObject<{
|
|
27120
|
+
seconds: z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>;
|
|
27121
|
+
nanos: z.ZodNumber;
|
|
27122
|
+
}, "strict", z.ZodTypeAny, {
|
|
27123
|
+
seconds: number | bigint;
|
|
27124
|
+
nanos: number;
|
|
27125
|
+
}, {
|
|
27126
|
+
seconds: number | bigint;
|
|
27127
|
+
nanos: number;
|
|
27128
|
+
}>, z.ZodString]>;
|
|
27129
|
+
visibility: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodNumber]>, "PUBLIC" | "PRIVATE", string | number>;
|
|
27130
|
+
}, "strip", z.ZodTypeAny, {
|
|
27131
|
+
version: string;
|
|
27132
|
+
id: string;
|
|
27133
|
+
author: string;
|
|
27134
|
+
targetAccount: string;
|
|
27135
|
+
targetVersion: string;
|
|
27136
|
+
content: HMBlockNode[];
|
|
27137
|
+
createTime: string | {
|
|
27138
|
+
seconds: number | bigint;
|
|
27139
|
+
nanos: number;
|
|
27140
|
+
};
|
|
27141
|
+
updateTime: string | {
|
|
27142
|
+
seconds: number | bigint;
|
|
27143
|
+
nanos: number;
|
|
27144
|
+
};
|
|
27145
|
+
visibility: "PUBLIC" | "PRIVATE";
|
|
27146
|
+
targetPath?: string | undefined;
|
|
27147
|
+
replyParent?: string | undefined;
|
|
27148
|
+
replyParentVersion?: string | undefined;
|
|
27149
|
+
threadRoot?: string | undefined;
|
|
27150
|
+
threadRootVersion?: string | undefined;
|
|
27151
|
+
capability?: string | undefined;
|
|
27152
|
+
}, {
|
|
27153
|
+
version: string;
|
|
27154
|
+
id: string;
|
|
27155
|
+
author: string;
|
|
27156
|
+
targetAccount: string;
|
|
27157
|
+
targetVersion: string;
|
|
27158
|
+
content: HMBlockNode[];
|
|
27159
|
+
createTime: string | {
|
|
27160
|
+
seconds: number | bigint;
|
|
27161
|
+
nanos: number;
|
|
27162
|
+
};
|
|
27163
|
+
updateTime: string | {
|
|
27164
|
+
seconds: number | bigint;
|
|
27165
|
+
nanos: number;
|
|
27166
|
+
};
|
|
27167
|
+
visibility: string | number;
|
|
27168
|
+
targetPath?: string | undefined;
|
|
27169
|
+
replyParent?: string | undefined;
|
|
27170
|
+
replyParentVersion?: string | undefined;
|
|
27171
|
+
threadRoot?: string | undefined;
|
|
27172
|
+
threadRootVersion?: string | undefined;
|
|
27173
|
+
capability?: string | undefined;
|
|
27174
|
+
}>, "many">;
|
|
27175
|
+
}, "strip", z.ZodTypeAny, {
|
|
27176
|
+
versions: {
|
|
27177
|
+
version: string;
|
|
27178
|
+
id: string;
|
|
27179
|
+
author: string;
|
|
27180
|
+
targetAccount: string;
|
|
27181
|
+
targetVersion: string;
|
|
27182
|
+
content: HMBlockNode[];
|
|
27183
|
+
createTime: string | {
|
|
27184
|
+
seconds: number | bigint;
|
|
27185
|
+
nanos: number;
|
|
27186
|
+
};
|
|
27187
|
+
updateTime: string | {
|
|
27188
|
+
seconds: number | bigint;
|
|
27189
|
+
nanos: number;
|
|
27190
|
+
};
|
|
27191
|
+
visibility: "PUBLIC" | "PRIVATE";
|
|
27192
|
+
targetPath?: string | undefined;
|
|
27193
|
+
replyParent?: string | undefined;
|
|
27194
|
+
replyParentVersion?: string | undefined;
|
|
27195
|
+
threadRoot?: string | undefined;
|
|
27196
|
+
threadRootVersion?: string | undefined;
|
|
27197
|
+
capability?: string | undefined;
|
|
27198
|
+
}[];
|
|
27199
|
+
}, {
|
|
27200
|
+
versions: {
|
|
27201
|
+
version: string;
|
|
27202
|
+
id: string;
|
|
27203
|
+
author: string;
|
|
27204
|
+
targetAccount: string;
|
|
27205
|
+
targetVersion: string;
|
|
27206
|
+
content: HMBlockNode[];
|
|
27207
|
+
createTime: string | {
|
|
27208
|
+
seconds: number | bigint;
|
|
27209
|
+
nanos: number;
|
|
27210
|
+
};
|
|
27211
|
+
updateTime: string | {
|
|
27212
|
+
seconds: number | bigint;
|
|
27213
|
+
nanos: number;
|
|
27214
|
+
};
|
|
27215
|
+
visibility: string | number;
|
|
27216
|
+
targetPath?: string | undefined;
|
|
27217
|
+
replyParent?: string | undefined;
|
|
27218
|
+
replyParentVersion?: string | undefined;
|
|
27219
|
+
threadRoot?: string | undefined;
|
|
27220
|
+
threadRootVersion?: string | undefined;
|
|
27221
|
+
capability?: string | undefined;
|
|
27222
|
+
}[];
|
|
27223
|
+
}>;
|
|
27224
|
+
}, "strip", z.ZodTypeAny, {
|
|
27225
|
+
key: "ListCommentVersions";
|
|
27226
|
+
input: {
|
|
27227
|
+
id: string;
|
|
27228
|
+
};
|
|
27229
|
+
output: {
|
|
27230
|
+
versions: {
|
|
27231
|
+
version: string;
|
|
27232
|
+
id: string;
|
|
27233
|
+
author: string;
|
|
27234
|
+
targetAccount: string;
|
|
27235
|
+
targetVersion: string;
|
|
27236
|
+
content: HMBlockNode[];
|
|
27237
|
+
createTime: string | {
|
|
27238
|
+
seconds: number | bigint;
|
|
27239
|
+
nanos: number;
|
|
27240
|
+
};
|
|
27241
|
+
updateTime: string | {
|
|
27242
|
+
seconds: number | bigint;
|
|
27243
|
+
nanos: number;
|
|
27244
|
+
};
|
|
27245
|
+
visibility: "PUBLIC" | "PRIVATE";
|
|
27246
|
+
targetPath?: string | undefined;
|
|
27247
|
+
replyParent?: string | undefined;
|
|
27248
|
+
replyParentVersion?: string | undefined;
|
|
27249
|
+
threadRoot?: string | undefined;
|
|
27250
|
+
threadRootVersion?: string | undefined;
|
|
27251
|
+
capability?: string | undefined;
|
|
27252
|
+
}[];
|
|
27253
|
+
};
|
|
27254
|
+
}, {
|
|
27255
|
+
key: "ListCommentVersions";
|
|
27256
|
+
input: {
|
|
27257
|
+
id: string;
|
|
27258
|
+
};
|
|
27259
|
+
output: {
|
|
27260
|
+
versions: {
|
|
27261
|
+
version: string;
|
|
27262
|
+
id: string;
|
|
27263
|
+
author: string;
|
|
27264
|
+
targetAccount: string;
|
|
27265
|
+
targetVersion: string;
|
|
27266
|
+
content: HMBlockNode[];
|
|
27267
|
+
createTime: string | {
|
|
27268
|
+
seconds: number | bigint;
|
|
27269
|
+
nanos: number;
|
|
27270
|
+
};
|
|
27271
|
+
updateTime: string | {
|
|
27272
|
+
seconds: number | bigint;
|
|
27273
|
+
nanos: number;
|
|
27274
|
+
};
|
|
27275
|
+
visibility: string | number;
|
|
27276
|
+
targetPath?: string | undefined;
|
|
27277
|
+
replyParent?: string | undefined;
|
|
27278
|
+
replyParentVersion?: string | undefined;
|
|
27279
|
+
threadRoot?: string | undefined;
|
|
27280
|
+
threadRootVersion?: string | undefined;
|
|
27281
|
+
capability?: string | undefined;
|
|
27282
|
+
}[];
|
|
27283
|
+
};
|
|
27284
|
+
}>;
|
|
27285
|
+
export type HMListCommentVersionsRequest = z.infer<typeof HMListCommentVersionsRequestSchema>;
|
|
26848
27286
|
export declare const HMGetRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodObject<{
|
|
26849
27287
|
key: z.ZodLiteral<"Resource">;
|
|
26850
27288
|
input: z.ZodObject<{
|
|
@@ -27286,6 +27724,7 @@ export declare const HMGetRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodOb
|
|
|
27286
27724
|
targetPath: z.ZodOptional<z.ZodString>;
|
|
27287
27725
|
targetVersion: z.ZodString;
|
|
27288
27726
|
replyParent: z.ZodOptional<z.ZodString>;
|
|
27727
|
+
replyParentVersion: z.ZodOptional<z.ZodString>;
|
|
27289
27728
|
threadRoot: z.ZodOptional<z.ZodString>;
|
|
27290
27729
|
threadRootVersion: z.ZodOptional<z.ZodString>;
|
|
27291
27730
|
capability: z.ZodOptional<z.ZodString>;
|
|
@@ -27329,6 +27768,7 @@ export declare const HMGetRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodOb
|
|
|
27329
27768
|
visibility: "PUBLIC" | "PRIVATE";
|
|
27330
27769
|
targetPath?: string | undefined;
|
|
27331
27770
|
replyParent?: string | undefined;
|
|
27771
|
+
replyParentVersion?: string | undefined;
|
|
27332
27772
|
threadRoot?: string | undefined;
|
|
27333
27773
|
threadRootVersion?: string | undefined;
|
|
27334
27774
|
capability?: string | undefined;
|
|
@@ -27350,6 +27790,7 @@ export declare const HMGetRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodOb
|
|
|
27350
27790
|
visibility: string | number;
|
|
27351
27791
|
targetPath?: string | undefined;
|
|
27352
27792
|
replyParent?: string | undefined;
|
|
27793
|
+
replyParentVersion?: string | undefined;
|
|
27353
27794
|
threadRoot?: string | undefined;
|
|
27354
27795
|
threadRootVersion?: string | undefined;
|
|
27355
27796
|
capability?: string | undefined;
|
|
@@ -27448,6 +27889,7 @@ export declare const HMGetRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodOb
|
|
|
27448
27889
|
visibility: "PUBLIC" | "PRIVATE";
|
|
27449
27890
|
targetPath?: string | undefined;
|
|
27450
27891
|
replyParent?: string | undefined;
|
|
27892
|
+
replyParentVersion?: string | undefined;
|
|
27451
27893
|
threadRoot?: string | undefined;
|
|
27452
27894
|
threadRootVersion?: string | undefined;
|
|
27453
27895
|
capability?: string | undefined;
|
|
@@ -27489,6 +27931,7 @@ export declare const HMGetRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodOb
|
|
|
27489
27931
|
visibility: string | number;
|
|
27490
27932
|
targetPath?: string | undefined;
|
|
27491
27933
|
replyParent?: string | undefined;
|
|
27934
|
+
replyParentVersion?: string | undefined;
|
|
27492
27935
|
threadRoot?: string | undefined;
|
|
27493
27936
|
threadRootVersion?: string | undefined;
|
|
27494
27937
|
capability?: string | undefined;
|
|
@@ -28094,6 +28537,7 @@ export declare const HMGetRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodOb
|
|
|
28094
28537
|
visibility: "PUBLIC" | "PRIVATE";
|
|
28095
28538
|
targetPath?: string | undefined;
|
|
28096
28539
|
replyParent?: string | undefined;
|
|
28540
|
+
replyParentVersion?: string | undefined;
|
|
28097
28541
|
threadRoot?: string | undefined;
|
|
28098
28542
|
threadRootVersion?: string | undefined;
|
|
28099
28543
|
capability?: string | undefined;
|
|
@@ -28311,6 +28755,7 @@ export declare const HMGetRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodOb
|
|
|
28311
28755
|
visibility: string | number;
|
|
28312
28756
|
targetPath?: string | undefined;
|
|
28313
28757
|
replyParent?: string | undefined;
|
|
28758
|
+
replyParentVersion?: string | undefined;
|
|
28314
28759
|
threadRoot?: string | undefined;
|
|
28315
28760
|
threadRootVersion?: string | undefined;
|
|
28316
28761
|
capability?: string | undefined;
|
|
@@ -29122,6 +29567,7 @@ export declare const HMGetRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodOb
|
|
|
29122
29567
|
targetPath: z.ZodOptional<z.ZodString>;
|
|
29123
29568
|
targetVersion: z.ZodString;
|
|
29124
29569
|
replyParent: z.ZodOptional<z.ZodString>;
|
|
29570
|
+
replyParentVersion: z.ZodOptional<z.ZodString>;
|
|
29125
29571
|
threadRoot: z.ZodOptional<z.ZodString>;
|
|
29126
29572
|
threadRootVersion: z.ZodOptional<z.ZodString>;
|
|
29127
29573
|
capability: z.ZodOptional<z.ZodString>;
|
|
@@ -29165,6 +29611,7 @@ export declare const HMGetRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodOb
|
|
|
29165
29611
|
visibility: "PUBLIC" | "PRIVATE";
|
|
29166
29612
|
targetPath?: string | undefined;
|
|
29167
29613
|
replyParent?: string | undefined;
|
|
29614
|
+
replyParentVersion?: string | undefined;
|
|
29168
29615
|
threadRoot?: string | undefined;
|
|
29169
29616
|
threadRootVersion?: string | undefined;
|
|
29170
29617
|
capability?: string | undefined;
|
|
@@ -29186,6 +29633,7 @@ export declare const HMGetRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodOb
|
|
|
29186
29633
|
visibility: string | number;
|
|
29187
29634
|
targetPath?: string | undefined;
|
|
29188
29635
|
replyParent?: string | undefined;
|
|
29636
|
+
replyParentVersion?: string | undefined;
|
|
29189
29637
|
threadRoot?: string | undefined;
|
|
29190
29638
|
threadRootVersion?: string | undefined;
|
|
29191
29639
|
capability?: string | undefined;
|
|
@@ -29211,6 +29659,7 @@ export declare const HMGetRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodOb
|
|
|
29211
29659
|
visibility: "PUBLIC" | "PRIVATE";
|
|
29212
29660
|
targetPath?: string | undefined;
|
|
29213
29661
|
replyParent?: string | undefined;
|
|
29662
|
+
replyParentVersion?: string | undefined;
|
|
29214
29663
|
threadRoot?: string | undefined;
|
|
29215
29664
|
threadRootVersion?: string | undefined;
|
|
29216
29665
|
capability?: string | undefined;
|
|
@@ -29236,6 +29685,7 @@ export declare const HMGetRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodOb
|
|
|
29236
29685
|
visibility: string | number;
|
|
29237
29686
|
targetPath?: string | undefined;
|
|
29238
29687
|
replyParent?: string | undefined;
|
|
29688
|
+
replyParentVersion?: string | undefined;
|
|
29239
29689
|
threadRoot?: string | undefined;
|
|
29240
29690
|
threadRootVersion?: string | undefined;
|
|
29241
29691
|
capability?: string | undefined;
|
|
@@ -30985,6 +31435,7 @@ export declare const HMGetRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodOb
|
|
|
30985
31435
|
targetPath: z.ZodOptional<z.ZodString>;
|
|
30986
31436
|
targetVersion: z.ZodString;
|
|
30987
31437
|
replyParent: z.ZodOptional<z.ZodString>;
|
|
31438
|
+
replyParentVersion: z.ZodOptional<z.ZodString>;
|
|
30988
31439
|
threadRoot: z.ZodOptional<z.ZodString>;
|
|
30989
31440
|
threadRootVersion: z.ZodOptional<z.ZodString>;
|
|
30990
31441
|
capability: z.ZodOptional<z.ZodString>;
|
|
@@ -31028,6 +31479,7 @@ export declare const HMGetRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodOb
|
|
|
31028
31479
|
visibility: "PUBLIC" | "PRIVATE";
|
|
31029
31480
|
targetPath?: string | undefined;
|
|
31030
31481
|
replyParent?: string | undefined;
|
|
31482
|
+
replyParentVersion?: string | undefined;
|
|
31031
31483
|
threadRoot?: string | undefined;
|
|
31032
31484
|
threadRootVersion?: string | undefined;
|
|
31033
31485
|
capability?: string | undefined;
|
|
@@ -31049,6 +31501,7 @@ export declare const HMGetRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodOb
|
|
|
31049
31501
|
visibility: string | number;
|
|
31050
31502
|
targetPath?: string | undefined;
|
|
31051
31503
|
replyParent?: string | undefined;
|
|
31504
|
+
replyParentVersion?: string | undefined;
|
|
31052
31505
|
threadRoot?: string | undefined;
|
|
31053
31506
|
threadRootVersion?: string | undefined;
|
|
31054
31507
|
capability?: string | undefined;
|
|
@@ -31277,6 +31730,7 @@ export declare const HMGetRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodOb
|
|
|
31277
31730
|
visibility: "PUBLIC" | "PRIVATE";
|
|
31278
31731
|
targetPath?: string | undefined;
|
|
31279
31732
|
replyParent?: string | undefined;
|
|
31733
|
+
replyParentVersion?: string | undefined;
|
|
31280
31734
|
threadRoot?: string | undefined;
|
|
31281
31735
|
threadRootVersion?: string | undefined;
|
|
31282
31736
|
capability?: string | undefined;
|
|
@@ -31341,6 +31795,7 @@ export declare const HMGetRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodOb
|
|
|
31341
31795
|
visibility: string | number;
|
|
31342
31796
|
targetPath?: string | undefined;
|
|
31343
31797
|
replyParent?: string | undefined;
|
|
31798
|
+
replyParentVersion?: string | undefined;
|
|
31344
31799
|
threadRoot?: string | undefined;
|
|
31345
31800
|
threadRootVersion?: string | undefined;
|
|
31346
31801
|
capability?: string | undefined;
|
|
@@ -31427,6 +31882,7 @@ export declare const HMGetRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodOb
|
|
|
31427
31882
|
visibility: "PUBLIC" | "PRIVATE";
|
|
31428
31883
|
targetPath?: string | undefined;
|
|
31429
31884
|
replyParent?: string | undefined;
|
|
31885
|
+
replyParentVersion?: string | undefined;
|
|
31430
31886
|
threadRoot?: string | undefined;
|
|
31431
31887
|
threadRootVersion?: string | undefined;
|
|
31432
31888
|
capability?: string | undefined;
|
|
@@ -31513,6 +31969,7 @@ export declare const HMGetRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodOb
|
|
|
31513
31969
|
visibility: string | number;
|
|
31514
31970
|
targetPath?: string | undefined;
|
|
31515
31971
|
replyParent?: string | undefined;
|
|
31972
|
+
replyParentVersion?: string | undefined;
|
|
31516
31973
|
threadRoot?: string | undefined;
|
|
31517
31974
|
threadRootVersion?: string | undefined;
|
|
31518
31975
|
capability?: string | undefined;
|
|
@@ -31669,6 +32126,7 @@ export declare const HMGetRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodOb
|
|
|
31669
32126
|
targetPath: z.ZodOptional<z.ZodString>;
|
|
31670
32127
|
targetVersion: z.ZodString;
|
|
31671
32128
|
replyParent: z.ZodOptional<z.ZodString>;
|
|
32129
|
+
replyParentVersion: z.ZodOptional<z.ZodString>;
|
|
31672
32130
|
threadRoot: z.ZodOptional<z.ZodString>;
|
|
31673
32131
|
threadRootVersion: z.ZodOptional<z.ZodString>;
|
|
31674
32132
|
capability: z.ZodOptional<z.ZodString>;
|
|
@@ -31712,6 +32170,7 @@ export declare const HMGetRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodOb
|
|
|
31712
32170
|
visibility: "PUBLIC" | "PRIVATE";
|
|
31713
32171
|
targetPath?: string | undefined;
|
|
31714
32172
|
replyParent?: string | undefined;
|
|
32173
|
+
replyParentVersion?: string | undefined;
|
|
31715
32174
|
threadRoot?: string | undefined;
|
|
31716
32175
|
threadRootVersion?: string | undefined;
|
|
31717
32176
|
capability?: string | undefined;
|
|
@@ -31733,6 +32192,7 @@ export declare const HMGetRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodOb
|
|
|
31733
32192
|
visibility: string | number;
|
|
31734
32193
|
targetPath?: string | undefined;
|
|
31735
32194
|
replyParent?: string | undefined;
|
|
32195
|
+
replyParentVersion?: string | undefined;
|
|
31736
32196
|
threadRoot?: string | undefined;
|
|
31737
32197
|
threadRootVersion?: string | undefined;
|
|
31738
32198
|
capability?: string | undefined;
|
|
@@ -31761,6 +32221,7 @@ export declare const HMGetRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodOb
|
|
|
31761
32221
|
visibility: "PUBLIC" | "PRIVATE";
|
|
31762
32222
|
targetPath?: string | undefined;
|
|
31763
32223
|
replyParent?: string | undefined;
|
|
32224
|
+
replyParentVersion?: string | undefined;
|
|
31764
32225
|
threadRoot?: string | undefined;
|
|
31765
32226
|
threadRootVersion?: string | undefined;
|
|
31766
32227
|
capability?: string | undefined;
|
|
@@ -31787,6 +32248,7 @@ export declare const HMGetRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodOb
|
|
|
31787
32248
|
visibility: string | number;
|
|
31788
32249
|
targetPath?: string | undefined;
|
|
31789
32250
|
replyParent?: string | undefined;
|
|
32251
|
+
replyParentVersion?: string | undefined;
|
|
31790
32252
|
threadRoot?: string | undefined;
|
|
31791
32253
|
threadRootVersion?: string | undefined;
|
|
31792
32254
|
capability?: string | undefined;
|
|
@@ -32007,6 +32469,7 @@ export declare const HMGetRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodOb
|
|
|
32007
32469
|
targetPath: z.ZodOptional<z.ZodString>;
|
|
32008
32470
|
targetVersion: z.ZodString;
|
|
32009
32471
|
replyParent: z.ZodOptional<z.ZodString>;
|
|
32472
|
+
replyParentVersion: z.ZodOptional<z.ZodString>;
|
|
32010
32473
|
threadRoot: z.ZodOptional<z.ZodString>;
|
|
32011
32474
|
threadRootVersion: z.ZodOptional<z.ZodString>;
|
|
32012
32475
|
capability: z.ZodOptional<z.ZodString>;
|
|
@@ -32050,6 +32513,7 @@ export declare const HMGetRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodOb
|
|
|
32050
32513
|
visibility: "PUBLIC" | "PRIVATE";
|
|
32051
32514
|
targetPath?: string | undefined;
|
|
32052
32515
|
replyParent?: string | undefined;
|
|
32516
|
+
replyParentVersion?: string | undefined;
|
|
32053
32517
|
threadRoot?: string | undefined;
|
|
32054
32518
|
threadRootVersion?: string | undefined;
|
|
32055
32519
|
capability?: string | undefined;
|
|
@@ -32071,6 +32535,7 @@ export declare const HMGetRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodOb
|
|
|
32071
32535
|
visibility: string | number;
|
|
32072
32536
|
targetPath?: string | undefined;
|
|
32073
32537
|
replyParent?: string | undefined;
|
|
32538
|
+
replyParentVersion?: string | undefined;
|
|
32074
32539
|
threadRoot?: string | undefined;
|
|
32075
32540
|
threadRootVersion?: string | undefined;
|
|
32076
32541
|
capability?: string | undefined;
|
|
@@ -32304,6 +32769,7 @@ export declare const HMGetRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodOb
|
|
|
32304
32769
|
visibility: "PUBLIC" | "PRIVATE";
|
|
32305
32770
|
targetPath?: string | undefined;
|
|
32306
32771
|
replyParent?: string | undefined;
|
|
32772
|
+
replyParentVersion?: string | undefined;
|
|
32307
32773
|
threadRoot?: string | undefined;
|
|
32308
32774
|
threadRootVersion?: string | undefined;
|
|
32309
32775
|
capability?: string | undefined;
|
|
@@ -32371,6 +32837,7 @@ export declare const HMGetRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodOb
|
|
|
32371
32837
|
visibility: string | number;
|
|
32372
32838
|
targetPath?: string | undefined;
|
|
32373
32839
|
replyParent?: string | undefined;
|
|
32840
|
+
replyParentVersion?: string | undefined;
|
|
32374
32841
|
threadRoot?: string | undefined;
|
|
32375
32842
|
threadRootVersion?: string | undefined;
|
|
32376
32843
|
capability?: string | undefined;
|
|
@@ -32481,6 +32948,7 @@ export declare const HMGetRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodOb
|
|
|
32481
32948
|
visibility: "PUBLIC" | "PRIVATE";
|
|
32482
32949
|
targetPath?: string | undefined;
|
|
32483
32950
|
replyParent?: string | undefined;
|
|
32951
|
+
replyParentVersion?: string | undefined;
|
|
32484
32952
|
threadRoot?: string | undefined;
|
|
32485
32953
|
threadRootVersion?: string | undefined;
|
|
32486
32954
|
capability?: string | undefined;
|
|
@@ -32508,6 +32976,7 @@ export declare const HMGetRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodOb
|
|
|
32508
32976
|
visibility: "PUBLIC" | "PRIVATE";
|
|
32509
32977
|
targetPath?: string | undefined;
|
|
32510
32978
|
replyParent?: string | undefined;
|
|
32979
|
+
replyParentVersion?: string | undefined;
|
|
32511
32980
|
threadRoot?: string | undefined;
|
|
32512
32981
|
threadRootVersion?: string | undefined;
|
|
32513
32982
|
capability?: string | undefined;
|
|
@@ -32618,6 +33087,7 @@ export declare const HMGetRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodOb
|
|
|
32618
33087
|
visibility: string | number;
|
|
32619
33088
|
targetPath?: string | undefined;
|
|
32620
33089
|
replyParent?: string | undefined;
|
|
33090
|
+
replyParentVersion?: string | undefined;
|
|
32621
33091
|
threadRoot?: string | undefined;
|
|
32622
33092
|
threadRootVersion?: string | undefined;
|
|
32623
33093
|
capability?: string | undefined;
|
|
@@ -32645,6 +33115,7 @@ export declare const HMGetRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodOb
|
|
|
32645
33115
|
visibility: string | number;
|
|
32646
33116
|
targetPath?: string | undefined;
|
|
32647
33117
|
replyParent?: string | undefined;
|
|
33118
|
+
replyParentVersion?: string | undefined;
|
|
32648
33119
|
threadRoot?: string | undefined;
|
|
32649
33120
|
threadRootVersion?: string | undefined;
|
|
32650
33121
|
capability?: string | undefined;
|
|
@@ -32778,6 +33249,7 @@ export declare const HMGetRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodOb
|
|
|
32778
33249
|
visibility: "PUBLIC" | "PRIVATE";
|
|
32779
33250
|
targetPath?: string | undefined;
|
|
32780
33251
|
replyParent?: string | undefined;
|
|
33252
|
+
replyParentVersion?: string | undefined;
|
|
32781
33253
|
threadRoot?: string | undefined;
|
|
32782
33254
|
threadRootVersion?: string | undefined;
|
|
32783
33255
|
capability?: string | undefined;
|
|
@@ -32805,6 +33277,7 @@ export declare const HMGetRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodOb
|
|
|
32805
33277
|
visibility: "PUBLIC" | "PRIVATE";
|
|
32806
33278
|
targetPath?: string | undefined;
|
|
32807
33279
|
replyParent?: string | undefined;
|
|
33280
|
+
replyParentVersion?: string | undefined;
|
|
32808
33281
|
threadRoot?: string | undefined;
|
|
32809
33282
|
threadRootVersion?: string | undefined;
|
|
32810
33283
|
capability?: string | undefined;
|
|
@@ -32938,6 +33411,7 @@ export declare const HMGetRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodOb
|
|
|
32938
33411
|
visibility: string | number;
|
|
32939
33412
|
targetPath?: string | undefined;
|
|
32940
33413
|
replyParent?: string | undefined;
|
|
33414
|
+
replyParentVersion?: string | undefined;
|
|
32941
33415
|
threadRoot?: string | undefined;
|
|
32942
33416
|
threadRootVersion?: string | undefined;
|
|
32943
33417
|
capability?: string | undefined;
|
|
@@ -32965,6 +33439,7 @@ export declare const HMGetRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodOb
|
|
|
32965
33439
|
visibility: string | number;
|
|
32966
33440
|
targetPath?: string | undefined;
|
|
32967
33441
|
replyParent?: string | undefined;
|
|
33442
|
+
replyParentVersion?: string | undefined;
|
|
32968
33443
|
threadRoot?: string | undefined;
|
|
32969
33444
|
threadRootVersion?: string | undefined;
|
|
32970
33445
|
capability?: string | undefined;
|
|
@@ -33119,6 +33594,7 @@ export declare const HMGetRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodOb
|
|
|
33119
33594
|
targetPath: z.ZodOptional<z.ZodString>;
|
|
33120
33595
|
targetVersion: z.ZodString;
|
|
33121
33596
|
replyParent: z.ZodOptional<z.ZodString>;
|
|
33597
|
+
replyParentVersion: z.ZodOptional<z.ZodString>;
|
|
33122
33598
|
threadRoot: z.ZodOptional<z.ZodString>;
|
|
33123
33599
|
threadRootVersion: z.ZodOptional<z.ZodString>;
|
|
33124
33600
|
capability: z.ZodOptional<z.ZodString>;
|
|
@@ -33162,6 +33638,7 @@ export declare const HMGetRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodOb
|
|
|
33162
33638
|
visibility: "PUBLIC" | "PRIVATE";
|
|
33163
33639
|
targetPath?: string | undefined;
|
|
33164
33640
|
replyParent?: string | undefined;
|
|
33641
|
+
replyParentVersion?: string | undefined;
|
|
33165
33642
|
threadRoot?: string | undefined;
|
|
33166
33643
|
threadRootVersion?: string | undefined;
|
|
33167
33644
|
capability?: string | undefined;
|
|
@@ -33183,6 +33660,7 @@ export declare const HMGetRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodOb
|
|
|
33183
33660
|
visibility: string | number;
|
|
33184
33661
|
targetPath?: string | undefined;
|
|
33185
33662
|
replyParent?: string | undefined;
|
|
33663
|
+
replyParentVersion?: string | undefined;
|
|
33186
33664
|
threadRoot?: string | undefined;
|
|
33187
33665
|
threadRootVersion?: string | undefined;
|
|
33188
33666
|
capability?: string | undefined;
|
|
@@ -33411,6 +33889,7 @@ export declare const HMGetRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodOb
|
|
|
33411
33889
|
visibility: "PUBLIC" | "PRIVATE";
|
|
33412
33890
|
targetPath?: string | undefined;
|
|
33413
33891
|
replyParent?: string | undefined;
|
|
33892
|
+
replyParentVersion?: string | undefined;
|
|
33414
33893
|
threadRoot?: string | undefined;
|
|
33415
33894
|
threadRootVersion?: string | undefined;
|
|
33416
33895
|
capability?: string | undefined;
|
|
@@ -33475,6 +33954,7 @@ export declare const HMGetRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodOb
|
|
|
33475
33954
|
visibility: string | number;
|
|
33476
33955
|
targetPath?: string | undefined;
|
|
33477
33956
|
replyParent?: string | undefined;
|
|
33957
|
+
replyParentVersion?: string | undefined;
|
|
33478
33958
|
threadRoot?: string | undefined;
|
|
33479
33959
|
threadRootVersion?: string | undefined;
|
|
33480
33960
|
capability?: string | undefined;
|
|
@@ -33561,6 +34041,7 @@ export declare const HMGetRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodOb
|
|
|
33561
34041
|
visibility: "PUBLIC" | "PRIVATE";
|
|
33562
34042
|
targetPath?: string | undefined;
|
|
33563
34043
|
replyParent?: string | undefined;
|
|
34044
|
+
replyParentVersion?: string | undefined;
|
|
33564
34045
|
threadRoot?: string | undefined;
|
|
33565
34046
|
threadRootVersion?: string | undefined;
|
|
33566
34047
|
capability?: string | undefined;
|
|
@@ -33647,6 +34128,7 @@ export declare const HMGetRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodOb
|
|
|
33647
34128
|
visibility: string | number;
|
|
33648
34129
|
targetPath?: string | undefined;
|
|
33649
34130
|
replyParent?: string | undefined;
|
|
34131
|
+
replyParentVersion?: string | undefined;
|
|
33650
34132
|
threadRoot?: string | undefined;
|
|
33651
34133
|
threadRootVersion?: string | undefined;
|
|
33652
34134
|
capability?: string | undefined;
|
|
@@ -34306,6 +34788,7 @@ export declare const HMGetRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodOb
|
|
|
34306
34788
|
targetPath: z.ZodOptional<z.ZodString>;
|
|
34307
34789
|
targetVersion: z.ZodString;
|
|
34308
34790
|
replyParent: z.ZodOptional<z.ZodString>;
|
|
34791
|
+
replyParentVersion: z.ZodOptional<z.ZodString>;
|
|
34309
34792
|
threadRoot: z.ZodOptional<z.ZodString>;
|
|
34310
34793
|
threadRootVersion: z.ZodOptional<z.ZodString>;
|
|
34311
34794
|
capability: z.ZodOptional<z.ZodString>;
|
|
@@ -34349,6 +34832,7 @@ export declare const HMGetRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodOb
|
|
|
34349
34832
|
visibility: "PUBLIC" | "PRIVATE";
|
|
34350
34833
|
targetPath?: string | undefined;
|
|
34351
34834
|
replyParent?: string | undefined;
|
|
34835
|
+
replyParentVersion?: string | undefined;
|
|
34352
34836
|
threadRoot?: string | undefined;
|
|
34353
34837
|
threadRootVersion?: string | undefined;
|
|
34354
34838
|
capability?: string | undefined;
|
|
@@ -34370,6 +34854,7 @@ export declare const HMGetRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodOb
|
|
|
34370
34854
|
visibility: string | number;
|
|
34371
34855
|
targetPath?: string | undefined;
|
|
34372
34856
|
replyParent?: string | undefined;
|
|
34857
|
+
replyParentVersion?: string | undefined;
|
|
34373
34858
|
threadRoot?: string | undefined;
|
|
34374
34859
|
threadRootVersion?: string | undefined;
|
|
34375
34860
|
capability?: string | undefined;
|
|
@@ -34598,6 +35083,7 @@ export declare const HMGetRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodOb
|
|
|
34598
35083
|
visibility: "PUBLIC" | "PRIVATE";
|
|
34599
35084
|
targetPath?: string | undefined;
|
|
34600
35085
|
replyParent?: string | undefined;
|
|
35086
|
+
replyParentVersion?: string | undefined;
|
|
34601
35087
|
threadRoot?: string | undefined;
|
|
34602
35088
|
threadRootVersion?: string | undefined;
|
|
34603
35089
|
capability?: string | undefined;
|
|
@@ -34662,6 +35148,7 @@ export declare const HMGetRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodOb
|
|
|
34662
35148
|
visibility: string | number;
|
|
34663
35149
|
targetPath?: string | undefined;
|
|
34664
35150
|
replyParent?: string | undefined;
|
|
35151
|
+
replyParentVersion?: string | undefined;
|
|
34665
35152
|
threadRoot?: string | undefined;
|
|
34666
35153
|
threadRootVersion?: string | undefined;
|
|
34667
35154
|
capability?: string | undefined;
|
|
@@ -34748,6 +35235,7 @@ export declare const HMGetRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodOb
|
|
|
34748
35235
|
visibility: "PUBLIC" | "PRIVATE";
|
|
34749
35236
|
targetPath?: string | undefined;
|
|
34750
35237
|
replyParent?: string | undefined;
|
|
35238
|
+
replyParentVersion?: string | undefined;
|
|
34751
35239
|
threadRoot?: string | undefined;
|
|
34752
35240
|
threadRootVersion?: string | undefined;
|
|
34753
35241
|
capability?: string | undefined;
|
|
@@ -34834,6 +35322,7 @@ export declare const HMGetRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodOb
|
|
|
34834
35322
|
visibility: string | number;
|
|
34835
35323
|
targetPath?: string | undefined;
|
|
34836
35324
|
replyParent?: string | undefined;
|
|
35325
|
+
replyParentVersion?: string | undefined;
|
|
34837
35326
|
threadRoot?: string | undefined;
|
|
34838
35327
|
threadRootVersion?: string | undefined;
|
|
34839
35328
|
capability?: string | undefined;
|
|
@@ -35686,6 +36175,204 @@ export declare const HMGetRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodOb
|
|
|
35686
36175
|
changes: number;
|
|
35687
36176
|
authorUids?: string[] | undefined;
|
|
35688
36177
|
};
|
|
36178
|
+
}>, z.ZodObject<{
|
|
36179
|
+
key: z.ZodLiteral<"ListCommentVersions">;
|
|
36180
|
+
input: z.ZodObject<{
|
|
36181
|
+
id: z.ZodString;
|
|
36182
|
+
}, "strip", z.ZodTypeAny, {
|
|
36183
|
+
id: string;
|
|
36184
|
+
}, {
|
|
36185
|
+
id: string;
|
|
36186
|
+
}>;
|
|
36187
|
+
output: z.ZodObject<{
|
|
36188
|
+
versions: z.ZodArray<z.ZodObject<{
|
|
36189
|
+
id: z.ZodString;
|
|
36190
|
+
version: z.ZodString;
|
|
36191
|
+
author: z.ZodString;
|
|
36192
|
+
targetAccount: z.ZodString;
|
|
36193
|
+
targetPath: z.ZodOptional<z.ZodString>;
|
|
36194
|
+
targetVersion: z.ZodString;
|
|
36195
|
+
replyParent: z.ZodOptional<z.ZodString>;
|
|
36196
|
+
replyParentVersion: z.ZodOptional<z.ZodString>;
|
|
36197
|
+
threadRoot: z.ZodOptional<z.ZodString>;
|
|
36198
|
+
threadRootVersion: z.ZodOptional<z.ZodString>;
|
|
36199
|
+
capability: z.ZodOptional<z.ZodString>;
|
|
36200
|
+
content: z.ZodArray<z.ZodType<HMBlockNode, z.ZodTypeDef, HMBlockNode>, "many">;
|
|
36201
|
+
createTime: z.ZodUnion<[z.ZodObject<{
|
|
36202
|
+
seconds: z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>;
|
|
36203
|
+
nanos: z.ZodNumber;
|
|
36204
|
+
}, "strict", z.ZodTypeAny, {
|
|
36205
|
+
seconds: number | bigint;
|
|
36206
|
+
nanos: number;
|
|
36207
|
+
}, {
|
|
36208
|
+
seconds: number | bigint;
|
|
36209
|
+
nanos: number;
|
|
36210
|
+
}>, z.ZodString]>;
|
|
36211
|
+
updateTime: z.ZodUnion<[z.ZodObject<{
|
|
36212
|
+
seconds: z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>;
|
|
36213
|
+
nanos: z.ZodNumber;
|
|
36214
|
+
}, "strict", z.ZodTypeAny, {
|
|
36215
|
+
seconds: number | bigint;
|
|
36216
|
+
nanos: number;
|
|
36217
|
+
}, {
|
|
36218
|
+
seconds: number | bigint;
|
|
36219
|
+
nanos: number;
|
|
36220
|
+
}>, z.ZodString]>;
|
|
36221
|
+
visibility: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodNumber]>, "PUBLIC" | "PRIVATE", string | number>;
|
|
36222
|
+
}, "strip", z.ZodTypeAny, {
|
|
36223
|
+
version: string;
|
|
36224
|
+
id: string;
|
|
36225
|
+
author: string;
|
|
36226
|
+
targetAccount: string;
|
|
36227
|
+
targetVersion: string;
|
|
36228
|
+
content: HMBlockNode[];
|
|
36229
|
+
createTime: string | {
|
|
36230
|
+
seconds: number | bigint;
|
|
36231
|
+
nanos: number;
|
|
36232
|
+
};
|
|
36233
|
+
updateTime: string | {
|
|
36234
|
+
seconds: number | bigint;
|
|
36235
|
+
nanos: number;
|
|
36236
|
+
};
|
|
36237
|
+
visibility: "PUBLIC" | "PRIVATE";
|
|
36238
|
+
targetPath?: string | undefined;
|
|
36239
|
+
replyParent?: string | undefined;
|
|
36240
|
+
replyParentVersion?: string | undefined;
|
|
36241
|
+
threadRoot?: string | undefined;
|
|
36242
|
+
threadRootVersion?: string | undefined;
|
|
36243
|
+
capability?: string | undefined;
|
|
36244
|
+
}, {
|
|
36245
|
+
version: string;
|
|
36246
|
+
id: string;
|
|
36247
|
+
author: string;
|
|
36248
|
+
targetAccount: string;
|
|
36249
|
+
targetVersion: string;
|
|
36250
|
+
content: HMBlockNode[];
|
|
36251
|
+
createTime: string | {
|
|
36252
|
+
seconds: number | bigint;
|
|
36253
|
+
nanos: number;
|
|
36254
|
+
};
|
|
36255
|
+
updateTime: string | {
|
|
36256
|
+
seconds: number | bigint;
|
|
36257
|
+
nanos: number;
|
|
36258
|
+
};
|
|
36259
|
+
visibility: string | number;
|
|
36260
|
+
targetPath?: string | undefined;
|
|
36261
|
+
replyParent?: string | undefined;
|
|
36262
|
+
replyParentVersion?: string | undefined;
|
|
36263
|
+
threadRoot?: string | undefined;
|
|
36264
|
+
threadRootVersion?: string | undefined;
|
|
36265
|
+
capability?: string | undefined;
|
|
36266
|
+
}>, "many">;
|
|
36267
|
+
}, "strip", z.ZodTypeAny, {
|
|
36268
|
+
versions: {
|
|
36269
|
+
version: string;
|
|
36270
|
+
id: string;
|
|
36271
|
+
author: string;
|
|
36272
|
+
targetAccount: string;
|
|
36273
|
+
targetVersion: string;
|
|
36274
|
+
content: HMBlockNode[];
|
|
36275
|
+
createTime: string | {
|
|
36276
|
+
seconds: number | bigint;
|
|
36277
|
+
nanos: number;
|
|
36278
|
+
};
|
|
36279
|
+
updateTime: string | {
|
|
36280
|
+
seconds: number | bigint;
|
|
36281
|
+
nanos: number;
|
|
36282
|
+
};
|
|
36283
|
+
visibility: "PUBLIC" | "PRIVATE";
|
|
36284
|
+
targetPath?: string | undefined;
|
|
36285
|
+
replyParent?: string | undefined;
|
|
36286
|
+
replyParentVersion?: string | undefined;
|
|
36287
|
+
threadRoot?: string | undefined;
|
|
36288
|
+
threadRootVersion?: string | undefined;
|
|
36289
|
+
capability?: string | undefined;
|
|
36290
|
+
}[];
|
|
36291
|
+
}, {
|
|
36292
|
+
versions: {
|
|
36293
|
+
version: string;
|
|
36294
|
+
id: string;
|
|
36295
|
+
author: string;
|
|
36296
|
+
targetAccount: string;
|
|
36297
|
+
targetVersion: string;
|
|
36298
|
+
content: HMBlockNode[];
|
|
36299
|
+
createTime: string | {
|
|
36300
|
+
seconds: number | bigint;
|
|
36301
|
+
nanos: number;
|
|
36302
|
+
};
|
|
36303
|
+
updateTime: string | {
|
|
36304
|
+
seconds: number | bigint;
|
|
36305
|
+
nanos: number;
|
|
36306
|
+
};
|
|
36307
|
+
visibility: string | number;
|
|
36308
|
+
targetPath?: string | undefined;
|
|
36309
|
+
replyParent?: string | undefined;
|
|
36310
|
+
replyParentVersion?: string | undefined;
|
|
36311
|
+
threadRoot?: string | undefined;
|
|
36312
|
+
threadRootVersion?: string | undefined;
|
|
36313
|
+
capability?: string | undefined;
|
|
36314
|
+
}[];
|
|
36315
|
+
}>;
|
|
36316
|
+
}, "strip", z.ZodTypeAny, {
|
|
36317
|
+
key: "ListCommentVersions";
|
|
36318
|
+
input: {
|
|
36319
|
+
id: string;
|
|
36320
|
+
};
|
|
36321
|
+
output: {
|
|
36322
|
+
versions: {
|
|
36323
|
+
version: string;
|
|
36324
|
+
id: string;
|
|
36325
|
+
author: string;
|
|
36326
|
+
targetAccount: string;
|
|
36327
|
+
targetVersion: string;
|
|
36328
|
+
content: HMBlockNode[];
|
|
36329
|
+
createTime: string | {
|
|
36330
|
+
seconds: number | bigint;
|
|
36331
|
+
nanos: number;
|
|
36332
|
+
};
|
|
36333
|
+
updateTime: string | {
|
|
36334
|
+
seconds: number | bigint;
|
|
36335
|
+
nanos: number;
|
|
36336
|
+
};
|
|
36337
|
+
visibility: "PUBLIC" | "PRIVATE";
|
|
36338
|
+
targetPath?: string | undefined;
|
|
36339
|
+
replyParent?: string | undefined;
|
|
36340
|
+
replyParentVersion?: string | undefined;
|
|
36341
|
+
threadRoot?: string | undefined;
|
|
36342
|
+
threadRootVersion?: string | undefined;
|
|
36343
|
+
capability?: string | undefined;
|
|
36344
|
+
}[];
|
|
36345
|
+
};
|
|
36346
|
+
}, {
|
|
36347
|
+
key: "ListCommentVersions";
|
|
36348
|
+
input: {
|
|
36349
|
+
id: string;
|
|
36350
|
+
};
|
|
36351
|
+
output: {
|
|
36352
|
+
versions: {
|
|
36353
|
+
version: string;
|
|
36354
|
+
id: string;
|
|
36355
|
+
author: string;
|
|
36356
|
+
targetAccount: string;
|
|
36357
|
+
targetVersion: string;
|
|
36358
|
+
content: HMBlockNode[];
|
|
36359
|
+
createTime: string | {
|
|
36360
|
+
seconds: number | bigint;
|
|
36361
|
+
nanos: number;
|
|
36362
|
+
};
|
|
36363
|
+
updateTime: string | {
|
|
36364
|
+
seconds: number | bigint;
|
|
36365
|
+
nanos: number;
|
|
36366
|
+
};
|
|
36367
|
+
visibility: string | number;
|
|
36368
|
+
targetPath?: string | undefined;
|
|
36369
|
+
replyParent?: string | undefined;
|
|
36370
|
+
replyParentVersion?: string | undefined;
|
|
36371
|
+
threadRoot?: string | undefined;
|
|
36372
|
+
threadRootVersion?: string | undefined;
|
|
36373
|
+
capability?: string | undefined;
|
|
36374
|
+
}[];
|
|
36375
|
+
};
|
|
35689
36376
|
}>]>;
|
|
35690
36377
|
export type HMGetRequest = z.infer<typeof HMGetRequestSchema>;
|
|
35691
36378
|
export declare const HMActionSchema: z.ZodDiscriminatedUnion<"key", [z.ZodObject<{
|
|
@@ -36899,6 +37586,7 @@ export declare const HMRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodObjec
|
|
|
36899
37586
|
targetPath: z.ZodOptional<z.ZodString>;
|
|
36900
37587
|
targetVersion: z.ZodString;
|
|
36901
37588
|
replyParent: z.ZodOptional<z.ZodString>;
|
|
37589
|
+
replyParentVersion: z.ZodOptional<z.ZodString>;
|
|
36902
37590
|
threadRoot: z.ZodOptional<z.ZodString>;
|
|
36903
37591
|
threadRootVersion: z.ZodOptional<z.ZodString>;
|
|
36904
37592
|
capability: z.ZodOptional<z.ZodString>;
|
|
@@ -36942,6 +37630,7 @@ export declare const HMRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodObjec
|
|
|
36942
37630
|
visibility: "PUBLIC" | "PRIVATE";
|
|
36943
37631
|
targetPath?: string | undefined;
|
|
36944
37632
|
replyParent?: string | undefined;
|
|
37633
|
+
replyParentVersion?: string | undefined;
|
|
36945
37634
|
threadRoot?: string | undefined;
|
|
36946
37635
|
threadRootVersion?: string | undefined;
|
|
36947
37636
|
capability?: string | undefined;
|
|
@@ -36963,6 +37652,7 @@ export declare const HMRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodObjec
|
|
|
36963
37652
|
visibility: string | number;
|
|
36964
37653
|
targetPath?: string | undefined;
|
|
36965
37654
|
replyParent?: string | undefined;
|
|
37655
|
+
replyParentVersion?: string | undefined;
|
|
36966
37656
|
threadRoot?: string | undefined;
|
|
36967
37657
|
threadRootVersion?: string | undefined;
|
|
36968
37658
|
capability?: string | undefined;
|
|
@@ -37061,6 +37751,7 @@ export declare const HMRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodObjec
|
|
|
37061
37751
|
visibility: "PUBLIC" | "PRIVATE";
|
|
37062
37752
|
targetPath?: string | undefined;
|
|
37063
37753
|
replyParent?: string | undefined;
|
|
37754
|
+
replyParentVersion?: string | undefined;
|
|
37064
37755
|
threadRoot?: string | undefined;
|
|
37065
37756
|
threadRootVersion?: string | undefined;
|
|
37066
37757
|
capability?: string | undefined;
|
|
@@ -37102,6 +37793,7 @@ export declare const HMRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodObjec
|
|
|
37102
37793
|
visibility: string | number;
|
|
37103
37794
|
targetPath?: string | undefined;
|
|
37104
37795
|
replyParent?: string | undefined;
|
|
37796
|
+
replyParentVersion?: string | undefined;
|
|
37105
37797
|
threadRoot?: string | undefined;
|
|
37106
37798
|
threadRootVersion?: string | undefined;
|
|
37107
37799
|
capability?: string | undefined;
|
|
@@ -37707,6 +38399,7 @@ export declare const HMRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodObjec
|
|
|
37707
38399
|
visibility: "PUBLIC" | "PRIVATE";
|
|
37708
38400
|
targetPath?: string | undefined;
|
|
37709
38401
|
replyParent?: string | undefined;
|
|
38402
|
+
replyParentVersion?: string | undefined;
|
|
37710
38403
|
threadRoot?: string | undefined;
|
|
37711
38404
|
threadRootVersion?: string | undefined;
|
|
37712
38405
|
capability?: string | undefined;
|
|
@@ -37924,6 +38617,7 @@ export declare const HMRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodObjec
|
|
|
37924
38617
|
visibility: string | number;
|
|
37925
38618
|
targetPath?: string | undefined;
|
|
37926
38619
|
replyParent?: string | undefined;
|
|
38620
|
+
replyParentVersion?: string | undefined;
|
|
37927
38621
|
threadRoot?: string | undefined;
|
|
37928
38622
|
threadRootVersion?: string | undefined;
|
|
37929
38623
|
capability?: string | undefined;
|
|
@@ -38735,6 +39429,7 @@ export declare const HMRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodObjec
|
|
|
38735
39429
|
targetPath: z.ZodOptional<z.ZodString>;
|
|
38736
39430
|
targetVersion: z.ZodString;
|
|
38737
39431
|
replyParent: z.ZodOptional<z.ZodString>;
|
|
39432
|
+
replyParentVersion: z.ZodOptional<z.ZodString>;
|
|
38738
39433
|
threadRoot: z.ZodOptional<z.ZodString>;
|
|
38739
39434
|
threadRootVersion: z.ZodOptional<z.ZodString>;
|
|
38740
39435
|
capability: z.ZodOptional<z.ZodString>;
|
|
@@ -38778,6 +39473,7 @@ export declare const HMRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodObjec
|
|
|
38778
39473
|
visibility: "PUBLIC" | "PRIVATE";
|
|
38779
39474
|
targetPath?: string | undefined;
|
|
38780
39475
|
replyParent?: string | undefined;
|
|
39476
|
+
replyParentVersion?: string | undefined;
|
|
38781
39477
|
threadRoot?: string | undefined;
|
|
38782
39478
|
threadRootVersion?: string | undefined;
|
|
38783
39479
|
capability?: string | undefined;
|
|
@@ -38799,6 +39495,7 @@ export declare const HMRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodObjec
|
|
|
38799
39495
|
visibility: string | number;
|
|
38800
39496
|
targetPath?: string | undefined;
|
|
38801
39497
|
replyParent?: string | undefined;
|
|
39498
|
+
replyParentVersion?: string | undefined;
|
|
38802
39499
|
threadRoot?: string | undefined;
|
|
38803
39500
|
threadRootVersion?: string | undefined;
|
|
38804
39501
|
capability?: string | undefined;
|
|
@@ -38824,6 +39521,7 @@ export declare const HMRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodObjec
|
|
|
38824
39521
|
visibility: "PUBLIC" | "PRIVATE";
|
|
38825
39522
|
targetPath?: string | undefined;
|
|
38826
39523
|
replyParent?: string | undefined;
|
|
39524
|
+
replyParentVersion?: string | undefined;
|
|
38827
39525
|
threadRoot?: string | undefined;
|
|
38828
39526
|
threadRootVersion?: string | undefined;
|
|
38829
39527
|
capability?: string | undefined;
|
|
@@ -38849,6 +39547,7 @@ export declare const HMRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodObjec
|
|
|
38849
39547
|
visibility: string | number;
|
|
38850
39548
|
targetPath?: string | undefined;
|
|
38851
39549
|
replyParent?: string | undefined;
|
|
39550
|
+
replyParentVersion?: string | undefined;
|
|
38852
39551
|
threadRoot?: string | undefined;
|
|
38853
39552
|
threadRootVersion?: string | undefined;
|
|
38854
39553
|
capability?: string | undefined;
|
|
@@ -40598,6 +41297,7 @@ export declare const HMRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodObjec
|
|
|
40598
41297
|
targetPath: z.ZodOptional<z.ZodString>;
|
|
40599
41298
|
targetVersion: z.ZodString;
|
|
40600
41299
|
replyParent: z.ZodOptional<z.ZodString>;
|
|
41300
|
+
replyParentVersion: z.ZodOptional<z.ZodString>;
|
|
40601
41301
|
threadRoot: z.ZodOptional<z.ZodString>;
|
|
40602
41302
|
threadRootVersion: z.ZodOptional<z.ZodString>;
|
|
40603
41303
|
capability: z.ZodOptional<z.ZodString>;
|
|
@@ -40641,6 +41341,7 @@ export declare const HMRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodObjec
|
|
|
40641
41341
|
visibility: "PUBLIC" | "PRIVATE";
|
|
40642
41342
|
targetPath?: string | undefined;
|
|
40643
41343
|
replyParent?: string | undefined;
|
|
41344
|
+
replyParentVersion?: string | undefined;
|
|
40644
41345
|
threadRoot?: string | undefined;
|
|
40645
41346
|
threadRootVersion?: string | undefined;
|
|
40646
41347
|
capability?: string | undefined;
|
|
@@ -40662,6 +41363,7 @@ export declare const HMRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodObjec
|
|
|
40662
41363
|
visibility: string | number;
|
|
40663
41364
|
targetPath?: string | undefined;
|
|
40664
41365
|
replyParent?: string | undefined;
|
|
41366
|
+
replyParentVersion?: string | undefined;
|
|
40665
41367
|
threadRoot?: string | undefined;
|
|
40666
41368
|
threadRootVersion?: string | undefined;
|
|
40667
41369
|
capability?: string | undefined;
|
|
@@ -40890,6 +41592,7 @@ export declare const HMRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodObjec
|
|
|
40890
41592
|
visibility: "PUBLIC" | "PRIVATE";
|
|
40891
41593
|
targetPath?: string | undefined;
|
|
40892
41594
|
replyParent?: string | undefined;
|
|
41595
|
+
replyParentVersion?: string | undefined;
|
|
40893
41596
|
threadRoot?: string | undefined;
|
|
40894
41597
|
threadRootVersion?: string | undefined;
|
|
40895
41598
|
capability?: string | undefined;
|
|
@@ -40954,6 +41657,7 @@ export declare const HMRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodObjec
|
|
|
40954
41657
|
visibility: string | number;
|
|
40955
41658
|
targetPath?: string | undefined;
|
|
40956
41659
|
replyParent?: string | undefined;
|
|
41660
|
+
replyParentVersion?: string | undefined;
|
|
40957
41661
|
threadRoot?: string | undefined;
|
|
40958
41662
|
threadRootVersion?: string | undefined;
|
|
40959
41663
|
capability?: string | undefined;
|
|
@@ -41040,6 +41744,7 @@ export declare const HMRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodObjec
|
|
|
41040
41744
|
visibility: "PUBLIC" | "PRIVATE";
|
|
41041
41745
|
targetPath?: string | undefined;
|
|
41042
41746
|
replyParent?: string | undefined;
|
|
41747
|
+
replyParentVersion?: string | undefined;
|
|
41043
41748
|
threadRoot?: string | undefined;
|
|
41044
41749
|
threadRootVersion?: string | undefined;
|
|
41045
41750
|
capability?: string | undefined;
|
|
@@ -41126,6 +41831,7 @@ export declare const HMRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodObjec
|
|
|
41126
41831
|
visibility: string | number;
|
|
41127
41832
|
targetPath?: string | undefined;
|
|
41128
41833
|
replyParent?: string | undefined;
|
|
41834
|
+
replyParentVersion?: string | undefined;
|
|
41129
41835
|
threadRoot?: string | undefined;
|
|
41130
41836
|
threadRootVersion?: string | undefined;
|
|
41131
41837
|
capability?: string | undefined;
|
|
@@ -41282,6 +41988,7 @@ export declare const HMRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodObjec
|
|
|
41282
41988
|
targetPath: z.ZodOptional<z.ZodString>;
|
|
41283
41989
|
targetVersion: z.ZodString;
|
|
41284
41990
|
replyParent: z.ZodOptional<z.ZodString>;
|
|
41991
|
+
replyParentVersion: z.ZodOptional<z.ZodString>;
|
|
41285
41992
|
threadRoot: z.ZodOptional<z.ZodString>;
|
|
41286
41993
|
threadRootVersion: z.ZodOptional<z.ZodString>;
|
|
41287
41994
|
capability: z.ZodOptional<z.ZodString>;
|
|
@@ -41325,6 +42032,7 @@ export declare const HMRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodObjec
|
|
|
41325
42032
|
visibility: "PUBLIC" | "PRIVATE";
|
|
41326
42033
|
targetPath?: string | undefined;
|
|
41327
42034
|
replyParent?: string | undefined;
|
|
42035
|
+
replyParentVersion?: string | undefined;
|
|
41328
42036
|
threadRoot?: string | undefined;
|
|
41329
42037
|
threadRootVersion?: string | undefined;
|
|
41330
42038
|
capability?: string | undefined;
|
|
@@ -41346,6 +42054,7 @@ export declare const HMRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodObjec
|
|
|
41346
42054
|
visibility: string | number;
|
|
41347
42055
|
targetPath?: string | undefined;
|
|
41348
42056
|
replyParent?: string | undefined;
|
|
42057
|
+
replyParentVersion?: string | undefined;
|
|
41349
42058
|
threadRoot?: string | undefined;
|
|
41350
42059
|
threadRootVersion?: string | undefined;
|
|
41351
42060
|
capability?: string | undefined;
|
|
@@ -41374,6 +42083,7 @@ export declare const HMRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodObjec
|
|
|
41374
42083
|
visibility: "PUBLIC" | "PRIVATE";
|
|
41375
42084
|
targetPath?: string | undefined;
|
|
41376
42085
|
replyParent?: string | undefined;
|
|
42086
|
+
replyParentVersion?: string | undefined;
|
|
41377
42087
|
threadRoot?: string | undefined;
|
|
41378
42088
|
threadRootVersion?: string | undefined;
|
|
41379
42089
|
capability?: string | undefined;
|
|
@@ -41400,6 +42110,7 @@ export declare const HMRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodObjec
|
|
|
41400
42110
|
visibility: string | number;
|
|
41401
42111
|
targetPath?: string | undefined;
|
|
41402
42112
|
replyParent?: string | undefined;
|
|
42113
|
+
replyParentVersion?: string | undefined;
|
|
41403
42114
|
threadRoot?: string | undefined;
|
|
41404
42115
|
threadRootVersion?: string | undefined;
|
|
41405
42116
|
capability?: string | undefined;
|
|
@@ -41620,6 +42331,7 @@ export declare const HMRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodObjec
|
|
|
41620
42331
|
targetPath: z.ZodOptional<z.ZodString>;
|
|
41621
42332
|
targetVersion: z.ZodString;
|
|
41622
42333
|
replyParent: z.ZodOptional<z.ZodString>;
|
|
42334
|
+
replyParentVersion: z.ZodOptional<z.ZodString>;
|
|
41623
42335
|
threadRoot: z.ZodOptional<z.ZodString>;
|
|
41624
42336
|
threadRootVersion: z.ZodOptional<z.ZodString>;
|
|
41625
42337
|
capability: z.ZodOptional<z.ZodString>;
|
|
@@ -41663,6 +42375,7 @@ export declare const HMRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodObjec
|
|
|
41663
42375
|
visibility: "PUBLIC" | "PRIVATE";
|
|
41664
42376
|
targetPath?: string | undefined;
|
|
41665
42377
|
replyParent?: string | undefined;
|
|
42378
|
+
replyParentVersion?: string | undefined;
|
|
41666
42379
|
threadRoot?: string | undefined;
|
|
41667
42380
|
threadRootVersion?: string | undefined;
|
|
41668
42381
|
capability?: string | undefined;
|
|
@@ -41684,6 +42397,7 @@ export declare const HMRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodObjec
|
|
|
41684
42397
|
visibility: string | number;
|
|
41685
42398
|
targetPath?: string | undefined;
|
|
41686
42399
|
replyParent?: string | undefined;
|
|
42400
|
+
replyParentVersion?: string | undefined;
|
|
41687
42401
|
threadRoot?: string | undefined;
|
|
41688
42402
|
threadRootVersion?: string | undefined;
|
|
41689
42403
|
capability?: string | undefined;
|
|
@@ -41917,6 +42631,7 @@ export declare const HMRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodObjec
|
|
|
41917
42631
|
visibility: "PUBLIC" | "PRIVATE";
|
|
41918
42632
|
targetPath?: string | undefined;
|
|
41919
42633
|
replyParent?: string | undefined;
|
|
42634
|
+
replyParentVersion?: string | undefined;
|
|
41920
42635
|
threadRoot?: string | undefined;
|
|
41921
42636
|
threadRootVersion?: string | undefined;
|
|
41922
42637
|
capability?: string | undefined;
|
|
@@ -41984,6 +42699,7 @@ export declare const HMRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodObjec
|
|
|
41984
42699
|
visibility: string | number;
|
|
41985
42700
|
targetPath?: string | undefined;
|
|
41986
42701
|
replyParent?: string | undefined;
|
|
42702
|
+
replyParentVersion?: string | undefined;
|
|
41987
42703
|
threadRoot?: string | undefined;
|
|
41988
42704
|
threadRootVersion?: string | undefined;
|
|
41989
42705
|
capability?: string | undefined;
|
|
@@ -42094,6 +42810,7 @@ export declare const HMRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodObjec
|
|
|
42094
42810
|
visibility: "PUBLIC" | "PRIVATE";
|
|
42095
42811
|
targetPath?: string | undefined;
|
|
42096
42812
|
replyParent?: string | undefined;
|
|
42813
|
+
replyParentVersion?: string | undefined;
|
|
42097
42814
|
threadRoot?: string | undefined;
|
|
42098
42815
|
threadRootVersion?: string | undefined;
|
|
42099
42816
|
capability?: string | undefined;
|
|
@@ -42121,6 +42838,7 @@ export declare const HMRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodObjec
|
|
|
42121
42838
|
visibility: "PUBLIC" | "PRIVATE";
|
|
42122
42839
|
targetPath?: string | undefined;
|
|
42123
42840
|
replyParent?: string | undefined;
|
|
42841
|
+
replyParentVersion?: string | undefined;
|
|
42124
42842
|
threadRoot?: string | undefined;
|
|
42125
42843
|
threadRootVersion?: string | undefined;
|
|
42126
42844
|
capability?: string | undefined;
|
|
@@ -42231,6 +42949,7 @@ export declare const HMRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodObjec
|
|
|
42231
42949
|
visibility: string | number;
|
|
42232
42950
|
targetPath?: string | undefined;
|
|
42233
42951
|
replyParent?: string | undefined;
|
|
42952
|
+
replyParentVersion?: string | undefined;
|
|
42234
42953
|
threadRoot?: string | undefined;
|
|
42235
42954
|
threadRootVersion?: string | undefined;
|
|
42236
42955
|
capability?: string | undefined;
|
|
@@ -42258,6 +42977,7 @@ export declare const HMRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodObjec
|
|
|
42258
42977
|
visibility: string | number;
|
|
42259
42978
|
targetPath?: string | undefined;
|
|
42260
42979
|
replyParent?: string | undefined;
|
|
42980
|
+
replyParentVersion?: string | undefined;
|
|
42261
42981
|
threadRoot?: string | undefined;
|
|
42262
42982
|
threadRootVersion?: string | undefined;
|
|
42263
42983
|
capability?: string | undefined;
|
|
@@ -42391,6 +43111,7 @@ export declare const HMRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodObjec
|
|
|
42391
43111
|
visibility: "PUBLIC" | "PRIVATE";
|
|
42392
43112
|
targetPath?: string | undefined;
|
|
42393
43113
|
replyParent?: string | undefined;
|
|
43114
|
+
replyParentVersion?: string | undefined;
|
|
42394
43115
|
threadRoot?: string | undefined;
|
|
42395
43116
|
threadRootVersion?: string | undefined;
|
|
42396
43117
|
capability?: string | undefined;
|
|
@@ -42418,6 +43139,7 @@ export declare const HMRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodObjec
|
|
|
42418
43139
|
visibility: "PUBLIC" | "PRIVATE";
|
|
42419
43140
|
targetPath?: string | undefined;
|
|
42420
43141
|
replyParent?: string | undefined;
|
|
43142
|
+
replyParentVersion?: string | undefined;
|
|
42421
43143
|
threadRoot?: string | undefined;
|
|
42422
43144
|
threadRootVersion?: string | undefined;
|
|
42423
43145
|
capability?: string | undefined;
|
|
@@ -42551,6 +43273,7 @@ export declare const HMRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodObjec
|
|
|
42551
43273
|
visibility: string | number;
|
|
42552
43274
|
targetPath?: string | undefined;
|
|
42553
43275
|
replyParent?: string | undefined;
|
|
43276
|
+
replyParentVersion?: string | undefined;
|
|
42554
43277
|
threadRoot?: string | undefined;
|
|
42555
43278
|
threadRootVersion?: string | undefined;
|
|
42556
43279
|
capability?: string | undefined;
|
|
@@ -42578,6 +43301,7 @@ export declare const HMRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodObjec
|
|
|
42578
43301
|
visibility: string | number;
|
|
42579
43302
|
targetPath?: string | undefined;
|
|
42580
43303
|
replyParent?: string | undefined;
|
|
43304
|
+
replyParentVersion?: string | undefined;
|
|
42581
43305
|
threadRoot?: string | undefined;
|
|
42582
43306
|
threadRootVersion?: string | undefined;
|
|
42583
43307
|
capability?: string | undefined;
|
|
@@ -42732,6 +43456,7 @@ export declare const HMRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodObjec
|
|
|
42732
43456
|
targetPath: z.ZodOptional<z.ZodString>;
|
|
42733
43457
|
targetVersion: z.ZodString;
|
|
42734
43458
|
replyParent: z.ZodOptional<z.ZodString>;
|
|
43459
|
+
replyParentVersion: z.ZodOptional<z.ZodString>;
|
|
42735
43460
|
threadRoot: z.ZodOptional<z.ZodString>;
|
|
42736
43461
|
threadRootVersion: z.ZodOptional<z.ZodString>;
|
|
42737
43462
|
capability: z.ZodOptional<z.ZodString>;
|
|
@@ -42775,6 +43500,7 @@ export declare const HMRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodObjec
|
|
|
42775
43500
|
visibility: "PUBLIC" | "PRIVATE";
|
|
42776
43501
|
targetPath?: string | undefined;
|
|
42777
43502
|
replyParent?: string | undefined;
|
|
43503
|
+
replyParentVersion?: string | undefined;
|
|
42778
43504
|
threadRoot?: string | undefined;
|
|
42779
43505
|
threadRootVersion?: string | undefined;
|
|
42780
43506
|
capability?: string | undefined;
|
|
@@ -42796,6 +43522,7 @@ export declare const HMRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodObjec
|
|
|
42796
43522
|
visibility: string | number;
|
|
42797
43523
|
targetPath?: string | undefined;
|
|
42798
43524
|
replyParent?: string | undefined;
|
|
43525
|
+
replyParentVersion?: string | undefined;
|
|
42799
43526
|
threadRoot?: string | undefined;
|
|
42800
43527
|
threadRootVersion?: string | undefined;
|
|
42801
43528
|
capability?: string | undefined;
|
|
@@ -43024,6 +43751,7 @@ export declare const HMRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodObjec
|
|
|
43024
43751
|
visibility: "PUBLIC" | "PRIVATE";
|
|
43025
43752
|
targetPath?: string | undefined;
|
|
43026
43753
|
replyParent?: string | undefined;
|
|
43754
|
+
replyParentVersion?: string | undefined;
|
|
43027
43755
|
threadRoot?: string | undefined;
|
|
43028
43756
|
threadRootVersion?: string | undefined;
|
|
43029
43757
|
capability?: string | undefined;
|
|
@@ -43088,6 +43816,7 @@ export declare const HMRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodObjec
|
|
|
43088
43816
|
visibility: string | number;
|
|
43089
43817
|
targetPath?: string | undefined;
|
|
43090
43818
|
replyParent?: string | undefined;
|
|
43819
|
+
replyParentVersion?: string | undefined;
|
|
43091
43820
|
threadRoot?: string | undefined;
|
|
43092
43821
|
threadRootVersion?: string | undefined;
|
|
43093
43822
|
capability?: string | undefined;
|
|
@@ -43174,6 +43903,7 @@ export declare const HMRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodObjec
|
|
|
43174
43903
|
visibility: "PUBLIC" | "PRIVATE";
|
|
43175
43904
|
targetPath?: string | undefined;
|
|
43176
43905
|
replyParent?: string | undefined;
|
|
43906
|
+
replyParentVersion?: string | undefined;
|
|
43177
43907
|
threadRoot?: string | undefined;
|
|
43178
43908
|
threadRootVersion?: string | undefined;
|
|
43179
43909
|
capability?: string | undefined;
|
|
@@ -43260,6 +43990,7 @@ export declare const HMRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodObjec
|
|
|
43260
43990
|
visibility: string | number;
|
|
43261
43991
|
targetPath?: string | undefined;
|
|
43262
43992
|
replyParent?: string | undefined;
|
|
43993
|
+
replyParentVersion?: string | undefined;
|
|
43263
43994
|
threadRoot?: string | undefined;
|
|
43264
43995
|
threadRootVersion?: string | undefined;
|
|
43265
43996
|
capability?: string | undefined;
|
|
@@ -43919,6 +44650,7 @@ export declare const HMRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodObjec
|
|
|
43919
44650
|
targetPath: z.ZodOptional<z.ZodString>;
|
|
43920
44651
|
targetVersion: z.ZodString;
|
|
43921
44652
|
replyParent: z.ZodOptional<z.ZodString>;
|
|
44653
|
+
replyParentVersion: z.ZodOptional<z.ZodString>;
|
|
43922
44654
|
threadRoot: z.ZodOptional<z.ZodString>;
|
|
43923
44655
|
threadRootVersion: z.ZodOptional<z.ZodString>;
|
|
43924
44656
|
capability: z.ZodOptional<z.ZodString>;
|
|
@@ -43962,6 +44694,7 @@ export declare const HMRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodObjec
|
|
|
43962
44694
|
visibility: "PUBLIC" | "PRIVATE";
|
|
43963
44695
|
targetPath?: string | undefined;
|
|
43964
44696
|
replyParent?: string | undefined;
|
|
44697
|
+
replyParentVersion?: string | undefined;
|
|
43965
44698
|
threadRoot?: string | undefined;
|
|
43966
44699
|
threadRootVersion?: string | undefined;
|
|
43967
44700
|
capability?: string | undefined;
|
|
@@ -43983,6 +44716,7 @@ export declare const HMRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodObjec
|
|
|
43983
44716
|
visibility: string | number;
|
|
43984
44717
|
targetPath?: string | undefined;
|
|
43985
44718
|
replyParent?: string | undefined;
|
|
44719
|
+
replyParentVersion?: string | undefined;
|
|
43986
44720
|
threadRoot?: string | undefined;
|
|
43987
44721
|
threadRootVersion?: string | undefined;
|
|
43988
44722
|
capability?: string | undefined;
|
|
@@ -44211,6 +44945,7 @@ export declare const HMRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodObjec
|
|
|
44211
44945
|
visibility: "PUBLIC" | "PRIVATE";
|
|
44212
44946
|
targetPath?: string | undefined;
|
|
44213
44947
|
replyParent?: string | undefined;
|
|
44948
|
+
replyParentVersion?: string | undefined;
|
|
44214
44949
|
threadRoot?: string | undefined;
|
|
44215
44950
|
threadRootVersion?: string | undefined;
|
|
44216
44951
|
capability?: string | undefined;
|
|
@@ -44275,6 +45010,7 @@ export declare const HMRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodObjec
|
|
|
44275
45010
|
visibility: string | number;
|
|
44276
45011
|
targetPath?: string | undefined;
|
|
44277
45012
|
replyParent?: string | undefined;
|
|
45013
|
+
replyParentVersion?: string | undefined;
|
|
44278
45014
|
threadRoot?: string | undefined;
|
|
44279
45015
|
threadRootVersion?: string | undefined;
|
|
44280
45016
|
capability?: string | undefined;
|
|
@@ -44361,6 +45097,7 @@ export declare const HMRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodObjec
|
|
|
44361
45097
|
visibility: "PUBLIC" | "PRIVATE";
|
|
44362
45098
|
targetPath?: string | undefined;
|
|
44363
45099
|
replyParent?: string | undefined;
|
|
45100
|
+
replyParentVersion?: string | undefined;
|
|
44364
45101
|
threadRoot?: string | undefined;
|
|
44365
45102
|
threadRootVersion?: string | undefined;
|
|
44366
45103
|
capability?: string | undefined;
|
|
@@ -44447,6 +45184,7 @@ export declare const HMRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodObjec
|
|
|
44447
45184
|
visibility: string | number;
|
|
44448
45185
|
targetPath?: string | undefined;
|
|
44449
45186
|
replyParent?: string | undefined;
|
|
45187
|
+
replyParentVersion?: string | undefined;
|
|
44450
45188
|
threadRoot?: string | undefined;
|
|
44451
45189
|
threadRootVersion?: string | undefined;
|
|
44452
45190
|
capability?: string | undefined;
|
|
@@ -45299,6 +46037,204 @@ export declare const HMRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodObjec
|
|
|
45299
46037
|
changes: number;
|
|
45300
46038
|
authorUids?: string[] | undefined;
|
|
45301
46039
|
};
|
|
46040
|
+
}>, z.ZodObject<{
|
|
46041
|
+
key: z.ZodLiteral<"ListCommentVersions">;
|
|
46042
|
+
input: z.ZodObject<{
|
|
46043
|
+
id: z.ZodString;
|
|
46044
|
+
}, "strip", z.ZodTypeAny, {
|
|
46045
|
+
id: string;
|
|
46046
|
+
}, {
|
|
46047
|
+
id: string;
|
|
46048
|
+
}>;
|
|
46049
|
+
output: z.ZodObject<{
|
|
46050
|
+
versions: z.ZodArray<z.ZodObject<{
|
|
46051
|
+
id: z.ZodString;
|
|
46052
|
+
version: z.ZodString;
|
|
46053
|
+
author: z.ZodString;
|
|
46054
|
+
targetAccount: z.ZodString;
|
|
46055
|
+
targetPath: z.ZodOptional<z.ZodString>;
|
|
46056
|
+
targetVersion: z.ZodString;
|
|
46057
|
+
replyParent: z.ZodOptional<z.ZodString>;
|
|
46058
|
+
replyParentVersion: z.ZodOptional<z.ZodString>;
|
|
46059
|
+
threadRoot: z.ZodOptional<z.ZodString>;
|
|
46060
|
+
threadRootVersion: z.ZodOptional<z.ZodString>;
|
|
46061
|
+
capability: z.ZodOptional<z.ZodString>;
|
|
46062
|
+
content: z.ZodArray<z.ZodType<HMBlockNode, z.ZodTypeDef, HMBlockNode>, "many">;
|
|
46063
|
+
createTime: z.ZodUnion<[z.ZodObject<{
|
|
46064
|
+
seconds: z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>;
|
|
46065
|
+
nanos: z.ZodNumber;
|
|
46066
|
+
}, "strict", z.ZodTypeAny, {
|
|
46067
|
+
seconds: number | bigint;
|
|
46068
|
+
nanos: number;
|
|
46069
|
+
}, {
|
|
46070
|
+
seconds: number | bigint;
|
|
46071
|
+
nanos: number;
|
|
46072
|
+
}>, z.ZodString]>;
|
|
46073
|
+
updateTime: z.ZodUnion<[z.ZodObject<{
|
|
46074
|
+
seconds: z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>;
|
|
46075
|
+
nanos: z.ZodNumber;
|
|
46076
|
+
}, "strict", z.ZodTypeAny, {
|
|
46077
|
+
seconds: number | bigint;
|
|
46078
|
+
nanos: number;
|
|
46079
|
+
}, {
|
|
46080
|
+
seconds: number | bigint;
|
|
46081
|
+
nanos: number;
|
|
46082
|
+
}>, z.ZodString]>;
|
|
46083
|
+
visibility: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodNumber]>, "PUBLIC" | "PRIVATE", string | number>;
|
|
46084
|
+
}, "strip", z.ZodTypeAny, {
|
|
46085
|
+
version: string;
|
|
46086
|
+
id: string;
|
|
46087
|
+
author: string;
|
|
46088
|
+
targetAccount: string;
|
|
46089
|
+
targetVersion: string;
|
|
46090
|
+
content: HMBlockNode[];
|
|
46091
|
+
createTime: string | {
|
|
46092
|
+
seconds: number | bigint;
|
|
46093
|
+
nanos: number;
|
|
46094
|
+
};
|
|
46095
|
+
updateTime: string | {
|
|
46096
|
+
seconds: number | bigint;
|
|
46097
|
+
nanos: number;
|
|
46098
|
+
};
|
|
46099
|
+
visibility: "PUBLIC" | "PRIVATE";
|
|
46100
|
+
targetPath?: string | undefined;
|
|
46101
|
+
replyParent?: string | undefined;
|
|
46102
|
+
replyParentVersion?: string | undefined;
|
|
46103
|
+
threadRoot?: string | undefined;
|
|
46104
|
+
threadRootVersion?: string | undefined;
|
|
46105
|
+
capability?: string | undefined;
|
|
46106
|
+
}, {
|
|
46107
|
+
version: string;
|
|
46108
|
+
id: string;
|
|
46109
|
+
author: string;
|
|
46110
|
+
targetAccount: string;
|
|
46111
|
+
targetVersion: string;
|
|
46112
|
+
content: HMBlockNode[];
|
|
46113
|
+
createTime: string | {
|
|
46114
|
+
seconds: number | bigint;
|
|
46115
|
+
nanos: number;
|
|
46116
|
+
};
|
|
46117
|
+
updateTime: string | {
|
|
46118
|
+
seconds: number | bigint;
|
|
46119
|
+
nanos: number;
|
|
46120
|
+
};
|
|
46121
|
+
visibility: string | number;
|
|
46122
|
+
targetPath?: string | undefined;
|
|
46123
|
+
replyParent?: string | undefined;
|
|
46124
|
+
replyParentVersion?: string | undefined;
|
|
46125
|
+
threadRoot?: string | undefined;
|
|
46126
|
+
threadRootVersion?: string | undefined;
|
|
46127
|
+
capability?: string | undefined;
|
|
46128
|
+
}>, "many">;
|
|
46129
|
+
}, "strip", z.ZodTypeAny, {
|
|
46130
|
+
versions: {
|
|
46131
|
+
version: string;
|
|
46132
|
+
id: string;
|
|
46133
|
+
author: string;
|
|
46134
|
+
targetAccount: string;
|
|
46135
|
+
targetVersion: string;
|
|
46136
|
+
content: HMBlockNode[];
|
|
46137
|
+
createTime: string | {
|
|
46138
|
+
seconds: number | bigint;
|
|
46139
|
+
nanos: number;
|
|
46140
|
+
};
|
|
46141
|
+
updateTime: string | {
|
|
46142
|
+
seconds: number | bigint;
|
|
46143
|
+
nanos: number;
|
|
46144
|
+
};
|
|
46145
|
+
visibility: "PUBLIC" | "PRIVATE";
|
|
46146
|
+
targetPath?: string | undefined;
|
|
46147
|
+
replyParent?: string | undefined;
|
|
46148
|
+
replyParentVersion?: string | undefined;
|
|
46149
|
+
threadRoot?: string | undefined;
|
|
46150
|
+
threadRootVersion?: string | undefined;
|
|
46151
|
+
capability?: string | undefined;
|
|
46152
|
+
}[];
|
|
46153
|
+
}, {
|
|
46154
|
+
versions: {
|
|
46155
|
+
version: string;
|
|
46156
|
+
id: string;
|
|
46157
|
+
author: string;
|
|
46158
|
+
targetAccount: string;
|
|
46159
|
+
targetVersion: string;
|
|
46160
|
+
content: HMBlockNode[];
|
|
46161
|
+
createTime: string | {
|
|
46162
|
+
seconds: number | bigint;
|
|
46163
|
+
nanos: number;
|
|
46164
|
+
};
|
|
46165
|
+
updateTime: string | {
|
|
46166
|
+
seconds: number | bigint;
|
|
46167
|
+
nanos: number;
|
|
46168
|
+
};
|
|
46169
|
+
visibility: string | number;
|
|
46170
|
+
targetPath?: string | undefined;
|
|
46171
|
+
replyParent?: string | undefined;
|
|
46172
|
+
replyParentVersion?: string | undefined;
|
|
46173
|
+
threadRoot?: string | undefined;
|
|
46174
|
+
threadRootVersion?: string | undefined;
|
|
46175
|
+
capability?: string | undefined;
|
|
46176
|
+
}[];
|
|
46177
|
+
}>;
|
|
46178
|
+
}, "strip", z.ZodTypeAny, {
|
|
46179
|
+
key: "ListCommentVersions";
|
|
46180
|
+
input: {
|
|
46181
|
+
id: string;
|
|
46182
|
+
};
|
|
46183
|
+
output: {
|
|
46184
|
+
versions: {
|
|
46185
|
+
version: string;
|
|
46186
|
+
id: string;
|
|
46187
|
+
author: string;
|
|
46188
|
+
targetAccount: string;
|
|
46189
|
+
targetVersion: string;
|
|
46190
|
+
content: HMBlockNode[];
|
|
46191
|
+
createTime: string | {
|
|
46192
|
+
seconds: number | bigint;
|
|
46193
|
+
nanos: number;
|
|
46194
|
+
};
|
|
46195
|
+
updateTime: string | {
|
|
46196
|
+
seconds: number | bigint;
|
|
46197
|
+
nanos: number;
|
|
46198
|
+
};
|
|
46199
|
+
visibility: "PUBLIC" | "PRIVATE";
|
|
46200
|
+
targetPath?: string | undefined;
|
|
46201
|
+
replyParent?: string | undefined;
|
|
46202
|
+
replyParentVersion?: string | undefined;
|
|
46203
|
+
threadRoot?: string | undefined;
|
|
46204
|
+
threadRootVersion?: string | undefined;
|
|
46205
|
+
capability?: string | undefined;
|
|
46206
|
+
}[];
|
|
46207
|
+
};
|
|
46208
|
+
}, {
|
|
46209
|
+
key: "ListCommentVersions";
|
|
46210
|
+
input: {
|
|
46211
|
+
id: string;
|
|
46212
|
+
};
|
|
46213
|
+
output: {
|
|
46214
|
+
versions: {
|
|
46215
|
+
version: string;
|
|
46216
|
+
id: string;
|
|
46217
|
+
author: string;
|
|
46218
|
+
targetAccount: string;
|
|
46219
|
+
targetVersion: string;
|
|
46220
|
+
content: HMBlockNode[];
|
|
46221
|
+
createTime: string | {
|
|
46222
|
+
seconds: number | bigint;
|
|
46223
|
+
nanos: number;
|
|
46224
|
+
};
|
|
46225
|
+
updateTime: string | {
|
|
46226
|
+
seconds: number | bigint;
|
|
46227
|
+
nanos: number;
|
|
46228
|
+
};
|
|
46229
|
+
visibility: string | number;
|
|
46230
|
+
targetPath?: string | undefined;
|
|
46231
|
+
replyParent?: string | undefined;
|
|
46232
|
+
replyParentVersion?: string | undefined;
|
|
46233
|
+
threadRoot?: string | undefined;
|
|
46234
|
+
threadRootVersion?: string | undefined;
|
|
46235
|
+
capability?: string | undefined;
|
|
46236
|
+
}[];
|
|
46237
|
+
};
|
|
45302
46238
|
}>, z.ZodObject<{
|
|
45303
46239
|
key: z.ZodLiteral<"PublishBlobs">;
|
|
45304
46240
|
input: z.ZodObject<{
|