@bkper/bkper-api-types 5.1.6 → 5.2.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.
Files changed (2) hide show
  1. package/index.d.ts +8 -0
  2. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -259,6 +259,10 @@ declare namespace bkper {
259
259
  rangeEndLabel?: string;
260
260
  }
261
261
  export interface Book {
262
+ /**
263
+ * The book Accounts
264
+ */
265
+ accounts?: Account[];
262
266
  /**
263
267
  * The id of agent that created the resource
264
268
  */
@@ -284,6 +288,10 @@ declare namespace bkper {
284
288
  * The number of fraction digits (decimal places) of the Book
285
289
  */
286
290
  fractionDigits?: number; // int32
291
+ /**
292
+ * The book account Groups
293
+ */
294
+ groups?: Group[];
287
295
  /**
288
296
  * The unique id that identifies the Book in the system. Found at bookId url param
289
297
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bkper/bkper-api-types",
3
- "version": "5.1.6",
3
+ "version": "5.2.0",
4
4
  "description": "Typescript definitions for Bkper REST API",
5
5
  "homepage": "https://api.bkper.com",
6
6
  "repository": {