@justins-home/api-services 1.2.40 → 1.2.41
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 +4 -0
- package/dist/index.d.ts +4 -0
- package/package.json +3 -3
package/dist/index.d.mts
CHANGED
|
@@ -3154,6 +3154,8 @@ declare const listings: {
|
|
|
3154
3154
|
};
|
|
3155
3155
|
listing_type?: string;
|
|
3156
3156
|
vertical?: string;
|
|
3157
|
+
arrangement_type?: string;
|
|
3158
|
+
arrangement_type_label?: string;
|
|
3157
3159
|
price?: {
|
|
3158
3160
|
amount?: string;
|
|
3159
3161
|
currency?: string;
|
|
@@ -3216,6 +3218,8 @@ declare const listings: {
|
|
|
3216
3218
|
};
|
|
3217
3219
|
listing_type?: string;
|
|
3218
3220
|
vertical?: string;
|
|
3221
|
+
arrangement_type?: string;
|
|
3222
|
+
arrangement_type_label?: string;
|
|
3219
3223
|
price?: {
|
|
3220
3224
|
amount?: string;
|
|
3221
3225
|
currency?: string;
|
package/dist/index.d.ts
CHANGED
|
@@ -3154,6 +3154,8 @@ declare const listings: {
|
|
|
3154
3154
|
};
|
|
3155
3155
|
listing_type?: string;
|
|
3156
3156
|
vertical?: string;
|
|
3157
|
+
arrangement_type?: string;
|
|
3158
|
+
arrangement_type_label?: string;
|
|
3157
3159
|
price?: {
|
|
3158
3160
|
amount?: string;
|
|
3159
3161
|
currency?: string;
|
|
@@ -3216,6 +3218,8 @@ declare const listings: {
|
|
|
3216
3218
|
};
|
|
3217
3219
|
listing_type?: string;
|
|
3218
3220
|
vertical?: string;
|
|
3221
|
+
arrangement_type?: string;
|
|
3222
|
+
arrangement_type_label?: string;
|
|
3219
3223
|
price?: {
|
|
3220
3224
|
amount?: string;
|
|
3221
3225
|
currency?: string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@justins-home/api-services",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.41",
|
|
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.
|
|
20
|
-
"@justins-home/types": "1.1.
|
|
19
|
+
"@justins-home/http-client": "1.1.35",
|
|
20
|
+
"@justins-home/types": "1.1.34"
|
|
21
21
|
},
|
|
22
22
|
"publishConfig": {
|
|
23
23
|
"access": "public"
|