amsdal 0.5.20__cp311-cp311-macosx_10_9_universal2.whl → 0.5.21__cp311-cp311-macosx_10_9_universal2.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 amsdal might be problematic. Click here for more details.
- amsdal/__about__.py +1 -1
- amsdal/cloud/__init__.cpython-311-darwin.so +0 -0
- amsdal/cloud/client.cpython-311-darwin.so +0 -0
- amsdal/cloud/constants.cpython-311-darwin.so +0 -0
- amsdal/cloud/enums.cpython-311-darwin.so +0 -0
- amsdal/cloud/models/__init__.cpython-311-darwin.so +0 -0
- amsdal/cloud/models/base.cpython-311-darwin.so +0 -0
- amsdal/cloud/services/__init__.cpython-311-darwin.so +0 -0
- amsdal/cloud/services/actions/__init__.cpython-311-darwin.so +0 -0
- amsdal/cloud/services/actions/add_allowlist_ip.cpython-311-darwin.so +0 -0
- amsdal/cloud/services/actions/add_basic_auth.cpython-311-darwin.so +0 -0
- amsdal/cloud/services/actions/add_dependency.cpython-311-darwin.so +0 -0
- amsdal/cloud/services/actions/add_secret.cpython-311-darwin.so +0 -0
- amsdal/cloud/services/actions/base.cpython-311-darwin.so +0 -0
- amsdal/cloud/services/actions/create_deploy.cpython-311-darwin.so +0 -0
- amsdal/cloud/services/actions/create_env.cpython-311-darwin.so +0 -0
- amsdal/cloud/services/actions/create_session.cpython-311-darwin.so +0 -0
- amsdal/cloud/services/actions/delete_allowlist_ip.cpython-311-darwin.so +0 -0
- amsdal/cloud/services/actions/delete_basic_auth.cpython-311-darwin.so +0 -0
- amsdal/cloud/services/actions/delete_dependency.cpython-311-darwin.so +0 -0
- amsdal/cloud/services/actions/delete_env.cpython-311-darwin.so +0 -0
- amsdal/cloud/services/actions/delete_secret.cpython-311-darwin.so +0 -0
- amsdal/cloud/services/actions/destroy_deploy.cpython-311-darwin.so +0 -0
- amsdal/cloud/services/actions/expose_db.cpython-311-darwin.so +0 -0
- amsdal/cloud/services/actions/get_basic_auth_credentials.cpython-311-darwin.so +0 -0
- amsdal/cloud/services/actions/get_monitoring_info.cpython-311-darwin.so +0 -0
- amsdal/cloud/services/actions/list_dependencies.cpython-311-darwin.so +0 -0
- amsdal/cloud/services/actions/list_deploys.cpython-311-darwin.so +0 -0
- amsdal/cloud/services/actions/list_envs.cpython-311-darwin.so +0 -0
- amsdal/cloud/services/actions/list_secrets.cpython-311-darwin.so +0 -0
- amsdal/cloud/services/actions/manager.cpython-311-darwin.so +0 -0
- amsdal/cloud/services/actions/signup_action.cpython-311-darwin.so +0 -0
- amsdal/cloud/services/actions/update_deploy.cpython-311-darwin.so +0 -0
- amsdal/cloud/services/auth/__init__.cpython-311-darwin.so +0 -0
- amsdal/cloud/services/auth/base.cpython-311-darwin.so +0 -0
- amsdal/cloud/services/auth/credentials.cpython-311-darwin.so +0 -0
- amsdal/cloud/services/auth/manager.cpython-311-darwin.so +0 -0
- amsdal/cloud/services/auth/signup_service.cpython-311-darwin.so +0 -0
- amsdal/cloud/services/auth/token.cpython-311-darwin.so +0 -0
- amsdal/contrib/__init__.cpython-311-darwin.so +0 -0
- amsdal/contrib/frontend_configs/migrations/0002_add_button_and_invoke_actions.py +314 -0
- amsdal/contrib/frontend_configs/models/frontend_config_control_action.py +57 -1
- amsdal/contrib/frontend_configs/models/frontend_control_config.py +10 -1
- amsdal/fixtures/__init__.cpython-311-darwin.so +0 -0
- amsdal/fixtures/manager.cpython-311-darwin.so +0 -0
- amsdal/fixtures/utils.cpython-311-darwin.so +0 -0
- amsdal/manager.cpython-311-darwin.so +0 -0
- amsdal/mixins/__init__.cpython-311-darwin.so +0 -0
- amsdal/mixins/class_versions_mixin.cpython-311-darwin.so +0 -0
- amsdal/schemas/manager.cpython-311-darwin.so +0 -0
- amsdal/services/transaction_execution.cpython-311-darwin.so +0 -0
- {amsdal-0.5.20.dist-info → amsdal-0.5.21.dist-info}/METADATA +1 -1
- {amsdal-0.5.20.dist-info → amsdal-0.5.21.dist-info}/RECORD +56 -55
- {amsdal-0.5.20.dist-info → amsdal-0.5.21.dist-info}/WHEEL +0 -0
- {amsdal-0.5.20.dist-info → amsdal-0.5.21.dist-info}/licenses/LICENSE.txt +0 -0
- {amsdal-0.5.20.dist-info → amsdal-0.5.21.dist-info}/top_level.txt +0 -0
amsdal/__about__.py
CHANGED
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -0,0 +1,314 @@
|
|
|
1
|
+
from amsdal_models.migration import migrations
|
|
2
|
+
from amsdal_utils.models.enums import ModuleType
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
class Migration(migrations.Migration):
|
|
6
|
+
operations: list[migrations.Operation] = [
|
|
7
|
+
migrations.CreateClass(
|
|
8
|
+
module_type=ModuleType.CONTRIB,
|
|
9
|
+
class_name="UpdateValueAction",
|
|
10
|
+
new_schema={
|
|
11
|
+
"title": "UpdateValueAction",
|
|
12
|
+
"type": "FrontendConfigSkipNoneBase",
|
|
13
|
+
"required": ["type", "field_id", "value"],
|
|
14
|
+
"properties": {
|
|
15
|
+
"type": {
|
|
16
|
+
"type": "string",
|
|
17
|
+
"options": [{"key": "update_value", "value": "update_value"}],
|
|
18
|
+
"title": "Type",
|
|
19
|
+
"enum": ["update_value"],
|
|
20
|
+
},
|
|
21
|
+
"field_id": {"type": "string", "title": "Field ID"},
|
|
22
|
+
"value": {"type": "anything", "title": "Value"},
|
|
23
|
+
},
|
|
24
|
+
"meta_class": "TypeMeta",
|
|
25
|
+
"custom_code": "from typing import Any\n\nfrom amsdal.contrib.frontend_configs.models.frontend_config_skip_none_base import *\n\n\ndef model_dump(self, **kwargs: Any) -> dict[str, Any]:\n kwargs['exclude_none'] = True\n return super().model_dump(**kwargs)\n\ndef model_dump_json(self, **kwargs: Any) -> str:\n kwargs['exclude_none'] = True\n return super().model_dump_json(**kwargs)",
|
|
26
|
+
"storage_metadata": {"table_name": "UpdateValueAction", "db_fields": {}, "foreign_keys": {}},
|
|
27
|
+
},
|
|
28
|
+
),
|
|
29
|
+
migrations.CreateClass(
|
|
30
|
+
module_type=ModuleType.CONTRIB,
|
|
31
|
+
class_name="InvokeAction",
|
|
32
|
+
new_schema={
|
|
33
|
+
"title": "InvokeAction",
|
|
34
|
+
"type": "FrontendConfigSkipNoneBase",
|
|
35
|
+
"required": ["type", "method", "url"],
|
|
36
|
+
"properties": {
|
|
37
|
+
"type": {
|
|
38
|
+
"type": "string",
|
|
39
|
+
"options": [{"key": "invoke", "value": "invoke"}],
|
|
40
|
+
"title": "Type",
|
|
41
|
+
"enum": ["invoke"],
|
|
42
|
+
},
|
|
43
|
+
"method": {
|
|
44
|
+
"type": "string",
|
|
45
|
+
"title": "HTTP Method",
|
|
46
|
+
"enum": ["GET", "POST", "PUT", "PATCH", "DELETE"],
|
|
47
|
+
"options": [
|
|
48
|
+
{"key": "GET", "value": "GET"},
|
|
49
|
+
{"key": "POST", "value": "POST"},
|
|
50
|
+
{"key": "PUT", "value": "PUT"},
|
|
51
|
+
{"key": "PATCH", "value": "PATCH"},
|
|
52
|
+
{"key": "DELETE", "value": "DELETE"},
|
|
53
|
+
],
|
|
54
|
+
},
|
|
55
|
+
"url": {"type": "string", "title": "URL"},
|
|
56
|
+
"headers": {"type": "dict", "title": "Headers"},
|
|
57
|
+
"body": {"type": "dict", "title": "Body"},
|
|
58
|
+
"onSuccess": {
|
|
59
|
+
"type": "array",
|
|
60
|
+
"items": {"type": "anything"},
|
|
61
|
+
"title": "On Success Actions",
|
|
62
|
+
},
|
|
63
|
+
"onError": {
|
|
64
|
+
"type": "array",
|
|
65
|
+
"items": {"type": "anything"},
|
|
66
|
+
"title": "On Error Actions",
|
|
67
|
+
},
|
|
68
|
+
},
|
|
69
|
+
"meta_class": "TypeMeta",
|
|
70
|
+
"custom_code": "from typing import Any\n\nfrom amsdal.contrib.frontend_configs.models.frontend_config_skip_none_base import *\n\n\ndef model_dump(self, **kwargs: Any) -> dict[str, Any]:\n kwargs['exclude_none'] = True\n return super().model_dump(**kwargs)\n\ndef model_dump_json(self, **kwargs: Any) -> str:\n kwargs['exclude_none'] = True\n return super().model_dump_json(**kwargs)",
|
|
71
|
+
"storage_metadata": {"table_name": "InvokeAction", "db_fields": {}, "foreign_keys": {}},
|
|
72
|
+
},
|
|
73
|
+
),
|
|
74
|
+
migrations.CreateClass(
|
|
75
|
+
module_type=ModuleType.CONTRIB,
|
|
76
|
+
class_name="ChangeContextAction",
|
|
77
|
+
new_schema={
|
|
78
|
+
"title": "ChangeContextAction",
|
|
79
|
+
"type": "FrontendConfigSkipNoneBase",
|
|
80
|
+
"required": ["type", "context"],
|
|
81
|
+
"properties": {
|
|
82
|
+
"type": {
|
|
83
|
+
"type": "string",
|
|
84
|
+
"options": [{"key": "change_context", "value": "change_context"}],
|
|
85
|
+
"title": "Type",
|
|
86
|
+
"enum": ["change_context"],
|
|
87
|
+
},
|
|
88
|
+
"context": {"type": "dict", "title": "Context"},
|
|
89
|
+
},
|
|
90
|
+
"meta_class": "TypeMeta",
|
|
91
|
+
"custom_code": "from typing import Any\n\nfrom amsdal.contrib.frontend_configs.models.frontend_config_skip_none_base import *\n\n\ndef model_dump(self, **kwargs: Any) -> dict[str, Any]:\n kwargs['exclude_none'] = True\n return super().model_dump(**kwargs)\n\ndef model_dump_json(self, **kwargs: Any) -> str:\n kwargs['exclude_none'] = True\n return super().model_dump_json(**kwargs)",
|
|
92
|
+
"storage_metadata": {"table_name": "ChangeContextAction", "db_fields": {}, "foreign_keys": {}},
|
|
93
|
+
},
|
|
94
|
+
),
|
|
95
|
+
migrations.CreateClass(
|
|
96
|
+
module_type=ModuleType.CONTRIB,
|
|
97
|
+
class_name="SaveAction",
|
|
98
|
+
new_schema={
|
|
99
|
+
"title": "SaveAction",
|
|
100
|
+
"type": "FrontendConfigSkipNoneBase",
|
|
101
|
+
"required": ["type"],
|
|
102
|
+
"properties": {
|
|
103
|
+
"type": {
|
|
104
|
+
"type": "string",
|
|
105
|
+
"options": [{"key": "save", "value": "save"}],
|
|
106
|
+
"title": "Type",
|
|
107
|
+
"enum": ["save"],
|
|
108
|
+
},
|
|
109
|
+
},
|
|
110
|
+
"meta_class": "TypeMeta",
|
|
111
|
+
"custom_code": "from typing import Any\n\nfrom amsdal.contrib.frontend_configs.models.frontend_config_skip_none_base import *\n\n\ndef model_dump(self, **kwargs: Any) -> dict[str, Any]:\n kwargs['exclude_none'] = True\n return super().model_dump(**kwargs)\n\ndef model_dump_json(self, **kwargs: Any) -> str:\n kwargs['exclude_none'] = True\n return super().model_dump_json(**kwargs)",
|
|
112
|
+
"storage_metadata": {"table_name": "SaveAction", "db_fields": {}, "foreign_keys": {}},
|
|
113
|
+
},
|
|
114
|
+
),
|
|
115
|
+
migrations.UpdateClass(
|
|
116
|
+
module_type=ModuleType.CONTRIB,
|
|
117
|
+
class_name="FrontendControlConfig",
|
|
118
|
+
old_schema={
|
|
119
|
+
"title": "FrontendControlConfig",
|
|
120
|
+
"type": "FrontendConfigSkipNoneBase",
|
|
121
|
+
"required": ["type", "name"],
|
|
122
|
+
"properties": {
|
|
123
|
+
"type": {
|
|
124
|
+
"type": "string",
|
|
125
|
+
"options": [
|
|
126
|
+
{"key": "Bytes", "value": "Bytes"},
|
|
127
|
+
{"key": "array", "value": "array"},
|
|
128
|
+
{"key": "checkbox", "value": "checkbox"},
|
|
129
|
+
{"key": "date", "value": "date"},
|
|
130
|
+
{"key": "dateTriplet", "value": "dateTriplet"},
|
|
131
|
+
{"key": "datetime", "value": "datetime"},
|
|
132
|
+
{"key": "dict", "value": "dict"},
|
|
133
|
+
{"key": "dropzone", "value": "dropzone"},
|
|
134
|
+
{"key": "email", "value": "email"},
|
|
135
|
+
{"key": "file", "value": "file"},
|
|
136
|
+
{"key": "group", "value": "group"},
|
|
137
|
+
{"key": "group_switch", "value": "group_switch"},
|
|
138
|
+
{"key": "group_toggle", "value": "group_toggle"},
|
|
139
|
+
{"key": "info-group", "value": "info-group"},
|
|
140
|
+
{"key": "infoscreen", "value": "infoscreen"},
|
|
141
|
+
{"key": "multiselect", "value": "multiselect"},
|
|
142
|
+
{"key": "number", "value": "number"},
|
|
143
|
+
{"key": "number-operations", "value": "number-operations"},
|
|
144
|
+
{"key": "number-slider", "value": "number-slider"},
|
|
145
|
+
{"key": "number_equals", "value": "number_equals"},
|
|
146
|
+
{"key": "number_initial", "value": "number_initial"},
|
|
147
|
+
{"key": "number_minus", "value": "number_minus"},
|
|
148
|
+
{"key": "number_plus", "value": "number_plus"},
|
|
149
|
+
{"key": "object", "value": "object"},
|
|
150
|
+
{"key": "object_group", "value": "object_group"},
|
|
151
|
+
{"key": "object_latest", "value": "object_latest"},
|
|
152
|
+
{"key": "password", "value": "password"},
|
|
153
|
+
{"key": "phone", "value": "phone"},
|
|
154
|
+
{"key": "radio", "value": "radio"},
|
|
155
|
+
{"key": "select", "value": "select"},
|
|
156
|
+
{"key": "text", "value": "text"},
|
|
157
|
+
{"key": "textarea", "value": "textarea"},
|
|
158
|
+
{"key": "time", "value": "time"},
|
|
159
|
+
{"key": "toggle", "value": "toggle"},
|
|
160
|
+
{"key": "sections", "value": "sections"},
|
|
161
|
+
{"key": "section", "value": "section"},
|
|
162
|
+
],
|
|
163
|
+
"title": "Type",
|
|
164
|
+
"enum": [
|
|
165
|
+
"Bytes",
|
|
166
|
+
"array",
|
|
167
|
+
"checkbox",
|
|
168
|
+
"date",
|
|
169
|
+
"dateTriplet",
|
|
170
|
+
"datetime",
|
|
171
|
+
"dict",
|
|
172
|
+
"dropzone",
|
|
173
|
+
"email",
|
|
174
|
+
"file",
|
|
175
|
+
"group",
|
|
176
|
+
"group_switch",
|
|
177
|
+
"group_toggle",
|
|
178
|
+
"info-group",
|
|
179
|
+
"infoscreen",
|
|
180
|
+
"multiselect",
|
|
181
|
+
"number",
|
|
182
|
+
"number-operations",
|
|
183
|
+
"number-slider",
|
|
184
|
+
"number_equals",
|
|
185
|
+
"number_initial",
|
|
186
|
+
"number_minus",
|
|
187
|
+
"number_plus",
|
|
188
|
+
"object",
|
|
189
|
+
"object_group",
|
|
190
|
+
"object_latest",
|
|
191
|
+
"password",
|
|
192
|
+
"phone",
|
|
193
|
+
"radio",
|
|
194
|
+
"select",
|
|
195
|
+
"text",
|
|
196
|
+
"textarea",
|
|
197
|
+
"time",
|
|
198
|
+
"toggle",
|
|
199
|
+
"sections",
|
|
200
|
+
"section",
|
|
201
|
+
],
|
|
202
|
+
},
|
|
203
|
+
"name": {"type": "string", "title": "Name"},
|
|
204
|
+
"actions": {
|
|
205
|
+
"type": "array",
|
|
206
|
+
"items": {"type": "FrontendConfigControlAction", "title": "FrontendConfigControlAction"},
|
|
207
|
+
"title": "Actions",
|
|
208
|
+
},
|
|
209
|
+
},
|
|
210
|
+
"meta_class": "TypeMeta",
|
|
211
|
+
"storage_metadata": {"table_name": "FrontendControlConfig", "db_fields": {}, "foreign_keys": {}},
|
|
212
|
+
},
|
|
213
|
+
new_schema={
|
|
214
|
+
"title": "FrontendControlConfig",
|
|
215
|
+
"type": "FrontendConfigSkipNoneBase",
|
|
216
|
+
"required": ["type", "name"],
|
|
217
|
+
"properties": {
|
|
218
|
+
"type": {
|
|
219
|
+
"type": "string",
|
|
220
|
+
"options": [
|
|
221
|
+
{"key": "Bytes", "value": "Bytes"},
|
|
222
|
+
{"key": "array", "value": "array"},
|
|
223
|
+
{"key": "button", "value": "button"},
|
|
224
|
+
{"key": "chat", "value": "chat"},
|
|
225
|
+
{"key": "checkbox", "value": "checkbox"},
|
|
226
|
+
{"key": "date", "value": "date"},
|
|
227
|
+
{"key": "dateTriplet", "value": "dateTriplet"},
|
|
228
|
+
{"key": "datetime", "value": "datetime"},
|
|
229
|
+
{"key": "dict", "value": "dict"},
|
|
230
|
+
{"key": "dropzone", "value": "dropzone"},
|
|
231
|
+
{"key": "email", "value": "email"},
|
|
232
|
+
{"key": "file", "value": "file"},
|
|
233
|
+
{"key": "group", "value": "group"},
|
|
234
|
+
{"key": "group_switch", "value": "group_switch"},
|
|
235
|
+
{"key": "group_toggle", "value": "group_toggle"},
|
|
236
|
+
{"key": "info-group", "value": "info-group"},
|
|
237
|
+
{"key": "infoscreen", "value": "infoscreen"},
|
|
238
|
+
{"key": "multiselect", "value": "multiselect"},
|
|
239
|
+
{"key": "number", "value": "number"},
|
|
240
|
+
{"key": "number-operations", "value": "number-operations"},
|
|
241
|
+
{"key": "number-slider", "value": "number-slider"},
|
|
242
|
+
{"key": "number_equals", "value": "number_equals"},
|
|
243
|
+
{"key": "number_initial", "value": "number_initial"},
|
|
244
|
+
{"key": "number_minus", "value": "number_minus"},
|
|
245
|
+
{"key": "number_plus", "value": "number_plus"},
|
|
246
|
+
{"key": "object", "value": "object"},
|
|
247
|
+
{"key": "object_group", "value": "object_group"},
|
|
248
|
+
{"key": "object_latest", "value": "object_latest"},
|
|
249
|
+
{"key": "password", "value": "password"},
|
|
250
|
+
{"key": "phone", "value": "phone"},
|
|
251
|
+
{"key": "radio", "value": "radio"},
|
|
252
|
+
{"key": "select", "value": "select"},
|
|
253
|
+
{"key": "text", "value": "text"},
|
|
254
|
+
{"key": "textarea", "value": "textarea"},
|
|
255
|
+
{"key": "time", "value": "time"},
|
|
256
|
+
{"key": "toggle", "value": "toggle"},
|
|
257
|
+
{"key": "sections", "value": "sections"},
|
|
258
|
+
{"key": "section", "value": "section"},
|
|
259
|
+
],
|
|
260
|
+
"title": "Type",
|
|
261
|
+
"enum": [
|
|
262
|
+
"Bytes",
|
|
263
|
+
"array",
|
|
264
|
+
"button",
|
|
265
|
+
"chat",
|
|
266
|
+
"checkbox",
|
|
267
|
+
"date",
|
|
268
|
+
"dateTriplet",
|
|
269
|
+
"datetime",
|
|
270
|
+
"dict",
|
|
271
|
+
"dropzone",
|
|
272
|
+
"email",
|
|
273
|
+
"file",
|
|
274
|
+
"group",
|
|
275
|
+
"group_switch",
|
|
276
|
+
"group_toggle",
|
|
277
|
+
"info-group",
|
|
278
|
+
"infoscreen",
|
|
279
|
+
"multiselect",
|
|
280
|
+
"number",
|
|
281
|
+
"number-operations",
|
|
282
|
+
"number-slider",
|
|
283
|
+
"number_equals",
|
|
284
|
+
"number_initial",
|
|
285
|
+
"number_minus",
|
|
286
|
+
"number_plus",
|
|
287
|
+
"object",
|
|
288
|
+
"object_group",
|
|
289
|
+
"object_latest",
|
|
290
|
+
"password",
|
|
291
|
+
"phone",
|
|
292
|
+
"radio",
|
|
293
|
+
"select",
|
|
294
|
+
"text",
|
|
295
|
+
"textarea",
|
|
296
|
+
"time",
|
|
297
|
+
"toggle",
|
|
298
|
+
"sections",
|
|
299
|
+
"section",
|
|
300
|
+
],
|
|
301
|
+
},
|
|
302
|
+
"name": {"type": "string", "title": "Name"},
|
|
303
|
+
"actions": {
|
|
304
|
+
"type": "array",
|
|
305
|
+
"items": {"type": "anything"},
|
|
306
|
+
"title": "Actions",
|
|
307
|
+
},
|
|
308
|
+
},
|
|
309
|
+
"meta_class": "TypeMeta",
|
|
310
|
+
"custom_code": "from typing import Any\n\nfrom amsdal.contrib.frontend_configs.models.frontend_config_skip_none_base import *\n\n\ndef model_dump(self, **kwargs: Any) -> dict[str, Any]:\n kwargs['exclude_none'] = True\n return super().model_dump(**kwargs)\n\ndef model_dump_json(self, **kwargs: Any) -> str:\n kwargs['exclude_none'] = True\n return super().model_dump_json(**kwargs)",
|
|
311
|
+
"storage_metadata": {"table_name": "FrontendControlConfig", "db_fields": {}, "foreign_keys": {}},
|
|
312
|
+
},
|
|
313
|
+
),
|
|
314
|
+
]
|
|
@@ -1,15 +1,27 @@
|
|
|
1
1
|
from typing import Any
|
|
2
2
|
from typing import ClassVar
|
|
3
|
+
from typing import Literal
|
|
3
4
|
|
|
4
5
|
from amsdal_models.builder.validators.options_validators import validate_options
|
|
5
6
|
from amsdal_utils.models.enums import ModuleType
|
|
7
|
+
from pydantic import Field
|
|
6
8
|
from pydantic import field_validator
|
|
7
|
-
from pydantic.fields import Field
|
|
8
9
|
|
|
9
10
|
from amsdal.contrib.frontend_configs.models.frontend_config_skip_none_base import * # noqa: F403
|
|
10
11
|
|
|
12
|
+
__all__ = [
|
|
13
|
+
'ActionType',
|
|
14
|
+
'ChangeContextAction',
|
|
15
|
+
'FrontendConfigControlAction',
|
|
16
|
+
'InvokeAction',
|
|
17
|
+
'SaveAction',
|
|
18
|
+
'UpdateValueAction',
|
|
19
|
+
]
|
|
20
|
+
|
|
11
21
|
|
|
12
22
|
class FrontendConfigControlAction(FrontendConfigSkipNoneBase): # noqa: F405
|
|
23
|
+
"""Navigation action for form controls (backward compatible)."""
|
|
24
|
+
|
|
13
25
|
__module_type__: ClassVar[ModuleType] = ModuleType.CONTRIB
|
|
14
26
|
action: str = Field(title='Action')
|
|
15
27
|
text: str = Field(title='Text')
|
|
@@ -52,3 +64,47 @@ class FrontendConfigControlAction(FrontendConfigSkipNoneBase): # noqa: F405
|
|
|
52
64
|
msg = 'Action must be one of: goPrev, goNext, goNextWithSubmit, submit, submitWithDataLayer, navigate::{string}' # noqa: E501
|
|
53
65
|
raise ValueError(msg)
|
|
54
66
|
return v
|
|
67
|
+
|
|
68
|
+
|
|
69
|
+
class UpdateValueAction(FrontendConfigSkipNoneBase): # noqa: F405
|
|
70
|
+
"""Action to update a field value (used in onSuccess callbacks)."""
|
|
71
|
+
|
|
72
|
+
__module_type__: ClassVar[ModuleType] = ModuleType.CONTRIB
|
|
73
|
+
type: Literal['update_value'] = Field(title='Type')
|
|
74
|
+
field_id: str = Field(title='Field ID')
|
|
75
|
+
value: Any = Field(title='Value')
|
|
76
|
+
|
|
77
|
+
|
|
78
|
+
class InvokeAction(FrontendConfigSkipNoneBase): # noqa: F405
|
|
79
|
+
"""Action to invoke an API endpoint."""
|
|
80
|
+
|
|
81
|
+
__module_type__: ClassVar[ModuleType] = ModuleType.CONTRIB
|
|
82
|
+
type: Literal['invoke'] = Field(title='Type')
|
|
83
|
+
method: Literal['GET', 'POST', 'PUT', 'PATCH', 'DELETE'] = Field(title='HTTP Method')
|
|
84
|
+
url: str = Field(title='URL')
|
|
85
|
+
headers: dict[str, str] | None = Field(None, title='Headers')
|
|
86
|
+
body: dict[str, Any] | None = Field(None, title='Body')
|
|
87
|
+
onSuccess: list['ActionType'] | None = Field(None, title='On Success Actions') # noqa: N815
|
|
88
|
+
onError: list['ActionType'] | None = Field(None, title='On Error Actions') # noqa: N815
|
|
89
|
+
|
|
90
|
+
|
|
91
|
+
class ChangeContextAction(FrontendConfigSkipNoneBase): # noqa: F405
|
|
92
|
+
"""Action to change the context."""
|
|
93
|
+
|
|
94
|
+
__module_type__: ClassVar[ModuleType] = ModuleType.CONTRIB
|
|
95
|
+
type: Literal['change_context'] = Field(title='Type')
|
|
96
|
+
context: dict[str, Any] = Field(title='Context')
|
|
97
|
+
|
|
98
|
+
|
|
99
|
+
class SaveAction(FrontendConfigSkipNoneBase): # noqa: F405
|
|
100
|
+
"""Action to save data."""
|
|
101
|
+
|
|
102
|
+
__module_type__: ClassVar[ModuleType] = ModuleType.CONTRIB
|
|
103
|
+
type: Literal['save'] = Field(title='Type')
|
|
104
|
+
|
|
105
|
+
|
|
106
|
+
# Union type for all action types - discriminated by 'type' field
|
|
107
|
+
ActionType = FrontendConfigControlAction | InvokeAction | UpdateValueAction | ChangeContextAction | SaveAction
|
|
108
|
+
|
|
109
|
+
# Rebuild model to handle forward references
|
|
110
|
+
InvokeAction.model_rebuild()
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
from typing import TYPE_CHECKING
|
|
1
2
|
from typing import Any
|
|
2
3
|
from typing import ClassVar
|
|
3
4
|
from typing import Literal
|
|
@@ -15,9 +16,14 @@ from amsdal.contrib.frontend_configs.models.frontend_config_slider_option import
|
|
|
15
16
|
from amsdal.contrib.frontend_configs.models.frontend_config_text_mask import * # noqa: F403
|
|
16
17
|
from amsdal.contrib.frontend_configs.models.frontend_config_validator import * # noqa: F403
|
|
17
18
|
|
|
19
|
+
if TYPE_CHECKING:
|
|
20
|
+
from amsdal.contrib.frontend_configs.models.frontend_config_control_action import ActionType
|
|
21
|
+
|
|
18
22
|
ConfigType = Literal[
|
|
19
23
|
'Bytes',
|
|
20
24
|
'array',
|
|
25
|
+
'button',
|
|
26
|
+
'chat',
|
|
21
27
|
'checkbox',
|
|
22
28
|
'date',
|
|
23
29
|
'dateTriplet',
|
|
@@ -77,7 +83,7 @@ class FrontendControlConfig(FrontendConfigSkipNoneBase): # noqa: F405
|
|
|
77
83
|
label: str | None = Field(None, title='Label')
|
|
78
84
|
required: bool | None = Field(None, title='Required')
|
|
79
85
|
hideLabel: bool | None = Field(None, title='Hide Label') # noqa: N815
|
|
80
|
-
actions: list[
|
|
86
|
+
actions: list[ActionType] | None = Field(None, title='Actions') # noqa: F405
|
|
81
87
|
validators: list['FrontendConfigValidator'] | None = Field(None, title='Validators') # noqa: F405
|
|
82
88
|
asyncValidators: list['FrontendConfigAsyncValidator'] | None = Field( # noqa: F405, N815
|
|
83
89
|
None,
|
|
@@ -96,3 +102,6 @@ class FrontendControlConfig(FrontendConfigSkipNoneBase): # noqa: F405
|
|
|
96
102
|
control: Optional['FrontendControlConfig'] = Field(None, title='Control')
|
|
97
103
|
entityType: str | None = Field(None, title='Entity Type') # noqa: N815
|
|
98
104
|
condition: Condition | None = Field(None, title='Condition') # noqa: F405
|
|
105
|
+
|
|
106
|
+
|
|
107
|
+
FrontendControlConfig.model_rebuild()
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -1,14 +1,9 @@
|
|
|
1
|
-
amsdal-0.5.20.dist-info/RECORD,,
|
|
2
|
-
amsdal-0.5.20.dist-info/WHEEL,sha256=EOGtw-LpzLQPCSF3QP-yT4xdfA0v97p09Et-l29cEBs,114
|
|
3
|
-
amsdal-0.5.20.dist-info/top_level.txt,sha256=VPQLnOP3mf7q0JuQ_vPZYQyPNGKd_uc6ouz-hZRkhSk,7
|
|
4
|
-
amsdal-0.5.20.dist-info/METADATA,sha256=YDpdiTaeGtMmX0K_6sXzeBZ6wRg3-p2XjlhM_gB4CVk,57623
|
|
5
|
-
amsdal-0.5.20.dist-info/licenses/LICENSE.txt,sha256=hG-541PFYfNJi9WRZi_hno91UyqNg7YLK8LR3vLblZA,27355
|
|
6
1
|
amsdal/manager.pyi,sha256=aRX-FO3KIozgaoJg3_pAVJjPAW9PL8hMiYvaTJ_kp5E,9466
|
|
7
2
|
amsdal/__init__.pyi,sha256=4FIq7rQKQXoDNIzrDxtklKrbPcE2qqKU8W0jp8Mld6Q,741
|
|
8
3
|
amsdal/__init__.py,sha256=eg_kMNcJSTvb8Q32AstCARJURBhrlIVmE12Dgq0nOUk,742
|
|
9
|
-
amsdal/manager.cpython-311-darwin.so,sha256=
|
|
4
|
+
amsdal/manager.cpython-311-darwin.so,sha256=054t3OR4DtnvczSpRURaG7Iu4_5sEOAHJzLPITSp3C8,518288
|
|
10
5
|
amsdal/Third-Party Materials - AMSDAL Dependencies - License Notices.md,sha256=3YRsqickIvSW7EmjlC-yk5h-YW_GMzAz7wsT9ZPIiaM,74780
|
|
11
|
-
amsdal/__about__.py,sha256=
|
|
6
|
+
amsdal/__about__.py,sha256=W4PD0Jx1wCTNLv0iGpW_3OiFuWdt9n6NQQ663s6ksJI,125
|
|
12
7
|
amsdal/errors.pyi,sha256=mcuGsQMWaIUmC9GJDIkf99dQMMsCfBy6OI_UB3NSNmc,597
|
|
13
8
|
amsdal/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
14
9
|
amsdal/errors.py,sha256=pZZKIklaDkh8jdFSAfX81TbiylvbaE70nttRjTcTSBk,616
|
|
@@ -23,8 +18,8 @@ amsdal/context/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
|
23
18
|
amsdal/context/manager.py,sha256=CKGY75P2y-TCnZvK5p9NJsDgHo8KXHSE0Eg5AGRjnfk,1850
|
|
24
19
|
amsdal/mixins/class_versions_mixin.pyi,sha256=oSXjkTsN35d-3YgCckclhk7xRkljKHLYtN8a8gJgj2o,548
|
|
25
20
|
amsdal/mixins/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
26
|
-
amsdal/mixins/__init__.cpython-311-darwin.so,sha256=
|
|
27
|
-
amsdal/mixins/class_versions_mixin.cpython-311-darwin.so,sha256=
|
|
21
|
+
amsdal/mixins/__init__.cpython-311-darwin.so,sha256=yuw4WQ5GAJ8E2v0xypX_jYUq85sc_nxqyHkv0iRHrl4,120656
|
|
22
|
+
amsdal/mixins/class_versions_mixin.cpython-311-darwin.so,sha256=43n-e44SXIcQKDRg4FY7o30Q1u7ONTQgqTI2Y7EAsCg,180576
|
|
28
23
|
amsdal/utils/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
29
24
|
amsdal/utils/contrib_paths.py,sha256=9BpNegbPofuvaQ4bE4E5cO4IV415ZZJkTqSLHUruJ3k,787
|
|
30
25
|
amsdal/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
@@ -50,7 +45,7 @@ amsdal/models/core/class_property.py,sha256=HFIMb0DE8bhmRf_l45VeJJD_tE85eUZ---IP
|
|
|
50
45
|
amsdal/models/core/class_object.py,sha256=Y5sdatrNZK1jkMImyeRFTxeUonuzJaDCKZzULZvJIHw,1487
|
|
51
46
|
amsdal/contrib/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
52
47
|
amsdal/contrib/app_config.pyi,sha256=j3MYfBcn9MzhTagEczGWfVH9N5jrfiKmUhxZMoakojw,149
|
|
53
|
-
amsdal/contrib/__init__.cpython-311-darwin.so,sha256=
|
|
48
|
+
amsdal/contrib/__init__.cpython-311-darwin.so,sha256=qd2g9XhrSdmTN_vK4yA8k3a-qOH-c9FDlH3SnKKnzEg,120656
|
|
54
49
|
amsdal/contrib/app_config.py,sha256=RT3RAEE49XtzuFTXYNVuaqU9V4YIl0ZWZijtXgV-SC4,131
|
|
55
50
|
amsdal/contrib/auth/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
56
51
|
amsdal/contrib/auth/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
@@ -80,17 +75,18 @@ amsdal/contrib/frontend_configs/utils.pyi,sha256=0LuzznNZ4NjuYYXsApfubjUpkG8EVwq
|
|
|
80
75
|
amsdal/contrib/frontend_configs/app.pyi,sha256=Bxdz0kmOF-Poaf2wmoJdgWYmHaStFyOFYTko3b3GpTY,723
|
|
81
76
|
amsdal/contrib/frontend_configs/utils.py,sha256=IruaUNl4xkOr2IIFzlvrmi06vEu3CWx49GzLBsrCFU0,1103
|
|
82
77
|
amsdal/contrib/frontend_configs/app.py,sha256=fY4GukBM6GKSZExT0EgddTamLfUJHwQZS8tOwVQyeSY,836
|
|
78
|
+
amsdal/contrib/frontend_configs/migrations/0002_add_button_and_invoke_actions.py,sha256=sq8QQLndmrGe6dNOork5eZTCHSnn79-Pdw75eGqkz9U,17020
|
|
83
79
|
amsdal/contrib/frontend_configs/migrations/0000_initial.py,sha256=-Vg5u__gvbOaz3tMOVVj_V086nb_D6IoC1Ji6ClkUoE,18952
|
|
84
80
|
amsdal/contrib/frontend_configs/migrations/0001_update_frontend_control_config.py,sha256=4mvgb2IyOWfi3cT4tnrM8lFVmoT3qR064anHpcUz028,17229
|
|
85
81
|
amsdal/contrib/frontend_configs/lifecycle/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
86
82
|
amsdal/contrib/frontend_configs/lifecycle/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
87
83
|
amsdal/contrib/frontend_configs/lifecycle/consumer.pyi,sha256=kRNenTrKfswS8Y3UY6XYQ03WlCuo9LFk8WIJxm--cAk,4168
|
|
88
84
|
amsdal/contrib/frontend_configs/lifecycle/consumer.py,sha256=Uq_I-t-HmQDXBoaK4wzj1PWTziYbrjXigwrh_qYnJUM,11487
|
|
89
|
-
amsdal/contrib/frontend_configs/models/frontend_config_control_action.py,sha256=
|
|
85
|
+
amsdal/contrib/frontend_configs/models/frontend_config_control_action.py,sha256=kD7IxC0wDuKHI9Ib162FlmSmMmxzkF2y-gI7PDoFoR8,4103
|
|
90
86
|
amsdal/contrib/frontend_configs/models/frontend_config_option.py,sha256=n4ZcI7RDwNCpeT5gGLuNJeHzJlhqyf7U5BD4V4wbUv4,448
|
|
91
87
|
amsdal/contrib/frontend_configs/models/frontend_model_config.py,sha256=UTvp-RvPnci4F7RdRj60hZXgEjSqvNhkfwdbw7ju_sU,517
|
|
92
88
|
amsdal/contrib/frontend_configs/models/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
93
|
-
amsdal/contrib/frontend_configs/models/frontend_control_config.py,sha256=
|
|
89
|
+
amsdal/contrib/frontend_configs/models/frontend_control_config.py,sha256=PMWazz1CLJdCxeTSRpC4qYqg7ZVoksAl_1OvsR9VGZA,4085
|
|
94
90
|
amsdal/contrib/frontend_configs/models/frontend_config_group_validator.py,sha256=vJ36_Xmweygi5UXAL6wOXLi6sGe2rkUcsmT7WzgXuAU,974
|
|
95
91
|
amsdal/contrib/frontend_configs/models/frontend_config_slider_option.py,sha256=bixZRd4x4zcxykMXC3obYDp8DHORRR3BEBcqaZGcHHo,510
|
|
96
92
|
amsdal/contrib/frontend_configs/models/frontend_config_text_mask.py,sha256=EEonXV4HyxiVq4AkvIxKtzXhiDYeplexMWzNSQeYpoc,583
|
|
@@ -108,7 +104,7 @@ amsdal/schemas/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
|
108
104
|
amsdal/schemas/repository.pyi,sha256=e6YUXO248WmhWkkXWt828JrFzIJ9alTPqjXqbktjeWw,1443
|
|
109
105
|
amsdal/schemas/interfaces.pyi,sha256=jUXLEKIa_af9Qrv9a4UvfRmsUV78N921i4dDXKHPaQk,725
|
|
110
106
|
amsdal/schemas/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
111
|
-
amsdal/schemas/manager.cpython-311-darwin.so,sha256=
|
|
107
|
+
amsdal/schemas/manager.cpython-311-darwin.so,sha256=7t4GlqDhVd7xmLt7YkTCsrYhoZtvS3EjyHDN3IB3WSs,120656
|
|
112
108
|
amsdal/schemas/utils.pyi,sha256=UbeISOxetojP6HlzhiJWeaAVyYZUrnGAS5niTQ0m6n0,437
|
|
113
109
|
amsdal/schemas/utils.py,sha256=t8k7QYYR6SsCPpBhp7s585eSYKVIF895EKRMK1w1y1Q,492
|
|
114
110
|
amsdal/schemas/repository.py,sha256=PbskgDr8JMabQm2uf8Kfj5bBSPlPkx4cDGXn-jfIsPM,3249
|
|
@@ -159,88 +155,88 @@ amsdal/configs/constants.py,sha256=faghdS6r3on1WKrp782WmgONd1fMf4X73LJzAwMO1po,9
|
|
|
159
155
|
amsdal/configs/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
160
156
|
amsdal/configs/main.pyi,sha256=LQLyErlnW8m6MWW8lk0sA9jJqRdPyBuxRRMAeWtk-Us,7000
|
|
161
157
|
amsdal/configs/main.py,sha256=sk01zezWynALKsVsB0zyCkNPZ9Cv1iSQ39nJ5lusfQ0,10143
|
|
162
|
-
amsdal/cloud/client.cpython-311-darwin.so,sha256=
|
|
158
|
+
amsdal/cloud/client.cpython-311-darwin.so,sha256=WwO9BDBtPqol5Pqn_NSYsU6VoFZSFhabCKU4dA__CBg,216208
|
|
163
159
|
amsdal/cloud/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
164
160
|
amsdal/cloud/constants.pyi,sha256=0qWxDqjQkETwUtgco5kV83fPHhQ4jRdJe_YPPNTnSIY,327
|
|
165
161
|
amsdal/cloud/client.pyi,sha256=3VjPRtJrbUU29u_wswETrMorN0iUb4GFAXmMc73bUf4,2247
|
|
166
|
-
amsdal/cloud/enums.cpython-311-darwin.so,sha256=
|
|
167
|
-
amsdal/cloud/constants.cpython-311-darwin.so,sha256=
|
|
168
|
-
amsdal/cloud/__init__.cpython-311-darwin.so,sha256=
|
|
162
|
+
amsdal/cloud/enums.cpython-311-darwin.so,sha256=tjdlLD62ST-WL2lsP_G7sNT5_hfhUPeqEzupPw-hNTw,158064
|
|
163
|
+
amsdal/cloud/constants.cpython-311-darwin.so,sha256=pWBw6kvjcwk88puAqzZecKRAUlVzeaQDSTR2LyvzQAI,158688
|
|
164
|
+
amsdal/cloud/__init__.cpython-311-darwin.so,sha256=uCK1-QBA54htoqjkWHcUnrSLwC2t4-vOikyPILfN-9g,120656
|
|
169
165
|
amsdal/cloud/enums.pyi,sha256=mX5O1FPc3aNnN108aOJT66Nn9KlcyrRTj9B23sFdDfw,1757
|
|
170
|
-
amsdal/cloud/models/base.cpython-311-darwin.so,sha256=
|
|
166
|
+
amsdal/cloud/models/base.cpython-311-darwin.so,sha256=jUlbaFy1R1hL2UuLdYMkLBfrPnuUFN9SfYKE7EbCLUI,211632
|
|
171
167
|
amsdal/cloud/models/base.pyi,sha256=avwAj4uS4NHrXvmSKBxokFKFWSaBPXtJPl1Ig1CD6sg,7727
|
|
172
168
|
amsdal/cloud/models/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
173
|
-
amsdal/cloud/models/__init__.cpython-311-darwin.so,sha256=
|
|
169
|
+
amsdal/cloud/models/__init__.cpython-311-darwin.so,sha256=E8XR1XFvaYwIzhmymhwYnPct0lyGob1QYzO8GHMHl8g,120688
|
|
174
170
|
amsdal/cloud/services/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
175
|
-
amsdal/cloud/services/__init__.cpython-311-darwin.so,sha256=
|
|
176
|
-
amsdal/cloud/services/auth/base.cpython-311-darwin.so,sha256=
|
|
171
|
+
amsdal/cloud/services/__init__.cpython-311-darwin.so,sha256=lzC6c5zSQAFAPvi0QhHcbxY9ti9G7qm_4JU66llicSM,120688
|
|
172
|
+
amsdal/cloud/services/auth/base.cpython-311-darwin.so,sha256=iJZKIb_3dxGIjHPGxw7fyF5miwUjf2oSQiWOwrunoxY,163104
|
|
177
173
|
amsdal/cloud/services/auth/base.pyi,sha256=oj_tgwWhf02g-FzCLcNOEZjYDxfcrrDssING4jsUMb8,167
|
|
178
174
|
amsdal/cloud/services/auth/manager.pyi,sha256=AhKllHgraztP3JSKta9MmQjTNRAbQbwqZg2EpQZSwhI,1243
|
|
179
175
|
amsdal/cloud/services/auth/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
180
176
|
amsdal/cloud/services/auth/signup_service.pyi,sha256=SfSN1tLIwrzGi9JbMgoLuKKH1u5uoh_MOFJ4n_NHcBY,1145
|
|
181
|
-
amsdal/cloud/services/auth/token.cpython-311-darwin.so,sha256=
|
|
182
|
-
amsdal/cloud/services/auth/manager.cpython-311-darwin.so,sha256=
|
|
177
|
+
amsdal/cloud/services/auth/token.cpython-311-darwin.so,sha256=wo0OK4pPV7asKhPvakPhAQfXJc84OIoTRlOiygtlWiE,251536
|
|
178
|
+
amsdal/cloud/services/auth/manager.cpython-311-darwin.so,sha256=dY_ZEqlWtMP73bLORH5fJTyRMp7JzfKV0z67J7NHk9U,214128
|
|
183
179
|
amsdal/cloud/services/auth/token.pyi,sha256=v9QDleIytAZGlYHHaO-W1fTr5d2OLGWsh5g6HDeuk90,1042
|
|
184
|
-
amsdal/cloud/services/auth/signup_service.cpython-311-darwin.so,sha256=
|
|
185
|
-
amsdal/cloud/services/auth/__init__.cpython-311-darwin.so,sha256=
|
|
186
|
-
amsdal/cloud/services/auth/credentials.cpython-311-darwin.so,sha256=
|
|
180
|
+
amsdal/cloud/services/auth/signup_service.cpython-311-darwin.so,sha256=2uqKyzw9PJGQgOvIxJ94nrnH4jkdytQw3q-RC9aFtUU,216216
|
|
181
|
+
amsdal/cloud/services/auth/__init__.cpython-311-darwin.so,sha256=eZk5jv3JnZIptW-J1wTZgJ2FRrg9eJx8HH19kloWvEk,120704
|
|
182
|
+
amsdal/cloud/services/auth/credentials.cpython-311-darwin.so,sha256=zQVMFHWBEnu3c1KKuOOGTjUFB7IoC-IgEwvyKETjpII,304408
|
|
187
183
|
amsdal/cloud/services/auth/credentials.pyi,sha256=ghp3r8rDq5l5xxx7UKFkCASyQJbWChkF2PQDJrQmeW4,1417
|
|
188
|
-
amsdal/cloud/services/actions/get_basic_auth_credentials.cpython-311-darwin.so,sha256=
|
|
189
|
-
amsdal/cloud/services/actions/base.cpython-311-darwin.so,sha256=
|
|
184
|
+
amsdal/cloud/services/actions/get_basic_auth_credentials.cpython-311-darwin.so,sha256=RuoXNZDGmaW0s72XZZsLgJlyCJPv-g9yDKMN70ZAVow,181112
|
|
185
|
+
amsdal/cloud/services/actions/base.cpython-311-darwin.so,sha256=ZblQNto-m7dX3nEz8M5gCdZiDWwsCt6hnrGBm8HJZDU,323552
|
|
190
186
|
amsdal/cloud/services/actions/list_envs.pyi,sha256=7PylFRd1Jb6nkTt8q8iy27rLj-Q5qcwfqW02_OlfDZs,878
|
|
191
|
-
amsdal/cloud/services/actions/delete_basic_auth.cpython-311-darwin.so,sha256=
|
|
187
|
+
amsdal/cloud/services/actions/delete_basic_auth.cpython-311-darwin.so,sha256=wzNLH59sm9vsDQ9cZ7Zr7LlFGLh_V8ebKWTW23VfyCM,180744
|
|
192
188
|
amsdal/cloud/services/actions/base.pyi,sha256=J98igdu3E9-mled_kbxerja4DTLM0OAW8cHtsVOQ_fc,5880
|
|
193
|
-
amsdal/cloud/services/actions/add_allowlist_ip.cpython-311-darwin.so,sha256=
|
|
194
|
-
amsdal/cloud/services/actions/signup_action.cpython-311-darwin.so,sha256=
|
|
189
|
+
amsdal/cloud/services/actions/add_allowlist_ip.cpython-311-darwin.so,sha256=RBbe_kv1S6SXiY8Jrd1dtTA0_7_IgimMXFzd_VVpGQY,180776
|
|
190
|
+
amsdal/cloud/services/actions/signup_action.cpython-311-darwin.so,sha256=9mImV-AnVRZBaKXCDrAMVE7N4TCBHz3Rqej3aAAfnaY,180584
|
|
195
191
|
amsdal/cloud/services/actions/manager.pyi,sha256=Tal5u1nMhi7MeuJ9lBIPYPLgKoIB6DUXPU2AokrusHI,15441
|
|
196
|
-
amsdal/cloud/services/actions/delete_dependency.cpython-311-darwin.so,sha256=
|
|
197
|
-
amsdal/cloud/services/actions/expose_db.cpython-311-darwin.so,sha256=
|
|
192
|
+
amsdal/cloud/services/actions/delete_dependency.cpython-311-darwin.so,sha256=gcQ_oqAtvkQ0UHiFHjz66HKLjYM3GBhbqOudmzBuqtI,180760
|
|
193
|
+
amsdal/cloud/services/actions/expose_db.cpython-311-darwin.so,sha256=hC-vMQGdxGr23oHdWT_sIJ0BABRNP_lHm_JRRcAeNtg,181184
|
|
198
194
|
amsdal/cloud/services/actions/delete_allowlist_ip.pyi,sha256=W5zVq7YKL_OVigZl58bqau3rvAzsLdItAZaqDO1HGJw,933
|
|
199
|
-
amsdal/cloud/services/actions/add_secret.cpython-311-darwin.so,sha256=
|
|
195
|
+
amsdal/cloud/services/actions/add_secret.cpython-311-darwin.so,sha256=M_mn_mctDxbAkkFEUOcV-VR274sdHcZ0d6WQZkM57KE,180632
|
|
200
196
|
amsdal/cloud/services/actions/add_basic_auth.pyi,sha256=4tyTci_k_xlJrkBd71sY0ivRr8alo3Bq0KCkjIfacu4,1106
|
|
201
197
|
amsdal/cloud/services/actions/list_secrets.pyi,sha256=vF-EikAy7WHdkvkGikD_oDFDIgE1GEr8nxAQKYAs9rY,1079
|
|
202
|
-
amsdal/cloud/services/actions/list_secrets.cpython-311-darwin.so,sha256=
|
|
198
|
+
amsdal/cloud/services/actions/list_secrets.cpython-311-darwin.so,sha256=hDGs0GiCmJWqGwH48aOSZFAHEjbFNCC1PT9U6xnl3ps,181304
|
|
203
199
|
amsdal/cloud/services/actions/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
204
200
|
amsdal/cloud/services/actions/get_basic_auth_credentials.pyi,sha256=1FU8BtDRaGTx8fSqdhmotQK-rR7gKr4Qav_E-T_23rc,1071
|
|
205
|
-
amsdal/cloud/services/actions/list_deploys.cpython-311-darwin.so,sha256=
|
|
206
|
-
amsdal/cloud/services/actions/list_envs.cpython-311-darwin.so,sha256=
|
|
207
|
-
amsdal/cloud/services/actions/list_dependencies.cpython-311-darwin.so,sha256=
|
|
208
|
-
amsdal/cloud/services/actions/destroy_deploy.cpython-311-darwin.so,sha256=
|
|
209
|
-
amsdal/cloud/services/actions/create_session.cpython-311-darwin.so,sha256=
|
|
210
|
-
amsdal/cloud/services/actions/create_deploy.cpython-311-darwin.so,sha256=
|
|
201
|
+
amsdal/cloud/services/actions/list_deploys.cpython-311-darwin.so,sha256=0kOUx_fO3qMlYRg9eiV3pSfM1-R6F45EfH2TIH-q5xs,181080
|
|
202
|
+
amsdal/cloud/services/actions/list_envs.cpython-311-darwin.so,sha256=SotybJbao3A4broOIqz11K0Audo7GRpa-GOpIob1Vvs,180752
|
|
203
|
+
amsdal/cloud/services/actions/list_dependencies.cpython-311-darwin.so,sha256=zyoksSkSHLm2IJsbCwlrAE93W6jGHzWtW2rOHZG4pMM,181304
|
|
204
|
+
amsdal/cloud/services/actions/destroy_deploy.cpython-311-darwin.so,sha256=GBtSdaX4xPe7RAelOHI4wCNlQRrWA45A0iRBkIUgT24,180536
|
|
205
|
+
amsdal/cloud/services/actions/create_session.cpython-311-darwin.so,sha256=jSm4hSMnaH8NBcpN4CzBkL-4UpZHEWvsTfiDmAb7sNU,180984
|
|
206
|
+
amsdal/cloud/services/actions/create_deploy.cpython-311-darwin.so,sha256=iWpe8aoefNzmG5usCzNd4PNgKhu0H6IdvDUTPJ-sscI,269240
|
|
211
207
|
amsdal/cloud/services/actions/delete_secret.pyi,sha256=gZi17MivNYBIfdPU2GjoJ2I2lWiefdvLuXTcxDss1P4,953
|
|
212
208
|
amsdal/cloud/services/actions/delete_env.pyi,sha256=uyBHMOp_AprbpSfv6y6QfYW5FvK1-8jb2NxK_FmuPHE,969
|
|
213
|
-
amsdal/cloud/services/actions/manager.cpython-311-darwin.so,sha256=
|
|
209
|
+
amsdal/cloud/services/actions/manager.cpython-311-darwin.so,sha256=MPlb5qlYe0Zc6bgUQI7G7fEPaNy0rsaJKKlBX9CXvP0,371312
|
|
214
210
|
amsdal/cloud/services/actions/delete_dependency.pyi,sha256=VuT1w2qOpjR7I9mBi9tPXMXDPEeU8tG0vi9TXV82Frg,1021
|
|
215
|
-
amsdal/cloud/services/actions/add_dependency.cpython-311-darwin.so,sha256=
|
|
211
|
+
amsdal/cloud/services/actions/add_dependency.cpython-311-darwin.so,sha256=oBj_0vJ8OXCKUpoamFkXfwu8YQVyO-0KbTantC3mymA,180712
|
|
216
212
|
amsdal/cloud/services/actions/create_session.pyi,sha256=KUvx_vkhLQfGp_DM1ZvgszyT_G8LB28KoI1XpjNR7YY,674
|
|
217
|
-
amsdal/cloud/services/actions/delete_allowlist_ip.cpython-311-darwin.so,sha256=
|
|
213
|
+
amsdal/cloud/services/actions/delete_allowlist_ip.cpython-311-darwin.so,sha256=y5i3fx-ZrgLPWYJdn-SV__d6nHdPE5u90FaOg25-S98,180832
|
|
218
214
|
amsdal/cloud/services/actions/list_deploys.pyi,sha256=Q8da3PDPxICLP2V7L-A7p-9_a3qNKrARqgHhu0CA0nA,724
|
|
219
|
-
amsdal/cloud/services/actions/add_basic_auth.cpython-311-darwin.so,sha256=
|
|
215
|
+
amsdal/cloud/services/actions/add_basic_auth.cpython-311-darwin.so,sha256=3WoKEf6R-f1KVYI4PfIqtTRl-c13_KcvuKekGPFqHIA,181112
|
|
220
216
|
amsdal/cloud/services/actions/add_allowlist_ip.pyi,sha256=gB2NQVz8NcSsgXYiym2Suh1RPI8eHKIAFE13RmeTHkA,883
|
|
221
217
|
amsdal/cloud/services/actions/get_monitoring_info.pyi,sha256=uvtBgWvtWf-Mq4vZq_q-q8Z8hJh5voAY61KRJQPGWFk,1045
|
|
222
218
|
amsdal/cloud/services/actions/add_dependency.pyi,sha256=uVEIhvDa4GRS0Lg6TkcYdOwezKcxrzL7A_Lh8BxcAeU,837
|
|
223
|
-
amsdal/cloud/services/actions/get_monitoring_info.cpython-311-darwin.so,sha256=
|
|
224
|
-
amsdal/cloud/services/actions/update_deploy.cpython-311-darwin.so,sha256=
|
|
219
|
+
amsdal/cloud/services/actions/get_monitoring_info.cpython-311-darwin.so,sha256=MhTcYUkH8_HWeHn7v1bxXu6cF0fmI58XNi4RaQX4efk,180976
|
|
220
|
+
amsdal/cloud/services/actions/update_deploy.cpython-311-darwin.so,sha256=s25v39tKsYv0bsvN3SHlM0ef6vfMeQUuX3K9pImIijM,181064
|
|
225
221
|
amsdal/cloud/services/actions/signup_action.pyi,sha256=VswHjhxw2eHYqXwc---F2LpwlD7GlIuL_Ev2DmA96_4,808
|
|
226
|
-
amsdal/cloud/services/actions/create_env.cpython-311-darwin.so,sha256=
|
|
222
|
+
amsdal/cloud/services/actions/create_env.cpython-311-darwin.so,sha256=5WUJCGQXNdL1-OSG7p1amjohICsVwBxCRKE-zumXJO4,180824
|
|
227
223
|
amsdal/cloud/services/actions/add_secret.pyi,sha256=H6rS3PRwiktMfnoY8qwtmTplN9gG2yZgQKKCX8S8Q6c,890
|
|
228
|
-
amsdal/cloud/services/actions/delete_env.cpython-311-darwin.so,sha256=
|
|
229
|
-
amsdal/cloud/services/actions/__init__.cpython-311-darwin.so,sha256=
|
|
224
|
+
amsdal/cloud/services/actions/delete_env.cpython-311-darwin.so,sha256=rYUJV-d-gERh-V-YAv-YG1MCNooro3eJMYDc4xZfwsY,180824
|
|
225
|
+
amsdal/cloud/services/actions/__init__.cpython-311-darwin.so,sha256=qABPFTpSfNc9oH-zG1A8KsayB_IMdy4xb7-AFAnudIc,120720
|
|
230
226
|
amsdal/cloud/services/actions/destroy_deploy.pyi,sha256=VNb0J71B3gk4SVJwxlB9XTj4vCG-37ucojcGzsvKwe8,609
|
|
231
227
|
amsdal/cloud/services/actions/update_deploy.pyi,sha256=alM1nquQZ5O8PYlDIqDdSuiyuc_aj9fkd01bL9KANEI,766
|
|
232
228
|
amsdal/cloud/services/actions/create_deploy.pyi,sha256=VmVMYJQmjPZce6Cm8sMQ27HomhfdzZc_0X57ZWZmCt0,1988
|
|
233
229
|
amsdal/cloud/services/actions/delete_basic_auth.pyi,sha256=-I1YoOMFi0LaRsZL2JBGH_sg18PZoUL1PP9YetboDJA,915
|
|
234
230
|
amsdal/cloud/services/actions/list_dependencies.pyi,sha256=C37VamSyRT-uNLuwQJ0OrHKavs8Jt0bfPbAsE5BQEvE,1035
|
|
235
231
|
amsdal/cloud/services/actions/create_env.pyi,sha256=ITvyLrvwt6H36JNYURHZ_PbmGZquc5Fm07dVo7H6ll0,910
|
|
236
|
-
amsdal/cloud/services/actions/delete_secret.cpython-311-darwin.so,sha256=
|
|
232
|
+
amsdal/cloud/services/actions/delete_secret.cpython-311-darwin.so,sha256=b5B8zSJ2QIEoNBsU7_6ihYUEPfnf1022UiqTxKzwjQw,180680
|
|
237
233
|
amsdal/cloud/services/actions/expose_db.pyi,sha256=uk2zuz1SiXwjDFxtKF-yyWGNEONOgfm7EcrEyVT0cMM,1049
|
|
238
234
|
amsdal/fixtures/manager.pyi,sha256=fMl3nNa2A9jiZanZ_7tnUGaPigk_03KMmdcUGPoX9kI,7077
|
|
239
235
|
amsdal/fixtures/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
240
|
-
amsdal/fixtures/manager.cpython-311-darwin.so,sha256=
|
|
236
|
+
amsdal/fixtures/manager.cpython-311-darwin.so,sha256=2w1lDShMKqKcxIjUKeDm4Af9rmOCktukPVdOf-F-fts,622720
|
|
241
237
|
amsdal/fixtures/utils.pyi,sha256=OnFn7opJscOydj-rlcXQIdDodlIKGCt79TRy5zAUkqg,457
|
|
242
|
-
amsdal/fixtures/utils.cpython-311-darwin.so,sha256=
|
|
243
|
-
amsdal/fixtures/__init__.cpython-311-darwin.so,sha256=
|
|
238
|
+
amsdal/fixtures/utils.cpython-311-darwin.so,sha256=cjEvGiDGFo22n3clGcddkms7yuj0nJrpr2rqx7uW5Y4,306720
|
|
239
|
+
amsdal/fixtures/__init__.cpython-311-darwin.so,sha256=AUjj61kAdpL05BP1dk75TEPPpd952jA1v1sM9a6sK0M,120672
|
|
244
240
|
amsdal/services/external_connections.pyi,sha256=NEKcmoXIQViFZF9Sr0XRgvw2sC73jD7dg55dgCAhaJ0,5973
|
|
245
241
|
amsdal/services/transaction_execution.pyi,sha256=TwCuurOoqSHgNu9GCYYZPSpGjxXssF2eNygQ5KVwAZM,4374
|
|
246
242
|
amsdal/services/__init__.pyi,sha256=amezsprEb708wi5fhZOKYV9nrM-374iE-XFIqTNRif4,349
|
|
@@ -248,4 +244,9 @@ amsdal/services/external_model_generator.pyi,sha256=h_fQF0MPOdK8kdRh53srzJ_apzMo
|
|
|
248
244
|
amsdal/services/__init__.py,sha256=lz0twKy9IuWbm6kQZM67A-ahb0avlAwEKq7Zz4DAkCs,358
|
|
249
245
|
amsdal/services/external_model_generator.py,sha256=ihSfgGiM7FBFkVcxcN8JACOM-x9YVRBsX86gl7FSjNg,12835
|
|
250
246
|
amsdal/services/external_connections.py,sha256=m0bHCcoHnZUw15L4rbyf8ckpscETOU4qcgXnqFAZ81I,8368
|
|
251
|
-
amsdal/services/transaction_execution.cpython-311-darwin.so,sha256=
|
|
247
|
+
amsdal/services/transaction_execution.cpython-311-darwin.so,sha256=YB5YCNwmTkLBF0aGruAkpF484yjMSoYDdXankrs8t4o,452176
|
|
248
|
+
amsdal-0.5.21.dist-info/RECORD,,
|
|
249
|
+
amsdal-0.5.21.dist-info/WHEEL,sha256=EOGtw-LpzLQPCSF3QP-yT4xdfA0v97p09Et-l29cEBs,114
|
|
250
|
+
amsdal-0.5.21.dist-info/top_level.txt,sha256=VPQLnOP3mf7q0JuQ_vPZYQyPNGKd_uc6ouz-hZRkhSk,7
|
|
251
|
+
amsdal-0.5.21.dist-info/METADATA,sha256=TPyf05QiK9y_he3fcyzTu6eRUlCn1BJiAKWUSHfV8OI,57623
|
|
252
|
+
amsdal-0.5.21.dist-info/licenses/LICENSE.txt,sha256=hG-541PFYfNJi9WRZi_hno91UyqNg7YLK8LR3vLblZA,27355
|
|
File without changes
|
|
File without changes
|
|
File without changes
|