@remnawave/backend-contract 0.3.32 → 0.3.33

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.
@@ -7,7 +7,6 @@ export declare namespace GetFullInboundsCommand {
7
7
  uuid: z.ZodString;
8
8
  tag: z.ZodString;
9
9
  type: z.ZodString;
10
- protocol: z.ZodString;
11
10
  port: z.ZodNumber;
12
11
  network: z.ZodNullable<z.ZodString>;
13
12
  security: z.ZodNullable<z.ZodString>;
@@ -44,7 +43,6 @@ export declare namespace GetFullInboundsCommand {
44
43
  uuid: string;
45
44
  type: string;
46
45
  tag: string;
47
- protocol: string;
48
46
  port: number;
49
47
  network: string | null;
50
48
  security: string | null;
@@ -63,7 +61,6 @@ export declare namespace GetFullInboundsCommand {
63
61
  uuid: string;
64
62
  type: string;
65
63
  tag: string;
66
- protocol: string;
67
64
  port: number;
68
65
  network: string | null;
69
66
  security: string | null;
@@ -84,7 +81,6 @@ export declare namespace GetFullInboundsCommand {
84
81
  uuid: string;
85
82
  type: string;
86
83
  tag: string;
87
- protocol: string;
88
84
  port: number;
89
85
  network: string | null;
90
86
  security: string | null;
@@ -105,7 +101,6 @@ export declare namespace GetFullInboundsCommand {
105
101
  uuid: string;
106
102
  type: string;
107
103
  tag: string;
108
- protocol: string;
109
104
  port: number;
110
105
  network: string | null;
111
106
  security: string | null;
@@ -1 +1 @@
1
- {"version":3,"file":"get-full-inbounds.command.d.ts","sourceRoot":"","sources":["../../../../commands/inbounds/get-full-inbounds.command.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAKxB,yBAAiB,sBAAsB,CAAC;IAC7B,MAAM,GAAG,sBAAsC,CAAC;IAChD,MAAM,OAAO,sBAAM,CAAC;IAEpB,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;MAEzB,CAAC;IAEH,KAAY,QAAQ,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,cAAc,CAAC,CAAC;CACzD"}
1
+ {"version":3,"file":"get-full-inbounds.command.d.ts","sourceRoot":"","sources":["../../../../commands/inbounds/get-full-inbounds.command.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAKxB,yBAAiB,sBAAsB,CAAC;IAC7B,MAAM,GAAG,sBAAsC,CAAC;IAChD,MAAM,OAAO,sBAAM,CAAC;IAEpB,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;MAEzB,CAAC;IAEH,KAAY,QAAQ,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,cAAc,CAAC,CAAC;CACzD"}
@@ -3,7 +3,6 @@ export declare const FullInboundsSchema: z.ZodObject<{
3
3
  uuid: z.ZodString;
4
4
  tag: z.ZodString;
5
5
  type: z.ZodString;
6
- protocol: z.ZodString;
7
6
  port: z.ZodNumber;
8
7
  network: z.ZodNullable<z.ZodString>;
9
8
  security: z.ZodNullable<z.ZodString>;
@@ -40,7 +39,6 @@ export declare const FullInboundsSchema: z.ZodObject<{
40
39
  uuid: string;
41
40
  type: string;
42
41
  tag: string;
43
- protocol: string;
44
42
  port: number;
45
43
  network: string | null;
46
44
  security: string | null;
@@ -59,7 +57,6 @@ export declare const FullInboundsSchema: z.ZodObject<{
59
57
  uuid: string;
60
58
  type: string;
61
59
  tag: string;
62
- protocol: string;
63
60
  port: number;
64
61
  network: string | null;
65
62
  security: string | null;
@@ -1 +1 @@
1
- {"version":3,"file":"full-inbounds.schema.d.ts","sourceRoot":"","sources":["../../../models/full-inbounds.schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAExB,eAAO,MAAM,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAiB7B,CAAC"}
1
+ {"version":3,"file":"full-inbounds.schema.d.ts","sourceRoot":"","sources":["../../../models/full-inbounds.schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAExB,eAAO,MAAM,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAgB7B,CAAC"}
@@ -6,7 +6,6 @@ exports.FullInboundsSchema = zod_1.z.object({
6
6
  uuid: zod_1.z.string().uuid(),
7
7
  tag: zod_1.z.string(),
8
8
  type: zod_1.z.string(),
9
- protocol: zod_1.z.string(),
10
9
  port: zod_1.z.number(),
11
10
  network: zod_1.z.string().nullable(),
12
11
  security: zod_1.z.string().nullable(),
@@ -6,7 +6,6 @@ exports.FullInboundsSchema = zod_1.z.object({
6
6
  uuid: zod_1.z.string().uuid(),
7
7
  tag: zod_1.z.string(),
8
8
  type: zod_1.z.string(),
9
- protocol: zod_1.z.string(),
10
9
  port: zod_1.z.number(),
11
10
  network: zod_1.z.string().nullable(),
12
11
  security: zod_1.z.string().nullable(),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@remnawave/backend-contract",
3
- "version": "0.3.32",
3
+ "version": "0.3.33",
4
4
  "public": true,
5
5
  "license": "AGPL-3.0-only",
6
6
  "description": "A contract library for Remnawave Backend. It can be used in backend and frontend.",