@slaw-ai/db 2026.611.0

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 (590) hide show
  1. package/LICENSE +26 -0
  2. package/dist/backup-lib.d.ts +42 -0
  3. package/dist/backup-lib.d.ts.map +1 -0
  4. package/dist/backup-lib.js +862 -0
  5. package/dist/backup-lib.js.map +1 -0
  6. package/dist/backup-lib.test.d.ts +2 -0
  7. package/dist/backup-lib.test.d.ts.map +1 -0
  8. package/dist/backup-lib.test.js +376 -0
  9. package/dist/backup-lib.test.js.map +1 -0
  10. package/dist/backup.d.ts +2 -0
  11. package/dist/backup.d.ts.map +1 -0
  12. package/dist/backup.js +77 -0
  13. package/dist/backup.js.map +1 -0
  14. package/dist/check-migration-numbering.d.ts +2 -0
  15. package/dist/check-migration-numbering.d.ts.map +1 -0
  16. package/dist/check-migration-numbering.js +64 -0
  17. package/dist/check-migration-numbering.js.map +1 -0
  18. package/dist/client.d.ts +43 -0
  19. package/dist/client.d.ts.map +1 -0
  20. package/dist/client.js +586 -0
  21. package/dist/client.js.map +1 -0
  22. package/dist/client.test.d.ts +2 -0
  23. package/dist/client.test.d.ts.map +1 -0
  24. package/dist/client.test.js +400 -0
  25. package/dist/client.test.js.map +1 -0
  26. package/dist/embedded-postgres-error.d.ts +9 -0
  27. package/dist/embedded-postgres-error.d.ts.map +1 -0
  28. package/dist/embedded-postgres-error.js +73 -0
  29. package/dist/embedded-postgres-error.js.map +1 -0
  30. package/dist/embedded-postgres-error.test.d.ts +2 -0
  31. package/dist/embedded-postgres-error.test.d.ts.map +1 -0
  32. package/dist/embedded-postgres-error.test.js +25 -0
  33. package/dist/embedded-postgres-error.test.js.map +1 -0
  34. package/dist/embedded-postgres-native.d.ts +3 -0
  35. package/dist/embedded-postgres-native.d.ts.map +1 -0
  36. package/dist/embedded-postgres-native.js +83 -0
  37. package/dist/embedded-postgres-native.js.map +1 -0
  38. package/dist/embedded-postgres-native.test.d.ts +2 -0
  39. package/dist/embedded-postgres-native.test.d.ts.map +1 -0
  40. package/dist/embedded-postgres-native.test.js +36 -0
  41. package/dist/embedded-postgres-native.test.js.map +1 -0
  42. package/dist/index.d.ts +9 -0
  43. package/dist/index.d.ts.map +1 -0
  44. package/dist/index.js +9 -0
  45. package/dist/index.js.map +1 -0
  46. package/dist/migrate.d.ts +2 -0
  47. package/dist/migrate.d.ts.map +1 -0
  48. package/dist/migrate.js +25 -0
  49. package/dist/migrate.js.map +1 -0
  50. package/dist/migration-runtime.d.ts +7 -0
  51. package/dist/migration-runtime.d.ts.map +1 -0
  52. package/dist/migration-runtime.js +159 -0
  53. package/dist/migration-runtime.js.map +1 -0
  54. package/dist/migration-status.d.ts +2 -0
  55. package/dist/migration-status.d.ts.map +1 -0
  56. package/dist/migration-status.js +55 -0
  57. package/dist/migration-status.js.map +1 -0
  58. package/dist/migrations/0000_mature_masked_marvel.sql +208 -0
  59. package/dist/migrations/0001_fast_northstar.sql +87 -0
  60. package/dist/migrations/0002_big_zaladane.sql +1 -0
  61. package/dist/migrations/0003_shallow_quentin_quire.sql +5 -0
  62. package/dist/migrations/0004_issue_identifiers.sql +28 -0
  63. package/dist/migrations/0005_chief_luke_cage.sql +19 -0
  64. package/dist/migrations/0006_overjoyed_mister_sinister.sql +36 -0
  65. package/dist/migrations/0007_new_quentin_quire.sql +20 -0
  66. package/dist/migrations/0008_amused_zzzax.sql +1 -0
  67. package/dist/migrations/0009_fast_jackal.sql +36 -0
  68. package/dist/migrations/0010_stale_justin_hammer.sql +37 -0
  69. package/dist/migrations/0011_windy_corsair.sql +18 -0
  70. package/dist/migrations/0012_perpetual_ser_duncan.sql +2 -0
  71. package/dist/migrations/0013_dashing_wasp.sql +4 -0
  72. package/dist/migrations/0014_many_mikhail_rasputin.sql +135 -0
  73. package/dist/migrations/0015_project_color_archived.sql +2 -0
  74. package/dist/migrations/0016_agent_icon.sql +1 -0
  75. package/dist/migrations/0017_tiresome_gabe_jones.sql +51 -0
  76. package/dist/migrations/0018_flat_sleepwalker.sql +26 -0
  77. package/dist/migrations/0019_public_victor_mancha.sql +18 -0
  78. package/dist/migrations/0020_white_anita_blake.sql +1 -0
  79. package/dist/migrations/0021_chief_vindicator.sql +1 -0
  80. package/dist/migrations/0022_squad_brand_color.sql +1 -0
  81. package/dist/migrations/0023_fair_lethal_legion.sql +3 -0
  82. package/dist/migrations/0024_far_beast.sql +2 -0
  83. package/dist/migrations/0025_nasty_salo.sql +15 -0
  84. package/dist/migrations/0026_lying_pete_wisdom.sql +39 -0
  85. package/dist/migrations/0027_tranquil_tenebrous.sql +2 -0
  86. package/dist/migrations/0028_harsh_goliath.sql +54 -0
  87. package/dist/migrations/0029_plugin_tables.sql +177 -0
  88. package/dist/migrations/0030_rich_magneto.sql +12 -0
  89. package/dist/migrations/0031_zippy_magma.sql +51 -0
  90. package/dist/migrations/0032_pretty_doctor_octopus.sql +102 -0
  91. package/dist/migrations/0033_shiny_black_tarantula.sql +2 -0
  92. package/dist/migrations/0034_fat_dormammu.sql +2 -0
  93. package/dist/migrations/0035_marvelous_satana.sql +91 -0
  94. package/dist/migrations/0036_cheerful_nitro.sql +9 -0
  95. package/dist/migrations/0037_friendly_eddie_brock.sql +29 -0
  96. package/dist/migrations/0038_careless_iron_monger.sql +5 -0
  97. package/dist/migrations/0039_fat_magneto.sql +161 -0
  98. package/dist/migrations/0040_eager_shotgun.sql +5 -0
  99. package/dist/migrations/0041_curly_maria_hill.sql +1 -0
  100. package/dist/migrations/0042_spotty_the_renegades.sql +26 -0
  101. package/dist/migrations/0043_reflective_captain_universe.sql +6 -0
  102. package/dist/migrations/0044_illegal_toad.sql +56 -0
  103. package/dist/migrations/0045_workable_shockwave.sql +17 -0
  104. package/dist/migrations/0046_smooth_sentinels.sql +11 -0
  105. package/dist/migrations/0047_overjoyed_groot.sql +102 -0
  106. package/dist/migrations/0048_flashy_marrow.sql +1 -0
  107. package/dist/migrations/0049_flawless_abomination.sql +21 -0
  108. package/dist/migrations/0050_stiff_luckman.sql +1 -0
  109. package/dist/migrations/0051_young_korg.sql +5 -0
  110. package/dist/migrations/0052_mushy_trauma.sql +26 -0
  111. package/dist/migrations/0053_sharp_wild_child.sql +18 -0
  112. package/dist/migrations/0054_draft_routines.sql +2 -0
  113. package/dist/migrations/0055_kind_weapon_omega.sql +1 -0
  114. package/dist/migrations/0056_spooky_ultragirl.sql +22 -0
  115. package/dist/migrations/0057_tidy_join_requests.sql +57 -0
  116. package/dist/migrations/0058_wealthy_starbolt.sql +6 -0
  117. package/dist/migrations/0059_plugin_database_namespaces.sql +41 -0
  118. package/dist/migrations/0060_orange_annihilus.sql +50 -0
  119. package/dist/migrations/0061_lively_thor_girl.sql +3 -0
  120. package/dist/migrations/0062_routine_run_dispatch_fingerprint.sql +9 -0
  121. package/dist/migrations/0063_issue_thread_interactions.sql +65 -0
  122. package/dist/migrations/0064_issue_thread_interaction_idempotency.sql +4 -0
  123. package/dist/migrations/0065_environments.sql +50 -0
  124. package/dist/migrations/0066_issue_tree_holds.sql +107 -0
  125. package/dist/migrations/0067_agent_default_environment.sql +3 -0
  126. package/dist/migrations/0068_environment_local_driver_unique.sql +2 -0
  127. package/dist/migrations/0069_liveness_recovery_dedupe.sql +13 -0
  128. package/dist/migrations/0070_active_run_output_watchdog.sql +70 -0
  129. package/dist/migrations/0071_default_hire_approval_off.sql +1 -0
  130. package/dist/migrations/0072_large_sandman.sql +6 -0
  131. package/dist/migrations/0073_shiny_salo.sql +1 -0
  132. package/dist/migrations/0074_striped_genesis.sql +4 -0
  133. package/dist/migrations/0075_cultured_sebastian_shaw.sql +7 -0
  134. package/dist/migrations/0076_useful_elektra.sql +29 -0
  135. package/dist/migrations/0077_unusual_karnak.sql +140 -0
  136. package/dist/migrations/0078_white_darwin.sql +3 -0
  137. package/dist/migrations/0079_squad_search_document_indexes.sql +2 -0
  138. package/dist/migrations/0080_squad_search_fuzzystrmatch.sql +1 -0
  139. package/dist/migrations/0081_optimal_dormammu.sql +1 -0
  140. package/dist/migrations/0082_dry_vision.sql +124 -0
  141. package/dist/migrations/0083_squad_secret_provider_configs.sql +51 -0
  142. package/dist/migrations/0084_issue_recovery_actions.sql +64 -0
  143. package/dist/migrations/0085_tranquil_the_executioner.sql +8 -0
  144. package/dist/migrations/0086_routine_env_runtime_contract.sql +8 -0
  145. package/dist/migrations/0087_backfill_environment_manage_human_defaults.sql +29 -0
  146. package/dist/migrations/0088_backfill_principal_access_compatibility.sql +75 -0
  147. package/dist/migrations/0089_cloud_upstreams.sql +71 -0
  148. package/dist/migrations/0090_resource_memberships.sql +55 -0
  149. package/dist/migrations/0091_old_swarm.sql +189 -0
  150. package/dist/migrations/0092_mighty_puma.sql +28 -0
  151. package/dist/migrations/0093_giant_green_goblin.sql +6 -0
  152. package/dist/migrations/0094_botfather_sync_state.sql +7 -0
  153. package/dist/migrations/0095_instance_limits.sql +10 -0
  154. package/dist/migrations/0096_squad_skills_tower_managed.sql +4 -0
  155. package/dist/migrations/0097_board_to_operator.sql +52 -0
  156. package/dist/migrations/0098_roles_to_leads.sql +13 -0
  157. package/dist/migrations/meta/0000_snapshot.json +1743 -0
  158. package/dist/migrations/meta/0001_snapshot.json +2441 -0
  159. package/dist/migrations/meta/0002_snapshot.json +2454 -0
  160. package/dist/migrations/meta/0003_snapshot.json +2502 -0
  161. package/dist/migrations/meta/0005_snapshot.json +2719 -0
  162. package/dist/migrations/meta/0006_snapshot.json +3048 -0
  163. package/dist/migrations/meta/0007_snapshot.json +3258 -0
  164. package/dist/migrations/meta/0008_snapshot.json +3264 -0
  165. package/dist/migrations/meta/0009_snapshot.json +3587 -0
  166. package/dist/migrations/meta/0010_snapshot.json +3929 -0
  167. package/dist/migrations/meta/0011_snapshot.json +4068 -0
  168. package/dist/migrations/meta/0012_snapshot.json +4087 -0
  169. package/dist/migrations/meta/0013_snapshot.json +4118 -0
  170. package/dist/migrations/meta/0014_snapshot.json +5187 -0
  171. package/dist/migrations/meta/0017_snapshot.json +5215 -0
  172. package/dist/migrations/meta/0018_snapshot.json +5450 -0
  173. package/dist/migrations/meta/0019_snapshot.json +5603 -0
  174. package/dist/migrations/meta/0020_snapshot.json +5603 -0
  175. package/dist/migrations/meta/0021_snapshot.json +5609 -0
  176. package/dist/migrations/meta/0023_snapshot.json +5633 -0
  177. package/dist/migrations/meta/0024_snapshot.json +5693 -0
  178. package/dist/migrations/meta/0025_snapshot.json +5849 -0
  179. package/dist/migrations/meta/0027_snapshot.json +6205 -0
  180. package/dist/migrations/meta/0028_snapshot.json +6710 -0
  181. package/dist/migrations/meta/0029_snapshot.json +7899 -0
  182. package/dist/migrations/meta/0030_snapshot.json +8003 -0
  183. package/dist/migrations/meta/0031_snapshot.json +7242 -0
  184. package/dist/migrations/meta/0032_snapshot.json +7733 -0
  185. package/dist/migrations/meta/0033_snapshot.json +9038 -0
  186. package/dist/migrations/meta/0034_snapshot.json +9039 -0
  187. package/dist/migrations/meta/0035_snapshot.json +9959 -0
  188. package/dist/migrations/meta/0036_snapshot.json +10023 -0
  189. package/dist/migrations/meta/0037_snapshot.json +10263 -0
  190. package/dist/migrations/meta/0038_snapshot.json +11350 -0
  191. package/dist/migrations/meta/0039_snapshot.json +10308 -0
  192. package/dist/migrations/meta/0040_snapshot.json +10481 -0
  193. package/dist/migrations/meta/0041_snapshot.json +11393 -0
  194. package/dist/migrations/meta/0044_snapshot.json +11701 -0
  195. package/dist/migrations/meta/0045_snapshot.json +11857 -0
  196. package/dist/migrations/meta/0046_snapshot.json +11870 -0
  197. package/dist/migrations/meta/0047_snapshot.json +12539 -0
  198. package/dist/migrations/meta/0048_snapshot.json +12546 -0
  199. package/dist/migrations/meta/0049_snapshot.json +12766 -0
  200. package/dist/migrations/meta/0050_snapshot.json +12772 -0
  201. package/dist/migrations/meta/0051_snapshot.json +12836 -0
  202. package/dist/migrations/meta/0052_snapshot.json +13057 -0
  203. package/dist/migrations/meta/0053_snapshot.json +12979 -0
  204. package/dist/migrations/meta/0055_snapshot.json +13206 -0
  205. package/dist/migrations/meta/0056_snapshot.json +13388 -0
  206. package/dist/migrations/meta/0057_snapshot.json +13432 -0
  207. package/dist/migrations/meta/0058_snapshot.json +13490 -0
  208. package/dist/migrations/meta/0060_snapshot.json +14023 -0
  209. package/dist/migrations/meta/0061_snapshot.json +14042 -0
  210. package/dist/migrations/meta/0072_snapshot.json +15852 -0
  211. package/dist/migrations/meta/0073_snapshot.json +15859 -0
  212. package/dist/migrations/meta/0074_snapshot.json +15887 -0
  213. package/dist/migrations/meta/0075_snapshot.json +15945 -0
  214. package/dist/migrations/meta/0077_snapshot.json +16355 -0
  215. package/dist/migrations/meta/0078_snapshot.json +16373 -0
  216. package/dist/migrations/meta/0081_snapshot.json +16380 -0
  217. package/dist/migrations/meta/0090_snapshot.json +17974 -0
  218. package/dist/migrations/meta/0091_snapshot.json +18843 -0
  219. package/dist/migrations/meta/0092_snapshot.json +19543 -0
  220. package/dist/migrations/meta/0093_snapshot.json +19543 -0
  221. package/dist/migrations/meta/_journal.json +699 -0
  222. package/dist/runtime-config.d.ts +16 -0
  223. package/dist/runtime-config.d.ts.map +1 -0
  224. package/dist/runtime-config.js +168 -0
  225. package/dist/runtime-config.js.map +1 -0
  226. package/dist/runtime-config.test.d.ts +2 -0
  227. package/dist/runtime-config.test.d.ts.map +1 -0
  228. package/dist/runtime-config.test.js +111 -0
  229. package/dist/runtime-config.test.js.map +1 -0
  230. package/dist/schema/activity_log.d.ts +197 -0
  231. package/dist/schema/activity_log.d.ts.map +1 -0
  232. package/dist/schema/activity_log.js +22 -0
  233. package/dist/schema/activity_log.js.map +1 -0
  234. package/dist/schema/agent_api_keys.d.ts +144 -0
  235. package/dist/schema/agent_api_keys.d.ts.map +1 -0
  236. package/dist/schema/agent_api_keys.js +17 -0
  237. package/dist/schema/agent_api_keys.js.map +1 -0
  238. package/dist/schema/agent_config_revisions.d.ts +201 -0
  239. package/dist/schema/agent_config_revisions.d.ts.map +1 -0
  240. package/dist/schema/agent_config_revisions.js +20 -0
  241. package/dist/schema/agent_config_revisions.js.map +1 -0
  242. package/dist/schema/agent_memberships.d.ts +127 -0
  243. package/dist/schema/agent_memberships.d.ts.map +1 -0
  244. package/dist/schema/agent_memberships.js +17 -0
  245. package/dist/schema/agent_memberships.js.map +1 -0
  246. package/dist/schema/agent_runtime_state.d.ts +248 -0
  247. package/dist/schema/agent_runtime_state.d.ts.map +1 -0
  248. package/dist/schema/agent_runtime_state.js +23 -0
  249. package/dist/schema/agent_runtime_state.js.map +1 -0
  250. package/dist/schema/agent_task_sessions.d.ts +197 -0
  251. package/dist/schema/agent_task_sessions.d.ts.map +1 -0
  252. package/dist/schema/agent_task_sessions.js +22 -0
  253. package/dist/schema/agent_task_sessions.js.map +1 -0
  254. package/dist/schema/agent_wakeup_requests.d.ts +333 -0
  255. package/dist/schema/agent_wakeup_requests.d.ts.map +1 -0
  256. package/dist/schema/agent_wakeup_requests.js +29 -0
  257. package/dist/schema/agent_wakeup_requests.js.map +1 -0
  258. package/dist/schema/agents.d.ts +390 -0
  259. package/dist/schema/agents.d.ts.map +1 -0
  260. package/dist/schema/agents.js +32 -0
  261. package/dist/schema/agents.js.map +1 -0
  262. package/dist/schema/approval_comments.d.ts +144 -0
  263. package/dist/schema/approval_comments.d.ts.map +1 -0
  264. package/dist/schema/approval_comments.js +19 -0
  265. package/dist/schema/approval_comments.js.map +1 -0
  266. package/dist/schema/approvals.d.ts +214 -0
  267. package/dist/schema/approvals.d.ts.map +1 -0
  268. package/dist/schema/approvals.js +20 -0
  269. package/dist/schema/approvals.js.map +1 -0
  270. package/dist/schema/assets.d.ts +212 -0
  271. package/dist/schema/assets.d.ts.map +1 -0
  272. package/dist/schema/assets.js +22 -0
  273. package/dist/schema/assets.js.map +1 -0
  274. package/dist/schema/auth.d.ts +607 -0
  275. package/dist/schema/auth.d.ts.map +1 -0
  276. package/dist/schema/auth.js +44 -0
  277. package/dist/schema/auth.js.map +1 -0
  278. package/dist/schema/botfather_sync_state.d.ts +103 -0
  279. package/dist/schema/botfather_sync_state.d.ts.map +1 -0
  280. package/dist/schema/botfather_sync_state.js +22 -0
  281. package/dist/schema/botfather_sync_state.js.map +1 -0
  282. package/dist/schema/budget_incidents.d.ts +297 -0
  283. package/dist/schema/budget_incidents.d.ts.map +1 -0
  284. package/dist/schema/budget_incidents.js +29 -0
  285. package/dist/schema/budget_incidents.js.map +1 -0
  286. package/dist/schema/budget_policies.d.ts +263 -0
  287. package/dist/schema/budget_policies.d.ts.map +1 -0
  288. package/dist/schema/budget_policies.js +24 -0
  289. package/dist/schema/budget_policies.js.map +1 -0
  290. package/dist/schema/cli_auth_challenges.d.ts +263 -0
  291. package/dist/schema/cli_auth_challenges.d.ts.map +1 -0
  292. package/dist/schema/cli_auth_challenges.js +26 -0
  293. package/dist/schema/cli_auth_challenges.js.map +1 -0
  294. package/dist/schema/cloud_upstreams.d.ts +884 -0
  295. package/dist/schema/cloud_upstreams.d.ts.map +1 -0
  296. package/dist/schema/cloud_upstreams.js +63 -0
  297. package/dist/schema/cloud_upstreams.js.map +1 -0
  298. package/dist/schema/cost_events.d.ts +314 -0
  299. package/dist/schema/cost_events.d.ts.map +1 -0
  300. package/dist/schema/cost_events.js +34 -0
  301. package/dist/schema/cost_events.js.map +1 -0
  302. package/dist/schema/document_annotation_anchor_snapshots.d.ts +255 -0
  303. package/dist/schema/document_annotation_anchor_snapshots.d.ts.map +1 -0
  304. package/dist/schema/document_annotation_anchor_snapshots.js +25 -0
  305. package/dist/schema/document_annotation_anchor_snapshots.js.map +1 -0
  306. package/dist/schema/document_annotation_comments.d.ts +214 -0
  307. package/dist/schema/document_annotation_comments.d.ts.map +1 -0
  308. package/dist/schema/document_annotation_comments.js +27 -0
  309. package/dist/schema/document_annotation_comments.js.map +1 -0
  310. package/dist/schema/document_annotation_threads.d.ts +476 -0
  311. package/dist/schema/document_annotation_threads.d.ts.map +1 -0
  312. package/dist/schema/document_annotation_threads.js +44 -0
  313. package/dist/schema/document_annotation_threads.js.map +1 -0
  314. package/dist/schema/document_revisions.d.ts +212 -0
  315. package/dist/schema/document_revisions.d.ts.map +1 -0
  316. package/dist/schema/document_revisions.js +23 -0
  317. package/dist/schema/document_revisions.js.map +1 -0
  318. package/dist/schema/documents.d.ts +280 -0
  319. package/dist/schema/documents.d.ts.map +1 -0
  320. package/dist/schema/documents.js +27 -0
  321. package/dist/schema/documents.js.map +1 -0
  322. package/dist/schema/environment_leases.d.ts +333 -0
  323. package/dist/schema/environment_leases.d.ts.map +1 -0
  324. package/dist/schema/environment_leases.js +35 -0
  325. package/dist/schema/environment_leases.js.map +1 -0
  326. package/dist/schema/environments.d.ts +182 -0
  327. package/dist/schema/environments.d.ts.map +1 -0
  328. package/dist/schema/environments.js +22 -0
  329. package/dist/schema/environments.js.map +1 -0
  330. package/dist/schema/execution_workspaces.d.ts +418 -0
  331. package/dist/schema/execution_workspaces.d.ts.map +1 -0
  332. package/dist/schema/execution_workspaces.js +39 -0
  333. package/dist/schema/execution_workspaces.js.map +1 -0
  334. package/dist/schema/feedback_exports.d.ts +450 -0
  335. package/dist/schema/feedback_exports.d.ts.map +1 -0
  336. package/dist/schema/feedback_exports.js +41 -0
  337. package/dist/schema/feedback_exports.js.map +1 -0
  338. package/dist/schema/feedback_votes.d.ts +246 -0
  339. package/dist/schema/feedback_votes.d.ts.map +1 -0
  340. package/dist/schema/feedback_votes.js +25 -0
  341. package/dist/schema/feedback_votes.js.map +1 -0
  342. package/dist/schema/finance_events.d.ts +469 -0
  343. package/dist/schema/finance_events.d.ts.map +1 -0
  344. package/dist/schema/finance_events.js +45 -0
  345. package/dist/schema/finance_events.js.map +1 -0
  346. package/dist/schema/goals.d.ts +178 -0
  347. package/dist/schema/goals.d.ts.map +1 -0
  348. package/dist/schema/goals.js +18 -0
  349. package/dist/schema/goals.js.map +1 -0
  350. package/dist/schema/heartbeat_run_events.d.ts +214 -0
  351. package/dist/schema/heartbeat_run_events.d.ts.map +1 -0
  352. package/dist/schema/heartbeat_run_events.js +23 -0
  353. package/dist/schema/heartbeat_run_events.js.map +1 -0
  354. package/dist/schema/heartbeat_run_watchdog_decisions.d.ts +195 -0
  355. package/dist/schema/heartbeat_run_watchdog_decisions.d.ts.map +1 -0
  356. package/dist/schema/heartbeat_run_watchdog_decisions.js +22 -0
  357. package/dist/schema/heartbeat_run_watchdog_decisions.js.map +1 -0
  358. package/dist/schema/heartbeat_runs.d.ts +830 -0
  359. package/dist/schema/heartbeat_runs.d.ts.map +1 -0
  360. package/dist/schema/heartbeat_runs.js +62 -0
  361. package/dist/schema/heartbeat_runs.js.map +1 -0
  362. package/dist/schema/inbox_dismissals.d.ts +127 -0
  363. package/dist/schema/inbox_dismissals.d.ts.map +1 -0
  364. package/dist/schema/inbox_dismissals.js +16 -0
  365. package/dist/schema/inbox_dismissals.js.map +1 -0
  366. package/dist/schema/index.d.ts +88 -0
  367. package/dist/schema/index.d.ts.map +1 -0
  368. package/dist/schema/index.js +88 -0
  369. package/dist/schema/index.js.map +1 -0
  370. package/dist/schema/instance_limits.d.ts +155 -0
  371. package/dist/schema/instance_limits.d.ts.map +1 -0
  372. package/dist/schema/instance_limits.js +26 -0
  373. package/dist/schema/instance_limits.js.map +1 -0
  374. package/dist/schema/instance_settings.d.ts +114 -0
  375. package/dist/schema/instance_settings.d.ts.map +1 -0
  376. package/dist/schema/instance_settings.js +12 -0
  377. package/dist/schema/instance_settings.js.map +1 -0
  378. package/dist/schema/instance_user_roles.d.ts +93 -0
  379. package/dist/schema/instance_user_roles.d.ts.map +1 -0
  380. package/dist/schema/instance_user_roles.js +12 -0
  381. package/dist/schema/instance_user_roles.js.map +1 -0
  382. package/dist/schema/invites.d.ts +214 -0
  383. package/dist/schema/invites.d.ts.map +1 -0
  384. package/dist/schema/invites.js +20 -0
  385. package/dist/schema/invites.js.map +1 -0
  386. package/dist/schema/issue_approvals.d.ts +110 -0
  387. package/dist/schema/issue_approvals.d.ts.map +1 -0
  388. package/dist/schema/issue_approvals.js +19 -0
  389. package/dist/schema/issue_approvals.js.map +1 -0
  390. package/dist/schema/issue_attachments.d.ts +127 -0
  391. package/dist/schema/issue_attachments.d.ts.map +1 -0
  392. package/dist/schema/issue_attachments.js +19 -0
  393. package/dist/schema/issue_attachments.js.map +1 -0
  394. package/dist/schema/issue_comments.d.ts +219 -0
  395. package/dist/schema/issue_comments.d.ts.map +1 -0
  396. package/dist/schema/issue_comments.js +26 -0
  397. package/dist/schema/issue_comments.js.map +1 -0
  398. package/dist/schema/issue_documents.d.ts +127 -0
  399. package/dist/schema/issue_documents.d.ts.map +1 -0
  400. package/dist/schema/issue_documents.js +18 -0
  401. package/dist/schema/issue_documents.js.map +1 -0
  402. package/dist/schema/issue_execution_decisions.d.ts +212 -0
  403. package/dist/schema/issue_execution_decisions.d.ts.map +1 -0
  404. package/dist/schema/issue_execution_decisions.js +23 -0
  405. package/dist/schema/issue_execution_decisions.js.map +1 -0
  406. package/dist/schema/issue_inbox_archives.d.ts +127 -0
  407. package/dist/schema/issue_inbox_archives.d.ts.map +1 -0
  408. package/dist/schema/issue_inbox_archives.js +17 -0
  409. package/dist/schema/issue_inbox_archives.js.map +1 -0
  410. package/dist/schema/issue_labels.d.ts +76 -0
  411. package/dist/schema/issue_labels.d.ts.map +1 -0
  412. package/dist/schema/issue_labels.js +16 -0
  413. package/dist/schema/issue_labels.js.map +1 -0
  414. package/dist/schema/issue_plan_decompositions.d.ts +284 -0
  415. package/dist/schema/issue_plan_decompositions.d.ts.map +1 -0
  416. package/dist/schema/issue_plan_decompositions.js +36 -0
  417. package/dist/schema/issue_plan_decompositions.js.map +1 -0
  418. package/dist/schema/issue_read_states.d.ts +127 -0
  419. package/dist/schema/issue_read_states.d.ts.map +1 -0
  420. package/dist/schema/issue_read_states.js +17 -0
  421. package/dist/schema/issue_read_states.js.map +1 -0
  422. package/dist/schema/issue_recovery_actions.d.ts +456 -0
  423. package/dist/schema/issue_recovery_actions.d.ts.map +1 -0
  424. package/dist/schema/issue_recovery_actions.js +44 -0
  425. package/dist/schema/issue_recovery_actions.js.map +1 -0
  426. package/dist/schema/issue_reference_mentions.d.ts +180 -0
  427. package/dist/schema/issue_reference_mentions.d.ts.map +1 -0
  428. package/dist/schema/issue_reference_mentions.js +23 -0
  429. package/dist/schema/issue_reference_mentions.js.map +1 -0
  430. package/dist/schema/issue_relations.d.ts +163 -0
  431. package/dist/schema/issue_relations.d.ts.map +1 -0
  432. package/dist/schema/issue_relations.js +21 -0
  433. package/dist/schema/issue_relations.js.map +1 -0
  434. package/dist/schema/issue_thread_interactions.d.ts +353 -0
  435. package/dist/schema/issue_thread_interactions.d.ts.map +1 -0
  436. package/dist/schema/issue_thread_interactions.js +38 -0
  437. package/dist/schema/issue_thread_interactions.js.map +1 -0
  438. package/dist/schema/issue_tree_hold_members.d.ts +280 -0
  439. package/dist/schema/issue_tree_hold_members.d.ts.map +1 -0
  440. package/dist/schema/issue_tree_hold_members.js +29 -0
  441. package/dist/schema/issue_tree_hold_members.js.map +1 -0
  442. package/dist/schema/issue_tree_holds.d.ts +352 -0
  443. package/dist/schema/issue_tree_holds.d.ts.map +1 -0
  444. package/dist/schema/issue_tree_holds.js +31 -0
  445. package/dist/schema/issue_tree_holds.js.map +1 -0
  446. package/dist/schema/issue_work_products.d.ts +350 -0
  447. package/dist/schema/issue_work_products.d.ts.map +1 -0
  448. package/dist/schema/issue_work_products.js +37 -0
  449. package/dist/schema/issue_work_products.js.map +1 -0
  450. package/dist/schema/issues.d.ts +781 -0
  451. package/dist/schema/issues.d.ts.map +1 -0
  452. package/dist/schema/issues.js +109 -0
  453. package/dist/schema/issues.js.map +1 -0
  454. package/dist/schema/join_requests.d.ts +384 -0
  455. package/dist/schema/join_requests.d.ts.map +1 -0
  456. package/dist/schema/join_requests.js +39 -0
  457. package/dist/schema/join_requests.js.map +1 -0
  458. package/dist/schema/labels.d.ts +110 -0
  459. package/dist/schema/labels.d.ts.map +1 -0
  460. package/dist/schema/labels.js +14 -0
  461. package/dist/schema/labels.js.map +1 -0
  462. package/dist/schema/operator_api_keys.d.ts +144 -0
  463. package/dist/schema/operator_api_keys.d.ts.map +1 -0
  464. package/dist/schema/operator_api_keys.js +16 -0
  465. package/dist/schema/operator_api_keys.js.map +1 -0
  466. package/dist/schema/plugin_config.d.ts +123 -0
  467. package/dist/schema/plugin_config.d.ts.map +1 -0
  468. package/dist/schema/plugin_config.js +26 -0
  469. package/dist/schema/plugin_config.js.map +1 -0
  470. package/dist/schema/plugin_database.d.ts +357 -0
  471. package/dist/schema/plugin_database.d.ts.map +1 -0
  472. package/dist/schema/plugin_database.js +51 -0
  473. package/dist/schema/plugin_database.js.map +1 -0
  474. package/dist/schema/plugin_entities.d.ts +213 -0
  475. package/dist/schema/plugin_entities.d.ts.map +1 -0
  476. package/dist/schema/plugin_entities.js +37 -0
  477. package/dist/schema/plugin_entities.js.map +1 -0
  478. package/dist/schema/plugin_jobs.d.ts +392 -0
  479. package/dist/schema/plugin_jobs.d.ts.map +1 -0
  480. package/dist/schema/plugin_jobs.js +83 -0
  481. package/dist/schema/plugin_jobs.js.map +1 -0
  482. package/dist/schema/plugin_logs.d.ts +125 -0
  483. package/dist/schema/plugin_logs.d.ts.map +1 -0
  484. package/dist/schema/plugin_logs.js +29 -0
  485. package/dist/schema/plugin_logs.js.map +1 -0
  486. package/dist/schema/plugin_managed_resources.d.ts +180 -0
  487. package/dist/schema/plugin_managed_resources.d.ts.map +1 -0
  488. package/dist/schema/plugin_managed_resources.js +25 -0
  489. package/dist/schema/plugin_managed_resources.js.map +1 -0
  490. package/dist/schema/plugin_squad_settings.d.ts +158 -0
  491. package/dist/schema/plugin_squad_settings.d.ts.map +1 -0
  492. package/dist/schema/plugin_squad_settings.js +34 -0
  493. package/dist/schema/plugin_squad_settings.js.map +1 -0
  494. package/dist/schema/plugin_state.d.ts +169 -0
  495. package/dist/schema/plugin_state.d.ts.map +1 -0
  496. package/dist/schema/plugin_state.js +68 -0
  497. package/dist/schema/plugin_state.js.map +1 -0
  498. package/dist/schema/plugin_webhooks.d.ts +239 -0
  499. package/dist/schema/plugin_webhooks.d.ts.map +1 -0
  500. package/dist/schema/plugin_webhooks.js +52 -0
  501. package/dist/schema/plugin_webhooks.js.map +1 -0
  502. package/dist/schema/plugins.d.ts +246 -0
  503. package/dist/schema/plugins.d.ts.map +1 -0
  504. package/dist/schema/plugins.js +31 -0
  505. package/dist/schema/plugins.js.map +1 -0
  506. package/dist/schema/principal_permission_grants.d.ts +163 -0
  507. package/dist/schema/principal_permission_grants.d.ts.map +1 -0
  508. package/dist/schema/principal_permission_grants.js +17 -0
  509. package/dist/schema/principal_permission_grants.js.map +1 -0
  510. package/dist/schema/project_goals.d.ts +93 -0
  511. package/dist/schema/project_goals.d.ts.map +1 -0
  512. package/dist/schema/project_goals.js +17 -0
  513. package/dist/schema/project_goals.js.map +1 -0
  514. package/dist/schema/project_memberships.d.ts +127 -0
  515. package/dist/schema/project_memberships.d.ts.map +1 -0
  516. package/dist/schema/project_memberships.js +17 -0
  517. package/dist/schema/project_memberships.js.map +1 -0
  518. package/dist/schema/project_workspaces.d.ts +333 -0
  519. package/dist/schema/project_workspaces.d.ts.map +1 -0
  520. package/dist/schema/project_workspaces.js +32 -0
  521. package/dist/schema/project_workspaces.js.map +1 -0
  522. package/dist/schema/projects.d.ts +285 -0
  523. package/dist/schema/projects.d.ts.map +1 -0
  524. package/dist/schema/projects.js +25 -0
  525. package/dist/schema/projects.js.map +1 -0
  526. package/dist/schema/routines.d.ts +1330 -0
  527. package/dist/schema/routines.d.ts.map +1 -0
  528. package/dist/schema/routines.js +113 -0
  529. package/dist/schema/routines.js.map +1 -0
  530. package/dist/schema/secret_access_events.d.ts +280 -0
  531. package/dist/schema/secret_access_events.d.ts.map +1 -0
  532. package/dist/schema/secret_access_events.js +30 -0
  533. package/dist/schema/secret_access_events.js.map +1 -0
  534. package/dist/schema/squad_logos.d.ts +93 -0
  535. package/dist/schema/squad_logos.d.ts.map +1 -0
  536. package/dist/schema/squad_logos.js +14 -0
  537. package/dist/schema/squad_logos.js.map +1 -0
  538. package/dist/schema/squad_memberships.d.ts +144 -0
  539. package/dist/schema/squad_memberships.d.ts.map +1 -0
  540. package/dist/schema/squad_memberships.js +17 -0
  541. package/dist/schema/squad_memberships.js.map +1 -0
  542. package/dist/schema/squad_secret_bindings.d.ts +195 -0
  543. package/dist/schema/squad_secret_bindings.d.ts.map +1 -0
  544. package/dist/schema/squad_secret_bindings.js +22 -0
  545. package/dist/schema/squad_secret_bindings.js.map +1 -0
  546. package/dist/schema/squad_secret_provider_configs.d.ts +284 -0
  547. package/dist/schema/squad_secret_provider_configs.d.ts.map +1 -0
  548. package/dist/schema/squad_secret_provider_configs.js +29 -0
  549. package/dist/schema/squad_secret_provider_configs.js.map +1 -0
  550. package/dist/schema/squad_secret_versions.d.ts +231 -0
  551. package/dist/schema/squad_secret_versions.d.ts.map +1 -0
  552. package/dist/schema/squad_secret_versions.js +24 -0
  553. package/dist/schema/squad_secret_versions.js.map +1 -0
  554. package/dist/schema/squad_secrets.d.ts +333 -0
  555. package/dist/schema/squad_secrets.d.ts.map +1 -0
  556. package/dist/schema/squad_secrets.js +32 -0
  557. package/dist/schema/squad_secrets.js.map +1 -0
  558. package/dist/schema/squad_skills.d.ts +335 -0
  559. package/dist/schema/squad_skills.d.ts.map +1 -0
  560. package/dist/schema/squad_skills.js +32 -0
  561. package/dist/schema/squad_skills.js.map +1 -0
  562. package/dist/schema/squad_user_sidebar_preferences.d.ts +112 -0
  563. package/dist/schema/squad_user_sidebar_preferences.d.ts.map +1 -0
  564. package/dist/schema/squad_user_sidebar_preferences.js +15 -0
  565. package/dist/schema/squad_user_sidebar_preferences.js.map +1 -0
  566. package/dist/schema/squads.d.ts +331 -0
  567. package/dist/schema/squads.d.ts.map +1 -0
  568. package/dist/schema/squads.js +31 -0
  569. package/dist/schema/squads.js.map +1 -0
  570. package/dist/schema/user_sidebar_preferences.d.ts +95 -0
  571. package/dist/schema/user_sidebar_preferences.d.ts.map +1 -0
  572. package/dist/schema/user_sidebar_preferences.js +11 -0
  573. package/dist/schema/user_sidebar_preferences.js.map +1 -0
  574. package/dist/schema/workspace_operations.d.ts +367 -0
  575. package/dist/schema/workspace_operations.d.ts.map +1 -0
  576. package/dist/schema/workspace_operations.js +35 -0
  577. package/dist/schema/workspace_operations.js.map +1 -0
  578. package/dist/schema/workspace_runtime_services.d.ts +469 -0
  579. package/dist/schema/workspace_runtime_services.d.ts.map +1 -0
  580. package/dist/schema/workspace_runtime_services.js +44 -0
  581. package/dist/schema/workspace_runtime_services.js.map +1 -0
  582. package/dist/seed.d.ts +2 -0
  583. package/dist/seed.d.ts.map +1 -0
  584. package/dist/seed.js +91 -0
  585. package/dist/seed.js.map +1 -0
  586. package/dist/test-embedded-postgres.d.ts +11 -0
  587. package/dist/test-embedded-postgres.d.ts.map +1 -0
  588. package/dist/test-embedded-postgres.js +138 -0
  589. package/dist/test-embedded-postgres.js.map +1 -0
  590. package/package.json +55 -0
@@ -0,0 +1,699 @@
1
+ {
2
+ "version": "7",
3
+ "dialect": "postgresql",
4
+ "entries": [
5
+ {
6
+ "idx": 0,
7
+ "version": "7",
8
+ "when": 1771300567463,
9
+ "tag": "0000_mature_masked_marvel",
10
+ "breakpoints": true
11
+ },
12
+ {
13
+ "idx": 1,
14
+ "version": "7",
15
+ "when": 1771349039633,
16
+ "tag": "0001_fast_northstar",
17
+ "breakpoints": true
18
+ },
19
+ {
20
+ "idx": 2,
21
+ "version": "7",
22
+ "when": 1771349403162,
23
+ "tag": "0002_big_zaladane",
24
+ "breakpoints": true
25
+ },
26
+ {
27
+ "idx": 3,
28
+ "version": "7",
29
+ "when": 1771456737635,
30
+ "tag": "0003_shallow_quentin_quire",
31
+ "breakpoints": true
32
+ },
33
+ {
34
+ "idx": 4,
35
+ "version": "7",
36
+ "when": 1771545600000,
37
+ "tag": "0004_issue_identifiers",
38
+ "breakpoints": true
39
+ },
40
+ {
41
+ "idx": 5,
42
+ "version": "7",
43
+ "when": 1771545601000,
44
+ "tag": "0005_chief_luke_cage",
45
+ "breakpoints": true
46
+ },
47
+ {
48
+ "idx": 6,
49
+ "version": "7",
50
+ "when": 1771545602000,
51
+ "tag": "0006_overjoyed_mister_sinister",
52
+ "breakpoints": true
53
+ },
54
+ {
55
+ "idx": 7,
56
+ "version": "7",
57
+ "when": 1771545603000,
58
+ "tag": "0007_new_quentin_quire",
59
+ "breakpoints": true
60
+ },
61
+ {
62
+ "idx": 8,
63
+ "version": "7",
64
+ "when": 1771534160426,
65
+ "tag": "0008_amused_zzzax",
66
+ "breakpoints": true
67
+ },
68
+ {
69
+ "idx": 9,
70
+ "version": "7",
71
+ "when": 1771534211029,
72
+ "tag": "0009_fast_jackal",
73
+ "breakpoints": true
74
+ },
75
+ {
76
+ "idx": 10,
77
+ "version": "7",
78
+ "when": 1771605173513,
79
+ "tag": "0010_stale_justin_hammer",
80
+ "breakpoints": true
81
+ },
82
+ {
83
+ "idx": 11,
84
+ "version": "7",
85
+ "when": 1771616419708,
86
+ "tag": "0011_windy_corsair",
87
+ "breakpoints": true
88
+ },
89
+ {
90
+ "idx": 12,
91
+ "version": "7",
92
+ "when": 1771619674673,
93
+ "tag": "0012_perpetual_ser_duncan",
94
+ "breakpoints": true
95
+ },
96
+ {
97
+ "idx": 13,
98
+ "version": "7",
99
+ "when": 1771623691139,
100
+ "tag": "0013_dashing_wasp",
101
+ "breakpoints": true
102
+ },
103
+ {
104
+ "idx": 14,
105
+ "version": "7",
106
+ "when": 1771691806349,
107
+ "tag": "0014_many_mikhail_rasputin",
108
+ "breakpoints": true
109
+ },
110
+ {
111
+ "idx": 15,
112
+ "version": "7",
113
+ "when": 1771865100000,
114
+ "tag": "0015_project_color_archived",
115
+ "breakpoints": true
116
+ },
117
+ {
118
+ "idx": 16,
119
+ "version": "7",
120
+ "when": 1771955900000,
121
+ "tag": "0016_agent_icon",
122
+ "breakpoints": true
123
+ },
124
+ {
125
+ "idx": 17,
126
+ "version": "7",
127
+ "when": 1771883888199,
128
+ "tag": "0017_tiresome_gabe_jones",
129
+ "breakpoints": true
130
+ },
131
+ {
132
+ "idx": 18,
133
+ "version": "7",
134
+ "when": 1771897769629,
135
+ "tag": "0018_flat_sleepwalker",
136
+ "breakpoints": true
137
+ },
138
+ {
139
+ "idx": 19,
140
+ "version": "7",
141
+ "when": 1772029333401,
142
+ "tag": "0019_public_victor_mancha",
143
+ "breakpoints": true
144
+ },
145
+ {
146
+ "idx": 20,
147
+ "version": "7",
148
+ "when": 1772032176413,
149
+ "tag": "0020_white_anita_blake",
150
+ "breakpoints": true
151
+ },
152
+ {
153
+ "idx": 21,
154
+ "version": "7",
155
+ "when": 1772122471656,
156
+ "tag": "0021_chief_vindicator",
157
+ "breakpoints": true
158
+ },
159
+ {
160
+ "idx": 22,
161
+ "version": "7",
162
+ "when": 1772186400000,
163
+ "tag": "0022_squad_brand_color",
164
+ "breakpoints": true
165
+ },
166
+ {
167
+ "idx": 23,
168
+ "version": "7",
169
+ "when": 1772139727599,
170
+ "tag": "0023_fair_lethal_legion",
171
+ "breakpoints": true
172
+ },
173
+ {
174
+ "idx": 24,
175
+ "version": "7",
176
+ "when": 1772806603601,
177
+ "tag": "0024_far_beast",
178
+ "breakpoints": true
179
+ },
180
+ {
181
+ "idx": 25,
182
+ "version": "7",
183
+ "when": 1772807461603,
184
+ "tag": "0025_nasty_salo",
185
+ "breakpoints": true
186
+ },
187
+ {
188
+ "idx": 26,
189
+ "version": "7",
190
+ "when": 1773089625430,
191
+ "tag": "0026_lying_pete_wisdom",
192
+ "breakpoints": true
193
+ },
194
+ {
195
+ "idx": 27,
196
+ "version": "7",
197
+ "when": 1773150731736,
198
+ "tag": "0027_tranquil_tenebrous",
199
+ "breakpoints": true
200
+ },
201
+ {
202
+ "idx": 28,
203
+ "version": "7",
204
+ "when": 1773432085646,
205
+ "tag": "0028_harsh_goliath",
206
+ "breakpoints": true
207
+ },
208
+ {
209
+ "idx": 29,
210
+ "version": "7",
211
+ "when": 1773417600000,
212
+ "tag": "0029_plugin_tables",
213
+ "breakpoints": true
214
+ },
215
+ {
216
+ "idx": 30,
217
+ "version": "7",
218
+ "when": 1773670925214,
219
+ "tag": "0030_rich_magneto",
220
+ "breakpoints": true
221
+ },
222
+ {
223
+ "idx": 31,
224
+ "version": "7",
225
+ "when": 1773511922713,
226
+ "tag": "0031_zippy_magma",
227
+ "breakpoints": true
228
+ },
229
+ {
230
+ "idx": 32,
231
+ "version": "7",
232
+ "when": 1773542934499,
233
+ "tag": "0032_pretty_doctor_octopus",
234
+ "breakpoints": true
235
+ },
236
+ {
237
+ "idx": 33,
238
+ "version": "7",
239
+ "when": 1773664961967,
240
+ "tag": "0033_shiny_black_tarantula",
241
+ "breakpoints": true
242
+ },
243
+ {
244
+ "idx": 34,
245
+ "version": "7",
246
+ "when": 1773697572188,
247
+ "tag": "0034_fat_dormammu",
248
+ "breakpoints": true
249
+ },
250
+ {
251
+ "idx": 35,
252
+ "version": "7",
253
+ "when": 1773698696169,
254
+ "tag": "0035_marvelous_satana",
255
+ "breakpoints": true
256
+ },
257
+ {
258
+ "idx": 36,
259
+ "version": "7",
260
+ "when": 1773756213455,
261
+ "tag": "0036_cheerful_nitro",
262
+ "breakpoints": true
263
+ },
264
+ {
265
+ "idx": 37,
266
+ "version": "7",
267
+ "when": 1773756922363,
268
+ "tag": "0037_friendly_eddie_brock",
269
+ "breakpoints": true
270
+ },
271
+ {
272
+ "idx": 38,
273
+ "version": "7",
274
+ "when": 1773931592563,
275
+ "tag": "0038_careless_iron_monger",
276
+ "breakpoints": true
277
+ },
278
+ {
279
+ "idx": 39,
280
+ "version": "7",
281
+ "when": 1773926116580,
282
+ "tag": "0039_fat_magneto",
283
+ "breakpoints": true
284
+ },
285
+ {
286
+ "idx": 40,
287
+ "version": "7",
288
+ "when": 1773927102783,
289
+ "tag": "0040_eager_shotgun",
290
+ "breakpoints": true
291
+ },
292
+ {
293
+ "idx": 41,
294
+ "version": "7",
295
+ "when": 1774011294562,
296
+ "tag": "0041_curly_maria_hill",
297
+ "breakpoints": true
298
+ },
299
+ {
300
+ "idx": 42,
301
+ "version": "7",
302
+ "when": 1774031825634,
303
+ "tag": "0042_spotty_the_renegades",
304
+ "breakpoints": true
305
+ },
306
+ {
307
+ "idx": 43,
308
+ "version": "7",
309
+ "when": 1774008910991,
310
+ "tag": "0043_reflective_captain_universe",
311
+ "breakpoints": true
312
+ },
313
+ {
314
+ "idx": 44,
315
+ "version": "7",
316
+ "when": 1774269579794,
317
+ "tag": "0044_illegal_toad",
318
+ "breakpoints": true
319
+ },
320
+ {
321
+ "idx": 45,
322
+ "version": "7",
323
+ "when": 1774530504348,
324
+ "tag": "0045_workable_shockwave",
325
+ "breakpoints": true
326
+ },
327
+ {
328
+ "idx": 46,
329
+ "version": "7",
330
+ "when": 1774960197878,
331
+ "tag": "0046_smooth_sentinels",
332
+ "breakpoints": true
333
+ },
334
+ {
335
+ "idx": 47,
336
+ "version": "7",
337
+ "when": 1775137972687,
338
+ "tag": "0047_overjoyed_groot",
339
+ "breakpoints": true
340
+ },
341
+ {
342
+ "idx": 48,
343
+ "version": "7",
344
+ "when": 1775145655557,
345
+ "tag": "0048_flashy_marrow",
346
+ "breakpoints": true
347
+ },
348
+ {
349
+ "idx": 49,
350
+ "version": "7",
351
+ "when": 1775349863293,
352
+ "tag": "0049_flawless_abomination",
353
+ "breakpoints": true
354
+ },
355
+ {
356
+ "idx": 50,
357
+ "version": "7",
358
+ "when": 1775487782768,
359
+ "tag": "0050_stiff_luckman",
360
+ "breakpoints": true
361
+ },
362
+ {
363
+ "idx": 51,
364
+ "version": "7",
365
+ "when": 1775524651831,
366
+ "tag": "0051_young_korg",
367
+ "breakpoints": true
368
+ },
369
+ {
370
+ "idx": 52,
371
+ "version": "7",
372
+ "when": 1775571715162,
373
+ "tag": "0052_mushy_trauma",
374
+ "breakpoints": true
375
+ },
376
+ {
377
+ "idx": 53,
378
+ "version": "7",
379
+ "when": 1775604018515,
380
+ "tag": "0053_sharp_wild_child",
381
+ "breakpoints": true
382
+ },
383
+ {
384
+ "idx": 54,
385
+ "version": "7",
386
+ "when": 1775750400000,
387
+ "tag": "0054_draft_routines",
388
+ "breakpoints": true
389
+ },
390
+ {
391
+ "idx": 55,
392
+ "version": "7",
393
+ "when": 1775825256196,
394
+ "tag": "0055_kind_weapon_omega",
395
+ "breakpoints": true
396
+ },
397
+ {
398
+ "idx": 56,
399
+ "version": "7",
400
+ "when": 1776084034244,
401
+ "tag": "0056_spooky_ultragirl",
402
+ "breakpoints": true
403
+ },
404
+ {
405
+ "idx": 57,
406
+ "version": "7",
407
+ "when": 1776309613598,
408
+ "tag": "0057_tidy_join_requests",
409
+ "breakpoints": true
410
+ },
411
+ {
412
+ "idx": 58,
413
+ "version": "7",
414
+ "when": 1776542245004,
415
+ "tag": "0058_wealthy_starbolt",
416
+ "breakpoints": true
417
+ },
418
+ {
419
+ "idx": 59,
420
+ "version": "7",
421
+ "when": 1776542246000,
422
+ "tag": "0059_plugin_database_namespaces",
423
+ "breakpoints": true
424
+ },
425
+ {
426
+ "idx": 60,
427
+ "version": "7",
428
+ "when": 1776717606743,
429
+ "tag": "0060_orange_annihilus",
430
+ "breakpoints": true
431
+ },
432
+ {
433
+ "idx": 61,
434
+ "version": "7",
435
+ "when": 1776785165389,
436
+ "tag": "0061_lively_thor_girl",
437
+ "breakpoints": true
438
+ },
439
+ {
440
+ "idx": 62,
441
+ "version": "7",
442
+ "when": 1776780000000,
443
+ "tag": "0062_routine_run_dispatch_fingerprint",
444
+ "breakpoints": true
445
+ },
446
+ {
447
+ "idx": 63,
448
+ "version": "7",
449
+ "when": 1776780001000,
450
+ "tag": "0063_issue_thread_interactions",
451
+ "breakpoints": true
452
+ },
453
+ {
454
+ "idx": 64,
455
+ "version": "7",
456
+ "when": 1776780002000,
457
+ "tag": "0064_issue_thread_interaction_idempotency",
458
+ "breakpoints": true
459
+ },
460
+ {
461
+ "idx": 65,
462
+ "version": "7",
463
+ "when": 1776903900000,
464
+ "tag": "0065_environments",
465
+ "breakpoints": true
466
+ },
467
+ {
468
+ "idx": 66,
469
+ "version": "7",
470
+ "when": 1776903901000,
471
+ "tag": "0066_issue_tree_holds",
472
+ "breakpoints": true
473
+ },
474
+ {
475
+ "idx": 67,
476
+ "version": "7",
477
+ "when": 1776904200000,
478
+ "tag": "0067_agent_default_environment",
479
+ "breakpoints": true
480
+ },
481
+ {
482
+ "idx": 68,
483
+ "version": "7",
484
+ "when": 1776959400000,
485
+ "tag": "0068_environment_local_driver_unique",
486
+ "breakpoints": true
487
+ },
488
+ {
489
+ "idx": 69,
490
+ "version": "7",
491
+ "when": 1776780003000,
492
+ "tag": "0069_liveness_recovery_dedupe",
493
+ "breakpoints": true
494
+ },
495
+ {
496
+ "idx": 70,
497
+ "version": "7",
498
+ "when": 1776780004000,
499
+ "tag": "0070_active_run_output_watchdog",
500
+ "breakpoints": true
501
+ },
502
+ {
503
+ "idx": 71,
504
+ "version": "7",
505
+ "when": 1777131234000,
506
+ "tag": "0071_default_hire_approval_off",
507
+ "breakpoints": true
508
+ },
509
+ {
510
+ "idx": 72,
511
+ "version": "7",
512
+ "when": 1777305216238,
513
+ "tag": "0072_large_sandman",
514
+ "breakpoints": true
515
+ },
516
+ {
517
+ "idx": 73,
518
+ "version": "7",
519
+ "when": 1777382021347,
520
+ "tag": "0073_shiny_salo",
521
+ "breakpoints": true
522
+ },
523
+ {
524
+ "idx": 74,
525
+ "version": "7",
526
+ "when": 1777384535070,
527
+ "tag": "0074_striped_genesis",
528
+ "breakpoints": true
529
+ },
530
+ {
531
+ "idx": 75,
532
+ "version": "7",
533
+ "when": 1777572332006,
534
+ "tag": "0075_cultured_sebastian_shaw",
535
+ "breakpoints": true
536
+ },
537
+ {
538
+ "idx": 76,
539
+ "version": "7",
540
+ "when": 1777675301279,
541
+ "tag": "0076_useful_elektra",
542
+ "breakpoints": true
543
+ },
544
+ {
545
+ "idx": 77,
546
+ "version": "7",
547
+ "when": 1777933347806,
548
+ "tag": "0077_unusual_karnak",
549
+ "breakpoints": true
550
+ },
551
+ {
552
+ "idx": 78,
553
+ "version": "7",
554
+ "when": 1778004024976,
555
+ "tag": "0078_white_darwin",
556
+ "breakpoints": true
557
+ },
558
+ {
559
+ "idx": 79,
560
+ "version": "7",
561
+ "when": 1777821410992,
562
+ "tag": "0079_squad_search_document_indexes",
563
+ "breakpoints": true
564
+ },
565
+ {
566
+ "idx": 80,
567
+ "version": "7",
568
+ "when": 1777849000000,
569
+ "tag": "0080_squad_search_fuzzystrmatch",
570
+ "breakpoints": true
571
+ },
572
+ {
573
+ "idx": 81,
574
+ "version": "7",
575
+ "when": 1778067785040,
576
+ "tag": "0081_optimal_dormammu",
577
+ "breakpoints": true
578
+ },
579
+ {
580
+ "idx": 82,
581
+ "version": "7",
582
+ "when": 1778067785041,
583
+ "tag": "0082_dry_vision",
584
+ "breakpoints": true
585
+ },
586
+ {
587
+ "idx": 83,
588
+ "version": "7",
589
+ "when": 1778074536410,
590
+ "tag": "0083_squad_secret_provider_configs",
591
+ "breakpoints": true
592
+ },
593
+ {
594
+ "idx": 84,
595
+ "version": "7",
596
+ "when": 1778355326070,
597
+ "tag": "0084_issue_recovery_actions",
598
+ "breakpoints": true
599
+ },
600
+ {
601
+ "idx": 85,
602
+ "version": "7",
603
+ "when": 1778787362162,
604
+ "tag": "0085_tranquil_the_executioner",
605
+ "breakpoints": true
606
+ },
607
+ {
608
+ "idx": 86,
609
+ "version": "7",
610
+ "when": 1778976000000,
611
+ "tag": "0086_routine_env_runtime_contract",
612
+ "breakpoints": true
613
+ },
614
+ {
615
+ "idx": 87,
616
+ "version": "7",
617
+ "when": 1779360000000,
618
+ "tag": "0087_backfill_environment_manage_human_defaults",
619
+ "breakpoints": true
620
+ },
621
+ {
622
+ "idx": 88,
623
+ "version": "7",
624
+ "when": 1779446400000,
625
+ "tag": "0088_backfill_principal_access_compatibility",
626
+ "breakpoints": true
627
+ },
628
+ {
629
+ "idx": 89,
630
+ "version": "7",
631
+ "when": 1779129600000,
632
+ "tag": "0089_cloud_upstreams",
633
+ "breakpoints": true
634
+ },
635
+ {
636
+ "idx": 90,
637
+ "version": "7",
638
+ "when": 1779573019125,
639
+ "tag": "0090_resource_memberships",
640
+ "breakpoints": true
641
+ },
642
+ {
643
+ "idx": 91,
644
+ "version": "7",
645
+ "when": 1778810394522,
646
+ "tag": "0091_old_swarm",
647
+ "breakpoints": true
648
+ },
649
+ {
650
+ "idx": 92,
651
+ "version": "7",
652
+ "when": 1779999768200,
653
+ "tag": "0092_mighty_puma",
654
+ "breakpoints": true
655
+ },
656
+ {
657
+ "idx": 93,
658
+ "version": "7",
659
+ "when": 1780040470886,
660
+ "tag": "0093_giant_green_goblin",
661
+ "breakpoints": true
662
+ },
663
+ {
664
+ "idx": 94,
665
+ "version": "7",
666
+ "when": 1780040470887,
667
+ "tag": "0094_botfather_sync_state",
668
+ "breakpoints": true
669
+ },
670
+ {
671
+ "idx": 95,
672
+ "version": "7",
673
+ "when": 1780040470888,
674
+ "tag": "0095_instance_limits",
675
+ "breakpoints": true
676
+ },
677
+ {
678
+ "idx": 96,
679
+ "version": "7",
680
+ "when": 1780040470889,
681
+ "tag": "0096_squad_skills_tower_managed",
682
+ "breakpoints": true
683
+ },
684
+ {
685
+ "idx": 97,
686
+ "version": "7",
687
+ "when": 1780040470890,
688
+ "tag": "0097_board_to_operator",
689
+ "breakpoints": true
690
+ },
691
+ {
692
+ "idx": 98,
693
+ "version": "7",
694
+ "when": 1780040470891,
695
+ "tag": "0098_roles_to_leads",
696
+ "breakpoints": true
697
+ }
698
+ ]
699
+ }
@@ -0,0 +1,16 @@
1
+ export type ResolvedDatabaseTarget = {
2
+ mode: "postgres";
3
+ connectionString: string;
4
+ source: "DATABASE_URL" | "slaw-env" | "config.database.connectionString";
5
+ configPath: string;
6
+ envPath: string;
7
+ } | {
8
+ mode: "embedded-postgres";
9
+ dataDir: string;
10
+ port: number;
11
+ source: `embedded-postgres@${number}`;
12
+ configPath: string;
13
+ envPath: string;
14
+ };
15
+ export declare function resolveDatabaseTarget(): ResolvedDatabaseTarget;
16
+ //# sourceMappingURL=runtime-config.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"runtime-config.d.ts","sourceRoot":"","sources":["../src/runtime-config.ts"],"names":[],"mappings":"AAsBA,MAAM,MAAM,sBAAsB,GAC9B;IACE,IAAI,EAAE,UAAU,CAAC;IACjB,gBAAgB,EAAE,MAAM,CAAC;IACzB,MAAM,EAAE,cAAc,GAAG,UAAU,GAAG,kCAAkC,CAAC;IACzE,UAAU,EAAE,MAAM,CAAC;IACnB,OAAO,EAAE,MAAM,CAAC;CACjB,GACD;IACE,IAAI,EAAE,mBAAmB,CAAC;IAC1B,OAAO,EAAE,MAAM,CAAC;IAChB,IAAI,EAAE,MAAM,CAAC;IACb,MAAM,EAAE,qBAAqB,MAAM,EAAE,CAAC;IACtC,UAAU,EAAE,MAAM,CAAC;IACnB,OAAO,EAAE,MAAM,CAAC;CACjB,CAAC;AAkJN,wBAAgB,qBAAqB,IAAI,sBAAsB,CAoD9D"}