Skip to content

Commit f3cc46f

Browse files
committed
Update schemas
Signed-off-by: Andrew Richardson <[email protected]>
1 parent 89fe96f commit f3cc46f

File tree

4 files changed

+7022
-2808
lines changed

4 files changed

+7022
-2808
lines changed

lib/interfaces.ts

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -289,10 +289,9 @@ export interface FireFlyGetOperationOptions extends FireFlyGetOptions {
289289
export type FireFlyOperationFilter = operations['getOps']['parameters']['query'];
290290
export type FireFlyTransactionFilter = operations['getTxns']['parameters']['query'];
291291

292-
export interface FireFlyOperationResponse
293-
extends Required<operations['getOpByID']['responses']['200']['content']['application/json']> {
294-
detail?: any;
295-
}
292+
export type FireFlyOperationResponse = Required<
293+
operations['getOpByID']['responses']['200']['content']['application/json']
294+
>;
296295

297296
export type FireFlyTransactionResponse = Required<
298297
operations['getTxnByID']['responses']['200']['content']['application/json']

0 commit comments

Comments
 (0)