@remnawave/backend-contract 2.8.17 → 2.8.19
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/bulk-actions/bulk-update.command.d.ts +5 -0
- package/build/backend/commands/nodes/bulk-actions/bulk-update.command.d.ts.map +1 -1
- package/build/backend/commands/nodes/bulk-actions/bulk-update.command.js +5 -0
- 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/commands/subscription-settings/get-subscription-settings.command.d.ts +61 -0
- package/build/backend/commands/subscription-settings/get-subscription-settings.command.d.ts.map +1 -1
- package/build/backend/commands/subscription-settings/update-subscription-settings.command.d.ts +112 -0
- package/build/backend/commands/subscription-settings/update-subscription-settings.command.d.ts.map +1 -1
- package/build/backend/commands/subscriptions/get-by/get-raw-subscription-by-short-uuid.command.d.ts +12 -12
- package/build/backend/commands/system/testers/test-srr-matcher.command.d.ts +102 -0
- package/build/backend/commands/system/testers/test-srr-matcher.command.d.ts.map +1 -1
- 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/resolved-proxy-config.schema.d.ts +22 -22
- package/build/backend/models/response-rules/index.d.ts +1 -0
- package/build/backend/models/response-rules/index.d.ts.map +1 -1
- package/build/backend/models/response-rules/index.js +1 -0
- package/build/backend/models/response-rules/response-rule-modifications.schema.d.ts +31 -0
- package/build/backend/models/response-rules/response-rule-modifications.schema.d.ts.map +1 -1
- package/build/backend/models/response-rules/response-rule-modifications.schema.js +14 -1
- package/build/backend/models/response-rules/response-rule.schema.d.ts +62 -0
- package/build/backend/models/response-rules/response-rule.schema.d.ts.map +1 -1
- package/build/backend/models/response-rules/response-rules-config.schema.d.ts +41 -0
- package/build/backend/models/response-rules/response-rules-config.schema.d.ts.map +1 -1
- package/build/backend/models/subscription-settings.schema.d.ts +51 -0
- package/build/backend/models/subscription-settings.schema.d.ts.map +1 -1
- 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/bulk-actions/bulk-update.command.js +5 -0
- 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/build/frontend/models/response-rules/index.js +1 -0
- package/build/frontend/models/response-rules/response-rule-modifications.schema.js +14 -1
- package/package.json +1 -1
|
@@ -61,6 +61,7 @@ export declare namespace CreateInfraBillingNodeCommand {
|
|
|
61
61
|
viewPosition: z.ZodNumber;
|
|
62
62
|
countryCode: z.ZodString;
|
|
63
63
|
consumptionMultiplier: z.ZodNumber;
|
|
64
|
+
nodeConsumptionMultiplier: z.ZodNumber;
|
|
64
65
|
tags: z.ZodArray<z.ZodString, "many">;
|
|
65
66
|
createdAt: z.ZodEffects<z.ZodString, Date, string>;
|
|
66
67
|
updatedAt: z.ZodEffects<z.ZodString, Date, string>;
|
|
@@ -361,6 +362,7 @@ export declare namespace CreateInfraBillingNodeCommand {
|
|
|
361
362
|
viewPosition: z.ZodNumber;
|
|
362
363
|
countryCode: z.ZodString;
|
|
363
364
|
consumptionMultiplier: z.ZodNumber;
|
|
365
|
+
nodeConsumptionMultiplier: z.ZodNumber;
|
|
364
366
|
tags: z.ZodArray<z.ZodString, "many">;
|
|
365
367
|
createdAt: z.ZodEffects<z.ZodString, Date, string>;
|
|
366
368
|
updatedAt: z.ZodEffects<z.ZodString, Date, 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"}
|
|
@@ -55,6 +55,7 @@ export declare namespace DeleteInfraBillingNodeByUuidCommand {
|
|
|
55
55
|
viewPosition: z.ZodNumber;
|
|
56
56
|
countryCode: z.ZodString;
|
|
57
57
|
consumptionMultiplier: z.ZodNumber;
|
|
58
|
+
nodeConsumptionMultiplier: z.ZodNumber;
|
|
58
59
|
tags: z.ZodArray<z.ZodString, "many">;
|
|
59
60
|
createdAt: z.ZodEffects<z.ZodString, Date, string>;
|
|
60
61
|
updatedAt: z.ZodEffects<z.ZodString, Date, string>;
|
|
@@ -355,6 +356,7 @@ export declare namespace DeleteInfraBillingNodeByUuidCommand {
|
|
|
355
356
|
viewPosition: z.ZodNumber;
|
|
356
357
|
countryCode: z.ZodString;
|
|
357
358
|
consumptionMultiplier: z.ZodNumber;
|
|
359
|
+
nodeConsumptionMultiplier: z.ZodNumber;
|
|
358
360
|
tags: z.ZodArray<z.ZodString, "many">;
|
|
359
361
|
createdAt: z.ZodEffects<z.ZodString, Date, string>;
|
|
360
362
|
updatedAt: z.ZodEffects<z.ZodString, Date, 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"}
|
|
@@ -47,6 +47,7 @@ export declare namespace GetInfraBillingNodesCommand {
|
|
|
47
47
|
viewPosition: z.ZodNumber;
|
|
48
48
|
countryCode: z.ZodString;
|
|
49
49
|
consumptionMultiplier: z.ZodNumber;
|
|
50
|
+
nodeConsumptionMultiplier: z.ZodNumber;
|
|
50
51
|
tags: z.ZodArray<z.ZodString, "many">;
|
|
51
52
|
createdAt: z.ZodEffects<z.ZodString, Date, string>;
|
|
52
53
|
updatedAt: z.ZodEffects<z.ZodString, Date, string>;
|
|
@@ -347,6 +348,7 @@ export declare namespace GetInfraBillingNodesCommand {
|
|
|
347
348
|
viewPosition: z.ZodNumber;
|
|
348
349
|
countryCode: z.ZodString;
|
|
349
350
|
consumptionMultiplier: z.ZodNumber;
|
|
351
|
+
nodeConsumptionMultiplier: z.ZodNumber;
|
|
350
352
|
tags: z.ZodArray<z.ZodString, "many">;
|
|
351
353
|
createdAt: z.ZodEffects<z.ZodString, Date, string>;
|
|
352
354
|
updatedAt: z.ZodEffects<z.ZodString, Date, 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"}
|
|
@@ -58,6 +58,7 @@ export declare namespace UpdateInfraBillingNodeCommand {
|
|
|
58
58
|
viewPosition: z.ZodNumber;
|
|
59
59
|
countryCode: z.ZodString;
|
|
60
60
|
consumptionMultiplier: z.ZodNumber;
|
|
61
|
+
nodeConsumptionMultiplier: z.ZodNumber;
|
|
61
62
|
tags: z.ZodArray<z.ZodString, "many">;
|
|
62
63
|
createdAt: z.ZodEffects<z.ZodString, Date, string>;
|
|
63
64
|
updatedAt: z.ZodEffects<z.ZodString, Date, string>;
|
|
@@ -358,6 +359,7 @@ export declare namespace UpdateInfraBillingNodeCommand {
|
|
|
358
359
|
viewPosition: z.ZodNumber;
|
|
359
360
|
countryCode: z.ZodString;
|
|
360
361
|
consumptionMultiplier: z.ZodNumber;
|
|
362
|
+
nodeConsumptionMultiplier: z.ZodNumber;
|
|
361
363
|
tags: z.ZodArray<z.ZodString, "many">;
|
|
362
364
|
createdAt: z.ZodEffects<z.ZodString, Date, string>;
|
|
363
365
|
updatedAt: z.ZodEffects<z.ZodString, Date, 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"}
|
package/build/backend/commands/node-plugins/torrent-blocker/get-torrent-blocker-reports.command.d.ts
CHANGED
|
@@ -153,6 +153,7 @@ export declare namespace GetTorrentBlockerReportsCommand {
|
|
|
153
153
|
viewPosition: z.ZodNumber;
|
|
154
154
|
countryCode: z.ZodString;
|
|
155
155
|
consumptionMultiplier: z.ZodNumber;
|
|
156
|
+
nodeConsumptionMultiplier: z.ZodNumber;
|
|
156
157
|
tags: z.ZodArray<z.ZodString, "many">;
|
|
157
158
|
createdAt: z.ZodEffects<z.ZodString, Date, string>;
|
|
158
159
|
updatedAt: z.ZodEffects<z.ZodString, Date, 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"}
|
|
@@ -100,6 +100,7 @@ export declare namespace TruncateTorrentBlockerReportsCommand {
|
|
|
100
100
|
viewPosition: z.ZodNumber;
|
|
101
101
|
countryCode: z.ZodString;
|
|
102
102
|
consumptionMultiplier: z.ZodNumber;
|
|
103
|
+
nodeConsumptionMultiplier: z.ZodNumber;
|
|
103
104
|
tags: z.ZodArray<z.ZodString, "many">;
|
|
104
105
|
createdAt: z.ZodEffects<z.ZodString, Date, string>;
|
|
105
106
|
updatedAt: z.ZodEffects<z.ZodString, Date, 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"}
|
|
@@ -31,6 +31,7 @@ export declare namespace DisableNodeCommand {
|
|
|
31
31
|
viewPosition: z.ZodNumber;
|
|
32
32
|
countryCode: z.ZodString;
|
|
33
33
|
consumptionMultiplier: z.ZodNumber;
|
|
34
|
+
nodeConsumptionMultiplier: z.ZodNumber;
|
|
34
35
|
tags: z.ZodArray<z.ZodString, "many">;
|
|
35
36
|
createdAt: z.ZodEffects<z.ZodString, Date, string>;
|
|
36
37
|
updatedAt: z.ZodEffects<z.ZodString, Date, string>;
|
|
@@ -320,6 +321,7 @@ export declare namespace DisableNodeCommand {
|
|
|
320
321
|
trafficUsedBytes: number | null;
|
|
321
322
|
notifyPercent: number | null;
|
|
322
323
|
consumptionMultiplier: number;
|
|
324
|
+
nodeConsumptionMultiplier: number;
|
|
323
325
|
configProfile: {
|
|
324
326
|
activeConfigProfileUuid: string | null;
|
|
325
327
|
activeInbounds: {
|
|
@@ -399,6 +401,7 @@ export declare namespace DisableNodeCommand {
|
|
|
399
401
|
trafficUsedBytes: number | null;
|
|
400
402
|
notifyPercent: number | null;
|
|
401
403
|
consumptionMultiplier: number;
|
|
404
|
+
nodeConsumptionMultiplier: number;
|
|
402
405
|
configProfile: {
|
|
403
406
|
activeConfigProfileUuid: string | null;
|
|
404
407
|
activeInbounds: {
|
|
@@ -480,6 +483,7 @@ export declare namespace DisableNodeCommand {
|
|
|
480
483
|
trafficUsedBytes: number | null;
|
|
481
484
|
notifyPercent: number | null;
|
|
482
485
|
consumptionMultiplier: number;
|
|
486
|
+
nodeConsumptionMultiplier: number;
|
|
483
487
|
configProfile: {
|
|
484
488
|
activeConfigProfileUuid: string | null;
|
|
485
489
|
activeInbounds: {
|
|
@@ -561,6 +565,7 @@ export declare namespace DisableNodeCommand {
|
|
|
561
565
|
trafficUsedBytes: number | null;
|
|
562
566
|
notifyPercent: number | null;
|
|
563
567
|
consumptionMultiplier: number;
|
|
568
|
+
nodeConsumptionMultiplier: number;
|
|
564
569
|
configProfile: {
|
|
565
570
|
activeConfigProfileUuid: string | null;
|
|
566
571
|
activeInbounds: {
|
|
@@ -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"}
|
|
@@ -31,6 +31,7 @@ export declare namespace EnableNodeCommand {
|
|
|
31
31
|
viewPosition: z.ZodNumber;
|
|
32
32
|
countryCode: z.ZodString;
|
|
33
33
|
consumptionMultiplier: z.ZodNumber;
|
|
34
|
+
nodeConsumptionMultiplier: z.ZodNumber;
|
|
34
35
|
tags: z.ZodArray<z.ZodString, "many">;
|
|
35
36
|
createdAt: z.ZodEffects<z.ZodString, Date, string>;
|
|
36
37
|
updatedAt: z.ZodEffects<z.ZodString, Date, string>;
|
|
@@ -320,6 +321,7 @@ export declare namespace EnableNodeCommand {
|
|
|
320
321
|
trafficUsedBytes: number | null;
|
|
321
322
|
notifyPercent: number | null;
|
|
322
323
|
consumptionMultiplier: number;
|
|
324
|
+
nodeConsumptionMultiplier: number;
|
|
323
325
|
configProfile: {
|
|
324
326
|
activeConfigProfileUuid: string | null;
|
|
325
327
|
activeInbounds: {
|
|
@@ -399,6 +401,7 @@ export declare namespace EnableNodeCommand {
|
|
|
399
401
|
trafficUsedBytes: number | null;
|
|
400
402
|
notifyPercent: number | null;
|
|
401
403
|
consumptionMultiplier: number;
|
|
404
|
+
nodeConsumptionMultiplier: number;
|
|
402
405
|
configProfile: {
|
|
403
406
|
activeConfigProfileUuid: string | null;
|
|
404
407
|
activeInbounds: {
|
|
@@ -480,6 +483,7 @@ export declare namespace EnableNodeCommand {
|
|
|
480
483
|
trafficUsedBytes: number | null;
|
|
481
484
|
notifyPercent: number | null;
|
|
482
485
|
consumptionMultiplier: number;
|
|
486
|
+
nodeConsumptionMultiplier: number;
|
|
483
487
|
configProfile: {
|
|
484
488
|
activeConfigProfileUuid: string | null;
|
|
485
489
|
activeInbounds: {
|
|
@@ -561,6 +565,7 @@ export declare namespace EnableNodeCommand {
|
|
|
561
565
|
trafficUsedBytes: number | null;
|
|
562
566
|
notifyPercent: number | null;
|
|
563
567
|
consumptionMultiplier: number;
|
|
568
|
+
nodeConsumptionMultiplier: number;
|
|
564
569
|
configProfile: {
|
|
565
570
|
activeConfigProfileUuid: string | null;
|
|
566
571
|
activeInbounds: {
|
|
@@ -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"}
|
|
@@ -23,6 +23,7 @@ export declare namespace ReorderNodeCommand {
|
|
|
23
23
|
viewPosition: z.ZodNumber;
|
|
24
24
|
countryCode: z.ZodString;
|
|
25
25
|
consumptionMultiplier: z.ZodNumber;
|
|
26
|
+
nodeConsumptionMultiplier: z.ZodNumber;
|
|
26
27
|
tags: z.ZodArray<z.ZodString, "many">;
|
|
27
28
|
createdAt: z.ZodEffects<z.ZodString, Date, string>;
|
|
28
29
|
updatedAt: z.ZodEffects<z.ZodString, Date, string>;
|
|
@@ -294,6 +295,7 @@ export declare namespace ReorderNodeCommand {
|
|
|
294
295
|
viewPosition: z.ZodNumber;
|
|
295
296
|
countryCode: z.ZodString;
|
|
296
297
|
consumptionMultiplier: z.ZodNumber;
|
|
298
|
+
nodeConsumptionMultiplier: z.ZodNumber;
|
|
297
299
|
tags: z.ZodArray<z.ZodString, "many">;
|
|
298
300
|
createdAt: z.ZodEffects<z.ZodString, Date, string>;
|
|
299
301
|
updatedAt: z.ZodEffects<z.ZodString, Date, string>;
|
|
@@ -583,6 +585,7 @@ export declare namespace ReorderNodeCommand {
|
|
|
583
585
|
trafficUsedBytes: number | null;
|
|
584
586
|
notifyPercent: number | null;
|
|
585
587
|
consumptionMultiplier: number;
|
|
588
|
+
nodeConsumptionMultiplier: number;
|
|
586
589
|
configProfile: {
|
|
587
590
|
activeConfigProfileUuid: string | null;
|
|
588
591
|
activeInbounds: {
|
|
@@ -662,6 +665,7 @@ export declare namespace ReorderNodeCommand {
|
|
|
662
665
|
trafficUsedBytes: number | null;
|
|
663
666
|
notifyPercent: number | null;
|
|
664
667
|
consumptionMultiplier: number;
|
|
668
|
+
nodeConsumptionMultiplier: number;
|
|
665
669
|
configProfile: {
|
|
666
670
|
activeConfigProfileUuid: string | null;
|
|
667
671
|
activeInbounds: {
|
|
@@ -743,6 +747,7 @@ export declare namespace ReorderNodeCommand {
|
|
|
743
747
|
trafficUsedBytes: number | null;
|
|
744
748
|
notifyPercent: number | null;
|
|
745
749
|
consumptionMultiplier: number;
|
|
750
|
+
nodeConsumptionMultiplier: number;
|
|
746
751
|
configProfile: {
|
|
747
752
|
activeConfigProfileUuid: string | null;
|
|
748
753
|
activeInbounds: {
|
|
@@ -824,6 +829,7 @@ export declare namespace ReorderNodeCommand {
|
|
|
824
829
|
trafficUsedBytes: number | null;
|
|
825
830
|
notifyPercent: number | null;
|
|
826
831
|
consumptionMultiplier: number;
|
|
832
|
+
nodeConsumptionMultiplier: number;
|
|
827
833
|
configProfile: {
|
|
828
834
|
activeConfigProfileUuid: string | null;
|
|
829
835
|
activeInbounds: {
|
|
@@ -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"}
|
|
@@ -8,6 +8,7 @@ export declare namespace BulkNodesUpdateCommand {
|
|
|
8
8
|
fields: z.ZodObject<{
|
|
9
9
|
countryCode: z.ZodOptional<z.ZodString>;
|
|
10
10
|
consumptionMultiplier: z.ZodOptional<z.ZodEffects<z.ZodNumber, number, number>>;
|
|
11
|
+
nodeConsumptionMultiplier: z.ZodOptional<z.ZodEffects<z.ZodNumber, number, number>>;
|
|
11
12
|
providerUuid: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
12
13
|
tags: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
13
14
|
activePluginUuid: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
@@ -16,6 +17,7 @@ export declare namespace BulkNodesUpdateCommand {
|
|
|
16
17
|
tags?: string[] | undefined;
|
|
17
18
|
countryCode?: string | undefined;
|
|
18
19
|
consumptionMultiplier?: number | undefined;
|
|
20
|
+
nodeConsumptionMultiplier?: number | undefined;
|
|
19
21
|
providerUuid?: string | null | undefined;
|
|
20
22
|
activePluginUuid?: string | null | undefined;
|
|
21
23
|
note?: string | null | undefined;
|
|
@@ -23,6 +25,7 @@ export declare namespace BulkNodesUpdateCommand {
|
|
|
23
25
|
tags?: string[] | undefined;
|
|
24
26
|
countryCode?: string | undefined;
|
|
25
27
|
consumptionMultiplier?: number | undefined;
|
|
28
|
+
nodeConsumptionMultiplier?: number | undefined;
|
|
26
29
|
providerUuid?: string | null | undefined;
|
|
27
30
|
activePluginUuid?: string | null | undefined;
|
|
28
31
|
note?: string | null | undefined;
|
|
@@ -33,6 +36,7 @@ export declare namespace BulkNodesUpdateCommand {
|
|
|
33
36
|
tags?: string[] | undefined;
|
|
34
37
|
countryCode?: string | undefined;
|
|
35
38
|
consumptionMultiplier?: number | undefined;
|
|
39
|
+
nodeConsumptionMultiplier?: number | undefined;
|
|
36
40
|
providerUuid?: string | null | undefined;
|
|
37
41
|
activePluginUuid?: string | null | undefined;
|
|
38
42
|
note?: string | null | undefined;
|
|
@@ -43,6 +47,7 @@ export declare namespace BulkNodesUpdateCommand {
|
|
|
43
47
|
tags?: string[] | undefined;
|
|
44
48
|
countryCode?: string | undefined;
|
|
45
49
|
consumptionMultiplier?: number | undefined;
|
|
50
|
+
nodeConsumptionMultiplier?: number | undefined;
|
|
46
51
|
providerUuid?: string | null | undefined;
|
|
47
52
|
activePluginUuid?: string | null | undefined;
|
|
48
53
|
note?: string | null | undefined;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"bulk-update.command.d.ts","sourceRoot":"","sources":["../../../../../commands/nodes/bulk-actions/bulk-update.command.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAKxB,yBAAiB,sBAAsB,CAAC;IAC7B,MAAM,GAAG,kCAAqC,CAAC;IAC/C,MAAM,OAAO,kCAAM,CAAC;IAEpB,MAAM,eAAe,8CAI3B,CAAC;IAEK,MAAM,aAAa
|
|
1
|
+
{"version":3,"file":"bulk-update.command.d.ts","sourceRoot":"","sources":["../../../../../commands/nodes/bulk-actions/bulk-update.command.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAKxB,yBAAiB,sBAAsB,CAAC;IAC7B,MAAM,GAAG,kCAAqC,CAAC;IAC/C,MAAM,OAAO,kCAAM,CAAC;IAEpB,MAAM,eAAe,8CAI3B,CAAC;IAEK,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;MAuCxB,CAAC;IAEH,KAAY,OAAO,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,aAAa,CAAC,CAAC;IAE7C,MAAM,cAAc;;;;;;;;;;;;;;;;MAIzB,CAAC;IAEH,KAAY,QAAQ,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,cAAc,CAAC,CAAC;CACzD"}
|
|
@@ -18,6 +18,11 @@ var BulkNodesUpdateCommand;
|
|
|
18
18
|
.min(0.0, 'Consumption multiplier must be greater than 0.0')
|
|
19
19
|
.max(100.0, 'Consumption multiplier must be less than 100.0')
|
|
20
20
|
.transform((n) => Number(n.toFixed(1)))),
|
|
21
|
+
nodeConsumptionMultiplier: zod_1.z.optional(zod_1.z
|
|
22
|
+
.number()
|
|
23
|
+
.min(0.0, 'Node consumption multiplier must be greater than 0.0')
|
|
24
|
+
.max(100.0, 'Node consumption multiplier must be less than 100.0')
|
|
25
|
+
.transform((n) => Number(n.toFixed(1)))),
|
|
21
26
|
providerUuid: zod_1.z.optional(zod_1.z.nullable(zod_1.z.string().uuid())),
|
|
22
27
|
tags: zod_1.z.optional(zod_1.z
|
|
23
28
|
.array(zod_1.z
|
|
@@ -14,6 +14,7 @@ export declare namespace CreateNodeCommand {
|
|
|
14
14
|
trafficResetDay: z.ZodOptional<z.ZodNumber>;
|
|
15
15
|
countryCode: z.ZodDefault<z.ZodString>;
|
|
16
16
|
consumptionMultiplier: z.ZodOptional<z.ZodEffects<z.ZodNumber, number, number>>;
|
|
17
|
+
nodeConsumptionMultiplier: z.ZodOptional<z.ZodEffects<z.ZodNumber, number, number>>;
|
|
17
18
|
configProfile: z.ZodObject<{
|
|
18
19
|
activeConfigProfileUuid: z.ZodString;
|
|
19
20
|
activeInbounds: z.ZodArray<z.ZodString, "many">;
|
|
@@ -44,6 +45,7 @@ export declare namespace CreateNodeCommand {
|
|
|
44
45
|
trafficResetDay?: number | undefined;
|
|
45
46
|
notifyPercent?: number | undefined;
|
|
46
47
|
consumptionMultiplier?: number | undefined;
|
|
48
|
+
nodeConsumptionMultiplier?: number | undefined;
|
|
47
49
|
providerUuid?: string | null | undefined;
|
|
48
50
|
activePluginUuid?: string | null | undefined;
|
|
49
51
|
note?: string | undefined;
|
|
@@ -63,6 +65,7 @@ export declare namespace CreateNodeCommand {
|
|
|
63
65
|
trafficResetDay?: number | undefined;
|
|
64
66
|
notifyPercent?: number | undefined;
|
|
65
67
|
consumptionMultiplier?: number | undefined;
|
|
68
|
+
nodeConsumptionMultiplier?: number | undefined;
|
|
66
69
|
providerUuid?: string | null | undefined;
|
|
67
70
|
activePluginUuid?: string | null | undefined;
|
|
68
71
|
note?: string | undefined;
|
|
@@ -88,6 +91,7 @@ export declare namespace CreateNodeCommand {
|
|
|
88
91
|
viewPosition: z.ZodNumber;
|
|
89
92
|
countryCode: z.ZodString;
|
|
90
93
|
consumptionMultiplier: z.ZodNumber;
|
|
94
|
+
nodeConsumptionMultiplier: z.ZodNumber;
|
|
91
95
|
tags: z.ZodArray<z.ZodString, "many">;
|
|
92
96
|
createdAt: z.ZodEffects<z.ZodString, Date, string>;
|
|
93
97
|
updatedAt: z.ZodEffects<z.ZodString, Date, string>;
|
|
@@ -377,6 +381,7 @@ export declare namespace CreateNodeCommand {
|
|
|
377
381
|
trafficUsedBytes: number | null;
|
|
378
382
|
notifyPercent: number | null;
|
|
379
383
|
consumptionMultiplier: number;
|
|
384
|
+
nodeConsumptionMultiplier: number;
|
|
380
385
|
configProfile: {
|
|
381
386
|
activeConfigProfileUuid: string | null;
|
|
382
387
|
activeInbounds: {
|
|
@@ -456,6 +461,7 @@ export declare namespace CreateNodeCommand {
|
|
|
456
461
|
trafficUsedBytes: number | null;
|
|
457
462
|
notifyPercent: number | null;
|
|
458
463
|
consumptionMultiplier: number;
|
|
464
|
+
nodeConsumptionMultiplier: number;
|
|
459
465
|
configProfile: {
|
|
460
466
|
activeConfigProfileUuid: string | null;
|
|
461
467
|
activeInbounds: {
|
|
@@ -537,6 +543,7 @@ export declare namespace CreateNodeCommand {
|
|
|
537
543
|
trafficUsedBytes: number | null;
|
|
538
544
|
notifyPercent: number | null;
|
|
539
545
|
consumptionMultiplier: number;
|
|
546
|
+
nodeConsumptionMultiplier: number;
|
|
540
547
|
configProfile: {
|
|
541
548
|
activeConfigProfileUuid: string | null;
|
|
542
549
|
activeInbounds: {
|
|
@@ -618,6 +625,7 @@ export declare namespace CreateNodeCommand {
|
|
|
618
625
|
trafficUsedBytes: number | null;
|
|
619
626
|
notifyPercent: number | null;
|
|
620
627
|
consumptionMultiplier: number;
|
|
628
|
+
nodeConsumptionMultiplier: number;
|
|
621
629
|
configProfile: {
|
|
622
630
|
activeConfigProfileUuid: string | null;
|
|
623
631
|
activeInbounds: {
|
|
@@ -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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;MA4ExB,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"}
|
|
@@ -46,6 +46,11 @@ var CreateNodeCommand;
|
|
|
46
46
|
.min(0.0, 'Consumption multiplier must be greater than 0.0')
|
|
47
47
|
.max(100.0, 'Consumption multiplier must be less than 100.0')
|
|
48
48
|
.transform((n) => Number(n.toFixed(1)))),
|
|
49
|
+
nodeConsumptionMultiplier: zod_1.z.optional(zod_1.z
|
|
50
|
+
.number()
|
|
51
|
+
.min(0.0, 'Node consumption multiplier must be greater than 0.0')
|
|
52
|
+
.max(100.0, 'Node consumption multiplier must be less than 100.0')
|
|
53
|
+
.transform((n) => Number(n.toFixed(1)))),
|
|
49
54
|
configProfile: zod_1.z.object({
|
|
50
55
|
activeConfigProfileUuid: zod_1.z.string().uuid(),
|
|
51
56
|
activeInbounds: zod_1.z.array(zod_1.z.string().uuid(), {
|
|
@@ -23,6 +23,7 @@ export declare namespace GetAllNodesCommand {
|
|
|
23
23
|
viewPosition: z.ZodNumber;
|
|
24
24
|
countryCode: z.ZodString;
|
|
25
25
|
consumptionMultiplier: z.ZodNumber;
|
|
26
|
+
nodeConsumptionMultiplier: z.ZodNumber;
|
|
26
27
|
tags: z.ZodArray<z.ZodString, "many">;
|
|
27
28
|
createdAt: z.ZodEffects<z.ZodString, Date, string>;
|
|
28
29
|
updatedAt: z.ZodEffects<z.ZodString, Date, string>;
|
|
@@ -312,6 +313,7 @@ export declare namespace GetAllNodesCommand {
|
|
|
312
313
|
trafficUsedBytes: number | null;
|
|
313
314
|
notifyPercent: number | null;
|
|
314
315
|
consumptionMultiplier: number;
|
|
316
|
+
nodeConsumptionMultiplier: number;
|
|
315
317
|
configProfile: {
|
|
316
318
|
activeConfigProfileUuid: string | null;
|
|
317
319
|
activeInbounds: {
|
|
@@ -391,6 +393,7 @@ export declare namespace GetAllNodesCommand {
|
|
|
391
393
|
trafficUsedBytes: number | null;
|
|
392
394
|
notifyPercent: number | null;
|
|
393
395
|
consumptionMultiplier: number;
|
|
396
|
+
nodeConsumptionMultiplier: number;
|
|
394
397
|
configProfile: {
|
|
395
398
|
activeConfigProfileUuid: string | null;
|
|
396
399
|
activeInbounds: {
|
|
@@ -472,6 +475,7 @@ export declare namespace GetAllNodesCommand {
|
|
|
472
475
|
trafficUsedBytes: number | null;
|
|
473
476
|
notifyPercent: number | null;
|
|
474
477
|
consumptionMultiplier: number;
|
|
478
|
+
nodeConsumptionMultiplier: number;
|
|
475
479
|
configProfile: {
|
|
476
480
|
activeConfigProfileUuid: string | null;
|
|
477
481
|
activeInbounds: {
|
|
@@ -553,6 +557,7 @@ export declare namespace GetAllNodesCommand {
|
|
|
553
557
|
trafficUsedBytes: number | null;
|
|
554
558
|
notifyPercent: number | null;
|
|
555
559
|
consumptionMultiplier: number;
|
|
560
|
+
nodeConsumptionMultiplier: number;
|
|
556
561
|
configProfile: {
|
|
557
562
|
activeConfigProfileUuid: string | null;
|
|
558
563
|
activeInbounds: {
|
|
@@ -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"}
|
|
@@ -31,6 +31,7 @@ export declare namespace GetOneNodeCommand {
|
|
|
31
31
|
viewPosition: z.ZodNumber;
|
|
32
32
|
countryCode: z.ZodString;
|
|
33
33
|
consumptionMultiplier: z.ZodNumber;
|
|
34
|
+
nodeConsumptionMultiplier: z.ZodNumber;
|
|
34
35
|
tags: z.ZodArray<z.ZodString, "many">;
|
|
35
36
|
createdAt: z.ZodEffects<z.ZodString, Date, string>;
|
|
36
37
|
updatedAt: z.ZodEffects<z.ZodString, Date, string>;
|
|
@@ -320,6 +321,7 @@ export declare namespace GetOneNodeCommand {
|
|
|
320
321
|
trafficUsedBytes: number | null;
|
|
321
322
|
notifyPercent: number | null;
|
|
322
323
|
consumptionMultiplier: number;
|
|
324
|
+
nodeConsumptionMultiplier: number;
|
|
323
325
|
configProfile: {
|
|
324
326
|
activeConfigProfileUuid: string | null;
|
|
325
327
|
activeInbounds: {
|
|
@@ -399,6 +401,7 @@ export declare namespace GetOneNodeCommand {
|
|
|
399
401
|
trafficUsedBytes: number | null;
|
|
400
402
|
notifyPercent: number | null;
|
|
401
403
|
consumptionMultiplier: number;
|
|
404
|
+
nodeConsumptionMultiplier: number;
|
|
402
405
|
configProfile: {
|
|
403
406
|
activeConfigProfileUuid: string | null;
|
|
404
407
|
activeInbounds: {
|
|
@@ -480,6 +483,7 @@ export declare namespace GetOneNodeCommand {
|
|
|
480
483
|
trafficUsedBytes: number | null;
|
|
481
484
|
notifyPercent: number | null;
|
|
482
485
|
consumptionMultiplier: number;
|
|
486
|
+
nodeConsumptionMultiplier: number;
|
|
483
487
|
configProfile: {
|
|
484
488
|
activeConfigProfileUuid: string | null;
|
|
485
489
|
activeInbounds: {
|
|
@@ -561,6 +565,7 @@ export declare namespace GetOneNodeCommand {
|
|
|
561
565
|
trafficUsedBytes: number | null;
|
|
562
566
|
notifyPercent: number | null;
|
|
563
567
|
consumptionMultiplier: number;
|
|
568
|
+
nodeConsumptionMultiplier: number;
|
|
564
569
|
configProfile: {
|
|
565
570
|
activeConfigProfileUuid: string | null;
|
|
566
571
|
activeInbounds: {
|
|
@@ -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"}
|
|
@@ -22,6 +22,7 @@ export declare namespace UpdateNodeCommand {
|
|
|
22
22
|
viewPosition: z.ZodNumber;
|
|
23
23
|
countryCode: z.ZodString;
|
|
24
24
|
consumptionMultiplier: z.ZodNumber;
|
|
25
|
+
nodeConsumptionMultiplier: z.ZodNumber;
|
|
25
26
|
tags: z.ZodArray<z.ZodString, "many">;
|
|
26
27
|
createdAt: z.ZodEffects<z.ZodString, Date, string>;
|
|
27
28
|
updatedAt: z.ZodEffects<z.ZodString, Date, string>;
|
|
@@ -265,6 +266,7 @@ export declare namespace UpdateNodeCommand {
|
|
|
265
266
|
trafficResetDay: z.ZodOptional<z.ZodNumber>;
|
|
266
267
|
countryCode: z.ZodOptional<z.ZodString>;
|
|
267
268
|
consumptionMultiplier: z.ZodOptional<z.ZodEffects<z.ZodNumber, number, number>>;
|
|
269
|
+
nodeConsumptionMultiplier: z.ZodOptional<z.ZodEffects<z.ZodNumber, number, number>>;
|
|
268
270
|
configProfile: z.ZodOptional<z.ZodObject<{
|
|
269
271
|
activeConfigProfileUuid: z.ZodString;
|
|
270
272
|
activeInbounds: z.ZodArray<z.ZodString, "many">;
|
|
@@ -292,6 +294,7 @@ export declare namespace UpdateNodeCommand {
|
|
|
292
294
|
trafficResetDay?: number | undefined;
|
|
293
295
|
notifyPercent?: number | undefined;
|
|
294
296
|
consumptionMultiplier?: number | undefined;
|
|
297
|
+
nodeConsumptionMultiplier?: number | undefined;
|
|
295
298
|
configProfile?: {
|
|
296
299
|
activeConfigProfileUuid: string;
|
|
297
300
|
activeInbounds: string[];
|
|
@@ -312,6 +315,7 @@ export declare namespace UpdateNodeCommand {
|
|
|
312
315
|
trafficResetDay?: number | undefined;
|
|
313
316
|
notifyPercent?: number | undefined;
|
|
314
317
|
consumptionMultiplier?: number | undefined;
|
|
318
|
+
nodeConsumptionMultiplier?: number | undefined;
|
|
315
319
|
configProfile?: {
|
|
316
320
|
activeConfigProfileUuid: string;
|
|
317
321
|
activeInbounds: string[];
|
|
@@ -341,6 +345,7 @@ export declare namespace UpdateNodeCommand {
|
|
|
341
345
|
viewPosition: z.ZodNumber;
|
|
342
346
|
countryCode: z.ZodString;
|
|
343
347
|
consumptionMultiplier: z.ZodNumber;
|
|
348
|
+
nodeConsumptionMultiplier: z.ZodNumber;
|
|
344
349
|
tags: z.ZodArray<z.ZodString, "many">;
|
|
345
350
|
createdAt: z.ZodEffects<z.ZodString, Date, string>;
|
|
346
351
|
updatedAt: z.ZodEffects<z.ZodString, Date, string>;
|
|
@@ -630,6 +635,7 @@ export declare namespace UpdateNodeCommand {
|
|
|
630
635
|
trafficUsedBytes: number | null;
|
|
631
636
|
notifyPercent: number | null;
|
|
632
637
|
consumptionMultiplier: number;
|
|
638
|
+
nodeConsumptionMultiplier: number;
|
|
633
639
|
configProfile: {
|
|
634
640
|
activeConfigProfileUuid: string | null;
|
|
635
641
|
activeInbounds: {
|
|
@@ -709,6 +715,7 @@ export declare namespace UpdateNodeCommand {
|
|
|
709
715
|
trafficUsedBytes: number | null;
|
|
710
716
|
notifyPercent: number | null;
|
|
711
717
|
consumptionMultiplier: number;
|
|
718
|
+
nodeConsumptionMultiplier: number;
|
|
712
719
|
configProfile: {
|
|
713
720
|
activeConfigProfileUuid: string | null;
|
|
714
721
|
activeInbounds: {
|
|
@@ -790,6 +797,7 @@ export declare namespace UpdateNodeCommand {
|
|
|
790
797
|
trafficUsedBytes: number | null;
|
|
791
798
|
notifyPercent: number | null;
|
|
792
799
|
consumptionMultiplier: number;
|
|
800
|
+
nodeConsumptionMultiplier: number;
|
|
793
801
|
configProfile: {
|
|
794
802
|
activeConfigProfileUuid: string | null;
|
|
795
803
|
activeInbounds: {
|
|
@@ -871,6 +879,7 @@ export declare namespace UpdateNodeCommand {
|
|
|
871
879
|
trafficUsedBytes: number | null;
|
|
872
880
|
notifyPercent: number | null;
|
|
873
881
|
consumptionMultiplier: number;
|
|
882
|
+
nodeConsumptionMultiplier: number;
|
|
874
883
|
configProfile: {
|
|
875
884
|
activeConfigProfileUuid: string | null;
|
|
876
885
|
activeInbounds: {
|
|
@@ -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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;MA2ExB,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"}
|
|
@@ -40,6 +40,11 @@ var UpdateNodeCommand;
|
|
|
40
40
|
.min(0.0, 'Consumption multiplier must be greater than 0.0')
|
|
41
41
|
.max(100.0, 'Consumption multiplier must be less than 100.0')
|
|
42
42
|
.transform((n) => Number(n.toFixed(1)))),
|
|
43
|
+
nodeConsumptionMultiplier: zod_1.z.optional(zod_1.z
|
|
44
|
+
.number()
|
|
45
|
+
.min(0.0, 'Node consumption multiplier must be greater than 0.0')
|
|
46
|
+
.max(100.0, 'Node consumption multiplier must be less than 100.0')
|
|
47
|
+
.transform((n) => Number(n.toFixed(1)))),
|
|
43
48
|
configProfile: zod_1.z
|
|
44
49
|
.object({
|
|
45
50
|
activeConfigProfileUuid: zod_1.z.string().uuid(),
|