@remnawave/backend-contract 2.8.17 → 2.8.19
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/infra-billing/create-billing-node.command.d.ts +2 -0
- package/build/backend/commands/infra-billing/create-billing-node.command.d.ts.map +1 -1
- package/build/backend/commands/infra-billing/delete-billing-node-by-uuid.command.d.ts +2 -0
- package/build/backend/commands/infra-billing/delete-billing-node-by-uuid.command.d.ts.map +1 -1
- package/build/backend/commands/infra-billing/get-billing-nodes.command.d.ts +2 -0
- package/build/backend/commands/infra-billing/get-billing-nodes.command.d.ts.map +1 -1
- package/build/backend/commands/infra-billing/update-billing-node.command.d.ts +2 -0
- package/build/backend/commands/infra-billing/update-billing-node.command.d.ts.map +1 -1
- package/build/backend/commands/node-plugins/torrent-blocker/get-torrent-blocker-reports.command.d.ts +1 -0
- package/build/backend/commands/node-plugins/torrent-blocker/get-torrent-blocker-reports.command.d.ts.map +1 -1
- package/build/backend/commands/node-plugins/torrent-blocker/truncate-torrent-blocker-reports.command.d.ts +1 -0
- package/build/backend/commands/node-plugins/torrent-blocker/truncate-torrent-blocker-reports.command.d.ts.map +1 -1
- package/build/backend/commands/nodes/actions/disable.command.d.ts +5 -0
- package/build/backend/commands/nodes/actions/disable.command.d.ts.map +1 -1
- package/build/backend/commands/nodes/actions/enable.command.d.ts +5 -0
- package/build/backend/commands/nodes/actions/enable.command.d.ts.map +1 -1
- package/build/backend/commands/nodes/actions/reorder.command.d.ts +6 -0
- package/build/backend/commands/nodes/actions/reorder.command.d.ts.map +1 -1
- package/build/backend/commands/nodes/bulk-actions/bulk-update.command.d.ts +5 -0
- package/build/backend/commands/nodes/bulk-actions/bulk-update.command.d.ts.map +1 -1
- package/build/backend/commands/nodes/bulk-actions/bulk-update.command.js +5 -0
- package/build/backend/commands/nodes/create.command.d.ts +8 -0
- package/build/backend/commands/nodes/create.command.d.ts.map +1 -1
- package/build/backend/commands/nodes/create.command.js +5 -0
- package/build/backend/commands/nodes/get-all.command.d.ts +5 -0
- package/build/backend/commands/nodes/get-all.command.d.ts.map +1 -1
- package/build/backend/commands/nodes/get-one.command.d.ts +5 -0
- package/build/backend/commands/nodes/get-one.command.d.ts.map +1 -1
- package/build/backend/commands/nodes/update.command.d.ts +9 -0
- package/build/backend/commands/nodes/update.command.d.ts.map +1 -1
- package/build/backend/commands/nodes/update.command.js +5 -0
- package/build/backend/commands/subscription-settings/get-subscription-settings.command.d.ts +61 -0
- package/build/backend/commands/subscription-settings/get-subscription-settings.command.d.ts.map +1 -1
- package/build/backend/commands/subscription-settings/update-subscription-settings.command.d.ts +112 -0
- package/build/backend/commands/subscription-settings/update-subscription-settings.command.d.ts.map +1 -1
- package/build/backend/commands/subscriptions/get-by/get-raw-subscription-by-short-uuid.command.d.ts +12 -12
- package/build/backend/commands/system/testers/test-srr-matcher.command.d.ts +102 -0
- package/build/backend/commands/system/testers/test-srr-matcher.command.d.ts.map +1 -1
- package/build/backend/models/infra-billing-available-node.schema.d.ts +1 -0
- package/build/backend/models/infra-billing-available-node.schema.d.ts.map +1 -1
- package/build/backend/models/infra-billing-node.schema.d.ts +1 -0
- package/build/backend/models/infra-billing-node.schema.d.ts.map +1 -1
- package/build/backend/models/nodes.schema.d.ts +3 -0
- package/build/backend/models/nodes.schema.d.ts.map +1 -1
- package/build/backend/models/nodes.schema.js +1 -0
- package/build/backend/models/resolved-proxy-config.schema.d.ts +22 -22
- package/build/backend/models/response-rules/index.d.ts +1 -0
- package/build/backend/models/response-rules/index.d.ts.map +1 -1
- package/build/backend/models/response-rules/index.js +1 -0
- package/build/backend/models/response-rules/response-rule-modifications.schema.d.ts +31 -0
- package/build/backend/models/response-rules/response-rule-modifications.schema.d.ts.map +1 -1
- package/build/backend/models/response-rules/response-rule-modifications.schema.js +14 -1
- package/build/backend/models/response-rules/response-rule.schema.d.ts +62 -0
- package/build/backend/models/response-rules/response-rule.schema.d.ts.map +1 -1
- package/build/backend/models/response-rules/response-rules-config.schema.d.ts +41 -0
- package/build/backend/models/response-rules/response-rules-config.schema.d.ts.map +1 -1
- package/build/backend/models/subscription-settings.schema.d.ts +51 -0
- package/build/backend/models/subscription-settings.schema.d.ts.map +1 -1
- package/build/backend/models/torrent-blocker-report.schema.d.ts +1 -0
- package/build/backend/models/torrent-blocker-report.schema.d.ts.map +1 -1
- package/build/backend/models/webhook/webhook.schema.d.ts +24 -0
- package/build/backend/models/webhook/webhook.schema.d.ts.map +1 -1
- package/build/frontend/commands/nodes/bulk-actions/bulk-update.command.js +5 -0
- package/build/frontend/commands/nodes/create.command.js +5 -0
- package/build/frontend/commands/nodes/update.command.js +5 -0
- package/build/frontend/models/nodes.schema.js +1 -0
- package/build/frontend/models/response-rules/index.js +1 -0
- package/build/frontend/models/response-rules/response-rule-modifications.schema.js +14 -1
- package/package.json +1 -1
|
@@ -63,6 +63,17 @@ export declare const ResponseRuleSchemaBase: z.ZodObject<{
|
|
|
63
63
|
ignoreHostXrayJsonTemplate: z.ZodOptional<z.ZodBoolean>;
|
|
64
64
|
ignoreServeJsonAtBaseSubscription: z.ZodOptional<z.ZodBoolean>;
|
|
65
65
|
additionalExtendedClientsRegex: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
66
|
+
disableHwidCheck: z.ZodOptional<z.ZodBoolean>;
|
|
67
|
+
encryption: z.ZodOptional<z.ZodObject<{
|
|
68
|
+
method: z.ZodEnum<["age1", "age1pq1"]>;
|
|
69
|
+
key: z.ZodString;
|
|
70
|
+
}, "strip", z.ZodTypeAny, {
|
|
71
|
+
method: "age1" | "age1pq1";
|
|
72
|
+
key: string;
|
|
73
|
+
}, {
|
|
74
|
+
method: "age1" | "age1pq1";
|
|
75
|
+
key: string;
|
|
76
|
+
}>>;
|
|
66
77
|
}, "strip", z.ZodTypeAny, {
|
|
67
78
|
headers?: {
|
|
68
79
|
value: string;
|
|
@@ -73,6 +84,11 @@ export declare const ResponseRuleSchemaBase: z.ZodObject<{
|
|
|
73
84
|
ignoreHostXrayJsonTemplate?: boolean | undefined;
|
|
74
85
|
ignoreServeJsonAtBaseSubscription?: boolean | undefined;
|
|
75
86
|
additionalExtendedClientsRegex?: string[] | undefined;
|
|
87
|
+
disableHwidCheck?: boolean | undefined;
|
|
88
|
+
encryption?: {
|
|
89
|
+
method: "age1" | "age1pq1";
|
|
90
|
+
key: string;
|
|
91
|
+
} | undefined;
|
|
76
92
|
}, {
|
|
77
93
|
headers?: {
|
|
78
94
|
value: string;
|
|
@@ -83,6 +99,11 @@ export declare const ResponseRuleSchemaBase: z.ZodObject<{
|
|
|
83
99
|
ignoreHostXrayJsonTemplate?: boolean | undefined;
|
|
84
100
|
ignoreServeJsonAtBaseSubscription?: boolean | undefined;
|
|
85
101
|
additionalExtendedClientsRegex?: string[] | undefined;
|
|
102
|
+
disableHwidCheck?: boolean | undefined;
|
|
103
|
+
encryption?: {
|
|
104
|
+
method: "age1" | "age1pq1";
|
|
105
|
+
key: string;
|
|
106
|
+
} | undefined;
|
|
86
107
|
}>>;
|
|
87
108
|
}, "strip", z.ZodTypeAny, {
|
|
88
109
|
enabled: boolean;
|
|
@@ -106,6 +127,11 @@ export declare const ResponseRuleSchemaBase: z.ZodObject<{
|
|
|
106
127
|
ignoreHostXrayJsonTemplate?: boolean | undefined;
|
|
107
128
|
ignoreServeJsonAtBaseSubscription?: boolean | undefined;
|
|
108
129
|
additionalExtendedClientsRegex?: string[] | undefined;
|
|
130
|
+
disableHwidCheck?: boolean | undefined;
|
|
131
|
+
encryption?: {
|
|
132
|
+
method: "age1" | "age1pq1";
|
|
133
|
+
key: string;
|
|
134
|
+
} | undefined;
|
|
109
135
|
} | undefined;
|
|
110
136
|
}, {
|
|
111
137
|
enabled: boolean;
|
|
@@ -129,6 +155,11 @@ export declare const ResponseRuleSchemaBase: z.ZodObject<{
|
|
|
129
155
|
ignoreHostXrayJsonTemplate?: boolean | undefined;
|
|
130
156
|
ignoreServeJsonAtBaseSubscription?: boolean | undefined;
|
|
131
157
|
additionalExtendedClientsRegex?: string[] | undefined;
|
|
158
|
+
disableHwidCheck?: boolean | undefined;
|
|
159
|
+
encryption?: {
|
|
160
|
+
method: "age1" | "age1pq1";
|
|
161
|
+
key: string;
|
|
162
|
+
} | undefined;
|
|
132
163
|
} | undefined;
|
|
133
164
|
}>;
|
|
134
165
|
export declare const ResponseRuleSchema: z.ZodObject<{
|
|
@@ -195,6 +226,17 @@ export declare const ResponseRuleSchema: z.ZodObject<{
|
|
|
195
226
|
ignoreHostXrayJsonTemplate: z.ZodOptional<z.ZodBoolean>;
|
|
196
227
|
ignoreServeJsonAtBaseSubscription: z.ZodOptional<z.ZodBoolean>;
|
|
197
228
|
additionalExtendedClientsRegex: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
229
|
+
disableHwidCheck: z.ZodOptional<z.ZodBoolean>;
|
|
230
|
+
encryption: z.ZodOptional<z.ZodObject<{
|
|
231
|
+
method: z.ZodEnum<["age1", "age1pq1"]>;
|
|
232
|
+
key: z.ZodString;
|
|
233
|
+
}, "strip", z.ZodTypeAny, {
|
|
234
|
+
method: "age1" | "age1pq1";
|
|
235
|
+
key: string;
|
|
236
|
+
}, {
|
|
237
|
+
method: "age1" | "age1pq1";
|
|
238
|
+
key: string;
|
|
239
|
+
}>>;
|
|
198
240
|
}, "strip", z.ZodTypeAny, {
|
|
199
241
|
headers?: {
|
|
200
242
|
value: string;
|
|
@@ -205,6 +247,11 @@ export declare const ResponseRuleSchema: z.ZodObject<{
|
|
|
205
247
|
ignoreHostXrayJsonTemplate?: boolean | undefined;
|
|
206
248
|
ignoreServeJsonAtBaseSubscription?: boolean | undefined;
|
|
207
249
|
additionalExtendedClientsRegex?: string[] | undefined;
|
|
250
|
+
disableHwidCheck?: boolean | undefined;
|
|
251
|
+
encryption?: {
|
|
252
|
+
method: "age1" | "age1pq1";
|
|
253
|
+
key: string;
|
|
254
|
+
} | undefined;
|
|
208
255
|
}, {
|
|
209
256
|
headers?: {
|
|
210
257
|
value: string;
|
|
@@ -215,6 +262,11 @@ export declare const ResponseRuleSchema: z.ZodObject<{
|
|
|
215
262
|
ignoreHostXrayJsonTemplate?: boolean | undefined;
|
|
216
263
|
ignoreServeJsonAtBaseSubscription?: boolean | undefined;
|
|
217
264
|
additionalExtendedClientsRegex?: string[] | undefined;
|
|
265
|
+
disableHwidCheck?: boolean | undefined;
|
|
266
|
+
encryption?: {
|
|
267
|
+
method: "age1" | "age1pq1";
|
|
268
|
+
key: string;
|
|
269
|
+
} | undefined;
|
|
218
270
|
}>>;
|
|
219
271
|
}, "strip", z.ZodTypeAny, {
|
|
220
272
|
enabled: boolean;
|
|
@@ -238,6 +290,11 @@ export declare const ResponseRuleSchema: z.ZodObject<{
|
|
|
238
290
|
ignoreHostXrayJsonTemplate?: boolean | undefined;
|
|
239
291
|
ignoreServeJsonAtBaseSubscription?: boolean | undefined;
|
|
240
292
|
additionalExtendedClientsRegex?: string[] | undefined;
|
|
293
|
+
disableHwidCheck?: boolean | undefined;
|
|
294
|
+
encryption?: {
|
|
295
|
+
method: "age1" | "age1pq1";
|
|
296
|
+
key: string;
|
|
297
|
+
} | undefined;
|
|
241
298
|
} | undefined;
|
|
242
299
|
}, {
|
|
243
300
|
enabled: boolean;
|
|
@@ -261,6 +318,11 @@ export declare const ResponseRuleSchema: z.ZodObject<{
|
|
|
261
318
|
ignoreHostXrayJsonTemplate?: boolean | undefined;
|
|
262
319
|
ignoreServeJsonAtBaseSubscription?: boolean | undefined;
|
|
263
320
|
additionalExtendedClientsRegex?: string[] | undefined;
|
|
321
|
+
disableHwidCheck?: boolean | undefined;
|
|
322
|
+
encryption?: {
|
|
323
|
+
method: "age1" | "age1pq1";
|
|
324
|
+
key: string;
|
|
325
|
+
} | undefined;
|
|
264
326
|
} | undefined;
|
|
265
327
|
}>;
|
|
266
328
|
//# sourceMappingURL=response-rule.schema.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"response-rule.schema.d.ts","sourceRoot":"","sources":["../../../../models/response-rules/response-rule.schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAexB,eAAO,MAAM,sBAAsB
|
|
1
|
+
{"version":3,"file":"response-rule.schema.d.ts","sourceRoot":"","sources":["../../../../models/response-rules/response-rule.schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAexB,eAAO,MAAM,sBAAsB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAgDjC,CAAC;AAEH,eAAO,MAAM,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAqB9B,CAAC"}
|
|
@@ -74,6 +74,17 @@ export declare const ResponseRulesConfigSchema: z.ZodObject<{
|
|
|
74
74
|
ignoreHostXrayJsonTemplate: z.ZodOptional<z.ZodBoolean>;
|
|
75
75
|
ignoreServeJsonAtBaseSubscription: z.ZodOptional<z.ZodBoolean>;
|
|
76
76
|
additionalExtendedClientsRegex: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
77
|
+
disableHwidCheck: z.ZodOptional<z.ZodBoolean>;
|
|
78
|
+
encryption: z.ZodOptional<z.ZodObject<{
|
|
79
|
+
method: z.ZodEnum<["age1", "age1pq1"]>;
|
|
80
|
+
key: z.ZodString;
|
|
81
|
+
}, "strip", z.ZodTypeAny, {
|
|
82
|
+
method: "age1" | "age1pq1";
|
|
83
|
+
key: string;
|
|
84
|
+
}, {
|
|
85
|
+
method: "age1" | "age1pq1";
|
|
86
|
+
key: string;
|
|
87
|
+
}>>;
|
|
77
88
|
}, "strip", z.ZodTypeAny, {
|
|
78
89
|
headers?: {
|
|
79
90
|
value: string;
|
|
@@ -84,6 +95,11 @@ export declare const ResponseRulesConfigSchema: z.ZodObject<{
|
|
|
84
95
|
ignoreHostXrayJsonTemplate?: boolean | undefined;
|
|
85
96
|
ignoreServeJsonAtBaseSubscription?: boolean | undefined;
|
|
86
97
|
additionalExtendedClientsRegex?: string[] | undefined;
|
|
98
|
+
disableHwidCheck?: boolean | undefined;
|
|
99
|
+
encryption?: {
|
|
100
|
+
method: "age1" | "age1pq1";
|
|
101
|
+
key: string;
|
|
102
|
+
} | undefined;
|
|
87
103
|
}, {
|
|
88
104
|
headers?: {
|
|
89
105
|
value: string;
|
|
@@ -94,6 +110,11 @@ export declare const ResponseRulesConfigSchema: z.ZodObject<{
|
|
|
94
110
|
ignoreHostXrayJsonTemplate?: boolean | undefined;
|
|
95
111
|
ignoreServeJsonAtBaseSubscription?: boolean | undefined;
|
|
96
112
|
additionalExtendedClientsRegex?: string[] | undefined;
|
|
113
|
+
disableHwidCheck?: boolean | undefined;
|
|
114
|
+
encryption?: {
|
|
115
|
+
method: "age1" | "age1pq1";
|
|
116
|
+
key: string;
|
|
117
|
+
} | undefined;
|
|
97
118
|
}>>;
|
|
98
119
|
}, "strip", z.ZodTypeAny, {
|
|
99
120
|
enabled: boolean;
|
|
@@ -117,6 +138,11 @@ export declare const ResponseRulesConfigSchema: z.ZodObject<{
|
|
|
117
138
|
ignoreHostXrayJsonTemplate?: boolean | undefined;
|
|
118
139
|
ignoreServeJsonAtBaseSubscription?: boolean | undefined;
|
|
119
140
|
additionalExtendedClientsRegex?: string[] | undefined;
|
|
141
|
+
disableHwidCheck?: boolean | undefined;
|
|
142
|
+
encryption?: {
|
|
143
|
+
method: "age1" | "age1pq1";
|
|
144
|
+
key: string;
|
|
145
|
+
} | undefined;
|
|
120
146
|
} | undefined;
|
|
121
147
|
}, {
|
|
122
148
|
enabled: boolean;
|
|
@@ -140,6 +166,11 @@ export declare const ResponseRulesConfigSchema: z.ZodObject<{
|
|
|
140
166
|
ignoreHostXrayJsonTemplate?: boolean | undefined;
|
|
141
167
|
ignoreServeJsonAtBaseSubscription?: boolean | undefined;
|
|
142
168
|
additionalExtendedClientsRegex?: string[] | undefined;
|
|
169
|
+
disableHwidCheck?: boolean | undefined;
|
|
170
|
+
encryption?: {
|
|
171
|
+
method: "age1" | "age1pq1";
|
|
172
|
+
key: string;
|
|
173
|
+
} | undefined;
|
|
143
174
|
} | undefined;
|
|
144
175
|
}>, "many">;
|
|
145
176
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -166,6 +197,11 @@ export declare const ResponseRulesConfigSchema: z.ZodObject<{
|
|
|
166
197
|
ignoreHostXrayJsonTemplate?: boolean | undefined;
|
|
167
198
|
ignoreServeJsonAtBaseSubscription?: boolean | undefined;
|
|
168
199
|
additionalExtendedClientsRegex?: string[] | undefined;
|
|
200
|
+
disableHwidCheck?: boolean | undefined;
|
|
201
|
+
encryption?: {
|
|
202
|
+
method: "age1" | "age1pq1";
|
|
203
|
+
key: string;
|
|
204
|
+
} | undefined;
|
|
169
205
|
} | undefined;
|
|
170
206
|
}[];
|
|
171
207
|
settings?: {
|
|
@@ -195,6 +231,11 @@ export declare const ResponseRulesConfigSchema: z.ZodObject<{
|
|
|
195
231
|
ignoreHostXrayJsonTemplate?: boolean | undefined;
|
|
196
232
|
ignoreServeJsonAtBaseSubscription?: boolean | undefined;
|
|
197
233
|
additionalExtendedClientsRegex?: string[] | undefined;
|
|
234
|
+
disableHwidCheck?: boolean | undefined;
|
|
235
|
+
encryption?: {
|
|
236
|
+
method: "age1" | "age1pq1";
|
|
237
|
+
key: string;
|
|
238
|
+
} | undefined;
|
|
198
239
|
} | undefined;
|
|
199
240
|
}[];
|
|
200
241
|
settings?: {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"response-rules-config.schema.d.ts","sourceRoot":"","sources":["../../../../models/response-rules/response-rules-config.schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAOxB,eAAO,MAAM,yBAAyB
|
|
1
|
+
{"version":3,"file":"response-rules-config.schema.d.ts","sourceRoot":"","sources":["../../../../models/response-rules/response-rules-config.schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAOxB,eAAO,MAAM,yBAAyB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAgBpC,CAAC"}
|
|
@@ -108,6 +108,17 @@ export declare const SubscriptionSettingsSchema: z.ZodObject<{
|
|
|
108
108
|
ignoreHostXrayJsonTemplate: z.ZodOptional<z.ZodBoolean>;
|
|
109
109
|
ignoreServeJsonAtBaseSubscription: z.ZodOptional<z.ZodBoolean>;
|
|
110
110
|
additionalExtendedClientsRegex: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
111
|
+
disableHwidCheck: z.ZodOptional<z.ZodBoolean>;
|
|
112
|
+
encryption: z.ZodOptional<z.ZodObject<{
|
|
113
|
+
method: z.ZodEnum<["age1", "age1pq1"]>;
|
|
114
|
+
key: z.ZodString;
|
|
115
|
+
}, "strip", z.ZodTypeAny, {
|
|
116
|
+
method: "age1" | "age1pq1";
|
|
117
|
+
key: string;
|
|
118
|
+
}, {
|
|
119
|
+
method: "age1" | "age1pq1";
|
|
120
|
+
key: string;
|
|
121
|
+
}>>;
|
|
111
122
|
}, "strip", z.ZodTypeAny, {
|
|
112
123
|
headers?: {
|
|
113
124
|
value: string;
|
|
@@ -118,6 +129,11 @@ export declare const SubscriptionSettingsSchema: z.ZodObject<{
|
|
|
118
129
|
ignoreHostXrayJsonTemplate?: boolean | undefined;
|
|
119
130
|
ignoreServeJsonAtBaseSubscription?: boolean | undefined;
|
|
120
131
|
additionalExtendedClientsRegex?: string[] | undefined;
|
|
132
|
+
disableHwidCheck?: boolean | undefined;
|
|
133
|
+
encryption?: {
|
|
134
|
+
method: "age1" | "age1pq1";
|
|
135
|
+
key: string;
|
|
136
|
+
} | undefined;
|
|
121
137
|
}, {
|
|
122
138
|
headers?: {
|
|
123
139
|
value: string;
|
|
@@ -128,6 +144,11 @@ export declare const SubscriptionSettingsSchema: z.ZodObject<{
|
|
|
128
144
|
ignoreHostXrayJsonTemplate?: boolean | undefined;
|
|
129
145
|
ignoreServeJsonAtBaseSubscription?: boolean | undefined;
|
|
130
146
|
additionalExtendedClientsRegex?: string[] | undefined;
|
|
147
|
+
disableHwidCheck?: boolean | undefined;
|
|
148
|
+
encryption?: {
|
|
149
|
+
method: "age1" | "age1pq1";
|
|
150
|
+
key: string;
|
|
151
|
+
} | undefined;
|
|
131
152
|
}>>;
|
|
132
153
|
}, "strip", z.ZodTypeAny, {
|
|
133
154
|
enabled: boolean;
|
|
@@ -151,6 +172,11 @@ export declare const SubscriptionSettingsSchema: z.ZodObject<{
|
|
|
151
172
|
ignoreHostXrayJsonTemplate?: boolean | undefined;
|
|
152
173
|
ignoreServeJsonAtBaseSubscription?: boolean | undefined;
|
|
153
174
|
additionalExtendedClientsRegex?: string[] | undefined;
|
|
175
|
+
disableHwidCheck?: boolean | undefined;
|
|
176
|
+
encryption?: {
|
|
177
|
+
method: "age1" | "age1pq1";
|
|
178
|
+
key: string;
|
|
179
|
+
} | undefined;
|
|
154
180
|
} | undefined;
|
|
155
181
|
}, {
|
|
156
182
|
enabled: boolean;
|
|
@@ -174,6 +200,11 @@ export declare const SubscriptionSettingsSchema: z.ZodObject<{
|
|
|
174
200
|
ignoreHostXrayJsonTemplate?: boolean | undefined;
|
|
175
201
|
ignoreServeJsonAtBaseSubscription?: boolean | undefined;
|
|
176
202
|
additionalExtendedClientsRegex?: string[] | undefined;
|
|
203
|
+
disableHwidCheck?: boolean | undefined;
|
|
204
|
+
encryption?: {
|
|
205
|
+
method: "age1" | "age1pq1";
|
|
206
|
+
key: string;
|
|
207
|
+
} | undefined;
|
|
177
208
|
} | undefined;
|
|
178
209
|
}>, "many">;
|
|
179
210
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -200,6 +231,11 @@ export declare const SubscriptionSettingsSchema: z.ZodObject<{
|
|
|
200
231
|
ignoreHostXrayJsonTemplate?: boolean | undefined;
|
|
201
232
|
ignoreServeJsonAtBaseSubscription?: boolean | undefined;
|
|
202
233
|
additionalExtendedClientsRegex?: string[] | undefined;
|
|
234
|
+
disableHwidCheck?: boolean | undefined;
|
|
235
|
+
encryption?: {
|
|
236
|
+
method: "age1" | "age1pq1";
|
|
237
|
+
key: string;
|
|
238
|
+
} | undefined;
|
|
203
239
|
} | undefined;
|
|
204
240
|
}[];
|
|
205
241
|
settings?: {
|
|
@@ -229,6 +265,11 @@ export declare const SubscriptionSettingsSchema: z.ZodObject<{
|
|
|
229
265
|
ignoreHostXrayJsonTemplate?: boolean | undefined;
|
|
230
266
|
ignoreServeJsonAtBaseSubscription?: boolean | undefined;
|
|
231
267
|
additionalExtendedClientsRegex?: string[] | undefined;
|
|
268
|
+
disableHwidCheck?: boolean | undefined;
|
|
269
|
+
encryption?: {
|
|
270
|
+
method: "age1" | "age1pq1";
|
|
271
|
+
key: string;
|
|
272
|
+
} | undefined;
|
|
232
273
|
} | undefined;
|
|
233
274
|
}[];
|
|
234
275
|
settings?: {
|
|
@@ -296,6 +337,11 @@ export declare const SubscriptionSettingsSchema: z.ZodObject<{
|
|
|
296
337
|
ignoreHostXrayJsonTemplate?: boolean | undefined;
|
|
297
338
|
ignoreServeJsonAtBaseSubscription?: boolean | undefined;
|
|
298
339
|
additionalExtendedClientsRegex?: string[] | undefined;
|
|
340
|
+
disableHwidCheck?: boolean | undefined;
|
|
341
|
+
encryption?: {
|
|
342
|
+
method: "age1" | "age1pq1";
|
|
343
|
+
key: string;
|
|
344
|
+
} | undefined;
|
|
299
345
|
} | undefined;
|
|
300
346
|
}[];
|
|
301
347
|
settings?: {
|
|
@@ -353,6 +399,11 @@ export declare const SubscriptionSettingsSchema: z.ZodObject<{
|
|
|
353
399
|
ignoreHostXrayJsonTemplate?: boolean | undefined;
|
|
354
400
|
ignoreServeJsonAtBaseSubscription?: boolean | undefined;
|
|
355
401
|
additionalExtendedClientsRegex?: string[] | undefined;
|
|
402
|
+
disableHwidCheck?: boolean | undefined;
|
|
403
|
+
encryption?: {
|
|
404
|
+
method: "age1" | "age1pq1";
|
|
405
|
+
key: string;
|
|
406
|
+
} | undefined;
|
|
356
407
|
} | undefined;
|
|
357
408
|
}[];
|
|
358
409
|
settings?: {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"subscription-settings.schema.d.ts","sourceRoot":"","sources":["../../../models/subscription-settings.schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAMxB,eAAO,MAAM,0BAA0B
|
|
1
|
+
{"version":3,"file":"subscription-settings.schema.d.ts","sourceRoot":"","sources":["../../../models/subscription-settings.schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAMxB,eAAO,MAAM,0BAA0B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAmCrC,CAAC"}
|
|
@@ -94,6 +94,7 @@ export declare const TorrentBlockerReportSchema: z.ZodObject<{
|
|
|
94
94
|
viewPosition: z.ZodNumber;
|
|
95
95
|
countryCode: z.ZodString;
|
|
96
96
|
consumptionMultiplier: z.ZodNumber;
|
|
97
|
+
nodeConsumptionMultiplier: z.ZodNumber;
|
|
97
98
|
tags: z.ZodArray<z.ZodString, "many">;
|
|
98
99
|
createdAt: z.ZodEffects<z.ZodString, Date, string>;
|
|
99
100
|
updatedAt: z.ZodEffects<z.ZodString, Date, string>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"torrent-blocker-report.schema.d.ts","sourceRoot":"","sources":["../../../models/torrent-blocker-report.schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAKxB,eAAO,MAAM,0BAA0B
|
|
1
|
+
{"version":3,"file":"torrent-blocker-report.schema.d.ts","sourceRoot":"","sources":["../../../models/torrent-blocker-report.schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAKxB,eAAO,MAAM,0BAA0B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAgDrC,CAAC"}
|
|
@@ -632,6 +632,7 @@ export declare const RemnawaveWebhookNodeEvents: z.ZodObject<{
|
|
|
632
632
|
viewPosition: z.ZodNumber;
|
|
633
633
|
countryCode: z.ZodString;
|
|
634
634
|
consumptionMultiplier: z.ZodNumber;
|
|
635
|
+
nodeConsumptionMultiplier: z.ZodNumber;
|
|
635
636
|
tags: z.ZodArray<z.ZodString, "many">;
|
|
636
637
|
createdAt: z.ZodEffects<z.ZodString, Date, string>;
|
|
637
638
|
updatedAt: z.ZodEffects<z.ZodString, Date, string>;
|
|
@@ -921,6 +922,7 @@ export declare const RemnawaveWebhookNodeEvents: z.ZodObject<{
|
|
|
921
922
|
trafficUsedBytes: number | null;
|
|
922
923
|
notifyPercent: number | null;
|
|
923
924
|
consumptionMultiplier: number;
|
|
925
|
+
nodeConsumptionMultiplier: number;
|
|
924
926
|
configProfile: {
|
|
925
927
|
activeConfigProfileUuid: string | null;
|
|
926
928
|
activeInbounds: {
|
|
@@ -1000,6 +1002,7 @@ export declare const RemnawaveWebhookNodeEvents: z.ZodObject<{
|
|
|
1000
1002
|
trafficUsedBytes: number | null;
|
|
1001
1003
|
notifyPercent: number | null;
|
|
1002
1004
|
consumptionMultiplier: number;
|
|
1005
|
+
nodeConsumptionMultiplier: number;
|
|
1003
1006
|
configProfile: {
|
|
1004
1007
|
activeConfigProfileUuid: string | null;
|
|
1005
1008
|
activeInbounds: {
|
|
@@ -1081,6 +1084,7 @@ export declare const RemnawaveWebhookNodeEvents: z.ZodObject<{
|
|
|
1081
1084
|
trafficUsedBytes: number | null;
|
|
1082
1085
|
notifyPercent: number | null;
|
|
1083
1086
|
consumptionMultiplier: number;
|
|
1087
|
+
nodeConsumptionMultiplier: number;
|
|
1084
1088
|
configProfile: {
|
|
1085
1089
|
activeConfigProfileUuid: string | null;
|
|
1086
1090
|
activeInbounds: {
|
|
@@ -1165,6 +1169,7 @@ export declare const RemnawaveWebhookNodeEvents: z.ZodObject<{
|
|
|
1165
1169
|
trafficUsedBytes: number | null;
|
|
1166
1170
|
notifyPercent: number | null;
|
|
1167
1171
|
consumptionMultiplier: number;
|
|
1172
|
+
nodeConsumptionMultiplier: number;
|
|
1168
1173
|
configProfile: {
|
|
1169
1174
|
activeConfigProfileUuid: string | null;
|
|
1170
1175
|
activeInbounds: {
|
|
@@ -1382,6 +1387,7 @@ export declare const RemnawaveWebhookTorrentBlockerEvents: z.ZodObject<{
|
|
|
1382
1387
|
viewPosition: z.ZodNumber;
|
|
1383
1388
|
countryCode: z.ZodString;
|
|
1384
1389
|
consumptionMultiplier: z.ZodNumber;
|
|
1390
|
+
nodeConsumptionMultiplier: z.ZodNumber;
|
|
1385
1391
|
tags: z.ZodArray<z.ZodString, "many">;
|
|
1386
1392
|
createdAt: z.ZodEffects<z.ZodString, Date, string>;
|
|
1387
1393
|
updatedAt: z.ZodEffects<z.ZodString, Date, string>;
|
|
@@ -1671,6 +1677,7 @@ export declare const RemnawaveWebhookTorrentBlockerEvents: z.ZodObject<{
|
|
|
1671
1677
|
trafficUsedBytes: number | null;
|
|
1672
1678
|
notifyPercent: number | null;
|
|
1673
1679
|
consumptionMultiplier: number;
|
|
1680
|
+
nodeConsumptionMultiplier: number;
|
|
1674
1681
|
configProfile: {
|
|
1675
1682
|
activeConfigProfileUuid: string | null;
|
|
1676
1683
|
activeInbounds: {
|
|
@@ -1750,6 +1757,7 @@ export declare const RemnawaveWebhookTorrentBlockerEvents: z.ZodObject<{
|
|
|
1750
1757
|
trafficUsedBytes: number | null;
|
|
1751
1758
|
notifyPercent: number | null;
|
|
1752
1759
|
consumptionMultiplier: number;
|
|
1760
|
+
nodeConsumptionMultiplier: number;
|
|
1753
1761
|
configProfile: {
|
|
1754
1762
|
activeConfigProfileUuid: string | null;
|
|
1755
1763
|
activeInbounds: {
|
|
@@ -2118,6 +2126,7 @@ export declare const RemnawaveWebhookTorrentBlockerEvents: z.ZodObject<{
|
|
|
2118
2126
|
trafficUsedBytes: number | null;
|
|
2119
2127
|
notifyPercent: number | null;
|
|
2120
2128
|
consumptionMultiplier: number;
|
|
2129
|
+
nodeConsumptionMultiplier: number;
|
|
2121
2130
|
configProfile: {
|
|
2122
2131
|
activeConfigProfileUuid: string | null;
|
|
2123
2132
|
activeInbounds: {
|
|
@@ -2260,6 +2269,7 @@ export declare const RemnawaveWebhookTorrentBlockerEvents: z.ZodObject<{
|
|
|
2260
2269
|
trafficUsedBytes: number | null;
|
|
2261
2270
|
notifyPercent: number | null;
|
|
2262
2271
|
consumptionMultiplier: number;
|
|
2272
|
+
nodeConsumptionMultiplier: number;
|
|
2263
2273
|
configProfile: {
|
|
2264
2274
|
activeConfigProfileUuid: string | null;
|
|
2265
2275
|
activeInbounds: {
|
|
@@ -2404,6 +2414,7 @@ export declare const RemnawaveWebhookTorrentBlockerEvents: z.ZodObject<{
|
|
|
2404
2414
|
trafficUsedBytes: number | null;
|
|
2405
2415
|
notifyPercent: number | null;
|
|
2406
2416
|
consumptionMultiplier: number;
|
|
2417
|
+
nodeConsumptionMultiplier: number;
|
|
2407
2418
|
configProfile: {
|
|
2408
2419
|
activeConfigProfileUuid: string | null;
|
|
2409
2420
|
activeInbounds: {
|
|
@@ -2551,6 +2562,7 @@ export declare const RemnawaveWebhookTorrentBlockerEvents: z.ZodObject<{
|
|
|
2551
2562
|
trafficUsedBytes: number | null;
|
|
2552
2563
|
notifyPercent: number | null;
|
|
2553
2564
|
consumptionMultiplier: number;
|
|
2565
|
+
nodeConsumptionMultiplier: number;
|
|
2554
2566
|
configProfile: {
|
|
2555
2567
|
activeConfigProfileUuid: string | null;
|
|
2556
2568
|
activeInbounds: {
|
|
@@ -3235,6 +3247,7 @@ export declare const RemnawaveWebhookEventSchema: z.ZodDiscriminatedUnion<"scope
|
|
|
3235
3247
|
viewPosition: z.ZodNumber;
|
|
3236
3248
|
countryCode: z.ZodString;
|
|
3237
3249
|
consumptionMultiplier: z.ZodNumber;
|
|
3250
|
+
nodeConsumptionMultiplier: z.ZodNumber;
|
|
3238
3251
|
tags: z.ZodArray<z.ZodString, "many">;
|
|
3239
3252
|
createdAt: z.ZodEffects<z.ZodString, Date, string>;
|
|
3240
3253
|
updatedAt: z.ZodEffects<z.ZodString, Date, string>;
|
|
@@ -3524,6 +3537,7 @@ export declare const RemnawaveWebhookEventSchema: z.ZodDiscriminatedUnion<"scope
|
|
|
3524
3537
|
trafficUsedBytes: number | null;
|
|
3525
3538
|
notifyPercent: number | null;
|
|
3526
3539
|
consumptionMultiplier: number;
|
|
3540
|
+
nodeConsumptionMultiplier: number;
|
|
3527
3541
|
configProfile: {
|
|
3528
3542
|
activeConfigProfileUuid: string | null;
|
|
3529
3543
|
activeInbounds: {
|
|
@@ -3603,6 +3617,7 @@ export declare const RemnawaveWebhookEventSchema: z.ZodDiscriminatedUnion<"scope
|
|
|
3603
3617
|
trafficUsedBytes: number | null;
|
|
3604
3618
|
notifyPercent: number | null;
|
|
3605
3619
|
consumptionMultiplier: number;
|
|
3620
|
+
nodeConsumptionMultiplier: number;
|
|
3606
3621
|
configProfile: {
|
|
3607
3622
|
activeConfigProfileUuid: string | null;
|
|
3608
3623
|
activeInbounds: {
|
|
@@ -3684,6 +3699,7 @@ export declare const RemnawaveWebhookEventSchema: z.ZodDiscriminatedUnion<"scope
|
|
|
3684
3699
|
trafficUsedBytes: number | null;
|
|
3685
3700
|
notifyPercent: number | null;
|
|
3686
3701
|
consumptionMultiplier: number;
|
|
3702
|
+
nodeConsumptionMultiplier: number;
|
|
3687
3703
|
configProfile: {
|
|
3688
3704
|
activeConfigProfileUuid: string | null;
|
|
3689
3705
|
activeInbounds: {
|
|
@@ -3768,6 +3784,7 @@ export declare const RemnawaveWebhookEventSchema: z.ZodDiscriminatedUnion<"scope
|
|
|
3768
3784
|
trafficUsedBytes: number | null;
|
|
3769
3785
|
notifyPercent: number | null;
|
|
3770
3786
|
consumptionMultiplier: number;
|
|
3787
|
+
nodeConsumptionMultiplier: number;
|
|
3771
3788
|
configProfile: {
|
|
3772
3789
|
activeConfigProfileUuid: string | null;
|
|
3773
3790
|
activeInbounds: {
|
|
@@ -3981,6 +3998,7 @@ export declare const RemnawaveWebhookEventSchema: z.ZodDiscriminatedUnion<"scope
|
|
|
3981
3998
|
viewPosition: z.ZodNumber;
|
|
3982
3999
|
countryCode: z.ZodString;
|
|
3983
4000
|
consumptionMultiplier: z.ZodNumber;
|
|
4001
|
+
nodeConsumptionMultiplier: z.ZodNumber;
|
|
3984
4002
|
tags: z.ZodArray<z.ZodString, "many">;
|
|
3985
4003
|
createdAt: z.ZodEffects<z.ZodString, Date, string>;
|
|
3986
4004
|
updatedAt: z.ZodEffects<z.ZodString, Date, string>;
|
|
@@ -4270,6 +4288,7 @@ export declare const RemnawaveWebhookEventSchema: z.ZodDiscriminatedUnion<"scope
|
|
|
4270
4288
|
trafficUsedBytes: number | null;
|
|
4271
4289
|
notifyPercent: number | null;
|
|
4272
4290
|
consumptionMultiplier: number;
|
|
4291
|
+
nodeConsumptionMultiplier: number;
|
|
4273
4292
|
configProfile: {
|
|
4274
4293
|
activeConfigProfileUuid: string | null;
|
|
4275
4294
|
activeInbounds: {
|
|
@@ -4349,6 +4368,7 @@ export declare const RemnawaveWebhookEventSchema: z.ZodDiscriminatedUnion<"scope
|
|
|
4349
4368
|
trafficUsedBytes: number | null;
|
|
4350
4369
|
notifyPercent: number | null;
|
|
4351
4370
|
consumptionMultiplier: number;
|
|
4371
|
+
nodeConsumptionMultiplier: number;
|
|
4352
4372
|
configProfile: {
|
|
4353
4373
|
activeConfigProfileUuid: string | null;
|
|
4354
4374
|
activeInbounds: {
|
|
@@ -4717,6 +4737,7 @@ export declare const RemnawaveWebhookEventSchema: z.ZodDiscriminatedUnion<"scope
|
|
|
4717
4737
|
trafficUsedBytes: number | null;
|
|
4718
4738
|
notifyPercent: number | null;
|
|
4719
4739
|
consumptionMultiplier: number;
|
|
4740
|
+
nodeConsumptionMultiplier: number;
|
|
4720
4741
|
configProfile: {
|
|
4721
4742
|
activeConfigProfileUuid: string | null;
|
|
4722
4743
|
activeInbounds: {
|
|
@@ -4859,6 +4880,7 @@ export declare const RemnawaveWebhookEventSchema: z.ZodDiscriminatedUnion<"scope
|
|
|
4859
4880
|
trafficUsedBytes: number | null;
|
|
4860
4881
|
notifyPercent: number | null;
|
|
4861
4882
|
consumptionMultiplier: number;
|
|
4883
|
+
nodeConsumptionMultiplier: number;
|
|
4862
4884
|
configProfile: {
|
|
4863
4885
|
activeConfigProfileUuid: string | null;
|
|
4864
4886
|
activeInbounds: {
|
|
@@ -5003,6 +5025,7 @@ export declare const RemnawaveWebhookEventSchema: z.ZodDiscriminatedUnion<"scope
|
|
|
5003
5025
|
trafficUsedBytes: number | null;
|
|
5004
5026
|
notifyPercent: number | null;
|
|
5005
5027
|
consumptionMultiplier: number;
|
|
5028
|
+
nodeConsumptionMultiplier: number;
|
|
5006
5029
|
configProfile: {
|
|
5007
5030
|
activeConfigProfileUuid: string | null;
|
|
5008
5031
|
activeInbounds: {
|
|
@@ -5150,6 +5173,7 @@ export declare const RemnawaveWebhookEventSchema: z.ZodDiscriminatedUnion<"scope
|
|
|
5150
5173
|
trafficUsedBytes: number | null;
|
|
5151
5174
|
notifyPercent: number | null;
|
|
5152
5175
|
consumptionMultiplier: number;
|
|
5176
|
+
nodeConsumptionMultiplier: number;
|
|
5153
5177
|
configProfile: {
|
|
5154
5178
|
activeConfigProfileUuid: string | null;
|
|
5155
5179
|
activeInbounds: {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"webhook.schema.d.ts","sourceRoot":"","sources":["../../../../models/webhook/webhook.schema.ts"],"names":[],"mappings":"AAAA,OAAO,CAAC,MAAM,KAAK,CAAC;AAOpB,eAAO,MAAM,0BAA0B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAarC,CAAC;AAEH,eAAO,MAAM,qCAAqC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAWhD,CAAC;AAEH,eAAO,MAAM,0BAA0B
|
|
1
|
+
{"version":3,"file":"webhook.schema.d.ts","sourceRoot":"","sources":["../../../../models/webhook/webhook.schema.ts"],"names":[],"mappings":"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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EA0C/C,CAAC;AACH,eAAO,MAAM,2BAA2B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAQtC,CAAC;AAEH,MAAM,MAAM,sBAAsB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,2BAA2B,CAAC,CAAC;AAEjF,MAAM,MAAM,0BAA0B,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,0BAA0B,CAAC,CAAC;AACpF,MAAM,MAAM,0BAA0B,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,0BAA0B,CAAC,CAAC;AACpF,MAAM,MAAM,6BAA6B,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,6BAA6B,CAAC,CAAC;AAC1F,MAAM,MAAM,4BAA4B,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,4BAA4B,CAAC,CAAC;AACxF,MAAM,MAAM,yBAAyB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,yBAAyB,CAAC,CAAC;AAClF,MAAM,MAAM,qCAAqC,GAAG,CAAC,CAAC,KAAK,CACvD,OAAO,qCAAqC,CAC/C,CAAC;AACF,MAAM,MAAM,oCAAoC,GAAG,CAAC,CAAC,KAAK,CACtD,OAAO,oCAAoC,CAC9C,CAAC"}
|
|
@@ -18,6 +18,11 @@ var BulkNodesUpdateCommand;
|
|
|
18
18
|
.min(0.0, 'Consumption multiplier must be greater than 0.0')
|
|
19
19
|
.max(100.0, 'Consumption multiplier must be less than 100.0')
|
|
20
20
|
.transform((n) => Number(n.toFixed(1)))),
|
|
21
|
+
nodeConsumptionMultiplier: zod_1.z.optional(zod_1.z
|
|
22
|
+
.number()
|
|
23
|
+
.min(0.0, 'Node consumption multiplier must be greater than 0.0')
|
|
24
|
+
.max(100.0, 'Node consumption multiplier must be less than 100.0')
|
|
25
|
+
.transform((n) => Number(n.toFixed(1)))),
|
|
21
26
|
providerUuid: zod_1.z.optional(zod_1.z.nullable(zod_1.z.string().uuid())),
|
|
22
27
|
tags: zod_1.z.optional(zod_1.z
|
|
23
28
|
.array(zod_1.z
|
|
@@ -46,6 +46,11 @@ var CreateNodeCommand;
|
|
|
46
46
|
.min(0.0, 'Consumption multiplier must be greater than 0.0')
|
|
47
47
|
.max(100.0, 'Consumption multiplier must be less than 100.0')
|
|
48
48
|
.transform((n) => Number(n.toFixed(1)))),
|
|
49
|
+
nodeConsumptionMultiplier: zod_1.z.optional(zod_1.z
|
|
50
|
+
.number()
|
|
51
|
+
.min(0.0, 'Node consumption multiplier must be greater than 0.0')
|
|
52
|
+
.max(100.0, 'Node consumption multiplier must be less than 100.0')
|
|
53
|
+
.transform((n) => Number(n.toFixed(1)))),
|
|
49
54
|
configProfile: zod_1.z.object({
|
|
50
55
|
activeConfigProfileUuid: zod_1.z.string().uuid(),
|
|
51
56
|
activeInbounds: zod_1.z.array(zod_1.z.string().uuid(), {
|
|
@@ -40,6 +40,11 @@ var UpdateNodeCommand;
|
|
|
40
40
|
.min(0.0, 'Consumption multiplier must be greater than 0.0')
|
|
41
41
|
.max(100.0, 'Consumption multiplier must be less than 100.0')
|
|
42
42
|
.transform((n) => Number(n.toFixed(1)))),
|
|
43
|
+
nodeConsumptionMultiplier: zod_1.z.optional(zod_1.z
|
|
44
|
+
.number()
|
|
45
|
+
.min(0.0, 'Node consumption multiplier must be greater than 0.0')
|
|
46
|
+
.max(100.0, 'Node consumption multiplier must be less than 100.0')
|
|
47
|
+
.transform((n) => Number(n.toFixed(1)))),
|
|
43
48
|
configProfile: zod_1.z
|
|
44
49
|
.object({
|
|
45
50
|
activeConfigProfileUuid: zod_1.z.string().uuid(),
|
|
@@ -27,6 +27,7 @@ exports.NodesSchema = zod_1.z.object({
|
|
|
27
27
|
viewPosition: zod_1.z.number().int(),
|
|
28
28
|
countryCode: zod_1.z.string(),
|
|
29
29
|
consumptionMultiplier: zod_1.z.number(),
|
|
30
|
+
nodeConsumptionMultiplier: zod_1.z.number(),
|
|
30
31
|
tags: zod_1.z.array(zod_1.z.string()),
|
|
31
32
|
createdAt: zod_1.z
|
|
32
33
|
.string()
|
|
@@ -15,5 +15,6 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
15
15
|
};
|
|
16
16
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
17
|
__exportStar(require("./response-rule-condition.schema"), exports);
|
|
18
|
+
__exportStar(require("./response-rule-modifications.schema"), exports);
|
|
18
19
|
__exportStar(require("./response-rule.schema"), exports);
|
|
19
20
|
__exportStar(require("./response-rules-config.schema"), exports);
|