@hectare/platform.clients.trading 1.1.131 → 1.1.133
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/CreateListing.d.ts +1 -0
- package/models/ListingDetail.d.ts +4 -0
- package/models/ListingSummary.d.ts +2 -0
- package/models/PatchListingSchema.d.ts +1 -0
- package/models/SearchResultsBidSchema.d.ts +2 -0
- package/models/SearchResultsListingSchema.d.ts +2 -0
- package/package.json +1 -1
package/models/BidDetail.d.ts
CHANGED
|
@@ -113,6 +113,7 @@ export type BidDetail = {
|
|
|
113
113
|
} | null;
|
|
114
114
|
isBasePremOnly: boolean;
|
|
115
115
|
haulageType: 'ex-farm' | 'delivered' | null;
|
|
116
|
+
haulageTypeTASCC?: boolean | null;
|
|
116
117
|
};
|
|
117
118
|
inventory: {
|
|
118
119
|
type: 'crop' | 'produce';
|
|
@@ -223,6 +224,7 @@ export type BidDetail = {
|
|
|
223
224
|
sellerListingReasonIds: Array<number> | null;
|
|
224
225
|
sellerListingReasonDetail: string | null;
|
|
225
226
|
} | null;
|
|
227
|
+
marketingPlanId?: string;
|
|
226
228
|
};
|
|
227
229
|
userId: string;
|
|
228
230
|
userFullName: string;
|
|
@@ -110,6 +110,7 @@ export type ListingDetail = {
|
|
|
110
110
|
} | null;
|
|
111
111
|
isBasePremOnly: boolean;
|
|
112
112
|
haulageType: 'ex-farm' | 'delivered' | null;
|
|
113
|
+
haulageTypeTASCC?: boolean | null;
|
|
113
114
|
};
|
|
114
115
|
inventory: {
|
|
115
116
|
type: 'crop' | 'produce';
|
|
@@ -220,6 +221,7 @@ export type ListingDetail = {
|
|
|
220
221
|
sellerListingReasonIds: Array<number> | null;
|
|
221
222
|
sellerListingReasonDetail: string | null;
|
|
222
223
|
} | null;
|
|
224
|
+
marketingPlanId?: string;
|
|
223
225
|
marketBuyers?: Array<{
|
|
224
226
|
authPlatformId?: string;
|
|
225
227
|
emailAddress?: string;
|
|
@@ -365,6 +367,7 @@ export type ListingDetail = {
|
|
|
365
367
|
} | null;
|
|
366
368
|
isBasePremOnly: boolean;
|
|
367
369
|
haulageType: 'ex-farm' | 'delivered' | null;
|
|
370
|
+
haulageTypeTASCC?: boolean | null;
|
|
368
371
|
};
|
|
369
372
|
inventory: {
|
|
370
373
|
type: 'crop' | 'produce';
|
|
@@ -475,6 +478,7 @@ export type ListingDetail = {
|
|
|
475
478
|
sellerListingReasonIds: Array<number> | null;
|
|
476
479
|
sellerListingReasonDetail: string | null;
|
|
477
480
|
} | null;
|
|
481
|
+
marketingPlanId?: string;
|
|
478
482
|
};
|
|
479
483
|
userId: string;
|
|
480
484
|
userFullName: string;
|
|
@@ -110,6 +110,7 @@ export type ListingSummary = {
|
|
|
110
110
|
} | null;
|
|
111
111
|
isBasePremOnly: boolean;
|
|
112
112
|
haulageType: 'ex-farm' | 'delivered' | null;
|
|
113
|
+
haulageTypeTASCC?: boolean | null;
|
|
113
114
|
};
|
|
114
115
|
inventory: {
|
|
115
116
|
type: 'crop' | 'produce';
|
|
@@ -220,4 +221,5 @@ export type ListingSummary = {
|
|
|
220
221
|
sellerListingReasonIds: Array<number> | null;
|
|
221
222
|
sellerListingReasonDetail: string | null;
|
|
222
223
|
} | null;
|
|
224
|
+
marketingPlanId?: string;
|
|
223
225
|
};
|
|
@@ -114,6 +114,7 @@ export type SearchResultsBidSchema = {
|
|
|
114
114
|
} | null;
|
|
115
115
|
isBasePremOnly: boolean;
|
|
116
116
|
haulageType: 'ex-farm' | 'delivered' | null;
|
|
117
|
+
haulageTypeTASCC?: boolean | null;
|
|
117
118
|
};
|
|
118
119
|
inventory: {
|
|
119
120
|
type: 'crop' | 'produce';
|
|
@@ -224,6 +225,7 @@ export type SearchResultsBidSchema = {
|
|
|
224
225
|
sellerListingReasonIds: Array<number> | null;
|
|
225
226
|
sellerListingReasonDetail: string | null;
|
|
226
227
|
} | null;
|
|
228
|
+
marketingPlanId?: string;
|
|
227
229
|
};
|
|
228
230
|
userId: string;
|
|
229
231
|
userFullName: string;
|
|
@@ -111,6 +111,7 @@ export type SearchResultsListingSchema = {
|
|
|
111
111
|
} | null;
|
|
112
112
|
isBasePremOnly: boolean;
|
|
113
113
|
haulageType: 'ex-farm' | 'delivered' | null;
|
|
114
|
+
haulageTypeTASCC?: boolean | null;
|
|
114
115
|
};
|
|
115
116
|
inventory: {
|
|
116
117
|
type: 'crop' | 'produce';
|
|
@@ -221,6 +222,7 @@ export type SearchResultsListingSchema = {
|
|
|
221
222
|
sellerListingReasonIds: Array<number> | null;
|
|
222
223
|
sellerListingReasonDetail: string | null;
|
|
223
224
|
} | null;
|
|
225
|
+
marketingPlanId?: string;
|
|
224
226
|
}>;
|
|
225
227
|
custom?: any;
|
|
226
228
|
totalDocs?: number;
|