randmar-api-client 1.22.0 → 1.23.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.
@@ -2573,6 +2573,7 @@ export type ManufacturerCategory = {
2573
2573
  ManufacturerId?: string | null;
2574
2574
  Niche?: string | null;
2575
2575
  Products?: Product[] | null;
2576
+ AvailableToBuy?: boolean;
2576
2577
  };
2577
2578
  export type SalesData = {
2578
2579
  LastCalculated?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "randmar-api-client",
3
- "version": "1.22.0",
3
+ "version": "1.23.0",
4
4
  "type": "module",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.js",