@bkper/bkper-api-types 5.22.0 → 5.23.1

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 +6 -0
  2. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -282,6 +282,7 @@ declare namespace bkper {
282
282
  }
283
283
  export interface Balances {
284
284
  accountBalances?: AccountBalances[];
285
+ balancesUrl?: string;
285
286
  groupBalances?: GroupBalances[];
286
287
  nextRange?: string;
287
288
  periodicity?: "DAILY" | "MONTHLY" | "YEARLY";
@@ -1063,6 +1064,11 @@ declare namespace Paths {
1063
1064
  export type TransactionList = bkper.TransactionList;
1064
1065
  }
1065
1066
  }
1067
+ namespace BkperV5CopyBook {
1068
+ namespace Responses {
1069
+ export type $200 = bkper.Book;
1070
+ }
1071
+ }
1066
1072
  namespace BkperV5CountTransactions {
1067
1073
  namespace Responses {
1068
1074
  export type $200 = bkper.Count;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bkper/bkper-api-types",
3
- "version": "5.22.0",
3
+ "version": "5.23.1",
4
4
  "description": "Typescript definitions for Bkper REST API",
5
5
  "homepage": "https://api.bkper.com",
6
6
  "repository": {