@oneplatform/sdk / AuditQueryOptions
Interface: AuditQueryOptions¶
Defined in: packages/sdk/src/types/resources.ts:59
Extends¶
FilterOptions.SortOptions
Properties¶
actorId?¶
readonlyoptionalactorId?:string
Defined in: packages/sdk/src/types/resources.ts:62
filter?¶
readonlyoptionalfilter?:Record\<string,string> |FilterBuilder
Defined in: packages/sdk/src/types/resources.ts:9
Type-safe filter DSL or raw query params.
Inherited from¶
FilterOptions.filter
from?¶
readonlyoptionalfrom?:string
Defined in: packages/sdk/src/types/resources.ts:60
limit?¶
readonlyoptionallimit?:number
Defined in: packages/sdk/src/types/resources.ts:64
resourceType?¶
readonlyoptionalresourceType?:string
Defined in: packages/sdk/src/types/resources.ts:63
sort?¶
readonlyoptionalsort?:string|string[]
Defined in: packages/sdk/src/types/resources.ts:17
Sort specification. Prefix with '-' for descending. Example: '-createdAt' or ['name', '-price']
Inherited from¶
SortOptions.sort
to?¶
readonlyoptionalto?:string
Defined in: packages/sdk/src/types/resources.ts:61