@kl1/contracts 1.3.62 → 1.3.63
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/api-contracts/src/contract.d.ts +1 -102
- package/dist/api-contracts/src/contract.d.ts.map +1 -1
- package/dist/api-contracts/src/cx-log/index.d.ts +1 -102
- package/dist/api-contracts/src/cx-log/index.d.ts.map +1 -1
- package/dist/index.js +1 -3
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -3
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
@@ -24618,108 +24618,7 @@ export declare const apiContract: {
|
|
24618
24618
|
export: {
|
24619
24619
|
summary: "Export cx-logs";
|
24620
24620
|
method: "GET";
|
24621
|
-
query: import("zod").
|
24622
|
-
name: import("zod").ZodOptional<import("zod").ZodString>;
|
24623
|
-
channel: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
|
24624
|
-
address: import("zod").ZodOptional<import("zod").ZodString>;
|
24625
|
-
disposition: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
|
24626
|
-
direction: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodUnion<[import("zod").ZodLiteral<"inbound">, import("zod").ZodLiteral<"outbound">]>, "many">>;
|
24627
|
-
page: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodNumber>>;
|
24628
|
-
email: import("zod").ZodOptional<import("zod").ZodString>;
|
24629
|
-
pageSize: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodNumber>>;
|
24630
|
-
phone: import("zod").ZodOptional<import("zod").ZodString>;
|
24631
|
-
customFields: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
|
24632
|
-
attributeId: import("zod").ZodString;
|
24633
|
-
value: import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodArray<import("zod").ZodString, "many">]>;
|
24634
|
-
type: import("zod").ZodOptional<import("zod").ZodString>;
|
24635
|
-
}, "strip", import("zod").ZodTypeAny, {
|
24636
|
-
value: (string | string[]) & (string | string[] | undefined);
|
24637
|
-
attributeId: string;
|
24638
|
-
type?: string | undefined;
|
24639
|
-
}, {
|
24640
|
-
value: (string | string[]) & (string | string[] | undefined);
|
24641
|
-
attributeId: string;
|
24642
|
-
type?: string | undefined;
|
24643
|
-
}>, "many">>;
|
24644
|
-
company: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
|
24645
|
-
notes: import("zod").ZodOptional<import("zod").ZodString>;
|
24646
|
-
tags: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
|
24647
|
-
sentimentScore: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodUnion<[import("zod").ZodLiteral<"positive">, import("zod").ZodLiteral<"neutral">, import("zod").ZodLiteral<"negative">]>, "many">>;
|
24648
|
-
csatScore: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
|
24649
|
-
queueId: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
|
24650
|
-
contactId: import("zod").ZodOptional<import("zod").ZodString>;
|
24651
|
-
trunks: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
|
24652
|
-
caseId: import("zod").ZodOptional<import("zod").ZodString>;
|
24653
|
-
uid: import("zod").ZodOptional<import("zod").ZodString>;
|
24654
|
-
selectedDate: import("zod").ZodOptional<import("zod").ZodString>;
|
24655
|
-
channelIds: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
|
24656
|
-
agentIds: import("zod").ZodOptional<import("zod").ZodEffects<import("zod").ZodUnion<[import("zod").ZodArray<import("zod").ZodString, "many">, import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>]>, string[], string[] | Record<string, string>>>;
|
24657
|
-
sla: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"meet">, import("zod").ZodLiteral<"unmeet">]>>;
|
24658
|
-
contactLabels: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
|
24659
|
-
fileExtension: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodUnion<[import("zod").ZodLiteral<"csv">, import("zod").ZodLiteral<"xlsx">]>>>;
|
24660
|
-
}, "strip", import("zod").ZodTypeAny, {
|
24661
|
-
name?: string | undefined;
|
24662
|
-
channel?: string[] | undefined;
|
24663
|
-
address?: string | undefined;
|
24664
|
-
disposition?: string[] | undefined;
|
24665
|
-
direction?: ("inbound" | "outbound")[] | undefined;
|
24666
|
-
page?: number | undefined;
|
24667
|
-
email?: string | undefined;
|
24668
|
-
pageSize?: number | undefined;
|
24669
|
-
phone?: string | undefined;
|
24670
|
-
customFields?: {
|
24671
|
-
value: (string | string[]) & (string | string[] | undefined);
|
24672
|
-
attributeId: string;
|
24673
|
-
type?: string | undefined;
|
24674
|
-
}[] | undefined;
|
24675
|
-
company?: string[] | undefined;
|
24676
|
-
notes?: string | undefined;
|
24677
|
-
tags?: string[] | undefined;
|
24678
|
-
sentimentScore?: ("negative" | "positive" | "neutral")[] | undefined;
|
24679
|
-
csatScore?: string[] | undefined;
|
24680
|
-
queueId?: string[] | undefined;
|
24681
|
-
contactId?: string | undefined;
|
24682
|
-
trunks?: string[] | undefined;
|
24683
|
-
caseId?: string | undefined;
|
24684
|
-
uid?: string | undefined;
|
24685
|
-
selectedDate?: string | undefined;
|
24686
|
-
channelIds?: string[] | undefined;
|
24687
|
-
agentIds?: string[] | undefined;
|
24688
|
-
sla?: "meet" | "unmeet" | undefined;
|
24689
|
-
contactLabels?: string[] | undefined;
|
24690
|
-
fileExtension?: "csv" | "xlsx" | undefined;
|
24691
|
-
}, {
|
24692
|
-
name?: string | undefined;
|
24693
|
-
channel?: string[] | undefined;
|
24694
|
-
address?: string | undefined;
|
24695
|
-
disposition?: string[] | undefined;
|
24696
|
-
direction?: ("inbound" | "outbound")[] | undefined;
|
24697
|
-
page?: number | undefined;
|
24698
|
-
email?: string | undefined;
|
24699
|
-
pageSize?: number | undefined;
|
24700
|
-
phone?: string | undefined;
|
24701
|
-
customFields?: {
|
24702
|
-
value: (string | string[]) & (string | string[] | undefined);
|
24703
|
-
attributeId: string;
|
24704
|
-
type?: string | undefined;
|
24705
|
-
}[] | undefined;
|
24706
|
-
company?: string[] | undefined;
|
24707
|
-
notes?: string | undefined;
|
24708
|
-
tags?: string[] | undefined;
|
24709
|
-
sentimentScore?: ("negative" | "positive" | "neutral")[] | undefined;
|
24710
|
-
csatScore?: string[] | undefined;
|
24711
|
-
queueId?: string[] | undefined;
|
24712
|
-
contactId?: string | undefined;
|
24713
|
-
trunks?: string[] | undefined;
|
24714
|
-
caseId?: string | undefined;
|
24715
|
-
uid?: string | undefined;
|
24716
|
-
selectedDate?: string | undefined;
|
24717
|
-
channelIds?: string[] | undefined;
|
24718
|
-
agentIds?: string[] | Record<string, string> | undefined;
|
24719
|
-
sla?: "meet" | "unmeet" | undefined;
|
24720
|
-
contactLabels?: string[] | undefined;
|
24721
|
-
fileExtension?: "csv" | "xlsx" | undefined;
|
24722
|
-
}>;
|
24621
|
+
query: import("zod").ZodAny;
|
24723
24622
|
responses: {
|
24724
24623
|
200: null;
|
24725
24624
|
401: import("zod").ZodObject<{
|