@seed-hypermedia/client 0.0.4 → 0.0.5
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 +939 -0
- 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;
|
|
@@ -13486,6 +13514,7 @@ export declare const HMResourceRequestSchema: z.ZodObject<{
|
|
|
13486
13514
|
targetPath: z.ZodOptional<z.ZodString>;
|
|
13487
13515
|
targetVersion: z.ZodString;
|
|
13488
13516
|
replyParent: z.ZodOptional<z.ZodString>;
|
|
13517
|
+
replyParentVersion: z.ZodOptional<z.ZodString>;
|
|
13489
13518
|
threadRoot: z.ZodOptional<z.ZodString>;
|
|
13490
13519
|
threadRootVersion: z.ZodOptional<z.ZodString>;
|
|
13491
13520
|
capability: z.ZodOptional<z.ZodString>;
|
|
@@ -13529,6 +13558,7 @@ export declare const HMResourceRequestSchema: z.ZodObject<{
|
|
|
13529
13558
|
visibility: "PUBLIC" | "PRIVATE";
|
|
13530
13559
|
targetPath?: string | undefined;
|
|
13531
13560
|
replyParent?: string | undefined;
|
|
13561
|
+
replyParentVersion?: string | undefined;
|
|
13532
13562
|
threadRoot?: string | undefined;
|
|
13533
13563
|
threadRootVersion?: string | undefined;
|
|
13534
13564
|
capability?: string | undefined;
|
|
@@ -13550,6 +13580,7 @@ export declare const HMResourceRequestSchema: z.ZodObject<{
|
|
|
13550
13580
|
visibility: string | number;
|
|
13551
13581
|
targetPath?: string | undefined;
|
|
13552
13582
|
replyParent?: string | undefined;
|
|
13583
|
+
replyParentVersion?: string | undefined;
|
|
13553
13584
|
threadRoot?: string | undefined;
|
|
13554
13585
|
threadRootVersion?: string | undefined;
|
|
13555
13586
|
capability?: string | undefined;
|
|
@@ -13648,6 +13679,7 @@ export declare const HMResourceRequestSchema: z.ZodObject<{
|
|
|
13648
13679
|
visibility: "PUBLIC" | "PRIVATE";
|
|
13649
13680
|
targetPath?: string | undefined;
|
|
13650
13681
|
replyParent?: string | undefined;
|
|
13682
|
+
replyParentVersion?: string | undefined;
|
|
13651
13683
|
threadRoot?: string | undefined;
|
|
13652
13684
|
threadRootVersion?: string | undefined;
|
|
13653
13685
|
capability?: string | undefined;
|
|
@@ -13689,6 +13721,7 @@ export declare const HMResourceRequestSchema: z.ZodObject<{
|
|
|
13689
13721
|
visibility: string | number;
|
|
13690
13722
|
targetPath?: string | undefined;
|
|
13691
13723
|
replyParent?: string | undefined;
|
|
13724
|
+
replyParentVersion?: string | undefined;
|
|
13692
13725
|
threadRoot?: string | undefined;
|
|
13693
13726
|
threadRootVersion?: string | undefined;
|
|
13694
13727
|
capability?: string | undefined;
|
|
@@ -14294,6 +14327,7 @@ export declare const HMResourceRequestSchema: z.ZodObject<{
|
|
|
14294
14327
|
visibility: "PUBLIC" | "PRIVATE";
|
|
14295
14328
|
targetPath?: string | undefined;
|
|
14296
14329
|
replyParent?: string | undefined;
|
|
14330
|
+
replyParentVersion?: string | undefined;
|
|
14297
14331
|
threadRoot?: string | undefined;
|
|
14298
14332
|
threadRootVersion?: string | undefined;
|
|
14299
14333
|
capability?: string | undefined;
|
|
@@ -14511,6 +14545,7 @@ export declare const HMResourceRequestSchema: z.ZodObject<{
|
|
|
14511
14545
|
visibility: string | number;
|
|
14512
14546
|
targetPath?: string | undefined;
|
|
14513
14547
|
replyParent?: string | undefined;
|
|
14548
|
+
replyParentVersion?: string | undefined;
|
|
14514
14549
|
threadRoot?: string | undefined;
|
|
14515
14550
|
threadRootVersion?: string | undefined;
|
|
14516
14551
|
capability?: string | undefined;
|
|
@@ -15328,6 +15363,7 @@ export declare const HMCommentRequestSchema: z.ZodObject<{
|
|
|
15328
15363
|
targetPath: z.ZodOptional<z.ZodString>;
|
|
15329
15364
|
targetVersion: z.ZodString;
|
|
15330
15365
|
replyParent: z.ZodOptional<z.ZodString>;
|
|
15366
|
+
replyParentVersion: z.ZodOptional<z.ZodString>;
|
|
15331
15367
|
threadRoot: z.ZodOptional<z.ZodString>;
|
|
15332
15368
|
threadRootVersion: z.ZodOptional<z.ZodString>;
|
|
15333
15369
|
capability: z.ZodOptional<z.ZodString>;
|
|
@@ -15371,6 +15407,7 @@ export declare const HMCommentRequestSchema: z.ZodObject<{
|
|
|
15371
15407
|
visibility: "PUBLIC" | "PRIVATE";
|
|
15372
15408
|
targetPath?: string | undefined;
|
|
15373
15409
|
replyParent?: string | undefined;
|
|
15410
|
+
replyParentVersion?: string | undefined;
|
|
15374
15411
|
threadRoot?: string | undefined;
|
|
15375
15412
|
threadRootVersion?: string | undefined;
|
|
15376
15413
|
capability?: string | undefined;
|
|
@@ -15392,6 +15429,7 @@ export declare const HMCommentRequestSchema: z.ZodObject<{
|
|
|
15392
15429
|
visibility: string | number;
|
|
15393
15430
|
targetPath?: string | undefined;
|
|
15394
15431
|
replyParent?: string | undefined;
|
|
15432
|
+
replyParentVersion?: string | undefined;
|
|
15395
15433
|
threadRoot?: string | undefined;
|
|
15396
15434
|
threadRootVersion?: string | undefined;
|
|
15397
15435
|
capability?: string | undefined;
|
|
@@ -15417,6 +15455,7 @@ export declare const HMCommentRequestSchema: z.ZodObject<{
|
|
|
15417
15455
|
visibility: "PUBLIC" | "PRIVATE";
|
|
15418
15456
|
targetPath?: string | undefined;
|
|
15419
15457
|
replyParent?: string | undefined;
|
|
15458
|
+
replyParentVersion?: string | undefined;
|
|
15420
15459
|
threadRoot?: string | undefined;
|
|
15421
15460
|
threadRootVersion?: string | undefined;
|
|
15422
15461
|
capability?: string | undefined;
|
|
@@ -15442,6 +15481,7 @@ export declare const HMCommentRequestSchema: z.ZodObject<{
|
|
|
15442
15481
|
visibility: string | number;
|
|
15443
15482
|
targetPath?: string | undefined;
|
|
15444
15483
|
replyParent?: string | undefined;
|
|
15484
|
+
replyParentVersion?: string | undefined;
|
|
15445
15485
|
threadRoot?: string | undefined;
|
|
15446
15486
|
threadRootVersion?: string | undefined;
|
|
15447
15487
|
capability?: string | undefined;
|
|
@@ -17522,6 +17562,7 @@ export declare const HMListCommentsOutputSchema: z.ZodObject<{
|
|
|
17522
17562
|
targetPath: z.ZodOptional<z.ZodString>;
|
|
17523
17563
|
targetVersion: z.ZodString;
|
|
17524
17564
|
replyParent: z.ZodOptional<z.ZodString>;
|
|
17565
|
+
replyParentVersion: z.ZodOptional<z.ZodString>;
|
|
17525
17566
|
threadRoot: z.ZodOptional<z.ZodString>;
|
|
17526
17567
|
threadRootVersion: z.ZodOptional<z.ZodString>;
|
|
17527
17568
|
capability: z.ZodOptional<z.ZodString>;
|
|
@@ -17565,6 +17606,7 @@ export declare const HMListCommentsOutputSchema: z.ZodObject<{
|
|
|
17565
17606
|
visibility: "PUBLIC" | "PRIVATE";
|
|
17566
17607
|
targetPath?: string | undefined;
|
|
17567
17608
|
replyParent?: string | undefined;
|
|
17609
|
+
replyParentVersion?: string | undefined;
|
|
17568
17610
|
threadRoot?: string | undefined;
|
|
17569
17611
|
threadRootVersion?: string | undefined;
|
|
17570
17612
|
capability?: string | undefined;
|
|
@@ -17586,6 +17628,7 @@ export declare const HMListCommentsOutputSchema: z.ZodObject<{
|
|
|
17586
17628
|
visibility: string | number;
|
|
17587
17629
|
targetPath?: string | undefined;
|
|
17588
17630
|
replyParent?: string | undefined;
|
|
17631
|
+
replyParentVersion?: string | undefined;
|
|
17589
17632
|
threadRoot?: string | undefined;
|
|
17590
17633
|
threadRootVersion?: string | undefined;
|
|
17591
17634
|
capability?: string | undefined;
|
|
@@ -17814,6 +17857,7 @@ export declare const HMListCommentsOutputSchema: z.ZodObject<{
|
|
|
17814
17857
|
visibility: "PUBLIC" | "PRIVATE";
|
|
17815
17858
|
targetPath?: string | undefined;
|
|
17816
17859
|
replyParent?: string | undefined;
|
|
17860
|
+
replyParentVersion?: string | undefined;
|
|
17817
17861
|
threadRoot?: string | undefined;
|
|
17818
17862
|
threadRootVersion?: string | undefined;
|
|
17819
17863
|
capability?: string | undefined;
|
|
@@ -17878,6 +17922,7 @@ export declare const HMListCommentsOutputSchema: z.ZodObject<{
|
|
|
17878
17922
|
visibility: string | number;
|
|
17879
17923
|
targetPath?: string | undefined;
|
|
17880
17924
|
replyParent?: string | undefined;
|
|
17925
|
+
replyParentVersion?: string | undefined;
|
|
17881
17926
|
threadRoot?: string | undefined;
|
|
17882
17927
|
threadRootVersion?: string | undefined;
|
|
17883
17928
|
capability?: string | undefined;
|
|
@@ -18031,6 +18076,7 @@ export declare const HMListCommentsRequestSchema: z.ZodObject<{
|
|
|
18031
18076
|
targetPath: z.ZodOptional<z.ZodString>;
|
|
18032
18077
|
targetVersion: z.ZodString;
|
|
18033
18078
|
replyParent: z.ZodOptional<z.ZodString>;
|
|
18079
|
+
replyParentVersion: z.ZodOptional<z.ZodString>;
|
|
18034
18080
|
threadRoot: z.ZodOptional<z.ZodString>;
|
|
18035
18081
|
threadRootVersion: z.ZodOptional<z.ZodString>;
|
|
18036
18082
|
capability: z.ZodOptional<z.ZodString>;
|
|
@@ -18074,6 +18120,7 @@ export declare const HMListCommentsRequestSchema: z.ZodObject<{
|
|
|
18074
18120
|
visibility: "PUBLIC" | "PRIVATE";
|
|
18075
18121
|
targetPath?: string | undefined;
|
|
18076
18122
|
replyParent?: string | undefined;
|
|
18123
|
+
replyParentVersion?: string | undefined;
|
|
18077
18124
|
threadRoot?: string | undefined;
|
|
18078
18125
|
threadRootVersion?: string | undefined;
|
|
18079
18126
|
capability?: string | undefined;
|
|
@@ -18095,6 +18142,7 @@ export declare const HMListCommentsRequestSchema: z.ZodObject<{
|
|
|
18095
18142
|
visibility: string | number;
|
|
18096
18143
|
targetPath?: string | undefined;
|
|
18097
18144
|
replyParent?: string | undefined;
|
|
18145
|
+
replyParentVersion?: string | undefined;
|
|
18098
18146
|
threadRoot?: string | undefined;
|
|
18099
18147
|
threadRootVersion?: string | undefined;
|
|
18100
18148
|
capability?: string | undefined;
|
|
@@ -18323,6 +18371,7 @@ export declare const HMListCommentsRequestSchema: z.ZodObject<{
|
|
|
18323
18371
|
visibility: "PUBLIC" | "PRIVATE";
|
|
18324
18372
|
targetPath?: string | undefined;
|
|
18325
18373
|
replyParent?: string | undefined;
|
|
18374
|
+
replyParentVersion?: string | undefined;
|
|
18326
18375
|
threadRoot?: string | undefined;
|
|
18327
18376
|
threadRootVersion?: string | undefined;
|
|
18328
18377
|
capability?: string | undefined;
|
|
@@ -18387,6 +18436,7 @@ export declare const HMListCommentsRequestSchema: z.ZodObject<{
|
|
|
18387
18436
|
visibility: string | number;
|
|
18388
18437
|
targetPath?: string | undefined;
|
|
18389
18438
|
replyParent?: string | undefined;
|
|
18439
|
+
replyParentVersion?: string | undefined;
|
|
18390
18440
|
threadRoot?: string | undefined;
|
|
18391
18441
|
threadRootVersion?: string | undefined;
|
|
18392
18442
|
capability?: string | undefined;
|
|
@@ -18473,6 +18523,7 @@ export declare const HMListCommentsRequestSchema: z.ZodObject<{
|
|
|
18473
18523
|
visibility: "PUBLIC" | "PRIVATE";
|
|
18474
18524
|
targetPath?: string | undefined;
|
|
18475
18525
|
replyParent?: string | undefined;
|
|
18526
|
+
replyParentVersion?: string | undefined;
|
|
18476
18527
|
threadRoot?: string | undefined;
|
|
18477
18528
|
threadRootVersion?: string | undefined;
|
|
18478
18529
|
capability?: string | undefined;
|
|
@@ -18559,6 +18610,7 @@ export declare const HMListCommentsRequestSchema: z.ZodObject<{
|
|
|
18559
18610
|
visibility: string | number;
|
|
18560
18611
|
targetPath?: string | undefined;
|
|
18561
18612
|
replyParent?: string | undefined;
|
|
18613
|
+
replyParentVersion?: string | undefined;
|
|
18562
18614
|
threadRoot?: string | undefined;
|
|
18563
18615
|
threadRootVersion?: string | undefined;
|
|
18564
18616
|
capability?: string | undefined;
|
|
@@ -18716,6 +18768,7 @@ export declare const HMListDiscussionsOutputSchema: z.ZodObject<{
|
|
|
18716
18768
|
targetPath: z.ZodOptional<z.ZodString>;
|
|
18717
18769
|
targetVersion: z.ZodString;
|
|
18718
18770
|
replyParent: z.ZodOptional<z.ZodString>;
|
|
18771
|
+
replyParentVersion: z.ZodOptional<z.ZodString>;
|
|
18719
18772
|
threadRoot: z.ZodOptional<z.ZodString>;
|
|
18720
18773
|
threadRootVersion: z.ZodOptional<z.ZodString>;
|
|
18721
18774
|
capability: z.ZodOptional<z.ZodString>;
|
|
@@ -18759,6 +18812,7 @@ export declare const HMListDiscussionsOutputSchema: z.ZodObject<{
|
|
|
18759
18812
|
visibility: "PUBLIC" | "PRIVATE";
|
|
18760
18813
|
targetPath?: string | undefined;
|
|
18761
18814
|
replyParent?: string | undefined;
|
|
18815
|
+
replyParentVersion?: string | undefined;
|
|
18762
18816
|
threadRoot?: string | undefined;
|
|
18763
18817
|
threadRootVersion?: string | undefined;
|
|
18764
18818
|
capability?: string | undefined;
|
|
@@ -18780,6 +18834,7 @@ export declare const HMListDiscussionsOutputSchema: z.ZodObject<{
|
|
|
18780
18834
|
visibility: string | number;
|
|
18781
18835
|
targetPath?: string | undefined;
|
|
18782
18836
|
replyParent?: string | undefined;
|
|
18837
|
+
replyParentVersion?: string | undefined;
|
|
18783
18838
|
threadRoot?: string | undefined;
|
|
18784
18839
|
threadRootVersion?: string | undefined;
|
|
18785
18840
|
capability?: string | undefined;
|
|
@@ -18808,6 +18863,7 @@ export declare const HMListDiscussionsOutputSchema: z.ZodObject<{
|
|
|
18808
18863
|
visibility: "PUBLIC" | "PRIVATE";
|
|
18809
18864
|
targetPath?: string | undefined;
|
|
18810
18865
|
replyParent?: string | undefined;
|
|
18866
|
+
replyParentVersion?: string | undefined;
|
|
18811
18867
|
threadRoot?: string | undefined;
|
|
18812
18868
|
threadRootVersion?: string | undefined;
|
|
18813
18869
|
capability?: string | undefined;
|
|
@@ -18834,6 +18890,7 @@ export declare const HMListDiscussionsOutputSchema: z.ZodObject<{
|
|
|
18834
18890
|
visibility: string | number;
|
|
18835
18891
|
targetPath?: string | undefined;
|
|
18836
18892
|
replyParent?: string | undefined;
|
|
18893
|
+
replyParentVersion?: string | undefined;
|
|
18837
18894
|
threadRoot?: string | undefined;
|
|
18838
18895
|
threadRootVersion?: string | undefined;
|
|
18839
18896
|
capability?: string | undefined;
|
|
@@ -19054,6 +19111,7 @@ export declare const HMListDiscussionsOutputSchema: z.ZodObject<{
|
|
|
19054
19111
|
targetPath: z.ZodOptional<z.ZodString>;
|
|
19055
19112
|
targetVersion: z.ZodString;
|
|
19056
19113
|
replyParent: z.ZodOptional<z.ZodString>;
|
|
19114
|
+
replyParentVersion: z.ZodOptional<z.ZodString>;
|
|
19057
19115
|
threadRoot: z.ZodOptional<z.ZodString>;
|
|
19058
19116
|
threadRootVersion: z.ZodOptional<z.ZodString>;
|
|
19059
19117
|
capability: z.ZodOptional<z.ZodString>;
|
|
@@ -19097,6 +19155,7 @@ export declare const HMListDiscussionsOutputSchema: z.ZodObject<{
|
|
|
19097
19155
|
visibility: "PUBLIC" | "PRIVATE";
|
|
19098
19156
|
targetPath?: string | undefined;
|
|
19099
19157
|
replyParent?: string | undefined;
|
|
19158
|
+
replyParentVersion?: string | undefined;
|
|
19100
19159
|
threadRoot?: string | undefined;
|
|
19101
19160
|
threadRootVersion?: string | undefined;
|
|
19102
19161
|
capability?: string | undefined;
|
|
@@ -19118,6 +19177,7 @@ export declare const HMListDiscussionsOutputSchema: z.ZodObject<{
|
|
|
19118
19177
|
visibility: string | number;
|
|
19119
19178
|
targetPath?: string | undefined;
|
|
19120
19179
|
replyParent?: string | undefined;
|
|
19180
|
+
replyParentVersion?: string | undefined;
|
|
19121
19181
|
threadRoot?: string | undefined;
|
|
19122
19182
|
threadRootVersion?: string | undefined;
|
|
19123
19183
|
capability?: string | undefined;
|
|
@@ -19351,6 +19411,7 @@ export declare const HMListDiscussionsOutputSchema: z.ZodObject<{
|
|
|
19351
19411
|
visibility: "PUBLIC" | "PRIVATE";
|
|
19352
19412
|
targetPath?: string | undefined;
|
|
19353
19413
|
replyParent?: string | undefined;
|
|
19414
|
+
replyParentVersion?: string | undefined;
|
|
19354
19415
|
threadRoot?: string | undefined;
|
|
19355
19416
|
threadRootVersion?: string | undefined;
|
|
19356
19417
|
capability?: string | undefined;
|
|
@@ -19418,6 +19479,7 @@ export declare const HMListDiscussionsOutputSchema: z.ZodObject<{
|
|
|
19418
19479
|
visibility: string | number;
|
|
19419
19480
|
targetPath?: string | undefined;
|
|
19420
19481
|
replyParent?: string | undefined;
|
|
19482
|
+
replyParentVersion?: string | undefined;
|
|
19421
19483
|
threadRoot?: string | undefined;
|
|
19422
19484
|
threadRootVersion?: string | undefined;
|
|
19423
19485
|
capability?: string | undefined;
|
|
@@ -19528,6 +19590,7 @@ export declare const HMListDiscussionsOutputSchema: z.ZodObject<{
|
|
|
19528
19590
|
visibility: "PUBLIC" | "PRIVATE";
|
|
19529
19591
|
targetPath?: string | undefined;
|
|
19530
19592
|
replyParent?: string | undefined;
|
|
19593
|
+
replyParentVersion?: string | undefined;
|
|
19531
19594
|
threadRoot?: string | undefined;
|
|
19532
19595
|
threadRootVersion?: string | undefined;
|
|
19533
19596
|
capability?: string | undefined;
|
|
@@ -19555,6 +19618,7 @@ export declare const HMListDiscussionsOutputSchema: z.ZodObject<{
|
|
|
19555
19618
|
visibility: "PUBLIC" | "PRIVATE";
|
|
19556
19619
|
targetPath?: string | undefined;
|
|
19557
19620
|
replyParent?: string | undefined;
|
|
19621
|
+
replyParentVersion?: string | undefined;
|
|
19558
19622
|
threadRoot?: string | undefined;
|
|
19559
19623
|
threadRootVersion?: string | undefined;
|
|
19560
19624
|
capability?: string | undefined;
|
|
@@ -19665,6 +19729,7 @@ export declare const HMListDiscussionsOutputSchema: z.ZodObject<{
|
|
|
19665
19729
|
visibility: string | number;
|
|
19666
19730
|
targetPath?: string | undefined;
|
|
19667
19731
|
replyParent?: string | undefined;
|
|
19732
|
+
replyParentVersion?: string | undefined;
|
|
19668
19733
|
threadRoot?: string | undefined;
|
|
19669
19734
|
threadRootVersion?: string | undefined;
|
|
19670
19735
|
capability?: string | undefined;
|
|
@@ -19692,6 +19757,7 @@ export declare const HMListDiscussionsOutputSchema: z.ZodObject<{
|
|
|
19692
19757
|
visibility: string | number;
|
|
19693
19758
|
targetPath?: string | undefined;
|
|
19694
19759
|
replyParent?: string | undefined;
|
|
19760
|
+
replyParentVersion?: string | undefined;
|
|
19695
19761
|
threadRoot?: string | undefined;
|
|
19696
19762
|
threadRootVersion?: string | undefined;
|
|
19697
19763
|
capability?: string | undefined;
|
|
@@ -19851,6 +19917,7 @@ export declare const HMListDiscussionsRequestSchema: z.ZodObject<{
|
|
|
19851
19917
|
targetPath: z.ZodOptional<z.ZodString>;
|
|
19852
19918
|
targetVersion: z.ZodString;
|
|
19853
19919
|
replyParent: z.ZodOptional<z.ZodString>;
|
|
19920
|
+
replyParentVersion: z.ZodOptional<z.ZodString>;
|
|
19854
19921
|
threadRoot: z.ZodOptional<z.ZodString>;
|
|
19855
19922
|
threadRootVersion: z.ZodOptional<z.ZodString>;
|
|
19856
19923
|
capability: z.ZodOptional<z.ZodString>;
|
|
@@ -19894,6 +19961,7 @@ export declare const HMListDiscussionsRequestSchema: z.ZodObject<{
|
|
|
19894
19961
|
visibility: "PUBLIC" | "PRIVATE";
|
|
19895
19962
|
targetPath?: string | undefined;
|
|
19896
19963
|
replyParent?: string | undefined;
|
|
19964
|
+
replyParentVersion?: string | undefined;
|
|
19897
19965
|
threadRoot?: string | undefined;
|
|
19898
19966
|
threadRootVersion?: string | undefined;
|
|
19899
19967
|
capability?: string | undefined;
|
|
@@ -19915,6 +19983,7 @@ export declare const HMListDiscussionsRequestSchema: z.ZodObject<{
|
|
|
19915
19983
|
visibility: string | number;
|
|
19916
19984
|
targetPath?: string | undefined;
|
|
19917
19985
|
replyParent?: string | undefined;
|
|
19986
|
+
replyParentVersion?: string | undefined;
|
|
19918
19987
|
threadRoot?: string | undefined;
|
|
19919
19988
|
threadRootVersion?: string | undefined;
|
|
19920
19989
|
capability?: string | undefined;
|
|
@@ -19943,6 +20012,7 @@ export declare const HMListDiscussionsRequestSchema: z.ZodObject<{
|
|
|
19943
20012
|
visibility: "PUBLIC" | "PRIVATE";
|
|
19944
20013
|
targetPath?: string | undefined;
|
|
19945
20014
|
replyParent?: string | undefined;
|
|
20015
|
+
replyParentVersion?: string | undefined;
|
|
19946
20016
|
threadRoot?: string | undefined;
|
|
19947
20017
|
threadRootVersion?: string | undefined;
|
|
19948
20018
|
capability?: string | undefined;
|
|
@@ -19969,6 +20039,7 @@ export declare const HMListDiscussionsRequestSchema: z.ZodObject<{
|
|
|
19969
20039
|
visibility: string | number;
|
|
19970
20040
|
targetPath?: string | undefined;
|
|
19971
20041
|
replyParent?: string | undefined;
|
|
20042
|
+
replyParentVersion?: string | undefined;
|
|
19972
20043
|
threadRoot?: string | undefined;
|
|
19973
20044
|
threadRootVersion?: string | undefined;
|
|
19974
20045
|
capability?: string | undefined;
|
|
@@ -20189,6 +20260,7 @@ export declare const HMListDiscussionsRequestSchema: z.ZodObject<{
|
|
|
20189
20260
|
targetPath: z.ZodOptional<z.ZodString>;
|
|
20190
20261
|
targetVersion: z.ZodString;
|
|
20191
20262
|
replyParent: z.ZodOptional<z.ZodString>;
|
|
20263
|
+
replyParentVersion: z.ZodOptional<z.ZodString>;
|
|
20192
20264
|
threadRoot: z.ZodOptional<z.ZodString>;
|
|
20193
20265
|
threadRootVersion: z.ZodOptional<z.ZodString>;
|
|
20194
20266
|
capability: z.ZodOptional<z.ZodString>;
|
|
@@ -20232,6 +20304,7 @@ export declare const HMListDiscussionsRequestSchema: z.ZodObject<{
|
|
|
20232
20304
|
visibility: "PUBLIC" | "PRIVATE";
|
|
20233
20305
|
targetPath?: string | undefined;
|
|
20234
20306
|
replyParent?: string | undefined;
|
|
20307
|
+
replyParentVersion?: string | undefined;
|
|
20235
20308
|
threadRoot?: string | undefined;
|
|
20236
20309
|
threadRootVersion?: string | undefined;
|
|
20237
20310
|
capability?: string | undefined;
|
|
@@ -20253,6 +20326,7 @@ export declare const HMListDiscussionsRequestSchema: z.ZodObject<{
|
|
|
20253
20326
|
visibility: string | number;
|
|
20254
20327
|
targetPath?: string | undefined;
|
|
20255
20328
|
replyParent?: string | undefined;
|
|
20329
|
+
replyParentVersion?: string | undefined;
|
|
20256
20330
|
threadRoot?: string | undefined;
|
|
20257
20331
|
threadRootVersion?: string | undefined;
|
|
20258
20332
|
capability?: string | undefined;
|
|
@@ -20486,6 +20560,7 @@ export declare const HMListDiscussionsRequestSchema: z.ZodObject<{
|
|
|
20486
20560
|
visibility: "PUBLIC" | "PRIVATE";
|
|
20487
20561
|
targetPath?: string | undefined;
|
|
20488
20562
|
replyParent?: string | undefined;
|
|
20563
|
+
replyParentVersion?: string | undefined;
|
|
20489
20564
|
threadRoot?: string | undefined;
|
|
20490
20565
|
threadRootVersion?: string | undefined;
|
|
20491
20566
|
capability?: string | undefined;
|
|
@@ -20553,6 +20628,7 @@ export declare const HMListDiscussionsRequestSchema: z.ZodObject<{
|
|
|
20553
20628
|
visibility: string | number;
|
|
20554
20629
|
targetPath?: string | undefined;
|
|
20555
20630
|
replyParent?: string | undefined;
|
|
20631
|
+
replyParentVersion?: string | undefined;
|
|
20556
20632
|
threadRoot?: string | undefined;
|
|
20557
20633
|
threadRootVersion?: string | undefined;
|
|
20558
20634
|
capability?: string | undefined;
|
|
@@ -20663,6 +20739,7 @@ export declare const HMListDiscussionsRequestSchema: z.ZodObject<{
|
|
|
20663
20739
|
visibility: "PUBLIC" | "PRIVATE";
|
|
20664
20740
|
targetPath?: string | undefined;
|
|
20665
20741
|
replyParent?: string | undefined;
|
|
20742
|
+
replyParentVersion?: string | undefined;
|
|
20666
20743
|
threadRoot?: string | undefined;
|
|
20667
20744
|
threadRootVersion?: string | undefined;
|
|
20668
20745
|
capability?: string | undefined;
|
|
@@ -20690,6 +20767,7 @@ export declare const HMListDiscussionsRequestSchema: z.ZodObject<{
|
|
|
20690
20767
|
visibility: "PUBLIC" | "PRIVATE";
|
|
20691
20768
|
targetPath?: string | undefined;
|
|
20692
20769
|
replyParent?: string | undefined;
|
|
20770
|
+
replyParentVersion?: string | undefined;
|
|
20693
20771
|
threadRoot?: string | undefined;
|
|
20694
20772
|
threadRootVersion?: string | undefined;
|
|
20695
20773
|
capability?: string | undefined;
|
|
@@ -20800,6 +20878,7 @@ export declare const HMListDiscussionsRequestSchema: z.ZodObject<{
|
|
|
20800
20878
|
visibility: string | number;
|
|
20801
20879
|
targetPath?: string | undefined;
|
|
20802
20880
|
replyParent?: string | undefined;
|
|
20881
|
+
replyParentVersion?: string | undefined;
|
|
20803
20882
|
threadRoot?: string | undefined;
|
|
20804
20883
|
threadRootVersion?: string | undefined;
|
|
20805
20884
|
capability?: string | undefined;
|
|
@@ -20827,6 +20906,7 @@ export declare const HMListDiscussionsRequestSchema: z.ZodObject<{
|
|
|
20827
20906
|
visibility: string | number;
|
|
20828
20907
|
targetPath?: string | undefined;
|
|
20829
20908
|
replyParent?: string | undefined;
|
|
20909
|
+
replyParentVersion?: string | undefined;
|
|
20830
20910
|
threadRoot?: string | undefined;
|
|
20831
20911
|
threadRootVersion?: string | undefined;
|
|
20832
20912
|
capability?: string | undefined;
|
|
@@ -20960,6 +21040,7 @@ export declare const HMListDiscussionsRequestSchema: z.ZodObject<{
|
|
|
20960
21040
|
visibility: "PUBLIC" | "PRIVATE";
|
|
20961
21041
|
targetPath?: string | undefined;
|
|
20962
21042
|
replyParent?: string | undefined;
|
|
21043
|
+
replyParentVersion?: string | undefined;
|
|
20963
21044
|
threadRoot?: string | undefined;
|
|
20964
21045
|
threadRootVersion?: string | undefined;
|
|
20965
21046
|
capability?: string | undefined;
|
|
@@ -20987,6 +21068,7 @@ export declare const HMListDiscussionsRequestSchema: z.ZodObject<{
|
|
|
20987
21068
|
visibility: "PUBLIC" | "PRIVATE";
|
|
20988
21069
|
targetPath?: string | undefined;
|
|
20989
21070
|
replyParent?: string | undefined;
|
|
21071
|
+
replyParentVersion?: string | undefined;
|
|
20990
21072
|
threadRoot?: string | undefined;
|
|
20991
21073
|
threadRootVersion?: string | undefined;
|
|
20992
21074
|
capability?: string | undefined;
|
|
@@ -21120,6 +21202,7 @@ export declare const HMListDiscussionsRequestSchema: z.ZodObject<{
|
|
|
21120
21202
|
visibility: string | number;
|
|
21121
21203
|
targetPath?: string | undefined;
|
|
21122
21204
|
replyParent?: string | undefined;
|
|
21205
|
+
replyParentVersion?: string | undefined;
|
|
21123
21206
|
threadRoot?: string | undefined;
|
|
21124
21207
|
threadRootVersion?: string | undefined;
|
|
21125
21208
|
capability?: string | undefined;
|
|
@@ -21147,6 +21230,7 @@ export declare const HMListDiscussionsRequestSchema: z.ZodObject<{
|
|
|
21147
21230
|
visibility: string | number;
|
|
21148
21231
|
targetPath?: string | undefined;
|
|
21149
21232
|
replyParent?: string | undefined;
|
|
21233
|
+
replyParentVersion?: string | undefined;
|
|
21150
21234
|
threadRoot?: string | undefined;
|
|
21151
21235
|
threadRootVersion?: string | undefined;
|
|
21152
21236
|
capability?: string | undefined;
|
|
@@ -21399,6 +21483,7 @@ export declare const HMListCommentsByReferenceRequestSchema: z.ZodObject<{
|
|
|
21399
21483
|
targetPath: z.ZodOptional<z.ZodString>;
|
|
21400
21484
|
targetVersion: z.ZodString;
|
|
21401
21485
|
replyParent: z.ZodOptional<z.ZodString>;
|
|
21486
|
+
replyParentVersion: z.ZodOptional<z.ZodString>;
|
|
21402
21487
|
threadRoot: z.ZodOptional<z.ZodString>;
|
|
21403
21488
|
threadRootVersion: z.ZodOptional<z.ZodString>;
|
|
21404
21489
|
capability: z.ZodOptional<z.ZodString>;
|
|
@@ -21442,6 +21527,7 @@ export declare const HMListCommentsByReferenceRequestSchema: z.ZodObject<{
|
|
|
21442
21527
|
visibility: "PUBLIC" | "PRIVATE";
|
|
21443
21528
|
targetPath?: string | undefined;
|
|
21444
21529
|
replyParent?: string | undefined;
|
|
21530
|
+
replyParentVersion?: string | undefined;
|
|
21445
21531
|
threadRoot?: string | undefined;
|
|
21446
21532
|
threadRootVersion?: string | undefined;
|
|
21447
21533
|
capability?: string | undefined;
|
|
@@ -21463,6 +21549,7 @@ export declare const HMListCommentsByReferenceRequestSchema: z.ZodObject<{
|
|
|
21463
21549
|
visibility: string | number;
|
|
21464
21550
|
targetPath?: string | undefined;
|
|
21465
21551
|
replyParent?: string | undefined;
|
|
21552
|
+
replyParentVersion?: string | undefined;
|
|
21466
21553
|
threadRoot?: string | undefined;
|
|
21467
21554
|
threadRootVersion?: string | undefined;
|
|
21468
21555
|
capability?: string | undefined;
|
|
@@ -21691,6 +21778,7 @@ export declare const HMListCommentsByReferenceRequestSchema: z.ZodObject<{
|
|
|
21691
21778
|
visibility: "PUBLIC" | "PRIVATE";
|
|
21692
21779
|
targetPath?: string | undefined;
|
|
21693
21780
|
replyParent?: string | undefined;
|
|
21781
|
+
replyParentVersion?: string | undefined;
|
|
21694
21782
|
threadRoot?: string | undefined;
|
|
21695
21783
|
threadRootVersion?: string | undefined;
|
|
21696
21784
|
capability?: string | undefined;
|
|
@@ -21755,6 +21843,7 @@ export declare const HMListCommentsByReferenceRequestSchema: z.ZodObject<{
|
|
|
21755
21843
|
visibility: string | number;
|
|
21756
21844
|
targetPath?: string | undefined;
|
|
21757
21845
|
replyParent?: string | undefined;
|
|
21846
|
+
replyParentVersion?: string | undefined;
|
|
21758
21847
|
threadRoot?: string | undefined;
|
|
21759
21848
|
threadRootVersion?: string | undefined;
|
|
21760
21849
|
capability?: string | undefined;
|
|
@@ -21841,6 +21930,7 @@ export declare const HMListCommentsByReferenceRequestSchema: z.ZodObject<{
|
|
|
21841
21930
|
visibility: "PUBLIC" | "PRIVATE";
|
|
21842
21931
|
targetPath?: string | undefined;
|
|
21843
21932
|
replyParent?: string | undefined;
|
|
21933
|
+
replyParentVersion?: string | undefined;
|
|
21844
21934
|
threadRoot?: string | undefined;
|
|
21845
21935
|
threadRootVersion?: string | undefined;
|
|
21846
21936
|
capability?: string | undefined;
|
|
@@ -21927,6 +22017,7 @@ export declare const HMListCommentsByReferenceRequestSchema: z.ZodObject<{
|
|
|
21927
22017
|
visibility: string | number;
|
|
21928
22018
|
targetPath?: string | undefined;
|
|
21929
22019
|
replyParent?: string | undefined;
|
|
22020
|
+
replyParentVersion?: string | undefined;
|
|
21930
22021
|
threadRoot?: string | undefined;
|
|
21931
22022
|
threadRootVersion?: string | undefined;
|
|
21932
22023
|
capability?: string | undefined;
|
|
@@ -22855,6 +22946,7 @@ export declare const HMListCommentsByAuthorOutputSchema: z.ZodObject<{
|
|
|
22855
22946
|
targetPath: z.ZodOptional<z.ZodString>;
|
|
22856
22947
|
targetVersion: z.ZodString;
|
|
22857
22948
|
replyParent: z.ZodOptional<z.ZodString>;
|
|
22949
|
+
replyParentVersion: z.ZodOptional<z.ZodString>;
|
|
22858
22950
|
threadRoot: z.ZodOptional<z.ZodString>;
|
|
22859
22951
|
threadRootVersion: z.ZodOptional<z.ZodString>;
|
|
22860
22952
|
capability: z.ZodOptional<z.ZodString>;
|
|
@@ -22898,6 +22990,7 @@ export declare const HMListCommentsByAuthorOutputSchema: z.ZodObject<{
|
|
|
22898
22990
|
visibility: "PUBLIC" | "PRIVATE";
|
|
22899
22991
|
targetPath?: string | undefined;
|
|
22900
22992
|
replyParent?: string | undefined;
|
|
22993
|
+
replyParentVersion?: string | undefined;
|
|
22901
22994
|
threadRoot?: string | undefined;
|
|
22902
22995
|
threadRootVersion?: string | undefined;
|
|
22903
22996
|
capability?: string | undefined;
|
|
@@ -22919,6 +23012,7 @@ export declare const HMListCommentsByAuthorOutputSchema: z.ZodObject<{
|
|
|
22919
23012
|
visibility: string | number;
|
|
22920
23013
|
targetPath?: string | undefined;
|
|
22921
23014
|
replyParent?: string | undefined;
|
|
23015
|
+
replyParentVersion?: string | undefined;
|
|
22922
23016
|
threadRoot?: string | undefined;
|
|
22923
23017
|
threadRootVersion?: string | undefined;
|
|
22924
23018
|
capability?: string | undefined;
|
|
@@ -23147,6 +23241,7 @@ export declare const HMListCommentsByAuthorOutputSchema: z.ZodObject<{
|
|
|
23147
23241
|
visibility: "PUBLIC" | "PRIVATE";
|
|
23148
23242
|
targetPath?: string | undefined;
|
|
23149
23243
|
replyParent?: string | undefined;
|
|
23244
|
+
replyParentVersion?: string | undefined;
|
|
23150
23245
|
threadRoot?: string | undefined;
|
|
23151
23246
|
threadRootVersion?: string | undefined;
|
|
23152
23247
|
capability?: string | undefined;
|
|
@@ -23211,6 +23306,7 @@ export declare const HMListCommentsByAuthorOutputSchema: z.ZodObject<{
|
|
|
23211
23306
|
visibility: string | number;
|
|
23212
23307
|
targetPath?: string | undefined;
|
|
23213
23308
|
replyParent?: string | undefined;
|
|
23309
|
+
replyParentVersion?: string | undefined;
|
|
23214
23310
|
threadRoot?: string | undefined;
|
|
23215
23311
|
threadRootVersion?: string | undefined;
|
|
23216
23312
|
capability?: string | undefined;
|
|
@@ -23460,6 +23556,7 @@ export declare const HMListCommentsByAuthorRequestSchema: z.ZodObject<{
|
|
|
23460
23556
|
targetPath: z.ZodOptional<z.ZodString>;
|
|
23461
23557
|
targetVersion: z.ZodString;
|
|
23462
23558
|
replyParent: z.ZodOptional<z.ZodString>;
|
|
23559
|
+
replyParentVersion: z.ZodOptional<z.ZodString>;
|
|
23463
23560
|
threadRoot: z.ZodOptional<z.ZodString>;
|
|
23464
23561
|
threadRootVersion: z.ZodOptional<z.ZodString>;
|
|
23465
23562
|
capability: z.ZodOptional<z.ZodString>;
|
|
@@ -23503,6 +23600,7 @@ export declare const HMListCommentsByAuthorRequestSchema: z.ZodObject<{
|
|
|
23503
23600
|
visibility: "PUBLIC" | "PRIVATE";
|
|
23504
23601
|
targetPath?: string | undefined;
|
|
23505
23602
|
replyParent?: string | undefined;
|
|
23603
|
+
replyParentVersion?: string | undefined;
|
|
23506
23604
|
threadRoot?: string | undefined;
|
|
23507
23605
|
threadRootVersion?: string | undefined;
|
|
23508
23606
|
capability?: string | undefined;
|
|
@@ -23524,6 +23622,7 @@ export declare const HMListCommentsByAuthorRequestSchema: z.ZodObject<{
|
|
|
23524
23622
|
visibility: string | number;
|
|
23525
23623
|
targetPath?: string | undefined;
|
|
23526
23624
|
replyParent?: string | undefined;
|
|
23625
|
+
replyParentVersion?: string | undefined;
|
|
23527
23626
|
threadRoot?: string | undefined;
|
|
23528
23627
|
threadRootVersion?: string | undefined;
|
|
23529
23628
|
capability?: string | undefined;
|
|
@@ -23752,6 +23851,7 @@ export declare const HMListCommentsByAuthorRequestSchema: z.ZodObject<{
|
|
|
23752
23851
|
visibility: "PUBLIC" | "PRIVATE";
|
|
23753
23852
|
targetPath?: string | undefined;
|
|
23754
23853
|
replyParent?: string | undefined;
|
|
23854
|
+
replyParentVersion?: string | undefined;
|
|
23755
23855
|
threadRoot?: string | undefined;
|
|
23756
23856
|
threadRootVersion?: string | undefined;
|
|
23757
23857
|
capability?: string | undefined;
|
|
@@ -23816,6 +23916,7 @@ export declare const HMListCommentsByAuthorRequestSchema: z.ZodObject<{
|
|
|
23816
23916
|
visibility: string | number;
|
|
23817
23917
|
targetPath?: string | undefined;
|
|
23818
23918
|
replyParent?: string | undefined;
|
|
23919
|
+
replyParentVersion?: string | undefined;
|
|
23819
23920
|
threadRoot?: string | undefined;
|
|
23820
23921
|
threadRootVersion?: string | undefined;
|
|
23821
23922
|
capability?: string | undefined;
|
|
@@ -23902,6 +24003,7 @@ export declare const HMListCommentsByAuthorRequestSchema: z.ZodObject<{
|
|
|
23902
24003
|
visibility: "PUBLIC" | "PRIVATE";
|
|
23903
24004
|
targetPath?: string | undefined;
|
|
23904
24005
|
replyParent?: string | undefined;
|
|
24006
|
+
replyParentVersion?: string | undefined;
|
|
23905
24007
|
threadRoot?: string | undefined;
|
|
23906
24008
|
threadRootVersion?: string | undefined;
|
|
23907
24009
|
capability?: string | undefined;
|
|
@@ -23988,6 +24090,7 @@ export declare const HMListCommentsByAuthorRequestSchema: z.ZodObject<{
|
|
|
23988
24090
|
visibility: string | number;
|
|
23989
24091
|
targetPath?: string | undefined;
|
|
23990
24092
|
replyParent?: string | undefined;
|
|
24093
|
+
replyParentVersion?: string | undefined;
|
|
23991
24094
|
threadRoot?: string | undefined;
|
|
23992
24095
|
threadRootVersion?: string | undefined;
|
|
23993
24096
|
capability?: string | undefined;
|
|
@@ -26845,6 +26948,344 @@ export declare const HMPrepareDocumentChangeRequestSchema: z.ZodObject<{
|
|
|
26845
26948
|
};
|
|
26846
26949
|
}>;
|
|
26847
26950
|
export type HMPrepareDocumentChangeRequest = z.infer<typeof HMPrepareDocumentChangeRequestSchema>;
|
|
26951
|
+
export declare const HMListCommentVersionsInputSchema: z.ZodObject<{
|
|
26952
|
+
id: z.ZodString;
|
|
26953
|
+
}, "strip", z.ZodTypeAny, {
|
|
26954
|
+
id: string;
|
|
26955
|
+
}, {
|
|
26956
|
+
id: string;
|
|
26957
|
+
}>;
|
|
26958
|
+
export type HMListCommentVersionsInput = z.infer<typeof HMListCommentVersionsInputSchema>;
|
|
26959
|
+
export declare const HMListCommentVersionsOutputSchema: z.ZodObject<{
|
|
26960
|
+
versions: z.ZodArray<z.ZodObject<{
|
|
26961
|
+
id: z.ZodString;
|
|
26962
|
+
version: z.ZodString;
|
|
26963
|
+
author: z.ZodString;
|
|
26964
|
+
targetAccount: z.ZodString;
|
|
26965
|
+
targetPath: z.ZodOptional<z.ZodString>;
|
|
26966
|
+
targetVersion: z.ZodString;
|
|
26967
|
+
replyParent: z.ZodOptional<z.ZodString>;
|
|
26968
|
+
replyParentVersion: z.ZodOptional<z.ZodString>;
|
|
26969
|
+
threadRoot: z.ZodOptional<z.ZodString>;
|
|
26970
|
+
threadRootVersion: z.ZodOptional<z.ZodString>;
|
|
26971
|
+
capability: z.ZodOptional<z.ZodString>;
|
|
26972
|
+
content: z.ZodArray<z.ZodType<HMBlockNode, z.ZodTypeDef, HMBlockNode>, "many">;
|
|
26973
|
+
createTime: z.ZodUnion<[z.ZodObject<{
|
|
26974
|
+
seconds: z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>;
|
|
26975
|
+
nanos: z.ZodNumber;
|
|
26976
|
+
}, "strict", z.ZodTypeAny, {
|
|
26977
|
+
seconds: number | bigint;
|
|
26978
|
+
nanos: number;
|
|
26979
|
+
}, {
|
|
26980
|
+
seconds: number | bigint;
|
|
26981
|
+
nanos: number;
|
|
26982
|
+
}>, z.ZodString]>;
|
|
26983
|
+
updateTime: z.ZodUnion<[z.ZodObject<{
|
|
26984
|
+
seconds: z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>;
|
|
26985
|
+
nanos: z.ZodNumber;
|
|
26986
|
+
}, "strict", z.ZodTypeAny, {
|
|
26987
|
+
seconds: number | bigint;
|
|
26988
|
+
nanos: number;
|
|
26989
|
+
}, {
|
|
26990
|
+
seconds: number | bigint;
|
|
26991
|
+
nanos: number;
|
|
26992
|
+
}>, z.ZodString]>;
|
|
26993
|
+
visibility: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodNumber]>, "PUBLIC" | "PRIVATE", string | number>;
|
|
26994
|
+
}, "strip", z.ZodTypeAny, {
|
|
26995
|
+
version: string;
|
|
26996
|
+
id: string;
|
|
26997
|
+
author: string;
|
|
26998
|
+
targetAccount: string;
|
|
26999
|
+
targetVersion: string;
|
|
27000
|
+
content: HMBlockNode[];
|
|
27001
|
+
createTime: string | {
|
|
27002
|
+
seconds: number | bigint;
|
|
27003
|
+
nanos: number;
|
|
27004
|
+
};
|
|
27005
|
+
updateTime: string | {
|
|
27006
|
+
seconds: number | bigint;
|
|
27007
|
+
nanos: number;
|
|
27008
|
+
};
|
|
27009
|
+
visibility: "PUBLIC" | "PRIVATE";
|
|
27010
|
+
targetPath?: string | undefined;
|
|
27011
|
+
replyParent?: string | undefined;
|
|
27012
|
+
replyParentVersion?: string | undefined;
|
|
27013
|
+
threadRoot?: string | undefined;
|
|
27014
|
+
threadRootVersion?: string | undefined;
|
|
27015
|
+
capability?: string | undefined;
|
|
27016
|
+
}, {
|
|
27017
|
+
version: string;
|
|
27018
|
+
id: string;
|
|
27019
|
+
author: string;
|
|
27020
|
+
targetAccount: string;
|
|
27021
|
+
targetVersion: string;
|
|
27022
|
+
content: HMBlockNode[];
|
|
27023
|
+
createTime: string | {
|
|
27024
|
+
seconds: number | bigint;
|
|
27025
|
+
nanos: number;
|
|
27026
|
+
};
|
|
27027
|
+
updateTime: string | {
|
|
27028
|
+
seconds: number | bigint;
|
|
27029
|
+
nanos: number;
|
|
27030
|
+
};
|
|
27031
|
+
visibility: string | number;
|
|
27032
|
+
targetPath?: string | undefined;
|
|
27033
|
+
replyParent?: string | undefined;
|
|
27034
|
+
replyParentVersion?: string | undefined;
|
|
27035
|
+
threadRoot?: string | undefined;
|
|
27036
|
+
threadRootVersion?: string | undefined;
|
|
27037
|
+
capability?: string | undefined;
|
|
27038
|
+
}>, "many">;
|
|
27039
|
+
}, "strip", z.ZodTypeAny, {
|
|
27040
|
+
versions: {
|
|
27041
|
+
version: string;
|
|
27042
|
+
id: string;
|
|
27043
|
+
author: string;
|
|
27044
|
+
targetAccount: string;
|
|
27045
|
+
targetVersion: string;
|
|
27046
|
+
content: HMBlockNode[];
|
|
27047
|
+
createTime: string | {
|
|
27048
|
+
seconds: number | bigint;
|
|
27049
|
+
nanos: number;
|
|
27050
|
+
};
|
|
27051
|
+
updateTime: string | {
|
|
27052
|
+
seconds: number | bigint;
|
|
27053
|
+
nanos: number;
|
|
27054
|
+
};
|
|
27055
|
+
visibility: "PUBLIC" | "PRIVATE";
|
|
27056
|
+
targetPath?: string | undefined;
|
|
27057
|
+
replyParent?: string | undefined;
|
|
27058
|
+
replyParentVersion?: string | undefined;
|
|
27059
|
+
threadRoot?: string | undefined;
|
|
27060
|
+
threadRootVersion?: string | undefined;
|
|
27061
|
+
capability?: string | undefined;
|
|
27062
|
+
}[];
|
|
27063
|
+
}, {
|
|
27064
|
+
versions: {
|
|
27065
|
+
version: string;
|
|
27066
|
+
id: string;
|
|
27067
|
+
author: string;
|
|
27068
|
+
targetAccount: string;
|
|
27069
|
+
targetVersion: string;
|
|
27070
|
+
content: HMBlockNode[];
|
|
27071
|
+
createTime: string | {
|
|
27072
|
+
seconds: number | bigint;
|
|
27073
|
+
nanos: number;
|
|
27074
|
+
};
|
|
27075
|
+
updateTime: string | {
|
|
27076
|
+
seconds: number | bigint;
|
|
27077
|
+
nanos: number;
|
|
27078
|
+
};
|
|
27079
|
+
visibility: string | number;
|
|
27080
|
+
targetPath?: string | undefined;
|
|
27081
|
+
replyParent?: string | undefined;
|
|
27082
|
+
replyParentVersion?: string | undefined;
|
|
27083
|
+
threadRoot?: string | undefined;
|
|
27084
|
+
threadRootVersion?: string | undefined;
|
|
27085
|
+
capability?: string | undefined;
|
|
27086
|
+
}[];
|
|
27087
|
+
}>;
|
|
27088
|
+
export type HMListCommentVersionsOutput = z.infer<typeof HMListCommentVersionsOutputSchema>;
|
|
27089
|
+
export declare const HMListCommentVersionsRequestSchema: z.ZodObject<{
|
|
27090
|
+
key: z.ZodLiteral<"ListCommentVersions">;
|
|
27091
|
+
input: z.ZodObject<{
|
|
27092
|
+
id: z.ZodString;
|
|
27093
|
+
}, "strip", z.ZodTypeAny, {
|
|
27094
|
+
id: string;
|
|
27095
|
+
}, {
|
|
27096
|
+
id: string;
|
|
27097
|
+
}>;
|
|
27098
|
+
output: z.ZodObject<{
|
|
27099
|
+
versions: z.ZodArray<z.ZodObject<{
|
|
27100
|
+
id: z.ZodString;
|
|
27101
|
+
version: z.ZodString;
|
|
27102
|
+
author: z.ZodString;
|
|
27103
|
+
targetAccount: z.ZodString;
|
|
27104
|
+
targetPath: z.ZodOptional<z.ZodString>;
|
|
27105
|
+
targetVersion: z.ZodString;
|
|
27106
|
+
replyParent: z.ZodOptional<z.ZodString>;
|
|
27107
|
+
replyParentVersion: z.ZodOptional<z.ZodString>;
|
|
27108
|
+
threadRoot: z.ZodOptional<z.ZodString>;
|
|
27109
|
+
threadRootVersion: z.ZodOptional<z.ZodString>;
|
|
27110
|
+
capability: z.ZodOptional<z.ZodString>;
|
|
27111
|
+
content: z.ZodArray<z.ZodType<HMBlockNode, z.ZodTypeDef, HMBlockNode>, "many">;
|
|
27112
|
+
createTime: z.ZodUnion<[z.ZodObject<{
|
|
27113
|
+
seconds: z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>;
|
|
27114
|
+
nanos: z.ZodNumber;
|
|
27115
|
+
}, "strict", z.ZodTypeAny, {
|
|
27116
|
+
seconds: number | bigint;
|
|
27117
|
+
nanos: number;
|
|
27118
|
+
}, {
|
|
27119
|
+
seconds: number | bigint;
|
|
27120
|
+
nanos: number;
|
|
27121
|
+
}>, z.ZodString]>;
|
|
27122
|
+
updateTime: z.ZodUnion<[z.ZodObject<{
|
|
27123
|
+
seconds: z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>;
|
|
27124
|
+
nanos: z.ZodNumber;
|
|
27125
|
+
}, "strict", z.ZodTypeAny, {
|
|
27126
|
+
seconds: number | bigint;
|
|
27127
|
+
nanos: number;
|
|
27128
|
+
}, {
|
|
27129
|
+
seconds: number | bigint;
|
|
27130
|
+
nanos: number;
|
|
27131
|
+
}>, z.ZodString]>;
|
|
27132
|
+
visibility: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodNumber]>, "PUBLIC" | "PRIVATE", string | number>;
|
|
27133
|
+
}, "strip", z.ZodTypeAny, {
|
|
27134
|
+
version: string;
|
|
27135
|
+
id: string;
|
|
27136
|
+
author: string;
|
|
27137
|
+
targetAccount: string;
|
|
27138
|
+
targetVersion: string;
|
|
27139
|
+
content: HMBlockNode[];
|
|
27140
|
+
createTime: string | {
|
|
27141
|
+
seconds: number | bigint;
|
|
27142
|
+
nanos: number;
|
|
27143
|
+
};
|
|
27144
|
+
updateTime: string | {
|
|
27145
|
+
seconds: number | bigint;
|
|
27146
|
+
nanos: number;
|
|
27147
|
+
};
|
|
27148
|
+
visibility: "PUBLIC" | "PRIVATE";
|
|
27149
|
+
targetPath?: string | undefined;
|
|
27150
|
+
replyParent?: string | undefined;
|
|
27151
|
+
replyParentVersion?: string | undefined;
|
|
27152
|
+
threadRoot?: string | undefined;
|
|
27153
|
+
threadRootVersion?: string | undefined;
|
|
27154
|
+
capability?: string | undefined;
|
|
27155
|
+
}, {
|
|
27156
|
+
version: string;
|
|
27157
|
+
id: string;
|
|
27158
|
+
author: string;
|
|
27159
|
+
targetAccount: string;
|
|
27160
|
+
targetVersion: string;
|
|
27161
|
+
content: HMBlockNode[];
|
|
27162
|
+
createTime: string | {
|
|
27163
|
+
seconds: number | bigint;
|
|
27164
|
+
nanos: number;
|
|
27165
|
+
};
|
|
27166
|
+
updateTime: string | {
|
|
27167
|
+
seconds: number | bigint;
|
|
27168
|
+
nanos: number;
|
|
27169
|
+
};
|
|
27170
|
+
visibility: string | number;
|
|
27171
|
+
targetPath?: string | undefined;
|
|
27172
|
+
replyParent?: string | undefined;
|
|
27173
|
+
replyParentVersion?: string | undefined;
|
|
27174
|
+
threadRoot?: string | undefined;
|
|
27175
|
+
threadRootVersion?: string | undefined;
|
|
27176
|
+
capability?: string | undefined;
|
|
27177
|
+
}>, "many">;
|
|
27178
|
+
}, "strip", z.ZodTypeAny, {
|
|
27179
|
+
versions: {
|
|
27180
|
+
version: string;
|
|
27181
|
+
id: string;
|
|
27182
|
+
author: string;
|
|
27183
|
+
targetAccount: string;
|
|
27184
|
+
targetVersion: string;
|
|
27185
|
+
content: HMBlockNode[];
|
|
27186
|
+
createTime: string | {
|
|
27187
|
+
seconds: number | bigint;
|
|
27188
|
+
nanos: number;
|
|
27189
|
+
};
|
|
27190
|
+
updateTime: string | {
|
|
27191
|
+
seconds: number | bigint;
|
|
27192
|
+
nanos: number;
|
|
27193
|
+
};
|
|
27194
|
+
visibility: "PUBLIC" | "PRIVATE";
|
|
27195
|
+
targetPath?: string | undefined;
|
|
27196
|
+
replyParent?: string | undefined;
|
|
27197
|
+
replyParentVersion?: string | undefined;
|
|
27198
|
+
threadRoot?: string | undefined;
|
|
27199
|
+
threadRootVersion?: string | undefined;
|
|
27200
|
+
capability?: string | undefined;
|
|
27201
|
+
}[];
|
|
27202
|
+
}, {
|
|
27203
|
+
versions: {
|
|
27204
|
+
version: string;
|
|
27205
|
+
id: string;
|
|
27206
|
+
author: string;
|
|
27207
|
+
targetAccount: string;
|
|
27208
|
+
targetVersion: string;
|
|
27209
|
+
content: HMBlockNode[];
|
|
27210
|
+
createTime: string | {
|
|
27211
|
+
seconds: number | bigint;
|
|
27212
|
+
nanos: number;
|
|
27213
|
+
};
|
|
27214
|
+
updateTime: string | {
|
|
27215
|
+
seconds: number | bigint;
|
|
27216
|
+
nanos: number;
|
|
27217
|
+
};
|
|
27218
|
+
visibility: string | number;
|
|
27219
|
+
targetPath?: string | undefined;
|
|
27220
|
+
replyParent?: string | undefined;
|
|
27221
|
+
replyParentVersion?: string | undefined;
|
|
27222
|
+
threadRoot?: string | undefined;
|
|
27223
|
+
threadRootVersion?: string | undefined;
|
|
27224
|
+
capability?: string | undefined;
|
|
27225
|
+
}[];
|
|
27226
|
+
}>;
|
|
27227
|
+
}, "strip", z.ZodTypeAny, {
|
|
27228
|
+
key: "ListCommentVersions";
|
|
27229
|
+
input: {
|
|
27230
|
+
id: string;
|
|
27231
|
+
};
|
|
27232
|
+
output: {
|
|
27233
|
+
versions: {
|
|
27234
|
+
version: string;
|
|
27235
|
+
id: string;
|
|
27236
|
+
author: string;
|
|
27237
|
+
targetAccount: string;
|
|
27238
|
+
targetVersion: string;
|
|
27239
|
+
content: HMBlockNode[];
|
|
27240
|
+
createTime: string | {
|
|
27241
|
+
seconds: number | bigint;
|
|
27242
|
+
nanos: number;
|
|
27243
|
+
};
|
|
27244
|
+
updateTime: string | {
|
|
27245
|
+
seconds: number | bigint;
|
|
27246
|
+
nanos: number;
|
|
27247
|
+
};
|
|
27248
|
+
visibility: "PUBLIC" | "PRIVATE";
|
|
27249
|
+
targetPath?: string | undefined;
|
|
27250
|
+
replyParent?: string | undefined;
|
|
27251
|
+
replyParentVersion?: string | undefined;
|
|
27252
|
+
threadRoot?: string | undefined;
|
|
27253
|
+
threadRootVersion?: string | undefined;
|
|
27254
|
+
capability?: string | undefined;
|
|
27255
|
+
}[];
|
|
27256
|
+
};
|
|
27257
|
+
}, {
|
|
27258
|
+
key: "ListCommentVersions";
|
|
27259
|
+
input: {
|
|
27260
|
+
id: string;
|
|
27261
|
+
};
|
|
27262
|
+
output: {
|
|
27263
|
+
versions: {
|
|
27264
|
+
version: string;
|
|
27265
|
+
id: string;
|
|
27266
|
+
author: string;
|
|
27267
|
+
targetAccount: string;
|
|
27268
|
+
targetVersion: string;
|
|
27269
|
+
content: HMBlockNode[];
|
|
27270
|
+
createTime: string | {
|
|
27271
|
+
seconds: number | bigint;
|
|
27272
|
+
nanos: number;
|
|
27273
|
+
};
|
|
27274
|
+
updateTime: string | {
|
|
27275
|
+
seconds: number | bigint;
|
|
27276
|
+
nanos: number;
|
|
27277
|
+
};
|
|
27278
|
+
visibility: string | number;
|
|
27279
|
+
targetPath?: string | undefined;
|
|
27280
|
+
replyParent?: string | undefined;
|
|
27281
|
+
replyParentVersion?: string | undefined;
|
|
27282
|
+
threadRoot?: string | undefined;
|
|
27283
|
+
threadRootVersion?: string | undefined;
|
|
27284
|
+
capability?: string | undefined;
|
|
27285
|
+
}[];
|
|
27286
|
+
};
|
|
27287
|
+
}>;
|
|
27288
|
+
export type HMListCommentVersionsRequest = z.infer<typeof HMListCommentVersionsRequestSchema>;
|
|
26848
27289
|
export declare const HMGetRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodObject<{
|
|
26849
27290
|
key: z.ZodLiteral<"Resource">;
|
|
26850
27291
|
input: z.ZodObject<{
|
|
@@ -27286,6 +27727,7 @@ export declare const HMGetRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodOb
|
|
|
27286
27727
|
targetPath: z.ZodOptional<z.ZodString>;
|
|
27287
27728
|
targetVersion: z.ZodString;
|
|
27288
27729
|
replyParent: z.ZodOptional<z.ZodString>;
|
|
27730
|
+
replyParentVersion: z.ZodOptional<z.ZodString>;
|
|
27289
27731
|
threadRoot: z.ZodOptional<z.ZodString>;
|
|
27290
27732
|
threadRootVersion: z.ZodOptional<z.ZodString>;
|
|
27291
27733
|
capability: z.ZodOptional<z.ZodString>;
|
|
@@ -27329,6 +27771,7 @@ export declare const HMGetRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodOb
|
|
|
27329
27771
|
visibility: "PUBLIC" | "PRIVATE";
|
|
27330
27772
|
targetPath?: string | undefined;
|
|
27331
27773
|
replyParent?: string | undefined;
|
|
27774
|
+
replyParentVersion?: string | undefined;
|
|
27332
27775
|
threadRoot?: string | undefined;
|
|
27333
27776
|
threadRootVersion?: string | undefined;
|
|
27334
27777
|
capability?: string | undefined;
|
|
@@ -27350,6 +27793,7 @@ export declare const HMGetRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodOb
|
|
|
27350
27793
|
visibility: string | number;
|
|
27351
27794
|
targetPath?: string | undefined;
|
|
27352
27795
|
replyParent?: string | undefined;
|
|
27796
|
+
replyParentVersion?: string | undefined;
|
|
27353
27797
|
threadRoot?: string | undefined;
|
|
27354
27798
|
threadRootVersion?: string | undefined;
|
|
27355
27799
|
capability?: string | undefined;
|
|
@@ -27448,6 +27892,7 @@ export declare const HMGetRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodOb
|
|
|
27448
27892
|
visibility: "PUBLIC" | "PRIVATE";
|
|
27449
27893
|
targetPath?: string | undefined;
|
|
27450
27894
|
replyParent?: string | undefined;
|
|
27895
|
+
replyParentVersion?: string | undefined;
|
|
27451
27896
|
threadRoot?: string | undefined;
|
|
27452
27897
|
threadRootVersion?: string | undefined;
|
|
27453
27898
|
capability?: string | undefined;
|
|
@@ -27489,6 +27934,7 @@ export declare const HMGetRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodOb
|
|
|
27489
27934
|
visibility: string | number;
|
|
27490
27935
|
targetPath?: string | undefined;
|
|
27491
27936
|
replyParent?: string | undefined;
|
|
27937
|
+
replyParentVersion?: string | undefined;
|
|
27492
27938
|
threadRoot?: string | undefined;
|
|
27493
27939
|
threadRootVersion?: string | undefined;
|
|
27494
27940
|
capability?: string | undefined;
|
|
@@ -28094,6 +28540,7 @@ export declare const HMGetRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodOb
|
|
|
28094
28540
|
visibility: "PUBLIC" | "PRIVATE";
|
|
28095
28541
|
targetPath?: string | undefined;
|
|
28096
28542
|
replyParent?: string | undefined;
|
|
28543
|
+
replyParentVersion?: string | undefined;
|
|
28097
28544
|
threadRoot?: string | undefined;
|
|
28098
28545
|
threadRootVersion?: string | undefined;
|
|
28099
28546
|
capability?: string | undefined;
|
|
@@ -28311,6 +28758,7 @@ export declare const HMGetRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodOb
|
|
|
28311
28758
|
visibility: string | number;
|
|
28312
28759
|
targetPath?: string | undefined;
|
|
28313
28760
|
replyParent?: string | undefined;
|
|
28761
|
+
replyParentVersion?: string | undefined;
|
|
28314
28762
|
threadRoot?: string | undefined;
|
|
28315
28763
|
threadRootVersion?: string | undefined;
|
|
28316
28764
|
capability?: string | undefined;
|
|
@@ -29122,6 +29570,7 @@ export declare const HMGetRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodOb
|
|
|
29122
29570
|
targetPath: z.ZodOptional<z.ZodString>;
|
|
29123
29571
|
targetVersion: z.ZodString;
|
|
29124
29572
|
replyParent: z.ZodOptional<z.ZodString>;
|
|
29573
|
+
replyParentVersion: z.ZodOptional<z.ZodString>;
|
|
29125
29574
|
threadRoot: z.ZodOptional<z.ZodString>;
|
|
29126
29575
|
threadRootVersion: z.ZodOptional<z.ZodString>;
|
|
29127
29576
|
capability: z.ZodOptional<z.ZodString>;
|
|
@@ -29165,6 +29614,7 @@ export declare const HMGetRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodOb
|
|
|
29165
29614
|
visibility: "PUBLIC" | "PRIVATE";
|
|
29166
29615
|
targetPath?: string | undefined;
|
|
29167
29616
|
replyParent?: string | undefined;
|
|
29617
|
+
replyParentVersion?: string | undefined;
|
|
29168
29618
|
threadRoot?: string | undefined;
|
|
29169
29619
|
threadRootVersion?: string | undefined;
|
|
29170
29620
|
capability?: string | undefined;
|
|
@@ -29186,6 +29636,7 @@ export declare const HMGetRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodOb
|
|
|
29186
29636
|
visibility: string | number;
|
|
29187
29637
|
targetPath?: string | undefined;
|
|
29188
29638
|
replyParent?: string | undefined;
|
|
29639
|
+
replyParentVersion?: string | undefined;
|
|
29189
29640
|
threadRoot?: string | undefined;
|
|
29190
29641
|
threadRootVersion?: string | undefined;
|
|
29191
29642
|
capability?: string | undefined;
|
|
@@ -29211,6 +29662,7 @@ export declare const HMGetRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodOb
|
|
|
29211
29662
|
visibility: "PUBLIC" | "PRIVATE";
|
|
29212
29663
|
targetPath?: string | undefined;
|
|
29213
29664
|
replyParent?: string | undefined;
|
|
29665
|
+
replyParentVersion?: string | undefined;
|
|
29214
29666
|
threadRoot?: string | undefined;
|
|
29215
29667
|
threadRootVersion?: string | undefined;
|
|
29216
29668
|
capability?: string | undefined;
|
|
@@ -29236,6 +29688,7 @@ export declare const HMGetRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodOb
|
|
|
29236
29688
|
visibility: string | number;
|
|
29237
29689
|
targetPath?: string | undefined;
|
|
29238
29690
|
replyParent?: string | undefined;
|
|
29691
|
+
replyParentVersion?: string | undefined;
|
|
29239
29692
|
threadRoot?: string | undefined;
|
|
29240
29693
|
threadRootVersion?: string | undefined;
|
|
29241
29694
|
capability?: string | undefined;
|
|
@@ -30985,6 +31438,7 @@ export declare const HMGetRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodOb
|
|
|
30985
31438
|
targetPath: z.ZodOptional<z.ZodString>;
|
|
30986
31439
|
targetVersion: z.ZodString;
|
|
30987
31440
|
replyParent: z.ZodOptional<z.ZodString>;
|
|
31441
|
+
replyParentVersion: z.ZodOptional<z.ZodString>;
|
|
30988
31442
|
threadRoot: z.ZodOptional<z.ZodString>;
|
|
30989
31443
|
threadRootVersion: z.ZodOptional<z.ZodString>;
|
|
30990
31444
|
capability: z.ZodOptional<z.ZodString>;
|
|
@@ -31028,6 +31482,7 @@ export declare const HMGetRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodOb
|
|
|
31028
31482
|
visibility: "PUBLIC" | "PRIVATE";
|
|
31029
31483
|
targetPath?: string | undefined;
|
|
31030
31484
|
replyParent?: string | undefined;
|
|
31485
|
+
replyParentVersion?: string | undefined;
|
|
31031
31486
|
threadRoot?: string | undefined;
|
|
31032
31487
|
threadRootVersion?: string | undefined;
|
|
31033
31488
|
capability?: string | undefined;
|
|
@@ -31049,6 +31504,7 @@ export declare const HMGetRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodOb
|
|
|
31049
31504
|
visibility: string | number;
|
|
31050
31505
|
targetPath?: string | undefined;
|
|
31051
31506
|
replyParent?: string | undefined;
|
|
31507
|
+
replyParentVersion?: string | undefined;
|
|
31052
31508
|
threadRoot?: string | undefined;
|
|
31053
31509
|
threadRootVersion?: string | undefined;
|
|
31054
31510
|
capability?: string | undefined;
|
|
@@ -31277,6 +31733,7 @@ export declare const HMGetRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodOb
|
|
|
31277
31733
|
visibility: "PUBLIC" | "PRIVATE";
|
|
31278
31734
|
targetPath?: string | undefined;
|
|
31279
31735
|
replyParent?: string | undefined;
|
|
31736
|
+
replyParentVersion?: string | undefined;
|
|
31280
31737
|
threadRoot?: string | undefined;
|
|
31281
31738
|
threadRootVersion?: string | undefined;
|
|
31282
31739
|
capability?: string | undefined;
|
|
@@ -31341,6 +31798,7 @@ export declare const HMGetRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodOb
|
|
|
31341
31798
|
visibility: string | number;
|
|
31342
31799
|
targetPath?: string | undefined;
|
|
31343
31800
|
replyParent?: string | undefined;
|
|
31801
|
+
replyParentVersion?: string | undefined;
|
|
31344
31802
|
threadRoot?: string | undefined;
|
|
31345
31803
|
threadRootVersion?: string | undefined;
|
|
31346
31804
|
capability?: string | undefined;
|
|
@@ -31427,6 +31885,7 @@ export declare const HMGetRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodOb
|
|
|
31427
31885
|
visibility: "PUBLIC" | "PRIVATE";
|
|
31428
31886
|
targetPath?: string | undefined;
|
|
31429
31887
|
replyParent?: string | undefined;
|
|
31888
|
+
replyParentVersion?: string | undefined;
|
|
31430
31889
|
threadRoot?: string | undefined;
|
|
31431
31890
|
threadRootVersion?: string | undefined;
|
|
31432
31891
|
capability?: string | undefined;
|
|
@@ -31513,6 +31972,7 @@ export declare const HMGetRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodOb
|
|
|
31513
31972
|
visibility: string | number;
|
|
31514
31973
|
targetPath?: string | undefined;
|
|
31515
31974
|
replyParent?: string | undefined;
|
|
31975
|
+
replyParentVersion?: string | undefined;
|
|
31516
31976
|
threadRoot?: string | undefined;
|
|
31517
31977
|
threadRootVersion?: string | undefined;
|
|
31518
31978
|
capability?: string | undefined;
|
|
@@ -31669,6 +32129,7 @@ export declare const HMGetRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodOb
|
|
|
31669
32129
|
targetPath: z.ZodOptional<z.ZodString>;
|
|
31670
32130
|
targetVersion: z.ZodString;
|
|
31671
32131
|
replyParent: z.ZodOptional<z.ZodString>;
|
|
32132
|
+
replyParentVersion: z.ZodOptional<z.ZodString>;
|
|
31672
32133
|
threadRoot: z.ZodOptional<z.ZodString>;
|
|
31673
32134
|
threadRootVersion: z.ZodOptional<z.ZodString>;
|
|
31674
32135
|
capability: z.ZodOptional<z.ZodString>;
|
|
@@ -31712,6 +32173,7 @@ export declare const HMGetRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodOb
|
|
|
31712
32173
|
visibility: "PUBLIC" | "PRIVATE";
|
|
31713
32174
|
targetPath?: string | undefined;
|
|
31714
32175
|
replyParent?: string | undefined;
|
|
32176
|
+
replyParentVersion?: string | undefined;
|
|
31715
32177
|
threadRoot?: string | undefined;
|
|
31716
32178
|
threadRootVersion?: string | undefined;
|
|
31717
32179
|
capability?: string | undefined;
|
|
@@ -31733,6 +32195,7 @@ export declare const HMGetRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodOb
|
|
|
31733
32195
|
visibility: string | number;
|
|
31734
32196
|
targetPath?: string | undefined;
|
|
31735
32197
|
replyParent?: string | undefined;
|
|
32198
|
+
replyParentVersion?: string | undefined;
|
|
31736
32199
|
threadRoot?: string | undefined;
|
|
31737
32200
|
threadRootVersion?: string | undefined;
|
|
31738
32201
|
capability?: string | undefined;
|
|
@@ -31761,6 +32224,7 @@ export declare const HMGetRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodOb
|
|
|
31761
32224
|
visibility: "PUBLIC" | "PRIVATE";
|
|
31762
32225
|
targetPath?: string | undefined;
|
|
31763
32226
|
replyParent?: string | undefined;
|
|
32227
|
+
replyParentVersion?: string | undefined;
|
|
31764
32228
|
threadRoot?: string | undefined;
|
|
31765
32229
|
threadRootVersion?: string | undefined;
|
|
31766
32230
|
capability?: string | undefined;
|
|
@@ -31787,6 +32251,7 @@ export declare const HMGetRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodOb
|
|
|
31787
32251
|
visibility: string | number;
|
|
31788
32252
|
targetPath?: string | undefined;
|
|
31789
32253
|
replyParent?: string | undefined;
|
|
32254
|
+
replyParentVersion?: string | undefined;
|
|
31790
32255
|
threadRoot?: string | undefined;
|
|
31791
32256
|
threadRootVersion?: string | undefined;
|
|
31792
32257
|
capability?: string | undefined;
|
|
@@ -32007,6 +32472,7 @@ export declare const HMGetRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodOb
|
|
|
32007
32472
|
targetPath: z.ZodOptional<z.ZodString>;
|
|
32008
32473
|
targetVersion: z.ZodString;
|
|
32009
32474
|
replyParent: z.ZodOptional<z.ZodString>;
|
|
32475
|
+
replyParentVersion: z.ZodOptional<z.ZodString>;
|
|
32010
32476
|
threadRoot: z.ZodOptional<z.ZodString>;
|
|
32011
32477
|
threadRootVersion: z.ZodOptional<z.ZodString>;
|
|
32012
32478
|
capability: z.ZodOptional<z.ZodString>;
|
|
@@ -32050,6 +32516,7 @@ export declare const HMGetRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodOb
|
|
|
32050
32516
|
visibility: "PUBLIC" | "PRIVATE";
|
|
32051
32517
|
targetPath?: string | undefined;
|
|
32052
32518
|
replyParent?: string | undefined;
|
|
32519
|
+
replyParentVersion?: string | undefined;
|
|
32053
32520
|
threadRoot?: string | undefined;
|
|
32054
32521
|
threadRootVersion?: string | undefined;
|
|
32055
32522
|
capability?: string | undefined;
|
|
@@ -32071,6 +32538,7 @@ export declare const HMGetRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodOb
|
|
|
32071
32538
|
visibility: string | number;
|
|
32072
32539
|
targetPath?: string | undefined;
|
|
32073
32540
|
replyParent?: string | undefined;
|
|
32541
|
+
replyParentVersion?: string | undefined;
|
|
32074
32542
|
threadRoot?: string | undefined;
|
|
32075
32543
|
threadRootVersion?: string | undefined;
|
|
32076
32544
|
capability?: string | undefined;
|
|
@@ -32304,6 +32772,7 @@ export declare const HMGetRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodOb
|
|
|
32304
32772
|
visibility: "PUBLIC" | "PRIVATE";
|
|
32305
32773
|
targetPath?: string | undefined;
|
|
32306
32774
|
replyParent?: string | undefined;
|
|
32775
|
+
replyParentVersion?: string | undefined;
|
|
32307
32776
|
threadRoot?: string | undefined;
|
|
32308
32777
|
threadRootVersion?: string | undefined;
|
|
32309
32778
|
capability?: string | undefined;
|
|
@@ -32371,6 +32840,7 @@ export declare const HMGetRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodOb
|
|
|
32371
32840
|
visibility: string | number;
|
|
32372
32841
|
targetPath?: string | undefined;
|
|
32373
32842
|
replyParent?: string | undefined;
|
|
32843
|
+
replyParentVersion?: string | undefined;
|
|
32374
32844
|
threadRoot?: string | undefined;
|
|
32375
32845
|
threadRootVersion?: string | undefined;
|
|
32376
32846
|
capability?: string | undefined;
|
|
@@ -32481,6 +32951,7 @@ export declare const HMGetRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodOb
|
|
|
32481
32951
|
visibility: "PUBLIC" | "PRIVATE";
|
|
32482
32952
|
targetPath?: string | undefined;
|
|
32483
32953
|
replyParent?: string | undefined;
|
|
32954
|
+
replyParentVersion?: string | undefined;
|
|
32484
32955
|
threadRoot?: string | undefined;
|
|
32485
32956
|
threadRootVersion?: string | undefined;
|
|
32486
32957
|
capability?: string | undefined;
|
|
@@ -32508,6 +32979,7 @@ export declare const HMGetRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodOb
|
|
|
32508
32979
|
visibility: "PUBLIC" | "PRIVATE";
|
|
32509
32980
|
targetPath?: string | undefined;
|
|
32510
32981
|
replyParent?: string | undefined;
|
|
32982
|
+
replyParentVersion?: string | undefined;
|
|
32511
32983
|
threadRoot?: string | undefined;
|
|
32512
32984
|
threadRootVersion?: string | undefined;
|
|
32513
32985
|
capability?: string | undefined;
|
|
@@ -32618,6 +33090,7 @@ export declare const HMGetRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodOb
|
|
|
32618
33090
|
visibility: string | number;
|
|
32619
33091
|
targetPath?: string | undefined;
|
|
32620
33092
|
replyParent?: string | undefined;
|
|
33093
|
+
replyParentVersion?: string | undefined;
|
|
32621
33094
|
threadRoot?: string | undefined;
|
|
32622
33095
|
threadRootVersion?: string | undefined;
|
|
32623
33096
|
capability?: string | undefined;
|
|
@@ -32645,6 +33118,7 @@ export declare const HMGetRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodOb
|
|
|
32645
33118
|
visibility: string | number;
|
|
32646
33119
|
targetPath?: string | undefined;
|
|
32647
33120
|
replyParent?: string | undefined;
|
|
33121
|
+
replyParentVersion?: string | undefined;
|
|
32648
33122
|
threadRoot?: string | undefined;
|
|
32649
33123
|
threadRootVersion?: string | undefined;
|
|
32650
33124
|
capability?: string | undefined;
|
|
@@ -32778,6 +33252,7 @@ export declare const HMGetRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodOb
|
|
|
32778
33252
|
visibility: "PUBLIC" | "PRIVATE";
|
|
32779
33253
|
targetPath?: string | undefined;
|
|
32780
33254
|
replyParent?: string | undefined;
|
|
33255
|
+
replyParentVersion?: string | undefined;
|
|
32781
33256
|
threadRoot?: string | undefined;
|
|
32782
33257
|
threadRootVersion?: string | undefined;
|
|
32783
33258
|
capability?: string | undefined;
|
|
@@ -32805,6 +33280,7 @@ export declare const HMGetRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodOb
|
|
|
32805
33280
|
visibility: "PUBLIC" | "PRIVATE";
|
|
32806
33281
|
targetPath?: string | undefined;
|
|
32807
33282
|
replyParent?: string | undefined;
|
|
33283
|
+
replyParentVersion?: string | undefined;
|
|
32808
33284
|
threadRoot?: string | undefined;
|
|
32809
33285
|
threadRootVersion?: string | undefined;
|
|
32810
33286
|
capability?: string | undefined;
|
|
@@ -32938,6 +33414,7 @@ export declare const HMGetRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodOb
|
|
|
32938
33414
|
visibility: string | number;
|
|
32939
33415
|
targetPath?: string | undefined;
|
|
32940
33416
|
replyParent?: string | undefined;
|
|
33417
|
+
replyParentVersion?: string | undefined;
|
|
32941
33418
|
threadRoot?: string | undefined;
|
|
32942
33419
|
threadRootVersion?: string | undefined;
|
|
32943
33420
|
capability?: string | undefined;
|
|
@@ -32965,6 +33442,7 @@ export declare const HMGetRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodOb
|
|
|
32965
33442
|
visibility: string | number;
|
|
32966
33443
|
targetPath?: string | undefined;
|
|
32967
33444
|
replyParent?: string | undefined;
|
|
33445
|
+
replyParentVersion?: string | undefined;
|
|
32968
33446
|
threadRoot?: string | undefined;
|
|
32969
33447
|
threadRootVersion?: string | undefined;
|
|
32970
33448
|
capability?: string | undefined;
|
|
@@ -33119,6 +33597,7 @@ export declare const HMGetRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodOb
|
|
|
33119
33597
|
targetPath: z.ZodOptional<z.ZodString>;
|
|
33120
33598
|
targetVersion: z.ZodString;
|
|
33121
33599
|
replyParent: z.ZodOptional<z.ZodString>;
|
|
33600
|
+
replyParentVersion: z.ZodOptional<z.ZodString>;
|
|
33122
33601
|
threadRoot: z.ZodOptional<z.ZodString>;
|
|
33123
33602
|
threadRootVersion: z.ZodOptional<z.ZodString>;
|
|
33124
33603
|
capability: z.ZodOptional<z.ZodString>;
|
|
@@ -33162,6 +33641,7 @@ export declare const HMGetRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodOb
|
|
|
33162
33641
|
visibility: "PUBLIC" | "PRIVATE";
|
|
33163
33642
|
targetPath?: string | undefined;
|
|
33164
33643
|
replyParent?: string | undefined;
|
|
33644
|
+
replyParentVersion?: string | undefined;
|
|
33165
33645
|
threadRoot?: string | undefined;
|
|
33166
33646
|
threadRootVersion?: string | undefined;
|
|
33167
33647
|
capability?: string | undefined;
|
|
@@ -33183,6 +33663,7 @@ export declare const HMGetRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodOb
|
|
|
33183
33663
|
visibility: string | number;
|
|
33184
33664
|
targetPath?: string | undefined;
|
|
33185
33665
|
replyParent?: string | undefined;
|
|
33666
|
+
replyParentVersion?: string | undefined;
|
|
33186
33667
|
threadRoot?: string | undefined;
|
|
33187
33668
|
threadRootVersion?: string | undefined;
|
|
33188
33669
|
capability?: string | undefined;
|
|
@@ -33411,6 +33892,7 @@ export declare const HMGetRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodOb
|
|
|
33411
33892
|
visibility: "PUBLIC" | "PRIVATE";
|
|
33412
33893
|
targetPath?: string | undefined;
|
|
33413
33894
|
replyParent?: string | undefined;
|
|
33895
|
+
replyParentVersion?: string | undefined;
|
|
33414
33896
|
threadRoot?: string | undefined;
|
|
33415
33897
|
threadRootVersion?: string | undefined;
|
|
33416
33898
|
capability?: string | undefined;
|
|
@@ -33475,6 +33957,7 @@ export declare const HMGetRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodOb
|
|
|
33475
33957
|
visibility: string | number;
|
|
33476
33958
|
targetPath?: string | undefined;
|
|
33477
33959
|
replyParent?: string | undefined;
|
|
33960
|
+
replyParentVersion?: string | undefined;
|
|
33478
33961
|
threadRoot?: string | undefined;
|
|
33479
33962
|
threadRootVersion?: string | undefined;
|
|
33480
33963
|
capability?: string | undefined;
|
|
@@ -33561,6 +34044,7 @@ export declare const HMGetRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodOb
|
|
|
33561
34044
|
visibility: "PUBLIC" | "PRIVATE";
|
|
33562
34045
|
targetPath?: string | undefined;
|
|
33563
34046
|
replyParent?: string | undefined;
|
|
34047
|
+
replyParentVersion?: string | undefined;
|
|
33564
34048
|
threadRoot?: string | undefined;
|
|
33565
34049
|
threadRootVersion?: string | undefined;
|
|
33566
34050
|
capability?: string | undefined;
|
|
@@ -33647,6 +34131,7 @@ export declare const HMGetRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodOb
|
|
|
33647
34131
|
visibility: string | number;
|
|
33648
34132
|
targetPath?: string | undefined;
|
|
33649
34133
|
replyParent?: string | undefined;
|
|
34134
|
+
replyParentVersion?: string | undefined;
|
|
33650
34135
|
threadRoot?: string | undefined;
|
|
33651
34136
|
threadRootVersion?: string | undefined;
|
|
33652
34137
|
capability?: string | undefined;
|
|
@@ -34306,6 +34791,7 @@ export declare const HMGetRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodOb
|
|
|
34306
34791
|
targetPath: z.ZodOptional<z.ZodString>;
|
|
34307
34792
|
targetVersion: z.ZodString;
|
|
34308
34793
|
replyParent: z.ZodOptional<z.ZodString>;
|
|
34794
|
+
replyParentVersion: z.ZodOptional<z.ZodString>;
|
|
34309
34795
|
threadRoot: z.ZodOptional<z.ZodString>;
|
|
34310
34796
|
threadRootVersion: z.ZodOptional<z.ZodString>;
|
|
34311
34797
|
capability: z.ZodOptional<z.ZodString>;
|
|
@@ -34349,6 +34835,7 @@ export declare const HMGetRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodOb
|
|
|
34349
34835
|
visibility: "PUBLIC" | "PRIVATE";
|
|
34350
34836
|
targetPath?: string | undefined;
|
|
34351
34837
|
replyParent?: string | undefined;
|
|
34838
|
+
replyParentVersion?: string | undefined;
|
|
34352
34839
|
threadRoot?: string | undefined;
|
|
34353
34840
|
threadRootVersion?: string | undefined;
|
|
34354
34841
|
capability?: string | undefined;
|
|
@@ -34370,6 +34857,7 @@ export declare const HMGetRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodOb
|
|
|
34370
34857
|
visibility: string | number;
|
|
34371
34858
|
targetPath?: string | undefined;
|
|
34372
34859
|
replyParent?: string | undefined;
|
|
34860
|
+
replyParentVersion?: string | undefined;
|
|
34373
34861
|
threadRoot?: string | undefined;
|
|
34374
34862
|
threadRootVersion?: string | undefined;
|
|
34375
34863
|
capability?: string | undefined;
|
|
@@ -34598,6 +35086,7 @@ export declare const HMGetRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodOb
|
|
|
34598
35086
|
visibility: "PUBLIC" | "PRIVATE";
|
|
34599
35087
|
targetPath?: string | undefined;
|
|
34600
35088
|
replyParent?: string | undefined;
|
|
35089
|
+
replyParentVersion?: string | undefined;
|
|
34601
35090
|
threadRoot?: string | undefined;
|
|
34602
35091
|
threadRootVersion?: string | undefined;
|
|
34603
35092
|
capability?: string | undefined;
|
|
@@ -34662,6 +35151,7 @@ export declare const HMGetRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodOb
|
|
|
34662
35151
|
visibility: string | number;
|
|
34663
35152
|
targetPath?: string | undefined;
|
|
34664
35153
|
replyParent?: string | undefined;
|
|
35154
|
+
replyParentVersion?: string | undefined;
|
|
34665
35155
|
threadRoot?: string | undefined;
|
|
34666
35156
|
threadRootVersion?: string | undefined;
|
|
34667
35157
|
capability?: string | undefined;
|
|
@@ -34748,6 +35238,7 @@ export declare const HMGetRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodOb
|
|
|
34748
35238
|
visibility: "PUBLIC" | "PRIVATE";
|
|
34749
35239
|
targetPath?: string | undefined;
|
|
34750
35240
|
replyParent?: string | undefined;
|
|
35241
|
+
replyParentVersion?: string | undefined;
|
|
34751
35242
|
threadRoot?: string | undefined;
|
|
34752
35243
|
threadRootVersion?: string | undefined;
|
|
34753
35244
|
capability?: string | undefined;
|
|
@@ -34834,6 +35325,7 @@ export declare const HMGetRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodOb
|
|
|
34834
35325
|
visibility: string | number;
|
|
34835
35326
|
targetPath?: string | undefined;
|
|
34836
35327
|
replyParent?: string | undefined;
|
|
35328
|
+
replyParentVersion?: string | undefined;
|
|
34837
35329
|
threadRoot?: string | undefined;
|
|
34838
35330
|
threadRootVersion?: string | undefined;
|
|
34839
35331
|
capability?: string | undefined;
|
|
@@ -35686,6 +36178,204 @@ export declare const HMGetRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodOb
|
|
|
35686
36178
|
changes: number;
|
|
35687
36179
|
authorUids?: string[] | undefined;
|
|
35688
36180
|
};
|
|
36181
|
+
}>, z.ZodObject<{
|
|
36182
|
+
key: z.ZodLiteral<"ListCommentVersions">;
|
|
36183
|
+
input: z.ZodObject<{
|
|
36184
|
+
id: z.ZodString;
|
|
36185
|
+
}, "strip", z.ZodTypeAny, {
|
|
36186
|
+
id: string;
|
|
36187
|
+
}, {
|
|
36188
|
+
id: string;
|
|
36189
|
+
}>;
|
|
36190
|
+
output: z.ZodObject<{
|
|
36191
|
+
versions: z.ZodArray<z.ZodObject<{
|
|
36192
|
+
id: z.ZodString;
|
|
36193
|
+
version: z.ZodString;
|
|
36194
|
+
author: z.ZodString;
|
|
36195
|
+
targetAccount: z.ZodString;
|
|
36196
|
+
targetPath: z.ZodOptional<z.ZodString>;
|
|
36197
|
+
targetVersion: z.ZodString;
|
|
36198
|
+
replyParent: z.ZodOptional<z.ZodString>;
|
|
36199
|
+
replyParentVersion: z.ZodOptional<z.ZodString>;
|
|
36200
|
+
threadRoot: z.ZodOptional<z.ZodString>;
|
|
36201
|
+
threadRootVersion: z.ZodOptional<z.ZodString>;
|
|
36202
|
+
capability: z.ZodOptional<z.ZodString>;
|
|
36203
|
+
content: z.ZodArray<z.ZodType<HMBlockNode, z.ZodTypeDef, HMBlockNode>, "many">;
|
|
36204
|
+
createTime: z.ZodUnion<[z.ZodObject<{
|
|
36205
|
+
seconds: z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>;
|
|
36206
|
+
nanos: z.ZodNumber;
|
|
36207
|
+
}, "strict", z.ZodTypeAny, {
|
|
36208
|
+
seconds: number | bigint;
|
|
36209
|
+
nanos: number;
|
|
36210
|
+
}, {
|
|
36211
|
+
seconds: number | bigint;
|
|
36212
|
+
nanos: number;
|
|
36213
|
+
}>, z.ZodString]>;
|
|
36214
|
+
updateTime: z.ZodUnion<[z.ZodObject<{
|
|
36215
|
+
seconds: z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>;
|
|
36216
|
+
nanos: z.ZodNumber;
|
|
36217
|
+
}, "strict", z.ZodTypeAny, {
|
|
36218
|
+
seconds: number | bigint;
|
|
36219
|
+
nanos: number;
|
|
36220
|
+
}, {
|
|
36221
|
+
seconds: number | bigint;
|
|
36222
|
+
nanos: number;
|
|
36223
|
+
}>, z.ZodString]>;
|
|
36224
|
+
visibility: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodNumber]>, "PUBLIC" | "PRIVATE", string | number>;
|
|
36225
|
+
}, "strip", z.ZodTypeAny, {
|
|
36226
|
+
version: string;
|
|
36227
|
+
id: string;
|
|
36228
|
+
author: string;
|
|
36229
|
+
targetAccount: string;
|
|
36230
|
+
targetVersion: string;
|
|
36231
|
+
content: HMBlockNode[];
|
|
36232
|
+
createTime: string | {
|
|
36233
|
+
seconds: number | bigint;
|
|
36234
|
+
nanos: number;
|
|
36235
|
+
};
|
|
36236
|
+
updateTime: string | {
|
|
36237
|
+
seconds: number | bigint;
|
|
36238
|
+
nanos: number;
|
|
36239
|
+
};
|
|
36240
|
+
visibility: "PUBLIC" | "PRIVATE";
|
|
36241
|
+
targetPath?: string | undefined;
|
|
36242
|
+
replyParent?: string | undefined;
|
|
36243
|
+
replyParentVersion?: string | undefined;
|
|
36244
|
+
threadRoot?: string | undefined;
|
|
36245
|
+
threadRootVersion?: string | undefined;
|
|
36246
|
+
capability?: string | undefined;
|
|
36247
|
+
}, {
|
|
36248
|
+
version: string;
|
|
36249
|
+
id: string;
|
|
36250
|
+
author: string;
|
|
36251
|
+
targetAccount: string;
|
|
36252
|
+
targetVersion: string;
|
|
36253
|
+
content: HMBlockNode[];
|
|
36254
|
+
createTime: string | {
|
|
36255
|
+
seconds: number | bigint;
|
|
36256
|
+
nanos: number;
|
|
36257
|
+
};
|
|
36258
|
+
updateTime: string | {
|
|
36259
|
+
seconds: number | bigint;
|
|
36260
|
+
nanos: number;
|
|
36261
|
+
};
|
|
36262
|
+
visibility: string | number;
|
|
36263
|
+
targetPath?: string | undefined;
|
|
36264
|
+
replyParent?: string | undefined;
|
|
36265
|
+
replyParentVersion?: string | undefined;
|
|
36266
|
+
threadRoot?: string | undefined;
|
|
36267
|
+
threadRootVersion?: string | undefined;
|
|
36268
|
+
capability?: string | undefined;
|
|
36269
|
+
}>, "many">;
|
|
36270
|
+
}, "strip", z.ZodTypeAny, {
|
|
36271
|
+
versions: {
|
|
36272
|
+
version: string;
|
|
36273
|
+
id: string;
|
|
36274
|
+
author: string;
|
|
36275
|
+
targetAccount: string;
|
|
36276
|
+
targetVersion: string;
|
|
36277
|
+
content: HMBlockNode[];
|
|
36278
|
+
createTime: string | {
|
|
36279
|
+
seconds: number | bigint;
|
|
36280
|
+
nanos: number;
|
|
36281
|
+
};
|
|
36282
|
+
updateTime: string | {
|
|
36283
|
+
seconds: number | bigint;
|
|
36284
|
+
nanos: number;
|
|
36285
|
+
};
|
|
36286
|
+
visibility: "PUBLIC" | "PRIVATE";
|
|
36287
|
+
targetPath?: string | undefined;
|
|
36288
|
+
replyParent?: string | undefined;
|
|
36289
|
+
replyParentVersion?: string | undefined;
|
|
36290
|
+
threadRoot?: string | undefined;
|
|
36291
|
+
threadRootVersion?: string | undefined;
|
|
36292
|
+
capability?: string | undefined;
|
|
36293
|
+
}[];
|
|
36294
|
+
}, {
|
|
36295
|
+
versions: {
|
|
36296
|
+
version: string;
|
|
36297
|
+
id: string;
|
|
36298
|
+
author: string;
|
|
36299
|
+
targetAccount: string;
|
|
36300
|
+
targetVersion: string;
|
|
36301
|
+
content: HMBlockNode[];
|
|
36302
|
+
createTime: string | {
|
|
36303
|
+
seconds: number | bigint;
|
|
36304
|
+
nanos: number;
|
|
36305
|
+
};
|
|
36306
|
+
updateTime: string | {
|
|
36307
|
+
seconds: number | bigint;
|
|
36308
|
+
nanos: number;
|
|
36309
|
+
};
|
|
36310
|
+
visibility: string | number;
|
|
36311
|
+
targetPath?: string | undefined;
|
|
36312
|
+
replyParent?: string | undefined;
|
|
36313
|
+
replyParentVersion?: string | undefined;
|
|
36314
|
+
threadRoot?: string | undefined;
|
|
36315
|
+
threadRootVersion?: string | undefined;
|
|
36316
|
+
capability?: string | undefined;
|
|
36317
|
+
}[];
|
|
36318
|
+
}>;
|
|
36319
|
+
}, "strip", z.ZodTypeAny, {
|
|
36320
|
+
key: "ListCommentVersions";
|
|
36321
|
+
input: {
|
|
36322
|
+
id: string;
|
|
36323
|
+
};
|
|
36324
|
+
output: {
|
|
36325
|
+
versions: {
|
|
36326
|
+
version: string;
|
|
36327
|
+
id: string;
|
|
36328
|
+
author: string;
|
|
36329
|
+
targetAccount: string;
|
|
36330
|
+
targetVersion: string;
|
|
36331
|
+
content: HMBlockNode[];
|
|
36332
|
+
createTime: string | {
|
|
36333
|
+
seconds: number | bigint;
|
|
36334
|
+
nanos: number;
|
|
36335
|
+
};
|
|
36336
|
+
updateTime: string | {
|
|
36337
|
+
seconds: number | bigint;
|
|
36338
|
+
nanos: number;
|
|
36339
|
+
};
|
|
36340
|
+
visibility: "PUBLIC" | "PRIVATE";
|
|
36341
|
+
targetPath?: string | undefined;
|
|
36342
|
+
replyParent?: string | undefined;
|
|
36343
|
+
replyParentVersion?: string | undefined;
|
|
36344
|
+
threadRoot?: string | undefined;
|
|
36345
|
+
threadRootVersion?: string | undefined;
|
|
36346
|
+
capability?: string | undefined;
|
|
36347
|
+
}[];
|
|
36348
|
+
};
|
|
36349
|
+
}, {
|
|
36350
|
+
key: "ListCommentVersions";
|
|
36351
|
+
input: {
|
|
36352
|
+
id: string;
|
|
36353
|
+
};
|
|
36354
|
+
output: {
|
|
36355
|
+
versions: {
|
|
36356
|
+
version: string;
|
|
36357
|
+
id: string;
|
|
36358
|
+
author: string;
|
|
36359
|
+
targetAccount: string;
|
|
36360
|
+
targetVersion: string;
|
|
36361
|
+
content: HMBlockNode[];
|
|
36362
|
+
createTime: string | {
|
|
36363
|
+
seconds: number | bigint;
|
|
36364
|
+
nanos: number;
|
|
36365
|
+
};
|
|
36366
|
+
updateTime: string | {
|
|
36367
|
+
seconds: number | bigint;
|
|
36368
|
+
nanos: number;
|
|
36369
|
+
};
|
|
36370
|
+
visibility: string | number;
|
|
36371
|
+
targetPath?: string | undefined;
|
|
36372
|
+
replyParent?: string | undefined;
|
|
36373
|
+
replyParentVersion?: string | undefined;
|
|
36374
|
+
threadRoot?: string | undefined;
|
|
36375
|
+
threadRootVersion?: string | undefined;
|
|
36376
|
+
capability?: string | undefined;
|
|
36377
|
+
}[];
|
|
36378
|
+
};
|
|
35689
36379
|
}>]>;
|
|
35690
36380
|
export type HMGetRequest = z.infer<typeof HMGetRequestSchema>;
|
|
35691
36381
|
export declare const HMActionSchema: z.ZodDiscriminatedUnion<"key", [z.ZodObject<{
|
|
@@ -36899,6 +37589,7 @@ export declare const HMRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodObjec
|
|
|
36899
37589
|
targetPath: z.ZodOptional<z.ZodString>;
|
|
36900
37590
|
targetVersion: z.ZodString;
|
|
36901
37591
|
replyParent: z.ZodOptional<z.ZodString>;
|
|
37592
|
+
replyParentVersion: z.ZodOptional<z.ZodString>;
|
|
36902
37593
|
threadRoot: z.ZodOptional<z.ZodString>;
|
|
36903
37594
|
threadRootVersion: z.ZodOptional<z.ZodString>;
|
|
36904
37595
|
capability: z.ZodOptional<z.ZodString>;
|
|
@@ -36942,6 +37633,7 @@ export declare const HMRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodObjec
|
|
|
36942
37633
|
visibility: "PUBLIC" | "PRIVATE";
|
|
36943
37634
|
targetPath?: string | undefined;
|
|
36944
37635
|
replyParent?: string | undefined;
|
|
37636
|
+
replyParentVersion?: string | undefined;
|
|
36945
37637
|
threadRoot?: string | undefined;
|
|
36946
37638
|
threadRootVersion?: string | undefined;
|
|
36947
37639
|
capability?: string | undefined;
|
|
@@ -36963,6 +37655,7 @@ export declare const HMRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodObjec
|
|
|
36963
37655
|
visibility: string | number;
|
|
36964
37656
|
targetPath?: string | undefined;
|
|
36965
37657
|
replyParent?: string | undefined;
|
|
37658
|
+
replyParentVersion?: string | undefined;
|
|
36966
37659
|
threadRoot?: string | undefined;
|
|
36967
37660
|
threadRootVersion?: string | undefined;
|
|
36968
37661
|
capability?: string | undefined;
|
|
@@ -37061,6 +37754,7 @@ export declare const HMRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodObjec
|
|
|
37061
37754
|
visibility: "PUBLIC" | "PRIVATE";
|
|
37062
37755
|
targetPath?: string | undefined;
|
|
37063
37756
|
replyParent?: string | undefined;
|
|
37757
|
+
replyParentVersion?: string | undefined;
|
|
37064
37758
|
threadRoot?: string | undefined;
|
|
37065
37759
|
threadRootVersion?: string | undefined;
|
|
37066
37760
|
capability?: string | undefined;
|
|
@@ -37102,6 +37796,7 @@ export declare const HMRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodObjec
|
|
|
37102
37796
|
visibility: string | number;
|
|
37103
37797
|
targetPath?: string | undefined;
|
|
37104
37798
|
replyParent?: string | undefined;
|
|
37799
|
+
replyParentVersion?: string | undefined;
|
|
37105
37800
|
threadRoot?: string | undefined;
|
|
37106
37801
|
threadRootVersion?: string | undefined;
|
|
37107
37802
|
capability?: string | undefined;
|
|
@@ -37707,6 +38402,7 @@ export declare const HMRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodObjec
|
|
|
37707
38402
|
visibility: "PUBLIC" | "PRIVATE";
|
|
37708
38403
|
targetPath?: string | undefined;
|
|
37709
38404
|
replyParent?: string | undefined;
|
|
38405
|
+
replyParentVersion?: string | undefined;
|
|
37710
38406
|
threadRoot?: string | undefined;
|
|
37711
38407
|
threadRootVersion?: string | undefined;
|
|
37712
38408
|
capability?: string | undefined;
|
|
@@ -37924,6 +38620,7 @@ export declare const HMRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodObjec
|
|
|
37924
38620
|
visibility: string | number;
|
|
37925
38621
|
targetPath?: string | undefined;
|
|
37926
38622
|
replyParent?: string | undefined;
|
|
38623
|
+
replyParentVersion?: string | undefined;
|
|
37927
38624
|
threadRoot?: string | undefined;
|
|
37928
38625
|
threadRootVersion?: string | undefined;
|
|
37929
38626
|
capability?: string | undefined;
|
|
@@ -38735,6 +39432,7 @@ export declare const HMRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodObjec
|
|
|
38735
39432
|
targetPath: z.ZodOptional<z.ZodString>;
|
|
38736
39433
|
targetVersion: z.ZodString;
|
|
38737
39434
|
replyParent: z.ZodOptional<z.ZodString>;
|
|
39435
|
+
replyParentVersion: z.ZodOptional<z.ZodString>;
|
|
38738
39436
|
threadRoot: z.ZodOptional<z.ZodString>;
|
|
38739
39437
|
threadRootVersion: z.ZodOptional<z.ZodString>;
|
|
38740
39438
|
capability: z.ZodOptional<z.ZodString>;
|
|
@@ -38778,6 +39476,7 @@ export declare const HMRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodObjec
|
|
|
38778
39476
|
visibility: "PUBLIC" | "PRIVATE";
|
|
38779
39477
|
targetPath?: string | undefined;
|
|
38780
39478
|
replyParent?: string | undefined;
|
|
39479
|
+
replyParentVersion?: string | undefined;
|
|
38781
39480
|
threadRoot?: string | undefined;
|
|
38782
39481
|
threadRootVersion?: string | undefined;
|
|
38783
39482
|
capability?: string | undefined;
|
|
@@ -38799,6 +39498,7 @@ export declare const HMRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodObjec
|
|
|
38799
39498
|
visibility: string | number;
|
|
38800
39499
|
targetPath?: string | undefined;
|
|
38801
39500
|
replyParent?: string | undefined;
|
|
39501
|
+
replyParentVersion?: string | undefined;
|
|
38802
39502
|
threadRoot?: string | undefined;
|
|
38803
39503
|
threadRootVersion?: string | undefined;
|
|
38804
39504
|
capability?: string | undefined;
|
|
@@ -38824,6 +39524,7 @@ export declare const HMRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodObjec
|
|
|
38824
39524
|
visibility: "PUBLIC" | "PRIVATE";
|
|
38825
39525
|
targetPath?: string | undefined;
|
|
38826
39526
|
replyParent?: string | undefined;
|
|
39527
|
+
replyParentVersion?: string | undefined;
|
|
38827
39528
|
threadRoot?: string | undefined;
|
|
38828
39529
|
threadRootVersion?: string | undefined;
|
|
38829
39530
|
capability?: string | undefined;
|
|
@@ -38849,6 +39550,7 @@ export declare const HMRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodObjec
|
|
|
38849
39550
|
visibility: string | number;
|
|
38850
39551
|
targetPath?: string | undefined;
|
|
38851
39552
|
replyParent?: string | undefined;
|
|
39553
|
+
replyParentVersion?: string | undefined;
|
|
38852
39554
|
threadRoot?: string | undefined;
|
|
38853
39555
|
threadRootVersion?: string | undefined;
|
|
38854
39556
|
capability?: string | undefined;
|
|
@@ -40598,6 +41300,7 @@ export declare const HMRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodObjec
|
|
|
40598
41300
|
targetPath: z.ZodOptional<z.ZodString>;
|
|
40599
41301
|
targetVersion: z.ZodString;
|
|
40600
41302
|
replyParent: z.ZodOptional<z.ZodString>;
|
|
41303
|
+
replyParentVersion: z.ZodOptional<z.ZodString>;
|
|
40601
41304
|
threadRoot: z.ZodOptional<z.ZodString>;
|
|
40602
41305
|
threadRootVersion: z.ZodOptional<z.ZodString>;
|
|
40603
41306
|
capability: z.ZodOptional<z.ZodString>;
|
|
@@ -40641,6 +41344,7 @@ export declare const HMRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodObjec
|
|
|
40641
41344
|
visibility: "PUBLIC" | "PRIVATE";
|
|
40642
41345
|
targetPath?: string | undefined;
|
|
40643
41346
|
replyParent?: string | undefined;
|
|
41347
|
+
replyParentVersion?: string | undefined;
|
|
40644
41348
|
threadRoot?: string | undefined;
|
|
40645
41349
|
threadRootVersion?: string | undefined;
|
|
40646
41350
|
capability?: string | undefined;
|
|
@@ -40662,6 +41366,7 @@ export declare const HMRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodObjec
|
|
|
40662
41366
|
visibility: string | number;
|
|
40663
41367
|
targetPath?: string | undefined;
|
|
40664
41368
|
replyParent?: string | undefined;
|
|
41369
|
+
replyParentVersion?: string | undefined;
|
|
40665
41370
|
threadRoot?: string | undefined;
|
|
40666
41371
|
threadRootVersion?: string | undefined;
|
|
40667
41372
|
capability?: string | undefined;
|
|
@@ -40890,6 +41595,7 @@ export declare const HMRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodObjec
|
|
|
40890
41595
|
visibility: "PUBLIC" | "PRIVATE";
|
|
40891
41596
|
targetPath?: string | undefined;
|
|
40892
41597
|
replyParent?: string | undefined;
|
|
41598
|
+
replyParentVersion?: string | undefined;
|
|
40893
41599
|
threadRoot?: string | undefined;
|
|
40894
41600
|
threadRootVersion?: string | undefined;
|
|
40895
41601
|
capability?: string | undefined;
|
|
@@ -40954,6 +41660,7 @@ export declare const HMRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodObjec
|
|
|
40954
41660
|
visibility: string | number;
|
|
40955
41661
|
targetPath?: string | undefined;
|
|
40956
41662
|
replyParent?: string | undefined;
|
|
41663
|
+
replyParentVersion?: string | undefined;
|
|
40957
41664
|
threadRoot?: string | undefined;
|
|
40958
41665
|
threadRootVersion?: string | undefined;
|
|
40959
41666
|
capability?: string | undefined;
|
|
@@ -41040,6 +41747,7 @@ export declare const HMRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodObjec
|
|
|
41040
41747
|
visibility: "PUBLIC" | "PRIVATE";
|
|
41041
41748
|
targetPath?: string | undefined;
|
|
41042
41749
|
replyParent?: string | undefined;
|
|
41750
|
+
replyParentVersion?: string | undefined;
|
|
41043
41751
|
threadRoot?: string | undefined;
|
|
41044
41752
|
threadRootVersion?: string | undefined;
|
|
41045
41753
|
capability?: string | undefined;
|
|
@@ -41126,6 +41834,7 @@ export declare const HMRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodObjec
|
|
|
41126
41834
|
visibility: string | number;
|
|
41127
41835
|
targetPath?: string | undefined;
|
|
41128
41836
|
replyParent?: string | undefined;
|
|
41837
|
+
replyParentVersion?: string | undefined;
|
|
41129
41838
|
threadRoot?: string | undefined;
|
|
41130
41839
|
threadRootVersion?: string | undefined;
|
|
41131
41840
|
capability?: string | undefined;
|
|
@@ -41282,6 +41991,7 @@ export declare const HMRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodObjec
|
|
|
41282
41991
|
targetPath: z.ZodOptional<z.ZodString>;
|
|
41283
41992
|
targetVersion: z.ZodString;
|
|
41284
41993
|
replyParent: z.ZodOptional<z.ZodString>;
|
|
41994
|
+
replyParentVersion: z.ZodOptional<z.ZodString>;
|
|
41285
41995
|
threadRoot: z.ZodOptional<z.ZodString>;
|
|
41286
41996
|
threadRootVersion: z.ZodOptional<z.ZodString>;
|
|
41287
41997
|
capability: z.ZodOptional<z.ZodString>;
|
|
@@ -41325,6 +42035,7 @@ export declare const HMRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodObjec
|
|
|
41325
42035
|
visibility: "PUBLIC" | "PRIVATE";
|
|
41326
42036
|
targetPath?: string | undefined;
|
|
41327
42037
|
replyParent?: string | undefined;
|
|
42038
|
+
replyParentVersion?: string | undefined;
|
|
41328
42039
|
threadRoot?: string | undefined;
|
|
41329
42040
|
threadRootVersion?: string | undefined;
|
|
41330
42041
|
capability?: string | undefined;
|
|
@@ -41346,6 +42057,7 @@ export declare const HMRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodObjec
|
|
|
41346
42057
|
visibility: string | number;
|
|
41347
42058
|
targetPath?: string | undefined;
|
|
41348
42059
|
replyParent?: string | undefined;
|
|
42060
|
+
replyParentVersion?: string | undefined;
|
|
41349
42061
|
threadRoot?: string | undefined;
|
|
41350
42062
|
threadRootVersion?: string | undefined;
|
|
41351
42063
|
capability?: string | undefined;
|
|
@@ -41374,6 +42086,7 @@ export declare const HMRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodObjec
|
|
|
41374
42086
|
visibility: "PUBLIC" | "PRIVATE";
|
|
41375
42087
|
targetPath?: string | undefined;
|
|
41376
42088
|
replyParent?: string | undefined;
|
|
42089
|
+
replyParentVersion?: string | undefined;
|
|
41377
42090
|
threadRoot?: string | undefined;
|
|
41378
42091
|
threadRootVersion?: string | undefined;
|
|
41379
42092
|
capability?: string | undefined;
|
|
@@ -41400,6 +42113,7 @@ export declare const HMRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodObjec
|
|
|
41400
42113
|
visibility: string | number;
|
|
41401
42114
|
targetPath?: string | undefined;
|
|
41402
42115
|
replyParent?: string | undefined;
|
|
42116
|
+
replyParentVersion?: string | undefined;
|
|
41403
42117
|
threadRoot?: string | undefined;
|
|
41404
42118
|
threadRootVersion?: string | undefined;
|
|
41405
42119
|
capability?: string | undefined;
|
|
@@ -41620,6 +42334,7 @@ export declare const HMRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodObjec
|
|
|
41620
42334
|
targetPath: z.ZodOptional<z.ZodString>;
|
|
41621
42335
|
targetVersion: z.ZodString;
|
|
41622
42336
|
replyParent: z.ZodOptional<z.ZodString>;
|
|
42337
|
+
replyParentVersion: z.ZodOptional<z.ZodString>;
|
|
41623
42338
|
threadRoot: z.ZodOptional<z.ZodString>;
|
|
41624
42339
|
threadRootVersion: z.ZodOptional<z.ZodString>;
|
|
41625
42340
|
capability: z.ZodOptional<z.ZodString>;
|
|
@@ -41663,6 +42378,7 @@ export declare const HMRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodObjec
|
|
|
41663
42378
|
visibility: "PUBLIC" | "PRIVATE";
|
|
41664
42379
|
targetPath?: string | undefined;
|
|
41665
42380
|
replyParent?: string | undefined;
|
|
42381
|
+
replyParentVersion?: string | undefined;
|
|
41666
42382
|
threadRoot?: string | undefined;
|
|
41667
42383
|
threadRootVersion?: string | undefined;
|
|
41668
42384
|
capability?: string | undefined;
|
|
@@ -41684,6 +42400,7 @@ export declare const HMRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodObjec
|
|
|
41684
42400
|
visibility: string | number;
|
|
41685
42401
|
targetPath?: string | undefined;
|
|
41686
42402
|
replyParent?: string | undefined;
|
|
42403
|
+
replyParentVersion?: string | undefined;
|
|
41687
42404
|
threadRoot?: string | undefined;
|
|
41688
42405
|
threadRootVersion?: string | undefined;
|
|
41689
42406
|
capability?: string | undefined;
|
|
@@ -41917,6 +42634,7 @@ export declare const HMRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodObjec
|
|
|
41917
42634
|
visibility: "PUBLIC" | "PRIVATE";
|
|
41918
42635
|
targetPath?: string | undefined;
|
|
41919
42636
|
replyParent?: string | undefined;
|
|
42637
|
+
replyParentVersion?: string | undefined;
|
|
41920
42638
|
threadRoot?: string | undefined;
|
|
41921
42639
|
threadRootVersion?: string | undefined;
|
|
41922
42640
|
capability?: string | undefined;
|
|
@@ -41984,6 +42702,7 @@ export declare const HMRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodObjec
|
|
|
41984
42702
|
visibility: string | number;
|
|
41985
42703
|
targetPath?: string | undefined;
|
|
41986
42704
|
replyParent?: string | undefined;
|
|
42705
|
+
replyParentVersion?: string | undefined;
|
|
41987
42706
|
threadRoot?: string | undefined;
|
|
41988
42707
|
threadRootVersion?: string | undefined;
|
|
41989
42708
|
capability?: string | undefined;
|
|
@@ -42094,6 +42813,7 @@ export declare const HMRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodObjec
|
|
|
42094
42813
|
visibility: "PUBLIC" | "PRIVATE";
|
|
42095
42814
|
targetPath?: string | undefined;
|
|
42096
42815
|
replyParent?: string | undefined;
|
|
42816
|
+
replyParentVersion?: string | undefined;
|
|
42097
42817
|
threadRoot?: string | undefined;
|
|
42098
42818
|
threadRootVersion?: string | undefined;
|
|
42099
42819
|
capability?: string | undefined;
|
|
@@ -42121,6 +42841,7 @@ export declare const HMRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodObjec
|
|
|
42121
42841
|
visibility: "PUBLIC" | "PRIVATE";
|
|
42122
42842
|
targetPath?: string | undefined;
|
|
42123
42843
|
replyParent?: string | undefined;
|
|
42844
|
+
replyParentVersion?: string | undefined;
|
|
42124
42845
|
threadRoot?: string | undefined;
|
|
42125
42846
|
threadRootVersion?: string | undefined;
|
|
42126
42847
|
capability?: string | undefined;
|
|
@@ -42231,6 +42952,7 @@ export declare const HMRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodObjec
|
|
|
42231
42952
|
visibility: string | number;
|
|
42232
42953
|
targetPath?: string | undefined;
|
|
42233
42954
|
replyParent?: string | undefined;
|
|
42955
|
+
replyParentVersion?: string | undefined;
|
|
42234
42956
|
threadRoot?: string | undefined;
|
|
42235
42957
|
threadRootVersion?: string | undefined;
|
|
42236
42958
|
capability?: string | undefined;
|
|
@@ -42258,6 +42980,7 @@ export declare const HMRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodObjec
|
|
|
42258
42980
|
visibility: string | number;
|
|
42259
42981
|
targetPath?: string | undefined;
|
|
42260
42982
|
replyParent?: string | undefined;
|
|
42983
|
+
replyParentVersion?: string | undefined;
|
|
42261
42984
|
threadRoot?: string | undefined;
|
|
42262
42985
|
threadRootVersion?: string | undefined;
|
|
42263
42986
|
capability?: string | undefined;
|
|
@@ -42391,6 +43114,7 @@ export declare const HMRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodObjec
|
|
|
42391
43114
|
visibility: "PUBLIC" | "PRIVATE";
|
|
42392
43115
|
targetPath?: string | undefined;
|
|
42393
43116
|
replyParent?: string | undefined;
|
|
43117
|
+
replyParentVersion?: string | undefined;
|
|
42394
43118
|
threadRoot?: string | undefined;
|
|
42395
43119
|
threadRootVersion?: string | undefined;
|
|
42396
43120
|
capability?: string | undefined;
|
|
@@ -42418,6 +43142,7 @@ export declare const HMRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodObjec
|
|
|
42418
43142
|
visibility: "PUBLIC" | "PRIVATE";
|
|
42419
43143
|
targetPath?: string | undefined;
|
|
42420
43144
|
replyParent?: string | undefined;
|
|
43145
|
+
replyParentVersion?: string | undefined;
|
|
42421
43146
|
threadRoot?: string | undefined;
|
|
42422
43147
|
threadRootVersion?: string | undefined;
|
|
42423
43148
|
capability?: string | undefined;
|
|
@@ -42551,6 +43276,7 @@ export declare const HMRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodObjec
|
|
|
42551
43276
|
visibility: string | number;
|
|
42552
43277
|
targetPath?: string | undefined;
|
|
42553
43278
|
replyParent?: string | undefined;
|
|
43279
|
+
replyParentVersion?: string | undefined;
|
|
42554
43280
|
threadRoot?: string | undefined;
|
|
42555
43281
|
threadRootVersion?: string | undefined;
|
|
42556
43282
|
capability?: string | undefined;
|
|
@@ -42578,6 +43304,7 @@ export declare const HMRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodObjec
|
|
|
42578
43304
|
visibility: string | number;
|
|
42579
43305
|
targetPath?: string | undefined;
|
|
42580
43306
|
replyParent?: string | undefined;
|
|
43307
|
+
replyParentVersion?: string | undefined;
|
|
42581
43308
|
threadRoot?: string | undefined;
|
|
42582
43309
|
threadRootVersion?: string | undefined;
|
|
42583
43310
|
capability?: string | undefined;
|
|
@@ -42732,6 +43459,7 @@ export declare const HMRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodObjec
|
|
|
42732
43459
|
targetPath: z.ZodOptional<z.ZodString>;
|
|
42733
43460
|
targetVersion: z.ZodString;
|
|
42734
43461
|
replyParent: z.ZodOptional<z.ZodString>;
|
|
43462
|
+
replyParentVersion: z.ZodOptional<z.ZodString>;
|
|
42735
43463
|
threadRoot: z.ZodOptional<z.ZodString>;
|
|
42736
43464
|
threadRootVersion: z.ZodOptional<z.ZodString>;
|
|
42737
43465
|
capability: z.ZodOptional<z.ZodString>;
|
|
@@ -42775,6 +43503,7 @@ export declare const HMRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodObjec
|
|
|
42775
43503
|
visibility: "PUBLIC" | "PRIVATE";
|
|
42776
43504
|
targetPath?: string | undefined;
|
|
42777
43505
|
replyParent?: string | undefined;
|
|
43506
|
+
replyParentVersion?: string | undefined;
|
|
42778
43507
|
threadRoot?: string | undefined;
|
|
42779
43508
|
threadRootVersion?: string | undefined;
|
|
42780
43509
|
capability?: string | undefined;
|
|
@@ -42796,6 +43525,7 @@ export declare const HMRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodObjec
|
|
|
42796
43525
|
visibility: string | number;
|
|
42797
43526
|
targetPath?: string | undefined;
|
|
42798
43527
|
replyParent?: string | undefined;
|
|
43528
|
+
replyParentVersion?: string | undefined;
|
|
42799
43529
|
threadRoot?: string | undefined;
|
|
42800
43530
|
threadRootVersion?: string | undefined;
|
|
42801
43531
|
capability?: string | undefined;
|
|
@@ -43024,6 +43754,7 @@ export declare const HMRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodObjec
|
|
|
43024
43754
|
visibility: "PUBLIC" | "PRIVATE";
|
|
43025
43755
|
targetPath?: string | undefined;
|
|
43026
43756
|
replyParent?: string | undefined;
|
|
43757
|
+
replyParentVersion?: string | undefined;
|
|
43027
43758
|
threadRoot?: string | undefined;
|
|
43028
43759
|
threadRootVersion?: string | undefined;
|
|
43029
43760
|
capability?: string | undefined;
|
|
@@ -43088,6 +43819,7 @@ export declare const HMRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodObjec
|
|
|
43088
43819
|
visibility: string | number;
|
|
43089
43820
|
targetPath?: string | undefined;
|
|
43090
43821
|
replyParent?: string | undefined;
|
|
43822
|
+
replyParentVersion?: string | undefined;
|
|
43091
43823
|
threadRoot?: string | undefined;
|
|
43092
43824
|
threadRootVersion?: string | undefined;
|
|
43093
43825
|
capability?: string | undefined;
|
|
@@ -43174,6 +43906,7 @@ export declare const HMRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodObjec
|
|
|
43174
43906
|
visibility: "PUBLIC" | "PRIVATE";
|
|
43175
43907
|
targetPath?: string | undefined;
|
|
43176
43908
|
replyParent?: string | undefined;
|
|
43909
|
+
replyParentVersion?: string | undefined;
|
|
43177
43910
|
threadRoot?: string | undefined;
|
|
43178
43911
|
threadRootVersion?: string | undefined;
|
|
43179
43912
|
capability?: string | undefined;
|
|
@@ -43260,6 +43993,7 @@ export declare const HMRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodObjec
|
|
|
43260
43993
|
visibility: string | number;
|
|
43261
43994
|
targetPath?: string | undefined;
|
|
43262
43995
|
replyParent?: string | undefined;
|
|
43996
|
+
replyParentVersion?: string | undefined;
|
|
43263
43997
|
threadRoot?: string | undefined;
|
|
43264
43998
|
threadRootVersion?: string | undefined;
|
|
43265
43999
|
capability?: string | undefined;
|
|
@@ -43919,6 +44653,7 @@ export declare const HMRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodObjec
|
|
|
43919
44653
|
targetPath: z.ZodOptional<z.ZodString>;
|
|
43920
44654
|
targetVersion: z.ZodString;
|
|
43921
44655
|
replyParent: z.ZodOptional<z.ZodString>;
|
|
44656
|
+
replyParentVersion: z.ZodOptional<z.ZodString>;
|
|
43922
44657
|
threadRoot: z.ZodOptional<z.ZodString>;
|
|
43923
44658
|
threadRootVersion: z.ZodOptional<z.ZodString>;
|
|
43924
44659
|
capability: z.ZodOptional<z.ZodString>;
|
|
@@ -43962,6 +44697,7 @@ export declare const HMRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodObjec
|
|
|
43962
44697
|
visibility: "PUBLIC" | "PRIVATE";
|
|
43963
44698
|
targetPath?: string | undefined;
|
|
43964
44699
|
replyParent?: string | undefined;
|
|
44700
|
+
replyParentVersion?: string | undefined;
|
|
43965
44701
|
threadRoot?: string | undefined;
|
|
43966
44702
|
threadRootVersion?: string | undefined;
|
|
43967
44703
|
capability?: string | undefined;
|
|
@@ -43983,6 +44719,7 @@ export declare const HMRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodObjec
|
|
|
43983
44719
|
visibility: string | number;
|
|
43984
44720
|
targetPath?: string | undefined;
|
|
43985
44721
|
replyParent?: string | undefined;
|
|
44722
|
+
replyParentVersion?: string | undefined;
|
|
43986
44723
|
threadRoot?: string | undefined;
|
|
43987
44724
|
threadRootVersion?: string | undefined;
|
|
43988
44725
|
capability?: string | undefined;
|
|
@@ -44211,6 +44948,7 @@ export declare const HMRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodObjec
|
|
|
44211
44948
|
visibility: "PUBLIC" | "PRIVATE";
|
|
44212
44949
|
targetPath?: string | undefined;
|
|
44213
44950
|
replyParent?: string | undefined;
|
|
44951
|
+
replyParentVersion?: string | undefined;
|
|
44214
44952
|
threadRoot?: string | undefined;
|
|
44215
44953
|
threadRootVersion?: string | undefined;
|
|
44216
44954
|
capability?: string | undefined;
|
|
@@ -44275,6 +45013,7 @@ export declare const HMRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodObjec
|
|
|
44275
45013
|
visibility: string | number;
|
|
44276
45014
|
targetPath?: string | undefined;
|
|
44277
45015
|
replyParent?: string | undefined;
|
|
45016
|
+
replyParentVersion?: string | undefined;
|
|
44278
45017
|
threadRoot?: string | undefined;
|
|
44279
45018
|
threadRootVersion?: string | undefined;
|
|
44280
45019
|
capability?: string | undefined;
|
|
@@ -44361,6 +45100,7 @@ export declare const HMRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodObjec
|
|
|
44361
45100
|
visibility: "PUBLIC" | "PRIVATE";
|
|
44362
45101
|
targetPath?: string | undefined;
|
|
44363
45102
|
replyParent?: string | undefined;
|
|
45103
|
+
replyParentVersion?: string | undefined;
|
|
44364
45104
|
threadRoot?: string | undefined;
|
|
44365
45105
|
threadRootVersion?: string | undefined;
|
|
44366
45106
|
capability?: string | undefined;
|
|
@@ -44447,6 +45187,7 @@ export declare const HMRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodObjec
|
|
|
44447
45187
|
visibility: string | number;
|
|
44448
45188
|
targetPath?: string | undefined;
|
|
44449
45189
|
replyParent?: string | undefined;
|
|
45190
|
+
replyParentVersion?: string | undefined;
|
|
44450
45191
|
threadRoot?: string | undefined;
|
|
44451
45192
|
threadRootVersion?: string | undefined;
|
|
44452
45193
|
capability?: string | undefined;
|
|
@@ -45299,6 +46040,204 @@ export declare const HMRequestSchema: z.ZodDiscriminatedUnion<"key", [z.ZodObjec
|
|
|
45299
46040
|
changes: number;
|
|
45300
46041
|
authorUids?: string[] | undefined;
|
|
45301
46042
|
};
|
|
46043
|
+
}>, z.ZodObject<{
|
|
46044
|
+
key: z.ZodLiteral<"ListCommentVersions">;
|
|
46045
|
+
input: z.ZodObject<{
|
|
46046
|
+
id: z.ZodString;
|
|
46047
|
+
}, "strip", z.ZodTypeAny, {
|
|
46048
|
+
id: string;
|
|
46049
|
+
}, {
|
|
46050
|
+
id: string;
|
|
46051
|
+
}>;
|
|
46052
|
+
output: z.ZodObject<{
|
|
46053
|
+
versions: z.ZodArray<z.ZodObject<{
|
|
46054
|
+
id: z.ZodString;
|
|
46055
|
+
version: z.ZodString;
|
|
46056
|
+
author: z.ZodString;
|
|
46057
|
+
targetAccount: z.ZodString;
|
|
46058
|
+
targetPath: z.ZodOptional<z.ZodString>;
|
|
46059
|
+
targetVersion: z.ZodString;
|
|
46060
|
+
replyParent: z.ZodOptional<z.ZodString>;
|
|
46061
|
+
replyParentVersion: z.ZodOptional<z.ZodString>;
|
|
46062
|
+
threadRoot: z.ZodOptional<z.ZodString>;
|
|
46063
|
+
threadRootVersion: z.ZodOptional<z.ZodString>;
|
|
46064
|
+
capability: z.ZodOptional<z.ZodString>;
|
|
46065
|
+
content: z.ZodArray<z.ZodType<HMBlockNode, z.ZodTypeDef, HMBlockNode>, "many">;
|
|
46066
|
+
createTime: z.ZodUnion<[z.ZodObject<{
|
|
46067
|
+
seconds: z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>;
|
|
46068
|
+
nanos: z.ZodNumber;
|
|
46069
|
+
}, "strict", z.ZodTypeAny, {
|
|
46070
|
+
seconds: number | bigint;
|
|
46071
|
+
nanos: number;
|
|
46072
|
+
}, {
|
|
46073
|
+
seconds: number | bigint;
|
|
46074
|
+
nanos: number;
|
|
46075
|
+
}>, z.ZodString]>;
|
|
46076
|
+
updateTime: z.ZodUnion<[z.ZodObject<{
|
|
46077
|
+
seconds: z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>;
|
|
46078
|
+
nanos: z.ZodNumber;
|
|
46079
|
+
}, "strict", z.ZodTypeAny, {
|
|
46080
|
+
seconds: number | bigint;
|
|
46081
|
+
nanos: number;
|
|
46082
|
+
}, {
|
|
46083
|
+
seconds: number | bigint;
|
|
46084
|
+
nanos: number;
|
|
46085
|
+
}>, z.ZodString]>;
|
|
46086
|
+
visibility: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodNumber]>, "PUBLIC" | "PRIVATE", string | number>;
|
|
46087
|
+
}, "strip", z.ZodTypeAny, {
|
|
46088
|
+
version: string;
|
|
46089
|
+
id: string;
|
|
46090
|
+
author: string;
|
|
46091
|
+
targetAccount: string;
|
|
46092
|
+
targetVersion: string;
|
|
46093
|
+
content: HMBlockNode[];
|
|
46094
|
+
createTime: string | {
|
|
46095
|
+
seconds: number | bigint;
|
|
46096
|
+
nanos: number;
|
|
46097
|
+
};
|
|
46098
|
+
updateTime: string | {
|
|
46099
|
+
seconds: number | bigint;
|
|
46100
|
+
nanos: number;
|
|
46101
|
+
};
|
|
46102
|
+
visibility: "PUBLIC" | "PRIVATE";
|
|
46103
|
+
targetPath?: string | undefined;
|
|
46104
|
+
replyParent?: string | undefined;
|
|
46105
|
+
replyParentVersion?: string | undefined;
|
|
46106
|
+
threadRoot?: string | undefined;
|
|
46107
|
+
threadRootVersion?: string | undefined;
|
|
46108
|
+
capability?: string | undefined;
|
|
46109
|
+
}, {
|
|
46110
|
+
version: string;
|
|
46111
|
+
id: string;
|
|
46112
|
+
author: string;
|
|
46113
|
+
targetAccount: string;
|
|
46114
|
+
targetVersion: string;
|
|
46115
|
+
content: HMBlockNode[];
|
|
46116
|
+
createTime: string | {
|
|
46117
|
+
seconds: number | bigint;
|
|
46118
|
+
nanos: number;
|
|
46119
|
+
};
|
|
46120
|
+
updateTime: string | {
|
|
46121
|
+
seconds: number | bigint;
|
|
46122
|
+
nanos: number;
|
|
46123
|
+
};
|
|
46124
|
+
visibility: string | number;
|
|
46125
|
+
targetPath?: string | undefined;
|
|
46126
|
+
replyParent?: string | undefined;
|
|
46127
|
+
replyParentVersion?: string | undefined;
|
|
46128
|
+
threadRoot?: string | undefined;
|
|
46129
|
+
threadRootVersion?: string | undefined;
|
|
46130
|
+
capability?: string | undefined;
|
|
46131
|
+
}>, "many">;
|
|
46132
|
+
}, "strip", z.ZodTypeAny, {
|
|
46133
|
+
versions: {
|
|
46134
|
+
version: string;
|
|
46135
|
+
id: string;
|
|
46136
|
+
author: string;
|
|
46137
|
+
targetAccount: string;
|
|
46138
|
+
targetVersion: string;
|
|
46139
|
+
content: HMBlockNode[];
|
|
46140
|
+
createTime: string | {
|
|
46141
|
+
seconds: number | bigint;
|
|
46142
|
+
nanos: number;
|
|
46143
|
+
};
|
|
46144
|
+
updateTime: string | {
|
|
46145
|
+
seconds: number | bigint;
|
|
46146
|
+
nanos: number;
|
|
46147
|
+
};
|
|
46148
|
+
visibility: "PUBLIC" | "PRIVATE";
|
|
46149
|
+
targetPath?: string | undefined;
|
|
46150
|
+
replyParent?: string | undefined;
|
|
46151
|
+
replyParentVersion?: string | undefined;
|
|
46152
|
+
threadRoot?: string | undefined;
|
|
46153
|
+
threadRootVersion?: string | undefined;
|
|
46154
|
+
capability?: string | undefined;
|
|
46155
|
+
}[];
|
|
46156
|
+
}, {
|
|
46157
|
+
versions: {
|
|
46158
|
+
version: string;
|
|
46159
|
+
id: string;
|
|
46160
|
+
author: string;
|
|
46161
|
+
targetAccount: string;
|
|
46162
|
+
targetVersion: string;
|
|
46163
|
+
content: HMBlockNode[];
|
|
46164
|
+
createTime: string | {
|
|
46165
|
+
seconds: number | bigint;
|
|
46166
|
+
nanos: number;
|
|
46167
|
+
};
|
|
46168
|
+
updateTime: string | {
|
|
46169
|
+
seconds: number | bigint;
|
|
46170
|
+
nanos: number;
|
|
46171
|
+
};
|
|
46172
|
+
visibility: string | number;
|
|
46173
|
+
targetPath?: string | undefined;
|
|
46174
|
+
replyParent?: string | undefined;
|
|
46175
|
+
replyParentVersion?: string | undefined;
|
|
46176
|
+
threadRoot?: string | undefined;
|
|
46177
|
+
threadRootVersion?: string | undefined;
|
|
46178
|
+
capability?: string | undefined;
|
|
46179
|
+
}[];
|
|
46180
|
+
}>;
|
|
46181
|
+
}, "strip", z.ZodTypeAny, {
|
|
46182
|
+
key: "ListCommentVersions";
|
|
46183
|
+
input: {
|
|
46184
|
+
id: string;
|
|
46185
|
+
};
|
|
46186
|
+
output: {
|
|
46187
|
+
versions: {
|
|
46188
|
+
version: string;
|
|
46189
|
+
id: string;
|
|
46190
|
+
author: string;
|
|
46191
|
+
targetAccount: string;
|
|
46192
|
+
targetVersion: string;
|
|
46193
|
+
content: HMBlockNode[];
|
|
46194
|
+
createTime: string | {
|
|
46195
|
+
seconds: number | bigint;
|
|
46196
|
+
nanos: number;
|
|
46197
|
+
};
|
|
46198
|
+
updateTime: string | {
|
|
46199
|
+
seconds: number | bigint;
|
|
46200
|
+
nanos: number;
|
|
46201
|
+
};
|
|
46202
|
+
visibility: "PUBLIC" | "PRIVATE";
|
|
46203
|
+
targetPath?: string | undefined;
|
|
46204
|
+
replyParent?: string | undefined;
|
|
46205
|
+
replyParentVersion?: string | undefined;
|
|
46206
|
+
threadRoot?: string | undefined;
|
|
46207
|
+
threadRootVersion?: string | undefined;
|
|
46208
|
+
capability?: string | undefined;
|
|
46209
|
+
}[];
|
|
46210
|
+
};
|
|
46211
|
+
}, {
|
|
46212
|
+
key: "ListCommentVersions";
|
|
46213
|
+
input: {
|
|
46214
|
+
id: string;
|
|
46215
|
+
};
|
|
46216
|
+
output: {
|
|
46217
|
+
versions: {
|
|
46218
|
+
version: string;
|
|
46219
|
+
id: string;
|
|
46220
|
+
author: string;
|
|
46221
|
+
targetAccount: string;
|
|
46222
|
+
targetVersion: string;
|
|
46223
|
+
content: HMBlockNode[];
|
|
46224
|
+
createTime: string | {
|
|
46225
|
+
seconds: number | bigint;
|
|
46226
|
+
nanos: number;
|
|
46227
|
+
};
|
|
46228
|
+
updateTime: string | {
|
|
46229
|
+
seconds: number | bigint;
|
|
46230
|
+
nanos: number;
|
|
46231
|
+
};
|
|
46232
|
+
visibility: string | number;
|
|
46233
|
+
targetPath?: string | undefined;
|
|
46234
|
+
replyParent?: string | undefined;
|
|
46235
|
+
replyParentVersion?: string | undefined;
|
|
46236
|
+
threadRoot?: string | undefined;
|
|
46237
|
+
threadRootVersion?: string | undefined;
|
|
46238
|
+
capability?: string | undefined;
|
|
46239
|
+
}[];
|
|
46240
|
+
};
|
|
45302
46241
|
}>, z.ZodObject<{
|
|
45303
46242
|
key: z.ZodLiteral<"PublishBlobs">;
|
|
45304
46243
|
input: z.ZodObject<{
|