randmar-api-client 1.45.0 → 1.46.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.
@@ -139,6 +139,21 @@ const enhancedApi = randmarApi.enhanceEndpoints({
139
139
  getV4PartnerByRouteApplicationIdUsers: {
140
140
  providesTags: ['Users'],
141
141
  },
142
+ putV4PartnerByRouteApplicationIdUserAndEmailAddress: {
143
+ invalidatesTags: ['Users'],
144
+ },
145
+ deleteV4PartnerByRouteApplicationIdUserAndEmailAddress: {
146
+ invalidatesTags: ['Users'],
147
+ },
148
+ postV4PartnerByRouteApplicationIdUserAndEmailAddressActive: {
149
+ invalidatesTags: ['Users'],
150
+ },
151
+ putV4PartnerByRouteApplicationIdUserAndEmailAddressNotificationNotificationType: {
152
+ invalidatesTags: ['Users'],
153
+ },
154
+ deleteV4PartnerByRouteApplicationIdUserAndEmailAddressNotificationNotificationType: {
155
+ invalidatesTags: ['Users'],
156
+ },
142
157
  },
143
158
  });
144
159
  export { enhancedApi as randmarApiWithTags };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "randmar-api-client",
3
- "version": "1.45.0",
3
+ "version": "1.46.0",
4
4
  "type": "module",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.js",