7 changed files with 14 additions and 10 deletions
@ -1,7 +1,6 @@ |
|||
export const enum eOrderingPolicyNames { |
|||
Ordering = 'CatalogService.Products', |
|||
|
|||
ProductManagementCreate = 'CatalogService.Products.Create', |
|||
ProductManagementUpdate = 'CatalogService.Products.Update', |
|||
ProductManagementDelete = 'CatalogService.Products.Delete', |
|||
ordering = 'OrderingService.Orders', |
|||
detail = 'OrderingService.Orders.Orders', |
|||
setAsShipped = 'OrderingService.Orders.SetAsShipped', |
|||
setAsCancelled = 'OrderingService.Products.SetAsCancelled', |
|||
} |
|||
|
|||
Loading…
Reference in new issue