@kl1/contracts 1.3.31 → 1.3.33

Sign up to get free protection for your applications and to get access to all the features.
Files changed (67) 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 +20 -20
  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 +33508 -33508
  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/widget/index.d.ts +11 -11
  60. package/dist/api-contracts/src/workflow-rule/index.d.ts +260 -260
  61. package/dist/api-contracts/src/wrap-up-form/index.d.ts +187 -187
  62. package/dist/api-contracts/src/wrap-up-form/schema.d.ts +20 -20
  63. package/dist/index.js +188 -170
  64. package/dist/index.js.map +1 -1
  65. package/dist/index.mjs +188 -170
  66. package/dist/index.mjs.map +1 -1
  67. package/package.json +1 -1
@@ -3637,6 +3637,16 @@ export declare const messengerContract: {
3637
3637
  createdAt: Date;
3638
3638
  updatedAt: Date;
3639
3639
  deletedAt: Date | null;
3640
+ tags: {
3641
+ name: string;
3642
+ id: string;
3643
+ createdAt: Date;
3644
+ updatedAt: Date;
3645
+ deletedAt: Date | null;
3646
+ }[];
3647
+ callFrom: string | null;
3648
+ callTo: string | null;
3649
+ note: string | null;
3640
3650
  categories: {
3641
3651
  id: string;
3642
3652
  value: string;
@@ -3659,16 +3669,6 @@ export declare const messengerContract: {
3659
3669
  }[];
3660
3670
  }[];
3661
3671
  }[];
3662
- tags: {
3663
- name: string;
3664
- id: string;
3665
- createdAt: Date;
3666
- updatedAt: Date;
3667
- deletedAt: Date | null;
3668
- }[];
3669
- callFrom: string | null;
3670
- callTo: string | null;
3671
- note: string | null;
3672
3672
  customFields?: {
3673
3673
  id: string;
3674
3674
  createdAt: Date;
@@ -3688,6 +3688,16 @@ export declare const messengerContract: {
3688
3688
  createdAt: Date;
3689
3689
  updatedAt: Date;
3690
3690
  deletedAt: Date | null;
3691
+ tags: {
3692
+ name: string;
3693
+ id: string;
3694
+ createdAt: Date;
3695
+ updatedAt: Date;
3696
+ deletedAt: Date | null;
3697
+ }[];
3698
+ callFrom: string | null;
3699
+ callTo: string | null;
3700
+ note: string | null;
3691
3701
  categories: {
3692
3702
  id: string;
3693
3703
  value: string;
@@ -3710,16 +3720,6 @@ export declare const messengerContract: {
3710
3720
  }[];
3711
3721
  }[];
3712
3722
  }[];
3713
- tags: {
3714
- name: string;
3715
- id: string;
3716
- createdAt: Date;
3717
- updatedAt: Date;
3718
- deletedAt: Date | null;
3719
- }[];
3720
- callFrom: string | null;
3721
- callTo: string | null;
3722
- note: string | null;
3723
3723
  customFields?: {
3724
3724
  id: string;
3725
3725
  createdAt: Date;
@@ -3828,6 +3828,16 @@ export declare const messengerContract: {
3828
3828
  createdAt: Date;
3829
3829
  updatedAt: Date;
3830
3830
  deletedAt: Date | null;
3831
+ tags: {
3832
+ name: string;
3833
+ id: string;
3834
+ createdAt: Date;
3835
+ updatedAt: Date;
3836
+ deletedAt: Date | null;
3837
+ }[];
3838
+ callFrom: string | null;
3839
+ callTo: string | null;
3840
+ note: string | null;
3831
3841
  categories: {
3832
3842
  id: string;
3833
3843
  value: string;
@@ -3850,16 +3860,6 @@ export declare const messengerContract: {
3850
3860
  }[];
3851
3861
  }[];
3852
3862
  }[];
3853
- tags: {
3854
- name: string;
3855
- id: string;
3856
- createdAt: Date;
3857
- updatedAt: Date;
3858
- deletedAt: Date | null;
3859
- }[];
3860
- callFrom: string | null;
3861
- callTo: string | null;
3862
- note: string | null;
3863
3863
  customFields?: {
3864
3864
  id: string;
3865
3865
  createdAt: Date;
@@ -3918,6 +3918,16 @@ export declare const messengerContract: {
3918
3918
  createdAt: Date;
3919
3919
  updatedAt: Date;
3920
3920
  deletedAt: Date | null;
3921
+ tags: {
3922
+ name: string;
3923
+ id: string;
3924
+ createdAt: Date;
3925
+ updatedAt: Date;
3926
+ deletedAt: Date | null;
3927
+ }[];
3928
+ callFrom: string | null;
3929
+ callTo: string | null;
3930
+ note: string | null;
3921
3931
  categories: {
3922
3932
  id: string;
3923
3933
  value: string;
@@ -3940,16 +3950,6 @@ export declare const messengerContract: {
3940
3950
  }[];
3941
3951
  }[];
3942
3952
  }[];
3943
- tags: {
3944
- name: string;
3945
- id: string;
3946
- createdAt: Date;
3947
- updatedAt: Date;
3948
- deletedAt: Date | null;
3949
- }[];
3950
- callFrom: string | null;
3951
- callTo: string | null;
3952
- note: string | null;
3953
3953
  customFields?: {
3954
3954
  id: string;
3955
3955
  createdAt: Date;
@@ -4363,6 +4363,16 @@ export declare const messengerContract: {
4363
4363
  createdAt: Date;
4364
4364
  updatedAt: Date;
4365
4365
  deletedAt: Date | null;
4366
+ tags: {
4367
+ name: string;
4368
+ id: string;
4369
+ createdAt: Date;
4370
+ updatedAt: Date;
4371
+ deletedAt: Date | null;
4372
+ }[];
4373
+ callFrom: string | null;
4374
+ callTo: string | null;
4375
+ note: string | null;
4366
4376
  categories: {
4367
4377
  id: string;
4368
4378
  value: string;
@@ -4385,16 +4395,6 @@ export declare const messengerContract: {
4385
4395
  }[];
4386
4396
  }[];
4387
4397
  }[];
4388
- tags: {
4389
- name: string;
4390
- id: string;
4391
- createdAt: Date;
4392
- updatedAt: Date;
4393
- deletedAt: Date | null;
4394
- }[];
4395
- callFrom: string | null;
4396
- callTo: string | null;
4397
- note: string | null;
4398
4398
  customFields?: {
4399
4399
  id: string;
4400
4400
  createdAt: Date;
@@ -4792,6 +4792,16 @@ export declare const messengerContract: {
4792
4792
  createdAt: Date;
4793
4793
  updatedAt: Date;
4794
4794
  deletedAt: Date | null;
4795
+ tags: {
4796
+ name: string;
4797
+ id: string;
4798
+ createdAt: Date;
4799
+ updatedAt: Date;
4800
+ deletedAt: Date | null;
4801
+ }[];
4802
+ callFrom: string | null;
4803
+ callTo: string | null;
4804
+ note: string | null;
4795
4805
  categories: {
4796
4806
  id: string;
4797
4807
  value: string;
@@ -4814,16 +4824,6 @@ export declare const messengerContract: {
4814
4824
  }[];
4815
4825
  }[];
4816
4826
  }[];
4817
- tags: {
4818
- name: string;
4819
- id: string;
4820
- createdAt: Date;
4821
- updatedAt: Date;
4822
- deletedAt: Date | null;
4823
- }[];
4824
- callFrom: string | null;
4825
- callTo: string | null;
4826
- note: string | null;
4827
4827
  customFields?: {
4828
4828
  id: string;
4829
4829
  createdAt: Date;
@@ -8324,6 +8324,16 @@ export declare const messengerContract: {
8324
8324
  createdAt: Date;
8325
8325
  updatedAt: Date;
8326
8326
  deletedAt: Date | null;
8327
+ tags: {
8328
+ name: string;
8329
+ id: string;
8330
+ createdAt: Date;
8331
+ updatedAt: Date;
8332
+ deletedAt: Date | null;
8333
+ }[];
8334
+ callFrom: string | null;
8335
+ callTo: string | null;
8336
+ note: string | null;
8327
8337
  categories: {
8328
8338
  id: string;
8329
8339
  value: string;
@@ -8346,16 +8356,6 @@ export declare const messengerContract: {
8346
8356
  }[];
8347
8357
  }[];
8348
8358
  }[];
8349
- tags: {
8350
- name: string;
8351
- id: string;
8352
- createdAt: Date;
8353
- updatedAt: Date;
8354
- deletedAt: Date | null;
8355
- }[];
8356
- callFrom: string | null;
8357
- callTo: string | null;
8358
- note: string | null;
8359
8359
  customFields?: {
8360
8360
  id: string;
8361
8361
  createdAt: Date;
@@ -8375,6 +8375,16 @@ export declare const messengerContract: {
8375
8375
  createdAt: Date;
8376
8376
  updatedAt: Date;
8377
8377
  deletedAt: Date | null;
8378
+ tags: {
8379
+ name: string;
8380
+ id: string;
8381
+ createdAt: Date;
8382
+ updatedAt: Date;
8383
+ deletedAt: Date | null;
8384
+ }[];
8385
+ callFrom: string | null;
8386
+ callTo: string | null;
8387
+ note: string | null;
8378
8388
  categories: {
8379
8389
  id: string;
8380
8390
  value: string;
@@ -8397,16 +8407,6 @@ export declare const messengerContract: {
8397
8407
  }[];
8398
8408
  }[];
8399
8409
  }[];
8400
- tags: {
8401
- name: string;
8402
- id: string;
8403
- createdAt: Date;
8404
- updatedAt: Date;
8405
- deletedAt: Date | null;
8406
- }[];
8407
- callFrom: string | null;
8408
- callTo: string | null;
8409
- note: string | null;
8410
8410
  customFields?: {
8411
8411
  id: string;
8412
8412
  createdAt: Date;
@@ -8515,6 +8515,16 @@ export declare const messengerContract: {
8515
8515
  createdAt: Date;
8516
8516
  updatedAt: Date;
8517
8517
  deletedAt: Date | null;
8518
+ tags: {
8519
+ name: string;
8520
+ id: string;
8521
+ createdAt: Date;
8522
+ updatedAt: Date;
8523
+ deletedAt: Date | null;
8524
+ }[];
8525
+ callFrom: string | null;
8526
+ callTo: string | null;
8527
+ note: string | null;
8518
8528
  categories: {
8519
8529
  id: string;
8520
8530
  value: string;
@@ -8537,16 +8547,6 @@ export declare const messengerContract: {
8537
8547
  }[];
8538
8548
  }[];
8539
8549
  }[];
8540
- tags: {
8541
- name: string;
8542
- id: string;
8543
- createdAt: Date;
8544
- updatedAt: Date;
8545
- deletedAt: Date | null;
8546
- }[];
8547
- callFrom: string | null;
8548
- callTo: string | null;
8549
- note: string | null;
8550
8550
  customFields?: {
8551
8551
  id: string;
8552
8552
  createdAt: Date;
@@ -8605,6 +8605,16 @@ export declare const messengerContract: {
8605
8605
  createdAt: Date;
8606
8606
  updatedAt: Date;
8607
8607
  deletedAt: Date | null;
8608
+ tags: {
8609
+ name: string;
8610
+ id: string;
8611
+ createdAt: Date;
8612
+ updatedAt: Date;
8613
+ deletedAt: Date | null;
8614
+ }[];
8615
+ callFrom: string | null;
8616
+ callTo: string | null;
8617
+ note: string | null;
8608
8618
  categories: {
8609
8619
  id: string;
8610
8620
  value: string;
@@ -8627,16 +8637,6 @@ export declare const messengerContract: {
8627
8637
  }[];
8628
8638
  }[];
8629
8639
  }[];
8630
- tags: {
8631
- name: string;
8632
- id: string;
8633
- createdAt: Date;
8634
- updatedAt: Date;
8635
- deletedAt: Date | null;
8636
- }[];
8637
- callFrom: string | null;
8638
- callTo: string | null;
8639
- note: string | null;
8640
8640
  customFields?: {
8641
8641
  id: string;
8642
8642
  createdAt: Date;
@@ -9050,6 +9050,16 @@ export declare const messengerContract: {
9050
9050
  createdAt: Date;
9051
9051
  updatedAt: Date;
9052
9052
  deletedAt: Date | null;
9053
+ tags: {
9054
+ name: string;
9055
+ id: string;
9056
+ createdAt: Date;
9057
+ updatedAt: Date;
9058
+ deletedAt: Date | null;
9059
+ }[];
9060
+ callFrom: string | null;
9061
+ callTo: string | null;
9062
+ note: string | null;
9053
9063
  categories: {
9054
9064
  id: string;
9055
9065
  value: string;
@@ -9072,16 +9082,6 @@ export declare const messengerContract: {
9072
9082
  }[];
9073
9083
  }[];
9074
9084
  }[];
9075
- tags: {
9076
- name: string;
9077
- id: string;
9078
- createdAt: Date;
9079
- updatedAt: Date;
9080
- deletedAt: Date | null;
9081
- }[];
9082
- callFrom: string | null;
9083
- callTo: string | null;
9084
- note: string | null;
9085
9085
  customFields?: {
9086
9086
  id: string;
9087
9087
  createdAt: Date;
@@ -9479,6 +9479,16 @@ export declare const messengerContract: {
9479
9479
  createdAt: Date;
9480
9480
  updatedAt: Date;
9481
9481
  deletedAt: Date | null;
9482
+ tags: {
9483
+ name: string;
9484
+ id: string;
9485
+ createdAt: Date;
9486
+ updatedAt: Date;
9487
+ deletedAt: Date | null;
9488
+ }[];
9489
+ callFrom: string | null;
9490
+ callTo: string | null;
9491
+ note: string | null;
9482
9492
  categories: {
9483
9493
  id: string;
9484
9494
  value: string;
@@ -9501,16 +9511,6 @@ export declare const messengerContract: {
9501
9511
  }[];
9502
9512
  }[];
9503
9513
  }[];
9504
- tags: {
9505
- name: string;
9506
- id: string;
9507
- createdAt: Date;
9508
- updatedAt: Date;
9509
- deletedAt: Date | null;
9510
- }[];
9511
- callFrom: string | null;
9512
- callTo: string | null;
9513
- note: string | null;
9514
9514
  customFields?: {
9515
9515
  id: string;
9516
9516
  createdAt: Date;
@@ -11681,6 +11681,16 @@ export declare const messengerContract: {
11681
11681
  createdAt: Date;
11682
11682
  updatedAt: Date;
11683
11683
  deletedAt: Date | null;
11684
+ tags: {
11685
+ name: string;
11686
+ id: string;
11687
+ createdAt: Date;
11688
+ updatedAt: Date;
11689
+ deletedAt: Date | null;
11690
+ }[];
11691
+ callFrom: string | null;
11692
+ callTo: string | null;
11693
+ note: string | null;
11684
11694
  categories: {
11685
11695
  id: string;
11686
11696
  value: string;
@@ -11703,16 +11713,6 @@ export declare const messengerContract: {
11703
11713
  }[];
11704
11714
  }[];
11705
11715
  }[];
11706
- tags: {
11707
- name: string;
11708
- id: string;
11709
- createdAt: Date;
11710
- updatedAt: Date;
11711
- deletedAt: Date | null;
11712
- }[];
11713
- callFrom: string | null;
11714
- callTo: string | null;
11715
- note: string | null;
11716
11716
  customFields?: {
11717
11717
  id: string;
11718
11718
  createdAt: Date;
@@ -12447,6 +12447,16 @@ export declare const messengerContract: {
12447
12447
  createdAt: Date;
12448
12448
  updatedAt: Date;
12449
12449
  deletedAt: Date | null;
12450
+ tags: {
12451
+ name: string;
12452
+ id: string;
12453
+ createdAt: Date;
12454
+ updatedAt: Date;
12455
+ deletedAt: Date | null;
12456
+ }[];
12457
+ callFrom: string | null;
12458
+ callTo: string | null;
12459
+ note: string | null;
12450
12460
  categories: {
12451
12461
  id: string;
12452
12462
  value: string;
@@ -12469,16 +12479,6 @@ export declare const messengerContract: {
12469
12479
  }[];
12470
12480
  }[];
12471
12481
  }[];
12472
- tags: {
12473
- name: string;
12474
- id: string;
12475
- createdAt: Date;
12476
- updatedAt: Date;
12477
- deletedAt: Date | null;
12478
- }[];
12479
- callFrom: string | null;
12480
- callTo: string | null;
12481
- note: string | null;
12482
12482
  customFields?: {
12483
12483
  id: string;
12484
12484
  createdAt: Date;
@@ -13214,6 +13214,16 @@ export declare const messengerContract: {
13214
13214
  createdAt: Date;
13215
13215
  updatedAt: Date;
13216
13216
  deletedAt: Date | null;
13217
+ tags: {
13218
+ name: string;
13219
+ id: string;
13220
+ createdAt: Date;
13221
+ updatedAt: Date;
13222
+ deletedAt: Date | null;
13223
+ }[];
13224
+ callFrom: string | null;
13225
+ callTo: string | null;
13226
+ note: string | null;
13217
13227
  categories: {
13218
13228
  id: string;
13219
13229
  value: string;
@@ -13236,16 +13246,6 @@ export declare const messengerContract: {
13236
13246
  }[];
13237
13247
  }[];
13238
13248
  }[];
13239
- tags: {
13240
- name: string;
13241
- id: string;
13242
- createdAt: Date;
13243
- updatedAt: Date;
13244
- deletedAt: Date | null;
13245
- }[];
13246
- callFrom: string | null;
13247
- callTo: string | null;
13248
- note: string | null;
13249
13249
  customFields?: {
13250
13250
  id: string;
13251
13251
  createdAt: Date;
@@ -13980,6 +13980,16 @@ export declare const messengerContract: {
13980
13980
  createdAt: Date;
13981
13981
  updatedAt: Date;
13982
13982
  deletedAt: Date | null;
13983
+ tags: {
13984
+ name: string;
13985
+ id: string;
13986
+ createdAt: Date;
13987
+ updatedAt: Date;
13988
+ deletedAt: Date | null;
13989
+ }[];
13990
+ callFrom: string | null;
13991
+ callTo: string | null;
13992
+ note: string | null;
13983
13993
  categories: {
13984
13994
  id: string;
13985
13995
  value: string;
@@ -14002,16 +14012,6 @@ export declare const messengerContract: {
14002
14012
  }[];
14003
14013
  }[];
14004
14014
  }[];
14005
- tags: {
14006
- name: string;
14007
- id: string;
14008
- createdAt: Date;
14009
- updatedAt: Date;
14010
- deletedAt: Date | null;
14011
- }[];
14012
- callFrom: string | null;
14013
- callTo: string | null;
14014
- note: string | null;
14015
14015
  customFields?: {
14016
14016
  id: string;
14017
14017
  createdAt: Date;
@@ -14747,6 +14747,16 @@ export declare const messengerContract: {
14747
14747
  createdAt: Date;
14748
14748
  updatedAt: Date;
14749
14749
  deletedAt: Date | null;
14750
+ tags: {
14751
+ name: string;
14752
+ id: string;
14753
+ createdAt: Date;
14754
+ updatedAt: Date;
14755
+ deletedAt: Date | null;
14756
+ }[];
14757
+ callFrom: string | null;
14758
+ callTo: string | null;
14759
+ note: string | null;
14750
14760
  categories: {
14751
14761
  id: string;
14752
14762
  value: string;
@@ -14769,16 +14779,6 @@ export declare const messengerContract: {
14769
14779
  }[];
14770
14780
  }[];
14771
14781
  }[];
14772
- tags: {
14773
- name: string;
14774
- id: string;
14775
- createdAt: Date;
14776
- updatedAt: Date;
14777
- deletedAt: Date | null;
14778
- }[];
14779
- callFrom: string | null;
14780
- callTo: string | null;
14781
- note: string | null;
14782
14782
  customFields?: {
14783
14783
  id: string;
14784
14784
  createdAt: Date;
@@ -15513,6 +15513,16 @@ export declare const messengerContract: {
15513
15513
  createdAt: Date;
15514
15514
  updatedAt: Date;
15515
15515
  deletedAt: Date | null;
15516
+ tags: {
15517
+ name: string;
15518
+ id: string;
15519
+ createdAt: Date;
15520
+ updatedAt: Date;
15521
+ deletedAt: Date | null;
15522
+ }[];
15523
+ callFrom: string | null;
15524
+ callTo: string | null;
15525
+ note: string | null;
15516
15526
  categories: {
15517
15527
  id: string;
15518
15528
  value: string;
@@ -15535,16 +15545,6 @@ export declare const messengerContract: {
15535
15545
  }[];
15536
15546
  }[];
15537
15547
  }[];
15538
- tags: {
15539
- name: string;
15540
- id: string;
15541
- createdAt: Date;
15542
- updatedAt: Date;
15543
- deletedAt: Date | null;
15544
- }[];
15545
- callFrom: string | null;
15546
- callTo: string | null;
15547
- note: string | null;
15548
15548
  customFields?: {
15549
15549
  id: string;
15550
15550
  createdAt: Date;
@@ -16282,6 +16282,16 @@ export declare const messengerContract: {
16282
16282
  createdAt: Date;
16283
16283
  updatedAt: Date;
16284
16284
  deletedAt: Date | null;
16285
+ tags: {
16286
+ name: string;
16287
+ id: string;
16288
+ createdAt: Date;
16289
+ updatedAt: Date;
16290
+ deletedAt: Date | null;
16291
+ }[];
16292
+ callFrom: string | null;
16293
+ callTo: string | null;
16294
+ note: string | null;
16285
16295
  categories: {
16286
16296
  id: string;
16287
16297
  value: string;
@@ -16304,16 +16314,6 @@ export declare const messengerContract: {
16304
16314
  }[];
16305
16315
  }[];
16306
16316
  }[];
16307
- tags: {
16308
- name: string;
16309
- id: string;
16310
- createdAt: Date;
16311
- updatedAt: Date;
16312
- deletedAt: Date | null;
16313
- }[];
16314
- callFrom: string | null;
16315
- callTo: string | null;
16316
- note: string | null;
16317
16317
  customFields?: {
16318
16318
  id: string;
16319
16319
  createdAt: Date;
@@ -17048,6 +17048,16 @@ export declare const messengerContract: {
17048
17048
  createdAt: Date;
17049
17049
  updatedAt: Date;
17050
17050
  deletedAt: Date | null;
17051
+ tags: {
17052
+ name: string;
17053
+ id: string;
17054
+ createdAt: Date;
17055
+ updatedAt: Date;
17056
+ deletedAt: Date | null;
17057
+ }[];
17058
+ callFrom: string | null;
17059
+ callTo: string | null;
17060
+ note: string | null;
17051
17061
  categories: {
17052
17062
  id: string;
17053
17063
  value: string;
@@ -17070,16 +17080,6 @@ export declare const messengerContract: {
17070
17080
  }[];
17071
17081
  }[];
17072
17082
  }[];
17073
- tags: {
17074
- name: string;
17075
- id: string;
17076
- createdAt: Date;
17077
- updatedAt: Date;
17078
- deletedAt: Date | null;
17079
- }[];
17080
- callFrom: string | null;
17081
- callTo: string | null;
17082
- note: string | null;
17083
17083
  customFields?: {
17084
17084
  id: string;
17085
17085
  createdAt: Date;
@@ -17818,6 +17818,16 @@ export declare const messengerContract: {
17818
17818
  createdAt: Date;
17819
17819
  updatedAt: Date;
17820
17820
  deletedAt: Date | null;
17821
+ tags: {
17822
+ name: string;
17823
+ id: string;
17824
+ createdAt: Date;
17825
+ updatedAt: Date;
17826
+ deletedAt: Date | null;
17827
+ }[];
17828
+ callFrom: string | null;
17829
+ callTo: string | null;
17830
+ note: string | null;
17821
17831
  categories: {
17822
17832
  id: string;
17823
17833
  value: string;
@@ -17840,16 +17850,6 @@ export declare const messengerContract: {
17840
17850
  }[];
17841
17851
  }[];
17842
17852
  }[];
17843
- tags: {
17844
- name: string;
17845
- id: string;
17846
- createdAt: Date;
17847
- updatedAt: Date;
17848
- deletedAt: Date | null;
17849
- }[];
17850
- callFrom: string | null;
17851
- callTo: string | null;
17852
- note: string | null;
17853
17853
  customFields?: {
17854
17854
  id: string;
17855
17855
  createdAt: Date;
@@ -18584,6 +18584,16 @@ export declare const messengerContract: {
18584
18584
  createdAt: Date;
18585
18585
  updatedAt: Date;
18586
18586
  deletedAt: Date | null;
18587
+ tags: {
18588
+ name: string;
18589
+ id: string;
18590
+ createdAt: Date;
18591
+ updatedAt: Date;
18592
+ deletedAt: Date | null;
18593
+ }[];
18594
+ callFrom: string | null;
18595
+ callTo: string | null;
18596
+ note: string | null;
18587
18597
  categories: {
18588
18598
  id: string;
18589
18599
  value: string;
@@ -18606,16 +18616,6 @@ export declare const messengerContract: {
18606
18616
  }[];
18607
18617
  }[];
18608
18618
  }[];
18609
- tags: {
18610
- name: string;
18611
- id: string;
18612
- createdAt: Date;
18613
- updatedAt: Date;
18614
- deletedAt: Date | null;
18615
- }[];
18616
- callFrom: string | null;
18617
- callTo: string | null;
18618
- note: string | null;
18619
18619
  customFields?: {
18620
18620
  id: string;
18621
18621
  createdAt: Date;