feat: Workflow engine modules (#6128)

This commit is contained in:
Carlos R. L. Rodrigues
2024-01-23 10:08:08 -03:00
committed by GitHub
parent d85fee42ee
commit 302323916b
119 changed files with 5339 additions and 263 deletions
-1
View File
@@ -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"
+1 -1
View File
@@ -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.
+1 -1
View File
@@ -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"