@whiplashmerch/whiplash-api-client 1.0.25 → 1.0.27
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/client.esm.js
CHANGED
|
@@ -25524,7 +25524,7 @@ const putApiV21OrderBatchesIdGenerateBol = (client, orderBatchId) => {
|
|
|
25524
25524
|
});
|
|
25525
25525
|
};
|
|
25526
25526
|
const orderBatchRelations = {
|
|
25527
|
-
bill_of_lading: { idKey: '
|
|
25527
|
+
bill_of_lading: { idKey: 'bill_of_lading_id', entityKey: 'bill_of_lading', func: getApiV21BillOfLadings, type: RelationType.Direct },
|
|
25528
25528
|
};
|
|
25529
25529
|
/**
|
|
25530
25530
|
* @returns ApiV21EntitiesOrderBatchExtended[]
|
|
@@ -26082,7 +26082,7 @@ const getApiV21ItemQuantitiesByRoles = (client, id) => {
|
|
|
26082
26082
|
};
|
|
26083
26083
|
|
|
26084
26084
|
const loadRelations = {
|
|
26085
|
-
bill_of_lading: { idKey: '
|
|
26085
|
+
bill_of_lading: { idKey: 'bill_of_lading_id', entityKey: 'bill_of_lading', func: getApiV21BillOfLadings, type: RelationType.Direct },
|
|
26086
26086
|
};
|
|
26087
26087
|
/**
|
|
26088
26088
|
* @returns ApiV21EntitiesLoadExtended[]
|