Event
Extends
Event
Properties
agent?
optional agent: Agent;Inherited from
bkper.Event.agentbook?
optional book: Book;Inherited from
bkper.Event.bookbookId?
optional bookId: string;The id of the Book associated to the Event
Inherited from
bkper.Event.bookIdbotResponses?
optional botResponses: BotResponse[];The list of bot responses associated to the Event
Inherited from
bkper.Event.botResponsescreatedAt?
optional createdAt: string;The creation timestamp, in milliseconds
Inherited from
bkper.Event.createdAtcreatedOn?
optional createdOn: string;The creation date time on RFC3339 format
Inherited from
bkper.Event.createdOndata?
optional data: EventData;Inherited from
bkper.Event.dataid?
optional id: string;The unique id that identifies the Event
Inherited from
bkper.Event.idresource?
optional resource: string;The resource associated to the Event
Inherited from
bkper.Event.resourcetype?
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.typeuser?
optional user: User;Inherited from
bkper.Event.user