@awarevue/api-types 2.0.32 → 2.0.33

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.
@@ -75,12 +75,14 @@ export declare const sPersonPresenceDto: z.ZodObject<{
75
75
  }>, z.ZodString]>;
76
76
  online: z.ZodNullable<z.ZodBoolean>;
77
77
  onLeave: z.ZodBoolean;
78
+ archived: z.ZodBoolean;
78
79
  lastCheckInOn: z.ZodNullable<z.ZodNumber>;
79
80
  lastCheckOutOn: z.ZodNullable<z.ZodNumber>;
80
81
  securityChecked: z.ZodBoolean;
81
82
  }, "strip", z.ZodTypeAny, {
82
83
  id: string;
83
84
  online: boolean | null;
85
+ archived: boolean;
84
86
  person: {
85
87
  type: string;
86
88
  id: string;
@@ -101,6 +103,7 @@ export declare const sPersonPresenceDto: z.ZodObject<{
101
103
  }, {
102
104
  id: string;
103
105
  online: boolean | null;
106
+ archived: boolean;
104
107
  person: {
105
108
  type: string;
106
109
  id: string;
@@ -23,6 +23,7 @@ exports.sPersonPresenceDto = zod_1.z.object({
23
23
  zone: zod_1.z.union([exports.sPresenceZoneDto, zod_1.z.string()]),
24
24
  online: zod_1.z.boolean().nullable(),
25
25
  onLeave: zod_1.z.boolean(),
26
+ archived: zod_1.z.boolean(),
26
27
  lastCheckInOn: zod_1.z.number().nullable(),
27
28
  lastCheckOutOn: zod_1.z.number().nullable(),
28
29
  securityChecked: zod_1.z.boolean(),
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@awarevue/api-types",
3
- "version": "2.0.32",
3
+ "version": "2.0.33",
4
4
  "description": "Common types between backend, agent(s) and frontend(s)",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@awarevue/api-types",
3
- "version": "2.0.32",
3
+ "version": "2.0.33",
4
4
  "description": "Common types between backend, agent(s) and frontend(s)",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",