@remnawave/backend-contract 2.8.29 → 2.8.31
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/backend/commands/api-tokens/create.command.d.ts +22 -13
- package/build/backend/commands/api-tokens/create.command.d.ts.map +1 -1
- package/build/backend/commands/api-tokens/create.command.js +5 -2
- package/build/backend/commands/api-tokens/find.command.d.ts +26 -26
- package/build/backend/commands/api-tokens/find.command.js +2 -2
- package/build/backend/commands/bandwidth-stats/nodes/get-stats-nodes-usage.command.d.ts +12 -12
- package/build/backend/commands/bandwidth-stats/users/get-stats-user-usage.command.d.ts +12 -12
- package/build/backend/commands/config-profiles/actions/reorder.command.d.ts +16 -16
- package/build/backend/commands/config-profiles/create-config-profile.command.d.ts +10 -10
- package/build/backend/commands/config-profiles/get-computed-config-profile-by-uuid.command.d.ts +10 -10
- package/build/backend/commands/config-profiles/get-config-profile-by-uuid.command.d.ts +10 -10
- package/build/backend/commands/config-profiles/get-config-profiles.command.d.ts +14 -14
- package/build/backend/commands/config-profiles/update-config-profile.command.d.ts +10 -10
- package/build/backend/commands/external-squads/actions/reorder.command.d.ts +6 -6
- package/build/backend/commands/external-squads/create-external-squad.command.d.ts +4 -4
- package/build/backend/commands/external-squads/get-external-squad-by-uuid.command.d.ts +4 -4
- package/build/backend/commands/external-squads/get-external-squads.command.d.ts +6 -6
- package/build/backend/commands/external-squads/update-external-squad.command.d.ts +4 -4
- package/build/backend/commands/infra-billing/create-billing-node.command.d.ts +28 -28
- package/build/backend/commands/infra-billing/create-infra-provider.command.d.ts +4 -4
- package/build/backend/commands/infra-billing/delete-billing-node-by-uuid.command.d.ts +26 -26
- package/build/backend/commands/infra-billing/get-billing-nodes.command.d.ts +26 -26
- package/build/backend/commands/infra-billing/get-infra-provider-by-uuid.command.d.ts +4 -4
- package/build/backend/commands/infra-billing/get-infra-providers.command.d.ts +6 -6
- package/build/backend/commands/infra-billing/update-billing-node.command.d.ts +26 -26
- package/build/backend/commands/infra-billing/update-infra-provider.command.d.ts +4 -4
- package/build/backend/commands/internal-squads/actions/reorder.command.d.ts +6 -6
- package/build/backend/commands/internal-squads/create-internal-squad.command.d.ts +4 -4
- package/build/backend/commands/internal-squads/get-internal-squad-by-uuid.d.ts +4 -4
- package/build/backend/commands/internal-squads/get-internal-squads.command.d.ts +6 -6
- package/build/backend/commands/internal-squads/update-internal-squad.command.d.ts +4 -4
- package/build/backend/commands/node-plugins/torrent-blocker/get-torrent-blocker-reports-stats.command.d.ts +6 -6
- package/build/backend/commands/node-plugins/torrent-blocker/get-torrent-blocker-reports.command.d.ts +11 -11
- package/build/backend/commands/node-plugins/torrent-blocker/truncate-torrent-blocker-reports.command.d.ts +11 -11
- package/build/backend/commands/nodes/actions/disable.command.d.ts +10 -10
- package/build/backend/commands/nodes/actions/enable.command.d.ts +10 -10
- package/build/backend/commands/nodes/actions/reorder.command.d.ts +12 -12
- package/build/backend/commands/nodes/create.command.d.ts +11 -11
- package/build/backend/commands/nodes/get-all.command.d.ts +10 -10
- package/build/backend/commands/nodes/get-one.command.d.ts +10 -10
- package/build/backend/commands/nodes/update.command.d.ts +14 -14
- package/build/backend/commands/passkeys/delete-passkeys.command.d.ts +6 -6
- package/build/backend/commands/passkeys/get-active-passkeys.command.d.ts +6 -6
- package/build/backend/commands/passkeys/update-passkey.command.d.ts +6 -6
- package/build/backend/commands/subscription-settings/get-subscription-settings.command.d.ts +8 -8
- package/build/backend/commands/subscription-settings/update-subscription-settings.command.d.ts +14 -14
- package/build/backend/commands/subscriptions/get-by/get-raw-subscription-by-short-uuid.command.d.ts +6 -6
- package/build/backend/commands/system/testers/test-srr-matcher.command.d.ts +12 -12
- package/build/backend/commands/users/actions/disable-user.command.d.ts +4 -4
- package/build/backend/commands/users/actions/enable-user.command.d.ts +4 -4
- package/build/backend/commands/users/actions/reset-user-traffic.command.d.ts +4 -4
- package/build/backend/commands/users/actions/revoke-user-subscription.command.d.ts +4 -4
- package/build/backend/commands/users/bulk/bulk-update-users.command.d.ts +4 -4
- package/build/backend/commands/users/bulk-all/bulk-all-update-users.command.d.ts +2 -2
- package/build/backend/commands/users/create-user.command.d.ts +6 -6
- package/build/backend/commands/users/get-all-users.command.d.ts +6 -6
- package/build/backend/commands/users/get-by/get-user-by-email.command.d.ts +4 -4
- package/build/backend/commands/users/get-by/get-user-by-id.command.d.ts +4 -4
- package/build/backend/commands/users/get-by/get-user-by-short-uuid.command.d.ts +4 -4
- package/build/backend/commands/users/get-by/get-user-by-tag.command.d.ts +4 -4
- package/build/backend/commands/users/get-by/get-user-by-telegram-id.command.d.ts +4 -4
- package/build/backend/commands/users/get-by/get-user-by-username.command.d.ts +4 -4
- package/build/backend/commands/users/get-user-by-uuid.command.d.ts +4 -4
- package/build/backend/commands/users/get-users-stream.command.d.ts +6 -6
- package/build/backend/commands/users/update-user.command.d.ts +8 -8
- package/build/backend/constants/events/events.d.ts +2 -0
- package/build/backend/constants/events/events.d.ts.map +1 -1
- package/build/backend/constants/events/events.js +2 -0
- package/build/backend/models/api-tokens.schema.d.ts +6 -6
- package/build/backend/models/api-tokens.schema.d.ts.map +1 -1
- package/build/backend/models/api-tokens.schema.js +5 -2
- package/build/backend/models/config-profile.schema.d.ts +6 -6
- package/build/backend/models/extended-users.schema.d.ts +2 -2
- package/build/backend/models/external-squad.schema.d.ts +2 -2
- package/build/backend/models/infra-billing-available-node.schema.d.ts +5 -5
- package/build/backend/models/infra-billing-node.schema.d.ts +9 -9
- package/build/backend/models/infra-provider.schema.d.ts +4 -4
- package/build/backend/models/internal-squad.schema.d.ts +2 -2
- package/build/backend/models/nodes.schema.d.ts +6 -6
- package/build/backend/models/response-rules/response-rule.schema.d.ts +4 -4
- package/build/backend/models/response-rules/response-rules-config.schema.d.ts +4 -4
- package/build/backend/models/subscription-settings.schema.d.ts +6 -6
- package/build/backend/models/torrent-blocker-report.schema.d.ts +7 -7
- package/build/backend/models/users.schema.d.ts +2 -2
- package/build/backend/models/webhook/webhook.schema.d.ts +166 -86
- package/build/backend/models/webhook/webhook.schema.d.ts.map +1 -1
- package/build/backend/models/webhook/webhook.schema.js +11 -0
- package/build/frontend/commands/api-tokens/create.command.js +5 -2
- package/build/frontend/commands/api-tokens/find.command.js +2 -2
- package/build/frontend/constants/events/events.js +2 -0
- package/build/frontend/models/api-tokens.schema.js +5 -2
- package/build/frontend/models/webhook/webhook.schema.js +11 -0
- package/package.json +1 -1
|
@@ -80,6 +80,7 @@ export declare namespace GetUserByUsernameCommand {
|
|
|
80
80
|
}, "strip", z.ZodTypeAny, {
|
|
81
81
|
status: "DISABLED" | "LIMITED" | "EXPIRED" | "ACTIVE";
|
|
82
82
|
uuid: string;
|
|
83
|
+
expireAt: Date;
|
|
83
84
|
createdAt: Date;
|
|
84
85
|
updatedAt: Date;
|
|
85
86
|
description: string | null;
|
|
@@ -89,7 +90,6 @@ export declare namespace GetUserByUsernameCommand {
|
|
|
89
90
|
shortUuid: string;
|
|
90
91
|
trafficLimitBytes: number;
|
|
91
92
|
trafficLimitStrategy: "MONTH" | "NO_RESET" | "DAY" | "WEEK" | "MONTH_ROLLING";
|
|
92
|
-
expireAt: Date;
|
|
93
93
|
telegramId: number | null;
|
|
94
94
|
email: string | null;
|
|
95
95
|
hwidDeviceLimit: number | null;
|
|
@@ -114,6 +114,7 @@ export declare namespace GetUserByUsernameCommand {
|
|
|
114
114
|
};
|
|
115
115
|
}, {
|
|
116
116
|
uuid: string;
|
|
117
|
+
expireAt: string;
|
|
117
118
|
createdAt: string;
|
|
118
119
|
updatedAt: string;
|
|
119
120
|
description: string | null;
|
|
@@ -121,7 +122,6 @@ export declare namespace GetUserByUsernameCommand {
|
|
|
121
122
|
tag: string | null;
|
|
122
123
|
id: number;
|
|
123
124
|
shortUuid: string;
|
|
124
|
-
expireAt: string;
|
|
125
125
|
telegramId: number | null;
|
|
126
126
|
email: string | null;
|
|
127
127
|
hwidDeviceLimit: number | null;
|
|
@@ -152,6 +152,7 @@ export declare namespace GetUserByUsernameCommand {
|
|
|
152
152
|
response: {
|
|
153
153
|
status: "DISABLED" | "LIMITED" | "EXPIRED" | "ACTIVE";
|
|
154
154
|
uuid: string;
|
|
155
|
+
expireAt: Date;
|
|
155
156
|
createdAt: Date;
|
|
156
157
|
updatedAt: Date;
|
|
157
158
|
description: string | null;
|
|
@@ -161,7 +162,6 @@ export declare namespace GetUserByUsernameCommand {
|
|
|
161
162
|
shortUuid: string;
|
|
162
163
|
trafficLimitBytes: number;
|
|
163
164
|
trafficLimitStrategy: "MONTH" | "NO_RESET" | "DAY" | "WEEK" | "MONTH_ROLLING";
|
|
164
|
-
expireAt: Date;
|
|
165
165
|
telegramId: number | null;
|
|
166
166
|
email: string | null;
|
|
167
167
|
hwidDeviceLimit: number | null;
|
|
@@ -188,6 +188,7 @@ export declare namespace GetUserByUsernameCommand {
|
|
|
188
188
|
}, {
|
|
189
189
|
response: {
|
|
190
190
|
uuid: string;
|
|
191
|
+
expireAt: string;
|
|
191
192
|
createdAt: string;
|
|
192
193
|
updatedAt: string;
|
|
193
194
|
description: string | null;
|
|
@@ -195,7 +196,6 @@ export declare namespace GetUserByUsernameCommand {
|
|
|
195
196
|
tag: string | null;
|
|
196
197
|
id: number;
|
|
197
198
|
shortUuid: string;
|
|
198
|
-
expireAt: string;
|
|
199
199
|
telegramId: number | null;
|
|
200
200
|
email: string | null;
|
|
201
201
|
hwidDeviceLimit: number | null;
|
|
@@ -80,6 +80,7 @@ export declare namespace GetUserByUuidCommand {
|
|
|
80
80
|
}, "strip", z.ZodTypeAny, {
|
|
81
81
|
status: "DISABLED" | "LIMITED" | "EXPIRED" | "ACTIVE";
|
|
82
82
|
uuid: string;
|
|
83
|
+
expireAt: Date;
|
|
83
84
|
createdAt: Date;
|
|
84
85
|
updatedAt: Date;
|
|
85
86
|
description: string | null;
|
|
@@ -89,7 +90,6 @@ export declare namespace GetUserByUuidCommand {
|
|
|
89
90
|
shortUuid: string;
|
|
90
91
|
trafficLimitBytes: number;
|
|
91
92
|
trafficLimitStrategy: "MONTH" | "NO_RESET" | "DAY" | "WEEK" | "MONTH_ROLLING";
|
|
92
|
-
expireAt: Date;
|
|
93
93
|
telegramId: number | null;
|
|
94
94
|
email: string | null;
|
|
95
95
|
hwidDeviceLimit: number | null;
|
|
@@ -114,6 +114,7 @@ export declare namespace GetUserByUuidCommand {
|
|
|
114
114
|
};
|
|
115
115
|
}, {
|
|
116
116
|
uuid: string;
|
|
117
|
+
expireAt: string;
|
|
117
118
|
createdAt: string;
|
|
118
119
|
updatedAt: string;
|
|
119
120
|
description: string | null;
|
|
@@ -121,7 +122,6 @@ export declare namespace GetUserByUuidCommand {
|
|
|
121
122
|
tag: string | null;
|
|
122
123
|
id: number;
|
|
123
124
|
shortUuid: string;
|
|
124
|
-
expireAt: string;
|
|
125
125
|
telegramId: number | null;
|
|
126
126
|
email: string | null;
|
|
127
127
|
hwidDeviceLimit: number | null;
|
|
@@ -152,6 +152,7 @@ export declare namespace GetUserByUuidCommand {
|
|
|
152
152
|
response: {
|
|
153
153
|
status: "DISABLED" | "LIMITED" | "EXPIRED" | "ACTIVE";
|
|
154
154
|
uuid: string;
|
|
155
|
+
expireAt: Date;
|
|
155
156
|
createdAt: Date;
|
|
156
157
|
updatedAt: Date;
|
|
157
158
|
description: string | null;
|
|
@@ -161,7 +162,6 @@ export declare namespace GetUserByUuidCommand {
|
|
|
161
162
|
shortUuid: string;
|
|
162
163
|
trafficLimitBytes: number;
|
|
163
164
|
trafficLimitStrategy: "MONTH" | "NO_RESET" | "DAY" | "WEEK" | "MONTH_ROLLING";
|
|
164
|
-
expireAt: Date;
|
|
165
165
|
telegramId: number | null;
|
|
166
166
|
email: string | null;
|
|
167
167
|
hwidDeviceLimit: number | null;
|
|
@@ -188,6 +188,7 @@ export declare namespace GetUserByUuidCommand {
|
|
|
188
188
|
}, {
|
|
189
189
|
response: {
|
|
190
190
|
uuid: string;
|
|
191
|
+
expireAt: string;
|
|
191
192
|
createdAt: string;
|
|
192
193
|
updatedAt: string;
|
|
193
194
|
description: string | null;
|
|
@@ -195,7 +196,6 @@ export declare namespace GetUserByUuidCommand {
|
|
|
195
196
|
tag: string | null;
|
|
196
197
|
id: number;
|
|
197
198
|
shortUuid: string;
|
|
198
|
-
expireAt: string;
|
|
199
199
|
telegramId: number | null;
|
|
200
200
|
email: string | null;
|
|
201
201
|
hwidDeviceLimit: number | null;
|
|
@@ -84,6 +84,7 @@ export declare namespace GetUsersStreamCommand {
|
|
|
84
84
|
}, "strip", z.ZodTypeAny, {
|
|
85
85
|
status: "DISABLED" | "LIMITED" | "EXPIRED" | "ACTIVE";
|
|
86
86
|
uuid: string;
|
|
87
|
+
expireAt: Date;
|
|
87
88
|
createdAt: Date;
|
|
88
89
|
updatedAt: Date;
|
|
89
90
|
description: string | null;
|
|
@@ -93,7 +94,6 @@ export declare namespace GetUsersStreamCommand {
|
|
|
93
94
|
shortUuid: string;
|
|
94
95
|
trafficLimitBytes: number;
|
|
95
96
|
trafficLimitStrategy: "MONTH" | "NO_RESET" | "DAY" | "WEEK" | "MONTH_ROLLING";
|
|
96
|
-
expireAt: Date;
|
|
97
97
|
telegramId: number | null;
|
|
98
98
|
email: string | null;
|
|
99
99
|
hwidDeviceLimit: number | null;
|
|
@@ -118,6 +118,7 @@ export declare namespace GetUsersStreamCommand {
|
|
|
118
118
|
};
|
|
119
119
|
}, {
|
|
120
120
|
uuid: string;
|
|
121
|
+
expireAt: string;
|
|
121
122
|
createdAt: string;
|
|
122
123
|
updatedAt: string;
|
|
123
124
|
description: string | null;
|
|
@@ -125,7 +126,6 @@ export declare namespace GetUsersStreamCommand {
|
|
|
125
126
|
tag: string | null;
|
|
126
127
|
id: number;
|
|
127
128
|
shortUuid: string;
|
|
128
|
-
expireAt: string;
|
|
129
129
|
telegramId: number | null;
|
|
130
130
|
email: string | null;
|
|
131
131
|
hwidDeviceLimit: number | null;
|
|
@@ -158,6 +158,7 @@ export declare namespace GetUsersStreamCommand {
|
|
|
158
158
|
users: {
|
|
159
159
|
status: "DISABLED" | "LIMITED" | "EXPIRED" | "ACTIVE";
|
|
160
160
|
uuid: string;
|
|
161
|
+
expireAt: Date;
|
|
161
162
|
createdAt: Date;
|
|
162
163
|
updatedAt: Date;
|
|
163
164
|
description: string | null;
|
|
@@ -167,7 +168,6 @@ export declare namespace GetUsersStreamCommand {
|
|
|
167
168
|
shortUuid: string;
|
|
168
169
|
trafficLimitBytes: number;
|
|
169
170
|
trafficLimitStrategy: "MONTH" | "NO_RESET" | "DAY" | "WEEK" | "MONTH_ROLLING";
|
|
170
|
-
expireAt: Date;
|
|
171
171
|
telegramId: number | null;
|
|
172
172
|
email: string | null;
|
|
173
173
|
hwidDeviceLimit: number | null;
|
|
@@ -196,6 +196,7 @@ export declare namespace GetUsersStreamCommand {
|
|
|
196
196
|
}, {
|
|
197
197
|
users: {
|
|
198
198
|
uuid: string;
|
|
199
|
+
expireAt: string;
|
|
199
200
|
createdAt: string;
|
|
200
201
|
updatedAt: string;
|
|
201
202
|
description: string | null;
|
|
@@ -203,7 +204,6 @@ export declare namespace GetUsersStreamCommand {
|
|
|
203
204
|
tag: string | null;
|
|
204
205
|
id: number;
|
|
205
206
|
shortUuid: string;
|
|
206
|
-
expireAt: string;
|
|
207
207
|
telegramId: number | null;
|
|
208
208
|
email: string | null;
|
|
209
209
|
hwidDeviceLimit: number | null;
|
|
@@ -238,6 +238,7 @@ export declare namespace GetUsersStreamCommand {
|
|
|
238
238
|
users: {
|
|
239
239
|
status: "DISABLED" | "LIMITED" | "EXPIRED" | "ACTIVE";
|
|
240
240
|
uuid: string;
|
|
241
|
+
expireAt: Date;
|
|
241
242
|
createdAt: Date;
|
|
242
243
|
updatedAt: Date;
|
|
243
244
|
description: string | null;
|
|
@@ -247,7 +248,6 @@ export declare namespace GetUsersStreamCommand {
|
|
|
247
248
|
shortUuid: string;
|
|
248
249
|
trafficLimitBytes: number;
|
|
249
250
|
trafficLimitStrategy: "MONTH" | "NO_RESET" | "DAY" | "WEEK" | "MONTH_ROLLING";
|
|
250
|
-
expireAt: Date;
|
|
251
251
|
telegramId: number | null;
|
|
252
252
|
email: string | null;
|
|
253
253
|
hwidDeviceLimit: number | null;
|
|
@@ -278,6 +278,7 @@ export declare namespace GetUsersStreamCommand {
|
|
|
278
278
|
response: {
|
|
279
279
|
users: {
|
|
280
280
|
uuid: string;
|
|
281
|
+
expireAt: string;
|
|
281
282
|
createdAt: string;
|
|
282
283
|
updatedAt: string;
|
|
283
284
|
description: string | null;
|
|
@@ -285,7 +286,6 @@ export declare namespace GetUsersStreamCommand {
|
|
|
285
286
|
tag: string | null;
|
|
286
287
|
id: number;
|
|
287
288
|
shortUuid: string;
|
|
288
|
-
expireAt: string;
|
|
289
289
|
telegramId: number | null;
|
|
290
290
|
email: string | null;
|
|
291
291
|
hwidDeviceLimit: number | null;
|
|
@@ -26,12 +26,12 @@ export declare namespace UpdateUserCommand {
|
|
|
26
26
|
}, "strip", z.ZodTypeAny, {
|
|
27
27
|
status?: "DISABLED" | "ACTIVE" | undefined;
|
|
28
28
|
uuid?: string | undefined;
|
|
29
|
+
expireAt?: Date | undefined;
|
|
29
30
|
description?: string | null | undefined;
|
|
30
31
|
username?: string | undefined;
|
|
31
32
|
tag?: string | null | undefined;
|
|
32
33
|
trafficLimitBytes?: number | undefined;
|
|
33
34
|
trafficLimitStrategy?: "MONTH" | "NO_RESET" | "DAY" | "WEEK" | "MONTH_ROLLING" | undefined;
|
|
34
|
-
expireAt?: Date | undefined;
|
|
35
35
|
telegramId?: number | null | undefined;
|
|
36
36
|
email?: string | null | undefined;
|
|
37
37
|
hwidDeviceLimit?: number | null | undefined;
|
|
@@ -40,12 +40,12 @@ export declare namespace UpdateUserCommand {
|
|
|
40
40
|
}, {
|
|
41
41
|
status?: "DISABLED" | "ACTIVE" | undefined;
|
|
42
42
|
uuid?: string | undefined;
|
|
43
|
+
expireAt?: string | undefined;
|
|
43
44
|
description?: string | null | undefined;
|
|
44
45
|
username?: string | undefined;
|
|
45
46
|
tag?: string | null | undefined;
|
|
46
47
|
trafficLimitBytes?: number | undefined;
|
|
47
48
|
trafficLimitStrategy?: "MONTH" | "NO_RESET" | "DAY" | "WEEK" | "MONTH_ROLLING" | undefined;
|
|
48
|
-
expireAt?: string | undefined;
|
|
49
49
|
telegramId?: number | null | undefined;
|
|
50
50
|
email?: string | null | undefined;
|
|
51
51
|
hwidDeviceLimit?: number | null | undefined;
|
|
@@ -54,12 +54,12 @@ export declare namespace UpdateUserCommand {
|
|
|
54
54
|
}>, {
|
|
55
55
|
status?: "DISABLED" | "ACTIVE" | undefined;
|
|
56
56
|
uuid?: string | undefined;
|
|
57
|
+
expireAt?: Date | undefined;
|
|
57
58
|
description?: string | null | undefined;
|
|
58
59
|
username?: string | undefined;
|
|
59
60
|
tag?: string | null | undefined;
|
|
60
61
|
trafficLimitBytes?: number | undefined;
|
|
61
62
|
trafficLimitStrategy?: "MONTH" | "NO_RESET" | "DAY" | "WEEK" | "MONTH_ROLLING" | undefined;
|
|
62
|
-
expireAt?: Date | undefined;
|
|
63
63
|
telegramId?: number | null | undefined;
|
|
64
64
|
email?: string | null | undefined;
|
|
65
65
|
hwidDeviceLimit?: number | null | undefined;
|
|
@@ -68,12 +68,12 @@ export declare namespace UpdateUserCommand {
|
|
|
68
68
|
}, {
|
|
69
69
|
status?: "DISABLED" | "ACTIVE" | undefined;
|
|
70
70
|
uuid?: string | undefined;
|
|
71
|
+
expireAt?: string | undefined;
|
|
71
72
|
description?: string | null | undefined;
|
|
72
73
|
username?: string | undefined;
|
|
73
74
|
tag?: string | null | undefined;
|
|
74
75
|
trafficLimitBytes?: number | undefined;
|
|
75
76
|
trafficLimitStrategy?: "MONTH" | "NO_RESET" | "DAY" | "WEEK" | "MONTH_ROLLING" | undefined;
|
|
76
|
-
expireAt?: string | undefined;
|
|
77
77
|
telegramId?: number | null | undefined;
|
|
78
78
|
email?: string | null | undefined;
|
|
79
79
|
hwidDeviceLimit?: number | null | undefined;
|
|
@@ -150,6 +150,7 @@ export declare namespace UpdateUserCommand {
|
|
|
150
150
|
}, "strip", z.ZodTypeAny, {
|
|
151
151
|
status: "DISABLED" | "LIMITED" | "EXPIRED" | "ACTIVE";
|
|
152
152
|
uuid: string;
|
|
153
|
+
expireAt: Date;
|
|
153
154
|
createdAt: Date;
|
|
154
155
|
updatedAt: Date;
|
|
155
156
|
description: string | null;
|
|
@@ -159,7 +160,6 @@ export declare namespace UpdateUserCommand {
|
|
|
159
160
|
shortUuid: string;
|
|
160
161
|
trafficLimitBytes: number;
|
|
161
162
|
trafficLimitStrategy: "MONTH" | "NO_RESET" | "DAY" | "WEEK" | "MONTH_ROLLING";
|
|
162
|
-
expireAt: Date;
|
|
163
163
|
telegramId: number | null;
|
|
164
164
|
email: string | null;
|
|
165
165
|
hwidDeviceLimit: number | null;
|
|
@@ -184,6 +184,7 @@ export declare namespace UpdateUserCommand {
|
|
|
184
184
|
};
|
|
185
185
|
}, {
|
|
186
186
|
uuid: string;
|
|
187
|
+
expireAt: string;
|
|
187
188
|
createdAt: string;
|
|
188
189
|
updatedAt: string;
|
|
189
190
|
description: string | null;
|
|
@@ -191,7 +192,6 @@ export declare namespace UpdateUserCommand {
|
|
|
191
192
|
tag: string | null;
|
|
192
193
|
id: number;
|
|
193
194
|
shortUuid: string;
|
|
194
|
-
expireAt: string;
|
|
195
195
|
telegramId: number | null;
|
|
196
196
|
email: string | null;
|
|
197
197
|
hwidDeviceLimit: number | null;
|
|
@@ -222,6 +222,7 @@ export declare namespace UpdateUserCommand {
|
|
|
222
222
|
response: {
|
|
223
223
|
status: "DISABLED" | "LIMITED" | "EXPIRED" | "ACTIVE";
|
|
224
224
|
uuid: string;
|
|
225
|
+
expireAt: Date;
|
|
225
226
|
createdAt: Date;
|
|
226
227
|
updatedAt: Date;
|
|
227
228
|
description: string | null;
|
|
@@ -231,7 +232,6 @@ export declare namespace UpdateUserCommand {
|
|
|
231
232
|
shortUuid: string;
|
|
232
233
|
trafficLimitBytes: number;
|
|
233
234
|
trafficLimitStrategy: "MONTH" | "NO_RESET" | "DAY" | "WEEK" | "MONTH_ROLLING";
|
|
234
|
-
expireAt: Date;
|
|
235
235
|
telegramId: number | null;
|
|
236
236
|
email: string | null;
|
|
237
237
|
hwidDeviceLimit: number | null;
|
|
@@ -258,6 +258,7 @@ export declare namespace UpdateUserCommand {
|
|
|
258
258
|
}, {
|
|
259
259
|
response: {
|
|
260
260
|
uuid: string;
|
|
261
|
+
expireAt: string;
|
|
261
262
|
createdAt: string;
|
|
262
263
|
updatedAt: string;
|
|
263
264
|
description: string | null;
|
|
@@ -265,7 +266,6 @@ export declare namespace UpdateUserCommand {
|
|
|
265
266
|
tag: string | null;
|
|
266
267
|
id: number;
|
|
267
268
|
shortUuid: string;
|
|
268
|
-
expireAt: string;
|
|
269
269
|
telegramId: number | null;
|
|
270
270
|
email: string | null;
|
|
271
271
|
hwidDeviceLimit: number | null;
|
|
@@ -51,6 +51,8 @@ export declare const EVENTS: {
|
|
|
51
51
|
readonly LOGIN_ATTEMPT_FAILED: "service.login_attempt_failed";
|
|
52
52
|
readonly LOGIN_ATTEMPT_SUCCESS: "service.login_attempt_success";
|
|
53
53
|
readonly SUBPAGE_CONFIG_CHANGED: "service.subpage_config_changed";
|
|
54
|
+
readonly API_TOKEN_CREATED: "service.api_token_created";
|
|
55
|
+
readonly API_TOKEN_DELETED: "service.api_token_deleted";
|
|
54
56
|
};
|
|
55
57
|
readonly ERRORS: {
|
|
56
58
|
readonly BANDWIDTH_USAGE_THRESHOLD_REACHED_MAX_NOTIFICATIONS: "errors.bandwidth_usage_threshold_reached_max_notifications";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"events.d.ts","sourceRoot":"","sources":["../../../../constants/events/events.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,MAAM;;;;;;;;;;;;;QAaX;;;;;WAKG;;QAEH;;;;WAIG;;;IAGP;;;;;;OAMG
|
|
1
|
+
{"version":3,"file":"events.d.ts","sourceRoot":"","sources":["../../../../constants/events/events.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,MAAM;;;;;;;;;;;;;QAaX;;;;;WAKG;;QAEH;;;;WAIG;;;IAGP;;;;;;OAMG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA+CG,CAAC;AAEX,MAAM,MAAM,WAAW,GAAG,CAAC,OAAO,MAAM,CAAC,IAAI,CAAC,CAAC,MAAM,OAAO,MAAM,CAAC,IAAI,CAAC,CAAC;AACzE,MAAM,MAAM,WAAW,GAAG,CAAC,OAAO,MAAM,CAAC,IAAI,CAAC,CAAC,MAAM,OAAO,MAAM,CAAC,IAAI,CAAC,CAAC;AACzE,MAAM,MAAM,cAAc,GAAG,CAAC,OAAO,MAAM,CAAC,OAAO,CAAC,CAAC,MAAM,OAAO,MAAM,CAAC,OAAO,CAAC,CAAC;AAClF,MAAM,MAAM,aAAa,GAAG,CAAC,OAAO,MAAM,CAAC,MAAM,CAAC,CAAC,MAAM,OAAO,MAAM,CAAC,MAAM,CAAC,CAAC;AAC/E,MAAM,MAAM,UAAU,GAAG,CAAC,OAAO,MAAM,CAAC,GAAG,CAAC,CAAC,MAAM,OAAO,MAAM,CAAC,GAAG,CAAC,CAAC;AACtE,MAAM,MAAM,sBAAsB,GAC9B,CAAC,OAAO,MAAM,CAAC,iBAAiB,CAAC,CAAC,MAAM,OAAO,MAAM,CAAC,iBAAiB,CAAC,CAAC;AAE7E,MAAM,MAAM,qBAAqB,GAC7B,CAAC,OAAO,MAAM,CAAC,eAAe,CAAC,CAAC,MAAM,OAAO,MAAM,CAAC,eAAe,CAAC,CAAC;AAEzE,MAAM,MAAM,UAAU,GAChB,WAAW,GACX,WAAW,GACX,cAAc,GACd,aAAa,GACb,UAAU,GACV,sBAAsB,GACtB,qBAAqB,CAAC;AAC5B,MAAM,MAAM,iBAAiB,GAAG,UAAU,GAAG,SAAS,CAAC;AAEvD,eAAO,MAAM,aAAa;;;;;;;;CAQhB,CAAC;AAEX,MAAM,MAAM,YAAY,GAAG,CAAC,OAAO,aAAa,CAAC,CAAC,MAAM,OAAO,aAAa,CAAC,CAAC;AAE9E,KAAK,YAAY,CAAC,CAAC,IAAI,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC;AAClC,KAAK,aAAa,CAAC,CAAC,IAAI,CAAC,CAAC,EAAE,GAAG,CAAC,EAAE,CAAC,CAAC;AAEpC,eAAO,MAAM,SAAS,GAAI,CAAC,SAAS,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,EAAE,KAAK,CAAC,KACxC,aAAa,CAAC,YAAY,CAAC,CAAC,CAAC,CAAC,CAAC"}
|
|
@@ -54,6 +54,8 @@ exports.EVENTS = {
|
|
|
54
54
|
LOGIN_ATTEMPT_FAILED: 'service.login_attempt_failed',
|
|
55
55
|
LOGIN_ATTEMPT_SUCCESS: 'service.login_attempt_success',
|
|
56
56
|
SUBPAGE_CONFIG_CHANGED: 'service.subpage_config_changed',
|
|
57
|
+
API_TOKEN_CREATED: 'service.api_token_created',
|
|
58
|
+
API_TOKEN_DELETED: 'service.api_token_deleted',
|
|
57
59
|
},
|
|
58
60
|
ERRORS: {
|
|
59
61
|
BANDWIDTH_USAGE_THRESHOLD_REACHED_MAX_NOTIFICATIONS: 'errors.bandwidth_usage_threshold_reached_max_notifications',
|
|
@@ -1,23 +1,23 @@
|
|
|
1
1
|
import { z } from 'zod';
|
|
2
2
|
export declare const ApiTokensSchema: z.ZodObject<{
|
|
3
3
|
uuid: z.ZodString;
|
|
4
|
-
|
|
5
|
-
|
|
4
|
+
name: z.ZodString;
|
|
5
|
+
expireAt: z.ZodEffects<z.ZodString, Date, string>;
|
|
6
6
|
scopes: z.ZodArray<z.ZodString, "many">;
|
|
7
7
|
createdAt: z.ZodEffects<z.ZodString, Date, string>;
|
|
8
8
|
updatedAt: z.ZodEffects<z.ZodString, Date, string>;
|
|
9
9
|
}, "strip", z.ZodTypeAny, {
|
|
10
10
|
scopes: string[];
|
|
11
11
|
uuid: string;
|
|
12
|
-
|
|
13
|
-
|
|
12
|
+
name: string;
|
|
13
|
+
expireAt: Date;
|
|
14
14
|
createdAt: Date;
|
|
15
15
|
updatedAt: Date;
|
|
16
16
|
}, {
|
|
17
17
|
scopes: string[];
|
|
18
18
|
uuid: string;
|
|
19
|
-
|
|
20
|
-
|
|
19
|
+
name: string;
|
|
20
|
+
expireAt: string;
|
|
21
21
|
createdAt: string;
|
|
22
22
|
updatedAt: string;
|
|
23
23
|
}>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"api-tokens.schema.d.ts","sourceRoot":"","sources":["../../../models/api-tokens.schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAExB,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"api-tokens.schema.d.ts","sourceRoot":"","sources":["../../../models/api-tokens.schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAExB,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;EAgB1B,CAAC"}
|
|
@@ -4,8 +4,11 @@ exports.ApiTokensSchema = void 0;
|
|
|
4
4
|
const zod_1 = require("zod");
|
|
5
5
|
exports.ApiTokensSchema = zod_1.z.object({
|
|
6
6
|
uuid: zod_1.z.string().uuid(),
|
|
7
|
-
|
|
8
|
-
|
|
7
|
+
name: zod_1.z.string(),
|
|
8
|
+
expireAt: zod_1.z
|
|
9
|
+
.string()
|
|
10
|
+
.datetime()
|
|
11
|
+
.transform((str) => new Date(str)),
|
|
9
12
|
scopes: zod_1.z.array(zod_1.z.string()),
|
|
10
13
|
createdAt: zod_1.z
|
|
11
14
|
.string()
|
|
@@ -38,20 +38,20 @@ export declare const ConfigProfileSchema: z.ZodObject<{
|
|
|
38
38
|
countryCode: z.ZodString;
|
|
39
39
|
}, "strip", z.ZodTypeAny, {
|
|
40
40
|
uuid: string;
|
|
41
|
-
countryCode: string;
|
|
42
41
|
name: string;
|
|
42
|
+
countryCode: string;
|
|
43
43
|
}, {
|
|
44
44
|
uuid: string;
|
|
45
|
-
countryCode: string;
|
|
46
45
|
name: string;
|
|
46
|
+
countryCode: string;
|
|
47
47
|
}>, "many">;
|
|
48
48
|
createdAt: z.ZodEffects<z.ZodString, Date, string>;
|
|
49
49
|
updatedAt: z.ZodEffects<z.ZodString, Date, string>;
|
|
50
50
|
}, "strip", z.ZodTypeAny, {
|
|
51
51
|
nodes: {
|
|
52
52
|
uuid: string;
|
|
53
|
-
countryCode: string;
|
|
54
53
|
name: string;
|
|
54
|
+
countryCode: string;
|
|
55
55
|
}[];
|
|
56
56
|
inbounds: {
|
|
57
57
|
uuid: string;
|
|
@@ -64,16 +64,16 @@ export declare const ConfigProfileSchema: z.ZodObject<{
|
|
|
64
64
|
rawInbound?: unknown;
|
|
65
65
|
}[];
|
|
66
66
|
uuid: string;
|
|
67
|
+
name: string;
|
|
67
68
|
createdAt: Date;
|
|
68
69
|
updatedAt: Date;
|
|
69
|
-
name: string;
|
|
70
70
|
viewPosition: number;
|
|
71
71
|
config?: unknown;
|
|
72
72
|
}, {
|
|
73
73
|
nodes: {
|
|
74
74
|
uuid: string;
|
|
75
|
-
countryCode: string;
|
|
76
75
|
name: string;
|
|
76
|
+
countryCode: string;
|
|
77
77
|
}[];
|
|
78
78
|
inbounds: {
|
|
79
79
|
uuid: string;
|
|
@@ -86,9 +86,9 @@ export declare const ConfigProfileSchema: z.ZodObject<{
|
|
|
86
86
|
rawInbound?: unknown;
|
|
87
87
|
}[];
|
|
88
88
|
uuid: string;
|
|
89
|
+
name: string;
|
|
89
90
|
createdAt: string;
|
|
90
91
|
updatedAt: string;
|
|
91
|
-
name: string;
|
|
92
92
|
viewPosition: number;
|
|
93
93
|
config?: unknown;
|
|
94
94
|
}>;
|
|
@@ -67,6 +67,7 @@ export declare const ExtendedUsersSchema: z.ZodObject<{
|
|
|
67
67
|
}, "strip", z.ZodTypeAny, {
|
|
68
68
|
status: "DISABLED" | "LIMITED" | "EXPIRED" | "ACTIVE";
|
|
69
69
|
uuid: string;
|
|
70
|
+
expireAt: Date;
|
|
70
71
|
createdAt: Date;
|
|
71
72
|
updatedAt: Date;
|
|
72
73
|
description: string | null;
|
|
@@ -76,7 +77,6 @@ export declare const ExtendedUsersSchema: z.ZodObject<{
|
|
|
76
77
|
shortUuid: string;
|
|
77
78
|
trafficLimitBytes: number;
|
|
78
79
|
trafficLimitStrategy: "MONTH" | "NO_RESET" | "DAY" | "WEEK" | "MONTH_ROLLING";
|
|
79
|
-
expireAt: Date;
|
|
80
80
|
telegramId: number | null;
|
|
81
81
|
email: string | null;
|
|
82
82
|
hwidDeviceLimit: number | null;
|
|
@@ -101,6 +101,7 @@ export declare const ExtendedUsersSchema: z.ZodObject<{
|
|
|
101
101
|
};
|
|
102
102
|
}, {
|
|
103
103
|
uuid: string;
|
|
104
|
+
expireAt: string;
|
|
104
105
|
createdAt: string;
|
|
105
106
|
updatedAt: string;
|
|
106
107
|
description: string | null;
|
|
@@ -108,7 +109,6 @@ export declare const ExtendedUsersSchema: z.ZodObject<{
|
|
|
108
109
|
tag: string | null;
|
|
109
110
|
id: number;
|
|
110
111
|
shortUuid: string;
|
|
111
|
-
expireAt: string;
|
|
112
112
|
telegramId: number | null;
|
|
113
113
|
email: string | null;
|
|
114
114
|
hwidDeviceLimit: number | null;
|
|
@@ -109,9 +109,9 @@ export declare const ExternalSquadSchema: z.ZodObject<{
|
|
|
109
109
|
updatedAt: z.ZodEffects<z.ZodString, Date, string>;
|
|
110
110
|
}, "strip", z.ZodTypeAny, {
|
|
111
111
|
uuid: string;
|
|
112
|
+
name: string;
|
|
112
113
|
createdAt: Date;
|
|
113
114
|
updatedAt: Date;
|
|
114
|
-
name: string;
|
|
115
115
|
viewPosition: number;
|
|
116
116
|
customRemarks: {
|
|
117
117
|
expiredUsers: string[];
|
|
@@ -152,9 +152,9 @@ export declare const ExternalSquadSchema: z.ZodObject<{
|
|
|
152
152
|
subpageConfigUuid: string | null;
|
|
153
153
|
}, {
|
|
154
154
|
uuid: string;
|
|
155
|
+
name: string;
|
|
155
156
|
createdAt: string;
|
|
156
157
|
updatedAt: string;
|
|
157
|
-
name: string;
|
|
158
158
|
viewPosition: number;
|
|
159
159
|
customRemarks: {
|
|
160
160
|
expiredUsers: string[];
|
|
@@ -86,16 +86,16 @@ export declare const InfraBillingAvailableNodeSchema: import("zod").ZodObject<Pi
|
|
|
86
86
|
updatedAt: import("zod").ZodEffects<import("zod").ZodString, Date, string>;
|
|
87
87
|
}, "strip", import("zod").ZodTypeAny, {
|
|
88
88
|
uuid: string;
|
|
89
|
+
name: string;
|
|
89
90
|
createdAt: Date;
|
|
90
91
|
updatedAt: Date;
|
|
91
|
-
name: string;
|
|
92
92
|
faviconLink: string | null;
|
|
93
93
|
loginUrl: string | null;
|
|
94
94
|
}, {
|
|
95
95
|
uuid: string;
|
|
96
|
+
name: string;
|
|
96
97
|
createdAt: string;
|
|
97
98
|
updatedAt: string;
|
|
98
|
-
name: string;
|
|
99
99
|
faviconLink: string | null;
|
|
100
100
|
loginUrl: string | null;
|
|
101
101
|
}>>;
|
|
@@ -250,13 +250,13 @@ export declare const InfraBillingAvailableNodeSchema: import("zod").ZodObject<Pi
|
|
|
250
250
|
xrayUptime: import("zod").ZodNumber;
|
|
251
251
|
usersOnline: import("zod").ZodNumber;
|
|
252
252
|
note: import("zod").ZodNullable<import("zod").ZodString>;
|
|
253
|
-
}, "uuid" | "
|
|
253
|
+
}, "uuid" | "name" | "countryCode">, "strip", import("zod").ZodTypeAny, {
|
|
254
254
|
uuid: string;
|
|
255
|
-
countryCode: string;
|
|
256
255
|
name: string;
|
|
256
|
+
countryCode: string;
|
|
257
257
|
}, {
|
|
258
258
|
uuid: string;
|
|
259
|
-
countryCode: string;
|
|
260
259
|
name: string;
|
|
260
|
+
countryCode: string;
|
|
261
261
|
}>;
|
|
262
262
|
//# sourceMappingURL=infra-billing-available-node.schema.d.ts.map
|
|
@@ -110,16 +110,16 @@ export declare const InfraBillingNodeSchema: z.ZodObject<{
|
|
|
110
110
|
updatedAt: z.ZodEffects<z.ZodString, Date, string>;
|
|
111
111
|
}, "strip", z.ZodTypeAny, {
|
|
112
112
|
uuid: string;
|
|
113
|
+
name: string;
|
|
113
114
|
createdAt: Date;
|
|
114
115
|
updatedAt: Date;
|
|
115
|
-
name: string;
|
|
116
116
|
faviconLink: string | null;
|
|
117
117
|
loginUrl: string | null;
|
|
118
118
|
}, {
|
|
119
119
|
uuid: string;
|
|
120
|
+
name: string;
|
|
120
121
|
createdAt: string;
|
|
121
122
|
updatedAt: string;
|
|
122
|
-
name: string;
|
|
123
123
|
faviconLink: string | null;
|
|
124
124
|
loginUrl: string | null;
|
|
125
125
|
}>>;
|
|
@@ -274,14 +274,14 @@ export declare const InfraBillingNodeSchema: z.ZodObject<{
|
|
|
274
274
|
xrayUptime: z.ZodNumber;
|
|
275
275
|
usersOnline: z.ZodNumber;
|
|
276
276
|
note: z.ZodNullable<z.ZodString>;
|
|
277
|
-
}, "uuid" | "
|
|
277
|
+
}, "uuid" | "name" | "countryCode">, "strip", z.ZodTypeAny, {
|
|
278
278
|
uuid: string;
|
|
279
|
-
countryCode: string;
|
|
280
279
|
name: string;
|
|
280
|
+
countryCode: string;
|
|
281
281
|
}, {
|
|
282
282
|
uuid: string;
|
|
283
|
-
countryCode: string;
|
|
284
283
|
name: string;
|
|
284
|
+
countryCode: string;
|
|
285
285
|
}>>;
|
|
286
286
|
nextBillingAt: z.ZodEffects<z.ZodString, Date, string>;
|
|
287
287
|
createdAt: z.ZodEffects<z.ZodString, Date, string>;
|
|
@@ -289,10 +289,11 @@ export declare const InfraBillingNodeSchema: z.ZodObject<{
|
|
|
289
289
|
}, "strip", z.ZodTypeAny, {
|
|
290
290
|
node: {
|
|
291
291
|
uuid: string;
|
|
292
|
-
countryCode: string;
|
|
293
292
|
name: string;
|
|
293
|
+
countryCode: string;
|
|
294
294
|
} | null;
|
|
295
295
|
uuid: string;
|
|
296
|
+
name: string | null;
|
|
296
297
|
createdAt: Date;
|
|
297
298
|
updatedAt: Date;
|
|
298
299
|
provider: {
|
|
@@ -302,16 +303,16 @@ export declare const InfraBillingNodeSchema: z.ZodObject<{
|
|
|
302
303
|
loginUrl: string | null;
|
|
303
304
|
};
|
|
304
305
|
nodeUuid: string | null;
|
|
305
|
-
name: string | null;
|
|
306
306
|
providerUuid: string;
|
|
307
307
|
nextBillingAt: Date;
|
|
308
308
|
}, {
|
|
309
309
|
node: {
|
|
310
310
|
uuid: string;
|
|
311
|
-
countryCode: string;
|
|
312
311
|
name: string;
|
|
312
|
+
countryCode: string;
|
|
313
313
|
} | null;
|
|
314
314
|
uuid: string;
|
|
315
|
+
name: string | null;
|
|
315
316
|
createdAt: string;
|
|
316
317
|
updatedAt: string;
|
|
317
318
|
provider: {
|
|
@@ -321,7 +322,6 @@ export declare const InfraBillingNodeSchema: z.ZodObject<{
|
|
|
321
322
|
loginUrl: string | null;
|
|
322
323
|
};
|
|
323
324
|
nodeUuid: string | null;
|
|
324
|
-
name: string | null;
|
|
325
325
|
providerUuid: string;
|
|
326
326
|
nextBillingAt: string;
|
|
327
327
|
}>;
|
|
@@ -43,9 +43,9 @@ export declare const InfraProviderSchema: z.ZodObject<{
|
|
|
43
43
|
}>, "many">;
|
|
44
44
|
}, "strip", z.ZodTypeAny, {
|
|
45
45
|
uuid: string;
|
|
46
|
+
name: string;
|
|
46
47
|
createdAt: Date;
|
|
47
48
|
updatedAt: Date;
|
|
48
|
-
name: string;
|
|
49
49
|
faviconLink: string | null;
|
|
50
50
|
loginUrl: string | null;
|
|
51
51
|
billingHistory: {
|
|
@@ -61,9 +61,9 @@ export declare const InfraProviderSchema: z.ZodObject<{
|
|
|
61
61
|
}[];
|
|
62
62
|
}, {
|
|
63
63
|
uuid: string;
|
|
64
|
+
name: string;
|
|
64
65
|
createdAt: string;
|
|
65
66
|
updatedAt: string;
|
|
66
|
-
name: string;
|
|
67
67
|
faviconLink: string | null;
|
|
68
68
|
loginUrl: string | null;
|
|
69
69
|
billingHistory: {
|
|
@@ -87,16 +87,16 @@ export declare const PartialInfraProviderSchema: z.ZodObject<{
|
|
|
87
87
|
updatedAt: z.ZodEffects<z.ZodString, Date, string>;
|
|
88
88
|
}, "strip", z.ZodTypeAny, {
|
|
89
89
|
uuid: string;
|
|
90
|
+
name: string;
|
|
90
91
|
createdAt: Date;
|
|
91
92
|
updatedAt: Date;
|
|
92
|
-
name: string;
|
|
93
93
|
faviconLink: string | null;
|
|
94
94
|
loginUrl: string | null;
|
|
95
95
|
}, {
|
|
96
96
|
uuid: string;
|
|
97
|
+
name: string;
|
|
97
98
|
createdAt: string;
|
|
98
99
|
updatedAt: string;
|
|
99
|
-
name: string;
|
|
100
100
|
faviconLink: string | null;
|
|
101
101
|
loginUrl: string | null;
|
|
102
102
|
}>;
|