@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 @@
1
+ {"version":3,"file":"activities.d.ts","sourceRoot":"","sources":["../../../../../src/__generated__/backend-agiflow-api/types/activities.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,555 @@
1
+ /**
2
+ * agentEnvironmentVariables operations generated from OpenAPI specification
3
+ * @generated This file is auto-generated. Do not edit manually.
4
+ */
5
+ import { z } from "zod";
6
+ /**
7
+ * GetApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariables path parameters schema
8
+ */
9
+ export declare const GetApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariablesParametersSchema: z.ZodObject<{
10
+ organizationId: z.ZodString;
11
+ profileId: z.ZodString;
12
+ }, z.core.$strip>;
13
+ /**
14
+ * GetApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariables path parameters type
15
+ */
16
+ export type IGetApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariablesParameters = z.infer<typeof GetApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariablesParametersSchema>;
17
+ /**
18
+ * GetApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariables 200 response schema
19
+ */
20
+ export declare const GetApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariablesResponse200Schema: z.ZodArray<z.ZodObject<{
21
+ id: z.ZodString;
22
+ agentProfileId: z.ZodString;
23
+ key: z.ZodString;
24
+ value: z.ZodString;
25
+ description: z.ZodNullable<z.ZodString>;
26
+ isRequired: z.ZodBoolean;
27
+ isSecret: z.ZodBoolean;
28
+ createdAt: z.ZodString;
29
+ updatedAt: z.ZodString;
30
+ }, z.core.$strict>>;
31
+ /**
32
+ * GetApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariables 200 response type
33
+ */
34
+ export type IGetApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariablesResponse200 = z.infer<typeof GetApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariablesResponse200Schema>;
35
+ /**
36
+ * GetApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariables 500 response schema
37
+ */
38
+ export declare const GetApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariablesResponse500Schema: z.ZodObject<{
39
+ error: z.ZodString;
40
+ }, z.core.$strict>;
41
+ /**
42
+ * GetApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariables 500 response type
43
+ */
44
+ export type IGetApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariablesResponse500 = z.infer<typeof GetApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariablesResponse500Schema>;
45
+ /**
46
+ * List environment variables
47
+ */
48
+ export declare const GetApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariables: {
49
+ readonly path: "/api/v1/organizations/{organizationId}/agent-profiles/{profileId}/environment-variables";
50
+ readonly method: "GET";
51
+ readonly params: z.ZodObject<{
52
+ organizationId: z.ZodString;
53
+ profileId: z.ZodString;
54
+ }, z.core.$strip>;
55
+ readonly responses: {
56
+ readonly 200: z.ZodArray<z.ZodObject<{
57
+ id: z.ZodString;
58
+ agentProfileId: z.ZodString;
59
+ key: z.ZodString;
60
+ value: z.ZodString;
61
+ description: z.ZodNullable<z.ZodString>;
62
+ isRequired: z.ZodBoolean;
63
+ isSecret: z.ZodBoolean;
64
+ createdAt: z.ZodString;
65
+ updatedAt: z.ZodString;
66
+ }, z.core.$strict>>;
67
+ readonly 500: z.ZodObject<{
68
+ error: z.ZodString;
69
+ }, z.core.$strict>;
70
+ };
71
+ };
72
+ /**
73
+ * GetApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariables comprehensive path type for use with OpenapiClient.request()
74
+ */
75
+ export interface IGetApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariablesPath {
76
+ path: '/api/v1/organizations/{organizationId}/agent-profiles/{profileId}/environment-variables';
77
+ params: IGetApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariablesParameters;
78
+ response: IGetApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariablesResponse200;
79
+ error?: IGetApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariablesResponse500;
80
+ }
81
+ /**
82
+ * GetApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariablesRecord path parameters schema
83
+ */
84
+ export declare const GetApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariablesRecordParametersSchema: z.ZodObject<{
85
+ organizationId: z.ZodString;
86
+ profileId: z.ZodString;
87
+ }, z.core.$strip>;
88
+ /**
89
+ * GetApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariablesRecord path parameters type
90
+ */
91
+ export type IGetApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariablesRecordParameters = z.infer<typeof GetApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariablesRecordParametersSchema>;
92
+ /**
93
+ * GetApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariablesRecord 200 response schema
94
+ */
95
+ export declare const GetApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariablesRecordResponse200Schema: z.ZodRecord<z.ZodString, z.ZodString>;
96
+ /**
97
+ * GetApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariablesRecord 200 response type
98
+ */
99
+ export type IGetApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariablesRecordResponse200 = z.infer<typeof GetApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariablesRecordResponse200Schema>;
100
+ /**
101
+ * GetApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariablesRecord 500 response schema
102
+ */
103
+ export declare const GetApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariablesRecordResponse500Schema: z.ZodObject<{
104
+ error: z.ZodString;
105
+ }, z.core.$strict>;
106
+ /**
107
+ * GetApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariablesRecord 500 response type
108
+ */
109
+ export type IGetApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariablesRecordResponse500 = z.infer<typeof GetApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariablesRecordResponse500Schema>;
110
+ /**
111
+ * Get environment variables as record
112
+ */
113
+ export declare const GetApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariablesRecord: {
114
+ readonly path: "/api/v1/organizations/{organizationId}/agent-profiles/{profileId}/environment-variables/record";
115
+ readonly method: "GET";
116
+ readonly params: z.ZodObject<{
117
+ organizationId: z.ZodString;
118
+ profileId: z.ZodString;
119
+ }, z.core.$strip>;
120
+ readonly responses: {
121
+ readonly 200: z.ZodRecord<z.ZodString, z.ZodString>;
122
+ readonly 500: z.ZodObject<{
123
+ error: z.ZodString;
124
+ }, z.core.$strict>;
125
+ };
126
+ };
127
+ /**
128
+ * GetApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariablesRecord comprehensive path type for use with OpenapiClient.request()
129
+ */
130
+ export interface IGetApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariablesRecordPath {
131
+ path: '/api/v1/organizations/{organizationId}/agent-profiles/{profileId}/environment-variables/record';
132
+ params: IGetApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariablesRecordParameters;
133
+ response: IGetApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariablesRecordResponse200;
134
+ error?: IGetApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariablesRecordResponse500;
135
+ }
136
+ /**
137
+ * GetApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariableskey path parameters schema
138
+ */
139
+ export declare const GetApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariableskeyParametersSchema: z.ZodObject<{
140
+ organizationId: z.ZodString;
141
+ profileId: z.ZodString;
142
+ key: z.ZodString;
143
+ }, z.core.$strip>;
144
+ /**
145
+ * GetApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariableskey path parameters type
146
+ */
147
+ export type IGetApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariableskeyParameters = z.infer<typeof GetApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariableskeyParametersSchema>;
148
+ /**
149
+ * GetApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariableskey 200 response schema
150
+ */
151
+ export declare const GetApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariableskeyResponse200Schema: z.ZodObject<{
152
+ id: z.ZodString;
153
+ agentProfileId: z.ZodString;
154
+ key: z.ZodString;
155
+ value: z.ZodString;
156
+ description: z.ZodNullable<z.ZodString>;
157
+ isRequired: z.ZodBoolean;
158
+ isSecret: z.ZodBoolean;
159
+ createdAt: z.ZodString;
160
+ updatedAt: z.ZodString;
161
+ }, z.core.$strict>;
162
+ /**
163
+ * GetApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariableskey 200 response type
164
+ */
165
+ export type IGetApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariableskeyResponse200 = z.infer<typeof GetApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariableskeyResponse200Schema>;
166
+ /**
167
+ * GetApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariableskey 404 response schema
168
+ */
169
+ export declare const GetApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariableskeyResponse404Schema: z.ZodObject<{
170
+ message: z.ZodString;
171
+ }, z.core.$strict>;
172
+ /**
173
+ * GetApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariableskey 404 response type
174
+ */
175
+ export type IGetApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariableskeyResponse404 = z.infer<typeof GetApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariableskeyResponse404Schema>;
176
+ /**
177
+ * GetApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariableskey 500 response schema
178
+ */
179
+ export declare const GetApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariableskeyResponse500Schema: z.ZodObject<{
180
+ error: z.ZodString;
181
+ }, z.core.$strict>;
182
+ /**
183
+ * GetApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariableskey 500 response type
184
+ */
185
+ export type IGetApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariableskeyResponse500 = z.infer<typeof GetApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariableskeyResponse500Schema>;
186
+ /**
187
+ * Get environment variable by key
188
+ */
189
+ export declare const GetApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariableskey: {
190
+ readonly path: "/api/v1/organizations/{organizationId}/agent-profiles/{profileId}/environment-variables/{key}";
191
+ readonly method: "GET";
192
+ readonly params: z.ZodObject<{
193
+ organizationId: z.ZodString;
194
+ profileId: z.ZodString;
195
+ key: z.ZodString;
196
+ }, z.core.$strip>;
197
+ readonly responses: {
198
+ readonly 200: z.ZodObject<{
199
+ id: z.ZodString;
200
+ agentProfileId: z.ZodString;
201
+ key: z.ZodString;
202
+ value: z.ZodString;
203
+ description: z.ZodNullable<z.ZodString>;
204
+ isRequired: z.ZodBoolean;
205
+ isSecret: z.ZodBoolean;
206
+ createdAt: z.ZodString;
207
+ updatedAt: z.ZodString;
208
+ }, z.core.$strict>;
209
+ readonly 404: z.ZodObject<{
210
+ message: z.ZodString;
211
+ }, z.core.$strict>;
212
+ readonly 500: z.ZodObject<{
213
+ error: z.ZodString;
214
+ }, z.core.$strict>;
215
+ };
216
+ };
217
+ /**
218
+ * GetApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariableskey comprehensive path type for use with OpenapiClient.request()
219
+ */
220
+ export interface IGetApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariableskeyPath {
221
+ path: '/api/v1/organizations/{organizationId}/agent-profiles/{profileId}/environment-variables/{key}';
222
+ params: IGetApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariableskeyParameters;
223
+ response: IGetApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariableskeyResponse200;
224
+ error?: IGetApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariableskeyResponse404 | IGetApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariableskeyResponse500;
225
+ }
226
+ /**
227
+ * PutApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariableskey path parameters schema
228
+ */
229
+ export declare const PutApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariableskeyParametersSchema: z.ZodObject<{
230
+ organizationId: z.ZodString;
231
+ profileId: z.ZodString;
232
+ key: z.ZodString;
233
+ }, z.core.$strip>;
234
+ /**
235
+ * PutApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariableskey path parameters type
236
+ */
237
+ export type IPutApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariableskeyParameters = z.infer<typeof PutApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariableskeyParametersSchema>;
238
+ /**
239
+ * PutApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariableskey request body schema
240
+ */
241
+ export declare const PutApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariableskeyRequestBodySchema: z.ZodObject<{
242
+ key: z.ZodString;
243
+ value: z.ZodString;
244
+ description: z.ZodOptional<z.ZodString>;
245
+ isRequired: z.ZodBoolean;
246
+ isSecret: z.ZodBoolean;
247
+ }, z.core.$strict>;
248
+ /**
249
+ * PutApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariableskey request body type
250
+ */
251
+ export type IPutApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariableskeyRequestBody = z.infer<typeof PutApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariableskeyRequestBodySchema>;
252
+ /**
253
+ * PutApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariableskey 200 response schema
254
+ */
255
+ export declare const PutApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariableskeyResponse200Schema: z.ZodObject<{
256
+ id: z.ZodString;
257
+ agentProfileId: z.ZodString;
258
+ key: z.ZodString;
259
+ value: z.ZodString;
260
+ description: z.ZodNullable<z.ZodString>;
261
+ isRequired: z.ZodBoolean;
262
+ isSecret: z.ZodBoolean;
263
+ createdAt: z.ZodString;
264
+ updatedAt: z.ZodString;
265
+ }, z.core.$strict>;
266
+ /**
267
+ * PutApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariableskey 200 response type
268
+ */
269
+ export type IPutApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariableskeyResponse200 = z.infer<typeof PutApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariableskeyResponse200Schema>;
270
+ /**
271
+ * PutApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariableskey 400 response schema
272
+ */
273
+ export declare const PutApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariableskeyResponse400Schema: z.ZodVoid;
274
+ /**
275
+ * PutApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariableskey 400 response type
276
+ */
277
+ export type IPutApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariableskeyResponse400 = z.infer<typeof PutApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariableskeyResponse400Schema>;
278
+ /**
279
+ * PutApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariableskey 500 response schema
280
+ */
281
+ export declare const PutApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariableskeyResponse500Schema: z.ZodObject<{
282
+ error: z.ZodString;
283
+ }, z.core.$strict>;
284
+ /**
285
+ * PutApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariableskey 500 response type
286
+ */
287
+ export type IPutApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariableskeyResponse500 = z.infer<typeof PutApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariableskeyResponse500Schema>;
288
+ /**
289
+ * Set environment variable
290
+ */
291
+ export declare const PutApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariableskey: {
292
+ readonly path: "/api/v1/organizations/{organizationId}/agent-profiles/{profileId}/environment-variables/{key}";
293
+ readonly method: "PUT";
294
+ readonly params: z.ZodObject<{
295
+ organizationId: z.ZodString;
296
+ profileId: z.ZodString;
297
+ key: z.ZodString;
298
+ }, z.core.$strip>;
299
+ readonly requestBody: z.ZodObject<{
300
+ key: z.ZodString;
301
+ value: z.ZodString;
302
+ description: z.ZodOptional<z.ZodString>;
303
+ isRequired: z.ZodBoolean;
304
+ isSecret: z.ZodBoolean;
305
+ }, z.core.$strict>;
306
+ readonly responses: {
307
+ readonly 200: z.ZodObject<{
308
+ id: z.ZodString;
309
+ agentProfileId: z.ZodString;
310
+ key: z.ZodString;
311
+ value: z.ZodString;
312
+ description: z.ZodNullable<z.ZodString>;
313
+ isRequired: z.ZodBoolean;
314
+ isSecret: z.ZodBoolean;
315
+ createdAt: z.ZodString;
316
+ updatedAt: z.ZodString;
317
+ }, z.core.$strict>;
318
+ readonly 400: z.ZodVoid;
319
+ readonly 500: z.ZodObject<{
320
+ error: z.ZodString;
321
+ }, z.core.$strict>;
322
+ };
323
+ };
324
+ /**
325
+ * PutApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariableskey comprehensive path type for use with OpenapiClient.request()
326
+ */
327
+ export interface IPutApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariableskeyPath {
328
+ path: '/api/v1/organizations/{organizationId}/agent-profiles/{profileId}/environment-variables/{key}';
329
+ params: IPutApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariableskeyParameters;
330
+ body?: IPutApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariableskeyRequestBody;
331
+ response: IPutApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariableskeyResponse200;
332
+ error?: IPutApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariableskeyResponse400 | IPutApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariableskeyResponse500;
333
+ }
334
+ /**
335
+ * DeleteApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariableskey path parameters schema
336
+ */
337
+ export declare const DeleteApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariableskeyParametersSchema: z.ZodObject<{
338
+ organizationId: z.ZodString;
339
+ profileId: z.ZodString;
340
+ key: z.ZodString;
341
+ }, z.core.$strip>;
342
+ /**
343
+ * DeleteApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariableskey path parameters type
344
+ */
345
+ export type IDeleteApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariableskeyParameters = z.infer<typeof DeleteApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariableskeyParametersSchema>;
346
+ /**
347
+ * DeleteApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariableskey 204 response schema
348
+ */
349
+ export declare const DeleteApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariableskeyResponse204Schema: z.ZodVoid;
350
+ /**
351
+ * DeleteApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariableskey 204 response type
352
+ */
353
+ export type IDeleteApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariableskeyResponse204 = z.infer<typeof DeleteApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariableskeyResponse204Schema>;
354
+ /**
355
+ * DeleteApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariableskey 404 response schema
356
+ */
357
+ export declare const DeleteApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariableskeyResponse404Schema: z.ZodObject<{
358
+ message: z.ZodString;
359
+ }, z.core.$strict>;
360
+ /**
361
+ * DeleteApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariableskey 404 response type
362
+ */
363
+ export type IDeleteApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariableskeyResponse404 = z.infer<typeof DeleteApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariableskeyResponse404Schema>;
364
+ /**
365
+ * DeleteApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariableskey 500 response schema
366
+ */
367
+ export declare const DeleteApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariableskeyResponse500Schema: z.ZodObject<{
368
+ error: z.ZodString;
369
+ }, z.core.$strict>;
370
+ /**
371
+ * DeleteApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariableskey 500 response type
372
+ */
373
+ export type IDeleteApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariableskeyResponse500 = z.infer<typeof DeleteApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariableskeyResponse500Schema>;
374
+ /**
375
+ * Delete environment variable by key
376
+ */
377
+ export declare const DeleteApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariableskey: {
378
+ readonly path: "/api/v1/organizations/{organizationId}/agent-profiles/{profileId}/environment-variables/{key}";
379
+ readonly method: "DELETE";
380
+ readonly params: z.ZodObject<{
381
+ organizationId: z.ZodString;
382
+ profileId: z.ZodString;
383
+ key: z.ZodString;
384
+ }, z.core.$strip>;
385
+ readonly responses: {
386
+ readonly 204: z.ZodVoid;
387
+ readonly 404: z.ZodObject<{
388
+ message: z.ZodString;
389
+ }, z.core.$strict>;
390
+ readonly 500: z.ZodObject<{
391
+ error: z.ZodString;
392
+ }, z.core.$strict>;
393
+ };
394
+ };
395
+ /**
396
+ * DeleteApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariableskey comprehensive path type for use with OpenapiClient.request()
397
+ */
398
+ export interface IDeleteApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariableskeyPath {
399
+ path: '/api/v1/organizations/{organizationId}/agent-profiles/{profileId}/environment-variables/{key}';
400
+ params: IDeleteApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariableskeyParameters;
401
+ response: IDeleteApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariableskeyResponse204;
402
+ error?: IDeleteApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariableskeyResponse404 | IDeleteApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariableskeyResponse500;
403
+ }
404
+ /**
405
+ * PostApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariablesBulk path parameters schema
406
+ */
407
+ export declare const PostApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariablesBulkParametersSchema: z.ZodObject<{
408
+ organizationId: z.ZodString;
409
+ profileId: z.ZodString;
410
+ }, z.core.$strip>;
411
+ /**
412
+ * PostApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariablesBulk path parameters type
413
+ */
414
+ export type IPostApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariablesBulkParameters = z.infer<typeof PostApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariablesBulkParametersSchema>;
415
+ /**
416
+ * PostApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariablesBulk request body schema
417
+ */
418
+ export declare const PostApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariablesBulkRequestBodySchema: z.ZodObject<{
419
+ variables: z.ZodArray<z.ZodObject<{
420
+ key: z.ZodString;
421
+ value: z.ZodString;
422
+ description: z.ZodOptional<z.ZodString>;
423
+ isRequired: z.ZodBoolean;
424
+ isSecret: z.ZodBoolean;
425
+ }, z.core.$strict>>;
426
+ }, z.core.$strict>;
427
+ /**
428
+ * PostApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariablesBulk request body type
429
+ */
430
+ export type IPostApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariablesBulkRequestBody = z.infer<typeof PostApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariablesBulkRequestBodySchema>;
431
+ /**
432
+ * PostApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariablesBulk 200 response schema
433
+ */
434
+ export declare const PostApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariablesBulkResponse200Schema: z.ZodObject<{
435
+ message: z.ZodString;
436
+ }, z.core.$strict>;
437
+ /**
438
+ * PostApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariablesBulk 200 response type
439
+ */
440
+ export type IPostApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariablesBulkResponse200 = z.infer<typeof PostApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariablesBulkResponse200Schema>;
441
+ /**
442
+ * PostApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariablesBulk 400 response schema
443
+ */
444
+ export declare const PostApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariablesBulkResponse400Schema: z.ZodVoid;
445
+ /**
446
+ * PostApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariablesBulk 400 response type
447
+ */
448
+ export type IPostApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariablesBulkResponse400 = z.infer<typeof PostApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariablesBulkResponse400Schema>;
449
+ /**
450
+ * PostApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariablesBulk 500 response schema
451
+ */
452
+ export declare const PostApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariablesBulkResponse500Schema: z.ZodObject<{
453
+ error: z.ZodString;
454
+ }, z.core.$strict>;
455
+ /**
456
+ * PostApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariablesBulk 500 response type
457
+ */
458
+ export type IPostApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariablesBulkResponse500 = z.infer<typeof PostApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariablesBulkResponse500Schema>;
459
+ /**
460
+ * Bulk upsert environment variables
461
+ */
462
+ export declare const PostApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariablesBulk: {
463
+ readonly path: "/api/v1/organizations/{organizationId}/agent-profiles/{profileId}/environment-variables/bulk";
464
+ readonly method: "POST";
465
+ readonly params: z.ZodObject<{
466
+ organizationId: z.ZodString;
467
+ profileId: z.ZodString;
468
+ }, z.core.$strip>;
469
+ readonly requestBody: z.ZodObject<{
470
+ variables: z.ZodArray<z.ZodObject<{
471
+ key: z.ZodString;
472
+ value: z.ZodString;
473
+ description: z.ZodOptional<z.ZodString>;
474
+ isRequired: z.ZodBoolean;
475
+ isSecret: z.ZodBoolean;
476
+ }, z.core.$strict>>;
477
+ }, z.core.$strict>;
478
+ readonly responses: {
479
+ readonly 200: z.ZodObject<{
480
+ message: z.ZodString;
481
+ }, z.core.$strict>;
482
+ readonly 400: z.ZodVoid;
483
+ readonly 500: z.ZodObject<{
484
+ error: z.ZodString;
485
+ }, z.core.$strict>;
486
+ };
487
+ };
488
+ /**
489
+ * PostApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariablesBulk comprehensive path type for use with OpenapiClient.request()
490
+ */
491
+ export interface IPostApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariablesBulkPath {
492
+ path: '/api/v1/organizations/{organizationId}/agent-profiles/{profileId}/environment-variables/bulk';
493
+ params: IPostApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariablesBulkParameters;
494
+ body?: IPostApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariablesBulkRequestBody;
495
+ response: IPostApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariablesBulkResponse200;
496
+ error?: IPostApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariablesBulkResponse400 | IPostApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariablesBulkResponse500;
497
+ }
498
+ /**
499
+ * DeleteApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariablesByIdId path parameters schema
500
+ */
501
+ export declare const DeleteApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariablesByIdIdParametersSchema: z.ZodObject<{
502
+ organizationId: z.ZodString;
503
+ profileId: z.ZodString;
504
+ id: z.ZodString;
505
+ }, z.core.$strip>;
506
+ /**
507
+ * DeleteApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariablesByIdId path parameters type
508
+ */
509
+ export type IDeleteApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariablesByIdIdParameters = z.infer<typeof DeleteApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariablesByIdIdParametersSchema>;
510
+ /**
511
+ * DeleteApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariablesByIdId 204 response schema
512
+ */
513
+ export declare const DeleteApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariablesByIdIdResponse204Schema: z.ZodVoid;
514
+ /**
515
+ * DeleteApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariablesByIdId 204 response type
516
+ */
517
+ export type IDeleteApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariablesByIdIdResponse204 = z.infer<typeof DeleteApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariablesByIdIdResponse204Schema>;
518
+ /**
519
+ * DeleteApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariablesByIdId 500 response schema
520
+ */
521
+ export declare const DeleteApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariablesByIdIdResponse500Schema: z.ZodObject<{
522
+ error: z.ZodString;
523
+ }, z.core.$strict>;
524
+ /**
525
+ * DeleteApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariablesByIdId 500 response type
526
+ */
527
+ export type IDeleteApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariablesByIdIdResponse500 = z.infer<typeof DeleteApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariablesByIdIdResponse500Schema>;
528
+ /**
529
+ * Delete environment variable by ID
530
+ */
531
+ export declare const DeleteApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariablesByIdId: {
532
+ readonly path: "/api/v1/organizations/{organizationId}/agent-profiles/{profileId}/environment-variables/by-id/{id}";
533
+ readonly method: "DELETE";
534
+ readonly params: z.ZodObject<{
535
+ organizationId: z.ZodString;
536
+ profileId: z.ZodString;
537
+ id: z.ZodString;
538
+ }, z.core.$strip>;
539
+ readonly responses: {
540
+ readonly 204: z.ZodVoid;
541
+ readonly 500: z.ZodObject<{
542
+ error: z.ZodString;
543
+ }, z.core.$strict>;
544
+ };
545
+ };
546
+ /**
547
+ * DeleteApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariablesByIdId comprehensive path type for use with OpenapiClient.request()
548
+ */
549
+ export interface IDeleteApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariablesByIdIdPath {
550
+ path: '/api/v1/organizations/{organizationId}/agent-profiles/{profileId}/environment-variables/by-id/{id}';
551
+ params: IDeleteApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariablesByIdIdParameters;
552
+ response: IDeleteApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariablesByIdIdResponse204;
553
+ error?: IDeleteApiV1OrganizationsorganizationIdAgentProfilesprofileIdEnvironmentVariablesByIdIdResponse500;
554
+ }
555
+ //# sourceMappingURL=agentEnvironmentVariables.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"agentEnvironmentVariables.d.ts","sourceRoot":"","sources":["../../../../../src/__generated__/backend-agiflow-api/types/agentEnvironmentVariables.ts"],"names":[],"mappings":"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"}