amsdal 0.1.19__cp310-cp310-macosx_10_9_universal2.whl → 0.1.20__cp310-cp310-macosx_10_9_universal2.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


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

Files changed (72) hide show
  1. amsdal/__about__.py +1 -1
  2. amsdal/cloud/__init__.cpython-310-darwin.so +0 -0
  3. amsdal/cloud/client.cpython-310-darwin.so +0 -0
  4. amsdal/cloud/constants.cpython-310-darwin.so +0 -0
  5. amsdal/cloud/enums.cpython-310-darwin.so +0 -0
  6. amsdal/cloud/models/__init__.cpython-310-darwin.so +0 -0
  7. amsdal/cloud/models/base.cpython-310-darwin.so +0 -0
  8. amsdal/cloud/services/__init__.cpython-310-darwin.so +0 -0
  9. amsdal/cloud/services/actions/__init__.cpython-310-darwin.so +0 -0
  10. amsdal/cloud/services/actions/add_allowlist_ip.cpython-310-darwin.so +0 -0
  11. amsdal/cloud/services/actions/add_basic_auth.cpython-310-darwin.so +0 -0
  12. amsdal/cloud/services/actions/add_dependency.cpython-310-darwin.so +0 -0
  13. amsdal/cloud/services/actions/add_secret.cpython-310-darwin.so +0 -0
  14. amsdal/cloud/services/actions/base.cpython-310-darwin.so +0 -0
  15. amsdal/cloud/services/actions/create_deploy.cpython-310-darwin.so +0 -0
  16. amsdal/cloud/services/actions/create_env.cpython-310-darwin.so +0 -0
  17. amsdal/cloud/services/actions/create_session.cpython-310-darwin.so +0 -0
  18. amsdal/cloud/services/actions/delete_allowlist_ip.cpython-310-darwin.so +0 -0
  19. amsdal/cloud/services/actions/delete_basic_auth.cpython-310-darwin.so +0 -0
  20. amsdal/cloud/services/actions/delete_dependency.cpython-310-darwin.so +0 -0
  21. amsdal/cloud/services/actions/delete_secret.cpython-310-darwin.so +0 -0
  22. amsdal/cloud/services/actions/destroy_deploy.cpython-310-darwin.so +0 -0
  23. amsdal/cloud/services/actions/expose_db.cpython-310-darwin.so +0 -0
  24. amsdal/cloud/services/actions/get_basic_auth_credentials.cpython-310-darwin.so +0 -0
  25. amsdal/cloud/services/actions/get_monitoring_info.cpython-310-darwin.so +0 -0
  26. amsdal/cloud/services/actions/list_dependencies.cpython-310-darwin.so +0 -0
  27. amsdal/cloud/services/actions/list_deploys.cpython-310-darwin.so +0 -0
  28. amsdal/cloud/services/actions/list_envs.cpython-310-darwin.so +0 -0
  29. amsdal/cloud/services/actions/list_secrets.cpython-310-darwin.so +0 -0
  30. amsdal/cloud/services/actions/manager.cpython-310-darwin.so +0 -0
  31. amsdal/cloud/services/actions/signup_action.cpython-310-darwin.so +0 -0
  32. amsdal/cloud/services/actions/update_deploy.cpython-310-darwin.so +0 -0
  33. amsdal/cloud/services/auth/__init__.cpython-310-darwin.so +0 -0
  34. amsdal/cloud/services/auth/base.cpython-310-darwin.so +0 -0
  35. amsdal/cloud/services/auth/credentials.cpython-310-darwin.so +0 -0
  36. amsdal/cloud/services/auth/manager.cpython-310-darwin.so +0 -0
  37. amsdal/cloud/services/auth/signup_service.cpython-310-darwin.so +0 -0
  38. amsdal/cloud/services/auth/token.cpython-310-darwin.so +0 -0
  39. amsdal/contrib/__init__.cpython-310-darwin.so +0 -0
  40. amsdal/contrib/frontend_configs/lifecycle/consumer.py +3 -3
  41. amsdal/contrib/frontend_configs/lifecycle/consumer.pyi +1 -1
  42. amsdal/fixtures/__init__.cpython-310-darwin.so +0 -0
  43. amsdal/fixtures/manager.cpython-310-darwin.so +0 -0
  44. amsdal/manager.cpython-310-darwin.so +0 -0
  45. amsdal/migration/__init__.cpython-310-darwin.so +0 -0
  46. amsdal/migration/base_migration_schemas.cpython-310-darwin.so +0 -0
  47. amsdal/migration/data_classes.cpython-310-darwin.so +0 -0
  48. amsdal/migration/executors/__init__.cpython-310-darwin.so +0 -0
  49. amsdal/migration/executors/base.cpython-310-darwin.so +0 -0
  50. amsdal/migration/executors/default_executor.cpython-310-darwin.so +0 -0
  51. amsdal/migration/executors/state_executor.cpython-310-darwin.so +0 -0
  52. amsdal/migration/file_migration_executor.cpython-310-darwin.so +0 -0
  53. amsdal/migration/file_migration_generator.cpython-310-darwin.so +0 -0
  54. amsdal/migration/file_migration_store.cpython-310-darwin.so +0 -0
  55. amsdal/migration/file_migration_writer.cpython-310-darwin.so +0 -0
  56. amsdal/migration/migrations.cpython-310-darwin.so +0 -0
  57. amsdal/migration/migrations_loader.cpython-310-darwin.so +0 -0
  58. amsdal/migration/schemas_loaders.cpython-310-darwin.so +0 -0
  59. amsdal/migration/utils.cpython-310-darwin.so +0 -0
  60. amsdal/mixins/__init__.cpython-310-darwin.so +0 -0
  61. amsdal/mixins/build_mixin.cpython-310-darwin.so +0 -0
  62. amsdal/mixins/class_versions_mixin.cpython-310-darwin.so +0 -0
  63. amsdal/operations/__init__.cpython-310-darwin.so +0 -0
  64. amsdal/operations/manager.cpython-310-darwin.so +0 -0
  65. amsdal/schemas/manager.cpython-310-darwin.so +0 -0
  66. amsdal/services/__init__.cpython-310-darwin.so +0 -0
  67. amsdal/services/transaction_execution.cpython-310-darwin.so +0 -0
  68. {amsdal-0.1.19.dist-info → amsdal-0.1.20.dist-info}/METADATA +1 -1
  69. {amsdal-0.1.19.dist-info → amsdal-0.1.20.dist-info}/RECORD +72 -72
  70. {amsdal-0.1.19.dist-info → amsdal-0.1.20.dist-info}/LICENSE.txt +0 -0
  71. {amsdal-0.1.19.dist-info → amsdal-0.1.20.dist-info}/WHEEL +0 -0
  72. {amsdal-0.1.19.dist-info → amsdal-0.1.20.dist-info}/top_level.txt +0 -0
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.19'
4
+ __version__ = '0.1.20'
Binary file
Binary file
Binary file
@@ -101,8 +101,8 @@ def populate_frontend_config_with_values(config: dict[str, Any], values: dict[st
101
101
  return config
102
102
 
103
103
 
104
- def get_values_from_response(response: dict[str, Any]) -> dict[str, Any]:
105
- if 'rows' not in response or not response['rows']:
104
+ def get_values_from_response(response: dict[str, Any] | list[dict[str, Any]]) -> dict[str, Any]:
105
+ if not isinstance(response, dict) or 'rows' not in response or not response['rows']:
106
106
  return {}
107
107
 
108
108
  for row in response['rows']:
@@ -151,7 +151,7 @@ class ProcessResponseConsumer(LifecycleConsumer):
151
151
  class_name = Address.from_string(request.path_params['address']).class_name
152
152
  values = get_values_from_response(response)
153
153
 
154
- if class_name:
154
+ if class_name and isinstance(response, dict):
155
155
  config = (
156
156
  FrontendModelConfig.objects.all()
157
157
  .first(
@@ -8,7 +8,7 @@ core_to_frontend_types: Incomplete
8
8
 
9
9
  def process_property(field_name: str, property_data: PropertyData) -> dict[str, Any]: ...
10
10
  def populate_frontend_config_with_values(config: dict[str, Any], values: dict[str, Any]) -> dict[str, Any]: ...
11
- def get_values_from_response(response: dict[str, Any]) -> dict[str, Any]: ...
11
+ def get_values_from_response(response: dict[str, Any] | list[dict[str, Any]]) -> dict[str, Any]: ...
12
12
  def get_default_control(class_name: str) -> dict[str, Any]: ...
13
13
 
14
14
  class ProcessResponseConsumer(LifecycleConsumer):
Binary file
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: amsdal
3
- Version: 0.1.19
3
+ Version: 0.1.20
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
- amsdal/manager.cpython-310-darwin.so,sha256=yPi2FhNnFL-1cTFuHDj9scY9V8sTw4QyqJon_IwaIV8,339728
3
+ amsdal/manager.cpython-310-darwin.so,sha256=8HRGuBTEfGY7r6lh4DP288f_OT9s9NeGsUi5TNfKrBU,339728
4
4
  amsdal/__init__.py,sha256=EQCJ5OevmkkIpIULumPNIbWk3UI7afDfRzIsZN5mfwg,73
5
5
  amsdal/Third-Party Materials - AMSDAL Dependencies - License Notices.md,sha256=TMs-vRDXacJ_rDtdN3rokBp8eofVTRIIUEyWABZ01H4,62596
6
- amsdal/__about__.py,sha256=1warKZYEN876zvcWfKtH7q6apbruGMybqlclst7a984,125
6
+ amsdal/__about__.py,sha256=eoINauwSncgmUl6GuqrNWegkkfttOPfGtIIGXlErpdc,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
@@ -14,16 +14,16 @@ amsdal/context/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
14
14
  amsdal/context/manager.py,sha256=EzwuXiF3_Q3slDCNkVcFhVXkgMtOvQOEwBNA8YRBMnc,720
15
15
  amsdal/mixins/class_versions_mixin.pyi,sha256=0rKwUtWCNwAqhwmb-GHHIDXyagDw2dmcbgK0l4-HbVg,445
16
16
  amsdal/mixins/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
17
- amsdal/mixins/build_mixin.cpython-310-darwin.so,sha256=VaXCg2Wbxc2YxjTpdj-extgz4Bhjftx2icHxnnZtIUw,336872
17
+ amsdal/mixins/build_mixin.cpython-310-darwin.so,sha256=pOZKxzgL_XC-8W7j9Dj_Bray5A2S96WdjwnzwMy6U3w,336872
18
18
  amsdal/mixins/build_mixin.pyi,sha256=txN2JgdHhKR4SzmkvdAPGdEbtjhMdy8dp5YXMp-rxus,1031
19
- amsdal/mixins/__init__.cpython-310-darwin.so,sha256=D5JEYN9cLw1Dtg9OQu8UIVKDdq0ekY0489aK8wfYnRw,120672
20
- amsdal/mixins/class_versions_mixin.cpython-310-darwin.so,sha256=ghWxfh_ECP7NSsLT06M9aZyJ1-41j9ck3gnPRKqWbj8,252896
19
+ amsdal/mixins/__init__.cpython-310-darwin.so,sha256=HaQ-E0hZIWZ0cmlIIAfPmFV-3D3iBmkmBfvvryt4EbM,120672
20
+ amsdal/mixins/class_versions_mixin.cpython-310-darwin.so,sha256=ojv1AHnN70pvHVcAJrpYkVlpiywqOUHnbzX5zJQZlTk,252896
21
21
  amsdal/utils/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
22
22
  amsdal/utils/contrib_paths.py,sha256=irgD76LmgjzsTUAkr6cPFOsypek7-Gbtwv2tyz3u9xo,422
23
23
  amsdal/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
24
24
  amsdal/utils/contrib_paths.pyi,sha256=eRa6C3zITVe0UsvO15oGNOXcGz8L5n4gGZR60W96SBw,132
25
25
  amsdal/contrib/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
26
- amsdal/contrib/__init__.cpython-310-darwin.so,sha256=0UGfWGNL-rC-F3zOziHxfYx72etlzIA_kWm2n1gshCQ,120672
26
+ amsdal/contrib/__init__.cpython-310-darwin.so,sha256=Ax8yvHSjPgEM5FhAueYwU-KcmwsvmeFl4x7C5X5euX8,120672
27
27
  amsdal/contrib/app_config.pyi,sha256=j3MYfBcn9MzhTagEczGWfVH9N5jrfiKmUhxZMoakojw,149
28
28
  amsdal/contrib/app_config.py,sha256=RT3RAEE49XtzuFTXYNVuaqU9V4YIl0ZWZijtXgV-SC4,131
29
29
  amsdal/contrib/auth/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
@@ -62,8 +62,8 @@ amsdal/contrib/frontend_configs/app.py,sha256=W86wM0e4ELgF5_-q53dtT7gsC0zx_rE3Iz
62
62
  amsdal/contrib/frontend_configs/migrations/0000_initial.py,sha256=sx1aIIwciX9qRmU8znjuUVMIx6dEwVjvlyo1TKS1KM8,13513
63
63
  amsdal/contrib/frontend_configs/lifecycle/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
64
64
  amsdal/contrib/frontend_configs/lifecycle/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
65
- amsdal/contrib/frontend_configs/lifecycle/consumer.pyi,sha256=YZlIZ0j_VPEhRfos31lc3YjOoawkX17iovL1U7Cgh3I,711
66
- amsdal/contrib/frontend_configs/lifecycle/consumer.py,sha256=BssmaI1XuDZwmNKy3OvfCK2SQsNSzuF9ItS2dkf44vw,6077
65
+ amsdal/contrib/frontend_configs/lifecycle/consumer.pyi,sha256=3JjnSuPr4tcWecEgtkyPvoY8C4INA5a1lfB30l1KFns,734
66
+ amsdal/contrib/frontend_configs/lifecycle/consumer.py,sha256=P8IDIeb727JhA0b1ktHIYXH-IsmXlyJzXLdTmq0XW_c,6165
67
67
  amsdal/contrib/frontend_configs/models/frontend_control_config/model.json,sha256=U_AB2OMdSbhsM7OksOexmettKlxoGcPfJedhMur2mMw,6791
68
68
  amsdal/contrib/frontend_configs/models/frontend_config_skip_none_base/model.json,sha256=Mkk3rsx9UwG9EnUOnCxN-xMChEKjEJh4ql3HmBLH5FM,119
69
69
  amsdal/contrib/frontend_configs/models/frontend_config_skip_none_base/properties/model_dump.py,sha256=009_69Jc2zKmJ4bQWbVG7HeT2QWvXc2g8D1jyZ6aoL0,426
@@ -84,11 +84,11 @@ amsdal/contrib/frontend_configs/conversion/convert.pyi,sha256=PfB8BT9zvDFU1f_Ob0
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-310-darwin.so,sha256=j0lVpR9kuAS2wvYnv1VOuwv3jacUN1ADF38fMWg5Mzg,405232
88
- amsdal/operations/__init__.cpython-310-darwin.so,sha256=pKlLAOIyDnfaDbs1mmokjhP75gDFTA8uR-mA0fHyj0w,120688
87
+ amsdal/operations/manager.cpython-310-darwin.so,sha256=i8n0Uzw4mGiJGl1-BI6JfKPT_NEouXfoPfeLksmtxxw,405232
88
+ amsdal/operations/__init__.cpython-310-darwin.so,sha256=Hq44nQZSxKaUjoWS24FPoCHUP2YRCkOGtTLjS2-KFlA,120688
89
89
  amsdal/schemas/manager.pyi,sha256=RLCBviXDNFgaktueRwp9KTP49D9SLJ4WYRqGAbAeVP4,785
90
90
  amsdal/schemas/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
91
- amsdal/schemas/manager.cpython-310-darwin.so,sha256=LkiNbOWIOauSn49EZ9m0YLHxxAQAp7so8YOL1szSiNs,216000
91
+ amsdal/schemas/manager.cpython-310-darwin.so,sha256=UB0JfYx8-76hsvD9eUx4X6gwviPGIXxRbfLPcyFvE5A,216000
92
92
  amsdal/schemas/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
93
93
  amsdal/schemas/manager.py,sha256=-2r4-Zuok1bX6sFjAtb34h0C0En7k7PyVHHfLHGJ-S4,2601
94
94
  amsdal/schemas/types/array/model.json,sha256=I9Z7r691yd8i-Ndy8Cf3rFGg22mnLxg_weeVU2kRtkY,117
@@ -126,84 +126,84 @@ amsdal/configs/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
126
126
  amsdal/configs/main.pyi,sha256=45CYn6Rs9xYmzFJ4i50M9Bq_HLZx6cZQuo7XTSVs2z0,1484
127
127
  amsdal/configs/main.py,sha256=2pigoWWhCZ0EebHaoB1lm-nNV9TF_FCkRctxyXTRQy4,4918
128
128
  amsdal/cloud/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
129
- amsdal/cloud/enums.cpython-310-darwin.so,sha256=py4DHTzBanBeRLe8w1Wfyr4ALWnbLpce6Wm-kQkQD10,157632
129
+ amsdal/cloud/enums.cpython-310-darwin.so,sha256=67jjdK76iGj3_nFZ-55Acne8W70qoaEX9ObSLgiPQXs,157632
130
130
  amsdal/cloud/constants.pyi,sha256=0qWxDqjQkETwUtgco5kV83fPHhQ4jRdJe_YPPNTnSIY,327
131
131
  amsdal/cloud/client.pyi,sha256=uEFrKTEIxnXnCFtW6_GtfvuwHeXK5J_WjOho5FWYhdQ,593
132
- amsdal/cloud/client.cpython-310-darwin.so,sha256=m-LZ5KCldRZVdg0T-FlMtZKiUdKc6W-GoUHHJXpgdxc,215632
133
- amsdal/cloud/__init__.cpython-310-darwin.so,sha256=A8SMvq-l4MEMq2PGK0hySQ6PRSeIViMZYBg3a8ZvIao,120656
134
- amsdal/cloud/constants.cpython-310-darwin.so,sha256=pTRfSs7gHlED4UJBxUi8qbURSqFYfwLvcjxCemmnMgo,158624
132
+ amsdal/cloud/client.cpython-310-darwin.so,sha256=2SdIzNclQtX9DYQkNBMdzAnlFoKEhoJ9dHxnWrqrF5I,215632
133
+ amsdal/cloud/__init__.cpython-310-darwin.so,sha256=dlTLExkGGbJO8doV-H7OVz7EIS94vc6vlU4XI8A9Q9I,120656
134
+ amsdal/cloud/constants.cpython-310-darwin.so,sha256=MZnTkxVGGBsu2ABuO5QxKvcmUhMTsEEin6_uSiUhMIc,158624
135
135
  amsdal/cloud/enums.pyi,sha256=7l9LNAXG4s7Q8U-EObvJ5Uz07ivwTxedAFLvE7iQAS8,435
136
136
  amsdal/cloud/models/base.pyi,sha256=ZoOpqblwc3OyVmjw4_zMi37MgZNJojIj1wxVMGg-qIc,2343
137
137
  amsdal/cloud/models/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
138
- amsdal/cloud/models/base.cpython-310-darwin.so,sha256=BFxOrsUODJZ55nRRc_wyHzKiljQVN-qzg1Kjp4Lm5qA,193520
139
- amsdal/cloud/models/__init__.cpython-310-darwin.so,sha256=4G2WiWpNblO7YjJdEbO5scjO33Go98Jb9PG7awNc_1s,120688
138
+ amsdal/cloud/models/base.cpython-310-darwin.so,sha256=hfH_VxH8MXMzeRfE3oWFrJlUafmpUKk9NUiI-JrWsyc,193520
139
+ amsdal/cloud/models/__init__.cpython-310-darwin.so,sha256=QDqbGBuGOglS4bP9oPsUwTNL5eBkBKbR-8UO33lAx9s,120688
140
140
  amsdal/cloud/services/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
141
- amsdal/cloud/services/__init__.cpython-310-darwin.so,sha256=9LIoohz5u5gbY5xGJsutWdRdiN9V-B8L6-bi9cjm-w4,120704
142
- amsdal/cloud/services/auth/token.cpython-310-darwin.so,sha256=GoCU-kofK8cLr5xuj8laUv8Pfvq-0x3ugTNfA6TUr3c,250784
141
+ amsdal/cloud/services/__init__.cpython-310-darwin.so,sha256=Nw4H5gX8v41En-q3F4ImiFUumMTDZxoSBnsjltqfxds,120704
142
+ amsdal/cloud/services/auth/token.cpython-310-darwin.so,sha256=aH2ozbs3Qkeqorf9L6qNb7xFlzr7T11q9oKqU57D7s4,250784
143
143
  amsdal/cloud/services/auth/base.pyi,sha256=oj_tgwWhf02g-FzCLcNOEZjYDxfcrrDssING4jsUMb8,167
144
144
  amsdal/cloud/services/auth/manager.pyi,sha256=9fSm8tUKWNdUKlpV6GmvSN6Ypr8IyanAtrV6-uzdUgw,749
145
145
  amsdal/cloud/services/auth/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
146
- amsdal/cloud/services/auth/manager.cpython-310-darwin.so,sha256=E2GiSslSPa9aUD-D5UPuH_KtfBQawGM0ZWlIbUYSYXU,213856
146
+ amsdal/cloud/services/auth/manager.cpython-310-darwin.so,sha256=Ro0g2UgOU3DAkOdZp67iwPskFbc7AI1F6yH4TQpmjIQ,213856
147
147
  amsdal/cloud/services/auth/signup_service.pyi,sha256=uiBnaraW2tmSm6hlhRcVNJfNrtIo-Ddxzd2dZOD27mU,520
148
- amsdal/cloud/services/auth/base.cpython-310-darwin.so,sha256=PsJyABykCS0Q7Y591nVhtHQpiBcEwGX1JpWwM-_tXTY,163040
149
- amsdal/cloud/services/auth/__init__.cpython-310-darwin.so,sha256=n520dYzXDo3rVopiumQ2SDSQrJ_69iFIF3bNTXRuy60,120720
148
+ amsdal/cloud/services/auth/base.cpython-310-darwin.so,sha256=UDYIZ57OL8IqtR2y0dT1fOJQszAZ4QLbsiB3eQxUwC4,163040
149
+ amsdal/cloud/services/auth/__init__.cpython-310-darwin.so,sha256=BbNHppNpX6nTLp7ErbVVCva-QUIFkW5-RyrfkFxzRmU,120720
150
150
  amsdal/cloud/services/auth/token.pyi,sha256=DRvKXl7DV26vcoLxEgR6UyJgIeP9z-XTX3WiR4A1ksM,633
151
- amsdal/cloud/services/auth/credentials.cpython-310-darwin.so,sha256=WrquoFrttaJbicp8LgYcDHp_5sPQwO6rlXJZWOBLgjw,252920
152
- amsdal/cloud/services/auth/signup_service.cpython-310-darwin.so,sha256=7GZ14WgyjvwHdzS6JmsLMXW_ZY0F9AdnAw5tNyPB_qg,215960
151
+ amsdal/cloud/services/auth/credentials.cpython-310-darwin.so,sha256=uDK-PDM6chVEHM_7FH1_9xH0u8pXYvcQELOr6xD7W-o,252920
152
+ amsdal/cloud/services/auth/signup_service.cpython-310-darwin.so,sha256=prt6E4euqJVA6TzfMx8MmRU-MDVMGYgBlztPSaIsasA,215960
153
153
  amsdal/cloud/services/auth/credentials.pyi,sha256=AMS1HUVaqM7CiypSQvYEliFW4_9g9-_6WME2tAxIw3s,1116
154
- amsdal/cloud/services/actions/list_deploys.cpython-310-darwin.so,sha256=aJZ2s3cyDRvp-8KWsTL7WfEt4UZkxuC5lOIrn2fQGJA,180808
155
- amsdal/cloud/services/actions/destroy_deploy.cpython-310-darwin.so,sha256=gAoAuyELCu62C2URIbNkzD7F75iMd4RYSNx6FSurjHU,180280
156
- amsdal/cloud/services/actions/list_envs.cpython-310-darwin.so,sha256=2XlYNC5M85KB0bAVo_lgLaA5b8fvW9vd84yUNyn_Sb4,180512
154
+ amsdal/cloud/services/actions/list_deploys.cpython-310-darwin.so,sha256=YE_YVfUlA4rRlz6NUgPEU0O4tdVvQdvk0qJX7Mo3c5A,180808
155
+ amsdal/cloud/services/actions/destroy_deploy.cpython-310-darwin.so,sha256=fucBbOx42BfQdCTtrLFQ4Xm0aTbBj6_X9muTsbY5G9k,180280
156
+ amsdal/cloud/services/actions/list_envs.cpython-310-darwin.so,sha256=C8-Khpq0y_xm2pXkI9kRNsrh9cSWybyOPEDuYrGkQKo,180512
157
157
  amsdal/cloud/services/actions/list_envs.pyi,sha256=F-3qv2xU9nJ4j5xrTEs135hwitY3Gy5vPjAy7uZ-3vo,319
158
- amsdal/cloud/services/actions/list_dependencies.cpython-310-darwin.so,sha256=BZH6OOUpF68_qMrPHjks1DFb5RnRltyl_Sx8AhaG9q8,181000
158
+ amsdal/cloud/services/actions/list_dependencies.cpython-310-darwin.so,sha256=PRHdpGVDarjsKAd9eT1duxL0zqihhFGELPeg0l80EOw,181000
159
159
  amsdal/cloud/services/actions/base.pyi,sha256=w317xsHn0TTj4G2-blHfMdzaE-ixmld8qyHzyJ0juWU,1857
160
160
  amsdal/cloud/services/actions/manager.pyi,sha256=4XI1vRzZPUGcNPm53gltQRzMvhX5lTiwLroaR2gNitw,5180
161
161
  amsdal/cloud/services/actions/delete_allowlist_ip.pyi,sha256=wDTB47CkuxD3RtTM_M-WmnkNT30nQEEY4MUNgdAew2k,285
162
- amsdal/cloud/services/actions/create_deploy.cpython-310-darwin.so,sha256=9Dq6RJ7ryJXmv9TlUtqMXaFd1RPqA8ViJ-Qn5NkmeIo,252152
162
+ amsdal/cloud/services/actions/create_deploy.cpython-310-darwin.so,sha256=PvACSa0yXU9fVu4GFEY1zaFC3tYORY6HeJZVzZLqZjM,252152
163
163
  amsdal/cloud/services/actions/add_basic_auth.pyi,sha256=yuZHj9GQlNuzE3VSjd55NAIMh4OHINSWJKYV2iOjWek,405
164
- amsdal/cloud/services/actions/create_session.cpython-310-darwin.so,sha256=78l91BnVDQEogw-ksNsQjutX2vb1waWYdZCUgHw9c2Y,180728
164
+ amsdal/cloud/services/actions/create_session.cpython-310-darwin.so,sha256=xZn30gbeuSTLp9LhEl37eELJb4p3KJyh1cWLkM_PPog,180728
165
165
  amsdal/cloud/services/actions/list_secrets.pyi,sha256=_sttmdaI4k464g8FOjxAED4gWIv0yCuzDviWnI88H0c,370
166
166
  amsdal/cloud/services/actions/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
167
- amsdal/cloud/services/actions/manager.cpython-310-darwin.so,sha256=PbD2IfVKJdcoggCqP9FLA5qHfHtHTwPlagLVLchgdXQ,318992
167
+ amsdal/cloud/services/actions/manager.cpython-310-darwin.so,sha256=fESoE4IXoX6_rIbP2Wz0vhjLSYqHY_j5-8-JqJka03o,318992
168
168
  amsdal/cloud/services/actions/get_basic_auth_credentials.pyi,sha256=-Yw92swiZSSjIvjD9FWOlj4xmtrqeqRzrMP-u2FSalA,358
169
- amsdal/cloud/services/actions/base.cpython-310-darwin.so,sha256=HXffjiABvoh2AkPIWjiV1S8xM3MhJut2oLdcy4hzoL0,322192
170
- amsdal/cloud/services/actions/get_basic_auth_credentials.cpython-310-darwin.so,sha256=KstpHaNvOd6FYZfORkUrZnA6pv5AsxPOl0lUq0TTLPo,180792
171
- amsdal/cloud/services/actions/add_allowlist_ip.cpython-310-darwin.so,sha256=IH7mUPwPuvpijhAoqtiJs68OILDJ2yP2awpebbXV0mE,180520
172
- amsdal/cloud/services/actions/signup_action.cpython-310-darwin.so,sha256=wZTkr10lQNVH-jAwEZQCEC-0ZEhpCRqICzM7PvfqfmE,180328
173
- amsdal/cloud/services/actions/delete_basic_auth.cpython-310-darwin.so,sha256=jN2JUi5PtDMILO_jV18CHXvtoiFG3N_FjDcvNiFHwbY,180488
174
- amsdal/cloud/services/actions/expose_db.cpython-310-darwin.so,sha256=QLnZsTLnLI9-hs7s-FMi-i-efYsuHLi3dvCbwEO3kqY,180896
175
- amsdal/cloud/services/actions/add_secret.cpython-310-darwin.so,sha256=V0OP1TwNJM0W3Z0TGGBTVGE6HMf9PxWeDDs20mXR8QU,180392
176
- amsdal/cloud/services/actions/delete_dependency.cpython-310-darwin.so,sha256=jSphw51rw1D_vVySeYYqhJX3ukeMBLbmFKtqIeSoZ1Y,180488
169
+ amsdal/cloud/services/actions/base.cpython-310-darwin.so,sha256=XFiCeJL0Hm0WYVgsEOwvAc3Z3oRYUgGoViRVTmebjLE,322192
170
+ amsdal/cloud/services/actions/get_basic_auth_credentials.cpython-310-darwin.so,sha256=xYyBbV-wvUcfv-URDr9uEhGe54HUVUt2b3VbYo4924w,180792
171
+ amsdal/cloud/services/actions/add_allowlist_ip.cpython-310-darwin.so,sha256=x0SVvZRw4IIRrvWSbhl-VTrqINPAkFVk-zbHlIQtqB0,180520
172
+ amsdal/cloud/services/actions/signup_action.cpython-310-darwin.so,sha256=_0-rQUf1LGk2fvdHFpSFkT_8kR8t1TdqyEqKPzjpyhA,180328
173
+ amsdal/cloud/services/actions/delete_basic_auth.cpython-310-darwin.so,sha256=10sFxc-5WbAj_-m1vQpGBN-3J78ic1akN1F_lS21VG8,180488
174
+ amsdal/cloud/services/actions/expose_db.cpython-310-darwin.so,sha256=llgXXHW3W4Gr3ZhacKybN8VjSaD9sNqHgTHxx7JkOFo,180896
175
+ amsdal/cloud/services/actions/add_secret.cpython-310-darwin.so,sha256=6ZVxHVzeyJ91oV80O7Z8Re4O7Hz5D89RdQiO69P5KAM,180392
176
+ amsdal/cloud/services/actions/delete_dependency.cpython-310-darwin.so,sha256=aZqVnkYma9xd-orB_AKx3f1CPMAX9UbET_y7xkqQFVQ,180488
177
177
  amsdal/cloud/services/actions/delete_secret.pyi,sha256=7goJ0o6lnGjj06HcL7QWN3xuDSq-fP4_mc3UVBqpDNg,267
178
- amsdal/cloud/services/actions/list_secrets.cpython-310-darwin.so,sha256=Qt_XTfIt6zux6r22Wk8yPKxIuQpPQmG4mZiUmRgsaJ8,181048
178
+ amsdal/cloud/services/actions/list_secrets.cpython-310-darwin.so,sha256=BAk1HaLM9-dKYLSlnJto630CCTYhTKvHxtyoGkmMaUc,181048
179
179
  amsdal/cloud/services/actions/delete_dependency.pyi,sha256=n_xtv-jtRZOlFfR0Xt0A9AuQNbclUMTow3lZbQKv36g,274
180
- amsdal/cloud/services/actions/__init__.cpython-310-darwin.so,sha256=fijv0NLAY6T_jmvjwFMz52-fUh1ory44QnjPkB76DnE,120736
180
+ amsdal/cloud/services/actions/__init__.cpython-310-darwin.so,sha256=DnpDUYeGjH7-1vo8RmwNC_J2qmnmlCwrgG2FQAMZoNQ,120736
181
181
  amsdal/cloud/services/actions/create_session.pyi,sha256=IxkArxMKJyRpqiWA1xDl06ZN4B44VDwn_jlCeGC6JWc,282
182
182
  amsdal/cloud/services/actions/list_deploys.pyi,sha256=jLfXCoRiocgzfNjNR6hdlF3kgWM8dq4qK_NsR25nxV4,277
183
183
  amsdal/cloud/services/actions/add_allowlist_ip.pyi,sha256=U9TPmVUZ12mUzoL1gOtRh3HyGe8fcXNX-a1xipTOXDc,282
184
184
  amsdal/cloud/services/actions/get_monitoring_info.pyi,sha256=WFJS6DROpYjuxcOQbdPPHPz1A0ZQajY7HUT0_ExW8Qc,367
185
185
  amsdal/cloud/services/actions/add_dependency.pyi,sha256=BihmntuBbCGrhngxPXf0Lqw6Vep3Zs8j1ca_NfkSpQM,271
186
186
  amsdal/cloud/services/actions/signup_action.pyi,sha256=Zobfp3iqnxWTqnZNacDR0udNQjBfh5uX32n7DISaQP8,304
187
- amsdal/cloud/services/actions/delete_secret.cpython-310-darwin.so,sha256=F8mYb5Kxym_i0F8UA7JRPXmGexZ0qJXMvEEe9FqiFLs,180424
187
+ amsdal/cloud/services/actions/delete_secret.cpython-310-darwin.so,sha256=dthcchK8KHy2RBYL4NmgoVOHb2ZbBX0bDLmK93JDy3k,180424
188
188
  amsdal/cloud/services/actions/add_secret.pyi,sha256=PKnTcbAEtnkkeRpAn6KE7_URTzmNgFefV3s8bcIehH8,283
189
189
  amsdal/cloud/services/actions/destroy_deploy.pyi,sha256=vEPBlTq6vbYSmthr-V45WgqeTTAwnH_o3xJ_eE2TIns,181
190
190
  amsdal/cloud/services/actions/update_deploy.pyi,sha256=kqpvc8zOMZwSVFi8ZAyt4NwkiY9uDUruRHdY12uxdeo,296
191
- amsdal/cloud/services/actions/delete_allowlist_ip.cpython-310-darwin.so,sha256=f0D6sRH4LSNoIbQWoilG5i-1zXzUo7pTvkKKtIdZvuk,180560
192
- amsdal/cloud/services/actions/add_dependency.cpython-310-darwin.so,sha256=yxDAB8BxcqZco4ByuNRFlgSEwwCOxRdk9VaLqPXyD8A,180456
191
+ amsdal/cloud/services/actions/delete_allowlist_ip.cpython-310-darwin.so,sha256=hMZ2uU222dAlZ6CYQKoKkRiXjvloT5wvWQJ9kWST5Is,180560
192
+ amsdal/cloud/services/actions/add_dependency.cpython-310-darwin.so,sha256=kE-T4l2LKKgaPb7zYjkeoWtivbknrWvhfyAzjpyDsgw,180456
193
193
  amsdal/cloud/services/actions/create_deploy.pyi,sha256=FDOx6aTPPj0X40Ci5IwZak7Aj2Q7OO3HxXIR2zbJ7l8,766
194
194
  amsdal/cloud/services/actions/delete_basic_auth.pyi,sha256=_CtWRDzW43au7asHt_xGXVdYtdi30QAIbP9MYE5nb5M,252
195
195
  amsdal/cloud/services/actions/list_dependencies.pyi,sha256=8fT37_YKeb25kdcVVkYOzwjknvCVqLJK-iQxixAlFXI,360
196
- amsdal/cloud/services/actions/add_basic_auth.cpython-310-darwin.so,sha256=ZOPlptgr5ug_gAcNK0ti-koUSdUbOjPBhG4TOd57fKA,180824
196
+ amsdal/cloud/services/actions/add_basic_auth.cpython-310-darwin.so,sha256=f8oadog_blYvSNaO8wQxZi9onxKKGUQ4lgNwCP4nae8,180824
197
197
  amsdal/cloud/services/actions/create_env.pyi,sha256=z6y4ki2sigDkGtDa--pI6uYYWb3XksJLcecm7Rh51rE,338
198
- amsdal/cloud/services/actions/get_monitoring_info.cpython-310-darwin.so,sha256=dbnWZBHcIYF-U3GCRfmqC7-HGYaRp1NP5SgJohL7kS0,180704
199
- amsdal/cloud/services/actions/update_deploy.cpython-310-darwin.so,sha256=O08npwQGPokz7A-mHiiDv8ncOqNNMjF5g39I0483fks,180776
198
+ amsdal/cloud/services/actions/get_monitoring_info.cpython-310-darwin.so,sha256=Nl-O5aLZ80ebdka4SDdUwwvb2a-pjG7EVzBKaItg1wI,180704
199
+ amsdal/cloud/services/actions/update_deploy.cpython-310-darwin.so,sha256=qLPVvhCANqYyMP6pkFHf16rmaFO-yGyQabnCAIEHLvk,180776
200
200
  amsdal/cloud/services/actions/expose_db.pyi,sha256=s2GMS48md8dWKt2kGjXjUlRn369oZOIncrVR-zG25_4,309
201
- amsdal/cloud/services/actions/create_env.cpython-310-darwin.so,sha256=3y2XbnVQqO3PWX76NrOIT4hYKcDQ7kWYfq4Q3DyFW9s,180568
201
+ amsdal/cloud/services/actions/create_env.cpython-310-darwin.so,sha256=sVopNo-JAGuEPXwHrLIJgqZGxEizPBMI18A9HCxPkoM,180568
202
202
  amsdal/fixtures/manager.pyi,sha256=Q0ImQbFpuGDiFnlR1dbmgxWHjf7B2sq1csPzbiNIdEg,1608
203
203
  amsdal/fixtures/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
204
- amsdal/fixtures/manager.cpython-310-darwin.so,sha256=60J4q-E1nHfzGM_TvbfU8dCBREerYK4543BqgI219i4,390464
205
- amsdal/fixtures/__init__.cpython-310-darwin.so,sha256=1Cc8lFhE1n9vtxKIE_r8Yn-USPPqoVUpe5Ji3RmFZx4,120672
206
- amsdal/migration/base_migration_schemas.cpython-310-darwin.so,sha256=u-RJizD5tlykepxnkCj7PviefNxw_nlcoAMrHl3W30c,428352
204
+ amsdal/fixtures/manager.cpython-310-darwin.so,sha256=G7TfRuvFYaQSGB0FztWikohnKZiE6VY5_Bvz3y3C5C8,390464
205
+ amsdal/fixtures/__init__.cpython-310-darwin.so,sha256=H6TAdfoT9qSdAuluJUoT5NMZULvIbsW5XxTSQVWLUwE,120672
206
+ amsdal/migration/base_migration_schemas.cpython-310-darwin.so,sha256=ZonlXEUxC7KO5dNESZCAMILtcSxiEFjf9LkMSpIivR8,428352
207
207
  amsdal/migration/file_migration_store.pyi,sha256=lYZVV0P9NKyR09SydcEemJ2cbMuIlTI_mI4qJyrHhS8,1699
208
208
  amsdal/migration/file_migration_executor.pyi,sha256=tciDVL_gg-tSVF-vJLmr6mPoBDwQP9JScGvoPp8FQwA,2635
209
209
  amsdal/migration/migrations_loader.pyi,sha256=mU5p4_Djuynl6zdEmMVY1NXwyjSV3Wa344CXP6arfBM,691
@@ -212,27 +212,27 @@ amsdal/migration/file_migration_writer.pyi,sha256=r4nTR9u0AXUv9oWQoarCvGF-jt2Af_
212
212
  amsdal/migration/base_migration_schemas.pyi,sha256=P4AeDjRvq7ghNLMKCMw5L9ZQ_MDoLAa8KAZJaQ4gLZ0,2361
213
213
  amsdal/migration/data_classes.pyi,sha256=vTLUCKT4BCFqvGNi7QTJ7z7FhE5ooD6LhBd0BgFMWDc,2115
214
214
  amsdal/migration/utils.pyi,sha256=SzDL6yp0ZKtzpd0tkvR18A-N-swihdU8x8urc4342v4,1409
215
- amsdal/migration/__init__.cpython-310-darwin.so,sha256=uizCmOdWzeIkXQaKpckJ-7XD6pYaq46ZtpLu3J9f0rc,120688
216
- amsdal/migration/migrations.cpython-310-darwin.so,sha256=mcaTOsMtEBArx1vkV3h8m2YIR_SX-cUlkNHrP7ZWnP8,250408
215
+ amsdal/migration/__init__.cpython-310-darwin.so,sha256=lCi15wcFHsSbB8bizGVS2aZvRqCTMIuhCZGOwuX3FOQ,120688
216
+ amsdal/migration/migrations.cpython-310-darwin.so,sha256=JEv79N0zZfEz3Np6OtfWvEcf0iVIlOfxO1FjCfJQo5A,250408
217
217
  amsdal/migration/schemas_loaders.pyi,sha256=YvvUs4wX5QKP0PUIevXTmo8Rr85LvAIseNxuPgh3i1U,1197
218
- amsdal/migration/data_classes.cpython-310-darwin.so,sha256=rPfLTa4lumsMOQ3Zc-sLxapUztQG00XiPtubdcayLUA,215912
219
- amsdal/migration/file_migration_store.cpython-310-darwin.so,sha256=rv1BhLV7uDCb7RHziWrpKVhymhWwBdDsDdzauEVRofo,371488
220
- amsdal/migration/migrations_loader.cpython-310-darwin.so,sha256=ZDL6XT-8hhx4YJ1Mqd6KQ8w_W7axZDipEeevX_gZ4aQ,217240
221
- amsdal/migration/file_migration_executor.cpython-310-darwin.so,sha256=GAAcTTWlxUkQEFgqffTKs8YnzB5gwxWFo5AqAdH-FSQ,354416
222
- amsdal/migration/schemas_loaders.cpython-310-darwin.so,sha256=dWsYGMF3K5SY5Ti5swTHGG-1DjaqUZaUeAIGBi49KkY,256568
223
- amsdal/migration/file_migration_generator.cpython-310-darwin.so,sha256=A7Aq4SWzkpRxB-Pi_kjmkypTj1bbKt1dHS8GDKiBWdg,376016
218
+ amsdal/migration/data_classes.cpython-310-darwin.so,sha256=BQiBD5uixIyHWVupz2sEm9EcrQDYjUpSE5DVKCaiuDY,215912
219
+ amsdal/migration/file_migration_store.cpython-310-darwin.so,sha256=ijebWvbI5rHnXoK8cm7CUUytrUfMI6EzhsadQF7F5Zw,371488
220
+ amsdal/migration/migrations_loader.cpython-310-darwin.so,sha256=N4OTTFCK7AnZqDzLnzGXblvQ1ZSZDsV38gIReNtJ2E0,217240
221
+ amsdal/migration/file_migration_executor.cpython-310-darwin.so,sha256=S2Kf12ri_qWhznhRVNP2eUiBcP3vAAk8Xmu1czLiwRU,354416
222
+ amsdal/migration/schemas_loaders.cpython-310-darwin.so,sha256=5hXoJ7DPMFFhdbgjLgfTKC24C9jzyapz0hQVmAlcrJM,256568
223
+ amsdal/migration/file_migration_generator.cpython-310-darwin.so,sha256=E4j9JjZGQiauVYs8EUtF3NvQYyda0HpvccQZico4ta0,376016
224
224
  amsdal/migration/file_migration_generator.pyi,sha256=oED_KXnywcERh-hd809zzuLvbPl98Bc2jS2eV9-o1t4,3006
225
- amsdal/migration/utils.cpython-310-darwin.so,sha256=mgRg10LC5rdCXP4mh7_pcXyFaJOKU_qGxuBG4bRbOwg,302832
226
- amsdal/migration/file_migration_writer.cpython-310-darwin.so,sha256=Lus4h3oIipocnKdQsEWHbk7BvNjDLnzNp0HwdxMsygI,251664
225
+ amsdal/migration/utils.cpython-310-darwin.so,sha256=3Uqvd0s4owsu5KG_5C3nPj5mKqjDumof6LvNMzd42M0,302832
226
+ amsdal/migration/file_migration_writer.cpython-310-darwin.so,sha256=rQWGaw5U2SGJL2OLY7eKz9wMrZIgwevnvfmEGI5guGA,251664
227
227
  amsdal/migration/migrations.pyi,sha256=v8bIzMMVJn_SvvbNDSDu2qr2TbDXMx0DBSesXPUSY48,2632
228
228
  amsdal/migration/executors/base.pyi,sha256=p3dri37TErahCBkidINp2KUmIycOj9a-92JvhNmre1Q,2119
229
229
  amsdal/migration/executors/state_executor.pyi,sha256=5UvOE2K53yYPKcObFEM08Vv8f1KbEsy6xXZOoAoB4wI,1003
230
- amsdal/migration/executors/default_executor.cpython-310-darwin.so,sha256=mJvXunW-HFl6pbFCxIMucuKVhDoK-m14keX96AcIzNI,457880
230
+ amsdal/migration/executors/default_executor.cpython-310-darwin.so,sha256=aZoscM3HlivbYSeztW_oJravwawBVYLLNhs5PhAMO9Q,457880
231
231
  amsdal/migration/executors/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
232
- amsdal/migration/executors/base.cpython-310-darwin.so,sha256=tgTtolQaIkHHlF9PPLvG75SZowyNMFuWjPZeuxz7zqw,303088
233
- amsdal/migration/executors/__init__.cpython-310-darwin.so,sha256=th_OI_qUQ8jFVySfMi-mgzL8CN8aiViXPlHxKiixQLg,120736
232
+ amsdal/migration/executors/base.cpython-310-darwin.so,sha256=J3msDYCbegGMsx0AgmBOnwWnHRDiQw2r8XWni0MSBvw,303088
233
+ amsdal/migration/executors/__init__.cpython-310-darwin.so,sha256=8gUcBGMzE8IsBoxmBHNjg4zA6A-1TZaqIEX5_I7FqUw,120736
234
234
  amsdal/migration/executors/default_executor.pyi,sha256=AJ-OzXO2E7wd0_73fRy8RTONb1S0RwZXE7CpVGfeZjI,1902
235
- amsdal/migration/executors/state_executor.cpython-310-darwin.so,sha256=pSQ97_jt8z84RgHulgeEXTQpOv_5TNPllrWvQoGktDk,249912
235
+ amsdal/migration/executors/state_executor.cpython-310-darwin.so,sha256=Ccyp9RWIrTLq5osKFJXse6_brL23fu_pITJV0xl9U5I,249912
236
236
  amsdal/migration/templates/model_class_layout.tmpl,sha256=ttbq0xgimvHn-ffM4ZSj2_DMH5srCmUtkwGd38pyDXY,766
237
237
  amsdal/migration/templates/options_validator.tmpl,sha256=gF_uiYONVad4OEILZeIdrepcHOFhwPq3nu0NJX8I1EA,205
238
238
  amsdal/migration/templates/model_class.tmpl,sha256=t0y_OlxVmJe5RRg8pxO0XyUM3q1sAuv458q8wmDvh-8,225
@@ -241,10 +241,10 @@ amsdal/migration/templates/migration.tmpl,sha256=WZe7A1lchoiqZZhGL2YUKVzafMPRiW9
241
241
  amsdal/migration/templates/dict_validator.tmpl,sha256=5lRGN9hNBVRqVcbeNQuU4v5koRzS6tJAibzOqjCUXSI,173
242
242
  amsdal/services/transaction_execution.pyi,sha256=bbT2h7xTzuP4SJSBfbJhvA7ryzwX8PfgRD9VAdjJJ8Q,1377
243
243
  amsdal/services/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
244
- amsdal/services/__init__.cpython-310-darwin.so,sha256=tGf2-RIRRCubxbyb98AhT65BbAmxRtYdSNxNw1OgHnk,120672
245
- amsdal/services/transaction_execution.cpython-310-darwin.so,sha256=Fml_bbsAi-A5AfQw3vw8fDINYybygxP5ywhMVK3dmaQ,362960
246
- amsdal-0.1.19.dist-info/RECORD,,
247
- amsdal-0.1.19.dist-info/WHEEL,sha256=r7U64H7df5k5VoE41bE2otJ6YmrMps4wUd2_S2hHvHQ,115
248
- amsdal-0.1.19.dist-info/top_level.txt,sha256=VPQLnOP3mf7q0JuQ_vPZYQyPNGKd_uc6ouz-hZRkhSk,7
249
- amsdal-0.1.19.dist-info/LICENSE.txt,sha256=hG-541PFYfNJi9WRZi_hno91UyqNg7YLK8LR3vLblZA,27355
250
- amsdal-0.1.19.dist-info/METADATA,sha256=cZKbj2j1YfXoXp2yiVt95ljTuzNO5TQxm5encK03ueY,57261
244
+ amsdal/services/__init__.cpython-310-darwin.so,sha256=VfgR4xbSa5DO68uJ-vJP0j-0QflEiTy4jxgorPzNQLI,120672
245
+ amsdal/services/transaction_execution.cpython-310-darwin.so,sha256=oE3_lxYFPz9M21HeNQpG746HOZtY5vSWbqWBW1_FLQ0,362960
246
+ amsdal-0.1.20.dist-info/RECORD,,
247
+ amsdal-0.1.20.dist-info/WHEEL,sha256=r7U64H7df5k5VoE41bE2otJ6YmrMps4wUd2_S2hHvHQ,115
248
+ amsdal-0.1.20.dist-info/top_level.txt,sha256=VPQLnOP3mf7q0JuQ_vPZYQyPNGKd_uc6ouz-hZRkhSk,7
249
+ amsdal-0.1.20.dist-info/LICENSE.txt,sha256=hG-541PFYfNJi9WRZi_hno91UyqNg7YLK8LR3vLblZA,27355
250
+ amsdal-0.1.20.dist-info/METADATA,sha256=h9JOIaTeTUk1C5idy9bBxxoRWx4tw6eybb6dp3s5Hdw,57261