amsdal 0.1.26__cp311-cp311-win_amd64.whl → 0.1.27__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 (161) 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/client.pyi +46 -2
  5. amsdal/cloud/constants.cp311-win_amd64.pyd +0 -0
  6. amsdal/cloud/enums.cp311-win_amd64.pyd +0 -0
  7. amsdal/cloud/enums.pyi +46 -0
  8. amsdal/cloud/models/__init__.cp311-win_amd64.pyd +0 -0
  9. amsdal/cloud/models/base.cp311-win_amd64.pyd +0 -0
  10. amsdal/cloud/models/base.pyi +156 -0
  11. amsdal/cloud/services/__init__.cp311-win_amd64.pyd +0 -0
  12. amsdal/cloud/services/actions/__init__.cp311-win_amd64.pyd +0 -0
  13. amsdal/cloud/services/actions/add_allowlist_ip.cp311-win_amd64.pyd +0 -0
  14. amsdal/cloud/services/actions/add_allowlist_ip.pyi +16 -1
  15. amsdal/cloud/services/actions/add_basic_auth.cp311-win_amd64.pyd +0 -0
  16. amsdal/cloud/services/actions/add_basic_auth.pyi +17 -1
  17. amsdal/cloud/services/actions/add_dependency.cp311-win_amd64.pyd +0 -0
  18. amsdal/cloud/services/actions/add_dependency.pyi +16 -1
  19. amsdal/cloud/services/actions/add_secret.cp311-win_amd64.pyd +0 -0
  20. amsdal/cloud/services/actions/add_secret.pyi +17 -1
  21. amsdal/cloud/services/actions/base.cp311-win_amd64.pyd +0 -0
  22. amsdal/cloud/services/actions/base.pyi +71 -3
  23. amsdal/cloud/services/actions/create_deploy.cp311-win_amd64.pyd +0 -0
  24. amsdal/cloud/services/actions/create_deploy.pyi +33 -3
  25. amsdal/cloud/services/actions/create_env.cp311-win_amd64.pyd +0 -0
  26. amsdal/cloud/services/actions/create_env.pyi +15 -1
  27. amsdal/cloud/services/actions/create_session.cp311-win_amd64.pyd +0 -0
  28. amsdal/cloud/services/actions/create_session.pyi +13 -1
  29. amsdal/cloud/services/actions/delete_allowlist_ip.cp311-win_amd64.pyd +0 -0
  30. amsdal/cloud/services/actions/delete_allowlist_ip.pyi +16 -1
  31. amsdal/cloud/services/actions/delete_basic_auth.cp311-win_amd64.pyd +0 -0
  32. amsdal/cloud/services/actions/delete_basic_auth.pyi +17 -1
  33. amsdal/cloud/services/actions/delete_dependency.cp311-win_amd64.pyd +0 -0
  34. amsdal/cloud/services/actions/delete_dependency.pyi +18 -1
  35. amsdal/cloud/services/actions/delete_env.cp311-win_amd64.pyd +0 -0
  36. amsdal/cloud/services/actions/delete_env.pyi +17 -1
  37. amsdal/cloud/services/actions/delete_secret.cp311-win_amd64.pyd +0 -0
  38. amsdal/cloud/services/actions/delete_secret.pyi +18 -1
  39. amsdal/cloud/services/actions/destroy_deploy.cp311-win_amd64.pyd +0 -0
  40. amsdal/cloud/services/actions/destroy_deploy.pyi +15 -1
  41. amsdal/cloud/services/actions/expose_db.cp311-win_amd64.pyd +0 -0
  42. amsdal/cloud/services/actions/expose_db.pyi +18 -1
  43. amsdal/cloud/services/actions/get_basic_auth_credentials.cp311-win_amd64.pyd +0 -0
  44. amsdal/cloud/services/actions/get_basic_auth_credentials.pyi +17 -1
  45. amsdal/cloud/services/actions/get_monitoring_info.cp311-win_amd64.pyd +0 -0
  46. amsdal/cloud/services/actions/get_monitoring_info.pyi +17 -1
  47. amsdal/cloud/services/actions/list_dependencies.cp311-win_amd64.pyd +0 -0
  48. amsdal/cloud/services/actions/list_dependencies.pyi +17 -1
  49. amsdal/cloud/services/actions/list_deploys.cp311-win_amd64.pyd +0 -0
  50. amsdal/cloud/services/actions/list_deploys.pyi +15 -1
  51. amsdal/cloud/services/actions/list_envs.cp311-win_amd64.pyd +0 -0
  52. amsdal/cloud/services/actions/list_envs.pyi +16 -1
  53. amsdal/cloud/services/actions/list_secrets.cp311-win_amd64.pyd +0 -0
  54. amsdal/cloud/services/actions/list_secrets.pyi +18 -1
  55. amsdal/cloud/services/actions/manager.cp311-win_amd64.pyd +0 -0
  56. amsdal/cloud/services/actions/manager.pyi +254 -20
  57. amsdal/cloud/services/actions/signup_action.cp311-win_amd64.pyd +0 -0
  58. amsdal/cloud/services/actions/signup_action.pyi +16 -1
  59. amsdal/cloud/services/actions/update_deploy.cp311-win_amd64.pyd +0 -0
  60. amsdal/cloud/services/actions/update_deploy.pyi +15 -1
  61. amsdal/cloud/services/auth/__init__.cp311-win_amd64.pyd +0 -0
  62. amsdal/cloud/services/auth/base.cp311-win_amd64.pyd +0 -0
  63. amsdal/cloud/services/auth/credentials.cp311-win_amd64.pyd +0 -0
  64. amsdal/cloud/services/auth/credentials.pyi +12 -1
  65. amsdal/cloud/services/auth/manager.cp311-win_amd64.pyd +0 -0
  66. amsdal/cloud/services/auth/manager.pyi +15 -1
  67. amsdal/cloud/services/auth/signup_service.cp311-win_amd64.pyd +0 -0
  68. amsdal/cloud/services/auth/signup_service.pyi +16 -1
  69. amsdal/cloud/services/auth/token.cp311-win_amd64.pyd +0 -0
  70. amsdal/cloud/services/auth/token.pyi +15 -1
  71. amsdal/configs/constants.py +10 -0
  72. amsdal/configs/constants.pyi +11 -1
  73. amsdal/configs/main.py +132 -19
  74. amsdal/configs/main.pyi +140 -10
  75. amsdal/context/manager.py +39 -0
  76. amsdal/context/manager.pyi +41 -3
  77. amsdal/contrib/__init__.cp311-win_amd64.pyd +0 -0
  78. amsdal/contrib/auth/app.py +12 -0
  79. amsdal/contrib/auth/app.pyi +12 -1
  80. amsdal/contrib/auth/lifecycle/consumer.py +53 -0
  81. amsdal/contrib/auth/lifecycle/consumer.pyi +53 -3
  82. amsdal/contrib/auth/models/login_session/hooks/pre_init.py +13 -0
  83. amsdal/contrib/auth/models/login_session/modifiers/display_name.py +8 -0
  84. amsdal/contrib/auth/models/permission/modifiers/display_name.py +8 -0
  85. amsdal/contrib/auth/models/user/hooks/post_init.py +13 -0
  86. amsdal/contrib/auth/models/user/hooks/pre_create.py +6 -0
  87. amsdal/contrib/auth/models/user/modifiers/display_name.py +8 -0
  88. amsdal/contrib/auth/settings.py +15 -0
  89. amsdal/contrib/auth/settings.pyi +14 -0
  90. amsdal/contrib/frontend_configs/app.py +14 -0
  91. amsdal/contrib/frontend_configs/app.pyi +14 -1
  92. amsdal/contrib/frontend_configs/conversion/convert.py +14 -0
  93. amsdal/contrib/frontend_configs/conversion/convert.pyi +15 -1
  94. amsdal/contrib/frontend_configs/lifecycle/consumer.py +72 -0
  95. amsdal/contrib/frontend_configs/lifecycle/consumer.pyi +76 -5
  96. amsdal/contrib/frontend_configs/models/frontent_config_control_action/properties/action_validate.py +16 -0
  97. amsdal/contrib/frontend_configs/utils.py +12 -1
  98. amsdal/contrib/frontend_configs/utils.pyi +12 -1
  99. amsdal/fixtures/__init__.cp311-win_amd64.pyd +0 -0
  100. amsdal/fixtures/manager.cp311-win_amd64.pyd +0 -0
  101. amsdal/fixtures/manager.pyi +88 -6
  102. amsdal/manager.cp311-win_amd64.pyd +0 -0
  103. amsdal/manager.pyi +113 -17
  104. amsdal/migration/__init__.cp311-win_amd64.pyd +0 -0
  105. amsdal/migration/base_migration_schemas.cp311-win_amd64.pyd +0 -0
  106. amsdal/migration/base_migration_schemas.pyi +81 -5
  107. amsdal/migration/data_classes.cp311-win_amd64.pyd +0 -0
  108. amsdal/migration/data_classes.pyi +95 -1
  109. amsdal/migration/executors/__init__.cp311-win_amd64.pyd +0 -0
  110. amsdal/migration/executors/base.cp311-win_amd64.pyd +0 -0
  111. amsdal/migration/executors/base.pyi +74 -4
  112. amsdal/migration/executors/default_executor.cp311-win_amd64.pyd +0 -0
  113. amsdal/migration/executors/default_executor.pyi +75 -5
  114. amsdal/migration/executors/state_executor.cp311-win_amd64.pyd +0 -0
  115. amsdal/migration/executors/state_executor.pyi +68 -4
  116. amsdal/migration/file_migration_executor.cp311-win_amd64.pyd +0 -0
  117. amsdal/migration/file_migration_executor.pyi +34 -2
  118. amsdal/migration/file_migration_generator.cp311-win_amd64.pyd +0 -0
  119. amsdal/migration/file_migration_generator.pyi +100 -8
  120. amsdal/migration/file_migration_store.cp311-win_amd64.pyd +0 -0
  121. amsdal/migration/file_migration_store.pyi +33 -3
  122. amsdal/migration/file_migration_writer.cp311-win_amd64.pyd +0 -0
  123. amsdal/migration/file_migration_writer.pyi +60 -5
  124. amsdal/migration/migrations.cp311-win_amd64.pyd +0 -0
  125. amsdal/migration/migrations.pyi +111 -6
  126. amsdal/migration/migrations_loader.cp311-win_amd64.pyd +0 -0
  127. amsdal/migration/migrations_loader.pyi +17 -2
  128. amsdal/migration/schemas_loaders.cp311-win_amd64.pyd +0 -0
  129. amsdal/migration/schemas_loaders.pyi +14 -1
  130. amsdal/migration/utils.cp311-win_amd64.pyd +0 -0
  131. amsdal/migration/utils.pyi +44 -4
  132. amsdal/mixins/__init__.cp311-win_amd64.pyd +0 -0
  133. amsdal/mixins/build_mixin.cp311-win_amd64.pyd +0 -0
  134. amsdal/mixins/build_mixin.pyi +60 -8
  135. amsdal/mixins/class_versions_mixin.cp311-win_amd64.pyd +0 -0
  136. amsdal/mixins/class_versions_mixin.pyi +20 -2
  137. amsdal/operations/__init__.cp311-win_amd64.pyd +0 -0
  138. amsdal/operations/manager.cp311-win_amd64.pyd +0 -0
  139. amsdal/operations/manager.pyi +31 -3
  140. amsdal/schemas/core/class_object/properties/display_name.py +6 -0
  141. amsdal/schemas/core/file/hooks/pre_create.py +9 -0
  142. amsdal/schemas/core/file/hooks/pre_update.py +9 -0
  143. amsdal/schemas/core/file/properties/from_file.py +12 -0
  144. amsdal/schemas/core/file/properties/mimetype.py +8 -0
  145. amsdal/schemas/core/file/properties/to_file.py +12 -0
  146. amsdal/schemas/core/file/properties/validate_data.py +13 -0
  147. amsdal/schemas/manager.cp311-win_amd64.pyd +0 -0
  148. amsdal/schemas/manager.py +51 -0
  149. amsdal/schemas/manager.pyi +54 -4
  150. amsdal/services/__init__.cp311-win_amd64.pyd +0 -0
  151. amsdal/services/transaction_execution.cp311-win_amd64.pyd +0 -0
  152. amsdal/services/transaction_execution.pyi +52 -3
  153. amsdal/utils/contrib_paths.py +10 -0
  154. amsdal/utils/contrib_paths.pyi +11 -1
  155. {amsdal-0.1.26.dist-info → amsdal-0.1.27.dist-info}/METADATA +1 -1
  156. amsdal-0.1.27.dist-info/RECORD +258 -0
  157. amsdal-0.1.26.dist-info/RECORD +0 -258
  158. {amsdal-0.1.26.dist-info → amsdal-0.1.27.dist-info}/LICENSE.txt +0 -0
  159. {amsdal-0.1.26.dist-info → amsdal-0.1.27.dist-info}/WHEEL +0 -0
  160. {amsdal-0.1.26.dist-info → amsdal-0.1.27.dist-info}/license_check.py +0 -0
  161. {amsdal-0.1.26.dist-info → amsdal-0.1.27.dist-info}/top_level.txt +0 -0
@@ -5,11 +5,61 @@ from amsdal_utils.models.enums import SchemaTypes
5
5
  from amsdal_utils.utils.singleton import Singleton
6
6
 
7
7
  class SchemaManager(metaclass=Singleton):
8
+ """
9
+ Manages schema operations including retrieval, invalidation, and sorting.
10
+
11
+ This class handles various schema-related operations such as invalidating user schemas,
12
+ retrieving schemas by name or type, and sorting schemas based on predefined rules.
13
+ """
8
14
  _schema_manager_handler: Incomplete
9
15
  def __init__(self) -> None: ...
10
- def invalidate_user_schemas(self) -> None: ...
11
- def class_schemas(self) -> list[tuple[ObjectSchema, SchemaTypes]]: ...
16
+ def invalidate_user_schemas(self) -> None:
17
+ """
18
+ Invalidates user schemas.
19
+
20
+ This method calls the handler to invalidate all user schemas, ensuring that any cached or outdated schemas
21
+ are refreshed.
22
+
23
+ Returns:
24
+ None
25
+ """
26
+ def class_schemas(self) -> list[tuple[ObjectSchema, SchemaTypes]]:
27
+ """
28
+ Returns a list of tuples containing object schemas and their types.
29
+
30
+ This method retrieves and sorts various schemas managed by the schema manager handler.
31
+ The schemas are categorized into types, core, user, and contrib schemas.
32
+
33
+ Returns:
34
+ list[tuple[ObjectSchema, SchemaTypes]]: A list of tuples where each tuple contains an object schema
35
+ and its corresponding type.
36
+ """
12
37
  @staticmethod
13
38
  def _sort_key_for_schema(schema: ObjectSchema) -> int: ...
14
- def get_schema_by_name(self, title: str, schema_type: SchemaTypes | None = None) -> ObjectSchema | None: ...
15
- def get_schemas(self, schema_type: SchemaTypes | None = None) -> list[ObjectSchema]: ...
39
+ def get_schema_by_name(self, title: str, schema_type: SchemaTypes | None = None) -> ObjectSchema | None:
40
+ """
41
+ Retrieves a schema by its title and optional type.
42
+
43
+ This method searches for a schema with the specified title and optional type
44
+ among the schemas managed by the schema manager handler.
45
+
46
+ Args:
47
+ title (str): The title of the schema to be retrieved.
48
+ schema_type (SchemaTypes | None, optional): The type of the schema to be retrieved. Defaults to None.
49
+
50
+ Returns:
51
+ ObjectSchema | None: The schema with the specified title and type, or None if not found.
52
+ """
53
+ def get_schemas(self, schema_type: SchemaTypes | None = None) -> list[ObjectSchema]:
54
+ """
55
+ Retrieves schemas based on the provided type.
56
+
57
+ This method returns a list of schemas filtered by the specified type. If no type is provided,
58
+ it returns all schemas managed by the schema manager handler.
59
+
60
+ Args:
61
+ schema_type (SchemaTypes | None, optional): The type of schemas to retrieve. Defaults to None.
62
+
63
+ Returns:
64
+ list[ObjectSchema]: A list of schemas filtered by the specified type, or all schemas if no type is provided.
65
+ """
@@ -9,13 +9,62 @@ from typing import Any
9
9
 
10
10
  logger: Incomplete
11
11
 
12
- def is_transaction(statement: ast.AST) -> bool: ...
12
+ def is_transaction(statement: ast.AST) -> bool:
13
+ """
14
+ Determines if a given AST statement is a transaction function.
15
+
16
+ This function checks if the provided AST statement is an asynchronous or synchronous function
17
+ definition that is decorated with the `transaction` decorator.
18
+
19
+ Args:
20
+ statement (ast.AST): The AST statement to check.
21
+
22
+ Returns:
23
+ bool: True if the statement is a transaction function, False otherwise.
24
+ """
13
25
 
14
26
  class TransactionExecutionService(metaclass=Singleton):
27
+ """
28
+ Service for executing transactions.
29
+
30
+ This class provides methods to execute transactions, load transaction functions,
31
+ and handle asynchronous transactions. It ensures that transactions are executed
32
+ with the correct arguments and handles any necessary preprocessing of arguments.
33
+ """
15
34
  _transactions: Incomplete
16
35
  def __init__(self) -> None: ...
17
- def execute_transaction(self, transaction_name: str, args: dict[str, Any], *, load_references: bool = True) -> Any: ...
18
- def get_transaction_func(self, transaction_name: str) -> Callable[..., Any]: ...
36
+ def execute_transaction(self, transaction_name: str, args: dict[str, Any], *, load_references: bool = True) -> Any:
37
+ """
38
+ Executes a transaction with the given name and arguments.
39
+
40
+ This method retrieves the transaction function by its name, processes the arguments,
41
+ and executes the transaction. It handles both synchronous and asynchronous transactions
42
+ and performs necessary preprocessing of arguments, such as loading references.
43
+
44
+ Args:
45
+ transaction_name (str): The name of the transaction to execute.
46
+ args (dict[str, Any]): The arguments to pass to the transaction function.
47
+ load_references (bool, optional): Whether to load references in the arguments. Defaults to True.
48
+
49
+ Returns:
50
+ Any: The result of the transaction execution.
51
+ """
52
+ def get_transaction_func(self, transaction_name: str) -> Callable[..., Any]:
53
+ """
54
+ Retrieves the transaction function by its name.
55
+
56
+ This method checks if the transaction function is already loaded in the `_transactions` dictionary.
57
+ If not, it attempts to load the transaction function from the available transaction definitions.
58
+
59
+ Args:
60
+ transaction_name (str): The name of the transaction function to retrieve.
61
+
62
+ Returns:
63
+ Callable[..., Any]: The transaction function corresponding to the given name.
64
+
65
+ Raises:
66
+ TransactionNotFoundError: If the transaction function with the specified name is not found.
67
+ """
19
68
  @staticmethod
20
69
  def _run_async_transaction(transaction_func: Callable[..., Any], args: dict[str, Any]) -> Any: ...
21
70
  def _load_transaction(self, transaction_name: str) -> Callable[..., Any]: ...
@@ -4,6 +4,16 @@ from pathlib import Path
4
4
 
5
5
 
6
6
  def get_contrib_schemas_paths() -> Generator[Path, None, None]:
7
+ """
8
+ Retrieves paths to contribution schemas.
9
+
10
+ This function iterates over the configured contributions in the settings and yields
11
+ the paths to the 'models' directories for each contribution.
12
+
13
+ Returns:
14
+ Generator[Path, None, None]: A generator that yields paths to the 'models' directories
15
+ of the configured contributions.
16
+ """
7
17
  from amsdal.configs.main import settings
8
18
 
9
19
  for contrib in settings.CONTRIB:
@@ -1,4 +1,14 @@
1
1
  from collections.abc import Generator
2
2
  from pathlib import Path
3
3
 
4
- def get_contrib_schemas_paths() -> Generator[Path, None, None]: ...
4
+ def get_contrib_schemas_paths() -> Generator[Path, None, None]:
5
+ """
6
+ Retrieves paths to contribution schemas.
7
+
8
+ This function iterates over the configured contributions in the settings and yields
9
+ the paths to the 'models' directories for each contribution.
10
+
11
+ Returns:
12
+ Generator[Path, None, None]: A generator that yields paths to the 'models' directories
13
+ of the configured contributions.
14
+ """
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: amsdal
3
- Version: 0.1.26
3
+ Version: 0.1.27
4
4
  Summary: AMSDAL
5
5
  License: AMSDAL End User License Agreement
6
6
 
@@ -0,0 +1,258 @@
1
+ amsdal/Third-Party Materials - AMSDAL Dependencies - License Notices.md,sha256=kVpm9JYjyIfNiShzkUraCesQMmzxRl2DUamdV87JXBo,74880
2
+ amsdal/__about__.py,sha256=V6-ceiRf62BnVDjJ9uPZdsMbWKhdqY5UTj4MxIaRtBY,129
3
+ amsdal/__about__.pyi,sha256=xq3DTJlvvVHWjbZ1EvMjKJBpN-UQO3z1Rulqaz2NN6w,18
4
+ amsdal/__init__.py,sha256=ypS-xvwXkC53iUVSW1dERcXCDWw5hSZhZm9khaTVUJQ,76
5
+ amsdal/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
6
+ amsdal/errors.py,sha256=3Pf3wsuAftGu3eD3NNy_lD2POB-Cnd_NBJrhKnyUtkw,647
7
+ amsdal/errors.pyi,sha256=JqEo8dHOLgEacpbBnpnglFc7Ny-Trb2h7T3gI8CpTlA,609
8
+ amsdal/manager.cp311-win_amd64.pyd,sha256=XrhsgEPRpS0QkVGxCOwmKJde63BNWzevblDKd6X_Ox0,113152
9
+ amsdal/manager.pyi,sha256=p_fGWO3Gm-vGUqYGIsAWTWOcK6BzREjvR3I7PrwpUEo,8172
10
+ amsdal/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
11
+ amsdal/__migrations__/0000_initial.py,sha256=bCKJF2stg6fRSTMhJwSfEGxwZMX7xsuNj_lPD7z8RF8,10521
12
+ amsdal/__migrations__/0001_datetime_type.py,sha256=hsskIMBOJMuQ_ZR8CgzNP-AkXDg9T4Du-Di38a9vTf4,615
13
+ amsdal/__migrations__/0002_fixture_order.py,sha256=jJNd3iOw20oT9MVRUE0wzGqOpHlPsvn61FbxafxaJZA,1638
14
+ amsdal/cloud/__init__.cp311-win_amd64.pyd,sha256=VmcL-CL7SZ8ZzlyMNZ9pxTTxZKu2TUFSf3ywWRGr4rQ,18944
15
+ amsdal/cloud/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
16
+ amsdal/cloud/client.cp311-win_amd64.pyd,sha256=AxLw5koM_mam83_znFYVakKtebGEXdsSdpqZWTU7jnk,55808
17
+ amsdal/cloud/client.pyi,sha256=4m6jDcMQSk3M8ABA0NS45AKncMUpCG_21bz3RDq_5sE,2304
18
+ amsdal/cloud/constants.cp311-win_amd64.pyd,sha256=hEkJvCdlR4kFed7hBQ81Dp3NUazYGadNiIJCT3tX73U,32256
19
+ amsdal/cloud/constants.pyi,sha256=d85rQXknPSRaUj92i5BopZNBngvNCnHZSY2fgt_45F8,340
20
+ amsdal/cloud/enums.cp311-win_amd64.pyd,sha256=WFGNXjjLKwvB4x4wWT9tq4mW-cgksaCtXGdlW72mxlI,33280
21
+ amsdal/cloud/enums.pyi,sha256=ueFx-LbHeHucHksjeptDdWHWRUFDJijVLQtsiVXoIrw,1825
22
+ amsdal/cloud/models/__init__.cp311-win_amd64.pyd,sha256=H8coElXiTvKCmYtadppUqtTdX0AeeRGaFi64aZRiI2A,18944
23
+ amsdal/cloud/models/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
24
+ amsdal/cloud/models/base.cp311-win_amd64.pyd,sha256=MnXUJp2JRvgg2grAFUKP-u1va7rGIeCcSIzE8ms6bzc,54784
25
+ amsdal/cloud/models/base.pyi,sha256=s8bFDyr3lsNApltmgRqIYsmSik26-4PSdkU1EdMXKRs,7974
26
+ amsdal/cloud/services/__init__.cp311-win_amd64.pyd,sha256=PLGrQky0HgQJbzwAf-0JeSAN7MHPKL1ssERW8hNDTTQ,18944
27
+ amsdal/cloud/services/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
28
+ amsdal/cloud/services/actions/__init__.cp311-win_amd64.pyd,sha256=jD6Y6PiNAqrQDZ8DimMhSaMkcnuqupM51k0MNQnmy74,18944
29
+ amsdal/cloud/services/actions/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
30
+ amsdal/cloud/services/actions/add_allowlist_ip.cp311-win_amd64.pyd,sha256=MSTZk6reoOsSqwBJNta8nK_tFLpysDodwcD7EodPRDc,44032
31
+ amsdal/cloud/services/actions/add_allowlist_ip.pyi,sha256=shw8fKFhF8QZw3U9tkLi3C8T2tNOTyFShu8_0BWq1Oo,902
32
+ amsdal/cloud/services/actions/add_basic_auth.cp311-win_amd64.pyd,sha256=rjEt4Pd-YYQFJ4ZBn6CngxFvpp8k2iEBUCI6eDSdNLI,46080
33
+ amsdal/cloud/services/actions/add_basic_auth.pyi,sha256=8QDL_Fb8k4IAftNFbxnXtYYg1VyiyIH14-TEub_wGkw,1127
34
+ amsdal/cloud/services/actions/add_dependency.cp311-win_amd64.pyd,sha256=D_HzAoJLO25rVEhyfsUOkeI_5ajgEWXAW4BTE1jW-bg,44032
35
+ amsdal/cloud/services/actions/add_dependency.pyi,sha256=ssg_KvBUWYX5j9QKZrtLT-g3x-GAXHnHg7-Ji9_fswk,856
36
+ amsdal/cloud/services/actions/add_secret.cp311-win_amd64.pyd,sha256=05AyOVQOL__YdhH01cmsX4I5sXjxTQ32yV54d3Pd0ME,44544
37
+ amsdal/cloud/services/actions/add_secret.pyi,sha256=Fc-gZ3_mRCWHRZrtI7RS7IHu41L7b7rGFFYKviunagE,910
38
+ amsdal/cloud/services/actions/base.cp311-win_amd64.pyd,sha256=8ZveFGq8xJg8GL8klPIKJ2XR8I09WmTC02wVG5vK0dY,95744
39
+ amsdal/cloud/services/actions/base.pyi,sha256=Yngqevvbqd3Tbjefdquq9VCu3S5e1wdV_rfQamZVlKM,6002
40
+ amsdal/cloud/services/actions/create_deploy.cp311-win_amd64.pyd,sha256=DajZ6f8t0l2UzVQZ40krmlqr8XKjxEvq2NoxUbV09Sg,75776
41
+ amsdal/cloud/services/actions/create_deploy.pyi,sha256=ODnuNnlRW-uQiaXxXH2b0pAK8tICVDdMSs9CsAHFUpc,2029
42
+ amsdal/cloud/services/actions/create_env.cp311-win_amd64.pyd,sha256=EET9dPHArnhlzuPdUfKM7NwD5wfI-Pi-LgeFt1G9vug,45568
43
+ amsdal/cloud/services/actions/create_env.pyi,sha256=faRAVJMOEx9BoDRs91tfkV7S8dBv7IOUUozu9PbC-V4,929
44
+ amsdal/cloud/services/actions/create_session.cp311-win_amd64.pyd,sha256=FOLbbQ2Jz1GkiffHdi_lVAMLraiATT_87nxk7vtNp3M,43520
45
+ amsdal/cloud/services/actions/create_session.pyi,sha256=pOm4qaLT8pj8CEwFey-nk7hprMl4YvAqM4th7fkGg-k,691
46
+ amsdal/cloud/services/actions/delete_allowlist_ip.cp311-win_amd64.pyd,sha256=dsDX5cg6adymrYDfy0TeUoqD4PQWjHI7SFEZ3XLu2rI,44544
47
+ amsdal/cloud/services/actions/delete_allowlist_ip.pyi,sha256=r53-MXHqQ5oYEOnLGoamYrLpKsg4PoW-B_IdImS2HvI,952
48
+ amsdal/cloud/services/actions/delete_basic_auth.cp311-win_amd64.pyd,sha256=wuIX03EwVLRUuw15-a6apyrEr8JJKMlmwi64d-ftqyI,44032
49
+ amsdal/cloud/services/actions/delete_basic_auth.pyi,sha256=MyFWmJmY42gQDsOLhore14UlumnhWSzJIs8vjiobIVY,935
50
+ amsdal/cloud/services/actions/delete_dependency.cp311-win_amd64.pyd,sha256=CXmqV42jJcgOctShTVN6aDJk6hMoW_UB7WcpdVEcX9U,44544
51
+ amsdal/cloud/services/actions/delete_dependency.pyi,sha256=yeb1l7KqAD_XWxyT6xu63I5cfG2oH77XQ_hNRdG6TZU,1042
52
+ amsdal/cloud/services/actions/delete_env.cp311-win_amd64.pyd,sha256=8wKjROTM-1ik3I7_53bL57Si-zbvNc-USNuBf_6anvU,45568
53
+ amsdal/cloud/services/actions/delete_env.pyi,sha256=37lPpPcGiSORXBF0d--Slwb5l-FJw9n_yZGPdlOBCNM,990
54
+ amsdal/cloud/services/actions/delete_secret.cp311-win_amd64.pyd,sha256=UZfWtIKhmQyX1MvhbqjT5OQfv_211eRtjlsm1AUTP-E,44544
55
+ amsdal/cloud/services/actions/delete_secret.pyi,sha256=2iuFthhkQrmu0tnVTYI5YmRWjOhtCtNmDBxfZqB9EJY,974
56
+ amsdal/cloud/services/actions/destroy_deploy.cp311-win_amd64.pyd,sha256=T-jgzjy4KXFX5wJNo-eMfyuRf9t94zdvQHpUvf1qIO4,43008
57
+ amsdal/cloud/services/actions/destroy_deploy.pyi,sha256=lz16Q-1c8MRtgVGsZpsIL2XdfZHd8foANBVCk5bXiIA,627
58
+ amsdal/cloud/services/actions/expose_db.cp311-win_amd64.pyd,sha256=8r9e5-3TSJoZxONNfCsDEEAft-SQIZo0WO3yhyVoTJY,45568
59
+ amsdal/cloud/services/actions/expose_db.pyi,sha256=IymYkVHHR5Fndd_mKvU8OkLx3rqrJty_911Uqq0qZBs,1071
60
+ amsdal/cloud/services/actions/get_basic_auth_credentials.cp311-win_amd64.pyd,sha256=nGN7zirlUEmDWRJmjfiQ5___1wF4vqh6i4ZMM9T5pyU,45568
61
+ amsdal/cloud/services/actions/get_basic_auth_credentials.pyi,sha256=GdzOwOiwqrVHPhK7Q69dOMvdcNeFprR-QvOIfx9nqdQ,1092
62
+ amsdal/cloud/services/actions/get_monitoring_info.cp311-win_amd64.pyd,sha256=K1S_8nslmuVHOMUcMnKf2g0HvfWBGnKrb7oGubOW6lM,45568
63
+ amsdal/cloud/services/actions/get_monitoring_info.pyi,sha256=nxR6tfsYdvC0EehwuXock8xfZTrq0DosOgqM9SctS2M,1066
64
+ amsdal/cloud/services/actions/list_dependencies.cp311-win_amd64.pyd,sha256=QvuqUARzt_C60_wvssE4q5-9lZFoKR-quxQ0jEhad6o,45568
65
+ amsdal/cloud/services/actions/list_dependencies.pyi,sha256=LbGpFOF_QRd-nzsh2j3Ie3EVQUHwg-wuBfbfOgKkGh4,1056
66
+ amsdal/cloud/services/actions/list_deploys.cp311-win_amd64.pyd,sha256=CmR71jl41fwLkVqyYyrxocl-mQpNiRy9m6UUOyx6l5Q,44032
67
+ amsdal/cloud/services/actions/list_deploys.pyi,sha256=BoP3IBOotdHvASjAgqWpJpbMt4e0h4F3mlBPm75B3iY,743
68
+ amsdal/cloud/services/actions/list_envs.cp311-win_amd64.pyd,sha256=6MNiHAQ5XaUdTT_2GQQA9QfG2znHRffSdFeX6m3Ek2c,44032
69
+ amsdal/cloud/services/actions/list_envs.pyi,sha256=2hsPcT_lIKUWvb0hh7YmyYGBlpx3ztalmukGctK_06c,898
70
+ amsdal/cloud/services/actions/list_secrets.cp311-win_amd64.pyd,sha256=4MWXAsFTb-1kWIgD9iRWm3o5XDNYzaWTm_XQgMajEk8,46080
71
+ amsdal/cloud/services/actions/list_secrets.pyi,sha256=bSIo98ceKUBaInpB6tYC6XIhreStvu1a_wzw0R5jNOo,1101
72
+ amsdal/cloud/services/actions/manager.cp311-win_amd64.pyd,sha256=hmVjQc8a9s41ThVt_yrBu4QGABVBhkmM5HUhFL9y6jo,118784
73
+ amsdal/cloud/services/actions/manager.pyi,sha256=rRvAQOmcI-p_aHIi3E4_oWu1eef4s76lWgEqB93r414,15719
74
+ amsdal/cloud/services/actions/signup_action.cp311-win_amd64.pyd,sha256=tl9dUIlhWXqd7lCN5MtCr8mtfEQHVGD2yq82ArutZHk,43008
75
+ amsdal/cloud/services/actions/signup_action.pyi,sha256=-5s88GsFSlUJdxVKFiKMQOODNE5xlqV7EiWi7rkH6vg,828
76
+ amsdal/cloud/services/actions/update_deploy.cp311-win_amd64.pyd,sha256=Y4IFjNnlSb4A7kXKCf3tLhcd3IgnTjYtx5uSNuneJ30,44544
77
+ amsdal/cloud/services/actions/update_deploy.pyi,sha256=iYInpQsoZVUGNInCsT0eS_YQnbxKzM1vZhiOtGxiTAU,785
78
+ amsdal/cloud/services/auth/__init__.cp311-win_amd64.pyd,sha256=jtZyJ1ZrYk9q8iIM9axjNPZavMmJvPDlRSkUZQnKHo0,18944
79
+ amsdal/cloud/services/auth/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
80
+ amsdal/cloud/services/auth/base.cp311-win_amd64.pyd,sha256=wpSi2DNYZN-yH-CWccDs_V3tqwtIo67rEj5iBk0f4TY,38912
81
+ amsdal/cloud/services/auth/base.pyi,sha256=c38fkpQ6UbtQ6bHLpE213cDcu58JzpsW3fyQDqFGUO8,173
82
+ amsdal/cloud/services/auth/credentials.cp311-win_amd64.pyd,sha256=l6PHdgvsOPxQnojDMVNRLT5dOlAekGJmPFwVootpppA,76800
83
+ amsdal/cloud/services/auth/credentials.pyi,sha256=0sVjIBfqOhWZsZEs0du98fp2oWXwlGcaCXvttayku74,1514
84
+ amsdal/cloud/services/auth/manager.cp311-win_amd64.pyd,sha256=-gvMmunXlx0SRxqMhFTMsgfQHtVKK-1_kmKBK_Roivg,51200
85
+ amsdal/cloud/services/auth/manager.pyi,sha256=NY_z9Qj4Yl2QMvQGRGB_gdWRTfleZ7VesKRpTCxiIUg,1269
86
+ amsdal/cloud/services/auth/signup_service.cp311-win_amd64.pyd,sha256=G6MKGLhaOLB1hm9vwg9PTZ-cWddBf4L3YGWvizHTFdk,60416
87
+ amsdal/cloud/services/auth/signup_service.pyi,sha256=NR9k0PR4uiCqFBBmONv58w3D0ji-saykqNfxdOZB0Y0,1177
88
+ amsdal/cloud/services/auth/token.cp311-win_amd64.pyd,sha256=aTV11KCk323Ymw_gF7kz9a1g1ZtiXyURQaaFvznalzQ,66560
89
+ amsdal/cloud/services/auth/token.pyi,sha256=m_1cd0p6K-9IG4Wk3ql-UvHRIUeU2ZGCDHfxtRFftro,1136
90
+ amsdal/configs/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
91
+ amsdal/configs/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
92
+ amsdal/configs/constants.py,sha256=97zIEmFc_b-ijUZ44y6348pUbV6zwdt16I5tDZmtr4w,1002
93
+ amsdal/configs/constants.pyi,sha256=zU2csJ-egyLmYLQ6Fkz-KRHQrm1bENU8qxOACEbcGos,705
94
+ amsdal/configs/main.py,sha256=yhEIPBLhMCrHIySjSDnScHUFRQ6P1K9FOje73BbCpIU,9423
95
+ amsdal/configs/main.pyi,sha256=FhZAj9cBOGT54cQ60UqQ1TTh6wC9Usj0VHUmjUOPVzA,7058
96
+ amsdal/context/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
97
+ amsdal/context/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
98
+ amsdal/context/manager.py,sha256=RMnQ4IWkWqWgnF4w94m3L1uMUAswrFx__b_qGw_5tuo,1919
99
+ amsdal/context/manager.pyi,sha256=uiOOQbtgX8dv0y1fEdixB7bBuPMnk9f2J4xDZQ0oyys,1524
100
+ amsdal/contrib/__init__.cp311-win_amd64.pyd,sha256=gGnpuh5MrJ90hz9lSknw4Wb4IV18ZhL2ckdfU0tzXzA,18944
101
+ amsdal/contrib/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
102
+ amsdal/contrib/app_config.py,sha256=5CQQRNmyxy581Py0wxdrzlTTfntDQA5hhP0xa83wNF8,138
103
+ amsdal/contrib/app_config.pyi,sha256=eGXOXlkuTFvl85K6zVZsdqRpSL3bTu7YIwUhf28BU2M,155
104
+ amsdal/contrib/auth/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
105
+ amsdal/contrib/auth/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
106
+ amsdal/contrib/auth/app.py,sha256=koxAtLn59M1RLdRn4YFwvK-VQbOWUzYse3tRyVdZz7E,1208
107
+ amsdal/contrib/auth/app.pyi,sha256=yZtQliQPrhz_ND9S_S_6mVy_ohzcitbYKe2ibF6PrNo,527
108
+ amsdal/contrib/auth/errors.py,sha256=WJkUPN39EUp-36fg5EO2OxsxZrloUocEKi_jtlVfUO8,141
109
+ amsdal/contrib/auth/errors.pyi,sha256=7nbk7Uhj-u-QqzlqRrsBexOTvVWFn1tOJSzs5zeVtMo,135
110
+ amsdal/contrib/auth/settings.py,sha256=eE-c0EmUpuzVRvROR1FVuyRgJbyof3lPSdcW08-ETcQ,1263
111
+ amsdal/contrib/auth/settings.pyi,sha256=jAUVDGi4bfjL5yQafIU9eAzp0-WBj8OtmKTzsqGx3o4,1037
112
+ amsdal/contrib/auth/decorators/__init__.py,sha256=M4IOUlrjDcuYUdwKsgjgzNsra7AJE83cGXYM6AyiyWw,641
113
+ amsdal/contrib/auth/decorators/__init__.pyi,sha256=0nb-OZ9k2KPZCc1rfcrDcj1QVE0XuMfNCMtIsdfcH5U,311
114
+ amsdal/contrib/auth/lifecycle/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
115
+ amsdal/contrib/auth/lifecycle/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
116
+ amsdal/contrib/auth/lifecycle/consumer.py,sha256=BrQDBhKyBZTh6oiWBxfV63mCFsktt-Q3fxs3m5lVutE,9390
117
+ amsdal/contrib/auth/lifecycle/consumer.pyi,sha256=dLb-MrxKyNKN_K1yfAnJwjB3JEQ1vIrQVynldc2rVak,3287
118
+ amsdal/contrib/auth/migrations/0000_initial.py,sha256=edEIXxfmyGKatzZhcnTzCgsVtjY7kGraW_ZS63SCYpg,4879
119
+ amsdal/contrib/auth/models/login_session/model.json,sha256=jmi-eU_aXaa8e1eyNcNa4N7rPeVKhDI_NR56IwCF-E8,397
120
+ amsdal/contrib/auth/models/login_session/hooks/pre_init.py,sha256=Kgl0NN1bJtnc76N3z9u0dbteQbV0cbmmROEx7P_zAXg,2260
121
+ amsdal/contrib/auth/models/login_session/modifiers/display_name.py,sha256=CoMf4zahQqX2DndMerPGKIYGwsAts922k4hM_KBWsXo,306
122
+ amsdal/contrib/auth/models/permission/model.json,sha256=enWBdJQNfK5UtEN_rGldlopnE5rW2qN1lvnztv06qM8,275
123
+ amsdal/contrib/auth/models/permission/fixtures/basic_permissions.json,sha256=qXVUKt-VDuWIJNFiidnPJHLFoAU7CWVV8tDLM4kNvMk,1391
124
+ amsdal/contrib/auth/models/permission/modifiers/display_name.py,sha256=1J201BVfBEyAtpWxPEhXnKl-udfZE9xFaYCoitH2cwE,377
125
+ amsdal/contrib/auth/models/user/model.json,sha256=38U_e69FWRKmgJGyELWYOY7q7aVZsLfV5Hb-viAOpzg,424
126
+ amsdal/contrib/auth/models/user/hooks/post_init.py,sha256=cqrdWOr7SbEv2ZVx1XUzNNGsZ3pGoxQ4QKcBOM0QpeM,1741
127
+ amsdal/contrib/auth/models/user/hooks/pre_create.py,sha256=FIKUc34mG0ymgIJGXZ2M3lZA6f_-eepZ_YHKDUZ6NLw,250
128
+ amsdal/contrib/auth/models/user/modifiers/display_name.py,sha256=mTkvfprfAV0895cKVlLp_N5altetrcwEUki5JKi83hw,523
129
+ amsdal/contrib/frontend_configs/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
130
+ amsdal/contrib/frontend_configs/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
131
+ amsdal/contrib/frontend_configs/app.py,sha256=svenK6iOA0W82cdMCb_UpiToFe0zxTCtgp1iMQtf3Dk,860
132
+ amsdal/contrib/frontend_configs/app.pyi,sha256=kWHb6fYzM_HIejQ9bA7Hut99MpupNPJFeyi6lcwGQqY,742
133
+ amsdal/contrib/frontend_configs/constants.py,sha256=Sq_LPiBx9_3IV9zDEx2WBohqcCQuYhft5InsVSVAMyE,35
134
+ amsdal/contrib/frontend_configs/constants.pyi,sha256=IxamKf78NFPlj_iWevc4o5-oLB5yUI1Ob5TlAc3Q090,24
135
+ amsdal/contrib/frontend_configs/utils.py,sha256=OLO49hGVsAN8DjKdGnZEEQRHI92j_vKiGmFaOrYaYZ4,1132
136
+ amsdal/contrib/frontend_configs/utils.pyi,sha256=biahGg96UGJYrUnK-mjz6ohrAX-EmI2eh_uEb7CFfNc,747
137
+ amsdal/contrib/frontend_configs/conversion/__init__.py,sha256=0ImVvWKruRNiGNfBY1Hsk8p6T3ndfvn4WRxJRMoLm2U,144
138
+ amsdal/contrib/frontend_configs/conversion/__init__.pyi,sha256=nSAK5wBCoaNuP1G3lK9tn9lK1rmntZZFuB2oVVTTYFY,165
139
+ amsdal/contrib/frontend_configs/conversion/convert.py,sha256=NnW0W6h1Cp8akRabQWMff47Cd-ilrTWZKHNTyZBUziM,7854
140
+ amsdal/contrib/frontend_configs/conversion/convert.pyi,sha256=MhEtwUcxoCR5sZ69DYzptUINeWrdwdSxYwsqUoW3Lz8,1002
141
+ amsdal/contrib/frontend_configs/lifecycle/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
142
+ amsdal/contrib/frontend_configs/lifecycle/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
143
+ amsdal/contrib/frontend_configs/lifecycle/consumer.py,sha256=y_Cai0w5_i1rgs-lPG0Ei5kG-1nHRng4sma_8AcUe8E,9394
144
+ amsdal/contrib/frontend_configs/lifecycle/consumer.pyi,sha256=FDCkQyW5RpevzSxzy1zMwS34-6ZC19JctpvlXZCBwsc,3786
145
+ amsdal/contrib/frontend_configs/migrations/0000_initial.py,sha256=RMzdSUch-7Bjt5qAnefp8MuPbRmsF8KMlLEEMnzFogc,13768
146
+ amsdal/contrib/frontend_configs/models/frontend_activator_config/model.json,sha256=qzcYXyMYSURsKCd7r6b2b_US48Iudvt7o4V-ILBKNxY,243
147
+ amsdal/contrib/frontend_configs/models/frontend_config_async_validator/model.json,sha256=FMvWqKkpv2-hFDhm636dosv-6Cf3gy3fv8GB3intGFs,250
148
+ amsdal/contrib/frontend_configs/models/frontend_config_group_validator/model.json,sha256=jpRJukF4BHX-BRd1pUQVu0ZA3ljFMq6z80j0MoqbI9s,1417
149
+ amsdal/contrib/frontend_configs/models/frontend_config_option/model.json,sha256=VovGRiHWUeWVHTCMIF7TAejGLBKdKXcHp5xqzIYpVRk,329
150
+ amsdal/contrib/frontend_configs/models/frontend_config_skip_none_base/model.json,sha256=xUBAvTRBP9sqXxP7RB0Z4YnkIr0fm9hUY1g0OzsfoEI,124
151
+ amsdal/contrib/frontend_configs/models/frontend_config_skip_none_base/properties/model_dump.py,sha256=K_JquDAVefbOESdAgZjw0UB-2HHLYlrw8S-WuQZmxQQ,439
152
+ amsdal/contrib/frontend_configs/models/frontend_config_slider_option/model.json,sha256=9fsuY3aulCn4wB5Dgo10WlswKCaKzZJODyE4bdrK0DM,429
153
+ amsdal/contrib/frontend_configs/models/frontend_config_text_mask/model.json,sha256=V29FDSq09B5ymHB4h6lTLNm49fypbMBeyOz_d_sDdQI,611
154
+ amsdal/contrib/frontend_configs/models/frontend_config_validator/model.json,sha256=QE93pGzDI6a_d9wle_WDGsUBIOkBZivHB56NcauATHo,1101
155
+ amsdal/contrib/frontend_configs/models/frontend_control_config/model.json,sha256=SQYtP5Gl6L-B8VNRRGqgjIeEe19BWmYdq7t4zbeFL8c,7040
156
+ amsdal/contrib/frontend_configs/models/frontend_model_config/model.json,sha256=6V6MFERLB8Bi6pq2rwIkNeECqnaZelGR-a_vY0S00Ts,355
157
+ amsdal/contrib/frontend_configs/models/frontend_model_config/fixtures/permissions.json,sha256=cnv_GbhIex6GalwmEKLemkaLvgwHE2ZNPSJfEIWurYY,667
158
+ amsdal/contrib/frontend_configs/models/frontent_config_control_action/model.json,sha256=ZzYurM5zkjsyOFU3VLn_mU3D10HrdKTYCB1wEJE41tc,1440
159
+ amsdal/contrib/frontend_configs/models/frontent_config_control_action/properties/action_validate.py,sha256=ZQ4MnT4CNi1YMGjd43hLNn2RqkBxDwUCsjjYd8Zxjfc,1067
160
+ amsdal/fixtures/__init__.cp311-win_amd64.pyd,sha256=rEE4SRu3rJDvmKvvUWHoAH1WQJDd7lEz91ddt9Q1iNs,18944
161
+ amsdal/fixtures/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
162
+ amsdal/fixtures/manager.cp311-win_amd64.pyd,sha256=6DFRHDC4h2fuHGUwT2kf1iI_2cxE2KrtEFNNhmDNheY,135168
163
+ amsdal/fixtures/manager.pyi,sha256=GcMhNJIcuLkWKq3Tu1xrkuz1VEeoyg4uxLCK9WAc8X0,5042
164
+ amsdal/migration/__init__.cp311-win_amd64.pyd,sha256=R_uWiS4BB3Y_BM27-K1fD8i3SfEl0CK8Hk_vLphw35w,18944
165
+ amsdal/migration/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
166
+ amsdal/migration/base_migration_schemas.cp311-win_amd64.pyd,sha256=VLMyUdhWzKHPox2REgqlFA9Ah1-KRu55ym44Xy2C4L8,148480
167
+ amsdal/migration/base_migration_schemas.pyi,sha256=NRWXsgV13NXL6LiWOkFxnd52XQKsdXO3yJWso069Zb8,5206
168
+ amsdal/migration/data_classes.cp311-win_amd64.pyd,sha256=L3X-MKYE7RlN80-cOQsHWtbgRuk9kF7saASWuaLJOsc,59904
169
+ amsdal/migration/data_classes.pyi,sha256=-YMonXE877WvR-K2gMqMWlfCEJXoscNIz90ACMBICwQ,5834
170
+ amsdal/migration/file_migration_executor.cp311-win_amd64.pyd,sha256=EfQHr-uuFVVfu0xh2BNtfheHSaO7wDPTueg-gqVaN1o,108032
171
+ amsdal/migration/file_migration_executor.pyi,sha256=j5A-EJdy5ZcLuU9GYfo27JRtEiVMw4tYJ05dOFD-q4A,4050
172
+ amsdal/migration/file_migration_generator.cp311-win_amd64.pyd,sha256=dycZvk8tVhQcB7zH5JRnIZ6Z1U_EKKQDNp5qw64s3Xc,122368
173
+ amsdal/migration/file_migration_generator.pyi,sha256=xTuSDvFfda9OTS5bBKPq9FdERMWdFZLvAkosapX22cE,5893
174
+ amsdal/migration/file_migration_store.cp311-win_amd64.pyd,sha256=Ner9w-8lCDiSWfvV_e6-489q25y42w74O0twN4HN3B8,110592
175
+ amsdal/migration/file_migration_store.pyi,sha256=M9fB7MAQFmjbRvHbP47m_NBMC_ydB0b41J9euuq8Eyk,2427
176
+ amsdal/migration/file_migration_writer.cp311-win_amd64.pyd,sha256=jvukvsD0FxAt2soDwreZtYz8BNey-OSUg0mJH-EVJV0,70656
177
+ amsdal/migration/file_migration_writer.pyi,sha256=7ElPgTH1teStrBI1fINXyHuw84vZ-yAf7V-Q81-LjrM,2348
178
+ amsdal/migration/migrations.cp311-win_amd64.pyd,sha256=jjFhQdTCuXZIuyx5rwWM5YQGsmiU7hX7IhVHsBGXZ7w,81408
179
+ amsdal/migration/migrations.pyi,sha256=cqCnsVfVfDG3wid3ChHc1EomdAfHZfw3D-h60pGhAOA,6245
180
+ amsdal/migration/migrations_loader.cp311-win_amd64.pyd,sha256=dEjkW6UsIFixxQUH_n2MED66r5K4rOsmXH_kuOjn0uU,57344
181
+ amsdal/migration/migrations_loader.pyi,sha256=_ScqLqpw2ps6sWddP-qgyaGd9B22Y6yltKBVvSPh65Y,1161
182
+ amsdal/migration/schemas_loaders.cp311-win_amd64.pyd,sha256=YdXnEMNbq8AsheSVe2zxIdrpUFeoBVtyu_O2EtXZKAw,79872
183
+ amsdal/migration/schemas_loaders.pyi,sha256=zRbXKp6mR1VL8Ncc8jw0PX6wNnGTCPGUcPe5r-timto,1630
184
+ amsdal/migration/utils.cp311-win_amd64.pyd,sha256=TlCZGFce14Un4sVPUO0JQ-wEl_WkginlVUsryVc7Fjo,90112
185
+ amsdal/migration/utils.pyi,sha256=AGofYDVDnmQTOB9bld4fTbf13aCbC0seH1sbeW7aUpE,2453
186
+ amsdal/migration/executors/__init__.cp311-win_amd64.pyd,sha256=JL2E0eS2_l_j8QfqfRUCtQb5kXlpUJ6UZdhLCxt3Va4,18944
187
+ amsdal/migration/executors/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
188
+ amsdal/migration/executors/base.cp311-win_amd64.pyd,sha256=dAC3zy0aV_YkFT_1DtSLsbO_RZlhKhtUa0CCmUqlsk4,97280
189
+ amsdal/migration/executors/base.pyi,sha256=HgRQ5TXEeU-sZwyZqbc9HSC_E68J3bCtOLF-zL1zchQ,4975
190
+ amsdal/migration/executors/default_executor.cp311-win_amd64.pyd,sha256=hpDD44wgAmwn7sgUudncy1wLytsGPdnJlAhYgJmajaQ,150528
191
+ amsdal/migration/executors/default_executor.pyi,sha256=O9WKbpMT4jQVv2B8CM_Y6OnYo97lOmCg-DEaLWTDl3U,4780
192
+ amsdal/migration/executors/state_executor.cp311-win_amd64.pyd,sha256=inh1JbVA1Ly6fWVRQnk2hwdypfICif_1eF0zU0cRCho,68096
193
+ amsdal/migration/executors/state_executor.pyi,sha256=BUIcZoSsNjxZlvjceVP3c87qJlZLSMhWaa3z330mniU,3461
194
+ amsdal/migration/templates/data_migration.tmpl,sha256=vygjPQZ1PweuxQ__sbnEKVoKMTuv-JBvMK9DWENkojM,454
195
+ amsdal/migration/templates/dict_validator.tmpl,sha256=7sep4K1NiJgR2odyAIBmaBf0Mlmb9mXNQFTCXLD54Qk,177
196
+ amsdal/migration/templates/migration.tmpl,sha256=YU_glribPFcCYUPhUnrbm2_lQyYitWJFER-_n_0-_vI,199
197
+ amsdal/migration/templates/model_class.tmpl,sha256=KaZ6ZfJjZ7UI73dj37iT5IDunQAwuM2_11IC4g8SAv8,233
198
+ amsdal/migration/templates/model_class_layout.tmpl,sha256=nfbJlY2gt8KG6AFR5BD3n0yCwc2TQVri8FDo6iQDWoE,790
199
+ amsdal/migration/templates/options_validator.tmpl,sha256=yqZcwO3yOj-_FdMD2xmiz2RiFqyE1yjiaxde5h9f_Mk,209
200
+ amsdal/mixins/__init__.cp311-win_amd64.pyd,sha256=Er1PSMCnGxEXYtO_6Y5z1R6hL_8S1FWyfTYHs_R_YrI,18944
201
+ amsdal/mixins/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
202
+ amsdal/mixins/build_mixin.cp311-win_amd64.pyd,sha256=9RL5oIWKihp9woGmaderbSSFVPWv1hX8olZL5dIq2m4,104448
203
+ amsdal/mixins/build_mixin.pyi,sha256=YyKAM1lai1iO-p-mcQkKd6OwUCgGynepiw6GbacdGmU,2473
204
+ amsdal/mixins/class_versions_mixin.cp311-win_amd64.pyd,sha256=6rjr207mzNZJlsX5IJNI2dV1s2h5EWyv1H126j2CVXs,78336
205
+ amsdal/mixins/class_versions_mixin.pyi,sha256=KQT7u_qSY1BtufvOj-3rZHmXBtjPJfOHtLaj-i0utpc,904
206
+ amsdal/operations/__init__.cp311-win_amd64.pyd,sha256=vR0MElulOW-Sqr0OJS7toc7nacpsf6DZu1z_Oylq1a4,18944
207
+ amsdal/operations/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
208
+ amsdal/operations/manager.cp311-win_amd64.pyd,sha256=cwObkZXu3-Zu7onRTw8IR_C0epBZsoL_u6TZtkmYGkQ,132096
209
+ amsdal/operations/manager.pyi,sha256=ILlEHDCQzhe-QrfNuEgblJXXbJ-g6cot5ElxWhdektY,2930
210
+ amsdal/schemas/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
211
+ amsdal/schemas/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
212
+ amsdal/schemas/manager.cp311-win_amd64.pyd,sha256=xhLTDL_nZdPkMTDVXw8bUGipnk5H3gWJBlQyzrrY63U,65024
213
+ amsdal/schemas/manager.py,sha256=hGVu9qL9o5a-HWdry8r5lAsKtEAbyS9kvmLBKKiBfnE,4739
214
+ amsdal/schemas/manager.pyi,sha256=QOR7GUkbl-Dm6cimQ2vUyHZMBtNmaSxL2Umjisn4tzA,2855
215
+ amsdal/schemas/core/class_object/model.json,sha256=KA_QKEUB1S4rqHM1GyGiOw4COQ8FCKdUjSmga5tQ4IY,583
216
+ amsdal/schemas/core/class_object/properties/display_name.py,sha256=vi6_v8swNzfuJ8_wuY_h231q4P07km09RrTJECY0mlg,265
217
+ amsdal/schemas/core/class_object_meta/model.json,sha256=Dv5NQC5PHCMGh40aYVuAKTM8vhjr24PCa1ACtdnfNGA,1005
218
+ amsdal/schemas/core/class_property/model.json,sha256=_0VsOBSeHUHsGfotMoxX8ljH5tUtq4TKvWB5eIRAy6E,394
219
+ amsdal/schemas/core/class_property_meta/model.json,sha256=BBq33fmeLJphgYPMPvgA2Yr5k_1ES4-uwQnumyXVr9o,413
220
+ amsdal/schemas/core/file/model.json,sha256=1zzO-a2w8OFszjF8hh24lHoymOAIYvuAgCsHbpY_P68,363
221
+ amsdal/schemas/core/file/hooks/pre_create.py,sha256=wMeakDvtmuu8AJD4RCEyJA_lE94CDK-31cuvBH0LRmg,377
222
+ amsdal/schemas/core/file/hooks/pre_update.py,sha256=np9COVWX3qHcMk-1gnK7aAvWxeSnoAS_hmzuelEXbF8,367
223
+ amsdal/schemas/core/file/properties/from_file.py,sha256=WTTxe-Ez3QalAr2HDyLIdrfR8PAVhXGwTFd8y3l2vT0,960
224
+ amsdal/schemas/core/file/properties/mimetype.py,sha256=iWOqC8NNgfHEgDt4kHvdyBHoA2n-fCaMRYMIKpNr53U,446
225
+ amsdal/schemas/core/file/properties/str.py,sha256=2nJVLtTXKEoXOM72p-2L2KzbWWABwIMG2Qtw5UKLmrE,251
226
+ amsdal/schemas/core/file/properties/to_file.py,sha256=wIsz6EdHwbyv-wrl8zhySzU65_42K0JT77IsoWD_704,744
227
+ amsdal/schemas/core/file/properties/validate_data.py,sha256=r5SkC58kl1S4279hEsDuR6QarCRKk7JYU5HLt5K7OPI,951
228
+ amsdal/schemas/core/fixture/model.json,sha256=o85L5TV2VQuLB8LPjQklvOuFGb8AdLFD7TGmZ_1MhvU,603
229
+ amsdal/schemas/core/option/model.json,sha256=qLsfyuE3IaLR0MY34BljAUM_5U7efiW3Ssjphr3piQM,296
230
+ amsdal/schemas/core/validator/model.json,sha256=8kxtit0KHGtwgsf073mSWKOM-eJgnsD4wgnGbFbqK4k,316
231
+ amsdal/schemas/types/anything/model.json,sha256=I-3GiSNlWdBRMqCyzF8h0gBQpSQ-inP1cjA1WgooBoc,127
232
+ amsdal/schemas/types/array/model.json,sha256=y1MUlc-48ynsclgMbMOz3JhqXMYZZPOEI6TCN9-Iy9Y,124
233
+ amsdal/schemas/types/binary/model.json,sha256=v-TV3hwRlFwfM3-_rMco14ow7WZ3pHqqvqMBCRUzfUk,125
234
+ amsdal/schemas/types/boolean/model.json,sha256=SR8n3Jrm3oKTHWrADDyHr0RvlqofFmkhQj7OHxbq2oU,257
235
+ amsdal/schemas/types/date/model.json,sha256=dLjGhU8bi-2h8vsf4A2XoPwT8ZhfJ26B_OfNXz9BbA8,123
236
+ amsdal/schemas/types/datetime/model.json,sha256=cmbkQOBm0aWujBVWBjCWSmhRCeGi1HsbArTC3DnExH0,127
237
+ amsdal/schemas/types/dictionary/model.json,sha256=vEJrhthRSKhhNROWvgGfwidp1yMXJi6zj1h38dIohXs,141
238
+ amsdal/schemas/types/number/model.json,sha256=4GSLWvGGLSug8ElA324ZVVHQgGG2W2lIhCQiIcenwXs,137
239
+ amsdal/schemas/types/object/model.json,sha256=sCHu1so5eUDf254OYzaLSAwHyjWN80AS32uLzzbQVNc,1018
240
+ amsdal/schemas/types/string/model.json,sha256=RX2h7G_x4UesXZkS5IayJhEj7sT3cQIk9tdZWImG67I,135
241
+ amsdal/services/__init__.cp311-win_amd64.pyd,sha256=l-ju_KVIxgIZeoT4yyvCyLlA0-XROPI9lVq8biJU2ys,18944
242
+ amsdal/services/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
243
+ amsdal/services/transaction_execution.cp311-win_amd64.pyd,sha256=S0ZLhzqYiJWaBxzZ2viS3j0lTJ7O5z3-Pvv8EDmM2AY,117760
244
+ amsdal/services/transaction_execution.pyi,sha256=biW_VPMel9o15zDn6FVuTw7Eb3u5U_NnMasSA4uMCMk,3516
245
+ amsdal/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
246
+ amsdal/utils/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
247
+ amsdal/utils/contrib_paths.py,sha256=2APUGfDh99PrfMe3pYM4onWjU3CWgbuPOb6oQQnl2kU,810
248
+ amsdal/utils/contrib_paths.pyi,sha256=s9G7cqnd0bXYXWWx63I1Iy_AsCeOB8GQwPBpX_LTylY,507
249
+ amsdal/utils/tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
250
+ amsdal/utils/tests/enums.py,sha256=VyHqsTsFiUbe17I_QYCPVNHR_nCHmtBz0hyXWGiRqhc,408
251
+ amsdal/utils/tests/factories.py,sha256=oe3koq5IzIyXR9_vyRGtTrioPO_kt9WadG7k1OpAa9E,1975
252
+ amsdal/utils/tests/helpers.py,sha256=dG4As8IR-75CvRjIGdwqvymH-c8jaQs_advca6UW0-g,11138
253
+ amsdal-0.1.27.dist-info/LICENSE.txt,sha256=V_jFl3XPnSEoTM0teoMKDy5i1xmso1IcmjXdf6z_yYY,27462
254
+ amsdal-0.1.27.dist-info/METADATA,sha256=NPaDwFQBbTsnaNq5EMUVISW7l9laFehz2v3u6l1AFY4,57811
255
+ amsdal-0.1.27.dist-info/WHEEL,sha256=ircjsfhzblqgSzO8ow7-0pXK-RVqDqNRGQ8F650AUNM,102
256
+ amsdal-0.1.27.dist-info/license_check.py,sha256=8i16Eo7BasaTFAEwys1mHT4NjpB5otePTAevladHxwY,1024
257
+ amsdal-0.1.27.dist-info/top_level.txt,sha256=VPQLnOP3mf7q0JuQ_vPZYQyPNGKd_uc6ouz-hZRkhSk,7
258
+ amsdal-0.1.27.dist-info/RECORD,,