expo-backend-types 0.36.0-EXPO-325-ExpoBackend-Emision-de-multiples-tickets.9 → 0.36.0-EXPO-323-Enviar-mail-ticket.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.
- package/dist/src/account/dto/account.dto.d.ts +6 -6
- package/dist/src/account/dto/create-account.dto.d.ts +12 -12
- package/dist/src/account/dto/get-global-filter.dto.d.ts +9 -9
- package/dist/src/account/dto/get-me.dto.d.ts +22 -22
- package/dist/src/account/dto/update-global-filter.dto.d.ts +14 -14
- package/dist/src/auth/dto/login.dto.d.ts +11 -11
- package/dist/src/comment/dto/get-by-profile-comment.dto.d.ts +1 -1
- package/dist/src/event/dto/create-event.dto.d.ts +8 -8
- package/dist/src/event/dto/event-tickets.dto.d.ts +2 -2
- package/dist/src/event/dto/get-active-events.dto.d.ts +12 -12
- package/dist/src/event/dto/get-all-event.dto.d.ts +56 -56
- package/dist/src/event/dto/get-by-id-event.dto.d.ts +60 -40
- package/dist/src/event/dto/update-event.dto.d.ts +24 -24
- package/dist/src/i18n/es.d.ts +25 -5
- package/dist/src/i18n/es.js +25 -5
- package/dist/src/i18n/es.js.map +1 -1
- package/dist/src/mi-expo/dto/get-me.dto.d.ts +11 -11
- package/dist/src/mi-expo/dto/login-with-phone.dto.d.ts +19 -19
- package/dist/src/mi-expo/dto/login.dto.d.ts +20 -20
- package/dist/src/mi-expo/dto/update-me.dto.d.ts +17 -17
- package/dist/src/otp/dto/verify-otp.dto.d.ts +18 -18
- package/dist/src/profile/dto/create-profile.dto.d.ts +14 -14
- package/dist/src/profile/dto/delete-profile.dto.d.ts +10 -10
- package/dist/src/profile/dto/find-all-profile.dto.d.ts +30 -30
- package/dist/src/profile/dto/find-by-date-range-profile.dto.d.ts +48 -48
- package/dist/src/profile/dto/find-by-id-profile.dto.d.ts +19 -19
- package/dist/src/profile/dto/find-by-phone-number.dto.d.ts +10 -10
- package/dist/src/profile/dto/find-by-tag-groups-profile.dto.d.ts +30 -30
- package/dist/src/profile/dto/find-by-tags-profile.dto.d.ts +30 -30
- package/dist/src/profile/dto/find-trash.dto.d.ts +1 -1
- package/dist/src/profile/dto/find-with-active-chat.dto.d.ts +30 -30
- package/dist/src/profile/dto/profile.dto.d.ts +5 -5
- package/dist/src/profile/dto/update-profile.dto.d.ts +16 -16
- package/dist/src/schema/profile.schema.d.ts +5 -5
- package/dist/src/tag/dto/create-tag.dto.d.ts +4 -4
- package/dist/src/tag/dto/delete-tag.dto.d.ts +4 -4
- package/dist/src/tag/dto/find-all-tag.dto.d.ts +8 -8
- package/dist/src/tag/dto/find-by-group-tag.dto.d.ts +8 -8
- package/dist/src/tag/dto/find-one-tag.dto.d.ts +4 -4
- package/dist/src/tag/dto/massive-allocation.dto.d.ts +18 -18
- package/dist/src/tag/dto/massive-deallocation.dto.d.ts +18 -18
- package/dist/src/tag/dto/tag.dto.d.ts +4 -4
- package/dist/src/tag/dto/update-tag.dto.d.ts +4 -4
- package/dist/src/tag-group/dto/find-all-tag-group.dto.d.ts +12 -12
- package/dist/src/tag-group/dto/find-all-with-tags.dto.d.ts +12 -12
- package/dist/src/tag-group/dto/find-one-tag-group.dto.d.ts +8 -8
- package/dist/src/ticket/constants.d.ts +12 -14
- package/dist/src/ticket/constants.js +355 -267
- package/dist/src/ticket/dto/create-ticket.dto.d.ts +28 -9
- package/dist/src/ticket/dto/create-ticket.dto.js +1 -0
- package/dist/src/ticket/dto/delete-ticket.dto.d.ts +16 -4
- package/dist/src/ticket/dto/find-all-tickets.dto.d.ts +28 -8
- package/dist/src/ticket/dto/find-by-event-ticket.dto.d.ts +54 -34
- package/dist/src/ticket/dto/find-by-id-ticket.dto.d.ts +54 -34
- package/dist/src/ticket/dto/find-by-mail-ticket.dto.d.ts +54 -34
- package/dist/src/ticket/dto/find-by-profile-id-ticket.dto.d.ts +28 -8
- package/dist/src/ticket/dto/find-ticket.dto.d.ts +16 -4
- package/dist/src/ticket/dto/send-email.dto.d.ts +18 -0
- package/dist/src/ticket/dto/send-email.dto.js +15 -0
- package/dist/src/ticket/dto/ticket.dto.d.ts +16 -4
- package/dist/src/ticket/dto/ticket.dto.js +2 -0
- package/dist/src/ticket/dto/update-ticket.dto.d.ts +20 -8
- package/dist/types/prisma-schema/edge.js +7 -5
- package/dist/types/prisma-schema/index-browser.js +4 -2
- package/dist/types/prisma-schema/index.d.ts +193 -65
- package/dist/types/prisma-schema/index.js +7 -5
- package/dist/types/prisma-schema/package.json +1 -1
- package/dist/types/prisma-schema/schema.prisma +5 -1
- package/dist/types/prisma-schema/wasm.js +4 -2
- package/dist/types/schema.d.ts +99 -118
- package/package.json +8 -8
- package/dist/src/ticket/dto/create-many-ticket.dto.d.ts +0 -728
- package/dist/src/ticket/dto/create-many-ticket.dto.js +0 -58
@@ -7,8 +7,8 @@ export declare const accountSchema: z.ZodObject<{
|
|
7
7
|
USER: "USER";
|
8
8
|
ADMIN: "ADMIN";
|
9
9
|
FORM: "FORM";
|
10
|
-
TICKETS: "TICKETS";
|
11
10
|
MI_EXPO: "MI_EXPO";
|
11
|
+
TICKETS: "TICKETS";
|
12
12
|
}>;
|
13
13
|
isGlobalFilterActive: z.ZodDefault<z.ZodBoolean>;
|
14
14
|
fcmToken: z.ZodDefault<z.ZodArray<z.ZodString, "many">>;
|
@@ -18,7 +18,7 @@ export declare const accountSchema: z.ZodObject<{
|
|
18
18
|
id: string;
|
19
19
|
username: string;
|
20
20
|
password: string;
|
21
|
-
role: "USER" | "ADMIN" | "FORM" | "
|
21
|
+
role: "USER" | "ADMIN" | "FORM" | "MI_EXPO" | "TICKETS";
|
22
22
|
isGlobalFilterActive: boolean;
|
23
23
|
fcmToken: string[];
|
24
24
|
created_at: Date;
|
@@ -27,7 +27,7 @@ export declare const accountSchema: z.ZodObject<{
|
|
27
27
|
id: string;
|
28
28
|
username: string;
|
29
29
|
password: string;
|
30
|
-
role: "USER" | "ADMIN" | "FORM" | "
|
30
|
+
role: "USER" | "ADMIN" | "FORM" | "MI_EXPO" | "TICKETS";
|
31
31
|
created_at: Date;
|
32
32
|
updated_at: Date;
|
33
33
|
isGlobalFilterActive?: boolean | undefined;
|
@@ -41,8 +41,8 @@ declare const CuentaDto_base: import("@anatine/zod-nestjs").ZodDtoStatic<z.ZodOb
|
|
41
41
|
USER: "USER";
|
42
42
|
ADMIN: "ADMIN";
|
43
43
|
FORM: "FORM";
|
44
|
-
TICKETS: "TICKETS";
|
45
44
|
MI_EXPO: "MI_EXPO";
|
45
|
+
TICKETS: "TICKETS";
|
46
46
|
}>;
|
47
47
|
isGlobalFilterActive: z.ZodDefault<z.ZodBoolean>;
|
48
48
|
fcmToken: z.ZodDefault<z.ZodArray<z.ZodString, "many">>;
|
@@ -52,7 +52,7 @@ declare const CuentaDto_base: import("@anatine/zod-nestjs").ZodDtoStatic<z.ZodOb
|
|
52
52
|
id: string;
|
53
53
|
username: string;
|
54
54
|
password: string;
|
55
|
-
role: "USER" | "ADMIN" | "FORM" | "
|
55
|
+
role: "USER" | "ADMIN" | "FORM" | "MI_EXPO" | "TICKETS";
|
56
56
|
isGlobalFilterActive: boolean;
|
57
57
|
fcmToken: string[];
|
58
58
|
created_at: string;
|
@@ -61,7 +61,7 @@ declare const CuentaDto_base: import("@anatine/zod-nestjs").ZodDtoStatic<z.ZodOb
|
|
61
61
|
id: string;
|
62
62
|
username: string;
|
63
63
|
password: string;
|
64
|
-
role: "USER" | "ADMIN" | "FORM" | "
|
64
|
+
role: "USER" | "ADMIN" | "FORM" | "MI_EXPO" | "TICKETS";
|
65
65
|
created_at: string;
|
66
66
|
updated_at: string;
|
67
67
|
isGlobalFilterActive?: boolean | undefined;
|
@@ -6,8 +6,8 @@ export declare const createAccountSchema: import("zod").ZodObject<Pick<{
|
|
6
6
|
USER: "USER";
|
7
7
|
ADMIN: "ADMIN";
|
8
8
|
FORM: "FORM";
|
9
|
-
TICKETS: "TICKETS";
|
10
9
|
MI_EXPO: "MI_EXPO";
|
10
|
+
TICKETS: "TICKETS";
|
11
11
|
}>;
|
12
12
|
isGlobalFilterActive: import("zod").ZodDefault<import("zod").ZodBoolean>;
|
13
13
|
fcmToken: import("zod").ZodDefault<import("zod").ZodArray<import("zod").ZodString, "many">>;
|
@@ -16,11 +16,11 @@ export declare const createAccountSchema: import("zod").ZodObject<Pick<{
|
|
16
16
|
}, "username" | "password" | "role">, "strip", import("zod").ZodTypeAny, {
|
17
17
|
username: string;
|
18
18
|
password: string;
|
19
|
-
role: "USER" | "ADMIN" | "FORM" | "
|
19
|
+
role: "USER" | "ADMIN" | "FORM" | "MI_EXPO" | "TICKETS";
|
20
20
|
}, {
|
21
21
|
username: string;
|
22
22
|
password: string;
|
23
|
-
role: "USER" | "ADMIN" | "FORM" | "
|
23
|
+
role: "USER" | "ADMIN" | "FORM" | "MI_EXPO" | "TICKETS";
|
24
24
|
}>;
|
25
25
|
declare const CreateAccountDto_base: import("@anatine/zod-nestjs").ZodDtoStatic<import("zod").ZodObject<{
|
26
26
|
username: import("zod").ZodString;
|
@@ -29,17 +29,17 @@ declare const CreateAccountDto_base: import("@anatine/zod-nestjs").ZodDtoStatic<
|
|
29
29
|
USER: "USER";
|
30
30
|
ADMIN: "ADMIN";
|
31
31
|
FORM: "FORM";
|
32
|
-
TICKETS: "TICKETS";
|
33
32
|
MI_EXPO: "MI_EXPO";
|
33
|
+
TICKETS: "TICKETS";
|
34
34
|
}>;
|
35
35
|
}, import("zod").UnknownKeysParam, import("zod").ZodTypeAny, {
|
36
36
|
username: string;
|
37
37
|
password: string;
|
38
|
-
role: "USER" | "ADMIN" | "FORM" | "
|
38
|
+
role: "USER" | "ADMIN" | "FORM" | "MI_EXPO" | "TICKETS";
|
39
39
|
}, {
|
40
40
|
username: string;
|
41
41
|
password: string;
|
42
|
-
role: "USER" | "ADMIN" | "FORM" | "
|
42
|
+
role: "USER" | "ADMIN" | "FORM" | "MI_EXPO" | "TICKETS";
|
43
43
|
}>>;
|
44
44
|
export declare class CreateAccountDto extends CreateAccountDto_base {
|
45
45
|
}
|
@@ -51,8 +51,8 @@ export declare const createAccountResponseSchema: import("zod").ZodObject<Omit<{
|
|
51
51
|
USER: "USER";
|
52
52
|
ADMIN: "ADMIN";
|
53
53
|
FORM: "FORM";
|
54
|
-
TICKETS: "TICKETS";
|
55
54
|
MI_EXPO: "MI_EXPO";
|
55
|
+
TICKETS: "TICKETS";
|
56
56
|
}>;
|
57
57
|
isGlobalFilterActive: import("zod").ZodDefault<import("zod").ZodBoolean>;
|
58
58
|
fcmToken: import("zod").ZodDefault<import("zod").ZodArray<import("zod").ZodString, "many">>;
|
@@ -61,13 +61,13 @@ export declare const createAccountResponseSchema: import("zod").ZodObject<Omit<{
|
|
61
61
|
}, "password" | "created_at" | "updated_at">, "strip", import("zod").ZodTypeAny, {
|
62
62
|
id: string;
|
63
63
|
username: string;
|
64
|
-
role: "USER" | "ADMIN" | "FORM" | "
|
64
|
+
role: "USER" | "ADMIN" | "FORM" | "MI_EXPO" | "TICKETS";
|
65
65
|
isGlobalFilterActive: boolean;
|
66
66
|
fcmToken: string[];
|
67
67
|
}, {
|
68
68
|
id: string;
|
69
69
|
username: string;
|
70
|
-
role: "USER" | "ADMIN" | "FORM" | "
|
70
|
+
role: "USER" | "ADMIN" | "FORM" | "MI_EXPO" | "TICKETS";
|
71
71
|
isGlobalFilterActive?: boolean | undefined;
|
72
72
|
fcmToken?: string[] | undefined;
|
73
73
|
}>;
|
@@ -78,21 +78,21 @@ declare const CreateAccountResponseDto_base: import("@anatine/zod-nestjs").ZodDt
|
|
78
78
|
USER: "USER";
|
79
79
|
ADMIN: "ADMIN";
|
80
80
|
FORM: "FORM";
|
81
|
-
TICKETS: "TICKETS";
|
82
81
|
MI_EXPO: "MI_EXPO";
|
82
|
+
TICKETS: "TICKETS";
|
83
83
|
}>;
|
84
84
|
isGlobalFilterActive: import("zod").ZodDefault<import("zod").ZodBoolean>;
|
85
85
|
fcmToken: import("zod").ZodDefault<import("zod").ZodArray<import("zod").ZodString, "many">>;
|
86
86
|
}, import("zod").UnknownKeysParam, import("zod").ZodTypeAny, {
|
87
87
|
id: string;
|
88
88
|
username: string;
|
89
|
-
role: "USER" | "ADMIN" | "FORM" | "
|
89
|
+
role: "USER" | "ADMIN" | "FORM" | "MI_EXPO" | "TICKETS";
|
90
90
|
isGlobalFilterActive: boolean;
|
91
91
|
fcmToken: string[];
|
92
92
|
}, {
|
93
93
|
id: string;
|
94
94
|
username: string;
|
95
|
-
role: "USER" | "ADMIN" | "FORM" | "
|
95
|
+
role: "USER" | "ADMIN" | "FORM" | "MI_EXPO" | "TICKETS";
|
96
96
|
isGlobalFilterActive?: boolean | undefined;
|
97
97
|
fcmToken?: string[] | undefined;
|
98
98
|
}>>;
|
@@ -7,8 +7,8 @@ export declare const getGlobalFilterResponseSchema: z.ZodObject<z.objectUtil.ext
|
|
7
7
|
USER: "USER";
|
8
8
|
ADMIN: "ADMIN";
|
9
9
|
FORM: "FORM";
|
10
|
-
TICKETS: "TICKETS";
|
11
10
|
MI_EXPO: "MI_EXPO";
|
11
|
+
TICKETS: "TICKETS";
|
12
12
|
}>;
|
13
13
|
isGlobalFilterActive: z.ZodDefault<z.ZodBoolean>;
|
14
14
|
fcmToken: z.ZodDefault<z.ZodArray<z.ZodString, "many">>;
|
@@ -47,7 +47,7 @@ export declare const getGlobalFilterResponseSchema: z.ZodObject<z.objectUtil.ext
|
|
47
47
|
}>, "strip", z.ZodTypeAny, {
|
48
48
|
id: string;
|
49
49
|
name: string;
|
50
|
-
type: "
|
50
|
+
type: "PARTICIPANT" | "PROFILE" | "EVENT" | "NOT_IN_SYSTEM";
|
51
51
|
group: {
|
52
52
|
id: string;
|
53
53
|
color: string;
|
@@ -56,7 +56,7 @@ export declare const getGlobalFilterResponseSchema: z.ZodObject<z.objectUtil.ext
|
|
56
56
|
}, {
|
57
57
|
id: string;
|
58
58
|
name: string;
|
59
|
-
type: "
|
59
|
+
type: "PARTICIPANT" | "PROFILE" | "EVENT" | "NOT_IN_SYSTEM";
|
60
60
|
group: {
|
61
61
|
id: string;
|
62
62
|
color: string;
|
@@ -68,7 +68,7 @@ export declare const getGlobalFilterResponseSchema: z.ZodObject<z.objectUtil.ext
|
|
68
68
|
globalFilter: {
|
69
69
|
id: string;
|
70
70
|
name: string;
|
71
|
-
type: "
|
71
|
+
type: "PARTICIPANT" | "PROFILE" | "EVENT" | "NOT_IN_SYSTEM";
|
72
72
|
group: {
|
73
73
|
id: string;
|
74
74
|
color: string;
|
@@ -79,7 +79,7 @@ export declare const getGlobalFilterResponseSchema: z.ZodObject<z.objectUtil.ext
|
|
79
79
|
globalFilter: {
|
80
80
|
id: string;
|
81
81
|
name: string;
|
82
|
-
type: "
|
82
|
+
type: "PARTICIPANT" | "PROFILE" | "EVENT" | "NOT_IN_SYSTEM";
|
83
83
|
group: {
|
84
84
|
id: string;
|
85
85
|
color: string;
|
@@ -115,7 +115,7 @@ declare const GetGlobalFilterResponseDto_base: import("@anatine/zod-nestjs").Zod
|
|
115
115
|
}, z.UnknownKeysParam, z.ZodTypeAny, {
|
116
116
|
id: string;
|
117
117
|
name: string;
|
118
|
-
type: "
|
118
|
+
type: "PARTICIPANT" | "PROFILE" | "EVENT" | "NOT_IN_SYSTEM";
|
119
119
|
group: {
|
120
120
|
id: string;
|
121
121
|
color: string;
|
@@ -124,7 +124,7 @@ declare const GetGlobalFilterResponseDto_base: import("@anatine/zod-nestjs").Zod
|
|
124
124
|
}, {
|
125
125
|
id: string;
|
126
126
|
name: string;
|
127
|
-
type: "
|
127
|
+
type: "PARTICIPANT" | "PROFILE" | "EVENT" | "NOT_IN_SYSTEM";
|
128
128
|
group: {
|
129
129
|
id: string;
|
130
130
|
color: string;
|
@@ -136,7 +136,7 @@ declare const GetGlobalFilterResponseDto_base: import("@anatine/zod-nestjs").Zod
|
|
136
136
|
globalFilter: {
|
137
137
|
id: string;
|
138
138
|
name: string;
|
139
|
-
type: "
|
139
|
+
type: "PARTICIPANT" | "PROFILE" | "EVENT" | "NOT_IN_SYSTEM";
|
140
140
|
group: {
|
141
141
|
id: string;
|
142
142
|
color: string;
|
@@ -147,7 +147,7 @@ declare const GetGlobalFilterResponseDto_base: import("@anatine/zod-nestjs").Zod
|
|
147
147
|
globalFilter: {
|
148
148
|
id: string;
|
149
149
|
name: string;
|
150
|
-
type: "
|
150
|
+
type: "PARTICIPANT" | "PROFILE" | "EVENT" | "NOT_IN_SYSTEM";
|
151
151
|
group: {
|
152
152
|
id: string;
|
153
153
|
color: string;
|
@@ -7,8 +7,8 @@ export declare const getMeResponseSchema: z.ZodObject<z.objectUtil.extendShape<O
|
|
7
7
|
USER: "USER";
|
8
8
|
ADMIN: "ADMIN";
|
9
9
|
FORM: "FORM";
|
10
|
-
TICKETS: "TICKETS";
|
11
10
|
MI_EXPO: "MI_EXPO";
|
11
|
+
TICKETS: "TICKETS";
|
12
12
|
}>;
|
13
13
|
isGlobalFilterActive: z.ZodDefault<z.ZodBoolean>;
|
14
14
|
fcmToken: z.ZodDefault<z.ZodArray<z.ZodString, "many">>;
|
@@ -47,7 +47,7 @@ export declare const getMeResponseSchema: z.ZodObject<z.objectUtil.extendShape<O
|
|
47
47
|
}>, "strip", z.ZodTypeAny, {
|
48
48
|
id: string;
|
49
49
|
name: string;
|
50
|
-
type: "
|
50
|
+
type: "PARTICIPANT" | "PROFILE" | "EVENT" | "NOT_IN_SYSTEM";
|
51
51
|
group: {
|
52
52
|
id: string;
|
53
53
|
color: string;
|
@@ -56,7 +56,7 @@ export declare const getMeResponseSchema: z.ZodObject<z.objectUtil.extendShape<O
|
|
56
56
|
}, {
|
57
57
|
id: string;
|
58
58
|
name: string;
|
59
|
-
type: "
|
59
|
+
type: "PARTICIPANT" | "PROFILE" | "EVENT" | "NOT_IN_SYSTEM";
|
60
60
|
group: {
|
61
61
|
id: string;
|
62
62
|
color: string;
|
@@ -78,14 +78,14 @@ export declare const getMeResponseSchema: z.ZodObject<z.objectUtil.extendShape<O
|
|
78
78
|
}, "strip", z.ZodTypeAny, {
|
79
79
|
id: string;
|
80
80
|
name: string;
|
81
|
-
type: "
|
81
|
+
type: "PARTICIPANT" | "PROFILE" | "EVENT" | "NOT_IN_SYSTEM";
|
82
82
|
created_at: Date;
|
83
83
|
updated_at: Date;
|
84
84
|
groupId: string;
|
85
85
|
}, {
|
86
86
|
id: string;
|
87
87
|
name: string;
|
88
|
-
type: "
|
88
|
+
type: "PARTICIPANT" | "PROFILE" | "EVENT" | "NOT_IN_SYSTEM";
|
89
89
|
created_at: Date;
|
90
90
|
updated_at: Date;
|
91
91
|
groupId: string;
|
@@ -93,7 +93,7 @@ export declare const getMeResponseSchema: z.ZodObject<z.objectUtil.extendShape<O
|
|
93
93
|
}>, "strip", z.ZodTypeAny, {
|
94
94
|
id: string;
|
95
95
|
username: string;
|
96
|
-
role: "USER" | "ADMIN" | "FORM" | "
|
96
|
+
role: "USER" | "ADMIN" | "FORM" | "MI_EXPO" | "TICKETS";
|
97
97
|
isGlobalFilterActive: boolean;
|
98
98
|
fcmToken: string[];
|
99
99
|
created_at: Date;
|
@@ -101,7 +101,7 @@ export declare const getMeResponseSchema: z.ZodObject<z.objectUtil.extendShape<O
|
|
101
101
|
globalFilter: {
|
102
102
|
id: string;
|
103
103
|
name: string;
|
104
|
-
type: "
|
104
|
+
type: "PARTICIPANT" | "PROFILE" | "EVENT" | "NOT_IN_SYSTEM";
|
105
105
|
group: {
|
106
106
|
id: string;
|
107
107
|
color: string;
|
@@ -111,7 +111,7 @@ export declare const getMeResponseSchema: z.ZodObject<z.objectUtil.extendShape<O
|
|
111
111
|
tags: {
|
112
112
|
id: string;
|
113
113
|
name: string;
|
114
|
-
type: "
|
114
|
+
type: "PARTICIPANT" | "PROFILE" | "EVENT" | "NOT_IN_SYSTEM";
|
115
115
|
created_at: Date;
|
116
116
|
updated_at: Date;
|
117
117
|
groupId: string;
|
@@ -119,13 +119,13 @@ export declare const getMeResponseSchema: z.ZodObject<z.objectUtil.extendShape<O
|
|
119
119
|
}, {
|
120
120
|
id: string;
|
121
121
|
username: string;
|
122
|
-
role: "USER" | "ADMIN" | "FORM" | "
|
122
|
+
role: "USER" | "ADMIN" | "FORM" | "MI_EXPO" | "TICKETS";
|
123
123
|
created_at: Date;
|
124
124
|
updated_at: Date;
|
125
125
|
globalFilter: {
|
126
126
|
id: string;
|
127
127
|
name: string;
|
128
|
-
type: "
|
128
|
+
type: "PARTICIPANT" | "PROFILE" | "EVENT" | "NOT_IN_SYSTEM";
|
129
129
|
group: {
|
130
130
|
id: string;
|
131
131
|
color: string;
|
@@ -135,7 +135,7 @@ export declare const getMeResponseSchema: z.ZodObject<z.objectUtil.extendShape<O
|
|
135
135
|
tags: {
|
136
136
|
id: string;
|
137
137
|
name: string;
|
138
|
-
type: "
|
138
|
+
type: "PARTICIPANT" | "PROFILE" | "EVENT" | "NOT_IN_SYSTEM";
|
139
139
|
created_at: Date;
|
140
140
|
updated_at: Date;
|
141
141
|
groupId: string;
|
@@ -150,8 +150,8 @@ declare const GetMeResponseDto_base: import("@anatine/zod-nestjs").ZodDtoStatic<
|
|
150
150
|
USER: "USER";
|
151
151
|
ADMIN: "ADMIN";
|
152
152
|
FORM: "FORM";
|
153
|
-
TICKETS: "TICKETS";
|
154
153
|
MI_EXPO: "MI_EXPO";
|
154
|
+
TICKETS: "TICKETS";
|
155
155
|
}>;
|
156
156
|
isGlobalFilterActive: z.ZodDefault<z.ZodBoolean>;
|
157
157
|
fcmToken: z.ZodDefault<z.ZodArray<z.ZodString, "many">>;
|
@@ -182,7 +182,7 @@ declare const GetMeResponseDto_base: import("@anatine/zod-nestjs").ZodDtoStatic<
|
|
182
182
|
}, z.UnknownKeysParam, z.ZodTypeAny, {
|
183
183
|
id: string;
|
184
184
|
name: string;
|
185
|
-
type: "
|
185
|
+
type: "PARTICIPANT" | "PROFILE" | "EVENT" | "NOT_IN_SYSTEM";
|
186
186
|
group: {
|
187
187
|
id: string;
|
188
188
|
color: string;
|
@@ -191,7 +191,7 @@ declare const GetMeResponseDto_base: import("@anatine/zod-nestjs").ZodDtoStatic<
|
|
191
191
|
}, {
|
192
192
|
id: string;
|
193
193
|
name: string;
|
194
|
-
type: "
|
194
|
+
type: "PARTICIPANT" | "PROFILE" | "EVENT" | "NOT_IN_SYSTEM";
|
195
195
|
group: {
|
196
196
|
id: string;
|
197
197
|
color: string;
|
@@ -213,14 +213,14 @@ declare const GetMeResponseDto_base: import("@anatine/zod-nestjs").ZodDtoStatic<
|
|
213
213
|
}, z.UnknownKeysParam, z.ZodTypeAny, {
|
214
214
|
id: string;
|
215
215
|
name: string;
|
216
|
-
type: "
|
216
|
+
type: "PARTICIPANT" | "PROFILE" | "EVENT" | "NOT_IN_SYSTEM";
|
217
217
|
created_at: string;
|
218
218
|
updated_at: string;
|
219
219
|
groupId: string;
|
220
220
|
}, {
|
221
221
|
id: string;
|
222
222
|
name: string;
|
223
|
-
type: "
|
223
|
+
type: "PARTICIPANT" | "PROFILE" | "EVENT" | "NOT_IN_SYSTEM";
|
224
224
|
created_at: string;
|
225
225
|
updated_at: string;
|
226
226
|
groupId: string;
|
@@ -228,7 +228,7 @@ declare const GetMeResponseDto_base: import("@anatine/zod-nestjs").ZodDtoStatic<
|
|
228
228
|
}, z.UnknownKeysParam, z.ZodTypeAny, {
|
229
229
|
id: string;
|
230
230
|
username: string;
|
231
|
-
role: "USER" | "ADMIN" | "FORM" | "
|
231
|
+
role: "USER" | "ADMIN" | "FORM" | "MI_EXPO" | "TICKETS";
|
232
232
|
isGlobalFilterActive: boolean;
|
233
233
|
fcmToken: string[];
|
234
234
|
created_at: string;
|
@@ -236,7 +236,7 @@ declare const GetMeResponseDto_base: import("@anatine/zod-nestjs").ZodDtoStatic<
|
|
236
236
|
globalFilter: {
|
237
237
|
id: string;
|
238
238
|
name: string;
|
239
|
-
type: "
|
239
|
+
type: "PARTICIPANT" | "PROFILE" | "EVENT" | "NOT_IN_SYSTEM";
|
240
240
|
group: {
|
241
241
|
id: string;
|
242
242
|
color: string;
|
@@ -246,7 +246,7 @@ declare const GetMeResponseDto_base: import("@anatine/zod-nestjs").ZodDtoStatic<
|
|
246
246
|
tags: {
|
247
247
|
id: string;
|
248
248
|
name: string;
|
249
|
-
type: "
|
249
|
+
type: "PARTICIPANT" | "PROFILE" | "EVENT" | "NOT_IN_SYSTEM";
|
250
250
|
created_at: string;
|
251
251
|
updated_at: string;
|
252
252
|
groupId: string;
|
@@ -254,13 +254,13 @@ declare const GetMeResponseDto_base: import("@anatine/zod-nestjs").ZodDtoStatic<
|
|
254
254
|
}, {
|
255
255
|
id: string;
|
256
256
|
username: string;
|
257
|
-
role: "USER" | "ADMIN" | "FORM" | "
|
257
|
+
role: "USER" | "ADMIN" | "FORM" | "MI_EXPO" | "TICKETS";
|
258
258
|
created_at: string;
|
259
259
|
updated_at: string;
|
260
260
|
globalFilter: {
|
261
261
|
id: string;
|
262
262
|
name: string;
|
263
|
-
type: "
|
263
|
+
type: "PARTICIPANT" | "PROFILE" | "EVENT" | "NOT_IN_SYSTEM";
|
264
264
|
group: {
|
265
265
|
id: string;
|
266
266
|
color: string;
|
@@ -270,7 +270,7 @@ declare const GetMeResponseDto_base: import("@anatine/zod-nestjs").ZodDtoStatic<
|
|
270
270
|
tags: {
|
271
271
|
id: string;
|
272
272
|
name: string;
|
273
|
-
type: "
|
273
|
+
type: "PARTICIPANT" | "PROFILE" | "EVENT" | "NOT_IN_SYSTEM";
|
274
274
|
created_at: string;
|
275
275
|
updated_at: string;
|
276
276
|
groupId: string;
|
@@ -29,8 +29,8 @@ export declare const updateGlobalFilterResponseSchema: z.ZodObject<z.objectUtil.
|
|
29
29
|
USER: "USER";
|
30
30
|
ADMIN: "ADMIN";
|
31
31
|
FORM: "FORM";
|
32
|
-
TICKETS: "TICKETS";
|
33
32
|
MI_EXPO: "MI_EXPO";
|
33
|
+
TICKETS: "TICKETS";
|
34
34
|
}>;
|
35
35
|
isGlobalFilterActive: z.ZodDefault<z.ZodBoolean>;
|
36
36
|
fcmToken: z.ZodDefault<z.ZodArray<z.ZodString, "many">>;
|
@@ -52,14 +52,14 @@ export declare const updateGlobalFilterResponseSchema: z.ZodObject<z.objectUtil.
|
|
52
52
|
}, "strip", z.ZodTypeAny, {
|
53
53
|
id: string;
|
54
54
|
name: string;
|
55
|
-
type: "
|
55
|
+
type: "PARTICIPANT" | "PROFILE" | "EVENT" | "NOT_IN_SYSTEM";
|
56
56
|
created_at: Date;
|
57
57
|
updated_at: Date;
|
58
58
|
groupId: string;
|
59
59
|
}, {
|
60
60
|
id: string;
|
61
61
|
name: string;
|
62
|
-
type: "
|
62
|
+
type: "PARTICIPANT" | "PROFILE" | "EVENT" | "NOT_IN_SYSTEM";
|
63
63
|
created_at: Date;
|
64
64
|
updated_at: Date;
|
65
65
|
groupId: string;
|
@@ -68,7 +68,7 @@ export declare const updateGlobalFilterResponseSchema: z.ZodObject<z.objectUtil.
|
|
68
68
|
id: string;
|
69
69
|
username: string;
|
70
70
|
password: string;
|
71
|
-
role: "USER" | "ADMIN" | "FORM" | "
|
71
|
+
role: "USER" | "ADMIN" | "FORM" | "MI_EXPO" | "TICKETS";
|
72
72
|
isGlobalFilterActive: boolean;
|
73
73
|
fcmToken: string[];
|
74
74
|
created_at: Date;
|
@@ -76,7 +76,7 @@ export declare const updateGlobalFilterResponseSchema: z.ZodObject<z.objectUtil.
|
|
76
76
|
globalFilter: {
|
77
77
|
id: string;
|
78
78
|
name: string;
|
79
|
-
type: "
|
79
|
+
type: "PARTICIPANT" | "PROFILE" | "EVENT" | "NOT_IN_SYSTEM";
|
80
80
|
created_at: Date;
|
81
81
|
updated_at: Date;
|
82
82
|
groupId: string;
|
@@ -85,13 +85,13 @@ export declare const updateGlobalFilterResponseSchema: z.ZodObject<z.objectUtil.
|
|
85
85
|
id: string;
|
86
86
|
username: string;
|
87
87
|
password: string;
|
88
|
-
role: "USER" | "ADMIN" | "FORM" | "
|
88
|
+
role: "USER" | "ADMIN" | "FORM" | "MI_EXPO" | "TICKETS";
|
89
89
|
created_at: Date;
|
90
90
|
updated_at: Date;
|
91
91
|
globalFilter: {
|
92
92
|
id: string;
|
93
93
|
name: string;
|
94
|
-
type: "
|
94
|
+
type: "PARTICIPANT" | "PROFILE" | "EVENT" | "NOT_IN_SYSTEM";
|
95
95
|
created_at: Date;
|
96
96
|
updated_at: Date;
|
97
97
|
groupId: string;
|
@@ -107,8 +107,8 @@ declare const UpdateGlobalFilterResponseDto_base: import("@anatine/zod-nestjs").
|
|
107
107
|
USER: "USER";
|
108
108
|
ADMIN: "ADMIN";
|
109
109
|
FORM: "FORM";
|
110
|
-
TICKETS: "TICKETS";
|
111
110
|
MI_EXPO: "MI_EXPO";
|
111
|
+
TICKETS: "TICKETS";
|
112
112
|
}>;
|
113
113
|
isGlobalFilterActive: z.ZodDefault<z.ZodBoolean>;
|
114
114
|
fcmToken: z.ZodDefault<z.ZodArray<z.ZodString, "many">>;
|
@@ -129,14 +129,14 @@ declare const UpdateGlobalFilterResponseDto_base: import("@anatine/zod-nestjs").
|
|
129
129
|
}, z.UnknownKeysParam, z.ZodTypeAny, {
|
130
130
|
id: string;
|
131
131
|
name: string;
|
132
|
-
type: "
|
132
|
+
type: "PARTICIPANT" | "PROFILE" | "EVENT" | "NOT_IN_SYSTEM";
|
133
133
|
created_at: string;
|
134
134
|
updated_at: string;
|
135
135
|
groupId: string;
|
136
136
|
}, {
|
137
137
|
id: string;
|
138
138
|
name: string;
|
139
|
-
type: "
|
139
|
+
type: "PARTICIPANT" | "PROFILE" | "EVENT" | "NOT_IN_SYSTEM";
|
140
140
|
created_at: string;
|
141
141
|
updated_at: string;
|
142
142
|
groupId: string;
|
@@ -145,7 +145,7 @@ declare const UpdateGlobalFilterResponseDto_base: import("@anatine/zod-nestjs").
|
|
145
145
|
id: string;
|
146
146
|
username: string;
|
147
147
|
password: string;
|
148
|
-
role: "USER" | "ADMIN" | "FORM" | "
|
148
|
+
role: "USER" | "ADMIN" | "FORM" | "MI_EXPO" | "TICKETS";
|
149
149
|
isGlobalFilterActive: boolean;
|
150
150
|
fcmToken: string[];
|
151
151
|
created_at: string;
|
@@ -153,7 +153,7 @@ declare const UpdateGlobalFilterResponseDto_base: import("@anatine/zod-nestjs").
|
|
153
153
|
globalFilter: {
|
154
154
|
id: string;
|
155
155
|
name: string;
|
156
|
-
type: "
|
156
|
+
type: "PARTICIPANT" | "PROFILE" | "EVENT" | "NOT_IN_SYSTEM";
|
157
157
|
created_at: string;
|
158
158
|
updated_at: string;
|
159
159
|
groupId: string;
|
@@ -162,13 +162,13 @@ declare const UpdateGlobalFilterResponseDto_base: import("@anatine/zod-nestjs").
|
|
162
162
|
id: string;
|
163
163
|
username: string;
|
164
164
|
password: string;
|
165
|
-
role: "USER" | "ADMIN" | "FORM" | "
|
165
|
+
role: "USER" | "ADMIN" | "FORM" | "MI_EXPO" | "TICKETS";
|
166
166
|
created_at: string;
|
167
167
|
updated_at: string;
|
168
168
|
globalFilter: {
|
169
169
|
id: string;
|
170
170
|
name: string;
|
171
|
-
type: "
|
171
|
+
type: "PARTICIPANT" | "PROFILE" | "EVENT" | "NOT_IN_SYSTEM";
|
172
172
|
created_at: string;
|
173
173
|
updated_at: string;
|
174
174
|
groupId: string;
|
@@ -7,8 +7,8 @@ export declare const loginSchema: z.ZodObject<Pick<{
|
|
7
7
|
USER: "USER";
|
8
8
|
ADMIN: "ADMIN";
|
9
9
|
FORM: "FORM";
|
10
|
-
TICKETS: "TICKETS";
|
11
10
|
MI_EXPO: "MI_EXPO";
|
11
|
+
TICKETS: "TICKETS";
|
12
12
|
}>;
|
13
13
|
isGlobalFilterActive: z.ZodDefault<z.ZodBoolean>;
|
14
14
|
fcmToken: z.ZodDefault<z.ZodArray<z.ZodString, "many">>;
|
@@ -42,8 +42,8 @@ export declare const loginResponseSchema: z.ZodObject<{
|
|
42
42
|
USER: "USER";
|
43
43
|
ADMIN: "ADMIN";
|
44
44
|
FORM: "FORM";
|
45
|
-
TICKETS: "TICKETS";
|
46
45
|
MI_EXPO: "MI_EXPO";
|
46
|
+
TICKETS: "TICKETS";
|
47
47
|
}>;
|
48
48
|
isGlobalFilterActive: z.ZodDefault<z.ZodBoolean>;
|
49
49
|
fcmToken: z.ZodDefault<z.ZodArray<z.ZodString, "many">>;
|
@@ -52,7 +52,7 @@ export declare const loginResponseSchema: z.ZodObject<{
|
|
52
52
|
}, "password">, "strip", z.ZodTypeAny, {
|
53
53
|
id: string;
|
54
54
|
username: string;
|
55
|
-
role: "USER" | "ADMIN" | "FORM" | "
|
55
|
+
role: "USER" | "ADMIN" | "FORM" | "MI_EXPO" | "TICKETS";
|
56
56
|
isGlobalFilterActive: boolean;
|
57
57
|
fcmToken: string[];
|
58
58
|
created_at: Date;
|
@@ -60,7 +60,7 @@ export declare const loginResponseSchema: z.ZodObject<{
|
|
60
60
|
}, {
|
61
61
|
id: string;
|
62
62
|
username: string;
|
63
|
-
role: "USER" | "ADMIN" | "FORM" | "
|
63
|
+
role: "USER" | "ADMIN" | "FORM" | "MI_EXPO" | "TICKETS";
|
64
64
|
created_at: Date;
|
65
65
|
updated_at: Date;
|
66
66
|
isGlobalFilterActive?: boolean | undefined;
|
@@ -83,7 +83,7 @@ export declare const loginResponseSchema: z.ZodObject<{
|
|
83
83
|
user: {
|
84
84
|
id: string;
|
85
85
|
username: string;
|
86
|
-
role: "USER" | "ADMIN" | "FORM" | "
|
86
|
+
role: "USER" | "ADMIN" | "FORM" | "MI_EXPO" | "TICKETS";
|
87
87
|
isGlobalFilterActive: boolean;
|
88
88
|
fcmToken: string[];
|
89
89
|
created_at: Date;
|
@@ -98,7 +98,7 @@ export declare const loginResponseSchema: z.ZodObject<{
|
|
98
98
|
user: {
|
99
99
|
id: string;
|
100
100
|
username: string;
|
101
|
-
role: "USER" | "ADMIN" | "FORM" | "
|
101
|
+
role: "USER" | "ADMIN" | "FORM" | "MI_EXPO" | "TICKETS";
|
102
102
|
created_at: Date;
|
103
103
|
updated_at: Date;
|
104
104
|
isGlobalFilterActive?: boolean | undefined;
|
@@ -118,8 +118,8 @@ declare const LoginResponseDto_base: import("@anatine/zod-nestjs").ZodDtoStatic<
|
|
118
118
|
USER: "USER";
|
119
119
|
ADMIN: "ADMIN";
|
120
120
|
FORM: "FORM";
|
121
|
-
TICKETS: "TICKETS";
|
122
121
|
MI_EXPO: "MI_EXPO";
|
122
|
+
TICKETS: "TICKETS";
|
123
123
|
}>;
|
124
124
|
isGlobalFilterActive: z.ZodDefault<z.ZodBoolean>;
|
125
125
|
fcmToken: z.ZodDefault<z.ZodArray<z.ZodString, "many">>;
|
@@ -128,7 +128,7 @@ declare const LoginResponseDto_base: import("@anatine/zod-nestjs").ZodDtoStatic<
|
|
128
128
|
}, z.UnknownKeysParam, z.ZodTypeAny, {
|
129
129
|
id: string;
|
130
130
|
username: string;
|
131
|
-
role: "USER" | "ADMIN" | "FORM" | "
|
131
|
+
role: "USER" | "ADMIN" | "FORM" | "MI_EXPO" | "TICKETS";
|
132
132
|
isGlobalFilterActive: boolean;
|
133
133
|
fcmToken: string[];
|
134
134
|
created_at: string;
|
@@ -136,7 +136,7 @@ declare const LoginResponseDto_base: import("@anatine/zod-nestjs").ZodDtoStatic<
|
|
136
136
|
}, {
|
137
137
|
id: string;
|
138
138
|
username: string;
|
139
|
-
role: "USER" | "ADMIN" | "FORM" | "
|
139
|
+
role: "USER" | "ADMIN" | "FORM" | "MI_EXPO" | "TICKETS";
|
140
140
|
created_at: string;
|
141
141
|
updated_at: string;
|
142
142
|
isGlobalFilterActive?: boolean | undefined;
|
@@ -159,7 +159,7 @@ declare const LoginResponseDto_base: import("@anatine/zod-nestjs").ZodDtoStatic<
|
|
159
159
|
user: {
|
160
160
|
id: string;
|
161
161
|
username: string;
|
162
|
-
role: "USER" | "ADMIN" | "FORM" | "
|
162
|
+
role: "USER" | "ADMIN" | "FORM" | "MI_EXPO" | "TICKETS";
|
163
163
|
isGlobalFilterActive: boolean;
|
164
164
|
fcmToken: string[];
|
165
165
|
created_at: string;
|
@@ -174,7 +174,7 @@ declare const LoginResponseDto_base: import("@anatine/zod-nestjs").ZodDtoStatic<
|
|
174
174
|
user: {
|
175
175
|
id: string;
|
176
176
|
username: string;
|
177
|
-
role: "USER" | "ADMIN" | "FORM" | "
|
177
|
+
role: "USER" | "ADMIN" | "FORM" | "MI_EXPO" | "TICKETS";
|
178
178
|
created_at: string;
|
179
179
|
updated_at: string;
|
180
180
|
isGlobalFilterActive?: boolean | undefined;
|
@@ -20,8 +20,8 @@ export declare const getByProfileCommentResponseSchema: z.ZodObject<{
|
|
20
20
|
USER: "USER";
|
21
21
|
ADMIN: "ADMIN";
|
22
22
|
FORM: "FORM";
|
23
|
-
TICKETS: "TICKETS";
|
24
23
|
MI_EXPO: "MI_EXPO";
|
24
|
+
TICKETS: "TICKETS";
|
25
25
|
}>;
|
26
26
|
isGlobalFilterActive: z.ZodDefault<z.ZodBoolean>;
|
27
27
|
fcmToken: z.ZodDefault<z.ZodArray<z.ZodString, "many">>;
|