Skip to content

Commit 765b3b9

Browse files
committed
Add "operation" as an enriched event property
Signed-off-by: Andrew Richardson <[email protected]>
1 parent 6f5755f commit 765b3b9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/interfaces.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,7 @@ export interface FireFlyEnrichedEvent extends FireFlyEventResponse {
132132
tokenPool?: FireFlyTokenPoolResponse;
133133
tokenTransfer?: FireFlyTokenTransferResponse;
134134
transaction?: FireFlyTransactionResponse;
135+
operation?: FireFlyOperationResponse;
135136
}
136137

137138
export interface FireFlyEventDelivery extends FireFlyEnrichedEvent {

0 commit comments

Comments
 (0)