@favid-inc/api
Advanced tools
Comparing version 7.0.0 to 8.0.0
@@ -11,2 +11,4 @@ import { Model } from "../model"; | ||
artistPhotoUri?: Artist["photoUri"]; | ||
artistPrice?: Artist["price"]; | ||
billingAmount?: number; | ||
customerEmail?: string; | ||
@@ -21,4 +23,4 @@ customerName?: string; | ||
paymentStatus?: OrderPaymentStatus; | ||
price?: number; | ||
receiverName?: string; | ||
serviceTax?: number; | ||
status?: OrderStatus; | ||
@@ -25,0 +27,0 @@ statusCanceledDate?: number; |
{ | ||
"name": "@favid-inc/api", | ||
"version": "7.0.0", | ||
"version": "8.0.0", | ||
"description": "API for Favid Project", | ||
@@ -5,0 +5,0 @@ "homepage": "https://github.com/favid-inc/api#readme", |
73719
891