amsdal 0.5.5__cp312-cp312-macosx_10_13_universal2.whl → 0.5.6__cp312-cp312-macosx_10_13_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 (81) hide show
  1. amsdal/__about__.py +1 -1
  2. amsdal/cloud/__init__.cpython-312-darwin.so +0 -0
  3. amsdal/cloud/client.cpython-312-darwin.so +0 -0
  4. amsdal/cloud/constants.cpython-312-darwin.so +0 -0
  5. amsdal/cloud/enums.cpython-312-darwin.so +0 -0
  6. amsdal/cloud/models/__init__.cpython-312-darwin.so +0 -0
  7. amsdal/cloud/models/base.cpython-312-darwin.so +0 -0
  8. amsdal/cloud/services/__init__.cpython-312-darwin.so +0 -0
  9. amsdal/cloud/services/actions/__init__.cpython-312-darwin.so +0 -0
  10. amsdal/cloud/services/actions/add_allowlist_ip.cpython-312-darwin.so +0 -0
  11. amsdal/cloud/services/actions/add_basic_auth.cpython-312-darwin.so +0 -0
  12. amsdal/cloud/services/actions/add_dependency.cpython-312-darwin.so +0 -0
  13. amsdal/cloud/services/actions/add_secret.cpython-312-darwin.so +0 -0
  14. amsdal/cloud/services/actions/base.cpython-312-darwin.so +0 -0
  15. amsdal/cloud/services/actions/create_deploy.cpython-312-darwin.so +0 -0
  16. amsdal/cloud/services/actions/create_env.cpython-312-darwin.so +0 -0
  17. amsdal/cloud/services/actions/create_session.cpython-312-darwin.so +0 -0
  18. amsdal/cloud/services/actions/delete_allowlist_ip.cpython-312-darwin.so +0 -0
  19. amsdal/cloud/services/actions/delete_basic_auth.cpython-312-darwin.so +0 -0
  20. amsdal/cloud/services/actions/delete_dependency.cpython-312-darwin.so +0 -0
  21. amsdal/cloud/services/actions/delete_env.cpython-312-darwin.so +0 -0
  22. amsdal/cloud/services/actions/delete_secret.cpython-312-darwin.so +0 -0
  23. amsdal/cloud/services/actions/destroy_deploy.cpython-312-darwin.so +0 -0
  24. amsdal/cloud/services/actions/expose_db.cpython-312-darwin.so +0 -0
  25. amsdal/cloud/services/actions/get_basic_auth_credentials.cpython-312-darwin.so +0 -0
  26. amsdal/cloud/services/actions/get_monitoring_info.cpython-312-darwin.so +0 -0
  27. amsdal/cloud/services/actions/list_dependencies.cpython-312-darwin.so +0 -0
  28. amsdal/cloud/services/actions/list_deploys.cpython-312-darwin.so +0 -0
  29. amsdal/cloud/services/actions/list_envs.cpython-312-darwin.so +0 -0
  30. amsdal/cloud/services/actions/list_secrets.cpython-312-darwin.so +0 -0
  31. amsdal/cloud/services/actions/manager.cpython-312-darwin.so +0 -0
  32. amsdal/cloud/services/actions/signup_action.cpython-312-darwin.so +0 -0
  33. amsdal/cloud/services/actions/update_deploy.cpython-312-darwin.so +0 -0
  34. amsdal/cloud/services/auth/__init__.cpython-312-darwin.so +0 -0
  35. amsdal/cloud/services/auth/base.cpython-312-darwin.so +0 -0
  36. amsdal/cloud/services/auth/credentials.cpython-312-darwin.so +0 -0
  37. amsdal/cloud/services/auth/manager.cpython-312-darwin.so +0 -0
  38. amsdal/cloud/services/auth/signup_service.cpython-312-darwin.so +0 -0
  39. amsdal/cloud/services/auth/token.cpython-312-darwin.so +0 -0
  40. amsdal/contrib/__init__.cpython-312-darwin.so +0 -0
  41. amsdal/fixtures/__init__.cpython-312-darwin.so +0 -0
  42. amsdal/fixtures/manager.cpython-312-darwin.so +0 -0
  43. amsdal/fixtures/utils.cpython-312-darwin.so +0 -0
  44. amsdal/manager.cpython-312-darwin.so +0 -0
  45. amsdal/mixins/__init__.cpython-312-darwin.so +0 -0
  46. amsdal/mixins/class_versions_mixin.cpython-312-darwin.so +0 -0
  47. amsdal/schemas/manager.cpython-312-darwin.so +0 -0
  48. amsdal/services/__init__.cpython-312-darwin.so +0 -0
  49. amsdal/services/transaction_execution.cpython-312-darwin.so +0 -0
  50. {amsdal-0.5.5.dist-info → amsdal-0.5.6.dist-info}/METADATA +1 -1
  51. {amsdal-0.5.5.dist-info → amsdal-0.5.6.dist-info}/RECORD +54 -81
  52. amsdal/contrib/auth/models/__init__.pyi +0 -0
  53. amsdal/contrib/auth/models/login_session.pyi +0 -37
  54. amsdal/contrib/auth/models/permission.pyi +0 -18
  55. amsdal/contrib/auth/models/user.pyi +0 -47
  56. amsdal/contrib/frontend_configs/models/__init__.pyi +0 -0
  57. amsdal/contrib/frontend_configs/models/frontend_activator_config.pyi +0 -12
  58. amsdal/contrib/frontend_configs/models/frontend_config_async_validator.pyi +0 -7
  59. amsdal/contrib/frontend_configs/models/frontend_config_control_action.pyi +0 -32
  60. amsdal/contrib/frontend_configs/models/frontend_config_group_validator.pyi +0 -11
  61. amsdal/contrib/frontend_configs/models/frontend_config_option.pyi +0 -8
  62. amsdal/contrib/frontend_configs/models/frontend_config_skip_none_base.pyi +0 -8
  63. amsdal/contrib/frontend_configs/models/frontend_config_slider_option.pyi +0 -9
  64. amsdal/contrib/frontend_configs/models/frontend_config_text_mask.pyi +0 -10
  65. amsdal/contrib/frontend_configs/models/frontend_config_validator.pyi +0 -15
  66. amsdal/contrib/frontend_configs/models/frontend_control_config.pyi +0 -35
  67. amsdal/contrib/frontend_configs/models/frontend_model_config.pyi +0 -9
  68. amsdal/models/__init__.pyi +0 -9
  69. amsdal/models/core/__init__.pyi +0 -0
  70. amsdal/models/core/class_object.pyi +0 -25
  71. amsdal/models/core/class_property.pyi +0 -15
  72. amsdal/models/core/file.pyi +0 -104
  73. amsdal/models/core/fixture.pyi +0 -14
  74. amsdal/models/core/option.pyi +0 -8
  75. amsdal/models/core/storage_metadata.pyi +0 -11
  76. amsdal/models/core/validator.pyi +0 -8
  77. amsdal/models/types/__init__.pyi +0 -0
  78. amsdal/models/types/object.pyi +0 -16
  79. {amsdal-0.5.5.dist-info → amsdal-0.5.6.dist-info}/WHEEL +0 -0
  80. {amsdal-0.5.5.dist-info → amsdal-0.5.6.dist-info}/licenses/LICENSE.txt +0 -0
  81. {amsdal-0.5.5.dist-info → amsdal-0.5.6.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.6'
Binary file
Binary file
Binary file
Binary file
Binary file
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: amsdal
3
- Version: 0.5.5
3
+ Version: 0.5.6
4
4
  Summary: AMSDAL
5
5
  License: AMSDAL End User License Agreement
6
6
 
@@ -1,15 +1,10 @@
1
- amsdal-0.5.5.dist-info/RECORD,,
2
- amsdal-0.5.5.dist-info/WHEEL,sha256=_N1vyLgwJ10g4JxFsp-IfU42zGJgf-DUqwfdbV1YvEM,115
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
4
  amsdal/Third-Party Materials - AMSDAL Dependencies - License Notices.md,sha256=3YRsqickIvSW7EmjlC-yk5h-YW_GMzAz7wsT9ZPIiaM,74780
10
- amsdal/__about__.py,sha256=EPO0yn5_cRRN4L7o2A8njb26ZvPG7OJ4hIGTxQSuB6o,124
5
+ amsdal/__about__.py,sha256=FVhogeUXIvF04uzQhGOvAB-kHp5Toh3bylNItK77X40,124
11
6
  amsdal/errors.pyi,sha256=mcuGsQMWaIUmC9GJDIkf99dQMMsCfBy6OI_UB3NSNmc,597
12
- amsdal/manager.cpython-312-darwin.so,sha256=I_LcNiMNrxYqioaxVZ0pyNo8qR_IyVGZPsauEtcRYbA,501968
7
+ amsdal/manager.cpython-312-darwin.so,sha256=15W17gtdV8wuMJPxJfbGG6No3tmj56siUi1Fz8dEy6U,501968
13
8
  amsdal/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
14
9
  amsdal/errors.py,sha256=pZZKIklaDkh8jdFSAfX81TbiylvbaE70nttRjTcTSBk,616
15
10
  amsdal/__about__.pyi,sha256=Y25n44pyE3vp92MiABKrcK3IWRyQ1JG1rZ4Ufqy2nC0,17
@@ -18,8 +13,8 @@ amsdal/context/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
18
13
  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
- amsdal/mixins/__init__.cpython-312-darwin.so,sha256=lG8AeJvq2SoGQAve7LDuUzsZ1OlUOmiJVBxaqJXnaSQ,120720
22
- amsdal/mixins/class_versions_mixin.cpython-312-darwin.so,sha256=2lwdAl533c7nqF_D09Bt0rrGRR50YqgiNWf5Y6jfDSo,180480
16
+ amsdal/mixins/__init__.cpython-312-darwin.so,sha256=vF6wem7nNcXcqF3IjnoNxXYPomvM4gXvLy1m8YprkNU,120720
17
+ amsdal/mixins/class_versions_mixin.cpython-312-darwin.so,sha256=8trm0Q7YpIUoRnRtN7RqyqymPY_poGsWFJyFM5HKubU,180480
23
18
  amsdal/mixins/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
24
19
  amsdal/utils/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
25
20
  amsdal/utils/contrib_paths.py,sha256=9BpNegbPofuvaQ4bE4E5cO4IV415ZZJkTqSLHUruJ3k,787
@@ -32,29 +27,18 @@ 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
36
30
  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
31
  amsdal/models/types/object.py,sha256=cFbuXw_YVDmWdBIp49snKcTV2BmBag8LjinkLfV0_fA,1229
40
32
  amsdal/models/types/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
41
33
  amsdal/models/core/validator.py,sha256=Eqn2XvJV8Kn6NT2HnIGIkAV2ubmSen3rx5Yaeiuapak,367
42
34
  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
35
  amsdal/models/core/option.py,sha256=W2w9tmNrdmOF6x5QohJghRrnUY-RFCQ0YFULhVGdDzw,326
47
36
  amsdal/models/core/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
48
37
  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
38
  amsdal/models/core/file.py,sha256=nst9eGXBymoeEer60vVIBcDx0Z4XVjVokHeX9qjq0No,5031
51
- amsdal/models/core/validator.pyi,sha256=7Q8muoefalIAqWa1sleORcsaQNzhkUH5MsqMy9w7l_4,231
52
39
  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
40
  amsdal/models/core/class_object.py,sha256=Y5sdatrNZK1jkMImyeRFTxeUonuzJaDCKZzULZvJIHw,1487
56
- amsdal/models/core/file.pyi,sha256=5YYUGidBFjyb-UQkDzWsFbKpKxBLGtrA2I2IcOHmwyY,3436
57
- amsdal/contrib/__init__.cpython-312-darwin.so,sha256=OTkZzqRkU5-qswbk2TIJsRyJxI-h-tPnKKfkZluaQ2s,120736
41
+ amsdal/contrib/__init__.cpython-312-darwin.so,sha256=-cAyZoNi37Bsxlkz4WNYvRnGZ_P5yDJwVRurmB3J14Y,120736
58
42
  amsdal/contrib/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
59
43
  amsdal/contrib/app_config.pyi,sha256=j3MYfBcn9MzhTagEczGWfVH9N5jrfiKmUhxZMoakojw,149
60
44
  amsdal/contrib/app_config.py,sha256=RT3RAEE49XtzuFTXYNVuaqU9V4YIl0ZWZijtXgV-SC4,131
@@ -74,13 +58,9 @@ amsdal/contrib/auth/lifecycle/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5N
74
58
  amsdal/contrib/auth/lifecycle/consumer.pyi,sha256=MoJmpZ9ZHSWPY6VZVCt1QOt0FAREt_wbEgniRDbvQK8,5342
75
59
  amsdal/contrib/auth/lifecycle/consumer.py,sha256=N2JJuS13FC4rOHsHuHgMKU0Kef9-S31RUiP3QHXjqIQ,16884
76
60
  amsdal/contrib/auth/models/user.py,sha256=jc8XbgfYtbuktu1Qz0DHLCNGHzrK2pyKrtdH8m7VMzk,3771
77
- amsdal/contrib/auth/models/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
78
61
  amsdal/contrib/auth/models/permission.py,sha256=KOy91A6PEbftwqfXlp91JZZM6YfAxG6B5-M3FfC5Nb0,675
79
- amsdal/contrib/auth/models/permission.pyi,sha256=XusfWEim6QQL93y14LyjtUC7RQUCMmMM1nWIaqkgEWw,525
80
62
  amsdal/contrib/auth/models/login_session.py,sha256=qZw9i7ZmtTOpNMo2k7IXMOq324Uh9DauQlItujsFdaQ,3936
81
63
  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
64
  amsdal/contrib/auth/fixtures/basic_permissions.json,sha256=FsmMt4hzTYH_iI6tJQdT2bv-fPtrFPMe9ZjmLmgrcoo,1606
85
65
  amsdal/contrib/frontend_configs/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
86
66
  amsdal/contrib/frontend_configs/constants.pyi,sha256=OvhkkbIgS18ICtfwbProbE43vW_-LRZW9b6ehg048Xo,23
@@ -95,26 +75,14 @@ amsdal/contrib/frontend_configs/lifecycle/__init__.pyi,sha256=47DEQpj8HBSa-_TImW
95
75
  amsdal/contrib/frontend_configs/lifecycle/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
96
76
  amsdal/contrib/frontend_configs/lifecycle/consumer.pyi,sha256=kRNenTrKfswS8Y3UY6XYQ03WlCuo9LFk8WIJxm--cAk,4168
97
77
  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
78
  amsdal/contrib/frontend_configs/models/frontend_config_control_action.py,sha256=cV8xFhnd1RJknyWlDnPX9lTgQZ-yylIgAWuicZHqHS0,2105
100
79
  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
80
  amsdal/contrib/frontend_configs/models/frontend_model_config.py,sha256=UTvp-RvPnci4F7RdRj60hZXgEjSqvNhkfwdbw7ju_sU,517
106
81
  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
82
  amsdal/contrib/frontend_configs/models/frontend_control_config.py,sha256=ePkGaRMssOqO5NjWs2xA1ZK95hl40WAKg7Fp2QZMda4,4014
112
83
  amsdal/contrib/frontend_configs/models/frontend_config_group_validator.py,sha256=vJ36_Xmweygi5UXAL6wOXLi6sGe2rkUcsmT7WzgXuAU,974
113
84
  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
85
  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
86
  amsdal/contrib/frontend_configs/models/frontend_config_async_validator.py,sha256=okzRBflVwIyg4CoygNcptKuUIxwYMu_w8z5RGgbpP9g,411
119
87
  amsdal/contrib/frontend_configs/models/frontend_config_skip_none_base.py,sha256=KxP9viiRFJrXUeHgI7m0AyiMRAlRTU7lbyPodAe0uHY,544
120
88
  amsdal/contrib/frontend_configs/models/frontend_activator_config.py,sha256=40mXb53uk4Rg4F5uMgCFHuDJTjQA9b_qO5zUtJHTPKk,1023
@@ -131,7 +99,7 @@ amsdal/schemas/interfaces.pyi,sha256=jUXLEKIa_af9Qrv9a4UvfRmsUV78N921i4dDXKHPaQk
131
99
  amsdal/schemas/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
132
100
  amsdal/schemas/utils.pyi,sha256=UbeISOxetojP6HlzhiJWeaAVyYZUrnGAS5niTQ0m6n0,437
133
101
  amsdal/schemas/utils.py,sha256=t8k7QYYR6SsCPpBhp7s585eSYKVIF895EKRMK1w1y1Q,492
134
- amsdal/schemas/manager.cpython-312-darwin.so,sha256=JVZuMS4ws4EcvLF8cBenNyIV0zrUM7YejY-pyc9pvvA,120736
102
+ amsdal/schemas/manager.cpython-312-darwin.so,sha256=lrUds8O74NZr8pat-7rCQUhN_spjNxiJpH1BflaKDvQ,120736
135
103
  amsdal/schemas/repository.py,sha256=PbskgDr8JMabQm2uf8Kfj5bBSPlPkx4cDGXn-jfIsPM,3249
136
104
  amsdal/schemas/manager.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
137
105
  amsdal/schemas/types/array/model.json,sha256=I9Z7r691yd8i-Ndy8Cf3rFGg22mnLxg_weeVU2kRtkY,117
@@ -178,89 +146,94 @@ amsdal/configs/constants.py,sha256=faghdS6r3on1WKrp782WmgONd1fMf4X73LJzAwMO1po,9
178
146
  amsdal/configs/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
179
147
  amsdal/configs/main.pyi,sha256=XpcltkUCEECvRbiQ6P-j66zjU_g8lWLbCPfHoHhRMyw,6846
180
148
  amsdal/configs/main.py,sha256=lRO_iTMlmlosTAHZrVg3iXZVuKj45lEb5LrPln3wixM,9567
181
- amsdal/cloud/__init__.cpython-312-darwin.so,sha256=39WPa0sqJ2xOeOUjiW31Wk9RA1pmdefTkcn2k2GllKc,120720
149
+ amsdal/cloud/__init__.cpython-312-darwin.so,sha256=2DLLC_kdxZliJRwx0onNPAmcr5H2UMGJl-NUKFCdVgM,120720
182
150
  amsdal/cloud/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
183
151
  amsdal/cloud/constants.pyi,sha256=0qWxDqjQkETwUtgco5kV83fPHhQ4jRdJe_YPPNTnSIY,327
184
152
  amsdal/cloud/client.pyi,sha256=3VjPRtJrbUU29u_wswETrMorN0iUb4GFAXmMc73bUf4,2247
185
- amsdal/cloud/constants.cpython-312-darwin.so,sha256=AiOs20xwwuZpK4A45wYUa_BQeTAzTq3oMJPEphS_2r0,158688
186
- amsdal/cloud/enums.cpython-312-darwin.so,sha256=hXOabUJU4VKp-En5sY8P4U6FblyDmjEzErrdVGBIgRc,158128
187
- amsdal/cloud/client.cpython-312-darwin.so,sha256=TGMRRSg_ewNU7g-099gMQIVekNquBaUk9g8HKguoV1w,216144
153
+ amsdal/cloud/constants.cpython-312-darwin.so,sha256=KnfnFIDget9W9BRaVR_atoMK-F7zoUHLdo3Vco1KeXU,158688
154
+ amsdal/cloud/enums.cpython-312-darwin.so,sha256=iLn6ttonO_zeRsrf_0Ph_uqjU9fwwzYJ9qVsGwFaEwQ,158128
155
+ amsdal/cloud/client.cpython-312-darwin.so,sha256=XaXz-MSPGbN8T0DwzdFc8Fz8iMv1PFEr8SxJdNo8pzo,216144
188
156
  amsdal/cloud/enums.pyi,sha256=mX5O1FPc3aNnN108aOJT66Nn9KlcyrRTj9B23sFdDfw,1757
189
- amsdal/cloud/models/__init__.cpython-312-darwin.so,sha256=mVbqhldSzRCcSwUXG8RlHra8VuFte-HtM77qq3-XXp8,120752
157
+ amsdal/cloud/models/__init__.cpython-312-darwin.so,sha256=3l3IoSTONGm-QS2BYb1DXXuNHvhw1p7cboCYSotrWYE,120752
190
158
  amsdal/cloud/models/base.pyi,sha256=avwAj4uS4NHrXvmSKBxokFKFWSaBPXtJPl1Ig1CD6sg,7727
191
159
  amsdal/cloud/models/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
192
- amsdal/cloud/models/base.cpython-312-darwin.so,sha256=Ti0XOgl92VPgCZJklv5uwySUdwSaYkBbgHO7A-WId1k,195328
193
- amsdal/cloud/services/__init__.cpython-312-darwin.so,sha256=Cl-TOhboNV1WYQbx2JmiRgJSK4Ac_MQhzgudAcwqmFU,120768
160
+ amsdal/cloud/models/base.cpython-312-darwin.so,sha256=7IcjzHCNZ5CBzpV_hhXv7TzH8WJSPoJcR6tcauWTi8I,195328
161
+ amsdal/cloud/services/__init__.cpython-312-darwin.so,sha256=rXUpVqUbv9lFkY_R5anHMO7ATx2CCXRPDmULb1p7MH4,120768
194
162
  amsdal/cloud/services/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
195
- amsdal/cloud/services/auth/__init__.cpython-312-darwin.so,sha256=E0jpxcS8WFuzCbzIkpmf_194_m-uKEtECQhob2OiUk8,120784
163
+ amsdal/cloud/services/auth/__init__.cpython-312-darwin.so,sha256=SSL3p6_xZVbt3Ia8aXMyAYJfiRsYoj_SD169xEykJKI,120784
196
164
  amsdal/cloud/services/auth/base.pyi,sha256=oj_tgwWhf02g-FzCLcNOEZjYDxfcrrDssING4jsUMb8,167
197
165
  amsdal/cloud/services/auth/manager.pyi,sha256=AhKllHgraztP3JSKta9MmQjTNRAbQbwqZg2EpQZSwhI,1243
198
166
  amsdal/cloud/services/auth/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
199
- amsdal/cloud/services/auth/credentials.cpython-312-darwin.so,sha256=xb6qg08c7cqaiYvvnSgF0wIHgbxqE0_WH9xa02WQQeg,288104
167
+ amsdal/cloud/services/auth/credentials.cpython-312-darwin.so,sha256=q8FR9mCwtIhLpakPdon034fIHW4rTf5qcuVZfj7anr4,288104
200
168
  amsdal/cloud/services/auth/signup_service.pyi,sha256=SfSN1tLIwrzGi9JbMgoLuKKH1u5uoh_MOFJ4n_NHcBY,1145
201
- amsdal/cloud/services/auth/signup_service.cpython-312-darwin.so,sha256=oK7almRSflWnM6rfV5izMWgT-lC76UaoIoJCRbvsdkw,216232
169
+ amsdal/cloud/services/auth/signup_service.cpython-312-darwin.so,sha256=OUxLFmViNnRk6yzyUaas0xCOFs79RYais9s6yVz9wXQ,216232
202
170
  amsdal/cloud/services/auth/token.pyi,sha256=v9QDleIytAZGlYHHaO-W1fTr5d2OLGWsh5g6HDeuk90,1042
203
- amsdal/cloud/services/auth/token.cpython-312-darwin.so,sha256=_fJNHrZqoPmWdmvTOt8Hnj9YKf1lw8w0TxWml7fKMJY,251648
204
- amsdal/cloud/services/auth/manager.cpython-312-darwin.so,sha256=u3vGhxaOFmk82b-c8-6Q8YzLtwtAc9ZOq7B-X8kW9Ic,214144
205
- amsdal/cloud/services/auth/base.cpython-312-darwin.so,sha256=KMRplxNibQnBw19McuiKSu4R8M5mVeCkno4jDq_rM7U,163120
171
+ amsdal/cloud/services/auth/token.cpython-312-darwin.so,sha256=qQ_wmFHmOIQ2hWc3CwTksHqqyC9I4ewDLSCOUcEw1_Q,251648
172
+ amsdal/cloud/services/auth/manager.cpython-312-darwin.so,sha256=9Ox3hs4qyzhV2ZDNxZyOV9QrEaZ8kIRTVe6b16Yf8dU,214144
173
+ amsdal/cloud/services/auth/base.cpython-312-darwin.so,sha256=H1jL_DiwhRE8Rej3vfBUJlf1nB66hgY5sj0ngG4fJRo,163120
206
174
  amsdal/cloud/services/auth/credentials.pyi,sha256=ghp3r8rDq5l5xxx7UKFkCASyQJbWChkF2PQDJrQmeW4,1417
207
- amsdal/cloud/services/actions/delete_env.cpython-312-darwin.so,sha256=GEhEFlnHom4IsMfIMO_BHWjEokE8KrnKXZY0ig1GqGo,180840
208
- amsdal/cloud/services/actions/__init__.cpython-312-darwin.so,sha256=ADb8dDcaF55EMsj2c16SilCPUNXxW1IX2B9IFCgMuAw,120800
175
+ amsdal/cloud/services/actions/delete_env.cpython-312-darwin.so,sha256=92q-U1m2hY234HsjbDqmxBToQq4YbjRrY4UORDJwRng,180840
176
+ amsdal/cloud/services/actions/__init__.cpython-312-darwin.so,sha256=FROMAncAiGox6SZ6CZO2kCS5mnoWKrSjrntjjnqDjxY,120800
209
177
  amsdal/cloud/services/actions/list_envs.pyi,sha256=7PylFRd1Jb6nkTt8q8iy27rLj-Q5qcwfqW02_OlfDZs,878
210
178
  amsdal/cloud/services/actions/base.pyi,sha256=J98igdu3E9-mled_kbxerja4DTLM0OAW8cHtsVOQ_fc,5880
211
179
  amsdal/cloud/services/actions/manager.pyi,sha256=Tal5u1nMhi7MeuJ9lBIPYPLgKoIB6DUXPU2AokrusHI,15441
212
180
  amsdal/cloud/services/actions/delete_allowlist_ip.pyi,sha256=W5zVq7YKL_OVigZl58bqau3rvAzsLdItAZaqDO1HGJw,933
213
181
  amsdal/cloud/services/actions/add_basic_auth.pyi,sha256=4tyTci_k_xlJrkBd71sY0ivRr8alo3Bq0KCkjIfacu4,1106
214
182
  amsdal/cloud/services/actions/list_secrets.pyi,sha256=vF-EikAy7WHdkvkGikD_oDFDIgE1GEr8nxAQKYAs9rY,1079
215
- amsdal/cloud/services/actions/delete_secret.cpython-312-darwin.so,sha256=OjIk6D8RzmzQm0OQtGIBKJOFfJ2bp3zxFdTLHNp0x4g,164312
183
+ amsdal/cloud/services/actions/delete_secret.cpython-312-darwin.so,sha256=QigvoOg9rT2bwLvE2eRXDbpqZSSsaI8oNP_zewdyoKI,164312
216
184
  amsdal/cloud/services/actions/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
217
185
  amsdal/cloud/services/actions/get_basic_auth_credentials.pyi,sha256=1FU8BtDRaGTx8fSqdhmotQK-rR7gKr4Qav_E-T_23rc,1071
218
- amsdal/cloud/services/actions/add_basic_auth.cpython-312-darwin.so,sha256=tl6Or_dOznFQcNxlVEGjFUV_XefmU5Tddp8DkzkUO_0,197512
186
+ amsdal/cloud/services/actions/add_basic_auth.cpython-312-darwin.so,sha256=AqStXQgaPdLapgvWUVkbTGrDLR8bKszUWB7Dcth89Y4,197512
219
187
  amsdal/cloud/services/actions/delete_secret.pyi,sha256=gZi17MivNYBIfdPU2GjoJ2I2lWiefdvLuXTcxDss1P4,953
220
188
  amsdal/cloud/services/actions/delete_env.pyi,sha256=uyBHMOp_AprbpSfv6y6QfYW5FvK1-8jb2NxK_FmuPHE,969
221
- amsdal/cloud/services/actions/delete_allowlist_ip.cpython-312-darwin.so,sha256=HpySDoR9DsvL7IIxBukWmgMUTmrtRwKCkyWVV0lw56U,180848
222
- amsdal/cloud/services/actions/add_dependency.cpython-312-darwin.so,sha256=E0dFAoa-xXqWvXHl52zOx0khkLABHhEArPLENWOx8IE,164328
223
- amsdal/cloud/services/actions/create_env.cpython-312-darwin.so,sha256=0WAQvFklsbwnarjRiXSN010vzTCOOOhdX0Ii5trjdLE,180840
224
- amsdal/cloud/services/actions/update_deploy.cpython-312-darwin.so,sha256=Hy7LVPHCwmBefr421RBlD2x00eVl2QUMz2ARijtHfcg,181080
225
- amsdal/cloud/services/actions/get_monitoring_info.cpython-312-darwin.so,sha256=T3CGEU5_TA3smyk4FSfH5J4fsl5_GtQTgxzX-Pbhy90,197376
189
+ amsdal/cloud/services/actions/delete_allowlist_ip.cpython-312-darwin.so,sha256=Ok0uRdzOpxgGDcRspLCGgdnH6sB0tO3Bd961-OWJAUU,180848
190
+ amsdal/cloud/services/actions/add_dependency.cpython-312-darwin.so,sha256=tgG0whx9l4aor_IUo7ZAQ_UdSy2LUoDnS-wPAA17YVk,164328
191
+ amsdal/cloud/services/actions/create_env.cpython-312-darwin.so,sha256=l6xax4I8WsNIUU8DZCeuYUAqk-LKQuHaxQw14HRkcmw,180840
192
+ amsdal/cloud/services/actions/update_deploy.cpython-312-darwin.so,sha256=s98hRafOnCk_AxO-Vuiv6-mgmn_Wnp5tdJIdyKVQ8js,181080
193
+ amsdal/cloud/services/actions/get_monitoring_info.cpython-312-darwin.so,sha256=gO_eDSt-vXJqBocnDTT0xKcnwqkrXhgk6qIBNOy9c6Q,197376
226
194
  amsdal/cloud/services/actions/delete_dependency.pyi,sha256=VuT1w2qOpjR7I9mBi9tPXMXDPEeU8tG0vi9TXV82Frg,1021
227
- amsdal/cloud/services/actions/destroy_deploy.cpython-312-darwin.so,sha256=_IQHP0rcUzxvOaPKwzTaz2YGjedwlat6jeh0rlRvSWA,164168
228
- amsdal/cloud/services/actions/list_dependencies.cpython-312-darwin.so,sha256=5oDj5pnmBI4q0OC-BOxNT8h_jfDO7ruUTPn4KysYaWs,197704
229
- amsdal/cloud/services/actions/list_envs.cpython-312-darwin.so,sha256=OXqaMkg5IRnp2sJBTUhm-4cxsRMPXX4SxQQC9xoBtA4,164384
230
- amsdal/cloud/services/actions/list_deploys.cpython-312-darwin.so,sha256=7HLGwzckXzTjbj_PoD2Hcv2gZK2pSasW5tylGN7nm3w,181096
195
+ amsdal/cloud/services/actions/destroy_deploy.cpython-312-darwin.so,sha256=QGqNTkcFMDBDUJhyZc4AVr842tzHCzHZxmiKRwCmG0M,164168
196
+ amsdal/cloud/services/actions/list_dependencies.cpython-312-darwin.so,sha256=s7EWtkPUfmJ_r9Uw872v8OmaZzN72cVFgPo9HkCgK08,197704
197
+ amsdal/cloud/services/actions/list_envs.cpython-312-darwin.so,sha256=9gurvlxY9_Utq0qhHElVdZBYaTmuYbokHsRH4G7UwMs,164384
198
+ amsdal/cloud/services/actions/list_deploys.cpython-312-darwin.so,sha256=JzhZk9qxByj78eYJ2ooXMYT9j_ep4hlhpLrOaTKEaF0,181096
231
199
  amsdal/cloud/services/actions/create_session.pyi,sha256=KUvx_vkhLQfGp_DM1ZvgszyT_G8LB28KoI1XpjNR7YY,674
232
200
  amsdal/cloud/services/actions/list_deploys.pyi,sha256=Q8da3PDPxICLP2V7L-A7p-9_a3qNKrARqgHhu0CA0nA,724
233
- amsdal/cloud/services/actions/create_deploy.cpython-312-darwin.so,sha256=Amv42tVafJtSQaOiZXAN5pccLCRk1SWtbfYztzNmaMg,269176
234
- amsdal/cloud/services/actions/create_session.cpython-312-darwin.so,sha256=WaCuf-1nmZVzUemk6kTu7T06OSipmxpgCkybxV-9LJI,181000
201
+ amsdal/cloud/services/actions/create_deploy.cpython-312-darwin.so,sha256=IWRSgC8YI5mzpDam2e0yMGHgt0o-ZuuakRaUf8NDR3g,269176
202
+ amsdal/cloud/services/actions/create_session.cpython-312-darwin.so,sha256=6RVs10HCw1fMDPGeP--8GJBxO4j6gmfJ1JSqnoVLfYk,181000
235
203
  amsdal/cloud/services/actions/add_allowlist_ip.pyi,sha256=gB2NQVz8NcSsgXYiym2Suh1RPI8eHKIAFE13RmeTHkA,883
236
204
  amsdal/cloud/services/actions/get_monitoring_info.pyi,sha256=uvtBgWvtWf-Mq4vZq_q-q8Z8hJh5voAY61KRJQPGWFk,1045
237
205
  amsdal/cloud/services/actions/add_dependency.pyi,sha256=uVEIhvDa4GRS0Lg6TkcYdOwezKcxrzL7A_Lh8BxcAeU,837
238
- amsdal/cloud/services/actions/manager.cpython-312-darwin.so,sha256=5O_i2R8YqihZ0W_ip9yJ_ntvReIGjoVC8p7ma-0iFRg,354848
206
+ amsdal/cloud/services/actions/manager.cpython-312-darwin.so,sha256=pU0Em7_fBVDrYGWpom4gdKv06TyllgRZooI1BbR-M_w,354848
239
207
  amsdal/cloud/services/actions/signup_action.pyi,sha256=VswHjhxw2eHYqXwc---F2LpwlD7GlIuL_Ev2DmA96_4,808
240
208
  amsdal/cloud/services/actions/add_secret.pyi,sha256=H6rS3PRwiktMfnoY8qwtmTplN9gG2yZgQKKCX8S8Q6c,890
241
- amsdal/cloud/services/actions/base.cpython-312-darwin.so,sha256=iXHE_kDIBfTjrh4YPYyzcgF7VxEYIclPIrrwBmVgSyE,307200
242
- amsdal/cloud/services/actions/get_basic_auth_credentials.cpython-312-darwin.so,sha256=UAReTrp-POIZ7T0snrd8d1YfO__srICoqnJ5QUP9aFo,197512
209
+ amsdal/cloud/services/actions/base.cpython-312-darwin.so,sha256=JZ4Yq3LIZzMBs4J1Pir9F0LMcPUqbsrGxgdi-l1RLqE,307200
210
+ amsdal/cloud/services/actions/get_basic_auth_credentials.cpython-312-darwin.so,sha256=KNJudA-PyK_sgOm7cSDIL4ylcKHmYWHiI1TaTvXY4vk,197512
243
211
  amsdal/cloud/services/actions/destroy_deploy.pyi,sha256=VNb0J71B3gk4SVJwxlB9XTj4vCG-37ucojcGzsvKwe8,609
244
212
  amsdal/cloud/services/actions/update_deploy.pyi,sha256=alM1nquQZ5O8PYlDIqDdSuiyuc_aj9fkd01bL9KANEI,766
245
- amsdal/cloud/services/actions/add_secret.cpython-312-darwin.so,sha256=zDDmoEQEobWVi8YApbXytVH5RQyBvPlrb_brTRK0_rc,164264
246
- amsdal/cloud/services/actions/expose_db.cpython-312-darwin.so,sha256=Mrh5_McCJcYueoLV8o8FDBmeZpOI10g5s2Y6mYgclzY,197568
247
- amsdal/cloud/services/actions/delete_dependency.cpython-312-darwin.so,sha256=Wk843dMjmLHJzHxJNOiomQB38yn44F6gA9m8o7vBv2w,164376
248
- amsdal/cloud/services/actions/add_allowlist_ip.cpython-312-darwin.so,sha256=rUNeO9qLN3U4CgrlllJ3Ap6KC0_uu5w9Hw_0yGc4SQQ,180792
249
- amsdal/cloud/services/actions/signup_action.cpython-312-darwin.so,sha256=DDvvRD11KDFIXiDdRBJSnXHeQlKugImwTpeheqyE0mE,164216
250
- amsdal/cloud/services/actions/delete_basic_auth.cpython-312-darwin.so,sha256=6jOqyW4rXfX6jChjkHoeqnxD2-d8yDhrcjxOin73bm4,164376
251
- amsdal/cloud/services/actions/list_secrets.cpython-312-darwin.so,sha256=JZZxqV7_R-J8hoFQZo9F09aeIKM7cGyXG2ljQWuu-Fc,197688
213
+ amsdal/cloud/services/actions/add_secret.cpython-312-darwin.so,sha256=rKI3BJqw-RfOFZKfU8pK95rGpS74X2vlw1HTnGuai5o,164264
214
+ amsdal/cloud/services/actions/expose_db.cpython-312-darwin.so,sha256=N2g9X7tRCiS4sNyCLCyL98G_H1OeWClQJb2cARsBsOA,197568
215
+ amsdal/cloud/services/actions/delete_dependency.cpython-312-darwin.so,sha256=U5iSZ3ySjAXKlO-oM0b8Y8EOAh1CE5Q_LbSBF-5v0j8,164376
216
+ amsdal/cloud/services/actions/add_allowlist_ip.cpython-312-darwin.so,sha256=_uS_qRoK8BmO2i-qs-iHSIKLIeGwXwZg7VLBBJOdkiQ,180792
217
+ amsdal/cloud/services/actions/signup_action.cpython-312-darwin.so,sha256=h3iRFo-1NfWCwu8fs3OJzfpfgafhrSRi6cLUfLdizPs,164216
218
+ amsdal/cloud/services/actions/delete_basic_auth.cpython-312-darwin.so,sha256=hCWdHl2ht-QKbpcxOjgN2KS6ITKffOlyeh8hwW9u81A,164376
219
+ amsdal/cloud/services/actions/list_secrets.cpython-312-darwin.so,sha256=08F6JH8r8C3HXhuyrr6whl21gKg1jzaVrP9rWAfotc8,197688
252
220
  amsdal/cloud/services/actions/create_deploy.pyi,sha256=VmVMYJQmjPZce6Cm8sMQ27HomhfdzZc_0X57ZWZmCt0,1988
253
221
  amsdal/cloud/services/actions/delete_basic_auth.pyi,sha256=-I1YoOMFi0LaRsZL2JBGH_sg18PZoUL1PP9YetboDJA,915
254
222
  amsdal/cloud/services/actions/list_dependencies.pyi,sha256=C37VamSyRT-uNLuwQJ0OrHKavs8Jt0bfPbAsE5BQEvE,1035
255
223
  amsdal/cloud/services/actions/create_env.pyi,sha256=ITvyLrvwt6H36JNYURHZ_PbmGZquc5Fm07dVo7H6ll0,910
256
224
  amsdal/cloud/services/actions/expose_db.pyi,sha256=uk2zuz1SiXwjDFxtKF-yyWGNEONOgfm7EcrEyVT0cMM,1049
257
- amsdal/fixtures/__init__.cpython-312-darwin.so,sha256=GiMGiyHaQv-qasuC4ksRZsyEoTr0cgoKD7osBu9wNFo,120736
225
+ amsdal/fixtures/__init__.cpython-312-darwin.so,sha256=fQWvW5jv_7zg2HEs3Ie4swnMKk6M7JuAXuuHMYz1mI4,120736
258
226
  amsdal/fixtures/manager.pyi,sha256=cAY2nSxo6-Q7AMXbRmto3sWDqGf-Zt9La1gtciZBcZ0,7086
259
227
  amsdal/fixtures/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
260
- amsdal/fixtures/utils.cpython-312-darwin.so,sha256=Cqpns6BF_A-Fp1FnyRnW1hJgOFwCLhUbfjguRJTxS-c,290128
228
+ amsdal/fixtures/utils.cpython-312-darwin.so,sha256=okU3nymDcHW5vWmhcECtcajglIYV_l7xaO_HXuKGQD4,290128
261
229
  amsdal/fixtures/utils.pyi,sha256=OnFn7opJscOydj-rlcXQIdDodlIKGCt79TRy5zAUkqg,457
262
- amsdal/fixtures/manager.cpython-312-darwin.so,sha256=ILPyVBAnRE8AyzbEZtNrZvQnstB1UNs-vfihQovkjG4,655648
263
- amsdal/services/__init__.cpython-312-darwin.so,sha256=DDsEMFbYPlCCQpoD4KySbuLEWY8RV0HB5-7wv8q8H_I,120736
230
+ amsdal/fixtures/manager.cpython-312-darwin.so,sha256=L9VvogTCxror3f1dXwMDCCVT-8Nla67JEW6nYU90QQQ,655648
231
+ amsdal/services/__init__.cpython-312-darwin.so,sha256=Tr-jaVq6Vvggl5-YKxtCVMD9hV1kllK3yR9Eh8uPPQ0,120736
264
232
  amsdal/services/transaction_execution.pyi,sha256=TwCuurOoqSHgNu9GCYYZPSpGjxXssF2eNygQ5KVwAZM,4374
265
- amsdal/services/transaction_execution.cpython-312-darwin.so,sha256=Xfq7XwWgYUtg_C85l59QAjttw6PApXC3buziyhT_YpI,435344
233
+ amsdal/services/transaction_execution.cpython-312-darwin.so,sha256=ROeYXQP2UxSVbPIlmKAL1MJ2kSVYnrisLiWZmG0p6yE,435344
266
234
  amsdal/services/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
235
+ amsdal-0.5.6.dist-info/RECORD,,
236
+ amsdal-0.5.6.dist-info/WHEEL,sha256=_N1vyLgwJ10g4JxFsp-IfU42zGJgf-DUqwfdbV1YvEM,115
237
+ amsdal-0.5.6.dist-info/top_level.txt,sha256=VPQLnOP3mf7q0JuQ_vPZYQyPNGKd_uc6ouz-hZRkhSk,7
238
+ amsdal-0.5.6.dist-info/METADATA,sha256=m3mR-xfN5rOqbRaxb6gbNsc0zpGfC1qOA24L7nOriuk,57622
239
+ amsdal-0.5.6.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