@open-mercato/core 0.4.11-develop.1275.9b2be5ab76 → 0.4.11-develop.1299.78ca9c88e2

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.
@@ -11,9 +11,15 @@
11
11
  "type": "uuid",
12
12
  "unsigned": false,
13
13
  "autoincrement": false,
14
- "primary": false,
14
+ "primary": true,
15
15
  "nullable": false,
16
+ "unique": false,
17
+ "length": null,
18
+ "precision": null,
19
+ "scale": null,
16
20
  "default": "gen_random_uuid()",
21
+ "comment": null,
22
+ "enumItems": [],
17
23
  "mappedType": "uuid"
18
24
  },
19
25
  "proposal_id": {
@@ -23,6 +29,13 @@
23
29
  "autoincrement": false,
24
30
  "primary": false,
25
31
  "nullable": false,
32
+ "unique": false,
33
+ "length": null,
34
+ "precision": null,
35
+ "scale": null,
36
+ "default": null,
37
+ "comment": null,
38
+ "enumItems": [],
26
39
  "mappedType": "uuid"
27
40
  },
28
41
  "action_id": {
@@ -32,6 +45,13 @@
32
45
  "autoincrement": false,
33
46
  "primary": false,
34
47
  "nullable": true,
48
+ "unique": false,
49
+ "length": null,
50
+ "precision": null,
51
+ "scale": null,
52
+ "default": null,
53
+ "comment": null,
54
+ "enumItems": [],
35
55
  "mappedType": "uuid"
36
56
  },
37
57
  "type": {
@@ -41,6 +61,13 @@
41
61
  "autoincrement": false,
42
62
  "primary": false,
43
63
  "nullable": false,
64
+ "unique": false,
65
+ "length": null,
66
+ "precision": null,
67
+ "scale": null,
68
+ "default": null,
69
+ "comment": null,
70
+ "enumItems": [],
44
71
  "mappedType": "text"
45
72
  },
46
73
  "severity": {
@@ -50,6 +77,13 @@
50
77
  "autoincrement": false,
51
78
  "primary": false,
52
79
  "nullable": false,
80
+ "unique": false,
81
+ "length": null,
82
+ "precision": null,
83
+ "scale": null,
84
+ "default": null,
85
+ "comment": null,
86
+ "enumItems": [],
53
87
  "mappedType": "text"
54
88
  },
55
89
  "description": {
@@ -59,6 +93,13 @@
59
93
  "autoincrement": false,
60
94
  "primary": false,
61
95
  "nullable": false,
96
+ "unique": false,
97
+ "length": null,
98
+ "precision": null,
99
+ "scale": null,
100
+ "default": null,
101
+ "comment": null,
102
+ "enumItems": [],
62
103
  "mappedType": "text"
63
104
  },
64
105
  "expected_value": {
@@ -68,6 +109,13 @@
68
109
  "autoincrement": false,
69
110
  "primary": false,
70
111
  "nullable": true,
112
+ "unique": false,
113
+ "length": null,
114
+ "precision": null,
115
+ "scale": null,
116
+ "default": null,
117
+ "comment": null,
118
+ "enumItems": [],
71
119
  "mappedType": "text"
72
120
  },
73
121
  "found_value": {
@@ -77,6 +125,13 @@
77
125
  "autoincrement": false,
78
126
  "primary": false,
79
127
  "nullable": true,
128
+ "unique": false,
129
+ "length": null,
130
+ "precision": null,
131
+ "scale": null,
132
+ "default": null,
133
+ "comment": null,
134
+ "enumItems": [],
80
135
  "mappedType": "text"
81
136
  },
82
137
  "resolved": {
@@ -86,7 +141,13 @@
86
141
  "autoincrement": false,
87
142
  "primary": false,
88
143
  "nullable": false,
144
+ "unique": false,
145
+ "length": null,
146
+ "precision": null,
147
+ "scale": null,
89
148
  "default": "false",
149
+ "comment": null,
150
+ "enumItems": [],
90
151
  "mappedType": "boolean"
91
152
  },
92
153
  "metadata": {
@@ -96,6 +157,13 @@
96
157
  "autoincrement": false,
97
158
  "primary": false,
98
159
  "nullable": true,
160
+ "unique": false,
161
+ "length": null,
162
+ "precision": null,
163
+ "scale": null,
164
+ "default": null,
165
+ "comment": null,
166
+ "enumItems": [],
99
167
  "mappedType": "json"
100
168
  },
101
169
  "organization_id": {
@@ -105,6 +173,13 @@
105
173
  "autoincrement": false,
106
174
  "primary": false,
107
175
  "nullable": false,
176
+ "unique": false,
177
+ "length": null,
178
+ "precision": null,
179
+ "scale": null,
180
+ "default": null,
181
+ "comment": null,
182
+ "enumItems": [],
108
183
  "mappedType": "uuid"
109
184
  },
110
185
  "tenant_id": {
@@ -114,6 +189,13 @@
114
189
  "autoincrement": false,
115
190
  "primary": false,
116
191
  "nullable": false,
192
+ "unique": false,
193
+ "length": null,
194
+ "precision": null,
195
+ "scale": null,
196
+ "default": null,
197
+ "comment": null,
198
+ "enumItems": [],
117
199
  "mappedType": "uuid"
118
200
  },
119
201
  "created_at": {
@@ -123,7 +205,13 @@
123
205
  "autoincrement": false,
124
206
  "primary": false,
125
207
  "nullable": false,
208
+ "unique": false,
126
209
  "length": 6,
210
+ "precision": null,
211
+ "scale": null,
212
+ "default": null,
213
+ "comment": null,
214
+ "enumItems": [],
127
215
  "mappedType": "datetime"
128
216
  },
129
217
  "updated_at": {
@@ -133,7 +221,13 @@
133
221
  "autoincrement": false,
134
222
  "primary": false,
135
223
  "nullable": false,
224
+ "unique": false,
136
225
  "length": 6,
226
+ "precision": null,
227
+ "scale": null,
228
+ "default": null,
229
+ "comment": null,
230
+ "enumItems": [],
137
231
  "mappedType": "datetime"
138
232
  },
139
233
  "deleted_at": {
@@ -143,7 +237,13 @@
143
237
  "autoincrement": false,
144
238
  "primary": false,
145
239
  "nullable": true,
240
+ "unique": false,
146
241
  "length": 6,
242
+ "precision": null,
243
+ "scale": null,
244
+ "default": null,
245
+ "comment": null,
246
+ "enumItems": [],
147
247
  "mappedType": "datetime"
148
248
  }
149
249
  },
@@ -193,9 +293,15 @@
193
293
  "type": "uuid",
194
294
  "unsigned": false,
195
295
  "autoincrement": false,
196
- "primary": false,
296
+ "primary": true,
197
297
  "nullable": false,
298
+ "unique": false,
299
+ "length": null,
300
+ "precision": null,
301
+ "scale": null,
198
302
  "default": "gen_random_uuid()",
303
+ "comment": null,
304
+ "enumItems": [],
199
305
  "mappedType": "uuid"
200
306
  },
201
307
  "message_id": {
@@ -205,6 +311,13 @@
205
311
  "autoincrement": false,
206
312
  "primary": false,
207
313
  "nullable": true,
314
+ "unique": false,
315
+ "length": null,
316
+ "precision": null,
317
+ "scale": null,
318
+ "default": null,
319
+ "comment": null,
320
+ "enumItems": [],
208
321
  "mappedType": "text"
209
322
  },
210
323
  "content_hash": {
@@ -214,6 +327,13 @@
214
327
  "autoincrement": false,
215
328
  "primary": false,
216
329
  "nullable": true,
330
+ "unique": false,
331
+ "length": null,
332
+ "precision": null,
333
+ "scale": null,
334
+ "default": null,
335
+ "comment": null,
336
+ "enumItems": [],
217
337
  "mappedType": "text"
218
338
  },
219
339
  "forwarded_by_address": {
@@ -223,6 +343,13 @@
223
343
  "autoincrement": false,
224
344
  "primary": false,
225
345
  "nullable": false,
346
+ "unique": false,
347
+ "length": null,
348
+ "precision": null,
349
+ "scale": null,
350
+ "default": null,
351
+ "comment": null,
352
+ "enumItems": [],
226
353
  "mappedType": "text"
227
354
  },
228
355
  "forwarded_by_name": {
@@ -232,6 +359,13 @@
232
359
  "autoincrement": false,
233
360
  "primary": false,
234
361
  "nullable": true,
362
+ "unique": false,
363
+ "length": null,
364
+ "precision": null,
365
+ "scale": null,
366
+ "default": null,
367
+ "comment": null,
368
+ "enumItems": [],
235
369
  "mappedType": "text"
236
370
  },
237
371
  "to_address": {
@@ -241,6 +375,13 @@
241
375
  "autoincrement": false,
242
376
  "primary": false,
243
377
  "nullable": false,
378
+ "unique": false,
379
+ "length": null,
380
+ "precision": null,
381
+ "scale": null,
382
+ "default": null,
383
+ "comment": null,
384
+ "enumItems": [],
244
385
  "mappedType": "text"
245
386
  },
246
387
  "subject": {
@@ -250,6 +391,13 @@
250
391
  "autoincrement": false,
251
392
  "primary": false,
252
393
  "nullable": false,
394
+ "unique": false,
395
+ "length": null,
396
+ "precision": null,
397
+ "scale": null,
398
+ "default": null,
399
+ "comment": null,
400
+ "enumItems": [],
253
401
  "mappedType": "text"
254
402
  },
255
403
  "reply_to": {
@@ -259,6 +407,13 @@
259
407
  "autoincrement": false,
260
408
  "primary": false,
261
409
  "nullable": true,
410
+ "unique": false,
411
+ "length": null,
412
+ "precision": null,
413
+ "scale": null,
414
+ "default": null,
415
+ "comment": null,
416
+ "enumItems": [],
262
417
  "mappedType": "text"
263
418
  },
264
419
  "in_reply_to": {
@@ -268,6 +423,13 @@
268
423
  "autoincrement": false,
269
424
  "primary": false,
270
425
  "nullable": true,
426
+ "unique": false,
427
+ "length": null,
428
+ "precision": null,
429
+ "scale": null,
430
+ "default": null,
431
+ "comment": null,
432
+ "enumItems": [],
271
433
  "mappedType": "text"
272
434
  },
273
435
  "references": {
@@ -277,6 +439,13 @@
277
439
  "autoincrement": false,
278
440
  "primary": false,
279
441
  "nullable": true,
442
+ "unique": false,
443
+ "length": null,
444
+ "precision": null,
445
+ "scale": null,
446
+ "default": null,
447
+ "comment": null,
448
+ "enumItems": [],
280
449
  "mappedType": "json"
281
450
  },
282
451
  "raw_text": {
@@ -286,6 +455,13 @@
286
455
  "autoincrement": false,
287
456
  "primary": false,
288
457
  "nullable": true,
458
+ "unique": false,
459
+ "length": null,
460
+ "precision": null,
461
+ "scale": null,
462
+ "default": null,
463
+ "comment": null,
464
+ "enumItems": [],
289
465
  "mappedType": "text"
290
466
  },
291
467
  "raw_html": {
@@ -295,6 +471,13 @@
295
471
  "autoincrement": false,
296
472
  "primary": false,
297
473
  "nullable": true,
474
+ "unique": false,
475
+ "length": null,
476
+ "precision": null,
477
+ "scale": null,
478
+ "default": null,
479
+ "comment": null,
480
+ "enumItems": [],
298
481
  "mappedType": "text"
299
482
  },
300
483
  "cleaned_text": {
@@ -304,6 +487,13 @@
304
487
  "autoincrement": false,
305
488
  "primary": false,
306
489
  "nullable": true,
490
+ "unique": false,
491
+ "length": null,
492
+ "precision": null,
493
+ "scale": null,
494
+ "default": null,
495
+ "comment": null,
496
+ "enumItems": [],
307
497
  "mappedType": "text"
308
498
  },
309
499
  "thread_messages": {
@@ -313,6 +503,13 @@
313
503
  "autoincrement": false,
314
504
  "primary": false,
315
505
  "nullable": true,
506
+ "unique": false,
507
+ "length": null,
508
+ "precision": null,
509
+ "scale": null,
510
+ "default": null,
511
+ "comment": null,
512
+ "enumItems": [],
316
513
  "mappedType": "json"
317
514
  },
318
515
  "detected_language": {
@@ -322,6 +519,13 @@
322
519
  "autoincrement": false,
323
520
  "primary": false,
324
521
  "nullable": true,
522
+ "unique": false,
523
+ "length": null,
524
+ "precision": null,
525
+ "scale": null,
526
+ "default": null,
527
+ "comment": null,
528
+ "enumItems": [],
325
529
  "mappedType": "text"
326
530
  },
327
531
  "attachment_ids": {
@@ -331,6 +535,13 @@
331
535
  "autoincrement": false,
332
536
  "primary": false,
333
537
  "nullable": true,
538
+ "unique": false,
539
+ "length": null,
540
+ "precision": null,
541
+ "scale": null,
542
+ "default": null,
543
+ "comment": null,
544
+ "enumItems": [],
334
545
  "mappedType": "json"
335
546
  },
336
547
  "received_at": {
@@ -340,7 +551,13 @@
340
551
  "autoincrement": false,
341
552
  "primary": false,
342
553
  "nullable": false,
554
+ "unique": false,
343
555
  "length": 6,
556
+ "precision": null,
557
+ "scale": null,
558
+ "default": null,
559
+ "comment": null,
560
+ "enumItems": [],
344
561
  "mappedType": "datetime"
345
562
  },
346
563
  "status": {
@@ -350,7 +567,13 @@
350
567
  "autoincrement": false,
351
568
  "primary": false,
352
569
  "nullable": false,
570
+ "unique": false,
571
+ "length": null,
572
+ "precision": null,
573
+ "scale": null,
353
574
  "default": "'received'",
575
+ "comment": null,
576
+ "enumItems": [],
354
577
  "mappedType": "text"
355
578
  },
356
579
  "processing_error": {
@@ -360,6 +583,13 @@
360
583
  "autoincrement": false,
361
584
  "primary": false,
362
585
  "nullable": true,
586
+ "unique": false,
587
+ "length": null,
588
+ "precision": null,
589
+ "scale": null,
590
+ "default": null,
591
+ "comment": null,
592
+ "enumItems": [],
363
593
  "mappedType": "text"
364
594
  },
365
595
  "is_active": {
@@ -369,7 +599,13 @@
369
599
  "autoincrement": false,
370
600
  "primary": false,
371
601
  "nullable": false,
602
+ "unique": false,
603
+ "length": null,
604
+ "precision": null,
605
+ "scale": null,
372
606
  "default": "true",
607
+ "comment": null,
608
+ "enumItems": [],
373
609
  "mappedType": "boolean"
374
610
  },
375
611
  "metadata": {
@@ -379,6 +615,13 @@
379
615
  "autoincrement": false,
380
616
  "primary": false,
381
617
  "nullable": true,
618
+ "unique": false,
619
+ "length": null,
620
+ "precision": null,
621
+ "scale": null,
622
+ "default": null,
623
+ "comment": null,
624
+ "enumItems": [],
382
625
  "mappedType": "json"
383
626
  },
384
627
  "organization_id": {
@@ -388,6 +631,13 @@
388
631
  "autoincrement": false,
389
632
  "primary": false,
390
633
  "nullable": false,
634
+ "unique": false,
635
+ "length": null,
636
+ "precision": null,
637
+ "scale": null,
638
+ "default": null,
639
+ "comment": null,
640
+ "enumItems": [],
391
641
  "mappedType": "uuid"
392
642
  },
393
643
  "tenant_id": {
@@ -397,6 +647,13 @@
397
647
  "autoincrement": false,
398
648
  "primary": false,
399
649
  "nullable": false,
650
+ "unique": false,
651
+ "length": null,
652
+ "precision": null,
653
+ "scale": null,
654
+ "default": null,
655
+ "comment": null,
656
+ "enumItems": [],
400
657
  "mappedType": "uuid"
401
658
  },
402
659
  "created_at": {
@@ -406,7 +663,13 @@
406
663
  "autoincrement": false,
407
664
  "primary": false,
408
665
  "nullable": false,
666
+ "unique": false,
409
667
  "length": 6,
668
+ "precision": null,
669
+ "scale": null,
670
+ "default": null,
671
+ "comment": null,
672
+ "enumItems": [],
410
673
  "mappedType": "datetime"
411
674
  },
412
675
  "updated_at": {
@@ -416,7 +679,13 @@
416
679
  "autoincrement": false,
417
680
  "primary": false,
418
681
  "nullable": false,
682
+ "unique": false,
419
683
  "length": 6,
684
+ "precision": null,
685
+ "scale": null,
686
+ "default": null,
687
+ "comment": null,
688
+ "enumItems": [],
420
689
  "mappedType": "datetime"
421
690
  },
422
691
  "deleted_at": {
@@ -426,7 +695,13 @@
426
695
  "autoincrement": false,
427
696
  "primary": false,
428
697
  "nullable": true,
698
+ "unique": false,
429
699
  "length": 6,
700
+ "precision": null,
701
+ "scale": null,
702
+ "default": null,
703
+ "comment": null,
704
+ "enumItems": [],
430
705
  "mappedType": "datetime"
431
706
  }
432
707
  },
@@ -520,9 +795,15 @@
520
795
  "type": "uuid",
521
796
  "unsigned": false,
522
797
  "autoincrement": false,
523
- "primary": false,
798
+ "primary": true,
524
799
  "nullable": false,
800
+ "unique": false,
801
+ "length": null,
802
+ "precision": null,
803
+ "scale": null,
525
804
  "default": "gen_random_uuid()",
805
+ "comment": null,
806
+ "enumItems": [],
526
807
  "mappedType": "uuid"
527
808
  },
528
809
  "inbox_email_id": {
@@ -532,6 +813,13 @@
532
813
  "autoincrement": false,
533
814
  "primary": false,
534
815
  "nullable": false,
816
+ "unique": false,
817
+ "length": null,
818
+ "precision": null,
819
+ "scale": null,
820
+ "default": null,
821
+ "comment": null,
822
+ "enumItems": [],
535
823
  "mappedType": "uuid"
536
824
  },
537
825
  "summary": {
@@ -541,6 +829,13 @@
541
829
  "autoincrement": false,
542
830
  "primary": false,
543
831
  "nullable": false,
832
+ "unique": false,
833
+ "length": null,
834
+ "precision": null,
835
+ "scale": null,
836
+ "default": null,
837
+ "comment": null,
838
+ "enumItems": [],
544
839
  "mappedType": "text"
545
840
  },
546
841
  "participants": {
@@ -550,6 +845,13 @@
550
845
  "autoincrement": false,
551
846
  "primary": false,
552
847
  "nullable": false,
848
+ "unique": false,
849
+ "length": null,
850
+ "precision": null,
851
+ "scale": null,
852
+ "default": null,
853
+ "comment": null,
854
+ "enumItems": [],
553
855
  "mappedType": "json"
554
856
  },
555
857
  "confidence": {
@@ -559,8 +861,13 @@
559
861
  "autoincrement": false,
560
862
  "primary": false,
561
863
  "nullable": false,
864
+ "unique": false,
865
+ "length": null,
562
866
  "precision": 3,
563
867
  "scale": 2,
868
+ "default": null,
869
+ "comment": null,
870
+ "enumItems": [],
564
871
  "mappedType": "decimal"
565
872
  },
566
873
  "detected_language": {
@@ -570,6 +877,29 @@
570
877
  "autoincrement": false,
571
878
  "primary": false,
572
879
  "nullable": true,
880
+ "unique": false,
881
+ "length": null,
882
+ "precision": null,
883
+ "scale": null,
884
+ "default": null,
885
+ "comment": null,
886
+ "enumItems": [],
887
+ "mappedType": "text"
888
+ },
889
+ "category": {
890
+ "name": "category",
891
+ "type": "text",
892
+ "unsigned": false,
893
+ "autoincrement": false,
894
+ "primary": false,
895
+ "nullable": true,
896
+ "unique": false,
897
+ "length": null,
898
+ "precision": null,
899
+ "scale": null,
900
+ "default": null,
901
+ "comment": null,
902
+ "enumItems": [],
573
903
  "mappedType": "text"
574
904
  },
575
905
  "status": {
@@ -579,7 +909,13 @@
579
909
  "autoincrement": false,
580
910
  "primary": false,
581
911
  "nullable": false,
912
+ "unique": false,
913
+ "length": null,
914
+ "precision": null,
915
+ "scale": null,
582
916
  "default": "'pending'",
917
+ "comment": null,
918
+ "enumItems": [],
583
919
  "mappedType": "text"
584
920
  },
585
921
  "possibly_incomplete": {
@@ -589,7 +925,13 @@
589
925
  "autoincrement": false,
590
926
  "primary": false,
591
927
  "nullable": false,
928
+ "unique": false,
929
+ "length": null,
930
+ "precision": null,
931
+ "scale": null,
592
932
  "default": "false",
933
+ "comment": null,
934
+ "enumItems": [],
593
935
  "mappedType": "boolean"
594
936
  },
595
937
  "reviewed_by_user_id": {
@@ -599,6 +941,13 @@
599
941
  "autoincrement": false,
600
942
  "primary": false,
601
943
  "nullable": true,
944
+ "unique": false,
945
+ "length": null,
946
+ "precision": null,
947
+ "scale": null,
948
+ "default": null,
949
+ "comment": null,
950
+ "enumItems": [],
602
951
  "mappedType": "uuid"
603
952
  },
604
953
  "reviewed_at": {
@@ -608,7 +957,13 @@
608
957
  "autoincrement": false,
609
958
  "primary": false,
610
959
  "nullable": true,
960
+ "unique": false,
611
961
  "length": 6,
962
+ "precision": null,
963
+ "scale": null,
964
+ "default": null,
965
+ "comment": null,
966
+ "enumItems": [],
612
967
  "mappedType": "datetime"
613
968
  },
614
969
  "llm_model": {
@@ -618,6 +973,13 @@
618
973
  "autoincrement": false,
619
974
  "primary": false,
620
975
  "nullable": true,
976
+ "unique": false,
977
+ "length": null,
978
+ "precision": null,
979
+ "scale": null,
980
+ "default": null,
981
+ "comment": null,
982
+ "enumItems": [],
621
983
  "mappedType": "text"
622
984
  },
623
985
  "llm_tokens_used": {
@@ -627,6 +989,13 @@
627
989
  "autoincrement": false,
628
990
  "primary": false,
629
991
  "nullable": true,
992
+ "unique": false,
993
+ "length": null,
994
+ "precision": null,
995
+ "scale": null,
996
+ "default": null,
997
+ "comment": null,
998
+ "enumItems": [],
630
999
  "mappedType": "integer"
631
1000
  },
632
1001
  "working_language": {
@@ -636,6 +1005,13 @@
636
1005
  "autoincrement": false,
637
1006
  "primary": false,
638
1007
  "nullable": true,
1008
+ "unique": false,
1009
+ "length": null,
1010
+ "precision": null,
1011
+ "scale": null,
1012
+ "default": null,
1013
+ "comment": null,
1014
+ "enumItems": [],
639
1015
  "mappedType": "text"
640
1016
  },
641
1017
  "translations": {
@@ -645,6 +1021,13 @@
645
1021
  "autoincrement": false,
646
1022
  "primary": false,
647
1023
  "nullable": true,
1024
+ "unique": false,
1025
+ "length": null,
1026
+ "precision": null,
1027
+ "scale": null,
1028
+ "default": null,
1029
+ "comment": null,
1030
+ "enumItems": [],
648
1031
  "mappedType": "json"
649
1032
  },
650
1033
  "is_active": {
@@ -654,7 +1037,13 @@
654
1037
  "autoincrement": false,
655
1038
  "primary": false,
656
1039
  "nullable": false,
1040
+ "unique": false,
1041
+ "length": null,
1042
+ "precision": null,
1043
+ "scale": null,
657
1044
  "default": "true",
1045
+ "comment": null,
1046
+ "enumItems": [],
658
1047
  "mappedType": "boolean"
659
1048
  },
660
1049
  "metadata": {
@@ -664,6 +1053,13 @@
664
1053
  "autoincrement": false,
665
1054
  "primary": false,
666
1055
  "nullable": true,
1056
+ "unique": false,
1057
+ "length": null,
1058
+ "precision": null,
1059
+ "scale": null,
1060
+ "default": null,
1061
+ "comment": null,
1062
+ "enumItems": [],
667
1063
  "mappedType": "json"
668
1064
  },
669
1065
  "organization_id": {
@@ -673,6 +1069,13 @@
673
1069
  "autoincrement": false,
674
1070
  "primary": false,
675
1071
  "nullable": false,
1072
+ "unique": false,
1073
+ "length": null,
1074
+ "precision": null,
1075
+ "scale": null,
1076
+ "default": null,
1077
+ "comment": null,
1078
+ "enumItems": [],
676
1079
  "mappedType": "uuid"
677
1080
  },
678
1081
  "tenant_id": {
@@ -682,6 +1085,13 @@
682
1085
  "autoincrement": false,
683
1086
  "primary": false,
684
1087
  "nullable": false,
1088
+ "unique": false,
1089
+ "length": null,
1090
+ "precision": null,
1091
+ "scale": null,
1092
+ "default": null,
1093
+ "comment": null,
1094
+ "enumItems": [],
685
1095
  "mappedType": "uuid"
686
1096
  },
687
1097
  "created_at": {
@@ -691,7 +1101,13 @@
691
1101
  "autoincrement": false,
692
1102
  "primary": false,
693
1103
  "nullable": false,
1104
+ "unique": false,
694
1105
  "length": 6,
1106
+ "precision": null,
1107
+ "scale": null,
1108
+ "default": null,
1109
+ "comment": null,
1110
+ "enumItems": [],
695
1111
  "mappedType": "datetime"
696
1112
  },
697
1113
  "updated_at": {
@@ -701,7 +1117,13 @@
701
1117
  "autoincrement": false,
702
1118
  "primary": false,
703
1119
  "nullable": false,
1120
+ "unique": false,
704
1121
  "length": 6,
1122
+ "precision": null,
1123
+ "scale": null,
1124
+ "default": null,
1125
+ "comment": null,
1126
+ "enumItems": [],
705
1127
  "mappedType": "datetime"
706
1128
  },
707
1129
  "deleted_at": {
@@ -711,7 +1133,13 @@
711
1133
  "autoincrement": false,
712
1134
  "primary": false,
713
1135
  "nullable": true,
1136
+ "unique": false,
714
1137
  "length": 6,
1138
+ "precision": null,
1139
+ "scale": null,
1140
+ "default": null,
1141
+ "comment": null,
1142
+ "enumItems": [],
715
1143
  "mappedType": "datetime"
716
1144
  }
717
1145
  },
@@ -728,6 +1156,18 @@
728
1156
  "primary": false,
729
1157
  "unique": false
730
1158
  },
1159
+ {
1160
+ "keyName": "inbox_proposals_organization_id_tenant_id_category_index",
1161
+ "columnNames": [
1162
+ "organization_id",
1163
+ "tenant_id",
1164
+ "category"
1165
+ ],
1166
+ "composite": true,
1167
+ "constraint": false,
1168
+ "primary": false,
1169
+ "unique": false
1170
+ },
731
1171
  {
732
1172
  "keyName": "inbox_proposals_organization_id_tenant_id_status_index",
733
1173
  "columnNames": [
@@ -773,9 +1213,15 @@
773
1213
  "type": "uuid",
774
1214
  "unsigned": false,
775
1215
  "autoincrement": false,
776
- "primary": false,
1216
+ "primary": true,
777
1217
  "nullable": false,
1218
+ "unique": false,
1219
+ "length": null,
1220
+ "precision": null,
1221
+ "scale": null,
778
1222
  "default": "gen_random_uuid()",
1223
+ "comment": null,
1224
+ "enumItems": [],
779
1225
  "mappedType": "uuid"
780
1226
  },
781
1227
  "proposal_id": {
@@ -785,6 +1231,13 @@
785
1231
  "autoincrement": false,
786
1232
  "primary": false,
787
1233
  "nullable": false,
1234
+ "unique": false,
1235
+ "length": null,
1236
+ "precision": null,
1237
+ "scale": null,
1238
+ "default": null,
1239
+ "comment": null,
1240
+ "enumItems": [],
788
1241
  "mappedType": "uuid"
789
1242
  },
790
1243
  "sort_order": {
@@ -794,6 +1247,13 @@
794
1247
  "autoincrement": false,
795
1248
  "primary": false,
796
1249
  "nullable": false,
1250
+ "unique": false,
1251
+ "length": null,
1252
+ "precision": null,
1253
+ "scale": null,
1254
+ "default": null,
1255
+ "comment": null,
1256
+ "enumItems": [],
797
1257
  "mappedType": "integer"
798
1258
  },
799
1259
  "action_type": {
@@ -803,6 +1263,13 @@
803
1263
  "autoincrement": false,
804
1264
  "primary": false,
805
1265
  "nullable": false,
1266
+ "unique": false,
1267
+ "length": null,
1268
+ "precision": null,
1269
+ "scale": null,
1270
+ "default": null,
1271
+ "comment": null,
1272
+ "enumItems": [],
806
1273
  "mappedType": "text"
807
1274
  },
808
1275
  "description": {
@@ -812,6 +1279,13 @@
812
1279
  "autoincrement": false,
813
1280
  "primary": false,
814
1281
  "nullable": false,
1282
+ "unique": false,
1283
+ "length": null,
1284
+ "precision": null,
1285
+ "scale": null,
1286
+ "default": null,
1287
+ "comment": null,
1288
+ "enumItems": [],
815
1289
  "mappedType": "text"
816
1290
  },
817
1291
  "payload": {
@@ -821,6 +1295,13 @@
821
1295
  "autoincrement": false,
822
1296
  "primary": false,
823
1297
  "nullable": false,
1298
+ "unique": false,
1299
+ "length": null,
1300
+ "precision": null,
1301
+ "scale": null,
1302
+ "default": null,
1303
+ "comment": null,
1304
+ "enumItems": [],
824
1305
  "mappedType": "json"
825
1306
  },
826
1307
  "status": {
@@ -830,7 +1311,13 @@
830
1311
  "autoincrement": false,
831
1312
  "primary": false,
832
1313
  "nullable": false,
1314
+ "unique": false,
1315
+ "length": null,
1316
+ "precision": null,
1317
+ "scale": null,
833
1318
  "default": "'pending'",
1319
+ "comment": null,
1320
+ "enumItems": [],
834
1321
  "mappedType": "text"
835
1322
  },
836
1323
  "confidence": {
@@ -840,8 +1327,13 @@
840
1327
  "autoincrement": false,
841
1328
  "primary": false,
842
1329
  "nullable": false,
1330
+ "unique": false,
1331
+ "length": null,
843
1332
  "precision": 3,
844
1333
  "scale": 2,
1334
+ "default": null,
1335
+ "comment": null,
1336
+ "enumItems": [],
845
1337
  "mappedType": "decimal"
846
1338
  },
847
1339
  "required_feature": {
@@ -851,6 +1343,13 @@
851
1343
  "autoincrement": false,
852
1344
  "primary": false,
853
1345
  "nullable": true,
1346
+ "unique": false,
1347
+ "length": null,
1348
+ "precision": null,
1349
+ "scale": null,
1350
+ "default": null,
1351
+ "comment": null,
1352
+ "enumItems": [],
854
1353
  "mappedType": "text"
855
1354
  },
856
1355
  "matched_entity_id": {
@@ -860,6 +1359,13 @@
860
1359
  "autoincrement": false,
861
1360
  "primary": false,
862
1361
  "nullable": true,
1362
+ "unique": false,
1363
+ "length": null,
1364
+ "precision": null,
1365
+ "scale": null,
1366
+ "default": null,
1367
+ "comment": null,
1368
+ "enumItems": [],
863
1369
  "mappedType": "uuid"
864
1370
  },
865
1371
  "matched_entity_type": {
@@ -869,6 +1375,13 @@
869
1375
  "autoincrement": false,
870
1376
  "primary": false,
871
1377
  "nullable": true,
1378
+ "unique": false,
1379
+ "length": null,
1380
+ "precision": null,
1381
+ "scale": null,
1382
+ "default": null,
1383
+ "comment": null,
1384
+ "enumItems": [],
872
1385
  "mappedType": "text"
873
1386
  },
874
1387
  "created_entity_id": {
@@ -878,6 +1391,13 @@
878
1391
  "autoincrement": false,
879
1392
  "primary": false,
880
1393
  "nullable": true,
1394
+ "unique": false,
1395
+ "length": null,
1396
+ "precision": null,
1397
+ "scale": null,
1398
+ "default": null,
1399
+ "comment": null,
1400
+ "enumItems": [],
881
1401
  "mappedType": "uuid"
882
1402
  },
883
1403
  "created_entity_type": {
@@ -887,6 +1407,13 @@
887
1407
  "autoincrement": false,
888
1408
  "primary": false,
889
1409
  "nullable": true,
1410
+ "unique": false,
1411
+ "length": null,
1412
+ "precision": null,
1413
+ "scale": null,
1414
+ "default": null,
1415
+ "comment": null,
1416
+ "enumItems": [],
890
1417
  "mappedType": "text"
891
1418
  },
892
1419
  "execution_error": {
@@ -896,6 +1423,13 @@
896
1423
  "autoincrement": false,
897
1424
  "primary": false,
898
1425
  "nullable": true,
1426
+ "unique": false,
1427
+ "length": null,
1428
+ "precision": null,
1429
+ "scale": null,
1430
+ "default": null,
1431
+ "comment": null,
1432
+ "enumItems": [],
899
1433
  "mappedType": "text"
900
1434
  },
901
1435
  "executed_at": {
@@ -905,7 +1439,13 @@
905
1439
  "autoincrement": false,
906
1440
  "primary": false,
907
1441
  "nullable": true,
1442
+ "unique": false,
908
1443
  "length": 6,
1444
+ "precision": null,
1445
+ "scale": null,
1446
+ "default": null,
1447
+ "comment": null,
1448
+ "enumItems": [],
909
1449
  "mappedType": "datetime"
910
1450
  },
911
1451
  "executed_by_user_id": {
@@ -915,6 +1455,13 @@
915
1455
  "autoincrement": false,
916
1456
  "primary": false,
917
1457
  "nullable": true,
1458
+ "unique": false,
1459
+ "length": null,
1460
+ "precision": null,
1461
+ "scale": null,
1462
+ "default": null,
1463
+ "comment": null,
1464
+ "enumItems": [],
918
1465
  "mappedType": "uuid"
919
1466
  },
920
1467
  "is_active": {
@@ -924,7 +1471,13 @@
924
1471
  "autoincrement": false,
925
1472
  "primary": false,
926
1473
  "nullable": false,
1474
+ "unique": false,
1475
+ "length": null,
1476
+ "precision": null,
1477
+ "scale": null,
927
1478
  "default": "true",
1479
+ "comment": null,
1480
+ "enumItems": [],
928
1481
  "mappedType": "boolean"
929
1482
  },
930
1483
  "metadata": {
@@ -934,6 +1487,13 @@
934
1487
  "autoincrement": false,
935
1488
  "primary": false,
936
1489
  "nullable": true,
1490
+ "unique": false,
1491
+ "length": null,
1492
+ "precision": null,
1493
+ "scale": null,
1494
+ "default": null,
1495
+ "comment": null,
1496
+ "enumItems": [],
937
1497
  "mappedType": "json"
938
1498
  },
939
1499
  "organization_id": {
@@ -943,6 +1503,13 @@
943
1503
  "autoincrement": false,
944
1504
  "primary": false,
945
1505
  "nullable": false,
1506
+ "unique": false,
1507
+ "length": null,
1508
+ "precision": null,
1509
+ "scale": null,
1510
+ "default": null,
1511
+ "comment": null,
1512
+ "enumItems": [],
946
1513
  "mappedType": "uuid"
947
1514
  },
948
1515
  "tenant_id": {
@@ -952,6 +1519,13 @@
952
1519
  "autoincrement": false,
953
1520
  "primary": false,
954
1521
  "nullable": false,
1522
+ "unique": false,
1523
+ "length": null,
1524
+ "precision": null,
1525
+ "scale": null,
1526
+ "default": null,
1527
+ "comment": null,
1528
+ "enumItems": [],
955
1529
  "mappedType": "uuid"
956
1530
  },
957
1531
  "created_at": {
@@ -961,7 +1535,13 @@
961
1535
  "autoincrement": false,
962
1536
  "primary": false,
963
1537
  "nullable": false,
1538
+ "unique": false,
964
1539
  "length": 6,
1540
+ "precision": null,
1541
+ "scale": null,
1542
+ "default": null,
1543
+ "comment": null,
1544
+ "enumItems": [],
965
1545
  "mappedType": "datetime"
966
1546
  },
967
1547
  "updated_at": {
@@ -971,7 +1551,13 @@
971
1551
  "autoincrement": false,
972
1552
  "primary": false,
973
1553
  "nullable": false,
1554
+ "unique": false,
974
1555
  "length": 6,
1556
+ "precision": null,
1557
+ "scale": null,
1558
+ "default": null,
1559
+ "comment": null,
1560
+ "enumItems": [],
975
1561
  "mappedType": "datetime"
976
1562
  },
977
1563
  "deleted_at": {
@@ -981,7 +1567,13 @@
981
1567
  "autoincrement": false,
982
1568
  "primary": false,
983
1569
  "nullable": true,
1570
+ "unique": false,
984
1571
  "length": 6,
1572
+ "precision": null,
1573
+ "scale": null,
1574
+ "default": null,
1575
+ "comment": null,
1576
+ "enumItems": [],
985
1577
  "mappedType": "datetime"
986
1578
  }
987
1579
  },
@@ -1032,9 +1624,15 @@
1032
1624
  "type": "uuid",
1033
1625
  "unsigned": false,
1034
1626
  "autoincrement": false,
1035
- "primary": false,
1627
+ "primary": true,
1036
1628
  "nullable": false,
1629
+ "unique": false,
1630
+ "length": null,
1631
+ "precision": null,
1632
+ "scale": null,
1037
1633
  "default": "gen_random_uuid()",
1634
+ "comment": null,
1635
+ "enumItems": [],
1038
1636
  "mappedType": "uuid"
1039
1637
  },
1040
1638
  "inbox_address": {
@@ -1044,6 +1642,13 @@
1044
1642
  "autoincrement": false,
1045
1643
  "primary": false,
1046
1644
  "nullable": false,
1645
+ "unique": false,
1646
+ "length": null,
1647
+ "precision": null,
1648
+ "scale": null,
1649
+ "default": null,
1650
+ "comment": null,
1651
+ "enumItems": [],
1047
1652
  "mappedType": "text"
1048
1653
  },
1049
1654
  "is_active": {
@@ -1053,7 +1658,13 @@
1053
1658
  "autoincrement": false,
1054
1659
  "primary": false,
1055
1660
  "nullable": false,
1661
+ "unique": false,
1662
+ "length": null,
1663
+ "precision": null,
1664
+ "scale": null,
1056
1665
  "default": "true",
1666
+ "comment": null,
1667
+ "enumItems": [],
1057
1668
  "mappedType": "boolean"
1058
1669
  },
1059
1670
  "working_language": {
@@ -1063,7 +1674,13 @@
1063
1674
  "autoincrement": false,
1064
1675
  "primary": false,
1065
1676
  "nullable": false,
1677
+ "unique": false,
1678
+ "length": null,
1679
+ "precision": null,
1680
+ "scale": null,
1066
1681
  "default": "'en'",
1682
+ "comment": null,
1683
+ "enumItems": [],
1067
1684
  "mappedType": "text"
1068
1685
  },
1069
1686
  "organization_id": {
@@ -1073,6 +1690,13 @@
1073
1690
  "autoincrement": false,
1074
1691
  "primary": false,
1075
1692
  "nullable": false,
1693
+ "unique": false,
1694
+ "length": null,
1695
+ "precision": null,
1696
+ "scale": null,
1697
+ "default": null,
1698
+ "comment": null,
1699
+ "enumItems": [],
1076
1700
  "mappedType": "uuid"
1077
1701
  },
1078
1702
  "tenant_id": {
@@ -1082,6 +1706,13 @@
1082
1706
  "autoincrement": false,
1083
1707
  "primary": false,
1084
1708
  "nullable": false,
1709
+ "unique": false,
1710
+ "length": null,
1711
+ "precision": null,
1712
+ "scale": null,
1713
+ "default": null,
1714
+ "comment": null,
1715
+ "enumItems": [],
1085
1716
  "mappedType": "uuid"
1086
1717
  },
1087
1718
  "created_at": {
@@ -1091,7 +1722,13 @@
1091
1722
  "autoincrement": false,
1092
1723
  "primary": false,
1093
1724
  "nullable": false,
1725
+ "unique": false,
1094
1726
  "length": 6,
1727
+ "precision": null,
1728
+ "scale": null,
1729
+ "default": null,
1730
+ "comment": null,
1731
+ "enumItems": [],
1095
1732
  "mappedType": "datetime"
1096
1733
  },
1097
1734
  "updated_at": {
@@ -1101,7 +1738,13 @@
1101
1738
  "autoincrement": false,
1102
1739
  "primary": false,
1103
1740
  "nullable": false,
1741
+ "unique": false,
1104
1742
  "length": 6,
1743
+ "precision": null,
1744
+ "scale": null,
1745
+ "default": null,
1746
+ "comment": null,
1747
+ "enumItems": [],
1105
1748
  "mappedType": "datetime"
1106
1749
  },
1107
1750
  "deleted_at": {
@@ -1111,7 +1754,13 @@
1111
1754
  "autoincrement": false,
1112
1755
  "primary": false,
1113
1756
  "nullable": true,
1757
+ "unique": false,
1114
1758
  "length": 6,
1759
+ "precision": null,
1760
+ "scale": null,
1761
+ "default": null,
1762
+ "comment": null,
1763
+ "enumItems": [],
1115
1764
  "mappedType": "datetime"
1116
1765
  }
1117
1766
  },