@remnawave/backend-contract 2.0.0-alpha.6 → 2.0.0-alpha.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.
@@ -21,44 +21,44 @@ export declare namespace GetUserAccessibleNodesCommand {
|
|
21
21
|
reasons: z.ZodArray<z.ZodObject<{
|
22
22
|
configProfileUuid: z.ZodString;
|
23
23
|
configProfileName: z.ZodString;
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
24
|
+
activeSquads: z.ZodArray<z.ZodObject<{
|
25
|
+
squadName: z.ZodString;
|
26
|
+
activeInbounds: z.ZodArray<z.ZodObject<{
|
27
|
+
inboundTag: z.ZodString;
|
28
28
|
}, "strip", z.ZodTypeAny, {
|
29
|
-
|
29
|
+
inboundTag: string;
|
30
30
|
}, {
|
31
|
-
|
31
|
+
inboundTag: string;
|
32
32
|
}>, "many">;
|
33
33
|
}, "strip", z.ZodTypeAny, {
|
34
|
-
|
35
|
-
|
36
|
-
squadName: string;
|
34
|
+
activeInbounds: {
|
35
|
+
inboundTag: string;
|
37
36
|
}[];
|
37
|
+
squadName: string;
|
38
38
|
}, {
|
39
|
-
|
40
|
-
|
41
|
-
squadName: string;
|
39
|
+
activeInbounds: {
|
40
|
+
inboundTag: string;
|
42
41
|
}[];
|
42
|
+
squadName: string;
|
43
43
|
}>, "many">;
|
44
44
|
}, "strip", z.ZodTypeAny, {
|
45
45
|
configProfileUuid: string;
|
46
|
-
|
47
|
-
|
48
|
-
|
49
|
-
|
46
|
+
configProfileName: string;
|
47
|
+
activeSquads: {
|
48
|
+
activeInbounds: {
|
49
|
+
inboundTag: string;
|
50
50
|
}[];
|
51
|
+
squadName: string;
|
51
52
|
}[];
|
52
|
-
configProfileName: string;
|
53
53
|
}, {
|
54
54
|
configProfileUuid: string;
|
55
|
-
|
56
|
-
|
57
|
-
|
58
|
-
|
55
|
+
configProfileName: string;
|
56
|
+
activeSquads: {
|
57
|
+
activeInbounds: {
|
58
|
+
inboundTag: string;
|
59
59
|
}[];
|
60
|
+
squadName: string;
|
60
61
|
}[];
|
61
|
-
configProfileName: string;
|
62
62
|
}>, "many">;
|
63
63
|
}, "strip", z.ZodTypeAny, {
|
64
64
|
uuid: string;
|
@@ -66,13 +66,13 @@ export declare namespace GetUserAccessibleNodesCommand {
|
|
66
66
|
nodeName: string;
|
67
67
|
reasons: {
|
68
68
|
configProfileUuid: string;
|
69
|
-
|
70
|
-
|
71
|
-
|
72
|
-
|
69
|
+
configProfileName: string;
|
70
|
+
activeSquads: {
|
71
|
+
activeInbounds: {
|
72
|
+
inboundTag: string;
|
73
73
|
}[];
|
74
|
+
squadName: string;
|
74
75
|
}[];
|
75
|
-
configProfileName: string;
|
76
76
|
}[];
|
77
77
|
}, {
|
78
78
|
uuid: string;
|
@@ -80,13 +80,13 @@ export declare namespace GetUserAccessibleNodesCommand {
|
|
80
80
|
nodeName: string;
|
81
81
|
reasons: {
|
82
82
|
configProfileUuid: string;
|
83
|
-
|
84
|
-
|
85
|
-
|
86
|
-
|
83
|
+
configProfileName: string;
|
84
|
+
activeSquads: {
|
85
|
+
activeInbounds: {
|
86
|
+
inboundTag: string;
|
87
87
|
}[];
|
88
|
+
squadName: string;
|
88
89
|
}[];
|
89
|
-
configProfileName: string;
|
90
90
|
}[];
|
91
91
|
}>, "many">;
|
92
92
|
}, "strip", z.ZodTypeAny, {
|
@@ -97,13 +97,13 @@ export declare namespace GetUserAccessibleNodesCommand {
|
|
97
97
|
nodeName: string;
|
98
98
|
reasons: {
|
99
99
|
configProfileUuid: string;
|
100
|
-
|
101
|
-
|
102
|
-
|
103
|
-
|
100
|
+
configProfileName: string;
|
101
|
+
activeSquads: {
|
102
|
+
activeInbounds: {
|
103
|
+
inboundTag: string;
|
104
104
|
}[];
|
105
|
+
squadName: string;
|
105
106
|
}[];
|
106
|
-
configProfileName: string;
|
107
107
|
}[];
|
108
108
|
}[];
|
109
109
|
}, {
|
@@ -114,13 +114,13 @@ export declare namespace GetUserAccessibleNodesCommand {
|
|
114
114
|
nodeName: string;
|
115
115
|
reasons: {
|
116
116
|
configProfileUuid: string;
|
117
|
-
|
118
|
-
|
119
|
-
|
120
|
-
|
117
|
+
configProfileName: string;
|
118
|
+
activeSquads: {
|
119
|
+
activeInbounds: {
|
120
|
+
inboundTag: string;
|
121
121
|
}[];
|
122
|
+
squadName: string;
|
122
123
|
}[];
|
123
|
-
configProfileName: string;
|
124
124
|
}[];
|
125
125
|
}[];
|
126
126
|
}>;
|
@@ -133,13 +133,13 @@ export declare namespace GetUserAccessibleNodesCommand {
|
|
133
133
|
nodeName: string;
|
134
134
|
reasons: {
|
135
135
|
configProfileUuid: string;
|
136
|
-
|
137
|
-
|
138
|
-
|
139
|
-
|
136
|
+
configProfileName: string;
|
137
|
+
activeSquads: {
|
138
|
+
activeInbounds: {
|
139
|
+
inboundTag: string;
|
140
140
|
}[];
|
141
|
+
squadName: string;
|
141
142
|
}[];
|
142
|
-
configProfileName: string;
|
143
143
|
}[];
|
144
144
|
}[];
|
145
145
|
};
|
@@ -152,13 +152,13 @@ export declare namespace GetUserAccessibleNodesCommand {
|
|
152
152
|
nodeName: string;
|
153
153
|
reasons: {
|
154
154
|
configProfileUuid: string;
|
155
|
-
|
156
|
-
|
157
|
-
|
158
|
-
|
155
|
+
configProfileName: string;
|
156
|
+
activeSquads: {
|
157
|
+
activeInbounds: {
|
158
|
+
inboundTag: string;
|
159
159
|
}[];
|
160
|
+
squadName: string;
|
160
161
|
}[];
|
161
|
-
configProfileName: string;
|
162
162
|
}[];
|
163
163
|
}[];
|
164
164
|
};
|
@@ -22,10 +22,10 @@ var GetUserAccessibleNodesCommand;
|
|
22
22
|
reasons: zod_1.z.array(zod_1.z.object({
|
23
23
|
configProfileUuid: zod_1.z.string().uuid(),
|
24
24
|
configProfileName: zod_1.z.string(),
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
|
25
|
+
activeSquads: zod_1.z.array(zod_1.z.object({
|
26
|
+
squadName: zod_1.z.string(),
|
27
|
+
activeInbounds: zod_1.z.array(zod_1.z.object({
|
28
|
+
inboundTag: zod_1.z.string(),
|
29
29
|
})),
|
30
30
|
})),
|
31
31
|
})),
|
@@ -22,10 +22,10 @@ var GetUserAccessibleNodesCommand;
|
|
22
22
|
reasons: zod_1.z.array(zod_1.z.object({
|
23
23
|
configProfileUuid: zod_1.z.string().uuid(),
|
24
24
|
configProfileName: zod_1.z.string(),
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
|
25
|
+
activeSquads: zod_1.z.array(zod_1.z.object({
|
26
|
+
squadName: zod_1.z.string(),
|
27
|
+
activeInbounds: zod_1.z.array(zod_1.z.object({
|
28
|
+
inboundTag: zod_1.z.string(),
|
29
29
|
})),
|
30
30
|
})),
|
31
31
|
})),
|
package/package.json
CHANGED