randmar-api-client 1.106.0 → 1.108.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.
@@ -125,7 +125,7 @@ const enhancedApi = randmarApi.enhanceEndpoints({
125
125
  query: (arg) => ({
126
126
  url: `/V4/Partner/${arg.applicationId}/Account/Billing`,
127
127
  method: 'PUT',
128
- body: arg.newBillingInformation,
128
+ body: arg.randmarApiControllersV4PartnerAccountControllerNewBillingInformation,
129
129
  headers: {
130
130
  "Content-Type": "application/json",
131
131
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "randmar-api-client",
3
- "version": "1.106.0",
3
+ "version": "1.108.0",
4
4
  "type": "module",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.js",