@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
|
@@ -131,9 +131,9 @@ export declare namespace GetOneNodeCommand {
|
|
|
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 GetOneNodeCommand {
|
|
|
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 GetOneNodeCommand {
|
|
|
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 GetOneNodeCommand {
|
|
|
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;
|
|
@@ -285,9 +285,9 @@ export declare namespace UpdateNodeCommand {
|
|
|
285
285
|
faviconLink: string | null;
|
|
286
286
|
loginUrl: string | null;
|
|
287
287
|
} | null;
|
|
288
|
-
viewPosition: number;
|
|
289
288
|
name: string;
|
|
290
289
|
port: number | null;
|
|
290
|
+
viewPosition: number;
|
|
291
291
|
countryCode: string;
|
|
292
292
|
trafficLimitBytes: number | null;
|
|
293
293
|
address: string;
|
|
@@ -336,9 +336,9 @@ export declare namespace UpdateNodeCommand {
|
|
|
336
336
|
faviconLink: string | null;
|
|
337
337
|
loginUrl: string | null;
|
|
338
338
|
} | null;
|
|
339
|
-
viewPosition: number;
|
|
340
339
|
name: string;
|
|
341
340
|
port: number | null;
|
|
341
|
+
viewPosition: number;
|
|
342
342
|
countryCode: string;
|
|
343
343
|
trafficLimitBytes: number | null;
|
|
344
344
|
address: string;
|
|
@@ -389,9 +389,9 @@ export declare namespace UpdateNodeCommand {
|
|
|
389
389
|
faviconLink: string | null;
|
|
390
390
|
loginUrl: string | null;
|
|
391
391
|
} | null;
|
|
392
|
-
viewPosition: number;
|
|
393
392
|
name: string;
|
|
394
393
|
port: number | null;
|
|
394
|
+
viewPosition: number;
|
|
395
395
|
countryCode: string;
|
|
396
396
|
trafficLimitBytes: number | null;
|
|
397
397
|
address: string;
|
|
@@ -442,9 +442,9 @@ export declare namespace UpdateNodeCommand {
|
|
|
442
442
|
faviconLink: string | null;
|
|
443
443
|
loginUrl: string | null;
|
|
444
444
|
} | null;
|
|
445
|
-
viewPosition: number;
|
|
446
445
|
name: string;
|
|
447
446
|
port: number | null;
|
|
447
|
+
viewPosition: number;
|
|
448
448
|
countryCode: string;
|
|
449
449
|
trafficLimitBytes: number | null;
|
|
450
450
|
address: string;
|
|
@@ -56,15 +56,15 @@ export declare namespace ReorderSubscriptionTemplateCommand {
|
|
|
56
56
|
encodedTemplateYaml: z.ZodNullable<z.ZodString>;
|
|
57
57
|
}, "strip", z.ZodTypeAny, {
|
|
58
58
|
uuid: string;
|
|
59
|
-
viewPosition: number;
|
|
60
59
|
name: string;
|
|
60
|
+
viewPosition: number;
|
|
61
61
|
templateType: "STASH" | "SINGBOX" | "MIHOMO" | "XRAY_JSON" | "CLASH" | "XRAY_BASE64";
|
|
62
62
|
encodedTemplateYaml: string | null;
|
|
63
63
|
templateJson?: unknown;
|
|
64
64
|
}, {
|
|
65
65
|
uuid: string;
|
|
66
|
-
viewPosition: number;
|
|
67
66
|
name: string;
|
|
67
|
+
viewPosition: number;
|
|
68
68
|
templateType: "STASH" | "SINGBOX" | "MIHOMO" | "XRAY_JSON" | "CLASH" | "XRAY_BASE64";
|
|
69
69
|
encodedTemplateYaml: string | null;
|
|
70
70
|
templateJson?: unknown;
|
|
@@ -72,8 +72,8 @@ export declare namespace ReorderSubscriptionTemplateCommand {
|
|
|
72
72
|
}, "strip", z.ZodTypeAny, {
|
|
73
73
|
templates: {
|
|
74
74
|
uuid: string;
|
|
75
|
-
viewPosition: number;
|
|
76
75
|
name: string;
|
|
76
|
+
viewPosition: number;
|
|
77
77
|
templateType: "STASH" | "SINGBOX" | "MIHOMO" | "XRAY_JSON" | "CLASH" | "XRAY_BASE64";
|
|
78
78
|
encodedTemplateYaml: string | null;
|
|
79
79
|
templateJson?: unknown;
|
|
@@ -82,8 +82,8 @@ export declare namespace ReorderSubscriptionTemplateCommand {
|
|
|
82
82
|
}, {
|
|
83
83
|
templates: {
|
|
84
84
|
uuid: string;
|
|
85
|
-
viewPosition: number;
|
|
86
85
|
name: string;
|
|
86
|
+
viewPosition: number;
|
|
87
87
|
templateType: "STASH" | "SINGBOX" | "MIHOMO" | "XRAY_JSON" | "CLASH" | "XRAY_BASE64";
|
|
88
88
|
encodedTemplateYaml: string | null;
|
|
89
89
|
templateJson?: unknown;
|
|
@@ -94,8 +94,8 @@ export declare namespace ReorderSubscriptionTemplateCommand {
|
|
|
94
94
|
response: {
|
|
95
95
|
templates: {
|
|
96
96
|
uuid: string;
|
|
97
|
-
viewPosition: number;
|
|
98
97
|
name: string;
|
|
98
|
+
viewPosition: number;
|
|
99
99
|
templateType: "STASH" | "SINGBOX" | "MIHOMO" | "XRAY_JSON" | "CLASH" | "XRAY_BASE64";
|
|
100
100
|
encodedTemplateYaml: string | null;
|
|
101
101
|
templateJson?: unknown;
|
|
@@ -106,8 +106,8 @@ export declare namespace ReorderSubscriptionTemplateCommand {
|
|
|
106
106
|
response: {
|
|
107
107
|
templates: {
|
|
108
108
|
uuid: string;
|
|
109
|
-
viewPosition: number;
|
|
110
109
|
name: string;
|
|
110
|
+
viewPosition: number;
|
|
111
111
|
templateType: "STASH" | "SINGBOX" | "MIHOMO" | "XRAY_JSON" | "CLASH" | "XRAY_BASE64";
|
|
112
112
|
encodedTemplateYaml: string | null;
|
|
113
113
|
templateJson?: unknown;
|
|
@@ -38,15 +38,15 @@ export declare namespace CreateSubscriptionTemplateCommand {
|
|
|
38
38
|
encodedTemplateYaml: z.ZodNullable<z.ZodString>;
|
|
39
39
|
}, "strip", z.ZodTypeAny, {
|
|
40
40
|
uuid: string;
|
|
41
|
-
viewPosition: number;
|
|
42
41
|
name: string;
|
|
42
|
+
viewPosition: number;
|
|
43
43
|
templateType: "STASH" | "SINGBOX" | "MIHOMO" | "XRAY_JSON" | "CLASH" | "XRAY_BASE64";
|
|
44
44
|
encodedTemplateYaml: string | null;
|
|
45
45
|
templateJson?: unknown;
|
|
46
46
|
}, {
|
|
47
47
|
uuid: string;
|
|
48
|
-
viewPosition: number;
|
|
49
48
|
name: string;
|
|
49
|
+
viewPosition: number;
|
|
50
50
|
templateType: "STASH" | "SINGBOX" | "MIHOMO" | "XRAY_JSON" | "CLASH" | "XRAY_BASE64";
|
|
51
51
|
encodedTemplateYaml: string | null;
|
|
52
52
|
templateJson?: unknown;
|
|
@@ -54,8 +54,8 @@ export declare namespace CreateSubscriptionTemplateCommand {
|
|
|
54
54
|
}, "strip", z.ZodTypeAny, {
|
|
55
55
|
response: {
|
|
56
56
|
uuid: string;
|
|
57
|
-
viewPosition: number;
|
|
58
57
|
name: string;
|
|
58
|
+
viewPosition: number;
|
|
59
59
|
templateType: "STASH" | "SINGBOX" | "MIHOMO" | "XRAY_JSON" | "CLASH" | "XRAY_BASE64";
|
|
60
60
|
encodedTemplateYaml: string | null;
|
|
61
61
|
templateJson?: unknown;
|
|
@@ -63,8 +63,8 @@ export declare namespace CreateSubscriptionTemplateCommand {
|
|
|
63
63
|
}, {
|
|
64
64
|
response: {
|
|
65
65
|
uuid: string;
|
|
66
|
-
viewPosition: number;
|
|
67
66
|
name: string;
|
|
67
|
+
viewPosition: number;
|
|
68
68
|
templateType: "STASH" | "SINGBOX" | "MIHOMO" | "XRAY_JSON" | "CLASH" | "XRAY_BASE64";
|
|
69
69
|
encodedTemplateYaml: string | null;
|
|
70
70
|
templateJson?: unknown;
|
|
@@ -28,15 +28,15 @@ export declare namespace GetSubscriptionTemplateCommand {
|
|
|
28
28
|
encodedTemplateYaml: z.ZodNullable<z.ZodString>;
|
|
29
29
|
}, "strip", z.ZodTypeAny, {
|
|
30
30
|
uuid: string;
|
|
31
|
-
viewPosition: number;
|
|
32
31
|
name: string;
|
|
32
|
+
viewPosition: number;
|
|
33
33
|
templateType: "STASH" | "SINGBOX" | "MIHOMO" | "XRAY_JSON" | "CLASH" | "XRAY_BASE64";
|
|
34
34
|
encodedTemplateYaml: string | null;
|
|
35
35
|
templateJson?: unknown;
|
|
36
36
|
}, {
|
|
37
37
|
uuid: string;
|
|
38
|
-
viewPosition: number;
|
|
39
38
|
name: string;
|
|
39
|
+
viewPosition: number;
|
|
40
40
|
templateType: "STASH" | "SINGBOX" | "MIHOMO" | "XRAY_JSON" | "CLASH" | "XRAY_BASE64";
|
|
41
41
|
encodedTemplateYaml: string | null;
|
|
42
42
|
templateJson?: unknown;
|
|
@@ -44,8 +44,8 @@ export declare namespace GetSubscriptionTemplateCommand {
|
|
|
44
44
|
}, "strip", z.ZodTypeAny, {
|
|
45
45
|
response: {
|
|
46
46
|
uuid: string;
|
|
47
|
-
viewPosition: number;
|
|
48
47
|
name: string;
|
|
48
|
+
viewPosition: number;
|
|
49
49
|
templateType: "STASH" | "SINGBOX" | "MIHOMO" | "XRAY_JSON" | "CLASH" | "XRAY_BASE64";
|
|
50
50
|
encodedTemplateYaml: string | null;
|
|
51
51
|
templateJson?: unknown;
|
|
@@ -53,8 +53,8 @@ export declare namespace GetSubscriptionTemplateCommand {
|
|
|
53
53
|
}, {
|
|
54
54
|
response: {
|
|
55
55
|
uuid: string;
|
|
56
|
-
viewPosition: number;
|
|
57
56
|
name: string;
|
|
57
|
+
viewPosition: number;
|
|
58
58
|
templateType: "STASH" | "SINGBOX" | "MIHOMO" | "XRAY_JSON" | "CLASH" | "XRAY_BASE64";
|
|
59
59
|
encodedTemplateYaml: string | null;
|
|
60
60
|
templateJson?: unknown;
|
|
@@ -22,15 +22,15 @@ export declare namespace GetSubscriptionTemplatesCommand {
|
|
|
22
22
|
encodedTemplateYaml: z.ZodNullable<z.ZodString>;
|
|
23
23
|
}, "strip", z.ZodTypeAny, {
|
|
24
24
|
uuid: string;
|
|
25
|
-
viewPosition: number;
|
|
26
25
|
name: string;
|
|
26
|
+
viewPosition: number;
|
|
27
27
|
templateType: "STASH" | "SINGBOX" | "MIHOMO" | "XRAY_JSON" | "CLASH" | "XRAY_BASE64";
|
|
28
28
|
encodedTemplateYaml: string | null;
|
|
29
29
|
templateJson?: unknown;
|
|
30
30
|
}, {
|
|
31
31
|
uuid: string;
|
|
32
|
-
viewPosition: number;
|
|
33
32
|
name: string;
|
|
33
|
+
viewPosition: number;
|
|
34
34
|
templateType: "STASH" | "SINGBOX" | "MIHOMO" | "XRAY_JSON" | "CLASH" | "XRAY_BASE64";
|
|
35
35
|
encodedTemplateYaml: string | null;
|
|
36
36
|
templateJson?: unknown;
|
|
@@ -38,8 +38,8 @@ export declare namespace GetSubscriptionTemplatesCommand {
|
|
|
38
38
|
}, "strip", z.ZodTypeAny, {
|
|
39
39
|
templates: {
|
|
40
40
|
uuid: string;
|
|
41
|
-
viewPosition: number;
|
|
42
41
|
name: string;
|
|
42
|
+
viewPosition: number;
|
|
43
43
|
templateType: "STASH" | "SINGBOX" | "MIHOMO" | "XRAY_JSON" | "CLASH" | "XRAY_BASE64";
|
|
44
44
|
encodedTemplateYaml: string | null;
|
|
45
45
|
templateJson?: unknown;
|
|
@@ -48,8 +48,8 @@ export declare namespace GetSubscriptionTemplatesCommand {
|
|
|
48
48
|
}, {
|
|
49
49
|
templates: {
|
|
50
50
|
uuid: string;
|
|
51
|
-
viewPosition: number;
|
|
52
51
|
name: string;
|
|
52
|
+
viewPosition: number;
|
|
53
53
|
templateType: "STASH" | "SINGBOX" | "MIHOMO" | "XRAY_JSON" | "CLASH" | "XRAY_BASE64";
|
|
54
54
|
encodedTemplateYaml: string | null;
|
|
55
55
|
templateJson?: unknown;
|
|
@@ -60,8 +60,8 @@ export declare namespace GetSubscriptionTemplatesCommand {
|
|
|
60
60
|
response: {
|
|
61
61
|
templates: {
|
|
62
62
|
uuid: string;
|
|
63
|
-
viewPosition: number;
|
|
64
63
|
name: string;
|
|
64
|
+
viewPosition: number;
|
|
65
65
|
templateType: "STASH" | "SINGBOX" | "MIHOMO" | "XRAY_JSON" | "CLASH" | "XRAY_BASE64";
|
|
66
66
|
encodedTemplateYaml: string | null;
|
|
67
67
|
templateJson?: unknown;
|
|
@@ -72,8 +72,8 @@ export declare namespace GetSubscriptionTemplatesCommand {
|
|
|
72
72
|
response: {
|
|
73
73
|
templates: {
|
|
74
74
|
uuid: string;
|
|
75
|
-
viewPosition: number;
|
|
76
75
|
name: string;
|
|
76
|
+
viewPosition: number;
|
|
77
77
|
templateType: "STASH" | "SINGBOX" | "MIHOMO" | "XRAY_JSON" | "CLASH" | "XRAY_BASE64";
|
|
78
78
|
encodedTemplateYaml: string | null;
|
|
79
79
|
templateJson?: unknown;
|
|
@@ -37,15 +37,15 @@ export declare namespace UpdateSubscriptionTemplateCommand {
|
|
|
37
37
|
encodedTemplateYaml: z.ZodNullable<z.ZodString>;
|
|
38
38
|
}, "strip", z.ZodTypeAny, {
|
|
39
39
|
uuid: string;
|
|
40
|
-
viewPosition: number;
|
|
41
40
|
name: string;
|
|
41
|
+
viewPosition: number;
|
|
42
42
|
templateType: "STASH" | "SINGBOX" | "MIHOMO" | "XRAY_JSON" | "CLASH" | "XRAY_BASE64";
|
|
43
43
|
encodedTemplateYaml: string | null;
|
|
44
44
|
templateJson?: unknown;
|
|
45
45
|
}, {
|
|
46
46
|
uuid: string;
|
|
47
|
-
viewPosition: number;
|
|
48
47
|
name: string;
|
|
48
|
+
viewPosition: number;
|
|
49
49
|
templateType: "STASH" | "SINGBOX" | "MIHOMO" | "XRAY_JSON" | "CLASH" | "XRAY_BASE64";
|
|
50
50
|
encodedTemplateYaml: string | null;
|
|
51
51
|
templateJson?: unknown;
|
|
@@ -53,8 +53,8 @@ export declare namespace UpdateSubscriptionTemplateCommand {
|
|
|
53
53
|
}, "strip", z.ZodTypeAny, {
|
|
54
54
|
response: {
|
|
55
55
|
uuid: string;
|
|
56
|
-
viewPosition: number;
|
|
57
56
|
name: string;
|
|
57
|
+
viewPosition: number;
|
|
58
58
|
templateType: "STASH" | "SINGBOX" | "MIHOMO" | "XRAY_JSON" | "CLASH" | "XRAY_BASE64";
|
|
59
59
|
encodedTemplateYaml: string | null;
|
|
60
60
|
templateJson?: unknown;
|
|
@@ -62,8 +62,8 @@ export declare namespace UpdateSubscriptionTemplateCommand {
|
|
|
62
62
|
}, {
|
|
63
63
|
response: {
|
|
64
64
|
uuid: string;
|
|
65
|
-
viewPosition: number;
|
|
66
65
|
name: string;
|
|
66
|
+
viewPosition: number;
|
|
67
67
|
templateType: "STASH" | "SINGBOX" | "MIHOMO" | "XRAY_JSON" | "CLASH" | "XRAY_BASE64";
|
|
68
68
|
encodedTemplateYaml: string | null;
|
|
69
69
|
templateJson?: unknown;
|
package/build/backend/commands/subscriptions/get-by/get-raw-subscription-by-short-uuid.command.d.ts
CHANGED
|
@@ -59,15 +59,12 @@ export declare namespace GetRawSubscriptionByShortUuidCommand {
|
|
|
59
59
|
subscriptionUrl: z.ZodString;
|
|
60
60
|
activeInternalSquads: z.ZodArray<z.ZodObject<{
|
|
61
61
|
uuid: z.ZodString;
|
|
62
|
-
viewPosition: z.ZodNumber;
|
|
63
62
|
name: z.ZodString;
|
|
64
63
|
}, "strip", z.ZodTypeAny, {
|
|
65
64
|
uuid: string;
|
|
66
|
-
viewPosition: number;
|
|
67
65
|
name: string;
|
|
68
66
|
}, {
|
|
69
67
|
uuid: string;
|
|
70
|
-
viewPosition: number;
|
|
71
68
|
name: string;
|
|
72
69
|
}>, "many">;
|
|
73
70
|
userTraffic: z.ZodObject<{
|
|
@@ -116,7 +113,6 @@ export declare namespace GetRawSubscriptionByShortUuidCommand {
|
|
|
116
113
|
subscriptionUrl: string;
|
|
117
114
|
activeInternalSquads: {
|
|
118
115
|
uuid: string;
|
|
119
|
-
viewPosition: number;
|
|
120
116
|
name: string;
|
|
121
117
|
}[];
|
|
122
118
|
userTraffic: {
|
|
@@ -149,7 +145,6 @@ export declare namespace GetRawSubscriptionByShortUuidCommand {
|
|
|
149
145
|
subscriptionUrl: string;
|
|
150
146
|
activeInternalSquads: {
|
|
151
147
|
uuid: string;
|
|
152
|
-
viewPosition: number;
|
|
153
148
|
name: string;
|
|
154
149
|
}[];
|
|
155
150
|
userTraffic: {
|
|
@@ -264,9 +259,9 @@ export declare namespace GetRawSubscriptionByShortUuidCommand {
|
|
|
264
259
|
vlessRouteId: z.ZodNullable<z.ZodNumber>;
|
|
265
260
|
}, "strip", z.ZodTypeAny, {
|
|
266
261
|
uuid: string;
|
|
267
|
-
viewPosition: number;
|
|
268
262
|
tag: string | null;
|
|
269
263
|
rawInbound: {} | null;
|
|
264
|
+
viewPosition: number;
|
|
270
265
|
remark: string;
|
|
271
266
|
isDisabled: boolean;
|
|
272
267
|
configProfileUuid: string | null;
|
|
@@ -276,9 +271,9 @@ export declare namespace GetRawSubscriptionByShortUuidCommand {
|
|
|
276
271
|
inboundTag: string;
|
|
277
272
|
}, {
|
|
278
273
|
uuid: string;
|
|
279
|
-
viewPosition: number;
|
|
280
274
|
tag: string | null;
|
|
281
275
|
rawInbound: {} | null;
|
|
276
|
+
viewPosition: number;
|
|
282
277
|
remark: string;
|
|
283
278
|
isDisabled: boolean;
|
|
284
279
|
configProfileUuid: string | null;
|
|
@@ -330,9 +325,9 @@ export declare namespace GetRawSubscriptionByShortUuidCommand {
|
|
|
330
325
|
} | null | undefined;
|
|
331
326
|
dbData?: {
|
|
332
327
|
uuid: string;
|
|
333
|
-
viewPosition: number;
|
|
334
328
|
tag: string | null;
|
|
335
329
|
rawInbound: {} | null;
|
|
330
|
+
viewPosition: number;
|
|
336
331
|
remark: string;
|
|
337
332
|
isDisabled: boolean;
|
|
338
333
|
configProfileUuid: string | null;
|
|
@@ -384,9 +379,9 @@ export declare namespace GetRawSubscriptionByShortUuidCommand {
|
|
|
384
379
|
} | null | undefined;
|
|
385
380
|
dbData?: {
|
|
386
381
|
uuid: string;
|
|
387
|
-
viewPosition: number;
|
|
388
382
|
tag: string | null;
|
|
389
383
|
rawInbound: {} | null;
|
|
384
|
+
viewPosition: number;
|
|
390
385
|
remark: string;
|
|
391
386
|
isDisabled: boolean;
|
|
392
387
|
configProfileUuid: string | null;
|
|
@@ -426,7 +421,6 @@ export declare namespace GetRawSubscriptionByShortUuidCommand {
|
|
|
426
421
|
subscriptionUrl: string;
|
|
427
422
|
activeInternalSquads: {
|
|
428
423
|
uuid: string;
|
|
429
|
-
viewPosition: number;
|
|
430
424
|
name: string;
|
|
431
425
|
}[];
|
|
432
426
|
userTraffic: {
|
|
@@ -486,9 +480,9 @@ export declare namespace GetRawSubscriptionByShortUuidCommand {
|
|
|
486
480
|
} | null | undefined;
|
|
487
481
|
dbData?: {
|
|
488
482
|
uuid: string;
|
|
489
|
-
viewPosition: number;
|
|
490
483
|
tag: string | null;
|
|
491
484
|
rawInbound: {} | null;
|
|
485
|
+
viewPosition: number;
|
|
492
486
|
remark: string;
|
|
493
487
|
isDisabled: boolean;
|
|
494
488
|
configProfileUuid: string | null;
|
|
@@ -524,7 +518,6 @@ export declare namespace GetRawSubscriptionByShortUuidCommand {
|
|
|
524
518
|
subscriptionUrl: string;
|
|
525
519
|
activeInternalSquads: {
|
|
526
520
|
uuid: string;
|
|
527
|
-
viewPosition: number;
|
|
528
521
|
name: string;
|
|
529
522
|
}[];
|
|
530
523
|
userTraffic: {
|
|
@@ -588,9 +581,9 @@ export declare namespace GetRawSubscriptionByShortUuidCommand {
|
|
|
588
581
|
} | null | undefined;
|
|
589
582
|
dbData?: {
|
|
590
583
|
uuid: string;
|
|
591
|
-
viewPosition: number;
|
|
592
584
|
tag: string | null;
|
|
593
585
|
rawInbound: {} | null;
|
|
586
|
+
viewPosition: number;
|
|
594
587
|
remark: string;
|
|
595
588
|
isDisabled: boolean;
|
|
596
589
|
configProfileUuid: string | null;
|
|
@@ -632,7 +625,6 @@ export declare namespace GetRawSubscriptionByShortUuidCommand {
|
|
|
632
625
|
subscriptionUrl: string;
|
|
633
626
|
activeInternalSquads: {
|
|
634
627
|
uuid: string;
|
|
635
|
-
viewPosition: number;
|
|
636
628
|
name: string;
|
|
637
629
|
}[];
|
|
638
630
|
userTraffic: {
|
|
@@ -692,9 +684,9 @@ export declare namespace GetRawSubscriptionByShortUuidCommand {
|
|
|
692
684
|
} | null | undefined;
|
|
693
685
|
dbData?: {
|
|
694
686
|
uuid: string;
|
|
695
|
-
viewPosition: number;
|
|
696
687
|
tag: string | null;
|
|
697
688
|
rawInbound: {} | null;
|
|
689
|
+
viewPosition: number;
|
|
698
690
|
remark: string;
|
|
699
691
|
isDisabled: boolean;
|
|
700
692
|
configProfileUuid: string | null;
|
|
@@ -732,7 +724,6 @@ export declare namespace GetRawSubscriptionByShortUuidCommand {
|
|
|
732
724
|
subscriptionUrl: string;
|
|
733
725
|
activeInternalSquads: {
|
|
734
726
|
uuid: string;
|
|
735
|
-
viewPosition: number;
|
|
736
727
|
name: string;
|
|
737
728
|
}[];
|
|
738
729
|
userTraffic: {
|
|
@@ -796,9 +787,9 @@ export declare namespace GetRawSubscriptionByShortUuidCommand {
|
|
|
796
787
|
} | null | undefined;
|
|
797
788
|
dbData?: {
|
|
798
789
|
uuid: string;
|
|
799
|
-
viewPosition: number;
|
|
800
790
|
tag: string | null;
|
|
801
791
|
rawInbound: {} | null;
|
|
792
|
+
viewPosition: number;
|
|
802
793
|
remark: string;
|
|
803
794
|
isDisabled: boolean;
|
|
804
795
|
configProfileUuid: string | null;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"get-raw-subscription-by-short-uuid.command.d.ts","sourceRoot":"","sources":["../../../../../commands/subscriptions/get-by/get-raw-subscription-by-short-uuid.command.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAMxB,yBAAiB,oCAAoC,CAAC;IAC3C,MAAM,GAAG,+BAA+C,CAAC;IACzD,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,kBAAkB;;;;;;MAM7B,CAAC;IAEH,KAAY,YAAY,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,kBAAkB,CAAC,CAAC;IAEvD,MAAM,cAAc
|
|
1
|
+
{"version":3,"file":"get-raw-subscription-by-short-uuid.command.d.ts","sourceRoot":"","sources":["../../../../../commands/subscriptions/get-by/get-raw-subscription-by-short-uuid.command.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAMxB,yBAAiB,oCAAoC,CAAC;IAC3C,MAAM,GAAG,+BAA+C,CAAC;IACzD,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,kBAAkB;;;;;;MAM7B,CAAC;IAEH,KAAY,YAAY,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,kBAAkB,CAAC,CAAC;IAEvD,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;MAoFzB,CAAC;IAEH,KAAY,QAAQ,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,cAAc,CAAC,CAAC;CACzD"}
|
|
@@ -50,15 +50,12 @@ export declare namespace DisableUserCommand {
|
|
|
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 DisableUserCommand {
|
|
|
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 DisableUserCommand {
|
|
|
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 DisableUserCommand {
|
|
|
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 DisableUserCommand {
|
|
|
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":"disable-user.command.d.ts","sourceRoot":"","sources":["../../../../../commands/users/actions/disable-user.command.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAMxB,yBAAiB,kBAAkB,CAAC;IACzB,MAAM,GAAG,0BAAiC,CAAC;IAC3C,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,cAAc
|
|
1
|
+
{"version":3,"file":"disable-user.command.d.ts","sourceRoot":"","sources":["../../../../../commands/users/actions/disable-user.command.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAMxB,yBAAiB,kBAAkB,CAAC;IACzB,MAAM,GAAG,0BAAiC,CAAC;IAC3C,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,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;MAEzB,CAAC;IAEH,KAAY,QAAQ,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,cAAc,CAAC,CAAC;CACzD"}
|
|
@@ -50,15 +50,12 @@ export declare namespace EnableUserCommand {
|
|
|
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 EnableUserCommand {
|
|
|
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 EnableUserCommand {
|
|
|
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 EnableUserCommand {
|
|
|
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 EnableUserCommand {
|
|
|
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":"enable-user.command.d.ts","sourceRoot":"","sources":["../../../../../commands/users/actions/enable-user.command.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAMxB,yBAAiB,iBAAiB,CAAC;IACxB,MAAM,GAAG,0BAAgC,CAAC;IAC1C,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,cAAc
|
|
1
|
+
{"version":3,"file":"enable-user.command.d.ts","sourceRoot":"","sources":["../../../../../commands/users/actions/enable-user.command.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAMxB,yBAAiB,iBAAiB,CAAC;IACxB,MAAM,GAAG,0BAAgC,CAAC;IAC1C,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,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;MAEzB,CAAC;IAEH,KAAY,QAAQ,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,cAAc,CAAC,CAAC;CACzD"}
|
|
@@ -50,15 +50,12 @@ export declare namespace ResetUserTrafficCommand {
|
|
|
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 ResetUserTrafficCommand {
|
|
|
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 ResetUserTrafficCommand {
|
|
|
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 ResetUserTrafficCommand {
|
|
|
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 ResetUserTrafficCommand {
|
|
|
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":"reset-user-traffic.command.d.ts","sourceRoot":"","sources":["../../../../../commands/users/actions/reset-user-traffic.command.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAMxB,yBAAiB,uBAAuB,CAAC;IAC9B,MAAM,GAAG,0BAAuC,CAAC;IACjD,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,cAAc
|
|
1
|
+
{"version":3,"file":"reset-user-traffic.command.d.ts","sourceRoot":"","sources":["../../../../../commands/users/actions/reset-user-traffic.command.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAMxB,yBAAiB,uBAAuB,CAAC;IAC9B,MAAM,GAAG,0BAAuC,CAAC;IACjD,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,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;MAEzB,CAAC;IAEH,KAAY,QAAQ,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,cAAc,CAAC,CAAC;CACzD"}
|