@hectare/platform.clients.trading 1.1.151 → 1.1.153

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: {
@@ -114,6 +114,7 @@ export type InventorySearchResultsSchema = {
114
114
  clearUrl: string;
115
115
  activeFilters: Array<{
116
116
  name: string;
117
+ displayName: string;
117
118
  clearUrl: string;
118
119
  terms: Array<{
119
120
  name: string;
@@ -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: {
@@ -155,6 +155,7 @@ export type MarketingPlanSearchResultsSchema = {
155
155
  clearUrl: string;
156
156
  activeFilters: Array<{
157
157
  name: string;
158
+ displayName: string;
158
159
  clearUrl: string;
159
160
  terms: Array<{
160
161
  name: string;
@@ -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: {
@@ -465,6 +466,7 @@ export type SearchResultsBidSchema = {
465
466
  clearUrl: string;
466
467
  activeFilters: Array<{
467
468
  name: string;
469
+ displayName: string;
468
470
  clearUrl: string;
469
471
  terms: Array<{
470
472
  name: string;
@@ -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: {
@@ -236,6 +237,7 @@ export type SearchResultsListingSchema = {
236
237
  clearUrl: string;
237
238
  activeFilters: Array<{
238
239
  name: string;
240
+ displayName: string;
239
241
  clearUrl: string;
240
242
  terms: Array<{
241
243
  name: string;
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.153",
4
4
  "main": "index.js",
5
5
  "exported": true,
6
6
  "types": "index.d.ts",