@justins-home/api-services 1.2.20 → 1.2.21
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 +2 -1
- package/dist/index.d.ts +2 -1
- package/package.json +3 -3
package/dist/index.d.mts
CHANGED
|
@@ -790,6 +790,7 @@ declare const admin: {
|
|
|
790
790
|
summary?: unknown[];
|
|
791
791
|
workflow?: unknown[];
|
|
792
792
|
media?: {
|
|
793
|
+
gallery?: unknown[];
|
|
793
794
|
cover?: string | null;
|
|
794
795
|
count?: number;
|
|
795
796
|
};
|
|
@@ -2670,7 +2671,7 @@ declare const maintenance: {
|
|
|
2670
2671
|
status?: string;
|
|
2671
2672
|
priority?: string;
|
|
2672
2673
|
reported_at?: string;
|
|
2673
|
-
assigned_at?: string
|
|
2674
|
+
assigned_at?: string;
|
|
2674
2675
|
completed_at?: string | null;
|
|
2675
2676
|
sla_deadline?: string;
|
|
2676
2677
|
created_at?: string;
|
package/dist/index.d.ts
CHANGED
|
@@ -790,6 +790,7 @@ declare const admin: {
|
|
|
790
790
|
summary?: unknown[];
|
|
791
791
|
workflow?: unknown[];
|
|
792
792
|
media?: {
|
|
793
|
+
gallery?: unknown[];
|
|
793
794
|
cover?: string | null;
|
|
794
795
|
count?: number;
|
|
795
796
|
};
|
|
@@ -2670,7 +2671,7 @@ declare const maintenance: {
|
|
|
2670
2671
|
status?: string;
|
|
2671
2672
|
priority?: string;
|
|
2672
2673
|
reported_at?: string;
|
|
2673
|
-
assigned_at?: string
|
|
2674
|
+
assigned_at?: string;
|
|
2674
2675
|
completed_at?: string | null;
|
|
2675
2676
|
sla_deadline?: string;
|
|
2676
2677
|
created_at?: 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.21",
|
|
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.16",
|
|
20
|
+
"@justins-home/types": "1.1.16"
|
|
21
21
|
},
|
|
22
22
|
"publishConfig": {
|
|
23
23
|
"access": "public"
|