@doflo/flow-interfaces
Advanced tools
Comparing version 1.21.1 to 1.22.0
@@ -11,2 +11,5 @@ export interface Price { | ||
getPrices(): Promise<Price[]>; | ||
createCheckoutSession(priceId: string, teamId: string): Promise<{ | ||
url: string; | ||
}>; | ||
} |
{ | ||
"name": "@doflo/flow-interfaces", | ||
"version": "1.21.1", | ||
"version": "1.22.0", | ||
"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
422781
9927