Skip to content

Event

Extends

  • Event

Properties

agent?

optional agent: Agent;

Inherited from

bkper.Event.agent

book?

optional book: Book;

Inherited from

bkper.Event.book

bookId?

optional bookId: string;

The id of the Book associated to the Event

Inherited from

bkper.Event.bookId

botResponses?

optional botResponses: BotResponse[];

The list of bot responses associated to the Event

Inherited from

bkper.Event.botResponses

createdAt?

optional createdAt: string;

The creation timestamp, in milliseconds

Inherited from

bkper.Event.createdAt

createdOn?

optional createdOn: string;

The creation date time on RFC3339 format

Inherited from

bkper.Event.createdOn

data?

optional data: EventData;

Inherited from

bkper.Event.data

id?

optional id: string;

The unique id that identifies the Event

Inherited from

bkper.Event.id

resource?

optional resource: string;

The resource associated to the Event

Inherited from

bkper.Event.resource

type?

optional type:
| "FILE_CREATED"
| "FILE_UPDATED"
| "TRANSACTION_CREATED"
| "TRANSACTION_UPDATED"
| "TRANSACTION_DELETED"
| "TRANSACTION_POSTED"
| "TRANSACTION_CHECKED"
| "TRANSACTION_UNCHECKED"
| "TRANSACTION_RESTORED"
| "ACCOUNT_CREATED"
| "ACCOUNT_UPDATED"
| "ACCOUNT_DELETED"
| "QUERY_CREATED"
| "QUERY_UPDATED"
| "QUERY_DELETED"
| "GROUP_CREATED"
| "GROUP_UPDATED"
| "GROUP_DELETED"
| "COMMENT_CREATED"
| "COMMENT_DELETED"
| "COLLABORATOR_ADDED"
| "COLLABORATOR_UPDATED"
| "COLLABORATOR_REMOVED"
| "INTEGRATION_CREATED"
| "INTEGRATION_UPDATED"
| "INTEGRATION_DELETED"
| "BOOK_CREATED"
| "BOOK_AUDITED"
| "BOOK_UPDATED"
| "BOOK_DELETED";

The type of the Event

Inherited from

bkper.Event.type

user?

optional user: User;

Inherited from

bkper.Event.user