@kl1/contracts 1.1.74-uat → 1.1.75-uat
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 +91 -0
- package/dist/api-contracts/src/contract.d.ts.map +1 -1
- package/dist/api-contracts/src/dashboard/index.d.ts +18 -0
- package/dist/api-contracts/src/dashboard/index.d.ts.map +1 -1
- package/dist/api-contracts/src/dashboard/validation.d.ts +9 -0
- package/dist/api-contracts/src/dashboard/validation.d.ts.map +1 -1
- package/dist/api-contracts/src/hold-label/index.d.ts +75 -2
- package/dist/api-contracts/src/hold-label/index.d.ts.map +1 -1
- package/dist/api-contracts/src/hold-label/validation.d.ts +1 -1
- package/dist/index.js +393 -371
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +393 -371
- package/dist/index.mjs.map +1 -1
- package/dist/src/channel/index.d.ts +652 -620
- package/dist/src/channel/index.d.ts.map +1 -1
- package/dist/src/chat/index.d.ts +551 -4289
- package/dist/src/chat/index.d.ts.map +1 -1
- package/dist/src/chat/schema.d.ts +218 -200
- package/dist/src/chat/schema.d.ts.map +1 -1
- package/dist/src/chat/validation.d.ts +134 -160
- package/dist/src/chat/validation.d.ts.map +1 -1
- package/dist/src/comment/index.d.ts +68 -68
- package/dist/src/comment/schema.d.ts +20 -20
- package/dist/src/contact/index.d.ts +79 -79
- package/dist/src/contact/schema.d.ts +12 -12
- package/dist/src/contact/validation.d.ts +49 -49
- package/dist/src/contract.d.ts +5733 -23901
- package/dist/src/contract.d.ts.map +1 -1
- package/dist/src/cx-log/index.d.ts +48 -93
- package/dist/src/cx-log/index.d.ts.map +1 -1
- package/dist/src/cx-log/schema.d.ts +40 -40
- package/dist/src/dashboard/index.d.ts +231 -233
- package/dist/src/dashboard/index.d.ts.map +1 -1
- package/dist/src/dashboard/schema.d.ts +260 -217
- package/dist/src/dashboard/schema.d.ts.map +1 -1
- package/dist/src/dashboard/validation.d.ts +0 -26
- package/dist/src/dashboard/validation.d.ts.map +1 -1
- package/dist/src/facebook-feed/index.d.ts +122 -122
- package/dist/src/facebook-feed/schema.d.ts +14 -14
- package/dist/src/facebook-feed/validation.d.ts +11 -11
- package/dist/src/index.d.ts +0 -1
- package/dist/src/index.d.ts.map +1 -1
- package/dist/src/instagram/index.d.ts +101 -101
- package/dist/src/line/index.d.ts +106 -106
- package/dist/src/line/validation.d.ts +5 -5
- package/dist/src/mail/account-contract.d.ts +8 -8
- package/dist/src/mail/mail-contract.d.ts +5993 -28466
- package/dist/src/mail/mail-contract.d.ts.map +1 -1
- package/dist/src/mail/mail-server-contract.d.ts +5 -5
- package/dist/src/mail/message-contract.d.ts +63 -6423
- package/dist/src/mail/message-contract.d.ts.map +1 -1
- package/dist/src/mail/room-contract.d.ts +1583 -17698
- package/dist/src/mail/room-contract.d.ts.map +1 -1
- package/dist/src/mail/schemas/message-validation.schema.d.ts +4 -7
- package/dist/src/mail/schemas/message-validation.schema.d.ts.map +1 -1
- package/dist/src/mail/schemas/message.schema.d.ts +40 -762
- package/dist/src/mail/schemas/message.schema.d.ts.map +1 -1
- package/dist/src/mail/schemas/room-validation.schema.d.ts +376 -5668
- package/dist/src/mail/schemas/room-validation.schema.d.ts.map +1 -1
- package/dist/src/mail/schemas/room.schema.d.ts +486 -5817
- package/dist/src/mail/schemas/room.schema.d.ts.map +1 -1
- package/dist/src/messenger/index.d.ts +101 -101
- package/dist/src/messenger/validation.d.ts +11 -11
- package/dist/src/public-api/index.d.ts +59 -59
- package/dist/src/public-api/schema.d.ts +12 -12
- package/dist/src/public-api/validation.d.ts +19 -19
- package/dist/src/role/index.d.ts +0 -125
- package/dist/src/role/index.d.ts.map +1 -1
- package/dist/src/snippet/index.d.ts +105 -105
- package/dist/src/snippet/schema.d.ts +40 -40
- package/dist/src/telephony-cdr/index.d.ts +54 -54
- package/dist/src/telephony-cdr/index.d.ts.map +1 -1
- package/dist/src/telephony-cdr/schema.d.ts +14 -14
- package/dist/src/ticket/index.d.ts +111 -111
- package/dist/src/ticket/schema.d.ts +21 -21
- package/dist/src/upload/schema.d.ts +3 -3
- package/dist/src/viber/index.d.ts +101 -101
- package/dist/src/webchat/index.d.ts +101 -101
- package/dist/src/workflow-rule/index.d.ts +26 -26
- package/package.json +1 -1
@@ -1,6 +1,6 @@
|
|
1
|
-
import { GetDashboardInOutQueryParamsSchema, GetDashboardQueryDetailParamsSchema, GetDashboardQueryParamsSchema
|
1
|
+
import { GetDashboardInOutQueryParamsSchema, GetDashboardQueryDetailParamsSchema, GetDashboardQueryParamsSchema } from './validation';
|
2
2
|
import z from 'zod';
|
3
|
-
import { DashboardDataSchema, ExpiredTicketSchema, TicketCountByStatusSchema, MessageCountsByChannelObjSchema, queueCallDashboardDataSchema, queueLiveCallCountListSchema, TagCountObjSchema, CallEndResultSchema, ConversationCountStatusSchema, MessageStatusSchema, MessageAverageSchema,
|
3
|
+
import { DashboardDataSchema, ExpiredTicketSchema, TicketCountByStatusSchema, MessageCountsByChannelObjSchema, queueCallDashboardDataSchema, queueLiveCallCountListSchema, TagCountObjSchema, CallEndResultSchema, ConversationCountStatusSchema, MessageStatusSchema, MessageAverageSchema, MessagePlatformDataSchema, MessageDispositionSchema, MessageIncomingDataSchema, MessageTotalIncomingDataSchema, TelephonyQueueCallCountListSchema, TotalTelephonyQueueCallCountListSchema, TelephonyQueueCallCountListByQueueNumberSchema, TotalQueueLiveCallStatusSchema, QueueLiveCallListByQueueSchema, DashboardDataWithCallSchema, ReceivedTicketCountDataSchema, ResolvedTicketCountDataSchema, TagCountSchema } from './schema';
|
4
4
|
export type DashBoardData = z.infer<typeof DashboardDataSchema>;
|
5
5
|
export type DashboardWithCallData = z.infer<typeof DashboardDataWithCallSchema>;
|
6
6
|
export type QueueCallDashboardDataType = z.infer<typeof queueCallDashboardDataSchema>;
|
@@ -21,16 +21,13 @@ export type CallEndResultType = z.infer<typeof CallEndResultSchema>;
|
|
21
21
|
export type ConversationCountStatus = z.infer<typeof ConversationCountStatusSchema>;
|
22
22
|
export type MessageStatusType = z.infer<typeof MessageStatusSchema>;
|
23
23
|
export type MessageAverage = z.infer<typeof MessageAverageSchema>;
|
24
|
-
export type
|
25
|
-
export type ChannelIncomingMessageData = ChannelIncomingMessage[];
|
24
|
+
export type MessagePlatformData = z.infer<typeof MessagePlatformDataSchema>;
|
26
25
|
export type MessageDisposition = z.infer<typeof MessageDispositionSchema>;
|
27
26
|
export type MessageIncomingData = z.infer<typeof MessageIncomingDataSchema>;
|
28
27
|
export type MessageTotalIncomingDataType = z.infer<typeof MessageTotalIncomingDataSchema>;
|
29
28
|
export type GetDashboardRequest = z.infer<typeof GetDashboardQueryParamsSchema>;
|
30
29
|
export type GetDashboardInOutQuery = z.infer<typeof GetDashboardInOutQueryParamsSchema>;
|
31
30
|
export type GetDashboardDetailRequest = z.infer<typeof GetDashboardQueryDetailParamsSchema>;
|
32
|
-
export type MessageChannelQuery = z.infer<typeof GetMessageChannelQueryParamsSchema>;
|
33
|
-
export type DashboardQueryparamsType = z.infer<typeof DashboardQueryparamsSchema>;
|
34
31
|
export declare const dashboardContract: {
|
35
32
|
getDashboardData: {
|
36
33
|
summary: "Get all dashboard";
|
@@ -253,163 +250,163 @@ export declare const dashboardContract: {
|
|
253
250
|
requestId: z.ZodString;
|
254
251
|
queuecallDashboard: z.ZodObject<{
|
255
252
|
totalTelephonyQueueCallCountList: z.ZodObject<{
|
256
|
-
totalQueueCall: z.
|
257
|
-
totalMissedQueueCall: z.
|
258
|
-
totalAnsweredQueueCall: z.
|
259
|
-
totalAbandonedQueueCall: z.
|
260
|
-
totalAverageRingDuration: z.
|
261
|
-
totalAverageTalkDuration: z.
|
262
|
-
totalAverageCallDuration: z.
|
263
|
-
totalSla: z.
|
253
|
+
totalQueueCall: z.ZodString;
|
254
|
+
totalMissedQueueCall: z.ZodString;
|
255
|
+
totalAnsweredQueueCall: z.ZodString;
|
256
|
+
totalAbandonedQueueCall: z.ZodString;
|
257
|
+
totalAverageRingDuration: z.ZodString;
|
258
|
+
totalAverageTalkDuration: z.ZodString;
|
259
|
+
totalAverageCallDuration: z.ZodString;
|
260
|
+
totalSla: z.ZodString;
|
264
261
|
totalMissedCallPercent: z.ZodString;
|
265
|
-
totalMaximumRingDuration: z.
|
262
|
+
totalMaximumRingDuration: z.ZodString;
|
266
263
|
}, "strip", z.ZodTypeAny, {
|
267
|
-
totalQueueCall:
|
268
|
-
totalMissedQueueCall:
|
269
|
-
totalAnsweredQueueCall:
|
270
|
-
totalAbandonedQueueCall:
|
271
|
-
totalAverageRingDuration:
|
272
|
-
totalAverageTalkDuration:
|
273
|
-
totalAverageCallDuration:
|
274
|
-
totalSla:
|
264
|
+
totalQueueCall: string;
|
265
|
+
totalMissedQueueCall: string;
|
266
|
+
totalAnsweredQueueCall: string;
|
267
|
+
totalAbandonedQueueCall: string;
|
268
|
+
totalAverageRingDuration: string;
|
269
|
+
totalAverageTalkDuration: string;
|
270
|
+
totalAverageCallDuration: string;
|
271
|
+
totalSla: string;
|
275
272
|
totalMissedCallPercent: string;
|
276
|
-
totalMaximumRingDuration:
|
273
|
+
totalMaximumRingDuration: string;
|
277
274
|
}, {
|
278
|
-
totalQueueCall:
|
279
|
-
totalMissedQueueCall:
|
280
|
-
totalAnsweredQueueCall:
|
281
|
-
totalAbandonedQueueCall:
|
282
|
-
totalAverageRingDuration:
|
283
|
-
totalAverageTalkDuration:
|
284
|
-
totalAverageCallDuration:
|
285
|
-
totalSla:
|
275
|
+
totalQueueCall: string;
|
276
|
+
totalMissedQueueCall: string;
|
277
|
+
totalAnsweredQueueCall: string;
|
278
|
+
totalAbandonedQueueCall: string;
|
279
|
+
totalAverageRingDuration: string;
|
280
|
+
totalAverageTalkDuration: string;
|
281
|
+
totalAverageCallDuration: string;
|
282
|
+
totalSla: string;
|
286
283
|
totalMissedCallPercent: string;
|
287
|
-
totalMaximumRingDuration:
|
284
|
+
totalMaximumRingDuration: string;
|
288
285
|
}>;
|
289
286
|
telephonyQueueCallCountListByQueueNumber: z.ZodArray<z.ZodObject<{
|
290
287
|
queueNumber: z.ZodString;
|
291
288
|
queueName: z.ZodString;
|
292
289
|
yeastarQueueCallCountList: z.ZodObject<{
|
293
|
-
totalQueueCall: z.
|
294
|
-
totalMissedQueueCall: z.
|
295
|
-
totalAnsweredQueueCall: z.
|
296
|
-
totalAbandonedQueueCall: z.
|
297
|
-
totalAverageTalkDuration: z.
|
298
|
-
totalAverageCallDuration: z.
|
299
|
-
totalAverageRingDuration: z.
|
300
|
-
totalSla: z.
|
290
|
+
totalQueueCall: z.ZodString;
|
291
|
+
totalMissedQueueCall: z.ZodString;
|
292
|
+
totalAnsweredQueueCall: z.ZodString;
|
293
|
+
totalAbandonedQueueCall: z.ZodString;
|
294
|
+
totalAverageTalkDuration: z.ZodString;
|
295
|
+
totalAverageCallDuration: z.ZodString;
|
296
|
+
totalAverageRingDuration: z.ZodString;
|
297
|
+
totalSla: z.ZodString;
|
301
298
|
totalMissedCallPercent: z.ZodString;
|
302
|
-
totalMaximumRingDuration: z.
|
299
|
+
totalMaximumRingDuration: z.ZodString;
|
303
300
|
}, "strip", z.ZodTypeAny, {
|
304
|
-
totalQueueCall:
|
305
|
-
totalMissedQueueCall:
|
306
|
-
totalAnsweredQueueCall:
|
307
|
-
totalAbandonedQueueCall:
|
308
|
-
totalAverageRingDuration:
|
309
|
-
totalAverageTalkDuration:
|
310
|
-
totalAverageCallDuration:
|
311
|
-
totalSla:
|
301
|
+
totalQueueCall: string;
|
302
|
+
totalMissedQueueCall: string;
|
303
|
+
totalAnsweredQueueCall: string;
|
304
|
+
totalAbandonedQueueCall: string;
|
305
|
+
totalAverageRingDuration: string;
|
306
|
+
totalAverageTalkDuration: string;
|
307
|
+
totalAverageCallDuration: string;
|
308
|
+
totalSla: string;
|
312
309
|
totalMissedCallPercent: string;
|
313
|
-
totalMaximumRingDuration:
|
310
|
+
totalMaximumRingDuration: string;
|
314
311
|
}, {
|
315
|
-
totalQueueCall:
|
316
|
-
totalMissedQueueCall:
|
317
|
-
totalAnsweredQueueCall:
|
318
|
-
totalAbandonedQueueCall:
|
319
|
-
totalAverageRingDuration:
|
320
|
-
totalAverageTalkDuration:
|
321
|
-
totalAverageCallDuration:
|
322
|
-
totalSla:
|
312
|
+
totalQueueCall: string;
|
313
|
+
totalMissedQueueCall: string;
|
314
|
+
totalAnsweredQueueCall: string;
|
315
|
+
totalAbandonedQueueCall: string;
|
316
|
+
totalAverageRingDuration: string;
|
317
|
+
totalAverageTalkDuration: string;
|
318
|
+
totalAverageCallDuration: string;
|
319
|
+
totalSla: string;
|
323
320
|
totalMissedCallPercent: string;
|
324
|
-
totalMaximumRingDuration:
|
321
|
+
totalMaximumRingDuration: string;
|
325
322
|
}>;
|
326
323
|
}, "strip", z.ZodTypeAny, {
|
327
324
|
queueName: string;
|
328
325
|
queueNumber: string;
|
329
326
|
yeastarQueueCallCountList: {
|
330
|
-
totalQueueCall:
|
331
|
-
totalMissedQueueCall:
|
332
|
-
totalAnsweredQueueCall:
|
333
|
-
totalAbandonedQueueCall:
|
334
|
-
totalAverageRingDuration:
|
335
|
-
totalAverageTalkDuration:
|
336
|
-
totalAverageCallDuration:
|
337
|
-
totalSla:
|
327
|
+
totalQueueCall: string;
|
328
|
+
totalMissedQueueCall: string;
|
329
|
+
totalAnsweredQueueCall: string;
|
330
|
+
totalAbandonedQueueCall: string;
|
331
|
+
totalAverageRingDuration: string;
|
332
|
+
totalAverageTalkDuration: string;
|
333
|
+
totalAverageCallDuration: string;
|
334
|
+
totalSla: string;
|
338
335
|
totalMissedCallPercent: string;
|
339
|
-
totalMaximumRingDuration:
|
336
|
+
totalMaximumRingDuration: string;
|
340
337
|
};
|
341
338
|
}, {
|
342
339
|
queueName: string;
|
343
340
|
queueNumber: string;
|
344
341
|
yeastarQueueCallCountList: {
|
345
|
-
totalQueueCall:
|
346
|
-
totalMissedQueueCall:
|
347
|
-
totalAnsweredQueueCall:
|
348
|
-
totalAbandonedQueueCall:
|
349
|
-
totalAverageRingDuration:
|
350
|
-
totalAverageTalkDuration:
|
351
|
-
totalAverageCallDuration:
|
352
|
-
totalSla:
|
342
|
+
totalQueueCall: string;
|
343
|
+
totalMissedQueueCall: string;
|
344
|
+
totalAnsweredQueueCall: string;
|
345
|
+
totalAbandonedQueueCall: string;
|
346
|
+
totalAverageRingDuration: string;
|
347
|
+
totalAverageTalkDuration: string;
|
348
|
+
totalAverageCallDuration: string;
|
349
|
+
totalSla: string;
|
353
350
|
totalMissedCallPercent: string;
|
354
|
-
totalMaximumRingDuration:
|
351
|
+
totalMaximumRingDuration: string;
|
355
352
|
};
|
356
353
|
}>, "many">;
|
357
354
|
}, "strip", z.ZodTypeAny, {
|
358
355
|
totalTelephonyQueueCallCountList: {
|
359
|
-
totalQueueCall:
|
360
|
-
totalMissedQueueCall:
|
361
|
-
totalAnsweredQueueCall:
|
362
|
-
totalAbandonedQueueCall:
|
363
|
-
totalAverageRingDuration:
|
364
|
-
totalAverageTalkDuration:
|
365
|
-
totalAverageCallDuration:
|
366
|
-
totalSla:
|
356
|
+
totalQueueCall: string;
|
357
|
+
totalMissedQueueCall: string;
|
358
|
+
totalAnsweredQueueCall: string;
|
359
|
+
totalAbandonedQueueCall: string;
|
360
|
+
totalAverageRingDuration: string;
|
361
|
+
totalAverageTalkDuration: string;
|
362
|
+
totalAverageCallDuration: string;
|
363
|
+
totalSla: string;
|
367
364
|
totalMissedCallPercent: string;
|
368
|
-
totalMaximumRingDuration:
|
365
|
+
totalMaximumRingDuration: string;
|
369
366
|
};
|
370
367
|
telephonyQueueCallCountListByQueueNumber: {
|
371
368
|
queueName: string;
|
372
369
|
queueNumber: string;
|
373
370
|
yeastarQueueCallCountList: {
|
374
|
-
totalQueueCall:
|
375
|
-
totalMissedQueueCall:
|
376
|
-
totalAnsweredQueueCall:
|
377
|
-
totalAbandonedQueueCall:
|
378
|
-
totalAverageRingDuration:
|
379
|
-
totalAverageTalkDuration:
|
380
|
-
totalAverageCallDuration:
|
381
|
-
totalSla:
|
371
|
+
totalQueueCall: string;
|
372
|
+
totalMissedQueueCall: string;
|
373
|
+
totalAnsweredQueueCall: string;
|
374
|
+
totalAbandonedQueueCall: string;
|
375
|
+
totalAverageRingDuration: string;
|
376
|
+
totalAverageTalkDuration: string;
|
377
|
+
totalAverageCallDuration: string;
|
378
|
+
totalSla: string;
|
382
379
|
totalMissedCallPercent: string;
|
383
|
-
totalMaximumRingDuration:
|
380
|
+
totalMaximumRingDuration: string;
|
384
381
|
};
|
385
382
|
}[];
|
386
383
|
}, {
|
387
384
|
totalTelephonyQueueCallCountList: {
|
388
|
-
totalQueueCall:
|
389
|
-
totalMissedQueueCall:
|
390
|
-
totalAnsweredQueueCall:
|
391
|
-
totalAbandonedQueueCall:
|
392
|
-
totalAverageRingDuration:
|
393
|
-
totalAverageTalkDuration:
|
394
|
-
totalAverageCallDuration:
|
395
|
-
totalSla:
|
385
|
+
totalQueueCall: string;
|
386
|
+
totalMissedQueueCall: string;
|
387
|
+
totalAnsweredQueueCall: string;
|
388
|
+
totalAbandonedQueueCall: string;
|
389
|
+
totalAverageRingDuration: string;
|
390
|
+
totalAverageTalkDuration: string;
|
391
|
+
totalAverageCallDuration: string;
|
392
|
+
totalSla: string;
|
396
393
|
totalMissedCallPercent: string;
|
397
|
-
totalMaximumRingDuration:
|
394
|
+
totalMaximumRingDuration: string;
|
398
395
|
};
|
399
396
|
telephonyQueueCallCountListByQueueNumber: {
|
400
397
|
queueName: string;
|
401
398
|
queueNumber: string;
|
402
399
|
yeastarQueueCallCountList: {
|
403
|
-
totalQueueCall:
|
404
|
-
totalMissedQueueCall:
|
405
|
-
totalAnsweredQueueCall:
|
406
|
-
totalAbandonedQueueCall:
|
407
|
-
totalAverageRingDuration:
|
408
|
-
totalAverageTalkDuration:
|
409
|
-
totalAverageCallDuration:
|
410
|
-
totalSla:
|
400
|
+
totalQueueCall: string;
|
401
|
+
totalMissedQueueCall: string;
|
402
|
+
totalAnsweredQueueCall: string;
|
403
|
+
totalAbandonedQueueCall: string;
|
404
|
+
totalAverageRingDuration: string;
|
405
|
+
totalAverageTalkDuration: string;
|
406
|
+
totalAverageCallDuration: string;
|
407
|
+
totalSla: string;
|
411
408
|
totalMissedCallPercent: string;
|
412
|
-
totalMaximumRingDuration:
|
409
|
+
totalMaximumRingDuration: string;
|
413
410
|
};
|
414
411
|
}[];
|
415
412
|
}>;
|
@@ -417,31 +414,31 @@ export declare const dashboardContract: {
|
|
417
414
|
requestId: string;
|
418
415
|
queuecallDashboard: {
|
419
416
|
totalTelephonyQueueCallCountList: {
|
420
|
-
totalQueueCall:
|
421
|
-
totalMissedQueueCall:
|
422
|
-
totalAnsweredQueueCall:
|
423
|
-
totalAbandonedQueueCall:
|
424
|
-
totalAverageRingDuration:
|
425
|
-
totalAverageTalkDuration:
|
426
|
-
totalAverageCallDuration:
|
427
|
-
totalSla:
|
417
|
+
totalQueueCall: string;
|
418
|
+
totalMissedQueueCall: string;
|
419
|
+
totalAnsweredQueueCall: string;
|
420
|
+
totalAbandonedQueueCall: string;
|
421
|
+
totalAverageRingDuration: string;
|
422
|
+
totalAverageTalkDuration: string;
|
423
|
+
totalAverageCallDuration: string;
|
424
|
+
totalSla: string;
|
428
425
|
totalMissedCallPercent: string;
|
429
|
-
totalMaximumRingDuration:
|
426
|
+
totalMaximumRingDuration: string;
|
430
427
|
};
|
431
428
|
telephonyQueueCallCountListByQueueNumber: {
|
432
429
|
queueName: string;
|
433
430
|
queueNumber: string;
|
434
431
|
yeastarQueueCallCountList: {
|
435
|
-
totalQueueCall:
|
436
|
-
totalMissedQueueCall:
|
437
|
-
totalAnsweredQueueCall:
|
438
|
-
totalAbandonedQueueCall:
|
439
|
-
totalAverageRingDuration:
|
440
|
-
totalAverageTalkDuration:
|
441
|
-
totalAverageCallDuration:
|
442
|
-
totalSla:
|
432
|
+
totalQueueCall: string;
|
433
|
+
totalMissedQueueCall: string;
|
434
|
+
totalAnsweredQueueCall: string;
|
435
|
+
totalAbandonedQueueCall: string;
|
436
|
+
totalAverageRingDuration: string;
|
437
|
+
totalAverageTalkDuration: string;
|
438
|
+
totalAverageCallDuration: string;
|
439
|
+
totalSla: string;
|
443
440
|
totalMissedCallPercent: string;
|
444
|
-
totalMaximumRingDuration:
|
441
|
+
totalMaximumRingDuration: string;
|
445
442
|
};
|
446
443
|
}[];
|
447
444
|
};
|
@@ -449,31 +446,31 @@ export declare const dashboardContract: {
|
|
449
446
|
requestId: string;
|
450
447
|
queuecallDashboard: {
|
451
448
|
totalTelephonyQueueCallCountList: {
|
452
|
-
totalQueueCall:
|
453
|
-
totalMissedQueueCall:
|
454
|
-
totalAnsweredQueueCall:
|
455
|
-
totalAbandonedQueueCall:
|
456
|
-
totalAverageRingDuration:
|
457
|
-
totalAverageTalkDuration:
|
458
|
-
totalAverageCallDuration:
|
459
|
-
totalSla:
|
449
|
+
totalQueueCall: string;
|
450
|
+
totalMissedQueueCall: string;
|
451
|
+
totalAnsweredQueueCall: string;
|
452
|
+
totalAbandonedQueueCall: string;
|
453
|
+
totalAverageRingDuration: string;
|
454
|
+
totalAverageTalkDuration: string;
|
455
|
+
totalAverageCallDuration: string;
|
456
|
+
totalSla: string;
|
460
457
|
totalMissedCallPercent: string;
|
461
|
-
totalMaximumRingDuration:
|
458
|
+
totalMaximumRingDuration: string;
|
462
459
|
};
|
463
460
|
telephonyQueueCallCountListByQueueNumber: {
|
464
461
|
queueName: string;
|
465
462
|
queueNumber: string;
|
466
463
|
yeastarQueueCallCountList: {
|
467
|
-
totalQueueCall:
|
468
|
-
totalMissedQueueCall:
|
469
|
-
totalAnsweredQueueCall:
|
470
|
-
totalAbandonedQueueCall:
|
471
|
-
totalAverageRingDuration:
|
472
|
-
totalAverageTalkDuration:
|
473
|
-
totalAverageCallDuration:
|
474
|
-
totalSla:
|
464
|
+
totalQueueCall: string;
|
465
|
+
totalMissedQueueCall: string;
|
466
|
+
totalAnsweredQueueCall: string;
|
467
|
+
totalAbandonedQueueCall: string;
|
468
|
+
totalAverageRingDuration: string;
|
469
|
+
totalAverageTalkDuration: string;
|
470
|
+
totalAverageCallDuration: string;
|
471
|
+
totalSla: string;
|
475
472
|
totalMissedCallPercent: string;
|
476
|
-
totalMaximumRingDuration:
|
473
|
+
totalMaximumRingDuration: string;
|
477
474
|
};
|
478
475
|
}[];
|
479
476
|
};
|
@@ -1078,19 +1075,7 @@ export declare const dashboardContract: {
|
|
1078
1075
|
getMessageChannelData: {
|
1079
1076
|
summary: "Get message channel data";
|
1080
1077
|
method: "GET";
|
1081
|
-
query:
|
1082
|
-
selectedDate: z.ZodString;
|
1083
|
-
time: z.ZodEnum<["byDay", "byMonth", "byHour"]>;
|
1084
|
-
channelIds: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
1085
|
-
}, "strip", z.ZodTypeAny, {
|
1086
|
-
time: "byDay" | "byMonth" | "byHour";
|
1087
|
-
selectedDate: string;
|
1088
|
-
channelIds?: string[] | undefined;
|
1089
|
-
}, {
|
1090
|
-
time: "byDay" | "byMonth" | "byHour";
|
1091
|
-
selectedDate: string;
|
1092
|
-
channelIds?: string[] | undefined;
|
1093
|
-
}>;
|
1078
|
+
query: null;
|
1094
1079
|
responses: {
|
1095
1080
|
200: z.ZodObject<{
|
1096
1081
|
requestId: z.ZodString;
|
@@ -1151,16 +1136,10 @@ export declare const dashboardContract: {
|
|
1151
1136
|
method: "GET";
|
1152
1137
|
query: z.ZodObject<{
|
1153
1138
|
selectedDate: z.ZodString;
|
1154
|
-
channelIds: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
1155
|
-
agentIds: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
1156
1139
|
}, "strip", z.ZodTypeAny, {
|
1157
1140
|
selectedDate: string;
|
1158
|
-
channelIds?: string[] | undefined;
|
1159
|
-
agentIds?: string[] | undefined;
|
1160
1141
|
}, {
|
1161
1142
|
selectedDate: string;
|
1162
|
-
channelIds?: string[] | undefined;
|
1163
|
-
agentIds?: string[] | undefined;
|
1164
1143
|
}>;
|
1165
1144
|
responses: {
|
1166
1145
|
200: z.ZodObject<{
|
@@ -1368,16 +1347,10 @@ export declare const dashboardContract: {
|
|
1368
1347
|
method: "GET";
|
1369
1348
|
query: z.ZodObject<{
|
1370
1349
|
selectedDate: z.ZodString;
|
1371
|
-
channelIds: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
1372
|
-
agentIds: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
1373
1350
|
}, "strip", z.ZodTypeAny, {
|
1374
1351
|
selectedDate: string;
|
1375
|
-
channelIds?: string[] | undefined;
|
1376
|
-
agentIds?: string[] | undefined;
|
1377
1352
|
}, {
|
1378
1353
|
selectedDate: string;
|
1379
|
-
channelIds?: string[] | undefined;
|
1380
|
-
agentIds?: string[] | undefined;
|
1381
1354
|
}>;
|
1382
1355
|
responses: {
|
1383
1356
|
200: z.ZodObject<{
|
@@ -1439,16 +1412,10 @@ export declare const dashboardContract: {
|
|
1439
1412
|
method: "GET";
|
1440
1413
|
query: z.ZodObject<{
|
1441
1414
|
selectedDate: z.ZodString;
|
1442
|
-
channelIds: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
1443
|
-
agentIds: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
1444
1415
|
}, "strip", z.ZodTypeAny, {
|
1445
1416
|
selectedDate: string;
|
1446
|
-
channelIds?: string[] | undefined;
|
1447
|
-
agentIds?: string[] | undefined;
|
1448
1417
|
}, {
|
1449
1418
|
selectedDate: string;
|
1450
|
-
channelIds?: string[] | undefined;
|
1451
|
-
agentIds?: string[] | undefined;
|
1452
1419
|
}>;
|
1453
1420
|
responses: {
|
1454
1421
|
200: z.ZodObject<{
|
@@ -1520,16 +1487,10 @@ export declare const dashboardContract: {
|
|
1520
1487
|
method: "GET";
|
1521
1488
|
query: z.ZodObject<{
|
1522
1489
|
selectedDate: z.ZodString;
|
1523
|
-
channelIds: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
1524
|
-
agentIds: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
1525
1490
|
}, "strip", z.ZodTypeAny, {
|
1526
1491
|
selectedDate: string;
|
1527
|
-
channelIds?: string[] | undefined;
|
1528
|
-
agentIds?: string[] | undefined;
|
1529
1492
|
}, {
|
1530
1493
|
selectedDate: string;
|
1531
|
-
channelIds?: string[] | undefined;
|
1532
|
-
agentIds?: string[] | undefined;
|
1533
1494
|
}>;
|
1534
1495
|
responses: {
|
1535
1496
|
200: z.ZodObject<{
|
@@ -1661,52 +1622,107 @@ export declare const dashboardContract: {
|
|
1661
1622
|
'x-client-timezone'?: string | undefined;
|
1662
1623
|
}>>>;
|
1663
1624
|
};
|
1664
|
-
|
1625
|
+
getMessagePlatformData: {
|
1665
1626
|
summary: "Get message platform data";
|
1666
1627
|
method: "GET";
|
1667
1628
|
query: z.ZodObject<{
|
1668
1629
|
selectedDate: z.ZodString;
|
1669
|
-
channelIds: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
1670
|
-
agentIds: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
1671
1630
|
}, "strip", z.ZodTypeAny, {
|
1672
1631
|
selectedDate: string;
|
1673
|
-
channelIds?: string[] | undefined;
|
1674
|
-
agentIds?: string[] | undefined;
|
1675
1632
|
}, {
|
1676
1633
|
selectedDate: string;
|
1677
|
-
channelIds?: string[] | undefined;
|
1678
|
-
agentIds?: string[] | undefined;
|
1679
1634
|
}>;
|
1680
1635
|
responses: {
|
1681
1636
|
200: z.ZodObject<{
|
1682
1637
|
requestId: z.ZodString;
|
1683
|
-
|
1684
|
-
|
1685
|
-
|
1686
|
-
|
1638
|
+
messagePlatformData: z.ZodObject<{
|
1639
|
+
messengerCount: z.ZodNullable<z.ZodObject<{
|
1640
|
+
count: z.ZodNullable<z.ZodNumber>;
|
1641
|
+
}, "strip", z.ZodTypeAny, {
|
1642
|
+
count: number | null;
|
1643
|
+
}, {
|
1644
|
+
count: number | null;
|
1645
|
+
}>>;
|
1646
|
+
lineCount: z.ZodNullable<z.ZodObject<{
|
1647
|
+
count: z.ZodNumber;
|
1648
|
+
}, "strip", z.ZodTypeAny, {
|
1649
|
+
count: number;
|
1650
|
+
}, {
|
1651
|
+
count: number;
|
1652
|
+
}>>;
|
1653
|
+
viberCount: z.ZodNullable<z.ZodObject<{
|
1654
|
+
count: z.ZodNumber;
|
1655
|
+
}, "strip", z.ZodTypeAny, {
|
1656
|
+
count: number;
|
1657
|
+
}, {
|
1658
|
+
count: number;
|
1659
|
+
}>>;
|
1660
|
+
instagramCount: z.ZodNullable<z.ZodObject<{
|
1661
|
+
count: z.ZodNumber;
|
1662
|
+
}, "strip", z.ZodTypeAny, {
|
1663
|
+
count: number;
|
1664
|
+
}, {
|
1665
|
+
count: number;
|
1666
|
+
}>>;
|
1687
1667
|
}, "strip", z.ZodTypeAny, {
|
1688
|
-
|
1689
|
-
|
1690
|
-
|
1668
|
+
messengerCount: {
|
1669
|
+
count: number | null;
|
1670
|
+
} | null;
|
1671
|
+
lineCount: {
|
1672
|
+
count: number;
|
1673
|
+
} | null;
|
1674
|
+
viberCount: {
|
1675
|
+
count: number;
|
1676
|
+
} | null;
|
1677
|
+
instagramCount: {
|
1678
|
+
count: number;
|
1679
|
+
} | null;
|
1691
1680
|
}, {
|
1692
|
-
|
1693
|
-
|
1694
|
-
|
1695
|
-
|
1681
|
+
messengerCount: {
|
1682
|
+
count: number | null;
|
1683
|
+
} | null;
|
1684
|
+
lineCount: {
|
1685
|
+
count: number;
|
1686
|
+
} | null;
|
1687
|
+
viberCount: {
|
1688
|
+
count: number;
|
1689
|
+
} | null;
|
1690
|
+
instagramCount: {
|
1691
|
+
count: number;
|
1692
|
+
} | null;
|
1693
|
+
}>;
|
1696
1694
|
}, "strip", z.ZodTypeAny, {
|
1697
1695
|
requestId: string;
|
1698
|
-
|
1699
|
-
|
1700
|
-
|
1701
|
-
|
1702
|
-
|
1696
|
+
messagePlatformData: {
|
1697
|
+
messengerCount: {
|
1698
|
+
count: number | null;
|
1699
|
+
} | null;
|
1700
|
+
lineCount: {
|
1701
|
+
count: number;
|
1702
|
+
} | null;
|
1703
|
+
viberCount: {
|
1704
|
+
count: number;
|
1705
|
+
} | null;
|
1706
|
+
instagramCount: {
|
1707
|
+
count: number;
|
1708
|
+
} | null;
|
1709
|
+
};
|
1703
1710
|
}, {
|
1704
1711
|
requestId: string;
|
1705
|
-
|
1706
|
-
|
1707
|
-
|
1708
|
-
|
1709
|
-
|
1712
|
+
messagePlatformData: {
|
1713
|
+
messengerCount: {
|
1714
|
+
count: number | null;
|
1715
|
+
} | null;
|
1716
|
+
lineCount: {
|
1717
|
+
count: number;
|
1718
|
+
} | null;
|
1719
|
+
viberCount: {
|
1720
|
+
count: number;
|
1721
|
+
} | null;
|
1722
|
+
instagramCount: {
|
1723
|
+
count: number;
|
1724
|
+
} | null;
|
1725
|
+
};
|
1710
1726
|
}>;
|
1711
1727
|
401: z.ZodObject<{
|
1712
1728
|
message: z.ZodString;
|
@@ -1742,16 +1758,10 @@ export declare const dashboardContract: {
|
|
1742
1758
|
method: "GET";
|
1743
1759
|
query: z.ZodObject<{
|
1744
1760
|
selectedDate: z.ZodString;
|
1745
|
-
channelIds: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
1746
|
-
agentIds: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
1747
1761
|
}, "strip", z.ZodTypeAny, {
|
1748
1762
|
selectedDate: string;
|
1749
|
-
channelIds?: string[] | undefined;
|
1750
|
-
agentIds?: string[] | undefined;
|
1751
1763
|
}, {
|
1752
1764
|
selectedDate: string;
|
1753
|
-
channelIds?: string[] | undefined;
|
1754
|
-
agentIds?: string[] | undefined;
|
1755
1765
|
}>;
|
1756
1766
|
responses: {
|
1757
1767
|
200: z.ZodObject<{
|
@@ -1813,16 +1823,10 @@ export declare const dashboardContract: {
|
|
1813
1823
|
method: "GET";
|
1814
1824
|
query: z.ZodObject<{
|
1815
1825
|
selectedDate: z.ZodString;
|
1816
|
-
channelIds: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
1817
|
-
agentIds: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
1818
1826
|
}, "strip", z.ZodTypeAny, {
|
1819
1827
|
selectedDate: string;
|
1820
|
-
channelIds?: string[] | undefined;
|
1821
|
-
agentIds?: string[] | undefined;
|
1822
1828
|
}, {
|
1823
1829
|
selectedDate: string;
|
1824
|
-
channelIds?: string[] | undefined;
|
1825
|
-
agentIds?: string[] | undefined;
|
1826
1830
|
}>;
|
1827
1831
|
responses: {
|
1828
1832
|
200: z.ZodObject<{
|
@@ -1889,16 +1893,10 @@ export declare const dashboardContract: {
|
|
1889
1893
|
method: "GET";
|
1890
1894
|
query: z.ZodObject<{
|
1891
1895
|
selectedDate: z.ZodString;
|
1892
|
-
channelIds: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
1893
|
-
agentIds: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
1894
1896
|
}, "strip", z.ZodTypeAny, {
|
1895
1897
|
selectedDate: string;
|
1896
|
-
channelIds?: string[] | undefined;
|
1897
|
-
agentIds?: string[] | undefined;
|
1898
1898
|
}, {
|
1899
1899
|
selectedDate: string;
|
1900
|
-
channelIds?: string[] | undefined;
|
1901
|
-
agentIds?: string[] | undefined;
|
1902
1900
|
}>;
|
1903
1901
|
responses: {
|
1904
1902
|
200: z.ZodObject<{
|