amsdal 0.5.5__cp311-cp311-macosx_10_9_universal2.whl → 0.5.7__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.
Files changed (82) 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/fixtures/__init__.cpython-311-darwin.so +0 -0
  42. amsdal/fixtures/manager.cpython-311-darwin.so +0 -0
  43. amsdal/fixtures/utils.cpython-311-darwin.so +0 -0
  44. amsdal/manager.cpython-311-darwin.so +0 -0
  45. amsdal/mixins/__init__.cpython-311-darwin.so +0 -0
  46. amsdal/mixins/class_versions_mixin.cpython-311-darwin.so +0 -0
  47. amsdal/models/mixins.py +22 -0
  48. amsdal/schemas/manager.cpython-311-darwin.so +0 -0
  49. amsdal/services/__init__.cpython-311-darwin.so +0 -0
  50. amsdal/services/transaction_execution.cpython-311-darwin.so +0 -0
  51. {amsdal-0.5.5.dist-info → amsdal-0.5.7.dist-info}/METADATA +1 -1
  52. {amsdal-0.5.5.dist-info → amsdal-0.5.7.dist-info}/RECORD +55 -81
  53. amsdal/contrib/auth/models/__init__.pyi +0 -0
  54. amsdal/contrib/auth/models/login_session.pyi +0 -37
  55. amsdal/contrib/auth/models/permission.pyi +0 -18
  56. amsdal/contrib/auth/models/user.pyi +0 -47
  57. amsdal/contrib/frontend_configs/models/__init__.pyi +0 -0
  58. amsdal/contrib/frontend_configs/models/frontend_activator_config.pyi +0 -12
  59. amsdal/contrib/frontend_configs/models/frontend_config_async_validator.pyi +0 -7
  60. amsdal/contrib/frontend_configs/models/frontend_config_control_action.pyi +0 -32
  61. amsdal/contrib/frontend_configs/models/frontend_config_group_validator.pyi +0 -11
  62. amsdal/contrib/frontend_configs/models/frontend_config_option.pyi +0 -8
  63. amsdal/contrib/frontend_configs/models/frontend_config_skip_none_base.pyi +0 -8
  64. amsdal/contrib/frontend_configs/models/frontend_config_slider_option.pyi +0 -9
  65. amsdal/contrib/frontend_configs/models/frontend_config_text_mask.pyi +0 -10
  66. amsdal/contrib/frontend_configs/models/frontend_config_validator.pyi +0 -15
  67. amsdal/contrib/frontend_configs/models/frontend_control_config.pyi +0 -35
  68. amsdal/contrib/frontend_configs/models/frontend_model_config.pyi +0 -9
  69. amsdal/models/__init__.pyi +0 -9
  70. amsdal/models/core/__init__.pyi +0 -0
  71. amsdal/models/core/class_object.pyi +0 -25
  72. amsdal/models/core/class_property.pyi +0 -15
  73. amsdal/models/core/file.pyi +0 -104
  74. amsdal/models/core/fixture.pyi +0 -14
  75. amsdal/models/core/option.pyi +0 -8
  76. amsdal/models/core/storage_metadata.pyi +0 -11
  77. amsdal/models/core/validator.pyi +0 -8
  78. amsdal/models/types/__init__.pyi +0 -0
  79. amsdal/models/types/object.pyi +0 -16
  80. {amsdal-0.5.5.dist-info → amsdal-0.5.7.dist-info}/WHEEL +0 -0
  81. {amsdal-0.5.5.dist-info → amsdal-0.5.7.dist-info}/licenses/LICENSE.txt +0 -0
  82. {amsdal-0.5.5.dist-info → amsdal-0.5.7.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.5'
4
+ __version__ = '0.5.7'
Binary file
Binary file
Binary file
Binary file
Binary file
@@ -0,0 +1,22 @@
1
+ import datetime
2
+
3
+
4
+ class TimestampMixin:
5
+ created_at: datetime.datetime | None = None
6
+ updated_at: datetime.datetime | None = None
7
+
8
+ def pre_create(self) -> None:
9
+ self.created_at = datetime.datetime.now(tz=datetime.UTC)
10
+ super().pre_create() # type: ignore[misc]
11
+
12
+ async def apre_create(self) -> None:
13
+ self.created_at = datetime.datetime.now(tz=datetime.UTC)
14
+ await super().apre_create() # type: ignore[misc]
15
+
16
+ def pre_update(self) -> None:
17
+ self.updated_at = datetime.datetime.now(tz=datetime.UTC)
18
+ super().pre_update() # type: ignore[misc]
19
+
20
+ async def apre_update(self) -> None:
21
+ self.updated_at = datetime.datetime.now(tz=datetime.UTC)
22
+ await super().apre_update() # type: ignore[misc]
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: amsdal
3
- Version: 0.5.5
3
+ Version: 0.5.7
4
4
  Summary: AMSDAL
5
5
  License: AMSDAL End User License Agreement
6
6
 
@@ -1,14 +1,9 @@
1
- amsdal-0.5.5.dist-info/RECORD,,
2
- amsdal-0.5.5.dist-info/WHEEL,sha256=EOGtw-LpzLQPCSF3QP-yT4xdfA0v97p09Et-l29cEBs,114
3
- amsdal-0.5.5.dist-info/top_level.txt,sha256=VPQLnOP3mf7q0JuQ_vPZYQyPNGKd_uc6ouz-hZRkhSk,7
4
- amsdal-0.5.5.dist-info/METADATA,sha256=cwjV-sb82umsBWNz1gsRdYxoV6KTs_JIl8MWQpIHRoA,57622
5
- amsdal-0.5.5.dist-info/licenses/LICENSE.txt,sha256=hG-541PFYfNJi9WRZi_hno91UyqNg7YLK8LR3vLblZA,27355
6
1
  amsdal/manager.pyi,sha256=aRX-FO3KIozgaoJg3_pAVJjPAW9PL8hMiYvaTJ_kp5E,9466
7
2
  amsdal/__init__.pyi,sha256=4FIq7rQKQXoDNIzrDxtklKrbPcE2qqKU8W0jp8Mld6Q,741
8
3
  amsdal/__init__.py,sha256=eg_kMNcJSTvb8Q32AstCARJURBhrlIVmE12Dgq0nOUk,742
9
- amsdal/manager.cpython-311-darwin.so,sha256=JGOPVBaWCe5OEUMqrzsEYmuGZmxYZ51YcJFrXMTqYcQ,518288
4
+ amsdal/manager.cpython-311-darwin.so,sha256=a_3OInyZdX4EFWVbLUrghIUR52JHg7T5YFa1ZP6GUnM,518288
10
5
  amsdal/Third-Party Materials - AMSDAL Dependencies - License Notices.md,sha256=3YRsqickIvSW7EmjlC-yk5h-YW_GMzAz7wsT9ZPIiaM,74780
11
- amsdal/__about__.py,sha256=EPO0yn5_cRRN4L7o2A8njb26ZvPG7OJ4hIGTxQSuB6o,124
6
+ amsdal/__about__.py,sha256=6iW8h6OIk_sNDiVyp7NxCzL_PEkI5J0OHZQ6VEA84jQ,124
12
7
  amsdal/errors.pyi,sha256=mcuGsQMWaIUmC9GJDIkf99dQMMsCfBy6OI_UB3NSNmc,597
13
8
  amsdal/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
14
9
  amsdal/errors.py,sha256=pZZKIklaDkh8jdFSAfX81TbiylvbaE70nttRjTcTSBk,616
@@ -19,8 +14,8 @@ amsdal/context/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
19
14
  amsdal/context/manager.py,sha256=CKGY75P2y-TCnZvK5p9NJsDgHo8KXHSE0Eg5AGRjnfk,1850
20
15
  amsdal/mixins/class_versions_mixin.pyi,sha256=oSXjkTsN35d-3YgCckclhk7xRkljKHLYtN8a8gJgj2o,548
21
16
  amsdal/mixins/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
22
- amsdal/mixins/__init__.cpython-311-darwin.so,sha256=g-lGHkprZ3K_3CrPHQm9v82uG7fshUgY4DBCP8JYpPc,120656
23
- amsdal/mixins/class_versions_mixin.cpython-311-darwin.so,sha256=jNJpUwjL6vzxj7w3HcJi1zIz90c9svmFw2JrPwxEm9I,180576
17
+ amsdal/mixins/__init__.cpython-311-darwin.so,sha256=avh6Hvn-Axyfj2_UmKSrhWeei8OoC3cFCLc5JA4QhRk,120656
18
+ amsdal/mixins/class_versions_mixin.cpython-311-darwin.so,sha256=_SsE2m35A31GVuM3g4pGMAPzrYg7MT8kSC5F8QF-MWc,180576
24
19
  amsdal/utils/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
25
20
  amsdal/utils/contrib_paths.py,sha256=9BpNegbPofuvaQ4bE4E5cO4IV415ZZJkTqSLHUruJ3k,787
26
21
  amsdal/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
@@ -32,31 +27,21 @@ amsdal/utils/tests/migrations.py,sha256=GgEMVFbm9_z44jIbBdFMi23QIK2_CcXW7rg766Ve
32
27
  amsdal/utils/tests/helpers.py,sha256=0PbdKK76lyXozLK7UbLU1-G6yo5Bd-CLY1aXzfT25XI,12597
33
28
  amsdal/utils/rollback/__init__.pyi,sha256=oA1_VJjK3k13nUp8H1wXjJs6LrlqEtAethPRQ7P8mLc,1106
34
29
  amsdal/utils/rollback/__init__.py,sha256=NBIvidqj0nKRa30mWon5onpHBPQidb0DFJGcZbkKrY8,16832
35
- amsdal/models/__init__.pyi,sha256=14Jaejs35pftAZ8z3rNWKV6csTrBZPPKMNKrrIx_rTs,825
30
+ amsdal/models/mixins.py,sha256=wefSorhwNS5hv6Aa-tp-CL6oyeXtOz_cGRnRI7KQK48,768
36
31
  amsdal/models/__init__.py,sha256=bwURV9lpt8a6S8WvLgMDk_haor9FUQa-o29StSdTMCs,757
37
- amsdal/models/types/object.pyi,sha256=UW53qYWzIROKiVREM90HjMHrLsLp3jA7fzCF3qJ1ReE,478
38
- amsdal/models/types/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
39
32
  amsdal/models/types/object.py,sha256=cFbuXw_YVDmWdBIp49snKcTV2BmBag8LjinkLfV0_fA,1229
40
33
  amsdal/models/types/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
41
34
  amsdal/models/core/validator.py,sha256=Eqn2XvJV8Kn6NT2HnIGIkAV2ubmSen3rx5Yaeiuapak,367
42
35
  amsdal/models/core/fixture.py,sha256=V4SS1rAYD6mtRjwZ5tEaGgZL3fgRuP2KJ4x7R3AkBWo,1000
43
- amsdal/models/core/fixture.pyi,sha256=KK2VgZnsJt0VHz5-FHg0Nfr1Zwy1Urs0wXVNIU5XufQ,501
44
- amsdal/models/core/class_property.pyi,sha256=CZH2-HS9W2WBjXLr_21tmji5xE9AzzvNwbVGKLvaKa4,488
45
- amsdal/models/core/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
46
36
  amsdal/models/core/option.py,sha256=W2w9tmNrdmOF6x5QohJghRrnUY-RFCQ0YFULhVGdDzw,326
47
37
  amsdal/models/core/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
48
38
  amsdal/models/core/storage_metadata.py,sha256=q-IOcsIpZHf_bt7v2NTtXAfV2i8fip3F_wtes16WY78,716
49
- amsdal/models/core/storage_metadata.pyi,sha256=Bz_7qh6h02B7R9p-HCP71pWvie6VufYVNMvl2G7HU98,379
50
39
  amsdal/models/core/file.py,sha256=nst9eGXBymoeEer60vVIBcDx0Z4XVjVokHeX9qjq0No,5031
51
- amsdal/models/core/validator.pyi,sha256=7Q8muoefalIAqWa1sleORcsaQNzhkUH5MsqMy9w7l_4,231
52
40
  amsdal/models/core/class_property.py,sha256=fSaMUJtAGRdYTGw6ucsXjF92Y7uvuWhVG6MGMe9D554,1020
53
- amsdal/models/core/option.pyi,sha256=kkZou2vvjYHRBlF0twFfAkHF3Y_vf95YWEYhcAC5_5s,223
54
- amsdal/models/core/class_object.pyi,sha256=IDebfburOxKIw2Nq8uvNNF3M3TxGx8GJg1vlfgV7UB0,793
55
41
  amsdal/models/core/class_object.py,sha256=Y5sdatrNZK1jkMImyeRFTxeUonuzJaDCKZzULZvJIHw,1487
56
- amsdal/models/core/file.pyi,sha256=5YYUGidBFjyb-UQkDzWsFbKpKxBLGtrA2I2IcOHmwyY,3436
57
42
  amsdal/contrib/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
58
43
  amsdal/contrib/app_config.pyi,sha256=j3MYfBcn9MzhTagEczGWfVH9N5jrfiKmUhxZMoakojw,149
59
- amsdal/contrib/__init__.cpython-311-darwin.so,sha256=tB39gqTf72VMGJjPi8jFLC2Wz4MwxbOEMrtEf_DWscQ,120656
44
+ amsdal/contrib/__init__.cpython-311-darwin.so,sha256=CtTBYcwESCA6SopEGztc9JaGj2dOUIuvT3yxbeUMVW8,120656
60
45
  amsdal/contrib/app_config.py,sha256=RT3RAEE49XtzuFTXYNVuaqU9V4YIl0ZWZijtXgV-SC4,131
61
46
  amsdal/contrib/auth/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
62
47
  amsdal/contrib/auth/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
@@ -74,13 +59,9 @@ amsdal/contrib/auth/lifecycle/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5N
74
59
  amsdal/contrib/auth/lifecycle/consumer.pyi,sha256=MoJmpZ9ZHSWPY6VZVCt1QOt0FAREt_wbEgniRDbvQK8,5342
75
60
  amsdal/contrib/auth/lifecycle/consumer.py,sha256=N2JJuS13FC4rOHsHuHgMKU0Kef9-S31RUiP3QHXjqIQ,16884
76
61
  amsdal/contrib/auth/models/user.py,sha256=jc8XbgfYtbuktu1Qz0DHLCNGHzrK2pyKrtdH8m7VMzk,3771
77
- amsdal/contrib/auth/models/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
78
62
  amsdal/contrib/auth/models/permission.py,sha256=KOy91A6PEbftwqfXlp91JZZM6YfAxG6B5-M3FfC5Nb0,675
79
- amsdal/contrib/auth/models/permission.pyi,sha256=XusfWEim6QQL93y14LyjtUC7RQUCMmMM1nWIaqkgEWw,525
80
63
  amsdal/contrib/auth/models/login_session.py,sha256=qZw9i7ZmtTOpNMo2k7IXMOq324Uh9DauQlItujsFdaQ,3936
81
64
  amsdal/contrib/auth/models/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
82
- amsdal/contrib/auth/models/login_session.pyi,sha256=5N-zoL8T3n0ljJRW6OOh5oyoMM7-IoY_28B2sEjy-TI,1319
83
- amsdal/contrib/auth/models/user.pyi,sha256=IDoOdW4cM50hJOaIVpA9aADrPC4wjV15aZ_BPWiMsQ8,1641
84
65
  amsdal/contrib/auth/fixtures/basic_permissions.json,sha256=FsmMt4hzTYH_iI6tJQdT2bv-fPtrFPMe9ZjmLmgrcoo,1606
85
66
  amsdal/contrib/frontend_configs/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
86
67
  amsdal/contrib/frontend_configs/constants.pyi,sha256=OvhkkbIgS18ICtfwbProbE43vW_-LRZW9b6ehg048Xo,23
@@ -95,26 +76,14 @@ amsdal/contrib/frontend_configs/lifecycle/__init__.pyi,sha256=47DEQpj8HBSa-_TImW
95
76
  amsdal/contrib/frontend_configs/lifecycle/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
96
77
  amsdal/contrib/frontend_configs/lifecycle/consumer.pyi,sha256=kRNenTrKfswS8Y3UY6XYQ03WlCuo9LFk8WIJxm--cAk,4168
97
78
  amsdal/contrib/frontend_configs/lifecycle/consumer.py,sha256=Uq_I-t-HmQDXBoaK4wzj1PWTziYbrjXigwrh_qYnJUM,11487
98
- amsdal/contrib/frontend_configs/models/frontend_activator_config.pyi,sha256=litdaAoXYPSCZDMNvjAbnjd2LLkHvFxS34rl36WTw5I,477
99
79
  amsdal/contrib/frontend_configs/models/frontend_config_control_action.py,sha256=cV8xFhnd1RJknyWlDnPX9lTgQZ-yylIgAWuicZHqHS0,2105
100
80
  amsdal/contrib/frontend_configs/models/frontend_config_option.py,sha256=n4ZcI7RDwNCpeT5gGLuNJeHzJlhqyf7U5BD4V4wbUv4,448
101
- amsdal/contrib/frontend_configs/models/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
102
- amsdal/contrib/frontend_configs/models/frontend_config_text_mask.pyi,sha256=FPVRCmL_vEDG44xriyTLDhQdVeyQawiBmez1qnQWrZA,365
103
- amsdal/contrib/frontend_configs/models/frontend_config_group_validator.pyi,sha256=VK062ijoZgs0_3FjoCjcRga0-Mcfc4EFqjgaQHYkerA,457
104
- amsdal/contrib/frontend_configs/models/frontend_config_skip_none_base.pyi,sha256=UC6qSuICs1NNFo6BzWtpx5PQ_Uu96Ub5rED8NO_BwwM,340
105
81
  amsdal/contrib/frontend_configs/models/frontend_model_config.py,sha256=UTvp-RvPnci4F7RdRj60hZXgEjSqvNhkfwdbw7ju_sU,517
106
82
  amsdal/contrib/frontend_configs/models/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
107
- amsdal/contrib/frontend_configs/models/frontend_config_validator.pyi,sha256=sdJL4VK1D6H6H4dkGF_SPvtxsWHASwVXqh0KCtv3LQE,591
108
- amsdal/contrib/frontend_configs/models/frontend_config_async_validator.pyi,sha256=LZjYgUjQM4eB6X18vlSHjuqBNaGwC7rrRGt22Lm9IHE,293
109
- amsdal/contrib/frontend_configs/models/frontend_config_control_action.pyi,sha256=KMIWGggjoccCBFAvmc3L2jouU1zCDWTNm_Z7Y564hPg,1082
110
- amsdal/contrib/frontend_configs/models/frontend_config_option.pyi,sha256=9FfnL8Pv3e6VUThWrF1nanj3jBNxWOUma0juf3gNQ8s,304
111
83
  amsdal/contrib/frontend_configs/models/frontend_control_config.py,sha256=ePkGaRMssOqO5NjWs2xA1ZK95hl40WAKg7Fp2QZMda4,4014
112
84
  amsdal/contrib/frontend_configs/models/frontend_config_group_validator.py,sha256=vJ36_Xmweygi5UXAL6wOXLi6sGe2rkUcsmT7WzgXuAU,974
113
85
  amsdal/contrib/frontend_configs/models/frontend_config_slider_option.py,sha256=bixZRd4x4zcxykMXC3obYDp8DHORRR3BEBcqaZGcHHo,510
114
- amsdal/contrib/frontend_configs/models/frontend_model_config.pyi,sha256=REVOrcKo1A0w0UjK1jxcvyacQVwa1-xXwJT-BpuhiPU,339
115
86
  amsdal/contrib/frontend_configs/models/frontend_config_text_mask.py,sha256=EEonXV4HyxiVq4AkvIxKtzXhiDYeplexMWzNSQeYpoc,583
116
- amsdal/contrib/frontend_configs/models/frontend_control_config.pyi,sha256=jBkVdN8ePwjBdaS2-GhM9UU9G7N7OIhYbE-pgxvv-A8,1655
117
- amsdal/contrib/frontend_configs/models/frontend_config_slider_option.pyi,sha256=Ei55pOHYbeTkyg4EQIX5-qEeJGIhp5_eDuZctfZZhVo,333
118
87
  amsdal/contrib/frontend_configs/models/frontend_config_async_validator.py,sha256=okzRBflVwIyg4CoygNcptKuUIxwYMu_w8z5RGgbpP9g,411
119
88
  amsdal/contrib/frontend_configs/models/frontend_config_skip_none_base.py,sha256=KxP9viiRFJrXUeHgI7m0AyiMRAlRTU7lbyPodAe0uHY,544
120
89
  amsdal/contrib/frontend_configs/models/frontend_activator_config.py,sha256=40mXb53uk4Rg4F5uMgCFHuDJTjQA9b_qO5zUtJHTPKk,1023
@@ -129,7 +98,7 @@ amsdal/schemas/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
129
98
  amsdal/schemas/repository.pyi,sha256=e6YUXO248WmhWkkXWt828JrFzIJ9alTPqjXqbktjeWw,1443
130
99
  amsdal/schemas/interfaces.pyi,sha256=jUXLEKIa_af9Qrv9a4UvfRmsUV78N921i4dDXKHPaQk,725
131
100
  amsdal/schemas/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
132
- amsdal/schemas/manager.cpython-311-darwin.so,sha256=3UkDh1Xka7gxnQWvIewEyY7_yXegpNPwT7o3Wq-1oGY,120656
101
+ amsdal/schemas/manager.cpython-311-darwin.so,sha256=Yz5VFGdV-sVoreP0dHEEDFrAtqqoX4A2dzJDK_1LZcw,120656
133
102
  amsdal/schemas/utils.pyi,sha256=UbeISOxetojP6HlzhiJWeaAVyYZUrnGAS5niTQ0m6n0,437
134
103
  amsdal/schemas/utils.py,sha256=t8k7QYYR6SsCPpBhp7s585eSYKVIF895EKRMK1w1y1Q,492
135
104
  amsdal/schemas/repository.py,sha256=PbskgDr8JMabQm2uf8Kfj5bBSPlPkx4cDGXn-jfIsPM,3249
@@ -178,89 +147,94 @@ amsdal/configs/constants.py,sha256=faghdS6r3on1WKrp782WmgONd1fMf4X73LJzAwMO1po,9
178
147
  amsdal/configs/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
179
148
  amsdal/configs/main.pyi,sha256=XpcltkUCEECvRbiQ6P-j66zjU_g8lWLbCPfHoHhRMyw,6846
180
149
  amsdal/configs/main.py,sha256=lRO_iTMlmlosTAHZrVg3iXZVuKj45lEb5LrPln3wixM,9567
181
- amsdal/cloud/client.cpython-311-darwin.so,sha256=nopWSkWMT19k5o4P52o4wjfh20MhzNDUz8T8yV3b7Ik,216208
150
+ amsdal/cloud/client.cpython-311-darwin.so,sha256=3xjie-_g_WRRBETOVAGN2QwKe9x1C3Lzra32DMF1aUQ,216208
182
151
  amsdal/cloud/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
183
152
  amsdal/cloud/constants.pyi,sha256=0qWxDqjQkETwUtgco5kV83fPHhQ4jRdJe_YPPNTnSIY,327
184
153
  amsdal/cloud/client.pyi,sha256=3VjPRtJrbUU29u_wswETrMorN0iUb4GFAXmMc73bUf4,2247
185
- amsdal/cloud/enums.cpython-311-darwin.so,sha256=wnw_U_3r1J0lEIj--ggfoziEN0iH_019Vl2VFap4PfA,158064
186
- amsdal/cloud/constants.cpython-311-darwin.so,sha256=uDYbNjwHs7-sKMha7Vv-OuG_pLWS9RFJhdC5VOBqmyU,158688
187
- amsdal/cloud/__init__.cpython-311-darwin.so,sha256=OtFKdZRDiQSS_PdvD2wBaRHZKHdaWMvds6ahHkItQek,120656
154
+ amsdal/cloud/enums.cpython-311-darwin.so,sha256=BlIJdC2P3Digg6ZigfvbZgNmFtPJBoJKN-CLeaL1SX8,158064
155
+ amsdal/cloud/constants.cpython-311-darwin.so,sha256=FxN16HZOQhZMsNMSbskQs3NfRW1ziDyTvHDFZzIR3PE,158688
156
+ amsdal/cloud/__init__.cpython-311-darwin.so,sha256=2AP2EZMJ9y20mIVm0fDxAu5tAJWiq9jpAEkUS9JSxes,120656
188
157
  amsdal/cloud/enums.pyi,sha256=mX5O1FPc3aNnN108aOJT66Nn9KlcyrRTj9B23sFdDfw,1757
189
- amsdal/cloud/models/base.cpython-311-darwin.so,sha256=ndk3bfuJQXyLBcDyZ2cd5afAMV1mz2SsjrS2_8L7dy4,211632
158
+ amsdal/cloud/models/base.cpython-311-darwin.so,sha256=3Ez9W2AGmZSTC6SGb6AlHyVrPRQOmPcOguWmiX_YH58,211632
190
159
  amsdal/cloud/models/base.pyi,sha256=avwAj4uS4NHrXvmSKBxokFKFWSaBPXtJPl1Ig1CD6sg,7727
191
160
  amsdal/cloud/models/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
192
- amsdal/cloud/models/__init__.cpython-311-darwin.so,sha256=nUv8diSkNZ-n-Qw-y6va4En6YZ5mnBD2EpUxGIP4jGk,120688
161
+ amsdal/cloud/models/__init__.cpython-311-darwin.so,sha256=n-vlB9J6SMLXTt_6BGFU15nKjE27cyIObFOiW3mjSZo,120688
193
162
  amsdal/cloud/services/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
194
- amsdal/cloud/services/__init__.cpython-311-darwin.so,sha256=qyDPi3a9yNI5sUeff7fVEr41y6tJXlcaKKlKSD-6YwE,120688
195
- amsdal/cloud/services/auth/base.cpython-311-darwin.so,sha256=-bJo5W4kAURMgoO9mY4bWqpnIcuMW46yiLAiBCToF2A,163104
163
+ amsdal/cloud/services/__init__.cpython-311-darwin.so,sha256=CQGxXza9zKFl95blLgmPQBNBwckOZhALOgEWRL4JyVc,120688
164
+ amsdal/cloud/services/auth/base.cpython-311-darwin.so,sha256=XCTbpX7U0K2HaueraRU7KpEwwd5KFwTJO5hp_TBb9v8,163104
196
165
  amsdal/cloud/services/auth/base.pyi,sha256=oj_tgwWhf02g-FzCLcNOEZjYDxfcrrDssING4jsUMb8,167
197
166
  amsdal/cloud/services/auth/manager.pyi,sha256=AhKllHgraztP3JSKta9MmQjTNRAbQbwqZg2EpQZSwhI,1243
198
167
  amsdal/cloud/services/auth/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
199
168
  amsdal/cloud/services/auth/signup_service.pyi,sha256=SfSN1tLIwrzGi9JbMgoLuKKH1u5uoh_MOFJ4n_NHcBY,1145
200
- amsdal/cloud/services/auth/token.cpython-311-darwin.so,sha256=QaTWdQANgkuYcVqrrOINjtaBO90v_rUueK9qX76z4oM,251536
201
- amsdal/cloud/services/auth/manager.cpython-311-darwin.so,sha256=37oeC8Y6IOxCxMA889dRPMXe75uFvvkkSl3XP0mHZ1U,214128
169
+ amsdal/cloud/services/auth/token.cpython-311-darwin.so,sha256=4tSQJvJlsj5STWnl-jsRM5bcalnxKcemQyAEIqHvu1U,251536
170
+ amsdal/cloud/services/auth/manager.cpython-311-darwin.so,sha256=7n6Zku6saLDU8K0gv92SP6_29jA53mAH-xzl9XAzR6g,214128
202
171
  amsdal/cloud/services/auth/token.pyi,sha256=v9QDleIytAZGlYHHaO-W1fTr5d2OLGWsh5g6HDeuk90,1042
203
- amsdal/cloud/services/auth/signup_service.cpython-311-darwin.so,sha256=VNTx9_6ajoRk2QOXgZh_XGuLMrHWCJGLXNum3fGwufQ,216216
204
- amsdal/cloud/services/auth/__init__.cpython-311-darwin.so,sha256=SDlriSY8Qi-4wGng0YLyGXsx6l0Tj77Mg-lBURmbtNk,120704
205
- amsdal/cloud/services/auth/credentials.cpython-311-darwin.so,sha256=yEnVvLhyKk60oXM0yVraWWAaJxPk2D3WvSrlll8Uc3k,287736
172
+ amsdal/cloud/services/auth/signup_service.cpython-311-darwin.so,sha256=qANa_AJM-5suD8MeDKueZ7hKlgJcY0ofjsfdDH76uUw,216216
173
+ amsdal/cloud/services/auth/__init__.cpython-311-darwin.so,sha256=nOhV9aHUCGxE9IsjAZXEEgtV8puwDq2UxxyfoPbyPtk,120704
174
+ amsdal/cloud/services/auth/credentials.cpython-311-darwin.so,sha256=gm6DYRQgj3HQI-pNTFxatMYM72nuBo5JeilcjfgGyEY,287736
206
175
  amsdal/cloud/services/auth/credentials.pyi,sha256=ghp3r8rDq5l5xxx7UKFkCASyQJbWChkF2PQDJrQmeW4,1417
207
- amsdal/cloud/services/actions/get_basic_auth_credentials.cpython-311-darwin.so,sha256=ShktEgPaF4nvjAYiPybBrPkDkOM23AIcK4_a9t4u5wg,181112
208
- amsdal/cloud/services/actions/base.cpython-311-darwin.so,sha256=qSQlJNm4jxBCC4VEUF2i9oaqXe4DIsE8iQPSrw1GgNo,323552
176
+ amsdal/cloud/services/actions/get_basic_auth_credentials.cpython-311-darwin.so,sha256=sV2Sv_Xm0GsQseTYwnM6CJF00mPi4_ZbbNVUwQSLf-M,181112
177
+ amsdal/cloud/services/actions/base.cpython-311-darwin.so,sha256=ZN1fUNlBv1jozTmle4lRUZqpRgTteehHUfx0j0LjO3A,323552
209
178
  amsdal/cloud/services/actions/list_envs.pyi,sha256=7PylFRd1Jb6nkTt8q8iy27rLj-Q5qcwfqW02_OlfDZs,878
210
- amsdal/cloud/services/actions/delete_basic_auth.cpython-311-darwin.so,sha256=1ZUHFk4Nyw3_k-wOyMI7kk-9KdWuJ94cgU_gz9Th9Ow,180744
179
+ amsdal/cloud/services/actions/delete_basic_auth.cpython-311-darwin.so,sha256=GTnvpTvDjUD1kGxhPa0ZiH5Nt3NL1XuADZwJ5IY1PJ8,180744
211
180
  amsdal/cloud/services/actions/base.pyi,sha256=J98igdu3E9-mled_kbxerja4DTLM0OAW8cHtsVOQ_fc,5880
212
- amsdal/cloud/services/actions/add_allowlist_ip.cpython-311-darwin.so,sha256=cBiEKS9hR0y2h3diRLjV5GvDxy9Tsbl0oed3QoVh8A4,180776
213
- amsdal/cloud/services/actions/signup_action.cpython-311-darwin.so,sha256=Pyjj4GIbP5PFi2TOPCeBmANW-9y8mHzS3oDxLBLuIlw,180584
181
+ amsdal/cloud/services/actions/add_allowlist_ip.cpython-311-darwin.so,sha256=XCxN54lKldmJRZIkh8nlJjjCIyj7EDaetlfzbcT0IRs,180776
182
+ amsdal/cloud/services/actions/signup_action.cpython-311-darwin.so,sha256=PEGoTCREOJC_YXNAZqovmeAofXoF1HXrsxkjsm7i0eg,180584
214
183
  amsdal/cloud/services/actions/manager.pyi,sha256=Tal5u1nMhi7MeuJ9lBIPYPLgKoIB6DUXPU2AokrusHI,15441
215
- amsdal/cloud/services/actions/delete_dependency.cpython-311-darwin.so,sha256=uJonDy1fT2v8JCRw53c2CvHW456q1Gmdertm5AJXXOg,180760
216
- amsdal/cloud/services/actions/expose_db.cpython-311-darwin.so,sha256=tKNH0TUnruxWUVfBhiXKFVDUEguqKeCrcOvjEcuvuZQ,181184
184
+ amsdal/cloud/services/actions/delete_dependency.cpython-311-darwin.so,sha256=6E_DzMnwo8zku-wk61R5SRGsYR2q82fzRYiclH8sdEY,180760
185
+ amsdal/cloud/services/actions/expose_db.cpython-311-darwin.so,sha256=J6D2qxIiySqBQtXT_ujci5xMPYw27tUT5awrqXRHJKA,181184
217
186
  amsdal/cloud/services/actions/delete_allowlist_ip.pyi,sha256=W5zVq7YKL_OVigZl58bqau3rvAzsLdItAZaqDO1HGJw,933
218
- amsdal/cloud/services/actions/add_secret.cpython-311-darwin.so,sha256=y4MgAtCfRxNUr6aW1oPcLjI15KT6qzvOcfdOPT8otSk,180632
187
+ amsdal/cloud/services/actions/add_secret.cpython-311-darwin.so,sha256=WSIe6aIFZVbDM1IQylAh0WcQIjPMnDgtHEc5_nCv4es,180632
219
188
  amsdal/cloud/services/actions/add_basic_auth.pyi,sha256=4tyTci_k_xlJrkBd71sY0ivRr8alo3Bq0KCkjIfacu4,1106
220
189
  amsdal/cloud/services/actions/list_secrets.pyi,sha256=vF-EikAy7WHdkvkGikD_oDFDIgE1GEr8nxAQKYAs9rY,1079
221
- amsdal/cloud/services/actions/list_secrets.cpython-311-darwin.so,sha256=-BEmZYytYSBYRIFwVvGRRh1rCmxuKPcwfnJ1Yqz-Kxo,181304
190
+ amsdal/cloud/services/actions/list_secrets.cpython-311-darwin.so,sha256=crSK3uRx01vdXHgsnSoUr03Q8W1siTDDTCKfgtS_V3I,181304
222
191
  amsdal/cloud/services/actions/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
223
192
  amsdal/cloud/services/actions/get_basic_auth_credentials.pyi,sha256=1FU8BtDRaGTx8fSqdhmotQK-rR7gKr4Qav_E-T_23rc,1071
224
- amsdal/cloud/services/actions/list_deploys.cpython-311-darwin.so,sha256=k3sFi85vtx7_bqXNRI1IZN2eoqaIisBHEXl2xEEKRxI,181080
225
- amsdal/cloud/services/actions/list_envs.cpython-311-darwin.so,sha256=vPDpnpmQchonancnf4wvZVBeuOWgakVtoDOC8V_xj1s,180752
226
- amsdal/cloud/services/actions/list_dependencies.cpython-311-darwin.so,sha256=pyJ2LX1Sj93yW5_oFH1dWCEh4iaNvMUkgJkzqCvr22o,181304
227
- amsdal/cloud/services/actions/destroy_deploy.cpython-311-darwin.so,sha256=M-nYffTJmEdU54rPSfLhF5Fh8GY5Hqjb8FxQZv-_PjQ,180536
228
- amsdal/cloud/services/actions/create_session.cpython-311-darwin.so,sha256=8bBwRiky1Ea1mSoxrZXyjoaO75g-D1vcM0oTlNGBz3w,180984
229
- amsdal/cloud/services/actions/create_deploy.cpython-311-darwin.so,sha256=aiGcxcVgaTm7YM4bBwfCJbBD-2-m_bvHtql9FCpvsN0,269240
193
+ amsdal/cloud/services/actions/list_deploys.cpython-311-darwin.so,sha256=Xf-GT8AhEZZ1StFWmwdlD8OZpNEJlw9uzd2NBsRZ_bE,181080
194
+ amsdal/cloud/services/actions/list_envs.cpython-311-darwin.so,sha256=d3glSgjJ_xPkvM_JxdWWtZLC67Vt663hSGznlS_7KYU,180752
195
+ amsdal/cloud/services/actions/list_dependencies.cpython-311-darwin.so,sha256=8k1TBRr56AHHYaEgtNjs1GQ-nzY7LYobWR8bsJmYSLc,181304
196
+ amsdal/cloud/services/actions/destroy_deploy.cpython-311-darwin.so,sha256=hxRihgSjOWS1wFbZJeuJYj0ll8XSfcekxvAUU4kSz0c,180536
197
+ amsdal/cloud/services/actions/create_session.cpython-311-darwin.so,sha256=gCiDTlmp_yFDPUrmi54hjj3zcCFss5tEUY0x42daY7I,180984
198
+ amsdal/cloud/services/actions/create_deploy.cpython-311-darwin.so,sha256=AMQ-myGmYI1pQQ7gnonMTM-ISDFvbhdC6RbQVgzeOBU,269240
230
199
  amsdal/cloud/services/actions/delete_secret.pyi,sha256=gZi17MivNYBIfdPU2GjoJ2I2lWiefdvLuXTcxDss1P4,953
231
200
  amsdal/cloud/services/actions/delete_env.pyi,sha256=uyBHMOp_AprbpSfv6y6QfYW5FvK1-8jb2NxK_FmuPHE,969
232
- amsdal/cloud/services/actions/manager.cpython-311-darwin.so,sha256=4xmmvh2NYKLmWjWdTF2wg-8gVI6A3RCdDeKnL3jihQo,371312
201
+ amsdal/cloud/services/actions/manager.cpython-311-darwin.so,sha256=_IC5cSNhww6O-nIq2uDPaLjMUPW27g4zdtCLjxWyaeA,371312
233
202
  amsdal/cloud/services/actions/delete_dependency.pyi,sha256=VuT1w2qOpjR7I9mBi9tPXMXDPEeU8tG0vi9TXV82Frg,1021
234
- amsdal/cloud/services/actions/add_dependency.cpython-311-darwin.so,sha256=QLhe7ZYEeXHur6-_OYIlo7iICYO7CqyfH4CVYRCJzAE,180712
203
+ amsdal/cloud/services/actions/add_dependency.cpython-311-darwin.so,sha256=TWGSf_kgsz3qIWF56iPZjS6l3x5aASFXXAbU8tAiumE,180712
235
204
  amsdal/cloud/services/actions/create_session.pyi,sha256=KUvx_vkhLQfGp_DM1ZvgszyT_G8LB28KoI1XpjNR7YY,674
236
- amsdal/cloud/services/actions/delete_allowlist_ip.cpython-311-darwin.so,sha256=y3IScAWALYuL29mBiOOPT3TduT5Sr24G0Hp49GrQkAI,180832
205
+ amsdal/cloud/services/actions/delete_allowlist_ip.cpython-311-darwin.so,sha256=5LCgkLY_eHJrFaLhfpDdkvF8wV8TJWwfpz0Goo9NxPc,180832
237
206
  amsdal/cloud/services/actions/list_deploys.pyi,sha256=Q8da3PDPxICLP2V7L-A7p-9_a3qNKrARqgHhu0CA0nA,724
238
- amsdal/cloud/services/actions/add_basic_auth.cpython-311-darwin.so,sha256=6eyW4wrlsyGfznEXoNMO64oQJsvP1Uy4L6kFp7OkRSc,181112
207
+ amsdal/cloud/services/actions/add_basic_auth.cpython-311-darwin.so,sha256=rRIMtF-aQTXzZs7YhrASjdvxhBJXs09p-EN_s1o5pQg,181112
239
208
  amsdal/cloud/services/actions/add_allowlist_ip.pyi,sha256=gB2NQVz8NcSsgXYiym2Suh1RPI8eHKIAFE13RmeTHkA,883
240
209
  amsdal/cloud/services/actions/get_monitoring_info.pyi,sha256=uvtBgWvtWf-Mq4vZq_q-q8Z8hJh5voAY61KRJQPGWFk,1045
241
210
  amsdal/cloud/services/actions/add_dependency.pyi,sha256=uVEIhvDa4GRS0Lg6TkcYdOwezKcxrzL7A_Lh8BxcAeU,837
242
- amsdal/cloud/services/actions/get_monitoring_info.cpython-311-darwin.so,sha256=UE08LHHrdtHQ9A0E0hLSIUj4OR9JLT1apXFDrS5rrdQ,180976
243
- amsdal/cloud/services/actions/update_deploy.cpython-311-darwin.so,sha256=RSwYZevgpY2pmgADZRFEkIqSj51aToNuhIQFQ5oAu5A,181064
211
+ amsdal/cloud/services/actions/get_monitoring_info.cpython-311-darwin.so,sha256=ubDiVaXy1ovJoFFIvUCIrQIQyLOqmzybxQduYLu0WwM,180976
212
+ amsdal/cloud/services/actions/update_deploy.cpython-311-darwin.so,sha256=Y_adGeQJ7ENNvRQnZN43-8Gn8lxrkS9gRbLo_HWVLeY,181064
244
213
  amsdal/cloud/services/actions/signup_action.pyi,sha256=VswHjhxw2eHYqXwc---F2LpwlD7GlIuL_Ev2DmA96_4,808
245
- amsdal/cloud/services/actions/create_env.cpython-311-darwin.so,sha256=iblGl9RCDfgdlv_jLW56e6boAmAKaAvUcFArXgozsRA,180824
214
+ amsdal/cloud/services/actions/create_env.cpython-311-darwin.so,sha256=gdNPkJHdXtIoUrQax1tUl7zrh-HKGUjVOM7idVJymxs,180824
246
215
  amsdal/cloud/services/actions/add_secret.pyi,sha256=H6rS3PRwiktMfnoY8qwtmTplN9gG2yZgQKKCX8S8Q6c,890
247
- amsdal/cloud/services/actions/delete_env.cpython-311-darwin.so,sha256=YpitetlcVgIgHXfsw3ryGjSiZskBjHcaom0rMPVU_Cg,180824
248
- amsdal/cloud/services/actions/__init__.cpython-311-darwin.so,sha256=XQqJrfbEuVH9FEaDt3A7FrciS2UcsBsc4Xiz4Fv4mR0,120720
216
+ amsdal/cloud/services/actions/delete_env.cpython-311-darwin.so,sha256=50_55ZJlA7v5CnZ04jlxNFq57UaLCoRc3z1ZiQyjZRw,180824
217
+ amsdal/cloud/services/actions/__init__.cpython-311-darwin.so,sha256=JgoDiif6LNxge4H1pVpKbeMNgw8W7BEAI70DHdCXdWk,120720
249
218
  amsdal/cloud/services/actions/destroy_deploy.pyi,sha256=VNb0J71B3gk4SVJwxlB9XTj4vCG-37ucojcGzsvKwe8,609
250
219
  amsdal/cloud/services/actions/update_deploy.pyi,sha256=alM1nquQZ5O8PYlDIqDdSuiyuc_aj9fkd01bL9KANEI,766
251
220
  amsdal/cloud/services/actions/create_deploy.pyi,sha256=VmVMYJQmjPZce6Cm8sMQ27HomhfdzZc_0X57ZWZmCt0,1988
252
221
  amsdal/cloud/services/actions/delete_basic_auth.pyi,sha256=-I1YoOMFi0LaRsZL2JBGH_sg18PZoUL1PP9YetboDJA,915
253
222
  amsdal/cloud/services/actions/list_dependencies.pyi,sha256=C37VamSyRT-uNLuwQJ0OrHKavs8Jt0bfPbAsE5BQEvE,1035
254
223
  amsdal/cloud/services/actions/create_env.pyi,sha256=ITvyLrvwt6H36JNYURHZ_PbmGZquc5Fm07dVo7H6ll0,910
255
- amsdal/cloud/services/actions/delete_secret.cpython-311-darwin.so,sha256=mIf6U6de92ULO_-Cr5zod7cgTEwsZ3FWud1gA9NfDu4,180680
224
+ amsdal/cloud/services/actions/delete_secret.cpython-311-darwin.so,sha256=mvzshTpGUumtC1T6XCzatfn4TwRMbS7q37v5m2rtieY,180680
256
225
  amsdal/cloud/services/actions/expose_db.pyi,sha256=uk2zuz1SiXwjDFxtKF-yyWGNEONOgfm7EcrEyVT0cMM,1049
257
226
  amsdal/fixtures/manager.pyi,sha256=cAY2nSxo6-Q7AMXbRmto3sWDqGf-Zt9La1gtciZBcZ0,7086
258
227
  amsdal/fixtures/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
259
- amsdal/fixtures/manager.cpython-311-darwin.so,sha256=eART27bM-Q0IVZlILjdE-0541_RE2jED7u1rOytHm-4,622896
228
+ amsdal/fixtures/manager.cpython-311-darwin.so,sha256=nFp4bMZAV9vXMz0Q-DhpqkCEuQ1wUgwZD_TofUbQXZM,622896
260
229
  amsdal/fixtures/utils.pyi,sha256=OnFn7opJscOydj-rlcXQIdDodlIKGCt79TRy5zAUkqg,457
261
- amsdal/fixtures/utils.cpython-311-darwin.so,sha256=1tlkEAjuPKdre02csBYHhcrxyMFELyiA8kjEzWiHlUw,306720
262
- amsdal/fixtures/__init__.cpython-311-darwin.so,sha256=q_MX2Yyonu1ymsL__ELP8O66fJ9o6jB8W2LniY8JRlg,120672
230
+ amsdal/fixtures/utils.cpython-311-darwin.so,sha256=wN_uJ5B3xBmcGv4o3HG97aEfeUl_jSW7_ujGDQ3-MKQ,306720
231
+ amsdal/fixtures/__init__.cpython-311-darwin.so,sha256=9f5BMWoA0HMiKj59ljuJt1eKwD4vmROiOM8hTOpXD6Q,120672
263
232
  amsdal/services/transaction_execution.pyi,sha256=TwCuurOoqSHgNu9GCYYZPSpGjxXssF2eNygQ5KVwAZM,4374
264
233
  amsdal/services/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
265
- amsdal/services/__init__.cpython-311-darwin.so,sha256=gyBYnq2-qt6Po2oZbDxsVmYai6yHf2rs1td43INWiLM,120672
266
- amsdal/services/transaction_execution.cpython-311-darwin.so,sha256=A15w6nZNvqJmC7RRo4ec1KrX_YT0EExYCNrLPsRnnnM,435472
234
+ amsdal/services/__init__.cpython-311-darwin.so,sha256=5I47NWDTeBiGHdiDlxh5LG03oVX-daCxZ3KpTPabGNA,120672
235
+ amsdal/services/transaction_execution.cpython-311-darwin.so,sha256=HWIcuFF4kDV64QPsvBJYHmgi63uNsavuyow7O82Ii8g,435472
236
+ amsdal-0.5.7.dist-info/RECORD,,
237
+ amsdal-0.5.7.dist-info/WHEEL,sha256=EOGtw-LpzLQPCSF3QP-yT4xdfA0v97p09Et-l29cEBs,114
238
+ amsdal-0.5.7.dist-info/top_level.txt,sha256=VPQLnOP3mf7q0JuQ_vPZYQyPNGKd_uc6ouz-hZRkhSk,7
239
+ amsdal-0.5.7.dist-info/METADATA,sha256=UtBuWhTEI3K1LRly6MP74iqa3aq7Z1Hw5F1_WCtqiVo,57622
240
+ amsdal-0.5.7.dist-info/licenses/LICENSE.txt,sha256=hG-541PFYfNJi9WRZi_hno91UyqNg7YLK8LR3vLblZA,27355
File without changes
@@ -1,37 +0,0 @@
1
- from amsdal_models.classes.model import Model
2
- from amsdal_utils.models.enums import ModuleType
3
- from typing import Any, ClassVar
4
-
5
- class LoginSession(Model):
6
- __module_type__: ClassVar[ModuleType]
7
- email: str
8
- password: str
9
- token: str | None
10
- @property
11
- def display_name(self) -> str:
12
- """
13
- Returns the display name of the user.
14
-
15
- This method returns the email of the user as their display name.
16
-
17
- Returns:
18
- str: The email of the user.
19
- """
20
- def pre_init(self, *, is_new_object: bool, kwargs: dict[str, Any]) -> None:
21
- """
22
- Pre-initializes a user object by validating email and password, and generating a JWT token.
23
-
24
- This method checks if the object is new and validates the provided email and password.
25
- If the email and password are valid, it generates a JWT token and adds it to the kwargs.
26
-
27
- Args:
28
- is_new_object (bool): Indicates if the object is new.
29
- kwargs (dict[str, Any]): The keyword arguments containing user details.
30
-
31
- Raises:
32
- AuthenticationError: If the email or password is invalid.
33
- """
34
- def pre_create(self) -> None: ...
35
- def pre_update(self) -> None: ...
36
- async def apre_create(self) -> None: ...
37
- async def apre_update(self) -> None: ...
@@ -1,18 +0,0 @@
1
- from amsdal_models.classes.model import Model
2
- from amsdal_utils.models.enums import ModuleType
3
- from typing import ClassVar
4
-
5
- class Permission(Model):
6
- __module_type__: ClassVar[ModuleType]
7
- model: str
8
- action: str
9
- @property
10
- def display_name(self) -> str:
11
- """
12
- Returns the display name of the user.
13
-
14
- This method returns a formatted string combining the model and action of the user.
15
-
16
- Returns:
17
- str: The formatted display name in the format 'model:action'.
18
- """
@@ -1,47 +0,0 @@
1
- from amsdal.contrib.auth.models.permission import *
2
- from _typeshed import Incomplete
3
- from amsdal_models.classes.model import Model
4
- from amsdal_utils.models.enums import ModuleType
5
- from typing import Any, ClassVar
6
-
7
- class User(Model):
8
- __module_type__: ClassVar[ModuleType]
9
- email: str
10
- password: bytes
11
- permissions: list['Permission'] | None
12
- def __repr__(self) -> str: ...
13
- def __str__(self) -> str: ...
14
- async def apre_update(self) -> None: ...
15
- @property
16
- def display_name(self) -> str:
17
- """
18
- Returns the display name of the user.
19
-
20
- This method returns the email of the user as their display name.
21
-
22
- Returns:
23
- str: The email of the user.
24
- """
25
- _object_id: Incomplete
26
- def post_init(self, *, is_new_object: bool, kwargs: dict[str, Any]) -> None:
27
- """
28
- Post-initializes a user object by validating email and password, and hashing the password.
29
-
30
- This method checks if the email and password are provided and valid. If the object is new,
31
- it hashes the password and sets the object ID to the lowercased email.
32
-
33
- Args:
34
- is_new_object (bool): Indicates if the object is new.
35
- kwargs (dict[str, Any]): The keyword arguments containing user details.
36
-
37
- Raises:
38
- UserCreationError: If the email or password is invalid.
39
- """
40
- def pre_create(self) -> None:
41
- """
42
- Pre-creates a user object.
43
-
44
- This method is a placeholder for any pre-creation logic that needs to be executed
45
- before a user object is created.
46
- """
47
- def pre_update(self) -> None: ...
File without changes
@@ -1,12 +0,0 @@
1
- from amsdal.contrib.frontend_configs.models.frontend_config_group_validator import *
2
- from amsdal_utils.models.enums import ModuleType
3
- from typing import Any, ClassVar
4
-
5
- class FrontendActivatorConfig(FrontendConfigGroupValidator):
6
- __module_type__: ClassVar[ModuleType]
7
- mainControl: str | None
8
- dependentControls: list[str] | None
9
- condition: str | None
10
- value: Any | None
11
- @classmethod
12
- def validate_value_in_options_condition(cls, value: Any) -> Any: ...
@@ -1,7 +0,0 @@
1
- from amsdal.contrib.frontend_configs.models.frontend_config_skip_none_base import *
2
- from amsdal_utils.models.enums import ModuleType
3
- from typing import ClassVar
4
-
5
- class FrontendConfigAsyncValidator(FrontendConfigSkipNoneBase):
6
- __module_type__: ClassVar[ModuleType]
7
- endpoint: str | None
@@ -1,32 +0,0 @@
1
- from amsdal.contrib.frontend_configs.models.frontend_config_skip_none_base import *
2
- from amsdal_utils.models.enums import ModuleType
3
- from typing import Any, ClassVar
4
-
5
- class FrontendConfigControlAction(FrontendConfigSkipNoneBase):
6
- __module_type__: ClassVar[ModuleType]
7
- action: str
8
- text: str
9
- type: str
10
- dataLayerEvent: str | None
11
- activator: str | None
12
- icon: str | None
13
- @classmethod
14
- def validate_value_in_options_type(cls, value: Any) -> Any: ...
15
- @classmethod
16
- def validate_action(cls, v: str) -> str:
17
- """
18
- Validates the action string to ensure it is one of the allowed values.
19
-
20
- This method checks if the action string starts with 'navigate::' or is one of the predefined
21
- actions. If the action string is invalid, it raises a ValueError.
22
-
23
- Args:
24
- cls: The class this method is attached to.
25
- v (str): The action string to validate.
26
-
27
- Returns:
28
- str: The validated action string.
29
-
30
- Raises:
31
- ValueError: If the action string is not valid.
32
- """
@@ -1,11 +0,0 @@
1
- from amsdal.contrib.frontend_configs.models.frontend_config_skip_none_base import *
2
- from amsdal_utils.models.enums import ModuleType
3
- from typing import Any, ClassVar
4
-
5
- class FrontendConfigGroupValidator(FrontendConfigSkipNoneBase):
6
- __module_type__: ClassVar[ModuleType]
7
- mainControl: str | None
8
- dependentControls: list[str] | None
9
- condition: str | None
10
- @classmethod
11
- def validate_value_in_options_condition(cls, value: Any) -> Any: ...
@@ -1,8 +0,0 @@
1
- from amsdal.contrib.frontend_configs.models.frontend_config_skip_none_base import *
2
- from amsdal_utils.models.enums import ModuleType
3
- from typing import ClassVar
4
-
5
- class FrontendConfigOption(FrontendConfigSkipNoneBase):
6
- __module_type__: ClassVar[ModuleType]
7
- label: str | None
8
- value: str | None
@@ -1,8 +0,0 @@
1
- from amsdal_models.classes.model import TypeModel
2
- from amsdal_utils.models.enums import ModuleType
3
- from typing import Any, ClassVar
4
-
5
- class FrontendConfigSkipNoneBase(TypeModel):
6
- __module_type__: ClassVar[ModuleType]
7
- def model_dump(self, **kwargs: Any) -> dict[str, Any]: ...
8
- def model_dump_json(self, **kwargs: Any) -> str: ...
@@ -1,9 +0,0 @@
1
- from amsdal.contrib.frontend_configs.models.frontend_config_skip_none_base import *
2
- from amsdal_utils.models.enums import ModuleType
3
- from typing import ClassVar
4
-
5
- class FrontendConfigSliderOption(FrontendConfigSkipNoneBase):
6
- __module_type__: ClassVar[ModuleType]
7
- min: float | None
8
- max: float | None
9
- range: bool | None
@@ -1,10 +0,0 @@
1
- from amsdal.contrib.frontend_configs.models.frontend_config_skip_none_base import *
2
- from amsdal_utils.models.enums import ModuleType
3
- from typing import ClassVar
4
-
5
- class FrontendConfigTextMask(FrontendConfigSkipNoneBase):
6
- __module_type__: ClassVar[ModuleType]
7
- mask_string: str
8
- prefix: str | None
9
- suffix: str | None
10
- thousands_separator: str | None
@@ -1,15 +0,0 @@
1
- from amsdal.contrib.frontend_configs.models.frontend_config_group_validator import *
2
- from amsdal_utils.models.enums import ModuleType
3
- from typing import Any, ClassVar
4
-
5
- class FrontendConfigValidator(FrontendConfigGroupValidator):
6
- __module_type__: ClassVar[ModuleType]
7
- mainControl: str | None
8
- dependentControls: list[str] | None
9
- condition: str | None
10
- function: str | None
11
- value: str | None
12
- @classmethod
13
- def validate_value_in_options_condition(cls, value: Any) -> Any: ...
14
- @classmethod
15
- def validate_value_in_options_function(cls, value: Any) -> Any: ...
@@ -1,35 +0,0 @@
1
- from amsdal.contrib.frontend_configs.models.frontend_activator_config import *
2
- from amsdal.contrib.frontend_configs.models.frontend_config_async_validator import *
3
- from amsdal.contrib.frontend_configs.models.frontend_config_control_action import *
4
- from amsdal.contrib.frontend_configs.models.frontend_config_option import *
5
- from amsdal.contrib.frontend_configs.models.frontend_config_skip_none_base import *
6
- from amsdal.contrib.frontend_configs.models.frontend_config_slider_option import *
7
- from amsdal.contrib.frontend_configs.models.frontend_config_text_mask import *
8
- from amsdal.contrib.frontend_configs.models.frontend_config_validator import *
9
- from amsdal_utils.models.enums import ModuleType
10
- from typing import Any, ClassVar
11
-
12
- class FrontendControlConfig(FrontendConfigSkipNoneBase):
13
- __module_type__: ClassVar[ModuleType]
14
- type: str
15
- name: str
16
- label: str | None
17
- required: bool | None
18
- hideLabel: bool | None
19
- actions: list['FrontendConfigControlAction'] | None
20
- validators: list['FrontendConfigValidator'] | None
21
- asyncValidators: list['FrontendConfigAsyncValidator'] | None
22
- activators: list['FrontendActivatorConfig'] | None
23
- additionalText: str | None
24
- value: Any | None
25
- placeholder: str | None
26
- options: list['FrontendConfigOption'] | None
27
- mask: FrontendConfigTextMask | None
28
- controls: list['FrontendControlConfig'] | None
29
- showSearch: bool | None
30
- sliderOptions: FrontendConfigSliderOption | None
31
- customLabel: list[str] | None
32
- control: FrontendControlConfig | None
33
- entityType: str | None
34
- @classmethod
35
- def validate_value_in_options_type(cls, value: Any) -> Any: ...
@@ -1,9 +0,0 @@
1
- from amsdal.contrib.frontend_configs.models.frontend_control_config import *
2
- from amsdal_models.classes.model import Model
3
- from amsdal_utils.models.enums import ModuleType
4
- from typing import ClassVar
5
-
6
- class FrontendModelConfig(Model):
7
- __module_type__: ClassVar[ModuleType]
8
- class_name: str
9
- control: FrontendControlConfig | None
@@ -1,9 +0,0 @@
1
- from amsdal_models.builder.validators.dict_validators import validate_non_empty_keys as validate_non_empty_keys
2
- from amsdal_models.builder.validators.options_validators import validate_options as validate_options
3
- from amsdal_models.classes.data_models.constraints import UniqueConstraint as UniqueConstraint
4
- from amsdal_models.classes.data_models.indexes import IndexInfo as IndexInfo
5
- from amsdal_models.classes.model import Model as Model, TypeModel as TypeModel
6
- from amsdal_models.classes.relationships.many_reference_field import ManyReferenceField as ManyReferenceField
7
- from amsdal_models.classes.relationships.reference_field import ReferenceField as ReferenceField
8
-
9
- __all__ = ['IndexInfo', 'ManyReferenceField', 'Model', 'ReferenceField', 'TypeModel', 'UniqueConstraint', 'validate_non_empty_keys', 'validate_options']
File without changes
@@ -1,25 +0,0 @@
1
- from amsdal.models.core.class_property import *
2
- from amsdal.models.core.storage_metadata import *
3
- from amsdal_models.classes.model import Model
4
- from amsdal_utils.models.enums import ModuleType
5
- from typing import Any, ClassVar
6
-
7
- class ClassObject(Model):
8
- __module_type__: ClassVar[ModuleType]
9
- title: str
10
- type: str
11
- module_type: str
12
- properties: dict[str, ClassProperty | None] | None
13
- required: list[str] | None
14
- custom_code: str | None
15
- storage_metadata: StorageMetadata | None
16
- @classmethod
17
- def _non_empty_keys_properties(cls, value: Any) -> Any: ...
18
- @property
19
- def display_name(self) -> str:
20
- """
21
- Returns the display name of the object.
22
-
23
- Returns:
24
- str: The display name, which is the title of the object.
25
- """
@@ -1,15 +0,0 @@
1
- from amsdal.models.core.option import *
2
- from amsdal_models.classes.model import TypeModel
3
- from amsdal_utils.models.enums import ModuleType
4
- from typing import Any, ClassVar
5
-
6
- class ClassProperty(TypeModel):
7
- __module_type__: ClassVar[ModuleType]
8
- title: str | None
9
- type: str
10
- default: Any | None
11
- options: list['Option'] | None
12
- items: dict[str, Any | None] | None
13
- discriminator: str | None
14
- @classmethod
15
- def _non_empty_keys_items(cls, value: Any) -> Any: ...
@@ -1,104 +0,0 @@
1
- from amsdal_models.classes.model import Model
2
- from amsdal_utils.models.enums import ModuleType
3
- from pathlib import Path
4
- from typing import BinaryIO, ClassVar
5
-
6
- class File(Model):
7
- __module_type__: ClassVar[ModuleType]
8
- filename: str
9
- data: bytes
10
- size: float | None
11
- def __repr__(self) -> str: ...
12
- def __str__(self) -> str: ...
13
- async def apre_create(self) -> None:
14
- """
15
- Prepares the object for creation by setting its size attribute.
16
-
17
- This method calculates the size of the object's data and assigns it to the size attribute.
18
- If the data is None, it defaults to an empty byte string.
19
-
20
- Args:
21
- None
22
- """
23
- async def apre_update(self) -> None:
24
- """
25
- Prepares the object for update by setting its size attribute.
26
-
27
- This method calculates the size of the object's data and assigns it to the size attribute.
28
- If the data is None, it defaults to an empty byte string.
29
-
30
- Args:
31
- None
32
- """
33
- @classmethod
34
- def data_base64_decode(cls, v: bytes) -> bytes:
35
- """
36
- Decodes a base64-encoded byte string if it is base64-encoded.
37
-
38
- This method checks if the provided byte string is base64-encoded and decodes it if true.
39
- If the byte string is not base64-encoded, it returns the original byte string.
40
-
41
- Args:
42
- cls: The class this method belongs to.
43
- v (bytes): The byte string to be checked and potentially decoded.
44
-
45
- Returns:
46
- bytes: The decoded byte string if it was base64-encoded, otherwise the original byte string.
47
- """
48
- @classmethod
49
- def from_file(cls, file_or_path: Path | BinaryIO) -> File:
50
- """
51
- Creates a `File` object from a file path or a binary file object.
52
-
53
- Args:
54
- file_or_path (Path | BinaryIO): The file path or binary file object.
55
-
56
- Returns:
57
- File: The created `File` object.
58
-
59
- Raises:
60
- ValueError: If the provided path is a directory.
61
- """
62
- @property
63
- def mimetype(self) -> str | None:
64
- """
65
- Returns the MIME type of the file based on its filename.
66
-
67
- This method uses the `mimetypes` module to guess the MIME type of the file.
68
-
69
- Returns:
70
- str | None: The guessed MIME type of the file, or None if it cannot be determined.
71
- """
72
- def pre_create(self) -> None:
73
- """
74
- Prepares the object for creation by setting its size attribute.
75
-
76
- This method calculates the size of the object's data and assigns it to the size attribute.
77
- If the data is None, it defaults to an empty byte string.
78
-
79
- Args:
80
- None
81
- """
82
- def pre_update(self) -> None:
83
- """
84
- Prepares the object for update by setting its size attribute.
85
-
86
- This method calculates the size of the object's data and assigns it to the size attribute.
87
- If the data is None, it defaults to an empty byte string.
88
-
89
- Args:
90
- None
91
- """
92
- def to_file(self, file_or_path: Path | BinaryIO) -> None:
93
- """
94
- Writes the object's data to a file path or a binary file object.
95
-
96
- Args:
97
- file_or_path (Path | BinaryIO): The file path or binary file object where the data will be written.
98
-
99
- Returns:
100
- None
101
-
102
- Raises:
103
- ValueError: If the provided path is a directory.
104
- """
@@ -1,14 +0,0 @@
1
- from amsdal_models.classes.data_models.constraints import UniqueConstraint
2
- from amsdal_models.classes.model import Model
3
- from amsdal_utils.models.enums import ModuleType
4
- from typing import Any, ClassVar
5
-
6
- class Fixture(Model):
7
- __module_type__: ClassVar[ModuleType]
8
- __constraints__: ClassVar[list[UniqueConstraint]]
9
- class_name: str | None
10
- order: float | None
11
- external_id: str
12
- data: dict[str, Any | None]
13
- @classmethod
14
- def _non_empty_keys_data(cls, value: Any) -> Any: ...
@@ -1,8 +0,0 @@
1
- from amsdal_models.classes.model import TypeModel
2
- from amsdal_utils.models.enums import ModuleType
3
- from typing import ClassVar
4
-
5
- class Option(TypeModel):
6
- __module_type__: ClassVar[ModuleType]
7
- key: str
8
- value: str
@@ -1,11 +0,0 @@
1
- from amsdal_models.classes.model import TypeModel
2
- from amsdal_utils.models.enums import ModuleType
3
- from typing import ClassVar
4
-
5
- class StorageMetadata(TypeModel):
6
- __module_type__: ClassVar[ModuleType]
7
- table_name: str | None
8
- db_fields: dict[str, list[str]] | None
9
- primary_key: list[str] | None
10
- indexed: list[list[str]] | None
11
- unique: list[list[str]] | None
@@ -1,8 +0,0 @@
1
- from amsdal_models.classes.model import TypeModel
2
- from amsdal_utils.models.enums import ModuleType
3
- from typing import Any, ClassVar
4
-
5
- class Validator(TypeModel):
6
- __module_type__: ClassVar[ModuleType]
7
- name: str
8
- data: Any
File without changes
@@ -1,16 +0,0 @@
1
- from amsdal_models.classes.model import Model
2
- from amsdal_utils.models.enums import ModuleType
3
- from typing import Any, ClassVar
4
-
5
- class Object(Model):
6
- __module_type__: ClassVar[ModuleType]
7
- title: str
8
- type: str
9
- module_type: str
10
- default: Any | None
11
- properties: dict[str, Any | None] | None
12
- required: list[str] | None
13
- custom_code: str | None
14
- meta_class: str | None
15
- @classmethod
16
- def _non_empty_keys_properties(cls, value: Any) -> Any: ...
File without changes