anyonecandesign-core
Advanced tools
Comparing version 0.0.3 to 0.0.4
@@ -13,2 +13,3 @@ export type DatabaseResource<T = unknown> = T & { | ||
billingUserId: string; | ||
billingPlanType: BillingPlanType; | ||
}>; | ||
@@ -65,2 +66,3 @@ export type OrganizationInvitation = DatabaseResource<{ | ||
export type SignInProvider = 'password' | 'google.com'; | ||
export type BillingPlanType = 'individual' | 'startup' | 'enterprise'; | ||
export type ProjectType = 'frontend' | 'frontend-backend'; | ||
@@ -67,0 +69,0 @@ export type ProjectStatus = 'ready' | 'prompt' | 'build' | 'deploy' | 'error'; |
{ | ||
"name": "anyonecandesign-core", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"type": "module", | ||
@@ -5,0 +5,0 @@ "description": "Constants and types for anyonecandesign.com", |
3566
111