windmill-api 1.529.0__py3-none-any.whl → 1.531.0__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of windmill-api might be problematic. Click here for more details.

Files changed (436) hide show
  1. windmill_api/api/job/run_flow_preview_and_wait_result.py +107 -0
  2. windmill_api/api/job/run_script_preview_and_wait_result.py +107 -0
  3. windmill_api/models/ai_agent.py +103 -0
  4. windmill_api/models/ai_agent_input_transforms.py +104 -0
  5. windmill_api/models/ai_agent_input_transforms_additional_property_type_0.py +69 -0
  6. windmill_api/models/ai_agent_input_transforms_additional_property_type_0_type.py +8 -0
  7. windmill_api/models/ai_agent_input_transforms_additional_property_type_1.py +69 -0
  8. windmill_api/models/ai_agent_input_transforms_additional_property_type_1_type.py +8 -0
  9. windmill_api/models/ai_agent_tools_item.py +280 -0
  10. windmill_api/models/ai_agent_tools_item_mock.py +66 -0
  11. windmill_api/models/ai_agent_tools_item_retry.py +89 -0
  12. windmill_api/models/ai_agent_tools_item_retry_constant.py +66 -0
  13. windmill_api/models/ai_agent_tools_item_retry_exponential.py +82 -0
  14. windmill_api/models/ai_agent_tools_item_skip_if.py +58 -0
  15. windmill_api/models/ai_agent_tools_item_sleep_type_0.py +67 -0
  16. windmill_api/models/ai_agent_tools_item_sleep_type_0_type.py +8 -0
  17. windmill_api/models/ai_agent_tools_item_sleep_type_1.py +67 -0
  18. windmill_api/models/ai_agent_tools_item_sleep_type_1_type.py +8 -0
  19. windmill_api/models/ai_agent_tools_item_stop_after_all_iters_if.py +76 -0
  20. windmill_api/models/ai_agent_tools_item_stop_after_if.py +76 -0
  21. windmill_api/models/ai_agent_tools_item_suspend.py +195 -0
  22. windmill_api/models/ai_agent_tools_item_suspend_resume_form.py +71 -0
  23. windmill_api/models/ai_agent_tools_item_suspend_resume_form_schema.py +44 -0
  24. windmill_api/models/ai_agent_tools_item_suspend_user_groups_required_type_0.py +69 -0
  25. windmill_api/models/ai_agent_tools_item_suspend_user_groups_required_type_0_type.py +8 -0
  26. windmill_api/models/ai_agent_tools_item_suspend_user_groups_required_type_1.py +69 -0
  27. windmill_api/models/ai_agent_tools_item_suspend_user_groups_required_type_1_type.py +8 -0
  28. windmill_api/models/ai_agent_type.py +8 -0
  29. windmill_api/models/completed_job_flow_status_failure_module.py +83 -0
  30. windmill_api/models/completed_job_flow_status_failure_module_agent_actions_item_type_0.py +84 -0
  31. windmill_api/models/completed_job_flow_status_failure_module_agent_actions_item_type_0_type.py +8 -0
  32. windmill_api/models/completed_job_flow_status_failure_module_agent_actions_item_type_1.py +62 -0
  33. windmill_api/models/completed_job_flow_status_failure_module_agent_actions_item_type_1_type.py +8 -0
  34. windmill_api/models/completed_job_flow_status_modules_item.py +82 -0
  35. windmill_api/models/completed_job_flow_status_modules_item_agent_actions_item_type_0.py +84 -0
  36. windmill_api/models/completed_job_flow_status_modules_item_agent_actions_item_type_0_type.py +8 -0
  37. windmill_api/models/completed_job_flow_status_modules_item_agent_actions_item_type_1.py +62 -0
  38. windmill_api/models/completed_job_flow_status_modules_item_agent_actions_item_type_1_type.py +8 -0
  39. windmill_api/models/completed_job_flow_status_preprocessor_module.py +86 -0
  40. windmill_api/models/completed_job_flow_status_preprocessor_module_agent_actions_item_type_0.py +84 -0
  41. windmill_api/models/completed_job_flow_status_preprocessor_module_agent_actions_item_type_0_type.py +8 -0
  42. windmill_api/models/completed_job_flow_status_preprocessor_module_agent_actions_item_type_1.py +62 -0
  43. windmill_api/models/completed_job_flow_status_preprocessor_module_agent_actions_item_type_1_type.py +8 -0
  44. windmill_api/models/completed_job_job_kind.py +1 -0
  45. windmill_api/models/delete_completed_job_response_200_flow_status_failure_module.py +90 -0
  46. windmill_api/models/delete_completed_job_response_200_flow_status_failure_module_agent_actions_item_type_0.py +84 -0
  47. windmill_api/models/delete_completed_job_response_200_flow_status_failure_module_agent_actions_item_type_0_type.py +8 -0
  48. windmill_api/models/delete_completed_job_response_200_flow_status_failure_module_agent_actions_item_type_1.py +62 -0
  49. windmill_api/models/delete_completed_job_response_200_flow_status_failure_module_agent_actions_item_type_1_type.py +8 -0
  50. windmill_api/models/delete_completed_job_response_200_flow_status_modules_item.py +89 -0
  51. windmill_api/models/delete_completed_job_response_200_flow_status_modules_item_agent_actions_item_type_0.py +84 -0
  52. windmill_api/models/delete_completed_job_response_200_flow_status_modules_item_agent_actions_item_type_0_type.py +8 -0
  53. windmill_api/models/delete_completed_job_response_200_flow_status_modules_item_agent_actions_item_type_1.py +62 -0
  54. windmill_api/models/delete_completed_job_response_200_flow_status_modules_item_agent_actions_item_type_1_type.py +8 -0
  55. windmill_api/models/delete_completed_job_response_200_flow_status_preprocessor_module.py +90 -0
  56. windmill_api/models/delete_completed_job_response_200_flow_status_preprocessor_module_agent_actions_item_type_0.py +86 -0
  57. windmill_api/models/delete_completed_job_response_200_flow_status_preprocessor_module_agent_actions_item_type_0_type.py +8 -0
  58. windmill_api/models/delete_completed_job_response_200_flow_status_preprocessor_module_agent_actions_item_type_1.py +64 -0
  59. windmill_api/models/delete_completed_job_response_200_flow_status_preprocessor_module_agent_actions_item_type_1_type.py +8 -0
  60. windmill_api/models/delete_completed_job_response_200_job_kind.py +1 -0
  61. windmill_api/models/extended_jobs_jobs_item_type_0_flow_status_failure_module.py +89 -0
  62. windmill_api/models/extended_jobs_jobs_item_type_0_flow_status_failure_module_agent_actions_item_type_0.py +84 -0
  63. windmill_api/models/extended_jobs_jobs_item_type_0_flow_status_failure_module_agent_actions_item_type_0_type.py +8 -0
  64. windmill_api/models/extended_jobs_jobs_item_type_0_flow_status_failure_module_agent_actions_item_type_1.py +62 -0
  65. windmill_api/models/extended_jobs_jobs_item_type_0_flow_status_failure_module_agent_actions_item_type_1_type.py +8 -0
  66. windmill_api/models/extended_jobs_jobs_item_type_0_flow_status_modules_item.py +88 -0
  67. windmill_api/models/extended_jobs_jobs_item_type_0_flow_status_modules_item_agent_actions_item_type_0.py +84 -0
  68. windmill_api/models/extended_jobs_jobs_item_type_0_flow_status_modules_item_agent_actions_item_type_0_type.py +8 -0
  69. windmill_api/models/extended_jobs_jobs_item_type_0_flow_status_modules_item_agent_actions_item_type_1.py +62 -0
  70. windmill_api/models/extended_jobs_jobs_item_type_0_flow_status_modules_item_agent_actions_item_type_1_type.py +8 -0
  71. windmill_api/models/extended_jobs_jobs_item_type_0_flow_status_preprocessor_module.py +89 -0
  72. windmill_api/models/extended_jobs_jobs_item_type_0_flow_status_preprocessor_module_agent_actions_item_type_0.py +86 -0
  73. windmill_api/models/extended_jobs_jobs_item_type_0_flow_status_preprocessor_module_agent_actions_item_type_0_type.py +8 -0
  74. windmill_api/models/extended_jobs_jobs_item_type_0_flow_status_preprocessor_module_agent_actions_item_type_1.py +64 -0
  75. windmill_api/models/extended_jobs_jobs_item_type_0_flow_status_preprocessor_module_agent_actions_item_type_1_type.py +8 -0
  76. windmill_api/models/extended_jobs_jobs_item_type_0_job_kind.py +1 -0
  77. windmill_api/models/extended_jobs_jobs_item_type_1_flow_status_failure_module.py +89 -0
  78. windmill_api/models/extended_jobs_jobs_item_type_1_flow_status_failure_module_agent_actions_item_type_0.py +84 -0
  79. windmill_api/models/extended_jobs_jobs_item_type_1_flow_status_failure_module_agent_actions_item_type_0_type.py +8 -0
  80. windmill_api/models/extended_jobs_jobs_item_type_1_flow_status_failure_module_agent_actions_item_type_1.py +62 -0
  81. windmill_api/models/extended_jobs_jobs_item_type_1_flow_status_failure_module_agent_actions_item_type_1_type.py +8 -0
  82. windmill_api/models/extended_jobs_jobs_item_type_1_flow_status_modules_item.py +88 -0
  83. windmill_api/models/extended_jobs_jobs_item_type_1_flow_status_modules_item_agent_actions_item_type_0.py +84 -0
  84. windmill_api/models/extended_jobs_jobs_item_type_1_flow_status_modules_item_agent_actions_item_type_0_type.py +8 -0
  85. windmill_api/models/extended_jobs_jobs_item_type_1_flow_status_modules_item_agent_actions_item_type_1.py +62 -0
  86. windmill_api/models/extended_jobs_jobs_item_type_1_flow_status_modules_item_agent_actions_item_type_1_type.py +8 -0
  87. windmill_api/models/extended_jobs_jobs_item_type_1_flow_status_preprocessor_module.py +89 -0
  88. windmill_api/models/extended_jobs_jobs_item_type_1_flow_status_preprocessor_module_agent_actions_item_type_0.py +86 -0
  89. windmill_api/models/extended_jobs_jobs_item_type_1_flow_status_preprocessor_module_agent_actions_item_type_0_type.py +8 -0
  90. windmill_api/models/extended_jobs_jobs_item_type_1_flow_status_preprocessor_module_agent_actions_item_type_1.py +64 -0
  91. windmill_api/models/extended_jobs_jobs_item_type_1_flow_status_preprocessor_module_agent_actions_item_type_1_type.py +8 -0
  92. windmill_api/models/extended_jobs_jobs_item_type_1_job_kind.py +1 -0
  93. windmill_api/models/flow_module_value_2_type_8_input_transforms_additional_property_type_0.py +69 -0
  94. windmill_api/models/flow_module_value_2_type_8_input_transforms_additional_property_type_0_type.py +8 -0
  95. windmill_api/models/flow_module_value_2_type_8_input_transforms_additional_property_type_1.py +69 -0
  96. windmill_api/models/flow_module_value_2_type_8_input_transforms_additional_property_type_1_type.py +8 -0
  97. windmill_api/models/flow_module_value_2_type_8_tools_item_mock.py +66 -0
  98. windmill_api/models/flow_module_value_2_type_8_tools_item_retry_constant.py +66 -0
  99. windmill_api/models/flow_module_value_2_type_8_tools_item_retry_exponential.py +82 -0
  100. windmill_api/models/flow_module_value_2_type_8_tools_item_skip_if.py +58 -0
  101. windmill_api/models/flow_module_value_2_type_8_tools_item_sleep_type_0.py +69 -0
  102. windmill_api/models/flow_module_value_2_type_8_tools_item_sleep_type_0_type.py +8 -0
  103. windmill_api/models/flow_module_value_2_type_8_tools_item_sleep_type_1.py +69 -0
  104. windmill_api/models/flow_module_value_2_type_8_tools_item_sleep_type_1_type.py +8 -0
  105. windmill_api/models/flow_module_value_2_type_8_tools_item_stop_after_all_iters_if.py +76 -0
  106. windmill_api/models/flow_module_value_2_type_8_tools_item_stop_after_if.py +76 -0
  107. windmill_api/models/flow_module_value_2_type_8_tools_item_suspend_resume_form_schema.py +44 -0
  108. windmill_api/models/flow_module_value_2_type_8_tools_item_suspend_user_groups_required_type_0.py +69 -0
  109. windmill_api/models/flow_module_value_2_type_8_tools_item_suspend_user_groups_required_type_0_type.py +8 -0
  110. windmill_api/models/flow_module_value_2_type_8_tools_item_suspend_user_groups_required_type_1.py +69 -0
  111. windmill_api/models/flow_module_value_2_type_8_tools_item_suspend_user_groups_required_type_1_type.py +8 -0
  112. windmill_api/models/flow_module_value_2_type_8_type.py +8 -0
  113. windmill_api/models/flow_status_failure_module.py +75 -0
  114. windmill_api/models/flow_status_failure_module_agent_actions_item_type_0.py +84 -0
  115. windmill_api/models/flow_status_failure_module_agent_actions_item_type_0_type.py +8 -0
  116. windmill_api/models/flow_status_failure_module_agent_actions_item_type_1.py +62 -0
  117. windmill_api/models/flow_status_failure_module_agent_actions_item_type_1_type.py +8 -0
  118. windmill_api/models/flow_status_module.py +63 -0
  119. windmill_api/models/flow_status_module_agent_actions_item_type_0.py +82 -0
  120. windmill_api/models/flow_status_module_agent_actions_item_type_0_type.py +8 -0
  121. windmill_api/models/flow_status_module_agent_actions_item_type_1.py +60 -0
  122. windmill_api/models/flow_status_module_agent_actions_item_type_1_type.py +8 -0
  123. windmill_api/models/flow_status_modules_item.py +69 -0
  124. windmill_api/models/flow_status_modules_item_agent_actions_item_type_0.py +84 -0
  125. windmill_api/models/flow_status_modules_item_agent_actions_item_type_0_type.py +8 -0
  126. windmill_api/models/flow_status_modules_item_agent_actions_item_type_1.py +62 -0
  127. windmill_api/models/flow_status_modules_item_agent_actions_item_type_1_type.py +8 -0
  128. windmill_api/models/flow_status_preprocessor_module.py +80 -0
  129. windmill_api/models/flow_status_preprocessor_module_agent_actions_item_type_0.py +84 -0
  130. windmill_api/models/flow_status_preprocessor_module_agent_actions_item_type_0_type.py +8 -0
  131. windmill_api/models/flow_status_preprocessor_module_agent_actions_item_type_1.py +62 -0
  132. windmill_api/models/flow_status_preprocessor_module_agent_actions_item_type_1_type.py +8 -0
  133. windmill_api/models/get_completed_job_response_200_flow_status_failure_module.py +89 -0
  134. windmill_api/models/get_completed_job_response_200_flow_status_failure_module_agent_actions_item_type_0.py +84 -0
  135. windmill_api/models/get_completed_job_response_200_flow_status_failure_module_agent_actions_item_type_0_type.py +8 -0
  136. windmill_api/models/get_completed_job_response_200_flow_status_failure_module_agent_actions_item_type_1.py +62 -0
  137. windmill_api/models/get_completed_job_response_200_flow_status_failure_module_agent_actions_item_type_1_type.py +8 -0
  138. windmill_api/models/get_completed_job_response_200_flow_status_modules_item.py +88 -0
  139. windmill_api/models/get_completed_job_response_200_flow_status_modules_item_agent_actions_item_type_0.py +84 -0
  140. windmill_api/models/get_completed_job_response_200_flow_status_modules_item_agent_actions_item_type_0_type.py +8 -0
  141. windmill_api/models/get_completed_job_response_200_flow_status_modules_item_agent_actions_item_type_1.py +62 -0
  142. windmill_api/models/get_completed_job_response_200_flow_status_modules_item_agent_actions_item_type_1_type.py +8 -0
  143. windmill_api/models/get_completed_job_response_200_flow_status_preprocessor_module.py +89 -0
  144. windmill_api/models/get_completed_job_response_200_flow_status_preprocessor_module_agent_actions_item_type_0.py +86 -0
  145. windmill_api/models/get_completed_job_response_200_flow_status_preprocessor_module_agent_actions_item_type_0_type.py +8 -0
  146. windmill_api/models/get_completed_job_response_200_flow_status_preprocessor_module_agent_actions_item_type_1.py +64 -0
  147. windmill_api/models/get_completed_job_response_200_flow_status_preprocessor_module_agent_actions_item_type_1_type.py +8 -0
  148. windmill_api/models/get_completed_job_response_200_job_kind.py +1 -0
  149. windmill_api/models/get_job_response_200_type_0_flow_status_failure_module.py +89 -0
  150. windmill_api/models/get_job_response_200_type_0_flow_status_failure_module_agent_actions_item_type_0.py +84 -0
  151. windmill_api/models/get_job_response_200_type_0_flow_status_failure_module_agent_actions_item_type_0_type.py +8 -0
  152. windmill_api/models/get_job_response_200_type_0_flow_status_failure_module_agent_actions_item_type_1.py +62 -0
  153. windmill_api/models/get_job_response_200_type_0_flow_status_failure_module_agent_actions_item_type_1_type.py +8 -0
  154. windmill_api/models/get_job_response_200_type_0_flow_status_modules_item.py +88 -0
  155. windmill_api/models/get_job_response_200_type_0_flow_status_modules_item_agent_actions_item_type_0.py +84 -0
  156. windmill_api/models/get_job_response_200_type_0_flow_status_modules_item_agent_actions_item_type_0_type.py +8 -0
  157. windmill_api/models/get_job_response_200_type_0_flow_status_modules_item_agent_actions_item_type_1.py +62 -0
  158. windmill_api/models/get_job_response_200_type_0_flow_status_modules_item_agent_actions_item_type_1_type.py +8 -0
  159. windmill_api/models/get_job_response_200_type_0_flow_status_preprocessor_module.py +89 -0
  160. windmill_api/models/get_job_response_200_type_0_flow_status_preprocessor_module_agent_actions_item_type_0.py +84 -0
  161. windmill_api/models/get_job_response_200_type_0_flow_status_preprocessor_module_agent_actions_item_type_0_type.py +8 -0
  162. windmill_api/models/get_job_response_200_type_0_flow_status_preprocessor_module_agent_actions_item_type_1.py +62 -0
  163. windmill_api/models/get_job_response_200_type_0_flow_status_preprocessor_module_agent_actions_item_type_1_type.py +8 -0
  164. windmill_api/models/get_job_response_200_type_0_job_kind.py +1 -0
  165. windmill_api/models/get_job_response_200_type_1_flow_status_failure_module.py +89 -0
  166. windmill_api/models/get_job_response_200_type_1_flow_status_failure_module_agent_actions_item_type_0.py +84 -0
  167. windmill_api/models/get_job_response_200_type_1_flow_status_failure_module_agent_actions_item_type_0_type.py +8 -0
  168. windmill_api/models/get_job_response_200_type_1_flow_status_failure_module_agent_actions_item_type_1.py +62 -0
  169. windmill_api/models/get_job_response_200_type_1_flow_status_failure_module_agent_actions_item_type_1_type.py +8 -0
  170. windmill_api/models/get_job_response_200_type_1_flow_status_modules_item.py +88 -0
  171. windmill_api/models/get_job_response_200_type_1_flow_status_modules_item_agent_actions_item_type_0.py +84 -0
  172. windmill_api/models/get_job_response_200_type_1_flow_status_modules_item_agent_actions_item_type_0_type.py +8 -0
  173. windmill_api/models/get_job_response_200_type_1_flow_status_modules_item_agent_actions_item_type_1.py +62 -0
  174. windmill_api/models/get_job_response_200_type_1_flow_status_modules_item_agent_actions_item_type_1_type.py +8 -0
  175. windmill_api/models/get_job_response_200_type_1_flow_status_preprocessor_module.py +89 -0
  176. windmill_api/models/get_job_response_200_type_1_flow_status_preprocessor_module_agent_actions_item_type_0.py +84 -0
  177. windmill_api/models/get_job_response_200_type_1_flow_status_preprocessor_module_agent_actions_item_type_0_type.py +8 -0
  178. windmill_api/models/get_job_response_200_type_1_flow_status_preprocessor_module_agent_actions_item_type_1.py +62 -0
  179. windmill_api/models/get_job_response_200_type_1_flow_status_preprocessor_module_agent_actions_item_type_1_type.py +8 -0
  180. windmill_api/models/get_job_response_200_type_1_job_kind.py +1 -0
  181. windmill_api/models/get_job_updates_response_200_flow_status_failure_module.py +89 -0
  182. windmill_api/models/get_job_updates_response_200_flow_status_failure_module_agent_actions_item_type_0.py +84 -0
  183. windmill_api/models/get_job_updates_response_200_flow_status_failure_module_agent_actions_item_type_0_type.py +8 -0
  184. windmill_api/models/get_job_updates_response_200_flow_status_failure_module_agent_actions_item_type_1.py +62 -0
  185. windmill_api/models/get_job_updates_response_200_flow_status_failure_module_agent_actions_item_type_1_type.py +8 -0
  186. windmill_api/models/get_job_updates_response_200_flow_status_modules_item.py +88 -0
  187. windmill_api/models/get_job_updates_response_200_flow_status_modules_item_agent_actions_item_type_0.py +84 -0
  188. windmill_api/models/get_job_updates_response_200_flow_status_modules_item_agent_actions_item_type_0_type.py +8 -0
  189. windmill_api/models/get_job_updates_response_200_flow_status_modules_item_agent_actions_item_type_1.py +62 -0
  190. windmill_api/models/get_job_updates_response_200_flow_status_modules_item_agent_actions_item_type_1_type.py +8 -0
  191. windmill_api/models/get_job_updates_response_200_flow_status_preprocessor_module.py +89 -0
  192. windmill_api/models/get_job_updates_response_200_flow_status_preprocessor_module_agent_actions_item_type_0.py +84 -0
  193. windmill_api/models/get_job_updates_response_200_flow_status_preprocessor_module_agent_actions_item_type_0_type.py +8 -0
  194. windmill_api/models/get_job_updates_response_200_flow_status_preprocessor_module_agent_actions_item_type_1.py +62 -0
  195. windmill_api/models/get_job_updates_response_200_flow_status_preprocessor_module_agent_actions_item_type_1_type.py +8 -0
  196. windmill_api/models/get_suspended_job_flow_response_200_job_type_0_flow_status_failure_module.py +93 -0
  197. windmill_api/models/get_suspended_job_flow_response_200_job_type_0_flow_status_failure_module_agent_actions_item_type_0.py +86 -0
  198. windmill_api/models/get_suspended_job_flow_response_200_job_type_0_flow_status_failure_module_agent_actions_item_type_0_type.py +8 -0
  199. windmill_api/models/get_suspended_job_flow_response_200_job_type_0_flow_status_failure_module_agent_actions_item_type_1.py +64 -0
  200. windmill_api/models/get_suspended_job_flow_response_200_job_type_0_flow_status_failure_module_agent_actions_item_type_1_type.py +8 -0
  201. windmill_api/models/get_suspended_job_flow_response_200_job_type_0_flow_status_modules_item.py +90 -0
  202. windmill_api/models/get_suspended_job_flow_response_200_job_type_0_flow_status_modules_item_agent_actions_item_type_0.py +86 -0
  203. windmill_api/models/get_suspended_job_flow_response_200_job_type_0_flow_status_modules_item_agent_actions_item_type_0_type.py +8 -0
  204. windmill_api/models/get_suspended_job_flow_response_200_job_type_0_flow_status_modules_item_agent_actions_item_type_1.py +64 -0
  205. windmill_api/models/get_suspended_job_flow_response_200_job_type_0_flow_status_modules_item_agent_actions_item_type_1_type.py +8 -0
  206. windmill_api/models/get_suspended_job_flow_response_200_job_type_0_flow_status_preprocessor_module.py +92 -0
  207. windmill_api/models/get_suspended_job_flow_response_200_job_type_0_flow_status_preprocessor_module_agent_actions_item_type_0.py +88 -0
  208. windmill_api/models/get_suspended_job_flow_response_200_job_type_0_flow_status_preprocessor_module_agent_actions_item_type_0_type.py +8 -0
  209. windmill_api/models/get_suspended_job_flow_response_200_job_type_0_flow_status_preprocessor_module_agent_actions_item_type_1.py +66 -0
  210. windmill_api/models/get_suspended_job_flow_response_200_job_type_0_flow_status_preprocessor_module_agent_actions_item_type_1_type.py +8 -0
  211. windmill_api/models/get_suspended_job_flow_response_200_job_type_0_job_kind.py +1 -0
  212. windmill_api/models/get_suspended_job_flow_response_200_job_type_1_flow_status_failure_module.py +93 -0
  213. windmill_api/models/get_suspended_job_flow_response_200_job_type_1_flow_status_failure_module_agent_actions_item_type_0.py +86 -0
  214. windmill_api/models/get_suspended_job_flow_response_200_job_type_1_flow_status_failure_module_agent_actions_item_type_0_type.py +8 -0
  215. windmill_api/models/get_suspended_job_flow_response_200_job_type_1_flow_status_failure_module_agent_actions_item_type_1.py +64 -0
  216. windmill_api/models/get_suspended_job_flow_response_200_job_type_1_flow_status_failure_module_agent_actions_item_type_1_type.py +8 -0
  217. windmill_api/models/get_suspended_job_flow_response_200_job_type_1_flow_status_modules_item.py +90 -0
  218. windmill_api/models/get_suspended_job_flow_response_200_job_type_1_flow_status_modules_item_agent_actions_item_type_0.py +86 -0
  219. windmill_api/models/get_suspended_job_flow_response_200_job_type_1_flow_status_modules_item_agent_actions_item_type_0_type.py +8 -0
  220. windmill_api/models/get_suspended_job_flow_response_200_job_type_1_flow_status_modules_item_agent_actions_item_type_1.py +64 -0
  221. windmill_api/models/get_suspended_job_flow_response_200_job_type_1_flow_status_modules_item_agent_actions_item_type_1_type.py +8 -0
  222. windmill_api/models/get_suspended_job_flow_response_200_job_type_1_flow_status_preprocessor_module.py +92 -0
  223. windmill_api/models/get_suspended_job_flow_response_200_job_type_1_flow_status_preprocessor_module_agent_actions_item_type_0.py +88 -0
  224. windmill_api/models/get_suspended_job_flow_response_200_job_type_1_flow_status_preprocessor_module_agent_actions_item_type_0_type.py +8 -0
  225. windmill_api/models/get_suspended_job_flow_response_200_job_type_1_flow_status_preprocessor_module_agent_actions_item_type_1.py +66 -0
  226. windmill_api/models/get_suspended_job_flow_response_200_job_type_1_flow_status_preprocessor_module_agent_actions_item_type_1_type.py +8 -0
  227. windmill_api/models/get_suspended_job_flow_response_200_job_type_1_job_kind.py +1 -0
  228. windmill_api/models/job_type_0_flow_status_failure_module_agent_actions_item_type_0.py +84 -0
  229. windmill_api/models/job_type_0_flow_status_failure_module_agent_actions_item_type_0_type.py +8 -0
  230. windmill_api/models/job_type_0_flow_status_failure_module_agent_actions_item_type_1.py +62 -0
  231. windmill_api/models/job_type_0_flow_status_failure_module_agent_actions_item_type_1_type.py +8 -0
  232. windmill_api/models/job_type_0_flow_status_modules_item_agent_actions_item_type_0.py +84 -0
  233. windmill_api/models/job_type_0_flow_status_modules_item_agent_actions_item_type_0_type.py +8 -0
  234. windmill_api/models/job_type_0_flow_status_modules_item_agent_actions_item_type_1.py +62 -0
  235. windmill_api/models/job_type_0_flow_status_modules_item_agent_actions_item_type_1_type.py +8 -0
  236. windmill_api/models/job_type_0_flow_status_preprocessor_module_agent_actions_item_type_0.py +84 -0
  237. windmill_api/models/job_type_0_flow_status_preprocessor_module_agent_actions_item_type_0_type.py +8 -0
  238. windmill_api/models/job_type_0_flow_status_preprocessor_module_agent_actions_item_type_1.py +62 -0
  239. windmill_api/models/job_type_0_flow_status_preprocessor_module_agent_actions_item_type_1_type.py +8 -0
  240. windmill_api/models/job_type_0_job_kind.py +1 -0
  241. windmill_api/models/job_type_1_flow_status_failure_module_agent_actions_item_type_0.py +84 -0
  242. windmill_api/models/job_type_1_flow_status_failure_module_agent_actions_item_type_0_type.py +8 -0
  243. windmill_api/models/job_type_1_flow_status_failure_module_agent_actions_item_type_1.py +62 -0
  244. windmill_api/models/job_type_1_flow_status_failure_module_agent_actions_item_type_1_type.py +8 -0
  245. windmill_api/models/job_type_1_flow_status_modules_item_agent_actions_item_type_0.py +84 -0
  246. windmill_api/models/job_type_1_flow_status_modules_item_agent_actions_item_type_0_type.py +8 -0
  247. windmill_api/models/job_type_1_flow_status_modules_item_agent_actions_item_type_1.py +62 -0
  248. windmill_api/models/job_type_1_flow_status_modules_item_agent_actions_item_type_1_type.py +8 -0
  249. windmill_api/models/job_type_1_flow_status_preprocessor_module_agent_actions_item_type_0.py +84 -0
  250. windmill_api/models/job_type_1_flow_status_preprocessor_module_agent_actions_item_type_0_type.py +8 -0
  251. windmill_api/models/job_type_1_flow_status_preprocessor_module_agent_actions_item_type_1.py +62 -0
  252. windmill_api/models/job_type_1_flow_status_preprocessor_module_agent_actions_item_type_1_type.py +8 -0
  253. windmill_api/models/job_type_1_job_kind.py +1 -0
  254. windmill_api/models/list_completed_jobs_response_200_item_flow_status_failure_module.py +91 -0
  255. windmill_api/models/list_completed_jobs_response_200_item_flow_status_failure_module_agent_actions_item_type_0.py +86 -0
  256. windmill_api/models/list_completed_jobs_response_200_item_flow_status_failure_module_agent_actions_item_type_0_type.py +8 -0
  257. windmill_api/models/list_completed_jobs_response_200_item_flow_status_failure_module_agent_actions_item_type_1.py +64 -0
  258. windmill_api/models/list_completed_jobs_response_200_item_flow_status_failure_module_agent_actions_item_type_1_type.py +8 -0
  259. windmill_api/models/list_completed_jobs_response_200_item_flow_status_modules_item.py +89 -0
  260. windmill_api/models/list_completed_jobs_response_200_item_flow_status_modules_item_agent_actions_item_type_0.py +86 -0
  261. windmill_api/models/list_completed_jobs_response_200_item_flow_status_modules_item_agent_actions_item_type_0_type.py +8 -0
  262. windmill_api/models/list_completed_jobs_response_200_item_flow_status_modules_item_agent_actions_item_type_1.py +64 -0
  263. windmill_api/models/list_completed_jobs_response_200_item_flow_status_modules_item_agent_actions_item_type_1_type.py +8 -0
  264. windmill_api/models/list_completed_jobs_response_200_item_flow_status_preprocessor_module.py +92 -0
  265. windmill_api/models/list_completed_jobs_response_200_item_flow_status_preprocessor_module_agent_actions_item_type_0.py +86 -0
  266. windmill_api/models/list_completed_jobs_response_200_item_flow_status_preprocessor_module_agent_actions_item_type_0_type.py +8 -0
  267. windmill_api/models/list_completed_jobs_response_200_item_flow_status_preprocessor_module_agent_actions_item_type_1.py +64 -0
  268. windmill_api/models/list_completed_jobs_response_200_item_flow_status_preprocessor_module_agent_actions_item_type_1_type.py +8 -0
  269. windmill_api/models/list_completed_jobs_response_200_item_job_kind.py +1 -0
  270. windmill_api/models/list_extended_jobs_response_200_jobs_item_type_0_flow_status_failure_module.py +93 -0
  271. windmill_api/models/list_extended_jobs_response_200_jobs_item_type_0_flow_status_failure_module_agent_actions_item_type_0.py +86 -0
  272. windmill_api/models/list_extended_jobs_response_200_jobs_item_type_0_flow_status_failure_module_agent_actions_item_type_0_type.py +8 -0
  273. windmill_api/models/list_extended_jobs_response_200_jobs_item_type_0_flow_status_failure_module_agent_actions_item_type_1.py +64 -0
  274. windmill_api/models/list_extended_jobs_response_200_jobs_item_type_0_flow_status_failure_module_agent_actions_item_type_1_type.py +8 -0
  275. windmill_api/models/list_extended_jobs_response_200_jobs_item_type_0_flow_status_modules_item.py +92 -0
  276. windmill_api/models/list_extended_jobs_response_200_jobs_item_type_0_flow_status_modules_item_agent_actions_item_type_0.py +86 -0
  277. windmill_api/models/list_extended_jobs_response_200_jobs_item_type_0_flow_status_modules_item_agent_actions_item_type_0_type.py +8 -0
  278. windmill_api/models/list_extended_jobs_response_200_jobs_item_type_0_flow_status_modules_item_agent_actions_item_type_1.py +64 -0
  279. windmill_api/models/list_extended_jobs_response_200_jobs_item_type_0_flow_status_modules_item_agent_actions_item_type_1_type.py +8 -0
  280. windmill_api/models/list_extended_jobs_response_200_jobs_item_type_0_flow_status_preprocessor_module.py +92 -0
  281. windmill_api/models/list_extended_jobs_response_200_jobs_item_type_0_flow_status_preprocessor_module_agent_actions_item_type_0.py +92 -0
  282. windmill_api/models/list_extended_jobs_response_200_jobs_item_type_0_flow_status_preprocessor_module_agent_actions_item_type_0_type.py +8 -0
  283. windmill_api/models/list_extended_jobs_response_200_jobs_item_type_0_flow_status_preprocessor_module_agent_actions_item_type_1.py +70 -0
  284. windmill_api/models/list_extended_jobs_response_200_jobs_item_type_0_flow_status_preprocessor_module_agent_actions_item_type_1_type.py +8 -0
  285. windmill_api/models/list_extended_jobs_response_200_jobs_item_type_0_job_kind.py +1 -0
  286. windmill_api/models/list_extended_jobs_response_200_jobs_item_type_1_flow_status_failure_module.py +93 -0
  287. windmill_api/models/list_extended_jobs_response_200_jobs_item_type_1_flow_status_failure_module_agent_actions_item_type_0.py +86 -0
  288. windmill_api/models/list_extended_jobs_response_200_jobs_item_type_1_flow_status_failure_module_agent_actions_item_type_0_type.py +8 -0
  289. windmill_api/models/list_extended_jobs_response_200_jobs_item_type_1_flow_status_failure_module_agent_actions_item_type_1.py +64 -0
  290. windmill_api/models/list_extended_jobs_response_200_jobs_item_type_1_flow_status_failure_module_agent_actions_item_type_1_type.py +8 -0
  291. windmill_api/models/list_extended_jobs_response_200_jobs_item_type_1_flow_status_modules_item.py +92 -0
  292. windmill_api/models/list_extended_jobs_response_200_jobs_item_type_1_flow_status_modules_item_agent_actions_item_type_0.py +86 -0
  293. windmill_api/models/list_extended_jobs_response_200_jobs_item_type_1_flow_status_modules_item_agent_actions_item_type_0_type.py +8 -0
  294. windmill_api/models/list_extended_jobs_response_200_jobs_item_type_1_flow_status_modules_item_agent_actions_item_type_1.py +64 -0
  295. windmill_api/models/list_extended_jobs_response_200_jobs_item_type_1_flow_status_modules_item_agent_actions_item_type_1_type.py +8 -0
  296. windmill_api/models/list_extended_jobs_response_200_jobs_item_type_1_flow_status_preprocessor_module.py +92 -0
  297. windmill_api/models/list_extended_jobs_response_200_jobs_item_type_1_flow_status_preprocessor_module_agent_actions_item_type_0.py +92 -0
  298. windmill_api/models/list_extended_jobs_response_200_jobs_item_type_1_flow_status_preprocessor_module_agent_actions_item_type_0_type.py +8 -0
  299. windmill_api/models/list_extended_jobs_response_200_jobs_item_type_1_flow_status_preprocessor_module_agent_actions_item_type_1.py +70 -0
  300. windmill_api/models/list_extended_jobs_response_200_jobs_item_type_1_flow_status_preprocessor_module_agent_actions_item_type_1_type.py +8 -0
  301. windmill_api/models/list_extended_jobs_response_200_jobs_item_type_1_job_kind.py +1 -0
  302. windmill_api/models/list_jobs_response_200_item_type_0_flow_status_failure_module.py +90 -0
  303. windmill_api/models/list_jobs_response_200_item_type_0_flow_status_failure_module_agent_actions_item_type_0.py +86 -0
  304. windmill_api/models/list_jobs_response_200_item_type_0_flow_status_failure_module_agent_actions_item_type_0_type.py +8 -0
  305. windmill_api/models/list_jobs_response_200_item_type_0_flow_status_failure_module_agent_actions_item_type_1.py +64 -0
  306. windmill_api/models/list_jobs_response_200_item_type_0_flow_status_failure_module_agent_actions_item_type_1_type.py +8 -0
  307. windmill_api/models/list_jobs_response_200_item_type_0_flow_status_modules_item.py +88 -0
  308. windmill_api/models/list_jobs_response_200_item_type_0_flow_status_modules_item_agent_actions_item_type_0.py +84 -0
  309. windmill_api/models/list_jobs_response_200_item_type_0_flow_status_modules_item_agent_actions_item_type_0_type.py +8 -0
  310. windmill_api/models/list_jobs_response_200_item_type_0_flow_status_modules_item_agent_actions_item_type_1.py +62 -0
  311. windmill_api/models/list_jobs_response_200_item_type_0_flow_status_modules_item_agent_actions_item_type_1_type.py +8 -0
  312. windmill_api/models/list_jobs_response_200_item_type_0_flow_status_preprocessor_module.py +90 -0
  313. windmill_api/models/list_jobs_response_200_item_type_0_flow_status_preprocessor_module_agent_actions_item_type_0.py +86 -0
  314. windmill_api/models/list_jobs_response_200_item_type_0_flow_status_preprocessor_module_agent_actions_item_type_0_type.py +8 -0
  315. windmill_api/models/list_jobs_response_200_item_type_0_flow_status_preprocessor_module_agent_actions_item_type_1.py +64 -0
  316. windmill_api/models/list_jobs_response_200_item_type_0_flow_status_preprocessor_module_agent_actions_item_type_1_type.py +8 -0
  317. windmill_api/models/list_jobs_response_200_item_type_0_job_kind.py +1 -0
  318. windmill_api/models/list_jobs_response_200_item_type_1_flow_status_failure_module.py +90 -0
  319. windmill_api/models/list_jobs_response_200_item_type_1_flow_status_failure_module_agent_actions_item_type_0.py +86 -0
  320. windmill_api/models/list_jobs_response_200_item_type_1_flow_status_failure_module_agent_actions_item_type_0_type.py +8 -0
  321. windmill_api/models/list_jobs_response_200_item_type_1_flow_status_failure_module_agent_actions_item_type_1.py +64 -0
  322. windmill_api/models/list_jobs_response_200_item_type_1_flow_status_failure_module_agent_actions_item_type_1_type.py +8 -0
  323. windmill_api/models/list_jobs_response_200_item_type_1_flow_status_modules_item.py +88 -0
  324. windmill_api/models/list_jobs_response_200_item_type_1_flow_status_modules_item_agent_actions_item_type_0.py +84 -0
  325. windmill_api/models/list_jobs_response_200_item_type_1_flow_status_modules_item_agent_actions_item_type_0_type.py +8 -0
  326. windmill_api/models/list_jobs_response_200_item_type_1_flow_status_modules_item_agent_actions_item_type_1.py +62 -0
  327. windmill_api/models/list_jobs_response_200_item_type_1_flow_status_modules_item_agent_actions_item_type_1_type.py +8 -0
  328. windmill_api/models/list_jobs_response_200_item_type_1_flow_status_preprocessor_module.py +90 -0
  329. windmill_api/models/list_jobs_response_200_item_type_1_flow_status_preprocessor_module_agent_actions_item_type_0.py +86 -0
  330. windmill_api/models/list_jobs_response_200_item_type_1_flow_status_preprocessor_module_agent_actions_item_type_0_type.py +8 -0
  331. windmill_api/models/list_jobs_response_200_item_type_1_flow_status_preprocessor_module_agent_actions_item_type_1.py +64 -0
  332. windmill_api/models/list_jobs_response_200_item_type_1_flow_status_preprocessor_module_agent_actions_item_type_1_type.py +8 -0
  333. windmill_api/models/list_jobs_response_200_item_type_1_job_kind.py +1 -0
  334. windmill_api/models/list_queue_response_200_item_flow_status_failure_module.py +89 -0
  335. windmill_api/models/list_queue_response_200_item_flow_status_failure_module_agent_actions_item_type_0.py +84 -0
  336. windmill_api/models/list_queue_response_200_item_flow_status_failure_module_agent_actions_item_type_0_type.py +8 -0
  337. windmill_api/models/list_queue_response_200_item_flow_status_failure_module_agent_actions_item_type_1.py +62 -0
  338. windmill_api/models/list_queue_response_200_item_flow_status_failure_module_agent_actions_item_type_1_type.py +8 -0
  339. windmill_api/models/list_queue_response_200_item_flow_status_modules_item.py +88 -0
  340. windmill_api/models/list_queue_response_200_item_flow_status_modules_item_agent_actions_item_type_0.py +84 -0
  341. windmill_api/models/list_queue_response_200_item_flow_status_modules_item_agent_actions_item_type_0_type.py +8 -0
  342. windmill_api/models/list_queue_response_200_item_flow_status_modules_item_agent_actions_item_type_1.py +62 -0
  343. windmill_api/models/list_queue_response_200_item_flow_status_modules_item_agent_actions_item_type_1_type.py +8 -0
  344. windmill_api/models/list_queue_response_200_item_flow_status_preprocessor_module.py +89 -0
  345. windmill_api/models/list_queue_response_200_item_flow_status_preprocessor_module_agent_actions_item_type_0.py +84 -0
  346. windmill_api/models/list_queue_response_200_item_flow_status_preprocessor_module_agent_actions_item_type_0_type.py +8 -0
  347. windmill_api/models/list_queue_response_200_item_flow_status_preprocessor_module_agent_actions_item_type_1.py +62 -0
  348. windmill_api/models/list_queue_response_200_item_flow_status_preprocessor_module_agent_actions_item_type_1_type.py +8 -0
  349. windmill_api/models/list_queue_response_200_item_job_kind.py +1 -0
  350. windmill_api/models/preview.py +3 -3
  351. windmill_api/models/queued_job_flow_status_failure_module.py +83 -0
  352. windmill_api/models/queued_job_flow_status_failure_module_agent_actions_item_type_0.py +84 -0
  353. windmill_api/models/queued_job_flow_status_failure_module_agent_actions_item_type_0_type.py +8 -0
  354. windmill_api/models/queued_job_flow_status_failure_module_agent_actions_item_type_1.py +62 -0
  355. windmill_api/models/queued_job_flow_status_failure_module_agent_actions_item_type_1_type.py +8 -0
  356. windmill_api/models/queued_job_flow_status_modules_item.py +82 -0
  357. windmill_api/models/queued_job_flow_status_modules_item_agent_actions_item_type_0.py +84 -0
  358. windmill_api/models/queued_job_flow_status_modules_item_agent_actions_item_type_0_type.py +8 -0
  359. windmill_api/models/queued_job_flow_status_modules_item_agent_actions_item_type_1.py +62 -0
  360. windmill_api/models/queued_job_flow_status_modules_item_agent_actions_item_type_1_type.py +8 -0
  361. windmill_api/models/queued_job_flow_status_preprocessor_module.py +84 -0
  362. windmill_api/models/queued_job_flow_status_preprocessor_module_agent_actions_item_type_0.py +84 -0
  363. windmill_api/models/queued_job_flow_status_preprocessor_module_agent_actions_item_type_0_type.py +8 -0
  364. windmill_api/models/queued_job_flow_status_preprocessor_module_agent_actions_item_type_1.py +62 -0
  365. windmill_api/models/queued_job_flow_status_preprocessor_module_agent_actions_item_type_1_type.py +8 -0
  366. windmill_api/models/queued_job_job_kind.py +1 -0
  367. windmill_api/models/run_flow_preview_and_wait_result_json_body.py +114 -0
  368. windmill_api/models/run_flow_preview_and_wait_result_json_body_args.py +44 -0
  369. windmill_api/models/run_flow_preview_and_wait_result_json_body_restarted_from.py +74 -0
  370. windmill_api/models/run_flow_preview_and_wait_result_json_body_value.py +190 -0
  371. windmill_api/models/run_flow_preview_and_wait_result_json_body_value_failure_module.py +334 -0
  372. windmill_api/models/run_flow_preview_and_wait_result_json_body_value_failure_module_mock.py +66 -0
  373. windmill_api/models/run_flow_preview_and_wait_result_json_body_value_failure_module_retry.py +97 -0
  374. windmill_api/models/run_flow_preview_and_wait_result_json_body_value_failure_module_retry_constant.py +66 -0
  375. windmill_api/models/run_flow_preview_and_wait_result_json_body_value_failure_module_retry_exponential.py +82 -0
  376. windmill_api/models/run_flow_preview_and_wait_result_json_body_value_failure_module_skip_if.py +58 -0
  377. windmill_api/models/run_flow_preview_and_wait_result_json_body_value_failure_module_sleep_type_0.py +69 -0
  378. windmill_api/models/run_flow_preview_and_wait_result_json_body_value_failure_module_sleep_type_0_type.py +8 -0
  379. windmill_api/models/run_flow_preview_and_wait_result_json_body_value_failure_module_sleep_type_1.py +69 -0
  380. windmill_api/models/run_flow_preview_and_wait_result_json_body_value_failure_module_sleep_type_1_type.py +8 -0
  381. windmill_api/models/run_flow_preview_and_wait_result_json_body_value_failure_module_stop_after_all_iters_if.py +78 -0
  382. windmill_api/models/run_flow_preview_and_wait_result_json_body_value_failure_module_stop_after_if.py +76 -0
  383. windmill_api/models/run_flow_preview_and_wait_result_json_body_value_failure_module_suspend.py +215 -0
  384. windmill_api/models/run_flow_preview_and_wait_result_json_body_value_failure_module_suspend_resume_form.py +75 -0
  385. windmill_api/models/run_flow_preview_and_wait_result_json_body_value_failure_module_suspend_resume_form_schema.py +46 -0
  386. windmill_api/models/run_flow_preview_and_wait_result_json_body_value_failure_module_suspend_user_groups_required_type_0.py +71 -0
  387. windmill_api/models/run_flow_preview_and_wait_result_json_body_value_failure_module_suspend_user_groups_required_type_0_type.py +8 -0
  388. windmill_api/models/run_flow_preview_and_wait_result_json_body_value_failure_module_suspend_user_groups_required_type_1.py +71 -0
  389. windmill_api/models/run_flow_preview_and_wait_result_json_body_value_failure_module_suspend_user_groups_required_type_1_type.py +8 -0
  390. windmill_api/models/run_flow_preview_and_wait_result_json_body_value_modules_item.py +331 -0
  391. windmill_api/models/run_flow_preview_and_wait_result_json_body_value_modules_item_mock.py +66 -0
  392. windmill_api/models/run_flow_preview_and_wait_result_json_body_value_modules_item_retry.py +97 -0
  393. windmill_api/models/run_flow_preview_and_wait_result_json_body_value_modules_item_retry_constant.py +66 -0
  394. windmill_api/models/run_flow_preview_and_wait_result_json_body_value_modules_item_retry_exponential.py +82 -0
  395. windmill_api/models/run_flow_preview_and_wait_result_json_body_value_modules_item_skip_if.py +58 -0
  396. windmill_api/models/run_flow_preview_and_wait_result_json_body_value_modules_item_sleep_type_0.py +69 -0
  397. windmill_api/models/run_flow_preview_and_wait_result_json_body_value_modules_item_sleep_type_0_type.py +8 -0
  398. windmill_api/models/run_flow_preview_and_wait_result_json_body_value_modules_item_sleep_type_1.py +69 -0
  399. windmill_api/models/run_flow_preview_and_wait_result_json_body_value_modules_item_sleep_type_1_type.py +8 -0
  400. windmill_api/models/run_flow_preview_and_wait_result_json_body_value_modules_item_stop_after_all_iters_if.py +76 -0
  401. windmill_api/models/run_flow_preview_and_wait_result_json_body_value_modules_item_stop_after_if.py +76 -0
  402. windmill_api/models/run_flow_preview_and_wait_result_json_body_value_modules_item_suspend.py +213 -0
  403. windmill_api/models/run_flow_preview_and_wait_result_json_body_value_modules_item_suspend_resume_form.py +75 -0
  404. windmill_api/models/run_flow_preview_and_wait_result_json_body_value_modules_item_suspend_resume_form_schema.py +46 -0
  405. windmill_api/models/run_flow_preview_and_wait_result_json_body_value_modules_item_suspend_user_groups_required_type_0.py +71 -0
  406. windmill_api/models/run_flow_preview_and_wait_result_json_body_value_modules_item_suspend_user_groups_required_type_0_type.py +8 -0
  407. windmill_api/models/run_flow_preview_and_wait_result_json_body_value_modules_item_suspend_user_groups_required_type_1.py +71 -0
  408. windmill_api/models/run_flow_preview_and_wait_result_json_body_value_modules_item_suspend_user_groups_required_type_1_type.py +8 -0
  409. windmill_api/models/run_flow_preview_and_wait_result_json_body_value_preprocessor_module.py +340 -0
  410. windmill_api/models/run_flow_preview_and_wait_result_json_body_value_preprocessor_module_mock.py +66 -0
  411. windmill_api/models/run_flow_preview_and_wait_result_json_body_value_preprocessor_module_retry.py +99 -0
  412. windmill_api/models/run_flow_preview_and_wait_result_json_body_value_preprocessor_module_retry_constant.py +66 -0
  413. windmill_api/models/run_flow_preview_and_wait_result_json_body_value_preprocessor_module_retry_exponential.py +82 -0
  414. windmill_api/models/run_flow_preview_and_wait_result_json_body_value_preprocessor_module_skip_if.py +58 -0
  415. windmill_api/models/run_flow_preview_and_wait_result_json_body_value_preprocessor_module_sleep_type_0.py +69 -0
  416. windmill_api/models/run_flow_preview_and_wait_result_json_body_value_preprocessor_module_sleep_type_0_type.py +8 -0
  417. windmill_api/models/run_flow_preview_and_wait_result_json_body_value_preprocessor_module_sleep_type_1.py +69 -0
  418. windmill_api/models/run_flow_preview_and_wait_result_json_body_value_preprocessor_module_sleep_type_1_type.py +8 -0
  419. windmill_api/models/run_flow_preview_and_wait_result_json_body_value_preprocessor_module_stop_after_all_iters_if.py +78 -0
  420. windmill_api/models/run_flow_preview_and_wait_result_json_body_value_preprocessor_module_stop_after_if.py +76 -0
  421. windmill_api/models/run_flow_preview_and_wait_result_json_body_value_preprocessor_module_suspend.py +215 -0
  422. windmill_api/models/run_flow_preview_and_wait_result_json_body_value_preprocessor_module_suspend_resume_form.py +79 -0
  423. windmill_api/models/run_flow_preview_and_wait_result_json_body_value_preprocessor_module_suspend_resume_form_schema.py +46 -0
  424. windmill_api/models/run_flow_preview_and_wait_result_json_body_value_preprocessor_module_suspend_user_groups_required_type_0.py +73 -0
  425. windmill_api/models/run_flow_preview_and_wait_result_json_body_value_preprocessor_module_suspend_user_groups_required_type_0_type.py +8 -0
  426. windmill_api/models/run_flow_preview_and_wait_result_json_body_value_preprocessor_module_suspend_user_groups_required_type_1.py +73 -0
  427. windmill_api/models/run_flow_preview_and_wait_result_json_body_value_preprocessor_module_suspend_user_groups_required_type_1_type.py +8 -0
  428. windmill_api/models/run_script_preview_and_wait_result_json_body.py +149 -0
  429. windmill_api/models/run_script_preview_and_wait_result_json_body_args.py +44 -0
  430. windmill_api/models/run_script_preview_and_wait_result_json_body_kind.py +10 -0
  431. windmill_api/models/run_script_preview_and_wait_result_json_body_language.py +29 -0
  432. windmill_api/models/run_script_preview_json_body.py +3 -3
  433. {windmill_api-1.529.0.dist-info → windmill_api-1.531.0.dist-info}/METADATA +1 -1
  434. {windmill_api-1.529.0.dist-info → windmill_api-1.531.0.dist-info}/RECORD +436 -79
  435. {windmill_api-1.529.0.dist-info → windmill_api-1.531.0.dist-info}/LICENSE +0 -0
  436. {windmill_api-1.529.0.dist-info → windmill_api-1.531.0.dist-info}/WHEEL +0 -0
@@ -7,6 +7,12 @@ from ..models.queued_job_flow_status_failure_module_type import QueuedJobFlowSta
7
7
  from ..types import UNSET, Unset
8
8
 
9
9
  if TYPE_CHECKING:
10
+ from ..models.queued_job_flow_status_failure_module_agent_actions_item_type_0 import (
11
+ QueuedJobFlowStatusFailureModuleAgentActionsItemType0,
12
+ )
13
+ from ..models.queued_job_flow_status_failure_module_agent_actions_item_type_1 import (
14
+ QueuedJobFlowStatusFailureModuleAgentActionsItemType1,
15
+ )
10
16
  from ..models.queued_job_flow_status_failure_module_approvers_item import (
11
17
  QueuedJobFlowStatusFailureModuleApproversItem,
12
18
  )
@@ -37,6 +43,9 @@ class QueuedJobFlowStatusFailureModule:
37
43
  approvers (Union[Unset, List['QueuedJobFlowStatusFailureModuleApproversItem']]):
38
44
  failed_retries (Union[Unset, List[str]]):
39
45
  skipped (Union[Unset, bool]):
46
+ agent_actions (Union[Unset, List[Union['QueuedJobFlowStatusFailureModuleAgentActionsItemType0',
47
+ 'QueuedJobFlowStatusFailureModuleAgentActionsItemType1']]]):
48
+ agent_actions_success (Union[Unset, List[bool]]):
40
49
  parent_module (Union[Unset, str]):
41
50
  """
42
51
 
@@ -53,10 +62,24 @@ class QueuedJobFlowStatusFailureModule:
53
62
  approvers: Union[Unset, List["QueuedJobFlowStatusFailureModuleApproversItem"]] = UNSET
54
63
  failed_retries: Union[Unset, List[str]] = UNSET
55
64
  skipped: Union[Unset, bool] = UNSET
65
+ agent_actions: Union[
66
+ Unset,
67
+ List[
68
+ Union[
69
+ "QueuedJobFlowStatusFailureModuleAgentActionsItemType0",
70
+ "QueuedJobFlowStatusFailureModuleAgentActionsItemType1",
71
+ ]
72
+ ],
73
+ ] = UNSET
74
+ agent_actions_success: Union[Unset, List[bool]] = UNSET
56
75
  parent_module: Union[Unset, str] = UNSET
57
76
  additional_properties: Dict[str, Any] = _attrs_field(init=False, factory=dict)
58
77
 
59
78
  def to_dict(self) -> Dict[str, Any]:
79
+ from ..models.queued_job_flow_status_failure_module_agent_actions_item_type_0 import (
80
+ QueuedJobFlowStatusFailureModuleAgentActionsItemType0,
81
+ )
82
+
60
83
  type = self.type.value
61
84
 
62
85
  id = self.id
@@ -96,6 +119,24 @@ class QueuedJobFlowStatusFailureModule:
96
119
  failed_retries = self.failed_retries
97
120
 
98
121
  skipped = self.skipped
122
+ agent_actions: Union[Unset, List[Dict[str, Any]]] = UNSET
123
+ if not isinstance(self.agent_actions, Unset):
124
+ agent_actions = []
125
+ for agent_actions_item_data in self.agent_actions:
126
+ agent_actions_item: Dict[str, Any]
127
+
128
+ if isinstance(agent_actions_item_data, QueuedJobFlowStatusFailureModuleAgentActionsItemType0):
129
+ agent_actions_item = agent_actions_item_data.to_dict()
130
+
131
+ else:
132
+ agent_actions_item = agent_actions_item_data.to_dict()
133
+
134
+ agent_actions.append(agent_actions_item)
135
+
136
+ agent_actions_success: Union[Unset, List[bool]] = UNSET
137
+ if not isinstance(self.agent_actions_success, Unset):
138
+ agent_actions_success = self.agent_actions_success
139
+
99
140
  parent_module = self.parent_module
100
141
 
101
142
  field_dict: Dict[str, Any] = {}
@@ -129,6 +170,10 @@ class QueuedJobFlowStatusFailureModule:
129
170
  field_dict["failed_retries"] = failed_retries
130
171
  if skipped is not UNSET:
131
172
  field_dict["skipped"] = skipped
173
+ if agent_actions is not UNSET:
174
+ field_dict["agent_actions"] = agent_actions
175
+ if agent_actions_success is not UNSET:
176
+ field_dict["agent_actions_success"] = agent_actions_success
132
177
  if parent_module is not UNSET:
133
178
  field_dict["parent_module"] = parent_module
134
179
 
@@ -136,6 +181,12 @@ class QueuedJobFlowStatusFailureModule:
136
181
 
137
182
  @classmethod
138
183
  def from_dict(cls: Type[T], src_dict: Dict[str, Any]) -> T:
184
+ from ..models.queued_job_flow_status_failure_module_agent_actions_item_type_0 import (
185
+ QueuedJobFlowStatusFailureModuleAgentActionsItemType0,
186
+ )
187
+ from ..models.queued_job_flow_status_failure_module_agent_actions_item_type_1 import (
188
+ QueuedJobFlowStatusFailureModuleAgentActionsItemType1,
189
+ )
139
190
  from ..models.queued_job_flow_status_failure_module_approvers_item import (
140
191
  QueuedJobFlowStatusFailureModuleApproversItem,
141
192
  )
@@ -192,6 +243,36 @@ class QueuedJobFlowStatusFailureModule:
192
243
 
193
244
  skipped = d.pop("skipped", UNSET)
194
245
 
246
+ agent_actions = []
247
+ _agent_actions = d.pop("agent_actions", UNSET)
248
+ for agent_actions_item_data in _agent_actions or []:
249
+
250
+ def _parse_agent_actions_item(
251
+ data: object,
252
+ ) -> Union[
253
+ "QueuedJobFlowStatusFailureModuleAgentActionsItemType0",
254
+ "QueuedJobFlowStatusFailureModuleAgentActionsItemType1",
255
+ ]:
256
+ try:
257
+ if not isinstance(data, dict):
258
+ raise TypeError()
259
+ agent_actions_item_type_0 = QueuedJobFlowStatusFailureModuleAgentActionsItemType0.from_dict(data)
260
+
261
+ return agent_actions_item_type_0
262
+ except: # noqa: E722
263
+ pass
264
+ if not isinstance(data, dict):
265
+ raise TypeError()
266
+ agent_actions_item_type_1 = QueuedJobFlowStatusFailureModuleAgentActionsItemType1.from_dict(data)
267
+
268
+ return agent_actions_item_type_1
269
+
270
+ agent_actions_item = _parse_agent_actions_item(agent_actions_item_data)
271
+
272
+ agent_actions.append(agent_actions_item)
273
+
274
+ agent_actions_success = cast(List[bool], d.pop("agent_actions_success", UNSET))
275
+
195
276
  parent_module = d.pop("parent_module", UNSET)
196
277
 
197
278
  queued_job_flow_status_failure_module = cls(
@@ -208,6 +289,8 @@ class QueuedJobFlowStatusFailureModule:
208
289
  approvers=approvers,
209
290
  failed_retries=failed_retries,
210
291
  skipped=skipped,
292
+ agent_actions=agent_actions,
293
+ agent_actions_success=agent_actions_success,
211
294
  parent_module=parent_module,
212
295
  )
213
296
 
@@ -0,0 +1,84 @@
1
+ from typing import Any, Dict, List, Type, TypeVar
2
+
3
+ from attrs import define as _attrs_define
4
+ from attrs import field as _attrs_field
5
+
6
+ from ..models.queued_job_flow_status_failure_module_agent_actions_item_type_0_type import (
7
+ QueuedJobFlowStatusFailureModuleAgentActionsItemType0Type,
8
+ )
9
+
10
+ T = TypeVar("T", bound="QueuedJobFlowStatusFailureModuleAgentActionsItemType0")
11
+
12
+
13
+ @_attrs_define
14
+ class QueuedJobFlowStatusFailureModuleAgentActionsItemType0:
15
+ """
16
+ Attributes:
17
+ job_id (str):
18
+ function_name (str):
19
+ type (QueuedJobFlowStatusFailureModuleAgentActionsItemType0Type):
20
+ module_id (str):
21
+ """
22
+
23
+ job_id: str
24
+ function_name: str
25
+ type: QueuedJobFlowStatusFailureModuleAgentActionsItemType0Type
26
+ module_id: str
27
+ additional_properties: Dict[str, Any] = _attrs_field(init=False, factory=dict)
28
+
29
+ def to_dict(self) -> Dict[str, Any]:
30
+ job_id = self.job_id
31
+ function_name = self.function_name
32
+ type = self.type.value
33
+
34
+ module_id = self.module_id
35
+
36
+ field_dict: Dict[str, Any] = {}
37
+ field_dict.update(self.additional_properties)
38
+ field_dict.update(
39
+ {
40
+ "job_id": job_id,
41
+ "function_name": function_name,
42
+ "type": type,
43
+ "module_id": module_id,
44
+ }
45
+ )
46
+
47
+ return field_dict
48
+
49
+ @classmethod
50
+ def from_dict(cls: Type[T], src_dict: Dict[str, Any]) -> T:
51
+ d = src_dict.copy()
52
+ job_id = d.pop("job_id")
53
+
54
+ function_name = d.pop("function_name")
55
+
56
+ type = QueuedJobFlowStatusFailureModuleAgentActionsItemType0Type(d.pop("type"))
57
+
58
+ module_id = d.pop("module_id")
59
+
60
+ queued_job_flow_status_failure_module_agent_actions_item_type_0 = cls(
61
+ job_id=job_id,
62
+ function_name=function_name,
63
+ type=type,
64
+ module_id=module_id,
65
+ )
66
+
67
+ queued_job_flow_status_failure_module_agent_actions_item_type_0.additional_properties = d
68
+ return queued_job_flow_status_failure_module_agent_actions_item_type_0
69
+
70
+ @property
71
+ def additional_keys(self) -> List[str]:
72
+ return list(self.additional_properties.keys())
73
+
74
+ def __getitem__(self, key: str) -> Any:
75
+ return self.additional_properties[key]
76
+
77
+ def __setitem__(self, key: str, value: Any) -> None:
78
+ self.additional_properties[key] = value
79
+
80
+ def __delitem__(self, key: str) -> None:
81
+ del self.additional_properties[key]
82
+
83
+ def __contains__(self, key: str) -> bool:
84
+ return key in self.additional_properties
@@ -0,0 +1,8 @@
1
+ from enum import Enum
2
+
3
+
4
+ class QueuedJobFlowStatusFailureModuleAgentActionsItemType0Type(str, Enum):
5
+ TOOL_CALL = "tool_call"
6
+
7
+ def __str__(self) -> str:
8
+ return str(self.value)
@@ -0,0 +1,62 @@
1
+ from typing import Any, Dict, List, Type, TypeVar
2
+
3
+ from attrs import define as _attrs_define
4
+ from attrs import field as _attrs_field
5
+
6
+ from ..models.queued_job_flow_status_failure_module_agent_actions_item_type_1_type import (
7
+ QueuedJobFlowStatusFailureModuleAgentActionsItemType1Type,
8
+ )
9
+
10
+ T = TypeVar("T", bound="QueuedJobFlowStatusFailureModuleAgentActionsItemType1")
11
+
12
+
13
+ @_attrs_define
14
+ class QueuedJobFlowStatusFailureModuleAgentActionsItemType1:
15
+ """
16
+ Attributes:
17
+ type (QueuedJobFlowStatusFailureModuleAgentActionsItemType1Type):
18
+ """
19
+
20
+ type: QueuedJobFlowStatusFailureModuleAgentActionsItemType1Type
21
+ additional_properties: Dict[str, Any] = _attrs_field(init=False, factory=dict)
22
+
23
+ def to_dict(self) -> Dict[str, Any]:
24
+ type = self.type.value
25
+
26
+ field_dict: Dict[str, Any] = {}
27
+ field_dict.update(self.additional_properties)
28
+ field_dict.update(
29
+ {
30
+ "type": type,
31
+ }
32
+ )
33
+
34
+ return field_dict
35
+
36
+ @classmethod
37
+ def from_dict(cls: Type[T], src_dict: Dict[str, Any]) -> T:
38
+ d = src_dict.copy()
39
+ type = QueuedJobFlowStatusFailureModuleAgentActionsItemType1Type(d.pop("type"))
40
+
41
+ queued_job_flow_status_failure_module_agent_actions_item_type_1 = cls(
42
+ type=type,
43
+ )
44
+
45
+ queued_job_flow_status_failure_module_agent_actions_item_type_1.additional_properties = d
46
+ return queued_job_flow_status_failure_module_agent_actions_item_type_1
47
+
48
+ @property
49
+ def additional_keys(self) -> List[str]:
50
+ return list(self.additional_properties.keys())
51
+
52
+ def __getitem__(self, key: str) -> Any:
53
+ return self.additional_properties[key]
54
+
55
+ def __setitem__(self, key: str, value: Any) -> None:
56
+ self.additional_properties[key] = value
57
+
58
+ def __delitem__(self, key: str) -> None:
59
+ del self.additional_properties[key]
60
+
61
+ def __contains__(self, key: str) -> bool:
62
+ return key in self.additional_properties
@@ -0,0 +1,8 @@
1
+ from enum import Enum
2
+
3
+
4
+ class QueuedJobFlowStatusFailureModuleAgentActionsItemType1Type(str, Enum):
5
+ MESSAGE = "message"
6
+
7
+ def __str__(self) -> str:
8
+ return str(self.value)
@@ -7,6 +7,12 @@ from ..models.queued_job_flow_status_modules_item_type import QueuedJobFlowStatu
7
7
  from ..types import UNSET, Unset
8
8
 
9
9
  if TYPE_CHECKING:
10
+ from ..models.queued_job_flow_status_modules_item_agent_actions_item_type_0 import (
11
+ QueuedJobFlowStatusModulesItemAgentActionsItemType0,
12
+ )
13
+ from ..models.queued_job_flow_status_modules_item_agent_actions_item_type_1 import (
14
+ QueuedJobFlowStatusModulesItemAgentActionsItemType1,
15
+ )
10
16
  from ..models.queued_job_flow_status_modules_item_approvers_item import QueuedJobFlowStatusModulesItemApproversItem
11
17
  from ..models.queued_job_flow_status_modules_item_branch_chosen import QueuedJobFlowStatusModulesItemBranchChosen
12
18
  from ..models.queued_job_flow_status_modules_item_branchall import QueuedJobFlowStatusModulesItemBranchall
@@ -33,6 +39,9 @@ class QueuedJobFlowStatusModulesItem:
33
39
  approvers (Union[Unset, List['QueuedJobFlowStatusModulesItemApproversItem']]):
34
40
  failed_retries (Union[Unset, List[str]]):
35
41
  skipped (Union[Unset, bool]):
42
+ agent_actions (Union[Unset, List[Union['QueuedJobFlowStatusModulesItemAgentActionsItemType0',
43
+ 'QueuedJobFlowStatusModulesItemAgentActionsItemType1']]]):
44
+ agent_actions_success (Union[Unset, List[bool]]):
36
45
  """
37
46
 
38
47
  type: QueuedJobFlowStatusModulesItemType
@@ -48,9 +57,23 @@ class QueuedJobFlowStatusModulesItem:
48
57
  approvers: Union[Unset, List["QueuedJobFlowStatusModulesItemApproversItem"]] = UNSET
49
58
  failed_retries: Union[Unset, List[str]] = UNSET
50
59
  skipped: Union[Unset, bool] = UNSET
60
+ agent_actions: Union[
61
+ Unset,
62
+ List[
63
+ Union[
64
+ "QueuedJobFlowStatusModulesItemAgentActionsItemType0",
65
+ "QueuedJobFlowStatusModulesItemAgentActionsItemType1",
66
+ ]
67
+ ],
68
+ ] = UNSET
69
+ agent_actions_success: Union[Unset, List[bool]] = UNSET
51
70
  additional_properties: Dict[str, Any] = _attrs_field(init=False, factory=dict)
52
71
 
53
72
  def to_dict(self) -> Dict[str, Any]:
73
+ from ..models.queued_job_flow_status_modules_item_agent_actions_item_type_0 import (
74
+ QueuedJobFlowStatusModulesItemAgentActionsItemType0,
75
+ )
76
+
54
77
  type = self.type.value
55
78
 
56
79
  id = self.id
@@ -90,6 +113,23 @@ class QueuedJobFlowStatusModulesItem:
90
113
  failed_retries = self.failed_retries
91
114
 
92
115
  skipped = self.skipped
116
+ agent_actions: Union[Unset, List[Dict[str, Any]]] = UNSET
117
+ if not isinstance(self.agent_actions, Unset):
118
+ agent_actions = []
119
+ for agent_actions_item_data in self.agent_actions:
120
+ agent_actions_item: Dict[str, Any]
121
+
122
+ if isinstance(agent_actions_item_data, QueuedJobFlowStatusModulesItemAgentActionsItemType0):
123
+ agent_actions_item = agent_actions_item_data.to_dict()
124
+
125
+ else:
126
+ agent_actions_item = agent_actions_item_data.to_dict()
127
+
128
+ agent_actions.append(agent_actions_item)
129
+
130
+ agent_actions_success: Union[Unset, List[bool]] = UNSET
131
+ if not isinstance(self.agent_actions_success, Unset):
132
+ agent_actions_success = self.agent_actions_success
93
133
 
94
134
  field_dict: Dict[str, Any] = {}
95
135
  field_dict.update(self.additional_properties)
@@ -122,11 +162,21 @@ class QueuedJobFlowStatusModulesItem:
122
162
  field_dict["failed_retries"] = failed_retries
123
163
  if skipped is not UNSET:
124
164
  field_dict["skipped"] = skipped
165
+ if agent_actions is not UNSET:
166
+ field_dict["agent_actions"] = agent_actions
167
+ if agent_actions_success is not UNSET:
168
+ field_dict["agent_actions_success"] = agent_actions_success
125
169
 
126
170
  return field_dict
127
171
 
128
172
  @classmethod
129
173
  def from_dict(cls: Type[T], src_dict: Dict[str, Any]) -> T:
174
+ from ..models.queued_job_flow_status_modules_item_agent_actions_item_type_0 import (
175
+ QueuedJobFlowStatusModulesItemAgentActionsItemType0,
176
+ )
177
+ from ..models.queued_job_flow_status_modules_item_agent_actions_item_type_1 import (
178
+ QueuedJobFlowStatusModulesItemAgentActionsItemType1,
179
+ )
130
180
  from ..models.queued_job_flow_status_modules_item_approvers_item import (
131
181
  QueuedJobFlowStatusModulesItemApproversItem,
132
182
  )
@@ -183,6 +233,36 @@ class QueuedJobFlowStatusModulesItem:
183
233
 
184
234
  skipped = d.pop("skipped", UNSET)
185
235
 
236
+ agent_actions = []
237
+ _agent_actions = d.pop("agent_actions", UNSET)
238
+ for agent_actions_item_data in _agent_actions or []:
239
+
240
+ def _parse_agent_actions_item(
241
+ data: object,
242
+ ) -> Union[
243
+ "QueuedJobFlowStatusModulesItemAgentActionsItemType0",
244
+ "QueuedJobFlowStatusModulesItemAgentActionsItemType1",
245
+ ]:
246
+ try:
247
+ if not isinstance(data, dict):
248
+ raise TypeError()
249
+ agent_actions_item_type_0 = QueuedJobFlowStatusModulesItemAgentActionsItemType0.from_dict(data)
250
+
251
+ return agent_actions_item_type_0
252
+ except: # noqa: E722
253
+ pass
254
+ if not isinstance(data, dict):
255
+ raise TypeError()
256
+ agent_actions_item_type_1 = QueuedJobFlowStatusModulesItemAgentActionsItemType1.from_dict(data)
257
+
258
+ return agent_actions_item_type_1
259
+
260
+ agent_actions_item = _parse_agent_actions_item(agent_actions_item_data)
261
+
262
+ agent_actions.append(agent_actions_item)
263
+
264
+ agent_actions_success = cast(List[bool], d.pop("agent_actions_success", UNSET))
265
+
186
266
  queued_job_flow_status_modules_item = cls(
187
267
  type=type,
188
268
  id=id,
@@ -197,6 +277,8 @@ class QueuedJobFlowStatusModulesItem:
197
277
  approvers=approvers,
198
278
  failed_retries=failed_retries,
199
279
  skipped=skipped,
280
+ agent_actions=agent_actions,
281
+ agent_actions_success=agent_actions_success,
200
282
  )
201
283
 
202
284
  queued_job_flow_status_modules_item.additional_properties = d
@@ -0,0 +1,84 @@
1
+ from typing import Any, Dict, List, Type, TypeVar
2
+
3
+ from attrs import define as _attrs_define
4
+ from attrs import field as _attrs_field
5
+
6
+ from ..models.queued_job_flow_status_modules_item_agent_actions_item_type_0_type import (
7
+ QueuedJobFlowStatusModulesItemAgentActionsItemType0Type,
8
+ )
9
+
10
+ T = TypeVar("T", bound="QueuedJobFlowStatusModulesItemAgentActionsItemType0")
11
+
12
+
13
+ @_attrs_define
14
+ class QueuedJobFlowStatusModulesItemAgentActionsItemType0:
15
+ """
16
+ Attributes:
17
+ job_id (str):
18
+ function_name (str):
19
+ type (QueuedJobFlowStatusModulesItemAgentActionsItemType0Type):
20
+ module_id (str):
21
+ """
22
+
23
+ job_id: str
24
+ function_name: str
25
+ type: QueuedJobFlowStatusModulesItemAgentActionsItemType0Type
26
+ module_id: str
27
+ additional_properties: Dict[str, Any] = _attrs_field(init=False, factory=dict)
28
+
29
+ def to_dict(self) -> Dict[str, Any]:
30
+ job_id = self.job_id
31
+ function_name = self.function_name
32
+ type = self.type.value
33
+
34
+ module_id = self.module_id
35
+
36
+ field_dict: Dict[str, Any] = {}
37
+ field_dict.update(self.additional_properties)
38
+ field_dict.update(
39
+ {
40
+ "job_id": job_id,
41
+ "function_name": function_name,
42
+ "type": type,
43
+ "module_id": module_id,
44
+ }
45
+ )
46
+
47
+ return field_dict
48
+
49
+ @classmethod
50
+ def from_dict(cls: Type[T], src_dict: Dict[str, Any]) -> T:
51
+ d = src_dict.copy()
52
+ job_id = d.pop("job_id")
53
+
54
+ function_name = d.pop("function_name")
55
+
56
+ type = QueuedJobFlowStatusModulesItemAgentActionsItemType0Type(d.pop("type"))
57
+
58
+ module_id = d.pop("module_id")
59
+
60
+ queued_job_flow_status_modules_item_agent_actions_item_type_0 = cls(
61
+ job_id=job_id,
62
+ function_name=function_name,
63
+ type=type,
64
+ module_id=module_id,
65
+ )
66
+
67
+ queued_job_flow_status_modules_item_agent_actions_item_type_0.additional_properties = d
68
+ return queued_job_flow_status_modules_item_agent_actions_item_type_0
69
+
70
+ @property
71
+ def additional_keys(self) -> List[str]:
72
+ return list(self.additional_properties.keys())
73
+
74
+ def __getitem__(self, key: str) -> Any:
75
+ return self.additional_properties[key]
76
+
77
+ def __setitem__(self, key: str, value: Any) -> None:
78
+ self.additional_properties[key] = value
79
+
80
+ def __delitem__(self, key: str) -> None:
81
+ del self.additional_properties[key]
82
+
83
+ def __contains__(self, key: str) -> bool:
84
+ return key in self.additional_properties
@@ -0,0 +1,8 @@
1
+ from enum import Enum
2
+
3
+
4
+ class QueuedJobFlowStatusModulesItemAgentActionsItemType0Type(str, Enum):
5
+ TOOL_CALL = "tool_call"
6
+
7
+ def __str__(self) -> str:
8
+ return str(self.value)
@@ -0,0 +1,62 @@
1
+ from typing import Any, Dict, List, Type, TypeVar
2
+
3
+ from attrs import define as _attrs_define
4
+ from attrs import field as _attrs_field
5
+
6
+ from ..models.queued_job_flow_status_modules_item_agent_actions_item_type_1_type import (
7
+ QueuedJobFlowStatusModulesItemAgentActionsItemType1Type,
8
+ )
9
+
10
+ T = TypeVar("T", bound="QueuedJobFlowStatusModulesItemAgentActionsItemType1")
11
+
12
+
13
+ @_attrs_define
14
+ class QueuedJobFlowStatusModulesItemAgentActionsItemType1:
15
+ """
16
+ Attributes:
17
+ type (QueuedJobFlowStatusModulesItemAgentActionsItemType1Type):
18
+ """
19
+
20
+ type: QueuedJobFlowStatusModulesItemAgentActionsItemType1Type
21
+ additional_properties: Dict[str, Any] = _attrs_field(init=False, factory=dict)
22
+
23
+ def to_dict(self) -> Dict[str, Any]:
24
+ type = self.type.value
25
+
26
+ field_dict: Dict[str, Any] = {}
27
+ field_dict.update(self.additional_properties)
28
+ field_dict.update(
29
+ {
30
+ "type": type,
31
+ }
32
+ )
33
+
34
+ return field_dict
35
+
36
+ @classmethod
37
+ def from_dict(cls: Type[T], src_dict: Dict[str, Any]) -> T:
38
+ d = src_dict.copy()
39
+ type = QueuedJobFlowStatusModulesItemAgentActionsItemType1Type(d.pop("type"))
40
+
41
+ queued_job_flow_status_modules_item_agent_actions_item_type_1 = cls(
42
+ type=type,
43
+ )
44
+
45
+ queued_job_flow_status_modules_item_agent_actions_item_type_1.additional_properties = d
46
+ return queued_job_flow_status_modules_item_agent_actions_item_type_1
47
+
48
+ @property
49
+ def additional_keys(self) -> List[str]:
50
+ return list(self.additional_properties.keys())
51
+
52
+ def __getitem__(self, key: str) -> Any:
53
+ return self.additional_properties[key]
54
+
55
+ def __setitem__(self, key: str, value: Any) -> None:
56
+ self.additional_properties[key] = value
57
+
58
+ def __delitem__(self, key: str) -> None:
59
+ del self.additional_properties[key]
60
+
61
+ def __contains__(self, key: str) -> bool:
62
+ return key in self.additional_properties
@@ -0,0 +1,8 @@
1
+ from enum import Enum
2
+
3
+
4
+ class QueuedJobFlowStatusModulesItemAgentActionsItemType1Type(str, Enum):
5
+ MESSAGE = "message"
6
+
7
+ def __str__(self) -> str:
8
+ return str(self.value)