@kl1/contracts 1.0.91 → 1.0.92
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/dist/index.js
CHANGED
@@ -5076,7 +5076,7 @@ var GetAllTelephonyCdrSchema = DefaultQueryParamsSchema.extend({
|
|
5076
5076
|
callFrom: import_zod74.default.string().optional(),
|
5077
5077
|
callTo: import_zod74.default.string().optional(),
|
5078
5078
|
trunk: import_zod74.default.array(import_zod74.default.string()).optional(),
|
5079
|
-
queueStatus: import_zod74.default.
|
5079
|
+
queueStatus: import_zod74.default.string().optional()
|
5080
5080
|
});
|
5081
5081
|
var GetRecentTelephonyCdrSchema = DefaultQueryParamsSchema.extend({
|
5082
5082
|
type: import_zod74.default.array(import_zod74.default.string()).optional(),
|