windmill-api 1.493.2__py3-none-any.whl → 1.493.3__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.

@@ -17,6 +17,7 @@ class CreateUserGloballyJsonBody:
17
17
  super_admin (bool):
18
18
  name (Union[Unset, str]):
19
19
  company (Union[Unset, str]):
20
+ skip_email (Union[Unset, bool]): Skip sending email notifications to the user
20
21
  """
21
22
 
22
23
  email: str
@@ -24,6 +25,7 @@ class CreateUserGloballyJsonBody:
24
25
  super_admin: bool
25
26
  name: Union[Unset, str] = UNSET
26
27
  company: Union[Unset, str] = UNSET
28
+ skip_email: Union[Unset, bool] = UNSET
27
29
  additional_properties: Dict[str, Any] = _attrs_field(init=False, factory=dict)
28
30
 
29
31
  def to_dict(self) -> Dict[str, Any]:
@@ -32,6 +34,7 @@ class CreateUserGloballyJsonBody:
32
34
  super_admin = self.super_admin
33
35
  name = self.name
34
36
  company = self.company
37
+ skip_email = self.skip_email
35
38
 
36
39
  field_dict: Dict[str, Any] = {}
37
40
  field_dict.update(self.additional_properties)
@@ -46,6 +49,8 @@ class CreateUserGloballyJsonBody:
46
49
  field_dict["name"] = name
47
50
  if company is not UNSET:
48
51
  field_dict["company"] = company
52
+ if skip_email is not UNSET:
53
+ field_dict["skip_email"] = skip_email
49
54
 
50
55
  return field_dict
51
56
 
@@ -62,12 +67,15 @@ class CreateUserGloballyJsonBody:
62
67
 
63
68
  company = d.pop("company", UNSET)
64
69
 
70
+ skip_email = d.pop("skip_email", UNSET)
71
+
65
72
  create_user_globally_json_body = cls(
66
73
  email=email,
67
74
  password=password,
68
75
  super_admin=super_admin,
69
76
  name=name,
70
77
  company=company,
78
+ skip_email=skip_email,
71
79
  )
72
80
 
73
81
  create_user_globally_json_body.additional_properties = d
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: windmill-api
3
- Version: 1.493.2
3
+ Version: 1.493.3
4
4
  Summary: A client library for accessing Windmill API
5
5
  License: Apache-2.0
6
6
  Author: Ruben Fiszel
@@ -851,7 +851,7 @@ windmill_api/models/create_template_script_json_body_relations_item.py,sha256=RF
851
851
  windmill_api/models/create_template_script_json_body_relations_item_table_to_track_item.py,sha256=ZrJO5DU0HaJ8STkUvBiP6UWwaJTbfCSUshvc4hBkCjM,2544
852
852
  windmill_api/models/create_token_impersonate_json_body.py,sha256=xXOofFUNlHSmxyLI0rHx8wB4lYZ-02Vfkmgf_U47_20,2909
853
853
  windmill_api/models/create_token_json_body.py,sha256=EQV--Yd3KEAuzAB8d3uLBxB3M1tSDKGw6zq3z_VBJNo,2924
854
- windmill_api/models/create_user_globally_json_body.py,sha256=MrDk6Voi0gHLvhzS48pwixj7wRZ05bu1Bce5J-sXsVc,2427
854
+ windmill_api/models/create_user_globally_json_body.py,sha256=x-MHfJUK-V3-4CnN6MMWD1LsuiO_pGaqO3dXJJwICRw,2763
855
855
  windmill_api/models/create_variable.py,sha256=IJcYEB53wQ8avSx0W_ZSYi1BZ9aZ1bserdFsrSQHkA8,3227
856
856
  windmill_api/models/create_variable_json_body.py,sha256=5qITUtE7-0T8tILyCMkpdzWUJmvnJxvqvyCSN5k-ytI,3273
857
857
  windmill_api/models/create_websocket_trigger_json_body.py,sha256=0D7080flNfdicfOP-ZML78MJAURZxYbBexRaxul81OU,7999
@@ -3967,7 +3967,7 @@ windmill_api/models/workspace_invite.py,sha256=HnAJWGv5LwxWkz1T3fhgHKIccO7RFC1li
3967
3967
  windmill_api/models/workspace_mute_critical_alerts_ui_json_body.py,sha256=y8ZwkWEZgavVc-FgLuZZ4z8YPCLxjPcMfdGdKjGM6VQ,1883
3968
3968
  windmill_api/py.typed,sha256=8ZJUsxZiuOy1oJeVhsTWQhTG_6pTVHVXk5hJL79ebTk,25
3969
3969
  windmill_api/types.py,sha256=GoYub3t4hQP2Yn5tsvShsBfIY3vHUmblU0MXszDx_V0,968
3970
- windmill_api-1.493.2.dist-info/LICENSE,sha256=qJVFNTaOevCeSY6NoXeUG1SPOwQ1K-PxVQ2iEWJzX-A,11348
3971
- windmill_api-1.493.2.dist-info/METADATA,sha256=nRPBvUBeH6wKuxouBF5--DERAaHtQw8KSZV9CGZ3xkA,5023
3972
- windmill_api-1.493.2.dist-info/WHEEL,sha256=d2fvjOD7sXsVzChCqf0Ty0JbHKBaLYwDbGQDwQTnJ50,88
3973
- windmill_api-1.493.2.dist-info/RECORD,,
3970
+ windmill_api-1.493.3.dist-info/LICENSE,sha256=qJVFNTaOevCeSY6NoXeUG1SPOwQ1K-PxVQ2iEWJzX-A,11348
3971
+ windmill_api-1.493.3.dist-info/METADATA,sha256=g2cRXqFZRDz0Z1i8ATBq8xFbsV1dMGxWClF260yjric,5023
3972
+ windmill_api-1.493.3.dist-info/WHEEL,sha256=d2fvjOD7sXsVzChCqf0Ty0JbHKBaLYwDbGQDwQTnJ50,88
3973
+ windmill_api-1.493.3.dist-info/RECORD,,