randmar-api-client 1.390.0 → 1.392.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 = {
@@ -1510,7 +1510,6 @@ const injectedRtkApi = api.injectEndpoints({
1510
1510
  method: "POST",
1511
1511
  params: {
1512
1512
  shopifyHostName: queryArg.shopifyHostName,
1513
- forcePictureGeneration: queryArg.forcePictureGeneration,
1514
1513
  },
1515
1514
  }),
1516
1515
  }),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "randmar-api-client",
3
- "version": "1.390.0",
3
+ "version": "1.392.0",
4
4
  "type": "module",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.js",