@crowi/api-contract 2.0.0-alpha.19 → 2.0.0-alpha.20

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/index.d.mts CHANGED
@@ -1373,6 +1373,9 @@ declare const appAuthMeUserChain: OpenAPIHono<hono.Env, {
1373
1373
  path: string;
1374
1374
  commentCount: number;
1375
1375
  createdAt: string;
1376
+ likerCount: number;
1377
+ seenUsersCount: number;
1378
+ isLiked: boolean;
1376
1379
  revision?: string | {
1377
1380
  _id: string;
1378
1381
  path: string;
@@ -1459,7 +1462,6 @@ declare const appAuthMeUserChain: OpenAPIHono<hono.Env, {
1459
1462
  id?: string | undefined;
1460
1463
  image?: string | null | undefined;
1461
1464
  } | null | undefined;
1462
- liker?: string[] | undefined;
1463
1465
  extended?: {
1464
1466
  [x: string]: any;
1465
1467
  } | undefined;
@@ -1467,8 +1469,6 @@ declare const appAuthMeUserChain: OpenAPIHono<hono.Env, {
1467
1469
  currentRevision?: string | null | undefined;
1468
1470
  yjsCheckpointAt?: string | null | undefined;
1469
1471
  latestRevision?: string | undefined;
1470
- likerCount?: number | undefined;
1471
- seenUsersCount?: number | undefined;
1472
1472
  }[];
1473
1473
  };
1474
1474
  outputFormat: "json";
@@ -1751,6 +1751,9 @@ declare const appAuthMeUserChain: OpenAPIHono<hono.Env, {
1751
1751
  path: string;
1752
1752
  commentCount: number;
1753
1753
  createdAt: string;
1754
+ likerCount: number;
1755
+ seenUsersCount: number;
1756
+ isLiked: boolean;
1754
1757
  revision?: string | {
1755
1758
  _id: string;
1756
1759
  path: string;
@@ -1837,7 +1840,6 @@ declare const appAuthMeUserChain: OpenAPIHono<hono.Env, {
1837
1840
  id?: string | undefined;
1838
1841
  image?: string | null | undefined;
1839
1842
  } | null | undefined;
1840
- liker?: string[] | undefined;
1841
1843
  extended?: {
1842
1844
  [x: string]: any;
1843
1845
  } | undefined;
@@ -1845,8 +1847,6 @@ declare const appAuthMeUserChain: OpenAPIHono<hono.Env, {
1845
1847
  currentRevision?: string | null | undefined;
1846
1848
  yjsCheckpointAt?: string | null | undefined;
1847
1849
  latestRevision?: string | undefined;
1848
- likerCount?: number | undefined;
1849
- seenUsersCount?: number | undefined;
1850
1850
  }[] | undefined;
1851
1851
  recentBookmarks?: {
1852
1852
  _id: string;
@@ -1855,6 +1855,9 @@ declare const appAuthMeUserChain: OpenAPIHono<hono.Env, {
1855
1855
  path: string;
1856
1856
  commentCount: number;
1857
1857
  createdAt: string;
1858
+ likerCount: number;
1859
+ seenUsersCount: number;
1860
+ isLiked: boolean;
1858
1861
  revision?: string | {
1859
1862
  _id: string;
1860
1863
  path: string;
@@ -1941,7 +1944,6 @@ declare const appAuthMeUserChain: OpenAPIHono<hono.Env, {
1941
1944
  id?: string | undefined;
1942
1945
  image?: string | null | undefined;
1943
1946
  } | null | undefined;
1944
- liker?: string[] | undefined;
1945
1947
  extended?: {
1946
1948
  [x: string]: any;
1947
1949
  } | undefined;
@@ -1949,8 +1951,6 @@ declare const appAuthMeUserChain: OpenAPIHono<hono.Env, {
1949
1951
  currentRevision?: string | null | undefined;
1950
1952
  yjsCheckpointAt?: string | null | undefined;
1951
1953
  latestRevision?: string | undefined;
1952
- likerCount?: number | undefined;
1953
- seenUsersCount?: number | undefined;
1954
1954
  };
1955
1955
  user: string | {
1956
1956
  _id: string;
@@ -2064,6 +2064,9 @@ declare const appAuthMeUserChain: OpenAPIHono<hono.Env, {
2064
2064
  path: string;
2065
2065
  commentCount: number;
2066
2066
  createdAt: string;
2067
+ likerCount: number;
2068
+ seenUsersCount: number;
2069
+ isLiked: boolean;
2067
2070
  revision?: string | {
2068
2071
  _id: string;
2069
2072
  path: string;
@@ -2150,7 +2153,6 @@ declare const appAuthMeUserChain: OpenAPIHono<hono.Env, {
2150
2153
  id?: string | undefined;
2151
2154
  image?: string | null | undefined;
2152
2155
  } | null | undefined;
2153
- liker?: string[] | undefined;
2154
2156
  extended?: {
2155
2157
  [x: string]: any;
2156
2158
  } | undefined;
@@ -2158,8 +2160,6 @@ declare const appAuthMeUserChain: OpenAPIHono<hono.Env, {
2158
2160
  currentRevision?: string | null | undefined;
2159
2161
  yjsCheckpointAt?: string | null | undefined;
2160
2162
  latestRevision?: string | undefined;
2161
- likerCount?: number | undefined;
2162
- seenUsersCount?: number | undefined;
2163
2163
  };
2164
2164
  user: string | {
2165
2165
  _id: string;
@@ -2263,6 +2263,9 @@ declare const appAuthMeUserChain: OpenAPIHono<hono.Env, {
2263
2263
  path: string;
2264
2264
  commentCount: number;
2265
2265
  createdAt: string;
2266
+ likerCount: number;
2267
+ seenUsersCount: number;
2268
+ isLiked: boolean;
2266
2269
  revision?: string | {
2267
2270
  _id: string;
2268
2271
  path: string;
@@ -2349,7 +2352,6 @@ declare const appAuthMeUserChain: OpenAPIHono<hono.Env, {
2349
2352
  id?: string | undefined;
2350
2353
  image?: string | null | undefined;
2351
2354
  } | null | undefined;
2352
- liker?: string[] | undefined;
2353
2355
  extended?: {
2354
2356
  [x: string]: any;
2355
2357
  } | undefined;
@@ -2357,8 +2359,6 @@ declare const appAuthMeUserChain: OpenAPIHono<hono.Env, {
2357
2359
  currentRevision?: string | null | undefined;
2358
2360
  yjsCheckpointAt?: string | null | undefined;
2359
2361
  latestRevision?: string | undefined;
2360
- likerCount?: number | undefined;
2361
- seenUsersCount?: number | undefined;
2362
2362
  }[];
2363
2363
  pager: {
2364
2364
  prev: number | null;
@@ -2448,6 +2448,9 @@ declare const appAuthMeUserChain: OpenAPIHono<hono.Env, {
2448
2448
  path: string;
2449
2449
  commentCount: number;
2450
2450
  createdAt: string;
2451
+ likerCount: number;
2452
+ seenUsersCount: number;
2453
+ isLiked: boolean;
2451
2454
  revision?: string | {
2452
2455
  _id: string;
2453
2456
  path: string;
@@ -2534,7 +2537,6 @@ declare const appAuthMeUserChain: OpenAPIHono<hono.Env, {
2534
2537
  id?: string | undefined;
2535
2538
  image?: string | null | undefined;
2536
2539
  } | null | undefined;
2537
- liker?: string[] | undefined;
2538
2540
  extended?: {
2539
2541
  [x: string]: any;
2540
2542
  } | undefined;
@@ -2542,8 +2544,6 @@ declare const appAuthMeUserChain: OpenAPIHono<hono.Env, {
2542
2544
  currentRevision?: string | null | undefined;
2543
2545
  yjsCheckpointAt?: string | null | undefined;
2544
2546
  latestRevision?: string | undefined;
2545
- likerCount?: number | undefined;
2546
- seenUsersCount?: number | undefined;
2547
2547
  }[];
2548
2548
  pager: {
2549
2549
  prev: number | null;
@@ -2705,108 +2705,7 @@ declare const bookmarkBacklinkCommentRevisionChain: OpenAPIHono<hono.Env, {
2705
2705
  output: {
2706
2706
  bookmark: {
2707
2707
  _id: string;
2708
- page: {
2709
- _id: string;
2710
- path: string;
2711
- commentCount: number;
2712
- createdAt: string;
2713
- revision?: string | {
2714
- _id: string;
2715
- path: string;
2716
- body: string;
2717
- format: string;
2718
- createdAt: string;
2719
- author?: {
2720
- _id: string;
2721
- username: string;
2722
- name: string;
2723
- email: string;
2724
- createdAt: string;
2725
- id?: string | undefined;
2726
- image?: string | null | undefined;
2727
- } | null | undefined;
2728
- meta?: {
2729
- toc?: {
2730
- level: number;
2731
- text: string;
2732
- anchorId: string;
2733
- }[] | undefined;
2734
- wikiLinks?: {
2735
- raw: string;
2736
- target: string;
2737
- displayText?: string | undefined;
2738
- }[] | undefined;
2739
- mentions?: {
2740
- username: string;
2741
- }[] | undefined;
2742
- codeBlockLanguages?: string[] | undefined;
2743
- rawSpaceLinks?: string[] | undefined;
2744
- } | undefined;
2745
- renderedAst?: {
2746
- astVersion: 1;
2747
- root: hono_utils_types.JSONValue;
2748
- } | {
2749
- type: "root";
2750
- children: hono_utils_types.JSONValue[];
2751
- } | undefined;
2752
- renderedAstArtifactKey?: string | undefined;
2753
- rendererVersion?: string | undefined;
2754
- parentRevisionId?: string | null | undefined;
2755
- type?: "snapshot" | "incremental" | undefined;
2756
- savedBy?: string | {
2757
- _id: string;
2758
- username: string;
2759
- name: string;
2760
- email: string;
2761
- createdAt: string;
2762
- id?: string | undefined;
2763
- image?: string | null | undefined;
2764
- } | null | undefined;
2765
- contributors?: (string | {
2766
- _id: string;
2767
- username: string;
2768
- name: string;
2769
- email: string;
2770
- createdAt: string;
2771
- id?: string | undefined;
2772
- image?: string | null | undefined;
2773
- })[] | undefined;
2774
- message?: string | undefined;
2775
- editVia?: "oauth" | "pat" | "web" | undefined;
2776
- } | undefined;
2777
- redirectTo?: string | null | undefined;
2778
- status?: "deprecated" | "wip" | "published" | "deleted" | "draft" | null | undefined;
2779
- grant?: number | undefined;
2780
- grantedUsers?: string[] | undefined;
2781
- creator?: string | {
2782
- _id: string;
2783
- username: string;
2784
- name: string;
2785
- email: string;
2786
- createdAt: string;
2787
- id?: string | undefined;
2788
- image?: string | null | undefined;
2789
- } | null | undefined;
2790
- lastUpdateUser?: string | {
2791
- _id: string;
2792
- username: string;
2793
- name: string;
2794
- email: string;
2795
- createdAt: string;
2796
- id?: string | undefined;
2797
- image?: string | null | undefined;
2798
- } | null | undefined;
2799
- liker?: string[] | undefined;
2800
- extended?: {
2801
- [x: string]: any;
2802
- } | undefined;
2803
- updatedAt?: string | undefined;
2804
- currentRevision?: string | null | undefined;
2805
- yjsCheckpointAt?: string | null | undefined;
2806
- latestRevision?: string | undefined;
2807
- likerCount?: number | undefined;
2808
- seenUsersCount?: number | undefined;
2809
- };
2708
+ page: string | null;
2810
2709
  user: string | {
2811
2710
  _id: string;
2812
2711
  username: string;
@@ -2888,6 +2787,9 @@ declare const bookmarkBacklinkCommentRevisionChain: OpenAPIHono<hono.Env, {
2888
2787
  path: string;
2889
2788
  commentCount: number;
2890
2789
  createdAt: string;
2790
+ likerCount: number;
2791
+ seenUsersCount: number;
2792
+ isLiked: boolean;
2891
2793
  revision?: string | {
2892
2794
  _id: string;
2893
2795
  path: string;
@@ -2974,7 +2876,6 @@ declare const bookmarkBacklinkCommentRevisionChain: OpenAPIHono<hono.Env, {
2974
2876
  id?: string | undefined;
2975
2877
  image?: string | null | undefined;
2976
2878
  } | null | undefined;
2977
- liker?: string[] | undefined;
2978
2879
  extended?: {
2979
2880
  [x: string]: any;
2980
2881
  } | undefined;
@@ -2982,8 +2883,6 @@ declare const bookmarkBacklinkCommentRevisionChain: OpenAPIHono<hono.Env, {
2982
2883
  currentRevision?: string | null | undefined;
2983
2884
  yjsCheckpointAt?: string | null | undefined;
2984
2885
  latestRevision?: string | undefined;
2985
- likerCount?: number | undefined;
2986
- seenUsersCount?: number | undefined;
2987
2886
  };
2988
2887
  user: string | {
2989
2888
  _id: string;
@@ -3041,6 +2940,20 @@ declare const bookmarkBacklinkCommentRevisionChain: OpenAPIHono<hono.Env, {
3041
2940
  };
3042
2941
  outputFormat: "json";
3043
2942
  status: 401;
2943
+ } | {
2944
+ input: {
2945
+ json: {
2946
+ page_id: string;
2947
+ };
2948
+ };
2949
+ output: {
2950
+ error: {
2951
+ code: "INVALID_PAGE_ID";
2952
+ message: string;
2953
+ };
2954
+ };
2955
+ outputFormat: "json";
2956
+ status: 400;
3044
2957
  } | {
3045
2958
  input: {
3046
2959
  json: {
@@ -3055,6 +2968,9 @@ declare const bookmarkBacklinkCommentRevisionChain: OpenAPIHono<hono.Env, {
3055
2968
  path: string;
3056
2969
  commentCount: number;
3057
2970
  createdAt: string;
2971
+ likerCount: number;
2972
+ seenUsersCount: number;
2973
+ isLiked: boolean;
3058
2974
  revision?: string | {
3059
2975
  _id: string;
3060
2976
  path: string;
@@ -3141,7 +3057,6 @@ declare const bookmarkBacklinkCommentRevisionChain: OpenAPIHono<hono.Env, {
3141
3057
  id?: string | undefined;
3142
3058
  image?: string | null | undefined;
3143
3059
  } | null | undefined;
3144
- liker?: string[] | undefined;
3145
3060
  extended?: {
3146
3061
  [x: string]: any;
3147
3062
  } | undefined;
@@ -3149,8 +3064,6 @@ declare const bookmarkBacklinkCommentRevisionChain: OpenAPIHono<hono.Env, {
3149
3064
  currentRevision?: string | null | undefined;
3150
3065
  yjsCheckpointAt?: string | null | undefined;
3151
3066
  latestRevision?: string | undefined;
3152
- likerCount?: number | undefined;
3153
- seenUsersCount?: number | undefined;
3154
3067
  };
3155
3068
  user: string | {
3156
3069
  _id: string;
@@ -3169,20 +3082,6 @@ declare const bookmarkBacklinkCommentRevisionChain: OpenAPIHono<hono.Env, {
3169
3082
  };
3170
3083
  outputFormat: "json";
3171
3084
  status: 200;
3172
- } | {
3173
- input: {
3174
- json: {
3175
- page_id: string;
3176
- };
3177
- };
3178
- output: {
3179
- error: {
3180
- code: "INVALID_PAGE_ID";
3181
- message: string;
3182
- };
3183
- };
3184
- outputFormat: "json";
3185
- status: 400;
3186
3085
  };
3187
3086
  };
3188
3087
  } & {
@@ -4197,6 +4096,9 @@ declare const pageChain: OpenAPIHono<hono.Env, {
4197
4096
  path: string;
4198
4097
  commentCount: number;
4199
4098
  createdAt: string;
4099
+ likerCount: number;
4100
+ seenUsersCount: number;
4101
+ isLiked: boolean;
4200
4102
  revision: {
4201
4103
  _id: string;
4202
4104
  path: string;
@@ -4265,7 +4167,6 @@ declare const pageChain: OpenAPIHono<hono.Env, {
4265
4167
  status?: "deprecated" | "wip" | "published" | "deleted" | "draft" | null | undefined;
4266
4168
  grant?: number | undefined;
4267
4169
  grantedUsers?: string[] | undefined;
4268
- liker?: string[] | undefined;
4269
4170
  extended?: {
4270
4171
  [x: string]: any;
4271
4172
  } | undefined;
@@ -4273,8 +4174,6 @@ declare const pageChain: OpenAPIHono<hono.Env, {
4273
4174
  currentRevision?: string | null | undefined;
4274
4175
  yjsCheckpointAt?: string | null | undefined;
4275
4176
  latestRevision?: string | undefined;
4276
- likerCount?: number | undefined;
4277
- seenUsersCount?: number | undefined;
4278
4177
  creator?: {
4279
4178
  _id: string;
4280
4179
  username: string;
@@ -4342,6 +4241,9 @@ declare const pageChain: OpenAPIHono<hono.Env, {
4342
4241
  path: string;
4343
4242
  commentCount: number;
4344
4243
  createdAt: string;
4244
+ likerCount: number;
4245
+ seenUsersCount: number;
4246
+ isLiked: boolean;
4345
4247
  revision?: string | {
4346
4248
  _id: string;
4347
4249
  path: string;
@@ -4428,7 +4330,6 @@ declare const pageChain: OpenAPIHono<hono.Env, {
4428
4330
  id?: string | undefined;
4429
4331
  image?: string | null | undefined;
4430
4332
  } | null | undefined;
4431
- liker?: string[] | undefined;
4432
4333
  extended?: {
4433
4334
  [x: string]: any;
4434
4335
  } | undefined;
@@ -4436,8 +4337,6 @@ declare const pageChain: OpenAPIHono<hono.Env, {
4436
4337
  currentRevision?: string | null | undefined;
4437
4338
  yjsCheckpointAt?: string | null | undefined;
4438
4339
  latestRevision?: string | undefined;
4439
- likerCount?: number | undefined;
4440
- seenUsersCount?: number | undefined;
4441
4340
  }[];
4442
4341
  pager: {
4443
4342
  prev: number | null;
@@ -4450,6 +4349,9 @@ declare const pageChain: OpenAPIHono<hono.Env, {
4450
4349
  path: string;
4451
4350
  commentCount: number;
4452
4351
  createdAt: string;
4352
+ likerCount: number;
4353
+ seenUsersCount: number;
4354
+ isLiked: boolean;
4453
4355
  revision?: string | {
4454
4356
  _id: string;
4455
4357
  path: string;
@@ -4536,7 +4438,6 @@ declare const pageChain: OpenAPIHono<hono.Env, {
4536
4438
  id?: string | undefined;
4537
4439
  image?: string | null | undefined;
4538
4440
  } | null | undefined;
4539
- liker?: string[] | undefined;
4540
4441
  extended?: {
4541
4442
  [x: string]: any;
4542
4443
  } | undefined;
@@ -4544,14 +4445,15 @@ declare const pageChain: OpenAPIHono<hono.Env, {
4544
4445
  currentRevision?: string | null | undefined;
4545
4446
  yjsCheckpointAt?: string | null | undefined;
4546
4447
  latestRevision?: string | undefined;
4547
- likerCount?: number | undefined;
4548
- seenUsersCount?: number | undefined;
4549
4448
  } | null | undefined;
4550
4449
  contentPage?: {
4551
4450
  _id: string;
4552
4451
  path: string;
4553
4452
  commentCount: number;
4554
4453
  createdAt: string;
4454
+ likerCount: number;
4455
+ seenUsersCount: number;
4456
+ isLiked: boolean;
4555
4457
  revision?: string | {
4556
4458
  _id: string;
4557
4459
  path: string;
@@ -4638,7 +4540,6 @@ declare const pageChain: OpenAPIHono<hono.Env, {
4638
4540
  id?: string | undefined;
4639
4541
  image?: string | null | undefined;
4640
4542
  } | null | undefined;
4641
- liker?: string[] | undefined;
4642
4543
  extended?: {
4643
4544
  [x: string]: any;
4644
4545
  } | undefined;
@@ -4646,8 +4547,6 @@ declare const pageChain: OpenAPIHono<hono.Env, {
4646
4547
  currentRevision?: string | null | undefined;
4647
4548
  yjsCheckpointAt?: string | null | undefined;
4648
4549
  latestRevision?: string | undefined;
4649
- likerCount?: number | undefined;
4650
- seenUsersCount?: number | undefined;
4651
4550
  } | null | undefined;
4652
4551
  };
4653
4552
  outputFormat: "json";
@@ -4660,6 +4559,7 @@ declare const pageChain: OpenAPIHono<hono.Env, {
4660
4559
  input: {
4661
4560
  query: {
4662
4561
  path: string;
4562
+ depth?: unknown;
4663
4563
  };
4664
4564
  };
4665
4565
  output: {
@@ -4675,6 +4575,7 @@ declare const pageChain: OpenAPIHono<hono.Env, {
4675
4575
  input: {
4676
4576
  query: {
4677
4577
  path: string;
4578
+ depth?: unknown;
4678
4579
  };
4679
4580
  };
4680
4581
  output: {
@@ -4733,6 +4634,9 @@ declare const pageChain: OpenAPIHono<hono.Env, {
4733
4634
  path: string;
4734
4635
  commentCount: number;
4735
4636
  createdAt: string;
4637
+ likerCount: number;
4638
+ seenUsersCount: number;
4639
+ isLiked: boolean;
4736
4640
  revision?: string | {
4737
4641
  _id: string;
4738
4642
  path: string;
@@ -4819,7 +4723,6 @@ declare const pageChain: OpenAPIHono<hono.Env, {
4819
4723
  id?: string | undefined;
4820
4724
  image?: string | null | undefined;
4821
4725
  } | null | undefined;
4822
- liker?: string[] | undefined;
4823
4726
  extended?: {
4824
4727
  [x: string]: any;
4825
4728
  } | undefined;
@@ -4827,8 +4730,6 @@ declare const pageChain: OpenAPIHono<hono.Env, {
4827
4730
  currentRevision?: string | null | undefined;
4828
4731
  yjsCheckpointAt?: string | null | undefined;
4829
4732
  latestRevision?: string | undefined;
4830
- likerCount?: number | undefined;
4831
- seenUsersCount?: number | undefined;
4832
4733
  };
4833
4734
  };
4834
4735
  outputFormat: "json";
@@ -4903,6 +4804,9 @@ declare const pageChain: OpenAPIHono<hono.Env, {
4903
4804
  path: string;
4904
4805
  commentCount: number;
4905
4806
  createdAt: string;
4807
+ likerCount: number;
4808
+ seenUsersCount: number;
4809
+ isLiked: boolean;
4906
4810
  revision?: string | {
4907
4811
  _id: string;
4908
4812
  path: string;
@@ -4989,7 +4893,6 @@ declare const pageChain: OpenAPIHono<hono.Env, {
4989
4893
  id?: string | undefined;
4990
4894
  image?: string | null | undefined;
4991
4895
  } | null | undefined;
4992
- liker?: string[] | undefined;
4993
4896
  extended?: {
4994
4897
  [x: string]: any;
4995
4898
  } | undefined;
@@ -4997,8 +4900,6 @@ declare const pageChain: OpenAPIHono<hono.Env, {
4997
4900
  currentRevision?: string | null | undefined;
4998
4901
  yjsCheckpointAt?: string | null | undefined;
4999
4902
  latestRevision?: string | undefined;
5000
- likerCount?: number | undefined;
5001
- seenUsersCount?: number | undefined;
5002
4903
  };
5003
4904
  };
5004
4905
  outputFormat: "json";
@@ -5085,6 +4986,9 @@ declare const pageChain: OpenAPIHono<hono.Env, {
5085
4986
  path: string;
5086
4987
  commentCount: number;
5087
4988
  createdAt: string;
4989
+ likerCount: number;
4990
+ seenUsersCount: number;
4991
+ isLiked: boolean;
5088
4992
  revision?: string | {
5089
4993
  _id: string;
5090
4994
  path: string;
@@ -5171,7 +5075,6 @@ declare const pageChain: OpenAPIHono<hono.Env, {
5171
5075
  id?: string | undefined;
5172
5076
  image?: string | null | undefined;
5173
5077
  } | null | undefined;
5174
- liker?: string[] | undefined;
5175
5078
  extended?: {
5176
5079
  [x: string]: any;
5177
5080
  } | undefined;
@@ -5179,8 +5082,6 @@ declare const pageChain: OpenAPIHono<hono.Env, {
5179
5082
  currentRevision?: string | null | undefined;
5180
5083
  yjsCheckpointAt?: string | null | undefined;
5181
5084
  latestRevision?: string | undefined;
5182
- likerCount?: number | undefined;
5183
- seenUsersCount?: number | undefined;
5184
5085
  };
5185
5086
  };
5186
5087
  outputFormat: "json";
@@ -5403,6 +5304,9 @@ declare const pageChain: OpenAPIHono<hono.Env, {
5403
5304
  path: string;
5404
5305
  commentCount: number;
5405
5306
  createdAt: string;
5307
+ likerCount: number;
5308
+ seenUsersCount: number;
5309
+ isLiked: boolean;
5406
5310
  revision?: string | {
5407
5311
  _id: string;
5408
5312
  path: string;
@@ -5489,7 +5393,6 @@ declare const pageChain: OpenAPIHono<hono.Env, {
5489
5393
  id?: string | undefined;
5490
5394
  image?: string | null | undefined;
5491
5395
  } | null | undefined;
5492
- liker?: string[] | undefined;
5493
5396
  extended?: {
5494
5397
  [x: string]: any;
5495
5398
  } | undefined;
@@ -5497,8 +5400,6 @@ declare const pageChain: OpenAPIHono<hono.Env, {
5497
5400
  currentRevision?: string | null | undefined;
5498
5401
  yjsCheckpointAt?: string | null | undefined;
5499
5402
  latestRevision?: string | undefined;
5500
- likerCount?: number | undefined;
5501
- seenUsersCount?: number | undefined;
5502
5403
  };
5503
5404
  };
5504
5405
  outputFormat: "json";
@@ -5562,6 +5463,9 @@ declare const pageChain: OpenAPIHono<hono.Env, {
5562
5463
  path: string;
5563
5464
  commentCount: number;
5564
5465
  createdAt: string;
5466
+ likerCount: number;
5467
+ seenUsersCount: number;
5468
+ isLiked: boolean;
5565
5469
  revision?: string | {
5566
5470
  _id: string;
5567
5471
  path: string;
@@ -5648,7 +5552,6 @@ declare const pageChain: OpenAPIHono<hono.Env, {
5648
5552
  id?: string | undefined;
5649
5553
  image?: string | null | undefined;
5650
5554
  } | null | undefined;
5651
- liker?: string[] | undefined;
5652
5555
  extended?: {
5653
5556
  [x: string]: any;
5654
5557
  } | undefined;
@@ -5656,8 +5559,6 @@ declare const pageChain: OpenAPIHono<hono.Env, {
5656
5559
  currentRevision?: string | null | undefined;
5657
5560
  yjsCheckpointAt?: string | null | undefined;
5658
5561
  latestRevision?: string | undefined;
5659
- likerCount?: number | undefined;
5660
- seenUsersCount?: number | undefined;
5661
5562
  };
5662
5563
  };
5663
5564
  outputFormat: "json";
@@ -5721,6 +5622,9 @@ declare const pageChain: OpenAPIHono<hono.Env, {
5721
5622
  path: string;
5722
5623
  commentCount: number;
5723
5624
  createdAt: string;
5625
+ likerCount: number;
5626
+ seenUsersCount: number;
5627
+ isLiked: boolean;
5724
5628
  revision: {
5725
5629
  _id: string;
5726
5630
  path: string;
@@ -5789,7 +5693,6 @@ declare const pageChain: OpenAPIHono<hono.Env, {
5789
5693
  status?: "deprecated" | "wip" | "published" | "deleted" | "draft" | null | undefined;
5790
5694
  grant?: number | undefined;
5791
5695
  grantedUsers?: string[] | undefined;
5792
- liker?: string[] | undefined;
5793
5696
  extended?: {
5794
5697
  [x: string]: any;
5795
5698
  } | undefined;
@@ -5797,8 +5700,6 @@ declare const pageChain: OpenAPIHono<hono.Env, {
5797
5700
  currentRevision?: string | null | undefined;
5798
5701
  yjsCheckpointAt?: string | null | undefined;
5799
5702
  latestRevision?: string | undefined;
5800
- likerCount?: number | undefined;
5801
- seenUsersCount?: number | undefined;
5802
5703
  creator?: {
5803
5704
  _id: string;
5804
5705
  username: string;
@@ -6040,6 +5941,9 @@ declare const pageChain: OpenAPIHono<hono.Env, {
6040
5941
  path: string;
6041
5942
  commentCount: number;
6042
5943
  createdAt: string;
5944
+ likerCount: number;
5945
+ seenUsersCount: number;
5946
+ isLiked: boolean;
6043
5947
  revision?: string | {
6044
5948
  _id: string;
6045
5949
  path: string;
@@ -6126,7 +6030,6 @@ declare const pageChain: OpenAPIHono<hono.Env, {
6126
6030
  id?: string | undefined;
6127
6031
  image?: string | null | undefined;
6128
6032
  } | null | undefined;
6129
- liker?: string[] | undefined;
6130
6033
  extended?: {
6131
6034
  [x: string]: any;
6132
6035
  } | undefined;
@@ -6134,8 +6037,6 @@ declare const pageChain: OpenAPIHono<hono.Env, {
6134
6037
  currentRevision?: string | null | undefined;
6135
6038
  yjsCheckpointAt?: string | null | undefined;
6136
6039
  latestRevision?: string | undefined;
6137
- likerCount?: number | undefined;
6138
- seenUsersCount?: number | undefined;
6139
6040
  };
6140
6041
  };
6141
6042
  outputFormat: "json";
@@ -6257,6 +6158,9 @@ declare const pageChain: OpenAPIHono<hono.Env, {
6257
6158
  path: string;
6258
6159
  commentCount: number;
6259
6160
  createdAt: string;
6161
+ likerCount: number;
6162
+ seenUsersCount: number;
6163
+ isLiked: boolean;
6260
6164
  revision?: string | {
6261
6165
  _id: string;
6262
6166
  path: string;
@@ -6343,7 +6247,6 @@ declare const pageChain: OpenAPIHono<hono.Env, {
6343
6247
  id?: string | undefined;
6344
6248
  image?: string | null | undefined;
6345
6249
  } | null | undefined;
6346
- liker?: string[] | undefined;
6347
6250
  extended?: {
6348
6251
  [x: string]: any;
6349
6252
  } | undefined;
@@ -6351,8 +6254,6 @@ declare const pageChain: OpenAPIHono<hono.Env, {
6351
6254
  currentRevision?: string | null | undefined;
6352
6255
  yjsCheckpointAt?: string | null | undefined;
6353
6256
  latestRevision?: string | undefined;
6354
- likerCount?: number | undefined;
6355
- seenUsersCount?: number | undefined;
6356
6257
  };
6357
6258
  };
6358
6259
  outputFormat: "json";
@@ -6456,6 +6357,9 @@ declare const pageChain: OpenAPIHono<hono.Env, {
6456
6357
  path: string;
6457
6358
  commentCount: number;
6458
6359
  createdAt: string;
6360
+ likerCount: number;
6361
+ seenUsersCount: number;
6362
+ isLiked: boolean;
6459
6363
  revision?: string | {
6460
6364
  _id: string;
6461
6365
  path: string;
@@ -6542,7 +6446,6 @@ declare const pageChain: OpenAPIHono<hono.Env, {
6542
6446
  id?: string | undefined;
6543
6447
  image?: string | null | undefined;
6544
6448
  } | null | undefined;
6545
- liker?: string[] | undefined;
6546
6449
  extended?: {
6547
6450
  [x: string]: any;
6548
6451
  } | undefined;
@@ -6550,8 +6453,6 @@ declare const pageChain: OpenAPIHono<hono.Env, {
6550
6453
  currentRevision?: string | null | undefined;
6551
6454
  yjsCheckpointAt?: string | null | undefined;
6552
6455
  latestRevision?: string | undefined;
6553
- likerCount?: number | undefined;
6554
- seenUsersCount?: number | undefined;
6555
6456
  };
6556
6457
  };
6557
6458
  outputFormat: "json";
@@ -6672,6 +6573,9 @@ declare const pageChain: OpenAPIHono<hono.Env, {
6672
6573
  path: string;
6673
6574
  commentCount: number;
6674
6575
  createdAt: string;
6576
+ likerCount: number;
6577
+ seenUsersCount: number;
6578
+ isLiked: boolean;
6675
6579
  revision?: string | {
6676
6580
  _id: string;
6677
6581
  path: string;
@@ -6758,7 +6662,6 @@ declare const pageChain: OpenAPIHono<hono.Env, {
6758
6662
  id?: string | undefined;
6759
6663
  image?: string | null | undefined;
6760
6664
  } | null | undefined;
6761
- liker?: string[] | undefined;
6762
6665
  extended?: {
6763
6666
  [x: string]: any;
6764
6667
  } | undefined;
@@ -6766,8 +6669,6 @@ declare const pageChain: OpenAPIHono<hono.Env, {
6766
6669
  currentRevision?: string | null | undefined;
6767
6670
  yjsCheckpointAt?: string | null | undefined;
6768
6671
  latestRevision?: string | undefined;
6769
- likerCount?: number | undefined;
6770
- seenUsersCount?: number | undefined;
6771
6672
  };
6772
6673
  renamed_count: number;
6773
6674
  };
@@ -8334,6 +8235,9 @@ declare const lateContractApp: OpenAPIHono<hono.Env, {
8334
8235
  path: string;
8335
8236
  commentCount: number;
8336
8237
  createdAt: string;
8238
+ likerCount: number;
8239
+ seenUsersCount: number;
8240
+ isLiked: boolean;
8337
8241
  revision?: string | {
8338
8242
  _id: string;
8339
8243
  path: string;
@@ -8420,7 +8324,6 @@ declare const lateContractApp: OpenAPIHono<hono.Env, {
8420
8324
  id?: string | undefined;
8421
8325
  image?: string | null | undefined;
8422
8326
  } | null | undefined;
8423
- liker?: string[] | undefined;
8424
8327
  extended?: {
8425
8328
  [x: string]: any;
8426
8329
  } | undefined;
@@ -8428,8 +8331,6 @@ declare const lateContractApp: OpenAPIHono<hono.Env, {
8428
8331
  currentRevision?: string | null | undefined;
8429
8332
  yjsCheckpointAt?: string | null | undefined;
8430
8333
  latestRevision?: string | undefined;
8431
- likerCount?: number | undefined;
8432
- seenUsersCount?: number | undefined;
8433
8334
  };
8434
8335
  score?: number | undefined;
8435
8336
  snippet?: string | undefined;
@@ -22440,7 +22341,6 @@ declare const recentlyViewedPagesRoute: {
22440
22341
  image: z.ZodOptional<z.ZodNullable<z.ZodString>>;
22441
22342
  createdAt: z.ZodString;
22442
22343
  }, z.core.$strip>]>>>;
22443
- liker: z.ZodOptional<z.ZodArray<z.ZodString>>;
22444
22344
  commentCount: z.ZodDefault<z.ZodNumber>;
22445
22345
  extended: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
22446
22346
  createdAt: z.ZodString;
@@ -22448,8 +22348,9 @@ declare const recentlyViewedPagesRoute: {
22448
22348
  currentRevision: z.ZodOptional<z.ZodNullable<z.ZodString>>;
22449
22349
  yjsCheckpointAt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
22450
22350
  latestRevision: z.ZodOptional<z.ZodString>;
22451
- likerCount: z.ZodOptional<z.ZodNumber>;
22452
- seenUsersCount: z.ZodOptional<z.ZodNumber>;
22351
+ likerCount: z.ZodNumber;
22352
+ seenUsersCount: z.ZodNumber;
22353
+ isLiked: z.ZodBoolean;
22453
22354
  }, z.core.$strip>>;
22454
22355
  }, z.core.$strip>;
22455
22356
  };
@@ -22994,7 +22895,6 @@ declare const meRoutes: {
22994
22895
  image: z.ZodOptional<z.ZodNullable<z.ZodString>>;
22995
22896
  createdAt: z.ZodString;
22996
22897
  }, z.core.$strip>]>>>;
22997
- liker: z.ZodOptional<z.ZodArray<z.ZodString>>;
22998
22898
  commentCount: z.ZodDefault<z.ZodNumber>;
22999
22899
  extended: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
23000
22900
  createdAt: z.ZodString;
@@ -23002,8 +22902,9 @@ declare const meRoutes: {
23002
22902
  currentRevision: z.ZodOptional<z.ZodNullable<z.ZodString>>;
23003
22903
  yjsCheckpointAt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
23004
22904
  latestRevision: z.ZodOptional<z.ZodString>;
23005
- likerCount: z.ZodOptional<z.ZodNumber>;
23006
- seenUsersCount: z.ZodOptional<z.ZodNumber>;
22905
+ likerCount: z.ZodNumber;
22906
+ seenUsersCount: z.ZodNumber;
22907
+ isLiked: z.ZodBoolean;
23007
22908
  }, z.core.$strip>>;
23008
22909
  }, z.core.$strip>;
23009
22910
  };
@@ -25035,7 +24936,6 @@ declare const getUserPageRoute: {
25035
24936
  image: z.ZodOptional<z.ZodNullable<z.ZodString>>;
25036
24937
  createdAt: z.ZodString;
25037
24938
  }, z.core.$strip>]>>>;
25038
- liker: z.ZodOptional<z.ZodArray<z.ZodString>>;
25039
24939
  commentCount: z.ZodDefault<z.ZodNumber>;
25040
24940
  extended: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
25041
24941
  createdAt: z.ZodString;
@@ -25043,8 +24943,9 @@ declare const getUserPageRoute: {
25043
24943
  currentRevision: z.ZodOptional<z.ZodNullable<z.ZodString>>;
25044
24944
  yjsCheckpointAt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
25045
24945
  latestRevision: z.ZodOptional<z.ZodString>;
25046
- likerCount: z.ZodOptional<z.ZodNumber>;
25047
- seenUsersCount: z.ZodOptional<z.ZodNumber>;
24946
+ likerCount: z.ZodNumber;
24947
+ seenUsersCount: z.ZodNumber;
24948
+ isLiked: z.ZodBoolean;
25048
24949
  }, z.core.$strip>>>;
25049
24950
  recentBookmarks: z.ZodOptional<z.ZodArray<z.ZodObject<{
25050
24951
  _id: z.ZodString;
@@ -25150,7 +25051,6 @@ declare const getUserPageRoute: {
25150
25051
  image: z.ZodOptional<z.ZodNullable<z.ZodString>>;
25151
25052
  createdAt: z.ZodString;
25152
25053
  }, z.core.$strip>]>>>;
25153
- liker: z.ZodOptional<z.ZodArray<z.ZodString>>;
25154
25054
  commentCount: z.ZodDefault<z.ZodNumber>;
25155
25055
  extended: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
25156
25056
  createdAt: z.ZodString;
@@ -25158,8 +25058,9 @@ declare const getUserPageRoute: {
25158
25058
  currentRevision: z.ZodOptional<z.ZodNullable<z.ZodString>>;
25159
25059
  yjsCheckpointAt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
25160
25060
  latestRevision: z.ZodOptional<z.ZodString>;
25161
- likerCount: z.ZodOptional<z.ZodNumber>;
25162
- seenUsersCount: z.ZodOptional<z.ZodNumber>;
25061
+ likerCount: z.ZodNumber;
25062
+ seenUsersCount: z.ZodNumber;
25063
+ isLiked: z.ZodBoolean;
25163
25064
  }, z.core.$strip>;
25164
25065
  user: z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
25165
25066
  _id: z.ZodString;
@@ -25356,7 +25257,6 @@ declare const getUserBookmarksRoute: {
25356
25257
  image: z.ZodOptional<z.ZodNullable<z.ZodString>>;
25357
25258
  createdAt: z.ZodString;
25358
25259
  }, z.core.$strip>]>>>;
25359
- liker: z.ZodOptional<z.ZodArray<z.ZodString>>;
25360
25260
  commentCount: z.ZodDefault<z.ZodNumber>;
25361
25261
  extended: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
25362
25262
  createdAt: z.ZodString;
@@ -25364,8 +25264,9 @@ declare const getUserBookmarksRoute: {
25364
25264
  currentRevision: z.ZodOptional<z.ZodNullable<z.ZodString>>;
25365
25265
  yjsCheckpointAt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
25366
25266
  latestRevision: z.ZodOptional<z.ZodString>;
25367
- likerCount: z.ZodOptional<z.ZodNumber>;
25368
- seenUsersCount: z.ZodOptional<z.ZodNumber>;
25267
+ likerCount: z.ZodNumber;
25268
+ seenUsersCount: z.ZodNumber;
25269
+ isLiked: z.ZodBoolean;
25369
25270
  }, z.core.$strip>;
25370
25271
  user: z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
25371
25272
  _id: z.ZodString;
@@ -25566,7 +25467,6 @@ declare const getUserPagesRoute: {
25566
25467
  image: z.ZodOptional<z.ZodNullable<z.ZodString>>;
25567
25468
  createdAt: z.ZodString;
25568
25469
  }, z.core.$strip>]>>>;
25569
- liker: z.ZodOptional<z.ZodArray<z.ZodString>>;
25570
25470
  commentCount: z.ZodDefault<z.ZodNumber>;
25571
25471
  extended: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
25572
25472
  createdAt: z.ZodString;
@@ -25574,8 +25474,9 @@ declare const getUserPagesRoute: {
25574
25474
  currentRevision: z.ZodOptional<z.ZodNullable<z.ZodString>>;
25575
25475
  yjsCheckpointAt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
25576
25476
  latestRevision: z.ZodOptional<z.ZodString>;
25577
- likerCount: z.ZodOptional<z.ZodNumber>;
25578
- seenUsersCount: z.ZodOptional<z.ZodNumber>;
25477
+ likerCount: z.ZodNumber;
25478
+ seenUsersCount: z.ZodNumber;
25479
+ isLiked: z.ZodBoolean;
25579
25480
  }, z.core.$strip>>;
25580
25481
  pager: z.ZodObject<{
25581
25482
  prev: z.ZodNullable<z.ZodNumber>;
@@ -25768,7 +25669,6 @@ declare const getUserSubpagesRoute: {
25768
25669
  image: z.ZodOptional<z.ZodNullable<z.ZodString>>;
25769
25670
  createdAt: z.ZodString;
25770
25671
  }, z.core.$strip>]>>>;
25771
- liker: z.ZodOptional<z.ZodArray<z.ZodString>>;
25772
25672
  commentCount: z.ZodDefault<z.ZodNumber>;
25773
25673
  extended: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
25774
25674
  createdAt: z.ZodString;
@@ -25776,8 +25676,9 @@ declare const getUserSubpagesRoute: {
25776
25676
  currentRevision: z.ZodOptional<z.ZodNullable<z.ZodString>>;
25777
25677
  yjsCheckpointAt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
25778
25678
  latestRevision: z.ZodOptional<z.ZodString>;
25779
- likerCount: z.ZodOptional<z.ZodNumber>;
25780
- seenUsersCount: z.ZodOptional<z.ZodNumber>;
25679
+ likerCount: z.ZodNumber;
25680
+ seenUsersCount: z.ZodNumber;
25681
+ isLiked: z.ZodBoolean;
25781
25682
  }, z.core.$strip>>;
25782
25683
  pager: z.ZodObject<{
25783
25684
  prev: z.ZodNullable<z.ZodNumber>;
@@ -26078,7 +25979,6 @@ declare const userRoutes: {
26078
25979
  image: z.ZodOptional<z.ZodNullable<z.ZodString>>;
26079
25980
  createdAt: z.ZodString;
26080
25981
  }, z.core.$strip>]>>>;
26081
- liker: z.ZodOptional<z.ZodArray<z.ZodString>>;
26082
25982
  commentCount: z.ZodDefault<z.ZodNumber>;
26083
25983
  extended: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
26084
25984
  createdAt: z.ZodString;
@@ -26086,8 +25986,9 @@ declare const userRoutes: {
26086
25986
  currentRevision: z.ZodOptional<z.ZodNullable<z.ZodString>>;
26087
25987
  yjsCheckpointAt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
26088
25988
  latestRevision: z.ZodOptional<z.ZodString>;
26089
- likerCount: z.ZodOptional<z.ZodNumber>;
26090
- seenUsersCount: z.ZodOptional<z.ZodNumber>;
25989
+ likerCount: z.ZodNumber;
25990
+ seenUsersCount: z.ZodNumber;
25991
+ isLiked: z.ZodBoolean;
26091
25992
  }, z.core.$strip>>>;
26092
25993
  recentBookmarks: z.ZodOptional<z.ZodArray<z.ZodObject<{
26093
25994
  _id: z.ZodString;
@@ -26193,7 +26094,6 @@ declare const userRoutes: {
26193
26094
  image: z.ZodOptional<z.ZodNullable<z.ZodString>>;
26194
26095
  createdAt: z.ZodString;
26195
26096
  }, z.core.$strip>]>>>;
26196
- liker: z.ZodOptional<z.ZodArray<z.ZodString>>;
26197
26097
  commentCount: z.ZodDefault<z.ZodNumber>;
26198
26098
  extended: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
26199
26099
  createdAt: z.ZodString;
@@ -26201,8 +26101,9 @@ declare const userRoutes: {
26201
26101
  currentRevision: z.ZodOptional<z.ZodNullable<z.ZodString>>;
26202
26102
  yjsCheckpointAt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
26203
26103
  latestRevision: z.ZodOptional<z.ZodString>;
26204
- likerCount: z.ZodOptional<z.ZodNumber>;
26205
- seenUsersCount: z.ZodOptional<z.ZodNumber>;
26104
+ likerCount: z.ZodNumber;
26105
+ seenUsersCount: z.ZodNumber;
26106
+ isLiked: z.ZodBoolean;
26206
26107
  }, z.core.$strip>;
26207
26108
  user: z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
26208
26109
  _id: z.ZodString;
@@ -26399,7 +26300,6 @@ declare const userRoutes: {
26399
26300
  image: z.ZodOptional<z.ZodNullable<z.ZodString>>;
26400
26301
  createdAt: z.ZodString;
26401
26302
  }, z.core.$strip>]>>>;
26402
- liker: z.ZodOptional<z.ZodArray<z.ZodString>>;
26403
26303
  commentCount: z.ZodDefault<z.ZodNumber>;
26404
26304
  extended: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
26405
26305
  createdAt: z.ZodString;
@@ -26407,8 +26307,9 @@ declare const userRoutes: {
26407
26307
  currentRevision: z.ZodOptional<z.ZodNullable<z.ZodString>>;
26408
26308
  yjsCheckpointAt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
26409
26309
  latestRevision: z.ZodOptional<z.ZodString>;
26410
- likerCount: z.ZodOptional<z.ZodNumber>;
26411
- seenUsersCount: z.ZodOptional<z.ZodNumber>;
26310
+ likerCount: z.ZodNumber;
26311
+ seenUsersCount: z.ZodNumber;
26312
+ isLiked: z.ZodBoolean;
26412
26313
  }, z.core.$strip>;
26413
26314
  user: z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
26414
26315
  _id: z.ZodString;
@@ -26609,7 +26510,6 @@ declare const userRoutes: {
26609
26510
  image: z.ZodOptional<z.ZodNullable<z.ZodString>>;
26610
26511
  createdAt: z.ZodString;
26611
26512
  }, z.core.$strip>]>>>;
26612
- liker: z.ZodOptional<z.ZodArray<z.ZodString>>;
26613
26513
  commentCount: z.ZodDefault<z.ZodNumber>;
26614
26514
  extended: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
26615
26515
  createdAt: z.ZodString;
@@ -26617,8 +26517,9 @@ declare const userRoutes: {
26617
26517
  currentRevision: z.ZodOptional<z.ZodNullable<z.ZodString>>;
26618
26518
  yjsCheckpointAt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
26619
26519
  latestRevision: z.ZodOptional<z.ZodString>;
26620
- likerCount: z.ZodOptional<z.ZodNumber>;
26621
- seenUsersCount: z.ZodOptional<z.ZodNumber>;
26520
+ likerCount: z.ZodNumber;
26521
+ seenUsersCount: z.ZodNumber;
26522
+ isLiked: z.ZodBoolean;
26622
26523
  }, z.core.$strip>>;
26623
26524
  pager: z.ZodObject<{
26624
26525
  prev: z.ZodNullable<z.ZodNumber>;
@@ -26799,7 +26700,6 @@ declare const userRoutes: {
26799
26700
  image: z.ZodOptional<z.ZodNullable<z.ZodString>>;
26800
26701
  createdAt: z.ZodString;
26801
26702
  }, z.core.$strip>]>>>;
26802
- liker: z.ZodOptional<z.ZodArray<z.ZodString>>;
26803
26703
  commentCount: z.ZodDefault<z.ZodNumber>;
26804
26704
  extended: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
26805
26705
  createdAt: z.ZodString;
@@ -26807,8 +26707,9 @@ declare const userRoutes: {
26807
26707
  currentRevision: z.ZodOptional<z.ZodNullable<z.ZodString>>;
26808
26708
  yjsCheckpointAt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
26809
26709
  latestRevision: z.ZodOptional<z.ZodString>;
26810
- likerCount: z.ZodOptional<z.ZodNumber>;
26811
- seenUsersCount: z.ZodOptional<z.ZodNumber>;
26710
+ likerCount: z.ZodNumber;
26711
+ seenUsersCount: z.ZodNumber;
26712
+ isLiked: z.ZodBoolean;
26812
26713
  }, z.core.$strip>>;
26813
26714
  pager: z.ZodObject<{
26814
26715
  prev: z.ZodNullable<z.ZodNumber>;
@@ -26988,119 +26889,7 @@ declare const getBookmarkRoute: {
26988
26889
  schema: zod.ZodObject<{
26989
26890
  bookmark: zod.ZodNullable<zod.ZodObject<{
26990
26891
  _id: zod.ZodString;
26991
- page: zod.ZodObject<{
26992
- _id: zod.ZodString;
26993
- path: zod.ZodString;
26994
- revision: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodObject<{
26995
- _id: zod.ZodString;
26996
- path: zod.ZodString;
26997
- body: zod.ZodString;
26998
- format: zod.ZodDefault<zod.ZodString>;
26999
- author: zod.ZodOptional<zod.ZodNullable<zod.ZodObject<{
27000
- _id: zod.ZodString;
27001
- id: zod.ZodOptional<zod.ZodString>;
27002
- username: zod.ZodString;
27003
- name: zod.ZodString;
27004
- email: zod.ZodString;
27005
- image: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
27006
- createdAt: zod.ZodString;
27007
- }, zod_v4_core.$strip>>>;
27008
- createdAt: zod.ZodString;
27009
- meta: zod.ZodOptional<zod.ZodObject<{
27010
- toc: zod.ZodOptional<zod.ZodArray<zod.ZodObject<{
27011
- level: zod.ZodNumber;
27012
- text: zod.ZodString;
27013
- anchorId: zod.ZodString;
27014
- }, zod_v4_core.$strip>>>;
27015
- wikiLinks: zod.ZodOptional<zod.ZodArray<zod.ZodObject<{
27016
- raw: zod.ZodString;
27017
- target: zod.ZodString;
27018
- displayText: zod.ZodOptional<zod.ZodString>;
27019
- }, zod_v4_core.$strip>>>;
27020
- mentions: zod.ZodOptional<zod.ZodArray<zod.ZodObject<{
27021
- username: zod.ZodString;
27022
- }, zod_v4_core.$strip>>>;
27023
- codeBlockLanguages: zod.ZodOptional<zod.ZodArray<zod.ZodString>>;
27024
- rawSpaceLinks: zod.ZodOptional<zod.ZodArray<zod.ZodString>>;
27025
- }, zod_v4_core.$strip>>;
27026
- renderedAst: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodObject<{
27027
- astVersion: zod.ZodLiteral<1>;
27028
- root: zod.ZodUnknown;
27029
- }, zod_v4_core.$strip>, zod.ZodObject<{
27030
- type: zod.ZodLiteral<"root">;
27031
- children: zod.ZodArray<zod.ZodUnknown>;
27032
- }, zod_v4_core.$strip>]>>;
27033
- renderedAstArtifactKey: zod.ZodOptional<zod.ZodString>;
27034
- rendererVersion: zod.ZodOptional<zod.ZodString>;
27035
- parentRevisionId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
27036
- type: zod.ZodOptional<zod.ZodEnum<{
27037
- snapshot: "snapshot";
27038
- incremental: "incremental";
27039
- }>>;
27040
- savedBy: zod.ZodOptional<zod.ZodNullable<zod.ZodUnion<readonly [zod.ZodString, zod.ZodObject<{
27041
- _id: zod.ZodString;
27042
- id: zod.ZodOptional<zod.ZodString>;
27043
- username: zod.ZodString;
27044
- name: zod.ZodString;
27045
- email: zod.ZodString;
27046
- image: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
27047
- createdAt: zod.ZodString;
27048
- }, zod_v4_core.$strip>]>>>;
27049
- contributors: zod.ZodOptional<zod.ZodArray<zod.ZodUnion<readonly [zod.ZodString, zod.ZodObject<{
27050
- _id: zod.ZodString;
27051
- id: zod.ZodOptional<zod.ZodString>;
27052
- username: zod.ZodString;
27053
- name: zod.ZodString;
27054
- email: zod.ZodString;
27055
- image: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
27056
- createdAt: zod.ZodString;
27057
- }, zod_v4_core.$strip>]>>>;
27058
- message: zod.ZodOptional<zod.ZodString>;
27059
- editVia: zod.ZodOptional<zod.ZodEnum<{
27060
- oauth: "oauth";
27061
- pat: "pat";
27062
- web: "web";
27063
- }>>;
27064
- }, zod_v4_core.$strip>]>>;
27065
- redirectTo: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
27066
- status: zod.ZodOptional<zod.ZodNullable<zod.ZodEnum<{
27067
- deprecated: "deprecated";
27068
- wip: "wip";
27069
- published: "published";
27070
- deleted: "deleted";
27071
- draft: "draft";
27072
- }>>>;
27073
- grant: zod.ZodOptional<zod.ZodNumber>;
27074
- grantedUsers: zod.ZodOptional<zod.ZodArray<zod.ZodString>>;
27075
- creator: zod.ZodOptional<zod.ZodNullable<zod.ZodUnion<readonly [zod.ZodString, zod.ZodObject<{
27076
- _id: zod.ZodString;
27077
- id: zod.ZodOptional<zod.ZodString>;
27078
- username: zod.ZodString;
27079
- name: zod.ZodString;
27080
- email: zod.ZodString;
27081
- image: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
27082
- createdAt: zod.ZodString;
27083
- }, zod_v4_core.$strip>]>>>;
27084
- lastUpdateUser: zod.ZodOptional<zod.ZodNullable<zod.ZodUnion<readonly [zod.ZodString, zod.ZodObject<{
27085
- _id: zod.ZodString;
27086
- id: zod.ZodOptional<zod.ZodString>;
27087
- username: zod.ZodString;
27088
- name: zod.ZodString;
27089
- email: zod.ZodString;
27090
- image: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
27091
- createdAt: zod.ZodString;
27092
- }, zod_v4_core.$strip>]>>>;
27093
- liker: zod.ZodOptional<zod.ZodArray<zod.ZodString>>;
27094
- commentCount: zod.ZodDefault<zod.ZodNumber>;
27095
- extended: zod.ZodOptional<zod.ZodRecord<zod.ZodString, zod.ZodAny>>;
27096
- createdAt: zod.ZodString;
27097
- updatedAt: zod.ZodOptional<zod.ZodString>;
27098
- currentRevision: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
27099
- yjsCheckpointAt: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
27100
- latestRevision: zod.ZodOptional<zod.ZodString>;
27101
- likerCount: zod.ZodOptional<zod.ZodNumber>;
27102
- seenUsersCount: zod.ZodOptional<zod.ZodNumber>;
27103
- }, zod_v4_core.$strip>;
26892
+ page: zod.ZodNullable<zod.ZodString>;
27104
26893
  user: zod.ZodUnion<readonly [zod.ZodString, zod.ZodObject<{
27105
26894
  _id: zod.ZodString;
27106
26895
  id: zod.ZodOptional<zod.ZodString>;
@@ -27293,7 +27082,6 @@ declare const listMyBookmarksRoute: {
27293
27082
  image: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
27294
27083
  createdAt: zod.ZodString;
27295
27084
  }, zod_v4_core.$strip>]>>>;
27296
- liker: zod.ZodOptional<zod.ZodArray<zod.ZodString>>;
27297
27085
  commentCount: zod.ZodDefault<zod.ZodNumber>;
27298
27086
  extended: zod.ZodOptional<zod.ZodRecord<zod.ZodString, zod.ZodAny>>;
27299
27087
  createdAt: zod.ZodString;
@@ -27301,8 +27089,9 @@ declare const listMyBookmarksRoute: {
27301
27089
  currentRevision: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
27302
27090
  yjsCheckpointAt: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
27303
27091
  latestRevision: zod.ZodOptional<zod.ZodString>;
27304
- likerCount: zod.ZodOptional<zod.ZodNumber>;
27305
- seenUsersCount: zod.ZodOptional<zod.ZodNumber>;
27092
+ likerCount: zod.ZodNumber;
27093
+ seenUsersCount: zod.ZodNumber;
27094
+ isLiked: zod.ZodBoolean;
27306
27095
  }, zod_v4_core.$strip>;
27307
27096
  user: zod.ZodUnion<readonly [zod.ZodString, zod.ZodObject<{
27308
27097
  _id: zod.ZodString;
@@ -27494,7 +27283,6 @@ declare const addBookmarkRoute: {
27494
27283
  image: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
27495
27284
  createdAt: zod.ZodString;
27496
27285
  }, zod_v4_core.$strip>]>>>;
27497
- liker: zod.ZodOptional<zod.ZodArray<zod.ZodString>>;
27498
27286
  commentCount: zod.ZodDefault<zod.ZodNumber>;
27499
27287
  extended: zod.ZodOptional<zod.ZodRecord<zod.ZodString, zod.ZodAny>>;
27500
27288
  createdAt: zod.ZodString;
@@ -27502,8 +27290,9 @@ declare const addBookmarkRoute: {
27502
27290
  currentRevision: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
27503
27291
  yjsCheckpointAt: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
27504
27292
  latestRevision: zod.ZodOptional<zod.ZodString>;
27505
- likerCount: zod.ZodOptional<zod.ZodNumber>;
27506
- seenUsersCount: zod.ZodOptional<zod.ZodNumber>;
27293
+ likerCount: zod.ZodNumber;
27294
+ seenUsersCount: zod.ZodNumber;
27295
+ isLiked: zod.ZodBoolean;
27507
27296
  }, zod_v4_core.$strip>;
27508
27297
  user: zod.ZodUnion<readonly [zod.ZodString, zod.ZodObject<{
27509
27298
  _id: zod.ZodString;
@@ -27669,119 +27458,7 @@ declare const bookmarkRoutes: {
27669
27458
  schema: zod.ZodObject<{
27670
27459
  bookmark: zod.ZodNullable<zod.ZodObject<{
27671
27460
  _id: zod.ZodString;
27672
- page: zod.ZodObject<{
27673
- _id: zod.ZodString;
27674
- path: zod.ZodString;
27675
- revision: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodObject<{
27676
- _id: zod.ZodString;
27677
- path: zod.ZodString;
27678
- body: zod.ZodString;
27679
- format: zod.ZodDefault<zod.ZodString>;
27680
- author: zod.ZodOptional<zod.ZodNullable<zod.ZodObject<{
27681
- _id: zod.ZodString;
27682
- id: zod.ZodOptional<zod.ZodString>;
27683
- username: zod.ZodString;
27684
- name: zod.ZodString;
27685
- email: zod.ZodString;
27686
- image: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
27687
- createdAt: zod.ZodString;
27688
- }, zod_v4_core.$strip>>>;
27689
- createdAt: zod.ZodString;
27690
- meta: zod.ZodOptional<zod.ZodObject<{
27691
- toc: zod.ZodOptional<zod.ZodArray<zod.ZodObject<{
27692
- level: zod.ZodNumber;
27693
- text: zod.ZodString;
27694
- anchorId: zod.ZodString;
27695
- }, zod_v4_core.$strip>>>;
27696
- wikiLinks: zod.ZodOptional<zod.ZodArray<zod.ZodObject<{
27697
- raw: zod.ZodString;
27698
- target: zod.ZodString;
27699
- displayText: zod.ZodOptional<zod.ZodString>;
27700
- }, zod_v4_core.$strip>>>;
27701
- mentions: zod.ZodOptional<zod.ZodArray<zod.ZodObject<{
27702
- username: zod.ZodString;
27703
- }, zod_v4_core.$strip>>>;
27704
- codeBlockLanguages: zod.ZodOptional<zod.ZodArray<zod.ZodString>>;
27705
- rawSpaceLinks: zod.ZodOptional<zod.ZodArray<zod.ZodString>>;
27706
- }, zod_v4_core.$strip>>;
27707
- renderedAst: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodObject<{
27708
- astVersion: zod.ZodLiteral<1>;
27709
- root: zod.ZodUnknown;
27710
- }, zod_v4_core.$strip>, zod.ZodObject<{
27711
- type: zod.ZodLiteral<"root">;
27712
- children: zod.ZodArray<zod.ZodUnknown>;
27713
- }, zod_v4_core.$strip>]>>;
27714
- renderedAstArtifactKey: zod.ZodOptional<zod.ZodString>;
27715
- rendererVersion: zod.ZodOptional<zod.ZodString>;
27716
- parentRevisionId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
27717
- type: zod.ZodOptional<zod.ZodEnum<{
27718
- snapshot: "snapshot";
27719
- incremental: "incremental";
27720
- }>>;
27721
- savedBy: zod.ZodOptional<zod.ZodNullable<zod.ZodUnion<readonly [zod.ZodString, zod.ZodObject<{
27722
- _id: zod.ZodString;
27723
- id: zod.ZodOptional<zod.ZodString>;
27724
- username: zod.ZodString;
27725
- name: zod.ZodString;
27726
- email: zod.ZodString;
27727
- image: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
27728
- createdAt: zod.ZodString;
27729
- }, zod_v4_core.$strip>]>>>;
27730
- contributors: zod.ZodOptional<zod.ZodArray<zod.ZodUnion<readonly [zod.ZodString, zod.ZodObject<{
27731
- _id: zod.ZodString;
27732
- id: zod.ZodOptional<zod.ZodString>;
27733
- username: zod.ZodString;
27734
- name: zod.ZodString;
27735
- email: zod.ZodString;
27736
- image: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
27737
- createdAt: zod.ZodString;
27738
- }, zod_v4_core.$strip>]>>>;
27739
- message: zod.ZodOptional<zod.ZodString>;
27740
- editVia: zod.ZodOptional<zod.ZodEnum<{
27741
- oauth: "oauth";
27742
- pat: "pat";
27743
- web: "web";
27744
- }>>;
27745
- }, zod_v4_core.$strip>]>>;
27746
- redirectTo: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
27747
- status: zod.ZodOptional<zod.ZodNullable<zod.ZodEnum<{
27748
- deprecated: "deprecated";
27749
- wip: "wip";
27750
- published: "published";
27751
- deleted: "deleted";
27752
- draft: "draft";
27753
- }>>>;
27754
- grant: zod.ZodOptional<zod.ZodNumber>;
27755
- grantedUsers: zod.ZodOptional<zod.ZodArray<zod.ZodString>>;
27756
- creator: zod.ZodOptional<zod.ZodNullable<zod.ZodUnion<readonly [zod.ZodString, zod.ZodObject<{
27757
- _id: zod.ZodString;
27758
- id: zod.ZodOptional<zod.ZodString>;
27759
- username: zod.ZodString;
27760
- name: zod.ZodString;
27761
- email: zod.ZodString;
27762
- image: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
27763
- createdAt: zod.ZodString;
27764
- }, zod_v4_core.$strip>]>>>;
27765
- lastUpdateUser: zod.ZodOptional<zod.ZodNullable<zod.ZodUnion<readonly [zod.ZodString, zod.ZodObject<{
27766
- _id: zod.ZodString;
27767
- id: zod.ZodOptional<zod.ZodString>;
27768
- username: zod.ZodString;
27769
- name: zod.ZodString;
27770
- email: zod.ZodString;
27771
- image: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
27772
- createdAt: zod.ZodString;
27773
- }, zod_v4_core.$strip>]>>>;
27774
- liker: zod.ZodOptional<zod.ZodArray<zod.ZodString>>;
27775
- commentCount: zod.ZodDefault<zod.ZodNumber>;
27776
- extended: zod.ZodOptional<zod.ZodRecord<zod.ZodString, zod.ZodAny>>;
27777
- createdAt: zod.ZodString;
27778
- updatedAt: zod.ZodOptional<zod.ZodString>;
27779
- currentRevision: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
27780
- yjsCheckpointAt: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
27781
- latestRevision: zod.ZodOptional<zod.ZodString>;
27782
- likerCount: zod.ZodOptional<zod.ZodNumber>;
27783
- seenUsersCount: zod.ZodOptional<zod.ZodNumber>;
27784
- }, zod_v4_core.$strip>;
27461
+ page: zod.ZodNullable<zod.ZodString>;
27785
27462
  user: zod.ZodUnion<readonly [zod.ZodString, zod.ZodObject<{
27786
27463
  _id: zod.ZodString;
27787
27464
  id: zod.ZodOptional<zod.ZodString>;
@@ -27974,7 +27651,6 @@ declare const bookmarkRoutes: {
27974
27651
  image: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
27975
27652
  createdAt: zod.ZodString;
27976
27653
  }, zod_v4_core.$strip>]>>>;
27977
- liker: zod.ZodOptional<zod.ZodArray<zod.ZodString>>;
27978
27654
  commentCount: zod.ZodDefault<zod.ZodNumber>;
27979
27655
  extended: zod.ZodOptional<zod.ZodRecord<zod.ZodString, zod.ZodAny>>;
27980
27656
  createdAt: zod.ZodString;
@@ -27982,8 +27658,9 @@ declare const bookmarkRoutes: {
27982
27658
  currentRevision: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
27983
27659
  yjsCheckpointAt: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
27984
27660
  latestRevision: zod.ZodOptional<zod.ZodString>;
27985
- likerCount: zod.ZodOptional<zod.ZodNumber>;
27986
- seenUsersCount: zod.ZodOptional<zod.ZodNumber>;
27661
+ likerCount: zod.ZodNumber;
27662
+ seenUsersCount: zod.ZodNumber;
27663
+ isLiked: zod.ZodBoolean;
27987
27664
  }, zod_v4_core.$strip>;
27988
27665
  user: zod.ZodUnion<readonly [zod.ZodString, zod.ZodObject<{
27989
27666
  _id: zod.ZodString;
@@ -28175,7 +27852,6 @@ declare const bookmarkRoutes: {
28175
27852
  image: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
28176
27853
  createdAt: zod.ZodString;
28177
27854
  }, zod_v4_core.$strip>]>>>;
28178
- liker: zod.ZodOptional<zod.ZodArray<zod.ZodString>>;
28179
27855
  commentCount: zod.ZodDefault<zod.ZodNumber>;
28180
27856
  extended: zod.ZodOptional<zod.ZodRecord<zod.ZodString, zod.ZodAny>>;
28181
27857
  createdAt: zod.ZodString;
@@ -28183,8 +27859,9 @@ declare const bookmarkRoutes: {
28183
27859
  currentRevision: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
28184
27860
  yjsCheckpointAt: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
28185
27861
  latestRevision: zod.ZodOptional<zod.ZodString>;
28186
- likerCount: zod.ZodOptional<zod.ZodNumber>;
28187
- seenUsersCount: zod.ZodOptional<zod.ZodNumber>;
27862
+ likerCount: zod.ZodNumber;
27863
+ seenUsersCount: zod.ZodNumber;
27864
+ isLiked: zod.ZodBoolean;
28188
27865
  }, zod_v4_core.$strip>;
28189
27866
  user: zod.ZodUnion<readonly [zod.ZodString, zod.ZodObject<{
28190
27867
  _id: zod.ZodString;
@@ -30762,7 +30439,6 @@ declare const getPageRoute: {
30762
30439
  }>>>;
30763
30440
  grant: z.ZodOptional<z.ZodNumber>;
30764
30441
  grantedUsers: z.ZodOptional<z.ZodArray<z.ZodString>>;
30765
- liker: z.ZodOptional<z.ZodArray<z.ZodString>>;
30766
30442
  commentCount: z.ZodDefault<z.ZodNumber>;
30767
30443
  extended: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
30768
30444
  createdAt: z.ZodString;
@@ -30770,8 +30446,9 @@ declare const getPageRoute: {
30770
30446
  currentRevision: z.ZodOptional<z.ZodNullable<z.ZodString>>;
30771
30447
  yjsCheckpointAt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
30772
30448
  latestRevision: z.ZodOptional<z.ZodString>;
30773
- likerCount: z.ZodOptional<z.ZodNumber>;
30774
- seenUsersCount: z.ZodOptional<z.ZodNumber>;
30449
+ likerCount: z.ZodNumber;
30450
+ seenUsersCount: z.ZodNumber;
30451
+ isLiked: z.ZodBoolean;
30775
30452
  revision: z.ZodObject<{
30776
30453
  _id: z.ZodString;
30777
30454
  path: z.ZodString;
@@ -31058,7 +30735,6 @@ declare const listPagesRoute: {
31058
30735
  image: z.ZodOptional<z.ZodNullable<z.ZodString>>;
31059
30736
  createdAt: z.ZodString;
31060
30737
  }, z.core.$strip>]>>>;
31061
- liker: z.ZodOptional<z.ZodArray<z.ZodString>>;
31062
30738
  commentCount: z.ZodDefault<z.ZodNumber>;
31063
30739
  extended: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
31064
30740
  createdAt: z.ZodString;
@@ -31066,8 +30742,9 @@ declare const listPagesRoute: {
31066
30742
  currentRevision: z.ZodOptional<z.ZodNullable<z.ZodString>>;
31067
30743
  yjsCheckpointAt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
31068
30744
  latestRevision: z.ZodOptional<z.ZodString>;
31069
- likerCount: z.ZodOptional<z.ZodNumber>;
31070
- seenUsersCount: z.ZodOptional<z.ZodNumber>;
30745
+ likerCount: z.ZodNumber;
30746
+ seenUsersCount: z.ZodNumber;
30747
+ isLiked: z.ZodBoolean;
31071
30748
  }, z.core.$strip>>;
31072
30749
  pager: z.ZodObject<{
31073
30750
  prev: z.ZodNullable<z.ZodNumber>;
@@ -31176,7 +30853,6 @@ declare const listPagesRoute: {
31176
30853
  image: z.ZodOptional<z.ZodNullable<z.ZodString>>;
31177
30854
  createdAt: z.ZodString;
31178
30855
  }, z.core.$strip>]>>>;
31179
- liker: z.ZodOptional<z.ZodArray<z.ZodString>>;
31180
30856
  commentCount: z.ZodDefault<z.ZodNumber>;
31181
30857
  extended: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
31182
30858
  createdAt: z.ZodString;
@@ -31184,8 +30860,9 @@ declare const listPagesRoute: {
31184
30860
  currentRevision: z.ZodOptional<z.ZodNullable<z.ZodString>>;
31185
30861
  yjsCheckpointAt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
31186
30862
  latestRevision: z.ZodOptional<z.ZodString>;
31187
- likerCount: z.ZodOptional<z.ZodNumber>;
31188
- seenUsersCount: z.ZodOptional<z.ZodNumber>;
30863
+ likerCount: z.ZodNumber;
30864
+ seenUsersCount: z.ZodNumber;
30865
+ isLiked: z.ZodBoolean;
31189
30866
  }, z.core.$strip>>>;
31190
30867
  contentPage: z.ZodOptional<z.ZodNullable<z.ZodObject<{
31191
30868
  _id: z.ZodString;
@@ -31289,7 +30966,6 @@ declare const listPagesRoute: {
31289
30966
  image: z.ZodOptional<z.ZodNullable<z.ZodString>>;
31290
30967
  createdAt: z.ZodString;
31291
30968
  }, z.core.$strip>]>>>;
31292
- liker: z.ZodOptional<z.ZodArray<z.ZodString>>;
31293
30969
  commentCount: z.ZodDefault<z.ZodNumber>;
31294
30970
  extended: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
31295
30971
  createdAt: z.ZodString;
@@ -31297,8 +30973,9 @@ declare const listPagesRoute: {
31297
30973
  currentRevision: z.ZodOptional<z.ZodNullable<z.ZodString>>;
31298
30974
  yjsCheckpointAt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
31299
30975
  latestRevision: z.ZodOptional<z.ZodString>;
31300
- likerCount: z.ZodOptional<z.ZodNumber>;
31301
- seenUsersCount: z.ZodOptional<z.ZodNumber>;
30976
+ likerCount: z.ZodNumber;
30977
+ seenUsersCount: z.ZodNumber;
30978
+ isLiked: z.ZodBoolean;
31302
30979
  }, z.core.$strip>>>;
31303
30980
  total: z.ZodNumber;
31304
30981
  }, z.core.$strip>;
@@ -31334,6 +31011,7 @@ declare const listPageChildrenRoute: {
31334
31011
  request: {
31335
31012
  query: z.ZodObject<{
31336
31013
  path: z.ZodString;
31014
+ depth: z.ZodOptional<z.ZodCoercedNumber<unknown>>;
31337
31015
  }, z.core.$strip>;
31338
31016
  };
31339
31017
  responses: {
@@ -31510,7 +31188,6 @@ declare const createPageRoute: {
31510
31188
  image: z.ZodOptional<z.ZodNullable<z.ZodString>>;
31511
31189
  createdAt: z.ZodString;
31512
31190
  }, z.core.$strip>]>>>;
31513
- liker: z.ZodOptional<z.ZodArray<z.ZodString>>;
31514
31191
  commentCount: z.ZodDefault<z.ZodNumber>;
31515
31192
  extended: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
31516
31193
  createdAt: z.ZodString;
@@ -31518,8 +31195,9 @@ declare const createPageRoute: {
31518
31195
  currentRevision: z.ZodOptional<z.ZodNullable<z.ZodString>>;
31519
31196
  yjsCheckpointAt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
31520
31197
  latestRevision: z.ZodOptional<z.ZodString>;
31521
- likerCount: z.ZodOptional<z.ZodNumber>;
31522
- seenUsersCount: z.ZodOptional<z.ZodNumber>;
31198
+ likerCount: z.ZodNumber;
31199
+ seenUsersCount: z.ZodNumber;
31200
+ isLiked: z.ZodBoolean;
31523
31201
  }, z.core.$strip>;
31524
31202
  }, z.core.$strip>;
31525
31203
  };
@@ -31686,7 +31364,6 @@ declare const updatePageRoute: {
31686
31364
  image: z.ZodOptional<z.ZodNullable<z.ZodString>>;
31687
31365
  createdAt: z.ZodString;
31688
31366
  }, z.core.$strip>]>>>;
31689
- liker: z.ZodOptional<z.ZodArray<z.ZodString>>;
31690
31367
  commentCount: z.ZodDefault<z.ZodNumber>;
31691
31368
  extended: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
31692
31369
  createdAt: z.ZodString;
@@ -31694,8 +31371,9 @@ declare const updatePageRoute: {
31694
31371
  currentRevision: z.ZodOptional<z.ZodNullable<z.ZodString>>;
31695
31372
  yjsCheckpointAt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
31696
31373
  latestRevision: z.ZodOptional<z.ZodString>;
31697
- likerCount: z.ZodOptional<z.ZodNumber>;
31698
- seenUsersCount: z.ZodOptional<z.ZodNumber>;
31374
+ likerCount: z.ZodNumber;
31375
+ seenUsersCount: z.ZodNumber;
31376
+ isLiked: z.ZodBoolean;
31699
31377
  }, z.core.$strip>;
31700
31378
  }, z.core.$strip>;
31701
31379
  };
@@ -31886,7 +31564,6 @@ declare const setPageGrantRoute: {
31886
31564
  image: z.ZodOptional<z.ZodNullable<z.ZodString>>;
31887
31565
  createdAt: z.ZodString;
31888
31566
  }, z.core.$strip>]>>>;
31889
- liker: z.ZodOptional<z.ZodArray<z.ZodString>>;
31890
31567
  commentCount: z.ZodDefault<z.ZodNumber>;
31891
31568
  extended: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
31892
31569
  createdAt: z.ZodString;
@@ -31894,8 +31571,9 @@ declare const setPageGrantRoute: {
31894
31571
  currentRevision: z.ZodOptional<z.ZodNullable<z.ZodString>>;
31895
31572
  yjsCheckpointAt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
31896
31573
  latestRevision: z.ZodOptional<z.ZodString>;
31897
- likerCount: z.ZodOptional<z.ZodNumber>;
31898
- seenUsersCount: z.ZodOptional<z.ZodNumber>;
31574
+ likerCount: z.ZodNumber;
31575
+ seenUsersCount: z.ZodNumber;
31576
+ isLiked: z.ZodBoolean;
31899
31577
  }, z.core.$strip>;
31900
31578
  }, z.core.$strip>;
31901
31579
  };
@@ -32251,7 +31929,6 @@ declare const likePageRoute: {
32251
31929
  image: z.ZodOptional<z.ZodNullable<z.ZodString>>;
32252
31930
  createdAt: z.ZodString;
32253
31931
  }, z.core.$strip>]>>>;
32254
- liker: z.ZodOptional<z.ZodArray<z.ZodString>>;
32255
31932
  commentCount: z.ZodDefault<z.ZodNumber>;
32256
31933
  extended: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
32257
31934
  createdAt: z.ZodString;
@@ -32259,8 +31936,9 @@ declare const likePageRoute: {
32259
31936
  currentRevision: z.ZodOptional<z.ZodNullable<z.ZodString>>;
32260
31937
  yjsCheckpointAt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
32261
31938
  latestRevision: z.ZodOptional<z.ZodString>;
32262
- likerCount: z.ZodOptional<z.ZodNumber>;
32263
- seenUsersCount: z.ZodOptional<z.ZodNumber>;
31939
+ likerCount: z.ZodNumber;
31940
+ seenUsersCount: z.ZodNumber;
31941
+ isLiked: z.ZodBoolean;
32264
31942
  }, z.core.$strip>;
32265
31943
  }, z.core.$strip>;
32266
31944
  };
@@ -32437,7 +32115,6 @@ declare const unlikePageRoute: {
32437
32115
  image: z.ZodOptional<z.ZodNullable<z.ZodString>>;
32438
32116
  createdAt: z.ZodString;
32439
32117
  }, z.core.$strip>]>>>;
32440
- liker: z.ZodOptional<z.ZodArray<z.ZodString>>;
32441
32118
  commentCount: z.ZodDefault<z.ZodNumber>;
32442
32119
  extended: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
32443
32120
  createdAt: z.ZodString;
@@ -32445,8 +32122,9 @@ declare const unlikePageRoute: {
32445
32122
  currentRevision: z.ZodOptional<z.ZodNullable<z.ZodString>>;
32446
32123
  yjsCheckpointAt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
32447
32124
  latestRevision: z.ZodOptional<z.ZodString>;
32448
- likerCount: z.ZodOptional<z.ZodNumber>;
32449
- seenUsersCount: z.ZodOptional<z.ZodNumber>;
32125
+ likerCount: z.ZodNumber;
32126
+ seenUsersCount: z.ZodNumber;
32127
+ isLiked: z.ZodBoolean;
32450
32128
  }, z.core.$strip>;
32451
32129
  }, z.core.$strip>;
32452
32130
  };
@@ -32534,7 +32212,6 @@ declare const claimPageLinkAccessRoute: {
32534
32212
  }>>>;
32535
32213
  grant: z.ZodOptional<z.ZodNumber>;
32536
32214
  grantedUsers: z.ZodOptional<z.ZodArray<z.ZodString>>;
32537
- liker: z.ZodOptional<z.ZodArray<z.ZodString>>;
32538
32215
  commentCount: z.ZodDefault<z.ZodNumber>;
32539
32216
  extended: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
32540
32217
  createdAt: z.ZodString;
@@ -32542,8 +32219,9 @@ declare const claimPageLinkAccessRoute: {
32542
32219
  currentRevision: z.ZodOptional<z.ZodNullable<z.ZodString>>;
32543
32220
  yjsCheckpointAt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
32544
32221
  latestRevision: z.ZodOptional<z.ZodString>;
32545
- likerCount: z.ZodOptional<z.ZodNumber>;
32546
- seenUsersCount: z.ZodOptional<z.ZodNumber>;
32222
+ likerCount: z.ZodNumber;
32223
+ seenUsersCount: z.ZodNumber;
32224
+ isLiked: z.ZodBoolean;
32547
32225
  revision: z.ZodObject<{
32548
32226
  _id: z.ZodString;
32549
32227
  path: z.ZodString;
@@ -32991,7 +32669,6 @@ declare const deletePageRoute: {
32991
32669
  image: z.ZodOptional<z.ZodNullable<z.ZodString>>;
32992
32670
  createdAt: z.ZodString;
32993
32671
  }, z.core.$strip>]>>>;
32994
- liker: z.ZodOptional<z.ZodArray<z.ZodString>>;
32995
32672
  commentCount: z.ZodDefault<z.ZodNumber>;
32996
32673
  extended: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
32997
32674
  createdAt: z.ZodString;
@@ -32999,8 +32676,9 @@ declare const deletePageRoute: {
32999
32676
  currentRevision: z.ZodOptional<z.ZodNullable<z.ZodString>>;
33000
32677
  yjsCheckpointAt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
33001
32678
  latestRevision: z.ZodOptional<z.ZodString>;
33002
- likerCount: z.ZodOptional<z.ZodNumber>;
33003
- seenUsersCount: z.ZodOptional<z.ZodNumber>;
32679
+ likerCount: z.ZodNumber;
32680
+ seenUsersCount: z.ZodNumber;
32681
+ isLiked: z.ZodBoolean;
33004
32682
  }, z.core.$strip>;
33005
32683
  }, z.core.$strip>;
33006
32684
  };
@@ -33213,7 +32891,6 @@ declare const revertDeletedPageRoute: {
33213
32891
  image: z.ZodOptional<z.ZodNullable<z.ZodString>>;
33214
32892
  createdAt: z.ZodString;
33215
32893
  }, z.core.$strip>]>>>;
33216
- liker: z.ZodOptional<z.ZodArray<z.ZodString>>;
33217
32894
  commentCount: z.ZodDefault<z.ZodNumber>;
33218
32895
  extended: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
33219
32896
  createdAt: z.ZodString;
@@ -33221,8 +32898,9 @@ declare const revertDeletedPageRoute: {
33221
32898
  currentRevision: z.ZodOptional<z.ZodNullable<z.ZodString>>;
33222
32899
  yjsCheckpointAt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
33223
32900
  latestRevision: z.ZodOptional<z.ZodString>;
33224
- likerCount: z.ZodOptional<z.ZodNumber>;
33225
- seenUsersCount: z.ZodOptional<z.ZodNumber>;
32901
+ likerCount: z.ZodNumber;
32902
+ seenUsersCount: z.ZodNumber;
32903
+ isLiked: z.ZodBoolean;
33226
32904
  }, z.core.$strip>;
33227
32905
  }, z.core.$strip>;
33228
32906
  };
@@ -33428,7 +33106,6 @@ declare const revertToRevisionRoute: {
33428
33106
  image: z.ZodOptional<z.ZodNullable<z.ZodString>>;
33429
33107
  createdAt: z.ZodString;
33430
33108
  }, z.core.$strip>]>>>;
33431
- liker: z.ZodOptional<z.ZodArray<z.ZodString>>;
33432
33109
  commentCount: z.ZodDefault<z.ZodNumber>;
33433
33110
  extended: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
33434
33111
  createdAt: z.ZodString;
@@ -33436,8 +33113,9 @@ declare const revertToRevisionRoute: {
33436
33113
  currentRevision: z.ZodOptional<z.ZodNullable<z.ZodString>>;
33437
33114
  yjsCheckpointAt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
33438
33115
  latestRevision: z.ZodOptional<z.ZodString>;
33439
- likerCount: z.ZodOptional<z.ZodNumber>;
33440
- seenUsersCount: z.ZodOptional<z.ZodNumber>;
33116
+ likerCount: z.ZodNumber;
33117
+ seenUsersCount: z.ZodNumber;
33118
+ isLiked: z.ZodBoolean;
33441
33119
  }, z.core.$strip>;
33442
33120
  }, z.core.$strip>;
33443
33121
  };
@@ -33621,7 +33299,6 @@ declare const renamePageRoute: {
33621
33299
  image: z.ZodOptional<z.ZodNullable<z.ZodString>>;
33622
33300
  createdAt: z.ZodString;
33623
33301
  }, z.core.$strip>]>>>;
33624
- liker: z.ZodOptional<z.ZodArray<z.ZodString>>;
33625
33302
  commentCount: z.ZodDefault<z.ZodNumber>;
33626
33303
  extended: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
33627
33304
  createdAt: z.ZodString;
@@ -33629,8 +33306,9 @@ declare const renamePageRoute: {
33629
33306
  currentRevision: z.ZodOptional<z.ZodNullable<z.ZodString>>;
33630
33307
  yjsCheckpointAt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
33631
33308
  latestRevision: z.ZodOptional<z.ZodString>;
33632
- likerCount: z.ZodOptional<z.ZodNumber>;
33633
- seenUsersCount: z.ZodOptional<z.ZodNumber>;
33309
+ likerCount: z.ZodNumber;
33310
+ seenUsersCount: z.ZodNumber;
33311
+ isLiked: z.ZodBoolean;
33634
33312
  }, z.core.$strip>;
33635
33313
  renamed_count: z.ZodNumber;
33636
33314
  }, z.core.$strip>;
@@ -33863,7 +33541,6 @@ declare const pageRoutes: {
33863
33541
  }>>>;
33864
33542
  grant: z.ZodOptional<z.ZodNumber>;
33865
33543
  grantedUsers: z.ZodOptional<z.ZodArray<z.ZodString>>;
33866
- liker: z.ZodOptional<z.ZodArray<z.ZodString>>;
33867
33544
  commentCount: z.ZodDefault<z.ZodNumber>;
33868
33545
  extended: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
33869
33546
  createdAt: z.ZodString;
@@ -33871,8 +33548,9 @@ declare const pageRoutes: {
33871
33548
  currentRevision: z.ZodOptional<z.ZodNullable<z.ZodString>>;
33872
33549
  yjsCheckpointAt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
33873
33550
  latestRevision: z.ZodOptional<z.ZodString>;
33874
- likerCount: z.ZodOptional<z.ZodNumber>;
33875
- seenUsersCount: z.ZodOptional<z.ZodNumber>;
33551
+ likerCount: z.ZodNumber;
33552
+ seenUsersCount: z.ZodNumber;
33553
+ isLiked: z.ZodBoolean;
33876
33554
  revision: z.ZodObject<{
33877
33555
  _id: z.ZodString;
33878
33556
  path: z.ZodString;
@@ -34159,7 +33837,6 @@ declare const pageRoutes: {
34159
33837
  image: z.ZodOptional<z.ZodNullable<z.ZodString>>;
34160
33838
  createdAt: z.ZodString;
34161
33839
  }, z.core.$strip>]>>>;
34162
- liker: z.ZodOptional<z.ZodArray<z.ZodString>>;
34163
33840
  commentCount: z.ZodDefault<z.ZodNumber>;
34164
33841
  extended: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
34165
33842
  createdAt: z.ZodString;
@@ -34167,8 +33844,9 @@ declare const pageRoutes: {
34167
33844
  currentRevision: z.ZodOptional<z.ZodNullable<z.ZodString>>;
34168
33845
  yjsCheckpointAt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
34169
33846
  latestRevision: z.ZodOptional<z.ZodString>;
34170
- likerCount: z.ZodOptional<z.ZodNumber>;
34171
- seenUsersCount: z.ZodOptional<z.ZodNumber>;
33847
+ likerCount: z.ZodNumber;
33848
+ seenUsersCount: z.ZodNumber;
33849
+ isLiked: z.ZodBoolean;
34172
33850
  }, z.core.$strip>>;
34173
33851
  pager: z.ZodObject<{
34174
33852
  prev: z.ZodNullable<z.ZodNumber>;
@@ -34277,7 +33955,6 @@ declare const pageRoutes: {
34277
33955
  image: z.ZodOptional<z.ZodNullable<z.ZodString>>;
34278
33956
  createdAt: z.ZodString;
34279
33957
  }, z.core.$strip>]>>>;
34280
- liker: z.ZodOptional<z.ZodArray<z.ZodString>>;
34281
33958
  commentCount: z.ZodDefault<z.ZodNumber>;
34282
33959
  extended: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
34283
33960
  createdAt: z.ZodString;
@@ -34285,8 +33962,9 @@ declare const pageRoutes: {
34285
33962
  currentRevision: z.ZodOptional<z.ZodNullable<z.ZodString>>;
34286
33963
  yjsCheckpointAt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
34287
33964
  latestRevision: z.ZodOptional<z.ZodString>;
34288
- likerCount: z.ZodOptional<z.ZodNumber>;
34289
- seenUsersCount: z.ZodOptional<z.ZodNumber>;
33965
+ likerCount: z.ZodNumber;
33966
+ seenUsersCount: z.ZodNumber;
33967
+ isLiked: z.ZodBoolean;
34290
33968
  }, z.core.$strip>>>;
34291
33969
  contentPage: z.ZodOptional<z.ZodNullable<z.ZodObject<{
34292
33970
  _id: z.ZodString;
@@ -34390,7 +34068,6 @@ declare const pageRoutes: {
34390
34068
  image: z.ZodOptional<z.ZodNullable<z.ZodString>>;
34391
34069
  createdAt: z.ZodString;
34392
34070
  }, z.core.$strip>]>>>;
34393
- liker: z.ZodOptional<z.ZodArray<z.ZodString>>;
34394
34071
  commentCount: z.ZodDefault<z.ZodNumber>;
34395
34072
  extended: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
34396
34073
  createdAt: z.ZodString;
@@ -34398,8 +34075,9 @@ declare const pageRoutes: {
34398
34075
  currentRevision: z.ZodOptional<z.ZodNullable<z.ZodString>>;
34399
34076
  yjsCheckpointAt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
34400
34077
  latestRevision: z.ZodOptional<z.ZodString>;
34401
- likerCount: z.ZodOptional<z.ZodNumber>;
34402
- seenUsersCount: z.ZodOptional<z.ZodNumber>;
34078
+ likerCount: z.ZodNumber;
34079
+ seenUsersCount: z.ZodNumber;
34080
+ isLiked: z.ZodBoolean;
34403
34081
  }, z.core.$strip>>>;
34404
34082
  total: z.ZodNumber;
34405
34083
  }, z.core.$strip>;
@@ -34435,6 +34113,7 @@ declare const pageRoutes: {
34435
34113
  request: {
34436
34114
  query: z.ZodObject<{
34437
34115
  path: z.ZodString;
34116
+ depth: z.ZodOptional<z.ZodCoercedNumber<unknown>>;
34438
34117
  }, z.core.$strip>;
34439
34118
  };
34440
34119
  responses: {
@@ -34611,7 +34290,6 @@ declare const pageRoutes: {
34611
34290
  image: z.ZodOptional<z.ZodNullable<z.ZodString>>;
34612
34291
  createdAt: z.ZodString;
34613
34292
  }, z.core.$strip>]>>>;
34614
- liker: z.ZodOptional<z.ZodArray<z.ZodString>>;
34615
34293
  commentCount: z.ZodDefault<z.ZodNumber>;
34616
34294
  extended: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
34617
34295
  createdAt: z.ZodString;
@@ -34619,8 +34297,9 @@ declare const pageRoutes: {
34619
34297
  currentRevision: z.ZodOptional<z.ZodNullable<z.ZodString>>;
34620
34298
  yjsCheckpointAt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
34621
34299
  latestRevision: z.ZodOptional<z.ZodString>;
34622
- likerCount: z.ZodOptional<z.ZodNumber>;
34623
- seenUsersCount: z.ZodOptional<z.ZodNumber>;
34300
+ likerCount: z.ZodNumber;
34301
+ seenUsersCount: z.ZodNumber;
34302
+ isLiked: z.ZodBoolean;
34624
34303
  }, z.core.$strip>;
34625
34304
  }, z.core.$strip>;
34626
34305
  };
@@ -34787,7 +34466,6 @@ declare const pageRoutes: {
34787
34466
  image: z.ZodOptional<z.ZodNullable<z.ZodString>>;
34788
34467
  createdAt: z.ZodString;
34789
34468
  }, z.core.$strip>]>>>;
34790
- liker: z.ZodOptional<z.ZodArray<z.ZodString>>;
34791
34469
  commentCount: z.ZodDefault<z.ZodNumber>;
34792
34470
  extended: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
34793
34471
  createdAt: z.ZodString;
@@ -34795,8 +34473,9 @@ declare const pageRoutes: {
34795
34473
  currentRevision: z.ZodOptional<z.ZodNullable<z.ZodString>>;
34796
34474
  yjsCheckpointAt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
34797
34475
  latestRevision: z.ZodOptional<z.ZodString>;
34798
- likerCount: z.ZodOptional<z.ZodNumber>;
34799
- seenUsersCount: z.ZodOptional<z.ZodNumber>;
34476
+ likerCount: z.ZodNumber;
34477
+ seenUsersCount: z.ZodNumber;
34478
+ isLiked: z.ZodBoolean;
34800
34479
  }, z.core.$strip>;
34801
34480
  }, z.core.$strip>;
34802
34481
  };
@@ -34987,7 +34666,6 @@ declare const pageRoutes: {
34987
34666
  image: z.ZodOptional<z.ZodNullable<z.ZodString>>;
34988
34667
  createdAt: z.ZodString;
34989
34668
  }, z.core.$strip>]>>>;
34990
- liker: z.ZodOptional<z.ZodArray<z.ZodString>>;
34991
34669
  commentCount: z.ZodDefault<z.ZodNumber>;
34992
34670
  extended: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
34993
34671
  createdAt: z.ZodString;
@@ -34995,8 +34673,9 @@ declare const pageRoutes: {
34995
34673
  currentRevision: z.ZodOptional<z.ZodNullable<z.ZodString>>;
34996
34674
  yjsCheckpointAt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
34997
34675
  latestRevision: z.ZodOptional<z.ZodString>;
34998
- likerCount: z.ZodOptional<z.ZodNumber>;
34999
- seenUsersCount: z.ZodOptional<z.ZodNumber>;
34676
+ likerCount: z.ZodNumber;
34677
+ seenUsersCount: z.ZodNumber;
34678
+ isLiked: z.ZodBoolean;
35000
34679
  }, z.core.$strip>;
35001
34680
  }, z.core.$strip>;
35002
34681
  };
@@ -35352,7 +35031,6 @@ declare const pageRoutes: {
35352
35031
  image: z.ZodOptional<z.ZodNullable<z.ZodString>>;
35353
35032
  createdAt: z.ZodString;
35354
35033
  }, z.core.$strip>]>>>;
35355
- liker: z.ZodOptional<z.ZodArray<z.ZodString>>;
35356
35034
  commentCount: z.ZodDefault<z.ZodNumber>;
35357
35035
  extended: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
35358
35036
  createdAt: z.ZodString;
@@ -35360,8 +35038,9 @@ declare const pageRoutes: {
35360
35038
  currentRevision: z.ZodOptional<z.ZodNullable<z.ZodString>>;
35361
35039
  yjsCheckpointAt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
35362
35040
  latestRevision: z.ZodOptional<z.ZodString>;
35363
- likerCount: z.ZodOptional<z.ZodNumber>;
35364
- seenUsersCount: z.ZodOptional<z.ZodNumber>;
35041
+ likerCount: z.ZodNumber;
35042
+ seenUsersCount: z.ZodNumber;
35043
+ isLiked: z.ZodBoolean;
35365
35044
  }, z.core.$strip>;
35366
35045
  }, z.core.$strip>;
35367
35046
  };
@@ -35538,7 +35217,6 @@ declare const pageRoutes: {
35538
35217
  image: z.ZodOptional<z.ZodNullable<z.ZodString>>;
35539
35218
  createdAt: z.ZodString;
35540
35219
  }, z.core.$strip>]>>>;
35541
- liker: z.ZodOptional<z.ZodArray<z.ZodString>>;
35542
35220
  commentCount: z.ZodDefault<z.ZodNumber>;
35543
35221
  extended: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
35544
35222
  createdAt: z.ZodString;
@@ -35546,8 +35224,9 @@ declare const pageRoutes: {
35546
35224
  currentRevision: z.ZodOptional<z.ZodNullable<z.ZodString>>;
35547
35225
  yjsCheckpointAt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
35548
35226
  latestRevision: z.ZodOptional<z.ZodString>;
35549
- likerCount: z.ZodOptional<z.ZodNumber>;
35550
- seenUsersCount: z.ZodOptional<z.ZodNumber>;
35227
+ likerCount: z.ZodNumber;
35228
+ seenUsersCount: z.ZodNumber;
35229
+ isLiked: z.ZodBoolean;
35551
35230
  }, z.core.$strip>;
35552
35231
  }, z.core.$strip>;
35553
35232
  };
@@ -35635,7 +35314,6 @@ declare const pageRoutes: {
35635
35314
  }>>>;
35636
35315
  grant: z.ZodOptional<z.ZodNumber>;
35637
35316
  grantedUsers: z.ZodOptional<z.ZodArray<z.ZodString>>;
35638
- liker: z.ZodOptional<z.ZodArray<z.ZodString>>;
35639
35317
  commentCount: z.ZodDefault<z.ZodNumber>;
35640
35318
  extended: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
35641
35319
  createdAt: z.ZodString;
@@ -35643,8 +35321,9 @@ declare const pageRoutes: {
35643
35321
  currentRevision: z.ZodOptional<z.ZodNullable<z.ZodString>>;
35644
35322
  yjsCheckpointAt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
35645
35323
  latestRevision: z.ZodOptional<z.ZodString>;
35646
- likerCount: z.ZodOptional<z.ZodNumber>;
35647
- seenUsersCount: z.ZodOptional<z.ZodNumber>;
35324
+ likerCount: z.ZodNumber;
35325
+ seenUsersCount: z.ZodNumber;
35326
+ isLiked: z.ZodBoolean;
35648
35327
  revision: z.ZodObject<{
35649
35328
  _id: z.ZodString;
35650
35329
  path: z.ZodString;
@@ -36092,7 +35771,6 @@ declare const pageRoutes: {
36092
35771
  image: z.ZodOptional<z.ZodNullable<z.ZodString>>;
36093
35772
  createdAt: z.ZodString;
36094
35773
  }, z.core.$strip>]>>>;
36095
- liker: z.ZodOptional<z.ZodArray<z.ZodString>>;
36096
35774
  commentCount: z.ZodDefault<z.ZodNumber>;
36097
35775
  extended: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
36098
35776
  createdAt: z.ZodString;
@@ -36100,8 +35778,9 @@ declare const pageRoutes: {
36100
35778
  currentRevision: z.ZodOptional<z.ZodNullable<z.ZodString>>;
36101
35779
  yjsCheckpointAt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
36102
35780
  latestRevision: z.ZodOptional<z.ZodString>;
36103
- likerCount: z.ZodOptional<z.ZodNumber>;
36104
- seenUsersCount: z.ZodOptional<z.ZodNumber>;
35781
+ likerCount: z.ZodNumber;
35782
+ seenUsersCount: z.ZodNumber;
35783
+ isLiked: z.ZodBoolean;
36105
35784
  }, z.core.$strip>;
36106
35785
  }, z.core.$strip>;
36107
35786
  };
@@ -36314,7 +35993,6 @@ declare const pageRoutes: {
36314
35993
  image: z.ZodOptional<z.ZodNullable<z.ZodString>>;
36315
35994
  createdAt: z.ZodString;
36316
35995
  }, z.core.$strip>]>>>;
36317
- liker: z.ZodOptional<z.ZodArray<z.ZodString>>;
36318
35996
  commentCount: z.ZodDefault<z.ZodNumber>;
36319
35997
  extended: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
36320
35998
  createdAt: z.ZodString;
@@ -36322,8 +36000,9 @@ declare const pageRoutes: {
36322
36000
  currentRevision: z.ZodOptional<z.ZodNullable<z.ZodString>>;
36323
36001
  yjsCheckpointAt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
36324
36002
  latestRevision: z.ZodOptional<z.ZodString>;
36325
- likerCount: z.ZodOptional<z.ZodNumber>;
36326
- seenUsersCount: z.ZodOptional<z.ZodNumber>;
36003
+ likerCount: z.ZodNumber;
36004
+ seenUsersCount: z.ZodNumber;
36005
+ isLiked: z.ZodBoolean;
36327
36006
  }, z.core.$strip>;
36328
36007
  }, z.core.$strip>;
36329
36008
  };
@@ -36529,7 +36208,6 @@ declare const pageRoutes: {
36529
36208
  image: z.ZodOptional<z.ZodNullable<z.ZodString>>;
36530
36209
  createdAt: z.ZodString;
36531
36210
  }, z.core.$strip>]>>>;
36532
- liker: z.ZodOptional<z.ZodArray<z.ZodString>>;
36533
36211
  commentCount: z.ZodDefault<z.ZodNumber>;
36534
36212
  extended: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
36535
36213
  createdAt: z.ZodString;
@@ -36537,8 +36215,9 @@ declare const pageRoutes: {
36537
36215
  currentRevision: z.ZodOptional<z.ZodNullable<z.ZodString>>;
36538
36216
  yjsCheckpointAt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
36539
36217
  latestRevision: z.ZodOptional<z.ZodString>;
36540
- likerCount: z.ZodOptional<z.ZodNumber>;
36541
- seenUsersCount: z.ZodOptional<z.ZodNumber>;
36218
+ likerCount: z.ZodNumber;
36219
+ seenUsersCount: z.ZodNumber;
36220
+ isLiked: z.ZodBoolean;
36542
36221
  }, z.core.$strip>;
36543
36222
  }, z.core.$strip>;
36544
36223
  };
@@ -36722,7 +36401,6 @@ declare const pageRoutes: {
36722
36401
  image: z.ZodOptional<z.ZodNullable<z.ZodString>>;
36723
36402
  createdAt: z.ZodString;
36724
36403
  }, z.core.$strip>]>>>;
36725
- liker: z.ZodOptional<z.ZodArray<z.ZodString>>;
36726
36404
  commentCount: z.ZodDefault<z.ZodNumber>;
36727
36405
  extended: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
36728
36406
  createdAt: z.ZodString;
@@ -36730,8 +36408,9 @@ declare const pageRoutes: {
36730
36408
  currentRevision: z.ZodOptional<z.ZodNullable<z.ZodString>>;
36731
36409
  yjsCheckpointAt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
36732
36410
  latestRevision: z.ZodOptional<z.ZodString>;
36733
- likerCount: z.ZodOptional<z.ZodNumber>;
36734
- seenUsersCount: z.ZodOptional<z.ZodNumber>;
36411
+ likerCount: z.ZodNumber;
36412
+ seenUsersCount: z.ZodNumber;
36413
+ isLiked: z.ZodBoolean;
36735
36414
  }, z.core.$strip>;
36736
36415
  renamed_count: z.ZodNumber;
36737
36416
  }, z.core.$strip>;
@@ -40974,7 +40653,6 @@ declare const searchPagesRoute: {
40974
40653
  image: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
40975
40654
  createdAt: zod.ZodString;
40976
40655
  }, zod_v4_core.$strip>]>>>;
40977
- liker: zod.ZodOptional<zod.ZodArray<zod.ZodString>>;
40978
40656
  commentCount: zod.ZodDefault<zod.ZodNumber>;
40979
40657
  extended: zod.ZodOptional<zod.ZodRecord<zod.ZodString, zod.ZodAny>>;
40980
40658
  createdAt: zod.ZodString;
@@ -40982,8 +40660,9 @@ declare const searchPagesRoute: {
40982
40660
  currentRevision: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
40983
40661
  yjsCheckpointAt: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
40984
40662
  latestRevision: zod.ZodOptional<zod.ZodString>;
40985
- likerCount: zod.ZodOptional<zod.ZodNumber>;
40986
- seenUsersCount: zod.ZodOptional<zod.ZodNumber>;
40663
+ likerCount: zod.ZodNumber;
40664
+ seenUsersCount: zod.ZodNumber;
40665
+ isLiked: zod.ZodBoolean;
40987
40666
  }, zod_v4_core.$strip>;
40988
40667
  }, zod_v4_core.$strip>>;
40989
40668
  }, zod_v4_core.$strip>;
@@ -41193,7 +40872,6 @@ declare const searchRoutes: {
41193
40872
  image: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
41194
40873
  createdAt: zod.ZodString;
41195
40874
  }, zod_v4_core.$strip>]>>>;
41196
- liker: zod.ZodOptional<zod.ZodArray<zod.ZodString>>;
41197
40875
  commentCount: zod.ZodDefault<zod.ZodNumber>;
41198
40876
  extended: zod.ZodOptional<zod.ZodRecord<zod.ZodString, zod.ZodAny>>;
41199
40877
  createdAt: zod.ZodString;
@@ -41201,8 +40879,9 @@ declare const searchRoutes: {
41201
40879
  currentRevision: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
41202
40880
  yjsCheckpointAt: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
41203
40881
  latestRevision: zod.ZodOptional<zod.ZodString>;
41204
- likerCount: zod.ZodOptional<zod.ZodNumber>;
41205
- seenUsersCount: zod.ZodOptional<zod.ZodNumber>;
40882
+ likerCount: zod.ZodNumber;
40883
+ seenUsersCount: zod.ZodNumber;
40884
+ isLiked: zod.ZodBoolean;
41206
40885
  }, zod_v4_core.$strip>;
41207
40886
  }, zod_v4_core.$strip>>;
41208
40887
  }, zod_v4_core.$strip>;
@@ -50654,7 +50333,6 @@ declare const BookmarkSchema: z.ZodObject<{
50654
50333
  image: z.ZodOptional<z.ZodNullable<z.ZodString>>;
50655
50334
  createdAt: z.ZodString;
50656
50335
  }, z.core.$strip>]>>>;
50657
- liker: z.ZodOptional<z.ZodArray<z.ZodString>>;
50658
50336
  commentCount: z.ZodDefault<z.ZodNumber>;
50659
50337
  extended: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
50660
50338
  createdAt: z.ZodString;
@@ -50662,8 +50340,9 @@ declare const BookmarkSchema: z.ZodObject<{
50662
50340
  currentRevision: z.ZodOptional<z.ZodNullable<z.ZodString>>;
50663
50341
  yjsCheckpointAt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
50664
50342
  latestRevision: z.ZodOptional<z.ZodString>;
50665
- likerCount: z.ZodOptional<z.ZodNumber>;
50666
- seenUsersCount: z.ZodOptional<z.ZodNumber>;
50343
+ likerCount: z.ZodNumber;
50344
+ seenUsersCount: z.ZodNumber;
50345
+ isLiked: z.ZodBoolean;
50667
50346
  }, z.core.$strip>;
50668
50347
  user: z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
50669
50348
  _id: z.ZodString;
@@ -50795,7 +50474,6 @@ declare const BookmarkResponseSchema: z.ZodObject<{
50795
50474
  image: z.ZodOptional<z.ZodNullable<z.ZodString>>;
50796
50475
  createdAt: z.ZodString;
50797
50476
  }, z.core.$strip>]>>>;
50798
- liker: z.ZodOptional<z.ZodArray<z.ZodString>>;
50799
50477
  commentCount: z.ZodDefault<z.ZodNumber>;
50800
50478
  extended: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
50801
50479
  createdAt: z.ZodString;
@@ -50803,8 +50481,9 @@ declare const BookmarkResponseSchema: z.ZodObject<{
50803
50481
  currentRevision: z.ZodOptional<z.ZodNullable<z.ZodString>>;
50804
50482
  yjsCheckpointAt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
50805
50483
  latestRevision: z.ZodOptional<z.ZodString>;
50806
- likerCount: z.ZodOptional<z.ZodNumber>;
50807
- seenUsersCount: z.ZodOptional<z.ZodNumber>;
50484
+ likerCount: z.ZodNumber;
50485
+ seenUsersCount: z.ZodNumber;
50486
+ isLiked: z.ZodBoolean;
50808
50487
  }, z.core.$strip>;
50809
50488
  user: z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
50810
50489
  _id: z.ZodString;
@@ -50828,6 +50507,56 @@ declare const BookmarkResponseSchema: z.ZodObject<{
50828
50507
  }, z.core.$strip>>;
50829
50508
  }, z.core.$strip>;
50830
50509
  type BookmarkResponse = z.infer<typeof BookmarkResponseSchema>;
50510
+ declare const GetBookmarkSchema: z.ZodObject<{
50511
+ _id: z.ZodString;
50512
+ page: z.ZodNullable<z.ZodString>;
50513
+ user: z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
50514
+ _id: z.ZodString;
50515
+ id: z.ZodOptional<z.ZodString>;
50516
+ username: z.ZodString;
50517
+ name: z.ZodString;
50518
+ email: z.ZodString;
50519
+ image: z.ZodOptional<z.ZodNullable<z.ZodString>>;
50520
+ introduction: z.ZodOptional<z.ZodString>;
50521
+ createdAt: z.ZodString;
50522
+ admin: z.ZodOptional<z.ZodBoolean>;
50523
+ status: z.ZodOptional<z.ZodEnum<{
50524
+ readonly REGISTERED: 1;
50525
+ readonly ACTIVE: 2;
50526
+ readonly SUSPENDED: 3;
50527
+ readonly DELETED: 4;
50528
+ readonly INVITED: 5;
50529
+ }>>;
50530
+ }, z.core.$strip>]>;
50531
+ createdAt: z.ZodString;
50532
+ }, z.core.$strip>;
50533
+ type GetBookmark = z.infer<typeof GetBookmarkSchema>;
50534
+ declare const GetBookmarkResponseSchema: z.ZodObject<{
50535
+ bookmark: z.ZodNullable<z.ZodObject<{
50536
+ _id: z.ZodString;
50537
+ page: z.ZodNullable<z.ZodString>;
50538
+ user: z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
50539
+ _id: z.ZodString;
50540
+ id: z.ZodOptional<z.ZodString>;
50541
+ username: z.ZodString;
50542
+ name: z.ZodString;
50543
+ email: z.ZodString;
50544
+ image: z.ZodOptional<z.ZodNullable<z.ZodString>>;
50545
+ introduction: z.ZodOptional<z.ZodString>;
50546
+ createdAt: z.ZodString;
50547
+ admin: z.ZodOptional<z.ZodBoolean>;
50548
+ status: z.ZodOptional<z.ZodEnum<{
50549
+ readonly REGISTERED: 1;
50550
+ readonly ACTIVE: 2;
50551
+ readonly SUSPENDED: 3;
50552
+ readonly DELETED: 4;
50553
+ readonly INVITED: 5;
50554
+ }>>;
50555
+ }, z.core.$strip>]>;
50556
+ createdAt: z.ZodString;
50557
+ }, z.core.$strip>>;
50558
+ }, z.core.$strip>;
50559
+ type GetBookmarkResponse = z.infer<typeof GetBookmarkResponseSchema>;
50831
50560
  declare const ListMyBookmarksResponseSchema: z.ZodObject<{
50832
50561
  bookmarks: z.ZodArray<z.ZodObject<{
50833
50562
  _id: z.ZodString;
@@ -50933,7 +50662,6 @@ declare const ListMyBookmarksResponseSchema: z.ZodObject<{
50933
50662
  image: z.ZodOptional<z.ZodNullable<z.ZodString>>;
50934
50663
  createdAt: z.ZodString;
50935
50664
  }, z.core.$strip>]>>>;
50936
- liker: z.ZodOptional<z.ZodArray<z.ZodString>>;
50937
50665
  commentCount: z.ZodDefault<z.ZodNumber>;
50938
50666
  extended: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
50939
50667
  createdAt: z.ZodString;
@@ -50941,8 +50669,9 @@ declare const ListMyBookmarksResponseSchema: z.ZodObject<{
50941
50669
  currentRevision: z.ZodOptional<z.ZodNullable<z.ZodString>>;
50942
50670
  yjsCheckpointAt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
50943
50671
  latestRevision: z.ZodOptional<z.ZodString>;
50944
- likerCount: z.ZodOptional<z.ZodNumber>;
50945
- seenUsersCount: z.ZodOptional<z.ZodNumber>;
50672
+ likerCount: z.ZodNumber;
50673
+ seenUsersCount: z.ZodNumber;
50674
+ isLiked: z.ZodBoolean;
50946
50675
  }, z.core.$strip>;
50947
50676
  user: z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
50948
50677
  _id: z.ZodString;
@@ -52114,7 +51843,6 @@ declare const RecentlyViewedPagesResponseSchema: z.ZodObject<{
52114
51843
  image: z.ZodOptional<z.ZodNullable<z.ZodString>>;
52115
51844
  createdAt: z.ZodString;
52116
51845
  }, z.core.$strip>]>>>;
52117
- liker: z.ZodOptional<z.ZodArray<z.ZodString>>;
52118
51846
  commentCount: z.ZodDefault<z.ZodNumber>;
52119
51847
  extended: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
52120
51848
  createdAt: z.ZodString;
@@ -52122,8 +51850,9 @@ declare const RecentlyViewedPagesResponseSchema: z.ZodObject<{
52122
51850
  currentRevision: z.ZodOptional<z.ZodNullable<z.ZodString>>;
52123
51851
  yjsCheckpointAt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
52124
51852
  latestRevision: z.ZodOptional<z.ZodString>;
52125
- likerCount: z.ZodOptional<z.ZodNumber>;
52126
- seenUsersCount: z.ZodOptional<z.ZodNumber>;
51853
+ likerCount: z.ZodNumber;
51854
+ seenUsersCount: z.ZodNumber;
51855
+ isLiked: z.ZodBoolean;
52127
51856
  }, z.core.$strip>>;
52128
51857
  }, z.core.$strip>;
52129
51858
  type RecentlyViewedPagesResponse = z.infer<typeof RecentlyViewedPagesResponseSchema>;
@@ -52994,7 +52723,6 @@ declare const PageSchema: z.ZodObject<{
52994
52723
  image: z.ZodOptional<z.ZodNullable<z.ZodString>>;
52995
52724
  createdAt: z.ZodString;
52996
52725
  }, z.core.$strip>]>>>;
52997
- liker: z.ZodOptional<z.ZodArray<z.ZodString>>;
52998
52726
  commentCount: z.ZodDefault<z.ZodNumber>;
52999
52727
  extended: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
53000
52728
  createdAt: z.ZodString;
@@ -53002,8 +52730,9 @@ declare const PageSchema: z.ZodObject<{
53002
52730
  currentRevision: z.ZodOptional<z.ZodNullable<z.ZodString>>;
53003
52731
  yjsCheckpointAt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
53004
52732
  latestRevision: z.ZodOptional<z.ZodString>;
53005
- likerCount: z.ZodOptional<z.ZodNumber>;
53006
- seenUsersCount: z.ZodOptional<z.ZodNumber>;
52733
+ likerCount: z.ZodNumber;
52734
+ seenUsersCount: z.ZodNumber;
52735
+ isLiked: z.ZodBoolean;
53007
52736
  }, z.core.$strip>;
53008
52737
  type Page = z.infer<typeof PageSchema>;
53009
52738
  declare const PageWithRevisionSchema: z.ZodObject<{
@@ -53019,7 +52748,6 @@ declare const PageWithRevisionSchema: z.ZodObject<{
53019
52748
  }>>>;
53020
52749
  grant: z.ZodOptional<z.ZodNumber>;
53021
52750
  grantedUsers: z.ZodOptional<z.ZodArray<z.ZodString>>;
53022
- liker: z.ZodOptional<z.ZodArray<z.ZodString>>;
53023
52751
  commentCount: z.ZodDefault<z.ZodNumber>;
53024
52752
  extended: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
53025
52753
  createdAt: z.ZodString;
@@ -53027,8 +52755,9 @@ declare const PageWithRevisionSchema: z.ZodObject<{
53027
52755
  currentRevision: z.ZodOptional<z.ZodNullable<z.ZodString>>;
53028
52756
  yjsCheckpointAt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
53029
52757
  latestRevision: z.ZodOptional<z.ZodString>;
53030
- likerCount: z.ZodOptional<z.ZodNumber>;
53031
- seenUsersCount: z.ZodOptional<z.ZodNumber>;
52758
+ likerCount: z.ZodNumber;
52759
+ seenUsersCount: z.ZodNumber;
52760
+ isLiked: z.ZodBoolean;
53032
52761
  revision: z.ZodObject<{
53033
52762
  _id: z.ZodString;
53034
52763
  path: z.ZodString;
@@ -53140,7 +52869,6 @@ declare const GetPageResponseSchema: z.ZodObject<{
53140
52869
  }>>>;
53141
52870
  grant: z.ZodOptional<z.ZodNumber>;
53142
52871
  grantedUsers: z.ZodOptional<z.ZodArray<z.ZodString>>;
53143
- liker: z.ZodOptional<z.ZodArray<z.ZodString>>;
53144
52872
  commentCount: z.ZodDefault<z.ZodNumber>;
53145
52873
  extended: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
53146
52874
  createdAt: z.ZodString;
@@ -53148,8 +52876,9 @@ declare const GetPageResponseSchema: z.ZodObject<{
53148
52876
  currentRevision: z.ZodOptional<z.ZodNullable<z.ZodString>>;
53149
52877
  yjsCheckpointAt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
53150
52878
  latestRevision: z.ZodOptional<z.ZodString>;
53151
- likerCount: z.ZodOptional<z.ZodNumber>;
53152
- seenUsersCount: z.ZodOptional<z.ZodNumber>;
52879
+ likerCount: z.ZodNumber;
52880
+ seenUsersCount: z.ZodNumber;
52881
+ isLiked: z.ZodBoolean;
53153
52882
  revision: z.ZodObject<{
53154
52883
  _id: z.ZodString;
53155
52884
  path: z.ZodString;
@@ -53256,7 +52985,6 @@ declare const ClaimPageLinkAccessResponseSchema: z.ZodObject<{
53256
52985
  }>>>;
53257
52986
  grant: z.ZodOptional<z.ZodNumber>;
53258
52987
  grantedUsers: z.ZodOptional<z.ZodArray<z.ZodString>>;
53259
- liker: z.ZodOptional<z.ZodArray<z.ZodString>>;
53260
52988
  commentCount: z.ZodDefault<z.ZodNumber>;
53261
52989
  extended: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
53262
52990
  createdAt: z.ZodString;
@@ -53264,8 +52992,9 @@ declare const ClaimPageLinkAccessResponseSchema: z.ZodObject<{
53264
52992
  currentRevision: z.ZodOptional<z.ZodNullable<z.ZodString>>;
53265
52993
  yjsCheckpointAt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
53266
52994
  latestRevision: z.ZodOptional<z.ZodString>;
53267
- likerCount: z.ZodOptional<z.ZodNumber>;
53268
- seenUsersCount: z.ZodOptional<z.ZodNumber>;
52995
+ likerCount: z.ZodNumber;
52996
+ seenUsersCount: z.ZodNumber;
52997
+ isLiked: z.ZodBoolean;
53269
52998
  revision: z.ZodObject<{
53270
52999
  _id: z.ZodString;
53271
53000
  path: z.ZodString;
@@ -53487,7 +53216,6 @@ declare const ListPagesResponseSchema: z.ZodObject<{
53487
53216
  image: z.ZodOptional<z.ZodNullable<z.ZodString>>;
53488
53217
  createdAt: z.ZodString;
53489
53218
  }, z.core.$strip>]>>>;
53490
- liker: z.ZodOptional<z.ZodArray<z.ZodString>>;
53491
53219
  commentCount: z.ZodDefault<z.ZodNumber>;
53492
53220
  extended: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
53493
53221
  createdAt: z.ZodString;
@@ -53495,8 +53223,9 @@ declare const ListPagesResponseSchema: z.ZodObject<{
53495
53223
  currentRevision: z.ZodOptional<z.ZodNullable<z.ZodString>>;
53496
53224
  yjsCheckpointAt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
53497
53225
  latestRevision: z.ZodOptional<z.ZodString>;
53498
- likerCount: z.ZodOptional<z.ZodNumber>;
53499
- seenUsersCount: z.ZodOptional<z.ZodNumber>;
53226
+ likerCount: z.ZodNumber;
53227
+ seenUsersCount: z.ZodNumber;
53228
+ isLiked: z.ZodBoolean;
53500
53229
  }, z.core.$strip>>;
53501
53230
  pager: z.ZodObject<{
53502
53231
  prev: z.ZodNullable<z.ZodNumber>;
@@ -53605,7 +53334,6 @@ declare const ListPagesResponseSchema: z.ZodObject<{
53605
53334
  image: z.ZodOptional<z.ZodNullable<z.ZodString>>;
53606
53335
  createdAt: z.ZodString;
53607
53336
  }, z.core.$strip>]>>>;
53608
- liker: z.ZodOptional<z.ZodArray<z.ZodString>>;
53609
53337
  commentCount: z.ZodDefault<z.ZodNumber>;
53610
53338
  extended: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
53611
53339
  createdAt: z.ZodString;
@@ -53613,8 +53341,9 @@ declare const ListPagesResponseSchema: z.ZodObject<{
53613
53341
  currentRevision: z.ZodOptional<z.ZodNullable<z.ZodString>>;
53614
53342
  yjsCheckpointAt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
53615
53343
  latestRevision: z.ZodOptional<z.ZodString>;
53616
- likerCount: z.ZodOptional<z.ZodNumber>;
53617
- seenUsersCount: z.ZodOptional<z.ZodNumber>;
53344
+ likerCount: z.ZodNumber;
53345
+ seenUsersCount: z.ZodNumber;
53346
+ isLiked: z.ZodBoolean;
53618
53347
  }, z.core.$strip>>>;
53619
53348
  contentPage: z.ZodOptional<z.ZodNullable<z.ZodObject<{
53620
53349
  _id: z.ZodString;
@@ -53718,7 +53447,6 @@ declare const ListPagesResponseSchema: z.ZodObject<{
53718
53447
  image: z.ZodOptional<z.ZodNullable<z.ZodString>>;
53719
53448
  createdAt: z.ZodString;
53720
53449
  }, z.core.$strip>]>>>;
53721
- liker: z.ZodOptional<z.ZodArray<z.ZodString>>;
53722
53450
  commentCount: z.ZodDefault<z.ZodNumber>;
53723
53451
  extended: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
53724
53452
  createdAt: z.ZodString;
@@ -53726,8 +53454,9 @@ declare const ListPagesResponseSchema: z.ZodObject<{
53726
53454
  currentRevision: z.ZodOptional<z.ZodNullable<z.ZodString>>;
53727
53455
  yjsCheckpointAt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
53728
53456
  latestRevision: z.ZodOptional<z.ZodString>;
53729
- likerCount: z.ZodOptional<z.ZodNumber>;
53730
- seenUsersCount: z.ZodOptional<z.ZodNumber>;
53457
+ likerCount: z.ZodNumber;
53458
+ seenUsersCount: z.ZodNumber;
53459
+ isLiked: z.ZodBoolean;
53731
53460
  }, z.core.$strip>>>;
53732
53461
  total: z.ZodNumber;
53733
53462
  }, z.core.$strip>;
@@ -53752,6 +53481,7 @@ declare const PageChildSegmentSchema: z.ZodObject<{
53752
53481
  type PageChildSegment = z.infer<typeof PageChildSegmentSchema>;
53753
53482
  declare const ListPageChildrenRequestSchema: z.ZodObject<{
53754
53483
  path: z.ZodString;
53484
+ depth: z.ZodOptional<z.ZodCoercedNumber<unknown>>;
53755
53485
  }, z.core.$strip>;
53756
53486
  type ListPageChildrenRequest = z.infer<typeof ListPageChildrenRequestSchema>;
53757
53487
  declare const ListPageChildrenResponseSchema: z.ZodObject<{
@@ -53908,7 +53638,6 @@ declare const RenamePageResponseSchema: z.ZodObject<{
53908
53638
  image: z.ZodOptional<z.ZodNullable<z.ZodString>>;
53909
53639
  createdAt: z.ZodString;
53910
53640
  }, z.core.$strip>]>>>;
53911
- liker: z.ZodOptional<z.ZodArray<z.ZodString>>;
53912
53641
  commentCount: z.ZodDefault<z.ZodNumber>;
53913
53642
  extended: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
53914
53643
  createdAt: z.ZodString;
@@ -53916,8 +53645,9 @@ declare const RenamePageResponseSchema: z.ZodObject<{
53916
53645
  currentRevision: z.ZodOptional<z.ZodNullable<z.ZodString>>;
53917
53646
  yjsCheckpointAt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
53918
53647
  latestRevision: z.ZodOptional<z.ZodString>;
53919
- likerCount: z.ZodOptional<z.ZodNumber>;
53920
- seenUsersCount: z.ZodOptional<z.ZodNumber>;
53648
+ likerCount: z.ZodNumber;
53649
+ seenUsersCount: z.ZodNumber;
53650
+ isLiked: z.ZodBoolean;
53921
53651
  }, z.core.$strip>;
53922
53652
  renamed_count: z.ZodNumber;
53923
53653
  }, z.core.$strip>;
@@ -54601,14 +54331,17 @@ declare const PresenceServerMessageSchema: z.ZodDiscriminatedUnion<[z.ZodObject<
54601
54331
  }, z.core.$strip>], "type">;
54602
54332
  type PresenceServerMessage = z.infer<typeof PresenceServerMessageSchema>;
54603
54333
  /**
54604
- * RFC-0005 Phase 3 `GET /api/pages/:id/likers`.
54334
+ * RFC-0005 Phase 3 / feature-page-relations-collections D-1/D-3 —
54335
+ * `GET /api/pages/:id/likers`.
54605
54336
  *
54606
- * A single entry in the "liked by" list. Sourced from the page's
54607
- * `liker` ObjectId array (the authoritative set of who liked the
54608
- * page); the per-user `likedAt` is a best-effort enrichment from the
54609
- * `ACTION_LIKE` Activity record and is `null` when no Activity row
54610
- * exists (e.g. likes recorded before activity logging, or a stale
54611
- * Activity row that was pruned).
54337
+ * A single entry in the "liked by" list. Sourced from the `likes`
54338
+ * relation collection (the authoritative `{page,user}` set not a
54339
+ * page-embedded array); `likedAt` is the row's own `createdAt` for a
54340
+ * live like. Only a migrated row with a `null` `createdAt` falls back to
54341
+ * a best-effort join against its `ACTION_LIKE` Activity record, and even
54342
+ * then only when a matching Activity exists otherwise `likedAt` stays
54343
+ * `null` (e.g. a migrated like with no corresponding Activity row, or
54344
+ * one pruned by retention).
54612
54345
  */
54613
54346
  declare const LikerSchema: z.ZodObject<{
54614
54347
  id: z.ZodString;
@@ -54622,9 +54355,14 @@ type Liker = z.infer<typeof LikerSchema>;
54622
54355
  * Response body of `GET /api/pages/:id/likers`.
54623
54356
  *
54624
54357
  * - `users` — the liker list, newest-liked first when `likedAt`
54625
- * is known (entries without a timestamp sort last).
54626
- * - `totalCount` the full size of `page.liker`, independent of the
54627
- * `limit` cap so the chip count stays accurate.
54358
+ * is known (entries without a timestamp sort last,
54359
+ * tied/unknown entries break ties by user id).
54360
+ * - `totalCount` the full row count of the page's `likes` relation,
54361
+ * independent of the `limit` cap so the chip count
54362
+ * stays accurate. `limit`, when given, is applied
54363
+ * server-side only after sorting and after excluding
54364
+ * users who can no longer be populated (deleted /
54365
+ * non-active) — omit for the full list.
54628
54366
  */
54629
54367
  declare const LikersResponseSchema: z.ZodObject<{
54630
54368
  users: z.ZodArray<z.ZodObject<{
@@ -55650,7 +55388,6 @@ declare const SearchHitSchema: z.ZodObject<{
55650
55388
  image: z.ZodOptional<z.ZodNullable<z.ZodString>>;
55651
55389
  createdAt: z.ZodString;
55652
55390
  }, z.core.$strip>]>>>;
55653
- liker: z.ZodOptional<z.ZodArray<z.ZodString>>;
55654
55391
  commentCount: z.ZodDefault<z.ZodNumber>;
55655
55392
  extended: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
55656
55393
  createdAt: z.ZodString;
@@ -55658,8 +55395,9 @@ declare const SearchHitSchema: z.ZodObject<{
55658
55395
  currentRevision: z.ZodOptional<z.ZodNullable<z.ZodString>>;
55659
55396
  yjsCheckpointAt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
55660
55397
  latestRevision: z.ZodOptional<z.ZodString>;
55661
- likerCount: z.ZodOptional<z.ZodNumber>;
55662
- seenUsersCount: z.ZodOptional<z.ZodNumber>;
55398
+ likerCount: z.ZodNumber;
55399
+ seenUsersCount: z.ZodNumber;
55400
+ isLiked: z.ZodBoolean;
55663
55401
  }, z.core.$strip>;
55664
55402
  }, z.core.$strip>;
55665
55403
  type SearchHit = z.infer<typeof SearchHitSchema>;
@@ -55784,7 +55522,6 @@ declare const SearchPagesResponseSchema: z.ZodObject<{
55784
55522
  image: z.ZodOptional<z.ZodNullable<z.ZodString>>;
55785
55523
  createdAt: z.ZodString;
55786
55524
  }, z.core.$strip>]>>>;
55787
- liker: z.ZodOptional<z.ZodArray<z.ZodString>>;
55788
55525
  commentCount: z.ZodDefault<z.ZodNumber>;
55789
55526
  extended: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
55790
55527
  createdAt: z.ZodString;
@@ -55792,8 +55529,9 @@ declare const SearchPagesResponseSchema: z.ZodObject<{
55792
55529
  currentRevision: z.ZodOptional<z.ZodNullable<z.ZodString>>;
55793
55530
  yjsCheckpointAt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
55794
55531
  latestRevision: z.ZodOptional<z.ZodString>;
55795
- likerCount: z.ZodOptional<z.ZodNumber>;
55796
- seenUsersCount: z.ZodOptional<z.ZodNumber>;
55532
+ likerCount: z.ZodNumber;
55533
+ seenUsersCount: z.ZodNumber;
55534
+ isLiked: z.ZodBoolean;
55797
55535
  }, z.core.$strip>;
55798
55536
  }, z.core.$strip>>;
55799
55537
  }, z.core.$strip>;
@@ -55981,7 +55719,6 @@ declare const UserPageResponseSchema: z.ZodObject<{
55981
55719
  image: z.ZodOptional<z.ZodNullable<z.ZodString>>;
55982
55720
  createdAt: z.ZodString;
55983
55721
  }, z.core.$strip>]>>>;
55984
- liker: z.ZodOptional<z.ZodArray<z.ZodString>>;
55985
55722
  commentCount: z.ZodDefault<z.ZodNumber>;
55986
55723
  extended: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
55987
55724
  createdAt: z.ZodString;
@@ -55989,8 +55726,9 @@ declare const UserPageResponseSchema: z.ZodObject<{
55989
55726
  currentRevision: z.ZodOptional<z.ZodNullable<z.ZodString>>;
55990
55727
  yjsCheckpointAt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
55991
55728
  latestRevision: z.ZodOptional<z.ZodString>;
55992
- likerCount: z.ZodOptional<z.ZodNumber>;
55993
- seenUsersCount: z.ZodOptional<z.ZodNumber>;
55729
+ likerCount: z.ZodNumber;
55730
+ seenUsersCount: z.ZodNumber;
55731
+ isLiked: z.ZodBoolean;
55994
55732
  }, z.core.$strip>>>;
55995
55733
  recentBookmarks: z.ZodOptional<z.ZodArray<z.ZodObject<{
55996
55734
  _id: z.ZodString;
@@ -56096,7 +55834,6 @@ declare const UserPageResponseSchema: z.ZodObject<{
56096
55834
  image: z.ZodOptional<z.ZodNullable<z.ZodString>>;
56097
55835
  createdAt: z.ZodString;
56098
55836
  }, z.core.$strip>]>>>;
56099
- liker: z.ZodOptional<z.ZodArray<z.ZodString>>;
56100
55837
  commentCount: z.ZodDefault<z.ZodNumber>;
56101
55838
  extended: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
56102
55839
  createdAt: z.ZodString;
@@ -56104,8 +55841,9 @@ declare const UserPageResponseSchema: z.ZodObject<{
56104
55841
  currentRevision: z.ZodOptional<z.ZodNullable<z.ZodString>>;
56105
55842
  yjsCheckpointAt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
56106
55843
  latestRevision: z.ZodOptional<z.ZodString>;
56107
- likerCount: z.ZodOptional<z.ZodNumber>;
56108
- seenUsersCount: z.ZodOptional<z.ZodNumber>;
55844
+ likerCount: z.ZodNumber;
55845
+ seenUsersCount: z.ZodNumber;
55846
+ isLiked: z.ZodBoolean;
56109
55847
  }, z.core.$strip>;
56110
55848
  user: z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
56111
55849
  _id: z.ZodString;
@@ -56234,7 +55972,6 @@ declare const UserBookmarksResponseSchema: z.ZodObject<{
56234
55972
  image: z.ZodOptional<z.ZodNullable<z.ZodString>>;
56235
55973
  createdAt: z.ZodString;
56236
55974
  }, z.core.$strip>]>>>;
56237
- liker: z.ZodOptional<z.ZodArray<z.ZodString>>;
56238
55975
  commentCount: z.ZodDefault<z.ZodNumber>;
56239
55976
  extended: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
56240
55977
  createdAt: z.ZodString;
@@ -56242,8 +55979,9 @@ declare const UserBookmarksResponseSchema: z.ZodObject<{
56242
55979
  currentRevision: z.ZodOptional<z.ZodNullable<z.ZodString>>;
56243
55980
  yjsCheckpointAt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
56244
55981
  latestRevision: z.ZodOptional<z.ZodString>;
56245
- likerCount: z.ZodOptional<z.ZodNumber>;
56246
- seenUsersCount: z.ZodOptional<z.ZodNumber>;
55982
+ likerCount: z.ZodNumber;
55983
+ seenUsersCount: z.ZodNumber;
55984
+ isLiked: z.ZodBoolean;
56247
55985
  }, z.core.$strip>;
56248
55986
  user: z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
56249
55987
  _id: z.ZodString;
@@ -56376,7 +56114,6 @@ declare const UserPagesResponseSchema: z.ZodObject<{
56376
56114
  image: z.ZodOptional<z.ZodNullable<z.ZodString>>;
56377
56115
  createdAt: z.ZodString;
56378
56116
  }, z.core.$strip>]>>>;
56379
- liker: z.ZodOptional<z.ZodArray<z.ZodString>>;
56380
56117
  commentCount: z.ZodDefault<z.ZodNumber>;
56381
56118
  extended: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
56382
56119
  createdAt: z.ZodString;
@@ -56384,8 +56121,9 @@ declare const UserPagesResponseSchema: z.ZodObject<{
56384
56121
  currentRevision: z.ZodOptional<z.ZodNullable<z.ZodString>>;
56385
56122
  yjsCheckpointAt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
56386
56123
  latestRevision: z.ZodOptional<z.ZodString>;
56387
- likerCount: z.ZodOptional<z.ZodNumber>;
56388
- seenUsersCount: z.ZodOptional<z.ZodNumber>;
56124
+ likerCount: z.ZodNumber;
56125
+ seenUsersCount: z.ZodNumber;
56126
+ isLiked: z.ZodBoolean;
56389
56127
  }, z.core.$strip>>;
56390
56128
  pager: z.ZodObject<{
56391
56129
  prev: z.ZodNullable<z.ZodNumber>;
@@ -56563,4 +56301,4 @@ declare const WS_CLOSE_CODES: {
56563
56301
  };
56564
56302
  type WsCloseCode = (typeof WS_CLOSE_CODES)[keyof typeof WS_CLOSE_CODES];
56565
56303
 
56566
- export { ALL_CAPABILITIES, ALL_SCOPES, API_SURFACE_VERSION, AST_INPUT_LIMIT_BYTES, AST_MAX_HAST_DEPTH, AST_MAX_IMAGE_BASE64_CHARS, AST_MAX_TREE_DEPTH, AST_MAX_VALUE_CHARS, AST_OUTPUT_BUDGET_BYTES, AST_OUTPUT_WARN_BYTES, type AccessToken, AccessTokenSchema, type ActivateRequest, ActivateRequestSchema, type ActivateValidationResponse, ActivateValidationResponseSchema, type ActiveSearchDriver, ActiveSearchDriverSchema, type ActiveStorageDriver, ActiveStorageDriverSchema, type AddAttachmentResponse, AddAttachmentResponseSchema, type AddBookmarkRequest, AddBookmarkRequestSchema, type AddCommentRequest, AddCommentRequestSchema, type AddCommentResponse, AddCommentResponseSchema, type AdminPageDeletionContractApp, type AdminPager, AdminPagerSchema, type AdminRequiredError, AdminRequiredErrorSchema, type AdminSettingsContractApp, AdminSidebarSection, type AdminSidebarSectionValue, type AdminUserIdParam, AdminUserIdParamSchema, type AdminUserIdentityParam, AdminUserIdentityParamSchema, type AdminUserListItem, AdminUserListItemSchema, type AdminUserMutationResponse, AdminUserMutationResponseSchema, type AdminUsersPluginsContractApp, type ApiError, ApiErrorSchema, type AppAuthMeUserChain, type AppInfoResponse, AppInfoResponseSchema, type AppSettingsValidationError, AppSettingsValidationErrorSchema, type ApplicationNotInstalledError, ApplicationNotInstalledErrorSchema, type AstChildModel, type AstFieldsValidator, type AstPlacement, type Attachment, type AttachmentError, AttachmentErrorCodeSchema, AttachmentErrorSchema, type AttachmentMeta, AttachmentMetaSchema, AttachmentSchema, type AttachmentUsageResponse, AttachmentUsageResponseSchema, type AuthSettings, AuthSettingsSchema, type AuthenticationRequiredError, AuthenticationRequiredErrorSchema, type AuthorizeRequest, AuthorizeRequestSchema, type AuthorizeResponse, AuthorizeResponseSchema, type AutocompleteRateLimitError, AutocompleteRateLimitErrorSchema, type AutocompleteRequest, AutocompleteRequestSchema, type AutocompleteResponse, AutocompleteResponseSchema, type AutocompleteResult, AutocompleteResultSchema, type Backlink, type BacklinkFromPage, BacklinkFromPageSchema, type BacklinkFromRevision, BacklinkFromRevisionSchema, BacklinkSchema, type Bookmark, type BookmarkBacklinkCommentRevisionChain, type BookmarkResponse, BookmarkResponseSchema, BookmarkSchema, CURRENT_AST_VERSION, type Capability, CapabilitySchema, type ClaimPageLinkAccessResponse, ClaimPageLinkAccessResponseSchema, type ClearRenderCacheResponse, ClearRenderCacheResponseSchema, type ClientInfoResponse, ClientInfoResponseSchema, type ClientOptions, type CollabForceReloadMessage, CollabForceReloadMessageSchema, type CollabSaveError, CollabSaveErrorSchema, type CollabSaveMessage, CollabSaveMessageSchema, type CollabSaveOk, CollabSaveOkSchema, type Comment, type CommentInvalidRequestError, CommentInvalidRequestErrorSchema, type CommentNotFoundError, CommentNotFoundErrorSchema, CommentSchema, CompleteProviderLinkConflictErrorSchema, CompleteProviderLinkResponseSchema, type ConfigReadinessIssue, ConfigReadinessIssueSchema, type ConfigReadinessResponse, ConfigReadinessResponseSchema, type ConfirmEmailChangeRequest, ConfirmEmailChangeRequestSchema, type ConfirmEmailChangeResponse, ConfirmEmailChangeResponseSchema, type ConflictError, ConflictErrorSchema, type ContributorRef, ContributorRefSchema, type CreateAccessTokenRequest, CreateAccessTokenRequestSchema, type CreateAccessTokenResponse, CreateAccessTokenResponseSchema, CreateAdminRequestSchema, CreateAdminResponseSchema, type CreateDraftRequest, CreateDraftRequestSchema, type CreateDraftResponse, CreateDraftResponseSchema, type CreatePageRequest, CreatePageRequestSchema, type CrowiApiClient, type CrowiCodeSidecar, CrowiCodeSidecarSchema, CrowiDiagramNodeSchema, type CrowiDiagramSidecar, CrowiDiagramSidecarSchema, CrowiDimensionSchema, type CrowiFrontmatterEntry, CrowiFrontmatterEntrySchema, type CrowiImagePayload, CrowiImagePayloadSchema, CrowiLinkCardNodeSchema, type CrowiLinkCardSidecar, CrowiLinkCardSidecarSchema, type CrowiMathSidecar, CrowiMathSidecarSchema, CrowiOpaqueNodeSchema, type CrowiPlaceholderKind, CrowiPlaceholderKindSchema, CrowiPlaceholderNodeSchema, type CrowiPlaceholderSidecar, CrowiPlaceholderSidecarSchema, type CryptoStatusResponse, CryptoStatusResponseSchema, DEVICE_CODE_GRANT_TYPE, DISCOVERY_SCOPES_SUPPORTED, DYNAMIC_CAPABILITIES, type DeleteAdminUserResponse, DeleteAdminUserResponseSchema, type DeleteCommentRequest, DeleteCommentRequestSchema, type DeleteCommentResponse, DeleteCommentResponseSchema, type DeviceAuthorizeRequest, DeviceAuthorizeRequestSchema, type DeviceAuthorizeResponse, DeviceAuthorizeResponseSchema, type DeviceInfoResponse, DeviceInfoResponseSchema, type DeviceVerifyRequest, DeviceVerifyRequestSchema, type DeviceVerifyResponse, DeviceVerifyResponseSchema, type DiscoveryResponse, DiscoveryResponseSchema, type DraftBadRequestError, DraftBadRequestErrorSchema, type DraftConflictOwner, DraftConflictOwnerSchema, type DraftNotFoundError, DraftNotFoundErrorSchema, type DraftPathConflictError, DraftPathConflictErrorSchema, type DraftSummary, DraftSummarySchema, ERROR_CODES, type EditAdminUserRequest, EditAdminUserRequestSchema, type EmailLockedByFederatedIdentityError, EmailLockedByFederatedIdentityErrorSchema, type EncryptionNotConfiguredError, EncryptionNotConfiguredErrorSchema, type ErasePageDeletionInput, ErasePageDeletionResponseSchema, type ErrorCode, ErrorCodeSchema, FRONTMATTER_MAX_ENTRIES, FRONTMATTER_MAX_KEY_CHARS, FRONTMATTER_MAX_RAW_BYTES, FRONTMATTER_MAX_VALUE_CHARS, type FederatedAuthContractApp, FederatedHandoffRequestSchema, FederatedHandoffResponseSchema, FederatedProviderSchema, FederatedRegistrationActiveResultSchema, FederatedRegistrationApprovalResultSchema, type FederatedRegistrationContractApp, FederatedRegistrationResultSchema, FederatedRegistrationSnapshotSchema, FederatedRegistrationSubmitRequestSchema, type ForbiddenError, ForbiddenErrorSchema, type ForgotPasswordRequest, ForgotPasswordRequestSchema, type ForgotPasswordResponse, ForgotPasswordResponseSchema, GRANT_TYPES_SUPPORTED, type GetAppSettingsResponse, GetAppSettingsResponseSchema, type GetAuthSettingsResponse, GetAuthSettingsResponseSchema, type GetBacklinksRequest, GetBacklinksRequestSchema, type GetBacklinksResponse, GetBacklinksResponseSchema, type GetBookmarkRequest, GetBookmarkRequestSchema, type GetLikersRequest, GetLikersRequestSchema, type GetMailSettingsResponse, GetMailSettingsResponseSchema, type GetPageRequest, GetPageRequestSchema, type GetPageResponse, GetPageResponseSchema, type GetRevisionResponse, GetRevisionResponseSchema, type GetRevisionsRequest, GetRevisionsRequestSchema, type GetRevisionsResponse, GetRevisionsResponseSchema, type GetSearchStatusResponse, GetSearchStatusResponseSchema, type GetSecuritySettingsResponse, GetSecuritySettingsResponseSchema, type GetSeenUsersRequest, GetSeenUsersRequestSchema, type GetStorageStatusResponse, GetStorageStatusResponseSchema, type GetWatchStatusRequest, GetWatchStatusRequestSchema, type HChild, HChildSchema, HChildrenSchema, HNameSchema, HPropertiesSchema, type HastHintData, HastHintDataSchema, IDEMPOTENCY_KEY_PATTERN, ISSUABLE_SCOPES, type IdempotencyKeyConflictError, IdempotencyKeyConflictErrorSchema, type IdempotencyKeyRequiredError, IdempotencyKeyRequiredErrorSchema, InstallerStatusResponseSchema, type InsufficientScopeError, InsufficientScopeErrorSchema, type InternalServerError, InternalServerErrorSchema, type InvalidPageIdError, InvalidPageIdErrorSchema, type InvalidScopeError, InvalidScopeErrorSchema, type InviteAcceptRequest, InviteAcceptRequestSchema, type InvitePreviewResponse, InvitePreviewResponseSchema, type InviteUsersRequest, InviteUsersRequestSchema, type InviteUsersResponse, InviteUsersResponseSchema, type InvitedUserResult, InvitedUserResultSchema, KNOWN_HTML_ELEMENTS, type Language, LanguageSchema, type LateContractApp, type Liker, LikerSchema, type LikersResponse, LikersResponseSchema, LinkCompletionCodeSchema, LinkCompletionConsumedErrorSchema, LinkedAuthProviderListResponseSchema, type LinkedIdentitiesExistError, LinkedIdentitiesExistErrorSchema, type ListAccessTokensResponse, ListAccessTokensResponseSchema, type ListAdminUsersRequest, ListAdminUsersRequestSchema, type ListAdminUsersResponse, ListAdminUsersResponseSchema, type ListAttachmentsResponse, ListAttachmentsResponseSchema, type ListCommentsRequest, ListCommentsRequestSchema, type ListCommentsResponse, ListCommentsResponseSchema, type ListDraftsResponse, ListDraftsResponseSchema, type ListMyBookmarksResponse, ListMyBookmarksResponseSchema, type ListNotificationsRequest, ListNotificationsRequestSchema, type ListNotificationsResponse, ListNotificationsResponseSchema, type ListOAuthSessionsResponse, ListOAuthSessionsResponseSchema, type ListPageChildrenRequest, ListPageChildrenRequestSchema, type ListPageChildrenResponse, ListPageChildrenResponseSchema, type ListPagesRequest, ListPagesRequestSchema, type ListPagesResponse, ListPagesResponseSchema, type ListPagesSort, type ListPluginsResponse, ListPluginsResponseSchema, type ListRevisionsRequest, ListRevisionsRequestSchema, type ListRevisionsResponse, ListRevisionsResponseSchema, type ListUsersRequest, ListUsersRequestSchema, type ListUsersResponse, ListUsersResponseSchema, LooseRenderedAstRootSchema, type MailSettingsValidationError, MailSettingsValidationErrorSchema, type MailTokenPayload, MailTokenPayloadSchema, type MailTokenPurpose, MailTokenPurposeSchema, type MarkAllAsReadResponse, MarkAllAsReadResponseSchema, type MentionResponse, MentionSchema, type NotFoundError, NotFoundErrorSchema, type Notification, type NotificationAction, NotificationActionEnum, NotificationActionSchema, type NotificationNotFoundError, NotificationNotFoundErrorSchema, NotificationSchema, type NotificationStatus, NotificationStatusEnum, type NotificationStatusResponse, NotificationStatusResponseSchema, NotificationStatusSchema, type NotificationTargetModel, NotificationTargetModelEnum, NotificationTargetModelSchema, type NotificationsChangedMessage, NotificationsChangedMessageSchema, type NotificationsServerMessage, NotificationsServerMessageSchema, type NotificationsTokenPayload, NotificationsTokenPayloadSchema, type NotificationsTokenResponse, NotificationsTokenResponseSchema, OAUTH_ERROR_CODES, type OAuthContractApp, type OAuthError, type OAuthErrorCode, OAuthErrorSchema, type OAuthSession, OAuthSessionSchema, type OpenNotificationParam, OpenNotificationParamSchema, type OpenNotificationResponse, OpenNotificationResponseSchema, type Page, type PageChain, type PageChildSegment, PageChildSegmentSchema, PageDeletionListResponseSchema, type PageDeletionRecord, PageDeletionRecordSchema, PageExtendedSchema, PageGrantEnum, PageGrantSchema, type PageHistoryContentRow, PageHistoryContentRowSchema, type PageHistoryEntry, PageHistoryEntrySchema, type PageHistoryEventRow, PageHistoryEventRowSchema, PageHistoryPageIdParamSchema, type PageHistoryPayloadByKind, type PageHistoryQuery, PageHistoryQuerySchema, type PageHistoryResponse, PageHistoryResponseSchema, type PageHistoryRowId, PageHistoryRowIdSchema, type PageHistoryTracking, PageHistoryTrackingSchema, type PageNotFoundError, PageNotFoundErrorSchema, type PageNotGrantedError, PageNotGrantedErrorSchema, type PageRef, PageRefSchema, type PageRevisionError, PageRevisionErrorSchema, PageSchema, PageStatusEnum, PageStatusSchema, type PageTransitionInProgressError, PageTransitionInProgressErrorSchema, type PageTransitionIncompleteError, PageTransitionIncompleteErrorSchema, PageTypeEnum, PageTypeSchema, type PageUser, PageUserSchema, type PageWithRevision, PageWithRevisionSchema, type Pager, PagerSchema, type PaginationRequest, PaginationRequestSchema, type PasswordErrorResponse, PasswordErrorResponseSchema, type PasswordUpdateSuccess, PasswordUpdateSuccessSchema, type PastAttachmentUsage, PastAttachmentUsageSchema, PendingLinkCompletionResponseSchema, type PendingUsersCountResponse, PendingUsersCountResponseSchema, type PictureUploadResponse, PictureUploadResponseSchema, type PluginAdminPlacement, PluginAdminPlacementSchema, type PluginConfigResponse, PluginConfigResponseSchema, type PluginConfigValidationError, PluginConfigValidationErrorSchema, type PluginField, PluginFieldSchema, type PluginInfo, PluginInfoSchema, type PluginNotFoundError, PluginNotFoundErrorSchema, type PluginReadinessField, PluginReadinessFieldSchema, type PluginVerificationFailureReason, PluginVerificationFailureReasonSchema, type PluginVerificationResult, PluginVerificationResultSchema, type PresenceClientMessage, PresenceClientMessageSchema, type PresenceCommentChangedMessage, PresenceCommentChangedMessageSchema, type PresenceHeartbeatMessage, PresenceHeartbeatMessageSchema, type PresencePageUpdatedMessage, PresencePageUpdatedMessageSchema, type PresenceServerMessage, PresenceServerMessageSchema, type PresenceTokenPayload, PresenceTokenPayloadSchema, type PresenceTokenResponse, PresenceTokenResponseSchema, type PresenceViewer, PresenceViewerSchema, type PresenceViewersMessage, PresenceViewersMessageSchema, type PreviewPageRequest, PreviewPageRequestSchema, type PreviewPageResponse, PreviewPageResponseSchema, type ProfileErrorResponse, ProfileErrorResponseSchema, ProviderListResponseSchema, RENDERED_AST_NODE_DEFS, type RecentlyViewedPagesResponse, RecentlyViewedPagesResponseSchema, type ReencryptResponse, ReencryptResponseSchema, RefreshTokenRequestSchema, type RegisterPendingResponse, RegisterPendingResponseSchema, type RegistrationMode, RegistrationModeSchema, type RemoveAttachmentResponse, RemoveAttachmentResponseSchema, type RemoveBookmarkRequest, RemoveBookmarkRequestSchema, type RemoveBookmarkResponse, RemoveBookmarkResponseSchema, type RenamePageRequest, RenamePageRequestSchema, type RenamePageResponse, RenamePageResponseSchema, type RenameSubtreeRequest, RenameSubtreeRequestSchema, type RenameSubtreeResponse, RenameSubtreeResponseSchema, type RenameTreeError, RenameTreeErrorSchema, RenderedAstArtifactKeySchema, type RenderedAstEnvelope, RenderedAstEnvelopeOpenApiSchema, RenderedAstEnvelopeSchema, type RenderedAstNode, type RenderedAstNodeDef, RenderedAstNodeSchema, RenderedAstRootSchema, type RenderedAstValue, RenderedAstValueSchema, ReservationSchema, type ReservationShape, type ResetPasswordRequest, ResetPasswordRequestSchema, type ResetPasswordResponse, ResetPasswordResponseSchema, type RevertToRevisionRequest, RevertToRevisionRequestSchema, type Revision, type RevisionInvalidRequestError, RevisionInvalidRequestErrorSchema, type RevisionMeta, RevisionMetaSchema, RevisionMetaSchemaShape, type RevisionMetaShape, RevisionSchema, type RevisionType, RevisionTypeSchema, type RevokeRequest, RevokeRequestSchema, type RevokeResponse, RevokeResponseSchema, SCOPES, SIDECAR_KEYS, STATIC_CAPABILITIES, STRIP_KNOWN_HTML_TAGS_MAX_LENGTH, type Scope, type SearchAdminUsersByEmailRequest, SearchAdminUsersByEmailRequestSchema, type SearchAdminUsersByEmailResponse, SearchAdminUsersByEmailResponseSchema, type SearchDriverEntry, SearchDriverEntrySchema, type SearchHit, SearchHitSchema, type SearchPageType, SearchPageTypeSchema, type SearchPagesRequest, SearchPagesRequestSchema, type SearchPagesResponse, SearchPagesResponseSchema, type SecuritySettings, SecuritySettingsSchema, type SeenPageRequest, SeenPageRequestSchema, type SeenUsersResponse, SeenUsersResponseSchema, type SendTestMailError, SendTestMailErrorSchema, type SendTestMailRequest, SendTestMailRequestSchema, type SendTestMailResponse, SendTestMailResponseSchema, SenderProofSchema, SenderPublicJwkSchema, type SensitiveConfigEntry, SensitiveConfigEntrySchema, type ServiceUnavailableError, ServiceUnavailableErrorSchema, type SetPageGrantRequest, SetPageGrantRequestSchema, type SetWatchStatusRequest, SetWatchStatusRequestSchema, type ShikiToken, ShikiTokenLinesSchema, ShikiTokenSchema, ShikiTokenStyleSchema, type SidecarKey, StartProviderLinkResponseSchema, type StorageDriverEntry, StorageDriverEntrySchema, type SuccessResponse, SuccessResponseSchema, type Theme, ThemeSchema, type ThemeUpdateResponse, ThemeUpdateResponseSchema, type ThirdPartyAuthRequiredError, ThirdPartyAuthRequiredErrorSchema, type ThirdPartyAuthUnavailableError, ThirdPartyAuthUnavailableErrorSchema, type TocEntryResponse, TocEntrySchema, TokenAuthLoginRequestSchema, TokenAuthRegisterRequestSchema, TokenAuthResponseSchema, type TokenRequest, TokenRequestSchema, type TokenResponse, TokenResponseSchema, UPLOAD_ALLOWED_MIME, UnlinkAuthProviderErrorSchema, type UnlinkUserIdentityConflictError, UnlinkUserIdentityConflictErrorSchema, type UnlinkUserIdentityNotFoundError, UnlinkUserIdentityNotFoundErrorSchema, type UnlinkUserIdentityResponse, UnlinkUserIdentityResponseSchema, type UpdateAdminUserEmailRequest, UpdateAdminUserEmailRequestSchema, type UpdateAppSettingsRequest, UpdateAppSettingsRequestSchema, type UpdateAppSettingsResponse, UpdateAppSettingsResponseSchema, type UpdateAuthSettingsRequest, UpdateAuthSettingsRequestSchema, type UpdateAuthSettingsResponse, UpdateAuthSettingsResponseSchema, type UpdateMailSettingsRequest, UpdateMailSettingsRequestSchema, type UpdateMailSettingsResponse, UpdateMailSettingsResponseSchema, type UpdatePageRequest, UpdatePageRequestSchema, type UpdatePasswordRequest, UpdatePasswordRequestSchema, type UpdatePluginConfigRequest, UpdatePluginConfigRequestSchema, type UpdatePluginConfigResponse, UpdatePluginConfigResponseSchema, type UpdateProfileRequest, UpdateProfileRequestSchema, type UpdateSecuritySettingsRequest, UpdateSecuritySettingsRequestSchema, type UpdateSecuritySettingsResponse, UpdateSecuritySettingsResponseSchema, type UpdateThemeRequest, UpdateThemeRequestSchema, type UploadAttachmentError, type UploadAttachmentErrorCode, UploadAttachmentErrorCodeSchema, UploadAttachmentErrorSchema, type UploadAttachmentResponse, UploadAttachmentResponseSchema, type UploadPolicyResponse, UploadPolicyResponseSchema, type UserBookmarksResponse, UserBookmarksResponseSchema, type UserLanguage, UserLanguageSchema, type UserListItem, UserListItemSchema, type UserNotFoundError, UserNotFoundErrorSchema, type UserPageResponse, UserPageResponseSchema, type UserPagesResponse, UserPagesResponseSchema, type UserProfileResponse, UserProfileResponseSchema, type UserPublic, UserPublicSchema, UserPublicStatus, UserStatusEnum, type UserStatusError, UserStatusErrorSchema, UserStatusSchema, type UserSubpagesRequest, UserSubpagesRequestSchema, type Username, UsernameSchema, type ValidationError, ValidationErrorSchema, WS_CLOSE_CODES, type WatchStatusResponse, WatchStatusResponseSchema, type WikiLinkResponse, WikiLinkSchema, type WsCloseCode, type WsTokenPayload, WsTokenPayloadSchema, type WsTokenResponse, WsTokenResponseSchema, acceptInviteRoute, accessTokenRoutes, activateAccountRoute, activateUserRoute, activationRoutes, addAttachmentRoute, addBookmarkRoute, addCommentRoute, adminAppRoutes, adminAuthRoutes, adminCryptoRoutes, adminMailRoutes, adminPageDeletionRoutes, adminPluginsRoutes, adminSearchRoutes, adminSecurityRoutes, adminStorageRoutes, adminUsersRoutes, appRoutes, attachmentRoutes, authorizeRoute, autocompletePagesRoute, autocompleteRoutes, autocompleteUsersRoute, backlinkRoutes, bookmarkRoutes, callbackFederatedProviderRoute, cancelDraftRoute, claimPageLinkAccessRoute, clearRenderCacheAllRoute, clearRenderCachePluginRoute, clientInfoRoute, commentRoutes, completeProviderLinkRoute, confirmEmailChangeRoute, createAccessTokenRoute, createAdminRoute, createClient, createDraftRoute, createPageRoute, deleteAccessTokenRoute, deleteCommentRoute, deleteOAuthSessionRoute, deletePageRoute, deletePictureRoute, deleteUserRoute, deviceAuthorizeRoute, deviceInfoRoute, deviceVerifyRoute, discoveryRoute, draftRoutes, editUserRoute, emailChangeRoutes, erasePageDeletionRoute, federatedAuthRoutes, federatedHandoffRoute, federatedRegistrationRoutes, forgotPasswordRoute, getAppInfoRoute, getAppSettingsRoute, getAttachmentMetaRoute, getAttachmentUsageRoute, getAuthSettingsRoute, getBacklinksRoute, getBookmarkRoute, getCryptoStatusRoute, getFederatedRegistrationRoute, getInstallerStatusRoute, getLikersRoute, getMailSettingsRoute, getNotificationsTokenRoute, getPageDeletionsByPathRoute, getPageHistoryRoute, getPageRoute, getPluginConfigRoute, getPluginReadinessRoute, getPresenceTokenRoute, getProfileRoute, getProviderLinkCompletionRoute, getRevisionRoute, getRevisionsRoute, getSearchStatusRoute, getSecuritySettingsRoute, getSeenUsersRoute, getStorageStatusRoute, getUnreadCountRoute, getUploadPolicyRoute, getUserBookmarksRoute, getUserPageRoute, getUserPagesRoute, getUserSubpagesRoute, getWatchStatusRoute, getYjsTokenRoute, installerRoutes, inviteAcceptRoutes, invitePreviewRoute, inviteUsersRoute, isIssuableScope, isScope, likePageRoute, listAccessTokensRoute, listAttachmentsRoute, listCommentsRoute, listDraftsRoute, listFederatedProvidersRoute, listLinkedAuthProvidersRoute, listMembersRoute, listMyBookmarksRoute, listNotificationsRoute, listOAuthSessionsRoute, listPageChildrenRoute, listPageDeletionsRoute, listPagesRoute, listPluginsRoute, listRevisionsRoute, listUsersRoute, logoutFederatedRegistrationRoute, makeAdminRoute, markAllAsReadRoute, meRoutes, notificationRoutes, oauthRoutes, oauthSessionRoutes, openNotificationRoute, pageCollabRoutes, pageHistoryRoutes, pagePreviewRoutes, pageRoutes, parseScopeClaim, passwordResetRoutes, pendingUsersCountRoute, presenceRoutes, previewPageRoute, recentlyViewedPagesRoute, reencryptAllRoute, removeAttachmentRoute, removeBookmarkRoute, removeFromAdminRoute, renamePageRoute, renameSubtreeRoute, resendInviteRoute, resetPasswordRoute, revertDeletedPageRoute, revertToRevisionRoute, revisionRoutes, revokeRoute, scopeSatisfies, searchPagesRoute, searchRoutes, searchUsersByEmailRoute, seenPageRoute, selfResetPasswordRoute, sendTestMailRoute, setPageGrantRoute, setWatchStatusRoute, startFederatedProviderRoute, startProviderLinkRoute, stripKnownHtmlTags, submitFederatedRegistrationRoute, suspendUserRoute, tokenAuthRoutes, tokenLoginRoute, tokenLogoutRoute, tokenMeRoute, tokenRefreshRoute, tokenRegisterRoute, tokenRoute, unlikePageRoute, unlinkAuthProviderRoute, unlinkUserIdentityRoute, unwrapRenderedAst, updateAppSettingsRoute, updateAuthSettingsRoute, updateMailSettingsRoute, updatePageRoute, updatePasswordRoute, updatePluginConfigRoute, updateProfileRoute, updateSecuritySettingsRoute, updateThemeRoute, updateUserEmailRoute, uploadAttachmentRoute, uploadPictureRoute, userRoutes, validateActivationTokenRoute, validateEmailChangeTokenRoute, validateResetTokenRoute };
56304
+ export { ALL_CAPABILITIES, ALL_SCOPES, API_SURFACE_VERSION, AST_INPUT_LIMIT_BYTES, AST_MAX_HAST_DEPTH, AST_MAX_IMAGE_BASE64_CHARS, AST_MAX_TREE_DEPTH, AST_MAX_VALUE_CHARS, AST_OUTPUT_BUDGET_BYTES, AST_OUTPUT_WARN_BYTES, type AccessToken, AccessTokenSchema, type ActivateRequest, ActivateRequestSchema, type ActivateValidationResponse, ActivateValidationResponseSchema, type ActiveSearchDriver, ActiveSearchDriverSchema, type ActiveStorageDriver, ActiveStorageDriverSchema, type AddAttachmentResponse, AddAttachmentResponseSchema, type AddBookmarkRequest, AddBookmarkRequestSchema, type AddCommentRequest, AddCommentRequestSchema, type AddCommentResponse, AddCommentResponseSchema, type AdminPageDeletionContractApp, type AdminPager, AdminPagerSchema, type AdminRequiredError, AdminRequiredErrorSchema, type AdminSettingsContractApp, AdminSidebarSection, type AdminSidebarSectionValue, type AdminUserIdParam, AdminUserIdParamSchema, type AdminUserIdentityParam, AdminUserIdentityParamSchema, type AdminUserListItem, AdminUserListItemSchema, type AdminUserMutationResponse, AdminUserMutationResponseSchema, type AdminUsersPluginsContractApp, type ApiError, ApiErrorSchema, type AppAuthMeUserChain, type AppInfoResponse, AppInfoResponseSchema, type AppSettingsValidationError, AppSettingsValidationErrorSchema, type ApplicationNotInstalledError, ApplicationNotInstalledErrorSchema, type AstChildModel, type AstFieldsValidator, type AstPlacement, type Attachment, type AttachmentError, AttachmentErrorCodeSchema, AttachmentErrorSchema, type AttachmentMeta, AttachmentMetaSchema, AttachmentSchema, type AttachmentUsageResponse, AttachmentUsageResponseSchema, type AuthSettings, AuthSettingsSchema, type AuthenticationRequiredError, AuthenticationRequiredErrorSchema, type AuthorizeRequest, AuthorizeRequestSchema, type AuthorizeResponse, AuthorizeResponseSchema, type AutocompleteRateLimitError, AutocompleteRateLimitErrorSchema, type AutocompleteRequest, AutocompleteRequestSchema, type AutocompleteResponse, AutocompleteResponseSchema, type AutocompleteResult, AutocompleteResultSchema, type Backlink, type BacklinkFromPage, BacklinkFromPageSchema, type BacklinkFromRevision, BacklinkFromRevisionSchema, BacklinkSchema, type Bookmark, type BookmarkBacklinkCommentRevisionChain, type BookmarkResponse, BookmarkResponseSchema, BookmarkSchema, CURRENT_AST_VERSION, type Capability, CapabilitySchema, type ClaimPageLinkAccessResponse, ClaimPageLinkAccessResponseSchema, type ClearRenderCacheResponse, ClearRenderCacheResponseSchema, type ClientInfoResponse, ClientInfoResponseSchema, type ClientOptions, type CollabForceReloadMessage, CollabForceReloadMessageSchema, type CollabSaveError, CollabSaveErrorSchema, type CollabSaveMessage, CollabSaveMessageSchema, type CollabSaveOk, CollabSaveOkSchema, type Comment, type CommentInvalidRequestError, CommentInvalidRequestErrorSchema, type CommentNotFoundError, CommentNotFoundErrorSchema, CommentSchema, CompleteProviderLinkConflictErrorSchema, CompleteProviderLinkResponseSchema, type ConfigReadinessIssue, ConfigReadinessIssueSchema, type ConfigReadinessResponse, ConfigReadinessResponseSchema, type ConfirmEmailChangeRequest, ConfirmEmailChangeRequestSchema, type ConfirmEmailChangeResponse, ConfirmEmailChangeResponseSchema, type ConflictError, ConflictErrorSchema, type ContributorRef, ContributorRefSchema, type CreateAccessTokenRequest, CreateAccessTokenRequestSchema, type CreateAccessTokenResponse, CreateAccessTokenResponseSchema, CreateAdminRequestSchema, CreateAdminResponseSchema, type CreateDraftRequest, CreateDraftRequestSchema, type CreateDraftResponse, CreateDraftResponseSchema, type CreatePageRequest, CreatePageRequestSchema, type CrowiApiClient, type CrowiCodeSidecar, CrowiCodeSidecarSchema, CrowiDiagramNodeSchema, type CrowiDiagramSidecar, CrowiDiagramSidecarSchema, CrowiDimensionSchema, type CrowiFrontmatterEntry, CrowiFrontmatterEntrySchema, type CrowiImagePayload, CrowiImagePayloadSchema, CrowiLinkCardNodeSchema, type CrowiLinkCardSidecar, CrowiLinkCardSidecarSchema, type CrowiMathSidecar, CrowiMathSidecarSchema, CrowiOpaqueNodeSchema, type CrowiPlaceholderKind, CrowiPlaceholderKindSchema, CrowiPlaceholderNodeSchema, type CrowiPlaceholderSidecar, CrowiPlaceholderSidecarSchema, type CryptoStatusResponse, CryptoStatusResponseSchema, DEVICE_CODE_GRANT_TYPE, DISCOVERY_SCOPES_SUPPORTED, DYNAMIC_CAPABILITIES, type DeleteAdminUserResponse, DeleteAdminUserResponseSchema, type DeleteCommentRequest, DeleteCommentRequestSchema, type DeleteCommentResponse, DeleteCommentResponseSchema, type DeviceAuthorizeRequest, DeviceAuthorizeRequestSchema, type DeviceAuthorizeResponse, DeviceAuthorizeResponseSchema, type DeviceInfoResponse, DeviceInfoResponseSchema, type DeviceVerifyRequest, DeviceVerifyRequestSchema, type DeviceVerifyResponse, DeviceVerifyResponseSchema, type DiscoveryResponse, DiscoveryResponseSchema, type DraftBadRequestError, DraftBadRequestErrorSchema, type DraftConflictOwner, DraftConflictOwnerSchema, type DraftNotFoundError, DraftNotFoundErrorSchema, type DraftPathConflictError, DraftPathConflictErrorSchema, type DraftSummary, DraftSummarySchema, ERROR_CODES, type EditAdminUserRequest, EditAdminUserRequestSchema, type EmailLockedByFederatedIdentityError, EmailLockedByFederatedIdentityErrorSchema, type EncryptionNotConfiguredError, EncryptionNotConfiguredErrorSchema, type ErasePageDeletionInput, ErasePageDeletionResponseSchema, type ErrorCode, ErrorCodeSchema, FRONTMATTER_MAX_ENTRIES, FRONTMATTER_MAX_KEY_CHARS, FRONTMATTER_MAX_RAW_BYTES, FRONTMATTER_MAX_VALUE_CHARS, type FederatedAuthContractApp, FederatedHandoffRequestSchema, FederatedHandoffResponseSchema, FederatedProviderSchema, FederatedRegistrationActiveResultSchema, FederatedRegistrationApprovalResultSchema, type FederatedRegistrationContractApp, FederatedRegistrationResultSchema, FederatedRegistrationSnapshotSchema, FederatedRegistrationSubmitRequestSchema, type ForbiddenError, ForbiddenErrorSchema, type ForgotPasswordRequest, ForgotPasswordRequestSchema, type ForgotPasswordResponse, ForgotPasswordResponseSchema, GRANT_TYPES_SUPPORTED, type GetAppSettingsResponse, GetAppSettingsResponseSchema, type GetAuthSettingsResponse, GetAuthSettingsResponseSchema, type GetBacklinksRequest, GetBacklinksRequestSchema, type GetBacklinksResponse, GetBacklinksResponseSchema, type GetBookmark, type GetBookmarkRequest, GetBookmarkRequestSchema, type GetBookmarkResponse, GetBookmarkResponseSchema, GetBookmarkSchema, type GetLikersRequest, GetLikersRequestSchema, type GetMailSettingsResponse, GetMailSettingsResponseSchema, type GetPageRequest, GetPageRequestSchema, type GetPageResponse, GetPageResponseSchema, type GetRevisionResponse, GetRevisionResponseSchema, type GetRevisionsRequest, GetRevisionsRequestSchema, type GetRevisionsResponse, GetRevisionsResponseSchema, type GetSearchStatusResponse, GetSearchStatusResponseSchema, type GetSecuritySettingsResponse, GetSecuritySettingsResponseSchema, type GetSeenUsersRequest, GetSeenUsersRequestSchema, type GetStorageStatusResponse, GetStorageStatusResponseSchema, type GetWatchStatusRequest, GetWatchStatusRequestSchema, type HChild, HChildSchema, HChildrenSchema, HNameSchema, HPropertiesSchema, type HastHintData, HastHintDataSchema, IDEMPOTENCY_KEY_PATTERN, ISSUABLE_SCOPES, type IdempotencyKeyConflictError, IdempotencyKeyConflictErrorSchema, type IdempotencyKeyRequiredError, IdempotencyKeyRequiredErrorSchema, InstallerStatusResponseSchema, type InsufficientScopeError, InsufficientScopeErrorSchema, type InternalServerError, InternalServerErrorSchema, type InvalidPageIdError, InvalidPageIdErrorSchema, type InvalidScopeError, InvalidScopeErrorSchema, type InviteAcceptRequest, InviteAcceptRequestSchema, type InvitePreviewResponse, InvitePreviewResponseSchema, type InviteUsersRequest, InviteUsersRequestSchema, type InviteUsersResponse, InviteUsersResponseSchema, type InvitedUserResult, InvitedUserResultSchema, KNOWN_HTML_ELEMENTS, type Language, LanguageSchema, type LateContractApp, type Liker, LikerSchema, type LikersResponse, LikersResponseSchema, LinkCompletionCodeSchema, LinkCompletionConsumedErrorSchema, LinkedAuthProviderListResponseSchema, type LinkedIdentitiesExistError, LinkedIdentitiesExistErrorSchema, type ListAccessTokensResponse, ListAccessTokensResponseSchema, type ListAdminUsersRequest, ListAdminUsersRequestSchema, type ListAdminUsersResponse, ListAdminUsersResponseSchema, type ListAttachmentsResponse, ListAttachmentsResponseSchema, type ListCommentsRequest, ListCommentsRequestSchema, type ListCommentsResponse, ListCommentsResponseSchema, type ListDraftsResponse, ListDraftsResponseSchema, type ListMyBookmarksResponse, ListMyBookmarksResponseSchema, type ListNotificationsRequest, ListNotificationsRequestSchema, type ListNotificationsResponse, ListNotificationsResponseSchema, type ListOAuthSessionsResponse, ListOAuthSessionsResponseSchema, type ListPageChildrenRequest, ListPageChildrenRequestSchema, type ListPageChildrenResponse, ListPageChildrenResponseSchema, type ListPagesRequest, ListPagesRequestSchema, type ListPagesResponse, ListPagesResponseSchema, type ListPagesSort, type ListPluginsResponse, ListPluginsResponseSchema, type ListRevisionsRequest, ListRevisionsRequestSchema, type ListRevisionsResponse, ListRevisionsResponseSchema, type ListUsersRequest, ListUsersRequestSchema, type ListUsersResponse, ListUsersResponseSchema, LooseRenderedAstRootSchema, type MailSettingsValidationError, MailSettingsValidationErrorSchema, type MailTokenPayload, MailTokenPayloadSchema, type MailTokenPurpose, MailTokenPurposeSchema, type MarkAllAsReadResponse, MarkAllAsReadResponseSchema, type MentionResponse, MentionSchema, type NotFoundError, NotFoundErrorSchema, type Notification, type NotificationAction, NotificationActionEnum, NotificationActionSchema, type NotificationNotFoundError, NotificationNotFoundErrorSchema, NotificationSchema, type NotificationStatus, NotificationStatusEnum, type NotificationStatusResponse, NotificationStatusResponseSchema, NotificationStatusSchema, type NotificationTargetModel, NotificationTargetModelEnum, NotificationTargetModelSchema, type NotificationsChangedMessage, NotificationsChangedMessageSchema, type NotificationsServerMessage, NotificationsServerMessageSchema, type NotificationsTokenPayload, NotificationsTokenPayloadSchema, type NotificationsTokenResponse, NotificationsTokenResponseSchema, OAUTH_ERROR_CODES, type OAuthContractApp, type OAuthError, type OAuthErrorCode, OAuthErrorSchema, type OAuthSession, OAuthSessionSchema, type OpenNotificationParam, OpenNotificationParamSchema, type OpenNotificationResponse, OpenNotificationResponseSchema, type Page, type PageChain, type PageChildSegment, PageChildSegmentSchema, PageDeletionListResponseSchema, type PageDeletionRecord, PageDeletionRecordSchema, PageExtendedSchema, PageGrantEnum, PageGrantSchema, type PageHistoryContentRow, PageHistoryContentRowSchema, type PageHistoryEntry, PageHistoryEntrySchema, type PageHistoryEventRow, PageHistoryEventRowSchema, PageHistoryPageIdParamSchema, type PageHistoryPayloadByKind, type PageHistoryQuery, PageHistoryQuerySchema, type PageHistoryResponse, PageHistoryResponseSchema, type PageHistoryRowId, PageHistoryRowIdSchema, type PageHistoryTracking, PageHistoryTrackingSchema, type PageNotFoundError, PageNotFoundErrorSchema, type PageNotGrantedError, PageNotGrantedErrorSchema, type PageRef, PageRefSchema, type PageRevisionError, PageRevisionErrorSchema, PageSchema, PageStatusEnum, PageStatusSchema, type PageTransitionInProgressError, PageTransitionInProgressErrorSchema, type PageTransitionIncompleteError, PageTransitionIncompleteErrorSchema, PageTypeEnum, PageTypeSchema, type PageUser, PageUserSchema, type PageWithRevision, PageWithRevisionSchema, type Pager, PagerSchema, type PaginationRequest, PaginationRequestSchema, type PasswordErrorResponse, PasswordErrorResponseSchema, type PasswordUpdateSuccess, PasswordUpdateSuccessSchema, type PastAttachmentUsage, PastAttachmentUsageSchema, PendingLinkCompletionResponseSchema, type PendingUsersCountResponse, PendingUsersCountResponseSchema, type PictureUploadResponse, PictureUploadResponseSchema, type PluginAdminPlacement, PluginAdminPlacementSchema, type PluginConfigResponse, PluginConfigResponseSchema, type PluginConfigValidationError, PluginConfigValidationErrorSchema, type PluginField, PluginFieldSchema, type PluginInfo, PluginInfoSchema, type PluginNotFoundError, PluginNotFoundErrorSchema, type PluginReadinessField, PluginReadinessFieldSchema, type PluginVerificationFailureReason, PluginVerificationFailureReasonSchema, type PluginVerificationResult, PluginVerificationResultSchema, type PresenceClientMessage, PresenceClientMessageSchema, type PresenceCommentChangedMessage, PresenceCommentChangedMessageSchema, type PresenceHeartbeatMessage, PresenceHeartbeatMessageSchema, type PresencePageUpdatedMessage, PresencePageUpdatedMessageSchema, type PresenceServerMessage, PresenceServerMessageSchema, type PresenceTokenPayload, PresenceTokenPayloadSchema, type PresenceTokenResponse, PresenceTokenResponseSchema, type PresenceViewer, PresenceViewerSchema, type PresenceViewersMessage, PresenceViewersMessageSchema, type PreviewPageRequest, PreviewPageRequestSchema, type PreviewPageResponse, PreviewPageResponseSchema, type ProfileErrorResponse, ProfileErrorResponseSchema, ProviderListResponseSchema, RENDERED_AST_NODE_DEFS, type RecentlyViewedPagesResponse, RecentlyViewedPagesResponseSchema, type ReencryptResponse, ReencryptResponseSchema, RefreshTokenRequestSchema, type RegisterPendingResponse, RegisterPendingResponseSchema, type RegistrationMode, RegistrationModeSchema, type RemoveAttachmentResponse, RemoveAttachmentResponseSchema, type RemoveBookmarkRequest, RemoveBookmarkRequestSchema, type RemoveBookmarkResponse, RemoveBookmarkResponseSchema, type RenamePageRequest, RenamePageRequestSchema, type RenamePageResponse, RenamePageResponseSchema, type RenameSubtreeRequest, RenameSubtreeRequestSchema, type RenameSubtreeResponse, RenameSubtreeResponseSchema, type RenameTreeError, RenameTreeErrorSchema, RenderedAstArtifactKeySchema, type RenderedAstEnvelope, RenderedAstEnvelopeOpenApiSchema, RenderedAstEnvelopeSchema, type RenderedAstNode, type RenderedAstNodeDef, RenderedAstNodeSchema, RenderedAstRootSchema, type RenderedAstValue, RenderedAstValueSchema, ReservationSchema, type ReservationShape, type ResetPasswordRequest, ResetPasswordRequestSchema, type ResetPasswordResponse, ResetPasswordResponseSchema, type RevertToRevisionRequest, RevertToRevisionRequestSchema, type Revision, type RevisionInvalidRequestError, RevisionInvalidRequestErrorSchema, type RevisionMeta, RevisionMetaSchema, RevisionMetaSchemaShape, type RevisionMetaShape, RevisionSchema, type RevisionType, RevisionTypeSchema, type RevokeRequest, RevokeRequestSchema, type RevokeResponse, RevokeResponseSchema, SCOPES, SIDECAR_KEYS, STATIC_CAPABILITIES, STRIP_KNOWN_HTML_TAGS_MAX_LENGTH, type Scope, type SearchAdminUsersByEmailRequest, SearchAdminUsersByEmailRequestSchema, type SearchAdminUsersByEmailResponse, SearchAdminUsersByEmailResponseSchema, type SearchDriverEntry, SearchDriverEntrySchema, type SearchHit, SearchHitSchema, type SearchPageType, SearchPageTypeSchema, type SearchPagesRequest, SearchPagesRequestSchema, type SearchPagesResponse, SearchPagesResponseSchema, type SecuritySettings, SecuritySettingsSchema, type SeenPageRequest, SeenPageRequestSchema, type SeenUsersResponse, SeenUsersResponseSchema, type SendTestMailError, SendTestMailErrorSchema, type SendTestMailRequest, SendTestMailRequestSchema, type SendTestMailResponse, SendTestMailResponseSchema, SenderProofSchema, SenderPublicJwkSchema, type SensitiveConfigEntry, SensitiveConfigEntrySchema, type ServiceUnavailableError, ServiceUnavailableErrorSchema, type SetPageGrantRequest, SetPageGrantRequestSchema, type SetWatchStatusRequest, SetWatchStatusRequestSchema, type ShikiToken, ShikiTokenLinesSchema, ShikiTokenSchema, ShikiTokenStyleSchema, type SidecarKey, StartProviderLinkResponseSchema, type StorageDriverEntry, StorageDriverEntrySchema, type SuccessResponse, SuccessResponseSchema, type Theme, ThemeSchema, type ThemeUpdateResponse, ThemeUpdateResponseSchema, type ThirdPartyAuthRequiredError, ThirdPartyAuthRequiredErrorSchema, type ThirdPartyAuthUnavailableError, ThirdPartyAuthUnavailableErrorSchema, type TocEntryResponse, TocEntrySchema, TokenAuthLoginRequestSchema, TokenAuthRegisterRequestSchema, TokenAuthResponseSchema, type TokenRequest, TokenRequestSchema, type TokenResponse, TokenResponseSchema, UPLOAD_ALLOWED_MIME, UnlinkAuthProviderErrorSchema, type UnlinkUserIdentityConflictError, UnlinkUserIdentityConflictErrorSchema, type UnlinkUserIdentityNotFoundError, UnlinkUserIdentityNotFoundErrorSchema, type UnlinkUserIdentityResponse, UnlinkUserIdentityResponseSchema, type UpdateAdminUserEmailRequest, UpdateAdminUserEmailRequestSchema, type UpdateAppSettingsRequest, UpdateAppSettingsRequestSchema, type UpdateAppSettingsResponse, UpdateAppSettingsResponseSchema, type UpdateAuthSettingsRequest, UpdateAuthSettingsRequestSchema, type UpdateAuthSettingsResponse, UpdateAuthSettingsResponseSchema, type UpdateMailSettingsRequest, UpdateMailSettingsRequestSchema, type UpdateMailSettingsResponse, UpdateMailSettingsResponseSchema, type UpdatePageRequest, UpdatePageRequestSchema, type UpdatePasswordRequest, UpdatePasswordRequestSchema, type UpdatePluginConfigRequest, UpdatePluginConfigRequestSchema, type UpdatePluginConfigResponse, UpdatePluginConfigResponseSchema, type UpdateProfileRequest, UpdateProfileRequestSchema, type UpdateSecuritySettingsRequest, UpdateSecuritySettingsRequestSchema, type UpdateSecuritySettingsResponse, UpdateSecuritySettingsResponseSchema, type UpdateThemeRequest, UpdateThemeRequestSchema, type UploadAttachmentError, type UploadAttachmentErrorCode, UploadAttachmentErrorCodeSchema, UploadAttachmentErrorSchema, type UploadAttachmentResponse, UploadAttachmentResponseSchema, type UploadPolicyResponse, UploadPolicyResponseSchema, type UserBookmarksResponse, UserBookmarksResponseSchema, type UserLanguage, UserLanguageSchema, type UserListItem, UserListItemSchema, type UserNotFoundError, UserNotFoundErrorSchema, type UserPageResponse, UserPageResponseSchema, type UserPagesResponse, UserPagesResponseSchema, type UserProfileResponse, UserProfileResponseSchema, type UserPublic, UserPublicSchema, UserPublicStatus, UserStatusEnum, type UserStatusError, UserStatusErrorSchema, UserStatusSchema, type UserSubpagesRequest, UserSubpagesRequestSchema, type Username, UsernameSchema, type ValidationError, ValidationErrorSchema, WS_CLOSE_CODES, type WatchStatusResponse, WatchStatusResponseSchema, type WikiLinkResponse, WikiLinkSchema, type WsCloseCode, type WsTokenPayload, WsTokenPayloadSchema, type WsTokenResponse, WsTokenResponseSchema, acceptInviteRoute, accessTokenRoutes, activateAccountRoute, activateUserRoute, activationRoutes, addAttachmentRoute, addBookmarkRoute, addCommentRoute, adminAppRoutes, adminAuthRoutes, adminCryptoRoutes, adminMailRoutes, adminPageDeletionRoutes, adminPluginsRoutes, adminSearchRoutes, adminSecurityRoutes, adminStorageRoutes, adminUsersRoutes, appRoutes, attachmentRoutes, authorizeRoute, autocompletePagesRoute, autocompleteRoutes, autocompleteUsersRoute, backlinkRoutes, bookmarkRoutes, callbackFederatedProviderRoute, cancelDraftRoute, claimPageLinkAccessRoute, clearRenderCacheAllRoute, clearRenderCachePluginRoute, clientInfoRoute, commentRoutes, completeProviderLinkRoute, confirmEmailChangeRoute, createAccessTokenRoute, createAdminRoute, createClient, createDraftRoute, createPageRoute, deleteAccessTokenRoute, deleteCommentRoute, deleteOAuthSessionRoute, deletePageRoute, deletePictureRoute, deleteUserRoute, deviceAuthorizeRoute, deviceInfoRoute, deviceVerifyRoute, discoveryRoute, draftRoutes, editUserRoute, emailChangeRoutes, erasePageDeletionRoute, federatedAuthRoutes, federatedHandoffRoute, federatedRegistrationRoutes, forgotPasswordRoute, getAppInfoRoute, getAppSettingsRoute, getAttachmentMetaRoute, getAttachmentUsageRoute, getAuthSettingsRoute, getBacklinksRoute, getBookmarkRoute, getCryptoStatusRoute, getFederatedRegistrationRoute, getInstallerStatusRoute, getLikersRoute, getMailSettingsRoute, getNotificationsTokenRoute, getPageDeletionsByPathRoute, getPageHistoryRoute, getPageRoute, getPluginConfigRoute, getPluginReadinessRoute, getPresenceTokenRoute, getProfileRoute, getProviderLinkCompletionRoute, getRevisionRoute, getRevisionsRoute, getSearchStatusRoute, getSecuritySettingsRoute, getSeenUsersRoute, getStorageStatusRoute, getUnreadCountRoute, getUploadPolicyRoute, getUserBookmarksRoute, getUserPageRoute, getUserPagesRoute, getUserSubpagesRoute, getWatchStatusRoute, getYjsTokenRoute, installerRoutes, inviteAcceptRoutes, invitePreviewRoute, inviteUsersRoute, isIssuableScope, isScope, likePageRoute, listAccessTokensRoute, listAttachmentsRoute, listCommentsRoute, listDraftsRoute, listFederatedProvidersRoute, listLinkedAuthProvidersRoute, listMembersRoute, listMyBookmarksRoute, listNotificationsRoute, listOAuthSessionsRoute, listPageChildrenRoute, listPageDeletionsRoute, listPagesRoute, listPluginsRoute, listRevisionsRoute, listUsersRoute, logoutFederatedRegistrationRoute, makeAdminRoute, markAllAsReadRoute, meRoutes, notificationRoutes, oauthRoutes, oauthSessionRoutes, openNotificationRoute, pageCollabRoutes, pageHistoryRoutes, pagePreviewRoutes, pageRoutes, parseScopeClaim, passwordResetRoutes, pendingUsersCountRoute, presenceRoutes, previewPageRoute, recentlyViewedPagesRoute, reencryptAllRoute, removeAttachmentRoute, removeBookmarkRoute, removeFromAdminRoute, renamePageRoute, renameSubtreeRoute, resendInviteRoute, resetPasswordRoute, revertDeletedPageRoute, revertToRevisionRoute, revisionRoutes, revokeRoute, scopeSatisfies, searchPagesRoute, searchRoutes, searchUsersByEmailRoute, seenPageRoute, selfResetPasswordRoute, sendTestMailRoute, setPageGrantRoute, setWatchStatusRoute, startFederatedProviderRoute, startProviderLinkRoute, stripKnownHtmlTags, submitFederatedRegistrationRoute, suspendUserRoute, tokenAuthRoutes, tokenLoginRoute, tokenLogoutRoute, tokenMeRoute, tokenRefreshRoute, tokenRegisterRoute, tokenRoute, unlikePageRoute, unlinkAuthProviderRoute, unlinkUserIdentityRoute, unwrapRenderedAst, updateAppSettingsRoute, updateAuthSettingsRoute, updateMailSettingsRoute, updatePageRoute, updatePasswordRoute, updatePluginConfigRoute, updateProfileRoute, updateSecuritySettingsRoute, updateThemeRoute, updateUserEmailRoute, uploadAttachmentRoute, uploadPictureRoute, userRoutes, validateActivationTokenRoute, validateEmailChangeTokenRoute, validateResetTokenRoute };