@remnawave/backend-contract 2.3.22 → 2.3.24
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/subscriptions/get-by/get-raw-subscription-by-short-uuid.command.d.ts +34 -7
- package/build/backend/commands/subscriptions/get-by/get-raw-subscription-by-short-uuid.command.d.ts.map +1 -1
- package/build/backend/commands/subscriptions/get-by/get-raw-subscription-by-short-uuid.command.js +4 -1
- package/build/frontend/commands/subscriptions/get-by/get-raw-subscription-by-short-uuid.command.js +4 -1
- package/package.json +1 -1
package/build/backend/commands/subscriptions/get-by/get-raw-subscription-by-short-uuid.command.d.ts
CHANGED
|
@@ -207,7 +207,16 @@ export declare namespace GetRawSubscriptionByShortUuidCommand {
|
|
|
207
207
|
sni: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
208
208
|
spiderX: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
209
209
|
tls: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
210
|
-
|
|
210
|
+
rawSettings: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
211
|
+
headerType: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
212
|
+
request: z.ZodOptional<z.ZodNullable<z.ZodObject<{}, "strip", z.ZodTypeAny, {}, {}>>>;
|
|
213
|
+
}, "strip", z.ZodTypeAny, {
|
|
214
|
+
headerType?: string | null | undefined;
|
|
215
|
+
request?: {} | null | undefined;
|
|
216
|
+
}, {
|
|
217
|
+
headerType?: string | null | undefined;
|
|
218
|
+
request?: {} | null | undefined;
|
|
219
|
+
}>>>;
|
|
211
220
|
additionalParams: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
212
221
|
mode: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
213
222
|
heartbeatPeriod: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
@@ -310,7 +319,10 @@ export declare namespace GetRawSubscriptionByShortUuidCommand {
|
|
|
310
319
|
shortId?: string | null | undefined;
|
|
311
320
|
spiderX?: string | null | undefined;
|
|
312
321
|
tls?: string | null | undefined;
|
|
313
|
-
|
|
322
|
+
rawSettings?: {
|
|
323
|
+
headerType?: string | null | undefined;
|
|
324
|
+
request?: {} | null | undefined;
|
|
325
|
+
} | null | undefined;
|
|
314
326
|
additionalParams?: {
|
|
315
327
|
mode?: string | null | undefined;
|
|
316
328
|
heartbeatPeriod?: number | null | undefined;
|
|
@@ -364,7 +376,10 @@ export declare namespace GetRawSubscriptionByShortUuidCommand {
|
|
|
364
376
|
shortId?: string | null | undefined;
|
|
365
377
|
spiderX?: string | null | undefined;
|
|
366
378
|
tls?: string | null | undefined;
|
|
367
|
-
|
|
379
|
+
rawSettings?: {
|
|
380
|
+
headerType?: string | null | undefined;
|
|
381
|
+
request?: {} | null | undefined;
|
|
382
|
+
} | null | undefined;
|
|
368
383
|
additionalParams?: {
|
|
369
384
|
mode?: string | null | undefined;
|
|
370
385
|
heartbeatPeriod?: number | null | undefined;
|
|
@@ -465,7 +480,10 @@ export declare namespace GetRawSubscriptionByShortUuidCommand {
|
|
|
465
480
|
shortId?: string | null | undefined;
|
|
466
481
|
spiderX?: string | null | undefined;
|
|
467
482
|
tls?: string | null | undefined;
|
|
468
|
-
|
|
483
|
+
rawSettings?: {
|
|
484
|
+
headerType?: string | null | undefined;
|
|
485
|
+
request?: {} | null | undefined;
|
|
486
|
+
} | null | undefined;
|
|
469
487
|
additionalParams?: {
|
|
470
488
|
mode?: string | null | undefined;
|
|
471
489
|
heartbeatPeriod?: number | null | undefined;
|
|
@@ -566,7 +584,10 @@ export declare namespace GetRawSubscriptionByShortUuidCommand {
|
|
|
566
584
|
shortId?: string | null | undefined;
|
|
567
585
|
spiderX?: string | null | undefined;
|
|
568
586
|
tls?: string | null | undefined;
|
|
569
|
-
|
|
587
|
+
rawSettings?: {
|
|
588
|
+
headerType?: string | null | undefined;
|
|
589
|
+
request?: {} | null | undefined;
|
|
590
|
+
} | null | undefined;
|
|
570
591
|
additionalParams?: {
|
|
571
592
|
mode?: string | null | undefined;
|
|
572
593
|
heartbeatPeriod?: number | null | undefined;
|
|
@@ -669,7 +690,10 @@ export declare namespace GetRawSubscriptionByShortUuidCommand {
|
|
|
669
690
|
shortId?: string | null | undefined;
|
|
670
691
|
spiderX?: string | null | undefined;
|
|
671
692
|
tls?: string | null | undefined;
|
|
672
|
-
|
|
693
|
+
rawSettings?: {
|
|
694
|
+
headerType?: string | null | undefined;
|
|
695
|
+
request?: {} | null | undefined;
|
|
696
|
+
} | null | undefined;
|
|
673
697
|
additionalParams?: {
|
|
674
698
|
mode?: string | null | undefined;
|
|
675
699
|
heartbeatPeriod?: number | null | undefined;
|
|
@@ -772,7 +796,10 @@ export declare namespace GetRawSubscriptionByShortUuidCommand {
|
|
|
772
796
|
shortId?: string | null | undefined;
|
|
773
797
|
spiderX?: string | null | undefined;
|
|
774
798
|
tls?: string | null | undefined;
|
|
775
|
-
|
|
799
|
+
rawSettings?: {
|
|
800
|
+
headerType?: string | null | undefined;
|
|
801
|
+
request?: {} | null | undefined;
|
|
802
|
+
} | null | undefined;
|
|
776
803
|
additionalParams?: {
|
|
777
804
|
mode?: string | null | undefined;
|
|
778
805
|
heartbeatPeriod?: number | null | undefined;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"get-raw-subscription-by-short-uuid.command.d.ts","sourceRoot":"","sources":["../../../../../commands/subscriptions/get-by/get-raw-subscription-by-short-uuid.command.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAMxB,yBAAiB,oCAAoC,CAAC;IAC3C,MAAM,GAAG,+BAA+C,CAAC;IACzD,MAAM,OAAO,QAAoB,CAAC;IAElC,MAAM,eAAe,8CAI3B,CAAC;IAEK,MAAM,aAAa;;;;;;MAExB,CAAC;IAEH,KAAY,OAAO,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,aAAa,CAAC,CAAC;IAE7C,MAAM,kBAAkB;;;;;;MAM7B,CAAC;IAEH,KAAY,YAAY,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,kBAAkB,CAAC,CAAC;IAEvD,MAAM,cAAc
|
|
1
|
+
{"version":3,"file":"get-raw-subscription-by-short-uuid.command.d.ts","sourceRoot":"","sources":["../../../../../commands/subscriptions/get-by/get-raw-subscription-by-short-uuid.command.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAMxB,yBAAiB,oCAAoC,CAAC;IAC3C,MAAM,GAAG,+BAA+C,CAAC;IACzD,MAAM,OAAO,QAAoB,CAAC;IAElC,MAAM,eAAe,8CAI3B,CAAC;IAEK,MAAM,aAAa;;;;;;MAExB,CAAC;IAEH,KAAY,OAAO,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,aAAa,CAAC,CAAC;IAE7C,MAAM,kBAAkB;;;;;;MAM7B,CAAC;IAEH,KAAY,YAAY,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,kBAAkB,CAAC,CAAC;IAEvD,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;MA2FzB,CAAC;IAEH,KAAY,QAAQ,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,cAAc,CAAC,CAAC;CACzD"}
|
package/build/backend/commands/subscriptions/get-by/get-raw-subscription-by-short-uuid.command.js
CHANGED
|
@@ -51,7 +51,10 @@ var GetRawSubscriptionByShortUuidCommand;
|
|
|
51
51
|
sni: zod_1.z.optional(zod_1.z.nullable(zod_1.z.string())),
|
|
52
52
|
spiderX: zod_1.z.optional(zod_1.z.nullable(zod_1.z.string())),
|
|
53
53
|
tls: zod_1.z.optional(zod_1.z.nullable(zod_1.z.string())),
|
|
54
|
-
|
|
54
|
+
rawSettings: zod_1.z.optional(zod_1.z.nullable(zod_1.z.object({
|
|
55
|
+
headerType: zod_1.z.optional(zod_1.z.nullable(zod_1.z.string())),
|
|
56
|
+
request: zod_1.z.optional(zod_1.z.nullable(zod_1.z.object({}))),
|
|
57
|
+
}))),
|
|
55
58
|
additionalParams: zod_1.z.optional(zod_1.z.nullable(zod_1.z.object({
|
|
56
59
|
mode: zod_1.z.optional(zod_1.z.nullable(zod_1.z.string())),
|
|
57
60
|
heartbeatPeriod: zod_1.z.optional(zod_1.z.nullable(zod_1.z.number())),
|
package/build/frontend/commands/subscriptions/get-by/get-raw-subscription-by-short-uuid.command.js
CHANGED
|
@@ -51,7 +51,10 @@ var GetRawSubscriptionByShortUuidCommand;
|
|
|
51
51
|
sni: zod_1.z.optional(zod_1.z.nullable(zod_1.z.string())),
|
|
52
52
|
spiderX: zod_1.z.optional(zod_1.z.nullable(zod_1.z.string())),
|
|
53
53
|
tls: zod_1.z.optional(zod_1.z.nullable(zod_1.z.string())),
|
|
54
|
-
|
|
54
|
+
rawSettings: zod_1.z.optional(zod_1.z.nullable(zod_1.z.object({
|
|
55
|
+
headerType: zod_1.z.optional(zod_1.z.nullable(zod_1.z.string())),
|
|
56
|
+
request: zod_1.z.optional(zod_1.z.nullable(zod_1.z.object({}))),
|
|
57
|
+
}))),
|
|
55
58
|
additionalParams: zod_1.z.optional(zod_1.z.nullable(zod_1.z.object({
|
|
56
59
|
mode: zod_1.z.optional(zod_1.z.nullable(zod_1.z.string())),
|
|
57
60
|
heartbeatPeriod: zod_1.z.optional(zod_1.z.nullable(zod_1.z.number())),
|