Skip to content

@oneplatform/sdk


@oneplatform/sdk / AuditQueryOptions

Interface: AuditQueryOptions

Defined in: packages/sdk/src/types/resources.ts:59

Extends

  • FilterOptions.SortOptions

Properties

actorId?

readonly optional actorId?: string

Defined in: packages/sdk/src/types/resources.ts:62


filter?

readonly optional filter?: 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?

readonly optional from?: string

Defined in: packages/sdk/src/types/resources.ts:60


limit?

readonly optional limit?: number

Defined in: packages/sdk/src/types/resources.ts:64


resourceType?

readonly optional resourceType?: string

Defined in: packages/sdk/src/types/resources.ts:63


sort?

readonly optional sort?: 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?

readonly optional to?: string

Defined in: packages/sdk/src/types/resources.ts:61