@remnawave/backend-contract 2.8.8 → 2.8.9
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/commands/infra-billing/create-billing-node.command.d.ts +2 -0
- 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 +2 -0
- 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 +2 -0
- 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 +2 -0
- package/build/backend/commands/infra-billing/update-billing-node.command.d.ts.map +1 -1
- package/build/backend/commands/node-plugins/torrent-blocker/get-torrent-blocker-reports.command.d.ts +1 -0
- 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 +1 -0
- 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 +5 -0
- package/build/backend/commands/nodes/actions/disable.command.d.ts.map +1 -1
- package/build/backend/commands/nodes/actions/enable.command.d.ts +5 -0
- package/build/backend/commands/nodes/actions/enable.command.d.ts.map +1 -1
- package/build/backend/commands/nodes/actions/reorder.command.d.ts +6 -0
- package/build/backend/commands/nodes/actions/reorder.command.d.ts.map +1 -1
- package/build/backend/commands/nodes/create.command.d.ts +8 -0
- package/build/backend/commands/nodes/create.command.d.ts.map +1 -1
- package/build/backend/commands/nodes/create.command.js +5 -0
- package/build/backend/commands/nodes/get-all.command.d.ts +5 -0
- package/build/backend/commands/nodes/get-all.command.d.ts.map +1 -1
- package/build/backend/commands/nodes/get-one.command.d.ts +5 -0
- package/build/backend/commands/nodes/get-one.command.d.ts.map +1 -1
- package/build/backend/commands/nodes/update.command.d.ts +9 -0
- package/build/backend/commands/nodes/update.command.d.ts.map +1 -1
- package/build/backend/commands/nodes/update.command.js +5 -0
- package/build/backend/models/infra-billing-available-node.schema.d.ts +1 -0
- package/build/backend/models/infra-billing-available-node.schema.d.ts.map +1 -1
- package/build/backend/models/infra-billing-node.schema.d.ts +1 -0
- package/build/backend/models/infra-billing-node.schema.d.ts.map +1 -1
- package/build/backend/models/nodes.schema.d.ts +3 -0
- package/build/backend/models/nodes.schema.d.ts.map +1 -1
- package/build/backend/models/nodes.schema.js +1 -0
- package/build/backend/models/torrent-blocker-report.schema.d.ts +1 -0
- package/build/backend/models/torrent-blocker-report.schema.d.ts.map +1 -1
- package/build/backend/models/webhook/webhook.schema.d.ts +24 -0
- package/build/backend/models/webhook/webhook.schema.d.ts.map +1 -1
- package/build/frontend/commands/nodes/create.command.js +5 -0
- package/build/frontend/commands/nodes/update.command.js +5 -0
- package/build/frontend/models/nodes.schema.js +1 -0
- package/package.json +1 -1
|
@@ -47,6 +47,7 @@ export declare namespace CreateInfraBillingNodeCommand {
|
|
|
47
47
|
name: z.ZodString;
|
|
48
48
|
address: z.ZodString;
|
|
49
49
|
port: z.ZodNullable<z.ZodNumber>;
|
|
50
|
+
proxyUrl: z.ZodNullable<z.ZodString>;
|
|
50
51
|
isConnected: z.ZodBoolean;
|
|
51
52
|
isDisabled: z.ZodBoolean;
|
|
52
53
|
isConnecting: z.ZodBoolean;
|
|
@@ -346,6 +347,7 @@ export declare namespace CreateInfraBillingNodeCommand {
|
|
|
346
347
|
name: z.ZodString;
|
|
347
348
|
address: z.ZodString;
|
|
348
349
|
port: z.ZodNullable<z.ZodNumber>;
|
|
350
|
+
proxyUrl: z.ZodNullable<z.ZodString>;
|
|
349
351
|
isConnected: z.ZodBoolean;
|
|
350
352
|
isDisabled: z.ZodBoolean;
|
|
351
353
|
isConnecting: z.ZodBoolean;
|
|
@@ -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"}
|
|
@@ -41,6 +41,7 @@ export declare namespace DeleteInfraBillingNodeByUuidCommand {
|
|
|
41
41
|
name: z.ZodString;
|
|
42
42
|
address: z.ZodString;
|
|
43
43
|
port: z.ZodNullable<z.ZodNumber>;
|
|
44
|
+
proxyUrl: z.ZodNullable<z.ZodString>;
|
|
44
45
|
isConnected: z.ZodBoolean;
|
|
45
46
|
isDisabled: z.ZodBoolean;
|
|
46
47
|
isConnecting: z.ZodBoolean;
|
|
@@ -340,6 +341,7 @@ export declare namespace DeleteInfraBillingNodeByUuidCommand {
|
|
|
340
341
|
name: z.ZodString;
|
|
341
342
|
address: z.ZodString;
|
|
342
343
|
port: z.ZodNullable<z.ZodNumber>;
|
|
344
|
+
proxyUrl: z.ZodNullable<z.ZodString>;
|
|
343
345
|
isConnected: z.ZodBoolean;
|
|
344
346
|
isDisabled: z.ZodBoolean;
|
|
345
347
|
isConnecting: z.ZodBoolean;
|
|
@@ -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"}
|
|
@@ -33,6 +33,7 @@ export declare namespace GetInfraBillingNodesCommand {
|
|
|
33
33
|
name: z.ZodString;
|
|
34
34
|
address: z.ZodString;
|
|
35
35
|
port: z.ZodNullable<z.ZodNumber>;
|
|
36
|
+
proxyUrl: z.ZodNullable<z.ZodString>;
|
|
36
37
|
isConnected: z.ZodBoolean;
|
|
37
38
|
isDisabled: z.ZodBoolean;
|
|
38
39
|
isConnecting: z.ZodBoolean;
|
|
@@ -332,6 +333,7 @@ export declare namespace GetInfraBillingNodesCommand {
|
|
|
332
333
|
name: z.ZodString;
|
|
333
334
|
address: z.ZodString;
|
|
334
335
|
port: z.ZodNullable<z.ZodNumber>;
|
|
336
|
+
proxyUrl: z.ZodNullable<z.ZodString>;
|
|
335
337
|
isConnected: z.ZodBoolean;
|
|
336
338
|
isDisabled: z.ZodBoolean;
|
|
337
339
|
isConnecting: z.ZodBoolean;
|
|
@@ -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"}
|
|
@@ -44,6 +44,7 @@ export declare namespace UpdateInfraBillingNodeCommand {
|
|
|
44
44
|
name: z.ZodString;
|
|
45
45
|
address: z.ZodString;
|
|
46
46
|
port: z.ZodNullable<z.ZodNumber>;
|
|
47
|
+
proxyUrl: z.ZodNullable<z.ZodString>;
|
|
47
48
|
isConnected: z.ZodBoolean;
|
|
48
49
|
isDisabled: z.ZodBoolean;
|
|
49
50
|
isConnecting: z.ZodBoolean;
|
|
@@ -343,6 +344,7 @@ export declare namespace UpdateInfraBillingNodeCommand {
|
|
|
343
344
|
name: z.ZodString;
|
|
344
345
|
address: z.ZodString;
|
|
345
346
|
port: z.ZodNullable<z.ZodNumber>;
|
|
347
|
+
proxyUrl: z.ZodNullable<z.ZodString>;
|
|
346
348
|
isConnected: z.ZodBoolean;
|
|
347
349
|
isDisabled: z.ZodBoolean;
|
|
348
350
|
isConnecting: z.ZodBoolean;
|
|
@@ -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"}
|
package/build/backend/commands/node-plugins/torrent-blocker/get-torrent-blocker-reports.command.d.ts
CHANGED
|
@@ -139,6 +139,7 @@ export declare namespace GetTorrentBlockerReportsCommand {
|
|
|
139
139
|
name: z.ZodString;
|
|
140
140
|
address: z.ZodString;
|
|
141
141
|
port: z.ZodNullable<z.ZodNumber>;
|
|
142
|
+
proxyUrl: z.ZodNullable<z.ZodString>;
|
|
142
143
|
isConnected: z.ZodBoolean;
|
|
143
144
|
isDisabled: z.ZodBoolean;
|
|
144
145
|
isConnecting: z.ZodBoolean;
|
|
@@ -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"}
|
|
@@ -86,6 +86,7 @@ export declare namespace TruncateTorrentBlockerReportsCommand {
|
|
|
86
86
|
name: z.ZodString;
|
|
87
87
|
address: z.ZodString;
|
|
88
88
|
port: z.ZodNullable<z.ZodNumber>;
|
|
89
|
+
proxyUrl: z.ZodNullable<z.ZodString>;
|
|
89
90
|
isConnected: z.ZodBoolean;
|
|
90
91
|
isDisabled: z.ZodBoolean;
|
|
91
92
|
isConnecting: z.ZodBoolean;
|
|
@@ -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"}
|
|
@@ -17,6 +17,7 @@ export declare namespace DisableNodeCommand {
|
|
|
17
17
|
name: z.ZodString;
|
|
18
18
|
address: z.ZodString;
|
|
19
19
|
port: z.ZodNullable<z.ZodNumber>;
|
|
20
|
+
proxyUrl: z.ZodNullable<z.ZodString>;
|
|
20
21
|
isConnected: z.ZodBoolean;
|
|
21
22
|
isDisabled: z.ZodBoolean;
|
|
22
23
|
isConnecting: z.ZodBoolean;
|
|
@@ -309,6 +310,7 @@ export declare namespace DisableNodeCommand {
|
|
|
309
310
|
trafficLimitBytes: number | null;
|
|
310
311
|
address: string;
|
|
311
312
|
isDisabled: boolean;
|
|
313
|
+
proxyUrl: string | null;
|
|
312
314
|
isConnected: boolean;
|
|
313
315
|
isConnecting: boolean;
|
|
314
316
|
lastStatusChange: Date | null;
|
|
@@ -387,6 +389,7 @@ export declare namespace DisableNodeCommand {
|
|
|
387
389
|
trafficLimitBytes: number | null;
|
|
388
390
|
address: string;
|
|
389
391
|
isDisabled: boolean;
|
|
392
|
+
proxyUrl: string | null;
|
|
390
393
|
isConnected: boolean;
|
|
391
394
|
isConnecting: boolean;
|
|
392
395
|
lastStatusChange: string | null;
|
|
@@ -467,6 +470,7 @@ export declare namespace DisableNodeCommand {
|
|
|
467
470
|
trafficLimitBytes: number | null;
|
|
468
471
|
address: string;
|
|
469
472
|
isDisabled: boolean;
|
|
473
|
+
proxyUrl: string | null;
|
|
470
474
|
isConnected: boolean;
|
|
471
475
|
isConnecting: boolean;
|
|
472
476
|
lastStatusChange: Date | null;
|
|
@@ -547,6 +551,7 @@ export declare namespace DisableNodeCommand {
|
|
|
547
551
|
trafficLimitBytes: number | null;
|
|
548
552
|
address: string;
|
|
549
553
|
isDisabled: boolean;
|
|
554
|
+
proxyUrl: string | null;
|
|
550
555
|
isConnected: boolean;
|
|
551
556
|
isConnecting: boolean;
|
|
552
557
|
lastStatusChange: string | null;
|
|
@@ -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"}
|
|
@@ -17,6 +17,7 @@ export declare namespace EnableNodeCommand {
|
|
|
17
17
|
name: z.ZodString;
|
|
18
18
|
address: z.ZodString;
|
|
19
19
|
port: z.ZodNullable<z.ZodNumber>;
|
|
20
|
+
proxyUrl: z.ZodNullable<z.ZodString>;
|
|
20
21
|
isConnected: z.ZodBoolean;
|
|
21
22
|
isDisabled: z.ZodBoolean;
|
|
22
23
|
isConnecting: z.ZodBoolean;
|
|
@@ -309,6 +310,7 @@ export declare namespace EnableNodeCommand {
|
|
|
309
310
|
trafficLimitBytes: number | null;
|
|
310
311
|
address: string;
|
|
311
312
|
isDisabled: boolean;
|
|
313
|
+
proxyUrl: string | null;
|
|
312
314
|
isConnected: boolean;
|
|
313
315
|
isConnecting: boolean;
|
|
314
316
|
lastStatusChange: Date | null;
|
|
@@ -387,6 +389,7 @@ export declare namespace EnableNodeCommand {
|
|
|
387
389
|
trafficLimitBytes: number | null;
|
|
388
390
|
address: string;
|
|
389
391
|
isDisabled: boolean;
|
|
392
|
+
proxyUrl: string | null;
|
|
390
393
|
isConnected: boolean;
|
|
391
394
|
isConnecting: boolean;
|
|
392
395
|
lastStatusChange: string | null;
|
|
@@ -467,6 +470,7 @@ export declare namespace EnableNodeCommand {
|
|
|
467
470
|
trafficLimitBytes: number | null;
|
|
468
471
|
address: string;
|
|
469
472
|
isDisabled: boolean;
|
|
473
|
+
proxyUrl: string | null;
|
|
470
474
|
isConnected: boolean;
|
|
471
475
|
isConnecting: boolean;
|
|
472
476
|
lastStatusChange: Date | null;
|
|
@@ -547,6 +551,7 @@ export declare namespace EnableNodeCommand {
|
|
|
547
551
|
trafficLimitBytes: number | null;
|
|
548
552
|
address: string;
|
|
549
553
|
isDisabled: boolean;
|
|
554
|
+
proxyUrl: string | null;
|
|
550
555
|
isConnected: boolean;
|
|
551
556
|
isConnecting: boolean;
|
|
552
557
|
lastStatusChange: string | null;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"enable.command.d.ts","sourceRoot":"","sources":["../../../../../commands/nodes/actions/enable.command.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAMxB,yBAAiB,iBAAiB,CAAC;IACxB,MAAM,GAAG,0BAAgC,CAAC;IAC1C,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":"enable.command.d.ts","sourceRoot":"","sources":["../../../../../commands/nodes/actions/enable.command.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAMxB,yBAAiB,iBAAiB,CAAC;IACxB,MAAM,GAAG,0BAAgC,CAAC;IAC1C,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"}
|
|
@@ -9,6 +9,7 @@ export declare namespace ReorderNodeCommand {
|
|
|
9
9
|
name: z.ZodString;
|
|
10
10
|
address: z.ZodString;
|
|
11
11
|
port: z.ZodNullable<z.ZodNumber>;
|
|
12
|
+
proxyUrl: z.ZodNullable<z.ZodString>;
|
|
12
13
|
isConnected: z.ZodBoolean;
|
|
13
14
|
isDisabled: z.ZodBoolean;
|
|
14
15
|
isConnecting: z.ZodBoolean;
|
|
@@ -279,6 +280,7 @@ export declare namespace ReorderNodeCommand {
|
|
|
279
280
|
name: z.ZodString;
|
|
280
281
|
address: z.ZodString;
|
|
281
282
|
port: z.ZodNullable<z.ZodNumber>;
|
|
283
|
+
proxyUrl: z.ZodNullable<z.ZodString>;
|
|
282
284
|
isConnected: z.ZodBoolean;
|
|
283
285
|
isDisabled: z.ZodBoolean;
|
|
284
286
|
isConnecting: z.ZodBoolean;
|
|
@@ -571,6 +573,7 @@ export declare namespace ReorderNodeCommand {
|
|
|
571
573
|
trafficLimitBytes: number | null;
|
|
572
574
|
address: string;
|
|
573
575
|
isDisabled: boolean;
|
|
576
|
+
proxyUrl: string | null;
|
|
574
577
|
isConnected: boolean;
|
|
575
578
|
isConnecting: boolean;
|
|
576
579
|
lastStatusChange: Date | null;
|
|
@@ -649,6 +652,7 @@ export declare namespace ReorderNodeCommand {
|
|
|
649
652
|
trafficLimitBytes: number | null;
|
|
650
653
|
address: string;
|
|
651
654
|
isDisabled: boolean;
|
|
655
|
+
proxyUrl: string | null;
|
|
652
656
|
isConnected: boolean;
|
|
653
657
|
isConnecting: boolean;
|
|
654
658
|
lastStatusChange: string | null;
|
|
@@ -729,6 +733,7 @@ export declare namespace ReorderNodeCommand {
|
|
|
729
733
|
trafficLimitBytes: number | null;
|
|
730
734
|
address: string;
|
|
731
735
|
isDisabled: boolean;
|
|
736
|
+
proxyUrl: string | null;
|
|
732
737
|
isConnected: boolean;
|
|
733
738
|
isConnecting: boolean;
|
|
734
739
|
lastStatusChange: Date | null;
|
|
@@ -809,6 +814,7 @@ export declare namespace ReorderNodeCommand {
|
|
|
809
814
|
trafficLimitBytes: number | null;
|
|
810
815
|
address: string;
|
|
811
816
|
isDisabled: boolean;
|
|
817
|
+
proxyUrl: string | null;
|
|
812
818
|
isConnected: boolean;
|
|
813
819
|
isConnecting: boolean;
|
|
814
820
|
lastStatusChange: string | null;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"reorder.command.d.ts","sourceRoot":"","sources":["../../../../../commands/nodes/actions/reorder.command.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAMxB,yBAAiB,kBAAkB,CAAC;IACzB,MAAM,GAAG,8BAAiC,CAAC;IAC3C,MAAM,OAAO,8BAAM,CAAC;IAEpB,MAAM,eAAe,8CAI3B,CAAC;IAEK,MAAM,aAAa
|
|
1
|
+
{"version":3,"file":"reorder.command.d.ts","sourceRoot":"","sources":["../../../../../commands/nodes/actions/reorder.command.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAMxB,yBAAiB,kBAAkB,CAAC;IACzB,MAAM,GAAG,8BAAiC,CAAC;IAC3C,MAAM,OAAO,8BAAM,CAAC;IAEpB,MAAM,eAAe,8CAI3B,CAAC;IAEK,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;MAOxB,CAAC;IACH,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"}
|
|
@@ -7,6 +7,7 @@ export declare namespace CreateNodeCommand {
|
|
|
7
7
|
name: z.ZodString;
|
|
8
8
|
address: z.ZodString;
|
|
9
9
|
port: z.ZodOptional<z.ZodNumber>;
|
|
10
|
+
proxyUrl: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
10
11
|
isTrafficTrackingActive: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
11
12
|
trafficLimitBytes: z.ZodOptional<z.ZodNumber>;
|
|
12
13
|
notifyPercent: z.ZodOptional<z.ZodNumber>;
|
|
@@ -39,6 +40,7 @@ export declare namespace CreateNodeCommand {
|
|
|
39
40
|
tags?: string[] | undefined;
|
|
40
41
|
port?: number | undefined;
|
|
41
42
|
trafficLimitBytes?: number | undefined;
|
|
43
|
+
proxyUrl?: string | null | undefined;
|
|
42
44
|
trafficResetDay?: number | undefined;
|
|
43
45
|
notifyPercent?: number | undefined;
|
|
44
46
|
consumptionMultiplier?: number | undefined;
|
|
@@ -56,6 +58,7 @@ export declare namespace CreateNodeCommand {
|
|
|
56
58
|
countryCode?: string | undefined;
|
|
57
59
|
port?: number | undefined;
|
|
58
60
|
trafficLimitBytes?: number | undefined;
|
|
61
|
+
proxyUrl?: string | null | undefined;
|
|
59
62
|
isTrafficTrackingActive?: boolean | undefined;
|
|
60
63
|
trafficResetDay?: number | undefined;
|
|
61
64
|
notifyPercent?: number | undefined;
|
|
@@ -71,6 +74,7 @@ export declare namespace CreateNodeCommand {
|
|
|
71
74
|
name: z.ZodString;
|
|
72
75
|
address: z.ZodString;
|
|
73
76
|
port: z.ZodNullable<z.ZodNumber>;
|
|
77
|
+
proxyUrl: z.ZodNullable<z.ZodString>;
|
|
74
78
|
isConnected: z.ZodBoolean;
|
|
75
79
|
isDisabled: z.ZodBoolean;
|
|
76
80
|
isConnecting: z.ZodBoolean;
|
|
@@ -363,6 +367,7 @@ export declare namespace CreateNodeCommand {
|
|
|
363
367
|
trafficLimitBytes: number | null;
|
|
364
368
|
address: string;
|
|
365
369
|
isDisabled: boolean;
|
|
370
|
+
proxyUrl: string | null;
|
|
366
371
|
isConnected: boolean;
|
|
367
372
|
isConnecting: boolean;
|
|
368
373
|
lastStatusChange: Date | null;
|
|
@@ -441,6 +446,7 @@ export declare namespace CreateNodeCommand {
|
|
|
441
446
|
trafficLimitBytes: number | null;
|
|
442
447
|
address: string;
|
|
443
448
|
isDisabled: boolean;
|
|
449
|
+
proxyUrl: string | null;
|
|
444
450
|
isConnected: boolean;
|
|
445
451
|
isConnecting: boolean;
|
|
446
452
|
lastStatusChange: string | null;
|
|
@@ -521,6 +527,7 @@ export declare namespace CreateNodeCommand {
|
|
|
521
527
|
trafficLimitBytes: number | null;
|
|
522
528
|
address: string;
|
|
523
529
|
isDisabled: boolean;
|
|
530
|
+
proxyUrl: string | null;
|
|
524
531
|
isConnected: boolean;
|
|
525
532
|
isConnecting: boolean;
|
|
526
533
|
lastStatusChange: Date | null;
|
|
@@ -601,6 +608,7 @@ export declare namespace CreateNodeCommand {
|
|
|
601
608
|
trafficLimitBytes: number | null;
|
|
602
609
|
address: string;
|
|
603
610
|
isDisabled: boolean;
|
|
611
|
+
proxyUrl: string | null;
|
|
604
612
|
isConnected: boolean;
|
|
605
613
|
isConnecting: boolean;
|
|
606
614
|
lastStatusChange: string | null;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"create.command.d.ts","sourceRoot":"","sources":["../../../../commands/nodes/create.command.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAKxB,yBAAiB,iBAAiB,CAAC;IACxB,MAAM,GAAG,eAAwB,CAAC;IAClC,MAAM,OAAO,eAAM,CAAC;IAEpB,MAAM,eAAe,2CAI3B,CAAC;IAEK,MAAM,aAAa
|
|
1
|
+
{"version":3,"file":"create.command.d.ts","sourceRoot":"","sources":["../../../../commands/nodes/create.command.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAKxB,yBAAiB,iBAAiB,CAAC;IACxB,MAAM,GAAG,eAAwB,CAAC;IAClC,MAAM,OAAO,eAAM,CAAC;IAEpB,MAAM,eAAe,2CAI3B,CAAC;IAEK,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;MAqExB,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"}
|
|
@@ -19,6 +19,11 @@ var CreateNodeCommand;
|
|
|
19
19
|
.min(1, 'Port is required')
|
|
20
20
|
.max(65535, 'Port must be less than 65535')
|
|
21
21
|
.optional(),
|
|
22
|
+
proxyUrl: zod_1.z
|
|
23
|
+
.string()
|
|
24
|
+
.regex(/^socks5:\/\/(?:[^:@/\s]+(?::[^@/\s]*)?@)?[^:@/\s]+:\d{1,5}$/, 'Expected socks5://[user:pass@]host:port')
|
|
25
|
+
.nullable()
|
|
26
|
+
.optional(),
|
|
22
27
|
isTrafficTrackingActive: zod_1.z.boolean().optional().default(false),
|
|
23
28
|
trafficLimitBytes: zod_1.z.optional(zod_1.z.number().min(0, 'Traffic limit must be greater than 0')),
|
|
24
29
|
notifyPercent: zod_1.z.optional(zod_1.z
|
|
@@ -9,6 +9,7 @@ export declare namespace GetAllNodesCommand {
|
|
|
9
9
|
name: z.ZodString;
|
|
10
10
|
address: z.ZodString;
|
|
11
11
|
port: z.ZodNullable<z.ZodNumber>;
|
|
12
|
+
proxyUrl: z.ZodNullable<z.ZodString>;
|
|
12
13
|
isConnected: z.ZodBoolean;
|
|
13
14
|
isDisabled: z.ZodBoolean;
|
|
14
15
|
isConnecting: z.ZodBoolean;
|
|
@@ -301,6 +302,7 @@ export declare namespace GetAllNodesCommand {
|
|
|
301
302
|
trafficLimitBytes: number | null;
|
|
302
303
|
address: string;
|
|
303
304
|
isDisabled: boolean;
|
|
305
|
+
proxyUrl: string | null;
|
|
304
306
|
isConnected: boolean;
|
|
305
307
|
isConnecting: boolean;
|
|
306
308
|
lastStatusChange: Date | null;
|
|
@@ -379,6 +381,7 @@ export declare namespace GetAllNodesCommand {
|
|
|
379
381
|
trafficLimitBytes: number | null;
|
|
380
382
|
address: string;
|
|
381
383
|
isDisabled: boolean;
|
|
384
|
+
proxyUrl: string | null;
|
|
382
385
|
isConnected: boolean;
|
|
383
386
|
isConnecting: boolean;
|
|
384
387
|
lastStatusChange: string | null;
|
|
@@ -459,6 +462,7 @@ export declare namespace GetAllNodesCommand {
|
|
|
459
462
|
trafficLimitBytes: number | null;
|
|
460
463
|
address: string;
|
|
461
464
|
isDisabled: boolean;
|
|
465
|
+
proxyUrl: string | null;
|
|
462
466
|
isConnected: boolean;
|
|
463
467
|
isConnecting: boolean;
|
|
464
468
|
lastStatusChange: Date | null;
|
|
@@ -539,6 +543,7 @@ export declare namespace GetAllNodesCommand {
|
|
|
539
543
|
trafficLimitBytes: number | null;
|
|
540
544
|
address: string;
|
|
541
545
|
isDisabled: boolean;
|
|
546
|
+
proxyUrl: string | null;
|
|
542
547
|
isConnected: boolean;
|
|
543
548
|
isConnecting: boolean;
|
|
544
549
|
lastStatusChange: string | null;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"get-all.command.d.ts","sourceRoot":"","sources":["../../../../commands/nodes/get-all.command.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAMxB,yBAAiB,kBAAkB,CAAC;IACzB,MAAM,GAAG,eAAqB,CAAC;IAC/B,MAAM,OAAO,eAAM,CAAC;IAEpB,MAAM,eAAe,2CAA+D,CAAC;IAErF,MAAM,cAAc
|
|
1
|
+
{"version":3,"file":"get-all.command.d.ts","sourceRoot":"","sources":["../../../../commands/nodes/get-all.command.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAMxB,yBAAiB,kBAAkB,CAAC;IACzB,MAAM,GAAG,eAAqB,CAAC;IAC/B,MAAM,OAAO,eAAM,CAAC;IAEpB,MAAM,eAAe,2CAA+D,CAAC;IAErF,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;MAEzB,CAAC;IAEH,KAAY,QAAQ,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,cAAc,CAAC,CAAC;CACzD"}
|
|
@@ -17,6 +17,7 @@ export declare namespace GetOneNodeCommand {
|
|
|
17
17
|
name: z.ZodString;
|
|
18
18
|
address: z.ZodString;
|
|
19
19
|
port: z.ZodNullable<z.ZodNumber>;
|
|
20
|
+
proxyUrl: z.ZodNullable<z.ZodString>;
|
|
20
21
|
isConnected: z.ZodBoolean;
|
|
21
22
|
isDisabled: z.ZodBoolean;
|
|
22
23
|
isConnecting: z.ZodBoolean;
|
|
@@ -309,6 +310,7 @@ export declare namespace GetOneNodeCommand {
|
|
|
309
310
|
trafficLimitBytes: number | null;
|
|
310
311
|
address: string;
|
|
311
312
|
isDisabled: boolean;
|
|
313
|
+
proxyUrl: string | null;
|
|
312
314
|
isConnected: boolean;
|
|
313
315
|
isConnecting: boolean;
|
|
314
316
|
lastStatusChange: Date | null;
|
|
@@ -387,6 +389,7 @@ export declare namespace GetOneNodeCommand {
|
|
|
387
389
|
trafficLimitBytes: number | null;
|
|
388
390
|
address: string;
|
|
389
391
|
isDisabled: boolean;
|
|
392
|
+
proxyUrl: string | null;
|
|
390
393
|
isConnected: boolean;
|
|
391
394
|
isConnecting: boolean;
|
|
392
395
|
lastStatusChange: string | null;
|
|
@@ -467,6 +470,7 @@ export declare namespace GetOneNodeCommand {
|
|
|
467
470
|
trafficLimitBytes: number | null;
|
|
468
471
|
address: string;
|
|
469
472
|
isDisabled: boolean;
|
|
473
|
+
proxyUrl: string | null;
|
|
470
474
|
isConnected: boolean;
|
|
471
475
|
isConnecting: boolean;
|
|
472
476
|
lastStatusChange: Date | null;
|
|
@@ -547,6 +551,7 @@ export declare namespace GetOneNodeCommand {
|
|
|
547
551
|
trafficLimitBytes: number | null;
|
|
548
552
|
address: string;
|
|
549
553
|
isDisabled: boolean;
|
|
554
|
+
proxyUrl: string | null;
|
|
550
555
|
isConnected: boolean;
|
|
551
556
|
isConnecting: boolean;
|
|
552
557
|
lastStatusChange: string | null;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"get-one.command.d.ts","sourceRoot":"","sources":["../../../../commands/nodes/get-one.command.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAMxB,yBAAiB,iBAAiB,CAAC;IACxB,MAAM,GAAG,0BAA6B,CAAC;IACvC,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":"get-one.command.d.ts","sourceRoot":"","sources":["../../../../commands/nodes/get-one.command.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAMxB,yBAAiB,iBAAiB,CAAC;IACxB,MAAM,GAAG,0BAA6B,CAAC;IACvC,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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;MAEzB,CAAC;IAEH,KAAY,QAAQ,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,cAAc,CAAC,CAAC;CACzD"}
|
|
@@ -8,6 +8,7 @@ export declare namespace UpdateNodeCommand {
|
|
|
8
8
|
name: z.ZodString;
|
|
9
9
|
address: z.ZodString;
|
|
10
10
|
port: z.ZodNullable<z.ZodNumber>;
|
|
11
|
+
proxyUrl: z.ZodNullable<z.ZodString>;
|
|
11
12
|
isConnected: z.ZodBoolean;
|
|
12
13
|
isDisabled: z.ZodBoolean;
|
|
13
14
|
isConnecting: z.ZodBoolean;
|
|
@@ -257,6 +258,7 @@ export declare namespace UpdateNodeCommand {
|
|
|
257
258
|
name: z.ZodOptional<z.ZodString>;
|
|
258
259
|
address: z.ZodOptional<z.ZodString>;
|
|
259
260
|
port: z.ZodOptional<z.ZodNumber>;
|
|
261
|
+
proxyUrl: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
260
262
|
isTrafficTrackingActive: z.ZodOptional<z.ZodBoolean>;
|
|
261
263
|
trafficLimitBytes: z.ZodOptional<z.ZodNumber>;
|
|
262
264
|
notifyPercent: z.ZodOptional<z.ZodNumber>;
|
|
@@ -285,6 +287,7 @@ export declare namespace UpdateNodeCommand {
|
|
|
285
287
|
port?: number | undefined;
|
|
286
288
|
trafficLimitBytes?: number | undefined;
|
|
287
289
|
address?: string | undefined;
|
|
290
|
+
proxyUrl?: string | null | undefined;
|
|
288
291
|
isTrafficTrackingActive?: boolean | undefined;
|
|
289
292
|
trafficResetDay?: number | undefined;
|
|
290
293
|
notifyPercent?: number | undefined;
|
|
@@ -304,6 +307,7 @@ export declare namespace UpdateNodeCommand {
|
|
|
304
307
|
port?: number | undefined;
|
|
305
308
|
trafficLimitBytes?: number | undefined;
|
|
306
309
|
address?: string | undefined;
|
|
310
|
+
proxyUrl?: string | null | undefined;
|
|
307
311
|
isTrafficTrackingActive?: boolean | undefined;
|
|
308
312
|
trafficResetDay?: number | undefined;
|
|
309
313
|
notifyPercent?: number | undefined;
|
|
@@ -323,6 +327,7 @@ export declare namespace UpdateNodeCommand {
|
|
|
323
327
|
name: z.ZodString;
|
|
324
328
|
address: z.ZodString;
|
|
325
329
|
port: z.ZodNullable<z.ZodNumber>;
|
|
330
|
+
proxyUrl: z.ZodNullable<z.ZodString>;
|
|
326
331
|
isConnected: z.ZodBoolean;
|
|
327
332
|
isDisabled: z.ZodBoolean;
|
|
328
333
|
isConnecting: z.ZodBoolean;
|
|
@@ -615,6 +620,7 @@ export declare namespace UpdateNodeCommand {
|
|
|
615
620
|
trafficLimitBytes: number | null;
|
|
616
621
|
address: string;
|
|
617
622
|
isDisabled: boolean;
|
|
623
|
+
proxyUrl: string | null;
|
|
618
624
|
isConnected: boolean;
|
|
619
625
|
isConnecting: boolean;
|
|
620
626
|
lastStatusChange: Date | null;
|
|
@@ -693,6 +699,7 @@ export declare namespace UpdateNodeCommand {
|
|
|
693
699
|
trafficLimitBytes: number | null;
|
|
694
700
|
address: string;
|
|
695
701
|
isDisabled: boolean;
|
|
702
|
+
proxyUrl: string | null;
|
|
696
703
|
isConnected: boolean;
|
|
697
704
|
isConnecting: boolean;
|
|
698
705
|
lastStatusChange: string | null;
|
|
@@ -773,6 +780,7 @@ export declare namespace UpdateNodeCommand {
|
|
|
773
780
|
trafficLimitBytes: number | null;
|
|
774
781
|
address: string;
|
|
775
782
|
isDisabled: boolean;
|
|
783
|
+
proxyUrl: string | null;
|
|
776
784
|
isConnected: boolean;
|
|
777
785
|
isConnecting: boolean;
|
|
778
786
|
lastStatusChange: Date | null;
|
|
@@ -853,6 +861,7 @@ export declare namespace UpdateNodeCommand {
|
|
|
853
861
|
trafficLimitBytes: number | null;
|
|
854
862
|
address: string;
|
|
855
863
|
isDisabled: boolean;
|
|
864
|
+
proxyUrl: string | null;
|
|
856
865
|
isConnected: boolean;
|
|
857
866
|
isConnecting: boolean;
|
|
858
867
|
lastStatusChange: string | null;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"update.command.d.ts","sourceRoot":"","sources":["../../../../commands/nodes/update.command.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAMxB,yBAAiB,iBAAiB,CAAC;IACxB,MAAM,GAAG,eAAwB,CAAC;IAClC,MAAM,OAAO,eAAM,CAAC;IAEpB,MAAM,eAAe,2CAAkE,CAAC;IAExF,MAAM,aAAa
|
|
1
|
+
{"version":3,"file":"update.command.d.ts","sourceRoot":"","sources":["../../../../commands/nodes/update.command.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAMxB,yBAAiB,iBAAiB,CAAC;IACxB,MAAM,GAAG,eAAwB,CAAC;IAClC,MAAM,OAAO,eAAM,CAAC;IAEpB,MAAM,eAAe,2CAAkE,CAAC;IAExF,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;MAoExB,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"}
|
|
@@ -19,6 +19,11 @@ var UpdateNodeCommand;
|
|
|
19
19
|
.number()
|
|
20
20
|
.min(1, 'Port must be greater than 0')
|
|
21
21
|
.max(65535, 'Port must be less than 65535')),
|
|
22
|
+
proxyUrl: zod_1.z
|
|
23
|
+
.string()
|
|
24
|
+
.regex(/^socks5:\/\/(?:[^:@/\s]+(?::[^@/\s]*)?@)?[^:@/\s]+:\d{1,5}$/, 'Expected socks5://[user:pass@]host:port')
|
|
25
|
+
.nullable()
|
|
26
|
+
.optional(),
|
|
22
27
|
isTrafficTrackingActive: zod_1.z.optional(zod_1.z.boolean()),
|
|
23
28
|
trafficLimitBytes: zod_1.z.optional(zod_1.z.number().min(0, 'Traffic limit must be greater than 0')),
|
|
24
29
|
notifyPercent: zod_1.z.optional(zod_1.z
|
|
@@ -3,6 +3,7 @@ export declare const InfraBillingAvailableNodeSchema: import("zod").ZodObject<Pi
|
|
|
3
3
|
name: import("zod").ZodString;
|
|
4
4
|
address: import("zod").ZodString;
|
|
5
5
|
port: import("zod").ZodNullable<import("zod").ZodNumber>;
|
|
6
|
+
proxyUrl: import("zod").ZodNullable<import("zod").ZodString>;
|
|
6
7
|
isConnected: import("zod").ZodBoolean;
|
|
7
8
|
isDisabled: import("zod").ZodBoolean;
|
|
8
9
|
isConnecting: import("zod").ZodBoolean;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"infra-billing-available-node.schema.d.ts","sourceRoot":"","sources":["../../../models/infra-billing-available-node.schema.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,+BAA+B
|
|
1
|
+
{"version":3,"file":"infra-billing-available-node.schema.d.ts","sourceRoot":"","sources":["../../../models/infra-billing-available-node.schema.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,+BAA+B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAI1C,CAAC"}
|
|
@@ -26,6 +26,7 @@ export declare const InfraBillingNodeSchema: z.ZodObject<{
|
|
|
26
26
|
name: z.ZodString;
|
|
27
27
|
address: z.ZodString;
|
|
28
28
|
port: z.ZodNullable<z.ZodNumber>;
|
|
29
|
+
proxyUrl: z.ZodNullable<z.ZodString>;
|
|
29
30
|
isConnected: z.ZodBoolean;
|
|
30
31
|
isDisabled: z.ZodBoolean;
|
|
31
32
|
isConnecting: z.ZodBoolean;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"infra-billing-node.schema.d.ts","sourceRoot":"","sources":["../../../models/infra-billing-node.schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAKxB,eAAO,MAAM,sBAAsB
|
|
1
|
+
{"version":3,"file":"infra-billing-node.schema.d.ts","sourceRoot":"","sources":["../../../models/infra-billing-node.schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAKxB,eAAO,MAAM,sBAAsB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EA6BjC,CAAC"}
|
|
@@ -4,6 +4,7 @@ export declare const NodesSchema: z.ZodObject<{
|
|
|
4
4
|
name: z.ZodString;
|
|
5
5
|
address: z.ZodString;
|
|
6
6
|
port: z.ZodNullable<z.ZodNumber>;
|
|
7
|
+
proxyUrl: z.ZodNullable<z.ZodString>;
|
|
7
8
|
isConnected: z.ZodBoolean;
|
|
8
9
|
isDisabled: z.ZodBoolean;
|
|
9
10
|
isConnecting: z.ZodBoolean;
|
|
@@ -296,6 +297,7 @@ export declare const NodesSchema: z.ZodObject<{
|
|
|
296
297
|
trafficLimitBytes: number | null;
|
|
297
298
|
address: string;
|
|
298
299
|
isDisabled: boolean;
|
|
300
|
+
proxyUrl: string | null;
|
|
299
301
|
isConnected: boolean;
|
|
300
302
|
isConnecting: boolean;
|
|
301
303
|
lastStatusChange: Date | null;
|
|
@@ -374,6 +376,7 @@ export declare const NodesSchema: z.ZodObject<{
|
|
|
374
376
|
trafficLimitBytes: number | null;
|
|
375
377
|
address: string;
|
|
376
378
|
isDisabled: boolean;
|
|
379
|
+
proxyUrl: string | null;
|
|
377
380
|
isConnected: boolean;
|
|
378
381
|
isConnecting: boolean;
|
|
379
382
|
lastStatusChange: string | null;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"nodes.schema.d.ts","sourceRoot":"","sources":["../../../models/nodes.schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAMxB,eAAO,MAAM,WAAW
|
|
1
|
+
{"version":3,"file":"nodes.schema.d.ts","sourceRoot":"","sources":["../../../models/nodes.schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAMxB,eAAO,MAAM,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAqDtB,CAAC"}
|
|
@@ -10,6 +10,7 @@ exports.NodesSchema = zod_1.z.object({
|
|
|
10
10
|
name: zod_1.z.string(),
|
|
11
11
|
address: zod_1.z.string(),
|
|
12
12
|
port: zod_1.z.nullable(zod_1.z.number().int()),
|
|
13
|
+
proxyUrl: zod_1.z.nullable(zod_1.z.string()),
|
|
13
14
|
isConnected: zod_1.z.boolean(),
|
|
14
15
|
isDisabled: zod_1.z.boolean(),
|
|
15
16
|
isConnecting: zod_1.z.boolean(),
|
|
@@ -80,6 +80,7 @@ export declare const TorrentBlockerReportSchema: z.ZodObject<{
|
|
|
80
80
|
name: z.ZodString;
|
|
81
81
|
address: z.ZodString;
|
|
82
82
|
port: z.ZodNullable<z.ZodNumber>;
|
|
83
|
+
proxyUrl: z.ZodNullable<z.ZodString>;
|
|
83
84
|
isConnected: z.ZodBoolean;
|
|
84
85
|
isDisabled: z.ZodBoolean;
|
|
85
86
|
isConnecting: z.ZodBoolean;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"torrent-blocker-report.schema.d.ts","sourceRoot":"","sources":["../../../models/torrent-blocker-report.schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAKxB,eAAO,MAAM,0BAA0B
|
|
1
|
+
{"version":3,"file":"torrent-blocker-report.schema.d.ts","sourceRoot":"","sources":["../../../models/torrent-blocker-report.schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAKxB,eAAO,MAAM,0BAA0B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAgDrC,CAAC"}
|
|
@@ -618,6 +618,7 @@ export declare const RemnawaveWebhookNodeEvents: z.ZodObject<{
|
|
|
618
618
|
name: z.ZodString;
|
|
619
619
|
address: z.ZodString;
|
|
620
620
|
port: z.ZodNullable<z.ZodNumber>;
|
|
621
|
+
proxyUrl: z.ZodNullable<z.ZodString>;
|
|
621
622
|
isConnected: z.ZodBoolean;
|
|
622
623
|
isDisabled: z.ZodBoolean;
|
|
623
624
|
isConnecting: z.ZodBoolean;
|
|
@@ -910,6 +911,7 @@ export declare const RemnawaveWebhookNodeEvents: z.ZodObject<{
|
|
|
910
911
|
trafficLimitBytes: number | null;
|
|
911
912
|
address: string;
|
|
912
913
|
isDisabled: boolean;
|
|
914
|
+
proxyUrl: string | null;
|
|
913
915
|
isConnected: boolean;
|
|
914
916
|
isConnecting: boolean;
|
|
915
917
|
lastStatusChange: Date | null;
|
|
@@ -988,6 +990,7 @@ export declare const RemnawaveWebhookNodeEvents: z.ZodObject<{
|
|
|
988
990
|
trafficLimitBytes: number | null;
|
|
989
991
|
address: string;
|
|
990
992
|
isDisabled: boolean;
|
|
993
|
+
proxyUrl: string | null;
|
|
991
994
|
isConnected: boolean;
|
|
992
995
|
isConnecting: boolean;
|
|
993
996
|
lastStatusChange: string | null;
|
|
@@ -1068,6 +1071,7 @@ export declare const RemnawaveWebhookNodeEvents: z.ZodObject<{
|
|
|
1068
1071
|
trafficLimitBytes: number | null;
|
|
1069
1072
|
address: string;
|
|
1070
1073
|
isDisabled: boolean;
|
|
1074
|
+
proxyUrl: string | null;
|
|
1071
1075
|
isConnected: boolean;
|
|
1072
1076
|
isConnecting: boolean;
|
|
1073
1077
|
lastStatusChange: Date | null;
|
|
@@ -1151,6 +1155,7 @@ export declare const RemnawaveWebhookNodeEvents: z.ZodObject<{
|
|
|
1151
1155
|
trafficLimitBytes: number | null;
|
|
1152
1156
|
address: string;
|
|
1153
1157
|
isDisabled: boolean;
|
|
1158
|
+
proxyUrl: string | null;
|
|
1154
1159
|
isConnected: boolean;
|
|
1155
1160
|
isConnecting: boolean;
|
|
1156
1161
|
lastStatusChange: string | null;
|
|
@@ -1363,6 +1368,7 @@ export declare const RemnawaveWebhookTorrentBlockerEvents: z.ZodObject<{
|
|
|
1363
1368
|
name: z.ZodString;
|
|
1364
1369
|
address: z.ZodString;
|
|
1365
1370
|
port: z.ZodNullable<z.ZodNumber>;
|
|
1371
|
+
proxyUrl: z.ZodNullable<z.ZodString>;
|
|
1366
1372
|
isConnected: z.ZodBoolean;
|
|
1367
1373
|
isDisabled: z.ZodBoolean;
|
|
1368
1374
|
isConnecting: z.ZodBoolean;
|
|
@@ -1655,6 +1661,7 @@ export declare const RemnawaveWebhookTorrentBlockerEvents: z.ZodObject<{
|
|
|
1655
1661
|
trafficLimitBytes: number | null;
|
|
1656
1662
|
address: string;
|
|
1657
1663
|
isDisabled: boolean;
|
|
1664
|
+
proxyUrl: string | null;
|
|
1658
1665
|
isConnected: boolean;
|
|
1659
1666
|
isConnecting: boolean;
|
|
1660
1667
|
lastStatusChange: Date | null;
|
|
@@ -1733,6 +1740,7 @@ export declare const RemnawaveWebhookTorrentBlockerEvents: z.ZodObject<{
|
|
|
1733
1740
|
trafficLimitBytes: number | null;
|
|
1734
1741
|
address: string;
|
|
1735
1742
|
isDisabled: boolean;
|
|
1743
|
+
proxyUrl: string | null;
|
|
1736
1744
|
isConnected: boolean;
|
|
1737
1745
|
isConnecting: boolean;
|
|
1738
1746
|
lastStatusChange: string | null;
|
|
@@ -2100,6 +2108,7 @@ export declare const RemnawaveWebhookTorrentBlockerEvents: z.ZodObject<{
|
|
|
2100
2108
|
trafficLimitBytes: number | null;
|
|
2101
2109
|
address: string;
|
|
2102
2110
|
isDisabled: boolean;
|
|
2111
|
+
proxyUrl: string | null;
|
|
2103
2112
|
isConnected: boolean;
|
|
2104
2113
|
isConnecting: boolean;
|
|
2105
2114
|
lastStatusChange: Date | null;
|
|
@@ -2241,6 +2250,7 @@ export declare const RemnawaveWebhookTorrentBlockerEvents: z.ZodObject<{
|
|
|
2241
2250
|
trafficLimitBytes: number | null;
|
|
2242
2251
|
address: string;
|
|
2243
2252
|
isDisabled: boolean;
|
|
2253
|
+
proxyUrl: string | null;
|
|
2244
2254
|
isConnected: boolean;
|
|
2245
2255
|
isConnecting: boolean;
|
|
2246
2256
|
lastStatusChange: string | null;
|
|
@@ -2384,6 +2394,7 @@ export declare const RemnawaveWebhookTorrentBlockerEvents: z.ZodObject<{
|
|
|
2384
2394
|
trafficLimitBytes: number | null;
|
|
2385
2395
|
address: string;
|
|
2386
2396
|
isDisabled: boolean;
|
|
2397
|
+
proxyUrl: string | null;
|
|
2387
2398
|
isConnected: boolean;
|
|
2388
2399
|
isConnecting: boolean;
|
|
2389
2400
|
lastStatusChange: Date | null;
|
|
@@ -2530,6 +2541,7 @@ export declare const RemnawaveWebhookTorrentBlockerEvents: z.ZodObject<{
|
|
|
2530
2541
|
trafficLimitBytes: number | null;
|
|
2531
2542
|
address: string;
|
|
2532
2543
|
isDisabled: boolean;
|
|
2544
|
+
proxyUrl: string | null;
|
|
2533
2545
|
isConnected: boolean;
|
|
2534
2546
|
isConnecting: boolean;
|
|
2535
2547
|
lastStatusChange: string | null;
|
|
@@ -3209,6 +3221,7 @@ export declare const RemnawaveWebhookEventSchema: z.ZodDiscriminatedUnion<"scope
|
|
|
3209
3221
|
name: z.ZodString;
|
|
3210
3222
|
address: z.ZodString;
|
|
3211
3223
|
port: z.ZodNullable<z.ZodNumber>;
|
|
3224
|
+
proxyUrl: z.ZodNullable<z.ZodString>;
|
|
3212
3225
|
isConnected: z.ZodBoolean;
|
|
3213
3226
|
isDisabled: z.ZodBoolean;
|
|
3214
3227
|
isConnecting: z.ZodBoolean;
|
|
@@ -3501,6 +3514,7 @@ export declare const RemnawaveWebhookEventSchema: z.ZodDiscriminatedUnion<"scope
|
|
|
3501
3514
|
trafficLimitBytes: number | null;
|
|
3502
3515
|
address: string;
|
|
3503
3516
|
isDisabled: boolean;
|
|
3517
|
+
proxyUrl: string | null;
|
|
3504
3518
|
isConnected: boolean;
|
|
3505
3519
|
isConnecting: boolean;
|
|
3506
3520
|
lastStatusChange: Date | null;
|
|
@@ -3579,6 +3593,7 @@ export declare const RemnawaveWebhookEventSchema: z.ZodDiscriminatedUnion<"scope
|
|
|
3579
3593
|
trafficLimitBytes: number | null;
|
|
3580
3594
|
address: string;
|
|
3581
3595
|
isDisabled: boolean;
|
|
3596
|
+
proxyUrl: string | null;
|
|
3582
3597
|
isConnected: boolean;
|
|
3583
3598
|
isConnecting: boolean;
|
|
3584
3599
|
lastStatusChange: string | null;
|
|
@@ -3659,6 +3674,7 @@ export declare const RemnawaveWebhookEventSchema: z.ZodDiscriminatedUnion<"scope
|
|
|
3659
3674
|
trafficLimitBytes: number | null;
|
|
3660
3675
|
address: string;
|
|
3661
3676
|
isDisabled: boolean;
|
|
3677
|
+
proxyUrl: string | null;
|
|
3662
3678
|
isConnected: boolean;
|
|
3663
3679
|
isConnecting: boolean;
|
|
3664
3680
|
lastStatusChange: Date | null;
|
|
@@ -3742,6 +3758,7 @@ export declare const RemnawaveWebhookEventSchema: z.ZodDiscriminatedUnion<"scope
|
|
|
3742
3758
|
trafficLimitBytes: number | null;
|
|
3743
3759
|
address: string;
|
|
3744
3760
|
isDisabled: boolean;
|
|
3761
|
+
proxyUrl: string | null;
|
|
3745
3762
|
isConnected: boolean;
|
|
3746
3763
|
isConnecting: boolean;
|
|
3747
3764
|
lastStatusChange: string | null;
|
|
@@ -3950,6 +3967,7 @@ export declare const RemnawaveWebhookEventSchema: z.ZodDiscriminatedUnion<"scope
|
|
|
3950
3967
|
name: z.ZodString;
|
|
3951
3968
|
address: z.ZodString;
|
|
3952
3969
|
port: z.ZodNullable<z.ZodNumber>;
|
|
3970
|
+
proxyUrl: z.ZodNullable<z.ZodString>;
|
|
3953
3971
|
isConnected: z.ZodBoolean;
|
|
3954
3972
|
isDisabled: z.ZodBoolean;
|
|
3955
3973
|
isConnecting: z.ZodBoolean;
|
|
@@ -4242,6 +4260,7 @@ export declare const RemnawaveWebhookEventSchema: z.ZodDiscriminatedUnion<"scope
|
|
|
4242
4260
|
trafficLimitBytes: number | null;
|
|
4243
4261
|
address: string;
|
|
4244
4262
|
isDisabled: boolean;
|
|
4263
|
+
proxyUrl: string | null;
|
|
4245
4264
|
isConnected: boolean;
|
|
4246
4265
|
isConnecting: boolean;
|
|
4247
4266
|
lastStatusChange: Date | null;
|
|
@@ -4320,6 +4339,7 @@ export declare const RemnawaveWebhookEventSchema: z.ZodDiscriminatedUnion<"scope
|
|
|
4320
4339
|
trafficLimitBytes: number | null;
|
|
4321
4340
|
address: string;
|
|
4322
4341
|
isDisabled: boolean;
|
|
4342
|
+
proxyUrl: string | null;
|
|
4323
4343
|
isConnected: boolean;
|
|
4324
4344
|
isConnecting: boolean;
|
|
4325
4345
|
lastStatusChange: string | null;
|
|
@@ -4687,6 +4707,7 @@ export declare const RemnawaveWebhookEventSchema: z.ZodDiscriminatedUnion<"scope
|
|
|
4687
4707
|
trafficLimitBytes: number | null;
|
|
4688
4708
|
address: string;
|
|
4689
4709
|
isDisabled: boolean;
|
|
4710
|
+
proxyUrl: string | null;
|
|
4690
4711
|
isConnected: boolean;
|
|
4691
4712
|
isConnecting: boolean;
|
|
4692
4713
|
lastStatusChange: Date | null;
|
|
@@ -4828,6 +4849,7 @@ export declare const RemnawaveWebhookEventSchema: z.ZodDiscriminatedUnion<"scope
|
|
|
4828
4849
|
trafficLimitBytes: number | null;
|
|
4829
4850
|
address: string;
|
|
4830
4851
|
isDisabled: boolean;
|
|
4852
|
+
proxyUrl: string | null;
|
|
4831
4853
|
isConnected: boolean;
|
|
4832
4854
|
isConnecting: boolean;
|
|
4833
4855
|
lastStatusChange: string | null;
|
|
@@ -4971,6 +4993,7 @@ export declare const RemnawaveWebhookEventSchema: z.ZodDiscriminatedUnion<"scope
|
|
|
4971
4993
|
trafficLimitBytes: number | null;
|
|
4972
4994
|
address: string;
|
|
4973
4995
|
isDisabled: boolean;
|
|
4996
|
+
proxyUrl: string | null;
|
|
4974
4997
|
isConnected: boolean;
|
|
4975
4998
|
isConnecting: boolean;
|
|
4976
4999
|
lastStatusChange: Date | null;
|
|
@@ -5117,6 +5140,7 @@ export declare const RemnawaveWebhookEventSchema: z.ZodDiscriminatedUnion<"scope
|
|
|
5117
5140
|
trafficLimitBytes: number | null;
|
|
5118
5141
|
address: string;
|
|
5119
5142
|
isDisabled: boolean;
|
|
5143
|
+
proxyUrl: string | null;
|
|
5120
5144
|
isConnected: boolean;
|
|
5121
5145
|
isConnecting: boolean;
|
|
5122
5146
|
lastStatusChange: string | null;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"webhook.schema.d.ts","sourceRoot":"","sources":["../../../../models/webhook/webhook.schema.ts"],"names":[],"mappings":"AAAA,OAAO,CAAC,MAAM,KAAK,CAAC;AAOpB,eAAO,MAAM,0BAA0B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAarC,CAAC;AAEH,eAAO,MAAM,qCAAqC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAWhD,CAAC;AAEH,eAAO,MAAM,0BAA0B
|
|
1
|
+
{"version":3,"file":"webhook.schema.d.ts","sourceRoot":"","sources":["../../../../models/webhook/webhook.schema.ts"],"names":[],"mappings":"AAAA,OAAO,CAAC,MAAM,KAAK,CAAC;AAOpB,eAAO,MAAM,0BAA0B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAarC,CAAC;AAEH,eAAO,MAAM,qCAAqC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAWhD,CAAC;AAEH,eAAO,MAAM,0BAA0B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAQrC,CAAC;AAEH,eAAO,MAAM,6BAA6B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EA0BxC,CAAC;AAEH,eAAO,MAAM,4BAA4B;;;;;;;;;;;;;;;;;;;;;;;;;EAUvC,CAAC;AAEH,eAAO,MAAM,yBAAyB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAgBpC,CAAC;AAEH,eAAO,MAAM,oCAAoC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EA0C/C,CAAC;AACH,eAAO,MAAM,2BAA2B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAQtC,CAAC;AAEH,MAAM,MAAM,sBAAsB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,2BAA2B,CAAC,CAAC;AAEjF,MAAM,MAAM,0BAA0B,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,0BAA0B,CAAC,CAAC;AACpF,MAAM,MAAM,0BAA0B,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,0BAA0B,CAAC,CAAC;AACpF,MAAM,MAAM,6BAA6B,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,6BAA6B,CAAC,CAAC;AAC1F,MAAM,MAAM,4BAA4B,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,4BAA4B,CAAC,CAAC;AACxF,MAAM,MAAM,yBAAyB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,yBAAyB,CAAC,CAAC;AAClF,MAAM,MAAM,qCAAqC,GAAG,CAAC,CAAC,KAAK,CACvD,OAAO,qCAAqC,CAC/C,CAAC;AACF,MAAM,MAAM,oCAAoC,GAAG,CAAC,CAAC,KAAK,CACtD,OAAO,oCAAoC,CAC9C,CAAC"}
|
|
@@ -19,6 +19,11 @@ var CreateNodeCommand;
|
|
|
19
19
|
.min(1, 'Port is required')
|
|
20
20
|
.max(65535, 'Port must be less than 65535')
|
|
21
21
|
.optional(),
|
|
22
|
+
proxyUrl: zod_1.z
|
|
23
|
+
.string()
|
|
24
|
+
.regex(/^socks5:\/\/(?:[^:@/\s]+(?::[^@/\s]*)?@)?[^:@/\s]+:\d{1,5}$/, 'Expected socks5://[user:pass@]host:port')
|
|
25
|
+
.nullable()
|
|
26
|
+
.optional(),
|
|
22
27
|
isTrafficTrackingActive: zod_1.z.boolean().optional().default(false),
|
|
23
28
|
trafficLimitBytes: zod_1.z.optional(zod_1.z.number().min(0, 'Traffic limit must be greater than 0')),
|
|
24
29
|
notifyPercent: zod_1.z.optional(zod_1.z
|
|
@@ -19,6 +19,11 @@ var UpdateNodeCommand;
|
|
|
19
19
|
.number()
|
|
20
20
|
.min(1, 'Port must be greater than 0')
|
|
21
21
|
.max(65535, 'Port must be less than 65535')),
|
|
22
|
+
proxyUrl: zod_1.z
|
|
23
|
+
.string()
|
|
24
|
+
.regex(/^socks5:\/\/(?:[^:@/\s]+(?::[^@/\s]*)?@)?[^:@/\s]+:\d{1,5}$/, 'Expected socks5://[user:pass@]host:port')
|
|
25
|
+
.nullable()
|
|
26
|
+
.optional(),
|
|
22
27
|
isTrafficTrackingActive: zod_1.z.optional(zod_1.z.boolean()),
|
|
23
28
|
trafficLimitBytes: zod_1.z.optional(zod_1.z.number().min(0, 'Traffic limit must be greater than 0')),
|
|
24
29
|
notifyPercent: zod_1.z.optional(zod_1.z
|
|
@@ -10,6 +10,7 @@ exports.NodesSchema = zod_1.z.object({
|
|
|
10
10
|
name: zod_1.z.string(),
|
|
11
11
|
address: zod_1.z.string(),
|
|
12
12
|
port: zod_1.z.nullable(zod_1.z.number().int()),
|
|
13
|
+
proxyUrl: zod_1.z.nullable(zod_1.z.string()),
|
|
13
14
|
isConnected: zod_1.z.boolean(),
|
|
14
15
|
isDisabled: zod_1.z.boolean(),
|
|
15
16
|
isConnecting: zod_1.z.boolean(),
|