@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
|
@@ -60,15 +60,12 @@ export declare namespace RevokeUserSubscriptionCommand {
|
|
|
60
60
|
subscriptionUrl: z.ZodString;
|
|
61
61
|
activeInternalSquads: z.ZodArray<z.ZodObject<{
|
|
62
62
|
uuid: z.ZodString;
|
|
63
|
-
viewPosition: z.ZodNumber;
|
|
64
63
|
name: z.ZodString;
|
|
65
64
|
}, "strip", z.ZodTypeAny, {
|
|
66
65
|
uuid: string;
|
|
67
|
-
viewPosition: number;
|
|
68
66
|
name: string;
|
|
69
67
|
}, {
|
|
70
68
|
uuid: string;
|
|
71
|
-
viewPosition: number;
|
|
72
69
|
name: string;
|
|
73
70
|
}>, "many">;
|
|
74
71
|
userTraffic: z.ZodObject<{
|
|
@@ -117,7 +114,6 @@ export declare namespace RevokeUserSubscriptionCommand {
|
|
|
117
114
|
subscriptionUrl: string;
|
|
118
115
|
activeInternalSquads: {
|
|
119
116
|
uuid: string;
|
|
120
|
-
viewPosition: number;
|
|
121
117
|
name: string;
|
|
122
118
|
}[];
|
|
123
119
|
userTraffic: {
|
|
@@ -150,7 +146,6 @@ export declare namespace RevokeUserSubscriptionCommand {
|
|
|
150
146
|
subscriptionUrl: string;
|
|
151
147
|
activeInternalSquads: {
|
|
152
148
|
uuid: string;
|
|
153
|
-
viewPosition: number;
|
|
154
149
|
name: string;
|
|
155
150
|
}[];
|
|
156
151
|
userTraffic: {
|
|
@@ -193,7 +188,6 @@ export declare namespace RevokeUserSubscriptionCommand {
|
|
|
193
188
|
subscriptionUrl: string;
|
|
194
189
|
activeInternalSquads: {
|
|
195
190
|
uuid: string;
|
|
196
|
-
viewPosition: number;
|
|
197
191
|
name: string;
|
|
198
192
|
}[];
|
|
199
193
|
userTraffic: {
|
|
@@ -228,7 +222,6 @@ export declare namespace RevokeUserSubscriptionCommand {
|
|
|
228
222
|
subscriptionUrl: string;
|
|
229
223
|
activeInternalSquads: {
|
|
230
224
|
uuid: string;
|
|
231
|
-
viewPosition: number;
|
|
232
225
|
name: string;
|
|
233
226
|
}[];
|
|
234
227
|
userTraffic: {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"revoke-user-subscription.command.d.ts","sourceRoot":"","sources":["../../../../../commands/users/actions/revoke-user-subscription.command.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAMxB,yBAAiB,6BAA6B,CAAC;IACpC,MAAM,GAAG,0BAA6C,CAAC;IACvD,MAAM,OAAO,QAAe,CAAC;IAE7B,MAAM,eAAe,8CAI3B,CAAC;IAEK,MAAM,aAAa;;;;;;MAExB,CAAC;IAEH,KAAY,OAAO,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,aAAa,CAAC,CAAC;IAE7C,MAAM,iBAAiB;;;;;;;;eAa7B,CAAC;IAEF,KAAY,WAAW,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,iBAAiB,CAAC,CAAC;IAErD,MAAM,cAAc
|
|
1
|
+
{"version":3,"file":"revoke-user-subscription.command.d.ts","sourceRoot":"","sources":["../../../../../commands/users/actions/revoke-user-subscription.command.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAMxB,yBAAiB,6BAA6B,CAAC;IACpC,MAAM,GAAG,0BAA6C,CAAC;IACvD,MAAM,OAAO,QAAe,CAAC;IAE7B,MAAM,eAAe,8CAI3B,CAAC;IAEK,MAAM,aAAa;;;;;;MAExB,CAAC;IAEH,KAAY,OAAO,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,aAAa,CAAC,CAAC;IAE7C,MAAM,iBAAiB;;;;;;;;eAa7B,CAAC;IAEF,KAAY,WAAW,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,iBAAiB,CAAC,CAAC;IAErD,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;MAEzB,CAAC;IAEH,KAAY,QAAQ,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,cAAc,CAAC,CAAC;CACzD"}
|
|
@@ -114,15 +114,12 @@ export declare namespace CreateUserCommand {
|
|
|
114
114
|
subscriptionUrl: z.ZodString;
|
|
115
115
|
activeInternalSquads: z.ZodArray<z.ZodObject<{
|
|
116
116
|
uuid: z.ZodString;
|
|
117
|
-
viewPosition: z.ZodNumber;
|
|
118
117
|
name: z.ZodString;
|
|
119
118
|
}, "strip", z.ZodTypeAny, {
|
|
120
119
|
uuid: string;
|
|
121
|
-
viewPosition: number;
|
|
122
120
|
name: string;
|
|
123
121
|
}, {
|
|
124
122
|
uuid: string;
|
|
125
|
-
viewPosition: number;
|
|
126
123
|
name: string;
|
|
127
124
|
}>, "many">;
|
|
128
125
|
userTraffic: z.ZodObject<{
|
|
@@ -171,7 +168,6 @@ export declare namespace CreateUserCommand {
|
|
|
171
168
|
subscriptionUrl: string;
|
|
172
169
|
activeInternalSquads: {
|
|
173
170
|
uuid: string;
|
|
174
|
-
viewPosition: number;
|
|
175
171
|
name: string;
|
|
176
172
|
}[];
|
|
177
173
|
userTraffic: {
|
|
@@ -204,7 +200,6 @@ export declare namespace CreateUserCommand {
|
|
|
204
200
|
subscriptionUrl: string;
|
|
205
201
|
activeInternalSquads: {
|
|
206
202
|
uuid: string;
|
|
207
|
-
viewPosition: number;
|
|
208
203
|
name: string;
|
|
209
204
|
}[];
|
|
210
205
|
userTraffic: {
|
|
@@ -247,7 +242,6 @@ export declare namespace CreateUserCommand {
|
|
|
247
242
|
subscriptionUrl: string;
|
|
248
243
|
activeInternalSquads: {
|
|
249
244
|
uuid: string;
|
|
250
|
-
viewPosition: number;
|
|
251
245
|
name: string;
|
|
252
246
|
}[];
|
|
253
247
|
userTraffic: {
|
|
@@ -282,7 +276,6 @@ export declare namespace CreateUserCommand {
|
|
|
282
276
|
subscriptionUrl: string;
|
|
283
277
|
activeInternalSquads: {
|
|
284
278
|
uuid: string;
|
|
285
|
-
viewPosition: number;
|
|
286
279
|
name: string;
|
|
287
280
|
}[];
|
|
288
281
|
userTraffic: {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"create-user.command.d.ts","sourceRoot":"","sources":["../../../../commands/users/create-user.command.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAMxB,yBAAiB,iBAAiB,CAAC;IACxB,MAAM,GAAG,eAAwB,CAAC;IAClC,MAAM,OAAO,eAAM,CAAC;IAEpB,MAAM,eAAe,2CAI3B,CAAC;IAEK,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;MAmJxB,CAAC;IAEH,KAAY,OAAO,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,aAAa,CAAC,CAAC;IAE7C,MAAM,cAAc
|
|
1
|
+
{"version":3,"file":"create-user.command.d.ts","sourceRoot":"","sources":["../../../../commands/users/create-user.command.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAMxB,yBAAiB,iBAAiB,CAAC;IACxB,MAAM,GAAG,eAAwB,CAAC;IAClC,MAAM,OAAO,eAAM,CAAC;IAEpB,MAAM,eAAe,2CAI3B,CAAC;IAEK,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;MAmJxB,CAAC;IAEH,KAAY,OAAO,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,aAAa,CAAC,CAAC;IAE7C,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;MAEzB,CAAC;IAEH,KAAY,QAAQ,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,cAAc,CAAC,CAAC;CACzD"}
|
|
@@ -96,15 +96,12 @@ export declare namespace GetAllUsersCommand {
|
|
|
96
96
|
subscriptionUrl: z.ZodString;
|
|
97
97
|
activeInternalSquads: z.ZodArray<z.ZodObject<{
|
|
98
98
|
uuid: z.ZodString;
|
|
99
|
-
viewPosition: z.ZodNumber;
|
|
100
99
|
name: z.ZodString;
|
|
101
100
|
}, "strip", z.ZodTypeAny, {
|
|
102
101
|
uuid: string;
|
|
103
|
-
viewPosition: number;
|
|
104
102
|
name: string;
|
|
105
103
|
}, {
|
|
106
104
|
uuid: string;
|
|
107
|
-
viewPosition: number;
|
|
108
105
|
name: string;
|
|
109
106
|
}>, "many">;
|
|
110
107
|
userTraffic: z.ZodObject<{
|
|
@@ -153,7 +150,6 @@ export declare namespace GetAllUsersCommand {
|
|
|
153
150
|
subscriptionUrl: string;
|
|
154
151
|
activeInternalSquads: {
|
|
155
152
|
uuid: string;
|
|
156
|
-
viewPosition: number;
|
|
157
153
|
name: string;
|
|
158
154
|
}[];
|
|
159
155
|
userTraffic: {
|
|
@@ -186,7 +182,6 @@ export declare namespace GetAllUsersCommand {
|
|
|
186
182
|
subscriptionUrl: string;
|
|
187
183
|
activeInternalSquads: {
|
|
188
184
|
uuid: string;
|
|
189
|
-
viewPosition: number;
|
|
190
185
|
name: string;
|
|
191
186
|
}[];
|
|
192
187
|
userTraffic: {
|
|
@@ -230,7 +225,6 @@ export declare namespace GetAllUsersCommand {
|
|
|
230
225
|
subscriptionUrl: string;
|
|
231
226
|
activeInternalSquads: {
|
|
232
227
|
uuid: string;
|
|
233
|
-
viewPosition: number;
|
|
234
228
|
name: string;
|
|
235
229
|
}[];
|
|
236
230
|
userTraffic: {
|
|
@@ -266,7 +260,6 @@ export declare namespace GetAllUsersCommand {
|
|
|
266
260
|
subscriptionUrl: string;
|
|
267
261
|
activeInternalSquads: {
|
|
268
262
|
uuid: string;
|
|
269
|
-
viewPosition: number;
|
|
270
263
|
name: string;
|
|
271
264
|
}[];
|
|
272
265
|
userTraffic: {
|
|
@@ -312,7 +305,6 @@ export declare namespace GetAllUsersCommand {
|
|
|
312
305
|
subscriptionUrl: string;
|
|
313
306
|
activeInternalSquads: {
|
|
314
307
|
uuid: string;
|
|
315
|
-
viewPosition: number;
|
|
316
308
|
name: string;
|
|
317
309
|
}[];
|
|
318
310
|
userTraffic: {
|
|
@@ -350,7 +342,6 @@ export declare namespace GetAllUsersCommand {
|
|
|
350
342
|
subscriptionUrl: string;
|
|
351
343
|
activeInternalSquads: {
|
|
352
344
|
uuid: string;
|
|
353
|
-
viewPosition: number;
|
|
354
345
|
name: string;
|
|
355
346
|
}[];
|
|
356
347
|
userTraffic: {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"get-all-users.command.d.ts","sourceRoot":"","sources":["../../../../commands/users/get-all-users.command.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAMxB,yBAAiB,kBAAkB,CAAC;IACzB,MAAM,GAAG,eAAqB,CAAC;IAC/B,MAAM,OAAO,eAAM,CAAC;IAEpB,MAAM,eAAe,2CAA+D,CAAC;IAErF,MAAM,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;MAAkC,CAAC;IAElE,KAAY,YAAY,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,kBAAkB,CAAC,CAAC;IAEvD,MAAM,cAAc
|
|
1
|
+
{"version":3,"file":"get-all-users.command.d.ts","sourceRoot":"","sources":["../../../../commands/users/get-all-users.command.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAMxB,yBAAiB,kBAAkB,CAAC;IACzB,MAAM,GAAG,eAAqB,CAAC;IAC/B,MAAM,OAAO,eAAM,CAAC;IAEpB,MAAM,eAAe,2CAA+D,CAAC;IAErF,MAAM,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;MAAkC,CAAC;IAElE,KAAY,YAAY,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,kBAAkB,CAAC,CAAC;IAEvD,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;MAKzB,CAAC;IAEH,KAAY,QAAQ,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,cAAc,CAAC,CAAC;CACzD"}
|
|
@@ -50,15 +50,12 @@ export declare namespace GetUserByEmailCommand {
|
|
|
50
50
|
subscriptionUrl: z.ZodString;
|
|
51
51
|
activeInternalSquads: z.ZodArray<z.ZodObject<{
|
|
52
52
|
uuid: z.ZodString;
|
|
53
|
-
viewPosition: z.ZodNumber;
|
|
54
53
|
name: z.ZodString;
|
|
55
54
|
}, "strip", z.ZodTypeAny, {
|
|
56
55
|
uuid: string;
|
|
57
|
-
viewPosition: number;
|
|
58
56
|
name: string;
|
|
59
57
|
}, {
|
|
60
58
|
uuid: string;
|
|
61
|
-
viewPosition: number;
|
|
62
59
|
name: string;
|
|
63
60
|
}>, "many">;
|
|
64
61
|
userTraffic: z.ZodObject<{
|
|
@@ -107,7 +104,6 @@ export declare namespace GetUserByEmailCommand {
|
|
|
107
104
|
subscriptionUrl: string;
|
|
108
105
|
activeInternalSquads: {
|
|
109
106
|
uuid: string;
|
|
110
|
-
viewPosition: number;
|
|
111
107
|
name: string;
|
|
112
108
|
}[];
|
|
113
109
|
userTraffic: {
|
|
@@ -140,7 +136,6 @@ export declare namespace GetUserByEmailCommand {
|
|
|
140
136
|
subscriptionUrl: string;
|
|
141
137
|
activeInternalSquads: {
|
|
142
138
|
uuid: string;
|
|
143
|
-
viewPosition: number;
|
|
144
139
|
name: string;
|
|
145
140
|
}[];
|
|
146
141
|
userTraffic: {
|
|
@@ -183,7 +178,6 @@ export declare namespace GetUserByEmailCommand {
|
|
|
183
178
|
subscriptionUrl: string;
|
|
184
179
|
activeInternalSquads: {
|
|
185
180
|
uuid: string;
|
|
186
|
-
viewPosition: number;
|
|
187
181
|
name: string;
|
|
188
182
|
}[];
|
|
189
183
|
userTraffic: {
|
|
@@ -218,7 +212,6 @@ export declare namespace GetUserByEmailCommand {
|
|
|
218
212
|
subscriptionUrl: string;
|
|
219
213
|
activeInternalSquads: {
|
|
220
214
|
uuid: string;
|
|
221
|
-
viewPosition: number;
|
|
222
215
|
name: string;
|
|
223
216
|
}[];
|
|
224
217
|
userTraffic: {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"get-user-by-email.command.d.ts","sourceRoot":"","sources":["../../../../../commands/users/get-by/get-user-by-email.command.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAMxB,yBAAiB,qBAAqB,CAAC;IAC5B,MAAM,GAAG,2BAA8B,CAAC;IACxC,MAAM,OAAO,QAAgB,CAAC;IAE9B,MAAM,eAAe,8CAI3B,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-by-email.command.d.ts","sourceRoot":"","sources":["../../../../../commands/users/get-by/get-user-by-email.command.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAMxB,yBAAiB,qBAAqB,CAAC;IAC5B,MAAM,GAAG,2BAA8B,CAAC;IACxC,MAAM,OAAO,QAAgB,CAAC;IAE9B,MAAM,eAAe,8CAI3B,CAAC;IAEK,MAAM,aAAa;;;;;;MAExB,CAAC;IAEH,KAAY,OAAO,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,aAAa,CAAC,CAAC;IAE7C,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;MAEzB,CAAC;IAEH,KAAY,QAAQ,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,cAAc,CAAC,CAAC;CACzD"}
|
|
@@ -50,15 +50,12 @@ export declare namespace GetUserByShortUuidCommand {
|
|
|
50
50
|
subscriptionUrl: z.ZodString;
|
|
51
51
|
activeInternalSquads: z.ZodArray<z.ZodObject<{
|
|
52
52
|
uuid: z.ZodString;
|
|
53
|
-
viewPosition: z.ZodNumber;
|
|
54
53
|
name: z.ZodString;
|
|
55
54
|
}, "strip", z.ZodTypeAny, {
|
|
56
55
|
uuid: string;
|
|
57
|
-
viewPosition: number;
|
|
58
56
|
name: string;
|
|
59
57
|
}, {
|
|
60
58
|
uuid: string;
|
|
61
|
-
viewPosition: number;
|
|
62
59
|
name: string;
|
|
63
60
|
}>, "many">;
|
|
64
61
|
userTraffic: z.ZodObject<{
|
|
@@ -107,7 +104,6 @@ export declare namespace GetUserByShortUuidCommand {
|
|
|
107
104
|
subscriptionUrl: string;
|
|
108
105
|
activeInternalSquads: {
|
|
109
106
|
uuid: string;
|
|
110
|
-
viewPosition: number;
|
|
111
107
|
name: string;
|
|
112
108
|
}[];
|
|
113
109
|
userTraffic: {
|
|
@@ -140,7 +136,6 @@ export declare namespace GetUserByShortUuidCommand {
|
|
|
140
136
|
subscriptionUrl: string;
|
|
141
137
|
activeInternalSquads: {
|
|
142
138
|
uuid: string;
|
|
143
|
-
viewPosition: number;
|
|
144
139
|
name: string;
|
|
145
140
|
}[];
|
|
146
141
|
userTraffic: {
|
|
@@ -183,7 +178,6 @@ export declare namespace GetUserByShortUuidCommand {
|
|
|
183
178
|
subscriptionUrl: string;
|
|
184
179
|
activeInternalSquads: {
|
|
185
180
|
uuid: string;
|
|
186
|
-
viewPosition: number;
|
|
187
181
|
name: string;
|
|
188
182
|
}[];
|
|
189
183
|
userTraffic: {
|
|
@@ -218,7 +212,6 @@ export declare namespace GetUserByShortUuidCommand {
|
|
|
218
212
|
subscriptionUrl: string;
|
|
219
213
|
activeInternalSquads: {
|
|
220
214
|
uuid: string;
|
|
221
|
-
viewPosition: number;
|
|
222
215
|
name: string;
|
|
223
216
|
}[];
|
|
224
217
|
userTraffic: {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"get-user-by-short-uuid.command.d.ts","sourceRoot":"","sources":["../../../../../commands/users/get-by/get-user-by-short-uuid.command.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAMxB,yBAAiB,yBAAyB,CAAC;IAChC,MAAM,GAAG,+BAAmC,CAAC;IAC7C,MAAM,OAAO,QAAoB,CAAC;IAElC,MAAM,eAAe,8CAI3B,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-by-short-uuid.command.d.ts","sourceRoot":"","sources":["../../../../../commands/users/get-by/get-user-by-short-uuid.command.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAMxB,yBAAiB,yBAAyB,CAAC;IAChC,MAAM,GAAG,+BAAmC,CAAC;IAC7C,MAAM,OAAO,QAAoB,CAAC;IAElC,MAAM,eAAe,8CAI3B,CAAC;IAEK,MAAM,aAAa;;;;;;MAExB,CAAC;IAEH,KAAY,OAAO,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,aAAa,CAAC,CAAC;IAE7C,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;MAEzB,CAAC;IAEH,KAAY,QAAQ,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,cAAc,CAAC,CAAC;CACzD"}
|
|
@@ -50,15 +50,12 @@ export declare namespace GetUserByTagCommand {
|
|
|
50
50
|
subscriptionUrl: z.ZodString;
|
|
51
51
|
activeInternalSquads: z.ZodArray<z.ZodObject<{
|
|
52
52
|
uuid: z.ZodString;
|
|
53
|
-
viewPosition: z.ZodNumber;
|
|
54
53
|
name: z.ZodString;
|
|
55
54
|
}, "strip", z.ZodTypeAny, {
|
|
56
55
|
uuid: string;
|
|
57
|
-
viewPosition: number;
|
|
58
56
|
name: string;
|
|
59
57
|
}, {
|
|
60
58
|
uuid: string;
|
|
61
|
-
viewPosition: number;
|
|
62
59
|
name: string;
|
|
63
60
|
}>, "many">;
|
|
64
61
|
userTraffic: z.ZodObject<{
|
|
@@ -107,7 +104,6 @@ export declare namespace GetUserByTagCommand {
|
|
|
107
104
|
subscriptionUrl: string;
|
|
108
105
|
activeInternalSquads: {
|
|
109
106
|
uuid: string;
|
|
110
|
-
viewPosition: number;
|
|
111
107
|
name: string;
|
|
112
108
|
}[];
|
|
113
109
|
userTraffic: {
|
|
@@ -140,7 +136,6 @@ export declare namespace GetUserByTagCommand {
|
|
|
140
136
|
subscriptionUrl: string;
|
|
141
137
|
activeInternalSquads: {
|
|
142
138
|
uuid: string;
|
|
143
|
-
viewPosition: number;
|
|
144
139
|
name: string;
|
|
145
140
|
}[];
|
|
146
141
|
userTraffic: {
|
|
@@ -183,7 +178,6 @@ export declare namespace GetUserByTagCommand {
|
|
|
183
178
|
subscriptionUrl: string;
|
|
184
179
|
activeInternalSquads: {
|
|
185
180
|
uuid: string;
|
|
186
|
-
viewPosition: number;
|
|
187
181
|
name: string;
|
|
188
182
|
}[];
|
|
189
183
|
userTraffic: {
|
|
@@ -218,7 +212,6 @@ export declare namespace GetUserByTagCommand {
|
|
|
218
212
|
subscriptionUrl: string;
|
|
219
213
|
activeInternalSquads: {
|
|
220
214
|
uuid: string;
|
|
221
|
-
viewPosition: number;
|
|
222
215
|
name: string;
|
|
223
216
|
}[];
|
|
224
217
|
userTraffic: {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"get-user-by-tag.command.d.ts","sourceRoot":"","sources":["../../../../../commands/users/get-by/get-user-by-tag.command.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAMxB,yBAAiB,mBAAmB,CAAC;IAC1B,MAAM,GAAG,yBAA4B,CAAC;IACtC,MAAM,OAAO,QAAc,CAAC;IAE5B,MAAM,eAAe,8CAI3B,CAAC;IAEK,MAAM,aAAa;;;;;;MAKxB,CAAC;IAEH,KAAY,OAAO,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,aAAa,CAAC,CAAC;IAE7C,MAAM,cAAc
|
|
1
|
+
{"version":3,"file":"get-user-by-tag.command.d.ts","sourceRoot":"","sources":["../../../../../commands/users/get-by/get-user-by-tag.command.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAMxB,yBAAiB,mBAAmB,CAAC;IAC1B,MAAM,GAAG,yBAA4B,CAAC;IACtC,MAAM,OAAO,QAAc,CAAC;IAE5B,MAAM,eAAe,8CAI3B,CAAC;IAEK,MAAM,aAAa;;;;;;MAKxB,CAAC;IAEH,KAAY,OAAO,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,aAAa,CAAC,CAAC;IAE7C,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;MAEzB,CAAC;IAEH,KAAY,QAAQ,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,cAAc,CAAC,CAAC;CACzD"}
|
|
@@ -50,15 +50,12 @@ export declare namespace GetUserByTelegramIdCommand {
|
|
|
50
50
|
subscriptionUrl: z.ZodString;
|
|
51
51
|
activeInternalSquads: z.ZodArray<z.ZodObject<{
|
|
52
52
|
uuid: z.ZodString;
|
|
53
|
-
viewPosition: z.ZodNumber;
|
|
54
53
|
name: z.ZodString;
|
|
55
54
|
}, "strip", z.ZodTypeAny, {
|
|
56
55
|
uuid: string;
|
|
57
|
-
viewPosition: number;
|
|
58
56
|
name: string;
|
|
59
57
|
}, {
|
|
60
58
|
uuid: string;
|
|
61
|
-
viewPosition: number;
|
|
62
59
|
name: string;
|
|
63
60
|
}>, "many">;
|
|
64
61
|
userTraffic: z.ZodObject<{
|
|
@@ -107,7 +104,6 @@ export declare namespace GetUserByTelegramIdCommand {
|
|
|
107
104
|
subscriptionUrl: string;
|
|
108
105
|
activeInternalSquads: {
|
|
109
106
|
uuid: string;
|
|
110
|
-
viewPosition: number;
|
|
111
107
|
name: string;
|
|
112
108
|
}[];
|
|
113
109
|
userTraffic: {
|
|
@@ -140,7 +136,6 @@ export declare namespace GetUserByTelegramIdCommand {
|
|
|
140
136
|
subscriptionUrl: string;
|
|
141
137
|
activeInternalSquads: {
|
|
142
138
|
uuid: string;
|
|
143
|
-
viewPosition: number;
|
|
144
139
|
name: string;
|
|
145
140
|
}[];
|
|
146
141
|
userTraffic: {
|
|
@@ -183,7 +178,6 @@ export declare namespace GetUserByTelegramIdCommand {
|
|
|
183
178
|
subscriptionUrl: string;
|
|
184
179
|
activeInternalSquads: {
|
|
185
180
|
uuid: string;
|
|
186
|
-
viewPosition: number;
|
|
187
181
|
name: string;
|
|
188
182
|
}[];
|
|
189
183
|
userTraffic: {
|
|
@@ -218,7 +212,6 @@ export declare namespace GetUserByTelegramIdCommand {
|
|
|
218
212
|
subscriptionUrl: string;
|
|
219
213
|
activeInternalSquads: {
|
|
220
214
|
uuid: string;
|
|
221
|
-
viewPosition: number;
|
|
222
215
|
name: string;
|
|
223
216
|
}[];
|
|
224
217
|
userTraffic: {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"get-user-by-telegram-id.command.d.ts","sourceRoot":"","sources":["../../../../../commands/users/get-by/get-user-by-telegram-id.command.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAMxB,yBAAiB,0BAA0B,CAAC;IACjC,MAAM,GAAG,gCAAoC,CAAC;IAC9C,MAAM,OAAO,QAAqB,CAAC;IAEnC,MAAM,eAAe,8CAI3B,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-by-telegram-id.command.d.ts","sourceRoot":"","sources":["../../../../../commands/users/get-by/get-user-by-telegram-id.command.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAMxB,yBAAiB,0BAA0B,CAAC;IACjC,MAAM,GAAG,gCAAoC,CAAC;IAC9C,MAAM,OAAO,QAAqB,CAAC;IAEnC,MAAM,eAAe,8CAI3B,CAAC;IAEK,MAAM,aAAa;;;;;;MAExB,CAAC;IAEH,KAAY,OAAO,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,aAAa,CAAC,CAAC;IAE7C,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;MAEzB,CAAC;IAEH,KAAY,QAAQ,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,cAAc,CAAC,CAAC;CACzD"}
|
|
@@ -50,15 +50,12 @@ export declare namespace GetUserByUsernameCommand {
|
|
|
50
50
|
subscriptionUrl: z.ZodString;
|
|
51
51
|
activeInternalSquads: z.ZodArray<z.ZodObject<{
|
|
52
52
|
uuid: z.ZodString;
|
|
53
|
-
viewPosition: z.ZodNumber;
|
|
54
53
|
name: z.ZodString;
|
|
55
54
|
}, "strip", z.ZodTypeAny, {
|
|
56
55
|
uuid: string;
|
|
57
|
-
viewPosition: number;
|
|
58
56
|
name: string;
|
|
59
57
|
}, {
|
|
60
58
|
uuid: string;
|
|
61
|
-
viewPosition: number;
|
|
62
59
|
name: string;
|
|
63
60
|
}>, "many">;
|
|
64
61
|
userTraffic: z.ZodObject<{
|
|
@@ -107,7 +104,6 @@ export declare namespace GetUserByUsernameCommand {
|
|
|
107
104
|
subscriptionUrl: string;
|
|
108
105
|
activeInternalSquads: {
|
|
109
106
|
uuid: string;
|
|
110
|
-
viewPosition: number;
|
|
111
107
|
name: string;
|
|
112
108
|
}[];
|
|
113
109
|
userTraffic: {
|
|
@@ -140,7 +136,6 @@ export declare namespace GetUserByUsernameCommand {
|
|
|
140
136
|
subscriptionUrl: string;
|
|
141
137
|
activeInternalSquads: {
|
|
142
138
|
uuid: string;
|
|
143
|
-
viewPosition: number;
|
|
144
139
|
name: string;
|
|
145
140
|
}[];
|
|
146
141
|
userTraffic: {
|
|
@@ -183,7 +178,6 @@ export declare namespace GetUserByUsernameCommand {
|
|
|
183
178
|
subscriptionUrl: string;
|
|
184
179
|
activeInternalSquads: {
|
|
185
180
|
uuid: string;
|
|
186
|
-
viewPosition: number;
|
|
187
181
|
name: string;
|
|
188
182
|
}[];
|
|
189
183
|
userTraffic: {
|
|
@@ -218,7 +212,6 @@ export declare namespace GetUserByUsernameCommand {
|
|
|
218
212
|
subscriptionUrl: string;
|
|
219
213
|
activeInternalSquads: {
|
|
220
214
|
uuid: string;
|
|
221
|
-
viewPosition: number;
|
|
222
215
|
name: string;
|
|
223
216
|
}[];
|
|
224
217
|
userTraffic: {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"get-user-by-username.command.d.ts","sourceRoot":"","sources":["../../../../../commands/users/get-by/get-user-by-username.command.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAMxB,yBAAiB,wBAAwB,CAAC;IAC/B,MAAM,GAAG,8BAAiC,CAAC;IAC3C,MAAM,OAAO,QAAmB,CAAC;IAEjC,MAAM,eAAe,8CAI3B,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-by-username.command.d.ts","sourceRoot":"","sources":["../../../../../commands/users/get-by/get-user-by-username.command.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAMxB,yBAAiB,wBAAwB,CAAC;IAC/B,MAAM,GAAG,8BAAiC,CAAC;IAC3C,MAAM,OAAO,QAAmB,CAAC;IAEjC,MAAM,eAAe,8CAI3B,CAAC;IAEK,MAAM,aAAa;;;;;;MAExB,CAAC;IAEH,KAAY,OAAO,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,aAAa,CAAC,CAAC;IAE7C,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;MAEzB,CAAC;IAEH,KAAY,QAAQ,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,cAAc,CAAC,CAAC;CACzD"}
|
|
@@ -50,15 +50,12 @@ export declare namespace GetUserByUuidCommand {
|
|
|
50
50
|
subscriptionUrl: z.ZodString;
|
|
51
51
|
activeInternalSquads: z.ZodArray<z.ZodObject<{
|
|
52
52
|
uuid: z.ZodString;
|
|
53
|
-
viewPosition: z.ZodNumber;
|
|
54
53
|
name: z.ZodString;
|
|
55
54
|
}, "strip", z.ZodTypeAny, {
|
|
56
55
|
uuid: string;
|
|
57
|
-
viewPosition: number;
|
|
58
56
|
name: string;
|
|
59
57
|
}, {
|
|
60
58
|
uuid: string;
|
|
61
|
-
viewPosition: number;
|
|
62
59
|
name: string;
|
|
63
60
|
}>, "many">;
|
|
64
61
|
userTraffic: z.ZodObject<{
|
|
@@ -107,7 +104,6 @@ export declare namespace GetUserByUuidCommand {
|
|
|
107
104
|
subscriptionUrl: string;
|
|
108
105
|
activeInternalSquads: {
|
|
109
106
|
uuid: string;
|
|
110
|
-
viewPosition: number;
|
|
111
107
|
name: string;
|
|
112
108
|
}[];
|
|
113
109
|
userTraffic: {
|
|
@@ -140,7 +136,6 @@ export declare namespace GetUserByUuidCommand {
|
|
|
140
136
|
subscriptionUrl: string;
|
|
141
137
|
activeInternalSquads: {
|
|
142
138
|
uuid: string;
|
|
143
|
-
viewPosition: number;
|
|
144
139
|
name: string;
|
|
145
140
|
}[];
|
|
146
141
|
userTraffic: {
|
|
@@ -183,7 +178,6 @@ export declare namespace GetUserByUuidCommand {
|
|
|
183
178
|
subscriptionUrl: string;
|
|
184
179
|
activeInternalSquads: {
|
|
185
180
|
uuid: string;
|
|
186
|
-
viewPosition: number;
|
|
187
181
|
name: string;
|
|
188
182
|
}[];
|
|
189
183
|
userTraffic: {
|
|
@@ -218,7 +212,6 @@ export declare namespace GetUserByUuidCommand {
|
|
|
218
212
|
subscriptionUrl: string;
|
|
219
213
|
activeInternalSquads: {
|
|
220
214
|
uuid: string;
|
|
221
|
-
viewPosition: number;
|
|
222
215
|
name: string;
|
|
223
216
|
}[];
|
|
224
217
|
userTraffic: {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"get-user-by-uuid.command.d.ts","sourceRoot":"","sources":["../../../../commands/users/get-user-by-uuid.command.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAMxB,yBAAiB,oBAAoB,CAAC;IAC3B,MAAM,GAAG,0BAA6B,CAAC;IACvC,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-by-uuid.command.d.ts","sourceRoot":"","sources":["../../../../commands/users/get-user-by-uuid.command.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAMxB,yBAAiB,oBAAoB,CAAC;IAC3B,MAAM,GAAG,0BAA6B,CAAC;IACvC,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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;MAEzB,CAAC;IAEH,KAAY,QAAQ,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,cAAc,CAAC,CAAC;CACzD"}
|
|
@@ -119,15 +119,12 @@ export declare namespace UpdateUserCommand {
|
|
|
119
119
|
subscriptionUrl: z.ZodString;
|
|
120
120
|
activeInternalSquads: z.ZodArray<z.ZodObject<{
|
|
121
121
|
uuid: z.ZodString;
|
|
122
|
-
viewPosition: z.ZodNumber;
|
|
123
122
|
name: z.ZodString;
|
|
124
123
|
}, "strip", z.ZodTypeAny, {
|
|
125
124
|
uuid: string;
|
|
126
|
-
viewPosition: number;
|
|
127
125
|
name: string;
|
|
128
126
|
}, {
|
|
129
127
|
uuid: string;
|
|
130
|
-
viewPosition: number;
|
|
131
128
|
name: string;
|
|
132
129
|
}>, "many">;
|
|
133
130
|
userTraffic: z.ZodObject<{
|
|
@@ -176,7 +173,6 @@ export declare namespace UpdateUserCommand {
|
|
|
176
173
|
subscriptionUrl: string;
|
|
177
174
|
activeInternalSquads: {
|
|
178
175
|
uuid: string;
|
|
179
|
-
viewPosition: number;
|
|
180
176
|
name: string;
|
|
181
177
|
}[];
|
|
182
178
|
userTraffic: {
|
|
@@ -209,7 +205,6 @@ export declare namespace UpdateUserCommand {
|
|
|
209
205
|
subscriptionUrl: string;
|
|
210
206
|
activeInternalSquads: {
|
|
211
207
|
uuid: string;
|
|
212
|
-
viewPosition: number;
|
|
213
208
|
name: string;
|
|
214
209
|
}[];
|
|
215
210
|
userTraffic: {
|
|
@@ -252,7 +247,6 @@ export declare namespace UpdateUserCommand {
|
|
|
252
247
|
subscriptionUrl: string;
|
|
253
248
|
activeInternalSquads: {
|
|
254
249
|
uuid: string;
|
|
255
|
-
viewPosition: number;
|
|
256
250
|
name: string;
|
|
257
251
|
}[];
|
|
258
252
|
userTraffic: {
|
|
@@ -287,7 +281,6 @@ export declare namespace UpdateUserCommand {
|
|
|
287
281
|
subscriptionUrl: string;
|
|
288
282
|
activeInternalSquads: {
|
|
289
283
|
uuid: string;
|
|
290
|
-
viewPosition: number;
|
|
291
284
|
name: string;
|
|
292
285
|
}[];
|
|
293
286
|
userTraffic: {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"update-user.command.d.ts","sourceRoot":"","sources":["../../../../commands/users/update-user.command.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAMxB,yBAAiB,iBAAiB,CAAC;IACxB,MAAM,GAAG,eAAwB,CAAC;IAClC,MAAM,OAAO,eAAM,CAAC;IAEpB,MAAM,eAAe,2CAI3B,CAAC;IAEK,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;MA8EpB,CAAC;IAEP,KAAY,OAAO,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,aAAa,CAAC,CAAC;IAE7C,MAAM,cAAc
|
|
1
|
+
{"version":3,"file":"update-user.command.d.ts","sourceRoot":"","sources":["../../../../commands/users/update-user.command.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAMxB,yBAAiB,iBAAiB,CAAC;IACxB,MAAM,GAAG,eAAwB,CAAC;IAClC,MAAM,OAAO,eAAM,CAAC;IAEpB,MAAM,eAAe,2CAI3B,CAAC;IAEK,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;MA8EpB,CAAC;IAEP,KAAY,OAAO,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,aAAa,CAAC,CAAC;IAE7C,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;MAEzB,CAAC;IAEH,KAAY,QAAQ,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,cAAc,CAAC,CAAC;CACzD"}
|
|
@@ -1,15 +1,12 @@
|
|
|
1
1
|
import { z } from 'zod';
|
|
2
2
|
export declare const BaseInternalSquadSchema: z.ZodObject<{
|
|
3
3
|
uuid: z.ZodString;
|
|
4
|
-
viewPosition: z.ZodNumber;
|
|
5
4
|
name: z.ZodString;
|
|
6
5
|
}, "strip", z.ZodTypeAny, {
|
|
7
6
|
uuid: string;
|
|
8
|
-
viewPosition: number;
|
|
9
7
|
name: string;
|
|
10
8
|
}, {
|
|
11
9
|
uuid: string;
|
|
12
|
-
viewPosition: number;
|
|
13
10
|
name: string;
|
|
14
11
|
}>;
|
|
15
12
|
//# sourceMappingURL=base-internal-squad.schema.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"base-internal-squad.schema.d.ts","sourceRoot":"","sources":["../../../models/base-internal-squad.schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAExB,eAAO,MAAM,uBAAuB
|
|
1
|
+
{"version":3,"file":"base-internal-squad.schema.d.ts","sourceRoot":"","sources":["../../../models/base-internal-squad.schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAExB,eAAO,MAAM,uBAAuB;;;;;;;;;EAGlC,CAAC"}
|
|
@@ -66,8 +66,8 @@ export declare const ConfigProfileSchema: z.ZodObject<{
|
|
|
66
66
|
uuid: string;
|
|
67
67
|
createdAt: Date;
|
|
68
68
|
updatedAt: Date;
|
|
69
|
-
viewPosition: number;
|
|
70
69
|
name: string;
|
|
70
|
+
viewPosition: number;
|
|
71
71
|
config?: unknown;
|
|
72
72
|
}, {
|
|
73
73
|
inbounds: {
|
|
@@ -88,8 +88,8 @@ export declare const ConfigProfileSchema: z.ZodObject<{
|
|
|
88
88
|
uuid: string;
|
|
89
89
|
createdAt: string;
|
|
90
90
|
updatedAt: string;
|
|
91
|
-
viewPosition: number;
|
|
92
91
|
name: string;
|
|
92
|
+
viewPosition: number;
|
|
93
93
|
config?: unknown;
|
|
94
94
|
}>;
|
|
95
95
|
//# sourceMappingURL=config-profile.schema.d.ts.map
|
|
@@ -37,15 +37,12 @@ export declare const ExtendedUsersSchema: z.ZodObject<{
|
|
|
37
37
|
subscriptionUrl: z.ZodString;
|
|
38
38
|
activeInternalSquads: z.ZodArray<z.ZodObject<{
|
|
39
39
|
uuid: z.ZodString;
|
|
40
|
-
viewPosition: z.ZodNumber;
|
|
41
40
|
name: z.ZodString;
|
|
42
41
|
}, "strip", z.ZodTypeAny, {
|
|
43
42
|
uuid: string;
|
|
44
|
-
viewPosition: number;
|
|
45
43
|
name: string;
|
|
46
44
|
}, {
|
|
47
45
|
uuid: string;
|
|
48
|
-
viewPosition: number;
|
|
49
46
|
name: string;
|
|
50
47
|
}>, "many">;
|
|
51
48
|
userTraffic: z.ZodObject<{
|
|
@@ -94,7 +91,6 @@ export declare const ExtendedUsersSchema: z.ZodObject<{
|
|
|
94
91
|
subscriptionUrl: string;
|
|
95
92
|
activeInternalSquads: {
|
|
96
93
|
uuid: string;
|
|
97
|
-
viewPosition: number;
|
|
98
94
|
name: string;
|
|
99
95
|
}[];
|
|
100
96
|
userTraffic: {
|
|
@@ -127,7 +123,6 @@ export declare const ExtendedUsersSchema: z.ZodObject<{
|
|
|
127
123
|
subscriptionUrl: string;
|
|
128
124
|
activeInternalSquads: {
|
|
129
125
|
uuid: string;
|
|
130
|
-
viewPosition: number;
|
|
131
126
|
name: string;
|
|
132
127
|
}[];
|
|
133
128
|
userTraffic: {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"extended-users.schema.d.ts","sourceRoot":"","sources":["../../../models/extended-users.schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAMxB,eAAO,MAAM,mBAAmB
|
|
1
|
+
{"version":3,"file":"extended-users.schema.d.ts","sourceRoot":"","sources":["../../../models/extended-users.schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAMxB,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAI9B,CAAC"}
|