@justins-home/api-services 1.2.38 → 1.2.39
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 +8 -0
- package/dist/index.d.ts +8 -0
- package/package.json +3 -3
package/dist/index.d.mts
CHANGED
|
@@ -987,6 +987,8 @@ declare const admin: {
|
|
|
987
987
|
uid?: string;
|
|
988
988
|
draft_name?: string | null;
|
|
989
989
|
sku?: string;
|
|
990
|
+
published_at?: string | null;
|
|
991
|
+
published_since?: string | null;
|
|
990
992
|
details?: {
|
|
991
993
|
title?: string;
|
|
992
994
|
description?: string;
|
|
@@ -1434,6 +1436,7 @@ declare const admin: {
|
|
|
1434
1436
|
name?: string;
|
|
1435
1437
|
description?: string;
|
|
1436
1438
|
display_order?: number;
|
|
1439
|
+
applicable_verticals?: string[];
|
|
1437
1440
|
is_active?: boolean;
|
|
1438
1441
|
}[];
|
|
1439
1442
|
}>;
|
|
@@ -1443,6 +1446,7 @@ declare const admin: {
|
|
|
1443
1446
|
name?: string;
|
|
1444
1447
|
description?: string;
|
|
1445
1448
|
display_order?: number;
|
|
1449
|
+
applicable_verticals?: string[];
|
|
1446
1450
|
is_active?: boolean;
|
|
1447
1451
|
};
|
|
1448
1452
|
}>;
|
|
@@ -1452,6 +1456,7 @@ declare const admin: {
|
|
|
1452
1456
|
name?: string;
|
|
1453
1457
|
description?: string;
|
|
1454
1458
|
display_order?: number;
|
|
1459
|
+
applicable_verticals?: string[];
|
|
1455
1460
|
is_active?: boolean;
|
|
1456
1461
|
};
|
|
1457
1462
|
}>;
|
|
@@ -1461,6 +1466,7 @@ declare const admin: {
|
|
|
1461
1466
|
name?: string;
|
|
1462
1467
|
description?: string;
|
|
1463
1468
|
display_order?: number;
|
|
1469
|
+
applicable_verticals?: string[];
|
|
1464
1470
|
is_active?: boolean;
|
|
1465
1471
|
};
|
|
1466
1472
|
}>;
|
|
@@ -3179,6 +3185,8 @@ declare const listings: {
|
|
|
3179
3185
|
uid?: string;
|
|
3180
3186
|
draft_name?: string | null;
|
|
3181
3187
|
sku?: string;
|
|
3188
|
+
published_at?: string;
|
|
3189
|
+
published_since?: string;
|
|
3182
3190
|
details?: {
|
|
3183
3191
|
title?: string;
|
|
3184
3192
|
description?: string;
|
package/dist/index.d.ts
CHANGED
|
@@ -987,6 +987,8 @@ declare const admin: {
|
|
|
987
987
|
uid?: string;
|
|
988
988
|
draft_name?: string | null;
|
|
989
989
|
sku?: string;
|
|
990
|
+
published_at?: string | null;
|
|
991
|
+
published_since?: string | null;
|
|
990
992
|
details?: {
|
|
991
993
|
title?: string;
|
|
992
994
|
description?: string;
|
|
@@ -1434,6 +1436,7 @@ declare const admin: {
|
|
|
1434
1436
|
name?: string;
|
|
1435
1437
|
description?: string;
|
|
1436
1438
|
display_order?: number;
|
|
1439
|
+
applicable_verticals?: string[];
|
|
1437
1440
|
is_active?: boolean;
|
|
1438
1441
|
}[];
|
|
1439
1442
|
}>;
|
|
@@ -1443,6 +1446,7 @@ declare const admin: {
|
|
|
1443
1446
|
name?: string;
|
|
1444
1447
|
description?: string;
|
|
1445
1448
|
display_order?: number;
|
|
1449
|
+
applicable_verticals?: string[];
|
|
1446
1450
|
is_active?: boolean;
|
|
1447
1451
|
};
|
|
1448
1452
|
}>;
|
|
@@ -1452,6 +1456,7 @@ declare const admin: {
|
|
|
1452
1456
|
name?: string;
|
|
1453
1457
|
description?: string;
|
|
1454
1458
|
display_order?: number;
|
|
1459
|
+
applicable_verticals?: string[];
|
|
1455
1460
|
is_active?: boolean;
|
|
1456
1461
|
};
|
|
1457
1462
|
}>;
|
|
@@ -1461,6 +1466,7 @@ declare const admin: {
|
|
|
1461
1466
|
name?: string;
|
|
1462
1467
|
description?: string;
|
|
1463
1468
|
display_order?: number;
|
|
1469
|
+
applicable_verticals?: string[];
|
|
1464
1470
|
is_active?: boolean;
|
|
1465
1471
|
};
|
|
1466
1472
|
}>;
|
|
@@ -3179,6 +3185,8 @@ declare const listings: {
|
|
|
3179
3185
|
uid?: string;
|
|
3180
3186
|
draft_name?: string | null;
|
|
3181
3187
|
sku?: string;
|
|
3188
|
+
published_at?: string;
|
|
3189
|
+
published_since?: string;
|
|
3182
3190
|
details?: {
|
|
3183
3191
|
title?: string;
|
|
3184
3192
|
description?: 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.39",
|
|
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.33",
|
|
20
|
+
"@justins-home/types": "1.1.32"
|
|
21
21
|
},
|
|
22
22
|
"publishConfig": {
|
|
23
23
|
"access": "public"
|