@hmxlabs/dax-client 2.6.0 → 2.7.0

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.
@@ -487,6 +487,8 @@ export interface ListingDetailFullResponse {
487
487
  attachments?: ListingDetailAttachment[] | null;
488
488
  bidsError?: string | null;
489
489
  bids?: ListingDetailBid[] | null;
490
+ /** @format double */
491
+ minBid?: number;
490
492
  }
491
493
  export interface ListingDetailPropertyMap {
492
494
  name?: string | null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hmxlabs/dax-client",
3
- "version": "2.6.0",
3
+ "version": "2.7.0",
4
4
  "type": "module",
5
5
  "main": "build/index.js",
6
6
  "module": "build/index.esm.js",