@absolutejs/voice 0.0.22-beta.344 → 0.0.22-beta.346

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.
@@ -453,6 +453,10 @@ export type VoiceProductionReadinessRoutesOptions = {
453
453
  query: Record<string, unknown>;
454
454
  request: Request;
455
455
  }) => Promise<readonly VoiceAgentSquadContractReport[]> | readonly VoiceAgentSquadContractReport[]);
456
+ additionalChecks?: false | readonly VoiceProductionReadinessCheck[] | ((input: {
457
+ query: Record<string, unknown>;
458
+ request: Request;
459
+ }) => Promise<readonly VoiceProductionReadinessCheck[]> | readonly VoiceProductionReadinessCheck[]);
456
460
  audit?: false | VoiceProductionReadinessAuditOptions;
457
461
  auditDeliveries?: false | VoiceProductionReadinessAuditDeliveryOptions;
458
462
  bargeInReports?: false | readonly VoiceBargeInReport[] | ((input: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@absolutejs/voice",
3
- "version": "0.0.22-beta.344",
3
+ "version": "0.0.22-beta.346",
4
4
  "description": "Voice primitives and Elysia plugin for AbsoluteJS",
5
5
  "repository": {
6
6
  "type": "git",