@doflo/flow-interfaces
Advanced tools
Comparing version 1.22.5 to 1.22.6
@@ -20,2 +20,5 @@ export interface Price { | ||
getSubscriptions(teamId: string): Promise<Subscription[]>; | ||
createCustomerPortalSession(teamId: string): Promise<{ | ||
url: string; | ||
}>; | ||
} |
{ | ||
"name": "@doflo/flow-interfaces", | ||
"version": "1.22.5", | ||
"version": "1.22.6", | ||
"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
423333
9942