@bkper/bkper-api-types 5.13.0 → 5.14.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 +10 -0
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -1090,6 +1090,11 @@ declare namespace Paths {
|
|
|
1090
1090
|
export type $200 = bkper.Connection;
|
|
1091
1091
|
}
|
|
1092
1092
|
}
|
|
1093
|
+
namespace BkperV5DeleteEventResponse {
|
|
1094
|
+
namespace Responses {
|
|
1095
|
+
export type $200 = bkper.Event;
|
|
1096
|
+
}
|
|
1097
|
+
}
|
|
1093
1098
|
namespace BkperV5DeleteGroup {
|
|
1094
1099
|
namespace Responses {
|
|
1095
1100
|
export type $200 = bkper.Group;
|
|
@@ -1279,6 +1284,11 @@ declare namespace Paths {
|
|
|
1279
1284
|
export type $200 = bkper.TransactionOperation;
|
|
1280
1285
|
}
|
|
1281
1286
|
}
|
|
1287
|
+
namespace BkperV5ReplayEventResponse {
|
|
1288
|
+
namespace Responses {
|
|
1289
|
+
export type $200 = bkper.Event;
|
|
1290
|
+
}
|
|
1291
|
+
}
|
|
1282
1292
|
namespace BkperV5ReplayEvents {
|
|
1283
1293
|
export interface BodyParameters {
|
|
1284
1294
|
EventList: Parameters.EventList;
|