randmar-api-client 1.376.0 → 1.378.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.
@@ -2124,6 +2124,8 @@ export type PostV4ResellerByRouteResellerIdProductAndRandmarSkuShopifyProductPag
2124
2124
  randmarSku: string;
2125
2125
  /** The Shopify store host name (typically `*.myshopify.com`). */
2126
2126
  shopifyHostName?: string;
2127
+ /** Optional flag to force picture generation for the product page (Reserved for SuperAdmin). */
2128
+ forcePictureGeneration?: boolean;
2127
2129
  };
2128
2130
  export type PutV4ResellerByRouteResellerIdProductAndRandmarSkuRequisitionApiResponse = unknown;
2129
2131
  export type PutV4ResellerByRouteResellerIdProductAndRandmarSkuRequisitionApiArg = {
@@ -1503,6 +1503,7 @@ const injectedRtkApi = api.injectEndpoints({
1503
1503
  method: "POST",
1504
1504
  params: {
1505
1505
  shopifyHostName: queryArg.shopifyHostName,
1506
+ forcePictureGeneration: queryArg.forcePictureGeneration,
1506
1507
  },
1507
1508
  }),
1508
1509
  }),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "randmar-api-client",
3
- "version": "1.376.0",
3
+ "version": "1.378.0",
4
4
  "type": "module",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.js",