randmar-api-client 1.389.0 → 1.391.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.
|
@@ -2133,8 +2133,6 @@ export type PostV4ResellerByRouteResellerIdProductAndRandmarSkuShopifyProductPag
|
|
|
2133
2133
|
randmarSku: string;
|
|
2134
2134
|
/** The Shopify store host name (typically `*.myshopify.com`). */
|
|
2135
2135
|
shopifyHostName?: string;
|
|
2136
|
-
/** Optional flag to force picture generation for the product page (Reserved for SuperAdmin). */
|
|
2137
|
-
forcePictureGeneration?: boolean;
|
|
2138
2136
|
};
|
|
2139
2137
|
export type PutV4ResellerByRouteResellerIdProductAndRandmarSkuRequisitionApiResponse = unknown;
|
|
2140
2138
|
export type PutV4ResellerByRouteResellerIdProductAndRandmarSkuRequisitionApiArg = {
|
package/dist/store/randmarApi.js
CHANGED