@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 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
- issuedByUserId: string | null;
3128
+ createdByUserId: string | null;
3129
3129
  status: "waitingForPropertyConfirmation" | "waitingForResolvement" | "rejected" | "resolved";
3130
- title: Date;
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
- issuedByUserId: string | null;
3128
+ createdByUserId: string | null;
3129
3129
  status: "waitingForPropertyConfirmation" | "waitingForResolvement" | "rejected" | "resolved";
3130
- title: Date;
3130
+ title: string;
3131
3131
  createdAt: Date;
3132
3132
  description: string;
3133
3133
  imageUrlArray: string[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@juhuu/sdk-ts",
3
- "version": "1.2.164",
3
+ "version": "1.2.165",
4
4
  "description": "Typescript wrapper for JUHUU services",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",