@remnawave/node-contract 2.6.15 → 2.6.16

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.
@@ -46,18 +46,12 @@ export declare namespace AddUsersCommand {
46
46
  }>, z.ZodObject<{
47
47
  type: z.ZodLiteral<"hysteria">;
48
48
  tag: z.ZodString;
49
- username: z.ZodString;
50
- password: z.ZodString;
51
49
  }, "strip", z.ZodTypeAny, {
52
50
  type: "hysteria";
53
51
  tag: string;
54
- username: string;
55
- password: string;
56
52
  }, {
57
53
  type: "hysteria";
58
54
  tag: string;
59
- username: string;
60
- password: string;
61
55
  }>]>, "many">;
62
56
  userData: z.ZodObject<{
63
57
  userId: z.ZodString;
@@ -95,8 +89,6 @@ export declare namespace AddUsersCommand {
95
89
  } | {
96
90
  type: "hysteria";
97
91
  tag: string;
98
- username: string;
99
- password: string;
100
92
  })[];
101
93
  userData: {
102
94
  vlessUuid: string;
@@ -122,8 +114,6 @@ export declare namespace AddUsersCommand {
122
114
  } | {
123
115
  type: "hysteria";
124
116
  tag: string;
125
- username: string;
126
- password: string;
127
117
  })[];
128
118
  userData: {
129
119
  vlessUuid: string;
@@ -152,8 +142,6 @@ export declare namespace AddUsersCommand {
152
142
  } | {
153
143
  type: "hysteria";
154
144
  tag: string;
155
- username: string;
156
- password: string;
157
145
  })[];
158
146
  userData: {
159
147
  vlessUuid: string;
@@ -182,8 +170,6 @@ export declare namespace AddUsersCommand {
182
170
  } | {
183
171
  type: "hysteria";
184
172
  tag: string;
185
- username: string;
186
- password: string;
187
173
  })[];
188
174
  userData: {
189
175
  vlessUuid: string;
@@ -1 +1 @@
1
- {"version":3,"file":"add-users.command.d.ts","sourceRoot":"","sources":["../../../commands/handler/add-users.command.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAIxB,yBAAiB,eAAe,CAAC;IACtB,MAAM,GAAG,2BAA6B,CAAC;IA8BvC,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;MAuBxB,CAAC;IAEH,KAAY,OAAO,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,aAAa,CAAC,CAAC;IAE7C,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;MAKzB,CAAC;IAEH,KAAY,QAAQ,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,cAAc,CAAC,CAAC;CACzD"}
1
+ {"version":3,"file":"add-users.command.d.ts","sourceRoot":"","sources":["../../../commands/handler/add-users.command.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAIxB,yBAAiB,eAAe,CAAC;IACtB,MAAM,GAAG,2BAA6B,CAAC;IA4BvC,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;MAuBxB,CAAC;IAEH,KAAY,OAAO,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,aAAa,CAAC,CAAC;IAE7C,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;MAKzB,CAAC;IAEH,KAAY,QAAQ,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,cAAc,CAAC,CAAC;CACzD"}
@@ -26,8 +26,6 @@ var AddUsersCommand;
26
26
  const BaseHysteriaUser = zod_1.z.object({
27
27
  type: zod_1.z.literal('hysteria'),
28
28
  tag: zod_1.z.string(),
29
- username: zod_1.z.string(),
30
- password: zod_1.z.string(),
31
29
  });
32
30
  AddUsersCommand.RequestSchema = zod_1.z.object({
33
31
  affectedInboundTags: zod_1.z.array(zod_1.z.string()),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@remnawave/node-contract",
3
- "version": "2.6.15",
3
+ "version": "2.6.16",
4
4
  "description": "A node-contract library for Remnawave Panel",
5
5
  "main": "build/index.js",
6
6
  "types": "build/index.d.ts",