@kl1/contracts 1.0.20 → 1.0.22

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.
Files changed (45) hide show
  1. package/dist/index.js +1393 -1300
  2. package/dist/index.js.map +1 -1
  3. package/dist/index.mjs +1389 -1300
  4. package/dist/index.mjs.map +1 -1
  5. package/dist/src/call-log/schema.d.ts +4 -4
  6. package/dist/src/call-log/validation.d.ts +2 -2
  7. package/dist/src/chat/index.d.ts +240 -239
  8. package/dist/src/chat/index.d.ts.map +1 -1
  9. package/dist/src/chat/schema.d.ts +36 -36
  10. package/dist/src/chat/validation.d.ts +235 -84
  11. package/dist/src/chat/validation.d.ts.map +1 -1
  12. package/dist/src/contract.d.ts +7813 -2082
  13. package/dist/src/contract.d.ts.map +1 -1
  14. package/dist/src/cx-log/index.d.ts +5651 -87
  15. package/dist/src/cx-log/index.d.ts.map +1 -1
  16. package/dist/src/cx-log/schema.d.ts +4724 -5
  17. package/dist/src/cx-log/schema.d.ts.map +1 -1
  18. package/dist/src/dashboard/index.d.ts +6 -6
  19. package/dist/src/dashboard/schema.d.ts +4 -4
  20. package/dist/src/evaluate-form/schema.d.ts +2 -2
  21. package/dist/src/index.d.ts +4 -0
  22. package/dist/src/index.d.ts.map +1 -1
  23. package/dist/src/mail/mail-contract.d.ts +106 -106
  24. package/dist/src/mail/message-contract.d.ts +6 -6
  25. package/dist/src/mail/room-contract.d.ts +100 -100
  26. package/dist/src/mail/schemas/message.schema.d.ts +4 -4
  27. package/dist/src/mail/schemas/room-validation.schema.d.ts +32 -32
  28. package/dist/src/mail/schemas/room.schema.d.ts +26 -26
  29. package/dist/src/messenger/index.d.ts +209 -42
  30. package/dist/src/messenger/index.d.ts.map +1 -1
  31. package/dist/src/telephony-cdr/schema.d.ts +8 -8
  32. package/dist/src/telephony-cdr/validation.d.ts +4 -4
  33. package/dist/src/telephony-live-queue-call/schema.d.ts +2 -2
  34. package/dist/src/telephony-queue-call-count/schema.d.ts +2 -2
  35. package/dist/src/ticket/index.d.ts +4 -4
  36. package/dist/src/ticket/validation.d.ts +4 -4
  37. package/dist/src/ticket/validation.d.ts.map +1 -1
  38. package/dist/src/user/index.d.ts +2 -0
  39. package/dist/src/user/index.d.ts.map +1 -1
  40. package/dist/src/user-presence-status-log/index.d.ts +2 -0
  41. package/dist/src/user-presence-status-log/index.d.ts.map +1 -1
  42. package/dist/src/wrap-up-form/index.d.ts +15 -15
  43. package/dist/src/wrap-up-form/schema.d.ts +2 -2
  44. package/dist/src/wrap-up-form/validation.d.ts +3 -3
  45. package/package.json +10 -4
@@ -2374,9 +2374,9 @@ export declare const messengerContract: {
2374
2374
  updatedAt: Date;
2375
2375
  deletedAt: Date | null;
2376
2376
  }[];
2377
- note: string | null;
2378
2377
  callFrom: string | null;
2379
2378
  callTo: string | null;
2379
+ note: string | null;
2380
2380
  }, {
2381
2381
  id: string;
2382
2382
  disposition: string | null;
@@ -2390,9 +2390,9 @@ export declare const messengerContract: {
2390
2390
  updatedAt: Date;
2391
2391
  deletedAt: Date | null;
2392
2392
  }[];
2393
- note: string | null;
2394
2393
  callFrom: string | null;
2395
2394
  callTo: string | null;
2395
+ note: string | null;
2396
2396
  }>>;
2397
2397
  }, "strip", import("zod").ZodTypeAny, {
2398
2398
  id: string;
@@ -2403,9 +2403,9 @@ export declare const messengerContract: {
2403
2403
  updatedAt: Date;
2404
2404
  deletedAt: Date | null;
2405
2405
  entityId: string;
2406
+ contactId: string | null;
2406
2407
  caseId: number;
2407
2408
  entityName: string;
2408
- contactId: string | null;
2409
2409
  queueId: string | null;
2410
2410
  agentId: string | null;
2411
2411
  startedDate: Date | null;
@@ -2424,9 +2424,9 @@ export declare const messengerContract: {
2424
2424
  updatedAt: Date;
2425
2425
  deletedAt: Date | null;
2426
2426
  }[];
2427
- note: string | null;
2428
2427
  callFrom: string | null;
2429
2428
  callTo: string | null;
2429
+ note: string | null;
2430
2430
  } | null;
2431
2431
  }, {
2432
2432
  id: string;
@@ -2437,9 +2437,9 @@ export declare const messengerContract: {
2437
2437
  updatedAt: Date;
2438
2438
  deletedAt: Date | null;
2439
2439
  entityId: string;
2440
+ contactId: string | null;
2440
2441
  caseId: number;
2441
2442
  entityName: string;
2442
- contactId: string | null;
2443
2443
  queueId: string | null;
2444
2444
  agentId: string | null;
2445
2445
  startedDate: Date | null;
@@ -2458,9 +2458,9 @@ export declare const messengerContract: {
2458
2458
  updatedAt: Date;
2459
2459
  deletedAt: Date | null;
2460
2460
  }[];
2461
- note: string | null;
2462
2461
  callFrom: string | null;
2463
2462
  callTo: string | null;
2463
+ note: string | null;
2464
2464
  } | null;
2465
2465
  }>;
2466
2466
  }, "strip", import("zod").ZodTypeAny, {
@@ -2688,9 +2688,9 @@ export declare const messengerContract: {
2688
2688
  updatedAt: Date;
2689
2689
  deletedAt: Date | null;
2690
2690
  entityId: string;
2691
+ contactId: string | null;
2691
2692
  caseId: number;
2692
2693
  entityName: string;
2693
- contactId: string | null;
2694
2694
  queueId: string | null;
2695
2695
  agentId: string | null;
2696
2696
  startedDate: Date | null;
@@ -2709,9 +2709,9 @@ export declare const messengerContract: {
2709
2709
  updatedAt: Date;
2710
2710
  deletedAt: Date | null;
2711
2711
  }[];
2712
- note: string | null;
2713
2712
  callFrom: string | null;
2714
2713
  callTo: string | null;
2714
+ note: string | null;
2715
2715
  } | null;
2716
2716
  };
2717
2717
  channel?: {
@@ -3002,9 +3002,9 @@ export declare const messengerContract: {
3002
3002
  updatedAt: Date;
3003
3003
  deletedAt: Date | null;
3004
3004
  entityId: string;
3005
+ contactId: string | null;
3005
3006
  caseId: number;
3006
3007
  entityName: string;
3007
- contactId: string | null;
3008
3008
  queueId: string | null;
3009
3009
  agentId: string | null;
3010
3010
  startedDate: Date | null;
@@ -3023,9 +3023,9 @@ export declare const messengerContract: {
3023
3023
  updatedAt: Date;
3024
3024
  deletedAt: Date | null;
3025
3025
  }[];
3026
- note: string | null;
3027
3026
  callFrom: string | null;
3028
3027
  callTo: string | null;
3028
+ note: string | null;
3029
3029
  } | null;
3030
3030
  };
3031
3031
  channel?: {
@@ -3823,12 +3823,6 @@ export declare const messengerContract: {
3823
3823
  telephonySignature: string | null;
3824
3824
  } | undefined;
3825
3825
  };
3826
- readAt: Date;
3827
- platformMessageId: string;
3828
- replyPlatformMessageId: string;
3829
- locale: "" | "th" | "mm" | "en";
3830
- previewUrl: string;
3831
- imageSetId: string;
3832
3826
  room: {
3833
3827
  id: string;
3834
3828
  direction: "incoming" | "outgoing" | "system";
@@ -4054,9 +4048,9 @@ export declare const messengerContract: {
4054
4048
  updatedAt: Date;
4055
4049
  deletedAt: Date | null;
4056
4050
  entityId: string;
4051
+ contactId: string | null;
4057
4052
  caseId: number;
4058
4053
  entityName: string;
4059
- contactId: string | null;
4060
4054
  queueId: string | null;
4061
4055
  agentId: string | null;
4062
4056
  startedDate: Date | null;
@@ -4075,9 +4069,9 @@ export declare const messengerContract: {
4075
4069
  updatedAt: Date;
4076
4070
  deletedAt: Date | null;
4077
4071
  }[];
4078
- note: string | null;
4079
4072
  callFrom: string | null;
4080
4073
  callTo: string | null;
4074
+ note: string | null;
4081
4075
  } | null;
4082
4076
  };
4083
4077
  channel?: {
@@ -4144,6 +4138,12 @@ export declare const messengerContract: {
4144
4138
  } | undefined;
4145
4139
  } | undefined;
4146
4140
  };
4141
+ readAt: Date;
4142
+ platformMessageId: string;
4143
+ replyPlatformMessageId: string;
4144
+ locale: "" | "th" | "mm" | "en";
4145
+ previewUrl: string;
4146
+ imageSetId: string;
4147
4147
  sender: {
4148
4148
  id: string;
4149
4149
  address: string | null;
@@ -4295,12 +4295,6 @@ export declare const messengerContract: {
4295
4295
  telephonySignature: string | null;
4296
4296
  } | undefined;
4297
4297
  };
4298
- readAt: Date;
4299
- platformMessageId: string;
4300
- replyPlatformMessageId: string;
4301
- locale: "" | "th" | "mm" | "en";
4302
- previewUrl: string;
4303
- imageSetId: string;
4304
4298
  room: {
4305
4299
  id: string;
4306
4300
  direction: "incoming" | "outgoing" | "system";
@@ -4526,9 +4520,9 @@ export declare const messengerContract: {
4526
4520
  updatedAt: Date;
4527
4521
  deletedAt: Date | null;
4528
4522
  entityId: string;
4523
+ contactId: string | null;
4529
4524
  caseId: number;
4530
4525
  entityName: string;
4531
- contactId: string | null;
4532
4526
  queueId: string | null;
4533
4527
  agentId: string | null;
4534
4528
  startedDate: Date | null;
@@ -4547,9 +4541,9 @@ export declare const messengerContract: {
4547
4541
  updatedAt: Date;
4548
4542
  deletedAt: Date | null;
4549
4543
  }[];
4550
- note: string | null;
4551
4544
  callFrom: string | null;
4552
4545
  callTo: string | null;
4546
+ note: string | null;
4553
4547
  } | null;
4554
4548
  };
4555
4549
  channel?: {
@@ -4616,6 +4610,12 @@ export declare const messengerContract: {
4616
4610
  } | undefined;
4617
4611
  } | undefined;
4618
4612
  };
4613
+ readAt: Date;
4614
+ platformMessageId: string;
4615
+ replyPlatformMessageId: string;
4616
+ locale: "" | "th" | "mm" | "en";
4617
+ previewUrl: string;
4618
+ imageSetId: string;
4619
4619
  sender: {
4620
4620
  id: string;
4621
4621
  address: string | null;
@@ -4769,12 +4769,6 @@ export declare const messengerContract: {
4769
4769
  telephonySignature: string | null;
4770
4770
  } | undefined;
4771
4771
  };
4772
- readAt: Date;
4773
- platformMessageId: string;
4774
- replyPlatformMessageId: string;
4775
- locale: "" | "th" | "mm" | "en";
4776
- previewUrl: string;
4777
- imageSetId: string;
4778
4772
  room: {
4779
4773
  id: string;
4780
4774
  direction: "incoming" | "outgoing" | "system";
@@ -5000,9 +4994,9 @@ export declare const messengerContract: {
5000
4994
  updatedAt: Date;
5001
4995
  deletedAt: Date | null;
5002
4996
  entityId: string;
4997
+ contactId: string | null;
5003
4998
  caseId: number;
5004
4999
  entityName: string;
5005
- contactId: string | null;
5006
5000
  queueId: string | null;
5007
5001
  agentId: string | null;
5008
5002
  startedDate: Date | null;
@@ -5021,9 +5015,9 @@ export declare const messengerContract: {
5021
5015
  updatedAt: Date;
5022
5016
  deletedAt: Date | null;
5023
5017
  }[];
5024
- note: string | null;
5025
5018
  callFrom: string | null;
5026
5019
  callTo: string | null;
5020
+ note: string | null;
5027
5021
  } | null;
5028
5022
  };
5029
5023
  channel?: {
@@ -5090,6 +5084,12 @@ export declare const messengerContract: {
5090
5084
  } | undefined;
5091
5085
  } | undefined;
5092
5086
  };
5087
+ readAt: Date;
5088
+ platformMessageId: string;
5089
+ replyPlatformMessageId: string;
5090
+ locale: "" | "th" | "mm" | "en";
5091
+ previewUrl: string;
5092
+ imageSetId: string;
5093
5093
  sender: {
5094
5094
  id: string;
5095
5095
  address: string | null;
@@ -5244,12 +5244,6 @@ export declare const messengerContract: {
5244
5244
  telephonySignature: string | null;
5245
5245
  } | undefined;
5246
5246
  };
5247
- readAt: Date;
5248
- platformMessageId: string;
5249
- replyPlatformMessageId: string;
5250
- locale: "" | "th" | "mm" | "en";
5251
- previewUrl: string;
5252
- imageSetId: string;
5253
5247
  room: {
5254
5248
  id: string;
5255
5249
  direction: "incoming" | "outgoing" | "system";
@@ -5475,9 +5469,9 @@ export declare const messengerContract: {
5475
5469
  updatedAt: Date;
5476
5470
  deletedAt: Date | null;
5477
5471
  entityId: string;
5472
+ contactId: string | null;
5478
5473
  caseId: number;
5479
5474
  entityName: string;
5480
- contactId: string | null;
5481
5475
  queueId: string | null;
5482
5476
  agentId: string | null;
5483
5477
  startedDate: Date | null;
@@ -5496,9 +5490,9 @@ export declare const messengerContract: {
5496
5490
  updatedAt: Date;
5497
5491
  deletedAt: Date | null;
5498
5492
  }[];
5499
- note: string | null;
5500
5493
  callFrom: string | null;
5501
5494
  callTo: string | null;
5495
+ note: string | null;
5502
5496
  } | null;
5503
5497
  };
5504
5498
  channel?: {
@@ -5565,6 +5559,12 @@ export declare const messengerContract: {
5565
5559
  } | undefined;
5566
5560
  } | undefined;
5567
5561
  };
5562
+ readAt: Date;
5563
+ platformMessageId: string;
5564
+ replyPlatformMessageId: string;
5565
+ locale: "" | "th" | "mm" | "en";
5566
+ previewUrl: string;
5567
+ imageSetId: string;
5568
5568
  sender: {
5569
5569
  id: string;
5570
5570
  address: string | null;
@@ -5626,5 +5626,172 @@ export declare const messengerContract: {
5626
5626
  };
5627
5627
  path: "/message";
5628
5628
  };
5629
+ connectToService: {
5630
+ body: import("zod").ZodObject<{
5631
+ name: import("zod").ZodString;
5632
+ type: import("zod").ZodEnum<["whatsapp", "messenger", "telegram", "line", "viber", "kakao", "shopee", "lazada", "instagram"]>;
5633
+ metadata: import("zod").ZodObject<{
5634
+ id: import("zod").ZodString;
5635
+ name: import("zod").ZodString;
5636
+ accessToken: import("zod").ZodString;
5637
+ additionalCredentials: import("zod").ZodOptional<import("zod").ZodAny>;
5638
+ }, "strip", import("zod").ZodTypeAny, {
5639
+ id: string;
5640
+ name: string;
5641
+ accessToken: string;
5642
+ additionalCredentials?: any;
5643
+ }, {
5644
+ id: string;
5645
+ name: string;
5646
+ accessToken: string;
5647
+ additionalCredentials?: any;
5648
+ }>;
5649
+ brandName: import("zod").ZodString;
5650
+ platformId: import("zod").ZodString;
5651
+ status: import("zod").ZodUnion<[import("zod").ZodLiteral<true>, import("zod").ZodLiteral<false>]>;
5652
+ isReloginRequired: import("zod").ZodBoolean;
5653
+ connectedUserName: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
5654
+ connectedUserId: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
5655
+ }, "strip", import("zod").ZodTypeAny, {
5656
+ type: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada" | "instagram";
5657
+ name: string;
5658
+ metadata: {
5659
+ id: string;
5660
+ name: string;
5661
+ accessToken: string;
5662
+ additionalCredentials?: any;
5663
+ };
5664
+ status: boolean;
5665
+ brandName: string;
5666
+ platformId: string;
5667
+ isReloginRequired: boolean;
5668
+ connectedUserName?: string | null | undefined;
5669
+ connectedUserId?: string | null | undefined;
5670
+ }, {
5671
+ type: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada" | "instagram";
5672
+ name: string;
5673
+ metadata: {
5674
+ id: string;
5675
+ name: string;
5676
+ accessToken: string;
5677
+ additionalCredentials?: any;
5678
+ };
5679
+ status: boolean;
5680
+ brandName: string;
5681
+ platformId: string;
5682
+ isReloginRequired: boolean;
5683
+ connectedUserName?: string | null | undefined;
5684
+ connectedUserId?: string | null | undefined;
5685
+ }>;
5686
+ method: "POST";
5687
+ responses: {
5688
+ 200: import("zod").ZodObject<{
5689
+ requestId: import("zod").ZodString;
5690
+ data: import("zod").ZodObject<{
5691
+ name: import("zod").ZodString;
5692
+ type: import("zod").ZodEnum<["whatsapp", "messenger", "telegram", "line", "viber", "kakao", "shopee", "lazada", "instagram"]>;
5693
+ metadata: import("zod").ZodObject<{
5694
+ id: import("zod").ZodString;
5695
+ name: import("zod").ZodString;
5696
+ accessToken: import("zod").ZodString;
5697
+ additionalCredentials: import("zod").ZodOptional<import("zod").ZodAny>;
5698
+ }, "strip", import("zod").ZodTypeAny, {
5699
+ id: string;
5700
+ name: string;
5701
+ accessToken: string;
5702
+ additionalCredentials?: any;
5703
+ }, {
5704
+ id: string;
5705
+ name: string;
5706
+ accessToken: string;
5707
+ additionalCredentials?: any;
5708
+ }>;
5709
+ brandName: import("zod").ZodString;
5710
+ platformId: import("zod").ZodString;
5711
+ status: import("zod").ZodUnion<[import("zod").ZodLiteral<true>, import("zod").ZodLiteral<false>]>;
5712
+ isReloginRequired: import("zod").ZodBoolean;
5713
+ connectedUserName: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
5714
+ connectedUserId: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
5715
+ }, "strip", import("zod").ZodTypeAny, {
5716
+ type: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada" | "instagram";
5717
+ name: string;
5718
+ metadata: {
5719
+ id: string;
5720
+ name: string;
5721
+ accessToken: string;
5722
+ additionalCredentials?: any;
5723
+ };
5724
+ status: boolean;
5725
+ brandName: string;
5726
+ platformId: string;
5727
+ isReloginRequired: boolean;
5728
+ connectedUserName?: string | null | undefined;
5729
+ connectedUserId?: string | null | undefined;
5730
+ }, {
5731
+ type: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada" | "instagram";
5732
+ name: string;
5733
+ metadata: {
5734
+ id: string;
5735
+ name: string;
5736
+ accessToken: string;
5737
+ additionalCredentials?: any;
5738
+ };
5739
+ status: boolean;
5740
+ brandName: string;
5741
+ platformId: string;
5742
+ isReloginRequired: boolean;
5743
+ connectedUserName?: string | null | undefined;
5744
+ connectedUserId?: string | null | undefined;
5745
+ }>;
5746
+ }, "strip", import("zod").ZodTypeAny, {
5747
+ data: {
5748
+ type: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada" | "instagram";
5749
+ name: string;
5750
+ metadata: {
5751
+ id: string;
5752
+ name: string;
5753
+ accessToken: string;
5754
+ additionalCredentials?: any;
5755
+ };
5756
+ status: boolean;
5757
+ brandName: string;
5758
+ platformId: string;
5759
+ isReloginRequired: boolean;
5760
+ connectedUserName?: string | null | undefined;
5761
+ connectedUserId?: string | null | undefined;
5762
+ };
5763
+ requestId: string;
5764
+ }, {
5765
+ data: {
5766
+ type: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada" | "instagram";
5767
+ name: string;
5768
+ metadata: {
5769
+ id: string;
5770
+ name: string;
5771
+ accessToken: string;
5772
+ additionalCredentials?: any;
5773
+ };
5774
+ status: boolean;
5775
+ brandName: string;
5776
+ platformId: string;
5777
+ isReloginRequired: boolean;
5778
+ connectedUserName?: string | null | undefined;
5779
+ connectedUserId?: string | null | undefined;
5780
+ };
5781
+ requestId: string;
5782
+ }>;
5783
+ 500: import("zod").ZodObject<{
5784
+ message: import("zod").ZodString;
5785
+ error: import("zod").ZodAny;
5786
+ }, "strip", import("zod").ZodTypeAny, {
5787
+ message: string;
5788
+ error?: any;
5789
+ }, {
5790
+ message: string;
5791
+ error?: any;
5792
+ }>;
5793
+ };
5794
+ path: "/connect";
5795
+ };
5629
5796
  };
5630
5797
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/messenger/index.ts"],"names":[],"mappings":"AAOA,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAU5B,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/messenger/index.ts"],"names":[],"mappings":"AASA,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAoB5B,CAAC"}
@@ -32,12 +32,10 @@ export declare const TelephonyCdrSchema: z.ZodObject<{
32
32
  updatedAt: Date;
33
33
  deletedAt: Date | null;
34
34
  extensionId: string | null;
35
- callFrom: string;
36
- callTo: string;
37
- contactId: string | null;
38
- uploadId: string | null;
39
35
  uniqueCallId: string;
40
36
  timeStart: string;
37
+ callFrom: string;
38
+ callTo: string;
41
39
  callDuration: number | null;
42
40
  talkDuration: number | null;
43
41
  srcTrunkName: string | null;
@@ -45,8 +43,10 @@ export declare const TelephonyCdrSchema: z.ZodObject<{
45
43
  pinCode: string | null;
46
44
  didNumber: string | null;
47
45
  agentRingTime: number | null;
46
+ uploadId: string | null;
48
47
  serialNumber: string | null;
49
48
  telephonyQueueId: string | null;
49
+ contactId: string | null;
50
50
  }, {
51
51
  type: string;
52
52
  id: string;
@@ -56,12 +56,10 @@ export declare const TelephonyCdrSchema: z.ZodObject<{
56
56
  updatedAt: Date;
57
57
  deletedAt: Date | null;
58
58
  extensionId: string | null;
59
- callFrom: string;
60
- callTo: string;
61
- contactId: string | null;
62
- uploadId: string | null;
63
59
  uniqueCallId: string;
64
60
  timeStart: string;
61
+ callFrom: string;
62
+ callTo: string;
65
63
  callDuration: number | null;
66
64
  talkDuration: number | null;
67
65
  srcTrunkName: string | null;
@@ -69,7 +67,9 @@ export declare const TelephonyCdrSchema: z.ZodObject<{
69
67
  pinCode: string | null;
70
68
  didNumber: string | null;
71
69
  agentRingTime: number | null;
70
+ uploadId: string | null;
72
71
  serialNumber: string | null;
73
72
  telephonyQueueId: string | null;
73
+ contactId: string | null;
74
74
  }>;
75
75
  //# sourceMappingURL=schema.d.ts.map
@@ -18,10 +18,10 @@ export declare const CreateTelephonyCdrSchema: z.ZodObject<{
18
18
  type: string;
19
19
  recording: string | null;
20
20
  status: string;
21
- callFrom: string;
22
- callTo: string;
23
21
  uniqueCallId: string;
24
22
  timeStart: string;
23
+ callFrom: string;
24
+ callTo: string;
25
25
  callDuration: number | null;
26
26
  talkDuration: number | null;
27
27
  srcTrunkName: string | null;
@@ -33,10 +33,10 @@ export declare const CreateTelephonyCdrSchema: z.ZodObject<{
33
33
  type: string;
34
34
  recording: string | null;
35
35
  status: string;
36
- callFrom: string;
37
- callTo: string;
38
36
  uniqueCallId: string;
39
37
  timeStart: string;
38
+ callFrom: string;
39
+ callTo: string;
40
40
  callDuration: number | null;
41
41
  talkDuration: number | null;
42
42
  srcTrunkName: string | null;
@@ -13,15 +13,15 @@ export declare const TelephonyLiveQueueCall: z.ZodObject<{
13
13
  createdAt: Date;
14
14
  updatedAt: Date;
15
15
  deletedAt: Date | null;
16
- queueNumber: string;
17
16
  uniqueCallId: string;
17
+ queueNumber: string;
18
18
  }, {
19
19
  id: string;
20
20
  status: string;
21
21
  createdAt: Date;
22
22
  updatedAt: Date;
23
23
  deletedAt: Date | null;
24
- queueNumber: string;
25
24
  uniqueCallId: string;
25
+ queueNumber: string;
26
26
  }>;
27
27
  //# sourceMappingURL=schema.d.ts.map
@@ -20,9 +20,9 @@ export declare const TelephonyQueueCallCountSchema: z.ZodObject<{
20
20
  createdAt: Date;
21
21
  updatedAt: Date;
22
22
  deletedAt: Date | null;
23
+ telephonyQueueId: string;
23
24
  sla: number;
24
25
  totalQueueCall: number;
25
- telephonyQueueId: string;
26
26
  missedQueueCall: number;
27
27
  answeredQueueCall: number;
28
28
  abandonedQueueCall: number;
@@ -36,9 +36,9 @@ export declare const TelephonyQueueCallCountSchema: z.ZodObject<{
36
36
  createdAt: Date;
37
37
  updatedAt: Date;
38
38
  deletedAt: Date | null;
39
+ telephonyQueueId: string;
39
40
  sla: number;
40
41
  totalQueueCall: number;
41
- telephonyQueueId: string;
42
42
  missedQueueCall: number;
43
43
  answeredQueueCall: number;
44
44
  abandonedQueueCall: number;
@@ -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.ZodDefault<z.ZodNumber>;
854
- pageSize: z.ZodDefault<z.ZodNumber>;
853
+ page: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
854
+ pageSize: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
855
855
  agent: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
856
856
  selectedDate: z.ZodOptional<z.ZodString>;
857
857
  keyword: z.ZodOptional<z.ZodString>;
@@ -879,8 +879,8 @@ export declare const ticketContract: {
879
879
  attributeId: string;
880
880
  }>, "many">>;
881
881
  }, "strip", z.ZodTypeAny, {
882
- page: number;
883
- pageSize: number;
882
+ page?: number | undefined;
883
+ pageSize?: number | undefined;
884
884
  agent?: string[] | undefined;
885
885
  selectedDate?: string | undefined;
886
886
  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.ZodDefault<z.ZodNumber>;
659
- pageSize: z.ZodDefault<z.ZodNumber>;
658
+ page: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
659
+ pageSize: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
660
660
  agent: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
661
661
  selectedDate: z.ZodOptional<z.ZodString>;
662
662
  keyword: z.ZodOptional<z.ZodString>;
@@ -684,8 +684,8 @@ export declare const GetAllTicketQuerySchema: z.ZodObject<{
684
684
  attributeId: string;
685
685
  }>, "many">>;
686
686
  }, "strip", z.ZodTypeAny, {
687
- page: number;
688
- pageSize: number;
687
+ page?: number | undefined;
688
+ pageSize?: number | undefined;
689
689
  agent?: string[] | undefined;
690
690
  selectedDate?: string | undefined;
691
691
  keyword?: string | undefined;
@@ -1 +1 @@
1
- {"version":3,"file":"validation.d.ts","sourceRoot":"","sources":["../../../src/ticket/validation.ts"],"names":[],"mappings":"AAAA,OAAO,CAAC,MAAM,KAAK,CAAC;AAEpB,eAAO,MAAM,UAAU;;;;;;;;;EAGrB,CAAC;AAMH,eAAO,MAAM,4BAA4B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAwBvC,CAAC;AAEH,eAAO,MAAM,4BAA4B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAA+B,CAAC;AAEzE,eAAO,MAAM,4BAA4B;;;;;;;;;;;;;;;;;;EAMvC,CAAC;AAEH,eAAO,MAAM,mCAAmC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAI9C,CAAC;AAEH,eAAO,MAAM,kBAAkB;;;;;;;;;EAG7B,CAAC;AAEH,eAAO,MAAM,gBAAgB;;;;;;;;;;;;EAI3B,CAAC;AAEH,eAAO,MAAM,uBAAuB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAyBlC,CAAC"}
1
+ {"version":3,"file":"validation.d.ts","sourceRoot":"","sources":["../../../src/ticket/validation.ts"],"names":[],"mappings":"AAAA,OAAO,CAAC,MAAM,KAAK,CAAC;AAEpB,eAAO,MAAM,UAAU;;;;;;;;;EAGrB,CAAC;AAMH,eAAO,MAAM,4BAA4B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAwBvC,CAAC;AAEH,eAAO,MAAM,4BAA4B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAA+B,CAAC;AAEzE,eAAO,MAAM,4BAA4B;;;;;;;;;;;;;;;;;;EAMvC,CAAC;AAEH,eAAO,MAAM,mCAAmC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAI9C,CAAC;AAEH,eAAO,MAAM,kBAAkB;;;;;;;;;EAG7B,CAAC;AAEH,eAAO,MAAM,gBAAgB;;;;;;;;;;;;EAI3B,CAAC;AAEH,eAAO,MAAM,uBAAuB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAyBxB,CAAC"}