@kl1/contracts 1.3.42 → 1.3.43
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/contact/index.d.ts +30 -27
- package/dist/api-contracts/src/contact/index.d.ts.map +1 -1
- package/dist/api-contracts/src/contract.d.ts +162 -147
- package/dist/api-contracts/src/contract.d.ts.map +1 -1
- package/dist/api-contracts/src/cx-log/index.d.ts +62 -59
- package/dist/api-contracts/src/cx-log/index.d.ts.map +1 -1
- package/dist/api-contracts/src/cx-log/validation.d.ts +2 -2
- package/dist/api-contracts/src/cx-log/validation.d.ts.map +1 -1
- package/dist/api-contracts/src/dashboard/index.d.ts +24 -24
- package/dist/api-contracts/src/export/validation.d.ts +1 -1
- package/dist/api-contracts/src/export/validation.d.ts.map +1 -1
- package/dist/api-contracts/src/telephony-cdr/index.d.ts +11 -8
- package/dist/api-contracts/src/telephony-cdr/index.d.ts.map +1 -1
- package/dist/api-contracts/src/ticket/index.d.ts +32 -29
- package/dist/api-contracts/src/ticket/index.d.ts.map +1 -1
- package/dist/api-contracts/src/user-presence-status-log/index.d.ts +3 -0
- package/dist/api-contracts/src/user-presence-status-log/index.d.ts.map +1 -1
- package/dist/index.js +374 -367
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +374 -367
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -13181,7 +13181,7 @@ export declare const apiContract: {
|
|
|
13181
13181
|
findAll: {
|
|
13182
13182
|
summary: "Get all cx-logs";
|
|
13183
13183
|
method: "GET";
|
|
13184
|
-
query: import("zod").
|
|
13184
|
+
query: import("zod").ZodObject<{
|
|
13185
13185
|
page: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodNumber>>;
|
|
13186
13186
|
pageSize: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodNumber>>;
|
|
13187
13187
|
contactId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
@@ -13276,7 +13276,7 @@ export declare const apiContract: {
|
|
|
13276
13276
|
type?: string | undefined;
|
|
13277
13277
|
}[] | undefined;
|
|
13278
13278
|
selectedDate?: string | undefined;
|
|
13279
|
-
}
|
|
13279
|
+
}>;
|
|
13280
13280
|
responses: {
|
|
13281
13281
|
200: import("zod").ZodObject<{
|
|
13282
13282
|
requestId: import("zod").ZodString;
|
|
@@ -23777,29 +23777,16 @@ export declare const apiContract: {
|
|
|
23777
23777
|
export: {
|
|
23778
23778
|
summary: "Export cx-logs";
|
|
23779
23779
|
method: "GET";
|
|
23780
|
-
query: import("zod").
|
|
23781
|
-
page: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodNumber>>;
|
|
23782
|
-
pageSize: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodNumber>>;
|
|
23783
|
-
contactId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
23784
|
-
caseId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
23785
|
-
channelIds: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
|
|
23786
|
-
trunks: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
|
|
23787
|
-
queueId: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
|
|
23788
|
-
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>>>;
|
|
23789
|
-
direction: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodUnion<[import("zod").ZodLiteral<"inbound">, import("zod").ZodLiteral<"outbound">]>, "many">>;
|
|
23790
|
-
disposition: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
|
|
23791
|
-
sentimentScore: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodUnion<[import("zod").ZodLiteral<"positive">, import("zod").ZodLiteral<"neutral">, import("zod").ZodLiteral<"negative">]>, "many">>;
|
|
23792
|
-
csatScore: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
|
|
23793
|
-
sla: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"meet">, import("zod").ZodLiteral<"unmeet">]>>;
|
|
23794
|
-
tags: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
|
|
23780
|
+
query: import("zod").ZodObject<{
|
|
23795
23781
|
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
23796
|
-
contactLabels: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
|
|
23797
|
-
email: import("zod").ZodOptional<import("zod").ZodString>;
|
|
23798
23782
|
channel: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
|
|
23799
|
-
phone: import("zod").ZodOptional<import("zod").ZodString>;
|
|
23800
|
-
notes: import("zod").ZodOptional<import("zod").ZodString>;
|
|
23801
23783
|
address: import("zod").ZodOptional<import("zod").ZodString>;
|
|
23802
|
-
|
|
23784
|
+
disposition: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
|
|
23785
|
+
direction: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodUnion<[import("zod").ZodLiteral<"inbound">, import("zod").ZodLiteral<"outbound">]>, "many">>;
|
|
23786
|
+
page: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodNumber>>;
|
|
23787
|
+
email: import("zod").ZodOptional<import("zod").ZodString>;
|
|
23788
|
+
pageSize: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodNumber>>;
|
|
23789
|
+
phone: import("zod").ZodOptional<import("zod").ZodString>;
|
|
23803
23790
|
customFields: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
|
|
23804
23791
|
attributeId: import("zod").ZodString;
|
|
23805
23792
|
value: import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodArray<import("zod").ZodString, "many">]>;
|
|
@@ -23813,66 +23800,82 @@ export declare const apiContract: {
|
|
|
23813
23800
|
attributeId: string;
|
|
23814
23801
|
type?: string | undefined;
|
|
23815
23802
|
}>, "many">>;
|
|
23803
|
+
company: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
|
|
23804
|
+
notes: import("zod").ZodOptional<import("zod").ZodString>;
|
|
23805
|
+
tags: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
|
|
23806
|
+
sentimentScore: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodUnion<[import("zod").ZodLiteral<"positive">, import("zod").ZodLiteral<"neutral">, import("zod").ZodLiteral<"negative">]>, "many">>;
|
|
23807
|
+
csatScore: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
|
|
23808
|
+
queueId: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
|
|
23809
|
+
contactId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
23810
|
+
trunks: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
|
|
23811
|
+
caseId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
23816
23812
|
selectedDate: import("zod").ZodOptional<import("zod").ZodString>;
|
|
23813
|
+
channelIds: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
|
|
23814
|
+
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>>>;
|
|
23815
|
+
sla: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"meet">, import("zod").ZodLiteral<"unmeet">]>>;
|
|
23816
|
+
contactLabels: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
|
|
23817
|
+
fileExtension: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodUnion<[import("zod").ZodLiteral<"csv">, import("zod").ZodLiteral<"xlsx">]>>>;
|
|
23817
23818
|
}, "strip", import("zod").ZodTypeAny, {
|
|
23818
|
-
page?: number | undefined;
|
|
23819
|
-
pageSize?: number | undefined;
|
|
23820
|
-
contactId?: string | undefined;
|
|
23821
|
-
caseId?: string | undefined;
|
|
23822
|
-
channelIds?: string[] | undefined;
|
|
23823
|
-
trunks?: string[] | undefined;
|
|
23824
|
-
queueId?: string[] | undefined;
|
|
23825
|
-
agentIds?: string[] | undefined;
|
|
23826
|
-
direction?: ("inbound" | "outbound")[] | undefined;
|
|
23827
|
-
disposition?: string[] | undefined;
|
|
23828
|
-
sentimentScore?: ("negative" | "positive" | "neutral")[] | undefined;
|
|
23829
|
-
csatScore?: string[] | undefined;
|
|
23830
|
-
sla?: "meet" | "unmeet" | undefined;
|
|
23831
|
-
tags?: string[] | undefined;
|
|
23832
23819
|
name?: string | undefined;
|
|
23833
|
-
contactLabels?: string[] | undefined;
|
|
23834
|
-
email?: string | undefined;
|
|
23835
23820
|
channel?: string[] | undefined;
|
|
23836
|
-
phone?: string | undefined;
|
|
23837
|
-
notes?: string | undefined;
|
|
23838
23821
|
address?: string | undefined;
|
|
23839
|
-
|
|
23822
|
+
disposition?: string[] | undefined;
|
|
23823
|
+
direction?: ("inbound" | "outbound")[] | undefined;
|
|
23824
|
+
page?: number | undefined;
|
|
23825
|
+
email?: string | undefined;
|
|
23826
|
+
pageSize?: number | undefined;
|
|
23827
|
+
phone?: string | undefined;
|
|
23840
23828
|
customFields?: {
|
|
23841
23829
|
value: (string | string[]) & (string | string[] | undefined);
|
|
23842
23830
|
attributeId: string;
|
|
23843
23831
|
type?: string | undefined;
|
|
23844
23832
|
}[] | undefined;
|
|
23845
|
-
|
|
23846
|
-
|
|
23847
|
-
|
|
23848
|
-
|
|
23833
|
+
company?: string[] | undefined;
|
|
23834
|
+
notes?: string | undefined;
|
|
23835
|
+
tags?: string[] | undefined;
|
|
23836
|
+
sentimentScore?: ("negative" | "positive" | "neutral")[] | undefined;
|
|
23837
|
+
csatScore?: string[] | undefined;
|
|
23838
|
+
queueId?: string[] | undefined;
|
|
23849
23839
|
contactId?: string | undefined;
|
|
23840
|
+
trunks?: string[] | undefined;
|
|
23850
23841
|
caseId?: string | undefined;
|
|
23842
|
+
selectedDate?: string | undefined;
|
|
23851
23843
|
channelIds?: string[] | undefined;
|
|
23852
|
-
|
|
23853
|
-
queueId?: string[] | undefined;
|
|
23854
|
-
agentIds?: string[] | Record<string, string> | undefined;
|
|
23855
|
-
direction?: ("inbound" | "outbound")[] | undefined;
|
|
23856
|
-
disposition?: string[] | undefined;
|
|
23857
|
-
sentimentScore?: ("negative" | "positive" | "neutral")[] | undefined;
|
|
23858
|
-
csatScore?: string[] | undefined;
|
|
23844
|
+
agentIds?: string[] | undefined;
|
|
23859
23845
|
sla?: "meet" | "unmeet" | undefined;
|
|
23860
|
-
tags?: string[] | undefined;
|
|
23861
|
-
name?: string | undefined;
|
|
23862
23846
|
contactLabels?: string[] | undefined;
|
|
23863
|
-
|
|
23847
|
+
fileExtension?: "csv" | "xlsx" | undefined;
|
|
23848
|
+
}, {
|
|
23849
|
+
name?: string | undefined;
|
|
23864
23850
|
channel?: string[] | undefined;
|
|
23865
|
-
phone?: string | undefined;
|
|
23866
|
-
notes?: string | undefined;
|
|
23867
23851
|
address?: string | undefined;
|
|
23868
|
-
|
|
23852
|
+
disposition?: string[] | undefined;
|
|
23853
|
+
direction?: ("inbound" | "outbound")[] | undefined;
|
|
23854
|
+
page?: number | undefined;
|
|
23855
|
+
email?: string | undefined;
|
|
23856
|
+
pageSize?: number | undefined;
|
|
23857
|
+
phone?: string | undefined;
|
|
23869
23858
|
customFields?: {
|
|
23870
23859
|
value: (string | string[]) & (string | string[] | undefined);
|
|
23871
23860
|
attributeId: string;
|
|
23872
23861
|
type?: string | undefined;
|
|
23873
23862
|
}[] | undefined;
|
|
23863
|
+
company?: string[] | undefined;
|
|
23864
|
+
notes?: string | undefined;
|
|
23865
|
+
tags?: string[] | undefined;
|
|
23866
|
+
sentimentScore?: ("negative" | "positive" | "neutral")[] | undefined;
|
|
23867
|
+
csatScore?: string[] | undefined;
|
|
23868
|
+
queueId?: string[] | undefined;
|
|
23869
|
+
contactId?: string | undefined;
|
|
23870
|
+
trunks?: string[] | undefined;
|
|
23871
|
+
caseId?: string | undefined;
|
|
23874
23872
|
selectedDate?: string | undefined;
|
|
23875
|
-
|
|
23873
|
+
channelIds?: string[] | undefined;
|
|
23874
|
+
agentIds?: string[] | Record<string, string> | undefined;
|
|
23875
|
+
sla?: "meet" | "unmeet" | undefined;
|
|
23876
|
+
contactLabels?: string[] | undefined;
|
|
23877
|
+
fileExtension?: "csv" | "xlsx" | undefined;
|
|
23878
|
+
}>;
|
|
23876
23879
|
responses: {
|
|
23877
23880
|
200: null;
|
|
23878
23881
|
401: import("zod").ZodObject<{
|
|
@@ -25216,17 +25219,17 @@ export declare const apiContract: {
|
|
|
25216
25219
|
automationQueueId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
25217
25220
|
selectedDate: import("zod").ZodString;
|
|
25218
25221
|
channelIds: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
|
|
25219
|
-
fileExtension: import("zod").ZodUnion<[import("zod").ZodLiteral<"csv">, import("zod").ZodLiteral<"xlsx">]
|
|
25222
|
+
fileExtension: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodUnion<[import("zod").ZodLiteral<"csv">, import("zod").ZodLiteral<"xlsx">]>>>;
|
|
25220
25223
|
}, "strip", import("zod").ZodTypeAny, {
|
|
25221
25224
|
selectedDate: string;
|
|
25222
|
-
fileExtension: "csv" | "xlsx";
|
|
25223
25225
|
automationQueueId?: string | undefined;
|
|
25224
25226
|
channelIds?: string[] | undefined;
|
|
25227
|
+
fileExtension?: "csv" | "xlsx" | undefined;
|
|
25225
25228
|
}, {
|
|
25226
25229
|
selectedDate: string;
|
|
25227
|
-
fileExtension: "csv" | "xlsx";
|
|
25228
25230
|
automationQueueId?: string | undefined;
|
|
25229
25231
|
channelIds?: string[] | undefined;
|
|
25232
|
+
fileExtension?: "csv" | "xlsx" | undefined;
|
|
25230
25233
|
}>;
|
|
25231
25234
|
responses: {
|
|
25232
25235
|
200: import("zod").ZodObject<{
|
|
@@ -25725,17 +25728,17 @@ export declare const apiContract: {
|
|
|
25725
25728
|
selectedDate: import("zod").ZodString;
|
|
25726
25729
|
automationQueueId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
25727
25730
|
channelIds: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
|
|
25728
|
-
fileExtension: import("zod").ZodUnion<[import("zod").ZodLiteral<"csv">, import("zod").ZodLiteral<"xlsx">]
|
|
25731
|
+
fileExtension: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodUnion<[import("zod").ZodLiteral<"csv">, import("zod").ZodLiteral<"xlsx">]>>>;
|
|
25729
25732
|
}, "strip", import("zod").ZodTypeAny, {
|
|
25730
25733
|
selectedDate: string;
|
|
25731
|
-
fileExtension: "csv" | "xlsx";
|
|
25732
25734
|
automationQueueId?: string | undefined;
|
|
25733
25735
|
channelIds?: string[] | undefined;
|
|
25736
|
+
fileExtension?: "csv" | "xlsx" | undefined;
|
|
25734
25737
|
}, {
|
|
25735
25738
|
selectedDate: string;
|
|
25736
|
-
fileExtension: "csv" | "xlsx";
|
|
25737
25739
|
automationQueueId?: string | undefined;
|
|
25738
25740
|
channelIds?: string[] | undefined;
|
|
25741
|
+
fileExtension?: "csv" | "xlsx" | undefined;
|
|
25739
25742
|
}>;
|
|
25740
25743
|
responses: {
|
|
25741
25744
|
200: import("zod").ZodObject<{
|
|
@@ -25834,19 +25837,19 @@ export declare const apiContract: {
|
|
|
25834
25837
|
selectedDate: import("zod").ZodString;
|
|
25835
25838
|
channelIds: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
|
|
25836
25839
|
channelCountsFilter: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodUnion<[import("zod").ZodLiteral<"channelName">, import("zod").ZodLiteral<"channelType">]>>>;
|
|
25837
|
-
fileExtension: import("zod").ZodUnion<[import("zod").ZodLiteral<"csv">, import("zod").ZodLiteral<"xlsx">]
|
|
25840
|
+
fileExtension: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodUnion<[import("zod").ZodLiteral<"csv">, import("zod").ZodLiteral<"xlsx">]>>>;
|
|
25838
25841
|
}, "strip", import("zod").ZodTypeAny, {
|
|
25839
25842
|
selectedDate: string;
|
|
25840
|
-
fileExtension: "csv" | "xlsx";
|
|
25841
25843
|
automationQueueId?: string | undefined;
|
|
25842
25844
|
channelIds?: string[] | undefined;
|
|
25843
25845
|
channelCountsFilter?: "channelType" | "channelName" | undefined;
|
|
25846
|
+
fileExtension?: "csv" | "xlsx" | undefined;
|
|
25844
25847
|
}, {
|
|
25845
25848
|
selectedDate: string;
|
|
25846
|
-
fileExtension: "csv" | "xlsx";
|
|
25847
25849
|
automationQueueId?: string | undefined;
|
|
25848
25850
|
channelIds?: string[] | undefined;
|
|
25849
25851
|
channelCountsFilter?: "channelType" | "channelName" | undefined;
|
|
25852
|
+
fileExtension?: "csv" | "xlsx" | undefined;
|
|
25850
25853
|
}>;
|
|
25851
25854
|
responses: {
|
|
25852
25855
|
200: import("zod").ZodObject<{
|
|
@@ -25936,17 +25939,17 @@ export declare const apiContract: {
|
|
|
25936
25939
|
automationQueueId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
25937
25940
|
selectedDate: import("zod").ZodString;
|
|
25938
25941
|
channelIds: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
|
|
25939
|
-
fileExtension: import("zod").ZodUnion<[import("zod").ZodLiteral<"csv">, import("zod").ZodLiteral<"xlsx">]
|
|
25942
|
+
fileExtension: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodUnion<[import("zod").ZodLiteral<"csv">, import("zod").ZodLiteral<"xlsx">]>>>;
|
|
25940
25943
|
}, "strip", import("zod").ZodTypeAny, {
|
|
25941
25944
|
selectedDate: string;
|
|
25942
|
-
fileExtension: "csv" | "xlsx";
|
|
25943
25945
|
automationQueueId?: string | undefined;
|
|
25944
25946
|
channelIds?: string[] | undefined;
|
|
25947
|
+
fileExtension?: "csv" | "xlsx" | undefined;
|
|
25945
25948
|
}, {
|
|
25946
25949
|
selectedDate: string;
|
|
25947
|
-
fileExtension: "csv" | "xlsx";
|
|
25948
25950
|
automationQueueId?: string | undefined;
|
|
25949
25951
|
channelIds?: string[] | undefined;
|
|
25952
|
+
fileExtension?: "csv" | "xlsx" | undefined;
|
|
25950
25953
|
}>;
|
|
25951
25954
|
responses: {
|
|
25952
25955
|
200: import("zod").ZodObject<{
|
|
@@ -26115,17 +26118,17 @@ export declare const apiContract: {
|
|
|
26115
26118
|
automationQueueId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
26116
26119
|
selectedDate: import("zod").ZodString;
|
|
26117
26120
|
channelIds: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
|
|
26118
|
-
fileExtension: import("zod").ZodUnion<[import("zod").ZodLiteral<"csv">, import("zod").ZodLiteral<"xlsx">]
|
|
26121
|
+
fileExtension: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodUnion<[import("zod").ZodLiteral<"csv">, import("zod").ZodLiteral<"xlsx">]>>>;
|
|
26119
26122
|
}, "strip", import("zod").ZodTypeAny, {
|
|
26120
26123
|
selectedDate: string;
|
|
26121
|
-
fileExtension: "csv" | "xlsx";
|
|
26122
26124
|
automationQueueId?: string | undefined;
|
|
26123
26125
|
channelIds?: string[] | undefined;
|
|
26126
|
+
fileExtension?: "csv" | "xlsx" | undefined;
|
|
26124
26127
|
}, {
|
|
26125
26128
|
selectedDate: string;
|
|
26126
|
-
fileExtension: "csv" | "xlsx";
|
|
26127
26129
|
automationQueueId?: string | undefined;
|
|
26128
26130
|
channelIds?: string[] | undefined;
|
|
26131
|
+
fileExtension?: "csv" | "xlsx" | undefined;
|
|
26129
26132
|
}>;
|
|
26130
26133
|
responses: {
|
|
26131
26134
|
200: import("zod").ZodObject<{
|
|
@@ -26498,17 +26501,17 @@ export declare const apiContract: {
|
|
|
26498
26501
|
automationQueueId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
26499
26502
|
selectedDate: import("zod").ZodString;
|
|
26500
26503
|
channelIds: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
|
|
26501
|
-
fileExtension: import("zod").ZodUnion<[import("zod").ZodLiteral<"csv">, import("zod").ZodLiteral<"xlsx">]
|
|
26504
|
+
fileExtension: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodUnion<[import("zod").ZodLiteral<"csv">, import("zod").ZodLiteral<"xlsx">]>>>;
|
|
26502
26505
|
}, "strip", import("zod").ZodTypeAny, {
|
|
26503
26506
|
selectedDate: string;
|
|
26504
|
-
fileExtension: "csv" | "xlsx";
|
|
26505
26507
|
automationQueueId?: string | undefined;
|
|
26506
26508
|
channelIds?: string[] | undefined;
|
|
26509
|
+
fileExtension?: "csv" | "xlsx" | undefined;
|
|
26507
26510
|
}, {
|
|
26508
26511
|
selectedDate: string;
|
|
26509
|
-
fileExtension: "csv" | "xlsx";
|
|
26510
26512
|
automationQueueId?: string | undefined;
|
|
26511
26513
|
channelIds?: string[] | undefined;
|
|
26514
|
+
fileExtension?: "csv" | "xlsx" | undefined;
|
|
26512
26515
|
}>;
|
|
26513
26516
|
responses: {
|
|
26514
26517
|
200: import("zod").ZodObject<{
|
|
@@ -26647,17 +26650,17 @@ export declare const apiContract: {
|
|
|
26647
26650
|
automationQueueId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
26648
26651
|
selectedDate: import("zod").ZodString;
|
|
26649
26652
|
keyword: import("zod").ZodOptional<import("zod").ZodString>;
|
|
26650
|
-
fileExtension: import("zod").ZodUnion<[import("zod").ZodLiteral<"csv">, import("zod").ZodLiteral<"xlsx">]
|
|
26653
|
+
fileExtension: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodUnion<[import("zod").ZodLiteral<"csv">, import("zod").ZodLiteral<"xlsx">]>>>;
|
|
26651
26654
|
}, "strip", import("zod").ZodTypeAny, {
|
|
26652
26655
|
selectedDate: string;
|
|
26653
|
-
fileExtension: "csv" | "xlsx";
|
|
26654
26656
|
automationQueueId?: string | undefined;
|
|
26655
26657
|
keyword?: string | undefined;
|
|
26658
|
+
fileExtension?: "csv" | "xlsx" | undefined;
|
|
26656
26659
|
}, {
|
|
26657
26660
|
selectedDate: string;
|
|
26658
|
-
fileExtension: "csv" | "xlsx";
|
|
26659
26661
|
automationQueueId?: string | undefined;
|
|
26660
26662
|
keyword?: string | undefined;
|
|
26663
|
+
fileExtension?: "csv" | "xlsx" | undefined;
|
|
26661
26664
|
}>;
|
|
26662
26665
|
responses: {
|
|
26663
26666
|
200: import("zod").ZodObject<{
|
|
@@ -26919,15 +26922,15 @@ export declare const apiContract: {
|
|
|
26919
26922
|
query: import("zod").ZodObject<{
|
|
26920
26923
|
userId: import("zod").ZodString;
|
|
26921
26924
|
selectedDate: import("zod").ZodString;
|
|
26922
|
-
fileExtension: import("zod").ZodUnion<[import("zod").ZodLiteral<"csv">, import("zod").ZodLiteral<"xlsx">]
|
|
26925
|
+
fileExtension: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodUnion<[import("zod").ZodLiteral<"csv">, import("zod").ZodLiteral<"xlsx">]>>>;
|
|
26923
26926
|
}, "strip", import("zod").ZodTypeAny, {
|
|
26924
26927
|
userId: string;
|
|
26925
26928
|
selectedDate: string;
|
|
26926
|
-
fileExtension
|
|
26929
|
+
fileExtension?: "csv" | "xlsx" | undefined;
|
|
26927
26930
|
}, {
|
|
26928
26931
|
userId: string;
|
|
26929
26932
|
selectedDate: string;
|
|
26930
|
-
fileExtension
|
|
26933
|
+
fileExtension?: "csv" | "xlsx" | undefined;
|
|
26931
26934
|
}>;
|
|
26932
26935
|
responses: {
|
|
26933
26936
|
200: import("zod").ZodObject<{
|
|
@@ -37528,10 +37531,13 @@ export declare const apiContract: {
|
|
|
37528
37531
|
method: "GET";
|
|
37529
37532
|
query: import("zod").ZodObject<{
|
|
37530
37533
|
selectedDate: import("zod").ZodOptional<import("zod").ZodString>;
|
|
37534
|
+
fileExtension: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodUnion<[import("zod").ZodLiteral<"csv">, import("zod").ZodLiteral<"xlsx">]>>>;
|
|
37531
37535
|
}, "strip", import("zod").ZodTypeAny, {
|
|
37532
37536
|
selectedDate?: string | undefined;
|
|
37537
|
+
fileExtension?: "csv" | "xlsx" | undefined;
|
|
37533
37538
|
}, {
|
|
37534
37539
|
selectedDate?: string | undefined;
|
|
37540
|
+
fileExtension?: "csv" | "xlsx" | undefined;
|
|
37535
37541
|
}>;
|
|
37536
37542
|
responses: {
|
|
37537
37543
|
200: null;
|
|
@@ -52648,14 +52654,13 @@ export declare const contactContract: {
|
|
|
52648
52654
|
getExportContacts: {
|
|
52649
52655
|
method: "GET";
|
|
52650
52656
|
query: import("zod").ZodObject<{
|
|
52651
|
-
page: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodNumber>>;
|
|
52652
|
-
pageSize: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodNumber>>;
|
|
52653
|
-
keyword: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodString>>;
|
|
52654
|
-
company: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
|
|
52655
52657
|
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
52656
|
-
address: import("zod").ZodOptional<import("zod").ZodString>;
|
|
52657
52658
|
channel: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
|
|
52658
|
-
|
|
52659
|
+
address: import("zod").ZodOptional<import("zod").ZodString>;
|
|
52660
|
+
page: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodNumber>>;
|
|
52661
|
+
email: import("zod").ZodOptional<import("zod").ZodString>;
|
|
52662
|
+
pageSize: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodNumber>>;
|
|
52663
|
+
phone: import("zod").ZodOptional<import("zod").ZodString>;
|
|
52659
52664
|
customFields: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
|
|
52660
52665
|
attributeId: import("zod").ZodString;
|
|
52661
52666
|
type: import("zod").ZodString;
|
|
@@ -52669,46 +52674,50 @@ export declare const contactContract: {
|
|
|
52669
52674
|
value: (string | string[]) & (string | string[] | undefined);
|
|
52670
52675
|
attributeId: string;
|
|
52671
52676
|
}>, "many">>;
|
|
52672
|
-
|
|
52673
|
-
phone: import("zod").ZodOptional<import("zod").ZodString>;
|
|
52674
|
-
email: import("zod").ZodOptional<import("zod").ZodString>;
|
|
52677
|
+
company: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
|
|
52675
52678
|
notes: import("zod").ZodOptional<import("zod").ZodString>;
|
|
52679
|
+
tags: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
|
|
52680
|
+
keyword: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodString>>;
|
|
52681
|
+
selectedDate: import("zod").ZodOptional<import("zod").ZodString>;
|
|
52682
|
+
fileExtension: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodUnion<[import("zod").ZodLiteral<"csv">, import("zod").ZodLiteral<"xlsx">]>>>;
|
|
52676
52683
|
}, "strip", import("zod").ZodTypeAny, {
|
|
52677
|
-
page?: number | undefined;
|
|
52678
|
-
pageSize?: number | undefined;
|
|
52679
|
-
keyword?: string | undefined;
|
|
52680
|
-
company?: string[] | undefined;
|
|
52681
52684
|
name?: string | undefined;
|
|
52682
|
-
address?: string | undefined;
|
|
52683
52685
|
channel?: string[] | undefined;
|
|
52684
|
-
|
|
52686
|
+
address?: string | undefined;
|
|
52687
|
+
page?: number | undefined;
|
|
52688
|
+
email?: string | undefined;
|
|
52689
|
+
pageSize?: number | undefined;
|
|
52690
|
+
phone?: string | undefined;
|
|
52685
52691
|
customFields?: {
|
|
52686
52692
|
type: string;
|
|
52687
52693
|
value: (string | string[]) & (string | string[] | undefined);
|
|
52688
52694
|
attributeId: string;
|
|
52689
52695
|
}[] | undefined;
|
|
52690
|
-
|
|
52691
|
-
phone?: string | undefined;
|
|
52692
|
-
email?: string | undefined;
|
|
52696
|
+
company?: string[] | undefined;
|
|
52693
52697
|
notes?: string | undefined;
|
|
52694
|
-
|
|
52695
|
-
page?: number | undefined;
|
|
52696
|
-
pageSize?: number | undefined;
|
|
52698
|
+
tags?: string[] | undefined;
|
|
52697
52699
|
keyword?: string | undefined;
|
|
52698
|
-
|
|
52700
|
+
selectedDate?: string | undefined;
|
|
52701
|
+
fileExtension?: "csv" | "xlsx" | undefined;
|
|
52702
|
+
}, {
|
|
52699
52703
|
name?: string | undefined;
|
|
52700
|
-
address?: string | undefined;
|
|
52701
52704
|
channel?: string[] | undefined;
|
|
52702
|
-
|
|
52705
|
+
address?: string | undefined;
|
|
52706
|
+
page?: number | undefined;
|
|
52707
|
+
email?: string | undefined;
|
|
52708
|
+
pageSize?: number | undefined;
|
|
52709
|
+
phone?: string | undefined;
|
|
52703
52710
|
customFields?: {
|
|
52704
52711
|
type: string;
|
|
52705
52712
|
value: (string | string[]) & (string | string[] | undefined);
|
|
52706
52713
|
attributeId: string;
|
|
52707
52714
|
}[] | undefined;
|
|
52708
|
-
|
|
52709
|
-
phone?: string | undefined;
|
|
52710
|
-
email?: string | undefined;
|
|
52715
|
+
company?: string[] | undefined;
|
|
52711
52716
|
notes?: string | undefined;
|
|
52717
|
+
tags?: string[] | undefined;
|
|
52718
|
+
keyword?: string | undefined;
|
|
52719
|
+
selectedDate?: string | undefined;
|
|
52720
|
+
fileExtension?: "csv" | "xlsx" | undefined;
|
|
52712
52721
|
}>;
|
|
52713
52722
|
responses: {
|
|
52714
52723
|
200: null;
|
|
@@ -71921,20 +71930,13 @@ export declare const ticketContract: {
|
|
|
71921
71930
|
summary: "Export tickets";
|
|
71922
71931
|
method: "GET";
|
|
71923
71932
|
query: import("zod").ZodObject<{
|
|
71924
|
-
|
|
71925
|
-
|
|
71926
|
-
|
|
71933
|
+
type: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
|
|
71934
|
+
channel: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
|
|
71935
|
+
priority: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
|
|
71927
71936
|
title: import("zod").ZodOptional<import("zod").ZodString>;
|
|
71928
71937
|
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
71929
71938
|
status: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
|
|
71930
|
-
priority: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
|
|
71931
|
-
assignee: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
|
|
71932
|
-
channel: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
|
|
71933
|
-
type: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
|
|
71934
|
-
ticketType: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
|
|
71935
71939
|
contact: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
|
|
71936
|
-
tags: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
|
|
71937
|
-
categories: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
|
|
71938
71940
|
customFields: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
|
|
71939
71941
|
attributeId: import("zod").ZodString;
|
|
71940
71942
|
type: import("zod").ZodString;
|
|
@@ -71948,46 +71950,56 @@ export declare const ticketContract: {
|
|
|
71948
71950
|
value: (string | string[]) & (string | string[] | undefined);
|
|
71949
71951
|
attributeId: string;
|
|
71950
71952
|
}>, "many">>;
|
|
71953
|
+
tags: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
|
|
71954
|
+
categories: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
|
|
71955
|
+
assignee: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
|
|
71956
|
+
agent: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
|
|
71957
|
+
keyword: import("zod").ZodOptional<import("zod").ZodString>;
|
|
71958
|
+
selectedDate: import("zod").ZodOptional<import("zod").ZodString>;
|
|
71959
|
+
ticketType: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
|
|
71960
|
+
fileExtension: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodUnion<[import("zod").ZodLiteral<"csv">, import("zod").ZodLiteral<"xlsx">]>>>;
|
|
71951
71961
|
}, "strip", import("zod").ZodTypeAny, {
|
|
71952
|
-
|
|
71953
|
-
|
|
71954
|
-
|
|
71962
|
+
type?: string[] | undefined;
|
|
71963
|
+
channel?: string[] | undefined;
|
|
71964
|
+
priority?: string[] | undefined;
|
|
71955
71965
|
title?: string | undefined;
|
|
71956
71966
|
description?: string | undefined;
|
|
71957
71967
|
status?: string[] | undefined;
|
|
71958
|
-
priority?: string[] | undefined;
|
|
71959
|
-
assignee?: string[] | undefined;
|
|
71960
|
-
channel?: string[] | undefined;
|
|
71961
|
-
type?: string[] | undefined;
|
|
71962
|
-
ticketType?: string[] | undefined;
|
|
71963
71968
|
contact?: string[] | undefined;
|
|
71964
|
-
tags?: string[] | undefined;
|
|
71965
|
-
categories?: string[] | undefined;
|
|
71966
71969
|
customFields?: {
|
|
71967
71970
|
type: string;
|
|
71968
71971
|
value: (string | string[]) & (string | string[] | undefined);
|
|
71969
71972
|
attributeId: string;
|
|
71970
71973
|
}[] | undefined;
|
|
71971
|
-
|
|
71974
|
+
tags?: string[] | undefined;
|
|
71975
|
+
categories?: string[] | undefined;
|
|
71976
|
+
assignee?: string[] | undefined;
|
|
71972
71977
|
agent?: string[] | undefined;
|
|
71973
|
-
selectedDate?: string | undefined;
|
|
71974
71978
|
keyword?: string | undefined;
|
|
71979
|
+
selectedDate?: string | undefined;
|
|
71980
|
+
ticketType?: string[] | undefined;
|
|
71981
|
+
fileExtension?: "csv" | "xlsx" | undefined;
|
|
71982
|
+
}, {
|
|
71983
|
+
type?: string[] | undefined;
|
|
71984
|
+
channel?: string[] | undefined;
|
|
71985
|
+
priority?: string[] | undefined;
|
|
71975
71986
|
title?: string | undefined;
|
|
71976
71987
|
description?: string | undefined;
|
|
71977
71988
|
status?: string[] | undefined;
|
|
71978
|
-
priority?: string[] | undefined;
|
|
71979
|
-
assignee?: string[] | undefined;
|
|
71980
|
-
channel?: string[] | undefined;
|
|
71981
|
-
type?: string[] | undefined;
|
|
71982
|
-
ticketType?: string[] | undefined;
|
|
71983
71989
|
contact?: string[] | undefined;
|
|
71984
|
-
tags?: string[] | undefined;
|
|
71985
|
-
categories?: string[] | undefined;
|
|
71986
71990
|
customFields?: {
|
|
71987
71991
|
type: string;
|
|
71988
71992
|
value: (string | string[]) & (string | string[] | undefined);
|
|
71989
71993
|
attributeId: string;
|
|
71990
71994
|
}[] | undefined;
|
|
71995
|
+
tags?: string[] | undefined;
|
|
71996
|
+
categories?: string[] | undefined;
|
|
71997
|
+
assignee?: string[] | undefined;
|
|
71998
|
+
agent?: string[] | undefined;
|
|
71999
|
+
keyword?: string | undefined;
|
|
72000
|
+
selectedDate?: string | undefined;
|
|
72001
|
+
ticketType?: string[] | undefined;
|
|
72002
|
+
fileExtension?: "csv" | "xlsx" | undefined;
|
|
71991
72003
|
}>;
|
|
71992
72004
|
responses: {
|
|
71993
72005
|
200: null;
|
|
@@ -280709,7 +280721,10 @@ export declare const telephonyContract: {
|
|
|
280709
280721
|
method: "GET";
|
|
280710
280722
|
query: import("zod").ZodObject<{
|
|
280711
280723
|
type: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
|
|
280724
|
+
module: import("zod").ZodDefault<import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"cdrs">, import("zod").ZodLiteral<"call-logs">]>>>;
|
|
280725
|
+
page: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
280712
280726
|
status: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
|
|
280727
|
+
pageSize: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
280713
280728
|
userId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
280714
280729
|
callFrom: import("zod").ZodOptional<import("zod").ZodString>;
|
|
280715
280730
|
callTo: import("zod").ZodOptional<import("zod").ZodString>;
|
|
@@ -280719,13 +280734,13 @@ export declare const telephonyContract: {
|
|
|
280719
280734
|
trunk: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
|
|
280720
280735
|
queueStatus: import("zod").ZodOptional<import("zod").ZodString>;
|
|
280721
280736
|
agentCallsOnly: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
280722
|
-
|
|
280723
|
-
pageSize: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
280724
|
-
module: import("zod").ZodDefault<import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"cdrs">, import("zod").ZodLiteral<"call-logs">]>>>;
|
|
280737
|
+
fileExtension: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodUnion<[import("zod").ZodLiteral<"csv">, import("zod").ZodLiteral<"xlsx">]>>>;
|
|
280725
280738
|
}, "strip", import("zod").ZodTypeAny, {
|
|
280726
280739
|
module: "cdrs" | "call-logs";
|
|
280727
280740
|
type?: string[] | undefined;
|
|
280741
|
+
page?: number | undefined;
|
|
280728
280742
|
status?: string[] | undefined;
|
|
280743
|
+
pageSize?: number | undefined;
|
|
280729
280744
|
userId?: string | undefined;
|
|
280730
280745
|
callFrom?: string | undefined;
|
|
280731
280746
|
callTo?: string | undefined;
|
|
@@ -280735,11 +280750,13 @@ export declare const telephonyContract: {
|
|
|
280735
280750
|
trunk?: string[] | undefined;
|
|
280736
280751
|
queueStatus?: string | undefined;
|
|
280737
280752
|
agentCallsOnly?: boolean | undefined;
|
|
280738
|
-
|
|
280739
|
-
pageSize?: number | undefined;
|
|
280753
|
+
fileExtension?: "csv" | "xlsx" | undefined;
|
|
280740
280754
|
}, {
|
|
280741
280755
|
type?: string[] | undefined;
|
|
280756
|
+
module?: "cdrs" | "call-logs" | undefined;
|
|
280757
|
+
page?: number | undefined;
|
|
280742
280758
|
status?: string[] | undefined;
|
|
280759
|
+
pageSize?: number | undefined;
|
|
280743
280760
|
userId?: string | undefined;
|
|
280744
280761
|
callFrom?: string | undefined;
|
|
280745
280762
|
callTo?: string | undefined;
|
|
@@ -280749,9 +280766,7 @@ export declare const telephonyContract: {
|
|
|
280749
280766
|
trunk?: string[] | undefined;
|
|
280750
280767
|
queueStatus?: string | undefined;
|
|
280751
280768
|
agentCallsOnly?: boolean | undefined;
|
|
280752
|
-
|
|
280753
|
-
pageSize?: number | undefined;
|
|
280754
|
-
module?: "cdrs" | "call-logs" | undefined;
|
|
280769
|
+
fileExtension?: "csv" | "xlsx" | undefined;
|
|
280755
280770
|
}>;
|
|
280756
280771
|
responses: {
|
|
280757
280772
|
200: null;
|