@kl1/contracts 1.4.15 → 1.4.16
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/api-contracts/src/contract.d.ts +6 -0
- package/dist/api-contracts/src/contract.d.ts.map +1 -1
- package/dist/api-contracts/src/telephony-cdr/index.d.ts +6 -0
- package/dist/api-contracts/src/telephony-cdr/index.d.ts.map +1 -1
- package/dist/api-contracts/src/telephony-cdr/validation.d.ts +6 -0
- package/dist/api-contracts/src/telephony-cdr/validation.d.ts.map +1 -1
- package/dist/index.js +2 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
@@ -275755,6 +275755,7 @@ export declare const telephonyContract: {
|
|
275755
275755
|
trunk: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
|
275756
275756
|
queueStatus: import("zod").ZodOptional<import("zod").ZodString>;
|
275757
275757
|
agentCallsOnly: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
275758
|
+
recordingsOnly: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
275758
275759
|
fileExtension: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodUnion<[import("zod").ZodLiteral<"csv">, import("zod").ZodLiteral<"xlsx">]>>>;
|
275759
275760
|
}, "strip", import("zod").ZodTypeAny, {
|
275760
275761
|
module: "cdrs" | "call-logs";
|
@@ -275771,6 +275772,7 @@ export declare const telephonyContract: {
|
|
275771
275772
|
trunk?: string[] | undefined;
|
275772
275773
|
queueStatus?: string | undefined;
|
275773
275774
|
agentCallsOnly?: boolean | undefined;
|
275775
|
+
recordingsOnly?: boolean | undefined;
|
275774
275776
|
fileExtension?: "csv" | "xlsx" | undefined;
|
275775
275777
|
}, {
|
275776
275778
|
type?: string[] | undefined;
|
@@ -275787,6 +275789,7 @@ export declare const telephonyContract: {
|
|
275787
275789
|
trunk?: string[] | undefined;
|
275788
275790
|
queueStatus?: string | undefined;
|
275789
275791
|
agentCallsOnly?: boolean | undefined;
|
275792
|
+
recordingsOnly?: boolean | undefined;
|
275790
275793
|
fileExtension?: "csv" | "xlsx" | undefined;
|
275791
275794
|
}>;
|
275792
275795
|
responses: {
|
@@ -329241,6 +329244,7 @@ export declare const laravelServiceTelephonyCdrContract: {
|
|
329241
329244
|
agentIds: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
|
329242
329245
|
agentCallsOnly: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
329243
329246
|
contactId: import("zod").ZodOptional<import("zod").ZodString>;
|
329247
|
+
recordingsOnly: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
329244
329248
|
}, "strip", import("zod").ZodTypeAny, {
|
329245
329249
|
page: number;
|
329246
329250
|
pageSize: number;
|
@@ -329255,6 +329259,7 @@ export declare const laravelServiceTelephonyCdrContract: {
|
|
329255
329259
|
agentIds?: string[] | undefined;
|
329256
329260
|
agentCallsOnly?: boolean | undefined;
|
329257
329261
|
contactId?: string | undefined;
|
329262
|
+
recordingsOnly?: boolean | undefined;
|
329258
329263
|
}, {
|
329259
329264
|
page?: number | undefined;
|
329260
329265
|
pageSize?: number | undefined;
|
@@ -329269,6 +329274,7 @@ export declare const laravelServiceTelephonyCdrContract: {
|
|
329269
329274
|
agentIds?: string[] | undefined;
|
329270
329275
|
agentCallsOnly?: boolean | undefined;
|
329271
329276
|
contactId?: string | undefined;
|
329277
|
+
recordingsOnly?: boolean | undefined;
|
329272
329278
|
}>;
|
329273
329279
|
responses: {
|
329274
329280
|
200: import("zod").ZodObject<{
|