@remnawave/backend-contract 2.0.0-alpha.28 → 2.0.0-alpha.4
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 -31
- 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 -31
- 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 -31
- 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 -31
- 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 -31
- 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 -52
- 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 -31
- package/build/backend/commands/hosts/get-all.command.d.ts.map +1 -1
- package/build/backend/commands/hosts/get-one.command.d.ts +10 -31
- package/build/backend/commands/hosts/get-one.command.d.ts.map +1 -1
- package/build/backend/commands/hosts/reorder.command.d.ts +2 -11
- package/build/backend/commands/hosts/reorder.command.d.ts.map +1 -1
- package/build/backend/commands/hosts/update.command.d.ts +21 -63
- 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 -21
- package/build/backend/models/hosts.schema.d.ts.map +1 -1
- package/build/backend/models/hosts.schema.js +2 -5
- 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 -5
- 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
@@ -40,84 +40,35 @@ export declare namespace GetOneNodeCommand {
|
|
40
40
|
totalRam: z.ZodNullable<z.ZodString>;
|
41
41
|
createdAt: z.ZodEffects<z.ZodString, Date, string>;
|
42
42
|
updatedAt: z.ZodEffects<z.ZodString, Date, string>;
|
43
|
-
|
44
|
-
|
45
|
-
activeInbounds: z.ZodArray<z.ZodObject<{
|
46
|
-
uuid: z.ZodString;
|
47
|
-
profileUuid: z.ZodString;
|
48
|
-
tag: z.ZodString;
|
49
|
-
type: z.ZodString;
|
50
|
-
network: z.ZodNullable<z.ZodString>;
|
51
|
-
security: z.ZodNullable<z.ZodString>;
|
52
|
-
port: z.ZodNullable<z.ZodNumber>;
|
53
|
-
rawInbound: z.ZodNullable<z.ZodUnknown>;
|
54
|
-
}, "strip", z.ZodTypeAny, {
|
55
|
-
type: string;
|
56
|
-
uuid: string;
|
57
|
-
profileUuid: string;
|
58
|
-
tag: string;
|
59
|
-
network: string | null;
|
60
|
-
security: string | null;
|
61
|
-
port: number | null;
|
62
|
-
rawInbound?: unknown;
|
63
|
-
}, {
|
64
|
-
type: string;
|
65
|
-
uuid: string;
|
66
|
-
profileUuid: string;
|
67
|
-
tag: string;
|
68
|
-
network: string | null;
|
69
|
-
security: string | null;
|
70
|
-
port: number | null;
|
71
|
-
rawInbound?: unknown;
|
72
|
-
}>, "many">;
|
73
|
-
}, "strip", z.ZodTypeAny, {
|
74
|
-
activeConfigProfileUuid: string | null;
|
75
|
-
activeInbounds: {
|
76
|
-
type: string;
|
77
|
-
uuid: string;
|
78
|
-
profileUuid: string;
|
79
|
-
tag: string;
|
80
|
-
network: string | null;
|
81
|
-
security: string | null;
|
82
|
-
port: number | null;
|
83
|
-
rawInbound?: unknown;
|
84
|
-
}[];
|
85
|
-
}, {
|
86
|
-
activeConfigProfileUuid: string | null;
|
87
|
-
activeInbounds: {
|
88
|
-
type: string;
|
89
|
-
uuid: string;
|
90
|
-
profileUuid: string;
|
91
|
-
tag: string;
|
92
|
-
network: string | null;
|
93
|
-
security: string | null;
|
94
|
-
port: number | null;
|
95
|
-
rawInbound?: unknown;
|
96
|
-
}[];
|
97
|
-
}>;
|
98
|
-
providerUuid: z.ZodNullable<z.ZodString>;
|
99
|
-
provider: z.ZodNullable<z.ZodObject<{
|
43
|
+
activeConfigProfileUuid: z.ZodNullable<z.ZodString>;
|
44
|
+
activeInbounds: z.ZodNullable<z.ZodArray<z.ZodObject<{
|
100
45
|
uuid: z.ZodString;
|
101
|
-
|
102
|
-
|
103
|
-
|
104
|
-
|
105
|
-
|
46
|
+
profileUuid: z.ZodString;
|
47
|
+
tag: z.ZodString;
|
48
|
+
type: z.ZodString;
|
49
|
+
network: z.ZodNullable<z.ZodString>;
|
50
|
+
security: z.ZodNullable<z.ZodString>;
|
51
|
+
port: z.ZodNullable<z.ZodNumber>;
|
52
|
+
rawInbound: z.ZodNullable<z.ZodUnknown>;
|
106
53
|
}, "strip", z.ZodTypeAny, {
|
54
|
+
type: string;
|
107
55
|
uuid: string;
|
108
|
-
|
109
|
-
|
110
|
-
|
111
|
-
|
112
|
-
|
56
|
+
profileUuid: string;
|
57
|
+
tag: string;
|
58
|
+
network: string | null;
|
59
|
+
security: string | null;
|
60
|
+
port: number | null;
|
61
|
+
rawInbound?: unknown;
|
113
62
|
}, {
|
63
|
+
type: string;
|
114
64
|
uuid: string;
|
115
|
-
|
116
|
-
|
117
|
-
|
118
|
-
|
119
|
-
|
120
|
-
|
65
|
+
profileUuid: string;
|
66
|
+
tag: string;
|
67
|
+
network: string | null;
|
68
|
+
security: string | null;
|
69
|
+
port: number | null;
|
70
|
+
rawInbound?: unknown;
|
71
|
+
}>, "many">>;
|
121
72
|
}, "strip", z.ZodTypeAny, {
|
122
73
|
uuid: string;
|
123
74
|
createdAt: Date;
|
@@ -146,28 +97,17 @@ export declare namespace GetOneNodeCommand {
|
|
146
97
|
cpuCount: number | null;
|
147
98
|
cpuModel: string | null;
|
148
99
|
totalRam: string | null;
|
149
|
-
|
150
|
-
|
151
|
-
|
152
|
-
type: string;
|
153
|
-
uuid: string;
|
154
|
-
profileUuid: string;
|
155
|
-
tag: string;
|
156
|
-
network: string | null;
|
157
|
-
security: string | null;
|
158
|
-
port: number | null;
|
159
|
-
rawInbound?: unknown;
|
160
|
-
}[];
|
161
|
-
};
|
162
|
-
providerUuid: string | null;
|
163
|
-
provider: {
|
100
|
+
activeConfigProfileUuid: string | null;
|
101
|
+
activeInbounds: {
|
102
|
+
type: string;
|
164
103
|
uuid: string;
|
165
|
-
|
166
|
-
|
167
|
-
|
168
|
-
|
169
|
-
|
170
|
-
|
104
|
+
profileUuid: string;
|
105
|
+
tag: string;
|
106
|
+
network: string | null;
|
107
|
+
security: string | null;
|
108
|
+
port: number | null;
|
109
|
+
rawInbound?: unknown;
|
110
|
+
}[] | null;
|
171
111
|
}, {
|
172
112
|
uuid: string;
|
173
113
|
createdAt: string;
|
@@ -196,28 +136,17 @@ export declare namespace GetOneNodeCommand {
|
|
196
136
|
cpuCount: number | null;
|
197
137
|
cpuModel: string | null;
|
198
138
|
totalRam: string | null;
|
199
|
-
|
200
|
-
|
201
|
-
|
202
|
-
type: string;
|
203
|
-
uuid: string;
|
204
|
-
profileUuid: string;
|
205
|
-
tag: string;
|
206
|
-
network: string | null;
|
207
|
-
security: string | null;
|
208
|
-
port: number | null;
|
209
|
-
rawInbound?: unknown;
|
210
|
-
}[];
|
211
|
-
};
|
212
|
-
providerUuid: string | null;
|
213
|
-
provider: {
|
139
|
+
activeConfigProfileUuid: string | null;
|
140
|
+
activeInbounds: {
|
141
|
+
type: string;
|
214
142
|
uuid: string;
|
215
|
-
|
216
|
-
|
217
|
-
|
218
|
-
|
219
|
-
|
220
|
-
|
143
|
+
profileUuid: string;
|
144
|
+
tag: string;
|
145
|
+
network: string | null;
|
146
|
+
security: string | null;
|
147
|
+
port: number | null;
|
148
|
+
rawInbound?: unknown;
|
149
|
+
}[] | null;
|
221
150
|
}>;
|
222
151
|
}, "strip", z.ZodTypeAny, {
|
223
152
|
response: {
|
@@ -248,28 +177,17 @@ export declare namespace GetOneNodeCommand {
|
|
248
177
|
cpuCount: number | null;
|
249
178
|
cpuModel: string | null;
|
250
179
|
totalRam: string | null;
|
251
|
-
|
252
|
-
|
253
|
-
|
254
|
-
type: string;
|
255
|
-
uuid: string;
|
256
|
-
profileUuid: string;
|
257
|
-
tag: string;
|
258
|
-
network: string | null;
|
259
|
-
security: string | null;
|
260
|
-
port: number | null;
|
261
|
-
rawInbound?: unknown;
|
262
|
-
}[];
|
263
|
-
};
|
264
|
-
providerUuid: string | null;
|
265
|
-
provider: {
|
180
|
+
activeConfigProfileUuid: string | null;
|
181
|
+
activeInbounds: {
|
182
|
+
type: string;
|
266
183
|
uuid: string;
|
267
|
-
|
268
|
-
|
269
|
-
|
270
|
-
|
271
|
-
|
272
|
-
|
184
|
+
profileUuid: string;
|
185
|
+
tag: string;
|
186
|
+
network: string | null;
|
187
|
+
security: string | null;
|
188
|
+
port: number | null;
|
189
|
+
rawInbound?: unknown;
|
190
|
+
}[] | null;
|
273
191
|
};
|
274
192
|
}, {
|
275
193
|
response: {
|
@@ -300,28 +218,17 @@ export declare namespace GetOneNodeCommand {
|
|
300
218
|
cpuCount: number | null;
|
301
219
|
cpuModel: string | null;
|
302
220
|
totalRam: string | null;
|
303
|
-
|
304
|
-
|
305
|
-
|
306
|
-
type: string;
|
307
|
-
uuid: string;
|
308
|
-
profileUuid: string;
|
309
|
-
tag: string;
|
310
|
-
network: string | null;
|
311
|
-
security: string | null;
|
312
|
-
port: number | null;
|
313
|
-
rawInbound?: unknown;
|
314
|
-
}[];
|
315
|
-
};
|
316
|
-
providerUuid: string | null;
|
317
|
-
provider: {
|
221
|
+
activeConfigProfileUuid: string | null;
|
222
|
+
activeInbounds: {
|
223
|
+
type: string;
|
318
224
|
uuid: string;
|
319
|
-
|
320
|
-
|
321
|
-
|
322
|
-
|
323
|
-
|
324
|
-
|
225
|
+
profileUuid: string;
|
226
|
+
tag: string;
|
227
|
+
network: string | null;
|
228
|
+
security: string | null;
|
229
|
+
port: number | null;
|
230
|
+
rawInbound?: unknown;
|
231
|
+
}[] | null;
|
325
232
|
};
|
326
233
|
}>;
|
327
234
|
type Response = z.infer<typeof ResponseSchema>;
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"get-one.command.d.ts","sourceRoot":"","sources":["../../../../commands/nodes/get-one.command.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAMxB,yBAAiB,iBAAiB,CAAC;IACxB,MAAM,GAAG,0BAA6B,CAAC;IACvC,MAAM,OAAO,QAAe,CAAC;IAE7B,MAAM,eAAe,2CAI3B,CAAC;IAEK,MAAM,aAAa;;;;;;MAExB,CAAC;IAEH,KAAY,OAAO,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,aAAa,CAAC,CAAC;IAE7C,MAAM,cAAc
|
1
|
+
{"version":3,"file":"get-one.command.d.ts","sourceRoot":"","sources":["../../../../commands/nodes/get-one.command.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAMxB,yBAAiB,iBAAiB,CAAC;IACxB,MAAM,GAAG,0BAA6B,CAAC;IACvC,MAAM,OAAO,QAAe,CAAC;IAE7B,MAAM,eAAe,2CAI3B,CAAC;IAEK,MAAM,aAAa;;;;;;MAExB,CAAC;IAEH,KAAY,OAAO,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,aAAa,CAAC,CAAC;IAE7C,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;MAEzB,CAAC;IAEH,KAAY,QAAQ,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,cAAc,CAAC,CAAC;CACzD"}
|
@@ -33,30 +33,30 @@ export declare namespace GetNodeUserUsageByRangeCommand {
|
|
33
33
|
date: Date;
|
34
34
|
username: string;
|
35
35
|
userUuid: string;
|
36
|
-
nodeUuid: string;
|
37
36
|
total: number;
|
37
|
+
nodeUuid: string;
|
38
38
|
}, {
|
39
39
|
date: string;
|
40
40
|
username: string;
|
41
41
|
userUuid: string;
|
42
|
-
nodeUuid: string;
|
43
42
|
total: number;
|
43
|
+
nodeUuid: string;
|
44
44
|
}>, "many">;
|
45
45
|
}, "strip", z.ZodTypeAny, {
|
46
46
|
response: {
|
47
47
|
date: Date;
|
48
48
|
username: string;
|
49
49
|
userUuid: string;
|
50
|
-
nodeUuid: string;
|
51
50
|
total: number;
|
51
|
+
nodeUuid: string;
|
52
52
|
}[];
|
53
53
|
}, {
|
54
54
|
response: {
|
55
55
|
date: string;
|
56
56
|
username: string;
|
57
57
|
userUuid: string;
|
58
|
-
nodeUuid: string;
|
59
58
|
total: number;
|
59
|
+
nodeUuid: string;
|
60
60
|
}[];
|
61
61
|
}>;
|
62
62
|
type Response = z.infer<typeof ResponseSchema>;
|
@@ -28,8 +28,8 @@ export declare namespace GetNodesUsageByRangeCommand {
|
|
28
28
|
}, "strip", z.ZodTypeAny, {
|
29
29
|
date: Date;
|
30
30
|
nodeName: string;
|
31
|
-
nodeUuid: string;
|
32
31
|
total: number;
|
32
|
+
nodeUuid: string;
|
33
33
|
totalDownload: number;
|
34
34
|
totalUpload: number;
|
35
35
|
humanReadableTotal: string;
|
@@ -38,8 +38,8 @@ export declare namespace GetNodesUsageByRangeCommand {
|
|
38
38
|
}, {
|
39
39
|
date: string;
|
40
40
|
nodeName: string;
|
41
|
-
nodeUuid: string;
|
42
41
|
total: number;
|
42
|
+
nodeUuid: string;
|
43
43
|
totalDownload: number;
|
44
44
|
totalUpload: number;
|
45
45
|
humanReadableTotal: string;
|
@@ -50,8 +50,8 @@ export declare namespace GetNodesUsageByRangeCommand {
|
|
50
50
|
response: {
|
51
51
|
date: Date;
|
52
52
|
nodeName: string;
|
53
|
-
nodeUuid: string;
|
54
53
|
total: number;
|
54
|
+
nodeUuid: string;
|
55
55
|
totalDownload: number;
|
56
56
|
totalUpload: number;
|
57
57
|
humanReadableTotal: string;
|
@@ -62,8 +62,8 @@ export declare namespace GetNodesUsageByRangeCommand {
|
|
62
62
|
response: {
|
63
63
|
date: string;
|
64
64
|
nodeName: string;
|
65
|
-
nodeUuid: string;
|
66
65
|
total: number;
|
66
|
+
nodeUuid: string;
|
67
67
|
totalDownload: number;
|
68
68
|
totalUpload: number;
|
69
69
|
humanReadableTotal: string;
|