amsdal 0.5.20__cp312-cp312-macosx_10_13_universal2.whl → 0.5.21__cp312-cp312-macosx_10_13_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-312-darwin.so +0 -0
- amsdal/cloud/client.cpython-312-darwin.so +0 -0
- amsdal/cloud/constants.cpython-312-darwin.so +0 -0
- amsdal/cloud/enums.cpython-312-darwin.so +0 -0
- amsdal/cloud/models/__init__.cpython-312-darwin.so +0 -0
- amsdal/cloud/models/base.cpython-312-darwin.so +0 -0
- amsdal/cloud/services/__init__.cpython-312-darwin.so +0 -0
- amsdal/cloud/services/actions/__init__.cpython-312-darwin.so +0 -0
- amsdal/cloud/services/actions/add_allowlist_ip.cpython-312-darwin.so +0 -0
- amsdal/cloud/services/actions/add_basic_auth.cpython-312-darwin.so +0 -0
- amsdal/cloud/services/actions/add_dependency.cpython-312-darwin.so +0 -0
- amsdal/cloud/services/actions/add_secret.cpython-312-darwin.so +0 -0
- amsdal/cloud/services/actions/base.cpython-312-darwin.so +0 -0
- amsdal/cloud/services/actions/create_deploy.cpython-312-darwin.so +0 -0
- amsdal/cloud/services/actions/create_env.cpython-312-darwin.so +0 -0
- amsdal/cloud/services/actions/create_session.cpython-312-darwin.so +0 -0
- amsdal/cloud/services/actions/delete_allowlist_ip.cpython-312-darwin.so +0 -0
- amsdal/cloud/services/actions/delete_basic_auth.cpython-312-darwin.so +0 -0
- amsdal/cloud/services/actions/delete_dependency.cpython-312-darwin.so +0 -0
- amsdal/cloud/services/actions/delete_env.cpython-312-darwin.so +0 -0
- amsdal/cloud/services/actions/delete_secret.cpython-312-darwin.so +0 -0
- amsdal/cloud/services/actions/destroy_deploy.cpython-312-darwin.so +0 -0
- amsdal/cloud/services/actions/expose_db.cpython-312-darwin.so +0 -0
- amsdal/cloud/services/actions/get_basic_auth_credentials.cpython-312-darwin.so +0 -0
- amsdal/cloud/services/actions/get_monitoring_info.cpython-312-darwin.so +0 -0
- amsdal/cloud/services/actions/list_dependencies.cpython-312-darwin.so +0 -0
- amsdal/cloud/services/actions/list_deploys.cpython-312-darwin.so +0 -0
- amsdal/cloud/services/actions/list_envs.cpython-312-darwin.so +0 -0
- amsdal/cloud/services/actions/list_secrets.cpython-312-darwin.so +0 -0
- amsdal/cloud/services/actions/manager.cpython-312-darwin.so +0 -0
- amsdal/cloud/services/actions/signup_action.cpython-312-darwin.so +0 -0
- amsdal/cloud/services/actions/update_deploy.cpython-312-darwin.so +0 -0
- amsdal/cloud/services/auth/__init__.cpython-312-darwin.so +0 -0
- amsdal/cloud/services/auth/base.cpython-312-darwin.so +0 -0
- amsdal/cloud/services/auth/credentials.cpython-312-darwin.so +0 -0
- amsdal/cloud/services/auth/manager.cpython-312-darwin.so +0 -0
- amsdal/cloud/services/auth/signup_service.cpython-312-darwin.so +0 -0
- amsdal/cloud/services/auth/token.cpython-312-darwin.so +0 -0
- amsdal/contrib/__init__.cpython-312-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-312-darwin.so +0 -0
- amsdal/fixtures/manager.cpython-312-darwin.so +0 -0
- amsdal/fixtures/utils.cpython-312-darwin.so +0 -0
- amsdal/manager.cpython-312-darwin.so +0 -0
- amsdal/mixins/__init__.cpython-312-darwin.so +0 -0
- amsdal/mixins/class_versions_mixin.cpython-312-darwin.so +0 -0
- amsdal/schemas/manager.cpython-312-darwin.so +0 -0
- amsdal/services/transaction_execution.cpython-312-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,15 +1,10 @@
|
|
|
1
|
-
amsdal-0.5.20.dist-info/RECORD,,
|
|
2
|
-
amsdal-0.5.20.dist-info/WHEEL,sha256=_N1vyLgwJ10g4JxFsp-IfU42zGJgf-DUqwfdbV1YvEM,115
|
|
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
4
|
amsdal/Third-Party Materials - AMSDAL Dependencies - License Notices.md,sha256=3YRsqickIvSW7EmjlC-yk5h-YW_GMzAz7wsT9ZPIiaM,74780
|
|
10
|
-
amsdal/__about__.py,sha256=
|
|
5
|
+
amsdal/__about__.py,sha256=W4PD0Jx1wCTNLv0iGpW_3OiFuWdt9n6NQQ663s6ksJI,125
|
|
11
6
|
amsdal/errors.pyi,sha256=mcuGsQMWaIUmC9GJDIkf99dQMMsCfBy6OI_UB3NSNmc,597
|
|
12
|
-
amsdal/manager.cpython-312-darwin.so,sha256=
|
|
7
|
+
amsdal/manager.cpython-312-darwin.so,sha256=t3kNd8gNYtvnfu_wtmqDKouYLu6aiOjwOKwMrKNH4q0,501968
|
|
13
8
|
amsdal/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
14
9
|
amsdal/errors.py,sha256=pZZKIklaDkh8jdFSAfX81TbiylvbaE70nttRjTcTSBk,616
|
|
15
10
|
amsdal/__about__.pyi,sha256=Y25n44pyE3vp92MiABKrcK3IWRyQ1JG1rZ4Ufqy2nC0,17
|
|
@@ -22,8 +17,8 @@ amsdal/context/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
|
22
17
|
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
|
-
amsdal/mixins/__init__.cpython-312-darwin.so,sha256=
|
|
26
|
-
amsdal/mixins/class_versions_mixin.cpython-312-darwin.so,sha256=
|
|
20
|
+
amsdal/mixins/__init__.cpython-312-darwin.so,sha256=EEmzzEtuu9ZmzKSP8J_ZM0dQeMF75LKZRPmrJcWwYyE,120720
|
|
21
|
+
amsdal/mixins/class_versions_mixin.cpython-312-darwin.so,sha256=SB0ecAsmd6srr2LE65y4Hb5NOXmyY8uVYBXn6gMB2w4,180480
|
|
27
22
|
amsdal/mixins/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
28
23
|
amsdal/utils/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
29
24
|
amsdal/utils/contrib_paths.py,sha256=9BpNegbPofuvaQ4bE4E5cO4IV415ZZJkTqSLHUruJ3k,787
|
|
@@ -48,7 +43,7 @@ amsdal/models/core/storage_metadata.py,sha256=q-IOcsIpZHf_bt7v2NTtXAfV2i8fip3F_w
|
|
|
48
43
|
amsdal/models/core/file.py,sha256=IZIS3H_RHYYlwlgOpTROspMNHcpthofMbyzd3bD8lcY,7685
|
|
49
44
|
amsdal/models/core/class_property.py,sha256=HFIMb0DE8bhmRf_l45VeJJD_tE85eUZ---IPSBdld7I,1098
|
|
50
45
|
amsdal/models/core/class_object.py,sha256=Y5sdatrNZK1jkMImyeRFTxeUonuzJaDCKZzULZvJIHw,1487
|
|
51
|
-
amsdal/contrib/__init__.cpython-312-darwin.so,sha256=
|
|
46
|
+
amsdal/contrib/__init__.cpython-312-darwin.so,sha256=bW95KpT7oD7zW_dsAZYmaEQOSsIqrY7yNeQgRj7fm5k,120736
|
|
52
47
|
amsdal/contrib/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
53
48
|
amsdal/contrib/app_config.pyi,sha256=j3MYfBcn9MzhTagEczGWfVH9N5jrfiKmUhxZMoakojw,149
|
|
54
49
|
amsdal/contrib/app_config.py,sha256=RT3RAEE49XtzuFTXYNVuaqU9V4YIl0ZWZijtXgV-SC4,131
|
|
@@ -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
|
|
@@ -110,7 +106,7 @@ amsdal/schemas/interfaces.pyi,sha256=jUXLEKIa_af9Qrv9a4UvfRmsUV78N921i4dDXKHPaQk
|
|
|
110
106
|
amsdal/schemas/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
111
107
|
amsdal/schemas/utils.pyi,sha256=UbeISOxetojP6HlzhiJWeaAVyYZUrnGAS5niTQ0m6n0,437
|
|
112
108
|
amsdal/schemas/utils.py,sha256=t8k7QYYR6SsCPpBhp7s585eSYKVIF895EKRMK1w1y1Q,492
|
|
113
|
-
amsdal/schemas/manager.cpython-312-darwin.so,sha256=
|
|
109
|
+
amsdal/schemas/manager.cpython-312-darwin.so,sha256=N5MQ0gkt_GhSC6WdeHMbOogAHg3aSsSJb7e1_bVKgc4,120736
|
|
114
110
|
amsdal/schemas/repository.py,sha256=PbskgDr8JMabQm2uf8Kfj5bBSPlPkx4cDGXn-jfIsPM,3249
|
|
115
111
|
amsdal/schemas/manager.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
116
112
|
amsdal/schemas/types/array/model.json,sha256=I9Z7r691yd8i-Ndy8Cf3rFGg22mnLxg_weeVU2kRtkY,117
|
|
@@ -159,93 +155,98 @@ 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/__init__.cpython-312-darwin.so,sha256=
|
|
158
|
+
amsdal/cloud/__init__.cpython-312-darwin.so,sha256=ja0wqV8DyJCop2C9cCXPViflFmbCs1Kq5enmWIYL2Oo,120720
|
|
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/constants.cpython-312-darwin.so,sha256=
|
|
167
|
-
amsdal/cloud/enums.cpython-312-darwin.so,sha256=
|
|
168
|
-
amsdal/cloud/client.cpython-312-darwin.so,sha256=
|
|
162
|
+
amsdal/cloud/constants.cpython-312-darwin.so,sha256=QzU1_wouGYLE01lIr9NuU1jfIfBgRnDqDgJ_QLV5xqY,158688
|
|
163
|
+
amsdal/cloud/enums.cpython-312-darwin.so,sha256=IKQ1eB20T7HgbbTFhxRBaIoqpfS9Zux-36FPckWpAK4,158128
|
|
164
|
+
amsdal/cloud/client.cpython-312-darwin.so,sha256=akUf7zjUzTnqxDenLYvz3o9hu5YhT3lpFJLK0p-bHwg,216144
|
|
169
165
|
amsdal/cloud/enums.pyi,sha256=mX5O1FPc3aNnN108aOJT66Nn9KlcyrRTj9B23sFdDfw,1757
|
|
170
|
-
amsdal/cloud/models/__init__.cpython-312-darwin.so,sha256=
|
|
166
|
+
amsdal/cloud/models/__init__.cpython-312-darwin.so,sha256=S_GeSnPd07m7Ud_nloQ-c4tJOvqawUMDDGABkEGObHQ,120752
|
|
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/base.cpython-312-darwin.so,sha256=
|
|
174
|
-
amsdal/cloud/services/__init__.cpython-312-darwin.so,sha256=
|
|
169
|
+
amsdal/cloud/models/base.cpython-312-darwin.so,sha256=EGhbHzEqUyUDv7rYTqrK_2YLsMrpoRnY9JuyZan23ig,195328
|
|
170
|
+
amsdal/cloud/services/__init__.cpython-312-darwin.so,sha256=C0nDutR9maGlP--sQk7ZfNWm1Jf8PGAmaZkIXZ0Vnl4,120768
|
|
175
171
|
amsdal/cloud/services/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
176
|
-
amsdal/cloud/services/auth/__init__.cpython-312-darwin.so,sha256=
|
|
172
|
+
amsdal/cloud/services/auth/__init__.cpython-312-darwin.so,sha256=nmsCeD283isZUmmLz57jptfx3QjcGUtaIccRIovd_KA,120784
|
|
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
|
-
amsdal/cloud/services/auth/credentials.cpython-312-darwin.so,sha256=
|
|
176
|
+
amsdal/cloud/services/auth/credentials.cpython-312-darwin.so,sha256=sqzyuwTMo0AT4TO9jCc6Y8dbMOMPG8FlXH5ZNoJAoYQ,287944
|
|
181
177
|
amsdal/cloud/services/auth/signup_service.pyi,sha256=SfSN1tLIwrzGi9JbMgoLuKKH1u5uoh_MOFJ4n_NHcBY,1145
|
|
182
|
-
amsdal/cloud/services/auth/signup_service.cpython-312-darwin.so,sha256
|
|
178
|
+
amsdal/cloud/services/auth/signup_service.cpython-312-darwin.so,sha256=-f4hlOKWrd95U2yRIoh_ueceJmXjrj2m77CJc1jaNIg,216232
|
|
183
179
|
amsdal/cloud/services/auth/token.pyi,sha256=v9QDleIytAZGlYHHaO-W1fTr5d2OLGWsh5g6HDeuk90,1042
|
|
184
|
-
amsdal/cloud/services/auth/token.cpython-312-darwin.so,sha256=
|
|
185
|
-
amsdal/cloud/services/auth/manager.cpython-312-darwin.so,sha256=
|
|
186
|
-
amsdal/cloud/services/auth/base.cpython-312-darwin.so,sha256=
|
|
180
|
+
amsdal/cloud/services/auth/token.cpython-312-darwin.so,sha256=Uu94Ts9-0DAksKuqJdlnK2wwF29LES2uWIAn1aokGMA,251648
|
|
181
|
+
amsdal/cloud/services/auth/manager.cpython-312-darwin.so,sha256=WzIGiaR5IgJ4JnoeDHZfEMYkrvl_qRgnGxUSxVWOcP8,214144
|
|
182
|
+
amsdal/cloud/services/auth/base.cpython-312-darwin.so,sha256=AOrbKhvTDRyS_1sz64ZAwpgZOIdxXo6bUwn2Qu8JIeU,163120
|
|
187
183
|
amsdal/cloud/services/auth/credentials.pyi,sha256=ghp3r8rDq5l5xxx7UKFkCASyQJbWChkF2PQDJrQmeW4,1417
|
|
188
|
-
amsdal/cloud/services/actions/delete_env.cpython-312-darwin.so,sha256=
|
|
189
|
-
amsdal/cloud/services/actions/__init__.cpython-312-darwin.so,sha256=
|
|
184
|
+
amsdal/cloud/services/actions/delete_env.cpython-312-darwin.so,sha256=udaF4acxGA_PnczkV8S8MXWYZfSYb7c1aQp4PgGwuq0,180840
|
|
185
|
+
amsdal/cloud/services/actions/__init__.cpython-312-darwin.so,sha256=52HTpS0ubMpjEzn_QjlEIrWNInGkQQdQcGPSXd9xxls,120800
|
|
190
186
|
amsdal/cloud/services/actions/list_envs.pyi,sha256=7PylFRd1Jb6nkTt8q8iy27rLj-Q5qcwfqW02_OlfDZs,878
|
|
191
187
|
amsdal/cloud/services/actions/base.pyi,sha256=J98igdu3E9-mled_kbxerja4DTLM0OAW8cHtsVOQ_fc,5880
|
|
192
188
|
amsdal/cloud/services/actions/manager.pyi,sha256=Tal5u1nMhi7MeuJ9lBIPYPLgKoIB6DUXPU2AokrusHI,15441
|
|
193
189
|
amsdal/cloud/services/actions/delete_allowlist_ip.pyi,sha256=W5zVq7YKL_OVigZl58bqau3rvAzsLdItAZaqDO1HGJw,933
|
|
194
190
|
amsdal/cloud/services/actions/add_basic_auth.pyi,sha256=4tyTci_k_xlJrkBd71sY0ivRr8alo3Bq0KCkjIfacu4,1106
|
|
195
191
|
amsdal/cloud/services/actions/list_secrets.pyi,sha256=vF-EikAy7WHdkvkGikD_oDFDIgE1GEr8nxAQKYAs9rY,1079
|
|
196
|
-
amsdal/cloud/services/actions/delete_secret.cpython-312-darwin.so,sha256=
|
|
192
|
+
amsdal/cloud/services/actions/delete_secret.cpython-312-darwin.so,sha256=xPM_WHJvZhKHaxnHdR8N6dtXCVwcdAY57PvOAfTXLE0,164312
|
|
197
193
|
amsdal/cloud/services/actions/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
198
194
|
amsdal/cloud/services/actions/get_basic_auth_credentials.pyi,sha256=1FU8BtDRaGTx8fSqdhmotQK-rR7gKr4Qav_E-T_23rc,1071
|
|
199
|
-
amsdal/cloud/services/actions/add_basic_auth.cpython-312-darwin.so,sha256=
|
|
195
|
+
amsdal/cloud/services/actions/add_basic_auth.cpython-312-darwin.so,sha256=i31athEmUijxfDH3L9HyqbHPK3hU8-0BOPvSp4gxP_s,197512
|
|
200
196
|
amsdal/cloud/services/actions/delete_secret.pyi,sha256=gZi17MivNYBIfdPU2GjoJ2I2lWiefdvLuXTcxDss1P4,953
|
|
201
197
|
amsdal/cloud/services/actions/delete_env.pyi,sha256=uyBHMOp_AprbpSfv6y6QfYW5FvK1-8jb2NxK_FmuPHE,969
|
|
202
|
-
amsdal/cloud/services/actions/delete_allowlist_ip.cpython-312-darwin.so,sha256=
|
|
203
|
-
amsdal/cloud/services/actions/add_dependency.cpython-312-darwin.so,sha256=
|
|
204
|
-
amsdal/cloud/services/actions/create_env.cpython-312-darwin.so,sha256=
|
|
205
|
-
amsdal/cloud/services/actions/update_deploy.cpython-312-darwin.so,sha256=
|
|
206
|
-
amsdal/cloud/services/actions/get_monitoring_info.cpython-312-darwin.so,sha256=
|
|
198
|
+
amsdal/cloud/services/actions/delete_allowlist_ip.cpython-312-darwin.so,sha256=itx271TPhq6EqdgaWsWYKb9TdISJ2qCyDFxtzrrr0QQ,180848
|
|
199
|
+
amsdal/cloud/services/actions/add_dependency.cpython-312-darwin.so,sha256=LiUwdFZxKXR9GIc3rQrNCCRpZtOxflzdaka1jVN87zg,164328
|
|
200
|
+
amsdal/cloud/services/actions/create_env.cpython-312-darwin.so,sha256=kYn9XQq93gtAEbupueCDU5GL3wZM8e5jX9A_qGihmRQ,180840
|
|
201
|
+
amsdal/cloud/services/actions/update_deploy.cpython-312-darwin.so,sha256=zEspTgfUPlb6fdELCRQtBDPpZApXxFT7p8MsZDGdobg,181080
|
|
202
|
+
amsdal/cloud/services/actions/get_monitoring_info.cpython-312-darwin.so,sha256=sfF5B5HjdFsPB6wGLz6feu7eTX2jw6_IMUN2u6eudH0,197376
|
|
207
203
|
amsdal/cloud/services/actions/delete_dependency.pyi,sha256=VuT1w2qOpjR7I9mBi9tPXMXDPEeU8tG0vi9TXV82Frg,1021
|
|
208
|
-
amsdal/cloud/services/actions/destroy_deploy.cpython-312-darwin.so,sha256=
|
|
209
|
-
amsdal/cloud/services/actions/list_dependencies.cpython-312-darwin.so,sha256=
|
|
210
|
-
amsdal/cloud/services/actions/list_envs.cpython-312-darwin.so,sha256=
|
|
211
|
-
amsdal/cloud/services/actions/list_deploys.cpython-312-darwin.so,sha256=
|
|
204
|
+
amsdal/cloud/services/actions/destroy_deploy.cpython-312-darwin.so,sha256=WZIwbR-lIhki90lofJMRQxBX6YR4jN0dX8fY3eXPQxU,164168
|
|
205
|
+
amsdal/cloud/services/actions/list_dependencies.cpython-312-darwin.so,sha256=ACzWbpFroHt8k7m_N0XmTjy16_GHjyDwKUlZhL97Pxg,197704
|
|
206
|
+
amsdal/cloud/services/actions/list_envs.cpython-312-darwin.so,sha256=6Xp1zWChoAkOFrkcqsPTf_U4A5AcB34jH-oJ09Noy-c,164384
|
|
207
|
+
amsdal/cloud/services/actions/list_deploys.cpython-312-darwin.so,sha256=WXxf5yM25iEFFxZA9aDaOs1WZhfkZrkbLTPIqyX6gsQ,181096
|
|
212
208
|
amsdal/cloud/services/actions/create_session.pyi,sha256=KUvx_vkhLQfGp_DM1ZvgszyT_G8LB28KoI1XpjNR7YY,674
|
|
213
209
|
amsdal/cloud/services/actions/list_deploys.pyi,sha256=Q8da3PDPxICLP2V7L-A7p-9_a3qNKrARqgHhu0CA0nA,724
|
|
214
|
-
amsdal/cloud/services/actions/create_deploy.cpython-312-darwin.so,sha256=
|
|
215
|
-
amsdal/cloud/services/actions/create_session.cpython-312-darwin.so,sha256=
|
|
210
|
+
amsdal/cloud/services/actions/create_deploy.cpython-312-darwin.so,sha256=WVBQVCFjDQ3GIkPLrJ7DCVhH5rBxIwANHj0W7ex42qM,269176
|
|
211
|
+
amsdal/cloud/services/actions/create_session.cpython-312-darwin.so,sha256=ypeVRtUgBqTU35a-iFY6ScnfpLv6XTq3FL754Kh8FkM,181000
|
|
216
212
|
amsdal/cloud/services/actions/add_allowlist_ip.pyi,sha256=gB2NQVz8NcSsgXYiym2Suh1RPI8eHKIAFE13RmeTHkA,883
|
|
217
213
|
amsdal/cloud/services/actions/get_monitoring_info.pyi,sha256=uvtBgWvtWf-Mq4vZq_q-q8Z8hJh5voAY61KRJQPGWFk,1045
|
|
218
214
|
amsdal/cloud/services/actions/add_dependency.pyi,sha256=uVEIhvDa4GRS0Lg6TkcYdOwezKcxrzL7A_Lh8BxcAeU,837
|
|
219
|
-
amsdal/cloud/services/actions/manager.cpython-312-darwin.so,sha256=
|
|
215
|
+
amsdal/cloud/services/actions/manager.cpython-312-darwin.so,sha256=2YiLoOC3UH69x6t4lxeEmcrJ_1ep4OBkqAQEEuV0yVg,354848
|
|
220
216
|
amsdal/cloud/services/actions/signup_action.pyi,sha256=VswHjhxw2eHYqXwc---F2LpwlD7GlIuL_Ev2DmA96_4,808
|
|
221
217
|
amsdal/cloud/services/actions/add_secret.pyi,sha256=H6rS3PRwiktMfnoY8qwtmTplN9gG2yZgQKKCX8S8Q6c,890
|
|
222
|
-
amsdal/cloud/services/actions/base.cpython-312-darwin.so,sha256=
|
|
223
|
-
amsdal/cloud/services/actions/get_basic_auth_credentials.cpython-312-darwin.so,sha256=
|
|
218
|
+
amsdal/cloud/services/actions/base.cpython-312-darwin.so,sha256=0vKBktC9_3dvJhXxl1OF6YhZpuvP7yVzp0KOInArULc,307200
|
|
219
|
+
amsdal/cloud/services/actions/get_basic_auth_credentials.cpython-312-darwin.so,sha256=5Z_5UjS1xE86vcDH036bczZ09SmQBbP3zo0KnoeStqg,197512
|
|
224
220
|
amsdal/cloud/services/actions/destroy_deploy.pyi,sha256=VNb0J71B3gk4SVJwxlB9XTj4vCG-37ucojcGzsvKwe8,609
|
|
225
221
|
amsdal/cloud/services/actions/update_deploy.pyi,sha256=alM1nquQZ5O8PYlDIqDdSuiyuc_aj9fkd01bL9KANEI,766
|
|
226
|
-
amsdal/cloud/services/actions/add_secret.cpython-312-darwin.so,sha256=
|
|
227
|
-
amsdal/cloud/services/actions/expose_db.cpython-312-darwin.so,sha256=
|
|
228
|
-
amsdal/cloud/services/actions/delete_dependency.cpython-312-darwin.so,sha256=
|
|
229
|
-
amsdal/cloud/services/actions/add_allowlist_ip.cpython-312-darwin.so,sha256=
|
|
230
|
-
amsdal/cloud/services/actions/signup_action.cpython-312-darwin.so,sha256=
|
|
231
|
-
amsdal/cloud/services/actions/delete_basic_auth.cpython-312-darwin.so,sha256=
|
|
232
|
-
amsdal/cloud/services/actions/list_secrets.cpython-312-darwin.so,sha256=
|
|
222
|
+
amsdal/cloud/services/actions/add_secret.cpython-312-darwin.so,sha256=3k3DfAAPn1jt_dby7w4gQEbu1YaLYvkvQFpkwLuI3MA,164264
|
|
223
|
+
amsdal/cloud/services/actions/expose_db.cpython-312-darwin.so,sha256=V9wE8Wjq_Iw0du24cC3bW1hUBD9UNnPnCqXL5anK92E,197568
|
|
224
|
+
amsdal/cloud/services/actions/delete_dependency.cpython-312-darwin.so,sha256=bZcay7SM1KkAFpHXBjlZ1_vPVTHyHSgURTSDD6uOcOQ,164376
|
|
225
|
+
amsdal/cloud/services/actions/add_allowlist_ip.cpython-312-darwin.so,sha256=e4jA8xNmYn5vl2g1OQYG5petrU6mYBdxISxGUM8cvUU,180792
|
|
226
|
+
amsdal/cloud/services/actions/signup_action.cpython-312-darwin.so,sha256=SMkw3GUREPmZPCXaQEkCSHU9lVKI-0RKYAFS5pT2eYs,164216
|
|
227
|
+
amsdal/cloud/services/actions/delete_basic_auth.cpython-312-darwin.so,sha256=0_6qiOa0ufjJj12gCiLf-9LKvDxQg1JsUpdfzsC1-C8,164376
|
|
228
|
+
amsdal/cloud/services/actions/list_secrets.cpython-312-darwin.so,sha256=xGO9CP9x92Lvf_yifRPieQUp_5FcAbCj1uljaeadWUo,197688
|
|
233
229
|
amsdal/cloud/services/actions/create_deploy.pyi,sha256=VmVMYJQmjPZce6Cm8sMQ27HomhfdzZc_0X57ZWZmCt0,1988
|
|
234
230
|
amsdal/cloud/services/actions/delete_basic_auth.pyi,sha256=-I1YoOMFi0LaRsZL2JBGH_sg18PZoUL1PP9YetboDJA,915
|
|
235
231
|
amsdal/cloud/services/actions/list_dependencies.pyi,sha256=C37VamSyRT-uNLuwQJ0OrHKavs8Jt0bfPbAsE5BQEvE,1035
|
|
236
232
|
amsdal/cloud/services/actions/create_env.pyi,sha256=ITvyLrvwt6H36JNYURHZ_PbmGZquc5Fm07dVo7H6ll0,910
|
|
237
233
|
amsdal/cloud/services/actions/expose_db.pyi,sha256=uk2zuz1SiXwjDFxtKF-yyWGNEONOgfm7EcrEyVT0cMM,1049
|
|
238
|
-
amsdal/fixtures/__init__.cpython-312-darwin.so,sha256=
|
|
234
|
+
amsdal/fixtures/__init__.cpython-312-darwin.so,sha256=HrOMNeUHtXK_FYBn31Nr2LtkgQLj18EEVv_M1rZZiEA,120736
|
|
239
235
|
amsdal/fixtures/manager.pyi,sha256=fMl3nNa2A9jiZanZ_7tnUGaPigk_03KMmdcUGPoX9kI,7077
|
|
240
236
|
amsdal/fixtures/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
241
|
-
amsdal/fixtures/utils.cpython-312-darwin.so,sha256=
|
|
237
|
+
amsdal/fixtures/utils.cpython-312-darwin.so,sha256=Qy6NrEebsScL9RboBK3MNPi_yz2DwqBe9aop40CCmyM,290128
|
|
242
238
|
amsdal/fixtures/utils.pyi,sha256=OnFn7opJscOydj-rlcXQIdDodlIKGCt79TRy5zAUkqg,457
|
|
243
|
-
amsdal/fixtures/manager.cpython-312-darwin.so,sha256=
|
|
239
|
+
amsdal/fixtures/manager.cpython-312-darwin.so,sha256=fhxa8-GQHmMITeDb8kv4oXpBVGb7GteGfBq1vsP_KKE,638960
|
|
244
240
|
amsdal/services/external_connections.pyi,sha256=NEKcmoXIQViFZF9Sr0XRgvw2sC73jD7dg55dgCAhaJ0,5973
|
|
245
241
|
amsdal/services/transaction_execution.pyi,sha256=TwCuurOoqSHgNu9GCYYZPSpGjxXssF2eNygQ5KVwAZM,4374
|
|
246
|
-
amsdal/services/transaction_execution.cpython-312-darwin.so,sha256=
|
|
242
|
+
amsdal/services/transaction_execution.cpython-312-darwin.so,sha256=C0dZpbxtLFrEZoOh1Vsno7_vDJIJ2SusQlzH5mYrnq8,435648
|
|
247
243
|
amsdal/services/__init__.pyi,sha256=amezsprEb708wi5fhZOKYV9nrM-374iE-XFIqTNRif4,349
|
|
248
244
|
amsdal/services/external_model_generator.pyi,sha256=h_fQF0MPOdK8kdRh53srzJ_apzMo4RxIgwJxkFcRToA,5130
|
|
249
245
|
amsdal/services/__init__.py,sha256=lz0twKy9IuWbm6kQZM67A-ahb0avlAwEKq7Zz4DAkCs,358
|
|
250
246
|
amsdal/services/external_model_generator.py,sha256=ihSfgGiM7FBFkVcxcN8JACOM-x9YVRBsX86gl7FSjNg,12835
|
|
251
247
|
amsdal/services/external_connections.py,sha256=m0bHCcoHnZUw15L4rbyf8ckpscETOU4qcgXnqFAZ81I,8368
|
|
248
|
+
amsdal-0.5.21.dist-info/RECORD,,
|
|
249
|
+
amsdal-0.5.21.dist-info/WHEEL,sha256=_N1vyLgwJ10g4JxFsp-IfU42zGJgf-DUqwfdbV1YvEM,115
|
|
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
|