Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@remnawave/backend-contract

Package Overview
Dependencies
Maintainers
0
Versions
77
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@remnawave/backend-contract - npm Package Compare versions

Comparing version 0.0.3 to 0.0.4

8

build/commands/users/get-all-users.command.js

@@ -19,3 +19,9 @@ "use strict";

];
GetAllUsersCommand.SearchableFields = ['username', 'shortUuid', 'subscriptionUuid', 'uuid'];
GetAllUsersCommand.SearchableFields = [
'username',
'shortUuid',
'subscriptionUuid',
'uuid',
'status',
];
GetAllUsersCommand.RequestQuerySchema = zod_1.z.object({

@@ -22,0 +28,0 @@ limit: zod_1.z

@@ -18,3 +18,9 @@ import { z } from 'zod';

export const SearchableFields = ['username', 'shortUuid', 'subscriptionUuid', 'uuid'] as const;
export const SearchableFields = [
'username',
'shortUuid',
'subscriptionUuid',
'uuid',
'status',
] as const;

@@ -21,0 +27,0 @@ export type SortableField = (typeof SortableFields)[number];

2

package.json
{
"name": "@remnawave/backend-contract",
"version": "0.0.3",
"version": "0.0.4",
"description": "A contract library for Remnawave",

@@ -5,0 +5,0 @@ "main": "index.js",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc