@awarevue/api-types 2.0.127 → 2.0.128
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.
|
@@ -633,6 +633,7 @@ export declare const responseSchemasByType: {
|
|
|
633
633
|
startTime: z.ZodNumber;
|
|
634
634
|
id: z.ZodString;
|
|
635
635
|
status: z.ZodString;
|
|
636
|
+
progress: z.ZodOptional<z.ZodNumber>;
|
|
636
637
|
size: z.ZodOptional<z.ZodString>;
|
|
637
638
|
expires: z.ZodOptional<z.ZodNumber>;
|
|
638
639
|
}, z.core.$strip>>;
|
|
@@ -17,6 +17,7 @@ export declare const sExportItem: z.ZodObject<{
|
|
|
17
17
|
startTime: z.ZodNumber;
|
|
18
18
|
id: z.ZodString;
|
|
19
19
|
status: z.ZodString;
|
|
20
|
+
progress: z.ZodOptional<z.ZodNumber>;
|
|
20
21
|
size: z.ZodOptional<z.ZodString>;
|
|
21
22
|
expires: z.ZodOptional<z.ZodNumber>;
|
|
22
23
|
}, z.core.$strip>;
|
|
@@ -26,6 +27,7 @@ export declare const sGetExportsResponse: z.ZodArray<z.ZodObject<{
|
|
|
26
27
|
startTime: z.ZodNumber;
|
|
27
28
|
id: z.ZodString;
|
|
28
29
|
status: z.ZodString;
|
|
30
|
+
progress: z.ZodOptional<z.ZodNumber>;
|
|
29
31
|
size: z.ZodOptional<z.ZodString>;
|
|
30
32
|
expires: z.ZodOptional<z.ZodNumber>;
|
|
31
33
|
}, z.core.$strip>>;
|
|
@@ -49,6 +51,7 @@ export declare const nvrExporterResponseSchemas: {
|
|
|
49
51
|
startTime: z.ZodNumber;
|
|
50
52
|
id: z.ZodString;
|
|
51
53
|
status: z.ZodString;
|
|
54
|
+
progress: z.ZodOptional<z.ZodNumber>;
|
|
52
55
|
size: z.ZodOptional<z.ZodString>;
|
|
53
56
|
expires: z.ZodOptional<z.ZodNumber>;
|
|
54
57
|
}, z.core.$strip>>;
|
|
@@ -21,6 +21,7 @@ exports.sExportItem = zod_1.z.object({
|
|
|
21
21
|
startTime: zod_1.z.number().int().nonnegative(),
|
|
22
22
|
id: zod_1.z.string().nonempty(),
|
|
23
23
|
status: zod_1.z.string().nonempty(),
|
|
24
|
+
progress: zod_1.z.number().optional(),
|
|
24
25
|
size: zod_1.z.string().nonempty().optional(),
|
|
25
26
|
expires: zod_1.z.number().int().nonnegative().optional(),
|
|
26
27
|
});
|
package/dist/package.json
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
"type": "git",
|
|
5
5
|
"url": "git+https://github.com/Linc-Security-Systems/aware-essentials.git"
|
|
6
6
|
},
|
|
7
|
-
"version": "2.0.
|
|
7
|
+
"version": "2.0.128",
|
|
8
8
|
"description": "Common types between backend, agent(s) and frontend(s)",
|
|
9
9
|
"main": "dist/index.js",
|
|
10
10
|
"types": "dist/index.d.ts",
|
package/package.json
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
"type": "git",
|
|
5
5
|
"url": "git+https://github.com/Linc-Security-Systems/aware-essentials.git"
|
|
6
6
|
},
|
|
7
|
-
"version": "2.0.
|
|
7
|
+
"version": "2.0.128",
|
|
8
8
|
"description": "Common types between backend, agent(s) and frontend(s)",
|
|
9
9
|
"main": "dist/index.js",
|
|
10
10
|
"types": "dist/index.d.ts",
|