@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.
- package/index.d.ts +6 -0
- 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;
|