@agiflowai/cli 0.1.0 → 0.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (440) hide show
  1. package/README.md +37 -0
  2. package/dist/automation.cjs +1 -0
  3. package/dist/cli.cjs +1 -1
  4. package/dist/container-BfRwR9Fn.cjs +7 -0
  5. package/dist/container-DkY6I08X.cjs +3 -0
  6. package/dist/index.cjs +1 -1
  7. package/dist/src/__generated__/backend-agiflow-api/client.d.ts +16 -0
  8. package/dist/src/__generated__/backend-agiflow-api/client.d.ts.map +1 -0
  9. package/dist/src/__generated__/backend-agiflow-api/hooks/activities.d.ts +95 -0
  10. package/dist/src/__generated__/backend-agiflow-api/hooks/activities.d.ts.map +1 -0
  11. package/dist/src/__generated__/backend-agiflow-api/hooks/agent-environment-variables.d.ts +88 -0
  12. package/dist/src/__generated__/backend-agiflow-api/hooks/agent-environment-variables.d.ts.map +1 -0
  13. package/dist/src/__generated__/backend-agiflow-api/hooks/agent-profile-credentials.d.ts +54 -0
  14. package/dist/src/__generated__/backend-agiflow-api/hooks/agent-profile-credentials.d.ts.map +1 -0
  15. package/dist/src/__generated__/backend-agiflow-api/hooks/agent-profiles.d.ts +94 -0
  16. package/dist/src/__generated__/backend-agiflow-api/hooks/agent-profiles.d.ts.map +1 -0
  17. package/dist/src/__generated__/backend-agiflow-api/hooks/agent-types.d.ts +64 -0
  18. package/dist/src/__generated__/backend-agiflow-api/hooks/agent-types.d.ts.map +1 -0
  19. package/dist/src/__generated__/backend-agiflow-api/hooks/apikeys.d.ts +43 -0
  20. package/dist/src/__generated__/backend-agiflow-api/hooks/apikeys.d.ts.map +1 -0
  21. package/dist/src/__generated__/backend-agiflow-api/hooks/auth.d.ts +21 -0
  22. package/dist/src/__generated__/backend-agiflow-api/hooks/auth.d.ts.map +1 -0
  23. package/dist/src/__generated__/backend-agiflow-api/hooks/automation.d.ts +116 -0
  24. package/dist/src/__generated__/backend-agiflow-api/hooks/automation.d.ts.map +1 -0
  25. package/dist/src/__generated__/backend-agiflow-api/hooks/cli.d.ts +31 -0
  26. package/dist/src/__generated__/backend-agiflow-api/hooks/cli.d.ts.map +1 -0
  27. package/dist/src/__generated__/backend-agiflow-api/hooks/contact.d.ts +22 -0
  28. package/dist/src/__generated__/backend-agiflow-api/hooks/contact.d.ts.map +1 -0
  29. package/dist/src/__generated__/backend-agiflow-api/hooks/credits.d.ts +62 -0
  30. package/dist/src/__generated__/backend-agiflow-api/hooks/credits.d.ts.map +1 -0
  31. package/dist/src/__generated__/backend-agiflow-api/hooks/dependencies.d.ts +32 -0
  32. package/dist/src/__generated__/backend-agiflow-api/hooks/dependencies.d.ts.map +1 -0
  33. package/dist/src/__generated__/backend-agiflow-api/hooks/device-agent-types.d.ts +203 -0
  34. package/dist/src/__generated__/backend-agiflow-api/hooks/device-agent-types.d.ts.map +1 -0
  35. package/dist/src/__generated__/backend-agiflow-api/hooks/devices.d.ts +74 -0
  36. package/dist/src/__generated__/backend-agiflow-api/hooks/devices.d.ts.map +1 -0
  37. package/dist/src/__generated__/backend-agiflow-api/hooks/git-hub.d.ts +29 -0
  38. package/dist/src/__generated__/backend-agiflow-api/hooks/git-hub.d.ts.map +1 -0
  39. package/dist/src/__generated__/backend-agiflow-api/hooks/identity-media.d.ts +18 -0
  40. package/dist/src/__generated__/backend-agiflow-api/hooks/identity-media.d.ts.map +1 -0
  41. package/dist/src/__generated__/backend-agiflow-api/hooks/index.d.ts +49 -0
  42. package/dist/src/__generated__/backend-agiflow-api/hooks/index.d.ts.map +1 -0
  43. package/dist/src/__generated__/backend-agiflow-api/hooks/mcp-app-spec.d.ts +81 -0
  44. package/dist/src/__generated__/backend-agiflow-api/hooks/mcp-app-spec.d.ts.map +1 -0
  45. package/dist/src/__generated__/backend-agiflow-api/hooks/mcp-oauth.d.ts +32 -0
  46. package/dist/src/__generated__/backend-agiflow-api/hooks/mcp-oauth.d.ts.map +1 -0
  47. package/dist/src/__generated__/backend-agiflow-api/hooks/mcp-proxy-config.d.ts +68 -0
  48. package/dist/src/__generated__/backend-agiflow-api/hooks/mcp-proxy-config.d.ts.map +1 -0
  49. package/dist/src/__generated__/backend-agiflow-api/hooks/mcp-servers.d.ts +89 -0
  50. package/dist/src/__generated__/backend-agiflow-api/hooks/mcp-servers.d.ts.map +1 -0
  51. package/dist/src/__generated__/backend-agiflow-api/hooks/mcp-sessions.d.ts +21 -0
  52. package/dist/src/__generated__/backend-agiflow-api/hooks/mcp-sessions.d.ts.map +1 -0
  53. package/dist/src/__generated__/backend-agiflow-api/hooks/mcp.d.ts +151 -0
  54. package/dist/src/__generated__/backend-agiflow-api/hooks/mcp.d.ts.map +1 -0
  55. package/dist/src/__generated__/backend-agiflow-api/hooks/members.d.ts +55 -0
  56. package/dist/src/__generated__/backend-agiflow-api/hooks/members.d.ts.map +1 -0
  57. package/dist/src/__generated__/backend-agiflow-api/hooks/oauth-credentials.d.ts +75 -0
  58. package/dist/src/__generated__/backend-agiflow-api/hooks/oauth-credentials.d.ts.map +1 -0
  59. package/dist/src/__generated__/backend-agiflow-api/hooks/oauth-resource-context.d.ts +31 -0
  60. package/dist/src/__generated__/backend-agiflow-api/hooks/oauth-resource-context.d.ts.map +1 -0
  61. package/dist/src/__generated__/backend-agiflow-api/hooks/organization-logo.d.ts +30 -0
  62. package/dist/src/__generated__/backend-agiflow-api/hooks/organization-logo.d.ts.map +1 -0
  63. package/dist/src/__generated__/backend-agiflow-api/hooks/organization-mcp-configs.d.ts +74 -0
  64. package/dist/src/__generated__/backend-agiflow-api/hooks/organization-mcp-configs.d.ts.map +1 -0
  65. package/dist/src/__generated__/backend-agiflow-api/hooks/organizations.d.ts +33 -0
  66. package/dist/src/__generated__/backend-agiflow-api/hooks/organizations.d.ts.map +1 -0
  67. package/dist/src/__generated__/backend-agiflow-api/hooks/payments.d.ts +70 -0
  68. package/dist/src/__generated__/backend-agiflow-api/hooks/payments.d.ts.map +1 -0
  69. package/dist/src/__generated__/backend-agiflow-api/hooks/project-environments.d.ts +75 -0
  70. package/dist/src/__generated__/backend-agiflow-api/hooks/project-environments.d.ts.map +1 -0
  71. package/dist/src/__generated__/backend-agiflow-api/hooks/project-mcp-configs.d.ts +65 -0
  72. package/dist/src/__generated__/backend-agiflow-api/hooks/project-mcp-configs.d.ts.map +1 -0
  73. package/dist/src/__generated__/backend-agiflow-api/hooks/projects.d.ts +159 -0
  74. package/dist/src/__generated__/backend-agiflow-api/hooks/projects.d.ts.map +1 -0
  75. package/dist/src/__generated__/backend-agiflow-api/hooks/sandboxes.d.ts +89 -0
  76. package/dist/src/__generated__/backend-agiflow-api/hooks/sandboxes.d.ts.map +1 -0
  77. package/dist/src/__generated__/backend-agiflow-api/hooks/subscription.d.ts +84 -0
  78. package/dist/src/__generated__/backend-agiflow-api/hooks/subscription.d.ts.map +1 -0
  79. package/dist/src/__generated__/backend-agiflow-api/hooks/support-reports.d.ts +24 -0
  80. package/dist/src/__generated__/backend-agiflow-api/hooks/support-reports.d.ts.map +1 -0
  81. package/dist/src/__generated__/backend-agiflow-api/hooks/task-comments.d.ts +64 -0
  82. package/dist/src/__generated__/backend-agiflow-api/hooks/task-comments.d.ts.map +1 -0
  83. package/dist/src/__generated__/backend-agiflow-api/hooks/task-mcp-configs.d.ts +78 -0
  84. package/dist/src/__generated__/backend-agiflow-api/hooks/task-mcp-configs.d.ts.map +1 -0
  85. package/dist/src/__generated__/backend-agiflow-api/hooks/task-status.d.ts +87 -0
  86. package/dist/src/__generated__/backend-agiflow-api/hooks/task-status.d.ts.map +1 -0
  87. package/dist/src/__generated__/backend-agiflow-api/hooks/tasks.d.ts +174 -0
  88. package/dist/src/__generated__/backend-agiflow-api/hooks/tasks.d.ts.map +1 -0
  89. package/dist/src/__generated__/backend-agiflow-api/hooks/team-members.d.ts +43 -0
  90. package/dist/src/__generated__/backend-agiflow-api/hooks/team-members.d.ts.map +1 -0
  91. package/dist/src/__generated__/backend-agiflow-api/hooks/team-projects.d.ts +43 -0
  92. package/dist/src/__generated__/backend-agiflow-api/hooks/team-projects.d.ts.map +1 -0
  93. package/dist/src/__generated__/backend-agiflow-api/hooks/usage.d.ts +20 -0
  94. package/dist/src/__generated__/backend-agiflow-api/hooks/usage.d.ts.map +1 -0
  95. package/dist/src/__generated__/backend-agiflow-api/hooks/user-avatar.d.ts +27 -0
  96. package/dist/src/__generated__/backend-agiflow-api/hooks/user-avatar.d.ts.map +1 -0
  97. package/dist/src/__generated__/backend-agiflow-api/hooks/user.d.ts +45 -0
  98. package/dist/src/__generated__/backend-agiflow-api/hooks/user.d.ts.map +1 -0
  99. package/dist/src/__generated__/backend-agiflow-api/hooks/vault-entries.d.ts +78 -0
  100. package/dist/src/__generated__/backend-agiflow-api/hooks/vault-entries.d.ts.map +1 -0
  101. package/dist/src/__generated__/backend-agiflow-api/hooks/work-unit-mcp-configs.d.ts +34 -0
  102. package/dist/src/__generated__/backend-agiflow-api/hooks/work-unit-mcp-configs.d.ts.map +1 -0
  103. package/dist/src/__generated__/backend-agiflow-api/hooks/work-units.d.ts +116 -0
  104. package/dist/src/__generated__/backend-agiflow-api/hooks/work-units.d.ts.map +1 -0
  105. package/dist/src/__generated__/backend-agiflow-api/hooks/workflows.d.ts +87 -0
  106. package/dist/src/__generated__/backend-agiflow-api/hooks/workflows.d.ts.map +1 -0
  107. package/dist/src/__generated__/backend-agiflow-api/index.d.ts +8 -0
  108. package/dist/src/__generated__/backend-agiflow-api/index.d.ts.map +1 -0
  109. package/dist/src/__generated__/backend-agiflow-api/repos/activities.d.ts +10 -0
  110. package/dist/src/__generated__/backend-agiflow-api/repos/activities.d.ts.map +1 -0
  111. package/dist/src/__generated__/backend-agiflow-api/repos/agent-environment-variables.d.ts +9 -0
  112. package/dist/src/__generated__/backend-agiflow-api/repos/agent-environment-variables.d.ts.map +1 -0
  113. package/dist/src/__generated__/backend-agiflow-api/repos/agent-profile-credentials.d.ts +6 -0
  114. package/dist/src/__generated__/backend-agiflow-api/repos/agent-profile-credentials.d.ts.map +1 -0
  115. package/dist/src/__generated__/backend-agiflow-api/repos/agent-profiles.d.ts +10 -0
  116. package/dist/src/__generated__/backend-agiflow-api/repos/agent-profiles.d.ts.map +1 -0
  117. package/dist/src/__generated__/backend-agiflow-api/repos/agent-types.d.ts +7 -0
  118. package/dist/src/__generated__/backend-agiflow-api/repos/agent-types.d.ts.map +1 -0
  119. package/dist/src/__generated__/backend-agiflow-api/repos/apikeys.d.ts +5 -0
  120. package/dist/src/__generated__/backend-agiflow-api/repos/apikeys.d.ts.map +1 -0
  121. package/dist/src/__generated__/backend-agiflow-api/repos/auth.d.ts +3 -0
  122. package/dist/src/__generated__/backend-agiflow-api/repos/auth.d.ts.map +1 -0
  123. package/dist/src/__generated__/backend-agiflow-api/repos/automation.d.ts +11 -0
  124. package/dist/src/__generated__/backend-agiflow-api/repos/automation.d.ts.map +1 -0
  125. package/dist/src/__generated__/backend-agiflow-api/repos/cli.d.ts +4 -0
  126. package/dist/src/__generated__/backend-agiflow-api/repos/cli.d.ts.map +1 -0
  127. package/dist/src/__generated__/backend-agiflow-api/repos/contact.d.ts +3 -0
  128. package/dist/src/__generated__/backend-agiflow-api/repos/contact.d.ts.map +1 -0
  129. package/dist/src/__generated__/backend-agiflow-api/repos/credits.d.ts +7 -0
  130. package/dist/src/__generated__/backend-agiflow-api/repos/credits.d.ts.map +1 -0
  131. package/dist/src/__generated__/backend-agiflow-api/repos/dependencies.d.ts +4 -0
  132. package/dist/src/__generated__/backend-agiflow-api/repos/dependencies.d.ts.map +1 -0
  133. package/dist/src/__generated__/backend-agiflow-api/repos/device-agent-types.d.ts +20 -0
  134. package/dist/src/__generated__/backend-agiflow-api/repos/device-agent-types.d.ts.map +1 -0
  135. package/dist/src/__generated__/backend-agiflow-api/repos/devices.d.ts +8 -0
  136. package/dist/src/__generated__/backend-agiflow-api/repos/devices.d.ts.map +1 -0
  137. package/dist/src/__generated__/backend-agiflow-api/repos/git-hub.d.ts +4 -0
  138. package/dist/src/__generated__/backend-agiflow-api/repos/git-hub.d.ts.map +1 -0
  139. package/dist/src/__generated__/backend-agiflow-api/repos/identity-media.d.ts +3 -0
  140. package/dist/src/__generated__/backend-agiflow-api/repos/identity-media.d.ts.map +1 -0
  141. package/dist/src/__generated__/backend-agiflow-api/repos/index.d.ts +49 -0
  142. package/dist/src/__generated__/backend-agiflow-api/repos/index.d.ts.map +1 -0
  143. package/dist/src/__generated__/backend-agiflow-api/repos/mcp-app-spec.d.ts +8 -0
  144. package/dist/src/__generated__/backend-agiflow-api/repos/mcp-app-spec.d.ts.map +1 -0
  145. package/dist/src/__generated__/backend-agiflow-api/repos/mcp-oauth.d.ts +4 -0
  146. package/dist/src/__generated__/backend-agiflow-api/repos/mcp-oauth.d.ts.map +1 -0
  147. package/dist/src/__generated__/backend-agiflow-api/repos/mcp-proxy-config.d.ts +6 -0
  148. package/dist/src/__generated__/backend-agiflow-api/repos/mcp-proxy-config.d.ts.map +1 -0
  149. package/dist/src/__generated__/backend-agiflow-api/repos/mcp-servers.d.ts +9 -0
  150. package/dist/src/__generated__/backend-agiflow-api/repos/mcp-servers.d.ts.map +1 -0
  151. package/dist/src/__generated__/backend-agiflow-api/repos/mcp-sessions.d.ts +3 -0
  152. package/dist/src/__generated__/backend-agiflow-api/repos/mcp-sessions.d.ts.map +1 -0
  153. package/dist/src/__generated__/backend-agiflow-api/repos/mcp.d.ts +14 -0
  154. package/dist/src/__generated__/backend-agiflow-api/repos/mcp.d.ts.map +1 -0
  155. package/dist/src/__generated__/backend-agiflow-api/repos/members.d.ts +6 -0
  156. package/dist/src/__generated__/backend-agiflow-api/repos/members.d.ts.map +1 -0
  157. package/dist/src/__generated__/backend-agiflow-api/repos/oauth-credentials.d.ts +8 -0
  158. package/dist/src/__generated__/backend-agiflow-api/repos/oauth-credentials.d.ts.map +1 -0
  159. package/dist/src/__generated__/backend-agiflow-api/repos/oauth-resource-context.d.ts +4 -0
  160. package/dist/src/__generated__/backend-agiflow-api/repos/oauth-resource-context.d.ts.map +1 -0
  161. package/dist/src/__generated__/backend-agiflow-api/repos/organization-logo.d.ts +4 -0
  162. package/dist/src/__generated__/backend-agiflow-api/repos/organization-logo.d.ts.map +1 -0
  163. package/dist/src/__generated__/backend-agiflow-api/repos/organization-mcp-configs.d.ts +8 -0
  164. package/dist/src/__generated__/backend-agiflow-api/repos/organization-mcp-configs.d.ts.map +1 -0
  165. package/dist/src/__generated__/backend-agiflow-api/repos/organizations.d.ts +4 -0
  166. package/dist/src/__generated__/backend-agiflow-api/repos/organizations.d.ts.map +1 -0
  167. package/dist/src/__generated__/backend-agiflow-api/repos/payments.d.ts +8 -0
  168. package/dist/src/__generated__/backend-agiflow-api/repos/payments.d.ts.map +1 -0
  169. package/dist/src/__generated__/backend-agiflow-api/repos/project-environments.d.ts +8 -0
  170. package/dist/src/__generated__/backend-agiflow-api/repos/project-environments.d.ts.map +1 -0
  171. package/dist/src/__generated__/backend-agiflow-api/repos/project-mcp-configs.d.ts +7 -0
  172. package/dist/src/__generated__/backend-agiflow-api/repos/project-mcp-configs.d.ts.map +1 -0
  173. package/dist/src/__generated__/backend-agiflow-api/repos/projects.d.ts +16 -0
  174. package/dist/src/__generated__/backend-agiflow-api/repos/projects.d.ts.map +1 -0
  175. package/dist/src/__generated__/backend-agiflow-api/repos/sandboxes.d.ts +10 -0
  176. package/dist/src/__generated__/backend-agiflow-api/repos/sandboxes.d.ts.map +1 -0
  177. package/dist/src/__generated__/backend-agiflow-api/repos/subscription.d.ts +9 -0
  178. package/dist/src/__generated__/backend-agiflow-api/repos/subscription.d.ts.map +1 -0
  179. package/dist/src/__generated__/backend-agiflow-api/repos/support-reports.d.ts +3 -0
  180. package/dist/src/__generated__/backend-agiflow-api/repos/support-reports.d.ts.map +1 -0
  181. package/dist/src/__generated__/backend-agiflow-api/repos/task-comments.d.ts +7 -0
  182. package/dist/src/__generated__/backend-agiflow-api/repos/task-comments.d.ts.map +1 -0
  183. package/dist/src/__generated__/backend-agiflow-api/repos/task-mcp-configs.d.ts +8 -0
  184. package/dist/src/__generated__/backend-agiflow-api/repos/task-mcp-configs.d.ts.map +1 -0
  185. package/dist/src/__generated__/backend-agiflow-api/repos/task-status.d.ts +9 -0
  186. package/dist/src/__generated__/backend-agiflow-api/repos/task-status.d.ts.map +1 -0
  187. package/dist/src/__generated__/backend-agiflow-api/repos/tasks.d.ts +17 -0
  188. package/dist/src/__generated__/backend-agiflow-api/repos/tasks.d.ts.map +1 -0
  189. package/dist/src/__generated__/backend-agiflow-api/repos/team-members.d.ts +5 -0
  190. package/dist/src/__generated__/backend-agiflow-api/repos/team-members.d.ts.map +1 -0
  191. package/dist/src/__generated__/backend-agiflow-api/repos/team-projects.d.ts +5 -0
  192. package/dist/src/__generated__/backend-agiflow-api/repos/team-projects.d.ts.map +1 -0
  193. package/dist/src/__generated__/backend-agiflow-api/repos/usage.d.ts +3 -0
  194. package/dist/src/__generated__/backend-agiflow-api/repos/usage.d.ts.map +1 -0
  195. package/dist/src/__generated__/backend-agiflow-api/repos/user-avatar.d.ts +4 -0
  196. package/dist/src/__generated__/backend-agiflow-api/repos/user-avatar.d.ts.map +1 -0
  197. package/dist/src/__generated__/backend-agiflow-api/repos/user.d.ts +5 -0
  198. package/dist/src/__generated__/backend-agiflow-api/repos/user.d.ts.map +1 -0
  199. package/dist/src/__generated__/backend-agiflow-api/repos/vault-entries.d.ts +8 -0
  200. package/dist/src/__generated__/backend-agiflow-api/repos/vault-entries.d.ts.map +1 -0
  201. package/dist/src/__generated__/backend-agiflow-api/repos/work-unit-mcp-configs.d.ts +4 -0
  202. package/dist/src/__generated__/backend-agiflow-api/repos/work-unit-mcp-configs.d.ts.map +1 -0
  203. package/dist/src/__generated__/backend-agiflow-api/repos/work-units.d.ts +11 -0
  204. package/dist/src/__generated__/backend-agiflow-api/repos/work-units.d.ts.map +1 -0
  205. package/dist/src/__generated__/backend-agiflow-api/repos/workflows.d.ts +9 -0
  206. package/dist/src/__generated__/backend-agiflow-api/repos/workflows.d.ts.map +1 -0
  207. package/dist/src/__generated__/backend-agiflow-api/types/activities.d.ts +1914 -0
  208. package/dist/src/__generated__/backend-agiflow-api/types/activities.d.ts.map +1 -0
  209. package/dist/src/__generated__/backend-agiflow-api/types/agentEnvironmentVariables.d.ts +555 -0
  210. package/dist/src/__generated__/backend-agiflow-api/types/agentEnvironmentVariables.d.ts.map +1 -0
  211. package/dist/src/__generated__/backend-agiflow-api/types/agentProfileCredentials.d.ts +407 -0
  212. package/dist/src/__generated__/backend-agiflow-api/types/agentProfileCredentials.d.ts.map +1 -0
  213. package/dist/src/__generated__/backend-agiflow-api/types/agentProfiles.d.ts +776 -0
  214. package/dist/src/__generated__/backend-agiflow-api/types/agentProfiles.d.ts.map +1 -0
  215. package/dist/src/__generated__/backend-agiflow-api/types/agentTypes.d.ts +538 -0
  216. package/dist/src/__generated__/backend-agiflow-api/types/agentTypes.d.ts.map +1 -0
  217. package/dist/src/__generated__/backend-agiflow-api/types/apikeys.d.ts +333 -0
  218. package/dist/src/__generated__/backend-agiflow-api/types/apikeys.d.ts.map +1 -0
  219. package/dist/src/__generated__/backend-agiflow-api/types/auth.d.ts +73 -0
  220. package/dist/src/__generated__/backend-agiflow-api/types/auth.d.ts.map +1 -0
  221. package/dist/src/__generated__/backend-agiflow-api/types/automation.d.ts +1254 -0
  222. package/dist/src/__generated__/backend-agiflow-api/types/automation.d.ts.map +1 -0
  223. package/dist/src/__generated__/backend-agiflow-api/types/baseTypes.d.ts +59 -0
  224. package/dist/src/__generated__/backend-agiflow-api/types/baseTypes.d.ts.map +1 -0
  225. package/dist/src/__generated__/backend-agiflow-api/types/cli.d.ts +153 -0
  226. package/dist/src/__generated__/backend-agiflow-api/types/cli.d.ts.map +1 -0
  227. package/dist/src/__generated__/backend-agiflow-api/types/componentSchemas.d.ts +6160 -0
  228. package/dist/src/__generated__/backend-agiflow-api/types/componentSchemas.d.ts.map +1 -0
  229. package/dist/src/__generated__/backend-agiflow-api/types/contact.d.ts +78 -0
  230. package/dist/src/__generated__/backend-agiflow-api/types/contact.d.ts.map +1 -0
  231. package/dist/src/__generated__/backend-agiflow-api/types/credits.d.ts +505 -0
  232. package/dist/src/__generated__/backend-agiflow-api/types/credits.d.ts.map +1 -0
  233. package/dist/src/__generated__/backend-agiflow-api/types/dependencies.d.ts +341 -0
  234. package/dist/src/__generated__/backend-agiflow-api/types/dependencies.d.ts.map +1 -0
  235. package/dist/src/__generated__/backend-agiflow-api/types/deviceAgentTypes.d.ts +1708 -0
  236. package/dist/src/__generated__/backend-agiflow-api/types/deviceAgentTypes.d.ts.map +1 -0
  237. package/dist/src/__generated__/backend-agiflow-api/types/devices.d.ts +856 -0
  238. package/dist/src/__generated__/backend-agiflow-api/types/devices.d.ts.map +1 -0
  239. package/dist/src/__generated__/backend-agiflow-api/types/gitHub.d.ts +259 -0
  240. package/dist/src/__generated__/backend-agiflow-api/types/gitHub.d.ts.map +1 -0
  241. package/dist/src/__generated__/backend-agiflow-api/types/identityMedia.d.ts +68 -0
  242. package/dist/src/__generated__/backend-agiflow-api/types/identityMedia.d.ts.map +1 -0
  243. package/dist/src/__generated__/backend-agiflow-api/types/index.d.ts +55 -0
  244. package/dist/src/__generated__/backend-agiflow-api/types/index.d.ts.map +1 -0
  245. package/dist/src/__generated__/backend-agiflow-api/types/mcp.d.ts +774 -0
  246. package/dist/src/__generated__/backend-agiflow-api/types/mcp.d.ts.map +1 -0
  247. package/dist/src/__generated__/backend-agiflow-api/types/mcpAppSpec.d.ts +390 -0
  248. package/dist/src/__generated__/backend-agiflow-api/types/mcpAppSpec.d.ts.map +1 -0
  249. package/dist/src/__generated__/backend-agiflow-api/types/mcpProxyConfig.d.ts +439 -0
  250. package/dist/src/__generated__/backend-agiflow-api/types/mcpProxyConfig.d.ts.map +1 -0
  251. package/dist/src/__generated__/backend-agiflow-api/types/mcpServers.d.ts +725 -0
  252. package/dist/src/__generated__/backend-agiflow-api/types/mcpServers.d.ts.map +1 -0
  253. package/dist/src/__generated__/backend-agiflow-api/types/mcpSessions.d.ts +89 -0
  254. package/dist/src/__generated__/backend-agiflow-api/types/mcpSessions.d.ts.map +1 -0
  255. package/dist/src/__generated__/backend-agiflow-api/types/mcpoAuth.d.ts +119 -0
  256. package/dist/src/__generated__/backend-agiflow-api/types/mcpoAuth.d.ts.map +1 -0
  257. package/dist/src/__generated__/backend-agiflow-api/types/members.d.ts +567 -0
  258. package/dist/src/__generated__/backend-agiflow-api/types/members.d.ts.map +1 -0
  259. package/dist/src/__generated__/backend-agiflow-api/types/oAuthCredentials.d.ts +475 -0
  260. package/dist/src/__generated__/backend-agiflow-api/types/oAuthCredentials.d.ts.map +1 -0
  261. package/dist/src/__generated__/backend-agiflow-api/types/oAuthResourceContext.d.ts +214 -0
  262. package/dist/src/__generated__/backend-agiflow-api/types/oAuthResourceContext.d.ts.map +1 -0
  263. package/dist/src/__generated__/backend-agiflow-api/types/organizationLogo.d.ts +184 -0
  264. package/dist/src/__generated__/backend-agiflow-api/types/organizationLogo.d.ts.map +1 -0
  265. package/dist/src/__generated__/backend-agiflow-api/types/organizationMCPConfigs.d.ts +606 -0
  266. package/dist/src/__generated__/backend-agiflow-api/types/organizationMCPConfigs.d.ts.map +1 -0
  267. package/dist/src/__generated__/backend-agiflow-api/types/organizations.d.ts +128 -0
  268. package/dist/src/__generated__/backend-agiflow-api/types/organizations.d.ts.map +1 -0
  269. package/dist/src/__generated__/backend-agiflow-api/types/payments.d.ts +485 -0
  270. package/dist/src/__generated__/backend-agiflow-api/types/payments.d.ts.map +1 -0
  271. package/dist/src/__generated__/backend-agiflow-api/types/projectEnvironments.d.ts +586 -0
  272. package/dist/src/__generated__/backend-agiflow-api/types/projectEnvironments.d.ts.map +1 -0
  273. package/dist/src/__generated__/backend-agiflow-api/types/projectMCPConfigs.d.ts +516 -0
  274. package/dist/src/__generated__/backend-agiflow-api/types/projectMCPConfigs.d.ts.map +1 -0
  275. package/dist/src/__generated__/backend-agiflow-api/types/projects.d.ts +1640 -0
  276. package/dist/src/__generated__/backend-agiflow-api/types/projects.d.ts.map +1 -0
  277. package/dist/src/__generated__/backend-agiflow-api/types/sandboxes.d.ts +855 -0
  278. package/dist/src/__generated__/backend-agiflow-api/types/sandboxes.d.ts.map +1 -0
  279. package/dist/src/__generated__/backend-agiflow-api/types/subscription.d.ts +540 -0
  280. package/dist/src/__generated__/backend-agiflow-api/types/subscription.d.ts.map +1 -0
  281. package/dist/src/__generated__/backend-agiflow-api/types/supportReports.d.ts +120 -0
  282. package/dist/src/__generated__/backend-agiflow-api/types/supportReports.d.ts.map +1 -0
  283. package/dist/src/__generated__/backend-agiflow-api/types/taskComments.d.ts +618 -0
  284. package/dist/src/__generated__/backend-agiflow-api/types/taskComments.d.ts.map +1 -0
  285. package/dist/src/__generated__/backend-agiflow-api/types/taskMCPConfigs.d.ts +632 -0
  286. package/dist/src/__generated__/backend-agiflow-api/types/taskMCPConfigs.d.ts.map +1 -0
  287. package/dist/src/__generated__/backend-agiflow-api/types/taskStatus.d.ts +830 -0
  288. package/dist/src/__generated__/backend-agiflow-api/types/taskStatus.d.ts.map +1 -0
  289. package/dist/src/__generated__/backend-agiflow-api/types/tasks.d.ts +2657 -0
  290. package/dist/src/__generated__/backend-agiflow-api/types/tasks.d.ts.map +1 -0
  291. package/dist/src/__generated__/backend-agiflow-api/types/teamMembers.d.ts +325 -0
  292. package/dist/src/__generated__/backend-agiflow-api/types/teamMembers.d.ts.map +1 -0
  293. package/dist/src/__generated__/backend-agiflow-api/types/teamProjects.d.ts +318 -0
  294. package/dist/src/__generated__/backend-agiflow-api/types/teamProjects.d.ts.map +1 -0
  295. package/dist/src/__generated__/backend-agiflow-api/types/usage.d.ts +95 -0
  296. package/dist/src/__generated__/backend-agiflow-api/types/usage.d.ts.map +1 -0
  297. package/dist/src/__generated__/backend-agiflow-api/types/user.d.ts +224 -0
  298. package/dist/src/__generated__/backend-agiflow-api/types/user.d.ts.map +1 -0
  299. package/dist/src/__generated__/backend-agiflow-api/types/userAvatar.d.ts +138 -0
  300. package/dist/src/__generated__/backend-agiflow-api/types/userAvatar.d.ts.map +1 -0
  301. package/dist/src/__generated__/backend-agiflow-api/types/vaultEntries.d.ts +512 -0
  302. package/dist/src/__generated__/backend-agiflow-api/types/vaultEntries.d.ts.map +1 -0
  303. package/dist/src/__generated__/backend-agiflow-api/types/workUnitMCPConfigs.d.ts +224 -0
  304. package/dist/src/__generated__/backend-agiflow-api/types/workUnitMCPConfigs.d.ts.map +1 -0
  305. package/dist/src/__generated__/backend-agiflow-api/types/workUnits.d.ts +1338 -0
  306. package/dist/src/__generated__/backend-agiflow-api/types/workUnits.d.ts.map +1 -0
  307. package/dist/src/__generated__/backend-agiflow-api/types/workflows.d.ts +878 -0
  308. package/dist/src/__generated__/backend-agiflow-api/types/workflows.d.ts.map +1 -0
  309. package/dist/src/__generated__/backend-agiflow-api-admin/client.d.ts +16 -0
  310. package/dist/src/__generated__/backend-agiflow-api-admin/client.d.ts.map +1 -0
  311. package/dist/src/__generated__/backend-agiflow-api-admin/index.d.ts +7 -0
  312. package/dist/src/__generated__/backend-agiflow-api-admin/index.d.ts.map +1 -0
  313. package/dist/src/__generated__/backend-agiflow-api-admin/repos/admin---seed.d.ts +9 -0
  314. package/dist/src/__generated__/backend-agiflow-api-admin/repos/admin---seed.d.ts.map +1 -0
  315. package/dist/src/__generated__/backend-agiflow-api-admin/repos/admin---subscriptions.d.ts +3 -0
  316. package/dist/src/__generated__/backend-agiflow-api-admin/repos/admin---subscriptions.d.ts.map +1 -0
  317. package/dist/src/__generated__/backend-agiflow-api-admin/repos/index.d.ts +3 -0
  318. package/dist/src/__generated__/backend-agiflow-api-admin/repos/index.d.ts.map +1 -0
  319. package/dist/src/__generated__/backend-agiflow-api-admin/types/adminSeed.d.ts +663 -0
  320. package/dist/src/__generated__/backend-agiflow-api-admin/types/adminSeed.d.ts.map +1 -0
  321. package/dist/src/__generated__/backend-agiflow-api-admin/types/adminSubscriptions.d.ts +115 -0
  322. package/dist/src/__generated__/backend-agiflow-api-admin/types/adminSubscriptions.d.ts.map +1 -0
  323. package/dist/src/__generated__/backend-agiflow-api-admin/types/baseTypes.d.ts +59 -0
  324. package/dist/src/__generated__/backend-agiflow-api-admin/types/baseTypes.d.ts.map +1 -0
  325. package/dist/src/__generated__/backend-agiflow-api-admin/types/componentSchemas.d.ts +280 -0
  326. package/dist/src/__generated__/backend-agiflow-api-admin/types/componentSchemas.d.ts.map +1 -0
  327. package/dist/src/__generated__/backend-agiflow-api-admin/types/index.d.ts +9 -0
  328. package/dist/src/__generated__/backend-agiflow-api-admin/types/index.d.ts.map +1 -0
  329. package/dist/src/__generated__/index.d.ts +3 -0
  330. package/dist/src/__generated__/index.d.ts.map +1 -0
  331. package/dist/src/config/ConfigManager.d.ts +15 -0
  332. package/dist/src/config/ConfigManager.d.ts.map +1 -0
  333. package/dist/src/config/agiflowRc.d.ts +10 -0
  334. package/dist/src/config/agiflowRc.d.ts.map +1 -0
  335. package/dist/src/config/index.d.ts +3 -0
  336. package/dist/src/config/index.d.ts.map +1 -0
  337. package/dist/src/container/index.d.ts +4 -0
  338. package/dist/src/container/index.d.ts.map +1 -0
  339. package/dist/src/envSchema.d.ts +8 -0
  340. package/dist/src/envSchema.d.ts.map +1 -0
  341. package/dist/src/services/CredentialsService/CredentialsService.d.ts +38 -0
  342. package/dist/src/services/CredentialsService/CredentialsService.d.ts.map +1 -0
  343. package/dist/src/services/CredentialsService/index.d.ts +3 -0
  344. package/dist/src/services/CredentialsService/index.d.ts.map +1 -0
  345. package/dist/src/services/CredentialsService/types.d.ts +34 -0
  346. package/dist/src/services/CredentialsService/types.d.ts.map +1 -0
  347. package/dist/src/services/DeviceCodeAuthService/DeviceCodeAuthService.d.ts +43 -0
  348. package/dist/src/services/DeviceCodeAuthService/DeviceCodeAuthService.d.ts.map +1 -0
  349. package/dist/src/services/DeviceCodeAuthService/index.d.ts +3 -0
  350. package/dist/src/services/DeviceCodeAuthService/index.d.ts.map +1 -0
  351. package/dist/src/services/DeviceCodeAuthService/types.d.ts +61 -0
  352. package/dist/src/services/DeviceCodeAuthService/types.d.ts.map +1 -0
  353. package/dist/src/services/Logger/PinoLogger.d.ts +11 -0
  354. package/dist/src/services/Logger/PinoLogger.d.ts.map +1 -0
  355. package/dist/src/services/Logger/index.d.ts +3 -0
  356. package/dist/src/services/Logger/index.d.ts.map +1 -0
  357. package/dist/src/services/Logger/types.d.ts +7 -0
  358. package/dist/src/services/Logger/types.d.ts.map +1 -0
  359. package/dist/src/systems/cli/commands/analyticsCommand.d.ts +19 -0
  360. package/dist/src/systems/cli/commands/analyticsCommand.d.ts.map +1 -0
  361. package/dist/src/systems/cli/commands/artifactCommand.d.ts +27 -0
  362. package/dist/src/systems/cli/commands/artifactCommand.d.ts.map +1 -0
  363. package/dist/src/systems/cli/commands/authCommand.d.ts +25 -0
  364. package/dist/src/systems/cli/commands/authCommand.d.ts.map +1 -0
  365. package/dist/src/systems/cli/commands/automationCommand.d.ts +90 -0
  366. package/dist/src/systems/cli/commands/automationCommand.d.ts.map +1 -0
  367. package/dist/src/systems/cli/commands/baseCommand.d.ts +32 -0
  368. package/dist/src/systems/cli/commands/baseCommand.d.ts.map +1 -0
  369. package/dist/src/systems/cli/commands/dependencyCommand.d.ts +18 -0
  370. package/dist/src/systems/cli/commands/dependencyCommand.d.ts.map +1 -0
  371. package/dist/src/systems/cli/commands/index.d.ts +10 -0
  372. package/dist/src/systems/cli/commands/index.d.ts.map +1 -0
  373. package/dist/src/systems/cli/commands/jsonCommandBuilder.d.ts +26 -0
  374. package/dist/src/systems/cli/commands/jsonCommandBuilder.d.ts.map +1 -0
  375. package/dist/src/systems/cli/commands/projectMcpClient.d.ts +10 -0
  376. package/dist/src/systems/cli/commands/projectMcpClient.d.ts.map +1 -0
  377. package/dist/src/systems/cli/commands/resourceCommands.d.ts +107 -0
  378. package/dist/src/systems/cli/commands/resourceCommands.d.ts.map +1 -0
  379. package/dist/src/systems/cli/commands/vaultCommand.d.ts +20 -0
  380. package/dist/src/systems/cli/commands/vaultCommand.d.ts.map +1 -0
  381. package/dist/src/systems/cli/commands/workflowCommand.d.ts +14 -0
  382. package/dist/src/systems/cli/commands/workflowCommand.d.ts.map +1 -0
  383. package/dist/src/systems/cli/container/index.d.ts +4 -0
  384. package/dist/src/systems/cli/container/index.d.ts.map +1 -0
  385. package/dist/src/systems/cli/entry/automation.d.ts +68 -0
  386. package/dist/src/systems/cli/entry/automation.d.ts.map +1 -0
  387. package/dist/src/systems/cli/entry/cli.d.ts +3 -0
  388. package/dist/src/systems/cli/entry/cli.d.ts.map +1 -0
  389. package/dist/src/systems/cli/entry/index.d.ts +4 -0
  390. package/dist/src/systems/cli/entry/index.d.ts.map +1 -0
  391. package/dist/src/systems/cli/types.d.ts +15 -0
  392. package/dist/src/systems/cli/types.d.ts.map +1 -0
  393. package/dist/src/types.d.ts +12 -0
  394. package/dist/src/types.d.ts.map +1 -0
  395. package/dist/src/utils/index.d.ts +2 -0
  396. package/dist/src/utils/index.d.ts.map +1 -0
  397. package/dist/tests/config/agiflowRc.test.d.ts +2 -0
  398. package/dist/tests/config/agiflowRc.test.d.ts.map +1 -0
  399. package/dist/tests/envSchema.test.d.ts +2 -0
  400. package/dist/tests/envSchema.test.d.ts.map +1 -0
  401. package/dist/tests/integrations/authCommand.integration.test.d.ts +2 -0
  402. package/dist/tests/integrations/authCommand.integration.test.d.ts.map +1 -0
  403. package/dist/tests/integrations/automationCommand.integration.test.d.ts +2 -0
  404. package/dist/tests/integrations/automationCommand.integration.test.d.ts.map +1 -0
  405. package/dist/tests/integrations/dependencyCommand.integration.test.d.ts +2 -0
  406. package/dist/tests/integrations/dependencyCommand.integration.test.d.ts.map +1 -0
  407. package/dist/tests/integrations/projectMcpParity.integration.test.d.ts +2 -0
  408. package/dist/tests/integrations/projectMcpParity.integration.test.d.ts.map +1 -0
  409. package/dist/tests/mocks/services/MockDeviceCodeAuthService.d.ts +25 -0
  410. package/dist/tests/mocks/services/MockDeviceCodeAuthService.d.ts.map +1 -0
  411. package/dist/tests/services/CredentialsService/CredentialsService.test.d.ts +2 -0
  412. package/dist/tests/services/CredentialsService/CredentialsService.test.d.ts.map +1 -0
  413. package/dist/tests/services/DeviceCodeAuthService/DeviceCodeAuthService.test.d.ts +2 -0
  414. package/dist/tests/services/DeviceCodeAuthService/DeviceCodeAuthService.test.d.ts.map +1 -0
  415. package/dist/tests/setup.d.ts +2 -0
  416. package/dist/tests/setup.d.ts.map +1 -0
  417. package/dist/tests/systems/cli/commands/analyticsCommand.test.d.ts +2 -0
  418. package/dist/tests/systems/cli/commands/analyticsCommand.test.d.ts.map +1 -0
  419. package/dist/tests/systems/cli/commands/artifactCommand.test.d.ts +2 -0
  420. package/dist/tests/systems/cli/commands/artifactCommand.test.d.ts.map +1 -0
  421. package/dist/tests/systems/cli/commands/authCommand.test.d.ts +2 -0
  422. package/dist/tests/systems/cli/commands/authCommand.test.d.ts.map +1 -0
  423. package/dist/tests/systems/cli/commands/automationCommand.test.d.ts +2 -0
  424. package/dist/tests/systems/cli/commands/automationCommand.test.d.ts.map +1 -0
  425. package/dist/tests/systems/cli/commands/baseCommand.test.d.ts +2 -0
  426. package/dist/tests/systems/cli/commands/baseCommand.test.d.ts.map +1 -0
  427. package/dist/tests/systems/cli/commands/dependencyCommand.test.d.ts +2 -0
  428. package/dist/tests/systems/cli/commands/dependencyCommand.test.d.ts.map +1 -0
  429. package/dist/tests/systems/cli/commands/jsonCommandBuilder.test.d.ts +2 -0
  430. package/dist/tests/systems/cli/commands/jsonCommandBuilder.test.d.ts.map +1 -0
  431. package/dist/tests/systems/cli/commands/taskCommand.test.d.ts +2 -0
  432. package/dist/tests/systems/cli/commands/taskCommand.test.d.ts.map +1 -0
  433. package/dist/tests/systems/cli/commands/vaultCommand.test.d.ts +2 -0
  434. package/dist/tests/systems/cli/commands/vaultCommand.test.d.ts.map +1 -0
  435. package/dist/tests/systems/cli/commands/workUnitCommand.test.d.ts +2 -0
  436. package/dist/tests/systems/cli/commands/workUnitCommand.test.d.ts.map +1 -0
  437. package/dist/tests/systems/cli/commands/workflowCommand.test.d.ts +2 -0
  438. package/dist/tests/systems/cli/commands/workflowCommand.test.d.ts.map +1 -0
  439. package/package.json +15 -4
  440. package/dist/container-DDrQBLdJ.cjs +0 -8
@@ -0,0 +1,776 @@
1
+ /**
2
+ * agentProfiles operations generated from OpenAPI specification
3
+ * @generated This file is auto-generated. Do not edit manually.
4
+ */
5
+ import { z } from "zod";
6
+ /**
7
+ * GetApiV1OrganizationsorganizationIdAgentProfiles path parameters schema
8
+ */
9
+ export declare const GetApiV1OrganizationsorganizationIdAgentProfilesParametersSchema: z.ZodObject<{
10
+ organizationId: z.ZodString;
11
+ }, z.core.$strip>;
12
+ /**
13
+ * GetApiV1OrganizationsorganizationIdAgentProfiles path parameters type
14
+ */
15
+ export type IGetApiV1OrganizationsorganizationIdAgentProfilesParameters = z.infer<typeof GetApiV1OrganizationsorganizationIdAgentProfilesParametersSchema>;
16
+ /**
17
+ * GetApiV1OrganizationsorganizationIdAgentProfiles query parameters schema
18
+ */
19
+ export declare const GetApiV1OrganizationsorganizationIdAgentProfilesQuerySchema: z.ZodObject<{
20
+ limit: z.ZodNumber;
21
+ offset: z.ZodNumber;
22
+ search: z.ZodOptional<z.ZodString>;
23
+ sort: z.ZodEnum<{
24
+ name: "name";
25
+ createdAt: "createdAt";
26
+ updatedAt: "updatedAt";
27
+ }>;
28
+ order: z.ZodEnum<{
29
+ asc: "asc";
30
+ desc: "desc";
31
+ }>;
32
+ }, z.core.$strip>;
33
+ /**
34
+ * GetApiV1OrganizationsorganizationIdAgentProfiles query parameters type
35
+ */
36
+ export type IGetApiV1OrganizationsorganizationIdAgentProfilesQuery = z.infer<typeof GetApiV1OrganizationsorganizationIdAgentProfilesQuerySchema>;
37
+ /**
38
+ * GetApiV1OrganizationsorganizationIdAgentProfiles 200 response schema
39
+ */
40
+ export declare const GetApiV1OrganizationsorganizationIdAgentProfilesResponse200Schema: z.ZodObject<{
41
+ items: z.ZodArray<z.ZodObject<{
42
+ id: z.ZodString;
43
+ organizationId: z.ZodString;
44
+ agentTypeId: z.ZodString;
45
+ name: z.ZodString;
46
+ description: z.ZodNullable<z.ZodString>;
47
+ isActive: z.ZodBoolean;
48
+ isDefault: z.ZodBoolean;
49
+ metadata: z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
50
+ createdAt: z.ZodString;
51
+ updatedAt: z.ZodString;
52
+ }, z.core.$strict>>;
53
+ total: z.ZodNumber;
54
+ limit: z.ZodNumber;
55
+ offset: z.ZodNumber;
56
+ }, z.core.$strict>;
57
+ /**
58
+ * GetApiV1OrganizationsorganizationIdAgentProfiles 200 response type
59
+ */
60
+ export type IGetApiV1OrganizationsorganizationIdAgentProfilesResponse200 = z.infer<typeof GetApiV1OrganizationsorganizationIdAgentProfilesResponse200Schema>;
61
+ /**
62
+ * GetApiV1OrganizationsorganizationIdAgentProfiles 500 response schema
63
+ */
64
+ export declare const GetApiV1OrganizationsorganizationIdAgentProfilesResponse500Schema: z.ZodObject<{
65
+ error: z.ZodString;
66
+ }, z.core.$strict>;
67
+ /**
68
+ * GetApiV1OrganizationsorganizationIdAgentProfiles 500 response type
69
+ */
70
+ export type IGetApiV1OrganizationsorganizationIdAgentProfilesResponse500 = z.infer<typeof GetApiV1OrganizationsorganizationIdAgentProfilesResponse500Schema>;
71
+ /**
72
+ * List agent profiles
73
+ */
74
+ export declare const GetApiV1OrganizationsorganizationIdAgentProfiles: {
75
+ readonly path: "/api/v1/organizations/{organizationId}/agent-profiles";
76
+ readonly method: "GET";
77
+ readonly params: z.ZodObject<{
78
+ organizationId: z.ZodString;
79
+ }, z.core.$strip>;
80
+ readonly query: z.ZodObject<{
81
+ limit: z.ZodNumber;
82
+ offset: z.ZodNumber;
83
+ search: z.ZodOptional<z.ZodString>;
84
+ sort: z.ZodEnum<{
85
+ name: "name";
86
+ createdAt: "createdAt";
87
+ updatedAt: "updatedAt";
88
+ }>;
89
+ order: z.ZodEnum<{
90
+ asc: "asc";
91
+ desc: "desc";
92
+ }>;
93
+ }, z.core.$strip>;
94
+ readonly responses: {
95
+ readonly 200: z.ZodObject<{
96
+ items: z.ZodArray<z.ZodObject<{
97
+ id: z.ZodString;
98
+ organizationId: z.ZodString;
99
+ agentTypeId: z.ZodString;
100
+ name: z.ZodString;
101
+ description: z.ZodNullable<z.ZodString>;
102
+ isActive: z.ZodBoolean;
103
+ isDefault: z.ZodBoolean;
104
+ metadata: z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
105
+ createdAt: z.ZodString;
106
+ updatedAt: z.ZodString;
107
+ }, z.core.$strict>>;
108
+ total: z.ZodNumber;
109
+ limit: z.ZodNumber;
110
+ offset: z.ZodNumber;
111
+ }, z.core.$strict>;
112
+ readonly 500: z.ZodObject<{
113
+ error: z.ZodString;
114
+ }, z.core.$strict>;
115
+ };
116
+ };
117
+ /**
118
+ * GetApiV1OrganizationsorganizationIdAgentProfiles comprehensive path type for use with OpenapiClient.request()
119
+ */
120
+ export interface IGetApiV1OrganizationsorganizationIdAgentProfilesPath {
121
+ path: '/api/v1/organizations/{organizationId}/agent-profiles';
122
+ params: IGetApiV1OrganizationsorganizationIdAgentProfilesParameters;
123
+ query?: IGetApiV1OrganizationsorganizationIdAgentProfilesQuery;
124
+ response: IGetApiV1OrganizationsorganizationIdAgentProfilesResponse200;
125
+ error?: IGetApiV1OrganizationsorganizationIdAgentProfilesResponse500;
126
+ }
127
+ /**
128
+ * PostApiV1OrganizationsorganizationIdAgentProfiles path parameters schema
129
+ */
130
+ export declare const PostApiV1OrganizationsorganizationIdAgentProfilesParametersSchema: z.ZodObject<{
131
+ organizationId: z.ZodString;
132
+ }, z.core.$strip>;
133
+ /**
134
+ * PostApiV1OrganizationsorganizationIdAgentProfiles path parameters type
135
+ */
136
+ export type IPostApiV1OrganizationsorganizationIdAgentProfilesParameters = z.infer<typeof PostApiV1OrganizationsorganizationIdAgentProfilesParametersSchema>;
137
+ /**
138
+ * PostApiV1OrganizationsorganizationIdAgentProfiles request body schema
139
+ */
140
+ export declare const PostApiV1OrganizationsorganizationIdAgentProfilesRequestBodySchema: z.ZodObject<{
141
+ agentTypeId: z.ZodString;
142
+ name: z.ZodString;
143
+ description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
144
+ isDefault: z.ZodBoolean;
145
+ }, z.core.$strict>;
146
+ /**
147
+ * PostApiV1OrganizationsorganizationIdAgentProfiles request body type
148
+ */
149
+ export type IPostApiV1OrganizationsorganizationIdAgentProfilesRequestBody = z.infer<typeof PostApiV1OrganizationsorganizationIdAgentProfilesRequestBodySchema>;
150
+ /**
151
+ * PostApiV1OrganizationsorganizationIdAgentProfiles 201 response schema
152
+ */
153
+ export declare const PostApiV1OrganizationsorganizationIdAgentProfilesResponse201Schema: z.ZodObject<{
154
+ id: z.ZodString;
155
+ organizationId: z.ZodString;
156
+ agentTypeId: z.ZodString;
157
+ name: z.ZodString;
158
+ description: z.ZodNullable<z.ZodString>;
159
+ isActive: z.ZodBoolean;
160
+ isDefault: z.ZodBoolean;
161
+ metadata: z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
162
+ createdAt: z.ZodString;
163
+ updatedAt: z.ZodString;
164
+ }, z.core.$strict>;
165
+ /**
166
+ * PostApiV1OrganizationsorganizationIdAgentProfiles 201 response type
167
+ */
168
+ export type IPostApiV1OrganizationsorganizationIdAgentProfilesResponse201 = z.infer<typeof PostApiV1OrganizationsorganizationIdAgentProfilesResponse201Schema>;
169
+ /**
170
+ * PostApiV1OrganizationsorganizationIdAgentProfiles 400 response schema
171
+ */
172
+ export declare const PostApiV1OrganizationsorganizationIdAgentProfilesResponse400Schema: z.ZodVoid;
173
+ /**
174
+ * PostApiV1OrganizationsorganizationIdAgentProfiles 400 response type
175
+ */
176
+ export type IPostApiV1OrganizationsorganizationIdAgentProfilesResponse400 = z.infer<typeof PostApiV1OrganizationsorganizationIdAgentProfilesResponse400Schema>;
177
+ /**
178
+ * PostApiV1OrganizationsorganizationIdAgentProfiles 500 response schema
179
+ */
180
+ export declare const PostApiV1OrganizationsorganizationIdAgentProfilesResponse500Schema: z.ZodObject<{
181
+ error: z.ZodString;
182
+ }, z.core.$strict>;
183
+ /**
184
+ * PostApiV1OrganizationsorganizationIdAgentProfiles 500 response type
185
+ */
186
+ export type IPostApiV1OrganizationsorganizationIdAgentProfilesResponse500 = z.infer<typeof PostApiV1OrganizationsorganizationIdAgentProfilesResponse500Schema>;
187
+ /**
188
+ * Create agent profile
189
+ */
190
+ export declare const PostApiV1OrganizationsorganizationIdAgentProfiles: {
191
+ readonly path: "/api/v1/organizations/{organizationId}/agent-profiles";
192
+ readonly method: "POST";
193
+ readonly params: z.ZodObject<{
194
+ organizationId: z.ZodString;
195
+ }, z.core.$strip>;
196
+ readonly requestBody: z.ZodObject<{
197
+ agentTypeId: z.ZodString;
198
+ name: z.ZodString;
199
+ description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
200
+ isDefault: z.ZodBoolean;
201
+ }, z.core.$strict>;
202
+ readonly responses: {
203
+ readonly 201: z.ZodObject<{
204
+ id: z.ZodString;
205
+ organizationId: z.ZodString;
206
+ agentTypeId: z.ZodString;
207
+ name: z.ZodString;
208
+ description: z.ZodNullable<z.ZodString>;
209
+ isActive: z.ZodBoolean;
210
+ isDefault: z.ZodBoolean;
211
+ metadata: z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
212
+ createdAt: z.ZodString;
213
+ updatedAt: z.ZodString;
214
+ }, z.core.$strict>;
215
+ readonly 400: z.ZodVoid;
216
+ readonly 500: z.ZodObject<{
217
+ error: z.ZodString;
218
+ }, z.core.$strict>;
219
+ };
220
+ };
221
+ /**
222
+ * PostApiV1OrganizationsorganizationIdAgentProfiles comprehensive path type for use with OpenapiClient.request()
223
+ */
224
+ export interface IPostApiV1OrganizationsorganizationIdAgentProfilesPath {
225
+ path: '/api/v1/organizations/{organizationId}/agent-profiles';
226
+ params: IPostApiV1OrganizationsorganizationIdAgentProfilesParameters;
227
+ body?: IPostApiV1OrganizationsorganizationIdAgentProfilesRequestBody;
228
+ response: IPostApiV1OrganizationsorganizationIdAgentProfilesResponse201;
229
+ error?: IPostApiV1OrganizationsorganizationIdAgentProfilesResponse400 | IPostApiV1OrganizationsorganizationIdAgentProfilesResponse500;
230
+ }
231
+ /**
232
+ * GetApiV1OrganizationsorganizationIdAgentProfilesDefault path parameters schema
233
+ */
234
+ export declare const GetApiV1OrganizationsorganizationIdAgentProfilesDefaultParametersSchema: z.ZodObject<{
235
+ organizationId: z.ZodString;
236
+ }, z.core.$strip>;
237
+ /**
238
+ * GetApiV1OrganizationsorganizationIdAgentProfilesDefault path parameters type
239
+ */
240
+ export type IGetApiV1OrganizationsorganizationIdAgentProfilesDefaultParameters = z.infer<typeof GetApiV1OrganizationsorganizationIdAgentProfilesDefaultParametersSchema>;
241
+ /**
242
+ * GetApiV1OrganizationsorganizationIdAgentProfilesDefault query parameters schema
243
+ */
244
+ export declare const GetApiV1OrganizationsorganizationIdAgentProfilesDefaultQuerySchema: z.ZodObject<{
245
+ agentTypeId: z.ZodString;
246
+ }, z.core.$strip>;
247
+ /**
248
+ * GetApiV1OrganizationsorganizationIdAgentProfilesDefault query parameters type
249
+ */
250
+ export type IGetApiV1OrganizationsorganizationIdAgentProfilesDefaultQuery = z.infer<typeof GetApiV1OrganizationsorganizationIdAgentProfilesDefaultQuerySchema>;
251
+ /**
252
+ * GetApiV1OrganizationsorganizationIdAgentProfilesDefault 200 response schema
253
+ */
254
+ export declare const GetApiV1OrganizationsorganizationIdAgentProfilesDefaultResponse200Schema: z.ZodObject<{
255
+ id: z.ZodString;
256
+ organizationId: z.ZodString;
257
+ agentTypeId: z.ZodString;
258
+ name: z.ZodString;
259
+ description: z.ZodNullable<z.ZodString>;
260
+ isActive: z.ZodBoolean;
261
+ isDefault: z.ZodBoolean;
262
+ metadata: z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
263
+ createdAt: z.ZodString;
264
+ updatedAt: z.ZodString;
265
+ }, z.core.$strict>;
266
+ /**
267
+ * GetApiV1OrganizationsorganizationIdAgentProfilesDefault 200 response type
268
+ */
269
+ export type IGetApiV1OrganizationsorganizationIdAgentProfilesDefaultResponse200 = z.infer<typeof GetApiV1OrganizationsorganizationIdAgentProfilesDefaultResponse200Schema>;
270
+ /**
271
+ * GetApiV1OrganizationsorganizationIdAgentProfilesDefault 404 response schema
272
+ */
273
+ export declare const GetApiV1OrganizationsorganizationIdAgentProfilesDefaultResponse404Schema: z.ZodObject<{
274
+ message: z.ZodString;
275
+ }, z.core.$strict>;
276
+ /**
277
+ * GetApiV1OrganizationsorganizationIdAgentProfilesDefault 404 response type
278
+ */
279
+ export type IGetApiV1OrganizationsorganizationIdAgentProfilesDefaultResponse404 = z.infer<typeof GetApiV1OrganizationsorganizationIdAgentProfilesDefaultResponse404Schema>;
280
+ /**
281
+ * GetApiV1OrganizationsorganizationIdAgentProfilesDefault 500 response schema
282
+ */
283
+ export declare const GetApiV1OrganizationsorganizationIdAgentProfilesDefaultResponse500Schema: z.ZodObject<{
284
+ error: z.ZodString;
285
+ }, z.core.$strict>;
286
+ /**
287
+ * GetApiV1OrganizationsorganizationIdAgentProfilesDefault 500 response type
288
+ */
289
+ export type IGetApiV1OrganizationsorganizationIdAgentProfilesDefaultResponse500 = z.infer<typeof GetApiV1OrganizationsorganizationIdAgentProfilesDefaultResponse500Schema>;
290
+ /**
291
+ * Get default agent profile
292
+ */
293
+ export declare const GetApiV1OrganizationsorganizationIdAgentProfilesDefault: {
294
+ readonly path: "/api/v1/organizations/{organizationId}/agent-profiles/default";
295
+ readonly method: "GET";
296
+ readonly params: z.ZodObject<{
297
+ organizationId: z.ZodString;
298
+ }, z.core.$strip>;
299
+ readonly query: z.ZodObject<{
300
+ agentTypeId: z.ZodString;
301
+ }, z.core.$strip>;
302
+ readonly responses: {
303
+ readonly 200: z.ZodObject<{
304
+ id: z.ZodString;
305
+ organizationId: z.ZodString;
306
+ agentTypeId: z.ZodString;
307
+ name: z.ZodString;
308
+ description: z.ZodNullable<z.ZodString>;
309
+ isActive: z.ZodBoolean;
310
+ isDefault: z.ZodBoolean;
311
+ metadata: z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
312
+ createdAt: z.ZodString;
313
+ updatedAt: z.ZodString;
314
+ }, z.core.$strict>;
315
+ readonly 404: z.ZodObject<{
316
+ message: z.ZodString;
317
+ }, z.core.$strict>;
318
+ readonly 500: z.ZodObject<{
319
+ error: z.ZodString;
320
+ }, z.core.$strict>;
321
+ };
322
+ };
323
+ /**
324
+ * GetApiV1OrganizationsorganizationIdAgentProfilesDefault comprehensive path type for use with OpenapiClient.request()
325
+ */
326
+ export interface IGetApiV1OrganizationsorganizationIdAgentProfilesDefaultPath {
327
+ path: '/api/v1/organizations/{organizationId}/agent-profiles/default';
328
+ params: IGetApiV1OrganizationsorganizationIdAgentProfilesDefaultParameters;
329
+ query?: IGetApiV1OrganizationsorganizationIdAgentProfilesDefaultQuery;
330
+ response: IGetApiV1OrganizationsorganizationIdAgentProfilesDefaultResponse200;
331
+ error?: IGetApiV1OrganizationsorganizationIdAgentProfilesDefaultResponse404 | IGetApiV1OrganizationsorganizationIdAgentProfilesDefaultResponse500;
332
+ }
333
+ /**
334
+ * GetApiV1OrganizationsorganizationIdAgentProfilesId path parameters schema
335
+ */
336
+ export declare const GetApiV1OrganizationsorganizationIdAgentProfilesIdParametersSchema: z.ZodObject<{
337
+ organizationId: z.ZodString;
338
+ id: z.ZodString;
339
+ }, z.core.$strip>;
340
+ /**
341
+ * GetApiV1OrganizationsorganizationIdAgentProfilesId path parameters type
342
+ */
343
+ export type IGetApiV1OrganizationsorganizationIdAgentProfilesIdParameters = z.infer<typeof GetApiV1OrganizationsorganizationIdAgentProfilesIdParametersSchema>;
344
+ /**
345
+ * GetApiV1OrganizationsorganizationIdAgentProfilesId 200 response schema
346
+ */
347
+ export declare const GetApiV1OrganizationsorganizationIdAgentProfilesIdResponse200Schema: z.ZodObject<{
348
+ id: z.ZodString;
349
+ organizationId: z.ZodString;
350
+ agentTypeId: z.ZodString;
351
+ name: z.ZodString;
352
+ description: z.ZodNullable<z.ZodString>;
353
+ isActive: z.ZodBoolean;
354
+ isDefault: z.ZodBoolean;
355
+ metadata: z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
356
+ createdAt: z.ZodString;
357
+ updatedAt: z.ZodString;
358
+ }, z.core.$strict>;
359
+ /**
360
+ * GetApiV1OrganizationsorganizationIdAgentProfilesId 200 response type
361
+ */
362
+ export type IGetApiV1OrganizationsorganizationIdAgentProfilesIdResponse200 = z.infer<typeof GetApiV1OrganizationsorganizationIdAgentProfilesIdResponse200Schema>;
363
+ /**
364
+ * GetApiV1OrganizationsorganizationIdAgentProfilesId 404 response schema
365
+ */
366
+ export declare const GetApiV1OrganizationsorganizationIdAgentProfilesIdResponse404Schema: z.ZodObject<{
367
+ message: z.ZodString;
368
+ }, z.core.$strict>;
369
+ /**
370
+ * GetApiV1OrganizationsorganizationIdAgentProfilesId 404 response type
371
+ */
372
+ export type IGetApiV1OrganizationsorganizationIdAgentProfilesIdResponse404 = z.infer<typeof GetApiV1OrganizationsorganizationIdAgentProfilesIdResponse404Schema>;
373
+ /**
374
+ * GetApiV1OrganizationsorganizationIdAgentProfilesId 500 response schema
375
+ */
376
+ export declare const GetApiV1OrganizationsorganizationIdAgentProfilesIdResponse500Schema: z.ZodObject<{
377
+ error: z.ZodString;
378
+ }, z.core.$strict>;
379
+ /**
380
+ * GetApiV1OrganizationsorganizationIdAgentProfilesId 500 response type
381
+ */
382
+ export type IGetApiV1OrganizationsorganizationIdAgentProfilesIdResponse500 = z.infer<typeof GetApiV1OrganizationsorganizationIdAgentProfilesIdResponse500Schema>;
383
+ /**
384
+ * Get agent profile by ID
385
+ */
386
+ export declare const GetApiV1OrganizationsorganizationIdAgentProfilesId: {
387
+ readonly path: "/api/v1/organizations/{organizationId}/agent-profiles/{id}";
388
+ readonly method: "GET";
389
+ readonly params: z.ZodObject<{
390
+ organizationId: z.ZodString;
391
+ id: z.ZodString;
392
+ }, z.core.$strip>;
393
+ readonly responses: {
394
+ readonly 200: z.ZodObject<{
395
+ id: z.ZodString;
396
+ organizationId: z.ZodString;
397
+ agentTypeId: z.ZodString;
398
+ name: z.ZodString;
399
+ description: z.ZodNullable<z.ZodString>;
400
+ isActive: z.ZodBoolean;
401
+ isDefault: z.ZodBoolean;
402
+ metadata: z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
403
+ createdAt: z.ZodString;
404
+ updatedAt: z.ZodString;
405
+ }, z.core.$strict>;
406
+ readonly 404: z.ZodObject<{
407
+ message: z.ZodString;
408
+ }, z.core.$strict>;
409
+ readonly 500: z.ZodObject<{
410
+ error: z.ZodString;
411
+ }, z.core.$strict>;
412
+ };
413
+ };
414
+ /**
415
+ * GetApiV1OrganizationsorganizationIdAgentProfilesId comprehensive path type for use with OpenapiClient.request()
416
+ */
417
+ export interface IGetApiV1OrganizationsorganizationIdAgentProfilesIdPath {
418
+ path: '/api/v1/organizations/{organizationId}/agent-profiles/{id}';
419
+ params: IGetApiV1OrganizationsorganizationIdAgentProfilesIdParameters;
420
+ response: IGetApiV1OrganizationsorganizationIdAgentProfilesIdResponse200;
421
+ error?: IGetApiV1OrganizationsorganizationIdAgentProfilesIdResponse404 | IGetApiV1OrganizationsorganizationIdAgentProfilesIdResponse500;
422
+ }
423
+ /**
424
+ * PatchApiV1OrganizationsorganizationIdAgentProfilesId path parameters schema
425
+ */
426
+ export declare const PatchApiV1OrganizationsorganizationIdAgentProfilesIdParametersSchema: z.ZodObject<{
427
+ organizationId: z.ZodString;
428
+ id: z.ZodString;
429
+ }, z.core.$strip>;
430
+ /**
431
+ * PatchApiV1OrganizationsorganizationIdAgentProfilesId path parameters type
432
+ */
433
+ export type IPatchApiV1OrganizationsorganizationIdAgentProfilesIdParameters = z.infer<typeof PatchApiV1OrganizationsorganizationIdAgentProfilesIdParametersSchema>;
434
+ /**
435
+ * PatchApiV1OrganizationsorganizationIdAgentProfilesId request body schema
436
+ */
437
+ export declare const PatchApiV1OrganizationsorganizationIdAgentProfilesIdRequestBodySchema: z.ZodObject<{
438
+ name: z.ZodOptional<z.ZodString>;
439
+ description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
440
+ isDefault: z.ZodOptional<z.ZodBoolean>;
441
+ }, z.core.$strict>;
442
+ /**
443
+ * PatchApiV1OrganizationsorganizationIdAgentProfilesId request body type
444
+ */
445
+ export type IPatchApiV1OrganizationsorganizationIdAgentProfilesIdRequestBody = z.infer<typeof PatchApiV1OrganizationsorganizationIdAgentProfilesIdRequestBodySchema>;
446
+ /**
447
+ * PatchApiV1OrganizationsorganizationIdAgentProfilesId 200 response schema
448
+ */
449
+ export declare const PatchApiV1OrganizationsorganizationIdAgentProfilesIdResponse200Schema: z.ZodObject<{
450
+ id: z.ZodString;
451
+ organizationId: z.ZodString;
452
+ agentTypeId: z.ZodString;
453
+ name: z.ZodString;
454
+ description: z.ZodNullable<z.ZodString>;
455
+ isActive: z.ZodBoolean;
456
+ isDefault: z.ZodBoolean;
457
+ metadata: z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
458
+ createdAt: z.ZodString;
459
+ updatedAt: z.ZodString;
460
+ }, z.core.$strict>;
461
+ /**
462
+ * PatchApiV1OrganizationsorganizationIdAgentProfilesId 200 response type
463
+ */
464
+ export type IPatchApiV1OrganizationsorganizationIdAgentProfilesIdResponse200 = z.infer<typeof PatchApiV1OrganizationsorganizationIdAgentProfilesIdResponse200Schema>;
465
+ /**
466
+ * PatchApiV1OrganizationsorganizationIdAgentProfilesId 400 response schema
467
+ */
468
+ export declare const PatchApiV1OrganizationsorganizationIdAgentProfilesIdResponse400Schema: z.ZodVoid;
469
+ /**
470
+ * PatchApiV1OrganizationsorganizationIdAgentProfilesId 400 response type
471
+ */
472
+ export type IPatchApiV1OrganizationsorganizationIdAgentProfilesIdResponse400 = z.infer<typeof PatchApiV1OrganizationsorganizationIdAgentProfilesIdResponse400Schema>;
473
+ /**
474
+ * PatchApiV1OrganizationsorganizationIdAgentProfilesId 404 response schema
475
+ */
476
+ export declare const PatchApiV1OrganizationsorganizationIdAgentProfilesIdResponse404Schema: z.ZodObject<{
477
+ message: z.ZodString;
478
+ }, z.core.$strict>;
479
+ /**
480
+ * PatchApiV1OrganizationsorganizationIdAgentProfilesId 404 response type
481
+ */
482
+ export type IPatchApiV1OrganizationsorganizationIdAgentProfilesIdResponse404 = z.infer<typeof PatchApiV1OrganizationsorganizationIdAgentProfilesIdResponse404Schema>;
483
+ /**
484
+ * PatchApiV1OrganizationsorganizationIdAgentProfilesId 500 response schema
485
+ */
486
+ export declare const PatchApiV1OrganizationsorganizationIdAgentProfilesIdResponse500Schema: z.ZodObject<{
487
+ error: z.ZodString;
488
+ }, z.core.$strict>;
489
+ /**
490
+ * PatchApiV1OrganizationsorganizationIdAgentProfilesId 500 response type
491
+ */
492
+ export type IPatchApiV1OrganizationsorganizationIdAgentProfilesIdResponse500 = z.infer<typeof PatchApiV1OrganizationsorganizationIdAgentProfilesIdResponse500Schema>;
493
+ /**
494
+ * Update agent profile
495
+ */
496
+ export declare const PatchApiV1OrganizationsorganizationIdAgentProfilesId: {
497
+ readonly path: "/api/v1/organizations/{organizationId}/agent-profiles/{id}";
498
+ readonly method: "PATCH";
499
+ readonly params: z.ZodObject<{
500
+ organizationId: z.ZodString;
501
+ id: z.ZodString;
502
+ }, z.core.$strip>;
503
+ readonly requestBody: z.ZodObject<{
504
+ name: z.ZodOptional<z.ZodString>;
505
+ description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
506
+ isDefault: z.ZodOptional<z.ZodBoolean>;
507
+ }, z.core.$strict>;
508
+ readonly responses: {
509
+ readonly 200: z.ZodObject<{
510
+ id: z.ZodString;
511
+ organizationId: z.ZodString;
512
+ agentTypeId: z.ZodString;
513
+ name: z.ZodString;
514
+ description: z.ZodNullable<z.ZodString>;
515
+ isActive: z.ZodBoolean;
516
+ isDefault: z.ZodBoolean;
517
+ metadata: z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
518
+ createdAt: z.ZodString;
519
+ updatedAt: z.ZodString;
520
+ }, z.core.$strict>;
521
+ readonly 400: z.ZodVoid;
522
+ readonly 404: z.ZodObject<{
523
+ message: z.ZodString;
524
+ }, z.core.$strict>;
525
+ readonly 500: z.ZodObject<{
526
+ error: z.ZodString;
527
+ }, z.core.$strict>;
528
+ };
529
+ };
530
+ /**
531
+ * PatchApiV1OrganizationsorganizationIdAgentProfilesId comprehensive path type for use with OpenapiClient.request()
532
+ */
533
+ export interface IPatchApiV1OrganizationsorganizationIdAgentProfilesIdPath {
534
+ path: '/api/v1/organizations/{organizationId}/agent-profiles/{id}';
535
+ params: IPatchApiV1OrganizationsorganizationIdAgentProfilesIdParameters;
536
+ body?: IPatchApiV1OrganizationsorganizationIdAgentProfilesIdRequestBody;
537
+ response: IPatchApiV1OrganizationsorganizationIdAgentProfilesIdResponse200;
538
+ error?: IPatchApiV1OrganizationsorganizationIdAgentProfilesIdResponse400 | IPatchApiV1OrganizationsorganizationIdAgentProfilesIdResponse404 | IPatchApiV1OrganizationsorganizationIdAgentProfilesIdResponse500;
539
+ }
540
+ /**
541
+ * DeleteApiV1OrganizationsorganizationIdAgentProfilesId path parameters schema
542
+ */
543
+ export declare const DeleteApiV1OrganizationsorganizationIdAgentProfilesIdParametersSchema: z.ZodObject<{
544
+ organizationId: z.ZodString;
545
+ id: z.ZodString;
546
+ }, z.core.$strip>;
547
+ /**
548
+ * DeleteApiV1OrganizationsorganizationIdAgentProfilesId path parameters type
549
+ */
550
+ export type IDeleteApiV1OrganizationsorganizationIdAgentProfilesIdParameters = z.infer<typeof DeleteApiV1OrganizationsorganizationIdAgentProfilesIdParametersSchema>;
551
+ /**
552
+ * DeleteApiV1OrganizationsorganizationIdAgentProfilesId 204 response schema
553
+ */
554
+ export declare const DeleteApiV1OrganizationsorganizationIdAgentProfilesIdResponse204Schema: z.ZodVoid;
555
+ /**
556
+ * DeleteApiV1OrganizationsorganizationIdAgentProfilesId 204 response type
557
+ */
558
+ export type IDeleteApiV1OrganizationsorganizationIdAgentProfilesIdResponse204 = z.infer<typeof DeleteApiV1OrganizationsorganizationIdAgentProfilesIdResponse204Schema>;
559
+ /**
560
+ * DeleteApiV1OrganizationsorganizationIdAgentProfilesId 404 response schema
561
+ */
562
+ export declare const DeleteApiV1OrganizationsorganizationIdAgentProfilesIdResponse404Schema: z.ZodObject<{
563
+ message: z.ZodString;
564
+ }, z.core.$strict>;
565
+ /**
566
+ * DeleteApiV1OrganizationsorganizationIdAgentProfilesId 404 response type
567
+ */
568
+ export type IDeleteApiV1OrganizationsorganizationIdAgentProfilesIdResponse404 = z.infer<typeof DeleteApiV1OrganizationsorganizationIdAgentProfilesIdResponse404Schema>;
569
+ /**
570
+ * DeleteApiV1OrganizationsorganizationIdAgentProfilesId 500 response schema
571
+ */
572
+ export declare const DeleteApiV1OrganizationsorganizationIdAgentProfilesIdResponse500Schema: z.ZodObject<{
573
+ error: z.ZodString;
574
+ }, z.core.$strict>;
575
+ /**
576
+ * DeleteApiV1OrganizationsorganizationIdAgentProfilesId 500 response type
577
+ */
578
+ export type IDeleteApiV1OrganizationsorganizationIdAgentProfilesIdResponse500 = z.infer<typeof DeleteApiV1OrganizationsorganizationIdAgentProfilesIdResponse500Schema>;
579
+ /**
580
+ * Delete agent profile
581
+ */
582
+ export declare const DeleteApiV1OrganizationsorganizationIdAgentProfilesId: {
583
+ readonly path: "/api/v1/organizations/{organizationId}/agent-profiles/{id}";
584
+ readonly method: "DELETE";
585
+ readonly params: z.ZodObject<{
586
+ organizationId: z.ZodString;
587
+ id: z.ZodString;
588
+ }, z.core.$strip>;
589
+ readonly responses: {
590
+ readonly 204: z.ZodVoid;
591
+ readonly 404: z.ZodObject<{
592
+ message: z.ZodString;
593
+ }, z.core.$strict>;
594
+ readonly 500: z.ZodObject<{
595
+ error: z.ZodString;
596
+ }, z.core.$strict>;
597
+ };
598
+ };
599
+ /**
600
+ * DeleteApiV1OrganizationsorganizationIdAgentProfilesId comprehensive path type for use with OpenapiClient.request()
601
+ */
602
+ export interface IDeleteApiV1OrganizationsorganizationIdAgentProfilesIdPath {
603
+ path: '/api/v1/organizations/{organizationId}/agent-profiles/{id}';
604
+ params: IDeleteApiV1OrganizationsorganizationIdAgentProfilesIdParameters;
605
+ response: IDeleteApiV1OrganizationsorganizationIdAgentProfilesIdResponse204;
606
+ error?: IDeleteApiV1OrganizationsorganizationIdAgentProfilesIdResponse404 | IDeleteApiV1OrganizationsorganizationIdAgentProfilesIdResponse500;
607
+ }
608
+ /**
609
+ * GetApiV1OrganizationsorganizationIdAgentProfilesidEnvironment path parameters schema
610
+ */
611
+ export declare const GetApiV1OrganizationsorganizationIdAgentProfilesidEnvironmentParametersSchema: z.ZodObject<{
612
+ organizationId: z.ZodString;
613
+ id: z.ZodString;
614
+ }, z.core.$strip>;
615
+ /**
616
+ * GetApiV1OrganizationsorganizationIdAgentProfilesidEnvironment path parameters type
617
+ */
618
+ export type IGetApiV1OrganizationsorganizationIdAgentProfilesidEnvironmentParameters = z.infer<typeof GetApiV1OrganizationsorganizationIdAgentProfilesidEnvironmentParametersSchema>;
619
+ /**
620
+ * GetApiV1OrganizationsorganizationIdAgentProfilesidEnvironment 200 response schema
621
+ */
622
+ export declare const GetApiV1OrganizationsorganizationIdAgentProfilesidEnvironmentResponse200Schema: z.ZodRecord<z.ZodString, z.ZodString>;
623
+ /**
624
+ * GetApiV1OrganizationsorganizationIdAgentProfilesidEnvironment 200 response type
625
+ */
626
+ export type IGetApiV1OrganizationsorganizationIdAgentProfilesidEnvironmentResponse200 = z.infer<typeof GetApiV1OrganizationsorganizationIdAgentProfilesidEnvironmentResponse200Schema>;
627
+ /**
628
+ * GetApiV1OrganizationsorganizationIdAgentProfilesidEnvironment 404 response schema
629
+ */
630
+ export declare const GetApiV1OrganizationsorganizationIdAgentProfilesidEnvironmentResponse404Schema: z.ZodObject<{
631
+ message: z.ZodString;
632
+ }, z.core.$strict>;
633
+ /**
634
+ * GetApiV1OrganizationsorganizationIdAgentProfilesidEnvironment 404 response type
635
+ */
636
+ export type IGetApiV1OrganizationsorganizationIdAgentProfilesidEnvironmentResponse404 = z.infer<typeof GetApiV1OrganizationsorganizationIdAgentProfilesidEnvironmentResponse404Schema>;
637
+ /**
638
+ * GetApiV1OrganizationsorganizationIdAgentProfilesidEnvironment 500 response schema
639
+ */
640
+ export declare const GetApiV1OrganizationsorganizationIdAgentProfilesidEnvironmentResponse500Schema: z.ZodObject<{
641
+ error: z.ZodString;
642
+ }, z.core.$strict>;
643
+ /**
644
+ * GetApiV1OrganizationsorganizationIdAgentProfilesidEnvironment 500 response type
645
+ */
646
+ export type IGetApiV1OrganizationsorganizationIdAgentProfilesidEnvironmentResponse500 = z.infer<typeof GetApiV1OrganizationsorganizationIdAgentProfilesidEnvironmentResponse500Schema>;
647
+ /**
648
+ * Get agent profile environment variables
649
+ */
650
+ export declare const GetApiV1OrganizationsorganizationIdAgentProfilesidEnvironment: {
651
+ readonly path: "/api/v1/organizations/{organizationId}/agent-profiles/{id}/environment";
652
+ readonly method: "GET";
653
+ readonly params: z.ZodObject<{
654
+ organizationId: z.ZodString;
655
+ id: z.ZodString;
656
+ }, z.core.$strip>;
657
+ readonly responses: {
658
+ readonly 200: z.ZodRecord<z.ZodString, z.ZodString>;
659
+ readonly 404: z.ZodObject<{
660
+ message: z.ZodString;
661
+ }, z.core.$strict>;
662
+ readonly 500: z.ZodObject<{
663
+ error: z.ZodString;
664
+ }, z.core.$strict>;
665
+ };
666
+ };
667
+ /**
668
+ * GetApiV1OrganizationsorganizationIdAgentProfilesidEnvironment comprehensive path type for use with OpenapiClient.request()
669
+ */
670
+ export interface IGetApiV1OrganizationsorganizationIdAgentProfilesidEnvironmentPath {
671
+ path: '/api/v1/organizations/{organizationId}/agent-profiles/{id}/environment';
672
+ params: IGetApiV1OrganizationsorganizationIdAgentProfilesidEnvironmentParameters;
673
+ response: IGetApiV1OrganizationsorganizationIdAgentProfilesidEnvironmentResponse200;
674
+ error?: IGetApiV1OrganizationsorganizationIdAgentProfilesidEnvironmentResponse404 | IGetApiV1OrganizationsorganizationIdAgentProfilesidEnvironmentResponse500;
675
+ }
676
+ /**
677
+ * PostApiV1OrganizationsorganizationIdAgentProfilesidDefault path parameters schema
678
+ */
679
+ export declare const PostApiV1OrganizationsorganizationIdAgentProfilesidDefaultParametersSchema: z.ZodObject<{
680
+ organizationId: z.ZodString;
681
+ id: z.ZodString;
682
+ }, z.core.$strip>;
683
+ /**
684
+ * PostApiV1OrganizationsorganizationIdAgentProfilesidDefault path parameters type
685
+ */
686
+ export type IPostApiV1OrganizationsorganizationIdAgentProfilesidDefaultParameters = z.infer<typeof PostApiV1OrganizationsorganizationIdAgentProfilesidDefaultParametersSchema>;
687
+ /**
688
+ * PostApiV1OrganizationsorganizationIdAgentProfilesidDefault request body schema
689
+ */
690
+ export declare const PostApiV1OrganizationsorganizationIdAgentProfilesidDefaultRequestBodySchema: z.ZodObject<{}, z.core.$strict>;
691
+ /**
692
+ * PostApiV1OrganizationsorganizationIdAgentProfilesidDefault request body type
693
+ */
694
+ export type IPostApiV1OrganizationsorganizationIdAgentProfilesidDefaultRequestBody = z.infer<typeof PostApiV1OrganizationsorganizationIdAgentProfilesidDefaultRequestBodySchema>;
695
+ /**
696
+ * PostApiV1OrganizationsorganizationIdAgentProfilesidDefault 200 response schema
697
+ */
698
+ export declare const PostApiV1OrganizationsorganizationIdAgentProfilesidDefaultResponse200Schema: z.ZodObject<{
699
+ id: z.ZodString;
700
+ organizationId: z.ZodString;
701
+ agentTypeId: z.ZodString;
702
+ name: z.ZodString;
703
+ description: z.ZodNullable<z.ZodString>;
704
+ isActive: z.ZodBoolean;
705
+ isDefault: z.ZodBoolean;
706
+ metadata: z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
707
+ createdAt: z.ZodString;
708
+ updatedAt: z.ZodString;
709
+ }, z.core.$strict>;
710
+ /**
711
+ * PostApiV1OrganizationsorganizationIdAgentProfilesidDefault 200 response type
712
+ */
713
+ export type IPostApiV1OrganizationsorganizationIdAgentProfilesidDefaultResponse200 = z.infer<typeof PostApiV1OrganizationsorganizationIdAgentProfilesidDefaultResponse200Schema>;
714
+ /**
715
+ * PostApiV1OrganizationsorganizationIdAgentProfilesidDefault 404 response schema
716
+ */
717
+ export declare const PostApiV1OrganizationsorganizationIdAgentProfilesidDefaultResponse404Schema: z.ZodObject<{
718
+ message: z.ZodString;
719
+ }, z.core.$strict>;
720
+ /**
721
+ * PostApiV1OrganizationsorganizationIdAgentProfilesidDefault 404 response type
722
+ */
723
+ export type IPostApiV1OrganizationsorganizationIdAgentProfilesidDefaultResponse404 = z.infer<typeof PostApiV1OrganizationsorganizationIdAgentProfilesidDefaultResponse404Schema>;
724
+ /**
725
+ * PostApiV1OrganizationsorganizationIdAgentProfilesidDefault 500 response schema
726
+ */
727
+ export declare const PostApiV1OrganizationsorganizationIdAgentProfilesidDefaultResponse500Schema: z.ZodObject<{
728
+ error: z.ZodString;
729
+ }, z.core.$strict>;
730
+ /**
731
+ * PostApiV1OrganizationsorganizationIdAgentProfilesidDefault 500 response type
732
+ */
733
+ export type IPostApiV1OrganizationsorganizationIdAgentProfilesidDefaultResponse500 = z.infer<typeof PostApiV1OrganizationsorganizationIdAgentProfilesidDefaultResponse500Schema>;
734
+ /**
735
+ * Set agent profile as default
736
+ */
737
+ export declare const PostApiV1OrganizationsorganizationIdAgentProfilesidDefault: {
738
+ readonly path: "/api/v1/organizations/{organizationId}/agent-profiles/{id}/default";
739
+ readonly method: "POST";
740
+ readonly params: z.ZodObject<{
741
+ organizationId: z.ZodString;
742
+ id: z.ZodString;
743
+ }, z.core.$strip>;
744
+ readonly requestBody: z.ZodObject<{}, z.core.$strict>;
745
+ readonly responses: {
746
+ readonly 200: z.ZodObject<{
747
+ id: z.ZodString;
748
+ organizationId: z.ZodString;
749
+ agentTypeId: z.ZodString;
750
+ name: z.ZodString;
751
+ description: z.ZodNullable<z.ZodString>;
752
+ isActive: z.ZodBoolean;
753
+ isDefault: z.ZodBoolean;
754
+ metadata: z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
755
+ createdAt: z.ZodString;
756
+ updatedAt: z.ZodString;
757
+ }, z.core.$strict>;
758
+ readonly 404: z.ZodObject<{
759
+ message: z.ZodString;
760
+ }, z.core.$strict>;
761
+ readonly 500: z.ZodObject<{
762
+ error: z.ZodString;
763
+ }, z.core.$strict>;
764
+ };
765
+ };
766
+ /**
767
+ * PostApiV1OrganizationsorganizationIdAgentProfilesidDefault comprehensive path type for use with OpenapiClient.request()
768
+ */
769
+ export interface IPostApiV1OrganizationsorganizationIdAgentProfilesidDefaultPath {
770
+ path: '/api/v1/organizations/{organizationId}/agent-profiles/{id}/default';
771
+ params: IPostApiV1OrganizationsorganizationIdAgentProfilesidDefaultParameters;
772
+ body?: IPostApiV1OrganizationsorganizationIdAgentProfilesidDefaultRequestBody;
773
+ response: IPostApiV1OrganizationsorganizationIdAgentProfilesidDefaultResponse200;
774
+ error?: IPostApiV1OrganizationsorganizationIdAgentProfilesidDefaultResponse404 | IPostApiV1OrganizationsorganizationIdAgentProfilesidDefaultResponse500;
775
+ }
776
+ //# sourceMappingURL=agentProfiles.d.ts.map