@hectare/platform.clients.trading 1.1.318 → 1.1.319

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.
@@ -98,6 +98,7 @@ export type BidDetail = {
98
98
  soldWeight: number | null;
99
99
  haulageType: 'ex-farm' | 'delivered' | null;
100
100
  buyerNotes: string | null;
101
+ contractId?: string | null;
101
102
  }>;
102
103
  terms: {
103
104
  weight: {
@@ -469,6 +470,7 @@ export type BidDetail = {
469
470
  soldWeight: number | null;
470
471
  haulageType: 'ex-farm' | 'delivered' | null;
471
472
  buyerNotes: string | null;
473
+ contractId?: string | null;
472
474
  }>;
473
475
  terms: {
474
476
  weight: {
@@ -324,6 +324,7 @@ export type BuyerBenchmarkSchema = {
324
324
  soldWeight: number | null;
325
325
  haulageType: 'ex-farm' | 'delivered' | null;
326
326
  buyerNotes: string | null;
327
+ contractId?: string | null;
327
328
  }>;
328
329
  terms: {
329
330
  weight: {
@@ -386,6 +386,7 @@ export type ContractDetail = {
386
386
  soldWeight: number | null;
387
387
  haulageType: 'ex-farm' | 'delivered' | null;
388
388
  buyerNotes: string | null;
389
+ contractId?: string | null;
389
390
  }>;
390
391
  terms: {
391
392
  weight: {
@@ -757,6 +758,7 @@ export type ContractDetail = {
757
758
  soldWeight: number | null;
758
759
  haulageType: 'ex-farm' | 'delivered' | null;
759
760
  buyerNotes: string | null;
761
+ contractId?: string | null;
760
762
  }>;
761
763
  terms: {
762
764
  weight: {
@@ -323,6 +323,7 @@ export type ListingDetail = {
323
323
  soldWeight: number | null;
324
324
  haulageType: 'ex-farm' | 'delivered' | null;
325
325
  buyerNotes: string | null;
326
+ contractId?: string | null;
326
327
  }>;
327
328
  terms: {
328
329
  weight: {
@@ -99,6 +99,7 @@ export type SearchResultsBidSchema = {
99
99
  soldWeight: number | null;
100
100
  haulageType: 'ex-farm' | 'delivered' | null;
101
101
  buyerNotes: string | null;
102
+ contractId?: string | null;
102
103
  }>;
103
104
  terms: {
104
105
  weight: {
@@ -470,6 +471,7 @@ export type SearchResultsBidSchema = {
470
471
  soldWeight: number | null;
471
472
  haulageType: 'ex-farm' | 'delivered' | null;
472
473
  buyerNotes: string | null;
474
+ contractId?: string | null;
473
475
  }>;
474
476
  terms: {
475
477
  weight: {
@@ -387,6 +387,7 @@ export type SearchResultsContractSchema = {
387
387
  soldWeight: number | null;
388
388
  haulageType: 'ex-farm' | 'delivered' | null;
389
389
  buyerNotes: string | null;
390
+ contractId?: string | null;
390
391
  }>;
391
392
  terms: {
392
393
  weight: {
@@ -758,6 +759,7 @@ export type SearchResultsContractSchema = {
758
759
  soldWeight: number | null;
759
760
  haulageType: 'ex-farm' | 'delivered' | null;
760
761
  buyerNotes: string | null;
762
+ contractId?: string | null;
761
763
  }>;
762
764
  terms: {
763
765
  weight: {
@@ -324,6 +324,7 @@ export type SearchResultsListingSchema = {
324
324
  soldWeight: number | null;
325
325
  haulageType: 'ex-farm' | 'delivered' | null;
326
326
  buyerNotes: string | null;
327
+ contractId?: string | null;
327
328
  }>;
328
329
  terms: {
329
330
  weight: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hectare/platform.clients.trading",
3
- "version": "1.1.318",
3
+ "version": "1.1.319",
4
4
  "main": "index.js",
5
5
  "exported": true,
6
6
  "types": "index.d.ts",