@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
|
@@ -14,6 +14,7 @@ export declare namespace CreateExternalSquadCommand {
|
|
|
14
14
|
const ResponseSchema: z.ZodObject<{
|
|
15
15
|
response: z.ZodObject<{
|
|
16
16
|
uuid: z.ZodString;
|
|
17
|
+
viewPosition: z.ZodNumber;
|
|
17
18
|
name: z.ZodString;
|
|
18
19
|
info: z.ZodObject<{
|
|
19
20
|
membersCount: z.ZodNumber;
|
|
@@ -103,6 +104,7 @@ export declare namespace CreateExternalSquadCommand {
|
|
|
103
104
|
uuid: string;
|
|
104
105
|
createdAt: Date;
|
|
105
106
|
updatedAt: Date;
|
|
107
|
+
viewPosition: number;
|
|
106
108
|
name: string;
|
|
107
109
|
hwidSettings: {
|
|
108
110
|
enabled: boolean;
|
|
@@ -137,6 +139,7 @@ export declare namespace CreateExternalSquadCommand {
|
|
|
137
139
|
uuid: string;
|
|
138
140
|
createdAt: string;
|
|
139
141
|
updatedAt: string;
|
|
142
|
+
viewPosition: number;
|
|
140
143
|
name: string;
|
|
141
144
|
hwidSettings: {
|
|
142
145
|
enabled: boolean;
|
|
@@ -173,6 +176,7 @@ export declare namespace CreateExternalSquadCommand {
|
|
|
173
176
|
uuid: string;
|
|
174
177
|
createdAt: Date;
|
|
175
178
|
updatedAt: Date;
|
|
179
|
+
viewPosition: number;
|
|
176
180
|
name: string;
|
|
177
181
|
hwidSettings: {
|
|
178
182
|
enabled: boolean;
|
|
@@ -209,6 +213,7 @@ export declare namespace CreateExternalSquadCommand {
|
|
|
209
213
|
uuid: string;
|
|
210
214
|
createdAt: string;
|
|
211
215
|
updatedAt: string;
|
|
216
|
+
viewPosition: number;
|
|
212
217
|
name: string;
|
|
213
218
|
hwidSettings: {
|
|
214
219
|
enabled: boolean;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"create-external-squad.command.d.ts","sourceRoot":"","sources":["../../../../commands/external-squads/create-external-squad.command.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAMxB,yBAAiB,0BAA0B,CAAC;IACjC,MAAM,GAAG,yBAAkC,CAAC;IAC5C,MAAM,OAAO,yBAAM,CAAC;IAEpB,MAAM,eAAe,2CAI3B,CAAC;IAEK,MAAM,aAAa;;;;;;MASxB,CAAC;IAEH,KAAY,OAAO,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,aAAa,CAAC,CAAC;IAE7C,MAAM,cAAc
|
|
1
|
+
{"version":3,"file":"create-external-squad.command.d.ts","sourceRoot":"","sources":["../../../../commands/external-squads/create-external-squad.command.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAMxB,yBAAiB,0BAA0B,CAAC;IACjC,MAAM,GAAG,yBAAkC,CAAC;IAC5C,MAAM,OAAO,yBAAM,CAAC;IAEpB,MAAM,eAAe,2CAI3B,CAAC;IAEK,MAAM,aAAa;;;;;;MASxB,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"}
|
|
@@ -14,6 +14,7 @@ export declare namespace GetExternalSquadByUuidCommand {
|
|
|
14
14
|
const ResponseSchema: z.ZodObject<{
|
|
15
15
|
response: z.ZodObject<{
|
|
16
16
|
uuid: z.ZodString;
|
|
17
|
+
viewPosition: z.ZodNumber;
|
|
17
18
|
name: z.ZodString;
|
|
18
19
|
info: z.ZodObject<{
|
|
19
20
|
membersCount: z.ZodNumber;
|
|
@@ -103,6 +104,7 @@ export declare namespace GetExternalSquadByUuidCommand {
|
|
|
103
104
|
uuid: string;
|
|
104
105
|
createdAt: Date;
|
|
105
106
|
updatedAt: Date;
|
|
107
|
+
viewPosition: number;
|
|
106
108
|
name: string;
|
|
107
109
|
hwidSettings: {
|
|
108
110
|
enabled: boolean;
|
|
@@ -137,6 +139,7 @@ export declare namespace GetExternalSquadByUuidCommand {
|
|
|
137
139
|
uuid: string;
|
|
138
140
|
createdAt: string;
|
|
139
141
|
updatedAt: string;
|
|
142
|
+
viewPosition: number;
|
|
140
143
|
name: string;
|
|
141
144
|
hwidSettings: {
|
|
142
145
|
enabled: boolean;
|
|
@@ -173,6 +176,7 @@ export declare namespace GetExternalSquadByUuidCommand {
|
|
|
173
176
|
uuid: string;
|
|
174
177
|
createdAt: Date;
|
|
175
178
|
updatedAt: Date;
|
|
179
|
+
viewPosition: number;
|
|
176
180
|
name: string;
|
|
177
181
|
hwidSettings: {
|
|
178
182
|
enabled: boolean;
|
|
@@ -209,6 +213,7 @@ export declare namespace GetExternalSquadByUuidCommand {
|
|
|
209
213
|
uuid: string;
|
|
210
214
|
createdAt: string;
|
|
211
215
|
updatedAt: string;
|
|
216
|
+
viewPosition: number;
|
|
212
217
|
name: string;
|
|
213
218
|
hwidSettings: {
|
|
214
219
|
enabled: boolean;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"get-external-squad-by-uuid.command.d.ts","sourceRoot":"","sources":["../../../../commands/external-squads/get-external-squad-by-uuid.command.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAMxB,yBAAiB,6BAA6B,CAAC;IACpC,MAAM,GAAG,0BAAuC,CAAC;IACjD,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-external-squad-by-uuid.command.d.ts","sourceRoot":"","sources":["../../../../commands/external-squads/get-external-squad-by-uuid.command.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAMxB,yBAAiB,6BAA6B,CAAC;IACpC,MAAM,GAAG,0BAAuC,CAAC;IACjD,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"}
|
|
@@ -8,6 +8,7 @@ export declare namespace GetExternalSquadsCommand {
|
|
|
8
8
|
total: z.ZodNumber;
|
|
9
9
|
externalSquads: z.ZodArray<z.ZodObject<{
|
|
10
10
|
uuid: z.ZodString;
|
|
11
|
+
viewPosition: z.ZodNumber;
|
|
11
12
|
name: z.ZodString;
|
|
12
13
|
info: z.ZodObject<{
|
|
13
14
|
membersCount: z.ZodNumber;
|
|
@@ -97,6 +98,7 @@ export declare namespace GetExternalSquadsCommand {
|
|
|
97
98
|
uuid: string;
|
|
98
99
|
createdAt: Date;
|
|
99
100
|
updatedAt: Date;
|
|
101
|
+
viewPosition: number;
|
|
100
102
|
name: string;
|
|
101
103
|
hwidSettings: {
|
|
102
104
|
enabled: boolean;
|
|
@@ -131,6 +133,7 @@ export declare namespace GetExternalSquadsCommand {
|
|
|
131
133
|
uuid: string;
|
|
132
134
|
createdAt: string;
|
|
133
135
|
updatedAt: string;
|
|
136
|
+
viewPosition: number;
|
|
134
137
|
name: string;
|
|
135
138
|
hwidSettings: {
|
|
136
139
|
enabled: boolean;
|
|
@@ -168,6 +171,7 @@ export declare namespace GetExternalSquadsCommand {
|
|
|
168
171
|
uuid: string;
|
|
169
172
|
createdAt: Date;
|
|
170
173
|
updatedAt: Date;
|
|
174
|
+
viewPosition: number;
|
|
171
175
|
name: string;
|
|
172
176
|
hwidSettings: {
|
|
173
177
|
enabled: boolean;
|
|
@@ -205,6 +209,7 @@ export declare namespace GetExternalSquadsCommand {
|
|
|
205
209
|
uuid: string;
|
|
206
210
|
createdAt: string;
|
|
207
211
|
updatedAt: string;
|
|
212
|
+
viewPosition: number;
|
|
208
213
|
name: string;
|
|
209
214
|
hwidSettings: {
|
|
210
215
|
enabled: boolean;
|
|
@@ -244,6 +249,7 @@ export declare namespace GetExternalSquadsCommand {
|
|
|
244
249
|
uuid: string;
|
|
245
250
|
createdAt: Date;
|
|
246
251
|
updatedAt: Date;
|
|
252
|
+
viewPosition: number;
|
|
247
253
|
name: string;
|
|
248
254
|
hwidSettings: {
|
|
249
255
|
enabled: boolean;
|
|
@@ -283,6 +289,7 @@ export declare namespace GetExternalSquadsCommand {
|
|
|
283
289
|
uuid: string;
|
|
284
290
|
createdAt: string;
|
|
285
291
|
updatedAt: string;
|
|
292
|
+
viewPosition: number;
|
|
286
293
|
name: string;
|
|
287
294
|
hwidSettings: {
|
|
288
295
|
enabled: boolean;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"get-external-squads.command.d.ts","sourceRoot":"","sources":["../../../../commands/external-squads/get-external-squads.command.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAMxB,yBAAiB,wBAAwB,CAAC;IAC/B,MAAM,GAAG,yBAA+B,CAAC;IACzC,MAAM,OAAO,yBAAM,CAAC;IAEpB,MAAM,eAAe,2CAI3B,CAAC;IAEK,MAAM,cAAc
|
|
1
|
+
{"version":3,"file":"get-external-squads.command.d.ts","sourceRoot":"","sources":["../../../../commands/external-squads/get-external-squads.command.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAMxB,yBAAiB,wBAAwB,CAAC;IAC/B,MAAM,GAAG,yBAA+B,CAAC;IACzC,MAAM,OAAO,yBAAM,CAAC;IAEpB,MAAM,eAAe,2CAI3B,CAAC;IAEK,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;MAKzB,CAAC;IAEH,KAAY,QAAQ,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,cAAc,CAAC,CAAC;CACzD"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../commands/external-squads/index.ts"],"names":[],"mappings":"AAAA,cAAc,gBAAgB,CAAC;AAC/B,cAAc,iCAAiC,CAAC;AAChD,cAAc,iCAAiC,CAAC;AAChD,cAAc,sCAAsC,CAAC;AACrD,cAAc,+BAA+B,CAAC;AAC9C,cAAc,iCAAiC,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../commands/external-squads/index.ts"],"names":[],"mappings":"AAAA,cAAc,WAAW,CAAC;AAC1B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,iCAAiC,CAAC;AAChD,cAAc,iCAAiC,CAAC;AAChD,cAAc,sCAAsC,CAAC;AACrD,cAAc,+BAA+B,CAAC;AAC9C,cAAc,iCAAiC,CAAC"}
|
|
@@ -14,6 +14,7 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
14
14
|
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
15
|
};
|
|
16
16
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
+
__exportStar(require("./actions"), exports);
|
|
17
18
|
__exportStar(require("./bulk-actions"), exports);
|
|
18
19
|
__exportStar(require("./create-external-squad.command"), exports);
|
|
19
20
|
__exportStar(require("./delete-external-squad.command"), exports);
|
|
@@ -144,6 +144,7 @@ export declare namespace UpdateExternalSquadCommand {
|
|
|
144
144
|
const ResponseSchema: z.ZodObject<{
|
|
145
145
|
response: z.ZodObject<{
|
|
146
146
|
uuid: z.ZodString;
|
|
147
|
+
viewPosition: z.ZodNumber;
|
|
147
148
|
name: z.ZodString;
|
|
148
149
|
info: z.ZodObject<{
|
|
149
150
|
membersCount: z.ZodNumber;
|
|
@@ -233,6 +234,7 @@ export declare namespace UpdateExternalSquadCommand {
|
|
|
233
234
|
uuid: string;
|
|
234
235
|
createdAt: Date;
|
|
235
236
|
updatedAt: Date;
|
|
237
|
+
viewPosition: number;
|
|
236
238
|
name: string;
|
|
237
239
|
hwidSettings: {
|
|
238
240
|
enabled: boolean;
|
|
@@ -267,6 +269,7 @@ export declare namespace UpdateExternalSquadCommand {
|
|
|
267
269
|
uuid: string;
|
|
268
270
|
createdAt: string;
|
|
269
271
|
updatedAt: string;
|
|
272
|
+
viewPosition: number;
|
|
270
273
|
name: string;
|
|
271
274
|
hwidSettings: {
|
|
272
275
|
enabled: boolean;
|
|
@@ -303,6 +306,7 @@ export declare namespace UpdateExternalSquadCommand {
|
|
|
303
306
|
uuid: string;
|
|
304
307
|
createdAt: Date;
|
|
305
308
|
updatedAt: Date;
|
|
309
|
+
viewPosition: number;
|
|
306
310
|
name: string;
|
|
307
311
|
hwidSettings: {
|
|
308
312
|
enabled: boolean;
|
|
@@ -339,6 +343,7 @@ export declare namespace UpdateExternalSquadCommand {
|
|
|
339
343
|
uuid: string;
|
|
340
344
|
createdAt: string;
|
|
341
345
|
updatedAt: string;
|
|
346
|
+
viewPosition: number;
|
|
342
347
|
name: string;
|
|
343
348
|
hwidSettings: {
|
|
344
349
|
enabled: boolean;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"update-external-squad.command.d.ts","sourceRoot":"","sources":["../../../../commands/external-squads/update-external-squad.command.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAYxB,yBAAiB,0BAA0B,CAAC;IACjC,MAAM,GAAG,yBAAkC,CAAC;IAC5C,MAAM,OAAO,yBAAM,CAAC;IAEpB,MAAM,eAAe,2CAI3B,CAAC;IAEK,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;MAuBxB,CAAC;IAEH,KAAY,OAAO,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,aAAa,CAAC,CAAC;IAE7C,MAAM,cAAc
|
|
1
|
+
{"version":3,"file":"update-external-squad.command.d.ts","sourceRoot":"","sources":["../../../../commands/external-squads/update-external-squad.command.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAYxB,yBAAiB,0BAA0B,CAAC;IACjC,MAAM,GAAG,yBAAkC,CAAC;IAC5C,MAAM,OAAO,yBAAM,CAAC;IAEpB,MAAM,eAAe,2CAI3B,CAAC;IAEK,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;MAuBxB,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"}
|
|
@@ -56,9 +56,9 @@ export declare namespace BulkDeleteHostsCommand {
|
|
|
56
56
|
nodes: string[];
|
|
57
57
|
path: string | null;
|
|
58
58
|
uuid: string;
|
|
59
|
+
viewPosition: number;
|
|
59
60
|
tag: string | null;
|
|
60
61
|
port: number;
|
|
61
|
-
viewPosition: number;
|
|
62
62
|
remark: string;
|
|
63
63
|
address: string;
|
|
64
64
|
sni: string | null;
|
|
@@ -86,9 +86,9 @@ export declare namespace BulkDeleteHostsCommand {
|
|
|
86
86
|
nodes: string[];
|
|
87
87
|
path: string | null;
|
|
88
88
|
uuid: string;
|
|
89
|
+
viewPosition: number;
|
|
89
90
|
tag: string | null;
|
|
90
91
|
port: number;
|
|
91
|
-
viewPosition: number;
|
|
92
92
|
remark: string;
|
|
93
93
|
address: string;
|
|
94
94
|
sni: string | null;
|
|
@@ -118,9 +118,9 @@ export declare namespace BulkDeleteHostsCommand {
|
|
|
118
118
|
nodes: string[];
|
|
119
119
|
path: string | null;
|
|
120
120
|
uuid: string;
|
|
121
|
+
viewPosition: number;
|
|
121
122
|
tag: string | null;
|
|
122
123
|
port: number;
|
|
123
|
-
viewPosition: number;
|
|
124
124
|
remark: string;
|
|
125
125
|
address: string;
|
|
126
126
|
sni: string | null;
|
|
@@ -150,9 +150,9 @@ export declare namespace BulkDeleteHostsCommand {
|
|
|
150
150
|
nodes: string[];
|
|
151
151
|
path: string | null;
|
|
152
152
|
uuid: string;
|
|
153
|
+
viewPosition: number;
|
|
153
154
|
tag: string | null;
|
|
154
155
|
port: number;
|
|
155
|
-
viewPosition: number;
|
|
156
156
|
remark: string;
|
|
157
157
|
address: string;
|
|
158
158
|
sni: string | null;
|
|
@@ -56,9 +56,9 @@ export declare namespace BulkDisableHostsCommand {
|
|
|
56
56
|
nodes: string[];
|
|
57
57
|
path: string | null;
|
|
58
58
|
uuid: string;
|
|
59
|
+
viewPosition: number;
|
|
59
60
|
tag: string | null;
|
|
60
61
|
port: number;
|
|
61
|
-
viewPosition: number;
|
|
62
62
|
remark: string;
|
|
63
63
|
address: string;
|
|
64
64
|
sni: string | null;
|
|
@@ -86,9 +86,9 @@ export declare namespace BulkDisableHostsCommand {
|
|
|
86
86
|
nodes: string[];
|
|
87
87
|
path: string | null;
|
|
88
88
|
uuid: string;
|
|
89
|
+
viewPosition: number;
|
|
89
90
|
tag: string | null;
|
|
90
91
|
port: number;
|
|
91
|
-
viewPosition: number;
|
|
92
92
|
remark: string;
|
|
93
93
|
address: string;
|
|
94
94
|
sni: string | null;
|
|
@@ -118,9 +118,9 @@ export declare namespace BulkDisableHostsCommand {
|
|
|
118
118
|
nodes: string[];
|
|
119
119
|
path: string | null;
|
|
120
120
|
uuid: string;
|
|
121
|
+
viewPosition: number;
|
|
121
122
|
tag: string | null;
|
|
122
123
|
port: number;
|
|
123
|
-
viewPosition: number;
|
|
124
124
|
remark: string;
|
|
125
125
|
address: string;
|
|
126
126
|
sni: string | null;
|
|
@@ -150,9 +150,9 @@ export declare namespace BulkDisableHostsCommand {
|
|
|
150
150
|
nodes: string[];
|
|
151
151
|
path: string | null;
|
|
152
152
|
uuid: string;
|
|
153
|
+
viewPosition: number;
|
|
153
154
|
tag: string | null;
|
|
154
155
|
port: number;
|
|
155
|
-
viewPosition: number;
|
|
156
156
|
remark: string;
|
|
157
157
|
address: string;
|
|
158
158
|
sni: string | null;
|
|
@@ -56,9 +56,9 @@ export declare namespace BulkEnableHostsCommand {
|
|
|
56
56
|
nodes: string[];
|
|
57
57
|
path: string | null;
|
|
58
58
|
uuid: string;
|
|
59
|
+
viewPosition: number;
|
|
59
60
|
tag: string | null;
|
|
60
61
|
port: number;
|
|
61
|
-
viewPosition: number;
|
|
62
62
|
remark: string;
|
|
63
63
|
address: string;
|
|
64
64
|
sni: string | null;
|
|
@@ -86,9 +86,9 @@ export declare namespace BulkEnableHostsCommand {
|
|
|
86
86
|
nodes: string[];
|
|
87
87
|
path: string | null;
|
|
88
88
|
uuid: string;
|
|
89
|
+
viewPosition: number;
|
|
89
90
|
tag: string | null;
|
|
90
91
|
port: number;
|
|
91
|
-
viewPosition: number;
|
|
92
92
|
remark: string;
|
|
93
93
|
address: string;
|
|
94
94
|
sni: string | null;
|
|
@@ -118,9 +118,9 @@ export declare namespace BulkEnableHostsCommand {
|
|
|
118
118
|
nodes: string[];
|
|
119
119
|
path: string | null;
|
|
120
120
|
uuid: string;
|
|
121
|
+
viewPosition: number;
|
|
121
122
|
tag: string | null;
|
|
122
123
|
port: number;
|
|
123
|
-
viewPosition: number;
|
|
124
124
|
remark: string;
|
|
125
125
|
address: string;
|
|
126
126
|
sni: string | null;
|
|
@@ -150,9 +150,9 @@ export declare namespace BulkEnableHostsCommand {
|
|
|
150
150
|
nodes: string[];
|
|
151
151
|
path: string | null;
|
|
152
152
|
uuid: string;
|
|
153
|
+
viewPosition: number;
|
|
153
154
|
tag: string | null;
|
|
154
155
|
port: number;
|
|
155
|
-
viewPosition: number;
|
|
156
156
|
remark: string;
|
|
157
157
|
address: string;
|
|
158
158
|
sni: string | null;
|
|
@@ -62,9 +62,9 @@ export declare namespace SetInboundToManyHostsCommand {
|
|
|
62
62
|
nodes: string[];
|
|
63
63
|
path: string | null;
|
|
64
64
|
uuid: string;
|
|
65
|
+
viewPosition: number;
|
|
65
66
|
tag: string | null;
|
|
66
67
|
port: number;
|
|
67
|
-
viewPosition: number;
|
|
68
68
|
remark: string;
|
|
69
69
|
address: string;
|
|
70
70
|
sni: string | null;
|
|
@@ -92,9 +92,9 @@ export declare namespace SetInboundToManyHostsCommand {
|
|
|
92
92
|
nodes: string[];
|
|
93
93
|
path: string | null;
|
|
94
94
|
uuid: string;
|
|
95
|
+
viewPosition: number;
|
|
95
96
|
tag: string | null;
|
|
96
97
|
port: number;
|
|
97
|
-
viewPosition: number;
|
|
98
98
|
remark: string;
|
|
99
99
|
address: string;
|
|
100
100
|
sni: string | null;
|
|
@@ -124,9 +124,9 @@ export declare namespace SetInboundToManyHostsCommand {
|
|
|
124
124
|
nodes: string[];
|
|
125
125
|
path: string | null;
|
|
126
126
|
uuid: string;
|
|
127
|
+
viewPosition: number;
|
|
127
128
|
tag: string | null;
|
|
128
129
|
port: number;
|
|
129
|
-
viewPosition: number;
|
|
130
130
|
remark: string;
|
|
131
131
|
address: string;
|
|
132
132
|
sni: string | null;
|
|
@@ -156,9 +156,9 @@ export declare namespace SetInboundToManyHostsCommand {
|
|
|
156
156
|
nodes: string[];
|
|
157
157
|
path: string | null;
|
|
158
158
|
uuid: string;
|
|
159
|
+
viewPosition: number;
|
|
159
160
|
tag: string | null;
|
|
160
161
|
port: number;
|
|
161
|
-
viewPosition: number;
|
|
162
162
|
remark: string;
|
|
163
163
|
address: string;
|
|
164
164
|
sni: string | null;
|
|
@@ -59,9 +59,9 @@ export declare namespace SetPortToManyHostsCommand {
|
|
|
59
59
|
nodes: string[];
|
|
60
60
|
path: string | null;
|
|
61
61
|
uuid: string;
|
|
62
|
+
viewPosition: number;
|
|
62
63
|
tag: string | null;
|
|
63
64
|
port: number;
|
|
64
|
-
viewPosition: number;
|
|
65
65
|
remark: string;
|
|
66
66
|
address: string;
|
|
67
67
|
sni: string | null;
|
|
@@ -89,9 +89,9 @@ export declare namespace SetPortToManyHostsCommand {
|
|
|
89
89
|
nodes: string[];
|
|
90
90
|
path: string | null;
|
|
91
91
|
uuid: string;
|
|
92
|
+
viewPosition: number;
|
|
92
93
|
tag: string | null;
|
|
93
94
|
port: number;
|
|
94
|
-
viewPosition: number;
|
|
95
95
|
remark: string;
|
|
96
96
|
address: string;
|
|
97
97
|
sni: string | null;
|
|
@@ -121,9 +121,9 @@ export declare namespace SetPortToManyHostsCommand {
|
|
|
121
121
|
nodes: string[];
|
|
122
122
|
path: string | null;
|
|
123
123
|
uuid: string;
|
|
124
|
+
viewPosition: number;
|
|
124
125
|
tag: string | null;
|
|
125
126
|
port: number;
|
|
126
|
-
viewPosition: number;
|
|
127
127
|
remark: string;
|
|
128
128
|
address: string;
|
|
129
129
|
sni: string | null;
|
|
@@ -153,9 +153,9 @@ export declare namespace SetPortToManyHostsCommand {
|
|
|
153
153
|
nodes: string[];
|
|
154
154
|
path: string | null;
|
|
155
155
|
uuid: string;
|
|
156
|
+
viewPosition: number;
|
|
156
157
|
tag: string | null;
|
|
157
158
|
port: number;
|
|
158
|
-
viewPosition: number;
|
|
159
159
|
remark: string;
|
|
160
160
|
address: string;
|
|
161
161
|
sni: string | null;
|
|
@@ -161,9 +161,9 @@ export declare namespace CreateHostCommand {
|
|
|
161
161
|
nodes: string[];
|
|
162
162
|
path: string | null;
|
|
163
163
|
uuid: string;
|
|
164
|
+
viewPosition: number;
|
|
164
165
|
tag: string | null;
|
|
165
166
|
port: number;
|
|
166
|
-
viewPosition: number;
|
|
167
167
|
remark: string;
|
|
168
168
|
address: string;
|
|
169
169
|
sni: string | null;
|
|
@@ -191,9 +191,9 @@ export declare namespace CreateHostCommand {
|
|
|
191
191
|
nodes: string[];
|
|
192
192
|
path: string | null;
|
|
193
193
|
uuid: string;
|
|
194
|
+
viewPosition: number;
|
|
194
195
|
tag: string | null;
|
|
195
196
|
port: number;
|
|
196
|
-
viewPosition: number;
|
|
197
197
|
remark: string;
|
|
198
198
|
address: string;
|
|
199
199
|
sni: string | null;
|
|
@@ -223,9 +223,9 @@ export declare namespace CreateHostCommand {
|
|
|
223
223
|
nodes: string[];
|
|
224
224
|
path: string | null;
|
|
225
225
|
uuid: string;
|
|
226
|
+
viewPosition: number;
|
|
226
227
|
tag: string | null;
|
|
227
228
|
port: number;
|
|
228
|
-
viewPosition: number;
|
|
229
229
|
remark: string;
|
|
230
230
|
address: string;
|
|
231
231
|
sni: string | null;
|
|
@@ -255,9 +255,9 @@ export declare namespace CreateHostCommand {
|
|
|
255
255
|
nodes: string[];
|
|
256
256
|
path: string | null;
|
|
257
257
|
uuid: string;
|
|
258
|
+
viewPosition: number;
|
|
258
259
|
tag: string | null;
|
|
259
260
|
port: number;
|
|
260
|
-
viewPosition: number;
|
|
261
261
|
remark: string;
|
|
262
262
|
address: string;
|
|
263
263
|
sni: string | null;
|
|
@@ -48,9 +48,9 @@ export declare namespace GetAllHostsCommand {
|
|
|
48
48
|
nodes: string[];
|
|
49
49
|
path: string | null;
|
|
50
50
|
uuid: string;
|
|
51
|
+
viewPosition: number;
|
|
51
52
|
tag: string | null;
|
|
52
53
|
port: number;
|
|
53
|
-
viewPosition: number;
|
|
54
54
|
remark: string;
|
|
55
55
|
address: string;
|
|
56
56
|
sni: string | null;
|
|
@@ -78,9 +78,9 @@ export declare namespace GetAllHostsCommand {
|
|
|
78
78
|
nodes: string[];
|
|
79
79
|
path: string | null;
|
|
80
80
|
uuid: string;
|
|
81
|
+
viewPosition: number;
|
|
81
82
|
tag: string | null;
|
|
82
83
|
port: number;
|
|
83
|
-
viewPosition: number;
|
|
84
84
|
remark: string;
|
|
85
85
|
address: string;
|
|
86
86
|
sni: string | null;
|
|
@@ -110,9 +110,9 @@ export declare namespace GetAllHostsCommand {
|
|
|
110
110
|
nodes: string[];
|
|
111
111
|
path: string | null;
|
|
112
112
|
uuid: string;
|
|
113
|
+
viewPosition: number;
|
|
113
114
|
tag: string | null;
|
|
114
115
|
port: number;
|
|
115
|
-
viewPosition: number;
|
|
116
116
|
remark: string;
|
|
117
117
|
address: string;
|
|
118
118
|
sni: string | null;
|
|
@@ -142,9 +142,9 @@ export declare namespace GetAllHostsCommand {
|
|
|
142
142
|
nodes: string[];
|
|
143
143
|
path: string | null;
|
|
144
144
|
uuid: string;
|
|
145
|
+
viewPosition: number;
|
|
145
146
|
tag: string | null;
|
|
146
147
|
port: number;
|
|
147
|
-
viewPosition: number;
|
|
148
148
|
remark: string;
|
|
149
149
|
address: string;
|
|
150
150
|
sni: string | null;
|
|
@@ -56,9 +56,9 @@ export declare namespace GetOneHostCommand {
|
|
|
56
56
|
nodes: string[];
|
|
57
57
|
path: string | null;
|
|
58
58
|
uuid: string;
|
|
59
|
+
viewPosition: number;
|
|
59
60
|
tag: string | null;
|
|
60
61
|
port: number;
|
|
61
|
-
viewPosition: number;
|
|
62
62
|
remark: string;
|
|
63
63
|
address: string;
|
|
64
64
|
sni: string | null;
|
|
@@ -86,9 +86,9 @@ export declare namespace GetOneHostCommand {
|
|
|
86
86
|
nodes: string[];
|
|
87
87
|
path: string | null;
|
|
88
88
|
uuid: string;
|
|
89
|
+
viewPosition: number;
|
|
89
90
|
tag: string | null;
|
|
90
91
|
port: number;
|
|
91
|
-
viewPosition: number;
|
|
92
92
|
remark: string;
|
|
93
93
|
address: string;
|
|
94
94
|
sni: string | null;
|
|
@@ -118,9 +118,9 @@ export declare namespace GetOneHostCommand {
|
|
|
118
118
|
nodes: string[];
|
|
119
119
|
path: string | null;
|
|
120
120
|
uuid: string;
|
|
121
|
+
viewPosition: number;
|
|
121
122
|
tag: string | null;
|
|
122
123
|
port: number;
|
|
123
|
-
viewPosition: number;
|
|
124
124
|
remark: string;
|
|
125
125
|
address: string;
|
|
126
126
|
sni: string | null;
|
|
@@ -150,9 +150,9 @@ export declare namespace GetOneHostCommand {
|
|
|
150
150
|
nodes: string[];
|
|
151
151
|
path: string | null;
|
|
152
152
|
uuid: string;
|
|
153
|
+
viewPosition: number;
|
|
153
154
|
tag: string | null;
|
|
154
155
|
port: number;
|
|
155
|
-
viewPosition: number;
|
|
156
156
|
remark: string;
|
|
157
157
|
address: string;
|
|
158
158
|
sni: string | null;
|
|
@@ -203,9 +203,9 @@ export declare namespace UpdateHostCommand {
|
|
|
203
203
|
nodes: string[];
|
|
204
204
|
path: string | null;
|
|
205
205
|
uuid: string;
|
|
206
|
+
viewPosition: number;
|
|
206
207
|
tag: string | null;
|
|
207
208
|
port: number;
|
|
208
|
-
viewPosition: number;
|
|
209
209
|
remark: string;
|
|
210
210
|
address: string;
|
|
211
211
|
sni: string | null;
|
|
@@ -233,9 +233,9 @@ export declare namespace UpdateHostCommand {
|
|
|
233
233
|
nodes: string[];
|
|
234
234
|
path: string | null;
|
|
235
235
|
uuid: string;
|
|
236
|
+
viewPosition: number;
|
|
236
237
|
tag: string | null;
|
|
237
238
|
port: number;
|
|
238
|
-
viewPosition: number;
|
|
239
239
|
remark: string;
|
|
240
240
|
address: string;
|
|
241
241
|
sni: string | null;
|
|
@@ -265,9 +265,9 @@ export declare namespace UpdateHostCommand {
|
|
|
265
265
|
nodes: string[];
|
|
266
266
|
path: string | null;
|
|
267
267
|
uuid: string;
|
|
268
|
+
viewPosition: number;
|
|
268
269
|
tag: string | null;
|
|
269
270
|
port: number;
|
|
270
|
-
viewPosition: number;
|
|
271
271
|
remark: string;
|
|
272
272
|
address: string;
|
|
273
273
|
sni: string | null;
|
|
@@ -297,9 +297,9 @@ export declare namespace UpdateHostCommand {
|
|
|
297
297
|
nodes: string[];
|
|
298
298
|
path: string | null;
|
|
299
299
|
uuid: string;
|
|
300
|
+
viewPosition: number;
|
|
300
301
|
tag: string | null;
|
|
301
302
|
port: number;
|
|
302
|
-
viewPosition: number;
|
|
303
303
|
remark: string;
|
|
304
304
|
address: string;
|
|
305
305
|
sni: string | null;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../commands/internal-squads/actions/index.ts"],"names":[],"mappings":"AAAA,cAAc,mBAAmB,CAAC"}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
+
};
|
|
16
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
+
__exportStar(require("./reorder.command"), exports);
|