@kl1/contracts 1.1.32 → 1.1.33

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.
@@ -214340,7 +214340,9 @@ export declare const telephonyContract: {
214340
214340
  agentCallsOnly: import("zod").ZodOptional<import("zod").ZodBoolean>;
214341
214341
  page: import("zod").ZodOptional<import("zod").ZodNumber>;
214342
214342
  pageSize: import("zod").ZodOptional<import("zod").ZodNumber>;
214343
+ module: import("zod").ZodDefault<import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"cdrs">, import("zod").ZodLiteral<"call-logs">]>>>;
214343
214344
  }, "strip", import("zod").ZodTypeAny, {
214345
+ module: "cdrs" | "call-logs";
214344
214346
  type?: string[] | undefined;
214345
214347
  status?: string[] | undefined;
214346
214348
  userId?: string | undefined;
@@ -214368,6 +214370,7 @@ export declare const telephonyContract: {
214368
214370
  agentCallsOnly?: boolean | undefined;
214369
214371
  page?: number | undefined;
214370
214372
  pageSize?: number | undefined;
214373
+ module?: "cdrs" | "call-logs" | undefined;
214371
214374
  }>;
214372
214375
  responses: {
214373
214376
  200: null;