@remnawave/backend-contract 2.8.5 → 2.8.7
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 +1 -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 +1 -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 +1 -0
- package/build/backend/commands/subscriptions/get-by/get-raw-subscription-by-short-uuid.command.d.ts +15 -15
- 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 +11 -31
- package/build/backend/models/resolved-proxy-config.schema.d.ts.map +1 -1
- package/build/backend/models/resolved-proxy-config.schema.js +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 +1 -0
- package/build/frontend/commands/nodes/create.command.js +1 -0
- package/build/frontend/commands/nodes/update.command.js +1 -0
- package/build/frontend/models/nodes.schema.js +1 -0
- package/build/frontend/models/resolved-proxy-config.schema.js +1 -1
- package/package.json +1 -1
package/build/backend/commands/subscriptions/get-by/get-raw-subscription-by-short-uuid.command.d.ts
CHANGED
|
@@ -409,13 +409,6 @@ export declare namespace GetRawSubscriptionByShortUuidCommand {
|
|
|
409
409
|
securityOptions: z.ZodOptional<z.ZodUnion<[z.ZodObject<{
|
|
410
410
|
pinnedPeerCertSha256: z.ZodNullable<z.ZodString>;
|
|
411
411
|
verifyPeerCertByName: z.ZodNullable<z.ZodString>;
|
|
412
|
-
mihomoIpVersion: z.ZodNullable<z.ZodNativeEnum<{
|
|
413
|
-
readonly DUAL: "dual";
|
|
414
|
-
readonly IPV4: "ipv4";
|
|
415
|
-
readonly IPV6: "ipv6";
|
|
416
|
-
readonly IPV4_PREFER: "ipv4-prefer";
|
|
417
|
-
readonly IPV6_PREFER: "ipv6-prefer";
|
|
418
|
-
}>>;
|
|
419
412
|
alpn: z.ZodNullable<z.ZodString>;
|
|
420
413
|
enableSessionResumption: z.ZodBoolean;
|
|
421
414
|
fingerprint: z.ZodNullable<z.ZodString>;
|
|
@@ -427,7 +420,6 @@ export declare namespace GetRawSubscriptionByShortUuidCommand {
|
|
|
427
420
|
fingerprint: string | null;
|
|
428
421
|
pinnedPeerCertSha256: string | null;
|
|
429
422
|
verifyPeerCertByName: string | null;
|
|
430
|
-
mihomoIpVersion: "dual" | "ipv4" | "ipv6" | "ipv4-prefer" | "ipv6-prefer" | null;
|
|
431
423
|
enableSessionResumption: boolean;
|
|
432
424
|
serverName: string | null;
|
|
433
425
|
echConfigList: string | null;
|
|
@@ -437,7 +429,6 @@ export declare namespace GetRawSubscriptionByShortUuidCommand {
|
|
|
437
429
|
fingerprint: string | null;
|
|
438
430
|
pinnedPeerCertSha256: string | null;
|
|
439
431
|
verifyPeerCertByName: string | null;
|
|
440
|
-
mihomoIpVersion: "dual" | "ipv4" | "ipv6" | "ipv4-prefer" | "ipv6-prefer" | null;
|
|
441
432
|
enableSessionResumption: boolean;
|
|
442
433
|
serverName: string | null;
|
|
443
434
|
echConfigList: string | null;
|
|
@@ -478,17 +469,26 @@ export declare namespace GetRawSubscriptionByShortUuidCommand {
|
|
|
478
469
|
clientOverrides: z.ZodObject<{
|
|
479
470
|
shuffleHost: z.ZodBoolean;
|
|
480
471
|
mihomoX25519: z.ZodBoolean;
|
|
472
|
+
mihomoIpVersion: z.ZodNullable<z.ZodNativeEnum<{
|
|
473
|
+
readonly DUAL: "dual";
|
|
474
|
+
readonly IPV4: "ipv4";
|
|
475
|
+
readonly IPV6: "ipv6";
|
|
476
|
+
readonly IPV4_PREFER: "ipv4-prefer";
|
|
477
|
+
readonly IPV6_PREFER: "ipv6-prefer";
|
|
478
|
+
}>>;
|
|
481
479
|
serverDescription: z.ZodNullable<z.ZodString>;
|
|
482
480
|
xrayJsonTemplate: z.ZodNullable<z.ZodUnknown>;
|
|
483
481
|
}, "strip", z.ZodTypeAny, {
|
|
484
482
|
serverDescription: string | null;
|
|
485
483
|
shuffleHost: boolean;
|
|
486
484
|
mihomoX25519: boolean;
|
|
485
|
+
mihomoIpVersion: "dual" | "ipv4" | "ipv6" | "ipv4-prefer" | "ipv6-prefer" | null;
|
|
487
486
|
xrayJsonTemplate?: unknown;
|
|
488
487
|
}, {
|
|
489
488
|
serverDescription: string | null;
|
|
490
489
|
shuffleHost: boolean;
|
|
491
490
|
mihomoX25519: boolean;
|
|
491
|
+
mihomoIpVersion: "dual" | "ipv4" | "ipv6" | "ipv4-prefer" | "ipv6-prefer" | null;
|
|
492
492
|
xrayJsonTemplate?: unknown;
|
|
493
493
|
}>;
|
|
494
494
|
metadata: z.ZodObject<{
|
|
@@ -625,6 +625,7 @@ export declare namespace GetRawSubscriptionByShortUuidCommand {
|
|
|
625
625
|
serverDescription: string | null;
|
|
626
626
|
shuffleHost: boolean;
|
|
627
627
|
mihomoX25519: boolean;
|
|
628
|
+
mihomoIpVersion: "dual" | "ipv4" | "ipv6" | "ipv4-prefer" | "ipv6-prefer" | null;
|
|
628
629
|
xrayJsonTemplate?: unknown;
|
|
629
630
|
};
|
|
630
631
|
securityOptions?: {
|
|
@@ -632,7 +633,6 @@ export declare namespace GetRawSubscriptionByShortUuidCommand {
|
|
|
632
633
|
fingerprint: string | null;
|
|
633
634
|
pinnedPeerCertSha256: string | null;
|
|
634
635
|
verifyPeerCertByName: string | null;
|
|
635
|
-
mihomoIpVersion: "dual" | "ipv4" | "ipv6" | "ipv4-prefer" | "ipv6-prefer" | null;
|
|
636
636
|
enableSessionResumption: boolean;
|
|
637
637
|
serverName: string | null;
|
|
638
638
|
echConfigList: string | null;
|
|
@@ -733,6 +733,7 @@ export declare namespace GetRawSubscriptionByShortUuidCommand {
|
|
|
733
733
|
serverDescription: string | null;
|
|
734
734
|
shuffleHost: boolean;
|
|
735
735
|
mihomoX25519: boolean;
|
|
736
|
+
mihomoIpVersion: "dual" | "ipv4" | "ipv6" | "ipv4-prefer" | "ipv6-prefer" | null;
|
|
736
737
|
xrayJsonTemplate?: unknown;
|
|
737
738
|
};
|
|
738
739
|
securityOptions?: {
|
|
@@ -740,7 +741,6 @@ export declare namespace GetRawSubscriptionByShortUuidCommand {
|
|
|
740
741
|
fingerprint: string | null;
|
|
741
742
|
pinnedPeerCertSha256: string | null;
|
|
742
743
|
verifyPeerCertByName: string | null;
|
|
743
|
-
mihomoIpVersion: "dual" | "ipv4" | "ipv6" | "ipv4-prefer" | "ipv6-prefer" | null;
|
|
744
744
|
enableSessionResumption: boolean;
|
|
745
745
|
serverName: string | null;
|
|
746
746
|
echConfigList: string | null;
|
|
@@ -887,6 +887,7 @@ export declare namespace GetRawSubscriptionByShortUuidCommand {
|
|
|
887
887
|
serverDescription: string | null;
|
|
888
888
|
shuffleHost: boolean;
|
|
889
889
|
mihomoX25519: boolean;
|
|
890
|
+
mihomoIpVersion: "dual" | "ipv4" | "ipv6" | "ipv4-prefer" | "ipv6-prefer" | null;
|
|
890
891
|
xrayJsonTemplate?: unknown;
|
|
891
892
|
};
|
|
892
893
|
securityOptions?: {
|
|
@@ -894,7 +895,6 @@ export declare namespace GetRawSubscriptionByShortUuidCommand {
|
|
|
894
895
|
fingerprint: string | null;
|
|
895
896
|
pinnedPeerCertSha256: string | null;
|
|
896
897
|
verifyPeerCertByName: string | null;
|
|
897
|
-
mihomoIpVersion: "dual" | "ipv4" | "ipv6" | "ipv4-prefer" | "ipv6-prefer" | null;
|
|
898
898
|
enableSessionResumption: boolean;
|
|
899
899
|
serverName: string | null;
|
|
900
900
|
echConfigList: string | null;
|
|
@@ -1041,6 +1041,7 @@ export declare namespace GetRawSubscriptionByShortUuidCommand {
|
|
|
1041
1041
|
serverDescription: string | null;
|
|
1042
1042
|
shuffleHost: boolean;
|
|
1043
1043
|
mihomoX25519: boolean;
|
|
1044
|
+
mihomoIpVersion: "dual" | "ipv4" | "ipv6" | "ipv4-prefer" | "ipv6-prefer" | null;
|
|
1044
1045
|
xrayJsonTemplate?: unknown;
|
|
1045
1046
|
};
|
|
1046
1047
|
securityOptions?: {
|
|
@@ -1048,7 +1049,6 @@ export declare namespace GetRawSubscriptionByShortUuidCommand {
|
|
|
1048
1049
|
fingerprint: string | null;
|
|
1049
1050
|
pinnedPeerCertSha256: string | null;
|
|
1050
1051
|
verifyPeerCertByName: string | null;
|
|
1051
|
-
mihomoIpVersion: "dual" | "ipv4" | "ipv6" | "ipv4-prefer" | "ipv6-prefer" | null;
|
|
1052
1052
|
enableSessionResumption: boolean;
|
|
1053
1053
|
serverName: string | null;
|
|
1054
1054
|
echConfigList: string | null;
|
|
@@ -1197,6 +1197,7 @@ export declare namespace GetRawSubscriptionByShortUuidCommand {
|
|
|
1197
1197
|
serverDescription: string | null;
|
|
1198
1198
|
shuffleHost: boolean;
|
|
1199
1199
|
mihomoX25519: boolean;
|
|
1200
|
+
mihomoIpVersion: "dual" | "ipv4" | "ipv6" | "ipv4-prefer" | "ipv6-prefer" | null;
|
|
1200
1201
|
xrayJsonTemplate?: unknown;
|
|
1201
1202
|
};
|
|
1202
1203
|
securityOptions?: {
|
|
@@ -1204,7 +1205,6 @@ export declare namespace GetRawSubscriptionByShortUuidCommand {
|
|
|
1204
1205
|
fingerprint: string | null;
|
|
1205
1206
|
pinnedPeerCertSha256: string | null;
|
|
1206
1207
|
verifyPeerCertByName: string | null;
|
|
1207
|
-
mihomoIpVersion: "dual" | "ipv4" | "ipv6" | "ipv4-prefer" | "ipv6-prefer" | null;
|
|
1208
1208
|
enableSessionResumption: boolean;
|
|
1209
1209
|
serverName: string | null;
|
|
1210
1210
|
echConfigList: string | null;
|
|
@@ -1353,6 +1353,7 @@ export declare namespace GetRawSubscriptionByShortUuidCommand {
|
|
|
1353
1353
|
serverDescription: string | null;
|
|
1354
1354
|
shuffleHost: boolean;
|
|
1355
1355
|
mihomoX25519: boolean;
|
|
1356
|
+
mihomoIpVersion: "dual" | "ipv4" | "ipv6" | "ipv4-prefer" | "ipv6-prefer" | null;
|
|
1356
1357
|
xrayJsonTemplate?: unknown;
|
|
1357
1358
|
};
|
|
1358
1359
|
securityOptions?: {
|
|
@@ -1360,7 +1361,6 @@ export declare namespace GetRawSubscriptionByShortUuidCommand {
|
|
|
1360
1361
|
fingerprint: string | null;
|
|
1361
1362
|
pinnedPeerCertSha256: string | null;
|
|
1362
1363
|
verifyPeerCertByName: string | null;
|
|
1363
|
-
mihomoIpVersion: "dual" | "ipv4" | "ipv6" | "ipv4-prefer" | "ipv6-prefer" | null;
|
|
1364
1364
|
enableSessionResumption: boolean;
|
|
1365
1365
|
serverName: string | null;
|
|
1366
1366
|
echConfigList: string | null;
|
|
@@ -247,6 +247,7 @@ export declare const InfraBillingAvailableNodeSchema: import("zod").ZodObject<Pi
|
|
|
247
247
|
}>>;
|
|
248
248
|
xrayUptime: import("zod").ZodNumber;
|
|
249
249
|
usersOnline: import("zod").ZodNumber;
|
|
250
|
+
note: import("zod").ZodNullable<import("zod").ZodString>;
|
|
250
251
|
}, "uuid" | "countryCode" | "name">, "strip", import("zod").ZodTypeAny, {
|
|
251
252
|
uuid: string;
|
|
252
253
|
countryCode: string;
|
|
@@ -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"}
|
|
@@ -270,6 +270,7 @@ export declare const InfraBillingNodeSchema: z.ZodObject<{
|
|
|
270
270
|
}>>;
|
|
271
271
|
xrayUptime: z.ZodNumber;
|
|
272
272
|
usersOnline: z.ZodNumber;
|
|
273
|
+
note: z.ZodNullable<z.ZodString>;
|
|
273
274
|
}, "uuid" | "countryCode" | "name">, "strip", z.ZodTypeAny, {
|
|
274
275
|
uuid: string;
|
|
275
276
|
countryCode: string;
|
|
@@ -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"}
|
|
@@ -248,6 +248,7 @@ export declare const NodesSchema: z.ZodObject<{
|
|
|
248
248
|
}>>;
|
|
249
249
|
xrayUptime: z.ZodNumber;
|
|
250
250
|
usersOnline: z.ZodNumber;
|
|
251
|
+
note: z.ZodNullable<z.ZodString>;
|
|
251
252
|
}, "strip", z.ZodTypeAny, {
|
|
252
253
|
tags: string[];
|
|
253
254
|
system: {
|
|
@@ -325,6 +326,7 @@ export declare const NodesSchema: z.ZodObject<{
|
|
|
325
326
|
} | null;
|
|
326
327
|
xrayUptime: number;
|
|
327
328
|
usersOnline: number;
|
|
329
|
+
note: string | null;
|
|
328
330
|
}, {
|
|
329
331
|
tags: string[];
|
|
330
332
|
system: {
|
|
@@ -402,5 +404,6 @@ export declare const NodesSchema: z.ZodObject<{
|
|
|
402
404
|
} | null;
|
|
403
405
|
xrayUptime: number;
|
|
404
406
|
usersOnline: number;
|
|
407
|
+
note: string | null;
|
|
405
408
|
}>;
|
|
406
409
|
//# sourceMappingURL=nodes.schema.d.ts.map
|
|
@@ -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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAoDtB,CAAC"}
|
|
@@ -233,13 +233,6 @@ export declare const HysteriaTransportOptionsSchema: z.ZodObject<{
|
|
|
233
233
|
export declare const TlsSecurityOptionsSchema: z.ZodObject<{
|
|
234
234
|
pinnedPeerCertSha256: z.ZodNullable<z.ZodString>;
|
|
235
235
|
verifyPeerCertByName: z.ZodNullable<z.ZodString>;
|
|
236
|
-
mihomoIpVersion: z.ZodNullable<z.ZodNativeEnum<{
|
|
237
|
-
readonly DUAL: "dual";
|
|
238
|
-
readonly IPV4: "ipv4";
|
|
239
|
-
readonly IPV6: "ipv6";
|
|
240
|
-
readonly IPV4_PREFER: "ipv4-prefer";
|
|
241
|
-
readonly IPV6_PREFER: "ipv6-prefer";
|
|
242
|
-
}>>;
|
|
243
236
|
alpn: z.ZodNullable<z.ZodString>;
|
|
244
237
|
enableSessionResumption: z.ZodBoolean;
|
|
245
238
|
fingerprint: z.ZodNullable<z.ZodString>;
|
|
@@ -251,7 +244,6 @@ export declare const TlsSecurityOptionsSchema: z.ZodObject<{
|
|
|
251
244
|
fingerprint: string | null;
|
|
252
245
|
pinnedPeerCertSha256: string | null;
|
|
253
246
|
verifyPeerCertByName: string | null;
|
|
254
|
-
mihomoIpVersion: "dual" | "ipv4" | "ipv6" | "ipv4-prefer" | "ipv6-prefer" | null;
|
|
255
247
|
enableSessionResumption: boolean;
|
|
256
248
|
serverName: string | null;
|
|
257
249
|
echConfigList: string | null;
|
|
@@ -261,7 +253,6 @@ export declare const TlsSecurityOptionsSchema: z.ZodObject<{
|
|
|
261
253
|
fingerprint: string | null;
|
|
262
254
|
pinnedPeerCertSha256: string | null;
|
|
263
255
|
verifyPeerCertByName: string | null;
|
|
264
|
-
mihomoIpVersion: "dual" | "ipv4" | "ipv6" | "ipv4-prefer" | "ipv6-prefer" | null;
|
|
265
256
|
enableSessionResumption: boolean;
|
|
266
257
|
serverName: string | null;
|
|
267
258
|
echConfigList: string | null;
|
|
@@ -727,13 +718,6 @@ export declare const SecurityVariantSchema: z.ZodDiscriminatedUnion<"security",
|
|
|
727
718
|
securityOptions: z.ZodObject<{
|
|
728
719
|
pinnedPeerCertSha256: z.ZodNullable<z.ZodString>;
|
|
729
720
|
verifyPeerCertByName: z.ZodNullable<z.ZodString>;
|
|
730
|
-
mihomoIpVersion: z.ZodNullable<z.ZodNativeEnum<{
|
|
731
|
-
readonly DUAL: "dual";
|
|
732
|
-
readonly IPV4: "ipv4";
|
|
733
|
-
readonly IPV6: "ipv6";
|
|
734
|
-
readonly IPV4_PREFER: "ipv4-prefer";
|
|
735
|
-
readonly IPV6_PREFER: "ipv6-prefer";
|
|
736
|
-
}>>;
|
|
737
721
|
alpn: z.ZodNullable<z.ZodString>;
|
|
738
722
|
enableSessionResumption: z.ZodBoolean;
|
|
739
723
|
fingerprint: z.ZodNullable<z.ZodString>;
|
|
@@ -745,7 +729,6 @@ export declare const SecurityVariantSchema: z.ZodDiscriminatedUnion<"security",
|
|
|
745
729
|
fingerprint: string | null;
|
|
746
730
|
pinnedPeerCertSha256: string | null;
|
|
747
731
|
verifyPeerCertByName: string | null;
|
|
748
|
-
mihomoIpVersion: "dual" | "ipv4" | "ipv6" | "ipv4-prefer" | "ipv6-prefer" | null;
|
|
749
732
|
enableSessionResumption: boolean;
|
|
750
733
|
serverName: string | null;
|
|
751
734
|
echConfigList: string | null;
|
|
@@ -755,7 +738,6 @@ export declare const SecurityVariantSchema: z.ZodDiscriminatedUnion<"security",
|
|
|
755
738
|
fingerprint: string | null;
|
|
756
739
|
pinnedPeerCertSha256: string | null;
|
|
757
740
|
verifyPeerCertByName: string | null;
|
|
758
|
-
mihomoIpVersion: "dual" | "ipv4" | "ipv6" | "ipv4-prefer" | "ipv6-prefer" | null;
|
|
759
741
|
enableSessionResumption: boolean;
|
|
760
742
|
serverName: string | null;
|
|
761
743
|
echConfigList: string | null;
|
|
@@ -768,7 +750,6 @@ export declare const SecurityVariantSchema: z.ZodDiscriminatedUnion<"security",
|
|
|
768
750
|
fingerprint: string | null;
|
|
769
751
|
pinnedPeerCertSha256: string | null;
|
|
770
752
|
verifyPeerCertByName: string | null;
|
|
771
|
-
mihomoIpVersion: "dual" | "ipv4" | "ipv6" | "ipv4-prefer" | "ipv6-prefer" | null;
|
|
772
753
|
enableSessionResumption: boolean;
|
|
773
754
|
serverName: string | null;
|
|
774
755
|
echConfigList: string | null;
|
|
@@ -781,7 +762,6 @@ export declare const SecurityVariantSchema: z.ZodDiscriminatedUnion<"security",
|
|
|
781
762
|
fingerprint: string | null;
|
|
782
763
|
pinnedPeerCertSha256: string | null;
|
|
783
764
|
verifyPeerCertByName: string | null;
|
|
784
|
-
mihomoIpVersion: "dual" | "ipv4" | "ipv6" | "ipv4-prefer" | "ipv6-prefer" | null;
|
|
785
765
|
enableSessionResumption: boolean;
|
|
786
766
|
serverName: string | null;
|
|
787
767
|
echConfigList: string | null;
|
|
@@ -1117,13 +1097,6 @@ export declare const ResolvedProxyConfigSchema: z.ZodObject<{
|
|
|
1117
1097
|
securityOptions: z.ZodOptional<z.ZodUnion<[z.ZodObject<{
|
|
1118
1098
|
pinnedPeerCertSha256: z.ZodNullable<z.ZodString>;
|
|
1119
1099
|
verifyPeerCertByName: z.ZodNullable<z.ZodString>;
|
|
1120
|
-
mihomoIpVersion: z.ZodNullable<z.ZodNativeEnum<{
|
|
1121
|
-
readonly DUAL: "dual";
|
|
1122
|
-
readonly IPV4: "ipv4";
|
|
1123
|
-
readonly IPV6: "ipv6";
|
|
1124
|
-
readonly IPV4_PREFER: "ipv4-prefer";
|
|
1125
|
-
readonly IPV6_PREFER: "ipv6-prefer";
|
|
1126
|
-
}>>;
|
|
1127
1100
|
alpn: z.ZodNullable<z.ZodString>;
|
|
1128
1101
|
enableSessionResumption: z.ZodBoolean;
|
|
1129
1102
|
fingerprint: z.ZodNullable<z.ZodString>;
|
|
@@ -1135,7 +1108,6 @@ export declare const ResolvedProxyConfigSchema: z.ZodObject<{
|
|
|
1135
1108
|
fingerprint: string | null;
|
|
1136
1109
|
pinnedPeerCertSha256: string | null;
|
|
1137
1110
|
verifyPeerCertByName: string | null;
|
|
1138
|
-
mihomoIpVersion: "dual" | "ipv4" | "ipv6" | "ipv4-prefer" | "ipv6-prefer" | null;
|
|
1139
1111
|
enableSessionResumption: boolean;
|
|
1140
1112
|
serverName: string | null;
|
|
1141
1113
|
echConfigList: string | null;
|
|
@@ -1145,7 +1117,6 @@ export declare const ResolvedProxyConfigSchema: z.ZodObject<{
|
|
|
1145
1117
|
fingerprint: string | null;
|
|
1146
1118
|
pinnedPeerCertSha256: string | null;
|
|
1147
1119
|
verifyPeerCertByName: string | null;
|
|
1148
|
-
mihomoIpVersion: "dual" | "ipv4" | "ipv6" | "ipv4-prefer" | "ipv6-prefer" | null;
|
|
1149
1120
|
enableSessionResumption: boolean;
|
|
1150
1121
|
serverName: string | null;
|
|
1151
1122
|
echConfigList: string | null;
|
|
@@ -1186,17 +1157,26 @@ export declare const ResolvedProxyConfigSchema: z.ZodObject<{
|
|
|
1186
1157
|
clientOverrides: z.ZodObject<{
|
|
1187
1158
|
shuffleHost: z.ZodBoolean;
|
|
1188
1159
|
mihomoX25519: z.ZodBoolean;
|
|
1160
|
+
mihomoIpVersion: z.ZodNullable<z.ZodNativeEnum<{
|
|
1161
|
+
readonly DUAL: "dual";
|
|
1162
|
+
readonly IPV4: "ipv4";
|
|
1163
|
+
readonly IPV6: "ipv6";
|
|
1164
|
+
readonly IPV4_PREFER: "ipv4-prefer";
|
|
1165
|
+
readonly IPV6_PREFER: "ipv6-prefer";
|
|
1166
|
+
}>>;
|
|
1189
1167
|
serverDescription: z.ZodNullable<z.ZodString>;
|
|
1190
1168
|
xrayJsonTemplate: z.ZodNullable<z.ZodUnknown>;
|
|
1191
1169
|
}, "strip", z.ZodTypeAny, {
|
|
1192
1170
|
serverDescription: string | null;
|
|
1193
1171
|
shuffleHost: boolean;
|
|
1194
1172
|
mihomoX25519: boolean;
|
|
1173
|
+
mihomoIpVersion: "dual" | "ipv4" | "ipv6" | "ipv4-prefer" | "ipv6-prefer" | null;
|
|
1195
1174
|
xrayJsonTemplate?: unknown;
|
|
1196
1175
|
}, {
|
|
1197
1176
|
serverDescription: string | null;
|
|
1198
1177
|
shuffleHost: boolean;
|
|
1199
1178
|
mihomoX25519: boolean;
|
|
1179
|
+
mihomoIpVersion: "dual" | "ipv4" | "ipv6" | "ipv4-prefer" | "ipv6-prefer" | null;
|
|
1200
1180
|
xrayJsonTemplate?: unknown;
|
|
1201
1181
|
}>;
|
|
1202
1182
|
metadata: z.ZodObject<{
|
|
@@ -1333,6 +1313,7 @@ export declare const ResolvedProxyConfigSchema: z.ZodObject<{
|
|
|
1333
1313
|
serverDescription: string | null;
|
|
1334
1314
|
shuffleHost: boolean;
|
|
1335
1315
|
mihomoX25519: boolean;
|
|
1316
|
+
mihomoIpVersion: "dual" | "ipv4" | "ipv6" | "ipv4-prefer" | "ipv6-prefer" | null;
|
|
1336
1317
|
xrayJsonTemplate?: unknown;
|
|
1337
1318
|
};
|
|
1338
1319
|
securityOptions?: {
|
|
@@ -1340,7 +1321,6 @@ export declare const ResolvedProxyConfigSchema: z.ZodObject<{
|
|
|
1340
1321
|
fingerprint: string | null;
|
|
1341
1322
|
pinnedPeerCertSha256: string | null;
|
|
1342
1323
|
verifyPeerCertByName: string | null;
|
|
1343
|
-
mihomoIpVersion: "dual" | "ipv4" | "ipv6" | "ipv4-prefer" | "ipv6-prefer" | null;
|
|
1344
1324
|
enableSessionResumption: boolean;
|
|
1345
1325
|
serverName: string | null;
|
|
1346
1326
|
echConfigList: string | null;
|
|
@@ -1441,6 +1421,7 @@ export declare const ResolvedProxyConfigSchema: z.ZodObject<{
|
|
|
1441
1421
|
serverDescription: string | null;
|
|
1442
1422
|
shuffleHost: boolean;
|
|
1443
1423
|
mihomoX25519: boolean;
|
|
1424
|
+
mihomoIpVersion: "dual" | "ipv4" | "ipv6" | "ipv4-prefer" | "ipv6-prefer" | null;
|
|
1444
1425
|
xrayJsonTemplate?: unknown;
|
|
1445
1426
|
};
|
|
1446
1427
|
securityOptions?: {
|
|
@@ -1448,7 +1429,6 @@ export declare const ResolvedProxyConfigSchema: z.ZodObject<{
|
|
|
1448
1429
|
fingerprint: string | null;
|
|
1449
1430
|
pinnedPeerCertSha256: string | null;
|
|
1450
1431
|
verifyPeerCertByName: string | null;
|
|
1451
|
-
mihomoIpVersion: "dual" | "ipv4" | "ipv6" | "ipv4-prefer" | "ipv6-prefer" | null;
|
|
1452
1432
|
enableSessionResumption: boolean;
|
|
1453
1433
|
serverName: string | null;
|
|
1454
1434
|
echConfigList: string | null;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"resolved-proxy-config.schema.d.ts","sourceRoot":"","sources":["../../../models/resolved-proxy-config.schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAIxB,eAAO,MAAM,0BAA0B;;;;;;;;;;;;EAIrC,CAAC;AAEH,eAAO,MAAM,2BAA2B;;;;;;EAEtC,CAAC;AAEH,eAAO,MAAM,gCAAgC;;;;;;;;;;;;;;;EAK3C,CAAC;AA4BH,eAAO,MAAM,yBAAyB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAEpC,CAAC;AAEH,eAAO,MAAM,2BAA2B;;;;;;;;;;;;;;;EAKtC,CAAC;AAEH,eAAO,MAAM,wBAAwB;;;;;;;;;;;;;;;EAKnC,CAAC;AAEH,eAAO,MAAM,iCAAiC;;;;;;;;;;;;EAI5C,CAAC;AAEH,eAAO,MAAM,0BAA0B;;;;;;;;;;;;EAIrC,CAAC;AAEH,eAAO,MAAM,yBAAyB;;;;;;;;;;;;EAIpC,CAAC;AAEH,eAAO,MAAM,6BAA6B;;;;;;EAExC,CAAC;AAEH,eAAO,MAAM,8BAA8B;;;;;;;;;EAGzC,CAAC;AAEH,eAAO,MAAM,wBAAwB
|
|
1
|
+
{"version":3,"file":"resolved-proxy-config.schema.d.ts","sourceRoot":"","sources":["../../../models/resolved-proxy-config.schema.ts"],"names":[],"mappings":"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"}
|
|
@@ -78,7 +78,6 @@ exports.HysteriaTransportOptionsSchema = zod_1.z.object({
|
|
|
78
78
|
exports.TlsSecurityOptionsSchema = zod_1.z.object({
|
|
79
79
|
pinnedPeerCertSha256: zod_1.z.string().nullable(),
|
|
80
80
|
verifyPeerCertByName: zod_1.z.string().nullable(),
|
|
81
|
-
mihomoIpVersion: zod_1.z.nativeEnum(constants_1.MIHOMO_IP_VERSION).nullable(),
|
|
82
81
|
alpn: zod_1.z.string().nullable(),
|
|
83
82
|
enableSessionResumption: zod_1.z.boolean(),
|
|
84
83
|
fingerprint: zod_1.z.string().nullable(),
|
|
@@ -214,6 +213,7 @@ exports.ResolvedProxyConfigSchema = zod_1.z.object({
|
|
|
214
213
|
clientOverrides: zod_1.z.object({
|
|
215
214
|
shuffleHost: zod_1.z.boolean(),
|
|
216
215
|
mihomoX25519: zod_1.z.boolean(),
|
|
216
|
+
mihomoIpVersion: zod_1.z.nativeEnum(constants_1.MIHOMO_IP_VERSION).nullable(),
|
|
217
217
|
serverDescription: zod_1.z.string().nullable(),
|
|
218
218
|
xrayJsonTemplate: zod_1.z.nullable(zod_1.z.unknown()),
|
|
219
219
|
}),
|
|
@@ -324,6 +324,7 @@ export declare const TorrentBlockerReportSchema: z.ZodObject<{
|
|
|
324
324
|
}>>;
|
|
325
325
|
xrayUptime: z.ZodNumber;
|
|
326
326
|
usersOnline: z.ZodNumber;
|
|
327
|
+
note: z.ZodNullable<z.ZodString>;
|
|
327
328
|
}, "uuid" | "countryCode" | "name">, "strip", z.ZodTypeAny, {
|
|
328
329
|
uuid: string;
|
|
329
330
|
countryCode: string;
|
|
@@ -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"}
|
|
@@ -862,6 +862,7 @@ export declare const RemnawaveWebhookNodeEvents: z.ZodObject<{
|
|
|
862
862
|
}>>;
|
|
863
863
|
xrayUptime: z.ZodNumber;
|
|
864
864
|
usersOnline: z.ZodNumber;
|
|
865
|
+
note: z.ZodNullable<z.ZodString>;
|
|
865
866
|
}, "strip", z.ZodTypeAny, {
|
|
866
867
|
tags: string[];
|
|
867
868
|
system: {
|
|
@@ -939,6 +940,7 @@ export declare const RemnawaveWebhookNodeEvents: z.ZodObject<{
|
|
|
939
940
|
} | null;
|
|
940
941
|
xrayUptime: number;
|
|
941
942
|
usersOnline: number;
|
|
943
|
+
note: string | null;
|
|
942
944
|
}, {
|
|
943
945
|
tags: string[];
|
|
944
946
|
system: {
|
|
@@ -1016,6 +1018,7 @@ export declare const RemnawaveWebhookNodeEvents: z.ZodObject<{
|
|
|
1016
1018
|
} | null;
|
|
1017
1019
|
xrayUptime: number;
|
|
1018
1020
|
usersOnline: number;
|
|
1021
|
+
note: string | null;
|
|
1019
1022
|
}>;
|
|
1020
1023
|
}, "strip", z.ZodTypeAny, {
|
|
1021
1024
|
data: {
|
|
@@ -1095,6 +1098,7 @@ export declare const RemnawaveWebhookNodeEvents: z.ZodObject<{
|
|
|
1095
1098
|
} | null;
|
|
1096
1099
|
xrayUptime: number;
|
|
1097
1100
|
usersOnline: number;
|
|
1101
|
+
note: string | null;
|
|
1098
1102
|
};
|
|
1099
1103
|
scope: "node";
|
|
1100
1104
|
event: "node.created" | "node.modified" | "node.disabled" | "node.enabled" | "node.deleted" | "node.connection_lost" | "node.connection_restored" | "node.traffic_notify";
|
|
@@ -1177,6 +1181,7 @@ export declare const RemnawaveWebhookNodeEvents: z.ZodObject<{
|
|
|
1177
1181
|
} | null;
|
|
1178
1182
|
xrayUptime: number;
|
|
1179
1183
|
usersOnline: number;
|
|
1184
|
+
note: string | null;
|
|
1180
1185
|
};
|
|
1181
1186
|
scope: "node";
|
|
1182
1187
|
event: "node.created" | "node.modified" | "node.disabled" | "node.enabled" | "node.deleted" | "node.connection_lost" | "node.connection_restored" | "node.traffic_notify";
|
|
@@ -1602,6 +1607,7 @@ export declare const RemnawaveWebhookTorrentBlockerEvents: z.ZodObject<{
|
|
|
1602
1607
|
}>>;
|
|
1603
1608
|
xrayUptime: z.ZodNumber;
|
|
1604
1609
|
usersOnline: z.ZodNumber;
|
|
1610
|
+
note: z.ZodNullable<z.ZodString>;
|
|
1605
1611
|
}, "strip", z.ZodTypeAny, {
|
|
1606
1612
|
tags: string[];
|
|
1607
1613
|
system: {
|
|
@@ -1679,6 +1685,7 @@ export declare const RemnawaveWebhookTorrentBlockerEvents: z.ZodObject<{
|
|
|
1679
1685
|
} | null;
|
|
1680
1686
|
xrayUptime: number;
|
|
1681
1687
|
usersOnline: number;
|
|
1688
|
+
note: string | null;
|
|
1682
1689
|
}, {
|
|
1683
1690
|
tags: string[];
|
|
1684
1691
|
system: {
|
|
@@ -1756,6 +1763,7 @@ export declare const RemnawaveWebhookTorrentBlockerEvents: z.ZodObject<{
|
|
|
1756
1763
|
} | null;
|
|
1757
1764
|
xrayUptime: number;
|
|
1758
1765
|
usersOnline: number;
|
|
1766
|
+
note: string | null;
|
|
1759
1767
|
}>;
|
|
1760
1768
|
user: z.ZodObject<{
|
|
1761
1769
|
uuid: z.ZodString;
|
|
@@ -2122,6 +2130,7 @@ export declare const RemnawaveWebhookTorrentBlockerEvents: z.ZodObject<{
|
|
|
2122
2130
|
} | null;
|
|
2123
2131
|
xrayUptime: number;
|
|
2124
2132
|
usersOnline: number;
|
|
2133
|
+
note: string | null;
|
|
2125
2134
|
};
|
|
2126
2135
|
report: {
|
|
2127
2136
|
actionReport: {
|
|
@@ -2262,6 +2271,7 @@ export declare const RemnawaveWebhookTorrentBlockerEvents: z.ZodObject<{
|
|
|
2262
2271
|
} | null;
|
|
2263
2272
|
xrayUptime: number;
|
|
2264
2273
|
usersOnline: number;
|
|
2274
|
+
note: string | null;
|
|
2265
2275
|
};
|
|
2266
2276
|
report: {
|
|
2267
2277
|
actionReport: {
|
|
@@ -2404,6 +2414,7 @@ export declare const RemnawaveWebhookTorrentBlockerEvents: z.ZodObject<{
|
|
|
2404
2414
|
} | null;
|
|
2405
2415
|
xrayUptime: number;
|
|
2406
2416
|
usersOnline: number;
|
|
2417
|
+
note: string | null;
|
|
2407
2418
|
};
|
|
2408
2419
|
report: {
|
|
2409
2420
|
actionReport: {
|
|
@@ -2549,6 +2560,7 @@ export declare const RemnawaveWebhookTorrentBlockerEvents: z.ZodObject<{
|
|
|
2549
2560
|
} | null;
|
|
2550
2561
|
xrayUptime: number;
|
|
2551
2562
|
usersOnline: number;
|
|
2563
|
+
note: string | null;
|
|
2552
2564
|
};
|
|
2553
2565
|
report: {
|
|
2554
2566
|
actionReport: {
|
|
@@ -3441,6 +3453,7 @@ export declare const RemnawaveWebhookEventSchema: z.ZodDiscriminatedUnion<"scope
|
|
|
3441
3453
|
}>>;
|
|
3442
3454
|
xrayUptime: z.ZodNumber;
|
|
3443
3455
|
usersOnline: z.ZodNumber;
|
|
3456
|
+
note: z.ZodNullable<z.ZodString>;
|
|
3444
3457
|
}, "strip", z.ZodTypeAny, {
|
|
3445
3458
|
tags: string[];
|
|
3446
3459
|
system: {
|
|
@@ -3518,6 +3531,7 @@ export declare const RemnawaveWebhookEventSchema: z.ZodDiscriminatedUnion<"scope
|
|
|
3518
3531
|
} | null;
|
|
3519
3532
|
xrayUptime: number;
|
|
3520
3533
|
usersOnline: number;
|
|
3534
|
+
note: string | null;
|
|
3521
3535
|
}, {
|
|
3522
3536
|
tags: string[];
|
|
3523
3537
|
system: {
|
|
@@ -3595,6 +3609,7 @@ export declare const RemnawaveWebhookEventSchema: z.ZodDiscriminatedUnion<"scope
|
|
|
3595
3609
|
} | null;
|
|
3596
3610
|
xrayUptime: number;
|
|
3597
3611
|
usersOnline: number;
|
|
3612
|
+
note: string | null;
|
|
3598
3613
|
}>;
|
|
3599
3614
|
}, "strip", z.ZodTypeAny, {
|
|
3600
3615
|
data: {
|
|
@@ -3674,6 +3689,7 @@ export declare const RemnawaveWebhookEventSchema: z.ZodDiscriminatedUnion<"scope
|
|
|
3674
3689
|
} | null;
|
|
3675
3690
|
xrayUptime: number;
|
|
3676
3691
|
usersOnline: number;
|
|
3692
|
+
note: string | null;
|
|
3677
3693
|
};
|
|
3678
3694
|
scope: "node";
|
|
3679
3695
|
event: "node.created" | "node.modified" | "node.disabled" | "node.enabled" | "node.deleted" | "node.connection_lost" | "node.connection_restored" | "node.traffic_notify";
|
|
@@ -3756,6 +3772,7 @@ export declare const RemnawaveWebhookEventSchema: z.ZodDiscriminatedUnion<"scope
|
|
|
3756
3772
|
} | null;
|
|
3757
3773
|
xrayUptime: number;
|
|
3758
3774
|
usersOnline: number;
|
|
3775
|
+
note: string | null;
|
|
3759
3776
|
};
|
|
3760
3777
|
scope: "node";
|
|
3761
3778
|
event: "node.created" | "node.modified" | "node.disabled" | "node.enabled" | "node.deleted" | "node.connection_lost" | "node.connection_restored" | "node.traffic_notify";
|
|
@@ -4177,6 +4194,7 @@ export declare const RemnawaveWebhookEventSchema: z.ZodDiscriminatedUnion<"scope
|
|
|
4177
4194
|
}>>;
|
|
4178
4195
|
xrayUptime: z.ZodNumber;
|
|
4179
4196
|
usersOnline: z.ZodNumber;
|
|
4197
|
+
note: z.ZodNullable<z.ZodString>;
|
|
4180
4198
|
}, "strip", z.ZodTypeAny, {
|
|
4181
4199
|
tags: string[];
|
|
4182
4200
|
system: {
|
|
@@ -4254,6 +4272,7 @@ export declare const RemnawaveWebhookEventSchema: z.ZodDiscriminatedUnion<"scope
|
|
|
4254
4272
|
} | null;
|
|
4255
4273
|
xrayUptime: number;
|
|
4256
4274
|
usersOnline: number;
|
|
4275
|
+
note: string | null;
|
|
4257
4276
|
}, {
|
|
4258
4277
|
tags: string[];
|
|
4259
4278
|
system: {
|
|
@@ -4331,6 +4350,7 @@ export declare const RemnawaveWebhookEventSchema: z.ZodDiscriminatedUnion<"scope
|
|
|
4331
4350
|
} | null;
|
|
4332
4351
|
xrayUptime: number;
|
|
4333
4352
|
usersOnline: number;
|
|
4353
|
+
note: string | null;
|
|
4334
4354
|
}>;
|
|
4335
4355
|
user: z.ZodObject<{
|
|
4336
4356
|
uuid: z.ZodString;
|
|
@@ -4697,6 +4717,7 @@ export declare const RemnawaveWebhookEventSchema: z.ZodDiscriminatedUnion<"scope
|
|
|
4697
4717
|
} | null;
|
|
4698
4718
|
xrayUptime: number;
|
|
4699
4719
|
usersOnline: number;
|
|
4720
|
+
note: string | null;
|
|
4700
4721
|
};
|
|
4701
4722
|
report: {
|
|
4702
4723
|
actionReport: {
|
|
@@ -4837,6 +4858,7 @@ export declare const RemnawaveWebhookEventSchema: z.ZodDiscriminatedUnion<"scope
|
|
|
4837
4858
|
} | null;
|
|
4838
4859
|
xrayUptime: number;
|
|
4839
4860
|
usersOnline: number;
|
|
4861
|
+
note: string | null;
|
|
4840
4862
|
};
|
|
4841
4863
|
report: {
|
|
4842
4864
|
actionReport: {
|
|
@@ -4979,6 +5001,7 @@ export declare const RemnawaveWebhookEventSchema: z.ZodDiscriminatedUnion<"scope
|
|
|
4979
5001
|
} | null;
|
|
4980
5002
|
xrayUptime: number;
|
|
4981
5003
|
usersOnline: number;
|
|
5004
|
+
note: string | null;
|
|
4982
5005
|
};
|
|
4983
5006
|
report: {
|
|
4984
5007
|
actionReport: {
|
|
@@ -5124,6 +5147,7 @@ export declare const RemnawaveWebhookEventSchema: z.ZodDiscriminatedUnion<"scope
|
|
|
5124
5147
|
} | null;
|
|
5125
5148
|
xrayUptime: number;
|
|
5126
5149
|
usersOnline: number;
|
|
5150
|
+
note: string | null;
|
|
5127
5151
|
};
|
|
5128
5152
|
report: {
|
|
5129
5153
|
actionReport: {
|
|
@@ -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":"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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;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"}
|
|
@@ -26,6 +26,7 @@ var BulkNodesUpdateCommand;
|
|
|
26
26
|
.max(36, 'Each tag must be less than 36 characters'))
|
|
27
27
|
.max(10, 'Maximum 10 tags')),
|
|
28
28
|
activePluginUuid: zod_1.z.optional(zod_1.z.nullable(zod_1.z.string().uuid())),
|
|
29
|
+
note: zod_1.z.optional(zod_1.z.string().max(255, 'Note must be less than 255 characters').nullable()),
|
|
29
30
|
}),
|
|
30
31
|
});
|
|
31
32
|
BulkNodesUpdateCommand.ResponseSchema = zod_1.z.object({
|