This commit is contained in:
parent
9eb9392b8b
commit
9b07cf36e3
@ -45,7 +45,7 @@ export interface IPurchaseRequest {
|
|||||||
|
|
||||||
export interface IPurchaseParams {
|
export interface IPurchaseParams {
|
||||||
Source: PurchaseSource;
|
Source: PurchaseSource;
|
||||||
SourceId?: string; // for Source 1, 7 & 18
|
SourceId?: string; // VoidTrader, Vendor, PrimeVaultTrader
|
||||||
StoreItem: string;
|
StoreItem: string;
|
||||||
StorePage: string;
|
StorePage: string;
|
||||||
SearchTerm: string;
|
SearchTerm: string;
|
||||||
@ -53,10 +53,10 @@ export interface IPurchaseParams {
|
|||||||
Quantity: number;
|
Quantity: number;
|
||||||
UsePremium: boolean;
|
UsePremium: boolean;
|
||||||
ExpectedPrice: number;
|
ExpectedPrice: number;
|
||||||
SyndicateTag?: string; // for Source 2
|
SyndicateTag?: string; // SyndicateFavor
|
||||||
UseFreeFavor?: boolean; // for Source 2
|
UseFreeFavor?: boolean; // SyndicateFavor
|
||||||
ExtraPurchaseInfoJson?: string; // for Source 7
|
ExtraPurchaseInfoJson?: string; // Vendor
|
||||||
IsWeekly?: boolean; // for Source 7
|
IsWeekly?: boolean; // Vendor
|
||||||
}
|
}
|
||||||
|
|
||||||
export type IInventoryChanges = {
|
export type IInventoryChanges = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user