@juhuu/sdk-ts 1.2.164 → 1.2.165
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 -2
- package/dist/index.d.ts +2 -2
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
@@ -3125,9 +3125,9 @@ declare namespace JUHUU {
|
|
3125
3125
|
severity: "low" | "medium" | "high";
|
3126
3126
|
issuedBy: "propertyAdmin" | "system" | "user" | "nodeArray";
|
3127
3127
|
propertyId: string;
|
3128
|
-
|
3128
|
+
createdByUserId: string | null;
|
3129
3129
|
status: "waitingForPropertyConfirmation" | "waitingForResolvement" | "rejected" | "resolved";
|
3130
|
-
title:
|
3130
|
+
title: string;
|
3131
3131
|
createdAt: Date;
|
3132
3132
|
description: string;
|
3133
3133
|
imageUrlArray: string[];
|
package/dist/index.d.ts
CHANGED
@@ -3125,9 +3125,9 @@ declare namespace JUHUU {
|
|
3125
3125
|
severity: "low" | "medium" | "high";
|
3126
3126
|
issuedBy: "propertyAdmin" | "system" | "user" | "nodeArray";
|
3127
3127
|
propertyId: string;
|
3128
|
-
|
3128
|
+
createdByUserId: string | null;
|
3129
3129
|
status: "waitingForPropertyConfirmation" | "waitingForResolvement" | "rejected" | "resolved";
|
3130
|
-
title:
|
3130
|
+
title: string;
|
3131
3131
|
createdAt: Date;
|
3132
3132
|
description: string;
|
3133
3133
|
imageUrlArray: string[];
|