@cleocode/cleo 2026.4.107 → 2026.4.108

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.
@@ -0,0 +1,2060 @@
1
+ {
2
+ "version": "7",
3
+ "dialect": "sqlite",
4
+ "id": "17737f4f-9f54-466b-89bd-de8b3782ef86",
5
+ "prevIds": [
6
+ "00000000-0000-0000-0000-000000000000"
7
+ ],
8
+ "ddl": [
9
+ {
10
+ "name": "accounts",
11
+ "entityType": "tables"
12
+ },
13
+ {
14
+ "name": "agent_capabilities",
15
+ "entityType": "tables"
16
+ },
17
+ {
18
+ "name": "agent_connections",
19
+ "entityType": "tables"
20
+ },
21
+ {
22
+ "name": "agent_skills",
23
+ "entityType": "tables"
24
+ },
25
+ {
26
+ "name": "agents",
27
+ "entityType": "tables"
28
+ },
29
+ {
30
+ "name": "capabilities",
31
+ "entityType": "tables"
32
+ },
33
+ {
34
+ "name": "claim_codes",
35
+ "entityType": "tables"
36
+ },
37
+ {
38
+ "name": "org_agent_keys",
39
+ "entityType": "tables"
40
+ },
41
+ {
42
+ "name": "organization",
43
+ "entityType": "tables"
44
+ },
45
+ {
46
+ "name": "sessions",
47
+ "entityType": "tables"
48
+ },
49
+ {
50
+ "name": "skills",
51
+ "entityType": "tables"
52
+ },
53
+ {
54
+ "name": "users",
55
+ "entityType": "tables"
56
+ },
57
+ {
58
+ "name": "verifications",
59
+ "entityType": "tables"
60
+ },
61
+ {
62
+ "type": "text",
63
+ "notNull": false,
64
+ "autoincrement": false,
65
+ "default": null,
66
+ "generated": null,
67
+ "name": "id",
68
+ "entityType": "columns",
69
+ "table": "accounts"
70
+ },
71
+ {
72
+ "type": "text",
73
+ "notNull": true,
74
+ "autoincrement": false,
75
+ "default": null,
76
+ "generated": null,
77
+ "name": "user_id",
78
+ "entityType": "columns",
79
+ "table": "accounts"
80
+ },
81
+ {
82
+ "type": "text",
83
+ "notNull": true,
84
+ "autoincrement": false,
85
+ "default": null,
86
+ "generated": null,
87
+ "name": "account_id",
88
+ "entityType": "columns",
89
+ "table": "accounts"
90
+ },
91
+ {
92
+ "type": "text",
93
+ "notNull": true,
94
+ "autoincrement": false,
95
+ "default": null,
96
+ "generated": null,
97
+ "name": "provider_id",
98
+ "entityType": "columns",
99
+ "table": "accounts"
100
+ },
101
+ {
102
+ "type": "text",
103
+ "notNull": false,
104
+ "autoincrement": false,
105
+ "default": null,
106
+ "generated": null,
107
+ "name": "access_token",
108
+ "entityType": "columns",
109
+ "table": "accounts"
110
+ },
111
+ {
112
+ "type": "text",
113
+ "notNull": false,
114
+ "autoincrement": false,
115
+ "default": null,
116
+ "generated": null,
117
+ "name": "refresh_token",
118
+ "entityType": "columns",
119
+ "table": "accounts"
120
+ },
121
+ {
122
+ "type": "text",
123
+ "notNull": false,
124
+ "autoincrement": false,
125
+ "default": null,
126
+ "generated": null,
127
+ "name": "id_token",
128
+ "entityType": "columns",
129
+ "table": "accounts"
130
+ },
131
+ {
132
+ "type": "text",
133
+ "notNull": false,
134
+ "autoincrement": false,
135
+ "default": null,
136
+ "generated": null,
137
+ "name": "access_token_expires_at",
138
+ "entityType": "columns",
139
+ "table": "accounts"
140
+ },
141
+ {
142
+ "type": "text",
143
+ "notNull": false,
144
+ "autoincrement": false,
145
+ "default": null,
146
+ "generated": null,
147
+ "name": "refresh_token_expires_at",
148
+ "entityType": "columns",
149
+ "table": "accounts"
150
+ },
151
+ {
152
+ "type": "text",
153
+ "notNull": false,
154
+ "autoincrement": false,
155
+ "default": null,
156
+ "generated": null,
157
+ "name": "scope",
158
+ "entityType": "columns",
159
+ "table": "accounts"
160
+ },
161
+ {
162
+ "type": "text",
163
+ "notNull": false,
164
+ "autoincrement": false,
165
+ "default": null,
166
+ "generated": null,
167
+ "name": "password",
168
+ "entityType": "columns",
169
+ "table": "accounts"
170
+ },
171
+ {
172
+ "type": "text",
173
+ "notNull": true,
174
+ "autoincrement": false,
175
+ "default": null,
176
+ "generated": null,
177
+ "name": "created_at",
178
+ "entityType": "columns",
179
+ "table": "accounts"
180
+ },
181
+ {
182
+ "type": "text",
183
+ "notNull": true,
184
+ "autoincrement": false,
185
+ "default": null,
186
+ "generated": null,
187
+ "name": "updated_at",
188
+ "entityType": "columns",
189
+ "table": "accounts"
190
+ },
191
+ {
192
+ "type": "text",
193
+ "notNull": true,
194
+ "autoincrement": false,
195
+ "default": null,
196
+ "generated": null,
197
+ "name": "agent_id",
198
+ "entityType": "columns",
199
+ "table": "agent_capabilities"
200
+ },
201
+ {
202
+ "type": "text",
203
+ "notNull": true,
204
+ "autoincrement": false,
205
+ "default": null,
206
+ "generated": null,
207
+ "name": "capability_id",
208
+ "entityType": "columns",
209
+ "table": "agent_capabilities"
210
+ },
211
+ {
212
+ "type": "text",
213
+ "notNull": false,
214
+ "autoincrement": false,
215
+ "default": null,
216
+ "generated": null,
217
+ "name": "id",
218
+ "entityType": "columns",
219
+ "table": "agent_connections"
220
+ },
221
+ {
222
+ "type": "text",
223
+ "notNull": true,
224
+ "autoincrement": false,
225
+ "default": null,
226
+ "generated": null,
227
+ "name": "agent_id",
228
+ "entityType": "columns",
229
+ "table": "agent_connections"
230
+ },
231
+ {
232
+ "type": "text",
233
+ "notNull": true,
234
+ "autoincrement": false,
235
+ "default": "'http'",
236
+ "generated": null,
237
+ "name": "transport_type",
238
+ "entityType": "columns",
239
+ "table": "agent_connections"
240
+ },
241
+ {
242
+ "type": "text",
243
+ "notNull": false,
244
+ "autoincrement": false,
245
+ "default": null,
246
+ "generated": null,
247
+ "name": "connection_id",
248
+ "entityType": "columns",
249
+ "table": "agent_connections"
250
+ },
251
+ {
252
+ "type": "integer",
253
+ "notNull": true,
254
+ "autoincrement": false,
255
+ "default": null,
256
+ "generated": null,
257
+ "name": "connected_at",
258
+ "entityType": "columns",
259
+ "table": "agent_connections"
260
+ },
261
+ {
262
+ "type": "integer",
263
+ "notNull": true,
264
+ "autoincrement": false,
265
+ "default": null,
266
+ "generated": null,
267
+ "name": "last_heartbeat",
268
+ "entityType": "columns",
269
+ "table": "agent_connections"
270
+ },
271
+ {
272
+ "type": "text",
273
+ "notNull": false,
274
+ "autoincrement": false,
275
+ "default": null,
276
+ "generated": null,
277
+ "name": "connection_metadata",
278
+ "entityType": "columns",
279
+ "table": "agent_connections"
280
+ },
281
+ {
282
+ "type": "integer",
283
+ "notNull": true,
284
+ "autoincrement": false,
285
+ "default": null,
286
+ "generated": null,
287
+ "name": "created_at",
288
+ "entityType": "columns",
289
+ "table": "agent_connections"
290
+ },
291
+ {
292
+ "type": "text",
293
+ "notNull": true,
294
+ "autoincrement": false,
295
+ "default": null,
296
+ "generated": null,
297
+ "name": "agent_id",
298
+ "entityType": "columns",
299
+ "table": "agent_skills"
300
+ },
301
+ {
302
+ "type": "text",
303
+ "notNull": true,
304
+ "autoincrement": false,
305
+ "default": null,
306
+ "generated": null,
307
+ "name": "skill_id",
308
+ "entityType": "columns",
309
+ "table": "agent_skills"
310
+ },
311
+ {
312
+ "type": "text",
313
+ "notNull": true,
314
+ "autoincrement": false,
315
+ "default": "'manual'",
316
+ "generated": null,
317
+ "name": "source",
318
+ "entityType": "columns",
319
+ "table": "agent_skills"
320
+ },
321
+ {
322
+ "type": "text",
323
+ "notNull": true,
324
+ "autoincrement": false,
325
+ "default": "(datetime('now'))",
326
+ "generated": null,
327
+ "name": "attached_at",
328
+ "entityType": "columns",
329
+ "table": "agent_skills"
330
+ },
331
+ {
332
+ "type": "text",
333
+ "notNull": false,
334
+ "autoincrement": false,
335
+ "default": null,
336
+ "generated": null,
337
+ "name": "id",
338
+ "entityType": "columns",
339
+ "table": "agents"
340
+ },
341
+ {
342
+ "type": "text",
343
+ "notNull": true,
344
+ "autoincrement": false,
345
+ "default": null,
346
+ "generated": null,
347
+ "name": "agent_id",
348
+ "entityType": "columns",
349
+ "table": "agents"
350
+ },
351
+ {
352
+ "type": "text",
353
+ "notNull": true,
354
+ "autoincrement": false,
355
+ "default": null,
356
+ "generated": null,
357
+ "name": "name",
358
+ "entityType": "columns",
359
+ "table": "agents"
360
+ },
361
+ {
362
+ "type": "text",
363
+ "notNull": false,
364
+ "autoincrement": false,
365
+ "default": null,
366
+ "generated": null,
367
+ "name": "description",
368
+ "entityType": "columns",
369
+ "table": "agents"
370
+ },
371
+ {
372
+ "type": "text",
373
+ "notNull": true,
374
+ "autoincrement": false,
375
+ "default": "'custom'",
376
+ "generated": null,
377
+ "name": "class",
378
+ "entityType": "columns",
379
+ "table": "agents"
380
+ },
381
+ {
382
+ "type": "text",
383
+ "notNull": true,
384
+ "autoincrement": false,
385
+ "default": "'public'",
386
+ "generated": null,
387
+ "name": "privacy_tier",
388
+ "entityType": "columns",
389
+ "table": "agents"
390
+ },
391
+ {
392
+ "type": "text",
393
+ "notNull": false,
394
+ "autoincrement": false,
395
+ "default": null,
396
+ "generated": null,
397
+ "name": "owner_id",
398
+ "entityType": "columns",
399
+ "table": "agents"
400
+ },
401
+ {
402
+ "type": "text",
403
+ "notNull": false,
404
+ "autoincrement": false,
405
+ "default": null,
406
+ "generated": null,
407
+ "name": "endpoint",
408
+ "entityType": "columns",
409
+ "table": "agents"
410
+ },
411
+ {
412
+ "type": "text",
413
+ "notNull": false,
414
+ "autoincrement": false,
415
+ "default": null,
416
+ "generated": null,
417
+ "name": "webhook_secret",
418
+ "entityType": "columns",
419
+ "table": "agents"
420
+ },
421
+ {
422
+ "type": "text",
423
+ "notNull": true,
424
+ "autoincrement": false,
425
+ "default": "'[]'",
426
+ "generated": null,
427
+ "name": "capabilities",
428
+ "entityType": "columns",
429
+ "table": "agents"
430
+ },
431
+ {
432
+ "type": "text",
433
+ "notNull": true,
434
+ "autoincrement": false,
435
+ "default": "'[]'",
436
+ "generated": null,
437
+ "name": "skills",
438
+ "entityType": "columns",
439
+ "table": "agents"
440
+ },
441
+ {
442
+ "type": "text",
443
+ "notNull": false,
444
+ "autoincrement": false,
445
+ "default": null,
446
+ "generated": null,
447
+ "name": "avatar",
448
+ "entityType": "columns",
449
+ "table": "agents"
450
+ },
451
+ {
452
+ "type": "integer",
453
+ "notNull": true,
454
+ "autoincrement": false,
455
+ "default": "0",
456
+ "generated": null,
457
+ "name": "messages_sent",
458
+ "entityType": "columns",
459
+ "table": "agents"
460
+ },
461
+ {
462
+ "type": "integer",
463
+ "notNull": true,
464
+ "autoincrement": false,
465
+ "default": "0",
466
+ "generated": null,
467
+ "name": "messages_received",
468
+ "entityType": "columns",
469
+ "table": "agents"
470
+ },
471
+ {
472
+ "type": "integer",
473
+ "notNull": true,
474
+ "autoincrement": false,
475
+ "default": "0",
476
+ "generated": null,
477
+ "name": "conversation_count",
478
+ "entityType": "columns",
479
+ "table": "agents"
480
+ },
481
+ {
482
+ "type": "integer",
483
+ "notNull": true,
484
+ "autoincrement": false,
485
+ "default": "0",
486
+ "generated": null,
487
+ "name": "friend_count",
488
+ "entityType": "columns",
489
+ "table": "agents"
490
+ },
491
+ {
492
+ "type": "text",
493
+ "notNull": true,
494
+ "autoincrement": false,
495
+ "default": "'online'",
496
+ "generated": null,
497
+ "name": "status",
498
+ "entityType": "columns",
499
+ "table": "agents"
500
+ },
501
+ {
502
+ "type": "integer",
503
+ "notNull": false,
504
+ "autoincrement": false,
505
+ "default": null,
506
+ "generated": null,
507
+ "name": "last_seen",
508
+ "entityType": "columns",
509
+ "table": "agents"
510
+ },
511
+ {
512
+ "type": "text",
513
+ "notNull": false,
514
+ "autoincrement": false,
515
+ "default": null,
516
+ "generated": null,
517
+ "name": "payment_config",
518
+ "entityType": "columns",
519
+ "table": "agents"
520
+ },
521
+ {
522
+ "type": "text",
523
+ "notNull": false,
524
+ "autoincrement": false,
525
+ "default": null,
526
+ "generated": null,
527
+ "name": "api_key_hash",
528
+ "entityType": "columns",
529
+ "table": "agents"
530
+ },
531
+ {
532
+ "type": "text",
533
+ "notNull": false,
534
+ "autoincrement": false,
535
+ "default": null,
536
+ "generated": null,
537
+ "name": "organization_id",
538
+ "entityType": "columns",
539
+ "table": "agents"
540
+ },
541
+ {
542
+ "type": "integer",
543
+ "notNull": true,
544
+ "autoincrement": false,
545
+ "default": null,
546
+ "generated": null,
547
+ "name": "created_at",
548
+ "entityType": "columns",
549
+ "table": "agents"
550
+ },
551
+ {
552
+ "type": "integer",
553
+ "notNull": true,
554
+ "autoincrement": false,
555
+ "default": null,
556
+ "generated": null,
557
+ "name": "updated_at",
558
+ "entityType": "columns",
559
+ "table": "agents"
560
+ },
561
+ {
562
+ "type": "text",
563
+ "notNull": true,
564
+ "autoincrement": false,
565
+ "default": "'http'",
566
+ "generated": null,
567
+ "name": "transport_type",
568
+ "entityType": "columns",
569
+ "table": "agents"
570
+ },
571
+ {
572
+ "type": "text",
573
+ "notNull": false,
574
+ "autoincrement": false,
575
+ "default": null,
576
+ "generated": null,
577
+ "name": "api_key_encrypted",
578
+ "entityType": "columns",
579
+ "table": "agents"
580
+ },
581
+ {
582
+ "type": "text",
583
+ "notNull": true,
584
+ "autoincrement": false,
585
+ "default": "'https://api.signaldock.io'",
586
+ "generated": null,
587
+ "name": "api_base_url",
588
+ "entityType": "columns",
589
+ "table": "agents"
590
+ },
591
+ {
592
+ "type": "text",
593
+ "notNull": false,
594
+ "autoincrement": false,
595
+ "default": null,
596
+ "generated": null,
597
+ "name": "classification",
598
+ "entityType": "columns",
599
+ "table": "agents"
600
+ },
601
+ {
602
+ "type": "text",
603
+ "notNull": true,
604
+ "autoincrement": false,
605
+ "default": "'{}'",
606
+ "generated": null,
607
+ "name": "transport_config",
608
+ "entityType": "columns",
609
+ "table": "agents"
610
+ },
611
+ {
612
+ "type": "integer",
613
+ "notNull": true,
614
+ "autoincrement": false,
615
+ "default": "1",
616
+ "generated": null,
617
+ "name": "is_active",
618
+ "entityType": "columns",
619
+ "table": "agents"
620
+ },
621
+ {
622
+ "type": "integer",
623
+ "notNull": false,
624
+ "autoincrement": false,
625
+ "default": null,
626
+ "generated": null,
627
+ "name": "last_used_at",
628
+ "entityType": "columns",
629
+ "table": "agents"
630
+ },
631
+ {
632
+ "type": "integer",
633
+ "notNull": true,
634
+ "autoincrement": false,
635
+ "default": "0",
636
+ "generated": null,
637
+ "name": "requires_reauth",
638
+ "entityType": "columns",
639
+ "table": "agents"
640
+ },
641
+ {
642
+ "type": "text",
643
+ "notNull": true,
644
+ "autoincrement": false,
645
+ "default": "'global'",
646
+ "generated": null,
647
+ "name": "tier",
648
+ "entityType": "columns",
649
+ "table": "agents"
650
+ },
651
+ {
652
+ "type": "integer",
653
+ "notNull": true,
654
+ "autoincrement": false,
655
+ "default": "0",
656
+ "generated": null,
657
+ "name": "can_spawn",
658
+ "entityType": "columns",
659
+ "table": "agents"
660
+ },
661
+ {
662
+ "type": "integer",
663
+ "notNull": true,
664
+ "autoincrement": false,
665
+ "default": "2",
666
+ "generated": null,
667
+ "name": "orch_level",
668
+ "entityType": "columns",
669
+ "table": "agents"
670
+ },
671
+ {
672
+ "type": "text",
673
+ "notNull": false,
674
+ "autoincrement": false,
675
+ "default": null,
676
+ "generated": null,
677
+ "name": "reports_to",
678
+ "entityType": "columns",
679
+ "table": "agents"
680
+ },
681
+ {
682
+ "type": "text",
683
+ "notNull": false,
684
+ "autoincrement": false,
685
+ "default": null,
686
+ "generated": null,
687
+ "name": "cant_path",
688
+ "entityType": "columns",
689
+ "table": "agents"
690
+ },
691
+ {
692
+ "type": "text",
693
+ "notNull": false,
694
+ "autoincrement": false,
695
+ "default": null,
696
+ "generated": null,
697
+ "name": "cant_sha256",
698
+ "entityType": "columns",
699
+ "table": "agents"
700
+ },
701
+ {
702
+ "type": "text",
703
+ "notNull": false,
704
+ "autoincrement": false,
705
+ "default": null,
706
+ "generated": null,
707
+ "name": "installed_from",
708
+ "entityType": "columns",
709
+ "table": "agents"
710
+ },
711
+ {
712
+ "type": "text",
713
+ "notNull": false,
714
+ "autoincrement": false,
715
+ "default": null,
716
+ "generated": null,
717
+ "name": "installed_at",
718
+ "entityType": "columns",
719
+ "table": "agents"
720
+ },
721
+ {
722
+ "type": "text",
723
+ "notNull": false,
724
+ "autoincrement": false,
725
+ "default": null,
726
+ "generated": null,
727
+ "name": "id",
728
+ "entityType": "columns",
729
+ "table": "capabilities"
730
+ },
731
+ {
732
+ "type": "text",
733
+ "notNull": true,
734
+ "autoincrement": false,
735
+ "default": null,
736
+ "generated": null,
737
+ "name": "slug",
738
+ "entityType": "columns",
739
+ "table": "capabilities"
740
+ },
741
+ {
742
+ "type": "text",
743
+ "notNull": true,
744
+ "autoincrement": false,
745
+ "default": null,
746
+ "generated": null,
747
+ "name": "name",
748
+ "entityType": "columns",
749
+ "table": "capabilities"
750
+ },
751
+ {
752
+ "type": "text",
753
+ "notNull": true,
754
+ "autoincrement": false,
755
+ "default": null,
756
+ "generated": null,
757
+ "name": "description",
758
+ "entityType": "columns",
759
+ "table": "capabilities"
760
+ },
761
+ {
762
+ "type": "text",
763
+ "notNull": true,
764
+ "autoincrement": false,
765
+ "default": null,
766
+ "generated": null,
767
+ "name": "category",
768
+ "entityType": "columns",
769
+ "table": "capabilities"
770
+ },
771
+ {
772
+ "type": "integer",
773
+ "notNull": true,
774
+ "autoincrement": false,
775
+ "default": null,
776
+ "generated": null,
777
+ "name": "created_at",
778
+ "entityType": "columns",
779
+ "table": "capabilities"
780
+ },
781
+ {
782
+ "type": "text",
783
+ "notNull": false,
784
+ "autoincrement": false,
785
+ "default": null,
786
+ "generated": null,
787
+ "name": "id",
788
+ "entityType": "columns",
789
+ "table": "claim_codes"
790
+ },
791
+ {
792
+ "type": "text",
793
+ "notNull": true,
794
+ "autoincrement": false,
795
+ "default": null,
796
+ "generated": null,
797
+ "name": "agent_id",
798
+ "entityType": "columns",
799
+ "table": "claim_codes"
800
+ },
801
+ {
802
+ "type": "text",
803
+ "notNull": true,
804
+ "autoincrement": false,
805
+ "default": null,
806
+ "generated": null,
807
+ "name": "code",
808
+ "entityType": "columns",
809
+ "table": "claim_codes"
810
+ },
811
+ {
812
+ "type": "integer",
813
+ "notNull": true,
814
+ "autoincrement": false,
815
+ "default": null,
816
+ "generated": null,
817
+ "name": "expires_at",
818
+ "entityType": "columns",
819
+ "table": "claim_codes"
820
+ },
821
+ {
822
+ "type": "integer",
823
+ "notNull": false,
824
+ "autoincrement": false,
825
+ "default": null,
826
+ "generated": null,
827
+ "name": "used_at",
828
+ "entityType": "columns",
829
+ "table": "claim_codes"
830
+ },
831
+ {
832
+ "type": "text",
833
+ "notNull": false,
834
+ "autoincrement": false,
835
+ "default": null,
836
+ "generated": null,
837
+ "name": "used_by",
838
+ "entityType": "columns",
839
+ "table": "claim_codes"
840
+ },
841
+ {
842
+ "type": "integer",
843
+ "notNull": true,
844
+ "autoincrement": false,
845
+ "default": null,
846
+ "generated": null,
847
+ "name": "created_at",
848
+ "entityType": "columns",
849
+ "table": "claim_codes"
850
+ },
851
+ {
852
+ "type": "text",
853
+ "notNull": false,
854
+ "autoincrement": false,
855
+ "default": null,
856
+ "generated": null,
857
+ "name": "id",
858
+ "entityType": "columns",
859
+ "table": "org_agent_keys"
860
+ },
861
+ {
862
+ "type": "text",
863
+ "notNull": true,
864
+ "autoincrement": false,
865
+ "default": null,
866
+ "generated": null,
867
+ "name": "organization_id",
868
+ "entityType": "columns",
869
+ "table": "org_agent_keys"
870
+ },
871
+ {
872
+ "type": "text",
873
+ "notNull": true,
874
+ "autoincrement": false,
875
+ "default": null,
876
+ "generated": null,
877
+ "name": "agent_id",
878
+ "entityType": "columns",
879
+ "table": "org_agent_keys"
880
+ },
881
+ {
882
+ "type": "text",
883
+ "notNull": true,
884
+ "autoincrement": false,
885
+ "default": null,
886
+ "generated": null,
887
+ "name": "created_by",
888
+ "entityType": "columns",
889
+ "table": "org_agent_keys"
890
+ },
891
+ {
892
+ "type": "integer",
893
+ "notNull": true,
894
+ "autoincrement": false,
895
+ "default": null,
896
+ "generated": null,
897
+ "name": "created_at",
898
+ "entityType": "columns",
899
+ "table": "org_agent_keys"
900
+ },
901
+ {
902
+ "type": "text",
903
+ "notNull": false,
904
+ "autoincrement": false,
905
+ "default": null,
906
+ "generated": null,
907
+ "name": "id",
908
+ "entityType": "columns",
909
+ "table": "organization"
910
+ },
911
+ {
912
+ "type": "text",
913
+ "notNull": true,
914
+ "autoincrement": false,
915
+ "default": null,
916
+ "generated": null,
917
+ "name": "name",
918
+ "entityType": "columns",
919
+ "table": "organization"
920
+ },
921
+ {
922
+ "type": "text",
923
+ "notNull": false,
924
+ "autoincrement": false,
925
+ "default": null,
926
+ "generated": null,
927
+ "name": "slug",
928
+ "entityType": "columns",
929
+ "table": "organization"
930
+ },
931
+ {
932
+ "type": "text",
933
+ "notNull": false,
934
+ "autoincrement": false,
935
+ "default": null,
936
+ "generated": null,
937
+ "name": "logo",
938
+ "entityType": "columns",
939
+ "table": "organization"
940
+ },
941
+ {
942
+ "type": "text",
943
+ "notNull": false,
944
+ "autoincrement": false,
945
+ "default": null,
946
+ "generated": null,
947
+ "name": "metadata",
948
+ "entityType": "columns",
949
+ "table": "organization"
950
+ },
951
+ {
952
+ "type": "text",
953
+ "notNull": false,
954
+ "autoincrement": false,
955
+ "default": null,
956
+ "generated": null,
957
+ "name": "owner_id",
958
+ "entityType": "columns",
959
+ "table": "organization"
960
+ },
961
+ {
962
+ "type": "integer",
963
+ "notNull": true,
964
+ "autoincrement": false,
965
+ "default": "(strftime('%s','now'))",
966
+ "generated": null,
967
+ "name": "created_at",
968
+ "entityType": "columns",
969
+ "table": "organization"
970
+ },
971
+ {
972
+ "type": "integer",
973
+ "notNull": true,
974
+ "autoincrement": false,
975
+ "default": "(strftime('%s','now'))",
976
+ "generated": null,
977
+ "name": "updated_at",
978
+ "entityType": "columns",
979
+ "table": "organization"
980
+ },
981
+ {
982
+ "type": "text",
983
+ "notNull": false,
984
+ "autoincrement": false,
985
+ "default": null,
986
+ "generated": null,
987
+ "name": "id",
988
+ "entityType": "columns",
989
+ "table": "sessions"
990
+ },
991
+ {
992
+ "type": "text",
993
+ "notNull": true,
994
+ "autoincrement": false,
995
+ "default": null,
996
+ "generated": null,
997
+ "name": "user_id",
998
+ "entityType": "columns",
999
+ "table": "sessions"
1000
+ },
1001
+ {
1002
+ "type": "text",
1003
+ "notNull": true,
1004
+ "autoincrement": false,
1005
+ "default": null,
1006
+ "generated": null,
1007
+ "name": "token",
1008
+ "entityType": "columns",
1009
+ "table": "sessions"
1010
+ },
1011
+ {
1012
+ "type": "text",
1013
+ "notNull": false,
1014
+ "autoincrement": false,
1015
+ "default": null,
1016
+ "generated": null,
1017
+ "name": "ip_address",
1018
+ "entityType": "columns",
1019
+ "table": "sessions"
1020
+ },
1021
+ {
1022
+ "type": "text",
1023
+ "notNull": false,
1024
+ "autoincrement": false,
1025
+ "default": null,
1026
+ "generated": null,
1027
+ "name": "user_agent",
1028
+ "entityType": "columns",
1029
+ "table": "sessions"
1030
+ },
1031
+ {
1032
+ "type": "text",
1033
+ "notNull": true,
1034
+ "autoincrement": false,
1035
+ "default": null,
1036
+ "generated": null,
1037
+ "name": "expires_at",
1038
+ "entityType": "columns",
1039
+ "table": "sessions"
1040
+ },
1041
+ {
1042
+ "type": "text",
1043
+ "notNull": false,
1044
+ "autoincrement": false,
1045
+ "default": null,
1046
+ "generated": null,
1047
+ "name": "active_organization_id",
1048
+ "entityType": "columns",
1049
+ "table": "sessions"
1050
+ },
1051
+ {
1052
+ "type": "text",
1053
+ "notNull": false,
1054
+ "autoincrement": false,
1055
+ "default": null,
1056
+ "generated": null,
1057
+ "name": "impersonated_by",
1058
+ "entityType": "columns",
1059
+ "table": "sessions"
1060
+ },
1061
+ {
1062
+ "type": "integer",
1063
+ "notNull": true,
1064
+ "autoincrement": false,
1065
+ "default": "1",
1066
+ "generated": null,
1067
+ "name": "active",
1068
+ "entityType": "columns",
1069
+ "table": "sessions"
1070
+ },
1071
+ {
1072
+ "type": "text",
1073
+ "notNull": true,
1074
+ "autoincrement": false,
1075
+ "default": null,
1076
+ "generated": null,
1077
+ "name": "created_at",
1078
+ "entityType": "columns",
1079
+ "table": "sessions"
1080
+ },
1081
+ {
1082
+ "type": "text",
1083
+ "notNull": true,
1084
+ "autoincrement": false,
1085
+ "default": null,
1086
+ "generated": null,
1087
+ "name": "updated_at",
1088
+ "entityType": "columns",
1089
+ "table": "sessions"
1090
+ },
1091
+ {
1092
+ "type": "text",
1093
+ "notNull": false,
1094
+ "autoincrement": false,
1095
+ "default": null,
1096
+ "generated": null,
1097
+ "name": "id",
1098
+ "entityType": "columns",
1099
+ "table": "skills"
1100
+ },
1101
+ {
1102
+ "type": "text",
1103
+ "notNull": true,
1104
+ "autoincrement": false,
1105
+ "default": null,
1106
+ "generated": null,
1107
+ "name": "slug",
1108
+ "entityType": "columns",
1109
+ "table": "skills"
1110
+ },
1111
+ {
1112
+ "type": "text",
1113
+ "notNull": true,
1114
+ "autoincrement": false,
1115
+ "default": null,
1116
+ "generated": null,
1117
+ "name": "name",
1118
+ "entityType": "columns",
1119
+ "table": "skills"
1120
+ },
1121
+ {
1122
+ "type": "text",
1123
+ "notNull": true,
1124
+ "autoincrement": false,
1125
+ "default": null,
1126
+ "generated": null,
1127
+ "name": "description",
1128
+ "entityType": "columns",
1129
+ "table": "skills"
1130
+ },
1131
+ {
1132
+ "type": "text",
1133
+ "notNull": true,
1134
+ "autoincrement": false,
1135
+ "default": null,
1136
+ "generated": null,
1137
+ "name": "category",
1138
+ "entityType": "columns",
1139
+ "table": "skills"
1140
+ },
1141
+ {
1142
+ "type": "integer",
1143
+ "notNull": true,
1144
+ "autoincrement": false,
1145
+ "default": null,
1146
+ "generated": null,
1147
+ "name": "created_at",
1148
+ "entityType": "columns",
1149
+ "table": "skills"
1150
+ },
1151
+ {
1152
+ "type": "text",
1153
+ "notNull": false,
1154
+ "autoincrement": false,
1155
+ "default": null,
1156
+ "generated": null,
1157
+ "name": "id",
1158
+ "entityType": "columns",
1159
+ "table": "users"
1160
+ },
1161
+ {
1162
+ "type": "text",
1163
+ "notNull": true,
1164
+ "autoincrement": false,
1165
+ "default": null,
1166
+ "generated": null,
1167
+ "name": "email",
1168
+ "entityType": "columns",
1169
+ "table": "users"
1170
+ },
1171
+ {
1172
+ "type": "text",
1173
+ "notNull": true,
1174
+ "autoincrement": false,
1175
+ "default": null,
1176
+ "generated": null,
1177
+ "name": "password_hash",
1178
+ "entityType": "columns",
1179
+ "table": "users"
1180
+ },
1181
+ {
1182
+ "type": "text",
1183
+ "notNull": false,
1184
+ "autoincrement": false,
1185
+ "default": null,
1186
+ "generated": null,
1187
+ "name": "name",
1188
+ "entityType": "columns",
1189
+ "table": "users"
1190
+ },
1191
+ {
1192
+ "type": "text",
1193
+ "notNull": false,
1194
+ "autoincrement": false,
1195
+ "default": null,
1196
+ "generated": null,
1197
+ "name": "slug",
1198
+ "entityType": "columns",
1199
+ "table": "users"
1200
+ },
1201
+ {
1202
+ "type": "text",
1203
+ "notNull": false,
1204
+ "autoincrement": false,
1205
+ "default": null,
1206
+ "generated": null,
1207
+ "name": "default_agent_id",
1208
+ "entityType": "columns",
1209
+ "table": "users"
1210
+ },
1211
+ {
1212
+ "type": "text",
1213
+ "notNull": false,
1214
+ "autoincrement": false,
1215
+ "default": null,
1216
+ "generated": null,
1217
+ "name": "username",
1218
+ "entityType": "columns",
1219
+ "table": "users"
1220
+ },
1221
+ {
1222
+ "type": "text",
1223
+ "notNull": false,
1224
+ "autoincrement": false,
1225
+ "default": null,
1226
+ "generated": null,
1227
+ "name": "display_username",
1228
+ "entityType": "columns",
1229
+ "table": "users"
1230
+ },
1231
+ {
1232
+ "type": "integer",
1233
+ "notNull": true,
1234
+ "autoincrement": false,
1235
+ "default": "0",
1236
+ "generated": null,
1237
+ "name": "email_verified",
1238
+ "entityType": "columns",
1239
+ "table": "users"
1240
+ },
1241
+ {
1242
+ "type": "text",
1243
+ "notNull": false,
1244
+ "autoincrement": false,
1245
+ "default": null,
1246
+ "generated": null,
1247
+ "name": "image",
1248
+ "entityType": "columns",
1249
+ "table": "users"
1250
+ },
1251
+ {
1252
+ "type": "text",
1253
+ "notNull": true,
1254
+ "autoincrement": false,
1255
+ "default": "'user'",
1256
+ "generated": null,
1257
+ "name": "role",
1258
+ "entityType": "columns",
1259
+ "table": "users"
1260
+ },
1261
+ {
1262
+ "type": "integer",
1263
+ "notNull": true,
1264
+ "autoincrement": false,
1265
+ "default": "0",
1266
+ "generated": null,
1267
+ "name": "banned",
1268
+ "entityType": "columns",
1269
+ "table": "users"
1270
+ },
1271
+ {
1272
+ "type": "text",
1273
+ "notNull": false,
1274
+ "autoincrement": false,
1275
+ "default": null,
1276
+ "generated": null,
1277
+ "name": "ban_reason",
1278
+ "entityType": "columns",
1279
+ "table": "users"
1280
+ },
1281
+ {
1282
+ "type": "text",
1283
+ "notNull": false,
1284
+ "autoincrement": false,
1285
+ "default": null,
1286
+ "generated": null,
1287
+ "name": "ban_expires",
1288
+ "entityType": "columns",
1289
+ "table": "users"
1290
+ },
1291
+ {
1292
+ "type": "integer",
1293
+ "notNull": true,
1294
+ "autoincrement": false,
1295
+ "default": "0",
1296
+ "generated": null,
1297
+ "name": "two_factor_enabled",
1298
+ "entityType": "columns",
1299
+ "table": "users"
1300
+ },
1301
+ {
1302
+ "type": "text",
1303
+ "notNull": false,
1304
+ "autoincrement": false,
1305
+ "default": null,
1306
+ "generated": null,
1307
+ "name": "metadata",
1308
+ "entityType": "columns",
1309
+ "table": "users"
1310
+ },
1311
+ {
1312
+ "type": "integer",
1313
+ "notNull": true,
1314
+ "autoincrement": false,
1315
+ "default": null,
1316
+ "generated": null,
1317
+ "name": "created_at",
1318
+ "entityType": "columns",
1319
+ "table": "users"
1320
+ },
1321
+ {
1322
+ "type": "integer",
1323
+ "notNull": true,
1324
+ "autoincrement": false,
1325
+ "default": null,
1326
+ "generated": null,
1327
+ "name": "updated_at",
1328
+ "entityType": "columns",
1329
+ "table": "users"
1330
+ },
1331
+ {
1332
+ "type": "text",
1333
+ "notNull": false,
1334
+ "autoincrement": false,
1335
+ "default": null,
1336
+ "generated": null,
1337
+ "name": "id",
1338
+ "entityType": "columns",
1339
+ "table": "verifications"
1340
+ },
1341
+ {
1342
+ "type": "text",
1343
+ "notNull": true,
1344
+ "autoincrement": false,
1345
+ "default": null,
1346
+ "generated": null,
1347
+ "name": "identifier",
1348
+ "entityType": "columns",
1349
+ "table": "verifications"
1350
+ },
1351
+ {
1352
+ "type": "text",
1353
+ "notNull": true,
1354
+ "autoincrement": false,
1355
+ "default": null,
1356
+ "generated": null,
1357
+ "name": "value",
1358
+ "entityType": "columns",
1359
+ "table": "verifications"
1360
+ },
1361
+ {
1362
+ "type": "text",
1363
+ "notNull": true,
1364
+ "autoincrement": false,
1365
+ "default": null,
1366
+ "generated": null,
1367
+ "name": "expires_at",
1368
+ "entityType": "columns",
1369
+ "table": "verifications"
1370
+ },
1371
+ {
1372
+ "type": "text",
1373
+ "notNull": true,
1374
+ "autoincrement": false,
1375
+ "default": null,
1376
+ "generated": null,
1377
+ "name": "created_at",
1378
+ "entityType": "columns",
1379
+ "table": "verifications"
1380
+ },
1381
+ {
1382
+ "type": "text",
1383
+ "notNull": true,
1384
+ "autoincrement": false,
1385
+ "default": null,
1386
+ "generated": null,
1387
+ "name": "updated_at",
1388
+ "entityType": "columns",
1389
+ "table": "verifications"
1390
+ },
1391
+ {
1392
+ "columns": [
1393
+ "user_id"
1394
+ ],
1395
+ "tableTo": "users",
1396
+ "columnsTo": [
1397
+ "id"
1398
+ ],
1399
+ "onUpdate": "NO ACTION",
1400
+ "onDelete": "CASCADE",
1401
+ "nameExplicit": false,
1402
+ "name": "fk_accounts_user_id_users_id_fk",
1403
+ "entityType": "fks",
1404
+ "table": "accounts"
1405
+ },
1406
+ {
1407
+ "columns": [
1408
+ "agent_id"
1409
+ ],
1410
+ "tableTo": "agents",
1411
+ "columnsTo": [
1412
+ "id"
1413
+ ],
1414
+ "onUpdate": "NO ACTION",
1415
+ "onDelete": "NO ACTION",
1416
+ "nameExplicit": false,
1417
+ "name": "fk_agent_capabilities_agent_id_agents_id_fk",
1418
+ "entityType": "fks",
1419
+ "table": "agent_capabilities"
1420
+ },
1421
+ {
1422
+ "columns": [
1423
+ "capability_id"
1424
+ ],
1425
+ "tableTo": "capabilities",
1426
+ "columnsTo": [
1427
+ "id"
1428
+ ],
1429
+ "onUpdate": "NO ACTION",
1430
+ "onDelete": "NO ACTION",
1431
+ "nameExplicit": false,
1432
+ "name": "fk_agent_capabilities_capability_id_capabilities_id_fk",
1433
+ "entityType": "fks",
1434
+ "table": "agent_capabilities"
1435
+ },
1436
+ {
1437
+ "columns": [
1438
+ "agent_id"
1439
+ ],
1440
+ "tableTo": "agents",
1441
+ "columnsTo": [
1442
+ "id"
1443
+ ],
1444
+ "onUpdate": "NO ACTION",
1445
+ "onDelete": "NO ACTION",
1446
+ "nameExplicit": false,
1447
+ "name": "fk_agent_skills_agent_id_agents_id_fk",
1448
+ "entityType": "fks",
1449
+ "table": "agent_skills"
1450
+ },
1451
+ {
1452
+ "columns": [
1453
+ "skill_id"
1454
+ ],
1455
+ "tableTo": "skills",
1456
+ "columnsTo": [
1457
+ "id"
1458
+ ],
1459
+ "onUpdate": "NO ACTION",
1460
+ "onDelete": "NO ACTION",
1461
+ "nameExplicit": false,
1462
+ "name": "fk_agent_skills_skill_id_skills_id_fk",
1463
+ "entityType": "fks",
1464
+ "table": "agent_skills"
1465
+ },
1466
+ {
1467
+ "columns": [
1468
+ "owner_id"
1469
+ ],
1470
+ "tableTo": "users",
1471
+ "columnsTo": [
1472
+ "id"
1473
+ ],
1474
+ "onUpdate": "NO ACTION",
1475
+ "onDelete": "NO ACTION",
1476
+ "nameExplicit": false,
1477
+ "name": "fk_agents_owner_id_users_id_fk",
1478
+ "entityType": "fks",
1479
+ "table": "agents"
1480
+ },
1481
+ {
1482
+ "columns": [
1483
+ "organization_id"
1484
+ ],
1485
+ "tableTo": "organization",
1486
+ "columnsTo": [
1487
+ "id"
1488
+ ],
1489
+ "onUpdate": "NO ACTION",
1490
+ "onDelete": "SET NULL",
1491
+ "nameExplicit": false,
1492
+ "name": "fk_agents_organization_id_organization_id_fk",
1493
+ "entityType": "fks",
1494
+ "table": "agents"
1495
+ },
1496
+ {
1497
+ "columns": [
1498
+ "agent_id"
1499
+ ],
1500
+ "tableTo": "agents",
1501
+ "columnsTo": [
1502
+ "id"
1503
+ ],
1504
+ "onUpdate": "NO ACTION",
1505
+ "onDelete": "NO ACTION",
1506
+ "nameExplicit": false,
1507
+ "name": "fk_claim_codes_agent_id_agents_id_fk",
1508
+ "entityType": "fks",
1509
+ "table": "claim_codes"
1510
+ },
1511
+ {
1512
+ "columns": [
1513
+ "used_by"
1514
+ ],
1515
+ "tableTo": "users",
1516
+ "columnsTo": [
1517
+ "id"
1518
+ ],
1519
+ "onUpdate": "NO ACTION",
1520
+ "onDelete": "NO ACTION",
1521
+ "nameExplicit": false,
1522
+ "name": "fk_claim_codes_used_by_users_id_fk",
1523
+ "entityType": "fks",
1524
+ "table": "claim_codes"
1525
+ },
1526
+ {
1527
+ "columns": [
1528
+ "organization_id"
1529
+ ],
1530
+ "tableTo": "organization",
1531
+ "columnsTo": [
1532
+ "id"
1533
+ ],
1534
+ "onUpdate": "NO ACTION",
1535
+ "onDelete": "CASCADE",
1536
+ "nameExplicit": false,
1537
+ "name": "fk_org_agent_keys_organization_id_organization_id_fk",
1538
+ "entityType": "fks",
1539
+ "table": "org_agent_keys"
1540
+ },
1541
+ {
1542
+ "columns": [
1543
+ "agent_id"
1544
+ ],
1545
+ "tableTo": "agents",
1546
+ "columnsTo": [
1547
+ "id"
1548
+ ],
1549
+ "onUpdate": "NO ACTION",
1550
+ "onDelete": "CASCADE",
1551
+ "nameExplicit": false,
1552
+ "name": "fk_org_agent_keys_agent_id_agents_id_fk",
1553
+ "entityType": "fks",
1554
+ "table": "org_agent_keys"
1555
+ },
1556
+ {
1557
+ "columns": [
1558
+ "user_id"
1559
+ ],
1560
+ "tableTo": "users",
1561
+ "columnsTo": [
1562
+ "id"
1563
+ ],
1564
+ "onUpdate": "NO ACTION",
1565
+ "onDelete": "CASCADE",
1566
+ "nameExplicit": false,
1567
+ "name": "fk_sessions_user_id_users_id_fk",
1568
+ "entityType": "fks",
1569
+ "table": "sessions"
1570
+ },
1571
+ {
1572
+ "columns": [
1573
+ "agent_id",
1574
+ "capability_id"
1575
+ ],
1576
+ "nameExplicit": false,
1577
+ "name": "agent_capabilities_pk",
1578
+ "entityType": "pks",
1579
+ "table": "agent_capabilities"
1580
+ },
1581
+ {
1582
+ "columns": [
1583
+ "agent_id",
1584
+ "skill_id"
1585
+ ],
1586
+ "nameExplicit": false,
1587
+ "name": "agent_skills_pk",
1588
+ "entityType": "pks",
1589
+ "table": "agent_skills"
1590
+ },
1591
+ {
1592
+ "columns": [
1593
+ "id"
1594
+ ],
1595
+ "nameExplicit": false,
1596
+ "name": "accounts_pk",
1597
+ "table": "accounts",
1598
+ "entityType": "pks"
1599
+ },
1600
+ {
1601
+ "columns": [
1602
+ "id"
1603
+ ],
1604
+ "nameExplicit": false,
1605
+ "name": "agent_connections_pk",
1606
+ "table": "agent_connections",
1607
+ "entityType": "pks"
1608
+ },
1609
+ {
1610
+ "columns": [
1611
+ "id"
1612
+ ],
1613
+ "nameExplicit": false,
1614
+ "name": "agents_pk",
1615
+ "table": "agents",
1616
+ "entityType": "pks"
1617
+ },
1618
+ {
1619
+ "columns": [
1620
+ "id"
1621
+ ],
1622
+ "nameExplicit": false,
1623
+ "name": "capabilities_pk",
1624
+ "table": "capabilities",
1625
+ "entityType": "pks"
1626
+ },
1627
+ {
1628
+ "columns": [
1629
+ "id"
1630
+ ],
1631
+ "nameExplicit": false,
1632
+ "name": "claim_codes_pk",
1633
+ "table": "claim_codes",
1634
+ "entityType": "pks"
1635
+ },
1636
+ {
1637
+ "columns": [
1638
+ "id"
1639
+ ],
1640
+ "nameExplicit": false,
1641
+ "name": "org_agent_keys_pk",
1642
+ "table": "org_agent_keys",
1643
+ "entityType": "pks"
1644
+ },
1645
+ {
1646
+ "columns": [
1647
+ "id"
1648
+ ],
1649
+ "nameExplicit": false,
1650
+ "name": "organization_pk",
1651
+ "table": "organization",
1652
+ "entityType": "pks"
1653
+ },
1654
+ {
1655
+ "columns": [
1656
+ "id"
1657
+ ],
1658
+ "nameExplicit": false,
1659
+ "name": "sessions_pk",
1660
+ "table": "sessions",
1661
+ "entityType": "pks"
1662
+ },
1663
+ {
1664
+ "columns": [
1665
+ "id"
1666
+ ],
1667
+ "nameExplicit": false,
1668
+ "name": "skills_pk",
1669
+ "table": "skills",
1670
+ "entityType": "pks"
1671
+ },
1672
+ {
1673
+ "columns": [
1674
+ "id"
1675
+ ],
1676
+ "nameExplicit": false,
1677
+ "name": "users_pk",
1678
+ "table": "users",
1679
+ "entityType": "pks"
1680
+ },
1681
+ {
1682
+ "columns": [
1683
+ "id"
1684
+ ],
1685
+ "nameExplicit": false,
1686
+ "name": "verifications_pk",
1687
+ "table": "verifications",
1688
+ "entityType": "pks"
1689
+ },
1690
+ {
1691
+ "columns": [
1692
+ {
1693
+ "value": "user_id",
1694
+ "isExpression": false
1695
+ }
1696
+ ],
1697
+ "isUnique": false,
1698
+ "where": null,
1699
+ "origin": "manual",
1700
+ "name": "idx_accounts_user_id",
1701
+ "entityType": "indexes",
1702
+ "table": "accounts"
1703
+ },
1704
+ {
1705
+ "columns": [
1706
+ {
1707
+ "value": "agent_id",
1708
+ "isExpression": false
1709
+ }
1710
+ ],
1711
+ "isUnique": false,
1712
+ "where": null,
1713
+ "origin": "manual",
1714
+ "name": "idx_agent_connections_agent",
1715
+ "entityType": "indexes",
1716
+ "table": "agent_connections"
1717
+ },
1718
+ {
1719
+ "columns": [
1720
+ {
1721
+ "value": "transport_type",
1722
+ "isExpression": false
1723
+ }
1724
+ ],
1725
+ "isUnique": false,
1726
+ "where": null,
1727
+ "origin": "manual",
1728
+ "name": "idx_agent_connections_transport",
1729
+ "entityType": "indexes",
1730
+ "table": "agent_connections"
1731
+ },
1732
+ {
1733
+ "columns": [
1734
+ {
1735
+ "value": "last_heartbeat",
1736
+ "isExpression": false
1737
+ }
1738
+ ],
1739
+ "isUnique": false,
1740
+ "where": null,
1741
+ "origin": "manual",
1742
+ "name": "idx_agent_connections_heartbeat",
1743
+ "entityType": "indexes",
1744
+ "table": "agent_connections"
1745
+ },
1746
+ {
1747
+ "columns": [
1748
+ {
1749
+ "value": "source",
1750
+ "isExpression": false
1751
+ }
1752
+ ],
1753
+ "isUnique": false,
1754
+ "where": null,
1755
+ "origin": "manual",
1756
+ "name": "idx_agent_skills_source",
1757
+ "entityType": "indexes",
1758
+ "table": "agent_skills"
1759
+ },
1760
+ {
1761
+ "columns": [
1762
+ {
1763
+ "value": "owner_id",
1764
+ "isExpression": false
1765
+ }
1766
+ ],
1767
+ "isUnique": false,
1768
+ "where": null,
1769
+ "origin": "manual",
1770
+ "name": "agents_owner_idx",
1771
+ "entityType": "indexes",
1772
+ "table": "agents"
1773
+ },
1774
+ {
1775
+ "columns": [
1776
+ {
1777
+ "value": "class",
1778
+ "isExpression": false
1779
+ }
1780
+ ],
1781
+ "isUnique": false,
1782
+ "where": null,
1783
+ "origin": "manual",
1784
+ "name": "agents_class_idx",
1785
+ "entityType": "indexes",
1786
+ "table": "agents"
1787
+ },
1788
+ {
1789
+ "columns": [
1790
+ {
1791
+ "value": "privacy_tier",
1792
+ "isExpression": false
1793
+ }
1794
+ ],
1795
+ "isUnique": false,
1796
+ "where": null,
1797
+ "origin": "manual",
1798
+ "name": "agents_privacy_idx",
1799
+ "entityType": "indexes",
1800
+ "table": "agents"
1801
+ },
1802
+ {
1803
+ "columns": [
1804
+ {
1805
+ "value": "organization_id",
1806
+ "isExpression": false
1807
+ }
1808
+ ],
1809
+ "isUnique": false,
1810
+ "where": null,
1811
+ "origin": "manual",
1812
+ "name": "agents_org_idx",
1813
+ "entityType": "indexes",
1814
+ "table": "agents"
1815
+ },
1816
+ {
1817
+ "columns": [
1818
+ {
1819
+ "value": "transport_type",
1820
+ "isExpression": false
1821
+ }
1822
+ ],
1823
+ "isUnique": false,
1824
+ "where": null,
1825
+ "origin": "manual",
1826
+ "name": "idx_agents_transport_type",
1827
+ "entityType": "indexes",
1828
+ "table": "agents"
1829
+ },
1830
+ {
1831
+ "columns": [
1832
+ {
1833
+ "value": "is_active",
1834
+ "isExpression": false
1835
+ }
1836
+ ],
1837
+ "isUnique": false,
1838
+ "where": null,
1839
+ "origin": "manual",
1840
+ "name": "idx_agents_is_active",
1841
+ "entityType": "indexes",
1842
+ "table": "agents"
1843
+ },
1844
+ {
1845
+ "columns": [
1846
+ {
1847
+ "value": "last_used_at",
1848
+ "isExpression": false
1849
+ }
1850
+ ],
1851
+ "isUnique": false,
1852
+ "where": null,
1853
+ "origin": "manual",
1854
+ "name": "idx_agents_last_used",
1855
+ "entityType": "indexes",
1856
+ "table": "agents"
1857
+ },
1858
+ {
1859
+ "columns": [
1860
+ {
1861
+ "value": "tier",
1862
+ "isExpression": false
1863
+ }
1864
+ ],
1865
+ "isUnique": false,
1866
+ "where": null,
1867
+ "origin": "manual",
1868
+ "name": "idx_agents_tier",
1869
+ "entityType": "indexes",
1870
+ "table": "agents"
1871
+ },
1872
+ {
1873
+ "columns": [
1874
+ {
1875
+ "value": "cant_path",
1876
+ "isExpression": false
1877
+ }
1878
+ ],
1879
+ "isUnique": false,
1880
+ "where": null,
1881
+ "origin": "manual",
1882
+ "name": "idx_agents_cant_path",
1883
+ "entityType": "indexes",
1884
+ "table": "agents"
1885
+ },
1886
+ {
1887
+ "columns": [
1888
+ {
1889
+ "value": "agent_id",
1890
+ "isExpression": false
1891
+ }
1892
+ ],
1893
+ "isUnique": false,
1894
+ "where": null,
1895
+ "origin": "manual",
1896
+ "name": "claim_codes_agent_idx",
1897
+ "entityType": "indexes",
1898
+ "table": "claim_codes"
1899
+ },
1900
+ {
1901
+ "columns": [
1902
+ {
1903
+ "value": "organization_id",
1904
+ "isExpression": false
1905
+ }
1906
+ ],
1907
+ "isUnique": false,
1908
+ "where": null,
1909
+ "origin": "manual",
1910
+ "name": "org_agent_keys_org_idx",
1911
+ "entityType": "indexes",
1912
+ "table": "org_agent_keys"
1913
+ },
1914
+ {
1915
+ "columns": [
1916
+ {
1917
+ "value": "agent_id",
1918
+ "isExpression": false
1919
+ }
1920
+ ],
1921
+ "isUnique": false,
1922
+ "where": null,
1923
+ "origin": "manual",
1924
+ "name": "org_agent_keys_agent_idx",
1925
+ "entityType": "indexes",
1926
+ "table": "org_agent_keys"
1927
+ },
1928
+ {
1929
+ "columns": [
1930
+ {
1931
+ "value": "slug",
1932
+ "isExpression": false
1933
+ }
1934
+ ],
1935
+ "isUnique": false,
1936
+ "where": null,
1937
+ "origin": "manual",
1938
+ "name": "idx_organization_slug",
1939
+ "entityType": "indexes",
1940
+ "table": "organization"
1941
+ },
1942
+ {
1943
+ "columns": [
1944
+ {
1945
+ "value": "user_id",
1946
+ "isExpression": false
1947
+ }
1948
+ ],
1949
+ "isUnique": false,
1950
+ "where": null,
1951
+ "origin": "manual",
1952
+ "name": "idx_sessions_user_id",
1953
+ "entityType": "indexes",
1954
+ "table": "sessions"
1955
+ },
1956
+ {
1957
+ "columns": [
1958
+ {
1959
+ "value": "slug",
1960
+ "isExpression": false
1961
+ }
1962
+ ],
1963
+ "isUnique": false,
1964
+ "where": null,
1965
+ "origin": "manual",
1966
+ "name": "idx_users_slug",
1967
+ "entityType": "indexes",
1968
+ "table": "users"
1969
+ },
1970
+ {
1971
+ "columns": [
1972
+ {
1973
+ "value": "identifier",
1974
+ "isExpression": false
1975
+ }
1976
+ ],
1977
+ "isUnique": false,
1978
+ "where": null,
1979
+ "origin": "manual",
1980
+ "name": "idx_verifications_identifier",
1981
+ "entityType": "indexes",
1982
+ "table": "verifications"
1983
+ },
1984
+ {
1985
+ "columns": [
1986
+ "provider_id",
1987
+ "account_id"
1988
+ ],
1989
+ "nameExplicit": true,
1990
+ "name": "idx_accounts_provider",
1991
+ "entityType": "uniques",
1992
+ "table": "accounts"
1993
+ },
1994
+ {
1995
+ "columns": [
1996
+ "agent_id",
1997
+ "connection_id"
1998
+ ],
1999
+ "nameExplicit": false,
2000
+ "name": "agent_connections_agent_id_connection_id_unique",
2001
+ "entityType": "uniques",
2002
+ "table": "agent_connections"
2003
+ },
2004
+ {
2005
+ "columns": [
2006
+ "agent_id"
2007
+ ],
2008
+ "nameExplicit": false,
2009
+ "name": "agents_agent_id_unique",
2010
+ "entityType": "uniques",
2011
+ "table": "agents"
2012
+ },
2013
+ {
2014
+ "columns": [
2015
+ "slug"
2016
+ ],
2017
+ "nameExplicit": false,
2018
+ "name": "capabilities_slug_unique",
2019
+ "entityType": "uniques",
2020
+ "table": "capabilities"
2021
+ },
2022
+ {
2023
+ "columns": [
2024
+ "code"
2025
+ ],
2026
+ "nameExplicit": false,
2027
+ "name": "claim_codes_code_unique",
2028
+ "entityType": "uniques",
2029
+ "table": "claim_codes"
2030
+ },
2031
+ {
2032
+ "columns": [
2033
+ "token"
2034
+ ],
2035
+ "nameExplicit": false,
2036
+ "name": "sessions_token_unique",
2037
+ "entityType": "uniques",
2038
+ "table": "sessions"
2039
+ },
2040
+ {
2041
+ "columns": [
2042
+ "slug"
2043
+ ],
2044
+ "nameExplicit": false,
2045
+ "name": "skills_slug_unique",
2046
+ "entityType": "uniques",
2047
+ "table": "skills"
2048
+ },
2049
+ {
2050
+ "columns": [
2051
+ "email"
2052
+ ],
2053
+ "nameExplicit": false,
2054
+ "name": "users_email_unique",
2055
+ "entityType": "uniques",
2056
+ "table": "users"
2057
+ }
2058
+ ],
2059
+ "renames": []
2060
+ }