scrapebadger 0.33.0 → 0.33.1

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/dist/index.d.cts CHANGED
@@ -14448,6 +14448,8 @@ interface DepopProductDetail {
14448
14448
  price?: string | null;
14449
14449
  currency?: string | null;
14450
14450
  availability?: string | null;
14451
+ /** Seller's average dispatch estimate as shown on the listing, e.g. "3 days" or "24 hours". */
14452
+ dispatch_time?: string | null;
14451
14453
  seller_username?: string | null;
14452
14454
  images: string[];
14453
14455
  url: string;
package/dist/index.d.ts CHANGED
@@ -14448,6 +14448,8 @@ interface DepopProductDetail {
14448
14448
  price?: string | null;
14449
14449
  currency?: string | null;
14450
14450
  availability?: string | null;
14451
+ /** Seller's average dispatch estimate as shown on the listing, e.g. "3 days" or "24 hours". */
14452
+ dispatch_time?: string | null;
14451
14453
  seller_username?: string | null;
14452
14454
  images: string[];
14453
14455
  url: string;
package/dist/index.js CHANGED
@@ -9,7 +9,7 @@ function _interopDefault (e) { return e && e.__esModule ? e : { default: e }; }
9
9
  var WebSocket__default = /*#__PURE__*/_interopDefault(WebSocket);
10
10
 
11
11
  // src/internal/version.ts
12
- var SDK_VERSION = "0.24.2";
12
+ var SDK_VERSION = "0.33.1";
13
13
 
14
14
  // src/internal/exceptions.ts
15
15
  var ScrapeBadgerError = class _ScrapeBadgerError extends Error {