@remnawave/backend-contract 2.6.55 → 2.6.56
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/build/backend/api/controllers-info.d.ts +1 -1
- package/build/backend/api/controllers-info.js +1 -1
- package/build/backend/commands/infra-billing/create-billing-node.command.d.ts +24 -8
- package/build/backend/commands/infra-billing/create-billing-node.command.d.ts.map +1 -1
- package/build/backend/commands/infra-billing/delete-billing-node-by-uuid.command.d.ts +24 -8
- package/build/backend/commands/infra-billing/delete-billing-node-by-uuid.command.d.ts.map +1 -1
- package/build/backend/commands/infra-billing/get-billing-nodes.command.d.ts +24 -8
- package/build/backend/commands/infra-billing/get-billing-nodes.command.d.ts.map +1 -1
- package/build/backend/commands/infra-billing/update-billing-node.command.d.ts +24 -8
- package/build/backend/commands/infra-billing/update-billing-node.command.d.ts.map +1 -1
- package/build/backend/commands/keygen/get-pubkey.command.js +1 -1
- package/build/backend/commands/node-plugins/torrent-blocker/get-torrent-blocker-reports.command.d.ts +12 -4
- package/build/backend/commands/node-plugins/torrent-blocker/get-torrent-blocker-reports.command.d.ts.map +1 -1
- package/build/backend/commands/node-plugins/torrent-blocker/truncate-torrent-blocker-reports.command.d.ts +12 -4
- package/build/backend/commands/node-plugins/torrent-blocker/truncate-torrent-blocker-reports.command.d.ts.map +1 -1
- package/build/backend/commands/nodes/actions/disable.command.d.ts +36 -20
- package/build/backend/commands/nodes/actions/disable.command.d.ts.map +1 -1
- package/build/backend/commands/nodes/actions/enable.command.d.ts +36 -20
- package/build/backend/commands/nodes/actions/enable.command.d.ts.map +1 -1
- package/build/backend/commands/nodes/actions/reorder.command.d.ts +48 -24
- package/build/backend/commands/nodes/actions/reorder.command.d.ts.map +1 -1
- package/build/backend/commands/nodes/create.command.d.ts +36 -20
- package/build/backend/commands/nodes/create.command.d.ts.map +1 -1
- package/build/backend/commands/nodes/get-all.command.d.ts +36 -20
- package/build/backend/commands/nodes/get-all.command.d.ts.map +1 -1
- package/build/backend/commands/nodes/get-one.command.d.ts +36 -20
- package/build/backend/commands/nodes/get-one.command.d.ts.map +1 -1
- package/build/backend/commands/nodes/update.command.d.ts +48 -24
- package/build/backend/commands/nodes/update.command.d.ts.map +1 -1
- package/build/backend/constants/cache-keys/cache-keys.constants.d.ts +5 -0
- package/build/backend/constants/cache-keys/cache-keys.constants.d.ts.map +1 -1
- package/build/backend/constants/cache-keys/cache-keys.constants.js +5 -0
- package/build/backend/models/infra-billing-available-node.schema.d.ts +12 -4
- package/build/backend/models/infra-billing-available-node.schema.d.ts.map +1 -1
- package/build/backend/models/infra-billing-node.schema.d.ts +12 -4
- package/build/backend/models/infra-billing-node.schema.d.ts.map +1 -1
- package/build/backend/models/nodes.schema.d.ts +24 -12
- package/build/backend/models/nodes.schema.d.ts.map +1 -1
- package/build/backend/models/nodes.schema.js +6 -4
- package/build/backend/models/torrent-blocker-report.schema.d.ts +12 -4
- package/build/backend/models/torrent-blocker-report.schema.d.ts.map +1 -1
- package/build/backend/models/webhook/webhook.schema.d.ts +168 -96
- package/build/backend/models/webhook/webhook.schema.d.ts.map +1 -1
- package/build/frontend/api/controllers-info.js +1 -1
- package/build/frontend/commands/keygen/get-pubkey.command.js +1 -1
- package/build/frontend/constants/cache-keys/cache-keys.constants.js +5 -0
- package/build/frontend/models/nodes.schema.js +6 -4
- package/package.json +1 -1
|
@@ -85,7 +85,7 @@ export declare const CONTROLLERS_INFO: {
|
|
|
85
85
|
};
|
|
86
86
|
readonly KEYGEN: {
|
|
87
87
|
readonly tag: "Keygen Controller";
|
|
88
|
-
readonly description: "Generation of
|
|
88
|
+
readonly description: "Generation of SECRET_KEY for Remnawave Node.";
|
|
89
89
|
};
|
|
90
90
|
readonly SUBSCRIPTION_REQUEST_HISTORY: {
|
|
91
91
|
readonly tag: "Subscription Request History Controller";
|
|
@@ -88,7 +88,7 @@ exports.CONTROLLERS_INFO = {
|
|
|
88
88
|
},
|
|
89
89
|
KEYGEN: {
|
|
90
90
|
tag: 'Keygen Controller',
|
|
91
|
-
description: 'Generation of
|
|
91
|
+
description: 'Generation of SECRET_KEY for Remnawave Node.',
|
|
92
92
|
},
|
|
93
93
|
SUBSCRIPTION_REQUEST_HISTORY: {
|
|
94
94
|
tag: 'Subscription Request History Controller',
|
|
@@ -52,15 +52,11 @@ export declare namespace CreateInfraBillingNodeCommand {
|
|
|
52
52
|
isConnecting: z.ZodBoolean;
|
|
53
53
|
lastStatusChange: z.ZodNullable<z.ZodEffects<z.ZodString, Date, string>>;
|
|
54
54
|
lastStatusMessage: z.ZodNullable<z.ZodString>;
|
|
55
|
-
xrayVersion: z.ZodNullable<z.ZodString>;
|
|
56
|
-
nodeVersion: z.ZodNullable<z.ZodString>;
|
|
57
|
-
xrayUptime: z.ZodString;
|
|
58
55
|
isTrafficTrackingActive: z.ZodBoolean;
|
|
59
56
|
trafficResetDay: z.ZodNullable<z.ZodNumber>;
|
|
60
57
|
trafficLimitBytes: z.ZodNullable<z.ZodNumber>;
|
|
61
58
|
trafficUsedBytes: z.ZodNullable<z.ZodNumber>;
|
|
62
59
|
notifyPercent: z.ZodNullable<z.ZodNumber>;
|
|
63
|
-
usersOnline: z.ZodNullable<z.ZodNumber>;
|
|
64
60
|
viewPosition: z.ZodNumber;
|
|
65
61
|
countryCode: z.ZodString;
|
|
66
62
|
consumptionMultiplier: z.ZodNumber;
|
|
@@ -283,6 +279,18 @@ export declare namespace CreateInfraBillingNodeCommand {
|
|
|
283
279
|
networkInterfaces: string[];
|
|
284
280
|
};
|
|
285
281
|
}>>;
|
|
282
|
+
versions: z.ZodNullable<z.ZodObject<{
|
|
283
|
+
xray: z.ZodString;
|
|
284
|
+
node: z.ZodString;
|
|
285
|
+
}, "strip", z.ZodTypeAny, {
|
|
286
|
+
node: string;
|
|
287
|
+
xray: string;
|
|
288
|
+
}, {
|
|
289
|
+
node: string;
|
|
290
|
+
xray: string;
|
|
291
|
+
}>>;
|
|
292
|
+
xrayUptime: z.ZodNumber;
|
|
293
|
+
usersOnline: z.ZodNumber;
|
|
286
294
|
}, "uuid" | "countryCode" | "name">, "strip", z.ZodTypeAny, {
|
|
287
295
|
uuid: string;
|
|
288
296
|
countryCode: string;
|
|
@@ -342,15 +350,11 @@ export declare namespace CreateInfraBillingNodeCommand {
|
|
|
342
350
|
isConnecting: z.ZodBoolean;
|
|
343
351
|
lastStatusChange: z.ZodNullable<z.ZodEffects<z.ZodString, Date, string>>;
|
|
344
352
|
lastStatusMessage: z.ZodNullable<z.ZodString>;
|
|
345
|
-
xrayVersion: z.ZodNullable<z.ZodString>;
|
|
346
|
-
nodeVersion: z.ZodNullable<z.ZodString>;
|
|
347
|
-
xrayUptime: z.ZodString;
|
|
348
353
|
isTrafficTrackingActive: z.ZodBoolean;
|
|
349
354
|
trafficResetDay: z.ZodNullable<z.ZodNumber>;
|
|
350
355
|
trafficLimitBytes: z.ZodNullable<z.ZodNumber>;
|
|
351
356
|
trafficUsedBytes: z.ZodNullable<z.ZodNumber>;
|
|
352
357
|
notifyPercent: z.ZodNullable<z.ZodNumber>;
|
|
353
|
-
usersOnline: z.ZodNullable<z.ZodNumber>;
|
|
354
358
|
viewPosition: z.ZodNumber;
|
|
355
359
|
countryCode: z.ZodString;
|
|
356
360
|
consumptionMultiplier: z.ZodNumber;
|
|
@@ -573,6 +577,18 @@ export declare namespace CreateInfraBillingNodeCommand {
|
|
|
573
577
|
networkInterfaces: string[];
|
|
574
578
|
};
|
|
575
579
|
}>>;
|
|
580
|
+
versions: z.ZodNullable<z.ZodObject<{
|
|
581
|
+
xray: z.ZodString;
|
|
582
|
+
node: z.ZodString;
|
|
583
|
+
}, "strip", z.ZodTypeAny, {
|
|
584
|
+
node: string;
|
|
585
|
+
xray: string;
|
|
586
|
+
}, {
|
|
587
|
+
node: string;
|
|
588
|
+
xray: string;
|
|
589
|
+
}>>;
|
|
590
|
+
xrayUptime: z.ZodNumber;
|
|
591
|
+
usersOnline: z.ZodNumber;
|
|
576
592
|
}, "uuid" | "countryCode" | "name">, "strip", z.ZodTypeAny, {
|
|
577
593
|
uuid: string;
|
|
578
594
|
countryCode: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"create-billing-node.command.d.ts","sourceRoot":"","sources":["../../../../commands/infra-billing/create-billing-node.command.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAMxB,yBAAiB,6BAA6B,CAAC;IACpC,MAAM,GAAG,4BAA6C,CAAC;IACvD,MAAM,OAAO,4BAAM,CAAC;IAEpB,MAAM,eAAe,2CAI3B,CAAC;IAEK,MAAM,aAAa;;;;;;;;;;;;MAWxB,CAAC;IAEH,KAAY,OAAO,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,aAAa,CAAC,CAAC;IAE7C,MAAM,cAAc
|
|
1
|
+
{"version":3,"file":"create-billing-node.command.d.ts","sourceRoot":"","sources":["../../../../commands/infra-billing/create-billing-node.command.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAMxB,yBAAiB,6BAA6B,CAAC;IACpC,MAAM,GAAG,4BAA6C,CAAC;IACvD,MAAM,OAAO,4BAAM,CAAC;IAEpB,MAAM,eAAe,2CAI3B,CAAC;IAEK,MAAM,aAAa;;;;;;;;;;;;MAWxB,CAAC;IAEH,KAAY,OAAO,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,aAAa,CAAC,CAAC;IAE7C,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;MAYzB,CAAC;IAEH,KAAY,QAAQ,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,cAAc,CAAC,CAAC;CACzD"}
|
|
@@ -46,15 +46,11 @@ export declare namespace DeleteInfraBillingNodeByUuidCommand {
|
|
|
46
46
|
isConnecting: z.ZodBoolean;
|
|
47
47
|
lastStatusChange: z.ZodNullable<z.ZodEffects<z.ZodString, Date, string>>;
|
|
48
48
|
lastStatusMessage: z.ZodNullable<z.ZodString>;
|
|
49
|
-
xrayVersion: z.ZodNullable<z.ZodString>;
|
|
50
|
-
nodeVersion: z.ZodNullable<z.ZodString>;
|
|
51
|
-
xrayUptime: z.ZodString;
|
|
52
49
|
isTrafficTrackingActive: z.ZodBoolean;
|
|
53
50
|
trafficResetDay: z.ZodNullable<z.ZodNumber>;
|
|
54
51
|
trafficLimitBytes: z.ZodNullable<z.ZodNumber>;
|
|
55
52
|
trafficUsedBytes: z.ZodNullable<z.ZodNumber>;
|
|
56
53
|
notifyPercent: z.ZodNullable<z.ZodNumber>;
|
|
57
|
-
usersOnline: z.ZodNullable<z.ZodNumber>;
|
|
58
54
|
viewPosition: z.ZodNumber;
|
|
59
55
|
countryCode: z.ZodString;
|
|
60
56
|
consumptionMultiplier: z.ZodNumber;
|
|
@@ -277,6 +273,18 @@ export declare namespace DeleteInfraBillingNodeByUuidCommand {
|
|
|
277
273
|
networkInterfaces: string[];
|
|
278
274
|
};
|
|
279
275
|
}>>;
|
|
276
|
+
versions: z.ZodNullable<z.ZodObject<{
|
|
277
|
+
xray: z.ZodString;
|
|
278
|
+
node: z.ZodString;
|
|
279
|
+
}, "strip", z.ZodTypeAny, {
|
|
280
|
+
node: string;
|
|
281
|
+
xray: string;
|
|
282
|
+
}, {
|
|
283
|
+
node: string;
|
|
284
|
+
xray: string;
|
|
285
|
+
}>>;
|
|
286
|
+
xrayUptime: z.ZodNumber;
|
|
287
|
+
usersOnline: z.ZodNumber;
|
|
280
288
|
}, "uuid" | "countryCode" | "name">, "strip", z.ZodTypeAny, {
|
|
281
289
|
uuid: string;
|
|
282
290
|
countryCode: string;
|
|
@@ -336,15 +344,11 @@ export declare namespace DeleteInfraBillingNodeByUuidCommand {
|
|
|
336
344
|
isConnecting: z.ZodBoolean;
|
|
337
345
|
lastStatusChange: z.ZodNullable<z.ZodEffects<z.ZodString, Date, string>>;
|
|
338
346
|
lastStatusMessage: z.ZodNullable<z.ZodString>;
|
|
339
|
-
xrayVersion: z.ZodNullable<z.ZodString>;
|
|
340
|
-
nodeVersion: z.ZodNullable<z.ZodString>;
|
|
341
|
-
xrayUptime: z.ZodString;
|
|
342
347
|
isTrafficTrackingActive: z.ZodBoolean;
|
|
343
348
|
trafficResetDay: z.ZodNullable<z.ZodNumber>;
|
|
344
349
|
trafficLimitBytes: z.ZodNullable<z.ZodNumber>;
|
|
345
350
|
trafficUsedBytes: z.ZodNullable<z.ZodNumber>;
|
|
346
351
|
notifyPercent: z.ZodNullable<z.ZodNumber>;
|
|
347
|
-
usersOnline: z.ZodNullable<z.ZodNumber>;
|
|
348
352
|
viewPosition: z.ZodNumber;
|
|
349
353
|
countryCode: z.ZodString;
|
|
350
354
|
consumptionMultiplier: z.ZodNumber;
|
|
@@ -567,6 +571,18 @@ export declare namespace DeleteInfraBillingNodeByUuidCommand {
|
|
|
567
571
|
networkInterfaces: string[];
|
|
568
572
|
};
|
|
569
573
|
}>>;
|
|
574
|
+
versions: z.ZodNullable<z.ZodObject<{
|
|
575
|
+
xray: z.ZodString;
|
|
576
|
+
node: z.ZodString;
|
|
577
|
+
}, "strip", z.ZodTypeAny, {
|
|
578
|
+
node: string;
|
|
579
|
+
xray: string;
|
|
580
|
+
}, {
|
|
581
|
+
node: string;
|
|
582
|
+
xray: string;
|
|
583
|
+
}>>;
|
|
584
|
+
xrayUptime: z.ZodNumber;
|
|
585
|
+
usersOnline: z.ZodNumber;
|
|
570
586
|
}, "uuid" | "countryCode" | "name">, "strip", z.ZodTypeAny, {
|
|
571
587
|
uuid: string;
|
|
572
588
|
countryCode: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"delete-billing-node-by-uuid.command.d.ts","sourceRoot":"","sources":["../../../../commands/infra-billing/delete-billing-node-by-uuid.command.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAMxB,yBAAiB,mCAAmC,CAAC;IAC1C,MAAM,GAAG,0BAA6C,CAAC;IACvD,MAAM,OAAO,QAAe,CAAC;IAE7B,MAAM,eAAe,2CAI3B,CAAC;IAEK,MAAM,aAAa;;;;;;MAExB,CAAC;IAEH,KAAY,OAAO,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,aAAa,CAAC,CAAC;IAE7C,MAAM,cAAc
|
|
1
|
+
{"version":3,"file":"delete-billing-node-by-uuid.command.d.ts","sourceRoot":"","sources":["../../../../commands/infra-billing/delete-billing-node-by-uuid.command.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAMxB,yBAAiB,mCAAmC,CAAC;IAC1C,MAAM,GAAG,0BAA6C,CAAC;IACvD,MAAM,OAAO,QAAe,CAAC;IAE7B,MAAM,eAAe,2CAI3B,CAAC;IAEK,MAAM,aAAa;;;;;;MAExB,CAAC;IAEH,KAAY,OAAO,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,aAAa,CAAC,CAAC;IAE7C,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;MAYzB,CAAC;IAEH,KAAY,QAAQ,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,cAAc,CAAC,CAAC;CACzD"}
|
|
@@ -38,15 +38,11 @@ export declare namespace GetInfraBillingNodesCommand {
|
|
|
38
38
|
isConnecting: z.ZodBoolean;
|
|
39
39
|
lastStatusChange: z.ZodNullable<z.ZodEffects<z.ZodString, Date, string>>;
|
|
40
40
|
lastStatusMessage: z.ZodNullable<z.ZodString>;
|
|
41
|
-
xrayVersion: z.ZodNullable<z.ZodString>;
|
|
42
|
-
nodeVersion: z.ZodNullable<z.ZodString>;
|
|
43
|
-
xrayUptime: z.ZodString;
|
|
44
41
|
isTrafficTrackingActive: z.ZodBoolean;
|
|
45
42
|
trafficResetDay: z.ZodNullable<z.ZodNumber>;
|
|
46
43
|
trafficLimitBytes: z.ZodNullable<z.ZodNumber>;
|
|
47
44
|
trafficUsedBytes: z.ZodNullable<z.ZodNumber>;
|
|
48
45
|
notifyPercent: z.ZodNullable<z.ZodNumber>;
|
|
49
|
-
usersOnline: z.ZodNullable<z.ZodNumber>;
|
|
50
46
|
viewPosition: z.ZodNumber;
|
|
51
47
|
countryCode: z.ZodString;
|
|
52
48
|
consumptionMultiplier: z.ZodNumber;
|
|
@@ -269,6 +265,18 @@ export declare namespace GetInfraBillingNodesCommand {
|
|
|
269
265
|
networkInterfaces: string[];
|
|
270
266
|
};
|
|
271
267
|
}>>;
|
|
268
|
+
versions: z.ZodNullable<z.ZodObject<{
|
|
269
|
+
xray: z.ZodString;
|
|
270
|
+
node: z.ZodString;
|
|
271
|
+
}, "strip", z.ZodTypeAny, {
|
|
272
|
+
node: string;
|
|
273
|
+
xray: string;
|
|
274
|
+
}, {
|
|
275
|
+
node: string;
|
|
276
|
+
xray: string;
|
|
277
|
+
}>>;
|
|
278
|
+
xrayUptime: z.ZodNumber;
|
|
279
|
+
usersOnline: z.ZodNumber;
|
|
272
280
|
}, "uuid" | "countryCode" | "name">, "strip", z.ZodTypeAny, {
|
|
273
281
|
uuid: string;
|
|
274
282
|
countryCode: string;
|
|
@@ -328,15 +336,11 @@ export declare namespace GetInfraBillingNodesCommand {
|
|
|
328
336
|
isConnecting: z.ZodBoolean;
|
|
329
337
|
lastStatusChange: z.ZodNullable<z.ZodEffects<z.ZodString, Date, string>>;
|
|
330
338
|
lastStatusMessage: z.ZodNullable<z.ZodString>;
|
|
331
|
-
xrayVersion: z.ZodNullable<z.ZodString>;
|
|
332
|
-
nodeVersion: z.ZodNullable<z.ZodString>;
|
|
333
|
-
xrayUptime: z.ZodString;
|
|
334
339
|
isTrafficTrackingActive: z.ZodBoolean;
|
|
335
340
|
trafficResetDay: z.ZodNullable<z.ZodNumber>;
|
|
336
341
|
trafficLimitBytes: z.ZodNullable<z.ZodNumber>;
|
|
337
342
|
trafficUsedBytes: z.ZodNullable<z.ZodNumber>;
|
|
338
343
|
notifyPercent: z.ZodNullable<z.ZodNumber>;
|
|
339
|
-
usersOnline: z.ZodNullable<z.ZodNumber>;
|
|
340
344
|
viewPosition: z.ZodNumber;
|
|
341
345
|
countryCode: z.ZodString;
|
|
342
346
|
consumptionMultiplier: z.ZodNumber;
|
|
@@ -559,6 +563,18 @@ export declare namespace GetInfraBillingNodesCommand {
|
|
|
559
563
|
networkInterfaces: string[];
|
|
560
564
|
};
|
|
561
565
|
}>>;
|
|
566
|
+
versions: z.ZodNullable<z.ZodObject<{
|
|
567
|
+
xray: z.ZodString;
|
|
568
|
+
node: z.ZodString;
|
|
569
|
+
}, "strip", z.ZodTypeAny, {
|
|
570
|
+
node: string;
|
|
571
|
+
xray: string;
|
|
572
|
+
}, {
|
|
573
|
+
node: string;
|
|
574
|
+
xray: string;
|
|
575
|
+
}>>;
|
|
576
|
+
xrayUptime: z.ZodNumber;
|
|
577
|
+
usersOnline: z.ZodNumber;
|
|
562
578
|
}, "uuid" | "countryCode" | "name">, "strip", z.ZodTypeAny, {
|
|
563
579
|
uuid: string;
|
|
564
580
|
countryCode: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"get-billing-nodes.command.d.ts","sourceRoot":"","sources":["../../../../commands/infra-billing/get-billing-nodes.command.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAMxB,yBAAiB,2BAA2B,CAAC;IAClC,MAAM,GAAG,4BAA2C,CAAC;IACrD,MAAM,OAAO,4BAAM,CAAC;IAEpB,MAAM,eAAe,2CAI3B,CAAC;IAEK,MAAM,cAAc
|
|
1
|
+
{"version":3,"file":"get-billing-nodes.command.d.ts","sourceRoot":"","sources":["../../../../commands/infra-billing/get-billing-nodes.command.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAMxB,yBAAiB,2BAA2B,CAAC;IAClC,MAAM,GAAG,4BAA2C,CAAC;IACrD,MAAM,OAAO,4BAAM,CAAC;IAEpB,MAAM,eAAe,2CAI3B,CAAC;IAEK,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;MAYzB,CAAC;IAEH,KAAY,QAAQ,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,cAAc,CAAC,CAAC;CACzD"}
|
|
@@ -49,15 +49,11 @@ export declare namespace UpdateInfraBillingNodeCommand {
|
|
|
49
49
|
isConnecting: z.ZodBoolean;
|
|
50
50
|
lastStatusChange: z.ZodNullable<z.ZodEffects<z.ZodString, Date, string>>;
|
|
51
51
|
lastStatusMessage: z.ZodNullable<z.ZodString>;
|
|
52
|
-
xrayVersion: z.ZodNullable<z.ZodString>;
|
|
53
|
-
nodeVersion: z.ZodNullable<z.ZodString>;
|
|
54
|
-
xrayUptime: z.ZodString;
|
|
55
52
|
isTrafficTrackingActive: z.ZodBoolean;
|
|
56
53
|
trafficResetDay: z.ZodNullable<z.ZodNumber>;
|
|
57
54
|
trafficLimitBytes: z.ZodNullable<z.ZodNumber>;
|
|
58
55
|
trafficUsedBytes: z.ZodNullable<z.ZodNumber>;
|
|
59
56
|
notifyPercent: z.ZodNullable<z.ZodNumber>;
|
|
60
|
-
usersOnline: z.ZodNullable<z.ZodNumber>;
|
|
61
57
|
viewPosition: z.ZodNumber;
|
|
62
58
|
countryCode: z.ZodString;
|
|
63
59
|
consumptionMultiplier: z.ZodNumber;
|
|
@@ -280,6 +276,18 @@ export declare namespace UpdateInfraBillingNodeCommand {
|
|
|
280
276
|
networkInterfaces: string[];
|
|
281
277
|
};
|
|
282
278
|
}>>;
|
|
279
|
+
versions: z.ZodNullable<z.ZodObject<{
|
|
280
|
+
xray: z.ZodString;
|
|
281
|
+
node: z.ZodString;
|
|
282
|
+
}, "strip", z.ZodTypeAny, {
|
|
283
|
+
node: string;
|
|
284
|
+
xray: string;
|
|
285
|
+
}, {
|
|
286
|
+
node: string;
|
|
287
|
+
xray: string;
|
|
288
|
+
}>>;
|
|
289
|
+
xrayUptime: z.ZodNumber;
|
|
290
|
+
usersOnline: z.ZodNumber;
|
|
283
291
|
}, "uuid" | "countryCode" | "name">, "strip", z.ZodTypeAny, {
|
|
284
292
|
uuid: string;
|
|
285
293
|
countryCode: string;
|
|
@@ -339,15 +347,11 @@ export declare namespace UpdateInfraBillingNodeCommand {
|
|
|
339
347
|
isConnecting: z.ZodBoolean;
|
|
340
348
|
lastStatusChange: z.ZodNullable<z.ZodEffects<z.ZodString, Date, string>>;
|
|
341
349
|
lastStatusMessage: z.ZodNullable<z.ZodString>;
|
|
342
|
-
xrayVersion: z.ZodNullable<z.ZodString>;
|
|
343
|
-
nodeVersion: z.ZodNullable<z.ZodString>;
|
|
344
|
-
xrayUptime: z.ZodString;
|
|
345
350
|
isTrafficTrackingActive: z.ZodBoolean;
|
|
346
351
|
trafficResetDay: z.ZodNullable<z.ZodNumber>;
|
|
347
352
|
trafficLimitBytes: z.ZodNullable<z.ZodNumber>;
|
|
348
353
|
trafficUsedBytes: z.ZodNullable<z.ZodNumber>;
|
|
349
354
|
notifyPercent: z.ZodNullable<z.ZodNumber>;
|
|
350
|
-
usersOnline: z.ZodNullable<z.ZodNumber>;
|
|
351
355
|
viewPosition: z.ZodNumber;
|
|
352
356
|
countryCode: z.ZodString;
|
|
353
357
|
consumptionMultiplier: z.ZodNumber;
|
|
@@ -570,6 +574,18 @@ export declare namespace UpdateInfraBillingNodeCommand {
|
|
|
570
574
|
networkInterfaces: string[];
|
|
571
575
|
};
|
|
572
576
|
}>>;
|
|
577
|
+
versions: z.ZodNullable<z.ZodObject<{
|
|
578
|
+
xray: z.ZodString;
|
|
579
|
+
node: z.ZodString;
|
|
580
|
+
}, "strip", z.ZodTypeAny, {
|
|
581
|
+
node: string;
|
|
582
|
+
xray: string;
|
|
583
|
+
}, {
|
|
584
|
+
node: string;
|
|
585
|
+
xray: string;
|
|
586
|
+
}>>;
|
|
587
|
+
xrayUptime: z.ZodNumber;
|
|
588
|
+
usersOnline: z.ZodNumber;
|
|
573
589
|
}, "uuid" | "countryCode" | "name">, "strip", z.ZodTypeAny, {
|
|
574
590
|
uuid: string;
|
|
575
591
|
countryCode: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"update-billing-node.command.d.ts","sourceRoot":"","sources":["../../../../commands/infra-billing/update-billing-node.command.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAMxB,yBAAiB,6BAA6B,CAAC;IACpC,MAAM,GAAG,4BAA6C,CAAC;IACvD,MAAM,OAAO,4BAAM,CAAC;IAEpB,MAAM,eAAe,2CAI3B,CAAC;IAEK,MAAM,aAAa;;;;;;;;;MAQxB,CAAC;IAEH,KAAY,OAAO,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,aAAa,CAAC,CAAC;IAE7C,MAAM,cAAc
|
|
1
|
+
{"version":3,"file":"update-billing-node.command.d.ts","sourceRoot":"","sources":["../../../../commands/infra-billing/update-billing-node.command.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAMxB,yBAAiB,6BAA6B,CAAC;IACpC,MAAM,GAAG,4BAA6C,CAAC;IACvD,MAAM,OAAO,4BAAM,CAAC;IAEpB,MAAM,eAAe,2CAI3B,CAAC;IAEK,MAAM,aAAa;;;;;;;;;MAQxB,CAAC;IAEH,KAAY,OAAO,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,aAAa,CAAC,CAAC;IAE7C,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;MAYzB,CAAC;IAEH,KAAY,QAAQ,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,cAAc,CAAC,CAAC;CACzD"}
|
|
@@ -8,7 +8,7 @@ var GetPubKeyCommand;
|
|
|
8
8
|
(function (GetPubKeyCommand) {
|
|
9
9
|
GetPubKeyCommand.url = api_1.REST_API.KEYGEN.GET;
|
|
10
10
|
GetPubKeyCommand.TSQ_url = GetPubKeyCommand.url;
|
|
11
|
-
GetPubKeyCommand.endpointDetails = (0, constants_1.getEndpointDetails)(api_1.KEYGEN_ROUTES.GET, 'get', 'Get
|
|
11
|
+
GetPubKeyCommand.endpointDetails = (0, constants_1.getEndpointDetails)(api_1.KEYGEN_ROUTES.GET, 'get', 'Get SECRET_KEY for Remnawave Node');
|
|
12
12
|
GetPubKeyCommand.ResponseSchema = zod_1.z.object({
|
|
13
13
|
response: zod_1.z.object({
|
|
14
14
|
pubKey: zod_1.z.string(),
|
package/build/backend/commands/node-plugins/torrent-blocker/get-torrent-blocker-reports.command.d.ts
CHANGED
|
@@ -144,15 +144,11 @@ export declare namespace GetTorrentBlockerReportsCommand {
|
|
|
144
144
|
isConnecting: z.ZodBoolean;
|
|
145
145
|
lastStatusChange: z.ZodNullable<z.ZodEffects<z.ZodString, Date, string>>;
|
|
146
146
|
lastStatusMessage: z.ZodNullable<z.ZodString>;
|
|
147
|
-
xrayVersion: z.ZodNullable<z.ZodString>;
|
|
148
|
-
nodeVersion: z.ZodNullable<z.ZodString>;
|
|
149
|
-
xrayUptime: z.ZodString;
|
|
150
147
|
isTrafficTrackingActive: z.ZodBoolean;
|
|
151
148
|
trafficResetDay: z.ZodNullable<z.ZodNumber>;
|
|
152
149
|
trafficLimitBytes: z.ZodNullable<z.ZodNumber>;
|
|
153
150
|
trafficUsedBytes: z.ZodNullable<z.ZodNumber>;
|
|
154
151
|
notifyPercent: z.ZodNullable<z.ZodNumber>;
|
|
155
|
-
usersOnline: z.ZodNullable<z.ZodNumber>;
|
|
156
152
|
viewPosition: z.ZodNumber;
|
|
157
153
|
countryCode: z.ZodString;
|
|
158
154
|
consumptionMultiplier: z.ZodNumber;
|
|
@@ -375,6 +371,18 @@ export declare namespace GetTorrentBlockerReportsCommand {
|
|
|
375
371
|
networkInterfaces: string[];
|
|
376
372
|
};
|
|
377
373
|
}>>;
|
|
374
|
+
versions: z.ZodNullable<z.ZodObject<{
|
|
375
|
+
xray: z.ZodString;
|
|
376
|
+
node: z.ZodString;
|
|
377
|
+
}, "strip", z.ZodTypeAny, {
|
|
378
|
+
node: string;
|
|
379
|
+
xray: string;
|
|
380
|
+
}, {
|
|
381
|
+
node: string;
|
|
382
|
+
xray: string;
|
|
383
|
+
}>>;
|
|
384
|
+
xrayUptime: z.ZodNumber;
|
|
385
|
+
usersOnline: z.ZodNumber;
|
|
378
386
|
}, "uuid" | "countryCode" | "name">, "strip", z.ZodTypeAny, {
|
|
379
387
|
uuid: string;
|
|
380
388
|
countryCode: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"get-torrent-blocker-reports.command.d.ts","sourceRoot":"","sources":["../../../../../commands/node-plugins/torrent-blocker/get-torrent-blocker-reports.command.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAMxB,yBAAiB,+BAA+B,CAAC;IACtC,MAAM,GAAG,qCAAoD,CAAC;IAC9D,MAAM,OAAO,qCAAM,CAAC;IAEpB,MAAM,eAAe,8CAI3B,CAAC;IAEK,MAAM,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;MAAkC,CAAC;IAElE,KAAY,YAAY,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,kBAAkB,CAAC,CAAC;IAEvD,MAAM,cAAc
|
|
1
|
+
{"version":3,"file":"get-torrent-blocker-reports.command.d.ts","sourceRoot":"","sources":["../../../../../commands/node-plugins/torrent-blocker/get-torrent-blocker-reports.command.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAMxB,yBAAiB,+BAA+B,CAAC;IACtC,MAAM,GAAG,qCAAoD,CAAC;IAC9D,MAAM,OAAO,qCAAM,CAAC;IAEpB,MAAM,eAAe,8CAI3B,CAAC;IAEK,MAAM,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;MAAkC,CAAC;IAElE,KAAY,YAAY,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,kBAAkB,CAAC,CAAC;IAEvD,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;MAKzB,CAAC;IAEH,KAAY,QAAQ,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,cAAc,CAAC,CAAC;CACzD"}
|
|
@@ -91,15 +91,11 @@ export declare namespace TruncateTorrentBlockerReportsCommand {
|
|
|
91
91
|
isConnecting: z.ZodBoolean;
|
|
92
92
|
lastStatusChange: z.ZodNullable<z.ZodEffects<z.ZodString, Date, string>>;
|
|
93
93
|
lastStatusMessage: z.ZodNullable<z.ZodString>;
|
|
94
|
-
xrayVersion: z.ZodNullable<z.ZodString>;
|
|
95
|
-
nodeVersion: z.ZodNullable<z.ZodString>;
|
|
96
|
-
xrayUptime: z.ZodString;
|
|
97
94
|
isTrafficTrackingActive: z.ZodBoolean;
|
|
98
95
|
trafficResetDay: z.ZodNullable<z.ZodNumber>;
|
|
99
96
|
trafficLimitBytes: z.ZodNullable<z.ZodNumber>;
|
|
100
97
|
trafficUsedBytes: z.ZodNullable<z.ZodNumber>;
|
|
101
98
|
notifyPercent: z.ZodNullable<z.ZodNumber>;
|
|
102
|
-
usersOnline: z.ZodNullable<z.ZodNumber>;
|
|
103
99
|
viewPosition: z.ZodNumber;
|
|
104
100
|
countryCode: z.ZodString;
|
|
105
101
|
consumptionMultiplier: z.ZodNumber;
|
|
@@ -322,6 +318,18 @@ export declare namespace TruncateTorrentBlockerReportsCommand {
|
|
|
322
318
|
networkInterfaces: string[];
|
|
323
319
|
};
|
|
324
320
|
}>>;
|
|
321
|
+
versions: z.ZodNullable<z.ZodObject<{
|
|
322
|
+
xray: z.ZodString;
|
|
323
|
+
node: z.ZodString;
|
|
324
|
+
}, "strip", z.ZodTypeAny, {
|
|
325
|
+
node: string;
|
|
326
|
+
xray: string;
|
|
327
|
+
}, {
|
|
328
|
+
node: string;
|
|
329
|
+
xray: string;
|
|
330
|
+
}>>;
|
|
331
|
+
xrayUptime: z.ZodNumber;
|
|
332
|
+
usersOnline: z.ZodNumber;
|
|
325
333
|
}, "uuid" | "countryCode" | "name">, "strip", z.ZodTypeAny, {
|
|
326
334
|
uuid: string;
|
|
327
335
|
countryCode: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"truncate-torrent-blocker-reports.command.d.ts","sourceRoot":"","sources":["../../../../../commands/node-plugins/torrent-blocker/truncate-torrent-blocker-reports.command.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAMxB,yBAAiB,oCAAoC,CAAC;IAC3C,MAAM,GAAG,8CAAyD,CAAC;IACnE,MAAM,OAAO,8CAAM,CAAC;IAEpB,MAAM,eAAe,8CAI3B,CAAC;IAEK,MAAM,cAAc
|
|
1
|
+
{"version":3,"file":"truncate-torrent-blocker-reports.command.d.ts","sourceRoot":"","sources":["../../../../../commands/node-plugins/torrent-blocker/truncate-torrent-blocker-reports.command.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAMxB,yBAAiB,oCAAoC,CAAC;IAC3C,MAAM,GAAG,8CAAyD,CAAC;IACnE,MAAM,OAAO,8CAAM,CAAC;IAEpB,MAAM,eAAe,8CAI3B,CAAC;IAEK,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;MAKzB,CAAC;IAEH,KAAY,QAAQ,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,cAAc,CAAC,CAAC;CACzD"}
|
|
@@ -22,15 +22,11 @@ export declare namespace DisableNodeCommand {
|
|
|
22
22
|
isConnecting: z.ZodBoolean;
|
|
23
23
|
lastStatusChange: z.ZodNullable<z.ZodEffects<z.ZodString, Date, string>>;
|
|
24
24
|
lastStatusMessage: z.ZodNullable<z.ZodString>;
|
|
25
|
-
xrayVersion: z.ZodNullable<z.ZodString>;
|
|
26
|
-
nodeVersion: z.ZodNullable<z.ZodString>;
|
|
27
|
-
xrayUptime: z.ZodString;
|
|
28
25
|
isTrafficTrackingActive: z.ZodBoolean;
|
|
29
26
|
trafficResetDay: z.ZodNullable<z.ZodNumber>;
|
|
30
27
|
trafficLimitBytes: z.ZodNullable<z.ZodNumber>;
|
|
31
28
|
trafficUsedBytes: z.ZodNullable<z.ZodNumber>;
|
|
32
29
|
notifyPercent: z.ZodNullable<z.ZodNumber>;
|
|
33
|
-
usersOnline: z.ZodNullable<z.ZodNumber>;
|
|
34
30
|
viewPosition: z.ZodNumber;
|
|
35
31
|
countryCode: z.ZodString;
|
|
36
32
|
consumptionMultiplier: z.ZodNumber;
|
|
@@ -253,6 +249,18 @@ export declare namespace DisableNodeCommand {
|
|
|
253
249
|
networkInterfaces: string[];
|
|
254
250
|
};
|
|
255
251
|
}>>;
|
|
252
|
+
versions: z.ZodNullable<z.ZodObject<{
|
|
253
|
+
xray: z.ZodString;
|
|
254
|
+
node: z.ZodString;
|
|
255
|
+
}, "strip", z.ZodTypeAny, {
|
|
256
|
+
node: string;
|
|
257
|
+
xray: string;
|
|
258
|
+
}, {
|
|
259
|
+
node: string;
|
|
260
|
+
xray: string;
|
|
261
|
+
}>>;
|
|
262
|
+
xrayUptime: z.ZodNumber;
|
|
263
|
+
usersOnline: z.ZodNumber;
|
|
256
264
|
}, "strip", z.ZodTypeAny, {
|
|
257
265
|
tags: string[];
|
|
258
266
|
system: {
|
|
@@ -304,14 +312,10 @@ export declare namespace DisableNodeCommand {
|
|
|
304
312
|
isConnecting: boolean;
|
|
305
313
|
lastStatusChange: Date | null;
|
|
306
314
|
lastStatusMessage: string | null;
|
|
307
|
-
xrayVersion: string | null;
|
|
308
|
-
nodeVersion: string | null;
|
|
309
|
-
xrayUptime: string;
|
|
310
315
|
isTrafficTrackingActive: boolean;
|
|
311
316
|
trafficResetDay: number | null;
|
|
312
317
|
trafficUsedBytes: number | null;
|
|
313
318
|
notifyPercent: number | null;
|
|
314
|
-
usersOnline: number | null;
|
|
315
319
|
consumptionMultiplier: number;
|
|
316
320
|
configProfile: {
|
|
317
321
|
activeConfigProfileUuid: string | null;
|
|
@@ -328,6 +332,12 @@ export declare namespace DisableNodeCommand {
|
|
|
328
332
|
};
|
|
329
333
|
providerUuid: string | null;
|
|
330
334
|
activePluginUuid: string | null;
|
|
335
|
+
versions: {
|
|
336
|
+
node: string;
|
|
337
|
+
xray: string;
|
|
338
|
+
} | null;
|
|
339
|
+
xrayUptime: number;
|
|
340
|
+
usersOnline: number;
|
|
331
341
|
}, {
|
|
332
342
|
tags: string[];
|
|
333
343
|
system: {
|
|
@@ -379,14 +389,10 @@ export declare namespace DisableNodeCommand {
|
|
|
379
389
|
isConnecting: boolean;
|
|
380
390
|
lastStatusChange: string | null;
|
|
381
391
|
lastStatusMessage: string | null;
|
|
382
|
-
xrayVersion: string | null;
|
|
383
|
-
nodeVersion: string | null;
|
|
384
|
-
xrayUptime: string;
|
|
385
392
|
isTrafficTrackingActive: boolean;
|
|
386
393
|
trafficResetDay: number | null;
|
|
387
394
|
trafficUsedBytes: number | null;
|
|
388
395
|
notifyPercent: number | null;
|
|
389
|
-
usersOnline: number | null;
|
|
390
396
|
consumptionMultiplier: number;
|
|
391
397
|
configProfile: {
|
|
392
398
|
activeConfigProfileUuid: string | null;
|
|
@@ -403,6 +409,12 @@ export declare namespace DisableNodeCommand {
|
|
|
403
409
|
};
|
|
404
410
|
providerUuid: string | null;
|
|
405
411
|
activePluginUuid: string | null;
|
|
412
|
+
versions: {
|
|
413
|
+
node: string;
|
|
414
|
+
xray: string;
|
|
415
|
+
} | null;
|
|
416
|
+
xrayUptime: number;
|
|
417
|
+
usersOnline: number;
|
|
406
418
|
}>;
|
|
407
419
|
}, "strip", z.ZodTypeAny, {
|
|
408
420
|
response: {
|
|
@@ -456,14 +468,10 @@ export declare namespace DisableNodeCommand {
|
|
|
456
468
|
isConnecting: boolean;
|
|
457
469
|
lastStatusChange: Date | null;
|
|
458
470
|
lastStatusMessage: string | null;
|
|
459
|
-
xrayVersion: string | null;
|
|
460
|
-
nodeVersion: string | null;
|
|
461
|
-
xrayUptime: string;
|
|
462
471
|
isTrafficTrackingActive: boolean;
|
|
463
472
|
trafficResetDay: number | null;
|
|
464
473
|
trafficUsedBytes: number | null;
|
|
465
474
|
notifyPercent: number | null;
|
|
466
|
-
usersOnline: number | null;
|
|
467
475
|
consumptionMultiplier: number;
|
|
468
476
|
configProfile: {
|
|
469
477
|
activeConfigProfileUuid: string | null;
|
|
@@ -480,6 +488,12 @@ export declare namespace DisableNodeCommand {
|
|
|
480
488
|
};
|
|
481
489
|
providerUuid: string | null;
|
|
482
490
|
activePluginUuid: string | null;
|
|
491
|
+
versions: {
|
|
492
|
+
node: string;
|
|
493
|
+
xray: string;
|
|
494
|
+
} | null;
|
|
495
|
+
xrayUptime: number;
|
|
496
|
+
usersOnline: number;
|
|
483
497
|
};
|
|
484
498
|
}, {
|
|
485
499
|
response: {
|
|
@@ -533,14 +547,10 @@ export declare namespace DisableNodeCommand {
|
|
|
533
547
|
isConnecting: boolean;
|
|
534
548
|
lastStatusChange: string | null;
|
|
535
549
|
lastStatusMessage: string | null;
|
|
536
|
-
xrayVersion: string | null;
|
|
537
|
-
nodeVersion: string | null;
|
|
538
|
-
xrayUptime: string;
|
|
539
550
|
isTrafficTrackingActive: boolean;
|
|
540
551
|
trafficResetDay: number | null;
|
|
541
552
|
trafficUsedBytes: number | null;
|
|
542
553
|
notifyPercent: number | null;
|
|
543
|
-
usersOnline: number | null;
|
|
544
554
|
consumptionMultiplier: number;
|
|
545
555
|
configProfile: {
|
|
546
556
|
activeConfigProfileUuid: string | null;
|
|
@@ -557,6 +567,12 @@ export declare namespace DisableNodeCommand {
|
|
|
557
567
|
};
|
|
558
568
|
providerUuid: string | null;
|
|
559
569
|
activePluginUuid: string | null;
|
|
570
|
+
versions: {
|
|
571
|
+
node: string;
|
|
572
|
+
xray: string;
|
|
573
|
+
} | null;
|
|
574
|
+
xrayUptime: number;
|
|
575
|
+
usersOnline: number;
|
|
560
576
|
};
|
|
561
577
|
}>;
|
|
562
578
|
type Response = z.infer<typeof ResponseSchema>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"disable.command.d.ts","sourceRoot":"","sources":["../../../../../commands/nodes/actions/disable.command.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAMxB,yBAAiB,kBAAkB,CAAC;IACzB,MAAM,GAAG,0BAAiC,CAAC;IAC3C,MAAM,OAAO,QAAe,CAAC;IAE7B,MAAM,eAAe,8CAI3B,CAAC;IAEK,MAAM,aAAa;;;;;;MAExB,CAAC;IAEH,KAAY,OAAO,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,aAAa,CAAC,CAAC;IAE7C,MAAM,cAAc
|
|
1
|
+
{"version":3,"file":"disable.command.d.ts","sourceRoot":"","sources":["../../../../../commands/nodes/actions/disable.command.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAMxB,yBAAiB,kBAAkB,CAAC;IACzB,MAAM,GAAG,0BAAiC,CAAC;IAC3C,MAAM,OAAO,QAAe,CAAC;IAE7B,MAAM,eAAe,8CAI3B,CAAC;IAEK,MAAM,aAAa;;;;;;MAExB,CAAC;IAEH,KAAY,OAAO,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,aAAa,CAAC,CAAC;IAE7C,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;MAEzB,CAAC;IAEH,KAAY,QAAQ,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,cAAc,CAAC,CAAC;CACzD"}
|