@favid-inc/api
Advanced tools
Comparing version 3.7.0 to 3.7.1
@@ -0,1 +1,2 @@ | ||
import { CreateSubAccount } from "../iugu/account/create-sub-account"; | ||
import { ArtistCategory } from "./artist-category"; | ||
@@ -19,9 +20,3 @@ import { Model } from "./model"; | ||
iuguSubAccountId?: string; | ||
iuguSubAccountMetadata?: { | ||
account_id?: string; | ||
live_api_token?: string; | ||
name?: string; | ||
test_api_token?: string; | ||
user_token?: string; | ||
}; | ||
iuguSubAccountMetadata?: CreateSubAccount["Response"]["data"]; | ||
} | ||
@@ -28,0 +23,0 @@ export declare enum ArtistStatus { |
@@ -0,21 +1,24 @@ | ||
import { DirectCharge } from "../iugu"; | ||
import { Model } from "../model"; | ||
export declare const ORDER = "Order"; | ||
export interface Order extends Model { | ||
artistArtisticName?: string; | ||
artistId?: number; | ||
artistArtisticName?: string; | ||
artistPhotoUri?: string; | ||
customerName?: string; | ||
customerUserUid?: string; | ||
customerName?: string; | ||
instructions?: string; | ||
isGift?: boolean; | ||
iuguInvoiceId?: string; | ||
iuguInvoiceMetadata?: DirectCharge["Response"]["data"]; | ||
paymentStatus?: OrderPaymentStatus; | ||
price?: number; | ||
receiverName?: string; | ||
status?: OrderStatus; | ||
statusPlacedDate?: number; | ||
statusDeclinedDate?: number; | ||
statusDeclinedDescription?: string; | ||
statusFulfilledDate?: number; | ||
paymentStatus?: OrderPaymentStatus; | ||
instructions?: string; | ||
isGift?: boolean; | ||
price?: number; | ||
receiverName?: string; | ||
statusPlacedDate?: number; | ||
videoThumbnailUri?: string; | ||
videoUri?: string; | ||
videoThumbnailUri?: string; | ||
} | ||
@@ -22,0 +25,0 @@ export declare enum OrderStatus { |
{ | ||
"name": "@favid-inc/api", | ||
"version": "3.7.0", | ||
"version": "3.7.1", | ||
"description": "API for Favid Project", | ||
@@ -5,0 +5,0 @@ "homepage": "https://github.com/favid-inc/api#readme", |
19669
60
725