expo-backend-types 0.34.0-EXPO-319-ver-eventos-disponibles.13 → 0.34.0-EXPO-322-ExpoBackend-Rol-de-expoTickets.1

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 (63) hide show
  1. package/dist/src/account/dto/account.dto.d.ts +4 -6
  2. package/dist/src/account/dto/create-account.dto.d.ts +8 -12
  3. package/dist/src/account/dto/get-global-filter.dto.d.ts +0 -1
  4. package/dist/src/account/dto/get-me.dto.d.ts +4 -6
  5. package/dist/src/account/dto/update-global-filter.dto.d.ts +4 -6
  6. package/dist/src/auth/dto/login.dto.d.ts +8 -11
  7. package/dist/src/comment/dto/get-by-profile-comment.dto.d.ts +0 -1
  8. package/dist/src/event/dto/get-all-event.dto.d.ts +0 -616
  9. package/dist/src/event/dto/get-all-event.dto.js +8 -29
  10. package/dist/src/event/dto/get-by-id-event.dto.d.ts +0 -307
  11. package/dist/src/event/dto/get-by-id-event.dto.js +0 -4
  12. package/dist/src/event/dto/update-event.dto.d.ts +0 -6
  13. package/dist/src/event/dto/update-event.dto.js +0 -1
  14. package/dist/src/i18n/es.d.ts +0 -14
  15. package/dist/src/i18n/es.js +0 -14
  16. package/dist/src/i18n/es.js.map +1 -1
  17. package/dist/src/mi-expo/dto/get-me.dto.d.ts +0 -16
  18. package/dist/src/mi-expo/dto/login-with-phone.dto.d.ts +0 -20
  19. package/dist/src/mi-expo/dto/login.dto.d.ts +0 -21
  20. package/dist/src/mi-expo/dto/update-me.dto.d.ts +0 -16
  21. package/dist/src/mi-expo/exports.d.ts +0 -1
  22. package/dist/src/mi-expo/exports.js +0 -1
  23. package/dist/src/otp/dto/verify-otp.dto.d.ts +0 -20
  24. package/dist/src/profile/dto/create-profile.dto.d.ts +0 -24
  25. package/dist/src/profile/dto/delete-profile.dto.d.ts +0 -16
  26. package/dist/src/profile/dto/find-all-profile.dto.d.ts +0 -20
  27. package/dist/src/profile/dto/find-by-date-range-profile.dto.d.ts +0 -36
  28. package/dist/src/profile/dto/find-by-id-profile.dto.d.ts +0 -16
  29. package/dist/src/profile/dto/find-by-phone-number.dto.d.ts +0 -16
  30. package/dist/src/profile/dto/find-by-tag-groups-profile.dto.d.ts +0 -20
  31. package/dist/src/profile/dto/find-by-tags-profile.dto.d.ts +1 -55
  32. package/dist/src/profile/dto/find-by-tags-profile.dto.js +0 -2
  33. package/dist/src/profile/dto/find-trash.dto.d.ts +0 -6
  34. package/dist/src/profile/dto/find-with-active-chat.dto.d.ts +0 -20
  35. package/dist/src/profile/dto/profile.dto.d.ts +0 -8
  36. package/dist/src/profile/dto/update-profile.dto.d.ts +0 -16
  37. package/dist/src/schema/profile.schema.d.ts +0 -8
  38. package/dist/src/schema/profile.schema.js +0 -2
  39. package/dist/src/tag/dto/massive-allocation.dto.d.ts +0 -20
  40. package/dist/src/tag/dto/massive-deallocation.dto.d.ts +0 -20
  41. package/dist/src/ticket/dto/create-ticket.dto.d.ts +4 -158
  42. package/dist/src/ticket/dto/create-ticket.dto.js +2 -10
  43. package/dist/src/ticket/dto/find-by-event-ticket.dto.d.ts +0 -370
  44. package/dist/src/ticket/dto/find-by-event-ticket.dto.js +0 -2
  45. package/dist/src/ticket/dto/find-by-id-ticket.dto.d.ts +0 -370
  46. package/dist/src/ticket/dto/find-by-id-ticket.dto.js +0 -2
  47. package/dist/src/ticket/dto/find-by-mail-ticket.dto.d.ts +0 -370
  48. package/dist/src/ticket/dto/find-by-mail-ticket.dto.js +0 -2
  49. package/dist/src/ticket/exports.d.ts +0 -1
  50. package/dist/src/ticket/exports.js +0 -1
  51. package/dist/types/prisma-schema/edge.js +4 -7
  52. package/dist/types/prisma-schema/index-browser.js +1 -4
  53. package/dist/types/prisma-schema/index.d.ts +69 -557
  54. package/dist/types/prisma-schema/index.js +4 -7
  55. package/dist/types/prisma-schema/package.json +1 -1
  56. package/dist/types/prisma-schema/schema.prisma +2 -10
  57. package/dist/types/prisma-schema/wasm.js +1 -4
  58. package/dist/types/schema.d.ts +5 -337
  59. package/package.json +1 -1
  60. package/dist/src/mi-expo/dto/get-invitations.dto.d.ts +0 -104
  61. package/dist/src/mi-expo/dto/get-invitations.dto.js +0 -24
  62. package/dist/src/ticket/dto/find-by-profile-id-ticket.dto.d.ts +0 -331
  63. package/dist/src/ticket/dto/find-by-profile-id-ticket.dto.js +0 -19
@@ -1039,22 +1039,6 @@ export interface paths {
1039
1039
  patch?: never;
1040
1040
  trace?: never;
1041
1041
  };
1042
- "/ticket/find-by-profile-id/{profileId}": {
1043
- parameters: {
1044
- query?: never;
1045
- header?: never;
1046
- path?: never;
1047
- cookie?: never;
1048
- };
1049
- get: operations["TicketController_findByProfileId"];
1050
- put?: never;
1051
- post?: never;
1052
- delete?: never;
1053
- options?: never;
1054
- head?: never;
1055
- patch?: never;
1056
- trace?: never;
1057
- };
1058
1042
  "/ticket/update/{id}": {
1059
1043
  parameters: {
1060
1044
  query?: never;
@@ -1199,38 +1183,6 @@ export interface paths {
1199
1183
  patch: operations["MiExpoController_updateMe"];
1200
1184
  trace?: never;
1201
1185
  };
1202
- "/mi-expo/invitations": {
1203
- parameters: {
1204
- query?: never;
1205
- header?: never;
1206
- path?: never;
1207
- cookie?: never;
1208
- };
1209
- get: operations["MiExpoController_invitations"];
1210
- put?: never;
1211
- post?: never;
1212
- delete?: never;
1213
- options?: never;
1214
- head?: never;
1215
- patch?: never;
1216
- trace?: never;
1217
- };
1218
- "/mi-expo/tickets": {
1219
- parameters: {
1220
- query?: never;
1221
- header?: never;
1222
- path?: never;
1223
- cookie?: never;
1224
- };
1225
- get: operations["MiExpoController_tickets"];
1226
- put?: never;
1227
- post?: never;
1228
- delete?: never;
1229
- options?: never;
1230
- head?: never;
1231
- patch?: never;
1232
- trace?: never;
1233
- };
1234
1186
  "/mi-expo/login": {
1235
1187
  parameters: {
1236
1188
  query?: never;
@@ -1259,7 +1211,7 @@ export interface components {
1259
1211
  user: {
1260
1212
  id: string;
1261
1213
  username: string;
1262
- role: "USER" | "ADMIN" | "FORM" | "MI_EXPO";
1214
+ role: "USER" | "ADMIN" | "FORM";
1263
1215
  isGlobalFilterActive: boolean;
1264
1216
  fcmToken: string[];
1265
1217
  created_at: string;
@@ -1371,7 +1323,6 @@ export interface components {
1371
1323
  profiles: {
1372
1324
  id: string;
1373
1325
  shortId: number;
1374
- role: "USER" | "ADMIN" | "FORM" | "MI_EXPO";
1375
1326
  firstTimeMiExpo: boolean;
1376
1327
  username: string | null;
1377
1328
  password: string | null;
@@ -1403,7 +1354,6 @@ export interface components {
1403
1354
  profiles: {
1404
1355
  id: string;
1405
1356
  shortId: number;
1406
- role: "USER" | "ADMIN" | "FORM" | "MI_EXPO";
1407
1357
  firstTimeMiExpo: boolean;
1408
1358
  username: string | null;
1409
1359
  password: string | null;
@@ -1430,12 +1380,12 @@ export interface components {
1430
1380
  CreateAccountDto: {
1431
1381
  username: string;
1432
1382
  password: string;
1433
- role: "USER" | "ADMIN" | "FORM" | "MI_EXPO";
1383
+ role: "USER" | "ADMIN" | "FORM";
1434
1384
  };
1435
1385
  CreateAccountResponseDto: {
1436
1386
  id: string;
1437
1387
  username: string;
1438
- role: "USER" | "ADMIN" | "FORM" | "MI_EXPO";
1388
+ role: "USER" | "ADMIN" | "FORM";
1439
1389
  isGlobalFilterActive: boolean;
1440
1390
  fcmToken: string[];
1441
1391
  };
@@ -1447,7 +1397,7 @@ export interface components {
1447
1397
  id: string;
1448
1398
  username: string;
1449
1399
  password: string;
1450
- role: "USER" | "ADMIN" | "FORM" | "MI_EXPO";
1400
+ role: "USER" | "ADMIN" | "FORM";
1451
1401
  isGlobalFilterActive: boolean;
1452
1402
  fcmToken: string[];
1453
1403
  created_at: string;
@@ -1477,7 +1427,7 @@ export interface components {
1477
1427
  GetMeResponseDto: {
1478
1428
  id: string;
1479
1429
  username: string;
1480
- role: "USER" | "ADMIN" | "FORM" | "MI_EXPO";
1430
+ role: "USER" | "ADMIN" | "FORM";
1481
1431
  isGlobalFilterActive: boolean;
1482
1432
  fcmToken: string[];
1483
1433
  created_at: string;
@@ -1886,23 +1836,6 @@ export interface components {
1886
1836
  created_at: string;
1887
1837
  updated_at: string;
1888
1838
  }[];
1889
- tags: {
1890
- id: string;
1891
- name: string;
1892
- type: "PROFILE" | "EVENT" | "PARTICIPANT" | "NOT_IN_SYSTEM";
1893
- group: {
1894
- id: string;
1895
- color: string;
1896
- name: string;
1897
- isExclusive: boolean;
1898
- };
1899
- }[];
1900
- eventTickets: {
1901
- id: string;
1902
- amount: number;
1903
- type: "PARTICIPANT" | "STAFF" | "SPECTATOR";
1904
- price: number | null;
1905
- }[];
1906
1839
  }[];
1907
1840
  }[];
1908
1841
  withoutFolder: {
@@ -1949,23 +1882,6 @@ export interface components {
1949
1882
  created_at: string;
1950
1883
  updated_at: string;
1951
1884
  }[];
1952
- tags: {
1953
- id: string;
1954
- name: string;
1955
- type: "PROFILE" | "EVENT" | "PARTICIPANT" | "NOT_IN_SYSTEM";
1956
- group: {
1957
- id: string;
1958
- color: string;
1959
- name: string;
1960
- isExclusive: boolean;
1961
- };
1962
- }[];
1963
- eventTickets: {
1964
- id: string;
1965
- amount: number;
1966
- type: "PARTICIPANT" | "STAFF" | "SPECTATOR";
1967
- price: number | null;
1968
- }[];
1969
1885
  }[];
1970
1886
  };
1971
1887
  GetActiveEventsResponseDto: {
@@ -2041,32 +1957,6 @@ export interface components {
2041
1957
  type: "PARTICIPANT" | "STAFF" | "SPECTATOR";
2042
1958
  price: number | null;
2043
1959
  }[];
2044
- tags: {
2045
- id: string;
2046
- name: string;
2047
- groupId: string;
2048
- type: "PROFILE" | "EVENT" | "PARTICIPANT" | "NOT_IN_SYSTEM";
2049
- created_at: string;
2050
- updated_at: string;
2051
- group: {
2052
- id: string;
2053
- name: string;
2054
- color: string;
2055
- isExclusive: boolean;
2056
- created_at: string;
2057
- updated_at: string;
2058
- };
2059
- }[];
2060
- tickets: {
2061
- id: string;
2062
- eventId: string;
2063
- type: "PARTICIPANT" | "STAFF" | "SPECTATOR";
2064
- status: "BOOKED" | "PAID" | "FREE";
2065
- fullName: string;
2066
- mail: string;
2067
- created_at: string;
2068
- updated_at: string;
2069
- }[];
2070
1960
  };
2071
1961
  UpdateEventDto: {
2072
1962
  name: string;
@@ -2075,7 +1965,6 @@ export interface components {
2075
1965
  location: string;
2076
1966
  startingDate: string;
2077
1967
  endingDate: string;
2078
- tagsId: string[];
2079
1968
  subEvents: {
2080
1969
  name: string;
2081
1970
  location: string;
@@ -2146,7 +2035,6 @@ export interface components {
2146
2035
  profiles: {
2147
2036
  id: string;
2148
2037
  shortId: number;
2149
- role: "USER" | "ADMIN" | "FORM" | "MI_EXPO";
2150
2038
  firstTimeMiExpo: boolean;
2151
2039
  username: string | null;
2152
2040
  password: string | null;
@@ -2186,7 +2074,6 @@ export interface components {
2186
2074
  profiles: {
2187
2075
  id: string;
2188
2076
  shortId: number;
2189
- role: "USER" | "ADMIN" | "FORM" | "MI_EXPO";
2190
2077
  firstTimeMiExpo: boolean;
2191
2078
  username: string | null;
2192
2079
  password: string | null;
@@ -2244,7 +2131,6 @@ export interface components {
2244
2131
  profiles: {
2245
2132
  id: string;
2246
2133
  shortId: number;
2247
- role: "USER" | "ADMIN" | "FORM" | "MI_EXPO";
2248
2134
  firstTimeMiExpo: boolean;
2249
2135
  username: string | null;
2250
2136
  password: string | null;
@@ -2275,8 +2161,6 @@ export interface components {
2275
2161
  updated_at: string;
2276
2162
  group: {
2277
2163
  isExclusive: boolean;
2278
- name: string;
2279
- color: string;
2280
2164
  };
2281
2165
  }[];
2282
2166
  }[];
@@ -2285,7 +2169,6 @@ export interface components {
2285
2169
  profiles: {
2286
2170
  id: string;
2287
2171
  shortId: number;
2288
- role: "USER" | "ADMIN" | "FORM" | "MI_EXPO";
2289
2172
  firstTimeMiExpo: boolean;
2290
2173
  username: string | null;
2291
2174
  password: string | null;
@@ -2321,7 +2204,6 @@ export interface components {
2321
2204
  [key: string]: {
2322
2205
  id: string;
2323
2206
  shortId: number;
2324
- role: "USER" | "ADMIN" | "FORM" | "MI_EXPO";
2325
2207
  firstTimeMiExpo: boolean;
2326
2208
  username: string | null;
2327
2209
  password: string | null;
@@ -2359,7 +2241,6 @@ export interface components {
2359
2241
  FindByPhoneNumberResponseDto: {
2360
2242
  id: string;
2361
2243
  shortId: number;
2362
- role: "USER" | "ADMIN" | "FORM" | "MI_EXPO";
2363
2244
  firstTimeMiExpo: boolean;
2364
2245
  username: string | null;
2365
2246
  password: string | null;
@@ -2449,7 +2330,6 @@ export interface components {
2449
2330
  FindByIdProfileResponseDto: {
2450
2331
  id: string;
2451
2332
  shortId: number;
2452
- role: "USER" | "ADMIN" | "FORM" | "MI_EXPO";
2453
2333
  firstTimeMiExpo: boolean;
2454
2334
  username: string | null;
2455
2335
  phoneNumber: string;
@@ -2507,7 +2387,6 @@ export interface components {
2507
2387
  DeleteProfileResponseDto: {
2508
2388
  id: string;
2509
2389
  shortId: number;
2510
- role: "USER" | "ADMIN" | "FORM" | "MI_EXPO";
2511
2390
  firstTimeMiExpo: boolean;
2512
2391
  username: string | null;
2513
2392
  password: string | null;
@@ -2678,7 +2557,6 @@ export interface components {
2678
2557
  status: "BOOKED" | "PAID" | "FREE";
2679
2558
  fullName: string;
2680
2559
  mail: string;
2681
- profileId?: string;
2682
2560
  };
2683
2561
  CreateTicketResponseDto: {
2684
2562
  id: string;
@@ -2689,21 +2567,6 @@ export interface components {
2689
2567
  mail: string;
2690
2568
  created_at: string;
2691
2569
  updated_at: string;
2692
- event: {
2693
- id: string;
2694
- name: string;
2695
- date: string;
2696
- startingDate: string;
2697
- endingDate: string;
2698
- location: string;
2699
- folderId: string | null;
2700
- tagAssistedId: string;
2701
- tagConfirmedId: string;
2702
- active: boolean;
2703
- supraEventId: string | null;
2704
- created_at: string;
2705
- updated_at: string;
2706
- };
2707
2570
  };
2708
2571
  FindAllTicketsResponseDto: {
2709
2572
  tickets: {
@@ -2737,32 +2600,6 @@ export interface components {
2737
2600
  date: string;
2738
2601
  location: string;
2739
2602
  };
2740
- profile: {
2741
- id: string;
2742
- shortId: number;
2743
- role: "USER" | "ADMIN" | "FORM" | "MI_EXPO";
2744
- firstTimeMiExpo: boolean;
2745
- username: string | null;
2746
- password: string | null;
2747
- phoneNumber: string;
2748
- isPhoneVerified: boolean;
2749
- secondaryPhoneNumber: string | null;
2750
- fullName: string;
2751
- firstName: string | null;
2752
- gender: string | null;
2753
- birthDate: string | null;
2754
- profilePictureUrl: string | null;
2755
- instagram: string | null;
2756
- mail: string | null;
2757
- dni: string | null;
2758
- alternativeNames: string[];
2759
- birthLocationId: string | null;
2760
- residenceLocationId: string | null;
2761
- isInTrash: boolean;
2762
- movedToTrashDate: string | null;
2763
- created_at: string;
2764
- updated_at: string;
2765
- } | null;
2766
2603
  };
2767
2604
  };
2768
2605
  FindByMailTicketResponseDto: {
@@ -2780,32 +2617,6 @@ export interface components {
2780
2617
  date: string;
2781
2618
  location: string;
2782
2619
  };
2783
- profile: {
2784
- id: string;
2785
- shortId: number;
2786
- role: "USER" | "ADMIN" | "FORM" | "MI_EXPO";
2787
- firstTimeMiExpo: boolean;
2788
- username: string | null;
2789
- password: string | null;
2790
- phoneNumber: string;
2791
- isPhoneVerified: boolean;
2792
- secondaryPhoneNumber: string | null;
2793
- fullName: string;
2794
- firstName: string | null;
2795
- gender: string | null;
2796
- birthDate: string | null;
2797
- profilePictureUrl: string | null;
2798
- instagram: string | null;
2799
- mail: string | null;
2800
- dni: string | null;
2801
- alternativeNames: string[];
2802
- birthLocationId: string | null;
2803
- residenceLocationId: string | null;
2804
- isInTrash: boolean;
2805
- movedToTrashDate: string | null;
2806
- created_at: string;
2807
- updated_at: string;
2808
- } | null;
2809
2620
  }[];
2810
2621
  };
2811
2622
  FindByEventTicketResponseDto: {
@@ -2823,59 +2634,6 @@ export interface components {
2823
2634
  date: string;
2824
2635
  location: string;
2825
2636
  };
2826
- profile: {
2827
- id: string;
2828
- shortId: number;
2829
- role: "USER" | "ADMIN" | "FORM" | "MI_EXPO";
2830
- firstTimeMiExpo: boolean;
2831
- username: string | null;
2832
- password: string | null;
2833
- phoneNumber: string;
2834
- isPhoneVerified: boolean;
2835
- secondaryPhoneNumber: string | null;
2836
- fullName: string;
2837
- firstName: string | null;
2838
- gender: string | null;
2839
- birthDate: string | null;
2840
- profilePictureUrl: string | null;
2841
- instagram: string | null;
2842
- mail: string | null;
2843
- dni: string | null;
2844
- alternativeNames: string[];
2845
- birthLocationId: string | null;
2846
- residenceLocationId: string | null;
2847
- isInTrash: boolean;
2848
- movedToTrashDate: string | null;
2849
- created_at: string;
2850
- updated_at: string;
2851
- } | null;
2852
- }[];
2853
- };
2854
- FindByProfileIdTicketResponseDto: {
2855
- tickets: {
2856
- id: string;
2857
- eventId: string;
2858
- type: "PARTICIPANT" | "STAFF" | "SPECTATOR";
2859
- status: "BOOKED" | "PAID" | "FREE";
2860
- fullName: string;
2861
- mail: string;
2862
- created_at: string;
2863
- updated_at: string;
2864
- event: {
2865
- id: string;
2866
- name: string;
2867
- date: string;
2868
- startingDate: string;
2869
- endingDate: string;
2870
- location: string;
2871
- folderId: string | null;
2872
- tagAssistedId: string;
2873
- tagConfirmedId: string;
2874
- active: boolean;
2875
- supraEventId: string | null;
2876
- created_at: string;
2877
- updated_at: string;
2878
- };
2879
2637
  }[];
2880
2638
  };
2881
2639
  UpdateTicketDto: {
@@ -2938,7 +2696,6 @@ export interface components {
2938
2696
  profile: {
2939
2697
  id: string;
2940
2698
  shortId: number;
2941
- role: "USER" | "ADMIN" | "FORM" | "MI_EXPO";
2942
2699
  firstTimeMiExpo: boolean;
2943
2700
  username: string | null;
2944
2701
  password: string | null;
@@ -2986,7 +2743,6 @@ export interface components {
2986
2743
  profile: {
2987
2744
  id: string;
2988
2745
  shortId: number;
2989
- role: "USER" | "ADMIN" | "FORM" | "MI_EXPO";
2990
2746
  firstTimeMiExpo: boolean;
2991
2747
  username: string | null;
2992
2748
  phoneNumber: string;
@@ -3012,7 +2768,6 @@ export interface components {
3012
2768
  GetMiExpoMeResponseDto: {
3013
2769
  id: string;
3014
2770
  shortId: number;
3015
- role: "USER" | "ADMIN" | "FORM" | "MI_EXPO";
3016
2771
  firstTimeMiExpo: boolean;
3017
2772
  username: string | null;
3018
2773
  phoneNumber: string;
@@ -3080,17 +2835,6 @@ export interface components {
3080
2835
  state: string;
3081
2836
  };
3082
2837
  };
3083
- GetInvitationsResponseDto: {
3084
- events: {
3085
- date: string;
3086
- startingDate: string;
3087
- endingDate: string;
3088
- name: string;
3089
- location: string;
3090
- id: string;
3091
- active: boolean;
3092
- }[];
3093
- };
3094
2838
  LoginMiExpoDto: {
3095
2839
  username: string;
3096
2840
  password: string;
@@ -3099,7 +2843,6 @@ export interface components {
3099
2843
  user: {
3100
2844
  id: string;
3101
2845
  shortId: number;
3102
- role: "USER" | "ADMIN" | "FORM" | "MI_EXPO";
3103
2846
  firstTimeMiExpo: boolean;
3104
2847
  username: string | null;
3105
2848
  phoneNumber: string;
@@ -5082,14 +4825,6 @@ export interface operations {
5082
4825
  "application/json": components["schemas"]["ErrorDto"];
5083
4826
  };
5084
4827
  };
5085
- 409: {
5086
- headers: {
5087
- [name: string]: unknown;
5088
- };
5089
- content: {
5090
- "application/json": components["schemas"]["ErrorDto"];
5091
- };
5092
- };
5093
4828
  };
5094
4829
  };
5095
4830
  TicketController_findAll: {
@@ -5190,35 +4925,6 @@ export interface operations {
5190
4925
  };
5191
4926
  };
5192
4927
  };
5193
- TicketController_findByProfileId: {
5194
- parameters: {
5195
- query?: never;
5196
- header?: never;
5197
- path: {
5198
- profileId: string;
5199
- };
5200
- cookie?: never;
5201
- };
5202
- requestBody?: never;
5203
- responses: {
5204
- 200: {
5205
- headers: {
5206
- [name: string]: unknown;
5207
- };
5208
- content: {
5209
- "application/json": components["schemas"]["FindByProfileIdTicketResponseDto"];
5210
- };
5211
- };
5212
- 404: {
5213
- headers: {
5214
- [name: string]: unknown;
5215
- };
5216
- content: {
5217
- "application/json": components["schemas"]["ErrorDto"];
5218
- };
5219
- };
5220
- };
5221
- };
5222
4928
  TicketController_update: {
5223
4929
  parameters: {
5224
4930
  query?: never;
@@ -5560,44 +5266,6 @@ export interface operations {
5560
5266
  };
5561
5267
  };
5562
5268
  };
5563
- MiExpoController_invitations: {
5564
- parameters: {
5565
- query?: never;
5566
- header?: never;
5567
- path?: never;
5568
- cookie?: never;
5569
- };
5570
- requestBody?: never;
5571
- responses: {
5572
- 200: {
5573
- headers: {
5574
- [name: string]: unknown;
5575
- };
5576
- content: {
5577
- "application/json": components["schemas"]["GetInvitationsResponseDto"];
5578
- };
5579
- };
5580
- };
5581
- };
5582
- MiExpoController_tickets: {
5583
- parameters: {
5584
- query?: never;
5585
- header?: never;
5586
- path?: never;
5587
- cookie?: never;
5588
- };
5589
- requestBody?: never;
5590
- responses: {
5591
- 200: {
5592
- headers: {
5593
- [name: string]: unknown;
5594
- };
5595
- content: {
5596
- "application/json": components["schemas"]["FindByProfileIdTicketResponseDto"];
5597
- };
5598
- };
5599
- };
5600
- };
5601
5269
  MiExpoController_loginUsernamePassword: {
5602
5270
  parameters: {
5603
5271
  query?: never;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "expo-backend-types",
3
- "version": "0.34.0-EXPO-319-ver-eventos-disponibles.13",
3
+ "version": "0.34.0-EXPO-322-ExpoBackend-Rol-de-expoTickets.1",
4
4
  "description": "",
5
5
  "author": "Expo",
6
6
  "private": false,
@@ -1,104 +0,0 @@
1
- import z from 'zod';
2
- export declare const getInvitationsResponseSchema: z.ZodObject<{
3
- events: z.ZodArray<z.ZodObject<Pick<{
4
- id: z.ZodString;
5
- name: z.ZodString;
6
- date: z.ZodDate;
7
- startingDate: z.ZodDate;
8
- endingDate: z.ZodDate;
9
- location: z.ZodString;
10
- folderId: z.ZodNullable<z.ZodString>;
11
- tagAssistedId: z.ZodString;
12
- tagConfirmedId: z.ZodString;
13
- active: z.ZodBoolean;
14
- supraEventId: z.ZodNullable<z.ZodString>;
15
- created_at: z.ZodDate;
16
- updated_at: z.ZodDate;
17
- }, "location" | "id" | "name" | "date" | "startingDate" | "endingDate" | "active">, "strip", z.ZodTypeAny, {
18
- location: string;
19
- id: string;
20
- name: string;
21
- date: Date;
22
- startingDate: Date;
23
- endingDate: Date;
24
- active: boolean;
25
- }, {
26
- location: string;
27
- id: string;
28
- name: string;
29
- date: Date;
30
- startingDate: Date;
31
- endingDate: Date;
32
- active: boolean;
33
- }>, "many">;
34
- }, "strip", z.ZodTypeAny, {
35
- events: {
36
- location: string;
37
- id: string;
38
- name: string;
39
- date: Date;
40
- startingDate: Date;
41
- endingDate: Date;
42
- active: boolean;
43
- }[];
44
- }, {
45
- events: {
46
- location: string;
47
- id: string;
48
- name: string;
49
- date: Date;
50
- startingDate: Date;
51
- endingDate: Date;
52
- active: boolean;
53
- }[];
54
- }>;
55
- declare const GetInvitationsResponseDto_base: import("@anatine/zod-nestjs").ZodDtoStatic<z.ZodObject<{
56
- events: z.ZodArray<z.ZodObject<{
57
- location: z.ZodString;
58
- id: z.ZodString;
59
- name: z.ZodString;
60
- date: z.ZodString;
61
- startingDate: z.ZodString;
62
- endingDate: z.ZodString;
63
- active: z.ZodBoolean;
64
- }, z.UnknownKeysParam, z.ZodTypeAny, {
65
- location: string;
66
- id: string;
67
- name: string;
68
- date: string;
69
- startingDate: string;
70
- endingDate: string;
71
- active: boolean;
72
- }, {
73
- location: string;
74
- id: string;
75
- name: string;
76
- date: string;
77
- startingDate: string;
78
- endingDate: string;
79
- active: boolean;
80
- }>, "many">;
81
- }, z.UnknownKeysParam, z.ZodTypeAny, {
82
- events: {
83
- location: string;
84
- id: string;
85
- name: string;
86
- date: string;
87
- startingDate: string;
88
- endingDate: string;
89
- active: boolean;
90
- }[];
91
- }, {
92
- events: {
93
- location: string;
94
- id: string;
95
- name: string;
96
- date: string;
97
- startingDate: string;
98
- endingDate: string;
99
- active: boolean;
100
- }[];
101
- }>>;
102
- export declare class GetInvitationsResponseDto extends GetInvitationsResponseDto_base {
103
- }
104
- export {};