expo-backend-types 0.38.0 → 0.39.0

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.
@@ -224,6 +224,138 @@ export declare const getByIdEventResponseSchema: z.ZodObject<z.objectUtil.extend
224
224
  updated_at: Date;
225
225
  ticketGroupId: string | null;
226
226
  }>, "many">;
227
+ tagAssisted: z.ZodObject<z.objectUtil.extendShape<{
228
+ id: z.ZodString;
229
+ name: z.ZodString;
230
+ groupId: z.ZodString;
231
+ type: z.ZodNativeEnum<{
232
+ PROFILE: "PROFILE";
233
+ EVENT: "EVENT";
234
+ PARTICIPANT: "PARTICIPANT";
235
+ NOT_IN_SYSTEM: "NOT_IN_SYSTEM";
236
+ }>;
237
+ created_at: z.ZodDate;
238
+ updated_at: z.ZodDate;
239
+ }, {
240
+ group: z.ZodObject<{
241
+ id: z.ZodString;
242
+ name: z.ZodString;
243
+ color: z.ZodString;
244
+ isExclusive: z.ZodBoolean;
245
+ created_at: z.ZodDate;
246
+ updated_at: z.ZodDate;
247
+ }, "strip", z.ZodTypeAny, {
248
+ id: string;
249
+ name: string;
250
+ color: string;
251
+ created_at: Date;
252
+ updated_at: Date;
253
+ isExclusive: boolean;
254
+ }, {
255
+ id: string;
256
+ name: string;
257
+ color: string;
258
+ created_at: Date;
259
+ updated_at: Date;
260
+ isExclusive: boolean;
261
+ }>;
262
+ }>, "strip", z.ZodTypeAny, {
263
+ id: string;
264
+ name: string;
265
+ type: "PARTICIPANT" | "PROFILE" | "EVENT" | "NOT_IN_SYSTEM";
266
+ created_at: Date;
267
+ updated_at: Date;
268
+ groupId: string;
269
+ group: {
270
+ id: string;
271
+ name: string;
272
+ color: string;
273
+ created_at: Date;
274
+ updated_at: Date;
275
+ isExclusive: boolean;
276
+ };
277
+ }, {
278
+ id: string;
279
+ name: string;
280
+ type: "PARTICIPANT" | "PROFILE" | "EVENT" | "NOT_IN_SYSTEM";
281
+ created_at: Date;
282
+ updated_at: Date;
283
+ groupId: string;
284
+ group: {
285
+ id: string;
286
+ name: string;
287
+ color: string;
288
+ created_at: Date;
289
+ updated_at: Date;
290
+ isExclusive: boolean;
291
+ };
292
+ }>;
293
+ tagConfirmed: z.ZodObject<z.objectUtil.extendShape<{
294
+ id: z.ZodString;
295
+ name: z.ZodString;
296
+ groupId: z.ZodString;
297
+ type: z.ZodNativeEnum<{
298
+ PROFILE: "PROFILE";
299
+ EVENT: "EVENT";
300
+ PARTICIPANT: "PARTICIPANT";
301
+ NOT_IN_SYSTEM: "NOT_IN_SYSTEM";
302
+ }>;
303
+ created_at: z.ZodDate;
304
+ updated_at: z.ZodDate;
305
+ }, {
306
+ group: z.ZodObject<{
307
+ id: z.ZodString;
308
+ name: z.ZodString;
309
+ color: z.ZodString;
310
+ isExclusive: z.ZodBoolean;
311
+ created_at: z.ZodDate;
312
+ updated_at: z.ZodDate;
313
+ }, "strip", z.ZodTypeAny, {
314
+ id: string;
315
+ name: string;
316
+ color: string;
317
+ created_at: Date;
318
+ updated_at: Date;
319
+ isExclusive: boolean;
320
+ }, {
321
+ id: string;
322
+ name: string;
323
+ color: string;
324
+ created_at: Date;
325
+ updated_at: Date;
326
+ isExclusive: boolean;
327
+ }>;
328
+ }>, "strip", z.ZodTypeAny, {
329
+ id: string;
330
+ name: string;
331
+ type: "PARTICIPANT" | "PROFILE" | "EVENT" | "NOT_IN_SYSTEM";
332
+ created_at: Date;
333
+ updated_at: Date;
334
+ groupId: string;
335
+ group: {
336
+ id: string;
337
+ name: string;
338
+ color: string;
339
+ created_at: Date;
340
+ updated_at: Date;
341
+ isExclusive: boolean;
342
+ };
343
+ }, {
344
+ id: string;
345
+ name: string;
346
+ type: "PARTICIPANT" | "PROFILE" | "EVENT" | "NOT_IN_SYSTEM";
347
+ created_at: Date;
348
+ updated_at: Date;
349
+ groupId: string;
350
+ group: {
351
+ id: string;
352
+ name: string;
353
+ color: string;
354
+ created_at: Date;
355
+ updated_at: Date;
356
+ isExclusive: boolean;
357
+ };
358
+ }>;
227
359
  }>, "strip", z.ZodTypeAny, {
228
360
  location: string;
229
361
  id: string;
@@ -302,6 +434,38 @@ export declare const getByIdEventResponseSchema: z.ZodObject<z.objectUtil.extend
302
434
  updated_at: Date;
303
435
  ticketGroupId: string | null;
304
436
  }[];
437
+ tagAssisted: {
438
+ id: string;
439
+ name: string;
440
+ type: "PARTICIPANT" | "PROFILE" | "EVENT" | "NOT_IN_SYSTEM";
441
+ created_at: Date;
442
+ updated_at: Date;
443
+ groupId: string;
444
+ group: {
445
+ id: string;
446
+ name: string;
447
+ color: string;
448
+ created_at: Date;
449
+ updated_at: Date;
450
+ isExclusive: boolean;
451
+ };
452
+ };
453
+ tagConfirmed: {
454
+ id: string;
455
+ name: string;
456
+ type: "PARTICIPANT" | "PROFILE" | "EVENT" | "NOT_IN_SYSTEM";
457
+ created_at: Date;
458
+ updated_at: Date;
459
+ groupId: string;
460
+ group: {
461
+ id: string;
462
+ name: string;
463
+ color: string;
464
+ created_at: Date;
465
+ updated_at: Date;
466
+ isExclusive: boolean;
467
+ };
468
+ };
305
469
  }, {
306
470
  location: string;
307
471
  id: string;
@@ -380,6 +544,38 @@ export declare const getByIdEventResponseSchema: z.ZodObject<z.objectUtil.extend
380
544
  updated_at: Date;
381
545
  ticketGroupId: string | null;
382
546
  }[];
547
+ tagAssisted: {
548
+ id: string;
549
+ name: string;
550
+ type: "PARTICIPANT" | "PROFILE" | "EVENT" | "NOT_IN_SYSTEM";
551
+ created_at: Date;
552
+ updated_at: Date;
553
+ groupId: string;
554
+ group: {
555
+ id: string;
556
+ name: string;
557
+ color: string;
558
+ created_at: Date;
559
+ updated_at: Date;
560
+ isExclusive: boolean;
561
+ };
562
+ };
563
+ tagConfirmed: {
564
+ id: string;
565
+ name: string;
566
+ type: "PARTICIPANT" | "PROFILE" | "EVENT" | "NOT_IN_SYSTEM";
567
+ created_at: Date;
568
+ updated_at: Date;
569
+ groupId: string;
570
+ group: {
571
+ id: string;
572
+ name: string;
573
+ color: string;
574
+ created_at: Date;
575
+ updated_at: Date;
576
+ isExclusive: boolean;
577
+ };
578
+ };
383
579
  }>;
384
580
  declare const GetByIdEventResponseDto_base: import("@anatine/zod-nestjs").ZodDtoStatic<z.ZodObject<{
385
581
  id: z.ZodString;
@@ -604,6 +800,136 @@ declare const GetByIdEventResponseDto_base: import("@anatine/zod-nestjs").ZodDto
604
800
  updated_at: string;
605
801
  ticketGroupId: string | null;
606
802
  }>, "many">;
803
+ tagAssisted: z.ZodObject<{
804
+ id: z.ZodString;
805
+ name: z.ZodString;
806
+ groupId: z.ZodString;
807
+ type: z.ZodNativeEnum<{
808
+ PROFILE: "PROFILE";
809
+ EVENT: "EVENT";
810
+ PARTICIPANT: "PARTICIPANT";
811
+ NOT_IN_SYSTEM: "NOT_IN_SYSTEM";
812
+ }>;
813
+ created_at: z.ZodString;
814
+ updated_at: z.ZodString;
815
+ group: z.ZodObject<{
816
+ id: z.ZodString;
817
+ name: z.ZodString;
818
+ color: z.ZodString;
819
+ isExclusive: z.ZodBoolean;
820
+ created_at: z.ZodString;
821
+ updated_at: z.ZodString;
822
+ }, z.UnknownKeysParam, z.ZodTypeAny, {
823
+ id: string;
824
+ name: string;
825
+ color: string;
826
+ created_at: string;
827
+ updated_at: string;
828
+ isExclusive: boolean;
829
+ }, {
830
+ id: string;
831
+ name: string;
832
+ color: string;
833
+ created_at: string;
834
+ updated_at: string;
835
+ isExclusive: boolean;
836
+ }>;
837
+ }, z.UnknownKeysParam, z.ZodTypeAny, {
838
+ id: string;
839
+ name: string;
840
+ type: "PARTICIPANT" | "PROFILE" | "EVENT" | "NOT_IN_SYSTEM";
841
+ created_at: string;
842
+ updated_at: string;
843
+ groupId: string;
844
+ group: {
845
+ id: string;
846
+ name: string;
847
+ color: string;
848
+ created_at: string;
849
+ updated_at: string;
850
+ isExclusive: boolean;
851
+ };
852
+ }, {
853
+ id: string;
854
+ name: string;
855
+ type: "PARTICIPANT" | "PROFILE" | "EVENT" | "NOT_IN_SYSTEM";
856
+ created_at: string;
857
+ updated_at: string;
858
+ groupId: string;
859
+ group: {
860
+ id: string;
861
+ name: string;
862
+ color: string;
863
+ created_at: string;
864
+ updated_at: string;
865
+ isExclusive: boolean;
866
+ };
867
+ }>;
868
+ tagConfirmed: z.ZodObject<{
869
+ id: z.ZodString;
870
+ name: z.ZodString;
871
+ groupId: z.ZodString;
872
+ type: z.ZodNativeEnum<{
873
+ PROFILE: "PROFILE";
874
+ EVENT: "EVENT";
875
+ PARTICIPANT: "PARTICIPANT";
876
+ NOT_IN_SYSTEM: "NOT_IN_SYSTEM";
877
+ }>;
878
+ created_at: z.ZodString;
879
+ updated_at: z.ZodString;
880
+ group: z.ZodObject<{
881
+ id: z.ZodString;
882
+ name: z.ZodString;
883
+ color: z.ZodString;
884
+ isExclusive: z.ZodBoolean;
885
+ created_at: z.ZodString;
886
+ updated_at: z.ZodString;
887
+ }, z.UnknownKeysParam, z.ZodTypeAny, {
888
+ id: string;
889
+ name: string;
890
+ color: string;
891
+ created_at: string;
892
+ updated_at: string;
893
+ isExclusive: boolean;
894
+ }, {
895
+ id: string;
896
+ name: string;
897
+ color: string;
898
+ created_at: string;
899
+ updated_at: string;
900
+ isExclusive: boolean;
901
+ }>;
902
+ }, z.UnknownKeysParam, z.ZodTypeAny, {
903
+ id: string;
904
+ name: string;
905
+ type: "PARTICIPANT" | "PROFILE" | "EVENT" | "NOT_IN_SYSTEM";
906
+ created_at: string;
907
+ updated_at: string;
908
+ groupId: string;
909
+ group: {
910
+ id: string;
911
+ name: string;
912
+ color: string;
913
+ created_at: string;
914
+ updated_at: string;
915
+ isExclusive: boolean;
916
+ };
917
+ }, {
918
+ id: string;
919
+ name: string;
920
+ type: "PARTICIPANT" | "PROFILE" | "EVENT" | "NOT_IN_SYSTEM";
921
+ created_at: string;
922
+ updated_at: string;
923
+ groupId: string;
924
+ group: {
925
+ id: string;
926
+ name: string;
927
+ color: string;
928
+ created_at: string;
929
+ updated_at: string;
930
+ isExclusive: boolean;
931
+ };
932
+ }>;
607
933
  }, z.UnknownKeysParam, z.ZodTypeAny, {
608
934
  location: string;
609
935
  id: string;
@@ -682,6 +1008,38 @@ declare const GetByIdEventResponseDto_base: import("@anatine/zod-nestjs").ZodDto
682
1008
  updated_at: string;
683
1009
  ticketGroupId: string | null;
684
1010
  }[];
1011
+ tagAssisted: {
1012
+ id: string;
1013
+ name: string;
1014
+ type: "PARTICIPANT" | "PROFILE" | "EVENT" | "NOT_IN_SYSTEM";
1015
+ created_at: string;
1016
+ updated_at: string;
1017
+ groupId: string;
1018
+ group: {
1019
+ id: string;
1020
+ name: string;
1021
+ color: string;
1022
+ created_at: string;
1023
+ updated_at: string;
1024
+ isExclusive: boolean;
1025
+ };
1026
+ };
1027
+ tagConfirmed: {
1028
+ id: string;
1029
+ name: string;
1030
+ type: "PARTICIPANT" | "PROFILE" | "EVENT" | "NOT_IN_SYSTEM";
1031
+ created_at: string;
1032
+ updated_at: string;
1033
+ groupId: string;
1034
+ group: {
1035
+ id: string;
1036
+ name: string;
1037
+ color: string;
1038
+ created_at: string;
1039
+ updated_at: string;
1040
+ isExclusive: boolean;
1041
+ };
1042
+ };
685
1043
  }, {
686
1044
  location: string;
687
1045
  id: string;
@@ -760,6 +1118,38 @@ declare const GetByIdEventResponseDto_base: import("@anatine/zod-nestjs").ZodDto
760
1118
  updated_at: string;
761
1119
  ticketGroupId: string | null;
762
1120
  }[];
1121
+ tagAssisted: {
1122
+ id: string;
1123
+ name: string;
1124
+ type: "PARTICIPANT" | "PROFILE" | "EVENT" | "NOT_IN_SYSTEM";
1125
+ created_at: string;
1126
+ updated_at: string;
1127
+ groupId: string;
1128
+ group: {
1129
+ id: string;
1130
+ name: string;
1131
+ color: string;
1132
+ created_at: string;
1133
+ updated_at: string;
1134
+ isExclusive: boolean;
1135
+ };
1136
+ };
1137
+ tagConfirmed: {
1138
+ id: string;
1139
+ name: string;
1140
+ type: "PARTICIPANT" | "PROFILE" | "EVENT" | "NOT_IN_SYSTEM";
1141
+ created_at: string;
1142
+ updated_at: string;
1143
+ groupId: string;
1144
+ group: {
1145
+ id: string;
1146
+ name: string;
1147
+ color: string;
1148
+ created_at: string;
1149
+ updated_at: string;
1150
+ isExclusive: boolean;
1151
+ };
1152
+ };
763
1153
  }>>;
764
1154
  export declare class GetByIdEventResponseDto extends GetByIdEventResponseDto_base {
765
1155
  }
@@ -17,6 +17,8 @@ exports.getByIdEventResponseSchema = event_dto_1.eventSchema.merge(zod_1.default
17
17
  eventTickets: zod_1.default.array(event_tickets_dto_1.eventTicketsSchema),
18
18
  tags: zod_1.default.array(tag_dto_1.tagSchema.extend({ group: tag_group_dto_1.tagGroupSchema })),
19
19
  tickets: zod_1.default.array(ticket_dto_1.ticketSchema),
20
+ tagAssisted: tag_dto_1.tagSchema.extend({ group: tag_group_dto_1.tagGroupSchema }),
21
+ tagConfirmed: tag_dto_1.tagSchema.extend({ group: tag_group_dto_1.tagGroupSchema }),
20
22
  }));
21
23
  class GetByIdEventResponseDto extends (0, create_zod_dto_without_date_1.createZodDtoWithoutDate)(exports.getByIdEventResponseSchema) {
22
24
  }
@@ -2165,6 +2165,38 @@ export interface components {
2165
2165
  created_at: string;
2166
2166
  updated_at: string;
2167
2167
  }[];
2168
+ tagAssisted: {
2169
+ id: string;
2170
+ name: string;
2171
+ groupId: string;
2172
+ type: "PROFILE" | "EVENT" | "PARTICIPANT" | "NOT_IN_SYSTEM";
2173
+ created_at: string;
2174
+ updated_at: string;
2175
+ group: {
2176
+ id: string;
2177
+ name: string;
2178
+ color: string;
2179
+ isExclusive: boolean;
2180
+ created_at: string;
2181
+ updated_at: string;
2182
+ };
2183
+ };
2184
+ tagConfirmed: {
2185
+ id: string;
2186
+ name: string;
2187
+ groupId: string;
2188
+ type: "PROFILE" | "EVENT" | "PARTICIPANT" | "NOT_IN_SYSTEM";
2189
+ created_at: string;
2190
+ updated_at: string;
2191
+ group: {
2192
+ id: string;
2193
+ name: string;
2194
+ color: string;
2195
+ isExclusive: boolean;
2196
+ created_at: string;
2197
+ updated_at: string;
2198
+ };
2199
+ };
2168
2200
  };
2169
2201
  UpdateEventDto: {
2170
2202
  name: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "expo-backend-types",
3
- "version": "0.38.0",
3
+ "version": "0.39.0",
4
4
  "description": "",
5
5
  "author": "Expo",
6
6
  "private": false,