Commit graph

7 commits

Author SHA1 Message Date
kastov
f6f1a6608a
refactor: replace all users routes to use id instaed of uuid, add new bandwidth stats routes 2026-07-13 23:01:56 +03:00
kastov
152a3c6960
feat: implement getConnectionKeysByUuid functionality in Subscription module 2026-02-20 20:43:35 +03:00
kastov
3709873457
fix: correct typo in subpage config route 2025-12-15 03:25:28 +03:00
kastov
054b4b36df
feat: add subpage config support for external squads 2025-12-15 03:23:26 +03:00
kastov
fd25db0428
chore: refactor subscription commands
- Updated package version to 2.1.32 in package.json.
- Removed GET_RAW endpoint from the Subscription Controller.
- Introduced a new SHORT_UUID_RAW endpoint for retrieving raw subscription data in Subscriptions Controller
- Changed response schema of /raw subscription endpoint to include full user object.
- Refactored SubscriptionController and SubscriptionsController to align with new command structure and improved response formats.
2025-09-01 23:57:42 +03:00
kastov
adbfc6acfd
chore: bump version to 2.1.7 and add new subscription retrieval endpoints
- Introduced new endpoints for retrieving subscription by UUID and short UUID.
- Refactored subscription service to handle unique field queries.
- Enhanced response schemas for subscription commands to use a unified SubscriptionInfoSchema.
2025-08-30 03:34:36 +03:00
kastov
d9b773d118
feat: add subscription management endpoints
- Implements getAllSubscriptions endpoint with pagination
- Adds getSubscriptionByUsername endpoint
- Reorganizes subscription controller into separate files
- Extends API contracts and DTOs for new subscription endpoints
2025-05-04 18:00:11 +03:00