@remnawave/backend-contract 0.0.77 → 0.0.78
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.
@@ -95,13 +95,13 @@ export declare namespace GetAllUsersV2Command {
|
|
95
95
|
subscriptionUrl: z.ZodString;
|
96
96
|
lastConnection: z.ZodNullable<z.ZodObject<{
|
97
97
|
nodeName: z.ZodString;
|
98
|
-
connectedAt: z.
|
98
|
+
connectedAt: z.ZodEffects<z.ZodString, Date, string>;
|
99
99
|
}, "strip", z.ZodTypeAny, {
|
100
100
|
nodeName: string;
|
101
101
|
connectedAt: Date;
|
102
102
|
}, {
|
103
103
|
nodeName: string;
|
104
|
-
connectedAt:
|
104
|
+
connectedAt: string;
|
105
105
|
}>>;
|
106
106
|
}>, "strip", z.ZodTypeAny, {
|
107
107
|
uuid: string;
|
@@ -160,7 +160,7 @@ export declare namespace GetAllUsersV2Command {
|
|
160
160
|
subscriptionUrl: string;
|
161
161
|
lastConnection: {
|
162
162
|
nodeName: string;
|
163
|
-
connectedAt:
|
163
|
+
connectedAt: string;
|
164
164
|
} | null;
|
165
165
|
status?: "DISABLED" | "ACTIVE" | "LIMITED" | "EXPIRED" | undefined;
|
166
166
|
trafficLimitBytes?: number | undefined;
|
@@ -228,7 +228,7 @@ export declare namespace GetAllUsersV2Command {
|
|
228
228
|
subscriptionUrl: string;
|
229
229
|
lastConnection: {
|
230
230
|
nodeName: string;
|
231
|
-
connectedAt:
|
231
|
+
connectedAt: string;
|
232
232
|
} | null;
|
233
233
|
status?: "DISABLED" | "ACTIVE" | "LIMITED" | "EXPIRED" | undefined;
|
234
234
|
trafficLimitBytes?: number | undefined;
|
@@ -300,7 +300,7 @@ export declare namespace GetAllUsersV2Command {
|
|
300
300
|
subscriptionUrl: string;
|
301
301
|
lastConnection: {
|
302
302
|
nodeName: string;
|
303
|
-
connectedAt:
|
303
|
+
connectedAt: string;
|
304
304
|
} | null;
|
305
305
|
status?: "DISABLED" | "ACTIVE" | "LIMITED" | "EXPIRED" | undefined;
|
306
306
|
trafficLimitBytes?: number | undefined;
|