We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e56ead commit ae2aaedCopy full SHA for ae2aaed
packages/gitbook/src/lib/api.ts
@@ -7,13 +7,12 @@ import {
7
GitBookAPI,
8
GitBookAPIError,
9
HttpResponse,
10
- JSONDocument,
11
List,
12
PublishedSiteContentLookup,
13
RequestRenderIntegrationUI,
14
RevisionFile,
15
SiteCustomizationSettings,
16
- SpaceIntegrationScript,
+ RevisionReusableContent,
17
} from '@gitbook/api';
18
import assertNever from 'assert-never';
19
import { headers } from 'next/headers';
@@ -489,7 +488,7 @@ const getRevisionFileById = cache({
489
488
});
490
491
const getRevisionReusableContentById = cache({
492
- name: 'api.getRevisionReusableContentById',
+ name: 'api.getRevisionReusableContentById.v1',
493
tag: (spaceId, revisionId) =>
494
getAPICacheTag({ tag: 'revision', space: spaceId, revision: revisionId }),
495
get: async (
0 commit comments