starta.apiclient 1.112.9873 → 1.112.9876

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.
Files changed (2) hide show
  1. package/lib/types.d.ts +3 -1
  2. package/package.json +1 -1
package/lib/types.d.ts CHANGED
@@ -309,7 +309,9 @@ export declare type Counterparties = Array<{
309
309
  email?: string;
310
310
  contactName?: string;
311
311
  address?: string;
312
- requisits?: string;
312
+ requisits?: Array<{
313
+ iban: string;
314
+ }>;
313
315
  taxNumber?: string;
314
316
  identificationNumber?: string;
315
317
  }>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "starta.apiclient",
3
- "version": "1.112.9873",
3
+ "version": "1.112.9876",
4
4
  "main": "./lib/index.js",
5
5
  "description": "Wrapper for starta.one api",
6
6
  "author": "Collaboracia OÜ",