expo-backend-types 0.60.0-feat-desfile-12-octubre.3 → 0.60.0-feat-desfile-12-octubre.5

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.
@@ -212,9 +212,27 @@ export declare const getAllEventsResponseSchema: z.ZodObject<{
212
212
  amount: number | null;
213
213
  price: number | null;
214
214
  }>, "many">;
215
+ eventProducerLogin: z.ZodArray<z.ZodObject<Pick<{
216
+ mail: z.ZodString;
217
+ password: z.ZodString;
218
+ isActive: z.ZodBoolean;
219
+ }, "password" | "mail" | "isActive">, "strip", z.ZodTypeAny, {
220
+ password: string;
221
+ mail: string;
222
+ isActive: boolean;
223
+ }, {
224
+ password: string;
225
+ mail: string;
226
+ isActive: boolean;
227
+ }>, "many">;
215
228
  }>, "strip", z.ZodTypeAny, {
216
229
  description: string | null;
217
230
  location: string;
231
+ eventProducerLogin: {
232
+ password: string;
233
+ mail: string;
234
+ isActive: boolean;
235
+ }[];
218
236
  id: string;
219
237
  name: string;
220
238
  date: Date;
@@ -285,6 +303,11 @@ export declare const getAllEventsResponseSchema: z.ZodObject<{
285
303
  }, {
286
304
  description: string | null;
287
305
  location: string;
306
+ eventProducerLogin: {
307
+ password: string;
308
+ mail: string;
309
+ isActive: boolean;
310
+ }[];
288
311
  id: string;
289
312
  name: string;
290
313
  date: Date;
@@ -362,6 +385,11 @@ export declare const getAllEventsResponseSchema: z.ZodObject<{
362
385
  events: {
363
386
  description: string | null;
364
387
  location: string;
388
+ eventProducerLogin: {
389
+ password: string;
390
+ mail: string;
391
+ isActive: boolean;
392
+ }[];
365
393
  id: string;
366
394
  name: string;
367
395
  date: Date;
@@ -439,6 +467,11 @@ export declare const getAllEventsResponseSchema: z.ZodObject<{
439
467
  events: {
440
468
  description: string | null;
441
469
  location: string;
470
+ eventProducerLogin: {
471
+ password: string;
472
+ mail: string;
473
+ isActive: boolean;
474
+ }[];
442
475
  id: string;
443
476
  name: string;
444
477
  date: Date;
@@ -713,9 +746,27 @@ export declare const getAllEventsResponseSchema: z.ZodObject<{
713
746
  amount: number | null;
714
747
  price: number | null;
715
748
  }>, "many">;
749
+ eventProducerLogin: z.ZodArray<z.ZodObject<Pick<{
750
+ mail: z.ZodString;
751
+ password: z.ZodString;
752
+ isActive: z.ZodBoolean;
753
+ }, "password" | "mail" | "isActive">, "strip", z.ZodTypeAny, {
754
+ password: string;
755
+ mail: string;
756
+ isActive: boolean;
757
+ }, {
758
+ password: string;
759
+ mail: string;
760
+ isActive: boolean;
761
+ }>, "many">;
716
762
  }>, "strip", z.ZodTypeAny, {
717
763
  description: string | null;
718
764
  location: string;
765
+ eventProducerLogin: {
766
+ password: string;
767
+ mail: string;
768
+ isActive: boolean;
769
+ }[];
719
770
  id: string;
720
771
  name: string;
721
772
  date: Date;
@@ -786,6 +837,11 @@ export declare const getAllEventsResponseSchema: z.ZodObject<{
786
837
  }, {
787
838
  description: string | null;
788
839
  location: string;
840
+ eventProducerLogin: {
841
+ password: string;
842
+ mail: string;
843
+ isActive: boolean;
844
+ }[];
789
845
  id: string;
790
846
  name: string;
791
847
  date: Date;
@@ -864,6 +920,11 @@ export declare const getAllEventsResponseSchema: z.ZodObject<{
864
920
  events: {
865
921
  description: string | null;
866
922
  location: string;
923
+ eventProducerLogin: {
924
+ password: string;
925
+ mail: string;
926
+ isActive: boolean;
927
+ }[];
867
928
  id: string;
868
929
  name: string;
869
930
  date: Date;
@@ -936,6 +997,11 @@ export declare const getAllEventsResponseSchema: z.ZodObject<{
936
997
  withoutFolder: {
937
998
  description: string | null;
938
999
  location: string;
1000
+ eventProducerLogin: {
1001
+ password: string;
1002
+ mail: string;
1003
+ isActive: boolean;
1004
+ }[];
939
1005
  id: string;
940
1006
  name: string;
941
1007
  date: Date;
@@ -1014,6 +1080,11 @@ export declare const getAllEventsResponseSchema: z.ZodObject<{
1014
1080
  events: {
1015
1081
  description: string | null;
1016
1082
  location: string;
1083
+ eventProducerLogin: {
1084
+ password: string;
1085
+ mail: string;
1086
+ isActive: boolean;
1087
+ }[];
1017
1088
  id: string;
1018
1089
  name: string;
1019
1090
  date: Date;
@@ -1086,6 +1157,11 @@ export declare const getAllEventsResponseSchema: z.ZodObject<{
1086
1157
  withoutFolder: {
1087
1158
  description: string | null;
1088
1159
  location: string;
1160
+ eventProducerLogin: {
1161
+ password: string;
1162
+ mail: string;
1163
+ isActive: boolean;
1164
+ }[];
1089
1165
  id: string;
1090
1166
  name: string;
1091
1167
  date: Date;
@@ -1360,9 +1436,27 @@ declare const GetAllEventsResponseDto_base: import("@anatine/zod-nestjs").ZodDto
1360
1436
  amount: number | null;
1361
1437
  price: number | null;
1362
1438
  }>, "many">;
1439
+ eventProducerLogin: z.ZodArray<z.ZodObject<{
1440
+ password: z.ZodString;
1441
+ mail: z.ZodString;
1442
+ isActive: z.ZodBoolean;
1443
+ }, z.UnknownKeysParam, z.ZodTypeAny, {
1444
+ password: string;
1445
+ mail: string;
1446
+ isActive: boolean;
1447
+ }, {
1448
+ password: string;
1449
+ mail: string;
1450
+ isActive: boolean;
1451
+ }>, "many">;
1363
1452
  }, z.UnknownKeysParam, z.ZodTypeAny, {
1364
1453
  description: string | null;
1365
1454
  location: string;
1455
+ eventProducerLogin: {
1456
+ password: string;
1457
+ mail: string;
1458
+ isActive: boolean;
1459
+ }[];
1366
1460
  id: string;
1367
1461
  name: string;
1368
1462
  date: string;
@@ -1433,6 +1527,11 @@ declare const GetAllEventsResponseDto_base: import("@anatine/zod-nestjs").ZodDto
1433
1527
  }, {
1434
1528
  description: string | null;
1435
1529
  location: string;
1530
+ eventProducerLogin: {
1531
+ password: string;
1532
+ mail: string;
1533
+ isActive: boolean;
1534
+ }[];
1436
1535
  id: string;
1437
1536
  name: string;
1438
1537
  date: string;
@@ -1510,6 +1609,11 @@ declare const GetAllEventsResponseDto_base: import("@anatine/zod-nestjs").ZodDto
1510
1609
  events: {
1511
1610
  description: string | null;
1512
1611
  location: string;
1612
+ eventProducerLogin: {
1613
+ password: string;
1614
+ mail: string;
1615
+ isActive: boolean;
1616
+ }[];
1513
1617
  id: string;
1514
1618
  name: string;
1515
1619
  date: string;
@@ -1587,6 +1691,11 @@ declare const GetAllEventsResponseDto_base: import("@anatine/zod-nestjs").ZodDto
1587
1691
  events: {
1588
1692
  description: string | null;
1589
1693
  location: string;
1694
+ eventProducerLogin: {
1695
+ password: string;
1696
+ mail: string;
1697
+ isActive: boolean;
1698
+ }[];
1590
1699
  id: string;
1591
1700
  name: string;
1592
1701
  date: string;
@@ -1854,9 +1963,27 @@ declare const GetAllEventsResponseDto_base: import("@anatine/zod-nestjs").ZodDto
1854
1963
  amount: number | null;
1855
1964
  price: number | null;
1856
1965
  }>, "many">;
1966
+ eventProducerLogin: z.ZodArray<z.ZodObject<{
1967
+ password: z.ZodString;
1968
+ mail: z.ZodString;
1969
+ isActive: z.ZodBoolean;
1970
+ }, z.UnknownKeysParam, z.ZodTypeAny, {
1971
+ password: string;
1972
+ mail: string;
1973
+ isActive: boolean;
1974
+ }, {
1975
+ password: string;
1976
+ mail: string;
1977
+ isActive: boolean;
1978
+ }>, "many">;
1857
1979
  }, z.UnknownKeysParam, z.ZodTypeAny, {
1858
1980
  description: string | null;
1859
1981
  location: string;
1982
+ eventProducerLogin: {
1983
+ password: string;
1984
+ mail: string;
1985
+ isActive: boolean;
1986
+ }[];
1860
1987
  id: string;
1861
1988
  name: string;
1862
1989
  date: string;
@@ -1927,6 +2054,11 @@ declare const GetAllEventsResponseDto_base: import("@anatine/zod-nestjs").ZodDto
1927
2054
  }, {
1928
2055
  description: string | null;
1929
2056
  location: string;
2057
+ eventProducerLogin: {
2058
+ password: string;
2059
+ mail: string;
2060
+ isActive: boolean;
2061
+ }[];
1930
2062
  id: string;
1931
2063
  name: string;
1932
2064
  date: string;
@@ -2005,6 +2137,11 @@ declare const GetAllEventsResponseDto_base: import("@anatine/zod-nestjs").ZodDto
2005
2137
  events: {
2006
2138
  description: string | null;
2007
2139
  location: string;
2140
+ eventProducerLogin: {
2141
+ password: string;
2142
+ mail: string;
2143
+ isActive: boolean;
2144
+ }[];
2008
2145
  id: string;
2009
2146
  name: string;
2010
2147
  date: string;
@@ -2077,6 +2214,11 @@ declare const GetAllEventsResponseDto_base: import("@anatine/zod-nestjs").ZodDto
2077
2214
  withoutFolder: {
2078
2215
  description: string | null;
2079
2216
  location: string;
2217
+ eventProducerLogin: {
2218
+ password: string;
2219
+ mail: string;
2220
+ isActive: boolean;
2221
+ }[];
2080
2222
  id: string;
2081
2223
  name: string;
2082
2224
  date: string;
@@ -2155,6 +2297,11 @@ declare const GetAllEventsResponseDto_base: import("@anatine/zod-nestjs").ZodDto
2155
2297
  events: {
2156
2298
  description: string | null;
2157
2299
  location: string;
2300
+ eventProducerLogin: {
2301
+ password: string;
2302
+ mail: string;
2303
+ isActive: boolean;
2304
+ }[];
2158
2305
  id: string;
2159
2306
  name: string;
2160
2307
  date: string;
@@ -2227,6 +2374,11 @@ declare const GetAllEventsResponseDto_base: import("@anatine/zod-nestjs").ZodDto
2227
2374
  withoutFolder: {
2228
2375
  description: string | null;
2229
2376
  location: string;
2377
+ eventProducerLogin: {
2378
+ password: string;
2379
+ mail: string;
2380
+ isActive: boolean;
2381
+ }[];
2230
2382
  id: string;
2231
2383
  name: string;
2232
2384
  date: string;
@@ -34,6 +34,11 @@ const eventWithAllThings = event_dto_1.eventSchema.merge(zod_1.default.object({
34
34
  type: true,
35
35
  price: true,
36
36
  }))),
37
+ eventProducerLogin: zod_1.default.array(event_dto_1.eventProducerLoginSchema.pick({
38
+ mail: true,
39
+ password: true,
40
+ isActive: true,
41
+ })),
37
42
  }));
38
43
  exports.getAllEventsResponseSchema = zod_1.default.object({
39
44
  folders: zod_1.default.array(event_folder_dto_1.eventFolderSchema.merge(zod_1.default.object({