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