@creator.co/creatorco-prisma-client 1.0.82-alpha-87c8144 → 1.0.82-alpha-64cbbc1
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/edge.js +7 -6
- package/index-browser.js +2 -1
- package/index.d.ts +82 -42
- package/index.js +7 -6
- package/package.json +1 -1
- package/schema.prisma +7 -5
- package/wasm.js +2 -1
package/index-browser.js
CHANGED
|
@@ -871,11 +871,12 @@ exports.Prisma.SocialProfileScalarFieldEnum = {
|
|
|
871
871
|
};
|
|
872
872
|
|
|
873
873
|
exports.Prisma.SocialProfileContactScalarFieldEnum = {
|
|
874
|
-
id: 'id',
|
|
875
874
|
type: 'type',
|
|
876
875
|
value: 'value',
|
|
877
876
|
source: 'source',
|
|
878
877
|
metaData: 'metaData',
|
|
878
|
+
createdAt: 'createdAt',
|
|
879
|
+
updatedAt: 'updatedAt',
|
|
879
880
|
socialProfileId: 'socialProfileId'
|
|
880
881
|
};
|
|
881
882
|
|
package/index.d.ts
CHANGED
|
@@ -74206,74 +74206,76 @@ export namespace Prisma {
|
|
|
74206
74206
|
}
|
|
74207
74207
|
|
|
74208
74208
|
export type SocialProfileContactAvgAggregateOutputType = {
|
|
74209
|
-
id: number | null
|
|
74210
74209
|
socialProfileId: number | null
|
|
74211
74210
|
}
|
|
74212
74211
|
|
|
74213
74212
|
export type SocialProfileContactSumAggregateOutputType = {
|
|
74214
|
-
id: number | null
|
|
74215
74213
|
socialProfileId: number | null
|
|
74216
74214
|
}
|
|
74217
74215
|
|
|
74218
74216
|
export type SocialProfileContactMinAggregateOutputType = {
|
|
74219
|
-
id: number | null
|
|
74220
74217
|
type: string | null
|
|
74221
74218
|
value: string | null
|
|
74222
74219
|
source: $Enums.SocialProfileContactSource | null
|
|
74220
|
+
createdAt: Date | null
|
|
74221
|
+
updatedAt: Date | null
|
|
74223
74222
|
socialProfileId: number | null
|
|
74224
74223
|
}
|
|
74225
74224
|
|
|
74226
74225
|
export type SocialProfileContactMaxAggregateOutputType = {
|
|
74227
|
-
id: number | null
|
|
74228
74226
|
type: string | null
|
|
74229
74227
|
value: string | null
|
|
74230
74228
|
source: $Enums.SocialProfileContactSource | null
|
|
74229
|
+
createdAt: Date | null
|
|
74230
|
+
updatedAt: Date | null
|
|
74231
74231
|
socialProfileId: number | null
|
|
74232
74232
|
}
|
|
74233
74233
|
|
|
74234
74234
|
export type SocialProfileContactCountAggregateOutputType = {
|
|
74235
|
-
id: number
|
|
74236
74235
|
type: number
|
|
74237
74236
|
value: number
|
|
74238
74237
|
source: number
|
|
74239
74238
|
metaData: number
|
|
74239
|
+
createdAt: number
|
|
74240
|
+
updatedAt: number
|
|
74240
74241
|
socialProfileId: number
|
|
74241
74242
|
_all: number
|
|
74242
74243
|
}
|
|
74243
74244
|
|
|
74244
74245
|
|
|
74245
74246
|
export type SocialProfileContactAvgAggregateInputType = {
|
|
74246
|
-
id?: true
|
|
74247
74247
|
socialProfileId?: true
|
|
74248
74248
|
}
|
|
74249
74249
|
|
|
74250
74250
|
export type SocialProfileContactSumAggregateInputType = {
|
|
74251
|
-
id?: true
|
|
74252
74251
|
socialProfileId?: true
|
|
74253
74252
|
}
|
|
74254
74253
|
|
|
74255
74254
|
export type SocialProfileContactMinAggregateInputType = {
|
|
74256
|
-
id?: true
|
|
74257
74255
|
type?: true
|
|
74258
74256
|
value?: true
|
|
74259
74257
|
source?: true
|
|
74258
|
+
createdAt?: true
|
|
74259
|
+
updatedAt?: true
|
|
74260
74260
|
socialProfileId?: true
|
|
74261
74261
|
}
|
|
74262
74262
|
|
|
74263
74263
|
export type SocialProfileContactMaxAggregateInputType = {
|
|
74264
|
-
id?: true
|
|
74265
74264
|
type?: true
|
|
74266
74265
|
value?: true
|
|
74267
74266
|
source?: true
|
|
74267
|
+
createdAt?: true
|
|
74268
|
+
updatedAt?: true
|
|
74268
74269
|
socialProfileId?: true
|
|
74269
74270
|
}
|
|
74270
74271
|
|
|
74271
74272
|
export type SocialProfileContactCountAggregateInputType = {
|
|
74272
|
-
id?: true
|
|
74273
74273
|
type?: true
|
|
74274
74274
|
value?: true
|
|
74275
74275
|
source?: true
|
|
74276
74276
|
metaData?: true
|
|
74277
|
+
createdAt?: true
|
|
74278
|
+
updatedAt?: true
|
|
74277
74279
|
socialProfileId?: true
|
|
74278
74280
|
_all?: true
|
|
74279
74281
|
}
|
|
@@ -74365,11 +74367,12 @@ export namespace Prisma {
|
|
|
74365
74367
|
}
|
|
74366
74368
|
|
|
74367
74369
|
export type SocialProfileContactGroupByOutputType = {
|
|
74368
|
-
id: number
|
|
74369
74370
|
type: string
|
|
74370
74371
|
value: string
|
|
74371
74372
|
source: $Enums.SocialProfileContactSource
|
|
74372
74373
|
metaData: JsonValue | null
|
|
74374
|
+
createdAt: Date | null
|
|
74375
|
+
updatedAt: Date | null
|
|
74373
74376
|
socialProfileId: number
|
|
74374
74377
|
_count: SocialProfileContactCountAggregateOutputType | null
|
|
74375
74378
|
_avg: SocialProfileContactAvgAggregateOutputType | null
|
|
@@ -74393,31 +74396,34 @@ export namespace Prisma {
|
|
|
74393
74396
|
|
|
74394
74397
|
|
|
74395
74398
|
export type SocialProfileContactSelect<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = $Extensions.GetSelect<{
|
|
74396
|
-
id?: boolean
|
|
74397
74399
|
type?: boolean
|
|
74398
74400
|
value?: boolean
|
|
74399
74401
|
source?: boolean
|
|
74400
74402
|
metaData?: boolean
|
|
74403
|
+
createdAt?: boolean
|
|
74404
|
+
updatedAt?: boolean
|
|
74401
74405
|
socialProfileId?: boolean
|
|
74402
74406
|
socialProfile?: boolean | SocialProfileDefaultArgs<ExtArgs>
|
|
74403
74407
|
}, ExtArgs["result"]["socialProfileContact"]>
|
|
74404
74408
|
|
|
74405
74409
|
export type SocialProfileContactSelectCreateManyAndReturn<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = $Extensions.GetSelect<{
|
|
74406
|
-
id?: boolean
|
|
74407
74410
|
type?: boolean
|
|
74408
74411
|
value?: boolean
|
|
74409
74412
|
source?: boolean
|
|
74410
74413
|
metaData?: boolean
|
|
74414
|
+
createdAt?: boolean
|
|
74415
|
+
updatedAt?: boolean
|
|
74411
74416
|
socialProfileId?: boolean
|
|
74412
74417
|
socialProfile?: boolean | SocialProfileDefaultArgs<ExtArgs>
|
|
74413
74418
|
}, ExtArgs["result"]["socialProfileContact"]>
|
|
74414
74419
|
|
|
74415
74420
|
export type SocialProfileContactSelectScalar = {
|
|
74416
|
-
id?: boolean
|
|
74417
74421
|
type?: boolean
|
|
74418
74422
|
value?: boolean
|
|
74419
74423
|
source?: boolean
|
|
74420
74424
|
metaData?: boolean
|
|
74425
|
+
createdAt?: boolean
|
|
74426
|
+
updatedAt?: boolean
|
|
74421
74427
|
socialProfileId?: boolean
|
|
74422
74428
|
}
|
|
74423
74429
|
|
|
@@ -74434,11 +74440,12 @@ export namespace Prisma {
|
|
|
74434
74440
|
socialProfile: Prisma.$SocialProfilePayload<ExtArgs>
|
|
74435
74441
|
}
|
|
74436
74442
|
scalars: $Extensions.GetPayloadResult<{
|
|
74437
|
-
id: number
|
|
74438
74443
|
type: string
|
|
74439
74444
|
value: string
|
|
74440
74445
|
source: $Enums.SocialProfileContactSource
|
|
74441
74446
|
metaData: Prisma.JsonValue | null
|
|
74447
|
+
createdAt: Date | null
|
|
74448
|
+
updatedAt: Date | null
|
|
74442
74449
|
socialProfileId: number
|
|
74443
74450
|
}, ExtArgs["result"]["socialProfileContact"]>
|
|
74444
74451
|
composites: {}
|
|
@@ -74523,8 +74530,8 @@ export namespace Prisma {
|
|
|
74523
74530
|
* // Get first 10 SocialProfileContacts
|
|
74524
74531
|
* const socialProfileContacts = await prisma.socialProfileContact.findMany({ take: 10 })
|
|
74525
74532
|
*
|
|
74526
|
-
* // Only select the `
|
|
74527
|
-
* const
|
|
74533
|
+
* // Only select the `type`
|
|
74534
|
+
* const socialProfileContactWithTypeOnly = await prisma.socialProfileContact.findMany({ select: { type: true } })
|
|
74528
74535
|
*
|
|
74529
74536
|
*/
|
|
74530
74537
|
findMany<T extends SocialProfileContactFindManyArgs>(args?: SelectSubset<T, SocialProfileContactFindManyArgs<ExtArgs>>): Prisma.PrismaPromise<$Result.GetResult<Prisma.$SocialProfileContactPayload<ExtArgs>, T, "findMany">>
|
|
@@ -74568,9 +74575,9 @@ export namespace Prisma {
|
|
|
74568
74575
|
* ]
|
|
74569
74576
|
* })
|
|
74570
74577
|
*
|
|
74571
|
-
* // Create many SocialProfileContacts and only return the `
|
|
74572
|
-
* const
|
|
74573
|
-
* select: {
|
|
74578
|
+
* // Create many SocialProfileContacts and only return the `type`
|
|
74579
|
+
* const socialProfileContactWithTypeOnly = await prisma.socialProfileContact.createManyAndReturn({
|
|
74580
|
+
* select: { type: true },
|
|
74574
74581
|
* data: [
|
|
74575
74582
|
* // ... provide data here
|
|
74576
74583
|
* ]
|
|
@@ -74834,11 +74841,12 @@ export namespace Prisma {
|
|
|
74834
74841
|
* Fields of the SocialProfileContact model
|
|
74835
74842
|
*/
|
|
74836
74843
|
interface SocialProfileContactFieldRefs {
|
|
74837
|
-
readonly id: FieldRef<"SocialProfileContact", 'Int'>
|
|
74838
74844
|
readonly type: FieldRef<"SocialProfileContact", 'String'>
|
|
74839
74845
|
readonly value: FieldRef<"SocialProfileContact", 'String'>
|
|
74840
74846
|
readonly source: FieldRef<"SocialProfileContact", 'SocialProfileContactSource'>
|
|
74841
74847
|
readonly metaData: FieldRef<"SocialProfileContact", 'Json'>
|
|
74848
|
+
readonly createdAt: FieldRef<"SocialProfileContact", 'DateTime'>
|
|
74849
|
+
readonly updatedAt: FieldRef<"SocialProfileContact", 'DateTime'>
|
|
74842
74850
|
readonly socialProfileId: FieldRef<"SocialProfileContact", 'Int'>
|
|
74843
74851
|
}
|
|
74844
74852
|
|
|
@@ -106151,11 +106159,12 @@ export namespace Prisma {
|
|
|
106151
106159
|
|
|
106152
106160
|
|
|
106153
106161
|
export const SocialProfileContactScalarFieldEnum: {
|
|
106154
|
-
id: 'id',
|
|
106155
106162
|
type: 'type',
|
|
106156
106163
|
value: 'value',
|
|
106157
106164
|
source: 'source',
|
|
106158
106165
|
metaData: 'metaData',
|
|
106166
|
+
createdAt: 'createdAt',
|
|
106167
|
+
updatedAt: 'updatedAt',
|
|
106159
106168
|
socialProfileId: 'socialProfileId'
|
|
106160
106169
|
};
|
|
106161
106170
|
|
|
@@ -112739,28 +112748,30 @@ export namespace Prisma {
|
|
|
112739
112748
|
AND?: SocialProfileContactWhereInput | SocialProfileContactWhereInput[]
|
|
112740
112749
|
OR?: SocialProfileContactWhereInput[]
|
|
112741
112750
|
NOT?: SocialProfileContactWhereInput | SocialProfileContactWhereInput[]
|
|
112742
|
-
id?: IntFilter<"SocialProfileContact"> | number
|
|
112743
112751
|
type?: StringFilter<"SocialProfileContact"> | string
|
|
112744
112752
|
value?: StringFilter<"SocialProfileContact"> | string
|
|
112745
112753
|
source?: EnumSocialProfileContactSourceFilter<"SocialProfileContact"> | $Enums.SocialProfileContactSource
|
|
112746
112754
|
metaData?: JsonNullableFilter<"SocialProfileContact">
|
|
112755
|
+
createdAt?: DateTimeNullableFilter<"SocialProfileContact"> | Date | string | null
|
|
112756
|
+
updatedAt?: DateTimeNullableFilter<"SocialProfileContact"> | Date | string | null
|
|
112747
112757
|
socialProfileId?: IntFilter<"SocialProfileContact"> | number
|
|
112748
112758
|
socialProfile?: XOR<SocialProfileRelationFilter, SocialProfileWhereInput>
|
|
112749
112759
|
}
|
|
112750
112760
|
|
|
112751
112761
|
export type SocialProfileContactOrderByWithRelationInput = {
|
|
112752
|
-
id?: SortOrder
|
|
112753
112762
|
type?: SortOrder
|
|
112754
112763
|
value?: SortOrder
|
|
112755
112764
|
source?: SortOrder
|
|
112756
112765
|
metaData?: SortOrderInput | SortOrder
|
|
112766
|
+
createdAt?: SortOrderInput | SortOrder
|
|
112767
|
+
updatedAt?: SortOrderInput | SortOrder
|
|
112757
112768
|
socialProfileId?: SortOrder
|
|
112758
112769
|
socialProfile?: SocialProfileOrderByWithRelationInput
|
|
112759
112770
|
_relevance?: SocialProfileContactOrderByRelevanceInput
|
|
112760
112771
|
}
|
|
112761
112772
|
|
|
112762
112773
|
export type SocialProfileContactWhereUniqueInput = Prisma.AtLeast<{
|
|
112763
|
-
|
|
112774
|
+
type_value?: SocialProfileContactTypeValueCompoundUniqueInput
|
|
112764
112775
|
AND?: SocialProfileContactWhereInput | SocialProfileContactWhereInput[]
|
|
112765
112776
|
OR?: SocialProfileContactWhereInput[]
|
|
112766
112777
|
NOT?: SocialProfileContactWhereInput | SocialProfileContactWhereInput[]
|
|
@@ -112768,16 +112779,19 @@ export namespace Prisma {
|
|
|
112768
112779
|
value?: StringFilter<"SocialProfileContact"> | string
|
|
112769
112780
|
source?: EnumSocialProfileContactSourceFilter<"SocialProfileContact"> | $Enums.SocialProfileContactSource
|
|
112770
112781
|
metaData?: JsonNullableFilter<"SocialProfileContact">
|
|
112782
|
+
createdAt?: DateTimeNullableFilter<"SocialProfileContact"> | Date | string | null
|
|
112783
|
+
updatedAt?: DateTimeNullableFilter<"SocialProfileContact"> | Date | string | null
|
|
112771
112784
|
socialProfileId?: IntFilter<"SocialProfileContact"> | number
|
|
112772
112785
|
socialProfile?: XOR<SocialProfileRelationFilter, SocialProfileWhereInput>
|
|
112773
|
-
}, "
|
|
112786
|
+
}, "type_value">
|
|
112774
112787
|
|
|
112775
112788
|
export type SocialProfileContactOrderByWithAggregationInput = {
|
|
112776
|
-
id?: SortOrder
|
|
112777
112789
|
type?: SortOrder
|
|
112778
112790
|
value?: SortOrder
|
|
112779
112791
|
source?: SortOrder
|
|
112780
112792
|
metaData?: SortOrderInput | SortOrder
|
|
112793
|
+
createdAt?: SortOrderInput | SortOrder
|
|
112794
|
+
updatedAt?: SortOrderInput | SortOrder
|
|
112781
112795
|
socialProfileId?: SortOrder
|
|
112782
112796
|
_count?: SocialProfileContactCountOrderByAggregateInput
|
|
112783
112797
|
_avg?: SocialProfileContactAvgOrderByAggregateInput
|
|
@@ -112790,11 +112804,12 @@ export namespace Prisma {
|
|
|
112790
112804
|
AND?: SocialProfileContactScalarWhereWithAggregatesInput | SocialProfileContactScalarWhereWithAggregatesInput[]
|
|
112791
112805
|
OR?: SocialProfileContactScalarWhereWithAggregatesInput[]
|
|
112792
112806
|
NOT?: SocialProfileContactScalarWhereWithAggregatesInput | SocialProfileContactScalarWhereWithAggregatesInput[]
|
|
112793
|
-
id?: IntWithAggregatesFilter<"SocialProfileContact"> | number
|
|
112794
112807
|
type?: StringWithAggregatesFilter<"SocialProfileContact"> | string
|
|
112795
112808
|
value?: StringWithAggregatesFilter<"SocialProfileContact"> | string
|
|
112796
112809
|
source?: EnumSocialProfileContactSourceWithAggregatesFilter<"SocialProfileContact"> | $Enums.SocialProfileContactSource
|
|
112797
112810
|
metaData?: JsonNullableWithAggregatesFilter<"SocialProfileContact">
|
|
112811
|
+
createdAt?: DateTimeNullableWithAggregatesFilter<"SocialProfileContact"> | Date | string | null
|
|
112812
|
+
updatedAt?: DateTimeNullableWithAggregatesFilter<"SocialProfileContact"> | Date | string | null
|
|
112798
112813
|
socialProfileId?: IntWithAggregatesFilter<"SocialProfileContact"> | number
|
|
112799
112814
|
}
|
|
112800
112815
|
|
|
@@ -120544,15 +120559,18 @@ export namespace Prisma {
|
|
|
120544
120559
|
value: string
|
|
120545
120560
|
source?: $Enums.SocialProfileContactSource
|
|
120546
120561
|
metaData?: NullableJsonNullValueInput | InputJsonValue
|
|
120562
|
+
createdAt?: Date | string | null
|
|
120563
|
+
updatedAt?: Date | string | null
|
|
120547
120564
|
socialProfile: SocialProfileCreateNestedOneWithoutSocialProfileContactsInput
|
|
120548
120565
|
}
|
|
120549
120566
|
|
|
120550
120567
|
export type SocialProfileContactUncheckedCreateInput = {
|
|
120551
|
-
id?: number
|
|
120552
120568
|
type: string
|
|
120553
120569
|
value: string
|
|
120554
120570
|
source?: $Enums.SocialProfileContactSource
|
|
120555
120571
|
metaData?: NullableJsonNullValueInput | InputJsonValue
|
|
120572
|
+
createdAt?: Date | string | null
|
|
120573
|
+
updatedAt?: Date | string | null
|
|
120556
120574
|
socialProfileId: number
|
|
120557
120575
|
}
|
|
120558
120576
|
|
|
@@ -120561,24 +120579,28 @@ export namespace Prisma {
|
|
|
120561
120579
|
value?: StringFieldUpdateOperationsInput | string
|
|
120562
120580
|
source?: EnumSocialProfileContactSourceFieldUpdateOperationsInput | $Enums.SocialProfileContactSource
|
|
120563
120581
|
metaData?: NullableJsonNullValueInput | InputJsonValue
|
|
120582
|
+
createdAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
120583
|
+
updatedAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
120564
120584
|
socialProfile?: SocialProfileUpdateOneRequiredWithoutSocialProfileContactsNestedInput
|
|
120565
120585
|
}
|
|
120566
120586
|
|
|
120567
120587
|
export type SocialProfileContactUncheckedUpdateInput = {
|
|
120568
|
-
id?: IntFieldUpdateOperationsInput | number
|
|
120569
120588
|
type?: StringFieldUpdateOperationsInput | string
|
|
120570
120589
|
value?: StringFieldUpdateOperationsInput | string
|
|
120571
120590
|
source?: EnumSocialProfileContactSourceFieldUpdateOperationsInput | $Enums.SocialProfileContactSource
|
|
120572
120591
|
metaData?: NullableJsonNullValueInput | InputJsonValue
|
|
120592
|
+
createdAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
120593
|
+
updatedAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
120573
120594
|
socialProfileId?: IntFieldUpdateOperationsInput | number
|
|
120574
120595
|
}
|
|
120575
120596
|
|
|
120576
120597
|
export type SocialProfileContactCreateManyInput = {
|
|
120577
|
-
id?: number
|
|
120578
120598
|
type: string
|
|
120579
120599
|
value: string
|
|
120580
120600
|
source?: $Enums.SocialProfileContactSource
|
|
120581
120601
|
metaData?: NullableJsonNullValueInput | InputJsonValue
|
|
120602
|
+
createdAt?: Date | string | null
|
|
120603
|
+
updatedAt?: Date | string | null
|
|
120582
120604
|
socialProfileId: number
|
|
120583
120605
|
}
|
|
120584
120606
|
|
|
@@ -120587,14 +120609,17 @@ export namespace Prisma {
|
|
|
120587
120609
|
value?: StringFieldUpdateOperationsInput | string
|
|
120588
120610
|
source?: EnumSocialProfileContactSourceFieldUpdateOperationsInput | $Enums.SocialProfileContactSource
|
|
120589
120611
|
metaData?: NullableJsonNullValueInput | InputJsonValue
|
|
120612
|
+
createdAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
120613
|
+
updatedAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
120590
120614
|
}
|
|
120591
120615
|
|
|
120592
120616
|
export type SocialProfileContactUncheckedUpdateManyInput = {
|
|
120593
|
-
id?: IntFieldUpdateOperationsInput | number
|
|
120594
120617
|
type?: StringFieldUpdateOperationsInput | string
|
|
120595
120618
|
value?: StringFieldUpdateOperationsInput | string
|
|
120596
120619
|
source?: EnumSocialProfileContactSourceFieldUpdateOperationsInput | $Enums.SocialProfileContactSource
|
|
120597
120620
|
metaData?: NullableJsonNullValueInput | InputJsonValue
|
|
120621
|
+
createdAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
120622
|
+
updatedAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
120598
120623
|
socialProfileId?: IntFieldUpdateOperationsInput | number
|
|
120599
120624
|
}
|
|
120600
120625
|
|
|
@@ -127367,38 +127392,44 @@ export namespace Prisma {
|
|
|
127367
127392
|
search: string
|
|
127368
127393
|
}
|
|
127369
127394
|
|
|
127395
|
+
export type SocialProfileContactTypeValueCompoundUniqueInput = {
|
|
127396
|
+
type: string
|
|
127397
|
+
value: string
|
|
127398
|
+
}
|
|
127399
|
+
|
|
127370
127400
|
export type SocialProfileContactCountOrderByAggregateInput = {
|
|
127371
|
-
id?: SortOrder
|
|
127372
127401
|
type?: SortOrder
|
|
127373
127402
|
value?: SortOrder
|
|
127374
127403
|
source?: SortOrder
|
|
127375
127404
|
metaData?: SortOrder
|
|
127405
|
+
createdAt?: SortOrder
|
|
127406
|
+
updatedAt?: SortOrder
|
|
127376
127407
|
socialProfileId?: SortOrder
|
|
127377
127408
|
}
|
|
127378
127409
|
|
|
127379
127410
|
export type SocialProfileContactAvgOrderByAggregateInput = {
|
|
127380
|
-
id?: SortOrder
|
|
127381
127411
|
socialProfileId?: SortOrder
|
|
127382
127412
|
}
|
|
127383
127413
|
|
|
127384
127414
|
export type SocialProfileContactMaxOrderByAggregateInput = {
|
|
127385
|
-
id?: SortOrder
|
|
127386
127415
|
type?: SortOrder
|
|
127387
127416
|
value?: SortOrder
|
|
127388
127417
|
source?: SortOrder
|
|
127418
|
+
createdAt?: SortOrder
|
|
127419
|
+
updatedAt?: SortOrder
|
|
127389
127420
|
socialProfileId?: SortOrder
|
|
127390
127421
|
}
|
|
127391
127422
|
|
|
127392
127423
|
export type SocialProfileContactMinOrderByAggregateInput = {
|
|
127393
|
-
id?: SortOrder
|
|
127394
127424
|
type?: SortOrder
|
|
127395
127425
|
value?: SortOrder
|
|
127396
127426
|
source?: SortOrder
|
|
127427
|
+
createdAt?: SortOrder
|
|
127428
|
+
updatedAt?: SortOrder
|
|
127397
127429
|
socialProfileId?: SortOrder
|
|
127398
127430
|
}
|
|
127399
127431
|
|
|
127400
127432
|
export type SocialProfileContactSumOrderByAggregateInput = {
|
|
127401
|
-
id?: SortOrder
|
|
127402
127433
|
socialProfileId?: SortOrder
|
|
127403
127434
|
}
|
|
127404
127435
|
|
|
@@ -161905,14 +161936,17 @@ export namespace Prisma {
|
|
|
161905
161936
|
value: string
|
|
161906
161937
|
source?: $Enums.SocialProfileContactSource
|
|
161907
161938
|
metaData?: NullableJsonNullValueInput | InputJsonValue
|
|
161939
|
+
createdAt?: Date | string | null
|
|
161940
|
+
updatedAt?: Date | string | null
|
|
161908
161941
|
}
|
|
161909
161942
|
|
|
161910
161943
|
export type SocialProfileContactUncheckedCreateWithoutSocialProfileInput = {
|
|
161911
|
-
id?: number
|
|
161912
161944
|
type: string
|
|
161913
161945
|
value: string
|
|
161914
161946
|
source?: $Enums.SocialProfileContactSource
|
|
161915
161947
|
metaData?: NullableJsonNullValueInput | InputJsonValue
|
|
161948
|
+
createdAt?: Date | string | null
|
|
161949
|
+
updatedAt?: Date | string | null
|
|
161916
161950
|
}
|
|
161917
161951
|
|
|
161918
161952
|
export type SocialProfileContactCreateOrConnectWithoutSocialProfileInput = {
|
|
@@ -162115,11 +162149,12 @@ export namespace Prisma {
|
|
|
162115
162149
|
AND?: SocialProfileContactScalarWhereInput | SocialProfileContactScalarWhereInput[]
|
|
162116
162150
|
OR?: SocialProfileContactScalarWhereInput[]
|
|
162117
162151
|
NOT?: SocialProfileContactScalarWhereInput | SocialProfileContactScalarWhereInput[]
|
|
162118
|
-
id?: IntFilter<"SocialProfileContact"> | number
|
|
162119
162152
|
type?: StringFilter<"SocialProfileContact"> | string
|
|
162120
162153
|
value?: StringFilter<"SocialProfileContact"> | string
|
|
162121
162154
|
source?: EnumSocialProfileContactSourceFilter<"SocialProfileContact"> | $Enums.SocialProfileContactSource
|
|
162122
162155
|
metaData?: JsonNullableFilter<"SocialProfileContact">
|
|
162156
|
+
createdAt?: DateTimeNullableFilter<"SocialProfileContact"> | Date | string | null
|
|
162157
|
+
updatedAt?: DateTimeNullableFilter<"SocialProfileContact"> | Date | string | null
|
|
162123
162158
|
socialProfileId?: IntFilter<"SocialProfileContact"> | number
|
|
162124
162159
|
}
|
|
162125
162160
|
|
|
@@ -176717,11 +176752,12 @@ export namespace Prisma {
|
|
|
176717
176752
|
}
|
|
176718
176753
|
|
|
176719
176754
|
export type SocialProfileContactCreateManySocialProfileInput = {
|
|
176720
|
-
id?: number
|
|
176721
176755
|
type: string
|
|
176722
176756
|
value: string
|
|
176723
176757
|
source?: $Enums.SocialProfileContactSource
|
|
176724
176758
|
metaData?: NullableJsonNullValueInput | InputJsonValue
|
|
176759
|
+
createdAt?: Date | string | null
|
|
176760
|
+
updatedAt?: Date | string | null
|
|
176725
176761
|
}
|
|
176726
176762
|
|
|
176727
176763
|
export type CreatorListItemUpdateWithoutSocialProfileInput = {
|
|
@@ -176822,22 +176858,26 @@ export namespace Prisma {
|
|
|
176822
176858
|
value?: StringFieldUpdateOperationsInput | string
|
|
176823
176859
|
source?: EnumSocialProfileContactSourceFieldUpdateOperationsInput | $Enums.SocialProfileContactSource
|
|
176824
176860
|
metaData?: NullableJsonNullValueInput | InputJsonValue
|
|
176861
|
+
createdAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
176862
|
+
updatedAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
176825
176863
|
}
|
|
176826
176864
|
|
|
176827
176865
|
export type SocialProfileContactUncheckedUpdateWithoutSocialProfileInput = {
|
|
176828
|
-
id?: IntFieldUpdateOperationsInput | number
|
|
176829
176866
|
type?: StringFieldUpdateOperationsInput | string
|
|
176830
176867
|
value?: StringFieldUpdateOperationsInput | string
|
|
176831
176868
|
source?: EnumSocialProfileContactSourceFieldUpdateOperationsInput | $Enums.SocialProfileContactSource
|
|
176832
176869
|
metaData?: NullableJsonNullValueInput | InputJsonValue
|
|
176870
|
+
createdAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
176871
|
+
updatedAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
176833
176872
|
}
|
|
176834
176873
|
|
|
176835
176874
|
export type SocialProfileContactUncheckedUpdateManyWithoutSocialProfileInput = {
|
|
176836
|
-
id?: IntFieldUpdateOperationsInput | number
|
|
176837
176875
|
type?: StringFieldUpdateOperationsInput | string
|
|
176838
176876
|
value?: StringFieldUpdateOperationsInput | string
|
|
176839
176877
|
source?: EnumSocialProfileContactSourceFieldUpdateOperationsInput | $Enums.SocialProfileContactSource
|
|
176840
176878
|
metaData?: NullableJsonNullValueInput | InputJsonValue
|
|
176879
|
+
createdAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
176880
|
+
updatedAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
176841
176881
|
}
|
|
176842
176882
|
|
|
176843
176883
|
export type SequenceStepCreateManyEmailTemplateInput = {
|