HandlerAndValidators
calculateOrderStatisticsForProducts
calculateOrderStatisticsForProducts: HandlerAndValidators<{
authentication: undefined | Predicate;
authorization: undefined | Predicate;
organizationExists: undefined | Predicate;
} & Record<string, Predicate>>
createOrder
createOrder: HandlerAndValidators<{
isValidOrderStatus: undefined | Predicate;
validBody: undefined | Predicate;
} & Record<string, Predicate>>
deleteOrder
deleteOrder: HandlerAndValidators<{
authentication: undefined | Predicate;
authorization: undefined | Predicate;
orderBelongsToOrganization: undefined | Predicate;
} & Record<string, Predicate>>
getOrder
getOrder: HandlerAndValidators<{
authentication: undefined | Predicate;
authorization: undefined | Predicate;
orderBelongsToOrganization: undefined | Predicate;
} & Record<string, Predicate>>
listOrders
listOrders: HandlerAndValidators<{
authentication: undefined | Predicate;
authorization: undefined | Predicate;
} & Record<string, Predicate>>
listOrdersForOrganization
listOrdersForOrganization: HandlerAndValidators<{
authentication: undefined | Predicate;
authorization: undefined | Predicate;
organizationExists: undefined | Predicate;
} & Record<string, Predicate>>
listOrdersForUser
listOrdersForUser: HandlerAndValidators<{
authentication: undefined | Predicate;
authorization: undefined | Predicate;
} & Record<string, Predicate>>
updateOrder
updateOrder: HandlerAndValidators<{
authentication: undefined | Predicate;
authorization: undefined | Predicate;
isValidOrderStatus: undefined | Predicate;
orderBelongsToOrganization: undefined | Predicate;
validBody: undefined | Predicate;
} & Record<string, Predicate>>
Order default adapter