@growthub/cli 0.3.4 → 0.3.6

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 (1068) hide show
  1. package/dist/runtime/server/node_modules/@paperclipai/adapter-claude-local/dist/cli/format-event.d.ts +2 -0
  2. package/dist/runtime/server/node_modules/@paperclipai/adapter-claude-local/dist/cli/format-event.d.ts.map +1 -0
  3. package/dist/runtime/server/node_modules/@paperclipai/adapter-claude-local/dist/cli/format-event.js +94 -0
  4. package/dist/runtime/server/node_modules/@paperclipai/adapter-claude-local/dist/cli/format-event.js.map +1 -0
  5. package/dist/runtime/server/node_modules/@paperclipai/adapter-claude-local/dist/cli/index.d.ts +2 -0
  6. package/dist/runtime/server/node_modules/@paperclipai/adapter-claude-local/dist/cli/index.d.ts.map +1 -0
  7. package/dist/runtime/server/node_modules/@paperclipai/adapter-claude-local/dist/cli/index.js +2 -0
  8. package/dist/runtime/server/node_modules/@paperclipai/adapter-claude-local/dist/cli/index.js.map +1 -0
  9. package/dist/runtime/server/node_modules/@paperclipai/adapter-claude-local/dist/cli/quota-probe.d.ts +3 -0
  10. package/dist/runtime/server/node_modules/@paperclipai/adapter-claude-local/dist/cli/quota-probe.d.ts.map +1 -0
  11. package/dist/runtime/server/node_modules/@paperclipai/adapter-claude-local/dist/cli/quota-probe.js +106 -0
  12. package/dist/runtime/server/node_modules/@paperclipai/adapter-claude-local/dist/cli/quota-probe.js.map +1 -0
  13. package/dist/runtime/server/node_modules/@paperclipai/adapter-claude-local/dist/index.d.ts +8 -0
  14. package/dist/runtime/server/node_modules/@paperclipai/adapter-claude-local/dist/index.d.ts.map +1 -0
  15. package/dist/runtime/server/node_modules/@paperclipai/adapter-claude-local/dist/index.js +36 -0
  16. package/dist/runtime/server/node_modules/@paperclipai/adapter-claude-local/dist/index.js.map +1 -0
  17. package/dist/runtime/server/node_modules/@paperclipai/adapter-claude-local/dist/server/execute.d.ts +18 -0
  18. package/dist/runtime/server/node_modules/@paperclipai/adapter-claude-local/dist/server/execute.d.ts.map +1 -0
  19. package/dist/runtime/server/node_modules/@paperclipai/adapter-claude-local/dist/server/execute.js +453 -0
  20. package/dist/runtime/server/node_modules/@paperclipai/adapter-claude-local/dist/server/execute.js.map +1 -0
  21. package/dist/runtime/server/node_modules/@paperclipai/adapter-claude-local/dist/server/index.d.ts +7 -0
  22. package/dist/runtime/server/node_modules/@paperclipai/adapter-claude-local/dist/server/index.d.ts.map +1 -0
  23. package/dist/runtime/server/node_modules/@paperclipai/adapter-claude-local/dist/server/index.js +56 -0
  24. package/dist/runtime/server/node_modules/@paperclipai/adapter-claude-local/dist/server/index.js.map +1 -0
  25. package/dist/runtime/server/node_modules/@paperclipai/adapter-claude-local/dist/server/parse.d.ts +22 -0
  26. package/dist/runtime/server/node_modules/@paperclipai/adapter-claude-local/dist/server/parse.d.ts.map +1 -0
  27. package/dist/runtime/server/node_modules/@paperclipai/adapter-claude-local/dist/server/parse.js +158 -0
  28. package/dist/runtime/server/node_modules/@paperclipai/adapter-claude-local/dist/server/parse.js.map +1 -0
  29. package/dist/runtime/server/node_modules/@paperclipai/adapter-claude-local/dist/server/quota.d.ts +20 -0
  30. package/dist/runtime/server/node_modules/@paperclipai/adapter-claude-local/dist/server/quota.d.ts.map +1 -0
  31. package/dist/runtime/server/node_modules/@paperclipai/adapter-claude-local/dist/server/quota.js +477 -0
  32. package/dist/runtime/server/node_modules/@paperclipai/adapter-claude-local/dist/server/quota.js.map +1 -0
  33. package/dist/runtime/server/node_modules/@paperclipai/adapter-claude-local/dist/server/test.d.ts +3 -0
  34. package/dist/runtime/server/node_modules/@paperclipai/adapter-claude-local/dist/server/test.d.ts.map +1 -0
  35. package/dist/runtime/server/node_modules/@paperclipai/adapter-claude-local/dist/server/test.js +201 -0
  36. package/dist/runtime/server/node_modules/@paperclipai/adapter-claude-local/dist/server/test.js.map +1 -0
  37. package/dist/runtime/server/node_modules/@paperclipai/adapter-claude-local/dist/ui/build-config.d.ts +3 -0
  38. package/dist/runtime/server/node_modules/@paperclipai/adapter-claude-local/dist/ui/build-config.d.ts.map +1 -0
  39. package/dist/runtime/server/node_modules/@paperclipai/adapter-claude-local/dist/ui/build-config.js +115 -0
  40. package/dist/runtime/server/node_modules/@paperclipai/adapter-claude-local/dist/ui/build-config.js.map +1 -0
  41. package/dist/runtime/server/node_modules/@paperclipai/adapter-claude-local/dist/ui/index.d.ts +3 -0
  42. package/dist/runtime/server/node_modules/@paperclipai/adapter-claude-local/dist/ui/index.d.ts.map +1 -0
  43. package/dist/runtime/server/node_modules/@paperclipai/adapter-claude-local/dist/ui/index.js +3 -0
  44. package/dist/runtime/server/node_modules/@paperclipai/adapter-claude-local/dist/ui/index.js.map +1 -0
  45. package/dist/runtime/server/node_modules/@paperclipai/adapter-claude-local/dist/ui/parse-stdout.d.ts +3 -0
  46. package/dist/runtime/server/node_modules/@paperclipai/adapter-claude-local/dist/ui/parse-stdout.d.ts.map +1 -0
  47. package/dist/runtime/server/node_modules/@paperclipai/adapter-claude-local/dist/ui/parse-stdout.js +149 -0
  48. package/dist/runtime/server/node_modules/@paperclipai/adapter-claude-local/dist/ui/parse-stdout.js.map +1 -0
  49. package/dist/runtime/server/node_modules/@paperclipai/adapter-claude-local/package.json +42 -0
  50. package/dist/runtime/server/node_modules/@paperclipai/adapter-codex-local/dist/cli/format-event.d.ts +2 -0
  51. package/dist/runtime/server/node_modules/@paperclipai/adapter-codex-local/dist/cli/format-event.d.ts.map +1 -0
  52. package/dist/runtime/server/node_modules/@paperclipai/adapter-codex-local/dist/cli/format-event.js +213 -0
  53. package/dist/runtime/server/node_modules/@paperclipai/adapter-codex-local/dist/cli/format-event.js.map +1 -0
  54. package/dist/runtime/server/node_modules/@paperclipai/adapter-codex-local/dist/cli/index.d.ts +2 -0
  55. package/dist/runtime/server/node_modules/@paperclipai/adapter-codex-local/dist/cli/index.d.ts.map +1 -0
  56. package/dist/runtime/server/node_modules/@paperclipai/adapter-codex-local/dist/cli/index.js +2 -0
  57. package/dist/runtime/server/node_modules/@paperclipai/adapter-codex-local/dist/cli/index.js.map +1 -0
  58. package/dist/runtime/server/node_modules/@paperclipai/adapter-codex-local/dist/cli/quota-probe.d.ts +3 -0
  59. package/dist/runtime/server/node_modules/@paperclipai/adapter-codex-local/dist/cli/quota-probe.d.ts.map +1 -0
  60. package/dist/runtime/server/node_modules/@paperclipai/adapter-codex-local/dist/cli/quota-probe.js +97 -0
  61. package/dist/runtime/server/node_modules/@paperclipai/adapter-codex-local/dist/cli/quota-probe.js.map +1 -0
  62. package/dist/runtime/server/node_modules/@paperclipai/adapter-codex-local/dist/index.d.ts +10 -0
  63. package/dist/runtime/server/node_modules/@paperclipai/adapter-codex-local/dist/index.d.ts.map +1 -0
  64. package/dist/runtime/server/node_modules/@paperclipai/adapter-codex-local/dist/index.js +45 -0
  65. package/dist/runtime/server/node_modules/@paperclipai/adapter-codex-local/dist/index.js.map +1 -0
  66. package/dist/runtime/server/node_modules/@paperclipai/adapter-codex-local/dist/server/codex-home.d.ts +5 -0
  67. package/dist/runtime/server/node_modules/@paperclipai/adapter-codex-local/dist/server/codex-home.d.ts.map +1 -0
  68. package/dist/runtime/server/node_modules/@paperclipai/adapter-codex-local/dist/server/codex-home.js +86 -0
  69. package/dist/runtime/server/node_modules/@paperclipai/adapter-codex-local/dist/server/codex-home.js.map +1 -0
  70. package/dist/runtime/server/node_modules/@paperclipai/adapter-codex-local/dist/server/execute.d.ts +11 -0
  71. package/dist/runtime/server/node_modules/@paperclipai/adapter-codex-local/dist/server/execute.d.ts.map +1 -0
  72. package/dist/runtime/server/node_modules/@paperclipai/adapter-codex-local/dist/server/execute.js +451 -0
  73. package/dist/runtime/server/node_modules/@paperclipai/adapter-codex-local/dist/server/execute.js.map +1 -0
  74. package/dist/runtime/server/node_modules/@paperclipai/adapter-codex-local/dist/server/index.d.ts +7 -0
  75. package/dist/runtime/server/node_modules/@paperclipai/adapter-codex-local/dist/server/index.d.ts.map +1 -0
  76. package/dist/runtime/server/node_modules/@paperclipai/adapter-codex-local/dist/server/index.js +56 -0
  77. package/dist/runtime/server/node_modules/@paperclipai/adapter-codex-local/dist/server/index.js.map +1 -0
  78. package/dist/runtime/server/node_modules/@paperclipai/adapter-codex-local/dist/server/parse.d.ts +12 -0
  79. package/dist/runtime/server/node_modules/@paperclipai/adapter-codex-local/dist/server/parse.d.ts.map +1 -0
  80. package/dist/runtime/server/node_modules/@paperclipai/adapter-codex-local/dist/server/parse.js +67 -0
  81. package/dist/runtime/server/node_modules/@paperclipai/adapter-codex-local/dist/server/parse.js.map +1 -0
  82. package/dist/runtime/server/node_modules/@paperclipai/adapter-codex-local/dist/server/quota.d.ts +64 -0
  83. package/dist/runtime/server/node_modules/@paperclipai/adapter-codex-local/dist/server/quota.d.ts.map +1 -0
  84. package/dist/runtime/server/node_modules/@paperclipai/adapter-codex-local/dist/server/quota.js +425 -0
  85. package/dist/runtime/server/node_modules/@paperclipai/adapter-codex-local/dist/server/quota.js.map +1 -0
  86. package/dist/runtime/server/node_modules/@paperclipai/adapter-codex-local/dist/server/test.d.ts +3 -0
  87. package/dist/runtime/server/node_modules/@paperclipai/adapter-codex-local/dist/server/test.d.ts.map +1 -0
  88. package/dist/runtime/server/node_modules/@paperclipai/adapter-codex-local/dist/server/test.js +194 -0
  89. package/dist/runtime/server/node_modules/@paperclipai/adapter-codex-local/dist/server/test.js.map +1 -0
  90. package/dist/runtime/server/node_modules/@paperclipai/adapter-codex-local/dist/ui/build-config.d.ts +3 -0
  91. package/dist/runtime/server/node_modules/@paperclipai/adapter-codex-local/dist/ui/build-config.d.ts.map +1 -0
  92. package/dist/runtime/server/node_modules/@paperclipai/adapter-codex-local/dist/ui/build-config.js +116 -0
  93. package/dist/runtime/server/node_modules/@paperclipai/adapter-codex-local/dist/ui/build-config.js.map +1 -0
  94. package/dist/runtime/server/node_modules/@paperclipai/adapter-codex-local/dist/ui/index.d.ts +3 -0
  95. package/dist/runtime/server/node_modules/@paperclipai/adapter-codex-local/dist/ui/index.d.ts.map +1 -0
  96. package/dist/runtime/server/node_modules/@paperclipai/adapter-codex-local/dist/ui/index.js +3 -0
  97. package/dist/runtime/server/node_modules/@paperclipai/adapter-codex-local/dist/ui/index.js.map +1 -0
  98. package/dist/runtime/server/node_modules/@paperclipai/adapter-codex-local/dist/ui/parse-stdout.d.ts +3 -0
  99. package/dist/runtime/server/node_modules/@paperclipai/adapter-codex-local/dist/ui/parse-stdout.d.ts.map +1 -0
  100. package/dist/runtime/server/node_modules/@paperclipai/adapter-codex-local/dist/ui/parse-stdout.js +233 -0
  101. package/dist/runtime/server/node_modules/@paperclipai/adapter-codex-local/dist/ui/parse-stdout.js.map +1 -0
  102. package/dist/runtime/server/node_modules/@paperclipai/adapter-codex-local/package.json +42 -0
  103. package/dist/runtime/server/node_modules/@paperclipai/adapter-cursor-local/dist/cli/format-event.d.ts +2 -0
  104. package/dist/runtime/server/node_modules/@paperclipai/adapter-cursor-local/dist/cli/format-event.d.ts.map +1 -0
  105. package/dist/runtime/server/node_modules/@paperclipai/adapter-cursor-local/dist/cli/format-event.js +296 -0
  106. package/dist/runtime/server/node_modules/@paperclipai/adapter-cursor-local/dist/cli/format-event.js.map +1 -0
  107. package/dist/runtime/server/node_modules/@paperclipai/adapter-cursor-local/dist/cli/index.d.ts +2 -0
  108. package/dist/runtime/server/node_modules/@paperclipai/adapter-cursor-local/dist/cli/index.d.ts.map +1 -0
  109. package/dist/runtime/server/node_modules/@paperclipai/adapter-cursor-local/dist/cli/index.js +2 -0
  110. package/dist/runtime/server/node_modules/@paperclipai/adapter-cursor-local/dist/cli/index.js.map +1 -0
  111. package/dist/runtime/server/node_modules/@paperclipai/adapter-cursor-local/dist/index.d.ts +9 -0
  112. package/dist/runtime/server/node_modules/@paperclipai/adapter-cursor-local/dist/index.d.ts.map +1 -0
  113. package/dist/runtime/server/node_modules/@paperclipai/adapter-cursor-local/dist/index.js +81 -0
  114. package/dist/runtime/server/node_modules/@paperclipai/adapter-cursor-local/dist/index.js.map +1 -0
  115. package/dist/runtime/server/node_modules/@paperclipai/adapter-cursor-local/dist/server/execute.d.ts +14 -0
  116. package/dist/runtime/server/node_modules/@paperclipai/adapter-cursor-local/dist/server/execute.d.ts.map +1 -0
  117. package/dist/runtime/server/node_modules/@paperclipai/adapter-cursor-local/dist/server/execute.js +416 -0
  118. package/dist/runtime/server/node_modules/@paperclipai/adapter-cursor-local/dist/server/execute.js.map +1 -0
  119. package/dist/runtime/server/node_modules/@paperclipai/adapter-cursor-local/dist/server/index.d.ts +6 -0
  120. package/dist/runtime/server/node_modules/@paperclipai/adapter-cursor-local/dist/server/index.d.ts.map +1 -0
  121. package/dist/runtime/server/node_modules/@paperclipai/adapter-cursor-local/dist/server/index.js +61 -0
  122. package/dist/runtime/server/node_modules/@paperclipai/adapter-cursor-local/dist/server/index.js.map +1 -0
  123. package/dist/runtime/server/node_modules/@paperclipai/adapter-cursor-local/dist/server/parse.d.ts +13 -0
  124. package/dist/runtime/server/node_modules/@paperclipai/adapter-cursor-local/dist/server/parse.d.ts.map +1 -0
  125. package/dist/runtime/server/node_modules/@paperclipai/adapter-cursor-local/dist/server/parse.js +139 -0
  126. package/dist/runtime/server/node_modules/@paperclipai/adapter-cursor-local/dist/server/parse.js.map +1 -0
  127. package/dist/runtime/server/node_modules/@paperclipai/adapter-cursor-local/dist/server/test.d.ts +3 -0
  128. package/dist/runtime/server/node_modules/@paperclipai/adapter-cursor-local/dist/server/test.d.ts.map +1 -0
  129. package/dist/runtime/server/node_modules/@paperclipai/adapter-cursor-local/dist/server/test.js +188 -0
  130. package/dist/runtime/server/node_modules/@paperclipai/adapter-cursor-local/dist/server/test.js.map +1 -0
  131. package/dist/runtime/server/node_modules/@paperclipai/adapter-cursor-local/dist/shared/stream.d.ts +5 -0
  132. package/dist/runtime/server/node_modules/@paperclipai/adapter-cursor-local/dist/shared/stream.d.ts.map +1 -0
  133. package/dist/runtime/server/node_modules/@paperclipai/adapter-cursor-local/dist/shared/stream.js +13 -0
  134. package/dist/runtime/server/node_modules/@paperclipai/adapter-cursor-local/dist/shared/stream.js.map +1 -0
  135. package/dist/runtime/server/node_modules/@paperclipai/adapter-cursor-local/dist/shared/trust.d.ts +2 -0
  136. package/dist/runtime/server/node_modules/@paperclipai/adapter-cursor-local/dist/shared/trust.d.ts.map +1 -0
  137. package/dist/runtime/server/node_modules/@paperclipai/adapter-cursor-local/dist/shared/trust.js +7 -0
  138. package/dist/runtime/server/node_modules/@paperclipai/adapter-cursor-local/dist/shared/trust.js.map +1 -0
  139. package/dist/runtime/server/node_modules/@paperclipai/adapter-cursor-local/dist/ui/build-config.d.ts +3 -0
  140. package/dist/runtime/server/node_modules/@paperclipai/adapter-cursor-local/dist/ui/build-config.d.ts.map +1 -0
  141. package/dist/runtime/server/node_modules/@paperclipai/adapter-cursor-local/dist/ui/build-config.js +92 -0
  142. package/dist/runtime/server/node_modules/@paperclipai/adapter-cursor-local/dist/ui/build-config.js.map +1 -0
  143. package/dist/runtime/server/node_modules/@paperclipai/adapter-cursor-local/dist/ui/index.d.ts +3 -0
  144. package/dist/runtime/server/node_modules/@paperclipai/adapter-cursor-local/dist/ui/index.d.ts.map +1 -0
  145. package/dist/runtime/server/node_modules/@paperclipai/adapter-cursor-local/dist/ui/index.js +3 -0
  146. package/dist/runtime/server/node_modules/@paperclipai/adapter-cursor-local/dist/ui/index.js.map +1 -0
  147. package/dist/runtime/server/node_modules/@paperclipai/adapter-cursor-local/dist/ui/parse-stdout.d.ts +3 -0
  148. package/dist/runtime/server/node_modules/@paperclipai/adapter-cursor-local/dist/ui/parse-stdout.d.ts.map +1 -0
  149. package/dist/runtime/server/node_modules/@paperclipai/adapter-cursor-local/dist/ui/parse-stdout.js +373 -0
  150. package/dist/runtime/server/node_modules/@paperclipai/adapter-cursor-local/dist/ui/parse-stdout.js.map +1 -0
  151. package/dist/runtime/server/node_modules/@paperclipai/adapter-cursor-local/package.json +42 -0
  152. package/dist/runtime/server/node_modules/@paperclipai/adapter-gemini-local/dist/cli/format-event.d.ts +2 -0
  153. package/dist/runtime/server/node_modules/@paperclipai/adapter-gemini-local/dist/cli/format-event.d.ts.map +1 -0
  154. package/dist/runtime/server/node_modules/@paperclipai/adapter-gemini-local/dist/cli/format-event.js +198 -0
  155. package/dist/runtime/server/node_modules/@paperclipai/adapter-gemini-local/dist/cli/format-event.js.map +1 -0
  156. package/dist/runtime/server/node_modules/@paperclipai/adapter-gemini-local/dist/cli/index.d.ts +2 -0
  157. package/dist/runtime/server/node_modules/@paperclipai/adapter-gemini-local/dist/cli/index.d.ts.map +1 -0
  158. package/dist/runtime/server/node_modules/@paperclipai/adapter-gemini-local/dist/cli/index.js +2 -0
  159. package/dist/runtime/server/node_modules/@paperclipai/adapter-gemini-local/dist/cli/index.js.map +1 -0
  160. package/dist/runtime/server/node_modules/@paperclipai/adapter-gemini-local/dist/index.d.ts +9 -0
  161. package/dist/runtime/server/node_modules/@paperclipai/adapter-gemini-local/dist/index.d.ts.map +1 -0
  162. package/dist/runtime/server/node_modules/@paperclipai/adapter-gemini-local/dist/index.js +46 -0
  163. package/dist/runtime/server/node_modules/@paperclipai/adapter-gemini-local/dist/index.js.map +1 -0
  164. package/dist/runtime/server/node_modules/@paperclipai/adapter-gemini-local/dist/server/execute.d.ts +3 -0
  165. package/dist/runtime/server/node_modules/@paperclipai/adapter-gemini-local/dist/server/execute.d.ts.map +1 -0
  166. package/dist/runtime/server/node_modules/@paperclipai/adapter-gemini-local/dist/server/execute.js +364 -0
  167. package/dist/runtime/server/node_modules/@paperclipai/adapter-gemini-local/dist/server/execute.js.map +1 -0
  168. package/dist/runtime/server/node_modules/@paperclipai/adapter-gemini-local/dist/server/index.d.ts +6 -0
  169. package/dist/runtime/server/node_modules/@paperclipai/adapter-gemini-local/dist/server/index.d.ts.map +1 -0
  170. package/dist/runtime/server/node_modules/@paperclipai/adapter-gemini-local/dist/server/index.js +61 -0
  171. package/dist/runtime/server/node_modules/@paperclipai/adapter-gemini-local/dist/server/index.js.map +1 -0
  172. package/dist/runtime/server/node_modules/@paperclipai/adapter-gemini-local/dist/server/parse.d.ts +31 -0
  173. package/dist/runtime/server/node_modules/@paperclipai/adapter-gemini-local/dist/server/parse.d.ts.map +1 -0
  174. package/dist/runtime/server/node_modules/@paperclipai/adapter-gemini-local/dist/server/parse.js +227 -0
  175. package/dist/runtime/server/node_modules/@paperclipai/adapter-gemini-local/dist/server/parse.js.map +1 -0
  176. package/dist/runtime/server/node_modules/@paperclipai/adapter-gemini-local/dist/server/test.d.ts +3 -0
  177. package/dist/runtime/server/node_modules/@paperclipai/adapter-gemini-local/dist/server/test.d.ts.map +1 -0
  178. package/dist/runtime/server/node_modules/@paperclipai/adapter-gemini-local/dist/server/test.js +203 -0
  179. package/dist/runtime/server/node_modules/@paperclipai/adapter-gemini-local/dist/server/test.js.map +1 -0
  180. package/dist/runtime/server/node_modules/@paperclipai/adapter-gemini-local/dist/server/utils.d.ts +2 -0
  181. package/dist/runtime/server/node_modules/@paperclipai/adapter-gemini-local/dist/server/utils.d.ts.map +1 -0
  182. package/dist/runtime/server/node_modules/@paperclipai/adapter-gemini-local/dist/server/utils.js +7 -0
  183. package/dist/runtime/server/node_modules/@paperclipai/adapter-gemini-local/dist/server/utils.js.map +1 -0
  184. package/dist/runtime/server/node_modules/@paperclipai/adapter-gemini-local/dist/ui/build-config.d.ts +3 -0
  185. package/dist/runtime/server/node_modules/@paperclipai/adapter-gemini-local/dist/ui/build-config.d.ts.map +1 -0
  186. package/dist/runtime/server/node_modules/@paperclipai/adapter-gemini-local/dist/ui/build-config.js +84 -0
  187. package/dist/runtime/server/node_modules/@paperclipai/adapter-gemini-local/dist/ui/build-config.js.map +1 -0
  188. package/dist/runtime/server/node_modules/@paperclipai/adapter-gemini-local/dist/ui/index.d.ts +3 -0
  189. package/dist/runtime/server/node_modules/@paperclipai/adapter-gemini-local/dist/ui/index.d.ts.map +1 -0
  190. package/dist/runtime/server/node_modules/@paperclipai/adapter-gemini-local/dist/ui/index.js +3 -0
  191. package/dist/runtime/server/node_modules/@paperclipai/adapter-gemini-local/dist/ui/index.js.map +1 -0
  192. package/dist/runtime/server/node_modules/@paperclipai/adapter-gemini-local/dist/ui/parse-stdout.d.ts +3 -0
  193. package/dist/runtime/server/node_modules/@paperclipai/adapter-gemini-local/dist/ui/parse-stdout.d.ts.map +1 -0
  194. package/dist/runtime/server/node_modules/@paperclipai/adapter-gemini-local/dist/ui/parse-stdout.js +247 -0
  195. package/dist/runtime/server/node_modules/@paperclipai/adapter-gemini-local/dist/ui/parse-stdout.js.map +1 -0
  196. package/dist/runtime/server/node_modules/@paperclipai/adapter-gemini-local/package.json +42 -0
  197. package/dist/runtime/server/node_modules/@paperclipai/adapter-openclaw-gateway/dist/cli/format-event.d.ts +2 -0
  198. package/dist/runtime/server/node_modules/@paperclipai/adapter-openclaw-gateway/dist/cli/format-event.d.ts.map +1 -0
  199. package/dist/runtime/server/node_modules/@paperclipai/adapter-openclaw-gateway/dist/cli/format-event.js +20 -0
  200. package/dist/runtime/server/node_modules/@paperclipai/adapter-openclaw-gateway/dist/cli/format-event.js.map +1 -0
  201. package/dist/runtime/server/node_modules/@paperclipai/adapter-openclaw-gateway/dist/cli/index.d.ts +2 -0
  202. package/dist/runtime/server/node_modules/@paperclipai/adapter-openclaw-gateway/dist/cli/index.d.ts.map +1 -0
  203. package/dist/runtime/server/node_modules/@paperclipai/adapter-openclaw-gateway/dist/cli/index.js +2 -0
  204. package/dist/runtime/server/node_modules/@paperclipai/adapter-openclaw-gateway/dist/cli/index.js.map +1 -0
  205. package/dist/runtime/server/node_modules/@paperclipai/adapter-openclaw-gateway/dist/index.d.ts +8 -0
  206. package/dist/runtime/server/node_modules/@paperclipai/adapter-openclaw-gateway/dist/index.d.ts.map +1 -0
  207. package/dist/runtime/server/node_modules/@paperclipai/adapter-openclaw-gateway/dist/index.js +53 -0
  208. package/dist/runtime/server/node_modules/@paperclipai/adapter-openclaw-gateway/dist/index.js.map +1 -0
  209. package/dist/runtime/server/node_modules/@paperclipai/adapter-openclaw-gateway/dist/server/execute.d.ts +3 -0
  210. package/dist/runtime/server/node_modules/@paperclipai/adapter-openclaw-gateway/dist/server/execute.d.ts.map +1 -0
  211. package/dist/runtime/server/node_modules/@paperclipai/adapter-openclaw-gateway/dist/server/execute.js +1146 -0
  212. package/dist/runtime/server/node_modules/@paperclipai/adapter-openclaw-gateway/dist/server/execute.js.map +1 -0
  213. package/dist/runtime/server/node_modules/@paperclipai/adapter-openclaw-gateway/dist/server/index.d.ts +3 -0
  214. package/dist/runtime/server/node_modules/@paperclipai/adapter-openclaw-gateway/dist/server/index.d.ts.map +1 -0
  215. package/dist/runtime/server/node_modules/@paperclipai/adapter-openclaw-gateway/dist/server/index.js +3 -0
  216. package/dist/runtime/server/node_modules/@paperclipai/adapter-openclaw-gateway/dist/server/index.js.map +1 -0
  217. package/dist/runtime/server/node_modules/@paperclipai/adapter-openclaw-gateway/dist/server/test.d.ts +3 -0
  218. package/dist/runtime/server/node_modules/@paperclipai/adapter-openclaw-gateway/dist/server/test.d.ts.map +1 -0
  219. package/dist/runtime/server/node_modules/@paperclipai/adapter-openclaw-gateway/dist/server/test.js +290 -0
  220. package/dist/runtime/server/node_modules/@paperclipai/adapter-openclaw-gateway/dist/server/test.js.map +1 -0
  221. package/dist/runtime/server/node_modules/@paperclipai/adapter-openclaw-gateway/dist/shared/stream.d.ts +5 -0
  222. package/dist/runtime/server/node_modules/@paperclipai/adapter-openclaw-gateway/dist/shared/stream.d.ts.map +1 -0
  223. package/dist/runtime/server/node_modules/@paperclipai/adapter-openclaw-gateway/dist/shared/stream.js +13 -0
  224. package/dist/runtime/server/node_modules/@paperclipai/adapter-openclaw-gateway/dist/shared/stream.js.map +1 -0
  225. package/dist/runtime/server/node_modules/@paperclipai/adapter-openclaw-gateway/dist/ui/build-config.d.ts +3 -0
  226. package/dist/runtime/server/node_modules/@paperclipai/adapter-openclaw-gateway/dist/ui/build-config.d.ts.map +1 -0
  227. package/dist/runtime/server/node_modules/@paperclipai/adapter-openclaw-gateway/dist/ui/build-config.js +33 -0
  228. package/dist/runtime/server/node_modules/@paperclipai/adapter-openclaw-gateway/dist/ui/build-config.js.map +1 -0
  229. package/dist/runtime/server/node_modules/@paperclipai/adapter-openclaw-gateway/dist/ui/index.d.ts +3 -0
  230. package/dist/runtime/server/node_modules/@paperclipai/adapter-openclaw-gateway/dist/ui/index.d.ts.map +1 -0
  231. package/dist/runtime/server/node_modules/@paperclipai/adapter-openclaw-gateway/dist/ui/index.js +3 -0
  232. package/dist/runtime/server/node_modules/@paperclipai/adapter-openclaw-gateway/dist/ui/index.js.map +1 -0
  233. package/dist/runtime/server/node_modules/@paperclipai/adapter-openclaw-gateway/dist/ui/parse-stdout.d.ts +3 -0
  234. package/dist/runtime/server/node_modules/@paperclipai/adapter-openclaw-gateway/dist/ui/parse-stdout.d.ts.map +1 -0
  235. package/dist/runtime/server/node_modules/@paperclipai/adapter-openclaw-gateway/dist/ui/parse-stdout.js +64 -0
  236. package/dist/runtime/server/node_modules/@paperclipai/adapter-openclaw-gateway/dist/ui/parse-stdout.js.map +1 -0
  237. package/dist/runtime/server/node_modules/@paperclipai/adapter-openclaw-gateway/package.json +43 -0
  238. package/dist/runtime/server/node_modules/@paperclipai/adapter-opencode-local/dist/cli/format-event.d.ts +2 -0
  239. package/dist/runtime/server/node_modules/@paperclipai/adapter-opencode-local/dist/cli/format-event.d.ts.map +1 -0
  240. package/dist/runtime/server/node_modules/@paperclipai/adapter-opencode-local/dist/cli/format-event.js +115 -0
  241. package/dist/runtime/server/node_modules/@paperclipai/adapter-opencode-local/dist/cli/format-event.js.map +1 -0
  242. package/dist/runtime/server/node_modules/@paperclipai/adapter-opencode-local/dist/cli/index.d.ts +2 -0
  243. package/dist/runtime/server/node_modules/@paperclipai/adapter-opencode-local/dist/cli/index.d.ts.map +1 -0
  244. package/dist/runtime/server/node_modules/@paperclipai/adapter-opencode-local/dist/cli/index.js +2 -0
  245. package/dist/runtime/server/node_modules/@paperclipai/adapter-opencode-local/dist/cli/index.js.map +1 -0
  246. package/dist/runtime/server/node_modules/@paperclipai/adapter-opencode-local/dist/index.d.ts +8 -0
  247. package/dist/runtime/server/node_modules/@paperclipai/adapter-opencode-local/dist/index.d.ts.map +1 -0
  248. package/dist/runtime/server/node_modules/@paperclipai/adapter-opencode-local/dist/index.js +39 -0
  249. package/dist/runtime/server/node_modules/@paperclipai/adapter-opencode-local/dist/index.js.map +1 -0
  250. package/dist/runtime/server/node_modules/@paperclipai/adapter-opencode-local/dist/server/execute.d.ts +3 -0
  251. package/dist/runtime/server/node_modules/@paperclipai/adapter-opencode-local/dist/server/execute.d.ts.map +1 -0
  252. package/dist/runtime/server/node_modules/@paperclipai/adapter-opencode-local/dist/server/execute.js +337 -0
  253. package/dist/runtime/server/node_modules/@paperclipai/adapter-opencode-local/dist/server/execute.js.map +1 -0
  254. package/dist/runtime/server/node_modules/@paperclipai/adapter-opencode-local/dist/server/index.d.ts +7 -0
  255. package/dist/runtime/server/node_modules/@paperclipai/adapter-opencode-local/dist/server/index.d.ts.map +1 -0
  256. package/dist/runtime/server/node_modules/@paperclipai/adapter-opencode-local/dist/server/index.js +62 -0
  257. package/dist/runtime/server/node_modules/@paperclipai/adapter-opencode-local/dist/server/index.js.map +1 -0
  258. package/dist/runtime/server/node_modules/@paperclipai/adapter-opencode-local/dist/server/models.d.ts +20 -0
  259. package/dist/runtime/server/node_modules/@paperclipai/adapter-opencode-local/dist/server/models.d.ts.map +1 -0
  260. package/dist/runtime/server/node_modules/@paperclipai/adapter-opencode-local/dist/server/models.js +165 -0
  261. package/dist/runtime/server/node_modules/@paperclipai/adapter-opencode-local/dist/server/models.js.map +1 -0
  262. package/dist/runtime/server/node_modules/@paperclipai/adapter-opencode-local/dist/server/models.test.d.ts +2 -0
  263. package/dist/runtime/server/node_modules/@paperclipai/adapter-opencode-local/dist/server/models.test.d.ts.map +1 -0
  264. package/dist/runtime/server/node_modules/@paperclipai/adapter-opencode-local/dist/server/models.test.js +22 -0
  265. package/dist/runtime/server/node_modules/@paperclipai/adapter-opencode-local/dist/server/models.test.js.map +1 -0
  266. package/dist/runtime/server/node_modules/@paperclipai/adapter-opencode-local/dist/server/parse.d.ts +13 -0
  267. package/dist/runtime/server/node_modules/@paperclipai/adapter-opencode-local/dist/server/parse.d.ts.map +1 -0
  268. package/dist/runtime/server/node_modules/@paperclipai/adapter-opencode-local/dist/server/parse.js +97 -0
  269. package/dist/runtime/server/node_modules/@paperclipai/adapter-opencode-local/dist/server/parse.js.map +1 -0
  270. package/dist/runtime/server/node_modules/@paperclipai/adapter-opencode-local/dist/server/parse.test.d.ts +2 -0
  271. package/dist/runtime/server/node_modules/@paperclipai/adapter-opencode-local/dist/server/parse.test.d.ts.map +1 -0
  272. package/dist/runtime/server/node_modules/@paperclipai/adapter-opencode-local/dist/server/parse.test.js +48 -0
  273. package/dist/runtime/server/node_modules/@paperclipai/adapter-opencode-local/dist/server/parse.test.js.map +1 -0
  274. package/dist/runtime/server/node_modules/@paperclipai/adapter-opencode-local/dist/server/test.d.ts +3 -0
  275. package/dist/runtime/server/node_modules/@paperclipai/adapter-opencode-local/dist/server/test.d.ts.map +1 -0
  276. package/dist/runtime/server/node_modules/@paperclipai/adapter-opencode-local/dist/server/test.js +300 -0
  277. package/dist/runtime/server/node_modules/@paperclipai/adapter-opencode-local/dist/server/test.js.map +1 -0
  278. package/dist/runtime/server/node_modules/@paperclipai/adapter-opencode-local/dist/ui/build-config.d.ts +3 -0
  279. package/dist/runtime/server/node_modules/@paperclipai/adapter-opencode-local/dist/ui/build-config.d.ts.map +1 -0
  280. package/dist/runtime/server/node_modules/@paperclipai/adapter-opencode-local/dist/ui/build-config.js +87 -0
  281. package/dist/runtime/server/node_modules/@paperclipai/adapter-opencode-local/dist/ui/build-config.js.map +1 -0
  282. package/dist/runtime/server/node_modules/@paperclipai/adapter-opencode-local/dist/ui/index.d.ts +3 -0
  283. package/dist/runtime/server/node_modules/@paperclipai/adapter-opencode-local/dist/ui/index.d.ts.map +1 -0
  284. package/dist/runtime/server/node_modules/@paperclipai/adapter-opencode-local/dist/ui/index.js +3 -0
  285. package/dist/runtime/server/node_modules/@paperclipai/adapter-opencode-local/dist/ui/index.js.map +1 -0
  286. package/dist/runtime/server/node_modules/@paperclipai/adapter-opencode-local/dist/ui/parse-stdout.d.ts +3 -0
  287. package/dist/runtime/server/node_modules/@paperclipai/adapter-opencode-local/dist/ui/parse-stdout.d.ts.map +1 -0
  288. package/dist/runtime/server/node_modules/@paperclipai/adapter-opencode-local/dist/ui/parse-stdout.js +141 -0
  289. package/dist/runtime/server/node_modules/@paperclipai/adapter-opencode-local/dist/ui/parse-stdout.js.map +1 -0
  290. package/dist/runtime/server/node_modules/@paperclipai/adapter-opencode-local/package.json +42 -0
  291. package/dist/runtime/server/node_modules/@paperclipai/adapter-pi-local/dist/cli/format-event.d.ts +2 -0
  292. package/dist/runtime/server/node_modules/@paperclipai/adapter-pi-local/dist/cli/format-event.d.ts.map +1 -0
  293. package/dist/runtime/server/node_modules/@paperclipai/adapter-pi-local/dist/cli/format-event.js +99 -0
  294. package/dist/runtime/server/node_modules/@paperclipai/adapter-pi-local/dist/cli/format-event.js.map +1 -0
  295. package/dist/runtime/server/node_modules/@paperclipai/adapter-pi-local/dist/cli/index.d.ts +2 -0
  296. package/dist/runtime/server/node_modules/@paperclipai/adapter-pi-local/dist/cli/index.d.ts.map +1 -0
  297. package/dist/runtime/server/node_modules/@paperclipai/adapter-pi-local/dist/cli/index.js +2 -0
  298. package/dist/runtime/server/node_modules/@paperclipai/adapter-pi-local/dist/cli/index.js.map +1 -0
  299. package/dist/runtime/server/node_modules/@paperclipai/adapter-pi-local/dist/index.d.ts +8 -0
  300. package/dist/runtime/server/node_modules/@paperclipai/adapter-pi-local/dist/index.d.ts.map +1 -0
  301. package/dist/runtime/server/node_modules/@paperclipai/adapter-pi-local/dist/index.js +39 -0
  302. package/dist/runtime/server/node_modules/@paperclipai/adapter-pi-local/dist/index.js.map +1 -0
  303. package/dist/runtime/server/node_modules/@paperclipai/adapter-pi-local/dist/server/execute.d.ts +3 -0
  304. package/dist/runtime/server/node_modules/@paperclipai/adapter-pi-local/dist/server/execute.d.ts.map +1 -0
  305. package/dist/runtime/server/node_modules/@paperclipai/adapter-pi-local/dist/server/execute.js +405 -0
  306. package/dist/runtime/server/node_modules/@paperclipai/adapter-pi-local/dist/server/execute.js.map +1 -0
  307. package/dist/runtime/server/node_modules/@paperclipai/adapter-pi-local/dist/server/index.d.ts +7 -0
  308. package/dist/runtime/server/node_modules/@paperclipai/adapter-pi-local/dist/server/index.d.ts.map +1 -0
  309. package/dist/runtime/server/node_modules/@paperclipai/adapter-pi-local/dist/server/index.js +50 -0
  310. package/dist/runtime/server/node_modules/@paperclipai/adapter-pi-local/dist/server/index.js.map +1 -0
  311. package/dist/runtime/server/node_modules/@paperclipai/adapter-pi-local/dist/server/models.d.ts +20 -0
  312. package/dist/runtime/server/node_modules/@paperclipai/adapter-pi-local/dist/server/models.d.ts.map +1 -0
  313. package/dist/runtime/server/node_modules/@paperclipai/adapter-pi-local/dist/server/models.js +161 -0
  314. package/dist/runtime/server/node_modules/@paperclipai/adapter-pi-local/dist/server/models.js.map +1 -0
  315. package/dist/runtime/server/node_modules/@paperclipai/adapter-pi-local/dist/server/models.test.d.ts +2 -0
  316. package/dist/runtime/server/node_modules/@paperclipai/adapter-pi-local/dist/server/models.test.d.ts.map +1 -0
  317. package/dist/runtime/server/node_modules/@paperclipai/adapter-pi-local/dist/server/models.test.js +22 -0
  318. package/dist/runtime/server/node_modules/@paperclipai/adapter-pi-local/dist/server/models.test.js.map +1 -0
  319. package/dist/runtime/server/node_modules/@paperclipai/adapter-pi-local/dist/server/parse.d.ts +23 -0
  320. package/dist/runtime/server/node_modules/@paperclipai/adapter-pi-local/dist/server/parse.d.ts.map +1 -0
  321. package/dist/runtime/server/node_modules/@paperclipai/adapter-pi-local/dist/server/parse.js +180 -0
  322. package/dist/runtime/server/node_modules/@paperclipai/adapter-pi-local/dist/server/parse.js.map +1 -0
  323. package/dist/runtime/server/node_modules/@paperclipai/adapter-pi-local/dist/server/parse.test.d.ts +2 -0
  324. package/dist/runtime/server/node_modules/@paperclipai/adapter-pi-local/dist/server/parse.test.d.ts.map +1 -0
  325. package/dist/runtime/server/node_modules/@paperclipai/adapter-pi-local/dist/server/parse.test.js +206 -0
  326. package/dist/runtime/server/node_modules/@paperclipai/adapter-pi-local/dist/server/parse.test.js.map +1 -0
  327. package/dist/runtime/server/node_modules/@paperclipai/adapter-pi-local/dist/server/test.d.ts +3 -0
  328. package/dist/runtime/server/node_modules/@paperclipai/adapter-pi-local/dist/server/test.d.ts.map +1 -0
  329. package/dist/runtime/server/node_modules/@paperclipai/adapter-pi-local/dist/server/test.js +257 -0
  330. package/dist/runtime/server/node_modules/@paperclipai/adapter-pi-local/dist/server/test.js.map +1 -0
  331. package/dist/runtime/server/node_modules/@paperclipai/adapter-pi-local/dist/ui/build-config.d.ts +3 -0
  332. package/dist/runtime/server/node_modules/@paperclipai/adapter-pi-local/dist/ui/build-config.d.ts.map +1 -0
  333. package/dist/runtime/server/node_modules/@paperclipai/adapter-pi-local/dist/ui/build-config.js +82 -0
  334. package/dist/runtime/server/node_modules/@paperclipai/adapter-pi-local/dist/ui/build-config.js.map +1 -0
  335. package/dist/runtime/server/node_modules/@paperclipai/adapter-pi-local/dist/ui/index.d.ts +3 -0
  336. package/dist/runtime/server/node_modules/@paperclipai/adapter-pi-local/dist/ui/index.d.ts.map +1 -0
  337. package/dist/runtime/server/node_modules/@paperclipai/adapter-pi-local/dist/ui/index.js +3 -0
  338. package/dist/runtime/server/node_modules/@paperclipai/adapter-pi-local/dist/ui/index.js.map +1 -0
  339. package/dist/runtime/server/node_modules/@paperclipai/adapter-pi-local/dist/ui/parse-stdout.d.ts +3 -0
  340. package/dist/runtime/server/node_modules/@paperclipai/adapter-pi-local/dist/ui/parse-stdout.d.ts.map +1 -0
  341. package/dist/runtime/server/node_modules/@paperclipai/adapter-pi-local/dist/ui/parse-stdout.js +163 -0
  342. package/dist/runtime/server/node_modules/@paperclipai/adapter-pi-local/dist/ui/parse-stdout.js.map +1 -0
  343. package/dist/runtime/server/node_modules/@paperclipai/adapter-pi-local/package.json +42 -0
  344. package/dist/runtime/server/node_modules/@paperclipai/adapter-utils/dist/billing.d.ts +2 -0
  345. package/dist/runtime/server/node_modules/@paperclipai/adapter-utils/dist/billing.d.ts.map +1 -0
  346. package/dist/runtime/server/node_modules/@paperclipai/adapter-utils/dist/billing.js +16 -0
  347. package/dist/runtime/server/node_modules/@paperclipai/adapter-utils/dist/billing.js.map +1 -0
  348. package/dist/runtime/server/node_modules/@paperclipai/adapter-utils/dist/billing.test.d.ts +2 -0
  349. package/dist/runtime/server/node_modules/@paperclipai/adapter-utils/dist/billing.test.d.ts.map +1 -0
  350. package/dist/runtime/server/node_modules/@paperclipai/adapter-utils/dist/billing.test.js +14 -0
  351. package/dist/runtime/server/node_modules/@paperclipai/adapter-utils/dist/billing.test.js.map +1 -0
  352. package/dist/runtime/server/node_modules/@paperclipai/adapter-utils/dist/index.d.ts +6 -0
  353. package/dist/runtime/server/node_modules/@paperclipai/adapter-utils/dist/index.d.ts.map +1 -0
  354. package/dist/runtime/server/node_modules/@paperclipai/adapter-utils/dist/index.js +4 -0
  355. package/dist/runtime/server/node_modules/@paperclipai/adapter-utils/dist/index.js.map +1 -0
  356. package/dist/runtime/server/node_modules/@paperclipai/adapter-utils/dist/log-redaction.d.ts +6 -0
  357. package/dist/runtime/server/node_modules/@paperclipai/adapter-utils/dist/log-redaction.d.ts.map +1 -0
  358. package/dist/runtime/server/node_modules/@paperclipai/adapter-utils/dist/log-redaction.js +75 -0
  359. package/dist/runtime/server/node_modules/@paperclipai/adapter-utils/dist/log-redaction.js.map +1 -0
  360. package/dist/runtime/server/node_modules/@paperclipai/adapter-utils/dist/server-utils.d.ts +62 -0
  361. package/dist/runtime/server/node_modules/@paperclipai/adapter-utils/dist/server-utils.d.ts.map +1 -0
  362. package/dist/runtime/server/node_modules/@paperclipai/adapter-utils/dist/server-utils.js +419 -0
  363. package/dist/runtime/server/node_modules/@paperclipai/adapter-utils/dist/server-utils.js.map +1 -0
  364. package/dist/runtime/server/node_modules/@paperclipai/adapter-utils/dist/session-compaction.d.ts +25 -0
  365. package/dist/runtime/server/node_modules/@paperclipai/adapter-utils/dist/session-compaction.d.ts.map +1 -0
  366. package/dist/runtime/server/node_modules/@paperclipai/adapter-utils/dist/session-compaction.js +142 -0
  367. package/dist/runtime/server/node_modules/@paperclipai/adapter-utils/dist/session-compaction.js.map +1 -0
  368. package/dist/runtime/server/node_modules/@paperclipai/adapter-utils/dist/types.d.ts +290 -0
  369. package/dist/runtime/server/node_modules/@paperclipai/adapter-utils/dist/types.d.ts.map +1 -0
  370. package/dist/runtime/server/node_modules/@paperclipai/adapter-utils/dist/types.js +5 -0
  371. package/dist/runtime/server/node_modules/@paperclipai/adapter-utils/dist/types.js.map +1 -0
  372. package/dist/runtime/server/node_modules/@paperclipai/adapter-utils/package.json +30 -0
  373. package/dist/runtime/server/node_modules/@paperclipai/db/dist/backup-lib.d.ts +24 -0
  374. package/dist/runtime/server/node_modules/@paperclipai/db/dist/backup-lib.d.ts.map +1 -0
  375. package/dist/runtime/server/node_modules/@paperclipai/db/dist/backup-lib.js +448 -0
  376. package/dist/runtime/server/node_modules/@paperclipai/db/dist/backup-lib.js.map +1 -0
  377. package/dist/runtime/server/node_modules/@paperclipai/db/dist/backup.d.ts +2 -0
  378. package/dist/runtime/server/node_modules/@paperclipai/db/dist/backup.d.ts.map +1 -0
  379. package/dist/runtime/server/node_modules/@paperclipai/db/dist/backup.js +103 -0
  380. package/dist/runtime/server/node_modules/@paperclipai/db/dist/backup.js.map +1 -0
  381. package/dist/runtime/server/node_modules/@paperclipai/db/dist/client.d.ts +43 -0
  382. package/dist/runtime/server/node_modules/@paperclipai/db/dist/client.d.ts.map +1 -0
  383. package/dist/runtime/server/node_modules/@paperclipai/db/dist/client.js +574 -0
  384. package/dist/runtime/server/node_modules/@paperclipai/db/dist/client.js.map +1 -0
  385. package/dist/runtime/server/node_modules/@paperclipai/db/dist/client.test.d.ts +2 -0
  386. package/dist/runtime/server/node_modules/@paperclipai/db/dist/client.test.d.ts.map +1 -0
  387. package/dist/runtime/server/node_modules/@paperclipai/db/dist/client.test.js +117 -0
  388. package/dist/runtime/server/node_modules/@paperclipai/db/dist/client.test.js.map +1 -0
  389. package/dist/runtime/server/node_modules/@paperclipai/db/dist/index.d.ts +4 -0
  390. package/dist/runtime/server/node_modules/@paperclipai/db/dist/index.d.ts.map +1 -0
  391. package/dist/runtime/server/node_modules/@paperclipai/db/dist/index.js +4 -0
  392. package/dist/runtime/server/node_modules/@paperclipai/db/dist/index.js.map +1 -0
  393. package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrate.d.ts +2 -0
  394. package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrate.d.ts.map +1 -0
  395. package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrate.js +25 -0
  396. package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrate.js.map +1 -0
  397. package/dist/runtime/server/node_modules/@paperclipai/db/dist/migration-runtime.d.ts +7 -0
  398. package/dist/runtime/server/node_modules/@paperclipai/db/dist/migration-runtime.d.ts.map +1 -0
  399. package/dist/runtime/server/node_modules/@paperclipai/db/dist/migration-runtime.js +163 -0
  400. package/dist/runtime/server/node_modules/@paperclipai/db/dist/migration-runtime.js.map +1 -0
  401. package/dist/runtime/server/node_modules/@paperclipai/db/dist/migration-status.d.ts +2 -0
  402. package/dist/runtime/server/node_modules/@paperclipai/db/dist/migration-status.d.ts.map +1 -0
  403. package/dist/runtime/server/node_modules/@paperclipai/db/dist/migration-status.js +55 -0
  404. package/dist/runtime/server/node_modules/@paperclipai/db/dist/migration-status.js.map +1 -0
  405. package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrations/0000_mature_masked_marvel.sql +208 -0
  406. package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrations/0001_fast_northstar.sql +87 -0
  407. package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrations/0002_big_zaladane.sql +1 -0
  408. package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrations/0003_shallow_quentin_quire.sql +5 -0
  409. package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrations/0004_issue_identifiers.sql +28 -0
  410. package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrations/0005_chief_luke_cage.sql +19 -0
  411. package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrations/0006_overjoyed_mister_sinister.sql +36 -0
  412. package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrations/0007_new_quentin_quire.sql +20 -0
  413. package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrations/0008_amused_zzzax.sql +1 -0
  414. package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrations/0009_fast_jackal.sql +36 -0
  415. package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrations/0010_stale_justin_hammer.sql +37 -0
  416. package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrations/0011_windy_corsair.sql +18 -0
  417. package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrations/0012_perpetual_ser_duncan.sql +2 -0
  418. package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrations/0013_dashing_wasp.sql +4 -0
  419. package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrations/0014_many_mikhail_rasputin.sql +135 -0
  420. package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrations/0015_project_color_archived.sql +2 -0
  421. package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrations/0016_agent_icon.sql +1 -0
  422. package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrations/0017_tiresome_gabe_jones.sql +51 -0
  423. package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrations/0018_flat_sleepwalker.sql +26 -0
  424. package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrations/0019_public_victor_mancha.sql +18 -0
  425. package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrations/0020_white_anita_blake.sql +1 -0
  426. package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrations/0021_chief_vindicator.sql +1 -0
  427. package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrations/0022_company_brand_color.sql +1 -0
  428. package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrations/0023_fair_lethal_legion.sql +3 -0
  429. package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrations/0024_far_beast.sql +2 -0
  430. package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrations/0025_nasty_salo.sql +15 -0
  431. package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrations/0026_lying_pete_wisdom.sql +39 -0
  432. package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrations/0027_tranquil_tenebrous.sql +2 -0
  433. package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrations/0028_harsh_goliath.sql +54 -0
  434. package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrations/0029_plugin_tables.sql +177 -0
  435. package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrations/0030_rich_magneto.sql +12 -0
  436. package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrations/0031_zippy_magma.sql +51 -0
  437. package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrations/0032_pretty_doctor_octopus.sql +102 -0
  438. package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrations/0033_shiny_black_tarantula.sql +2 -0
  439. package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrations/0034_fat_dormammu.sql +2 -0
  440. package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrations/0035_marvelous_satana.sql +91 -0
  441. package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrations/0036_cheerful_nitro.sql +9 -0
  442. package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrations/0037_friendly_eddie_brock.sql +29 -0
  443. package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrations/0038_careless_iron_monger.sql +5 -0
  444. package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrations/0039_tickets.sql +25 -0
  445. package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrations/0040_ticket_meta.sql +3 -0
  446. package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrations/meta/0000_snapshot.json +1743 -0
  447. package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrations/meta/0001_snapshot.json +2441 -0
  448. package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrations/meta/0002_snapshot.json +2454 -0
  449. package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrations/meta/0003_snapshot.json +2502 -0
  450. package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrations/meta/0005_snapshot.json +2719 -0
  451. package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrations/meta/0006_snapshot.json +3048 -0
  452. package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrations/meta/0007_snapshot.json +3258 -0
  453. package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrations/meta/0008_snapshot.json +3264 -0
  454. package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrations/meta/0009_snapshot.json +3587 -0
  455. package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrations/meta/0010_snapshot.json +3929 -0
  456. package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrations/meta/0011_snapshot.json +4068 -0
  457. package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrations/meta/0012_snapshot.json +4087 -0
  458. package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrations/meta/0013_snapshot.json +4118 -0
  459. package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrations/meta/0014_snapshot.json +5187 -0
  460. package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrations/meta/0017_snapshot.json +5215 -0
  461. package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrations/meta/0018_snapshot.json +5450 -0
  462. package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrations/meta/0019_snapshot.json +5603 -0
  463. package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrations/meta/0020_snapshot.json +5603 -0
  464. package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrations/meta/0021_snapshot.json +5609 -0
  465. package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrations/meta/0023_snapshot.json +5633 -0
  466. package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrations/meta/0024_snapshot.json +5693 -0
  467. package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrations/meta/0025_snapshot.json +5849 -0
  468. package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrations/meta/0027_snapshot.json +6205 -0
  469. package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrations/meta/0028_snapshot.json +6710 -0
  470. package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrations/meta/0029_snapshot.json +7899 -0
  471. package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrations/meta/0030_snapshot.json +8003 -0
  472. package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrations/meta/0031_snapshot.json +7242 -0
  473. package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrations/meta/0032_snapshot.json +7733 -0
  474. package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrations/meta/0033_snapshot.json +9038 -0
  475. package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrations/meta/0034_snapshot.json +9039 -0
  476. package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrations/meta/0035_snapshot.json +9959 -0
  477. package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrations/meta/0036_snapshot.json +10023 -0
  478. package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrations/meta/0037_snapshot.json +10263 -0
  479. package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrations/meta/0038_snapshot.json +10301 -0
  480. package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrations/meta/_journal.json +293 -0
  481. package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrations/migrations/0000_mature_masked_marvel.sql +208 -0
  482. package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrations/migrations/0001_fast_northstar.sql +87 -0
  483. package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrations/migrations/0002_big_zaladane.sql +1 -0
  484. package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrations/migrations/0003_shallow_quentin_quire.sql +5 -0
  485. package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrations/migrations/0004_issue_identifiers.sql +28 -0
  486. package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrations/migrations/0005_chief_luke_cage.sql +19 -0
  487. package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrations/migrations/0006_overjoyed_mister_sinister.sql +36 -0
  488. package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrations/migrations/0007_new_quentin_quire.sql +20 -0
  489. package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrations/migrations/0008_amused_zzzax.sql +1 -0
  490. package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrations/migrations/0009_fast_jackal.sql +36 -0
  491. package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrations/migrations/0010_stale_justin_hammer.sql +37 -0
  492. package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrations/migrations/0011_windy_corsair.sql +18 -0
  493. package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrations/migrations/0012_perpetual_ser_duncan.sql +2 -0
  494. package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrations/migrations/0013_dashing_wasp.sql +4 -0
  495. package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrations/migrations/0014_many_mikhail_rasputin.sql +135 -0
  496. package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrations/migrations/0015_project_color_archived.sql +2 -0
  497. package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrations/migrations/0016_agent_icon.sql +1 -0
  498. package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrations/migrations/0017_tiresome_gabe_jones.sql +51 -0
  499. package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrations/migrations/0018_flat_sleepwalker.sql +26 -0
  500. package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrations/migrations/0019_public_victor_mancha.sql +18 -0
  501. package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrations/migrations/0020_white_anita_blake.sql +1 -0
  502. package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrations/migrations/0021_chief_vindicator.sql +1 -0
  503. package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrations/migrations/0022_company_brand_color.sql +1 -0
  504. package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrations/migrations/0023_fair_lethal_legion.sql +3 -0
  505. package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrations/migrations/0024_far_beast.sql +2 -0
  506. package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrations/migrations/0025_nasty_salo.sql +15 -0
  507. package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrations/migrations/0026_lying_pete_wisdom.sql +39 -0
  508. package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrations/migrations/0027_tranquil_tenebrous.sql +2 -0
  509. package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrations/migrations/0028_harsh_goliath.sql +54 -0
  510. package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrations/migrations/0029_plugin_tables.sql +177 -0
  511. package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrations/migrations/0030_rich_magneto.sql +12 -0
  512. package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrations/migrations/0031_zippy_magma.sql +51 -0
  513. package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrations/migrations/0032_pretty_doctor_octopus.sql +102 -0
  514. package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrations/migrations/0033_shiny_black_tarantula.sql +2 -0
  515. package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrations/migrations/0034_fat_dormammu.sql +2 -0
  516. package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrations/migrations/0035_marvelous_satana.sql +91 -0
  517. package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrations/migrations/0036_cheerful_nitro.sql +9 -0
  518. package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrations/migrations/0037_friendly_eddie_brock.sql +29 -0
  519. package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrations/migrations/0038_careless_iron_monger.sql +5 -0
  520. package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrations/migrations/0039_tickets.sql +25 -0
  521. package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrations/migrations/0040_ticket_meta.sql +3 -0
  522. package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrations/migrations/meta/0000_snapshot.json +1743 -0
  523. package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrations/migrations/meta/0001_snapshot.json +2441 -0
  524. package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrations/migrations/meta/0002_snapshot.json +2454 -0
  525. package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrations/migrations/meta/0003_snapshot.json +2502 -0
  526. package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrations/migrations/meta/0005_snapshot.json +2719 -0
  527. package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrations/migrations/meta/0006_snapshot.json +3048 -0
  528. package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrations/migrations/meta/0007_snapshot.json +3258 -0
  529. package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrations/migrations/meta/0008_snapshot.json +3264 -0
  530. package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrations/migrations/meta/0009_snapshot.json +3587 -0
  531. package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrations/migrations/meta/0010_snapshot.json +3929 -0
  532. package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrations/migrations/meta/0011_snapshot.json +4068 -0
  533. package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrations/migrations/meta/0012_snapshot.json +4087 -0
  534. package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrations/migrations/meta/0013_snapshot.json +4118 -0
  535. package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrations/migrations/meta/0014_snapshot.json +5187 -0
  536. package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrations/migrations/meta/0017_snapshot.json +5215 -0
  537. package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrations/migrations/meta/0018_snapshot.json +5450 -0
  538. package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrations/migrations/meta/0019_snapshot.json +5603 -0
  539. package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrations/migrations/meta/0020_snapshot.json +5603 -0
  540. package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrations/migrations/meta/0021_snapshot.json +5609 -0
  541. package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrations/migrations/meta/0023_snapshot.json +5633 -0
  542. package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrations/migrations/meta/0024_snapshot.json +5693 -0
  543. package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrations/migrations/meta/0025_snapshot.json +5849 -0
  544. package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrations/migrations/meta/0027_snapshot.json +6205 -0
  545. package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrations/migrations/meta/0028_snapshot.json +6710 -0
  546. package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrations/migrations/meta/0029_snapshot.json +7899 -0
  547. package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrations/migrations/meta/0030_snapshot.json +8003 -0
  548. package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrations/migrations/meta/0031_snapshot.json +7242 -0
  549. package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrations/migrations/meta/0032_snapshot.json +7733 -0
  550. package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrations/migrations/meta/0033_snapshot.json +9038 -0
  551. package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrations/migrations/meta/0034_snapshot.json +9039 -0
  552. package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrations/migrations/meta/0035_snapshot.json +9959 -0
  553. package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrations/migrations/meta/0036_snapshot.json +10023 -0
  554. package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrations/migrations/meta/0037_snapshot.json +10263 -0
  555. package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrations/migrations/meta/0038_snapshot.json +10301 -0
  556. package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrations/migrations/meta/_journal.json +293 -0
  557. package/dist/runtime/server/node_modules/@paperclipai/db/dist/runtime-config.d.ts +16 -0
  558. package/dist/runtime/server/node_modules/@paperclipai/db/dist/runtime-config.d.ts.map +1 -0
  559. package/dist/runtime/server/node_modules/@paperclipai/db/dist/runtime-config.js +197 -0
  560. package/dist/runtime/server/node_modules/@paperclipai/db/dist/runtime-config.js.map +1 -0
  561. package/dist/runtime/server/node_modules/@paperclipai/db/dist/runtime-config.test.d.ts +2 -0
  562. package/dist/runtime/server/node_modules/@paperclipai/db/dist/runtime-config.test.d.ts.map +1 -0
  563. package/dist/runtime/server/node_modules/@paperclipai/db/dist/runtime-config.test.js +93 -0
  564. package/dist/runtime/server/node_modules/@paperclipai/db/dist/runtime-config.test.js.map +1 -0
  565. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/activity_log.d.ts +197 -0
  566. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/activity_log.d.ts.map +1 -0
  567. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/activity_log.js +22 -0
  568. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/activity_log.js.map +1 -0
  569. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/agent_api_keys.d.ts +144 -0
  570. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/agent_api_keys.d.ts.map +1 -0
  571. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/agent_api_keys.js +17 -0
  572. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/agent_api_keys.js.map +1 -0
  573. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/agent_config_revisions.d.ts +201 -0
  574. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/agent_config_revisions.d.ts.map +1 -0
  575. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/agent_config_revisions.js +20 -0
  576. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/agent_config_revisions.js.map +1 -0
  577. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/agent_runtime_state.d.ts +248 -0
  578. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/agent_runtime_state.d.ts.map +1 -0
  579. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/agent_runtime_state.js +23 -0
  580. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/agent_runtime_state.js.map +1 -0
  581. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/agent_task_sessions.d.ts +197 -0
  582. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/agent_task_sessions.d.ts.map +1 -0
  583. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/agent_task_sessions.js +22 -0
  584. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/agent_task_sessions.js.map +1 -0
  585. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/agent_wakeup_requests.d.ts +333 -0
  586. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/agent_wakeup_requests.d.ts.map +1 -0
  587. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/agent_wakeup_requests.js +29 -0
  588. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/agent_wakeup_requests.js.map +1 -0
  589. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/agents.d.ts +373 -0
  590. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/agents.d.ts.map +1 -0
  591. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/agents.js +29 -0
  592. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/agents.js.map +1 -0
  593. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/approval_comments.d.ts +144 -0
  594. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/approval_comments.d.ts.map +1 -0
  595. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/approval_comments.js +19 -0
  596. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/approval_comments.js.map +1 -0
  597. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/approvals.d.ts +214 -0
  598. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/approvals.d.ts.map +1 -0
  599. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/approvals.js +20 -0
  600. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/approvals.js.map +1 -0
  601. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/assets.d.ts +212 -0
  602. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/assets.d.ts.map +1 -0
  603. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/assets.js +22 -0
  604. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/assets.js.map +1 -0
  605. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/auth.d.ts +607 -0
  606. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/auth.d.ts.map +1 -0
  607. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/auth.js +44 -0
  608. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/auth.js.map +1 -0
  609. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/budget_incidents.d.ts +297 -0
  610. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/budget_incidents.d.ts.map +1 -0
  611. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/budget_incidents.js +29 -0
  612. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/budget_incidents.js.map +1 -0
  613. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/budget_policies.d.ts +263 -0
  614. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/budget_policies.d.ts.map +1 -0
  615. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/budget_policies.js +24 -0
  616. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/budget_policies.js.map +1 -0
  617. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/companies.d.ts +246 -0
  618. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/companies.d.ts.map +1 -0
  619. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/companies.js +22 -0
  620. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/companies.js.map +1 -0
  621. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/company_logos.d.ts +93 -0
  622. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/company_logos.d.ts.map +1 -0
  623. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/company_logos.js +14 -0
  624. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/company_logos.js.map +1 -0
  625. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/company_memberships.d.ts +144 -0
  626. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/company_memberships.d.ts.map +1 -0
  627. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/company_memberships.js +17 -0
  628. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/company_memberships.js.map +1 -0
  629. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/company_secret_versions.d.ts +163 -0
  630. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/company_secret_versions.d.ts.map +1 -0
  631. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/company_secret_versions.js +19 -0
  632. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/company_secret_versions.js.map +1 -0
  633. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/company_secrets.d.ts +195 -0
  634. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/company_secrets.d.ts.map +1 -0
  635. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/company_secrets.js +21 -0
  636. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/company_secrets.js.map +1 -0
  637. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/cost_events.d.ts +314 -0
  638. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/cost_events.d.ts.map +1 -0
  639. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/cost_events.js +34 -0
  640. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/cost_events.js.map +1 -0
  641. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/document_revisions.d.ts +161 -0
  642. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/document_revisions.d.ts.map +1 -0
  643. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/document_revisions.js +19 -0
  644. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/document_revisions.js.map +1 -0
  645. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/documents.d.ts +229 -0
  646. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/documents.d.ts.map +1 -0
  647. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/documents.js +22 -0
  648. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/documents.js.map +1 -0
  649. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/execution_workspaces.d.ts +418 -0
  650. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/execution_workspaces.d.ts.map +1 -0
  651. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/execution_workspaces.js +39 -0
  652. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/execution_workspaces.js.map +1 -0
  653. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/finance_events.d.ts +469 -0
  654. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/finance_events.d.ts.map +1 -0
  655. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/finance_events.js +45 -0
  656. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/finance_events.js.map +1 -0
  657. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/goals.d.ts +178 -0
  658. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/goals.d.ts.map +1 -0
  659. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/goals.js +18 -0
  660. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/goals.js.map +1 -0
  661. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/heartbeat_run_events.d.ts +214 -0
  662. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/heartbeat_run_events.d.ts.map +1 -0
  663. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/heartbeat_run_events.js +23 -0
  664. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/heartbeat_run_events.js.map +1 -0
  665. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/heartbeat_runs.d.ts +558 -0
  666. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/heartbeat_runs.d.ts.map +1 -0
  667. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/heartbeat_runs.js +43 -0
  668. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/heartbeat_runs.js.map +1 -0
  669. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/index.d.ts +55 -0
  670. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/index.d.ts.map +1 -0
  671. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/index.js +55 -0
  672. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/index.js.map +1 -0
  673. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/instance_settings.d.ts +95 -0
  674. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/instance_settings.d.ts.map +1 -0
  675. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/instance_settings.js +11 -0
  676. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/instance_settings.js.map +1 -0
  677. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/instance_user_roles.d.ts +93 -0
  678. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/instance_user_roles.d.ts.map +1 -0
  679. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/instance_user_roles.js +12 -0
  680. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/instance_user_roles.js.map +1 -0
  681. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/invites.d.ts +214 -0
  682. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/invites.d.ts.map +1 -0
  683. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/invites.js +20 -0
  684. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/invites.js.map +1 -0
  685. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/issue_approvals.d.ts +110 -0
  686. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/issue_approvals.d.ts.map +1 -0
  687. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/issue_approvals.js +19 -0
  688. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/issue_approvals.js.map +1 -0
  689. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/issue_attachments.d.ts +127 -0
  690. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/issue_attachments.d.ts.map +1 -0
  691. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/issue_attachments.js +19 -0
  692. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/issue_attachments.js.map +1 -0
  693. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/issue_comments.d.ts +144 -0
  694. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/issue_comments.d.ts.map +1 -0
  695. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/issue_comments.js +20 -0
  696. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/issue_comments.js.map +1 -0
  697. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/issue_documents.d.ts +127 -0
  698. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/issue_documents.d.ts.map +1 -0
  699. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/issue_documents.js +18 -0
  700. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/issue_documents.js.map +1 -0
  701. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/issue_labels.d.ts +76 -0
  702. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/issue_labels.d.ts.map +1 -0
  703. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/issue_labels.js +16 -0
  704. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/issue_labels.js.map +1 -0
  705. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/issue_read_states.d.ts +127 -0
  706. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/issue_read_states.d.ts.map +1 -0
  707. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/issue_read_states.js +17 -0
  708. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/issue_read_states.js.map +1 -0
  709. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/issue_work_products.d.ts +350 -0
  710. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/issue_work_products.d.ts.map +1 -0
  711. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/issue_work_products.js +37 -0
  712. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/issue_work_products.js.map +1 -0
  713. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/issues.d.ts +590 -0
  714. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/issues.d.ts.map +1 -0
  715. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/issues.js +58 -0
  716. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/issues.js.map +1 -0
  717. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/join_requests.d.ts +384 -0
  718. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/join_requests.d.ts.map +1 -0
  719. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/join_requests.js +32 -0
  720. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/join_requests.js.map +1 -0
  721. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/labels.d.ts +110 -0
  722. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/labels.d.ts.map +1 -0
  723. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/labels.js +14 -0
  724. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/labels.js.map +1 -0
  725. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/plugin_company_settings.d.ts +158 -0
  726. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/plugin_company_settings.d.ts.map +1 -0
  727. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/plugin_company_settings.js +34 -0
  728. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/plugin_company_settings.js.map +1 -0
  729. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/plugin_config.d.ts +123 -0
  730. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/plugin_config.d.ts.map +1 -0
  731. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/plugin_config.js +26 -0
  732. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/plugin_config.js.map +1 -0
  733. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/plugin_entities.d.ts +213 -0
  734. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/plugin_entities.d.ts.map +1 -0
  735. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/plugin_entities.js +37 -0
  736. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/plugin_entities.js.map +1 -0
  737. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/plugin_jobs.d.ts +392 -0
  738. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/plugin_jobs.d.ts.map +1 -0
  739. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/plugin_jobs.js +83 -0
  740. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/plugin_jobs.js.map +1 -0
  741. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/plugin_logs.d.ts +125 -0
  742. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/plugin_logs.d.ts.map +1 -0
  743. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/plugin_logs.js +29 -0
  744. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/plugin_logs.js.map +1 -0
  745. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/plugin_state.d.ts +169 -0
  746. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/plugin_state.d.ts.map +1 -0
  747. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/plugin_state.js +68 -0
  748. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/plugin_state.js.map +1 -0
  749. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/plugin_webhooks.d.ts +239 -0
  750. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/plugin_webhooks.d.ts.map +1 -0
  751. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/plugin_webhooks.js +52 -0
  752. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/plugin_webhooks.js.map +1 -0
  753. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/plugins.d.ts +246 -0
  754. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/plugins.d.ts.map +1 -0
  755. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/plugins.js +31 -0
  756. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/plugins.js.map +1 -0
  757. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/principal_permission_grants.d.ts +163 -0
  758. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/principal_permission_grants.d.ts.map +1 -0
  759. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/principal_permission_grants.js +17 -0
  760. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/principal_permission_grants.js.map +1 -0
  761. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/project_goals.d.ts +93 -0
  762. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/project_goals.d.ts.map +1 -0
  763. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/project_goals.js +17 -0
  764. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/project_goals.js.map +1 -0
  765. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/project_workspaces.d.ts +333 -0
  766. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/project_workspaces.d.ts.map +1 -0
  767. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/project_workspaces.js +32 -0
  768. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/project_workspaces.js.map +1 -0
  769. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/projects.d.ts +265 -0
  770. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/projects.d.ts.map +1 -0
  771. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/projects.js +24 -0
  772. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/projects.js.map +1 -0
  773. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/tickets.d.ts +284 -0
  774. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/tickets.d.ts.map +1 -0
  775. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/tickets.js +24 -0
  776. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/tickets.js.map +1 -0
  777. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/workspace_operations.d.ts +367 -0
  778. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/workspace_operations.d.ts.map +1 -0
  779. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/workspace_operations.js +35 -0
  780. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/workspace_operations.js.map +1 -0
  781. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/workspace_runtime_services.d.ts +469 -0
  782. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/workspace_runtime_services.d.ts.map +1 -0
  783. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/workspace_runtime_services.js +44 -0
  784. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/workspace_runtime_services.js.map +1 -0
  785. package/dist/runtime/server/node_modules/@paperclipai/db/dist/seed.d.ts +2 -0
  786. package/dist/runtime/server/node_modules/@paperclipai/db/dist/seed.d.ts.map +1 -0
  787. package/dist/runtime/server/node_modules/@paperclipai/db/dist/seed.js +91 -0
  788. package/dist/runtime/server/node_modules/@paperclipai/db/dist/seed.js.map +1 -0
  789. package/dist/runtime/server/node_modules/@paperclipai/db/package.json +36 -0
  790. package/dist/runtime/server/node_modules/@paperclipai/plugin-sdk/dist/bundlers.d.ts +57 -0
  791. package/dist/runtime/server/node_modules/@paperclipai/plugin-sdk/dist/bundlers.d.ts.map +1 -0
  792. package/dist/runtime/server/node_modules/@paperclipai/plugin-sdk/dist/bundlers.js +105 -0
  793. package/dist/runtime/server/node_modules/@paperclipai/plugin-sdk/dist/bundlers.js.map +1 -0
  794. package/dist/runtime/server/node_modules/@paperclipai/plugin-sdk/dist/define-plugin.d.ts +218 -0
  795. package/dist/runtime/server/node_modules/@paperclipai/plugin-sdk/dist/define-plugin.d.ts.map +1 -0
  796. package/dist/runtime/server/node_modules/@paperclipai/plugin-sdk/dist/define-plugin.js +85 -0
  797. package/dist/runtime/server/node_modules/@paperclipai/plugin-sdk/dist/define-plugin.js.map +1 -0
  798. package/dist/runtime/server/node_modules/@paperclipai/plugin-sdk/dist/dev-cli.d.ts +3 -0
  799. package/dist/runtime/server/node_modules/@paperclipai/plugin-sdk/dist/dev-cli.d.ts.map +1 -0
  800. package/dist/runtime/server/node_modules/@paperclipai/plugin-sdk/dist/dev-cli.js +49 -0
  801. package/dist/runtime/server/node_modules/@paperclipai/plugin-sdk/dist/dev-cli.js.map +1 -0
  802. package/dist/runtime/server/node_modules/@paperclipai/plugin-sdk/dist/dev-server.d.ts +34 -0
  803. package/dist/runtime/server/node_modules/@paperclipai/plugin-sdk/dist/dev-server.d.ts.map +1 -0
  804. package/dist/runtime/server/node_modules/@paperclipai/plugin-sdk/dist/dev-server.js +194 -0
  805. package/dist/runtime/server/node_modules/@paperclipai/plugin-sdk/dist/dev-server.js.map +1 -0
  806. package/dist/runtime/server/node_modules/@paperclipai/plugin-sdk/dist/host-client-factory.d.ts +229 -0
  807. package/dist/runtime/server/node_modules/@paperclipai/plugin-sdk/dist/host-client-factory.d.ts.map +1 -0
  808. package/dist/runtime/server/node_modules/@paperclipai/plugin-sdk/dist/host-client-factory.js +353 -0
  809. package/dist/runtime/server/node_modules/@paperclipai/plugin-sdk/dist/host-client-factory.js.map +1 -0
  810. package/dist/runtime/server/node_modules/@paperclipai/plugin-sdk/dist/index.d.ts +84 -0
  811. package/dist/runtime/server/node_modules/@paperclipai/plugin-sdk/dist/index.d.ts.map +1 -0
  812. package/dist/runtime/server/node_modules/@paperclipai/plugin-sdk/dist/index.js +84 -0
  813. package/dist/runtime/server/node_modules/@paperclipai/plugin-sdk/dist/index.js.map +1 -0
  814. package/dist/runtime/server/node_modules/@paperclipai/plugin-sdk/dist/protocol.d.ts +881 -0
  815. package/dist/runtime/server/node_modules/@paperclipai/plugin-sdk/dist/protocol.d.ts.map +1 -0
  816. package/dist/runtime/server/node_modules/@paperclipai/plugin-sdk/dist/protocol.js +297 -0
  817. package/dist/runtime/server/node_modules/@paperclipai/plugin-sdk/dist/protocol.js.map +1 -0
  818. package/dist/runtime/server/node_modules/@paperclipai/plugin-sdk/dist/testing.d.ts +63 -0
  819. package/dist/runtime/server/node_modules/@paperclipai/plugin-sdk/dist/testing.d.ts.map +1 -0
  820. package/dist/runtime/server/node_modules/@paperclipai/plugin-sdk/dist/testing.js +702 -0
  821. package/dist/runtime/server/node_modules/@paperclipai/plugin-sdk/dist/testing.js.map +1 -0
  822. package/dist/runtime/server/node_modules/@paperclipai/plugin-sdk/dist/types.d.ts +982 -0
  823. package/dist/runtime/server/node_modules/@paperclipai/plugin-sdk/dist/types.d.ts.map +1 -0
  824. package/dist/runtime/server/node_modules/@paperclipai/plugin-sdk/dist/types.js +12 -0
  825. package/dist/runtime/server/node_modules/@paperclipai/plugin-sdk/dist/types.js.map +1 -0
  826. package/dist/runtime/server/node_modules/@paperclipai/plugin-sdk/dist/ui/components.d.ts +257 -0
  827. package/dist/runtime/server/node_modules/@paperclipai/plugin-sdk/dist/ui/components.d.ts.map +1 -0
  828. package/dist/runtime/server/node_modules/@paperclipai/plugin-sdk/dist/ui/components.js +97 -0
  829. package/dist/runtime/server/node_modules/@paperclipai/plugin-sdk/dist/ui/components.js.map +1 -0
  830. package/dist/runtime/server/node_modules/@paperclipai/plugin-sdk/dist/ui/hooks.d.ts +120 -0
  831. package/dist/runtime/server/node_modules/@paperclipai/plugin-sdk/dist/ui/hooks.d.ts.map +1 -0
  832. package/dist/runtime/server/node_modules/@paperclipai/plugin-sdk/dist/ui/hooks.js +148 -0
  833. package/dist/runtime/server/node_modules/@paperclipai/plugin-sdk/dist/ui/hooks.js.map +1 -0
  834. package/dist/runtime/server/node_modules/@paperclipai/plugin-sdk/dist/ui/index.d.ts +50 -0
  835. package/dist/runtime/server/node_modules/@paperclipai/plugin-sdk/dist/ui/index.d.ts.map +1 -0
  836. package/dist/runtime/server/node_modules/@paperclipai/plugin-sdk/dist/ui/index.js +48 -0
  837. package/dist/runtime/server/node_modules/@paperclipai/plugin-sdk/dist/ui/index.js.map +1 -0
  838. package/dist/runtime/server/node_modules/@paperclipai/plugin-sdk/dist/ui/runtime.d.ts +3 -0
  839. package/dist/runtime/server/node_modules/@paperclipai/plugin-sdk/dist/ui/runtime.d.ts.map +1 -0
  840. package/dist/runtime/server/node_modules/@paperclipai/plugin-sdk/dist/ui/runtime.js +30 -0
  841. package/dist/runtime/server/node_modules/@paperclipai/plugin-sdk/dist/ui/runtime.js.map +1 -0
  842. package/dist/runtime/server/node_modules/@paperclipai/plugin-sdk/dist/ui/types.d.ts +308 -0
  843. package/dist/runtime/server/node_modules/@paperclipai/plugin-sdk/dist/ui/types.d.ts.map +1 -0
  844. package/dist/runtime/server/node_modules/@paperclipai/plugin-sdk/dist/ui/types.js +17 -0
  845. package/dist/runtime/server/node_modules/@paperclipai/plugin-sdk/dist/ui/types.js.map +1 -0
  846. package/dist/runtime/server/node_modules/@paperclipai/plugin-sdk/dist/worker-rpc-host.d.ts +127 -0
  847. package/dist/runtime/server/node_modules/@paperclipai/plugin-sdk/dist/worker-rpc-host.d.ts.map +1 -0
  848. package/dist/runtime/server/node_modules/@paperclipai/plugin-sdk/dist/worker-rpc-host.js +941 -0
  849. package/dist/runtime/server/node_modules/@paperclipai/plugin-sdk/dist/worker-rpc-host.js.map +1 -0
  850. package/dist/runtime/server/node_modules/@paperclipai/plugin-sdk/package.json +74 -0
  851. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/agent-url-key.d.ts +4 -0
  852. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/agent-url-key.d.ts.map +1 -0
  853. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/agent-url-key.js +22 -0
  854. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/agent-url-key.js.map +1 -0
  855. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/api.d.ts +20 -0
  856. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/api.d.ts.map +1 -0
  857. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/api.js +20 -0
  858. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/api.js.map +1 -0
  859. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/config-schema.d.ts +705 -0
  860. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/config-schema.d.ts.map +1 -0
  861. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/config-schema.js +149 -0
  862. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/config-schema.js.map +1 -0
  863. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/constants.d.ts +214 -0
  864. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/constants.d.ts.map +1 -0
  865. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/constants.js +553 -0
  866. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/constants.js.map +1 -0
  867. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/gtm.d.ts +116 -0
  868. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/gtm.d.ts.map +1 -0
  869. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/gtm.js +181 -0
  870. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/gtm.js.map +1 -0
  871. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/index.d.ts +12 -0
  872. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/index.d.ts.map +1 -0
  873. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/index.js +11 -0
  874. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/index.js.map +1 -0
  875. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/project-mentions.d.ts +9 -0
  876. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/project-mentions.d.ts.map +1 -0
  877. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/project-mentions.js +71 -0
  878. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/project-mentions.js.map +1 -0
  879. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/project-url-key.d.ts +3 -0
  880. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/project-url-key.d.ts.map +1 -0
  881. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/project-url-key.js +16 -0
  882. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/project-url-key.js.map +1 -0
  883. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/surface-runtime.d.ts +15 -0
  884. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/surface-runtime.d.ts.map +1 -0
  885. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/surface-runtime.js +40 -0
  886. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/surface-runtime.js.map +1 -0
  887. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/access.d.ts +67 -0
  888. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/access.d.ts.map +1 -0
  889. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/access.js +2 -0
  890. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/access.js.map +1 -0
  891. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/activity.d.ts +14 -0
  892. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/activity.d.ts.map +1 -0
  893. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/activity.js +2 -0
  894. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/activity.js.map +1 -0
  895. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/agent.d.ts +80 -0
  896. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/agent.d.ts.map +1 -0
  897. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/agent.js +2 -0
  898. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/agent.js.map +1 -0
  899. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/approval.d.ts +26 -0
  900. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/approval.d.ts.map +1 -0
  901. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/approval.js +2 -0
  902. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/approval.js.map +1 -0
  903. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/asset.d.ts +16 -0
  904. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/asset.d.ts.map +1 -0
  905. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/asset.js +2 -0
  906. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/asset.js.map +1 -0
  907. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/budget.d.ts +86 -0
  908. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/budget.d.ts.map +1 -0
  909. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/budget.js +2 -0
  910. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/budget.js.map +1 -0
  911. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/company-portability.d.ts +120 -0
  912. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/company-portability.d.ts.map +1 -0
  913. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/company-portability.js +2 -0
  914. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/company-portability.js.map +1 -0
  915. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/company.d.ts +20 -0
  916. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/company.d.ts.map +1 -0
  917. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/company.js +2 -0
  918. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/company.js.map +1 -0
  919. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/cost.d.ts +106 -0
  920. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/cost.d.ts.map +1 -0
  921. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/cost.js +2 -0
  922. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/cost.js.map +1 -0
  923. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/dashboard.d.ts +28 -0
  924. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/dashboard.d.ts.map +1 -0
  925. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/dashboard.js +2 -0
  926. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/dashboard.js.map +1 -0
  927. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/finance.d.ts +57 -0
  928. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/finance.d.ts.map +1 -0
  929. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/finance.js +2 -0
  930. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/finance.js.map +1 -0
  931. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/goal.d.ts +14 -0
  932. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/goal.d.ts.map +1 -0
  933. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/goal.js +2 -0
  934. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/goal.js.map +1 -0
  935. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/heartbeat.d.ts +118 -0
  936. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/heartbeat.d.ts.map +1 -0
  937. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/heartbeat.js +2 -0
  938. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/heartbeat.js.map +1 -0
  939. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/index.d.ts +26 -0
  940. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/index.d.ts.map +1 -0
  941. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/index.js +2 -0
  942. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/index.js.map +1 -0
  943. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/instance.d.ts +10 -0
  944. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/instance.d.ts.map +1 -0
  945. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/instance.js +2 -0
  946. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/instance.js.map +1 -0
  947. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/issue.d.ts +164 -0
  948. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/issue.d.ts.map +1 -0
  949. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/issue.js +2 -0
  950. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/issue.js.map +1 -0
  951. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/live.d.ts +9 -0
  952. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/live.d.ts.map +1 -0
  953. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/live.js +2 -0
  954. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/live.js.map +1 -0
  955. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/plugin.d.ts +419 -0
  956. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/plugin.d.ts.map +1 -0
  957. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/plugin.js +2 -0
  958. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/plugin.js.map +1 -0
  959. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/project.d.ts +67 -0
  960. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/project.d.ts.map +1 -0
  961. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/project.js +2 -0
  962. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/project.js.map +1 -0
  963. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/quota.d.ts +26 -0
  964. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/quota.d.ts.map +1 -0
  965. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/quota.js +2 -0
  966. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/quota.js.map +1 -0
  967. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/secrets.d.ts +32 -0
  968. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/secrets.d.ts.map +1 -0
  969. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/secrets.js +2 -0
  970. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/secrets.js.map +1 -0
  971. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/sidebar-badges.d.ts +7 -0
  972. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/sidebar-badges.d.ts.map +1 -0
  973. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/sidebar-badges.js +2 -0
  974. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/sidebar-badges.js.map +1 -0
  975. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/ticket.d.ts +26 -0
  976. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/ticket.d.ts.map +1 -0
  977. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/ticket.js +2 -0
  978. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/ticket.js.map +1 -0
  979. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/work-product.d.ts +27 -0
  980. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/work-product.d.ts.map +1 -0
  981. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/work-product.js +2 -0
  982. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/work-product.js.map +1 -0
  983. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/workspace-operation.d.ts +26 -0
  984. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/workspace-operation.d.ts.map +1 -0
  985. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/workspace-operation.js +2 -0
  986. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/workspace-operation.js.map +1 -0
  987. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/workspace-runtime.d.ts +86 -0
  988. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/workspace-runtime.d.ts.map +1 -0
  989. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/workspace-runtime.js +2 -0
  990. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/workspace-runtime.js.map +1 -0
  991. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/validators/access.d.ts +109 -0
  992. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/validators/access.d.ts.map +1 -0
  993. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/validators/access.js +40 -0
  994. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/validators/access.js.map +1 -0
  995. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/validators/agent.d.ts +235 -0
  996. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/validators/agent.d.ts.map +1 -0
  997. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/validators/agent.js +71 -0
  998. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/validators/agent.js.map +1 -0
  999. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/validators/approval.d.ts +57 -0
  1000. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/validators/approval.d.ts.map +1 -0
  1001. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/validators/approval.js +23 -0
  1002. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/validators/approval.js.map +1 -0
  1003. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/validators/asset.d.ts +10 -0
  1004. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/validators/asset.d.ts.map +1 -0
  1005. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/validators/asset.js +11 -0
  1006. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/validators/asset.js.map +1 -0
  1007. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/validators/budget.d.ts +56 -0
  1008. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/validators/budget.d.ts.map +1 -0
  1009. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/validators/budget.js +27 -0
  1010. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/validators/budget.js.map +1 -0
  1011. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/validators/company-portability.d.ts +1535 -0
  1012. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/validators/company-portability.d.ts.map +1 -0
  1013. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/validators/company-portability.js +95 -0
  1014. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/validators/company-portability.js.map +1 -0
  1015. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/validators/company.d.ts +64 -0
  1016. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/validators/company.d.ts.map +1 -0
  1017. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/validators/company.js +25 -0
  1018. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/validators/company.js.map +1 -0
  1019. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/validators/cost.d.ts +92 -0
  1020. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/validators/cost.d.ts.map +1 -0
  1021. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/validators/cost.js +26 -0
  1022. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/validators/cost.js.map +1 -0
  1023. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/validators/execution-workspace.d.ts +20 -0
  1024. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/validators/execution-workspace.d.ts.map +1 -0
  1025. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/validators/execution-workspace.js +15 -0
  1026. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/validators/execution-workspace.js.map +1 -0
  1027. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/validators/finance.d.ts +129 -0
  1028. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/validators/finance.d.ts.map +1 -0
  1029. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/validators/finance.js +32 -0
  1030. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/validators/finance.js.map +1 -0
  1031. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/validators/goal.d.ts +48 -0
  1032. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/validators/goal.d.ts.map +1 -0
  1033. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/validators/goal.js +12 -0
  1034. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/validators/goal.js.map +1 -0
  1035. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/validators/index.d.ts +19 -0
  1036. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/validators/index.d.ts.map +1 -0
  1037. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/validators/index.js +19 -0
  1038. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/validators/index.js.map +1 -0
  1039. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/validators/instance.d.ts +18 -0
  1040. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/validators/instance.d.ts.map +1 -0
  1041. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/validators/instance.js +6 -0
  1042. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/validators/instance.js.map +1 -0
  1043. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/validators/issue.d.ts +656 -0
  1044. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/validators/issue.d.ts.map +1 -0
  1045. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/validators/issue.js +95 -0
  1046. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/validators/issue.js.map +1 -0
  1047. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/validators/plugin.d.ts +1173 -0
  1048. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/validators/plugin.d.ts.map +1 -0
  1049. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/validators/plugin.js +547 -0
  1050. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/validators/plugin.js.map +1 -0
  1051. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/validators/project.d.ts +583 -0
  1052. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/validators/project.d.ts.map +1 -0
  1053. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/validators/project.js +93 -0
  1054. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/validators/project.js.map +1 -0
  1055. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/validators/secret.d.ts +114 -0
  1056. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/validators/secret.d.ts.map +1 -0
  1057. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/validators/secret.js +35 -0
  1058. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/validators/secret.js.map +1 -0
  1059. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/validators/ticket.d.ts +56 -0
  1060. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/validators/ticket.d.ts.map +1 -0
  1061. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/validators/ticket.js +22 -0
  1062. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/validators/ticket.js.map +1 -0
  1063. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/validators/work-product.d.ts +105 -0
  1064. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/validators/work-product.d.ts.map +1 -0
  1065. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/validators/work-product.js +46 -0
  1066. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/validators/work-product.js.map +1 -0
  1067. package/dist/runtime/server/node_modules/@paperclipai/shared/package.json +33 -0
  1068. package/package.json +1 -1
@@ -0,0 +1,1535 @@
1
+ import { z } from "zod";
2
+ export declare const portabilityIncludeSchema: z.ZodObject<{
3
+ company: z.ZodOptional<z.ZodOptional<z.ZodBoolean>>;
4
+ agents: z.ZodOptional<z.ZodOptional<z.ZodBoolean>>;
5
+ }, "strip", z.ZodTypeAny, {
6
+ company?: boolean | undefined;
7
+ agents?: boolean | undefined;
8
+ }, {
9
+ company?: boolean | undefined;
10
+ agents?: boolean | undefined;
11
+ }>;
12
+ export declare const portabilitySecretRequirementSchema: z.ZodObject<{
13
+ key: z.ZodString;
14
+ description: z.ZodNullable<z.ZodString>;
15
+ agentSlug: z.ZodNullable<z.ZodString>;
16
+ providerHint: z.ZodNullable<z.ZodString>;
17
+ }, "strip", z.ZodTypeAny, {
18
+ agentSlug: string | null;
19
+ description: string | null;
20
+ key: string;
21
+ providerHint: string | null;
22
+ }, {
23
+ agentSlug: string | null;
24
+ description: string | null;
25
+ key: string;
26
+ providerHint: string | null;
27
+ }>;
28
+ export declare const portabilityCompanyManifestEntrySchema: z.ZodObject<{
29
+ path: z.ZodString;
30
+ name: z.ZodString;
31
+ description: z.ZodNullable<z.ZodString>;
32
+ brandColor: z.ZodNullable<z.ZodString>;
33
+ requireBoardApprovalForNewAgents: z.ZodBoolean;
34
+ }, "strip", z.ZodTypeAny, {
35
+ path: string;
36
+ name: string;
37
+ description: string | null;
38
+ requireBoardApprovalForNewAgents: boolean;
39
+ brandColor: string | null;
40
+ }, {
41
+ path: string;
42
+ name: string;
43
+ description: string | null;
44
+ requireBoardApprovalForNewAgents: boolean;
45
+ brandColor: string | null;
46
+ }>;
47
+ export declare const portabilityAgentManifestEntrySchema: z.ZodObject<{
48
+ slug: z.ZodString;
49
+ name: z.ZodString;
50
+ path: z.ZodString;
51
+ role: z.ZodString;
52
+ title: z.ZodNullable<z.ZodString>;
53
+ icon: z.ZodNullable<z.ZodString>;
54
+ capabilities: z.ZodNullable<z.ZodString>;
55
+ reportsToSlug: z.ZodNullable<z.ZodString>;
56
+ adapterType: z.ZodString;
57
+ adapterConfig: z.ZodRecord<z.ZodString, z.ZodUnknown>;
58
+ runtimeConfig: z.ZodRecord<z.ZodString, z.ZodUnknown>;
59
+ permissions: z.ZodRecord<z.ZodString, z.ZodUnknown>;
60
+ budgetMonthlyCents: z.ZodNumber;
61
+ metadata: z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
62
+ }, "strip", z.ZodTypeAny, {
63
+ path: string;
64
+ metadata: Record<string, unknown> | null;
65
+ name: string;
66
+ budgetMonthlyCents: number;
67
+ slug: string;
68
+ role: string;
69
+ title: string | null;
70
+ icon: string | null;
71
+ capabilities: string | null;
72
+ reportsToSlug: string | null;
73
+ adapterType: string;
74
+ adapterConfig: Record<string, unknown>;
75
+ runtimeConfig: Record<string, unknown>;
76
+ permissions: Record<string, unknown>;
77
+ }, {
78
+ path: string;
79
+ metadata: Record<string, unknown> | null;
80
+ name: string;
81
+ budgetMonthlyCents: number;
82
+ slug: string;
83
+ role: string;
84
+ title: string | null;
85
+ icon: string | null;
86
+ capabilities: string | null;
87
+ reportsToSlug: string | null;
88
+ adapterType: string;
89
+ adapterConfig: Record<string, unknown>;
90
+ runtimeConfig: Record<string, unknown>;
91
+ permissions: Record<string, unknown>;
92
+ }>;
93
+ export declare const portabilityManifestSchema: z.ZodObject<{
94
+ schemaVersion: z.ZodNumber;
95
+ generatedAt: z.ZodString;
96
+ source: z.ZodNullable<z.ZodObject<{
97
+ companyId: z.ZodString;
98
+ companyName: z.ZodString;
99
+ }, "strip", z.ZodTypeAny, {
100
+ companyId: string;
101
+ companyName: string;
102
+ }, {
103
+ companyId: string;
104
+ companyName: string;
105
+ }>>;
106
+ includes: z.ZodObject<{
107
+ company: z.ZodBoolean;
108
+ agents: z.ZodBoolean;
109
+ }, "strip", z.ZodTypeAny, {
110
+ company: boolean;
111
+ agents: boolean;
112
+ }, {
113
+ company: boolean;
114
+ agents: boolean;
115
+ }>;
116
+ company: z.ZodNullable<z.ZodObject<{
117
+ path: z.ZodString;
118
+ name: z.ZodString;
119
+ description: z.ZodNullable<z.ZodString>;
120
+ brandColor: z.ZodNullable<z.ZodString>;
121
+ requireBoardApprovalForNewAgents: z.ZodBoolean;
122
+ }, "strip", z.ZodTypeAny, {
123
+ path: string;
124
+ name: string;
125
+ description: string | null;
126
+ requireBoardApprovalForNewAgents: boolean;
127
+ brandColor: string | null;
128
+ }, {
129
+ path: string;
130
+ name: string;
131
+ description: string | null;
132
+ requireBoardApprovalForNewAgents: boolean;
133
+ brandColor: string | null;
134
+ }>>;
135
+ agents: z.ZodArray<z.ZodObject<{
136
+ slug: z.ZodString;
137
+ name: z.ZodString;
138
+ path: z.ZodString;
139
+ role: z.ZodString;
140
+ title: z.ZodNullable<z.ZodString>;
141
+ icon: z.ZodNullable<z.ZodString>;
142
+ capabilities: z.ZodNullable<z.ZodString>;
143
+ reportsToSlug: z.ZodNullable<z.ZodString>;
144
+ adapterType: z.ZodString;
145
+ adapterConfig: z.ZodRecord<z.ZodString, z.ZodUnknown>;
146
+ runtimeConfig: z.ZodRecord<z.ZodString, z.ZodUnknown>;
147
+ permissions: z.ZodRecord<z.ZodString, z.ZodUnknown>;
148
+ budgetMonthlyCents: z.ZodNumber;
149
+ metadata: z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
150
+ }, "strip", z.ZodTypeAny, {
151
+ path: string;
152
+ metadata: Record<string, unknown> | null;
153
+ name: string;
154
+ budgetMonthlyCents: number;
155
+ slug: string;
156
+ role: string;
157
+ title: string | null;
158
+ icon: string | null;
159
+ capabilities: string | null;
160
+ reportsToSlug: string | null;
161
+ adapterType: string;
162
+ adapterConfig: Record<string, unknown>;
163
+ runtimeConfig: Record<string, unknown>;
164
+ permissions: Record<string, unknown>;
165
+ }, {
166
+ path: string;
167
+ metadata: Record<string, unknown> | null;
168
+ name: string;
169
+ budgetMonthlyCents: number;
170
+ slug: string;
171
+ role: string;
172
+ title: string | null;
173
+ icon: string | null;
174
+ capabilities: string | null;
175
+ reportsToSlug: string | null;
176
+ adapterType: string;
177
+ adapterConfig: Record<string, unknown>;
178
+ runtimeConfig: Record<string, unknown>;
179
+ permissions: Record<string, unknown>;
180
+ }>, "many">;
181
+ requiredSecrets: z.ZodDefault<z.ZodArray<z.ZodObject<{
182
+ key: z.ZodString;
183
+ description: z.ZodNullable<z.ZodString>;
184
+ agentSlug: z.ZodNullable<z.ZodString>;
185
+ providerHint: z.ZodNullable<z.ZodString>;
186
+ }, "strip", z.ZodTypeAny, {
187
+ agentSlug: string | null;
188
+ description: string | null;
189
+ key: string;
190
+ providerHint: string | null;
191
+ }, {
192
+ agentSlug: string | null;
193
+ description: string | null;
194
+ key: string;
195
+ providerHint: string | null;
196
+ }>, "many">>;
197
+ }, "strip", z.ZodTypeAny, {
198
+ company: {
199
+ path: string;
200
+ name: string;
201
+ description: string | null;
202
+ requireBoardApprovalForNewAgents: boolean;
203
+ brandColor: string | null;
204
+ } | null;
205
+ agents: {
206
+ path: string;
207
+ metadata: Record<string, unknown> | null;
208
+ name: string;
209
+ budgetMonthlyCents: number;
210
+ slug: string;
211
+ role: string;
212
+ title: string | null;
213
+ icon: string | null;
214
+ capabilities: string | null;
215
+ reportsToSlug: string | null;
216
+ adapterType: string;
217
+ adapterConfig: Record<string, unknown>;
218
+ runtimeConfig: Record<string, unknown>;
219
+ permissions: Record<string, unknown>;
220
+ }[];
221
+ includes: {
222
+ company: boolean;
223
+ agents: boolean;
224
+ };
225
+ source: {
226
+ companyId: string;
227
+ companyName: string;
228
+ } | null;
229
+ schemaVersion: number;
230
+ generatedAt: string;
231
+ requiredSecrets: {
232
+ agentSlug: string | null;
233
+ description: string | null;
234
+ key: string;
235
+ providerHint: string | null;
236
+ }[];
237
+ }, {
238
+ company: {
239
+ path: string;
240
+ name: string;
241
+ description: string | null;
242
+ requireBoardApprovalForNewAgents: boolean;
243
+ brandColor: string | null;
244
+ } | null;
245
+ agents: {
246
+ path: string;
247
+ metadata: Record<string, unknown> | null;
248
+ name: string;
249
+ budgetMonthlyCents: number;
250
+ slug: string;
251
+ role: string;
252
+ title: string | null;
253
+ icon: string | null;
254
+ capabilities: string | null;
255
+ reportsToSlug: string | null;
256
+ adapterType: string;
257
+ adapterConfig: Record<string, unknown>;
258
+ runtimeConfig: Record<string, unknown>;
259
+ permissions: Record<string, unknown>;
260
+ }[];
261
+ includes: {
262
+ company: boolean;
263
+ agents: boolean;
264
+ };
265
+ source: {
266
+ companyId: string;
267
+ companyName: string;
268
+ } | null;
269
+ schemaVersion: number;
270
+ generatedAt: string;
271
+ requiredSecrets?: {
272
+ agentSlug: string | null;
273
+ description: string | null;
274
+ key: string;
275
+ providerHint: string | null;
276
+ }[] | undefined;
277
+ }>;
278
+ export declare const portabilitySourceSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
279
+ type: z.ZodLiteral<"inline">;
280
+ manifest: z.ZodObject<{
281
+ schemaVersion: z.ZodNumber;
282
+ generatedAt: z.ZodString;
283
+ source: z.ZodNullable<z.ZodObject<{
284
+ companyId: z.ZodString;
285
+ companyName: z.ZodString;
286
+ }, "strip", z.ZodTypeAny, {
287
+ companyId: string;
288
+ companyName: string;
289
+ }, {
290
+ companyId: string;
291
+ companyName: string;
292
+ }>>;
293
+ includes: z.ZodObject<{
294
+ company: z.ZodBoolean;
295
+ agents: z.ZodBoolean;
296
+ }, "strip", z.ZodTypeAny, {
297
+ company: boolean;
298
+ agents: boolean;
299
+ }, {
300
+ company: boolean;
301
+ agents: boolean;
302
+ }>;
303
+ company: z.ZodNullable<z.ZodObject<{
304
+ path: z.ZodString;
305
+ name: z.ZodString;
306
+ description: z.ZodNullable<z.ZodString>;
307
+ brandColor: z.ZodNullable<z.ZodString>;
308
+ requireBoardApprovalForNewAgents: z.ZodBoolean;
309
+ }, "strip", z.ZodTypeAny, {
310
+ path: string;
311
+ name: string;
312
+ description: string | null;
313
+ requireBoardApprovalForNewAgents: boolean;
314
+ brandColor: string | null;
315
+ }, {
316
+ path: string;
317
+ name: string;
318
+ description: string | null;
319
+ requireBoardApprovalForNewAgents: boolean;
320
+ brandColor: string | null;
321
+ }>>;
322
+ agents: z.ZodArray<z.ZodObject<{
323
+ slug: z.ZodString;
324
+ name: z.ZodString;
325
+ path: z.ZodString;
326
+ role: z.ZodString;
327
+ title: z.ZodNullable<z.ZodString>;
328
+ icon: z.ZodNullable<z.ZodString>;
329
+ capabilities: z.ZodNullable<z.ZodString>;
330
+ reportsToSlug: z.ZodNullable<z.ZodString>;
331
+ adapterType: z.ZodString;
332
+ adapterConfig: z.ZodRecord<z.ZodString, z.ZodUnknown>;
333
+ runtimeConfig: z.ZodRecord<z.ZodString, z.ZodUnknown>;
334
+ permissions: z.ZodRecord<z.ZodString, z.ZodUnknown>;
335
+ budgetMonthlyCents: z.ZodNumber;
336
+ metadata: z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
337
+ }, "strip", z.ZodTypeAny, {
338
+ path: string;
339
+ metadata: Record<string, unknown> | null;
340
+ name: string;
341
+ budgetMonthlyCents: number;
342
+ slug: string;
343
+ role: string;
344
+ title: string | null;
345
+ icon: string | null;
346
+ capabilities: string | null;
347
+ reportsToSlug: string | null;
348
+ adapterType: string;
349
+ adapterConfig: Record<string, unknown>;
350
+ runtimeConfig: Record<string, unknown>;
351
+ permissions: Record<string, unknown>;
352
+ }, {
353
+ path: string;
354
+ metadata: Record<string, unknown> | null;
355
+ name: string;
356
+ budgetMonthlyCents: number;
357
+ slug: string;
358
+ role: string;
359
+ title: string | null;
360
+ icon: string | null;
361
+ capabilities: string | null;
362
+ reportsToSlug: string | null;
363
+ adapterType: string;
364
+ adapterConfig: Record<string, unknown>;
365
+ runtimeConfig: Record<string, unknown>;
366
+ permissions: Record<string, unknown>;
367
+ }>, "many">;
368
+ requiredSecrets: z.ZodDefault<z.ZodArray<z.ZodObject<{
369
+ key: z.ZodString;
370
+ description: z.ZodNullable<z.ZodString>;
371
+ agentSlug: z.ZodNullable<z.ZodString>;
372
+ providerHint: z.ZodNullable<z.ZodString>;
373
+ }, "strip", z.ZodTypeAny, {
374
+ agentSlug: string | null;
375
+ description: string | null;
376
+ key: string;
377
+ providerHint: string | null;
378
+ }, {
379
+ agentSlug: string | null;
380
+ description: string | null;
381
+ key: string;
382
+ providerHint: string | null;
383
+ }>, "many">>;
384
+ }, "strip", z.ZodTypeAny, {
385
+ company: {
386
+ path: string;
387
+ name: string;
388
+ description: string | null;
389
+ requireBoardApprovalForNewAgents: boolean;
390
+ brandColor: string | null;
391
+ } | null;
392
+ agents: {
393
+ path: string;
394
+ metadata: Record<string, unknown> | null;
395
+ name: string;
396
+ budgetMonthlyCents: number;
397
+ slug: string;
398
+ role: string;
399
+ title: string | null;
400
+ icon: string | null;
401
+ capabilities: string | null;
402
+ reportsToSlug: string | null;
403
+ adapterType: string;
404
+ adapterConfig: Record<string, unknown>;
405
+ runtimeConfig: Record<string, unknown>;
406
+ permissions: Record<string, unknown>;
407
+ }[];
408
+ includes: {
409
+ company: boolean;
410
+ agents: boolean;
411
+ };
412
+ source: {
413
+ companyId: string;
414
+ companyName: string;
415
+ } | null;
416
+ schemaVersion: number;
417
+ generatedAt: string;
418
+ requiredSecrets: {
419
+ agentSlug: string | null;
420
+ description: string | null;
421
+ key: string;
422
+ providerHint: string | null;
423
+ }[];
424
+ }, {
425
+ company: {
426
+ path: string;
427
+ name: string;
428
+ description: string | null;
429
+ requireBoardApprovalForNewAgents: boolean;
430
+ brandColor: string | null;
431
+ } | null;
432
+ agents: {
433
+ path: string;
434
+ metadata: Record<string, unknown> | null;
435
+ name: string;
436
+ budgetMonthlyCents: number;
437
+ slug: string;
438
+ role: string;
439
+ title: string | null;
440
+ icon: string | null;
441
+ capabilities: string | null;
442
+ reportsToSlug: string | null;
443
+ adapterType: string;
444
+ adapterConfig: Record<string, unknown>;
445
+ runtimeConfig: Record<string, unknown>;
446
+ permissions: Record<string, unknown>;
447
+ }[];
448
+ includes: {
449
+ company: boolean;
450
+ agents: boolean;
451
+ };
452
+ source: {
453
+ companyId: string;
454
+ companyName: string;
455
+ } | null;
456
+ schemaVersion: number;
457
+ generatedAt: string;
458
+ requiredSecrets?: {
459
+ agentSlug: string | null;
460
+ description: string | null;
461
+ key: string;
462
+ providerHint: string | null;
463
+ }[] | undefined;
464
+ }>;
465
+ files: z.ZodRecord<z.ZodString, z.ZodString>;
466
+ }, "strip", z.ZodTypeAny, {
467
+ type: "inline";
468
+ manifest: {
469
+ company: {
470
+ path: string;
471
+ name: string;
472
+ description: string | null;
473
+ requireBoardApprovalForNewAgents: boolean;
474
+ brandColor: string | null;
475
+ } | null;
476
+ agents: {
477
+ path: string;
478
+ metadata: Record<string, unknown> | null;
479
+ name: string;
480
+ budgetMonthlyCents: number;
481
+ slug: string;
482
+ role: string;
483
+ title: string | null;
484
+ icon: string | null;
485
+ capabilities: string | null;
486
+ reportsToSlug: string | null;
487
+ adapterType: string;
488
+ adapterConfig: Record<string, unknown>;
489
+ runtimeConfig: Record<string, unknown>;
490
+ permissions: Record<string, unknown>;
491
+ }[];
492
+ includes: {
493
+ company: boolean;
494
+ agents: boolean;
495
+ };
496
+ source: {
497
+ companyId: string;
498
+ companyName: string;
499
+ } | null;
500
+ schemaVersion: number;
501
+ generatedAt: string;
502
+ requiredSecrets: {
503
+ agentSlug: string | null;
504
+ description: string | null;
505
+ key: string;
506
+ providerHint: string | null;
507
+ }[];
508
+ };
509
+ files: Record<string, string>;
510
+ }, {
511
+ type: "inline";
512
+ manifest: {
513
+ company: {
514
+ path: string;
515
+ name: string;
516
+ description: string | null;
517
+ requireBoardApprovalForNewAgents: boolean;
518
+ brandColor: string | null;
519
+ } | null;
520
+ agents: {
521
+ path: string;
522
+ metadata: Record<string, unknown> | null;
523
+ name: string;
524
+ budgetMonthlyCents: number;
525
+ slug: string;
526
+ role: string;
527
+ title: string | null;
528
+ icon: string | null;
529
+ capabilities: string | null;
530
+ reportsToSlug: string | null;
531
+ adapterType: string;
532
+ adapterConfig: Record<string, unknown>;
533
+ runtimeConfig: Record<string, unknown>;
534
+ permissions: Record<string, unknown>;
535
+ }[];
536
+ includes: {
537
+ company: boolean;
538
+ agents: boolean;
539
+ };
540
+ source: {
541
+ companyId: string;
542
+ companyName: string;
543
+ } | null;
544
+ schemaVersion: number;
545
+ generatedAt: string;
546
+ requiredSecrets?: {
547
+ agentSlug: string | null;
548
+ description: string | null;
549
+ key: string;
550
+ providerHint: string | null;
551
+ }[] | undefined;
552
+ };
553
+ files: Record<string, string>;
554
+ }>, z.ZodObject<{
555
+ type: z.ZodLiteral<"url">;
556
+ url: z.ZodString;
557
+ }, "strip", z.ZodTypeAny, {
558
+ type: "url";
559
+ url: string;
560
+ }, {
561
+ type: "url";
562
+ url: string;
563
+ }>, z.ZodObject<{
564
+ type: z.ZodLiteral<"github">;
565
+ url: z.ZodString;
566
+ }, "strip", z.ZodTypeAny, {
567
+ type: "github";
568
+ url: string;
569
+ }, {
570
+ type: "github";
571
+ url: string;
572
+ }>]>;
573
+ export declare const portabilityTargetSchema: z.ZodDiscriminatedUnion<"mode", [z.ZodObject<{
574
+ mode: z.ZodLiteral<"new_company">;
575
+ newCompanyName: z.ZodNullable<z.ZodOptional<z.ZodString>>;
576
+ }, "strip", z.ZodTypeAny, {
577
+ mode: "new_company";
578
+ newCompanyName?: string | null | undefined;
579
+ }, {
580
+ mode: "new_company";
581
+ newCompanyName?: string | null | undefined;
582
+ }>, z.ZodObject<{
583
+ mode: z.ZodLiteral<"existing_company">;
584
+ companyId: z.ZodString;
585
+ }, "strip", z.ZodTypeAny, {
586
+ mode: "existing_company";
587
+ companyId: string;
588
+ }, {
589
+ mode: "existing_company";
590
+ companyId: string;
591
+ }>]>;
592
+ export declare const portabilityAgentSelectionSchema: z.ZodUnion<[z.ZodLiteral<"all">, z.ZodArray<z.ZodString, "many">]>;
593
+ export declare const portabilityCollisionStrategySchema: z.ZodEnum<["rename", "skip", "replace"]>;
594
+ export declare const companyPortabilityExportSchema: z.ZodObject<{
595
+ include: z.ZodOptional<z.ZodObject<{
596
+ company: z.ZodOptional<z.ZodOptional<z.ZodBoolean>>;
597
+ agents: z.ZodOptional<z.ZodOptional<z.ZodBoolean>>;
598
+ }, "strip", z.ZodTypeAny, {
599
+ company?: boolean | undefined;
600
+ agents?: boolean | undefined;
601
+ }, {
602
+ company?: boolean | undefined;
603
+ agents?: boolean | undefined;
604
+ }>>;
605
+ }, "strip", z.ZodTypeAny, {
606
+ include?: {
607
+ company?: boolean | undefined;
608
+ agents?: boolean | undefined;
609
+ } | undefined;
610
+ }, {
611
+ include?: {
612
+ company?: boolean | undefined;
613
+ agents?: boolean | undefined;
614
+ } | undefined;
615
+ }>;
616
+ export type CompanyPortabilityExport = z.infer<typeof companyPortabilityExportSchema>;
617
+ export declare const companyPortabilityPreviewSchema: z.ZodObject<{
618
+ source: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
619
+ type: z.ZodLiteral<"inline">;
620
+ manifest: z.ZodObject<{
621
+ schemaVersion: z.ZodNumber;
622
+ generatedAt: z.ZodString;
623
+ source: z.ZodNullable<z.ZodObject<{
624
+ companyId: z.ZodString;
625
+ companyName: z.ZodString;
626
+ }, "strip", z.ZodTypeAny, {
627
+ companyId: string;
628
+ companyName: string;
629
+ }, {
630
+ companyId: string;
631
+ companyName: string;
632
+ }>>;
633
+ includes: z.ZodObject<{
634
+ company: z.ZodBoolean;
635
+ agents: z.ZodBoolean;
636
+ }, "strip", z.ZodTypeAny, {
637
+ company: boolean;
638
+ agents: boolean;
639
+ }, {
640
+ company: boolean;
641
+ agents: boolean;
642
+ }>;
643
+ company: z.ZodNullable<z.ZodObject<{
644
+ path: z.ZodString;
645
+ name: z.ZodString;
646
+ description: z.ZodNullable<z.ZodString>;
647
+ brandColor: z.ZodNullable<z.ZodString>;
648
+ requireBoardApprovalForNewAgents: z.ZodBoolean;
649
+ }, "strip", z.ZodTypeAny, {
650
+ path: string;
651
+ name: string;
652
+ description: string | null;
653
+ requireBoardApprovalForNewAgents: boolean;
654
+ brandColor: string | null;
655
+ }, {
656
+ path: string;
657
+ name: string;
658
+ description: string | null;
659
+ requireBoardApprovalForNewAgents: boolean;
660
+ brandColor: string | null;
661
+ }>>;
662
+ agents: z.ZodArray<z.ZodObject<{
663
+ slug: z.ZodString;
664
+ name: z.ZodString;
665
+ path: z.ZodString;
666
+ role: z.ZodString;
667
+ title: z.ZodNullable<z.ZodString>;
668
+ icon: z.ZodNullable<z.ZodString>;
669
+ capabilities: z.ZodNullable<z.ZodString>;
670
+ reportsToSlug: z.ZodNullable<z.ZodString>;
671
+ adapterType: z.ZodString;
672
+ adapterConfig: z.ZodRecord<z.ZodString, z.ZodUnknown>;
673
+ runtimeConfig: z.ZodRecord<z.ZodString, z.ZodUnknown>;
674
+ permissions: z.ZodRecord<z.ZodString, z.ZodUnknown>;
675
+ budgetMonthlyCents: z.ZodNumber;
676
+ metadata: z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
677
+ }, "strip", z.ZodTypeAny, {
678
+ path: string;
679
+ metadata: Record<string, unknown> | null;
680
+ name: string;
681
+ budgetMonthlyCents: number;
682
+ slug: string;
683
+ role: string;
684
+ title: string | null;
685
+ icon: string | null;
686
+ capabilities: string | null;
687
+ reportsToSlug: string | null;
688
+ adapterType: string;
689
+ adapterConfig: Record<string, unknown>;
690
+ runtimeConfig: Record<string, unknown>;
691
+ permissions: Record<string, unknown>;
692
+ }, {
693
+ path: string;
694
+ metadata: Record<string, unknown> | null;
695
+ name: string;
696
+ budgetMonthlyCents: number;
697
+ slug: string;
698
+ role: string;
699
+ title: string | null;
700
+ icon: string | null;
701
+ capabilities: string | null;
702
+ reportsToSlug: string | null;
703
+ adapterType: string;
704
+ adapterConfig: Record<string, unknown>;
705
+ runtimeConfig: Record<string, unknown>;
706
+ permissions: Record<string, unknown>;
707
+ }>, "many">;
708
+ requiredSecrets: z.ZodDefault<z.ZodArray<z.ZodObject<{
709
+ key: z.ZodString;
710
+ description: z.ZodNullable<z.ZodString>;
711
+ agentSlug: z.ZodNullable<z.ZodString>;
712
+ providerHint: z.ZodNullable<z.ZodString>;
713
+ }, "strip", z.ZodTypeAny, {
714
+ agentSlug: string | null;
715
+ description: string | null;
716
+ key: string;
717
+ providerHint: string | null;
718
+ }, {
719
+ agentSlug: string | null;
720
+ description: string | null;
721
+ key: string;
722
+ providerHint: string | null;
723
+ }>, "many">>;
724
+ }, "strip", z.ZodTypeAny, {
725
+ company: {
726
+ path: string;
727
+ name: string;
728
+ description: string | null;
729
+ requireBoardApprovalForNewAgents: boolean;
730
+ brandColor: string | null;
731
+ } | null;
732
+ agents: {
733
+ path: string;
734
+ metadata: Record<string, unknown> | null;
735
+ name: string;
736
+ budgetMonthlyCents: number;
737
+ slug: string;
738
+ role: string;
739
+ title: string | null;
740
+ icon: string | null;
741
+ capabilities: string | null;
742
+ reportsToSlug: string | null;
743
+ adapterType: string;
744
+ adapterConfig: Record<string, unknown>;
745
+ runtimeConfig: Record<string, unknown>;
746
+ permissions: Record<string, unknown>;
747
+ }[];
748
+ includes: {
749
+ company: boolean;
750
+ agents: boolean;
751
+ };
752
+ source: {
753
+ companyId: string;
754
+ companyName: string;
755
+ } | null;
756
+ schemaVersion: number;
757
+ generatedAt: string;
758
+ requiredSecrets: {
759
+ agentSlug: string | null;
760
+ description: string | null;
761
+ key: string;
762
+ providerHint: string | null;
763
+ }[];
764
+ }, {
765
+ company: {
766
+ path: string;
767
+ name: string;
768
+ description: string | null;
769
+ requireBoardApprovalForNewAgents: boolean;
770
+ brandColor: string | null;
771
+ } | null;
772
+ agents: {
773
+ path: string;
774
+ metadata: Record<string, unknown> | null;
775
+ name: string;
776
+ budgetMonthlyCents: number;
777
+ slug: string;
778
+ role: string;
779
+ title: string | null;
780
+ icon: string | null;
781
+ capabilities: string | null;
782
+ reportsToSlug: string | null;
783
+ adapterType: string;
784
+ adapterConfig: Record<string, unknown>;
785
+ runtimeConfig: Record<string, unknown>;
786
+ permissions: Record<string, unknown>;
787
+ }[];
788
+ includes: {
789
+ company: boolean;
790
+ agents: boolean;
791
+ };
792
+ source: {
793
+ companyId: string;
794
+ companyName: string;
795
+ } | null;
796
+ schemaVersion: number;
797
+ generatedAt: string;
798
+ requiredSecrets?: {
799
+ agentSlug: string | null;
800
+ description: string | null;
801
+ key: string;
802
+ providerHint: string | null;
803
+ }[] | undefined;
804
+ }>;
805
+ files: z.ZodRecord<z.ZodString, z.ZodString>;
806
+ }, "strip", z.ZodTypeAny, {
807
+ type: "inline";
808
+ manifest: {
809
+ company: {
810
+ path: string;
811
+ name: string;
812
+ description: string | null;
813
+ requireBoardApprovalForNewAgents: boolean;
814
+ brandColor: string | null;
815
+ } | null;
816
+ agents: {
817
+ path: string;
818
+ metadata: Record<string, unknown> | null;
819
+ name: string;
820
+ budgetMonthlyCents: number;
821
+ slug: string;
822
+ role: string;
823
+ title: string | null;
824
+ icon: string | null;
825
+ capabilities: string | null;
826
+ reportsToSlug: string | null;
827
+ adapterType: string;
828
+ adapterConfig: Record<string, unknown>;
829
+ runtimeConfig: Record<string, unknown>;
830
+ permissions: Record<string, unknown>;
831
+ }[];
832
+ includes: {
833
+ company: boolean;
834
+ agents: boolean;
835
+ };
836
+ source: {
837
+ companyId: string;
838
+ companyName: string;
839
+ } | null;
840
+ schemaVersion: number;
841
+ generatedAt: string;
842
+ requiredSecrets: {
843
+ agentSlug: string | null;
844
+ description: string | null;
845
+ key: string;
846
+ providerHint: string | null;
847
+ }[];
848
+ };
849
+ files: Record<string, string>;
850
+ }, {
851
+ type: "inline";
852
+ manifest: {
853
+ company: {
854
+ path: string;
855
+ name: string;
856
+ description: string | null;
857
+ requireBoardApprovalForNewAgents: boolean;
858
+ brandColor: string | null;
859
+ } | null;
860
+ agents: {
861
+ path: string;
862
+ metadata: Record<string, unknown> | null;
863
+ name: string;
864
+ budgetMonthlyCents: number;
865
+ slug: string;
866
+ role: string;
867
+ title: string | null;
868
+ icon: string | null;
869
+ capabilities: string | null;
870
+ reportsToSlug: string | null;
871
+ adapterType: string;
872
+ adapterConfig: Record<string, unknown>;
873
+ runtimeConfig: Record<string, unknown>;
874
+ permissions: Record<string, unknown>;
875
+ }[];
876
+ includes: {
877
+ company: boolean;
878
+ agents: boolean;
879
+ };
880
+ source: {
881
+ companyId: string;
882
+ companyName: string;
883
+ } | null;
884
+ schemaVersion: number;
885
+ generatedAt: string;
886
+ requiredSecrets?: {
887
+ agentSlug: string | null;
888
+ description: string | null;
889
+ key: string;
890
+ providerHint: string | null;
891
+ }[] | undefined;
892
+ };
893
+ files: Record<string, string>;
894
+ }>, z.ZodObject<{
895
+ type: z.ZodLiteral<"url">;
896
+ url: z.ZodString;
897
+ }, "strip", z.ZodTypeAny, {
898
+ type: "url";
899
+ url: string;
900
+ }, {
901
+ type: "url";
902
+ url: string;
903
+ }>, z.ZodObject<{
904
+ type: z.ZodLiteral<"github">;
905
+ url: z.ZodString;
906
+ }, "strip", z.ZodTypeAny, {
907
+ type: "github";
908
+ url: string;
909
+ }, {
910
+ type: "github";
911
+ url: string;
912
+ }>]>;
913
+ include: z.ZodOptional<z.ZodObject<{
914
+ company: z.ZodOptional<z.ZodOptional<z.ZodBoolean>>;
915
+ agents: z.ZodOptional<z.ZodOptional<z.ZodBoolean>>;
916
+ }, "strip", z.ZodTypeAny, {
917
+ company?: boolean | undefined;
918
+ agents?: boolean | undefined;
919
+ }, {
920
+ company?: boolean | undefined;
921
+ agents?: boolean | undefined;
922
+ }>>;
923
+ target: z.ZodDiscriminatedUnion<"mode", [z.ZodObject<{
924
+ mode: z.ZodLiteral<"new_company">;
925
+ newCompanyName: z.ZodNullable<z.ZodOptional<z.ZodString>>;
926
+ }, "strip", z.ZodTypeAny, {
927
+ mode: "new_company";
928
+ newCompanyName?: string | null | undefined;
929
+ }, {
930
+ mode: "new_company";
931
+ newCompanyName?: string | null | undefined;
932
+ }>, z.ZodObject<{
933
+ mode: z.ZodLiteral<"existing_company">;
934
+ companyId: z.ZodString;
935
+ }, "strip", z.ZodTypeAny, {
936
+ mode: "existing_company";
937
+ companyId: string;
938
+ }, {
939
+ mode: "existing_company";
940
+ companyId: string;
941
+ }>]>;
942
+ agents: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"all">, z.ZodArray<z.ZodString, "many">]>>;
943
+ collisionStrategy: z.ZodOptional<z.ZodEnum<["rename", "skip", "replace"]>>;
944
+ }, "strip", z.ZodTypeAny, {
945
+ target: {
946
+ mode: "new_company";
947
+ newCompanyName?: string | null | undefined;
948
+ } | {
949
+ mode: "existing_company";
950
+ companyId: string;
951
+ };
952
+ source: {
953
+ type: "inline";
954
+ manifest: {
955
+ company: {
956
+ path: string;
957
+ name: string;
958
+ description: string | null;
959
+ requireBoardApprovalForNewAgents: boolean;
960
+ brandColor: string | null;
961
+ } | null;
962
+ agents: {
963
+ path: string;
964
+ metadata: Record<string, unknown> | null;
965
+ name: string;
966
+ budgetMonthlyCents: number;
967
+ slug: string;
968
+ role: string;
969
+ title: string | null;
970
+ icon: string | null;
971
+ capabilities: string | null;
972
+ reportsToSlug: string | null;
973
+ adapterType: string;
974
+ adapterConfig: Record<string, unknown>;
975
+ runtimeConfig: Record<string, unknown>;
976
+ permissions: Record<string, unknown>;
977
+ }[];
978
+ includes: {
979
+ company: boolean;
980
+ agents: boolean;
981
+ };
982
+ source: {
983
+ companyId: string;
984
+ companyName: string;
985
+ } | null;
986
+ schemaVersion: number;
987
+ generatedAt: string;
988
+ requiredSecrets: {
989
+ agentSlug: string | null;
990
+ description: string | null;
991
+ key: string;
992
+ providerHint: string | null;
993
+ }[];
994
+ };
995
+ files: Record<string, string>;
996
+ } | {
997
+ type: "url";
998
+ url: string;
999
+ } | {
1000
+ type: "github";
1001
+ url: string;
1002
+ };
1003
+ agents?: string[] | "all" | undefined;
1004
+ include?: {
1005
+ company?: boolean | undefined;
1006
+ agents?: boolean | undefined;
1007
+ } | undefined;
1008
+ collisionStrategy?: "rename" | "skip" | "replace" | undefined;
1009
+ }, {
1010
+ target: {
1011
+ mode: "new_company";
1012
+ newCompanyName?: string | null | undefined;
1013
+ } | {
1014
+ mode: "existing_company";
1015
+ companyId: string;
1016
+ };
1017
+ source: {
1018
+ type: "inline";
1019
+ manifest: {
1020
+ company: {
1021
+ path: string;
1022
+ name: string;
1023
+ description: string | null;
1024
+ requireBoardApprovalForNewAgents: boolean;
1025
+ brandColor: string | null;
1026
+ } | null;
1027
+ agents: {
1028
+ path: string;
1029
+ metadata: Record<string, unknown> | null;
1030
+ name: string;
1031
+ budgetMonthlyCents: number;
1032
+ slug: string;
1033
+ role: string;
1034
+ title: string | null;
1035
+ icon: string | null;
1036
+ capabilities: string | null;
1037
+ reportsToSlug: string | null;
1038
+ adapterType: string;
1039
+ adapterConfig: Record<string, unknown>;
1040
+ runtimeConfig: Record<string, unknown>;
1041
+ permissions: Record<string, unknown>;
1042
+ }[];
1043
+ includes: {
1044
+ company: boolean;
1045
+ agents: boolean;
1046
+ };
1047
+ source: {
1048
+ companyId: string;
1049
+ companyName: string;
1050
+ } | null;
1051
+ schemaVersion: number;
1052
+ generatedAt: string;
1053
+ requiredSecrets?: {
1054
+ agentSlug: string | null;
1055
+ description: string | null;
1056
+ key: string;
1057
+ providerHint: string | null;
1058
+ }[] | undefined;
1059
+ };
1060
+ files: Record<string, string>;
1061
+ } | {
1062
+ type: "url";
1063
+ url: string;
1064
+ } | {
1065
+ type: "github";
1066
+ url: string;
1067
+ };
1068
+ agents?: string[] | "all" | undefined;
1069
+ include?: {
1070
+ company?: boolean | undefined;
1071
+ agents?: boolean | undefined;
1072
+ } | undefined;
1073
+ collisionStrategy?: "rename" | "skip" | "replace" | undefined;
1074
+ }>;
1075
+ export type CompanyPortabilityPreview = z.infer<typeof companyPortabilityPreviewSchema>;
1076
+ export declare const companyPortabilityImportSchema: z.ZodObject<{
1077
+ source: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
1078
+ type: z.ZodLiteral<"inline">;
1079
+ manifest: z.ZodObject<{
1080
+ schemaVersion: z.ZodNumber;
1081
+ generatedAt: z.ZodString;
1082
+ source: z.ZodNullable<z.ZodObject<{
1083
+ companyId: z.ZodString;
1084
+ companyName: z.ZodString;
1085
+ }, "strip", z.ZodTypeAny, {
1086
+ companyId: string;
1087
+ companyName: string;
1088
+ }, {
1089
+ companyId: string;
1090
+ companyName: string;
1091
+ }>>;
1092
+ includes: z.ZodObject<{
1093
+ company: z.ZodBoolean;
1094
+ agents: z.ZodBoolean;
1095
+ }, "strip", z.ZodTypeAny, {
1096
+ company: boolean;
1097
+ agents: boolean;
1098
+ }, {
1099
+ company: boolean;
1100
+ agents: boolean;
1101
+ }>;
1102
+ company: z.ZodNullable<z.ZodObject<{
1103
+ path: z.ZodString;
1104
+ name: z.ZodString;
1105
+ description: z.ZodNullable<z.ZodString>;
1106
+ brandColor: z.ZodNullable<z.ZodString>;
1107
+ requireBoardApprovalForNewAgents: z.ZodBoolean;
1108
+ }, "strip", z.ZodTypeAny, {
1109
+ path: string;
1110
+ name: string;
1111
+ description: string | null;
1112
+ requireBoardApprovalForNewAgents: boolean;
1113
+ brandColor: string | null;
1114
+ }, {
1115
+ path: string;
1116
+ name: string;
1117
+ description: string | null;
1118
+ requireBoardApprovalForNewAgents: boolean;
1119
+ brandColor: string | null;
1120
+ }>>;
1121
+ agents: z.ZodArray<z.ZodObject<{
1122
+ slug: z.ZodString;
1123
+ name: z.ZodString;
1124
+ path: z.ZodString;
1125
+ role: z.ZodString;
1126
+ title: z.ZodNullable<z.ZodString>;
1127
+ icon: z.ZodNullable<z.ZodString>;
1128
+ capabilities: z.ZodNullable<z.ZodString>;
1129
+ reportsToSlug: z.ZodNullable<z.ZodString>;
1130
+ adapterType: z.ZodString;
1131
+ adapterConfig: z.ZodRecord<z.ZodString, z.ZodUnknown>;
1132
+ runtimeConfig: z.ZodRecord<z.ZodString, z.ZodUnknown>;
1133
+ permissions: z.ZodRecord<z.ZodString, z.ZodUnknown>;
1134
+ budgetMonthlyCents: z.ZodNumber;
1135
+ metadata: z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
1136
+ }, "strip", z.ZodTypeAny, {
1137
+ path: string;
1138
+ metadata: Record<string, unknown> | null;
1139
+ name: string;
1140
+ budgetMonthlyCents: number;
1141
+ slug: string;
1142
+ role: string;
1143
+ title: string | null;
1144
+ icon: string | null;
1145
+ capabilities: string | null;
1146
+ reportsToSlug: string | null;
1147
+ adapterType: string;
1148
+ adapterConfig: Record<string, unknown>;
1149
+ runtimeConfig: Record<string, unknown>;
1150
+ permissions: Record<string, unknown>;
1151
+ }, {
1152
+ path: string;
1153
+ metadata: Record<string, unknown> | null;
1154
+ name: string;
1155
+ budgetMonthlyCents: number;
1156
+ slug: string;
1157
+ role: string;
1158
+ title: string | null;
1159
+ icon: string | null;
1160
+ capabilities: string | null;
1161
+ reportsToSlug: string | null;
1162
+ adapterType: string;
1163
+ adapterConfig: Record<string, unknown>;
1164
+ runtimeConfig: Record<string, unknown>;
1165
+ permissions: Record<string, unknown>;
1166
+ }>, "many">;
1167
+ requiredSecrets: z.ZodDefault<z.ZodArray<z.ZodObject<{
1168
+ key: z.ZodString;
1169
+ description: z.ZodNullable<z.ZodString>;
1170
+ agentSlug: z.ZodNullable<z.ZodString>;
1171
+ providerHint: z.ZodNullable<z.ZodString>;
1172
+ }, "strip", z.ZodTypeAny, {
1173
+ agentSlug: string | null;
1174
+ description: string | null;
1175
+ key: string;
1176
+ providerHint: string | null;
1177
+ }, {
1178
+ agentSlug: string | null;
1179
+ description: string | null;
1180
+ key: string;
1181
+ providerHint: string | null;
1182
+ }>, "many">>;
1183
+ }, "strip", z.ZodTypeAny, {
1184
+ company: {
1185
+ path: string;
1186
+ name: string;
1187
+ description: string | null;
1188
+ requireBoardApprovalForNewAgents: boolean;
1189
+ brandColor: string | null;
1190
+ } | null;
1191
+ agents: {
1192
+ path: string;
1193
+ metadata: Record<string, unknown> | null;
1194
+ name: string;
1195
+ budgetMonthlyCents: number;
1196
+ slug: string;
1197
+ role: string;
1198
+ title: string | null;
1199
+ icon: string | null;
1200
+ capabilities: string | null;
1201
+ reportsToSlug: string | null;
1202
+ adapterType: string;
1203
+ adapterConfig: Record<string, unknown>;
1204
+ runtimeConfig: Record<string, unknown>;
1205
+ permissions: Record<string, unknown>;
1206
+ }[];
1207
+ includes: {
1208
+ company: boolean;
1209
+ agents: boolean;
1210
+ };
1211
+ source: {
1212
+ companyId: string;
1213
+ companyName: string;
1214
+ } | null;
1215
+ schemaVersion: number;
1216
+ generatedAt: string;
1217
+ requiredSecrets: {
1218
+ agentSlug: string | null;
1219
+ description: string | null;
1220
+ key: string;
1221
+ providerHint: string | null;
1222
+ }[];
1223
+ }, {
1224
+ company: {
1225
+ path: string;
1226
+ name: string;
1227
+ description: string | null;
1228
+ requireBoardApprovalForNewAgents: boolean;
1229
+ brandColor: string | null;
1230
+ } | null;
1231
+ agents: {
1232
+ path: string;
1233
+ metadata: Record<string, unknown> | null;
1234
+ name: string;
1235
+ budgetMonthlyCents: number;
1236
+ slug: string;
1237
+ role: string;
1238
+ title: string | null;
1239
+ icon: string | null;
1240
+ capabilities: string | null;
1241
+ reportsToSlug: string | null;
1242
+ adapterType: string;
1243
+ adapterConfig: Record<string, unknown>;
1244
+ runtimeConfig: Record<string, unknown>;
1245
+ permissions: Record<string, unknown>;
1246
+ }[];
1247
+ includes: {
1248
+ company: boolean;
1249
+ agents: boolean;
1250
+ };
1251
+ source: {
1252
+ companyId: string;
1253
+ companyName: string;
1254
+ } | null;
1255
+ schemaVersion: number;
1256
+ generatedAt: string;
1257
+ requiredSecrets?: {
1258
+ agentSlug: string | null;
1259
+ description: string | null;
1260
+ key: string;
1261
+ providerHint: string | null;
1262
+ }[] | undefined;
1263
+ }>;
1264
+ files: z.ZodRecord<z.ZodString, z.ZodString>;
1265
+ }, "strip", z.ZodTypeAny, {
1266
+ type: "inline";
1267
+ manifest: {
1268
+ company: {
1269
+ path: string;
1270
+ name: string;
1271
+ description: string | null;
1272
+ requireBoardApprovalForNewAgents: boolean;
1273
+ brandColor: string | null;
1274
+ } | null;
1275
+ agents: {
1276
+ path: string;
1277
+ metadata: Record<string, unknown> | null;
1278
+ name: string;
1279
+ budgetMonthlyCents: number;
1280
+ slug: string;
1281
+ role: string;
1282
+ title: string | null;
1283
+ icon: string | null;
1284
+ capabilities: string | null;
1285
+ reportsToSlug: string | null;
1286
+ adapterType: string;
1287
+ adapterConfig: Record<string, unknown>;
1288
+ runtimeConfig: Record<string, unknown>;
1289
+ permissions: Record<string, unknown>;
1290
+ }[];
1291
+ includes: {
1292
+ company: boolean;
1293
+ agents: boolean;
1294
+ };
1295
+ source: {
1296
+ companyId: string;
1297
+ companyName: string;
1298
+ } | null;
1299
+ schemaVersion: number;
1300
+ generatedAt: string;
1301
+ requiredSecrets: {
1302
+ agentSlug: string | null;
1303
+ description: string | null;
1304
+ key: string;
1305
+ providerHint: string | null;
1306
+ }[];
1307
+ };
1308
+ files: Record<string, string>;
1309
+ }, {
1310
+ type: "inline";
1311
+ manifest: {
1312
+ company: {
1313
+ path: string;
1314
+ name: string;
1315
+ description: string | null;
1316
+ requireBoardApprovalForNewAgents: boolean;
1317
+ brandColor: string | null;
1318
+ } | null;
1319
+ agents: {
1320
+ path: string;
1321
+ metadata: Record<string, unknown> | null;
1322
+ name: string;
1323
+ budgetMonthlyCents: number;
1324
+ slug: string;
1325
+ role: string;
1326
+ title: string | null;
1327
+ icon: string | null;
1328
+ capabilities: string | null;
1329
+ reportsToSlug: string | null;
1330
+ adapterType: string;
1331
+ adapterConfig: Record<string, unknown>;
1332
+ runtimeConfig: Record<string, unknown>;
1333
+ permissions: Record<string, unknown>;
1334
+ }[];
1335
+ includes: {
1336
+ company: boolean;
1337
+ agents: boolean;
1338
+ };
1339
+ source: {
1340
+ companyId: string;
1341
+ companyName: string;
1342
+ } | null;
1343
+ schemaVersion: number;
1344
+ generatedAt: string;
1345
+ requiredSecrets?: {
1346
+ agentSlug: string | null;
1347
+ description: string | null;
1348
+ key: string;
1349
+ providerHint: string | null;
1350
+ }[] | undefined;
1351
+ };
1352
+ files: Record<string, string>;
1353
+ }>, z.ZodObject<{
1354
+ type: z.ZodLiteral<"url">;
1355
+ url: z.ZodString;
1356
+ }, "strip", z.ZodTypeAny, {
1357
+ type: "url";
1358
+ url: string;
1359
+ }, {
1360
+ type: "url";
1361
+ url: string;
1362
+ }>, z.ZodObject<{
1363
+ type: z.ZodLiteral<"github">;
1364
+ url: z.ZodString;
1365
+ }, "strip", z.ZodTypeAny, {
1366
+ type: "github";
1367
+ url: string;
1368
+ }, {
1369
+ type: "github";
1370
+ url: string;
1371
+ }>]>;
1372
+ include: z.ZodOptional<z.ZodObject<{
1373
+ company: z.ZodOptional<z.ZodOptional<z.ZodBoolean>>;
1374
+ agents: z.ZodOptional<z.ZodOptional<z.ZodBoolean>>;
1375
+ }, "strip", z.ZodTypeAny, {
1376
+ company?: boolean | undefined;
1377
+ agents?: boolean | undefined;
1378
+ }, {
1379
+ company?: boolean | undefined;
1380
+ agents?: boolean | undefined;
1381
+ }>>;
1382
+ target: z.ZodDiscriminatedUnion<"mode", [z.ZodObject<{
1383
+ mode: z.ZodLiteral<"new_company">;
1384
+ newCompanyName: z.ZodNullable<z.ZodOptional<z.ZodString>>;
1385
+ }, "strip", z.ZodTypeAny, {
1386
+ mode: "new_company";
1387
+ newCompanyName?: string | null | undefined;
1388
+ }, {
1389
+ mode: "new_company";
1390
+ newCompanyName?: string | null | undefined;
1391
+ }>, z.ZodObject<{
1392
+ mode: z.ZodLiteral<"existing_company">;
1393
+ companyId: z.ZodString;
1394
+ }, "strip", z.ZodTypeAny, {
1395
+ mode: "existing_company";
1396
+ companyId: string;
1397
+ }, {
1398
+ mode: "existing_company";
1399
+ companyId: string;
1400
+ }>]>;
1401
+ agents: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"all">, z.ZodArray<z.ZodString, "many">]>>;
1402
+ collisionStrategy: z.ZodOptional<z.ZodEnum<["rename", "skip", "replace"]>>;
1403
+ }, "strip", z.ZodTypeAny, {
1404
+ target: {
1405
+ mode: "new_company";
1406
+ newCompanyName?: string | null | undefined;
1407
+ } | {
1408
+ mode: "existing_company";
1409
+ companyId: string;
1410
+ };
1411
+ source: {
1412
+ type: "inline";
1413
+ manifest: {
1414
+ company: {
1415
+ path: string;
1416
+ name: string;
1417
+ description: string | null;
1418
+ requireBoardApprovalForNewAgents: boolean;
1419
+ brandColor: string | null;
1420
+ } | null;
1421
+ agents: {
1422
+ path: string;
1423
+ metadata: Record<string, unknown> | null;
1424
+ name: string;
1425
+ budgetMonthlyCents: number;
1426
+ slug: string;
1427
+ role: string;
1428
+ title: string | null;
1429
+ icon: string | null;
1430
+ capabilities: string | null;
1431
+ reportsToSlug: string | null;
1432
+ adapterType: string;
1433
+ adapterConfig: Record<string, unknown>;
1434
+ runtimeConfig: Record<string, unknown>;
1435
+ permissions: Record<string, unknown>;
1436
+ }[];
1437
+ includes: {
1438
+ company: boolean;
1439
+ agents: boolean;
1440
+ };
1441
+ source: {
1442
+ companyId: string;
1443
+ companyName: string;
1444
+ } | null;
1445
+ schemaVersion: number;
1446
+ generatedAt: string;
1447
+ requiredSecrets: {
1448
+ agentSlug: string | null;
1449
+ description: string | null;
1450
+ key: string;
1451
+ providerHint: string | null;
1452
+ }[];
1453
+ };
1454
+ files: Record<string, string>;
1455
+ } | {
1456
+ type: "url";
1457
+ url: string;
1458
+ } | {
1459
+ type: "github";
1460
+ url: string;
1461
+ };
1462
+ agents?: string[] | "all" | undefined;
1463
+ include?: {
1464
+ company?: boolean | undefined;
1465
+ agents?: boolean | undefined;
1466
+ } | undefined;
1467
+ collisionStrategy?: "rename" | "skip" | "replace" | undefined;
1468
+ }, {
1469
+ target: {
1470
+ mode: "new_company";
1471
+ newCompanyName?: string | null | undefined;
1472
+ } | {
1473
+ mode: "existing_company";
1474
+ companyId: string;
1475
+ };
1476
+ source: {
1477
+ type: "inline";
1478
+ manifest: {
1479
+ company: {
1480
+ path: string;
1481
+ name: string;
1482
+ description: string | null;
1483
+ requireBoardApprovalForNewAgents: boolean;
1484
+ brandColor: string | null;
1485
+ } | null;
1486
+ agents: {
1487
+ path: string;
1488
+ metadata: Record<string, unknown> | null;
1489
+ name: string;
1490
+ budgetMonthlyCents: number;
1491
+ slug: string;
1492
+ role: string;
1493
+ title: string | null;
1494
+ icon: string | null;
1495
+ capabilities: string | null;
1496
+ reportsToSlug: string | null;
1497
+ adapterType: string;
1498
+ adapterConfig: Record<string, unknown>;
1499
+ runtimeConfig: Record<string, unknown>;
1500
+ permissions: Record<string, unknown>;
1501
+ }[];
1502
+ includes: {
1503
+ company: boolean;
1504
+ agents: boolean;
1505
+ };
1506
+ source: {
1507
+ companyId: string;
1508
+ companyName: string;
1509
+ } | null;
1510
+ schemaVersion: number;
1511
+ generatedAt: string;
1512
+ requiredSecrets?: {
1513
+ agentSlug: string | null;
1514
+ description: string | null;
1515
+ key: string;
1516
+ providerHint: string | null;
1517
+ }[] | undefined;
1518
+ };
1519
+ files: Record<string, string>;
1520
+ } | {
1521
+ type: "url";
1522
+ url: string;
1523
+ } | {
1524
+ type: "github";
1525
+ url: string;
1526
+ };
1527
+ agents?: string[] | "all" | undefined;
1528
+ include?: {
1529
+ company?: boolean | undefined;
1530
+ agents?: boolean | undefined;
1531
+ } | undefined;
1532
+ collisionStrategy?: "rename" | "skip" | "replace" | undefined;
1533
+ }>;
1534
+ export type CompanyPortabilityImport = z.infer<typeof companyPortabilityImportSchema>;
1535
+ //# sourceMappingURL=company-portability.d.ts.map