expo-backend-types 0.47.0-EXPO-344-ExpoBackend-Agregado-de-campos-en-schema.1 → 0.47.0-EXPO-339-Testing-y-bugfixing.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.
- package/dist/src/event/dto/create-event.dto.d.ts +23 -72
- package/dist/src/event/dto/create-event.dto.js +1 -7
- package/dist/src/event/dto/delete-event.dto.d.ts +0 -18
- package/dist/src/event/dto/event-tickets.dto.d.ts +33 -2
- package/dist/src/event/dto/event-tickets.dto.js +18 -8
- package/dist/src/event/dto/event.dto.d.ts +0 -9
- package/dist/src/event/dto/event.dto.js +0 -13
- package/dist/src/event/dto/get-active-events.dto.d.ts +23 -33
- package/dist/src/event/dto/get-all-event.dto.d.ts +48 -272
- package/dist/src/event/dto/get-all-event.dto.js +2 -2
- package/dist/src/event/dto/get-by-id-event.dto.d.ts +23 -99
- package/dist/src/event/dto/toggle-active-event.dto.d.ts +0 -9
- package/dist/src/event/dto/update-event.dto.d.ts +44 -31
- package/dist/src/event/dto/update-event.dto.js +2 -2
- package/dist/src/event-folder/dto/get-all-event-folder.dto.d.ts +0 -42
- package/dist/src/event-folder/dto/get-by-id-event-folder.dto.d.ts +0 -30
- package/dist/src/i18n/es.d.ts +1 -7
- package/dist/src/i18n/es.js +3 -7
- package/dist/src/i18n/es.js.map +1 -1
- package/dist/src/mi-expo/dto/get-invitations.dto.d.ts +0 -3
- package/dist/src/ticket/dto/create-many-ticket.dto.d.ts +0 -30
- package/dist/src/ticket/dto/create-ticket.dto.d.ts +0 -30
- package/dist/src/ticket/dto/find-all-tickets.dto.d.ts +0 -3
- package/dist/src/ticket/dto/find-by-event-ticket.dto.d.ts +0 -3
- package/dist/src/ticket/dto/find-by-id-ticket.dto.d.ts +0 -42
- package/dist/src/ticket/dto/find-by-mail-ticket.dto.d.ts +0 -3
- package/dist/src/ticket/dto/find-by-profile-id-ticket.dto.d.ts +0 -42
- package/dist/src/ticket-group/dto/create-ticket-group.dto.d.ts +0 -30
- package/dist/types/prisma-schema/edge.js +3 -6
- package/dist/types/prisma-schema/index-browser.js +0 -3
- package/dist/types/prisma-schema/index.d.ts +1 -214
- package/dist/types/prisma-schema/index.js +3 -6
- package/dist/types/prisma-schema/package.json +1 -1
- package/dist/types/prisma-schema/schema.prisma +6 -9
- package/dist/types/prisma-schema/wasm.js +0 -3
- package/dist/types/schema.d.ts +0 -66
- package/package.json +2 -1
package/dist/types/schema.d.ts
CHANGED
@@ -1925,9 +1925,6 @@ export interface components {
|
|
1925
1925
|
startingDate: string;
|
1926
1926
|
endingDate: string;
|
1927
1927
|
location: string;
|
1928
|
-
mainPictureUrl: string | null;
|
1929
|
-
bannerUrl: string | null;
|
1930
|
-
description: string | null;
|
1931
1928
|
folderId: string | null;
|
1932
1929
|
tagAssistedId: string;
|
1933
1930
|
tagConfirmedId: string;
|
@@ -1951,9 +1948,6 @@ export interface components {
|
|
1951
1948
|
startingDate: string;
|
1952
1949
|
endingDate: string;
|
1953
1950
|
location: string;
|
1954
|
-
mainPictureUrl: string | null;
|
1955
|
-
bannerUrl: string | null;
|
1956
|
-
description: string | null;
|
1957
1951
|
folderId: string | null;
|
1958
1952
|
tagAssistedId: string;
|
1959
1953
|
tagConfirmedId: string;
|
@@ -1988,18 +1982,12 @@ export interface components {
|
|
1988
1982
|
endingDate: string;
|
1989
1983
|
location: string;
|
1990
1984
|
folderId: string | null;
|
1991
|
-
mainPictureUrl: string | null;
|
1992
|
-
bannerUrl: string | null;
|
1993
|
-
description: string | null;
|
1994
1985
|
subEvents?: {
|
1995
1986
|
name: string;
|
1996
1987
|
date: string;
|
1997
1988
|
startingDate: string;
|
1998
1989
|
endingDate: string;
|
1999
1990
|
location: string;
|
2000
|
-
mainPictureUrl: string | null;
|
2001
|
-
bannerUrl: string | null;
|
2002
|
-
description: string | null;
|
2003
1991
|
}[];
|
2004
1992
|
tagsId: string[];
|
2005
1993
|
eventTickets: {
|
@@ -2015,9 +2003,6 @@ export interface components {
|
|
2015
2003
|
startingDate: string;
|
2016
2004
|
endingDate: string;
|
2017
2005
|
location: string;
|
2018
|
-
mainPictureUrl: string | null;
|
2019
|
-
bannerUrl: string | null;
|
2020
|
-
description: string | null;
|
2021
2006
|
folderId: string | null;
|
2022
2007
|
tagAssistedId: string;
|
2023
2008
|
tagConfirmedId: string;
|
@@ -2040,9 +2025,6 @@ export interface components {
|
|
2040
2025
|
startingDate: string;
|
2041
2026
|
endingDate: string;
|
2042
2027
|
location: string;
|
2043
|
-
mainPictureUrl: string | null;
|
2044
|
-
bannerUrl: string | null;
|
2045
|
-
description: string | null;
|
2046
2028
|
folderId: string | null;
|
2047
2029
|
tagAssistedId: string;
|
2048
2030
|
tagConfirmedId: string;
|
@@ -2057,9 +2039,6 @@ export interface components {
|
|
2057
2039
|
startingDate: string;
|
2058
2040
|
endingDate: string;
|
2059
2041
|
location: string;
|
2060
|
-
mainPictureUrl: string | null;
|
2061
|
-
bannerUrl: string | null;
|
2062
|
-
description: string | null;
|
2063
2042
|
folderId: string | null;
|
2064
2043
|
tagAssistedId: string;
|
2065
2044
|
tagConfirmedId: string;
|
@@ -2075,9 +2054,6 @@ export interface components {
|
|
2075
2054
|
startingDate: string;
|
2076
2055
|
endingDate: string;
|
2077
2056
|
location: string;
|
2078
|
-
mainPictureUrl: string | null;
|
2079
|
-
bannerUrl: string | null;
|
2080
|
-
description: string | null;
|
2081
2057
|
folderId: string | null;
|
2082
2058
|
tagAssistedId: string;
|
2083
2059
|
tagConfirmedId: string;
|
@@ -2112,9 +2088,6 @@ export interface components {
|
|
2112
2088
|
startingDate: string;
|
2113
2089
|
endingDate: string;
|
2114
2090
|
location: string;
|
2115
|
-
mainPictureUrl: string | null;
|
2116
|
-
bannerUrl: string | null;
|
2117
|
-
description: string | null;
|
2118
2091
|
folderId: string | null;
|
2119
2092
|
tagAssistedId: string;
|
2120
2093
|
tagConfirmedId: string;
|
@@ -2129,9 +2102,6 @@ export interface components {
|
|
2129
2102
|
startingDate: string;
|
2130
2103
|
endingDate: string;
|
2131
2104
|
location: string;
|
2132
|
-
mainPictureUrl: string | null;
|
2133
|
-
bannerUrl: string | null;
|
2134
|
-
description: string | null;
|
2135
2105
|
folderId: string | null;
|
2136
2106
|
tagAssistedId: string;
|
2137
2107
|
tagConfirmedId: string;
|
@@ -2147,9 +2117,6 @@ export interface components {
|
|
2147
2117
|
startingDate: string;
|
2148
2118
|
endingDate: string;
|
2149
2119
|
location: string;
|
2150
|
-
mainPictureUrl: string | null;
|
2151
|
-
bannerUrl: string | null;
|
2152
|
-
description: string | null;
|
2153
2120
|
folderId: string | null;
|
2154
2121
|
tagAssistedId: string;
|
2155
2122
|
tagConfirmedId: string;
|
@@ -2185,9 +2152,6 @@ export interface components {
|
|
2185
2152
|
startingDate: string;
|
2186
2153
|
endingDate: string;
|
2187
2154
|
location: string;
|
2188
|
-
mainPictureUrl: string | null;
|
2189
|
-
bannerUrl: string | null;
|
2190
|
-
description: string | null;
|
2191
2155
|
folderId: string | null;
|
2192
2156
|
tagAssistedId: string;
|
2193
2157
|
tagConfirmedId: string;
|
@@ -2210,9 +2174,6 @@ export interface components {
|
|
2210
2174
|
startingDate: string;
|
2211
2175
|
endingDate: string;
|
2212
2176
|
location: string;
|
2213
|
-
mainPictureUrl: string | null;
|
2214
|
-
bannerUrl: string | null;
|
2215
|
-
description: string | null;
|
2216
2177
|
folderId: string | null;
|
2217
2178
|
tagAssistedId: string;
|
2218
2179
|
tagConfirmedId: string;
|
@@ -2227,9 +2188,6 @@ export interface components {
|
|
2227
2188
|
startingDate: string;
|
2228
2189
|
endingDate: string;
|
2229
2190
|
location: string;
|
2230
|
-
mainPictureUrl: string | null;
|
2231
|
-
bannerUrl: string | null;
|
2232
|
-
description: string | null;
|
2233
2191
|
folderId: string | null;
|
2234
2192
|
tagAssistedId: string;
|
2235
2193
|
tagConfirmedId: string;
|
@@ -2245,9 +2203,6 @@ export interface components {
|
|
2245
2203
|
startingDate: string;
|
2246
2204
|
endingDate: string;
|
2247
2205
|
location: string;
|
2248
|
-
mainPictureUrl: string | null;
|
2249
|
-
bannerUrl: string | null;
|
2250
|
-
description: string | null;
|
2251
2206
|
folderId: string | null;
|
2252
2207
|
tagAssistedId: string;
|
2253
2208
|
tagConfirmedId: string;
|
@@ -2354,9 +2309,6 @@ export interface components {
|
|
2354
2309
|
startingDate: string;
|
2355
2310
|
endingDate: string;
|
2356
2311
|
location: string;
|
2357
|
-
mainPictureUrl: string | null;
|
2358
|
-
bannerUrl: string | null;
|
2359
|
-
description: string | null;
|
2360
2312
|
folderId: string | null;
|
2361
2313
|
tagAssistedId: string;
|
2362
2314
|
tagConfirmedId: string;
|
@@ -2394,9 +2346,6 @@ export interface components {
|
|
2394
2346
|
startingDate: string;
|
2395
2347
|
endingDate: string;
|
2396
2348
|
location: string;
|
2397
|
-
mainPictureUrl: string | null;
|
2398
|
-
bannerUrl: string | null;
|
2399
|
-
description: string | null;
|
2400
2349
|
folderId: string | null;
|
2401
2350
|
tagAssistedId: string;
|
2402
2351
|
tagConfirmedId: string;
|
@@ -2964,9 +2913,6 @@ export interface components {
|
|
2964
2913
|
startingDate: string;
|
2965
2914
|
endingDate: string;
|
2966
2915
|
location: string;
|
2967
|
-
mainPictureUrl: string | null;
|
2968
|
-
bannerUrl: string | null;
|
2969
|
-
description: string | null;
|
2970
2916
|
folderId: string | null;
|
2971
2917
|
tagAssistedId: string;
|
2972
2918
|
tagConfirmedId: string;
|
@@ -3007,9 +2953,6 @@ export interface components {
|
|
3007
2953
|
startingDate: string;
|
3008
2954
|
endingDate: string;
|
3009
2955
|
location: string;
|
3010
|
-
mainPictureUrl: string | null;
|
3011
|
-
bannerUrl: string | null;
|
3012
|
-
description: string | null;
|
3013
2956
|
folderId: string | null;
|
3014
2957
|
tagAssistedId: string;
|
3015
2958
|
tagConfirmedId: string;
|
@@ -3067,9 +3010,6 @@ export interface components {
|
|
3067
3010
|
startingDate: string;
|
3068
3011
|
endingDate: string;
|
3069
3012
|
location: string;
|
3070
|
-
mainPictureUrl: string | null;
|
3071
|
-
bannerUrl: string | null;
|
3072
|
-
description: string | null;
|
3073
3013
|
folderId: string | null;
|
3074
3014
|
tagAssistedId: string;
|
3075
3015
|
tagConfirmedId: string;
|
@@ -3222,9 +3162,6 @@ export interface components {
|
|
3222
3162
|
startingDate: string;
|
3223
3163
|
endingDate: string;
|
3224
3164
|
location: string;
|
3225
|
-
mainPictureUrl: string | null;
|
3226
|
-
bannerUrl: string | null;
|
3227
|
-
description: string | null;
|
3228
3165
|
folderId: string | null;
|
3229
3166
|
tagAssistedId: string;
|
3230
3167
|
tagConfirmedId: string;
|
@@ -3337,9 +3274,6 @@ export interface components {
|
|
3337
3274
|
startingDate: string;
|
3338
3275
|
endingDate: string;
|
3339
3276
|
location: string;
|
3340
|
-
mainPictureUrl: string | null;
|
3341
|
-
bannerUrl: string | null;
|
3342
|
-
description: string | null;
|
3343
3277
|
folderId: string | null;
|
3344
3278
|
tagAssistedId: string;
|
3345
3279
|
tagConfirmedId: string;
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "expo-backend-types",
|
3
|
-
"version": "0.47.0-EXPO-
|
3
|
+
"version": "0.47.0-EXPO-339-Testing-y-bugfixing.1",
|
4
4
|
"description": "",
|
5
5
|
"author": "Expo",
|
6
6
|
"private": false,
|
@@ -44,6 +44,7 @@
|
|
44
44
|
"devDependencies": {
|
45
45
|
"@arethetypeswrong/cli": "^0.17.3",
|
46
46
|
"@changesets/cli": "^2.27.7",
|
47
|
+
"@date-fns/tz": "^1.2.0",
|
47
48
|
"@nestjs/cli": "^11.0.5",
|
48
49
|
"@nestjs/common": "^11.0.12",
|
49
50
|
"@nestjs/config": "^4.0.2",
|