@kl1/contracts 1.3.72 → 1.3.74
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 +1 -125
- package/dist/api-contracts/src/contract.d.ts.map +1 -1
- package/dist/api-contracts/src/cx-log/index.d.ts +1 -125
- package/dist/api-contracts/src/cx-log/index.d.ts.map +1 -1
- package/dist/index.js +2 -3
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -3
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
@@ -24641,131 +24641,7 @@ export declare const apiContract: {
|
|
24641
24641
|
export: {
|
24642
24642
|
summary: "Export cx-logs";
|
24643
24643
|
method: "GET";
|
24644
|
-
query: import("zod").
|
24645
|
-
name: import("zod").ZodOptional<import("zod").ZodString>;
|
24646
|
-
channel: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
|
24647
|
-
address: import("zod").ZodOptional<import("zod").ZodString>;
|
24648
|
-
disposition: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
|
24649
|
-
direction: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodUnion<[import("zod").ZodLiteral<"inbound">, import("zod").ZodLiteral<"outbound">]>, "many">>;
|
24650
|
-
page: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodNumber>>;
|
24651
|
-
email: import("zod").ZodOptional<import("zod").ZodString>;
|
24652
|
-
pageSize: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodNumber>>;
|
24653
|
-
phone: import("zod").ZodOptional<import("zod").ZodString>;
|
24654
|
-
company: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
|
24655
|
-
notes: import("zod").ZodOptional<import("zod").ZodString>;
|
24656
|
-
tags: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
|
24657
|
-
sentimentScore: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodUnion<[import("zod").ZodLiteral<"positive">, import("zod").ZodLiteral<"neutral">, import("zod").ZodLiteral<"negative">]>, "many">>;
|
24658
|
-
csatScore: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
|
24659
|
-
queueId: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
|
24660
|
-
contactId: import("zod").ZodOptional<import("zod").ZodString>;
|
24661
|
-
trunks: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
|
24662
|
-
caseId: import("zod").ZodOptional<import("zod").ZodString>;
|
24663
|
-
uid: import("zod").ZodOptional<import("zod").ZodString>;
|
24664
|
-
selectedDate: import("zod").ZodOptional<import("zod").ZodString>;
|
24665
|
-
channelIds: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
|
24666
|
-
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>>>;
|
24667
|
-
sla: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"meet">, import("zod").ZodLiteral<"unmeet">]>>;
|
24668
|
-
contactLabels: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
|
24669
|
-
contactCustomFields: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
|
24670
|
-
attributeId: import("zod").ZodString;
|
24671
|
-
value: import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodArray<import("zod").ZodString, "many">]>;
|
24672
|
-
type: import("zod").ZodOptional<import("zod").ZodString>;
|
24673
|
-
}, "strip", import("zod").ZodTypeAny, {
|
24674
|
-
value: (string | string[]) & (string | string[] | undefined);
|
24675
|
-
attributeId: string;
|
24676
|
-
type?: string | undefined;
|
24677
|
-
}, {
|
24678
|
-
value: (string | string[]) & (string | string[] | undefined);
|
24679
|
-
attributeId: string;
|
24680
|
-
type?: string | undefined;
|
24681
|
-
}>, "many">>;
|
24682
|
-
wrapUpFormCustomFields: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
|
24683
|
-
attributeId: import("zod").ZodString;
|
24684
|
-
value: import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodArray<import("zod").ZodString, "many">]>;
|
24685
|
-
type: import("zod").ZodOptional<import("zod").ZodString>;
|
24686
|
-
}, "strip", import("zod").ZodTypeAny, {
|
24687
|
-
value: (string | string[]) & (string | string[] | undefined);
|
24688
|
-
attributeId: string;
|
24689
|
-
type?: string | undefined;
|
24690
|
-
}, {
|
24691
|
-
value: (string | string[]) & (string | string[] | undefined);
|
24692
|
-
attributeId: string;
|
24693
|
-
type?: string | undefined;
|
24694
|
-
}>, "many">>;
|
24695
|
-
fileExtension: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodUnion<[import("zod").ZodLiteral<"csv">, import("zod").ZodLiteral<"xlsx">]>>>;
|
24696
|
-
}, "strip", import("zod").ZodTypeAny, {
|
24697
|
-
name?: string | undefined;
|
24698
|
-
channel?: string[] | undefined;
|
24699
|
-
address?: string | undefined;
|
24700
|
-
disposition?: string[] | undefined;
|
24701
|
-
direction?: ("inbound" | "outbound")[] | undefined;
|
24702
|
-
page?: number | undefined;
|
24703
|
-
email?: string | undefined;
|
24704
|
-
pageSize?: number | undefined;
|
24705
|
-
phone?: string | 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[] | undefined;
|
24719
|
-
sla?: "meet" | "unmeet" | undefined;
|
24720
|
-
contactLabels?: string[] | undefined;
|
24721
|
-
contactCustomFields?: {
|
24722
|
-
value: (string | string[]) & (string | string[] | undefined);
|
24723
|
-
attributeId: string;
|
24724
|
-
type?: string | undefined;
|
24725
|
-
}[] | undefined;
|
24726
|
-
wrapUpFormCustomFields?: {
|
24727
|
-
value: (string | string[]) & (string | string[] | undefined);
|
24728
|
-
attributeId: string;
|
24729
|
-
type?: string | undefined;
|
24730
|
-
}[] | undefined;
|
24731
|
-
fileExtension?: "csv" | "xlsx" | undefined;
|
24732
|
-
}, {
|
24733
|
-
name?: string | undefined;
|
24734
|
-
channel?: string[] | undefined;
|
24735
|
-
address?: string | undefined;
|
24736
|
-
disposition?: string[] | undefined;
|
24737
|
-
direction?: ("inbound" | "outbound")[] | undefined;
|
24738
|
-
page?: number | undefined;
|
24739
|
-
email?: string | undefined;
|
24740
|
-
pageSize?: number | undefined;
|
24741
|
-
phone?: string | undefined;
|
24742
|
-
company?: string[] | undefined;
|
24743
|
-
notes?: string | undefined;
|
24744
|
-
tags?: string[] | undefined;
|
24745
|
-
sentimentScore?: ("negative" | "positive" | "neutral")[] | undefined;
|
24746
|
-
csatScore?: string[] | undefined;
|
24747
|
-
queueId?: string[] | undefined;
|
24748
|
-
contactId?: string | undefined;
|
24749
|
-
trunks?: string[] | undefined;
|
24750
|
-
caseId?: string | undefined;
|
24751
|
-
uid?: string | undefined;
|
24752
|
-
selectedDate?: string | undefined;
|
24753
|
-
channelIds?: string[] | undefined;
|
24754
|
-
agentIds?: string[] | Record<string, string> | undefined;
|
24755
|
-
sla?: "meet" | "unmeet" | undefined;
|
24756
|
-
contactLabels?: string[] | undefined;
|
24757
|
-
contactCustomFields?: {
|
24758
|
-
value: (string | string[]) & (string | string[] | undefined);
|
24759
|
-
attributeId: string;
|
24760
|
-
type?: string | undefined;
|
24761
|
-
}[] | undefined;
|
24762
|
-
wrapUpFormCustomFields?: {
|
24763
|
-
value: (string | string[]) & (string | string[] | undefined);
|
24764
|
-
attributeId: string;
|
24765
|
-
type?: string | undefined;
|
24766
|
-
}[] | undefined;
|
24767
|
-
fileExtension?: "csv" | "xlsx" | undefined;
|
24768
|
-
}>;
|
24644
|
+
query: import("zod").ZodAny;
|
24769
24645
|
responses: {
|
24770
24646
|
200: null;
|
24771
24647
|
401: import("zod").ZodObject<{
|