@bkper/bkper-api-types 5.1.2 → 5.1.4
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 +4 -1
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -257,13 +257,16 @@ declare namespace bkper {
|
|
|
257
257
|
range?: string;
|
|
258
258
|
rangeBeginLabel?: string;
|
|
259
259
|
rangeEndLabel?: string;
|
|
260
|
-
totalRemovedBalances?: number; // int32
|
|
261
260
|
}
|
|
262
261
|
export interface Book {
|
|
263
262
|
/**
|
|
264
263
|
* The id of agent that created the resource
|
|
265
264
|
*/
|
|
266
265
|
agentId?: string;
|
|
266
|
+
/**
|
|
267
|
+
* The book closing date
|
|
268
|
+
*/
|
|
269
|
+
closingDate?: string;
|
|
267
270
|
collection?: Collection;
|
|
268
271
|
/**
|
|
269
272
|
* The creation timestamp, in milliseconds
|