@bkper/bkper-api-types 5.22.0 → 5.23.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 +5 -0
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -1063,6 +1063,11 @@ declare namespace Paths {
|
|
|
1063
1063
|
export type TransactionList = bkper.TransactionList;
|
|
1064
1064
|
}
|
|
1065
1065
|
}
|
|
1066
|
+
namespace BkperV5CopyBook {
|
|
1067
|
+
namespace Responses {
|
|
1068
|
+
export type $200 = bkper.Book;
|
|
1069
|
+
}
|
|
1070
|
+
}
|
|
1066
1071
|
namespace BkperV5CountTransactions {
|
|
1067
1072
|
namespace Responses {
|
|
1068
1073
|
export type $200 = bkper.Count;
|