@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
@@ -3633,6 +3633,16 @@ export declare const instagramContract: {
3633
3633
  createdAt: Date;
3634
3634
  updatedAt: Date;
3635
3635
  deletedAt: Date | null;
3636
+ tags: {
3637
+ name: string;
3638
+ id: string;
3639
+ createdAt: Date;
3640
+ updatedAt: Date;
3641
+ deletedAt: Date | null;
3642
+ }[];
3643
+ callFrom: string | null;
3644
+ callTo: string | null;
3645
+ note: string | null;
3636
3646
  categories: {
3637
3647
  id: string;
3638
3648
  value: string;
@@ -3655,16 +3665,6 @@ export declare const instagramContract: {
3655
3665
  }[];
3656
3666
  }[];
3657
3667
  }[];
3658
- tags: {
3659
- name: string;
3660
- id: string;
3661
- createdAt: Date;
3662
- updatedAt: Date;
3663
- deletedAt: Date | null;
3664
- }[];
3665
- callFrom: string | null;
3666
- callTo: string | null;
3667
- note: string | null;
3668
3668
  customFields?: {
3669
3669
  id: string;
3670
3670
  createdAt: Date;
@@ -3684,6 +3684,16 @@ export declare const instagramContract: {
3684
3684
  createdAt: Date;
3685
3685
  updatedAt: Date;
3686
3686
  deletedAt: Date | null;
3687
+ tags: {
3688
+ name: string;
3689
+ id: string;
3690
+ createdAt: Date;
3691
+ updatedAt: Date;
3692
+ deletedAt: Date | null;
3693
+ }[];
3694
+ callFrom: string | null;
3695
+ callTo: string | null;
3696
+ note: string | null;
3687
3697
  categories: {
3688
3698
  id: string;
3689
3699
  value: string;
@@ -3706,16 +3716,6 @@ export declare const instagramContract: {
3706
3716
  }[];
3707
3717
  }[];
3708
3718
  }[];
3709
- tags: {
3710
- name: string;
3711
- id: string;
3712
- createdAt: Date;
3713
- updatedAt: Date;
3714
- deletedAt: Date | null;
3715
- }[];
3716
- callFrom: string | null;
3717
- callTo: string | null;
3718
- note: string | null;
3719
3719
  customFields?: {
3720
3720
  id: string;
3721
3721
  createdAt: Date;
@@ -3824,6 +3824,16 @@ export declare const instagramContract: {
3824
3824
  createdAt: Date;
3825
3825
  updatedAt: Date;
3826
3826
  deletedAt: Date | null;
3827
+ tags: {
3828
+ name: string;
3829
+ id: string;
3830
+ createdAt: Date;
3831
+ updatedAt: Date;
3832
+ deletedAt: Date | null;
3833
+ }[];
3834
+ callFrom: string | null;
3835
+ callTo: string | null;
3836
+ note: string | null;
3827
3837
  categories: {
3828
3838
  id: string;
3829
3839
  value: string;
@@ -3846,16 +3856,6 @@ export declare const instagramContract: {
3846
3856
  }[];
3847
3857
  }[];
3848
3858
  }[];
3849
- tags: {
3850
- name: string;
3851
- id: string;
3852
- createdAt: Date;
3853
- updatedAt: Date;
3854
- deletedAt: Date | null;
3855
- }[];
3856
- callFrom: string | null;
3857
- callTo: string | null;
3858
- note: string | null;
3859
3859
  customFields?: {
3860
3860
  id: string;
3861
3861
  createdAt: Date;
@@ -3914,6 +3914,16 @@ export declare const instagramContract: {
3914
3914
  createdAt: Date;
3915
3915
  updatedAt: Date;
3916
3916
  deletedAt: Date | null;
3917
+ tags: {
3918
+ name: string;
3919
+ id: string;
3920
+ createdAt: Date;
3921
+ updatedAt: Date;
3922
+ deletedAt: Date | null;
3923
+ }[];
3924
+ callFrom: string | null;
3925
+ callTo: string | null;
3926
+ note: string | null;
3917
3927
  categories: {
3918
3928
  id: string;
3919
3929
  value: string;
@@ -3936,16 +3946,6 @@ export declare const instagramContract: {
3936
3946
  }[];
3937
3947
  }[];
3938
3948
  }[];
3939
- tags: {
3940
- name: string;
3941
- id: string;
3942
- createdAt: Date;
3943
- updatedAt: Date;
3944
- deletedAt: Date | null;
3945
- }[];
3946
- callFrom: string | null;
3947
- callTo: string | null;
3948
- note: string | null;
3949
3949
  customFields?: {
3950
3950
  id: string;
3951
3951
  createdAt: Date;
@@ -4359,6 +4359,16 @@ export declare const instagramContract: {
4359
4359
  createdAt: Date;
4360
4360
  updatedAt: Date;
4361
4361
  deletedAt: Date | null;
4362
+ tags: {
4363
+ name: string;
4364
+ id: string;
4365
+ createdAt: Date;
4366
+ updatedAt: Date;
4367
+ deletedAt: Date | null;
4368
+ }[];
4369
+ callFrom: string | null;
4370
+ callTo: string | null;
4371
+ note: string | null;
4362
4372
  categories: {
4363
4373
  id: string;
4364
4374
  value: string;
@@ -4381,16 +4391,6 @@ export declare const instagramContract: {
4381
4391
  }[];
4382
4392
  }[];
4383
4393
  }[];
4384
- tags: {
4385
- name: string;
4386
- id: string;
4387
- createdAt: Date;
4388
- updatedAt: Date;
4389
- deletedAt: Date | null;
4390
- }[];
4391
- callFrom: string | null;
4392
- callTo: string | null;
4393
- note: string | null;
4394
4394
  customFields?: {
4395
4395
  id: string;
4396
4396
  createdAt: Date;
@@ -4788,6 +4788,16 @@ export declare const instagramContract: {
4788
4788
  createdAt: Date;
4789
4789
  updatedAt: Date;
4790
4790
  deletedAt: Date | null;
4791
+ tags: {
4792
+ name: string;
4793
+ id: string;
4794
+ createdAt: Date;
4795
+ updatedAt: Date;
4796
+ deletedAt: Date | null;
4797
+ }[];
4798
+ callFrom: string | null;
4799
+ callTo: string | null;
4800
+ note: string | null;
4791
4801
  categories: {
4792
4802
  id: string;
4793
4803
  value: string;
@@ -4810,16 +4820,6 @@ export declare const instagramContract: {
4810
4820
  }[];
4811
4821
  }[];
4812
4822
  }[];
4813
- tags: {
4814
- name: string;
4815
- id: string;
4816
- createdAt: Date;
4817
- updatedAt: Date;
4818
- deletedAt: Date | null;
4819
- }[];
4820
- callFrom: string | null;
4821
- callTo: string | null;
4822
- note: string | null;
4823
4823
  customFields?: {
4824
4824
  id: string;
4825
4825
  createdAt: Date;
@@ -8320,6 +8320,16 @@ export declare const instagramContract: {
8320
8320
  createdAt: Date;
8321
8321
  updatedAt: Date;
8322
8322
  deletedAt: Date | null;
8323
+ tags: {
8324
+ name: string;
8325
+ id: string;
8326
+ createdAt: Date;
8327
+ updatedAt: Date;
8328
+ deletedAt: Date | null;
8329
+ }[];
8330
+ callFrom: string | null;
8331
+ callTo: string | null;
8332
+ note: string | null;
8323
8333
  categories: {
8324
8334
  id: string;
8325
8335
  value: string;
@@ -8342,16 +8352,6 @@ export declare const instagramContract: {
8342
8352
  }[];
8343
8353
  }[];
8344
8354
  }[];
8345
- tags: {
8346
- name: string;
8347
- id: string;
8348
- createdAt: Date;
8349
- updatedAt: Date;
8350
- deletedAt: Date | null;
8351
- }[];
8352
- callFrom: string | null;
8353
- callTo: string | null;
8354
- note: string | null;
8355
8355
  customFields?: {
8356
8356
  id: string;
8357
8357
  createdAt: Date;
@@ -8371,6 +8371,16 @@ export declare const instagramContract: {
8371
8371
  createdAt: Date;
8372
8372
  updatedAt: Date;
8373
8373
  deletedAt: Date | null;
8374
+ tags: {
8375
+ name: string;
8376
+ id: string;
8377
+ createdAt: Date;
8378
+ updatedAt: Date;
8379
+ deletedAt: Date | null;
8380
+ }[];
8381
+ callFrom: string | null;
8382
+ callTo: string | null;
8383
+ note: string | null;
8374
8384
  categories: {
8375
8385
  id: string;
8376
8386
  value: string;
@@ -8393,16 +8403,6 @@ export declare const instagramContract: {
8393
8403
  }[];
8394
8404
  }[];
8395
8405
  }[];
8396
- tags: {
8397
- name: string;
8398
- id: string;
8399
- createdAt: Date;
8400
- updatedAt: Date;
8401
- deletedAt: Date | null;
8402
- }[];
8403
- callFrom: string | null;
8404
- callTo: string | null;
8405
- note: string | null;
8406
8406
  customFields?: {
8407
8407
  id: string;
8408
8408
  createdAt: Date;
@@ -8511,6 +8511,16 @@ export declare const instagramContract: {
8511
8511
  createdAt: Date;
8512
8512
  updatedAt: Date;
8513
8513
  deletedAt: Date | null;
8514
+ tags: {
8515
+ name: string;
8516
+ id: string;
8517
+ createdAt: Date;
8518
+ updatedAt: Date;
8519
+ deletedAt: Date | null;
8520
+ }[];
8521
+ callFrom: string | null;
8522
+ callTo: string | null;
8523
+ note: string | null;
8514
8524
  categories: {
8515
8525
  id: string;
8516
8526
  value: string;
@@ -8533,16 +8543,6 @@ export declare const instagramContract: {
8533
8543
  }[];
8534
8544
  }[];
8535
8545
  }[];
8536
- tags: {
8537
- name: string;
8538
- id: string;
8539
- createdAt: Date;
8540
- updatedAt: Date;
8541
- deletedAt: Date | null;
8542
- }[];
8543
- callFrom: string | null;
8544
- callTo: string | null;
8545
- note: string | null;
8546
8546
  customFields?: {
8547
8547
  id: string;
8548
8548
  createdAt: Date;
@@ -8601,6 +8601,16 @@ export declare const instagramContract: {
8601
8601
  createdAt: Date;
8602
8602
  updatedAt: Date;
8603
8603
  deletedAt: Date | null;
8604
+ tags: {
8605
+ name: string;
8606
+ id: string;
8607
+ createdAt: Date;
8608
+ updatedAt: Date;
8609
+ deletedAt: Date | null;
8610
+ }[];
8611
+ callFrom: string | null;
8612
+ callTo: string | null;
8613
+ note: string | null;
8604
8614
  categories: {
8605
8615
  id: string;
8606
8616
  value: string;
@@ -8623,16 +8633,6 @@ export declare const instagramContract: {
8623
8633
  }[];
8624
8634
  }[];
8625
8635
  }[];
8626
- tags: {
8627
- name: string;
8628
- id: string;
8629
- createdAt: Date;
8630
- updatedAt: Date;
8631
- deletedAt: Date | null;
8632
- }[];
8633
- callFrom: string | null;
8634
- callTo: string | null;
8635
- note: string | null;
8636
8636
  customFields?: {
8637
8637
  id: string;
8638
8638
  createdAt: Date;
@@ -9046,6 +9046,16 @@ export declare const instagramContract: {
9046
9046
  createdAt: Date;
9047
9047
  updatedAt: Date;
9048
9048
  deletedAt: Date | null;
9049
+ tags: {
9050
+ name: string;
9051
+ id: string;
9052
+ createdAt: Date;
9053
+ updatedAt: Date;
9054
+ deletedAt: Date | null;
9055
+ }[];
9056
+ callFrom: string | null;
9057
+ callTo: string | null;
9058
+ note: string | null;
9049
9059
  categories: {
9050
9060
  id: string;
9051
9061
  value: string;
@@ -9068,16 +9078,6 @@ export declare const instagramContract: {
9068
9078
  }[];
9069
9079
  }[];
9070
9080
  }[];
9071
- tags: {
9072
- name: string;
9073
- id: string;
9074
- createdAt: Date;
9075
- updatedAt: Date;
9076
- deletedAt: Date | null;
9077
- }[];
9078
- callFrom: string | null;
9079
- callTo: string | null;
9080
- note: string | null;
9081
9081
  customFields?: {
9082
9082
  id: string;
9083
9083
  createdAt: Date;
@@ -9475,6 +9475,16 @@ export declare const instagramContract: {
9475
9475
  createdAt: Date;
9476
9476
  updatedAt: Date;
9477
9477
  deletedAt: Date | null;
9478
+ tags: {
9479
+ name: string;
9480
+ id: string;
9481
+ createdAt: Date;
9482
+ updatedAt: Date;
9483
+ deletedAt: Date | null;
9484
+ }[];
9485
+ callFrom: string | null;
9486
+ callTo: string | null;
9487
+ note: string | null;
9478
9488
  categories: {
9479
9489
  id: string;
9480
9490
  value: string;
@@ -9497,16 +9507,6 @@ export declare const instagramContract: {
9497
9507
  }[];
9498
9508
  }[];
9499
9509
  }[];
9500
- tags: {
9501
- name: string;
9502
- id: string;
9503
- createdAt: Date;
9504
- updatedAt: Date;
9505
- deletedAt: Date | null;
9506
- }[];
9507
- callFrom: string | null;
9508
- callTo: string | null;
9509
- note: string | null;
9510
9510
  customFields?: {
9511
9511
  id: string;
9512
9512
  createdAt: Date;
@@ -11677,6 +11677,16 @@ export declare const instagramContract: {
11677
11677
  createdAt: Date;
11678
11678
  updatedAt: Date;
11679
11679
  deletedAt: Date | null;
11680
+ tags: {
11681
+ name: string;
11682
+ id: string;
11683
+ createdAt: Date;
11684
+ updatedAt: Date;
11685
+ deletedAt: Date | null;
11686
+ }[];
11687
+ callFrom: string | null;
11688
+ callTo: string | null;
11689
+ note: string | null;
11680
11690
  categories: {
11681
11691
  id: string;
11682
11692
  value: string;
@@ -11699,16 +11709,6 @@ export declare const instagramContract: {
11699
11709
  }[];
11700
11710
  }[];
11701
11711
  }[];
11702
- tags: {
11703
- name: string;
11704
- id: string;
11705
- createdAt: Date;
11706
- updatedAt: Date;
11707
- deletedAt: Date | null;
11708
- }[];
11709
- callFrom: string | null;
11710
- callTo: string | null;
11711
- note: string | null;
11712
11712
  customFields?: {
11713
11713
  id: string;
11714
11714
  createdAt: Date;
@@ -12443,6 +12443,16 @@ export declare const instagramContract: {
12443
12443
  createdAt: Date;
12444
12444
  updatedAt: Date;
12445
12445
  deletedAt: Date | null;
12446
+ tags: {
12447
+ name: string;
12448
+ id: string;
12449
+ createdAt: Date;
12450
+ updatedAt: Date;
12451
+ deletedAt: Date | null;
12452
+ }[];
12453
+ callFrom: string | null;
12454
+ callTo: string | null;
12455
+ note: string | null;
12446
12456
  categories: {
12447
12457
  id: string;
12448
12458
  value: string;
@@ -12465,16 +12475,6 @@ export declare const instagramContract: {
12465
12475
  }[];
12466
12476
  }[];
12467
12477
  }[];
12468
- tags: {
12469
- name: string;
12470
- id: string;
12471
- createdAt: Date;
12472
- updatedAt: Date;
12473
- deletedAt: Date | null;
12474
- }[];
12475
- callFrom: string | null;
12476
- callTo: string | null;
12477
- note: string | null;
12478
12478
  customFields?: {
12479
12479
  id: string;
12480
12480
  createdAt: Date;
@@ -13210,6 +13210,16 @@ export declare const instagramContract: {
13210
13210
  createdAt: Date;
13211
13211
  updatedAt: Date;
13212
13212
  deletedAt: Date | null;
13213
+ tags: {
13214
+ name: string;
13215
+ id: string;
13216
+ createdAt: Date;
13217
+ updatedAt: Date;
13218
+ deletedAt: Date | null;
13219
+ }[];
13220
+ callFrom: string | null;
13221
+ callTo: string | null;
13222
+ note: string | null;
13213
13223
  categories: {
13214
13224
  id: string;
13215
13225
  value: string;
@@ -13232,16 +13242,6 @@ export declare const instagramContract: {
13232
13242
  }[];
13233
13243
  }[];
13234
13244
  }[];
13235
- tags: {
13236
- name: string;
13237
- id: string;
13238
- createdAt: Date;
13239
- updatedAt: Date;
13240
- deletedAt: Date | null;
13241
- }[];
13242
- callFrom: string | null;
13243
- callTo: string | null;
13244
- note: string | null;
13245
13245
  customFields?: {
13246
13246
  id: string;
13247
13247
  createdAt: Date;
@@ -13976,6 +13976,16 @@ export declare const instagramContract: {
13976
13976
  createdAt: Date;
13977
13977
  updatedAt: Date;
13978
13978
  deletedAt: Date | null;
13979
+ tags: {
13980
+ name: string;
13981
+ id: string;
13982
+ createdAt: Date;
13983
+ updatedAt: Date;
13984
+ deletedAt: Date | null;
13985
+ }[];
13986
+ callFrom: string | null;
13987
+ callTo: string | null;
13988
+ note: string | null;
13979
13989
  categories: {
13980
13990
  id: string;
13981
13991
  value: string;
@@ -13998,16 +14008,6 @@ export declare const instagramContract: {
13998
14008
  }[];
13999
14009
  }[];
14000
14010
  }[];
14001
- tags: {
14002
- name: string;
14003
- id: string;
14004
- createdAt: Date;
14005
- updatedAt: Date;
14006
- deletedAt: Date | null;
14007
- }[];
14008
- callFrom: string | null;
14009
- callTo: string | null;
14010
- note: string | null;
14011
14011
  customFields?: {
14012
14012
  id: string;
14013
14013
  createdAt: Date;
@@ -14743,6 +14743,16 @@ export declare const instagramContract: {
14743
14743
  createdAt: Date;
14744
14744
  updatedAt: Date;
14745
14745
  deletedAt: Date | null;
14746
+ tags: {
14747
+ name: string;
14748
+ id: string;
14749
+ createdAt: Date;
14750
+ updatedAt: Date;
14751
+ deletedAt: Date | null;
14752
+ }[];
14753
+ callFrom: string | null;
14754
+ callTo: string | null;
14755
+ note: string | null;
14746
14756
  categories: {
14747
14757
  id: string;
14748
14758
  value: string;
@@ -14765,16 +14775,6 @@ export declare const instagramContract: {
14765
14775
  }[];
14766
14776
  }[];
14767
14777
  }[];
14768
- tags: {
14769
- name: string;
14770
- id: string;
14771
- createdAt: Date;
14772
- updatedAt: Date;
14773
- deletedAt: Date | null;
14774
- }[];
14775
- callFrom: string | null;
14776
- callTo: string | null;
14777
- note: string | null;
14778
14778
  customFields?: {
14779
14779
  id: string;
14780
14780
  createdAt: Date;
@@ -15509,6 +15509,16 @@ export declare const instagramContract: {
15509
15509
  createdAt: Date;
15510
15510
  updatedAt: Date;
15511
15511
  deletedAt: Date | null;
15512
+ tags: {
15513
+ name: string;
15514
+ id: string;
15515
+ createdAt: Date;
15516
+ updatedAt: Date;
15517
+ deletedAt: Date | null;
15518
+ }[];
15519
+ callFrom: string | null;
15520
+ callTo: string | null;
15521
+ note: string | null;
15512
15522
  categories: {
15513
15523
  id: string;
15514
15524
  value: string;
@@ -15531,16 +15541,6 @@ export declare const instagramContract: {
15531
15541
  }[];
15532
15542
  }[];
15533
15543
  }[];
15534
- tags: {
15535
- name: string;
15536
- id: string;
15537
- createdAt: Date;
15538
- updatedAt: Date;
15539
- deletedAt: Date | null;
15540
- }[];
15541
- callFrom: string | null;
15542
- callTo: string | null;
15543
- note: string | null;
15544
15544
  customFields?: {
15545
15545
  id: string;
15546
15546
  createdAt: Date;
@@ -16278,6 +16278,16 @@ export declare const instagramContract: {
16278
16278
  createdAt: Date;
16279
16279
  updatedAt: Date;
16280
16280
  deletedAt: Date | null;
16281
+ tags: {
16282
+ name: string;
16283
+ id: string;
16284
+ createdAt: Date;
16285
+ updatedAt: Date;
16286
+ deletedAt: Date | null;
16287
+ }[];
16288
+ callFrom: string | null;
16289
+ callTo: string | null;
16290
+ note: string | null;
16281
16291
  categories: {
16282
16292
  id: string;
16283
16293
  value: string;
@@ -16300,16 +16310,6 @@ export declare const instagramContract: {
16300
16310
  }[];
16301
16311
  }[];
16302
16312
  }[];
16303
- tags: {
16304
- name: string;
16305
- id: string;
16306
- createdAt: Date;
16307
- updatedAt: Date;
16308
- deletedAt: Date | null;
16309
- }[];
16310
- callFrom: string | null;
16311
- callTo: string | null;
16312
- note: string | null;
16313
16313
  customFields?: {
16314
16314
  id: string;
16315
16315
  createdAt: Date;
@@ -17044,6 +17044,16 @@ export declare const instagramContract: {
17044
17044
  createdAt: Date;
17045
17045
  updatedAt: Date;
17046
17046
  deletedAt: Date | null;
17047
+ tags: {
17048
+ name: string;
17049
+ id: string;
17050
+ createdAt: Date;
17051
+ updatedAt: Date;
17052
+ deletedAt: Date | null;
17053
+ }[];
17054
+ callFrom: string | null;
17055
+ callTo: string | null;
17056
+ note: string | null;
17047
17057
  categories: {
17048
17058
  id: string;
17049
17059
  value: string;
@@ -17066,16 +17076,6 @@ export declare const instagramContract: {
17066
17076
  }[];
17067
17077
  }[];
17068
17078
  }[];
17069
- tags: {
17070
- name: string;
17071
- id: string;
17072
- createdAt: Date;
17073
- updatedAt: Date;
17074
- deletedAt: Date | null;
17075
- }[];
17076
- callFrom: string | null;
17077
- callTo: string | null;
17078
- note: string | null;
17079
17079
  customFields?: {
17080
17080
  id: string;
17081
17081
  createdAt: Date;
@@ -17814,6 +17814,16 @@ export declare const instagramContract: {
17814
17814
  createdAt: Date;
17815
17815
  updatedAt: Date;
17816
17816
  deletedAt: Date | null;
17817
+ tags: {
17818
+ name: string;
17819
+ id: string;
17820
+ createdAt: Date;
17821
+ updatedAt: Date;
17822
+ deletedAt: Date | null;
17823
+ }[];
17824
+ callFrom: string | null;
17825
+ callTo: string | null;
17826
+ note: string | null;
17817
17827
  categories: {
17818
17828
  id: string;
17819
17829
  value: string;
@@ -17836,16 +17846,6 @@ export declare const instagramContract: {
17836
17846
  }[];
17837
17847
  }[];
17838
17848
  }[];
17839
- tags: {
17840
- name: string;
17841
- id: string;
17842
- createdAt: Date;
17843
- updatedAt: Date;
17844
- deletedAt: Date | null;
17845
- }[];
17846
- callFrom: string | null;
17847
- callTo: string | null;
17848
- note: string | null;
17849
17849
  customFields?: {
17850
17850
  id: string;
17851
17851
  createdAt: Date;
@@ -18580,6 +18580,16 @@ export declare const instagramContract: {
18580
18580
  createdAt: Date;
18581
18581
  updatedAt: Date;
18582
18582
  deletedAt: Date | null;
18583
+ tags: {
18584
+ name: string;
18585
+ id: string;
18586
+ createdAt: Date;
18587
+ updatedAt: Date;
18588
+ deletedAt: Date | null;
18589
+ }[];
18590
+ callFrom: string | null;
18591
+ callTo: string | null;
18592
+ note: string | null;
18583
18593
  categories: {
18584
18594
  id: string;
18585
18595
  value: string;
@@ -18602,16 +18612,6 @@ export declare const instagramContract: {
18602
18612
  }[];
18603
18613
  }[];
18604
18614
  }[];
18605
- tags: {
18606
- name: string;
18607
- id: string;
18608
- createdAt: Date;
18609
- updatedAt: Date;
18610
- deletedAt: Date | null;
18611
- }[];
18612
- callFrom: string | null;
18613
- callTo: string | null;
18614
- note: string | null;
18615
18615
  customFields?: {
18616
18616
  id: string;
18617
18617
  createdAt: Date;