@kl1/contracts 1.3.30 → 1.3.32

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 (66) hide show
  1. package/dist/api-contracts/src/activity-log/index.d.ts +1 -1
  2. package/dist/api-contracts/src/attribute/index.d.ts +7 -7
  3. package/dist/api-contracts/src/auth/index.d.ts +1 -1
  4. package/dist/api-contracts/src/automation-queue/index.d.ts +7 -7
  5. package/dist/api-contracts/src/automation-queue/index.d.ts.map +1 -1
  6. package/dist/api-contracts/src/aws/index.d.ts +2 -2
  7. package/dist/api-contracts/src/botpress/index.d.ts +2 -2
  8. package/dist/api-contracts/src/business-calendar/index.d.ts +4 -4
  9. package/dist/api-contracts/src/business-calendar/index.d.ts.map +1 -1
  10. package/dist/api-contracts/src/category/index.d.ts +7 -7
  11. package/dist/api-contracts/src/channel/index.d.ts +27 -27
  12. package/dist/api-contracts/src/channel/index.d.ts.map +1 -1
  13. package/dist/api-contracts/src/chat/index.d.ts +1821 -1821
  14. package/dist/api-contracts/src/chat/index.d.ts.map +1 -1
  15. package/dist/api-contracts/src/chat/schema.d.ts +400 -400
  16. package/dist/api-contracts/src/chat/validation.d.ts +321 -321
  17. package/dist/api-contracts/src/comment/index.d.ts +364 -364
  18. package/dist/api-contracts/src/comment/schema.d.ts +88 -88
  19. package/dist/api-contracts/src/contract.d.ts +33503 -33503
  20. package/dist/api-contracts/src/contract.d.ts.map +1 -1
  21. package/dist/api-contracts/src/cx-log/index.d.ts +64 -64
  22. package/dist/api-contracts/src/cx-log/index.d.ts.map +1 -1
  23. package/dist/api-contracts/src/cx-log/schema.d.ts +80 -80
  24. package/dist/api-contracts/src/dashboard/index.d.ts +19 -19
  25. package/dist/api-contracts/src/evaluate-form/index.d.ts +1 -1
  26. package/dist/api-contracts/src/extension/index.d.ts +7 -7
  27. package/dist/api-contracts/src/facebook-feed/index.d.ts +220 -220
  28. package/dist/api-contracts/src/general-setting/index.d.ts +2 -2
  29. package/dist/api-contracts/src/hold-label/index.d.ts +10 -10
  30. package/dist/api-contracts/src/instagram/index.d.ts +220 -220
  31. package/dist/api-contracts/src/line/index.d.ts +220 -220
  32. package/dist/api-contracts/src/mail/email-engine-webhooks-events.contract.d.ts +1 -1
  33. package/dist/api-contracts/src/mail/email-engine-webhooks-events.contract.d.ts.map +1 -1
  34. package/dist/api-contracts/src/mail/mail-contract.d.ts +240 -240
  35. package/dist/api-contracts/src/mail/room-contract.d.ts +240 -240
  36. package/dist/api-contracts/src/mail/schemas/room-validation.schema.d.ts +80 -80
  37. package/dist/api-contracts/src/mail/schemas/room.schema.d.ts +60 -60
  38. package/dist/api-contracts/src/messenger/index.d.ts +220 -220
  39. package/dist/api-contracts/src/notification/index.d.ts +4 -4
  40. package/dist/api-contracts/src/permission/index.d.ts +1 -1
  41. package/dist/api-contracts/src/presence-status/index.d.ts +5 -5
  42. package/dist/api-contracts/src/role/index.d.ts +5 -5
  43. package/dist/api-contracts/src/snippet/index.d.ts +8 -8
  44. package/dist/api-contracts/src/subscription/index.d.ts +5 -5
  45. package/dist/api-contracts/src/tag/index.d.ts +4 -4
  46. package/dist/api-contracts/src/telegram/index.d.ts +220 -220
  47. package/dist/api-contracts/src/telephony-agent-presence-status/index.d.ts +3 -3
  48. package/dist/api-contracts/src/telephony-cdr/index.d.ts +14 -14
  49. package/dist/api-contracts/src/telephony-extension/index.d.ts +1 -1
  50. package/dist/api-contracts/src/ticket/index.d.ts +672 -672
  51. package/dist/api-contracts/src/ticket/schema.d.ts +44 -44
  52. package/dist/api-contracts/src/ticket/validation.d.ts +20 -20
  53. package/dist/api-contracts/src/upload/index.d.ts +2 -2
  54. package/dist/api-contracts/src/user/index.d.ts +7 -7
  55. package/dist/api-contracts/src/user-presence-status-log/index.d.ts +2 -2
  56. package/dist/api-contracts/src/viber/index.d.ts +220 -220
  57. package/dist/api-contracts/src/webchat/index.d.ts +220 -220
  58. package/dist/api-contracts/src/whatsapp/index.d.ts +220 -220
  59. package/dist/api-contracts/src/workflow-rule/index.d.ts +260 -260
  60. package/dist/api-contracts/src/wrap-up-form/index.d.ts +187 -187
  61. package/dist/api-contracts/src/wrap-up-form/schema.d.ts +20 -20
  62. package/dist/index.js +187 -169
  63. package/dist/index.js.map +1 -1
  64. package/dist/index.mjs +187 -169
  65. package/dist/index.mjs.map +1 -1
  66. package/package.json +1 -1
@@ -4843,6 +4843,16 @@ export declare const telegramContract: {
4843
4843
  createdAt: Date;
4844
4844
  updatedAt: Date;
4845
4845
  deletedAt: Date | null;
4846
+ tags: {
4847
+ name: string;
4848
+ id: string;
4849
+ createdAt: Date;
4850
+ updatedAt: Date;
4851
+ deletedAt: Date | null;
4852
+ }[];
4853
+ callFrom: string | null;
4854
+ callTo: string | null;
4855
+ note: string | null;
4846
4856
  categories: {
4847
4857
  id: string;
4848
4858
  value: string;
@@ -4865,16 +4875,6 @@ export declare const telegramContract: {
4865
4875
  }[];
4866
4876
  }[];
4867
4877
  }[];
4868
- tags: {
4869
- name: string;
4870
- id: string;
4871
- createdAt: Date;
4872
- updatedAt: Date;
4873
- deletedAt: Date | null;
4874
- }[];
4875
- callFrom: string | null;
4876
- callTo: string | null;
4877
- note: string | null;
4878
4878
  customFields?: {
4879
4879
  id: string;
4880
4880
  createdAt: Date;
@@ -4894,6 +4894,16 @@ export declare const telegramContract: {
4894
4894
  createdAt: Date;
4895
4895
  updatedAt: Date;
4896
4896
  deletedAt: Date | null;
4897
+ tags: {
4898
+ name: string;
4899
+ id: string;
4900
+ createdAt: Date;
4901
+ updatedAt: Date;
4902
+ deletedAt: Date | null;
4903
+ }[];
4904
+ callFrom: string | null;
4905
+ callTo: string | null;
4906
+ note: string | null;
4897
4907
  categories: {
4898
4908
  id: string;
4899
4909
  value: string;
@@ -4916,16 +4926,6 @@ export declare const telegramContract: {
4916
4926
  }[];
4917
4927
  }[];
4918
4928
  }[];
4919
- tags: {
4920
- name: string;
4921
- id: string;
4922
- createdAt: Date;
4923
- updatedAt: Date;
4924
- deletedAt: Date | null;
4925
- }[];
4926
- callFrom: string | null;
4927
- callTo: string | null;
4928
- note: string | null;
4929
4929
  customFields?: {
4930
4930
  id: string;
4931
4931
  createdAt: Date;
@@ -5034,6 +5034,16 @@ export declare const telegramContract: {
5034
5034
  createdAt: Date;
5035
5035
  updatedAt: Date;
5036
5036
  deletedAt: Date | null;
5037
+ tags: {
5038
+ name: string;
5039
+ id: string;
5040
+ createdAt: Date;
5041
+ updatedAt: Date;
5042
+ deletedAt: Date | null;
5043
+ }[];
5044
+ callFrom: string | null;
5045
+ callTo: string | null;
5046
+ note: string | null;
5037
5047
  categories: {
5038
5048
  id: string;
5039
5049
  value: string;
@@ -5056,16 +5066,6 @@ export declare const telegramContract: {
5056
5066
  }[];
5057
5067
  }[];
5058
5068
  }[];
5059
- tags: {
5060
- name: string;
5061
- id: string;
5062
- createdAt: Date;
5063
- updatedAt: Date;
5064
- deletedAt: Date | null;
5065
- }[];
5066
- callFrom: string | null;
5067
- callTo: string | null;
5068
- note: string | null;
5069
5069
  customFields?: {
5070
5070
  id: string;
5071
5071
  createdAt: Date;
@@ -5124,6 +5124,16 @@ export declare const telegramContract: {
5124
5124
  createdAt: Date;
5125
5125
  updatedAt: Date;
5126
5126
  deletedAt: Date | null;
5127
+ tags: {
5128
+ name: string;
5129
+ id: string;
5130
+ createdAt: Date;
5131
+ updatedAt: Date;
5132
+ deletedAt: Date | null;
5133
+ }[];
5134
+ callFrom: string | null;
5135
+ callTo: string | null;
5136
+ note: string | null;
5127
5137
  categories: {
5128
5138
  id: string;
5129
5139
  value: string;
@@ -5146,16 +5156,6 @@ export declare const telegramContract: {
5146
5156
  }[];
5147
5157
  }[];
5148
5158
  }[];
5149
- tags: {
5150
- name: string;
5151
- id: string;
5152
- createdAt: Date;
5153
- updatedAt: Date;
5154
- deletedAt: Date | null;
5155
- }[];
5156
- callFrom: string | null;
5157
- callTo: string | null;
5158
- note: string | null;
5159
5159
  customFields?: {
5160
5160
  id: string;
5161
5161
  createdAt: Date;
@@ -5569,6 +5569,16 @@ export declare const telegramContract: {
5569
5569
  createdAt: Date;
5570
5570
  updatedAt: Date;
5571
5571
  deletedAt: Date | null;
5572
+ tags: {
5573
+ name: string;
5574
+ id: string;
5575
+ createdAt: Date;
5576
+ updatedAt: Date;
5577
+ deletedAt: Date | null;
5578
+ }[];
5579
+ callFrom: string | null;
5580
+ callTo: string | null;
5581
+ note: string | null;
5572
5582
  categories: {
5573
5583
  id: string;
5574
5584
  value: string;
@@ -5591,16 +5601,6 @@ export declare const telegramContract: {
5591
5601
  }[];
5592
5602
  }[];
5593
5603
  }[];
5594
- tags: {
5595
- name: string;
5596
- id: string;
5597
- createdAt: Date;
5598
- updatedAt: Date;
5599
- deletedAt: Date | null;
5600
- }[];
5601
- callFrom: string | null;
5602
- callTo: string | null;
5603
- note: string | null;
5604
5604
  customFields?: {
5605
5605
  id: string;
5606
5606
  createdAt: Date;
@@ -5998,6 +5998,16 @@ export declare const telegramContract: {
5998
5998
  createdAt: Date;
5999
5999
  updatedAt: Date;
6000
6000
  deletedAt: Date | null;
6001
+ tags: {
6002
+ name: string;
6003
+ id: string;
6004
+ createdAt: Date;
6005
+ updatedAt: Date;
6006
+ deletedAt: Date | null;
6007
+ }[];
6008
+ callFrom: string | null;
6009
+ callTo: string | null;
6010
+ note: string | null;
6001
6011
  categories: {
6002
6012
  id: string;
6003
6013
  value: string;
@@ -6020,16 +6030,6 @@ export declare const telegramContract: {
6020
6030
  }[];
6021
6031
  }[];
6022
6032
  }[];
6023
- tags: {
6024
- name: string;
6025
- id: string;
6026
- createdAt: Date;
6027
- updatedAt: Date;
6028
- deletedAt: Date | null;
6029
- }[];
6030
- callFrom: string | null;
6031
- callTo: string | null;
6032
- note: string | null;
6033
6033
  customFields?: {
6034
6034
  id: string;
6035
6035
  createdAt: Date;
@@ -9530,6 +9530,16 @@ export declare const telegramContract: {
9530
9530
  createdAt: Date;
9531
9531
  updatedAt: Date;
9532
9532
  deletedAt: Date | null;
9533
+ tags: {
9534
+ name: string;
9535
+ id: string;
9536
+ createdAt: Date;
9537
+ updatedAt: Date;
9538
+ deletedAt: Date | null;
9539
+ }[];
9540
+ callFrom: string | null;
9541
+ callTo: string | null;
9542
+ note: string | null;
9533
9543
  categories: {
9534
9544
  id: string;
9535
9545
  value: string;
@@ -9552,16 +9562,6 @@ export declare const telegramContract: {
9552
9562
  }[];
9553
9563
  }[];
9554
9564
  }[];
9555
- tags: {
9556
- name: string;
9557
- id: string;
9558
- createdAt: Date;
9559
- updatedAt: Date;
9560
- deletedAt: Date | null;
9561
- }[];
9562
- callFrom: string | null;
9563
- callTo: string | null;
9564
- note: string | null;
9565
9565
  customFields?: {
9566
9566
  id: string;
9567
9567
  createdAt: Date;
@@ -9581,6 +9581,16 @@ export declare const telegramContract: {
9581
9581
  createdAt: Date;
9582
9582
  updatedAt: Date;
9583
9583
  deletedAt: Date | null;
9584
+ tags: {
9585
+ name: string;
9586
+ id: string;
9587
+ createdAt: Date;
9588
+ updatedAt: Date;
9589
+ deletedAt: Date | null;
9590
+ }[];
9591
+ callFrom: string | null;
9592
+ callTo: string | null;
9593
+ note: string | null;
9584
9594
  categories: {
9585
9595
  id: string;
9586
9596
  value: string;
@@ -9603,16 +9613,6 @@ export declare const telegramContract: {
9603
9613
  }[];
9604
9614
  }[];
9605
9615
  }[];
9606
- tags: {
9607
- name: string;
9608
- id: string;
9609
- createdAt: Date;
9610
- updatedAt: Date;
9611
- deletedAt: Date | null;
9612
- }[];
9613
- callFrom: string | null;
9614
- callTo: string | null;
9615
- note: string | null;
9616
9616
  customFields?: {
9617
9617
  id: string;
9618
9618
  createdAt: Date;
@@ -9721,6 +9721,16 @@ export declare const telegramContract: {
9721
9721
  createdAt: Date;
9722
9722
  updatedAt: Date;
9723
9723
  deletedAt: Date | null;
9724
+ tags: {
9725
+ name: string;
9726
+ id: string;
9727
+ createdAt: Date;
9728
+ updatedAt: Date;
9729
+ deletedAt: Date | null;
9730
+ }[];
9731
+ callFrom: string | null;
9732
+ callTo: string | null;
9733
+ note: string | null;
9724
9734
  categories: {
9725
9735
  id: string;
9726
9736
  value: string;
@@ -9743,16 +9753,6 @@ export declare const telegramContract: {
9743
9753
  }[];
9744
9754
  }[];
9745
9755
  }[];
9746
- tags: {
9747
- name: string;
9748
- id: string;
9749
- createdAt: Date;
9750
- updatedAt: Date;
9751
- deletedAt: Date | null;
9752
- }[];
9753
- callFrom: string | null;
9754
- callTo: string | null;
9755
- note: string | null;
9756
9756
  customFields?: {
9757
9757
  id: string;
9758
9758
  createdAt: Date;
@@ -9811,6 +9811,16 @@ export declare const telegramContract: {
9811
9811
  createdAt: Date;
9812
9812
  updatedAt: Date;
9813
9813
  deletedAt: Date | null;
9814
+ tags: {
9815
+ name: string;
9816
+ id: string;
9817
+ createdAt: Date;
9818
+ updatedAt: Date;
9819
+ deletedAt: Date | null;
9820
+ }[];
9821
+ callFrom: string | null;
9822
+ callTo: string | null;
9823
+ note: string | null;
9814
9824
  categories: {
9815
9825
  id: string;
9816
9826
  value: string;
@@ -9833,16 +9843,6 @@ export declare const telegramContract: {
9833
9843
  }[];
9834
9844
  }[];
9835
9845
  }[];
9836
- tags: {
9837
- name: string;
9838
- id: string;
9839
- createdAt: Date;
9840
- updatedAt: Date;
9841
- deletedAt: Date | null;
9842
- }[];
9843
- callFrom: string | null;
9844
- callTo: string | null;
9845
- note: string | null;
9846
9846
  customFields?: {
9847
9847
  id: string;
9848
9848
  createdAt: Date;
@@ -10256,6 +10256,16 @@ export declare const telegramContract: {
10256
10256
  createdAt: Date;
10257
10257
  updatedAt: Date;
10258
10258
  deletedAt: Date | null;
10259
+ tags: {
10260
+ name: string;
10261
+ id: string;
10262
+ createdAt: Date;
10263
+ updatedAt: Date;
10264
+ deletedAt: Date | null;
10265
+ }[];
10266
+ callFrom: string | null;
10267
+ callTo: string | null;
10268
+ note: string | null;
10259
10269
  categories: {
10260
10270
  id: string;
10261
10271
  value: string;
@@ -10278,16 +10288,6 @@ export declare const telegramContract: {
10278
10288
  }[];
10279
10289
  }[];
10280
10290
  }[];
10281
- tags: {
10282
- name: string;
10283
- id: string;
10284
- createdAt: Date;
10285
- updatedAt: Date;
10286
- deletedAt: Date | null;
10287
- }[];
10288
- callFrom: string | null;
10289
- callTo: string | null;
10290
- note: string | null;
10291
10291
  customFields?: {
10292
10292
  id: string;
10293
10293
  createdAt: Date;
@@ -10685,6 +10685,16 @@ export declare const telegramContract: {
10685
10685
  createdAt: Date;
10686
10686
  updatedAt: Date;
10687
10687
  deletedAt: Date | null;
10688
+ tags: {
10689
+ name: string;
10690
+ id: string;
10691
+ createdAt: Date;
10692
+ updatedAt: Date;
10693
+ deletedAt: Date | null;
10694
+ }[];
10695
+ callFrom: string | null;
10696
+ callTo: string | null;
10697
+ note: string | null;
10688
10698
  categories: {
10689
10699
  id: string;
10690
10700
  value: string;
@@ -10707,16 +10717,6 @@ export declare const telegramContract: {
10707
10717
  }[];
10708
10718
  }[];
10709
10719
  }[];
10710
- tags: {
10711
- name: string;
10712
- id: string;
10713
- createdAt: Date;
10714
- updatedAt: Date;
10715
- deletedAt: Date | null;
10716
- }[];
10717
- callFrom: string | null;
10718
- callTo: string | null;
10719
- note: string | null;
10720
10720
  customFields?: {
10721
10721
  id: string;
10722
10722
  createdAt: Date;
@@ -12887,6 +12887,16 @@ export declare const telegramContract: {
12887
12887
  createdAt: Date;
12888
12888
  updatedAt: Date;
12889
12889
  deletedAt: Date | null;
12890
+ tags: {
12891
+ name: string;
12892
+ id: string;
12893
+ createdAt: Date;
12894
+ updatedAt: Date;
12895
+ deletedAt: Date | null;
12896
+ }[];
12897
+ callFrom: string | null;
12898
+ callTo: string | null;
12899
+ note: string | null;
12890
12900
  categories: {
12891
12901
  id: string;
12892
12902
  value: string;
@@ -12909,16 +12919,6 @@ export declare const telegramContract: {
12909
12919
  }[];
12910
12920
  }[];
12911
12921
  }[];
12912
- tags: {
12913
- name: string;
12914
- id: string;
12915
- createdAt: Date;
12916
- updatedAt: Date;
12917
- deletedAt: Date | null;
12918
- }[];
12919
- callFrom: string | null;
12920
- callTo: string | null;
12921
- note: string | null;
12922
12922
  customFields?: {
12923
12923
  id: string;
12924
12924
  createdAt: Date;
@@ -13653,6 +13653,16 @@ export declare const telegramContract: {
13653
13653
  createdAt: Date;
13654
13654
  updatedAt: Date;
13655
13655
  deletedAt: Date | null;
13656
+ tags: {
13657
+ name: string;
13658
+ id: string;
13659
+ createdAt: Date;
13660
+ updatedAt: Date;
13661
+ deletedAt: Date | null;
13662
+ }[];
13663
+ callFrom: string | null;
13664
+ callTo: string | null;
13665
+ note: string | null;
13656
13666
  categories: {
13657
13667
  id: string;
13658
13668
  value: string;
@@ -13675,16 +13685,6 @@ export declare const telegramContract: {
13675
13685
  }[];
13676
13686
  }[];
13677
13687
  }[];
13678
- tags: {
13679
- name: string;
13680
- id: string;
13681
- createdAt: Date;
13682
- updatedAt: Date;
13683
- deletedAt: Date | null;
13684
- }[];
13685
- callFrom: string | null;
13686
- callTo: string | null;
13687
- note: string | null;
13688
13688
  customFields?: {
13689
13689
  id: string;
13690
13690
  createdAt: Date;
@@ -14420,6 +14420,16 @@ export declare const telegramContract: {
14420
14420
  createdAt: Date;
14421
14421
  updatedAt: Date;
14422
14422
  deletedAt: Date | null;
14423
+ tags: {
14424
+ name: string;
14425
+ id: string;
14426
+ createdAt: Date;
14427
+ updatedAt: Date;
14428
+ deletedAt: Date | null;
14429
+ }[];
14430
+ callFrom: string | null;
14431
+ callTo: string | null;
14432
+ note: string | null;
14423
14433
  categories: {
14424
14434
  id: string;
14425
14435
  value: string;
@@ -14442,16 +14452,6 @@ export declare const telegramContract: {
14442
14452
  }[];
14443
14453
  }[];
14444
14454
  }[];
14445
- tags: {
14446
- name: string;
14447
- id: string;
14448
- createdAt: Date;
14449
- updatedAt: Date;
14450
- deletedAt: Date | null;
14451
- }[];
14452
- callFrom: string | null;
14453
- callTo: string | null;
14454
- note: string | null;
14455
14455
  customFields?: {
14456
14456
  id: string;
14457
14457
  createdAt: Date;
@@ -15186,6 +15186,16 @@ export declare const telegramContract: {
15186
15186
  createdAt: Date;
15187
15187
  updatedAt: Date;
15188
15188
  deletedAt: Date | null;
15189
+ tags: {
15190
+ name: string;
15191
+ id: string;
15192
+ createdAt: Date;
15193
+ updatedAt: Date;
15194
+ deletedAt: Date | null;
15195
+ }[];
15196
+ callFrom: string | null;
15197
+ callTo: string | null;
15198
+ note: string | null;
15189
15199
  categories: {
15190
15200
  id: string;
15191
15201
  value: string;
@@ -15208,16 +15218,6 @@ export declare const telegramContract: {
15208
15218
  }[];
15209
15219
  }[];
15210
15220
  }[];
15211
- tags: {
15212
- name: string;
15213
- id: string;
15214
- createdAt: Date;
15215
- updatedAt: Date;
15216
- deletedAt: Date | null;
15217
- }[];
15218
- callFrom: string | null;
15219
- callTo: string | null;
15220
- note: string | null;
15221
15221
  customFields?: {
15222
15222
  id: string;
15223
15223
  createdAt: Date;
@@ -15953,6 +15953,16 @@ export declare const telegramContract: {
15953
15953
  createdAt: Date;
15954
15954
  updatedAt: Date;
15955
15955
  deletedAt: Date | null;
15956
+ tags: {
15957
+ name: string;
15958
+ id: string;
15959
+ createdAt: Date;
15960
+ updatedAt: Date;
15961
+ deletedAt: Date | null;
15962
+ }[];
15963
+ callFrom: string | null;
15964
+ callTo: string | null;
15965
+ note: string | null;
15956
15966
  categories: {
15957
15967
  id: string;
15958
15968
  value: string;
@@ -15975,16 +15985,6 @@ export declare const telegramContract: {
15975
15985
  }[];
15976
15986
  }[];
15977
15987
  }[];
15978
- tags: {
15979
- name: string;
15980
- id: string;
15981
- createdAt: Date;
15982
- updatedAt: Date;
15983
- deletedAt: Date | null;
15984
- }[];
15985
- callFrom: string | null;
15986
- callTo: string | null;
15987
- note: string | null;
15988
15988
  customFields?: {
15989
15989
  id: string;
15990
15990
  createdAt: Date;
@@ -16719,6 +16719,16 @@ export declare const telegramContract: {
16719
16719
  createdAt: Date;
16720
16720
  updatedAt: Date;
16721
16721
  deletedAt: Date | null;
16722
+ tags: {
16723
+ name: string;
16724
+ id: string;
16725
+ createdAt: Date;
16726
+ updatedAt: Date;
16727
+ deletedAt: Date | null;
16728
+ }[];
16729
+ callFrom: string | null;
16730
+ callTo: string | null;
16731
+ note: string | null;
16722
16732
  categories: {
16723
16733
  id: string;
16724
16734
  value: string;
@@ -16741,16 +16751,6 @@ export declare const telegramContract: {
16741
16751
  }[];
16742
16752
  }[];
16743
16753
  }[];
16744
- tags: {
16745
- name: string;
16746
- id: string;
16747
- createdAt: Date;
16748
- updatedAt: Date;
16749
- deletedAt: Date | null;
16750
- }[];
16751
- callFrom: string | null;
16752
- callTo: string | null;
16753
- note: string | null;
16754
16754
  customFields?: {
16755
16755
  id: string;
16756
16756
  createdAt: Date;
@@ -17488,6 +17488,16 @@ export declare const telegramContract: {
17488
17488
  createdAt: Date;
17489
17489
  updatedAt: Date;
17490
17490
  deletedAt: Date | null;
17491
+ tags: {
17492
+ name: string;
17493
+ id: string;
17494
+ createdAt: Date;
17495
+ updatedAt: Date;
17496
+ deletedAt: Date | null;
17497
+ }[];
17498
+ callFrom: string | null;
17499
+ callTo: string | null;
17500
+ note: string | null;
17491
17501
  categories: {
17492
17502
  id: string;
17493
17503
  value: string;
@@ -17510,16 +17520,6 @@ export declare const telegramContract: {
17510
17520
  }[];
17511
17521
  }[];
17512
17522
  }[];
17513
- tags: {
17514
- name: string;
17515
- id: string;
17516
- createdAt: Date;
17517
- updatedAt: Date;
17518
- deletedAt: Date | null;
17519
- }[];
17520
- callFrom: string | null;
17521
- callTo: string | null;
17522
- note: string | null;
17523
17523
  customFields?: {
17524
17524
  id: string;
17525
17525
  createdAt: Date;
@@ -18254,6 +18254,16 @@ export declare const telegramContract: {
18254
18254
  createdAt: Date;
18255
18255
  updatedAt: Date;
18256
18256
  deletedAt: Date | null;
18257
+ tags: {
18258
+ name: string;
18259
+ id: string;
18260
+ createdAt: Date;
18261
+ updatedAt: Date;
18262
+ deletedAt: Date | null;
18263
+ }[];
18264
+ callFrom: string | null;
18265
+ callTo: string | null;
18266
+ note: string | null;
18257
18267
  categories: {
18258
18268
  id: string;
18259
18269
  value: string;
@@ -18276,16 +18286,6 @@ export declare const telegramContract: {
18276
18286
  }[];
18277
18287
  }[];
18278
18288
  }[];
18279
- tags: {
18280
- name: string;
18281
- id: string;
18282
- createdAt: Date;
18283
- updatedAt: Date;
18284
- deletedAt: Date | null;
18285
- }[];
18286
- callFrom: string | null;
18287
- callTo: string | null;
18288
- note: string | null;
18289
18289
  customFields?: {
18290
18290
  id: string;
18291
18291
  createdAt: Date;
@@ -19024,6 +19024,16 @@ export declare const telegramContract: {
19024
19024
  createdAt: Date;
19025
19025
  updatedAt: Date;
19026
19026
  deletedAt: Date | null;
19027
+ tags: {
19028
+ name: string;
19029
+ id: string;
19030
+ createdAt: Date;
19031
+ updatedAt: Date;
19032
+ deletedAt: Date | null;
19033
+ }[];
19034
+ callFrom: string | null;
19035
+ callTo: string | null;
19036
+ note: string | null;
19027
19037
  categories: {
19028
19038
  id: string;
19029
19039
  value: string;
@@ -19046,16 +19056,6 @@ export declare const telegramContract: {
19046
19056
  }[];
19047
19057
  }[];
19048
19058
  }[];
19049
- tags: {
19050
- name: string;
19051
- id: string;
19052
- createdAt: Date;
19053
- updatedAt: Date;
19054
- deletedAt: Date | null;
19055
- }[];
19056
- callFrom: string | null;
19057
- callTo: string | null;
19058
- note: string | null;
19059
19059
  customFields?: {
19060
19060
  id: string;
19061
19061
  createdAt: Date;
@@ -19790,6 +19790,16 @@ export declare const telegramContract: {
19790
19790
  createdAt: Date;
19791
19791
  updatedAt: Date;
19792
19792
  deletedAt: Date | null;
19793
+ tags: {
19794
+ name: string;
19795
+ id: string;
19796
+ createdAt: Date;
19797
+ updatedAt: Date;
19798
+ deletedAt: Date | null;
19799
+ }[];
19800
+ callFrom: string | null;
19801
+ callTo: string | null;
19802
+ note: string | null;
19793
19803
  categories: {
19794
19804
  id: string;
19795
19805
  value: string;
@@ -19812,16 +19822,6 @@ export declare const telegramContract: {
19812
19822
  }[];
19813
19823
  }[];
19814
19824
  }[];
19815
- tags: {
19816
- name: string;
19817
- id: string;
19818
- createdAt: Date;
19819
- updatedAt: Date;
19820
- deletedAt: Date | null;
19821
- }[];
19822
- callFrom: string | null;
19823
- callTo: string | null;
19824
- note: string | null;
19825
19825
  customFields?: {
19826
19826
  id: string;
19827
19827
  createdAt: Date;