@kl1/contracts 1.0.66 → 1.0.68

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 (53) hide show
  1. package/dist/index.js +2328 -2331
  2. package/dist/index.js.map +1 -1
  3. package/dist/index.mjs +2328 -2331
  4. package/dist/index.mjs.map +1 -1
  5. package/dist/src/app/index.d.ts +17 -0
  6. package/dist/src/app/index.d.ts.map +1 -0
  7. package/dist/src/call-log/schema.d.ts +4 -4
  8. package/dist/src/call-log/validation.d.ts +2 -2
  9. package/dist/src/channel/index.d.ts +67 -707
  10. package/dist/src/channel/index.d.ts.map +1 -1
  11. package/dist/src/channel/validation.d.ts +19 -0
  12. package/dist/src/channel/validation.d.ts.map +1 -1
  13. package/dist/src/chat/index.d.ts +600 -600
  14. package/dist/src/chat/schema.d.ts +74 -74
  15. package/dist/src/chat/validation.d.ts +128 -128
  16. package/dist/src/comment/index.d.ts +609 -609
  17. package/dist/src/comment/schema.d.ts +144 -144
  18. package/dist/src/contract.d.ts +3401 -4062
  19. package/dist/src/contract.d.ts.map +1 -1
  20. package/dist/src/cx-log/index.d.ts +90 -90
  21. package/dist/src/cx-log/schema.d.ts +62 -62
  22. package/dist/src/dashboard/index.d.ts +16 -31
  23. package/dist/src/dashboard/index.d.ts.map +1 -1
  24. package/dist/src/dashboard/schema.d.ts +6 -15
  25. package/dist/src/dashboard/schema.d.ts.map +1 -1
  26. package/dist/src/instagram/index.d.ts +78 -78
  27. package/dist/src/line/index.d.ts +96 -96
  28. package/dist/src/line/schema.d.ts +19 -19
  29. package/dist/src/line/schema.d.ts.map +1 -1
  30. package/dist/src/mail/mail-contract.d.ts +24 -24
  31. package/dist/src/mail/mail-server.d.ts +216 -0
  32. package/dist/src/mail/mail-server.d.ts.map +1 -0
  33. package/dist/src/mail/room-contract.d.ts +24 -24
  34. package/dist/src/mail/schemas/room-validation.schema.d.ts +8 -8
  35. package/dist/src/mail/schemas/room.schema.d.ts +4 -4
  36. package/dist/src/messenger/index.d.ts +78 -78
  37. package/dist/src/platform-contact/schema.d.ts +30 -0
  38. package/dist/src/platform-contact/schema.d.ts.map +1 -0
  39. package/dist/src/telephony-cdr/index.d.ts +38 -38
  40. package/dist/src/telephony-cdr/schema.d.ts +6 -6
  41. package/dist/src/telephony-cdr/validation.d.ts +5 -5
  42. package/dist/src/telephony-cdr/validation.d.ts.map +1 -1
  43. package/dist/src/ticket/index.d.ts +1084 -1084
  44. package/dist/src/ticket/schema.d.ts +72 -72
  45. package/dist/src/ticket/validation.d.ts +12 -12
  46. package/dist/src/user-presence-status-log/index.d.ts +4 -9
  47. package/dist/src/user-presence-status-log/index.d.ts.map +1 -1
  48. package/dist/src/user-presence-status-log/validation.d.ts +7 -0
  49. package/dist/src/user-presence-status-log/validation.d.ts.map +1 -1
  50. package/dist/src/wrap-up-form/index.d.ts +19 -19
  51. package/dist/src/wrap-up-form/schema.d.ts +2 -2
  52. package/dist/src/wrap-up-form/validation.d.ts +3 -3
  53. package/package.json +1 -1
@@ -192,9 +192,9 @@ export declare const cxLogContract: {
192
192
  updatedAt: Date;
193
193
  deletedAt: Date | null;
194
194
  }[];
195
+ note: string | null;
195
196
  callFrom: string | null;
196
197
  callTo: string | null;
197
- note: string | null;
198
198
  }, {
199
199
  id: string;
200
200
  disposition: string | null;
@@ -208,9 +208,9 @@ export declare const cxLogContract: {
208
208
  updatedAt: Date;
209
209
  deletedAt: Date | null;
210
210
  }[];
211
+ note: string | null;
211
212
  callFrom: string | null;
212
213
  callTo: string | null;
213
- note: string | null;
214
214
  }>>;
215
215
  room: z.ZodNullable<z.ZodObject<{
216
216
  id: z.ZodString;
@@ -1019,7 +1019,6 @@ export declare const cxLogContract: {
1019
1019
  createdAt: Date;
1020
1020
  updatedAt: Date;
1021
1021
  deletedAt: Date | null;
1022
- channelId: string;
1023
1022
  contact: {
1024
1023
  id: string;
1025
1024
  channel: string | null;
@@ -1124,6 +1123,7 @@ export declare const cxLogContract: {
1124
1123
  };
1125
1124
  }[] | undefined;
1126
1125
  };
1126
+ channelId: string;
1127
1127
  socialPlatformId: string;
1128
1128
  }, {
1129
1129
  type: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada" | "instagram";
@@ -1137,7 +1137,6 @@ export declare const cxLogContract: {
1137
1137
  createdAt: Date;
1138
1138
  updatedAt: Date;
1139
1139
  deletedAt: Date | null;
1140
- channelId: string;
1141
1140
  contact: {
1142
1141
  id: string;
1143
1142
  channel: string | null;
@@ -1242,6 +1241,7 @@ export declare const cxLogContract: {
1242
1241
  };
1243
1242
  }[] | undefined;
1244
1243
  };
1244
+ channelId: string;
1245
1245
  socialPlatformId: string;
1246
1246
  }>;
1247
1247
  actor: z.ZodObject<{
@@ -2067,12 +2067,12 @@ export declare const cxLogContract: {
2067
2067
  telephonySignature: string | null;
2068
2068
  };
2069
2069
  };
2070
- firstResponseTime: number;
2071
2070
  lastMessage: string;
2072
2071
  handleTime: number;
2073
2072
  closeAt: Date;
2074
2073
  unreadCount: number;
2075
2074
  firstResponseAt: Date;
2075
+ firstResponseTime: number;
2076
2076
  isLatest: boolean;
2077
2077
  platformContact: {
2078
2078
  type: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada" | "instagram";
@@ -2086,7 +2086,6 @@ export declare const cxLogContract: {
2086
2086
  createdAt: Date;
2087
2087
  updatedAt: Date;
2088
2088
  deletedAt: Date | null;
2089
- channelId: string;
2090
2089
  contact: {
2091
2090
  id: string;
2092
2091
  channel: string | null;
@@ -2191,6 +2190,7 @@ export declare const cxLogContract: {
2191
2190
  };
2192
2191
  }[] | undefined;
2193
2192
  };
2193
+ channelId: string;
2194
2194
  socialPlatformId: string;
2195
2195
  };
2196
2196
  assignee: {
@@ -2352,12 +2352,12 @@ export declare const cxLogContract: {
2352
2352
  telephonySignature: string | null;
2353
2353
  };
2354
2354
  };
2355
- firstResponseTime: number;
2356
2355
  lastMessage: string;
2357
2356
  handleTime: number;
2358
2357
  closeAt: Date;
2359
2358
  unreadCount: number;
2360
2359
  firstResponseAt: Date;
2360
+ firstResponseTime: number;
2361
2361
  isLatest: boolean;
2362
2362
  platformContact: {
2363
2363
  type: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada" | "instagram";
@@ -2371,7 +2371,6 @@ export declare const cxLogContract: {
2371
2371
  createdAt: Date;
2372
2372
  updatedAt: Date;
2373
2373
  deletedAt: Date | null;
2374
- channelId: string;
2375
2374
  contact: {
2376
2375
  id: string;
2377
2376
  channel: string | null;
@@ -2476,6 +2475,7 @@ export declare const cxLogContract: {
2476
2475
  };
2477
2476
  }[] | undefined;
2478
2477
  };
2478
+ channelId: string;
2479
2479
  socialPlatformId: string;
2480
2480
  };
2481
2481
  assignee: {
@@ -3770,10 +3770,11 @@ export declare const cxLogContract: {
3770
3770
  updatedAt: Date;
3771
3771
  deletedAt: Date | null;
3772
3772
  extensionId: string | null;
3773
- uniqueCallId: string;
3774
- timeStart: string;
3773
+ contactId: string | null;
3775
3774
  callFrom: string;
3776
3775
  callTo: string;
3776
+ uniqueCallId: string;
3777
+ timeStart: string;
3777
3778
  callDuration: number | null;
3778
3779
  talkDuration: number | null;
3779
3780
  srcTrunkName: string | null;
@@ -3784,7 +3785,6 @@ export declare const cxLogContract: {
3784
3785
  uploadId: string | null;
3785
3786
  serialNumber: string | null;
3786
3787
  telephonyQueueId: string | null;
3787
- contactId: string | null;
3788
3788
  contact?: {
3789
3789
  id: string;
3790
3790
  channel: string | null;
@@ -3977,10 +3977,11 @@ export declare const cxLogContract: {
3977
3977
  updatedAt: Date;
3978
3978
  deletedAt: Date | null;
3979
3979
  extensionId: string | null;
3980
- uniqueCallId: string;
3981
- timeStart: string;
3980
+ contactId: string | null;
3982
3981
  callFrom: string;
3983
3982
  callTo: string;
3983
+ uniqueCallId: string;
3984
+ timeStart: string;
3984
3985
  callDuration: number | null;
3985
3986
  talkDuration: number | null;
3986
3987
  srcTrunkName: string | null;
@@ -3991,7 +3992,6 @@ export declare const cxLogContract: {
3991
3992
  uploadId: string | null;
3992
3993
  serialNumber: string | null;
3993
3994
  telephonyQueueId: string | null;
3994
- contactId: string | null;
3995
3995
  contact?: {
3996
3996
  id: string;
3997
3997
  channel: string | null;
@@ -5259,11 +5259,11 @@ export declare const cxLogContract: {
5259
5259
  };
5260
5260
  }[] | undefined;
5261
5261
  } | null;
5262
+ firstResponseTime: string | null;
5262
5263
  caseId: number;
5263
5264
  entityName: string;
5264
5265
  startedDate: string | null;
5265
5266
  handledTime: string | null;
5266
- firstResponseTime: string | null;
5267
5267
  wrapUpForm: {
5268
5268
  id: string;
5269
5269
  disposition: string | null;
@@ -5277,21 +5277,9 @@ export declare const cxLogContract: {
5277
5277
  updatedAt: Date;
5278
5278
  deletedAt: Date | null;
5279
5279
  }[];
5280
+ note: string | null;
5280
5281
  callFrom: string | null;
5281
5282
  callTo: string | null;
5282
- note: string | null;
5283
- } | null;
5284
- customerPhone: string | null;
5285
- channelType: string | null;
5286
- slaMeet: string | null;
5287
- evaluateForm: {
5288
- id: string;
5289
- createdAt: Date;
5290
- updatedAt: Date;
5291
- deletedAt: Date | null;
5292
- cxLogId: string;
5293
- sentimentScore?: string | null | undefined;
5294
- csatScore?: string | null | undefined;
5295
5283
  } | null;
5296
5284
  room: {
5297
5285
  id: string;
@@ -5343,12 +5331,12 @@ export declare const cxLogContract: {
5343
5331
  telephonySignature: string | null;
5344
5332
  };
5345
5333
  };
5346
- firstResponseTime: number;
5347
5334
  lastMessage: string;
5348
5335
  handleTime: number;
5349
5336
  closeAt: Date;
5350
5337
  unreadCount: number;
5351
5338
  firstResponseAt: Date;
5339
+ firstResponseTime: number;
5352
5340
  isLatest: boolean;
5353
5341
  platformContact: {
5354
5342
  type: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada" | "instagram";
@@ -5362,7 +5350,6 @@ export declare const cxLogContract: {
5362
5350
  createdAt: Date;
5363
5351
  updatedAt: Date;
5364
5352
  deletedAt: Date | null;
5365
- channelId: string;
5366
5353
  contact: {
5367
5354
  id: string;
5368
5355
  channel: string | null;
@@ -5467,6 +5454,7 @@ export declare const cxLogContract: {
5467
5454
  };
5468
5455
  }[] | undefined;
5469
5456
  };
5457
+ channelId: string;
5470
5458
  socialPlatformId: string;
5471
5459
  };
5472
5460
  assignee: {
@@ -5579,6 +5567,18 @@ export declare const cxLogContract: {
5579
5567
  } | undefined;
5580
5568
  } | undefined;
5581
5569
  } | null;
5570
+ customerPhone: string | null;
5571
+ channelType: string | null;
5572
+ slaMeet: string | null;
5573
+ evaluateForm: {
5574
+ id: string;
5575
+ createdAt: Date;
5576
+ updatedAt: Date;
5577
+ deletedAt: Date | null;
5578
+ cxLogId: string;
5579
+ sentimentScore?: string | null | undefined;
5580
+ csatScore?: string | null | undefined;
5581
+ } | null;
5582
5582
  telephonyCdr: {
5583
5583
  type: string;
5584
5584
  id: string;
@@ -5588,10 +5588,11 @@ export declare const cxLogContract: {
5588
5588
  updatedAt: Date;
5589
5589
  deletedAt: Date | null;
5590
5590
  extensionId: string | null;
5591
- uniqueCallId: string;
5592
- timeStart: string;
5591
+ contactId: string | null;
5593
5592
  callFrom: string;
5594
5593
  callTo: string;
5594
+ uniqueCallId: string;
5595
+ timeStart: string;
5595
5596
  callDuration: number | null;
5596
5597
  talkDuration: number | null;
5597
5598
  srcTrunkName: string | null;
@@ -5602,7 +5603,6 @@ export declare const cxLogContract: {
5602
5603
  uploadId: string | null;
5603
5604
  serialNumber: string | null;
5604
5605
  telephonyQueueId: string | null;
5605
- contactId: string | null;
5606
5606
  contact?: {
5607
5607
  id: string;
5608
5608
  channel: string | null;
@@ -5948,11 +5948,11 @@ export declare const cxLogContract: {
5948
5948
  };
5949
5949
  }[] | undefined;
5950
5950
  } | null;
5951
+ firstResponseTime: string | null;
5951
5952
  caseId: number;
5952
5953
  entityName: string;
5953
5954
  startedDate: string | null;
5954
5955
  handledTime: string | null;
5955
- firstResponseTime: string | null;
5956
5956
  wrapUpForm: {
5957
5957
  id: string;
5958
5958
  disposition: string | null;
@@ -5966,21 +5966,9 @@ export declare const cxLogContract: {
5966
5966
  updatedAt: Date;
5967
5967
  deletedAt: Date | null;
5968
5968
  }[];
5969
+ note: string | null;
5969
5970
  callFrom: string | null;
5970
5971
  callTo: string | null;
5971
- note: string | null;
5972
- } | null;
5973
- customerPhone: string | null;
5974
- channelType: string | null;
5975
- slaMeet: string | null;
5976
- evaluateForm: {
5977
- id: string;
5978
- createdAt: Date;
5979
- updatedAt: Date;
5980
- deletedAt: Date | null;
5981
- cxLogId: string;
5982
- sentimentScore?: string | null | undefined;
5983
- csatScore?: string | null | undefined;
5984
5972
  } | null;
5985
5973
  room: {
5986
5974
  id: string;
@@ -6032,12 +6020,12 @@ export declare const cxLogContract: {
6032
6020
  telephonySignature: string | null;
6033
6021
  };
6034
6022
  };
6035
- firstResponseTime: number;
6036
6023
  lastMessage: string;
6037
6024
  handleTime: number;
6038
6025
  closeAt: Date;
6039
6026
  unreadCount: number;
6040
6027
  firstResponseAt: Date;
6028
+ firstResponseTime: number;
6041
6029
  isLatest: boolean;
6042
6030
  platformContact: {
6043
6031
  type: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada" | "instagram";
@@ -6051,7 +6039,6 @@ export declare const cxLogContract: {
6051
6039
  createdAt: Date;
6052
6040
  updatedAt: Date;
6053
6041
  deletedAt: Date | null;
6054
- channelId: string;
6055
6042
  contact: {
6056
6043
  id: string;
6057
6044
  channel: string | null;
@@ -6156,6 +6143,7 @@ export declare const cxLogContract: {
6156
6143
  };
6157
6144
  }[] | undefined;
6158
6145
  };
6146
+ channelId: string;
6159
6147
  socialPlatformId: string;
6160
6148
  };
6161
6149
  assignee: {
@@ -6268,6 +6256,18 @@ export declare const cxLogContract: {
6268
6256
  } | undefined;
6269
6257
  } | undefined;
6270
6258
  } | null;
6259
+ customerPhone: string | null;
6260
+ channelType: string | null;
6261
+ slaMeet: string | null;
6262
+ evaluateForm: {
6263
+ id: string;
6264
+ createdAt: Date;
6265
+ updatedAt: Date;
6266
+ deletedAt: Date | null;
6267
+ cxLogId: string;
6268
+ sentimentScore?: string | null | undefined;
6269
+ csatScore?: string | null | undefined;
6270
+ } | null;
6271
6271
  telephonyCdr: {
6272
6272
  type: string;
6273
6273
  id: string;
@@ -6277,10 +6277,11 @@ export declare const cxLogContract: {
6277
6277
  updatedAt: Date;
6278
6278
  deletedAt: Date | null;
6279
6279
  extensionId: string | null;
6280
- uniqueCallId: string;
6281
- timeStart: string;
6280
+ contactId: string | null;
6282
6281
  callFrom: string;
6283
6282
  callTo: string;
6283
+ uniqueCallId: string;
6284
+ timeStart: string;
6284
6285
  callDuration: number | null;
6285
6286
  talkDuration: number | null;
6286
6287
  srcTrunkName: string | null;
@@ -6291,7 +6292,6 @@ export declare const cxLogContract: {
6291
6292
  uploadId: string | null;
6292
6293
  serialNumber: string | null;
6293
6294
  telephonyQueueId: string | null;
6294
- contactId: string | null;
6295
6295
  contact?: {
6296
6296
  id: string;
6297
6297
  channel: string | null;
@@ -6643,11 +6643,11 @@ export declare const cxLogContract: {
6643
6643
  };
6644
6644
  }[] | undefined;
6645
6645
  } | null;
6646
+ firstResponseTime: string | null;
6646
6647
  caseId: number;
6647
6648
  entityName: string;
6648
6649
  startedDate: string | null;
6649
6650
  handledTime: string | null;
6650
- firstResponseTime: string | null;
6651
6651
  wrapUpForm: {
6652
6652
  id: string;
6653
6653
  disposition: string | null;
@@ -6661,21 +6661,9 @@ export declare const cxLogContract: {
6661
6661
  updatedAt: Date;
6662
6662
  deletedAt: Date | null;
6663
6663
  }[];
6664
+ note: string | null;
6664
6665
  callFrom: string | null;
6665
6666
  callTo: string | null;
6666
- note: string | null;
6667
- } | null;
6668
- customerPhone: string | null;
6669
- channelType: string | null;
6670
- slaMeet: string | null;
6671
- evaluateForm: {
6672
- id: string;
6673
- createdAt: Date;
6674
- updatedAt: Date;
6675
- deletedAt: Date | null;
6676
- cxLogId: string;
6677
- sentimentScore?: string | null | undefined;
6678
- csatScore?: string | null | undefined;
6679
6667
  } | null;
6680
6668
  room: {
6681
6669
  id: string;
@@ -6727,12 +6715,12 @@ export declare const cxLogContract: {
6727
6715
  telephonySignature: string | null;
6728
6716
  };
6729
6717
  };
6730
- firstResponseTime: number;
6731
6718
  lastMessage: string;
6732
6719
  handleTime: number;
6733
6720
  closeAt: Date;
6734
6721
  unreadCount: number;
6735
6722
  firstResponseAt: Date;
6723
+ firstResponseTime: number;
6736
6724
  isLatest: boolean;
6737
6725
  platformContact: {
6738
6726
  type: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada" | "instagram";
@@ -6746,7 +6734,6 @@ export declare const cxLogContract: {
6746
6734
  createdAt: Date;
6747
6735
  updatedAt: Date;
6748
6736
  deletedAt: Date | null;
6749
- channelId: string;
6750
6737
  contact: {
6751
6738
  id: string;
6752
6739
  channel: string | null;
@@ -6851,6 +6838,7 @@ export declare const cxLogContract: {
6851
6838
  };
6852
6839
  }[] | undefined;
6853
6840
  };
6841
+ channelId: string;
6854
6842
  socialPlatformId: string;
6855
6843
  };
6856
6844
  assignee: {
@@ -6963,6 +6951,18 @@ export declare const cxLogContract: {
6963
6951
  } | undefined;
6964
6952
  } | undefined;
6965
6953
  } | null;
6954
+ customerPhone: string | null;
6955
+ channelType: string | null;
6956
+ slaMeet: string | null;
6957
+ evaluateForm: {
6958
+ id: string;
6959
+ createdAt: Date;
6960
+ updatedAt: Date;
6961
+ deletedAt: Date | null;
6962
+ cxLogId: string;
6963
+ sentimentScore?: string | null | undefined;
6964
+ csatScore?: string | null | undefined;
6965
+ } | null;
6966
6966
  telephonyCdr: {
6967
6967
  type: string;
6968
6968
  id: string;
@@ -6972,10 +6972,11 @@ export declare const cxLogContract: {
6972
6972
  updatedAt: Date;
6973
6973
  deletedAt: Date | null;
6974
6974
  extensionId: string | null;
6975
- uniqueCallId: string;
6976
- timeStart: string;
6975
+ contactId: string | null;
6977
6976
  callFrom: string;
6978
6977
  callTo: string;
6978
+ uniqueCallId: string;
6979
+ timeStart: string;
6979
6980
  callDuration: number | null;
6980
6981
  talkDuration: number | null;
6981
6982
  srcTrunkName: string | null;
@@ -6986,7 +6987,6 @@ export declare const cxLogContract: {
6986
6987
  uploadId: string | null;
6987
6988
  serialNumber: string | null;
6988
6989
  telephonyQueueId: string | null;
6989
- contactId: string | null;
6990
6990
  contact?: {
6991
6991
  id: string;
6992
6992
  channel: string | null;
@@ -7338,11 +7338,11 @@ export declare const cxLogContract: {
7338
7338
  };
7339
7339
  }[] | undefined;
7340
7340
  } | null;
7341
+ firstResponseTime: string | null;
7341
7342
  caseId: number;
7342
7343
  entityName: string;
7343
7344
  startedDate: string | null;
7344
7345
  handledTime: string | null;
7345
- firstResponseTime: string | null;
7346
7346
  wrapUpForm: {
7347
7347
  id: string;
7348
7348
  disposition: string | null;
@@ -7356,21 +7356,9 @@ export declare const cxLogContract: {
7356
7356
  updatedAt: Date;
7357
7357
  deletedAt: Date | null;
7358
7358
  }[];
7359
+ note: string | null;
7359
7360
  callFrom: string | null;
7360
7361
  callTo: string | null;
7361
- note: string | null;
7362
- } | null;
7363
- customerPhone: string | null;
7364
- channelType: string | null;
7365
- slaMeet: string | null;
7366
- evaluateForm: {
7367
- id: string;
7368
- createdAt: Date;
7369
- updatedAt: Date;
7370
- deletedAt: Date | null;
7371
- cxLogId: string;
7372
- sentimentScore?: string | null | undefined;
7373
- csatScore?: string | null | undefined;
7374
7362
  } | null;
7375
7363
  room: {
7376
7364
  id: string;
@@ -7422,12 +7410,12 @@ export declare const cxLogContract: {
7422
7410
  telephonySignature: string | null;
7423
7411
  };
7424
7412
  };
7425
- firstResponseTime: number;
7426
7413
  lastMessage: string;
7427
7414
  handleTime: number;
7428
7415
  closeAt: Date;
7429
7416
  unreadCount: number;
7430
7417
  firstResponseAt: Date;
7418
+ firstResponseTime: number;
7431
7419
  isLatest: boolean;
7432
7420
  platformContact: {
7433
7421
  type: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada" | "instagram";
@@ -7441,7 +7429,6 @@ export declare const cxLogContract: {
7441
7429
  createdAt: Date;
7442
7430
  updatedAt: Date;
7443
7431
  deletedAt: Date | null;
7444
- channelId: string;
7445
7432
  contact: {
7446
7433
  id: string;
7447
7434
  channel: string | null;
@@ -7546,6 +7533,7 @@ export declare const cxLogContract: {
7546
7533
  };
7547
7534
  }[] | undefined;
7548
7535
  };
7536
+ channelId: string;
7549
7537
  socialPlatformId: string;
7550
7538
  };
7551
7539
  assignee: {
@@ -7658,6 +7646,18 @@ export declare const cxLogContract: {
7658
7646
  } | undefined;
7659
7647
  } | undefined;
7660
7648
  } | null;
7649
+ customerPhone: string | null;
7650
+ channelType: string | null;
7651
+ slaMeet: string | null;
7652
+ evaluateForm: {
7653
+ id: string;
7654
+ createdAt: Date;
7655
+ updatedAt: Date;
7656
+ deletedAt: Date | null;
7657
+ cxLogId: string;
7658
+ sentimentScore?: string | null | undefined;
7659
+ csatScore?: string | null | undefined;
7660
+ } | null;
7661
7661
  telephonyCdr: {
7662
7662
  type: string;
7663
7663
  id: string;
@@ -7667,10 +7667,11 @@ export declare const cxLogContract: {
7667
7667
  updatedAt: Date;
7668
7668
  deletedAt: Date | null;
7669
7669
  extensionId: string | null;
7670
- uniqueCallId: string;
7671
- timeStart: string;
7670
+ contactId: string | null;
7672
7671
  callFrom: string;
7673
7672
  callTo: string;
7673
+ uniqueCallId: string;
7674
+ timeStart: string;
7674
7675
  callDuration: number | null;
7675
7676
  talkDuration: number | null;
7676
7677
  srcTrunkName: string | null;
@@ -7681,7 +7682,6 @@ export declare const cxLogContract: {
7681
7682
  uploadId: string | null;
7682
7683
  serialNumber: string | null;
7683
7684
  telephonyQueueId: string | null;
7684
- contactId: string | null;
7685
7685
  contact?: {
7686
7686
  id: string;
7687
7687
  channel: string | null;