File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ import type { Spinner } from '@socketsecurity/registry/lib/spinner'
1818export type GetAlertsMapFromPnpmLockfileOptions = {
1919 apiToken ?: string | undefined
2020 consolidate ?: boolean | undefined
21- include ?: AlertFilter | undefined
21+ filter ?: AlertFilter | undefined
2222 overrides ?: { [ key : string ] : string } | undefined
2323 nothrow ?: boolean | undefined
2424 spinner ?: Spinner | undefined
Original file line number Diff line number Diff line change @@ -81,9 +81,9 @@ export function hasDefaultApiToken(): boolean {
8181}
8282
8383export type SetupSdkOptions = {
84- apiToken ?: string | undefined
8584 apiBaseUrl ?: string | undefined
8685 apiProxy ?: string | undefined
86+ apiToken ?: string | undefined
8787}
8888
8989export async function setupSdk (
You can’t perform that action at this time.
0 commit comments