@hectare/platform.clients.trading 1.1.227 → 1.1.229
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 -1
- package/models/InsightsRegionalPricesPredictionSchema.d.ts +6 -0
- package/models/ListingDetail.d.ts +2 -2
- package/models/ListingSummary.d.ts +1 -1
- package/models/SearchResultsBidSchema.d.ts +1 -1
- package/models/SearchResultsListingSchema.d.ts +1 -1
- package/package.json +1 -1
package/models/BidDetail.d.ts
CHANGED
|
@@ -8,7 +8,7 @@ export type BidDetail = {
|
|
|
8
8
|
createdAtUTC: string;
|
|
9
9
|
status: 'active' | 'closed' | 'traded';
|
|
10
10
|
substatus: 'unsold' | 'archived' | 'scheduled' | 'open' | 'in-review' | 'post-review' | null;
|
|
11
|
-
tradingStatus: 'with-buyers' | 'scheduled' | 'review' | 'request-trade' | 'expired' | 'no-offers' | '
|
|
11
|
+
tradingStatus: 'with-buyers' | 'scheduled' | 'review' | 'request-trade' | 'expired' | 'no-offers' | 'ended';
|
|
12
12
|
business: {
|
|
13
13
|
organisationId: string;
|
|
14
14
|
organisationCreatedAtUTC?: string;
|
|
@@ -14,6 +14,12 @@ export type InsightsRegionalPricesPredictionSchema = {
|
|
|
14
14
|
min: number;
|
|
15
15
|
max: number;
|
|
16
16
|
};
|
|
17
|
+
quintilePremium: {
|
|
18
|
+
label: 'low' | 'below-average' | 'average' | 'above-average' | 'high';
|
|
19
|
+
thresholds: Array<number>;
|
|
20
|
+
min: number;
|
|
21
|
+
max: number;
|
|
22
|
+
} | null;
|
|
17
23
|
regression?: {
|
|
18
24
|
gradient: number;
|
|
19
25
|
intercept: number;
|
|
@@ -5,7 +5,7 @@ export type ListingDetail = {
|
|
|
5
5
|
createdAtUTC: string;
|
|
6
6
|
status: 'active' | 'closed' | 'traded';
|
|
7
7
|
substatus: 'unsold' | 'archived' | 'scheduled' | 'open' | 'in-review' | 'post-review' | null;
|
|
8
|
-
tradingStatus?: 'with-buyers' | 'scheduled' | 'review' | 'request-trade' | 'expired' | 'no-offers' | '
|
|
8
|
+
tradingStatus?: 'with-buyers' | 'scheduled' | 'review' | 'request-trade' | 'expired' | 'no-offers' | 'ended';
|
|
9
9
|
business: {
|
|
10
10
|
organisationId: string;
|
|
11
11
|
organisationCreatedAtUTC?: string;
|
|
@@ -309,7 +309,7 @@ export type ListingDetail = {
|
|
|
309
309
|
createdAtUTC: string;
|
|
310
310
|
status: 'active' | 'closed' | 'traded';
|
|
311
311
|
substatus: 'unsold' | 'archived' | 'scheduled' | 'open' | 'in-review' | 'post-review' | null;
|
|
312
|
-
tradingStatus: 'with-buyers' | 'scheduled' | 'review' | 'request-trade' | 'expired' | 'no-offers' | '
|
|
312
|
+
tradingStatus: 'with-buyers' | 'scheduled' | 'review' | 'request-trade' | 'expired' | 'no-offers' | 'ended';
|
|
313
313
|
business: {
|
|
314
314
|
organisationId: string;
|
|
315
315
|
organisationCreatedAtUTC?: string;
|
|
@@ -5,7 +5,7 @@ export type ListingSummary = {
|
|
|
5
5
|
createdAtUTC: string;
|
|
6
6
|
status: 'active' | 'closed' | 'traded';
|
|
7
7
|
substatus: 'unsold' | 'archived' | 'scheduled' | 'open' | 'in-review' | 'post-review' | null;
|
|
8
|
-
tradingStatus: 'with-buyers' | 'scheduled' | 'review' | 'request-trade' | 'expired' | 'no-offers' | '
|
|
8
|
+
tradingStatus: 'with-buyers' | 'scheduled' | 'review' | 'request-trade' | 'expired' | 'no-offers' | 'ended';
|
|
9
9
|
business: {
|
|
10
10
|
organisationId: string;
|
|
11
11
|
organisationCreatedAtUTC?: string;
|
|
@@ -9,7 +9,7 @@ export type SearchResultsBidSchema = {
|
|
|
9
9
|
createdAtUTC: string;
|
|
10
10
|
status: 'active' | 'closed' | 'traded';
|
|
11
11
|
substatus: 'unsold' | 'archived' | 'scheduled' | 'open' | 'in-review' | 'post-review' | null;
|
|
12
|
-
tradingStatus: 'with-buyers' | 'scheduled' | 'review' | 'request-trade' | 'expired' | 'no-offers' | '
|
|
12
|
+
tradingStatus: 'with-buyers' | 'scheduled' | 'review' | 'request-trade' | 'expired' | 'no-offers' | 'ended';
|
|
13
13
|
business: {
|
|
14
14
|
organisationId: string;
|
|
15
15
|
organisationCreatedAtUTC?: string;
|
|
@@ -6,7 +6,7 @@ export type SearchResultsListingSchema = {
|
|
|
6
6
|
createdAtUTC: string;
|
|
7
7
|
status: 'active' | 'closed' | 'traded';
|
|
8
8
|
substatus: 'unsold' | 'archived' | 'scheduled' | 'open' | 'in-review' | 'post-review' | null;
|
|
9
|
-
tradingStatus: 'with-buyers' | 'scheduled' | 'review' | 'request-trade' | 'expired' | 'no-offers' | '
|
|
9
|
+
tradingStatus: 'with-buyers' | 'scheduled' | 'review' | 'request-trade' | 'expired' | 'no-offers' | 'ended';
|
|
10
10
|
business: {
|
|
11
11
|
organisationId: string;
|
|
12
12
|
organisationCreatedAtUTC?: string;
|