amsdal 0.1.3__cp310-cp310-macosx_10_9_universal2.whl → 0.1.5__cp310-cp310-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/__migrations__/0000_initial.py +1 -1
- amsdal/cloud/__init__.cpython-310-darwin.so +0 -0
- amsdal/cloud/client.cpython-310-darwin.so +0 -0
- amsdal/cloud/constants.cpython-310-darwin.so +0 -0
- amsdal/cloud/enums.cpython-310-darwin.so +0 -0
- amsdal/cloud/models/__init__.cpython-310-darwin.so +0 -0
- amsdal/cloud/models/base.cpython-310-darwin.so +0 -0
- amsdal/cloud/services/__init__.cpython-310-darwin.so +0 -0
- amsdal/cloud/services/actions/__init__.cpython-310-darwin.so +0 -0
- amsdal/cloud/services/actions/add_dependency.cpython-310-darwin.so +0 -0
- amsdal/cloud/services/actions/add_secret.cpython-310-darwin.so +0 -0
- amsdal/cloud/services/actions/base.cpython-310-darwin.so +0 -0
- amsdal/cloud/services/actions/create_deploy.cpython-310-darwin.so +0 -0
- amsdal/cloud/services/actions/create_session.cpython-310-darwin.so +0 -0
- amsdal/cloud/services/actions/delete_dependency.cpython-310-darwin.so +0 -0
- amsdal/cloud/services/actions/delete_secret.cpython-310-darwin.so +0 -0
- amsdal/cloud/services/actions/destroy_deploy.cpython-310-darwin.so +0 -0
- amsdal/cloud/services/actions/expose_db.cpython-310-darwin.so +0 -0
- amsdal/cloud/services/actions/list_dependencies.cpython-310-darwin.so +0 -0
- amsdal/cloud/services/actions/list_deploys.cpython-310-darwin.so +0 -0
- amsdal/cloud/services/actions/list_secrets.cpython-310-darwin.so +0 -0
- amsdal/cloud/services/actions/manager.cpython-310-darwin.so +0 -0
- amsdal/cloud/services/actions/signup_action.cpython-310-darwin.so +0 -0
- amsdal/cloud/services/actions/update_deploy.cpython-310-darwin.so +0 -0
- amsdal/cloud/services/auth/__init__.cpython-310-darwin.so +0 -0
- amsdal/cloud/services/auth/base.cpython-310-darwin.so +0 -0
- amsdal/cloud/services/auth/credentials.cpython-310-darwin.so +0 -0
- amsdal/cloud/services/auth/manager.cpython-310-darwin.so +0 -0
- amsdal/cloud/services/auth/signup_service.cpython-310-darwin.so +0 -0
- amsdal/cloud/services/auth/token.cpython-310-darwin.so +0 -0
- amsdal/contrib/__init__.cpython-310-darwin.so +0 -0
- amsdal/contrib/frontend_configs/conversion/convert.py +18 -2
- amsdal/contrib/frontend_configs/lifecycle/consumer.py +4 -0
- amsdal/contrib/frontend_configs/models/frontend_model_config/fixtures/permissions.json +24 -0
- amsdal/fixtures/__init__.cpython-310-darwin.so +0 -0
- amsdal/fixtures/manager.cpython-310-darwin.so +0 -0
- amsdal/manager.cpython-310-darwin.so +0 -0
- amsdal/migration/__init__.cpython-310-darwin.so +0 -0
- amsdal/migration/base_migration_schemas.cpython-310-darwin.so +0 -0
- amsdal/migration/data_classes.cpython-310-darwin.so +0 -0
- amsdal/migration/executors/__init__.cpython-310-darwin.so +0 -0
- amsdal/migration/executors/base.cpython-310-darwin.so +0 -0
- amsdal/migration/executors/default_executor.cpython-310-darwin.so +0 -0
- amsdal/migration/executors/state_executor.cpython-310-darwin.so +0 -0
- amsdal/migration/file_migration_executor.cpython-310-darwin.so +0 -0
- amsdal/migration/file_migration_generator.cpython-310-darwin.so +0 -0
- amsdal/migration/file_migration_generator.pyi +0 -2
- amsdal/migration/file_migration_store.cpython-310-darwin.so +0 -0
- amsdal/migration/file_migration_writer.cpython-310-darwin.so +0 -0
- amsdal/migration/migrations.cpython-310-darwin.so +0 -0
- amsdal/migration/migrations_loader.cpython-310-darwin.so +0 -0
- amsdal/migration/schemas_loaders.cpython-310-darwin.so +0 -0
- amsdal/migration/utils.cpython-310-darwin.so +0 -0
- amsdal/mixins/__init__.cpython-310-darwin.so +0 -0
- amsdal/mixins/build_mixin.cpython-310-darwin.so +0 -0
- amsdal/mixins/class_versions_mixin.cpython-310-darwin.so +0 -0
- amsdal/operations/__init__.cpython-310-darwin.so +0 -0
- amsdal/operations/manager.cpython-310-darwin.so +0 -0
- amsdal/schemas/core/fixture/model.json +1 -1
- amsdal/schemas/manager.cpython-310-darwin.so +0 -0
- amsdal/services/__init__.cpython-310-darwin.so +0 -0
- amsdal/services/transaction_execution.cpython-310-darwin.so +0 -0
- {amsdal-0.1.3.dist-info → amsdal-0.1.5.dist-info}/METADATA +1 -1
- {amsdal-0.1.3.dist-info → amsdal-0.1.5.dist-info}/RECORD +68 -67
- {amsdal-0.1.3.dist-info → amsdal-0.1.5.dist-info}/LICENSE.txt +0 -0
- {amsdal-0.1.3.dist-info → amsdal-0.1.5.dist-info}/WHEEL +0 -0
- {amsdal-0.1.3.dist-info → amsdal-0.1.5.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
|
|
@@ -47,7 +47,13 @@ def convert_to_frontend_config(value: Any, *, is_transaction: bool = False) -> d
|
|
|
47
47
|
return {}
|
|
48
48
|
|
|
49
49
|
if origin_class is Union:
|
|
50
|
-
|
|
50
|
+
_union = _process_union(value, is_transaction=is_transaction)
|
|
51
|
+
|
|
52
|
+
if 'entityType' in _union and _union['entityType'] == 'File':
|
|
53
|
+
_union['type'] = 'file'
|
|
54
|
+
del _union['entityType']
|
|
55
|
+
|
|
56
|
+
return _union
|
|
51
57
|
|
|
52
58
|
if origin_class is list:
|
|
53
59
|
return {
|
|
@@ -79,7 +85,13 @@ def convert_to_frontend_config(value: Any, *, is_transaction: bool = False) -> d
|
|
|
79
85
|
}
|
|
80
86
|
|
|
81
87
|
if isinstance(value, UnionType):
|
|
82
|
-
|
|
88
|
+
_union = _process_union(value, is_transaction=is_transaction)
|
|
89
|
+
|
|
90
|
+
if 'entityType' in _union and _union['entityType'] == 'File':
|
|
91
|
+
_union['type'] = 'file'
|
|
92
|
+
del _union['entityType']
|
|
93
|
+
|
|
94
|
+
return _union
|
|
83
95
|
|
|
84
96
|
if value in default_types_map:
|
|
85
97
|
return {
|
|
@@ -141,6 +153,10 @@ def convert_to_frontend_config(value: Any, *, is_transaction: bool = False) -> d
|
|
|
141
153
|
}
|
|
142
154
|
|
|
143
155
|
if is_transaction and issubclass(value, Model):
|
|
156
|
+
if value.__name__ == 'File':
|
|
157
|
+
return {
|
|
158
|
+
'type': 'file',
|
|
159
|
+
}
|
|
144
160
|
return {
|
|
145
161
|
'type': 'object_latest',
|
|
146
162
|
'entityType': value.__name__,
|
|
@@ -57,6 +57,10 @@ def process_property(field_name: str, property_data: PropertyData) -> dict[str,
|
|
|
57
57
|
property_data.items.key, # type: ignore[union-attr, arg-type]
|
|
58
58
|
),
|
|
59
59
|
}
|
|
60
|
+
elif property_data.type == 'File':
|
|
61
|
+
type_definition = {
|
|
62
|
+
'type': 'file',
|
|
63
|
+
}
|
|
60
64
|
else:
|
|
61
65
|
type_definition = {
|
|
62
66
|
'type': 'object_latest',
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Permission": [
|
|
3
|
+
{
|
|
4
|
+
"external_id": "frontend_model_config_read",
|
|
5
|
+
"model": "FrontendModelConfig",
|
|
6
|
+
"action": "read"
|
|
7
|
+
},
|
|
8
|
+
{
|
|
9
|
+
"external_id": "frontend_model_config_update",
|
|
10
|
+
"model": "FrontendModelConfig",
|
|
11
|
+
"action": "update"
|
|
12
|
+
},
|
|
13
|
+
{
|
|
14
|
+
"external_id": "frontend_model_config_delete",
|
|
15
|
+
"model": "FrontendModelConfig",
|
|
16
|
+
"action": "delete"
|
|
17
|
+
},
|
|
18
|
+
{
|
|
19
|
+
"external_id": "frontend_model_config_create",
|
|
20
|
+
"model": "FrontendModelConfig",
|
|
21
|
+
"action": "create"
|
|
22
|
+
}
|
|
23
|
+
]
|
|
24
|
+
}
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -33,8 +33,6 @@ class FileMigrationGenerator:
|
|
|
33
33
|
_schema_loader: Incomplete
|
|
34
34
|
_state: Incomplete
|
|
35
35
|
def __init__(self, schema_loader: BaseClassSchemaLoader, app_migrations_path: Path | None = None) -> None: ...
|
|
36
|
-
def init_migrations(self, schema_type: SchemaTypes = ...) -> None:
|
|
37
|
-
"""Reads class schemas and creates initial migration file"""
|
|
38
36
|
def make_migrations(self, name: str | None = None, *, is_data: bool = False, schema_type: SchemaTypes = ...) -> MigrationFile: ...
|
|
39
37
|
def generate_operations(self, schema_type: SchemaTypes) -> list[MigrateOperation]: ...
|
|
40
38
|
def _make_data_migrations(self, name: str | None = None) -> MigrationFile: ...
|
|
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
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
amsdal/manager.pyi,sha256=v1zEL7LApkM_RsuV-cfAFJhQn9OfREF8mXq_NXwr1Hw,4652
|
|
2
2
|
amsdal/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
3
|
-
amsdal/manager.cpython-310-darwin.so,sha256=
|
|
3
|
+
amsdal/manager.cpython-310-darwin.so,sha256=kI3-2gf_IeNjJ1ZbguU-34CZV9hb5T5DyEybGbis848,339728
|
|
4
4
|
amsdal/__init__.py,sha256=EQCJ5OevmkkIpIULumPNIbWk3UI7afDfRzIsZN5mfwg,73
|
|
5
5
|
amsdal/Third-Party Materials - AMSDAL Dependencies - License Notices.md,sha256=TMs-vRDXacJ_rDtdN3rokBp8eofVTRIIUEyWABZ01H4,62596
|
|
6
|
-
amsdal/__about__.py,sha256=
|
|
6
|
+
amsdal/__about__.py,sha256=82YF8orvE3FHzhhFROjNWjjc4UL3DoNlQaDC8kfs9t8,124
|
|
7
7
|
amsdal/errors.pyi,sha256=mcuGsQMWaIUmC9GJDIkf99dQMMsCfBy6OI_UB3NSNmc,597
|
|
8
8
|
amsdal/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
9
9
|
amsdal/errors.py,sha256=pZZKIklaDkh8jdFSAfX81TbiylvbaE70nttRjTcTSBk,616
|
|
@@ -14,16 +14,16 @@ amsdal/context/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
|
14
14
|
amsdal/context/manager.py,sha256=EzwuXiF3_Q3slDCNkVcFhVXkgMtOvQOEwBNA8YRBMnc,720
|
|
15
15
|
amsdal/mixins/class_versions_mixin.pyi,sha256=0rKwUtWCNwAqhwmb-GHHIDXyagDw2dmcbgK0l4-HbVg,445
|
|
16
16
|
amsdal/mixins/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
17
|
-
amsdal/mixins/build_mixin.cpython-310-darwin.so,sha256=
|
|
17
|
+
amsdal/mixins/build_mixin.cpython-310-darwin.so,sha256=mynz33cU7qAUAq2m0GAHgAvh7ADalZCYbGn7TQ1ER_I,336872
|
|
18
18
|
amsdal/mixins/build_mixin.pyi,sha256=txN2JgdHhKR4SzmkvdAPGdEbtjhMdy8dp5YXMp-rxus,1031
|
|
19
|
-
amsdal/mixins/__init__.cpython-310-darwin.so,sha256=
|
|
20
|
-
amsdal/mixins/class_versions_mixin.cpython-310-darwin.so,sha256=
|
|
19
|
+
amsdal/mixins/__init__.cpython-310-darwin.so,sha256=oJSwYIzFL2peNgPuVsqJnCubGP82HzzFTEyqw6mq3nM,120672
|
|
20
|
+
amsdal/mixins/class_versions_mixin.cpython-310-darwin.so,sha256=rmwwZQ8pNDg877GDOfKNDLGGlZ8f-GSwhuKHo0QE7XQ,252896
|
|
21
21
|
amsdal/utils/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
22
22
|
amsdal/utils/contrib_paths.py,sha256=irgD76LmgjzsTUAkr6cPFOsypek7-Gbtwv2tyz3u9xo,422
|
|
23
23
|
amsdal/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
24
24
|
amsdal/utils/contrib_paths.pyi,sha256=eRa6C3zITVe0UsvO15oGNOXcGz8L5n4gGZR60W96SBw,132
|
|
25
25
|
amsdal/contrib/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
26
|
-
amsdal/contrib/__init__.cpython-310-darwin.so,sha256=
|
|
26
|
+
amsdal/contrib/__init__.cpython-310-darwin.so,sha256=mx_2NpoDpGMrOYSxN2FxycQRcm3gS-2hRZ7ya0BqgQg,120672
|
|
27
27
|
amsdal/contrib/app_config.pyi,sha256=j3MYfBcn9MzhTagEczGWfVH9N5jrfiKmUhxZMoakojw,149
|
|
28
28
|
amsdal/contrib/app_config.py,sha256=RT3RAEE49XtzuFTXYNVuaqU9V4YIl0ZWZijtXgV-SC4,131
|
|
29
29
|
amsdal/contrib/auth/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
@@ -61,7 +61,7 @@ amsdal/contrib/frontend_configs/migrations/0000_initial.py,sha256=sx1aIIwciX9qRm
|
|
|
61
61
|
amsdal/contrib/frontend_configs/lifecycle/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
62
62
|
amsdal/contrib/frontend_configs/lifecycle/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
63
63
|
amsdal/contrib/frontend_configs/lifecycle/consumer.pyi,sha256=YZlIZ0j_VPEhRfos31lc3YjOoawkX17iovL1U7Cgh3I,711
|
|
64
|
-
amsdal/contrib/frontend_configs/lifecycle/consumer.py,sha256=
|
|
64
|
+
amsdal/contrib/frontend_configs/lifecycle/consumer.py,sha256=A2G6qInZKiSQCPSMjVz722aolql5baZ8Rs0b15nJfIQ,5873
|
|
65
65
|
amsdal/contrib/frontend_configs/models/frontend_control_config/model.json,sha256=U_AB2OMdSbhsM7OksOexmettKlxoGcPfJedhMur2mMw,6791
|
|
66
66
|
amsdal/contrib/frontend_configs/models/frontend_config_skip_none_base/model.json,sha256=Mkk3rsx9UwG9EnUOnCxN-xMChEKjEJh4ql3HmBLH5FM,119
|
|
67
67
|
amsdal/contrib/frontend_configs/models/frontend_config_skip_none_base/properties/model_dump.py,sha256=009_69Jc2zKmJ4bQWbVG7HeT2QWvXc2g8D1jyZ6aoL0,426
|
|
@@ -71,21 +71,22 @@ amsdal/contrib/frontend_configs/models/frontent_config_control_action/model.json
|
|
|
71
71
|
amsdal/contrib/frontend_configs/models/frontent_config_control_action/properties/action_validate.py,sha256=chhb5_59TKhajCc1McRvZ7hI929DqAs7cSBFb1Ry9LE,541
|
|
72
72
|
amsdal/contrib/frontend_configs/models/frontend_config_group_validator/model.json,sha256=aNcoBkQCWFQao0Nbjw0tfKRl25nE2tt4AgM0myc07Sc,1366
|
|
73
73
|
amsdal/contrib/frontend_configs/models/frontend_model_config/model.json,sha256=IF_jrqlsaTowlyb3MMkNoLh6t5fTaDX8LPYA9ptmPKI,339
|
|
74
|
+
amsdal/contrib/frontend_configs/models/frontend_model_config/fixtures/permissions.json,sha256=enVlQVTn32_hSevxFkCtnaNzSuz__VvlZHBMVSQNucw,644
|
|
74
75
|
amsdal/contrib/frontend_configs/models/frontend_config_text_mask/model.json,sha256=lxCWq0FEkFG8BA9qjg7TXWsFUwlGeBzhlBaKe_M0swk,586
|
|
75
76
|
amsdal/contrib/frontend_configs/models/frontend_config_slider_option/model.json,sha256=rVLe1pEQyCuuO0OOwQO5-cdEyEF1mE6nlnkq8_E-UwE,411
|
|
76
77
|
amsdal/contrib/frontend_configs/models/frontend_config_async_validator/model.json,sha256=ycIDZ7CcEb5qvb2pBzsTBJx2gBKV9dTOVG6QWqb0c0U,240
|
|
77
78
|
amsdal/contrib/frontend_configs/models/frontend_config_option/model.json,sha256=x0Xhp1_AMCAiqeBDY8Peg29vfbhkrFkyrff6Py1bYxQ,315
|
|
78
79
|
amsdal/contrib/frontend_configs/conversion/__init__.pyi,sha256=Gbz6P3jhpqK6hLcGxi6l0sI_MNrb8_JNLLD4YVOjkFY,162
|
|
79
|
-
amsdal/contrib/frontend_configs/conversion/convert.py,sha256=
|
|
80
|
+
amsdal/contrib/frontend_configs/conversion/convert.py,sha256=rShTwWkzOYtQUWFQ7EradNm2f6suYptR3H47ezpBup0,6617
|
|
80
81
|
amsdal/contrib/frontend_configs/conversion/convert.pyi,sha256=PfB8BT9zvDFU1f_Ob0ygX5qKhUMYYJNlrGYxKyYzjiw,374
|
|
81
82
|
amsdal/contrib/frontend_configs/conversion/__init__.py,sha256=4Kkv5xgGvqky3szx08bBfbbxrc6TeFDSnosGimSoNcI,139
|
|
82
83
|
amsdal/operations/manager.pyi,sha256=hfyLXnG7BVCug_ssaQfOxFKfKNH0hOAw-xEKCxQRQvQ,1480
|
|
83
84
|
amsdal/operations/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
84
|
-
amsdal/operations/manager.cpython-310-darwin.so,sha256=
|
|
85
|
-
amsdal/operations/__init__.cpython-310-darwin.so,sha256=
|
|
85
|
+
amsdal/operations/manager.cpython-310-darwin.so,sha256=o8JM-P5rRl4FPP3bUpKGtmry3YKstyNggXkeUknGrfs,337712
|
|
86
|
+
amsdal/operations/__init__.cpython-310-darwin.so,sha256=LatBRVtQ_ynrteXsFjiceT0gw2asLg70pjn4iqe-Ps4,120688
|
|
86
87
|
amsdal/schemas/manager.pyi,sha256=RLCBviXDNFgaktueRwp9KTP49D9SLJ4WYRqGAbAeVP4,785
|
|
87
88
|
amsdal/schemas/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
88
|
-
amsdal/schemas/manager.cpython-310-darwin.so,sha256=
|
|
89
|
+
amsdal/schemas/manager.cpython-310-darwin.so,sha256=74Mm74JbdMCEzG6Gdjjybx1NVpk2DMZ_Ijpi--JA3Ek,216000
|
|
89
90
|
amsdal/schemas/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
90
91
|
amsdal/schemas/manager.py,sha256=-2r4-Zuok1bX6sFjAtb34h0C0En7k7PyVHHfLHGJ-S4,2601
|
|
91
92
|
amsdal/schemas/types/array/model.json,sha256=I9Z7r691yd8i-Ndy8Cf3rFGg22mnLxg_weeVU2kRtkY,117
|
|
@@ -104,14 +105,14 @@ amsdal/schemas/core/file/properties/validate_data.py,sha256=bFzRN7kia1KwJc2boWAn
|
|
|
104
105
|
amsdal/schemas/core/file/properties/from_file.py,sha256=VxK8qhFje1oE0U0fNyikgf6sEVlQ5fLysA_5EcirZHM,627
|
|
105
106
|
amsdal/schemas/core/file/hooks/pre_create.py,sha256=hsvtEHQTScxX11kCd-x9D7n1fS654M_Simq5sChHTWU,100
|
|
106
107
|
amsdal/schemas/core/file/hooks/pre_update.py,sha256=-zITgMiwBzPjmHmBOZYGYac_SlxltYpXYxXPKRd2Fck,92
|
|
107
|
-
amsdal/schemas/core/fixture/model.json,sha256=
|
|
108
|
+
amsdal/schemas/core/fixture/model.json,sha256=Ytio9ns-w7OFkqBqMS5EEwvamN67KE9hbKJAifcdijw,499
|
|
108
109
|
amsdal/schemas/core/option/model.json,sha256=bD1WHbnAnU6Ws_U10BZ8oeHaQbVgE1lBWYFcjANeHNI,277
|
|
109
110
|
amsdal/schemas/core/class_property_meta/model.json,sha256=X5i5FLlq-BhP8MDFPki7nu_FSdcpsAWXOe3u-mULKUA,390
|
|
110
111
|
amsdal/schemas/core/class_object_meta/model.json,sha256=Rye9cqv_HyZKaCl_UECqYx8eCd3CFta4YbpZJ8QvrdQ,950
|
|
111
112
|
amsdal/schemas/core/class_property/model.json,sha256=qWdOvU_Ks9c3utQIkbRzsK67UwhD4qBGfofzNzYmt98,372
|
|
112
113
|
amsdal/schemas/core/class_object/model.json,sha256=K-S51xTxqU0W3OJYmnXW7Y8gRfttcgOsy2qN5k0A0Wc,552
|
|
113
114
|
amsdal/schemas/core/class_object/properties/display_name.py,sha256=Lxab4H78EKy0hC9xCchRo2iVjlCuXUlUV4mbEKicFjg,117
|
|
114
|
-
amsdal/__migrations__/0000_initial.py,sha256=
|
|
115
|
+
amsdal/__migrations__/0000_initial.py,sha256=kPSE-aFasdi6jLMO5vIbpMK7hLiaR2TAqMdX2lGTf_s,10318
|
|
115
116
|
amsdal/configs/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
116
117
|
amsdal/configs/constants.pyi,sha256=UQymqsaATUsTp-kRtNEMCb2-UuLXwoFIY-ieljgVbMU,280
|
|
117
118
|
amsdal/configs/constants.py,sha256=nzXhzdVjbLSGUsEE19Zhk63znpcEtRLh7fbRWg2vyqo,562
|
|
@@ -119,68 +120,68 @@ amsdal/configs/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
|
119
120
|
amsdal/configs/main.pyi,sha256=45CYn6Rs9xYmzFJ4i50M9Bq_HLZx6cZQuo7XTSVs2z0,1484
|
|
120
121
|
amsdal/configs/main.py,sha256=2pigoWWhCZ0EebHaoB1lm-nNV9TF_FCkRctxyXTRQy4,4918
|
|
121
122
|
amsdal/cloud/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
122
|
-
amsdal/cloud/enums.cpython-310-darwin.so,sha256=
|
|
123
|
+
amsdal/cloud/enums.cpython-310-darwin.so,sha256=6t8b3mNBeRWr5qW7CBUfpzO39dZhe5NK1zlzvj8Tdos,157504
|
|
123
124
|
amsdal/cloud/constants.pyi,sha256=0qWxDqjQkETwUtgco5kV83fPHhQ4jRdJe_YPPNTnSIY,327
|
|
124
125
|
amsdal/cloud/client.pyi,sha256=uEFrKTEIxnXnCFtW6_GtfvuwHeXK5J_WjOho5FWYhdQ,593
|
|
125
|
-
amsdal/cloud/client.cpython-310-darwin.so,sha256=
|
|
126
|
-
amsdal/cloud/__init__.cpython-310-darwin.so,sha256=
|
|
127
|
-
amsdal/cloud/constants.cpython-310-darwin.so,sha256=
|
|
126
|
+
amsdal/cloud/client.cpython-310-darwin.so,sha256=_rwe9FmfiuHJj4XR7FcoSD6RPyumsxmtTE2GFL8pcOk,215632
|
|
127
|
+
amsdal/cloud/__init__.cpython-310-darwin.so,sha256=5FtVi6-I_n2Ohe9daCxHFU20aJ4215QZMizesHQVR6c,120656
|
|
128
|
+
amsdal/cloud/constants.cpython-310-darwin.so,sha256=5Nv10P4khlr6LR9lyqdGH1Lp_RAQQt4cQb5qs2xD_oM,158624
|
|
128
129
|
amsdal/cloud/enums.pyi,sha256=0g3I-6nLB26kj0H8v4CJRUuARSDLTn91FzTtb9DHGIU,407
|
|
129
130
|
amsdal/cloud/models/base.pyi,sha256=GKl9jFUcRv4gzdqf3G_irx0TUPuD2C-GS2PuhyyvgF4,1564
|
|
130
131
|
amsdal/cloud/models/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
131
|
-
amsdal/cloud/models/base.cpython-310-darwin.so,sha256=
|
|
132
|
-
amsdal/cloud/models/__init__.cpython-310-darwin.so,sha256=
|
|
132
|
+
amsdal/cloud/models/base.cpython-310-darwin.so,sha256=sR4R-iYttChrxHhQiNEn2CH1DtwS-X5OnLqbLr3tofo,159488
|
|
133
|
+
amsdal/cloud/models/__init__.cpython-310-darwin.so,sha256=FaumDdlNnEWJjRLZy8dZX7aTvwzkTL_GOTnuG9ag0Ns,120688
|
|
133
134
|
amsdal/cloud/services/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
134
|
-
amsdal/cloud/services/__init__.cpython-310-darwin.so,sha256=
|
|
135
|
-
amsdal/cloud/services/auth/token.cpython-310-darwin.so,sha256=
|
|
135
|
+
amsdal/cloud/services/__init__.cpython-310-darwin.so,sha256=MQxBBY2VqPZqYhpx5mORSHghagy0Mp7-0w0bWBGQtYE,120704
|
|
136
|
+
amsdal/cloud/services/auth/token.cpython-310-darwin.so,sha256=a-Q7lK9JKEV-7p-Vo0pYZss55vHUOSybHRNTXodfd2s,250784
|
|
136
137
|
amsdal/cloud/services/auth/base.pyi,sha256=oj_tgwWhf02g-FzCLcNOEZjYDxfcrrDssING4jsUMb8,167
|
|
137
138
|
amsdal/cloud/services/auth/manager.pyi,sha256=9fSm8tUKWNdUKlpV6GmvSN6Ypr8IyanAtrV6-uzdUgw,749
|
|
138
139
|
amsdal/cloud/services/auth/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
139
|
-
amsdal/cloud/services/auth/manager.cpython-310-darwin.so,sha256=
|
|
140
|
+
amsdal/cloud/services/auth/manager.cpython-310-darwin.so,sha256=A6LpGvb-wmEmu-PrzQudTWY63tAT6LyAOHCCE9DwGOo,213856
|
|
140
141
|
amsdal/cloud/services/auth/signup_service.pyi,sha256=uiBnaraW2tmSm6hlhRcVNJfNrtIo-Ddxzd2dZOD27mU,520
|
|
141
|
-
amsdal/cloud/services/auth/base.cpython-310-darwin.so,sha256=
|
|
142
|
-
amsdal/cloud/services/auth/__init__.cpython-310-darwin.so,sha256=
|
|
142
|
+
amsdal/cloud/services/auth/base.cpython-310-darwin.so,sha256=w7OSk4Bs674Csuc654WfM8VbFU-FWV5WvUKEc5N4u1A,163040
|
|
143
|
+
amsdal/cloud/services/auth/__init__.cpython-310-darwin.so,sha256=22G-R8b5JXjMhbWxR7r_bD3GUchWWForEu3jUsdDdNM,120720
|
|
143
144
|
amsdal/cloud/services/auth/token.pyi,sha256=DRvKXl7DV26vcoLxEgR6UyJgIeP9z-XTX3WiR4A1ksM,633
|
|
144
|
-
amsdal/cloud/services/auth/credentials.cpython-310-darwin.so,sha256=
|
|
145
|
-
amsdal/cloud/services/auth/signup_service.cpython-310-darwin.so,sha256=
|
|
145
|
+
amsdal/cloud/services/auth/credentials.cpython-310-darwin.so,sha256=L9fRgASsqKis88K2J2c0fDq8uqPpoMiRIwZRUWwJX6c,252920
|
|
146
|
+
amsdal/cloud/services/auth/signup_service.cpython-310-darwin.so,sha256=TNvgNmktCtSDZTVatY9hDpVk0mPsp3jdkf0lXRWWcqk,215960
|
|
146
147
|
amsdal/cloud/services/auth/credentials.pyi,sha256=AMS1HUVaqM7CiypSQvYEliFW4_9g9-_6WME2tAxIw3s,1116
|
|
147
|
-
amsdal/cloud/services/actions/list_deploys.cpython-310-darwin.so,sha256=
|
|
148
|
-
amsdal/cloud/services/actions/destroy_deploy.cpython-310-darwin.so,sha256=
|
|
149
|
-
amsdal/cloud/services/actions/list_dependencies.cpython-310-darwin.so,sha256=
|
|
148
|
+
amsdal/cloud/services/actions/list_deploys.cpython-310-darwin.so,sha256=mypoo5TqX3VLnbMC5JjJJZzDtyLjY3clTsj78k9meiU,180808
|
|
149
|
+
amsdal/cloud/services/actions/destroy_deploy.cpython-310-darwin.so,sha256=DINrrWAUcFOFsU8qumhBxEi7XsWWhlV9cQVyC56Dc0Q,180280
|
|
150
|
+
amsdal/cloud/services/actions/list_dependencies.cpython-310-darwin.so,sha256=qgHqEzkDzTDHmmuQK2I1pDGMxWAHAXIKrCilSwhuTgA,180968
|
|
150
151
|
amsdal/cloud/services/actions/base.pyi,sha256=RuTQwOHkHCzEw4HBkHkbba9gW_5158BT71YdOxIzlGw,1648
|
|
151
152
|
amsdal/cloud/services/actions/manager.pyi,sha256=7oFfhd26A5raF8mOFYOLC2BZ_J9L67ddH-fYgPkjtQ4,2735
|
|
152
|
-
amsdal/cloud/services/actions/create_deploy.cpython-310-darwin.so,sha256=
|
|
153
|
-
amsdal/cloud/services/actions/create_session.cpython-310-darwin.so,sha256=
|
|
153
|
+
amsdal/cloud/services/actions/create_deploy.cpython-310-darwin.so,sha256=h3DlMdUU8qf-jn7rM0SjnG0If7yGR_b1m-iwbZFIXxE,252152
|
|
154
|
+
amsdal/cloud/services/actions/create_session.cpython-310-darwin.so,sha256=wgVSqCDNF81xmTxwVo4oN3HxnwTzDv2mrunwPJUYbvU,180728
|
|
154
155
|
amsdal/cloud/services/actions/list_secrets.pyi,sha256=B14mii5J0ktUaTLDHkqfkhwhy0bweuy6i6rc9n41EE4,355
|
|
155
156
|
amsdal/cloud/services/actions/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
156
|
-
amsdal/cloud/services/actions/manager.cpython-310-darwin.so,sha256=
|
|
157
|
-
amsdal/cloud/services/actions/base.cpython-310-darwin.so,sha256=
|
|
158
|
-
amsdal/cloud/services/actions/signup_action.cpython-310-darwin.so,sha256=
|
|
159
|
-
amsdal/cloud/services/actions/expose_db.cpython-310-darwin.so,sha256=
|
|
160
|
-
amsdal/cloud/services/actions/add_secret.cpython-310-darwin.so,sha256=
|
|
161
|
-
amsdal/cloud/services/actions/delete_dependency.cpython-310-darwin.so,sha256=
|
|
157
|
+
amsdal/cloud/services/actions/manager.cpython-310-darwin.so,sha256=1aY0wwThv7eoBY_DuOhWoOVgfMEr2SEpmmwNux8pQnM,249440
|
|
158
|
+
amsdal/cloud/services/actions/base.cpython-310-darwin.so,sha256=DbrFEkh7M8q92K3aoZzaOSgtjTkhYOV1pa5eMeV6760,304480
|
|
159
|
+
amsdal/cloud/services/actions/signup_action.cpython-310-darwin.so,sha256=G30av05fMPCj6tAinl1vXbPfAAOQaEg5GzrTbUtVRnw,180328
|
|
160
|
+
amsdal/cloud/services/actions/expose_db.cpython-310-darwin.so,sha256=9OmxSK-dAvrIff-0SqrPvIvpN_TF5xY_W7vBHu4vyrU,180848
|
|
161
|
+
amsdal/cloud/services/actions/add_secret.cpython-310-darwin.so,sha256=DkV2SR-Gm0374AKLm0_DEUazeE8koWKRVVut2iI6HpM,180392
|
|
162
|
+
amsdal/cloud/services/actions/delete_dependency.cpython-310-darwin.so,sha256=N8k9tNLwb0s8BcunD3yagSSixP3Ihqsg8er2hF6Z1Ck,180488
|
|
162
163
|
amsdal/cloud/services/actions/delete_secret.pyi,sha256=QhIYoXQzShEUwLwoDQaNEf-mw1PQvl0l3EFIpg-dKcE,252
|
|
163
|
-
amsdal/cloud/services/actions/list_secrets.cpython-310-darwin.so,sha256=
|
|
164
|
+
amsdal/cloud/services/actions/list_secrets.cpython-310-darwin.so,sha256=pGTsavnxj37OIieVb-cdE1h_ZVDkCsiXi2MlJcZNeuU,180968
|
|
164
165
|
amsdal/cloud/services/actions/delete_dependency.pyi,sha256=2xT5Ks6KGgNMZEl--VkcpHZ3Mo7SvJpMtQCOdLkcwLE,259
|
|
165
|
-
amsdal/cloud/services/actions/__init__.cpython-310-darwin.so,sha256=
|
|
166
|
+
amsdal/cloud/services/actions/__init__.cpython-310-darwin.so,sha256=R95HkkqCJ6iWcScRgqphztdqOMRbQtcui2mRUF6G5rM,120736
|
|
166
167
|
amsdal/cloud/services/actions/create_session.pyi,sha256=IxkArxMKJyRpqiWA1xDl06ZN4B44VDwn_jlCeGC6JWc,282
|
|
167
168
|
amsdal/cloud/services/actions/list_deploys.pyi,sha256=jLfXCoRiocgzfNjNR6hdlF3kgWM8dq4qK_NsR25nxV4,277
|
|
168
169
|
amsdal/cloud/services/actions/add_dependency.pyi,sha256=k9mJDr_rvG4tY6gK2IHRKac5jPy30IeWhzc389Rc70M,256
|
|
169
170
|
amsdal/cloud/services/actions/signup_action.pyi,sha256=Zobfp3iqnxWTqnZNacDR0udNQjBfh5uX32n7DISaQP8,304
|
|
170
|
-
amsdal/cloud/services/actions/delete_secret.cpython-310-darwin.so,sha256=
|
|
171
|
+
amsdal/cloud/services/actions/delete_secret.cpython-310-darwin.so,sha256=6DW2yWzI--aOGDie9Nm7cv66h4kj2Rkn-GCRjWHDMiQ,180424
|
|
171
172
|
amsdal/cloud/services/actions/add_secret.pyi,sha256=-aLENIqVyk-0IE7m4f-p8KOfLmsvZ0QjWyqSyiDXzi4,268
|
|
172
173
|
amsdal/cloud/services/actions/destroy_deploy.pyi,sha256=vEPBlTq6vbYSmthr-V45WgqeTTAwnH_o3xJ_eE2TIns,181
|
|
173
174
|
amsdal/cloud/services/actions/update_deploy.pyi,sha256=kqpvc8zOMZwSVFi8ZAyt4NwkiY9uDUruRHdY12uxdeo,296
|
|
174
|
-
amsdal/cloud/services/actions/add_dependency.cpython-310-darwin.so,sha256=
|
|
175
|
+
amsdal/cloud/services/actions/add_dependency.cpython-310-darwin.so,sha256=kj-EzHICs6ei9FJLeqBgeMorDeImHLSrkEVXkgEW8HU,180456
|
|
175
176
|
amsdal/cloud/services/actions/create_deploy.pyi,sha256=FyIJd8mS0AdeLL_VnHHvItmNFfP7-l-tQavGBtL_b0w,695
|
|
176
177
|
amsdal/cloud/services/actions/list_dependencies.pyi,sha256=Dw8SY_Eh7eo_EXbd1XzMdUCg6j1LPasreA7kPBbBcJU,345
|
|
177
|
-
amsdal/cloud/services/actions/update_deploy.cpython-310-darwin.so,sha256=
|
|
178
|
+
amsdal/cloud/services/actions/update_deploy.cpython-310-darwin.so,sha256=YgeCHjkL4s-FlVYW_TGlQpVxfFttIkBko17FWTJPAvU,180776
|
|
178
179
|
amsdal/cloud/services/actions/expose_db.pyi,sha256=vvhhSXSY8Myu9VKVmoSU-ywOzfi43u9ztmykBSE1vhM,294
|
|
179
180
|
amsdal/fixtures/manager.pyi,sha256=Q0ImQbFpuGDiFnlR1dbmgxWHjf7B2sq1csPzbiNIdEg,1608
|
|
180
181
|
amsdal/fixtures/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
181
|
-
amsdal/fixtures/manager.cpython-310-darwin.so,sha256=
|
|
182
|
-
amsdal/fixtures/__init__.cpython-310-darwin.so,sha256=
|
|
183
|
-
amsdal/migration/base_migration_schemas.cpython-310-darwin.so,sha256=
|
|
182
|
+
amsdal/fixtures/manager.cpython-310-darwin.so,sha256=veuv4smSZm-8RjBe_JmdYluaueO6hZzmSOC8fPBGiVM,390416
|
|
183
|
+
amsdal/fixtures/__init__.cpython-310-darwin.so,sha256=cJWKFFqnMaXFTmuGCdCN6PF-VDjsb--1drMetvJDK88,120672
|
|
184
|
+
amsdal/migration/base_migration_schemas.cpython-310-darwin.so,sha256=OsD2BNnz8OylG5PWtSHQTEa_laKtBsGVrq1s8TfA-vg,428384
|
|
184
185
|
amsdal/migration/file_migration_store.pyi,sha256=lYZVV0P9NKyR09SydcEemJ2cbMuIlTI_mI4qJyrHhS8,1699
|
|
185
186
|
amsdal/migration/file_migration_executor.pyi,sha256=5qS42efiRCgjU_c-a7gfeVzD6nI8XKH2t_NT8ryixa8,2557
|
|
186
187
|
amsdal/migration/migrations_loader.pyi,sha256=mU5p4_Djuynl6zdEmMVY1NXwyjSV3Wa344CXP6arfBM,691
|
|
@@ -189,27 +190,27 @@ amsdal/migration/file_migration_writer.pyi,sha256=r4nTR9u0AXUv9oWQoarCvGF-jt2Af_
|
|
|
189
190
|
amsdal/migration/base_migration_schemas.pyi,sha256=P4AeDjRvq7ghNLMKCMw5L9ZQ_MDoLAa8KAZJaQ4gLZ0,2361
|
|
190
191
|
amsdal/migration/data_classes.pyi,sha256=n7ehxdKPAOxiuFArGNgxNkd120wwFLHSp2MQzi1rN-A,2095
|
|
191
192
|
amsdal/migration/utils.pyi,sha256=SzDL6yp0ZKtzpd0tkvR18A-N-swihdU8x8urc4342v4,1409
|
|
192
|
-
amsdal/migration/__init__.cpython-310-darwin.so,sha256=
|
|
193
|
-
amsdal/migration/migrations.cpython-310-darwin.so,sha256=
|
|
193
|
+
amsdal/migration/__init__.cpython-310-darwin.so,sha256=MG41xk5CpO6b35WkN9aCrfpQdn2mPWGeS69KehqbBas,120688
|
|
194
|
+
amsdal/migration/migrations.cpython-310-darwin.so,sha256=OUAHEE-ryLH7-tQBerttPAAF_gD46RZkIjoEcM4K95Q,249736
|
|
194
195
|
amsdal/migration/schemas_loaders.pyi,sha256=YvvUs4wX5QKP0PUIevXTmo8Rr85LvAIseNxuPgh3i1U,1197
|
|
195
|
-
amsdal/migration/data_classes.cpython-310-darwin.so,sha256=
|
|
196
|
-
amsdal/migration/file_migration_store.cpython-310-darwin.so,sha256=
|
|
197
|
-
amsdal/migration/migrations_loader.cpython-310-darwin.so,sha256=
|
|
198
|
-
amsdal/migration/file_migration_executor.cpython-310-darwin.so,sha256=
|
|
199
|
-
amsdal/migration/schemas_loaders.cpython-310-darwin.so,sha256=
|
|
200
|
-
amsdal/migration/file_migration_generator.cpython-310-darwin.so,sha256=
|
|
201
|
-
amsdal/migration/file_migration_generator.pyi,sha256=
|
|
202
|
-
amsdal/migration/utils.cpython-310-darwin.so,sha256=
|
|
203
|
-
amsdal/migration/file_migration_writer.cpython-310-darwin.so,sha256=
|
|
196
|
+
amsdal/migration/data_classes.cpython-310-darwin.so,sha256=xSWoeVRDAcge68akjv_Mkj2gTt2aiaUEuFFcwK-WijQ,215912
|
|
197
|
+
amsdal/migration/file_migration_store.cpython-310-darwin.so,sha256=cPM4zRxvxYg_rciqa81i_yrL5EfblLuDRToea07spzw,371440
|
|
198
|
+
amsdal/migration/migrations_loader.cpython-310-darwin.so,sha256=1ZiOCIt-QrQ-lZ2dvWjG675LF90_l2K8TZVD42WTJUE,217240
|
|
199
|
+
amsdal/migration/file_migration_executor.cpython-310-darwin.so,sha256=ZZHDrf8dD7FYoJxzsPc4PprJBbhrxPsxD-ve9nQep-8,337648
|
|
200
|
+
amsdal/migration/schemas_loaders.cpython-310-darwin.so,sha256=9G0rdbtalzZzuFOkPHc_nN5Z5WrxZQP99LBH4jDPYc8,256568
|
|
201
|
+
amsdal/migration/file_migration_generator.cpython-310-darwin.so,sha256=7d00qlo1LOkYEz3fiqbUSZzRwe3gJ6gRpNl-PXOUjks,376016
|
|
202
|
+
amsdal/migration/file_migration_generator.pyi,sha256=oED_KXnywcERh-hd809zzuLvbPl98Bc2jS2eV9-o1t4,3006
|
|
203
|
+
amsdal/migration/utils.cpython-310-darwin.so,sha256=Gak2JUfVOApi2nFtO2bcB1gT8TztAEMTlpfVkne-UXc,302496
|
|
204
|
+
amsdal/migration/file_migration_writer.cpython-310-darwin.so,sha256=4Sn4a4jtVS-3CMauDfvoP3AyyYQmtPJuPzBnBeYT5Dg,251664
|
|
204
205
|
amsdal/migration/migrations.pyi,sha256=sXpmEbXbWuD8xwS9eqGqNx9tLNTHImilYRXntAS5X5M,2387
|
|
205
206
|
amsdal/migration/executors/base.pyi,sha256=ONSNkDU-8-deix0GnvjM-M6MzRZEf_HyNWVY5Eazxp0,1179
|
|
206
207
|
amsdal/migration/executors/state_executor.pyi,sha256=5UvOE2K53yYPKcObFEM08Vv8f1KbEsy6xXZOoAoB4wI,1003
|
|
207
|
-
amsdal/migration/executors/default_executor.cpython-310-darwin.so,sha256=
|
|
208
|
+
amsdal/migration/executors/default_executor.cpython-310-darwin.so,sha256=v8IkNPzHpCaufZ0VNPG9EAoMkBr7y29P8HemZx_uuGk,369848
|
|
208
209
|
amsdal/migration/executors/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
209
|
-
amsdal/migration/executors/base.cpython-310-darwin.so,sha256=
|
|
210
|
-
amsdal/migration/executors/__init__.cpython-310-darwin.so,sha256=
|
|
210
|
+
amsdal/migration/executors/base.cpython-310-darwin.so,sha256=WU_TP1RF95lv91yNFNgtfxEm_IgxTuU7OUvEJXIt7os,215440
|
|
211
|
+
amsdal/migration/executors/__init__.cpython-310-darwin.so,sha256=zweUSCoNKQJXYdORvcaNzGMbNYTOH8gyVQbbmJB_8U4,120736
|
|
211
212
|
amsdal/migration/executors/default_executor.pyi,sha256=kM6IRRYStijbCFJjLutXPLsLPvQixXvqyKOEZbDH7fs,1560
|
|
212
|
-
amsdal/migration/executors/state_executor.cpython-310-darwin.so,sha256=
|
|
213
|
+
amsdal/migration/executors/state_executor.cpython-310-darwin.so,sha256=ptApzXnXLLx9yi0iXsOaeQ7-SiI04XEnU1FJuCCD2mI,249672
|
|
213
214
|
amsdal/migration/templates/model_class_layout.tmpl,sha256=6E0r9N1qPXimPPH8ujJ3WE6TGieYSE5AGA8ZAXIWOF4,709
|
|
214
215
|
amsdal/migration/templates/options_validator.tmpl,sha256=gF_uiYONVad4OEILZeIdrepcHOFhwPq3nu0NJX8I1EA,205
|
|
215
216
|
amsdal/migration/templates/model_class.tmpl,sha256=t0y_OlxVmJe5RRg8pxO0XyUM3q1sAuv458q8wmDvh-8,225
|
|
@@ -218,10 +219,10 @@ amsdal/migration/templates/migration.tmpl,sha256=WZe7A1lchoiqZZhGL2YUKVzafMPRiW9
|
|
|
218
219
|
amsdal/migration/templates/dict_validator.tmpl,sha256=5lRGN9hNBVRqVcbeNQuU4v5koRzS6tJAibzOqjCUXSI,173
|
|
219
220
|
amsdal/services/transaction_execution.pyi,sha256=bbT2h7xTzuP4SJSBfbJhvA7ryzwX8PfgRD9VAdjJJ8Q,1377
|
|
220
221
|
amsdal/services/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
221
|
-
amsdal/services/__init__.cpython-310-darwin.so,sha256=
|
|
222
|
-
amsdal/services/transaction_execution.cpython-310-darwin.so,sha256=
|
|
223
|
-
amsdal-0.1.
|
|
224
|
-
amsdal-0.1.
|
|
225
|
-
amsdal-0.1.
|
|
226
|
-
amsdal-0.1.
|
|
227
|
-
amsdal-0.1.
|
|
222
|
+
amsdal/services/__init__.cpython-310-darwin.so,sha256=oJ8_emQZGIt4RsaKTBEWnEiQVdGcMjwNWDFD3HgDD1U,120672
|
|
223
|
+
amsdal/services/transaction_execution.cpython-310-darwin.so,sha256=5auQGdEmvERn16tg-JlQ1wKu8oSPygEsaN2ydo8mS5E,362960
|
|
224
|
+
amsdal-0.1.5.dist-info/RECORD,,
|
|
225
|
+
amsdal-0.1.5.dist-info/WHEEL,sha256=quc6KPsQ_p8Uswd5yj8hDZg5y2ghFxeobjm5cM_ymZ0,115
|
|
226
|
+
amsdal-0.1.5.dist-info/top_level.txt,sha256=VPQLnOP3mf7q0JuQ_vPZYQyPNGKd_uc6ouz-hZRkhSk,7
|
|
227
|
+
amsdal-0.1.5.dist-info/LICENSE.txt,sha256=hG-541PFYfNJi9WRZi_hno91UyqNg7YLK8LR3vLblZA,27355
|
|
228
|
+
amsdal-0.1.5.dist-info/METADATA,sha256=C5draz54bbS2HxsDErm9f4KlmNkSLzM6OvZCyPxyWjg,57278
|
|
File without changes
|
|
File without changes
|
|
File without changes
|