amsdal 0.5.17__cp311-cp311-macosx_10_9_universal2.whl → 0.5.19__cp311-cp311-macosx_10_9_universal2.whl

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

Potentially problematic release.


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

Files changed (60) hide show
  1. amsdal/__about__.py +1 -1
  2. amsdal/cloud/__init__.cpython-311-darwin.so +0 -0
  3. amsdal/cloud/client.cpython-311-darwin.so +0 -0
  4. amsdal/cloud/constants.cpython-311-darwin.so +0 -0
  5. amsdal/cloud/enums.cpython-311-darwin.so +0 -0
  6. amsdal/cloud/models/__init__.cpython-311-darwin.so +0 -0
  7. amsdal/cloud/models/base.cpython-311-darwin.so +0 -0
  8. amsdal/cloud/services/__init__.cpython-311-darwin.so +0 -0
  9. amsdal/cloud/services/actions/__init__.cpython-311-darwin.so +0 -0
  10. amsdal/cloud/services/actions/add_allowlist_ip.cpython-311-darwin.so +0 -0
  11. amsdal/cloud/services/actions/add_basic_auth.cpython-311-darwin.so +0 -0
  12. amsdal/cloud/services/actions/add_dependency.cpython-311-darwin.so +0 -0
  13. amsdal/cloud/services/actions/add_secret.cpython-311-darwin.so +0 -0
  14. amsdal/cloud/services/actions/base.cpython-311-darwin.so +0 -0
  15. amsdal/cloud/services/actions/create_deploy.cpython-311-darwin.so +0 -0
  16. amsdal/cloud/services/actions/create_env.cpython-311-darwin.so +0 -0
  17. amsdal/cloud/services/actions/create_session.cpython-311-darwin.so +0 -0
  18. amsdal/cloud/services/actions/delete_allowlist_ip.cpython-311-darwin.so +0 -0
  19. amsdal/cloud/services/actions/delete_basic_auth.cpython-311-darwin.so +0 -0
  20. amsdal/cloud/services/actions/delete_dependency.cpython-311-darwin.so +0 -0
  21. amsdal/cloud/services/actions/delete_env.cpython-311-darwin.so +0 -0
  22. amsdal/cloud/services/actions/delete_secret.cpython-311-darwin.so +0 -0
  23. amsdal/cloud/services/actions/destroy_deploy.cpython-311-darwin.so +0 -0
  24. amsdal/cloud/services/actions/expose_db.cpython-311-darwin.so +0 -0
  25. amsdal/cloud/services/actions/get_basic_auth_credentials.cpython-311-darwin.so +0 -0
  26. amsdal/cloud/services/actions/get_monitoring_info.cpython-311-darwin.so +0 -0
  27. amsdal/cloud/services/actions/list_dependencies.cpython-311-darwin.so +0 -0
  28. amsdal/cloud/services/actions/list_deploys.cpython-311-darwin.so +0 -0
  29. amsdal/cloud/services/actions/list_envs.cpython-311-darwin.so +0 -0
  30. amsdal/cloud/services/actions/list_secrets.cpython-311-darwin.so +0 -0
  31. amsdal/cloud/services/actions/manager.cpython-311-darwin.so +0 -0
  32. amsdal/cloud/services/actions/signup_action.cpython-311-darwin.so +0 -0
  33. amsdal/cloud/services/actions/update_deploy.cpython-311-darwin.so +0 -0
  34. amsdal/cloud/services/auth/__init__.cpython-311-darwin.so +0 -0
  35. amsdal/cloud/services/auth/base.cpython-311-darwin.so +0 -0
  36. amsdal/cloud/services/auth/credentials.cpython-311-darwin.so +0 -0
  37. amsdal/cloud/services/auth/manager.cpython-311-darwin.so +0 -0
  38. amsdal/cloud/services/auth/signup_service.cpython-311-darwin.so +0 -0
  39. amsdal/cloud/services/auth/token.cpython-311-darwin.so +0 -0
  40. amsdal/contrib/__init__.cpython-311-darwin.so +0 -0
  41. amsdal/contrib/frontend_configs/conversion/convert.py +13 -13
  42. amsdal/fixtures/__init__.cpython-311-darwin.so +0 -0
  43. amsdal/fixtures/manager.cpython-311-darwin.so +0 -0
  44. amsdal/fixtures/utils.cpython-311-darwin.so +0 -0
  45. amsdal/manager.cpython-311-darwin.so +0 -0
  46. amsdal/mixins/__init__.cpython-311-darwin.so +0 -0
  47. amsdal/mixins/class_versions_mixin.cpython-311-darwin.so +0 -0
  48. amsdal/schemas/manager.cpython-311-darwin.so +0 -0
  49. amsdal/services/__init__.cpython-311-darwin.so +0 -0
  50. amsdal/services/__init__.pyi +4 -0
  51. amsdal/services/external_connections.cpython-311-darwin.so +0 -0
  52. amsdal/services/external_connections.pyi +190 -0
  53. amsdal/services/external_model_generator.cpython-311-darwin.so +0 -0
  54. amsdal/services/external_model_generator.pyi +134 -0
  55. amsdal/services/transaction_execution.cpython-311-darwin.so +0 -0
  56. {amsdal-0.5.17.dist-info → amsdal-0.5.19.dist-info}/METADATA +1 -1
  57. {amsdal-0.5.17.dist-info → amsdal-0.5.19.dist-info}/RECORD +60 -56
  58. {amsdal-0.5.17.dist-info → amsdal-0.5.19.dist-info}/WHEEL +0 -0
  59. {amsdal-0.5.17.dist-info → amsdal-0.5.19.dist-info}/licenses/LICENSE.txt +0 -0
  60. {amsdal-0.5.17.dist-info → amsdal-0.5.19.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.5.17'
4
+ __version__ = '0.5.19'
Binary file
Binary file
Binary file
@@ -140,6 +140,19 @@ def convert_to_frontend_config(value: Any, *, is_transaction: bool = False) -> d
140
140
  return {
141
141
  'type': 'text',
142
142
  }
143
+ if value.__class__.__name__ == '_LiteralGenericAlias' and hasattr(value, '__origin__'):
144
+ options = get_args(value)
145
+ return {
146
+ 'type': 'select',
147
+ 'options': [{'label': str(option), 'value': option} for option in options],
148
+ }
149
+
150
+ if value.__class__.__name__ == '_AnnotatedAlias' and hasattr(value, '__origin__'):
151
+ # Handle Annotated types
152
+ options = get_args(value)
153
+ if options:
154
+ val = convert_to_frontend_config(options[0], is_transaction=is_transaction)
155
+ return val
143
156
 
144
157
  if isinstance(value, FunctionType):
145
158
  function_controls = []
@@ -294,17 +307,4 @@ def convert_to_frontend_config(value: Any, *, is_transaction: bool = False) -> d
294
307
  except TypeError:
295
308
  pass
296
309
 
297
- if value.__class__.__name__ == '_LiteralGenericAlias' and hasattr(value, '__origin__'):
298
- options = get_args(value)
299
- return {
300
- 'type': 'select',
301
- 'options': [{'label': str(option), 'value': option} for option in options],
302
- }
303
-
304
- if value.__class__.__name__ == '_AnnotatedAlias' and hasattr(value, '__origin__'):
305
- # Handle Annotated types
306
- options = get_args(value)
307
- if options:
308
- return convert_to_frontend_config(options[0], is_transaction=is_transaction)
309
-
310
310
  return {}
Binary file
Binary file
@@ -0,0 +1,4 @@
1
+ from amsdal.services.external_connections import ExternalConnectionManager as ExternalConnectionManager, ExternalDatabaseReader as ExternalDatabaseReader
2
+ from amsdal.services.external_model_generator import ExternalModelGenerator as ExternalModelGenerator
3
+
4
+ __all__ = ['ExternalConnectionManager', 'ExternalDatabaseReader', 'ExternalModelGenerator']
@@ -0,0 +1,190 @@
1
+ from _typeshed import Incomplete
2
+ from amsdal_data.application import AsyncDataApplication, DataApplication
3
+ from amsdal_utils.utils.singleton import Singleton
4
+ from typing import Any, TypeVar
5
+
6
+ T = TypeVar('T')
7
+
8
+ class ExternalConnectionManager(metaclass=Singleton):
9
+ """
10
+ Manager for accessing external service connections.
11
+
12
+ Provides a convenient interface to access external connections configured
13
+ in the application, such as read-only databases, email services, etc.
14
+
15
+ Example usage:
16
+ manager = ExternalConnectionManager()
17
+
18
+ # Get read-only database connection
19
+ external_db = manager.get_connection('external_users_db')
20
+ rows = external_db.fetch_all('SELECT * FROM users WHERE active = 1')
21
+
22
+ # Get email service
23
+ email = manager.get_connection('email_service')
24
+ email.send_email(...)
25
+ """
26
+ _data_application: DataApplication | None
27
+ _async_data_application: AsyncDataApplication | None
28
+ def __init__(self) -> None: ...
29
+ def setup(self, data_application: DataApplication | None = None, async_data_application: AsyncDataApplication | None = None) -> None:
30
+ """
31
+ Set up the manager with the data application instance.
32
+
33
+ Args:
34
+ data_application: Sync DataApplication instance
35
+ async_data_application: Async DataApplication instance
36
+ """
37
+ def get_connection(self, name: str) -> Any:
38
+ """
39
+ Get an external service connection by name.
40
+
41
+ Args:
42
+ name: Name of the external connection (as configured in resources)
43
+
44
+ Returns:
45
+ The external connection object
46
+
47
+ Raises:
48
+ RuntimeError: If manager is not set up
49
+ KeyError: If connection not found
50
+ """
51
+ def has_connection(self, name: str) -> bool:
52
+ """
53
+ Check if an external connection exists.
54
+
55
+ Args:
56
+ name: Name of the external connection
57
+
58
+ Returns:
59
+ bool: True if connection exists, False otherwise
60
+ """
61
+ def list_connections(self) -> list[str]:
62
+ """
63
+ List all available external connection names.
64
+
65
+ Returns:
66
+ list[str]: List of connection names
67
+ """
68
+
69
+ class ExternalDatabaseReader:
70
+ """
71
+ Helper class for reading from external read-only databases.
72
+
73
+ Provides a convenient interface for querying external databases
74
+ with common patterns like filtering, mapping results, etc.
75
+
76
+ Example usage:
77
+ reader = ExternalDatabaseReader('external_users_db')
78
+
79
+ # Fetch all users
80
+ users = reader.fetch_all('SELECT * FROM users')
81
+
82
+ # Fetch with parameters
83
+ active_users = reader.fetch_all(
84
+ 'SELECT * FROM users WHERE active = ?',
85
+ (1,)
86
+ )
87
+
88
+ # Fetch one record
89
+ user = reader.fetch_one('SELECT * FROM users WHERE id = ?', (user_id,))
90
+
91
+ # Get as dictionaries
92
+ user_dicts = reader.fetch_all_as_dicts('SELECT * FROM users LIMIT 10')
93
+ """
94
+ connection_name: Incomplete
95
+ _manager: Incomplete
96
+ def __init__(self, connection_name: str) -> None:
97
+ """
98
+ Initialize the reader with a connection name.
99
+
100
+ Args:
101
+ connection_name: Name of the external database connection
102
+ """
103
+ @property
104
+ def connection(self) -> Any:
105
+ """Get the underlying connection object."""
106
+ def fetch_all(self, query: str, parameters: tuple[Any, ...] | None = None) -> list[Any]:
107
+ """
108
+ Execute query and fetch all results.
109
+
110
+ Args:
111
+ query: SQL query to execute
112
+ parameters: Query parameters (optional)
113
+
114
+ Returns:
115
+ list: List of result rows
116
+ """
117
+ def fetch_one(self, query: str, parameters: tuple[Any, ...] | None = None) -> Any | None:
118
+ """
119
+ Execute query and fetch one result.
120
+
121
+ Args:
122
+ query: SQL query to execute
123
+ parameters: Query parameters (optional)
124
+
125
+ Returns:
126
+ Single result row or None
127
+ """
128
+ def fetch_all_as_dicts(self, query: str, parameters: tuple[Any, ...] | None = None) -> list[dict[str, Any]]:
129
+ """
130
+ Execute query and fetch all results as dictionaries.
131
+
132
+ Args:
133
+ query: SQL query to execute
134
+ parameters: Query parameters (optional)
135
+
136
+ Returns:
137
+ list[dict]: List of result dictionaries
138
+ """
139
+ def fetch_one_as_dict(self, query: str, parameters: tuple[Any, ...] | None = None) -> dict[str, Any] | None:
140
+ """
141
+ Execute query and fetch one result as dictionary.
142
+
143
+ Args:
144
+ query: SQL query to execute
145
+ parameters: Query parameters (optional)
146
+
147
+ Returns:
148
+ dict | None: Result dictionary or None
149
+ """
150
+ def get_table_names(self) -> list[str]:
151
+ """
152
+ Get list of all tables in the database.
153
+
154
+ Returns:
155
+ list[str]: List of table names
156
+ """
157
+ def get_table_schema(self, table_name: str) -> list[dict[str, Any]]:
158
+ """
159
+ Get schema information for a table.
160
+
161
+ Args:
162
+ table_name: Name of the table
163
+
164
+ Returns:
165
+ list[dict]: List of column information dictionaries
166
+ """
167
+ def count(self, table: str, where_clause: str = '', parameters: tuple[Any, ...] | None = None) -> int:
168
+ """
169
+ Count rows in a table.
170
+
171
+ Args:
172
+ table: Table name
173
+ where_clause: Optional WHERE clause (without WHERE keyword)
174
+ parameters: Query parameters for WHERE clause
175
+
176
+ Returns:
177
+ int: Number of rows
178
+ """
179
+ def exists(self, table: str, where_clause: str, parameters: tuple[Any, ...]) -> bool:
180
+ """
181
+ Check if a record exists.
182
+
183
+ Args:
184
+ table: Table name
185
+ where_clause: WHERE clause (without WHERE keyword)
186
+ parameters: Query parameters
187
+
188
+ Returns:
189
+ bool: True if record exists, False otherwise
190
+ """
@@ -0,0 +1,134 @@
1
+ from _typeshed import Incomplete
2
+ from amsdal.services.external_connections import ExternalConnectionManager as ExternalConnectionManager
3
+ from amsdal_models.classes.external_model import ExternalModel
4
+ from amsdal_utils.schemas.schema import ObjectSchema as ObjectSchema
5
+ from typing import Any
6
+
7
+ class ExternalModelGenerator:
8
+ """
9
+ Service for generating ExternalModel classes from external connections.
10
+
11
+ This service introspects external database schemas and generates
12
+ corresponding ExternalModel classes that can be used immediately
13
+ for querying the external data.
14
+
15
+ Features:
16
+ - Automatic schema introspection
17
+ - Type mapping (SQL types -> Python types)
18
+ - Primary key detection
19
+ - In-memory model class generation
20
+ - No lakehouse schema creation
21
+
22
+ Example usage:
23
+ # Generate models for a single table
24
+ generator = ExternalModelGenerator()
25
+ User = generator.generate_model('external_db', 'users')
26
+
27
+ # Now use the generated model
28
+ users = User.objects.filter(active=True).execute()
29
+
30
+ # Generate models for all tables
31
+ models = generator.generate_models_for_connection('external_db')
32
+ User = models['User']
33
+ Post = models['Post']
34
+ """
35
+ _connection_manager: Incomplete
36
+ _schema_converter: Incomplete
37
+ def __init__(self) -> None: ...
38
+ def generate_model(self, connection_name: str, table_name: str, model_name: str | None = None) -> type[ExternalModel]:
39
+ """
40
+ Generate an ExternalModel class for a specific table.
41
+
42
+ Args:
43
+ connection_name: Name of the external connection
44
+ table_name: Name of the table to generate model for
45
+ model_name: Optional custom model name (defaults to classified table name)
46
+
47
+ Returns:
48
+ type[ExternalModel]: Generated model class ready to use
49
+
50
+ Raises:
51
+ ValueError: If connection doesn't support schema introspection
52
+ ConnectionError: If connection is not available
53
+ RuntimeError: If model generation fails
54
+
55
+ Example:
56
+ generator = ExternalModelGenerator()
57
+ User = generator.generate_model('external_db', 'users')
58
+
59
+ # Query using the generated model
60
+ active_users = User.objects.filter(active=True).execute()
61
+ """
62
+ def generate_models_for_connection(self, connection_name: str, table_names: list[str] | None = None) -> dict[str, type[ExternalModel]]:
63
+ """
64
+ Generate ExternalModel classes for all tables in a connection.
65
+
66
+ Args:
67
+ connection_name: Name of the external connection
68
+ table_names: Optional list of specific tables to generate models for.
69
+ If None, generates models for all tables.
70
+
71
+ Returns:
72
+ dict[str, type[ExternalModel]]: Dictionary mapping model names to model classes
73
+
74
+ Raises:
75
+ ValueError: If connection doesn't support schema introspection
76
+ ConnectionError: If connection is not available
77
+
78
+ Example:
79
+ generator = ExternalModelGenerator()
80
+ models = generator.generate_models_for_connection('external_db')
81
+
82
+ # Access generated models
83
+ User = models['User']
84
+ Post = models['Post']
85
+ Comment = models['Comment']
86
+
87
+ # Or generate only specific tables
88
+ models = generator.generate_models_for_connection(
89
+ 'external_db',
90
+ table_names=['users', 'posts']
91
+ )
92
+ """
93
+ def _convert_schema(self, connection: Any, table_name: str, table_schema: list[dict[str, Any]], connection_name: str) -> ObjectSchema:
94
+ """
95
+ Convert raw table schema to ObjectSchema based on connection type.
96
+
97
+ Args:
98
+ connection: The connection object
99
+ table_name: Name of the table
100
+ table_schema: Raw schema data from connection
101
+ connection_name: Name of the connection
102
+
103
+ Returns:
104
+ ObjectSchema: Converted schema
105
+ """
106
+ def _normalize_schema_format(self, table_schema: list[dict[str, Any]]) -> list[dict[str, Any]]:
107
+ """
108
+ Normalize various schema formats to generic format.
109
+
110
+ Converts various schema formats to the format expected by generic_schema_to_object_schema:
111
+ {'name': str, 'type': str, 'nullable': bool, 'primary_key': bool, 'default': Any}
112
+ """
113
+ def _create_model_class(self, object_schema: ObjectSchema, custom_name: str | None = None) -> type[ExternalModel]:
114
+ """
115
+ Create an ExternalModel class from ObjectSchema.
116
+
117
+ Args:
118
+ object_schema: The schema to create model from
119
+ custom_name: Optional custom model name
120
+
121
+ Returns:
122
+ type[ExternalModel]: Generated model class
123
+ """
124
+ @staticmethod
125
+ def _core_type_to_python_type(core_type: str) -> type:
126
+ """
127
+ Convert CoreType string to Python type for annotations.
128
+
129
+ Args:
130
+ core_type: CoreType value (e.g., 'string', 'integer')
131
+
132
+ Returns:
133
+ type: Corresponding Python type
134
+ """
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: amsdal
3
- Version: 0.5.17
3
+ Version: 0.5.19
4
4
  Summary: AMSDAL
5
5
  License: AMSDAL End User License Agreement
6
6
 
@@ -1,9 +1,9 @@
1
1
  amsdal/manager.pyi,sha256=aRX-FO3KIozgaoJg3_pAVJjPAW9PL8hMiYvaTJ_kp5E,9466
2
2
  amsdal/__init__.pyi,sha256=4FIq7rQKQXoDNIzrDxtklKrbPcE2qqKU8W0jp8Mld6Q,741
3
3
  amsdal/__init__.py,sha256=eg_kMNcJSTvb8Q32AstCARJURBhrlIVmE12Dgq0nOUk,742
4
- amsdal/manager.cpython-311-darwin.so,sha256=Muy35wUsCAeFCjOQCbQFF00EI-W_44j9iYufyG6ABMQ,518288
4
+ amsdal/manager.cpython-311-darwin.so,sha256=Y4q2adjH65Ii0KwrtTSddDBeeu5dGxcFvH7nEjIckQ8,518288
5
5
  amsdal/Third-Party Materials - AMSDAL Dependencies - License Notices.md,sha256=3YRsqickIvSW7EmjlC-yk5h-YW_GMzAz7wsT9ZPIiaM,74780
6
- amsdal/__about__.py,sha256=tkY-o56yRBVIq-yCIRq6ajUVCc_Qd6PLh6OXawTh9b8,125
6
+ amsdal/__about__.py,sha256=RdFno7a2EZU6RqeOVmL2KuX-H0XeTHEizPt4zqx0zr4,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
@@ -18,8 +18,8 @@ amsdal/context/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
18
18
  amsdal/context/manager.py,sha256=CKGY75P2y-TCnZvK5p9NJsDgHo8KXHSE0Eg5AGRjnfk,1850
19
19
  amsdal/mixins/class_versions_mixin.pyi,sha256=oSXjkTsN35d-3YgCckclhk7xRkljKHLYtN8a8gJgj2o,548
20
20
  amsdal/mixins/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
21
- amsdal/mixins/__init__.cpython-311-darwin.so,sha256=kfX6oftZK6ddDwf9DXTrIlTUau_Zy6YVJxGTX-oYrgY,120656
22
- amsdal/mixins/class_versions_mixin.cpython-311-darwin.so,sha256=8VChvrSC2g4JgleLlNSfud20qgxukUqOVwWv5Nsj198,180576
21
+ amsdal/mixins/__init__.cpython-311-darwin.so,sha256=2e0RmQBNACzPCStr5BuG_KLlwn8eDNWOT7dVoGftV2A,120656
22
+ amsdal/mixins/class_versions_mixin.cpython-311-darwin.so,sha256=RkyHixhd4BXfJU2MOsS4eSYg9fXWi-nqnCawzW64MV0,180576
23
23
  amsdal/utils/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
24
24
  amsdal/utils/contrib_paths.py,sha256=9BpNegbPofuvaQ4bE4E5cO4IV415ZZJkTqSLHUruJ3k,787
25
25
  amsdal/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
@@ -45,7 +45,7 @@ amsdal/models/core/class_property.py,sha256=HFIMb0DE8bhmRf_l45VeJJD_tE85eUZ---IP
45
45
  amsdal/models/core/class_object.py,sha256=Y5sdatrNZK1jkMImyeRFTxeUonuzJaDCKZzULZvJIHw,1487
46
46
  amsdal/contrib/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
47
47
  amsdal/contrib/app_config.pyi,sha256=j3MYfBcn9MzhTagEczGWfVH9N5jrfiKmUhxZMoakojw,149
48
- amsdal/contrib/__init__.cpython-311-darwin.so,sha256=OthDCGrul825KfrAPZXM68ABJuqgtdicNnPnjaMtsgM,120656
48
+ amsdal/contrib/__init__.cpython-311-darwin.so,sha256=J-hr88YtTyuo2eKNhEpWGMOQZMNIHUie18R963xBtuM,120656
49
49
  amsdal/contrib/app_config.py,sha256=RT3RAEE49XtzuFTXYNVuaqU9V4YIl0ZWZijtXgV-SC4,131
50
50
  amsdal/contrib/auth/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
51
51
  amsdal/contrib/auth/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
@@ -94,7 +94,7 @@ amsdal/contrib/frontend_configs/models/frontend_config_skip_none_base.py,sha256=
94
94
  amsdal/contrib/frontend_configs/models/frontend_activator_config.py,sha256=40mXb53uk4Rg4F5uMgCFHuDJTjQA9b_qO5zUtJHTPKk,1023
95
95
  amsdal/contrib/frontend_configs/models/frontend_config_validator.py,sha256=TckgaoRn3hU04rihXQMTAt8wNFoZo8dzHTR0RVyPytY,1317
96
96
  amsdal/contrib/frontend_configs/conversion/__init__.pyi,sha256=Gbz6P3jhpqK6hLcGxi6l0sI_MNrb8_JNLLD4YVOjkFY,162
97
- amsdal/contrib/frontend_configs/conversion/convert.py,sha256=QuSfsfxGpBO5yKKyFrRPmMS7TfNo4Mo6fwwGkKPrmvs,9839
97
+ amsdal/contrib/frontend_configs/conversion/convert.py,sha256=xVJ_PgHfY8CEFrz2xiCPLGGhw7Spw9S-Oub4zWddttI,9860
98
98
  amsdal/contrib/frontend_configs/conversion/convert.pyi,sha256=cmJVdWBIobg3a5QEZUN1itITb5vPX9DoWqPzZCPN28M,913
99
99
  amsdal/contrib/frontend_configs/conversion/__init__.py,sha256=4Kkv5xgGvqky3szx08bBfbbxrc6TeFDSnosGimSoNcI,139
100
100
  amsdal/schemas/interfaces.py,sha256=ECDbWTljhGXYVbbSLjH0ko-rIWgp4LttuIr-Amte2bA,672
@@ -103,7 +103,7 @@ amsdal/schemas/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
103
103
  amsdal/schemas/repository.pyi,sha256=e6YUXO248WmhWkkXWt828JrFzIJ9alTPqjXqbktjeWw,1443
104
104
  amsdal/schemas/interfaces.pyi,sha256=jUXLEKIa_af9Qrv9a4UvfRmsUV78N921i4dDXKHPaQk,725
105
105
  amsdal/schemas/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
106
- amsdal/schemas/manager.cpython-311-darwin.so,sha256=GnXFg3e4gkleDIfm7brrzBTUyftr0227IUn9E-mViLU,120656
106
+ amsdal/schemas/manager.cpython-311-darwin.so,sha256=UtkTthTejvh-FX3AH1E7GLSelg-1Thp6PBoBAmVVYc4,120656
107
107
  amsdal/schemas/utils.pyi,sha256=UbeISOxetojP6HlzhiJWeaAVyYZUrnGAS5niTQ0m6n0,437
108
108
  amsdal/schemas/utils.py,sha256=t8k7QYYR6SsCPpBhp7s585eSYKVIF895EKRMK1w1y1Q,492
109
109
  amsdal/schemas/repository.py,sha256=PbskgDr8JMabQm2uf8Kfj5bBSPlPkx4cDGXn-jfIsPM,3249
@@ -154,94 +154,98 @@ amsdal/configs/constants.py,sha256=faghdS6r3on1WKrp782WmgONd1fMf4X73LJzAwMO1po,9
154
154
  amsdal/configs/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
155
155
  amsdal/configs/main.pyi,sha256=LQLyErlnW8m6MWW8lk0sA9jJqRdPyBuxRRMAeWtk-Us,7000
156
156
  amsdal/configs/main.py,sha256=sk01zezWynALKsVsB0zyCkNPZ9Cv1iSQ39nJ5lusfQ0,10143
157
- amsdal/cloud/client.cpython-311-darwin.so,sha256=Ya-4w43rn9r1tzIlUM9vjXQUcRpWrhrTIDKm9QnaJO4,216208
157
+ amsdal/cloud/client.cpython-311-darwin.so,sha256=w0gxli1Onu_AHfu7E1gC8PC8mXsNFf7rCg7ssS09qDQ,216208
158
158
  amsdal/cloud/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
159
159
  amsdal/cloud/constants.pyi,sha256=0qWxDqjQkETwUtgco5kV83fPHhQ4jRdJe_YPPNTnSIY,327
160
160
  amsdal/cloud/client.pyi,sha256=3VjPRtJrbUU29u_wswETrMorN0iUb4GFAXmMc73bUf4,2247
161
- amsdal/cloud/enums.cpython-311-darwin.so,sha256=MXBNwCEvBM7RxD9blednXzawlN080e6eQGfBJYsCyqQ,158064
162
- amsdal/cloud/constants.cpython-311-darwin.so,sha256=LD8lIEDde6f_l5hJHhA2k1mfJPj_n-9K5cCk9yyerYM,158688
163
- amsdal/cloud/__init__.cpython-311-darwin.so,sha256=WA0GR56GTc4I9NFh1K0zujgrlo0Rmg2COAzgufamdVg,120656
161
+ amsdal/cloud/enums.cpython-311-darwin.so,sha256=lL3bOHhTrLddEE1bC3NzppJi73qUvoH5uUjOSuW-QOk,158064
162
+ amsdal/cloud/constants.cpython-311-darwin.so,sha256=lv_k1oeE31JUPSW-1ZLGdg31XvN_EtEGvS4hyrOUiXI,158688
163
+ amsdal/cloud/__init__.cpython-311-darwin.so,sha256=QVRcjsH3akO9W46qAYZpqTrpc_D3XpEbnaehU9lnse0,120656
164
164
  amsdal/cloud/enums.pyi,sha256=mX5O1FPc3aNnN108aOJT66Nn9KlcyrRTj9B23sFdDfw,1757
165
- amsdal/cloud/models/base.cpython-311-darwin.so,sha256=U6jgCGU7VSQNx8SlT59yDhsHTwYbZ67fjrmoFyA5Js4,211632
165
+ amsdal/cloud/models/base.cpython-311-darwin.so,sha256=iQba8qr62jEC6211K3F_IDl3_v7_MpWejC7LbLuWoGE,211632
166
166
  amsdal/cloud/models/base.pyi,sha256=avwAj4uS4NHrXvmSKBxokFKFWSaBPXtJPl1Ig1CD6sg,7727
167
167
  amsdal/cloud/models/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
168
- amsdal/cloud/models/__init__.cpython-311-darwin.so,sha256=uJxkVY3eCuc2rD-05PafoDxDyKFAuRmWftry9eTzXcw,120688
168
+ amsdal/cloud/models/__init__.cpython-311-darwin.so,sha256=mpxjY5wIi99FPUYfmlkWnawCdjJ6YFOfNsp0JrA8evM,120688
169
169
  amsdal/cloud/services/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
170
- amsdal/cloud/services/__init__.cpython-311-darwin.so,sha256=sJpWDYJpZ3GVb0lDop4EaoBxGOx31dCxprWywGlRgpE,120688
171
- amsdal/cloud/services/auth/base.cpython-311-darwin.so,sha256=7Im1_8xz7d55YOgehQFqlFCgBYnZKp6_j-7qnJHCHwI,163104
170
+ amsdal/cloud/services/__init__.cpython-311-darwin.so,sha256=i8sXnNXajgo8I7rcC0iLP8yBpQy3vBh_DNIxeXThUN8,120688
171
+ amsdal/cloud/services/auth/base.cpython-311-darwin.so,sha256=dPa_IBFnieJGf5XDuMBuw-0XaQ2bpYCjoQOKqb2KUYk,163104
172
172
  amsdal/cloud/services/auth/base.pyi,sha256=oj_tgwWhf02g-FzCLcNOEZjYDxfcrrDssING4jsUMb8,167
173
173
  amsdal/cloud/services/auth/manager.pyi,sha256=AhKllHgraztP3JSKta9MmQjTNRAbQbwqZg2EpQZSwhI,1243
174
174
  amsdal/cloud/services/auth/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
175
175
  amsdal/cloud/services/auth/signup_service.pyi,sha256=SfSN1tLIwrzGi9JbMgoLuKKH1u5uoh_MOFJ4n_NHcBY,1145
176
- amsdal/cloud/services/auth/token.cpython-311-darwin.so,sha256=-dUGx754x5B_NdbLdwlZCALKOls2ZpYeKsES_UI3EwU,251536
177
- amsdal/cloud/services/auth/manager.cpython-311-darwin.so,sha256=m7NZ_5YcPfBWV9X4j6h_i0OpQOd4RK-Vmp5BWag-vKA,214128
176
+ amsdal/cloud/services/auth/token.cpython-311-darwin.so,sha256=Cd-FruIQ4EQALLCYW19C9W5mFj3XPbArtZDeD06taxM,251536
177
+ amsdal/cloud/services/auth/manager.cpython-311-darwin.so,sha256=Gf5ao7v8Anq8q8jRfWFwLmN5s7X8bg7CMm87qPiGVjw,214128
178
178
  amsdal/cloud/services/auth/token.pyi,sha256=v9QDleIytAZGlYHHaO-W1fTr5d2OLGWsh5g6HDeuk90,1042
179
- amsdal/cloud/services/auth/signup_service.cpython-311-darwin.so,sha256=X3sAEfRSFEbgBsa3-OJRzNDmkYgwaozOwY1mqdb_3n8,216216
180
- amsdal/cloud/services/auth/__init__.cpython-311-darwin.so,sha256=V2nKEZfvp1wBCbf9LMzlldLKu7SuMS_h5nZdG9nFyrg,120704
181
- amsdal/cloud/services/auth/credentials.cpython-311-darwin.so,sha256=_0usM4l-vOJoAdMUmmT_E5q1XCrGpEcrBoGO6Z5sN30,304408
179
+ amsdal/cloud/services/auth/signup_service.cpython-311-darwin.so,sha256=yUpl1iEqrLYC10tVr2KBvVwhVsJYh0DrxxOXKZ2EDL4,216216
180
+ amsdal/cloud/services/auth/__init__.cpython-311-darwin.so,sha256=9roIIxgf242qjtU93WUS3pntOz-sFH1JcrjYELEgOCM,120704
181
+ amsdal/cloud/services/auth/credentials.cpython-311-darwin.so,sha256=WLRbE7hqmunlpDSqnw3M2rpyM6GYFtVJAgCbkecl2ks,304408
182
182
  amsdal/cloud/services/auth/credentials.pyi,sha256=ghp3r8rDq5l5xxx7UKFkCASyQJbWChkF2PQDJrQmeW4,1417
183
- amsdal/cloud/services/actions/get_basic_auth_credentials.cpython-311-darwin.so,sha256=xYMp83uLiQNGP46IGh7YGBghfJBuNz3MIVBnCopeb7I,181112
184
- amsdal/cloud/services/actions/base.cpython-311-darwin.so,sha256=xTZPqyXu7YUtnOkD3Xk94trn9WLjUG9g8-h0ayRt43s,323552
183
+ amsdal/cloud/services/actions/get_basic_auth_credentials.cpython-311-darwin.so,sha256=aQpMkvOkqXoYA_ksg-Qzch6TbmBVkKV2dPb4QNjE-MY,181112
184
+ amsdal/cloud/services/actions/base.cpython-311-darwin.so,sha256=JqAzXFZYEsfNs7Jm4BolAIzwd55bia_P7GjLpxDpMas,323552
185
185
  amsdal/cloud/services/actions/list_envs.pyi,sha256=7PylFRd1Jb6nkTt8q8iy27rLj-Q5qcwfqW02_OlfDZs,878
186
- amsdal/cloud/services/actions/delete_basic_auth.cpython-311-darwin.so,sha256=zTEbNzNoalcPq4sl0eutX5m6fu1yn6Fl4I-YUACIkZQ,180744
186
+ amsdal/cloud/services/actions/delete_basic_auth.cpython-311-darwin.so,sha256=VOQJWAiPidQKbs1X4CAhigwKGml3iAuPR8AP5B3eXZw,180744
187
187
  amsdal/cloud/services/actions/base.pyi,sha256=J98igdu3E9-mled_kbxerja4DTLM0OAW8cHtsVOQ_fc,5880
188
- amsdal/cloud/services/actions/add_allowlist_ip.cpython-311-darwin.so,sha256=htCsgtCWZrNNt4g87TNzch7wC_GiNr27X6qBYYskq_8,180776
189
- amsdal/cloud/services/actions/signup_action.cpython-311-darwin.so,sha256=mYiiB7ZxnZJaDbV_1Em3C5iPgv6SADFoEUmAtJ2fwiU,180584
188
+ amsdal/cloud/services/actions/add_allowlist_ip.cpython-311-darwin.so,sha256=Xh-hrE8hXjY8-8D3yS45uM2sZrU-yXdg5XV2QruQ9bM,180776
189
+ amsdal/cloud/services/actions/signup_action.cpython-311-darwin.so,sha256=G2ds65aC8r1kIs_GXMpkLc4Aiz-p0TkxJ6thK8xODPg,180584
190
190
  amsdal/cloud/services/actions/manager.pyi,sha256=Tal5u1nMhi7MeuJ9lBIPYPLgKoIB6DUXPU2AokrusHI,15441
191
- amsdal/cloud/services/actions/delete_dependency.cpython-311-darwin.so,sha256=oC_0HZq9acAzLBfwfppzaGs_0zljuQAhFPDmfW6UJfk,180760
192
- amsdal/cloud/services/actions/expose_db.cpython-311-darwin.so,sha256=fMkcvmMK1GBLj7xLzxjFILPgbqprhq3ndgvmm43qn9w,181184
191
+ amsdal/cloud/services/actions/delete_dependency.cpython-311-darwin.so,sha256=oLolthAtfMzXa88G7gxCW5c34mN68r17YM0vzHtRYX4,180760
192
+ amsdal/cloud/services/actions/expose_db.cpython-311-darwin.so,sha256=qE6P1tD1JHxpTsGonEbU6CoN6ikwtkmKCIq-YTcHFG8,181184
193
193
  amsdal/cloud/services/actions/delete_allowlist_ip.pyi,sha256=W5zVq7YKL_OVigZl58bqau3rvAzsLdItAZaqDO1HGJw,933
194
- amsdal/cloud/services/actions/add_secret.cpython-311-darwin.so,sha256=oDRyceqNokNW_Gg1WAv5iMQ0REy4f20GiwyVa_I23qg,180632
194
+ amsdal/cloud/services/actions/add_secret.cpython-311-darwin.so,sha256=3fj5HcFgCBhYwh2OjYwXMQWXdABVy2H3B7WZIkIzXVA,180632
195
195
  amsdal/cloud/services/actions/add_basic_auth.pyi,sha256=4tyTci_k_xlJrkBd71sY0ivRr8alo3Bq0KCkjIfacu4,1106
196
196
  amsdal/cloud/services/actions/list_secrets.pyi,sha256=vF-EikAy7WHdkvkGikD_oDFDIgE1GEr8nxAQKYAs9rY,1079
197
- amsdal/cloud/services/actions/list_secrets.cpython-311-darwin.so,sha256=S-u_a4xvwczMzbaBsD6xEpoETn1JZ_NhO15sIi8Jhq4,181304
197
+ amsdal/cloud/services/actions/list_secrets.cpython-311-darwin.so,sha256=CxnEvtZEluN35tYNEqmYRoaNMlU8DAU2h7olfaddqMo,181304
198
198
  amsdal/cloud/services/actions/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
199
199
  amsdal/cloud/services/actions/get_basic_auth_credentials.pyi,sha256=1FU8BtDRaGTx8fSqdhmotQK-rR7gKr4Qav_E-T_23rc,1071
200
- amsdal/cloud/services/actions/list_deploys.cpython-311-darwin.so,sha256=kvi6dke0SCoppue4ZAirPlLjKhOtFiJY5ywIQoS4rC0,181080
201
- amsdal/cloud/services/actions/list_envs.cpython-311-darwin.so,sha256=huybaJY26LgXgzUrUMQh7EoIaMll75uYw5DlPGNpxVU,180752
202
- amsdal/cloud/services/actions/list_dependencies.cpython-311-darwin.so,sha256=yfe9y2DGxBEC40i2sxoC26Sdsbgf7xJ7UUjm8Tbkr74,181304
203
- amsdal/cloud/services/actions/destroy_deploy.cpython-311-darwin.so,sha256=EJOS5GR1JInkIigPBgSVUhTTHPKQDPqoL-SAe2yD8bo,180536
204
- amsdal/cloud/services/actions/create_session.cpython-311-darwin.so,sha256=6AFYSNQCJgoQXopvDMemXV1QYtgXuxoKNftnunVrS0o,180984
205
- amsdal/cloud/services/actions/create_deploy.cpython-311-darwin.so,sha256=wv1ueaYE3qJ-Ib3NgFtARFI8JZWL9po7wLrORlB6CO0,269240
200
+ amsdal/cloud/services/actions/list_deploys.cpython-311-darwin.so,sha256=p2ue4Y_qIsP9wDr0z8Xwpf9Q5rd9_7GXjHTLxQNEBm4,181080
201
+ amsdal/cloud/services/actions/list_envs.cpython-311-darwin.so,sha256=PugGZjA4JxPbol_kpwpfWPYJ5EZ70hGTgWMY3CbggzI,180752
202
+ amsdal/cloud/services/actions/list_dependencies.cpython-311-darwin.so,sha256=AcrXvBeCAHLaWnGYh-VeAuEIzGaoA_tJBkJdPCGl8DI,181304
203
+ amsdal/cloud/services/actions/destroy_deploy.cpython-311-darwin.so,sha256=_oO5BMqU69-gvvbXA_1wVt9C-Mh8x34qaHCqhOl-Haw,180536
204
+ amsdal/cloud/services/actions/create_session.cpython-311-darwin.so,sha256=R5geCuynPE7Js8l-QEZ5uOAT1auzsGtWfkBpqUp1bko,180984
205
+ amsdal/cloud/services/actions/create_deploy.cpython-311-darwin.so,sha256=2VU8frqtmCxrBc-eJooVpf7PkmUZJ4t0IGbfo5HWeSk,269240
206
206
  amsdal/cloud/services/actions/delete_secret.pyi,sha256=gZi17MivNYBIfdPU2GjoJ2I2lWiefdvLuXTcxDss1P4,953
207
207
  amsdal/cloud/services/actions/delete_env.pyi,sha256=uyBHMOp_AprbpSfv6y6QfYW5FvK1-8jb2NxK_FmuPHE,969
208
- amsdal/cloud/services/actions/manager.cpython-311-darwin.so,sha256=jCIlTZ2vzMpv-y5vL6EbFoKKKblL_hOIkZkmD-cjcNo,371312
208
+ amsdal/cloud/services/actions/manager.cpython-311-darwin.so,sha256=rXkvlKCEyyjoLVqFnmrF3FjvgQdH3WtGP27jcX1BTPk,371312
209
209
  amsdal/cloud/services/actions/delete_dependency.pyi,sha256=VuT1w2qOpjR7I9mBi9tPXMXDPEeU8tG0vi9TXV82Frg,1021
210
- amsdal/cloud/services/actions/add_dependency.cpython-311-darwin.so,sha256=HirPYtIb1eNaqHZVdC0OBNSJklyzdSDj_NismBYfqiY,180712
210
+ amsdal/cloud/services/actions/add_dependency.cpython-311-darwin.so,sha256=ONt5H7bnIlIKcipzBkPGdzt0a5IHNLKvULePE5TXmE0,180712
211
211
  amsdal/cloud/services/actions/create_session.pyi,sha256=KUvx_vkhLQfGp_DM1ZvgszyT_G8LB28KoI1XpjNR7YY,674
212
- amsdal/cloud/services/actions/delete_allowlist_ip.cpython-311-darwin.so,sha256=WT6hfYLuWicbBwSjfBuOqZpwagxs7ylSxQW2tRCRB-A,180832
212
+ amsdal/cloud/services/actions/delete_allowlist_ip.cpython-311-darwin.so,sha256=GteBjTpSlkEMJOn2bO_P6mduL3jdWc-e1rnQuI4aVm0,180832
213
213
  amsdal/cloud/services/actions/list_deploys.pyi,sha256=Q8da3PDPxICLP2V7L-A7p-9_a3qNKrARqgHhu0CA0nA,724
214
- amsdal/cloud/services/actions/add_basic_auth.cpython-311-darwin.so,sha256=_BSHi926qQap6KqObG2_Hy9uor4r5AEHjsSXt2_9GJs,181112
214
+ amsdal/cloud/services/actions/add_basic_auth.cpython-311-darwin.so,sha256=T8PeKFOB_kzY8BYPoItedo2cH6UKzx3zMVHAC7Vyl8w,181112
215
215
  amsdal/cloud/services/actions/add_allowlist_ip.pyi,sha256=gB2NQVz8NcSsgXYiym2Suh1RPI8eHKIAFE13RmeTHkA,883
216
216
  amsdal/cloud/services/actions/get_monitoring_info.pyi,sha256=uvtBgWvtWf-Mq4vZq_q-q8Z8hJh5voAY61KRJQPGWFk,1045
217
217
  amsdal/cloud/services/actions/add_dependency.pyi,sha256=uVEIhvDa4GRS0Lg6TkcYdOwezKcxrzL7A_Lh8BxcAeU,837
218
- amsdal/cloud/services/actions/get_monitoring_info.cpython-311-darwin.so,sha256=9vQ3Dus9UNpfp58Xq2H0u8FMXaqWrNIQEpW78J4hSe0,180976
219
- amsdal/cloud/services/actions/update_deploy.cpython-311-darwin.so,sha256=SfrD30jkEe3gcBy83ityIJPuLD8DswwHPi7QEjkU178,181064
218
+ amsdal/cloud/services/actions/get_monitoring_info.cpython-311-darwin.so,sha256=2X_u2wVHcfK3-wIXV9N_cDFzVGraLcuCHqFktbuflXY,180976
219
+ amsdal/cloud/services/actions/update_deploy.cpython-311-darwin.so,sha256=P0bo7env9SSopKxRmSUGymwDl8TLhhQIDbVkZhNiyUY,181064
220
220
  amsdal/cloud/services/actions/signup_action.pyi,sha256=VswHjhxw2eHYqXwc---F2LpwlD7GlIuL_Ev2DmA96_4,808
221
- amsdal/cloud/services/actions/create_env.cpython-311-darwin.so,sha256=XelwH2owbVoZX04LWU2UYHVhi9FMVGmHVLkgIMzoi9A,180824
221
+ amsdal/cloud/services/actions/create_env.cpython-311-darwin.so,sha256=bwk-oiqX3xGBPH_0R-FFJ0LtdBb3qnFIMZNb-WUUcZs,180824
222
222
  amsdal/cloud/services/actions/add_secret.pyi,sha256=H6rS3PRwiktMfnoY8qwtmTplN9gG2yZgQKKCX8S8Q6c,890
223
- amsdal/cloud/services/actions/delete_env.cpython-311-darwin.so,sha256=ioMdlNW3ZpaQxtnO7iHJo7X9vWSbMGICET9oqYYqEeE,180824
224
- amsdal/cloud/services/actions/__init__.cpython-311-darwin.so,sha256=pfg0KcEl95eVV84SABqVTz2kvA8MEZWv_WPxZrBgMlo,120720
223
+ amsdal/cloud/services/actions/delete_env.cpython-311-darwin.so,sha256=EqgZAwceOW2uceAv9n-necjEqg1KvP70xNziNBhETjw,180824
224
+ amsdal/cloud/services/actions/__init__.cpython-311-darwin.so,sha256=djpJbsGH-wh5Gpdw5ohZEi1BGXQoHFgYsh75cAmbyPM,120720
225
225
  amsdal/cloud/services/actions/destroy_deploy.pyi,sha256=VNb0J71B3gk4SVJwxlB9XTj4vCG-37ucojcGzsvKwe8,609
226
226
  amsdal/cloud/services/actions/update_deploy.pyi,sha256=alM1nquQZ5O8PYlDIqDdSuiyuc_aj9fkd01bL9KANEI,766
227
227
  amsdal/cloud/services/actions/create_deploy.pyi,sha256=VmVMYJQmjPZce6Cm8sMQ27HomhfdzZc_0X57ZWZmCt0,1988
228
228
  amsdal/cloud/services/actions/delete_basic_auth.pyi,sha256=-I1YoOMFi0LaRsZL2JBGH_sg18PZoUL1PP9YetboDJA,915
229
229
  amsdal/cloud/services/actions/list_dependencies.pyi,sha256=C37VamSyRT-uNLuwQJ0OrHKavs8Jt0bfPbAsE5BQEvE,1035
230
230
  amsdal/cloud/services/actions/create_env.pyi,sha256=ITvyLrvwt6H36JNYURHZ_PbmGZquc5Fm07dVo7H6ll0,910
231
- amsdal/cloud/services/actions/delete_secret.cpython-311-darwin.so,sha256=9amgx7GIWMpMoDbj2NqEDX55JbcGctTZ3C2-FkKu3Ag,180680
231
+ amsdal/cloud/services/actions/delete_secret.cpython-311-darwin.so,sha256=G1zMekwfxjRL9Y8iAnjD6a7ASQAnmRpdlTCTUG0rJQo,180680
232
232
  amsdal/cloud/services/actions/expose_db.pyi,sha256=uk2zuz1SiXwjDFxtKF-yyWGNEONOgfm7EcrEyVT0cMM,1049
233
233
  amsdal/fixtures/manager.pyi,sha256=fMl3nNa2A9jiZanZ_7tnUGaPigk_03KMmdcUGPoX9kI,7077
234
234
  amsdal/fixtures/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
235
- amsdal/fixtures/manager.cpython-311-darwin.so,sha256=KAtj1gpv6WYCuDPx1qUuE8YB4OwOGyPXo8Y8KsSD-Iw,622720
235
+ amsdal/fixtures/manager.cpython-311-darwin.so,sha256=ArMkXmnhQ_d3akKz8KRTCH48zjFKOaDLsKd7paJuzk8,622720
236
236
  amsdal/fixtures/utils.pyi,sha256=OnFn7opJscOydj-rlcXQIdDodlIKGCt79TRy5zAUkqg,457
237
- amsdal/fixtures/utils.cpython-311-darwin.so,sha256=mdiUr-yMyKA_uKf1-sSkbdQEpmTwsWQyEWcR1qMcML4,306720
238
- amsdal/fixtures/__init__.cpython-311-darwin.so,sha256=dHy5bd4CNtZM0kwEsDdlFC8sGBknWe71N-ZgHJ8Zdkg,120672
237
+ amsdal/fixtures/utils.cpython-311-darwin.so,sha256=EyADHwpTtuUZWMLQrTdDStt2AaevstypmoqQKyzCp7E,306720
238
+ amsdal/fixtures/__init__.cpython-311-darwin.so,sha256=o2N6VA_Jmeja18TBaOBDTjTqkhhUXQ31zGVhZC0jHeU,120672
239
+ amsdal/services/external_model_generator.cpython-311-darwin.so,sha256=f_xfJkMv78XycSRNwkJSBzre7V38sRAmujlkW2TBBx4,345792
240
+ amsdal/services/external_connections.pyi,sha256=NEKcmoXIQViFZF9Sr0XRgvw2sC73jD7dg55dgCAhaJ0,5973
239
241
  amsdal/services/transaction_execution.pyi,sha256=TwCuurOoqSHgNu9GCYYZPSpGjxXssF2eNygQ5KVwAZM,4374
240
- amsdal/services/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
241
- amsdal/services/__init__.cpython-311-darwin.so,sha256=DagtEi0ycS-pvadiN6TmADz1_h17O9eZ1ljiRBVGUvg,120672
242
- amsdal/services/transaction_execution.cpython-311-darwin.so,sha256=Y9PmSNCRWEBXzcrIFqEZjP7MF2jOXG4jJuv3xsNcviE,452176
243
- amsdal-0.5.17.dist-info/RECORD,,
244
- amsdal-0.5.17.dist-info/WHEEL,sha256=EOGtw-LpzLQPCSF3QP-yT4xdfA0v97p09Et-l29cEBs,114
245
- amsdal-0.5.17.dist-info/top_level.txt,sha256=VPQLnOP3mf7q0JuQ_vPZYQyPNGKd_uc6ouz-hZRkhSk,7
246
- amsdal-0.5.17.dist-info/METADATA,sha256=fPuL3MOVbe9V3Vm0gucWlhkeYJ002IQLG5q6Qb9ebks,57623
247
- amsdal-0.5.17.dist-info/licenses/LICENSE.txt,sha256=hG-541PFYfNJi9WRZi_hno91UyqNg7YLK8LR3vLblZA,27355
242
+ amsdal/services/__init__.pyi,sha256=amezsprEb708wi5fhZOKYV9nrM-374iE-XFIqTNRif4,349
243
+ amsdal/services/external_model_generator.pyi,sha256=h_fQF0MPOdK8kdRh53srzJ_apzMo4RxIgwJxkFcRToA,5130
244
+ amsdal/services/__init__.cpython-311-darwin.so,sha256=MQ4NkLJJmzDtQOyhdjG6uXCypErW7KK_WLyhRLYWn8E,121744
245
+ amsdal/services/external_connections.cpython-311-darwin.so,sha256=ceIB0h00S3JCLMq3Tdj6Cu3S2BTDKnmqQDj4AJsn7gI,287680
246
+ amsdal/services/transaction_execution.cpython-311-darwin.so,sha256=cyaP6borwoMQcpuWT7lJMqCtt1aGCB05a6Gx7D1qIL8,452176
247
+ amsdal-0.5.19.dist-info/RECORD,,
248
+ amsdal-0.5.19.dist-info/WHEEL,sha256=EOGtw-LpzLQPCSF3QP-yT4xdfA0v97p09Et-l29cEBs,114
249
+ amsdal-0.5.19.dist-info/top_level.txt,sha256=VPQLnOP3mf7q0JuQ_vPZYQyPNGKd_uc6ouz-hZRkhSk,7
250
+ amsdal-0.5.19.dist-info/METADATA,sha256=FCdicnOt0QbjZFMhduC4M_OvWPdDTL3iLDl3zNVmEtE,57623
251
+ amsdal-0.5.19.dist-info/licenses/LICENSE.txt,sha256=hG-541PFYfNJi9WRZi_hno91UyqNg7YLK8LR3vLblZA,27355