expo-backend-types 0.58.0 → 0.59.0-EXPO-405-EB-Rutas-necesarias.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/account/dto/account.dto.d.ts +4 -4
- package/dist/src/account/dto/create-account.dto.d.ts +13 -13
- package/dist/src/account/dto/get-global-filter.dto.d.ts +10 -8
- package/dist/src/account/dto/get-me.dto.d.ts +26 -22
- package/dist/src/account/dto/update-global-filter.dto.d.ts +14 -12
- package/dist/src/auth/dto/login.dto.d.ts +10 -10
- package/dist/src/dynamic-form/dto/find-all-dynamic-form.dto.d.ts +18 -16
- package/dist/src/dynamic-form/dto/find-by-id-dynamic-question.dto.d.ts +14 -12
- package/dist/src/dynamic-form/dto/submit-dynamic-form.dto.d.ts +4 -4
- package/dist/src/event/dto/get-all-event.dto.d.ts +32 -28
- package/dist/src/event/dto/get-by-id-event.dto.d.ts +50 -40
- package/dist/src/event/dto/update-event.dto.d.ts +10 -8
- package/dist/src/i18n/es.d.ts +18 -0
- package/dist/src/i18n/es.js +18 -0
- package/dist/src/i18n/es.js.map +1 -1
- package/dist/src/mi-expo/dto/get-me.dto.d.ts +4 -4
- package/dist/src/mi-expo/dto/login-with-phone.dto.d.ts +6 -6
- package/dist/src/mi-expo/dto/login.dto.d.ts +6 -6
- package/dist/src/mi-expo/dto/update-me-first-time.dto.d.ts +4 -4
- package/dist/src/mi-expo/dto/update-me.dto.d.ts +4 -4
- package/dist/src/otp/dto/verify-otp.dto.d.ts +4 -4
- package/dist/src/production/dto/create-role.dto.d.ts +7 -4
- package/dist/src/production/dto/get-all-production.dto.d.ts +6 -6
- package/dist/src/production-affiliation-request/dto/find-by-production-affiliation-request.dto.d.ts +6 -6
- package/dist/src/production-affiliation-request/dto/update-production-affiliation-request.dto.d.ts +4 -4
- package/dist/src/profile/dto/delete-profile.dto.d.ts +2 -2
- package/dist/src/profile/dto/find-all-profile.dto.d.ts +18 -16
- package/dist/src/profile/dto/find-by-date-range-profile.dto.d.ts +30 -26
- package/dist/src/profile/dto/find-by-id-profile.dto.d.ts +14 -12
- package/dist/src/profile/dto/find-by-phone-number.dto.d.ts +2 -2
- package/dist/src/profile/dto/find-by-tag-groups-profile.dto.d.ts +18 -16
- package/dist/src/profile/dto/find-by-tags-profile.dto.d.ts +18 -16
- package/dist/src/profile/dto/find-with-active-chat.dto.d.ts +18 -16
- package/dist/src/profile/dto/profile.dto.d.ts +1 -1
- package/dist/src/profile/dto/update-profile.dto.d.ts +2 -2
- package/dist/src/role/dto/create-role.dto.d.ts +92 -0
- package/dist/src/role/dto/create-role.dto.js +16 -0
- package/dist/src/role/dto/delete-role.dto.d.ts +63 -0
- package/dist/src/role/dto/delete-role.dto.js +10 -0
- package/dist/src/role/dto/find-all.dto.d.ts +63 -0
- package/dist/src/role/dto/find-all.dto.js +10 -0
- package/dist/src/role/dto/update-role.dto.d.ts +92 -0
- package/dist/src/role/dto/update-role.dto.js +16 -0
- package/dist/src/schema/profile.schema.d.ts +1 -1
- package/dist/src/tag/dto/create-tag.dto.d.ts +13 -8
- package/dist/src/tag/dto/delete-tag.dto.d.ts +6 -4
- package/dist/src/tag/dto/find-all-tag.dto.d.ts +10 -8
- package/dist/src/tag/dto/find-by-group-tag.dto.d.ts +10 -8
- package/dist/src/tag/dto/find-one-tag.dto.d.ts +6 -4
- package/dist/src/tag/dto/massive-allocation.dto.d.ts +4 -4
- package/dist/src/tag/dto/massive-deallocation.dto.d.ts +4 -4
- package/dist/src/tag/dto/tag.dto.d.ts +6 -4
- package/dist/src/tag/dto/update-tag.dto.d.ts +7 -4
- package/dist/src/tag-group/dto/find-all-tag-group.dto.d.ts +14 -12
- package/dist/src/tag-group/dto/find-all-with-tags.dto.d.ts +14 -12
- package/dist/src/tag-group/dto/find-one-tag-group.dto.d.ts +10 -8
- package/dist/src/ticket/dto/find-by-event-ticket.dto.d.ts +6 -6
- package/dist/src/ticket/dto/find-by-id-ticket.dto.d.ts +6 -6
- package/dist/src/ticket/dto/find-by-mail-ticket.dto.d.ts +6 -6
- package/dist/types/prisma-schema/edge.js +5 -4
- package/dist/types/prisma-schema/index-browser.js +2 -1
- package/dist/types/prisma-schema/index.d.ts +2 -1
- package/dist/types/prisma-schema/index.js +5 -4
- package/dist/types/prisma-schema/package.json +1 -1
- package/dist/types/prisma-schema/schema.prisma +1 -0
- package/dist/types/prisma-schema/wasm.js +2 -1
- package/dist/types/schema.d.ts +209 -27
- package/package.json +1 -1
@@ -103,10 +103,10 @@ export declare const findByIdTicketResponseSchema: z.ZodObject<{
|
|
103
103
|
updated_at: z.ZodDate;
|
104
104
|
referralCode: z.ZodString;
|
105
105
|
}, "strip", z.ZodTypeAny, {
|
106
|
+
role: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO";
|
106
107
|
id: string;
|
107
108
|
username: string | null;
|
108
109
|
password: string | null;
|
109
|
-
role: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO";
|
110
110
|
phoneNumber: string;
|
111
111
|
secondaryPhoneNumber: string | null;
|
112
112
|
fullName: string;
|
@@ -176,10 +176,10 @@ export declare const findByIdTicketResponseSchema: z.ZodObject<{
|
|
176
176
|
supraEventId: string | null;
|
177
177
|
};
|
178
178
|
profile: {
|
179
|
+
role: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO";
|
179
180
|
id: string;
|
180
181
|
username: string | null;
|
181
182
|
password: string | null;
|
182
|
-
role: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO";
|
183
183
|
phoneNumber: string;
|
184
184
|
secondaryPhoneNumber: string | null;
|
185
185
|
fullName: string;
|
@@ -296,10 +296,10 @@ export declare const findByIdTicketResponseSchema: z.ZodObject<{
|
|
296
296
|
supraEventId: string | null;
|
297
297
|
};
|
298
298
|
profile: {
|
299
|
+
role: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO";
|
299
300
|
id: string;
|
300
301
|
username: string | null;
|
301
302
|
password: string | null;
|
302
|
-
role: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO";
|
303
303
|
phoneNumber: string;
|
304
304
|
secondaryPhoneNumber: string | null;
|
305
305
|
fullName: string;
|
@@ -501,10 +501,10 @@ declare const FindByIdTicketResponseDto_base: import("@anatine/zod-nestjs").ZodD
|
|
501
501
|
updated_at: z.ZodString;
|
502
502
|
referralCode: z.ZodString;
|
503
503
|
}, z.UnknownKeysParam, z.ZodTypeAny, {
|
504
|
+
role: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO";
|
504
505
|
id: string;
|
505
506
|
username: string | null;
|
506
507
|
password: string | null;
|
507
|
-
role: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO";
|
508
508
|
phoneNumber: string;
|
509
509
|
secondaryPhoneNumber: string | null;
|
510
510
|
fullName: string;
|
@@ -574,10 +574,10 @@ declare const FindByIdTicketResponseDto_base: import("@anatine/zod-nestjs").ZodD
|
|
574
574
|
supraEventId: string | null;
|
575
575
|
};
|
576
576
|
profile: {
|
577
|
+
role: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO";
|
577
578
|
id: string;
|
578
579
|
username: string | null;
|
579
580
|
password: string | null;
|
580
|
-
role: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO";
|
581
581
|
phoneNumber: string;
|
582
582
|
secondaryPhoneNumber: string | null;
|
583
583
|
fullName: string;
|
@@ -694,10 +694,10 @@ declare const FindByIdTicketResponseDto_base: import("@anatine/zod-nestjs").ZodD
|
|
694
694
|
supraEventId: string | null;
|
695
695
|
};
|
696
696
|
profile: {
|
697
|
+
role: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO";
|
697
698
|
id: string;
|
698
699
|
username: string | null;
|
699
700
|
password: string | null;
|
700
|
-
role: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO";
|
701
701
|
phoneNumber: string;
|
702
702
|
secondaryPhoneNumber: string | null;
|
703
703
|
fullName: string;
|
@@ -77,10 +77,10 @@ export declare const findByMailTicketResponseSchema: z.ZodObject<{
|
|
77
77
|
updated_at: z.ZodDate;
|
78
78
|
referralCode: z.ZodString;
|
79
79
|
}, "strip", z.ZodTypeAny, {
|
80
|
+
role: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO";
|
80
81
|
id: string;
|
81
82
|
username: string | null;
|
82
83
|
password: string | null;
|
83
|
-
role: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO";
|
84
84
|
phoneNumber: string;
|
85
85
|
secondaryPhoneNumber: string | null;
|
86
86
|
fullName: string;
|
@@ -136,10 +136,10 @@ export declare const findByMailTicketResponseSchema: z.ZodObject<{
|
|
136
136
|
date: Date;
|
137
137
|
};
|
138
138
|
profile: {
|
139
|
+
role: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO";
|
139
140
|
id: string;
|
140
141
|
username: string | null;
|
141
142
|
password: string | null;
|
142
|
-
role: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO";
|
143
143
|
phoneNumber: string;
|
144
144
|
secondaryPhoneNumber: string | null;
|
145
145
|
fullName: string;
|
@@ -228,10 +228,10 @@ export declare const findByMailTicketResponseSchema: z.ZodObject<{
|
|
228
228
|
date: Date;
|
229
229
|
};
|
230
230
|
profile: {
|
231
|
+
role: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO";
|
231
232
|
id: string;
|
232
233
|
username: string | null;
|
233
234
|
password: string | null;
|
234
|
-
role: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO";
|
235
235
|
phoneNumber: string;
|
236
236
|
secondaryPhoneNumber: string | null;
|
237
237
|
fullName: string;
|
@@ -379,10 +379,10 @@ declare const FindByMailTicketResponseDto_base: import("@anatine/zod-nestjs").Zo
|
|
379
379
|
updated_at: z.ZodString;
|
380
380
|
referralCode: z.ZodString;
|
381
381
|
}, z.UnknownKeysParam, z.ZodTypeAny, {
|
382
|
+
role: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO";
|
382
383
|
id: string;
|
383
384
|
username: string | null;
|
384
385
|
password: string | null;
|
385
|
-
role: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO";
|
386
386
|
phoneNumber: string;
|
387
387
|
secondaryPhoneNumber: string | null;
|
388
388
|
fullName: string;
|
@@ -438,10 +438,10 @@ declare const FindByMailTicketResponseDto_base: import("@anatine/zod-nestjs").Zo
|
|
438
438
|
date: string;
|
439
439
|
};
|
440
440
|
profile: {
|
441
|
+
role: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO";
|
441
442
|
id: string;
|
442
443
|
username: string | null;
|
443
444
|
password: string | null;
|
444
|
-
role: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO";
|
445
445
|
phoneNumber: string;
|
446
446
|
secondaryPhoneNumber: string | null;
|
447
447
|
fullName: string;
|
@@ -530,10 +530,10 @@ declare const FindByMailTicketResponseDto_base: import("@anatine/zod-nestjs").Zo
|
|
530
530
|
date: string;
|
531
531
|
};
|
532
532
|
profile: {
|
533
|
+
role: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO";
|
533
534
|
id: string;
|
534
535
|
username: string | null;
|
535
536
|
password: string | null;
|
536
|
-
role: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO";
|
537
537
|
phoneNumber: string;
|
538
538
|
secondaryPhoneNumber: string | null;
|
539
539
|
fullName: string;
|