randmar-api-client 1.70.0 → 1.71.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.
@@ -329,5 +329,5 @@ declare const enhancedApi: import("@reduxjs/toolkit/query").Api<import("@reduxjs
329
329
  postV4PartnerByRouteApplicationIdWarehouseAndWarehouseIdCarrierIntegrationCarrierCode: import("@reduxjs/toolkit/query").MutationDefinition<import("./randmarApi").PostV4PartnerByRouteApplicationIdWarehouseAndWarehouseIdCarrierIntegrationCarrierCodeApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, never, unknown, "randmarApi", unknown>;
330
330
  putV4PartnerByRouteApplicationIdWarehouse: import("@reduxjs/toolkit/query").MutationDefinition<import("./randmarApi").PutV4PartnerByRouteApplicationIdWarehouseApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, never, string, "randmarApi", unknown>;
331
331
  getV4PartnerByRouteApplicationIdWarehouses: import("@reduxjs/toolkit/query").QueryDefinition<import("./randmarApi").GetV4PartnerByRouteApplicationIdWarehousesApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, never, import("./randmarApi").GetV4PartnerByRouteApplicationIdWarehousesApiResponse, "randmarApi", unknown>;
332
- }, "Reseller" | "Manufacturer" | "Cart" | "Conversation" | "Account" | "Unread" | "Warehouse" | "WarehouseList" | "Users" | "Integration" | "Shopify" | "Logs", never>, "randmarApi", "Reseller" | "Manufacturer" | "Cart" | "Conversation" | "Account" | "Unread" | "Warehouse" | "WarehouseList" | "Users" | "Integration" | "Shopify" | "Logs", typeof import("@reduxjs/toolkit/query").coreModuleName | typeof import("@reduxjs/toolkit/dist/query/react").reactHooksModuleName>;
332
+ }, "Reseller" | "Manufacturer" | "Cart" | "Conversation" | "Account" | "Product" | "Unread" | "Warehouse" | "WarehouseList" | "Users" | "Integration" | "Shopify" | "Logs", never>, "randmarApi", "Reseller" | "Manufacturer" | "Cart" | "Conversation" | "Account" | "Product" | "Unread" | "Warehouse" | "WarehouseList" | "Users" | "Integration" | "Shopify" | "Logs", typeof import("@reduxjs/toolkit/query").coreModuleName | typeof import("@reduxjs/toolkit/dist/query/react").reactHooksModuleName>;
333
333
  export { enhancedApi as randmarApiWithTags };
@@ -1,10 +1,13 @@
1
1
  import { randmarApi } from './randmarApi';
2
2
  const enhancedApi = randmarApi.enhanceEndpoints({
3
- addTagTypes: ['Cart', 'Conversation', 'Account', 'Reseller', 'Unread', 'Warehouse', 'WarehouseList', 'Users', 'Integration', 'Shopify', 'Logs', 'Manufacturer'],
3
+ addTagTypes: ['Cart', 'Conversation', 'Account', 'Product', 'Reseller', 'Unread', 'Warehouse', 'WarehouseList', 'Users', 'Integration', 'Shopify', 'Logs', 'Manufacturer'],
4
4
  endpoints: {
5
5
  getV4PartnerByRouteApplicationIdBusinessDevelopmentConversationsHasUnreads: {
6
6
  providesTags: ['Unread'],
7
7
  },
8
+ getV4ResellerByRouteResellerIdProductAndRandmarSku: {
9
+ providesTags: ['Product'],
10
+ },
8
11
  getV4PartnerByApplicationIdAccountReseller: {
9
12
  providesTags: ['Reseller'],
10
13
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "randmar-api-client",
3
- "version": "1.70.0",
3
+ "version": "1.71.0",
4
4
  "type": "module",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.js",