diff --git a/openapi.json b/openapi.json index d5fc2c7..0e5f850 100644 --- a/openapi.json +++ b/openapi.json @@ -50,7 +50,9 @@ } }, "summary": "Request SMS OTP", - "tags": ["Auth"] + "tags": [ + "Auth" + ] } }, "/api/v1/auth/verify-otp": { @@ -112,7 +114,9 @@ } }, "summary": "Verify OTP", - "tags": ["Auth"] + "tags": [ + "Auth" + ] } }, "/api/v1/auth/refresh": { @@ -153,7 +157,9 @@ } }, "summary": "Refresh JWT tokens", - "tags": ["Auth"] + "tags": [ + "Auth" + ] } }, "/api/v1/auth/logout": { @@ -219,7 +225,9 @@ } ], "summary": "Logout current session", - "tags": ["Auth"] + "tags": [ + "Auth" + ] } }, "/api/v1/auth/logout-all": { @@ -285,7 +293,9 @@ } ], "summary": "Logout all sessions", - "tags": ["Auth"] + "tags": [ + "Auth" + ] } }, "/api/v1/auth/sessions": { @@ -354,7 +364,9 @@ } ], "summary": "List active sessions", - "tags": ["Auth"] + "tags": [ + "Auth" + ] } }, "/api/v1/auth/sessions/{id}": { @@ -442,7 +454,9 @@ } ], "summary": "Revoke a session", - "tags": ["Auth"] + "tags": [ + "Auth" + ] } }, "/api/v1/internal/sentry-webhook": { @@ -478,7 +492,9 @@ } }, "summary": "Sentry → Telegram alert relay", - "tags": ["Ops"] + "tags": [ + "Ops" + ] } }, "/api/v1/internal/jibit-transaction-webhook": { @@ -523,7 +539,9 @@ } }, "summary": "Jibit account-transaction → Telegram relay", - "tags": ["Ops"] + "tags": [ + "Ops" + ] } }, "/api/v1/users/public/{id}": { @@ -557,7 +575,9 @@ } ], "summary": "Get a public user profile; host stats are included only for verified hosts", - "tags": ["Users"] + "tags": [ + "Users" + ] } }, "/api/v1/users/public/{id}/events": { @@ -625,7 +645,10 @@ "description": "0 = JSON list (default). 1 = Excel export (returns response.fileData).", "schema": { "type": "number", - "enum": [0, 1] + "enum": [ + 0, + 1 + ] } }, { @@ -635,7 +658,10 @@ "schema": { "default": "upcoming", "type": "string", - "enum": ["upcoming", "held"] + "enum": [ + "upcoming", + "held" + ] } } ], @@ -659,7 +685,10 @@ "description": "Pagination metadata for the current query." } }, - "required": ["items", "response"] + "required": [ + "items", + "response" + ] } } } @@ -671,7 +700,9 @@ } ], "summary": "List discoverable events for a verified public host", - "tags": ["Users"] + "tags": [ + "Users" + ] } }, "/api/v1/users/public/{id}/viewer-state": { @@ -705,7 +736,9 @@ } ], "summary": "Get private organizer state for the current viewer", - "tags": ["Users"] + "tags": [ + "Users" + ] } }, "/api/v1/users/me": { @@ -771,7 +804,9 @@ } ], "summary": "Get current user profile", - "tags": ["Users"] + "tags": [ + "Users" + ] }, "patch": { "description": "Updates editable profile fields for the authenticated user only.", @@ -846,7 +881,9 @@ } ], "summary": "Update current user profile", - "tags": ["Users"] + "tags": [ + "Users" + ] } }, "/api/v1/users/me/profile-summary": { @@ -922,7 +959,9 @@ } ], "summary": "Get current user profile hub summary", - "tags": ["Users"] + "tags": [ + "Users" + ] } }, "/api/v1/users/{id}/attendee-contact-links": { @@ -960,7 +999,9 @@ } ], "summary": "Get attendee-only contact links for an organizer", - "tags": ["Users"] + "tags": [ + "Users" + ] } }, "/api/v1/users/me/complete-profile": { @@ -1047,7 +1088,9 @@ } ], "summary": "Complete user profile after OTP verification", - "tags": ["Users"] + "tags": [ + "Users" + ] } }, "/api/v1/admin/users": { @@ -1116,7 +1159,10 @@ "description": "0 = JSON list (default). 1 = Excel export (returns response.fileData).", "schema": { "type": "number", - "enum": [0, 1] + "enum": [ + 0, + 1 + ] } }, { @@ -1240,7 +1286,10 @@ "description": "Pagination metadata for the current query." } }, - "required": ["items", "response"] + "required": [ + "items", + "response" + ] } } } @@ -1312,7 +1361,9 @@ } ], "summary": "Paginated admin users list", - "tags": ["Admin - Users"] + "tags": [ + "Admin - Users" + ] } }, "/api/v1/admin/users/{id}/mobile": { @@ -1418,7 +1469,9 @@ } ], "summary": "Change a user's login mobile (admin)", - "tags": ["Admin - Users"] + "tags": [ + "Admin - Users" + ] } }, "/api/v1/admin/users/{id}": { @@ -1525,7 +1578,9 @@ } ], "summary": "Edit a user (admin)", - "tags": ["Admin - Users"] + "tags": [ + "Admin - Users" + ] }, "get": { "description": "Staff-only: full profile, identity status, wallet balance, and a summary count for every category (hosted events, bookings, payments, reviews, follows, reports, blocks). See the dedicated sub-endpoints (hosted-events, bookings, payments, reviews, follows, reports, blocks) for the paginated lists themselves.", @@ -1618,7 +1673,9 @@ } ], "summary": "Full user detail for admin", - "tags": ["Admin - User Detail"] + "tags": [ + "Admin - User Detail" + ] } }, "/api/v1/users/me/contact-links": { @@ -1646,7 +1703,9 @@ } ], "summary": "Current user's contact links (unpaginated)", - "tags": ["users"] + "tags": [ + "users" + ] }, "post": { "operationId": "UserContactLinksController_create", @@ -1679,7 +1738,9 @@ } ], "summary": "Add a contact link for the current user", - "tags": ["users"] + "tags": [ + "users" + ] } }, "/api/v1/users/me/contact-links/{id}": { @@ -1723,7 +1784,9 @@ } ], "summary": "Update a contact link owned by the current user", - "tags": ["users"] + "tags": [ + "users" + ] }, "delete": { "operationId": "UserContactLinksController_remove", @@ -1755,7 +1818,9 @@ } ], "summary": "Remove a contact link owned by the current user", - "tags": ["users"] + "tags": [ + "users" + ] } }, "/api/v1/identity/rejection-reasons": { @@ -1799,7 +1864,9 @@ } }, "summary": "List active identity rejection reasons", - "tags": ["Identity"] + "tags": [ + "Identity" + ] } }, "/api/v1/identity/verifications/request-otp": { @@ -1895,7 +1962,9 @@ } ], "summary": "Request OTP to confirm host cooperation contract", - "tags": ["Identity"] + "tags": [ + "Identity" + ] } }, "/api/v1/identity/verifications/confirm-otp": { @@ -1981,7 +2050,9 @@ } ], "summary": "Confirm host-contract OTP and submit identity verification", - "tags": ["Identity"] + "tags": [ + "Identity" + ] } }, "/api/v1/identity/verifications/me": { @@ -2050,7 +2121,9 @@ } ], "summary": "List my identity verification submissions", - "tags": ["Identity"] + "tags": [ + "Identity" + ] } }, "/api/v1/admin/identity/verifications": { @@ -2112,7 +2185,10 @@ "description": "0 = JSON list (default). 1 = Excel export (returns response.fileData).", "schema": { "type": "number", - "enum": [0, 1] + "enum": [ + 0, + 1 + ] } }, { @@ -2156,7 +2232,10 @@ "description": "Pagination metadata for the current query." } }, - "required": ["items", "response"] + "required": [ + "items", + "response" + ] } } } @@ -2228,7 +2307,9 @@ } ], "summary": "List identity verification review queue", - "tags": ["Admin - Identity"] + "tags": [ + "Admin - Identity" + ] } }, "/api/v1/admin/identity/verifications/{id}/jibit-inquiry": { @@ -2326,7 +2407,9 @@ } ], "summary": "Run Jibit national-code/mobile matching inquiry", - "tags": ["Admin - Identity"] + "tags": [ + "Admin - Identity" + ] } }, "/api/v1/admin/identity/verifications/{id}/approve": { @@ -2424,7 +2507,9 @@ } ], "summary": "Approve identity verification", - "tags": ["Admin - Identity"] + "tags": [ + "Admin - Identity" + ] } }, "/api/v1/admin/identity/verifications/{id}/reject": { @@ -2533,7 +2618,9 @@ } ], "summary": "Reject identity verification", - "tags": ["Admin - Identity"] + "tags": [ + "Admin - Identity" + ] } }, "/api/v1/notifications/me": { @@ -2595,7 +2682,10 @@ "description": "0 = JSON list (default). 1 = Excel export (returns response.fileData).", "schema": { "type": "number", - "enum": [0, 1] + "enum": [ + 0, + 1 + ] } }, { @@ -2629,7 +2719,10 @@ "description": "Pagination metadata for the current query." } }, - "required": ["items", "response"] + "required": [ + "items", + "response" + ] } } } @@ -2681,7 +2774,9 @@ } ], "summary": "List my in-app notifications", - "tags": ["Notifications"] + "tags": [ + "Notifications" + ] } }, "/api/v1/notifications/me/unread-count": { @@ -2747,7 +2842,9 @@ } ], "summary": "Get unread in-app notification count", - "tags": ["Notifications"] + "tags": [ + "Notifications" + ] } }, "/api/v1/notifications/{id}/read": { @@ -2834,7 +2931,9 @@ } ], "summary": "Mark an in-app notification as read", - "tags": ["Notifications"] + "tags": [ + "Notifications" + ] } }, "/api/v1/notifications/push/vapid-public-key": { @@ -2900,7 +2999,9 @@ } ], "summary": "Get VAPID public key for Web Push subscription", - "tags": ["Notifications"] + "tags": [ + "Notifications" + ] } }, "/api/v1/notifications/push/deliveries/receipt": { @@ -2986,7 +3087,9 @@ } ], "summary": "Record a browser Web Push receipt event", - "tags": ["Notifications"] + "tags": [ + "Notifications" + ] } }, "/api/v1/notifications/push/subscribe": { @@ -3075,7 +3178,9 @@ } ], "summary": "Register a browser Web Push subscription", - "tags": ["Notifications"] + "tags": [ + "Notifications" + ] }, "delete": { "description": "Called on logout to stop push delivery to all user devices.", @@ -3142,7 +3247,9 @@ } ], "summary": "Remove all Web Push subscriptions for current user", - "tags": ["Notifications"] + "tags": [ + "Notifications" + ] } }, "/api/v1/notifications/push/subscribe/{id}": { @@ -3230,7 +3337,9 @@ } ], "summary": "Remove a browser Web Push subscription", - "tags": ["Notifications"] + "tags": [ + "Notifications" + ] } }, "/api/v1/admin/sms-messages": { @@ -3292,7 +3401,10 @@ "description": "0 = JSON list (default). 1 = Excel export (returns response.fileData).", "schema": { "type": "number", - "enum": [0, 1] + "enum": [ + 0, + 1 + ] } }, { @@ -3346,7 +3458,10 @@ "description": "Pagination metadata for the current query." } }, - "required": ["items", "response"] + "required": [ + "items", + "response" + ] } } } @@ -3418,7 +3533,9 @@ } ], "summary": "List SMS delivery records", - "tags": ["Admin - Notifications"] + "tags": [ + "Admin - Notifications" + ] } }, "/api/v1/admin/notification-rules": { @@ -3446,7 +3563,9 @@ } ], "summary": "List admin-managed notification rules", - "tags": ["Admin - Notification Rules"] + "tags": [ + "Admin - Notification Rules" + ] } }, "/api/v1/admin/notification-rules/{eventKey}": { @@ -3490,7 +3609,9 @@ } ], "summary": "Update delivery and templates for a notification event", - "tags": ["Admin - Notification Rules"] + "tags": [ + "Admin - Notification Rules" + ] } }, "/api/v1/admin/manual-notifications/request-otp": { @@ -3576,7 +3697,9 @@ } ], "summary": "Request OTP before sending a group SMS", - "tags": ["Admin - Notifications"] + "tags": [ + "Admin - Notifications" + ] } }, "/api/v1/admin/manual-notifications": { @@ -3672,7 +3795,9 @@ } ], "summary": "Send a manual notification to selected users", - "tags": ["Admin - Notifications"] + "tags": [ + "Admin - Notifications" + ] } }, "/api/v1/admin/in-app-notifications": { @@ -3734,7 +3859,10 @@ "description": "0 = JSON list (default). 1 = Excel export (returns response.fileData).", "schema": { "type": "number", - "enum": [0, 1] + "enum": [ + 0, + 1 + ] } }, { @@ -3798,7 +3926,10 @@ "description": "Pagination metadata for the current query." } }, - "required": ["items", "response"] + "required": [ + "items", + "response" + ] } } } @@ -3870,7 +4001,9 @@ } ], "summary": "List in-app notifications", - "tags": ["Admin - Notifications"] + "tags": [ + "Admin - Notifications" + ] } }, "/api/v1/admin/push-deliveries": { @@ -3932,7 +4065,10 @@ "description": "0 = JSON list (default). 1 = Excel export (returns response.fileData).", "schema": { "type": "number", - "enum": [0, 1] + "enum": [ + 0, + 1 + ] } }, { @@ -3996,7 +4132,10 @@ "description": "Pagination metadata for the current query." } }, - "required": ["items", "response"] + "required": [ + "items", + "response" + ] } } } @@ -4068,7 +4207,9 @@ } ], "summary": "List Web Push delivery records", - "tags": ["Admin - Notifications"] + "tags": [ + "Admin - Notifications" + ] } }, "/api/v1/event-categories": { @@ -4091,7 +4232,9 @@ } }, "summary": "Active event categories (flat list, unpaginated)", - "tags": ["Event Categories"] + "tags": [ + "Event Categories" + ] } }, "/api/v1/event-categories/{slug}": { @@ -4120,7 +4263,9 @@ } }, "summary": "Single active category by slug", - "tags": ["Event Categories"] + "tags": [ + "Event Categories" + ] } }, "/api/v1/admin/event-categories/flat": { @@ -4148,7 +4293,9 @@ } ], "summary": "Flat list of all categories for admin filters", - "tags": ["Admin - Event Categories"] + "tags": [ + "Admin - Event Categories" + ] } }, "/api/v1/admin/event-categories": { @@ -4207,7 +4354,10 @@ "description": "0 = JSON list (default). 1 = Excel export (returns response.fileData).", "schema": { "type": "number", - "enum": [0, 1] + "enum": [ + 0, + 1 + ] } } ], @@ -4231,7 +4381,10 @@ "description": "Pagination metadata for the current query." } }, - "required": ["items", "response"] + "required": [ + "items", + "response" + ] } } } @@ -4243,7 +4396,9 @@ } ], "summary": "Paginated category management list", - "tags": ["Admin - Event Categories"] + "tags": [ + "Admin - Event Categories" + ] }, "post": { "operationId": "AdminEventCategoriesController_create", @@ -4276,7 +4431,9 @@ } ], "summary": "Create event category", - "tags": ["Admin - Event Categories"] + "tags": [ + "Admin - Event Categories" + ] } }, "/api/v1/admin/event-categories/{id}": { @@ -4320,7 +4477,9 @@ } ], "summary": "Update event category", - "tags": ["Admin - Event Categories"] + "tags": [ + "Admin - Event Categories" + ] }, "delete": { "operationId": "AdminEventCategoriesController_remove", @@ -4352,7 +4511,9 @@ } ], "summary": "Soft-delete event category", - "tags": ["Admin - Event Categories"] + "tags": [ + "Admin - Event Categories" + ] } }, "/api/v1/geography/provinces": { @@ -4375,7 +4536,9 @@ } }, "summary": "List all provinces (unpaginated)", - "tags": ["Geography"] + "tags": [ + "Geography" + ] } }, "/api/v1/geography/cities": { @@ -4398,7 +4561,9 @@ } }, "summary": "List all cities (unpaginated, flat)", - "tags": ["Geography"] + "tags": [ + "Geography" + ] } }, "/api/v1/geography/provinces/{provinceId}/cities": { @@ -4430,7 +4595,9 @@ } }, "summary": "List cities in a province (unpaginated)", - "tags": ["Geography"] + "tags": [ + "Geography" + ] } }, "/api/v1/geography/cities/{slug}": { @@ -4459,7 +4626,9 @@ } }, "summary": "Single city by slug (SEO city landing pages)", - "tags": ["Geography"] + "tags": [ + "Geography" + ] } }, "/api/v1/my-events": { @@ -4519,7 +4688,10 @@ "description": "0 = JSON list (default). 1 = Excel export (returns response.fileData).", "schema": { "type": "number", - "enum": [0, 1] + "enum": [ + 0, + 1 + ] } }, { @@ -4529,7 +4701,10 @@ "schema": { "default": "guest", "type": "string", - "enum": ["guest", "host"] + "enum": [ + "guest", + "host" + ] } }, { @@ -4539,7 +4714,14 @@ "schema": { "default": "upcoming", "type": "string", - "enum": ["upcoming", "held", "cancelled", "pending_review", "published", "rejected"] + "enum": [ + "upcoming", + "held", + "cancelled", + "pending_review", + "published", + "rejected" + ] } } ], @@ -4550,15 +4732,32 @@ "application/json": { "schema": { "type": "object", - "required": ["role", "status", "canHost", "availableRoles", "items", "response"], + "required": [ + "role", + "status", + "canHost", + "availableRoles", + "items", + "response" + ], "properties": { "role": { "type": "string", - "enum": ["guest", "host"] + "enum": [ + "guest", + "host" + ] }, "status": { "type": "string", - "enum": ["upcoming", "held", "cancelled", "pending_review", "published", "rejected"] + "enum": [ + "upcoming", + "held", + "cancelled", + "pending_review", + "published", + "rejected" + ] }, "canHost": { "type": "boolean" @@ -4567,7 +4766,10 @@ "type": "array", "items": { "type": "string", - "enum": ["guest", "host"] + "enum": [ + "guest", + "host" + ] } }, "items": { @@ -4598,7 +4800,9 @@ } ], "summary": "List the current user’s guest or hosted events by lifecycle", - "tags": ["My Events"] + "tags": [ + "My Events" + ] } }, "/api/v1/events/{eventId}/revisions": { @@ -4642,7 +4846,9 @@ } ], "summary": "Submit a pending revision for a published/full event (admin must re-approve before changes go live)", - "tags": ["My Events"] + "tags": [ + "My Events" + ] } }, "/api/v1/events/{eventId}/revisions/pending": { @@ -4676,7 +4882,9 @@ } ], "summary": "Get the current pending revision for own live event", - "tags": ["My Events"] + "tags": [ + "My Events" + ] }, "delete": { "operationId": "EventRevisionsController_withdraw", @@ -4710,7 +4918,9 @@ } ], "summary": "Withdraw the pending revision for own live event", - "tags": ["My Events"] + "tags": [ + "My Events" + ] } }, "/api/v1/events": { @@ -4745,7 +4955,9 @@ } ], "summary": "Create a draft event (verified host)", - "tags": ["My Events"] + "tags": [ + "My Events" + ] }, "get": { "operationId": "EventsController_discovery", @@ -4806,7 +5018,10 @@ "description": "0 = JSON list (default). 1 = Excel export (returns response.fileData).", "schema": { "type": "number", - "enum": [0, 1] + "enum": [ + 0, + 1 + ] } } ], @@ -4830,14 +5045,19 @@ "description": "Pagination metadata for the current query." } }, - "required": ["items", "response"] + "required": [ + "items", + "response" + ] } } } } }, "summary": "Public event discovery list", - "tags": ["Events"] + "tags": [ + "Events" + ] } }, "/api/v1/events/mine": { @@ -4900,7 +5120,10 @@ "description": "0 = JSON list (default). 1 = Excel export (returns response.fileData).", "schema": { "type": "number", - "enum": [0, 1] + "enum": [ + 0, + 1 + ] } } ], @@ -4924,7 +5147,10 @@ "description": "Pagination metadata for the current query." } }, - "required": ["items", "response"] + "required": [ + "items", + "response" + ] } } } @@ -4936,7 +5162,9 @@ } ], "summary": "Organizer's own events", - "tags": ["My Events"] + "tags": [ + "My Events" + ] } }, "/api/v1/events/{id}/for-edit": { @@ -4971,7 +5199,9 @@ } ], "summary": "Full event payload for edit/clone forms", - "tags": ["My Events"] + "tags": [ + "My Events" + ] } }, "/api/v1/events/{id}/owner-insights": { @@ -5005,7 +5235,9 @@ } ], "summary": "Get engagement insights for own event", - "tags": ["My Events"] + "tags": [ + "My Events" + ] } }, "/api/v1/events/{id}/management-bootstrap": { @@ -5039,7 +5271,9 @@ } ], "summary": "Get all initial data for managing an owned event", - "tags": ["My Events"] + "tags": [ + "My Events" + ] } }, "/api/v1/events/{id}/attendees": { @@ -5106,7 +5340,10 @@ "description": "0 = JSON list (default). 1 = Excel export (returns response.fileData).", "schema": { "type": "number", - "enum": [0, 1] + "enum": [ + 0, + 1 + ] } }, { @@ -5148,7 +5385,10 @@ "description": "Pagination metadata for the current query." } }, - "required": ["items", "response"] + "required": [ + "items", + "response" + ] } } } @@ -5160,7 +5400,9 @@ } ], "summary": "Search and list registrations for own event attendance desk", - "tags": ["My Events"] + "tags": [ + "My Events" + ] } }, "/api/v1/events/{id}/reserved-capacity": { @@ -5205,7 +5447,9 @@ } ], "summary": "Set off-platform reserved seat count for own event", - "tags": ["My Events"] + "tags": [ + "My Events" + ] } }, "/api/v1/events/{id}": { @@ -5249,7 +5493,9 @@ } ], "summary": "Update own event", - "tags": ["My Events"] + "tags": [ + "My Events" + ] }, "delete": { "operationId": "MyEventsController_softDelete", @@ -5281,7 +5527,9 @@ } ], "summary": "Soft-delete own event when it has no active bookings (booked_count = 0)", - "tags": ["My Events"] + "tags": [ + "My Events" + ] }, "get": { "operationId": "EventsController_findOne", @@ -5308,7 +5556,9 @@ } }, "summary": "Single event detail", - "tags": ["Events"] + "tags": [ + "Events" + ] } }, "/api/v1/events/{id}/publish": { @@ -5342,7 +5592,9 @@ } ], "summary": "Publish draft event", - "tags": ["My Events"] + "tags": [ + "My Events" + ] } }, "/api/v1/events/{id}/cancel": { @@ -5376,7 +5628,9 @@ } ], "summary": "Cancel published/full event", - "tags": ["My Events"] + "tags": [ + "My Events" + ] } }, "/api/v1/events/{id}/complete": { @@ -5410,7 +5664,9 @@ } ], "summary": "Mark event completed (creates group chat)", - "tags": ["My Events"] + "tags": [ + "My Events" + ] } }, "/api/v1/events/{id}/clone": { @@ -5444,7 +5700,9 @@ } ], "summary": "Clone event to new draft", - "tags": ["My Events"] + "tags": [ + "My Events" + ] } }, "/api/v1/events/bookmarks": { @@ -5503,7 +5761,10 @@ "description": "0 = JSON list (default). 1 = Excel export (returns response.fileData).", "schema": { "type": "number", - "enum": [0, 1] + "enum": [ + 0, + 1 + ] } } ], @@ -5527,7 +5788,10 @@ "description": "Pagination metadata for the current query." } }, - "required": ["items", "response"] + "required": [ + "items", + "response" + ] } } } @@ -5539,7 +5803,9 @@ } ], "summary": "List events bookmarked by current user", - "tags": ["Event Bookmarks"] + "tags": [ + "Event Bookmarks" + ] } }, "/api/v1/events/bookmarks/status": { @@ -5574,7 +5840,9 @@ } ], "summary": "Get bookmark status for a batch of events", - "tags": ["Event Bookmarks"] + "tags": [ + "Event Bookmarks" + ] } }, "/api/v1/events/{id}/bookmark": { @@ -5608,7 +5876,9 @@ } ], "summary": "Get bookmark status for current user", - "tags": ["Event Bookmarks"] + "tags": [ + "Event Bookmarks" + ] }, "post": { "operationId": "EventBookmarksController_bookmark", @@ -5640,7 +5910,9 @@ } ], "summary": "Bookmark an event", - "tags": ["Event Bookmarks"] + "tags": [ + "Event Bookmarks" + ] }, "delete": { "operationId": "EventBookmarksController_remove", @@ -5672,7 +5944,9 @@ } ], "summary": "Remove an event bookmark", - "tags": ["Event Bookmarks"] + "tags": [ + "Event Bookmarks" + ] } }, "/api/v1/events/by-slug/{slug}/bootstrap": { @@ -5701,7 +5975,9 @@ } }, "summary": "Public event landing bootstrap payload", - "tags": ["Events"] + "tags": [ + "Events" + ] } }, "/api/v1/events/by-slug/{slug}": { @@ -5730,7 +6006,9 @@ } }, "summary": "Single discoverable event by slug (SEO event landing page)", - "tags": ["Events"] + "tags": [ + "Events" + ] } }, "/api/v1/events/{id}/viewer-state": { @@ -5759,7 +6037,9 @@ } }, "summary": "Authenticated viewer state for an event landing", - "tags": ["Events"] + "tags": [ + "Events" + ] } }, "/api/v1/admin/events/{eventId}/revisions/pending": { @@ -5793,7 +6073,9 @@ } ], "summary": "Get pending revision for any live event", - "tags": ["Admin - Events"] + "tags": [ + "Admin - Events" + ] } }, "/api/v1/admin/events/{eventId}/revisions/{revisionId}/approve": { @@ -5835,7 +6117,9 @@ } ], "summary": "Approve a pending revision and apply it to the live event immediately (no host confirm)", - "tags": ["Admin - Events"] + "tags": [ + "Admin - Events" + ] } }, "/api/v1/admin/events/{eventId}/revisions/{revisionId}/reject": { @@ -5887,7 +6171,9 @@ } ], "summary": "Reject a pending revision; live event content stays unchanged", - "tags": ["Admin - Events"] + "tags": [ + "Admin - Events" + ] } }, "/api/v1/admin/events": { @@ -5950,7 +6236,10 @@ "description": "0 = JSON list (default). 1 = Excel export (returns response.fileData).", "schema": { "type": "number", - "enum": [0, 1] + "enum": [ + 0, + 1 + ] } } ], @@ -5974,7 +6263,10 @@ "description": "Pagination metadata for the current query." } }, - "required": ["items", "response"] + "required": [ + "items", + "response" + ] } } } @@ -5986,7 +6278,9 @@ } ], "summary": "Paginated admin events list", - "tags": ["Admin - Events"] + "tags": [ + "Admin - Events" + ] } }, "/api/v1/admin/events/{id}": { @@ -6020,7 +6314,9 @@ } ], "summary": "Admin event detail including bookmark count", - "tags": ["Admin - Events"] + "tags": [ + "Admin - Events" + ] }, "patch": { "operationId": "AdminEventsController_update", @@ -6062,7 +6358,9 @@ } ], "summary": "Update any event as admin (same field locks as host edit)", - "tags": ["Admin - Events"] + "tags": [ + "Admin - Events" + ] }, "delete": { "operationId": "AdminEventsController_softDelete", @@ -6094,7 +6392,9 @@ } ], "summary": "Soft-delete any event as admin when it has no active bookings (booked_count = 0)", - "tags": ["Admin - Events"] + "tags": [ + "Admin - Events" + ] } }, "/api/v1/admin/events/{id}/reserved-capacity": { @@ -6138,7 +6438,9 @@ } ], "summary": "Set off-platform reserved seat count as admin", - "tags": ["Admin - Events"] + "tags": [ + "Admin - Events" + ] } }, "/api/v1/admin/events/{id}/commission": { @@ -6183,7 +6485,9 @@ } ], "summary": "Set or clear this event’s platform commission override", - "tags": ["Admin - Events"] + "tags": [ + "Admin - Events" + ] } }, "/api/v1/admin/events/{id}/insights": { @@ -6217,7 +6521,9 @@ } ], "summary": "Get engagement insights for any event as admin", - "tags": ["Admin - Events"] + "tags": [ + "Admin - Events" + ] } }, "/api/v1/admin/events/{id}/approve": { @@ -6251,7 +6557,9 @@ } ], "summary": "Approve a draft or pending-review event; publishes once the host has also requested publication", - "tags": ["Admin - Events"] + "tags": [ + "Admin - Events" + ] } }, "/api/v1/admin/events/{id}/publish": { @@ -6285,7 +6593,9 @@ } ], "summary": "Force-publish any organizer’s draft or pending-review event as admin, bypassing the request/approve flow entirely", - "tags": ["Admin - Events"] + "tags": [ + "Admin - Events" + ] } }, "/api/v1/admin/events/{id}/reject": { @@ -6329,7 +6639,9 @@ } ], "summary": "Reject a pending-review event with a reason", - "tags": ["Admin - Events"] + "tags": [ + "Admin - Events" + ] } }, "/api/v1/admin/events/{id}/cancel": { @@ -6363,7 +6675,9 @@ } ], "summary": "Cancel any organizer’s published/full event as admin", - "tags": ["Admin - Events"] + "tags": [ + "Admin - Events" + ] } }, "/api/v1/admin/events/{id}/complete": { @@ -6397,7 +6711,9 @@ } ], "summary": "Mark any organizer’s event completed as admin", - "tags": ["Admin - Events"] + "tags": [ + "Admin - Events" + ] } }, "/api/v1/discovery/cities": { @@ -6420,7 +6736,9 @@ } }, "summary": "Cached city list for discovery/home", - "tags": ["Events"] + "tags": [ + "Events" + ] } }, "/api/v1/discovery/categories": { @@ -6443,7 +6761,9 @@ } }, "summary": "Cached active category tree summary for discovery/home", - "tags": ["Events"] + "tags": [ + "Events" + ] } }, "/api/v1/discovery/home-feed": { @@ -6473,7 +6793,9 @@ } }, "summary": "Home page event sections (popular, category previews, city previews)", - "tags": ["Events"] + "tags": [ + "Events" + ] } }, "/api/v1/discovery/bootstrap": { @@ -6494,7 +6816,9 @@ } }, "summary": "Legacy combined reference data for event discovery", - "tags": ["Events"] + "tags": [ + "Events" + ] } }, "/api/v1/organizers/me/following": { @@ -6555,7 +6879,10 @@ "description": "0 = JSON list (default). 1 = Excel export (returns response.fileData).", "schema": { "type": "number", - "enum": [0, 1] + "enum": [ + 0, + 1 + ] } }, { @@ -6588,7 +6915,10 @@ "description": "Pagination metadata for the current query." } }, - "required": ["items", "response"] + "required": [ + "items", + "response" + ] } } } @@ -6600,7 +6930,9 @@ } ], "summary": "Get organizers followed by current user", - "tags": ["Organizer Follows"] + "tags": [ + "Organizer Follows" + ] } }, "/api/v1/organizers/me/following/events": { @@ -6661,7 +6993,10 @@ "description": "0 = JSON list (default). 1 = Excel export (returns response.fileData).", "schema": { "type": "number", - "enum": [0, 1] + "enum": [ + 0, + 1 + ] } } ], @@ -6685,7 +7020,10 @@ "description": "Pagination metadata for the current query." } }, - "required": ["items", "response"] + "required": [ + "items", + "response" + ] } } } @@ -6697,7 +7035,9 @@ } ], "summary": "Get upcoming events from followed organizers", - "tags": ["Organizer Follows"] + "tags": [ + "Organizer Follows" + ] } }, "/api/v1/organizers/me/followers": { @@ -6758,7 +7098,10 @@ "description": "0 = JSON list (default). 1 = Excel export (returns response.fileData).", "schema": { "type": "number", - "enum": [0, 1] + "enum": [ + 0, + 1 + ] } } ], @@ -6782,7 +7125,10 @@ "description": "Pagination metadata for the current query." } }, - "required": ["items", "response"] + "required": [ + "items", + "response" + ] } } } @@ -6794,7 +7140,9 @@ } ], "summary": "Get followers of the current user (as organizer)", - "tags": ["Organizer Follows"] + "tags": [ + "Organizer Follows" + ] } }, "/api/v1/organizers/{organizerId}/follow": { @@ -6890,7 +7238,9 @@ } ], "summary": "Follow an organizer", - "tags": ["Organizer Follows"] + "tags": [ + "Organizer Follows" + ] }, "delete": { "operationId": "OrganizerFollowsController_unfollow", @@ -6974,7 +7324,9 @@ } ], "summary": "Unfollow an organizer", - "tags": ["Organizer Follows"] + "tags": [ + "Organizer Follows" + ] } }, "/api/v1/organizers/{organizerId}/followers": { @@ -7045,7 +7397,10 @@ "description": "0 = JSON list (default). 1 = Excel export (returns response.fileData).", "schema": { "type": "number", - "enum": [0, 1] + "enum": [ + 0, + 1 + ] } } ], @@ -7069,14 +7424,19 @@ "description": "Pagination metadata for the current query." } }, - "required": ["items", "response"] + "required": [ + "items", + "response" + ] } } } } }, "summary": "Get followers of an organizer", - "tags": ["Organizer Follows"] + "tags": [ + "Organizer Follows" + ] } }, "/api/v1/organizers/{organizerId}/is-following": { @@ -7118,7 +7478,9 @@ } ], "summary": "Check if current user is following an organizer", - "tags": ["Organizer Follows"] + "tags": [ + "Organizer Follows" + ] } }, "/api/v1/organizers/{organizerId}/follow-settings": { @@ -7164,7 +7526,9 @@ } ], "summary": "Update follow notification settings", - "tags": ["Organizer Follows"] + "tags": [ + "Organizer Follows" + ] } }, "/api/v1/events/{eventId}/media": { @@ -7196,7 +7560,9 @@ } }, "summary": "List media for an event (unpaginated)", - "tags": ["Event Extras"] + "tags": [ + "Event Extras" + ] }, "post": { "operationId": "EventMediaController_create", @@ -7238,7 +7604,9 @@ } ], "summary": "Add media to own event (or any event as admin)", - "tags": ["Event Extras"] + "tags": [ + "Event Extras" + ] } }, "/api/v1/events/{eventId}/media/{id}": { @@ -7290,7 +7658,9 @@ } ], "summary": "Update event media (owner or admin)", - "tags": ["Event Extras"] + "tags": [ + "Event Extras" + ] }, "delete": { "operationId": "EventMediaController_remove", @@ -7330,7 +7700,9 @@ } ], "summary": "Remove event media (owner or admin)", - "tags": ["Event Extras"] + "tags": [ + "Event Extras" + ] } }, "/api/v1/events/{eventId}/faqs": { @@ -7362,7 +7734,9 @@ } }, "summary": "List FAQs for an event (unpaginated)", - "tags": ["Event Extras"] + "tags": [ + "Event Extras" + ] }, "post": { "operationId": "EventFaqsController_create", @@ -7404,7 +7778,9 @@ } ], "summary": "Add FAQ to own event (or any event as admin)", - "tags": ["Event Extras"] + "tags": [ + "Event Extras" + ] } }, "/api/v1/events/{eventId}/faqs/{id}": { @@ -7456,7 +7832,9 @@ } ], "summary": "Update event FAQ (owner or admin)", - "tags": ["Event Extras"] + "tags": [ + "Event Extras" + ] }, "delete": { "operationId": "EventFaqsController_remove", @@ -7496,7 +7874,9 @@ } ], "summary": "Remove event FAQ (owner or admin)", - "tags": ["Event Extras"] + "tags": [ + "Event Extras" + ] } }, "/api/v1/organizer-guest-lists/previous-attendees": { @@ -7524,7 +7904,9 @@ } ], "summary": "Organizer's deduplicated checked-in attendees", - "tags": ["Event Extras"] + "tags": [ + "Event Extras" + ] } }, "/api/v1/organizer-guest-lists": { @@ -7583,7 +7965,10 @@ "description": "0 = JSON list (default). 1 = Excel export (returns response.fileData).", "schema": { "type": "number", - "enum": [0, 1] + "enum": [ + 0, + 1 + ] } } ], @@ -7607,7 +7992,10 @@ "description": "Pagination metadata for the current query." } }, - "required": ["items", "response"] + "required": [ + "items", + "response" + ] } } } @@ -7619,7 +8007,9 @@ } ], "summary": "Organizer's own guest lists (paginated)", - "tags": ["Event Extras"] + "tags": [ + "Event Extras" + ] }, "post": { "operationId": "OrganizerGuestListsController_create", @@ -7652,7 +8042,9 @@ } ], "summary": "Create a guest list", - "tags": ["Event Extras"] + "tags": [ + "Event Extras" + ] } }, "/api/v1/organizer-guest-lists/{id}": { @@ -7687,7 +8079,9 @@ } ], "summary": "Soft-delete a whole guest list", - "tags": ["Event Extras"] + "tags": [ + "Event Extras" + ] } }, "/api/v1/organizer-guest-lists/{id}/items": { @@ -7756,7 +8150,10 @@ "description": "0 = JSON list (default). 1 = Excel export (returns response.fileData).", "schema": { "type": "number", - "enum": [0, 1] + "enum": [ + 0, + 1 + ] } } ], @@ -7780,7 +8177,10 @@ "description": "Pagination metadata for the current query." } }, - "required": ["items", "response"] + "required": [ + "items", + "response" + ] } } } @@ -7792,7 +8192,9 @@ } ], "summary": "A guest list's contacts (paginated)", - "tags": ["Event Extras"] + "tags": [ + "Event Extras" + ] }, "post": { "operationId": "OrganizerGuestListsController_addItem", @@ -7835,7 +8237,9 @@ } ], "summary": "Add a contact to a guest list", - "tags": ["Event Extras"] + "tags": [ + "Event Extras" + ] } }, "/api/v1/organizer-guest-lists/{id}/items/{itemId}": { @@ -7879,7 +8283,9 @@ } ], "summary": "Remove a contact from a guest list", - "tags": ["Event Extras"] + "tags": [ + "Event Extras" + ] } }, "/api/v1/events/{eventId}/guest-list-links/invited-guests": { @@ -7924,7 +8330,9 @@ } ], "summary": "Set previous attendees invited to this event", - "tags": ["Event Extras"] + "tags": [ + "Event Extras" + ] }, "get": { "operationId": "EventGuestListLinksController_getInvitedGuests", @@ -7959,7 +8367,9 @@ } ], "summary": "Guests selected to invite to this event, for its organizer", - "tags": ["Event Extras"] + "tags": [ + "Event Extras" + ] } }, "/api/v1/events/{eventId}/guest-list-links/invited-guests/notify": { @@ -7994,7 +8404,9 @@ } ], "summary": "Send invitation notifications for the event invite set", - "tags": ["Event Extras"] + "tags": [ + "Event Extras" + ] } }, "/api/v1/events/{eventId}/guest-list-links": { @@ -8033,7 +8445,9 @@ } ], "summary": "Guest lists linked to this event (unpaginated)", - "tags": ["Event Extras"] + "tags": [ + "Event Extras" + ] }, "post": { "operationId": "EventGuestListLinksController_link", @@ -8076,7 +8490,9 @@ } ], "summary": "Attach a guest list to an event (stores link only — call notify to send invitations)", - "tags": ["Event Extras"] + "tags": [ + "Event Extras" + ] } }, "/api/v1/events/{eventId}/guest-list-links/{listId}/notify": { @@ -8120,7 +8536,9 @@ } ], "summary": "Send invitation notifications for a guest list linked to this event", - "tags": ["Event Extras"] + "tags": [ + "Event Extras" + ] } }, "/api/v1/events/{eventId}/guest-list-links/{listId}": { @@ -8164,7 +8582,9 @@ } ], "summary": "Unlink a guest list from an event", - "tags": ["Event Extras"] + "tags": [ + "Event Extras" + ] } }, "/api/v1/admin/guest-lists": { @@ -8224,7 +8644,10 @@ "description": "0 = JSON list (default). 1 = Excel export (returns response.fileData).", "schema": { "type": "number", - "enum": [0, 1] + "enum": [ + 0, + 1 + ] } } ], @@ -8248,7 +8671,10 @@ "description": "Pagination metadata for the current query." } }, - "required": ["items", "response"] + "required": [ + "items", + "response" + ] } } } @@ -8260,7 +8686,9 @@ } ], "summary": "Every organizer's guest lists (paginated)", - "tags": ["Admin - Event Extras"] + "tags": [ + "Admin - Event Extras" + ] } }, "/api/v1/admin/guest-lists/{id}/items": { @@ -8328,7 +8756,10 @@ "description": "0 = JSON list (default). 1 = Excel export (returns response.fileData).", "schema": { "type": "number", - "enum": [0, 1] + "enum": [ + 0, + 1 + ] } } ], @@ -8352,7 +8783,10 @@ "description": "Pagination metadata for the current query." } }, - "required": ["items", "response"] + "required": [ + "items", + "response" + ] } } } @@ -8364,7 +8798,9 @@ } ], "summary": "Any guest list's contacts, admin view (paginated)", - "tags": ["Admin - Event Extras"] + "tags": [ + "Admin - Event Extras" + ] } }, "/api/v1/admin/events/{eventId}/guest-list-links": { @@ -8403,7 +8839,9 @@ } ], "summary": "Guest lists linked to any event, admin view (unpaginated)", - "tags": ["Admin - Event Extras"] + "tags": [ + "Admin - Event Extras" + ] } }, "/api/v1/admin/events/{eventId}/invited-guests": { @@ -8442,7 +8880,9 @@ } ], "summary": "Guests selected to invite to this event (unpaginated)", - "tags": ["Admin - Event Extras"] + "tags": [ + "Admin - Event Extras" + ] }, "put": { "description": "userIds must all be existing platform users. Full replace, not incremental. An empty array clears the invite set. Does not send notifications — use POST .../notify.", @@ -8489,7 +8929,9 @@ } ], "summary": "Replace the invite set for this event", - "tags": ["Admin - Event Extras"] + "tags": [ + "Admin - Event Extras" + ] } }, "/api/v1/admin/events/{eventId}/invited-guests/notify": { @@ -8525,7 +8967,9 @@ } ], "summary": "Send invitation notifications to the event invite set", - "tags": ["Admin - Event Extras"] + "tags": [ + "Admin - Event Extras" + ] } }, "/api/v1/bookings/{bookingId}/payments": { @@ -8569,7 +9013,9 @@ } ], "summary": "Create payment attempt for a booking", - "tags": ["Financial"] + "tags": [ + "Financial" + ] } }, "/api/v1/bookings/{bookingId}/discount-preview": { @@ -8613,7 +9059,9 @@ } ], "summary": "Preview a discount code against a booking", - "tags": ["Financial"] + "tags": [ + "Financial" + ] } }, "/api/v1/payments/me": { @@ -8672,7 +9120,10 @@ "description": "0 = JSON list (default). 1 = Excel export (returns response.fileData).", "schema": { "type": "number", - "enum": [0, 1] + "enum": [ + 0, + 1 + ] } } ], @@ -8696,7 +9147,10 @@ "description": "Pagination metadata for the current query." } }, - "required": ["items", "response"] + "required": [ + "items", + "response" + ] } } } @@ -8708,7 +9162,9 @@ } ], "summary": "Current user's payments", - "tags": ["Financial"] + "tags": [ + "Financial" + ] } }, "/api/v1/payments/{id}/receipt": { @@ -8742,7 +9198,9 @@ } ], "summary": "Payment receipt (owner only)", - "tags": ["Financial"] + "tags": [ + "Financial" + ] } }, "/api/v1/admin/payments": { @@ -8801,7 +9259,10 @@ "description": "0 = JSON list (default). 1 = Excel export (returns response.fileData).", "schema": { "type": "number", - "enum": [0, 1] + "enum": [ + 0, + 1 + ] } } ], @@ -8825,7 +9286,10 @@ "description": "Pagination metadata for the current query." } }, - "required": ["items", "response"] + "required": [ + "items", + "response" + ] } } } @@ -8837,7 +9301,9 @@ } ], "summary": "Paginated admin payment list, all users", - "tags": ["Financial"] + "tags": [ + "Financial" + ] } }, "/api/v1/admin/wallet-deposits": { @@ -8896,7 +9362,10 @@ "description": "0 = JSON list (default). 1 = Excel export (returns response.fileData).", "schema": { "type": "number", - "enum": [0, 1] + "enum": [ + 0, + 1 + ] } } ], @@ -8920,7 +9389,10 @@ "description": "Pagination metadata for the current query." } }, - "required": ["items", "response"] + "required": [ + "items", + "response" + ] } } } @@ -8932,7 +9404,9 @@ } ], "summary": "Paginated admin wallet deposit list (gateway sessions)", - "tags": ["Financial"] + "tags": [ + "Financial" + ] } }, "/api/v1/users/me/wallet": { @@ -8957,7 +9431,9 @@ } ], "summary": "Current user's wallet", - "tags": ["Financial"] + "tags": [ + "Financial" + ] } }, "/api/v1/users/me/wallet/transactions": { @@ -9016,7 +9492,10 @@ "description": "0 = JSON list (default). 1 = Excel export (returns response.fileData).", "schema": { "type": "number", - "enum": [0, 1] + "enum": [ + 0, + 1 + ] } } ], @@ -9040,7 +9519,10 @@ "description": "Pagination metadata for the current query." } }, - "required": ["items", "response"] + "required": [ + "items", + "response" + ] } } } @@ -9052,7 +9534,9 @@ } ], "summary": "Current user's wallet transactions", - "tags": ["Financial"] + "tags": [ + "Financial" + ] } }, "/api/v1/users/me/wallet/deposits": { @@ -9087,7 +9571,9 @@ } ], "summary": "Start a wallet top-up via payment gateway", - "tags": ["Financial"] + "tags": [ + "Financial" + ] } }, "/api/v1/users/me/wallet/deposits/{id}": { @@ -9121,7 +9607,9 @@ } ], "summary": "Get one of the current user wallet deposits", - "tags": ["Financial"] + "tags": [ + "Financial" + ] } }, "/api/v1/wallet/deposits/{id}/gateway-return": { @@ -9152,7 +9640,9 @@ } }, "summary": "Jibit browser return (GET) — verifies payment server-side then redirects to the frontend result page", - "tags": ["Financial"] + "tags": [ + "Financial" + ] }, "post": { "operationId": "WalletController_depositGatewayReturnPost", @@ -9181,7 +9671,9 @@ } }, "summary": "Jibit browser return (form POST from PPG) — verifies payment server-side then redirects to the frontend result page", - "tags": ["Financial"] + "tags": [ + "Financial" + ] } }, "/api/v1/wallet/deposits/{id}/gateway-callback": { @@ -9220,7 +9712,9 @@ } }, "summary": "Console/dev HMAC callback for wallet deposits (disabled when PAYMENT_GATEWAY_PROVIDER=jibit)", - "tags": ["Financial"] + "tags": [ + "Financial" + ] } }, "/api/v1/bank-accounts": { @@ -9255,7 +9749,9 @@ } ], "summary": "Create bank account for withdrawals/settlements", - "tags": ["Financial"] + "tags": [ + "Financial" + ] } }, "/api/v1/bank-accounts/me": { @@ -9283,7 +9779,9 @@ } ], "summary": "Current user's bank accounts", - "tags": ["Financial"] + "tags": [ + "Financial" + ] } }, "/api/v1/admin/bank-accounts": { @@ -9342,7 +9840,10 @@ "description": "0 = JSON list (default). 1 = Excel export (returns response.fileData).", "schema": { "type": "number", - "enum": [0, 1] + "enum": [ + 0, + 1 + ] } } ], @@ -9366,7 +9867,10 @@ "description": "Pagination metadata for the current query." } }, - "required": ["items", "response"] + "required": [ + "items", + "response" + ] } } } @@ -9378,7 +9882,9 @@ } ], "summary": "Paginated admin bank account verification queue", - "tags": ["Financial"] + "tags": [ + "Financial" + ] } }, "/api/v1/admin/bank-accounts/{id}/jibit-inquiry": { @@ -9413,7 +9919,9 @@ } ], "summary": "Run Jibit IBAN/national-code/birth-date matching inquiry", - "tags": ["Financial"] + "tags": [ + "Financial" + ] } }, "/api/v1/admin/bank-accounts/{id}/approve": { @@ -9447,7 +9955,9 @@ } ], "summary": "Approve bank account after a successful Jibit match", - "tags": ["Financial"] + "tags": [ + "Financial" + ] } }, "/api/v1/admin/bank-accounts/{id}/reject": { @@ -9491,7 +10001,9 @@ } ], "summary": "Reject bank account with a reason", - "tags": ["Financial"] + "tags": [ + "Financial" + ] } }, "/api/v1/withdrawal-requests": { @@ -9526,7 +10038,9 @@ } ], "summary": "Create withdrawal request from wallet", - "tags": ["Financial"] + "tags": [ + "Financial" + ] } }, "/api/v1/withdrawal-requests/me": { @@ -9585,7 +10099,10 @@ "description": "0 = JSON list (default). 1 = Excel export (returns response.fileData).", "schema": { "type": "number", - "enum": [0, 1] + "enum": [ + 0, + 1 + ] } } ], @@ -9609,7 +10126,10 @@ "description": "Pagination metadata for the current query." } }, - "required": ["items", "response"] + "required": [ + "items", + "response" + ] } } } @@ -9621,7 +10141,9 @@ } ], "summary": "Current user's withdrawal requests", - "tags": ["Financial"] + "tags": [ + "Financial" + ] } }, "/api/v1/admin/withdrawal-requests": { @@ -9680,7 +10202,10 @@ "description": "0 = JSON list (default). 1 = Excel export (returns response.fileData).", "schema": { "type": "number", - "enum": [0, 1] + "enum": [ + 0, + 1 + ] } } ], @@ -9704,7 +10229,10 @@ "description": "Pagination metadata for the current query." } }, - "required": ["items", "response"] + "required": [ + "items", + "response" + ] } } } @@ -9716,7 +10244,9 @@ } ], "summary": "Paginated admin withdrawal queue", - "tags": ["Financial"] + "tags": [ + "Financial" + ] } }, "/api/v1/admin/withdrawal-requests/{id}/process": { @@ -9750,7 +10280,9 @@ } ], "summary": "Mark withdrawal request as processing", - "tags": ["Financial"] + "tags": [ + "Financial" + ] } }, "/api/v1/admin/withdrawal-requests/{id}/complete": { @@ -9794,7 +10326,9 @@ } ], "summary": "Complete withdrawal with manual payment evidence", - "tags": ["Financial"] + "tags": [ + "Financial" + ] } }, "/api/v1/admin/withdrawal-requests/{id}/reject": { @@ -9838,7 +10372,9 @@ } ], "summary": "Reject withdrawal request and reverse hold", - "tags": ["Financial"] + "tags": [ + "Financial" + ] } }, "/api/v1/organizers/me/earnings": { @@ -9897,7 +10433,10 @@ "description": "0 = JSON list (default). 1 = Excel export (returns response.fileData).", "schema": { "type": "number", - "enum": [0, 1] + "enum": [ + 0, + 1 + ] } } ], @@ -9921,7 +10460,10 @@ "description": "Pagination metadata for the current query." } }, - "required": ["items", "response"] + "required": [ + "items", + "response" + ] } } } @@ -9933,7 +10475,9 @@ } ], "summary": "Current organizer's earnings ledger", - "tags": ["Financial"] + "tags": [ + "Financial" + ] } }, "/api/v1/settlements/me": { @@ -9992,7 +10536,10 @@ "description": "0 = JSON list (default). 1 = Excel export (returns response.fileData).", "schema": { "type": "number", - "enum": [0, 1] + "enum": [ + 0, + 1 + ] } } ], @@ -10016,7 +10563,10 @@ "description": "Pagination metadata for the current query." } }, - "required": ["items", "response"] + "required": [ + "items", + "response" + ] } } } @@ -10028,7 +10578,9 @@ } ], "summary": "Current organizer's settlement batches", - "tags": ["Financial"] + "tags": [ + "Financial" + ] } }, "/api/v1/admin/settlements": { @@ -10063,7 +10615,9 @@ } ], "summary": "Create organizer settlement batch", - "tags": ["Financial"] + "tags": [ + "Financial" + ] }, "get": { "operationId": "AdminSettlementsController_list", @@ -10120,7 +10674,10 @@ "description": "0 = JSON list (default). 1 = Excel export (returns response.fileData).", "schema": { "type": "number", - "enum": [0, 1] + "enum": [ + 0, + 1 + ] } } ], @@ -10144,7 +10701,10 @@ "description": "Pagination metadata for the current query." } }, - "required": ["items", "response"] + "required": [ + "items", + "response" + ] } } } @@ -10156,7 +10716,9 @@ } ], "summary": "Paginated settlement batches", - "tags": ["Financial"] + "tags": [ + "Financial" + ] } }, "/api/v1/admin/settlements/{id}": { @@ -10191,7 +10753,9 @@ } ], "summary": "Settlement batch detail, with items inlined", - "tags": ["Financial"] + "tags": [ + "Financial" + ] } }, "/api/v1/admin/settlements/{id}/process": { @@ -10225,7 +10789,9 @@ } ], "summary": "Mark settlement batch as processing", - "tags": ["Financial"] + "tags": [ + "Financial" + ] } }, "/api/v1/admin/settlements/{id}/complete": { @@ -10269,7 +10835,9 @@ } ], "summary": "Complete settlement with manual payment evidence", - "tags": ["Financial"] + "tags": [ + "Financial" + ] } }, "/api/v1/admin/settlements/{id}/fail": { @@ -10314,7 +10882,9 @@ } ], "summary": "Mark settlement batch as failed and release its earnings", - "tags": ["Financial"] + "tags": [ + "Financial" + ] } }, "/api/v1/events/{eventId}/discount-codes": { @@ -10359,7 +10929,9 @@ } ], "summary": "Bulk-create discount codes for an event (host or admin)", - "tags": ["Discount Codes"] + "tags": [ + "Discount Codes" + ] }, "get": { "operationId": "DiscountCodesController_list", @@ -10425,7 +10997,10 @@ "description": "0 = JSON list (default). 1 = Excel export (returns response.fileData).", "schema": { "type": "number", - "enum": [0, 1] + "enum": [ + 0, + 1 + ] } } ], @@ -10449,7 +11024,10 @@ "description": "Pagination metadata for the current query." } }, - "required": ["items", "response"] + "required": [ + "items", + "response" + ] } } } @@ -10461,7 +11039,9 @@ } ], "summary": "An event's discount codes (paginated)", - "tags": ["Discount Codes"] + "tags": [ + "Discount Codes" + ] } }, "/api/v1/events/{eventId}/discount-codes/management-bootstrap": { @@ -10495,7 +11075,9 @@ } ], "summary": "All initial data for an event's discount management tab", - "tags": ["Discount Codes"] + "tags": [ + "Discount Codes" + ] } }, "/api/v1/events/{eventId}/discount-codes/report": { @@ -10530,7 +11112,9 @@ } ], "summary": "Summary of an event's discount usage", - "tags": ["Discount Codes"] + "tags": [ + "Discount Codes" + ] } }, "/api/v1/events/{eventId}/discount-codes/redemptions": { @@ -10598,7 +11182,10 @@ "description": "0 = JSON list (default). 1 = Excel export (returns response.fileData).", "schema": { "type": "number", - "enum": [0, 1] + "enum": [ + 0, + 1 + ] } } ], @@ -10622,7 +11209,10 @@ "description": "Pagination metadata for the current query." } }, - "required": ["items", "response"] + "required": [ + "items", + "response" + ] } } } @@ -10634,7 +11224,9 @@ } ], "summary": "An event's discount redemptions (paginated)", - "tags": ["Discount Codes"] + "tags": [ + "Discount Codes" + ] } }, "/api/v1/discount-codes/{id}": { @@ -10679,7 +11271,9 @@ } ], "summary": "Enable/disable a discount code (host or admin)", - "tags": ["Discount Codes"] + "tags": [ + "Discount Codes" + ] }, "delete": { "operationId": "DiscountCodesController_remove", @@ -10712,7 +11306,9 @@ } ], "summary": "Delete an unused discount code (host or admin)", - "tags": ["Discount Codes"] + "tags": [ + "Discount Codes" + ] } }, "/api/v1/events/{eventId}/bookings": { @@ -10756,7 +11352,9 @@ } ], "summary": "Create a booking for an event", - "tags": ["Bookings"] + "tags": [ + "Bookings" + ] } }, "/api/v1/bookings/me": { @@ -10815,7 +11413,10 @@ "description": "0 = JSON list (default). 1 = Excel export (returns response.fileData).", "schema": { "type": "number", - "enum": [0, 1] + "enum": [ + 0, + 1 + ] } } ], @@ -10839,7 +11440,10 @@ "description": "Pagination metadata for the current query." } }, - "required": ["items", "response"] + "required": [ + "items", + "response" + ] } } } @@ -10851,7 +11455,9 @@ } ], "summary": "Current user's booking history", - "tags": ["Bookings"] + "tags": [ + "Bookings" + ] } }, "/api/v1/bookings/{id}": { @@ -10885,7 +11491,9 @@ } ], "summary": "Single booking detail (owner only)", - "tags": ["Bookings"] + "tags": [ + "Bookings" + ] } }, "/api/v1/bookings/{id}/cancel": { @@ -10930,7 +11538,9 @@ } ], "summary": "Cancel a booking (guest only)", - "tags": ["Bookings"] + "tags": [ + "Bookings" + ] } }, "/api/v1/bookings/{id}/check-in": { @@ -10964,7 +11574,9 @@ } ], "summary": "Check in a guest (event organizer only)", - "tags": ["Bookings"] + "tags": [ + "Bookings" + ] } }, "/api/v1/events/{eventId}/waitlist": { @@ -11008,7 +11620,9 @@ } ], "summary": "Join the waitlist for a full event", - "tags": ["Waitlist"] + "tags": [ + "Waitlist" + ] }, "get": { "operationId": "WaitlistController_listForEvent", @@ -11073,7 +11687,10 @@ "description": "0 = JSON list (default). 1 = Excel export (returns response.fileData).", "schema": { "type": "number", - "enum": [0, 1] + "enum": [ + 0, + 1 + ] } } ], @@ -11097,7 +11714,10 @@ "description": "Pagination metadata for the current query." } }, - "required": ["items", "response"] + "required": [ + "items", + "response" + ] } } } @@ -11109,7 +11729,9 @@ } ], "summary": "Host view of the waiting queue for their own event (used to hand-pick who gets a seat when settings.waitlistAutoOffer is false)", - "tags": ["Waitlist"] + "tags": [ + "Waitlist" + ] } }, "/api/v1/waitlist/me": { @@ -11168,7 +11790,10 @@ "description": "0 = JSON list (default). 1 = Excel export (returns response.fileData).", "schema": { "type": "number", - "enum": [0, 1] + "enum": [ + 0, + 1 + ] } } ], @@ -11192,7 +11817,10 @@ "description": "Pagination metadata for the current query." } }, - "required": ["items", "response"] + "required": [ + "items", + "response" + ] } } } @@ -11204,7 +11832,9 @@ } ], "summary": "Current user's waitlist entries", - "tags": ["Waitlist"] + "tags": [ + "Waitlist" + ] } }, "/api/v1/events/{eventId}/waitlist/{entryId}/offer": { @@ -11246,7 +11876,9 @@ } ], "summary": "Host manually offers an opened seat to a specific waitlist entry", - "tags": ["Waitlist"] + "tags": [ + "Waitlist" + ] } }, "/api/v1/waitlist/{id}/accept": { @@ -11280,7 +11912,9 @@ } ], "summary": "Accept a notified waitlist offer", - "tags": ["Waitlist"] + "tags": [ + "Waitlist" + ] } }, "/api/v1/admin/bookings": { @@ -11339,7 +11973,10 @@ "description": "0 = JSON list (default). 1 = Excel export (returns response.fileData).", "schema": { "type": "number", - "enum": [0, 1] + "enum": [ + 0, + 1 + ] } } ], @@ -11363,7 +12000,10 @@ "description": "Pagination metadata for the current query." } }, - "required": ["items", "response"] + "required": [ + "items", + "response" + ] } } } @@ -11375,7 +12015,9 @@ } ], "summary": "Paginated admin bookings list", - "tags": ["Admin - Bookings"] + "tags": [ + "Admin - Bookings" + ] } }, "/api/v1/admin/bookings/{id}/check-in": { @@ -11409,7 +12051,9 @@ } ], "summary": "Check in a guest for any organizer’s event as admin", - "tags": ["Admin - Bookings"] + "tags": [ + "Admin - Bookings" + ] } }, "/api/v1/events/{eventId}/reviews": { @@ -11481,7 +12125,10 @@ "description": "0 = JSON list (default). 1 = Excel export (returns response.fileData).", "schema": { "type": "number", - "enum": [0, 1] + "enum": [ + 0, + 1 + ] } }, { @@ -11515,7 +12162,10 @@ "description": "Pagination metadata for the current query." } }, - "required": ["items", "response"] + "required": [ + "items", + "response" + ] } } } @@ -11562,7 +12212,9 @@ } }, "summary": "List published reviews for an event", - "tags": ["Reviews"] + "tags": [ + "Reviews" + ] }, "post": { "description": "Authenticated guests with a confirmed booking may review once after the event is completed.", @@ -11667,7 +12319,9 @@ } ], "summary": "Create a review for a completed event", - "tags": ["Reviews"] + "tags": [ + "Reviews" + ] } }, "/api/v1/users/{userId}/reviews": { @@ -11739,7 +12393,10 @@ "description": "0 = JSON list (default). 1 = Excel export (returns response.fileData).", "schema": { "type": "number", - "enum": [0, 1] + "enum": [ + 0, + 1 + ] } } ], @@ -11763,7 +12420,10 @@ "description": "Pagination metadata for the current query." } }, - "required": ["items", "response"] + "required": [ + "items", + "response" + ] } } } @@ -11810,7 +12470,9 @@ } }, "summary": "List published reviews for an organizer", - "tags": ["Reviews"] + "tags": [ + "Reviews" + ] } }, "/api/v1/reviews/{id}": { @@ -11917,7 +12579,9 @@ } ], "summary": "Update own review", - "tags": ["Reviews"] + "tags": [ + "Reviews" + ] } }, "/api/v1/reviews/{id}/host-reply": { @@ -12024,7 +12688,9 @@ } ], "summary": "Reply to a review as organizer", - "tags": ["Reviews"] + "tags": [ + "Reviews" + ] } }, "/api/v1/admin/reviews": { @@ -12086,7 +12752,10 @@ "description": "0 = JSON list (default). 1 = Excel export (returns response.fileData).", "schema": { "type": "number", - "enum": [0, 1] + "enum": [ + 0, + 1 + ] } }, { @@ -12137,7 +12806,10 @@ "description": "Pagination metadata for the current query." } }, - "required": ["items", "response"] + "required": [ + "items", + "response" + ] } } } @@ -12149,7 +12821,9 @@ } ], "summary": "Paginated review moderation list", - "tags": ["Admin - Reviews"] + "tags": [ + "Admin - Reviews" + ] } }, "/api/v1/admin/reviews/{id}/hide": { @@ -12245,7 +12919,9 @@ } ], "summary": "Hide a review from public view", - "tags": ["Admin - Reviews"] + "tags": [ + "Admin - Reviews" + ] } }, "/api/v1/admin/reviews/{id}/restore": { @@ -12341,7 +13017,9 @@ } ], "summary": "Restore a hidden review to published", - "tags": ["Admin - Reviews"] + "tags": [ + "Admin - Reviews" + ] } }, "/api/v1/admin/reviews/{id}": { @@ -12377,7 +13055,9 @@ } ], "summary": "Soft-delete a review", - "tags": ["Admin - Reviews"] + "tags": [ + "Admin - Reviews" + ] } }, "/api/v1/conversations/me/unread-count": { @@ -12453,7 +13133,9 @@ } ], "summary": "Get total unread message count", - "tags": ["Chat"] + "tags": [ + "Chat" + ] } }, "/api/v1/conversations/me": { @@ -12515,7 +13197,10 @@ "description": "0 = JSON list (default). 1 = Excel export (returns response.fileData).", "schema": { "type": "number", - "enum": [0, 1] + "enum": [ + 0, + 1 + ] } }, { @@ -12549,7 +13234,10 @@ "description": "Pagination metadata for the current query." } }, - "required": ["items", "response"] + "required": [ + "items", + "response" + ] } } } @@ -12611,7 +13299,9 @@ } ], "summary": "List my conversations", - "tags": ["Chat"] + "tags": [ + "Chat" + ] } }, "/api/v1/conversations/direct/{otherUserId}": { @@ -12708,7 +13398,9 @@ } ], "summary": "Get or create a direct conversation", - "tags": ["Chat"] + "tags": [ + "Chat" + ] } }, "/api/v1/conversations/direct/{otherUserId}/messages": { @@ -12815,7 +13507,9 @@ } ], "summary": "Send a direct message", - "tags": ["Chat"] + "tags": [ + "Chat" + ] } }, "/api/v1/conversations/{id}": { @@ -12912,7 +13606,9 @@ } ], "summary": "Get a conversation", - "tags": ["Chat"] + "tags": [ + "Chat" + ] } }, "/api/v1/conversations/{id}/participants": { @@ -12984,7 +13680,10 @@ "description": "0 = JSON list (default). 1 = Excel export (returns response.fileData).", "schema": { "type": "number", - "enum": [0, 1] + "enum": [ + 0, + 1 + ] } } ], @@ -13008,7 +13707,10 @@ "description": "Pagination metadata for the current query." } }, - "required": ["items", "response"] + "required": [ + "items", + "response" + ] } } } @@ -13080,7 +13782,9 @@ } ], "summary": "List conversation participants", - "tags": ["Chat"] + "tags": [ + "Chat" + ] } }, "/api/v1/conversations/{id}/read": { @@ -13187,7 +13891,9 @@ } ], "summary": "Mark conversation as read", - "tags": ["Chat"] + "tags": [ + "Chat" + ] } }, "/api/v1/conversations/{id}/messages": { @@ -13269,7 +13975,10 @@ "description": "Pagination metadata for the current query." } }, - "required": ["items", "response"] + "required": [ + "items", + "response" + ] } } } @@ -13341,7 +14050,9 @@ } ], "summary": "List messages in a conversation", - "tags": ["Chat"] + "tags": [ + "Chat" + ] }, "post": { "description": "Sends a message in an existing conversation (typically an event group chat).", @@ -13446,7 +14157,9 @@ } ], "summary": "Send a message in a conversation", - "tags": ["Chat"] + "tags": [ + "Chat" + ] } }, "/api/v1/admin/conversations": { @@ -13505,7 +14218,10 @@ "description": "0 = JSON list (default). 1 = Excel export (returns response.fileData).", "schema": { "type": "number", - "enum": [0, 1] + "enum": [ + 0, + 1 + ] } }, { @@ -13547,7 +14263,10 @@ "required": false, "in": "query", "schema": { - "enum": ["direct", "event_group"], + "enum": [ + "direct", + "event_group" + ], "type": "string" } } @@ -13572,7 +14291,10 @@ "description": "Pagination metadata for the current query." } }, - "required": ["items", "response"] + "required": [ + "items", + "response" + ] } } } @@ -13644,7 +14366,9 @@ } ], "summary": "List all conversations for read-only admin oversight", - "tags": ["Admin - Chat Oversight"] + "tags": [ + "Admin - Chat Oversight" + ] } }, "/api/v1/admin/conversations/{id}": { @@ -13739,7 +14463,9 @@ } ], "summary": "Get a conversation without joining or changing read state", - "tags": ["Admin - Chat Oversight"] + "tags": [ + "Admin - Chat Oversight" + ] } }, "/api/v1/admin/conversations/{id}/participants": { @@ -13807,7 +14533,10 @@ "description": "0 = JSON list (default). 1 = Excel export (returns response.fileData).", "schema": { "type": "number", - "enum": [0, 1] + "enum": [ + 0, + 1 + ] } } ], @@ -13831,7 +14560,10 @@ "description": "Pagination metadata for the current query." } }, - "required": ["items", "response"] + "required": [ + "items", + "response" + ] } } } @@ -13903,7 +14635,9 @@ } ], "summary": "List conversation participants for admin oversight", - "tags": ["Admin - Chat Oversight"] + "tags": [ + "Admin - Chat Oversight" + ] } }, "/api/v1/admin/conversations/{id}/messages": { @@ -13982,7 +14716,10 @@ "description": "Pagination metadata for the current query." } }, - "required": ["items", "response"] + "required": [ + "items", + "response" + ] } } } @@ -14054,7 +14791,9 @@ } ], "summary": "Read message history without joining or changing read state", - "tags": ["Admin - Chat Oversight"] + "tags": [ + "Admin - Chat Oversight" + ] } }, "/api/v1/contact-messages": { @@ -14105,7 +14844,9 @@ } }, "summary": "Submit a public contact message", - "tags": ["Contact Messages"] + "tags": [ + "Contact Messages" + ] } }, "/api/v1/admin/contact-messages": { @@ -14167,7 +14908,10 @@ "description": "0 = JSON list (default). 1 = Excel export (returns response.fileData).", "schema": { "type": "number", - "enum": [0, 1] + "enum": [ + 0, + 1 + ] } }, { @@ -14201,7 +14945,10 @@ "description": "Pagination metadata for the current query." } }, - "required": ["items", "response"] + "required": [ + "items", + "response" + ] } } } @@ -14273,7 +15020,9 @@ } ], "summary": "List contact form submissions", - "tags": ["Admin - Contact Messages"] + "tags": [ + "Admin - Contact Messages" + ] } }, "/api/v1/admin/contact-messages/{id}": { @@ -14370,7 +15119,9 @@ } ], "summary": "Get one contact message", - "tags": ["Admin - Contact Messages"] + "tags": [ + "Admin - Contact Messages" + ] } }, "/api/v1/admin/contact-messages/{id}/read": { @@ -14467,7 +15218,9 @@ } ], "summary": "Mark contact message as read", - "tags": ["Admin - Contact Messages"] + "tags": [ + "Admin - Contact Messages" + ] } }, "/api/v1/traffic-visits": { @@ -14521,7 +15274,9 @@ } }, "summary": "Record a unique attributed page visit", - "tags": ["Traffic Visits"] + "tags": [ + "Traffic Visits" + ] } }, "/api/v1/user-blocks": { @@ -14618,7 +15373,9 @@ } ], "summary": "Block another user", - "tags": ["User Blocks"] + "tags": [ + "User Blocks" + ] } }, "/api/v1/user-blocks/{blockedId}": { @@ -14706,7 +15463,9 @@ } ], "summary": "Unblock a user", - "tags": ["User Blocks"] + "tags": [ + "User Blocks" + ] } }, "/api/v1/user-blocks/me": { @@ -14768,7 +15527,10 @@ "description": "0 = JSON list (default). 1 = Excel export (returns response.fileData).", "schema": { "type": "number", - "enum": [0, 1] + "enum": [ + 0, + 1 + ] } }, { @@ -14802,7 +15564,10 @@ "description": "Pagination metadata for the current query." } }, - "required": ["items", "response"] + "required": [ + "items", + "response" + ] } } } @@ -14854,7 +15619,9 @@ } ], "summary": "List users I have blocked", - "tags": ["User Blocks"] + "tags": [ + "User Blocks" + ] } }, "/api/v1/report-reasons": { @@ -14898,7 +15665,9 @@ } }, "summary": "List active report reasons", - "tags": ["User Reports"] + "tags": [ + "User Reports" + ] } }, "/api/v1/user-reports": { @@ -14985,7 +15754,9 @@ } ], "summary": "Report another user", - "tags": ["User Reports"] + "tags": [ + "User Reports" + ] } }, "/api/v1/admin/user-reports": { @@ -15047,7 +15818,10 @@ "description": "0 = JSON list (default). 1 = Excel export (returns response.fileData).", "schema": { "type": "number", - "enum": [0, 1] + "enum": [ + 0, + 1 + ] } }, { @@ -15101,7 +15875,10 @@ "description": "Pagination metadata for the current query." } }, - "required": ["items", "response"] + "required": [ + "items", + "response" + ] } } } @@ -15173,7 +15950,9 @@ } ], "summary": "List user report review queue", - "tags": ["Admin - User Reports"] + "tags": [ + "Admin - User Reports" + ] } }, "/api/v1/admin/user-reports/{id}/review": { @@ -15271,7 +16050,9 @@ } ], "summary": "Mark user report as reviewed", - "tags": ["Admin - User Reports"] + "tags": [ + "Admin - User Reports" + ] } }, "/api/v1/admin/user-reports/{id}/dismiss": { @@ -15369,7 +16150,9 @@ } ], "summary": "Dismiss user report", - "tags": ["Admin - User Reports"] + "tags": [ + "Admin - User Reports" + ] } }, "/api/v1/admin/user-reports/{id}/block": { @@ -15467,7 +16250,9 @@ } ], "summary": "Block reported user on the reporter's behalf", - "tags": ["Admin - User Reports"] + "tags": [ + "Admin - User Reports" + ] } }, "/api/v1/support-tickets": { @@ -15562,7 +16347,9 @@ } ], "summary": "Create a support ticket", - "tags": ["Support Tickets"] + "tags": [ + "Support Tickets" + ] } }, "/api/v1/support-tickets/me": { @@ -15621,7 +16408,10 @@ "description": "0 = JSON list (default). 1 = Excel export (returns response.fileData).", "schema": { "type": "number", - "enum": [0, 1] + "enum": [ + 0, + 1 + ] } } ], @@ -15645,7 +16435,10 @@ "description": "Pagination metadata for the current query." } }, - "required": ["items", "response"] + "required": [ + "items", + "response" + ] } } } @@ -15657,7 +16450,9 @@ } ], "summary": "List my support tickets", - "tags": ["Support Tickets"] + "tags": [ + "Support Tickets" + ] } }, "/api/v1/support-tickets/{id}": { @@ -15691,7 +16486,9 @@ } ], "summary": "Get my support ticket thread", - "tags": ["Support Tickets"] + "tags": [ + "Support Tickets" + ] } }, "/api/v1/support-tickets/{id}/replies": { @@ -15735,7 +16532,9 @@ } ], "summary": "Reply to my support ticket", - "tags": ["Support Tickets"] + "tags": [ + "Support Tickets" + ] } }, "/api/v1/admin/support-tickets": { @@ -15794,7 +16593,10 @@ "description": "0 = JSON list (default). 1 = Excel export (returns response.fileData).", "schema": { "type": "number", - "enum": [0, 1] + "enum": [ + 0, + 1 + ] } } ], @@ -15818,7 +16620,10 @@ "description": "Pagination metadata for the current query." } }, - "required": ["items", "response"] + "required": [ + "items", + "response" + ] } } } @@ -15890,7 +16695,9 @@ } ], "summary": "List the support queue", - "tags": ["Admin - Support Tickets"] + "tags": [ + "Admin - Support Tickets" + ] } }, "/api/v1/admin/support-tickets/{id}": { @@ -15924,7 +16731,9 @@ } ], "summary": "Get a support ticket thread", - "tags": ["Admin - Support Tickets"] + "tags": [ + "Admin - Support Tickets" + ] } }, "/api/v1/admin/support-tickets/{id}/replies": { @@ -15968,7 +16777,9 @@ } ], "summary": "Reply as support and send the user an SMS", - "tags": ["Admin - Support Tickets"] + "tags": [ + "Admin - Support Tickets" + ] } }, "/api/v1/admin/support-tickets/{id}/status": { @@ -16012,7 +16823,9 @@ } ], "summary": "Change support ticket status", - "tags": ["Admin - Support Tickets"] + "tags": [ + "Admin - Support Tickets" + ] } }, "/api/v1/admin/reports/overview": { @@ -16098,7 +16911,9 @@ } ], "summary": "Platform-wide overview KPIs", - "tags": ["Admin - Reports"] + "tags": [ + "Admin - Reports" + ] } }, "/api/v1/admin/users/{id}/wallet/credit": { @@ -16203,7 +17018,9 @@ } ], "summary": "Manually credit a user wallet", - "tags": ["Admin - User Detail"] + "tags": [ + "Admin - User Detail" + ] } }, "/api/v1/admin/users/{id}/identity/attest": { @@ -16298,7 +17115,9 @@ } ], "summary": "Verify host identity without a user submission", - "tags": ["Admin - User Detail"] + "tags": [ + "Admin - User Detail" + ] } }, "/api/v1/admin/users/{id}/hosted-events": { @@ -16365,7 +17184,10 @@ "description": "0 = JSON list (default). 1 = Excel export (returns response.fileData).", "schema": { "type": "number", - "enum": [0, 1] + "enum": [ + 0, + 1 + ] } } ], @@ -16389,7 +17211,10 @@ "description": "Pagination metadata for the current query." } }, - "required": ["events", "response"] + "required": [ + "events", + "response" + ] } } } @@ -16461,7 +17286,9 @@ } ], "summary": "Events this user has hosted (organizer_id = :id)", - "tags": ["Admin - User Detail"] + "tags": [ + "Admin - User Detail" + ] } }, "/api/v1/admin/users/{id}/bookings": { @@ -16528,7 +17355,10 @@ "description": "0 = JSON list (default). 1 = Excel export (returns response.fileData).", "schema": { "type": "number", - "enum": [0, 1] + "enum": [ + 0, + 1 + ] } } ], @@ -16552,7 +17382,10 @@ "description": "Pagination metadata for the current query." } }, - "required": ["bookings", "response"] + "required": [ + "bookings", + "response" + ] } } } @@ -16624,7 +17457,9 @@ } ], "summary": "Bookings this user made as a guest", - "tags": ["Admin - User Detail"] + "tags": [ + "Admin - User Detail" + ] } }, "/api/v1/admin/users/{id}/payments": { @@ -16691,7 +17526,10 @@ "description": "0 = JSON list (default). 1 = Excel export (returns response.fileData).", "schema": { "type": "number", - "enum": [0, 1] + "enum": [ + 0, + 1 + ] } } ], @@ -16715,7 +17553,10 @@ "description": "Pagination metadata for the current query." } }, - "required": ["payments", "response"] + "required": [ + "payments", + "response" + ] } } } @@ -16787,7 +17628,9 @@ } ], "summary": "Payments this user made", - "tags": ["Admin - User Detail"] + "tags": [ + "Admin - User Detail" + ] } }, "/api/v1/admin/users/{id}/reviews": { @@ -16854,7 +17697,10 @@ "description": "0 = JSON list (default). 1 = Excel export (returns response.fileData).", "schema": { "type": "number", - "enum": [0, 1] + "enum": [ + 0, + 1 + ] } }, { @@ -16863,7 +17709,10 @@ "in": "query", "description": "written (default): authored by this user. received: on events this user organized.", "schema": { - "enum": ["written", "received"], + "enum": [ + "written", + "received" + ], "type": "string" } } @@ -16888,7 +17737,10 @@ "description": "Pagination metadata for the current query." } }, - "required": ["reviews", "response"] + "required": [ + "reviews", + "response" + ] } } } @@ -16960,7 +17812,9 @@ } ], "summary": "Reviews written by this user or received on their events", - "tags": ["Admin - User Detail"] + "tags": [ + "Admin - User Detail" + ] } }, "/api/v1/admin/users/{id}/follows": { @@ -17027,7 +17881,10 @@ "description": "0 = JSON list (default). 1 = Excel export (returns response.fileData).", "schema": { "type": "number", - "enum": [0, 1] + "enum": [ + 0, + 1 + ] } }, { @@ -17036,7 +17893,10 @@ "in": "query", "description": "following (default): organizers this user follows. followers: users following this user.", "schema": { - "enum": ["following", "followers"], + "enum": [ + "following", + "followers" + ], "type": "string" } } @@ -17061,7 +17921,10 @@ "description": "Pagination metadata for the current query." } }, - "required": ["follows", "response"] + "required": [ + "follows", + "response" + ] } } } @@ -17133,7 +17996,9 @@ } ], "summary": "Organizers this user follows, or users following this user", - "tags": ["Admin - User Detail"] + "tags": [ + "Admin - User Detail" + ] } }, "/api/v1/admin/users/{id}/reports": { @@ -17200,7 +18065,10 @@ "description": "0 = JSON list (default). 1 = Excel export (returns response.fileData).", "schema": { "type": "number", - "enum": [0, 1] + "enum": [ + 0, + 1 + ] } }, { @@ -17209,7 +18077,10 @@ "in": "query", "description": "filed (default): reports this user submitted. received: reports submitted about this user.", "schema": { - "enum": ["filed", "received"], + "enum": [ + "filed", + "received" + ], "type": "string" } } @@ -17234,7 +18105,10 @@ "description": "Pagination metadata for the current query." } }, - "required": ["reports", "response"] + "required": [ + "reports", + "response" + ] } } } @@ -17306,7 +18180,9 @@ } ], "summary": "User reports this user filed, or reports filed about them", - "tags": ["Admin - User Detail"] + "tags": [ + "Admin - User Detail" + ] } }, "/api/v1/admin/users/{id}/blocks": { @@ -17373,7 +18249,10 @@ "description": "0 = JSON list (default). 1 = Excel export (returns response.fileData).", "schema": { "type": "number", - "enum": [0, 1] + "enum": [ + 0, + 1 + ] } }, { @@ -17382,7 +18261,10 @@ "in": "query", "description": "blocking (default): users this user blocked. blockedBy: users who blocked this user.", "schema": { - "enum": ["blocking", "blockedBy"], + "enum": [ + "blocking", + "blockedBy" + ], "type": "string" } } @@ -17407,7 +18289,10 @@ "description": "Pagination metadata for the current query." } }, - "required": ["blocks", "response"] + "required": [ + "blocks", + "response" + ] } } } @@ -17479,7 +18364,9 @@ } ], "summary": "Users this user has blocked, or users who blocked this user", - "tags": ["Admin - User Detail"] + "tags": [ + "Admin - User Detail" + ] } }, "/api/v1/admin/audit-logs": { @@ -17541,7 +18428,10 @@ "description": "0 = JSON list (default). 1 = Excel export (returns response.fileData).", "schema": { "type": "number", - "enum": [0, 1] + "enum": [ + 0, + 1 + ] } }, { @@ -17593,7 +18483,10 @@ "description": "Pagination metadata for the current query." } }, - "required": ["items", "response"] + "required": [ + "items", + "response" + ] } } } @@ -17665,7 +18558,9 @@ } ], "summary": "List admin action audit trail", - "tags": ["Admin - Audit Logs"] + "tags": [ + "Admin - Audit Logs" + ] } }, "/api/v1/uploads": { @@ -17679,7 +18574,9 @@ "multipart/form-data": { "schema": { "type": "object", - "required": ["file"], + "required": [ + "file" + ], "properties": { "file": { "type": "string", @@ -17748,7 +18645,9 @@ } ], "summary": "Upload an image file", - "tags": ["Uploads"] + "tags": [ + "Uploads" + ] } }, "/api/v1/uploads/identity": { @@ -17761,7 +18660,9 @@ "multipart/form-data": { "schema": { "type": "object", - "required": ["file"], + "required": [ + "file" + ], "properties": { "file": { "type": "string", @@ -17790,7 +18691,9 @@ } ], "summary": "Upload a private identity document image", - "tags": ["Uploads"] + "tags": [ + "Uploads" + ] } }, "/api/v1/uploads/identity/{ownerId}/{filename}": { @@ -17845,7 +18748,9 @@ } ], "summary": "Read an authorized private identity document", - "tags": ["Uploads"] + "tags": [ + "Uploads" + ] } }, "/api/v1/uploads/internal": { @@ -17884,7 +18789,9 @@ "multipart/form-data": { "schema": { "type": "object", - "required": ["file"], + "required": [ + "file" + ], "properties": { "file": { "type": "string", @@ -17948,7 +18855,9 @@ } }, "summary": "Internal upload from trusted app instances", - "tags": ["Uploads"] + "tags": [ + "Uploads" + ] } }, "/api/v1/blog-articles": { @@ -18004,7 +18913,9 @@ } }, "summary": "Published blog articles (unpaginated, for hub/sitemap pages)", - "tags": ["Blog Articles"] + "tags": [ + "Blog Articles" + ] } }, "/api/v1/blog-articles/{slug}/related": { @@ -18045,7 +18956,9 @@ } }, "summary": "Related published articles by slug", - "tags": ["Blog Articles"] + "tags": [ + "Blog Articles" + ] } }, "/api/v1/blog-articles/{slug}": { @@ -18074,7 +18987,9 @@ } }, "summary": "Single published article by slug", - "tags": ["Blog Articles"] + "tags": [ + "Blog Articles" + ] } }, "/api/v1/admin/blog-articles": { @@ -18133,7 +19048,10 @@ "description": "0 = JSON list (default). 1 = Excel export (returns response.fileData).", "schema": { "type": "number", - "enum": [0, 1] + "enum": [ + 0, + 1 + ] } } ], @@ -18157,7 +19075,10 @@ "description": "Pagination metadata for the current query." } }, - "required": ["items", "response"] + "required": [ + "items", + "response" + ] } } } @@ -18169,7 +19090,9 @@ } ], "summary": "Paginated article management list", - "tags": ["Admin - Blog Articles"] + "tags": [ + "Admin - Blog Articles" + ] }, "post": { "operationId": "AdminBlogArticlesController_create", @@ -18202,7 +19125,9 @@ } ], "summary": "Create blog article", - "tags": ["Admin - Blog Articles"] + "tags": [ + "Admin - Blog Articles" + ] } }, "/api/v1/admin/blog-articles/{id}": { @@ -18236,7 +19161,9 @@ } ], "summary": "Single article by id (draft or published)", - "tags": ["Admin - Blog Articles"] + "tags": [ + "Admin - Blog Articles" + ] }, "patch": { "operationId": "AdminBlogArticlesController_update", @@ -18278,7 +19205,9 @@ } ], "summary": "Update blog article", - "tags": ["Admin - Blog Articles"] + "tags": [ + "Admin - Blog Articles" + ] }, "delete": { "operationId": "AdminBlogArticlesController_remove", @@ -18310,7 +19239,9 @@ } ], "summary": "Soft-delete blog article", - "tags": ["Admin - Blog Articles"] + "tags": [ + "Admin - Blog Articles" + ] } }, "/health": { @@ -18331,7 +19262,9 @@ } }, "summary": "Health check", - "tags": ["Health"] + "tags": [ + "Health" + ] } }, "/health/ready": { @@ -18362,7 +19295,9 @@ } }, "summary": "Readiness check", - "tags": ["Health"] + "tags": [ + "Health" + ] } } }, @@ -18498,7 +19433,9 @@ "format": "phone" } }, - "required": ["mobile"] + "required": [ + "mobile" + ] }, "OtpRequestResponseDto": { "type": "object", @@ -18506,7 +19443,10 @@ "purpose": { "type": "string", "description": "Whether this OTP flow is for an existing or new account.", - "enum": ["login", "register"], + "enum": [ + "login", + "register" + ], "example": "login" }, "expiresIn": { @@ -18520,7 +19460,11 @@ "example": false } }, - "required": ["purpose", "expiresIn", "alreadySent"] + "required": [ + "purpose", + "expiresIn", + "alreadySent" + ] }, "ApiErrorCode": { "type": "string", @@ -18601,7 +19545,9 @@ "type": "object", "description": "Optional field-level validation errors keyed by request field name.", "example": { - "mobile": ["mobile must be a valid Iranian mobile number"] + "mobile": [ + "mobile must be a valid Iranian mobile number" + ] }, "additionalProperties": { "type": "array", @@ -18611,7 +19557,11 @@ } } }, - "required": ["success", "code", "message"] + "required": [ + "success", + "code", + "message" + ] }, "VerifyOtpDto": { "type": "object", @@ -18652,11 +19602,19 @@ "deprecated": true } }, - "required": ["mobile", "code"] + "required": [ + "mobile", + "code" + ] }, "UserStatus": { "type": "string", - "enum": ["active", "pending", "suspended", "deleted"], + "enum": [ + "active", + "pending", + "suspended", + "deleted" + ], "description": "Account status after OTP verification; pending users must complete profile." }, "AuthTokensDto": { @@ -18689,7 +19647,12 @@ ] } }, - "required": ["accessToken", "sessionId", "expiresAt", "status"] + "required": [ + "accessToken", + "sessionId", + "expiresAt", + "status" + ] }, "LoggedOutResponseDto": { "type": "object", @@ -18699,7 +19662,9 @@ "example": true } }, - "required": ["loggedOut"] + "required": [ + "loggedOut" + ] }, "SessionResponseDto": { "type": "object", @@ -18734,7 +19699,11 @@ "format": "date-time" } }, - "required": ["id", "createdAt", "expiresAt"] + "required": [ + "id", + "createdAt", + "expiresAt" + ] }, "RevokedResponseDto": { "type": "object", @@ -18744,16 +19713,30 @@ "example": true } }, - "required": ["revoked"] + "required": [ + "revoked" + ] }, "Gender": { "type": "string", - "enum": ["male", "female", "other"], + "enum": [ + "male", + "female", + "other" + ], "description": "Gender for placeholder avatars when no photo is set." }, "ContactChannel": { "type": "string", - "enum": ["instagram", "telegram", "twitter", "linkedin", "youtube", "website", "support_phone"] + "enum": [ + "instagram", + "telegram", + "twitter", + "linkedin", + "youtube", + "website", + "support_phone" + ] }, "PublicOrganizerContactLinkDto": { "type": "object", @@ -18777,7 +19760,12 @@ "description": "Raw stored value (username, URL, or phone digits)." } }, - "required": ["channel", "label", "url", "value"] + "required": [ + "channel", + "label", + "url", + "value" + ] }, "PublicOrganizerResponseDto": { "type": "object", @@ -18914,11 +19902,25 @@ "type": "boolean" } }, - "required": ["id", "slug", "title", "posterUrl", "startsAt", "endsAt", "cityName", "isFree", "price", "isPast"] + "required": [ + "id", + "slug", + "title", + "posterUrl", + "startsAt", + "endsAt", + "cityName", + "isFree", + "price", + "isPast" + ] }, "ListResultType": { "type": "number", - "enum": [0, 1], + "enum": [ + 0, + 1 + ], "description": "Result type requested by the client: 0 for JSON list, 1 for Excel export." }, "PaginationMetaDto": { @@ -19017,7 +20019,14 @@ "description": "True when newer messages exist beyond this page (pass `newerCursor` as `after`)." } }, - "required": ["page", "pageSize", "totalItemsCount", "totalPages", "sort", "filters"] + "required": [ + "page", + "pageSize", + "totalItemsCount", + "totalPages", + "sort", + "filters" + ] }, "OrganizerViewerStateResponseDto": { "type": "object", @@ -19032,16 +20041,27 @@ } } }, - "required": ["isFollowing", "attendeeContactLinks"] + "required": [ + "isFollowing", + "attendeeContactLinks" + ] }, "IdentityVerificationStatus": { "type": "string", - "enum": ["none", "pending", "verified", "rejected"], + "enum": [ + "none", + "pending", + "verified", + "rejected" + ], "description": "Host identity verification status; verified users may create events." }, "UserRole": { "type": "string", - "enum": ["user", "admin"], + "enum": [ + "user", + "admin" + ], "description": "User role. Admin is staff-only and manually assigned." }, "UserProfileResponseDto": { @@ -19215,7 +20235,14 @@ "format": "date-time" } }, - "required": ["id", "subject", "status", "category", "lastMessageAt", "updatedAt"] + "required": [ + "id", + "subject", + "status", + "category", + "lastMessageAt", + "updatedAt" + ] }, "ProfileSummaryEventPreviewDto": { "type": "object", @@ -19248,7 +20275,14 @@ "format": "date-time" } }, - "required": ["id", "title", "slug", "posterUrl", "squarePosterUrl", "startsAt"] + "required": [ + "id", + "title", + "slug", + "posterUrl", + "squarePosterUrl", + "startsAt" + ] }, "ProfileSummaryRegisteredPreviewDto": { "type": "object", @@ -19286,7 +20320,15 @@ "description": "Booking id" } }, - "required": ["id", "title", "slug", "posterUrl", "squarePosterUrl", "startsAt", "bookingId"] + "required": [ + "id", + "title", + "slug", + "posterUrl", + "squarePosterUrl", + "startsAt", + "bookingId" + ] }, "UserProfileSummaryResponseDto": { "type": "object", @@ -19459,7 +20501,13 @@ "minimum": 1 } }, - "required": ["firstName", "lastName", "gender", "dateOfBirth", "cityId"] + "required": [ + "firstName", + "lastName", + "gender", + "dateOfBirth", + "cityId" + ] }, "AdminUserListItemDto": { "type": "object", @@ -19586,7 +20634,11 @@ "userType": { "type": "string", "description": "Derived admin-facing user type: admin staff, verified host, or guest.", - "enum": ["guest", "host", "admin"], + "enum": [ + "guest", + "host", + "admin" + ], "example": "host" }, "walletBalance": { @@ -19630,7 +20682,9 @@ "format": "phone" } }, - "required": ["mobile"] + "required": [ + "mobile" + ] }, "AdminUpdateUserDto": { "type": "object", @@ -19688,13 +20742,19 @@ "status": { "type": "string", "description": "Suspend or reactivate the account. 'pending' and 'deleted' are not settable here — see the field-level note in this DTO.", - "enum": ["active", "suspended"], + "enum": [ + "active", + "suspended" + ], "example": "suspended" }, "hostPlan": { "type": "string", "description": "Free hosts can create 10 events; unlimited removes the quota.", - "enum": ["free", "unlimited"] + "enum": [ + "free", + "unlimited" + ] } } }, @@ -19707,7 +20767,15 @@ }, "channel": { "type": "string", - "enum": ["instagram", "telegram", "twitter", "linkedin", "youtube", "website", "support_phone"] + "enum": [ + "instagram", + "telegram", + "twitter", + "linkedin", + "youtube", + "website", + "support_phone" + ] }, "value": { "type": "string" @@ -19727,14 +20795,30 @@ "type": "string" } }, - "required": ["id", "channel", "value", "isPublic", "displayOrder", "createdAt", "updatedAt"] + "required": [ + "id", + "channel", + "value", + "isPublic", + "displayOrder", + "createdAt", + "updatedAt" + ] }, "CreateUserContactLinkDto": { "type": "object", "properties": { "channel": { "type": "string", - "enum": ["instagram", "telegram", "twitter", "linkedin", "youtube", "website", "support_phone"], + "enum": [ + "instagram", + "telegram", + "twitter", + "linkedin", + "youtube", + "website", + "support_phone" + ], "example": "instagram" }, "value": { @@ -19751,7 +20835,10 @@ "example": 0 } }, - "required": ["channel", "value"] + "required": [ + "channel", + "value" + ] }, "UpdateUserContactLinkDto": { "type": "object", @@ -19779,7 +20866,9 @@ "example": true } }, - "required": ["success"] + "required": [ + "success" + ] }, "IdentityRejectionReasonResponseDto": { "type": "object", @@ -19811,7 +20900,12 @@ "minimum": 0 } }, - "required": ["id", "code", "label", "sortOrder"] + "required": [ + "id", + "code", + "label", + "sortOrder" + ] }, "RequestHostContractOtpDto": { "type": "object", @@ -19835,7 +20929,11 @@ "description": "Must match the currently published host cooperation contract version." } }, - "required": ["nationalCode", "contractAccepted", "contractVersion"] + "required": [ + "nationalCode", + "contractAccepted", + "contractVersion" + ] }, "HostContractOtpRequestedDto": { "type": "object", @@ -19856,7 +20954,11 @@ "example": "2026-08-22" } }, - "required": ["purpose", "expiresIn", "contractVersion"] + "required": [ + "purpose", + "expiresIn", + "contractVersion" + ] }, "ConfirmHostContractOtpDto": { "type": "object", @@ -19869,11 +20971,16 @@ "maxLength": 4 } }, - "required": ["code"] + "required": [ + "code" + ] }, "IdentityVerificationSource": { "type": "string", - "enum": ["host_submission", "admin_attested"], + "enum": [ + "host_submission", + "admin_attested" + ], "description": "host_submission means the user sent KYC fields; admin_attested means staff verified the user without a host request." }, "IdentityVerificationResponseDto": { @@ -20013,7 +21120,14 @@ "format": "date-time" } }, - "required": ["id", "userId", "status", "source", "createdAt", "updatedAt"] + "required": [ + "id", + "userId", + "status", + "source", + "createdAt", + "updatedAt" + ] }, "AdminIdentityVerificationResponseDto": { "type": "object", @@ -20161,7 +21275,15 @@ } } }, - "required": ["id", "userId", "status", "source", "createdAt", "updatedAt", "user"] + "required": [ + "id", + "userId", + "status", + "source", + "createdAt", + "updatedAt", + "user" + ] }, "RejectIdentityVerificationDto": { "type": "object", @@ -20182,7 +21304,12 @@ }, "NotificationStatus": { "type": "string", - "enum": ["pending", "sent", "failed", "cancelled"], + "enum": [ + "pending", + "sent", + "failed", + "cancelled" + ], "description": "Parent notification delivery status." }, "NotificationResponseDto": { @@ -20256,7 +21383,14 @@ "format": "date-time" } }, - "required": ["id", "category", "title", "body", "status", "createdAt"] + "required": [ + "id", + "category", + "title", + "body", + "status", + "createdAt" + ] }, "NotificationUnreadCountResponseDto": { "type": "object", @@ -20267,7 +21401,9 @@ "example": 2 } }, - "required": ["totalUnread"] + "required": [ + "totalUnread" + ] }, "PushVapidPublicKeyResponseDto": { "type": "object", @@ -20283,7 +21419,10 @@ "example": true } }, - "required": ["publicKey", "enabled"] + "required": [ + "publicKey", + "enabled" + ] }, "PushDeliveryReceiptDto": { "type": "object", @@ -20303,7 +21442,10 @@ "eventType": { "type": "string", "description": "displayed = browser showed the notification, opened = user tapped it.", - "enum": ["displayed", "opened"], + "enum": [ + "displayed", + "opened" + ], "example": "opened" }, "receiptHmac": { @@ -20312,7 +21454,12 @@ "example": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa" } }, - "required": ["notificationId", "subscriptionId", "eventType", "receiptHmac"] + "required": [ + "notificationId", + "subscriptionId", + "eventType", + "receiptHmac" + ] }, "PushDeliveryReceiptResponseDto": { "type": "object", @@ -20349,7 +21496,11 @@ "nullable": true } }, - "required": ["recorded", "notificationId", "subscriptionId"] + "required": [ + "recorded", + "notificationId", + "subscriptionId" + ] }, "PushSubscribeDto": { "type": "object", @@ -20372,7 +21523,11 @@ "description": "Browser user-agent string for debugging multi-device subscriptions." } }, - "required": ["endpoint", "p256dh", "auth"] + "required": [ + "endpoint", + "p256dh", + "auth" + ] }, "PushSubscriptionResponseDto": { "type": "object", @@ -20393,7 +21548,12 @@ "type": "string" } }, - "required": ["id", "userId", "endpoint", "createdAt"] + "required": [ + "id", + "userId", + "endpoint", + "createdAt" + ] }, "DeletedResponseDto": { "type": "object", @@ -20403,7 +21563,9 @@ "example": true } }, - "required": ["deleted"] + "required": [ + "deleted" + ] }, "DeletedCountResponseDto": { "type": "object", @@ -20414,11 +21576,18 @@ "minimum": 0 } }, - "required": ["deletedCount"] + "required": [ + "deletedCount" + ] }, "SmsStatus": { "type": "string", - "enum": ["pending", "sent", "failed", "delivered"], + "enum": [ + "pending", + "sent", + "failed", + "delivered" + ], "description": "SMS delivery status." }, "SmsRecipientDto": { @@ -20437,7 +21606,10 @@ "nullable": true } }, - "required": ["firstName", "lastName"] + "required": [ + "firstName", + "lastName" + ] }, "SmsMessageResponseDto": { "type": "object", @@ -20530,7 +21702,16 @@ ] } }, - "required": ["id", "notificationId", "userId", "mobile", "messageBody", "status", "createdAt", "updatedAt"] + "required": [ + "id", + "notificationId", + "userId", + "mobile", + "messageBody", + "status", + "createdAt", + "updatedAt" + ] }, "NotificationRuleResponseDto": { "type": "object", @@ -20550,7 +21731,11 @@ }, "channel": { "type": "string", - "enum": ["in_app", "sms", "both"] + "enum": [ + "in_app", + "sms", + "both" + ] }, "titleTemplate": { "type": "string" @@ -20604,7 +21789,11 @@ }, "channel": { "type": "string", - "enum": ["in_app", "sms", "both"] + "enum": [ + "in_app", + "sms", + "both" + ] }, "titleTemplate": { "type": "string" @@ -20624,7 +21813,9 @@ "purpose": { "type": "string", "description": "OTP purpose used when confirming a bulk SMS send.", - "enum": ["admin_bulk_sms"], + "enum": [ + "admin_bulk_sms" + ], "example": "admin_bulk_sms" }, "expiresIn": { @@ -20633,11 +21824,18 @@ "example": 300 } }, - "required": ["purpose", "expiresIn"] + "required": [ + "purpose", + "expiresIn" + ] }, "NotificationChannel": { "type": "string", - "enum": ["in_app", "sms", "both"], + "enum": [ + "in_app", + "sms", + "both" + ], "description": "Delivery channel. `in_app` also dispatches Web Push when the user has an active subscription. Defaults to `in_app`." }, "AdminSendManualNotificationDto": { @@ -20673,7 +21871,9 @@ }, "userIds": { "description": "Recipient user ids. At least one of userIds or mobiles must be provided.", - "example": ["c3c921d5-4418-42ed-bf39-0f04b1d5123b"], + "example": [ + "c3c921d5-4418-42ed-bf39-0f04b1d5123b" + ], "type": "array", "items": { "type": "string" @@ -20681,7 +21881,10 @@ }, "mobiles": { "description": "Recipient mobile numbers (0912..., 98912..., or +98912...). At least one of userIds or mobiles must be provided.", - "example": ["09153641196", "989121234567"], + "example": [ + "09153641196", + "989121234567" + ], "type": "array", "items": { "type": "string" @@ -20694,7 +21897,9 @@ "maxLength": 10 } }, - "required": ["body"] + "required": [ + "body" + ] }, "AdminManualNotificationRecipientDto": { "type": "object", @@ -20729,7 +21934,11 @@ "format": "uuid" } }, - "required": ["userId", "mobile", "notificationId"] + "required": [ + "userId", + "mobile", + "notificationId" + ] }, "AdminManualNotificationResponseDto": { "type": "object", @@ -20748,7 +21957,9 @@ }, "missingUserIds": { "description": "Requested user ids that did not resolve to a user row.", - "example": ["11111111-1111-1111-1111-111111111111"], + "example": [ + "11111111-1111-1111-1111-111111111111" + ], "type": "array", "items": { "type": "string" @@ -20756,14 +21967,21 @@ }, "missingMobiles": { "description": "Requested mobile numbers that did not resolve to a user row after normalization.", - "example": ["989199999999"], + "example": [ + "989199999999" + ], "type": "array", "items": { "type": "string" } } }, - "required": ["recipientCount", "recipients", "missingUserIds", "missingMobiles"] + "required": [ + "recipientCount", + "recipients", + "missingUserIds", + "missingMobiles" + ] }, "AdminInAppRecipientDto": { "type": "object", @@ -20781,7 +21999,10 @@ "nullable": true } }, - "required": ["firstName", "lastName"] + "required": [ + "firstName", + "lastName" + ] }, "AdminInAppNotificationResponseDto": { "type": "object", @@ -20855,7 +22076,16 @@ ] } }, - "required": ["id", "userId", "mobile", "category", "title", "body", "status", "createdAt"] + "required": [ + "id", + "userId", + "mobile", + "category", + "title", + "body", + "status", + "createdAt" + ] }, "PushDeliveryRecipientDto": { "type": "object", @@ -20873,7 +22103,10 @@ "nullable": true } }, - "required": ["firstName", "lastName"] + "required": [ + "firstName", + "lastName" + ] }, "PushDeliveryResponseDto": { "type": "object", @@ -20974,7 +22207,18 @@ ] } }, - "required": ["id", "notificationId", "userId", "subscriptionId", "mobile", "category", "title", "body", "status", "createdAt"] + "required": [ + "id", + "notificationId", + "userId", + "subscriptionId", + "mobile", + "category", + "title", + "body", + "status", + "createdAt" + ] }, "EventCategoryResponseDto": { "type": "object", @@ -21095,7 +22339,10 @@ "example": "موسیقی" } }, - "required": ["id", "name"] + "required": [ + "id", + "name" + ] }, "CreateEventCategoryDto": { "type": "object", @@ -21170,7 +22417,10 @@ "nullable": true } }, - "required": ["name", "slug"] + "required": [ + "name", + "slug" + ] }, "UpdateEventCategoryDto": { "type": "object", @@ -21266,7 +22516,12 @@ "example": 51.389 } }, - "required": ["id", "name", "lat", "lng"] + "required": [ + "id", + "name", + "lat", + "lng" + ] }, "CityResponseDto": { "type": "object", @@ -21296,7 +22551,12 @@ "example": 51.389 } }, - "required": ["id", "provinceId", "name", "slug"] + "required": [ + "id", + "provinceId", + "name", + "slug" + ] }, "CityDetailResponseDto": { "type": "object", @@ -21334,11 +22594,26 @@ "example": "tehran-province" } }, - "required": ["id", "provinceId", "name", "slug", "provinceName", "provinceSlug"] + "required": [ + "id", + "provinceId", + "name", + "slug", + "provinceName", + "provinceSlug" + ] }, "EventStatus": { "type": "string", - "enum": ["draft", "pending_review", "published", "full", "rejected", "cancelled", "completed"] + "enum": [ + "draft", + "pending_review", + "published", + "full", + "rejected", + "cancelled", + "completed" + ] }, "MyEventsHostItemDto": { "type": "object", @@ -21424,7 +22699,14 @@ }, "BookingStatus": { "type": "string", - "enum": ["pending_payment", "confirmed", "cancelled", "expired", "refunded", "no_show"] + "enum": [ + "pending_payment", + "confirmed", + "cancelled", + "expired", + "refunded", + "no_show" + ] }, "MyEventsGuestItemDto": { "type": "object", @@ -21528,11 +22810,20 @@ }, "EventGenderRestriction": { "type": "string", - "enum": ["open", "female_only", "male_only"] + "enum": [ + "open", + "female_only", + "male_only" + ] }, "EventAgeRestriction": { "type": "string", - "enum": ["open", "age_15_19", "age_20_24", "age_25_plus"] + "enum": [ + "open", + "age_15_19", + "age_20_24", + "age_25_plus" + ] }, "EventSettingsDto": { "type": "object", @@ -21549,7 +22840,10 @@ }, "addressVisibility": { "type": "string", - "enum": ["public", "attendees_only"], + "enum": [ + "public", + "attendees_only" + ], "default": "public", "description": "When 'attendees_only', only the organizer/admin and guests with a confirmed booking see the exact address/lat/lng; everyone else sees generalArea instead." }, @@ -21575,7 +22869,10 @@ "properties": { "mediaType": { "type": "string", - "enum": ["image", "video"], + "enum": [ + "image", + "video" + ], "example": "image" }, "url": { @@ -21601,7 +22898,10 @@ "description": "Marks the 1:1 square card poster. Exactly one image per event." } }, - "required": ["mediaType", "url"] + "required": [ + "mediaType", + "url" + ] }, "CreateEventFaqDto": { "type": "object", @@ -21622,7 +22922,10 @@ "minimum": 0 } }, - "required": ["question", "answer"] + "required": [ + "question", + "answer" + ] }, "SubmitEventRevisionDto": { "type": "object", @@ -21738,7 +23041,9 @@ } } }, - "required": ["media"] + "required": [ + "media" + ] }, "EventRevisionResponseDto": { "type": "object", @@ -21751,7 +23056,12 @@ }, "status": { "type": "string", - "enum": ["pending", "approved", "rejected", "superseded"] + "enum": [ + "pending", + "approved", + "rejected", + "superseded" + ] }, "payload": { "type": "object", @@ -21774,7 +23084,14 @@ "type": "object" } }, - "required": ["id", "eventId", "status", "payload", "createdBy", "submittedAt"] + "required": [ + "id", + "eventId", + "status", + "payload", + "createdBy", + "submittedAt" + ] }, "CreateEventDto": { "type": "object", @@ -21918,7 +23235,10 @@ }, "addressVisibility": { "type": "string", - "enum": ["public", "attendees_only"] + "enum": [ + "public", + "attendees_only" + ] }, "generalArea": { "type": "string", @@ -21932,7 +23252,14 @@ "description": "When true, review_request after completion is sent as in-app + SMS; otherwise in-app only." } }, - "required": ["isDiscoverable", "autoCreateGroup", "addressVisibility", "generalArea", "waitlistAutoOffer", "sendReviewRequestSms"] + "required": [ + "isDiscoverable", + "autoCreateGroup", + "addressVisibility", + "generalArea", + "waitlistAutoOffer", + "sendReviewRequestSms" + ] }, "EventDiscoveryPlacementDto": { "type": "object", @@ -21945,7 +23272,10 @@ "minimum": 0 } }, - "required": ["placement", "priority"] + "required": [ + "placement", + "priority" + ] }, "EventResponseDto": { "type": "object", @@ -22281,7 +23611,15 @@ "minimum": 0 } }, - "required": ["grossAmount", "commissionAmount", "guestRefundAmount", "netAmount", "heldAmount", "availableAmount", "settledAmount"] + "required": [ + "grossAmount", + "commissionAmount", + "guestRefundAmount", + "netAmount", + "heldAmount", + "availableAmount", + "settledAmount" + ] }, "OwnerEventTrafficChannelInsightsDto": { "type": "object", @@ -22295,7 +23633,10 @@ "minimum": 0 } }, - "required": ["uniqueVisits", "confirmedBookings"] + "required": [ + "uniqueVisits", + "confirmedBookings" + ] }, "OwnerEventTrafficInsightsDto": { "type": "object", @@ -22307,7 +23648,10 @@ "$ref": "#/components/schemas/OwnerEventTrafficChannelInsightsDto" } }, - "required": ["instagram", "telegram"] + "required": [ + "instagram", + "telegram" + ] }, "OwnerEventInsightsResponseDto": { "type": "object", @@ -22326,11 +23670,19 @@ "$ref": "#/components/schemas/OwnerEventTrafficInsightsDto" } }, - "required": ["bookmarkCount", "registrations", "financial", "traffic"] + "required": [ + "bookmarkCount", + "registrations", + "financial", + "traffic" + ] }, "EventMediaType": { "type": "string", - "enum": ["image", "video"] + "enum": [ + "image", + "video" + ] }, "EventMediaResponseDto": { "type": "object", @@ -22373,7 +23725,17 @@ "type": "string" } }, - "required": ["id", "eventId", "mediaType", "url", "thumbnailUrl", "sortOrder", "isPoster", "isSquarePoster", "createdAt"] + "required": [ + "id", + "eventId", + "mediaType", + "url", + "thumbnailUrl", + "sortOrder", + "isPoster", + "isSquarePoster", + "createdAt" + ] }, "EventFaqResponseDto": { "type": "object", @@ -22404,7 +23766,15 @@ "type": "string" } }, - "required": ["id", "eventId", "question", "answer", "sortOrder", "createdAt", "updatedAt"] + "required": [ + "id", + "eventId", + "question", + "answer", + "sortOrder", + "createdAt", + "updatedAt" + ] }, "EventManagementBootstrapResponseDto": { "type": "object", @@ -22437,7 +23807,15 @@ } } }, - "required": ["event", "insights", "categoryName", "cityName", "provinceName", "media", "faqs"] + "required": [ + "event", + "insights", + "categoryName", + "cityName", + "provinceName", + "media", + "faqs" + ] }, "EventAttendeeResponseDto": { "type": "object", @@ -22488,11 +23866,24 @@ "type": "string" } }, - "required": ["bookingId", "userId", "bookingCode", "status", "createdAt"] + "required": [ + "bookingId", + "userId", + "bookingCode", + "status", + "createdAt" + ] }, "EventAttendeeFilter": { "type": "string", - "enum": ["all", "confirmed", "checked_in", "not_checked_in", "pending_payment", "cancelled"] + "enum": [ + "all", + "confirmed", + "checked_in", + "not_checked_in", + "pending_payment", + "cancelled" + ] }, "UpdateEventReservedCapacityDto": { "type": "object", @@ -22504,7 +23895,9 @@ "description": "Absolute off-platform reserved seat count. Occupancy is bookedCount + reservedCapacity and cannot exceed capacity. Pending payments already occupy seats." } }, - "required": ["reservedCapacity"] + "required": [ + "reservedCapacity" + ] }, "UpdateEventDto": { "type": "object", @@ -22619,7 +24012,9 @@ } } }, - "required": ["eventIds"] + "required": [ + "eventIds" + ] }, "BookmarkBatchStatusResponseDto": { "type": "object", @@ -22632,7 +24027,9 @@ } } }, - "required": ["bookmarkedEventIds"] + "required": [ + "bookmarkedEventIds" + ] }, "BookmarkStateResponseDto": { "type": "object", @@ -22641,7 +24038,9 @@ "type": "boolean" } }, - "required": ["isBookmarked"] + "required": [ + "isBookmarked" + ] }, "DiscoveryEventOrganizerDto": { "type": "object", @@ -22655,7 +24054,10 @@ "nullable": true } }, - "required": ["firstName", "lastName"] + "required": [ + "firstName", + "lastName" + ] }, "DiscoveryEventResponseDto": { "type": "object", @@ -22902,7 +24304,11 @@ "type": "string" } }, - "required": ["id", "name", "slug"] + "required": [ + "id", + "name", + "slug" + ] }, "EventLandingCityDto": { "type": "object", @@ -22914,7 +24320,10 @@ "type": "string" } }, - "required": ["id", "name"] + "required": [ + "id", + "name" + ] }, "EventLandingOrganizerContactLinkDto": { "type": "object", @@ -22929,7 +24338,11 @@ "type": "string" } }, - "required": ["channel", "label", "url"] + "required": [ + "channel", + "label", + "url" + ] }, "EventLandingOrganizerDto": { "type": "object", @@ -22950,7 +24363,11 @@ }, "gender": { "type": "string", - "enum": ["male", "female", "other"], + "enum": [ + "male", + "female", + "other" + ], "nullable": true }, "bio": { @@ -23002,7 +24419,11 @@ }, "ReviewStatus": { "type": "string", - "enum": ["published", "hidden", "deleted"], + "enum": [ + "published", + "hidden", + "deleted" + ], "description": "Publication status." }, "ReviewUserSummaryDto": { @@ -23033,7 +24454,12 @@ "nullable": true } }, - "required": ["id", "firstName", "lastName", "avatarUrl"] + "required": [ + "id", + "firstName", + "lastName", + "avatarUrl" + ] }, "ReviewResponseDto": { "type": "object", @@ -23118,7 +24544,18 @@ ] } }, - "required": ["id", "eventId", "userId", "bookingId", "rating", "body", "status", "createdAt", "updatedAt", "user"] + "required": [ + "id", + "eventId", + "userId", + "bookingId", + "rating", + "body", + "status", + "createdAt", + "updatedAt", + "user" + ] }, "EventLandingBootstrapResponseDto": { "type": "object", @@ -23157,7 +24594,16 @@ "type": "number" } }, - "required": ["event", "category", "city", "media", "faqs", "organizer", "reviews", "reviewsTotal"] + "required": [ + "event", + "category", + "city", + "media", + "faqs", + "organizer", + "reviews", + "reviewsTotal" + ] }, "EventViewerBookingDto": { "type": "object", @@ -23168,10 +24614,20 @@ }, "status": { "type": "string", - "enum": ["pending_payment", "confirmed", "cancelled", "expired", "refunded", "no_show"] + "enum": [ + "pending_payment", + "confirmed", + "cancelled", + "expired", + "refunded", + "no_show" + ] } }, - "required": ["id", "status"] + "required": [ + "id", + "status" + ] }, "EventViewerWaitlistDto": { "type": "object", @@ -23182,10 +24638,20 @@ }, "status": { "type": "string", - "enum": ["waiting", "notified", "accepted", "expired", "cancelled", "converted"] + "enum": [ + "waiting", + "notified", + "accepted", + "expired", + "cancelled", + "converted" + ] } }, - "required": ["id", "status"] + "required": [ + "id", + "status" + ] }, "EventViewerLocationDto": { "type": "object", @@ -23200,7 +24666,11 @@ "type": "number" } }, - "required": ["address", "lat", "lng"] + "required": [ + "address", + "lat", + "lng" + ] }, "EventViewerStateResponseDto": { "type": "object", @@ -23250,7 +24720,11 @@ "description": "Empty when canJoinAudience is true.", "items": { "type": "string", - "enum": ["gender", "age", "city"] + "enum": [ + "gender", + "age", + "city" + ] } } }, @@ -23274,7 +24748,9 @@ "maxLength": 2000 } }, - "required": ["rejectionReason"] + "required": [ + "rejectionReason" + ] }, "AdminEventRelationSummaryDto": { "type": "object", @@ -23286,7 +24762,10 @@ "type": "string" } }, - "required": ["id", "name"] + "required": [ + "id", + "name" + ] }, "AdminEventOrganizerSummaryDto": { "type": "object", @@ -23308,7 +24787,9 @@ "nullable": true } }, - "required": ["id"] + "required": [ + "id" + ] }, "AdminEventResponseDto": { "type": "object", @@ -23350,7 +24831,18 @@ "$ref": "#/components/schemas/AdminEventOrganizerSummaryDto" } }, - "required": ["id", "title", "startsAt", "status", "isFree", "price", "category", "province", "city", "organizer"] + "required": [ + "id", + "title", + "startsAt", + "status", + "isFree", + "price", + "category", + "province", + "city", + "organizer" + ] }, "AdminEventDetailResponseDto": { "type": "object", @@ -23613,7 +25105,9 @@ "maxLength": 2000 } }, - "required": ["rejectionReason"] + "required": [ + "rejectionReason" + ] }, "DiscoveryCategorySummaryDto": { "type": "object", @@ -23644,7 +25138,14 @@ "example": true } }, - "required": ["id", "name", "slug", "parentId", "sortOrder", "isActive"] + "required": [ + "id", + "name", + "slug", + "parentId", + "sortOrder", + "isActive" + ] }, "HomeFeedOrganizerDto": { "type": "object", @@ -23686,7 +25187,14 @@ "$ref": "#/components/schemas/HomeFeedOrganizerDto" } }, - "required": ["id", "title", "slug", "posterUrl", "squarePosterUrl", "organizer"] + "required": [ + "id", + "title", + "slug", + "posterUrl", + "squarePosterUrl", + "organizer" + ] }, "HomeCategoryPreviewEventDto": { "type": "object", @@ -23720,7 +25228,15 @@ "nullable": true } }, - "required": ["id", "title", "slug", "startsAt", "endsAt", "posterUrl", "squarePosterUrl"] + "required": [ + "id", + "title", + "slug", + "startsAt", + "endsAt", + "posterUrl", + "squarePosterUrl" + ] }, "HomeFeedCategoryPreviewGroupDto": { "type": "object", @@ -23736,7 +25252,10 @@ } } }, - "required": ["categoryId", "items"] + "required": [ + "categoryId", + "items" + ] }, "HomeCityPreviewEventDto": { "type": "object", @@ -23840,7 +25359,10 @@ } } }, - "required": ["cityId", "items"] + "required": [ + "cityId", + "items" + ] }, "HomeFeedResponseDto": { "type": "object", @@ -23864,7 +25386,11 @@ } } }, - "required": ["popular", "categoryPreviews", "cityPreviews"] + "required": [ + "popular", + "categoryPreviews", + "cityPreviews" + ] }, "DiscoveryBootstrapResponseDto": { "type": "object", @@ -23882,7 +25408,10 @@ } } }, - "required": ["categories", "cities"] + "required": [ + "categories", + "cities" + ] }, "FollowUserSummaryDto": { "type": "object", @@ -23916,7 +25445,10 @@ ] } }, - "required": ["firstName", "lastName"] + "required": [ + "firstName", + "lastName" + ] }, "FollowResponseDto": { "type": "object", @@ -23942,7 +25474,10 @@ "status": { "type": "string", "description": "Follow status.", - "enum": ["active", "muted"], + "enum": [ + "active", + "muted" + ], "example": "active" }, "notifyNewEvents": { @@ -23965,7 +25500,14 @@ ] } }, - "required": ["id", "followerId", "organizerId", "status", "notifyNewEvents", "createdAt"] + "required": [ + "id", + "followerId", + "organizerId", + "status", + "notifyNewEvents", + "createdAt" + ] }, "UpdateFollowSettingsDto": { "type": "object", @@ -23982,7 +25524,10 @@ "properties": { "mediaType": { "type": "string", - "enum": ["image", "video"] + "enum": [ + "image", + "video" + ] }, "url": { "type": "string" @@ -24035,7 +25580,11 @@ "nullable": true } }, - "required": ["userId", "firstName", "lastName"] + "required": [ + "userId", + "firstName", + "lastName" + ] }, "OrganizerGuestListResponseDto": { "type": "object", @@ -24057,7 +25606,10 @@ }, "kind": { "type": "string", - "enum": ["manual", "previous_attendees"] + "enum": [ + "manual", + "previous_attendees" + ] }, "createdAt": { "format": "date-time", @@ -24068,7 +25620,15 @@ "type": "string" } }, - "required": ["id", "organizerId", "name", "description", "kind", "createdAt", "updatedAt"] + "required": [ + "id", + "organizerId", + "name", + "description", + "kind", + "createdAt", + "updatedAt" + ] }, "CreateOrganizerGuestListDto": { "type": "object", @@ -24083,7 +25643,9 @@ "example": "مهمانان رویدادهای قبلی و مخاطبین میزبان" } }, - "required": ["name"] + "required": [ + "name" + ] }, "GuestListItemResponseDto": { "type": "object", @@ -24122,7 +25684,15 @@ "type": "string" } }, - "required": ["id", "listId", "firstName", "lastName", "userId", "note", "createdAt"] + "required": [ + "id", + "listId", + "firstName", + "lastName", + "userId", + "note", + "createdAt" + ] }, "AddGuestListItemDto": { "type": "object", @@ -24147,21 +25717,27 @@ "type": "string" } }, - "required": ["mobile"] + "required": [ + "mobile" + ] }, "SetEventInvitedGuestsDto": { "type": "object", "properties": { "userIds": { "description": "Full replacement set of platform user ids invited to this event from the host guest list. An empty array clears the invite set.", - "example": ["b3f1c2a0-1111-4111-8111-b3f1c2a01111"], + "example": [ + "b3f1c2a0-1111-4111-8111-b3f1c2a01111" + ], "type": "array", "items": { "type": "string" } } }, - "required": ["userIds"] + "required": [ + "userIds" + ] }, "InvitedGuestResponseDto": { "type": "object", @@ -24184,7 +25760,11 @@ "nullable": true } }, - "required": ["userId", "firstName", "lastName"] + "required": [ + "userId", + "firstName", + "lastName" + ] }, "GuestListNotifyResultDto": { "type": "object", @@ -24202,7 +25782,11 @@ "type": "string" } }, - "required": ["sent", "skipped", "notifiedAt"] + "required": [ + "sent", + "skipped", + "notifiedAt" + ] }, "GuestListLinkResponseDto": { "type": "object", @@ -24228,7 +25812,12 @@ "type": "string" } }, - "required": ["eventId", "listId", "notifiedAt", "createdAt"] + "required": [ + "eventId", + "listId", + "notifiedAt", + "createdAt" + ] }, "LinkGuestListToEventDto": { "type": "object", @@ -24238,7 +25827,9 @@ "description": "Guest list to attach to the event" } }, - "required": ["listId"] + "required": [ + "listId" + ] }, "CreatePaymentDto": { "type": "object", @@ -24258,11 +25849,21 @@ }, "PaymentMethod": { "type": "string", - "enum": ["gateway", "wallet", "mixed"] + "enum": [ + "gateway", + "wallet", + "mixed" + ] }, "PaymentStatus": { "type": "string", - "enum": ["pending", "processing", "succeeded", "failed", "cancelled"] + "enum": [ + "pending", + "processing", + "succeeded", + "failed", + "cancelled" + ] }, "PaymentCheckoutResponseDto": { "type": "object", @@ -24275,7 +25876,10 @@ "format": "uri" } }, - "required": ["trackingId", "paymentUrl"] + "required": [ + "trackingId", + "paymentUrl" + ] }, "CreatePaymentResponseDto": { "type": "object", @@ -24419,7 +26023,9 @@ "example": "SAVE20AB" } }, - "required": ["code"] + "required": [ + "code" + ] }, "DiscountPreviewResponseDto": { "type": "object", @@ -24430,7 +26036,10 @@ }, "type": { "type": "string", - "enum": ["percent", "fixed"] + "enum": [ + "percent", + "fixed" + ] }, "value": { "type": "number", @@ -24449,7 +26058,14 @@ "example": 80000 } }, - "required": ["code", "type", "value", "listAmount", "discountAmount", "payableAmount"] + "required": [ + "code", + "type", + "value", + "listAmount", + "discountAmount", + "payableAmount" + ] }, "PaymentResponseDto": { "type": "object", @@ -24587,7 +26203,16 @@ "type": "string" } }, - "required": ["id", "paymentId", "userId", "bookingId", "eventId", "receiptCode", "snapshot", "issuedAt"] + "required": [ + "id", + "paymentId", + "userId", + "bookingId", + "eventId", + "receiptCode", + "snapshot", + "issuedAt" + ] }, "FinancialUserSummaryDto": { "type": "object", @@ -24608,7 +26233,10 @@ "nullable": true } }, - "required": ["id", "mobile"] + "required": [ + "id", + "mobile" + ] }, "AdminPaymentResponseDto": { "type": "object", @@ -24743,7 +26371,10 @@ }, "purpose": { "type": "string", - "enum": ["top_up", "booking_checkout"] + "enum": [ + "top_up", + "booking_checkout" + ] }, "amount": { "type": "number", @@ -24761,7 +26392,13 @@ }, "status": { "type": "string", - "enum": ["pending", "processing", "succeeded", "failed", "cancelled"] + "enum": [ + "pending", + "processing", + "succeeded", + "failed", + "cancelled" + ] }, "gatewayProvider": { "type": "string", @@ -24840,11 +26477,24 @@ "type": "string" } }, - "required": ["id", "userId", "balance", "createdAt", "updatedAt"] + "required": [ + "id", + "userId", + "balance", + "createdAt", + "updatedAt" + ] }, "WalletTransactionType": { "type": "string", - "enum": ["booking_payment", "refund_guest_cancel", "refund_event_cancel", "organizer_earning", "withdrawal", "deposit"] + "enum": [ + "booking_payment", + "refund_guest_cancel", + "refund_event_cancel", + "organizer_earning", + "withdrawal", + "deposit" + ] }, "WalletTransactionResponseDto": { "type": "object", @@ -24897,7 +26547,16 @@ "type": "string" } }, - "required": ["id", "walletId", "userId", "transactionCode", "type", "amount", "balanceAfter", "createdAt"] + "required": [ + "id", + "walletId", + "userId", + "transactionCode", + "type", + "amount", + "balanceAfter", + "createdAt" + ] }, "CreateWalletDepositDto": { "type": "object", @@ -24908,7 +26567,9 @@ "minimum": 10000 } }, - "required": ["amount"] + "required": [ + "amount" + ] }, "CreateWalletDepositResponseDto": { "type": "object", @@ -24930,7 +26591,10 @@ }, "purpose": { "type": "string", - "enum": ["top_up", "booking_checkout"] + "enum": [ + "top_up", + "booking_checkout" + ] }, "amount": { "type": "number", @@ -24948,7 +26612,13 @@ }, "status": { "type": "string", - "enum": ["pending", "processing", "succeeded", "failed", "cancelled"] + "enum": [ + "pending", + "processing", + "succeeded", + "failed", + "cancelled" + ] }, "gatewayProvider": { "type": "string", @@ -25034,7 +26704,10 @@ }, "purpose": { "type": "string", - "enum": ["top_up", "booking_checkout"] + "enum": [ + "top_up", + "booking_checkout" + ] }, "amount": { "type": "number", @@ -25052,7 +26725,13 @@ }, "status": { "type": "string", - "enum": ["pending", "processing", "succeeded", "failed", "cancelled"] + "enum": [ + "pending", + "processing", + "succeeded", + "failed", + "cancelled" + ] }, "gatewayProvider": { "type": "string", @@ -25108,7 +26787,10 @@ "properties": { "status": { "type": "string", - "enum": ["succeeded", "failed"] + "enum": [ + "succeeded", + "failed" + ] }, "signature": { "type": "string" @@ -25133,7 +26815,12 @@ "type": "string" } }, - "required": ["status", "signature", "timestamp", "nonce"] + "required": [ + "status", + "signature", + "timestamp", + "nonce" + ] }, "CreateBankAccountDto": { "type": "object", @@ -25148,15 +26835,24 @@ "example": "0012345678" } }, - "required": ["iban"] + "required": [ + "iban" + ] }, "BankAccountOwnerType": { "type": "string", - "enum": ["guest", "organizer"] + "enum": [ + "guest", + "organizer" + ] }, "BankAccountVerificationStatus": { "type": "string", - "enum": ["pending_review", "approved", "rejected"] + "enum": [ + "pending_review", + "approved", + "rejected" + ] }, "BankAccountResponseDto": { "type": "object", @@ -25253,7 +26949,9 @@ "minLength": 3 } }, - "required": ["reason"] + "required": [ + "reason" + ] }, "CreateWithdrawalRequestDto": { "type": "object", @@ -25267,11 +26965,19 @@ "description": "Amount in Toman" } }, - "required": ["bankAccountId", "amount"] + "required": [ + "bankAccountId", + "amount" + ] }, "WithdrawalStatus": { "type": "string", - "enum": ["pending", "processing", "completed", "rejected"] + "enum": [ + "pending", + "processing", + "completed", + "rejected" + ] }, "WithdrawalUserSummaryDto": { "type": "object", @@ -25288,7 +26994,9 @@ "nullable": true } }, - "required": ["mobile"] + "required": [ + "mobile" + ] }, "WithdrawalBankAccountSummaryDto": { "type": "object", @@ -25297,7 +27005,9 @@ "type": "string" } }, - "required": ["iban"] + "required": [ + "iban" + ] }, "WithdrawalResponseDto": { "type": "object", @@ -25405,7 +27115,10 @@ "description": "Optional admin note shown to the recipient" } }, - "required": ["trackingCode", "receiptUrl"] + "required": [ + "trackingCode", + "receiptUrl" + ] }, "RejectWithdrawalRequestDto": { "type": "object", @@ -25414,11 +27127,18 @@ "type": "string" } }, - "required": ["reason"] + "required": [ + "reason" + ] }, "OrganizerEarningStatus": { "type": "string", - "enum": ["held", "available", "settled", "cancelled"] + "enum": [ + "held", + "available", + "settled", + "cancelled" + ] }, "OrganizerEarningResponseDto": { "type": "object", @@ -25502,7 +27222,12 @@ }, "SettlementBatchStatus": { "type": "string", - "enum": ["pending", "processing", "completed", "failed"] + "enum": [ + "pending", + "processing", + "completed", + "failed" + ] }, "SettlementItemResponseDto": { "type": "object", @@ -25526,7 +27251,13 @@ "type": "string" } }, - "required": ["id", "amount", "organizerEarningId", "eventId", "eventTitle"] + "required": [ + "id", + "amount", + "organizerEarningId", + "eventId", + "eventTitle" + ] }, "SettlementResponseDto": { "type": "object", @@ -25632,7 +27363,12 @@ "example": "2026-07-07" } }, - "required": ["organizerId", "bankAccountId", "periodStart", "periodEnd"] + "required": [ + "organizerId", + "bankAccountId", + "periodStart", + "periodEnd" + ] }, "FailSettlementDto": { "type": "object", @@ -25641,14 +27377,19 @@ "type": "string" } }, - "required": ["reason"] + "required": [ + "reason" + ] }, "CreateDiscountCodesDto": { "type": "object", "properties": { "type": { "type": "string", - "enum": ["percent", "fixed"], + "enum": [ + "percent", + "fixed" + ], "example": "percent" }, "value": { @@ -25688,12 +27429,19 @@ }, "bearer": { "type": "string", - "enum": ["organizer", "platform"], + "enum": [ + "organizer", + "platform" + ], "description": "Who absorbs the discount. Admin-only; host requests are always forced to \"organizer\".", "example": "organizer" } }, - "required": ["type", "value", "quantity"] + "required": [ + "type", + "value", + "quantity" + ] }, "DiscountCodeResponseDto": { "type": "object", @@ -25712,7 +27460,10 @@ }, "type": { "type": "string", - "enum": ["percent", "fixed"] + "enum": [ + "percent", + "fixed" + ] }, "value": { "type": "number", @@ -25720,7 +27471,10 @@ }, "bearer": { "type": "string", - "enum": ["organizer", "platform"] + "enum": [ + "organizer", + "platform" + ] }, "maxUses": { "type": "number", @@ -25791,7 +27545,10 @@ }, "codes": { "description": "The generated codes, ready to share", - "example": ["SAVE20AB", "SAVE20CD"], + "example": [ + "SAVE20AB", + "SAVE20CD" + ], "type": "array", "items": { "type": "string" @@ -25804,7 +27561,12 @@ } } }, - "required": ["batchId", "count", "codes", "items"] + "required": [ + "batchId", + "count", + "codes", + "items" + ] }, "DiscountCodePageDto": { "type": "object", @@ -25816,7 +27578,9 @@ } } }, - "required": ["items"] + "required": [ + "items" + ] }, "DiscountReportSummaryDto": { "type": "object", @@ -25845,7 +27609,13 @@ "example": 70000 } }, - "required": ["totalCodes", "totalRedemptions", "totalDiscountAmount", "totalPlatformAbsorbed", "totalOrganizerAbsorbed"] + "required": [ + "totalCodes", + "totalRedemptions", + "totalDiscountAmount", + "totalPlatformAbsorbed", + "totalOrganizerAbsorbed" + ] }, "DiscountRedemptionResponseDto": { "type": "object", @@ -25896,7 +27666,10 @@ }, "bearer": { "type": "string", - "enum": ["organizer", "platform"] + "enum": [ + "organizer", + "platform" + ] }, "platformAbsorbedAmount": { "type": "number", @@ -25937,7 +27710,9 @@ } } }, - "required": ["items"] + "required": [ + "items" + ] }, "DiscountManagementBootstrapResponseDto": { "type": "object", @@ -25952,7 +27727,11 @@ "$ref": "#/components/schemas/DiscountRedemptionPageDto" } }, - "required": ["codes", "report", "redemptions"] + "required": [ + "codes", + "report", + "redemptions" + ] }, "UpdateDiscountCodeDto": { "type": "object", @@ -25963,11 +27742,16 @@ "example": false } }, - "required": ["isActive"] + "required": [ + "isActive" + ] }, "TrafficSource": { "type": "string", - "enum": ["instagram", "telegram"], + "enum": [ + "instagram", + "telegram" + ], "description": "First-touch attribution from a tagged share link. Ignored if invalid." }, "CreateBookingDto": { @@ -26130,7 +27914,9 @@ "description": "Cancellation reason — mandatory (booking-cancellation-refund.md: required from the product’s point of view, previously only optional in this DTO)." } }, - "required": ["cancellationReason"] + "required": [ + "cancellationReason" + ] }, "JoinWaitlistDto": { "type": "object", @@ -26147,7 +27933,14 @@ }, "WaitlistStatus": { "type": "string", - "enum": ["waiting", "notified", "accepted", "expired", "cancelled", "converted"] + "enum": [ + "waiting", + "notified", + "accepted", + "expired", + "cancelled", + "converted" + ] }, "WaitlistResponseDto": { "type": "object", @@ -26195,7 +27988,14 @@ "type": "string" } }, - "required": ["id", "eventId", "userId", "status", "createdAt", "updatedAt"] + "required": [ + "id", + "eventId", + "userId", + "status", + "createdAt", + "updatedAt" + ] }, "WaitlistAcceptedBookingDto": { "type": "object", @@ -26260,7 +28060,16 @@ "type": "string" } }, - "required": ["id", "eventId", "userId", "bookingCode", "status", "cancellationReason", "createdAt", "updatedAt"] + "required": [ + "id", + "eventId", + "userId", + "bookingCode", + "status", + "cancellationReason", + "createdAt", + "updatedAt" + ] }, "WaitlistAcceptResponseDto": { "type": "object", @@ -26273,7 +28082,10 @@ "$ref": "#/components/schemas/WaitlistAcceptedBookingDto" } }, - "required": ["waitlistEntryId", "booking"] + "required": [ + "waitlistEntryId", + "booking" + ] }, "AdminBookingEventDto": { "type": "object", @@ -26301,7 +28113,13 @@ "format": "uuid" } }, - "required": ["id", "title", "startsAt", "status", "organizerId"] + "required": [ + "id", + "title", + "startsAt", + "status", + "organizerId" + ] }, "AdminBookingUserDto": { "type": "object", @@ -26322,7 +28140,10 @@ "nullable": true } }, - "required": ["id", "mobile"] + "required": [ + "id", + "mobile" + ] }, "AdminBookingResponseDto": { "type": "object", @@ -26601,7 +28422,10 @@ "maxLength": 5000 } }, - "required": ["bookingId", "rating"] + "required": [ + "bookingId", + "rating" + ] }, "UpdateReviewDto": { "type": "object", @@ -26649,7 +28473,10 @@ "example": "Tehran hiking meetup" } }, - "required": ["id", "title"] + "required": [ + "id", + "title" + ] }, "AdminReviewResponseDto": { "type": "object", @@ -26742,7 +28569,19 @@ ] } }, - "required": ["id", "eventId", "userId", "bookingId", "rating", "body", "status", "createdAt", "updatedAt", "user", "event"] + "required": [ + "id", + "eventId", + "userId", + "bookingId", + "rating", + "body", + "status", + "createdAt", + "updatedAt", + "user", + "event" + ] }, "UnreadCountResponseDto": { "type": "object", @@ -26753,11 +28592,16 @@ "example": 3 } }, - "required": ["totalUnread"] + "required": [ + "totalUnread" + ] }, "ConversationType": { "type": "string", - "enum": ["event_group", "direct"], + "enum": [ + "event_group", + "direct" + ], "description": "Conversation type." }, "ConversationResponseDto": { @@ -26852,7 +28696,14 @@ "format": "date-time" } }, - "required": ["id", "type", "unreadCount", "memberCount", "messagingBlocked", "createdAt"] + "required": [ + "id", + "type", + "unreadCount", + "memberCount", + "messagingBlocked", + "createdAt" + ] }, "SendMessageDto": { "type": "object", @@ -26911,7 +28762,13 @@ "description": "True when the parent cannot be jumped to (soft-deleted, missing, or wrong conversation)." } }, - "required": ["id", "senderId", "senderDisplayName", "hasImage", "isUnavailable"] + "required": [ + "id", + "senderId", + "senderDisplayName", + "hasImage", + "isUnavailable" + ] }, "MessageResponseDto": { "type": "object", @@ -26993,7 +28850,12 @@ "format": "date-time" } }, - "required": ["id", "conversationId", "senderId", "createdAt"] + "required": [ + "id", + "conversationId", + "senderId", + "createdAt" + ] }, "ConversationParticipantResponseDto": { "type": "object", @@ -27040,7 +28902,10 @@ "format": "date-time" } }, - "required": ["userId", "joinedAt"] + "required": [ + "userId", + "joinedAt" + ] }, "MarkConversationReadDto": { "type": "object", @@ -27051,7 +28916,9 @@ "format": "uuid" } }, - "required": ["lastSeenMessageId"] + "required": [ + "lastSeenMessageId" + ] }, "AdminChatUserDto": { "type": "object", @@ -27099,7 +28966,12 @@ "format": "date-time" } }, - "required": ["userId", "mobile", "status", "joinedAt"] + "required": [ + "userId", + "mobile", + "status", + "joinedAt" + ] }, "AdminConversationResponseDto": { "type": "object", @@ -27153,7 +29025,13 @@ "format": "date-time" } }, - "required": ["id", "type", "participantPreview", "memberCount", "createdAt"] + "required": [ + "id", + "type", + "participantPreview", + "memberCount", + "createdAt" + ] }, "AdminMessageResponseDto": { "type": "object", @@ -27219,7 +29097,13 @@ "format": "date-time" } }, - "required": ["id", "conversationId", "senderId", "senderMobile", "createdAt"] + "required": [ + "id", + "conversationId", + "senderId", + "senderMobile", + "createdAt" + ] }, "CreateContactMessageDto": { "type": "object", @@ -27258,7 +29142,13 @@ "maxLength": 4096 } }, - "required": ["fullName", "mobile", "subject", "message", "arcaptchaToken"] + "required": [ + "fullName", + "mobile", + "subject", + "message", + "arcaptchaToken" + ] }, "ContactMessageResponseDto": { "type": "object", @@ -27310,14 +29200,24 @@ "format": "date-time" } }, - "required": ["id", "fullName", "mobile", "subject", "message", "createdAt"] + "required": [ + "id", + "fullName", + "mobile", + "subject", + "message", + "createdAt" + ] }, "CreateTrafficVisitDto": { "type": "object", "properties": { "pageKind": { "type": "string", - "enum": ["home", "event"] + "enum": [ + "home", + "event" + ] }, "eventId": { "type": "string", @@ -27337,7 +29237,11 @@ "description": "Durable anonymous visitor id from the browser localStorage." } }, - "required": ["pageKind", "source", "visitorKey"] + "required": [ + "pageKind", + "source", + "visitorKey" + ] }, "CreateUserBlockDto": { "type": "object", @@ -27349,7 +29253,9 @@ "format": "uuid" } }, - "required": ["blockedId"] + "required": [ + "blockedId" + ] }, "UserBlockUserSummaryDto": { "type": "object", @@ -27367,7 +29273,10 @@ "nullable": true } }, - "required": ["firstName", "lastName"] + "required": [ + "firstName", + "lastName" + ] }, "UserBlockResponseDto": { "type": "object", @@ -27405,7 +29314,13 @@ ] } }, - "required": ["id", "blockerId", "blockedId", "createdAt", "blockedUser"] + "required": [ + "id", + "blockerId", + "blockedId", + "createdAt", + "blockedUser" + ] }, "ReportReasonResponseDto": { "type": "object", @@ -27437,7 +29352,12 @@ "minimum": 0 } }, - "required": ["id", "code", "label", "sortOrder"] + "required": [ + "id", + "code", + "label", + "sortOrder" + ] }, "CreateUserReportDto": { "type": "object", @@ -27467,11 +29387,17 @@ "format": "uuid" } }, - "required": ["reportedId"] + "required": [ + "reportedId" + ] }, "ReportStatus": { "type": "string", - "enum": ["pending", "reviewed", "dismissed"], + "enum": [ + "pending", + "reviewed", + "dismissed" + ], "description": "Report review status." }, "UserReportResponseDto": { @@ -27564,7 +29490,13 @@ "format": "date-time" } }, - "required": ["id", "reporterId", "reportedId", "status", "createdAt"] + "required": [ + "id", + "reporterId", + "reportedId", + "status", + "createdAt" + ] }, "UserReportUserSummaryDto": { "type": "object", @@ -27587,7 +29519,11 @@ "nullable": true } }, - "required": ["mobile", "firstName", "lastName"] + "required": [ + "mobile", + "firstName", + "lastName" + ] }, "AdminUserReportResponseDto": { "type": "object", @@ -27703,7 +29639,15 @@ ] } }, - "required": ["id", "reporterId", "reportedId", "status", "createdAt", "reporter", "reported"] + "required": [ + "id", + "reporterId", + "reportedId", + "status", + "createdAt", + "reporter", + "reported" + ] }, "AdminUserReportBlockResponseDto": { "type": "object", @@ -27725,7 +29669,10 @@ ] } }, - "required": ["report", "block"] + "required": [ + "report", + "block" + ] }, "CreateSupportTicketDto": { "type": "object", @@ -27736,12 +29683,24 @@ }, "category": { "type": "string", - "enum": ["general", "account", "event", "booking", "payment", "technical"], + "enum": [ + "general", + "account", + "event", + "booking", + "payment", + "technical" + ], "example": "payment" }, "priority": { "type": "string", - "enum": ["low", "normal", "high", "urgent"], + "enum": [ + "low", + "normal", + "high", + "urgent" + ], "example": "normal" }, "message": { @@ -27749,7 +29708,12 @@ "example": "پرداخت انجام شد اما رزرو ثبت نشده است." } }, - "required": ["subject", "category", "priority", "message"] + "required": [ + "subject", + "category", + "priority", + "message" + ] }, "SupportTicketUserResponseDto": { "type": "object", @@ -27764,7 +29728,9 @@ "example": "علی رضایی" } }, - "required": ["mobile"] + "required": [ + "mobile" + ] }, "SupportTicketMessageResponseDto": { "type": "object", @@ -27788,7 +29754,13 @@ "format": "date-time" } }, - "required": ["id", "senderId", "body", "isAdmin", "createdAt"] + "required": [ + "id", + "senderId", + "body", + "isAdmin", + "createdAt" + ] }, "SupportTicketResponseDto": { "type": "object", @@ -27806,15 +29778,32 @@ }, "category": { "type": "string", - "enum": ["general", "account", "event", "booking", "payment", "technical"] + "enum": [ + "general", + "account", + "event", + "booking", + "payment", + "technical" + ] }, "priority": { "type": "string", - "enum": ["low", "normal", "high", "urgent"] + "enum": [ + "low", + "normal", + "high", + "urgent" + ] }, "status": { "type": "string", - "enum": ["open", "waiting_admin", "waiting_user", "closed"] + "enum": [ + "open", + "waiting_admin", + "waiting_user", + "closed" + ] }, "lastMessageAt": { "type": "string", @@ -27839,7 +29828,18 @@ } } }, - "required": ["id", "userId", "subject", "category", "priority", "status", "lastMessageAt", "createdAt", "user", "messages"] + "required": [ + "id", + "userId", + "subject", + "category", + "priority", + "status", + "lastMessageAt", + "createdAt", + "user", + "messages" + ] }, "ReplySupportTicketDto": { "type": "object", @@ -27849,17 +29849,26 @@ "example": "درخواست شما در حال بررسی است." } }, - "required": ["message"] + "required": [ + "message" + ] }, "UpdateSupportTicketStatusDto": { "type": "object", "properties": { "status": { "type": "string", - "enum": ["open", "waiting_admin", "waiting_user", "closed"] + "enum": [ + "open", + "waiting_admin", + "waiting_user", + "closed" + ] } }, - "required": ["status"] + "required": [ + "status" + ] }, "UserCountsDto": { "type": "object", @@ -27881,7 +29890,12 @@ "example": 12 } }, - "required": ["total", "active", "pending", "suspended"] + "required": [ + "total", + "active", + "pending", + "suspended" + ] }, "EventStatusCountsDto": { "type": "object", @@ -27915,7 +29929,15 @@ "example": 210 } }, - "required": ["draft", "pending_review", "published", "full", "rejected", "cancelled", "completed"] + "required": [ + "draft", + "pending_review", + "published", + "full", + "rejected", + "cancelled", + "completed" + ] }, "EventCountsDto": { "type": "object", @@ -27938,7 +29960,12 @@ "$ref": "#/components/schemas/EventStatusCountsDto" } }, - "required": ["total", "active", "totalHeld", "byStatus"] + "required": [ + "total", + "active", + "totalHeld", + "byStatus" + ] }, "BookingStatusCountsDto": { "type": "object", @@ -27968,7 +29995,14 @@ "example": 25 } }, - "required": ["pending_payment", "confirmed", "cancelled", "expired", "refunded", "no_show"] + "required": [ + "pending_payment", + "confirmed", + "cancelled", + "expired", + "refunded", + "no_show" + ] }, "BookingCountsDto": { "type": "object", @@ -27981,7 +30015,10 @@ "$ref": "#/components/schemas/BookingStatusCountsDto" } }, - "required": ["total", "byStatus"] + "required": [ + "total", + "byStatus" + ] }, "IdentityVerificationCountsDto": { "type": "object", @@ -28003,7 +30040,12 @@ "example": 29 } }, - "required": ["none", "pending", "verified", "rejected"] + "required": [ + "none", + "pending", + "verified", + "rejected" + ] }, "FinancialTotalsDto": { "type": "object", @@ -28019,7 +30061,10 @@ "description": "Sum of wallets.balance across all wallets (Toman, as a string)." } }, - "required": ["totalCommissionCollected", "totalWalletBalance"] + "required": [ + "totalCommissionCollected", + "totalWalletBalance" + ] }, "AdminReportsOverviewDto": { "type": "object", @@ -28040,7 +30085,13 @@ "$ref": "#/components/schemas/FinancialTotalsDto" } }, - "required": ["users", "events", "bookings", "identityVerifications", "financial"] + "required": [ + "users", + "events", + "bookings", + "identityVerifications", + "financial" + ] }, "AdminUserContactLinkDto": { "type": "object", @@ -28073,11 +30124,22 @@ "type": "number" } }, - "required": ["id", "channel", "label", "value", "url", "isPublic", "displayOrder"] + "required": [ + "id", + "channel", + "label", + "value", + "url", + "isPublic", + "displayOrder" + ] }, "HostPlan": { "type": "string", - "enum": ["free", "unlimited"] + "enum": [ + "free", + "unlimited" + ] }, "AdminUserSummaryCountsDto": { "type": "object", @@ -28211,7 +30273,12 @@ }, "identityStatus": { "type": "string", - "enum": ["none", "pending", "verified", "rejected"] + "enum": [ + "none", + "pending", + "verified", + "rejected" + ] }, "identityVerifiedAt": { "type": "string", @@ -28285,7 +30352,9 @@ "description": "Optional admin note (Toman credit reason)" } }, - "required": ["amount"] + "required": [ + "amount" + ] }, "AdminCreditWalletResponseDto": { "type": "object", @@ -28298,7 +30367,10 @@ "$ref": "#/components/schemas/WalletTransactionResponseDto" } }, - "required": ["walletBalance", "transaction"] + "required": [ + "walletBalance", + "transaction" + ] }, "AdminUserHostedEventDto": { "type": "object", @@ -28342,7 +30414,18 @@ "type": "string" } }, - "required": ["id", "title", "status", "startsAt", "endsAt", "capacity", "bookedCount", "isFree", "price", "createdAt"] + "required": [ + "id", + "title", + "status", + "startsAt", + "endsAt", + "capacity", + "bookedCount", + "isFree", + "price", + "createdAt" + ] }, "AdminUserBookingDto": { "type": "object", @@ -28388,7 +30471,14 @@ "type": "string" } }, - "required": ["id", "bookingCode", "status", "eventId", "eventTitle", "createdAt"] + "required": [ + "id", + "bookingCode", + "status", + "eventId", + "eventTitle", + "createdAt" + ] }, "AdminUserPaymentDto": { "type": "object", @@ -28505,7 +30595,15 @@ "type": "string" } }, - "required": ["id", "rating", "status", "eventId", "eventTitle", "authorId", "createdAt"] + "required": [ + "id", + "rating", + "status", + "eventId", + "eventTitle", + "authorId", + "createdAt" + ] }, "AdminUserFollowDto": { "type": "object", @@ -28533,7 +30631,13 @@ "type": "string" } }, - "required": ["id", "userId", "mobile", "notifyNewEvents", "createdAt"] + "required": [ + "id", + "userId", + "mobile", + "notifyNewEvents", + "createdAt" + ] }, "AdminUserReportDto": { "type": "object", @@ -28573,7 +30677,13 @@ "type": "string" } }, - "required": ["id", "status", "otherUserId", "otherUserMobile", "createdAt"] + "required": [ + "id", + "status", + "otherUserId", + "otherUserMobile", + "createdAt" + ] }, "AdminUserBlockDto": { "type": "object", @@ -28598,7 +30708,12 @@ "type": "string" } }, - "required": ["id", "otherUserId", "otherUserMobile", "createdAt"] + "required": [ + "id", + "otherUserId", + "otherUserMobile", + "createdAt" + ] }, "AdminAuditLogResponseDto": { "type": "object", @@ -28654,7 +30769,14 @@ "format": "date-time" } }, - "required": ["id", "method", "path", "params", "statusCode", "createdAt"] + "required": [ + "id", + "method", + "path", + "params", + "statusCode", + "createdAt" + ] }, "UploadFileResponseDto": { "type": "object", @@ -28670,7 +30792,10 @@ "example": "http://localhost:3000/uploads/files/550e8400-e29b-41d4-a716-446655440000.jpg" } }, - "required": ["id", "url"] + "required": [ + "id", + "url" + ] }, "BlogArticleCitySummaryDto": { "type": "object", @@ -28688,7 +30813,11 @@ "example": "اهواز" } }, - "required": ["id", "slug", "name"] + "required": [ + "id", + "slug", + "name" + ] }, "BlogArticleEventCategorySummaryDto": { "type": "object", @@ -28706,7 +30835,11 @@ "example": "عکاسی" } }, - "required": ["id", "slug", "name"] + "required": [ + "id", + "slug", + "name" + ] }, "BlogArticleSummaryResponseDto": { "type": "object", @@ -28936,7 +31069,12 @@ }, "categorySlug": { "type": "string", - "enum": ["attendee-guide", "hosting", "city-guides", "event-selection"], + "enum": [ + "attendee-guide", + "hosting", + "city-guides", + "event-selection" + ], "example": "city-guides" }, "categoryName": { @@ -28974,7 +31112,14 @@ "format": "date-time" } }, - "required": ["slug", "title", "excerpt", "categorySlug", "categoryName", "bodyHtml"] + "required": [ + "slug", + "title", + "excerpt", + "categorySlug", + "categoryName", + "bodyHtml" + ] }, "UpdateBlogArticleDto": { "type": "object", @@ -29003,7 +31148,12 @@ }, "categorySlug": { "type": "string", - "enum": ["attendee-guide", "hosting", "city-guides", "event-selection"], + "enum": [ + "attendee-guide", + "hosting", + "city-guides", + "event-selection" + ], "example": "city-guides" }, "categoryName": { @@ -29051,7 +31201,9 @@ "example": "ok" } }, - "required": ["status"] + "required": [ + "status" + ] } } }