@whiplashmerch/whiplash-api-client 3.2.12 → 3.2.14
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.
|
@@ -5901,6 +5901,11 @@ export interface ApiV21EntitiesAllocation {
|
|
|
5901
5901
|
* @format int32
|
|
5902
5902
|
*/
|
|
5903
5903
|
id?: number;
|
|
5904
|
+
/**
|
|
5905
|
+
* the id of the location
|
|
5906
|
+
* @format int32
|
|
5907
|
+
*/
|
|
5908
|
+
location_id?: number | null;
|
|
5904
5909
|
/**
|
|
5905
5910
|
* the id of the allocation owner
|
|
5906
5911
|
* @format int32
|