randmar-api-client 1.235.0 → 1.236.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.
|
@@ -2637,12 +2637,14 @@ export type PostV4ResellerByRouteResellerIdReportUniversalFileApiResponse = unkn
|
|
|
2637
2637
|
export type PostV4ResellerByRouteResellerIdReportUniversalFileApiArg = {
|
|
2638
2638
|
/** The ID of the reseller making the request. */
|
|
2639
2639
|
routeResellerId: string;
|
|
2640
|
+
/** Optional manufacturer filter. When provided, only products from that manufacturer are included. */
|
|
2640
2641
|
manufacturerId?: string;
|
|
2641
2642
|
};
|
|
2642
2643
|
export type PostV4ResellerByRouteResellerIdReportProductsFileApiResponse = unknown;
|
|
2643
2644
|
export type PostV4ResellerByRouteResellerIdReportProductsFileApiArg = {
|
|
2644
2645
|
/** The ID of the reseller making the request. */
|
|
2645
2646
|
routeResellerId: string;
|
|
2647
|
+
/** Optional manufacturer filter. When provided, only products from that manufacturer are included. */
|
|
2646
2648
|
manufacturerId?: string;
|
|
2647
2649
|
};
|
|
2648
2650
|
export type PostV4ResellerByRouteResellerIdReportUniversalJsonApiResponse = unknown;
|