@bkper/bkper-api-types 5.23.0 → 5.24.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.
- package/index.d.ts +7 -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";
|
|
@@ -631,6 +632,12 @@ declare namespace bkper {
|
|
|
631
632
|
* The file name
|
|
632
633
|
*/
|
|
633
634
|
name?: string;
|
|
635
|
+
/**
|
|
636
|
+
* The key/value custom properties of the File
|
|
637
|
+
*/
|
|
638
|
+
properties?: {
|
|
639
|
+
[name: string]: string;
|
|
640
|
+
};
|
|
634
641
|
/**
|
|
635
642
|
* The file size in bytes
|
|
636
643
|
*/
|