randmar-api-client 1.96.0 → 1.97.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.
@@ -340,5 +340,5 @@ declare const enhancedApi: import("@reduxjs/toolkit/query").Api<import("@reduxjs
340
340
  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>;
341
341
  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>;
342
342
  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>;
343
- }, "Logs" | "Reseller" | "Manufacturer" | "Cart" | "Conversation" | "Account" | "Product" | "Unread" | "Warehouse" | "WarehouseList" | "Users" | "Integration" | "Shopify", never>, "randmarApi", "Logs" | "Reseller" | "Manufacturer" | "Cart" | "Conversation" | "Account" | "Product" | "Unread" | "Warehouse" | "WarehouseList" | "Users" | "Integration" | "Shopify", typeof import("@reduxjs/toolkit/query").coreModuleName | typeof import("@reduxjs/toolkit/dist/query/react").reactHooksModuleName>;
343
+ }, "Logs" | "Reseller" | "Manufacturer" | "Cart" | "Conversation" | "ConvoLinks" | "Account" | "Product" | "Unread" | "Warehouse" | "WarehouseList" | "Users" | "Integration" | "Shopify", never>, "randmarApi", "Logs" | "Reseller" | "Manufacturer" | "Cart" | "Conversation" | "ConvoLinks" | "Account" | "Product" | "Unread" | "Warehouse" | "WarehouseList" | "Users" | "Integration" | "Shopify", typeof import("@reduxjs/toolkit/query").coreModuleName | typeof import("@reduxjs/toolkit/dist/query/react").reactHooksModuleName>;
344
344
  export { enhancedApi as randmarApiWithTags };
@@ -1,6 +1,6 @@
1
1
  import { randmarApi } from './randmarApi';
2
2
  const enhancedApi = randmarApi.enhanceEndpoints({
3
- addTagTypes: ['Cart', 'Conversation', 'Account', 'Product', 'Reseller', 'Unread', 'Warehouse', 'WarehouseList', 'Users', 'Integration', 'Shopify', 'Logs', 'Manufacturer'],
3
+ addTagTypes: ['Cart', 'Conversation', 'ConvoLinks', 'Account', 'Product', 'Reseller', 'Unread', 'Warehouse', 'WarehouseList', 'Users', 'Integration', 'Shopify', 'Logs', 'Manufacturer'],
4
4
  endpoints: {
5
5
  getV4PartnerByRouteApplicationIdBusinessDevelopmentConversationsHasUnreads: {
6
6
  providesTags: ['Unread'],
@@ -169,6 +169,15 @@ const enhancedApi = randmarApi.enhanceEndpoints({
169
169
  postV4PartnerByRouteApplicationIdWarehouseAndWarehouseIdCarrierIntegrationCarrierCode: {
170
170
  invalidatesTags: ['Warehouse'],
171
171
  },
172
+ getV4PartnerByRouteApplicationIdBusinessDevelopmentConversationAndConversationIdLinks: {
173
+ providesTags: ['ConvoLinks'],
174
+ },
175
+ deleteV4PartnerByRouteApplicationIdBusinessDevelopmentConversationLinkAndLinkId: {
176
+ invalidatesTags: ['ConvoLinks'],
177
+ },
178
+ postV4PartnerByRouteApplicationIdBusinessDevelopmentConversationAndConversationIdLink: {
179
+ invalidatesTags: ['ConvoLinks'],
180
+ },
172
181
  getV4User: {
173
182
  providesTags: ['Users'],
174
183
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "randmar-api-client",
3
- "version": "1.96.0",
3
+ "version": "1.97.0",
4
4
  "type": "module",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.js",