@doflo/flow-interfaces
Advanced tools
Comparing version 1.22.7 to 1.22.8
@@ -23,3 +23,3 @@ export interface Price { | ||
}>; | ||
getInvoices(teamId: string, startingAfter?: string): Promise<any>; | ||
getInvoices(teamId: string, startingAfter?: string, endingBefore?: string): Promise<any>; | ||
} |
{ | ||
"name": "@doflo/flow-interfaces", | ||
"version": "1.22.7", | ||
"version": "1.22.8", | ||
"description": "Public Interfaces, Schemas, & GRPC Signatures for doFlo developers", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
Sorry, the diff of this file is not supported yet
423427