@hectare/platform.clients.trading 1.1.321 → 1.1.323
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 +1 -5
- package/models/BuyerBenchmarkSchema.d.ts +1 -3
- package/models/ContractDetail.d.ts +2 -6
- package/models/CreateListing.d.ts +1 -1
- package/models/CreateManualListingTrade.d.ts +1 -1
- package/models/CropContractSearchSchema.d.ts +1 -1
- package/models/ListingDetail.d.ts +1 -3
- package/models/PatchListingSchema.d.ts +1 -1
- package/models/SearchResultsBidSchema.d.ts +1 -5
- package/models/SearchResultsContractSchema.d.ts +2 -6
- package/models/SearchResultsListingSchema.d.ts +1 -3
- package/package.json +1 -1
package/models/BidDetail.d.ts
CHANGED
|
@@ -122,8 +122,6 @@ export type BidDetail = {
|
|
|
122
122
|
sellerNotes: string | null;
|
|
123
123
|
deliveryPostcode: string | null;
|
|
124
124
|
};
|
|
125
|
-
pricingBasis?: 'milling' | 'feed' | null;
|
|
126
|
-
pricingBasisSource?: 'derived' | 'stated' | null;
|
|
127
125
|
contract?: {
|
|
128
126
|
id: string | null;
|
|
129
127
|
files?: Array<{
|
|
@@ -254,7 +252,7 @@ export type BidDetail = {
|
|
|
254
252
|
currency: string;
|
|
255
253
|
} | null;
|
|
256
254
|
contractType: 'base' | 'fixed' | 'premium-only' | 'unpriced' | 'premium' | 'base-plus-oil-bonus';
|
|
257
|
-
pricingBasis?: 'milling' | 'feed' | null;
|
|
255
|
+
pricingBasis?: 'milling' | 'feed' | 'unknown' | null;
|
|
258
256
|
haulageType: 'ex-farm' | 'delivered' | 'both' | null;
|
|
259
257
|
haulageTypeTASCC?: boolean | null;
|
|
260
258
|
};
|
|
@@ -497,8 +495,6 @@ export type BidDetail = {
|
|
|
497
495
|
sellerNotes: string | null;
|
|
498
496
|
deliveryPostcode: string | null;
|
|
499
497
|
};
|
|
500
|
-
pricingBasis?: 'milling' | 'feed' | null;
|
|
501
|
-
pricingBasisSource?: 'derived' | 'stated' | null;
|
|
502
498
|
contract?: {
|
|
503
499
|
id: string | null;
|
|
504
500
|
files?: Array<{
|
|
@@ -106,7 +106,7 @@ export type BuyerBenchmarkSchema = {
|
|
|
106
106
|
currency: string;
|
|
107
107
|
} | null;
|
|
108
108
|
contractType: 'base' | 'fixed' | 'premium-only' | 'unpriced' | 'premium' | 'base-plus-oil-bonus';
|
|
109
|
-
pricingBasis?: 'milling' | 'feed' | null;
|
|
109
|
+
pricingBasis?: 'milling' | 'feed' | 'unknown' | null;
|
|
110
110
|
haulageType: 'ex-farm' | 'delivered' | 'both' | null;
|
|
111
111
|
haulageTypeTASCC?: boolean | null;
|
|
112
112
|
};
|
|
@@ -349,8 +349,6 @@ export type BuyerBenchmarkSchema = {
|
|
|
349
349
|
sellerNotes: string | null;
|
|
350
350
|
deliveryPostcode: string | null;
|
|
351
351
|
};
|
|
352
|
-
pricingBasis?: 'milling' | 'feed' | null;
|
|
353
|
-
pricingBasisSource?: 'derived' | 'stated' | null;
|
|
354
352
|
contract?: {
|
|
355
353
|
id: string | null;
|
|
356
354
|
files?: Array<{
|
|
@@ -14,7 +14,7 @@ export type ContractDetail = {
|
|
|
14
14
|
weight?: number;
|
|
15
15
|
};
|
|
16
16
|
priceType: 'base' | 'fixed' | 'premium-only' | 'unpriced' | 'premium' | 'base-plus-oil-bonus';
|
|
17
|
-
pricingBasis?: 'milling' | 'feed' | null;
|
|
17
|
+
pricingBasis?: 'milling' | 'feed' | 'unknown' | null;
|
|
18
18
|
compositionType: 'individual' | 'multiple' | 'other';
|
|
19
19
|
totalPrice: {
|
|
20
20
|
amount: number | null;
|
|
@@ -411,8 +411,6 @@ export type ContractDetail = {
|
|
|
411
411
|
sellerNotes: string | null;
|
|
412
412
|
deliveryPostcode: string | null;
|
|
413
413
|
};
|
|
414
|
-
pricingBasis?: 'milling' | 'feed' | null;
|
|
415
|
-
pricingBasisSource?: 'derived' | 'stated' | null;
|
|
416
414
|
contract?: {
|
|
417
415
|
id: string | null;
|
|
418
416
|
files?: Array<{
|
|
@@ -543,7 +541,7 @@ export type ContractDetail = {
|
|
|
543
541
|
currency: string;
|
|
544
542
|
} | null;
|
|
545
543
|
contractType: 'base' | 'fixed' | 'premium-only' | 'unpriced' | 'premium' | 'base-plus-oil-bonus';
|
|
546
|
-
pricingBasis?: 'milling' | 'feed' | null;
|
|
544
|
+
pricingBasis?: 'milling' | 'feed' | 'unknown' | null;
|
|
547
545
|
haulageType: 'ex-farm' | 'delivered' | 'both' | null;
|
|
548
546
|
haulageTypeTASCC?: boolean | null;
|
|
549
547
|
};
|
|
@@ -786,8 +784,6 @@ export type ContractDetail = {
|
|
|
786
784
|
sellerNotes: string | null;
|
|
787
785
|
deliveryPostcode: string | null;
|
|
788
786
|
};
|
|
789
|
-
pricingBasis?: 'milling' | 'feed' | null;
|
|
790
|
-
pricingBasisSource?: 'derived' | 'stated' | null;
|
|
791
787
|
contract?: {
|
|
792
788
|
id: string | null;
|
|
793
789
|
files?: Array<{
|
|
@@ -17,7 +17,7 @@ export type CreateListing = {
|
|
|
17
17
|
asAvailable: boolean | null;
|
|
18
18
|
};
|
|
19
19
|
contractType?: 'base' | 'fixed' | 'premium-only' | 'unpriced' | 'premium' | 'base-plus-oil-bonus';
|
|
20
|
-
pricingBasis?: 'milling' | 'feed' | null;
|
|
20
|
+
pricingBasis?: 'milling' | 'feed' | 'unknown' | null;
|
|
21
21
|
startDateUTC?: string | null;
|
|
22
22
|
haulageType?: 'ex-farm' | 'delivered' | 'both' | null;
|
|
23
23
|
haulageTypeTASCC?: boolean | null;
|
|
@@ -18,7 +18,7 @@ export type CreateManualListingTrade = {
|
|
|
18
18
|
asAvailable: boolean | null;
|
|
19
19
|
};
|
|
20
20
|
contractType?: 'base' | 'fixed' | 'premium-only' | 'unpriced' | 'premium' | 'base-plus-oil-bonus';
|
|
21
|
-
pricingBasis?: 'milling' | 'feed' | null;
|
|
21
|
+
pricingBasis?: 'milling' | 'feed' | 'unknown' | null;
|
|
22
22
|
startDateUTC?: string | null;
|
|
23
23
|
haulageType?: 'ex-farm' | 'delivered' | 'both' | null;
|
|
24
24
|
haulageTypeTASCC?: boolean | null;
|
|
@@ -12,7 +12,7 @@ export type CropContractSearchSchema = {
|
|
|
12
12
|
variety?: string | null;
|
|
13
13
|
haulageType?: 'ex-farm' | 'delivered' | 'both' | null;
|
|
14
14
|
contractType?: 'base' | 'fixed' | 'premium-only' | 'unpriced' | 'premium' | 'base-plus-oil-bonus' | null;
|
|
15
|
-
pricingBasis?: 'milling' | 'feed' | null;
|
|
15
|
+
pricingBasis?: 'milling' | 'feed' | 'unknown' | null;
|
|
16
16
|
commodityId?: number | null;
|
|
17
17
|
movement?: string | null;
|
|
18
18
|
paymentMonth?: string | null;
|
|
@@ -105,7 +105,7 @@ export type ListingDetail = {
|
|
|
105
105
|
currency: string;
|
|
106
106
|
} | null;
|
|
107
107
|
contractType: 'base' | 'fixed' | 'premium-only' | 'unpriced' | 'premium' | 'base-plus-oil-bonus';
|
|
108
|
-
pricingBasis?: 'milling' | 'feed' | null;
|
|
108
|
+
pricingBasis?: 'milling' | 'feed' | 'unknown' | null;
|
|
109
109
|
haulageType: 'ex-farm' | 'delivered' | 'both' | null;
|
|
110
110
|
haulageTypeTASCC?: boolean | null;
|
|
111
111
|
};
|
|
@@ -348,8 +348,6 @@ export type ListingDetail = {
|
|
|
348
348
|
sellerNotes: string | null;
|
|
349
349
|
deliveryPostcode: string | null;
|
|
350
350
|
};
|
|
351
|
-
pricingBasis?: 'milling' | 'feed' | null;
|
|
352
|
-
pricingBasisSource?: 'derived' | 'stated' | null;
|
|
353
351
|
contract?: {
|
|
354
352
|
id: string | null;
|
|
355
353
|
files?: Array<{
|
|
@@ -17,7 +17,7 @@ export type PatchListingSchema = {
|
|
|
17
17
|
asAvailable: boolean | null;
|
|
18
18
|
};
|
|
19
19
|
contractType?: 'base' | 'fixed' | 'premium-only' | 'unpriced' | 'premium' | 'base-plus-oil-bonus';
|
|
20
|
-
pricingBasis?: 'milling' | 'feed' | null;
|
|
20
|
+
pricingBasis?: 'milling' | 'feed' | 'unknown' | null;
|
|
21
21
|
startDateUTC?: string | null;
|
|
22
22
|
haulageType?: 'ex-farm' | 'delivered' | 'both' | null;
|
|
23
23
|
haulageTypeTASCC?: boolean | null;
|
|
@@ -123,8 +123,6 @@ export type SearchResultsBidSchema = {
|
|
|
123
123
|
sellerNotes: string | null;
|
|
124
124
|
deliveryPostcode: string | null;
|
|
125
125
|
};
|
|
126
|
-
pricingBasis?: 'milling' | 'feed' | null;
|
|
127
|
-
pricingBasisSource?: 'derived' | 'stated' | null;
|
|
128
126
|
contract?: {
|
|
129
127
|
id: string | null;
|
|
130
128
|
files?: Array<{
|
|
@@ -255,7 +253,7 @@ export type SearchResultsBidSchema = {
|
|
|
255
253
|
currency: string;
|
|
256
254
|
} | null;
|
|
257
255
|
contractType: 'base' | 'fixed' | 'premium-only' | 'unpriced' | 'premium' | 'base-plus-oil-bonus';
|
|
258
|
-
pricingBasis?: 'milling' | 'feed' | null;
|
|
256
|
+
pricingBasis?: 'milling' | 'feed' | 'unknown' | null;
|
|
259
257
|
haulageType: 'ex-farm' | 'delivered' | 'both' | null;
|
|
260
258
|
haulageTypeTASCC?: boolean | null;
|
|
261
259
|
};
|
|
@@ -498,8 +496,6 @@ export type SearchResultsBidSchema = {
|
|
|
498
496
|
sellerNotes: string | null;
|
|
499
497
|
deliveryPostcode: string | null;
|
|
500
498
|
};
|
|
501
|
-
pricingBasis?: 'milling' | 'feed' | null;
|
|
502
|
-
pricingBasisSource?: 'derived' | 'stated' | null;
|
|
503
499
|
contract?: {
|
|
504
500
|
id: string | null;
|
|
505
501
|
files?: Array<{
|
|
@@ -15,7 +15,7 @@ export type SearchResultsContractSchema = {
|
|
|
15
15
|
weight?: number;
|
|
16
16
|
};
|
|
17
17
|
priceType: 'base' | 'fixed' | 'premium-only' | 'unpriced' | 'premium' | 'base-plus-oil-bonus';
|
|
18
|
-
pricingBasis?: 'milling' | 'feed' | null;
|
|
18
|
+
pricingBasis?: 'milling' | 'feed' | 'unknown' | null;
|
|
19
19
|
compositionType: 'individual' | 'multiple' | 'other';
|
|
20
20
|
totalPrice: {
|
|
21
21
|
amount: number | null;
|
|
@@ -412,8 +412,6 @@ export type SearchResultsContractSchema = {
|
|
|
412
412
|
sellerNotes: string | null;
|
|
413
413
|
deliveryPostcode: string | null;
|
|
414
414
|
};
|
|
415
|
-
pricingBasis?: 'milling' | 'feed' | null;
|
|
416
|
-
pricingBasisSource?: 'derived' | 'stated' | null;
|
|
417
415
|
contract?: {
|
|
418
416
|
id: string | null;
|
|
419
417
|
files?: Array<{
|
|
@@ -544,7 +542,7 @@ export type SearchResultsContractSchema = {
|
|
|
544
542
|
currency: string;
|
|
545
543
|
} | null;
|
|
546
544
|
contractType: 'base' | 'fixed' | 'premium-only' | 'unpriced' | 'premium' | 'base-plus-oil-bonus';
|
|
547
|
-
pricingBasis?: 'milling' | 'feed' | null;
|
|
545
|
+
pricingBasis?: 'milling' | 'feed' | 'unknown' | null;
|
|
548
546
|
haulageType: 'ex-farm' | 'delivered' | 'both' | null;
|
|
549
547
|
haulageTypeTASCC?: boolean | null;
|
|
550
548
|
};
|
|
@@ -787,8 +785,6 @@ export type SearchResultsContractSchema = {
|
|
|
787
785
|
sellerNotes: string | null;
|
|
788
786
|
deliveryPostcode: string | null;
|
|
789
787
|
};
|
|
790
|
-
pricingBasis?: 'milling' | 'feed' | null;
|
|
791
|
-
pricingBasisSource?: 'derived' | 'stated' | null;
|
|
792
788
|
contract?: {
|
|
793
789
|
id: string | null;
|
|
794
790
|
files?: Array<{
|
|
@@ -106,7 +106,7 @@ export type SearchResultsListingSchema = {
|
|
|
106
106
|
currency: string;
|
|
107
107
|
} | null;
|
|
108
108
|
contractType: 'base' | 'fixed' | 'premium-only' | 'unpriced' | 'premium' | 'base-plus-oil-bonus';
|
|
109
|
-
pricingBasis?: 'milling' | 'feed' | null;
|
|
109
|
+
pricingBasis?: 'milling' | 'feed' | 'unknown' | null;
|
|
110
110
|
haulageType: 'ex-farm' | 'delivered' | 'both' | null;
|
|
111
111
|
haulageTypeTASCC?: boolean | null;
|
|
112
112
|
};
|
|
@@ -349,8 +349,6 @@ export type SearchResultsListingSchema = {
|
|
|
349
349
|
sellerNotes: string | null;
|
|
350
350
|
deliveryPostcode: string | null;
|
|
351
351
|
};
|
|
352
|
-
pricingBasis?: 'milling' | 'feed' | null;
|
|
353
|
-
pricingBasisSource?: 'derived' | 'stated' | null;
|
|
354
352
|
contract?: {
|
|
355
353
|
id: string | null;
|
|
356
354
|
files?: Array<{
|