@favid-inc/api
Advanced tools
Comparing version 2.14.0 to 2.15.0
@@ -18,3 +18,3 @@ import { OrderModel } from "./OrderModel"; | ||
export interface OrderFlowDeclineOrderArguments { | ||
refusedByArtistDescription?: string; | ||
declinedByArtistDescription: string; | ||
} | ||
@@ -21,0 +21,0 @@ export interface OrderFlowDeclineOrderResponse { |
@@ -16,3 +16,3 @@ import { Model } from "../Model"; | ||
creationDate?: number; | ||
refusedByArtistDescription?: string; | ||
declinedByArtistDescription?: string; | ||
videoCreationDate?: number; | ||
@@ -19,0 +19,0 @@ video?: string; |
{ | ||
"name": "@favid-inc/api", | ||
"version": "2.14.0", | ||
"version": "2.15.0", | ||
"description": "API for Favid Project", | ||
@@ -5,0 +5,0 @@ "homepage": "https://github.com/favid-inc/api#readme", |
7962