chore: joiner config entity property (#9084)

This commit is contained in:
Carlos R. L. Rodrigues
2024-09-11 06:25:25 -03:00
committed by GitHub
parent 28dc8d4d17
commit fdd0543011
80 changed files with 464 additions and 294 deletions
@@ -28,6 +28,7 @@ moduleIntegrationTestRunner<IStockLocationService>({
stockLocationAddress: {
id: {
linkable: "stock_location_address_id",
entity: "StockLocationAddress",
primaryKey: "id",
serviceName: "stockLocationService",
field: "stockLocationAddress",
@@ -36,12 +37,14 @@ moduleIntegrationTestRunner<IStockLocationService>({
stockLocation: {
id: {
field: "stockLocation",
entity: "StockLocation",
linkable: "stock_location_id",
primaryKey: "id",
serviceName: "stockLocationService",
},
location_id: {
linkable: "location_id",
entity: "StockLocation",
primaryKey: "location_id",
serviceName: "stockLocationService",
field: "stockLocation",