@remnawave/backend-contract 2.3.9 → 2.3.10
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/config-profiles/actions/reorder.command.d.ts +6 -6
- package/build/backend/commands/config-profiles/create-config-profile.command.d.ts +4 -4
- package/build/backend/commands/config-profiles/get-computed-config-profile-by-uuid.command.d.ts +4 -4
- package/build/backend/commands/config-profiles/get-config-profile-by-uuid.command.d.ts +4 -4
- package/build/backend/commands/config-profiles/get-config-profiles.command.d.ts +6 -6
- package/build/backend/commands/config-profiles/update-config-profile.command.d.ts +4 -4
- 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/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/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/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/reorder.command.d.ts +6 -6
- package/build/backend/commands/subscription-template/create-template.command.d.ts +4 -4
- package/build/backend/commands/subscription-template/get-template.command.d.ts +4 -4
- package/build/backend/commands/subscription-template/get-templates.command.d.ts +6 -6
- package/build/backend/commands/subscription-template/update-template.command.d.ts +4 -4
- package/build/backend/commands/subscriptions/get-by/get-raw-subscription-by-short-uuid.command.d.ts +8 -17
- 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 +0 -7
- 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 +0 -7
- 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 +0 -7
- 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 +0 -7
- 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 +0 -7
- package/build/backend/commands/users/create-user.command.d.ts.map +1 -1
- package/build/backend/commands/users/get-all-users.command.d.ts +0 -9
- 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 +0 -7
- 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 +0 -7
- 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 +0 -7
- 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 +0 -7
- 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 +0 -7
- 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 +0 -7
- 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 +0 -7
- package/build/backend/commands/users/update-user.command.d.ts.map +1 -1
- package/build/backend/models/base-internal-squad.schema.d.ts +0 -3
- package/build/backend/models/base-internal-squad.schema.d.ts.map +1 -1
- package/build/backend/models/base-internal-squad.schema.js +0 -1
- package/build/backend/models/config-profile.schema.d.ts +2 -2
- package/build/backend/models/extended-users.schema.d.ts +0 -5
- package/build/backend/models/extended-users.schema.d.ts.map +1 -1
- package/build/backend/models/external-squad.schema.d.ts +2 -2
- package/build/backend/models/hosts.schema.d.ts +2 -2
- package/build/backend/models/internal-squad.schema.d.ts +2 -2
- package/build/backend/models/nodes.schema.d.ts +2 -2
- package/build/backend/models/subscription-template.schema.d.ts +2 -2
- package/build/frontend/models/base-internal-squad.schema.js +0 -1
- package/package.json +1 -1
|
@@ -91,8 +91,8 @@ export declare const ExternalSquadSchema: z.ZodObject<{
|
|
|
91
91
|
uuid: string;
|
|
92
92
|
createdAt: Date;
|
|
93
93
|
updatedAt: Date;
|
|
94
|
-
viewPosition: number;
|
|
95
94
|
name: string;
|
|
95
|
+
viewPosition: number;
|
|
96
96
|
hwidSettings: {
|
|
97
97
|
enabled: boolean;
|
|
98
98
|
fallbackDeviceLimit: number;
|
|
@@ -126,8 +126,8 @@ export declare const ExternalSquadSchema: z.ZodObject<{
|
|
|
126
126
|
uuid: string;
|
|
127
127
|
createdAt: string;
|
|
128
128
|
updatedAt: string;
|
|
129
|
-
viewPosition: number;
|
|
130
129
|
name: string;
|
|
130
|
+
viewPosition: number;
|
|
131
131
|
hwidSettings: {
|
|
132
132
|
enabled: boolean;
|
|
133
133
|
fallbackDeviceLimit: number;
|
|
@@ -43,9 +43,9 @@ export declare const HostsSchema: z.ZodObject<{
|
|
|
43
43
|
nodes: string[];
|
|
44
44
|
path: string | null;
|
|
45
45
|
uuid: string;
|
|
46
|
-
viewPosition: number;
|
|
47
46
|
tag: string | null;
|
|
48
47
|
port: number;
|
|
48
|
+
viewPosition: number;
|
|
49
49
|
remark: string;
|
|
50
50
|
address: string;
|
|
51
51
|
sni: string | null;
|
|
@@ -73,9 +73,9 @@ export declare const HostsSchema: z.ZodObject<{
|
|
|
73
73
|
nodes: string[];
|
|
74
74
|
path: string | null;
|
|
75
75
|
uuid: string;
|
|
76
|
-
viewPosition: number;
|
|
77
76
|
tag: string | null;
|
|
78
77
|
port: number;
|
|
78
|
+
viewPosition: number;
|
|
79
79
|
remark: string;
|
|
80
80
|
address: string;
|
|
81
81
|
sni: string | null;
|
|
@@ -57,8 +57,8 @@ export declare const InternalSquadSchema: z.ZodObject<{
|
|
|
57
57
|
uuid: string;
|
|
58
58
|
createdAt: Date;
|
|
59
59
|
updatedAt: Date;
|
|
60
|
-
viewPosition: number;
|
|
61
60
|
name: string;
|
|
61
|
+
viewPosition: number;
|
|
62
62
|
info: {
|
|
63
63
|
membersCount: number;
|
|
64
64
|
inboundsCount: number;
|
|
@@ -77,8 +77,8 @@ export declare const InternalSquadSchema: z.ZodObject<{
|
|
|
77
77
|
uuid: string;
|
|
78
78
|
createdAt: string;
|
|
79
79
|
updatedAt: string;
|
|
80
|
-
viewPosition: number;
|
|
81
80
|
name: string;
|
|
81
|
+
viewPosition: number;
|
|
82
82
|
info: {
|
|
83
83
|
membersCount: number;
|
|
84
84
|
inboundsCount: number;
|
|
@@ -118,9 +118,9 @@ export declare const NodesSchema: z.ZodObject<{
|
|
|
118
118
|
faviconLink: string | null;
|
|
119
119
|
loginUrl: string | null;
|
|
120
120
|
} | null;
|
|
121
|
-
viewPosition: number;
|
|
122
121
|
name: string;
|
|
123
122
|
port: number | null;
|
|
123
|
+
viewPosition: number;
|
|
124
124
|
countryCode: string;
|
|
125
125
|
trafficLimitBytes: number | null;
|
|
126
126
|
address: string;
|
|
@@ -169,9 +169,9 @@ export declare const NodesSchema: z.ZodObject<{
|
|
|
169
169
|
faviconLink: string | null;
|
|
170
170
|
loginUrl: string | null;
|
|
171
171
|
} | null;
|
|
172
|
-
viewPosition: number;
|
|
173
172
|
name: string;
|
|
174
173
|
port: number | null;
|
|
174
|
+
viewPosition: number;
|
|
175
175
|
countryCode: string;
|
|
176
176
|
trafficLimitBytes: number | null;
|
|
177
177
|
address: string;
|
|
@@ -15,15 +15,15 @@ export declare const SubscriptionTemplateSchema: z.ZodObject<{
|
|
|
15
15
|
encodedTemplateYaml: z.ZodNullable<z.ZodString>;
|
|
16
16
|
}, "strip", z.ZodTypeAny, {
|
|
17
17
|
uuid: string;
|
|
18
|
-
viewPosition: number;
|
|
19
18
|
name: string;
|
|
19
|
+
viewPosition: number;
|
|
20
20
|
templateType: "STASH" | "SINGBOX" | "MIHOMO" | "XRAY_JSON" | "CLASH" | "XRAY_BASE64";
|
|
21
21
|
encodedTemplateYaml: string | null;
|
|
22
22
|
templateJson?: unknown;
|
|
23
23
|
}, {
|
|
24
24
|
uuid: string;
|
|
25
|
-
viewPosition: number;
|
|
26
25
|
name: string;
|
|
26
|
+
viewPosition: number;
|
|
27
27
|
templateType: "STASH" | "SINGBOX" | "MIHOMO" | "XRAY_JSON" | "CLASH" | "XRAY_BASE64";
|
|
28
28
|
encodedTemplateYaml: string | null;
|
|
29
29
|
templateJson?: unknown;
|