nao-core 0.0.22__py3-none-any.whl → 0.0.26__py3-none-any.whl

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 (55) hide show
  1. nao_core/__init__.py +1 -1
  2. nao_core/bin/.nao-secret +1 -0
  3. nao_core/bin/fastapi/main.py +1 -2
  4. nao_core/bin/migrations-postgres/0001_message_feedback.sql +9 -0
  5. nao_core/bin/migrations-postgres/0002_chat_message_stop_reason_and_error_message.sql +2 -0
  6. nao_core/bin/migrations-postgres/0003_handle_slack_with_thread.sql +2 -0
  7. nao_core/bin/migrations-postgres/meta/0001_snapshot.json +766 -0
  8. nao_core/bin/migrations-postgres/meta/0002_snapshot.json +778 -0
  9. nao_core/bin/migrations-postgres/meta/0003_snapshot.json +799 -0
  10. nao_core/bin/migrations-postgres/meta/_journal.json +21 -0
  11. nao_core/bin/migrations-sqlite/0001_message_feedback.sql +8 -0
  12. nao_core/bin/migrations-sqlite/0002_chat_message_stop_reason_and_error_message.sql +2 -0
  13. nao_core/bin/migrations-sqlite/0003_handle_slack_with_thread.sql +2 -0
  14. nao_core/bin/migrations-sqlite/meta/0001_snapshot.json +735 -0
  15. nao_core/bin/migrations-sqlite/meta/0002_snapshot.json +749 -0
  16. nao_core/bin/migrations-sqlite/meta/0003_snapshot.json +763 -0
  17. nao_core/bin/migrations-sqlite/meta/_journal.json +21 -0
  18. nao_core/bin/nao-chat-server +0 -0
  19. nao_core/bin/public/assets/_chat-layout-BTlqRUE5.js +1 -0
  20. nao_core/bin/public/assets/{_chat-layout.index-CWlZ1WSD.js → _chat-layout.index-DOARokp1.js} +1 -1
  21. nao_core/bin/public/assets/agentProvider-C6dGIy-H.js +1 -0
  22. nao_core/bin/public/assets/button-By_1dzVx.js +1 -0
  23. nao_core/bin/public/assets/{code-block-F6WJLWQG-BdtbfwZl.js → code-block-F6WJLWQG-EQr6mTlQ.js} +3 -3
  24. nao_core/bin/public/assets/folder-DnRS5rg3.js +1 -0
  25. nao_core/bin/public/assets/index-CElAN2SH.css +1 -0
  26. nao_core/bin/public/assets/index-ZTHASguQ.js +59 -0
  27. nao_core/bin/public/assets/input-CUQA5tsi.js +1 -0
  28. nao_core/bin/public/assets/login-BUQDum3t.js +1 -0
  29. nao_core/bin/public/assets/{mermaid-FSSLJTFX-_2mzlJwk.js → mermaid-FSSLJTFX-Dc6ZvCPw.js} +120 -75
  30. nao_core/bin/public/assets/sidebar-bgEk7Xg8.js +1 -0
  31. nao_core/bin/public/assets/signinForm-CGAhnAkv.js +1 -0
  32. nao_core/bin/public/assets/signup-D2n11La3.js +1 -0
  33. nao_core/bin/public/assets/user-CYl8Tly2.js +1 -0
  34. nao_core/bin/public/index.html +2 -2
  35. nao_core/bin/public/nao-square-logo.png +0 -0
  36. nao_core/commands/chat.py +50 -0
  37. nao_core/commands/init.py +34 -1
  38. nao_core/config/__init__.py +2 -0
  39. nao_core/config/base.py +2 -0
  40. nao_core/config/llm/__init__.py +1 -0
  41. nao_core/config/slack/__init__.py +12 -0
  42. {nao_core-0.0.22.dist-info → nao_core-0.0.26.dist-info}/METADATA +1 -1
  43. nao_core-0.0.26.dist-info/RECORD +69 -0
  44. nao_core/bin/public/assets/_chat-layout-BSDXwLlM.js +0 -1
  45. nao_core/bin/public/assets/agentProvider-BkGOwLc-.js +0 -1
  46. nao_core/bin/public/assets/createLucideIcon-CAzRYUZ0.js +0 -1
  47. nao_core/bin/public/assets/index-DD1IB790.css +0 -1
  48. nao_core/bin/public/assets/index-gWi3S-SV.js +0 -59
  49. nao_core/bin/public/assets/login-BEFjZaUF.js +0 -1
  50. nao_core/bin/public/assets/signinForm-D97br205.js +0 -1
  51. nao_core/bin/public/assets/signup-CU4v0Hqr.js +0 -1
  52. nao_core-0.0.22.dist-info/RECORD +0 -50
  53. {nao_core-0.0.22.dist-info → nao_core-0.0.26.dist-info}/WHEEL +0 -0
  54. {nao_core-0.0.22.dist-info → nao_core-0.0.26.dist-info}/entry_points.txt +0 -0
  55. {nao_core-0.0.22.dist-info → nao_core-0.0.26.dist-info}/licenses/LICENSE +0 -0
@@ -0,0 +1,749 @@
1
+ {
2
+ "version": "6",
3
+ "dialect": "sqlite",
4
+ "id": "01055fdb-6848-4d6e-a06e-3b913c64b964",
5
+ "prevId": "6adecbc1-b90c-472b-a671-07a59c942e06",
6
+ "tables": {
7
+ "account": {
8
+ "name": "account",
9
+ "columns": {
10
+ "id": {
11
+ "name": "id",
12
+ "type": "text",
13
+ "primaryKey": true,
14
+ "notNull": true,
15
+ "autoincrement": false
16
+ },
17
+ "account_id": {
18
+ "name": "account_id",
19
+ "type": "text",
20
+ "primaryKey": false,
21
+ "notNull": true,
22
+ "autoincrement": false
23
+ },
24
+ "provider_id": {
25
+ "name": "provider_id",
26
+ "type": "text",
27
+ "primaryKey": false,
28
+ "notNull": true,
29
+ "autoincrement": false
30
+ },
31
+ "user_id": {
32
+ "name": "user_id",
33
+ "type": "text",
34
+ "primaryKey": false,
35
+ "notNull": true,
36
+ "autoincrement": false
37
+ },
38
+ "access_token": {
39
+ "name": "access_token",
40
+ "type": "text",
41
+ "primaryKey": false,
42
+ "notNull": false,
43
+ "autoincrement": false
44
+ },
45
+ "refresh_token": {
46
+ "name": "refresh_token",
47
+ "type": "text",
48
+ "primaryKey": false,
49
+ "notNull": false,
50
+ "autoincrement": false
51
+ },
52
+ "id_token": {
53
+ "name": "id_token",
54
+ "type": "text",
55
+ "primaryKey": false,
56
+ "notNull": false,
57
+ "autoincrement": false
58
+ },
59
+ "access_token_expires_at": {
60
+ "name": "access_token_expires_at",
61
+ "type": "integer",
62
+ "primaryKey": false,
63
+ "notNull": false,
64
+ "autoincrement": false
65
+ },
66
+ "refresh_token_expires_at": {
67
+ "name": "refresh_token_expires_at",
68
+ "type": "integer",
69
+ "primaryKey": false,
70
+ "notNull": false,
71
+ "autoincrement": false
72
+ },
73
+ "scope": {
74
+ "name": "scope",
75
+ "type": "text",
76
+ "primaryKey": false,
77
+ "notNull": false,
78
+ "autoincrement": false
79
+ },
80
+ "password": {
81
+ "name": "password",
82
+ "type": "text",
83
+ "primaryKey": false,
84
+ "notNull": false,
85
+ "autoincrement": false
86
+ },
87
+ "created_at": {
88
+ "name": "created_at",
89
+ "type": "integer",
90
+ "primaryKey": false,
91
+ "notNull": true,
92
+ "autoincrement": false,
93
+ "default": "(cast(unixepoch('subsecond') * 1000 as integer))"
94
+ },
95
+ "updated_at": {
96
+ "name": "updated_at",
97
+ "type": "integer",
98
+ "primaryKey": false,
99
+ "notNull": true,
100
+ "autoincrement": false
101
+ }
102
+ },
103
+ "indexes": {
104
+ "account_userId_idx": {
105
+ "name": "account_userId_idx",
106
+ "columns": [
107
+ "user_id"
108
+ ],
109
+ "isUnique": false
110
+ }
111
+ },
112
+ "foreignKeys": {
113
+ "account_user_id_user_id_fk": {
114
+ "name": "account_user_id_user_id_fk",
115
+ "tableFrom": "account",
116
+ "tableTo": "user",
117
+ "columnsFrom": [
118
+ "user_id"
119
+ ],
120
+ "columnsTo": [
121
+ "id"
122
+ ],
123
+ "onDelete": "cascade",
124
+ "onUpdate": "no action"
125
+ }
126
+ },
127
+ "compositePrimaryKeys": {},
128
+ "uniqueConstraints": {},
129
+ "checkConstraints": {}
130
+ },
131
+ "chat": {
132
+ "name": "chat",
133
+ "columns": {
134
+ "id": {
135
+ "name": "id",
136
+ "type": "text",
137
+ "primaryKey": true,
138
+ "notNull": true,
139
+ "autoincrement": false
140
+ },
141
+ "user_id": {
142
+ "name": "user_id",
143
+ "type": "text",
144
+ "primaryKey": false,
145
+ "notNull": true,
146
+ "autoincrement": false
147
+ },
148
+ "title": {
149
+ "name": "title",
150
+ "type": "text",
151
+ "primaryKey": false,
152
+ "notNull": true,
153
+ "autoincrement": false,
154
+ "default": "'New Conversation'"
155
+ },
156
+ "created_at": {
157
+ "name": "created_at",
158
+ "type": "integer",
159
+ "primaryKey": false,
160
+ "notNull": true,
161
+ "autoincrement": false,
162
+ "default": "(cast(unixepoch('subsecond') * 1000 as integer))"
163
+ },
164
+ "updated_at": {
165
+ "name": "updated_at",
166
+ "type": "integer",
167
+ "primaryKey": false,
168
+ "notNull": true,
169
+ "autoincrement": false,
170
+ "default": "(cast(unixepoch('subsecond') * 1000 as integer))"
171
+ }
172
+ },
173
+ "indexes": {
174
+ "chat_userId_idx": {
175
+ "name": "chat_userId_idx",
176
+ "columns": [
177
+ "user_id"
178
+ ],
179
+ "isUnique": false
180
+ }
181
+ },
182
+ "foreignKeys": {
183
+ "chat_user_id_user_id_fk": {
184
+ "name": "chat_user_id_user_id_fk",
185
+ "tableFrom": "chat",
186
+ "tableTo": "user",
187
+ "columnsFrom": [
188
+ "user_id"
189
+ ],
190
+ "columnsTo": [
191
+ "id"
192
+ ],
193
+ "onDelete": "cascade",
194
+ "onUpdate": "no action"
195
+ }
196
+ },
197
+ "compositePrimaryKeys": {},
198
+ "uniqueConstraints": {},
199
+ "checkConstraints": {}
200
+ },
201
+ "chat_message": {
202
+ "name": "chat_message",
203
+ "columns": {
204
+ "id": {
205
+ "name": "id",
206
+ "type": "text",
207
+ "primaryKey": true,
208
+ "notNull": true,
209
+ "autoincrement": false
210
+ },
211
+ "chat_id": {
212
+ "name": "chat_id",
213
+ "type": "text",
214
+ "primaryKey": false,
215
+ "notNull": true,
216
+ "autoincrement": false
217
+ },
218
+ "role": {
219
+ "name": "role",
220
+ "type": "text",
221
+ "primaryKey": false,
222
+ "notNull": true,
223
+ "autoincrement": false
224
+ },
225
+ "stop_reason": {
226
+ "name": "stop_reason",
227
+ "type": "text",
228
+ "primaryKey": false,
229
+ "notNull": false,
230
+ "autoincrement": false
231
+ },
232
+ "error_message": {
233
+ "name": "error_message",
234
+ "type": "text",
235
+ "primaryKey": false,
236
+ "notNull": false,
237
+ "autoincrement": false
238
+ },
239
+ "created_at": {
240
+ "name": "created_at",
241
+ "type": "integer",
242
+ "primaryKey": false,
243
+ "notNull": true,
244
+ "autoincrement": false,
245
+ "default": "(cast(unixepoch('subsecond') * 1000 as integer))"
246
+ }
247
+ },
248
+ "indexes": {
249
+ "chat_message_chatId_idx": {
250
+ "name": "chat_message_chatId_idx",
251
+ "columns": [
252
+ "chat_id"
253
+ ],
254
+ "isUnique": false
255
+ },
256
+ "chat_message_createdAt_idx": {
257
+ "name": "chat_message_createdAt_idx",
258
+ "columns": [
259
+ "created_at"
260
+ ],
261
+ "isUnique": false
262
+ }
263
+ },
264
+ "foreignKeys": {
265
+ "chat_message_chat_id_chat_id_fk": {
266
+ "name": "chat_message_chat_id_chat_id_fk",
267
+ "tableFrom": "chat_message",
268
+ "tableTo": "chat",
269
+ "columnsFrom": [
270
+ "chat_id"
271
+ ],
272
+ "columnsTo": [
273
+ "id"
274
+ ],
275
+ "onDelete": "cascade",
276
+ "onUpdate": "no action"
277
+ }
278
+ },
279
+ "compositePrimaryKeys": {},
280
+ "uniqueConstraints": {},
281
+ "checkConstraints": {}
282
+ },
283
+ "message_feedback": {
284
+ "name": "message_feedback",
285
+ "columns": {
286
+ "message_id": {
287
+ "name": "message_id",
288
+ "type": "text",
289
+ "primaryKey": true,
290
+ "notNull": true,
291
+ "autoincrement": false
292
+ },
293
+ "vote": {
294
+ "name": "vote",
295
+ "type": "text",
296
+ "primaryKey": false,
297
+ "notNull": true,
298
+ "autoincrement": false
299
+ },
300
+ "explanation": {
301
+ "name": "explanation",
302
+ "type": "text",
303
+ "primaryKey": false,
304
+ "notNull": false,
305
+ "autoincrement": false
306
+ },
307
+ "created_at": {
308
+ "name": "created_at",
309
+ "type": "integer",
310
+ "primaryKey": false,
311
+ "notNull": true,
312
+ "autoincrement": false,
313
+ "default": "(cast(unixepoch('subsecond') * 1000 as integer))"
314
+ },
315
+ "updated_at": {
316
+ "name": "updated_at",
317
+ "type": "integer",
318
+ "primaryKey": false,
319
+ "notNull": true,
320
+ "autoincrement": false,
321
+ "default": "(cast(unixepoch('subsecond') * 1000 as integer))"
322
+ }
323
+ },
324
+ "indexes": {},
325
+ "foreignKeys": {
326
+ "message_feedback_message_id_chat_message_id_fk": {
327
+ "name": "message_feedback_message_id_chat_message_id_fk",
328
+ "tableFrom": "message_feedback",
329
+ "tableTo": "chat_message",
330
+ "columnsFrom": [
331
+ "message_id"
332
+ ],
333
+ "columnsTo": [
334
+ "id"
335
+ ],
336
+ "onDelete": "cascade",
337
+ "onUpdate": "no action"
338
+ }
339
+ },
340
+ "compositePrimaryKeys": {},
341
+ "uniqueConstraints": {},
342
+ "checkConstraints": {}
343
+ },
344
+ "message_part": {
345
+ "name": "message_part",
346
+ "columns": {
347
+ "id": {
348
+ "name": "id",
349
+ "type": "text",
350
+ "primaryKey": true,
351
+ "notNull": true,
352
+ "autoincrement": false
353
+ },
354
+ "message_id": {
355
+ "name": "message_id",
356
+ "type": "text",
357
+ "primaryKey": false,
358
+ "notNull": true,
359
+ "autoincrement": false
360
+ },
361
+ "order": {
362
+ "name": "order",
363
+ "type": "integer",
364
+ "primaryKey": false,
365
+ "notNull": true,
366
+ "autoincrement": false
367
+ },
368
+ "created_at": {
369
+ "name": "created_at",
370
+ "type": "integer",
371
+ "primaryKey": false,
372
+ "notNull": true,
373
+ "autoincrement": false,
374
+ "default": "(cast(unixepoch('subsecond') * 1000 as integer))"
375
+ },
376
+ "type": {
377
+ "name": "type",
378
+ "type": "text",
379
+ "primaryKey": false,
380
+ "notNull": true,
381
+ "autoincrement": false
382
+ },
383
+ "text": {
384
+ "name": "text",
385
+ "type": "text",
386
+ "primaryKey": false,
387
+ "notNull": false,
388
+ "autoincrement": false
389
+ },
390
+ "reasoning_text": {
391
+ "name": "reasoning_text",
392
+ "type": "text",
393
+ "primaryKey": false,
394
+ "notNull": false,
395
+ "autoincrement": false
396
+ },
397
+ "tool_call_id": {
398
+ "name": "tool_call_id",
399
+ "type": "text",
400
+ "primaryKey": false,
401
+ "notNull": false,
402
+ "autoincrement": false
403
+ },
404
+ "tool_name": {
405
+ "name": "tool_name",
406
+ "type": "text",
407
+ "primaryKey": false,
408
+ "notNull": false,
409
+ "autoincrement": false
410
+ },
411
+ "tool_state": {
412
+ "name": "tool_state",
413
+ "type": "text",
414
+ "primaryKey": false,
415
+ "notNull": false,
416
+ "autoincrement": false
417
+ },
418
+ "tool_error_text": {
419
+ "name": "tool_error_text",
420
+ "type": "text",
421
+ "primaryKey": false,
422
+ "notNull": false,
423
+ "autoincrement": false
424
+ },
425
+ "tool_input": {
426
+ "name": "tool_input",
427
+ "type": "text",
428
+ "primaryKey": false,
429
+ "notNull": false,
430
+ "autoincrement": false
431
+ },
432
+ "tool_output": {
433
+ "name": "tool_output",
434
+ "type": "text",
435
+ "primaryKey": false,
436
+ "notNull": false,
437
+ "autoincrement": false
438
+ },
439
+ "tool_approval_id": {
440
+ "name": "tool_approval_id",
441
+ "type": "text",
442
+ "primaryKey": false,
443
+ "notNull": false,
444
+ "autoincrement": false
445
+ },
446
+ "tool_approval_approved": {
447
+ "name": "tool_approval_approved",
448
+ "type": "integer",
449
+ "primaryKey": false,
450
+ "notNull": false,
451
+ "autoincrement": false
452
+ },
453
+ "tool_approval_reason": {
454
+ "name": "tool_approval_reason",
455
+ "type": "text",
456
+ "primaryKey": false,
457
+ "notNull": false,
458
+ "autoincrement": false
459
+ }
460
+ },
461
+ "indexes": {
462
+ "parts_message_id_idx": {
463
+ "name": "parts_message_id_idx",
464
+ "columns": [
465
+ "message_id"
466
+ ],
467
+ "isUnique": false
468
+ },
469
+ "parts_message_id_order_idx": {
470
+ "name": "parts_message_id_order_idx",
471
+ "columns": [
472
+ "message_id",
473
+ "order"
474
+ ],
475
+ "isUnique": false
476
+ }
477
+ },
478
+ "foreignKeys": {
479
+ "message_part_message_id_chat_message_id_fk": {
480
+ "name": "message_part_message_id_chat_message_id_fk",
481
+ "tableFrom": "message_part",
482
+ "tableTo": "chat_message",
483
+ "columnsFrom": [
484
+ "message_id"
485
+ ],
486
+ "columnsTo": [
487
+ "id"
488
+ ],
489
+ "onDelete": "cascade",
490
+ "onUpdate": "no action"
491
+ }
492
+ },
493
+ "compositePrimaryKeys": {},
494
+ "uniqueConstraints": {},
495
+ "checkConstraints": {
496
+ "text_required_if_type_is_text": {
497
+ "name": "text_required_if_type_is_text",
498
+ "value": "CASE WHEN \"message_part\".\"type\" = 'text' THEN \"message_part\".\"text\" IS NOT NULL ELSE TRUE END"
499
+ },
500
+ "reasoning_text_required_if_type_is_reasoning": {
501
+ "name": "reasoning_text_required_if_type_is_reasoning",
502
+ "value": "CASE WHEN \"message_part\".\"type\" = 'reasoning' THEN \"message_part\".\"reasoning_text\" IS NOT NULL ELSE TRUE END"
503
+ },
504
+ "tool_call_fields_required": {
505
+ "name": "tool_call_fields_required",
506
+ "value": "CASE WHEN \"message_part\".\"type\" LIKE 'tool-%' THEN \"message_part\".\"tool_call_id\" IS NOT NULL AND \"message_part\".\"tool_state\" IS NOT NULL ELSE TRUE END"
507
+ }
508
+ }
509
+ },
510
+ "session": {
511
+ "name": "session",
512
+ "columns": {
513
+ "id": {
514
+ "name": "id",
515
+ "type": "text",
516
+ "primaryKey": true,
517
+ "notNull": true,
518
+ "autoincrement": false
519
+ },
520
+ "expires_at": {
521
+ "name": "expires_at",
522
+ "type": "integer",
523
+ "primaryKey": false,
524
+ "notNull": true,
525
+ "autoincrement": false
526
+ },
527
+ "token": {
528
+ "name": "token",
529
+ "type": "text",
530
+ "primaryKey": false,
531
+ "notNull": true,
532
+ "autoincrement": false
533
+ },
534
+ "created_at": {
535
+ "name": "created_at",
536
+ "type": "integer",
537
+ "primaryKey": false,
538
+ "notNull": true,
539
+ "autoincrement": false,
540
+ "default": "(cast(unixepoch('subsecond') * 1000 as integer))"
541
+ },
542
+ "updated_at": {
543
+ "name": "updated_at",
544
+ "type": "integer",
545
+ "primaryKey": false,
546
+ "notNull": true,
547
+ "autoincrement": false
548
+ },
549
+ "ip_address": {
550
+ "name": "ip_address",
551
+ "type": "text",
552
+ "primaryKey": false,
553
+ "notNull": false,
554
+ "autoincrement": false
555
+ },
556
+ "user_agent": {
557
+ "name": "user_agent",
558
+ "type": "text",
559
+ "primaryKey": false,
560
+ "notNull": false,
561
+ "autoincrement": false
562
+ },
563
+ "user_id": {
564
+ "name": "user_id",
565
+ "type": "text",
566
+ "primaryKey": false,
567
+ "notNull": true,
568
+ "autoincrement": false
569
+ }
570
+ },
571
+ "indexes": {
572
+ "session_token_unique": {
573
+ "name": "session_token_unique",
574
+ "columns": [
575
+ "token"
576
+ ],
577
+ "isUnique": true
578
+ },
579
+ "session_userId_idx": {
580
+ "name": "session_userId_idx",
581
+ "columns": [
582
+ "user_id"
583
+ ],
584
+ "isUnique": false
585
+ }
586
+ },
587
+ "foreignKeys": {
588
+ "session_user_id_user_id_fk": {
589
+ "name": "session_user_id_user_id_fk",
590
+ "tableFrom": "session",
591
+ "tableTo": "user",
592
+ "columnsFrom": [
593
+ "user_id"
594
+ ],
595
+ "columnsTo": [
596
+ "id"
597
+ ],
598
+ "onDelete": "cascade",
599
+ "onUpdate": "no action"
600
+ }
601
+ },
602
+ "compositePrimaryKeys": {},
603
+ "uniqueConstraints": {},
604
+ "checkConstraints": {}
605
+ },
606
+ "user": {
607
+ "name": "user",
608
+ "columns": {
609
+ "id": {
610
+ "name": "id",
611
+ "type": "text",
612
+ "primaryKey": true,
613
+ "notNull": true,
614
+ "autoincrement": false
615
+ },
616
+ "name": {
617
+ "name": "name",
618
+ "type": "text",
619
+ "primaryKey": false,
620
+ "notNull": true,
621
+ "autoincrement": false
622
+ },
623
+ "email": {
624
+ "name": "email",
625
+ "type": "text",
626
+ "primaryKey": false,
627
+ "notNull": true,
628
+ "autoincrement": false
629
+ },
630
+ "email_verified": {
631
+ "name": "email_verified",
632
+ "type": "integer",
633
+ "primaryKey": false,
634
+ "notNull": true,
635
+ "autoincrement": false,
636
+ "default": false
637
+ },
638
+ "image": {
639
+ "name": "image",
640
+ "type": "text",
641
+ "primaryKey": false,
642
+ "notNull": false,
643
+ "autoincrement": false
644
+ },
645
+ "created_at": {
646
+ "name": "created_at",
647
+ "type": "integer",
648
+ "primaryKey": false,
649
+ "notNull": true,
650
+ "autoincrement": false,
651
+ "default": "(cast(unixepoch('subsecond') * 1000 as integer))"
652
+ },
653
+ "updated_at": {
654
+ "name": "updated_at",
655
+ "type": "integer",
656
+ "primaryKey": false,
657
+ "notNull": true,
658
+ "autoincrement": false,
659
+ "default": "(cast(unixepoch('subsecond') * 1000 as integer))"
660
+ }
661
+ },
662
+ "indexes": {
663
+ "user_email_unique": {
664
+ "name": "user_email_unique",
665
+ "columns": [
666
+ "email"
667
+ ],
668
+ "isUnique": true
669
+ }
670
+ },
671
+ "foreignKeys": {},
672
+ "compositePrimaryKeys": {},
673
+ "uniqueConstraints": {},
674
+ "checkConstraints": {}
675
+ },
676
+ "verification": {
677
+ "name": "verification",
678
+ "columns": {
679
+ "id": {
680
+ "name": "id",
681
+ "type": "text",
682
+ "primaryKey": true,
683
+ "notNull": true,
684
+ "autoincrement": false
685
+ },
686
+ "identifier": {
687
+ "name": "identifier",
688
+ "type": "text",
689
+ "primaryKey": false,
690
+ "notNull": true,
691
+ "autoincrement": false
692
+ },
693
+ "value": {
694
+ "name": "value",
695
+ "type": "text",
696
+ "primaryKey": false,
697
+ "notNull": true,
698
+ "autoincrement": false
699
+ },
700
+ "expires_at": {
701
+ "name": "expires_at",
702
+ "type": "integer",
703
+ "primaryKey": false,
704
+ "notNull": true,
705
+ "autoincrement": false
706
+ },
707
+ "created_at": {
708
+ "name": "created_at",
709
+ "type": "integer",
710
+ "primaryKey": false,
711
+ "notNull": true,
712
+ "autoincrement": false,
713
+ "default": "(cast(unixepoch('subsecond') * 1000 as integer))"
714
+ },
715
+ "updated_at": {
716
+ "name": "updated_at",
717
+ "type": "integer",
718
+ "primaryKey": false,
719
+ "notNull": true,
720
+ "autoincrement": false,
721
+ "default": "(cast(unixepoch('subsecond') * 1000 as integer))"
722
+ }
723
+ },
724
+ "indexes": {
725
+ "verification_identifier_idx": {
726
+ "name": "verification_identifier_idx",
727
+ "columns": [
728
+ "identifier"
729
+ ],
730
+ "isUnique": false
731
+ }
732
+ },
733
+ "foreignKeys": {},
734
+ "compositePrimaryKeys": {},
735
+ "uniqueConstraints": {},
736
+ "checkConstraints": {}
737
+ }
738
+ },
739
+ "views": {},
740
+ "enums": {},
741
+ "_meta": {
742
+ "schemas": {},
743
+ "tables": {},
744
+ "columns": {}
745
+ },
746
+ "internal": {
747
+ "indexes": {}
748
+ }
749
+ }