@remnawave/backend-contract 2.8.6 → 2.8.8

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.
Files changed (70) hide show
  1. package/build/backend/commands/hosts/bulk/delete-many-hosts.command.d.ts +5 -5
  2. package/build/backend/commands/hosts/bulk/disable-many-hosts.command.d.ts +5 -5
  3. package/build/backend/commands/hosts/bulk/enable-many-hosts.command.d.ts +5 -5
  4. package/build/backend/commands/hosts/bulk/set-inbound-to-many-hosts.command.d.ts +5 -5
  5. package/build/backend/commands/hosts/bulk/set-port-to-many-hosts.command.d.ts +5 -5
  6. package/build/backend/commands/hosts/create.command.d.ts +8 -8
  7. package/build/backend/commands/hosts/create.command.d.ts.map +1 -1
  8. package/build/backend/commands/hosts/create.command.js +4 -5
  9. package/build/backend/commands/hosts/get-all.command.d.ts +5 -5
  10. package/build/backend/commands/hosts/get-one.command.d.ts +5 -5
  11. package/build/backend/commands/hosts/reorder.command.d.ts +1 -1
  12. package/build/backend/commands/hosts/update.command.d.ts +9 -9
  13. package/build/backend/commands/hosts/update.command.d.ts.map +1 -1
  14. package/build/backend/commands/hosts/update.command.js +4 -5
  15. package/build/backend/commands/infra-billing/create-billing-node.command.d.ts +2 -0
  16. package/build/backend/commands/infra-billing/create-billing-node.command.d.ts.map +1 -1
  17. package/build/backend/commands/infra-billing/delete-billing-node-by-uuid.command.d.ts +2 -0
  18. package/build/backend/commands/infra-billing/delete-billing-node-by-uuid.command.d.ts.map +1 -1
  19. package/build/backend/commands/infra-billing/get-billing-nodes.command.d.ts +2 -0
  20. package/build/backend/commands/infra-billing/get-billing-nodes.command.d.ts.map +1 -1
  21. package/build/backend/commands/infra-billing/update-billing-node.command.d.ts +2 -0
  22. package/build/backend/commands/infra-billing/update-billing-node.command.d.ts.map +1 -1
  23. package/build/backend/commands/node-plugins/torrent-blocker/get-torrent-blocker-reports.command.d.ts +1 -0
  24. package/build/backend/commands/node-plugins/torrent-blocker/get-torrent-blocker-reports.command.d.ts.map +1 -1
  25. package/build/backend/commands/node-plugins/torrent-blocker/truncate-torrent-blocker-reports.command.d.ts +1 -0
  26. package/build/backend/commands/node-plugins/torrent-blocker/truncate-torrent-blocker-reports.command.d.ts.map +1 -1
  27. package/build/backend/commands/nodes/actions/disable.command.d.ts +5 -0
  28. package/build/backend/commands/nodes/actions/disable.command.d.ts.map +1 -1
  29. package/build/backend/commands/nodes/actions/enable.command.d.ts +5 -0
  30. package/build/backend/commands/nodes/actions/enable.command.d.ts.map +1 -1
  31. package/build/backend/commands/nodes/actions/reorder.command.d.ts +6 -0
  32. package/build/backend/commands/nodes/actions/reorder.command.d.ts.map +1 -1
  33. package/build/backend/commands/nodes/bulk-actions/bulk-update.command.d.ts +5 -0
  34. package/build/backend/commands/nodes/bulk-actions/bulk-update.command.d.ts.map +1 -1
  35. package/build/backend/commands/nodes/bulk-actions/bulk-update.command.js +1 -0
  36. package/build/backend/commands/nodes/create.command.d.ts +8 -0
  37. package/build/backend/commands/nodes/create.command.d.ts.map +1 -1
  38. package/build/backend/commands/nodes/create.command.js +1 -0
  39. package/build/backend/commands/nodes/get-all.command.d.ts +5 -0
  40. package/build/backend/commands/nodes/get-all.command.d.ts.map +1 -1
  41. package/build/backend/commands/nodes/get-one.command.d.ts +5 -0
  42. package/build/backend/commands/nodes/get-one.command.d.ts.map +1 -1
  43. package/build/backend/commands/nodes/update.command.d.ts +9 -0
  44. package/build/backend/commands/nodes/update.command.d.ts.map +1 -1
  45. package/build/backend/commands/nodes/update.command.js +1 -0
  46. package/build/backend/commands/subscriptions/get-by/get-raw-subscription-by-short-uuid.command.d.ts +9 -9
  47. package/build/backend/models/hosts.schema.d.ts +3 -3
  48. package/build/backend/models/hosts.schema.js +1 -1
  49. package/build/backend/models/infra-billing-available-node.schema.d.ts +1 -0
  50. package/build/backend/models/infra-billing-available-node.schema.d.ts.map +1 -1
  51. package/build/backend/models/infra-billing-node.schema.d.ts +1 -0
  52. package/build/backend/models/infra-billing-node.schema.d.ts.map +1 -1
  53. package/build/backend/models/nodes.schema.d.ts +3 -0
  54. package/build/backend/models/nodes.schema.d.ts.map +1 -1
  55. package/build/backend/models/nodes.schema.js +1 -0
  56. package/build/backend/models/resolved-proxy-config.schema.d.ts +8 -8
  57. package/build/backend/models/resolved-proxy-config.schema.js +1 -1
  58. package/build/backend/models/torrent-blocker-report.schema.d.ts +1 -0
  59. package/build/backend/models/torrent-blocker-report.schema.d.ts.map +1 -1
  60. package/build/backend/models/webhook/webhook.schema.d.ts +24 -0
  61. package/build/backend/models/webhook/webhook.schema.d.ts.map +1 -1
  62. package/build/frontend/commands/hosts/create.command.js +4 -5
  63. package/build/frontend/commands/hosts/update.command.js +4 -5
  64. package/build/frontend/commands/nodes/bulk-actions/bulk-update.command.js +1 -0
  65. package/build/frontend/commands/nodes/create.command.js +1 -0
  66. package/build/frontend/commands/nodes/update.command.js +1 -0
  67. package/build/frontend/models/hosts.schema.js +1 -1
  68. package/build/frontend/models/nodes.schema.js +1 -0
  69. package/build/frontend/models/resolved-proxy-config.schema.js +1 -1
  70. package/package.json +1 -1
@@ -493,7 +493,7 @@ export declare namespace GetRawSubscriptionByShortUuidCommand {
493
493
  }>;
494
494
  metadata: z.ZodObject<{
495
495
  uuid: z.ZodString;
496
- tag: z.ZodNullable<z.ZodString>;
496
+ tags: z.ZodArray<z.ZodString, "many">;
497
497
  excludeFromSubscriptionTypes: z.ZodArray<z.ZodNativeEnum<{
498
498
  readonly XRAY_JSON: "XRAY_JSON";
499
499
  readonly XRAY_BASE64: "XRAY_BASE64";
@@ -512,8 +512,8 @@ export declare namespace GetRawSubscriptionByShortUuidCommand {
512
512
  vlessRouteId: z.ZodNullable<z.ZodNumber>;
513
513
  rawInbound: z.ZodNullable<z.ZodUnknown>;
514
514
  }, "strip", z.ZodTypeAny, {
515
+ tags: string[];
515
516
  uuid: string;
516
- tag: string | null;
517
517
  viewPosition: number;
518
518
  remark: string;
519
519
  isDisabled: boolean;
@@ -525,8 +525,8 @@ export declare namespace GetRawSubscriptionByShortUuidCommand {
525
525
  inboundTag: string;
526
526
  rawInbound?: unknown;
527
527
  }, {
528
+ tags: string[];
528
529
  uuid: string;
529
- tag: string | null;
530
530
  viewPosition: number;
531
531
  remark: string;
532
532
  isDisabled: boolean;
@@ -540,8 +540,8 @@ export declare namespace GetRawSubscriptionByShortUuidCommand {
540
540
  }>;
541
541
  }, "strip", z.ZodTypeAny, {
542
542
  metadata: {
543
+ tags: string[];
543
544
  uuid: string;
544
- tag: string | null;
545
545
  viewPosition: number;
546
546
  remark: string;
547
547
  isDisabled: boolean;
@@ -648,8 +648,8 @@ export declare namespace GetRawSubscriptionByShortUuidCommand {
648
648
  mux?: unknown;
649
649
  }, {
650
650
  metadata: {
651
+ tags: string[];
651
652
  uuid: string;
652
- tag: string | null;
653
653
  viewPosition: number;
654
654
  remark: string;
655
655
  isDisabled: boolean;
@@ -802,8 +802,8 @@ export declare namespace GetRawSubscriptionByShortUuidCommand {
802
802
  };
803
803
  resolvedProxyConfigs: {
804
804
  metadata: {
805
+ tags: string[];
805
806
  uuid: string;
806
- tag: string | null;
807
807
  viewPosition: number;
808
808
  remark: string;
809
809
  isDisabled: boolean;
@@ -956,8 +956,8 @@ export declare namespace GetRawSubscriptionByShortUuidCommand {
956
956
  };
957
957
  resolvedProxyConfigs: {
958
958
  metadata: {
959
+ tags: string[];
959
960
  uuid: string;
960
- tag: string | null;
961
961
  viewPosition: number;
962
962
  remark: string;
963
963
  isDisabled: boolean;
@@ -1112,8 +1112,8 @@ export declare namespace GetRawSubscriptionByShortUuidCommand {
1112
1112
  };
1113
1113
  resolvedProxyConfigs: {
1114
1114
  metadata: {
1115
+ tags: string[];
1115
1116
  uuid: string;
1116
- tag: string | null;
1117
1117
  viewPosition: number;
1118
1118
  remark: string;
1119
1119
  isDisabled: boolean;
@@ -1268,8 +1268,8 @@ export declare namespace GetRawSubscriptionByShortUuidCommand {
1268
1268
  };
1269
1269
  resolvedProxyConfigs: {
1270
1270
  metadata: {
1271
+ tags: string[];
1271
1272
  uuid: string;
1272
- tag: string | null;
1273
1273
  viewPosition: number;
1274
1274
  remark: string;
1275
1275
  isDisabled: boolean;
@@ -31,7 +31,7 @@ export declare const HostsSchema: z.ZodObject<{
31
31
  configProfileInboundUuid: string | null;
32
32
  }>;
33
33
  serverDescription: z.ZodNullable<z.ZodString>;
34
- tag: z.ZodNullable<z.ZodString>;
34
+ tags: z.ZodDefault<z.ZodArray<z.ZodString, "many">>;
35
35
  isHidden: z.ZodDefault<z.ZodBoolean>;
36
36
  overrideSniFromAddress: z.ZodDefault<z.ZodBoolean>;
37
37
  keepSniBlank: z.ZodDefault<z.ZodBoolean>;
@@ -60,9 +60,9 @@ export declare const HostsSchema: z.ZodObject<{
60
60
  }>, "many">>;
61
61
  }, "strip", z.ZodTypeAny, {
62
62
  nodes: string[];
63
+ tags: string[];
63
64
  path: string | null;
64
65
  uuid: string;
65
- tag: string | null;
66
66
  port: number;
67
67
  viewPosition: number;
68
68
  remark: string;
@@ -98,7 +98,6 @@ export declare const HostsSchema: z.ZodObject<{
98
98
  nodes: string[];
99
99
  path: string | null;
100
100
  uuid: string;
101
- tag: string | null;
102
101
  port: number;
103
102
  viewPosition: number;
104
103
  remark: string;
@@ -120,6 +119,7 @@ export declare const HostsSchema: z.ZodObject<{
120
119
  mihomoIpVersion: "dual" | "ipv4" | "ipv6" | "ipv4-prefer" | "ipv6-prefer" | null;
121
120
  xrayJsonTemplateUuid: string | null;
122
121
  excludedInternalSquads: string[];
122
+ tags?: string[] | undefined;
123
123
  isDisabled?: boolean | undefined;
124
124
  securityLayer?: "DEFAULT" | "TLS" | "NONE" | undefined;
125
125
  xHttpExtraParams?: unknown;
@@ -26,7 +26,7 @@ exports.HostsSchema = zod_1.z.object({
26
26
  configProfileInboundUuid: zod_1.z.string().uuid().nullable(),
27
27
  }),
28
28
  serverDescription: zod_1.z.string().max(30).nullable(),
29
- tag: zod_1.z.string().nullable(),
29
+ tags: zod_1.z.array(zod_1.z.string()).default([]),
30
30
  isHidden: zod_1.z.boolean().default(false),
31
31
  overrideSniFromAddress: zod_1.z.boolean().default(false),
32
32
  keepSniBlank: zod_1.z.boolean().default(false),
@@ -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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAI1C,CAAC"}
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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EA6BjC,CAAC"}
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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAmDtB,CAAC"}
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"}
@@ -49,4 +49,5 @@ exports.NodesSchema = zod_1.z.object({
49
49
  })),
50
50
  xrayUptime: zod_1.z.number(),
51
51
  usersOnline: zod_1.z.number(),
52
+ note: zod_1.z.nullable(zod_1.z.string()),
52
53
  });
@@ -820,7 +820,7 @@ export declare const SecurityVariantSchema: z.ZodDiscriminatedUnion<"security",
820
820
  }>]>;
821
821
  export declare const ProxyEntryMetadataSchema: z.ZodObject<{
822
822
  uuid: z.ZodString;
823
- tag: z.ZodNullable<z.ZodString>;
823
+ tags: z.ZodArray<z.ZodString, "many">;
824
824
  excludeFromSubscriptionTypes: z.ZodArray<z.ZodNativeEnum<{
825
825
  readonly XRAY_JSON: "XRAY_JSON";
826
826
  readonly XRAY_BASE64: "XRAY_BASE64";
@@ -839,8 +839,8 @@ export declare const ProxyEntryMetadataSchema: z.ZodObject<{
839
839
  vlessRouteId: z.ZodNullable<z.ZodNumber>;
840
840
  rawInbound: z.ZodNullable<z.ZodUnknown>;
841
841
  }, "strip", z.ZodTypeAny, {
842
+ tags: string[];
842
843
  uuid: string;
843
- tag: string | null;
844
844
  viewPosition: number;
845
845
  remark: string;
846
846
  isDisabled: boolean;
@@ -852,8 +852,8 @@ export declare const ProxyEntryMetadataSchema: z.ZodObject<{
852
852
  inboundTag: string;
853
853
  rawInbound?: unknown;
854
854
  }, {
855
+ tags: string[];
855
856
  uuid: string;
856
- tag: string | null;
857
857
  viewPosition: number;
858
858
  remark: string;
859
859
  isDisabled: boolean;
@@ -1181,7 +1181,7 @@ export declare const ResolvedProxyConfigSchema: z.ZodObject<{
1181
1181
  }>;
1182
1182
  metadata: z.ZodObject<{
1183
1183
  uuid: z.ZodString;
1184
- tag: z.ZodNullable<z.ZodString>;
1184
+ tags: z.ZodArray<z.ZodString, "many">;
1185
1185
  excludeFromSubscriptionTypes: z.ZodArray<z.ZodNativeEnum<{
1186
1186
  readonly XRAY_JSON: "XRAY_JSON";
1187
1187
  readonly XRAY_BASE64: "XRAY_BASE64";
@@ -1200,8 +1200,8 @@ export declare const ResolvedProxyConfigSchema: z.ZodObject<{
1200
1200
  vlessRouteId: z.ZodNullable<z.ZodNumber>;
1201
1201
  rawInbound: z.ZodNullable<z.ZodUnknown>;
1202
1202
  }, "strip", z.ZodTypeAny, {
1203
+ tags: string[];
1203
1204
  uuid: string;
1204
- tag: string | null;
1205
1205
  viewPosition: number;
1206
1206
  remark: string;
1207
1207
  isDisabled: boolean;
@@ -1213,8 +1213,8 @@ export declare const ResolvedProxyConfigSchema: z.ZodObject<{
1213
1213
  inboundTag: string;
1214
1214
  rawInbound?: unknown;
1215
1215
  }, {
1216
+ tags: string[];
1216
1217
  uuid: string;
1217
- tag: string | null;
1218
1218
  viewPosition: number;
1219
1219
  remark: string;
1220
1220
  isDisabled: boolean;
@@ -1228,8 +1228,8 @@ export declare const ResolvedProxyConfigSchema: z.ZodObject<{
1228
1228
  }>;
1229
1229
  }, "strip", z.ZodTypeAny, {
1230
1230
  metadata: {
1231
+ tags: string[];
1231
1232
  uuid: string;
1232
- tag: string | null;
1233
1233
  viewPosition: number;
1234
1234
  remark: string;
1235
1235
  isDisabled: boolean;
@@ -1336,8 +1336,8 @@ export declare const ResolvedProxyConfigSchema: z.ZodObject<{
1336
1336
  mux?: unknown;
1337
1337
  }, {
1338
1338
  metadata: {
1339
+ tags: string[];
1339
1340
  uuid: string;
1340
- tag: string | null;
1341
1341
  viewPosition: number;
1342
1342
  remark: string;
1343
1343
  isDisabled: boolean;
@@ -170,7 +170,7 @@ exports.SecurityVariantSchema = zod_1.z.discriminatedUnion('security', [
170
170
  ]);
171
171
  exports.ProxyEntryMetadataSchema = zod_1.z.object({
172
172
  uuid: zod_1.z.string().uuid(),
173
- tag: zod_1.z.string().nullable(),
173
+ tags: zod_1.z.array(zod_1.z.string()),
174
174
  excludeFromSubscriptionTypes: zod_1.z.array(zod_1.z.nativeEnum(constants_1.SUBSCRIPTION_TEMPLATE_TYPE)),
175
175
  inboundTag: zod_1.z.string(),
176
176
  configProfileUuid: zod_1.z.string().uuid().nullable(),
@@ -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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAgDrC,CAAC"}
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":"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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"}
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"}
@@ -50,13 +50,12 @@ var CreateHostCommand;
50
50
  message: 'Server description must be less than 30 characters',
51
51
  })
52
52
  .nullable()),
53
- tag: zod_1.z
54
- .optional(zod_1.z
53
+ tags: zod_1.z.optional(zod_1.z
54
+ .array(zod_1.z
55
55
  .string()
56
56
  .regex(/^[A-Z0-9_:]+$/, 'Tag can only contain uppercase letters, numbers, underscores and colons')
57
- .max(32, 'Tag must be less than 32 characters')
58
- .nullable())
59
- .describe('Optional. Host tag for categorization. Max 32 characters, uppercase letters, numbers, underscores and colons are allowed.'),
57
+ .max(36, 'Each tag must be less than 36 characters'))
58
+ .max(10, 'Maximum 10 tags')),
60
59
  isHidden: zod_1.z.optional(zod_1.z.boolean().default(false)),
61
60
  overrideSniFromAddress: zod_1.z.optional(zod_1.z.boolean().default(false)),
62
61
  keepSniBlank: zod_1.z.optional(zod_1.z.boolean().default(false)),
@@ -55,13 +55,12 @@ var UpdateHostCommand;
55
55
  message: 'Server description must be less than 30 characters',
56
56
  })
57
57
  .nullable()),
58
- tag: zod_1.z
59
- .optional(zod_1.z
58
+ tags: zod_1.z.optional(zod_1.z
59
+ .array(zod_1.z
60
60
  .string()
61
61
  .regex(/^[A-Z0-9_:]+$/, 'Tag can only contain uppercase letters, numbers, underscores and colons')
62
- .max(32, 'Tag must be less than 32 characters')
63
- .nullable())
64
- .describe('Optional. Host tag for categorization. Max 32 characters, uppercase letters, numbers, underscores and colons are allowed.'),
62
+ .max(36, 'Each tag must be less than 36 characters'))
63
+ .max(10, 'Maximum 10 tags')),
65
64
  isHidden: zod_1.z.optional(zod_1.z.boolean()),
66
65
  overrideSniFromAddress: zod_1.z.optional(zod_1.z.boolean()),
67
66
  keepSniBlank: zod_1.z.optional(zod_1.z.boolean()),
@@ -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({
@@ -55,6 +55,7 @@ var CreateNodeCommand;
55
55
  .max(36, 'Each tag must be less than 36 characters'))
56
56
  .max(10, 'Maximum 10 tags')),
57
57
  activePluginUuid: zod_1.z.optional(zod_1.z.nullable(zod_1.z.string().uuid())),
58
+ note: zod_1.z.optional(zod_1.z.string().max(255, 'Note must be less than 255 characters')),
58
59
  });
59
60
  CreateNodeCommand.ResponseSchema = zod_1.z.object({
60
61
  response: models_1.NodesSchema,
@@ -51,6 +51,7 @@ var UpdateNodeCommand;
51
51
  .max(36, 'Each tag must be less than 36 characters'))
52
52
  .max(10, 'Maximum 10 tags')),
53
53
  activePluginUuid: zod_1.z.optional(zod_1.z.nullable(zod_1.z.string().uuid())),
54
+ note: zod_1.z.optional(zod_1.z.string().max(255, 'Note must be less than 255 characters').nullable()),
54
55
  });
55
56
  UpdateNodeCommand.ResponseSchema = zod_1.z.object({
56
57
  response: models_1.NodesSchema,
@@ -26,7 +26,7 @@ exports.HostsSchema = zod_1.z.object({
26
26
  configProfileInboundUuid: zod_1.z.string().uuid().nullable(),
27
27
  }),
28
28
  serverDescription: zod_1.z.string().max(30).nullable(),
29
- tag: zod_1.z.string().nullable(),
29
+ tags: zod_1.z.array(zod_1.z.string()).default([]),
30
30
  isHidden: zod_1.z.boolean().default(false),
31
31
  overrideSniFromAddress: zod_1.z.boolean().default(false),
32
32
  keepSniBlank: zod_1.z.boolean().default(false),
@@ -49,4 +49,5 @@ exports.NodesSchema = zod_1.z.object({
49
49
  })),
50
50
  xrayUptime: zod_1.z.number(),
51
51
  usersOnline: zod_1.z.number(),
52
+ note: zod_1.z.nullable(zod_1.z.string()),
52
53
  });
@@ -170,7 +170,7 @@ exports.SecurityVariantSchema = zod_1.z.discriminatedUnion('security', [
170
170
  ]);
171
171
  exports.ProxyEntryMetadataSchema = zod_1.z.object({
172
172
  uuid: zod_1.z.string().uuid(),
173
- tag: zod_1.z.string().nullable(),
173
+ tags: zod_1.z.array(zod_1.z.string()),
174
174
  excludeFromSubscriptionTypes: zod_1.z.array(zod_1.z.nativeEnum(constants_1.SUBSCRIPTION_TEMPLATE_TYPE)),
175
175
  inboundTag: zod_1.z.string(),
176
176
  configProfileUuid: zod_1.z.string().uuid().nullable(),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@remnawave/backend-contract",
3
- "version": "2.8.6",
3
+ "version": "2.8.8",
4
4
  "public": true,
5
5
  "license": "AGPL-3.0-only",
6
6
  "description": "A contract library for Remnawave Backend. It can be used in backend and frontend.",