@hectare/platform.clients.trading 1.1.151 → 1.1.152

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.
@@ -121,6 +121,7 @@ export type BidDetail = {
121
121
  haulageTypeTASCC?: boolean | null;
122
122
  };
123
123
  inventory: {
124
+ id?: string;
124
125
  type: 'crop' | 'produce';
125
126
  harvestYear: string;
126
127
  commodity: {
@@ -118,6 +118,7 @@ export type ListingDetail = {
118
118
  haulageTypeTASCC?: boolean | null;
119
119
  };
120
120
  inventory: {
121
+ id?: string;
121
122
  type: 'crop' | 'produce';
122
123
  harvestYear: string;
123
124
  commodity: {
@@ -380,6 +381,7 @@ export type ListingDetail = {
380
381
  haulageTypeTASCC?: boolean | null;
381
382
  };
382
383
  inventory: {
384
+ id?: string;
383
385
  type: 'crop' | 'produce';
384
386
  harvestYear: string;
385
387
  commodity: {
@@ -118,6 +118,7 @@ export type ListingSummary = {
118
118
  haulageTypeTASCC?: boolean | null;
119
119
  };
120
120
  inventory: {
121
+ id?: string;
121
122
  type: 'crop' | 'produce';
122
123
  harvestYear: string;
123
124
  commodity: {
@@ -122,6 +122,7 @@ export type SearchResultsBidSchema = {
122
122
  haulageTypeTASCC?: boolean | null;
123
123
  };
124
124
  inventory: {
125
+ id?: string;
125
126
  type: 'crop' | 'produce';
126
127
  harvestYear: string;
127
128
  commodity: {
@@ -119,6 +119,7 @@ export type SearchResultsListingSchema = {
119
119
  haulageTypeTASCC?: boolean | null;
120
120
  };
121
121
  inventory: {
122
+ id?: string;
122
123
  type: 'crop' | 'produce';
123
124
  harvestYear: string;
124
125
  commodity: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hectare/platform.clients.trading",
3
- "version": "1.1.151",
3
+ "version": "1.1.152",
4
4
  "main": "index.js",
5
5
  "exported": true,
6
6
  "types": "index.d.ts",