@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
@@ -5228,6 +5228,16 @@ export declare const viberContract: {
5228
5228
  createdAt: Date;
5229
5229
  updatedAt: Date;
5230
5230
  deletedAt: Date | null;
5231
+ tags: {
5232
+ name: string;
5233
+ id: string;
5234
+ createdAt: Date;
5235
+ updatedAt: Date;
5236
+ deletedAt: Date | null;
5237
+ }[];
5238
+ callFrom: string | null;
5239
+ callTo: string | null;
5240
+ note: string | null;
5231
5241
  categories: {
5232
5242
  id: string;
5233
5243
  value: string;
@@ -5250,16 +5260,6 @@ export declare const viberContract: {
5250
5260
  }[];
5251
5261
  }[];
5252
5262
  }[];
5253
- tags: {
5254
- name: string;
5255
- id: string;
5256
- createdAt: Date;
5257
- updatedAt: Date;
5258
- deletedAt: Date | null;
5259
- }[];
5260
- callFrom: string | null;
5261
- callTo: string | null;
5262
- note: string | null;
5263
5263
  customFields?: {
5264
5264
  id: string;
5265
5265
  createdAt: Date;
@@ -5279,6 +5279,16 @@ export declare const viberContract: {
5279
5279
  createdAt: Date;
5280
5280
  updatedAt: Date;
5281
5281
  deletedAt: Date | null;
5282
+ tags: {
5283
+ name: string;
5284
+ id: string;
5285
+ createdAt: Date;
5286
+ updatedAt: Date;
5287
+ deletedAt: Date | null;
5288
+ }[];
5289
+ callFrom: string | null;
5290
+ callTo: string | null;
5291
+ note: string | null;
5282
5292
  categories: {
5283
5293
  id: string;
5284
5294
  value: string;
@@ -5301,16 +5311,6 @@ export declare const viberContract: {
5301
5311
  }[];
5302
5312
  }[];
5303
5313
  }[];
5304
- tags: {
5305
- name: string;
5306
- id: string;
5307
- createdAt: Date;
5308
- updatedAt: Date;
5309
- deletedAt: Date | null;
5310
- }[];
5311
- callFrom: string | null;
5312
- callTo: string | null;
5313
- note: string | null;
5314
5314
  customFields?: {
5315
5315
  id: string;
5316
5316
  createdAt: Date;
@@ -5419,6 +5419,16 @@ export declare const viberContract: {
5419
5419
  createdAt: Date;
5420
5420
  updatedAt: Date;
5421
5421
  deletedAt: Date | null;
5422
+ tags: {
5423
+ name: string;
5424
+ id: string;
5425
+ createdAt: Date;
5426
+ updatedAt: Date;
5427
+ deletedAt: Date | null;
5428
+ }[];
5429
+ callFrom: string | null;
5430
+ callTo: string | null;
5431
+ note: string | null;
5422
5432
  categories: {
5423
5433
  id: string;
5424
5434
  value: string;
@@ -5441,16 +5451,6 @@ export declare const viberContract: {
5441
5451
  }[];
5442
5452
  }[];
5443
5453
  }[];
5444
- tags: {
5445
- name: string;
5446
- id: string;
5447
- createdAt: Date;
5448
- updatedAt: Date;
5449
- deletedAt: Date | null;
5450
- }[];
5451
- callFrom: string | null;
5452
- callTo: string | null;
5453
- note: string | null;
5454
5454
  customFields?: {
5455
5455
  id: string;
5456
5456
  createdAt: Date;
@@ -5509,6 +5509,16 @@ export declare const viberContract: {
5509
5509
  createdAt: Date;
5510
5510
  updatedAt: Date;
5511
5511
  deletedAt: Date | null;
5512
+ tags: {
5513
+ name: string;
5514
+ id: string;
5515
+ createdAt: Date;
5516
+ updatedAt: Date;
5517
+ deletedAt: Date | null;
5518
+ }[];
5519
+ callFrom: string | null;
5520
+ callTo: string | null;
5521
+ note: string | null;
5512
5522
  categories: {
5513
5523
  id: string;
5514
5524
  value: string;
@@ -5531,16 +5541,6 @@ export declare const viberContract: {
5531
5541
  }[];
5532
5542
  }[];
5533
5543
  }[];
5534
- tags: {
5535
- name: string;
5536
- id: string;
5537
- createdAt: Date;
5538
- updatedAt: Date;
5539
- deletedAt: Date | null;
5540
- }[];
5541
- callFrom: string | null;
5542
- callTo: string | null;
5543
- note: string | null;
5544
5544
  customFields?: {
5545
5545
  id: string;
5546
5546
  createdAt: Date;
@@ -5954,6 +5954,16 @@ export declare const viberContract: {
5954
5954
  createdAt: Date;
5955
5955
  updatedAt: Date;
5956
5956
  deletedAt: Date | null;
5957
+ tags: {
5958
+ name: string;
5959
+ id: string;
5960
+ createdAt: Date;
5961
+ updatedAt: Date;
5962
+ deletedAt: Date | null;
5963
+ }[];
5964
+ callFrom: string | null;
5965
+ callTo: string | null;
5966
+ note: string | null;
5957
5967
  categories: {
5958
5968
  id: string;
5959
5969
  value: string;
@@ -5976,16 +5986,6 @@ export declare const viberContract: {
5976
5986
  }[];
5977
5987
  }[];
5978
5988
  }[];
5979
- tags: {
5980
- name: string;
5981
- id: string;
5982
- createdAt: Date;
5983
- updatedAt: Date;
5984
- deletedAt: Date | null;
5985
- }[];
5986
- callFrom: string | null;
5987
- callTo: string | null;
5988
- note: string | null;
5989
5989
  customFields?: {
5990
5990
  id: string;
5991
5991
  createdAt: Date;
@@ -6383,6 +6383,16 @@ export declare const viberContract: {
6383
6383
  createdAt: Date;
6384
6384
  updatedAt: Date;
6385
6385
  deletedAt: Date | null;
6386
+ tags: {
6387
+ name: string;
6388
+ id: string;
6389
+ createdAt: Date;
6390
+ updatedAt: Date;
6391
+ deletedAt: Date | null;
6392
+ }[];
6393
+ callFrom: string | null;
6394
+ callTo: string | null;
6395
+ note: string | null;
6386
6396
  categories: {
6387
6397
  id: string;
6388
6398
  value: string;
@@ -6405,16 +6415,6 @@ export declare const viberContract: {
6405
6415
  }[];
6406
6416
  }[];
6407
6417
  }[];
6408
- tags: {
6409
- name: string;
6410
- id: string;
6411
- createdAt: Date;
6412
- updatedAt: Date;
6413
- deletedAt: Date | null;
6414
- }[];
6415
- callFrom: string | null;
6416
- callTo: string | null;
6417
- note: string | null;
6418
6418
  customFields?: {
6419
6419
  id: string;
6420
6420
  createdAt: Date;
@@ -9915,6 +9915,16 @@ export declare const viberContract: {
9915
9915
  createdAt: Date;
9916
9916
  updatedAt: Date;
9917
9917
  deletedAt: Date | null;
9918
+ tags: {
9919
+ name: string;
9920
+ id: string;
9921
+ createdAt: Date;
9922
+ updatedAt: Date;
9923
+ deletedAt: Date | null;
9924
+ }[];
9925
+ callFrom: string | null;
9926
+ callTo: string | null;
9927
+ note: string | null;
9918
9928
  categories: {
9919
9929
  id: string;
9920
9930
  value: string;
@@ -9937,16 +9947,6 @@ export declare const viberContract: {
9937
9947
  }[];
9938
9948
  }[];
9939
9949
  }[];
9940
- tags: {
9941
- name: string;
9942
- id: string;
9943
- createdAt: Date;
9944
- updatedAt: Date;
9945
- deletedAt: Date | null;
9946
- }[];
9947
- callFrom: string | null;
9948
- callTo: string | null;
9949
- note: string | null;
9950
9950
  customFields?: {
9951
9951
  id: string;
9952
9952
  createdAt: Date;
@@ -9966,6 +9966,16 @@ export declare const viberContract: {
9966
9966
  createdAt: Date;
9967
9967
  updatedAt: Date;
9968
9968
  deletedAt: Date | null;
9969
+ tags: {
9970
+ name: string;
9971
+ id: string;
9972
+ createdAt: Date;
9973
+ updatedAt: Date;
9974
+ deletedAt: Date | null;
9975
+ }[];
9976
+ callFrom: string | null;
9977
+ callTo: string | null;
9978
+ note: string | null;
9969
9979
  categories: {
9970
9980
  id: string;
9971
9981
  value: string;
@@ -9988,16 +9998,6 @@ export declare const viberContract: {
9988
9998
  }[];
9989
9999
  }[];
9990
10000
  }[];
9991
- tags: {
9992
- name: string;
9993
- id: string;
9994
- createdAt: Date;
9995
- updatedAt: Date;
9996
- deletedAt: Date | null;
9997
- }[];
9998
- callFrom: string | null;
9999
- callTo: string | null;
10000
- note: string | null;
10001
10001
  customFields?: {
10002
10002
  id: string;
10003
10003
  createdAt: Date;
@@ -10106,6 +10106,16 @@ export declare const viberContract: {
10106
10106
  createdAt: Date;
10107
10107
  updatedAt: Date;
10108
10108
  deletedAt: Date | null;
10109
+ tags: {
10110
+ name: string;
10111
+ id: string;
10112
+ createdAt: Date;
10113
+ updatedAt: Date;
10114
+ deletedAt: Date | null;
10115
+ }[];
10116
+ callFrom: string | null;
10117
+ callTo: string | null;
10118
+ note: string | null;
10109
10119
  categories: {
10110
10120
  id: string;
10111
10121
  value: string;
@@ -10128,16 +10138,6 @@ export declare const viberContract: {
10128
10138
  }[];
10129
10139
  }[];
10130
10140
  }[];
10131
- tags: {
10132
- name: string;
10133
- id: string;
10134
- createdAt: Date;
10135
- updatedAt: Date;
10136
- deletedAt: Date | null;
10137
- }[];
10138
- callFrom: string | null;
10139
- callTo: string | null;
10140
- note: string | null;
10141
10141
  customFields?: {
10142
10142
  id: string;
10143
10143
  createdAt: Date;
@@ -10196,6 +10196,16 @@ export declare const viberContract: {
10196
10196
  createdAt: Date;
10197
10197
  updatedAt: Date;
10198
10198
  deletedAt: Date | null;
10199
+ tags: {
10200
+ name: string;
10201
+ id: string;
10202
+ createdAt: Date;
10203
+ updatedAt: Date;
10204
+ deletedAt: Date | null;
10205
+ }[];
10206
+ callFrom: string | null;
10207
+ callTo: string | null;
10208
+ note: string | null;
10199
10209
  categories: {
10200
10210
  id: string;
10201
10211
  value: string;
@@ -10218,16 +10228,6 @@ export declare const viberContract: {
10218
10228
  }[];
10219
10229
  }[];
10220
10230
  }[];
10221
- tags: {
10222
- name: string;
10223
- id: string;
10224
- createdAt: Date;
10225
- updatedAt: Date;
10226
- deletedAt: Date | null;
10227
- }[];
10228
- callFrom: string | null;
10229
- callTo: string | null;
10230
- note: string | null;
10231
10231
  customFields?: {
10232
10232
  id: string;
10233
10233
  createdAt: Date;
@@ -10641,6 +10641,16 @@ export declare const viberContract: {
10641
10641
  createdAt: Date;
10642
10642
  updatedAt: Date;
10643
10643
  deletedAt: Date | null;
10644
+ tags: {
10645
+ name: string;
10646
+ id: string;
10647
+ createdAt: Date;
10648
+ updatedAt: Date;
10649
+ deletedAt: Date | null;
10650
+ }[];
10651
+ callFrom: string | null;
10652
+ callTo: string | null;
10653
+ note: string | null;
10644
10654
  categories: {
10645
10655
  id: string;
10646
10656
  value: string;
@@ -10663,16 +10673,6 @@ export declare const viberContract: {
10663
10673
  }[];
10664
10674
  }[];
10665
10675
  }[];
10666
- tags: {
10667
- name: string;
10668
- id: string;
10669
- createdAt: Date;
10670
- updatedAt: Date;
10671
- deletedAt: Date | null;
10672
- }[];
10673
- callFrom: string | null;
10674
- callTo: string | null;
10675
- note: string | null;
10676
10676
  customFields?: {
10677
10677
  id: string;
10678
10678
  createdAt: Date;
@@ -11070,6 +11070,16 @@ export declare const viberContract: {
11070
11070
  createdAt: Date;
11071
11071
  updatedAt: Date;
11072
11072
  deletedAt: Date | null;
11073
+ tags: {
11074
+ name: string;
11075
+ id: string;
11076
+ createdAt: Date;
11077
+ updatedAt: Date;
11078
+ deletedAt: Date | null;
11079
+ }[];
11080
+ callFrom: string | null;
11081
+ callTo: string | null;
11082
+ note: string | null;
11073
11083
  categories: {
11074
11084
  id: string;
11075
11085
  value: string;
@@ -11092,16 +11102,6 @@ export declare const viberContract: {
11092
11102
  }[];
11093
11103
  }[];
11094
11104
  }[];
11095
- tags: {
11096
- name: string;
11097
- id: string;
11098
- createdAt: Date;
11099
- updatedAt: Date;
11100
- deletedAt: Date | null;
11101
- }[];
11102
- callFrom: string | null;
11103
- callTo: string | null;
11104
- note: string | null;
11105
11105
  customFields?: {
11106
11106
  id: string;
11107
11107
  createdAt: Date;
@@ -13272,6 +13272,16 @@ export declare const viberContract: {
13272
13272
  createdAt: Date;
13273
13273
  updatedAt: Date;
13274
13274
  deletedAt: Date | null;
13275
+ tags: {
13276
+ name: string;
13277
+ id: string;
13278
+ createdAt: Date;
13279
+ updatedAt: Date;
13280
+ deletedAt: Date | null;
13281
+ }[];
13282
+ callFrom: string | null;
13283
+ callTo: string | null;
13284
+ note: string | null;
13275
13285
  categories: {
13276
13286
  id: string;
13277
13287
  value: string;
@@ -13294,16 +13304,6 @@ export declare const viberContract: {
13294
13304
  }[];
13295
13305
  }[];
13296
13306
  }[];
13297
- tags: {
13298
- name: string;
13299
- id: string;
13300
- createdAt: Date;
13301
- updatedAt: Date;
13302
- deletedAt: Date | null;
13303
- }[];
13304
- callFrom: string | null;
13305
- callTo: string | null;
13306
- note: string | null;
13307
13307
  customFields?: {
13308
13308
  id: string;
13309
13309
  createdAt: Date;
@@ -14038,6 +14038,16 @@ export declare const viberContract: {
14038
14038
  createdAt: Date;
14039
14039
  updatedAt: Date;
14040
14040
  deletedAt: Date | null;
14041
+ tags: {
14042
+ name: string;
14043
+ id: string;
14044
+ createdAt: Date;
14045
+ updatedAt: Date;
14046
+ deletedAt: Date | null;
14047
+ }[];
14048
+ callFrom: string | null;
14049
+ callTo: string | null;
14050
+ note: string | null;
14041
14051
  categories: {
14042
14052
  id: string;
14043
14053
  value: string;
@@ -14060,16 +14070,6 @@ export declare const viberContract: {
14060
14070
  }[];
14061
14071
  }[];
14062
14072
  }[];
14063
- tags: {
14064
- name: string;
14065
- id: string;
14066
- createdAt: Date;
14067
- updatedAt: Date;
14068
- deletedAt: Date | null;
14069
- }[];
14070
- callFrom: string | null;
14071
- callTo: string | null;
14072
- note: string | null;
14073
14073
  customFields?: {
14074
14074
  id: string;
14075
14075
  createdAt: Date;
@@ -14805,6 +14805,16 @@ export declare const viberContract: {
14805
14805
  createdAt: Date;
14806
14806
  updatedAt: Date;
14807
14807
  deletedAt: Date | null;
14808
+ tags: {
14809
+ name: string;
14810
+ id: string;
14811
+ createdAt: Date;
14812
+ updatedAt: Date;
14813
+ deletedAt: Date | null;
14814
+ }[];
14815
+ callFrom: string | null;
14816
+ callTo: string | null;
14817
+ note: string | null;
14808
14818
  categories: {
14809
14819
  id: string;
14810
14820
  value: string;
@@ -14827,16 +14837,6 @@ export declare const viberContract: {
14827
14837
  }[];
14828
14838
  }[];
14829
14839
  }[];
14830
- tags: {
14831
- name: string;
14832
- id: string;
14833
- createdAt: Date;
14834
- updatedAt: Date;
14835
- deletedAt: Date | null;
14836
- }[];
14837
- callFrom: string | null;
14838
- callTo: string | null;
14839
- note: string | null;
14840
14840
  customFields?: {
14841
14841
  id: string;
14842
14842
  createdAt: Date;
@@ -15571,6 +15571,16 @@ export declare const viberContract: {
15571
15571
  createdAt: Date;
15572
15572
  updatedAt: Date;
15573
15573
  deletedAt: Date | null;
15574
+ tags: {
15575
+ name: string;
15576
+ id: string;
15577
+ createdAt: Date;
15578
+ updatedAt: Date;
15579
+ deletedAt: Date | null;
15580
+ }[];
15581
+ callFrom: string | null;
15582
+ callTo: string | null;
15583
+ note: string | null;
15574
15584
  categories: {
15575
15585
  id: string;
15576
15586
  value: string;
@@ -15593,16 +15603,6 @@ export declare const viberContract: {
15593
15603
  }[];
15594
15604
  }[];
15595
15605
  }[];
15596
- tags: {
15597
- name: string;
15598
- id: string;
15599
- createdAt: Date;
15600
- updatedAt: Date;
15601
- deletedAt: Date | null;
15602
- }[];
15603
- callFrom: string | null;
15604
- callTo: string | null;
15605
- note: string | null;
15606
15606
  customFields?: {
15607
15607
  id: string;
15608
15608
  createdAt: Date;
@@ -16338,6 +16338,16 @@ export declare const viberContract: {
16338
16338
  createdAt: Date;
16339
16339
  updatedAt: Date;
16340
16340
  deletedAt: Date | null;
16341
+ tags: {
16342
+ name: string;
16343
+ id: string;
16344
+ createdAt: Date;
16345
+ updatedAt: Date;
16346
+ deletedAt: Date | null;
16347
+ }[];
16348
+ callFrom: string | null;
16349
+ callTo: string | null;
16350
+ note: string | null;
16341
16351
  categories: {
16342
16352
  id: string;
16343
16353
  value: string;
@@ -16360,16 +16370,6 @@ export declare const viberContract: {
16360
16370
  }[];
16361
16371
  }[];
16362
16372
  }[];
16363
- tags: {
16364
- name: string;
16365
- id: string;
16366
- createdAt: Date;
16367
- updatedAt: Date;
16368
- deletedAt: Date | null;
16369
- }[];
16370
- callFrom: string | null;
16371
- callTo: string | null;
16372
- note: string | null;
16373
16373
  customFields?: {
16374
16374
  id: string;
16375
16375
  createdAt: Date;
@@ -17104,6 +17104,16 @@ export declare const viberContract: {
17104
17104
  createdAt: Date;
17105
17105
  updatedAt: Date;
17106
17106
  deletedAt: Date | null;
17107
+ tags: {
17108
+ name: string;
17109
+ id: string;
17110
+ createdAt: Date;
17111
+ updatedAt: Date;
17112
+ deletedAt: Date | null;
17113
+ }[];
17114
+ callFrom: string | null;
17115
+ callTo: string | null;
17116
+ note: string | null;
17107
17117
  categories: {
17108
17118
  id: string;
17109
17119
  value: string;
@@ -17126,16 +17136,6 @@ export declare const viberContract: {
17126
17136
  }[];
17127
17137
  }[];
17128
17138
  }[];
17129
- tags: {
17130
- name: string;
17131
- id: string;
17132
- createdAt: Date;
17133
- updatedAt: Date;
17134
- deletedAt: Date | null;
17135
- }[];
17136
- callFrom: string | null;
17137
- callTo: string | null;
17138
- note: string | null;
17139
17139
  customFields?: {
17140
17140
  id: string;
17141
17141
  createdAt: Date;
@@ -17873,6 +17873,16 @@ export declare const viberContract: {
17873
17873
  createdAt: Date;
17874
17874
  updatedAt: Date;
17875
17875
  deletedAt: Date | null;
17876
+ tags: {
17877
+ name: string;
17878
+ id: string;
17879
+ createdAt: Date;
17880
+ updatedAt: Date;
17881
+ deletedAt: Date | null;
17882
+ }[];
17883
+ callFrom: string | null;
17884
+ callTo: string | null;
17885
+ note: string | null;
17876
17886
  categories: {
17877
17887
  id: string;
17878
17888
  value: string;
@@ -17895,16 +17905,6 @@ export declare const viberContract: {
17895
17905
  }[];
17896
17906
  }[];
17897
17907
  }[];
17898
- tags: {
17899
- name: string;
17900
- id: string;
17901
- createdAt: Date;
17902
- updatedAt: Date;
17903
- deletedAt: Date | null;
17904
- }[];
17905
- callFrom: string | null;
17906
- callTo: string | null;
17907
- note: string | null;
17908
17908
  customFields?: {
17909
17909
  id: string;
17910
17910
  createdAt: Date;
@@ -18639,6 +18639,16 @@ export declare const viberContract: {
18639
18639
  createdAt: Date;
18640
18640
  updatedAt: Date;
18641
18641
  deletedAt: Date | null;
18642
+ tags: {
18643
+ name: string;
18644
+ id: string;
18645
+ createdAt: Date;
18646
+ updatedAt: Date;
18647
+ deletedAt: Date | null;
18648
+ }[];
18649
+ callFrom: string | null;
18650
+ callTo: string | null;
18651
+ note: string | null;
18642
18652
  categories: {
18643
18653
  id: string;
18644
18654
  value: string;
@@ -18661,16 +18671,6 @@ export declare const viberContract: {
18661
18671
  }[];
18662
18672
  }[];
18663
18673
  }[];
18664
- tags: {
18665
- name: string;
18666
- id: string;
18667
- createdAt: Date;
18668
- updatedAt: Date;
18669
- deletedAt: Date | null;
18670
- }[];
18671
- callFrom: string | null;
18672
- callTo: string | null;
18673
- note: string | null;
18674
18674
  customFields?: {
18675
18675
  id: string;
18676
18676
  createdAt: Date;
@@ -19409,6 +19409,16 @@ export declare const viberContract: {
19409
19409
  createdAt: Date;
19410
19410
  updatedAt: Date;
19411
19411
  deletedAt: Date | null;
19412
+ tags: {
19413
+ name: string;
19414
+ id: string;
19415
+ createdAt: Date;
19416
+ updatedAt: Date;
19417
+ deletedAt: Date | null;
19418
+ }[];
19419
+ callFrom: string | null;
19420
+ callTo: string | null;
19421
+ note: string | null;
19412
19422
  categories: {
19413
19423
  id: string;
19414
19424
  value: string;
@@ -19431,16 +19441,6 @@ export declare const viberContract: {
19431
19441
  }[];
19432
19442
  }[];
19433
19443
  }[];
19434
- tags: {
19435
- name: string;
19436
- id: string;
19437
- createdAt: Date;
19438
- updatedAt: Date;
19439
- deletedAt: Date | null;
19440
- }[];
19441
- callFrom: string | null;
19442
- callTo: string | null;
19443
- note: string | null;
19444
19444
  customFields?: {
19445
19445
  id: string;
19446
19446
  createdAt: Date;
@@ -20175,6 +20175,16 @@ export declare const viberContract: {
20175
20175
  createdAt: Date;
20176
20176
  updatedAt: Date;
20177
20177
  deletedAt: Date | null;
20178
+ tags: {
20179
+ name: string;
20180
+ id: string;
20181
+ createdAt: Date;
20182
+ updatedAt: Date;
20183
+ deletedAt: Date | null;
20184
+ }[];
20185
+ callFrom: string | null;
20186
+ callTo: string | null;
20187
+ note: string | null;
20178
20188
  categories: {
20179
20189
  id: string;
20180
20190
  value: string;
@@ -20197,16 +20207,6 @@ export declare const viberContract: {
20197
20207
  }[];
20198
20208
  }[];
20199
20209
  }[];
20200
- tags: {
20201
- name: string;
20202
- id: string;
20203
- createdAt: Date;
20204
- updatedAt: Date;
20205
- deletedAt: Date | null;
20206
- }[];
20207
- callFrom: string | null;
20208
- callTo: string | null;
20209
- note: string | null;
20210
20210
  customFields?: {
20211
20211
  id: string;
20212
20212
  createdAt: Date;