diff --git a/packages/core/src/resources/Namespaces.ts b/packages/core/src/resources/Namespaces.ts index c3102ffd..34b5785a 100644 --- a/packages/core/src/resources/Namespaces.ts +++ b/packages/core/src/resources/Namespaces.ts @@ -34,7 +34,11 @@ export interface NamespaceExistsSchema extends Record { export class Namespaces extends BaseResource { all( - options?: { search?: string; ownedOnly?: string } & PaginationRequestOptions

& + options?: { + search?: string; + ownedOnly?: string; + topLevelOnly?: boolean; + } & PaginationRequestOptions

& Sudo & ShowExpanded, ): Promise> {