randmar-api-client 1.52.0 → 1.53.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -2654,6 +2654,8 @@ export type Reseller = {
|
|
|
2654
2654
|
LastInvoiceDate?: number;
|
|
2655
2655
|
OnHold?: number;
|
|
2656
2656
|
PriceProfile?: number;
|
|
2657
|
+
Returns?: Return[] | null;
|
|
2658
|
+
CompletedOrderDetails?: OrderDetail[] | null;
|
|
2657
2659
|
ActiveOrderDetails?: OrderDetail[] | null;
|
|
2658
2660
|
Qualifications?: Qualification[] | null;
|
|
2659
2661
|
QualifiedManufacturers?: Manufacturer[] | null;
|