feat: Workflow engine modules (#6128)
This commit is contained in:
@@ -18,4 +18,3 @@ export * as SearchTypes from "./search"
|
||||
export * as StockLocationTypes from "./stock-location"
|
||||
export * as TransactionBaseTypes from "./transaction-base"
|
||||
export * as WorkflowTypes from "./workflow"
|
||||
|
||||
|
||||
@@ -46,7 +46,7 @@ export interface RepositoryService<
|
||||
|
||||
update(data: TDTOs["update"][], context?: Context): Promise<T[]>
|
||||
|
||||
delete(ids: string[], context?: Context): Promise<void>
|
||||
delete(idsOrPKs: string[] | object[], context?: Context): Promise<void>
|
||||
|
||||
/**
|
||||
* Soft delete entities and cascade to related entities if configured.
|
||||
|
||||
@@ -14,9 +14,9 @@ export * from "./joiner"
|
||||
export * from "./link-modules"
|
||||
export * from "./logger"
|
||||
export * from "./modules-sdk"
|
||||
export * from "./payment"
|
||||
export * from "./pricing"
|
||||
export * from "./product"
|
||||
export * from "./payment"
|
||||
export * from "./product-category"
|
||||
export * from "./promotion"
|
||||
export * from "./region"
|
||||
|
||||
Reference in New Issue
Block a user