@remnawave/backend-contract 2.3.37 → 2.3.39

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.
@@ -19,7 +19,7 @@ var GetTopUsersByHwidDevicesCommand;
19
19
  .min(1, 'Size (limit) must be greater than 0')
20
20
  .max(100, 'Size (limit) must be less than 100')
21
21
  .describe('Number of results to return, no more than 100')
22
- .default(25),
22
+ .default(5),
23
23
  });
24
24
  GetTopUsersByHwidDevicesCommand.ResponseSchema = zod_1.z.object({
25
25
  response: zod_1.z.object({
@@ -1,3 +1,3 @@
1
- export declare const TEMPLATE_KEYS: readonly ["DAYS_LEFT", "TRAFFIC_USED", "TRAFFIC_LEFT", "STATUS", "TOTAL_TRAFFIC", "USERNAME", "EMAIL", "TELEGRAM_ID", "SUBSCRIPTION_URL", "TAG", "EXPIRE_UNIX", "SHORT_UUID"];
1
+ export declare const TEMPLATE_KEYS: readonly ["DAYS_LEFT", "TRAFFIC_USED", "TRAFFIC_LEFT", "STATUS", "TOTAL_TRAFFIC", "USERNAME", "EMAIL", "TELEGRAM_ID", "SUBSCRIPTION_URL", "TAG", "EXPIRE_UNIX", "SHORT_UUID", "ID"];
2
2
  export type TemplateKeys = (typeof TEMPLATE_KEYS)[number];
3
3
  //# sourceMappingURL=template-keys.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"template-keys.d.ts","sourceRoot":"","sources":["../../../../constants/templates/template-keys.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,aAAa,+KAahB,CAAC;AACX,MAAM,MAAM,YAAY,GAAG,CAAC,OAAO,aAAa,CAAC,CAAC,MAAM,CAAC,CAAC"}
1
+ {"version":3,"file":"template-keys.d.ts","sourceRoot":"","sources":["../../../../constants/templates/template-keys.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,aAAa,qLAchB,CAAC;AACX,MAAM,MAAM,YAAY,GAAG,CAAC,OAAO,aAAa,CAAC,CAAC,MAAM,CAAC,CAAC"}
@@ -14,4 +14,5 @@ exports.TEMPLATE_KEYS = [
14
14
  'TAG',
15
15
  'EXPIRE_UNIX',
16
16
  'SHORT_UUID',
17
+ 'ID',
17
18
  ];
@@ -19,7 +19,7 @@ var GetTopUsersByHwidDevicesCommand;
19
19
  .min(1, 'Size (limit) must be greater than 0')
20
20
  .max(100, 'Size (limit) must be less than 100')
21
21
  .describe('Number of results to return, no more than 100')
22
- .default(25),
22
+ .default(5),
23
23
  });
24
24
  GetTopUsersByHwidDevicesCommand.ResponseSchema = zod_1.z.object({
25
25
  response: zod_1.z.object({
@@ -14,4 +14,5 @@ exports.TEMPLATE_KEYS = [
14
14
  'TAG',
15
15
  'EXPIRE_UNIX',
16
16
  'SHORT_UUID',
17
+ 'ID',
17
18
  ];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@remnawave/backend-contract",
3
- "version": "2.3.37",
3
+ "version": "2.3.39",
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.",