Riqwan Thamir
4974f5e455
feat(utils): autogenerates create and update methods when dto is provided ( #6751 )
...
what:
when you provide an optional create_dto or update_dto to the model factory types, the abstract service will generate a simple service method for the public services of the modules.
```
MoneyAmount: {
dto: PricingTypes.MoneyAmountDTO
create_dto: PricingTypes.CreateMoneyAmountDTO
}
```
In the above example, only a create method will be generated, but the update will be skipped.
2024-03-20 14:33:24 +00:00
..
2024-03-11 12:34:17 +01:00
2024-03-20 14:28:28 +01:00
2024-03-20 10:21:30 +01:00
2024-03-20 14:28:28 +01:00
2024-03-20 10:21:30 +01:00
2024-03-20 14:45:06 +01:00
2024-03-20 14:28:28 +01:00
2024-03-20 10:21:30 +01:00
2024-03-20 10:21:30 +01:00
2024-03-19 18:31:58 +00:00
2024-03-20 12:44:26 +00:00
2024-03-20 10:21:30 +01:00
2024-03-20 10:21:30 +01:00
2024-03-20 10:21:30 +01:00
2024-03-20 14:28:28 +01:00
2024-03-20 14:45:06 +01:00
2024-03-11 12:34:17 +01:00
2024-03-20 10:21:30 +01:00
2024-03-20 10:21:30 +01:00
2024-03-20 10:21:30 +01:00
2024-03-20 10:21:30 +01:00
2024-03-20 10:21:30 +01:00
2024-03-20 10:21:30 +01:00
2024-03-20 10:21:30 +01:00
2024-03-20 12:09:54 +00:00
2024-03-20 10:21:30 +01:00
2024-03-20 12:09:54 +00:00
2024-03-20 10:21:30 +01:00
2024-03-20 10:21:30 +01:00
2024-03-20 10:21:30 +01:00
2024-03-20 14:33:24 +00:00
2024-03-20 11:31:54 +00:00
2024-03-20 10:21:30 +01:00
2024-03-20 10:21:30 +01:00
2024-03-20 10:21:30 +01:00
2024-03-20 10:21:30 +01:00
2024-03-20 10:21:30 +01:00
2024-03-20 10:21:30 +01:00
2024-03-20 14:33:24 +00:00
2024-03-20 10:21:30 +01:00
2024-03-20 14:33:24 +00:00
2024-03-20 10:21:30 +01:00
2024-03-20 10:21:30 +01:00
2024-03-20 10:21:30 +01:00