starta.apiclient 1.37.3604 → 1.37.3609

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.
@@ -98,7 +98,7 @@ export default class Organizations {
98
98
  addBalance(organizationLogin: string, { amount, comment, type, currency }: {
99
99
  amount: number;
100
100
  comment: string;
101
- type: 'manual';
101
+ type: 'system';
102
102
  currency: 'PLN' | 'EUR' | 'UAH';
103
103
  }): Promise<import("../../types").StartaResponse>;
104
104
  get orders(): Orders;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "starta.apiclient",
3
- "version": "1.37.3604",
3
+ "version": "1.37.3609",
4
4
  "main": "./lib/index.js",
5
5
  "description": "Wrapper for starta.one api",
6
6
  "author": "Collaboracia OÜ",