@crowi/api-contract 2.0.0-alpha.2 → 2.0.0-alpha.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/generated/openapi.d.mts +19 -3
- package/dist/generated/openapi.d.ts +19 -3
- package/dist/generated/openapi.js.map +1 -1
- package/dist/index.d.mts +176 -24
- package/dist/index.d.ts +176 -24
- package/dist/index.js +28 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +26 -2
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -10281,6 +10281,19 @@ declare const listCommentsRoute: {
|
|
|
10281
10281
|
};
|
|
10282
10282
|
};
|
|
10283
10283
|
};
|
|
10284
|
+
404: {
|
|
10285
|
+
description: string;
|
|
10286
|
+
content: {
|
|
10287
|
+
'application/json': {
|
|
10288
|
+
schema: zod.ZodObject<{
|
|
10289
|
+
error: zod.ZodObject<{
|
|
10290
|
+
code: zod.ZodLiteral<"PAGE_NOT_FOUND">;
|
|
10291
|
+
message: zod.ZodLiteral<"Page not found">;
|
|
10292
|
+
}, zod_v4_core.$strip>;
|
|
10293
|
+
}, zod_v4_core.$strip>;
|
|
10294
|
+
};
|
|
10295
|
+
};
|
|
10296
|
+
};
|
|
10284
10297
|
};
|
|
10285
10298
|
} & {
|
|
10286
10299
|
getRoutingPath(): "/comments";
|
|
@@ -10536,6 +10549,19 @@ declare const commentRoutes: {
|
|
|
10536
10549
|
};
|
|
10537
10550
|
};
|
|
10538
10551
|
};
|
|
10552
|
+
404: {
|
|
10553
|
+
description: string;
|
|
10554
|
+
content: {
|
|
10555
|
+
'application/json': {
|
|
10556
|
+
schema: zod.ZodObject<{
|
|
10557
|
+
error: zod.ZodObject<{
|
|
10558
|
+
code: zod.ZodLiteral<"PAGE_NOT_FOUND">;
|
|
10559
|
+
message: zod.ZodLiteral<"Page not found">;
|
|
10560
|
+
}, zod_v4_core.$strip>;
|
|
10561
|
+
}, zod_v4_core.$strip>;
|
|
10562
|
+
};
|
|
10563
|
+
};
|
|
10564
|
+
};
|
|
10539
10565
|
};
|
|
10540
10566
|
} & {
|
|
10541
10567
|
getRoutingPath(): "/comments";
|
|
@@ -23033,6 +23059,7 @@ declare const AdminSidebarSection: z.ZodEnum<{
|
|
|
23033
23059
|
mail: "mail";
|
|
23034
23060
|
auth: "auth";
|
|
23035
23061
|
renderer: "renderer";
|
|
23062
|
+
platform: "platform";
|
|
23036
23063
|
}>;
|
|
23037
23064
|
type AdminSidebarSectionValue = z.infer<typeof AdminSidebarSection>;
|
|
23038
23065
|
declare const PluginAdminPlacementSchema: z.ZodObject<{
|
|
@@ -23045,6 +23072,7 @@ declare const PluginAdminPlacementSchema: z.ZodObject<{
|
|
|
23045
23072
|
mail: "mail";
|
|
23046
23073
|
auth: "auth";
|
|
23047
23074
|
renderer: "renderer";
|
|
23075
|
+
platform: "platform";
|
|
23048
23076
|
}>;
|
|
23049
23077
|
label: z.ZodString;
|
|
23050
23078
|
icon: z.ZodOptional<z.ZodString>;
|
|
@@ -23066,6 +23094,7 @@ declare const PluginInfoSchema: z.ZodObject<{
|
|
|
23066
23094
|
mail: "mail";
|
|
23067
23095
|
auth: "auth";
|
|
23068
23096
|
renderer: "renderer";
|
|
23097
|
+
platform: "platform";
|
|
23069
23098
|
}>;
|
|
23070
23099
|
label: z.ZodString;
|
|
23071
23100
|
icon: z.ZodOptional<z.ZodString>;
|
|
@@ -23090,6 +23119,7 @@ declare const ListPluginsResponseSchema: z.ZodObject<{
|
|
|
23090
23119
|
mail: "mail";
|
|
23091
23120
|
auth: "auth";
|
|
23092
23121
|
renderer: "renderer";
|
|
23122
|
+
platform: "platform";
|
|
23093
23123
|
}>;
|
|
23094
23124
|
label: z.ZodString;
|
|
23095
23125
|
icon: z.ZodOptional<z.ZodString>;
|
|
@@ -23226,6 +23256,7 @@ declare const listPluginsRoute: {
|
|
|
23226
23256
|
mail: "mail";
|
|
23227
23257
|
auth: "auth";
|
|
23228
23258
|
renderer: "renderer";
|
|
23259
|
+
platform: "platform";
|
|
23229
23260
|
}>;
|
|
23230
23261
|
label: z.ZodString;
|
|
23231
23262
|
icon: z.ZodOptional<z.ZodString>;
|
|
@@ -23693,6 +23724,7 @@ declare const adminPluginsRoutes: {
|
|
|
23693
23724
|
mail: "mail";
|
|
23694
23725
|
auth: "auth";
|
|
23695
23726
|
renderer: "renderer";
|
|
23727
|
+
platform: "platform";
|
|
23696
23728
|
}>;
|
|
23697
23729
|
label: z.ZodString;
|
|
23698
23730
|
icon: z.ZodOptional<z.ZodString>;
|
|
@@ -31206,6 +31238,21 @@ declare const bookmarkBacklinkCommentRevisionChain: OpenAPIHono<hono.Env, {
|
|
|
31206
31238
|
};
|
|
31207
31239
|
outputFormat: "json";
|
|
31208
31240
|
status: 400;
|
|
31241
|
+
} | {
|
|
31242
|
+
input: {
|
|
31243
|
+
query: {
|
|
31244
|
+
page_id?: string | undefined;
|
|
31245
|
+
revision_id?: string | undefined;
|
|
31246
|
+
};
|
|
31247
|
+
};
|
|
31248
|
+
output: {
|
|
31249
|
+
error: {
|
|
31250
|
+
code: "PAGE_NOT_FOUND";
|
|
31251
|
+
message: "Page not found";
|
|
31252
|
+
};
|
|
31253
|
+
};
|
|
31254
|
+
outputFormat: "json";
|
|
31255
|
+
status: 404;
|
|
31209
31256
|
};
|
|
31210
31257
|
};
|
|
31211
31258
|
} & {
|
|
@@ -31245,6 +31292,23 @@ declare const bookmarkBacklinkCommentRevisionChain: OpenAPIHono<hono.Env, {
|
|
|
31245
31292
|
};
|
|
31246
31293
|
outputFormat: "json";
|
|
31247
31294
|
status: 400;
|
|
31295
|
+
} | {
|
|
31296
|
+
input: {
|
|
31297
|
+
json: {
|
|
31298
|
+
page_id: string;
|
|
31299
|
+
revision_id: string;
|
|
31300
|
+
comment: string;
|
|
31301
|
+
comment_position?: number | undefined;
|
|
31302
|
+
};
|
|
31303
|
+
};
|
|
31304
|
+
output: {
|
|
31305
|
+
error: {
|
|
31306
|
+
code: "PAGE_NOT_FOUND";
|
|
31307
|
+
message: "Page not found";
|
|
31308
|
+
};
|
|
31309
|
+
};
|
|
31310
|
+
outputFormat: "json";
|
|
31311
|
+
status: 404;
|
|
31248
31312
|
} | {
|
|
31249
31313
|
input: {
|
|
31250
31314
|
json: {
|
|
@@ -31276,23 +31340,6 @@ declare const bookmarkBacklinkCommentRevisionChain: OpenAPIHono<hono.Env, {
|
|
|
31276
31340
|
};
|
|
31277
31341
|
outputFormat: "json";
|
|
31278
31342
|
status: 200;
|
|
31279
|
-
} | {
|
|
31280
|
-
input: {
|
|
31281
|
-
json: {
|
|
31282
|
-
page_id: string;
|
|
31283
|
-
revision_id: string;
|
|
31284
|
-
comment: string;
|
|
31285
|
-
comment_position?: number | undefined;
|
|
31286
|
-
};
|
|
31287
|
-
};
|
|
31288
|
-
output: {
|
|
31289
|
-
error: {
|
|
31290
|
-
code: "PAGE_NOT_FOUND";
|
|
31291
|
-
message: "Page not found";
|
|
31292
|
-
};
|
|
31293
|
-
};
|
|
31294
|
-
outputFormat: "json";
|
|
31295
|
-
status: 404;
|
|
31296
31343
|
};
|
|
31297
31344
|
};
|
|
31298
31345
|
} & {
|
|
@@ -37886,7 +37933,7 @@ declare const adminUsersPluginsContractApp: OpenAPIHono<hono.Env, {
|
|
|
37886
37933
|
hasConfig: boolean;
|
|
37887
37934
|
registers: string[];
|
|
37888
37935
|
adminPlacement: {
|
|
37889
|
-
section: "search" | "notification" | "settings" | "shared" | "storage" | "mail" | "auth" | "renderer";
|
|
37936
|
+
section: "search" | "notification" | "settings" | "shared" | "storage" | "mail" | "auth" | "renderer" | "platform";
|
|
37890
37937
|
label: string;
|
|
37891
37938
|
icon?: string | undefined;
|
|
37892
37939
|
};
|
|
@@ -42676,7 +42723,7 @@ type AutocompleteRateLimitError = z.infer<typeof AutocompleteRateLimitErrorSchem
|
|
|
42676
42723
|
*
|
|
42677
42724
|
* Keeping the types here (and not in `page.ts`) keeps the
|
|
42678
42725
|
* collaborative additions discoverable as one bundle and avoids
|
|
42679
|
-
* polluting the legacy page contract with v2.
|
|
42726
|
+
* polluting the legacy page contract with v2.0-only fields.
|
|
42680
42727
|
*/
|
|
42681
42728
|
/**
|
|
42682
42729
|
* Public user shape surfaced for collaboration UI (Save author /
|
|
@@ -42734,6 +42781,12 @@ type RevisionType = z.infer<typeof RevisionTypeSchema>;
|
|
|
42734
42781
|
* readonly clients still subscribe to live
|
|
42735
42782
|
* updates but their writes are rejected by
|
|
42736
42783
|
* Hocuspocus.
|
|
42784
|
+
*
|
|
42785
|
+
* Round 2 (Decision 1): the save optimistic lock moved SERVER-SIDE — it is
|
|
42786
|
+
* now anchored to the revision the server's Hocuspocus document was
|
|
42787
|
+
* materialised from, not to a client-pinned base. The wsToken response no
|
|
42788
|
+
* longer carries `currentRevision` (the client never pins / echoes a base
|
|
42789
|
+
* any more).
|
|
42737
42790
|
*/
|
|
42738
42791
|
declare const WsTokenResponseSchema: z.ZodObject<{
|
|
42739
42792
|
wsToken: z.ZodString;
|
|
@@ -42770,8 +42823,15 @@ type WsTokenPayload = z.infer<typeof WsTokenPayloadSchema>;
|
|
|
42770
42823
|
* dispatcher; Phase 8 wires it to the Save button.
|
|
42771
42824
|
*
|
|
42772
42825
|
* `message` is the optional checkpoint message (currently unused in
|
|
42773
|
-
* the v2.
|
|
42826
|
+
* the v2.0 UI per spec open question 1, but reserved on the wire so
|
|
42774
42827
|
* we can light it up without a wire-format break).
|
|
42828
|
+
*
|
|
42829
|
+
* Round 2 (Decision 1): the save optimistic lock is anchored SERVER-SIDE
|
|
42830
|
+
* to the revision the server's Hocuspocus document was materialised from,
|
|
42831
|
+
* so the client no longer sends a `baseRevisionId` — the field was
|
|
42832
|
+
* removed. A divergence (an out-of-band save moved `currentRevision`) is
|
|
42833
|
+
* caught by the server's compare-and-set pointer write and surfaced as
|
|
42834
|
+
* `crowi:save-error` `code: 'CONFLICT'`.
|
|
42775
42835
|
*/
|
|
42776
42836
|
declare const CollabSaveMessageSchema: z.ZodObject<{
|
|
42777
42837
|
kind: z.ZodLiteral<"crowi:save">;
|
|
@@ -42794,7 +42854,12 @@ type CollabSaveOk = z.infer<typeof CollabSaveOkSchema>;
|
|
|
42794
42854
|
* fails. The Phase 8 Save UI surfaces `message` in a toast. `code`
|
|
42795
42855
|
* lets the client branch on retry vs surface-and-stop (e.g.
|
|
42796
42856
|
* `'RENDERER_FAILED'` is a hard error from the RFC-0002 renderer; the
|
|
42797
|
-
* client should not retry).
|
|
42857
|
+
* client should not retry). `code: 'CONFLICT'` is the
|
|
42858
|
+
* editor-preview-reliability server-doc-lock rejection (round 2, Decision
|
|
42859
|
+
* 1) — the page's live `currentRevision` diverged from the revision the
|
|
42860
|
+
* server doc was materialised from (an out-of-band save), so the client
|
|
42861
|
+
* must prompt a reload rather than retry, mirroring the HTTP
|
|
42862
|
+
* `PageRevisionConflictError`.
|
|
42798
42863
|
*/
|
|
42799
42864
|
declare const CollabSaveErrorSchema: z.ZodObject<{
|
|
42800
42865
|
kind: z.ZodLiteral<"crowi:save-error">;
|
|
@@ -42913,7 +42978,79 @@ declare const PresenceViewersMessageSchema: z.ZodObject<{
|
|
|
42913
42978
|
}, z.core.$strip>>;
|
|
42914
42979
|
}, z.core.$strip>;
|
|
42915
42980
|
type PresenceViewersMessage = z.infer<typeof PresenceViewersMessageSchema>;
|
|
42916
|
-
|
|
42981
|
+
/**
|
|
42982
|
+
* Server → client message: a new revision was saved for the page being
|
|
42983
|
+
* viewed (feature-live-page-content-sync, RFC-0003 §v2.1 read-side
|
|
42984
|
+
* soft-refresh). Rides the same `/presence/<pageId>` channel as the
|
|
42985
|
+
* viewer-list broadcast so no second WebSocket is opened.
|
|
42986
|
+
*
|
|
42987
|
+
* The payload deliberately carries only *identity* — `pageId`,
|
|
42988
|
+
* `revisionId`, and who saved it — never the body or `renderedAst`.
|
|
42989
|
+
* Shipping the body over the presence channel would leak a private
|
|
42990
|
+
* page's content to every connected viewer socket; instead the client
|
|
42991
|
+
* fetches the new revision from the permission-checked
|
|
42992
|
+
* `GET /pages/revisions/{id}` endpoint (404 when grant is missing), so
|
|
42993
|
+
* body access stays gated by the same authorization as a normal read.
|
|
42994
|
+
*
|
|
42995
|
+
* - `revisionId` — the newly-saved revision's `_id`; the client
|
|
42996
|
+
* fetches its body to swap the content in place.
|
|
42997
|
+
* - `editorUserId` — who saved. The client suppresses its own
|
|
42998
|
+
* saves (`editorUserId === selfUserId`).
|
|
42999
|
+
* - `editorDisplayName`— shown in the "updated by …" banner.
|
|
43000
|
+
*/
|
|
43001
|
+
declare const PresencePageUpdatedMessageSchema: z.ZodObject<{
|
|
43002
|
+
type: z.ZodLiteral<"page-updated">;
|
|
43003
|
+
pageId: z.ZodString;
|
|
43004
|
+
revisionId: z.ZodString;
|
|
43005
|
+
editorUserId: z.ZodString;
|
|
43006
|
+
editorDisplayName: z.ZodString;
|
|
43007
|
+
}, z.core.$strip>;
|
|
43008
|
+
type PresencePageUpdatedMessage = z.infer<typeof PresencePageUpdatedMessageSchema>;
|
|
43009
|
+
/**
|
|
43010
|
+
* Server → client message: a comment was added to / removed from the
|
|
43011
|
+
* page being viewed (feature-live-page-comment-sync). Rides the same
|
|
43012
|
+
* `/presence/<pageId>` channel as the viewer-list + page-updated
|
|
43013
|
+
* broadcasts so no second WebSocket is opened — the sibling of
|
|
43014
|
+
* `page-updated`, but the target is the comment list rather than the
|
|
43015
|
+
* body revision.
|
|
43016
|
+
*
|
|
43017
|
+
* Like `page-updated`, the payload carries only *identity* — never the
|
|
43018
|
+
* comment body. Shipping a comment's text over the presence channel
|
|
43019
|
+
* would leak a private page's discussion to every connected viewer
|
|
43020
|
+
* socket; instead the client re-fetches from the permission-checked
|
|
43021
|
+
* `GET /comments?page_id=`, so comment access stays gated by the same
|
|
43022
|
+
* authorization as a normal read.
|
|
43023
|
+
*
|
|
43024
|
+
* - `changeType` — `'added'` (a new comment) or `'removed'` (deleted).
|
|
43025
|
+
* - `commentId` — the affected comment's `_id`. Advisory only: the
|
|
43026
|
+
* client re-fetches the whole list and derives the
|
|
43027
|
+
* new-comment highlight from a client-side seen-set
|
|
43028
|
+
* diff, so a dropped / duplicated frame is harmless.
|
|
43029
|
+
* - `actorUserId` — who added the comment, present only for `'added'`.
|
|
43030
|
+
* The client suppresses its own posts
|
|
43031
|
+
* (`actorUserId === selfUserId`). Absent for
|
|
43032
|
+
* `'removed'` (the deleter is not known at the model
|
|
43033
|
+
* event layer; a redundant re-fetch is idempotent).
|
|
43034
|
+
*/
|
|
43035
|
+
declare const PresenceCommentChangedMessageSchema: z.ZodObject<{
|
|
43036
|
+
type: z.ZodLiteral<"comment-changed">;
|
|
43037
|
+
pageId: z.ZodString;
|
|
43038
|
+
changeType: z.ZodEnum<{
|
|
43039
|
+
added: "added";
|
|
43040
|
+
removed: "removed";
|
|
43041
|
+
}>;
|
|
43042
|
+
commentId: z.ZodString;
|
|
43043
|
+
actorUserId: z.ZodOptional<z.ZodString>;
|
|
43044
|
+
}, z.core.$strip>;
|
|
43045
|
+
type PresenceCommentChangedMessage = z.infer<typeof PresenceCommentChangedMessageSchema>;
|
|
43046
|
+
/**
|
|
43047
|
+
* Discriminated union of every server → client presence frame. The
|
|
43048
|
+
* client parses inbound frames with this and switches on `type`:
|
|
43049
|
+
* `'viewers'` drives the live-presence row, `'page-updated'` drives the
|
|
43050
|
+
* read-side soft-refresh banner, `'comment-changed'` drives the live
|
|
43051
|
+
* comment append / removal.
|
|
43052
|
+
*/
|
|
43053
|
+
declare const PresenceServerMessageSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
42917
43054
|
type: z.ZodLiteral<"viewers">;
|
|
42918
43055
|
viewers: z.ZodArray<z.ZodObject<{
|
|
42919
43056
|
userId: z.ZodString;
|
|
@@ -42923,7 +43060,22 @@ declare const PresenceServerMessageSchema: z.ZodObject<{
|
|
|
42923
43060
|
isEditing: z.ZodBoolean;
|
|
42924
43061
|
joinedAt: z.ZodNumber;
|
|
42925
43062
|
}, z.core.$strip>>;
|
|
42926
|
-
}, z.core.$strip
|
|
43063
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
43064
|
+
type: z.ZodLiteral<"page-updated">;
|
|
43065
|
+
pageId: z.ZodString;
|
|
43066
|
+
revisionId: z.ZodString;
|
|
43067
|
+
editorUserId: z.ZodString;
|
|
43068
|
+
editorDisplayName: z.ZodString;
|
|
43069
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
43070
|
+
type: z.ZodLiteral<"comment-changed">;
|
|
43071
|
+
pageId: z.ZodString;
|
|
43072
|
+
changeType: z.ZodEnum<{
|
|
43073
|
+
added: "added";
|
|
43074
|
+
removed: "removed";
|
|
43075
|
+
}>;
|
|
43076
|
+
commentId: z.ZodString;
|
|
43077
|
+
actorUserId: z.ZodOptional<z.ZodString>;
|
|
43078
|
+
}, z.core.$strip>], "type">;
|
|
42927
43079
|
type PresenceServerMessage = z.infer<typeof PresenceServerMessageSchema>;
|
|
42928
43080
|
/**
|
|
42929
43081
|
* RFC-0005 Phase 3 — `GET /api/v2/pages/:id/likers`.
|
|
@@ -43722,4 +43874,4 @@ declare const SearchPagesResponseSchema: z.ZodObject<{
|
|
|
43722
43874
|
}, z.core.$strip>;
|
|
43723
43875
|
type SearchPagesResponse = z.infer<typeof SearchPagesResponseSchema>;
|
|
43724
43876
|
|
|
43725
|
-
export { ALL_SCOPES, API_SURFACE_VERSION, 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 AdminPager, AdminPagerSchema, type AdminRequiredError, AdminRequiredErrorSchema, type AdminSettingsContractApp, AdminSidebarSection, type AdminSidebarSectionValue, type AdminUserIdParam, AdminUserIdParamSchema, type AdminUserMutationResponse, AdminUserMutationResponseSchema, type AdminUsersPluginsContractApp, type ApiError, ApiErrorSchema, type AppAuthMeUserChain, type AppInfoResponse, AppInfoResponseSchema, type AppSettingsValidationError, AppSettingsValidationErrorSchema, type AppType, type ApplicationNotInstalledError, ApplicationNotInstalledErrorSchema, 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, type ClearRenderCacheResponse, ClearRenderCacheResponseSchema, type ClientOptions, type CollabForceReloadMessage, CollabForceReloadMessageSchema, type CollabSaveError, CollabSaveErrorSchema, type CollabSaveMessage, CollabSaveMessageSchema, type CollabSaveOk, CollabSaveOkSchema, type Comment, type CommentInvalidRequestError, CommentInvalidRequestErrorSchema, type CommentNotFoundError, CommentNotFoundErrorSchema, CommentSchema, 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 CryptoStatusResponse, CryptoStatusResponseSchema, DEVICE_CODE_GRANT_TYPE, DISCOVERY_SCOPES_SUPPORTED, DND_EXTRA_UPLOAD_MIME, 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 EncryptionNotConfiguredError, EncryptionNotConfiguredErrorSchema, type ErrorCode, ErrorCodeSchema, 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, IMAGE_UPLOAD_MIME, ISSUABLE_SCOPES, 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, 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 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, 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 OpenNotificationParam, OpenNotificationParamSchema, type OpenNotificationResponse, OpenNotificationResponseSchema, type Page, type PageChain, type PageChildSegment, PageChildSegmentSchema, PageExtendedSchema, PageGrantEnum, PageGrantSchema, type PageNotFoundError, PageNotFoundErrorSchema, type PageNotGrantedError, PageNotGrantedErrorSchema, type PageRef, PageRefSchema, type PageRevisionError, PageRevisionErrorSchema, PageSchema, PageStatusEnum, PageStatusSchema, PageTypeEnum, PageTypeSchema, type PageUser, PageUserSchema, type PageWithRevision, PageWithRevisionSchema, type Pager, PagerSchema, type PaginationRequest, PaginationRequestSchema, type PasswordErrorResponse, PasswordErrorResponseSchema, type PasswordUpdateSuccess, PasswordUpdateSuccessSchema, type PastAttachmentUsage, PastAttachmentUsageSchema, 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 PresenceClientMessage, PresenceClientMessageSchema, type PresenceHeartbeatMessage, PresenceHeartbeatMessageSchema, type PresenceServerMessage, PresenceServerMessageSchema, type PresenceTokenPayload, PresenceTokenPayloadSchema, type PresenceTokenResponse, PresenceTokenResponseSchema, type PresenceViewer, PresenceViewerSchema, type PresenceViewersMessage, PresenceViewersMessageSchema, type PreviewPageRequest, PreviewPageRequestSchema, type PreviewPageResponse, PreviewPageResponseSchema, type ProfileErrorResponse, ProfileErrorResponseSchema, 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, 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, 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, type SensitiveConfigEntry, SensitiveConfigEntrySchema, type ServiceUnavailableError, ServiceUnavailableErrorSchema, type SetPageGrantRequest, SetPageGrantRequestSchema, type SetWatchStatusRequest, SetWatchStatusRequestSchema, 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, 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 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 ValidationError, ValidationErrorSchema, type WatchStatusResponse, WatchStatusResponseSchema, type WikiLinkResponse, WikiLinkSchema, type WsTokenPayload, WsTokenPayloadSchema, type WsTokenResponse, WsTokenResponseSchema, acceptInviteRoute, accessTokenRoutes, activateAccountRoute, activateUserRoute, activationRoutes, addAttachmentRoute, addBookmarkRoute, addCommentRoute, adminAppRoutes, adminAuthRoutes, adminCryptoRoutes, adminMailRoutes, adminPluginsRoutes, adminSearchRoutes, adminSecurityRoutes, adminStorageRoutes, adminUsersRoutes, appRoutes, attachmentRoutes, authorizeRoute, autocompletePagesRoute, autocompleteRoutes, autocompleteUsersRoute, backlinkRoutes, bookmarkRoutes, cancelDraftRoute, clearRenderCacheAllRoute, clearRenderCachePluginRoute, commentRoutes, confirmEmailChangeRoute, createAccessTokenRoute, createAdminRoute, createClient, createDraftRoute, createPageRoute, deleteAccessTokenRoute, deleteCommentRoute, deletePageRoute, deletePictureRoute, deleteUserRoute, deviceAuthorizeRoute, deviceInfoRoute, deviceVerifyRoute, discoveryRoute, draftRoutes, editUserRoute, emailChangeRoutes, forgotPasswordRoute, getAppInfoRoute, getAppSettingsRoute, getAttachmentMetaRoute, getAttachmentUsageRoute, getAuthSettingsRoute, getBacklinksRoute, getBookmarkRoute, getCryptoStatusRoute, getInstallerStatusRoute, getLikersRoute, getMailSettingsRoute, getNotificationsTokenRoute, getPageRoute, getPluginConfigRoute, getPresenceTokenRoute, getProfileRoute, getRevisionRoute, getRevisionsRoute, getSearchStatusRoute, getSecuritySettingsRoute, getSeenUsersRoute, getStorageStatusRoute, getUnreadCountRoute, getUserBookmarksRoute, getUserPageRoute, getUserPagesRoute, getWatchStatusRoute, getYjsTokenRoute, installerRoutes, inviteAcceptRoutes, invitePreviewRoute, inviteUsersRoute, isIssuableScope, isScope, likePageRoute, listAccessTokensRoute, listAttachmentsRoute, listCommentsRoute, listDraftsRoute, listMembersRoute, listMyBookmarksRoute, listNotificationsRoute, listPageChildrenRoute, listPagesRoute, listPluginsRoute, listRevisionsRoute, listUsersRoute, makeAdminRoute, markAllAsReadRoute, meRoutes, notificationRoutes, oauthRoutes, openNotificationRoute, pageCollabRoutes, 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, stripKnownHtmlTags, suspendUserRoute, tokenAuthRoutes, tokenLoginRoute, tokenLogoutRoute, tokenMeRoute, tokenRefreshRoute, tokenRegisterRoute, tokenRoute, unlikePageRoute, updateAppSettingsRoute, updateAuthSettingsRoute, updateMailSettingsRoute, updatePageRoute, updatePasswordRoute, updatePluginConfigRoute, updateProfileRoute, updateSecuritySettingsRoute, updateThemeRoute, updateUserEmailRoute, uploadAttachmentRoute, uploadPictureRoute, userRoutes, validateActivationTokenRoute, validateEmailChangeTokenRoute, validateResetTokenRoute };
|
|
43877
|
+
export { ALL_SCOPES, API_SURFACE_VERSION, 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 AdminPager, AdminPagerSchema, type AdminRequiredError, AdminRequiredErrorSchema, type AdminSettingsContractApp, AdminSidebarSection, type AdminSidebarSectionValue, type AdminUserIdParam, AdminUserIdParamSchema, type AdminUserMutationResponse, AdminUserMutationResponseSchema, type AdminUsersPluginsContractApp, type ApiError, ApiErrorSchema, type AppAuthMeUserChain, type AppInfoResponse, AppInfoResponseSchema, type AppSettingsValidationError, AppSettingsValidationErrorSchema, type AppType, type ApplicationNotInstalledError, ApplicationNotInstalledErrorSchema, 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, type ClearRenderCacheResponse, ClearRenderCacheResponseSchema, type ClientOptions, type CollabForceReloadMessage, CollabForceReloadMessageSchema, type CollabSaveError, CollabSaveErrorSchema, type CollabSaveMessage, CollabSaveMessageSchema, type CollabSaveOk, CollabSaveOkSchema, type Comment, type CommentInvalidRequestError, CommentInvalidRequestErrorSchema, type CommentNotFoundError, CommentNotFoundErrorSchema, CommentSchema, 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 CryptoStatusResponse, CryptoStatusResponseSchema, DEVICE_CODE_GRANT_TYPE, DISCOVERY_SCOPES_SUPPORTED, DND_EXTRA_UPLOAD_MIME, 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 EncryptionNotConfiguredError, EncryptionNotConfiguredErrorSchema, type ErrorCode, ErrorCodeSchema, 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, IMAGE_UPLOAD_MIME, ISSUABLE_SCOPES, 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, 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 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, 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 OpenNotificationParam, OpenNotificationParamSchema, type OpenNotificationResponse, OpenNotificationResponseSchema, type Page, type PageChain, type PageChildSegment, PageChildSegmentSchema, PageExtendedSchema, PageGrantEnum, PageGrantSchema, type PageNotFoundError, PageNotFoundErrorSchema, type PageNotGrantedError, PageNotGrantedErrorSchema, type PageRef, PageRefSchema, type PageRevisionError, PageRevisionErrorSchema, PageSchema, PageStatusEnum, PageStatusSchema, PageTypeEnum, PageTypeSchema, type PageUser, PageUserSchema, type PageWithRevision, PageWithRevisionSchema, type Pager, PagerSchema, type PaginationRequest, PaginationRequestSchema, type PasswordErrorResponse, PasswordErrorResponseSchema, type PasswordUpdateSuccess, PasswordUpdateSuccessSchema, type PastAttachmentUsage, PastAttachmentUsageSchema, 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 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, 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, 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, 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, type SensitiveConfigEntry, SensitiveConfigEntrySchema, type ServiceUnavailableError, ServiceUnavailableErrorSchema, type SetPageGrantRequest, SetPageGrantRequestSchema, type SetWatchStatusRequest, SetWatchStatusRequestSchema, 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, 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 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 ValidationError, ValidationErrorSchema, type WatchStatusResponse, WatchStatusResponseSchema, type WikiLinkResponse, WikiLinkSchema, type WsTokenPayload, WsTokenPayloadSchema, type WsTokenResponse, WsTokenResponseSchema, acceptInviteRoute, accessTokenRoutes, activateAccountRoute, activateUserRoute, activationRoutes, addAttachmentRoute, addBookmarkRoute, addCommentRoute, adminAppRoutes, adminAuthRoutes, adminCryptoRoutes, adminMailRoutes, adminPluginsRoutes, adminSearchRoutes, adminSecurityRoutes, adminStorageRoutes, adminUsersRoutes, appRoutes, attachmentRoutes, authorizeRoute, autocompletePagesRoute, autocompleteRoutes, autocompleteUsersRoute, backlinkRoutes, bookmarkRoutes, cancelDraftRoute, clearRenderCacheAllRoute, clearRenderCachePluginRoute, commentRoutes, confirmEmailChangeRoute, createAccessTokenRoute, createAdminRoute, createClient, createDraftRoute, createPageRoute, deleteAccessTokenRoute, deleteCommentRoute, deletePageRoute, deletePictureRoute, deleteUserRoute, deviceAuthorizeRoute, deviceInfoRoute, deviceVerifyRoute, discoveryRoute, draftRoutes, editUserRoute, emailChangeRoutes, forgotPasswordRoute, getAppInfoRoute, getAppSettingsRoute, getAttachmentMetaRoute, getAttachmentUsageRoute, getAuthSettingsRoute, getBacklinksRoute, getBookmarkRoute, getCryptoStatusRoute, getInstallerStatusRoute, getLikersRoute, getMailSettingsRoute, getNotificationsTokenRoute, getPageRoute, getPluginConfigRoute, getPresenceTokenRoute, getProfileRoute, getRevisionRoute, getRevisionsRoute, getSearchStatusRoute, getSecuritySettingsRoute, getSeenUsersRoute, getStorageStatusRoute, getUnreadCountRoute, getUserBookmarksRoute, getUserPageRoute, getUserPagesRoute, getWatchStatusRoute, getYjsTokenRoute, installerRoutes, inviteAcceptRoutes, invitePreviewRoute, inviteUsersRoute, isIssuableScope, isScope, likePageRoute, listAccessTokensRoute, listAttachmentsRoute, listCommentsRoute, listDraftsRoute, listMembersRoute, listMyBookmarksRoute, listNotificationsRoute, listPageChildrenRoute, listPagesRoute, listPluginsRoute, listRevisionsRoute, listUsersRoute, makeAdminRoute, markAllAsReadRoute, meRoutes, notificationRoutes, oauthRoutes, openNotificationRoute, pageCollabRoutes, 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, stripKnownHtmlTags, suspendUserRoute, tokenAuthRoutes, tokenLoginRoute, tokenLogoutRoute, tokenMeRoute, tokenRefreshRoute, tokenRegisterRoute, tokenRoute, unlikePageRoute, updateAppSettingsRoute, updateAuthSettingsRoute, updateMailSettingsRoute, updatePageRoute, updatePasswordRoute, updatePluginConfigRoute, updateProfileRoute, updateSecuritySettingsRoute, updateThemeRoute, updateUserEmailRoute, uploadAttachmentRoute, uploadPictureRoute, userRoutes, validateActivationTokenRoute, validateEmailChangeTokenRoute, validateResetTokenRoute };
|