expo-backend-types 0.4.0-EXPO-212.6 → 0.4.0-EXPO-212.8
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/i18n/es.d.ts +6 -0
- package/dist/src/i18n/es.js +6 -0
- package/dist/src/i18n/es.js.map +1 -1
- package/dist/src/profile/dto/profile.dto.d.ts +42 -42
- package/dist/src/profile/dto/profile.dto.js +18 -15
- package/dist/src/tag/dto/massive-allocation.dto.d.ts +260 -0
- package/dist/src/tag/dto/massive-allocation.dto.js +24 -0
- package/dist/src/tag/dto/massive-deallocation.dto.d.ts +260 -0
- package/dist/src/tag/dto/massive-deallocation.dto.js +24 -0
- package/dist/src/tag/dto/update-tag.dto.d.ts +23 -14
- package/dist/src/tag/dto/update-tag.dto.js +2 -4
- package/dist/src/tag/exports.d.ts +2 -0
- package/dist/src/tag/exports.js +2 -0
- package/dist/types/prisma-schema/edge.js +4 -4
- package/dist/types/prisma-schema/index-browser.js +1 -1
- package/dist/types/prisma-schema/index.d.ts +53 -53
- package/dist/types/prisma-schema/index.js +4 -4
- package/dist/types/prisma-schema/package.json +1 -1
- package/dist/types/prisma-schema/schema.prisma +1 -1
- package/dist/types/prisma-schema/wasm.js +1 -1
- package/dist/types/schema.d.ts +136 -0
- package/package.json +1 -1
@@ -3206,7 +3206,7 @@ export namespace Prisma {
|
|
3206
3206
|
phoneNumber: string | null
|
3207
3207
|
secondaryPhoneNumber: string | null
|
3208
3208
|
fullName: string | null
|
3209
|
-
|
3209
|
+
firstName: string | null
|
3210
3210
|
gender: string | null
|
3211
3211
|
birthDate: Date | null
|
3212
3212
|
profilePictureUrl: string | null
|
@@ -3229,7 +3229,7 @@ export namespace Prisma {
|
|
3229
3229
|
phoneNumber: string | null
|
3230
3230
|
secondaryPhoneNumber: string | null
|
3231
3231
|
fullName: string | null
|
3232
|
-
|
3232
|
+
firstName: string | null
|
3233
3233
|
gender: string | null
|
3234
3234
|
birthDate: Date | null
|
3235
3235
|
profilePictureUrl: string | null
|
@@ -3252,7 +3252,7 @@ export namespace Prisma {
|
|
3252
3252
|
phoneNumber: number
|
3253
3253
|
secondaryPhoneNumber: number
|
3254
3254
|
fullName: number
|
3255
|
-
|
3255
|
+
firstName: number
|
3256
3256
|
gender: number
|
3257
3257
|
birthDate: number
|
3258
3258
|
profilePictureUrl: number
|
@@ -3294,7 +3294,7 @@ export namespace Prisma {
|
|
3294
3294
|
phoneNumber?: true
|
3295
3295
|
secondaryPhoneNumber?: true
|
3296
3296
|
fullName?: true
|
3297
|
-
|
3297
|
+
firstName?: true
|
3298
3298
|
gender?: true
|
3299
3299
|
birthDate?: true
|
3300
3300
|
profilePictureUrl?: true
|
@@ -3317,7 +3317,7 @@ export namespace Prisma {
|
|
3317
3317
|
phoneNumber?: true
|
3318
3318
|
secondaryPhoneNumber?: true
|
3319
3319
|
fullName?: true
|
3320
|
-
|
3320
|
+
firstName?: true
|
3321
3321
|
gender?: true
|
3322
3322
|
birthDate?: true
|
3323
3323
|
profilePictureUrl?: true
|
@@ -3340,7 +3340,7 @@ export namespace Prisma {
|
|
3340
3340
|
phoneNumber?: true
|
3341
3341
|
secondaryPhoneNumber?: true
|
3342
3342
|
fullName?: true
|
3343
|
-
|
3343
|
+
firstName?: true
|
3344
3344
|
gender?: true
|
3345
3345
|
birthDate?: true
|
3346
3346
|
profilePictureUrl?: true
|
@@ -3451,7 +3451,7 @@ export namespace Prisma {
|
|
3451
3451
|
phoneNumber: string
|
3452
3452
|
secondaryPhoneNumber: string | null
|
3453
3453
|
fullName: string
|
3454
|
-
|
3454
|
+
firstName: string | null
|
3455
3455
|
gender: string | null
|
3456
3456
|
birthDate: Date | null
|
3457
3457
|
profilePictureUrl: string | null
|
@@ -3494,7 +3494,7 @@ export namespace Prisma {
|
|
3494
3494
|
phoneNumber?: boolean
|
3495
3495
|
secondaryPhoneNumber?: boolean
|
3496
3496
|
fullName?: boolean
|
3497
|
-
|
3497
|
+
firstName?: boolean
|
3498
3498
|
gender?: boolean
|
3499
3499
|
birthDate?: boolean
|
3500
3500
|
profilePictureUrl?: boolean
|
@@ -3524,7 +3524,7 @@ export namespace Prisma {
|
|
3524
3524
|
phoneNumber?: boolean
|
3525
3525
|
secondaryPhoneNumber?: boolean
|
3526
3526
|
fullName?: boolean
|
3527
|
-
|
3527
|
+
firstName?: boolean
|
3528
3528
|
gender?: boolean
|
3529
3529
|
birthDate?: boolean
|
3530
3530
|
profilePictureUrl?: boolean
|
@@ -3568,7 +3568,7 @@ export namespace Prisma {
|
|
3568
3568
|
phoneNumber: string
|
3569
3569
|
secondaryPhoneNumber: string | null
|
3570
3570
|
fullName: string
|
3571
|
-
|
3571
|
+
firstName: string | null
|
3572
3572
|
gender: string | null
|
3573
3573
|
birthDate: Date | null
|
3574
3574
|
profilePictureUrl: string | null
|
@@ -4018,7 +4018,7 @@ export namespace Prisma {
|
|
4018
4018
|
readonly phoneNumber: FieldRef<"Profile", 'String'>
|
4019
4019
|
readonly secondaryPhoneNumber: FieldRef<"Profile", 'String'>
|
4020
4020
|
readonly fullName: FieldRef<"Profile", 'String'>
|
4021
|
-
readonly
|
4021
|
+
readonly firstName: FieldRef<"Profile", 'String'>
|
4022
4022
|
readonly gender: FieldRef<"Profile", 'String'>
|
4023
4023
|
readonly birthDate: FieldRef<"Profile", 'DateTime'>
|
4024
4024
|
readonly profilePictureUrl: FieldRef<"Profile", 'String'>
|
@@ -13429,7 +13429,7 @@ export namespace Prisma {
|
|
13429
13429
|
phoneNumber: 'phoneNumber',
|
13430
13430
|
secondaryPhoneNumber: 'secondaryPhoneNumber',
|
13431
13431
|
fullName: 'fullName',
|
13432
|
-
|
13432
|
+
firstName: 'firstName',
|
13433
13433
|
gender: 'gender',
|
13434
13434
|
birthDate: 'birthDate',
|
13435
13435
|
profilePictureUrl: 'profilePictureUrl',
|
@@ -13839,7 +13839,7 @@ export namespace Prisma {
|
|
13839
13839
|
phoneNumber?: StringFilter<"Profile"> | string
|
13840
13840
|
secondaryPhoneNumber?: StringNullableFilter<"Profile"> | string | null
|
13841
13841
|
fullName?: StringFilter<"Profile"> | string
|
13842
|
-
|
13842
|
+
firstName?: StringNullableFilter<"Profile"> | string | null
|
13843
13843
|
gender?: StringNullableFilter<"Profile"> | string | null
|
13844
13844
|
birthDate?: DateTimeNullableFilter<"Profile"> | Date | string | null
|
13845
13845
|
profilePictureUrl?: StringNullableFilter<"Profile"> | string | null
|
@@ -13868,7 +13868,7 @@ export namespace Prisma {
|
|
13868
13868
|
phoneNumber?: SortOrder
|
13869
13869
|
secondaryPhoneNumber?: SortOrderInput | SortOrder
|
13870
13870
|
fullName?: SortOrder
|
13871
|
-
|
13871
|
+
firstName?: SortOrderInput | SortOrder
|
13872
13872
|
gender?: SortOrderInput | SortOrder
|
13873
13873
|
birthDate?: SortOrderInput | SortOrder
|
13874
13874
|
profilePictureUrl?: SortOrderInput | SortOrder
|
@@ -13900,7 +13900,7 @@ export namespace Prisma {
|
|
13900
13900
|
NOT?: ProfileWhereInput | ProfileWhereInput[]
|
13901
13901
|
shortId?: IntFilter<"Profile"> | number
|
13902
13902
|
fullName?: StringFilter<"Profile"> | string
|
13903
|
-
|
13903
|
+
firstName?: StringNullableFilter<"Profile"> | string | null
|
13904
13904
|
gender?: StringNullableFilter<"Profile"> | string | null
|
13905
13905
|
birthDate?: DateTimeNullableFilter<"Profile"> | Date | string | null
|
13906
13906
|
profilePictureUrl?: StringNullableFilter<"Profile"> | string | null
|
@@ -13929,7 +13929,7 @@ export namespace Prisma {
|
|
13929
13929
|
phoneNumber?: SortOrder
|
13930
13930
|
secondaryPhoneNumber?: SortOrderInput | SortOrder
|
13931
13931
|
fullName?: SortOrder
|
13932
|
-
|
13932
|
+
firstName?: SortOrderInput | SortOrder
|
13933
13933
|
gender?: SortOrderInput | SortOrder
|
13934
13934
|
birthDate?: SortOrderInput | SortOrder
|
13935
13935
|
profilePictureUrl?: SortOrderInput | SortOrder
|
@@ -13961,7 +13961,7 @@ export namespace Prisma {
|
|
13961
13961
|
phoneNumber?: StringWithAggregatesFilter<"Profile"> | string
|
13962
13962
|
secondaryPhoneNumber?: StringNullableWithAggregatesFilter<"Profile"> | string | null
|
13963
13963
|
fullName?: StringWithAggregatesFilter<"Profile"> | string
|
13964
|
-
|
13964
|
+
firstName?: StringNullableWithAggregatesFilter<"Profile"> | string | null
|
13965
13965
|
gender?: StringNullableWithAggregatesFilter<"Profile"> | string | null
|
13966
13966
|
birthDate?: DateTimeNullableWithAggregatesFilter<"Profile"> | Date | string | null
|
13967
13967
|
profilePictureUrl?: StringNullableWithAggregatesFilter<"Profile"> | string | null
|
@@ -14676,7 +14676,7 @@ export namespace Prisma {
|
|
14676
14676
|
phoneNumber: string
|
14677
14677
|
secondaryPhoneNumber?: string | null
|
14678
14678
|
fullName: string
|
14679
|
-
|
14679
|
+
firstName?: string | null
|
14680
14680
|
gender?: string | null
|
14681
14681
|
birthDate?: Date | string | null
|
14682
14682
|
profilePictureUrl?: string | null
|
@@ -14701,7 +14701,7 @@ export namespace Prisma {
|
|
14701
14701
|
phoneNumber: string
|
14702
14702
|
secondaryPhoneNumber?: string | null
|
14703
14703
|
fullName: string
|
14704
|
-
|
14704
|
+
firstName?: string | null
|
14705
14705
|
gender?: string | null
|
14706
14706
|
birthDate?: Date | string | null
|
14707
14707
|
profilePictureUrl?: string | null
|
@@ -14728,7 +14728,7 @@ export namespace Prisma {
|
|
14728
14728
|
phoneNumber?: StringFieldUpdateOperationsInput | string
|
14729
14729
|
secondaryPhoneNumber?: NullableStringFieldUpdateOperationsInput | string | null
|
14730
14730
|
fullName?: StringFieldUpdateOperationsInput | string
|
14731
|
-
|
14731
|
+
firstName?: NullableStringFieldUpdateOperationsInput | string | null
|
14732
14732
|
gender?: NullableStringFieldUpdateOperationsInput | string | null
|
14733
14733
|
birthDate?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
14734
14734
|
profilePictureUrl?: NullableStringFieldUpdateOperationsInput | string | null
|
@@ -14753,7 +14753,7 @@ export namespace Prisma {
|
|
14753
14753
|
phoneNumber?: StringFieldUpdateOperationsInput | string
|
14754
14754
|
secondaryPhoneNumber?: NullableStringFieldUpdateOperationsInput | string | null
|
14755
14755
|
fullName?: StringFieldUpdateOperationsInput | string
|
14756
|
-
|
14756
|
+
firstName?: NullableStringFieldUpdateOperationsInput | string | null
|
14757
14757
|
gender?: NullableStringFieldUpdateOperationsInput | string | null
|
14758
14758
|
birthDate?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
14759
14759
|
profilePictureUrl?: NullableStringFieldUpdateOperationsInput | string | null
|
@@ -14780,7 +14780,7 @@ export namespace Prisma {
|
|
14780
14780
|
phoneNumber: string
|
14781
14781
|
secondaryPhoneNumber?: string | null
|
14782
14782
|
fullName: string
|
14783
|
-
|
14783
|
+
firstName?: string | null
|
14784
14784
|
gender?: string | null
|
14785
14785
|
birthDate?: Date | string | null
|
14786
14786
|
profilePictureUrl?: string | null
|
@@ -14804,7 +14804,7 @@ export namespace Prisma {
|
|
14804
14804
|
phoneNumber?: StringFieldUpdateOperationsInput | string
|
14805
14805
|
secondaryPhoneNumber?: NullableStringFieldUpdateOperationsInput | string | null
|
14806
14806
|
fullName?: StringFieldUpdateOperationsInput | string
|
14807
|
-
|
14807
|
+
firstName?: NullableStringFieldUpdateOperationsInput | string | null
|
14808
14808
|
gender?: NullableStringFieldUpdateOperationsInput | string | null
|
14809
14809
|
birthDate?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
14810
14810
|
profilePictureUrl?: NullableStringFieldUpdateOperationsInput | string | null
|
@@ -14824,7 +14824,7 @@ export namespace Prisma {
|
|
14824
14824
|
phoneNumber?: StringFieldUpdateOperationsInput | string
|
14825
14825
|
secondaryPhoneNumber?: NullableStringFieldUpdateOperationsInput | string | null
|
14826
14826
|
fullName?: StringFieldUpdateOperationsInput | string
|
14827
|
-
|
14827
|
+
firstName?: NullableStringFieldUpdateOperationsInput | string | null
|
14828
14828
|
gender?: NullableStringFieldUpdateOperationsInput | string | null
|
14829
14829
|
birthDate?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
14830
14830
|
profilePictureUrl?: NullableStringFieldUpdateOperationsInput | string | null
|
@@ -15696,7 +15696,7 @@ export namespace Prisma {
|
|
15696
15696
|
phoneNumber?: SortOrder
|
15697
15697
|
secondaryPhoneNumber?: SortOrder
|
15698
15698
|
fullName?: SortOrder
|
15699
|
-
|
15699
|
+
firstName?: SortOrder
|
15700
15700
|
gender?: SortOrder
|
15701
15701
|
birthDate?: SortOrder
|
15702
15702
|
profilePictureUrl?: SortOrder
|
@@ -15728,7 +15728,7 @@ export namespace Prisma {
|
|
15728
15728
|
phoneNumber?: SortOrder
|
15729
15729
|
secondaryPhoneNumber?: SortOrder
|
15730
15730
|
fullName?: SortOrder
|
15731
|
-
|
15731
|
+
firstName?: SortOrder
|
15732
15732
|
gender?: SortOrder
|
15733
15733
|
birthDate?: SortOrder
|
15734
15734
|
profilePictureUrl?: SortOrder
|
@@ -15751,7 +15751,7 @@ export namespace Prisma {
|
|
15751
15751
|
phoneNumber?: SortOrder
|
15752
15752
|
secondaryPhoneNumber?: SortOrder
|
15753
15753
|
fullName?: SortOrder
|
15754
|
-
|
15754
|
+
firstName?: SortOrder
|
15755
15755
|
gender?: SortOrder
|
15756
15756
|
birthDate?: SortOrder
|
15757
15757
|
profilePictureUrl?: SortOrder
|
@@ -18060,7 +18060,7 @@ export namespace Prisma {
|
|
18060
18060
|
phoneNumber: string
|
18061
18061
|
secondaryPhoneNumber?: string | null
|
18062
18062
|
fullName: string
|
18063
|
-
|
18063
|
+
firstName?: string | null
|
18064
18064
|
gender?: string | null
|
18065
18065
|
birthDate?: Date | string | null
|
18066
18066
|
profilePictureUrl?: string | null
|
@@ -18084,7 +18084,7 @@ export namespace Prisma {
|
|
18084
18084
|
phoneNumber: string
|
18085
18085
|
secondaryPhoneNumber?: string | null
|
18086
18086
|
fullName: string
|
18087
|
-
|
18087
|
+
firstName?: string | null
|
18088
18088
|
gender?: string | null
|
18089
18089
|
birthDate?: Date | string | null
|
18090
18090
|
profilePictureUrl?: string | null
|
@@ -18119,7 +18119,7 @@ export namespace Prisma {
|
|
18119
18119
|
phoneNumber: string
|
18120
18120
|
secondaryPhoneNumber?: string | null
|
18121
18121
|
fullName: string
|
18122
|
-
|
18122
|
+
firstName?: string | null
|
18123
18123
|
gender?: string | null
|
18124
18124
|
birthDate?: Date | string | null
|
18125
18125
|
profilePictureUrl?: string | null
|
@@ -18143,7 +18143,7 @@ export namespace Prisma {
|
|
18143
18143
|
phoneNumber: string
|
18144
18144
|
secondaryPhoneNumber?: string | null
|
18145
18145
|
fullName: string
|
18146
|
-
|
18146
|
+
firstName?: string | null
|
18147
18147
|
gender?: string | null
|
18148
18148
|
birthDate?: Date | string | null
|
18149
18149
|
profilePictureUrl?: string | null
|
@@ -18197,7 +18197,7 @@ export namespace Prisma {
|
|
18197
18197
|
phoneNumber?: StringFilter<"Profile"> | string
|
18198
18198
|
secondaryPhoneNumber?: StringNullableFilter<"Profile"> | string | null
|
18199
18199
|
fullName?: StringFilter<"Profile"> | string
|
18200
|
-
|
18200
|
+
firstName?: StringNullableFilter<"Profile"> | string | null
|
18201
18201
|
gender?: StringNullableFilter<"Profile"> | string | null
|
18202
18202
|
birthDate?: DateTimeNullableFilter<"Profile"> | Date | string | null
|
18203
18203
|
profilePictureUrl?: StringNullableFilter<"Profile"> | string | null
|
@@ -18270,7 +18270,7 @@ export namespace Prisma {
|
|
18270
18270
|
phoneNumber: string
|
18271
18271
|
secondaryPhoneNumber?: string | null
|
18272
18272
|
fullName: string
|
18273
|
-
|
18273
|
+
firstName?: string | null
|
18274
18274
|
gender?: string | null
|
18275
18275
|
birthDate?: Date | string | null
|
18276
18276
|
profilePictureUrl?: string | null
|
@@ -18294,7 +18294,7 @@ export namespace Prisma {
|
|
18294
18294
|
phoneNumber: string
|
18295
18295
|
secondaryPhoneNumber?: string | null
|
18296
18296
|
fullName: string
|
18297
|
-
|
18297
|
+
firstName?: string | null
|
18298
18298
|
gender?: string | null
|
18299
18299
|
birthDate?: Date | string | null
|
18300
18300
|
profilePictureUrl?: string | null
|
@@ -18408,7 +18408,7 @@ export namespace Prisma {
|
|
18408
18408
|
phoneNumber?: StringFieldUpdateOperationsInput | string
|
18409
18409
|
secondaryPhoneNumber?: NullableStringFieldUpdateOperationsInput | string | null
|
18410
18410
|
fullName?: StringFieldUpdateOperationsInput | string
|
18411
|
-
|
18411
|
+
firstName?: NullableStringFieldUpdateOperationsInput | string | null
|
18412
18412
|
gender?: NullableStringFieldUpdateOperationsInput | string | null
|
18413
18413
|
birthDate?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
18414
18414
|
profilePictureUrl?: NullableStringFieldUpdateOperationsInput | string | null
|
@@ -18432,7 +18432,7 @@ export namespace Prisma {
|
|
18432
18432
|
phoneNumber?: StringFieldUpdateOperationsInput | string
|
18433
18433
|
secondaryPhoneNumber?: NullableStringFieldUpdateOperationsInput | string | null
|
18434
18434
|
fullName?: StringFieldUpdateOperationsInput | string
|
18435
|
-
|
18435
|
+
firstName?: NullableStringFieldUpdateOperationsInput | string | null
|
18436
18436
|
gender?: NullableStringFieldUpdateOperationsInput | string | null
|
18437
18437
|
birthDate?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
18438
18438
|
profilePictureUrl?: NullableStringFieldUpdateOperationsInput | string | null
|
@@ -18615,7 +18615,7 @@ export namespace Prisma {
|
|
18615
18615
|
phoneNumber: string
|
18616
18616
|
secondaryPhoneNumber?: string | null
|
18617
18617
|
fullName: string
|
18618
|
-
|
18618
|
+
firstName?: string | null
|
18619
18619
|
gender?: string | null
|
18620
18620
|
birthDate?: Date | string | null
|
18621
18621
|
profilePictureUrl?: string | null
|
@@ -18639,7 +18639,7 @@ export namespace Prisma {
|
|
18639
18639
|
phoneNumber: string
|
18640
18640
|
secondaryPhoneNumber?: string | null
|
18641
18641
|
fullName: string
|
18642
|
-
|
18642
|
+
firstName?: string | null
|
18643
18643
|
gender?: string | null
|
18644
18644
|
birthDate?: Date | string | null
|
18645
18645
|
profilePictureUrl?: string | null
|
@@ -19292,7 +19292,7 @@ export namespace Prisma {
|
|
19292
19292
|
phoneNumber: string
|
19293
19293
|
secondaryPhoneNumber?: string | null
|
19294
19294
|
fullName: string
|
19295
|
-
|
19295
|
+
firstName?: string | null
|
19296
19296
|
gender?: string | null
|
19297
19297
|
birthDate?: Date | string | null
|
19298
19298
|
profilePictureUrl?: string | null
|
@@ -19316,7 +19316,7 @@ export namespace Prisma {
|
|
19316
19316
|
phoneNumber: string
|
19317
19317
|
secondaryPhoneNumber?: string | null
|
19318
19318
|
fullName: string
|
19319
|
-
|
19319
|
+
firstName?: string | null
|
19320
19320
|
gender?: string | null
|
19321
19321
|
birthDate?: Date | string | null
|
19322
19322
|
profilePictureUrl?: string | null
|
@@ -19358,7 +19358,7 @@ export namespace Prisma {
|
|
19358
19358
|
phoneNumber?: StringFieldUpdateOperationsInput | string
|
19359
19359
|
secondaryPhoneNumber?: NullableStringFieldUpdateOperationsInput | string | null
|
19360
19360
|
fullName?: StringFieldUpdateOperationsInput | string
|
19361
|
-
|
19361
|
+
firstName?: NullableStringFieldUpdateOperationsInput | string | null
|
19362
19362
|
gender?: NullableStringFieldUpdateOperationsInput | string | null
|
19363
19363
|
birthDate?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
19364
19364
|
profilePictureUrl?: NullableStringFieldUpdateOperationsInput | string | null
|
@@ -19382,7 +19382,7 @@ export namespace Prisma {
|
|
19382
19382
|
phoneNumber?: StringFieldUpdateOperationsInput | string
|
19383
19383
|
secondaryPhoneNumber?: NullableStringFieldUpdateOperationsInput | string | null
|
19384
19384
|
fullName?: StringFieldUpdateOperationsInput | string
|
19385
|
-
|
19385
|
+
firstName?: NullableStringFieldUpdateOperationsInput | string | null
|
19386
19386
|
gender?: NullableStringFieldUpdateOperationsInput | string | null
|
19387
19387
|
birthDate?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
19388
19388
|
profilePictureUrl?: NullableStringFieldUpdateOperationsInput | string | null
|
@@ -19693,7 +19693,7 @@ export namespace Prisma {
|
|
19693
19693
|
phoneNumber: string
|
19694
19694
|
secondaryPhoneNumber?: string | null
|
19695
19695
|
fullName: string
|
19696
|
-
|
19696
|
+
firstName?: string | null
|
19697
19697
|
gender?: string | null
|
19698
19698
|
birthDate?: Date | string | null
|
19699
19699
|
profilePictureUrl?: string | null
|
@@ -19715,7 +19715,7 @@ export namespace Prisma {
|
|
19715
19715
|
phoneNumber: string
|
19716
19716
|
secondaryPhoneNumber?: string | null
|
19717
19717
|
fullName: string
|
19718
|
-
|
19718
|
+
firstName?: string | null
|
19719
19719
|
gender?: string | null
|
19720
19720
|
birthDate?: Date | string | null
|
19721
19721
|
profilePictureUrl?: string | null
|
@@ -19737,7 +19737,7 @@ export namespace Prisma {
|
|
19737
19737
|
phoneNumber?: StringFieldUpdateOperationsInput | string
|
19738
19738
|
secondaryPhoneNumber?: NullableStringFieldUpdateOperationsInput | string | null
|
19739
19739
|
fullName?: StringFieldUpdateOperationsInput | string
|
19740
|
-
|
19740
|
+
firstName?: NullableStringFieldUpdateOperationsInput | string | null
|
19741
19741
|
gender?: NullableStringFieldUpdateOperationsInput | string | null
|
19742
19742
|
birthDate?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
19743
19743
|
profilePictureUrl?: NullableStringFieldUpdateOperationsInput | string | null
|
@@ -19761,7 +19761,7 @@ export namespace Prisma {
|
|
19761
19761
|
phoneNumber?: StringFieldUpdateOperationsInput | string
|
19762
19762
|
secondaryPhoneNumber?: NullableStringFieldUpdateOperationsInput | string | null
|
19763
19763
|
fullName?: StringFieldUpdateOperationsInput | string
|
19764
|
-
|
19764
|
+
firstName?: NullableStringFieldUpdateOperationsInput | string | null
|
19765
19765
|
gender?: NullableStringFieldUpdateOperationsInput | string | null
|
19766
19766
|
birthDate?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
19767
19767
|
profilePictureUrl?: NullableStringFieldUpdateOperationsInput | string | null
|
@@ -19786,7 +19786,7 @@ export namespace Prisma {
|
|
19786
19786
|
phoneNumber?: StringFieldUpdateOperationsInput | string
|
19787
19787
|
secondaryPhoneNumber?: NullableStringFieldUpdateOperationsInput | string | null
|
19788
19788
|
fullName?: StringFieldUpdateOperationsInput | string
|
19789
|
-
|
19789
|
+
firstName?: NullableStringFieldUpdateOperationsInput | string | null
|
19790
19790
|
gender?: NullableStringFieldUpdateOperationsInput | string | null
|
19791
19791
|
birthDate?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
19792
19792
|
profilePictureUrl?: NullableStringFieldUpdateOperationsInput | string | null
|
@@ -19808,7 +19808,7 @@ export namespace Prisma {
|
|
19808
19808
|
phoneNumber?: StringFieldUpdateOperationsInput | string
|
19809
19809
|
secondaryPhoneNumber?: NullableStringFieldUpdateOperationsInput | string | null
|
19810
19810
|
fullName?: StringFieldUpdateOperationsInput | string
|
19811
|
-
|
19811
|
+
firstName?: NullableStringFieldUpdateOperationsInput | string | null
|
19812
19812
|
gender?: NullableStringFieldUpdateOperationsInput | string | null
|
19813
19813
|
birthDate?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
19814
19814
|
profilePictureUrl?: NullableStringFieldUpdateOperationsInput | string | null
|
@@ -19832,7 +19832,7 @@ export namespace Prisma {
|
|
19832
19832
|
phoneNumber?: StringFieldUpdateOperationsInput | string
|
19833
19833
|
secondaryPhoneNumber?: NullableStringFieldUpdateOperationsInput | string | null
|
19834
19834
|
fullName?: StringFieldUpdateOperationsInput | string
|
19835
|
-
|
19835
|
+
firstName?: NullableStringFieldUpdateOperationsInput | string | null
|
19836
19836
|
gender?: NullableStringFieldUpdateOperationsInput | string | null
|
19837
19837
|
birthDate?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
19838
19838
|
profilePictureUrl?: NullableStringFieldUpdateOperationsInput | string | null
|
@@ -19857,7 +19857,7 @@ export namespace Prisma {
|
|
19857
19857
|
phoneNumber?: StringFieldUpdateOperationsInput | string
|
19858
19858
|
secondaryPhoneNumber?: NullableStringFieldUpdateOperationsInput | string | null
|
19859
19859
|
fullName?: StringFieldUpdateOperationsInput | string
|
19860
|
-
|
19860
|
+
firstName?: NullableStringFieldUpdateOperationsInput | string | null
|
19861
19861
|
gender?: NullableStringFieldUpdateOperationsInput | string | null
|
19862
19862
|
birthDate?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
19863
19863
|
profilePictureUrl?: NullableStringFieldUpdateOperationsInput | string | null
|
@@ -19918,7 +19918,7 @@ export namespace Prisma {
|
|
19918
19918
|
phoneNumber?: StringFieldUpdateOperationsInput | string
|
19919
19919
|
secondaryPhoneNumber?: NullableStringFieldUpdateOperationsInput | string | null
|
19920
19920
|
fullName?: StringFieldUpdateOperationsInput | string
|
19921
|
-
|
19921
|
+
firstName?: NullableStringFieldUpdateOperationsInput | string | null
|
19922
19922
|
gender?: NullableStringFieldUpdateOperationsInput | string | null
|
19923
19923
|
birthDate?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
19924
19924
|
profilePictureUrl?: NullableStringFieldUpdateOperationsInput | string | null
|
@@ -19942,7 +19942,7 @@ export namespace Prisma {
|
|
19942
19942
|
phoneNumber?: StringFieldUpdateOperationsInput | string
|
19943
19943
|
secondaryPhoneNumber?: NullableStringFieldUpdateOperationsInput | string | null
|
19944
19944
|
fullName?: StringFieldUpdateOperationsInput | string
|
19945
|
-
|
19945
|
+
firstName?: NullableStringFieldUpdateOperationsInput | string | null
|
19946
19946
|
gender?: NullableStringFieldUpdateOperationsInput | string | null
|
19947
19947
|
birthDate?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
19948
19948
|
profilePictureUrl?: NullableStringFieldUpdateOperationsInput | string | null
|
@@ -19968,7 +19968,7 @@ export namespace Prisma {
|
|
19968
19968
|
phoneNumber?: StringFieldUpdateOperationsInput | string
|
19969
19969
|
secondaryPhoneNumber?: NullableStringFieldUpdateOperationsInput | string | null
|
19970
19970
|
fullName?: StringFieldUpdateOperationsInput | string
|
19971
|
-
|
19971
|
+
firstName?: NullableStringFieldUpdateOperationsInput | string | null
|
19972
19972
|
gender?: NullableStringFieldUpdateOperationsInput | string | null
|
19973
19973
|
birthDate?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
19974
19974
|
profilePictureUrl?: NullableStringFieldUpdateOperationsInput | string | null
|