expo-backend-types 0.0.39 → 0.0.41

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,271 +0,0 @@
1
- export const __esModule: boolean;
2
- export namespace Prisma {
3
- namespace TransactionIsolationLevel {
4
- let ReadUncommitted: string;
5
- let ReadCommitted: string;
6
- let RepeatableRead: string;
7
- let Serializable: string;
8
- }
9
- namespace CuentaScalarFieldEnum {
10
- let id: string;
11
- let nombreUsuario: string;
12
- let contrasena: string;
13
- let esAdmin: string;
14
- let created_at: string;
15
- let updated_at: string;
16
- }
17
- namespace PerfilScalarFieldEnum {
18
- let id_1: string;
19
- export { id_1 as id };
20
- export let telefono: string;
21
- export let nombreCompleto: string;
22
- export let nombrePila: string;
23
- export let genero: string;
24
- export let fechaNacimiento: string;
25
- export let fotoUrl: string;
26
- let created_at_1: string;
27
- export { created_at_1 as created_at };
28
- let updated_at_1: string;
29
- export { updated_at_1 as updated_at };
30
- export let idLegible: string;
31
- }
32
- namespace ComentarioScalarFieldEnum {
33
- let id_2: string;
34
- export { id_2 as id };
35
- export let contenido: string;
36
- export let perfilId: string;
37
- export let creadoPor: string;
38
- let created_at_2: string;
39
- export { created_at_2 as created_at };
40
- let updated_at_2: string;
41
- export { updated_at_2 as updated_at };
42
- }
43
- namespace EtiquetaScalarFieldEnum {
44
- let id_3: string;
45
- export { id_3 as id };
46
- export let nombre: string;
47
- export let grupoId: string;
48
- export let tipo: string;
49
- let created_at_3: string;
50
- export { created_at_3 as created_at };
51
- let updated_at_3: string;
52
- export { updated_at_3 as updated_at };
53
- }
54
- namespace EtiquetaGrupoScalarFieldEnum {
55
- let id_4: string;
56
- export { id_4 as id };
57
- let nombre_1: string;
58
- export { nombre_1 as nombre };
59
- export let color: string;
60
- export let esExclusivo: string;
61
- let created_at_4: string;
62
- export { created_at_4 as created_at };
63
- let updated_at_4: string;
64
- export { updated_at_4 as updated_at };
65
- }
66
- namespace EventoScalarFieldEnum {
67
- let id_5: string;
68
- export { id_5 as id };
69
- let nombre_2: string;
70
- export { nombre_2 as nombre };
71
- export let fecha: string;
72
- export let ubicacion: string;
73
- export let eventoPadreId: string;
74
- let created_at_5: string;
75
- export { created_at_5 as created_at };
76
- let updated_at_5: string;
77
- export { updated_at_5 as updated_at };
78
- export let etiquetaAsistioId: string;
79
- export let etiquetaConfirmoId: string;
80
- }
81
- namespace MensajeScalarFieldEnum {
82
- let id_6: string;
83
- export { id_6 as id };
84
- export let wamId: string;
85
- export let message: string;
86
- export let status: string;
87
- export let perfilTelefono: string;
88
- let created_at_6: string;
89
- export { created_at_6 as created_at };
90
- let updated_at_6: string;
91
- export { updated_at_6 as updated_at };
92
- export let statusAt: string;
93
- }
94
- namespace EnumsScalarFieldEnum {
95
- let id_7: string;
96
- export { id_7 as id };
97
- export let EstadoPlantilla: string;
98
- export let CategoriaPlantilla: string;
99
- }
100
- namespace SortOrder {
101
- let asc: string;
102
- let desc: string;
103
- }
104
- namespace JsonNullValueInput {
105
- import JsonNull = Prisma.JsonNull;
106
- export { JsonNull };
107
- }
108
- namespace QueryMode {
109
- let _default: string;
110
- export { _default as default };
111
- export let insensitive: string;
112
- }
113
- namespace NullsOrder {
114
- let first: string;
115
- let last: string;
116
- }
117
- namespace JsonNullValueFilter {
118
- import DbNull = Prisma.DbNull;
119
- export { DbNull };
120
- import JsonNull_1 = Prisma.JsonNull;
121
- export { JsonNull_1 as JsonNull };
122
- import AnyNull = Prisma.AnyNull;
123
- export { AnyNull };
124
- }
125
- namespace ModelName {
126
- let Cuenta: string;
127
- let Perfil: string;
128
- let Comentario: string;
129
- let Etiqueta: string;
130
- let EtiquetaGrupo: string;
131
- let Evento: string;
132
- let Mensaje: string;
133
- let Enums: string;
134
- }
135
- }
136
- export namespace $Enums {
137
- export namespace TipoEtiqueta {
138
- let PERSONAL: string;
139
- let EVENTO: string;
140
- let MODELO: string;
141
- let TENTATIVA: string;
142
- }
143
- export namespace MensajeStatus {
144
- let ENVIADO: string;
145
- let RECIBIDO: string;
146
- let LEIDO: string;
147
- }
148
- export namespace EstadoPlantilla_1 {
149
- let APRROVED: string;
150
- let PENDING: string;
151
- let REJECTED: string;
152
- }
153
- export { EstadoPlantilla_1 as EstadoPlantilla };
154
- export namespace CategoriaPlantilla_1 {
155
- let MARKETING: string;
156
- let UTILITY: string;
157
- let AUTHENTICATION: string;
158
- }
159
- export { CategoriaPlantilla_1 as CategoriaPlantilla };
160
- }
161
- export namespace TipoEtiqueta {
162
- let PERSONAL_1: string;
163
- export { PERSONAL_1 as PERSONAL };
164
- let EVENTO_1: string;
165
- export { EVENTO_1 as EVENTO };
166
- let MODELO_1: string;
167
- export { MODELO_1 as MODELO };
168
- let TENTATIVA_1: string;
169
- export { TENTATIVA_1 as TENTATIVA };
170
- }
171
- export namespace MensajeStatus {
172
- let ENVIADO_1: string;
173
- export { ENVIADO_1 as ENVIADO };
174
- let RECIBIDO_1: string;
175
- export { RECIBIDO_1 as RECIBIDO };
176
- let LEIDO_1: string;
177
- export { LEIDO_1 as LEIDO };
178
- }
179
- export namespace EstadoPlantilla {
180
- let APRROVED_1: string;
181
- export { APRROVED_1 as APRROVED };
182
- let PENDING_1: string;
183
- export { PENDING_1 as PENDING };
184
- let REJECTED_1: string;
185
- export { REJECTED_1 as REJECTED };
186
- }
187
- export namespace CategoriaPlantilla {
188
- let MARKETING_1: string;
189
- export { MARKETING_1 as MARKETING };
190
- let UTILITY_1: string;
191
- export { UTILITY_1 as UTILITY };
192
- let AUTHENTICATION_1: string;
193
- export { AUTHENTICATION_1 as AUTHENTICATION };
194
- }
195
- export namespace Prisma {
196
- export namespace prismaVersion {
197
- let client: string;
198
- let engine: string;
199
- }
200
- export function PrismaClientKnownRequestError(): never;
201
- export function PrismaClientUnknownRequestError(): never;
202
- export function PrismaClientRustPanicError(): never;
203
- export function PrismaClientInitializationError(): never;
204
- export function PrismaClientValidationError(): never;
205
- export function NotFoundError(): never;
206
- export { Decimal };
207
- /**
208
- * Re-export of sql-template-tag
209
- */
210
- export function sql(): never;
211
- export function empty(): never;
212
- export function join(): never;
213
- export function raw(): never;
214
- export let validator: typeof Public.validator;
215
- /**
216
- * Extensions
217
- */
218
- export function getExtensionContext(): never;
219
- export function defineExtension(): never;
220
- let DbNull_1: {
221
- _getNamespace(): string;
222
- _getName(): string;
223
- toString(): string;
224
- };
225
- export { DbNull_1 as DbNull };
226
- let JsonNull_2: {
227
- _getNamespace(): string;
228
- _getName(): string;
229
- toString(): string;
230
- };
231
- export { JsonNull_2 as JsonNull };
232
- let AnyNull_1: {
233
- _getNamespace(): string;
234
- _getName(): string;
235
- toString(): string;
236
- };
237
- export { AnyNull_1 as AnyNull };
238
- export namespace NullTypes {
239
- let DbNull_2: {
240
- new (arg?: symbol | undefined): {
241
- _getNamespace(): string;
242
- _getName(): string;
243
- toString(): string;
244
- };
245
- };
246
- export { DbNull_2 as DbNull };
247
- let JsonNull_3: {
248
- new (arg?: symbol | undefined): {
249
- _getNamespace(): string;
250
- _getName(): string;
251
- toString(): string;
252
- };
253
- };
254
- export { JsonNull_3 as JsonNull };
255
- let AnyNull_2: {
256
- new (arg?: symbol | undefined): {
257
- _getNamespace(): string;
258
- _getName(): string;
259
- toString(): string;
260
- };
261
- };
262
- export { AnyNull_2 as AnyNull };
263
- }
264
- }
265
- /**
266
- * This is a stub Prisma Client that will error at runtime if called.
267
- */
268
- export class PrismaClient {
269
- }
270
- import { Decimal } from "./runtime/index-browser.js";
271
- import { Public } from "./runtime/index-browser.js";
@@ -1,2 +0,0 @@
1
- declare const _exports: any;
2
- export = _exports;
@@ -1,2 +0,0 @@
1
- declare const _exports: any;
2
- export = _exports;
@@ -1,2 +0,0 @@
1
- declare const _exports: any;
2
- export = _exports;