@remnawave/backend-contract 2.3.9 → 2.3.11
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/config-profiles/actions/reorder.command.d.ts +6 -6
- package/build/backend/commands/config-profiles/create-config-profile.command.d.ts +4 -4
- package/build/backend/commands/config-profiles/get-computed-config-profile-by-uuid.command.d.ts +4 -4
- package/build/backend/commands/config-profiles/get-config-profile-by-uuid.command.d.ts +4 -4
- package/build/backend/commands/config-profiles/get-config-profiles.command.d.ts +6 -6
- package/build/backend/commands/config-profiles/update-config-profile.command.d.ts +4 -4
- package/build/backend/commands/external-squads/actions/reorder.command.d.ts +6 -6
- package/build/backend/commands/external-squads/create-external-squad.command.d.ts +4 -4
- package/build/backend/commands/external-squads/get-external-squad-by-uuid.command.d.ts +4 -4
- package/build/backend/commands/external-squads/get-external-squads.command.d.ts +6 -6
- package/build/backend/commands/external-squads/update-external-squad.command.d.ts +4 -4
- package/build/backend/commands/hosts/bulk/delete-many-hosts.command.d.ts +4 -4
- package/build/backend/commands/hosts/bulk/disable-many-hosts.command.d.ts +4 -4
- package/build/backend/commands/hosts/bulk/enable-many-hosts.command.d.ts +4 -4
- package/build/backend/commands/hosts/bulk/set-inbound-to-many-hosts.command.d.ts +4 -4
- package/build/backend/commands/hosts/bulk/set-port-to-many-hosts.command.d.ts +4 -4
- package/build/backend/commands/hosts/create.command.d.ts +4 -4
- package/build/backend/commands/hosts/get-all.command.d.ts +4 -4
- package/build/backend/commands/hosts/get-one.command.d.ts +4 -4
- package/build/backend/commands/hosts/update.command.d.ts +4 -4
- package/build/backend/commands/internal-squads/actions/reorder.command.d.ts +6 -6
- package/build/backend/commands/internal-squads/create-internal-squad.command.d.ts +4 -4
- package/build/backend/commands/internal-squads/get-internal-squad-by-uuid.d.ts +4 -4
- package/build/backend/commands/internal-squads/get-internal-squads.command.d.ts +6 -6
- package/build/backend/commands/internal-squads/update-internal-squad.command.d.ts +4 -4
- package/build/backend/commands/nodes/actions/disable.command.d.ts +4 -4
- package/build/backend/commands/nodes/actions/enable.command.d.ts +4 -4
- package/build/backend/commands/nodes/actions/reorder.command.d.ts +4 -4
- package/build/backend/commands/nodes/create.command.d.ts +4 -4
- package/build/backend/commands/nodes/get-all.command.d.ts +4 -4
- package/build/backend/commands/nodes/get-one.command.d.ts +4 -4
- package/build/backend/commands/nodes/update.command.d.ts +4 -4
- package/build/backend/commands/subscription-template/actions/reorder.command.d.ts +6 -6
- package/build/backend/commands/subscription-template/create-template.command.d.ts +4 -4
- package/build/backend/commands/subscription-template/get-template.command.d.ts +4 -4
- package/build/backend/commands/subscription-template/get-templates.command.d.ts +6 -6
- package/build/backend/commands/subscription-template/update-template.command.d.ts +4 -4
- package/build/backend/commands/subscriptions/get-by/get-raw-subscription-by-short-uuid.command.d.ts +8 -17
- package/build/backend/commands/subscriptions/get-by/get-raw-subscription-by-short-uuid.command.d.ts.map +1 -1
- package/build/backend/commands/users/actions/disable-user.command.d.ts +0 -7
- package/build/backend/commands/users/actions/disable-user.command.d.ts.map +1 -1
- package/build/backend/commands/users/actions/enable-user.command.d.ts +0 -7
- package/build/backend/commands/users/actions/enable-user.command.d.ts.map +1 -1
- package/build/backend/commands/users/actions/reset-user-traffic.command.d.ts +0 -7
- package/build/backend/commands/users/actions/reset-user-traffic.command.d.ts.map +1 -1
- package/build/backend/commands/users/actions/revoke-user-subscription.command.d.ts +0 -7
- package/build/backend/commands/users/actions/revoke-user-subscription.command.d.ts.map +1 -1
- package/build/backend/commands/users/create-user.command.d.ts +0 -7
- package/build/backend/commands/users/create-user.command.d.ts.map +1 -1
- package/build/backend/commands/users/get-all-users.command.d.ts +0 -9
- package/build/backend/commands/users/get-all-users.command.d.ts.map +1 -1
- package/build/backend/commands/users/get-by/get-user-by-email.command.d.ts +0 -7
- package/build/backend/commands/users/get-by/get-user-by-email.command.d.ts.map +1 -1
- package/build/backend/commands/users/get-by/get-user-by-short-uuid.command.d.ts +0 -7
- package/build/backend/commands/users/get-by/get-user-by-short-uuid.command.d.ts.map +1 -1
- package/build/backend/commands/users/get-by/get-user-by-tag.command.d.ts +0 -7
- package/build/backend/commands/users/get-by/get-user-by-tag.command.d.ts.map +1 -1
- package/build/backend/commands/users/get-by/get-user-by-telegram-id.command.d.ts +0 -7
- package/build/backend/commands/users/get-by/get-user-by-telegram-id.command.d.ts.map +1 -1
- package/build/backend/commands/users/get-by/get-user-by-username.command.d.ts +0 -7
- package/build/backend/commands/users/get-by/get-user-by-username.command.d.ts.map +1 -1
- package/build/backend/commands/users/get-user-by-uuid.command.d.ts +0 -7
- package/build/backend/commands/users/get-user-by-uuid.command.d.ts.map +1 -1
- package/build/backend/commands/users/update-user.command.d.ts +0 -7
- package/build/backend/commands/users/update-user.command.d.ts.map +1 -1
- package/build/backend/models/base-internal-squad.schema.d.ts +0 -3
- package/build/backend/models/base-internal-squad.schema.d.ts.map +1 -1
- package/build/backend/models/base-internal-squad.schema.js +0 -1
- package/build/backend/models/config-profile.schema.d.ts +2 -2
- package/build/backend/models/extended-users.schema.d.ts +0 -5
- package/build/backend/models/extended-users.schema.d.ts.map +1 -1
- package/build/backend/models/external-squad.schema.d.ts +2 -2
- package/build/backend/models/hosts.schema.d.ts +2 -2
- package/build/backend/models/internal-squad.schema.d.ts +2 -2
- package/build/backend/models/nodes.schema.d.ts +2 -2
- package/build/backend/models/subscription-template.schema.d.ts +2 -2
- package/build/frontend/models/base-internal-squad.schema.js +0 -1
- package/package.json +1 -1
|
@@ -59,9 +59,9 @@ export declare namespace SetPortToManyHostsCommand {
|
|
|
59
59
|
nodes: string[];
|
|
60
60
|
path: string | null;
|
|
61
61
|
uuid: string;
|
|
62
|
-
viewPosition: number;
|
|
63
62
|
tag: string | null;
|
|
64
63
|
port: number;
|
|
64
|
+
viewPosition: number;
|
|
65
65
|
remark: string;
|
|
66
66
|
address: string;
|
|
67
67
|
sni: string | null;
|
|
@@ -89,9 +89,9 @@ export declare namespace SetPortToManyHostsCommand {
|
|
|
89
89
|
nodes: string[];
|
|
90
90
|
path: string | null;
|
|
91
91
|
uuid: string;
|
|
92
|
-
viewPosition: number;
|
|
93
92
|
tag: string | null;
|
|
94
93
|
port: number;
|
|
94
|
+
viewPosition: number;
|
|
95
95
|
remark: string;
|
|
96
96
|
address: string;
|
|
97
97
|
sni: string | null;
|
|
@@ -121,9 +121,9 @@ export declare namespace SetPortToManyHostsCommand {
|
|
|
121
121
|
nodes: string[];
|
|
122
122
|
path: string | null;
|
|
123
123
|
uuid: string;
|
|
124
|
-
viewPosition: number;
|
|
125
124
|
tag: string | null;
|
|
126
125
|
port: number;
|
|
126
|
+
viewPosition: number;
|
|
127
127
|
remark: string;
|
|
128
128
|
address: string;
|
|
129
129
|
sni: string | null;
|
|
@@ -153,9 +153,9 @@ export declare namespace SetPortToManyHostsCommand {
|
|
|
153
153
|
nodes: string[];
|
|
154
154
|
path: string | null;
|
|
155
155
|
uuid: string;
|
|
156
|
-
viewPosition: number;
|
|
157
156
|
tag: string | null;
|
|
158
157
|
port: number;
|
|
158
|
+
viewPosition: number;
|
|
159
159
|
remark: string;
|
|
160
160
|
address: string;
|
|
161
161
|
sni: string | null;
|
|
@@ -161,9 +161,9 @@ export declare namespace CreateHostCommand {
|
|
|
161
161
|
nodes: string[];
|
|
162
162
|
path: string | null;
|
|
163
163
|
uuid: string;
|
|
164
|
-
viewPosition: number;
|
|
165
164
|
tag: string | null;
|
|
166
165
|
port: number;
|
|
166
|
+
viewPosition: number;
|
|
167
167
|
remark: string;
|
|
168
168
|
address: string;
|
|
169
169
|
sni: string | null;
|
|
@@ -191,9 +191,9 @@ export declare namespace CreateHostCommand {
|
|
|
191
191
|
nodes: string[];
|
|
192
192
|
path: string | null;
|
|
193
193
|
uuid: string;
|
|
194
|
-
viewPosition: number;
|
|
195
194
|
tag: string | null;
|
|
196
195
|
port: number;
|
|
196
|
+
viewPosition: number;
|
|
197
197
|
remark: string;
|
|
198
198
|
address: string;
|
|
199
199
|
sni: string | null;
|
|
@@ -223,9 +223,9 @@ export declare namespace CreateHostCommand {
|
|
|
223
223
|
nodes: string[];
|
|
224
224
|
path: string | null;
|
|
225
225
|
uuid: string;
|
|
226
|
-
viewPosition: number;
|
|
227
226
|
tag: string | null;
|
|
228
227
|
port: number;
|
|
228
|
+
viewPosition: number;
|
|
229
229
|
remark: string;
|
|
230
230
|
address: string;
|
|
231
231
|
sni: string | null;
|
|
@@ -255,9 +255,9 @@ export declare namespace CreateHostCommand {
|
|
|
255
255
|
nodes: string[];
|
|
256
256
|
path: string | null;
|
|
257
257
|
uuid: string;
|
|
258
|
-
viewPosition: number;
|
|
259
258
|
tag: string | null;
|
|
260
259
|
port: number;
|
|
260
|
+
viewPosition: number;
|
|
261
261
|
remark: string;
|
|
262
262
|
address: string;
|
|
263
263
|
sni: string | null;
|
|
@@ -48,9 +48,9 @@ export declare namespace GetAllHostsCommand {
|
|
|
48
48
|
nodes: string[];
|
|
49
49
|
path: string | null;
|
|
50
50
|
uuid: string;
|
|
51
|
-
viewPosition: number;
|
|
52
51
|
tag: string | null;
|
|
53
52
|
port: number;
|
|
53
|
+
viewPosition: number;
|
|
54
54
|
remark: string;
|
|
55
55
|
address: string;
|
|
56
56
|
sni: string | null;
|
|
@@ -78,9 +78,9 @@ export declare namespace GetAllHostsCommand {
|
|
|
78
78
|
nodes: string[];
|
|
79
79
|
path: string | null;
|
|
80
80
|
uuid: string;
|
|
81
|
-
viewPosition: number;
|
|
82
81
|
tag: string | null;
|
|
83
82
|
port: number;
|
|
83
|
+
viewPosition: number;
|
|
84
84
|
remark: string;
|
|
85
85
|
address: string;
|
|
86
86
|
sni: string | null;
|
|
@@ -110,9 +110,9 @@ export declare namespace GetAllHostsCommand {
|
|
|
110
110
|
nodes: string[];
|
|
111
111
|
path: string | null;
|
|
112
112
|
uuid: string;
|
|
113
|
-
viewPosition: number;
|
|
114
113
|
tag: string | null;
|
|
115
114
|
port: number;
|
|
115
|
+
viewPosition: number;
|
|
116
116
|
remark: string;
|
|
117
117
|
address: string;
|
|
118
118
|
sni: string | null;
|
|
@@ -142,9 +142,9 @@ export declare namespace GetAllHostsCommand {
|
|
|
142
142
|
nodes: string[];
|
|
143
143
|
path: string | null;
|
|
144
144
|
uuid: string;
|
|
145
|
-
viewPosition: number;
|
|
146
145
|
tag: string | null;
|
|
147
146
|
port: number;
|
|
147
|
+
viewPosition: number;
|
|
148
148
|
remark: string;
|
|
149
149
|
address: string;
|
|
150
150
|
sni: string | null;
|
|
@@ -56,9 +56,9 @@ export declare namespace GetOneHostCommand {
|
|
|
56
56
|
nodes: string[];
|
|
57
57
|
path: string | null;
|
|
58
58
|
uuid: string;
|
|
59
|
-
viewPosition: number;
|
|
60
59
|
tag: string | null;
|
|
61
60
|
port: number;
|
|
61
|
+
viewPosition: number;
|
|
62
62
|
remark: string;
|
|
63
63
|
address: string;
|
|
64
64
|
sni: string | null;
|
|
@@ -86,9 +86,9 @@ export declare namespace GetOneHostCommand {
|
|
|
86
86
|
nodes: string[];
|
|
87
87
|
path: string | null;
|
|
88
88
|
uuid: string;
|
|
89
|
-
viewPosition: number;
|
|
90
89
|
tag: string | null;
|
|
91
90
|
port: number;
|
|
91
|
+
viewPosition: number;
|
|
92
92
|
remark: string;
|
|
93
93
|
address: string;
|
|
94
94
|
sni: string | null;
|
|
@@ -118,9 +118,9 @@ export declare namespace GetOneHostCommand {
|
|
|
118
118
|
nodes: string[];
|
|
119
119
|
path: string | null;
|
|
120
120
|
uuid: string;
|
|
121
|
-
viewPosition: number;
|
|
122
121
|
tag: string | null;
|
|
123
122
|
port: number;
|
|
123
|
+
viewPosition: number;
|
|
124
124
|
remark: string;
|
|
125
125
|
address: string;
|
|
126
126
|
sni: string | null;
|
|
@@ -150,9 +150,9 @@ export declare namespace GetOneHostCommand {
|
|
|
150
150
|
nodes: string[];
|
|
151
151
|
path: string | null;
|
|
152
152
|
uuid: string;
|
|
153
|
-
viewPosition: number;
|
|
154
153
|
tag: string | null;
|
|
155
154
|
port: number;
|
|
155
|
+
viewPosition: number;
|
|
156
156
|
remark: string;
|
|
157
157
|
address: string;
|
|
158
158
|
sni: string | null;
|
|
@@ -203,9 +203,9 @@ export declare namespace UpdateHostCommand {
|
|
|
203
203
|
nodes: string[];
|
|
204
204
|
path: string | null;
|
|
205
205
|
uuid: string;
|
|
206
|
-
viewPosition: number;
|
|
207
206
|
tag: string | null;
|
|
208
207
|
port: number;
|
|
208
|
+
viewPosition: number;
|
|
209
209
|
remark: string;
|
|
210
210
|
address: string;
|
|
211
211
|
sni: string | null;
|
|
@@ -233,9 +233,9 @@ export declare namespace UpdateHostCommand {
|
|
|
233
233
|
nodes: string[];
|
|
234
234
|
path: string | null;
|
|
235
235
|
uuid: string;
|
|
236
|
-
viewPosition: number;
|
|
237
236
|
tag: string | null;
|
|
238
237
|
port: number;
|
|
238
|
+
viewPosition: number;
|
|
239
239
|
remark: string;
|
|
240
240
|
address: string;
|
|
241
241
|
sni: string | null;
|
|
@@ -265,9 +265,9 @@ export declare namespace UpdateHostCommand {
|
|
|
265
265
|
nodes: string[];
|
|
266
266
|
path: string | null;
|
|
267
267
|
uuid: string;
|
|
268
|
-
viewPosition: number;
|
|
269
268
|
tag: string | null;
|
|
270
269
|
port: number;
|
|
270
|
+
viewPosition: number;
|
|
271
271
|
remark: string;
|
|
272
272
|
address: string;
|
|
273
273
|
sni: string | null;
|
|
@@ -297,9 +297,9 @@ export declare namespace UpdateHostCommand {
|
|
|
297
297
|
nodes: string[];
|
|
298
298
|
path: string | null;
|
|
299
299
|
uuid: string;
|
|
300
|
-
viewPosition: number;
|
|
301
300
|
tag: string | null;
|
|
302
301
|
port: number;
|
|
302
|
+
viewPosition: number;
|
|
303
303
|
remark: string;
|
|
304
304
|
address: string;
|
|
305
305
|
sni: string | null;
|
|
@@ -128,8 +128,8 @@ export declare namespace ReorderInternalSquadCommand {
|
|
|
128
128
|
uuid: string;
|
|
129
129
|
createdAt: Date;
|
|
130
130
|
updatedAt: Date;
|
|
131
|
-
viewPosition: number;
|
|
132
131
|
name: string;
|
|
132
|
+
viewPosition: number;
|
|
133
133
|
info: {
|
|
134
134
|
membersCount: number;
|
|
135
135
|
inboundsCount: number;
|
|
@@ -148,8 +148,8 @@ export declare namespace ReorderInternalSquadCommand {
|
|
|
148
148
|
uuid: string;
|
|
149
149
|
createdAt: string;
|
|
150
150
|
updatedAt: string;
|
|
151
|
-
viewPosition: number;
|
|
152
151
|
name: string;
|
|
152
|
+
viewPosition: number;
|
|
153
153
|
info: {
|
|
154
154
|
membersCount: number;
|
|
155
155
|
inboundsCount: number;
|
|
@@ -171,8 +171,8 @@ export declare namespace ReorderInternalSquadCommand {
|
|
|
171
171
|
uuid: string;
|
|
172
172
|
createdAt: Date;
|
|
173
173
|
updatedAt: Date;
|
|
174
|
-
viewPosition: number;
|
|
175
174
|
name: string;
|
|
175
|
+
viewPosition: number;
|
|
176
176
|
info: {
|
|
177
177
|
membersCount: number;
|
|
178
178
|
inboundsCount: number;
|
|
@@ -194,8 +194,8 @@ export declare namespace ReorderInternalSquadCommand {
|
|
|
194
194
|
uuid: string;
|
|
195
195
|
createdAt: string;
|
|
196
196
|
updatedAt: string;
|
|
197
|
-
viewPosition: number;
|
|
198
197
|
name: string;
|
|
198
|
+
viewPosition: number;
|
|
199
199
|
info: {
|
|
200
200
|
membersCount: number;
|
|
201
201
|
inboundsCount: number;
|
|
@@ -219,8 +219,8 @@ export declare namespace ReorderInternalSquadCommand {
|
|
|
219
219
|
uuid: string;
|
|
220
220
|
createdAt: Date;
|
|
221
221
|
updatedAt: Date;
|
|
222
|
-
viewPosition: number;
|
|
223
222
|
name: string;
|
|
223
|
+
viewPosition: number;
|
|
224
224
|
info: {
|
|
225
225
|
membersCount: number;
|
|
226
226
|
inboundsCount: number;
|
|
@@ -244,8 +244,8 @@ export declare namespace ReorderInternalSquadCommand {
|
|
|
244
244
|
uuid: string;
|
|
245
245
|
createdAt: string;
|
|
246
246
|
updatedAt: string;
|
|
247
|
-
viewPosition: number;
|
|
248
247
|
name: string;
|
|
248
|
+
viewPosition: number;
|
|
249
249
|
info: {
|
|
250
250
|
membersCount: number;
|
|
251
251
|
inboundsCount: number;
|
|
@@ -73,8 +73,8 @@ export declare namespace CreateInternalSquadCommand {
|
|
|
73
73
|
uuid: string;
|
|
74
74
|
createdAt: Date;
|
|
75
75
|
updatedAt: Date;
|
|
76
|
-
viewPosition: number;
|
|
77
76
|
name: string;
|
|
77
|
+
viewPosition: number;
|
|
78
78
|
info: {
|
|
79
79
|
membersCount: number;
|
|
80
80
|
inboundsCount: number;
|
|
@@ -93,8 +93,8 @@ export declare namespace CreateInternalSquadCommand {
|
|
|
93
93
|
uuid: string;
|
|
94
94
|
createdAt: string;
|
|
95
95
|
updatedAt: string;
|
|
96
|
-
viewPosition: number;
|
|
97
96
|
name: string;
|
|
97
|
+
viewPosition: number;
|
|
98
98
|
info: {
|
|
99
99
|
membersCount: number;
|
|
100
100
|
inboundsCount: number;
|
|
@@ -115,8 +115,8 @@ export declare namespace CreateInternalSquadCommand {
|
|
|
115
115
|
uuid: string;
|
|
116
116
|
createdAt: Date;
|
|
117
117
|
updatedAt: Date;
|
|
118
|
-
viewPosition: number;
|
|
119
118
|
name: string;
|
|
119
|
+
viewPosition: number;
|
|
120
120
|
info: {
|
|
121
121
|
membersCount: number;
|
|
122
122
|
inboundsCount: number;
|
|
@@ -137,8 +137,8 @@ export declare namespace CreateInternalSquadCommand {
|
|
|
137
137
|
uuid: string;
|
|
138
138
|
createdAt: string;
|
|
139
139
|
updatedAt: string;
|
|
140
|
-
viewPosition: number;
|
|
141
140
|
name: string;
|
|
141
|
+
viewPosition: number;
|
|
142
142
|
info: {
|
|
143
143
|
membersCount: number;
|
|
144
144
|
inboundsCount: number;
|
|
@@ -70,8 +70,8 @@ export declare namespace GetInternalSquadByUuidCommand {
|
|
|
70
70
|
uuid: string;
|
|
71
71
|
createdAt: Date;
|
|
72
72
|
updatedAt: Date;
|
|
73
|
-
viewPosition: number;
|
|
74
73
|
name: string;
|
|
74
|
+
viewPosition: number;
|
|
75
75
|
info: {
|
|
76
76
|
membersCount: number;
|
|
77
77
|
inboundsCount: number;
|
|
@@ -90,8 +90,8 @@ export declare namespace GetInternalSquadByUuidCommand {
|
|
|
90
90
|
uuid: string;
|
|
91
91
|
createdAt: string;
|
|
92
92
|
updatedAt: string;
|
|
93
|
-
viewPosition: number;
|
|
94
93
|
name: string;
|
|
94
|
+
viewPosition: number;
|
|
95
95
|
info: {
|
|
96
96
|
membersCount: number;
|
|
97
97
|
inboundsCount: number;
|
|
@@ -112,8 +112,8 @@ export declare namespace GetInternalSquadByUuidCommand {
|
|
|
112
112
|
uuid: string;
|
|
113
113
|
createdAt: Date;
|
|
114
114
|
updatedAt: Date;
|
|
115
|
-
viewPosition: number;
|
|
116
115
|
name: string;
|
|
116
|
+
viewPosition: number;
|
|
117
117
|
info: {
|
|
118
118
|
membersCount: number;
|
|
119
119
|
inboundsCount: number;
|
|
@@ -134,8 +134,8 @@ export declare namespace GetInternalSquadByUuidCommand {
|
|
|
134
134
|
uuid: string;
|
|
135
135
|
createdAt: string;
|
|
136
136
|
updatedAt: string;
|
|
137
|
-
viewPosition: number;
|
|
138
137
|
name: string;
|
|
138
|
+
viewPosition: number;
|
|
139
139
|
info: {
|
|
140
140
|
membersCount: number;
|
|
141
141
|
inboundsCount: number;
|
|
@@ -64,8 +64,8 @@ export declare namespace GetInternalSquadsCommand {
|
|
|
64
64
|
uuid: string;
|
|
65
65
|
createdAt: Date;
|
|
66
66
|
updatedAt: Date;
|
|
67
|
-
viewPosition: number;
|
|
68
67
|
name: string;
|
|
68
|
+
viewPosition: number;
|
|
69
69
|
info: {
|
|
70
70
|
membersCount: number;
|
|
71
71
|
inboundsCount: number;
|
|
@@ -84,8 +84,8 @@ export declare namespace GetInternalSquadsCommand {
|
|
|
84
84
|
uuid: string;
|
|
85
85
|
createdAt: string;
|
|
86
86
|
updatedAt: string;
|
|
87
|
-
viewPosition: number;
|
|
88
87
|
name: string;
|
|
88
|
+
viewPosition: number;
|
|
89
89
|
info: {
|
|
90
90
|
membersCount: number;
|
|
91
91
|
inboundsCount: number;
|
|
@@ -107,8 +107,8 @@ export declare namespace GetInternalSquadsCommand {
|
|
|
107
107
|
uuid: string;
|
|
108
108
|
createdAt: Date;
|
|
109
109
|
updatedAt: Date;
|
|
110
|
-
viewPosition: number;
|
|
111
110
|
name: string;
|
|
111
|
+
viewPosition: number;
|
|
112
112
|
info: {
|
|
113
113
|
membersCount: number;
|
|
114
114
|
inboundsCount: number;
|
|
@@ -130,8 +130,8 @@ export declare namespace GetInternalSquadsCommand {
|
|
|
130
130
|
uuid: string;
|
|
131
131
|
createdAt: string;
|
|
132
132
|
updatedAt: string;
|
|
133
|
-
viewPosition: number;
|
|
134
133
|
name: string;
|
|
134
|
+
viewPosition: number;
|
|
135
135
|
info: {
|
|
136
136
|
membersCount: number;
|
|
137
137
|
inboundsCount: number;
|
|
@@ -155,8 +155,8 @@ export declare namespace GetInternalSquadsCommand {
|
|
|
155
155
|
uuid: string;
|
|
156
156
|
createdAt: Date;
|
|
157
157
|
updatedAt: Date;
|
|
158
|
-
viewPosition: number;
|
|
159
158
|
name: string;
|
|
159
|
+
viewPosition: number;
|
|
160
160
|
info: {
|
|
161
161
|
membersCount: number;
|
|
162
162
|
inboundsCount: number;
|
|
@@ -180,8 +180,8 @@ export declare namespace GetInternalSquadsCommand {
|
|
|
180
180
|
uuid: string;
|
|
181
181
|
createdAt: string;
|
|
182
182
|
updatedAt: string;
|
|
183
|
-
viewPosition: number;
|
|
184
183
|
name: string;
|
|
184
|
+
viewPosition: number;
|
|
185
185
|
info: {
|
|
186
186
|
membersCount: number;
|
|
187
187
|
inboundsCount: number;
|
|
@@ -76,8 +76,8 @@ export declare namespace UpdateInternalSquadCommand {
|
|
|
76
76
|
uuid: string;
|
|
77
77
|
createdAt: Date;
|
|
78
78
|
updatedAt: Date;
|
|
79
|
-
viewPosition: number;
|
|
80
79
|
name: string;
|
|
80
|
+
viewPosition: number;
|
|
81
81
|
info: {
|
|
82
82
|
membersCount: number;
|
|
83
83
|
inboundsCount: number;
|
|
@@ -96,8 +96,8 @@ export declare namespace UpdateInternalSquadCommand {
|
|
|
96
96
|
uuid: string;
|
|
97
97
|
createdAt: string;
|
|
98
98
|
updatedAt: string;
|
|
99
|
-
viewPosition: number;
|
|
100
99
|
name: string;
|
|
100
|
+
viewPosition: number;
|
|
101
101
|
info: {
|
|
102
102
|
membersCount: number;
|
|
103
103
|
inboundsCount: number;
|
|
@@ -118,8 +118,8 @@ export declare namespace UpdateInternalSquadCommand {
|
|
|
118
118
|
uuid: string;
|
|
119
119
|
createdAt: Date;
|
|
120
120
|
updatedAt: Date;
|
|
121
|
-
viewPosition: number;
|
|
122
121
|
name: string;
|
|
122
|
+
viewPosition: number;
|
|
123
123
|
info: {
|
|
124
124
|
membersCount: number;
|
|
125
125
|
inboundsCount: number;
|
|
@@ -140,8 +140,8 @@ export declare namespace UpdateInternalSquadCommand {
|
|
|
140
140
|
uuid: string;
|
|
141
141
|
createdAt: string;
|
|
142
142
|
updatedAt: string;
|
|
143
|
-
viewPosition: number;
|
|
144
143
|
name: string;
|
|
144
|
+
viewPosition: number;
|
|
145
145
|
info: {
|
|
146
146
|
membersCount: number;
|
|
147
147
|
inboundsCount: number;
|
|
@@ -131,9 +131,9 @@ export declare namespace DisableNodeCommand {
|
|
|
131
131
|
faviconLink: string | null;
|
|
132
132
|
loginUrl: string | null;
|
|
133
133
|
} | null;
|
|
134
|
-
viewPosition: number;
|
|
135
134
|
name: string;
|
|
136
135
|
port: number | null;
|
|
136
|
+
viewPosition: number;
|
|
137
137
|
countryCode: string;
|
|
138
138
|
trafficLimitBytes: number | null;
|
|
139
139
|
address: string;
|
|
@@ -182,9 +182,9 @@ export declare namespace DisableNodeCommand {
|
|
|
182
182
|
faviconLink: string | null;
|
|
183
183
|
loginUrl: string | null;
|
|
184
184
|
} | null;
|
|
185
|
-
viewPosition: number;
|
|
186
185
|
name: string;
|
|
187
186
|
port: number | null;
|
|
187
|
+
viewPosition: number;
|
|
188
188
|
countryCode: string;
|
|
189
189
|
trafficLimitBytes: number | null;
|
|
190
190
|
address: string;
|
|
@@ -235,9 +235,9 @@ export declare namespace DisableNodeCommand {
|
|
|
235
235
|
faviconLink: string | null;
|
|
236
236
|
loginUrl: string | null;
|
|
237
237
|
} | null;
|
|
238
|
-
viewPosition: number;
|
|
239
238
|
name: string;
|
|
240
239
|
port: number | null;
|
|
240
|
+
viewPosition: number;
|
|
241
241
|
countryCode: string;
|
|
242
242
|
trafficLimitBytes: number | null;
|
|
243
243
|
address: string;
|
|
@@ -288,9 +288,9 @@ export declare namespace DisableNodeCommand {
|
|
|
288
288
|
faviconLink: string | null;
|
|
289
289
|
loginUrl: string | null;
|
|
290
290
|
} | null;
|
|
291
|
-
viewPosition: number;
|
|
292
291
|
name: string;
|
|
293
292
|
port: number | null;
|
|
293
|
+
viewPosition: number;
|
|
294
294
|
countryCode: string;
|
|
295
295
|
trafficLimitBytes: number | null;
|
|
296
296
|
address: string;
|
|
@@ -131,9 +131,9 @@ export declare namespace EnableNodeCommand {
|
|
|
131
131
|
faviconLink: string | null;
|
|
132
132
|
loginUrl: string | null;
|
|
133
133
|
} | null;
|
|
134
|
-
viewPosition: number;
|
|
135
134
|
name: string;
|
|
136
135
|
port: number | null;
|
|
136
|
+
viewPosition: number;
|
|
137
137
|
countryCode: string;
|
|
138
138
|
trafficLimitBytes: number | null;
|
|
139
139
|
address: string;
|
|
@@ -182,9 +182,9 @@ export declare namespace EnableNodeCommand {
|
|
|
182
182
|
faviconLink: string | null;
|
|
183
183
|
loginUrl: string | null;
|
|
184
184
|
} | null;
|
|
185
|
-
viewPosition: number;
|
|
186
185
|
name: string;
|
|
187
186
|
port: number | null;
|
|
187
|
+
viewPosition: number;
|
|
188
188
|
countryCode: string;
|
|
189
189
|
trafficLimitBytes: number | null;
|
|
190
190
|
address: string;
|
|
@@ -235,9 +235,9 @@ export declare namespace EnableNodeCommand {
|
|
|
235
235
|
faviconLink: string | null;
|
|
236
236
|
loginUrl: string | null;
|
|
237
237
|
} | null;
|
|
238
|
-
viewPosition: number;
|
|
239
238
|
name: string;
|
|
240
239
|
port: number | null;
|
|
240
|
+
viewPosition: number;
|
|
241
241
|
countryCode: string;
|
|
242
242
|
trafficLimitBytes: number | null;
|
|
243
243
|
address: string;
|
|
@@ -288,9 +288,9 @@ export declare namespace EnableNodeCommand {
|
|
|
288
288
|
faviconLink: string | null;
|
|
289
289
|
loginUrl: string | null;
|
|
290
290
|
} | null;
|
|
291
|
-
viewPosition: number;
|
|
292
291
|
name: string;
|
|
293
292
|
port: number | null;
|
|
293
|
+
viewPosition: number;
|
|
294
294
|
countryCode: string;
|
|
295
295
|
trafficLimitBytes: number | null;
|
|
296
296
|
address: string;
|
|
@@ -250,9 +250,9 @@ export declare namespace ReorderNodeCommand {
|
|
|
250
250
|
faviconLink: string | null;
|
|
251
251
|
loginUrl: string | null;
|
|
252
252
|
} | null;
|
|
253
|
-
viewPosition: number;
|
|
254
253
|
name: string;
|
|
255
254
|
port: number | null;
|
|
255
|
+
viewPosition: number;
|
|
256
256
|
countryCode: string;
|
|
257
257
|
trafficLimitBytes: number | null;
|
|
258
258
|
address: string;
|
|
@@ -301,9 +301,9 @@ export declare namespace ReorderNodeCommand {
|
|
|
301
301
|
faviconLink: string | null;
|
|
302
302
|
loginUrl: string | null;
|
|
303
303
|
} | null;
|
|
304
|
-
viewPosition: number;
|
|
305
304
|
name: string;
|
|
306
305
|
port: number | null;
|
|
306
|
+
viewPosition: number;
|
|
307
307
|
countryCode: string;
|
|
308
308
|
trafficLimitBytes: number | null;
|
|
309
309
|
address: string;
|
|
@@ -354,9 +354,9 @@ export declare namespace ReorderNodeCommand {
|
|
|
354
354
|
faviconLink: string | null;
|
|
355
355
|
loginUrl: string | null;
|
|
356
356
|
} | null;
|
|
357
|
-
viewPosition: number;
|
|
358
357
|
name: string;
|
|
359
358
|
port: number | null;
|
|
359
|
+
viewPosition: number;
|
|
360
360
|
countryCode: string;
|
|
361
361
|
trafficLimitBytes: number | null;
|
|
362
362
|
address: string;
|
|
@@ -407,9 +407,9 @@ export declare namespace ReorderNodeCommand {
|
|
|
407
407
|
faviconLink: string | null;
|
|
408
408
|
loginUrl: string | null;
|
|
409
409
|
} | null;
|
|
410
|
-
viewPosition: number;
|
|
411
410
|
name: string;
|
|
412
411
|
port: number | null;
|
|
412
|
+
viewPosition: number;
|
|
413
413
|
countryCode: string;
|
|
414
414
|
trafficLimitBytes: number | null;
|
|
415
415
|
address: string;
|
|
@@ -176,9 +176,9 @@ export declare namespace CreateNodeCommand {
|
|
|
176
176
|
faviconLink: string | null;
|
|
177
177
|
loginUrl: string | null;
|
|
178
178
|
} | null;
|
|
179
|
-
viewPosition: number;
|
|
180
179
|
name: string;
|
|
181
180
|
port: number | null;
|
|
181
|
+
viewPosition: number;
|
|
182
182
|
countryCode: string;
|
|
183
183
|
trafficLimitBytes: number | null;
|
|
184
184
|
address: string;
|
|
@@ -227,9 +227,9 @@ export declare namespace CreateNodeCommand {
|
|
|
227
227
|
faviconLink: string | null;
|
|
228
228
|
loginUrl: string | null;
|
|
229
229
|
} | null;
|
|
230
|
-
viewPosition: number;
|
|
231
230
|
name: string;
|
|
232
231
|
port: number | null;
|
|
232
|
+
viewPosition: number;
|
|
233
233
|
countryCode: string;
|
|
234
234
|
trafficLimitBytes: number | null;
|
|
235
235
|
address: string;
|
|
@@ -280,9 +280,9 @@ export declare namespace CreateNodeCommand {
|
|
|
280
280
|
faviconLink: string | null;
|
|
281
281
|
loginUrl: string | null;
|
|
282
282
|
} | null;
|
|
283
|
-
viewPosition: number;
|
|
284
283
|
name: string;
|
|
285
284
|
port: number | null;
|
|
285
|
+
viewPosition: number;
|
|
286
286
|
countryCode: string;
|
|
287
287
|
trafficLimitBytes: number | null;
|
|
288
288
|
address: string;
|
|
@@ -333,9 +333,9 @@ export declare namespace CreateNodeCommand {
|
|
|
333
333
|
faviconLink: string | null;
|
|
334
334
|
loginUrl: string | null;
|
|
335
335
|
} | null;
|
|
336
|
-
viewPosition: number;
|
|
337
336
|
name: string;
|
|
338
337
|
port: number | null;
|
|
338
|
+
viewPosition: number;
|
|
339
339
|
countryCode: string;
|
|
340
340
|
trafficLimitBytes: number | null;
|
|
341
341
|
address: string;
|
|
@@ -123,9 +123,9 @@ export declare namespace GetAllNodesCommand {
|
|
|
123
123
|
faviconLink: string | null;
|
|
124
124
|
loginUrl: string | null;
|
|
125
125
|
} | null;
|
|
126
|
-
viewPosition: number;
|
|
127
126
|
name: string;
|
|
128
127
|
port: number | null;
|
|
128
|
+
viewPosition: number;
|
|
129
129
|
countryCode: string;
|
|
130
130
|
trafficLimitBytes: number | null;
|
|
131
131
|
address: string;
|
|
@@ -174,9 +174,9 @@ export declare namespace GetAllNodesCommand {
|
|
|
174
174
|
faviconLink: string | null;
|
|
175
175
|
loginUrl: string | null;
|
|
176
176
|
} | null;
|
|
177
|
-
viewPosition: number;
|
|
178
177
|
name: string;
|
|
179
178
|
port: number | null;
|
|
179
|
+
viewPosition: number;
|
|
180
180
|
countryCode: string;
|
|
181
181
|
trafficLimitBytes: number | null;
|
|
182
182
|
address: string;
|
|
@@ -227,9 +227,9 @@ export declare namespace GetAllNodesCommand {
|
|
|
227
227
|
faviconLink: string | null;
|
|
228
228
|
loginUrl: string | null;
|
|
229
229
|
} | null;
|
|
230
|
-
viewPosition: number;
|
|
231
230
|
name: string;
|
|
232
231
|
port: number | null;
|
|
232
|
+
viewPosition: number;
|
|
233
233
|
countryCode: string;
|
|
234
234
|
trafficLimitBytes: number | null;
|
|
235
235
|
address: string;
|
|
@@ -280,9 +280,9 @@ export declare namespace GetAllNodesCommand {
|
|
|
280
280
|
faviconLink: string | null;
|
|
281
281
|
loginUrl: string | null;
|
|
282
282
|
} | null;
|
|
283
|
-
viewPosition: number;
|
|
284
283
|
name: string;
|
|
285
284
|
port: number | null;
|
|
285
|
+
viewPosition: number;
|
|
286
286
|
countryCode: string;
|
|
287
287
|
trafficLimitBytes: number | null;
|
|
288
288
|
address: string;
|