@hmxlabs/dax-client 2.3.0 → 2.4.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.
@@ -460,6 +460,8 @@ export interface ListingDetailFullResponse {
460
460
  /** @format date-time */
461
461
  endsOn?: string | null;
462
462
  /** @format date-time */
463
+ createdOn?: string | null;
464
+ /** @format date-time */
463
465
  withdrawnOn?: string | null;
464
466
  withdrawnReason?: string | null;
465
467
  listingProperties?: ListingDetailPropertyMap[] | null;
@@ -468,6 +470,7 @@ export interface ListingDetailFullResponse {
468
470
  ccyCode?: string | null;
469
471
  /** @format guid */
470
472
  itemId?: string | null;
473
+ sellerId?: string | null;
471
474
  /** @format date-time */
472
475
  manufactureDate?: string | null;
473
476
  condition?: string | null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hmxlabs/dax-client",
3
- "version": "2.3.0",
3
+ "version": "2.4.0",
4
4
  "type": "module",
5
5
  "main": "build/index.js",
6
6
  "module": "build/index.esm.js",