@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.mjs
CHANGED
@@ -5013,7 +5013,7 @@ var GetAllTelephonyCdrSchema = DefaultQueryParamsSchema.extend({
|
|
5013
5013
|
callFrom: z74.string().optional(),
|
5014
5014
|
callTo: z74.string().optional(),
|
5015
5015
|
trunk: z74.array(z74.string()).optional(),
|
5016
|
-
queueStatus: z74.
|
5016
|
+
queueStatus: z74.string().optional()
|
5017
5017
|
});
|
5018
5018
|
var GetRecentTelephonyCdrSchema = DefaultQueryParamsSchema.extend({
|
5019
5019
|
type: z74.array(z74.string()).optional(),
|