@justins-home/api-services 1.2.5 → 1.2.7

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
@@ -2157,7 +2157,7 @@ declare const tenancy: {
2157
2157
  to_state?: string;
2158
2158
  changed_by_user_id?: number;
2159
2159
  changed_by_name?: string;
2160
- comment?: string | null;
2160
+ comment?: string;
2161
2161
  created_at?: string;
2162
2162
  }[];
2163
2163
  }>;
package/dist/index.d.ts CHANGED
@@ -2157,7 +2157,7 @@ declare const tenancy: {
2157
2157
  to_state?: string;
2158
2158
  changed_by_user_id?: number;
2159
2159
  changed_by_name?: string;
2160
- comment?: string | null;
2160
+ comment?: string;
2161
2161
  created_at?: string;
2162
2162
  }[];
2163
2163
  }>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@justins-home/api-services",
3
- "version": "1.2.5",
3
+ "version": "1.2.7",
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.1",
20
- "@justins-home/types": "1.1.1"
19
+ "@justins-home/http-client": "1.1.2",
20
+ "@justins-home/types": "1.1.2"
21
21
  },
22
22
  "publishConfig": {
23
23
  "access": "public"