@hectare/platform.clients.trading 1.1.105 → 1.1.106

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.
@@ -169,6 +169,7 @@ export type BidDetail = {
169
169
  acceptedCount: number;
170
170
  activeCount: number;
171
171
  expiredCount: number;
172
+ withdrawnCount?: number;
172
173
  nextExpiryUTC: string | null;
173
174
  prevExpiryUTC: string | null;
174
175
  minPrice: {
@@ -166,6 +166,7 @@ export type ListingDetail = {
166
166
  acceptedCount: number;
167
167
  activeCount: number;
168
168
  expiredCount: number;
169
+ withdrawnCount?: number;
169
170
  nextExpiryUTC: string | null;
170
171
  prevExpiryUTC: string | null;
171
172
  minPrice: {
@@ -416,6 +417,7 @@ export type ListingDetail = {
416
417
  acceptedCount: number;
417
418
  activeCount: number;
418
419
  expiredCount: number;
420
+ withdrawnCount?: number;
419
421
  nextExpiryUTC: string | null;
420
422
  prevExpiryUTC: string | null;
421
423
  minPrice: {
@@ -166,6 +166,7 @@ export type ListingSummary = {
166
166
  acceptedCount: number;
167
167
  activeCount: number;
168
168
  expiredCount: number;
169
+ withdrawnCount?: number;
169
170
  nextExpiryUTC: string | null;
170
171
  prevExpiryUTC: string | null;
171
172
  minPrice: {
@@ -170,6 +170,7 @@ export type SearchResultsBidSchema = {
170
170
  acceptedCount: number;
171
171
  activeCount: number;
172
172
  expiredCount: number;
173
+ withdrawnCount?: number;
173
174
  nextExpiryUTC: string | null;
174
175
  prevExpiryUTC: string | null;
175
176
  minPrice: {
@@ -167,6 +167,7 @@ export type SearchResultsListingSchema = {
167
167
  acceptedCount: number;
168
168
  activeCount: number;
169
169
  expiredCount: number;
170
+ withdrawnCount?: number;
170
171
  nextExpiryUTC: string | null;
171
172
  prevExpiryUTC: string | null;
172
173
  minPrice: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hectare/platform.clients.trading",
3
- "version": "1.1.105",
3
+ "version": "1.1.106",
4
4
  "main": "index.js",
5
5
  "exported": true,
6
6
  "types": "index.d.ts",