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