@hectare/platform.clients.trading 1.1.302 → 1.1.304
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,16 @@ export type HarvestSummarySchema = {
|
|
|
155
155
|
conversion: number;
|
|
156
156
|
weight?: number;
|
|
157
157
|
};
|
|
158
|
+
movedWeight: {
|
|
159
|
+
name: string;
|
|
160
|
+
conversion: number;
|
|
161
|
+
weight?: number;
|
|
162
|
+
};
|
|
163
|
+
paidWeight: {
|
|
164
|
+
name: string;
|
|
165
|
+
conversion: number;
|
|
166
|
+
weight?: number;
|
|
167
|
+
};
|
|
158
168
|
outstandingValue: {
|
|
159
169
|
amount: number | null;
|
|
160
170
|
currency: string;
|
|
@@ -127,6 +127,16 @@ export type InventoryDetailSchema = {
|
|
|
127
127
|
conversion: number;
|
|
128
128
|
weight?: number;
|
|
129
129
|
};
|
|
130
|
+
movedWeight: {
|
|
131
|
+
name: string;
|
|
132
|
+
conversion: number;
|
|
133
|
+
weight?: number;
|
|
134
|
+
};
|
|
135
|
+
paidWeight: {
|
|
136
|
+
name: string;
|
|
137
|
+
conversion: number;
|
|
138
|
+
weight?: number;
|
|
139
|
+
};
|
|
130
140
|
outstandingValue: {
|
|
131
141
|
amount: number | null;
|
|
132
142
|
currency: string;
|
|
@@ -64,6 +64,16 @@ export type InventorySummarySchema = {
|
|
|
64
64
|
conversion: number;
|
|
65
65
|
weight?: number;
|
|
66
66
|
};
|
|
67
|
+
movedWeight: {
|
|
68
|
+
name: string;
|
|
69
|
+
conversion: number;
|
|
70
|
+
weight?: number;
|
|
71
|
+
};
|
|
72
|
+
paidWeight: {
|
|
73
|
+
name: string;
|
|
74
|
+
conversion: number;
|
|
75
|
+
weight?: number;
|
|
76
|
+
};
|
|
67
77
|
outstandingValue: {
|
|
68
78
|
amount: number | null;
|
|
69
79
|
currency: string;
|
|
@@ -128,6 +128,16 @@ export type SearchResultsInventorySchema = {
|
|
|
128
128
|
conversion: number;
|
|
129
129
|
weight?: number;
|
|
130
130
|
};
|
|
131
|
+
movedWeight: {
|
|
132
|
+
name: string;
|
|
133
|
+
conversion: number;
|
|
134
|
+
weight?: number;
|
|
135
|
+
};
|
|
136
|
+
paidWeight: {
|
|
137
|
+
name: string;
|
|
138
|
+
conversion: number;
|
|
139
|
+
weight?: number;
|
|
140
|
+
};
|
|
131
141
|
outstandingValue: {
|
|
132
142
|
amount: number | null;
|
|
133
143
|
currency: string;
|