@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.
- package/models/BidDetail.d.ts +2 -0
- package/models/BuyerBenchmarkSchema.d.ts +1 -0
- package/models/ContractDetail.d.ts +2 -0
- package/models/ListingDetail.d.ts +1 -0
- package/models/SearchResultsBidSchema.d.ts +2 -0
- package/models/SearchResultsContractSchema.d.ts +2 -0
- package/models/SearchResultsListingSchema.d.ts +1 -0
- package/package.json +1 -1
package/models/BidDetail.d.ts
CHANGED
|
@@ -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: {
|
|
@@ -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: {
|
|
@@ -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: {
|