@remnawave/backend-contract
Advanced tools
Comparing version 0.0.13 to 0.0.14
@@ -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", |
132673