@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;
@@ -64,6 +64,11 @@ export type InventorySummarySchema = {
64
64
  conversion: number;
65
65
  weight?: number;
66
66
  };
67
+ paidWeight: {
68
+ name: string;
69
+ conversion: number;
70
+ weight?: number;
71
+ };
67
72
  outstandingValue: {
68
73
  amount: number | null;
69
74
  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;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hectare/platform.clients.trading",
3
- "version": "1.1.302",
3
+ "version": "1.1.303",
4
4
  "main": "index.js",
5
5
  "exported": true,
6
6
  "types": "index.d.ts",