@remnawave/backend-contract 2.0.0-alpha.27 → 2.0.0-alpha.3
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/index.d.ts +0 -1
- package/build/backend/api/controllers/index.d.ts.map +1 -1
- package/build/backend/api/controllers/index.js +0 -1
- package/build/backend/api/controllers/internal-squads.d.ts +0 -4
- package/build/backend/api/controllers/internal-squads.d.ts.map +1 -1
- package/build/backend/api/controllers/internal-squads.js +0 -5
- package/build/backend/api/controllers/users.d.ts +0 -1
- package/build/backend/api/controllers/users.d.ts.map +1 -1
- package/build/backend/api/controllers/users.js +0 -1
- package/build/backend/api/routes.d.ts +0 -19
- package/build/backend/api/routes.d.ts.map +1 -1
- package/build/backend/api/routes.js +0 -19
- package/build/backend/commands/config-profiles/create-config-profile.command.js +2 -2
- package/build/backend/commands/hosts/bulk/delete-many-hosts.command.d.ts +10 -26
- package/build/backend/commands/hosts/bulk/delete-many-hosts.command.d.ts.map +1 -1
- package/build/backend/commands/hosts/bulk/disable-many-hosts.command.d.ts +10 -26
- package/build/backend/commands/hosts/bulk/disable-many-hosts.command.d.ts.map +1 -1
- package/build/backend/commands/hosts/bulk/enable-many-hosts.command.d.ts +10 -26
- package/build/backend/commands/hosts/bulk/enable-many-hosts.command.d.ts.map +1 -1
- package/build/backend/commands/hosts/bulk/set-inbound-to-many-hosts.command.d.ts +10 -26
- package/build/backend/commands/hosts/bulk/set-inbound-to-many-hosts.command.d.ts.map +1 -1
- package/build/backend/commands/hosts/bulk/set-port-to-many-hosts.command.d.ts +10 -26
- package/build/backend/commands/hosts/bulk/set-port-to-many-hosts.command.d.ts.map +1 -1
- package/build/backend/commands/hosts/create.command.d.ts +19 -47
- package/build/backend/commands/hosts/create.command.d.ts.map +1 -1
- package/build/backend/commands/hosts/create.command.js +13 -13
- package/build/backend/commands/hosts/get-all.command.d.ts +10 -26
- package/build/backend/commands/hosts/get-all.command.d.ts.map +1 -1
- package/build/backend/commands/hosts/get-one.command.d.ts +10 -26
- package/build/backend/commands/hosts/get-one.command.d.ts.map +1 -1
- package/build/backend/commands/hosts/reorder.command.d.ts +2 -10
- package/build/backend/commands/hosts/reorder.command.d.ts.map +1 -1
- package/build/backend/commands/hosts/update.command.d.ts +21 -57
- package/build/backend/commands/hosts/update.command.d.ts.map +1 -1
- package/build/backend/commands/hosts/update.command.js +11 -10
- package/build/backend/commands/index.d.ts +0 -1
- package/build/backend/commands/index.d.ts.map +1 -1
- package/build/backend/commands/index.js +0 -1
- package/build/backend/commands/internal-squads/create-internal-squad.command.js +2 -2
- package/build/backend/commands/internal-squads/{get-internal-squad-by-uuid.d.ts → get-internal-squad-by-uuid..d.ts} +1 -1
- package/build/backend/commands/internal-squads/get-internal-squad-by-uuid..d.ts.map +1 -0
- package/build/backend/commands/internal-squads/index.d.ts +1 -2
- package/build/backend/commands/internal-squads/index.d.ts.map +1 -1
- package/build/backend/commands/internal-squads/index.js +1 -2
- package/build/backend/commands/nodes/actions/disable.command.d.ts +64 -157
- package/build/backend/commands/nodes/actions/disable.command.d.ts.map +1 -1
- package/build/backend/commands/nodes/actions/enable.command.d.ts +64 -157
- package/build/backend/commands/nodes/actions/enable.command.d.ts.map +1 -1
- package/build/backend/commands/nodes/actions/reorder.command.d.ts +88 -230
- package/build/backend/commands/nodes/actions/reorder.command.d.ts.map +1 -1
- package/build/backend/commands/nodes/create.command.d.ts +70 -178
- package/build/backend/commands/nodes/create.command.d.ts.map +1 -1
- package/build/backend/commands/nodes/create.command.js +4 -7
- package/build/backend/commands/nodes/get-all.command.d.ts +64 -157
- package/build/backend/commands/nodes/get-all.command.d.ts.map +1 -1
- package/build/backend/commands/nodes/get-one.command.d.ts +64 -157
- package/build/backend/commands/nodes/get-one.command.d.ts.map +1 -1
- package/build/backend/commands/nodes/stats/get-node-user-usage-by-range.command.d.ts +4 -4
- package/build/backend/commands/nodes/stats/get-nodes-usage-by-range.command.d.ts +4 -4
- package/build/backend/commands/nodes/update.command.d.ts +94 -251
- package/build/backend/commands/nodes/update.command.d.ts.map +1 -1
- package/build/backend/commands/nodes/update.command.js +4 -9
- package/build/backend/commands/users/get-user-usage-by-range.command.d.ts +4 -4
- package/build/backend/commands/users/index.d.ts +0 -1
- package/build/backend/commands/users/index.d.ts.map +1 -1
- package/build/backend/commands/users/index.js +0 -1
- package/build/backend/constants/errors/errors.d.ts +0 -95
- package/build/backend/constants/errors/errors.d.ts.map +1 -1
- package/build/backend/constants/errors/errors.js +0 -95
- package/build/backend/constants/events/events.d.ts +0 -11
- package/build/backend/constants/events/events.d.ts.map +1 -1
- package/build/backend/constants/events/events.js +0 -10
- package/build/backend/constants/templates/template-keys.d.ts +1 -1
- package/build/backend/constants/templates/template-keys.d.ts.map +1 -1
- package/build/backend/constants/templates/template-keys.js +0 -1
- package/build/backend/models/{extended-users.schema.d.ts → extented-users.schema.d.ts} +1 -1
- package/build/backend/models/{extended-users.schema.d.ts.map → extented-users.schema.d.ts.map} +1 -1
- package/build/backend/models/hosts.schema.d.ts +6 -18
- package/build/backend/models/hosts.schema.d.ts.map +1 -1
- package/build/backend/models/hosts.schema.js +2 -4
- package/build/backend/models/index.d.ts +1 -5
- package/build/backend/models/index.d.ts.map +1 -1
- package/build/backend/models/index.js +1 -5
- package/build/backend/models/nodes.schema.d.ts +44 -115
- package/build/backend/models/nodes.schema.d.ts.map +1 -1
- package/build/backend/models/nodes.schema.js +2 -7
- package/build/frontend/api/controllers/index.js +0 -1
- package/build/frontend/api/controllers/internal-squads.js +0 -5
- package/build/frontend/api/controllers/users.js +0 -1
- package/build/frontend/api/routes.js +0 -19
- package/build/frontend/commands/config-profiles/create-config-profile.command.js +2 -2
- package/build/frontend/commands/hosts/create.command.js +13 -13
- package/build/frontend/commands/hosts/update.command.js +11 -10
- package/build/frontend/commands/index.js +0 -1
- package/build/frontend/commands/internal-squads/create-internal-squad.command.js +2 -2
- package/build/frontend/commands/internal-squads/index.js +1 -2
- package/build/frontend/commands/nodes/create.command.js +4 -7
- package/build/frontend/commands/nodes/update.command.js +4 -9
- package/build/frontend/commands/users/index.js +0 -1
- package/build/frontend/constants/errors/errors.js +0 -95
- package/build/frontend/constants/events/events.js +0 -10
- package/build/frontend/constants/templates/template-keys.js +0 -1
- package/build/frontend/models/hosts.schema.js +2 -4
- package/build/frontend/models/index.js +1 -5
- package/build/frontend/models/nodes.schema.js +2 -7
- package/package.json +1 -1
- package/build/backend/api/controllers/infra-billing.d.ts +0 -16
- package/build/backend/api/controllers/infra-billing.d.ts.map +0 -1
- package/build/backend/api/controllers/infra-billing.js +0 -18
- package/build/backend/commands/infra-billing/create-bill-record.command.d.ts +0 -125
- package/build/backend/commands/infra-billing/create-bill-record.command.d.ts.map +0 -1
- package/build/backend/commands/infra-billing/create-bill-record.command.js +0 -30
- package/build/backend/commands/infra-billing/create-billing-node.command.d.ts +0 -465
- package/build/backend/commands/infra-billing/create-billing-node.command.d.ts.map +0 -1
- package/build/backend/commands/infra-billing/create-billing-node.command.js +0 -38
- package/build/backend/commands/infra-billing/create-infra-provider.command.d.ts +0 -123
- package/build/backend/commands/infra-billing/create-infra-provider.command.d.ts.map +0 -1
- package/build/backend/commands/infra-billing/create-infra-provider.command.js +0 -24
- package/build/backend/commands/infra-billing/delete-bill-record-by-uuid.command.d.ts +0 -119
- package/build/backend/commands/infra-billing/delete-bill-record-by-uuid.command.d.ts.map +0 -1
- package/build/backend/commands/infra-billing/delete-bill-record-by-uuid.command.js +0 -22
- package/build/backend/commands/infra-billing/delete-billing-node-by-uuid.command.d.ts +0 -459
- package/build/backend/commands/infra-billing/delete-billing-node-by-uuid.command.d.ts.map +0 -1
- package/build/backend/commands/infra-billing/delete-billing-node-by-uuid.command.js +0 -29
- package/build/backend/commands/infra-billing/delete-infra-provider-by-uuid.command.d.ts +0 -33
- package/build/backend/commands/infra-billing/delete-infra-provider-by-uuid.command.d.ts.map +0 -1
- package/build/backend/commands/infra-billing/delete-infra-provider-by-uuid.command.js +0 -20
- package/build/backend/commands/infra-billing/get-bill-records.command.d.ts +0 -122
- package/build/backend/commands/infra-billing/get-bill-records.command.d.ts.map +0 -1
- package/build/backend/commands/infra-billing/get-bill-records.command.js +0 -31
- package/build/backend/commands/infra-billing/get-billing-nodes.command.d.ts +0 -451
- package/build/backend/commands/infra-billing/get-billing-nodes.command.d.ts.map +0 -1
- package/build/backend/commands/infra-billing/get-billing-nodes.command.js +0 -26
- package/build/backend/commands/infra-billing/get-infra-provider-by-uuid.command.d.ts +0 -117
- package/build/backend/commands/infra-billing/get-infra-provider-by-uuid.command.d.ts.map +0 -1
- package/build/backend/commands/infra-billing/get-infra-provider-by-uuid.command.js +0 -19
- package/build/backend/commands/infra-billing/get-infra-providers.command.d.ts +0 -156
- package/build/backend/commands/infra-billing/get-infra-providers.command.d.ts.map +0 -1
- package/build/backend/commands/infra-billing/get-infra-providers.command.js +0 -19
- package/build/backend/commands/infra-billing/index.d.ts +0 -13
- package/build/backend/commands/infra-billing/index.d.ts.map +0 -1
- package/build/backend/commands/infra-billing/index.js +0 -28
- package/build/backend/commands/infra-billing/update-billing-node.command.d.ts +0 -462
- package/build/backend/commands/infra-billing/update-billing-node.command.d.ts.map +0 -1
- package/build/backend/commands/infra-billing/update-billing-node.command.js +0 -35
- package/build/backend/commands/infra-billing/update-infra-provider.command.d.ts +0 -126
- package/build/backend/commands/infra-billing/update-infra-provider.command.d.ts.map +0 -1
- package/build/backend/commands/infra-billing/update-infra-provider.command.js +0 -26
- package/build/backend/commands/internal-squads/bulk-actions/add-users-to-internal-squad.command.d.ts +0 -33
- package/build/backend/commands/internal-squads/bulk-actions/add-users-to-internal-squad.command.d.ts.map +0 -1
- package/build/backend/commands/internal-squads/bulk-actions/add-users-to-internal-squad.command.js +0 -20
- package/build/backend/commands/internal-squads/bulk-actions/delete-users-from-internal-squad.command.d.ts +0 -33
- package/build/backend/commands/internal-squads/bulk-actions/delete-users-from-internal-squad.command.d.ts.map +0 -1
- package/build/backend/commands/internal-squads/bulk-actions/delete-users-from-internal-squad.command.js +0 -20
- package/build/backend/commands/internal-squads/bulk-actions/index.d.ts +0 -3
- package/build/backend/commands/internal-squads/bulk-actions/index.d.ts.map +0 -1
- package/build/backend/commands/internal-squads/bulk-actions/index.js +0 -18
- package/build/backend/commands/internal-squads/get-internal-squad-by-uuid.d.ts.map +0 -1
- package/build/backend/commands/users/get-user-accessible-nodes.command.d.ts +0 -114
- package/build/backend/commands/users/get-user-accessible-nodes.command.d.ts.map +0 -1
- package/build/backend/commands/users/get-user-accessible-nodes.command.js +0 -31
- package/build/backend/models/infra-billing-available-node.schema.d.ts +0 -116
- package/build/backend/models/infra-billing-available-node.schema.d.ts.map +0 -1
- package/build/backend/models/infra-billing-available-node.schema.js +0 -9
- package/build/backend/models/infra-billing-history-record.schema.d.ts +0 -44
- package/build/backend/models/infra-billing-history-record.schema.d.ts.map +0 -1
- package/build/backend/models/infra-billing-history-record.schema.js +0 -19
- package/build/backend/models/infra-billing-node.schema.d.ts +0 -179
- package/build/backend/models/infra-billing-node.schema.d.ts.map +0 -1
- package/build/backend/models/infra-billing-node.schema.js +0 -34
- package/build/backend/models/infra-provider.schema.d.ts +0 -87
- package/build/backend/models/infra-provider.schema.d.ts.map +0 -1
- package/build/backend/models/infra-provider.schema.js +0 -41
- package/build/frontend/api/controllers/infra-billing.js +0 -18
- package/build/frontend/commands/infra-billing/create-bill-record.command.js +0 -30
- package/build/frontend/commands/infra-billing/create-billing-node.command.js +0 -38
- package/build/frontend/commands/infra-billing/create-infra-provider.command.js +0 -24
- package/build/frontend/commands/infra-billing/delete-bill-record-by-uuid.command.js +0 -22
- package/build/frontend/commands/infra-billing/delete-billing-node-by-uuid.command.js +0 -29
- package/build/frontend/commands/infra-billing/delete-infra-provider-by-uuid.command.js +0 -20
- package/build/frontend/commands/infra-billing/get-bill-records.command.js +0 -31
- package/build/frontend/commands/infra-billing/get-billing-nodes.command.js +0 -26
- package/build/frontend/commands/infra-billing/get-infra-provider-by-uuid.command.js +0 -19
- package/build/frontend/commands/infra-billing/get-infra-providers.command.js +0 -19
- package/build/frontend/commands/infra-billing/index.js +0 -28
- package/build/frontend/commands/infra-billing/update-billing-node.command.js +0 -35
- package/build/frontend/commands/infra-billing/update-infra-provider.command.js +0 -26
- package/build/frontend/commands/internal-squads/bulk-actions/add-users-to-internal-squad.command.js +0 -20
- package/build/frontend/commands/internal-squads/bulk-actions/delete-users-from-internal-squad.command.js +0 -20
- package/build/frontend/commands/internal-squads/bulk-actions/index.js +0 -18
- package/build/frontend/commands/users/get-user-accessible-nodes.command.js +0 -31
- package/build/frontend/models/infra-billing-available-node.schema.js +0 -9
- package/build/frontend/models/infra-billing-history-record.schema.js +0 -19
- package/build/frontend/models/infra-billing-node.schema.js +0 -34
- package/build/frontend/models/infra-provider.schema.js +0 -41
- /package/build/backend/commands/internal-squads/{get-internal-squad-by-uuid.js → get-internal-squad-by-uuid..js} +0 -0
- /package/build/backend/models/{extended-users.schema.js → extented-users.schema.js} +0 -0
- /package/build/frontend/commands/internal-squads/{get-internal-squad-by-uuid.js → get-internal-squad-by-uuid..js} +0 -0
- /package/build/frontend/models/{extended-users.schema.js → extented-users.schema.js} +0 -0
@@ -32,84 +32,35 @@ export declare namespace ReorderNodeCommand {
|
|
32
32
|
totalRam: z.ZodNullable<z.ZodString>;
|
33
33
|
createdAt: z.ZodEffects<z.ZodString, Date, string>;
|
34
34
|
updatedAt: z.ZodEffects<z.ZodString, Date, string>;
|
35
|
-
|
36
|
-
|
37
|
-
activeInbounds: z.ZodArray<z.ZodObject<{
|
38
|
-
uuid: z.ZodString;
|
39
|
-
profileUuid: z.ZodString;
|
40
|
-
tag: z.ZodString;
|
41
|
-
type: z.ZodString;
|
42
|
-
network: z.ZodNullable<z.ZodString>;
|
43
|
-
security: z.ZodNullable<z.ZodString>;
|
44
|
-
port: z.ZodNullable<z.ZodNumber>;
|
45
|
-
rawInbound: z.ZodNullable<z.ZodUnknown>;
|
46
|
-
}, "strip", z.ZodTypeAny, {
|
47
|
-
type: string;
|
48
|
-
uuid: string;
|
49
|
-
profileUuid: string;
|
50
|
-
tag: string;
|
51
|
-
network: string | null;
|
52
|
-
security: string | null;
|
53
|
-
port: number | null;
|
54
|
-
rawInbound?: unknown;
|
55
|
-
}, {
|
56
|
-
type: string;
|
57
|
-
uuid: string;
|
58
|
-
profileUuid: string;
|
59
|
-
tag: string;
|
60
|
-
network: string | null;
|
61
|
-
security: string | null;
|
62
|
-
port: number | null;
|
63
|
-
rawInbound?: unknown;
|
64
|
-
}>, "many">;
|
65
|
-
}, "strip", z.ZodTypeAny, {
|
66
|
-
activeConfigProfileUuid: string | null;
|
67
|
-
activeInbounds: {
|
68
|
-
type: string;
|
69
|
-
uuid: string;
|
70
|
-
profileUuid: string;
|
71
|
-
tag: string;
|
72
|
-
network: string | null;
|
73
|
-
security: string | null;
|
74
|
-
port: number | null;
|
75
|
-
rawInbound?: unknown;
|
76
|
-
}[];
|
77
|
-
}, {
|
78
|
-
activeConfigProfileUuid: string | null;
|
79
|
-
activeInbounds: {
|
80
|
-
type: string;
|
81
|
-
uuid: string;
|
82
|
-
profileUuid: string;
|
83
|
-
tag: string;
|
84
|
-
network: string | null;
|
85
|
-
security: string | null;
|
86
|
-
port: number | null;
|
87
|
-
rawInbound?: unknown;
|
88
|
-
}[];
|
89
|
-
}>;
|
90
|
-
providerUuid: z.ZodNullable<z.ZodString>;
|
91
|
-
provider: z.ZodNullable<z.ZodObject<{
|
35
|
+
activeConfigProfileUuid: z.ZodNullable<z.ZodString>;
|
36
|
+
activeInbounds: z.ZodNullable<z.ZodArray<z.ZodObject<{
|
92
37
|
uuid: z.ZodString;
|
93
|
-
|
94
|
-
|
95
|
-
|
96
|
-
|
97
|
-
|
38
|
+
profileUuid: z.ZodString;
|
39
|
+
tag: z.ZodString;
|
40
|
+
type: z.ZodString;
|
41
|
+
network: z.ZodNullable<z.ZodString>;
|
42
|
+
security: z.ZodNullable<z.ZodString>;
|
43
|
+
port: z.ZodNullable<z.ZodNumber>;
|
44
|
+
rawInbound: z.ZodNullable<z.ZodUnknown>;
|
98
45
|
}, "strip", z.ZodTypeAny, {
|
46
|
+
type: string;
|
99
47
|
uuid: string;
|
100
|
-
|
101
|
-
|
102
|
-
|
103
|
-
|
104
|
-
|
48
|
+
profileUuid: string;
|
49
|
+
tag: string;
|
50
|
+
network: string | null;
|
51
|
+
security: string | null;
|
52
|
+
port: number | null;
|
53
|
+
rawInbound?: unknown;
|
105
54
|
}, {
|
55
|
+
type: string;
|
106
56
|
uuid: string;
|
107
|
-
|
108
|
-
|
109
|
-
|
110
|
-
|
111
|
-
|
112
|
-
|
57
|
+
profileUuid: string;
|
58
|
+
tag: string;
|
59
|
+
network: string | null;
|
60
|
+
security: string | null;
|
61
|
+
port: number | null;
|
62
|
+
rawInbound?: unknown;
|
63
|
+
}>, "many">>;
|
113
64
|
}, "uuid" | "viewPosition">, "strip", z.ZodTypeAny, {
|
114
65
|
uuid: string;
|
115
66
|
viewPosition: number;
|
@@ -158,84 +109,35 @@ export declare namespace ReorderNodeCommand {
|
|
158
109
|
totalRam: z.ZodNullable<z.ZodString>;
|
159
110
|
createdAt: z.ZodEffects<z.ZodString, Date, string>;
|
160
111
|
updatedAt: z.ZodEffects<z.ZodString, Date, string>;
|
161
|
-
|
162
|
-
|
163
|
-
activeInbounds: z.ZodArray<z.ZodObject<{
|
164
|
-
uuid: z.ZodString;
|
165
|
-
profileUuid: z.ZodString;
|
166
|
-
tag: z.ZodString;
|
167
|
-
type: z.ZodString;
|
168
|
-
network: z.ZodNullable<z.ZodString>;
|
169
|
-
security: z.ZodNullable<z.ZodString>;
|
170
|
-
port: z.ZodNullable<z.ZodNumber>;
|
171
|
-
rawInbound: z.ZodNullable<z.ZodUnknown>;
|
172
|
-
}, "strip", z.ZodTypeAny, {
|
173
|
-
type: string;
|
174
|
-
uuid: string;
|
175
|
-
profileUuid: string;
|
176
|
-
tag: string;
|
177
|
-
network: string | null;
|
178
|
-
security: string | null;
|
179
|
-
port: number | null;
|
180
|
-
rawInbound?: unknown;
|
181
|
-
}, {
|
182
|
-
type: string;
|
183
|
-
uuid: string;
|
184
|
-
profileUuid: string;
|
185
|
-
tag: string;
|
186
|
-
network: string | null;
|
187
|
-
security: string | null;
|
188
|
-
port: number | null;
|
189
|
-
rawInbound?: unknown;
|
190
|
-
}>, "many">;
|
191
|
-
}, "strip", z.ZodTypeAny, {
|
192
|
-
activeConfigProfileUuid: string | null;
|
193
|
-
activeInbounds: {
|
194
|
-
type: string;
|
195
|
-
uuid: string;
|
196
|
-
profileUuid: string;
|
197
|
-
tag: string;
|
198
|
-
network: string | null;
|
199
|
-
security: string | null;
|
200
|
-
port: number | null;
|
201
|
-
rawInbound?: unknown;
|
202
|
-
}[];
|
203
|
-
}, {
|
204
|
-
activeConfigProfileUuid: string | null;
|
205
|
-
activeInbounds: {
|
206
|
-
type: string;
|
207
|
-
uuid: string;
|
208
|
-
profileUuid: string;
|
209
|
-
tag: string;
|
210
|
-
network: string | null;
|
211
|
-
security: string | null;
|
212
|
-
port: number | null;
|
213
|
-
rawInbound?: unknown;
|
214
|
-
}[];
|
215
|
-
}>;
|
216
|
-
providerUuid: z.ZodNullable<z.ZodString>;
|
217
|
-
provider: z.ZodNullable<z.ZodObject<{
|
112
|
+
activeConfigProfileUuid: z.ZodNullable<z.ZodString>;
|
113
|
+
activeInbounds: z.ZodNullable<z.ZodArray<z.ZodObject<{
|
218
114
|
uuid: z.ZodString;
|
219
|
-
|
220
|
-
|
221
|
-
|
222
|
-
|
223
|
-
|
115
|
+
profileUuid: z.ZodString;
|
116
|
+
tag: z.ZodString;
|
117
|
+
type: z.ZodString;
|
118
|
+
network: z.ZodNullable<z.ZodString>;
|
119
|
+
security: z.ZodNullable<z.ZodString>;
|
120
|
+
port: z.ZodNullable<z.ZodNumber>;
|
121
|
+
rawInbound: z.ZodNullable<z.ZodUnknown>;
|
224
122
|
}, "strip", z.ZodTypeAny, {
|
123
|
+
type: string;
|
225
124
|
uuid: string;
|
226
|
-
|
227
|
-
|
228
|
-
|
229
|
-
|
230
|
-
|
125
|
+
profileUuid: string;
|
126
|
+
tag: string;
|
127
|
+
network: string | null;
|
128
|
+
security: string | null;
|
129
|
+
port: number | null;
|
130
|
+
rawInbound?: unknown;
|
231
131
|
}, {
|
132
|
+
type: string;
|
232
133
|
uuid: string;
|
233
|
-
|
234
|
-
|
235
|
-
|
236
|
-
|
237
|
-
|
238
|
-
|
134
|
+
profileUuid: string;
|
135
|
+
tag: string;
|
136
|
+
network: string | null;
|
137
|
+
security: string | null;
|
138
|
+
port: number | null;
|
139
|
+
rawInbound?: unknown;
|
140
|
+
}>, "many">>;
|
239
141
|
}, "strip", z.ZodTypeAny, {
|
240
142
|
uuid: string;
|
241
143
|
createdAt: Date;
|
@@ -264,28 +166,17 @@ export declare namespace ReorderNodeCommand {
|
|
264
166
|
cpuCount: number | null;
|
265
167
|
cpuModel: string | null;
|
266
168
|
totalRam: string | null;
|
267
|
-
|
268
|
-
|
269
|
-
|
270
|
-
type: string;
|
271
|
-
uuid: string;
|
272
|
-
profileUuid: string;
|
273
|
-
tag: string;
|
274
|
-
network: string | null;
|
275
|
-
security: string | null;
|
276
|
-
port: number | null;
|
277
|
-
rawInbound?: unknown;
|
278
|
-
}[];
|
279
|
-
};
|
280
|
-
providerUuid: string | null;
|
281
|
-
provider: {
|
169
|
+
activeConfigProfileUuid: string | null;
|
170
|
+
activeInbounds: {
|
171
|
+
type: string;
|
282
172
|
uuid: string;
|
283
|
-
|
284
|
-
|
285
|
-
|
286
|
-
|
287
|
-
|
288
|
-
|
173
|
+
profileUuid: string;
|
174
|
+
tag: string;
|
175
|
+
network: string | null;
|
176
|
+
security: string | null;
|
177
|
+
port: number | null;
|
178
|
+
rawInbound?: unknown;
|
179
|
+
}[] | null;
|
289
180
|
}, {
|
290
181
|
uuid: string;
|
291
182
|
createdAt: string;
|
@@ -314,28 +205,17 @@ export declare namespace ReorderNodeCommand {
|
|
314
205
|
cpuCount: number | null;
|
315
206
|
cpuModel: string | null;
|
316
207
|
totalRam: string | null;
|
317
|
-
|
318
|
-
|
319
|
-
|
320
|
-
type: string;
|
321
|
-
uuid: string;
|
322
|
-
profileUuid: string;
|
323
|
-
tag: string;
|
324
|
-
network: string | null;
|
325
|
-
security: string | null;
|
326
|
-
port: number | null;
|
327
|
-
rawInbound?: unknown;
|
328
|
-
}[];
|
329
|
-
};
|
330
|
-
providerUuid: string | null;
|
331
|
-
provider: {
|
208
|
+
activeConfigProfileUuid: string | null;
|
209
|
+
activeInbounds: {
|
210
|
+
type: string;
|
332
211
|
uuid: string;
|
333
|
-
|
334
|
-
|
335
|
-
|
336
|
-
|
337
|
-
|
338
|
-
|
212
|
+
profileUuid: string;
|
213
|
+
tag: string;
|
214
|
+
network: string | null;
|
215
|
+
security: string | null;
|
216
|
+
port: number | null;
|
217
|
+
rawInbound?: unknown;
|
218
|
+
}[] | null;
|
339
219
|
}>, "many">;
|
340
220
|
}, "strip", z.ZodTypeAny, {
|
341
221
|
response: {
|
@@ -366,28 +246,17 @@ export declare namespace ReorderNodeCommand {
|
|
366
246
|
cpuCount: number | null;
|
367
247
|
cpuModel: string | null;
|
368
248
|
totalRam: string | null;
|
369
|
-
|
370
|
-
|
371
|
-
|
372
|
-
type: string;
|
373
|
-
uuid: string;
|
374
|
-
profileUuid: string;
|
375
|
-
tag: string;
|
376
|
-
network: string | null;
|
377
|
-
security: string | null;
|
378
|
-
port: number | null;
|
379
|
-
rawInbound?: unknown;
|
380
|
-
}[];
|
381
|
-
};
|
382
|
-
providerUuid: string | null;
|
383
|
-
provider: {
|
249
|
+
activeConfigProfileUuid: string | null;
|
250
|
+
activeInbounds: {
|
251
|
+
type: string;
|
384
252
|
uuid: string;
|
385
|
-
|
386
|
-
|
387
|
-
|
388
|
-
|
389
|
-
|
390
|
-
|
253
|
+
profileUuid: string;
|
254
|
+
tag: string;
|
255
|
+
network: string | null;
|
256
|
+
security: string | null;
|
257
|
+
port: number | null;
|
258
|
+
rawInbound?: unknown;
|
259
|
+
}[] | null;
|
391
260
|
}[];
|
392
261
|
}, {
|
393
262
|
response: {
|
@@ -418,28 +287,17 @@ export declare namespace ReorderNodeCommand {
|
|
418
287
|
cpuCount: number | null;
|
419
288
|
cpuModel: string | null;
|
420
289
|
totalRam: string | null;
|
421
|
-
|
422
|
-
|
423
|
-
|
424
|
-
type: string;
|
425
|
-
uuid: string;
|
426
|
-
profileUuid: string;
|
427
|
-
tag: string;
|
428
|
-
network: string | null;
|
429
|
-
security: string | null;
|
430
|
-
port: number | null;
|
431
|
-
rawInbound?: unknown;
|
432
|
-
}[];
|
433
|
-
};
|
434
|
-
providerUuid: string | null;
|
435
|
-
provider: {
|
290
|
+
activeConfigProfileUuid: string | null;
|
291
|
+
activeInbounds: {
|
292
|
+
type: string;
|
436
293
|
uuid: string;
|
437
|
-
|
438
|
-
|
439
|
-
|
440
|
-
|
441
|
-
|
442
|
-
|
294
|
+
profileUuid: string;
|
295
|
+
tag: string;
|
296
|
+
network: string | null;
|
297
|
+
security: string | null;
|
298
|
+
port: number | null;
|
299
|
+
rawInbound?: unknown;
|
300
|
+
}[] | null;
|
443
301
|
}[];
|
444
302
|
}>;
|
445
303
|
type Response = z.infer<typeof ResponseSchema>;
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"reorder.command.d.ts","sourceRoot":"","sources":["../../../../../commands/nodes/actions/reorder.command.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAMxB,yBAAiB,kBAAkB,CAAC;IACzB,MAAM,GAAG,8BAAiC,CAAC;IAC3C,MAAM,OAAO,8BAAM,CAAC;IAEpB,MAAM,eAAe,8CAI3B,CAAC;IAEK,MAAM,aAAa
|
1
|
+
{"version":3,"file":"reorder.command.d.ts","sourceRoot":"","sources":["../../../../../commands/nodes/actions/reorder.command.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAMxB,yBAAiB,kBAAkB,CAAC;IACzB,MAAM,GAAG,8BAAiC,CAAC;IAC3C,MAAM,OAAO,8BAAM,CAAC;IAEpB,MAAM,eAAe,8CAI3B,CAAC;IAEK,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;MAOxB,CAAC;IACH,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"}
|