@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
@@ -3630,6 +3630,16 @@ export declare const platformWebchatContract: {
3630
3630
  createdAt: Date;
3631
3631
  updatedAt: Date;
3632
3632
  deletedAt: Date | null;
3633
+ tags: {
3634
+ name: string;
3635
+ id: string;
3636
+ createdAt: Date;
3637
+ updatedAt: Date;
3638
+ deletedAt: Date | null;
3639
+ }[];
3640
+ callFrom: string | null;
3641
+ callTo: string | null;
3642
+ note: string | null;
3633
3643
  categories: {
3634
3644
  id: string;
3635
3645
  value: string;
@@ -3652,16 +3662,6 @@ export declare const platformWebchatContract: {
3652
3662
  }[];
3653
3663
  }[];
3654
3664
  }[];
3655
- tags: {
3656
- name: string;
3657
- id: string;
3658
- createdAt: Date;
3659
- updatedAt: Date;
3660
- deletedAt: Date | null;
3661
- }[];
3662
- callFrom: string | null;
3663
- callTo: string | null;
3664
- note: string | null;
3665
3665
  customFields?: {
3666
3666
  id: string;
3667
3667
  createdAt: Date;
@@ -3681,6 +3681,16 @@ export declare const platformWebchatContract: {
3681
3681
  createdAt: Date;
3682
3682
  updatedAt: Date;
3683
3683
  deletedAt: Date | null;
3684
+ tags: {
3685
+ name: string;
3686
+ id: string;
3687
+ createdAt: Date;
3688
+ updatedAt: Date;
3689
+ deletedAt: Date | null;
3690
+ }[];
3691
+ callFrom: string | null;
3692
+ callTo: string | null;
3693
+ note: string | null;
3684
3694
  categories: {
3685
3695
  id: string;
3686
3696
  value: string;
@@ -3703,16 +3713,6 @@ export declare const platformWebchatContract: {
3703
3713
  }[];
3704
3714
  }[];
3705
3715
  }[];
3706
- tags: {
3707
- name: string;
3708
- id: string;
3709
- createdAt: Date;
3710
- updatedAt: Date;
3711
- deletedAt: Date | null;
3712
- }[];
3713
- callFrom: string | null;
3714
- callTo: string | null;
3715
- note: string | null;
3716
3716
  customFields?: {
3717
3717
  id: string;
3718
3718
  createdAt: Date;
@@ -3821,6 +3821,16 @@ export declare const platformWebchatContract: {
3821
3821
  createdAt: Date;
3822
3822
  updatedAt: Date;
3823
3823
  deletedAt: Date | null;
3824
+ tags: {
3825
+ name: string;
3826
+ id: string;
3827
+ createdAt: Date;
3828
+ updatedAt: Date;
3829
+ deletedAt: Date | null;
3830
+ }[];
3831
+ callFrom: string | null;
3832
+ callTo: string | null;
3833
+ note: string | null;
3824
3834
  categories: {
3825
3835
  id: string;
3826
3836
  value: string;
@@ -3843,16 +3853,6 @@ export declare const platformWebchatContract: {
3843
3853
  }[];
3844
3854
  }[];
3845
3855
  }[];
3846
- tags: {
3847
- name: string;
3848
- id: string;
3849
- createdAt: Date;
3850
- updatedAt: Date;
3851
- deletedAt: Date | null;
3852
- }[];
3853
- callFrom: string | null;
3854
- callTo: string | null;
3855
- note: string | null;
3856
3856
  customFields?: {
3857
3857
  id: string;
3858
3858
  createdAt: Date;
@@ -3911,6 +3911,16 @@ export declare const platformWebchatContract: {
3911
3911
  createdAt: Date;
3912
3912
  updatedAt: Date;
3913
3913
  deletedAt: Date | null;
3914
+ tags: {
3915
+ name: string;
3916
+ id: string;
3917
+ createdAt: Date;
3918
+ updatedAt: Date;
3919
+ deletedAt: Date | null;
3920
+ }[];
3921
+ callFrom: string | null;
3922
+ callTo: string | null;
3923
+ note: string | null;
3914
3924
  categories: {
3915
3925
  id: string;
3916
3926
  value: string;
@@ -3933,16 +3943,6 @@ export declare const platformWebchatContract: {
3933
3943
  }[];
3934
3944
  }[];
3935
3945
  }[];
3936
- tags: {
3937
- name: string;
3938
- id: string;
3939
- createdAt: Date;
3940
- updatedAt: Date;
3941
- deletedAt: Date | null;
3942
- }[];
3943
- callFrom: string | null;
3944
- callTo: string | null;
3945
- note: string | null;
3946
3946
  customFields?: {
3947
3947
  id: string;
3948
3948
  createdAt: Date;
@@ -4356,6 +4356,16 @@ export declare const platformWebchatContract: {
4356
4356
  createdAt: Date;
4357
4357
  updatedAt: Date;
4358
4358
  deletedAt: Date | null;
4359
+ tags: {
4360
+ name: string;
4361
+ id: string;
4362
+ createdAt: Date;
4363
+ updatedAt: Date;
4364
+ deletedAt: Date | null;
4365
+ }[];
4366
+ callFrom: string | null;
4367
+ callTo: string | null;
4368
+ note: string | null;
4359
4369
  categories: {
4360
4370
  id: string;
4361
4371
  value: string;
@@ -4378,16 +4388,6 @@ export declare const platformWebchatContract: {
4378
4388
  }[];
4379
4389
  }[];
4380
4390
  }[];
4381
- tags: {
4382
- name: string;
4383
- id: string;
4384
- createdAt: Date;
4385
- updatedAt: Date;
4386
- deletedAt: Date | null;
4387
- }[];
4388
- callFrom: string | null;
4389
- callTo: string | null;
4390
- note: string | null;
4391
4391
  customFields?: {
4392
4392
  id: string;
4393
4393
  createdAt: Date;
@@ -4785,6 +4785,16 @@ export declare const platformWebchatContract: {
4785
4785
  createdAt: Date;
4786
4786
  updatedAt: Date;
4787
4787
  deletedAt: Date | null;
4788
+ tags: {
4789
+ name: string;
4790
+ id: string;
4791
+ createdAt: Date;
4792
+ updatedAt: Date;
4793
+ deletedAt: Date | null;
4794
+ }[];
4795
+ callFrom: string | null;
4796
+ callTo: string | null;
4797
+ note: string | null;
4788
4798
  categories: {
4789
4799
  id: string;
4790
4800
  value: string;
@@ -4807,16 +4817,6 @@ export declare const platformWebchatContract: {
4807
4817
  }[];
4808
4818
  }[];
4809
4819
  }[];
4810
- tags: {
4811
- name: string;
4812
- id: string;
4813
- createdAt: Date;
4814
- updatedAt: Date;
4815
- deletedAt: Date | null;
4816
- }[];
4817
- callFrom: string | null;
4818
- callTo: string | null;
4819
- note: string | null;
4820
4820
  customFields?: {
4821
4821
  id: string;
4822
4822
  createdAt: Date;
@@ -8317,6 +8317,16 @@ export declare const platformWebchatContract: {
8317
8317
  createdAt: Date;
8318
8318
  updatedAt: Date;
8319
8319
  deletedAt: Date | null;
8320
+ tags: {
8321
+ name: string;
8322
+ id: string;
8323
+ createdAt: Date;
8324
+ updatedAt: Date;
8325
+ deletedAt: Date | null;
8326
+ }[];
8327
+ callFrom: string | null;
8328
+ callTo: string | null;
8329
+ note: string | null;
8320
8330
  categories: {
8321
8331
  id: string;
8322
8332
  value: string;
@@ -8339,16 +8349,6 @@ export declare const platformWebchatContract: {
8339
8349
  }[];
8340
8350
  }[];
8341
8351
  }[];
8342
- tags: {
8343
- name: string;
8344
- id: string;
8345
- createdAt: Date;
8346
- updatedAt: Date;
8347
- deletedAt: Date | null;
8348
- }[];
8349
- callFrom: string | null;
8350
- callTo: string | null;
8351
- note: string | null;
8352
8352
  customFields?: {
8353
8353
  id: string;
8354
8354
  createdAt: Date;
@@ -8368,6 +8368,16 @@ export declare const platformWebchatContract: {
8368
8368
  createdAt: Date;
8369
8369
  updatedAt: Date;
8370
8370
  deletedAt: Date | null;
8371
+ tags: {
8372
+ name: string;
8373
+ id: string;
8374
+ createdAt: Date;
8375
+ updatedAt: Date;
8376
+ deletedAt: Date | null;
8377
+ }[];
8378
+ callFrom: string | null;
8379
+ callTo: string | null;
8380
+ note: string | null;
8371
8381
  categories: {
8372
8382
  id: string;
8373
8383
  value: string;
@@ -8390,16 +8400,6 @@ export declare const platformWebchatContract: {
8390
8400
  }[];
8391
8401
  }[];
8392
8402
  }[];
8393
- tags: {
8394
- name: string;
8395
- id: string;
8396
- createdAt: Date;
8397
- updatedAt: Date;
8398
- deletedAt: Date | null;
8399
- }[];
8400
- callFrom: string | null;
8401
- callTo: string | null;
8402
- note: string | null;
8403
8403
  customFields?: {
8404
8404
  id: string;
8405
8405
  createdAt: Date;
@@ -8508,6 +8508,16 @@ export declare const platformWebchatContract: {
8508
8508
  createdAt: Date;
8509
8509
  updatedAt: Date;
8510
8510
  deletedAt: Date | null;
8511
+ tags: {
8512
+ name: string;
8513
+ id: string;
8514
+ createdAt: Date;
8515
+ updatedAt: Date;
8516
+ deletedAt: Date | null;
8517
+ }[];
8518
+ callFrom: string | null;
8519
+ callTo: string | null;
8520
+ note: string | null;
8511
8521
  categories: {
8512
8522
  id: string;
8513
8523
  value: string;
@@ -8530,16 +8540,6 @@ export declare const platformWebchatContract: {
8530
8540
  }[];
8531
8541
  }[];
8532
8542
  }[];
8533
- tags: {
8534
- name: string;
8535
- id: string;
8536
- createdAt: Date;
8537
- updatedAt: Date;
8538
- deletedAt: Date | null;
8539
- }[];
8540
- callFrom: string | null;
8541
- callTo: string | null;
8542
- note: string | null;
8543
8543
  customFields?: {
8544
8544
  id: string;
8545
8545
  createdAt: Date;
@@ -8598,6 +8598,16 @@ export declare const platformWebchatContract: {
8598
8598
  createdAt: Date;
8599
8599
  updatedAt: Date;
8600
8600
  deletedAt: Date | null;
8601
+ tags: {
8602
+ name: string;
8603
+ id: string;
8604
+ createdAt: Date;
8605
+ updatedAt: Date;
8606
+ deletedAt: Date | null;
8607
+ }[];
8608
+ callFrom: string | null;
8609
+ callTo: string | null;
8610
+ note: string | null;
8601
8611
  categories: {
8602
8612
  id: string;
8603
8613
  value: string;
@@ -8620,16 +8630,6 @@ export declare const platformWebchatContract: {
8620
8630
  }[];
8621
8631
  }[];
8622
8632
  }[];
8623
- tags: {
8624
- name: string;
8625
- id: string;
8626
- createdAt: Date;
8627
- updatedAt: Date;
8628
- deletedAt: Date | null;
8629
- }[];
8630
- callFrom: string | null;
8631
- callTo: string | null;
8632
- note: string | null;
8633
8633
  customFields?: {
8634
8634
  id: string;
8635
8635
  createdAt: Date;
@@ -9043,6 +9043,16 @@ export declare const platformWebchatContract: {
9043
9043
  createdAt: Date;
9044
9044
  updatedAt: Date;
9045
9045
  deletedAt: Date | null;
9046
+ tags: {
9047
+ name: string;
9048
+ id: string;
9049
+ createdAt: Date;
9050
+ updatedAt: Date;
9051
+ deletedAt: Date | null;
9052
+ }[];
9053
+ callFrom: string | null;
9054
+ callTo: string | null;
9055
+ note: string | null;
9046
9056
  categories: {
9047
9057
  id: string;
9048
9058
  value: string;
@@ -9065,16 +9075,6 @@ export declare const platformWebchatContract: {
9065
9075
  }[];
9066
9076
  }[];
9067
9077
  }[];
9068
- tags: {
9069
- name: string;
9070
- id: string;
9071
- createdAt: Date;
9072
- updatedAt: Date;
9073
- deletedAt: Date | null;
9074
- }[];
9075
- callFrom: string | null;
9076
- callTo: string | null;
9077
- note: string | null;
9078
9078
  customFields?: {
9079
9079
  id: string;
9080
9080
  createdAt: Date;
@@ -9472,6 +9472,16 @@ export declare const platformWebchatContract: {
9472
9472
  createdAt: Date;
9473
9473
  updatedAt: Date;
9474
9474
  deletedAt: Date | null;
9475
+ tags: {
9476
+ name: string;
9477
+ id: string;
9478
+ createdAt: Date;
9479
+ updatedAt: Date;
9480
+ deletedAt: Date | null;
9481
+ }[];
9482
+ callFrom: string | null;
9483
+ callTo: string | null;
9484
+ note: string | null;
9475
9485
  categories: {
9476
9486
  id: string;
9477
9487
  value: string;
@@ -9494,16 +9504,6 @@ export declare const platformWebchatContract: {
9494
9504
  }[];
9495
9505
  }[];
9496
9506
  }[];
9497
- tags: {
9498
- name: string;
9499
- id: string;
9500
- createdAt: Date;
9501
- updatedAt: Date;
9502
- deletedAt: Date | null;
9503
- }[];
9504
- callFrom: string | null;
9505
- callTo: string | null;
9506
- note: string | null;
9507
9507
  customFields?: {
9508
9508
  id: string;
9509
9509
  createdAt: Date;
@@ -11674,6 +11674,16 @@ export declare const platformWebchatContract: {
11674
11674
  createdAt: Date;
11675
11675
  updatedAt: Date;
11676
11676
  deletedAt: Date | null;
11677
+ tags: {
11678
+ name: string;
11679
+ id: string;
11680
+ createdAt: Date;
11681
+ updatedAt: Date;
11682
+ deletedAt: Date | null;
11683
+ }[];
11684
+ callFrom: string | null;
11685
+ callTo: string | null;
11686
+ note: string | null;
11677
11687
  categories: {
11678
11688
  id: string;
11679
11689
  value: string;
@@ -11696,16 +11706,6 @@ export declare const platformWebchatContract: {
11696
11706
  }[];
11697
11707
  }[];
11698
11708
  }[];
11699
- tags: {
11700
- name: string;
11701
- id: string;
11702
- createdAt: Date;
11703
- updatedAt: Date;
11704
- deletedAt: Date | null;
11705
- }[];
11706
- callFrom: string | null;
11707
- callTo: string | null;
11708
- note: string | null;
11709
11709
  customFields?: {
11710
11710
  id: string;
11711
11711
  createdAt: Date;
@@ -12440,6 +12440,16 @@ export declare const platformWebchatContract: {
12440
12440
  createdAt: Date;
12441
12441
  updatedAt: Date;
12442
12442
  deletedAt: Date | null;
12443
+ tags: {
12444
+ name: string;
12445
+ id: string;
12446
+ createdAt: Date;
12447
+ updatedAt: Date;
12448
+ deletedAt: Date | null;
12449
+ }[];
12450
+ callFrom: string | null;
12451
+ callTo: string | null;
12452
+ note: string | null;
12443
12453
  categories: {
12444
12454
  id: string;
12445
12455
  value: string;
@@ -12462,16 +12472,6 @@ export declare const platformWebchatContract: {
12462
12472
  }[];
12463
12473
  }[];
12464
12474
  }[];
12465
- tags: {
12466
- name: string;
12467
- id: string;
12468
- createdAt: Date;
12469
- updatedAt: Date;
12470
- deletedAt: Date | null;
12471
- }[];
12472
- callFrom: string | null;
12473
- callTo: string | null;
12474
- note: string | null;
12475
12475
  customFields?: {
12476
12476
  id: string;
12477
12477
  createdAt: Date;
@@ -13207,6 +13207,16 @@ export declare const platformWebchatContract: {
13207
13207
  createdAt: Date;
13208
13208
  updatedAt: Date;
13209
13209
  deletedAt: Date | null;
13210
+ tags: {
13211
+ name: string;
13212
+ id: string;
13213
+ createdAt: Date;
13214
+ updatedAt: Date;
13215
+ deletedAt: Date | null;
13216
+ }[];
13217
+ callFrom: string | null;
13218
+ callTo: string | null;
13219
+ note: string | null;
13210
13220
  categories: {
13211
13221
  id: string;
13212
13222
  value: string;
@@ -13229,16 +13239,6 @@ export declare const platformWebchatContract: {
13229
13239
  }[];
13230
13240
  }[];
13231
13241
  }[];
13232
- tags: {
13233
- name: string;
13234
- id: string;
13235
- createdAt: Date;
13236
- updatedAt: Date;
13237
- deletedAt: Date | null;
13238
- }[];
13239
- callFrom: string | null;
13240
- callTo: string | null;
13241
- note: string | null;
13242
13242
  customFields?: {
13243
13243
  id: string;
13244
13244
  createdAt: Date;
@@ -13973,6 +13973,16 @@ export declare const platformWebchatContract: {
13973
13973
  createdAt: Date;
13974
13974
  updatedAt: Date;
13975
13975
  deletedAt: Date | null;
13976
+ tags: {
13977
+ name: string;
13978
+ id: string;
13979
+ createdAt: Date;
13980
+ updatedAt: Date;
13981
+ deletedAt: Date | null;
13982
+ }[];
13983
+ callFrom: string | null;
13984
+ callTo: string | null;
13985
+ note: string | null;
13976
13986
  categories: {
13977
13987
  id: string;
13978
13988
  value: string;
@@ -13995,16 +14005,6 @@ export declare const platformWebchatContract: {
13995
14005
  }[];
13996
14006
  }[];
13997
14007
  }[];
13998
- tags: {
13999
- name: string;
14000
- id: string;
14001
- createdAt: Date;
14002
- updatedAt: Date;
14003
- deletedAt: Date | null;
14004
- }[];
14005
- callFrom: string | null;
14006
- callTo: string | null;
14007
- note: string | null;
14008
14008
  customFields?: {
14009
14009
  id: string;
14010
14010
  createdAt: Date;
@@ -14740,6 +14740,16 @@ export declare const platformWebchatContract: {
14740
14740
  createdAt: Date;
14741
14741
  updatedAt: Date;
14742
14742
  deletedAt: Date | null;
14743
+ tags: {
14744
+ name: string;
14745
+ id: string;
14746
+ createdAt: Date;
14747
+ updatedAt: Date;
14748
+ deletedAt: Date | null;
14749
+ }[];
14750
+ callFrom: string | null;
14751
+ callTo: string | null;
14752
+ note: string | null;
14743
14753
  categories: {
14744
14754
  id: string;
14745
14755
  value: string;
@@ -14762,16 +14772,6 @@ export declare const platformWebchatContract: {
14762
14772
  }[];
14763
14773
  }[];
14764
14774
  }[];
14765
- tags: {
14766
- name: string;
14767
- id: string;
14768
- createdAt: Date;
14769
- updatedAt: Date;
14770
- deletedAt: Date | null;
14771
- }[];
14772
- callFrom: string | null;
14773
- callTo: string | null;
14774
- note: string | null;
14775
14775
  customFields?: {
14776
14776
  id: string;
14777
14777
  createdAt: Date;
@@ -15506,6 +15506,16 @@ export declare const platformWebchatContract: {
15506
15506
  createdAt: Date;
15507
15507
  updatedAt: Date;
15508
15508
  deletedAt: Date | null;
15509
+ tags: {
15510
+ name: string;
15511
+ id: string;
15512
+ createdAt: Date;
15513
+ updatedAt: Date;
15514
+ deletedAt: Date | null;
15515
+ }[];
15516
+ callFrom: string | null;
15517
+ callTo: string | null;
15518
+ note: string | null;
15509
15519
  categories: {
15510
15520
  id: string;
15511
15521
  value: string;
@@ -15528,16 +15538,6 @@ export declare const platformWebchatContract: {
15528
15538
  }[];
15529
15539
  }[];
15530
15540
  }[];
15531
- tags: {
15532
- name: string;
15533
- id: string;
15534
- createdAt: Date;
15535
- updatedAt: Date;
15536
- deletedAt: Date | null;
15537
- }[];
15538
- callFrom: string | null;
15539
- callTo: string | null;
15540
- note: string | null;
15541
15541
  customFields?: {
15542
15542
  id: string;
15543
15543
  createdAt: Date;
@@ -16275,6 +16275,16 @@ export declare const platformWebchatContract: {
16275
16275
  createdAt: Date;
16276
16276
  updatedAt: Date;
16277
16277
  deletedAt: Date | null;
16278
+ tags: {
16279
+ name: string;
16280
+ id: string;
16281
+ createdAt: Date;
16282
+ updatedAt: Date;
16283
+ deletedAt: Date | null;
16284
+ }[];
16285
+ callFrom: string | null;
16286
+ callTo: string | null;
16287
+ note: string | null;
16278
16288
  categories: {
16279
16289
  id: string;
16280
16290
  value: string;
@@ -16297,16 +16307,6 @@ export declare const platformWebchatContract: {
16297
16307
  }[];
16298
16308
  }[];
16299
16309
  }[];
16300
- tags: {
16301
- name: string;
16302
- id: string;
16303
- createdAt: Date;
16304
- updatedAt: Date;
16305
- deletedAt: Date | null;
16306
- }[];
16307
- callFrom: string | null;
16308
- callTo: string | null;
16309
- note: string | null;
16310
16310
  customFields?: {
16311
16311
  id: string;
16312
16312
  createdAt: Date;
@@ -17041,6 +17041,16 @@ export declare const platformWebchatContract: {
17041
17041
  createdAt: Date;
17042
17042
  updatedAt: Date;
17043
17043
  deletedAt: Date | null;
17044
+ tags: {
17045
+ name: string;
17046
+ id: string;
17047
+ createdAt: Date;
17048
+ updatedAt: Date;
17049
+ deletedAt: Date | null;
17050
+ }[];
17051
+ callFrom: string | null;
17052
+ callTo: string | null;
17053
+ note: string | null;
17044
17054
  categories: {
17045
17055
  id: string;
17046
17056
  value: string;
@@ -17063,16 +17073,6 @@ export declare const platformWebchatContract: {
17063
17073
  }[];
17064
17074
  }[];
17065
17075
  }[];
17066
- tags: {
17067
- name: string;
17068
- id: string;
17069
- createdAt: Date;
17070
- updatedAt: Date;
17071
- deletedAt: Date | null;
17072
- }[];
17073
- callFrom: string | null;
17074
- callTo: string | null;
17075
- note: string | null;
17076
17076
  customFields?: {
17077
17077
  id: string;
17078
17078
  createdAt: Date;
@@ -17811,6 +17811,16 @@ export declare const platformWebchatContract: {
17811
17811
  createdAt: Date;
17812
17812
  updatedAt: Date;
17813
17813
  deletedAt: Date | null;
17814
+ tags: {
17815
+ name: string;
17816
+ id: string;
17817
+ createdAt: Date;
17818
+ updatedAt: Date;
17819
+ deletedAt: Date | null;
17820
+ }[];
17821
+ callFrom: string | null;
17822
+ callTo: string | null;
17823
+ note: string | null;
17814
17824
  categories: {
17815
17825
  id: string;
17816
17826
  value: string;
@@ -17833,16 +17843,6 @@ export declare const platformWebchatContract: {
17833
17843
  }[];
17834
17844
  }[];
17835
17845
  }[];
17836
- tags: {
17837
- name: string;
17838
- id: string;
17839
- createdAt: Date;
17840
- updatedAt: Date;
17841
- deletedAt: Date | null;
17842
- }[];
17843
- callFrom: string | null;
17844
- callTo: string | null;
17845
- note: string | null;
17846
17846
  customFields?: {
17847
17847
  id: string;
17848
17848
  createdAt: Date;
@@ -18577,6 +18577,16 @@ export declare const platformWebchatContract: {
18577
18577
  createdAt: Date;
18578
18578
  updatedAt: Date;
18579
18579
  deletedAt: Date | null;
18580
+ tags: {
18581
+ name: string;
18582
+ id: string;
18583
+ createdAt: Date;
18584
+ updatedAt: Date;
18585
+ deletedAt: Date | null;
18586
+ }[];
18587
+ callFrom: string | null;
18588
+ callTo: string | null;
18589
+ note: string | null;
18580
18590
  categories: {
18581
18591
  id: string;
18582
18592
  value: string;
@@ -18599,16 +18609,6 @@ export declare const platformWebchatContract: {
18599
18609
  }[];
18600
18610
  }[];
18601
18611
  }[];
18602
- tags: {
18603
- name: string;
18604
- id: string;
18605
- createdAt: Date;
18606
- updatedAt: Date;
18607
- deletedAt: Date | null;
18608
- }[];
18609
- callFrom: string | null;
18610
- callTo: string | null;
18611
- note: string | null;
18612
18612
  customFields?: {
18613
18613
  id: string;
18614
18614
  createdAt: Date;