amsdal 0.5.4__cp312-cp312-macosx_10_13_universal2.whl → 0.5.6__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.
- 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/auth/lifecycle/consumer.pyi +1 -1
- amsdal/fixtures/__init__.cpython-312-darwin.so +0 -0
- amsdal/fixtures/manager.cpython-312-darwin.so +0 -0
- amsdal/fixtures/manager.pyi +1 -1
- 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/__init__.cpython-312-darwin.so +0 -0
- amsdal/services/transaction_execution.cpython-312-darwin.so +0 -0
- amsdal/utils/tests/enums.py +0 -2
- amsdal/utils/tests/helpers.py +213 -381
- amsdal/utils/tests/migrations.py +179 -0
- {amsdal-0.5.4.dist-info → amsdal-0.5.6.dist-info}/METADATA +10 -6
- {amsdal-0.5.4.dist-info → amsdal-0.5.6.dist-info}/RECORD +59 -85
- amsdal/contrib/auth/models/__init__.pyi +0 -0
- amsdal/contrib/auth/models/login_session.pyi +0 -37
- amsdal/contrib/auth/models/permission.pyi +0 -18
- amsdal/contrib/auth/models/user.pyi +0 -46
- amsdal/contrib/frontend_configs/models/__init__.pyi +0 -0
- amsdal/contrib/frontend_configs/models/frontend_activator_config.pyi +0 -12
- amsdal/contrib/frontend_configs/models/frontend_config_async_validator.pyi +0 -7
- amsdal/contrib/frontend_configs/models/frontend_config_control_action.pyi +0 -32
- amsdal/contrib/frontend_configs/models/frontend_config_group_validator.pyi +0 -11
- amsdal/contrib/frontend_configs/models/frontend_config_option.pyi +0 -8
- amsdal/contrib/frontend_configs/models/frontend_config_skip_none_base.pyi +0 -8
- amsdal/contrib/frontend_configs/models/frontend_config_slider_option.pyi +0 -9
- amsdal/contrib/frontend_configs/models/frontend_config_text_mask.pyi +0 -10
- amsdal/contrib/frontend_configs/models/frontend_config_validator.pyi +0 -15
- amsdal/contrib/frontend_configs/models/frontend_control_config.pyi +0 -35
- amsdal/contrib/frontend_configs/models/frontend_model_config.pyi +0 -9
- amsdal/models/__init__.pyi +0 -9
- amsdal/models/core/__init__.pyi +0 -0
- amsdal/models/core/class_object.pyi +0 -25
- amsdal/models/core/class_property.pyi +0 -15
- amsdal/models/core/file.pyi +0 -104
- amsdal/models/core/fixture.pyi +0 -14
- amsdal/models/core/option.pyi +0 -8
- amsdal/models/core/storage_metadata.pyi +0 -11
- amsdal/models/core/validator.pyi +0 -8
- amsdal/models/types/__init__.pyi +0 -0
- amsdal/models/types/object.pyi +0 -16
- {amsdal-0.5.4.dist-info → amsdal-0.5.6.dist-info}/WHEEL +0 -0
- {amsdal-0.5.4.dist-info → amsdal-0.5.6.dist-info}/licenses/LICENSE.txt +0 -0
- {amsdal-0.5.4.dist-info → amsdal-0.5.6.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,179 @@
|
|
1
|
+
import contextlib
|
2
|
+
|
3
|
+
from amsdal_data.connections.historical.schema_version_manager import AsyncHistoricalSchemaVersionManager
|
4
|
+
from amsdal_data.connections.historical.schema_version_manager import HistoricalSchemaVersionManager
|
5
|
+
from amsdal_models.migration import migrations
|
6
|
+
from amsdal_models.migration.executors.default_executor import DefaultAsyncMigrationExecutor
|
7
|
+
from amsdal_models.migration.executors.default_executor import DefaultMigrationExecutor
|
8
|
+
from amsdal_models.migration.file_migration_executor import SimpleFileMigrationExecutorManager
|
9
|
+
from amsdal_models.migration.file_migration_generator import SimpleFileMigrationGenerator
|
10
|
+
from amsdal_models.migration.file_migration_writer import FileMigrationWriter
|
11
|
+
from amsdal_models.migration.migrations import MigrateData
|
12
|
+
from amsdal_models.migration.migrations import MigrationSchemas
|
13
|
+
from amsdal_models.migration.migrations_loader import MigrationsLoader
|
14
|
+
from amsdal_models.migration.utils import contrib_to_module_root_path
|
15
|
+
from amsdal_models.schemas.class_schema_loader import ClassSchemaLoader
|
16
|
+
from amsdal_utils.models.enums import ModuleType
|
17
|
+
|
18
|
+
from amsdal.configs.constants import CORE_MIGRATIONS_PATH
|
19
|
+
from amsdal.configs.main import settings
|
20
|
+
|
21
|
+
|
22
|
+
def migrate() -> None:
|
23
|
+
schemas = MigrationSchemas()
|
24
|
+
executor = DefaultMigrationExecutor(schemas, use_foreign_keys=True)
|
25
|
+
|
26
|
+
with contextlib.suppress(Exception):
|
27
|
+
HistoricalSchemaVersionManager().object_classes # noqa: B018
|
28
|
+
|
29
|
+
_migrate_per_loader(
|
30
|
+
executor,
|
31
|
+
MigrationsLoader(
|
32
|
+
migrations_dir=CORE_MIGRATIONS_PATH,
|
33
|
+
module_type=ModuleType.CORE,
|
34
|
+
),
|
35
|
+
)
|
36
|
+
|
37
|
+
for contrib in settings.CONTRIBS:
|
38
|
+
contrib_root_path = contrib_to_module_root_path(contrib)
|
39
|
+
_migrate_per_loader(
|
40
|
+
executor,
|
41
|
+
MigrationsLoader(
|
42
|
+
migrations_dir=contrib_root_path / settings.MIGRATIONS_DIRECTORY_NAME,
|
43
|
+
module_type=ModuleType.CONTRIB,
|
44
|
+
module_name=contrib,
|
45
|
+
),
|
46
|
+
)
|
47
|
+
|
48
|
+
user_schema_loader = ClassSchemaLoader(
|
49
|
+
settings.USER_MODELS_MODULE,
|
50
|
+
class_filter=lambda cls: cls.__module_type__ == ModuleType.USER,
|
51
|
+
)
|
52
|
+
_schemas, _cycle_schemas = user_schema_loader.load_sorted()
|
53
|
+
_schemas_map = {_schema.title: _schema for _schema in _schemas}
|
54
|
+
|
55
|
+
for object_schema in _schemas:
|
56
|
+
for _operation_data in SimpleFileMigrationGenerator.build_operations(
|
57
|
+
ModuleType.USER,
|
58
|
+
object_schema,
|
59
|
+
None,
|
60
|
+
):
|
61
|
+
_operation_name = FileMigrationWriter.operation_name_map[_operation_data.type]
|
62
|
+
_operation = getattr(migrations, _operation_name)(
|
63
|
+
module_type=ModuleType.USER,
|
64
|
+
class_name=_operation_data.class_name,
|
65
|
+
new_schema=_operation_data.new_schema.model_dump(),
|
66
|
+
)
|
67
|
+
|
68
|
+
_operation.forward(executor)
|
69
|
+
|
70
|
+
for object_schema in _cycle_schemas:
|
71
|
+
for _operation_data in SimpleFileMigrationGenerator.build_operations(
|
72
|
+
ModuleType.USER,
|
73
|
+
object_schema,
|
74
|
+
_schemas_map[object_schema.title],
|
75
|
+
):
|
76
|
+
_operation_name = FileMigrationWriter.operation_name_map[_operation_data.type]
|
77
|
+
_operation = getattr(migrations, _operation_name)(
|
78
|
+
module_type=ModuleType.USER,
|
79
|
+
class_name=_operation_data.class_name,
|
80
|
+
new_schema=_operation_data.new_schema.model_dump(),
|
81
|
+
)
|
82
|
+
|
83
|
+
_operation.forward(executor)
|
84
|
+
|
85
|
+
executor.flush_buffer()
|
86
|
+
|
87
|
+
|
88
|
+
def _migrate_per_loader(executor: DefaultMigrationExecutor, loader: MigrationsLoader) -> None:
|
89
|
+
for _migration in loader:
|
90
|
+
migration_class = SimpleFileMigrationExecutorManager.get_migration_class(_migration)
|
91
|
+
migration_class_instance = migration_class()
|
92
|
+
|
93
|
+
for _operation in migration_class_instance.operations:
|
94
|
+
if isinstance(_operation, MigrateData):
|
95
|
+
executor.flush_buffer()
|
96
|
+
|
97
|
+
_operation.forward(executor)
|
98
|
+
|
99
|
+
executor.flush_buffer()
|
100
|
+
|
101
|
+
|
102
|
+
async def async_migrate() -> None:
|
103
|
+
schemas = MigrationSchemas()
|
104
|
+
executor = DefaultAsyncMigrationExecutor(schemas)
|
105
|
+
|
106
|
+
with contextlib.suppress(Exception):
|
107
|
+
await AsyncHistoricalSchemaVersionManager().object_classes
|
108
|
+
|
109
|
+
await _async_migrate_per_loader(
|
110
|
+
executor,
|
111
|
+
MigrationsLoader(
|
112
|
+
migrations_dir=CORE_MIGRATIONS_PATH,
|
113
|
+
module_type=ModuleType.CORE,
|
114
|
+
),
|
115
|
+
)
|
116
|
+
|
117
|
+
for contrib in settings.CONTRIBS:
|
118
|
+
contrib_root_path = contrib_to_module_root_path(contrib)
|
119
|
+
await _async_migrate_per_loader(
|
120
|
+
executor,
|
121
|
+
MigrationsLoader(
|
122
|
+
migrations_dir=contrib_root_path / settings.MIGRATIONS_DIRECTORY_NAME,
|
123
|
+
module_type=ModuleType.CONTRIB,
|
124
|
+
module_name=contrib,
|
125
|
+
),
|
126
|
+
)
|
127
|
+
|
128
|
+
user_schema_loader = ClassSchemaLoader(
|
129
|
+
settings.USER_MODELS_MODULE,
|
130
|
+
class_filter=lambda cls: cls.__module_type__ == ModuleType.USER,
|
131
|
+
)
|
132
|
+
_schemas, _cycle_schemas = user_schema_loader.load_sorted()
|
133
|
+
_schemas_map = {_schema.title: _schema for _schema in _schemas}
|
134
|
+
|
135
|
+
for object_schema in _schemas:
|
136
|
+
for _operation_data in SimpleFileMigrationGenerator.build_operations(
|
137
|
+
ModuleType.USER,
|
138
|
+
object_schema,
|
139
|
+
None,
|
140
|
+
):
|
141
|
+
_operation_name = FileMigrationWriter.operation_name_map[_operation_data.type]
|
142
|
+
_operation = getattr(migrations, _operation_name)(
|
143
|
+
module_type=ModuleType.USER,
|
144
|
+
class_name=_operation_data.class_name,
|
145
|
+
new_schema=_operation_data.new_schema.model_dump(),
|
146
|
+
)
|
147
|
+
|
148
|
+
_operation.forward(executor)
|
149
|
+
|
150
|
+
for object_schema in _cycle_schemas:
|
151
|
+
for _operation_data in SimpleFileMigrationGenerator.build_operations(
|
152
|
+
ModuleType.USER,
|
153
|
+
object_schema,
|
154
|
+
_schemas_map[object_schema.title],
|
155
|
+
):
|
156
|
+
_operation_name = FileMigrationWriter.operation_name_map[_operation_data.type]
|
157
|
+
_operation = getattr(migrations, _operation_name)(
|
158
|
+
module_type=ModuleType.USER,
|
159
|
+
class_name=_operation_data.class_name,
|
160
|
+
new_schema=_operation_data.new_schema.model_dump(),
|
161
|
+
)
|
162
|
+
|
163
|
+
_operation.forward(executor)
|
164
|
+
|
165
|
+
await executor.flush_buffer()
|
166
|
+
|
167
|
+
|
168
|
+
async def _async_migrate_per_loader(executor: DefaultAsyncMigrationExecutor, loader: MigrationsLoader) -> None:
|
169
|
+
for _migration in loader:
|
170
|
+
migration_class = SimpleFileMigrationExecutorManager.get_migration_class(_migration)
|
171
|
+
migration_class_instance = migration_class()
|
172
|
+
|
173
|
+
for _operation in migration_class_instance.operations:
|
174
|
+
if isinstance(_operation, MigrateData):
|
175
|
+
await executor.flush_buffer()
|
176
|
+
|
177
|
+
_operation.forward(executor)
|
178
|
+
|
179
|
+
await executor.flush_buffer()
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: amsdal
|
3
|
-
Version: 0.5.
|
3
|
+
Version: 0.5.6
|
4
4
|
Summary: AMSDAL
|
5
5
|
License: AMSDAL End User License Agreement
|
6
6
|
|
@@ -130,19 +130,23 @@ Requires-Dist: httpx~=0.25
|
|
130
130
|
Requires-Dist: bcrypt~=4.0
|
131
131
|
Requires-Dist: black>=24.3.0
|
132
132
|
Requires-Dist: amsdal_utils==0.5.*
|
133
|
-
Requires-Dist: amsdal_data
|
133
|
+
Requires-Dist: amsdal_data>=0.5.8
|
134
134
|
Requires-Dist: amsdal_models==0.5.*
|
135
135
|
Requires-Dist: pip>=21.3.1
|
136
136
|
Provides-Extra: cli
|
137
|
-
Requires-Dist: amsdal-cli==0.
|
137
|
+
Requires-Dist: amsdal-cli==0.5.*; extra == "cli"
|
138
138
|
Provides-Extra: server
|
139
|
-
Requires-Dist: amsdal-server==0.
|
139
|
+
Requires-Dist: amsdal-server==0.5.*; extra == "server"
|
140
140
|
Provides-Extra: factory
|
141
141
|
Requires-Dist: polyfactory==2.*; extra == "factory"
|
142
142
|
Provides-Extra: celery
|
143
143
|
Requires-Dist: celery==5.4.0; extra == "celery"
|
144
|
-
Provides-Extra:
|
145
|
-
Requires-Dist:
|
144
|
+
Provides-Extra: async-sqlite
|
145
|
+
Requires-Dist: amsdal-data[async-sqlite]; extra == "async-sqlite"
|
146
|
+
Provides-Extra: postgres-binary
|
147
|
+
Requires-Dist: amsdal-data[postgres-binary]; extra == "postgres-binary"
|
148
|
+
Provides-Extra: postgres-c
|
149
|
+
Requires-Dist: amsdal-data[postgres-c]; extra == "postgres-c"
|
146
150
|
Dynamic: license-file
|
147
151
|
|
148
152
|
# AMSDAL
|
@@ -2,9 +2,9 @@ amsdal/manager.pyi,sha256=aRX-FO3KIozgaoJg3_pAVJjPAW9PL8hMiYvaTJ_kp5E,9466
|
|
2
2
|
amsdal/__init__.pyi,sha256=4FIq7rQKQXoDNIzrDxtklKrbPcE2qqKU8W0jp8Mld6Q,741
|
3
3
|
amsdal/__init__.py,sha256=eg_kMNcJSTvb8Q32AstCARJURBhrlIVmE12Dgq0nOUk,742
|
4
4
|
amsdal/Third-Party Materials - AMSDAL Dependencies - License Notices.md,sha256=3YRsqickIvSW7EmjlC-yk5h-YW_GMzAz7wsT9ZPIiaM,74780
|
5
|
-
amsdal/__about__.py,sha256=
|
5
|
+
amsdal/__about__.py,sha256=FVhogeUXIvF04uzQhGOvAB-kHp5Toh3bylNItK77X40,124
|
6
6
|
amsdal/errors.pyi,sha256=mcuGsQMWaIUmC9GJDIkf99dQMMsCfBy6OI_UB3NSNmc,597
|
7
|
-
amsdal/manager.cpython-312-darwin.so,sha256=
|
7
|
+
amsdal/manager.cpython-312-darwin.so,sha256=15W17gtdV8wuMJPxJfbGG6No3tmj56siUi1Fz8dEy6U,501968
|
8
8
|
amsdal/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
9
9
|
amsdal/errors.py,sha256=pZZKIklaDkh8jdFSAfX81TbiylvbaE70nttRjTcTSBk,616
|
10
10
|
amsdal/__about__.pyi,sha256=Y25n44pyE3vp92MiABKrcK3IWRyQ1JG1rZ4Ufqy2nC0,17
|
@@ -13,42 +13,32 @@ amsdal/context/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
13
13
|
amsdal/context/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
14
14
|
amsdal/context/manager.py,sha256=CKGY75P2y-TCnZvK5p9NJsDgHo8KXHSE0Eg5AGRjnfk,1850
|
15
15
|
amsdal/mixins/class_versions_mixin.pyi,sha256=oSXjkTsN35d-3YgCckclhk7xRkljKHLYtN8a8gJgj2o,548
|
16
|
-
amsdal/mixins/__init__.cpython-312-darwin.so,sha256=
|
17
|
-
amsdal/mixins/class_versions_mixin.cpython-312-darwin.so,sha256=
|
16
|
+
amsdal/mixins/__init__.cpython-312-darwin.so,sha256=vF6wem7nNcXcqF3IjnoNxXYPomvM4gXvLy1m8YprkNU,120720
|
17
|
+
amsdal/mixins/class_versions_mixin.cpython-312-darwin.so,sha256=8trm0Q7YpIUoRnRtN7RqyqymPY_poGsWFJyFM5HKubU,180480
|
18
18
|
amsdal/mixins/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
19
19
|
amsdal/utils/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
20
20
|
amsdal/utils/contrib_paths.py,sha256=9BpNegbPofuvaQ4bE4E5cO4IV415ZZJkTqSLHUruJ3k,787
|
21
21
|
amsdal/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
22
22
|
amsdal/utils/contrib_paths.pyi,sha256=Ngb_2wCTCPJ9NSIqKiP254Ww9xrQzAV1-AiqUkVmiuQ,493
|
23
|
-
amsdal/utils/tests/enums.py,sha256
|
23
|
+
amsdal/utils/tests/enums.py,sha256=-zp_up9rlxAHR3znVKgWSDPmFKfxoHHOhb4ghtyltuU,302
|
24
24
|
amsdal/utils/tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
25
25
|
amsdal/utils/tests/factories.py,sha256=SAnMjkDHg2dXgnDfxQGTvZX5MLuRmdskq7Cjbf6swVk,1926
|
26
|
-
amsdal/utils/tests/
|
26
|
+
amsdal/utils/tests/migrations.py,sha256=GgEMVFbm9_z44jIbBdFMi23QIK2_CcXW7rg766Ve-As,6884
|
27
|
+
amsdal/utils/tests/helpers.py,sha256=0PbdKK76lyXozLK7UbLU1-G6yo5Bd-CLY1aXzfT25XI,12597
|
27
28
|
amsdal/utils/rollback/__init__.pyi,sha256=oA1_VJjK3k13nUp8H1wXjJs6LrlqEtAethPRQ7P8mLc,1106
|
28
29
|
amsdal/utils/rollback/__init__.py,sha256=NBIvidqj0nKRa30mWon5onpHBPQidb0DFJGcZbkKrY8,16832
|
29
|
-
amsdal/models/__init__.pyi,sha256=14Jaejs35pftAZ8z3rNWKV6csTrBZPPKMNKrrIx_rTs,825
|
30
30
|
amsdal/models/__init__.py,sha256=bwURV9lpt8a6S8WvLgMDk_haor9FUQa-o29StSdTMCs,757
|
31
|
-
amsdal/models/types/object.pyi,sha256=eK0S3jDDZGHmsvdbQKdLFVG3FScAUx6eOM9HMjO5TLw,532
|
32
|
-
amsdal/models/types/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
33
31
|
amsdal/models/types/object.py,sha256=cFbuXw_YVDmWdBIp49snKcTV2BmBag8LjinkLfV0_fA,1229
|
34
32
|
amsdal/models/types/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
35
33
|
amsdal/models/core/validator.py,sha256=Eqn2XvJV8Kn6NT2HnIGIkAV2ubmSen3rx5Yaeiuapak,367
|
36
34
|
amsdal/models/core/fixture.py,sha256=V4SS1rAYD6mtRjwZ5tEaGgZL3fgRuP2KJ4x7R3AkBWo,1000
|
37
|
-
amsdal/models/core/fixture.pyi,sha256=eVGiwX79YkV6KlsxdE40D7JlA0Zan6mPY2wTMv9HWS8,537
|
38
|
-
amsdal/models/core/class_property.pyi,sha256=CZH2-HS9W2WBjXLr_21tmji5xE9AzzvNwbVGKLvaKa4,488
|
39
|
-
amsdal/models/core/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
40
35
|
amsdal/models/core/option.py,sha256=W2w9tmNrdmOF6x5QohJghRrnUY-RFCQ0YFULhVGdDzw,326
|
41
36
|
amsdal/models/core/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
42
37
|
amsdal/models/core/storage_metadata.py,sha256=q-IOcsIpZHf_bt7v2NTtXAfV2i8fip3F_wtes16WY78,716
|
43
|
-
amsdal/models/core/storage_metadata.pyi,sha256=Bz_7qh6h02B7R9p-HCP71pWvie6VufYVNMvl2G7HU98,379
|
44
38
|
amsdal/models/core/file.py,sha256=nst9eGXBymoeEer60vVIBcDx0Z4XVjVokHeX9qjq0No,5031
|
45
|
-
amsdal/models/core/validator.pyi,sha256=7Q8muoefalIAqWa1sleORcsaQNzhkUH5MsqMy9w7l_4,231
|
46
39
|
amsdal/models/core/class_property.py,sha256=fSaMUJtAGRdYTGw6ucsXjF92Y7uvuWhVG6MGMe9D554,1020
|
47
|
-
amsdal/models/core/option.pyi,sha256=kkZou2vvjYHRBlF0twFfAkHF3Y_vf95YWEYhcAC5_5s,223
|
48
|
-
amsdal/models/core/class_object.pyi,sha256=PIGUuLKqSnbVCn-pUKweJJVEYcYaeKz7ei7ZVnmZM1E,841
|
49
40
|
amsdal/models/core/class_object.py,sha256=Y5sdatrNZK1jkMImyeRFTxeUonuzJaDCKZzULZvJIHw,1487
|
50
|
-
amsdal/
|
51
|
-
amsdal/contrib/__init__.cpython-312-darwin.so,sha256=vzpjsvwu_hjoHK7FltS0kQo6u-2XbDVcmWMLiMCFr7w,120736
|
41
|
+
amsdal/contrib/__init__.cpython-312-darwin.so,sha256=-cAyZoNi37Bsxlkz4WNYvRnGZ_P5yDJwVRurmB3J14Y,120736
|
52
42
|
amsdal/contrib/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
53
43
|
amsdal/contrib/app_config.pyi,sha256=j3MYfBcn9MzhTagEczGWfVH9N5jrfiKmUhxZMoakojw,149
|
54
44
|
amsdal/contrib/app_config.py,sha256=RT3RAEE49XtzuFTXYNVuaqU9V4YIl0ZWZijtXgV-SC4,131
|
@@ -65,16 +55,12 @@ amsdal/contrib/auth/decorators/__init__.pyi,sha256=1DKnpx3dKyeuHyKcnXn0TzVqQxT8q
|
|
65
55
|
amsdal/contrib/auth/decorators/__init__.py,sha256=oBKJQtgWnWiPOjol9-KejJPuQJmfsjj14UVB_4qB4kw,1088
|
66
56
|
amsdal/contrib/auth/lifecycle/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
67
57
|
amsdal/contrib/auth/lifecycle/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
68
|
-
amsdal/contrib/auth/lifecycle/consumer.pyi,sha256=
|
58
|
+
amsdal/contrib/auth/lifecycle/consumer.pyi,sha256=MoJmpZ9ZHSWPY6VZVCt1QOt0FAREt_wbEgniRDbvQK8,5342
|
69
59
|
amsdal/contrib/auth/lifecycle/consumer.py,sha256=N2JJuS13FC4rOHsHuHgMKU0Kef9-S31RUiP3QHXjqIQ,16884
|
70
60
|
amsdal/contrib/auth/models/user.py,sha256=jc8XbgfYtbuktu1Qz0DHLCNGHzrK2pyKrtdH8m7VMzk,3771
|
71
|
-
amsdal/contrib/auth/models/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
72
61
|
amsdal/contrib/auth/models/permission.py,sha256=KOy91A6PEbftwqfXlp91JZZM6YfAxG6B5-M3FfC5Nb0,675
|
73
|
-
amsdal/contrib/auth/models/permission.pyi,sha256=eKZTZfjG4HQBAo_jp2kpJzgqpIyGOe7UyGgDM1S5MP8,543
|
74
62
|
amsdal/contrib/auth/models/login_session.py,sha256=qZw9i7ZmtTOpNMo2k7IXMOq324Uh9DauQlItujsFdaQ,3936
|
75
63
|
amsdal/contrib/auth/models/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
76
|
-
amsdal/contrib/auth/models/login_session.pyi,sha256=5CfAWUiyoyhckOCfzc_BgqgPvdw1F3B-IDNTMqmfUlM,1343
|
77
|
-
amsdal/contrib/auth/models/user.pyi,sha256=H-vTCbOTAWrDYjcOfR7IFFodmTmLSwlb385Cler5_iI,1626
|
78
64
|
amsdal/contrib/auth/fixtures/basic_permissions.json,sha256=FsmMt4hzTYH_iI6tJQdT2bv-fPtrFPMe9ZjmLmgrcoo,1606
|
79
65
|
amsdal/contrib/frontend_configs/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
80
66
|
amsdal/contrib/frontend_configs/constants.pyi,sha256=OvhkkbIgS18ICtfwbProbE43vW_-LRZW9b6ehg048Xo,23
|
@@ -89,26 +75,14 @@ amsdal/contrib/frontend_configs/lifecycle/__init__.pyi,sha256=47DEQpj8HBSa-_TImW
|
|
89
75
|
amsdal/contrib/frontend_configs/lifecycle/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
90
76
|
amsdal/contrib/frontend_configs/lifecycle/consumer.pyi,sha256=kRNenTrKfswS8Y3UY6XYQ03WlCuo9LFk8WIJxm--cAk,4168
|
91
77
|
amsdal/contrib/frontend_configs/lifecycle/consumer.py,sha256=Uq_I-t-HmQDXBoaK4wzj1PWTziYbrjXigwrh_qYnJUM,11487
|
92
|
-
amsdal/contrib/frontend_configs/models/frontend_activator_config.pyi,sha256=litdaAoXYPSCZDMNvjAbnjd2LLkHvFxS34rl36WTw5I,477
|
93
78
|
amsdal/contrib/frontend_configs/models/frontend_config_control_action.py,sha256=cV8xFhnd1RJknyWlDnPX9lTgQZ-yylIgAWuicZHqHS0,2105
|
94
79
|
amsdal/contrib/frontend_configs/models/frontend_config_option.py,sha256=n4ZcI7RDwNCpeT5gGLuNJeHzJlhqyf7U5BD4V4wbUv4,448
|
95
|
-
amsdal/contrib/frontend_configs/models/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
96
|
-
amsdal/contrib/frontend_configs/models/frontend_config_text_mask.pyi,sha256=FPVRCmL_vEDG44xriyTLDhQdVeyQawiBmez1qnQWrZA,365
|
97
|
-
amsdal/contrib/frontend_configs/models/frontend_config_group_validator.pyi,sha256=VK062ijoZgs0_3FjoCjcRga0-Mcfc4EFqjgaQHYkerA,457
|
98
|
-
amsdal/contrib/frontend_configs/models/frontend_config_skip_none_base.pyi,sha256=UC6qSuICs1NNFo6BzWtpx5PQ_Uu96Ub5rED8NO_BwwM,340
|
99
80
|
amsdal/contrib/frontend_configs/models/frontend_model_config.py,sha256=UTvp-RvPnci4F7RdRj60hZXgEjSqvNhkfwdbw7ju_sU,517
|
100
81
|
amsdal/contrib/frontend_configs/models/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
101
|
-
amsdal/contrib/frontend_configs/models/frontend_config_validator.pyi,sha256=sdJL4VK1D6H6H4dkGF_SPvtxsWHASwVXqh0KCtv3LQE,591
|
102
|
-
amsdal/contrib/frontend_configs/models/frontend_config_async_validator.pyi,sha256=LZjYgUjQM4eB6X18vlSHjuqBNaGwC7rrRGt22Lm9IHE,293
|
103
|
-
amsdal/contrib/frontend_configs/models/frontend_config_control_action.pyi,sha256=KMIWGggjoccCBFAvmc3L2jouU1zCDWTNm_Z7Y564hPg,1082
|
104
|
-
amsdal/contrib/frontend_configs/models/frontend_config_option.pyi,sha256=9FfnL8Pv3e6VUThWrF1nanj3jBNxWOUma0juf3gNQ8s,304
|
105
82
|
amsdal/contrib/frontend_configs/models/frontend_control_config.py,sha256=ePkGaRMssOqO5NjWs2xA1ZK95hl40WAKg7Fp2QZMda4,4014
|
106
83
|
amsdal/contrib/frontend_configs/models/frontend_config_group_validator.py,sha256=vJ36_Xmweygi5UXAL6wOXLi6sGe2rkUcsmT7WzgXuAU,974
|
107
84
|
amsdal/contrib/frontend_configs/models/frontend_config_slider_option.py,sha256=bixZRd4x4zcxykMXC3obYDp8DHORRR3BEBcqaZGcHHo,510
|
108
|
-
amsdal/contrib/frontend_configs/models/frontend_model_config.pyi,sha256=CjV8oFweFPKfYBR5Myd_Tmm0hmszEOmZm1pOVAKumW8,357
|
109
85
|
amsdal/contrib/frontend_configs/models/frontend_config_text_mask.py,sha256=EEonXV4HyxiVq4AkvIxKtzXhiDYeplexMWzNSQeYpoc,583
|
110
|
-
amsdal/contrib/frontend_configs/models/frontend_control_config.pyi,sha256=jBkVdN8ePwjBdaS2-GhM9UU9G7N7OIhYbE-pgxvv-A8,1655
|
111
|
-
amsdal/contrib/frontend_configs/models/frontend_config_slider_option.pyi,sha256=Ei55pOHYbeTkyg4EQIX5-qEeJGIhp5_eDuZctfZZhVo,333
|
112
86
|
amsdal/contrib/frontend_configs/models/frontend_config_async_validator.py,sha256=okzRBflVwIyg4CoygNcptKuUIxwYMu_w8z5RGgbpP9g,411
|
113
87
|
amsdal/contrib/frontend_configs/models/frontend_config_skip_none_base.py,sha256=KxP9viiRFJrXUeHgI7m0AyiMRAlRTU7lbyPodAe0uHY,544
|
114
88
|
amsdal/contrib/frontend_configs/models/frontend_activator_config.py,sha256=40mXb53uk4Rg4F5uMgCFHuDJTjQA9b_qO5zUtJHTPKk,1023
|
@@ -125,7 +99,7 @@ amsdal/schemas/interfaces.pyi,sha256=jUXLEKIa_af9Qrv9a4UvfRmsUV78N921i4dDXKHPaQk
|
|
125
99
|
amsdal/schemas/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
126
100
|
amsdal/schemas/utils.pyi,sha256=UbeISOxetojP6HlzhiJWeaAVyYZUrnGAS5niTQ0m6n0,437
|
127
101
|
amsdal/schemas/utils.py,sha256=t8k7QYYR6SsCPpBhp7s585eSYKVIF895EKRMK1w1y1Q,492
|
128
|
-
amsdal/schemas/manager.cpython-312-darwin.so,sha256=
|
102
|
+
amsdal/schemas/manager.cpython-312-darwin.so,sha256=lrUds8O74NZr8pat-7rCQUhN_spjNxiJpH1BflaKDvQ,120736
|
129
103
|
amsdal/schemas/repository.py,sha256=PbskgDr8JMabQm2uf8Kfj5bBSPlPkx4cDGXn-jfIsPM,3249
|
130
104
|
amsdal/schemas/manager.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
131
105
|
amsdal/schemas/types/array/model.json,sha256=I9Z7r691yd8i-Ndy8Cf3rFGg22mnLxg_weeVU2kRtkY,117
|
@@ -172,94 +146,94 @@ amsdal/configs/constants.py,sha256=faghdS6r3on1WKrp782WmgONd1fMf4X73LJzAwMO1po,9
|
|
172
146
|
amsdal/configs/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
173
147
|
amsdal/configs/main.pyi,sha256=XpcltkUCEECvRbiQ6P-j66zjU_g8lWLbCPfHoHhRMyw,6846
|
174
148
|
amsdal/configs/main.py,sha256=lRO_iTMlmlosTAHZrVg3iXZVuKj45lEb5LrPln3wixM,9567
|
175
|
-
amsdal/cloud/__init__.cpython-312-darwin.so,sha256=
|
149
|
+
amsdal/cloud/__init__.cpython-312-darwin.so,sha256=2DLLC_kdxZliJRwx0onNPAmcr5H2UMGJl-NUKFCdVgM,120720
|
176
150
|
amsdal/cloud/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
177
151
|
amsdal/cloud/constants.pyi,sha256=0qWxDqjQkETwUtgco5kV83fPHhQ4jRdJe_YPPNTnSIY,327
|
178
152
|
amsdal/cloud/client.pyi,sha256=3VjPRtJrbUU29u_wswETrMorN0iUb4GFAXmMc73bUf4,2247
|
179
|
-
amsdal/cloud/constants.cpython-312-darwin.so,sha256=
|
180
|
-
amsdal/cloud/enums.cpython-312-darwin.so,sha256=
|
181
|
-
amsdal/cloud/client.cpython-312-darwin.so,sha256=
|
153
|
+
amsdal/cloud/constants.cpython-312-darwin.so,sha256=KnfnFIDget9W9BRaVR_atoMK-F7zoUHLdo3Vco1KeXU,158688
|
154
|
+
amsdal/cloud/enums.cpython-312-darwin.so,sha256=iLn6ttonO_zeRsrf_0Ph_uqjU9fwwzYJ9qVsGwFaEwQ,158128
|
155
|
+
amsdal/cloud/client.cpython-312-darwin.so,sha256=XaXz-MSPGbN8T0DwzdFc8Fz8iMv1PFEr8SxJdNo8pzo,216144
|
182
156
|
amsdal/cloud/enums.pyi,sha256=mX5O1FPc3aNnN108aOJT66Nn9KlcyrRTj9B23sFdDfw,1757
|
183
|
-
amsdal/cloud/models/__init__.cpython-312-darwin.so,sha256=
|
157
|
+
amsdal/cloud/models/__init__.cpython-312-darwin.so,sha256=3l3IoSTONGm-QS2BYb1DXXuNHvhw1p7cboCYSotrWYE,120752
|
184
158
|
amsdal/cloud/models/base.pyi,sha256=avwAj4uS4NHrXvmSKBxokFKFWSaBPXtJPl1Ig1CD6sg,7727
|
185
159
|
amsdal/cloud/models/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
186
|
-
amsdal/cloud/models/base.cpython-312-darwin.so,sha256=
|
187
|
-
amsdal/cloud/services/__init__.cpython-312-darwin.so,sha256=
|
160
|
+
amsdal/cloud/models/base.cpython-312-darwin.so,sha256=7IcjzHCNZ5CBzpV_hhXv7TzH8WJSPoJcR6tcauWTi8I,195328
|
161
|
+
amsdal/cloud/services/__init__.cpython-312-darwin.so,sha256=rXUpVqUbv9lFkY_R5anHMO7ATx2CCXRPDmULb1p7MH4,120768
|
188
162
|
amsdal/cloud/services/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
189
|
-
amsdal/cloud/services/auth/__init__.cpython-312-darwin.so,sha256=
|
163
|
+
amsdal/cloud/services/auth/__init__.cpython-312-darwin.so,sha256=SSL3p6_xZVbt3Ia8aXMyAYJfiRsYoj_SD169xEykJKI,120784
|
190
164
|
amsdal/cloud/services/auth/base.pyi,sha256=oj_tgwWhf02g-FzCLcNOEZjYDxfcrrDssING4jsUMb8,167
|
191
165
|
amsdal/cloud/services/auth/manager.pyi,sha256=AhKllHgraztP3JSKta9MmQjTNRAbQbwqZg2EpQZSwhI,1243
|
192
166
|
amsdal/cloud/services/auth/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
193
|
-
amsdal/cloud/services/auth/credentials.cpython-312-darwin.so,sha256=
|
167
|
+
amsdal/cloud/services/auth/credentials.cpython-312-darwin.so,sha256=q8FR9mCwtIhLpakPdon034fIHW4rTf5qcuVZfj7anr4,288104
|
194
168
|
amsdal/cloud/services/auth/signup_service.pyi,sha256=SfSN1tLIwrzGi9JbMgoLuKKH1u5uoh_MOFJ4n_NHcBY,1145
|
195
|
-
amsdal/cloud/services/auth/signup_service.cpython-312-darwin.so,sha256=
|
169
|
+
amsdal/cloud/services/auth/signup_service.cpython-312-darwin.so,sha256=OUxLFmViNnRk6yzyUaas0xCOFs79RYais9s6yVz9wXQ,216232
|
196
170
|
amsdal/cloud/services/auth/token.pyi,sha256=v9QDleIytAZGlYHHaO-W1fTr5d2OLGWsh5g6HDeuk90,1042
|
197
|
-
amsdal/cloud/services/auth/token.cpython-312-darwin.so,sha256=
|
198
|
-
amsdal/cloud/services/auth/manager.cpython-312-darwin.so,sha256=
|
199
|
-
amsdal/cloud/services/auth/base.cpython-312-darwin.so,sha256=
|
171
|
+
amsdal/cloud/services/auth/token.cpython-312-darwin.so,sha256=qQ_wmFHmOIQ2hWc3CwTksHqqyC9I4ewDLSCOUcEw1_Q,251648
|
172
|
+
amsdal/cloud/services/auth/manager.cpython-312-darwin.so,sha256=9Ox3hs4qyzhV2ZDNxZyOV9QrEaZ8kIRTVe6b16Yf8dU,214144
|
173
|
+
amsdal/cloud/services/auth/base.cpython-312-darwin.so,sha256=H1jL_DiwhRE8Rej3vfBUJlf1nB66hgY5sj0ngG4fJRo,163120
|
200
174
|
amsdal/cloud/services/auth/credentials.pyi,sha256=ghp3r8rDq5l5xxx7UKFkCASyQJbWChkF2PQDJrQmeW4,1417
|
201
|
-
amsdal/cloud/services/actions/delete_env.cpython-312-darwin.so,sha256=
|
202
|
-
amsdal/cloud/services/actions/__init__.cpython-312-darwin.so,sha256=
|
175
|
+
amsdal/cloud/services/actions/delete_env.cpython-312-darwin.so,sha256=92q-U1m2hY234HsjbDqmxBToQq4YbjRrY4UORDJwRng,180840
|
176
|
+
amsdal/cloud/services/actions/__init__.cpython-312-darwin.so,sha256=FROMAncAiGox6SZ6CZO2kCS5mnoWKrSjrntjjnqDjxY,120800
|
203
177
|
amsdal/cloud/services/actions/list_envs.pyi,sha256=7PylFRd1Jb6nkTt8q8iy27rLj-Q5qcwfqW02_OlfDZs,878
|
204
178
|
amsdal/cloud/services/actions/base.pyi,sha256=J98igdu3E9-mled_kbxerja4DTLM0OAW8cHtsVOQ_fc,5880
|
205
179
|
amsdal/cloud/services/actions/manager.pyi,sha256=Tal5u1nMhi7MeuJ9lBIPYPLgKoIB6DUXPU2AokrusHI,15441
|
206
180
|
amsdal/cloud/services/actions/delete_allowlist_ip.pyi,sha256=W5zVq7YKL_OVigZl58bqau3rvAzsLdItAZaqDO1HGJw,933
|
207
181
|
amsdal/cloud/services/actions/add_basic_auth.pyi,sha256=4tyTci_k_xlJrkBd71sY0ivRr8alo3Bq0KCkjIfacu4,1106
|
208
182
|
amsdal/cloud/services/actions/list_secrets.pyi,sha256=vF-EikAy7WHdkvkGikD_oDFDIgE1GEr8nxAQKYAs9rY,1079
|
209
|
-
amsdal/cloud/services/actions/delete_secret.cpython-312-darwin.so,sha256=
|
183
|
+
amsdal/cloud/services/actions/delete_secret.cpython-312-darwin.so,sha256=QigvoOg9rT2bwLvE2eRXDbpqZSSsaI8oNP_zewdyoKI,164312
|
210
184
|
amsdal/cloud/services/actions/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
211
185
|
amsdal/cloud/services/actions/get_basic_auth_credentials.pyi,sha256=1FU8BtDRaGTx8fSqdhmotQK-rR7gKr4Qav_E-T_23rc,1071
|
212
|
-
amsdal/cloud/services/actions/add_basic_auth.cpython-312-darwin.so,sha256=
|
186
|
+
amsdal/cloud/services/actions/add_basic_auth.cpython-312-darwin.so,sha256=AqStXQgaPdLapgvWUVkbTGrDLR8bKszUWB7Dcth89Y4,197512
|
213
187
|
amsdal/cloud/services/actions/delete_secret.pyi,sha256=gZi17MivNYBIfdPU2GjoJ2I2lWiefdvLuXTcxDss1P4,953
|
214
188
|
amsdal/cloud/services/actions/delete_env.pyi,sha256=uyBHMOp_AprbpSfv6y6QfYW5FvK1-8jb2NxK_FmuPHE,969
|
215
|
-
amsdal/cloud/services/actions/delete_allowlist_ip.cpython-312-darwin.so,sha256=
|
216
|
-
amsdal/cloud/services/actions/add_dependency.cpython-312-darwin.so,sha256=
|
217
|
-
amsdal/cloud/services/actions/create_env.cpython-312-darwin.so,sha256=
|
218
|
-
amsdal/cloud/services/actions/update_deploy.cpython-312-darwin.so,sha256=
|
219
|
-
amsdal/cloud/services/actions/get_monitoring_info.cpython-312-darwin.so,sha256
|
189
|
+
amsdal/cloud/services/actions/delete_allowlist_ip.cpython-312-darwin.so,sha256=Ok0uRdzOpxgGDcRspLCGgdnH6sB0tO3Bd961-OWJAUU,180848
|
190
|
+
amsdal/cloud/services/actions/add_dependency.cpython-312-darwin.so,sha256=tgG0whx9l4aor_IUo7ZAQ_UdSy2LUoDnS-wPAA17YVk,164328
|
191
|
+
amsdal/cloud/services/actions/create_env.cpython-312-darwin.so,sha256=l6xax4I8WsNIUU8DZCeuYUAqk-LKQuHaxQw14HRkcmw,180840
|
192
|
+
amsdal/cloud/services/actions/update_deploy.cpython-312-darwin.so,sha256=s98hRafOnCk_AxO-Vuiv6-mgmn_Wnp5tdJIdyKVQ8js,181080
|
193
|
+
amsdal/cloud/services/actions/get_monitoring_info.cpython-312-darwin.so,sha256=gO_eDSt-vXJqBocnDTT0xKcnwqkrXhgk6qIBNOy9c6Q,197376
|
220
194
|
amsdal/cloud/services/actions/delete_dependency.pyi,sha256=VuT1w2qOpjR7I9mBi9tPXMXDPEeU8tG0vi9TXV82Frg,1021
|
221
|
-
amsdal/cloud/services/actions/destroy_deploy.cpython-312-darwin.so,sha256=
|
222
|
-
amsdal/cloud/services/actions/list_dependencies.cpython-312-darwin.so,sha256=
|
223
|
-
amsdal/cloud/services/actions/list_envs.cpython-312-darwin.so,sha256=
|
224
|
-
amsdal/cloud/services/actions/list_deploys.cpython-312-darwin.so,sha256=
|
195
|
+
amsdal/cloud/services/actions/destroy_deploy.cpython-312-darwin.so,sha256=QGqNTkcFMDBDUJhyZc4AVr842tzHCzHZxmiKRwCmG0M,164168
|
196
|
+
amsdal/cloud/services/actions/list_dependencies.cpython-312-darwin.so,sha256=s7EWtkPUfmJ_r9Uw872v8OmaZzN72cVFgPo9HkCgK08,197704
|
197
|
+
amsdal/cloud/services/actions/list_envs.cpython-312-darwin.so,sha256=9gurvlxY9_Utq0qhHElVdZBYaTmuYbokHsRH4G7UwMs,164384
|
198
|
+
amsdal/cloud/services/actions/list_deploys.cpython-312-darwin.so,sha256=JzhZk9qxByj78eYJ2ooXMYT9j_ep4hlhpLrOaTKEaF0,181096
|
225
199
|
amsdal/cloud/services/actions/create_session.pyi,sha256=KUvx_vkhLQfGp_DM1ZvgszyT_G8LB28KoI1XpjNR7YY,674
|
226
200
|
amsdal/cloud/services/actions/list_deploys.pyi,sha256=Q8da3PDPxICLP2V7L-A7p-9_a3qNKrARqgHhu0CA0nA,724
|
227
|
-
amsdal/cloud/services/actions/create_deploy.cpython-312-darwin.so,sha256=
|
228
|
-
amsdal/cloud/services/actions/create_session.cpython-312-darwin.so,sha256=
|
201
|
+
amsdal/cloud/services/actions/create_deploy.cpython-312-darwin.so,sha256=IWRSgC8YI5mzpDam2e0yMGHgt0o-ZuuakRaUf8NDR3g,269176
|
202
|
+
amsdal/cloud/services/actions/create_session.cpython-312-darwin.so,sha256=6RVs10HCw1fMDPGeP--8GJBxO4j6gmfJ1JSqnoVLfYk,181000
|
229
203
|
amsdal/cloud/services/actions/add_allowlist_ip.pyi,sha256=gB2NQVz8NcSsgXYiym2Suh1RPI8eHKIAFE13RmeTHkA,883
|
230
204
|
amsdal/cloud/services/actions/get_monitoring_info.pyi,sha256=uvtBgWvtWf-Mq4vZq_q-q8Z8hJh5voAY61KRJQPGWFk,1045
|
231
205
|
amsdal/cloud/services/actions/add_dependency.pyi,sha256=uVEIhvDa4GRS0Lg6TkcYdOwezKcxrzL7A_Lh8BxcAeU,837
|
232
|
-
amsdal/cloud/services/actions/manager.cpython-312-darwin.so,sha256=
|
206
|
+
amsdal/cloud/services/actions/manager.cpython-312-darwin.so,sha256=pU0Em7_fBVDrYGWpom4gdKv06TyllgRZooI1BbR-M_w,354848
|
233
207
|
amsdal/cloud/services/actions/signup_action.pyi,sha256=VswHjhxw2eHYqXwc---F2LpwlD7GlIuL_Ev2DmA96_4,808
|
234
208
|
amsdal/cloud/services/actions/add_secret.pyi,sha256=H6rS3PRwiktMfnoY8qwtmTplN9gG2yZgQKKCX8S8Q6c,890
|
235
|
-
amsdal/cloud/services/actions/base.cpython-312-darwin.so,sha256=
|
236
|
-
amsdal/cloud/services/actions/get_basic_auth_credentials.cpython-312-darwin.so,sha256=
|
209
|
+
amsdal/cloud/services/actions/base.cpython-312-darwin.so,sha256=JZ4Yq3LIZzMBs4J1Pir9F0LMcPUqbsrGxgdi-l1RLqE,307200
|
210
|
+
amsdal/cloud/services/actions/get_basic_auth_credentials.cpython-312-darwin.so,sha256=KNJudA-PyK_sgOm7cSDIL4ylcKHmYWHiI1TaTvXY4vk,197512
|
237
211
|
amsdal/cloud/services/actions/destroy_deploy.pyi,sha256=VNb0J71B3gk4SVJwxlB9XTj4vCG-37ucojcGzsvKwe8,609
|
238
212
|
amsdal/cloud/services/actions/update_deploy.pyi,sha256=alM1nquQZ5O8PYlDIqDdSuiyuc_aj9fkd01bL9KANEI,766
|
239
|
-
amsdal/cloud/services/actions/add_secret.cpython-312-darwin.so,sha256=
|
240
|
-
amsdal/cloud/services/actions/expose_db.cpython-312-darwin.so,sha256=
|
241
|
-
amsdal/cloud/services/actions/delete_dependency.cpython-312-darwin.so,sha256=
|
242
|
-
amsdal/cloud/services/actions/add_allowlist_ip.cpython-312-darwin.so,sha256=
|
243
|
-
amsdal/cloud/services/actions/signup_action.cpython-312-darwin.so,sha256=
|
244
|
-
amsdal/cloud/services/actions/delete_basic_auth.cpython-312-darwin.so,sha256=
|
245
|
-
amsdal/cloud/services/actions/list_secrets.cpython-312-darwin.so,sha256=
|
213
|
+
amsdal/cloud/services/actions/add_secret.cpython-312-darwin.so,sha256=rKI3BJqw-RfOFZKfU8pK95rGpS74X2vlw1HTnGuai5o,164264
|
214
|
+
amsdal/cloud/services/actions/expose_db.cpython-312-darwin.so,sha256=N2g9X7tRCiS4sNyCLCyL98G_H1OeWClQJb2cARsBsOA,197568
|
215
|
+
amsdal/cloud/services/actions/delete_dependency.cpython-312-darwin.so,sha256=U5iSZ3ySjAXKlO-oM0b8Y8EOAh1CE5Q_LbSBF-5v0j8,164376
|
216
|
+
amsdal/cloud/services/actions/add_allowlist_ip.cpython-312-darwin.so,sha256=_uS_qRoK8BmO2i-qs-iHSIKLIeGwXwZg7VLBBJOdkiQ,180792
|
217
|
+
amsdal/cloud/services/actions/signup_action.cpython-312-darwin.so,sha256=h3iRFo-1NfWCwu8fs3OJzfpfgafhrSRi6cLUfLdizPs,164216
|
218
|
+
amsdal/cloud/services/actions/delete_basic_auth.cpython-312-darwin.so,sha256=hCWdHl2ht-QKbpcxOjgN2KS6ITKffOlyeh8hwW9u81A,164376
|
219
|
+
amsdal/cloud/services/actions/list_secrets.cpython-312-darwin.so,sha256=08F6JH8r8C3HXhuyrr6whl21gKg1jzaVrP9rWAfotc8,197688
|
246
220
|
amsdal/cloud/services/actions/create_deploy.pyi,sha256=VmVMYJQmjPZce6Cm8sMQ27HomhfdzZc_0X57ZWZmCt0,1988
|
247
221
|
amsdal/cloud/services/actions/delete_basic_auth.pyi,sha256=-I1YoOMFi0LaRsZL2JBGH_sg18PZoUL1PP9YetboDJA,915
|
248
222
|
amsdal/cloud/services/actions/list_dependencies.pyi,sha256=C37VamSyRT-uNLuwQJ0OrHKavs8Jt0bfPbAsE5BQEvE,1035
|
249
223
|
amsdal/cloud/services/actions/create_env.pyi,sha256=ITvyLrvwt6H36JNYURHZ_PbmGZquc5Fm07dVo7H6ll0,910
|
250
224
|
amsdal/cloud/services/actions/expose_db.pyi,sha256=uk2zuz1SiXwjDFxtKF-yyWGNEONOgfm7EcrEyVT0cMM,1049
|
251
|
-
amsdal/fixtures/__init__.cpython-312-darwin.so,sha256=
|
252
|
-
amsdal/fixtures/manager.pyi,sha256=
|
225
|
+
amsdal/fixtures/__init__.cpython-312-darwin.so,sha256=fQWvW5jv_7zg2HEs3Ie4swnMKk6M7JuAXuuHMYz1mI4,120736
|
226
|
+
amsdal/fixtures/manager.pyi,sha256=cAY2nSxo6-Q7AMXbRmto3sWDqGf-Zt9La1gtciZBcZ0,7086
|
253
227
|
amsdal/fixtures/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
254
|
-
amsdal/fixtures/utils.cpython-312-darwin.so,sha256=
|
228
|
+
amsdal/fixtures/utils.cpython-312-darwin.so,sha256=okU3nymDcHW5vWmhcECtcajglIYV_l7xaO_HXuKGQD4,290128
|
255
229
|
amsdal/fixtures/utils.pyi,sha256=OnFn7opJscOydj-rlcXQIdDodlIKGCt79TRy5zAUkqg,457
|
256
|
-
amsdal/fixtures/manager.cpython-312-darwin.so,sha256=
|
257
|
-
amsdal/services/__init__.cpython-312-darwin.so,sha256=
|
230
|
+
amsdal/fixtures/manager.cpython-312-darwin.so,sha256=L9VvogTCxror3f1dXwMDCCVT-8Nla67JEW6nYU90QQQ,655648
|
231
|
+
amsdal/services/__init__.cpython-312-darwin.so,sha256=Tr-jaVq6Vvggl5-YKxtCVMD9hV1kllK3yR9Eh8uPPQ0,120736
|
258
232
|
amsdal/services/transaction_execution.pyi,sha256=TwCuurOoqSHgNu9GCYYZPSpGjxXssF2eNygQ5KVwAZM,4374
|
259
|
-
amsdal/services/transaction_execution.cpython-312-darwin.so,sha256=
|
233
|
+
amsdal/services/transaction_execution.cpython-312-darwin.so,sha256=ROeYXQP2UxSVbPIlmKAL1MJ2kSVYnrisLiWZmG0p6yE,435344
|
260
234
|
amsdal/services/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
261
|
-
amsdal-0.5.
|
262
|
-
amsdal-0.5.
|
263
|
-
amsdal-0.5.
|
264
|
-
amsdal-0.5.
|
265
|
-
amsdal-0.5.
|
235
|
+
amsdal-0.5.6.dist-info/RECORD,,
|
236
|
+
amsdal-0.5.6.dist-info/WHEEL,sha256=_N1vyLgwJ10g4JxFsp-IfU42zGJgf-DUqwfdbV1YvEM,115
|
237
|
+
amsdal-0.5.6.dist-info/top_level.txt,sha256=VPQLnOP3mf7q0JuQ_vPZYQyPNGKd_uc6ouz-hZRkhSk,7
|
238
|
+
amsdal-0.5.6.dist-info/METADATA,sha256=m3mR-xfN5rOqbRaxb6gbNsc0zpGfC1qOA24L7nOriuk,57622
|
239
|
+
amsdal-0.5.6.dist-info/licenses/LICENSE.txt,sha256=hG-541PFYfNJi9WRZi_hno91UyqNg7YLK8LR3vLblZA,27355
|
File without changes
|
@@ -1,37 +0,0 @@
|
|
1
|
-
from amsdal_models.classes.model import Model
|
2
|
-
from amsdal_utils.models.enums import ModuleType
|
3
|
-
from typing import Any, ClassVar
|
4
|
-
|
5
|
-
class LoginSession(Model):
|
6
|
-
__module_type__: ClassVar[ModuleType] = ...
|
7
|
-
email: str = ...
|
8
|
-
password: str = ...
|
9
|
-
token: str | None = ...
|
10
|
-
@property
|
11
|
-
def display_name(self) -> str:
|
12
|
-
"""
|
13
|
-
Returns the display name of the user.
|
14
|
-
|
15
|
-
This method returns the email of the user as their display name.
|
16
|
-
|
17
|
-
Returns:
|
18
|
-
str: The email of the user.
|
19
|
-
"""
|
20
|
-
def pre_init(self, *, is_new_object: bool, kwargs: dict[str, Any]) -> None:
|
21
|
-
"""
|
22
|
-
Pre-initializes a user object by validating email and password, and generating a JWT token.
|
23
|
-
|
24
|
-
This method checks if the object is new and validates the provided email and password.
|
25
|
-
If the email and password are valid, it generates a JWT token and adds it to the kwargs.
|
26
|
-
|
27
|
-
Args:
|
28
|
-
is_new_object (bool): Indicates if the object is new.
|
29
|
-
kwargs (dict[str, Any]): The keyword arguments containing user details.
|
30
|
-
|
31
|
-
Raises:
|
32
|
-
AuthenticationError: If the email or password is invalid.
|
33
|
-
"""
|
34
|
-
def pre_create(self) -> None: ...
|
35
|
-
def pre_update(self) -> None: ...
|
36
|
-
async def apre_create(self) -> None: ...
|
37
|
-
async def apre_update(self) -> None: ...
|
@@ -1,18 +0,0 @@
|
|
1
|
-
from amsdal_models.classes.model import Model
|
2
|
-
from amsdal_utils.models.enums import ModuleType
|
3
|
-
from typing import ClassVar
|
4
|
-
|
5
|
-
class Permission(Model):
|
6
|
-
__module_type__: ClassVar[ModuleType] = ...
|
7
|
-
model: str = ...
|
8
|
-
action: str = ...
|
9
|
-
@property
|
10
|
-
def display_name(self) -> str:
|
11
|
-
"""
|
12
|
-
Returns the display name of the user.
|
13
|
-
|
14
|
-
This method returns a formatted string combining the model and action of the user.
|
15
|
-
|
16
|
-
Returns:
|
17
|
-
str: The formatted display name in the format 'model:action'.
|
18
|
-
"""
|
@@ -1,46 +0,0 @@
|
|
1
|
-
from amsdal.contrib.auth.models.permission import *
|
2
|
-
from amsdal_models.classes.model import Model
|
3
|
-
from amsdal_utils.models.enums import ModuleType
|
4
|
-
from typing import Any, ClassVar
|
5
|
-
|
6
|
-
class User(Model):
|
7
|
-
__module_type__: ClassVar[ModuleType] = ...
|
8
|
-
email: str = ...
|
9
|
-
password: bytes = ...
|
10
|
-
permissions: list['Permission'] | None = ...
|
11
|
-
def __repr__(self) -> str: ...
|
12
|
-
def __str__(self) -> str: ...
|
13
|
-
async def apre_update(self) -> None: ...
|
14
|
-
@property
|
15
|
-
def display_name(self) -> str:
|
16
|
-
"""
|
17
|
-
Returns the display name of the user.
|
18
|
-
|
19
|
-
This method returns the email of the user as their display name.
|
20
|
-
|
21
|
-
Returns:
|
22
|
-
str: The email of the user.
|
23
|
-
"""
|
24
|
-
_object_id = ...
|
25
|
-
def post_init(self, *, is_new_object: bool, kwargs: dict[str, Any]) -> None:
|
26
|
-
"""
|
27
|
-
Post-initializes a user object by validating email and password, and hashing the password.
|
28
|
-
|
29
|
-
This method checks if the email and password are provided and valid. If the object is new,
|
30
|
-
it hashes the password and sets the object ID to the lowercased email.
|
31
|
-
|
32
|
-
Args:
|
33
|
-
is_new_object (bool): Indicates if the object is new.
|
34
|
-
kwargs (dict[str, Any]): The keyword arguments containing user details.
|
35
|
-
|
36
|
-
Raises:
|
37
|
-
UserCreationError: If the email or password is invalid.
|
38
|
-
"""
|
39
|
-
def pre_create(self) -> None:
|
40
|
-
"""
|
41
|
-
Pre-creates a user object.
|
42
|
-
|
43
|
-
This method is a placeholder for any pre-creation logic that needs to be executed
|
44
|
-
before a user object is created.
|
45
|
-
"""
|
46
|
-
def pre_update(self) -> None: ...
|
File without changes
|
@@ -1,12 +0,0 @@
|
|
1
|
-
from amsdal.contrib.frontend_configs.models.frontend_config_group_validator import *
|
2
|
-
from amsdal_utils.models.enums import ModuleType
|
3
|
-
from typing import Any, ClassVar
|
4
|
-
|
5
|
-
class FrontendActivatorConfig(FrontendConfigGroupValidator):
|
6
|
-
__module_type__: ClassVar[ModuleType]
|
7
|
-
mainControl: str | None
|
8
|
-
dependentControls: list[str] | None
|
9
|
-
condition: str | None
|
10
|
-
value: Any | None
|
11
|
-
@classmethod
|
12
|
-
def validate_value_in_options_condition(cls, value: Any) -> Any: ...
|
@@ -1,7 +0,0 @@
|
|
1
|
-
from amsdal.contrib.frontend_configs.models.frontend_config_skip_none_base import *
|
2
|
-
from amsdal_utils.models.enums import ModuleType
|
3
|
-
from typing import ClassVar
|
4
|
-
|
5
|
-
class FrontendConfigAsyncValidator(FrontendConfigSkipNoneBase):
|
6
|
-
__module_type__: ClassVar[ModuleType]
|
7
|
-
endpoint: str | None
|