@hectare/platform.clients.trading 1.1.62 → 1.1.63
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
|
@@ -68,6 +68,7 @@ export type ListingDetail = {
|
|
|
68
68
|
details: {
|
|
69
69
|
startDateUTC: string;
|
|
70
70
|
endDateUTC: string | null;
|
|
71
|
+
reviewEndDateUTC: string | null;
|
|
71
72
|
price: {
|
|
72
73
|
amount: number;
|
|
73
74
|
currency: string;
|
|
@@ -308,6 +309,7 @@ export type ListingDetail = {
|
|
|
308
309
|
details: {
|
|
309
310
|
startDateUTC: string;
|
|
310
311
|
endDateUTC: string | null;
|
|
312
|
+
reviewEndDateUTC: string | null;
|
|
311
313
|
price: {
|
|
312
314
|
amount: number;
|
|
313
315
|
currency: string;
|