amsdal 0.1.16__cp311-cp311-win_amd64.whl → 0.1.17__cp311-cp311-win_amd64.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 (75) hide show
  1. amsdal/__about__.py +1 -1
  2. amsdal/cloud/__init__.cp311-win_amd64.pyd +0 -0
  3. amsdal/cloud/client.cp311-win_amd64.pyd +0 -0
  4. amsdal/cloud/constants.cp311-win_amd64.pyd +0 -0
  5. amsdal/cloud/enums.cp311-win_amd64.pyd +0 -0
  6. amsdal/cloud/models/__init__.cp311-win_amd64.pyd +0 -0
  7. amsdal/cloud/models/base.cp311-win_amd64.pyd +0 -0
  8. amsdal/cloud/models/base.pyi +1 -0
  9. amsdal/cloud/services/__init__.cp311-win_amd64.pyd +0 -0
  10. amsdal/cloud/services/actions/__init__.cp311-win_amd64.pyd +0 -0
  11. amsdal/cloud/services/actions/add_allowlist_ip.cp311-win_amd64.pyd +0 -0
  12. amsdal/cloud/services/actions/add_basic_auth.cp311-win_amd64.pyd +0 -0
  13. amsdal/cloud/services/actions/add_dependency.cp311-win_amd64.pyd +0 -0
  14. amsdal/cloud/services/actions/add_secret.cp311-win_amd64.pyd +0 -0
  15. amsdal/cloud/services/actions/base.cp311-win_amd64.pyd +0 -0
  16. amsdal/cloud/services/actions/create_deploy.cp311-win_amd64.pyd +0 -0
  17. amsdal/cloud/services/actions/create_session.cp311-win_amd64.pyd +0 -0
  18. amsdal/cloud/services/actions/delete_allowlist_ip.cp311-win_amd64.pyd +0 -0
  19. amsdal/cloud/services/actions/delete_basic_auth.cp311-win_amd64.pyd +0 -0
  20. amsdal/cloud/services/actions/delete_dependency.cp311-win_amd64.pyd +0 -0
  21. amsdal/cloud/services/actions/delete_secret.cp311-win_amd64.pyd +0 -0
  22. amsdal/cloud/services/actions/destroy_deploy.cp311-win_amd64.pyd +0 -0
  23. amsdal/cloud/services/actions/expose_db.cp311-win_amd64.pyd +0 -0
  24. amsdal/cloud/services/actions/get_basic_auth_credentials.cp311-win_amd64.pyd +0 -0
  25. amsdal/cloud/services/actions/get_monitoring_info.cp311-win_amd64.pyd +0 -0
  26. amsdal/cloud/services/actions/list_dependencies.cp311-win_amd64.pyd +0 -0
  27. amsdal/cloud/services/actions/list_deploys.cp311-win_amd64.pyd +0 -0
  28. amsdal/cloud/services/actions/list_secrets.cp311-win_amd64.pyd +0 -0
  29. amsdal/cloud/services/actions/manager.cp311-win_amd64.pyd +0 -0
  30. amsdal/cloud/services/actions/signup_action.cp311-win_amd64.pyd +0 -0
  31. amsdal/cloud/services/actions/update_deploy.cp311-win_amd64.pyd +0 -0
  32. amsdal/cloud/services/auth/__init__.cp311-win_amd64.pyd +0 -0
  33. amsdal/cloud/services/auth/base.cp311-win_amd64.pyd +0 -0
  34. amsdal/cloud/services/auth/credentials.cp311-win_amd64.pyd +0 -0
  35. amsdal/cloud/services/auth/manager.cp311-win_amd64.pyd +0 -0
  36. amsdal/cloud/services/auth/signup_service.cp311-win_amd64.pyd +0 -0
  37. amsdal/cloud/services/auth/token.cp311-win_amd64.pyd +0 -0
  38. amsdal/contrib/__init__.cp311-win_amd64.pyd +0 -0
  39. amsdal/contrib/auth/decorators/__init__.py +20 -0
  40. amsdal/contrib/auth/decorators/__init__.pyi +6 -0
  41. amsdal/contrib/auth/lifecycle/consumer.py +34 -11
  42. amsdal/contrib/auth/lifecycle/consumer.pyi +4 -1
  43. amsdal/contrib/auth/settings.py +1 -0
  44. amsdal/contrib/auth/settings.pyi +1 -0
  45. amsdal/fixtures/__init__.cp311-win_amd64.pyd +0 -0
  46. amsdal/fixtures/manager.cp311-win_amd64.pyd +0 -0
  47. amsdal/manager.cp311-win_amd64.pyd +0 -0
  48. amsdal/migration/__init__.cp311-win_amd64.pyd +0 -0
  49. amsdal/migration/base_migration_schemas.cp311-win_amd64.pyd +0 -0
  50. amsdal/migration/data_classes.cp311-win_amd64.pyd +0 -0
  51. amsdal/migration/executors/__init__.cp311-win_amd64.pyd +0 -0
  52. amsdal/migration/executors/base.cp311-win_amd64.pyd +0 -0
  53. amsdal/migration/executors/default_executor.cp311-win_amd64.pyd +0 -0
  54. amsdal/migration/executors/state_executor.cp311-win_amd64.pyd +0 -0
  55. amsdal/migration/file_migration_executor.cp311-win_amd64.pyd +0 -0
  56. amsdal/migration/file_migration_generator.cp311-win_amd64.pyd +0 -0
  57. amsdal/migration/file_migration_store.cp311-win_amd64.pyd +0 -0
  58. amsdal/migration/file_migration_writer.cp311-win_amd64.pyd +0 -0
  59. amsdal/migration/migrations.cp311-win_amd64.pyd +0 -0
  60. amsdal/migration/migrations_loader.cp311-win_amd64.pyd +0 -0
  61. amsdal/migration/schemas_loaders.cp311-win_amd64.pyd +0 -0
  62. amsdal/migration/utils.cp311-win_amd64.pyd +0 -0
  63. amsdal/mixins/__init__.cp311-win_amd64.pyd +0 -0
  64. amsdal/mixins/build_mixin.cp311-win_amd64.pyd +0 -0
  65. amsdal/mixins/class_versions_mixin.cp311-win_amd64.pyd +0 -0
  66. amsdal/operations/__init__.cp311-win_amd64.pyd +0 -0
  67. amsdal/operations/manager.cp311-win_amd64.pyd +0 -0
  68. amsdal/schemas/manager.cp311-win_amd64.pyd +0 -0
  69. amsdal/services/__init__.cp311-win_amd64.pyd +0 -0
  70. amsdal/services/transaction_execution.cp311-win_amd64.pyd +0 -0
  71. {amsdal-0.1.16.dist-info → amsdal-0.1.17.dist-info}/METADATA +2 -2
  72. {amsdal-0.1.16.dist-info → amsdal-0.1.17.dist-info}/RECORD +75 -73
  73. {amsdal-0.1.16.dist-info → amsdal-0.1.17.dist-info}/LICENSE.txt +0 -0
  74. {amsdal-0.1.16.dist-info → amsdal-0.1.17.dist-info}/WHEEL +0 -0
  75. {amsdal-0.1.16.dist-info → amsdal-0.1.17.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.16'
4
+ __version__ = '0.1.17'
Binary file
Binary file
Binary file
Binary file
@@ -50,6 +50,7 @@ class CreateSessionResponse(ResponseBaseModel):
50
50
 
51
51
  class ListDependenciesDetails(BaseModel):
52
52
  dependencies: list[str]
53
+ all: list[str]
53
54
 
54
55
  class ListApplicationDependenciesResponse(ResponseBaseModel):
55
56
  details: ListDependenciesDetails | None
Binary file
@@ -0,0 +1,20 @@
1
+ from collections.abc import Callable
2
+ from functools import wraps
3
+ from typing import Any
4
+
5
+ from amsdal.context.manager import AmsdalContextManager
6
+ from amsdal.contrib.auth.errors import AuthenticationError
7
+
8
+
9
+ def require_auth(func: Callable[..., Any]) -> Callable[..., Any]:
10
+ @wraps(func)
11
+ def wrapper(*args: Any, **kwargs: Any) -> Callable[..., Any]:
12
+ request = AmsdalContextManager().get_context().get('request', None)
13
+
14
+ if not request or not request.user:
15
+ msg = 'Authentication required'
16
+ raise AuthenticationError(msg)
17
+
18
+ return func(*args, **kwargs)
19
+
20
+ return wrapper
@@ -0,0 +1,6 @@
1
+ from amsdal.context.manager import AmsdalContextManager as AmsdalContextManager
2
+ from amsdal.contrib.auth.errors import AuthenticationError as AuthenticationError
3
+ from collections.abc import Callable as Callable
4
+ from typing import Any
5
+
6
+ def require_auth(func: Callable[..., Any]) -> Callable[..., Any]: ...
@@ -89,19 +89,14 @@ class AuthenticateUserConsumer(LifecycleConsumer):
89
89
 
90
90
 
91
91
  class CheckPermissionConsumer(LifecycleConsumer):
92
- def on_event(
93
- self,
94
- object_class: type[Model],
95
- user: Any,
96
- access_types: list[Any], # noqa: ARG002
97
- permissions_info: Any,
98
- ) -> None:
92
+ def _prepopulate_default_permissions(self, object_class: type[Model], permissions_info: Any) -> None:
93
+ from amsdal.contrib.auth.settings import auth_settings
99
94
  from models.contrib.permission import Permission # type: ignore[import-not-found]
100
95
 
101
- permissions_info.has_read_permission = True
102
- permissions_info.has_create_permission = True
103
- permissions_info.has_update_permission = True
104
- permissions_info.has_delete_permission = True
96
+ permissions_info.has_read_permission = not auth_settings.REQUIRE_DEFAULT_AUTHORIZATION
97
+ permissions_info.has_create_permission = not auth_settings.REQUIRE_DEFAULT_AUTHORIZATION
98
+ permissions_info.has_update_permission = not auth_settings.REQUIRE_DEFAULT_AUTHORIZATION
99
+ permissions_info.has_delete_permission = not auth_settings.REQUIRE_DEFAULT_AUTHORIZATION
105
100
 
106
101
  required_permissions = Permission.objects.filter(
107
102
  model=object_class.__name__,
@@ -118,6 +113,11 @@ class CheckPermissionConsumer(LifecycleConsumer):
118
113
  elif required_permission.action == 'delete':
119
114
  permissions_info.has_delete_permission = False
120
115
 
116
+ def _check_class_permissions(self, object_class: type[Model], user: Any, permissions_info: Any) -> None:
117
+ if hasattr(object_class, 'has_permission'):
118
+ for action in ['read', 'create', 'update', 'delete']:
119
+ setattr(permissions_info, f'has_{action}_permission', object_class.has_permission(user, action))
120
+
121
121
  if not user or not getattr(user, 'permissions', None):
122
122
  return
123
123
 
@@ -142,3 +142,26 @@ class CheckPermissionConsumer(LifecycleConsumer):
142
142
  permissions_info.has_create_permission = True
143
143
  permissions_info.has_update_permission = True
144
144
  permissions_info.has_delete_permission = True
145
+
146
+ def _check_object_permissions(self, obj: Model, user: Any, permissions_info: Any) -> None:
147
+ if hasattr(obj, 'has_object_permission'):
148
+ for action in ['read', 'update', 'delete']:
149
+ setattr(
150
+ permissions_info,
151
+ f'has_{action}_permission',
152
+ getattr(permissions_info, f'has_{action}_permission') and obj.has_object_permission(user, action),
153
+ )
154
+
155
+ def on_event(
156
+ self,
157
+ object_class: type[Model],
158
+ user: Any,
159
+ access_types: list[Any], # noqa: ARG002
160
+ permissions_info: Any,
161
+ obj: Model | None = None,
162
+ ) -> None:
163
+ self._prepopulate_default_permissions(object_class, permissions_info)
164
+ self._check_class_permissions(object_class, user, permissions_info)
165
+
166
+ if obj:
167
+ self._check_object_permissions(obj, user, permissions_info)
@@ -13,4 +13,7 @@ class AuthenticateUserConsumer(LifecycleConsumer):
13
13
  def on_event(self, auth_header: str, authentication_info: Any) -> None: ...
14
14
 
15
15
  class CheckPermissionConsumer(LifecycleConsumer):
16
- def on_event(self, object_class: type[Model], user: Any, access_types: list[Any], permissions_info: Any) -> None: ...
16
+ def _prepopulate_default_permissions(self, object_class: type[Model], permissions_info: Any) -> None: ...
17
+ def _check_class_permissions(self, object_class: type[Model], user: Any, permissions_info: Any) -> None: ...
18
+ def _check_object_permissions(self, obj: Model, user: Any, permissions_info: Any) -> None: ...
19
+ def on_event(self, object_class: type[Model], user: Any, access_types: list[Any], permissions_info: Any, obj: Model | None = None) -> None: ...
@@ -15,6 +15,7 @@ class Settings(BaseSettings):
15
15
  ADMIN_USER_PASSWORD: str | None = None
16
16
  AUTH_JWT_KEY: str | None = None
17
17
  AUTH_TOKEN_EXPIRATION: int = 86400
18
+ REQUIRE_DEFAULT_AUTHORIZATION: bool = True
18
19
 
19
20
 
20
21
  auth_settings = Settings()
@@ -7,5 +7,6 @@ class Settings(BaseSettings):
7
7
  ADMIN_USER_PASSWORD: str | None
8
8
  AUTH_JWT_KEY: str | None
9
9
  AUTH_TOKEN_EXPIRATION: int
10
+ REQUIRE_DEFAULT_AUTHORIZATION: bool
10
11
 
11
12
  auth_settings: Incomplete
Binary file
Binary file
Binary file
Binary file
Binary file
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: amsdal
3
- Version: 0.1.16
3
+ Version: 0.1.17
4
4
  Summary: AMSDAL
5
5
  License: AMSDAL End User License Agreement
6
6
 
@@ -130,7 +130,7 @@ 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.1.*
133
- Requires-Dist: amsdal-data[iceberg-lakehouse,postgres] ==0.1.*
133
+ Requires-Dist: amsdal-data[postgres] ==0.1.*
134
134
  Requires-Dist: amsdal-models ==0.1.*
135
135
  Provides-Extra: cli
136
136
  Requires-Dist: amsdal-cli ==0.1.* ; extra == 'cli'
@@ -1,83 +1,83 @@
1
1
  amsdal/Third-Party Materials - AMSDAL Dependencies - License Notices.md,sha256=SexDkipsAqVXdulyF3SWrySH3-8N9aQC0bii87yy78g,63695
2
- amsdal/__about__.py,sha256=1VY0P3HM6F95aq1fGdo7Q-tMsWo3vABB510C9G6pz8I,129
2
+ amsdal/__about__.py,sha256=_ArkSySCIUL4qW_Dy3Cazp5_TRph4VwKLAPN_RUXY_c,129
3
3
  amsdal/__about__.pyi,sha256=xq3DTJlvvVHWjbZ1EvMjKJBpN-UQO3z1Rulqaz2NN6w,18
4
4
  amsdal/__init__.py,sha256=ypS-xvwXkC53iUVSW1dERcXCDWw5hSZhZm9khaTVUJQ,76
5
5
  amsdal/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
6
6
  amsdal/errors.py,sha256=3Pf3wsuAftGu3eD3NNy_lD2POB-Cnd_NBJrhKnyUtkw,647
7
7
  amsdal/errors.pyi,sha256=JqEo8dHOLgEacpbBnpnglFc7Ny-Trb2h7T3gI8CpTlA,609
8
- amsdal/manager.cp311-win_amd64.pyd,sha256=318f9WGuB2yYt8E1yHr--cjb9FmG9aW_TWHQuSVCej0,107008
8
+ amsdal/manager.cp311-win_amd64.pyd,sha256=tzbKBd14_id6Dzi7rjenrS-z495YCDDGXACgCRmLtxE,107008
9
9
  amsdal/manager.pyi,sha256=RfQK4MS7xiXEMVERp9ftDZV7lUs432QEZX0o7FioZTo,4747
10
10
  amsdal/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
11
11
  amsdal/__migrations__/0000_initial.py,sha256=bCKJF2stg6fRSTMhJwSfEGxwZMX7xsuNj_lPD7z8RF8,10521
12
- amsdal/cloud/__init__.cp311-win_amd64.pyd,sha256=qRp-wxVQU-ZZrXP3CCxJziKv-_t08kelhGQmUOsVhng,18944
12
+ amsdal/cloud/__init__.cp311-win_amd64.pyd,sha256=7EzougCoEKg-4czEYMihdA7InLpQD90uKBknNFJilvQ,18944
13
13
  amsdal/cloud/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
14
- amsdal/cloud/client.cp311-win_amd64.pyd,sha256=OOybyCpEfcsdEcN6gZ_iFwldVLFbtvnzBGi1kCkQ7YI,53760
14
+ amsdal/cloud/client.cp311-win_amd64.pyd,sha256=foFGBpfbia1BjpqbiRwGZdPtqv06QohfjGXWl4ddPCs,53760
15
15
  amsdal/cloud/client.pyi,sha256=LT78_VfSs1SIIgA__Snlt0S0Y-GU_r7Ufan3BxbFUzA,606
16
- amsdal/cloud/constants.cp311-win_amd64.pyd,sha256=GqxJ3Oiuemp24qLCP3Wdzx5cm_15a5h1WxQVJtzHueE,32256
16
+ amsdal/cloud/constants.cp311-win_amd64.pyd,sha256=0sW-EIT7sgucWq3iZn3dCY7YoLcoKfUZfR4dffxRMaY,32256
17
17
  amsdal/cloud/constants.pyi,sha256=d85rQXknPSRaUj92i5BopZNBngvNCnHZSY2fgt_45F8,340
18
- amsdal/cloud/enums.cp311-win_amd64.pyd,sha256=4qhVLmHaUAdSKn8Oab3n6bgp82oMq8Q81OBcVzf0zrQ,31744
18
+ amsdal/cloud/enums.cp311-win_amd64.pyd,sha256=qFbbLVx6Zsqn1aKrKXN1Kn4QV911OWlaXq6YjarKam0,31744
19
19
  amsdal/cloud/enums.pyi,sha256=FAxUENdQHXIYpqb_n0tU_j-Fs7GHi7ew5qy3pZoF8DM,458
20
- amsdal/cloud/models/__init__.cp311-win_amd64.pyd,sha256=pUNEj1UrDAml9dAVobXnBIvu_52s_b5La-NHmlbpcPw,18944
20
+ amsdal/cloud/models/__init__.cp311-win_amd64.pyd,sha256=SCh_qJ4aJfWnsSn9QkkpR33iePz9uX9-1kIuzwj-GMA,18944
21
21
  amsdal/cloud/models/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
22
- amsdal/cloud/models/base.cp311-win_amd64.pyd,sha256=8PQiMpoOu3UWNjZsjeJSD8iAQAfDT0LcKsXV65msuC8,46592
23
- amsdal/cloud/models/base.pyi,sha256=ikwgmZyIHzR8duLMettOj2kbpQYyxzX4aUy2BjRHgXg,1973
24
- amsdal/cloud/services/__init__.cp311-win_amd64.pyd,sha256=my1mFLnz3R_sP5Y8HqjOhu0iNLcE2lFFWKyc0HpRrCk,18944
22
+ amsdal/cloud/models/base.cp311-win_amd64.pyd,sha256=VQo9ElEvAm8txRu_caYMbk1Dpdt0PdWAbkRvXKrBdQ0,47104
23
+ amsdal/cloud/models/base.pyi,sha256=8u9A7tj5oDFNEfbttdrSV-3ksm9_E58S7PNCTrn7OmQ,1993
24
+ amsdal/cloud/services/__init__.cp311-win_amd64.pyd,sha256=Z_dO_-5Ako-o-I9LnWdOw_WlhTMQrvbbwMhQLballME,18944
25
25
  amsdal/cloud/services/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
26
- amsdal/cloud/services/actions/__init__.cp311-win_amd64.pyd,sha256=IgVk0YRiUdkWTssPNddhfjccsp7XfQKLBmNFjAsO_9Q,18944
26
+ amsdal/cloud/services/actions/__init__.cp311-win_amd64.pyd,sha256=Cnawf_37S6hlXngDmHlUp-oRIB3sBG2qf65HRKOdhr4,18944
27
27
  amsdal/cloud/services/actions/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
28
- amsdal/cloud/services/actions/add_allowlist_ip.cp311-win_amd64.pyd,sha256=cz67r87NwLlaFXNNOZCgUXc5QYRQwKi9RaKfQOwUc7A,43008
28
+ amsdal/cloud/services/actions/add_allowlist_ip.cp311-win_amd64.pyd,sha256=ig6mMg0ZBmNVeYoz-oXn3LX3uJtAznLSREPOHt3BgW8,43008
29
29
  amsdal/cloud/services/actions/add_allowlist_ip.pyi,sha256=gm21nEDKWa5HkqZ4_t_i0V4uiYgtPk9Crs-XLsOHrtE,271
30
- amsdal/cloud/services/actions/add_basic_auth.cp311-win_amd64.pyd,sha256=Wsa4uSM6B9JRGob6cjxSS-ZIH1ofSv2zDSKSlyq49tU,44544
30
+ amsdal/cloud/services/actions/add_basic_auth.cp311-win_amd64.pyd,sha256=LxdEQQ7aaswJsjkSW1dtVRe08fcvn0YxN5nTgmVppV4,44544
31
31
  amsdal/cloud/services/actions/add_basic_auth.pyi,sha256=4gAUi2Kino_RLUoPaI-KaB-2rKWMZWyBj8uh0sC10v8,395
32
- amsdal/cloud/services/actions/add_dependency.cp311-win_amd64.pyd,sha256=Agn3S1qFBO1DcM7z5piNI1NSAjdYaDDYT4nTQhTl4Io,43008
32
+ amsdal/cloud/services/actions/add_dependency.cp311-win_amd64.pyd,sha256=9zbWEfG-jO1GMbByyuoAYs-vqk5tctE4wxt3dST7Ktc,43008
33
33
  amsdal/cloud/services/actions/add_dependency.pyi,sha256=_ps_Jg-VTFWu_yYyLw4FPafU0NALx_5noMw79WiKe1s,260
34
- amsdal/cloud/services/actions/add_secret.cp311-win_amd64.pyd,sha256=Hs6MO5PXBBnXpHcQw2guzfV4GvCt3CLJa7mftK8-tXs,43520
34
+ amsdal/cloud/services/actions/add_secret.cp311-win_amd64.pyd,sha256=E8-vKldYKxIMUNa3zuGwCJUDt4PS0QTAMSs_opqPn4g,43520
35
35
  amsdal/cloud/services/actions/add_secret.pyi,sha256=fnhgK4rIANPnvs3smZGCAWB3QntUx4Jn5ltOfl4ALn4,272
36
- amsdal/cloud/services/actions/base.cp311-win_amd64.pyd,sha256=kHsJdSjA-2Ry8mAjvaQm6ekAnJvZdkY1AkQjl0U1Bu4,89600
36
+ amsdal/cloud/services/actions/base.cp311-win_amd64.pyd,sha256=3hercC9Bp9qTwcJQHgqjK3r_Y4-3B-Nif5baVH-vvCc,89600
37
37
  amsdal/cloud/services/actions/base.pyi,sha256=Arw4tlhctqGA99tZysxWSDgH8JkVJXmZLVFRy-Luk2k,1840
38
- amsdal/cloud/services/actions/create_deploy.cp311-win_amd64.pyd,sha256=JERXaEwDZUpLy-nZNBAHrECOQe0CtO9Zmd-fwcLomLA,73216
38
+ amsdal/cloud/services/actions/create_deploy.cp311-win_amd64.pyd,sha256=mYa8px4aGzcqyDAuf9JJIKNUuLiqQROH7wHdYoYK3Ok,73216
39
39
  amsdal/cloud/services/actions/create_deploy.pyi,sha256=qnWsJ8k9MVdQslNbLGSwzDAsxuOJSl5IzLm5d5xjyvw,733
40
- amsdal/cloud/services/actions/create_session.cp311-win_amd64.pyd,sha256=HVrXsJgHLkyZKBX7sjMqKdWiYuiqeONZvXU9piKZtEw,43520
40
+ amsdal/cloud/services/actions/create_session.cp311-win_amd64.pyd,sha256=DhGyrK3CdBlWLna15-L35_4wDZJxKXQ7xrm8CoEfWSY,43520
41
41
  amsdal/cloud/services/actions/create_session.pyi,sha256=xHyRVWXXK9OGV0RCYqVV5oXThJQuLGzjwQA5ti1lR4A,287
42
- amsdal/cloud/services/actions/delete_allowlist_ip.cp311-win_amd64.pyd,sha256=9_eR0-BNKF46Plde9tNmYIb8waTAFAjCSADrH2-44IA,43008
42
+ amsdal/cloud/services/actions/delete_allowlist_ip.cp311-win_amd64.pyd,sha256=WxDUExrDtncG2KZBnUi_JIwrv6XTPN5aKcQUjVidfMo,43008
43
43
  amsdal/cloud/services/actions/delete_allowlist_ip.pyi,sha256=hIYW8IuOZghtL8ExMXORQHJHDAMrCIw81D1-eqPcteY,274
44
- amsdal/cloud/services/actions/delete_basic_auth.cp311-win_amd64.pyd,sha256=sz2Ui33JFkIsFa8zNXGWHxKA7tbqrqV0TPadPdBBkws,42496
44
+ amsdal/cloud/services/actions/delete_basic_auth.cp311-win_amd64.pyd,sha256=z41EMeSeyAzIdaD96qDZrO9XKcn17XCyHTrKUmrkPBo,42496
45
45
  amsdal/cloud/services/actions/delete_basic_auth.pyi,sha256=h998ybOys7fhSVo9cu8TF-oOjdX1L-3PsQRW5w4NkIE,241
46
- amsdal/cloud/services/actions/delete_dependency.cp311-win_amd64.pyd,sha256=cboi9w7xZaQVES_A1vaHL-YBDBsiKCdEriij9DzXgLA,43008
46
+ amsdal/cloud/services/actions/delete_dependency.cp311-win_amd64.pyd,sha256=gjBTXUtWXBm5ShpA4iNlbMkLM4z33HqJiYl-JdpgN2U,43008
47
47
  amsdal/cloud/services/actions/delete_dependency.pyi,sha256=oHtUI6SQcL3GBW33OlV2SJQPQae6oySdZQ9VQkw3hYY,263
48
- amsdal/cloud/services/actions/delete_secret.cp311-win_amd64.pyd,sha256=w1K8VxYjbIwYHadXduJeGmuUJaiNnQi1b-NvSh2hxFI,43008
48
+ amsdal/cloud/services/actions/delete_secret.cp311-win_amd64.pyd,sha256=lLYCPPUSWu1IU-dhVYY5tMQaZoDtql8eJiZsS31X1Os,43008
49
49
  amsdal/cloud/services/actions/delete_secret.pyi,sha256=nRJUT4w11Vsa5zwTsgz_4pp3av4sOCsN84L2362zt7s,256
50
- amsdal/cloud/services/actions/destroy_deploy.cp311-win_amd64.pyd,sha256=oIoSe9B8T1OlXwiugVAOH-sgmhvRWF-2CCVIeWTX5Ew,41984
50
+ amsdal/cloud/services/actions/destroy_deploy.cp311-win_amd64.pyd,sha256=xgcAvDXL-HpNMRSBTZRErK8TOQaD_L6ZGzFTX_yj4H8,41984
51
51
  amsdal/cloud/services/actions/destroy_deploy.pyi,sha256=2Z6nxDEzE8PzRXAQug9BykWwC9_EC7_x64a3pOlRBQ4,185
52
- amsdal/cloud/services/actions/expose_db.cp311-win_amd64.pyd,sha256=xe4euvNtWo6mmunDWNgzjYf8tVI54cTFyL8jHg2O_-A,44032
52
+ amsdal/cloud/services/actions/expose_db.cp311-win_amd64.pyd,sha256=vBlR1BM30R9F7uyNA4vi2Rq3ONvbuB6fx0MDsLHc8UQ,44032
53
53
  amsdal/cloud/services/actions/expose_db.pyi,sha256=0abgogeAJDAb9eyDaLdjcbj_ObhGvh-MpfB3iL-B1x8,299
54
- amsdal/cloud/services/actions/get_basic_auth_credentials.cp311-win_amd64.pyd,sha256=Agc_WfjquF-3fKfSgKovvwz1PBvO60tMa4f8WEhKihM,44032
54
+ amsdal/cloud/services/actions/get_basic_auth_credentials.cp311-win_amd64.pyd,sha256=2dprP1avfGgDmz66SkH6EOVoHipwMFDWeWzUM2BOSM0,44032
55
55
  amsdal/cloud/services/actions/get_basic_auth_credentials.pyi,sha256=WZmT9-DDXEAkwE-nLZ9_SpxnwR81R_wArTfm2nDLfT0,348
56
- amsdal/cloud/services/actions/get_monitoring_info.cp311-win_amd64.pyd,sha256=NZlvpzjrCyUQXnn_fJIju9aq8qq75vtYWsCgAR0O1gw,43520
56
+ amsdal/cloud/services/actions/get_monitoring_info.cp311-win_amd64.pyd,sha256=hr9_64xtV9HzNCCPthFwlx2TyrepO6C78oADURuRehc,43520
57
57
  amsdal/cloud/services/actions/get_monitoring_info.pyi,sha256=6H-5fUaBqYVtjiWn2dDe5e-zUyZ-zigUOscYPq61Qx8,357
58
- amsdal/cloud/services/actions/list_dependencies.cp311-win_amd64.pyd,sha256=HvWomK1dwA4gasyEE8lJJk63cvG-gBxBrbghehwqksE,44544
58
+ amsdal/cloud/services/actions/list_dependencies.cp311-win_amd64.pyd,sha256=o2fQ_JQeC2gkNvw9V7rGycwfxSXRhLNl2TrDEA8-oSI,44544
59
59
  amsdal/cloud/services/actions/list_dependencies.pyi,sha256=QMZNiQeNJYjCy3--5W1AP--v0x74CmyGaYL6diOQ_Ho,350
60
- amsdal/cloud/services/actions/list_deploys.cp311-win_amd64.pyd,sha256=P95FAsK02BwjI2W5IL6FhIUTlypFbRXI129E8pzs9QA,43520
60
+ amsdal/cloud/services/actions/list_deploys.cp311-win_amd64.pyd,sha256=UOcB4EiSh0cuJWtn3vp2n0voo-6FeinGXbc8BCuljIs,43520
61
61
  amsdal/cloud/services/actions/list_deploys.pyi,sha256=ud_ILuJnQIZPGOf_4dPFB5JJJ-MgLSW6XxG3NpabeOs,282
62
- amsdal/cloud/services/actions/list_secrets.cp311-win_amd64.pyd,sha256=aXb1YpLi4nzyOUJoxI8cPDF5JYO59eRAAINy0akedw0,45056
62
+ amsdal/cloud/services/actions/list_secrets.cp311-win_amd64.pyd,sha256=tszxj7oX6fq5q3ZS83r27CNSogrbt9RVAZQS5aSY3pI,45056
63
63
  amsdal/cloud/services/actions/list_secrets.pyi,sha256=Ov-WNoy_o06QrGCjDElfaASQUjfGW4wRaHyMYq4ho5o,360
64
- amsdal/cloud/services/actions/manager.cp311-win_amd64.pyd,sha256=VaG-xT3Ka6Y57R8w-9upyr9j8SXzcwORXVcB_ExfVcs,93184
64
+ amsdal/cloud/services/actions/manager.cp311-win_amd64.pyd,sha256=MD44h3SeWZbnpUoMd9q82LZCwiEyHnbKV68B_e-W7Vs,93184
65
65
  amsdal/cloud/services/actions/manager.pyi,sha256=_yVG24dPrlTfsI4U6yXk9Mda31zV34tT3pTXLghOcQY,4465
66
- amsdal/cloud/services/actions/signup_action.cp311-win_amd64.pyd,sha256=vvPx7EAZSXxKc_HejUcW0UQA8mvswymujbDjK8yDsPw,41984
66
+ amsdal/cloud/services/actions/signup_action.cp311-win_amd64.pyd,sha256=vWMC1WPZAFJVJVBAf1diHB2dbO7KdfIHITAJ15CGwuY,41984
67
67
  amsdal/cloud/services/actions/signup_action.pyi,sha256=n3QYPzJJhC4u-DkWgquGKT1ySeObn4GSmaZgo-Bxqq8,309
68
- amsdal/cloud/services/actions/update_deploy.cp311-win_amd64.pyd,sha256=UHwiI6jnR0ZX2emmL1uyiR81nVK4okAQIpNxhlzL8AQ,44032
68
+ amsdal/cloud/services/actions/update_deploy.cp311-win_amd64.pyd,sha256=nGJza0fgMSrca4oadqqD8zfbDZldhZ5lIwkPxEvUqdQ,44032
69
69
  amsdal/cloud/services/actions/update_deploy.pyi,sha256=1gGryEiMGbFA0xlLR2PDS5ai1ImorjYoz-Cprbik2rs,301
70
- amsdal/cloud/services/auth/__init__.cp311-win_amd64.pyd,sha256=HN4Rz3KIos6i8uxrgwEJl1d3NcBxrDaEfQFbbp9oWCo,18944
70
+ amsdal/cloud/services/auth/__init__.cp311-win_amd64.pyd,sha256=l1e1h7kZn7oLxs4gwMEHIOqTY_4yVwqKaXN_Udj_4fI,18944
71
71
  amsdal/cloud/services/auth/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
72
- amsdal/cloud/services/auth/base.cp311-win_amd64.pyd,sha256=PXPFgfIGST39h68h-oARjCVPf2QgxGr9L0dzoZ3RoU0,38912
72
+ amsdal/cloud/services/auth/base.cp311-win_amd64.pyd,sha256=gnnKF1MEpTGnPBYtlwWwUd4u0ZC-O-_dffDkivZ_qKg,38912
73
73
  amsdal/cloud/services/auth/base.pyi,sha256=c38fkpQ6UbtQ6bHLpE213cDcu58JzpsW3fyQDqFGUO8,173
74
- amsdal/cloud/services/auth/credentials.cp311-win_amd64.pyd,sha256=mKvOMDsoWdzV_iMRq_AKNT7HOOkpqEUzdi2mwh7c4Bo,76288
74
+ amsdal/cloud/services/auth/credentials.cp311-win_amd64.pyd,sha256=upDHMl45XS01QQTZ3LD6gH2B6I1xMJSG8SIk1r2R6-Y,76288
75
75
  amsdal/cloud/services/auth/credentials.pyi,sha256=pSX5rcJcu49o5UvG1KeFYRBTlEKN3VfPHFBY5IDG4tM,1136
76
- amsdal/cloud/services/auth/manager.cp311-win_amd64.pyd,sha256=-gT0Szz7ntzw6oSbz5A1LqaVF-a-5eR0-zfHsFz2bAA,50176
76
+ amsdal/cloud/services/auth/manager.cp311-win_amd64.pyd,sha256=mqzD6igiMzUkm1O5FIiRG1eQAPfJLrRL82qqb3hlgdA,50176
77
77
  amsdal/cloud/services/auth/manager.pyi,sha256=WWe7T13eQ8A8vRNk6pV-fPfCAT6cNZajVM7AFA08XZ0,761
78
- amsdal/cloud/services/auth/signup_service.cp311-win_amd64.pyd,sha256=4MBLJGof9INqgX6wpVqSaIyMUFzGh48y8sGOYC_pEh0,59392
78
+ amsdal/cloud/services/auth/signup_service.cp311-win_amd64.pyd,sha256=hPzvAD2q5z08r5LwqzhfnS1xnvRQWF31wo4e6LEqmEw,59392
79
79
  amsdal/cloud/services/auth/signup_service.pyi,sha256=cVA-X7ZhB5g7kkfIfeRUaROPZpu4U2LmmCdQap0SCHg,537
80
- amsdal/cloud/services/auth/token.cp311-win_amd64.pyd,sha256=PLapYqwj_Ivvfk-r8WePtlSuliFUGLN8oyMsnLByFLU,65536
80
+ amsdal/cloud/services/auth/token.cp311-win_amd64.pyd,sha256=4GnY_GhyDnmIYtSGFhE_55pO3dwPUQXz29QjgvoElLE,65536
81
81
  amsdal/cloud/services/auth/token.pyi,sha256=KW9Ea7DeMHtw_SZHaYhec5SHTvm4YIxpmDRwp1Muy3A,647
82
82
  amsdal/configs/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
83
83
  amsdal/configs/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
@@ -89,7 +89,7 @@ amsdal/context/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
89
89
  amsdal/context/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
90
90
  amsdal/context/manager.py,sha256=0M4RTDmxM52TY9UkbbumMdx4RX2UJWvlPJK5Xzu6Eg8,750
91
91
  amsdal/context/manager.pyi,sha256=IYF58REJLEPhOYk8hA-Zht_HSI8RvZDGJWQ-96LadeQ,369
92
- amsdal/contrib/__init__.cp311-win_amd64.pyd,sha256=GSJZnnQss7D2wht0YlIAAC28YRVKwqXv5x4FzSJLcfo,18944
92
+ amsdal/contrib/__init__.cp311-win_amd64.pyd,sha256=ro08R6_9ucyuGC99ZJ6WF33vX1Ek59M0JOqry6uskV4,18944
93
93
  amsdal/contrib/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
94
94
  amsdal/contrib/app_config.py,sha256=5CQQRNmyxy581Py0wxdrzlTTfntDQA5hhP0xa83wNF8,138
95
95
  amsdal/contrib/app_config.pyi,sha256=eGXOXlkuTFvl85K6zVZsdqRpSL3bTu7YIwUhf28BU2M,155
@@ -99,12 +99,14 @@ amsdal/contrib/auth/app.py,sha256=mTy_p5L_rBcT0vYoNA3dct16DfrTM0qFxG4Qbm1xRtU,80
99
99
  amsdal/contrib/auth/app.pyi,sha256=_Vr3RJf4_KxhgQuC32i5x5i2sYsedMHR7sEBO2CxAIM,134
100
100
  amsdal/contrib/auth/errors.py,sha256=WJkUPN39EUp-36fg5EO2OxsxZrloUocEKi_jtlVfUO8,141
101
101
  amsdal/contrib/auth/errors.pyi,sha256=7nbk7Uhj-u-QqzlqRrsBexOTvVWFn1tOJSzs5zeVtMo,135
102
- amsdal/contrib/auth/settings.py,sha256=Tas7YwBFFoOqaf7eB85364hm4o8NTmFntjwRXaq2xjc,520
103
- amsdal/contrib/auth/settings.pyi,sha256=AIKqGDQdZ7sajqSuIL25OG_tSLSlke1pVYGrW1bpnco,303
102
+ amsdal/contrib/auth/settings.py,sha256=cHnmcUGOLm8aFiMQLypFfQIN8tI7r3CKyLx-emBe72Q,568
103
+ amsdal/contrib/auth/settings.pyi,sha256=69xpFkjlyZGp0Svj_BrJxIOZ0tik_Vg2ng7Ca68UXWc,344
104
+ amsdal/contrib/auth/decorators/__init__.py,sha256=M4IOUlrjDcuYUdwKsgjgzNsra7AJE83cGXYM6AyiyWw,641
105
+ amsdal/contrib/auth/decorators/__init__.pyi,sha256=0nb-OZ9k2KPZCc1rfcrDcj1QVE0XuMfNCMtIsdfcH5U,311
104
106
  amsdal/contrib/auth/lifecycle/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
105
107
  amsdal/contrib/auth/lifecycle/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
106
- amsdal/contrib/auth/lifecycle/consumer.py,sha256=xX_X8AhbJYCAzPZyHavVzVYu8QiROowCwI-x46rovUw,5685
107
- amsdal/contrib/auth/lifecycle/consumer.pyi,sha256=GpSO4mqF8t1_inafItPERDqnEDjK18UAYP2p8R3JGCA,682
108
+ amsdal/contrib/auth/lifecycle/consumer.py,sha256=Lh7mY2gEhpFcwUb94laCPGyTOi3xxGyicqlycku8Eno,7118
109
+ amsdal/contrib/auth/lifecycle/consumer.pyi,sha256=Y6kkE4EBOY9Vg0atSrc2TI9tj4HPSgCnk3qms1UVKno,1033
108
110
  amsdal/contrib/auth/migrations/0000_initial.py,sha256=edEIXxfmyGKatzZhcnTzCgsVtjY7kGraW_ZS63SCYpg,4879
109
111
  amsdal/contrib/auth/models/login_session/model.json,sha256=jmi-eU_aXaa8e1eyNcNa4N7rPeVKhDI_NR56IwCF-E8,397
110
112
  amsdal/contrib/auth/models/login_session/hooks/pre_init.py,sha256=elbbPirSsOMfulWK-c3IissAHN74-nQAO44SIEWg5J0,1718
@@ -147,39 +149,39 @@ amsdal/contrib/frontend_configs/models/frontend_model_config/model.json,sha256=6
147
149
  amsdal/contrib/frontend_configs/models/frontend_model_config/fixtures/permissions.json,sha256=cnv_GbhIex6GalwmEKLemkaLvgwHE2ZNPSJfEIWurYY,667
148
150
  amsdal/contrib/frontend_configs/models/frontent_config_control_action/model.json,sha256=ZzYurM5zkjsyOFU3VLn_mU3D10HrdKTYCB1wEJE41tc,1440
149
151
  amsdal/contrib/frontend_configs/models/frontent_config_control_action/properties/action_validate.py,sha256=xTzvmfU9-7JUoEhXJ13gPqJHInmhaEbcF51dcMO0mhA,558
150
- amsdal/fixtures/__init__.cp311-win_amd64.pyd,sha256=ai5rXha7qtcuW5QseVsQR1HFoh9v-vXhyul56EmzE1M,18944
152
+ amsdal/fixtures/__init__.cp311-win_amd64.pyd,sha256=I6cehQTUwGJtWRaNzqjzdIdd8CrkRpb88odLm8kOYQo,18944
151
153
  amsdal/fixtures/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
152
- amsdal/fixtures/manager.cp311-win_amd64.pyd,sha256=95KHHlXZKV0pf1gCQ0q1kqtiDfpZYiUBO2bmyGyCYlM,125952
154
+ amsdal/fixtures/manager.cp311-win_amd64.pyd,sha256=x0XnXhdSDGkJneCqjtrYuC5SUum-IrNEPfsX9PwX_iU,125952
153
155
  amsdal/fixtures/manager.pyi,sha256=wLsENaF3sNwKGWF7jC9btf2FOatMNzytNK3KKZOsO04,1643
154
- amsdal/migration/__init__.cp311-win_amd64.pyd,sha256=ZgOtGkguEBkgW5BCvLZBJxVZy6B1yh2WEZ89xo1F0AE,18944
156
+ amsdal/migration/__init__.cp311-win_amd64.pyd,sha256=Q7Kp0Kz7v2b1wlV5dy718uheZGnCEFsSf7fDdlm3y9Y,18944
155
157
  amsdal/migration/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
156
- amsdal/migration/base_migration_schemas.cp311-win_amd64.pyd,sha256=A7A555Uo4YCFTu6UrEu0A9LLBkTWCTf8YO-Bz8nh3m4,145920
158
+ amsdal/migration/base_migration_schemas.cp311-win_amd64.pyd,sha256=6C5ebdv0EGNSX1pwrgKeV7xVRZ0a9E2e4-OW0zL3P4c,145920
157
159
  amsdal/migration/base_migration_schemas.pyi,sha256=rMPE_Q_LxfxAsvGU3az5oztoKjI59oqRDq6qsFl1ETA,2405
158
- amsdal/migration/data_classes.cp311-win_amd64.pyd,sha256=7t4_bjtNN-6PCy1BELwTLV-7YcXAah4UT9dHFqAUVWE,55808
160
+ amsdal/migration/data_classes.cp311-win_amd64.pyd,sha256=XqXA-XYbugLc8pt3k0WQgNsi8Yvz5OS-IaQWTzrwwMw,55808
159
161
  amsdal/migration/data_classes.pyi,sha256=avzMvfFwyDyqbAi5rniZBKcwGjSL3OXkh-wDAL7_a_k,2193
160
- amsdal/migration/file_migration_executor.cp311-win_amd64.pyd,sha256=Z9s1wbqD2G3vxdXpdehYJ17-hD3TvN0yr3M704grhYA,106496
162
+ amsdal/migration/file_migration_executor.cp311-win_amd64.pyd,sha256=E8xf4e6wSCjlbbsrnM3_SxvMJkH5xcNV4bTfeuWy144,106496
161
163
  amsdal/migration/file_migration_executor.pyi,sha256=oaaXkES1mOokPyIjS6xCyMgakhUtJuG0kgB_mG4UlMA,2671
162
- amsdal/migration/file_migration_generator.cp311-win_amd64.pyd,sha256=EW49qPfFHIB9KZhhZJ8nBl7gyW4A-Hz8qIZLrKQm0b0,119296
164
+ amsdal/migration/file_migration_generator.cp311-win_amd64.pyd,sha256=56NmuNtlcoTEz4qJuSHVCp8vo-865glpPLO7azNrZyo,119296
163
165
  amsdal/migration/file_migration_generator.pyi,sha256=1QqocJnTgdj4lKriEOVx7sJm16uvh6bUsjdzW3Qx2YI,3053
164
- amsdal/migration/file_migration_store.cp311-win_amd64.pyd,sha256=draQX_RBgCqtwQMZaVo2gWcTy65wblkp6a-980iYGZE,110080
166
+ amsdal/migration/file_migration_store.cp311-win_amd64.pyd,sha256=_PDymscs5eK0uzNC22aFr3iuxGOK2864Z8CWrSDXRx8,110080
165
167
  amsdal/migration/file_migration_store.pyi,sha256=H5sQb7vLwLmYp6aZVq1PSRYr-4fwBelV16w9NWXws_g,1732
166
- amsdal/migration/file_migration_writer.cp311-win_amd64.pyd,sha256=-V_wF2L21d4OQH901HhdWaRU3vgFVJy_Mfr2rmNdhxc,69120
168
+ amsdal/migration/file_migration_writer.cp311-win_amd64.pyd,sha256=XGJKe1mRMCyBMBIhYe7ntwlj_7V7iXMms9MIqmOv75s,69120
167
169
  amsdal/migration/file_migration_writer.pyi,sha256=M1_PKr8d_Z_dnOY9RuuqAO5G8g-E6RwgE7TkYV4G-ds,746
168
- amsdal/migration/migrations.cp311-win_amd64.pyd,sha256=55aob2aXl_RSUgIf2VOItlKwnSuply6FUqOP-2kz6aw,77312
170
+ amsdal/migration/migrations.cp311-win_amd64.pyd,sha256=emVdRXSNmGD0pXijRIO4I6gLWKME8tD1AHu8Q702Hvg,77312
169
171
  amsdal/migration/migrations.pyi,sha256=UPq9itWhmAYqJfnKJzKT8o7jD41KEjoDrYCx8iU73N0,2693
170
- amsdal/migration/migrations_loader.cp311-win_amd64.pyd,sha256=5BzLUCyNn486ATtlTi0wOc3wYNlJCgpeW5XLAaj1FVo,56832
172
+ amsdal/migration/migrations_loader.cp311-win_amd64.pyd,sha256=0449u05qTNpxds1vNq6jruv_3LRQlvQx0e-yZXtFBEE,56832
171
173
  amsdal/migration/migrations_loader.pyi,sha256=mmEKjFl5aQKliCm9At3vVk1WwMghpCTB-alkR_UqRow,708
172
- amsdal/migration/schemas_loaders.cp311-win_amd64.pyd,sha256=xjE92k1JrOqZEntWgzqA8c-QXxnLzHNty1a938Xkqjg,79360
174
+ amsdal/migration/schemas_loaders.cp311-win_amd64.pyd,sha256=QuAtbvrTfCNRAODGhJ42m0HjGNt2gYc1M5N0oKjT2I0,79360
173
175
  amsdal/migration/schemas_loaders.pyi,sha256=URZy1YOB_REy2ksYJ5C-DSkmPqyek5DmWK3xu5ODa14,1221
174
- amsdal/migration/utils.cp311-win_amd64.pyd,sha256=xW1Nc9OXQmOkr7tdqhTTsf2hOwOa6riEsqfuwjm-T1A,87040
176
+ amsdal/migration/utils.cp311-win_amd64.pyd,sha256=ji1pdiexlNmFn3PFtesdHNvT3W8iCwIFvVGPQAVkPmM,87040
175
177
  amsdal/migration/utils.pyi,sha256=fQoeU5Be1kU8ReqM2HifsbLK9tkysEEltqJViMfAF2Q,1427
176
- amsdal/migration/executors/__init__.cp311-win_amd64.pyd,sha256=s8F5tXQeuNooHcZSLSu5wf_2z8TCvY19AejT3HJmrJ0,18944
178
+ amsdal/migration/executors/__init__.cp311-win_amd64.pyd,sha256=e0E2OajbiN749cNiiPh54XSE_PDy4F8uD51D8FC1WIw,18944
177
179
  amsdal/migration/executors/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
178
- amsdal/migration/executors/base.cp311-win_amd64.pyd,sha256=n9S6y9hEjXVv8Vi4q-2DWg9zCrz8k7RH8iLfH7fD7Yg,94720
180
+ amsdal/migration/executors/base.cp311-win_amd64.pyd,sha256=c4j1pU5iyoUMv0SObhy1umFSQ-9o69PFZq0XHqNA78w,94720
179
181
  amsdal/migration/executors/base.pyi,sha256=4C41V2m3xd35MoBEB3KrFd2_aovuSY8ZBYg07rnMTgQ,2155
180
- amsdal/migration/executors/default_executor.cp311-win_amd64.pyd,sha256=uxVH8WEb8OKoL1vTuHhJ2LdzlQuvUCUHH1Iv_qxemso,147456
182
+ amsdal/migration/executors/default_executor.cp311-win_amd64.pyd,sha256=fslsRSPWJQ0xsSOKFIMI1LDQAOpYevSaYcl8Ao_qt0c,147456
181
183
  amsdal/migration/executors/default_executor.pyi,sha256=qRd9oe6-JIcij-NoyAI3iI--i7Zs-XStW0aZZYomCxk,1926
182
- amsdal/migration/executors/state_executor.cp311-win_amd64.pyd,sha256=7kf8ud0d9ZxHpxGx00RjUtQS8kOXAIA7uPSGzbTsWCA,65536
184
+ amsdal/migration/executors/state_executor.cp311-win_amd64.pyd,sha256=PLXQyk2FDPCredAu7kJN9Qtx9M7k8C6Q0iZmRESCiuU,65536
183
185
  amsdal/migration/executors/state_executor.pyi,sha256=C4LL_rrC86GjCP_iitntRMM1W1eO-HzRo8hiO4p5scw,1017
184
186
  amsdal/migration/templates/data_migration.tmpl,sha256=vygjPQZ1PweuxQ__sbnEKVoKMTuv-JBvMK9DWENkojM,454
185
187
  amsdal/migration/templates/dict_validator.tmpl,sha256=7sep4K1NiJgR2odyAIBmaBf0Mlmb9mXNQFTCXLD54Qk,177
@@ -187,19 +189,19 @@ amsdal/migration/templates/migration.tmpl,sha256=YU_glribPFcCYUPhUnrbm2_lQyYitWJ
187
189
  amsdal/migration/templates/model_class.tmpl,sha256=KaZ6ZfJjZ7UI73dj37iT5IDunQAwuM2_11IC4g8SAv8,233
188
190
  amsdal/migration/templates/model_class_layout.tmpl,sha256=tGIx9Hl1XNtipU4U-KmFe76bPD4WXQBqYL4tXN7m5yA,730
189
191
  amsdal/migration/templates/options_validator.tmpl,sha256=yqZcwO3yOj-_FdMD2xmiz2RiFqyE1yjiaxde5h9f_Mk,209
190
- amsdal/mixins/__init__.cp311-win_amd64.pyd,sha256=rDP1R3Lz7TlfJIBgIG1r50TqzYGRi3pcs5BLs1xb1aY,18944
192
+ amsdal/mixins/__init__.cp311-win_amd64.pyd,sha256=g8ZNU3oHAlt39zUXhCh1EU8WlMvJr4_C2BWk51TXNYg,18944
191
193
  amsdal/mixins/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
192
- amsdal/mixins/build_mixin.cp311-win_amd64.pyd,sha256=jS9retckUOfvDwy2jKCPt9oQSxeA3g90jGWZT47DLb0,102400
194
+ amsdal/mixins/build_mixin.cp311-win_amd64.pyd,sha256=mmQmxN2GLX1o8lEd1MhUnq_cqu6cSW6Bvy8dzyrJQGE,102400
193
195
  amsdal/mixins/build_mixin.pyi,sha256=ImqVy0G3u0hKRa-0V-VIEMAh_MUWQ9pPVh5qSMdPxrA,1057
194
- amsdal/mixins/class_versions_mixin.cp311-win_amd64.pyd,sha256=gF25rRknNZWasyO18XEnRBxm-L2qFjF8anv9d5vyUj8,77312
196
+ amsdal/mixins/class_versions_mixin.cp311-win_amd64.pyd,sha256=OU1GxVohGaKoAw-7SlOa2b8-iGqs0cOg9yqPLyq-dW0,77312
195
197
  amsdal/mixins/class_versions_mixin.pyi,sha256=lmiVrrjpMFqZq3GIRqRWQAuikJj0qutzVDCNJK2If4w,455
196
- amsdal/operations/__init__.cp311-win_amd64.pyd,sha256=Ul9rOw10wZHwgnppOlmFSepm0cjzR1VVLtitYrd-mPg,18944
198
+ amsdal/operations/__init__.cp311-win_amd64.pyd,sha256=jFqeQLAMNLySkkCGnz6ELUmW8rMR1JQFH2h66UbYbAI,18944
197
199
  amsdal/operations/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
198
- amsdal/operations/manager.cp311-win_amd64.pyd,sha256=0E-7k0uxxvLfNeYwG5Hx0_kZCh38I0zv2OgqE037-LE,131072
200
+ amsdal/operations/manager.cp311-win_amd64.pyd,sha256=OGyrnnt6KmDgWtZ1-FU3nz-VsTbbnBwPvytIWijsJDs,131072
199
201
  amsdal/operations/manager.pyi,sha256=-yxSvP_rGyr_oIogygpHrPMIg73m8LWz-fY_WLvZUmA,1987
200
202
  amsdal/schemas/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
201
203
  amsdal/schemas/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
202
- amsdal/schemas/manager.cp311-win_amd64.pyd,sha256=7ik2aPqvVzc0p1aFE_qUqbfW3QwelCOUHV_fgpNRfak,62976
204
+ amsdal/schemas/manager.cp311-win_amd64.pyd,sha256=M8M29dR_-GNKaldLLBblic4dsFY0k-IfN3JTUoEWk1Y,62976
203
205
  amsdal/schemas/manager.py,sha256=8gLX2pXCdEbzjuYAhiOhVPXKG4xUx2l7MnBMkVFhDOI,2666
204
206
  amsdal/schemas/manager.pyi,sha256=df2wsvatj5NWukNuP6sRXMy5GF9VRKdNg9sOiJoPQrY,800
205
207
  amsdal/schemas/core/class_object/model.json,sha256=KA_QKEUB1S4rqHM1GyGiOw4COQ8FCKdUjSmga5tQ4IY,583
@@ -226,16 +228,16 @@ amsdal/schemas/types/dictionary/model.json,sha256=vEJrhthRSKhhNROWvgGfwidp1yMXJi
226
228
  amsdal/schemas/types/number/model.json,sha256=4GSLWvGGLSug8ElA324ZVVHQgGG2W2lIhCQiIcenwXs,137
227
229
  amsdal/schemas/types/object/model.json,sha256=sCHu1so5eUDf254OYzaLSAwHyjWN80AS32uLzzbQVNc,1018
228
230
  amsdal/schemas/types/string/model.json,sha256=RX2h7G_x4UesXZkS5IayJhEj7sT3cQIk9tdZWImG67I,135
229
- amsdal/services/__init__.cp311-win_amd64.pyd,sha256=3SflZ8SUKADKTFuwuLABdTyBkqkaLGNnUBCWwk1ERuw,18944
231
+ amsdal/services/__init__.cp311-win_amd64.pyd,sha256=UChEXKpn5OYg1XyyZfDUztMv7V7gDlJXUD2zyfrxNFg,18944
230
232
  amsdal/services/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
231
- amsdal/services/transaction_execution.cp311-win_amd64.pyd,sha256=YvsdAx4HvcaZ3G-sSL4tlp7oTMpo7ZRg6LcU51K1A60,115200
233
+ amsdal/services/transaction_execution.cp311-win_amd64.pyd,sha256=-emdMcltTRPSd_MMFRZ5K4Ia4qEIJbbB7lUWdqCpwro,115200
232
234
  amsdal/services/transaction_execution.pyi,sha256=351rB3AhwpwJL4cV9DnexIF2aZi0xtgy4nfsXL6_Mas,1404
233
235
  amsdal/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
234
236
  amsdal/utils/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
235
237
  amsdal/utils/contrib_paths.py,sha256=9U4bhahUofxyACs41733eeeq5Eu6Bqr6NdugKFSDBaw,435
236
238
  amsdal/utils/contrib_paths.pyi,sha256=D4Tty_nl8xU9gH7R50AwMVbOL1y0PLlzj4diE-ivvZk,136
237
- amsdal-0.1.16.dist-info/LICENSE.txt,sha256=V_jFl3XPnSEoTM0teoMKDy5i1xmso1IcmjXdf6z_yYY,27462
238
- amsdal-0.1.16.dist-info/METADATA,sha256=Vs3VkqfiWicWEs-8qDIQvVAfDhXSTnFd-ck46R0JAGE,57642
239
- amsdal-0.1.16.dist-info/WHEEL,sha256=ircjsfhzblqgSzO8ow7-0pXK-RVqDqNRGQ8F650AUNM,102
240
- amsdal-0.1.16.dist-info/top_level.txt,sha256=VPQLnOP3mf7q0JuQ_vPZYQyPNGKd_uc6ouz-hZRkhSk,7
241
- amsdal-0.1.16.dist-info/RECORD,,
239
+ amsdal-0.1.17.dist-info/LICENSE.txt,sha256=V_jFl3XPnSEoTM0teoMKDy5i1xmso1IcmjXdf6z_yYY,27462
240
+ amsdal-0.1.17.dist-info/METADATA,sha256=al0mkFEL1f09ug_D92uZPHLSUfwiazXDt_lL_5SgzXM,57624
241
+ amsdal-0.1.17.dist-info/WHEEL,sha256=ircjsfhzblqgSzO8ow7-0pXK-RVqDqNRGQ8F650AUNM,102
242
+ amsdal-0.1.17.dist-info/top_level.txt,sha256=VPQLnOP3mf7q0JuQ_vPZYQyPNGKd_uc6ouz-hZRkhSk,7
243
+ amsdal-0.1.17.dist-info/RECORD,,