@remnawave/backend-contract 2.5.8 → 2.5.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/backend/commands/users/get-user-accessible-nodes.command.d.ts +9 -53
- package/build/backend/commands/users/get-user-accessible-nodes.command.d.ts.map +1 -1
- package/build/backend/commands/users/get-user-accessible-nodes.command.js +1 -5
- package/build/frontend/commands/users/get-user-accessible-nodes.command.js +1 -5
- package/package.json +1 -1
|
@@ -22,32 +22,12 @@ export declare namespace GetUserAccessibleNodesCommand {
|
|
|
22
22
|
configProfileName: z.ZodString;
|
|
23
23
|
activeSquads: z.ZodArray<z.ZodObject<{
|
|
24
24
|
squadName: z.ZodString;
|
|
25
|
-
activeInbounds: z.ZodArray<z.
|
|
26
|
-
uuid: z.ZodString;
|
|
27
|
-
tag: z.ZodString;
|
|
28
|
-
type: z.ZodString;
|
|
29
|
-
}, "strip", z.ZodTypeAny, {
|
|
30
|
-
type: string;
|
|
31
|
-
uuid: string;
|
|
32
|
-
tag: string;
|
|
33
|
-
}, {
|
|
34
|
-
type: string;
|
|
35
|
-
uuid: string;
|
|
36
|
-
tag: string;
|
|
37
|
-
}>, "many">;
|
|
25
|
+
activeInbounds: z.ZodArray<z.ZodString, "many">;
|
|
38
26
|
}, "strip", z.ZodTypeAny, {
|
|
39
|
-
activeInbounds:
|
|
40
|
-
type: string;
|
|
41
|
-
uuid: string;
|
|
42
|
-
tag: string;
|
|
43
|
-
}[];
|
|
27
|
+
activeInbounds: string[];
|
|
44
28
|
squadName: string;
|
|
45
29
|
}, {
|
|
46
|
-
activeInbounds:
|
|
47
|
-
type: string;
|
|
48
|
-
uuid: string;
|
|
49
|
-
tag: string;
|
|
50
|
-
}[];
|
|
30
|
+
activeInbounds: string[];
|
|
51
31
|
squadName: string;
|
|
52
32
|
}>, "many">;
|
|
53
33
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -56,11 +36,7 @@ export declare namespace GetUserAccessibleNodesCommand {
|
|
|
56
36
|
countryCode: string;
|
|
57
37
|
configProfileUuid: string;
|
|
58
38
|
activeSquads: {
|
|
59
|
-
activeInbounds:
|
|
60
|
-
type: string;
|
|
61
|
-
uuid: string;
|
|
62
|
-
tag: string;
|
|
63
|
-
}[];
|
|
39
|
+
activeInbounds: string[];
|
|
64
40
|
squadName: string;
|
|
65
41
|
}[];
|
|
66
42
|
configProfileName: string;
|
|
@@ -70,11 +46,7 @@ export declare namespace GetUserAccessibleNodesCommand {
|
|
|
70
46
|
countryCode: string;
|
|
71
47
|
configProfileUuid: string;
|
|
72
48
|
activeSquads: {
|
|
73
|
-
activeInbounds:
|
|
74
|
-
type: string;
|
|
75
|
-
uuid: string;
|
|
76
|
-
tag: string;
|
|
77
|
-
}[];
|
|
49
|
+
activeInbounds: string[];
|
|
78
50
|
squadName: string;
|
|
79
51
|
}[];
|
|
80
52
|
configProfileName: string;
|
|
@@ -87,11 +59,7 @@ export declare namespace GetUserAccessibleNodesCommand {
|
|
|
87
59
|
countryCode: string;
|
|
88
60
|
configProfileUuid: string;
|
|
89
61
|
activeSquads: {
|
|
90
|
-
activeInbounds:
|
|
91
|
-
type: string;
|
|
92
|
-
uuid: string;
|
|
93
|
-
tag: string;
|
|
94
|
-
}[];
|
|
62
|
+
activeInbounds: string[];
|
|
95
63
|
squadName: string;
|
|
96
64
|
}[];
|
|
97
65
|
configProfileName: string;
|
|
@@ -104,11 +72,7 @@ export declare namespace GetUserAccessibleNodesCommand {
|
|
|
104
72
|
countryCode: string;
|
|
105
73
|
configProfileUuid: string;
|
|
106
74
|
activeSquads: {
|
|
107
|
-
activeInbounds:
|
|
108
|
-
type: string;
|
|
109
|
-
uuid: string;
|
|
110
|
-
tag: string;
|
|
111
|
-
}[];
|
|
75
|
+
activeInbounds: string[];
|
|
112
76
|
squadName: string;
|
|
113
77
|
}[];
|
|
114
78
|
configProfileName: string;
|
|
@@ -123,11 +87,7 @@ export declare namespace GetUserAccessibleNodesCommand {
|
|
|
123
87
|
countryCode: string;
|
|
124
88
|
configProfileUuid: string;
|
|
125
89
|
activeSquads: {
|
|
126
|
-
activeInbounds:
|
|
127
|
-
type: string;
|
|
128
|
-
uuid: string;
|
|
129
|
-
tag: string;
|
|
130
|
-
}[];
|
|
90
|
+
activeInbounds: string[];
|
|
131
91
|
squadName: string;
|
|
132
92
|
}[];
|
|
133
93
|
configProfileName: string;
|
|
@@ -142,11 +102,7 @@ export declare namespace GetUserAccessibleNodesCommand {
|
|
|
142
102
|
countryCode: string;
|
|
143
103
|
configProfileUuid: string;
|
|
144
104
|
activeSquads: {
|
|
145
|
-
activeInbounds:
|
|
146
|
-
type: string;
|
|
147
|
-
uuid: string;
|
|
148
|
-
tag: string;
|
|
149
|
-
}[];
|
|
105
|
+
activeInbounds: string[];
|
|
150
106
|
squadName: string;
|
|
151
107
|
}[];
|
|
152
108
|
configProfileName: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"get-user-accessible-nodes.command.d.ts","sourceRoot":"","sources":["../../../../commands/users/get-user-accessible-nodes.command.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAKxB,yBAAiB,6BAA6B,CAAC;IACpC,MAAM,GAAG,0BAAkC,CAAC;IAC5C,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-user-accessible-nodes.command.d.ts","sourceRoot":"","sources":["../../../../commands/users/get-user-accessible-nodes.command.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAKxB,yBAAiB,6BAA6B,CAAC;IACpC,MAAM,GAAG,0BAAkC,CAAC;IAC5C,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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;MAmBzB,CAAC;IAEH,KAAY,QAAQ,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,cAAc,CAAC,CAAC;CACzD"}
|
|
@@ -23,11 +23,7 @@ var GetUserAccessibleNodesCommand;
|
|
|
23
23
|
configProfileName: zod_1.z.string(),
|
|
24
24
|
activeSquads: zod_1.z.array(zod_1.z.object({
|
|
25
25
|
squadName: zod_1.z.string(),
|
|
26
|
-
activeInbounds: zod_1.z.array(zod_1.z.
|
|
27
|
-
uuid: zod_1.z.string().uuid(),
|
|
28
|
-
tag: zod_1.z.string(),
|
|
29
|
-
type: zod_1.z.string(),
|
|
30
|
-
})),
|
|
26
|
+
activeInbounds: zod_1.z.array(zod_1.z.string()),
|
|
31
27
|
})),
|
|
32
28
|
})),
|
|
33
29
|
}),
|
|
@@ -23,11 +23,7 @@ var GetUserAccessibleNodesCommand;
|
|
|
23
23
|
configProfileName: zod_1.z.string(),
|
|
24
24
|
activeSquads: zod_1.z.array(zod_1.z.object({
|
|
25
25
|
squadName: zod_1.z.string(),
|
|
26
|
-
activeInbounds: zod_1.z.array(zod_1.z.
|
|
27
|
-
uuid: zod_1.z.string().uuid(),
|
|
28
|
-
tag: zod_1.z.string(),
|
|
29
|
-
type: zod_1.z.string(),
|
|
30
|
-
})),
|
|
26
|
+
activeInbounds: zod_1.z.array(zod_1.z.string()),
|
|
31
27
|
})),
|
|
32
28
|
})),
|
|
33
29
|
}),
|