architectonics 0.0.32__py3-none-any.whl → 0.0.33__py3-none-any.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.
@@ -0,0 +1,21 @@
1
+ from pydantic import BaseModel, Field
2
+
3
+
4
+ class ObjectNotFoundResponseSchema(BaseModel):
5
+ detail: str = Field()
6
+
7
+
8
+ class ObjectAlreadyExistsResponseSchema(BaseModel):
9
+ detail: str = Field()
10
+
11
+
12
+ class ObjectDeletedResponseSchema(BaseModel):
13
+ detail: str = Field()
14
+
15
+
16
+ class NotImplementedResponseSchema(BaseModel):
17
+ detail: str = Field()
18
+
19
+
20
+ class UnauthorizedResponseSchema(BaseModel):
21
+ detail: str = Field()
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: architectonics
3
- Version: 0.0.32
3
+ Version: 0.0.33
4
4
  Summary:
5
5
  Author: Your Name
6
6
  Author-email: you@example.com
@@ -10,6 +10,7 @@ architectonics/core/models/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJ
10
10
  architectonics/core/models/base_model.py,sha256=eJ4t_64orYEpA6lZqRROvz8TIYZzB--wBiFrVOJefgM,376
11
11
  architectonics/core/result/error_message.py,sha256=sMIMVt58wGo33E9lD4r6k9tRkgL2TpO7yjX-BZc6PHI,97
12
12
  architectonics/core/result/service_result.py,sha256=VwjegZKR38ocAEriY_0rnnPn69u09HDja4y3iKq0z9w,1879
13
+ architectonics/core/schemas/base_schemas.py,sha256=4ghwg7h06uIoBRkXGtWDFQA7Yb6Hvo4AsIA80xmSlFk,415
13
14
  architectonics/core/services/base_schemas.py,sha256=9PpCcf5GaE68s2VDKiAWRNufhFL2iN5djOcMsir8HMk,295
14
15
  architectonics/core/services/base_service.py,sha256=0_nPQkVqV-yaLAgXExKVE0s8gRuTu5nyqs4cMDZYN6s,3812
15
16
  architectonics/core/validation/base_model_validation_errors.py,sha256=Z3nGM3XaHbkW0z2qhVjwd8t0EbYULArIHARa0IYCNVg,306
@@ -21,6 +22,6 @@ architectonics/infrastructure/entities/base_entity.py,sha256=EqmmY2aVzqIdgJPsKBU
21
22
  architectonics/infrastructure/repositories/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
22
23
  architectonics/infrastructure/repositories/base_exceptions.py,sha256=kOeu3p90LHMxCcp2cCL_Anrsz4CTLtELWqma_RCQSqM,303
23
24
  architectonics/infrastructure/repositories/base_repository.py,sha256=UO-bMbsRfegTZRUVjj5f2kWHNNkm2OG0PwuxcojLQnQ,3828
24
- architectonics-0.0.32.dist-info/WHEEL,sha256=y3eDiaFVSNTPbgzfNn0nYn5tEn1cX6WrdetDlQM4xWw,83
25
- architectonics-0.0.32.dist-info/METADATA,sha256=lWKVcMflHXL5b-dhdsnOxmM3Vq908lTU-NkSt0uZgww,469
26
- architectonics-0.0.32.dist-info/RECORD,,
25
+ architectonics-0.0.33.dist-info/WHEEL,sha256=y3eDiaFVSNTPbgzfNn0nYn5tEn1cX6WrdetDlQM4xWw,83
26
+ architectonics-0.0.33.dist-info/METADATA,sha256=m5o2a8MuWx6zaOfU3LSPkfzDLlhxV6shvti4jV-7dqI,469
27
+ architectonics-0.0.33.dist-info/RECORD,,