@hectare/platform.clients.trading 1.1.88 → 1.1.90
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
CHANGED
|
@@ -161,6 +161,7 @@ export type BidDetail = {
|
|
|
161
161
|
max: number | null;
|
|
162
162
|
}> | null;
|
|
163
163
|
hasSampled: boolean | null;
|
|
164
|
+
customMeasures: boolean | null;
|
|
164
165
|
};
|
|
165
166
|
activeBids: number;
|
|
166
167
|
bidInfo?: {
|
|
@@ -202,6 +203,7 @@ export type BidDetail = {
|
|
|
202
203
|
};
|
|
203
204
|
tradeRequestId?: string;
|
|
204
205
|
relistedFromListingId?: string;
|
|
206
|
+
preferences: Array<string>;
|
|
205
207
|
pending?: boolean;
|
|
206
208
|
feedback?: {
|
|
207
209
|
user: string;
|
|
@@ -158,6 +158,7 @@ export type ListingDetail = {
|
|
|
158
158
|
max: number | null;
|
|
159
159
|
}> | null;
|
|
160
160
|
hasSampled: boolean | null;
|
|
161
|
+
customMeasures: boolean | null;
|
|
161
162
|
};
|
|
162
163
|
activeBids: number;
|
|
163
164
|
bidInfo?: {
|
|
@@ -199,6 +200,7 @@ export type ListingDetail = {
|
|
|
199
200
|
};
|
|
200
201
|
tradeRequestId?: string;
|
|
201
202
|
relistedFromListingId?: string;
|
|
203
|
+
preferences: Array<string>;
|
|
202
204
|
pending?: boolean;
|
|
203
205
|
feedback?: {
|
|
204
206
|
user: string;
|
|
@@ -406,6 +408,7 @@ export type ListingDetail = {
|
|
|
406
408
|
max: number | null;
|
|
407
409
|
}> | null;
|
|
408
410
|
hasSampled: boolean | null;
|
|
411
|
+
customMeasures: boolean | null;
|
|
409
412
|
};
|
|
410
413
|
activeBids: number;
|
|
411
414
|
bidInfo?: {
|
|
@@ -447,6 +450,7 @@ export type ListingDetail = {
|
|
|
447
450
|
};
|
|
448
451
|
tradeRequestId?: string;
|
|
449
452
|
relistedFromListingId?: string;
|
|
453
|
+
preferences: Array<string>;
|
|
450
454
|
pending?: boolean;
|
|
451
455
|
feedback?: {
|
|
452
456
|
user: string;
|
|
@@ -158,6 +158,7 @@ export type ListingSummary = {
|
|
|
158
158
|
max: number | null;
|
|
159
159
|
}> | null;
|
|
160
160
|
hasSampled: boolean | null;
|
|
161
|
+
customMeasures: boolean | null;
|
|
161
162
|
};
|
|
162
163
|
activeBids: number;
|
|
163
164
|
bidInfo?: {
|
|
@@ -199,6 +200,7 @@ export type ListingSummary = {
|
|
|
199
200
|
};
|
|
200
201
|
tradeRequestId?: string;
|
|
201
202
|
relistedFromListingId?: string;
|
|
203
|
+
preferences: Array<string>;
|
|
202
204
|
pending?: boolean;
|
|
203
205
|
feedback?: {
|
|
204
206
|
user: string;
|
|
@@ -159,6 +159,7 @@ export type SearchResultsListingSchema = {
|
|
|
159
159
|
max: number | null;
|
|
160
160
|
}> | null;
|
|
161
161
|
hasSampled: boolean | null;
|
|
162
|
+
customMeasures: boolean | null;
|
|
162
163
|
};
|
|
163
164
|
activeBids: number;
|
|
164
165
|
bidInfo?: {
|
|
@@ -200,6 +201,7 @@ export type SearchResultsListingSchema = {
|
|
|
200
201
|
};
|
|
201
202
|
tradeRequestId?: string;
|
|
202
203
|
relistedFromListingId?: string;
|
|
204
|
+
preferences: Array<string>;
|
|
203
205
|
pending?: boolean;
|
|
204
206
|
feedback?: {
|
|
205
207
|
user: string;
|