randmar-api-client 1.50.0 → 1.52.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.
@@ -323,5 +323,5 @@ declare const enhancedApi: import("@reduxjs/toolkit/query").Api<import("@reduxjs
323
323
  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>;
324
324
  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, unknown, "randmarApi", unknown>;
325
325
  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, unknown, "randmarApi", unknown>;
326
- }, "Manufacturer" | "Cart" | "Conversation" | "Account" | "Warehouse" | "WarehouseList" | "Users" | "Integration" | "Shopify" | "Logs", never>, "randmarApi", "Manufacturer" | "Cart" | "Conversation" | "Account" | "Warehouse" | "WarehouseList" | "Users" | "Integration" | "Shopify" | "Logs", typeof import("@reduxjs/toolkit/query").coreModuleName | typeof import("@reduxjs/toolkit/dist/query/react").reactHooksModuleName>;
326
+ }, "Manufacturer" | "Cart" | "Conversation" | "Account" | "Unread" | "Warehouse" | "WarehouseList" | "Users" | "Integration" | "Shopify" | "Logs", never>, "randmarApi", "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>;
327
327
  export { enhancedApi as randmarApiWithTags };
@@ -1,7 +1,13 @@
1
1
  import { randmarApi } from './randmarApi';
2
2
  const enhancedApi = randmarApi.enhanceEndpoints({
3
- addTagTypes: ['Cart', 'Conversation', 'Account', 'Warehouse', 'WarehouseList', 'Users', 'Integration', 'Shopify', 'Logs', 'Manufacturer'],
3
+ addTagTypes: ['Cart', 'Conversation', 'Account', 'Unread', 'Warehouse', 'WarehouseList', 'Users', 'Integration', 'Shopify', 'Logs', 'Manufacturer'],
4
4
  endpoints: {
5
+ getV4PartnerByRouteApplicationIdBusinessDevelopmentConversationsHasUnreads: {
6
+ providesTags: ['Unread'],
7
+ },
8
+ postV4PartnerByRouteApplicationIdBusinessDevelopmentConversationAndConversationIdRead: {
9
+ invalidatesTags: ['Unread'],
10
+ },
5
11
  getV4PartnerByRouteApplicationIdBusinessDevelopmentConversations: {
6
12
  providesTags: ['Conversation'],
7
13
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "randmar-api-client",
3
- "version": "1.50.0",
3
+ "version": "1.52.0",
4
4
  "type": "module",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.js",