amsdal 0.1.21__cp310-cp310-macosx_10_9_universal2.whl → 0.1.23__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__/0002_fixture_order.py +40 -0
- 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_allowlist_ip.cpython-310-darwin.so +0 -0
- amsdal/cloud/services/actions/add_basic_auth.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_env.cpython-310-darwin.so +0 -0
- amsdal/cloud/services/actions/create_session.cpython-310-darwin.so +0 -0
- amsdal/cloud/services/actions/delete_allowlist_ip.cpython-310-darwin.so +0 -0
- amsdal/cloud/services/actions/delete_basic_auth.cpython-310-darwin.so +0 -0
- amsdal/cloud/services/actions/delete_dependency.cpython-310-darwin.so +0 -0
- amsdal/cloud/services/actions/delete_env.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/get_basic_auth_credentials.cpython-310-darwin.so +0 -0
- amsdal/cloud/services/actions/get_monitoring_info.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_envs.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 +11 -4
- amsdal/fixtures/__init__.cpython-310-darwin.so +0 -0
- amsdal/fixtures/manager.cpython-310-darwin.so +0 -0
- amsdal/fixtures/manager.pyi +2 -1
- 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_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 +4 -0
- 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.21.dist-info → amsdal-0.1.23.dist-info}/METADATA +1 -1
- {amsdal-0.1.21.dist-info → amsdal-0.1.23.dist-info}/RECORD +75 -74
- {amsdal-0.1.21.dist-info → amsdal-0.1.23.dist-info}/WHEEL +1 -1
- {amsdal-0.1.21.dist-info → amsdal-0.1.23.dist-info}/LICENSE.txt +0 -0
- {amsdal-0.1.21.dist-info → amsdal-0.1.23.dist-info}/top_level.txt +0 -0
amsdal/__about__.py
CHANGED
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
from amsdal.migration import migrations
|
|
2
|
+
from amsdal_utils.models.enums import SchemaTypes
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
class Migration(migrations.Migration):
|
|
6
|
+
operations: list[migrations.Operation] = [
|
|
7
|
+
migrations.UpdateClass(
|
|
8
|
+
schema_type=SchemaTypes.CORE,
|
|
9
|
+
class_name='Fixture',
|
|
10
|
+
old_schema={
|
|
11
|
+
'title': 'Fixture',
|
|
12
|
+
'required': ['data', 'external_id'],
|
|
13
|
+
'properties': {
|
|
14
|
+
'class_name': {'type': 'string', 'title': 'Class Name'},
|
|
15
|
+
'external_id': {'type': 'string', 'title': 'External ID'},
|
|
16
|
+
'data': {
|
|
17
|
+
'type': 'dictionary',
|
|
18
|
+
'items': {'key': {'type': 'string'}, 'value': {'type': 'anything'}},
|
|
19
|
+
'title': 'Data',
|
|
20
|
+
},
|
|
21
|
+
},
|
|
22
|
+
'unique': [['external_id']],
|
|
23
|
+
},
|
|
24
|
+
new_schema={
|
|
25
|
+
'title': 'Fixture',
|
|
26
|
+
'required': ['data', 'external_id'],
|
|
27
|
+
'properties': {
|
|
28
|
+
'class_name': {'type': 'string', 'title': 'Class Name'},
|
|
29
|
+
'order': {'type': 'number', 'title': 'Order'},
|
|
30
|
+
'external_id': {'type': 'string', 'title': 'External ID'},
|
|
31
|
+
'data': {
|
|
32
|
+
'type': 'dictionary',
|
|
33
|
+
'items': {'key': {'type': 'string'}, 'value': {'type': 'anything'}},
|
|
34
|
+
'title': 'Data',
|
|
35
|
+
},
|
|
36
|
+
},
|
|
37
|
+
'unique': [['external_id']],
|
|
38
|
+
},
|
|
39
|
+
),
|
|
40
|
+
]
|
|
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
|
|
@@ -10,6 +10,7 @@ from typing import ClassVar
|
|
|
10
10
|
from typing import ForwardRef
|
|
11
11
|
from typing import Union
|
|
12
12
|
|
|
13
|
+
from amsdal_models.classes.manager import ClassManager
|
|
13
14
|
from amsdal_models.classes.model import LegacyModel
|
|
14
15
|
from amsdal_models.classes.model import Model
|
|
15
16
|
from amsdal_utils.models.data_models.reference import Reference
|
|
@@ -32,7 +33,7 @@ default_types_map = {
|
|
|
32
33
|
def _process_union(value: UnionType, *, is_transaction: bool = False) -> dict[str, Any]:
|
|
33
34
|
arg_type = {'required': True}
|
|
34
35
|
for arg in value.__args__:
|
|
35
|
-
if arg
|
|
36
|
+
if arg is type(None):
|
|
36
37
|
arg_type['required'] = False
|
|
37
38
|
continue
|
|
38
39
|
|
|
@@ -84,9 +85,15 @@ def convert_to_frontend_config(value: Any, *, is_transaction: bool = False) -> d
|
|
|
84
85
|
}
|
|
85
86
|
|
|
86
87
|
if isinstance(value, ForwardRef):
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
88
|
+
class_name = value.__forward_arg__
|
|
89
|
+
_class = ClassManager().import_class(class_name, ClassManager().resolve_schema_type(class_name))
|
|
90
|
+
|
|
91
|
+
if issubclass(_class, Model):
|
|
92
|
+
return {
|
|
93
|
+
'entityType': value.__forward_arg__,
|
|
94
|
+
}
|
|
95
|
+
|
|
96
|
+
value = _class
|
|
90
97
|
|
|
91
98
|
if isinstance(value, UnionType):
|
|
92
99
|
_union = _process_union(value, is_transaction=is_transaction)
|
|
Binary file
|
|
Binary file
|
amsdal/fixtures/manager.pyi
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
from _typeshed import Incomplete
|
|
2
2
|
from amsdal.schemas.manager import SchemaManager as SchemaManager
|
|
3
3
|
from amsdal_models.classes.manager import ClassManager
|
|
4
|
+
from amsdal_models.schemas.data_models.core import DictSchema, TypeData
|
|
4
5
|
from amsdal_models.schemas.data_models.schema import PropertyData
|
|
5
6
|
from amsdal_utils.config.manager import AmsdalConfigManager as AmsdalConfigManager
|
|
6
7
|
from pathlib import Path
|
|
@@ -26,7 +27,7 @@ class FixturesManager:
|
|
|
26
27
|
def load_fixtures(self) -> None: ...
|
|
27
28
|
def construct_nested_object(self, external_id: Any) -> Any: ...
|
|
28
29
|
def _process_object_data(self, model_properties: dict[str, PropertyData], data: dict[str, Any]) -> dict[str, Any]: ...
|
|
29
|
-
def _process_object_value(self, field_configuration: PropertyData, value: Any) -> Any: ...
|
|
30
|
+
def _process_object_value(self, field_configuration: PropertyData | DictSchema | TypeData, value: Any) -> Any: ...
|
|
30
31
|
def process_fixture_object_data(self, class_name: str, external_id: str, data: dict[str, Any]) -> None: ...
|
|
31
32
|
def process_fixture(self, fixture: dict[str, Any]) -> None: ...
|
|
32
33
|
def apply_fixtures(self) -> None: ...
|
|
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
|
|
@@ -1,9 +1,14 @@
|
|
|
1
|
+
amsdal-0.1.23.dist-info/RECORD,,
|
|
2
|
+
amsdal-0.1.23.dist-info/WHEEL,sha256=ClVOi9g10rI0HLG8M8rsO0ZIZ1smbNYM10V9YDSXCJY,114
|
|
3
|
+
amsdal-0.1.23.dist-info/top_level.txt,sha256=VPQLnOP3mf7q0JuQ_vPZYQyPNGKd_uc6ouz-hZRkhSk,7
|
|
4
|
+
amsdal-0.1.23.dist-info/LICENSE.txt,sha256=hG-541PFYfNJi9WRZi_hno91UyqNg7YLK8LR3vLblZA,27355
|
|
5
|
+
amsdal-0.1.23.dist-info/METADATA,sha256=c5Q2fV7YlNpE4H4bhkl2i9bA2EG-sufxWWB8FnDVRyk,57261
|
|
1
6
|
amsdal/manager.pyi,sha256=v1zEL7LApkM_RsuV-cfAFJhQn9OfREF8mXq_NXwr1Hw,4652
|
|
2
7
|
amsdal/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
3
|
-
amsdal/manager.cpython-310-darwin.so,sha256=
|
|
8
|
+
amsdal/manager.cpython-310-darwin.so,sha256=2w75X6vEsrtR5g3lMORB0-d2KuQEABkFYEfyiOgzvfo,372240
|
|
4
9
|
amsdal/__init__.py,sha256=EQCJ5OevmkkIpIULumPNIbWk3UI7afDfRzIsZN5mfwg,73
|
|
5
10
|
amsdal/Third-Party Materials - AMSDAL Dependencies - License Notices.md,sha256=TMs-vRDXacJ_rDtdN3rokBp8eofVTRIIUEyWABZ01H4,62596
|
|
6
|
-
amsdal/__about__.py,sha256=
|
|
11
|
+
amsdal/__about__.py,sha256=l_z664YHORUor-RBHiBQUiybECMCK-48HrZboArDoB0,125
|
|
7
12
|
amsdal/errors.pyi,sha256=mcuGsQMWaIUmC9GJDIkf99dQMMsCfBy6OI_UB3NSNmc,597
|
|
8
13
|
amsdal/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
9
14
|
amsdal/errors.py,sha256=pZZKIklaDkh8jdFSAfX81TbiylvbaE70nttRjTcTSBk,616
|
|
@@ -14,16 +19,16 @@ amsdal/context/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
|
14
19
|
amsdal/context/manager.py,sha256=EzwuXiF3_Q3slDCNkVcFhVXkgMtOvQOEwBNA8YRBMnc,720
|
|
15
20
|
amsdal/mixins/class_versions_mixin.pyi,sha256=0rKwUtWCNwAqhwmb-GHHIDXyagDw2dmcbgK0l4-HbVg,445
|
|
16
21
|
amsdal/mixins/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
17
|
-
amsdal/mixins/build_mixin.cpython-310-darwin.so,sha256=
|
|
22
|
+
amsdal/mixins/build_mixin.cpython-310-darwin.so,sha256=PIL_iGk6N6zQJkhm6g_K10NKEb9S5yVatXMCVsyzqYg,336872
|
|
18
23
|
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=
|
|
24
|
+
amsdal/mixins/__init__.cpython-310-darwin.so,sha256=CnJPZEeYsXsRGPRFtxvZdn1p6Iawtmm0FOnFPo8bKrA,120672
|
|
25
|
+
amsdal/mixins/class_versions_mixin.cpython-310-darwin.so,sha256=X9xB8XvcnXpBGIY5rWrK0f7-pCKYfEmr2bYRdf_I4yU,252896
|
|
21
26
|
amsdal/utils/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
22
27
|
amsdal/utils/contrib_paths.py,sha256=irgD76LmgjzsTUAkr6cPFOsypek7-Gbtwv2tyz3u9xo,422
|
|
23
28
|
amsdal/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
24
29
|
amsdal/utils/contrib_paths.pyi,sha256=eRa6C3zITVe0UsvO15oGNOXcGz8L5n4gGZR60W96SBw,132
|
|
25
30
|
amsdal/contrib/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
26
|
-
amsdal/contrib/__init__.cpython-310-darwin.so,sha256=
|
|
31
|
+
amsdal/contrib/__init__.cpython-310-darwin.so,sha256=VHFu86rwXM9Rr9t0TqqhbWywf3EDQEUYYZc-sH6uPWA,120672
|
|
27
32
|
amsdal/contrib/app_config.pyi,sha256=j3MYfBcn9MzhTagEczGWfVH9N5jrfiKmUhxZMoakojw,149
|
|
28
33
|
amsdal/contrib/app_config.py,sha256=RT3RAEE49XtzuFTXYNVuaqU9V4YIl0ZWZijtXgV-SC4,131
|
|
29
34
|
amsdal/contrib/auth/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
@@ -79,16 +84,16 @@ amsdal/contrib/frontend_configs/models/frontend_config_slider_option/model.json,
|
|
|
79
84
|
amsdal/contrib/frontend_configs/models/frontend_config_async_validator/model.json,sha256=ycIDZ7CcEb5qvb2pBzsTBJx2gBKV9dTOVG6QWqb0c0U,240
|
|
80
85
|
amsdal/contrib/frontend_configs/models/frontend_config_option/model.json,sha256=x0Xhp1_AMCAiqeBDY8Peg29vfbhkrFkyrff6Py1bYxQ,315
|
|
81
86
|
amsdal/contrib/frontend_configs/conversion/__init__.pyi,sha256=Gbz6P3jhpqK6hLcGxi6l0sI_MNrb8_JNLLD4YVOjkFY,162
|
|
82
|
-
amsdal/contrib/frontend_configs/conversion/convert.py,sha256=
|
|
87
|
+
amsdal/contrib/frontend_configs/conversion/convert.py,sha256=jUUa4iIuZiD8hRGxwokpWWWn3HLGSF5gf_eenfkNBeg,6995
|
|
83
88
|
amsdal/contrib/frontend_configs/conversion/convert.pyi,sha256=PfB8BT9zvDFU1f_Ob0ygX5qKhUMYYJNlrGYxKyYzjiw,374
|
|
84
89
|
amsdal/contrib/frontend_configs/conversion/__init__.py,sha256=4Kkv5xgGvqky3szx08bBfbbxrc6TeFDSnosGimSoNcI,139
|
|
85
90
|
amsdal/operations/manager.pyi,sha256=Eo5EoqXWC-YHazh4bpYzsrhN7EIBHOxKjh0WHAP7cUw,1963
|
|
86
91
|
amsdal/operations/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
87
|
-
amsdal/operations/manager.cpython-310-darwin.so,sha256=
|
|
88
|
-
amsdal/operations/__init__.cpython-310-darwin.so,sha256=
|
|
92
|
+
amsdal/operations/manager.cpython-310-darwin.so,sha256=uJxgB7WbMNH4A-RrvBOXRs3vAcOt3RzKzmtnksDrnaU,405232
|
|
93
|
+
amsdal/operations/__init__.cpython-310-darwin.so,sha256=3wh4JPgmcKJYC-arE63VgzXuMyqlpOb9mFaKYeAl3Lo,120688
|
|
89
94
|
amsdal/schemas/manager.pyi,sha256=RLCBviXDNFgaktueRwp9KTP49D9SLJ4WYRqGAbAeVP4,785
|
|
90
95
|
amsdal/schemas/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
91
|
-
amsdal/schemas/manager.cpython-310-darwin.so,sha256=
|
|
96
|
+
amsdal/schemas/manager.cpython-310-darwin.so,sha256=g3lbVg_mOvJtlQmnz9YbwnI6tg1l0eYHshSeNVCtMgE,216000
|
|
92
97
|
amsdal/schemas/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
93
98
|
amsdal/schemas/manager.py,sha256=-2r4-Zuok1bX6sFjAtb34h0C0En7k7PyVHHfLHGJ-S4,2601
|
|
94
99
|
amsdal/schemas/types/array/model.json,sha256=I9Z7r691yd8i-Ndy8Cf3rFGg22mnLxg_weeVU2kRtkY,117
|
|
@@ -110,7 +115,7 @@ amsdal/schemas/core/file/properties/validate_data.py,sha256=bFzRN7kia1KwJc2boWAn
|
|
|
110
115
|
amsdal/schemas/core/file/properties/from_file.py,sha256=VxK8qhFje1oE0U0fNyikgf6sEVlQ5fLysA_5EcirZHM,627
|
|
111
116
|
amsdal/schemas/core/file/hooks/pre_create.py,sha256=hsvtEHQTScxX11kCd-x9D7n1fS654M_Simq5sChHTWU,100
|
|
112
117
|
amsdal/schemas/core/file/hooks/pre_update.py,sha256=-zITgMiwBzPjmHmBOZYGYac_SlxltYpXYxXPKRd2Fck,92
|
|
113
|
-
amsdal/schemas/core/fixture/model.json,sha256=
|
|
118
|
+
amsdal/schemas/core/fixture/model.json,sha256=m2v-zkH-MsUlH8cc459-gtNCGHAozHSkGAgSVj9kQb8,568
|
|
114
119
|
amsdal/schemas/core/option/model.json,sha256=bD1WHbnAnU6Ws_U10BZ8oeHaQbVgE1lBWYFcjANeHNI,277
|
|
115
120
|
amsdal/schemas/core/class_property_meta/model.json,sha256=X5i5FLlq-BhP8MDFPki7nu_FSdcpsAWXOe3u-mULKUA,390
|
|
116
121
|
amsdal/schemas/core/class_object_meta/model.json,sha256=Rye9cqv_HyZKaCl_UECqYx8eCd3CFta4YbpZJ8QvrdQ,950
|
|
@@ -119,6 +124,7 @@ amsdal/schemas/core/class_object/model.json,sha256=K-S51xTxqU0W3OJYmnXW7Y8gRfttc
|
|
|
119
124
|
amsdal/schemas/core/class_object/properties/display_name.py,sha256=Lxab4H78EKy0hC9xCchRo2iVjlCuXUlUV4mbEKicFjg,117
|
|
120
125
|
amsdal/__migrations__/0001_datetime_type.py,sha256=yHTgWi1XxeJ5hWQFtro2XzEinlKoIau1S7jYlj0UXtE,597
|
|
121
126
|
amsdal/__migrations__/0000_initial.py,sha256=kPSE-aFasdi6jLMO5vIbpMK7hLiaR2TAqMdX2lGTf_s,10318
|
|
127
|
+
amsdal/__migrations__/0002_fixture_order.py,sha256=NbRffgnyP2_JCnH-OGbXs0NjVbS3cotPnuvSgpcn0Tw,1598
|
|
122
128
|
amsdal/configs/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
123
129
|
amsdal/configs/constants.pyi,sha256=UQymqsaATUsTp-kRtNEMCb2-UuLXwoFIY-ieljgVbMU,280
|
|
124
130
|
amsdal/configs/constants.py,sha256=nzXhzdVjbLSGUsEE19Zhk63znpcEtRLh7fbRWg2vyqo,562
|
|
@@ -126,86 +132,86 @@ amsdal/configs/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
|
126
132
|
amsdal/configs/main.pyi,sha256=45CYn6Rs9xYmzFJ4i50M9Bq_HLZx6cZQuo7XTSVs2z0,1484
|
|
127
133
|
amsdal/configs/main.py,sha256=2pigoWWhCZ0EebHaoB1lm-nNV9TF_FCkRctxyXTRQy4,4918
|
|
128
134
|
amsdal/cloud/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
129
|
-
amsdal/cloud/enums.cpython-310-darwin.so,sha256=
|
|
135
|
+
amsdal/cloud/enums.cpython-310-darwin.so,sha256=qLamkZZqe99JNiuwHZCIm9pRfGnAoxg0DgUePv2n91I,157632
|
|
130
136
|
amsdal/cloud/constants.pyi,sha256=0qWxDqjQkETwUtgco5kV83fPHhQ4jRdJe_YPPNTnSIY,327
|
|
131
137
|
amsdal/cloud/client.pyi,sha256=uEFrKTEIxnXnCFtW6_GtfvuwHeXK5J_WjOho5FWYhdQ,593
|
|
132
|
-
amsdal/cloud/client.cpython-310-darwin.so,sha256=
|
|
133
|
-
amsdal/cloud/__init__.cpython-310-darwin.so,sha256=
|
|
134
|
-
amsdal/cloud/constants.cpython-310-darwin.so,sha256=
|
|
138
|
+
amsdal/cloud/client.cpython-310-darwin.so,sha256=5j2CFqfmEQgZTCNxwm3bYHnKS-YOIbxt5y0ALp6o6uo,215632
|
|
139
|
+
amsdal/cloud/__init__.cpython-310-darwin.so,sha256=h8lCnbhjg_gZbUeHTDnkqt33TxlPXj_Tr7BiYkKSX_E,120656
|
|
140
|
+
amsdal/cloud/constants.cpython-310-darwin.so,sha256=ASpcj_fnh49JemJJLl9T3ENdAkPfVoHZrnIRVrWT7hw,158624
|
|
135
141
|
amsdal/cloud/enums.pyi,sha256=7l9LNAXG4s7Q8U-EObvJ5Uz07ivwTxedAFLvE7iQAS8,435
|
|
136
142
|
amsdal/cloud/models/base.pyi,sha256=ZoOpqblwc3OyVmjw4_zMi37MgZNJojIj1wxVMGg-qIc,2343
|
|
137
143
|
amsdal/cloud/models/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
138
|
-
amsdal/cloud/models/base.cpython-310-darwin.so,sha256=
|
|
139
|
-
amsdal/cloud/models/__init__.cpython-310-darwin.so,sha256=
|
|
144
|
+
amsdal/cloud/models/base.cpython-310-darwin.so,sha256=bJ5BW4EniBvnXaGEedEVkOAh51x8cnzxVjb8-uJgKqE,193520
|
|
145
|
+
amsdal/cloud/models/__init__.cpython-310-darwin.so,sha256=biy6LDp_pdz7fs_zzbEma0LSvzSd1LM5XYWKgWeklwM,120688
|
|
140
146
|
amsdal/cloud/services/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
141
|
-
amsdal/cloud/services/__init__.cpython-310-darwin.so,sha256=
|
|
142
|
-
amsdal/cloud/services/auth/token.cpython-310-darwin.so,sha256=
|
|
147
|
+
amsdal/cloud/services/__init__.cpython-310-darwin.so,sha256=kt2nEbPty-aviHVcct-l4IwgWoR69tu9Bw1EEIpbHNE,120704
|
|
148
|
+
amsdal/cloud/services/auth/token.cpython-310-darwin.so,sha256=lNz3KMsDhzZ6J7RWDN0Hh8ew_aKD5MQ6MXbdJj_ry7U,250784
|
|
143
149
|
amsdal/cloud/services/auth/base.pyi,sha256=oj_tgwWhf02g-FzCLcNOEZjYDxfcrrDssING4jsUMb8,167
|
|
144
150
|
amsdal/cloud/services/auth/manager.pyi,sha256=9fSm8tUKWNdUKlpV6GmvSN6Ypr8IyanAtrV6-uzdUgw,749
|
|
145
151
|
amsdal/cloud/services/auth/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
146
|
-
amsdal/cloud/services/auth/manager.cpython-310-darwin.so,sha256=
|
|
152
|
+
amsdal/cloud/services/auth/manager.cpython-310-darwin.so,sha256=fcx4Rz8TpCODf9zlK5UYBFeu8HHuriOoP5lkqYDF-NM,213856
|
|
147
153
|
amsdal/cloud/services/auth/signup_service.pyi,sha256=uiBnaraW2tmSm6hlhRcVNJfNrtIo-Ddxzd2dZOD27mU,520
|
|
148
|
-
amsdal/cloud/services/auth/base.cpython-310-darwin.so,sha256=
|
|
149
|
-
amsdal/cloud/services/auth/__init__.cpython-310-darwin.so,sha256=
|
|
154
|
+
amsdal/cloud/services/auth/base.cpython-310-darwin.so,sha256=rk3WGh6abfE6n9PPGn5AOcOzurCK-wumL-Rsxm-vxpk,163040
|
|
155
|
+
amsdal/cloud/services/auth/__init__.cpython-310-darwin.so,sha256=2q4zOOZ2IvTd59LKrELYXPqIx1mf0YyeyXBMiVtNcFQ,120720
|
|
150
156
|
amsdal/cloud/services/auth/token.pyi,sha256=DRvKXl7DV26vcoLxEgR6UyJgIeP9z-XTX3WiR4A1ksM,633
|
|
151
|
-
amsdal/cloud/services/auth/credentials.cpython-310-darwin.so,sha256=
|
|
152
|
-
amsdal/cloud/services/auth/signup_service.cpython-310-darwin.so,sha256=
|
|
157
|
+
amsdal/cloud/services/auth/credentials.cpython-310-darwin.so,sha256=TF4rP6HnsJpczBBXPpOzmYA67yYw5IyJ7Q7gepDRWb8,252920
|
|
158
|
+
amsdal/cloud/services/auth/signup_service.cpython-310-darwin.so,sha256=J5S1H0AXFiMW0WS9WygXyePOa3vag9Q5xqLZkoSGW_s,215960
|
|
153
159
|
amsdal/cloud/services/auth/credentials.pyi,sha256=AMS1HUVaqM7CiypSQvYEliFW4_9g9-_6WME2tAxIw3s,1116
|
|
154
|
-
amsdal/cloud/services/actions/list_deploys.cpython-310-darwin.so,sha256=
|
|
155
|
-
amsdal/cloud/services/actions/destroy_deploy.cpython-310-darwin.so,sha256=
|
|
156
|
-
amsdal/cloud/services/actions/list_envs.cpython-310-darwin.so,sha256=
|
|
160
|
+
amsdal/cloud/services/actions/list_deploys.cpython-310-darwin.so,sha256=EmeL1aXXllSVlXIKpxYXTW4nAyO86SzrGn99oy3KEos,180808
|
|
161
|
+
amsdal/cloud/services/actions/destroy_deploy.cpython-310-darwin.so,sha256=Nf6qUxITLl28bZ_2vJQHIdlGyrw8RcX7rkqr4X9exr0,180280
|
|
162
|
+
amsdal/cloud/services/actions/list_envs.cpython-310-darwin.so,sha256=bZTFRvBQ3VMedOnMmj083yt1ezEOrvZ67lGAOETq37g,180512
|
|
157
163
|
amsdal/cloud/services/actions/list_envs.pyi,sha256=F-3qv2xU9nJ4j5xrTEs135hwitY3Gy5vPjAy7uZ-3vo,319
|
|
158
|
-
amsdal/cloud/services/actions/list_dependencies.cpython-310-darwin.so,sha256=
|
|
164
|
+
amsdal/cloud/services/actions/list_dependencies.cpython-310-darwin.so,sha256=ezghaxgl9RnWGblXyygOsCoykmHyTdAC21WKEYOL0to,181000
|
|
159
165
|
amsdal/cloud/services/actions/base.pyi,sha256=bvZm5_ODeEN_rgRhJdvj8-qlgNnJEwBsBz4v0dRvmqU,2006
|
|
160
166
|
amsdal/cloud/services/actions/manager.pyi,sha256=J3iPI3we-ZqZ9yAcIQel1eBTlT4LuE0c6IgP0J3bBhU,5408
|
|
161
167
|
amsdal/cloud/services/actions/delete_allowlist_ip.pyi,sha256=wDTB47CkuxD3RtTM_M-WmnkNT30nQEEY4MUNgdAew2k,285
|
|
162
|
-
amsdal/cloud/services/actions/create_deploy.cpython-310-darwin.so,sha256=
|
|
168
|
+
amsdal/cloud/services/actions/create_deploy.cpython-310-darwin.so,sha256=LgKMwjoN5eRDDBnVp_o53IeZ8oohWJzQm26_ZEg7JVc,252152
|
|
163
169
|
amsdal/cloud/services/actions/add_basic_auth.pyi,sha256=yuZHj9GQlNuzE3VSjd55NAIMh4OHINSWJKYV2iOjWek,405
|
|
164
|
-
amsdal/cloud/services/actions/create_session.cpython-310-darwin.so,sha256=
|
|
170
|
+
amsdal/cloud/services/actions/create_session.cpython-310-darwin.so,sha256=9nL8Q4qXuiehljF3aU1w1cJJbNdcBhK0-5T8afAq7iw,180728
|
|
165
171
|
amsdal/cloud/services/actions/list_secrets.pyi,sha256=_sttmdaI4k464g8FOjxAED4gWIv0yCuzDviWnI88H0c,370
|
|
166
172
|
amsdal/cloud/services/actions/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
167
|
-
amsdal/cloud/services/actions/manager.cpython-310-darwin.so,sha256=
|
|
173
|
+
amsdal/cloud/services/actions/manager.cpython-310-darwin.so,sha256=q7K_d8he3y28s6-lu_NIqxbeAfcUEYGpTr8YKC1jtyo,319360
|
|
168
174
|
amsdal/cloud/services/actions/get_basic_auth_credentials.pyi,sha256=-Yw92swiZSSjIvjD9FWOlj4xmtrqeqRzrMP-u2FSalA,358
|
|
169
|
-
amsdal/cloud/services/actions/base.cpython-310-darwin.so,sha256=
|
|
170
|
-
amsdal/cloud/services/actions/get_basic_auth_credentials.cpython-310-darwin.so,sha256=
|
|
171
|
-
amsdal/cloud/services/actions/add_allowlist_ip.cpython-310-darwin.so,sha256=
|
|
172
|
-
amsdal/cloud/services/actions/signup_action.cpython-310-darwin.so,sha256=
|
|
173
|
-
amsdal/cloud/services/actions/delete_basic_auth.cpython-310-darwin.so,sha256=
|
|
174
|
-
amsdal/cloud/services/actions/expose_db.cpython-310-darwin.so,sha256=
|
|
175
|
-
amsdal/cloud/services/actions/add_secret.cpython-310-darwin.so,sha256=
|
|
176
|
-
amsdal/cloud/services/actions/delete_dependency.cpython-310-darwin.so,sha256=
|
|
175
|
+
amsdal/cloud/services/actions/base.cpython-310-darwin.so,sha256=9pmJOmI6-AO6BMqBLEYVL5_ieiUsXoDw8SFex8D-vMU,323008
|
|
176
|
+
amsdal/cloud/services/actions/get_basic_auth_credentials.cpython-310-darwin.so,sha256=kQ1FmSChBWGGtmdBDsuQ2abh85x38hFiruR-KhZLHsI,180792
|
|
177
|
+
amsdal/cloud/services/actions/add_allowlist_ip.cpython-310-darwin.so,sha256=nGRbUjGsunaMLo0W7_y181jJlqroZTRo6wOx7mrhewQ,180520
|
|
178
|
+
amsdal/cloud/services/actions/signup_action.cpython-310-darwin.so,sha256=VjLzzx5zAmgowYYAtmlDN0pgcei9LWLyHz2Zz5dZZsU,180328
|
|
179
|
+
amsdal/cloud/services/actions/delete_basic_auth.cpython-310-darwin.so,sha256=StTlQHLHiDxrH5jkZz0BAxAc22ohfMsrpXRJAhYnWvc,180488
|
|
180
|
+
amsdal/cloud/services/actions/expose_db.cpython-310-darwin.so,sha256=wmBcFmG5qbC2a_qN9r-nqlPfpCuAh3K-cqT035xhXvg,180896
|
|
181
|
+
amsdal/cloud/services/actions/add_secret.cpython-310-darwin.so,sha256=6GQwh6ptmwdlzqbEZ2tonT9_vfr2Ic0o9IR3Zr59k1U,180392
|
|
182
|
+
amsdal/cloud/services/actions/delete_dependency.cpython-310-darwin.so,sha256=Q_UasQkGmbtRXFGvHY6-ARBpJfXjNvtpok9YCEDy1A0,180488
|
|
177
183
|
amsdal/cloud/services/actions/delete_secret.pyi,sha256=7goJ0o6lnGjj06HcL7QWN3xuDSq-fP4_mc3UVBqpDNg,267
|
|
178
184
|
amsdal/cloud/services/actions/delete_env.pyi,sha256=YcpKJgZ1qV5XEeRGlQICoveLCLcDa3bVFllsBbjMqv8,338
|
|
179
|
-
amsdal/cloud/services/actions/list_secrets.cpython-310-darwin.so,sha256=
|
|
185
|
+
amsdal/cloud/services/actions/list_secrets.cpython-310-darwin.so,sha256=MCqzERgrAXocbZkwyzBeHdoNkhx_bdTqBTHRG44PsLU,181048
|
|
180
186
|
amsdal/cloud/services/actions/delete_dependency.pyi,sha256=n_xtv-jtRZOlFfR0Xt0A9AuQNbclUMTow3lZbQKv36g,274
|
|
181
|
-
amsdal/cloud/services/actions/delete_env.cpython-310-darwin.so,sha256=
|
|
182
|
-
amsdal/cloud/services/actions/__init__.cpython-310-darwin.so,sha256=
|
|
187
|
+
amsdal/cloud/services/actions/delete_env.cpython-310-darwin.so,sha256=i74GPSOJ6PRX3D9_xBsr44vjFWq8hGT2Inr7FgR96zo,180568
|
|
188
|
+
amsdal/cloud/services/actions/__init__.cpython-310-darwin.so,sha256=cKKpvSGBGZpwPDU_Ba8KYmmy-QxJbbHdxIo5A9Yiaaw,120736
|
|
183
189
|
amsdal/cloud/services/actions/create_session.pyi,sha256=IxkArxMKJyRpqiWA1xDl06ZN4B44VDwn_jlCeGC6JWc,282
|
|
184
190
|
amsdal/cloud/services/actions/list_deploys.pyi,sha256=jLfXCoRiocgzfNjNR6hdlF3kgWM8dq4qK_NsR25nxV4,277
|
|
185
191
|
amsdal/cloud/services/actions/add_allowlist_ip.pyi,sha256=U9TPmVUZ12mUzoL1gOtRh3HyGe8fcXNX-a1xipTOXDc,282
|
|
186
192
|
amsdal/cloud/services/actions/get_monitoring_info.pyi,sha256=WFJS6DROpYjuxcOQbdPPHPz1A0ZQajY7HUT0_ExW8Qc,367
|
|
187
193
|
amsdal/cloud/services/actions/add_dependency.pyi,sha256=BihmntuBbCGrhngxPXf0Lqw6Vep3Zs8j1ca_NfkSpQM,271
|
|
188
194
|
amsdal/cloud/services/actions/signup_action.pyi,sha256=Zobfp3iqnxWTqnZNacDR0udNQjBfh5uX32n7DISaQP8,304
|
|
189
|
-
amsdal/cloud/services/actions/delete_secret.cpython-310-darwin.so,sha256=
|
|
195
|
+
amsdal/cloud/services/actions/delete_secret.cpython-310-darwin.so,sha256=p7G70kCRdPGy-x4AxDpd0lTyuEKMCnisJJmB7WsRnBM,180424
|
|
190
196
|
amsdal/cloud/services/actions/add_secret.pyi,sha256=PKnTcbAEtnkkeRpAn6KE7_URTzmNgFefV3s8bcIehH8,283
|
|
191
197
|
amsdal/cloud/services/actions/destroy_deploy.pyi,sha256=vEPBlTq6vbYSmthr-V45WgqeTTAwnH_o3xJ_eE2TIns,181
|
|
192
198
|
amsdal/cloud/services/actions/update_deploy.pyi,sha256=kqpvc8zOMZwSVFi8ZAyt4NwkiY9uDUruRHdY12uxdeo,296
|
|
193
|
-
amsdal/cloud/services/actions/delete_allowlist_ip.cpython-310-darwin.so,sha256
|
|
194
|
-
amsdal/cloud/services/actions/add_dependency.cpython-310-darwin.so,sha256=
|
|
199
|
+
amsdal/cloud/services/actions/delete_allowlist_ip.cpython-310-darwin.so,sha256=-YikDAh8rwfJCGHfRdIaW64Z99HAWcUWKDD9e8poOTY,180560
|
|
200
|
+
amsdal/cloud/services/actions/add_dependency.cpython-310-darwin.so,sha256=pwBXM0Weze2_UrLwxZ9PSVqN2RLPVqmOA_u1WcOr5Jc,180456
|
|
195
201
|
amsdal/cloud/services/actions/create_deploy.pyi,sha256=FDOx6aTPPj0X40Ci5IwZak7Aj2Q7OO3HxXIR2zbJ7l8,766
|
|
196
202
|
amsdal/cloud/services/actions/delete_basic_auth.pyi,sha256=_CtWRDzW43au7asHt_xGXVdYtdi30QAIbP9MYE5nb5M,252
|
|
197
203
|
amsdal/cloud/services/actions/list_dependencies.pyi,sha256=8fT37_YKeb25kdcVVkYOzwjknvCVqLJK-iQxixAlFXI,360
|
|
198
|
-
amsdal/cloud/services/actions/add_basic_auth.cpython-310-darwin.so,sha256=
|
|
204
|
+
amsdal/cloud/services/actions/add_basic_auth.cpython-310-darwin.so,sha256=S9tNp2ZIxKn4yYm6KvkfDmQpak1yv2GXWnA_IoijnK0,180824
|
|
199
205
|
amsdal/cloud/services/actions/create_env.pyi,sha256=z6y4ki2sigDkGtDa--pI6uYYWb3XksJLcecm7Rh51rE,338
|
|
200
|
-
amsdal/cloud/services/actions/get_monitoring_info.cpython-310-darwin.so,sha256=
|
|
201
|
-
amsdal/cloud/services/actions/update_deploy.cpython-310-darwin.so,sha256=
|
|
206
|
+
amsdal/cloud/services/actions/get_monitoring_info.cpython-310-darwin.so,sha256=cRr2O4wAHsoL7wTS3s9MrsQKSL7D6rHoW0ZrZvCyM20,180704
|
|
207
|
+
amsdal/cloud/services/actions/update_deploy.cpython-310-darwin.so,sha256=qqOVMPPpTo90RoLZJthyALzLAMKb3ilbJJuDyIChrhU,180776
|
|
202
208
|
amsdal/cloud/services/actions/expose_db.pyi,sha256=s2GMS48md8dWKt2kGjXjUlRn369oZOIncrVR-zG25_4,309
|
|
203
|
-
amsdal/cloud/services/actions/create_env.cpython-310-darwin.so,sha256=
|
|
204
|
-
amsdal/fixtures/manager.pyi,sha256=
|
|
209
|
+
amsdal/cloud/services/actions/create_env.cpython-310-darwin.so,sha256=RoLT7k1TgTeVs2AQd5u1kh__0nwJXfE4a2KYA7L-BQY,180568
|
|
210
|
+
amsdal/fixtures/manager.pyi,sha256=ngktwLTuaiwEIrNVrOh9FEf3YxFbeUZ0G_DJf0Go5iM,1704
|
|
205
211
|
amsdal/fixtures/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
206
|
-
amsdal/fixtures/manager.cpython-310-darwin.so,sha256=
|
|
207
|
-
amsdal/fixtures/__init__.cpython-310-darwin.so,sha256=
|
|
208
|
-
amsdal/migration/base_migration_schemas.cpython-310-darwin.so,sha256=
|
|
212
|
+
amsdal/fixtures/manager.cpython-310-darwin.so,sha256=HSxB2Z2S8ZBedArI-8Asus6ctiBuqI6WOQ9P9kxsVBY,408336
|
|
213
|
+
amsdal/fixtures/__init__.cpython-310-darwin.so,sha256=A-eiAiyXAZvZOdcswUEUp6GmvFfljhC6Gn66hcilwEw,120672
|
|
214
|
+
amsdal/migration/base_migration_schemas.cpython-310-darwin.so,sha256=FagozMu_8HARgAe9L70sNUKL-mUCEAfQsEvRFDgXcyU,428352
|
|
209
215
|
amsdal/migration/file_migration_store.pyi,sha256=lYZVV0P9NKyR09SydcEemJ2cbMuIlTI_mI4qJyrHhS8,1699
|
|
210
216
|
amsdal/migration/file_migration_executor.pyi,sha256=tciDVL_gg-tSVF-vJLmr6mPoBDwQP9JScGvoPp8FQwA,2635
|
|
211
217
|
amsdal/migration/migrations_loader.pyi,sha256=mU5p4_Djuynl6zdEmMVY1NXwyjSV3Wa344CXP6arfBM,691
|
|
@@ -214,27 +220,27 @@ amsdal/migration/file_migration_writer.pyi,sha256=r4nTR9u0AXUv9oWQoarCvGF-jt2Af_
|
|
|
214
220
|
amsdal/migration/base_migration_schemas.pyi,sha256=P4AeDjRvq7ghNLMKCMw5L9ZQ_MDoLAa8KAZJaQ4gLZ0,2361
|
|
215
221
|
amsdal/migration/data_classes.pyi,sha256=vTLUCKT4BCFqvGNi7QTJ7z7FhE5ooD6LhBd0BgFMWDc,2115
|
|
216
222
|
amsdal/migration/utils.pyi,sha256=SzDL6yp0ZKtzpd0tkvR18A-N-swihdU8x8urc4342v4,1409
|
|
217
|
-
amsdal/migration/__init__.cpython-310-darwin.so,sha256=
|
|
218
|
-
amsdal/migration/migrations.cpython-310-darwin.so,sha256=
|
|
223
|
+
amsdal/migration/__init__.cpython-310-darwin.so,sha256=foOgmgX7rosWbkH0chxlSBNMmNgml2Mr8Z4obAhAqmw,120688
|
|
224
|
+
amsdal/migration/migrations.cpython-310-darwin.so,sha256=8TlNi8kyd6HpIGZuRLGyJie-TrYEJq16YI7NSPrn38c,250408
|
|
219
225
|
amsdal/migration/schemas_loaders.pyi,sha256=YvvUs4wX5QKP0PUIevXTmo8Rr85LvAIseNxuPgh3i1U,1197
|
|
220
|
-
amsdal/migration/data_classes.cpython-310-darwin.so,sha256=
|
|
221
|
-
amsdal/migration/file_migration_store.cpython-310-darwin.so,sha256=
|
|
222
|
-
amsdal/migration/migrations_loader.cpython-310-darwin.so,sha256=
|
|
223
|
-
amsdal/migration/file_migration_executor.cpython-310-darwin.so,sha256=
|
|
224
|
-
amsdal/migration/schemas_loaders.cpython-310-darwin.so,sha256=
|
|
225
|
-
amsdal/migration/file_migration_generator.cpython-310-darwin.so,sha256=
|
|
226
|
+
amsdal/migration/data_classes.cpython-310-darwin.so,sha256=YkpJTU6mKs8jIljYKUKtqKAlAQKliFE-RXfGST7McRI,215912
|
|
227
|
+
amsdal/migration/file_migration_store.cpython-310-darwin.so,sha256=OoHa1gPAEIejtjvj52IJbXK5MNfEdh5kiB35thRVKfU,371488
|
|
228
|
+
amsdal/migration/migrations_loader.cpython-310-darwin.so,sha256=b2oXntHDwhVqySkhMvYWSBVK3egC7gKm_j4o75zcVkY,217240
|
|
229
|
+
amsdal/migration/file_migration_executor.cpython-310-darwin.so,sha256=mjPhhgqPiMN33AEVz6b3pkfH9YhxF6_f33QHNkY8-uQ,354416
|
|
230
|
+
amsdal/migration/schemas_loaders.cpython-310-darwin.so,sha256=popt_KQSv5pp2jYU2kWo2SaRAhgFLYh2zldn0Q-_Uwo,256568
|
|
231
|
+
amsdal/migration/file_migration_generator.cpython-310-darwin.so,sha256=G3epfVw4hIdHc3s8bkL_DrFG3lG_07kmSqoNFZc-T1Y,376016
|
|
226
232
|
amsdal/migration/file_migration_generator.pyi,sha256=oED_KXnywcERh-hd809zzuLvbPl98Bc2jS2eV9-o1t4,3006
|
|
227
|
-
amsdal/migration/utils.cpython-310-darwin.so,sha256=
|
|
228
|
-
amsdal/migration/file_migration_writer.cpython-310-darwin.so,sha256=
|
|
233
|
+
amsdal/migration/utils.cpython-310-darwin.so,sha256=sN4xSN4XZIqSq1ImVcd-VDR-e-tjExFyuf7PHEJ2qXM,302832
|
|
234
|
+
amsdal/migration/file_migration_writer.cpython-310-darwin.so,sha256=hzrgXyjAXtRCSs35RApSkrP2xZ39a9-8TXCrkIR-j1s,251664
|
|
229
235
|
amsdal/migration/migrations.pyi,sha256=v8bIzMMVJn_SvvbNDSDu2qr2TbDXMx0DBSesXPUSY48,2632
|
|
230
236
|
amsdal/migration/executors/base.pyi,sha256=p3dri37TErahCBkidINp2KUmIycOj9a-92JvhNmre1Q,2119
|
|
231
237
|
amsdal/migration/executors/state_executor.pyi,sha256=5UvOE2K53yYPKcObFEM08Vv8f1KbEsy6xXZOoAoB4wI,1003
|
|
232
|
-
amsdal/migration/executors/default_executor.cpython-310-darwin.so,sha256=
|
|
238
|
+
amsdal/migration/executors/default_executor.cpython-310-darwin.so,sha256=W8wplYPRwfcTx-m-yoS4SHUDNXnjFBKim1I-5491FhE,457880
|
|
233
239
|
amsdal/migration/executors/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
234
|
-
amsdal/migration/executors/base.cpython-310-darwin.so,sha256=
|
|
235
|
-
amsdal/migration/executors/__init__.cpython-310-darwin.so,sha256=
|
|
240
|
+
amsdal/migration/executors/base.cpython-310-darwin.so,sha256=qgGFGMZrpwXYyS9VlkoxHBTzXIfdrNLamhm2IS8cck4,303088
|
|
241
|
+
amsdal/migration/executors/__init__.cpython-310-darwin.so,sha256=oHhXpJqDqEkQUCJ6lU7f7TMvTsgwvGxkpOZzWGA-9Ks,120736
|
|
236
242
|
amsdal/migration/executors/default_executor.pyi,sha256=AJ-OzXO2E7wd0_73fRy8RTONb1S0RwZXE7CpVGfeZjI,1902
|
|
237
|
-
amsdal/migration/executors/state_executor.cpython-310-darwin.so,sha256=
|
|
243
|
+
amsdal/migration/executors/state_executor.cpython-310-darwin.so,sha256=8KT_Wa5jbcTJdnWH7xFhX2-eQqF0NXSoz9Z5Wr6pBUU,249912
|
|
238
244
|
amsdal/migration/templates/model_class_layout.tmpl,sha256=ttbq0xgimvHn-ffM4ZSj2_DMH5srCmUtkwGd38pyDXY,766
|
|
239
245
|
amsdal/migration/templates/options_validator.tmpl,sha256=gF_uiYONVad4OEILZeIdrepcHOFhwPq3nu0NJX8I1EA,205
|
|
240
246
|
amsdal/migration/templates/model_class.tmpl,sha256=t0y_OlxVmJe5RRg8pxO0XyUM3q1sAuv458q8wmDvh-8,225
|
|
@@ -243,10 +249,5 @@ amsdal/migration/templates/migration.tmpl,sha256=WZe7A1lchoiqZZhGL2YUKVzafMPRiW9
|
|
|
243
249
|
amsdal/migration/templates/dict_validator.tmpl,sha256=5lRGN9hNBVRqVcbeNQuU4v5koRzS6tJAibzOqjCUXSI,173
|
|
244
250
|
amsdal/services/transaction_execution.pyi,sha256=bbT2h7xTzuP4SJSBfbJhvA7ryzwX8PfgRD9VAdjJJ8Q,1377
|
|
245
251
|
amsdal/services/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
246
|
-
amsdal/services/__init__.cpython-310-darwin.so,sha256=
|
|
247
|
-
amsdal/services/transaction_execution.cpython-310-darwin.so,sha256=
|
|
248
|
-
amsdal-0.1.21.dist-info/RECORD,,
|
|
249
|
-
amsdal-0.1.21.dist-info/WHEEL,sha256=r7U64H7df5k5VoE41bE2otJ6YmrMps4wUd2_S2hHvHQ,115
|
|
250
|
-
amsdal-0.1.21.dist-info/top_level.txt,sha256=VPQLnOP3mf7q0JuQ_vPZYQyPNGKd_uc6ouz-hZRkhSk,7
|
|
251
|
-
amsdal-0.1.21.dist-info/LICENSE.txt,sha256=hG-541PFYfNJi9WRZi_hno91UyqNg7YLK8LR3vLblZA,27355
|
|
252
|
-
amsdal-0.1.21.dist-info/METADATA,sha256=Q8EqSD9uxxOc9D8ZBNqtQRD8q5zoIyA9pSUvjEv87yQ,57261
|
|
252
|
+
amsdal/services/__init__.cpython-310-darwin.so,sha256=2e-ziKhqBuH1-S8zQc6Oy4dj1gBakurkxMcqhy4A-Io,120672
|
|
253
|
+
amsdal/services/transaction_execution.cpython-310-darwin.so,sha256=cvDy2y8OZCAeHhrgLRkAlcqL053SPuS037urBmtOdwE,362960
|
|
File without changes
|
|
File without changes
|