@hectare/platform.clients.trading 1.1.302 → 1.1.303
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.
|
@@ -155,6 +155,11 @@ export type HarvestSummarySchema = {
|
|
|
155
155
|
conversion: number;
|
|
156
156
|
weight?: number;
|
|
157
157
|
};
|
|
158
|
+
paidWeight: {
|
|
159
|
+
name: string;
|
|
160
|
+
conversion: number;
|
|
161
|
+
weight?: number;
|
|
162
|
+
};
|
|
158
163
|
outstandingValue: {
|
|
159
164
|
amount: number | null;
|
|
160
165
|
currency: string;
|
|
@@ -127,6 +127,11 @@ export type InventoryDetailSchema = {
|
|
|
127
127
|
conversion: number;
|
|
128
128
|
weight?: number;
|
|
129
129
|
};
|
|
130
|
+
paidWeight: {
|
|
131
|
+
name: string;
|
|
132
|
+
conversion: number;
|
|
133
|
+
weight?: number;
|
|
134
|
+
};
|
|
130
135
|
outstandingValue: {
|
|
131
136
|
amount: number | null;
|
|
132
137
|
currency: string;
|
|
@@ -128,6 +128,11 @@ export type SearchResultsInventorySchema = {
|
|
|
128
128
|
conversion: number;
|
|
129
129
|
weight?: number;
|
|
130
130
|
};
|
|
131
|
+
paidWeight: {
|
|
132
|
+
name: string;
|
|
133
|
+
conversion: number;
|
|
134
|
+
weight?: number;
|
|
135
|
+
};
|
|
131
136
|
outstandingValue: {
|
|
132
137
|
amount: number | null;
|
|
133
138
|
currency: string;
|