@justins-home/api-services 1.2.30 → 1.2.31

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.mts CHANGED
@@ -2744,7 +2744,9 @@ declare const listings: {
2744
2744
  price?: string | null;
2745
2745
  state?: string;
2746
2746
  is_visible?: boolean;
2747
- summary?: unknown[];
2747
+ summary?: {
2748
+ availability?: string | null;
2749
+ };
2748
2750
  workflow?: unknown[];
2749
2751
  media?: unknown[];
2750
2752
  }[];
package/dist/index.d.ts CHANGED
@@ -2744,7 +2744,9 @@ declare const listings: {
2744
2744
  price?: string | null;
2745
2745
  state?: string;
2746
2746
  is_visible?: boolean;
2747
- summary?: unknown[];
2747
+ summary?: {
2748
+ availability?: string | null;
2749
+ };
2748
2750
  workflow?: unknown[];
2749
2751
  media?: unknown[];
2750
2752
  }[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@justins-home/api-services",
3
- "version": "1.2.30",
3
+ "version": "1.2.31",
4
4
  "private": false,
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",
@@ -16,8 +16,8 @@
16
16
  "dist"
17
17
  ],
18
18
  "dependencies": {
19
- "@justins-home/http-client": "1.1.24",
20
- "@justins-home/types": "1.1.24"
19
+ "@justins-home/http-client": "1.1.25",
20
+ "@justins-home/types": "1.1.25"
21
21
  },
22
22
  "publishConfig": {
23
23
  "access": "public"