amsdal 0.5.4__cp311-cp311-macosx_10_9_universal2.whl → 0.5.6__cp311-cp311-macosx_10_9_universal2.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (86) hide show
  1. amsdal/__about__.py +1 -1
  2. amsdal/cloud/__init__.cpython-311-darwin.so +0 -0
  3. amsdal/cloud/client.cpython-311-darwin.so +0 -0
  4. amsdal/cloud/constants.cpython-311-darwin.so +0 -0
  5. amsdal/cloud/enums.cpython-311-darwin.so +0 -0
  6. amsdal/cloud/models/__init__.cpython-311-darwin.so +0 -0
  7. amsdal/cloud/models/base.cpython-311-darwin.so +0 -0
  8. amsdal/cloud/services/__init__.cpython-311-darwin.so +0 -0
  9. amsdal/cloud/services/actions/__init__.cpython-311-darwin.so +0 -0
  10. amsdal/cloud/services/actions/add_allowlist_ip.cpython-311-darwin.so +0 -0
  11. amsdal/cloud/services/actions/add_basic_auth.cpython-311-darwin.so +0 -0
  12. amsdal/cloud/services/actions/add_dependency.cpython-311-darwin.so +0 -0
  13. amsdal/cloud/services/actions/add_secret.cpython-311-darwin.so +0 -0
  14. amsdal/cloud/services/actions/base.cpython-311-darwin.so +0 -0
  15. amsdal/cloud/services/actions/create_deploy.cpython-311-darwin.so +0 -0
  16. amsdal/cloud/services/actions/create_env.cpython-311-darwin.so +0 -0
  17. amsdal/cloud/services/actions/create_session.cpython-311-darwin.so +0 -0
  18. amsdal/cloud/services/actions/delete_allowlist_ip.cpython-311-darwin.so +0 -0
  19. amsdal/cloud/services/actions/delete_basic_auth.cpython-311-darwin.so +0 -0
  20. amsdal/cloud/services/actions/delete_dependency.cpython-311-darwin.so +0 -0
  21. amsdal/cloud/services/actions/delete_env.cpython-311-darwin.so +0 -0
  22. amsdal/cloud/services/actions/delete_secret.cpython-311-darwin.so +0 -0
  23. amsdal/cloud/services/actions/destroy_deploy.cpython-311-darwin.so +0 -0
  24. amsdal/cloud/services/actions/expose_db.cpython-311-darwin.so +0 -0
  25. amsdal/cloud/services/actions/get_basic_auth_credentials.cpython-311-darwin.so +0 -0
  26. amsdal/cloud/services/actions/get_monitoring_info.cpython-311-darwin.so +0 -0
  27. amsdal/cloud/services/actions/list_dependencies.cpython-311-darwin.so +0 -0
  28. amsdal/cloud/services/actions/list_deploys.cpython-311-darwin.so +0 -0
  29. amsdal/cloud/services/actions/list_envs.cpython-311-darwin.so +0 -0
  30. amsdal/cloud/services/actions/list_secrets.cpython-311-darwin.so +0 -0
  31. amsdal/cloud/services/actions/manager.cpython-311-darwin.so +0 -0
  32. amsdal/cloud/services/actions/signup_action.cpython-311-darwin.so +0 -0
  33. amsdal/cloud/services/actions/update_deploy.cpython-311-darwin.so +0 -0
  34. amsdal/cloud/services/auth/__init__.cpython-311-darwin.so +0 -0
  35. amsdal/cloud/services/auth/base.cpython-311-darwin.so +0 -0
  36. amsdal/cloud/services/auth/credentials.cpython-311-darwin.so +0 -0
  37. amsdal/cloud/services/auth/manager.cpython-311-darwin.so +0 -0
  38. amsdal/cloud/services/auth/signup_service.cpython-311-darwin.so +0 -0
  39. amsdal/cloud/services/auth/token.cpython-311-darwin.so +0 -0
  40. amsdal/contrib/__init__.cpython-311-darwin.so +0 -0
  41. amsdal/contrib/auth/lifecycle/consumer.pyi +1 -1
  42. amsdal/fixtures/__init__.cpython-311-darwin.so +0 -0
  43. amsdal/fixtures/manager.cpython-311-darwin.so +0 -0
  44. amsdal/fixtures/manager.pyi +1 -1
  45. amsdal/fixtures/utils.cpython-311-darwin.so +0 -0
  46. amsdal/manager.cpython-311-darwin.so +0 -0
  47. amsdal/mixins/__init__.cpython-311-darwin.so +0 -0
  48. amsdal/mixins/class_versions_mixin.cpython-311-darwin.so +0 -0
  49. amsdal/schemas/manager.cpython-311-darwin.so +0 -0
  50. amsdal/services/__init__.cpython-311-darwin.so +0 -0
  51. amsdal/services/transaction_execution.cpython-311-darwin.so +0 -0
  52. amsdal/utils/tests/enums.py +0 -2
  53. amsdal/utils/tests/helpers.py +213 -381
  54. amsdal/utils/tests/migrations.py +179 -0
  55. {amsdal-0.5.4.dist-info → amsdal-0.5.6.dist-info}/METADATA +10 -6
  56. {amsdal-0.5.4.dist-info → amsdal-0.5.6.dist-info}/RECORD +59 -85
  57. {amsdal-0.5.4.dist-info → amsdal-0.5.6.dist-info}/WHEEL +1 -1
  58. amsdal/contrib/auth/models/__init__.pyi +0 -0
  59. amsdal/contrib/auth/models/login_session.pyi +0 -37
  60. amsdal/contrib/auth/models/permission.pyi +0 -18
  61. amsdal/contrib/auth/models/user.pyi +0 -46
  62. amsdal/contrib/frontend_configs/models/__init__.pyi +0 -0
  63. amsdal/contrib/frontend_configs/models/frontend_activator_config.pyi +0 -12
  64. amsdal/contrib/frontend_configs/models/frontend_config_async_validator.pyi +0 -7
  65. amsdal/contrib/frontend_configs/models/frontend_config_control_action.pyi +0 -32
  66. amsdal/contrib/frontend_configs/models/frontend_config_group_validator.pyi +0 -11
  67. amsdal/contrib/frontend_configs/models/frontend_config_option.pyi +0 -8
  68. amsdal/contrib/frontend_configs/models/frontend_config_skip_none_base.pyi +0 -8
  69. amsdal/contrib/frontend_configs/models/frontend_config_slider_option.pyi +0 -9
  70. amsdal/contrib/frontend_configs/models/frontend_config_text_mask.pyi +0 -10
  71. amsdal/contrib/frontend_configs/models/frontend_config_validator.pyi +0 -15
  72. amsdal/contrib/frontend_configs/models/frontend_control_config.pyi +0 -35
  73. amsdal/contrib/frontend_configs/models/frontend_model_config.pyi +0 -9
  74. amsdal/models/__init__.pyi +0 -9
  75. amsdal/models/core/__init__.pyi +0 -0
  76. amsdal/models/core/class_object.pyi +0 -25
  77. amsdal/models/core/class_property.pyi +0 -15
  78. amsdal/models/core/file.pyi +0 -104
  79. amsdal/models/core/fixture.pyi +0 -14
  80. amsdal/models/core/option.pyi +0 -8
  81. amsdal/models/core/storage_metadata.pyi +0 -11
  82. amsdal/models/core/validator.pyi +0 -8
  83. amsdal/models/types/__init__.pyi +0 -0
  84. amsdal/models/types/object.pyi +0 -16
  85. {amsdal-0.5.4.dist-info → amsdal-0.5.6.dist-info}/licenses/LICENSE.txt +0 -0
  86. {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.4
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[postgres-binary]==0.5.*
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.4.*; extra == "cli"
137
+ Requires-Dist: amsdal-cli==0.5.*; extra == "cli"
138
138
  Provides-Extra: server
139
- Requires-Dist: amsdal-server==0.4.*; extra == "server"
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: aiosqlite
145
- Requires-Dist: aiosqlite>=0.20.0; extra == "aiosqlite"
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
@@ -1,9 +1,9 @@
1
1
  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
- amsdal/manager.cpython-311-darwin.so,sha256=EPEhrvl3tVdbBxOV_Wss3qVIal8-zb8s0S6A9O8NfbY,518288
4
+ amsdal/manager.cpython-311-darwin.so,sha256=Fu1uhGSy8a-DgM3r_7o0egik2p4iUwwSXMd278_UN7A,518288
5
5
  amsdal/Third-Party Materials - AMSDAL Dependencies - License Notices.md,sha256=3YRsqickIvSW7EmjlC-yk5h-YW_GMzAz7wsT9ZPIiaM,74780
6
- amsdal/__about__.py,sha256=Wtwe0oKsI5yPYO-Bi6bO-d5lQqCSshnr9G6Vx7i__Vg,124
6
+ amsdal/__about__.py,sha256=FVhogeUXIvF04uzQhGOvAB-kHp5Toh3bylNItK77X40,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,43 +14,33 @@ 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
16
  amsdal/mixins/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
17
- amsdal/mixins/__init__.cpython-311-darwin.so,sha256=S4YpK5kCOnK4o9OqhTR9d-NSTdB49ljrIG9QQ1E8hIM,120656
18
- amsdal/mixins/class_versions_mixin.cpython-311-darwin.so,sha256=9z0dRq59rkS1hMfmRk9bmOa-QmzVMhevYuxahhEv2r0,180576
17
+ amsdal/mixins/__init__.cpython-311-darwin.so,sha256=IOyGumpstdLuQ6E3CM7q_2goVT6-7JtLMYbi2AP7sfI,120656
18
+ amsdal/mixins/class_versions_mixin.cpython-311-darwin.so,sha256=mYk9IuAR1SPKhMccKktxNGtpAboqdH_m7_2S-RGT2M8,180576
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=DoVtMzvfePjfLiAVctPDehdTTHawDbWrQP3yg46Bx6k,390
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/helpers.py,sha256=THD7IaDmpIquolh82b1IHUbVpcyQSk2GvwnZEEtQpPE,17383
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/models/core/file.pyi,sha256=RZTKCfjQ4fXtwz3E1xtgDsViaB_IwGtX2icDQtw-_kk,3460
51
41
  amsdal/contrib/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
52
42
  amsdal/contrib/app_config.pyi,sha256=j3MYfBcn9MzhTagEczGWfVH9N5jrfiKmUhxZMoakojw,149
53
- amsdal/contrib/__init__.cpython-311-darwin.so,sha256=71dArUiBSfFwgaeomp3skTT8_glwmyEVW8KfPXi1MfM,120656
43
+ amsdal/contrib/__init__.cpython-311-darwin.so,sha256=idnVglCLw9SrpPJzlMxtBCuDp_Xp-46F_ST1r4cIadw,120656
54
44
  amsdal/contrib/app_config.py,sha256=RT3RAEE49XtzuFTXYNVuaqU9V4YIl0ZWZijtXgV-SC4,131
55
45
  amsdal/contrib/auth/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
56
46
  amsdal/contrib/auth/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
@@ -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=xvcZIfpCE-HmUm_KwyVvkueiipl90teZqdlszmappD4,5333
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
@@ -123,7 +97,7 @@ amsdal/schemas/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
123
97
  amsdal/schemas/repository.pyi,sha256=e6YUXO248WmhWkkXWt828JrFzIJ9alTPqjXqbktjeWw,1443
124
98
  amsdal/schemas/interfaces.pyi,sha256=jUXLEKIa_af9Qrv9a4UvfRmsUV78N921i4dDXKHPaQk,725
125
99
  amsdal/schemas/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
126
- amsdal/schemas/manager.cpython-311-darwin.so,sha256=eHxdBaXk6_KsxKD4nxKMgkjwFoaG4iv1x-r2maCW2go,120656
100
+ amsdal/schemas/manager.cpython-311-darwin.so,sha256=yuUJA_B11iUKRvbCc4Hu2vVzbU05hXrlUt43gUQn5ho,120656
127
101
  amsdal/schemas/utils.pyi,sha256=UbeISOxetojP6HlzhiJWeaAVyYZUrnGAS5niTQ0m6n0,437
128
102
  amsdal/schemas/utils.py,sha256=t8k7QYYR6SsCPpBhp7s585eSYKVIF895EKRMK1w1y1Q,492
129
103
  amsdal/schemas/repository.py,sha256=PbskgDr8JMabQm2uf8Kfj5bBSPlPkx4cDGXn-jfIsPM,3249
@@ -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/client.cpython-311-darwin.so,sha256=WdSEmv9KthVM0zGKveZf5LB0-vyI_iwE1hyZOo8MwBo,216208
149
+ amsdal/cloud/client.cpython-311-darwin.so,sha256=4XtmVc-ph-Z4A2tLNNT_oC7x3vJwogb6LKkVQTIlHNc,216208
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/enums.cpython-311-darwin.so,sha256=GQtI_RboVItqkSq_GGTmOIwOxAPXf9vJkgtdVG7zh1k,158064
180
- amsdal/cloud/constants.cpython-311-darwin.so,sha256=C48-V34Q5RGChyBpm_2J7UlVpdBd3F0i2wWr1nvO_G4,158688
181
- amsdal/cloud/__init__.cpython-311-darwin.so,sha256=np1d40k_tdQvHzsKEAZNbaMc8-_D2lhiVPf8RdVdlLY,120656
153
+ amsdal/cloud/enums.cpython-311-darwin.so,sha256=bU2jdEQ31H6qOYt-A-5UKrvZXD39RV7cEKg2dig8uU0,158064
154
+ amsdal/cloud/constants.cpython-311-darwin.so,sha256=O9BDTcO7YJC8pmSV5H7r2dTXAqJ7sw5Daae6Ex1kH6Y,158688
155
+ amsdal/cloud/__init__.cpython-311-darwin.so,sha256=2KUIWvVUSermNJA9nQS26RkAlclCES1fAYdV_KNgZ4I,120656
182
156
  amsdal/cloud/enums.pyi,sha256=mX5O1FPc3aNnN108aOJT66Nn9KlcyrRTj9B23sFdDfw,1757
183
- amsdal/cloud/models/base.cpython-311-darwin.so,sha256=_lPs0k8jiUWdJSuuQfDUA9oQRF6CfsG40qKuH9GHE9g,211632
157
+ amsdal/cloud/models/base.cpython-311-darwin.so,sha256=8L2ElPhBvwdB2d6l3puGb2wUXjXXA1enDNP-zsOwxNg,211632
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/__init__.cpython-311-darwin.so,sha256=-kw3i3jgyzy_pBp2xbbPEW_ifo9t9UX_IuqWyYU7e9U,120688
160
+ amsdal/cloud/models/__init__.cpython-311-darwin.so,sha256=cSzn5oj_AJzyJXyp_IJc4Z37o8T6hlb_zsnT8h7HQjM,120688
187
161
  amsdal/cloud/services/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
188
- amsdal/cloud/services/__init__.cpython-311-darwin.so,sha256=-kFbHAWw3UpxgRk6qdo_BnVFc-BOIO5dS3rxblCEORg,120688
189
- amsdal/cloud/services/auth/base.cpython-311-darwin.so,sha256=fuJpIbTYu8w1shBYUTBqBkufoGnB3h6eOQ_CQbQikg8,163104
162
+ amsdal/cloud/services/__init__.cpython-311-darwin.so,sha256=dfgSVh0mwctbxhuxA3L6O7y0FCgPhoyhbXVf4mdFAbQ,120688
163
+ amsdal/cloud/services/auth/base.cpython-311-darwin.so,sha256=gQbIgBud9YheHLgwgnbx_eDR7QtuZww0AR117ixL5zA,163104
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
167
  amsdal/cloud/services/auth/signup_service.pyi,sha256=SfSN1tLIwrzGi9JbMgoLuKKH1u5uoh_MOFJ4n_NHcBY,1145
194
- amsdal/cloud/services/auth/token.cpython-311-darwin.so,sha256=Vdc3Tw-h9KDsy4Ads9rMTAGtxN9_uNvCkboCNClcV3s,251536
195
- amsdal/cloud/services/auth/manager.cpython-311-darwin.so,sha256=gGaK1wDX1rT2dA7glmEDS-4AoO414-VwGTeFRgWtz1E,214128
168
+ amsdal/cloud/services/auth/token.cpython-311-darwin.so,sha256=07_nI7dxyQhSd9Er5cvS__dvVAlouLamNr-X5Lz1ZEU,251536
169
+ amsdal/cloud/services/auth/manager.cpython-311-darwin.so,sha256=yuFkhm1m9EqPLKqPhUobgdQ4O2t4n1P-Z66_5hBP_kY,214128
196
170
  amsdal/cloud/services/auth/token.pyi,sha256=v9QDleIytAZGlYHHaO-W1fTr5d2OLGWsh5g6HDeuk90,1042
197
- amsdal/cloud/services/auth/signup_service.cpython-311-darwin.so,sha256=TRq-8320o8SM-dY7eY77JpG3AhgrTmE0T6P2NyXIqKU,216216
198
- amsdal/cloud/services/auth/__init__.cpython-311-darwin.so,sha256=g2hsSuBbRUuQ0obJ_VKVKMXmUVZurW5y5_UPXZDOji0,120704
199
- amsdal/cloud/services/auth/credentials.cpython-311-darwin.so,sha256=CAfTbF_yhGwYBRcgeovpNIf1zuRR3AO4y8fYHtlsBPo,287736
171
+ amsdal/cloud/services/auth/signup_service.cpython-311-darwin.so,sha256=u0RibqCjGcQTk9GrI2eTisLzJcFABZl1GEJT33RY6uA,216216
172
+ amsdal/cloud/services/auth/__init__.cpython-311-darwin.so,sha256=4srEdR3I3TQbe6kKbRb7Vu2F7dnXdhU4ylEn4GI-55w,120704
173
+ amsdal/cloud/services/auth/credentials.cpython-311-darwin.so,sha256=Mbdgm47sVfVO28GNXpvNJz7oYKmdkTaGbkv-wUvJz_0,287736
200
174
  amsdal/cloud/services/auth/credentials.pyi,sha256=ghp3r8rDq5l5xxx7UKFkCASyQJbWChkF2PQDJrQmeW4,1417
201
- amsdal/cloud/services/actions/get_basic_auth_credentials.cpython-311-darwin.so,sha256=8N5tgZxJ_N8U4dTczC-KTSNuMHm5snrc8S09U42v1k4,181112
202
- amsdal/cloud/services/actions/base.cpython-311-darwin.so,sha256=37JwykQQhxfd6e1zRFlSdhU0t6wjXhIx6qPHwJYI_Gk,323552
175
+ amsdal/cloud/services/actions/get_basic_auth_credentials.cpython-311-darwin.so,sha256=JnN-JagB4MbSMvuNm0kgLNSW1cwk-VO-P8y0xHhc8c4,181112
176
+ amsdal/cloud/services/actions/base.cpython-311-darwin.so,sha256=6L8srPgOODRGJrW-HUDKjGLo-akL_RahjR0Suk2aeJ0,323552
203
177
  amsdal/cloud/services/actions/list_envs.pyi,sha256=7PylFRd1Jb6nkTt8q8iy27rLj-Q5qcwfqW02_OlfDZs,878
204
- amsdal/cloud/services/actions/delete_basic_auth.cpython-311-darwin.so,sha256=afKRiB282oJWq5XpJ9J_QDZUGBUv1Iu9EBpM1btqA1A,180744
178
+ amsdal/cloud/services/actions/delete_basic_auth.cpython-311-darwin.so,sha256=wQHQ-vApuqBYrr8Onr_A4I_gfLSuBYjjveknsfZ4r30,180744
205
179
  amsdal/cloud/services/actions/base.pyi,sha256=J98igdu3E9-mled_kbxerja4DTLM0OAW8cHtsVOQ_fc,5880
206
- amsdal/cloud/services/actions/add_allowlist_ip.cpython-311-darwin.so,sha256=ZGapq3qxZD3J4JwK4iCmuOAAmWlvC7M_SjMDYbhrcJQ,180776
207
- amsdal/cloud/services/actions/signup_action.cpython-311-darwin.so,sha256=5noid4o4SFixFoo91EJurbQbNjHfTGWWl0eY3glAzVU,180584
180
+ amsdal/cloud/services/actions/add_allowlist_ip.cpython-311-darwin.so,sha256=98QJnY2_mKnMuPQ-J-1RECVZ1HMsNFyyKs_nluTfRFA,180776
181
+ amsdal/cloud/services/actions/signup_action.cpython-311-darwin.so,sha256=MR6CxKh-cpxnYZZhngeN8fVY3KffjvjBji2tjyZre_U,180584
208
182
  amsdal/cloud/services/actions/manager.pyi,sha256=Tal5u1nMhi7MeuJ9lBIPYPLgKoIB6DUXPU2AokrusHI,15441
209
- amsdal/cloud/services/actions/delete_dependency.cpython-311-darwin.so,sha256=AD2YQFM4j0vxwA1UlGt53pcbO7R72_sT7agiodd4J9g,180760
210
- amsdal/cloud/services/actions/expose_db.cpython-311-darwin.so,sha256=IzXydWcpwwt-oljxfvAXN9rZtTaW9XpQi8D_jH1X8Yg,181184
183
+ amsdal/cloud/services/actions/delete_dependency.cpython-311-darwin.so,sha256=ab4RFKnMlPcWD4u19LZuJJiXKr4l5rhcpP1ZmCPa8ow,180760
184
+ amsdal/cloud/services/actions/expose_db.cpython-311-darwin.so,sha256=YFfvgZQ5q5k8kphJuVead3s1AFp6t2bq76-gnINxGoE,181184
211
185
  amsdal/cloud/services/actions/delete_allowlist_ip.pyi,sha256=W5zVq7YKL_OVigZl58bqau3rvAzsLdItAZaqDO1HGJw,933
212
- amsdal/cloud/services/actions/add_secret.cpython-311-darwin.so,sha256=tkkSr0oxIf1U9xyZMz1I3I9J4tWwb0HX9lRI1K59LqM,180632
186
+ amsdal/cloud/services/actions/add_secret.cpython-311-darwin.so,sha256=6AeTF9Hce89B8JLGJMIulIGl1KbLF6mEGtf9bL2N5hA,180632
213
187
  amsdal/cloud/services/actions/add_basic_auth.pyi,sha256=4tyTci_k_xlJrkBd71sY0ivRr8alo3Bq0KCkjIfacu4,1106
214
188
  amsdal/cloud/services/actions/list_secrets.pyi,sha256=vF-EikAy7WHdkvkGikD_oDFDIgE1GEr8nxAQKYAs9rY,1079
215
- amsdal/cloud/services/actions/list_secrets.cpython-311-darwin.so,sha256=oYhFWCssrR0aWpHI2xcSt37uUFCotSW46rQgukzBSHE,181304
189
+ amsdal/cloud/services/actions/list_secrets.cpython-311-darwin.so,sha256=6GMYN1cim1JhQZ_tN6AkR_rtmK_p2ayBmOdhDwGqv40,181304
216
190
  amsdal/cloud/services/actions/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
217
191
  amsdal/cloud/services/actions/get_basic_auth_credentials.pyi,sha256=1FU8BtDRaGTx8fSqdhmotQK-rR7gKr4Qav_E-T_23rc,1071
218
- amsdal/cloud/services/actions/list_deploys.cpython-311-darwin.so,sha256=HRBF62OxqBijk5zuFgYRq5ifDLOThwDh5SIbjM-nSA4,181080
219
- amsdal/cloud/services/actions/list_envs.cpython-311-darwin.so,sha256=32M-ZzqVIeq98G7eRGZgczAQ1jbuxRD8BelXQqlmYHg,180752
220
- amsdal/cloud/services/actions/list_dependencies.cpython-311-darwin.so,sha256=9D1imbkeHX1xysj-FIdpF06yMZ4GP1srwI5hgy-_nD0,181304
221
- amsdal/cloud/services/actions/destroy_deploy.cpython-311-darwin.so,sha256=_HNMZJpR-BpzB78TlPV7kxc_Xi6Dy_9PhO8frUeU7V0,180536
222
- amsdal/cloud/services/actions/create_session.cpython-311-darwin.so,sha256=nLAH3t3vqWOhgoiRRWpI22cDTCkucp1LMsJBwtyOOtA,180984
223
- amsdal/cloud/services/actions/create_deploy.cpython-311-darwin.so,sha256=_NJrI0cWWIVJRJQqpYVh99x_dqcfXwrppwNJNwaEgNg,269240
192
+ amsdal/cloud/services/actions/list_deploys.cpython-311-darwin.so,sha256=WDuG6SbCLLoStBe-2D7l0tUs_CFH41UofMbwEw1AnxY,181080
193
+ amsdal/cloud/services/actions/list_envs.cpython-311-darwin.so,sha256=97etGtrJmM-ZJzwH6iMeSnHUWYsVm3U2bzMflLDkdNk,180752
194
+ amsdal/cloud/services/actions/list_dependencies.cpython-311-darwin.so,sha256=d9oKIht2F8AvTgtq45CMr76gTLlob4NwjqwZG64rEnw,181304
195
+ amsdal/cloud/services/actions/destroy_deploy.cpython-311-darwin.so,sha256=KSGu8x3DZqQMlw3JRcYTv6DUHqtUMc3XsuiQPNnwUD0,180536
196
+ amsdal/cloud/services/actions/create_session.cpython-311-darwin.so,sha256=ZVbitffydFoX5RnFXvz-noc40nhu8JJ8NdfFiM_Iwws,180984
197
+ amsdal/cloud/services/actions/create_deploy.cpython-311-darwin.so,sha256=kKdFlfpNFsamRTzfoBVIs7rcdtYeZzrQifjrO3ob1To,269240
224
198
  amsdal/cloud/services/actions/delete_secret.pyi,sha256=gZi17MivNYBIfdPU2GjoJ2I2lWiefdvLuXTcxDss1P4,953
225
199
  amsdal/cloud/services/actions/delete_env.pyi,sha256=uyBHMOp_AprbpSfv6y6QfYW5FvK1-8jb2NxK_FmuPHE,969
226
- amsdal/cloud/services/actions/manager.cpython-311-darwin.so,sha256=rMsLW0KTtsngIKR2YeQnP_d3sJGRp24OAUcCm5r9364,371312
200
+ amsdal/cloud/services/actions/manager.cpython-311-darwin.so,sha256=lPmRnf2O14P1aWeqnHsh1Yl-hRFQQfuFECTaQgwjuXY,371312
227
201
  amsdal/cloud/services/actions/delete_dependency.pyi,sha256=VuT1w2qOpjR7I9mBi9tPXMXDPEeU8tG0vi9TXV82Frg,1021
228
- amsdal/cloud/services/actions/add_dependency.cpython-311-darwin.so,sha256=e7ty_mKvzVHSjyVLV58JGqpNaIPtGpIs2N-PvhQYNag,180712
202
+ amsdal/cloud/services/actions/add_dependency.cpython-311-darwin.so,sha256=eKoD1gSIh3iRoannR3reBQaLn4dw2-JeTfLPWpz9Kj4,180712
229
203
  amsdal/cloud/services/actions/create_session.pyi,sha256=KUvx_vkhLQfGp_DM1ZvgszyT_G8LB28KoI1XpjNR7YY,674
230
- amsdal/cloud/services/actions/delete_allowlist_ip.cpython-311-darwin.so,sha256=3D60CDpvRcc3UT4lODNmc7CuqHoTddiek21eBwX9xNA,180832
204
+ amsdal/cloud/services/actions/delete_allowlist_ip.cpython-311-darwin.so,sha256=9iiBT3Ez7uNBb1GKxhuux-zvM3oc1eOwxPPgLYHOsfo,180832
231
205
  amsdal/cloud/services/actions/list_deploys.pyi,sha256=Q8da3PDPxICLP2V7L-A7p-9_a3qNKrARqgHhu0CA0nA,724
232
- amsdal/cloud/services/actions/add_basic_auth.cpython-311-darwin.so,sha256=lW0IpGf-NTcIrOhreQnSxBqE2RJk2Q-jQhuGfWVvpBo,181112
206
+ amsdal/cloud/services/actions/add_basic_auth.cpython-311-darwin.so,sha256=9FTM2TwNJjKfkh6kXwbs6dRgVfBt-k6SxJFYJ-XFaKs,181112
233
207
  amsdal/cloud/services/actions/add_allowlist_ip.pyi,sha256=gB2NQVz8NcSsgXYiym2Suh1RPI8eHKIAFE13RmeTHkA,883
234
208
  amsdal/cloud/services/actions/get_monitoring_info.pyi,sha256=uvtBgWvtWf-Mq4vZq_q-q8Z8hJh5voAY61KRJQPGWFk,1045
235
209
  amsdal/cloud/services/actions/add_dependency.pyi,sha256=uVEIhvDa4GRS0Lg6TkcYdOwezKcxrzL7A_Lh8BxcAeU,837
236
- amsdal/cloud/services/actions/get_monitoring_info.cpython-311-darwin.so,sha256=3wxgdjg9yTMfwY6Dr-FsQ1pVUJ52ih-RGexLH-f0meg,180976
237
- amsdal/cloud/services/actions/update_deploy.cpython-311-darwin.so,sha256=wjGoxTrNa8mrk5pL4M2qZJEnwWtrtedNy82yqNN6CIU,181064
210
+ amsdal/cloud/services/actions/get_monitoring_info.cpython-311-darwin.so,sha256=ouLMt0xLFMNYom2indvOUvbqYSPjiwtWa17LC9BWXqo,180976
211
+ amsdal/cloud/services/actions/update_deploy.cpython-311-darwin.so,sha256=5XnaXfSRuHSXXkyvY3cK5lUy2RfH2cV5U23PGMJYCqI,181064
238
212
  amsdal/cloud/services/actions/signup_action.pyi,sha256=VswHjhxw2eHYqXwc---F2LpwlD7GlIuL_Ev2DmA96_4,808
239
- amsdal/cloud/services/actions/create_env.cpython-311-darwin.so,sha256=LjGG0V-MZvmUj6OWY78UeQMnqbag-i9p5H7Fjzb04vk,180824
213
+ amsdal/cloud/services/actions/create_env.cpython-311-darwin.so,sha256=fAmj-Pb3_84D9K5UMTTSRRY4McxoQjTTI32n-0pnI8E,180824
240
214
  amsdal/cloud/services/actions/add_secret.pyi,sha256=H6rS3PRwiktMfnoY8qwtmTplN9gG2yZgQKKCX8S8Q6c,890
241
- amsdal/cloud/services/actions/delete_env.cpython-311-darwin.so,sha256=_yt3FA5y3oHxCgyKB28dOG4jCcOUzDJLf7p8mEWrwi0,180824
242
- amsdal/cloud/services/actions/__init__.cpython-311-darwin.so,sha256=YhGcQvVOuEMzOPIKzcocV7ILd1q_53CTjFSvHK6RuGY,120720
215
+ amsdal/cloud/services/actions/delete_env.cpython-311-darwin.so,sha256=rXmPCqKStZoTrdo3gKIZvK25HO9M8knkhHrnQiOV8bI,180824
216
+ amsdal/cloud/services/actions/__init__.cpython-311-darwin.so,sha256=UYE3Y_Wm_qamC_kXU_fhmSFCJwoYjylk1NDYQDMz33U,120720
243
217
  amsdal/cloud/services/actions/destroy_deploy.pyi,sha256=VNb0J71B3gk4SVJwxlB9XTj4vCG-37ucojcGzsvKwe8,609
244
218
  amsdal/cloud/services/actions/update_deploy.pyi,sha256=alM1nquQZ5O8PYlDIqDdSuiyuc_aj9fkd01bL9KANEI,766
245
219
  amsdal/cloud/services/actions/create_deploy.pyi,sha256=VmVMYJQmjPZce6Cm8sMQ27HomhfdzZc_0X57ZWZmCt0,1988
246
220
  amsdal/cloud/services/actions/delete_basic_auth.pyi,sha256=-I1YoOMFi0LaRsZL2JBGH_sg18PZoUL1PP9YetboDJA,915
247
221
  amsdal/cloud/services/actions/list_dependencies.pyi,sha256=C37VamSyRT-uNLuwQJ0OrHKavs8Jt0bfPbAsE5BQEvE,1035
248
222
  amsdal/cloud/services/actions/create_env.pyi,sha256=ITvyLrvwt6H36JNYURHZ_PbmGZquc5Fm07dVo7H6ll0,910
249
- amsdal/cloud/services/actions/delete_secret.cpython-311-darwin.so,sha256=LFgpjEx0GOiwuWAkGtBNtBA8EpwVzel2O_Y4uHu0Sv4,180680
223
+ amsdal/cloud/services/actions/delete_secret.cpython-311-darwin.so,sha256=otlKrWUZL5rJhgacEO-0GJ8bidfgwXPGcUy59uHL9Ec,180680
250
224
  amsdal/cloud/services/actions/expose_db.pyi,sha256=uk2zuz1SiXwjDFxtKF-yyWGNEONOgfm7EcrEyVT0cMM,1049
251
- amsdal/fixtures/manager.pyi,sha256=fMl3nNa2A9jiZanZ_7tnUGaPigk_03KMmdcUGPoX9kI,7077
225
+ amsdal/fixtures/manager.pyi,sha256=cAY2nSxo6-Q7AMXbRmto3sWDqGf-Zt9La1gtciZBcZ0,7086
252
226
  amsdal/fixtures/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
253
- amsdal/fixtures/manager.cpython-311-darwin.so,sha256=on0A5jVPVutohk2V9l6hEXMPZLx5xzH_DmBuZm6R2v4,622896
227
+ amsdal/fixtures/manager.cpython-311-darwin.so,sha256=19OcDKDdgtSoZrh7hYlviI2Qfk8gLvshT9lgZ9VwlpQ,622896
254
228
  amsdal/fixtures/utils.pyi,sha256=OnFn7opJscOydj-rlcXQIdDodlIKGCt79TRy5zAUkqg,457
255
- amsdal/fixtures/utils.cpython-311-darwin.so,sha256=dZVZ_aYbIRwUYB1_dPmtrlu3CYKe_1S678lL20IfPMw,306720
256
- amsdal/fixtures/__init__.cpython-311-darwin.so,sha256=OlPDObdbLRhSKjqn6j5lTI0hNpupLXrXIaHxxUTYcdQ,120672
229
+ amsdal/fixtures/utils.cpython-311-darwin.so,sha256=O3B_kni7z5sy6F-O9LIilN2gUmUS754210Wwb9QUIYQ,306720
230
+ amsdal/fixtures/__init__.cpython-311-darwin.so,sha256=WBsY1r3YwGzZ9ujyvfruyrAVxjMFryMPl0WoIEG4ANU,120672
257
231
  amsdal/services/transaction_execution.pyi,sha256=TwCuurOoqSHgNu9GCYYZPSpGjxXssF2eNygQ5KVwAZM,4374
258
232
  amsdal/services/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
259
- amsdal/services/__init__.cpython-311-darwin.so,sha256=bycvgQHkIUFOQayIfceTTPOrrREau5mDsHmZtaMSZXQ,120672
260
- amsdal/services/transaction_execution.cpython-311-darwin.so,sha256=FiLZGMdqDSHOD1k6MF8Hbi6t7Qyaqt14QkAGSsTbqF0,435472
261
- amsdal-0.5.4.dist-info/RECORD,,
262
- amsdal-0.5.4.dist-info/WHEEL,sha256=K35cO9veJgM7rcbvmUlNI0Barc1JY1wlKyFrMAjmMKc,114
263
- amsdal-0.5.4.dist-info/top_level.txt,sha256=VPQLnOP3mf7q0JuQ_vPZYQyPNGKd_uc6ouz-hZRkhSk,7
264
- amsdal-0.5.4.dist-info/METADATA,sha256=JtwMWYDtoT7Jyn7__tv10eT13K1BcMZ_j9C6-0La2ys,57432
265
- amsdal-0.5.4.dist-info/licenses/LICENSE.txt,sha256=hG-541PFYfNJi9WRZi_hno91UyqNg7YLK8LR3vLblZA,27355
233
+ amsdal/services/__init__.cpython-311-darwin.so,sha256=hYVlaZqU6HH8EQ8bquv9lFVhC69Znf_JwZsApo3gE5g,120672
234
+ amsdal/services/transaction_execution.cpython-311-darwin.so,sha256=QRlzCZmpXDdkF13ysR8xCkurzlcOOfhTPDlowlhHxrY,435472
235
+ amsdal-0.5.6.dist-info/RECORD,,
236
+ amsdal-0.5.6.dist-info/WHEEL,sha256=EOGtw-LpzLQPCSF3QP-yT4xdfA0v97p09Et-l29cEBs,114
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
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: setuptools (80.3.1)
2
+ Generator: setuptools (80.9.0)
3
3
  Root-Is-Purelib: false
4
4
  Tag: cp311-cp311-macosx_10_9_universal2
5
5
 
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