expo-backend-types 0.33.0 → 0.34.0-EXPO-319-ver-eventos-disponibles.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.
Files changed (95) hide show
  1. package/dist/src/exports.d.ts +3 -0
  2. package/dist/src/exports.js +3 -0
  3. package/dist/src/i18n/es.d.ts +25 -0
  4. package/dist/src/i18n/es.js +25 -0
  5. package/dist/src/i18n/es.js.map +1 -1
  6. package/dist/src/image/constants.d.ts +5 -0
  7. package/dist/src/image/constants.js +9 -0
  8. package/dist/src/location/dto/find-all-location.dto.js +2 -2
  9. package/dist/src/location/exports.d.ts +0 -1
  10. package/dist/src/location/exports.js +0 -1
  11. package/dist/src/message/dto/non-read-messages.dto.d.ts +2 -2
  12. package/dist/src/message/dto/non-read-messages.dto.js +2 -2
  13. package/dist/src/message/dto/send-message-to-phone.dto.d.ts +2 -2
  14. package/dist/src/message/dto/send-message-to-phone.dto.js +2 -2
  15. package/dist/src/mi-expo/dto/get-me.dto.d.ts +337 -0
  16. package/dist/src/mi-expo/dto/get-me.dto.js +16 -0
  17. package/dist/src/mi-expo/dto/login-with-phone.dto.d.ts +311 -0
  18. package/dist/src/mi-expo/dto/login-with-phone.dto.js +29 -0
  19. package/dist/src/mi-expo/dto/login.dto.d.ts +327 -0
  20. package/dist/src/mi-expo/dto/login.dto.js +31 -0
  21. package/dist/src/mi-expo/dto/my-events.dto.d.ts +115 -0
  22. package/dist/src/mi-expo/dto/my-events.dto.js +28 -0
  23. package/dist/src/mi-expo/dto/update-me.dto.d.ts +352 -0
  24. package/dist/src/mi-expo/dto/update-me.dto.js +31 -0
  25. package/dist/src/mi-expo/exports.d.ts +5 -0
  26. package/dist/src/mi-expo/exports.js +22 -0
  27. package/dist/src/otp/constants.d.ts +2 -0
  28. package/dist/src/otp/constants.js +6 -0
  29. package/dist/src/otp/dto/send-otp.dto.d.ts +158 -0
  30. package/dist/src/otp/dto/send-otp.dto.js +35 -0
  31. package/dist/src/otp/dto/verify-otp.dto.d.ts +455 -0
  32. package/dist/src/otp/dto/verify-otp.dto.js +46 -0
  33. package/dist/src/otp/exports.d.ts +2 -0
  34. package/dist/src/otp/exports.js +19 -0
  35. package/dist/src/prisma/constants.d.ts +1 -0
  36. package/dist/src/prisma/constants.js +5 -0
  37. package/dist/src/profile/dto/create-profile.dto.d.ts +48 -14
  38. package/dist/src/profile/dto/create-profile.dto.js +9 -7
  39. package/dist/src/profile/dto/delete-profile.dto.d.ts +30 -6
  40. package/dist/src/profile/dto/delete-profile.dto.js +2 -2
  41. package/dist/src/profile/dto/find-all-profile.dto.d.ts +47 -7
  42. package/dist/src/profile/dto/find-all-profile.dto.js +2 -2
  43. package/dist/src/profile/dto/find-by-date-range-profile.dto.d.ts +75 -11
  44. package/dist/src/profile/dto/find-by-date-range-profile.dto.js +3 -3
  45. package/dist/src/profile/dto/find-by-id-profile.dto.d.ts +32 -13
  46. package/dist/src/profile/dto/find-by-id-profile.dto.js +7 -5
  47. package/dist/src/profile/dto/find-by-phone-number.dto.d.ts +30 -6
  48. package/dist/src/profile/dto/find-by-phone-number.dto.js +2 -2
  49. package/dist/src/profile/dto/find-by-tag-groups-profile.dto.d.ts +47 -7
  50. package/dist/src/profile/dto/find-by-tag-groups-profile.dto.js +2 -2
  51. package/dist/src/profile/dto/find-by-tags-profile.dto.d.ts +47 -7
  52. package/dist/src/profile/dto/find-by-tags-profile.dto.js +2 -2
  53. package/dist/src/profile/dto/find-trash.dto.d.ts +7 -3
  54. package/dist/src/profile/dto/find-trash.dto.js +2 -2
  55. package/dist/src/profile/dto/find-with-active-chat.dto.d.ts +47 -7
  56. package/dist/src/profile/dto/find-with-active-chat.dto.js +2 -2
  57. package/dist/src/profile/dto/profile.dto.d.ts +44 -30
  58. package/dist/src/profile/dto/profile.dto.js +6 -63
  59. package/dist/src/profile/dto/update-profile.dto.d.ts +54 -12
  60. package/dist/src/profile/dto/update-profile.dto.js +9 -6
  61. package/dist/src/schema/exports.d.ts +2 -0
  62. package/dist/src/schema/exports.js +19 -0
  63. package/dist/src/{location/dto/location.dto.js → schema/location.schema.js} +2 -2
  64. package/dist/src/schema/profile.schema.d.ts +74 -0
  65. package/dist/src/schema/profile.schema.js +133 -0
  66. package/dist/src/shared/dto-modification/zod-without-dates.d.ts +2 -4
  67. package/dist/src/shared/dto-modification/zod-without-dates.js +8 -0
  68. package/dist/src/shared/dto-modification/zod-without-dates.js.map +1 -1
  69. package/dist/src/tag/dto/massive-allocation.dto.d.ts +47 -7
  70. package/dist/src/tag/dto/massive-allocation.dto.js +3 -3
  71. package/dist/src/tag/dto/massive-deallocation.dto.d.ts +47 -7
  72. package/dist/src/tag/dto/massive-deallocation.dto.js +3 -3
  73. package/dist/src/ticket/constants.d.ts +16 -0
  74. package/dist/src/ticket/constants.js +272 -0
  75. package/dist/src/webhook/constants.d.ts +1 -0
  76. package/dist/src/webhook/constants.js +5 -0
  77. package/dist/types/prisma-schema/edge.js +39 -24
  78. package/dist/types/prisma-schema/index-browser.js +19 -9
  79. package/dist/types/prisma-schema/index.d.ts +4672 -611
  80. package/dist/types/prisma-schema/index.js +39 -24
  81. package/dist/types/prisma-schema/libquery_engine-debian-openssl-3.0.x.so.node +0 -0
  82. package/dist/types/prisma-schema/package.json +8 -2
  83. package/dist/types/prisma-schema/runtime/edge-esm.js +18 -18
  84. package/dist/types/prisma-schema/runtime/edge.js +18 -18
  85. package/dist/types/prisma-schema/runtime/index-browser.d.ts +3 -1
  86. package/dist/types/prisma-schema/runtime/index-browser.js +3 -3
  87. package/dist/types/prisma-schema/runtime/library.d.ts +205 -153
  88. package/dist/types/prisma-schema/runtime/library.js +55 -55
  89. package/dist/types/prisma-schema/runtime/react-native.js +26 -26
  90. package/dist/types/prisma-schema/runtime/wasm.js +17 -17
  91. package/dist/types/prisma-schema/schema.prisma +29 -3
  92. package/dist/types/prisma-schema/wasm.js +19 -9
  93. package/dist/types/schema.d.ts +553 -2
  94. package/package.json +41 -40
  95. /package/dist/src/{location/dto/location.dto.d.ts → schema/location.schema.d.ts} +0 -0
@@ -8,7 +8,7 @@ export interface paths {
8
8
  };
9
9
  get?: never;
10
10
  put?: never;
11
- post: operations["AuthController_loginUser"];
11
+ post: operations["AuthController_loginAccount"];
12
12
  delete?: never;
13
13
  options?: never;
14
14
  head?: never;
@@ -1119,6 +1119,102 @@ export interface paths {
1119
1119
  patch?: never;
1120
1120
  trace?: never;
1121
1121
  };
1122
+ "/otp/send": {
1123
+ parameters: {
1124
+ query?: never;
1125
+ header?: never;
1126
+ path?: never;
1127
+ cookie?: never;
1128
+ };
1129
+ get?: never;
1130
+ put?: never;
1131
+ post: operations["OtpController_sendOtp"];
1132
+ delete?: never;
1133
+ options?: never;
1134
+ head?: never;
1135
+ patch?: never;
1136
+ trace?: never;
1137
+ };
1138
+ "/otp/verify": {
1139
+ parameters: {
1140
+ query?: never;
1141
+ header?: never;
1142
+ path?: never;
1143
+ cookie?: never;
1144
+ };
1145
+ get?: never;
1146
+ put?: never;
1147
+ post: operations["OtpController_verifyOtp"];
1148
+ delete?: never;
1149
+ options?: never;
1150
+ head?: never;
1151
+ patch?: never;
1152
+ trace?: never;
1153
+ };
1154
+ "/mi-expo/login-with-phone": {
1155
+ parameters: {
1156
+ query?: never;
1157
+ header?: never;
1158
+ path?: never;
1159
+ cookie?: never;
1160
+ };
1161
+ get?: never;
1162
+ put?: never;
1163
+ post: operations["MiExpoController_loginWithPhone"];
1164
+ delete?: never;
1165
+ options?: never;
1166
+ head?: never;
1167
+ patch?: never;
1168
+ trace?: never;
1169
+ };
1170
+ "/mi-expo/me": {
1171
+ parameters: {
1172
+ query?: never;
1173
+ header?: never;
1174
+ path?: never;
1175
+ cookie?: never;
1176
+ };
1177
+ get: operations["MiExpoController_me"];
1178
+ put?: never;
1179
+ post?: never;
1180
+ delete?: never;
1181
+ options?: never;
1182
+ head?: never;
1183
+ patch: operations["MiExpoController_updateMe"];
1184
+ trace?: never;
1185
+ };
1186
+ "/mi-expo/my-events": {
1187
+ parameters: {
1188
+ query?: never;
1189
+ header?: never;
1190
+ path?: never;
1191
+ cookie?: never;
1192
+ };
1193
+ get: operations["MiExpoController_myEvents"];
1194
+ put?: never;
1195
+ post?: never;
1196
+ delete?: never;
1197
+ options?: never;
1198
+ head?: never;
1199
+ patch?: never;
1200
+ trace?: never;
1201
+ };
1202
+ "/mi-expo/login": {
1203
+ parameters: {
1204
+ query?: never;
1205
+ header?: never;
1206
+ path?: never;
1207
+ cookie?: never;
1208
+ };
1209
+ get?: never;
1210
+ put?: never;
1211
+ post: operations["MiExpoController_loginUsernamePassword"];
1212
+ delete?: never;
1213
+ options?: never;
1214
+ head?: never;
1215
+ patch?: never;
1216
+ trace?: never;
1217
+ };
1122
1218
  }
1123
1219
  export type webhooks = Record<string, never>;
1124
1220
  export interface components {
@@ -1243,7 +1339,11 @@ export interface components {
1243
1339
  profiles: {
1244
1340
  id: string;
1245
1341
  shortId: number;
1342
+ firstTimeMiExpo: boolean;
1343
+ username: string | null;
1344
+ password: string | null;
1246
1345
  phoneNumber: string;
1346
+ isPhoneVerified: boolean;
1247
1347
  secondaryPhoneNumber: string | null;
1248
1348
  fullName: string;
1249
1349
  firstName: string | null;
@@ -1270,7 +1370,11 @@ export interface components {
1270
1370
  profiles: {
1271
1371
  id: string;
1272
1372
  shortId: number;
1373
+ firstTimeMiExpo: boolean;
1374
+ username: string | null;
1375
+ password: string | null;
1273
1376
  phoneNumber: string;
1377
+ isPhoneVerified: boolean;
1274
1378
  secondaryPhoneNumber: string | null;
1275
1379
  fullName: string;
1276
1380
  firstName: string | null;
@@ -1947,7 +2051,11 @@ export interface components {
1947
2051
  profiles: {
1948
2052
  id: string;
1949
2053
  shortId: number;
2054
+ firstTimeMiExpo: boolean;
2055
+ username: string | null;
2056
+ password: string | null;
1950
2057
  phoneNumber: string;
2058
+ isPhoneVerified: boolean;
1951
2059
  secondaryPhoneNumber: string | null;
1952
2060
  fullName: string;
1953
2061
  firstName: string | null;
@@ -1982,7 +2090,11 @@ export interface components {
1982
2090
  profiles: {
1983
2091
  id: string;
1984
2092
  shortId: number;
2093
+ firstTimeMiExpo: boolean;
2094
+ username: string | null;
2095
+ password: string | null;
1985
2096
  phoneNumber: string;
2097
+ isPhoneVerified: boolean;
1986
2098
  secondaryPhoneNumber: string | null;
1987
2099
  fullName: string;
1988
2100
  firstName: string | null;
@@ -2035,7 +2147,11 @@ export interface components {
2035
2147
  profiles: {
2036
2148
  id: string;
2037
2149
  shortId: number;
2150
+ firstTimeMiExpo: boolean;
2151
+ username: string | null;
2152
+ password: string | null;
2038
2153
  phoneNumber: string;
2154
+ isPhoneVerified: boolean;
2039
2155
  secondaryPhoneNumber: string | null;
2040
2156
  fullName: string;
2041
2157
  firstName: string | null;
@@ -2069,7 +2185,11 @@ export interface components {
2069
2185
  profiles: {
2070
2186
  id: string;
2071
2187
  shortId: number;
2188
+ firstTimeMiExpo: boolean;
2189
+ username: string | null;
2190
+ password: string | null;
2072
2191
  phoneNumber: string;
2192
+ isPhoneVerified: boolean;
2073
2193
  secondaryPhoneNumber: string | null;
2074
2194
  fullName: string;
2075
2195
  firstName: string | null;
@@ -2100,7 +2220,11 @@ export interface components {
2100
2220
  [key: string]: {
2101
2221
  id: string;
2102
2222
  shortId: number;
2223
+ firstTimeMiExpo: boolean;
2224
+ username: string | null;
2225
+ password: string | null;
2103
2226
  phoneNumber: string;
2227
+ isPhoneVerified: boolean;
2104
2228
  secondaryPhoneNumber: string | null;
2105
2229
  fullName: string;
2106
2230
  firstName: string | null;
@@ -2133,7 +2257,11 @@ export interface components {
2133
2257
  FindByPhoneNumberResponseDto: {
2134
2258
  id: string;
2135
2259
  shortId: number;
2260
+ firstTimeMiExpo: boolean;
2261
+ username: string | null;
2262
+ password: string | null;
2136
2263
  phoneNumber: string;
2264
+ isPhoneVerified: boolean;
2137
2265
  secondaryPhoneNumber: string | null;
2138
2266
  fullName: string;
2139
2267
  firstName: string | null;
@@ -2174,6 +2302,8 @@ export interface components {
2174
2302
  phoneNumber: string;
2175
2303
  profilePictureUrl: string | null;
2176
2304
  secondaryPhoneNumber: string | null;
2305
+ username: string | null;
2306
+ password: string | null;
2177
2307
  comments?: {
2178
2308
  content: string;
2179
2309
  isSolvable: boolean;
@@ -2216,7 +2346,10 @@ export interface components {
2216
2346
  FindByIdProfileResponseDto: {
2217
2347
  id: string;
2218
2348
  shortId: number;
2349
+ firstTimeMiExpo: boolean;
2350
+ username: string | null;
2219
2351
  phoneNumber: string;
2352
+ isPhoneVerified: boolean;
2220
2353
  secondaryPhoneNumber: string | null;
2221
2354
  fullName: string;
2222
2355
  firstName: string | null;
@@ -2270,7 +2403,11 @@ export interface components {
2270
2403
  DeleteProfileResponseDto: {
2271
2404
  id: string;
2272
2405
  shortId: number;
2406
+ firstTimeMiExpo: boolean;
2407
+ username: string | null;
2408
+ password: string | null;
2273
2409
  phoneNumber: string;
2410
+ isPhoneVerified: boolean;
2274
2411
  secondaryPhoneNumber: string | null;
2275
2412
  fullName: string;
2276
2413
  firstName: string | null;
@@ -2301,6 +2438,9 @@ export interface components {
2301
2438
  secondaryPhoneNumber?: string | null;
2302
2439
  isInTrash?: boolean;
2303
2440
  movedToTrashDate?: string | null;
2441
+ username?: string | null;
2442
+ password?: string | null;
2443
+ firstTimeMiExpo?: boolean;
2304
2444
  residence?: {
2305
2445
  city: string;
2306
2446
  country: string;
@@ -2548,6 +2688,216 @@ export interface components {
2548
2688
  created_at: string;
2549
2689
  updated_at: string;
2550
2690
  };
2691
+ SendOtpDto: {
2692
+ phoneNumber: string;
2693
+ };
2694
+ SendOtpResponseDto: {
2695
+ response: {
2696
+ hasVerified: boolean;
2697
+ hasUsername: boolean;
2698
+ success: true;
2699
+ } | {
2700
+ hasVerified: boolean;
2701
+ hasUsername: boolean;
2702
+ success: false;
2703
+ message: string;
2704
+ };
2705
+ };
2706
+ VerifyOtpDto: {
2707
+ phoneNumber: string;
2708
+ code: string;
2709
+ };
2710
+ VerifyOtpResponseDto: {
2711
+ success: boolean;
2712
+ profile: {
2713
+ id: string;
2714
+ shortId: number;
2715
+ firstTimeMiExpo: boolean;
2716
+ username: string | null;
2717
+ password: string | null;
2718
+ phoneNumber: string;
2719
+ isPhoneVerified: boolean;
2720
+ secondaryPhoneNumber: string | null;
2721
+ fullName: string;
2722
+ firstName: string | null;
2723
+ gender: string | null;
2724
+ birthDate: string | null;
2725
+ profilePictureUrl: string | null;
2726
+ instagram: string | null;
2727
+ mail: string | null;
2728
+ dni: string | null;
2729
+ alternativeNames: string[];
2730
+ birthLocationId: string | null;
2731
+ residenceLocationId: string | null;
2732
+ isInTrash: boolean;
2733
+ movedToTrashDate: string | null;
2734
+ created_at: string;
2735
+ updated_at: string;
2736
+ residenceLocation: {
2737
+ city: string;
2738
+ country: string;
2739
+ latitude: number;
2740
+ longitude: number;
2741
+ } | null;
2742
+ birthLocation: {
2743
+ city: string;
2744
+ country: string;
2745
+ latitude: number;
2746
+ longitude: number;
2747
+ } | null;
2748
+ };
2749
+ };
2750
+ LoginWithPhoneDto: {
2751
+ phoneNumber: string;
2752
+ };
2753
+ LoginWithPhoneResponseDto: {
2754
+ tokens: {
2755
+ accessToken: string;
2756
+ refreshToken: string;
2757
+ expiresIn: number;
2758
+ };
2759
+ profile: {
2760
+ id: string;
2761
+ shortId: number;
2762
+ firstTimeMiExpo: boolean;
2763
+ username: string | null;
2764
+ phoneNumber: string;
2765
+ isPhoneVerified: boolean;
2766
+ secondaryPhoneNumber: string | null;
2767
+ fullName: string;
2768
+ firstName: string | null;
2769
+ gender: string | null;
2770
+ birthDate: string | null;
2771
+ profilePictureUrl: string | null;
2772
+ instagram: string | null;
2773
+ mail: string | null;
2774
+ dni: string | null;
2775
+ alternativeNames: string[];
2776
+ birthLocationId: string | null;
2777
+ residenceLocationId: string | null;
2778
+ isInTrash: boolean;
2779
+ movedToTrashDate: string | null;
2780
+ created_at: string;
2781
+ updated_at: string;
2782
+ };
2783
+ };
2784
+ GetMiExpoMeResponseDto: {
2785
+ id: string;
2786
+ shortId: number;
2787
+ firstTimeMiExpo: boolean;
2788
+ username: string | null;
2789
+ phoneNumber: string;
2790
+ isPhoneVerified: boolean;
2791
+ secondaryPhoneNumber: string | null;
2792
+ fullName: string;
2793
+ firstName: string | null;
2794
+ gender: string | null;
2795
+ birthDate: string | null;
2796
+ profilePictureUrl: string | null;
2797
+ instagram: string | null;
2798
+ mail: string | null;
2799
+ dni: string | null;
2800
+ alternativeNames: string[];
2801
+ birthLocationId: string | null;
2802
+ residenceLocationId: string | null;
2803
+ isInTrash: boolean;
2804
+ movedToTrashDate: string | null;
2805
+ created_at: string;
2806
+ updated_at: string;
2807
+ residenceLocation: {
2808
+ id: string;
2809
+ latitude: number;
2810
+ longitude: number;
2811
+ country: string;
2812
+ state: string;
2813
+ city: string;
2814
+ created_at: string;
2815
+ updated_at: string;
2816
+ } | null;
2817
+ birthLocation: {
2818
+ id: string;
2819
+ latitude: number;
2820
+ longitude: number;
2821
+ country: string;
2822
+ state: string;
2823
+ city: string;
2824
+ created_at: string;
2825
+ updated_at: string;
2826
+ } | null;
2827
+ };
2828
+ UpdateMiExpoMeDto: {
2829
+ birthDate: string | null;
2830
+ dni: string | null;
2831
+ fullName: string;
2832
+ gender: string | null;
2833
+ instagram: string | null;
2834
+ mail: string | null;
2835
+ password: string | null;
2836
+ phoneNumber: string;
2837
+ secondaryPhoneNumber: string | null;
2838
+ username: string | null;
2839
+ birth: {
2840
+ city: string;
2841
+ country: string;
2842
+ latitude: number;
2843
+ longitude: number;
2844
+ state: string;
2845
+ };
2846
+ residence: {
2847
+ city: string;
2848
+ country: string;
2849
+ latitude: number;
2850
+ longitude: number;
2851
+ state: string;
2852
+ };
2853
+ };
2854
+ MyEventsResponseDto: {
2855
+ events: {
2856
+ date: string;
2857
+ startingDate: string;
2858
+ endingDate: string;
2859
+ name: string;
2860
+ location: string;
2861
+ id: string;
2862
+ active: boolean;
2863
+ haveTicket: boolean;
2864
+ }[];
2865
+ };
2866
+ LoginMiExpoDto: {
2867
+ username: string;
2868
+ password: string;
2869
+ };
2870
+ LoginMiExpoResponseDto: {
2871
+ user: {
2872
+ id: string;
2873
+ shortId: number;
2874
+ firstTimeMiExpo: boolean;
2875
+ username: string | null;
2876
+ phoneNumber: string;
2877
+ isPhoneVerified: boolean;
2878
+ secondaryPhoneNumber: string | null;
2879
+ fullName: string;
2880
+ firstName: string | null;
2881
+ gender: string | null;
2882
+ birthDate: string | null;
2883
+ profilePictureUrl: string | null;
2884
+ instagram: string | null;
2885
+ mail: string | null;
2886
+ dni: string | null;
2887
+ alternativeNames: string[];
2888
+ birthLocationId: string | null;
2889
+ residenceLocationId: string | null;
2890
+ isInTrash: boolean;
2891
+ movedToTrashDate: string | null;
2892
+ created_at: string;
2893
+ updated_at: string;
2894
+ };
2895
+ backendTokens: {
2896
+ accessToken: string;
2897
+ refreshToken: string;
2898
+ expiresIn: number;
2899
+ };
2900
+ };
2551
2901
  };
2552
2902
  responses: never;
2553
2903
  parameters: never;
@@ -2557,7 +2907,7 @@ export interface components {
2557
2907
  }
2558
2908
  export type $defs = Record<string, never>;
2559
2909
  export interface operations {
2560
- AuthController_loginUser: {
2910
+ AuthController_loginAccount: {
2561
2911
  parameters: {
2562
2912
  query?: never;
2563
2913
  header?: never;
@@ -4793,4 +5143,205 @@ export interface operations {
4793
5143
  };
4794
5144
  };
4795
5145
  };
5146
+ OtpController_sendOtp: {
5147
+ parameters: {
5148
+ query?: never;
5149
+ header?: never;
5150
+ path?: never;
5151
+ cookie?: never;
5152
+ };
5153
+ requestBody: {
5154
+ content: {
5155
+ "application/json": components["schemas"]["SendOtpDto"];
5156
+ };
5157
+ };
5158
+ responses: {
5159
+ 200: {
5160
+ headers: {
5161
+ [name: string]: unknown;
5162
+ };
5163
+ content: {
5164
+ "application/json": components["schemas"]["SendOtpResponseDto"];
5165
+ };
5166
+ };
5167
+ 400: {
5168
+ headers: {
5169
+ [name: string]: unknown;
5170
+ };
5171
+ content: {
5172
+ "application/json": components["schemas"]["ErrorDto"];
5173
+ };
5174
+ };
5175
+ 404: {
5176
+ headers: {
5177
+ [name: string]: unknown;
5178
+ };
5179
+ content: {
5180
+ "application/json": components["schemas"]["ErrorDto"];
5181
+ };
5182
+ };
5183
+ };
5184
+ };
5185
+ OtpController_verifyOtp: {
5186
+ parameters: {
5187
+ query?: never;
5188
+ header?: never;
5189
+ path?: never;
5190
+ cookie?: never;
5191
+ };
5192
+ requestBody: {
5193
+ content: {
5194
+ "application/json": components["schemas"]["VerifyOtpDto"];
5195
+ };
5196
+ };
5197
+ responses: {
5198
+ 200: {
5199
+ headers: {
5200
+ [name: string]: unknown;
5201
+ };
5202
+ content: {
5203
+ "application/json": components["schemas"]["VerifyOtpResponseDto"];
5204
+ };
5205
+ };
5206
+ 400: {
5207
+ headers: {
5208
+ [name: string]: unknown;
5209
+ };
5210
+ content: {
5211
+ "application/json": components["schemas"]["ErrorDto"];
5212
+ };
5213
+ };
5214
+ 404: {
5215
+ headers: {
5216
+ [name: string]: unknown;
5217
+ };
5218
+ content: {
5219
+ "application/json": components["schemas"]["ErrorDto"];
5220
+ };
5221
+ };
5222
+ };
5223
+ };
5224
+ MiExpoController_loginWithPhone: {
5225
+ parameters: {
5226
+ query?: never;
5227
+ header?: never;
5228
+ path?: never;
5229
+ cookie?: never;
5230
+ };
5231
+ requestBody: {
5232
+ content: {
5233
+ "application/json": components["schemas"]["LoginWithPhoneDto"];
5234
+ };
5235
+ };
5236
+ responses: {
5237
+ 200: {
5238
+ headers: {
5239
+ [name: string]: unknown;
5240
+ };
5241
+ content: {
5242
+ "application/json": components["schemas"]["LoginWithPhoneResponseDto"];
5243
+ };
5244
+ };
5245
+ 401: {
5246
+ headers: {
5247
+ [name: string]: unknown;
5248
+ };
5249
+ content: {
5250
+ "application/json": components["schemas"]["ErrorDto"];
5251
+ };
5252
+ };
5253
+ };
5254
+ };
5255
+ MiExpoController_me: {
5256
+ parameters: {
5257
+ query?: never;
5258
+ header?: never;
5259
+ path?: never;
5260
+ cookie?: never;
5261
+ };
5262
+ requestBody?: never;
5263
+ responses: {
5264
+ 200: {
5265
+ headers: {
5266
+ [name: string]: unknown;
5267
+ };
5268
+ content: {
5269
+ "application/json": components["schemas"]["GetMiExpoMeResponseDto"];
5270
+ };
5271
+ };
5272
+ };
5273
+ };
5274
+ MiExpoController_updateMe: {
5275
+ parameters: {
5276
+ query?: never;
5277
+ header?: never;
5278
+ path?: never;
5279
+ cookie?: never;
5280
+ };
5281
+ requestBody: {
5282
+ content: {
5283
+ "application/json": components["schemas"]["UpdateMiExpoMeDto"];
5284
+ };
5285
+ };
5286
+ responses: {
5287
+ 200: {
5288
+ headers: {
5289
+ [name: string]: unknown;
5290
+ };
5291
+ content: {
5292
+ "application/json": components["schemas"]["GetMiExpoMeResponseDto"];
5293
+ };
5294
+ };
5295
+ };
5296
+ };
5297
+ MiExpoController_myEvents: {
5298
+ parameters: {
5299
+ query?: never;
5300
+ header?: never;
5301
+ path?: never;
5302
+ cookie?: never;
5303
+ };
5304
+ requestBody?: never;
5305
+ responses: {
5306
+ 200: {
5307
+ headers: {
5308
+ [name: string]: unknown;
5309
+ };
5310
+ content: {
5311
+ "application/json": components["schemas"]["MyEventsResponseDto"];
5312
+ };
5313
+ };
5314
+ };
5315
+ };
5316
+ MiExpoController_loginUsernamePassword: {
5317
+ parameters: {
5318
+ query?: never;
5319
+ header?: never;
5320
+ path?: never;
5321
+ cookie?: never;
5322
+ };
5323
+ requestBody: {
5324
+ content: {
5325
+ "application/json": components["schemas"]["LoginMiExpoDto"];
5326
+ };
5327
+ };
5328
+ responses: {
5329
+ 200: {
5330
+ headers: {
5331
+ [name: string]: unknown;
5332
+ };
5333
+ content: {
5334
+ "application/json": components["schemas"]["LoginMiExpoResponseDto"];
5335
+ };
5336
+ };
5337
+ 401: {
5338
+ headers: {
5339
+ [name: string]: unknown;
5340
+ };
5341
+ content: {
5342
+ "application/json": components["schemas"]["ErrorDto"];
5343
+ };
5344
+ };
5345
+ };
5346
+ };
4796
5347
  }