@awarevue/api-types 2.0.52 → 2.0.53
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/api/rest/app.d.ts +3 -0
- package/dist/api/rest/app.js +1 -0
- package/dist/package.json +5 -1
- package/package.json +5 -1
package/dist/api/rest/app.d.ts
CHANGED
|
@@ -38,6 +38,7 @@ export declare const sAppInfo: z.ZodObject<{
|
|
|
38
38
|
minDifferentCase?: number | undefined;
|
|
39
39
|
minDigits?: number | undefined;
|
|
40
40
|
}>;
|
|
41
|
+
mapTileServerUrl: z.ZodString;
|
|
41
42
|
}, "strip", z.ZodTypeAny, {
|
|
42
43
|
version: string;
|
|
43
44
|
releaseDate: string;
|
|
@@ -51,6 +52,7 @@ export declare const sAppInfo: z.ZodObject<{
|
|
|
51
52
|
minDifferentCase: number;
|
|
52
53
|
minDigits: number;
|
|
53
54
|
};
|
|
55
|
+
mapTileServerUrl: string;
|
|
54
56
|
}, {
|
|
55
57
|
version: string;
|
|
56
58
|
releaseDate: string;
|
|
@@ -64,5 +66,6 @@ export declare const sAppInfo: z.ZodObject<{
|
|
|
64
66
|
minDifferentCase?: number | undefined;
|
|
65
67
|
minDigits?: number | undefined;
|
|
66
68
|
};
|
|
69
|
+
mapTileServerUrl: string;
|
|
67
70
|
}>;
|
|
68
71
|
export type AppInfo = z.infer<typeof sAppInfo>;
|
package/dist/api/rest/app.js
CHANGED
package/dist/package.json
CHANGED
|
@@ -1,6 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@awarevue/api-types",
|
|
3
|
-
"
|
|
3
|
+
"repository": {
|
|
4
|
+
"type": "git",
|
|
5
|
+
"url": "git+https://github.com/Linc-Security-Systems/aware-essentials.git"
|
|
6
|
+
},
|
|
7
|
+
"version": "2.0.53",
|
|
4
8
|
"description": "Common types between backend, agent(s) and frontend(s)",
|
|
5
9
|
"main": "dist/index.js",
|
|
6
10
|
"types": "dist/index.d.ts",
|
package/package.json
CHANGED
|
@@ -1,6 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@awarevue/api-types",
|
|
3
|
-
"
|
|
3
|
+
"repository": {
|
|
4
|
+
"type": "git",
|
|
5
|
+
"url": "git+https://github.com/Linc-Security-Systems/aware-essentials.git"
|
|
6
|
+
},
|
|
7
|
+
"version": "2.0.53",
|
|
4
8
|
"description": "Common types between backend, agent(s) and frontend(s)",
|
|
5
9
|
"main": "dist/index.js",
|
|
6
10
|
"types": "dist/index.d.ts",
|