@growsober/types 1.0.0 → 1.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/generated.d.ts +1877 -598
- package/dist/generated.js +1 -1
- package/package.json +1 -1
- package/src/generated.ts +1877 -598
package/src/generated.ts
CHANGED
|
@@ -1332,6 +1332,161 @@ export interface paths {
|
|
|
1332
1332
|
patch?: never;
|
|
1333
1333
|
trace?: never;
|
|
1334
1334
|
};
|
|
1335
|
+
"/api/v1/events/{eventId}/chat": {
|
|
1336
|
+
parameters: {
|
|
1337
|
+
query?: never;
|
|
1338
|
+
header?: never;
|
|
1339
|
+
path?: never;
|
|
1340
|
+
cookie?: never;
|
|
1341
|
+
};
|
|
1342
|
+
/** Get or create chat for an event */
|
|
1343
|
+
get: operations["EventChatController_getChat"];
|
|
1344
|
+
put?: never;
|
|
1345
|
+
post?: never;
|
|
1346
|
+
delete?: never;
|
|
1347
|
+
options?: never;
|
|
1348
|
+
head?: never;
|
|
1349
|
+
patch?: never;
|
|
1350
|
+
trace?: never;
|
|
1351
|
+
};
|
|
1352
|
+
"/api/v1/events/{eventId}/chat/settings": {
|
|
1353
|
+
parameters: {
|
|
1354
|
+
query?: never;
|
|
1355
|
+
header?: never;
|
|
1356
|
+
path?: never;
|
|
1357
|
+
cookie?: never;
|
|
1358
|
+
};
|
|
1359
|
+
get?: never;
|
|
1360
|
+
/** Update chat settings (hosts only) */
|
|
1361
|
+
put: operations["EventChatController_updateSettings"];
|
|
1362
|
+
post?: never;
|
|
1363
|
+
delete?: never;
|
|
1364
|
+
options?: never;
|
|
1365
|
+
head?: never;
|
|
1366
|
+
patch?: never;
|
|
1367
|
+
trace?: never;
|
|
1368
|
+
};
|
|
1369
|
+
"/api/v1/events/{eventId}/chat/join": {
|
|
1370
|
+
parameters: {
|
|
1371
|
+
query?: never;
|
|
1372
|
+
header?: never;
|
|
1373
|
+
path?: never;
|
|
1374
|
+
cookie?: never;
|
|
1375
|
+
};
|
|
1376
|
+
get?: never;
|
|
1377
|
+
put?: never;
|
|
1378
|
+
/** Join event chat (requires RSVP) */
|
|
1379
|
+
post: operations["EventChatController_joinChat"];
|
|
1380
|
+
delete?: never;
|
|
1381
|
+
options?: never;
|
|
1382
|
+
head?: never;
|
|
1383
|
+
patch?: never;
|
|
1384
|
+
trace?: never;
|
|
1385
|
+
};
|
|
1386
|
+
"/api/v1/events/{eventId}/chat/leave": {
|
|
1387
|
+
parameters: {
|
|
1388
|
+
query?: never;
|
|
1389
|
+
header?: never;
|
|
1390
|
+
path?: never;
|
|
1391
|
+
cookie?: never;
|
|
1392
|
+
};
|
|
1393
|
+
get?: never;
|
|
1394
|
+
put?: never;
|
|
1395
|
+
/** Leave event chat */
|
|
1396
|
+
post: operations["EventChatController_leaveChat"];
|
|
1397
|
+
delete?: never;
|
|
1398
|
+
options?: never;
|
|
1399
|
+
head?: never;
|
|
1400
|
+
patch?: never;
|
|
1401
|
+
trace?: never;
|
|
1402
|
+
};
|
|
1403
|
+
"/api/v1/events/{eventId}/chat/members": {
|
|
1404
|
+
parameters: {
|
|
1405
|
+
query?: never;
|
|
1406
|
+
header?: never;
|
|
1407
|
+
path?: never;
|
|
1408
|
+
cookie?: never;
|
|
1409
|
+
};
|
|
1410
|
+
/** Get chat members */
|
|
1411
|
+
get: operations["EventChatController_getMembers"];
|
|
1412
|
+
put?: never;
|
|
1413
|
+
post?: never;
|
|
1414
|
+
delete?: never;
|
|
1415
|
+
options?: never;
|
|
1416
|
+
head?: never;
|
|
1417
|
+
patch?: never;
|
|
1418
|
+
trace?: never;
|
|
1419
|
+
};
|
|
1420
|
+
"/api/v1/events/{eventId}/chat/settings/me": {
|
|
1421
|
+
parameters: {
|
|
1422
|
+
query?: never;
|
|
1423
|
+
header?: never;
|
|
1424
|
+
path?: never;
|
|
1425
|
+
cookie?: never;
|
|
1426
|
+
};
|
|
1427
|
+
get?: never;
|
|
1428
|
+
/** Update my chat settings (mute, nickname) */
|
|
1429
|
+
put: operations["EventChatController_updateMySettings"];
|
|
1430
|
+
post?: never;
|
|
1431
|
+
delete?: never;
|
|
1432
|
+
options?: never;
|
|
1433
|
+
head?: never;
|
|
1434
|
+
patch?: never;
|
|
1435
|
+
trace?: never;
|
|
1436
|
+
};
|
|
1437
|
+
"/api/v1/events/{eventId}/chat/read": {
|
|
1438
|
+
parameters: {
|
|
1439
|
+
query?: never;
|
|
1440
|
+
header?: never;
|
|
1441
|
+
path?: never;
|
|
1442
|
+
cookie?: never;
|
|
1443
|
+
};
|
|
1444
|
+
get?: never;
|
|
1445
|
+
put?: never;
|
|
1446
|
+
/** Mark messages as read */
|
|
1447
|
+
post: operations["EventChatController_markAsRead"];
|
|
1448
|
+
delete?: never;
|
|
1449
|
+
options?: never;
|
|
1450
|
+
head?: never;
|
|
1451
|
+
patch?: never;
|
|
1452
|
+
trace?: never;
|
|
1453
|
+
};
|
|
1454
|
+
"/api/v1/events/{eventId}/chat/messages": {
|
|
1455
|
+
parameters: {
|
|
1456
|
+
query?: never;
|
|
1457
|
+
header?: never;
|
|
1458
|
+
path?: never;
|
|
1459
|
+
cookie?: never;
|
|
1460
|
+
};
|
|
1461
|
+
/** Get messages with pagination */
|
|
1462
|
+
get: operations["EventChatController_getMessages"];
|
|
1463
|
+
put?: never;
|
|
1464
|
+
/** Send a message */
|
|
1465
|
+
post: operations["EventChatController_sendMessage"];
|
|
1466
|
+
delete?: never;
|
|
1467
|
+
options?: never;
|
|
1468
|
+
head?: never;
|
|
1469
|
+
patch?: never;
|
|
1470
|
+
trace?: never;
|
|
1471
|
+
};
|
|
1472
|
+
"/api/v1/events/{eventId}/chat/messages/{messageId}": {
|
|
1473
|
+
parameters: {
|
|
1474
|
+
query?: never;
|
|
1475
|
+
header?: never;
|
|
1476
|
+
path?: never;
|
|
1477
|
+
cookie?: never;
|
|
1478
|
+
};
|
|
1479
|
+
get?: never;
|
|
1480
|
+
/** Update a message */
|
|
1481
|
+
put: operations["EventChatController_updateMessage"];
|
|
1482
|
+
post?: never;
|
|
1483
|
+
/** Delete a message */
|
|
1484
|
+
delete: operations["EventChatController_deleteMessage"];
|
|
1485
|
+
options?: never;
|
|
1486
|
+
head?: never;
|
|
1487
|
+
patch?: never;
|
|
1488
|
+
trace?: never;
|
|
1489
|
+
};
|
|
1335
1490
|
"/api/v1/admin/auth/login": {
|
|
1336
1491
|
parameters: {
|
|
1337
1492
|
query?: never;
|
|
@@ -2391,38 +2546,33 @@ export interface paths {
|
|
|
2391
2546
|
patch?: never;
|
|
2392
2547
|
trace?: never;
|
|
2393
2548
|
};
|
|
2394
|
-
"/api/v1/
|
|
2549
|
+
"/api/v1/support/mood-logs": {
|
|
2395
2550
|
parameters: {
|
|
2396
2551
|
query?: never;
|
|
2397
2552
|
header?: never;
|
|
2398
2553
|
path?: never;
|
|
2399
2554
|
cookie?: never;
|
|
2400
2555
|
};
|
|
2401
|
-
/**
|
|
2402
|
-
|
|
2403
|
-
* @description Returns users who have opted in to show on map (showOnMap = true). Location is privacy-blurred within their locationRadius setting. Supports filtering by drinking identity, city, and radius from a center point.
|
|
2404
|
-
*/
|
|
2405
|
-
get: operations["MapController_getMapMembers"];
|
|
2556
|
+
/** Get mood logs for current user */
|
|
2557
|
+
get: operations["MoodController_listMoodLogs"];
|
|
2406
2558
|
put?: never;
|
|
2407
|
-
|
|
2559
|
+
/** Log mood for current user */
|
|
2560
|
+
post: operations["MoodController_logMood"];
|
|
2408
2561
|
delete?: never;
|
|
2409
2562
|
options?: never;
|
|
2410
2563
|
head?: never;
|
|
2411
2564
|
patch?: never;
|
|
2412
2565
|
trace?: never;
|
|
2413
2566
|
};
|
|
2414
|
-
"/api/v1/
|
|
2567
|
+
"/api/v1/support/mood-logs/stats": {
|
|
2415
2568
|
parameters: {
|
|
2416
2569
|
query?: never;
|
|
2417
2570
|
header?: never;
|
|
2418
2571
|
path?: never;
|
|
2419
2572
|
cookie?: never;
|
|
2420
2573
|
};
|
|
2421
|
-
/**
|
|
2422
|
-
|
|
2423
|
-
* @description Returns members near a specific lat/lng with calculated distance in meters. Requires lat and lng parameters. Privacy blur is applied to locations.
|
|
2424
|
-
*/
|
|
2425
|
-
get: operations["MapController_getNearbyMembers"];
|
|
2574
|
+
/** Get mood analytics and statistics */
|
|
2575
|
+
get: operations["MoodController_getMoodStats"];
|
|
2426
2576
|
put?: never;
|
|
2427
2577
|
post?: never;
|
|
2428
2578
|
delete?: never;
|
|
@@ -2431,127 +2581,121 @@ export interface paths {
|
|
|
2431
2581
|
patch?: never;
|
|
2432
2582
|
trace?: never;
|
|
2433
2583
|
};
|
|
2434
|
-
"/api/v1/
|
|
2584
|
+
"/api/v1/support/habits": {
|
|
2435
2585
|
parameters: {
|
|
2436
2586
|
query?: never;
|
|
2437
2587
|
header?: never;
|
|
2438
2588
|
path?: never;
|
|
2439
2589
|
cookie?: never;
|
|
2440
2590
|
};
|
|
2441
|
-
/**
|
|
2442
|
-
|
|
2443
|
-
* @description Returns active hubs with location data. Shows member counts and active event counts. Supports filtering by city and radius from a center point.
|
|
2444
|
-
*/
|
|
2445
|
-
get: operations["MapController_getMapHubs"];
|
|
2591
|
+
/** Get all habits for current user */
|
|
2592
|
+
get: operations["HabitsController_listHabits"];
|
|
2446
2593
|
put?: never;
|
|
2447
|
-
|
|
2594
|
+
/** Create a new habit */
|
|
2595
|
+
post: operations["HabitsController_createHabit"];
|
|
2448
2596
|
delete?: never;
|
|
2449
2597
|
options?: never;
|
|
2450
2598
|
head?: never;
|
|
2451
2599
|
patch?: never;
|
|
2452
2600
|
trace?: never;
|
|
2453
2601
|
};
|
|
2454
|
-
"/api/v1/
|
|
2602
|
+
"/api/v1/support/habits/{id}": {
|
|
2455
2603
|
parameters: {
|
|
2456
2604
|
query?: never;
|
|
2457
2605
|
header?: never;
|
|
2458
2606
|
path?: never;
|
|
2459
2607
|
cookie?: never;
|
|
2460
2608
|
};
|
|
2461
|
-
|
|
2462
|
-
|
|
2463
|
-
|
|
2464
|
-
*/
|
|
2465
|
-
get: operations["MapController_getMapEvents"];
|
|
2466
|
-
put?: never;
|
|
2609
|
+
get?: never;
|
|
2610
|
+
/** Update a habit */
|
|
2611
|
+
put: operations["HabitsController_updateHabit"];
|
|
2467
2612
|
post?: never;
|
|
2468
|
-
|
|
2613
|
+
/** Delete a habit */
|
|
2614
|
+
delete: operations["HabitsController_deleteHabit"];
|
|
2469
2615
|
options?: never;
|
|
2470
2616
|
head?: never;
|
|
2471
2617
|
patch?: never;
|
|
2472
2618
|
trace?: never;
|
|
2473
2619
|
};
|
|
2474
|
-
"/api/v1/
|
|
2620
|
+
"/api/v1/support/habits/{id}/complete": {
|
|
2475
2621
|
parameters: {
|
|
2476
2622
|
query?: never;
|
|
2477
2623
|
header?: never;
|
|
2478
2624
|
path?: never;
|
|
2479
2625
|
cookie?: never;
|
|
2480
2626
|
};
|
|
2481
|
-
|
|
2482
|
-
get: operations["MatchingController_discoverMatches"];
|
|
2627
|
+
get?: never;
|
|
2483
2628
|
put?: never;
|
|
2484
|
-
|
|
2629
|
+
/** Mark habit as complete for today */
|
|
2630
|
+
post: operations["HabitsController_completeHabit"];
|
|
2485
2631
|
delete?: never;
|
|
2486
2632
|
options?: never;
|
|
2487
2633
|
head?: never;
|
|
2488
2634
|
patch?: never;
|
|
2489
2635
|
trace?: never;
|
|
2490
2636
|
};
|
|
2491
|
-
"/api/v1/
|
|
2637
|
+
"/api/v1/support/habits/{id}/history": {
|
|
2492
2638
|
parameters: {
|
|
2493
2639
|
query?: never;
|
|
2494
2640
|
header?: never;
|
|
2495
2641
|
path?: never;
|
|
2496
2642
|
cookie?: never;
|
|
2497
2643
|
};
|
|
2498
|
-
/** Get
|
|
2499
|
-
get: operations["
|
|
2644
|
+
/** Get completion history for a habit */
|
|
2645
|
+
get: operations["HabitsController_getHabitHistory"];
|
|
2500
2646
|
put?: never;
|
|
2501
|
-
|
|
2502
|
-
post: operations["MatchingController_createMatch"];
|
|
2647
|
+
post?: never;
|
|
2503
2648
|
delete?: never;
|
|
2504
2649
|
options?: never;
|
|
2505
2650
|
head?: never;
|
|
2506
2651
|
patch?: never;
|
|
2507
2652
|
trace?: never;
|
|
2508
2653
|
};
|
|
2509
|
-
"/api/v1/
|
|
2654
|
+
"/api/v1/support/reflections": {
|
|
2510
2655
|
parameters: {
|
|
2511
2656
|
query?: never;
|
|
2512
2657
|
header?: never;
|
|
2513
2658
|
path?: never;
|
|
2514
2659
|
cookie?: never;
|
|
2515
2660
|
};
|
|
2516
|
-
|
|
2517
|
-
|
|
2518
|
-
put
|
|
2519
|
-
|
|
2520
|
-
|
|
2521
|
-
delete
|
|
2661
|
+
/** Get all reflections for current user */
|
|
2662
|
+
get: operations["ReflectionsController_listReflections"];
|
|
2663
|
+
put?: never;
|
|
2664
|
+
/** Submit a new weekly reflection */
|
|
2665
|
+
post: operations["ReflectionsController_submitReflection"];
|
|
2666
|
+
delete?: never;
|
|
2522
2667
|
options?: never;
|
|
2523
2668
|
head?: never;
|
|
2524
2669
|
patch?: never;
|
|
2525
2670
|
trace?: never;
|
|
2526
2671
|
};
|
|
2527
|
-
"/api/v1/
|
|
2672
|
+
"/api/v1/support/reflections/current": {
|
|
2528
2673
|
parameters: {
|
|
2529
2674
|
query?: never;
|
|
2530
2675
|
header?: never;
|
|
2531
2676
|
path?: never;
|
|
2532
2677
|
cookie?: never;
|
|
2533
2678
|
};
|
|
2534
|
-
/** Get
|
|
2535
|
-
get: operations["
|
|
2679
|
+
/** Get current week reflection or create placeholder */
|
|
2680
|
+
get: operations["ReflectionsController_getCurrentWeekReflection"];
|
|
2536
2681
|
put?: never;
|
|
2537
|
-
|
|
2538
|
-
post: operations["MatchingController_requestBuddy"];
|
|
2682
|
+
post?: never;
|
|
2539
2683
|
delete?: never;
|
|
2540
2684
|
options?: never;
|
|
2541
2685
|
head?: never;
|
|
2542
2686
|
patch?: never;
|
|
2543
2687
|
trace?: never;
|
|
2544
2688
|
};
|
|
2545
|
-
"/api/v1/
|
|
2689
|
+
"/api/v1/support/reflections/{id}": {
|
|
2546
2690
|
parameters: {
|
|
2547
2691
|
query?: never;
|
|
2548
2692
|
header?: never;
|
|
2549
2693
|
path?: never;
|
|
2550
2694
|
cookie?: never;
|
|
2551
2695
|
};
|
|
2552
|
-
|
|
2553
|
-
|
|
2554
|
-
put
|
|
2696
|
+
get?: never;
|
|
2697
|
+
/** Update an existing reflection */
|
|
2698
|
+
put: operations["ReflectionsController_updateReflection"];
|
|
2555
2699
|
post?: never;
|
|
2556
2700
|
delete?: never;
|
|
2557
2701
|
options?: never;
|
|
@@ -2559,16 +2703,19 @@ export interface paths {
|
|
|
2559
2703
|
patch?: never;
|
|
2560
2704
|
trace?: never;
|
|
2561
2705
|
};
|
|
2562
|
-
"/api/v1/
|
|
2706
|
+
"/api/v1/map/members": {
|
|
2563
2707
|
parameters: {
|
|
2564
2708
|
query?: never;
|
|
2565
2709
|
header?: never;
|
|
2566
2710
|
path?: never;
|
|
2567
2711
|
cookie?: never;
|
|
2568
2712
|
};
|
|
2569
|
-
|
|
2570
|
-
|
|
2571
|
-
|
|
2713
|
+
/**
|
|
2714
|
+
* Get members visible on map
|
|
2715
|
+
* @description Returns users who have opted in to show on map (showOnMap = true). Location is privacy-blurred within their locationRadius setting. Supports filtering by drinking identity, city, and radius from a center point.
|
|
2716
|
+
*/
|
|
2717
|
+
get: operations["MapController_getMapMembers"];
|
|
2718
|
+
put?: never;
|
|
2572
2719
|
post?: never;
|
|
2573
2720
|
delete?: never;
|
|
2574
2721
|
options?: never;
|
|
@@ -2576,32 +2723,38 @@ export interface paths {
|
|
|
2576
2723
|
patch?: never;
|
|
2577
2724
|
trace?: never;
|
|
2578
2725
|
};
|
|
2579
|
-
"/api/v1/
|
|
2726
|
+
"/api/v1/map/members/nearby": {
|
|
2580
2727
|
parameters: {
|
|
2581
2728
|
query?: never;
|
|
2582
2729
|
header?: never;
|
|
2583
2730
|
path?: never;
|
|
2584
2731
|
cookie?: never;
|
|
2585
2732
|
};
|
|
2586
|
-
|
|
2733
|
+
/**
|
|
2734
|
+
* Get members near a location with distance
|
|
2735
|
+
* @description Returns members near a specific lat/lng with calculated distance in meters. Requires lat and lng parameters. Privacy blur is applied to locations.
|
|
2736
|
+
*/
|
|
2737
|
+
get: operations["MapController_getNearbyMembers"];
|
|
2587
2738
|
put?: never;
|
|
2588
|
-
|
|
2589
|
-
post: operations["MatchingController_logBuddyActivity"];
|
|
2739
|
+
post?: never;
|
|
2590
2740
|
delete?: never;
|
|
2591
2741
|
options?: never;
|
|
2592
2742
|
head?: never;
|
|
2593
2743
|
patch?: never;
|
|
2594
2744
|
trace?: never;
|
|
2595
2745
|
};
|
|
2596
|
-
"/api/v1/
|
|
2746
|
+
"/api/v1/map/hubs": {
|
|
2597
2747
|
parameters: {
|
|
2598
2748
|
query?: never;
|
|
2599
2749
|
header?: never;
|
|
2600
2750
|
path?: never;
|
|
2601
2751
|
cookie?: never;
|
|
2602
2752
|
};
|
|
2603
|
-
/**
|
|
2604
|
-
|
|
2753
|
+
/**
|
|
2754
|
+
* Get hubs visible on map
|
|
2755
|
+
* @description Returns active hubs with location data. Shows member counts and active event counts. Supports filtering by city and radius from a center point.
|
|
2756
|
+
*/
|
|
2757
|
+
get: operations["MapController_getMapHubs"];
|
|
2605
2758
|
put?: never;
|
|
2606
2759
|
post?: never;
|
|
2607
2760
|
delete?: never;
|
|
@@ -2610,15 +2763,18 @@ export interface paths {
|
|
|
2610
2763
|
patch?: never;
|
|
2611
2764
|
trace?: never;
|
|
2612
2765
|
};
|
|
2613
|
-
"/api/v1/events
|
|
2766
|
+
"/api/v1/map/events": {
|
|
2614
2767
|
parameters: {
|
|
2615
2768
|
query?: never;
|
|
2616
2769
|
header?: never;
|
|
2617
2770
|
path?: never;
|
|
2618
2771
|
cookie?: never;
|
|
2619
2772
|
};
|
|
2620
|
-
/**
|
|
2621
|
-
|
|
2773
|
+
/**
|
|
2774
|
+
* Get upcoming events on map
|
|
2775
|
+
* @description Returns published, non-cancelled upcoming events with location data. Only shows events with startDate >= now. Supports filtering by city and radius from a center point.
|
|
2776
|
+
*/
|
|
2777
|
+
get: operations["MapController_getMapEvents"];
|
|
2622
2778
|
put?: never;
|
|
2623
2779
|
post?: never;
|
|
2624
2780
|
delete?: never;
|
|
@@ -2627,16 +2783,16 @@ export interface paths {
|
|
|
2627
2783
|
patch?: never;
|
|
2628
2784
|
trace?: never;
|
|
2629
2785
|
};
|
|
2630
|
-
"/api/v1/
|
|
2786
|
+
"/api/v1/matching/discover": {
|
|
2631
2787
|
parameters: {
|
|
2632
2788
|
query?: never;
|
|
2633
2789
|
header?: never;
|
|
2634
2790
|
path?: never;
|
|
2635
2791
|
cookie?: never;
|
|
2636
2792
|
};
|
|
2637
|
-
|
|
2638
|
-
|
|
2639
|
-
put
|
|
2793
|
+
/** Discover potential matches based on shared interests and location */
|
|
2794
|
+
get: operations["MatchingController_discoverMatches"];
|
|
2795
|
+
put?: never;
|
|
2640
2796
|
post?: never;
|
|
2641
2797
|
delete?: never;
|
|
2642
2798
|
options?: never;
|
|
@@ -2644,24 +2800,25 @@ export interface paths {
|
|
|
2644
2800
|
patch?: never;
|
|
2645
2801
|
trace?: never;
|
|
2646
2802
|
};
|
|
2647
|
-
"/api/v1/
|
|
2803
|
+
"/api/v1/matching/matches": {
|
|
2648
2804
|
parameters: {
|
|
2649
2805
|
query?: never;
|
|
2650
2806
|
header?: never;
|
|
2651
2807
|
path?: never;
|
|
2652
2808
|
cookie?: never;
|
|
2653
2809
|
};
|
|
2654
|
-
|
|
2810
|
+
/** Get all my matches */
|
|
2811
|
+
get: operations["MatchingController_getMyMatches"];
|
|
2655
2812
|
put?: never;
|
|
2656
|
-
/**
|
|
2657
|
-
post: operations["
|
|
2813
|
+
/** Create a new match request */
|
|
2814
|
+
post: operations["MatchingController_createMatch"];
|
|
2658
2815
|
delete?: never;
|
|
2659
2816
|
options?: never;
|
|
2660
2817
|
head?: never;
|
|
2661
2818
|
patch?: never;
|
|
2662
2819
|
trace?: never;
|
|
2663
2820
|
};
|
|
2664
|
-
"/api/v1/
|
|
2821
|
+
"/api/v1/matching/matches/{matchId}": {
|
|
2665
2822
|
parameters: {
|
|
2666
2823
|
query?: never;
|
|
2667
2824
|
header?: never;
|
|
@@ -2669,24 +2826,43 @@ export interface paths {
|
|
|
2669
2826
|
cookie?: never;
|
|
2670
2827
|
};
|
|
2671
2828
|
get?: never;
|
|
2829
|
+
/** Update match status (accept/decline/block) */
|
|
2830
|
+
put: operations["MatchingController_updateMatch"];
|
|
2831
|
+
post?: never;
|
|
2832
|
+
/** Delete a match */
|
|
2833
|
+
delete: operations["MatchingController_deleteMatch"];
|
|
2834
|
+
options?: never;
|
|
2835
|
+
head?: never;
|
|
2836
|
+
patch?: never;
|
|
2837
|
+
trace?: never;
|
|
2838
|
+
};
|
|
2839
|
+
"/api/v1/matching/buddies": {
|
|
2840
|
+
parameters: {
|
|
2841
|
+
query?: never;
|
|
2842
|
+
header?: never;
|
|
2843
|
+
path?: never;
|
|
2844
|
+
cookie?: never;
|
|
2845
|
+
};
|
|
2846
|
+
/** Get my accountability buddies */
|
|
2847
|
+
get: operations["MatchingController_getMyBuddies"];
|
|
2672
2848
|
put?: never;
|
|
2673
|
-
/**
|
|
2674
|
-
post: operations["
|
|
2849
|
+
/** Request someone as accountability buddy */
|
|
2850
|
+
post: operations["MatchingController_requestBuddy"];
|
|
2675
2851
|
delete?: never;
|
|
2676
2852
|
options?: never;
|
|
2677
2853
|
head?: never;
|
|
2678
2854
|
patch?: never;
|
|
2679
2855
|
trace?: never;
|
|
2680
2856
|
};
|
|
2681
|
-
"/api/v1/
|
|
2857
|
+
"/api/v1/matching/buddies/requests": {
|
|
2682
2858
|
parameters: {
|
|
2683
2859
|
query?: never;
|
|
2684
2860
|
header?: never;
|
|
2685
2861
|
path?: never;
|
|
2686
2862
|
cookie?: never;
|
|
2687
2863
|
};
|
|
2688
|
-
/** Get
|
|
2689
|
-
get: operations["
|
|
2864
|
+
/** Get pending buddy requests */
|
|
2865
|
+
get: operations["MatchingController_getBuddyRequests"];
|
|
2690
2866
|
put?: never;
|
|
2691
2867
|
post?: never;
|
|
2692
2868
|
delete?: never;
|
|
@@ -2695,7 +2871,7 @@ export interface paths {
|
|
|
2695
2871
|
patch?: never;
|
|
2696
2872
|
trace?: never;
|
|
2697
2873
|
};
|
|
2698
|
-
"/api/v1/
|
|
2874
|
+
"/api/v1/matching/buddies/{buddyId}": {
|
|
2699
2875
|
parameters: {
|
|
2700
2876
|
query?: never;
|
|
2701
2877
|
header?: never;
|
|
@@ -2703,8 +2879,8 @@ export interface paths {
|
|
|
2703
2879
|
cookie?: never;
|
|
2704
2880
|
};
|
|
2705
2881
|
get?: never;
|
|
2706
|
-
/**
|
|
2707
|
-
put: operations["
|
|
2882
|
+
/** Accept/decline buddy request or end buddy relationship */
|
|
2883
|
+
put: operations["MatchingController_updateBuddyRequest"];
|
|
2708
2884
|
post?: never;
|
|
2709
2885
|
delete?: never;
|
|
2710
2886
|
options?: never;
|
|
@@ -2712,7 +2888,7 @@ export interface paths {
|
|
|
2712
2888
|
patch?: never;
|
|
2713
2889
|
trace?: never;
|
|
2714
2890
|
};
|
|
2715
|
-
"/api/v1/
|
|
2891
|
+
"/api/v1/matching/buddies/{buddyId}/activity": {
|
|
2716
2892
|
parameters: {
|
|
2717
2893
|
query?: never;
|
|
2718
2894
|
header?: never;
|
|
@@ -2721,33 +2897,66 @@ export interface paths {
|
|
|
2721
2897
|
};
|
|
2722
2898
|
get?: never;
|
|
2723
2899
|
put?: never;
|
|
2724
|
-
/**
|
|
2725
|
-
post: operations["
|
|
2900
|
+
/** Log activity with buddy (check-in, message) */
|
|
2901
|
+
post: operations["MatchingController_logBuddyActivity"];
|
|
2726
2902
|
delete?: never;
|
|
2727
2903
|
options?: never;
|
|
2728
2904
|
head?: never;
|
|
2729
2905
|
patch?: never;
|
|
2730
2906
|
trace?: never;
|
|
2731
2907
|
};
|
|
2732
|
-
"/api/v1/
|
|
2908
|
+
"/api/v1/matching/stats": {
|
|
2733
2909
|
parameters: {
|
|
2734
2910
|
query?: never;
|
|
2735
2911
|
header?: never;
|
|
2736
2912
|
path?: never;
|
|
2737
2913
|
cookie?: never;
|
|
2738
2914
|
};
|
|
2739
|
-
/** Get
|
|
2740
|
-
get: operations["
|
|
2915
|
+
/** Get matching statistics */
|
|
2916
|
+
get: operations["MatchingController_getMatchingStats"];
|
|
2741
2917
|
put?: never;
|
|
2742
|
-
|
|
2743
|
-
post: operations["EventChatController_sendMessage"];
|
|
2918
|
+
post?: never;
|
|
2744
2919
|
delete?: never;
|
|
2745
2920
|
options?: never;
|
|
2746
2921
|
head?: never;
|
|
2747
2922
|
patch?: never;
|
|
2748
2923
|
trace?: never;
|
|
2749
2924
|
};
|
|
2750
|
-
"/api/v1/
|
|
2925
|
+
"/api/v1/cities": {
|
|
2926
|
+
parameters: {
|
|
2927
|
+
query?: never;
|
|
2928
|
+
header?: never;
|
|
2929
|
+
path?: never;
|
|
2930
|
+
cookie?: never;
|
|
2931
|
+
};
|
|
2932
|
+
/** Get all cities */
|
|
2933
|
+
get: operations["CitiesController_findAll"];
|
|
2934
|
+
put?: never;
|
|
2935
|
+
post?: never;
|
|
2936
|
+
delete?: never;
|
|
2937
|
+
options?: never;
|
|
2938
|
+
head?: never;
|
|
2939
|
+
patch?: never;
|
|
2940
|
+
trace?: never;
|
|
2941
|
+
};
|
|
2942
|
+
"/api/v1/cities/{id}": {
|
|
2943
|
+
parameters: {
|
|
2944
|
+
query?: never;
|
|
2945
|
+
header?: never;
|
|
2946
|
+
path?: never;
|
|
2947
|
+
cookie?: never;
|
|
2948
|
+
};
|
|
2949
|
+
/** Get a city by ID */
|
|
2950
|
+
get: operations["CitiesController_findById"];
|
|
2951
|
+
put?: never;
|
|
2952
|
+
post?: never;
|
|
2953
|
+
delete?: never;
|
|
2954
|
+
options?: never;
|
|
2955
|
+
head?: never;
|
|
2956
|
+
patch?: never;
|
|
2957
|
+
trace?: never;
|
|
2958
|
+
};
|
|
2959
|
+
"/api/v1/user-pins": {
|
|
2751
2960
|
parameters: {
|
|
2752
2961
|
query?: never;
|
|
2753
2962
|
header?: never;
|
|
@@ -2755,11 +2964,73 @@ export interface paths {
|
|
|
2755
2964
|
cookie?: never;
|
|
2756
2965
|
};
|
|
2757
2966
|
get?: never;
|
|
2758
|
-
|
|
2759
|
-
|
|
2967
|
+
put?: never;
|
|
2968
|
+
/**
|
|
2969
|
+
* Create a new pin
|
|
2970
|
+
* @description Drop a pin at current location (HERE_NOW) or schedule one (SCHEDULED)
|
|
2971
|
+
*/
|
|
2972
|
+
post: operations["UserPinsController_createPin"];
|
|
2973
|
+
delete?: never;
|
|
2974
|
+
options?: never;
|
|
2975
|
+
head?: never;
|
|
2976
|
+
patch?: never;
|
|
2977
|
+
trace?: never;
|
|
2978
|
+
};
|
|
2979
|
+
"/api/v1/user-pins/me": {
|
|
2980
|
+
parameters: {
|
|
2981
|
+
query?: never;
|
|
2982
|
+
header?: never;
|
|
2983
|
+
path?: never;
|
|
2984
|
+
cookie?: never;
|
|
2985
|
+
};
|
|
2986
|
+
/**
|
|
2987
|
+
* Get my active pins
|
|
2988
|
+
* @description Returns all non-expired pins for the current user
|
|
2989
|
+
*/
|
|
2990
|
+
get: operations["UserPinsController_getMyPins"];
|
|
2991
|
+
put?: never;
|
|
2760
2992
|
post?: never;
|
|
2761
|
-
|
|
2762
|
-
|
|
2993
|
+
delete?: never;
|
|
2994
|
+
options?: never;
|
|
2995
|
+
head?: never;
|
|
2996
|
+
patch?: never;
|
|
2997
|
+
trace?: never;
|
|
2998
|
+
};
|
|
2999
|
+
"/api/v1/user-pins/nearby": {
|
|
3000
|
+
parameters: {
|
|
3001
|
+
query?: never;
|
|
3002
|
+
header?: never;
|
|
3003
|
+
path?: never;
|
|
3004
|
+
cookie?: never;
|
|
3005
|
+
};
|
|
3006
|
+
/**
|
|
3007
|
+
* Get nearby pins
|
|
3008
|
+
* @description Returns pins near a location within specified radius
|
|
3009
|
+
*/
|
|
3010
|
+
get: operations["UserPinsController_getNearbyPins"];
|
|
3011
|
+
put?: never;
|
|
3012
|
+
post?: never;
|
|
3013
|
+
delete?: never;
|
|
3014
|
+
options?: never;
|
|
3015
|
+
head?: never;
|
|
3016
|
+
patch?: never;
|
|
3017
|
+
trace?: never;
|
|
3018
|
+
};
|
|
3019
|
+
"/api/v1/user-pins/{id}": {
|
|
3020
|
+
parameters: {
|
|
3021
|
+
query?: never;
|
|
3022
|
+
header?: never;
|
|
3023
|
+
path?: never;
|
|
3024
|
+
cookie?: never;
|
|
3025
|
+
};
|
|
3026
|
+
get?: never;
|
|
3027
|
+
put?: never;
|
|
3028
|
+
post?: never;
|
|
3029
|
+
/**
|
|
3030
|
+
* Delete a pin
|
|
3031
|
+
* @description Delete your own pin by ID
|
|
3032
|
+
*/
|
|
3033
|
+
delete: operations["UserPinsController_deletePin"];
|
|
2763
3034
|
options?: never;
|
|
2764
3035
|
head?: never;
|
|
2765
3036
|
patch?: never;
|
|
@@ -2978,6 +3249,25 @@ export interface components {
|
|
|
2978
3249
|
city?: string;
|
|
2979
3250
|
/** @example city-uuid */
|
|
2980
3251
|
cityId?: string;
|
|
3252
|
+
/**
|
|
3253
|
+
* @description User drinking identity: ALCOHOL_FREE, SOBER_CURIOUS, or OCCASIONAL
|
|
3254
|
+
* @example ALCOHOL_FREE
|
|
3255
|
+
*/
|
|
3256
|
+
drinkingIdentity?: string;
|
|
3257
|
+
/**
|
|
3258
|
+
* @description User vibes/social style preferences
|
|
3259
|
+
* @example [
|
|
3260
|
+
* "Chill",
|
|
3261
|
+
* "Deep convos",
|
|
3262
|
+
* "Early bird"
|
|
3263
|
+
* ]
|
|
3264
|
+
*/
|
|
3265
|
+
vibes?: string[];
|
|
3266
|
+
/**
|
|
3267
|
+
* @description Sobriety start date
|
|
3268
|
+
* @example 2024-01-01T00:00:00.000Z
|
|
3269
|
+
*/
|
|
3270
|
+
sobrietyDate?: string;
|
|
2981
3271
|
/** @example 52.52 */
|
|
2982
3272
|
locationLat?: number;
|
|
2983
3273
|
/** @example 13.405 */
|
|
@@ -2987,11 +3277,14 @@ export interface components {
|
|
|
2987
3277
|
/** @example 500 */
|
|
2988
3278
|
locationRadius?: number;
|
|
2989
3279
|
/**
|
|
3280
|
+
* @description Custom fields for storing additional user data
|
|
2990
3281
|
* @example {
|
|
2991
3282
|
* "drinkingIdentity": "sober_curious"
|
|
2992
3283
|
* }
|
|
2993
3284
|
*/
|
|
2994
|
-
customFields?:
|
|
3285
|
+
customFields?: {
|
|
3286
|
+
[key: string]: unknown;
|
|
3287
|
+
};
|
|
2995
3288
|
/** @example true */
|
|
2996
3289
|
notifyEmail?: boolean;
|
|
2997
3290
|
/** @example true */
|
|
@@ -3597,6 +3890,20 @@ export interface components {
|
|
|
3597
3890
|
whatsappGroup?: string;
|
|
3598
3891
|
/** @example https://eventbrite.com/... */
|
|
3599
3892
|
externalUrl?: string;
|
|
3893
|
+
/**
|
|
3894
|
+
* @description Event vibe/atmosphere
|
|
3895
|
+
* @example SOCIAL
|
|
3896
|
+
* @enum {string}
|
|
3897
|
+
*/
|
|
3898
|
+
vibe?: "CHILL" | "ACTIVE" | "SOCIAL" | "CREATIVE" | "DEEP_TALK" | "ADVENTURE";
|
|
3899
|
+
};
|
|
3900
|
+
EventCityDto: {
|
|
3901
|
+
/** @example city-uuid */
|
|
3902
|
+
id: string;
|
|
3903
|
+
/** @example Lisbon */
|
|
3904
|
+
name: string;
|
|
3905
|
+
/** @example Portugal */
|
|
3906
|
+
country: string;
|
|
3600
3907
|
};
|
|
3601
3908
|
EventResponseDto: {
|
|
3602
3909
|
/** @example event-123 */
|
|
@@ -3671,6 +3978,13 @@ export interface components {
|
|
|
3671
3978
|
* @example COFFEE
|
|
3672
3979
|
*/
|
|
3673
3980
|
ambientCategory?: Record<string, never>;
|
|
3981
|
+
/**
|
|
3982
|
+
* @description Event vibe/atmosphere
|
|
3983
|
+
* @enum {string}
|
|
3984
|
+
*/
|
|
3985
|
+
vibe?: "CHILL" | "ACTIVE" | "SOCIAL" | "CREATIVE" | "DEEP_TALK" | "ADVENTURE";
|
|
3986
|
+
/** @description City where event takes place */
|
|
3987
|
+
city?: components["schemas"]["EventCityDto"];
|
|
3674
3988
|
/** @example 5 */
|
|
3675
3989
|
bookingCount: number;
|
|
3676
3990
|
/** @example 3 */
|
|
@@ -3740,6 +4054,12 @@ export interface components {
|
|
|
3740
4054
|
isFeatured?: boolean;
|
|
3741
4055
|
/** @example false */
|
|
3742
4056
|
isCancelled?: boolean;
|
|
4057
|
+
/**
|
|
4058
|
+
* @description Event vibe/atmosphere
|
|
4059
|
+
* @example SOCIAL
|
|
4060
|
+
* @enum {string}
|
|
4061
|
+
*/
|
|
4062
|
+
vibe?: "CHILL" | "ACTIVE" | "SOCIAL" | "CREATIVE" | "DEEP_TALK" | "ADVENTURE";
|
|
3743
4063
|
};
|
|
3744
4064
|
NotificationResponseDto: {
|
|
3745
4065
|
/** @example notification-123 */
|
|
@@ -3879,6 +4199,89 @@ export interface components {
|
|
|
3879
4199
|
*/
|
|
3880
4200
|
notes?: string;
|
|
3881
4201
|
};
|
|
4202
|
+
EventChatResponseDto: {
|
|
4203
|
+
id: string;
|
|
4204
|
+
eventId: string;
|
|
4205
|
+
messageCount: number;
|
|
4206
|
+
memberCount: number;
|
|
4207
|
+
isActive: boolean;
|
|
4208
|
+
isLocked: boolean;
|
|
4209
|
+
/** Format: date-time */
|
|
4210
|
+
lastMessageAt?: string;
|
|
4211
|
+
/** Format: date-time */
|
|
4212
|
+
createdAt: string;
|
|
4213
|
+
eventTitle?: string;
|
|
4214
|
+
/** Format: date-time */
|
|
4215
|
+
eventStartDate?: string;
|
|
4216
|
+
};
|
|
4217
|
+
UpdateChatSettingsDto: {
|
|
4218
|
+
/** @description Lock chat (only hosts can post) */
|
|
4219
|
+
isLocked?: boolean;
|
|
4220
|
+
/** @description Deactivate chat */
|
|
4221
|
+
isActive?: boolean;
|
|
4222
|
+
};
|
|
4223
|
+
ChatMemberResponseDto: {
|
|
4224
|
+
id: string;
|
|
4225
|
+
chatId: string;
|
|
4226
|
+
userId: string;
|
|
4227
|
+
/** @enum {string} */
|
|
4228
|
+
role: "MEMBER" | "MODERATOR" | "HOST";
|
|
4229
|
+
nickname?: string;
|
|
4230
|
+
isMuted: boolean;
|
|
4231
|
+
/** Format: date-time */
|
|
4232
|
+
lastReadAt?: string;
|
|
4233
|
+
/** Format: date-time */
|
|
4234
|
+
joinedAt: string;
|
|
4235
|
+
userName?: string;
|
|
4236
|
+
userImage?: string;
|
|
4237
|
+
};
|
|
4238
|
+
UpdateMemberSettingsDto: {
|
|
4239
|
+
/** @description Mute notifications */
|
|
4240
|
+
isMuted?: boolean;
|
|
4241
|
+
/** @description Display nickname in chat */
|
|
4242
|
+
nickname?: string;
|
|
4243
|
+
};
|
|
4244
|
+
SendMessageDto: {
|
|
4245
|
+
/**
|
|
4246
|
+
* @description Message content to send to Jack AI
|
|
4247
|
+
* @example I am feeling really stressed today and having cravings
|
|
4248
|
+
*/
|
|
4249
|
+
content: string;
|
|
4250
|
+
};
|
|
4251
|
+
MessageResponseDto: {
|
|
4252
|
+
/** @example msg-123 */
|
|
4253
|
+
id: string;
|
|
4254
|
+
/** @example conv-123 */
|
|
4255
|
+
conversationId: string;
|
|
4256
|
+
/**
|
|
4257
|
+
* @example USER
|
|
4258
|
+
* @enum {string}
|
|
4259
|
+
*/
|
|
4260
|
+
role: "USER" | "ASSISTANT" | "SYSTEM";
|
|
4261
|
+
/** @example I am feeling stressed */
|
|
4262
|
+
content: string;
|
|
4263
|
+
/** @example gpt-4 */
|
|
4264
|
+
model?: Record<string, never>;
|
|
4265
|
+
/** @example 100 */
|
|
4266
|
+
promptTokens?: Record<string, never>;
|
|
4267
|
+
/** @example 50 */
|
|
4268
|
+
completionTokens?: Record<string, never>;
|
|
4269
|
+
/**
|
|
4270
|
+
* Format: date-time
|
|
4271
|
+
* @example 2024-01-01T00:00:00.000Z
|
|
4272
|
+
*/
|
|
4273
|
+
createdAt: string;
|
|
4274
|
+
};
|
|
4275
|
+
PaginatedMessagesDto: {
|
|
4276
|
+
messages: components["schemas"]["MessageResponseDto"][];
|
|
4277
|
+
total: number;
|
|
4278
|
+
hasMore: boolean;
|
|
4279
|
+
nextCursor?: string;
|
|
4280
|
+
};
|
|
4281
|
+
UpdateMessageDto: {
|
|
4282
|
+
/** @description Updated message content */
|
|
4283
|
+
content: string;
|
|
4284
|
+
};
|
|
3882
4285
|
AdminLoginDto: {
|
|
3883
4286
|
/**
|
|
3884
4287
|
* @description Admin email address
|
|
@@ -4355,30 +4758,10 @@ export interface components {
|
|
|
4355
4758
|
*/
|
|
4356
4759
|
title?: string;
|
|
4357
4760
|
};
|
|
4358
|
-
|
|
4761
|
+
ConversationWithMessagesDto: {
|
|
4762
|
+
/** @example conv-123 */
|
|
4359
4763
|
id: string;
|
|
4360
|
-
|
|
4361
|
-
userId: string;
|
|
4362
|
-
content: string;
|
|
4363
|
-
/** @enum {string} */
|
|
4364
|
-
messageType: "TEXT" | "IMAGE" | "SYSTEM" | "ANNOUNCEMENT";
|
|
4365
|
-
imageUrl?: string;
|
|
4366
|
-
replyToId?: string;
|
|
4367
|
-
isEdited: boolean;
|
|
4368
|
-
isDeleted: boolean;
|
|
4369
|
-
/** Format: date-time */
|
|
4370
|
-
createdAt: string;
|
|
4371
|
-
/** Format: date-time */
|
|
4372
|
-
updatedAt?: string;
|
|
4373
|
-
userName?: string;
|
|
4374
|
-
userImage?: string;
|
|
4375
|
-
replyToContent?: string;
|
|
4376
|
-
replyToUserName?: string;
|
|
4377
|
-
};
|
|
4378
|
-
ConversationWithMessagesDto: {
|
|
4379
|
-
/** @example conv-123 */
|
|
4380
|
-
id: string;
|
|
4381
|
-
/** @example user-123 */
|
|
4764
|
+
/** @example user-123 */
|
|
4382
4765
|
userId: string;
|
|
4383
4766
|
/** @example Dealing with cravings */
|
|
4384
4767
|
title?: Record<string, never>;
|
|
@@ -4400,19 +4783,6 @@ export interface components {
|
|
|
4400
4783
|
lastMessageAt?: Record<string, never>;
|
|
4401
4784
|
messages: components["schemas"]["MessageResponseDto"][];
|
|
4402
4785
|
};
|
|
4403
|
-
SendMessageDto: {
|
|
4404
|
-
/** @description Message content */
|
|
4405
|
-
content: string;
|
|
4406
|
-
/**
|
|
4407
|
-
* @default TEXT
|
|
4408
|
-
* @enum {string}
|
|
4409
|
-
*/
|
|
4410
|
-
messageType: "TEXT" | "IMAGE" | "SYSTEM" | "ANNOUNCEMENT";
|
|
4411
|
-
/** @description Image URL for image messages */
|
|
4412
|
-
imageUrl?: string;
|
|
4413
|
-
/** @description Reply to message ID */
|
|
4414
|
-
replyToId?: string;
|
|
4415
|
-
};
|
|
4416
4786
|
CheckInResponseDto: {
|
|
4417
4787
|
/** @example checkin-123 */
|
|
4418
4788
|
id: string;
|
|
@@ -4628,6 +4998,332 @@ export interface components {
|
|
|
4628
4998
|
*/
|
|
4629
4999
|
byCategory: Record<string, never>;
|
|
4630
5000
|
};
|
|
5001
|
+
MoodLogResponseDto: {
|
|
5002
|
+
/** @example mood-123 */
|
|
5003
|
+
id: string;
|
|
5004
|
+
/** @example user-123 */
|
|
5005
|
+
userId: string;
|
|
5006
|
+
/** @example 4 */
|
|
5007
|
+
mood: number;
|
|
5008
|
+
/** @example 3 */
|
|
5009
|
+
energy?: Record<string, never>;
|
|
5010
|
+
/**
|
|
5011
|
+
* @example [
|
|
5012
|
+
* "anxious",
|
|
5013
|
+
* "hopeful"
|
|
5014
|
+
* ]
|
|
5015
|
+
*/
|
|
5016
|
+
tags: string[];
|
|
5017
|
+
/** @example Feeling good after my morning walk */
|
|
5018
|
+
note?: Record<string, never>;
|
|
5019
|
+
/** @example Walking */
|
|
5020
|
+
activity?: Record<string, never>;
|
|
5021
|
+
/** @example Park */
|
|
5022
|
+
location?: Record<string, never>;
|
|
5023
|
+
/**
|
|
5024
|
+
* Format: date-time
|
|
5025
|
+
* @example 2024-01-01T00:00:00.000Z
|
|
5026
|
+
*/
|
|
5027
|
+
createdAt: string;
|
|
5028
|
+
};
|
|
5029
|
+
LogMoodDto: {
|
|
5030
|
+
/**
|
|
5031
|
+
* @description Mood level (1-5)
|
|
5032
|
+
* @example 4
|
|
5033
|
+
*/
|
|
5034
|
+
mood: number;
|
|
5035
|
+
/**
|
|
5036
|
+
* @description Energy level (1-5)
|
|
5037
|
+
* @example 3
|
|
5038
|
+
*/
|
|
5039
|
+
energy?: number;
|
|
5040
|
+
/**
|
|
5041
|
+
* @description Mood tags
|
|
5042
|
+
* @example [
|
|
5043
|
+
* "anxious",
|
|
5044
|
+
* "hopeful"
|
|
5045
|
+
* ]
|
|
5046
|
+
*/
|
|
5047
|
+
tags?: string[];
|
|
5048
|
+
/**
|
|
5049
|
+
* @description Quick note
|
|
5050
|
+
* @example Feeling good after my morning walk
|
|
5051
|
+
*/
|
|
5052
|
+
note?: string;
|
|
5053
|
+
/**
|
|
5054
|
+
* @description Current activity
|
|
5055
|
+
* @example Walking
|
|
5056
|
+
*/
|
|
5057
|
+
activity?: string;
|
|
5058
|
+
/**
|
|
5059
|
+
* @description Current location
|
|
5060
|
+
* @example Park
|
|
5061
|
+
*/
|
|
5062
|
+
location?: string;
|
|
5063
|
+
};
|
|
5064
|
+
MoodStatsDto: {
|
|
5065
|
+
/**
|
|
5066
|
+
* @description Average mood over period
|
|
5067
|
+
* @example 3.8
|
|
5068
|
+
*/
|
|
5069
|
+
averageMood: number;
|
|
5070
|
+
/**
|
|
5071
|
+
* @description Average energy over period
|
|
5072
|
+
* @example 3.5
|
|
5073
|
+
*/
|
|
5074
|
+
averageEnergy: number;
|
|
5075
|
+
/**
|
|
5076
|
+
* @description Total mood logs
|
|
5077
|
+
* @example 15
|
|
5078
|
+
*/
|
|
5079
|
+
totalLogs: number;
|
|
5080
|
+
/**
|
|
5081
|
+
* @description Most common tags
|
|
5082
|
+
* @example [
|
|
5083
|
+
* "hopeful",
|
|
5084
|
+
* "calm",
|
|
5085
|
+
* "anxious"
|
|
5086
|
+
* ]
|
|
5087
|
+
*/
|
|
5088
|
+
topTags: string[];
|
|
5089
|
+
/**
|
|
5090
|
+
* @description Distribution of mood levels
|
|
5091
|
+
* @example {
|
|
5092
|
+
* "1": 2,
|
|
5093
|
+
* "2": 3,
|
|
5094
|
+
* "3": 5,
|
|
5095
|
+
* "4": 3,
|
|
5096
|
+
* "5": 2
|
|
5097
|
+
* }
|
|
5098
|
+
*/
|
|
5099
|
+
moodDistribution: Record<string, never>;
|
|
5100
|
+
};
|
|
5101
|
+
HabitResponseDto: {
|
|
5102
|
+
/** @example habit-123 */
|
|
5103
|
+
id: string;
|
|
5104
|
+
/** @example user-123 */
|
|
5105
|
+
userId: string;
|
|
5106
|
+
/** @example Morning meditation */
|
|
5107
|
+
name: string;
|
|
5108
|
+
/** @example Start each day with 10 minutes of mindfulness */
|
|
5109
|
+
description?: Record<string, never>;
|
|
5110
|
+
/** @example 🧘 */
|
|
5111
|
+
icon?: Record<string, never>;
|
|
5112
|
+
/** @example #4CAF50 */
|
|
5113
|
+
color?: Record<string, never>;
|
|
5114
|
+
/** @enum {string} */
|
|
5115
|
+
frequency: "DAILY" | "WEEKLY" | "CUSTOM";
|
|
5116
|
+
/**
|
|
5117
|
+
* @example [
|
|
5118
|
+
* "mon",
|
|
5119
|
+
* "wed",
|
|
5120
|
+
* "fri"
|
|
5121
|
+
* ]
|
|
5122
|
+
*/
|
|
5123
|
+
targetDays: string[];
|
|
5124
|
+
/** @example 1 */
|
|
5125
|
+
targetCount: number;
|
|
5126
|
+
/** @example 7 */
|
|
5127
|
+
currentStreak: number;
|
|
5128
|
+
/** @example 21 */
|
|
5129
|
+
longestStreak: number;
|
|
5130
|
+
/** @example 45 */
|
|
5131
|
+
totalCompletions: number;
|
|
5132
|
+
/** @example true */
|
|
5133
|
+
isActive: boolean;
|
|
5134
|
+
/** @example false */
|
|
5135
|
+
isPaused: boolean;
|
|
5136
|
+
/** @example 08:00 */
|
|
5137
|
+
reminderTime?: Record<string, never>;
|
|
5138
|
+
/**
|
|
5139
|
+
* Format: date-time
|
|
5140
|
+
* @example 2024-01-01T00:00:00.000Z
|
|
5141
|
+
*/
|
|
5142
|
+
createdAt: string;
|
|
5143
|
+
/**
|
|
5144
|
+
* Format: date-time
|
|
5145
|
+
* @example 2024-01-01T00:00:00.000Z
|
|
5146
|
+
*/
|
|
5147
|
+
updatedAt: string;
|
|
5148
|
+
};
|
|
5149
|
+
CreateHabitDto: {
|
|
5150
|
+
/** @example Morning meditation */
|
|
5151
|
+
name: string;
|
|
5152
|
+
/** @example Start each day with 10 minutes of mindfulness */
|
|
5153
|
+
description?: string;
|
|
5154
|
+
/** @example 🧘 */
|
|
5155
|
+
icon?: string;
|
|
5156
|
+
/** @example #4CAF50 */
|
|
5157
|
+
color?: string;
|
|
5158
|
+
/**
|
|
5159
|
+
* @example DAILY
|
|
5160
|
+
* @enum {string}
|
|
5161
|
+
*/
|
|
5162
|
+
frequency: "DAILY" | "WEEKLY" | "CUSTOM";
|
|
5163
|
+
/**
|
|
5164
|
+
* @description Target days for weekly habits
|
|
5165
|
+
* @example [
|
|
5166
|
+
* "mon",
|
|
5167
|
+
* "wed",
|
|
5168
|
+
* "fri"
|
|
5169
|
+
* ]
|
|
5170
|
+
*/
|
|
5171
|
+
targetDays?: string[];
|
|
5172
|
+
/**
|
|
5173
|
+
* @description Times per period
|
|
5174
|
+
* @example 1
|
|
5175
|
+
*/
|
|
5176
|
+
targetCount?: number;
|
|
5177
|
+
/**
|
|
5178
|
+
* @description Reminder time (HH:mm)
|
|
5179
|
+
* @example 08:00
|
|
5180
|
+
*/
|
|
5181
|
+
reminderTime?: string;
|
|
5182
|
+
};
|
|
5183
|
+
UpdateHabitDto: {
|
|
5184
|
+
/** @example Morning meditation */
|
|
5185
|
+
name?: string;
|
|
5186
|
+
/** @example Start each day with 10 minutes of mindfulness */
|
|
5187
|
+
description?: string;
|
|
5188
|
+
/** @example 🧘 */
|
|
5189
|
+
icon?: string;
|
|
5190
|
+
/** @example #4CAF50 */
|
|
5191
|
+
color?: string;
|
|
5192
|
+
/** @enum {string} */
|
|
5193
|
+
frequency?: "DAILY" | "WEEKLY" | "CUSTOM";
|
|
5194
|
+
/**
|
|
5195
|
+
* @example [
|
|
5196
|
+
* "mon",
|
|
5197
|
+
* "wed",
|
|
5198
|
+
* "fri"
|
|
5199
|
+
* ]
|
|
5200
|
+
*/
|
|
5201
|
+
targetDays?: string[];
|
|
5202
|
+
/** @example 1 */
|
|
5203
|
+
targetCount?: number;
|
|
5204
|
+
/** @example true */
|
|
5205
|
+
isActive?: boolean;
|
|
5206
|
+
/** @example false */
|
|
5207
|
+
isPaused?: boolean;
|
|
5208
|
+
/** @example 08:00 */
|
|
5209
|
+
reminderTime?: string;
|
|
5210
|
+
};
|
|
5211
|
+
CompleteHabitDto: {
|
|
5212
|
+
/** @example Felt great after completing this! */
|
|
5213
|
+
note?: string;
|
|
5214
|
+
};
|
|
5215
|
+
HabitCompletionResponseDto: {
|
|
5216
|
+
/** @example completion-123 */
|
|
5217
|
+
id: string;
|
|
5218
|
+
/** @example habit-123 */
|
|
5219
|
+
habitId: string;
|
|
5220
|
+
/** @example user-123 */
|
|
5221
|
+
userId: string;
|
|
5222
|
+
/**
|
|
5223
|
+
* Format: date-time
|
|
5224
|
+
* @example 2024-01-15T00:00:00.000Z
|
|
5225
|
+
*/
|
|
5226
|
+
date: string;
|
|
5227
|
+
/** @example Felt great after completing this! */
|
|
5228
|
+
note?: Record<string, never>;
|
|
5229
|
+
/**
|
|
5230
|
+
* Format: date-time
|
|
5231
|
+
* @example 2024-01-15T08:30:00.000Z
|
|
5232
|
+
*/
|
|
5233
|
+
completedAt: string;
|
|
5234
|
+
};
|
|
5235
|
+
ReflectionResponseDto: {
|
|
5236
|
+
/** @example reflection-123 */
|
|
5237
|
+
id: string;
|
|
5238
|
+
/** @example user-123 */
|
|
5239
|
+
userId: string;
|
|
5240
|
+
/**
|
|
5241
|
+
* Format: date-time
|
|
5242
|
+
* @example 2024-01-08T00:00:00.000Z
|
|
5243
|
+
*/
|
|
5244
|
+
weekStart: string;
|
|
5245
|
+
/** @example 2 */
|
|
5246
|
+
weekNumber: number;
|
|
5247
|
+
/** @example 2024 */
|
|
5248
|
+
year: number;
|
|
5249
|
+
/** @example 4 */
|
|
5250
|
+
overallRating?: Record<string, never>;
|
|
5251
|
+
/** @example Stayed sober for 7 days straight! */
|
|
5252
|
+
biggestWin?: Record<string, never>;
|
|
5253
|
+
/** @example Social events were challenging */
|
|
5254
|
+
challenges?: Record<string, never>;
|
|
5255
|
+
/** @example Building healthier relationships */
|
|
5256
|
+
focusArea?: Record<string, never>;
|
|
5257
|
+
/**
|
|
5258
|
+
* @example [
|
|
5259
|
+
* "Attend 3 meetings",
|
|
5260
|
+
* "Exercise daily"
|
|
5261
|
+
* ]
|
|
5262
|
+
*/
|
|
5263
|
+
goals: string[];
|
|
5264
|
+
/** @example Feeling stronger each day */
|
|
5265
|
+
notes?: Record<string, never>;
|
|
5266
|
+
/**
|
|
5267
|
+
* Format: date-time
|
|
5268
|
+
* @example 2024-01-01T00:00:00.000Z
|
|
5269
|
+
*/
|
|
5270
|
+
createdAt: string;
|
|
5271
|
+
/**
|
|
5272
|
+
* Format: date-time
|
|
5273
|
+
* @example 2024-01-01T00:00:00.000Z
|
|
5274
|
+
*/
|
|
5275
|
+
updatedAt: string;
|
|
5276
|
+
};
|
|
5277
|
+
CreateReflectionDto: {
|
|
5278
|
+
/**
|
|
5279
|
+
* @description Week start date (Monday, YYYY-MM-DD)
|
|
5280
|
+
* @example 2024-01-08
|
|
5281
|
+
*/
|
|
5282
|
+
weekStart: string;
|
|
5283
|
+
/**
|
|
5284
|
+
* @description Overall week rating (1-5)
|
|
5285
|
+
* @example 4
|
|
5286
|
+
*/
|
|
5287
|
+
overallRating?: number;
|
|
5288
|
+
/** @example Stayed sober for 7 days straight! */
|
|
5289
|
+
biggestWin?: string;
|
|
5290
|
+
/** @example Social events were challenging */
|
|
5291
|
+
challenges?: string;
|
|
5292
|
+
/** @example Building healthier relationships */
|
|
5293
|
+
focusArea?: string;
|
|
5294
|
+
/**
|
|
5295
|
+
* @description Goals for next week
|
|
5296
|
+
* @example [
|
|
5297
|
+
* "Attend 3 meetings",
|
|
5298
|
+
* "Exercise daily"
|
|
5299
|
+
* ]
|
|
5300
|
+
*/
|
|
5301
|
+
goals?: string[];
|
|
5302
|
+
/** @example Feeling stronger each day */
|
|
5303
|
+
notes?: string;
|
|
5304
|
+
};
|
|
5305
|
+
UpdateReflectionDto: {
|
|
5306
|
+
/**
|
|
5307
|
+
* @description Overall week rating (1-5)
|
|
5308
|
+
* @example 4
|
|
5309
|
+
*/
|
|
5310
|
+
overallRating?: number;
|
|
5311
|
+
/** @example Stayed sober for 7 days straight! */
|
|
5312
|
+
biggestWin?: string;
|
|
5313
|
+
/** @example Social events were challenging */
|
|
5314
|
+
challenges?: string;
|
|
5315
|
+
/** @example Building healthier relationships */
|
|
5316
|
+
focusArea?: string;
|
|
5317
|
+
/**
|
|
5318
|
+
* @example [
|
|
5319
|
+
* "Attend 3 meetings",
|
|
5320
|
+
* "Exercise daily"
|
|
5321
|
+
* ]
|
|
5322
|
+
*/
|
|
5323
|
+
goals?: string[];
|
|
5324
|
+
/** @example Feeling stronger each day */
|
|
5325
|
+
notes?: string;
|
|
5326
|
+
};
|
|
4631
5327
|
MapMemberDto: {
|
|
4632
5328
|
/**
|
|
4633
5329
|
* @description User ID
|
|
@@ -4871,8 +5567,11 @@ export interface components {
|
|
|
4871
5567
|
sharedInterests?: string[];
|
|
4872
5568
|
};
|
|
4873
5569
|
UpdateMatchDto: {
|
|
4874
|
-
/**
|
|
4875
|
-
|
|
5570
|
+
/**
|
|
5571
|
+
* @description Action to perform on the match
|
|
5572
|
+
* @enum {string}
|
|
5573
|
+
*/
|
|
5574
|
+
action?: "ACCEPT" | "DECLINE" | "BLOCK";
|
|
4876
5575
|
};
|
|
4877
5576
|
CreateBuddyRequestDto: {
|
|
4878
5577
|
/** @description ID of the user to request as buddy */
|
|
@@ -4883,8 +5582,11 @@ export interface components {
|
|
|
4883
5582
|
notes?: string;
|
|
4884
5583
|
};
|
|
4885
5584
|
UpdateBuddyDto: {
|
|
4886
|
-
/**
|
|
4887
|
-
|
|
5585
|
+
/**
|
|
5586
|
+
* @description Action to perform
|
|
5587
|
+
* @enum {string}
|
|
5588
|
+
*/
|
|
5589
|
+
action: "ACCEPT" | "DECLINE" | "END";
|
|
4888
5590
|
/** @description Reason for ending (if action is END) */
|
|
4889
5591
|
reason?: string;
|
|
4890
5592
|
};
|
|
@@ -4894,57 +5596,89 @@ export interface components {
|
|
|
4894
5596
|
/** @description Notes about the activity */
|
|
4895
5597
|
notes?: string;
|
|
4896
5598
|
};
|
|
4897
|
-
|
|
5599
|
+
CityResponseDto: {
|
|
5600
|
+
/** @example uuid */
|
|
4898
5601
|
id: string;
|
|
4899
|
-
|
|
4900
|
-
|
|
5602
|
+
/** @example London */
|
|
5603
|
+
name: string;
|
|
5604
|
+
/** @example United Kingdom */
|
|
5605
|
+
country: string;
|
|
5606
|
+
/** @example GB */
|
|
5607
|
+
countryCode?: Record<string, never>;
|
|
5608
|
+
/** @example Europe/London */
|
|
5609
|
+
timezone?: Record<string, never>;
|
|
5610
|
+
/** @example 51.5074 */
|
|
5611
|
+
latitude?: Record<string, never>;
|
|
5612
|
+
/** @example -0.1278 */
|
|
5613
|
+
longitude?: Record<string, never>;
|
|
5614
|
+
/** @example 1250 */
|
|
4901
5615
|
memberCount: number;
|
|
4902
|
-
|
|
4903
|
-
|
|
4904
|
-
/**
|
|
4905
|
-
|
|
4906
|
-
/** Format: date-time */
|
|
4907
|
-
createdAt: string;
|
|
4908
|
-
eventTitle?: string;
|
|
4909
|
-
/** Format: date-time */
|
|
4910
|
-
eventStartDate?: string;
|
|
5616
|
+
/** @example true */
|
|
5617
|
+
isFeatured: boolean;
|
|
5618
|
+
/** @example England */
|
|
5619
|
+
region?: Record<string, never>;
|
|
4911
5620
|
};
|
|
4912
|
-
|
|
4913
|
-
/**
|
|
4914
|
-
|
|
4915
|
-
|
|
4916
|
-
|
|
5621
|
+
CreatePinDto: {
|
|
5622
|
+
/**
|
|
5623
|
+
* @description Type of pin: HERE_NOW or SCHEDULED
|
|
5624
|
+
* @example HERE_NOW
|
|
5625
|
+
* @enum {string}
|
|
5626
|
+
*/
|
|
5627
|
+
type: "HERE_NOW" | "SCHEDULED";
|
|
5628
|
+
/**
|
|
5629
|
+
* @description Latitude of the pin location
|
|
5630
|
+
* @example 38.7223
|
|
5631
|
+
*/
|
|
5632
|
+
latitude: number;
|
|
5633
|
+
/**
|
|
5634
|
+
* @description Longitude of the pin location
|
|
5635
|
+
* @example -9.1393
|
|
5636
|
+
*/
|
|
5637
|
+
longitude: number;
|
|
5638
|
+
/**
|
|
5639
|
+
* @description Activity description
|
|
5640
|
+
* @example Coffee
|
|
5641
|
+
*/
|
|
5642
|
+
activity: string;
|
|
5643
|
+
/**
|
|
5644
|
+
* @description Duration in hours (1-8)
|
|
5645
|
+
* @example 2
|
|
5646
|
+
*/
|
|
5647
|
+
duration?: number;
|
|
5648
|
+
/**
|
|
5649
|
+
* @description Scheduled time for SCHEDULED pins (ISO 8601)
|
|
5650
|
+
* @example 2025-01-05T18:00:00Z
|
|
5651
|
+
*/
|
|
5652
|
+
scheduledTime?: string;
|
|
5653
|
+
/**
|
|
5654
|
+
* @description Optional venue/business ID
|
|
5655
|
+
* @example clx123abc
|
|
5656
|
+
*/
|
|
5657
|
+
venueId?: string;
|
|
4917
5658
|
};
|
|
4918
|
-
|
|
5659
|
+
PinUserDto: {
|
|
5660
|
+
id: string;
|
|
5661
|
+
name?: string;
|
|
5662
|
+
profileImage?: string;
|
|
5663
|
+
};
|
|
5664
|
+
PinResponseDto: {
|
|
4919
5665
|
id: string;
|
|
4920
|
-
chatId: string;
|
|
4921
5666
|
userId: string;
|
|
4922
5667
|
/** @enum {string} */
|
|
4923
|
-
|
|
4924
|
-
|
|
4925
|
-
|
|
5668
|
+
type: "HERE_NOW" | "SCHEDULED";
|
|
5669
|
+
latitude: number;
|
|
5670
|
+
longitude: number;
|
|
5671
|
+
activity: string;
|
|
5672
|
+
venueId?: string;
|
|
4926
5673
|
/** Format: date-time */
|
|
4927
|
-
|
|
5674
|
+
scheduledTime?: string;
|
|
4928
5675
|
/** Format: date-time */
|
|
4929
|
-
|
|
4930
|
-
|
|
4931
|
-
|
|
4932
|
-
|
|
4933
|
-
|
|
4934
|
-
|
|
4935
|
-
isMuted?: boolean;
|
|
4936
|
-
/** @description Display nickname in chat */
|
|
4937
|
-
nickname?: string;
|
|
4938
|
-
};
|
|
4939
|
-
PaginatedMessagesDto: {
|
|
4940
|
-
messages: components["schemas"]["MessageResponseDto"][];
|
|
4941
|
-
total: number;
|
|
4942
|
-
hasMore: boolean;
|
|
4943
|
-
nextCursor?: string;
|
|
4944
|
-
};
|
|
4945
|
-
UpdateMessageDto: {
|
|
4946
|
-
/** @description Updated message content */
|
|
4947
|
-
content: string;
|
|
5676
|
+
expiresAt: string;
|
|
5677
|
+
/** Format: date-time */
|
|
5678
|
+
createdAt: string;
|
|
5679
|
+
user?: components["schemas"]["PinUserDto"];
|
|
5680
|
+
/** @description Distance in meters from query point */
|
|
5681
|
+
distance?: number;
|
|
4948
5682
|
};
|
|
4949
5683
|
};
|
|
4950
5684
|
responses: never;
|
|
@@ -7545,7 +8279,277 @@ export interface operations {
|
|
|
7545
8279
|
};
|
|
7546
8280
|
};
|
|
7547
8281
|
};
|
|
7548
|
-
|
|
8282
|
+
EventChatController_getChat: {
|
|
8283
|
+
parameters: {
|
|
8284
|
+
query?: never;
|
|
8285
|
+
header?: never;
|
|
8286
|
+
path: {
|
|
8287
|
+
/** @description Event ID */
|
|
8288
|
+
eventId: string;
|
|
8289
|
+
};
|
|
8290
|
+
cookie?: never;
|
|
8291
|
+
};
|
|
8292
|
+
requestBody?: never;
|
|
8293
|
+
responses: {
|
|
8294
|
+
/** @description Chat details */
|
|
8295
|
+
200: {
|
|
8296
|
+
headers: {
|
|
8297
|
+
[name: string]: unknown;
|
|
8298
|
+
};
|
|
8299
|
+
content: {
|
|
8300
|
+
"application/json": components["schemas"]["EventChatResponseDto"];
|
|
8301
|
+
};
|
|
8302
|
+
};
|
|
8303
|
+
};
|
|
8304
|
+
};
|
|
8305
|
+
EventChatController_updateSettings: {
|
|
8306
|
+
parameters: {
|
|
8307
|
+
query?: never;
|
|
8308
|
+
header?: never;
|
|
8309
|
+
path: {
|
|
8310
|
+
/** @description Event ID */
|
|
8311
|
+
eventId: string;
|
|
8312
|
+
};
|
|
8313
|
+
cookie?: never;
|
|
8314
|
+
};
|
|
8315
|
+
requestBody: {
|
|
8316
|
+
content: {
|
|
8317
|
+
"application/json": components["schemas"]["UpdateChatSettingsDto"];
|
|
8318
|
+
};
|
|
8319
|
+
};
|
|
8320
|
+
responses: {
|
|
8321
|
+
/** @description Chat settings updated */
|
|
8322
|
+
200: {
|
|
8323
|
+
headers: {
|
|
8324
|
+
[name: string]: unknown;
|
|
8325
|
+
};
|
|
8326
|
+
content: {
|
|
8327
|
+
"application/json": components["schemas"]["EventChatResponseDto"];
|
|
8328
|
+
};
|
|
8329
|
+
};
|
|
8330
|
+
};
|
|
8331
|
+
};
|
|
8332
|
+
EventChatController_joinChat: {
|
|
8333
|
+
parameters: {
|
|
8334
|
+
query?: never;
|
|
8335
|
+
header?: never;
|
|
8336
|
+
path: {
|
|
8337
|
+
/** @description Event ID */
|
|
8338
|
+
eventId: string;
|
|
8339
|
+
};
|
|
8340
|
+
cookie?: never;
|
|
8341
|
+
};
|
|
8342
|
+
requestBody?: never;
|
|
8343
|
+
responses: {
|
|
8344
|
+
/** @description Joined chat successfully */
|
|
8345
|
+
200: {
|
|
8346
|
+
headers: {
|
|
8347
|
+
[name: string]: unknown;
|
|
8348
|
+
};
|
|
8349
|
+
content: {
|
|
8350
|
+
"application/json": components["schemas"]["ChatMemberResponseDto"];
|
|
8351
|
+
};
|
|
8352
|
+
};
|
|
8353
|
+
};
|
|
8354
|
+
};
|
|
8355
|
+
EventChatController_leaveChat: {
|
|
8356
|
+
parameters: {
|
|
8357
|
+
query?: never;
|
|
8358
|
+
header?: never;
|
|
8359
|
+
path: {
|
|
8360
|
+
/** @description Event ID */
|
|
8361
|
+
eventId: string;
|
|
8362
|
+
};
|
|
8363
|
+
cookie?: never;
|
|
8364
|
+
};
|
|
8365
|
+
requestBody?: never;
|
|
8366
|
+
responses: {
|
|
8367
|
+
/** @description Left chat successfully */
|
|
8368
|
+
204: {
|
|
8369
|
+
headers: {
|
|
8370
|
+
[name: string]: unknown;
|
|
8371
|
+
};
|
|
8372
|
+
content?: never;
|
|
8373
|
+
};
|
|
8374
|
+
};
|
|
8375
|
+
};
|
|
8376
|
+
EventChatController_getMembers: {
|
|
8377
|
+
parameters: {
|
|
8378
|
+
query?: never;
|
|
8379
|
+
header?: never;
|
|
8380
|
+
path: {
|
|
8381
|
+
/** @description Event ID */
|
|
8382
|
+
eventId: string;
|
|
8383
|
+
};
|
|
8384
|
+
cookie?: never;
|
|
8385
|
+
};
|
|
8386
|
+
requestBody?: never;
|
|
8387
|
+
responses: {
|
|
8388
|
+
/** @description List of chat members */
|
|
8389
|
+
200: {
|
|
8390
|
+
headers: {
|
|
8391
|
+
[name: string]: unknown;
|
|
8392
|
+
};
|
|
8393
|
+
content: {
|
|
8394
|
+
"application/json": components["schemas"]["ChatMemberResponseDto"][];
|
|
8395
|
+
};
|
|
8396
|
+
};
|
|
8397
|
+
};
|
|
8398
|
+
};
|
|
8399
|
+
EventChatController_updateMySettings: {
|
|
8400
|
+
parameters: {
|
|
8401
|
+
query?: never;
|
|
8402
|
+
header?: never;
|
|
8403
|
+
path: {
|
|
8404
|
+
/** @description Event ID */
|
|
8405
|
+
eventId: string;
|
|
8406
|
+
};
|
|
8407
|
+
cookie?: never;
|
|
8408
|
+
};
|
|
8409
|
+
requestBody: {
|
|
8410
|
+
content: {
|
|
8411
|
+
"application/json": components["schemas"]["UpdateMemberSettingsDto"];
|
|
8412
|
+
};
|
|
8413
|
+
};
|
|
8414
|
+
responses: {
|
|
8415
|
+
/** @description Settings updated */
|
|
8416
|
+
200: {
|
|
8417
|
+
headers: {
|
|
8418
|
+
[name: string]: unknown;
|
|
8419
|
+
};
|
|
8420
|
+
content: {
|
|
8421
|
+
"application/json": components["schemas"]["ChatMemberResponseDto"];
|
|
8422
|
+
};
|
|
8423
|
+
};
|
|
8424
|
+
};
|
|
8425
|
+
};
|
|
8426
|
+
EventChatController_markAsRead: {
|
|
8427
|
+
parameters: {
|
|
8428
|
+
query?: never;
|
|
8429
|
+
header?: never;
|
|
8430
|
+
path: {
|
|
8431
|
+
/** @description Event ID */
|
|
8432
|
+
eventId: string;
|
|
8433
|
+
};
|
|
8434
|
+
cookie?: never;
|
|
8435
|
+
};
|
|
8436
|
+
requestBody?: never;
|
|
8437
|
+
responses: {
|
|
8438
|
+
/** @description Messages marked as read */
|
|
8439
|
+
204: {
|
|
8440
|
+
headers: {
|
|
8441
|
+
[name: string]: unknown;
|
|
8442
|
+
};
|
|
8443
|
+
content?: never;
|
|
8444
|
+
};
|
|
8445
|
+
};
|
|
8446
|
+
};
|
|
8447
|
+
EventChatController_getMessages: {
|
|
8448
|
+
parameters: {
|
|
8449
|
+
query?: {
|
|
8450
|
+
limit?: number;
|
|
8451
|
+
cursor?: string;
|
|
8452
|
+
};
|
|
8453
|
+
header?: never;
|
|
8454
|
+
path: {
|
|
8455
|
+
/** @description Event ID */
|
|
8456
|
+
eventId: string;
|
|
8457
|
+
};
|
|
8458
|
+
cookie?: never;
|
|
8459
|
+
};
|
|
8460
|
+
requestBody?: never;
|
|
8461
|
+
responses: {
|
|
8462
|
+
/** @description Paginated messages */
|
|
8463
|
+
200: {
|
|
8464
|
+
headers: {
|
|
8465
|
+
[name: string]: unknown;
|
|
8466
|
+
};
|
|
8467
|
+
content: {
|
|
8468
|
+
"application/json": components["schemas"]["PaginatedMessagesDto"];
|
|
8469
|
+
};
|
|
8470
|
+
};
|
|
8471
|
+
};
|
|
8472
|
+
};
|
|
8473
|
+
EventChatController_sendMessage: {
|
|
8474
|
+
parameters: {
|
|
8475
|
+
query?: never;
|
|
8476
|
+
header?: never;
|
|
8477
|
+
path: {
|
|
8478
|
+
/** @description Event ID */
|
|
8479
|
+
eventId: string;
|
|
8480
|
+
};
|
|
8481
|
+
cookie?: never;
|
|
8482
|
+
};
|
|
8483
|
+
requestBody: {
|
|
8484
|
+
content: {
|
|
8485
|
+
"application/json": components["schemas"]["SendMessageDto"];
|
|
8486
|
+
};
|
|
8487
|
+
};
|
|
8488
|
+
responses: {
|
|
8489
|
+
/** @description Message sent */
|
|
8490
|
+
201: {
|
|
8491
|
+
headers: {
|
|
8492
|
+
[name: string]: unknown;
|
|
8493
|
+
};
|
|
8494
|
+
content: {
|
|
8495
|
+
"application/json": components["schemas"]["MessageResponseDto"];
|
|
8496
|
+
};
|
|
8497
|
+
};
|
|
8498
|
+
};
|
|
8499
|
+
};
|
|
8500
|
+
EventChatController_updateMessage: {
|
|
8501
|
+
parameters: {
|
|
8502
|
+
query?: never;
|
|
8503
|
+
header?: never;
|
|
8504
|
+
path: {
|
|
8505
|
+
/** @description Message ID */
|
|
8506
|
+
messageId: string;
|
|
8507
|
+
/** @description Event ID */
|
|
8508
|
+
eventId: unknown;
|
|
8509
|
+
};
|
|
8510
|
+
cookie?: never;
|
|
8511
|
+
};
|
|
8512
|
+
requestBody: {
|
|
8513
|
+
content: {
|
|
8514
|
+
"application/json": components["schemas"]["UpdateMessageDto"];
|
|
8515
|
+
};
|
|
8516
|
+
};
|
|
8517
|
+
responses: {
|
|
8518
|
+
/** @description Message updated */
|
|
8519
|
+
200: {
|
|
8520
|
+
headers: {
|
|
8521
|
+
[name: string]: unknown;
|
|
8522
|
+
};
|
|
8523
|
+
content: {
|
|
8524
|
+
"application/json": components["schemas"]["MessageResponseDto"];
|
|
8525
|
+
};
|
|
8526
|
+
};
|
|
8527
|
+
};
|
|
8528
|
+
};
|
|
8529
|
+
EventChatController_deleteMessage: {
|
|
8530
|
+
parameters: {
|
|
8531
|
+
query?: never;
|
|
8532
|
+
header?: never;
|
|
8533
|
+
path: {
|
|
8534
|
+
/** @description Message ID */
|
|
8535
|
+
messageId: string;
|
|
8536
|
+
/** @description Event ID */
|
|
8537
|
+
eventId: unknown;
|
|
8538
|
+
};
|
|
8539
|
+
cookie?: never;
|
|
8540
|
+
};
|
|
8541
|
+
requestBody?: never;
|
|
8542
|
+
responses: {
|
|
8543
|
+
/** @description Message deleted */
|
|
8544
|
+
204: {
|
|
8545
|
+
headers: {
|
|
8546
|
+
[name: string]: unknown;
|
|
8547
|
+
};
|
|
8548
|
+
content?: never;
|
|
8549
|
+
};
|
|
8550
|
+
};
|
|
8551
|
+
};
|
|
8552
|
+
AdminAuthController_login: {
|
|
7549
8553
|
parameters: {
|
|
7550
8554
|
query?: never;
|
|
7551
8555
|
header?: never;
|
|
@@ -8490,50 +9494,291 @@ export interface operations {
|
|
|
8490
9494
|
headers: {
|
|
8491
9495
|
[name: string]: unknown;
|
|
8492
9496
|
};
|
|
8493
|
-
content?: never;
|
|
9497
|
+
content?: never;
|
|
9498
|
+
};
|
|
9499
|
+
};
|
|
9500
|
+
};
|
|
9501
|
+
AmbassadorsController_update: {
|
|
9502
|
+
parameters: {
|
|
9503
|
+
query?: never;
|
|
9504
|
+
header?: never;
|
|
9505
|
+
path: {
|
|
9506
|
+
/** @description Ambassador ID */
|
|
9507
|
+
id: string;
|
|
9508
|
+
};
|
|
9509
|
+
cookie?: never;
|
|
9510
|
+
};
|
|
9511
|
+
requestBody: {
|
|
9512
|
+
content: {
|
|
9513
|
+
"application/json": components["schemas"]["UpdateAmbassadorDto"];
|
|
9514
|
+
};
|
|
9515
|
+
};
|
|
9516
|
+
responses: {
|
|
9517
|
+
/** @description Ambassador updated */
|
|
9518
|
+
200: {
|
|
9519
|
+
headers: {
|
|
9520
|
+
[name: string]: unknown;
|
|
9521
|
+
};
|
|
9522
|
+
content: {
|
|
9523
|
+
"application/json": components["schemas"]["AmbassadorResponseDto"];
|
|
9524
|
+
};
|
|
9525
|
+
};
|
|
9526
|
+
};
|
|
9527
|
+
};
|
|
9528
|
+
AmbassadorsController_approve: {
|
|
9529
|
+
parameters: {
|
|
9530
|
+
query?: never;
|
|
9531
|
+
header?: never;
|
|
9532
|
+
path: {
|
|
9533
|
+
/** @description Ambassador ID */
|
|
9534
|
+
id: string;
|
|
9535
|
+
};
|
|
9536
|
+
cookie?: never;
|
|
9537
|
+
};
|
|
9538
|
+
requestBody?: never;
|
|
9539
|
+
responses: {
|
|
9540
|
+
/** @description Ambassador approved */
|
|
9541
|
+
200: {
|
|
9542
|
+
headers: {
|
|
9543
|
+
[name: string]: unknown;
|
|
9544
|
+
};
|
|
9545
|
+
content?: never;
|
|
9546
|
+
};
|
|
9547
|
+
};
|
|
9548
|
+
};
|
|
9549
|
+
AmbassadorsController_reject: {
|
|
9550
|
+
parameters: {
|
|
9551
|
+
query?: never;
|
|
9552
|
+
header?: never;
|
|
9553
|
+
path: {
|
|
9554
|
+
/** @description Ambassador ID */
|
|
9555
|
+
id: string;
|
|
9556
|
+
};
|
|
9557
|
+
cookie?: never;
|
|
9558
|
+
};
|
|
9559
|
+
requestBody?: never;
|
|
9560
|
+
responses: {
|
|
9561
|
+
/** @description Ambassador rejected */
|
|
9562
|
+
200: {
|
|
9563
|
+
headers: {
|
|
9564
|
+
[name: string]: unknown;
|
|
9565
|
+
};
|
|
9566
|
+
content?: never;
|
|
9567
|
+
};
|
|
9568
|
+
};
|
|
9569
|
+
};
|
|
9570
|
+
AmbassadorsController_deactivate: {
|
|
9571
|
+
parameters: {
|
|
9572
|
+
query?: never;
|
|
9573
|
+
header?: never;
|
|
9574
|
+
path: {
|
|
9575
|
+
/** @description Ambassador ID */
|
|
9576
|
+
id: string;
|
|
9577
|
+
};
|
|
9578
|
+
cookie?: never;
|
|
9579
|
+
};
|
|
9580
|
+
requestBody?: never;
|
|
9581
|
+
responses: {
|
|
9582
|
+
/** @description Ambassador deactivated */
|
|
9583
|
+
200: {
|
|
9584
|
+
headers: {
|
|
9585
|
+
[name: string]: unknown;
|
|
9586
|
+
};
|
|
9587
|
+
content?: never;
|
|
9588
|
+
};
|
|
9589
|
+
};
|
|
9590
|
+
};
|
|
9591
|
+
AmbassadorsController_addRewardPoints: {
|
|
9592
|
+
parameters: {
|
|
9593
|
+
query?: never;
|
|
9594
|
+
header?: never;
|
|
9595
|
+
path: {
|
|
9596
|
+
/** @description Ambassador ID */
|
|
9597
|
+
id: string;
|
|
9598
|
+
};
|
|
9599
|
+
cookie?: never;
|
|
9600
|
+
};
|
|
9601
|
+
requestBody?: never;
|
|
9602
|
+
responses: {
|
|
9603
|
+
/** @description Points added */
|
|
9604
|
+
200: {
|
|
9605
|
+
headers: {
|
|
9606
|
+
[name: string]: unknown;
|
|
9607
|
+
};
|
|
9608
|
+
content?: never;
|
|
9609
|
+
};
|
|
9610
|
+
};
|
|
9611
|
+
};
|
|
9612
|
+
Grow90Controller_enroll: {
|
|
9613
|
+
parameters: {
|
|
9614
|
+
query?: never;
|
|
9615
|
+
header?: never;
|
|
9616
|
+
path?: never;
|
|
9617
|
+
cookie?: never;
|
|
9618
|
+
};
|
|
9619
|
+
requestBody: {
|
|
9620
|
+
content: {
|
|
9621
|
+
"application/json": components["schemas"]["EnrollGrow90Dto"];
|
|
9622
|
+
};
|
|
9623
|
+
};
|
|
9624
|
+
responses: {
|
|
9625
|
+
/** @description Successfully enrolled */
|
|
9626
|
+
201: {
|
|
9627
|
+
headers: {
|
|
9628
|
+
[name: string]: unknown;
|
|
9629
|
+
};
|
|
9630
|
+
content: {
|
|
9631
|
+
"application/json": components["schemas"]["Grow90EnrollmentResponseDto"];
|
|
9632
|
+
};
|
|
9633
|
+
};
|
|
9634
|
+
/** @description Already enrolled in GROW90 */
|
|
9635
|
+
409: {
|
|
9636
|
+
headers: {
|
|
9637
|
+
[name: string]: unknown;
|
|
9638
|
+
};
|
|
9639
|
+
content?: never;
|
|
9640
|
+
};
|
|
9641
|
+
};
|
|
9642
|
+
};
|
|
9643
|
+
Grow90Controller_getEnrollment: {
|
|
9644
|
+
parameters: {
|
|
9645
|
+
query?: never;
|
|
9646
|
+
header?: never;
|
|
9647
|
+
path?: never;
|
|
9648
|
+
cookie?: never;
|
|
9649
|
+
};
|
|
9650
|
+
requestBody?: never;
|
|
9651
|
+
responses: {
|
|
9652
|
+
/** @description Enrollment details */
|
|
9653
|
+
200: {
|
|
9654
|
+
headers: {
|
|
9655
|
+
[name: string]: unknown;
|
|
9656
|
+
};
|
|
9657
|
+
content: {
|
|
9658
|
+
"application/json": components["schemas"]["Grow90EnrollmentResponseDto"];
|
|
9659
|
+
};
|
|
9660
|
+
};
|
|
9661
|
+
};
|
|
9662
|
+
};
|
|
9663
|
+
Grow90Controller_getToday: {
|
|
9664
|
+
parameters: {
|
|
9665
|
+
query?: never;
|
|
9666
|
+
header?: never;
|
|
9667
|
+
path?: never;
|
|
9668
|
+
cookie?: never;
|
|
9669
|
+
};
|
|
9670
|
+
requestBody?: never;
|
|
9671
|
+
responses: {
|
|
9672
|
+
/** @description Today's data */
|
|
9673
|
+
200: {
|
|
9674
|
+
headers: {
|
|
9675
|
+
[name: string]: unknown;
|
|
9676
|
+
};
|
|
9677
|
+
content: {
|
|
9678
|
+
"application/json": components["schemas"]["Grow90TodayResponseDto"];
|
|
9679
|
+
};
|
|
9680
|
+
};
|
|
9681
|
+
};
|
|
9682
|
+
};
|
|
9683
|
+
Grow90Controller_getAllProgress: {
|
|
9684
|
+
parameters: {
|
|
9685
|
+
query?: never;
|
|
9686
|
+
header?: never;
|
|
9687
|
+
path?: never;
|
|
9688
|
+
cookie?: never;
|
|
9689
|
+
};
|
|
9690
|
+
requestBody?: never;
|
|
9691
|
+
responses: {
|
|
9692
|
+
/** @description All progress data */
|
|
9693
|
+
200: {
|
|
9694
|
+
headers: {
|
|
9695
|
+
[name: string]: unknown;
|
|
9696
|
+
};
|
|
9697
|
+
content?: never;
|
|
9698
|
+
};
|
|
9699
|
+
};
|
|
9700
|
+
};
|
|
9701
|
+
Grow90Controller_getStats: {
|
|
9702
|
+
parameters: {
|
|
9703
|
+
query?: never;
|
|
9704
|
+
header?: never;
|
|
9705
|
+
path?: never;
|
|
9706
|
+
cookie?: never;
|
|
9707
|
+
};
|
|
9708
|
+
requestBody?: never;
|
|
9709
|
+
responses: {
|
|
9710
|
+
/** @description Statistics */
|
|
9711
|
+
200: {
|
|
9712
|
+
headers: {
|
|
9713
|
+
[name: string]: unknown;
|
|
9714
|
+
};
|
|
9715
|
+
content: {
|
|
9716
|
+
"application/json": components["schemas"]["Grow90StatsResponseDto"];
|
|
9717
|
+
};
|
|
9718
|
+
};
|
|
9719
|
+
};
|
|
9720
|
+
};
|
|
9721
|
+
Grow90Controller_updateProgress: {
|
|
9722
|
+
parameters: {
|
|
9723
|
+
query?: never;
|
|
9724
|
+
header?: never;
|
|
9725
|
+
path: {
|
|
9726
|
+
/** @description Day number (1-90) */
|
|
9727
|
+
day: number;
|
|
9728
|
+
};
|
|
9729
|
+
cookie?: never;
|
|
9730
|
+
};
|
|
9731
|
+
requestBody: {
|
|
9732
|
+
content: {
|
|
9733
|
+
"application/json": components["schemas"]["UpdateProgressDto"];
|
|
9734
|
+
};
|
|
9735
|
+
};
|
|
9736
|
+
responses: {
|
|
9737
|
+
/** @description Progress updated */
|
|
9738
|
+
200: {
|
|
9739
|
+
headers: {
|
|
9740
|
+
[name: string]: unknown;
|
|
9741
|
+
};
|
|
9742
|
+
content: {
|
|
9743
|
+
"application/json": components["schemas"]["Grow90ProgressResponseDto"];
|
|
9744
|
+
};
|
|
8494
9745
|
};
|
|
8495
9746
|
};
|
|
8496
9747
|
};
|
|
8497
|
-
|
|
9748
|
+
Grow90Controller_updateSettings: {
|
|
8498
9749
|
parameters: {
|
|
8499
9750
|
query?: never;
|
|
8500
9751
|
header?: never;
|
|
8501
|
-
path
|
|
8502
|
-
/** @description Ambassador ID */
|
|
8503
|
-
id: string;
|
|
8504
|
-
};
|
|
9752
|
+
path?: never;
|
|
8505
9753
|
cookie?: never;
|
|
8506
9754
|
};
|
|
8507
9755
|
requestBody: {
|
|
8508
9756
|
content: {
|
|
8509
|
-
"application/json": components["schemas"]["
|
|
9757
|
+
"application/json": components["schemas"]["UpdateSettingsDto"];
|
|
8510
9758
|
};
|
|
8511
9759
|
};
|
|
8512
9760
|
responses: {
|
|
8513
|
-
/** @description
|
|
9761
|
+
/** @description Settings updated */
|
|
8514
9762
|
200: {
|
|
8515
9763
|
headers: {
|
|
8516
9764
|
[name: string]: unknown;
|
|
8517
9765
|
};
|
|
8518
9766
|
content: {
|
|
8519
|
-
"application/json": components["schemas"]["
|
|
9767
|
+
"application/json": components["schemas"]["Grow90EnrollmentResponseDto"];
|
|
8520
9768
|
};
|
|
8521
9769
|
};
|
|
8522
9770
|
};
|
|
8523
9771
|
};
|
|
8524
|
-
|
|
9772
|
+
Grow90Controller_pause: {
|
|
8525
9773
|
parameters: {
|
|
8526
9774
|
query?: never;
|
|
8527
9775
|
header?: never;
|
|
8528
|
-
path
|
|
8529
|
-
/** @description Ambassador ID */
|
|
8530
|
-
id: string;
|
|
8531
|
-
};
|
|
9776
|
+
path?: never;
|
|
8532
9777
|
cookie?: never;
|
|
8533
9778
|
};
|
|
8534
9779
|
requestBody?: never;
|
|
8535
9780
|
responses: {
|
|
8536
|
-
/** @description
|
|
9781
|
+
/** @description Program paused */
|
|
8537
9782
|
200: {
|
|
8538
9783
|
headers: {
|
|
8539
9784
|
[name: string]: unknown;
|
|
@@ -8542,19 +9787,16 @@ export interface operations {
|
|
|
8542
9787
|
};
|
|
8543
9788
|
};
|
|
8544
9789
|
};
|
|
8545
|
-
|
|
9790
|
+
Grow90Controller_resume: {
|
|
8546
9791
|
parameters: {
|
|
8547
9792
|
query?: never;
|
|
8548
9793
|
header?: never;
|
|
8549
|
-
path
|
|
8550
|
-
/** @description Ambassador ID */
|
|
8551
|
-
id: string;
|
|
8552
|
-
};
|
|
9794
|
+
path?: never;
|
|
8553
9795
|
cookie?: never;
|
|
8554
9796
|
};
|
|
8555
9797
|
requestBody?: never;
|
|
8556
9798
|
responses: {
|
|
8557
|
-
/** @description
|
|
9799
|
+
/** @description Program resumed */
|
|
8558
9800
|
200: {
|
|
8559
9801
|
headers: {
|
|
8560
9802
|
[name: string]: unknown;
|
|
@@ -8563,19 +9805,16 @@ export interface operations {
|
|
|
8563
9805
|
};
|
|
8564
9806
|
};
|
|
8565
9807
|
};
|
|
8566
|
-
|
|
9808
|
+
Grow90Controller_abandon: {
|
|
8567
9809
|
parameters: {
|
|
8568
9810
|
query?: never;
|
|
8569
9811
|
header?: never;
|
|
8570
|
-
path
|
|
8571
|
-
/** @description Ambassador ID */
|
|
8572
|
-
id: string;
|
|
8573
|
-
};
|
|
9812
|
+
path?: never;
|
|
8574
9813
|
cookie?: never;
|
|
8575
9814
|
};
|
|
8576
9815
|
requestBody?: never;
|
|
8577
9816
|
responses: {
|
|
8578
|
-
/** @description
|
|
9817
|
+
/** @description Program abandoned */
|
|
8579
9818
|
200: {
|
|
8580
9819
|
headers: {
|
|
8581
9820
|
[name: string]: unknown;
|
|
@@ -8584,28 +9823,27 @@ export interface operations {
|
|
|
8584
9823
|
};
|
|
8585
9824
|
};
|
|
8586
9825
|
};
|
|
8587
|
-
|
|
9826
|
+
SupportController_getConversations: {
|
|
8588
9827
|
parameters: {
|
|
8589
9828
|
query?: never;
|
|
8590
9829
|
header?: never;
|
|
8591
|
-
path
|
|
8592
|
-
/** @description Ambassador ID */
|
|
8593
|
-
id: string;
|
|
8594
|
-
};
|
|
9830
|
+
path?: never;
|
|
8595
9831
|
cookie?: never;
|
|
8596
9832
|
};
|
|
8597
9833
|
requestBody?: never;
|
|
8598
9834
|
responses: {
|
|
8599
|
-
/** @description
|
|
9835
|
+
/** @description List of conversations */
|
|
8600
9836
|
200: {
|
|
8601
9837
|
headers: {
|
|
8602
9838
|
[name: string]: unknown;
|
|
8603
9839
|
};
|
|
8604
|
-
content
|
|
9840
|
+
content: {
|
|
9841
|
+
"application/json": components["schemas"]["ConversationResponseDto"][];
|
|
9842
|
+
};
|
|
8605
9843
|
};
|
|
8606
9844
|
};
|
|
8607
9845
|
};
|
|
8608
|
-
|
|
9846
|
+
SupportController_createConversation: {
|
|
8609
9847
|
parameters: {
|
|
8610
9848
|
query?: never;
|
|
8611
9849
|
header?: never;
|
|
@@ -8614,79 +9852,106 @@ export interface operations {
|
|
|
8614
9852
|
};
|
|
8615
9853
|
requestBody: {
|
|
8616
9854
|
content: {
|
|
8617
|
-
"application/json": components["schemas"]["
|
|
9855
|
+
"application/json": components["schemas"]["CreateConversationDto"];
|
|
8618
9856
|
};
|
|
8619
9857
|
};
|
|
8620
9858
|
responses: {
|
|
8621
|
-
/** @description
|
|
9859
|
+
/** @description Conversation created successfully */
|
|
8622
9860
|
201: {
|
|
8623
9861
|
headers: {
|
|
8624
9862
|
[name: string]: unknown;
|
|
8625
9863
|
};
|
|
8626
9864
|
content: {
|
|
8627
|
-
"application/json": components["schemas"]["
|
|
8628
|
-
};
|
|
8629
|
-
};
|
|
8630
|
-
/** @description Already enrolled in GROW90 */
|
|
8631
|
-
409: {
|
|
8632
|
-
headers: {
|
|
8633
|
-
[name: string]: unknown;
|
|
9865
|
+
"application/json": components["schemas"]["ConversationResponseDto"];
|
|
8634
9866
|
};
|
|
8635
|
-
content?: never;
|
|
8636
9867
|
};
|
|
8637
9868
|
};
|
|
8638
9869
|
};
|
|
8639
|
-
|
|
9870
|
+
SupportController_getConversation: {
|
|
8640
9871
|
parameters: {
|
|
8641
9872
|
query?: never;
|
|
8642
9873
|
header?: never;
|
|
8643
|
-
path
|
|
9874
|
+
path: {
|
|
9875
|
+
/** @description Conversation ID */
|
|
9876
|
+
id: string;
|
|
9877
|
+
};
|
|
8644
9878
|
cookie?: never;
|
|
8645
9879
|
};
|
|
8646
9880
|
requestBody?: never;
|
|
8647
9881
|
responses: {
|
|
8648
|
-
/** @description
|
|
9882
|
+
/** @description Conversation details with messages */
|
|
8649
9883
|
200: {
|
|
8650
9884
|
headers: {
|
|
8651
9885
|
[name: string]: unknown;
|
|
8652
9886
|
};
|
|
8653
9887
|
content: {
|
|
8654
|
-
"application/json": components["schemas"]["
|
|
9888
|
+
"application/json": components["schemas"]["ConversationWithMessagesDto"];
|
|
9889
|
+
};
|
|
9890
|
+
};
|
|
9891
|
+
/** @description Conversation not found */
|
|
9892
|
+
404: {
|
|
9893
|
+
headers: {
|
|
9894
|
+
[name: string]: unknown;
|
|
8655
9895
|
};
|
|
9896
|
+
content?: never;
|
|
8656
9897
|
};
|
|
8657
9898
|
};
|
|
8658
9899
|
};
|
|
8659
|
-
|
|
9900
|
+
SupportController_archiveConversation: {
|
|
8660
9901
|
parameters: {
|
|
8661
9902
|
query?: never;
|
|
8662
9903
|
header?: never;
|
|
8663
|
-
path
|
|
9904
|
+
path: {
|
|
9905
|
+
/** @description Conversation ID */
|
|
9906
|
+
id: string;
|
|
9907
|
+
};
|
|
8664
9908
|
cookie?: never;
|
|
8665
9909
|
};
|
|
8666
9910
|
requestBody?: never;
|
|
8667
9911
|
responses: {
|
|
8668
|
-
/** @description
|
|
8669
|
-
|
|
9912
|
+
/** @description Conversation archived successfully */
|
|
9913
|
+
204: {
|
|
8670
9914
|
headers: {
|
|
8671
9915
|
[name: string]: unknown;
|
|
8672
9916
|
};
|
|
8673
|
-
content
|
|
8674
|
-
|
|
9917
|
+
content?: never;
|
|
9918
|
+
};
|
|
9919
|
+
/** @description Conversation not found */
|
|
9920
|
+
404: {
|
|
9921
|
+
headers: {
|
|
9922
|
+
[name: string]: unknown;
|
|
8675
9923
|
};
|
|
9924
|
+
content?: never;
|
|
8676
9925
|
};
|
|
8677
9926
|
};
|
|
8678
9927
|
};
|
|
8679
|
-
|
|
9928
|
+
SupportController_sendMessage: {
|
|
8680
9929
|
parameters: {
|
|
8681
9930
|
query?: never;
|
|
8682
9931
|
header?: never;
|
|
8683
|
-
path
|
|
9932
|
+
path: {
|
|
9933
|
+
/** @description Conversation ID */
|
|
9934
|
+
id: string;
|
|
9935
|
+
};
|
|
8684
9936
|
cookie?: never;
|
|
8685
9937
|
};
|
|
8686
|
-
requestBody
|
|
9938
|
+
requestBody: {
|
|
9939
|
+
content: {
|
|
9940
|
+
"application/json": components["schemas"]["SendMessageDto"];
|
|
9941
|
+
};
|
|
9942
|
+
};
|
|
8687
9943
|
responses: {
|
|
8688
|
-
/** @description
|
|
8689
|
-
|
|
9944
|
+
/** @description Message sent successfully */
|
|
9945
|
+
201: {
|
|
9946
|
+
headers: {
|
|
9947
|
+
[name: string]: unknown;
|
|
9948
|
+
};
|
|
9949
|
+
content: {
|
|
9950
|
+
"application/json": components["schemas"]["MessageResponseDto"];
|
|
9951
|
+
};
|
|
9952
|
+
};
|
|
9953
|
+
/** @description Conversation not found */
|
|
9954
|
+
404: {
|
|
8690
9955
|
headers: {
|
|
8691
9956
|
[name: string]: unknown;
|
|
8692
9957
|
};
|
|
@@ -8694,7 +9959,7 @@ export interface operations {
|
|
|
8694
9959
|
};
|
|
8695
9960
|
};
|
|
8696
9961
|
};
|
|
8697
|
-
|
|
9962
|
+
CheckInsController_getCheckIns: {
|
|
8698
9963
|
parameters: {
|
|
8699
9964
|
query?: never;
|
|
8700
9965
|
header?: never;
|
|
@@ -8703,79 +9968,68 @@ export interface operations {
|
|
|
8703
9968
|
};
|
|
8704
9969
|
requestBody?: never;
|
|
8705
9970
|
responses: {
|
|
8706
|
-
/** @description
|
|
9971
|
+
/** @description List of check-ins */
|
|
8707
9972
|
200: {
|
|
8708
9973
|
headers: {
|
|
8709
9974
|
[name: string]: unknown;
|
|
8710
9975
|
};
|
|
8711
9976
|
content: {
|
|
8712
|
-
"application/json": components["schemas"]["
|
|
9977
|
+
"application/json": components["schemas"]["CheckInResponseDto"][];
|
|
8713
9978
|
};
|
|
8714
9979
|
};
|
|
8715
9980
|
};
|
|
8716
9981
|
};
|
|
8717
|
-
|
|
9982
|
+
CheckInsController_createCheckIn: {
|
|
8718
9983
|
parameters: {
|
|
8719
9984
|
query?: never;
|
|
8720
9985
|
header?: never;
|
|
8721
|
-
path
|
|
8722
|
-
/** @description Day number (1-90) */
|
|
8723
|
-
day: number;
|
|
8724
|
-
};
|
|
9986
|
+
path?: never;
|
|
8725
9987
|
cookie?: never;
|
|
8726
9988
|
};
|
|
8727
9989
|
requestBody: {
|
|
8728
9990
|
content: {
|
|
8729
|
-
"application/json": components["schemas"]["
|
|
9991
|
+
"application/json": components["schemas"]["CreateCheckInDto"];
|
|
8730
9992
|
};
|
|
8731
9993
|
};
|
|
8732
9994
|
responses: {
|
|
8733
|
-
/** @description
|
|
8734
|
-
|
|
9995
|
+
/** @description Check-in created successfully */
|
|
9996
|
+
201: {
|
|
8735
9997
|
headers: {
|
|
8736
9998
|
[name: string]: unknown;
|
|
8737
9999
|
};
|
|
8738
10000
|
content: {
|
|
8739
|
-
"application/json": components["schemas"]["
|
|
10001
|
+
"application/json": components["schemas"]["CheckInResponseDto"];
|
|
10002
|
+
};
|
|
10003
|
+
};
|
|
10004
|
+
/** @description Check-in already exists for this date */
|
|
10005
|
+
409: {
|
|
10006
|
+
headers: {
|
|
10007
|
+
[name: string]: unknown;
|
|
8740
10008
|
};
|
|
10009
|
+
content?: never;
|
|
8741
10010
|
};
|
|
8742
10011
|
};
|
|
8743
10012
|
};
|
|
8744
|
-
|
|
10013
|
+
CheckInsController_getTodayCheckIn: {
|
|
8745
10014
|
parameters: {
|
|
8746
10015
|
query?: never;
|
|
8747
10016
|
header?: never;
|
|
8748
10017
|
path?: never;
|
|
8749
10018
|
cookie?: never;
|
|
8750
10019
|
};
|
|
8751
|
-
requestBody
|
|
8752
|
-
content: {
|
|
8753
|
-
"application/json": components["schemas"]["UpdateSettingsDto"];
|
|
8754
|
-
};
|
|
8755
|
-
};
|
|
10020
|
+
requestBody?: never;
|
|
8756
10021
|
responses: {
|
|
8757
|
-
/** @description
|
|
10022
|
+
/** @description Today's check-in */
|
|
8758
10023
|
200: {
|
|
8759
10024
|
headers: {
|
|
8760
10025
|
[name: string]: unknown;
|
|
8761
10026
|
};
|
|
8762
10027
|
content: {
|
|
8763
|
-
"application/json": components["schemas"]["
|
|
10028
|
+
"application/json": components["schemas"]["CheckInResponseDto"];
|
|
8764
10029
|
};
|
|
8765
10030
|
};
|
|
8766
|
-
|
|
8767
|
-
|
|
8768
|
-
Grow90Controller_pause: {
|
|
8769
|
-
parameters: {
|
|
8770
|
-
query?: never;
|
|
8771
|
-
header?: never;
|
|
8772
|
-
path?: never;
|
|
8773
|
-
cookie?: never;
|
|
8774
|
-
};
|
|
8775
|
-
requestBody?: never;
|
|
8776
|
-
responses: {
|
|
8777
|
-
/** @description Program paused */
|
|
8778
|
-
200: {
|
|
10031
|
+
/** @description No check-in found for today */
|
|
10032
|
+
404: {
|
|
8779
10033
|
headers: {
|
|
8780
10034
|
[name: string]: unknown;
|
|
8781
10035
|
};
|
|
@@ -8783,17 +10037,33 @@ export interface operations {
|
|
|
8783
10037
|
};
|
|
8784
10038
|
};
|
|
8785
10039
|
};
|
|
8786
|
-
|
|
10040
|
+
CheckInsController_updateCheckIn: {
|
|
8787
10041
|
parameters: {
|
|
8788
10042
|
query?: never;
|
|
8789
10043
|
header?: never;
|
|
8790
|
-
path
|
|
10044
|
+
path: {
|
|
10045
|
+
/** @description Check-in ID */
|
|
10046
|
+
id: string;
|
|
10047
|
+
};
|
|
8791
10048
|
cookie?: never;
|
|
8792
10049
|
};
|
|
8793
|
-
requestBody
|
|
10050
|
+
requestBody: {
|
|
10051
|
+
content: {
|
|
10052
|
+
"application/json": components["schemas"]["UpdateCheckInDto"];
|
|
10053
|
+
};
|
|
10054
|
+
};
|
|
8794
10055
|
responses: {
|
|
8795
|
-
/** @description
|
|
10056
|
+
/** @description Check-in updated successfully */
|
|
8796
10057
|
200: {
|
|
10058
|
+
headers: {
|
|
10059
|
+
[name: string]: unknown;
|
|
10060
|
+
};
|
|
10061
|
+
content: {
|
|
10062
|
+
"application/json": components["schemas"]["CheckInResponseDto"];
|
|
10063
|
+
};
|
|
10064
|
+
};
|
|
10065
|
+
/** @description Check-in not found */
|
|
10066
|
+
404: {
|
|
8797
10067
|
headers: {
|
|
8798
10068
|
[name: string]: unknown;
|
|
8799
10069
|
};
|
|
@@ -8801,7 +10071,7 @@ export interface operations {
|
|
|
8801
10071
|
};
|
|
8802
10072
|
};
|
|
8803
10073
|
};
|
|
8804
|
-
|
|
10074
|
+
CheckInsController_getStreak: {
|
|
8805
10075
|
parameters: {
|
|
8806
10076
|
query?: never;
|
|
8807
10077
|
header?: never;
|
|
@@ -8810,82 +10080,93 @@ export interface operations {
|
|
|
8810
10080
|
};
|
|
8811
10081
|
requestBody?: never;
|
|
8812
10082
|
responses: {
|
|
8813
|
-
/** @description
|
|
10083
|
+
/** @description Check-in streak statistics */
|
|
8814
10084
|
200: {
|
|
8815
10085
|
headers: {
|
|
8816
10086
|
[name: string]: unknown;
|
|
8817
10087
|
};
|
|
8818
|
-
content
|
|
10088
|
+
content: {
|
|
10089
|
+
"application/json": components["schemas"]["CheckInStreakDto"];
|
|
10090
|
+
};
|
|
8819
10091
|
};
|
|
8820
10092
|
};
|
|
8821
10093
|
};
|
|
8822
|
-
|
|
10094
|
+
JackController_chat: {
|
|
8823
10095
|
parameters: {
|
|
8824
10096
|
query?: never;
|
|
8825
10097
|
header?: never;
|
|
8826
10098
|
path?: never;
|
|
8827
10099
|
cookie?: never;
|
|
8828
10100
|
};
|
|
8829
|
-
requestBody
|
|
10101
|
+
requestBody: {
|
|
10102
|
+
content: {
|
|
10103
|
+
"application/json": {
|
|
10104
|
+
/**
|
|
10105
|
+
* @description The message to send to Jack
|
|
10106
|
+
* @example How do I deal with cravings at social events?
|
|
10107
|
+
*/
|
|
10108
|
+
message: string;
|
|
10109
|
+
/**
|
|
10110
|
+
* @description Optional conversation ID to continue an existing conversation
|
|
10111
|
+
* @example conv_abc123
|
|
10112
|
+
*/
|
|
10113
|
+
conversationId?: string;
|
|
10114
|
+
};
|
|
10115
|
+
};
|
|
10116
|
+
};
|
|
8830
10117
|
responses: {
|
|
8831
|
-
/** @description
|
|
10118
|
+
/** @description Jack's response */
|
|
8832
10119
|
200: {
|
|
8833
10120
|
headers: {
|
|
8834
10121
|
[name: string]: unknown;
|
|
8835
10122
|
};
|
|
8836
10123
|
content: {
|
|
8837
|
-
"application/json":
|
|
10124
|
+
"application/json": {
|
|
10125
|
+
/** @description Jack's response message */
|
|
10126
|
+
message?: string;
|
|
10127
|
+
/** @description The conversation ID */
|
|
10128
|
+
conversationId?: string;
|
|
10129
|
+
/** @description The message ID */
|
|
10130
|
+
messageId?: string;
|
|
10131
|
+
};
|
|
8838
10132
|
};
|
|
8839
10133
|
};
|
|
8840
10134
|
};
|
|
8841
10135
|
};
|
|
8842
|
-
|
|
10136
|
+
JackController_getConversations: {
|
|
8843
10137
|
parameters: {
|
|
8844
|
-
query?:
|
|
10138
|
+
query?: {
|
|
10139
|
+
/** @description Maximum number of conversations to return (default: 20) */
|
|
10140
|
+
limit?: number;
|
|
10141
|
+
};
|
|
8845
10142
|
header?: never;
|
|
8846
10143
|
path?: never;
|
|
8847
10144
|
cookie?: never;
|
|
8848
10145
|
};
|
|
8849
|
-
requestBody
|
|
8850
|
-
content: {
|
|
8851
|
-
"application/json": components["schemas"]["CreateConversationDto"];
|
|
8852
|
-
};
|
|
8853
|
-
};
|
|
10146
|
+
requestBody?: never;
|
|
8854
10147
|
responses: {
|
|
8855
|
-
/** @description
|
|
8856
|
-
|
|
10148
|
+
/** @description List of conversations */
|
|
10149
|
+
200: {
|
|
8857
10150
|
headers: {
|
|
8858
10151
|
[name: string]: unknown;
|
|
8859
10152
|
};
|
|
8860
|
-
content
|
|
8861
|
-
"application/json": components["schemas"]["ConversationResponseDto"];
|
|
8862
|
-
};
|
|
10153
|
+
content?: never;
|
|
8863
10154
|
};
|
|
8864
10155
|
};
|
|
8865
10156
|
};
|
|
8866
|
-
|
|
10157
|
+
JackController_getConversation: {
|
|
8867
10158
|
parameters: {
|
|
8868
10159
|
query?: never;
|
|
8869
10160
|
header?: never;
|
|
8870
10161
|
path: {
|
|
8871
|
-
/** @description Conversation ID */
|
|
8872
10162
|
id: string;
|
|
8873
10163
|
};
|
|
8874
10164
|
cookie?: never;
|
|
8875
10165
|
};
|
|
8876
10166
|
requestBody?: never;
|
|
8877
10167
|
responses: {
|
|
8878
|
-
/** @description Conversation
|
|
10168
|
+
/** @description Conversation with messages */
|
|
8879
10169
|
200: {
|
|
8880
|
-
headers: {
|
|
8881
|
-
[name: string]: unknown;
|
|
8882
|
-
};
|
|
8883
|
-
content: {
|
|
8884
|
-
"application/json": components["schemas"]["ConversationWithMessagesDto"];
|
|
8885
|
-
};
|
|
8886
|
-
};
|
|
8887
|
-
/** @description Conversation not found */
|
|
8888
|
-
404: {
|
|
8889
10170
|
headers: {
|
|
8890
10171
|
[name: string]: unknown;
|
|
8891
10172
|
};
|
|
@@ -8893,27 +10174,37 @@ export interface operations {
|
|
|
8893
10174
|
};
|
|
8894
10175
|
};
|
|
8895
10176
|
};
|
|
8896
|
-
|
|
10177
|
+
JackController_archiveConversation: {
|
|
8897
10178
|
parameters: {
|
|
8898
10179
|
query?: never;
|
|
8899
10180
|
header?: never;
|
|
8900
10181
|
path: {
|
|
8901
|
-
/** @description Conversation ID */
|
|
8902
10182
|
id: string;
|
|
8903
10183
|
};
|
|
8904
10184
|
cookie?: never;
|
|
8905
10185
|
};
|
|
8906
10186
|
requestBody?: never;
|
|
8907
10187
|
responses: {
|
|
8908
|
-
/** @description Conversation archived
|
|
8909
|
-
|
|
10188
|
+
/** @description Conversation archived */
|
|
10189
|
+
200: {
|
|
8910
10190
|
headers: {
|
|
8911
10191
|
[name: string]: unknown;
|
|
8912
10192
|
};
|
|
8913
10193
|
content?: never;
|
|
8914
10194
|
};
|
|
8915
|
-
|
|
8916
|
-
|
|
10195
|
+
};
|
|
10196
|
+
};
|
|
10197
|
+
JackController_getHistory: {
|
|
10198
|
+
parameters: {
|
|
10199
|
+
query?: never;
|
|
10200
|
+
header?: never;
|
|
10201
|
+
path?: never;
|
|
10202
|
+
cookie?: never;
|
|
10203
|
+
};
|
|
10204
|
+
requestBody?: never;
|
|
10205
|
+
responses: {
|
|
10206
|
+
/** @description Most recent conversation with messages */
|
|
10207
|
+
200: {
|
|
8917
10208
|
headers: {
|
|
8918
10209
|
[name: string]: unknown;
|
|
8919
10210
|
};
|
|
@@ -8921,61 +10212,56 @@ export interface operations {
|
|
|
8921
10212
|
};
|
|
8922
10213
|
};
|
|
8923
10214
|
};
|
|
8924
|
-
|
|
10215
|
+
JackController_startNewConversation: {
|
|
8925
10216
|
parameters: {
|
|
8926
10217
|
query?: never;
|
|
8927
10218
|
header?: never;
|
|
8928
|
-
path
|
|
8929
|
-
/** @description Conversation ID */
|
|
8930
|
-
id: string;
|
|
8931
|
-
};
|
|
10219
|
+
path?: never;
|
|
8932
10220
|
cookie?: never;
|
|
8933
10221
|
};
|
|
8934
|
-
requestBody
|
|
8935
|
-
content: {
|
|
8936
|
-
"application/json": components["schemas"]["SendMessageDto"];
|
|
8937
|
-
};
|
|
8938
|
-
};
|
|
10222
|
+
requestBody?: never;
|
|
8939
10223
|
responses: {
|
|
8940
|
-
/** @description
|
|
10224
|
+
/** @description New conversation created */
|
|
8941
10225
|
201: {
|
|
8942
10226
|
headers: {
|
|
8943
10227
|
[name: string]: unknown;
|
|
8944
10228
|
};
|
|
8945
10229
|
content: {
|
|
8946
|
-
"application/json":
|
|
8947
|
-
|
|
8948
|
-
|
|
8949
|
-
/** @description Conversation not found */
|
|
8950
|
-
404: {
|
|
8951
|
-
headers: {
|
|
8952
|
-
[name: string]: unknown;
|
|
10230
|
+
"application/json": {
|
|
10231
|
+
conversationId?: string;
|
|
10232
|
+
};
|
|
8953
10233
|
};
|
|
8954
|
-
content?: never;
|
|
8955
10234
|
};
|
|
8956
10235
|
};
|
|
8957
10236
|
};
|
|
8958
|
-
|
|
10237
|
+
WinsController_listWins: {
|
|
8959
10238
|
parameters: {
|
|
8960
|
-
query?:
|
|
10239
|
+
query?: {
|
|
10240
|
+
/** @description Number of wins to return */
|
|
10241
|
+
limit?: number;
|
|
10242
|
+
/** @description Number of wins to skip */
|
|
10243
|
+
offset?: number;
|
|
10244
|
+
/** @description Filter by category */
|
|
10245
|
+
category?: string;
|
|
10246
|
+
};
|
|
8961
10247
|
header?: never;
|
|
8962
10248
|
path?: never;
|
|
8963
10249
|
cookie?: never;
|
|
8964
10250
|
};
|
|
8965
10251
|
requestBody?: never;
|
|
8966
10252
|
responses: {
|
|
8967
|
-
/** @description List of
|
|
10253
|
+
/** @description List of wins */
|
|
8968
10254
|
200: {
|
|
8969
10255
|
headers: {
|
|
8970
10256
|
[name: string]: unknown;
|
|
8971
10257
|
};
|
|
8972
10258
|
content: {
|
|
8973
|
-
"application/json": components["schemas"]["
|
|
10259
|
+
"application/json": components["schemas"]["WinResponseDto"][];
|
|
8974
10260
|
};
|
|
8975
10261
|
};
|
|
8976
10262
|
};
|
|
8977
10263
|
};
|
|
8978
|
-
|
|
10264
|
+
WinsController_logWin: {
|
|
8979
10265
|
parameters: {
|
|
8980
10266
|
query?: never;
|
|
8981
10267
|
header?: never;
|
|
@@ -8984,21 +10270,21 @@ export interface operations {
|
|
|
8984
10270
|
};
|
|
8985
10271
|
requestBody: {
|
|
8986
10272
|
content: {
|
|
8987
|
-
"application/json": components["schemas"]["
|
|
10273
|
+
"application/json": components["schemas"]["CreateWinDto"];
|
|
8988
10274
|
};
|
|
8989
10275
|
};
|
|
8990
10276
|
responses: {
|
|
8991
|
-
/** @description
|
|
10277
|
+
/** @description Win logged successfully */
|
|
8992
10278
|
201: {
|
|
8993
10279
|
headers: {
|
|
8994
10280
|
[name: string]: unknown;
|
|
8995
10281
|
};
|
|
8996
10282
|
content: {
|
|
8997
|
-
"application/json": components["schemas"]["
|
|
10283
|
+
"application/json": components["schemas"]["WinResponseDto"];
|
|
8998
10284
|
};
|
|
8999
10285
|
};
|
|
9000
|
-
/** @description
|
|
9001
|
-
|
|
10286
|
+
/** @description Invalid win data */
|
|
10287
|
+
400: {
|
|
9002
10288
|
headers: {
|
|
9003
10289
|
[name: string]: unknown;
|
|
9004
10290
|
};
|
|
@@ -9006,7 +10292,7 @@ export interface operations {
|
|
|
9006
10292
|
};
|
|
9007
10293
|
};
|
|
9008
10294
|
};
|
|
9009
|
-
|
|
10295
|
+
WinsController_getWinCount: {
|
|
9010
10296
|
parameters: {
|
|
9011
10297
|
query?: never;
|
|
9012
10298
|
header?: never;
|
|
@@ -9015,51 +10301,66 @@ export interface operations {
|
|
|
9015
10301
|
};
|
|
9016
10302
|
requestBody?: never;
|
|
9017
10303
|
responses: {
|
|
9018
|
-
/** @description
|
|
10304
|
+
/** @description Win count statistics */
|
|
9019
10305
|
200: {
|
|
9020
10306
|
headers: {
|
|
9021
10307
|
[name: string]: unknown;
|
|
9022
10308
|
};
|
|
9023
10309
|
content: {
|
|
9024
|
-
"application/json": components["schemas"]["
|
|
10310
|
+
"application/json": components["schemas"]["WinCountDto"];
|
|
9025
10311
|
};
|
|
9026
10312
|
};
|
|
9027
|
-
|
|
9028
|
-
|
|
10313
|
+
};
|
|
10314
|
+
};
|
|
10315
|
+
MoodController_listMoodLogs: {
|
|
10316
|
+
parameters: {
|
|
10317
|
+
query?: {
|
|
10318
|
+
/** @description Number of logs to return */
|
|
10319
|
+
limit?: number;
|
|
10320
|
+
/** @description Number of logs to skip */
|
|
10321
|
+
offset?: number;
|
|
10322
|
+
};
|
|
10323
|
+
header?: never;
|
|
10324
|
+
path?: never;
|
|
10325
|
+
cookie?: never;
|
|
10326
|
+
};
|
|
10327
|
+
requestBody?: never;
|
|
10328
|
+
responses: {
|
|
10329
|
+
/** @description List of mood logs */
|
|
10330
|
+
200: {
|
|
9029
10331
|
headers: {
|
|
9030
10332
|
[name: string]: unknown;
|
|
9031
10333
|
};
|
|
9032
|
-
content
|
|
10334
|
+
content: {
|
|
10335
|
+
"application/json": components["schemas"]["MoodLogResponseDto"][];
|
|
10336
|
+
};
|
|
9033
10337
|
};
|
|
9034
10338
|
};
|
|
9035
10339
|
};
|
|
9036
|
-
|
|
10340
|
+
MoodController_logMood: {
|
|
9037
10341
|
parameters: {
|
|
9038
10342
|
query?: never;
|
|
9039
10343
|
header?: never;
|
|
9040
|
-
path
|
|
9041
|
-
/** @description Check-in ID */
|
|
9042
|
-
id: string;
|
|
9043
|
-
};
|
|
10344
|
+
path?: never;
|
|
9044
10345
|
cookie?: never;
|
|
9045
10346
|
};
|
|
9046
10347
|
requestBody: {
|
|
9047
10348
|
content: {
|
|
9048
|
-
"application/json": components["schemas"]["
|
|
10349
|
+
"application/json": components["schemas"]["LogMoodDto"];
|
|
9049
10350
|
};
|
|
9050
10351
|
};
|
|
9051
10352
|
responses: {
|
|
9052
|
-
/** @description
|
|
9053
|
-
|
|
10353
|
+
/** @description Mood logged successfully */
|
|
10354
|
+
201: {
|
|
9054
10355
|
headers: {
|
|
9055
10356
|
[name: string]: unknown;
|
|
9056
10357
|
};
|
|
9057
10358
|
content: {
|
|
9058
|
-
"application/json": components["schemas"]["
|
|
10359
|
+
"application/json": components["schemas"]["MoodLogResponseDto"];
|
|
9059
10360
|
};
|
|
9060
10361
|
};
|
|
9061
|
-
/** @description
|
|
9062
|
-
|
|
10362
|
+
/** @description Invalid mood data */
|
|
10363
|
+
400: {
|
|
9063
10364
|
headers: {
|
|
9064
10365
|
[name: string]: unknown;
|
|
9065
10366
|
};
|
|
@@ -9067,82 +10368,76 @@ export interface operations {
|
|
|
9067
10368
|
};
|
|
9068
10369
|
};
|
|
9069
10370
|
};
|
|
9070
|
-
|
|
10371
|
+
MoodController_getMoodStats: {
|
|
9071
10372
|
parameters: {
|
|
9072
|
-
query?:
|
|
10373
|
+
query?: {
|
|
10374
|
+
/** @description Number of days to include (default: 30) */
|
|
10375
|
+
days?: number;
|
|
10376
|
+
};
|
|
9073
10377
|
header?: never;
|
|
9074
10378
|
path?: never;
|
|
9075
10379
|
cookie?: never;
|
|
9076
10380
|
};
|
|
9077
10381
|
requestBody?: never;
|
|
9078
10382
|
responses: {
|
|
9079
|
-
/** @description
|
|
10383
|
+
/** @description Mood statistics */
|
|
9080
10384
|
200: {
|
|
9081
10385
|
headers: {
|
|
9082
10386
|
[name: string]: unknown;
|
|
9083
10387
|
};
|
|
9084
10388
|
content: {
|
|
9085
|
-
"application/json": components["schemas"]["
|
|
10389
|
+
"application/json": components["schemas"]["MoodStatsDto"];
|
|
9086
10390
|
};
|
|
9087
10391
|
};
|
|
9088
10392
|
};
|
|
9089
10393
|
};
|
|
9090
|
-
|
|
10394
|
+
HabitsController_listHabits: {
|
|
9091
10395
|
parameters: {
|
|
9092
|
-
query?:
|
|
10396
|
+
query?: {
|
|
10397
|
+
/** @description Include inactive habits */
|
|
10398
|
+
includeInactive?: boolean;
|
|
10399
|
+
};
|
|
9093
10400
|
header?: never;
|
|
9094
10401
|
path?: never;
|
|
9095
10402
|
cookie?: never;
|
|
9096
10403
|
};
|
|
9097
|
-
requestBody
|
|
9098
|
-
content: {
|
|
9099
|
-
"application/json": {
|
|
9100
|
-
/**
|
|
9101
|
-
* @description The message to send to Jack
|
|
9102
|
-
* @example How do I deal with cravings at social events?
|
|
9103
|
-
*/
|
|
9104
|
-
message: string;
|
|
9105
|
-
/**
|
|
9106
|
-
* @description Optional conversation ID to continue an existing conversation
|
|
9107
|
-
* @example conv_abc123
|
|
9108
|
-
*/
|
|
9109
|
-
conversationId?: string;
|
|
9110
|
-
};
|
|
9111
|
-
};
|
|
9112
|
-
};
|
|
10404
|
+
requestBody?: never;
|
|
9113
10405
|
responses: {
|
|
9114
|
-
/** @description
|
|
10406
|
+
/** @description List of habits */
|
|
9115
10407
|
200: {
|
|
9116
10408
|
headers: {
|
|
9117
10409
|
[name: string]: unknown;
|
|
9118
10410
|
};
|
|
9119
10411
|
content: {
|
|
9120
|
-
"application/json":
|
|
9121
|
-
/** @description Jack's response message */
|
|
9122
|
-
message?: string;
|
|
9123
|
-
/** @description The conversation ID */
|
|
9124
|
-
conversationId?: string;
|
|
9125
|
-
/** @description The message ID */
|
|
9126
|
-
messageId?: string;
|
|
9127
|
-
};
|
|
10412
|
+
"application/json": components["schemas"]["HabitResponseDto"][];
|
|
9128
10413
|
};
|
|
9129
10414
|
};
|
|
9130
10415
|
};
|
|
9131
10416
|
};
|
|
9132
|
-
|
|
10417
|
+
HabitsController_createHabit: {
|
|
9133
10418
|
parameters: {
|
|
9134
|
-
query?:
|
|
9135
|
-
/** @description Maximum number of conversations to return (default: 20) */
|
|
9136
|
-
limit?: number;
|
|
9137
|
-
};
|
|
10419
|
+
query?: never;
|
|
9138
10420
|
header?: never;
|
|
9139
10421
|
path?: never;
|
|
9140
10422
|
cookie?: never;
|
|
9141
10423
|
};
|
|
9142
|
-
requestBody
|
|
10424
|
+
requestBody: {
|
|
10425
|
+
content: {
|
|
10426
|
+
"application/json": components["schemas"]["CreateHabitDto"];
|
|
10427
|
+
};
|
|
10428
|
+
};
|
|
9143
10429
|
responses: {
|
|
9144
|
-
/** @description
|
|
9145
|
-
|
|
10430
|
+
/** @description Habit created successfully */
|
|
10431
|
+
201: {
|
|
10432
|
+
headers: {
|
|
10433
|
+
[name: string]: unknown;
|
|
10434
|
+
};
|
|
10435
|
+
content: {
|
|
10436
|
+
"application/json": components["schemas"]["HabitResponseDto"];
|
|
10437
|
+
};
|
|
10438
|
+
};
|
|
10439
|
+
/** @description Invalid habit data */
|
|
10440
|
+
400: {
|
|
9146
10441
|
headers: {
|
|
9147
10442
|
[name: string]: unknown;
|
|
9148
10443
|
};
|
|
@@ -9150,19 +10445,33 @@ export interface operations {
|
|
|
9150
10445
|
};
|
|
9151
10446
|
};
|
|
9152
10447
|
};
|
|
9153
|
-
|
|
10448
|
+
HabitsController_updateHabit: {
|
|
9154
10449
|
parameters: {
|
|
9155
10450
|
query?: never;
|
|
9156
10451
|
header?: never;
|
|
9157
10452
|
path: {
|
|
10453
|
+
/** @description Habit ID */
|
|
9158
10454
|
id: string;
|
|
9159
10455
|
};
|
|
9160
10456
|
cookie?: never;
|
|
9161
10457
|
};
|
|
9162
|
-
requestBody
|
|
10458
|
+
requestBody: {
|
|
10459
|
+
content: {
|
|
10460
|
+
"application/json": components["schemas"]["UpdateHabitDto"];
|
|
10461
|
+
};
|
|
10462
|
+
};
|
|
9163
10463
|
responses: {
|
|
9164
|
-
/** @description
|
|
10464
|
+
/** @description Habit updated successfully */
|
|
9165
10465
|
200: {
|
|
10466
|
+
headers: {
|
|
10467
|
+
[name: string]: unknown;
|
|
10468
|
+
};
|
|
10469
|
+
content: {
|
|
10470
|
+
"application/json": components["schemas"]["HabitResponseDto"];
|
|
10471
|
+
};
|
|
10472
|
+
};
|
|
10473
|
+
/** @description Habit not found */
|
|
10474
|
+
404: {
|
|
9166
10475
|
headers: {
|
|
9167
10476
|
[name: string]: unknown;
|
|
9168
10477
|
};
|
|
@@ -9170,19 +10479,27 @@ export interface operations {
|
|
|
9170
10479
|
};
|
|
9171
10480
|
};
|
|
9172
10481
|
};
|
|
9173
|
-
|
|
10482
|
+
HabitsController_deleteHabit: {
|
|
9174
10483
|
parameters: {
|
|
9175
10484
|
query?: never;
|
|
9176
10485
|
header?: never;
|
|
9177
10486
|
path: {
|
|
10487
|
+
/** @description Habit ID */
|
|
9178
10488
|
id: string;
|
|
9179
10489
|
};
|
|
9180
10490
|
cookie?: never;
|
|
9181
10491
|
};
|
|
9182
10492
|
requestBody?: never;
|
|
9183
10493
|
responses: {
|
|
9184
|
-
/** @description
|
|
9185
|
-
|
|
10494
|
+
/** @description Habit deleted successfully */
|
|
10495
|
+
204: {
|
|
10496
|
+
headers: {
|
|
10497
|
+
[name: string]: unknown;
|
|
10498
|
+
};
|
|
10499
|
+
content?: never;
|
|
10500
|
+
};
|
|
10501
|
+
/** @description Habit not found */
|
|
10502
|
+
404: {
|
|
9186
10503
|
headers: {
|
|
9187
10504
|
[name: string]: unknown;
|
|
9188
10505
|
};
|
|
@@ -9190,17 +10507,40 @@ export interface operations {
|
|
|
9190
10507
|
};
|
|
9191
10508
|
};
|
|
9192
10509
|
};
|
|
9193
|
-
|
|
10510
|
+
HabitsController_completeHabit: {
|
|
9194
10511
|
parameters: {
|
|
9195
10512
|
query?: never;
|
|
9196
10513
|
header?: never;
|
|
9197
|
-
path
|
|
10514
|
+
path: {
|
|
10515
|
+
/** @description Habit ID */
|
|
10516
|
+
id: string;
|
|
10517
|
+
};
|
|
9198
10518
|
cookie?: never;
|
|
9199
10519
|
};
|
|
9200
|
-
requestBody
|
|
10520
|
+
requestBody: {
|
|
10521
|
+
content: {
|
|
10522
|
+
"application/json": components["schemas"]["CompleteHabitDto"];
|
|
10523
|
+
};
|
|
10524
|
+
};
|
|
9201
10525
|
responses: {
|
|
9202
|
-
/** @description
|
|
9203
|
-
|
|
10526
|
+
/** @description Habit marked as complete */
|
|
10527
|
+
201: {
|
|
10528
|
+
headers: {
|
|
10529
|
+
[name: string]: unknown;
|
|
10530
|
+
};
|
|
10531
|
+
content: {
|
|
10532
|
+
"application/json": components["schemas"]["HabitCompletionResponseDto"];
|
|
10533
|
+
};
|
|
10534
|
+
};
|
|
10535
|
+
/** @description Habit not found */
|
|
10536
|
+
404: {
|
|
10537
|
+
headers: {
|
|
10538
|
+
[name: string]: unknown;
|
|
10539
|
+
};
|
|
10540
|
+
content?: never;
|
|
10541
|
+
};
|
|
10542
|
+
/** @description Habit already completed today */
|
|
10543
|
+
409: {
|
|
9204
10544
|
headers: {
|
|
9205
10545
|
[name: string]: unknown;
|
|
9206
10546
|
};
|
|
@@ -9208,37 +10548,46 @@ export interface operations {
|
|
|
9208
10548
|
};
|
|
9209
10549
|
};
|
|
9210
10550
|
};
|
|
9211
|
-
|
|
10551
|
+
HabitsController_getHabitHistory: {
|
|
9212
10552
|
parameters: {
|
|
9213
|
-
query?:
|
|
10553
|
+
query?: {
|
|
10554
|
+
/** @description Number of days to include (default: 30) */
|
|
10555
|
+
days?: number;
|
|
10556
|
+
};
|
|
9214
10557
|
header?: never;
|
|
9215
|
-
path
|
|
10558
|
+
path: {
|
|
10559
|
+
/** @description Habit ID */
|
|
10560
|
+
id: string;
|
|
10561
|
+
};
|
|
9216
10562
|
cookie?: never;
|
|
9217
10563
|
};
|
|
9218
10564
|
requestBody?: never;
|
|
9219
10565
|
responses: {
|
|
9220
|
-
/** @description
|
|
9221
|
-
|
|
10566
|
+
/** @description Habit completion history */
|
|
10567
|
+
200: {
|
|
9222
10568
|
headers: {
|
|
9223
10569
|
[name: string]: unknown;
|
|
9224
10570
|
};
|
|
9225
10571
|
content: {
|
|
9226
|
-
"application/json":
|
|
9227
|
-
|
|
9228
|
-
|
|
10572
|
+
"application/json": components["schemas"]["HabitCompletionResponseDto"][];
|
|
10573
|
+
};
|
|
10574
|
+
};
|
|
10575
|
+
/** @description Habit not found */
|
|
10576
|
+
404: {
|
|
10577
|
+
headers: {
|
|
10578
|
+
[name: string]: unknown;
|
|
9229
10579
|
};
|
|
10580
|
+
content?: never;
|
|
9230
10581
|
};
|
|
9231
10582
|
};
|
|
9232
10583
|
};
|
|
9233
|
-
|
|
10584
|
+
ReflectionsController_listReflections: {
|
|
9234
10585
|
parameters: {
|
|
9235
10586
|
query?: {
|
|
9236
|
-
/** @description Number of
|
|
10587
|
+
/** @description Number of reflections to return */
|
|
9237
10588
|
limit?: number;
|
|
9238
|
-
/** @description Number of
|
|
10589
|
+
/** @description Number of reflections to skip */
|
|
9239
10590
|
offset?: number;
|
|
9240
|
-
/** @description Filter by category */
|
|
9241
|
-
category?: string;
|
|
9242
10591
|
};
|
|
9243
10592
|
header?: never;
|
|
9244
10593
|
path?: never;
|
|
@@ -9246,18 +10595,18 @@ export interface operations {
|
|
|
9246
10595
|
};
|
|
9247
10596
|
requestBody?: never;
|
|
9248
10597
|
responses: {
|
|
9249
|
-
/** @description List of
|
|
10598
|
+
/** @description List of reflections */
|
|
9250
10599
|
200: {
|
|
9251
10600
|
headers: {
|
|
9252
10601
|
[name: string]: unknown;
|
|
9253
10602
|
};
|
|
9254
10603
|
content: {
|
|
9255
|
-
"application/json": components["schemas"]["
|
|
10604
|
+
"application/json": components["schemas"]["ReflectionResponseDto"][];
|
|
9256
10605
|
};
|
|
9257
10606
|
};
|
|
9258
10607
|
};
|
|
9259
10608
|
};
|
|
9260
|
-
|
|
10609
|
+
ReflectionsController_submitReflection: {
|
|
9261
10610
|
parameters: {
|
|
9262
10611
|
query?: never;
|
|
9263
10612
|
header?: never;
|
|
@@ -9266,29 +10615,36 @@ export interface operations {
|
|
|
9266
10615
|
};
|
|
9267
10616
|
requestBody: {
|
|
9268
10617
|
content: {
|
|
9269
|
-
"application/json": components["schemas"]["
|
|
10618
|
+
"application/json": components["schemas"]["CreateReflectionDto"];
|
|
9270
10619
|
};
|
|
9271
10620
|
};
|
|
9272
10621
|
responses: {
|
|
9273
|
-
/** @description
|
|
10622
|
+
/** @description Reflection submitted successfully */
|
|
9274
10623
|
201: {
|
|
9275
10624
|
headers: {
|
|
9276
10625
|
[name: string]: unknown;
|
|
9277
10626
|
};
|
|
9278
10627
|
content: {
|
|
9279
|
-
"application/json": components["schemas"]["
|
|
10628
|
+
"application/json": components["schemas"]["ReflectionResponseDto"];
|
|
9280
10629
|
};
|
|
9281
10630
|
};
|
|
9282
|
-
/** @description Invalid
|
|
10631
|
+
/** @description Invalid reflection data */
|
|
9283
10632
|
400: {
|
|
9284
10633
|
headers: {
|
|
9285
10634
|
[name: string]: unknown;
|
|
9286
10635
|
};
|
|
9287
10636
|
content?: never;
|
|
9288
10637
|
};
|
|
10638
|
+
/** @description Reflection already exists for this week */
|
|
10639
|
+
409: {
|
|
10640
|
+
headers: {
|
|
10641
|
+
[name: string]: unknown;
|
|
10642
|
+
};
|
|
10643
|
+
content?: never;
|
|
10644
|
+
};
|
|
9289
10645
|
};
|
|
9290
10646
|
};
|
|
9291
|
-
|
|
10647
|
+
ReflectionsController_getCurrentWeekReflection: {
|
|
9292
10648
|
parameters: {
|
|
9293
10649
|
query?: never;
|
|
9294
10650
|
header?: never;
|
|
@@ -9297,14 +10653,48 @@ export interface operations {
|
|
|
9297
10653
|
};
|
|
9298
10654
|
requestBody?: never;
|
|
9299
10655
|
responses: {
|
|
9300
|
-
/** @description
|
|
10656
|
+
/** @description Current week reflection */
|
|
9301
10657
|
200: {
|
|
9302
10658
|
headers: {
|
|
9303
10659
|
[name: string]: unknown;
|
|
9304
10660
|
};
|
|
9305
10661
|
content: {
|
|
9306
|
-
"application/json": components["schemas"]["
|
|
10662
|
+
"application/json": components["schemas"]["ReflectionResponseDto"];
|
|
10663
|
+
};
|
|
10664
|
+
};
|
|
10665
|
+
};
|
|
10666
|
+
};
|
|
10667
|
+
ReflectionsController_updateReflection: {
|
|
10668
|
+
parameters: {
|
|
10669
|
+
query?: never;
|
|
10670
|
+
header?: never;
|
|
10671
|
+
path: {
|
|
10672
|
+
/** @description Reflection ID */
|
|
10673
|
+
id: string;
|
|
10674
|
+
};
|
|
10675
|
+
cookie?: never;
|
|
10676
|
+
};
|
|
10677
|
+
requestBody: {
|
|
10678
|
+
content: {
|
|
10679
|
+
"application/json": components["schemas"]["UpdateReflectionDto"];
|
|
10680
|
+
};
|
|
10681
|
+
};
|
|
10682
|
+
responses: {
|
|
10683
|
+
/** @description Reflection updated successfully */
|
|
10684
|
+
200: {
|
|
10685
|
+
headers: {
|
|
10686
|
+
[name: string]: unknown;
|
|
10687
|
+
};
|
|
10688
|
+
content: {
|
|
10689
|
+
"application/json": components["schemas"]["ReflectionResponseDto"];
|
|
10690
|
+
};
|
|
10691
|
+
};
|
|
10692
|
+
/** @description Reflection not found */
|
|
10693
|
+
404: {
|
|
10694
|
+
headers: {
|
|
10695
|
+
[name: string]: unknown;
|
|
9307
10696
|
};
|
|
10697
|
+
content?: never;
|
|
9308
10698
|
};
|
|
9309
10699
|
};
|
|
9310
10700
|
};
|
|
@@ -9444,7 +10834,7 @@ export interface operations {
|
|
|
9444
10834
|
parameters: {
|
|
9445
10835
|
query?: {
|
|
9446
10836
|
/** @description Filter by status */
|
|
9447
|
-
status?:
|
|
10837
|
+
status?: "ALL" | "SUGGESTED" | "PENDING" | "CONNECTED" | "DECLINED";
|
|
9448
10838
|
/** @description Filter by city */
|
|
9449
10839
|
city?: string;
|
|
9450
10840
|
/** @description Filter by drinking identity */
|
|
@@ -9475,7 +10865,7 @@ export interface operations {
|
|
|
9475
10865
|
parameters: {
|
|
9476
10866
|
query?: {
|
|
9477
10867
|
/** @description Filter by status */
|
|
9478
|
-
status?:
|
|
10868
|
+
status?: "ALL" | "SUGGESTED" | "PENDING" | "CONNECTED" | "DECLINED";
|
|
9479
10869
|
/** @description Filter by city */
|
|
9480
10870
|
city?: string;
|
|
9481
10871
|
/** @description Filter by drinking identity */
|
|
@@ -9692,93 +11082,55 @@ export interface operations {
|
|
|
9692
11082
|
};
|
|
9693
11083
|
};
|
|
9694
11084
|
};
|
|
9695
|
-
|
|
11085
|
+
CitiesController_findAll: {
|
|
9696
11086
|
parameters: {
|
|
9697
|
-
query?:
|
|
9698
|
-
|
|
9699
|
-
|
|
9700
|
-
/** @description
|
|
9701
|
-
|
|
9702
|
-
|
|
9703
|
-
|
|
9704
|
-
};
|
|
9705
|
-
requestBody?: never;
|
|
9706
|
-
responses: {
|
|
9707
|
-
/** @description Chat details */
|
|
9708
|
-
200: {
|
|
9709
|
-
headers: {
|
|
9710
|
-
[name: string]: unknown;
|
|
9711
|
-
};
|
|
9712
|
-
content: {
|
|
9713
|
-
"application/json": components["schemas"]["EventChatResponseDto"];
|
|
9714
|
-
};
|
|
11087
|
+
query?: {
|
|
11088
|
+
/** @description Search by city name */
|
|
11089
|
+
search?: string;
|
|
11090
|
+
/** @description Filter by country code */
|
|
11091
|
+
countryCode?: string;
|
|
11092
|
+
/** @description Filter by featured status */
|
|
11093
|
+
isFeatured?: boolean;
|
|
9715
11094
|
};
|
|
9716
|
-
};
|
|
9717
|
-
};
|
|
9718
|
-
EventChatController_updateSettings: {
|
|
9719
|
-
parameters: {
|
|
9720
|
-
query?: never;
|
|
9721
11095
|
header?: never;
|
|
9722
|
-
path
|
|
9723
|
-
/** @description Event ID */
|
|
9724
|
-
eventId: string;
|
|
9725
|
-
};
|
|
11096
|
+
path?: never;
|
|
9726
11097
|
cookie?: never;
|
|
9727
11098
|
};
|
|
9728
|
-
requestBody
|
|
9729
|
-
content: {
|
|
9730
|
-
"application/json": components["schemas"]["UpdateChatSettingsDto"];
|
|
9731
|
-
};
|
|
9732
|
-
};
|
|
11099
|
+
requestBody?: never;
|
|
9733
11100
|
responses: {
|
|
9734
|
-
/** @description
|
|
11101
|
+
/** @description List of cities */
|
|
9735
11102
|
200: {
|
|
9736
11103
|
headers: {
|
|
9737
11104
|
[name: string]: unknown;
|
|
9738
11105
|
};
|
|
9739
11106
|
content: {
|
|
9740
|
-
"application/json": components["schemas"]["
|
|
11107
|
+
"application/json": components["schemas"]["CityResponseDto"][];
|
|
9741
11108
|
};
|
|
9742
11109
|
};
|
|
9743
11110
|
};
|
|
9744
11111
|
};
|
|
9745
|
-
|
|
11112
|
+
CitiesController_findById: {
|
|
9746
11113
|
parameters: {
|
|
9747
11114
|
query?: never;
|
|
9748
11115
|
header?: never;
|
|
9749
11116
|
path: {
|
|
9750
|
-
|
|
9751
|
-
eventId: string;
|
|
11117
|
+
id: string;
|
|
9752
11118
|
};
|
|
9753
11119
|
cookie?: never;
|
|
9754
11120
|
};
|
|
9755
11121
|
requestBody?: never;
|
|
9756
11122
|
responses: {
|
|
9757
|
-
/** @description
|
|
11123
|
+
/** @description City details */
|
|
9758
11124
|
200: {
|
|
9759
11125
|
headers: {
|
|
9760
11126
|
[name: string]: unknown;
|
|
9761
11127
|
};
|
|
9762
11128
|
content: {
|
|
9763
|
-
"application/json": components["schemas"]["
|
|
11129
|
+
"application/json": components["schemas"]["CityResponseDto"];
|
|
9764
11130
|
};
|
|
9765
11131
|
};
|
|
9766
|
-
|
|
9767
|
-
|
|
9768
|
-
EventChatController_leaveChat: {
|
|
9769
|
-
parameters: {
|
|
9770
|
-
query?: never;
|
|
9771
|
-
header?: never;
|
|
9772
|
-
path: {
|
|
9773
|
-
/** @description Event ID */
|
|
9774
|
-
eventId: string;
|
|
9775
|
-
};
|
|
9776
|
-
cookie?: never;
|
|
9777
|
-
};
|
|
9778
|
-
requestBody?: never;
|
|
9779
|
-
responses: {
|
|
9780
|
-
/** @description Left chat successfully */
|
|
9781
|
-
204: {
|
|
11132
|
+
/** @description City not found */
|
|
11133
|
+
404: {
|
|
9782
11134
|
headers: {
|
|
9783
11135
|
[name: string]: unknown;
|
|
9784
11136
|
};
|
|
@@ -9786,175 +11138,102 @@ export interface operations {
|
|
|
9786
11138
|
};
|
|
9787
11139
|
};
|
|
9788
11140
|
};
|
|
9789
|
-
|
|
9790
|
-
parameters: {
|
|
9791
|
-
query?: never;
|
|
9792
|
-
header?: never;
|
|
9793
|
-
path: {
|
|
9794
|
-
/** @description Event ID */
|
|
9795
|
-
eventId: string;
|
|
9796
|
-
};
|
|
9797
|
-
cookie?: never;
|
|
9798
|
-
};
|
|
9799
|
-
requestBody?: never;
|
|
9800
|
-
responses: {
|
|
9801
|
-
/** @description List of chat members */
|
|
9802
|
-
200: {
|
|
9803
|
-
headers: {
|
|
9804
|
-
[name: string]: unknown;
|
|
9805
|
-
};
|
|
9806
|
-
content: {
|
|
9807
|
-
"application/json": components["schemas"]["ChatMemberResponseDto"][];
|
|
9808
|
-
};
|
|
9809
|
-
};
|
|
9810
|
-
};
|
|
9811
|
-
};
|
|
9812
|
-
EventChatController_updateMySettings: {
|
|
11141
|
+
UserPinsController_createPin: {
|
|
9813
11142
|
parameters: {
|
|
9814
11143
|
query?: never;
|
|
9815
11144
|
header?: never;
|
|
9816
|
-
path
|
|
9817
|
-
/** @description Event ID */
|
|
9818
|
-
eventId: string;
|
|
9819
|
-
};
|
|
11145
|
+
path?: never;
|
|
9820
11146
|
cookie?: never;
|
|
9821
11147
|
};
|
|
9822
11148
|
requestBody: {
|
|
9823
11149
|
content: {
|
|
9824
|
-
"application/json": components["schemas"]["
|
|
11150
|
+
"application/json": components["schemas"]["CreatePinDto"];
|
|
9825
11151
|
};
|
|
9826
11152
|
};
|
|
9827
11153
|
responses: {
|
|
9828
|
-
/** @description
|
|
9829
|
-
|
|
11154
|
+
/** @description Pin created successfully */
|
|
11155
|
+
201: {
|
|
9830
11156
|
headers: {
|
|
9831
11157
|
[name: string]: unknown;
|
|
9832
11158
|
};
|
|
9833
11159
|
content: {
|
|
9834
|
-
"application/json": components["schemas"]["
|
|
11160
|
+
"application/json": components["schemas"]["PinResponseDto"];
|
|
9835
11161
|
};
|
|
9836
11162
|
};
|
|
9837
11163
|
};
|
|
9838
11164
|
};
|
|
9839
|
-
|
|
11165
|
+
UserPinsController_getMyPins: {
|
|
9840
11166
|
parameters: {
|
|
9841
11167
|
query?: never;
|
|
9842
11168
|
header?: never;
|
|
9843
|
-
path
|
|
9844
|
-
/** @description Event ID */
|
|
9845
|
-
eventId: string;
|
|
9846
|
-
};
|
|
11169
|
+
path?: never;
|
|
9847
11170
|
cookie?: never;
|
|
9848
11171
|
};
|
|
9849
11172
|
requestBody?: never;
|
|
9850
11173
|
responses: {
|
|
9851
|
-
/** @description
|
|
9852
|
-
|
|
11174
|
+
/** @description List of user pins */
|
|
11175
|
+
200: {
|
|
9853
11176
|
headers: {
|
|
9854
11177
|
[name: string]: unknown;
|
|
9855
11178
|
};
|
|
9856
|
-
content
|
|
11179
|
+
content: {
|
|
11180
|
+
"application/json": components["schemas"]["PinResponseDto"][];
|
|
11181
|
+
};
|
|
9857
11182
|
};
|
|
9858
11183
|
};
|
|
9859
11184
|
};
|
|
9860
|
-
|
|
11185
|
+
UserPinsController_getNearbyPins: {
|
|
9861
11186
|
parameters: {
|
|
9862
|
-
query
|
|
9863
|
-
|
|
9864
|
-
|
|
11187
|
+
query: {
|
|
11188
|
+
lat: number;
|
|
11189
|
+
lng: number;
|
|
11190
|
+
/** @description Radius in meters (default: 10000) */
|
|
11191
|
+
radius?: number;
|
|
9865
11192
|
};
|
|
9866
11193
|
header?: never;
|
|
9867
|
-
path
|
|
9868
|
-
/** @description Event ID */
|
|
9869
|
-
eventId: string;
|
|
9870
|
-
};
|
|
11194
|
+
path?: never;
|
|
9871
11195
|
cookie?: never;
|
|
9872
11196
|
};
|
|
9873
11197
|
requestBody?: never;
|
|
9874
11198
|
responses: {
|
|
9875
|
-
/** @description
|
|
11199
|
+
/** @description List of nearby pins with distance */
|
|
9876
11200
|
200: {
|
|
9877
11201
|
headers: {
|
|
9878
11202
|
[name: string]: unknown;
|
|
9879
11203
|
};
|
|
9880
11204
|
content: {
|
|
9881
|
-
"application/json": components["schemas"]["
|
|
11205
|
+
"application/json": components["schemas"]["PinResponseDto"][];
|
|
9882
11206
|
};
|
|
9883
11207
|
};
|
|
9884
11208
|
};
|
|
9885
11209
|
};
|
|
9886
|
-
|
|
11210
|
+
UserPinsController_deletePin: {
|
|
9887
11211
|
parameters: {
|
|
9888
11212
|
query?: never;
|
|
9889
11213
|
header?: never;
|
|
9890
11214
|
path: {
|
|
9891
|
-
|
|
9892
|
-
eventId: string;
|
|
11215
|
+
id: string;
|
|
9893
11216
|
};
|
|
9894
11217
|
cookie?: never;
|
|
9895
11218
|
};
|
|
9896
|
-
requestBody
|
|
9897
|
-
content: {
|
|
9898
|
-
"application/json": components["schemas"]["SendMessageDto"];
|
|
9899
|
-
};
|
|
9900
|
-
};
|
|
11219
|
+
requestBody?: never;
|
|
9901
11220
|
responses: {
|
|
9902
|
-
/** @description
|
|
9903
|
-
|
|
11221
|
+
/** @description Pin deleted successfully */
|
|
11222
|
+
204: {
|
|
9904
11223
|
headers: {
|
|
9905
11224
|
[name: string]: unknown;
|
|
9906
11225
|
};
|
|
9907
|
-
content
|
|
9908
|
-
"application/json": components["schemas"]["MessageResponseDto"];
|
|
9909
|
-
};
|
|
9910
|
-
};
|
|
9911
|
-
};
|
|
9912
|
-
};
|
|
9913
|
-
EventChatController_updateMessage: {
|
|
9914
|
-
parameters: {
|
|
9915
|
-
query?: never;
|
|
9916
|
-
header?: never;
|
|
9917
|
-
path: {
|
|
9918
|
-
/** @description Message ID */
|
|
9919
|
-
messageId: string;
|
|
9920
|
-
/** @description Event ID */
|
|
9921
|
-
eventId: unknown;
|
|
9922
|
-
};
|
|
9923
|
-
cookie?: never;
|
|
9924
|
-
};
|
|
9925
|
-
requestBody: {
|
|
9926
|
-
content: {
|
|
9927
|
-
"application/json": components["schemas"]["UpdateMessageDto"];
|
|
11226
|
+
content?: never;
|
|
9928
11227
|
};
|
|
9929
|
-
|
|
9930
|
-
|
|
9931
|
-
/** @description Message updated */
|
|
9932
|
-
200: {
|
|
11228
|
+
/** @description Cannot delete pins created by other users */
|
|
11229
|
+
403: {
|
|
9933
11230
|
headers: {
|
|
9934
11231
|
[name: string]: unknown;
|
|
9935
11232
|
};
|
|
9936
|
-
content
|
|
9937
|
-
"application/json": components["schemas"]["MessageResponseDto"];
|
|
9938
|
-
};
|
|
9939
|
-
};
|
|
9940
|
-
};
|
|
9941
|
-
};
|
|
9942
|
-
EventChatController_deleteMessage: {
|
|
9943
|
-
parameters: {
|
|
9944
|
-
query?: never;
|
|
9945
|
-
header?: never;
|
|
9946
|
-
path: {
|
|
9947
|
-
/** @description Message ID */
|
|
9948
|
-
messageId: string;
|
|
9949
|
-
/** @description Event ID */
|
|
9950
|
-
eventId: unknown;
|
|
11233
|
+
content?: never;
|
|
9951
11234
|
};
|
|
9952
|
-
|
|
9953
|
-
|
|
9954
|
-
requestBody?: never;
|
|
9955
|
-
responses: {
|
|
9956
|
-
/** @description Message deleted */
|
|
9957
|
-
204: {
|
|
11235
|
+
/** @description Pin not found */
|
|
11236
|
+
404: {
|
|
9958
11237
|
headers: {
|
|
9959
11238
|
[name: string]: unknown;
|
|
9960
11239
|
};
|