randmar-api-client 1.94.0 → 1.95.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.
@@ -169,6 +169,12 @@ const enhancedApi = randmarApi.enhanceEndpoints({
169
169
  postV4PartnerByRouteApplicationIdWarehouseAndWarehouseIdCarrierIntegrationCarrierCode: {
170
170
  invalidatesTags: ['Warehouse'],
171
171
  },
172
+ getV4User: {
173
+ providesTags: ['Users'],
174
+ },
175
+ postV4UserByFieldName: {
176
+ invalidatesTags: ['Users'],
177
+ },
172
178
  putV4PartnerByRouteApplicationIdWarehouse: {
173
179
  invalidatesTags: ['WarehouseList'],
174
180
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "randmar-api-client",
3
- "version": "1.94.0",
3
+ "version": "1.95.0",
4
4
  "type": "module",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.js",