@favid-inc/api
Advanced tools
Comparing version 4.6.1 to 4.7.0
@@ -8,5 +8,6 @@ import { Model } from "../model"; | ||
artistArtisticName?: Artist["artisticName"]; | ||
artistEmail?: Artist["email"]; | ||
artistId?: Artist["id"]; | ||
artistPhotoUri?: Artist["photoUri"]; | ||
artistEmail?: Artist["email"]; | ||
customerEmail?: string; | ||
customerName?: string; | ||
@@ -13,0 +14,0 @@ customerUserUid?: string; |
{ | ||
"name": "@favid-inc/api", | ||
"version": "4.6.1", | ||
"version": "4.7.0", | ||
"description": "API for Favid Project", | ||
@@ -5,0 +5,0 @@ "homepage": "https://github.com/favid-inc/api#readme", |
89935
1279