@kl1/contracts 1.0.21 → 1.0.23
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/index.js +44 -8
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +43 -8
- package/dist/index.mjs.map +1 -1
- package/dist/src/chat/index.d.ts +2227 -249
- package/dist/src/chat/index.d.ts.map +1 -1
- package/dist/src/chat/schema.d.ts +340 -36
- package/dist/src/chat/schema.d.ts.map +1 -1
- package/dist/src/chat/validation.d.ts +466 -54
- package/dist/src/chat/validation.d.ts.map +1 -1
- package/dist/src/contract.d.ts +2787 -378
- package/dist/src/contract.d.ts.map +1 -1
- package/dist/src/cx-log/index.d.ts +317 -92
- package/dist/src/cx-log/index.d.ts.map +1 -1
- package/dist/src/cx-log/schema.d.ts +348 -67
- package/dist/src/cx-log/schema.d.ts.map +1 -1
- package/dist/src/dashboard/index.d.ts +6 -6
- package/dist/src/dashboard/schema.d.ts +4 -4
- package/dist/src/index.d.ts +1 -0
- package/dist/src/index.d.ts.map +1 -1
- package/dist/src/messenger/index.d.ts +233 -27
- package/dist/src/messenger/index.d.ts.map +1 -1
- package/dist/src/ticket/index.d.ts +4 -4
- package/dist/src/ticket/validation.d.ts +4 -4
- package/dist/src/user-presence-status-log/index.d.ts +2 -0
- package/dist/src/user-presence-status-log/index.d.ts.map +1 -1
- package/package.json +1 -1
@@ -306,8 +306,8 @@ export declare const dashboardContract: {
|
|
306
306
|
totalMaximumRingDuration: string;
|
307
307
|
}>;
|
308
308
|
}, "strip", z.ZodTypeAny, {
|
309
|
-
queueNumber: number;
|
310
309
|
queueName: string;
|
310
|
+
queueNumber: number;
|
311
311
|
yeastarQueueCallCountList: {
|
312
312
|
totalQueueCall: string;
|
313
313
|
totalMissedQueueCall: string;
|
@@ -321,8 +321,8 @@ export declare const dashboardContract: {
|
|
321
321
|
totalMaximumRingDuration: string;
|
322
322
|
};
|
323
323
|
}, {
|
324
|
-
queueNumber: number;
|
325
324
|
queueName: string;
|
325
|
+
queueNumber: number;
|
326
326
|
yeastarQueueCallCountList: {
|
327
327
|
totalQueueCall: string;
|
328
328
|
totalMissedQueueCall: string;
|
@@ -350,8 +350,8 @@ export declare const dashboardContract: {
|
|
350
350
|
totalMaximumRingDuration: string;
|
351
351
|
};
|
352
352
|
telephonyQueueCallCountListByQueueNumber: {
|
353
|
-
queueNumber: number;
|
354
353
|
queueName: string;
|
354
|
+
queueNumber: number;
|
355
355
|
yeastarQueueCallCountList: {
|
356
356
|
totalQueueCall: string;
|
357
357
|
totalMissedQueueCall: string;
|
@@ -379,8 +379,8 @@ export declare const dashboardContract: {
|
|
379
379
|
totalMaximumRingDuration: string;
|
380
380
|
};
|
381
381
|
telephonyQueueCallCountListByQueueNumber: {
|
382
|
-
queueNumber: number;
|
383
382
|
queueName: string;
|
383
|
+
queueNumber: number;
|
384
384
|
yeastarQueueCallCountList: {
|
385
385
|
totalQueueCall: string;
|
386
386
|
totalMissedQueueCall: string;
|
@@ -411,8 +411,8 @@ export declare const dashboardContract: {
|
|
411
411
|
totalMaximumRingDuration: string;
|
412
412
|
};
|
413
413
|
telephonyQueueCallCountListByQueueNumber: {
|
414
|
-
queueNumber: number;
|
415
414
|
queueName: string;
|
415
|
+
queueNumber: number;
|
416
416
|
yeastarQueueCallCountList: {
|
417
417
|
totalQueueCall: string;
|
418
418
|
totalMissedQueueCall: string;
|
@@ -443,8 +443,8 @@ export declare const dashboardContract: {
|
|
443
443
|
totalMaximumRingDuration: string;
|
444
444
|
};
|
445
445
|
telephonyQueueCallCountListByQueueNumber: {
|
446
|
-
queueNumber: number;
|
447
446
|
queueName: string;
|
447
|
+
queueNumber: number;
|
448
448
|
yeastarQueueCallCountList: {
|
449
449
|
totalQueueCall: string;
|
450
450
|
totalMissedQueueCall: string;
|
@@ -466,8 +466,8 @@ export declare const queueCallDashboardDataSchema: z.ZodObject<{
|
|
466
466
|
totalMaximumRingDuration: string;
|
467
467
|
}>;
|
468
468
|
}, "strip", z.ZodTypeAny, {
|
469
|
-
queueNumber: number;
|
470
469
|
queueName: string;
|
470
|
+
queueNumber: number;
|
471
471
|
yeastarQueueCallCountList: {
|
472
472
|
totalQueueCall: string;
|
473
473
|
totalMissedQueueCall: string;
|
@@ -481,8 +481,8 @@ export declare const queueCallDashboardDataSchema: z.ZodObject<{
|
|
481
481
|
totalMaximumRingDuration: string;
|
482
482
|
};
|
483
483
|
}, {
|
484
|
-
queueNumber: number;
|
485
484
|
queueName: string;
|
485
|
+
queueNumber: number;
|
486
486
|
yeastarQueueCallCountList: {
|
487
487
|
totalQueueCall: string;
|
488
488
|
totalMissedQueueCall: string;
|
@@ -510,8 +510,8 @@ export declare const queueCallDashboardDataSchema: z.ZodObject<{
|
|
510
510
|
totalMaximumRingDuration: string;
|
511
511
|
};
|
512
512
|
telephonyQueueCallCountListByQueueNumber: {
|
513
|
-
queueNumber: number;
|
514
513
|
queueName: string;
|
514
|
+
queueNumber: number;
|
515
515
|
yeastarQueueCallCountList: {
|
516
516
|
totalQueueCall: string;
|
517
517
|
totalMissedQueueCall: string;
|
@@ -539,8 +539,8 @@ export declare const queueCallDashboardDataSchema: z.ZodObject<{
|
|
539
539
|
totalMaximumRingDuration: string;
|
540
540
|
};
|
541
541
|
telephonyQueueCallCountListByQueueNumber: {
|
542
|
-
queueNumber: number;
|
543
542
|
queueName: string;
|
543
|
+
queueNumber: number;
|
544
544
|
yeastarQueueCallCountList: {
|
545
545
|
totalQueueCall: string;
|
546
546
|
totalMissedQueueCall: string;
|
package/dist/src/index.d.ts
CHANGED
package/dist/src/index.d.ts.map
CHANGED
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,YAAY,CAAC;AAE3B,OAAO,EAAE,kBAAkB,EAAE,MAAM,UAAU,CAAC;AAC9C,OAAO,EAAE,mBAAmB,EAAE,MAAM,YAAY,CAAC;AACjD,OAAO,EAAE,yBAAyB,EAAE,MAAM,iBAAiB,CAAC;AAC5D,cAAc,YAAY,CAAC;AAC3B,cAAc,aAAa,CAAC;AAC5B,cAAc,OAAO,CAAC;AACtB,cAAc,gBAAgB,CAAC;AAC/B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,UAAU,CAAC;AACzB,cAAc,UAAU,CAAC;AACzB,cAAc,QAAQ,CAAC;AACvB,cAAc,aAAa,CAAC"}
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,YAAY,CAAC;AAE3B,OAAO,EAAE,kBAAkB,EAAE,MAAM,UAAU,CAAC;AAC9C,OAAO,EAAE,mBAAmB,EAAE,MAAM,YAAY,CAAC;AACjD,OAAO,EAAE,yBAAyB,EAAE,MAAM,iBAAiB,CAAC;AAC5D,cAAc,YAAY,CAAC;AAC3B,cAAc,aAAa,CAAC;AAC5B,cAAc,OAAO,CAAC;AACtB,cAAc,gBAAgB,CAAC;AAC/B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,UAAU,CAAC;AACzB,cAAc,UAAU,CAAC;AACzB,cAAc,QAAQ,CAAC;AACvB,cAAc,aAAa,CAAC;AAC5B,cAAc,4BAA4B,CAAC"}
|
@@ -2324,14 +2324,76 @@ export declare const messengerContract: {
|
|
2324
2324
|
caseId: import("zod").ZodNumber;
|
2325
2325
|
entityId: import("zod").ZodString;
|
2326
2326
|
entityName: import("zod").ZodString;
|
2327
|
-
|
2327
|
+
contactId: import("zod").ZodNullable<import("zod").ZodString>;
|
2328
2328
|
channel: import("zod").ZodNullable<import("zod").ZodString>;
|
2329
|
+
queueId: import("zod").ZodNullable<import("zod").ZodString>;
|
2330
|
+
agentId: import("zod").ZodNullable<import("zod").ZodString>;
|
2329
2331
|
direction: import("zod").ZodNullable<import("zod").ZodString>;
|
2330
2332
|
startedDate: import("zod").ZodNullable<import("zod").ZodDate>;
|
2331
2333
|
handledTime: import("zod").ZodNullable<import("zod").ZodNumber>;
|
2332
|
-
firstResponseTime: import("zod").ZodNullable<import("zod").
|
2334
|
+
firstResponseTime: import("zod").ZodNullable<import("zod").ZodNumber>;
|
2333
2335
|
disposition: import("zod").ZodNullable<import("zod").ZodString>;
|
2334
|
-
|
2336
|
+
wrapUpForm: import("zod").ZodNullable<import("zod").ZodObject<{
|
2337
|
+
id: import("zod").ZodString;
|
2338
|
+
createdAt: import("zod").ZodDate;
|
2339
|
+
updatedAt: import("zod").ZodDate;
|
2340
|
+
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
2341
|
+
note: import("zod").ZodNullable<import("zod").ZodString>;
|
2342
|
+
disposition: import("zod").ZodNullable<import("zod").ZodString>;
|
2343
|
+
callFrom: import("zod").ZodNullable<import("zod").ZodString>;
|
2344
|
+
callTo: import("zod").ZodNullable<import("zod").ZodString>;
|
2345
|
+
tags: import("zod").ZodArray<import("zod").ZodObject<{
|
2346
|
+
id: import("zod").ZodString;
|
2347
|
+
createdAt: import("zod").ZodDate;
|
2348
|
+
updatedAt: import("zod").ZodDate;
|
2349
|
+
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
2350
|
+
name: import("zod").ZodString;
|
2351
|
+
}, "strip", import("zod").ZodTypeAny, {
|
2352
|
+
id: string;
|
2353
|
+
name: string;
|
2354
|
+
createdAt: Date;
|
2355
|
+
updatedAt: Date;
|
2356
|
+
deletedAt: Date | null;
|
2357
|
+
}, {
|
2358
|
+
id: string;
|
2359
|
+
name: string;
|
2360
|
+
createdAt: Date;
|
2361
|
+
updatedAt: Date;
|
2362
|
+
deletedAt: Date | null;
|
2363
|
+
}>, "many">;
|
2364
|
+
}, "strip", import("zod").ZodTypeAny, {
|
2365
|
+
id: string;
|
2366
|
+
disposition: string | null;
|
2367
|
+
createdAt: Date;
|
2368
|
+
updatedAt: Date;
|
2369
|
+
deletedAt: Date | null;
|
2370
|
+
tags: {
|
2371
|
+
id: string;
|
2372
|
+
name: string;
|
2373
|
+
createdAt: Date;
|
2374
|
+
updatedAt: Date;
|
2375
|
+
deletedAt: Date | null;
|
2376
|
+
}[];
|
2377
|
+
callFrom: string | null;
|
2378
|
+
callTo: string | null;
|
2379
|
+
note: string | null;
|
2380
|
+
}, {
|
2381
|
+
id: string;
|
2382
|
+
disposition: string | null;
|
2383
|
+
createdAt: Date;
|
2384
|
+
updatedAt: Date;
|
2385
|
+
deletedAt: Date | null;
|
2386
|
+
tags: {
|
2387
|
+
id: string;
|
2388
|
+
name: string;
|
2389
|
+
createdAt: Date;
|
2390
|
+
updatedAt: Date;
|
2391
|
+
deletedAt: Date | null;
|
2392
|
+
}[];
|
2393
|
+
callFrom: string | null;
|
2394
|
+
callTo: string | null;
|
2395
|
+
note: string | null;
|
2396
|
+
}>>;
|
2335
2397
|
}, "strip", import("zod").ZodTypeAny, {
|
2336
2398
|
id: string;
|
2337
2399
|
channel: string | null;
|
@@ -2341,13 +2403,31 @@ export declare const messengerContract: {
|
|
2341
2403
|
updatedAt: Date;
|
2342
2404
|
deletedAt: Date | null;
|
2343
2405
|
entityId: string;
|
2406
|
+
contactId: string | null;
|
2344
2407
|
caseId: number;
|
2345
2408
|
entityName: string;
|
2346
|
-
|
2409
|
+
queueId: string | null;
|
2410
|
+
agentId: string | null;
|
2347
2411
|
startedDate: Date | null;
|
2348
2412
|
handledTime: number | null;
|
2349
|
-
firstResponseTime:
|
2350
|
-
|
2413
|
+
firstResponseTime: number | null;
|
2414
|
+
wrapUpForm: {
|
2415
|
+
id: string;
|
2416
|
+
disposition: string | null;
|
2417
|
+
createdAt: Date;
|
2418
|
+
updatedAt: Date;
|
2419
|
+
deletedAt: Date | null;
|
2420
|
+
tags: {
|
2421
|
+
id: string;
|
2422
|
+
name: string;
|
2423
|
+
createdAt: Date;
|
2424
|
+
updatedAt: Date;
|
2425
|
+
deletedAt: Date | null;
|
2426
|
+
}[];
|
2427
|
+
callFrom: string | null;
|
2428
|
+
callTo: string | null;
|
2429
|
+
note: string | null;
|
2430
|
+
} | null;
|
2351
2431
|
}, {
|
2352
2432
|
id: string;
|
2353
2433
|
channel: string | null;
|
@@ -2357,13 +2437,31 @@ export declare const messengerContract: {
|
|
2357
2437
|
updatedAt: Date;
|
2358
2438
|
deletedAt: Date | null;
|
2359
2439
|
entityId: string;
|
2440
|
+
contactId: string | null;
|
2360
2441
|
caseId: number;
|
2361
2442
|
entityName: string;
|
2362
|
-
|
2443
|
+
queueId: string | null;
|
2444
|
+
agentId: string | null;
|
2363
2445
|
startedDate: Date | null;
|
2364
2446
|
handledTime: number | null;
|
2365
|
-
firstResponseTime:
|
2366
|
-
|
2447
|
+
firstResponseTime: number | null;
|
2448
|
+
wrapUpForm: {
|
2449
|
+
id: string;
|
2450
|
+
disposition: string | null;
|
2451
|
+
createdAt: Date;
|
2452
|
+
updatedAt: Date;
|
2453
|
+
deletedAt: Date | null;
|
2454
|
+
tags: {
|
2455
|
+
id: string;
|
2456
|
+
name: string;
|
2457
|
+
createdAt: Date;
|
2458
|
+
updatedAt: Date;
|
2459
|
+
deletedAt: Date | null;
|
2460
|
+
}[];
|
2461
|
+
callFrom: string | null;
|
2462
|
+
callTo: string | null;
|
2463
|
+
note: string | null;
|
2464
|
+
} | null;
|
2367
2465
|
}>;
|
2368
2466
|
}, "strip", import("zod").ZodTypeAny, {
|
2369
2467
|
id: string;
|
@@ -2590,13 +2688,31 @@ export declare const messengerContract: {
|
|
2590
2688
|
updatedAt: Date;
|
2591
2689
|
deletedAt: Date | null;
|
2592
2690
|
entityId: string;
|
2691
|
+
contactId: string | null;
|
2593
2692
|
caseId: number;
|
2594
2693
|
entityName: string;
|
2595
|
-
|
2694
|
+
queueId: string | null;
|
2695
|
+
agentId: string | null;
|
2596
2696
|
startedDate: Date | null;
|
2597
2697
|
handledTime: number | null;
|
2598
|
-
firstResponseTime:
|
2599
|
-
|
2698
|
+
firstResponseTime: number | null;
|
2699
|
+
wrapUpForm: {
|
2700
|
+
id: string;
|
2701
|
+
disposition: string | null;
|
2702
|
+
createdAt: Date;
|
2703
|
+
updatedAt: Date;
|
2704
|
+
deletedAt: Date | null;
|
2705
|
+
tags: {
|
2706
|
+
id: string;
|
2707
|
+
name: string;
|
2708
|
+
createdAt: Date;
|
2709
|
+
updatedAt: Date;
|
2710
|
+
deletedAt: Date | null;
|
2711
|
+
}[];
|
2712
|
+
callFrom: string | null;
|
2713
|
+
callTo: string | null;
|
2714
|
+
note: string | null;
|
2715
|
+
} | null;
|
2600
2716
|
};
|
2601
2717
|
channel?: {
|
2602
2718
|
id?: string | undefined;
|
@@ -2886,13 +3002,31 @@ export declare const messengerContract: {
|
|
2886
3002
|
updatedAt: Date;
|
2887
3003
|
deletedAt: Date | null;
|
2888
3004
|
entityId: string;
|
3005
|
+
contactId: string | null;
|
2889
3006
|
caseId: number;
|
2890
3007
|
entityName: string;
|
2891
|
-
|
3008
|
+
queueId: string | null;
|
3009
|
+
agentId: string | null;
|
2892
3010
|
startedDate: Date | null;
|
2893
3011
|
handledTime: number | null;
|
2894
|
-
firstResponseTime:
|
2895
|
-
|
3012
|
+
firstResponseTime: number | null;
|
3013
|
+
wrapUpForm: {
|
3014
|
+
id: string;
|
3015
|
+
disposition: string | null;
|
3016
|
+
createdAt: Date;
|
3017
|
+
updatedAt: Date;
|
3018
|
+
deletedAt: Date | null;
|
3019
|
+
tags: {
|
3020
|
+
id: string;
|
3021
|
+
name: string;
|
3022
|
+
createdAt: Date;
|
3023
|
+
updatedAt: Date;
|
3024
|
+
deletedAt: Date | null;
|
3025
|
+
}[];
|
3026
|
+
callFrom: string | null;
|
3027
|
+
callTo: string | null;
|
3028
|
+
note: string | null;
|
3029
|
+
} | null;
|
2896
3030
|
};
|
2897
3031
|
channel?: {
|
2898
3032
|
id?: string | undefined;
|
@@ -3914,13 +4048,31 @@ export declare const messengerContract: {
|
|
3914
4048
|
updatedAt: Date;
|
3915
4049
|
deletedAt: Date | null;
|
3916
4050
|
entityId: string;
|
4051
|
+
contactId: string | null;
|
3917
4052
|
caseId: number;
|
3918
4053
|
entityName: string;
|
3919
|
-
|
4054
|
+
queueId: string | null;
|
4055
|
+
agentId: string | null;
|
3920
4056
|
startedDate: Date | null;
|
3921
4057
|
handledTime: number | null;
|
3922
|
-
firstResponseTime:
|
3923
|
-
|
4058
|
+
firstResponseTime: number | null;
|
4059
|
+
wrapUpForm: {
|
4060
|
+
id: string;
|
4061
|
+
disposition: string | null;
|
4062
|
+
createdAt: Date;
|
4063
|
+
updatedAt: Date;
|
4064
|
+
deletedAt: Date | null;
|
4065
|
+
tags: {
|
4066
|
+
id: string;
|
4067
|
+
name: string;
|
4068
|
+
createdAt: Date;
|
4069
|
+
updatedAt: Date;
|
4070
|
+
deletedAt: Date | null;
|
4071
|
+
}[];
|
4072
|
+
callFrom: string | null;
|
4073
|
+
callTo: string | null;
|
4074
|
+
note: string | null;
|
4075
|
+
} | null;
|
3924
4076
|
};
|
3925
4077
|
channel?: {
|
3926
4078
|
id?: string | undefined;
|
@@ -4368,13 +4520,31 @@ export declare const messengerContract: {
|
|
4368
4520
|
updatedAt: Date;
|
4369
4521
|
deletedAt: Date | null;
|
4370
4522
|
entityId: string;
|
4523
|
+
contactId: string | null;
|
4371
4524
|
caseId: number;
|
4372
4525
|
entityName: string;
|
4373
|
-
|
4526
|
+
queueId: string | null;
|
4527
|
+
agentId: string | null;
|
4374
4528
|
startedDate: Date | null;
|
4375
4529
|
handledTime: number | null;
|
4376
|
-
firstResponseTime:
|
4377
|
-
|
4530
|
+
firstResponseTime: number | null;
|
4531
|
+
wrapUpForm: {
|
4532
|
+
id: string;
|
4533
|
+
disposition: string | null;
|
4534
|
+
createdAt: Date;
|
4535
|
+
updatedAt: Date;
|
4536
|
+
deletedAt: Date | null;
|
4537
|
+
tags: {
|
4538
|
+
id: string;
|
4539
|
+
name: string;
|
4540
|
+
createdAt: Date;
|
4541
|
+
updatedAt: Date;
|
4542
|
+
deletedAt: Date | null;
|
4543
|
+
}[];
|
4544
|
+
callFrom: string | null;
|
4545
|
+
callTo: string | null;
|
4546
|
+
note: string | null;
|
4547
|
+
} | null;
|
4378
4548
|
};
|
4379
4549
|
channel?: {
|
4380
4550
|
id?: string | undefined;
|
@@ -4824,13 +4994,31 @@ export declare const messengerContract: {
|
|
4824
4994
|
updatedAt: Date;
|
4825
4995
|
deletedAt: Date | null;
|
4826
4996
|
entityId: string;
|
4997
|
+
contactId: string | null;
|
4827
4998
|
caseId: number;
|
4828
4999
|
entityName: string;
|
4829
|
-
|
5000
|
+
queueId: string | null;
|
5001
|
+
agentId: string | null;
|
4830
5002
|
startedDate: Date | null;
|
4831
5003
|
handledTime: number | null;
|
4832
|
-
firstResponseTime:
|
4833
|
-
|
5004
|
+
firstResponseTime: number | null;
|
5005
|
+
wrapUpForm: {
|
5006
|
+
id: string;
|
5007
|
+
disposition: string | null;
|
5008
|
+
createdAt: Date;
|
5009
|
+
updatedAt: Date;
|
5010
|
+
deletedAt: Date | null;
|
5011
|
+
tags: {
|
5012
|
+
id: string;
|
5013
|
+
name: string;
|
5014
|
+
createdAt: Date;
|
5015
|
+
updatedAt: Date;
|
5016
|
+
deletedAt: Date | null;
|
5017
|
+
}[];
|
5018
|
+
callFrom: string | null;
|
5019
|
+
callTo: string | null;
|
5020
|
+
note: string | null;
|
5021
|
+
} | null;
|
4834
5022
|
};
|
4835
5023
|
channel?: {
|
4836
5024
|
id?: string | undefined;
|
@@ -5281,13 +5469,31 @@ export declare const messengerContract: {
|
|
5281
5469
|
updatedAt: Date;
|
5282
5470
|
deletedAt: Date | null;
|
5283
5471
|
entityId: string;
|
5472
|
+
contactId: string | null;
|
5284
5473
|
caseId: number;
|
5285
5474
|
entityName: string;
|
5286
|
-
|
5475
|
+
queueId: string | null;
|
5476
|
+
agentId: string | null;
|
5287
5477
|
startedDate: Date | null;
|
5288
5478
|
handledTime: number | null;
|
5289
|
-
firstResponseTime:
|
5290
|
-
|
5479
|
+
firstResponseTime: number | null;
|
5480
|
+
wrapUpForm: {
|
5481
|
+
id: string;
|
5482
|
+
disposition: string | null;
|
5483
|
+
createdAt: Date;
|
5484
|
+
updatedAt: Date;
|
5485
|
+
deletedAt: Date | null;
|
5486
|
+
tags: {
|
5487
|
+
id: string;
|
5488
|
+
name: string;
|
5489
|
+
createdAt: Date;
|
5490
|
+
updatedAt: Date;
|
5491
|
+
deletedAt: Date | null;
|
5492
|
+
}[];
|
5493
|
+
callFrom: string | null;
|
5494
|
+
callTo: string | null;
|
5495
|
+
note: string | null;
|
5496
|
+
} | null;
|
5291
5497
|
};
|
5292
5498
|
channel?: {
|
5293
5499
|
id?: string | undefined;
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/messenger/index.ts"],"names":[],"mappings":"AASA,eAAO,MAAM,iBAAiB
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/messenger/index.ts"],"names":[],"mappings":"AASA,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAoB5B,CAAC"}
|
@@ -850,8 +850,8 @@ export declare const ticketContract: {
|
|
850
850
|
summary: "Get all tickets";
|
851
851
|
method: "GET";
|
852
852
|
query: z.ZodObject<{
|
853
|
-
page: z.ZodOptional<z.
|
854
|
-
pageSize: z.ZodOptional<z.
|
853
|
+
page: z.ZodOptional<z.ZodEffects<z.ZodString, number, string>>;
|
854
|
+
pageSize: z.ZodOptional<z.ZodEffects<z.ZodString, number, string>>;
|
855
855
|
agent: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
856
856
|
selectedDate: z.ZodOptional<z.ZodString>;
|
857
857
|
keyword: z.ZodOptional<z.ZodString>;
|
@@ -900,8 +900,8 @@ export declare const ticketContract: {
|
|
900
900
|
attributeId: string;
|
901
901
|
}[] | undefined;
|
902
902
|
}, {
|
903
|
-
page?:
|
904
|
-
pageSize?:
|
903
|
+
page?: string | undefined;
|
904
|
+
pageSize?: string | undefined;
|
905
905
|
agent?: string[] | undefined;
|
906
906
|
selectedDate?: string | undefined;
|
907
907
|
keyword?: string | undefined;
|
@@ -655,8 +655,8 @@ export declare const CustomFieldQuery: z.ZodObject<{
|
|
655
655
|
attributeId: string;
|
656
656
|
}>;
|
657
657
|
export declare const GetAllTicketQuerySchema: z.ZodObject<{
|
658
|
-
page: z.ZodOptional<z.
|
659
|
-
pageSize: z.ZodOptional<z.
|
658
|
+
page: z.ZodOptional<z.ZodEffects<z.ZodString, number, string>>;
|
659
|
+
pageSize: z.ZodOptional<z.ZodEffects<z.ZodString, number, string>>;
|
660
660
|
agent: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
661
661
|
selectedDate: z.ZodOptional<z.ZodString>;
|
662
662
|
keyword: z.ZodOptional<z.ZodString>;
|
@@ -705,8 +705,8 @@ export declare const GetAllTicketQuerySchema: z.ZodObject<{
|
|
705
705
|
attributeId: string;
|
706
706
|
}[] | undefined;
|
707
707
|
}, {
|
708
|
-
page?:
|
709
|
-
pageSize?:
|
708
|
+
page?: string | undefined;
|
709
|
+
pageSize?: string | undefined;
|
710
710
|
agent?: string[] | undefined;
|
711
711
|
selectedDate?: string | undefined;
|
712
712
|
keyword?: string | undefined;
|
@@ -1,6 +1,8 @@
|
|
1
1
|
import z from 'zod';
|
2
|
+
import { UserPresenceStatusLogSchema } from './schema';
|
2
3
|
import { UserPresenceStatusLogParamsSchema } from './validation';
|
3
4
|
export type GetUserPresenceStatusLogRequest = z.infer<typeof UserPresenceStatusLogParamsSchema>;
|
5
|
+
export type UserPresenceStatusLog = z.infer<typeof UserPresenceStatusLogSchema>;
|
4
6
|
export declare const userPresenceStatusLogContract: {
|
5
7
|
getUserPresenceStatusLog: {
|
6
8
|
summary: "Get all user presence status log.";
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/user-presence-status-log/index.ts"],"names":[],"mappings":"AACA,OAAO,CAAC,MAAM,KAAK,CAAC;
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/user-presence-status-log/index.ts"],"names":[],"mappings":"AACA,OAAO,CAAC,MAAM,KAAK,CAAC;AAOpB,OAAO,EAAE,2BAA2B,EAAE,MAAM,UAAU,CAAC;AACvD,OAAO,EAAE,iCAAiC,EAAE,MAAM,cAAc,CAAC;AAEjE,MAAM,MAAM,+BAA+B,GAAG,CAAC,CAAC,KAAK,CACnD,OAAO,iCAAiC,CACzC,CAAC;AACF,MAAM,MAAM,qBAAqB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,2BAA2B,CAAC,CAAC;AAEhF,eAAO,MAAM,6BAA6B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAmBzC,CAAC"}
|