@remnawave/backend-contract 2.6.44 → 2.6.45
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.
|
@@ -37,16 +37,6 @@ export declare namespace GetRecapCommand {
|
|
|
37
37
|
nodesCpuCores: number;
|
|
38
38
|
distinctCountries: number;
|
|
39
39
|
}>;
|
|
40
|
-
online: z.ZodObject<{
|
|
41
|
-
users: z.ZodNumber;
|
|
42
|
-
nodes: z.ZodNumber;
|
|
43
|
-
}, "strip", z.ZodTypeAny, {
|
|
44
|
-
nodes: number;
|
|
45
|
-
users: number;
|
|
46
|
-
}, {
|
|
47
|
-
nodes: number;
|
|
48
|
-
users: number;
|
|
49
|
-
}>;
|
|
50
40
|
version: z.ZodString;
|
|
51
41
|
initDate: z.ZodEffects<z.ZodString, Date, string>;
|
|
52
42
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -63,10 +53,6 @@ export declare namespace GetRecapCommand {
|
|
|
63
53
|
users: number;
|
|
64
54
|
traffic: string;
|
|
65
55
|
};
|
|
66
|
-
online: {
|
|
67
|
-
nodes: number;
|
|
68
|
-
users: number;
|
|
69
|
-
};
|
|
70
56
|
initDate: Date;
|
|
71
57
|
}, {
|
|
72
58
|
total: {
|
|
@@ -82,10 +68,6 @@ export declare namespace GetRecapCommand {
|
|
|
82
68
|
users: number;
|
|
83
69
|
traffic: string;
|
|
84
70
|
};
|
|
85
|
-
online: {
|
|
86
|
-
nodes: number;
|
|
87
|
-
users: number;
|
|
88
|
-
};
|
|
89
71
|
initDate: string;
|
|
90
72
|
}>;
|
|
91
73
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -103,10 +85,6 @@ export declare namespace GetRecapCommand {
|
|
|
103
85
|
users: number;
|
|
104
86
|
traffic: string;
|
|
105
87
|
};
|
|
106
|
-
online: {
|
|
107
|
-
nodes: number;
|
|
108
|
-
users: number;
|
|
109
|
-
};
|
|
110
88
|
initDate: Date;
|
|
111
89
|
};
|
|
112
90
|
}, {
|
|
@@ -124,10 +102,6 @@ export declare namespace GetRecapCommand {
|
|
|
124
102
|
users: number;
|
|
125
103
|
traffic: string;
|
|
126
104
|
};
|
|
127
|
-
online: {
|
|
128
|
-
nodes: number;
|
|
129
|
-
users: number;
|
|
130
|
-
};
|
|
131
105
|
initDate: string;
|
|
132
106
|
};
|
|
133
107
|
}>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"get-recap.command.d.ts","sourceRoot":"","sources":["../../../../commands/system/get-recap.command.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAKxB,yBAAiB,eAAe,CAAC;IACtB,MAAM,GAAG,2BAA8B,CAAC;IACxC,MAAM,OAAO,2BAAM,CAAC;IAEpB,MAAM,eAAe,2CAI3B,CAAC;IAEK,MAAM,cAAc
|
|
1
|
+
{"version":3,"file":"get-recap.command.d.ts","sourceRoot":"","sources":["../../../../commands/system/get-recap.command.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAKxB,yBAAiB,eAAe,CAAC;IACtB,MAAM,GAAG,2BAA8B,CAAC;IACxC,MAAM,OAAO,2BAAM,CAAC;IAEpB,MAAM,eAAe,2CAI3B,CAAC;IAEK,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;MAoBzB,CAAC;IAEH,KAAY,QAAQ,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,cAAc,CAAC,CAAC;CACzD"}
|
|
@@ -23,10 +23,6 @@ var GetRecapCommand;
|
|
|
23
23
|
nodesCpuCores: zod_1.z.number(),
|
|
24
24
|
distinctCountries: zod_1.z.number(),
|
|
25
25
|
}),
|
|
26
|
-
online: zod_1.z.object({
|
|
27
|
-
users: zod_1.z.number(),
|
|
28
|
-
nodes: zod_1.z.number(),
|
|
29
|
-
}),
|
|
30
26
|
version: zod_1.z.string(),
|
|
31
27
|
initDate: zod_1.z
|
|
32
28
|
.string()
|
|
@@ -23,10 +23,6 @@ var GetRecapCommand;
|
|
|
23
23
|
nodesCpuCores: zod_1.z.number(),
|
|
24
24
|
distinctCountries: zod_1.z.number(),
|
|
25
25
|
}),
|
|
26
|
-
online: zod_1.z.object({
|
|
27
|
-
users: zod_1.z.number(),
|
|
28
|
-
nodes: zod_1.z.number(),
|
|
29
|
-
}),
|
|
30
26
|
version: zod_1.z.string(),
|
|
31
27
|
initDate: zod_1.z
|
|
32
28
|
.string()
|