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.13 to 0.0.14

12

api/controllers/users.ts

@@ -6,10 +6,10 @@ export const USERS_CONTROLLER = 'users' as const;

GET_BY_UUID: '',
GET_BY_SHORT_UUID: 'short-uuid/:shortUuid',
GET_BY_SUBSCRIPTION_UUID: 'sub-uuid/:subscriptionUuid',
GET_BY_SHORT_UUID: 'short-uuid',
GET_BY_SUBSCRIPTION_UUID: 'sub-uuid',
GET_ALL: '',
REVOKE_SUBSCRIPTION: 'revoke/:uuid',
DISABLE_USER: 'disable/:uuid',
ENABLE_USER: 'enable/:uuid',
DELETE_USER: 'delete/:uuid',
REVOKE_SUBSCRIPTION: 'revoke',
DISABLE_USER: 'disable',
ENABLE_USER: 'enable',
DELETE_USER: 'delete',
UPDATE: 'update',
} as const;

@@ -8,10 +8,10 @@ "use strict";

GET_BY_UUID: '',
GET_BY_SHORT_UUID: 'short-uuid/:shortUuid',
GET_BY_SUBSCRIPTION_UUID: 'sub-uuid/:subscriptionUuid',
GET_BY_SHORT_UUID: 'short-uuid',
GET_BY_SUBSCRIPTION_UUID: 'sub-uuid',
GET_ALL: '',
REVOKE_SUBSCRIPTION: 'revoke/:uuid',
DISABLE_USER: 'disable/:uuid',
ENABLE_USER: 'enable/:uuid',
DELETE_USER: 'delete/:uuid',
REVOKE_SUBSCRIPTION: 'revoke',
DISABLE_USER: 'disable',
ENABLE_USER: 'enable',
DELETE_USER: 'delete',
UPDATE: 'update',
};
{
"name": "@remnawave/backend-contract",
"version": "0.0.13",
"version": "0.0.14",
"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