windmill-api 1.418.0__py3-none-any.whl → 1.419.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.
Files changed (56) hide show
  1. windmill_api/api/index_search/count_search_logs_index.py +211 -0
  2. windmill_api/api/index_search/search_logs_index.py +241 -0
  3. windmill_api/models/count_search_logs_index_response_200.py +85 -0
  4. windmill_api/models/count_search_logs_index_response_200_count_per_host.py +44 -0
  5. windmill_api/models/create_websocket_trigger_json_body.py +82 -0
  6. windmill_api/models/create_websocket_trigger_json_body_initial_messages_item_type_0.py +58 -0
  7. windmill_api/models/create_websocket_trigger_json_body_initial_messages_item_type_1.py +70 -0
  8. windmill_api/models/create_websocket_trigger_json_body_initial_messages_item_type_1_runnable_result.py +83 -0
  9. windmill_api/models/create_websocket_trigger_json_body_initial_messages_item_type_1_runnable_result_args.py +44 -0
  10. windmill_api/models/create_websocket_trigger_json_body_url_runnable_args.py +44 -0
  11. windmill_api/models/edit_websocket_trigger.py +71 -1
  12. windmill_api/models/edit_websocket_trigger_initial_messages_item_type_0.py +58 -0
  13. windmill_api/models/edit_websocket_trigger_initial_messages_item_type_1.py +68 -0
  14. windmill_api/models/edit_websocket_trigger_initial_messages_item_type_1_runnable_result.py +83 -0
  15. windmill_api/models/edit_websocket_trigger_initial_messages_item_type_1_runnable_result_args.py +44 -0
  16. windmill_api/models/edit_websocket_trigger_url_runnable_args.py +44 -0
  17. windmill_api/models/get_websocket_trigger_response_200.py +82 -0
  18. windmill_api/models/get_websocket_trigger_response_200_initial_messages_item_type_0.py +58 -0
  19. windmill_api/models/get_websocket_trigger_response_200_initial_messages_item_type_1.py +70 -0
  20. windmill_api/models/get_websocket_trigger_response_200_initial_messages_item_type_1_runnable_result.py +83 -0
  21. windmill_api/models/get_websocket_trigger_response_200_initial_messages_item_type_1_runnable_result_args.py +44 -0
  22. windmill_api/models/get_websocket_trigger_response_200_url_runnable_args.py +44 -0
  23. windmill_api/models/list_websocket_triggers_response_200_item.py +84 -0
  24. windmill_api/models/list_websocket_triggers_response_200_item_initial_messages_item_type_0.py +58 -0
  25. windmill_api/models/list_websocket_triggers_response_200_item_initial_messages_item_type_1.py +70 -0
  26. windmill_api/models/list_websocket_triggers_response_200_item_initial_messages_item_type_1_runnable_result.py +83 -0
  27. windmill_api/models/list_websocket_triggers_response_200_item_initial_messages_item_type_1_runnable_result_args.py +46 -0
  28. windmill_api/models/list_websocket_triggers_response_200_item_url_runnable_args.py +44 -0
  29. windmill_api/models/log_search_hit.py +58 -0
  30. windmill_api/models/new_websocket_trigger.py +66 -0
  31. windmill_api/models/new_websocket_trigger_initial_messages_item_type_0.py +58 -0
  32. windmill_api/models/new_websocket_trigger_initial_messages_item_type_1.py +68 -0
  33. windmill_api/models/new_websocket_trigger_initial_messages_item_type_1_runnable_result.py +83 -0
  34. windmill_api/models/new_websocket_trigger_initial_messages_item_type_1_runnable_result_args.py +44 -0
  35. windmill_api/models/new_websocket_trigger_url_runnable_args.py +44 -0
  36. windmill_api/models/search_logs_index_response_200.py +86 -0
  37. windmill_api/models/search_logs_index_response_200_hits_item.py +58 -0
  38. windmill_api/models/test_smtp_json_body_smtp.py +7 -0
  39. windmill_api/models/update_websocket_trigger_json_body.py +83 -1
  40. windmill_api/models/update_websocket_trigger_json_body_initial_messages_item_type_0.py +58 -0
  41. windmill_api/models/update_websocket_trigger_json_body_initial_messages_item_type_1.py +70 -0
  42. windmill_api/models/update_websocket_trigger_json_body_initial_messages_item_type_1_runnable_result.py +83 -0
  43. windmill_api/models/update_websocket_trigger_json_body_initial_messages_item_type_1_runnable_result_args.py +44 -0
  44. windmill_api/models/update_websocket_trigger_json_body_url_runnable_args.py +44 -0
  45. windmill_api/models/websocket_trigger.py +60 -0
  46. windmill_api/models/websocket_trigger_initial_message_type_0.py +58 -0
  47. windmill_api/models/websocket_trigger_initial_message_type_1_runnable_result_args.py +44 -0
  48. windmill_api/models/websocket_trigger_initial_messages_item_type_0.py +58 -0
  49. windmill_api/models/websocket_trigger_initial_messages_item_type_1.py +68 -0
  50. windmill_api/models/websocket_trigger_initial_messages_item_type_1_runnable_result.py +83 -0
  51. windmill_api/models/websocket_trigger_initial_messages_item_type_1_runnable_result_args.py +44 -0
  52. windmill_api/models/websocket_trigger_url_runnable_args.py +44 -0
  53. {windmill_api-1.418.0.dist-info → windmill_api-1.419.0.dist-info}/METADATA +1 -1
  54. {windmill_api-1.418.0.dist-info → windmill_api-1.419.0.dist-info}/RECORD +56 -12
  55. {windmill_api-1.418.0.dist-info → windmill_api-1.419.0.dist-info}/LICENSE +0 -0
  56. {windmill_api-1.418.0.dist-info → windmill_api-1.419.0.dist-info}/WHEEL +0 -0
@@ -0,0 +1,44 @@
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
+ T = TypeVar("T", bound="WebsocketTriggerInitialMessagesItemType1RunnableResultArgs")
7
+
8
+
9
+ @_attrs_define
10
+ class WebsocketTriggerInitialMessagesItemType1RunnableResultArgs:
11
+ """ """
12
+
13
+ additional_properties: Dict[str, Any] = _attrs_field(init=False, factory=dict)
14
+
15
+ def to_dict(self) -> Dict[str, Any]:
16
+ field_dict: Dict[str, Any] = {}
17
+ field_dict.update(self.additional_properties)
18
+ field_dict.update({})
19
+
20
+ return field_dict
21
+
22
+ @classmethod
23
+ def from_dict(cls: Type[T], src_dict: Dict[str, Any]) -> T:
24
+ d = src_dict.copy()
25
+ websocket_trigger_initial_messages_item_type_1_runnable_result_args = cls()
26
+
27
+ websocket_trigger_initial_messages_item_type_1_runnable_result_args.additional_properties = d
28
+ return websocket_trigger_initial_messages_item_type_1_runnable_result_args
29
+
30
+ @property
31
+ def additional_keys(self) -> List[str]:
32
+ return list(self.additional_properties.keys())
33
+
34
+ def __getitem__(self, key: str) -> Any:
35
+ return self.additional_properties[key]
36
+
37
+ def __setitem__(self, key: str, value: Any) -> None:
38
+ self.additional_properties[key] = value
39
+
40
+ def __delitem__(self, key: str) -> None:
41
+ del self.additional_properties[key]
42
+
43
+ def __contains__(self, key: str) -> bool:
44
+ return key in self.additional_properties
@@ -0,0 +1,44 @@
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
+ T = TypeVar("T", bound="WebsocketTriggerUrlRunnableArgs")
7
+
8
+
9
+ @_attrs_define
10
+ class WebsocketTriggerUrlRunnableArgs:
11
+ """ """
12
+
13
+ additional_properties: Dict[str, Any] = _attrs_field(init=False, factory=dict)
14
+
15
+ def to_dict(self) -> Dict[str, Any]:
16
+ field_dict: Dict[str, Any] = {}
17
+ field_dict.update(self.additional_properties)
18
+ field_dict.update({})
19
+
20
+ return field_dict
21
+
22
+ @classmethod
23
+ def from_dict(cls: Type[T], src_dict: Dict[str, Any]) -> T:
24
+ d = src_dict.copy()
25
+ websocket_trigger_url_runnable_args = cls()
26
+
27
+ websocket_trigger_url_runnable_args.additional_properties = d
28
+ return websocket_trigger_url_runnable_args
29
+
30
+ @property
31
+ def additional_keys(self) -> List[str]:
32
+ return list(self.additional_properties.keys())
33
+
34
+ def __getitem__(self, key: str) -> Any:
35
+ return self.additional_properties[key]
36
+
37
+ def __setitem__(self, key: str, value: Any) -> None:
38
+ self.additional_properties[key] = value
39
+
40
+ def __delitem__(self, key: str) -> None:
41
+ del self.additional_properties[key]
42
+
43
+ def __contains__(self, key: str) -> bool:
44
+ return key in self.additional_properties
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: windmill-api
3
- Version: 1.418.0
3
+ Version: 1.419.0
4
4
  Summary: A client library for accessing Windmill API
5
5
  License: Apache-2.0
6
6
  Author: Ruben Fiszel
@@ -123,7 +123,9 @@ windmill_api/api/http_trigger/get_http_trigger.py,sha256=GmUmv6swqV4HFgk5srhKwpP
123
123
  windmill_api/api/http_trigger/list_http_triggers.py,sha256=fhAT0M640wzrgOBUR8ANN--HGAif7-MkyvMxUOlQYQM,7022
124
124
  windmill_api/api/http_trigger/update_http_trigger.py,sha256=Tlgze6wtpZ6baz8hSLJNTib_TPNShoZ2mBXlupngixA,2891
125
125
  windmill_api/api/index_search/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
126
+ windmill_api/api/index_search/count_search_logs_index.py,sha256=HfojMPYG53TFdrybsNVFNwP_q86ji9_paJOUtwRb8mA,6183
126
127
  windmill_api/api/index_search/search_jobs_index.py,sha256=R36HpLYKtw05NavGU-oXB0h-DTleDRzq19j-dAaowtY,4511
128
+ windmill_api/api/index_search/search_logs_index.py,sha256=uHixXlL-C18uWi-1IbMAGBo5sghJbu0flEN1njZC7NI,7024
127
129
  windmill_api/api/input_/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
128
130
  windmill_api/api/input_/create_input.py,sha256=ld4CGfTUtmxuyjWuoR-MwvK_lA9xtPnr9H-rVZn3YhQ,3986
129
131
  windmill_api/api/input_/delete_input.py,sha256=FpZ2UYnKXWbNuu7q-e7WUdtca5GabWmmXlXoOqGakPw,2471
@@ -599,6 +601,8 @@ windmill_api/models/connect_slack_callback_instance_json_body.py,sha256=c0Rnk7V8
599
601
  windmill_api/models/connect_slack_callback_json_body.py,sha256=AopjAfEL44s4fFJeZFrhYznF-9k_Fo61T7yF4F6KeJw,1663
600
602
  windmill_api/models/contextual_variable.py,sha256=CYU0_ENlCZN9aD2hztezo1o0kkVCH-RYD46FIeWigeI,2010
601
603
  windmill_api/models/count_jobs_by_tag_response_200_item.py,sha256=AMJAY5SIA4BypdkB7EOpA45aYBjd95-Ae2v6GiTbjo4,1664
604
+ windmill_api/models/count_search_logs_index_response_200.py,sha256=xZiHIVCwj4EcSXv657YMqN9yJy8gpwrTLNRe602vgcU,3190
605
+ windmill_api/models/count_search_logs_index_response_200_count_per_host.py,sha256=HwuTlvhuCIVeOTg3zDRc1tTZyjKfgsvenuHW8Svl9pg,1444
602
606
  windmill_api/models/create_account_json_body.py,sha256=42H2HXa-7_1IcT72OXaiF8feh3R60_NYoGet8735Di8,2058
603
607
  windmill_api/models/create_app_json_body.py,sha256=tv4Fqsk6qE6HyfybPlWBZr1kKvvDDDovQiMxMazmuEE,2930
604
608
  windmill_api/models/create_app_json_body_policy.py,sha256=c5VO2nRogt8E9pccN7S9pe-tUWq0sRC23lBO0rgMtxc,4947
@@ -641,8 +645,13 @@ windmill_api/models/create_token_json_body.py,sha256=EQV--Yd3KEAuzAB8d3uLBxB3M1t
641
645
  windmill_api/models/create_user_globally_json_body.py,sha256=MrDk6Voi0gHLvhzS48pwixj7wRZ05bu1Bce5J-sXsVc,2427
642
646
  windmill_api/models/create_variable.py,sha256=IJcYEB53wQ8avSx0W_ZSYi1BZ9aZ1bserdFsrSQHkA8,3227
643
647
  windmill_api/models/create_variable_json_body.py,sha256=5qITUtE7-0T8tILyCMkpdzWUJmvnJxvqvyCSN5k-ytI,3273
644
- windmill_api/models/create_websocket_trigger_json_body.py,sha256=VOJ2zL6M8ju5RZywaAAp62AOtBwbqxCFWHfnC6u6k0A,3212
648
+ windmill_api/models/create_websocket_trigger_json_body.py,sha256=9yAlhg6vEj2FzQmKngckeT952oIl5jtNMjlgRdg9lFk,6955
645
649
  windmill_api/models/create_websocket_trigger_json_body_filters_item.py,sha256=0YOVijuD5EfH8tlBEnmzUEinc51QtNsuUsMUAkluetU,1724
650
+ windmill_api/models/create_websocket_trigger_json_body_initial_messages_item_type_0.py,sha256=-TDFDaI1NFYJSMYOWf4Zbv6tbJcjJw3o-vpu1JXnVVg,1726
651
+ windmill_api/models/create_websocket_trigger_json_body_initial_messages_item_type_1.py,sha256=P_i9rpvYLsvJPaNf8bjDCgV_ft2v8z4QapiiGoiPi7Q,2440
652
+ windmill_api/models/create_websocket_trigger_json_body_initial_messages_item_type_1_runnable_result.py,sha256=2k_h0vYKIY_RieUoKRAwQPPqPl2finqMPZ8XK9TYlu4,2731
653
+ windmill_api/models/create_websocket_trigger_json_body_initial_messages_item_type_1_runnable_result_args.py,sha256=o0Dl2Su7D7SzeAKJUfpuxdX89MYxFsv58_IC65Vi8ro,1548
654
+ windmill_api/models/create_websocket_trigger_json_body_url_runnable_args.py,sha256=OAFtivMu4oZtifEkw15s2mFnpaXTxFOVO5BYEKXXk00,1398
646
655
  windmill_api/models/create_workspace.py,sha256=WO8QwIF11s_Lxgode8eC59QmBsPiepnfes6vIMcJihs,1867
647
656
  windmill_api/models/create_workspace_json_body.py,sha256=EH0XdQbDncCaLa7qWY5peYzj3cZeUGSwmwyLa_09IDg,1913
648
657
  windmill_api/models/decline_invite_json_body.py,sha256=APY6WrYS2XvpWr0TefDZUSgNN-1gICXnmDHmit9MI88,1553
@@ -771,8 +780,13 @@ windmill_api/models/edit_schedule_retry_exponential.py,sha256=Bk6iUxztHB7d6Vz7nU
771
780
  windmill_api/models/edit_slack_command_json_body.py,sha256=EY_Rh0I3xIlwjYqoJcM-KTHLS-xSx78jWihtMRNno2U,1754
772
781
  windmill_api/models/edit_variable.py,sha256=__0sMsabcqq0wbxCR87WecRHp2NSzxFJUmofT6Up7_w,2323
773
782
  windmill_api/models/edit_webhook_json_body.py,sha256=dabl1MMH7ckA2108RA_bGcg-J_51NomeBJshulM5X-o,1583
774
- windmill_api/models/edit_websocket_trigger.py,sha256=nISHORSJr50thxGcBULR5QoztiXW7jlYyGUGeyiH3zU,2782
783
+ windmill_api/models/edit_websocket_trigger.py,sha256=CRKRUoC_rnjrbV6r9U6xU_o3u9Vhzf8x6F25WBNG3FM,6088
775
784
  windmill_api/models/edit_websocket_trigger_filters_item.py,sha256=-POer0QJaV45tolvTrwrrcrYqtl9kotlPnUhTu2kjE0,1668
785
+ windmill_api/models/edit_websocket_trigger_initial_messages_item_type_0.py,sha256=c66awEdnvL8JdBojbQwj7wABfowT9WedrjfX-UC5UmQ,1670
786
+ windmill_api/models/edit_websocket_trigger_initial_messages_item_type_1.py,sha256=J1Um0xiXFDUlSNRV-j9Od0YB4GWCACSfOHba5Yfdb-g,2288
787
+ windmill_api/models/edit_websocket_trigger_initial_messages_item_type_1_runnable_result.py,sha256=HCCb5mnZWgEf3AJhB9iRoxSIysQxfxi7z8uIzl-gw-8,2601
788
+ windmill_api/models/edit_websocket_trigger_initial_messages_item_type_1_runnable_result_args.py,sha256=WxdoPNbeDi9sY90hKf716JGNHyuRoXYSCZaCRzW8wNM,1492
789
+ windmill_api/models/edit_websocket_trigger_url_runnable_args.py,sha256=GivVgB46SpARr2vstx6GDDFF14w1okR6IBB_UX1GQlI,1342
776
790
  windmill_api/models/edit_workspace_default_app_json_body.py,sha256=hs3168lbSVyFtxrgTvTFhPTT2W0dOwA7kOosgDUFhXI,1748
777
791
  windmill_api/models/edit_workspace_deploy_ui_settings_json_body.py,sha256=2RMLswPTR7JJRJi7cTzy96k-Tp_tmxQJdlgGxgOqMn4,2728
778
792
  windmill_api/models/edit_workspace_deploy_ui_settings_json_body_deploy_ui_settings.py,sha256=yLSmZ1940K1JBfoTQr16Sc1go-y3pGDg236hZmnvGeY,3177
@@ -2061,9 +2075,14 @@ windmill_api/models/get_used_triggers_response_200.py,sha256=AKtJsRa7-P4-H4tZ625
2061
2075
  windmill_api/models/get_user_response_200.py,sha256=1EIw1zAOf66Max-mO0gq6YE9QyN83U2paS5iT3GQT9k,3646
2062
2076
  windmill_api/models/get_variable_response_200.py,sha256=3WK2IMm6-Jr7tvy-jfOFrt1eMIUXVQyLzTcogJZQZlw,5430
2063
2077
  windmill_api/models/get_variable_response_200_extra_perms.py,sha256=NkIQGAWfX954BcR6UBrYbATENEmbWT7-8639NOeTtdE,1330
2064
- windmill_api/models/get_websocket_trigger_response_200.py,sha256=8gEhLx6VrI8yHbbZUroaqEuHx2cEuNhdaCLpJpmu6e8,5810
2078
+ windmill_api/models/get_websocket_trigger_response_200.py,sha256=6bQ8kFNzBjUu54AWoclebssIV8tVUV-dOZU5BjiMmNQ,9553
2065
2079
  windmill_api/models/get_websocket_trigger_response_200_extra_perms.py,sha256=pRzAa8jXG5D_2gB2scjbHsrozVUjFnRzZgrvfP_Bmfo,1373
2066
2080
  windmill_api/models/get_websocket_trigger_response_200_filters_item.py,sha256=t6-Nregsn3ExhgWzNFRnQRAyVGO_9rf_4yCWO_jpnHk,1724
2081
+ windmill_api/models/get_websocket_trigger_response_200_initial_messages_item_type_0.py,sha256=dPnORPf3vJMNmeAFq9Z1_zEeGQmqULYY3LlE3M39D54,1726
2082
+ windmill_api/models/get_websocket_trigger_response_200_initial_messages_item_type_1.py,sha256=9hdA8ONLgWFN5r6AMq-wieWeAQXcSrZD9TYy6U-H2ho,2440
2083
+ windmill_api/models/get_websocket_trigger_response_200_initial_messages_item_type_1_runnable_result.py,sha256=mxGaXifjgFcRgXXw7ZHaVesaFn7F9loLo9QD2vRCgqs,2731
2084
+ windmill_api/models/get_websocket_trigger_response_200_initial_messages_item_type_1_runnable_result_args.py,sha256=4GJ5nSYWU0PrkZMp-xW7frDlIvz8TVU3tU8DFPu7D_4,1548
2085
+ windmill_api/models/get_websocket_trigger_response_200_url_runnable_args.py,sha256=P0Egqqfsc4SvXyRNPjiRZEYr-nxd9a29lNHrucRhqsc,1398
2067
2086
  windmill_api/models/get_workspace_default_app_response_200.py,sha256=FKINlHD6u4qyUDJgJjDuDIyIsWAuvRdPKYQA9s_Y00g,1758
2068
2087
  windmill_api/models/get_workspace_encryption_key_response_200.py,sha256=Fvs0c2FiaRvYp_qRzJ4xj-gQ-2mF58Ae5dOol6Onuow,1544
2069
2088
  windmill_api/models/git_repository_settings.py,sha256=tO-Ggwbyvy4tiGGeIcgku8QNXXhLsZjIv0X7gZWNb6M,3985
@@ -2836,9 +2855,14 @@ windmill_api/models/list_users_response_200_item.py,sha256=J7_wItdtNe1D2WiA4Xrcn
2836
2855
  windmill_api/models/list_users_usage_response_200_item.py,sha256=0ZKMktaSC_LTPolx1JXEEwINvWmf03Tl4OKSakKf6JU,1910
2837
2856
  windmill_api/models/list_variable_response_200_item.py,sha256=nrPTcHabE71NPFFws-4Zl-7I8u1JOZacAabbiVdLjfk,5495
2838
2857
  windmill_api/models/list_variable_response_200_item_extra_perms.py,sha256=Tx5hXdRHxg4SBN__jLzKf5cT09WbuLSmuOgDDkaKBlU,1358
2839
- windmill_api/models/list_websocket_triggers_response_200_item.py,sha256=a70nohguaMqP9_Dq-sBRoUI_-IGCd357Tc_s-6Vznzk,6015
2858
+ windmill_api/models/list_websocket_triggers_response_200_item.py,sha256=83cxbJltduRe5jr7zGwDiiK9PUHG76SmFOLMFEiK6hM,9961
2840
2859
  windmill_api/models/list_websocket_triggers_response_200_item_extra_perms.py,sha256=_cTl7paU0ENy9JF0xdoXAB66XfkIGMNNebYIIS1X9Mg,1406
2841
2860
  windmill_api/models/list_websocket_triggers_response_200_item_filters_item.py,sha256=-pwVHt2Vao8qMm5LRkDItiYouZs82j8PtCaxM88spXk,1757
2861
+ windmill_api/models/list_websocket_triggers_response_200_item_initial_messages_item_type_0.py,sha256=SxOaH3Y4w1hcIBnrTvODBAh9NRgvs5MLd_uxVp4ZVRA,1759
2862
+ windmill_api/models/list_websocket_triggers_response_200_item_initial_messages_item_type_1.py,sha256=R8i3x_j_UTVRAqgDOWjIH9z4FCKPbfoMKnpQT5_GGRM,2517
2863
+ windmill_api/models/list_websocket_triggers_response_200_item_initial_messages_item_type_1_runnable_result.py,sha256=xCZ-wiZGxq31U0ZZETRWthYuBN30rYiTOvzIgYHC8DE,2808
2864
+ windmill_api/models/list_websocket_triggers_response_200_item_initial_messages_item_type_1_runnable_result_args.py,sha256=Tm3PJPuzNpdw4qHKdpjeDHRSlNBWAim6fWkzNG9vPBc,1605
2865
+ windmill_api/models/list_websocket_triggers_response_200_item_url_runnable_args.py,sha256=aR7EMwQpYjum5n57_ueo4wVRrW5Ib87q9RcaK6garSk,1431
2842
2866
  windmill_api/models/list_worker_groups_response_200_item.py,sha256=w_PZKDxTlz3OBBTitMFwj0N040mfkd7HFsEuvhThTgQ,1691
2843
2867
  windmill_api/models/list_workers_response_200_item.py,sha256=UMwiyS89d7Y8sfKplbFAAHeaSE0UQ4KWgpyIrwNXZbM,6954
2844
2868
  windmill_api/models/list_workspace_invites_response_200_item.py,sha256=vIkLzbVL9ANye2rvrBWxECFUFAyTwBZ1qe8-J2cSPCE,2149
@@ -2857,6 +2881,7 @@ windmill_api/models/load_file_metadata_response_200.py,sha256=NggKsh-6uMj07SWnhi
2857
2881
  windmill_api/models/load_file_preview_response_200.py,sha256=cvqfLlkgTWLHCexILwu3DA-0QcfYTCyW8NMjlHtx8Gs,2307
2858
2882
  windmill_api/models/load_file_preview_response_200_content_type.py,sha256=AIp0F_XNVgiUqF3ZMXvcEIShsIhzEFEs3Ia5CZ1YVjw,230
2859
2883
  windmill_api/models/load_table_row_count_response_200.py,sha256=lMJcjpJTzOkQQUVlSMElhSG-LaablH6NMhb56HqSHw8,1616
2884
+ windmill_api/models/log_search_hit.py,sha256=ehb-h8RKysCLwVfvnB2e9Q4bRWRuSofJT67w6imSX50,1534
2860
2885
  windmill_api/models/login.py,sha256=8kYSPOr_V5qjayFZCD9ddCuT38VXsHNPW_OkCpYPlY0,1576
2861
2886
  windmill_api/models/login_json_body.py,sha256=hLOZv-B3Z-QihGO5os3pEurzNBNDbfbxLyoEbvJauYk,1622
2862
2887
  windmill_api/models/login_with_oauth_json_body.py,sha256=Py7cg3OgmtpEV4XHTtuYEPXl8cave-9SaJIAA1wbNNo,1802
@@ -2899,8 +2924,13 @@ windmill_api/models/new_script_with_draft_language.py,sha256=fpdgOD5tlvc6tQpcX2I
2899
2924
  windmill_api/models/new_script_with_draft_schema.py,sha256=jDYRyPisWlZtHbRMtO6Gt7D4xx9Qcg_UCHSCbn9vbYs,1284
2900
2925
  windmill_api/models/new_token.py,sha256=nVlHs1c4g88Kfu3qvlkYtw9YLulJiyARia_aDlVu36Q,2863
2901
2926
  windmill_api/models/new_token_impersonate.py,sha256=GABdQQzrVzDGwCePOSnGZCuOLLhufr0I4BRdzzs_YeU,2848
2902
- windmill_api/models/new_websocket_trigger.py,sha256=dfzY5hVW1gPHzBxaV5zjaYWwhYRPW84hMj6ryUd7KoE,3070
2927
+ windmill_api/models/new_websocket_trigger.py,sha256=FHuBl5zGmYoih4P4HX7cYArF86-kuqAg2QQhirxHqx4,6309
2903
2928
  windmill_api/models/new_websocket_trigger_filters_item.py,sha256=50_gt5fyW8wQ6qlfYopSP0rZ6r4HJ9bkuPW7u6D8WK4,1663
2929
+ windmill_api/models/new_websocket_trigger_initial_messages_item_type_0.py,sha256=dI4q3RyA6xnlZwipd3pwNayyOKp9GxHSofBgbWmUi5k,1665
2930
+ windmill_api/models/new_websocket_trigger_initial_messages_item_type_1.py,sha256=5kfF_YRJ7YvRJ5nqHiRwMDKctNXx1OEsP5v0BVe841w,2276
2931
+ windmill_api/models/new_websocket_trigger_initial_messages_item_type_1_runnable_result.py,sha256=Iq5TdnxmIEYiO1lxfZf6W-ZSLI6vSEf4TQDcTUFs3qc,2589
2932
+ windmill_api/models/new_websocket_trigger_initial_messages_item_type_1_runnable_result_args.py,sha256=k9TMC9d09kDudaUL2ol305eqTsS_fnOMSV12SalQ4ls,1487
2933
+ windmill_api/models/new_websocket_trigger_url_runnable_args.py,sha256=0Hm6_jg0rEnut2qkPKiAvqX2S7qlu1AwNJyEJl7kMbE,1337
2904
2934
  windmill_api/models/obscured_job.py,sha256=UddRXVc4mPMo0wHE2rvhVnF3GdGp9B5yTAvFZ1T3i_k,2469
2905
2935
  windmill_api/models/open_flow.py,sha256=avdBcz55eMSgHN7wjxm-NMeJ5Dof6lgoYBd0gTbjCys,2815
2906
2936
  windmill_api/models/open_flow_schema.py,sha256=rYgPCTvE9xleDbsgt6CCNt7gBH_iuV5r39cDjvmUum8,1228
@@ -3284,6 +3314,8 @@ windmill_api/models/script_schema.py,sha256=GXPOBoQ3f0rw_DVnfAOJLfXc1R7Fkmxzzjd0
3284
3314
  windmill_api/models/search_jobs_index_response_200.py,sha256=G5l9sg4Q57_rei_DIl-gU6T1CuB0QAj-yGUeWva1uK0,3873
3285
3315
  windmill_api/models/search_jobs_index_response_200_hits_item.py,sha256=Gw1Bkl02LdWrjEYlNSP3Tg5DpxsZkPuMDRdQ2vuzNQ4,1656
3286
3316
  windmill_api/models/search_jobs_index_response_200_query_parse_errors_item.py,sha256=K1j5yPGqaAB5XIMlsSP4F3g4w8g6gdDTS1DMoEJQVEY,1722
3317
+ windmill_api/models/search_logs_index_response_200.py,sha256=uXwOAxVQEvaM-97PP8UTe91hTEWvE9Nx1IGmtq2VJ0E,2960
3318
+ windmill_api/models/search_logs_index_response_200_hits_item.py,sha256=BjRCX0Xwna32gEbU6g8EeEYeJIEsZsCzEaATKiazKFk,1656
3287
3319
  windmill_api/models/set_automatic_billing_json_body.py,sha256=p-SLFxZuSkXRwFJ1_vtoJZ2CMw-KWvzSllZmvZgYlIw,1917
3288
3320
  windmill_api/models/set_default_error_or_recovery_handler_json_body.py,sha256=ab0CokO7IvhG6P1EDb6xy9guK2hXUw2dI4NzOFMBr1o,4902
3289
3321
  windmill_api/models/set_default_error_or_recovery_handler_json_body_extra_args.py,sha256=VPC3QYWtVHsHv1xf8gzBfRPocbCcVGD_3AoxAxScXZc,1424
@@ -3305,7 +3337,7 @@ windmill_api/models/test_critical_channels_json_body_item.py,sha256=0ewf8YnQ97Bn
3305
3337
  windmill_api/models/test_license_key_json_body.py,sha256=ztZyCZ2-4graejAx27M6NaILgsz3tAVXUHeE8L2IKSs,1551
3306
3338
  windmill_api/models/test_object_storage_config_json_body.py,sha256=8hs2BhGwf4zG2AueTdCileLEVqh8IPKL0cCof7RH9WQ,1322
3307
3339
  windmill_api/models/test_smtp_json_body.py,sha256=1EnU2xqXl2GQ3QmZ68cuyV08h1KxzKbw5aVYrCMZxgM,1830
3308
- windmill_api/models/test_smtp_json_body_smtp.py,sha256=7YBl1VyhrBKqHKaJZnRGAvnqA4jNLKznob7mjkIcsf8,2351
3340
+ windmill_api/models/test_smtp_json_body_smtp.py,sha256=8fDDqj9vT6-NGxbATM6SquS7tkzSItr5KdJ996BGL1g,2565
3309
3341
  windmill_api/models/timeseries_metric.py,sha256=lEh6phLe8osZpD0gnfZ6esqbCZQ8DG1qhp2ygt63Wj4,2360
3310
3342
  windmill_api/models/timeseries_metric_values_item.py,sha256=eyL1fDGwrnzV4XRrxtoeZTYHSnWUZrLJxLh_qysG9cE,1808
3311
3343
  windmill_api/models/toggle_workspace_error_handler_for_flow_json_body.py,sha256=1vXElVe0Pg_HD3os014JuQk9m1Z-pXFcqZ34YmPN1zA,1690
@@ -3349,16 +3381,28 @@ windmill_api/models/update_script_history_json_body.py,sha256=NbzKPozXuao9W_nfuE
3349
3381
  windmill_api/models/update_tutorial_progress_json_body.py,sha256=_9TW14AiLcdQl_O0bhRWO3ZBMupOCA5p2rRAEnSM8Ag,1652
3350
3382
  windmill_api/models/update_user_json_body.py,sha256=305gbqcehnNd2vc1AtkkEfd_64Pbi7upzrouQWOAdjU,2129
3351
3383
  windmill_api/models/update_variable_json_body.py,sha256=W7XVPn83xzqy3YsNJtRNlzUUpoCOdszg7ApRopCGmvE,2379
3352
- windmill_api/models/update_websocket_trigger_json_body.py,sha256=e3a5DVEwLzX4KQUVWrnNyTTMF9INZ6IJiLyC-OS4Nck,2912
3384
+ windmill_api/models/update_websocket_trigger_json_body.py,sha256=W-nJxmapXfAkpQWa2MMwsp36CNpThVkEXUtWJldI_m8,6662
3353
3385
  windmill_api/models/update_websocket_trigger_json_body_filters_item.py,sha256=fjK6AsrSk7yKOqZneDFjPl_oWJBM1t9mS1MC9sBE1Dc,1724
3386
+ windmill_api/models/update_websocket_trigger_json_body_initial_messages_item_type_0.py,sha256=-gIgTc_OYVclhCoW3XEvnBR-9h_shYDHzx_oyvC53n0,1726
3387
+ windmill_api/models/update_websocket_trigger_json_body_initial_messages_item_type_1.py,sha256=RAC77kImpoOhUy9hXQfh8xb34a-rJ5TtJpe5ottcf1A,2440
3388
+ windmill_api/models/update_websocket_trigger_json_body_initial_messages_item_type_1_runnable_result.py,sha256=Rhhwhf8f6f4ox7BDU3Lbr2-GNgbfiqB74KqrMmqQ9gI,2731
3389
+ windmill_api/models/update_websocket_trigger_json_body_initial_messages_item_type_1_runnable_result_args.py,sha256=EJLVIg8amn79vaPc37z7rug8FH1MkpZom_twdQL8Ues,1548
3390
+ windmill_api/models/update_websocket_trigger_json_body_url_runnable_args.py,sha256=8ZKejEynzpnEaOWjfXzpTBzCneSQtgoKL5a2gl2N4CA,1398
3354
3391
  windmill_api/models/upload_file_part.py,sha256=WcPclcP3eFnArJDLZo5hXuOQ8f2nEWJHpeOtaWNH2P0,1637
3355
3392
  windmill_api/models/user.py,sha256=XE320ZRk7Kcv2PSsvMwT14KPKzf1pSHfZrCtLlNJyyQ,3567
3356
3393
  windmill_api/models/user_usage.py,sha256=3ePY0rntlxIaDIe7iKA7U-taV3OIsR90QWH71zOW6FY,1798
3357
3394
  windmill_api/models/user_workspace_list.py,sha256=5xDEkP2JoQEzVmY444NGT-wIeColo4aespbGBFZYGnQ,2325
3358
3395
  windmill_api/models/user_workspace_list_workspaces_item.py,sha256=UMxS0Axgdreu2ILRK6v-v1szMQCWhR0y4wIRE5x0r9M,1830
3359
- windmill_api/models/websocket_trigger.py,sha256=VtYxLyCY0XHluL_WSQRBV0vQ2FxXnnFk6m_KS0AohwU,5523
3396
+ windmill_api/models/websocket_trigger.py,sha256=0tXkTW4JfcL7ZiTlH2Jugpqi58riP0kJuAgRunhpyQc,8602
3360
3397
  windmill_api/models/websocket_trigger_extra_perms.py,sha256=qKA9RR-E4lwQTM6Iu07Z6wvI_lMuoc6iWnqBEPGTbPU,1294
3361
3398
  windmill_api/models/websocket_trigger_filters_item.py,sha256=Taenpp5uO6de_H3edj0-Bd9yb7zBKRnnihjK14AsqNs,1645
3399
+ windmill_api/models/websocket_trigger_initial_message_type_0.py,sha256=uq3wISjKOoaJQ4N990v9MEOnq_Ph72VdkDuI-ZE8_1U,1619
3400
+ windmill_api/models/websocket_trigger_initial_message_type_1_runnable_result_args.py,sha256=2_RoHzgYBkeIn_Yvdil4koBID_BFFVllZiI_PVJ4fQg,1441
3401
+ windmill_api/models/websocket_trigger_initial_messages_item_type_0.py,sha256=gdTaFSSCwWAWDuQxez0vBR6m0HpH6e7DwGAePv9Ur5Q,1647
3402
+ windmill_api/models/websocket_trigger_initial_messages_item_type_1.py,sha256=GB8RnqVfcIXr2tvrCQRFzF43fSsYq8w299M-ahGG_YY,2235
3403
+ windmill_api/models/websocket_trigger_initial_messages_item_type_1_runnable_result.py,sha256=4f19YTGDyvbIe67RIABshjgYpLa5_LNCqrAt-dxaE_Q,2548
3404
+ windmill_api/models/websocket_trigger_initial_messages_item_type_1_runnable_result_args.py,sha256=bKRCbLpHVVwKnLEWbx-Z_Mm1CLw4DulYKgYRrMNWpaI,1469
3405
+ windmill_api/models/websocket_trigger_url_runnable_args.py,sha256=4OnWFbW38kvjh1-Q040HafkGgNmoxX-tHlIz00_5Ic8,1319
3362
3406
  windmill_api/models/whileloop_flow.py,sha256=9FWqxjDGN34VYerxewVcfvU51xx4u8RcVVIsCkleonI,3133
3363
3407
  windmill_api/models/whileloop_flow_modules_item.py,sha256=60gIl98z93A5s-s-xjCT1zxJsb1gFmXrDYcWcSTP_rA,11444
3364
3408
  windmill_api/models/whileloop_flow_modules_item_mock.py,sha256=WRH2fAn9rYi0L2I9Jbgs_FHMiPCyoeTjb1vpLvAgVK8,1944
@@ -3403,7 +3447,7 @@ windmill_api/models/workspace_git_sync_settings_repositories_item_exclude_types_
3403
3447
  windmill_api/models/workspace_invite.py,sha256=HnAJWGv5LwxWkz1T3fhgHKIccO7RFC1lixwUUXG6CXs,2037
3404
3448
  windmill_api/py.typed,sha256=8ZJUsxZiuOy1oJeVhsTWQhTG_6pTVHVXk5hJL79ebTk,25
3405
3449
  windmill_api/types.py,sha256=GoYub3t4hQP2Yn5tsvShsBfIY3vHUmblU0MXszDx_V0,968
3406
- windmill_api-1.418.0.dist-info/LICENSE,sha256=qJVFNTaOevCeSY6NoXeUG1SPOwQ1K-PxVQ2iEWJzX-A,11348
3407
- windmill_api-1.418.0.dist-info/METADATA,sha256=VD6T5Ex0cs7Cu6WXirDxDl9dNb9eG20_vrGy5dGUsFY,5023
3408
- windmill_api-1.418.0.dist-info/WHEEL,sha256=d2fvjOD7sXsVzChCqf0Ty0JbHKBaLYwDbGQDwQTnJ50,88
3409
- windmill_api-1.418.0.dist-info/RECORD,,
3450
+ windmill_api-1.419.0.dist-info/LICENSE,sha256=qJVFNTaOevCeSY6NoXeUG1SPOwQ1K-PxVQ2iEWJzX-A,11348
3451
+ windmill_api-1.419.0.dist-info/METADATA,sha256=txTWV6dk0SH0VvIoFMSXs5l2CubdldsCpFpiH_YruaY,5023
3452
+ windmill_api-1.419.0.dist-info/WHEEL,sha256=d2fvjOD7sXsVzChCqf0Ty0JbHKBaLYwDbGQDwQTnJ50,88
3453
+ windmill_api-1.419.0.dist-info/RECORD,,