amsdal 0.1.22__cp311-cp311-macosx_10_9_universal2.whl → 0.1.24__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.

Potentially problematic release.


This version of amsdal might be problematic. Click here for more details.

Files changed (79) hide show
  1. amsdal/Third-Party Materials - AMSDAL Dependencies - License Notices.md +209 -0
  2. amsdal/__about__.py +1 -1
  3. amsdal/__migrations__/0002_fixture_order.py +40 -0
  4. amsdal/cloud/__init__.cpython-311-darwin.so +0 -0
  5. amsdal/cloud/client.cpython-311-darwin.so +0 -0
  6. amsdal/cloud/constants.cpython-311-darwin.so +0 -0
  7. amsdal/cloud/enums.cpython-311-darwin.so +0 -0
  8. amsdal/cloud/enums.pyi +11 -12
  9. amsdal/cloud/models/__init__.cpython-311-darwin.so +0 -0
  10. amsdal/cloud/models/base.cpython-311-darwin.so +0 -0
  11. amsdal/cloud/services/__init__.cpython-311-darwin.so +0 -0
  12. amsdal/cloud/services/actions/__init__.cpython-311-darwin.so +0 -0
  13. amsdal/cloud/services/actions/add_allowlist_ip.cpython-311-darwin.so +0 -0
  14. amsdal/cloud/services/actions/add_basic_auth.cpython-311-darwin.so +0 -0
  15. amsdal/cloud/services/actions/add_dependency.cpython-311-darwin.so +0 -0
  16. amsdal/cloud/services/actions/add_secret.cpython-311-darwin.so +0 -0
  17. amsdal/cloud/services/actions/base.cpython-311-darwin.so +0 -0
  18. amsdal/cloud/services/actions/base.pyi +26 -26
  19. amsdal/cloud/services/actions/create_deploy.cpython-311-darwin.so +0 -0
  20. amsdal/cloud/services/actions/create_env.cpython-311-darwin.so +0 -0
  21. amsdal/cloud/services/actions/create_session.cpython-311-darwin.so +0 -0
  22. amsdal/cloud/services/actions/delete_allowlist_ip.cpython-311-darwin.so +0 -0
  23. amsdal/cloud/services/actions/delete_basic_auth.cpython-311-darwin.so +0 -0
  24. amsdal/cloud/services/actions/delete_dependency.cpython-311-darwin.so +0 -0
  25. amsdal/cloud/services/actions/delete_env.cpython-311-darwin.so +0 -0
  26. amsdal/cloud/services/actions/delete_secret.cpython-311-darwin.so +0 -0
  27. amsdal/cloud/services/actions/destroy_deploy.cpython-311-darwin.so +0 -0
  28. amsdal/cloud/services/actions/expose_db.cpython-311-darwin.so +0 -0
  29. amsdal/cloud/services/actions/get_basic_auth_credentials.cpython-311-darwin.so +0 -0
  30. amsdal/cloud/services/actions/get_monitoring_info.cpython-311-darwin.so +0 -0
  31. amsdal/cloud/services/actions/list_dependencies.cpython-311-darwin.so +0 -0
  32. amsdal/cloud/services/actions/list_deploys.cpython-311-darwin.so +0 -0
  33. amsdal/cloud/services/actions/list_envs.cpython-311-darwin.so +0 -0
  34. amsdal/cloud/services/actions/list_secrets.cpython-311-darwin.so +0 -0
  35. amsdal/cloud/services/actions/manager.cpython-311-darwin.so +0 -0
  36. amsdal/cloud/services/actions/signup_action.cpython-311-darwin.so +0 -0
  37. amsdal/cloud/services/actions/update_deploy.cpython-311-darwin.so +0 -0
  38. amsdal/cloud/services/auth/__init__.cpython-311-darwin.so +0 -0
  39. amsdal/cloud/services/auth/base.cpython-311-darwin.so +0 -0
  40. amsdal/cloud/services/auth/credentials.cpython-311-darwin.so +0 -0
  41. amsdal/cloud/services/auth/manager.cpython-311-darwin.so +0 -0
  42. amsdal/cloud/services/auth/signup_service.cpython-311-darwin.so +0 -0
  43. amsdal/cloud/services/auth/token.cpython-311-darwin.so +0 -0
  44. amsdal/contrib/__init__.cpython-311-darwin.so +0 -0
  45. amsdal/contrib/auth/models/user/hooks/post_init.py +11 -0
  46. amsdal/contrib/frontend_configs/conversion/convert.py +1 -1
  47. amsdal/fixtures/__init__.cpython-311-darwin.so +0 -0
  48. amsdal/fixtures/manager.cpython-311-darwin.so +0 -0
  49. amsdal/manager.cpython-311-darwin.so +0 -0
  50. amsdal/migration/__init__.cpython-311-darwin.so +0 -0
  51. amsdal/migration/base_migration_schemas.cpython-311-darwin.so +0 -0
  52. amsdal/migration/data_classes.cpython-311-darwin.so +0 -0
  53. amsdal/migration/data_classes.pyi +11 -11
  54. amsdal/migration/executors/__init__.cpython-311-darwin.so +0 -0
  55. amsdal/migration/executors/base.cpython-311-darwin.so +0 -0
  56. amsdal/migration/executors/default_executor.cpython-311-darwin.so +0 -0
  57. amsdal/migration/executors/state_executor.cpython-311-darwin.so +0 -0
  58. amsdal/migration/file_migration_executor.cpython-311-darwin.so +0 -0
  59. amsdal/migration/file_migration_generator.cpython-311-darwin.so +0 -0
  60. amsdal/migration/file_migration_store.cpython-311-darwin.so +0 -0
  61. amsdal/migration/file_migration_writer.cpython-311-darwin.so +0 -0
  62. amsdal/migration/migrations.cpython-311-darwin.so +0 -0
  63. amsdal/migration/migrations_loader.cpython-311-darwin.so +0 -0
  64. amsdal/migration/schemas_loaders.cpython-311-darwin.so +0 -0
  65. amsdal/migration/utils.cpython-311-darwin.so +0 -0
  66. amsdal/mixins/__init__.cpython-311-darwin.so +0 -0
  67. amsdal/mixins/build_mixin.cpython-311-darwin.so +0 -0
  68. amsdal/mixins/class_versions_mixin.cpython-311-darwin.so +0 -0
  69. amsdal/operations/__init__.cpython-311-darwin.so +0 -0
  70. amsdal/operations/manager.cpython-311-darwin.so +0 -0
  71. amsdal/schemas/core/fixture/model.json +4 -0
  72. amsdal/schemas/manager.cpython-311-darwin.so +0 -0
  73. amsdal/services/__init__.cpython-311-darwin.so +0 -0
  74. amsdal/services/transaction_execution.cpython-311-darwin.so +0 -0
  75. {amsdal-0.1.22.dist-info → amsdal-0.1.24.dist-info}/METADATA +1 -1
  76. {amsdal-0.1.22.dist-info → amsdal-0.1.24.dist-info}/RECORD +79 -78
  77. {amsdal-0.1.22.dist-info → amsdal-0.1.24.dist-info}/LICENSE.txt +0 -0
  78. {amsdal-0.1.22.dist-info → amsdal-0.1.24.dist-info}/WHEEL +0 -0
  79. {amsdal-0.1.22.dist-info → amsdal-0.1.24.dist-info}/top_level.txt +0 -0
@@ -1097,3 +1097,212 @@ Redistribution and use in source and binary forms, with or without modification,
1097
1097
  - Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.
1098
1098
 
1099
1099
  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1100
+
1101
+ ## bcrypt **4.0 or later**
1102
+
1103
+
1104
+ ### [https://github.com/pyca/bcrypt](https://github.com/pyca/bcrypt)
1105
+
1106
+ ### **Apache License 2.0**
1107
+
1108
+ Apache License
1109
+ Version 2.0, January 2004
1110
+ http://www.apache.org/licenses/
1111
+
1112
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
1113
+
1114
+ 1. Definitions.
1115
+
1116
+ "License" shall mean the terms and conditions for use, reproduction,
1117
+ and distribution as defined by Sections 1 through 9 of this document.
1118
+
1119
+ "Licensor" shall mean the copyright owner or entity authorized by
1120
+ the copyright owner that is granting the License.
1121
+
1122
+ "Legal Entity" shall mean the union of the acting entity and all
1123
+ other entities that control, are controlled by, or are under common
1124
+ control with that entity. For the purposes of this definition,
1125
+ "control" means (i) the power, direct or indirect, to cause the
1126
+ direction or management of such entity, whether by contract or
1127
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
1128
+ outstanding shares, or (iii) beneficial ownership of such entity.
1129
+
1130
+ "You" (or "Your") shall mean an individual or Legal Entity
1131
+ exercising permissions granted by this License.
1132
+
1133
+ "Source" form shall mean the preferred form for making modifications,
1134
+ including but not limited to software source code, documentation
1135
+ source, and configuration files.
1136
+
1137
+ "Object" form shall mean any form resulting from mechanical
1138
+ transformation or translation of a Source form, including but
1139
+ not limited to compiled object code, generated documentation,
1140
+ and conversions to other media types.
1141
+
1142
+ "Work" shall mean the work of authorship, whether in Source or
1143
+ Object form, made available under the License, as indicated by a
1144
+ copyright notice that is included in or attached to the work
1145
+ (an example is provided in the Appendix below).
1146
+
1147
+ "Derivative Works" shall mean any work, whether in Source or Object
1148
+ form, that is based on (or derived from) the Work and for which the
1149
+ editorial revisions, annotations, elaborations, or other modifications
1150
+ represent, as a whole, an original work of authorship. For the purposes
1151
+ of this License, Derivative Works shall not include works that remain
1152
+ separable from, or merely link (or bind by name) to the interfaces of,
1153
+ the Work and Derivative Works thereof.
1154
+
1155
+ "Contribution" shall mean any work of authorship, including
1156
+ the original version of the Work and any modifications or additions
1157
+ to that Work or Derivative Works thereof, that is intentionally
1158
+ submitted to Licensor for inclusion in the Work by the copyright owner
1159
+ or by an individual or Legal Entity authorized to submit on behalf of
1160
+ the copyright owner. For the purposes of this definition, "submitted"
1161
+ means any form of electronic, verbal, or written communication sent
1162
+ to the Licensor or its representatives, including but not limited to
1163
+ communication on electronic mailing lists, source code control systems,
1164
+ and issue tracking systems that are managed by, or on behalf of, the
1165
+ Licensor for the purpose of discussing and improving the Work, but
1166
+ excluding communication that is conspicuously marked or otherwise
1167
+ designated in writing by the copyright owner as "Not a Contribution."
1168
+
1169
+ "Contributor" shall mean Licensor and any individual or Legal Entity
1170
+ on behalf of whom a Contribution has been received by Licensor and
1171
+ subsequently incorporated within the Work.
1172
+
1173
+ 2. Grant of Copyright License. Subject to the terms and conditions of
1174
+ this License, each Contributor hereby grants to You a perpetual,
1175
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
1176
+ copyright license to reproduce, prepare Derivative Works of,
1177
+ publicly display, publicly perform, sublicense, and distribute the
1178
+ Work and such Derivative Works in Source or Object form.
1179
+
1180
+ 3. Grant of Patent License. Subject to the terms and conditions of
1181
+ this License, each Contributor hereby grants to You a perpetual,
1182
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
1183
+ (except as stated in this section) patent license to make, have made,
1184
+ use, offer to sell, sell, import, and otherwise transfer the Work,
1185
+ where such license applies only to those patent claims licensable
1186
+ by such Contributor that are necessarily infringed by their
1187
+ Contribution(s) alone or by combination of their Contribution(s)
1188
+ with the Work to which such Contribution(s) was submitted. If You
1189
+ institute patent litigation against any entity (including a
1190
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
1191
+ or a Contribution incorporated within the Work constitutes direct
1192
+ or contributory patent infringement, then any patent licenses
1193
+ granted to You under this License for that Work shall terminate
1194
+ as of the date such litigation is filed.
1195
+
1196
+ 4. Redistribution. You may reproduce and distribute copies of the
1197
+ Work or Derivative Works thereof in any medium, with or without
1198
+ modifications, and in Source or Object form, provided that You
1199
+ meet the following conditions:
1200
+
1201
+ (a) You must give any other recipients of the Work or
1202
+ Derivative Works a copy of this License; and
1203
+
1204
+ (b) You must cause any modified files to carry prominent notices
1205
+ stating that You changed the files; and
1206
+
1207
+ (c) You must retain, in the Source form of any Derivative Works
1208
+ that You distribute, all copyright, patent, trademark, and
1209
+ attribution notices from the Source form of the Work,
1210
+ excluding those notices that do not pertain to any part of
1211
+ the Derivative Works; and
1212
+
1213
+ (d) If the Work includes a "NOTICE" text file as part of its
1214
+ distribution, then any Derivative Works that You distribute must
1215
+ include a readable copy of the attribution notices contained
1216
+ within such NOTICE file, excluding those notices that do not
1217
+ pertain to any part of the Derivative Works, in at least one
1218
+ of the following places: within a NOTICE text file distributed
1219
+ as part of the Derivative Works; within the Source form or
1220
+ documentation, if provided along with the Derivative Works; or,
1221
+ within a display generated by the Derivative Works, if and
1222
+ wherever such third-party notices normally appear. The contents
1223
+ of the NOTICE file are for informational purposes only and
1224
+ do not modify the License. You may add Your own attribution
1225
+ notices within Derivative Works that You distribute, alongside
1226
+ or as an addendum to the NOTICE text from the Work, provided
1227
+ that such additional attribution notices cannot be construed
1228
+ as modifying the License.
1229
+
1230
+ You may add Your own copyright statement to Your modifications and
1231
+ may provide additional or different license terms and conditions
1232
+ for use, reproduction, or distribution of Your modifications, or
1233
+ for any such Derivative Works as a whole, provided Your use,
1234
+ reproduction, and distribution of the Work otherwise complies with
1235
+ the conditions stated in this License.
1236
+
1237
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
1238
+ any Contribution intentionally submitted for inclusion in the Work
1239
+ by You to the Licensor shall be under the terms and conditions of
1240
+ this License, without any additional terms or conditions.
1241
+ Notwithstanding the above, nothing herein shall supersede or modify
1242
+ the terms of any separate license agreement you may have executed
1243
+ with Licensor regarding such Contributions.
1244
+
1245
+ 6. Trademarks. This License does not grant permission to use the trade
1246
+ names, trademarks, service marks, or product names of the Licensor,
1247
+ except as required for reasonable and customary use in describing the
1248
+ origin of the Work and reproducing the content of the NOTICE file.
1249
+
1250
+ 7. Disclaimer of Warranty. Unless required by applicable law or
1251
+ agreed to in writing, Licensor provides the Work (and each
1252
+ Contributor provides its Contributions) on an "AS IS" BASIS,
1253
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
1254
+ implied, including, without limitation, any warranties or conditions
1255
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
1256
+ PARTICULAR PURPOSE. You are solely responsible for determining the
1257
+ appropriateness of using or redistributing the Work and assume any
1258
+ risks associated with Your exercise of permissions under this License.
1259
+
1260
+ 8. Limitation of Liability. In no event and under no legal theory,
1261
+ whether in tort (including negligence), contract, or otherwise,
1262
+ unless required by applicable law (such as deliberate and grossly
1263
+ negligent acts) or agreed to in writing, shall any Contributor be
1264
+ liable to You for damages, including any direct, indirect, special,
1265
+ incidental, or consequential damages of any character arising as a
1266
+ result of this License or out of the use or inability to use the
1267
+ Work (including but not limited to damages for loss of goodwill,
1268
+ work stoppage, computer failure or malfunction, or any and all
1269
+ other commercial damages or losses), even if such Contributor
1270
+ has been advised of the possibility of such damages.
1271
+
1272
+ 9. Accepting Warranty or Additional Liability. While redistributing
1273
+ the Work or Derivative Works thereof, You may choose to offer,
1274
+ and charge a fee for, acceptance of support, warranty, indemnity,
1275
+ or other liability obligations and/or rights consistent with this
1276
+ License. However, in accepting such obligations, You may act only
1277
+ on Your own behalf and on Your sole responsibility, not on behalf
1278
+ of any other Contributor, and only if You agree to indemnify,
1279
+ defend, and hold each Contributor harmless for any liability
1280
+ incurred by, or claims asserted against, such Contributor by reason
1281
+ of your accepting any such warranty or additional liability.
1282
+
1283
+ END OF TERMS AND CONDITIONS
1284
+
1285
+ APPENDIX: How to apply the Apache License to your work.
1286
+
1287
+ To apply the Apache License to your work, attach the following
1288
+ boilerplate notice, with the fields enclosed by brackets "[]"
1289
+ replaced with your own identifying information. (Don't include
1290
+ the brackets!) The text should be enclosed in the appropriate
1291
+ comment syntax for the file format. We also recommend that a
1292
+ file or class name and description of purpose be included on the
1293
+ same "printed page" as the copyright notice for easier
1294
+ identification within third-party archives.
1295
+
1296
+ Copyright [yyyy] [name of copyright owner]
1297
+
1298
+ Licensed under the Apache License, Version 2.0 (the "License");
1299
+ you may not use this file except in compliance with the License.
1300
+ You may obtain a copy of the License at
1301
+
1302
+ http://www.apache.org/licenses/LICENSE-2.0
1303
+
1304
+ Unless required by applicable law or agreed to in writing, software
1305
+ distributed under the License is distributed on an "AS IS" BASIS,
1306
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1307
+ See the License for the specific language governing permissions and
1308
+ limitations under the License.
amsdal/__about__.py CHANGED
@@ -1,4 +1,4 @@
1
1
  # SPDX-FileCopyrightText: 2023-present
2
2
  #
3
3
  # SPDX-License-Identifier: AMSDAL End User License Agreement
4
- __version__ = '0.1.22'
4
+ __version__ = '0.1.24'
@@ -0,0 +1,40 @@
1
+ from amsdal.migration import migrations
2
+ from amsdal_utils.models.enums import SchemaTypes
3
+
4
+
5
+ class Migration(migrations.Migration):
6
+ operations: list[migrations.Operation] = [
7
+ migrations.UpdateClass(
8
+ schema_type=SchemaTypes.CORE,
9
+ class_name='Fixture',
10
+ old_schema={
11
+ 'title': 'Fixture',
12
+ 'required': ['data', 'external_id'],
13
+ 'properties': {
14
+ 'class_name': {'type': 'string', 'title': 'Class Name'},
15
+ 'external_id': {'type': 'string', 'title': 'External ID'},
16
+ 'data': {
17
+ 'type': 'dictionary',
18
+ 'items': {'key': {'type': 'string'}, 'value': {'type': 'anything'}},
19
+ 'title': 'Data',
20
+ },
21
+ },
22
+ 'unique': [['external_id']],
23
+ },
24
+ new_schema={
25
+ 'title': 'Fixture',
26
+ 'required': ['data', 'external_id'],
27
+ 'properties': {
28
+ 'class_name': {'type': 'string', 'title': 'Class Name'},
29
+ 'order': {'type': 'number', 'title': 'Order'},
30
+ 'external_id': {'type': 'string', 'title': 'External ID'},
31
+ 'data': {
32
+ 'type': 'dictionary',
33
+ 'items': {'key': {'type': 'string'}, 'value': {'type': 'anything'}},
34
+ 'title': 'Data',
35
+ },
36
+ },
37
+ 'unique': [['external_id']],
38
+ },
39
+ ),
40
+ ]
Binary file
Binary file
Binary file
amsdal/cloud/enums.pyi CHANGED
@@ -1,23 +1,22 @@
1
- from _typeshed import Incomplete
2
1
  from enum import Enum
3
2
 
4
3
  class AuthType(Enum):
5
- CREDENTIALS: Incomplete
6
- TOKEN: Incomplete
4
+ CREDENTIALS = ...
5
+ TOKEN = ...
7
6
 
8
7
  class DeployType(str, Enum):
9
- lakehouse_only: str
10
- include_state_db: str
8
+ lakehouse_only = 'lakehouse_only'
9
+ include_state_db = 'include_state_db'
11
10
 
12
11
  class StateOption(str, Enum):
13
- sqlite: str
14
- postgres: str
12
+ sqlite = 'sqlite'
13
+ postgres = 'postgres'
15
14
 
16
15
  class LakehouseOption(str, Enum):
17
- spark: str
18
- postgres: str
19
- postgres_immutable: str
16
+ spark = 'spark'
17
+ postgres = 'postgres'
18
+ postgres_immutable = 'postgres-immutable'
20
19
 
21
20
  class ResponseStatus(str, Enum):
22
- success: str
23
- error: str
21
+ success = 'success'
22
+ error = 'error'
@@ -11,32 +11,32 @@ from enum import Enum
11
11
  from typing import Any
12
12
 
13
13
  class AuthErrorCodes(str, Enum):
14
- INVALID_EMAIL: str
15
- MISSING_CREDENTIALS: str
16
- INVALID_CREDENTIALS: str
17
- INVALID_APPLICATION_UUID: str
18
- CLIENT_IS_INACTIVE: str
19
- CLIENT_ALREADY_EXISTS: str
20
- DEPLOY_FAILED: str
21
- DEPLOY_ALREADY_EXISTS: str
22
- DEPLOY_NOT_IN_DEPLOYED_STATUS: str
23
- DESTROY_FAILED: str
24
- DEPLOY_NOT_FOUND: str
25
- INVALID_DEPENDENCY: str
26
- EXPOSE_DB_ACCESS_FAILED: str
27
- APPLICATION_ALREADY_EXISTS: str
28
- MULTIPLE_APPLICATIONS_FOUND: str
29
- MAXIMUM_APPLICATIONS_REACHED: str
30
- INTERNAL_SECRET: str
31
- BA_DOES_NOT_EXIST: str
32
- INVALID_IP_ADDRESS: str
33
- MONITORING_NOT_FOUND: str
34
- INVALID_ENVIRONMENT_NAME: str
35
- SAME_ENVIRONMENT_NAME: str
36
- ENVIRONMENT_NOT_FOUND: str
37
- ENVIRONMENT_NOT_DEPLOYED: str
38
- MAXIMUM_DEPLOYS_PER_APPLICATION_REACHED: str
39
- CANNOT_DELETE_ENVIRONMENT: str
14
+ INVALID_EMAIL = 'invalid_email'
15
+ MISSING_CREDENTIALS = 'missing_credentials'
16
+ INVALID_CREDENTIALS = 'invalid_credentials'
17
+ INVALID_APPLICATION_UUID = 'invalid_application_uuid'
18
+ CLIENT_IS_INACTIVE = 'client_is_inactive'
19
+ CLIENT_ALREADY_EXISTS = 'client_already_exists'
20
+ DEPLOY_FAILED = 'deploy_failed'
21
+ DEPLOY_ALREADY_EXISTS = 'deploy_already_exists'
22
+ DEPLOY_NOT_IN_DEPLOYED_STATUS = 'deploy_not_in_deployed_status'
23
+ DESTROY_FAILED = 'destroy_failed'
24
+ DEPLOY_NOT_FOUND = 'deploy_not_found'
25
+ INVALID_DEPENDENCY = 'invalid_dependency'
26
+ EXPOSE_DB_ACCESS_FAILED = 'expose_access_failed'
27
+ APPLICATION_ALREADY_EXISTS = 'application_already_exists'
28
+ MULTIPLE_APPLICATIONS_FOUND = 'multiple_applications_found'
29
+ MAXIMUM_APPLICATIONS_REACHED = 'maximum_applications_reached'
30
+ INTERNAL_SECRET = 'internal_secret'
31
+ BA_DOES_NOT_EXIST = 'ba_does_not_exist'
32
+ INVALID_IP_ADDRESS = 'invalid_ip_address'
33
+ MONITORING_NOT_FOUND = 'monitoring_not_found'
34
+ INVALID_ENVIRONMENT_NAME = 'invalid_environment_name'
35
+ SAME_ENVIRONMENT_NAME = 'same_environment_name'
36
+ ENVIRONMENT_NOT_FOUND = 'environment_not_found'
37
+ ENVIRONMENT_NOT_DEPLOYED = 'environment_not_deployed'
38
+ MAXIMUM_DEPLOYS_PER_APPLICATION_REACHED = 'maximum_deploys_per_application_reached'
39
+ CANNOT_DELETE_ENVIRONMENT = 'cannot_delete_environment'
40
40
 
41
41
  FRIENDLY_ERROR_MESSAGES: Incomplete
42
42
 
@@ -23,3 +23,14 @@ def post_init(self, *, is_new_object: bool, kwargs: dict[str, Any]) -> None: #
23
23
  hashed_password = bcrypt.hashpw(password.encode('utf-8'), bcrypt.gensalt())
24
24
  self.password = hashed_password
25
25
  self._object_id = email.lower()
26
+
27
+ if not is_new_object and password is not None:
28
+ if isinstance(password, str):
29
+ password = password.encode('utf-8')
30
+
31
+ try:
32
+ if not bcrypt.checkpw(password, self.password):
33
+ self.password = password
34
+ except ValueError:
35
+ hashed_password = bcrypt.hashpw(password, bcrypt.gensalt())
36
+ self.password = hashed_password
@@ -33,7 +33,7 @@ default_types_map = {
33
33
  def _process_union(value: UnionType, *, is_transaction: bool = False) -> dict[str, Any]:
34
34
  arg_type = {'required': True}
35
35
  for arg in value.__args__:
36
- if arg == type(None):
36
+ if arg is type(None):
37
37
  arg_type['required'] = False
38
38
  continue
39
39
 
Binary file
@@ -7,9 +7,9 @@ from enum import Enum
7
7
  from pathlib import Path
8
8
 
9
9
  class Action(str, Enum):
10
- CREATED: str
11
- UPDATED: str
12
- NO_ACTION: str
10
+ CREATED = 'CREATED'
11
+ UPDATED = 'UPDATED'
12
+ NO_ACTION = 'NO_ACTION'
13
13
 
14
14
  @dataclass
15
15
  class ClassSaveResult:
@@ -31,9 +31,9 @@ class MigrateResult:
31
31
  def __init__(self, class_instance, is_table_created, is_data_migrated) -> None: ...
32
32
 
33
33
  class ModuleTypes(str, Enum):
34
- APP: str
35
- CORE: str
36
- CONTRIB: str
34
+ APP = 'APP'
35
+ CORE = 'CORE'
36
+ CONTRIB = 'CONTRIB'
37
37
 
38
38
  @dataclass
39
39
  class MigrationFile:
@@ -54,9 +54,9 @@ class ClassSchema:
54
54
  def __init__(self, object_schema, type) -> None: ...
55
55
 
56
56
  class OperationTypes(str, Enum):
57
- CREATE_CLASS: str
58
- UPDATE_CLASS: str
59
- DELETE_CLASS: str
57
+ CREATE_CLASS = 'CREATE_CLASS'
58
+ UPDATE_CLASS = 'UPDATE_CLASS'
59
+ DELETE_CLASS = 'DELETE_CLASS'
60
60
 
61
61
  @dataclass
62
62
  class MigrateOperation:
@@ -68,8 +68,8 @@ class MigrateOperation:
68
68
  def __init__(self, type, class_name, schema_type, old_schema=..., new_schema=...) -> None: ...
69
69
 
70
70
  class MigrationDirection(str, Enum):
71
- FORWARD: str
72
- BACKWARD: str
71
+ FORWARD = 'forward'
72
+ BACKWARD = 'backward'
73
73
 
74
74
  @dataclass
75
75
  class MigrationResult:
@@ -6,6 +6,10 @@
6
6
  "title": "Class Name",
7
7
  "type": "string"
8
8
  },
9
+ "order": {
10
+ "title": "Order",
11
+ "type": "number"
12
+ },
9
13
  "external_id": {
10
14
  "title": "External ID",
11
15
  "type": "string"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: amsdal
3
- Version: 0.1.22
3
+ Version: 0.1.24
4
4
  Summary: AMSDAL
5
5
  License: AMSDAL End User License Agreement
6
6
 
@@ -1,9 +1,9 @@
1
1
  amsdal/manager.pyi,sha256=v1zEL7LApkM_RsuV-cfAFJhQn9OfREF8mXq_NXwr1Hw,4652
2
2
  amsdal/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
3
3
  amsdal/__init__.py,sha256=EQCJ5OevmkkIpIULumPNIbWk3UI7afDfRzIsZN5mfwg,73
4
- amsdal/manager.cpython-311-darwin.so,sha256=SWxXeXh92aTxkUBPxdXu1e-ANli6T2K3JQ4I-Z-Pxkc,339984
5
- amsdal/Third-Party Materials - AMSDAL Dependencies - License Notices.md,sha256=TMs-vRDXacJ_rDtdN3rokBp8eofVTRIIUEyWABZ01H4,62596
6
- amsdal/__about__.py,sha256=LCc3sc0jgL0NoEBo_j-iqBrwhQbgBUrc0XBt3yAt_8A,125
4
+ amsdal/manager.cpython-311-darwin.so,sha256=8IayTs1udag3AJEEQS4eu-T4UF-zKm3sLq5s9BsiWDo,372480
5
+ amsdal/Third-Party Materials - AMSDAL Dependencies - License Notices.md,sha256=VcPLiGSghykwD290sS5A3hSNtPcz5hoBRgNaUTKdEnY,73573
6
+ amsdal/__about__.py,sha256=XfI9LtObfxZh-A6ALm8x0qh_r-cyayKP0wZ-6O8TlTc,125
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
@@ -13,18 +13,18 @@ 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=EzwuXiF3_Q3slDCNkVcFhVXkgMtOvQOEwBNA8YRBMnc,720
15
15
  amsdal/mixins/class_versions_mixin.pyi,sha256=0rKwUtWCNwAqhwmb-GHHIDXyagDw2dmcbgK0l4-HbVg,445
16
- amsdal/mixins/build_mixin.cpython-311-darwin.so,sha256=t4AiZWQ7bUOsL-EZsqc3ZbhWIsA9yVb6ADU-8mZHgUw,336936
16
+ amsdal/mixins/build_mixin.cpython-311-darwin.so,sha256=96mqPtxXPlvJ9LA1ZozSsO_qZmV3cIEzbPpDWhx-HAI,336936
17
17
  amsdal/mixins/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
18
18
  amsdal/mixins/build_mixin.pyi,sha256=txN2JgdHhKR4SzmkvdAPGdEbtjhMdy8dp5YXMp-rxus,1031
19
- amsdal/mixins/__init__.cpython-311-darwin.so,sha256=E26ewsu3DK2PGddCbIEs4myIdQg12uM51CEm0SsLn44,120656
20
- amsdal/mixins/class_versions_mixin.cpython-311-darwin.so,sha256=B6E1FysWdKXPjHhQX-thUJEjfKoz7IO63pJK4BskAqg,253040
19
+ amsdal/mixins/__init__.cpython-311-darwin.so,sha256=Rxumj8-r_BAAsSBFmugoRz011Tgh4tNE6JLLygx9h18,120656
20
+ amsdal/mixins/class_versions_mixin.cpython-311-darwin.so,sha256=Yc-5ctrpzlwq-JkBCeW1Li294XsliFH-WdlWnf0CdX0,253040
21
21
  amsdal/utils/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
22
22
  amsdal/utils/contrib_paths.py,sha256=irgD76LmgjzsTUAkr6cPFOsypek7-Gbtwv2tyz3u9xo,422
23
23
  amsdal/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
24
24
  amsdal/utils/contrib_paths.pyi,sha256=eRa6C3zITVe0UsvO15oGNOXcGz8L5n4gGZR60W96SBw,132
25
25
  amsdal/contrib/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
26
26
  amsdal/contrib/app_config.pyi,sha256=j3MYfBcn9MzhTagEczGWfVH9N5jrfiKmUhxZMoakojw,149
27
- amsdal/contrib/__init__.cpython-311-darwin.so,sha256=fq4SXdxq9-WjQBV4Io9ZiF5UOgJ3vkqCbqi3FowV5yg,120656
27
+ amsdal/contrib/__init__.cpython-311-darwin.so,sha256=0il80H8QZcn1pj54cEW29dzeafmxTuRuFJcxTVwvWno,120656
28
28
  amsdal/contrib/app_config.py,sha256=RT3RAEE49XtzuFTXYNVuaqU9V4YIl0ZWZijtXgV-SC4,131
29
29
  amsdal/contrib/auth/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
30
30
  amsdal/contrib/auth/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
@@ -43,7 +43,7 @@ amsdal/contrib/auth/lifecycle/consumer.pyi,sha256=GY7jv5xSQ-sAfy9A1YTlSTlb6ejAWj
43
43
  amsdal/contrib/auth/lifecycle/consumer.py,sha256=jzDqtxVwVOsa-4YCAcvAGnpOAbCtI86z9SpT73EYGas,6951
44
44
  amsdal/contrib/auth/models/user/model.json,sha256=vqz0seTiXpNnuRbPfsXn_mMvlPC6roBNC37JxRF8Imc,399
45
45
  amsdal/contrib/auth/models/user/modifiers/display_name.py,sha256=MUC4b1aX8cxt9FkfaAWzMwBhaK3ktcotoIIJsV511qY,326
46
- amsdal/contrib/auth/models/user/hooks/post_init.py,sha256=pv3tPf4UlbguCvWui8KsZ7Za_DmXr1SVNEqA2oCKqlU,784
46
+ amsdal/contrib/auth/models/user/hooks/post_init.py,sha256=vSfh4herm0-PiY6wBOt4mvZcMY_dbXX2Ea8qI0DfgZ8,1180
47
47
  amsdal/contrib/auth/models/user/hooks/pre_create.py,sha256=vmobGCOvUQUb_YqasD5gh2XSygRYlWom0sWZTwF6vNI,87
48
48
  amsdal/contrib/auth/models/permission/model.json,sha256=goewK66MqrLJHdyNALyMYRBHI4SbAmYhz3uoI7AHziU,257
49
49
  amsdal/contrib/auth/models/permission/modifiers/display_name.py,sha256=BXyBT0CC5gihQyGgpqPYCcP4VDxgJYqXckIhJZHcNlo,136
@@ -79,17 +79,17 @@ amsdal/contrib/frontend_configs/models/frontend_config_slider_option/model.json,
79
79
  amsdal/contrib/frontend_configs/models/frontend_config_async_validator/model.json,sha256=ycIDZ7CcEb5qvb2pBzsTBJx2gBKV9dTOVG6QWqb0c0U,240
80
80
  amsdal/contrib/frontend_configs/models/frontend_config_option/model.json,sha256=x0Xhp1_AMCAiqeBDY8Peg29vfbhkrFkyrff6Py1bYxQ,315
81
81
  amsdal/contrib/frontend_configs/conversion/__init__.pyi,sha256=Gbz6P3jhpqK6hLcGxi6l0sI_MNrb8_JNLLD4YVOjkFY,162
82
- amsdal/contrib/frontend_configs/conversion/convert.py,sha256=Y2KVRx88bGfUvilhxA6IP_4LlmU1s2udY1IPYVrjq4o,6995
82
+ amsdal/contrib/frontend_configs/conversion/convert.py,sha256=jUUa4iIuZiD8hRGxwokpWWWn3HLGSF5gf_eenfkNBeg,6995
83
83
  amsdal/contrib/frontend_configs/conversion/convert.pyi,sha256=PfB8BT9zvDFU1f_Ob0ygX5qKhUMYYJNlrGYxKyYzjiw,374
84
84
  amsdal/contrib/frontend_configs/conversion/__init__.py,sha256=4Kkv5xgGvqky3szx08bBfbbxrc6TeFDSnosGimSoNcI,139
85
85
  amsdal/operations/manager.pyi,sha256=Eo5EoqXWC-YHazh4bpYzsrhN7EIBHOxKjh0WHAP7cUw,1963
86
86
  amsdal/operations/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
87
- amsdal/operations/manager.cpython-311-darwin.so,sha256=IT4A9AN0ZGMtvMXpLrtEnja-oElwBYLwgN9spyOKYFU,405296
88
- amsdal/operations/__init__.cpython-311-darwin.so,sha256=x9y4QOpF3BQmhteE4FQIFzE6PWB5RRk15wE29klVPsE,120688
87
+ amsdal/operations/manager.cpython-311-darwin.so,sha256=iFjEBUxOJBGYF4BFAUeRnov1ZKvD0jz2nHyzXVriks8,405296
88
+ amsdal/operations/__init__.cpython-311-darwin.so,sha256=hCyNLPi6wYh7O5yF-jZAm5MpJk2y1i1oZlf-KIDiDBU,120688
89
89
  amsdal/schemas/manager.pyi,sha256=RLCBviXDNFgaktueRwp9KTP49D9SLJ4WYRqGAbAeVP4,785
90
90
  amsdal/schemas/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
91
91
  amsdal/schemas/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
92
- amsdal/schemas/manager.cpython-311-darwin.so,sha256=gEhvKaTutbhUGJaAatyBv9ktu81Jsi2wcTUQqkmrFvM,216064
92
+ amsdal/schemas/manager.cpython-311-darwin.so,sha256=rTsL_hiWzP9ZbbreT3DfIAL0G4CLpcZ-pcFypdIcYI4,216064
93
93
  amsdal/schemas/manager.py,sha256=-2r4-Zuok1bX6sFjAtb34h0C0En7k7PyVHHfLHGJ-S4,2601
94
94
  amsdal/schemas/types/array/model.json,sha256=I9Z7r691yd8i-Ndy8Cf3rFGg22mnLxg_weeVU2kRtkY,117
95
95
  amsdal/schemas/types/datetime/model.json,sha256=DROVOPm0uQXy4qUj4mQUnhvfT_67psrQJj8psVRYjrA,120
@@ -110,7 +110,7 @@ amsdal/schemas/core/file/properties/validate_data.py,sha256=bFzRN7kia1KwJc2boWAn
110
110
  amsdal/schemas/core/file/properties/from_file.py,sha256=VxK8qhFje1oE0U0fNyikgf6sEVlQ5fLysA_5EcirZHM,627
111
111
  amsdal/schemas/core/file/hooks/pre_create.py,sha256=hsvtEHQTScxX11kCd-x9D7n1fS654M_Simq5sChHTWU,100
112
112
  amsdal/schemas/core/file/hooks/pre_update.py,sha256=-zITgMiwBzPjmHmBOZYGYac_SlxltYpXYxXPKRd2Fck,92
113
- amsdal/schemas/core/fixture/model.json,sha256=Ytio9ns-w7OFkqBqMS5EEwvamN67KE9hbKJAifcdijw,499
113
+ amsdal/schemas/core/fixture/model.json,sha256=m2v-zkH-MsUlH8cc459-gtNCGHAozHSkGAgSVj9kQb8,568
114
114
  amsdal/schemas/core/option/model.json,sha256=bD1WHbnAnU6Ws_U10BZ8oeHaQbVgE1lBWYFcjANeHNI,277
115
115
  amsdal/schemas/core/class_property_meta/model.json,sha256=X5i5FLlq-BhP8MDFPki7nu_FSdcpsAWXOe3u-mULKUA,390
116
116
  amsdal/schemas/core/class_object_meta/model.json,sha256=Rye9cqv_HyZKaCl_UECqYx8eCd3CFta4YbpZJ8QvrdQ,950
@@ -119,122 +119,123 @@ amsdal/schemas/core/class_object/model.json,sha256=K-S51xTxqU0W3OJYmnXW7Y8gRfttc
119
119
  amsdal/schemas/core/class_object/properties/display_name.py,sha256=Lxab4H78EKy0hC9xCchRo2iVjlCuXUlUV4mbEKicFjg,117
120
120
  amsdal/__migrations__/0001_datetime_type.py,sha256=yHTgWi1XxeJ5hWQFtro2XzEinlKoIau1S7jYlj0UXtE,597
121
121
  amsdal/__migrations__/0000_initial.py,sha256=kPSE-aFasdi6jLMO5vIbpMK7hLiaR2TAqMdX2lGTf_s,10318
122
+ amsdal/__migrations__/0002_fixture_order.py,sha256=NbRffgnyP2_JCnH-OGbXs0NjVbS3cotPnuvSgpcn0Tw,1598
122
123
  amsdal/configs/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
123
124
  amsdal/configs/constants.pyi,sha256=UQymqsaATUsTp-kRtNEMCb2-UuLXwoFIY-ieljgVbMU,280
124
125
  amsdal/configs/constants.py,sha256=nzXhzdVjbLSGUsEE19Zhk63znpcEtRLh7fbRWg2vyqo,562
125
126
  amsdal/configs/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
126
127
  amsdal/configs/main.pyi,sha256=45CYn6Rs9xYmzFJ4i50M9Bq_HLZx6cZQuo7XTSVs2z0,1484
127
128
  amsdal/configs/main.py,sha256=2pigoWWhCZ0EebHaoB1lm-nNV9TF_FCkRctxyXTRQy4,4918
128
- amsdal/cloud/client.cpython-311-darwin.so,sha256=BIQEXWznXVgPs5XvtNveJILWb0_aZkt6LWiTKzBwEck,215872
129
+ amsdal/cloud/client.cpython-311-darwin.so,sha256=73eCkI_CNA1UxFYZnEoHqODsZ7mn6k96fMgmDQowwRs,215872
129
130
  amsdal/cloud/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
130
131
  amsdal/cloud/constants.pyi,sha256=0qWxDqjQkETwUtgco5kV83fPHhQ4jRdJe_YPPNTnSIY,327
131
132
  amsdal/cloud/client.pyi,sha256=uEFrKTEIxnXnCFtW6_GtfvuwHeXK5J_WjOho5FWYhdQ,593
132
- amsdal/cloud/enums.cpython-311-darwin.so,sha256=UdMUOy1-xmgZEZgJTm5C7PbSgMaGwUjFaIyvYMo9Gfc,157696
133
- amsdal/cloud/constants.cpython-311-darwin.so,sha256=zJfiJOjdnRemA16uZzvIGPTP0RUbnOKaKOY5lSOFUPo,158688
134
- amsdal/cloud/__init__.cpython-311-darwin.so,sha256=KE33tgeefLlctQ8tdUaP6et16SNkKLA8oT_WwUeO5-M,120656
135
- amsdal/cloud/enums.pyi,sha256=7l9LNAXG4s7Q8U-EObvJ5Uz07ivwTxedAFLvE7iQAS8,435
136
- amsdal/cloud/models/base.cpython-311-darwin.so,sha256=3pF3ARq-cCnG84tnvIGNNlgpF5dC9zG5GXCQa3EQ8x4,193584
133
+ amsdal/cloud/enums.cpython-311-darwin.so,sha256=J1GgBI_Cm11WXSe03BoJ985UU7qXeXukn2y40lF7XbA,157696
134
+ amsdal/cloud/constants.cpython-311-darwin.so,sha256=eLz6ozAr5rENZDAGWFMpzB5ei_p2Ht4Z1S6yIJ65t_c,158688
135
+ amsdal/cloud/__init__.cpython-311-darwin.so,sha256=JRluPzqt4tT0OYe4fI_dvsEAL-LoCly7ChTVCRMiUIE,120656
136
+ amsdal/cloud/enums.pyi,sha256=zmUbXEgI6DLtSlZwhLizhwWHQSjQ4y8XzZG0lR-S9gI,477
137
+ amsdal/cloud/models/base.cpython-311-darwin.so,sha256=by6hN3whsLOcY9q8QzsOMtdXrWG0rUXvSvoBtEi7qAE,193584
137
138
  amsdal/cloud/models/base.pyi,sha256=ZoOpqblwc3OyVmjw4_zMi37MgZNJojIj1wxVMGg-qIc,2343
138
139
  amsdal/cloud/models/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
139
- amsdal/cloud/models/__init__.cpython-311-darwin.so,sha256=kWlerID_D7pWpFnwO-X7ku-VN3LVFrlZjnO6eMjlQBM,120688
140
+ amsdal/cloud/models/__init__.cpython-311-darwin.so,sha256=CY04qBzthr3PuMsFmDwRmrrAMmags2IQAPwKnkHYUxA,120688
140
141
  amsdal/cloud/services/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
141
- amsdal/cloud/services/__init__.cpython-311-darwin.so,sha256=Sz207Lq2nlbFpo_uFNy3_dREZ6nFKqgTOoXF4PbgHo4,120688
142
- amsdal/cloud/services/auth/base.cpython-311-darwin.so,sha256=kTyed_tW28_QEOfQLzo6Qf4WU7YItCWbd9MnQr__0gw,163104
142
+ amsdal/cloud/services/__init__.cpython-311-darwin.so,sha256=klEOLYGSwzPDjmL55zM5kI-3qoUdMEKtihlFytSRSVg,120688
143
+ amsdal/cloud/services/auth/base.cpython-311-darwin.so,sha256=sCUhE8hstvMNNnOl0kkM7R3gpcpFBMvQN3nA_aJzkZg,163104
143
144
  amsdal/cloud/services/auth/base.pyi,sha256=oj_tgwWhf02g-FzCLcNOEZjYDxfcrrDssING4jsUMb8,167
144
145
  amsdal/cloud/services/auth/manager.pyi,sha256=9fSm8tUKWNdUKlpV6GmvSN6Ypr8IyanAtrV6-uzdUgw,749
145
146
  amsdal/cloud/services/auth/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
146
147
  amsdal/cloud/services/auth/signup_service.pyi,sha256=uiBnaraW2tmSm6hlhRcVNJfNrtIo-Ddxzd2dZOD27mU,520
147
- amsdal/cloud/services/auth/token.cpython-311-darwin.so,sha256=1RdpCwlg8rRsPDOwKjMjppM_25DdYzrDnQaN59Z6uZ0,250960
148
- amsdal/cloud/services/auth/manager.cpython-311-darwin.so,sha256=-G2lZgoySqjIXHumbSSdqQpd3lgIZ6JlBjQaFV8sE8c,213936
148
+ amsdal/cloud/services/auth/token.cpython-311-darwin.so,sha256=DIDCwudk4l_HTTG6Ijm9acnSy3qxpg8BKfEjZJJ3qWc,250960
149
+ amsdal/cloud/services/auth/manager.cpython-311-darwin.so,sha256=GY-j0B6oq_AAo42oqeNbG-0pgx621ACn2ksCUoOxDPU,213936
149
150
  amsdal/cloud/services/auth/token.pyi,sha256=DRvKXl7DV26vcoLxEgR6UyJgIeP9z-XTX3WiR4A1ksM,633
150
- amsdal/cloud/services/auth/signup_service.cpython-311-darwin.so,sha256=erCkLm9OflSoyEwQ1RZDm7xVSp0OsxPPlOyor68H7Aw,216024
151
- amsdal/cloud/services/auth/__init__.cpython-311-darwin.so,sha256=xn6_m0e7aoyihuDChHfil5pbl7brERnCVvpuwyEh1T4,120704
152
- amsdal/cloud/services/auth/credentials.cpython-311-darwin.so,sha256=3OMMXrUtqGOnV47g_K0Ph9Y6iUSMsDRFp8nFz1mT8zY,252888
151
+ amsdal/cloud/services/auth/signup_service.cpython-311-darwin.so,sha256=aZ_23QMIhhRplyO8D-48C587F2xggbH25t1l3nSqQGQ,216024
152
+ amsdal/cloud/services/auth/__init__.cpython-311-darwin.so,sha256=54uTMEdcNikir1EeJcnrQOSnlnodPnelCRY6ruqTRh4,120704
153
+ amsdal/cloud/services/auth/credentials.cpython-311-darwin.so,sha256=YNrrkMFkGw2K85GvMFHT1FnGAGD1IwoJNbcwZsoqp6E,252888
153
154
  amsdal/cloud/services/auth/credentials.pyi,sha256=AMS1HUVaqM7CiypSQvYEliFW4_9g9-_6WME2tAxIw3s,1116
154
- amsdal/cloud/services/actions/get_basic_auth_credentials.cpython-311-darwin.so,sha256=LNSg-7QU-bctTMC2f3Z5rQLl1AHFaCw7CCfnUTbdboE,180856
155
- amsdal/cloud/services/actions/base.cpython-311-darwin.so,sha256=U3_cfAPvYbn9gc0ae_X8UCG2a4M2as3lSRuegvsOvas,323056
155
+ amsdal/cloud/services/actions/get_basic_auth_credentials.cpython-311-darwin.so,sha256=VBOcJy1cQFhBHWnQCZ9iLpSqQDQiokwd7rPArTnyEc0,180856
156
+ amsdal/cloud/services/actions/base.cpython-311-darwin.so,sha256=fb6djYqGLKPJLQD8eGfu7Q5fSmeSBOvfmzTEpXU8854,323056
156
157
  amsdal/cloud/services/actions/list_envs.pyi,sha256=F-3qv2xU9nJ4j5xrTEs135hwitY3Gy5vPjAy7uZ-3vo,319
157
- amsdal/cloud/services/actions/delete_basic_auth.cpython-311-darwin.so,sha256=Rg9PednbPOcO_wiGIC8o2H3Kd-mlJgNJUnor7i8CjX0,180536
158
- amsdal/cloud/services/actions/base.pyi,sha256=bvZm5_ODeEN_rgRhJdvj8-qlgNnJEwBsBz4v0dRvmqU,2006
159
- amsdal/cloud/services/actions/add_allowlist_ip.cpython-311-darwin.so,sha256=0ljyTgiUAwCEQZTUVLnZfoCQ0yOO_XFQy3-T21stTMg,180568
160
- amsdal/cloud/services/actions/signup_action.cpython-311-darwin.so,sha256=3mh8V4Zy5M_D2zr9dWN38L01ldGzFeXnx_c_Ma7NN6M,180392
158
+ amsdal/cloud/services/actions/delete_basic_auth.cpython-311-darwin.so,sha256=IdbedaUpkx95gw2f4Qayiyzjl7Tm_He1nCui10UUXSY,180536
159
+ amsdal/cloud/services/actions/base.pyi,sha256=R4djWvU1Jo_U6LwgGzv24d86dWZ1B9Ra68ydV-RFsiM,2556
160
+ amsdal/cloud/services/actions/add_allowlist_ip.cpython-311-darwin.so,sha256=NGhhyz7xh_KtZQEv_zT9WJfxDesxNkTA1zd1kPduYCE,180568
161
+ amsdal/cloud/services/actions/signup_action.cpython-311-darwin.so,sha256=6lyDWEnRzRIZiWWKBF-ixbIHkz3cw-7Oo68CMZ2Nih0,180392
161
162
  amsdal/cloud/services/actions/manager.pyi,sha256=J3iPI3we-ZqZ9yAcIQel1eBTlT4LuE0c6IgP0J3bBhU,5408
162
- amsdal/cloud/services/actions/delete_dependency.cpython-311-darwin.so,sha256=J8jHnYYCz5HN1qovkVqU-LRWerflddHNJktJE3Xo3j0,180552
163
- amsdal/cloud/services/actions/expose_db.cpython-311-darwin.so,sha256=uwNDOKQAnPpbAE72_jaEtSzVcf7WKYOBofH9FDHyPRw,180960
163
+ amsdal/cloud/services/actions/delete_dependency.cpython-311-darwin.so,sha256=Ny0_ULP93qaqm2NrVIcivn8Glbpax_-qFVeevrcQcaY,180552
164
+ amsdal/cloud/services/actions/expose_db.cpython-311-darwin.so,sha256=LWnFtfYxrOBWxYVOqmir6yy-qveyZU--hU-scK-AKA4,180960
164
165
  amsdal/cloud/services/actions/delete_allowlist_ip.pyi,sha256=wDTB47CkuxD3RtTM_M-WmnkNT30nQEEY4MUNgdAew2k,285
165
- amsdal/cloud/services/actions/add_secret.cpython-311-darwin.so,sha256=eyn3tiC8c3BC0joYre6b738ubumnOyIXb7cIlLvdD0k,180456
166
+ amsdal/cloud/services/actions/add_secret.cpython-311-darwin.so,sha256=-LuM498Iw2iFslC0H7vVA6W1vFyoMWmzkYOFfgBHHZY,180456
166
167
  amsdal/cloud/services/actions/add_basic_auth.pyi,sha256=yuZHj9GQlNuzE3VSjd55NAIMh4OHINSWJKYV2iOjWek,405
167
168
  amsdal/cloud/services/actions/list_secrets.pyi,sha256=_sttmdaI4k464g8FOjxAED4gWIv0yCuzDviWnI88H0c,370
168
- amsdal/cloud/services/actions/list_secrets.cpython-311-darwin.so,sha256=swlKZtNxDSpOMC9YwSANX2d8shlKZAZywcEYOZPhIxc,181112
169
+ amsdal/cloud/services/actions/list_secrets.cpython-311-darwin.so,sha256=cEhbj-r0TQdIrzkIwS_9GM6jzNtQ7W7_x3ybtni-4lo,181112
169
170
  amsdal/cloud/services/actions/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
170
171
  amsdal/cloud/services/actions/get_basic_auth_credentials.pyi,sha256=-Yw92swiZSSjIvjD9FWOlj4xmtrqeqRzrMP-u2FSalA,358
171
- amsdal/cloud/services/actions/list_deploys.cpython-311-darwin.so,sha256=KQdPBdURlvilkTiJATGZhnlKgnjpzOkOWucT4KT4yBY,180856
172
- amsdal/cloud/services/actions/list_envs.cpython-311-darwin.so,sha256=JnuRfoAj7rTMVMJQSHUcFE3v9drY0vCH5Ur7Nv49jyQ,180560
173
- amsdal/cloud/services/actions/list_dependencies.cpython-311-darwin.so,sha256=-PjE8WadRlNCxrceE1Kf9xDaCDre2fHeJKApvdC5klI,181096
174
- amsdal/cloud/services/actions/destroy_deploy.cpython-311-darwin.so,sha256=K239mVJOAlGTOFov42TwPmREceaffFJashfXMgvyr20,180344
175
- amsdal/cloud/services/actions/create_session.cpython-311-darwin.so,sha256=50_AjNGI8OziELAh9dJSA81lOELiwiH2ocRLyCb1lhI,180776
176
- amsdal/cloud/services/actions/create_deploy.cpython-311-darwin.so,sha256=ktAqqKwS2A0utI2Sal-S_p_pqacujzT-VqBpamdNiPQ,252280
172
+ amsdal/cloud/services/actions/list_deploys.cpython-311-darwin.so,sha256=vq7RP4YrWmPBdNi7pcilnxw-0S0BLbpT1wr7QhDoNU4,180856
173
+ amsdal/cloud/services/actions/list_envs.cpython-311-darwin.so,sha256=2bQQ2QFpCuPTtJyfnJMo5ddQC6ZbZy8zb-6iCBqSu7s,180560
174
+ amsdal/cloud/services/actions/list_dependencies.cpython-311-darwin.so,sha256=qQtZApXd8NNMzBQEtO3fvz4kw9ri8FEtTZfnmPYfKH8,181096
175
+ amsdal/cloud/services/actions/destroy_deploy.cpython-311-darwin.so,sha256=pGoAF7hxNb845fiiqfHgPDV1jT6yBF7VzPJmpdBoNAI,180344
176
+ amsdal/cloud/services/actions/create_session.cpython-311-darwin.so,sha256=33psueMz9OYDATAnOr8XutU2pzuubGjADyj0RkcaWNU,180776
177
+ amsdal/cloud/services/actions/create_deploy.cpython-311-darwin.so,sha256=1_MRIyRqBPAiLOFeq_D4-EWET3CzaWpW4QZ2aJ4_N4A,252280
177
178
  amsdal/cloud/services/actions/delete_secret.pyi,sha256=7goJ0o6lnGjj06HcL7QWN3xuDSq-fP4_mc3UVBqpDNg,267
178
179
  amsdal/cloud/services/actions/delete_env.pyi,sha256=YcpKJgZ1qV5XEeRGlQICoveLCLcDa3bVFllsBbjMqv8,338
179
- amsdal/cloud/services/actions/manager.cpython-311-darwin.so,sha256=n3LdJeyrU861ltMnHzh1vGvZAqgGr3FJp85nM_EU5eI,319440
180
+ amsdal/cloud/services/actions/manager.cpython-311-darwin.so,sha256=nuKPw0X3vuk278SoOP_0-dRwqjWXQxZXYbrnpUyUu10,319440
180
181
  amsdal/cloud/services/actions/delete_dependency.pyi,sha256=n_xtv-jtRZOlFfR0Xt0A9AuQNbclUMTow3lZbQKv36g,274
181
- amsdal/cloud/services/actions/add_dependency.cpython-311-darwin.so,sha256=sEILSMiNT-R3hs89v9AjzQt8RY59Eq1tKVDtY4_I5p0,180504
182
+ amsdal/cloud/services/actions/add_dependency.cpython-311-darwin.so,sha256=gHTiZGFKCJWfiHWcQ53olP9UGc6S_5QfPtGG7PohONY,180504
182
183
  amsdal/cloud/services/actions/create_session.pyi,sha256=IxkArxMKJyRpqiWA1xDl06ZN4B44VDwn_jlCeGC6JWc,282
183
- amsdal/cloud/services/actions/delete_allowlist_ip.cpython-311-darwin.so,sha256=ffZZf02TYX-OsgGG1YAdKHNv_8u-X3z2eUbR7INyv5U,180624
184
+ amsdal/cloud/services/actions/delete_allowlist_ip.cpython-311-darwin.so,sha256=0Bg2rQ7_9jnEJCrA6FBFDRRVzk-iWuLY8O3vwpZUNg8,180624
184
185
  amsdal/cloud/services/actions/list_deploys.pyi,sha256=jLfXCoRiocgzfNjNR6hdlF3kgWM8dq4qK_NsR25nxV4,277
185
- amsdal/cloud/services/actions/add_basic_auth.cpython-311-darwin.so,sha256=2L5lI87iNd35cSViz8W4OFXEnD-viP7jYB9GKPgBfMo,180888
186
+ amsdal/cloud/services/actions/add_basic_auth.cpython-311-darwin.so,sha256=gZMVoJXUabr14ct0ZDPg0JwcdfvwAdJwDeFkAyCOhow,180888
186
187
  amsdal/cloud/services/actions/add_allowlist_ip.pyi,sha256=U9TPmVUZ12mUzoL1gOtRh3HyGe8fcXNX-a1xipTOXDc,282
187
188
  amsdal/cloud/services/actions/get_monitoring_info.pyi,sha256=WFJS6DROpYjuxcOQbdPPHPz1A0ZQajY7HUT0_ExW8Qc,367
188
189
  amsdal/cloud/services/actions/add_dependency.pyi,sha256=BihmntuBbCGrhngxPXf0Lqw6Vep3Zs8j1ca_NfkSpQM,271
189
- amsdal/cloud/services/actions/get_monitoring_info.cpython-311-darwin.so,sha256=aRziSSEHg10iLz1Ku_-zRu_InFDALPouvwtVTFOlhbQ,180768
190
- amsdal/cloud/services/actions/update_deploy.cpython-311-darwin.so,sha256=rC7yjncxfGX5W7LsC6DzHKwVxD7fAj2lKgdKZ2wVHMc,180840
190
+ amsdal/cloud/services/actions/get_monitoring_info.cpython-311-darwin.so,sha256=RqVZRWvMGs78T8LKQj2l1qEbJ2BV7Mh6FgvmGGmMDOQ,180768
191
+ amsdal/cloud/services/actions/update_deploy.cpython-311-darwin.so,sha256=8Ft8_HIYZqM7hHKaC_o1TH5vjv2km_hMHwpBPvDY5uM,180840
191
192
  amsdal/cloud/services/actions/signup_action.pyi,sha256=Zobfp3iqnxWTqnZNacDR0udNQjBfh5uX32n7DISaQP8,304
192
- amsdal/cloud/services/actions/create_env.cpython-311-darwin.so,sha256=p-9wFK-lHdKjPYuADWpimAPuRZr8kI1KfN-UGP2o13k,180632
193
+ amsdal/cloud/services/actions/create_env.cpython-311-darwin.so,sha256=EVs6z6-sRsU0pogGzFOAtjyRCbkKUk0v4JKWNS3pp-k,180632
193
194
  amsdal/cloud/services/actions/add_secret.pyi,sha256=PKnTcbAEtnkkeRpAn6KE7_URTzmNgFefV3s8bcIehH8,283
194
- amsdal/cloud/services/actions/delete_env.cpython-311-darwin.so,sha256=G-Y4aZkj4lvzUdfnC7qfE7r2FhLcZT5Kp74npJFZTwo,180632
195
- amsdal/cloud/services/actions/__init__.cpython-311-darwin.so,sha256=8vtc2yIA2BJ8ptNMaqdS1_vUH4DPu7JeWs_DvAiGk7c,120720
195
+ amsdal/cloud/services/actions/delete_env.cpython-311-darwin.so,sha256=x7WKmVgHjelWiXkE4k3ypVOcJsVNH1K4VWBihNodsp4,180632
196
+ amsdal/cloud/services/actions/__init__.cpython-311-darwin.so,sha256=_yaWyKuQ2VMszKZZtHJQZTpEP76eCW0q0fiNAzm1bLA,120720
196
197
  amsdal/cloud/services/actions/destroy_deploy.pyi,sha256=vEPBlTq6vbYSmthr-V45WgqeTTAwnH_o3xJ_eE2TIns,181
197
198
  amsdal/cloud/services/actions/update_deploy.pyi,sha256=kqpvc8zOMZwSVFi8ZAyt4NwkiY9uDUruRHdY12uxdeo,296
198
199
  amsdal/cloud/services/actions/create_deploy.pyi,sha256=FDOx6aTPPj0X40Ci5IwZak7Aj2Q7OO3HxXIR2zbJ7l8,766
199
200
  amsdal/cloud/services/actions/delete_basic_auth.pyi,sha256=_CtWRDzW43au7asHt_xGXVdYtdi30QAIbP9MYE5nb5M,252
200
201
  amsdal/cloud/services/actions/list_dependencies.pyi,sha256=8fT37_YKeb25kdcVVkYOzwjknvCVqLJK-iQxixAlFXI,360
201
202
  amsdal/cloud/services/actions/create_env.pyi,sha256=z6y4ki2sigDkGtDa--pI6uYYWb3XksJLcecm7Rh51rE,338
202
- amsdal/cloud/services/actions/delete_secret.cpython-311-darwin.so,sha256=5RFxeUz1gWCaiXNXAxiVXEeuksySQXPKf5yP96NRrnI,180488
203
+ amsdal/cloud/services/actions/delete_secret.cpython-311-darwin.so,sha256=BLBryfT4QIBklZ27PrDafsgQ7Y_V4mHGoT6swpfoWZA,180488
203
204
  amsdal/cloud/services/actions/expose_db.pyi,sha256=s2GMS48md8dWKt2kGjXjUlRn369oZOIncrVR-zG25_4,309
204
205
  amsdal/fixtures/manager.pyi,sha256=ngktwLTuaiwEIrNVrOh9FEf3YxFbeUZ0G_DJf0Go5iM,1704
205
206
  amsdal/fixtures/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
206
- amsdal/fixtures/manager.cpython-311-darwin.so,sha256=I44d-9hqrTK5tWHLttJGrHKqJyBJNcDn5BajKi7YnnM,407728
207
- amsdal/fixtures/__init__.cpython-311-darwin.so,sha256=XyFihGbd6ySPDuoZ-5AgIhXyt04ffZW50V2ZmFAmFlM,120672
207
+ amsdal/fixtures/manager.cpython-311-darwin.so,sha256=mA7WO37mZfNaVWORUlEn0RPgwNQCEsf8blxjWOsoMtg,408464
208
+ amsdal/fixtures/__init__.cpython-311-darwin.so,sha256=FdVPB7vpGzHRNSY8PwHOCbMxLxYh8Hk1iqT7zLRtkxM,120672
208
209
  amsdal/migration/file_migration_store.pyi,sha256=lYZVV0P9NKyR09SydcEemJ2cbMuIlTI_mI4qJyrHhS8,1699
209
210
  amsdal/migration/file_migration_executor.pyi,sha256=tciDVL_gg-tSVF-vJLmr6mPoBDwQP9JScGvoPp8FQwA,2635
210
211
  amsdal/migration/migrations_loader.pyi,sha256=mU5p4_Djuynl6zdEmMVY1NXwyjSV3Wa344CXP6arfBM,691
211
212
  amsdal/migration/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
212
213
  amsdal/migration/file_migration_writer.pyi,sha256=r4nTR9u0AXUv9oWQoarCvGF-jt2Af_Apr8Bg_Cm31_g,728
213
- amsdal/migration/base_migration_schemas.cpython-311-darwin.so,sha256=eDM0-lWbcCtvHcxWoEsBGrKtVxML5LULDugYtuyYSLo,445008
214
+ amsdal/migration/base_migration_schemas.cpython-311-darwin.so,sha256=p-n9iciWRnzCzD5kf3XCBKc3BXeN7YKqhd5NNQo5qLA,445008
214
215
  amsdal/migration/base_migration_schemas.pyi,sha256=P4AeDjRvq7ghNLMKCMw5L9ZQ_MDoLAa8KAZJaQ4gLZ0,2361
215
- amsdal/migration/data_classes.pyi,sha256=vTLUCKT4BCFqvGNi7QTJ7z7FhE5ooD6LhBd0BgFMWDc,2115
216
+ amsdal/migration/data_classes.pyi,sha256=1HNOIAP1Cv90CO1JjoIu4anSs1VMibki1P5pqmBBE-I,2203
216
217
  amsdal/migration/utils.pyi,sha256=SzDL6yp0ZKtzpd0tkvR18A-N-swihdU8x8urc4342v4,1409
217
- amsdal/migration/file_migration_generator.cpython-311-darwin.so,sha256=kNIwLRf83_ekseKEYDi8bKkCM6M7cjIWJmbb27-cLuU,375664
218
- amsdal/migration/utils.cpython-311-darwin.so,sha256=Etn5Yjk4JfaohoaT6lcem8REBVwD0zTA8BSmzwXignE,302896
218
+ amsdal/migration/file_migration_generator.cpython-311-darwin.so,sha256=ZGKwAiK70ab3SLEiDR4hxdTqPwrxtzgsIhy9beVpQPI,375664
219
+ amsdal/migration/utils.cpython-311-darwin.so,sha256=ixXAt-334qYDboh4u-4ajBk9-DIO2HUP5WCHxLov9fw,302896
219
220
  amsdal/migration/schemas_loaders.pyi,sha256=YvvUs4wX5QKP0PUIevXTmo8Rr85LvAIseNxuPgh3i1U,1197
220
- amsdal/migration/file_migration_writer.cpython-311-darwin.so,sha256=SkW2oA2ey4M_6LqUw7oGmmfxLNLv04rzZ-BxpsoKHTM,251712
221
+ amsdal/migration/file_migration_writer.cpython-311-darwin.so,sha256=7F2I-hk_GdRsmlcf8LubXg400s_4btAjtD1Jh3nXv4Y,251712
221
222
  amsdal/migration/file_migration_generator.pyi,sha256=oED_KXnywcERh-hd809zzuLvbPl98Bc2jS2eV9-o1t4,3006
222
- amsdal/migration/__init__.cpython-311-darwin.so,sha256=y2WG10EnZLAAZMlbJSQ3skiBKKK6DZrzHm27QBthABU,120672
223
- amsdal/migration/migrations.cpython-311-darwin.so,sha256=vVK-suEhmYXqowwkM7lkaaJKzTfCaGpMb6pdlnJGHiI,250488
224
- amsdal/migration/file_migration_store.cpython-311-darwin.so,sha256=6gO0HaegKI_aFX7eh7aVTOrCYNPG0gl1kRPHFuC4xao,371552
225
- amsdal/migration/data_classes.cpython-311-darwin.so,sha256=AUGpAjTMQvTL3Ps_3cNwXu3z411Gak73fct5eGV85MY,215976
226
- amsdal/migration/migrations_loader.cpython-311-darwin.so,sha256=oPSwAVpoTJYTIFIu-GNDO17aCqYajCjSJ-CymEU4CNE,217384
227
- amsdal/migration/schemas_loaders.cpython-311-darwin.so,sha256=1f7bSepCMadm_OcNnRr3e8Ks-0MlK8Lje_z5G-AjHxU,256808
223
+ amsdal/migration/__init__.cpython-311-darwin.so,sha256=b3b6NYtHg-afXCNWLGlESQPhtbjd43sUcWnP7u3UmJg,120672
224
+ amsdal/migration/migrations.cpython-311-darwin.so,sha256=3f2wJV9x-ag7F6g24UWKFEueu5Dn5KjqryrjF30ZvT8,250488
225
+ amsdal/migration/file_migration_store.cpython-311-darwin.so,sha256=uUvDVjZwpMxNNnHKZ6Uxh-p43VSteCDEqXcSATzuqgQ,371552
226
+ amsdal/migration/data_classes.cpython-311-darwin.so,sha256=epPBfsEiCl0-kP3LuRywfFv5yybNnbsS905AE06X09w,215976
227
+ amsdal/migration/migrations_loader.cpython-311-darwin.so,sha256=6UdUX7I-tNcbCbj2A2fy9afUQX4FIAnvrN9t_e4H0YE,217384
228
+ amsdal/migration/schemas_loaders.cpython-311-darwin.so,sha256=7DKrXRm9LtpeIheH6BqBAiC6dNmOeKrwBxHCsKry36A,256808
228
229
  amsdal/migration/migrations.pyi,sha256=v8bIzMMVJn_SvvbNDSDu2qr2TbDXMx0DBSesXPUSY48,2632
229
- amsdal/migration/file_migration_executor.cpython-311-darwin.so,sha256=uOjvB5rUcSbga_5_wk_kQI0_jw0Q7aAxnElZ9P1BroI,354464
230
- amsdal/migration/executors/base.cpython-311-darwin.so,sha256=c2shXW4BKJig6-XkitOhuDWNZ66Q0QgNUzpOvaX6S7k,303136
230
+ amsdal/migration/file_migration_executor.cpython-311-darwin.so,sha256=U8mIkLJ71CksPo0LmIvn2omF9Fnino6W-aoDkgWYb9I,354464
231
+ amsdal/migration/executors/base.cpython-311-darwin.so,sha256=Uj51XyeOHRQ7yeapEbpTl6fZpqLv3baIAnO4i-OP7uY,303136
231
232
  amsdal/migration/executors/base.pyi,sha256=p3dri37TErahCBkidINp2KUmIycOj9a-92JvhNmre1Q,2119
232
233
  amsdal/migration/executors/state_executor.pyi,sha256=5UvOE2K53yYPKcObFEM08Vv8f1KbEsy6xXZOoAoB4wI,1003
233
234
  amsdal/migration/executors/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
234
- amsdal/migration/executors/default_executor.cpython-311-darwin.so,sha256=MK7Qnfcuw3JPhat_-4TZqfki4mds1F8wahnZG0wDpPc,458008
235
- amsdal/migration/executors/state_executor.cpython-311-darwin.so,sha256=2v84klqfkwxCrpVu47sm4ArM65k2AiWPtKrwV0R3tfc,249976
235
+ amsdal/migration/executors/default_executor.cpython-311-darwin.so,sha256=Rbu6SkkjxlPHFtbtlHhZyvNzM2-4SOzj6XDx3euQDOo,458008
236
+ amsdal/migration/executors/state_executor.cpython-311-darwin.so,sha256=dJWbkkQm46MmfcOvWRT2_Up8hPlRRhw4eyaNfaFzL5U,249976
236
237
  amsdal/migration/executors/default_executor.pyi,sha256=AJ-OzXO2E7wd0_73fRy8RTONb1S0RwZXE7CpVGfeZjI,1902
237
- amsdal/migration/executors/__init__.cpython-311-darwin.so,sha256=4xUqeTRoKfs6qsOVQqgSeOM5UgrjrCBqs6_stnR_1cU,120720
238
+ amsdal/migration/executors/__init__.cpython-311-darwin.so,sha256=Dy9nk5QRoCuQIcwWoQRweUYj3ID_w8mdyWoplttVWec,120720
238
239
  amsdal/migration/templates/model_class_layout.tmpl,sha256=ttbq0xgimvHn-ffM4ZSj2_DMH5srCmUtkwGd38pyDXY,766
239
240
  amsdal/migration/templates/options_validator.tmpl,sha256=gF_uiYONVad4OEILZeIdrepcHOFhwPq3nu0NJX8I1EA,205
240
241
  amsdal/migration/templates/model_class.tmpl,sha256=t0y_OlxVmJe5RRg8pxO0XyUM3q1sAuv458q8wmDvh-8,225
@@ -243,10 +244,10 @@ amsdal/migration/templates/migration.tmpl,sha256=WZe7A1lchoiqZZhGL2YUKVzafMPRiW9
243
244
  amsdal/migration/templates/dict_validator.tmpl,sha256=5lRGN9hNBVRqVcbeNQuU4v5koRzS6tJAibzOqjCUXSI,173
244
245
  amsdal/services/transaction_execution.pyi,sha256=bbT2h7xTzuP4SJSBfbJhvA7ryzwX8PfgRD9VAdjJJ8Q,1377
245
246
  amsdal/services/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
246
- amsdal/services/__init__.cpython-311-darwin.so,sha256=81b7ZXLR-LxMPn9yahhxJ52HF7aODguoSaqLJX5Di-I,120672
247
- amsdal/services/transaction_execution.cpython-311-darwin.so,sha256=9lqTzV3gNraaUpCuvs3Qq11pkxUzBQ7ihRGD5PSnQqI,363184
248
- amsdal-0.1.22.dist-info/RECORD,,
249
- amsdal-0.1.22.dist-info/WHEEL,sha256=UDBB_KFYXAT_a6Q3uGzMOBYEG2sfuzNdKs9Nu_rq9v4,114
250
- amsdal-0.1.22.dist-info/top_level.txt,sha256=VPQLnOP3mf7q0JuQ_vPZYQyPNGKd_uc6ouz-hZRkhSk,7
251
- amsdal-0.1.22.dist-info/LICENSE.txt,sha256=hG-541PFYfNJi9WRZi_hno91UyqNg7YLK8LR3vLblZA,27355
252
- amsdal-0.1.22.dist-info/METADATA,sha256=u64bcOF-dtaKU0lT5gJ2x_6-OSBhpWBPltR7mTCa_Ew,57261
247
+ amsdal/services/__init__.cpython-311-darwin.so,sha256=u8LDZjf4TlfYLS_z1IbPMlcJs06FYTnwCz4l-wRV4Ig,120672
248
+ amsdal/services/transaction_execution.cpython-311-darwin.so,sha256=a8NoURU4I9FY-5gwb5XD9Y-eZrBLO-u8hg7w08vqEs8,363184
249
+ amsdal-0.1.24.dist-info/RECORD,,
250
+ amsdal-0.1.24.dist-info/WHEEL,sha256=UDBB_KFYXAT_a6Q3uGzMOBYEG2sfuzNdKs9Nu_rq9v4,114
251
+ amsdal-0.1.24.dist-info/top_level.txt,sha256=VPQLnOP3mf7q0JuQ_vPZYQyPNGKd_uc6ouz-hZRkhSk,7
252
+ amsdal-0.1.24.dist-info/LICENSE.txt,sha256=hG-541PFYfNJi9WRZi_hno91UyqNg7YLK8LR3vLblZA,27355
253
+ amsdal-0.1.24.dist-info/METADATA,sha256=-jyKHaIGEQVVv81fz910gJzSH3k8ZDKUuoqQ5zu6MQE,57261