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