@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
@@ -8317,6 +8317,16 @@ export declare const facebookFeedContract: {
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 facebookFeedContract: {
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 facebookFeedContract: {
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 facebookFeedContract: {
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 facebookFeedContract: {
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 facebookFeedContract: {
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 facebookFeedContract: {
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 facebookFeedContract: {
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 facebookFeedContract: {
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 facebookFeedContract: {
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 facebookFeedContract: {
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 facebookFeedContract: {
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;
@@ -13004,6 +13004,16 @@ export declare const facebookFeedContract: {
13004
13004
  createdAt: Date;
13005
13005
  updatedAt: Date;
13006
13006
  deletedAt: Date | null;
13007
+ tags: {
13008
+ name: string;
13009
+ id: string;
13010
+ createdAt: Date;
13011
+ updatedAt: Date;
13012
+ deletedAt: Date | null;
13013
+ }[];
13014
+ callFrom: string | null;
13015
+ callTo: string | null;
13016
+ note: string | null;
13007
13017
  categories: {
13008
13018
  id: string;
13009
13019
  value: string;
@@ -13026,16 +13036,6 @@ export declare const facebookFeedContract: {
13026
13036
  }[];
13027
13037
  }[];
13028
13038
  }[];
13029
- tags: {
13030
- name: string;
13031
- id: string;
13032
- createdAt: Date;
13033
- updatedAt: Date;
13034
- deletedAt: Date | null;
13035
- }[];
13036
- callFrom: string | null;
13037
- callTo: string | null;
13038
- note: string | null;
13039
13039
  customFields?: {
13040
13040
  id: string;
13041
13041
  createdAt: Date;
@@ -13055,6 +13055,16 @@ export declare const facebookFeedContract: {
13055
13055
  createdAt: Date;
13056
13056
  updatedAt: Date;
13057
13057
  deletedAt: Date | null;
13058
+ tags: {
13059
+ name: string;
13060
+ id: string;
13061
+ createdAt: Date;
13062
+ updatedAt: Date;
13063
+ deletedAt: Date | null;
13064
+ }[];
13065
+ callFrom: string | null;
13066
+ callTo: string | null;
13067
+ note: string | null;
13058
13068
  categories: {
13059
13069
  id: string;
13060
13070
  value: string;
@@ -13077,16 +13087,6 @@ export declare const facebookFeedContract: {
13077
13087
  }[];
13078
13088
  }[];
13079
13089
  }[];
13080
- tags: {
13081
- name: string;
13082
- id: string;
13083
- createdAt: Date;
13084
- updatedAt: Date;
13085
- deletedAt: Date | null;
13086
- }[];
13087
- callFrom: string | null;
13088
- callTo: string | null;
13089
- note: string | null;
13090
13090
  customFields?: {
13091
13091
  id: string;
13092
13092
  createdAt: Date;
@@ -13195,6 +13195,16 @@ export declare const facebookFeedContract: {
13195
13195
  createdAt: Date;
13196
13196
  updatedAt: Date;
13197
13197
  deletedAt: Date | null;
13198
+ tags: {
13199
+ name: string;
13200
+ id: string;
13201
+ createdAt: Date;
13202
+ updatedAt: Date;
13203
+ deletedAt: Date | null;
13204
+ }[];
13205
+ callFrom: string | null;
13206
+ callTo: string | null;
13207
+ note: string | null;
13198
13208
  categories: {
13199
13209
  id: string;
13200
13210
  value: string;
@@ -13217,16 +13227,6 @@ export declare const facebookFeedContract: {
13217
13227
  }[];
13218
13228
  }[];
13219
13229
  }[];
13220
- tags: {
13221
- name: string;
13222
- id: string;
13223
- createdAt: Date;
13224
- updatedAt: Date;
13225
- deletedAt: Date | null;
13226
- }[];
13227
- callFrom: string | null;
13228
- callTo: string | null;
13229
- note: string | null;
13230
13230
  customFields?: {
13231
13231
  id: string;
13232
13232
  createdAt: Date;
@@ -13285,6 +13285,16 @@ export declare const facebookFeedContract: {
13285
13285
  createdAt: Date;
13286
13286
  updatedAt: Date;
13287
13287
  deletedAt: Date | null;
13288
+ tags: {
13289
+ name: string;
13290
+ id: string;
13291
+ createdAt: Date;
13292
+ updatedAt: Date;
13293
+ deletedAt: Date | null;
13294
+ }[];
13295
+ callFrom: string | null;
13296
+ callTo: string | null;
13297
+ note: string | null;
13288
13298
  categories: {
13289
13299
  id: string;
13290
13300
  value: string;
@@ -13307,16 +13317,6 @@ export declare const facebookFeedContract: {
13307
13317
  }[];
13308
13318
  }[];
13309
13319
  }[];
13310
- tags: {
13311
- name: string;
13312
- id: string;
13313
- createdAt: Date;
13314
- updatedAt: Date;
13315
- deletedAt: Date | null;
13316
- }[];
13317
- callFrom: string | null;
13318
- callTo: string | null;
13319
- note: string | null;
13320
13320
  customFields?: {
13321
13321
  id: string;
13322
13322
  createdAt: Date;
@@ -13730,6 +13730,16 @@ export declare const facebookFeedContract: {
13730
13730
  createdAt: Date;
13731
13731
  updatedAt: Date;
13732
13732
  deletedAt: Date | null;
13733
+ tags: {
13734
+ name: string;
13735
+ id: string;
13736
+ createdAt: Date;
13737
+ updatedAt: Date;
13738
+ deletedAt: Date | null;
13739
+ }[];
13740
+ callFrom: string | null;
13741
+ callTo: string | null;
13742
+ note: string | null;
13733
13743
  categories: {
13734
13744
  id: string;
13735
13745
  value: string;
@@ -13752,16 +13762,6 @@ export declare const facebookFeedContract: {
13752
13762
  }[];
13753
13763
  }[];
13754
13764
  }[];
13755
- tags: {
13756
- name: string;
13757
- id: string;
13758
- createdAt: Date;
13759
- updatedAt: Date;
13760
- deletedAt: Date | null;
13761
- }[];
13762
- callFrom: string | null;
13763
- callTo: string | null;
13764
- note: string | null;
13765
13765
  customFields?: {
13766
13766
  id: string;
13767
13767
  createdAt: Date;
@@ -14159,6 +14159,16 @@ export declare const facebookFeedContract: {
14159
14159
  createdAt: Date;
14160
14160
  updatedAt: Date;
14161
14161
  deletedAt: Date | null;
14162
+ tags: {
14163
+ name: string;
14164
+ id: string;
14165
+ createdAt: Date;
14166
+ updatedAt: Date;
14167
+ deletedAt: Date | null;
14168
+ }[];
14169
+ callFrom: string | null;
14170
+ callTo: string | null;
14171
+ note: string | null;
14162
14172
  categories: {
14163
14173
  id: string;
14164
14174
  value: string;
@@ -14181,16 +14191,6 @@ export declare const facebookFeedContract: {
14181
14191
  }[];
14182
14192
  }[];
14183
14193
  }[];
14184
- tags: {
14185
- name: string;
14186
- id: string;
14187
- createdAt: Date;
14188
- updatedAt: Date;
14189
- deletedAt: Date | null;
14190
- }[];
14191
- callFrom: string | null;
14192
- callTo: string | null;
14193
- note: string | null;
14194
14194
  customFields?: {
14195
14195
  id: string;
14196
14196
  createdAt: Date;
@@ -16361,6 +16361,16 @@ export declare const facebookFeedContract: {
16361
16361
  createdAt: Date;
16362
16362
  updatedAt: Date;
16363
16363
  deletedAt: Date | null;
16364
+ tags: {
16365
+ name: string;
16366
+ id: string;
16367
+ createdAt: Date;
16368
+ updatedAt: Date;
16369
+ deletedAt: Date | null;
16370
+ }[];
16371
+ callFrom: string | null;
16372
+ callTo: string | null;
16373
+ note: string | null;
16364
16374
  categories: {
16365
16375
  id: string;
16366
16376
  value: string;
@@ -16383,16 +16393,6 @@ export declare const facebookFeedContract: {
16383
16393
  }[];
16384
16394
  }[];
16385
16395
  }[];
16386
- tags: {
16387
- name: string;
16388
- id: string;
16389
- createdAt: Date;
16390
- updatedAt: Date;
16391
- deletedAt: Date | null;
16392
- }[];
16393
- callFrom: string | null;
16394
- callTo: string | null;
16395
- note: string | null;
16396
16396
  customFields?: {
16397
16397
  id: string;
16398
16398
  createdAt: Date;
@@ -17127,6 +17127,16 @@ export declare const facebookFeedContract: {
17127
17127
  createdAt: Date;
17128
17128
  updatedAt: Date;
17129
17129
  deletedAt: Date | null;
17130
+ tags: {
17131
+ name: string;
17132
+ id: string;
17133
+ createdAt: Date;
17134
+ updatedAt: Date;
17135
+ deletedAt: Date | null;
17136
+ }[];
17137
+ callFrom: string | null;
17138
+ callTo: string | null;
17139
+ note: string | null;
17130
17140
  categories: {
17131
17141
  id: string;
17132
17142
  value: string;
@@ -17149,16 +17159,6 @@ export declare const facebookFeedContract: {
17149
17159
  }[];
17150
17160
  }[];
17151
17161
  }[];
17152
- tags: {
17153
- name: string;
17154
- id: string;
17155
- createdAt: Date;
17156
- updatedAt: Date;
17157
- deletedAt: Date | null;
17158
- }[];
17159
- callFrom: string | null;
17160
- callTo: string | null;
17161
- note: string | null;
17162
17162
  customFields?: {
17163
17163
  id: string;
17164
17164
  createdAt: Date;
@@ -17894,6 +17894,16 @@ export declare const facebookFeedContract: {
17894
17894
  createdAt: Date;
17895
17895
  updatedAt: Date;
17896
17896
  deletedAt: Date | null;
17897
+ tags: {
17898
+ name: string;
17899
+ id: string;
17900
+ createdAt: Date;
17901
+ updatedAt: Date;
17902
+ deletedAt: Date | null;
17903
+ }[];
17904
+ callFrom: string | null;
17905
+ callTo: string | null;
17906
+ note: string | null;
17897
17907
  categories: {
17898
17908
  id: string;
17899
17909
  value: string;
@@ -17916,16 +17926,6 @@ export declare const facebookFeedContract: {
17916
17926
  }[];
17917
17927
  }[];
17918
17928
  }[];
17919
- tags: {
17920
- name: string;
17921
- id: string;
17922
- createdAt: Date;
17923
- updatedAt: Date;
17924
- deletedAt: Date | null;
17925
- }[];
17926
- callFrom: string | null;
17927
- callTo: string | null;
17928
- note: string | null;
17929
17929
  customFields?: {
17930
17930
  id: string;
17931
17931
  createdAt: Date;
@@ -18660,6 +18660,16 @@ export declare const facebookFeedContract: {
18660
18660
  createdAt: Date;
18661
18661
  updatedAt: Date;
18662
18662
  deletedAt: Date | null;
18663
+ tags: {
18664
+ name: string;
18665
+ id: string;
18666
+ createdAt: Date;
18667
+ updatedAt: Date;
18668
+ deletedAt: Date | null;
18669
+ }[];
18670
+ callFrom: string | null;
18671
+ callTo: string | null;
18672
+ note: string | null;
18663
18673
  categories: {
18664
18674
  id: string;
18665
18675
  value: string;
@@ -18682,16 +18692,6 @@ export declare const facebookFeedContract: {
18682
18692
  }[];
18683
18693
  }[];
18684
18694
  }[];
18685
- tags: {
18686
- name: string;
18687
- id: string;
18688
- createdAt: Date;
18689
- updatedAt: Date;
18690
- deletedAt: Date | null;
18691
- }[];
18692
- callFrom: string | null;
18693
- callTo: string | null;
18694
- note: string | null;
18695
18695
  customFields?: {
18696
18696
  id: string;
18697
18697
  createdAt: Date;
@@ -19427,6 +19427,16 @@ export declare const facebookFeedContract: {
19427
19427
  createdAt: Date;
19428
19428
  updatedAt: Date;
19429
19429
  deletedAt: Date | null;
19430
+ tags: {
19431
+ name: string;
19432
+ id: string;
19433
+ createdAt: Date;
19434
+ updatedAt: Date;
19435
+ deletedAt: Date | null;
19436
+ }[];
19437
+ callFrom: string | null;
19438
+ callTo: string | null;
19439
+ note: string | null;
19430
19440
  categories: {
19431
19441
  id: string;
19432
19442
  value: string;
@@ -19449,16 +19459,6 @@ export declare const facebookFeedContract: {
19449
19459
  }[];
19450
19460
  }[];
19451
19461
  }[];
19452
- tags: {
19453
- name: string;
19454
- id: string;
19455
- createdAt: Date;
19456
- updatedAt: Date;
19457
- deletedAt: Date | null;
19458
- }[];
19459
- callFrom: string | null;
19460
- callTo: string | null;
19461
- note: string | null;
19462
19462
  customFields?: {
19463
19463
  id: string;
19464
19464
  createdAt: Date;
@@ -20193,6 +20193,16 @@ export declare const facebookFeedContract: {
20193
20193
  createdAt: Date;
20194
20194
  updatedAt: Date;
20195
20195
  deletedAt: Date | null;
20196
+ tags: {
20197
+ name: string;
20198
+ id: string;
20199
+ createdAt: Date;
20200
+ updatedAt: Date;
20201
+ deletedAt: Date | null;
20202
+ }[];
20203
+ callFrom: string | null;
20204
+ callTo: string | null;
20205
+ note: string | null;
20196
20206
  categories: {
20197
20207
  id: string;
20198
20208
  value: string;
@@ -20215,16 +20225,6 @@ export declare const facebookFeedContract: {
20215
20225
  }[];
20216
20226
  }[];
20217
20227
  }[];
20218
- tags: {
20219
- name: string;
20220
- id: string;
20221
- createdAt: Date;
20222
- updatedAt: Date;
20223
- deletedAt: Date | null;
20224
- }[];
20225
- callFrom: string | null;
20226
- callTo: string | null;
20227
- note: string | null;
20228
20228
  customFields?: {
20229
20229
  id: string;
20230
20230
  createdAt: Date;
@@ -20962,6 +20962,16 @@ export declare const facebookFeedContract: {
20962
20962
  createdAt: Date;
20963
20963
  updatedAt: Date;
20964
20964
  deletedAt: Date | null;
20965
+ tags: {
20966
+ name: string;
20967
+ id: string;
20968
+ createdAt: Date;
20969
+ updatedAt: Date;
20970
+ deletedAt: Date | null;
20971
+ }[];
20972
+ callFrom: string | null;
20973
+ callTo: string | null;
20974
+ note: string | null;
20965
20975
  categories: {
20966
20976
  id: string;
20967
20977
  value: string;
@@ -20984,16 +20994,6 @@ export declare const facebookFeedContract: {
20984
20994
  }[];
20985
20995
  }[];
20986
20996
  }[];
20987
- tags: {
20988
- name: string;
20989
- id: string;
20990
- createdAt: Date;
20991
- updatedAt: Date;
20992
- deletedAt: Date | null;
20993
- }[];
20994
- callFrom: string | null;
20995
- callTo: string | null;
20996
- note: string | null;
20997
20997
  customFields?: {
20998
20998
  id: string;
20999
20999
  createdAt: Date;
@@ -21728,6 +21728,16 @@ export declare const facebookFeedContract: {
21728
21728
  createdAt: Date;
21729
21729
  updatedAt: Date;
21730
21730
  deletedAt: Date | null;
21731
+ tags: {
21732
+ name: string;
21733
+ id: string;
21734
+ createdAt: Date;
21735
+ updatedAt: Date;
21736
+ deletedAt: Date | null;
21737
+ }[];
21738
+ callFrom: string | null;
21739
+ callTo: string | null;
21740
+ note: string | null;
21731
21741
  categories: {
21732
21742
  id: string;
21733
21743
  value: string;
@@ -21750,16 +21760,6 @@ export declare const facebookFeedContract: {
21750
21760
  }[];
21751
21761
  }[];
21752
21762
  }[];
21753
- tags: {
21754
- name: string;
21755
- id: string;
21756
- createdAt: Date;
21757
- updatedAt: Date;
21758
- deletedAt: Date | null;
21759
- }[];
21760
- callFrom: string | null;
21761
- callTo: string | null;
21762
- note: string | null;
21763
21763
  customFields?: {
21764
21764
  id: string;
21765
21765
  createdAt: Date;
@@ -22498,6 +22498,16 @@ export declare const facebookFeedContract: {
22498
22498
  createdAt: Date;
22499
22499
  updatedAt: Date;
22500
22500
  deletedAt: Date | null;
22501
+ tags: {
22502
+ name: string;
22503
+ id: string;
22504
+ createdAt: Date;
22505
+ updatedAt: Date;
22506
+ deletedAt: Date | null;
22507
+ }[];
22508
+ callFrom: string | null;
22509
+ callTo: string | null;
22510
+ note: string | null;
22501
22511
  categories: {
22502
22512
  id: string;
22503
22513
  value: string;
@@ -22520,16 +22530,6 @@ export declare const facebookFeedContract: {
22520
22530
  }[];
22521
22531
  }[];
22522
22532
  }[];
22523
- tags: {
22524
- name: string;
22525
- id: string;
22526
- createdAt: Date;
22527
- updatedAt: Date;
22528
- deletedAt: Date | null;
22529
- }[];
22530
- callFrom: string | null;
22531
- callTo: string | null;
22532
- note: string | null;
22533
22533
  customFields?: {
22534
22534
  id: string;
22535
22535
  createdAt: Date;
@@ -23264,6 +23264,16 @@ export declare const facebookFeedContract: {
23264
23264
  createdAt: Date;
23265
23265
  updatedAt: Date;
23266
23266
  deletedAt: Date | null;
23267
+ tags: {
23268
+ name: string;
23269
+ id: string;
23270
+ createdAt: Date;
23271
+ updatedAt: Date;
23272
+ deletedAt: Date | null;
23273
+ }[];
23274
+ callFrom: string | null;
23275
+ callTo: string | null;
23276
+ note: string | null;
23267
23277
  categories: {
23268
23278
  id: string;
23269
23279
  value: string;
@@ -23286,16 +23296,6 @@ export declare const facebookFeedContract: {
23286
23296
  }[];
23287
23297
  }[];
23288
23298
  }[];
23289
- tags: {
23290
- name: string;
23291
- id: string;
23292
- createdAt: Date;
23293
- updatedAt: Date;
23294
- deletedAt: Date | null;
23295
- }[];
23296
- callFrom: string | null;
23297
- callTo: string | null;
23298
- note: string | null;
23299
23299
  customFields?: {
23300
23300
  id: string;
23301
23301
  createdAt: Date;