- 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.
- 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.
- Implements getAllSubscriptions endpoint with pagination
- Adds getSubscriptionByUsername endpoint
- Reorganizes subscription controller into separate files
- Extends API contracts and DTOs for new subscription endpoints