@bkper/bkper-api-types 5.12.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 +11 -0
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -379,6 +379,7 @@ declare namespace bkper {
|
|
|
379
379
|
}
|
|
380
380
|
export interface BotResponse {
|
|
381
381
|
agentId?: string;
|
|
382
|
+
createdAt?: string;
|
|
382
383
|
message?: string;
|
|
383
384
|
type?: "INFO" | "WARNING" | "ERROR";
|
|
384
385
|
}
|
|
@@ -1089,6 +1090,11 @@ declare namespace Paths {
|
|
|
1089
1090
|
export type $200 = bkper.Connection;
|
|
1090
1091
|
}
|
|
1091
1092
|
}
|
|
1093
|
+
namespace BkperV5DeleteEventResponse {
|
|
1094
|
+
namespace Responses {
|
|
1095
|
+
export type $200 = bkper.Event;
|
|
1096
|
+
}
|
|
1097
|
+
}
|
|
1092
1098
|
namespace BkperV5DeleteGroup {
|
|
1093
1099
|
namespace Responses {
|
|
1094
1100
|
export type $200 = bkper.Group;
|
|
@@ -1278,6 +1284,11 @@ declare namespace Paths {
|
|
|
1278
1284
|
export type $200 = bkper.TransactionOperation;
|
|
1279
1285
|
}
|
|
1280
1286
|
}
|
|
1287
|
+
namespace BkperV5ReplayEventResponse {
|
|
1288
|
+
namespace Responses {
|
|
1289
|
+
export type $200 = bkper.Event;
|
|
1290
|
+
}
|
|
1291
|
+
}
|
|
1281
1292
|
namespace BkperV5ReplayEvents {
|
|
1282
1293
|
export interface BodyParameters {
|
|
1283
1294
|
EventList: Parameters.EventList;
|