@justins-home/api-services 1.2.10 → 1.2.11

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
@@ -855,7 +855,7 @@ declare const admin: {
855
855
  status?: string;
856
856
  priority?: string;
857
857
  reported_at?: string;
858
- assigned_at?: string | null;
858
+ assigned_at?: string;
859
859
  completed_at?: string | null;
860
860
  sla_deadline?: string;
861
861
  created_at?: string;
package/dist/index.d.ts CHANGED
@@ -855,7 +855,7 @@ declare const admin: {
855
855
  status?: string;
856
856
  priority?: string;
857
857
  reported_at?: string;
858
- assigned_at?: string | null;
858
+ assigned_at?: string;
859
859
  completed_at?: string | null;
860
860
  sla_deadline?: string;
861
861
  created_at?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@justins-home/api-services",
3
- "version": "1.2.10",
3
+ "version": "1.2.11",
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.5",
20
- "@justins-home/types": "1.1.5"
19
+ "@justins-home/http-client": "1.1.6",
20
+ "@justins-home/types": "1.1.6"
21
21
  },
22
22
  "publishConfig": {
23
23
  "access": "public"