@kl1/contracts 1.2.84-uat → 1.2.85-uat
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 +54 -8
- package/dist/api-contracts/src/contract.d.ts.map +1 -1
- package/dist/api-contracts/src/dashboard/index.d.ts +56 -9
- package/dist/api-contracts/src/dashboard/index.d.ts.map +1 -1
- package/dist/api-contracts/src/dashboard/validation.d.ts +13 -0
- package/dist/api-contracts/src/dashboard/validation.d.ts.map +1 -1
- package/dist/index.js +24 -3
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +24 -3
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -25914,20 +25914,17 @@ export declare const apiContract: {
|
|
|
25914
25914
|
summary: "Get message platform data";
|
|
25915
25915
|
method: "GET";
|
|
25916
25916
|
query: import("zod").ZodObject<{
|
|
25917
|
-
selectedDate: import("zod").ZodString;
|
|
25918
25917
|
automationQueueId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
25918
|
+
selectedDate: import("zod").ZodString;
|
|
25919
25919
|
channelIds: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
|
|
25920
|
-
agentIds: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
|
|
25921
25920
|
}, "strip", import("zod").ZodTypeAny, {
|
|
25922
25921
|
selectedDate: string;
|
|
25923
25922
|
automationQueueId?: string | undefined;
|
|
25924
25923
|
channelIds?: string[] | undefined;
|
|
25925
|
-
agentIds?: string[] | undefined;
|
|
25926
25924
|
}, {
|
|
25927
25925
|
selectedDate: string;
|
|
25928
25926
|
automationQueueId?: string | undefined;
|
|
25929
25927
|
channelIds?: string[] | undefined;
|
|
25930
|
-
agentIds?: string[] | undefined;
|
|
25931
25928
|
}>;
|
|
25932
25929
|
responses: {
|
|
25933
25930
|
200: import("zod").ZodObject<{
|
|
@@ -25984,6 +25981,32 @@ export declare const apiContract: {
|
|
|
25984
25981
|
'x-client-timezone'?: string | undefined;
|
|
25985
25982
|
}>>>;
|
|
25986
25983
|
};
|
|
25984
|
+
exportRoomChannelCounts: {
|
|
25985
|
+
method: "GET";
|
|
25986
|
+
query: import("zod").ZodObject<{
|
|
25987
|
+
automationQueueId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
25988
|
+
selectedDate: import("zod").ZodString;
|
|
25989
|
+
channelIds: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
|
|
25990
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
25991
|
+
selectedDate: string;
|
|
25992
|
+
automationQueueId?: string | undefined;
|
|
25993
|
+
channelIds?: string[] | undefined;
|
|
25994
|
+
}, {
|
|
25995
|
+
selectedDate: string;
|
|
25996
|
+
automationQueueId?: string | undefined;
|
|
25997
|
+
channelIds?: string[] | undefined;
|
|
25998
|
+
}>;
|
|
25999
|
+
responses: {
|
|
26000
|
+
200: import("zod").ZodObject<{
|
|
26001
|
+
requestId: import("zod").ZodString;
|
|
26002
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
26003
|
+
requestId: string;
|
|
26004
|
+
}, {
|
|
26005
|
+
requestId: string;
|
|
26006
|
+
}>;
|
|
26007
|
+
};
|
|
26008
|
+
path: "ms/dashboard/export-room-channel-counts";
|
|
26009
|
+
};
|
|
25987
26010
|
getMessageRoomStatusDispositionData: {
|
|
25988
26011
|
summary: "Get message room status disposition data";
|
|
25989
26012
|
method: "GET";
|
|
@@ -26138,20 +26161,17 @@ export declare const apiContract: {
|
|
|
26138
26161
|
summary: "Get total incoming message data";
|
|
26139
26162
|
method: "GET";
|
|
26140
26163
|
query: import("zod").ZodObject<{
|
|
26141
|
-
selectedDate: import("zod").ZodString;
|
|
26142
26164
|
automationQueueId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
26165
|
+
selectedDate: import("zod").ZodString;
|
|
26143
26166
|
channelIds: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
|
|
26144
|
-
agentIds: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
|
|
26145
26167
|
}, "strip", import("zod").ZodTypeAny, {
|
|
26146
26168
|
selectedDate: string;
|
|
26147
26169
|
automationQueueId?: string | undefined;
|
|
26148
26170
|
channelIds?: string[] | undefined;
|
|
26149
|
-
agentIds?: string[] | undefined;
|
|
26150
26171
|
}, {
|
|
26151
26172
|
selectedDate: string;
|
|
26152
26173
|
automationQueueId?: string | undefined;
|
|
26153
26174
|
channelIds?: string[] | undefined;
|
|
26154
|
-
agentIds?: string[] | undefined;
|
|
26155
26175
|
}>;
|
|
26156
26176
|
responses: {
|
|
26157
26177
|
200: import("zod").ZodObject<{
|
|
@@ -26208,6 +26228,32 @@ export declare const apiContract: {
|
|
|
26208
26228
|
'x-client-timezone'?: string | undefined;
|
|
26209
26229
|
}>>>;
|
|
26210
26230
|
};
|
|
26231
|
+
exportIncomingMessageCounts: {
|
|
26232
|
+
method: "GET";
|
|
26233
|
+
query: import("zod").ZodObject<{
|
|
26234
|
+
automationQueueId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
26235
|
+
selectedDate: import("zod").ZodString;
|
|
26236
|
+
channelIds: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
|
|
26237
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
26238
|
+
selectedDate: string;
|
|
26239
|
+
automationQueueId?: string | undefined;
|
|
26240
|
+
channelIds?: string[] | undefined;
|
|
26241
|
+
}, {
|
|
26242
|
+
selectedDate: string;
|
|
26243
|
+
automationQueueId?: string | undefined;
|
|
26244
|
+
channelIds?: string[] | undefined;
|
|
26245
|
+
}>;
|
|
26246
|
+
responses: {
|
|
26247
|
+
200: import("zod").ZodObject<{
|
|
26248
|
+
requestId: import("zod").ZodString;
|
|
26249
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
26250
|
+
requestId: string;
|
|
26251
|
+
}, {
|
|
26252
|
+
requestId: string;
|
|
26253
|
+
}>;
|
|
26254
|
+
};
|
|
26255
|
+
path: "ms/dashboard/export-incoming-message-counts";
|
|
26256
|
+
};
|
|
26211
26257
|
getCallCounts: {
|
|
26212
26258
|
method: "GET";
|
|
26213
26259
|
query: import("zod").ZodObject<{
|