@remnawave/backend-contract 2.3.8 → 2.3.9
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/api/controllers/config-profiles.d.ts +3 -0
- package/build/backend/api/controllers/config-profiles.d.ts.map +1 -1
- package/build/backend/api/controllers/config-profiles.js +4 -0
- package/build/backend/api/controllers/external-squads.d.ts +3 -0
- package/build/backend/api/controllers/external-squads.d.ts.map +1 -1
- package/build/backend/api/controllers/external-squads.js +4 -0
- package/build/backend/api/controllers/internal-squads.d.ts +3 -0
- package/build/backend/api/controllers/internal-squads.d.ts.map +1 -1
- package/build/backend/api/controllers/internal-squads.js +4 -0
- package/build/backend/api/controllers/subscription-template.d.ts +3 -0
- package/build/backend/api/controllers/subscription-template.d.ts.map +1 -1
- package/build/backend/api/controllers/subscription-template.js +4 -0
- package/build/backend/api/routes.d.ts +12 -0
- package/build/backend/api/routes.d.ts.map +1 -1
- package/build/backend/api/routes.js +12 -0
- package/build/backend/commands/config-profiles/actions/index.d.ts +2 -0
- package/build/backend/commands/config-profiles/actions/index.d.ts.map +1 -0
- package/build/backend/commands/config-profiles/actions/index.js +17 -0
- package/build/backend/commands/config-profiles/actions/reorder.command.d.ts +278 -0
- package/build/backend/commands/config-profiles/actions/reorder.command.d.ts.map +1 -0
- package/build/backend/commands/config-profiles/actions/reorder.command.js +25 -0
- package/build/backend/commands/config-profiles/create-config-profile.command.d.ts +5 -0
- package/build/backend/commands/config-profiles/create-config-profile.command.d.ts.map +1 -1
- package/build/backend/commands/config-profiles/get-computed-config-profile-by-uuid.command.d.ts +5 -0
- package/build/backend/commands/config-profiles/get-computed-config-profile-by-uuid.command.d.ts.map +1 -1
- package/build/backend/commands/config-profiles/get-config-profile-by-uuid.command.d.ts +5 -0
- package/build/backend/commands/config-profiles/get-config-profile-by-uuid.command.d.ts.map +1 -1
- package/build/backend/commands/config-profiles/get-config-profiles.command.d.ts +7 -0
- package/build/backend/commands/config-profiles/get-config-profiles.command.d.ts.map +1 -1
- package/build/backend/commands/config-profiles/index.d.ts +1 -0
- package/build/backend/commands/config-profiles/index.d.ts.map +1 -1
- package/build/backend/commands/config-profiles/index.js +1 -0
- package/build/backend/commands/config-profiles/update-config-profile.command.d.ts +5 -0
- package/build/backend/commands/config-profiles/update-config-profile.command.d.ts.map +1 -1
- package/build/backend/commands/external-squads/actions/index.d.ts +2 -0
- package/build/backend/commands/external-squads/actions/index.d.ts.map +1 -0
- package/build/backend/commands/external-squads/actions/index.js +17 -0
- package/build/backend/commands/external-squads/actions/reorder.command.d.ts +436 -0
- package/build/backend/commands/external-squads/actions/reorder.command.d.ts.map +1 -0
- package/build/backend/commands/external-squads/actions/reorder.command.js +25 -0
- package/build/backend/commands/external-squads/create-external-squad.command.d.ts +5 -0
- package/build/backend/commands/external-squads/create-external-squad.command.d.ts.map +1 -1
- package/build/backend/commands/external-squads/get-external-squad-by-uuid.command.d.ts +5 -0
- package/build/backend/commands/external-squads/get-external-squad-by-uuid.command.d.ts.map +1 -1
- package/build/backend/commands/external-squads/get-external-squads.command.d.ts +7 -0
- package/build/backend/commands/external-squads/get-external-squads.command.d.ts.map +1 -1
- package/build/backend/commands/external-squads/index.d.ts +1 -0
- package/build/backend/commands/external-squads/index.d.ts.map +1 -1
- package/build/backend/commands/external-squads/index.js +1 -0
- package/build/backend/commands/external-squads/update-external-squad.command.d.ts +5 -0
- package/build/backend/commands/external-squads/update-external-squad.command.d.ts.map +1 -1
- 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/index.d.ts +2 -0
- package/build/backend/commands/internal-squads/actions/index.d.ts.map +1 -0
- package/build/backend/commands/internal-squads/actions/index.js +17 -0
- package/build/backend/commands/internal-squads/actions/reorder.command.d.ts +258 -0
- package/build/backend/commands/internal-squads/actions/reorder.command.d.ts.map +1 -0
- package/build/backend/commands/internal-squads/actions/reorder.command.js +25 -0
- package/build/backend/commands/internal-squads/create-internal-squad.command.d.ts +5 -0
- package/build/backend/commands/internal-squads/create-internal-squad.command.d.ts.map +1 -1
- package/build/backend/commands/internal-squads/get-internal-squad-by-uuid.d.ts +5 -0
- package/build/backend/commands/internal-squads/get-internal-squad-by-uuid.d.ts.map +1 -1
- package/build/backend/commands/internal-squads/get-internal-squads.command.d.ts +7 -0
- package/build/backend/commands/internal-squads/get-internal-squads.command.d.ts.map +1 -1
- package/build/backend/commands/internal-squads/index.d.ts +1 -0
- package/build/backend/commands/internal-squads/index.d.ts.map +1 -1
- package/build/backend/commands/internal-squads/index.js +1 -0
- package/build/backend/commands/internal-squads/update-internal-squad.command.d.ts +5 -0
- package/build/backend/commands/internal-squads/update-internal-squad.command.d.ts.map +1 -1
- 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/index.d.ts +2 -0
- package/build/backend/commands/subscription-template/actions/index.d.ts.map +1 -0
- package/build/backend/commands/subscription-template/actions/index.js +17 -0
- package/build/backend/commands/subscription-template/actions/reorder.command.d.ts +120 -0
- package/build/backend/commands/subscription-template/actions/reorder.command.d.ts.map +1 -0
- package/build/backend/commands/subscription-template/actions/reorder.command.js +25 -0
- package/build/backend/commands/subscription-template/create-template.command.d.ts +5 -0
- package/build/backend/commands/subscription-template/create-template.command.d.ts.map +1 -1
- package/build/backend/commands/subscription-template/create-template.command.js +4 -10
- package/build/backend/commands/subscription-template/get-template.command.d.ts +5 -0
- package/build/backend/commands/subscription-template/get-template.command.d.ts.map +1 -1
- package/build/backend/commands/subscription-template/get-template.command.js +3 -9
- package/build/backend/commands/subscription-template/get-templates.command.d.ts +7 -0
- package/build/backend/commands/subscription-template/get-templates.command.d.ts.map +1 -1
- package/build/backend/commands/subscription-template/get-templates.command.js +3 -9
- package/build/backend/commands/subscription-template/index.d.ts +1 -0
- package/build/backend/commands/subscription-template/index.d.ts.map +1 -1
- package/build/backend/commands/subscription-template/index.js +1 -0
- package/build/backend/commands/subscription-template/update-template.command.d.ts +5 -0
- package/build/backend/commands/subscription-template/update-template.command.d.ts.map +1 -1
- package/build/backend/commands/subscription-template/update-template.command.js +3 -9
- package/build/backend/commands/subscriptions/get-by/get-raw-subscription-by-short-uuid.command.d.ts +17 -8
- 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 +7 -0
- 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 +7 -0
- 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 +7 -0
- 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 +7 -0
- 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 +7 -0
- package/build/backend/commands/users/create-user.command.d.ts.map +1 -1
- package/build/backend/commands/users/get-all-users.command.d.ts +9 -0
- 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 +7 -0
- 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 +7 -0
- 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 +7 -0
- 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 +7 -0
- 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 +7 -0
- 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 +7 -0
- 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 +7 -0
- package/build/backend/commands/users/update-user.command.d.ts.map +1 -1
- package/build/backend/constants/errors/errors.d.ts +5 -0
- package/build/backend/constants/errors/errors.d.ts.map +1 -1
- package/build/backend/constants/errors/errors.js +5 -0
- package/build/backend/models/base-internal-squad.schema.d.ts +3 -0
- package/build/backend/models/base-internal-squad.schema.d.ts.map +1 -1
- package/build/backend/models/base-internal-squad.schema.js +1 -0
- package/build/backend/models/config-profile.schema.d.ts +3 -0
- package/build/backend/models/config-profile.schema.d.ts.map +1 -1
- package/build/backend/models/config-profile.schema.js +1 -0
- package/build/backend/models/extended-users.schema.d.ts +5 -0
- package/build/backend/models/extended-users.schema.d.ts.map +1 -1
- package/build/backend/models/external-squad.schema.d.ts +3 -0
- package/build/backend/models/external-squad.schema.d.ts.map +1 -1
- package/build/backend/models/external-squad.schema.js +1 -0
- package/build/backend/models/hosts.schema.d.ts +2 -2
- package/build/backend/models/index.d.ts +1 -0
- package/build/backend/models/index.d.ts.map +1 -1
- package/build/backend/models/index.js +1 -0
- package/build/backend/models/internal-squad.schema.d.ts +3 -0
- package/build/backend/models/internal-squad.schema.d.ts.map +1 -1
- package/build/backend/models/internal-squad.schema.js +1 -0
- package/build/backend/models/nodes.schema.d.ts +2 -2
- package/build/backend/models/subscription-template.schema.d.ts +31 -0
- package/build/backend/models/subscription-template.schema.d.ts.map +1 -0
- package/build/backend/models/subscription-template.schema.js +16 -0
- package/build/frontend/api/controllers/config-profiles.js +4 -0
- package/build/frontend/api/controllers/external-squads.js +4 -0
- package/build/frontend/api/controllers/internal-squads.js +4 -0
- package/build/frontend/api/controllers/subscription-template.js +4 -0
- package/build/frontend/api/routes.js +12 -0
- package/build/frontend/commands/config-profiles/actions/index.js +17 -0
- package/build/frontend/commands/config-profiles/actions/reorder.command.js +25 -0
- package/build/frontend/commands/config-profiles/index.js +1 -0
- package/build/frontend/commands/external-squads/actions/index.js +17 -0
- package/build/frontend/commands/external-squads/actions/reorder.command.js +25 -0
- package/build/frontend/commands/external-squads/index.js +1 -0
- package/build/frontend/commands/internal-squads/actions/index.js +17 -0
- package/build/frontend/commands/internal-squads/actions/reorder.command.js +25 -0
- package/build/frontend/commands/internal-squads/index.js +1 -0
- package/build/frontend/commands/subscription-template/actions/index.js +17 -0
- package/build/frontend/commands/subscription-template/actions/reorder.command.js +25 -0
- package/build/frontend/commands/subscription-template/create-template.command.js +4 -10
- package/build/frontend/commands/subscription-template/get-template.command.js +3 -9
- package/build/frontend/commands/subscription-template/get-templates.command.js +3 -9
- package/build/frontend/commands/subscription-template/index.js +1 -0
- package/build/frontend/commands/subscription-template/update-template.command.js +3 -9
- package/build/frontend/constants/errors/errors.js +5 -0
- package/build/frontend/models/base-internal-squad.schema.js +1 -0
- package/build/frontend/models/config-profile.schema.js +1 -0
- package/build/frontend/models/external-squad.schema.js +1 -0
- package/build/frontend/models/index.js +1 -0
- package/build/frontend/models/internal-squad.schema.js +1 -0
- package/build/frontend/models/subscription-template.schema.js +16 -0
- package/package.json +1 -1
|
@@ -23,6 +23,7 @@ export declare namespace UpdateSubscriptionTemplateCommand {
|
|
|
23
23
|
const ResponseSchema: z.ZodObject<{
|
|
24
24
|
response: z.ZodObject<{
|
|
25
25
|
uuid: z.ZodString;
|
|
26
|
+
viewPosition: z.ZodNumber;
|
|
26
27
|
name: z.ZodString;
|
|
27
28
|
templateType: z.ZodNativeEnum<{
|
|
28
29
|
readonly XRAY_JSON: "XRAY_JSON";
|
|
@@ -36,12 +37,14 @@ export declare namespace UpdateSubscriptionTemplateCommand {
|
|
|
36
37
|
encodedTemplateYaml: z.ZodNullable<z.ZodString>;
|
|
37
38
|
}, "strip", z.ZodTypeAny, {
|
|
38
39
|
uuid: string;
|
|
40
|
+
viewPosition: number;
|
|
39
41
|
name: string;
|
|
40
42
|
templateType: "STASH" | "SINGBOX" | "MIHOMO" | "XRAY_JSON" | "CLASH" | "XRAY_BASE64";
|
|
41
43
|
encodedTemplateYaml: string | null;
|
|
42
44
|
templateJson?: unknown;
|
|
43
45
|
}, {
|
|
44
46
|
uuid: string;
|
|
47
|
+
viewPosition: number;
|
|
45
48
|
name: string;
|
|
46
49
|
templateType: "STASH" | "SINGBOX" | "MIHOMO" | "XRAY_JSON" | "CLASH" | "XRAY_BASE64";
|
|
47
50
|
encodedTemplateYaml: string | null;
|
|
@@ -50,6 +53,7 @@ export declare namespace UpdateSubscriptionTemplateCommand {
|
|
|
50
53
|
}, "strip", z.ZodTypeAny, {
|
|
51
54
|
response: {
|
|
52
55
|
uuid: string;
|
|
56
|
+
viewPosition: number;
|
|
53
57
|
name: string;
|
|
54
58
|
templateType: "STASH" | "SINGBOX" | "MIHOMO" | "XRAY_JSON" | "CLASH" | "XRAY_BASE64";
|
|
55
59
|
encodedTemplateYaml: string | null;
|
|
@@ -58,6 +62,7 @@ export declare namespace UpdateSubscriptionTemplateCommand {
|
|
|
58
62
|
}, {
|
|
59
63
|
response: {
|
|
60
64
|
uuid: string;
|
|
65
|
+
viewPosition: number;
|
|
61
66
|
name: string;
|
|
62
67
|
templateType: "STASH" | "SINGBOX" | "MIHOMO" | "XRAY_JSON" | "CLASH" | "XRAY_BASE64";
|
|
63
68
|
encodedTemplateYaml: string | null;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"update-template.command.d.ts","sourceRoot":"","sources":["../../../../commands/subscription-template/update-template.command.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAMxB,yBAAiB,iCAAiC,CAAC;IACxC,MAAM,GAAG,gCAAwC,CAAC;IAClD,MAAM,OAAO,gCAAM,CAAC;IAEpB,MAAM,eAAe,2CAI3B,CAAC;IAEK,MAAM,aAAa;;;;;;;;;;;;;;;MAaxB,CAAC;IAEH,KAAY,OAAO,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,aAAa,CAAC,CAAC;IAE7C,MAAM,cAAc
|
|
1
|
+
{"version":3,"file":"update-template.command.d.ts","sourceRoot":"","sources":["../../../../commands/subscription-template/update-template.command.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAMxB,yBAAiB,iCAAiC,CAAC;IACxC,MAAM,GAAG,gCAAwC,CAAC;IAClD,MAAM,OAAO,gCAAM,CAAC;IAEpB,MAAM,eAAe,2CAI3B,CAAC;IAEK,MAAM,aAAa;;;;;;;;;;;;;;;MAaxB,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"}
|
|
@@ -3,13 +3,13 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.UpdateSubscriptionTemplateCommand = void 0;
|
|
4
4
|
const zod_1 = require("zod");
|
|
5
5
|
const api_1 = require("../../api");
|
|
6
|
+
const models_1 = require("../../models");
|
|
6
7
|
const constants_1 = require("../../constants");
|
|
7
|
-
const constants_2 = require("../../constants");
|
|
8
8
|
var UpdateSubscriptionTemplateCommand;
|
|
9
9
|
(function (UpdateSubscriptionTemplateCommand) {
|
|
10
10
|
UpdateSubscriptionTemplateCommand.url = api_1.REST_API.SUBSCRIPTION_TEMPLATE.UPDATE;
|
|
11
11
|
UpdateSubscriptionTemplateCommand.TSQ_url = UpdateSubscriptionTemplateCommand.url;
|
|
12
|
-
UpdateSubscriptionTemplateCommand.endpointDetails = (0,
|
|
12
|
+
UpdateSubscriptionTemplateCommand.endpointDetails = (0, constants_1.getEndpointDetails)(api_1.SUBSCRIPTION_TEMPLATE_ROUTES.UPDATE, 'patch', 'Update subscription template');
|
|
13
13
|
UpdateSubscriptionTemplateCommand.RequestSchema = zod_1.z.object({
|
|
14
14
|
uuid: zod_1.z.string().uuid(),
|
|
15
15
|
name: zod_1.z
|
|
@@ -22,12 +22,6 @@ var UpdateSubscriptionTemplateCommand;
|
|
|
22
22
|
encodedTemplateYaml: zod_1.z.optional(zod_1.z.string()),
|
|
23
23
|
});
|
|
24
24
|
UpdateSubscriptionTemplateCommand.ResponseSchema = zod_1.z.object({
|
|
25
|
-
response:
|
|
26
|
-
uuid: zod_1.z.string().uuid(),
|
|
27
|
-
name: zod_1.z.string(),
|
|
28
|
-
templateType: zod_1.z.nativeEnum(constants_1.SUBSCRIPTION_TEMPLATE_TYPE),
|
|
29
|
-
templateJson: zod_1.z.nullable(zod_1.z.unknown()),
|
|
30
|
-
encodedTemplateYaml: zod_1.z.nullable(zod_1.z.string()),
|
|
31
|
-
}),
|
|
25
|
+
response: models_1.SubscriptionTemplateSchema,
|
|
32
26
|
});
|
|
33
27
|
})(UpdateSubscriptionTemplateCommand || (exports.UpdateSubscriptionTemplateCommand = UpdateSubscriptionTemplateCommand = {}));
|
package/build/backend/commands/subscriptions/get-by/get-raw-subscription-by-short-uuid.command.d.ts
CHANGED
|
@@ -59,12 +59,15 @@ 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;
|
|
62
63
|
name: z.ZodString;
|
|
63
64
|
}, "strip", z.ZodTypeAny, {
|
|
64
65
|
uuid: string;
|
|
66
|
+
viewPosition: number;
|
|
65
67
|
name: string;
|
|
66
68
|
}, {
|
|
67
69
|
uuid: string;
|
|
70
|
+
viewPosition: number;
|
|
68
71
|
name: string;
|
|
69
72
|
}>, "many">;
|
|
70
73
|
userTraffic: z.ZodObject<{
|
|
@@ -113,6 +116,7 @@ export declare namespace GetRawSubscriptionByShortUuidCommand {
|
|
|
113
116
|
subscriptionUrl: string;
|
|
114
117
|
activeInternalSquads: {
|
|
115
118
|
uuid: string;
|
|
119
|
+
viewPosition: number;
|
|
116
120
|
name: string;
|
|
117
121
|
}[];
|
|
118
122
|
userTraffic: {
|
|
@@ -145,6 +149,7 @@ export declare namespace GetRawSubscriptionByShortUuidCommand {
|
|
|
145
149
|
subscriptionUrl: string;
|
|
146
150
|
activeInternalSquads: {
|
|
147
151
|
uuid: string;
|
|
152
|
+
viewPosition: number;
|
|
148
153
|
name: string;
|
|
149
154
|
}[];
|
|
150
155
|
userTraffic: {
|
|
@@ -259,9 +264,9 @@ export declare namespace GetRawSubscriptionByShortUuidCommand {
|
|
|
259
264
|
vlessRouteId: z.ZodNullable<z.ZodNumber>;
|
|
260
265
|
}, "strip", z.ZodTypeAny, {
|
|
261
266
|
uuid: string;
|
|
267
|
+
viewPosition: number;
|
|
262
268
|
tag: string | null;
|
|
263
269
|
rawInbound: {} | null;
|
|
264
|
-
viewPosition: number;
|
|
265
270
|
remark: string;
|
|
266
271
|
isDisabled: boolean;
|
|
267
272
|
configProfileUuid: string | null;
|
|
@@ -271,9 +276,9 @@ export declare namespace GetRawSubscriptionByShortUuidCommand {
|
|
|
271
276
|
inboundTag: string;
|
|
272
277
|
}, {
|
|
273
278
|
uuid: string;
|
|
279
|
+
viewPosition: number;
|
|
274
280
|
tag: string | null;
|
|
275
281
|
rawInbound: {} | null;
|
|
276
|
-
viewPosition: number;
|
|
277
282
|
remark: string;
|
|
278
283
|
isDisabled: boolean;
|
|
279
284
|
configProfileUuid: string | null;
|
|
@@ -325,9 +330,9 @@ export declare namespace GetRawSubscriptionByShortUuidCommand {
|
|
|
325
330
|
} | null | undefined;
|
|
326
331
|
dbData?: {
|
|
327
332
|
uuid: string;
|
|
333
|
+
viewPosition: number;
|
|
328
334
|
tag: string | null;
|
|
329
335
|
rawInbound: {} | null;
|
|
330
|
-
viewPosition: number;
|
|
331
336
|
remark: string;
|
|
332
337
|
isDisabled: boolean;
|
|
333
338
|
configProfileUuid: string | null;
|
|
@@ -379,9 +384,9 @@ export declare namespace GetRawSubscriptionByShortUuidCommand {
|
|
|
379
384
|
} | null | undefined;
|
|
380
385
|
dbData?: {
|
|
381
386
|
uuid: string;
|
|
387
|
+
viewPosition: number;
|
|
382
388
|
tag: string | null;
|
|
383
389
|
rawInbound: {} | null;
|
|
384
|
-
viewPosition: number;
|
|
385
390
|
remark: string;
|
|
386
391
|
isDisabled: boolean;
|
|
387
392
|
configProfileUuid: string | null;
|
|
@@ -421,6 +426,7 @@ export declare namespace GetRawSubscriptionByShortUuidCommand {
|
|
|
421
426
|
subscriptionUrl: string;
|
|
422
427
|
activeInternalSquads: {
|
|
423
428
|
uuid: string;
|
|
429
|
+
viewPosition: number;
|
|
424
430
|
name: string;
|
|
425
431
|
}[];
|
|
426
432
|
userTraffic: {
|
|
@@ -480,9 +486,9 @@ export declare namespace GetRawSubscriptionByShortUuidCommand {
|
|
|
480
486
|
} | null | undefined;
|
|
481
487
|
dbData?: {
|
|
482
488
|
uuid: string;
|
|
489
|
+
viewPosition: number;
|
|
483
490
|
tag: string | null;
|
|
484
491
|
rawInbound: {} | null;
|
|
485
|
-
viewPosition: number;
|
|
486
492
|
remark: string;
|
|
487
493
|
isDisabled: boolean;
|
|
488
494
|
configProfileUuid: string | null;
|
|
@@ -518,6 +524,7 @@ export declare namespace GetRawSubscriptionByShortUuidCommand {
|
|
|
518
524
|
subscriptionUrl: string;
|
|
519
525
|
activeInternalSquads: {
|
|
520
526
|
uuid: string;
|
|
527
|
+
viewPosition: number;
|
|
521
528
|
name: string;
|
|
522
529
|
}[];
|
|
523
530
|
userTraffic: {
|
|
@@ -581,9 +588,9 @@ export declare namespace GetRawSubscriptionByShortUuidCommand {
|
|
|
581
588
|
} | null | undefined;
|
|
582
589
|
dbData?: {
|
|
583
590
|
uuid: string;
|
|
591
|
+
viewPosition: number;
|
|
584
592
|
tag: string | null;
|
|
585
593
|
rawInbound: {} | null;
|
|
586
|
-
viewPosition: number;
|
|
587
594
|
remark: string;
|
|
588
595
|
isDisabled: boolean;
|
|
589
596
|
configProfileUuid: string | null;
|
|
@@ -625,6 +632,7 @@ export declare namespace GetRawSubscriptionByShortUuidCommand {
|
|
|
625
632
|
subscriptionUrl: string;
|
|
626
633
|
activeInternalSquads: {
|
|
627
634
|
uuid: string;
|
|
635
|
+
viewPosition: number;
|
|
628
636
|
name: string;
|
|
629
637
|
}[];
|
|
630
638
|
userTraffic: {
|
|
@@ -684,9 +692,9 @@ export declare namespace GetRawSubscriptionByShortUuidCommand {
|
|
|
684
692
|
} | null | undefined;
|
|
685
693
|
dbData?: {
|
|
686
694
|
uuid: string;
|
|
695
|
+
viewPosition: number;
|
|
687
696
|
tag: string | null;
|
|
688
697
|
rawInbound: {} | null;
|
|
689
|
-
viewPosition: number;
|
|
690
698
|
remark: string;
|
|
691
699
|
isDisabled: boolean;
|
|
692
700
|
configProfileUuid: string | null;
|
|
@@ -724,6 +732,7 @@ export declare namespace GetRawSubscriptionByShortUuidCommand {
|
|
|
724
732
|
subscriptionUrl: string;
|
|
725
733
|
activeInternalSquads: {
|
|
726
734
|
uuid: string;
|
|
735
|
+
viewPosition: number;
|
|
727
736
|
name: string;
|
|
728
737
|
}[];
|
|
729
738
|
userTraffic: {
|
|
@@ -787,9 +796,9 @@ export declare namespace GetRawSubscriptionByShortUuidCommand {
|
|
|
787
796
|
} | null | undefined;
|
|
788
797
|
dbData?: {
|
|
789
798
|
uuid: string;
|
|
799
|
+
viewPosition: number;
|
|
790
800
|
tag: string | null;
|
|
791
801
|
rawInbound: {} | null;
|
|
792
|
-
viewPosition: number;
|
|
793
802
|
remark: string;
|
|
794
803
|
isDisabled: boolean;
|
|
795
804
|
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,12 +50,15 @@ 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;
|
|
53
54
|
name: z.ZodString;
|
|
54
55
|
}, "strip", z.ZodTypeAny, {
|
|
55
56
|
uuid: string;
|
|
57
|
+
viewPosition: number;
|
|
56
58
|
name: string;
|
|
57
59
|
}, {
|
|
58
60
|
uuid: string;
|
|
61
|
+
viewPosition: number;
|
|
59
62
|
name: string;
|
|
60
63
|
}>, "many">;
|
|
61
64
|
userTraffic: z.ZodObject<{
|
|
@@ -104,6 +107,7 @@ export declare namespace DisableUserCommand {
|
|
|
104
107
|
subscriptionUrl: string;
|
|
105
108
|
activeInternalSquads: {
|
|
106
109
|
uuid: string;
|
|
110
|
+
viewPosition: number;
|
|
107
111
|
name: string;
|
|
108
112
|
}[];
|
|
109
113
|
userTraffic: {
|
|
@@ -136,6 +140,7 @@ export declare namespace DisableUserCommand {
|
|
|
136
140
|
subscriptionUrl: string;
|
|
137
141
|
activeInternalSquads: {
|
|
138
142
|
uuid: string;
|
|
143
|
+
viewPosition: number;
|
|
139
144
|
name: string;
|
|
140
145
|
}[];
|
|
141
146
|
userTraffic: {
|
|
@@ -178,6 +183,7 @@ export declare namespace DisableUserCommand {
|
|
|
178
183
|
subscriptionUrl: string;
|
|
179
184
|
activeInternalSquads: {
|
|
180
185
|
uuid: string;
|
|
186
|
+
viewPosition: number;
|
|
181
187
|
name: string;
|
|
182
188
|
}[];
|
|
183
189
|
userTraffic: {
|
|
@@ -212,6 +218,7 @@ export declare namespace DisableUserCommand {
|
|
|
212
218
|
subscriptionUrl: string;
|
|
213
219
|
activeInternalSquads: {
|
|
214
220
|
uuid: string;
|
|
221
|
+
viewPosition: number;
|
|
215
222
|
name: string;
|
|
216
223
|
}[];
|
|
217
224
|
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,12 +50,15 @@ 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;
|
|
53
54
|
name: z.ZodString;
|
|
54
55
|
}, "strip", z.ZodTypeAny, {
|
|
55
56
|
uuid: string;
|
|
57
|
+
viewPosition: number;
|
|
56
58
|
name: string;
|
|
57
59
|
}, {
|
|
58
60
|
uuid: string;
|
|
61
|
+
viewPosition: number;
|
|
59
62
|
name: string;
|
|
60
63
|
}>, "many">;
|
|
61
64
|
userTraffic: z.ZodObject<{
|
|
@@ -104,6 +107,7 @@ export declare namespace EnableUserCommand {
|
|
|
104
107
|
subscriptionUrl: string;
|
|
105
108
|
activeInternalSquads: {
|
|
106
109
|
uuid: string;
|
|
110
|
+
viewPosition: number;
|
|
107
111
|
name: string;
|
|
108
112
|
}[];
|
|
109
113
|
userTraffic: {
|
|
@@ -136,6 +140,7 @@ export declare namespace EnableUserCommand {
|
|
|
136
140
|
subscriptionUrl: string;
|
|
137
141
|
activeInternalSquads: {
|
|
138
142
|
uuid: string;
|
|
143
|
+
viewPosition: number;
|
|
139
144
|
name: string;
|
|
140
145
|
}[];
|
|
141
146
|
userTraffic: {
|
|
@@ -178,6 +183,7 @@ export declare namespace EnableUserCommand {
|
|
|
178
183
|
subscriptionUrl: string;
|
|
179
184
|
activeInternalSquads: {
|
|
180
185
|
uuid: string;
|
|
186
|
+
viewPosition: number;
|
|
181
187
|
name: string;
|
|
182
188
|
}[];
|
|
183
189
|
userTraffic: {
|
|
@@ -212,6 +218,7 @@ export declare namespace EnableUserCommand {
|
|
|
212
218
|
subscriptionUrl: string;
|
|
213
219
|
activeInternalSquads: {
|
|
214
220
|
uuid: string;
|
|
221
|
+
viewPosition: number;
|
|
215
222
|
name: string;
|
|
216
223
|
}[];
|
|
217
224
|
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,12 +50,15 @@ 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;
|
|
53
54
|
name: z.ZodString;
|
|
54
55
|
}, "strip", z.ZodTypeAny, {
|
|
55
56
|
uuid: string;
|
|
57
|
+
viewPosition: number;
|
|
56
58
|
name: string;
|
|
57
59
|
}, {
|
|
58
60
|
uuid: string;
|
|
61
|
+
viewPosition: number;
|
|
59
62
|
name: string;
|
|
60
63
|
}>, "many">;
|
|
61
64
|
userTraffic: z.ZodObject<{
|
|
@@ -104,6 +107,7 @@ export declare namespace ResetUserTrafficCommand {
|
|
|
104
107
|
subscriptionUrl: string;
|
|
105
108
|
activeInternalSquads: {
|
|
106
109
|
uuid: string;
|
|
110
|
+
viewPosition: number;
|
|
107
111
|
name: string;
|
|
108
112
|
}[];
|
|
109
113
|
userTraffic: {
|
|
@@ -136,6 +140,7 @@ export declare namespace ResetUserTrafficCommand {
|
|
|
136
140
|
subscriptionUrl: string;
|
|
137
141
|
activeInternalSquads: {
|
|
138
142
|
uuid: string;
|
|
143
|
+
viewPosition: number;
|
|
139
144
|
name: string;
|
|
140
145
|
}[];
|
|
141
146
|
userTraffic: {
|
|
@@ -178,6 +183,7 @@ export declare namespace ResetUserTrafficCommand {
|
|
|
178
183
|
subscriptionUrl: string;
|
|
179
184
|
activeInternalSquads: {
|
|
180
185
|
uuid: string;
|
|
186
|
+
viewPosition: number;
|
|
181
187
|
name: string;
|
|
182
188
|
}[];
|
|
183
189
|
userTraffic: {
|
|
@@ -212,6 +218,7 @@ export declare namespace ResetUserTrafficCommand {
|
|
|
212
218
|
subscriptionUrl: string;
|
|
213
219
|
activeInternalSquads: {
|
|
214
220
|
uuid: string;
|
|
221
|
+
viewPosition: number;
|
|
215
222
|
name: string;
|
|
216
223
|
}[];
|
|
217
224
|
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"}
|
|
@@ -60,12 +60,15 @@ 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;
|
|
63
64
|
name: z.ZodString;
|
|
64
65
|
}, "strip", z.ZodTypeAny, {
|
|
65
66
|
uuid: string;
|
|
67
|
+
viewPosition: number;
|
|
66
68
|
name: string;
|
|
67
69
|
}, {
|
|
68
70
|
uuid: string;
|
|
71
|
+
viewPosition: number;
|
|
69
72
|
name: string;
|
|
70
73
|
}>, "many">;
|
|
71
74
|
userTraffic: z.ZodObject<{
|
|
@@ -114,6 +117,7 @@ export declare namespace RevokeUserSubscriptionCommand {
|
|
|
114
117
|
subscriptionUrl: string;
|
|
115
118
|
activeInternalSquads: {
|
|
116
119
|
uuid: string;
|
|
120
|
+
viewPosition: number;
|
|
117
121
|
name: string;
|
|
118
122
|
}[];
|
|
119
123
|
userTraffic: {
|
|
@@ -146,6 +150,7 @@ export declare namespace RevokeUserSubscriptionCommand {
|
|
|
146
150
|
subscriptionUrl: string;
|
|
147
151
|
activeInternalSquads: {
|
|
148
152
|
uuid: string;
|
|
153
|
+
viewPosition: number;
|
|
149
154
|
name: string;
|
|
150
155
|
}[];
|
|
151
156
|
userTraffic: {
|
|
@@ -188,6 +193,7 @@ export declare namespace RevokeUserSubscriptionCommand {
|
|
|
188
193
|
subscriptionUrl: string;
|
|
189
194
|
activeInternalSquads: {
|
|
190
195
|
uuid: string;
|
|
196
|
+
viewPosition: number;
|
|
191
197
|
name: string;
|
|
192
198
|
}[];
|
|
193
199
|
userTraffic: {
|
|
@@ -222,6 +228,7 @@ export declare namespace RevokeUserSubscriptionCommand {
|
|
|
222
228
|
subscriptionUrl: string;
|
|
223
229
|
activeInternalSquads: {
|
|
224
230
|
uuid: string;
|
|
231
|
+
viewPosition: number;
|
|
225
232
|
name: string;
|
|
226
233
|
}[];
|
|
227
234
|
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,12 +114,15 @@ 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;
|
|
117
118
|
name: z.ZodString;
|
|
118
119
|
}, "strip", z.ZodTypeAny, {
|
|
119
120
|
uuid: string;
|
|
121
|
+
viewPosition: number;
|
|
120
122
|
name: string;
|
|
121
123
|
}, {
|
|
122
124
|
uuid: string;
|
|
125
|
+
viewPosition: number;
|
|
123
126
|
name: string;
|
|
124
127
|
}>, "many">;
|
|
125
128
|
userTraffic: z.ZodObject<{
|
|
@@ -168,6 +171,7 @@ export declare namespace CreateUserCommand {
|
|
|
168
171
|
subscriptionUrl: string;
|
|
169
172
|
activeInternalSquads: {
|
|
170
173
|
uuid: string;
|
|
174
|
+
viewPosition: number;
|
|
171
175
|
name: string;
|
|
172
176
|
}[];
|
|
173
177
|
userTraffic: {
|
|
@@ -200,6 +204,7 @@ export declare namespace CreateUserCommand {
|
|
|
200
204
|
subscriptionUrl: string;
|
|
201
205
|
activeInternalSquads: {
|
|
202
206
|
uuid: string;
|
|
207
|
+
viewPosition: number;
|
|
203
208
|
name: string;
|
|
204
209
|
}[];
|
|
205
210
|
userTraffic: {
|
|
@@ -242,6 +247,7 @@ export declare namespace CreateUserCommand {
|
|
|
242
247
|
subscriptionUrl: string;
|
|
243
248
|
activeInternalSquads: {
|
|
244
249
|
uuid: string;
|
|
250
|
+
viewPosition: number;
|
|
245
251
|
name: string;
|
|
246
252
|
}[];
|
|
247
253
|
userTraffic: {
|
|
@@ -276,6 +282,7 @@ export declare namespace CreateUserCommand {
|
|
|
276
282
|
subscriptionUrl: string;
|
|
277
283
|
activeInternalSquads: {
|
|
278
284
|
uuid: string;
|
|
285
|
+
viewPosition: number;
|
|
279
286
|
name: string;
|
|
280
287
|
}[];
|
|
281
288
|
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,12 +96,15 @@ 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;
|
|
99
100
|
name: z.ZodString;
|
|
100
101
|
}, "strip", z.ZodTypeAny, {
|
|
101
102
|
uuid: string;
|
|
103
|
+
viewPosition: number;
|
|
102
104
|
name: string;
|
|
103
105
|
}, {
|
|
104
106
|
uuid: string;
|
|
107
|
+
viewPosition: number;
|
|
105
108
|
name: string;
|
|
106
109
|
}>, "many">;
|
|
107
110
|
userTraffic: z.ZodObject<{
|
|
@@ -150,6 +153,7 @@ export declare namespace GetAllUsersCommand {
|
|
|
150
153
|
subscriptionUrl: string;
|
|
151
154
|
activeInternalSquads: {
|
|
152
155
|
uuid: string;
|
|
156
|
+
viewPosition: number;
|
|
153
157
|
name: string;
|
|
154
158
|
}[];
|
|
155
159
|
userTraffic: {
|
|
@@ -182,6 +186,7 @@ export declare namespace GetAllUsersCommand {
|
|
|
182
186
|
subscriptionUrl: string;
|
|
183
187
|
activeInternalSquads: {
|
|
184
188
|
uuid: string;
|
|
189
|
+
viewPosition: number;
|
|
185
190
|
name: string;
|
|
186
191
|
}[];
|
|
187
192
|
userTraffic: {
|
|
@@ -225,6 +230,7 @@ export declare namespace GetAllUsersCommand {
|
|
|
225
230
|
subscriptionUrl: string;
|
|
226
231
|
activeInternalSquads: {
|
|
227
232
|
uuid: string;
|
|
233
|
+
viewPosition: number;
|
|
228
234
|
name: string;
|
|
229
235
|
}[];
|
|
230
236
|
userTraffic: {
|
|
@@ -260,6 +266,7 @@ export declare namespace GetAllUsersCommand {
|
|
|
260
266
|
subscriptionUrl: string;
|
|
261
267
|
activeInternalSquads: {
|
|
262
268
|
uuid: string;
|
|
269
|
+
viewPosition: number;
|
|
263
270
|
name: string;
|
|
264
271
|
}[];
|
|
265
272
|
userTraffic: {
|
|
@@ -305,6 +312,7 @@ export declare namespace GetAllUsersCommand {
|
|
|
305
312
|
subscriptionUrl: string;
|
|
306
313
|
activeInternalSquads: {
|
|
307
314
|
uuid: string;
|
|
315
|
+
viewPosition: number;
|
|
308
316
|
name: string;
|
|
309
317
|
}[];
|
|
310
318
|
userTraffic: {
|
|
@@ -342,6 +350,7 @@ export declare namespace GetAllUsersCommand {
|
|
|
342
350
|
subscriptionUrl: string;
|
|
343
351
|
activeInternalSquads: {
|
|
344
352
|
uuid: string;
|
|
353
|
+
viewPosition: number;
|
|
345
354
|
name: string;
|
|
346
355
|
}[];
|
|
347
356
|
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,12 +50,15 @@ 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;
|
|
53
54
|
name: z.ZodString;
|
|
54
55
|
}, "strip", z.ZodTypeAny, {
|
|
55
56
|
uuid: string;
|
|
57
|
+
viewPosition: number;
|
|
56
58
|
name: string;
|
|
57
59
|
}, {
|
|
58
60
|
uuid: string;
|
|
61
|
+
viewPosition: number;
|
|
59
62
|
name: string;
|
|
60
63
|
}>, "many">;
|
|
61
64
|
userTraffic: z.ZodObject<{
|
|
@@ -104,6 +107,7 @@ export declare namespace GetUserByEmailCommand {
|
|
|
104
107
|
subscriptionUrl: string;
|
|
105
108
|
activeInternalSquads: {
|
|
106
109
|
uuid: string;
|
|
110
|
+
viewPosition: number;
|
|
107
111
|
name: string;
|
|
108
112
|
}[];
|
|
109
113
|
userTraffic: {
|
|
@@ -136,6 +140,7 @@ export declare namespace GetUserByEmailCommand {
|
|
|
136
140
|
subscriptionUrl: string;
|
|
137
141
|
activeInternalSquads: {
|
|
138
142
|
uuid: string;
|
|
143
|
+
viewPosition: number;
|
|
139
144
|
name: string;
|
|
140
145
|
}[];
|
|
141
146
|
userTraffic: {
|
|
@@ -178,6 +183,7 @@ export declare namespace GetUserByEmailCommand {
|
|
|
178
183
|
subscriptionUrl: string;
|
|
179
184
|
activeInternalSquads: {
|
|
180
185
|
uuid: string;
|
|
186
|
+
viewPosition: number;
|
|
181
187
|
name: string;
|
|
182
188
|
}[];
|
|
183
189
|
userTraffic: {
|
|
@@ -212,6 +218,7 @@ export declare namespace GetUserByEmailCommand {
|
|
|
212
218
|
subscriptionUrl: string;
|
|
213
219
|
activeInternalSquads: {
|
|
214
220
|
uuid: string;
|
|
221
|
+
viewPosition: number;
|
|
215
222
|
name: string;
|
|
216
223
|
}[];
|
|
217
224
|
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"}
|