starta.apiclient 1.37.7773 → 1.37.7774

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.
@@ -269,7 +269,9 @@ class Organizations {
269
269
  return this._requestRunner.performRequest({
270
270
  url: `accounts/${organizationLogin}/rewards/${rewardType}/conditions`,
271
271
  method: 'PUT',
272
- body: conditions,
272
+ body: {
273
+ conditions,
274
+ },
273
275
  });
274
276
  }
275
277
  get orders() {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "starta.apiclient",
3
- "version": "1.37.7773",
3
+ "version": "1.37.7774",
4
4
  "main": "./lib/index.js",
5
5
  "description": "Wrapper for starta.one api",
6
6
  "author": "Collaboracia OÜ",