@remnawave/backend-contract 2.3.9 → 2.3.10
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
|
@@ -141,8 +141,8 @@ export declare namespace ReorderConfigProfileCommand {
|
|
|
141
141
|
uuid: string;
|
|
142
142
|
createdAt: Date;
|
|
143
143
|
updatedAt: Date;
|
|
144
|
-
viewPosition: number;
|
|
145
144
|
name: string;
|
|
145
|
+
viewPosition: number;
|
|
146
146
|
config?: unknown;
|
|
147
147
|
}, {
|
|
148
148
|
inbounds: {
|
|
@@ -163,8 +163,8 @@ export declare namespace ReorderConfigProfileCommand {
|
|
|
163
163
|
uuid: string;
|
|
164
164
|
createdAt: string;
|
|
165
165
|
updatedAt: string;
|
|
166
|
-
viewPosition: number;
|
|
167
166
|
name: string;
|
|
167
|
+
viewPosition: number;
|
|
168
168
|
config?: unknown;
|
|
169
169
|
}>, "many">;
|
|
170
170
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -188,8 +188,8 @@ export declare namespace ReorderConfigProfileCommand {
|
|
|
188
188
|
uuid: string;
|
|
189
189
|
createdAt: Date;
|
|
190
190
|
updatedAt: Date;
|
|
191
|
-
viewPosition: number;
|
|
192
191
|
name: string;
|
|
192
|
+
viewPosition: number;
|
|
193
193
|
config?: unknown;
|
|
194
194
|
}[];
|
|
195
195
|
}, {
|
|
@@ -213,8 +213,8 @@ export declare namespace ReorderConfigProfileCommand {
|
|
|
213
213
|
uuid: string;
|
|
214
214
|
createdAt: string;
|
|
215
215
|
updatedAt: string;
|
|
216
|
-
viewPosition: number;
|
|
217
216
|
name: string;
|
|
217
|
+
viewPosition: number;
|
|
218
218
|
config?: unknown;
|
|
219
219
|
}[];
|
|
220
220
|
}>;
|
|
@@ -240,8 +240,8 @@ export declare namespace ReorderConfigProfileCommand {
|
|
|
240
240
|
uuid: string;
|
|
241
241
|
createdAt: Date;
|
|
242
242
|
updatedAt: Date;
|
|
243
|
-
viewPosition: number;
|
|
244
243
|
name: string;
|
|
244
|
+
viewPosition: number;
|
|
245
245
|
config?: unknown;
|
|
246
246
|
}[];
|
|
247
247
|
};
|
|
@@ -267,8 +267,8 @@ export declare namespace ReorderConfigProfileCommand {
|
|
|
267
267
|
uuid: string;
|
|
268
268
|
createdAt: string;
|
|
269
269
|
updatedAt: string;
|
|
270
|
-
viewPosition: number;
|
|
271
270
|
name: string;
|
|
271
|
+
viewPosition: number;
|
|
272
272
|
config?: unknown;
|
|
273
273
|
}[];
|
|
274
274
|
};
|
|
@@ -86,8 +86,8 @@ export declare namespace CreateConfigProfileCommand {
|
|
|
86
86
|
uuid: string;
|
|
87
87
|
createdAt: Date;
|
|
88
88
|
updatedAt: Date;
|
|
89
|
-
viewPosition: number;
|
|
90
89
|
name: string;
|
|
90
|
+
viewPosition: number;
|
|
91
91
|
config?: unknown;
|
|
92
92
|
}, {
|
|
93
93
|
inbounds: {
|
|
@@ -108,8 +108,8 @@ export declare namespace CreateConfigProfileCommand {
|
|
|
108
108
|
uuid: string;
|
|
109
109
|
createdAt: string;
|
|
110
110
|
updatedAt: string;
|
|
111
|
-
viewPosition: number;
|
|
112
111
|
name: string;
|
|
112
|
+
viewPosition: number;
|
|
113
113
|
config?: unknown;
|
|
114
114
|
}>;
|
|
115
115
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -132,8 +132,8 @@ export declare namespace CreateConfigProfileCommand {
|
|
|
132
132
|
uuid: string;
|
|
133
133
|
createdAt: Date;
|
|
134
134
|
updatedAt: Date;
|
|
135
|
-
viewPosition: number;
|
|
136
135
|
name: string;
|
|
136
|
+
viewPosition: number;
|
|
137
137
|
config?: unknown;
|
|
138
138
|
};
|
|
139
139
|
}, {
|
|
@@ -156,8 +156,8 @@ export declare namespace CreateConfigProfileCommand {
|
|
|
156
156
|
uuid: string;
|
|
157
157
|
createdAt: string;
|
|
158
158
|
updatedAt: string;
|
|
159
|
-
viewPosition: number;
|
|
160
159
|
name: string;
|
|
160
|
+
viewPosition: number;
|
|
161
161
|
config?: unknown;
|
|
162
162
|
};
|
|
163
163
|
}>;
|
package/build/backend/commands/config-profiles/get-computed-config-profile-by-uuid.command.d.ts
CHANGED
|
@@ -79,8 +79,8 @@ export declare namespace GetComputedConfigProfileByUuidCommand {
|
|
|
79
79
|
uuid: string;
|
|
80
80
|
createdAt: Date;
|
|
81
81
|
updatedAt: Date;
|
|
82
|
-
viewPosition: number;
|
|
83
82
|
name: string;
|
|
83
|
+
viewPosition: number;
|
|
84
84
|
config?: unknown;
|
|
85
85
|
}, {
|
|
86
86
|
inbounds: {
|
|
@@ -101,8 +101,8 @@ export declare namespace GetComputedConfigProfileByUuidCommand {
|
|
|
101
101
|
uuid: string;
|
|
102
102
|
createdAt: string;
|
|
103
103
|
updatedAt: string;
|
|
104
|
-
viewPosition: number;
|
|
105
104
|
name: string;
|
|
105
|
+
viewPosition: number;
|
|
106
106
|
config?: unknown;
|
|
107
107
|
}>;
|
|
108
108
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -125,8 +125,8 @@ export declare namespace GetComputedConfigProfileByUuidCommand {
|
|
|
125
125
|
uuid: string;
|
|
126
126
|
createdAt: Date;
|
|
127
127
|
updatedAt: Date;
|
|
128
|
-
viewPosition: number;
|
|
129
128
|
name: string;
|
|
129
|
+
viewPosition: number;
|
|
130
130
|
config?: unknown;
|
|
131
131
|
};
|
|
132
132
|
}, {
|
|
@@ -149,8 +149,8 @@ export declare namespace GetComputedConfigProfileByUuidCommand {
|
|
|
149
149
|
uuid: string;
|
|
150
150
|
createdAt: string;
|
|
151
151
|
updatedAt: string;
|
|
152
|
-
viewPosition: number;
|
|
153
152
|
name: string;
|
|
153
|
+
viewPosition: number;
|
|
154
154
|
config?: unknown;
|
|
155
155
|
};
|
|
156
156
|
}>;
|
|
@@ -79,8 +79,8 @@ export declare namespace GetConfigProfileByUuidCommand {
|
|
|
79
79
|
uuid: string;
|
|
80
80
|
createdAt: Date;
|
|
81
81
|
updatedAt: Date;
|
|
82
|
-
viewPosition: number;
|
|
83
82
|
name: string;
|
|
83
|
+
viewPosition: number;
|
|
84
84
|
config?: unknown;
|
|
85
85
|
}, {
|
|
86
86
|
inbounds: {
|
|
@@ -101,8 +101,8 @@ export declare namespace GetConfigProfileByUuidCommand {
|
|
|
101
101
|
uuid: string;
|
|
102
102
|
createdAt: string;
|
|
103
103
|
updatedAt: string;
|
|
104
|
-
viewPosition: number;
|
|
105
104
|
name: string;
|
|
105
|
+
viewPosition: number;
|
|
106
106
|
config?: unknown;
|
|
107
107
|
}>;
|
|
108
108
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -125,8 +125,8 @@ export declare namespace GetConfigProfileByUuidCommand {
|
|
|
125
125
|
uuid: string;
|
|
126
126
|
createdAt: Date;
|
|
127
127
|
updatedAt: Date;
|
|
128
|
-
viewPosition: number;
|
|
129
128
|
name: string;
|
|
129
|
+
viewPosition: number;
|
|
130
130
|
config?: unknown;
|
|
131
131
|
};
|
|
132
132
|
}, {
|
|
@@ -149,8 +149,8 @@ export declare namespace GetConfigProfileByUuidCommand {
|
|
|
149
149
|
uuid: string;
|
|
150
150
|
createdAt: string;
|
|
151
151
|
updatedAt: string;
|
|
152
|
-
viewPosition: number;
|
|
153
152
|
name: string;
|
|
153
|
+
viewPosition: number;
|
|
154
154
|
config?: unknown;
|
|
155
155
|
};
|
|
156
156
|
}>;
|
|
@@ -73,8 +73,8 @@ export declare namespace GetConfigProfilesCommand {
|
|
|
73
73
|
uuid: string;
|
|
74
74
|
createdAt: Date;
|
|
75
75
|
updatedAt: Date;
|
|
76
|
-
viewPosition: number;
|
|
77
76
|
name: string;
|
|
77
|
+
viewPosition: number;
|
|
78
78
|
config?: unknown;
|
|
79
79
|
}, {
|
|
80
80
|
inbounds: {
|
|
@@ -95,8 +95,8 @@ export declare namespace GetConfigProfilesCommand {
|
|
|
95
95
|
uuid: string;
|
|
96
96
|
createdAt: string;
|
|
97
97
|
updatedAt: string;
|
|
98
|
-
viewPosition: number;
|
|
99
98
|
name: string;
|
|
99
|
+
viewPosition: number;
|
|
100
100
|
config?: unknown;
|
|
101
101
|
}>, "many">;
|
|
102
102
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -120,8 +120,8 @@ export declare namespace GetConfigProfilesCommand {
|
|
|
120
120
|
uuid: string;
|
|
121
121
|
createdAt: Date;
|
|
122
122
|
updatedAt: Date;
|
|
123
|
-
viewPosition: number;
|
|
124
123
|
name: string;
|
|
124
|
+
viewPosition: number;
|
|
125
125
|
config?: unknown;
|
|
126
126
|
}[];
|
|
127
127
|
}, {
|
|
@@ -145,8 +145,8 @@ export declare namespace GetConfigProfilesCommand {
|
|
|
145
145
|
uuid: string;
|
|
146
146
|
createdAt: string;
|
|
147
147
|
updatedAt: string;
|
|
148
|
-
viewPosition: number;
|
|
149
148
|
name: string;
|
|
149
|
+
viewPosition: number;
|
|
150
150
|
config?: unknown;
|
|
151
151
|
}[];
|
|
152
152
|
}>;
|
|
@@ -172,8 +172,8 @@ export declare namespace GetConfigProfilesCommand {
|
|
|
172
172
|
uuid: string;
|
|
173
173
|
createdAt: Date;
|
|
174
174
|
updatedAt: Date;
|
|
175
|
-
viewPosition: number;
|
|
176
175
|
name: string;
|
|
176
|
+
viewPosition: number;
|
|
177
177
|
config?: unknown;
|
|
178
178
|
}[];
|
|
179
179
|
};
|
|
@@ -199,8 +199,8 @@ export declare namespace GetConfigProfilesCommand {
|
|
|
199
199
|
uuid: string;
|
|
200
200
|
createdAt: string;
|
|
201
201
|
updatedAt: string;
|
|
202
|
-
viewPosition: number;
|
|
203
202
|
name: string;
|
|
203
|
+
viewPosition: number;
|
|
204
204
|
config?: unknown;
|
|
205
205
|
}[];
|
|
206
206
|
};
|
|
@@ -85,8 +85,8 @@ export declare namespace UpdateConfigProfileCommand {
|
|
|
85
85
|
uuid: string;
|
|
86
86
|
createdAt: Date;
|
|
87
87
|
updatedAt: Date;
|
|
88
|
-
viewPosition: number;
|
|
89
88
|
name: string;
|
|
89
|
+
viewPosition: number;
|
|
90
90
|
config?: unknown;
|
|
91
91
|
}, {
|
|
92
92
|
inbounds: {
|
|
@@ -107,8 +107,8 @@ export declare namespace UpdateConfigProfileCommand {
|
|
|
107
107
|
uuid: string;
|
|
108
108
|
createdAt: string;
|
|
109
109
|
updatedAt: string;
|
|
110
|
-
viewPosition: number;
|
|
111
110
|
name: string;
|
|
111
|
+
viewPosition: number;
|
|
112
112
|
config?: unknown;
|
|
113
113
|
}>;
|
|
114
114
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -131,8 +131,8 @@ export declare namespace UpdateConfigProfileCommand {
|
|
|
131
131
|
uuid: string;
|
|
132
132
|
createdAt: Date;
|
|
133
133
|
updatedAt: Date;
|
|
134
|
-
viewPosition: number;
|
|
135
134
|
name: string;
|
|
135
|
+
viewPosition: number;
|
|
136
136
|
config?: unknown;
|
|
137
137
|
};
|
|
138
138
|
}, {
|
|
@@ -155,8 +155,8 @@ export declare namespace UpdateConfigProfileCommand {
|
|
|
155
155
|
uuid: string;
|
|
156
156
|
createdAt: string;
|
|
157
157
|
updatedAt: string;
|
|
158
|
-
viewPosition: number;
|
|
159
158
|
name: string;
|
|
159
|
+
viewPosition: number;
|
|
160
160
|
config?: unknown;
|
|
161
161
|
};
|
|
162
162
|
}>;
|
|
@@ -206,8 +206,8 @@ export declare namespace ReorderExternalSquadCommand {
|
|
|
206
206
|
uuid: string;
|
|
207
207
|
createdAt: Date;
|
|
208
208
|
updatedAt: Date;
|
|
209
|
-
viewPosition: number;
|
|
210
209
|
name: string;
|
|
210
|
+
viewPosition: number;
|
|
211
211
|
hwidSettings: {
|
|
212
212
|
enabled: boolean;
|
|
213
213
|
fallbackDeviceLimit: number;
|
|
@@ -241,8 +241,8 @@ export declare namespace ReorderExternalSquadCommand {
|
|
|
241
241
|
uuid: string;
|
|
242
242
|
createdAt: string;
|
|
243
243
|
updatedAt: string;
|
|
244
|
-
viewPosition: number;
|
|
245
244
|
name: string;
|
|
245
|
+
viewPosition: number;
|
|
246
246
|
hwidSettings: {
|
|
247
247
|
enabled: boolean;
|
|
248
248
|
fallbackDeviceLimit: number;
|
|
@@ -279,8 +279,8 @@ export declare namespace ReorderExternalSquadCommand {
|
|
|
279
279
|
uuid: string;
|
|
280
280
|
createdAt: Date;
|
|
281
281
|
updatedAt: Date;
|
|
282
|
-
viewPosition: number;
|
|
283
282
|
name: string;
|
|
283
|
+
viewPosition: number;
|
|
284
284
|
hwidSettings: {
|
|
285
285
|
enabled: boolean;
|
|
286
286
|
fallbackDeviceLimit: number;
|
|
@@ -317,8 +317,8 @@ export declare namespace ReorderExternalSquadCommand {
|
|
|
317
317
|
uuid: string;
|
|
318
318
|
createdAt: string;
|
|
319
319
|
updatedAt: string;
|
|
320
|
-
viewPosition: number;
|
|
321
320
|
name: string;
|
|
321
|
+
viewPosition: number;
|
|
322
322
|
hwidSettings: {
|
|
323
323
|
enabled: boolean;
|
|
324
324
|
fallbackDeviceLimit: number;
|
|
@@ -357,8 +357,8 @@ export declare namespace ReorderExternalSquadCommand {
|
|
|
357
357
|
uuid: string;
|
|
358
358
|
createdAt: Date;
|
|
359
359
|
updatedAt: Date;
|
|
360
|
-
viewPosition: number;
|
|
361
360
|
name: string;
|
|
361
|
+
viewPosition: number;
|
|
362
362
|
hwidSettings: {
|
|
363
363
|
enabled: boolean;
|
|
364
364
|
fallbackDeviceLimit: number;
|
|
@@ -397,8 +397,8 @@ export declare namespace ReorderExternalSquadCommand {
|
|
|
397
397
|
uuid: string;
|
|
398
398
|
createdAt: string;
|
|
399
399
|
updatedAt: string;
|
|
400
|
-
viewPosition: number;
|
|
401
400
|
name: string;
|
|
401
|
+
viewPosition: number;
|
|
402
402
|
hwidSettings: {
|
|
403
403
|
enabled: boolean;
|
|
404
404
|
fallbackDeviceLimit: number;
|
|
@@ -104,8 +104,8 @@ export declare namespace CreateExternalSquadCommand {
|
|
|
104
104
|
uuid: string;
|
|
105
105
|
createdAt: Date;
|
|
106
106
|
updatedAt: Date;
|
|
107
|
-
viewPosition: number;
|
|
108
107
|
name: string;
|
|
108
|
+
viewPosition: number;
|
|
109
109
|
hwidSettings: {
|
|
110
110
|
enabled: boolean;
|
|
111
111
|
fallbackDeviceLimit: number;
|
|
@@ -139,8 +139,8 @@ export declare namespace CreateExternalSquadCommand {
|
|
|
139
139
|
uuid: string;
|
|
140
140
|
createdAt: string;
|
|
141
141
|
updatedAt: string;
|
|
142
|
-
viewPosition: number;
|
|
143
142
|
name: string;
|
|
143
|
+
viewPosition: number;
|
|
144
144
|
hwidSettings: {
|
|
145
145
|
enabled: boolean;
|
|
146
146
|
fallbackDeviceLimit: number;
|
|
@@ -176,8 +176,8 @@ export declare namespace CreateExternalSquadCommand {
|
|
|
176
176
|
uuid: string;
|
|
177
177
|
createdAt: Date;
|
|
178
178
|
updatedAt: Date;
|
|
179
|
-
viewPosition: number;
|
|
180
179
|
name: string;
|
|
180
|
+
viewPosition: number;
|
|
181
181
|
hwidSettings: {
|
|
182
182
|
enabled: boolean;
|
|
183
183
|
fallbackDeviceLimit: number;
|
|
@@ -213,8 +213,8 @@ export declare namespace CreateExternalSquadCommand {
|
|
|
213
213
|
uuid: string;
|
|
214
214
|
createdAt: string;
|
|
215
215
|
updatedAt: string;
|
|
216
|
-
viewPosition: number;
|
|
217
216
|
name: string;
|
|
217
|
+
viewPosition: number;
|
|
218
218
|
hwidSettings: {
|
|
219
219
|
enabled: boolean;
|
|
220
220
|
fallbackDeviceLimit: number;
|
|
@@ -104,8 +104,8 @@ export declare namespace GetExternalSquadByUuidCommand {
|
|
|
104
104
|
uuid: string;
|
|
105
105
|
createdAt: Date;
|
|
106
106
|
updatedAt: Date;
|
|
107
|
-
viewPosition: number;
|
|
108
107
|
name: string;
|
|
108
|
+
viewPosition: number;
|
|
109
109
|
hwidSettings: {
|
|
110
110
|
enabled: boolean;
|
|
111
111
|
fallbackDeviceLimit: number;
|
|
@@ -139,8 +139,8 @@ export declare namespace GetExternalSquadByUuidCommand {
|
|
|
139
139
|
uuid: string;
|
|
140
140
|
createdAt: string;
|
|
141
141
|
updatedAt: string;
|
|
142
|
-
viewPosition: number;
|
|
143
142
|
name: string;
|
|
143
|
+
viewPosition: number;
|
|
144
144
|
hwidSettings: {
|
|
145
145
|
enabled: boolean;
|
|
146
146
|
fallbackDeviceLimit: number;
|
|
@@ -176,8 +176,8 @@ export declare namespace GetExternalSquadByUuidCommand {
|
|
|
176
176
|
uuid: string;
|
|
177
177
|
createdAt: Date;
|
|
178
178
|
updatedAt: Date;
|
|
179
|
-
viewPosition: number;
|
|
180
179
|
name: string;
|
|
180
|
+
viewPosition: number;
|
|
181
181
|
hwidSettings: {
|
|
182
182
|
enabled: boolean;
|
|
183
183
|
fallbackDeviceLimit: number;
|
|
@@ -213,8 +213,8 @@ export declare namespace GetExternalSquadByUuidCommand {
|
|
|
213
213
|
uuid: string;
|
|
214
214
|
createdAt: string;
|
|
215
215
|
updatedAt: string;
|
|
216
|
-
viewPosition: number;
|
|
217
216
|
name: string;
|
|
217
|
+
viewPosition: number;
|
|
218
218
|
hwidSettings: {
|
|
219
219
|
enabled: boolean;
|
|
220
220
|
fallbackDeviceLimit: number;
|
|
@@ -98,8 +98,8 @@ export declare namespace GetExternalSquadsCommand {
|
|
|
98
98
|
uuid: string;
|
|
99
99
|
createdAt: Date;
|
|
100
100
|
updatedAt: Date;
|
|
101
|
-
viewPosition: number;
|
|
102
101
|
name: string;
|
|
102
|
+
viewPosition: number;
|
|
103
103
|
hwidSettings: {
|
|
104
104
|
enabled: boolean;
|
|
105
105
|
fallbackDeviceLimit: number;
|
|
@@ -133,8 +133,8 @@ export declare namespace GetExternalSquadsCommand {
|
|
|
133
133
|
uuid: string;
|
|
134
134
|
createdAt: string;
|
|
135
135
|
updatedAt: string;
|
|
136
|
-
viewPosition: number;
|
|
137
136
|
name: string;
|
|
137
|
+
viewPosition: number;
|
|
138
138
|
hwidSettings: {
|
|
139
139
|
enabled: boolean;
|
|
140
140
|
fallbackDeviceLimit: number;
|
|
@@ -171,8 +171,8 @@ export declare namespace GetExternalSquadsCommand {
|
|
|
171
171
|
uuid: string;
|
|
172
172
|
createdAt: Date;
|
|
173
173
|
updatedAt: Date;
|
|
174
|
-
viewPosition: number;
|
|
175
174
|
name: string;
|
|
175
|
+
viewPosition: number;
|
|
176
176
|
hwidSettings: {
|
|
177
177
|
enabled: boolean;
|
|
178
178
|
fallbackDeviceLimit: number;
|
|
@@ -209,8 +209,8 @@ export declare namespace GetExternalSquadsCommand {
|
|
|
209
209
|
uuid: string;
|
|
210
210
|
createdAt: string;
|
|
211
211
|
updatedAt: string;
|
|
212
|
-
viewPosition: number;
|
|
213
212
|
name: string;
|
|
213
|
+
viewPosition: number;
|
|
214
214
|
hwidSettings: {
|
|
215
215
|
enabled: boolean;
|
|
216
216
|
fallbackDeviceLimit: number;
|
|
@@ -249,8 +249,8 @@ export declare namespace GetExternalSquadsCommand {
|
|
|
249
249
|
uuid: string;
|
|
250
250
|
createdAt: Date;
|
|
251
251
|
updatedAt: Date;
|
|
252
|
-
viewPosition: number;
|
|
253
252
|
name: string;
|
|
253
|
+
viewPosition: number;
|
|
254
254
|
hwidSettings: {
|
|
255
255
|
enabled: boolean;
|
|
256
256
|
fallbackDeviceLimit: number;
|
|
@@ -289,8 +289,8 @@ export declare namespace GetExternalSquadsCommand {
|
|
|
289
289
|
uuid: string;
|
|
290
290
|
createdAt: string;
|
|
291
291
|
updatedAt: string;
|
|
292
|
-
viewPosition: number;
|
|
293
292
|
name: string;
|
|
293
|
+
viewPosition: number;
|
|
294
294
|
hwidSettings: {
|
|
295
295
|
enabled: boolean;
|
|
296
296
|
fallbackDeviceLimit: number;
|
|
@@ -234,8 +234,8 @@ export declare namespace UpdateExternalSquadCommand {
|
|
|
234
234
|
uuid: string;
|
|
235
235
|
createdAt: Date;
|
|
236
236
|
updatedAt: Date;
|
|
237
|
-
viewPosition: number;
|
|
238
237
|
name: string;
|
|
238
|
+
viewPosition: number;
|
|
239
239
|
hwidSettings: {
|
|
240
240
|
enabled: boolean;
|
|
241
241
|
fallbackDeviceLimit: number;
|
|
@@ -269,8 +269,8 @@ export declare namespace UpdateExternalSquadCommand {
|
|
|
269
269
|
uuid: string;
|
|
270
270
|
createdAt: string;
|
|
271
271
|
updatedAt: string;
|
|
272
|
-
viewPosition: number;
|
|
273
272
|
name: string;
|
|
273
|
+
viewPosition: number;
|
|
274
274
|
hwidSettings: {
|
|
275
275
|
enabled: boolean;
|
|
276
276
|
fallbackDeviceLimit: number;
|
|
@@ -306,8 +306,8 @@ export declare namespace UpdateExternalSquadCommand {
|
|
|
306
306
|
uuid: string;
|
|
307
307
|
createdAt: Date;
|
|
308
308
|
updatedAt: Date;
|
|
309
|
-
viewPosition: number;
|
|
310
309
|
name: string;
|
|
310
|
+
viewPosition: number;
|
|
311
311
|
hwidSettings: {
|
|
312
312
|
enabled: boolean;
|
|
313
313
|
fallbackDeviceLimit: number;
|
|
@@ -343,8 +343,8 @@ export declare namespace UpdateExternalSquadCommand {
|
|
|
343
343
|
uuid: string;
|
|
344
344
|
createdAt: string;
|
|
345
345
|
updatedAt: string;
|
|
346
|
-
viewPosition: number;
|
|
347
346
|
name: string;
|
|
347
|
+
viewPosition: number;
|
|
348
348
|
hwidSettings: {
|
|
349
349
|
enabled: boolean;
|
|
350
350
|
fallbackDeviceLimit: number;
|
|
@@ -56,9 +56,9 @@ export declare namespace BulkDeleteHostsCommand {
|
|
|
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 BulkDeleteHostsCommand {
|
|
|
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 BulkDeleteHostsCommand {
|
|
|
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 BulkDeleteHostsCommand {
|
|
|
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;
|
|
@@ -56,9 +56,9 @@ export declare namespace BulkDisableHostsCommand {
|
|
|
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 BulkDisableHostsCommand {
|
|
|
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 BulkDisableHostsCommand {
|
|
|
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 BulkDisableHostsCommand {
|
|
|
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;
|
|
@@ -56,9 +56,9 @@ export declare namespace BulkEnableHostsCommand {
|
|
|
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 BulkEnableHostsCommand {
|
|
|
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 BulkEnableHostsCommand {
|
|
|
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 BulkEnableHostsCommand {
|
|
|
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;
|
|
@@ -62,9 +62,9 @@ export declare namespace SetInboundToManyHostsCommand {
|
|
|
62
62
|
nodes: string[];
|
|
63
63
|
path: string | null;
|
|
64
64
|
uuid: string;
|
|
65
|
-
viewPosition: number;
|
|
66
65
|
tag: string | null;
|
|
67
66
|
port: number;
|
|
67
|
+
viewPosition: number;
|
|
68
68
|
remark: string;
|
|
69
69
|
address: string;
|
|
70
70
|
sni: string | null;
|
|
@@ -92,9 +92,9 @@ export declare namespace SetInboundToManyHostsCommand {
|
|
|
92
92
|
nodes: string[];
|
|
93
93
|
path: string | null;
|
|
94
94
|
uuid: string;
|
|
95
|
-
viewPosition: number;
|
|
96
95
|
tag: string | null;
|
|
97
96
|
port: number;
|
|
97
|
+
viewPosition: number;
|
|
98
98
|
remark: string;
|
|
99
99
|
address: string;
|
|
100
100
|
sni: string | null;
|
|
@@ -124,9 +124,9 @@ export declare namespace SetInboundToManyHostsCommand {
|
|
|
124
124
|
nodes: string[];
|
|
125
125
|
path: string | null;
|
|
126
126
|
uuid: string;
|
|
127
|
-
viewPosition: number;
|
|
128
127
|
tag: string | null;
|
|
129
128
|
port: number;
|
|
129
|
+
viewPosition: number;
|
|
130
130
|
remark: string;
|
|
131
131
|
address: string;
|
|
132
132
|
sni: string | null;
|
|
@@ -156,9 +156,9 @@ export declare namespace SetInboundToManyHostsCommand {
|
|
|
156
156
|
nodes: string[];
|
|
157
157
|
path: string | null;
|
|
158
158
|
uuid: string;
|
|
159
|
-
viewPosition: number;
|
|
160
159
|
tag: string | null;
|
|
161
160
|
port: number;
|
|
161
|
+
viewPosition: number;
|
|
162
162
|
remark: string;
|
|
163
163
|
address: string;
|
|
164
164
|
sni: string | null;
|