Added new models and schemas for gender, address type, and shipping type.

-  **Feature**: Introduced Gender, AddressType, and ShippingType enums
- 🗑️ **Chore**: Removed obsolete schemas and service files from return feature
- 🛠️ **Refactor**: Updated index files to export new models
This commit is contained in:
Lorenz Hilpert
2025-04-03 11:53:27 +02:00
parent 0dee30062f
commit 81a7154470
68 changed files with 797 additions and 1195 deletions

View File

@@ -43,6 +43,7 @@
"angular-oauth2-oidc": "^17.0.2",
"angular-oauth2-oidc-jwks": "^17.0.2",
"lodash": "^4.17.21",
"lodash-es": "^4.17.21",
"moment": "^2.30.1",
"ng2-pdf-viewer": "^10.4.0",
"ngx-matomo-client": "^7.0.1",
@@ -88,6 +89,7 @@
"@swc/helpers": "~0.5.11",
"@types/jest": "^29.5.12",
"@types/lodash": "^4.17.16",
"@types/lodash-es": "^4.17.12",
"@types/node": "18.16.9",
"@types/uuid": "^10.0.0",
"@typescript-eslint/utils": "^8.19.0",