chore(feature-flags): plumb feature flags to v1 #1749
Annotations
10 errors and 1 warning
run
Property 'featureFlags' is missing in type '{ id: FernNavigation.V1.NodeId; type: "apiReference"; title: string; apiDefinitionId: FernNavigation.ApiDefinitionId; overviewPageId: FernNavigation.PageId | undefined; ... 14 more ...; orphaned: undefined; }' but required in type 'ApiReferenceNode'.
|
run
Type '{ id: FernNavigation.V1.NodeId; type: "endpoint"; title: string; endpointId: FernNavigation.EndpointId; slug: FernNavigation.V1.Slug; ... 9 more ...; orphaned: undefined; }' is not assignable to type 'EndpointNode | EndpointPairNode'.
|
run
Property 'featureFlags' is missing in type '{ id: FernNavigation.V1.NodeId; type: "webSocket"; title: string; webSocketId: FernNavigation.WebSocketId; slug: FernNavigation.V1.Slug; ... 7 more ...; orphaned: undefined; }' but required in type 'WebSocketNode'.
|
run
Property 'featureFlags' is missing in type '{ id: FernNavigation.V1.NodeId; type: "webhook"; title: string; webhookId: FernNavigation.WebhookId; slug: FernNavigation.V1.Slug; ... 7 more ...; orphaned: undefined; }' but required in type 'WebhookNode'.
|
run
Property 'featureFlags' is missing in type '{ id: FernNavigation.V1.NodeId; type: "apiPackage"; children: FernNavigation.V1.ApiPackageChild[]; title: string; slug: FernNavigation.V1.Slug; ... 10 more ...; orphaned: undefined; }' but required in type 'ApiPackageNode'.
|
run
Argument of type '{ id: FernNavigation.V1.NodeId; type: "page"; title: string; pageId: FernNavigation.PageId; noindex: boolean | undefined; slug: FernNavigation.V1.Slug; ... 4 more ...; orphaned: undefined; }' is not assignable to parameter of type 'ApiPackageChild'.
|
run
Argument of type '{ id: FernNavigation.V1.NodeId; type: "apiPackage"; children: FernNavigation.V1.ApiPackageChild[]; title: string; slug: FernNavigation.V1.Slug; ... 10 more ...; orphaned: undefined; }' is not assignable to parameter of type 'ApiPackageChild'.
|
run
Property 'featureFlags' is missing in type '{ id: FernNavigation.V1.NodeId; type: "changelog"; title: string; overviewPageId: FernNavigation.PageId | undefined; noindex: boolean | undefined; ... 6 more ...; orphaned: undefined; }' but required in type 'ChangelogNode'.
|
run
Type '{ id: NodeId; type: "changelogYear"; title: string; year: number; slug: Slug; icon: undefined; hidden: undefined; children: ChangelogMonthNode[]; authed: undefined; viewers: undefined; orphaned: undefined; }[]' is not assignable to type 'ChangelogYearNode[]'.
|
run
Type '{ id: NodeId; type: "changelogMonth"; title: string; month: number; slug: Slug; icon: undefined; hidden: undefined; children: ChangelogEntryNode[]; authed: undefined; viewers: undefined; orphaned: undefined; }[]' is not assignable to type 'ChangelogMonthNode[]'.
|
run
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|