expo-backend-types 0.5.0-EXPO-286-EB-Location.9 → 0.5.0-EXPO-283-EB-Respuesta-Enlatada.10
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/src/cannedResponse/dto/cannedResponse.dto.d.ts +42 -0
- package/dist/src/cannedResponse/dto/cannedResponse.dto.js +23 -0
- package/dist/src/cannedResponse/dto/create-cannedResponse.dto.d.ts +66 -0
- package/dist/src/cannedResponse/dto/create-cannedResponse.dto.js +17 -0
- package/dist/src/cannedResponse/dto/delete-cannedResponse.dto.d.ts +41 -0
- package/dist/src/cannedResponse/dto/delete-cannedResponse.dto.js +10 -0
- package/dist/src/cannedResponse/dto/get-all-cannedResponse.dto.d.ts +78 -0
- package/dist/src/cannedResponse/dto/get-all-cannedResponse.dto.js +16 -0
- package/dist/src/cannedResponse/dto/update-cannedResponse.dto.d.ts +66 -0
- package/dist/src/cannedResponse/dto/update-cannedResponse.dto.js +17 -0
- package/dist/src/cannedResponse/exports.d.ts +5 -0
- package/dist/src/{location → cannedResponse}/exports.js +5 -7
- package/dist/src/comment/dto/comment.dto.d.ts +3 -3
- package/dist/src/comment/dto/create-comment.dto.d.ts +3 -3
- package/dist/src/comment/dto/get-by-profile-comment.dto.d.ts +5 -5
- package/dist/src/comment/dto/toggle-solve-comment.dto.d.ts +3 -3
- package/dist/src/exports.d.ts +1 -1
- package/dist/src/exports.js +1 -1
- package/dist/src/i18n/es.d.ts +20 -19
- package/dist/src/i18n/es.js +20 -19
- package/dist/src/i18n/es.js.map +1 -1
- package/dist/src/profile/dto/profile.dto.d.ts +12 -6
- package/dist/src/profile/dto/profile.dto.js +4 -2
- package/dist/src/shared/dto-modification/zod-without-dates.d.ts +2 -2
- package/dist/src/shared/dto-modification/zod-without-dates.js.map +1 -1
- package/dist/src/tag/dto/massive-allocation.dto.d.ts +50 -30
- package/dist/src/tag/dto/massive-deallocation.dto.d.ts +50 -30
- package/dist/types/prisma-schema/edge.js +7 -6
- package/dist/types/prisma-schema/index-browser.js +4 -3
- package/dist/types/prisma-schema/index.d.ts +242 -113
- package/dist/types/prisma-schema/index.js +7 -6
- package/dist/types/prisma-schema/package.json +1 -1
- package/dist/types/prisma-schema/schema.prisma +7 -5
- package/dist/types/prisma-schema/wasm.js +4 -3
- package/dist/types/schema.d.ts +80 -101
- package/package.json +4 -2
- package/dist/src/location/dto/arg-city.dto.d.ts +0 -130
- package/dist/src/location/dto/arg-city.dto.js +0 -33
- package/dist/src/location/dto/find-all-countries.dto.d.ts +0 -48
- package/dist/src/location/dto/find-all-countries.dto.js +0 -18
- package/dist/src/location/dto/find-all-location.dto.d.ts +0 -192
- package/dist/src/location/dto/find-all-location.dto.js +0 -32
- package/dist/src/location/dto/find-cities-by-province.dto.d.ts +0 -141
- package/dist/src/location/dto/find-cities-by-province.dto.js +0 -20
- package/dist/src/location/dto/find-provinces.dto.d.ts +0 -18
- package/dist/src/location/dto/find-provinces.dto.js +0 -15
- package/dist/src/location/dto/location.dto.d.ts +0 -29
- package/dist/src/location/dto/location.dto.js +0 -35
- package/dist/src/location/dto/states-by-country.dto.d.ts +0 -88
- package/dist/src/location/dto/states-by-country.dto.js +0 -22
- package/dist/src/location/exports.d.ts +0 -7
@@ -3186,10 +3186,18 @@ export namespace Prisma {
|
|
3186
3186
|
|
3187
3187
|
export type ProfileAvgAggregateOutputType = {
|
3188
3188
|
shortId: number | null
|
3189
|
+
birthLongitude: number | null
|
3190
|
+
birthLatitude: number | null
|
3191
|
+
residenceLongitude: number | null
|
3192
|
+
residenceLatitude: number | null
|
3189
3193
|
}
|
3190
3194
|
|
3191
3195
|
export type ProfileSumAggregateOutputType = {
|
3192
3196
|
shortId: number | null
|
3197
|
+
birthLongitude: number | null
|
3198
|
+
birthLatitude: number | null
|
3199
|
+
residenceLongitude: number | null
|
3200
|
+
residenceLatitude: number | null
|
3193
3201
|
}
|
3194
3202
|
|
3195
3203
|
export type ProfileMinAggregateOutputType = {
|
@@ -3205,8 +3213,10 @@ export namespace Prisma {
|
|
3205
3213
|
instagram: string | null
|
3206
3214
|
mail: string | null
|
3207
3215
|
dni: string | null
|
3208
|
-
|
3209
|
-
|
3216
|
+
birthLongitude: number | null
|
3217
|
+
birthLatitude: number | null
|
3218
|
+
residenceLongitude: number | null
|
3219
|
+
residenceLatitude: number | null
|
3210
3220
|
isInTrash: boolean | null
|
3211
3221
|
movedToTrashDate: Date | null
|
3212
3222
|
created_at: Date | null
|
@@ -3226,8 +3236,10 @@ export namespace Prisma {
|
|
3226
3236
|
instagram: string | null
|
3227
3237
|
mail: string | null
|
3228
3238
|
dni: string | null
|
3229
|
-
|
3230
|
-
|
3239
|
+
birthLongitude: number | null
|
3240
|
+
birthLatitude: number | null
|
3241
|
+
residenceLongitude: number | null
|
3242
|
+
residenceLatitude: number | null
|
3231
3243
|
isInTrash: boolean | null
|
3232
3244
|
movedToTrashDate: Date | null
|
3233
3245
|
created_at: Date | null
|
@@ -3248,8 +3260,10 @@ export namespace Prisma {
|
|
3248
3260
|
mail: number
|
3249
3261
|
dni: number
|
3250
3262
|
alternativeNames: number
|
3251
|
-
|
3252
|
-
|
3263
|
+
birthLongitude: number
|
3264
|
+
birthLatitude: number
|
3265
|
+
residenceLongitude: number
|
3266
|
+
residenceLatitude: number
|
3253
3267
|
isInTrash: number
|
3254
3268
|
movedToTrashDate: number
|
3255
3269
|
created_at: number
|
@@ -3260,10 +3274,18 @@ export namespace Prisma {
|
|
3260
3274
|
|
3261
3275
|
export type ProfileAvgAggregateInputType = {
|
3262
3276
|
shortId?: true
|
3277
|
+
birthLongitude?: true
|
3278
|
+
birthLatitude?: true
|
3279
|
+
residenceLongitude?: true
|
3280
|
+
residenceLatitude?: true
|
3263
3281
|
}
|
3264
3282
|
|
3265
3283
|
export type ProfileSumAggregateInputType = {
|
3266
3284
|
shortId?: true
|
3285
|
+
birthLongitude?: true
|
3286
|
+
birthLatitude?: true
|
3287
|
+
residenceLongitude?: true
|
3288
|
+
residenceLatitude?: true
|
3267
3289
|
}
|
3268
3290
|
|
3269
3291
|
export type ProfileMinAggregateInputType = {
|
@@ -3279,8 +3301,10 @@ export namespace Prisma {
|
|
3279
3301
|
instagram?: true
|
3280
3302
|
mail?: true
|
3281
3303
|
dni?: true
|
3282
|
-
|
3283
|
-
|
3304
|
+
birthLongitude?: true
|
3305
|
+
birthLatitude?: true
|
3306
|
+
residenceLongitude?: true
|
3307
|
+
residenceLatitude?: true
|
3284
3308
|
isInTrash?: true
|
3285
3309
|
movedToTrashDate?: true
|
3286
3310
|
created_at?: true
|
@@ -3300,8 +3324,10 @@ export namespace Prisma {
|
|
3300
3324
|
instagram?: true
|
3301
3325
|
mail?: true
|
3302
3326
|
dni?: true
|
3303
|
-
|
3304
|
-
|
3327
|
+
birthLongitude?: true
|
3328
|
+
birthLatitude?: true
|
3329
|
+
residenceLongitude?: true
|
3330
|
+
residenceLatitude?: true
|
3305
3331
|
isInTrash?: true
|
3306
3332
|
movedToTrashDate?: true
|
3307
3333
|
created_at?: true
|
@@ -3322,8 +3348,10 @@ export namespace Prisma {
|
|
3322
3348
|
mail?: true
|
3323
3349
|
dni?: true
|
3324
3350
|
alternativeNames?: true
|
3325
|
-
|
3326
|
-
|
3351
|
+
birthLongitude?: true
|
3352
|
+
birthLatitude?: true
|
3353
|
+
residenceLongitude?: true
|
3354
|
+
residenceLatitude?: true
|
3327
3355
|
isInTrash?: true
|
3328
3356
|
movedToTrashDate?: true
|
3329
3357
|
created_at?: true
|
@@ -3431,8 +3459,10 @@ export namespace Prisma {
|
|
3431
3459
|
mail: string | null
|
3432
3460
|
dni: string | null
|
3433
3461
|
alternativeNames: string[]
|
3434
|
-
|
3435
|
-
|
3462
|
+
birthLongitude: number | null
|
3463
|
+
birthLatitude: number | null
|
3464
|
+
residenceLongitude: number | null
|
3465
|
+
residenceLatitude: number | null
|
3436
3466
|
isInTrash: boolean
|
3437
3467
|
movedToTrashDate: Date | null
|
3438
3468
|
created_at: Date
|
@@ -3472,8 +3502,10 @@ export namespace Prisma {
|
|
3472
3502
|
mail?: boolean
|
3473
3503
|
dni?: boolean
|
3474
3504
|
alternativeNames?: boolean
|
3475
|
-
|
3476
|
-
|
3505
|
+
birthLongitude?: boolean
|
3506
|
+
birthLatitude?: boolean
|
3507
|
+
residenceLongitude?: boolean
|
3508
|
+
residenceLatitude?: boolean
|
3477
3509
|
isInTrash?: boolean
|
3478
3510
|
movedToTrashDate?: boolean
|
3479
3511
|
created_at?: boolean
|
@@ -3500,8 +3532,10 @@ export namespace Prisma {
|
|
3500
3532
|
mail?: boolean
|
3501
3533
|
dni?: boolean
|
3502
3534
|
alternativeNames?: boolean
|
3503
|
-
|
3504
|
-
|
3535
|
+
birthLongitude?: boolean
|
3536
|
+
birthLatitude?: boolean
|
3537
|
+
residenceLongitude?: boolean
|
3538
|
+
residenceLatitude?: boolean
|
3505
3539
|
isInTrash?: boolean
|
3506
3540
|
movedToTrashDate?: boolean
|
3507
3541
|
created_at?: boolean
|
@@ -3542,8 +3576,10 @@ export namespace Prisma {
|
|
3542
3576
|
mail: string | null
|
3543
3577
|
dni: string | null
|
3544
3578
|
alternativeNames: string[]
|
3545
|
-
|
3546
|
-
|
3579
|
+
birthLongitude: number | null
|
3580
|
+
birthLatitude: number | null
|
3581
|
+
residenceLongitude: number | null
|
3582
|
+
residenceLatitude: number | null
|
3547
3583
|
isInTrash: boolean
|
3548
3584
|
movedToTrashDate: Date | null
|
3549
3585
|
created_at: Date
|
@@ -3990,8 +4026,10 @@ export namespace Prisma {
|
|
3990
4026
|
readonly mail: FieldRef<"Profile", 'String'>
|
3991
4027
|
readonly dni: FieldRef<"Profile", 'String'>
|
3992
4028
|
readonly alternativeNames: FieldRef<"Profile", 'String[]'>
|
3993
|
-
readonly
|
3994
|
-
readonly
|
4029
|
+
readonly birthLongitude: FieldRef<"Profile", 'Float'>
|
4030
|
+
readonly birthLatitude: FieldRef<"Profile", 'Float'>
|
4031
|
+
readonly residenceLongitude: FieldRef<"Profile", 'Float'>
|
4032
|
+
readonly residenceLatitude: FieldRef<"Profile", 'Float'>
|
3995
4033
|
readonly isInTrash: FieldRef<"Profile", 'Boolean'>
|
3996
4034
|
readonly movedToTrashDate: FieldRef<"Profile", 'DateTime'>
|
3997
4035
|
readonly created_at: FieldRef<"Profile", 'DateTime'>
|
@@ -4441,7 +4479,6 @@ export namespace Prisma {
|
|
4441
4479
|
}
|
4442
4480
|
|
4443
4481
|
export type LocationMinAggregateOutputType = {
|
4444
|
-
id: string | null
|
4445
4482
|
latitude: number | null
|
4446
4483
|
longitude: number | null
|
4447
4484
|
country: string | null
|
@@ -4452,7 +4489,6 @@ export namespace Prisma {
|
|
4452
4489
|
}
|
4453
4490
|
|
4454
4491
|
export type LocationMaxAggregateOutputType = {
|
4455
|
-
id: string | null
|
4456
4492
|
latitude: number | null
|
4457
4493
|
longitude: number | null
|
4458
4494
|
country: string | null
|
@@ -4463,7 +4499,6 @@ export namespace Prisma {
|
|
4463
4499
|
}
|
4464
4500
|
|
4465
4501
|
export type LocationCountAggregateOutputType = {
|
4466
|
-
id: number
|
4467
4502
|
latitude: number
|
4468
4503
|
longitude: number
|
4469
4504
|
country: number
|
@@ -4486,7 +4521,6 @@ export namespace Prisma {
|
|
4486
4521
|
}
|
4487
4522
|
|
4488
4523
|
export type LocationMinAggregateInputType = {
|
4489
|
-
id?: true
|
4490
4524
|
latitude?: true
|
4491
4525
|
longitude?: true
|
4492
4526
|
country?: true
|
@@ -4497,7 +4531,6 @@ export namespace Prisma {
|
|
4497
4531
|
}
|
4498
4532
|
|
4499
4533
|
export type LocationMaxAggregateInputType = {
|
4500
|
-
id?: true
|
4501
4534
|
latitude?: true
|
4502
4535
|
longitude?: true
|
4503
4536
|
country?: true
|
@@ -4508,7 +4541,6 @@ export namespace Prisma {
|
|
4508
4541
|
}
|
4509
4542
|
|
4510
4543
|
export type LocationCountAggregateInputType = {
|
4511
|
-
id?: true
|
4512
4544
|
latitude?: true
|
4513
4545
|
longitude?: true
|
4514
4546
|
country?: true
|
@@ -4606,7 +4638,6 @@ export namespace Prisma {
|
|
4606
4638
|
}
|
4607
4639
|
|
4608
4640
|
export type LocationGroupByOutputType = {
|
4609
|
-
id: string
|
4610
4641
|
latitude: number
|
4611
4642
|
longitude: number
|
4612
4643
|
country: string
|
@@ -4636,7 +4667,6 @@ export namespace Prisma {
|
|
4636
4667
|
|
4637
4668
|
|
4638
4669
|
export type LocationSelect<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = $Extensions.GetSelect<{
|
4639
|
-
id?: boolean
|
4640
4670
|
latitude?: boolean
|
4641
4671
|
longitude?: boolean
|
4642
4672
|
country?: boolean
|
@@ -4650,7 +4680,6 @@ export namespace Prisma {
|
|
4650
4680
|
}, ExtArgs["result"]["location"]>
|
4651
4681
|
|
4652
4682
|
export type LocationSelectScalar = {
|
4653
|
-
id?: boolean
|
4654
4683
|
latitude?: boolean
|
4655
4684
|
longitude?: boolean
|
4656
4685
|
country?: boolean
|
@@ -4675,7 +4704,6 @@ export namespace Prisma {
|
|
4675
4704
|
residenceProfiles: Prisma.$ProfilePayload<ExtArgs>[]
|
4676
4705
|
}
|
4677
4706
|
scalars: $Extensions.GetPayloadResult<{
|
4678
|
-
id: string
|
4679
4707
|
latitude: number
|
4680
4708
|
longitude: number
|
4681
4709
|
country: string
|
@@ -4775,8 +4803,8 @@ export namespace Prisma {
|
|
4775
4803
|
* // Get first 10 Locations
|
4776
4804
|
* const locations = await prisma.location.findMany({ take: 10 })
|
4777
4805
|
*
|
4778
|
-
* // Only select the `
|
4779
|
-
* const
|
4806
|
+
* // Only select the `latitude`
|
4807
|
+
* const locationWithLatitudeOnly = await prisma.location.findMany({ select: { latitude: true } })
|
4780
4808
|
*
|
4781
4809
|
**/
|
4782
4810
|
findMany<T extends LocationFindManyArgs<ExtArgs>>(
|
@@ -4826,9 +4854,9 @@ export namespace Prisma {
|
|
4826
4854
|
* ]
|
4827
4855
|
* })
|
4828
4856
|
*
|
4829
|
-
* // Create many Locations and only return the `
|
4830
|
-
* const
|
4831
|
-
* select: {
|
4857
|
+
* // Create many Locations and only return the `latitude`
|
4858
|
+
* const locationWithLatitudeOnly = await prisma.location.createManyAndReturn({
|
4859
|
+
* select: { latitude: true },
|
4832
4860
|
* data: [
|
4833
4861
|
* // ... provide data here
|
4834
4862
|
* ]
|
@@ -5106,7 +5134,6 @@ export namespace Prisma {
|
|
5106
5134
|
* Fields of the Location model
|
5107
5135
|
*/
|
5108
5136
|
interface LocationFieldRefs {
|
5109
|
-
readonly id: FieldRef<"Location", 'String'>
|
5110
5137
|
readonly latitude: FieldRef<"Location", 'Float'>
|
5111
5138
|
readonly longitude: FieldRef<"Location", 'Float'>
|
5112
5139
|
readonly country: FieldRef<"Location", 'String'>
|
@@ -13410,8 +13437,10 @@ export namespace Prisma {
|
|
13410
13437
|
mail: 'mail',
|
13411
13438
|
dni: 'dni',
|
13412
13439
|
alternativeNames: 'alternativeNames',
|
13413
|
-
|
13414
|
-
|
13440
|
+
birthLongitude: 'birthLongitude',
|
13441
|
+
birthLatitude: 'birthLatitude',
|
13442
|
+
residenceLongitude: 'residenceLongitude',
|
13443
|
+
residenceLatitude: 'residenceLatitude',
|
13415
13444
|
isInTrash: 'isInTrash',
|
13416
13445
|
movedToTrashDate: 'movedToTrashDate',
|
13417
13446
|
created_at: 'created_at',
|
@@ -13422,7 +13451,6 @@ export namespace Prisma {
|
|
13422
13451
|
|
13423
13452
|
|
13424
13453
|
export const LocationScalarFieldEnum: {
|
13425
|
-
id: 'id',
|
13426
13454
|
latitude: 'latitude',
|
13427
13455
|
longitude: 'longitude',
|
13428
13456
|
country: 'country',
|
@@ -13819,8 +13847,10 @@ export namespace Prisma {
|
|
13819
13847
|
mail?: StringNullableFilter<"Profile"> | string | null
|
13820
13848
|
dni?: StringNullableFilter<"Profile"> | string | null
|
13821
13849
|
alternativeNames?: StringNullableListFilter<"Profile">
|
13822
|
-
|
13823
|
-
|
13850
|
+
birthLongitude?: FloatNullableFilter<"Profile"> | number | null
|
13851
|
+
birthLatitude?: FloatNullableFilter<"Profile"> | number | null
|
13852
|
+
residenceLongitude?: FloatNullableFilter<"Profile"> | number | null
|
13853
|
+
residenceLatitude?: FloatNullableFilter<"Profile"> | number | null
|
13824
13854
|
isInTrash?: BoolFilter<"Profile"> | boolean
|
13825
13855
|
movedToTrashDate?: DateTimeNullableFilter<"Profile"> | Date | string | null
|
13826
13856
|
created_at?: DateTimeFilter<"Profile"> | Date | string
|
@@ -13846,8 +13876,10 @@ export namespace Prisma {
|
|
13846
13876
|
mail?: SortOrderInput | SortOrder
|
13847
13877
|
dni?: SortOrderInput | SortOrder
|
13848
13878
|
alternativeNames?: SortOrder
|
13849
|
-
|
13850
|
-
|
13879
|
+
birthLongitude?: SortOrderInput | SortOrder
|
13880
|
+
birthLatitude?: SortOrderInput | SortOrder
|
13881
|
+
residenceLongitude?: SortOrderInput | SortOrder
|
13882
|
+
residenceLatitude?: SortOrderInput | SortOrder
|
13851
13883
|
isInTrash?: SortOrder
|
13852
13884
|
movedToTrashDate?: SortOrderInput | SortOrder
|
13853
13885
|
created_at?: SortOrder
|
@@ -13876,8 +13908,10 @@ export namespace Prisma {
|
|
13876
13908
|
mail?: StringNullableFilter<"Profile"> | string | null
|
13877
13909
|
dni?: StringNullableFilter<"Profile"> | string | null
|
13878
13910
|
alternativeNames?: StringNullableListFilter<"Profile">
|
13879
|
-
|
13880
|
-
|
13911
|
+
birthLongitude?: FloatNullableFilter<"Profile"> | number | null
|
13912
|
+
birthLatitude?: FloatNullableFilter<"Profile"> | number | null
|
13913
|
+
residenceLongitude?: FloatNullableFilter<"Profile"> | number | null
|
13914
|
+
residenceLatitude?: FloatNullableFilter<"Profile"> | number | null
|
13881
13915
|
isInTrash?: BoolFilter<"Profile"> | boolean
|
13882
13916
|
movedToTrashDate?: DateTimeNullableFilter<"Profile"> | Date | string | null
|
13883
13917
|
created_at?: DateTimeFilter<"Profile"> | Date | string
|
@@ -13903,8 +13937,10 @@ export namespace Prisma {
|
|
13903
13937
|
mail?: SortOrderInput | SortOrder
|
13904
13938
|
dni?: SortOrderInput | SortOrder
|
13905
13939
|
alternativeNames?: SortOrder
|
13906
|
-
|
13907
|
-
|
13940
|
+
birthLongitude?: SortOrderInput | SortOrder
|
13941
|
+
birthLatitude?: SortOrderInput | SortOrder
|
13942
|
+
residenceLongitude?: SortOrderInput | SortOrder
|
13943
|
+
residenceLatitude?: SortOrderInput | SortOrder
|
13908
13944
|
isInTrash?: SortOrder
|
13909
13945
|
movedToTrashDate?: SortOrderInput | SortOrder
|
13910
13946
|
created_at?: SortOrder
|
@@ -13933,8 +13969,10 @@ export namespace Prisma {
|
|
13933
13969
|
mail?: StringNullableWithAggregatesFilter<"Profile"> | string | null
|
13934
13970
|
dni?: StringNullableWithAggregatesFilter<"Profile"> | string | null
|
13935
13971
|
alternativeNames?: StringNullableListFilter<"Profile">
|
13936
|
-
|
13937
|
-
|
13972
|
+
birthLongitude?: FloatNullableWithAggregatesFilter<"Profile"> | number | null
|
13973
|
+
birthLatitude?: FloatNullableWithAggregatesFilter<"Profile"> | number | null
|
13974
|
+
residenceLongitude?: FloatNullableWithAggregatesFilter<"Profile"> | number | null
|
13975
|
+
residenceLatitude?: FloatNullableWithAggregatesFilter<"Profile"> | number | null
|
13938
13976
|
isInTrash?: BoolWithAggregatesFilter<"Profile"> | boolean
|
13939
13977
|
movedToTrashDate?: DateTimeNullableWithAggregatesFilter<"Profile"> | Date | string | null
|
13940
13978
|
created_at?: DateTimeWithAggregatesFilter<"Profile"> | Date | string
|
@@ -13945,7 +13983,6 @@ export namespace Prisma {
|
|
13945
13983
|
AND?: LocationWhereInput | LocationWhereInput[]
|
13946
13984
|
OR?: LocationWhereInput[]
|
13947
13985
|
NOT?: LocationWhereInput | LocationWhereInput[]
|
13948
|
-
id?: StringFilter<"Location"> | string
|
13949
13986
|
latitude?: FloatFilter<"Location"> | number
|
13950
13987
|
longitude?: FloatFilter<"Location"> | number
|
13951
13988
|
country?: StringFilter<"Location"> | string
|
@@ -13958,7 +13995,6 @@ export namespace Prisma {
|
|
13958
13995
|
}
|
13959
13996
|
|
13960
13997
|
export type LocationOrderByWithRelationInput = {
|
13961
|
-
id?: SortOrder
|
13962
13998
|
latitude?: SortOrder
|
13963
13999
|
longitude?: SortOrder
|
13964
14000
|
country?: SortOrder
|
@@ -13971,7 +14007,7 @@ export namespace Prisma {
|
|
13971
14007
|
}
|
13972
14008
|
|
13973
14009
|
export type LocationWhereUniqueInput = Prisma.AtLeast<{
|
13974
|
-
|
14010
|
+
latitude_longitude?: LocationLatitudeLongitudeCompoundUniqueInput
|
13975
14011
|
AND?: LocationWhereInput | LocationWhereInput[]
|
13976
14012
|
OR?: LocationWhereInput[]
|
13977
14013
|
NOT?: LocationWhereInput | LocationWhereInput[]
|
@@ -13984,10 +14020,9 @@ export namespace Prisma {
|
|
13984
14020
|
updated_at?: DateTimeFilter<"Location"> | Date | string
|
13985
14021
|
birthProfiles?: ProfileListRelationFilter
|
13986
14022
|
residenceProfiles?: ProfileListRelationFilter
|
13987
|
-
}, "
|
14023
|
+
}, "latitude_longitude">
|
13988
14024
|
|
13989
14025
|
export type LocationOrderByWithAggregationInput = {
|
13990
|
-
id?: SortOrder
|
13991
14026
|
latitude?: SortOrder
|
13992
14027
|
longitude?: SortOrder
|
13993
14028
|
country?: SortOrder
|
@@ -14006,7 +14041,6 @@ export namespace Prisma {
|
|
14006
14041
|
AND?: LocationScalarWhereWithAggregatesInput | LocationScalarWhereWithAggregatesInput[]
|
14007
14042
|
OR?: LocationScalarWhereWithAggregatesInput[]
|
14008
14043
|
NOT?: LocationScalarWhereWithAggregatesInput | LocationScalarWhereWithAggregatesInput[]
|
14009
|
-
id?: StringWithAggregatesFilter<"Location"> | string
|
14010
14044
|
latitude?: FloatWithAggregatesFilter<"Location"> | number
|
14011
14045
|
longitude?: FloatWithAggregatesFilter<"Location"> | number
|
14012
14046
|
country?: StringWithAggregatesFilter<"Location"> | string
|
@@ -14675,8 +14709,10 @@ export namespace Prisma {
|
|
14675
14709
|
mail?: string | null
|
14676
14710
|
dni?: string | null
|
14677
14711
|
alternativeNames?: ProfileCreatealternativeNamesInput | string[]
|
14678
|
-
|
14679
|
-
|
14712
|
+
birthLongitude?: number | null
|
14713
|
+
birthLatitude?: number | null
|
14714
|
+
residenceLongitude?: number | null
|
14715
|
+
residenceLatitude?: number | null
|
14680
14716
|
isInTrash?: boolean
|
14681
14717
|
movedToTrashDate?: Date | string | null
|
14682
14718
|
created_at?: Date | string
|
@@ -14725,8 +14761,10 @@ export namespace Prisma {
|
|
14725
14761
|
mail?: NullableStringFieldUpdateOperationsInput | string | null
|
14726
14762
|
dni?: NullableStringFieldUpdateOperationsInput | string | null
|
14727
14763
|
alternativeNames?: ProfileUpdatealternativeNamesInput | string[]
|
14728
|
-
|
14729
|
-
|
14764
|
+
birthLongitude?: NullableFloatFieldUpdateOperationsInput | number | null
|
14765
|
+
birthLatitude?: NullableFloatFieldUpdateOperationsInput | number | null
|
14766
|
+
residenceLongitude?: NullableFloatFieldUpdateOperationsInput | number | null
|
14767
|
+
residenceLatitude?: NullableFloatFieldUpdateOperationsInput | number | null
|
14730
14768
|
isInTrash?: BoolFieldUpdateOperationsInput | boolean
|
14731
14769
|
movedToTrashDate?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
14732
14770
|
created_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
@@ -14750,8 +14788,10 @@ export namespace Prisma {
|
|
14750
14788
|
mail?: string | null
|
14751
14789
|
dni?: string | null
|
14752
14790
|
alternativeNames?: ProfileCreatealternativeNamesInput | string[]
|
14753
|
-
|
14754
|
-
|
14791
|
+
birthLongitude?: number | null
|
14792
|
+
birthLatitude?: number | null
|
14793
|
+
residenceLongitude?: number | null
|
14794
|
+
residenceLatitude?: number | null
|
14755
14795
|
isInTrash?: boolean
|
14756
14796
|
movedToTrashDate?: Date | string | null
|
14757
14797
|
created_at?: Date | string
|
@@ -14792,8 +14832,10 @@ export namespace Prisma {
|
|
14792
14832
|
mail?: NullableStringFieldUpdateOperationsInput | string | null
|
14793
14833
|
dni?: NullableStringFieldUpdateOperationsInput | string | null
|
14794
14834
|
alternativeNames?: ProfileUpdatealternativeNamesInput | string[]
|
14795
|
-
|
14796
|
-
|
14835
|
+
birthLongitude?: NullableFloatFieldUpdateOperationsInput | number | null
|
14836
|
+
birthLatitude?: NullableFloatFieldUpdateOperationsInput | number | null
|
14837
|
+
residenceLongitude?: NullableFloatFieldUpdateOperationsInput | number | null
|
14838
|
+
residenceLatitude?: NullableFloatFieldUpdateOperationsInput | number | null
|
14797
14839
|
isInTrash?: BoolFieldUpdateOperationsInput | boolean
|
14798
14840
|
movedToTrashDate?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
14799
14841
|
created_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
@@ -14801,7 +14843,6 @@ export namespace Prisma {
|
|
14801
14843
|
}
|
14802
14844
|
|
14803
14845
|
export type LocationCreateInput = {
|
14804
|
-
id?: string
|
14805
14846
|
latitude: number
|
14806
14847
|
longitude: number
|
14807
14848
|
country: string
|
@@ -14814,7 +14855,6 @@ export namespace Prisma {
|
|
14814
14855
|
}
|
14815
14856
|
|
14816
14857
|
export type LocationUncheckedCreateInput = {
|
14817
|
-
id?: string
|
14818
14858
|
latitude: number
|
14819
14859
|
longitude: number
|
14820
14860
|
country: string
|
@@ -14827,7 +14867,6 @@ export namespace Prisma {
|
|
14827
14867
|
}
|
14828
14868
|
|
14829
14869
|
export type LocationUpdateInput = {
|
14830
|
-
id?: StringFieldUpdateOperationsInput | string
|
14831
14870
|
latitude?: FloatFieldUpdateOperationsInput | number
|
14832
14871
|
longitude?: FloatFieldUpdateOperationsInput | number
|
14833
14872
|
country?: StringFieldUpdateOperationsInput | string
|
@@ -14840,7 +14879,6 @@ export namespace Prisma {
|
|
14840
14879
|
}
|
14841
14880
|
|
14842
14881
|
export type LocationUncheckedUpdateInput = {
|
14843
|
-
id?: StringFieldUpdateOperationsInput | string
|
14844
14882
|
latitude?: FloatFieldUpdateOperationsInput | number
|
14845
14883
|
longitude?: FloatFieldUpdateOperationsInput | number
|
14846
14884
|
country?: StringFieldUpdateOperationsInput | string
|
@@ -14853,7 +14891,6 @@ export namespace Prisma {
|
|
14853
14891
|
}
|
14854
14892
|
|
14855
14893
|
export type LocationCreateManyInput = {
|
14856
|
-
id?: string
|
14857
14894
|
latitude: number
|
14858
14895
|
longitude: number
|
14859
14896
|
country: string
|
@@ -14864,7 +14901,6 @@ export namespace Prisma {
|
|
14864
14901
|
}
|
14865
14902
|
|
14866
14903
|
export type LocationUpdateManyMutationInput = {
|
14867
|
-
id?: StringFieldUpdateOperationsInput | string
|
14868
14904
|
latitude?: FloatFieldUpdateOperationsInput | number
|
14869
14905
|
longitude?: FloatFieldUpdateOperationsInput | number
|
14870
14906
|
country?: StringFieldUpdateOperationsInput | string
|
@@ -14875,7 +14911,6 @@ export namespace Prisma {
|
|
14875
14911
|
}
|
14876
14912
|
|
14877
14913
|
export type LocationUncheckedUpdateManyInput = {
|
14878
|
-
id?: StringFieldUpdateOperationsInput | string
|
14879
14914
|
latitude?: FloatFieldUpdateOperationsInput | number
|
14880
14915
|
longitude?: FloatFieldUpdateOperationsInput | number
|
14881
14916
|
country?: StringFieldUpdateOperationsInput | string
|
@@ -15624,6 +15659,17 @@ export namespace Prisma {
|
|
15624
15659
|
not?: NestedDateTimeNullableFilter<$PrismaModel> | Date | string | null
|
15625
15660
|
}
|
15626
15661
|
|
15662
|
+
export type FloatNullableFilter<$PrismaModel = never> = {
|
15663
|
+
equals?: number | FloatFieldRefInput<$PrismaModel> | null
|
15664
|
+
in?: number[] | ListFloatFieldRefInput<$PrismaModel> | null
|
15665
|
+
notIn?: number[] | ListFloatFieldRefInput<$PrismaModel> | null
|
15666
|
+
lt?: number | FloatFieldRefInput<$PrismaModel>
|
15667
|
+
lte?: number | FloatFieldRefInput<$PrismaModel>
|
15668
|
+
gt?: number | FloatFieldRefInput<$PrismaModel>
|
15669
|
+
gte?: number | FloatFieldRefInput<$PrismaModel>
|
15670
|
+
not?: NestedFloatNullableFilter<$PrismaModel> | number | null
|
15671
|
+
}
|
15672
|
+
|
15627
15673
|
export type MessageListRelationFilter = {
|
15628
15674
|
every?: MessageWhereInput
|
15629
15675
|
some?: MessageWhereInput
|
@@ -15658,8 +15704,10 @@ export namespace Prisma {
|
|
15658
15704
|
mail?: SortOrder
|
15659
15705
|
dni?: SortOrder
|
15660
15706
|
alternativeNames?: SortOrder
|
15661
|
-
|
15662
|
-
|
15707
|
+
birthLongitude?: SortOrder
|
15708
|
+
birthLatitude?: SortOrder
|
15709
|
+
residenceLongitude?: SortOrder
|
15710
|
+
residenceLatitude?: SortOrder
|
15663
15711
|
isInTrash?: SortOrder
|
15664
15712
|
movedToTrashDate?: SortOrder
|
15665
15713
|
created_at?: SortOrder
|
@@ -15668,6 +15716,10 @@ export namespace Prisma {
|
|
15668
15716
|
|
15669
15717
|
export type ProfileAvgOrderByAggregateInput = {
|
15670
15718
|
shortId?: SortOrder
|
15719
|
+
birthLongitude?: SortOrder
|
15720
|
+
birthLatitude?: SortOrder
|
15721
|
+
residenceLongitude?: SortOrder
|
15722
|
+
residenceLatitude?: SortOrder
|
15671
15723
|
}
|
15672
15724
|
|
15673
15725
|
export type ProfileMaxOrderByAggregateInput = {
|
@@ -15683,8 +15735,10 @@ export namespace Prisma {
|
|
15683
15735
|
instagram?: SortOrder
|
15684
15736
|
mail?: SortOrder
|
15685
15737
|
dni?: SortOrder
|
15686
|
-
|
15687
|
-
|
15738
|
+
birthLongitude?: SortOrder
|
15739
|
+
birthLatitude?: SortOrder
|
15740
|
+
residenceLongitude?: SortOrder
|
15741
|
+
residenceLatitude?: SortOrder
|
15688
15742
|
isInTrash?: SortOrder
|
15689
15743
|
movedToTrashDate?: SortOrder
|
15690
15744
|
created_at?: SortOrder
|
@@ -15704,8 +15758,10 @@ export namespace Prisma {
|
|
15704
15758
|
instagram?: SortOrder
|
15705
15759
|
mail?: SortOrder
|
15706
15760
|
dni?: SortOrder
|
15707
|
-
|
15708
|
-
|
15761
|
+
birthLongitude?: SortOrder
|
15762
|
+
birthLatitude?: SortOrder
|
15763
|
+
residenceLongitude?: SortOrder
|
15764
|
+
residenceLatitude?: SortOrder
|
15709
15765
|
isInTrash?: SortOrder
|
15710
15766
|
movedToTrashDate?: SortOrder
|
15711
15767
|
created_at?: SortOrder
|
@@ -15714,6 +15770,10 @@ export namespace Prisma {
|
|
15714
15770
|
|
15715
15771
|
export type ProfileSumOrderByAggregateInput = {
|
15716
15772
|
shortId?: SortOrder
|
15773
|
+
birthLongitude?: SortOrder
|
15774
|
+
birthLatitude?: SortOrder
|
15775
|
+
residenceLongitude?: SortOrder
|
15776
|
+
residenceLatitude?: SortOrder
|
15717
15777
|
}
|
15718
15778
|
|
15719
15779
|
export type IntWithAggregatesFilter<$PrismaModel = never> = {
|
@@ -15764,6 +15824,22 @@ export namespace Prisma {
|
|
15764
15824
|
_max?: NestedDateTimeNullableFilter<$PrismaModel>
|
15765
15825
|
}
|
15766
15826
|
|
15827
|
+
export type FloatNullableWithAggregatesFilter<$PrismaModel = never> = {
|
15828
|
+
equals?: number | FloatFieldRefInput<$PrismaModel> | null
|
15829
|
+
in?: number[] | ListFloatFieldRefInput<$PrismaModel> | null
|
15830
|
+
notIn?: number[] | ListFloatFieldRefInput<$PrismaModel> | null
|
15831
|
+
lt?: number | FloatFieldRefInput<$PrismaModel>
|
15832
|
+
lte?: number | FloatFieldRefInput<$PrismaModel>
|
15833
|
+
gt?: number | FloatFieldRefInput<$PrismaModel>
|
15834
|
+
gte?: number | FloatFieldRefInput<$PrismaModel>
|
15835
|
+
not?: NestedFloatNullableWithAggregatesFilter<$PrismaModel> | number | null
|
15836
|
+
_count?: NestedIntNullableFilter<$PrismaModel>
|
15837
|
+
_avg?: NestedFloatNullableFilter<$PrismaModel>
|
15838
|
+
_sum?: NestedFloatNullableFilter<$PrismaModel>
|
15839
|
+
_min?: NestedFloatNullableFilter<$PrismaModel>
|
15840
|
+
_max?: NestedFloatNullableFilter<$PrismaModel>
|
15841
|
+
}
|
15842
|
+
|
15767
15843
|
export type FloatFilter<$PrismaModel = never> = {
|
15768
15844
|
equals?: number | FloatFieldRefInput<$PrismaModel>
|
15769
15845
|
in?: number[] | ListFloatFieldRefInput<$PrismaModel>
|
@@ -15785,8 +15861,12 @@ export namespace Prisma {
|
|
15785
15861
|
_count?: SortOrder
|
15786
15862
|
}
|
15787
15863
|
|
15864
|
+
export type LocationLatitudeLongitudeCompoundUniqueInput = {
|
15865
|
+
latitude: number
|
15866
|
+
longitude: number
|
15867
|
+
}
|
15868
|
+
|
15788
15869
|
export type LocationCountOrderByAggregateInput = {
|
15789
|
-
id?: SortOrder
|
15790
15870
|
latitude?: SortOrder
|
15791
15871
|
longitude?: SortOrder
|
15792
15872
|
country?: SortOrder
|
@@ -15802,7 +15882,6 @@ export namespace Prisma {
|
|
15802
15882
|
}
|
15803
15883
|
|
15804
15884
|
export type LocationMaxOrderByAggregateInput = {
|
15805
|
-
id?: SortOrder
|
15806
15885
|
latitude?: SortOrder
|
15807
15886
|
longitude?: SortOrder
|
15808
15887
|
country?: SortOrder
|
@@ -15813,7 +15892,6 @@ export namespace Prisma {
|
|
15813
15892
|
}
|
15814
15893
|
|
15815
15894
|
export type LocationMinOrderByAggregateInput = {
|
15816
|
-
id?: SortOrder
|
15817
15895
|
latitude?: SortOrder
|
15818
15896
|
longitude?: SortOrder
|
15819
15897
|
country?: SortOrder
|
@@ -16563,6 +16641,14 @@ export namespace Prisma {
|
|
16563
16641
|
update?: XOR<XOR<LocationUpdateToOneWithWhereWithoutResidenceProfilesInput, LocationUpdateWithoutResidenceProfilesInput>, LocationUncheckedUpdateWithoutResidenceProfilesInput>
|
16564
16642
|
}
|
16565
16643
|
|
16644
|
+
export type NullableFloatFieldUpdateOperationsInput = {
|
16645
|
+
set?: number | null
|
16646
|
+
increment?: number
|
16647
|
+
decrement?: number
|
16648
|
+
multiply?: number
|
16649
|
+
divide?: number
|
16650
|
+
}
|
16651
|
+
|
16566
16652
|
export type CommentUncheckedUpdateManyWithoutProfileNestedInput = {
|
16567
16653
|
create?: XOR<CommentCreateWithoutProfileInput, CommentUncheckedCreateWithoutProfileInput> | CommentCreateWithoutProfileInput[] | CommentUncheckedCreateWithoutProfileInput[]
|
16568
16654
|
connectOrCreate?: CommentCreateOrConnectWithoutProfileInput | CommentCreateOrConnectWithoutProfileInput[]
|
@@ -17270,6 +17356,17 @@ export namespace Prisma {
|
|
17270
17356
|
not?: NestedDateTimeNullableFilter<$PrismaModel> | Date | string | null
|
17271
17357
|
}
|
17272
17358
|
|
17359
|
+
export type NestedFloatNullableFilter<$PrismaModel = never> = {
|
17360
|
+
equals?: number | FloatFieldRefInput<$PrismaModel> | null
|
17361
|
+
in?: number[] | ListFloatFieldRefInput<$PrismaModel> | null
|
17362
|
+
notIn?: number[] | ListFloatFieldRefInput<$PrismaModel> | null
|
17363
|
+
lt?: number | FloatFieldRefInput<$PrismaModel>
|
17364
|
+
lte?: number | FloatFieldRefInput<$PrismaModel>
|
17365
|
+
gt?: number | FloatFieldRefInput<$PrismaModel>
|
17366
|
+
gte?: number | FloatFieldRefInput<$PrismaModel>
|
17367
|
+
not?: NestedFloatNullableFilter<$PrismaModel> | number | null
|
17368
|
+
}
|
17369
|
+
|
17273
17370
|
export type NestedIntWithAggregatesFilter<$PrismaModel = never> = {
|
17274
17371
|
equals?: number | IntFieldRefInput<$PrismaModel>
|
17275
17372
|
in?: number[] | ListIntFieldRefInput<$PrismaModel>
|
@@ -17339,6 +17436,22 @@ export namespace Prisma {
|
|
17339
17436
|
_max?: NestedDateTimeNullableFilter<$PrismaModel>
|
17340
17437
|
}
|
17341
17438
|
|
17439
|
+
export type NestedFloatNullableWithAggregatesFilter<$PrismaModel = never> = {
|
17440
|
+
equals?: number | FloatFieldRefInput<$PrismaModel> | null
|
17441
|
+
in?: number[] | ListFloatFieldRefInput<$PrismaModel> | null
|
17442
|
+
notIn?: number[] | ListFloatFieldRefInput<$PrismaModel> | null
|
17443
|
+
lt?: number | FloatFieldRefInput<$PrismaModel>
|
17444
|
+
lte?: number | FloatFieldRefInput<$PrismaModel>
|
17445
|
+
gt?: number | FloatFieldRefInput<$PrismaModel>
|
17446
|
+
gte?: number | FloatFieldRefInput<$PrismaModel>
|
17447
|
+
not?: NestedFloatNullableWithAggregatesFilter<$PrismaModel> | number | null
|
17448
|
+
_count?: NestedIntNullableFilter<$PrismaModel>
|
17449
|
+
_avg?: NestedFloatNullableFilter<$PrismaModel>
|
17450
|
+
_sum?: NestedFloatNullableFilter<$PrismaModel>
|
17451
|
+
_min?: NestedFloatNullableFilter<$PrismaModel>
|
17452
|
+
_max?: NestedFloatNullableFilter<$PrismaModel>
|
17453
|
+
}
|
17454
|
+
|
17342
17455
|
export type NestedFloatWithAggregatesFilter<$PrismaModel = never> = {
|
17343
17456
|
equals?: number | FloatFieldRefInput<$PrismaModel>
|
17344
17457
|
in?: number[] | ListFloatFieldRefInput<$PrismaModel>
|
@@ -17761,7 +17874,6 @@ export namespace Prisma {
|
|
17761
17874
|
}
|
17762
17875
|
|
17763
17876
|
export type LocationCreateWithoutBirthProfilesInput = {
|
17764
|
-
id?: string
|
17765
17877
|
latitude: number
|
17766
17878
|
longitude: number
|
17767
17879
|
country: string
|
@@ -17773,7 +17885,6 @@ export namespace Prisma {
|
|
17773
17885
|
}
|
17774
17886
|
|
17775
17887
|
export type LocationUncheckedCreateWithoutBirthProfilesInput = {
|
17776
|
-
id?: string
|
17777
17888
|
latitude: number
|
17778
17889
|
longitude: number
|
17779
17890
|
country: string
|
@@ -17790,7 +17901,6 @@ export namespace Prisma {
|
|
17790
17901
|
}
|
17791
17902
|
|
17792
17903
|
export type LocationCreateWithoutResidenceProfilesInput = {
|
17793
|
-
id?: string
|
17794
17904
|
latitude: number
|
17795
17905
|
longitude: number
|
17796
17906
|
country: string
|
@@ -17802,7 +17912,6 @@ export namespace Prisma {
|
|
17802
17912
|
}
|
17803
17913
|
|
17804
17914
|
export type LocationUncheckedCreateWithoutResidenceProfilesInput = {
|
17805
|
-
id?: string
|
17806
17915
|
latitude: number
|
17807
17916
|
longitude: number
|
17808
17917
|
country: string
|
@@ -17891,7 +18000,6 @@ export namespace Prisma {
|
|
17891
18000
|
}
|
17892
18001
|
|
17893
18002
|
export type LocationUpdateWithoutBirthProfilesInput = {
|
17894
|
-
id?: StringFieldUpdateOperationsInput | string
|
17895
18003
|
latitude?: FloatFieldUpdateOperationsInput | number
|
17896
18004
|
longitude?: FloatFieldUpdateOperationsInput | number
|
17897
18005
|
country?: StringFieldUpdateOperationsInput | string
|
@@ -17903,7 +18011,6 @@ export namespace Prisma {
|
|
17903
18011
|
}
|
17904
18012
|
|
17905
18013
|
export type LocationUncheckedUpdateWithoutBirthProfilesInput = {
|
17906
|
-
id?: StringFieldUpdateOperationsInput | string
|
17907
18014
|
latitude?: FloatFieldUpdateOperationsInput | number
|
17908
18015
|
longitude?: FloatFieldUpdateOperationsInput | number
|
17909
18016
|
country?: StringFieldUpdateOperationsInput | string
|
@@ -17926,7 +18033,6 @@ export namespace Prisma {
|
|
17926
18033
|
}
|
17927
18034
|
|
17928
18035
|
export type LocationUpdateWithoutResidenceProfilesInput = {
|
17929
|
-
id?: StringFieldUpdateOperationsInput | string
|
17930
18036
|
latitude?: FloatFieldUpdateOperationsInput | number
|
17931
18037
|
longitude?: FloatFieldUpdateOperationsInput | number
|
17932
18038
|
country?: StringFieldUpdateOperationsInput | string
|
@@ -17938,7 +18044,6 @@ export namespace Prisma {
|
|
17938
18044
|
}
|
17939
18045
|
|
17940
18046
|
export type LocationUncheckedUpdateWithoutResidenceProfilesInput = {
|
17941
|
-
id?: StringFieldUpdateOperationsInput | string
|
17942
18047
|
latitude?: FloatFieldUpdateOperationsInput | number
|
17943
18048
|
longitude?: FloatFieldUpdateOperationsInput | number
|
17944
18049
|
country?: StringFieldUpdateOperationsInput | string
|
@@ -17987,7 +18092,8 @@ export namespace Prisma {
|
|
17987
18092
|
mail?: string | null
|
17988
18093
|
dni?: string | null
|
17989
18094
|
alternativeNames?: ProfileCreatealternativeNamesInput | string[]
|
17990
|
-
|
18095
|
+
residenceLongitude?: number | null
|
18096
|
+
residenceLatitude?: number | null
|
17991
18097
|
isInTrash?: boolean
|
17992
18098
|
movedToTrashDate?: Date | string | null
|
17993
18099
|
created_at?: Date | string
|
@@ -18045,7 +18151,8 @@ export namespace Prisma {
|
|
18045
18151
|
mail?: string | null
|
18046
18152
|
dni?: string | null
|
18047
18153
|
alternativeNames?: ProfileCreatealternativeNamesInput | string[]
|
18048
|
-
|
18154
|
+
birthLongitude?: number | null
|
18155
|
+
birthLatitude?: number | null
|
18049
18156
|
isInTrash?: boolean
|
18050
18157
|
movedToTrashDate?: Date | string | null
|
18051
18158
|
created_at?: Date | string
|
@@ -18098,8 +18205,10 @@ export namespace Prisma {
|
|
18098
18205
|
mail?: StringNullableFilter<"Profile"> | string | null
|
18099
18206
|
dni?: StringNullableFilter<"Profile"> | string | null
|
18100
18207
|
alternativeNames?: StringNullableListFilter<"Profile">
|
18101
|
-
|
18102
|
-
|
18208
|
+
birthLongitude?: FloatNullableFilter<"Profile"> | number | null
|
18209
|
+
birthLatitude?: FloatNullableFilter<"Profile"> | number | null
|
18210
|
+
residenceLongitude?: FloatNullableFilter<"Profile"> | number | null
|
18211
|
+
residenceLatitude?: FloatNullableFilter<"Profile"> | number | null
|
18103
18212
|
isInTrash?: BoolFilter<"Profile"> | boolean
|
18104
18213
|
movedToTrashDate?: DateTimeNullableFilter<"Profile"> | Date | string | null
|
18105
18214
|
created_at?: DateTimeFilter<"Profile"> | Date | string
|
@@ -18193,8 +18302,10 @@ export namespace Prisma {
|
|
18193
18302
|
mail?: string | null
|
18194
18303
|
dni?: string | null
|
18195
18304
|
alternativeNames?: ProfileCreatealternativeNamesInput | string[]
|
18196
|
-
|
18197
|
-
|
18305
|
+
birthLongitude?: number | null
|
18306
|
+
birthLatitude?: number | null
|
18307
|
+
residenceLongitude?: number | null
|
18308
|
+
residenceLatitude?: number | null
|
18198
18309
|
isInTrash?: boolean
|
18199
18310
|
movedToTrashDate?: Date | string | null
|
18200
18311
|
created_at?: Date | string
|
@@ -18329,8 +18440,10 @@ export namespace Prisma {
|
|
18329
18440
|
mail?: NullableStringFieldUpdateOperationsInput | string | null
|
18330
18441
|
dni?: NullableStringFieldUpdateOperationsInput | string | null
|
18331
18442
|
alternativeNames?: ProfileUpdatealternativeNamesInput | string[]
|
18332
|
-
|
18333
|
-
|
18443
|
+
birthLongitude?: NullableFloatFieldUpdateOperationsInput | number | null
|
18444
|
+
birthLatitude?: NullableFloatFieldUpdateOperationsInput | number | null
|
18445
|
+
residenceLongitude?: NullableFloatFieldUpdateOperationsInput | number | null
|
18446
|
+
residenceLatitude?: NullableFloatFieldUpdateOperationsInput | number | null
|
18334
18447
|
isInTrash?: BoolFieldUpdateOperationsInput | boolean
|
18335
18448
|
movedToTrashDate?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
18336
18449
|
created_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
@@ -18534,8 +18647,10 @@ export namespace Prisma {
|
|
18534
18647
|
mail?: string | null
|
18535
18648
|
dni?: string | null
|
18536
18649
|
alternativeNames?: ProfileCreatealternativeNamesInput | string[]
|
18537
|
-
|
18538
|
-
|
18650
|
+
birthLongitude?: number | null
|
18651
|
+
birthLatitude?: number | null
|
18652
|
+
residenceLongitude?: number | null
|
18653
|
+
residenceLatitude?: number | null
|
18539
18654
|
isInTrash?: boolean
|
18540
18655
|
movedToTrashDate?: Date | string | null
|
18541
18656
|
created_at?: Date | string
|
@@ -19209,8 +19324,10 @@ export namespace Prisma {
|
|
19209
19324
|
mail?: string | null
|
19210
19325
|
dni?: string | null
|
19211
19326
|
alternativeNames?: ProfileCreatealternativeNamesInput | string[]
|
19212
|
-
|
19213
|
-
|
19327
|
+
birthLongitude?: number | null
|
19328
|
+
birthLatitude?: number | null
|
19329
|
+
residenceLongitude?: number | null
|
19330
|
+
residenceLatitude?: number | null
|
19214
19331
|
isInTrash?: boolean
|
19215
19332
|
movedToTrashDate?: Date | string | null
|
19216
19333
|
created_at?: Date | string
|
@@ -19273,8 +19390,10 @@ export namespace Prisma {
|
|
19273
19390
|
mail?: NullableStringFieldUpdateOperationsInput | string | null
|
19274
19391
|
dni?: NullableStringFieldUpdateOperationsInput | string | null
|
19275
19392
|
alternativeNames?: ProfileUpdatealternativeNamesInput | string[]
|
19276
|
-
|
19277
|
-
|
19393
|
+
birthLongitude?: NullableFloatFieldUpdateOperationsInput | number | null
|
19394
|
+
birthLatitude?: NullableFloatFieldUpdateOperationsInput | number | null
|
19395
|
+
residenceLongitude?: NullableFloatFieldUpdateOperationsInput | number | null
|
19396
|
+
residenceLatitude?: NullableFloatFieldUpdateOperationsInput | number | null
|
19278
19397
|
isInTrash?: BoolFieldUpdateOperationsInput | boolean
|
19279
19398
|
movedToTrashDate?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
19280
19399
|
created_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
@@ -19582,7 +19701,8 @@ export namespace Prisma {
|
|
19582
19701
|
mail?: string | null
|
19583
19702
|
dni?: string | null
|
19584
19703
|
alternativeNames?: ProfileCreatealternativeNamesInput | string[]
|
19585
|
-
|
19704
|
+
residenceLongitude?: number | null
|
19705
|
+
residenceLatitude?: number | null
|
19586
19706
|
isInTrash?: boolean
|
19587
19707
|
movedToTrashDate?: Date | string | null
|
19588
19708
|
created_at?: Date | string
|
@@ -19603,7 +19723,8 @@ export namespace Prisma {
|
|
19603
19723
|
mail?: string | null
|
19604
19724
|
dni?: string | null
|
19605
19725
|
alternativeNames?: ProfileCreatealternativeNamesInput | string[]
|
19606
|
-
|
19726
|
+
birthLongitude?: number | null
|
19727
|
+
birthLatitude?: number | null
|
19607
19728
|
isInTrash?: boolean
|
19608
19729
|
movedToTrashDate?: Date | string | null
|
19609
19730
|
created_at?: Date | string
|
@@ -19648,7 +19769,8 @@ export namespace Prisma {
|
|
19648
19769
|
mail?: NullableStringFieldUpdateOperationsInput | string | null
|
19649
19770
|
dni?: NullableStringFieldUpdateOperationsInput | string | null
|
19650
19771
|
alternativeNames?: ProfileUpdatealternativeNamesInput | string[]
|
19651
|
-
|
19772
|
+
residenceLongitude?: NullableFloatFieldUpdateOperationsInput | number | null
|
19773
|
+
residenceLatitude?: NullableFloatFieldUpdateOperationsInput | number | null
|
19652
19774
|
isInTrash?: BoolFieldUpdateOperationsInput | boolean
|
19653
19775
|
movedToTrashDate?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
19654
19776
|
created_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
@@ -19672,7 +19794,8 @@ export namespace Prisma {
|
|
19672
19794
|
mail?: NullableStringFieldUpdateOperationsInput | string | null
|
19673
19795
|
dni?: NullableStringFieldUpdateOperationsInput | string | null
|
19674
19796
|
alternativeNames?: ProfileUpdatealternativeNamesInput | string[]
|
19675
|
-
|
19797
|
+
residenceLongitude?: NullableFloatFieldUpdateOperationsInput | number | null
|
19798
|
+
residenceLatitude?: NullableFloatFieldUpdateOperationsInput | number | null
|
19676
19799
|
isInTrash?: BoolFieldUpdateOperationsInput | boolean
|
19677
19800
|
movedToTrashDate?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
19678
19801
|
created_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
@@ -19717,7 +19840,8 @@ export namespace Prisma {
|
|
19717
19840
|
mail?: NullableStringFieldUpdateOperationsInput | string | null
|
19718
19841
|
dni?: NullableStringFieldUpdateOperationsInput | string | null
|
19719
19842
|
alternativeNames?: ProfileUpdatealternativeNamesInput | string[]
|
19720
|
-
|
19843
|
+
birthLongitude?: NullableFloatFieldUpdateOperationsInput | number | null
|
19844
|
+
birthLatitude?: NullableFloatFieldUpdateOperationsInput | number | null
|
19721
19845
|
isInTrash?: BoolFieldUpdateOperationsInput | boolean
|
19722
19846
|
movedToTrashDate?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
19723
19847
|
created_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
@@ -19741,7 +19865,8 @@ export namespace Prisma {
|
|
19741
19865
|
mail?: NullableStringFieldUpdateOperationsInput | string | null
|
19742
19866
|
dni?: NullableStringFieldUpdateOperationsInput | string | null
|
19743
19867
|
alternativeNames?: ProfileUpdatealternativeNamesInput | string[]
|
19744
|
-
|
19868
|
+
birthLongitude?: NullableFloatFieldUpdateOperationsInput | number | null
|
19869
|
+
birthLatitude?: NullableFloatFieldUpdateOperationsInput | number | null
|
19745
19870
|
isInTrash?: BoolFieldUpdateOperationsInput | boolean
|
19746
19871
|
movedToTrashDate?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
19747
19872
|
created_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
@@ -19825,8 +19950,10 @@ export namespace Prisma {
|
|
19825
19950
|
mail?: NullableStringFieldUpdateOperationsInput | string | null
|
19826
19951
|
dni?: NullableStringFieldUpdateOperationsInput | string | null
|
19827
19952
|
alternativeNames?: ProfileUpdatealternativeNamesInput | string[]
|
19828
|
-
|
19829
|
-
|
19953
|
+
birthLongitude?: NullableFloatFieldUpdateOperationsInput | number | null
|
19954
|
+
birthLatitude?: NullableFloatFieldUpdateOperationsInput | number | null
|
19955
|
+
residenceLongitude?: NullableFloatFieldUpdateOperationsInput | number | null
|
19956
|
+
residenceLatitude?: NullableFloatFieldUpdateOperationsInput | number | null
|
19830
19957
|
isInTrash?: BoolFieldUpdateOperationsInput | boolean
|
19831
19958
|
movedToTrashDate?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
19832
19959
|
created_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
@@ -19849,8 +19976,10 @@ export namespace Prisma {
|
|
19849
19976
|
mail?: NullableStringFieldUpdateOperationsInput | string | null
|
19850
19977
|
dni?: NullableStringFieldUpdateOperationsInput | string | null
|
19851
19978
|
alternativeNames?: ProfileUpdatealternativeNamesInput | string[]
|
19852
|
-
|
19853
|
-
|
19979
|
+
birthLongitude?: NullableFloatFieldUpdateOperationsInput | number | null
|
19980
|
+
birthLatitude?: NullableFloatFieldUpdateOperationsInput | number | null
|
19981
|
+
residenceLongitude?: NullableFloatFieldUpdateOperationsInput | number | null
|
19982
|
+
residenceLatitude?: NullableFloatFieldUpdateOperationsInput | number | null
|
19854
19983
|
isInTrash?: BoolFieldUpdateOperationsInput | boolean
|
19855
19984
|
movedToTrashDate?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
19856
19985
|
created_at?: DateTimeFieldUpdateOperationsInput | Date | string
|