@creator.co/creatorco-prisma-client 1.0.18 → 1.0.19
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 +4 -17
- package/index-browser.js +0 -13
- package/index.d.ts +276 -1795
- package/index.js +4 -17
- package/package.json +1 -1
- package/schema.prisma +3 -17
- package/wasm.js +0 -13
package/index.d.ts
CHANGED
|
@@ -178,11 +178,6 @@ export type OptInVariable = $Result.DefaultSelection<Prisma.$OptInVariablePayloa
|
|
|
178
178
|
*
|
|
179
179
|
*/
|
|
180
180
|
export type SocialPost = $Result.DefaultSelection<Prisma.$SocialPostPayload>
|
|
181
|
-
/**
|
|
182
|
-
* Model SocialPostTag
|
|
183
|
-
*
|
|
184
|
-
*/
|
|
185
|
-
export type SocialPostTag = $Result.DefaultSelection<Prisma.$SocialPostTagPayload>
|
|
186
181
|
/**
|
|
187
182
|
* Model Image
|
|
188
183
|
*
|
|
@@ -804,16 +799,6 @@ export class PrismaClient<
|
|
|
804
799
|
*/
|
|
805
800
|
get socialPost(): Prisma.SocialPostDelegate<ExtArgs>;
|
|
806
801
|
|
|
807
|
-
/**
|
|
808
|
-
* `prisma.socialPostTag`: Exposes CRUD operations for the **SocialPostTag** model.
|
|
809
|
-
* Example usage:
|
|
810
|
-
* ```ts
|
|
811
|
-
* // Fetch zero or more SocialPostTags
|
|
812
|
-
* const socialPostTags = await prisma.socialPostTag.findMany()
|
|
813
|
-
* ```
|
|
814
|
-
*/
|
|
815
|
-
get socialPostTag(): Prisma.SocialPostTagDelegate<ExtArgs>;
|
|
816
|
-
|
|
817
802
|
/**
|
|
818
803
|
* `prisma.image`: Exposes CRUD operations for the **Image** model.
|
|
819
804
|
* Example usage:
|
|
@@ -1586,7 +1571,6 @@ export namespace Prisma {
|
|
|
1586
1571
|
TrolleyPayment: 'TrolleyPayment',
|
|
1587
1572
|
OptInVariable: 'OptInVariable',
|
|
1588
1573
|
SocialPost: 'SocialPost',
|
|
1589
|
-
SocialPostTag: 'SocialPostTag',
|
|
1590
1574
|
Image: 'Image',
|
|
1591
1575
|
BrandImage: 'BrandImage',
|
|
1592
1576
|
Country: 'Country',
|
|
@@ -1630,7 +1614,7 @@ export namespace Prisma {
|
|
|
1630
1614
|
|
|
1631
1615
|
export type TypeMap<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
|
|
1632
1616
|
meta: {
|
|
1633
|
-
modelProps: 'user' | 'log' | 'creatorProfile' | 'instagramProfile' | 'tiktokProfile' | 'youtubeProfile' | 'twitchProfile' | 'facebookProfile' | 'twitterProfile' | 'brandUserProfile' | 'brand' | 'searchContacts' | 'reportCredits' | 'brandToImage' | 'brandToCategory' | 'creatorToCategory' | 'chat' | 'message' | 'campaign' | 'campaignPin' | 'campaignToImage' | 'campaignToCategory' | 'campaignToCountry' | 'variable' | 'variableOption' | 'step' | 'campaignStep' | 'optInStep' | 'category' | 'optIn' | 'trolleyPayment' | 'optInVariable' | 'socialPost' | '
|
|
1617
|
+
modelProps: 'user' | 'log' | 'creatorProfile' | 'instagramProfile' | 'tiktokProfile' | 'youtubeProfile' | 'twitchProfile' | 'facebookProfile' | 'twitterProfile' | 'brandUserProfile' | 'brand' | 'searchContacts' | 'reportCredits' | 'brandToImage' | 'brandToCategory' | 'creatorToCategory' | 'chat' | 'message' | 'campaign' | 'campaignPin' | 'campaignToImage' | 'campaignToCategory' | 'campaignToCountry' | 'variable' | 'variableOption' | 'step' | 'campaignStep' | 'optInStep' | 'category' | 'optIn' | 'trolleyPayment' | 'optInVariable' | 'socialPost' | 'image' | 'brandImage' | 'country' | 'state' | 'paymentTransaction' | 'brandAffiliateLink' | 'affiliateLink' | 'affiliateClick' | 'affiliateEvent' | 'savedFile' | 'campaignInvite' | 'creatorList' | 'creatorListItem' | 'socialProfile' | 'messageTemplate' | 'emailTemplate' | 'socialListeningList' | 'listToSocialPost' | 'optInView' | 'rakutenActivity' | 'impactRadiusEvent' | 'creatorSearchFilter' | 'sequence' | 'sequenceStep' | 'sequenceOutboundEmail' | 'sequenceInboundEmail' | 'sequenceImapCheckpoint'
|
|
1634
1618
|
txIsolationLevel: Prisma.TransactionIsolationLevel
|
|
1635
1619
|
},
|
|
1636
1620
|
model: {
|
|
@@ -3812,72 +3796,6 @@ export namespace Prisma {
|
|
|
3812
3796
|
}
|
|
3813
3797
|
}
|
|
3814
3798
|
}
|
|
3815
|
-
SocialPostTag: {
|
|
3816
|
-
payload: Prisma.$SocialPostTagPayload<ExtArgs>
|
|
3817
|
-
fields: Prisma.SocialPostTagFieldRefs
|
|
3818
|
-
operations: {
|
|
3819
|
-
findUnique: {
|
|
3820
|
-
args: Prisma.SocialPostTagFindUniqueArgs<ExtArgs>,
|
|
3821
|
-
result: $Utils.PayloadToResult<Prisma.$SocialPostTagPayload> | null
|
|
3822
|
-
}
|
|
3823
|
-
findUniqueOrThrow: {
|
|
3824
|
-
args: Prisma.SocialPostTagFindUniqueOrThrowArgs<ExtArgs>,
|
|
3825
|
-
result: $Utils.PayloadToResult<Prisma.$SocialPostTagPayload>
|
|
3826
|
-
}
|
|
3827
|
-
findFirst: {
|
|
3828
|
-
args: Prisma.SocialPostTagFindFirstArgs<ExtArgs>,
|
|
3829
|
-
result: $Utils.PayloadToResult<Prisma.$SocialPostTagPayload> | null
|
|
3830
|
-
}
|
|
3831
|
-
findFirstOrThrow: {
|
|
3832
|
-
args: Prisma.SocialPostTagFindFirstOrThrowArgs<ExtArgs>,
|
|
3833
|
-
result: $Utils.PayloadToResult<Prisma.$SocialPostTagPayload>
|
|
3834
|
-
}
|
|
3835
|
-
findMany: {
|
|
3836
|
-
args: Prisma.SocialPostTagFindManyArgs<ExtArgs>,
|
|
3837
|
-
result: $Utils.PayloadToResult<Prisma.$SocialPostTagPayload>[]
|
|
3838
|
-
}
|
|
3839
|
-
create: {
|
|
3840
|
-
args: Prisma.SocialPostTagCreateArgs<ExtArgs>,
|
|
3841
|
-
result: $Utils.PayloadToResult<Prisma.$SocialPostTagPayload>
|
|
3842
|
-
}
|
|
3843
|
-
createMany: {
|
|
3844
|
-
args: Prisma.SocialPostTagCreateManyArgs<ExtArgs>,
|
|
3845
|
-
result: Prisma.BatchPayload
|
|
3846
|
-
}
|
|
3847
|
-
delete: {
|
|
3848
|
-
args: Prisma.SocialPostTagDeleteArgs<ExtArgs>,
|
|
3849
|
-
result: $Utils.PayloadToResult<Prisma.$SocialPostTagPayload>
|
|
3850
|
-
}
|
|
3851
|
-
update: {
|
|
3852
|
-
args: Prisma.SocialPostTagUpdateArgs<ExtArgs>,
|
|
3853
|
-
result: $Utils.PayloadToResult<Prisma.$SocialPostTagPayload>
|
|
3854
|
-
}
|
|
3855
|
-
deleteMany: {
|
|
3856
|
-
args: Prisma.SocialPostTagDeleteManyArgs<ExtArgs>,
|
|
3857
|
-
result: Prisma.BatchPayload
|
|
3858
|
-
}
|
|
3859
|
-
updateMany: {
|
|
3860
|
-
args: Prisma.SocialPostTagUpdateManyArgs<ExtArgs>,
|
|
3861
|
-
result: Prisma.BatchPayload
|
|
3862
|
-
}
|
|
3863
|
-
upsert: {
|
|
3864
|
-
args: Prisma.SocialPostTagUpsertArgs<ExtArgs>,
|
|
3865
|
-
result: $Utils.PayloadToResult<Prisma.$SocialPostTagPayload>
|
|
3866
|
-
}
|
|
3867
|
-
aggregate: {
|
|
3868
|
-
args: Prisma.SocialPostTagAggregateArgs<ExtArgs>,
|
|
3869
|
-
result: $Utils.Optional<AggregateSocialPostTag>
|
|
3870
|
-
}
|
|
3871
|
-
groupBy: {
|
|
3872
|
-
args: Prisma.SocialPostTagGroupByArgs<ExtArgs>,
|
|
3873
|
-
result: $Utils.Optional<SocialPostTagGroupByOutputType>[]
|
|
3874
|
-
}
|
|
3875
|
-
count: {
|
|
3876
|
-
args: Prisma.SocialPostTagCountArgs<ExtArgs>,
|
|
3877
|
-
result: $Utils.Optional<SocialPostTagCountAggregateOutputType> | number
|
|
3878
|
-
}
|
|
3879
|
-
}
|
|
3880
|
-
}
|
|
3881
3799
|
Image: {
|
|
3882
3800
|
payload: Prisma.$ImagePayload<ExtArgs>
|
|
3883
3801
|
fields: Prisma.ImageFieldRefs
|
|
@@ -6722,12 +6640,10 @@ export namespace Prisma {
|
|
|
6722
6640
|
|
|
6723
6641
|
export type SocialPostCountOutputType = {
|
|
6724
6642
|
lists: number
|
|
6725
|
-
socialPostTags: number
|
|
6726
6643
|
}
|
|
6727
6644
|
|
|
6728
6645
|
export type SocialPostCountOutputTypeSelect<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
|
|
6729
6646
|
lists?: boolean | SocialPostCountOutputTypeCountListsArgs
|
|
6730
|
-
socialPostTags?: boolean | SocialPostCountOutputTypeCountSocialPostTagsArgs
|
|
6731
6647
|
}
|
|
6732
6648
|
|
|
6733
6649
|
// Custom InputTypes
|
|
@@ -6751,14 +6667,6 @@ export namespace Prisma {
|
|
|
6751
6667
|
}
|
|
6752
6668
|
|
|
6753
6669
|
|
|
6754
|
-
/**
|
|
6755
|
-
* SocialPostCountOutputType without action
|
|
6756
|
-
*/
|
|
6757
|
-
export type SocialPostCountOutputTypeCountSocialPostTagsArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
|
|
6758
|
-
where?: SocialPostTagWhereInput
|
|
6759
|
-
}
|
|
6760
|
-
|
|
6761
|
-
|
|
6762
6670
|
|
|
6763
6671
|
/**
|
|
6764
6672
|
* Count Type CountryCountOutputType
|
|
@@ -40329,7 +40237,7 @@ export namespace Prisma {
|
|
|
40329
40237
|
paymentId: string
|
|
40330
40238
|
type: $Enums.trolleyPaymentType | null
|
|
40331
40239
|
status: $Enums.trolleyPaymentStatus
|
|
40332
|
-
optInId: number
|
|
40240
|
+
optInId: number | null
|
|
40333
40241
|
paymentAmount: number
|
|
40334
40242
|
metaData: JsonValue
|
|
40335
40243
|
_count: TrolleyPaymentCountAggregateOutputType | null
|
|
@@ -40361,7 +40269,7 @@ export namespace Prisma {
|
|
|
40361
40269
|
optInId?: boolean
|
|
40362
40270
|
paymentAmount?: boolean
|
|
40363
40271
|
metaData?: boolean
|
|
40364
|
-
optIn?: boolean |
|
|
40272
|
+
optIn?: boolean | TrolleyPayment$optInArgs<ExtArgs>
|
|
40365
40273
|
}, ExtArgs["result"]["trolleyPayment"]>
|
|
40366
40274
|
|
|
40367
40275
|
export type TrolleyPaymentSelectScalar = {
|
|
@@ -40375,21 +40283,21 @@ export namespace Prisma {
|
|
|
40375
40283
|
}
|
|
40376
40284
|
|
|
40377
40285
|
export type TrolleyPaymentInclude<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
|
|
40378
|
-
optIn?: boolean |
|
|
40286
|
+
optIn?: boolean | TrolleyPayment$optInArgs<ExtArgs>
|
|
40379
40287
|
}
|
|
40380
40288
|
|
|
40381
40289
|
|
|
40382
40290
|
export type $TrolleyPaymentPayload<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
|
|
40383
40291
|
name: "TrolleyPayment"
|
|
40384
40292
|
objects: {
|
|
40385
|
-
optIn: Prisma.$OptInPayload<ExtArgs>
|
|
40293
|
+
optIn: Prisma.$OptInPayload<ExtArgs> | null
|
|
40386
40294
|
}
|
|
40387
40295
|
scalars: $Extensions.GetPayloadResult<{
|
|
40388
40296
|
id: number
|
|
40389
40297
|
paymentId: string
|
|
40390
40298
|
type: $Enums.trolleyPaymentType | null
|
|
40391
40299
|
status: $Enums.trolleyPaymentStatus
|
|
40392
|
-
optInId: number
|
|
40300
|
+
optInId: number | null
|
|
40393
40301
|
paymentAmount: number
|
|
40394
40302
|
metaData: Prisma.JsonValue
|
|
40395
40303
|
}, ExtArgs["result"]["trolleyPayment"]>
|
|
@@ -40757,7 +40665,7 @@ export namespace Prisma {
|
|
|
40757
40665
|
export interface Prisma__TrolleyPaymentClient<T, Null = never, ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> extends Prisma.PrismaPromise<T> {
|
|
40758
40666
|
readonly [Symbol.toStringTag]: 'PrismaPromise';
|
|
40759
40667
|
|
|
40760
|
-
optIn<T extends
|
|
40668
|
+
optIn<T extends TrolleyPayment$optInArgs<ExtArgs> = {}>(args?: Subset<T, TrolleyPayment$optInArgs<ExtArgs>>): Prisma__OptInClient<$Result.GetResult<Prisma.$OptInPayload<ExtArgs>, T, 'findUniqueOrThrow'> | null, null, ExtArgs>;
|
|
40761
40669
|
|
|
40762
40670
|
/**
|
|
40763
40671
|
* Attaches callbacks for the resolution and/or rejection of the Promise.
|
|
@@ -41105,6 +41013,22 @@ export namespace Prisma {
|
|
|
41105
41013
|
}
|
|
41106
41014
|
|
|
41107
41015
|
|
|
41016
|
+
/**
|
|
41017
|
+
* TrolleyPayment.optIn
|
|
41018
|
+
*/
|
|
41019
|
+
export type TrolleyPayment$optInArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
|
|
41020
|
+
/**
|
|
41021
|
+
* Select specific fields to fetch from the OptIn
|
|
41022
|
+
*/
|
|
41023
|
+
select?: OptInSelect<ExtArgs> | null
|
|
41024
|
+
/**
|
|
41025
|
+
* Choose, which related nodes to fetch as well.
|
|
41026
|
+
*/
|
|
41027
|
+
include?: OptInInclude<ExtArgs> | null
|
|
41028
|
+
where?: OptInWhereInput
|
|
41029
|
+
}
|
|
41030
|
+
|
|
41031
|
+
|
|
41108
41032
|
/**
|
|
41109
41033
|
* TrolleyPayment without action
|
|
41110
41034
|
*/
|
|
@@ -42561,7 +42485,6 @@ export namespace Prisma {
|
|
|
42561
42485
|
user?: boolean | SocialPost$userArgs<ExtArgs>
|
|
42562
42486
|
campaign?: boolean | SocialPost$campaignArgs<ExtArgs>
|
|
42563
42487
|
lists?: boolean | SocialPost$listsArgs<ExtArgs>
|
|
42564
|
-
socialPostTags?: boolean | SocialPost$socialPostTagsArgs<ExtArgs>
|
|
42565
42488
|
_count?: boolean | SocialPostCountOutputTypeDefaultArgs<ExtArgs>
|
|
42566
42489
|
}, ExtArgs["result"]["socialPost"]>
|
|
42567
42490
|
|
|
@@ -42605,7 +42528,6 @@ export namespace Prisma {
|
|
|
42605
42528
|
user?: boolean | SocialPost$userArgs<ExtArgs>
|
|
42606
42529
|
campaign?: boolean | SocialPost$campaignArgs<ExtArgs>
|
|
42607
42530
|
lists?: boolean | SocialPost$listsArgs<ExtArgs>
|
|
42608
|
-
socialPostTags?: boolean | SocialPost$socialPostTagsArgs<ExtArgs>
|
|
42609
42531
|
_count?: boolean | SocialPostCountOutputTypeDefaultArgs<ExtArgs>
|
|
42610
42532
|
}
|
|
42611
42533
|
|
|
@@ -42616,7 +42538,6 @@ export namespace Prisma {
|
|
|
42616
42538
|
user: Prisma.$UserPayload<ExtArgs> | null
|
|
42617
42539
|
campaign: Prisma.$CampaignPayload<ExtArgs> | null
|
|
42618
42540
|
lists: Prisma.$ListToSocialPostPayload<ExtArgs>[]
|
|
42619
|
-
socialPostTags: Prisma.$SocialPostTagPayload<ExtArgs>[]
|
|
42620
42541
|
}
|
|
42621
42542
|
scalars: $Extensions.GetPayloadResult<{
|
|
42622
42543
|
id: number
|
|
@@ -43023,1056 +42944,6 @@ export namespace Prisma {
|
|
|
43023
42944
|
|
|
43024
42945
|
lists<T extends SocialPost$listsArgs<ExtArgs> = {}>(args?: Subset<T, SocialPost$listsArgs<ExtArgs>>): Prisma.PrismaPromise<$Result.GetResult<Prisma.$ListToSocialPostPayload<ExtArgs>, T, 'findMany'> | Null>;
|
|
43025
42946
|
|
|
43026
|
-
socialPostTags<T extends SocialPost$socialPostTagsArgs<ExtArgs> = {}>(args?: Subset<T, SocialPost$socialPostTagsArgs<ExtArgs>>): Prisma.PrismaPromise<$Result.GetResult<Prisma.$SocialPostTagPayload<ExtArgs>, T, 'findMany'> | Null>;
|
|
43027
|
-
|
|
43028
|
-
/**
|
|
43029
|
-
* Attaches callbacks for the resolution and/or rejection of the Promise.
|
|
43030
|
-
* @param onfulfilled The callback to execute when the Promise is resolved.
|
|
43031
|
-
* @param onrejected The callback to execute when the Promise is rejected.
|
|
43032
|
-
* @returns A Promise for the completion of which ever callback is executed.
|
|
43033
|
-
*/
|
|
43034
|
-
then<TResult1 = T, TResult2 = never>(onfulfilled?: ((value: T) => TResult1 | PromiseLike<TResult1>) | undefined | null, onrejected?: ((reason: any) => TResult2 | PromiseLike<TResult2>) | undefined | null): $Utils.JsPromise<TResult1 | TResult2>;
|
|
43035
|
-
/**
|
|
43036
|
-
* Attaches a callback for only the rejection of the Promise.
|
|
43037
|
-
* @param onrejected The callback to execute when the Promise is rejected.
|
|
43038
|
-
* @returns A Promise for the completion of the callback.
|
|
43039
|
-
*/
|
|
43040
|
-
catch<TResult = never>(onrejected?: ((reason: any) => TResult | PromiseLike<TResult>) | undefined | null): $Utils.JsPromise<T | TResult>;
|
|
43041
|
-
/**
|
|
43042
|
-
* Attaches a callback that is invoked when the Promise is settled (fulfilled or rejected). The
|
|
43043
|
-
* resolved value cannot be modified from the callback.
|
|
43044
|
-
* @param onfinally The callback to execute when the Promise is settled (fulfilled or rejected).
|
|
43045
|
-
* @returns A Promise for the completion of the callback.
|
|
43046
|
-
*/
|
|
43047
|
-
finally(onfinally?: (() => void) | undefined | null): $Utils.JsPromise<T>;
|
|
43048
|
-
}
|
|
43049
|
-
|
|
43050
|
-
|
|
43051
|
-
|
|
43052
|
-
/**
|
|
43053
|
-
* Fields of the SocialPost model
|
|
43054
|
-
*/
|
|
43055
|
-
interface SocialPostFieldRefs {
|
|
43056
|
-
readonly id: FieldRef<"SocialPost", 'Int'>
|
|
43057
|
-
readonly phylloId: FieldRef<"SocialPost", 'String'>
|
|
43058
|
-
readonly metaData: FieldRef<"SocialPost", 'Json'>
|
|
43059
|
-
readonly data: FieldRef<"SocialPost", 'Json'>
|
|
43060
|
-
readonly lastFetched: FieldRef<"SocialPost", 'DateTime'>
|
|
43061
|
-
readonly lastWebhook: FieldRef<"SocialPost", 'DateTime'>
|
|
43062
|
-
readonly posted: FieldRef<"SocialPost", 'DateTime'>
|
|
43063
|
-
readonly title: FieldRef<"SocialPost", 'String'>
|
|
43064
|
-
readonly description: FieldRef<"SocialPost", 'String'>
|
|
43065
|
-
readonly url: FieldRef<"SocialPost", 'String'>
|
|
43066
|
-
readonly urlPath: FieldRef<"SocialPost", 'String'>
|
|
43067
|
-
readonly format: FieldRef<"SocialPost", 'String'>
|
|
43068
|
-
readonly type: FieldRef<"SocialPost", 'String'>
|
|
43069
|
-
readonly platform: FieldRef<"SocialPost", 'String'>
|
|
43070
|
-
readonly visibility: FieldRef<"SocialPost", 'String'>
|
|
43071
|
-
readonly isSponsored: FieldRef<"SocialPost", 'Boolean'>
|
|
43072
|
-
readonly hasCollaborators: FieldRef<"SocialPost", 'Boolean'>
|
|
43073
|
-
readonly isOwnedByUser: FieldRef<"SocialPost", 'Boolean'>
|
|
43074
|
-
readonly views: FieldRef<"SocialPost", 'Int'>
|
|
43075
|
-
readonly impressions: FieldRef<"SocialPost", 'Int'>
|
|
43076
|
-
readonly impressionsOrganic: FieldRef<"SocialPost", 'Int'>
|
|
43077
|
-
readonly impressionsPaid: FieldRef<"SocialPost", 'Int'>
|
|
43078
|
-
readonly reach: FieldRef<"SocialPost", 'Int'>
|
|
43079
|
-
readonly reachOrganic: FieldRef<"SocialPost", 'Int'>
|
|
43080
|
-
readonly reachPaid: FieldRef<"SocialPost", 'Int'>
|
|
43081
|
-
readonly watchHours: FieldRef<"SocialPost", 'Float'>
|
|
43082
|
-
readonly likes: FieldRef<"SocialPost", 'Int'>
|
|
43083
|
-
readonly dislikes: FieldRef<"SocialPost", 'Int'>
|
|
43084
|
-
readonly comments: FieldRef<"SocialPost", 'Int'>
|
|
43085
|
-
readonly saves: FieldRef<"SocialPost", 'Int'>
|
|
43086
|
-
readonly shares: FieldRef<"SocialPost", 'Int'>
|
|
43087
|
-
readonly userId: FieldRef<"SocialPost", 'Int'>
|
|
43088
|
-
readonly campaignId: FieldRef<"SocialPost", 'Int'>
|
|
43089
|
-
}
|
|
43090
|
-
|
|
43091
|
-
|
|
43092
|
-
// Custom InputTypes
|
|
43093
|
-
|
|
43094
|
-
/**
|
|
43095
|
-
* SocialPost findUnique
|
|
43096
|
-
*/
|
|
43097
|
-
export type SocialPostFindUniqueArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
|
|
43098
|
-
/**
|
|
43099
|
-
* Select specific fields to fetch from the SocialPost
|
|
43100
|
-
*/
|
|
43101
|
-
select?: SocialPostSelect<ExtArgs> | null
|
|
43102
|
-
/**
|
|
43103
|
-
* Choose, which related nodes to fetch as well.
|
|
43104
|
-
*/
|
|
43105
|
-
include?: SocialPostInclude<ExtArgs> | null
|
|
43106
|
-
/**
|
|
43107
|
-
* Filter, which SocialPost to fetch.
|
|
43108
|
-
*/
|
|
43109
|
-
where: SocialPostWhereUniqueInput
|
|
43110
|
-
}
|
|
43111
|
-
|
|
43112
|
-
|
|
43113
|
-
/**
|
|
43114
|
-
* SocialPost findUniqueOrThrow
|
|
43115
|
-
*/
|
|
43116
|
-
export type SocialPostFindUniqueOrThrowArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
|
|
43117
|
-
/**
|
|
43118
|
-
* Select specific fields to fetch from the SocialPost
|
|
43119
|
-
*/
|
|
43120
|
-
select?: SocialPostSelect<ExtArgs> | null
|
|
43121
|
-
/**
|
|
43122
|
-
* Choose, which related nodes to fetch as well.
|
|
43123
|
-
*/
|
|
43124
|
-
include?: SocialPostInclude<ExtArgs> | null
|
|
43125
|
-
/**
|
|
43126
|
-
* Filter, which SocialPost to fetch.
|
|
43127
|
-
*/
|
|
43128
|
-
where: SocialPostWhereUniqueInput
|
|
43129
|
-
}
|
|
43130
|
-
|
|
43131
|
-
|
|
43132
|
-
/**
|
|
43133
|
-
* SocialPost findFirst
|
|
43134
|
-
*/
|
|
43135
|
-
export type SocialPostFindFirstArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
|
|
43136
|
-
/**
|
|
43137
|
-
* Select specific fields to fetch from the SocialPost
|
|
43138
|
-
*/
|
|
43139
|
-
select?: SocialPostSelect<ExtArgs> | null
|
|
43140
|
-
/**
|
|
43141
|
-
* Choose, which related nodes to fetch as well.
|
|
43142
|
-
*/
|
|
43143
|
-
include?: SocialPostInclude<ExtArgs> | null
|
|
43144
|
-
/**
|
|
43145
|
-
* Filter, which SocialPost to fetch.
|
|
43146
|
-
*/
|
|
43147
|
-
where?: SocialPostWhereInput
|
|
43148
|
-
/**
|
|
43149
|
-
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/sorting Sorting Docs}
|
|
43150
|
-
*
|
|
43151
|
-
* Determine the order of SocialPosts to fetch.
|
|
43152
|
-
*/
|
|
43153
|
-
orderBy?: SocialPostOrderByWithRelationAndSearchRelevanceInput | SocialPostOrderByWithRelationAndSearchRelevanceInput[]
|
|
43154
|
-
/**
|
|
43155
|
-
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination#cursor-based-pagination Cursor Docs}
|
|
43156
|
-
*
|
|
43157
|
-
* Sets the position for searching for SocialPosts.
|
|
43158
|
-
*/
|
|
43159
|
-
cursor?: SocialPostWhereUniqueInput
|
|
43160
|
-
/**
|
|
43161
|
-
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
|
|
43162
|
-
*
|
|
43163
|
-
* Take `±n` SocialPosts from the position of the cursor.
|
|
43164
|
-
*/
|
|
43165
|
-
take?: number
|
|
43166
|
-
/**
|
|
43167
|
-
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
|
|
43168
|
-
*
|
|
43169
|
-
* Skip the first `n` SocialPosts.
|
|
43170
|
-
*/
|
|
43171
|
-
skip?: number
|
|
43172
|
-
/**
|
|
43173
|
-
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/distinct Distinct Docs}
|
|
43174
|
-
*
|
|
43175
|
-
* Filter by unique combinations of SocialPosts.
|
|
43176
|
-
*/
|
|
43177
|
-
distinct?: SocialPostScalarFieldEnum | SocialPostScalarFieldEnum[]
|
|
43178
|
-
}
|
|
43179
|
-
|
|
43180
|
-
|
|
43181
|
-
/**
|
|
43182
|
-
* SocialPost findFirstOrThrow
|
|
43183
|
-
*/
|
|
43184
|
-
export type SocialPostFindFirstOrThrowArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
|
|
43185
|
-
/**
|
|
43186
|
-
* Select specific fields to fetch from the SocialPost
|
|
43187
|
-
*/
|
|
43188
|
-
select?: SocialPostSelect<ExtArgs> | null
|
|
43189
|
-
/**
|
|
43190
|
-
* Choose, which related nodes to fetch as well.
|
|
43191
|
-
*/
|
|
43192
|
-
include?: SocialPostInclude<ExtArgs> | null
|
|
43193
|
-
/**
|
|
43194
|
-
* Filter, which SocialPost to fetch.
|
|
43195
|
-
*/
|
|
43196
|
-
where?: SocialPostWhereInput
|
|
43197
|
-
/**
|
|
43198
|
-
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/sorting Sorting Docs}
|
|
43199
|
-
*
|
|
43200
|
-
* Determine the order of SocialPosts to fetch.
|
|
43201
|
-
*/
|
|
43202
|
-
orderBy?: SocialPostOrderByWithRelationAndSearchRelevanceInput | SocialPostOrderByWithRelationAndSearchRelevanceInput[]
|
|
43203
|
-
/**
|
|
43204
|
-
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination#cursor-based-pagination Cursor Docs}
|
|
43205
|
-
*
|
|
43206
|
-
* Sets the position for searching for SocialPosts.
|
|
43207
|
-
*/
|
|
43208
|
-
cursor?: SocialPostWhereUniqueInput
|
|
43209
|
-
/**
|
|
43210
|
-
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
|
|
43211
|
-
*
|
|
43212
|
-
* Take `±n` SocialPosts from the position of the cursor.
|
|
43213
|
-
*/
|
|
43214
|
-
take?: number
|
|
43215
|
-
/**
|
|
43216
|
-
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
|
|
43217
|
-
*
|
|
43218
|
-
* Skip the first `n` SocialPosts.
|
|
43219
|
-
*/
|
|
43220
|
-
skip?: number
|
|
43221
|
-
/**
|
|
43222
|
-
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/distinct Distinct Docs}
|
|
43223
|
-
*
|
|
43224
|
-
* Filter by unique combinations of SocialPosts.
|
|
43225
|
-
*/
|
|
43226
|
-
distinct?: SocialPostScalarFieldEnum | SocialPostScalarFieldEnum[]
|
|
43227
|
-
}
|
|
43228
|
-
|
|
43229
|
-
|
|
43230
|
-
/**
|
|
43231
|
-
* SocialPost findMany
|
|
43232
|
-
*/
|
|
43233
|
-
export type SocialPostFindManyArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
|
|
43234
|
-
/**
|
|
43235
|
-
* Select specific fields to fetch from the SocialPost
|
|
43236
|
-
*/
|
|
43237
|
-
select?: SocialPostSelect<ExtArgs> | null
|
|
43238
|
-
/**
|
|
43239
|
-
* Choose, which related nodes to fetch as well.
|
|
43240
|
-
*/
|
|
43241
|
-
include?: SocialPostInclude<ExtArgs> | null
|
|
43242
|
-
/**
|
|
43243
|
-
* Filter, which SocialPosts to fetch.
|
|
43244
|
-
*/
|
|
43245
|
-
where?: SocialPostWhereInput
|
|
43246
|
-
/**
|
|
43247
|
-
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/sorting Sorting Docs}
|
|
43248
|
-
*
|
|
43249
|
-
* Determine the order of SocialPosts to fetch.
|
|
43250
|
-
*/
|
|
43251
|
-
orderBy?: SocialPostOrderByWithRelationAndSearchRelevanceInput | SocialPostOrderByWithRelationAndSearchRelevanceInput[]
|
|
43252
|
-
/**
|
|
43253
|
-
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination#cursor-based-pagination Cursor Docs}
|
|
43254
|
-
*
|
|
43255
|
-
* Sets the position for listing SocialPosts.
|
|
43256
|
-
*/
|
|
43257
|
-
cursor?: SocialPostWhereUniqueInput
|
|
43258
|
-
/**
|
|
43259
|
-
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
|
|
43260
|
-
*
|
|
43261
|
-
* Take `±n` SocialPosts from the position of the cursor.
|
|
43262
|
-
*/
|
|
43263
|
-
take?: number
|
|
43264
|
-
/**
|
|
43265
|
-
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
|
|
43266
|
-
*
|
|
43267
|
-
* Skip the first `n` SocialPosts.
|
|
43268
|
-
*/
|
|
43269
|
-
skip?: number
|
|
43270
|
-
distinct?: SocialPostScalarFieldEnum | SocialPostScalarFieldEnum[]
|
|
43271
|
-
}
|
|
43272
|
-
|
|
43273
|
-
|
|
43274
|
-
/**
|
|
43275
|
-
* SocialPost create
|
|
43276
|
-
*/
|
|
43277
|
-
export type SocialPostCreateArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
|
|
43278
|
-
/**
|
|
43279
|
-
* Select specific fields to fetch from the SocialPost
|
|
43280
|
-
*/
|
|
43281
|
-
select?: SocialPostSelect<ExtArgs> | null
|
|
43282
|
-
/**
|
|
43283
|
-
* Choose, which related nodes to fetch as well.
|
|
43284
|
-
*/
|
|
43285
|
-
include?: SocialPostInclude<ExtArgs> | null
|
|
43286
|
-
/**
|
|
43287
|
-
* The data needed to create a SocialPost.
|
|
43288
|
-
*/
|
|
43289
|
-
data?: XOR<SocialPostCreateInput, SocialPostUncheckedCreateInput>
|
|
43290
|
-
}
|
|
43291
|
-
|
|
43292
|
-
|
|
43293
|
-
/**
|
|
43294
|
-
* SocialPost createMany
|
|
43295
|
-
*/
|
|
43296
|
-
export type SocialPostCreateManyArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
|
|
43297
|
-
/**
|
|
43298
|
-
* The data used to create many SocialPosts.
|
|
43299
|
-
*/
|
|
43300
|
-
data: SocialPostCreateManyInput | SocialPostCreateManyInput[]
|
|
43301
|
-
skipDuplicates?: boolean
|
|
43302
|
-
}
|
|
43303
|
-
|
|
43304
|
-
|
|
43305
|
-
/**
|
|
43306
|
-
* SocialPost update
|
|
43307
|
-
*/
|
|
43308
|
-
export type SocialPostUpdateArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
|
|
43309
|
-
/**
|
|
43310
|
-
* Select specific fields to fetch from the SocialPost
|
|
43311
|
-
*/
|
|
43312
|
-
select?: SocialPostSelect<ExtArgs> | null
|
|
43313
|
-
/**
|
|
43314
|
-
* Choose, which related nodes to fetch as well.
|
|
43315
|
-
*/
|
|
43316
|
-
include?: SocialPostInclude<ExtArgs> | null
|
|
43317
|
-
/**
|
|
43318
|
-
* The data needed to update a SocialPost.
|
|
43319
|
-
*/
|
|
43320
|
-
data: XOR<SocialPostUpdateInput, SocialPostUncheckedUpdateInput>
|
|
43321
|
-
/**
|
|
43322
|
-
* Choose, which SocialPost to update.
|
|
43323
|
-
*/
|
|
43324
|
-
where: SocialPostWhereUniqueInput
|
|
43325
|
-
}
|
|
43326
|
-
|
|
43327
|
-
|
|
43328
|
-
/**
|
|
43329
|
-
* SocialPost updateMany
|
|
43330
|
-
*/
|
|
43331
|
-
export type SocialPostUpdateManyArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
|
|
43332
|
-
/**
|
|
43333
|
-
* The data used to update SocialPosts.
|
|
43334
|
-
*/
|
|
43335
|
-
data: XOR<SocialPostUpdateManyMutationInput, SocialPostUncheckedUpdateManyInput>
|
|
43336
|
-
/**
|
|
43337
|
-
* Filter which SocialPosts to update
|
|
43338
|
-
*/
|
|
43339
|
-
where?: SocialPostWhereInput
|
|
43340
|
-
}
|
|
43341
|
-
|
|
43342
|
-
|
|
43343
|
-
/**
|
|
43344
|
-
* SocialPost upsert
|
|
43345
|
-
*/
|
|
43346
|
-
export type SocialPostUpsertArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
|
|
43347
|
-
/**
|
|
43348
|
-
* Select specific fields to fetch from the SocialPost
|
|
43349
|
-
*/
|
|
43350
|
-
select?: SocialPostSelect<ExtArgs> | null
|
|
43351
|
-
/**
|
|
43352
|
-
* Choose, which related nodes to fetch as well.
|
|
43353
|
-
*/
|
|
43354
|
-
include?: SocialPostInclude<ExtArgs> | null
|
|
43355
|
-
/**
|
|
43356
|
-
* The filter to search for the SocialPost to update in case it exists.
|
|
43357
|
-
*/
|
|
43358
|
-
where: SocialPostWhereUniqueInput
|
|
43359
|
-
/**
|
|
43360
|
-
* In case the SocialPost found by the `where` argument doesn't exist, create a new SocialPost with this data.
|
|
43361
|
-
*/
|
|
43362
|
-
create: XOR<SocialPostCreateInput, SocialPostUncheckedCreateInput>
|
|
43363
|
-
/**
|
|
43364
|
-
* In case the SocialPost was found with the provided `where` argument, update it with this data.
|
|
43365
|
-
*/
|
|
43366
|
-
update: XOR<SocialPostUpdateInput, SocialPostUncheckedUpdateInput>
|
|
43367
|
-
}
|
|
43368
|
-
|
|
43369
|
-
|
|
43370
|
-
/**
|
|
43371
|
-
* SocialPost delete
|
|
43372
|
-
*/
|
|
43373
|
-
export type SocialPostDeleteArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
|
|
43374
|
-
/**
|
|
43375
|
-
* Select specific fields to fetch from the SocialPost
|
|
43376
|
-
*/
|
|
43377
|
-
select?: SocialPostSelect<ExtArgs> | null
|
|
43378
|
-
/**
|
|
43379
|
-
* Choose, which related nodes to fetch as well.
|
|
43380
|
-
*/
|
|
43381
|
-
include?: SocialPostInclude<ExtArgs> | null
|
|
43382
|
-
/**
|
|
43383
|
-
* Filter which SocialPost to delete.
|
|
43384
|
-
*/
|
|
43385
|
-
where: SocialPostWhereUniqueInput
|
|
43386
|
-
}
|
|
43387
|
-
|
|
43388
|
-
|
|
43389
|
-
/**
|
|
43390
|
-
* SocialPost deleteMany
|
|
43391
|
-
*/
|
|
43392
|
-
export type SocialPostDeleteManyArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
|
|
43393
|
-
/**
|
|
43394
|
-
* Filter which SocialPosts to delete
|
|
43395
|
-
*/
|
|
43396
|
-
where?: SocialPostWhereInput
|
|
43397
|
-
}
|
|
43398
|
-
|
|
43399
|
-
|
|
43400
|
-
/**
|
|
43401
|
-
* SocialPost.user
|
|
43402
|
-
*/
|
|
43403
|
-
export type SocialPost$userArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
|
|
43404
|
-
/**
|
|
43405
|
-
* Select specific fields to fetch from the User
|
|
43406
|
-
*/
|
|
43407
|
-
select?: UserSelect<ExtArgs> | null
|
|
43408
|
-
/**
|
|
43409
|
-
* Choose, which related nodes to fetch as well.
|
|
43410
|
-
*/
|
|
43411
|
-
include?: UserInclude<ExtArgs> | null
|
|
43412
|
-
where?: UserWhereInput
|
|
43413
|
-
}
|
|
43414
|
-
|
|
43415
|
-
|
|
43416
|
-
/**
|
|
43417
|
-
* SocialPost.campaign
|
|
43418
|
-
*/
|
|
43419
|
-
export type SocialPost$campaignArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
|
|
43420
|
-
/**
|
|
43421
|
-
* Select specific fields to fetch from the Campaign
|
|
43422
|
-
*/
|
|
43423
|
-
select?: CampaignSelect<ExtArgs> | null
|
|
43424
|
-
/**
|
|
43425
|
-
* Choose, which related nodes to fetch as well.
|
|
43426
|
-
*/
|
|
43427
|
-
include?: CampaignInclude<ExtArgs> | null
|
|
43428
|
-
where?: CampaignWhereInput
|
|
43429
|
-
}
|
|
43430
|
-
|
|
43431
|
-
|
|
43432
|
-
/**
|
|
43433
|
-
* SocialPost.lists
|
|
43434
|
-
*/
|
|
43435
|
-
export type SocialPost$listsArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
|
|
43436
|
-
/**
|
|
43437
|
-
* Select specific fields to fetch from the ListToSocialPost
|
|
43438
|
-
*/
|
|
43439
|
-
select?: ListToSocialPostSelect<ExtArgs> | null
|
|
43440
|
-
/**
|
|
43441
|
-
* Choose, which related nodes to fetch as well.
|
|
43442
|
-
*/
|
|
43443
|
-
include?: ListToSocialPostInclude<ExtArgs> | null
|
|
43444
|
-
where?: ListToSocialPostWhereInput
|
|
43445
|
-
orderBy?: ListToSocialPostOrderByWithRelationAndSearchRelevanceInput | ListToSocialPostOrderByWithRelationAndSearchRelevanceInput[]
|
|
43446
|
-
cursor?: ListToSocialPostWhereUniqueInput
|
|
43447
|
-
take?: number
|
|
43448
|
-
skip?: number
|
|
43449
|
-
distinct?: ListToSocialPostScalarFieldEnum | ListToSocialPostScalarFieldEnum[]
|
|
43450
|
-
}
|
|
43451
|
-
|
|
43452
|
-
|
|
43453
|
-
/**
|
|
43454
|
-
* SocialPost.socialPostTags
|
|
43455
|
-
*/
|
|
43456
|
-
export type SocialPost$socialPostTagsArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
|
|
43457
|
-
/**
|
|
43458
|
-
* Select specific fields to fetch from the SocialPostTag
|
|
43459
|
-
*/
|
|
43460
|
-
select?: SocialPostTagSelect<ExtArgs> | null
|
|
43461
|
-
/**
|
|
43462
|
-
* Choose, which related nodes to fetch as well.
|
|
43463
|
-
*/
|
|
43464
|
-
include?: SocialPostTagInclude<ExtArgs> | null
|
|
43465
|
-
where?: SocialPostTagWhereInput
|
|
43466
|
-
orderBy?: SocialPostTagOrderByWithRelationAndSearchRelevanceInput | SocialPostTagOrderByWithRelationAndSearchRelevanceInput[]
|
|
43467
|
-
cursor?: SocialPostTagWhereUniqueInput
|
|
43468
|
-
take?: number
|
|
43469
|
-
skip?: number
|
|
43470
|
-
distinct?: SocialPostTagScalarFieldEnum | SocialPostTagScalarFieldEnum[]
|
|
43471
|
-
}
|
|
43472
|
-
|
|
43473
|
-
|
|
43474
|
-
/**
|
|
43475
|
-
* SocialPost without action
|
|
43476
|
-
*/
|
|
43477
|
-
export type SocialPostDefaultArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
|
|
43478
|
-
/**
|
|
43479
|
-
* Select specific fields to fetch from the SocialPost
|
|
43480
|
-
*/
|
|
43481
|
-
select?: SocialPostSelect<ExtArgs> | null
|
|
43482
|
-
/**
|
|
43483
|
-
* Choose, which related nodes to fetch as well.
|
|
43484
|
-
*/
|
|
43485
|
-
include?: SocialPostInclude<ExtArgs> | null
|
|
43486
|
-
}
|
|
43487
|
-
|
|
43488
|
-
|
|
43489
|
-
|
|
43490
|
-
/**
|
|
43491
|
-
* Model SocialPostTag
|
|
43492
|
-
*/
|
|
43493
|
-
|
|
43494
|
-
export type AggregateSocialPostTag = {
|
|
43495
|
-
_count: SocialPostTagCountAggregateOutputType | null
|
|
43496
|
-
_avg: SocialPostTagAvgAggregateOutputType | null
|
|
43497
|
-
_sum: SocialPostTagSumAggregateOutputType | null
|
|
43498
|
-
_min: SocialPostTagMinAggregateOutputType | null
|
|
43499
|
-
_max: SocialPostTagMaxAggregateOutputType | null
|
|
43500
|
-
}
|
|
43501
|
-
|
|
43502
|
-
export type SocialPostTagAvgAggregateOutputType = {
|
|
43503
|
-
id: number | null
|
|
43504
|
-
socialPostId: number | null
|
|
43505
|
-
}
|
|
43506
|
-
|
|
43507
|
-
export type SocialPostTagSumAggregateOutputType = {
|
|
43508
|
-
id: number | null
|
|
43509
|
-
socialPostId: number | null
|
|
43510
|
-
}
|
|
43511
|
-
|
|
43512
|
-
export type SocialPostTagMinAggregateOutputType = {
|
|
43513
|
-
id: number | null
|
|
43514
|
-
title: string | null
|
|
43515
|
-
type: string | null
|
|
43516
|
-
socialPostId: number | null
|
|
43517
|
-
}
|
|
43518
|
-
|
|
43519
|
-
export type SocialPostTagMaxAggregateOutputType = {
|
|
43520
|
-
id: number | null
|
|
43521
|
-
title: string | null
|
|
43522
|
-
type: string | null
|
|
43523
|
-
socialPostId: number | null
|
|
43524
|
-
}
|
|
43525
|
-
|
|
43526
|
-
export type SocialPostTagCountAggregateOutputType = {
|
|
43527
|
-
id: number
|
|
43528
|
-
title: number
|
|
43529
|
-
type: number
|
|
43530
|
-
socialPostId: number
|
|
43531
|
-
_all: number
|
|
43532
|
-
}
|
|
43533
|
-
|
|
43534
|
-
|
|
43535
|
-
export type SocialPostTagAvgAggregateInputType = {
|
|
43536
|
-
id?: true
|
|
43537
|
-
socialPostId?: true
|
|
43538
|
-
}
|
|
43539
|
-
|
|
43540
|
-
export type SocialPostTagSumAggregateInputType = {
|
|
43541
|
-
id?: true
|
|
43542
|
-
socialPostId?: true
|
|
43543
|
-
}
|
|
43544
|
-
|
|
43545
|
-
export type SocialPostTagMinAggregateInputType = {
|
|
43546
|
-
id?: true
|
|
43547
|
-
title?: true
|
|
43548
|
-
type?: true
|
|
43549
|
-
socialPostId?: true
|
|
43550
|
-
}
|
|
43551
|
-
|
|
43552
|
-
export type SocialPostTagMaxAggregateInputType = {
|
|
43553
|
-
id?: true
|
|
43554
|
-
title?: true
|
|
43555
|
-
type?: true
|
|
43556
|
-
socialPostId?: true
|
|
43557
|
-
}
|
|
43558
|
-
|
|
43559
|
-
export type SocialPostTagCountAggregateInputType = {
|
|
43560
|
-
id?: true
|
|
43561
|
-
title?: true
|
|
43562
|
-
type?: true
|
|
43563
|
-
socialPostId?: true
|
|
43564
|
-
_all?: true
|
|
43565
|
-
}
|
|
43566
|
-
|
|
43567
|
-
export type SocialPostTagAggregateArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
|
|
43568
|
-
/**
|
|
43569
|
-
* Filter which SocialPostTag to aggregate.
|
|
43570
|
-
*/
|
|
43571
|
-
where?: SocialPostTagWhereInput
|
|
43572
|
-
/**
|
|
43573
|
-
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/sorting Sorting Docs}
|
|
43574
|
-
*
|
|
43575
|
-
* Determine the order of SocialPostTags to fetch.
|
|
43576
|
-
*/
|
|
43577
|
-
orderBy?: SocialPostTagOrderByWithRelationAndSearchRelevanceInput | SocialPostTagOrderByWithRelationAndSearchRelevanceInput[]
|
|
43578
|
-
/**
|
|
43579
|
-
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination#cursor-based-pagination Cursor Docs}
|
|
43580
|
-
*
|
|
43581
|
-
* Sets the start position
|
|
43582
|
-
*/
|
|
43583
|
-
cursor?: SocialPostTagWhereUniqueInput
|
|
43584
|
-
/**
|
|
43585
|
-
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
|
|
43586
|
-
*
|
|
43587
|
-
* Take `±n` SocialPostTags from the position of the cursor.
|
|
43588
|
-
*/
|
|
43589
|
-
take?: number
|
|
43590
|
-
/**
|
|
43591
|
-
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
|
|
43592
|
-
*
|
|
43593
|
-
* Skip the first `n` SocialPostTags.
|
|
43594
|
-
*/
|
|
43595
|
-
skip?: number
|
|
43596
|
-
/**
|
|
43597
|
-
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/aggregations Aggregation Docs}
|
|
43598
|
-
*
|
|
43599
|
-
* Count returned SocialPostTags
|
|
43600
|
-
**/
|
|
43601
|
-
_count?: true | SocialPostTagCountAggregateInputType
|
|
43602
|
-
/**
|
|
43603
|
-
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/aggregations Aggregation Docs}
|
|
43604
|
-
*
|
|
43605
|
-
* Select which fields to average
|
|
43606
|
-
**/
|
|
43607
|
-
_avg?: SocialPostTagAvgAggregateInputType
|
|
43608
|
-
/**
|
|
43609
|
-
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/aggregations Aggregation Docs}
|
|
43610
|
-
*
|
|
43611
|
-
* Select which fields to sum
|
|
43612
|
-
**/
|
|
43613
|
-
_sum?: SocialPostTagSumAggregateInputType
|
|
43614
|
-
/**
|
|
43615
|
-
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/aggregations Aggregation Docs}
|
|
43616
|
-
*
|
|
43617
|
-
* Select which fields to find the minimum value
|
|
43618
|
-
**/
|
|
43619
|
-
_min?: SocialPostTagMinAggregateInputType
|
|
43620
|
-
/**
|
|
43621
|
-
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/aggregations Aggregation Docs}
|
|
43622
|
-
*
|
|
43623
|
-
* Select which fields to find the maximum value
|
|
43624
|
-
**/
|
|
43625
|
-
_max?: SocialPostTagMaxAggregateInputType
|
|
43626
|
-
}
|
|
43627
|
-
|
|
43628
|
-
export type GetSocialPostTagAggregateType<T extends SocialPostTagAggregateArgs> = {
|
|
43629
|
-
[P in keyof T & keyof AggregateSocialPostTag]: P extends '_count' | 'count'
|
|
43630
|
-
? T[P] extends true
|
|
43631
|
-
? number
|
|
43632
|
-
: GetScalarType<T[P], AggregateSocialPostTag[P]>
|
|
43633
|
-
: GetScalarType<T[P], AggregateSocialPostTag[P]>
|
|
43634
|
-
}
|
|
43635
|
-
|
|
43636
|
-
|
|
43637
|
-
|
|
43638
|
-
|
|
43639
|
-
export type SocialPostTagGroupByArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
|
|
43640
|
-
where?: SocialPostTagWhereInput
|
|
43641
|
-
orderBy?: SocialPostTagOrderByWithAggregationInput | SocialPostTagOrderByWithAggregationInput[]
|
|
43642
|
-
by: SocialPostTagScalarFieldEnum[] | SocialPostTagScalarFieldEnum
|
|
43643
|
-
having?: SocialPostTagScalarWhereWithAggregatesInput
|
|
43644
|
-
take?: number
|
|
43645
|
-
skip?: number
|
|
43646
|
-
_count?: SocialPostTagCountAggregateInputType | true
|
|
43647
|
-
_avg?: SocialPostTagAvgAggregateInputType
|
|
43648
|
-
_sum?: SocialPostTagSumAggregateInputType
|
|
43649
|
-
_min?: SocialPostTagMinAggregateInputType
|
|
43650
|
-
_max?: SocialPostTagMaxAggregateInputType
|
|
43651
|
-
}
|
|
43652
|
-
|
|
43653
|
-
export type SocialPostTagGroupByOutputType = {
|
|
43654
|
-
id: number
|
|
43655
|
-
title: string
|
|
43656
|
-
type: string
|
|
43657
|
-
socialPostId: number
|
|
43658
|
-
_count: SocialPostTagCountAggregateOutputType | null
|
|
43659
|
-
_avg: SocialPostTagAvgAggregateOutputType | null
|
|
43660
|
-
_sum: SocialPostTagSumAggregateOutputType | null
|
|
43661
|
-
_min: SocialPostTagMinAggregateOutputType | null
|
|
43662
|
-
_max: SocialPostTagMaxAggregateOutputType | null
|
|
43663
|
-
}
|
|
43664
|
-
|
|
43665
|
-
type GetSocialPostTagGroupByPayload<T extends SocialPostTagGroupByArgs> = Prisma.PrismaPromise<
|
|
43666
|
-
Array<
|
|
43667
|
-
PickEnumerable<SocialPostTagGroupByOutputType, T['by']> &
|
|
43668
|
-
{
|
|
43669
|
-
[P in ((keyof T) & (keyof SocialPostTagGroupByOutputType))]: P extends '_count'
|
|
43670
|
-
? T[P] extends boolean
|
|
43671
|
-
? number
|
|
43672
|
-
: GetScalarType<T[P], SocialPostTagGroupByOutputType[P]>
|
|
43673
|
-
: GetScalarType<T[P], SocialPostTagGroupByOutputType[P]>
|
|
43674
|
-
}
|
|
43675
|
-
>
|
|
43676
|
-
>
|
|
43677
|
-
|
|
43678
|
-
|
|
43679
|
-
export type SocialPostTagSelect<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = $Extensions.GetSelect<{
|
|
43680
|
-
id?: boolean
|
|
43681
|
-
title?: boolean
|
|
43682
|
-
type?: boolean
|
|
43683
|
-
socialPostId?: boolean
|
|
43684
|
-
socialPost?: boolean | SocialPostDefaultArgs<ExtArgs>
|
|
43685
|
-
}, ExtArgs["result"]["socialPostTag"]>
|
|
43686
|
-
|
|
43687
|
-
export type SocialPostTagSelectScalar = {
|
|
43688
|
-
id?: boolean
|
|
43689
|
-
title?: boolean
|
|
43690
|
-
type?: boolean
|
|
43691
|
-
socialPostId?: boolean
|
|
43692
|
-
}
|
|
43693
|
-
|
|
43694
|
-
export type SocialPostTagInclude<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
|
|
43695
|
-
socialPost?: boolean | SocialPostDefaultArgs<ExtArgs>
|
|
43696
|
-
}
|
|
43697
|
-
|
|
43698
|
-
|
|
43699
|
-
export type $SocialPostTagPayload<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
|
|
43700
|
-
name: "SocialPostTag"
|
|
43701
|
-
objects: {
|
|
43702
|
-
socialPost: Prisma.$SocialPostPayload<ExtArgs>
|
|
43703
|
-
}
|
|
43704
|
-
scalars: $Extensions.GetPayloadResult<{
|
|
43705
|
-
id: number
|
|
43706
|
-
title: string
|
|
43707
|
-
type: string
|
|
43708
|
-
socialPostId: number
|
|
43709
|
-
}, ExtArgs["result"]["socialPostTag"]>
|
|
43710
|
-
composites: {}
|
|
43711
|
-
}
|
|
43712
|
-
|
|
43713
|
-
|
|
43714
|
-
type SocialPostTagGetPayload<S extends boolean | null | undefined | SocialPostTagDefaultArgs> = $Result.GetResult<Prisma.$SocialPostTagPayload, S>
|
|
43715
|
-
|
|
43716
|
-
type SocialPostTagCountArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> =
|
|
43717
|
-
Omit<SocialPostTagFindManyArgs, 'select' | 'include' | 'distinct'> & {
|
|
43718
|
-
select?: SocialPostTagCountAggregateInputType | true
|
|
43719
|
-
}
|
|
43720
|
-
|
|
43721
|
-
export interface SocialPostTagDelegate<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> {
|
|
43722
|
-
[K: symbol]: { types: Prisma.TypeMap<ExtArgs>['model']['SocialPostTag'], meta: { name: 'SocialPostTag' } }
|
|
43723
|
-
/**
|
|
43724
|
-
* Find zero or one SocialPostTag that matches the filter.
|
|
43725
|
-
* @param {SocialPostTagFindUniqueArgs} args - Arguments to find a SocialPostTag
|
|
43726
|
-
* @example
|
|
43727
|
-
* // Get one SocialPostTag
|
|
43728
|
-
* const socialPostTag = await prisma.socialPostTag.findUnique({
|
|
43729
|
-
* where: {
|
|
43730
|
-
* // ... provide filter here
|
|
43731
|
-
* }
|
|
43732
|
-
* })
|
|
43733
|
-
**/
|
|
43734
|
-
findUnique<T extends SocialPostTagFindUniqueArgs<ExtArgs>>(
|
|
43735
|
-
args: SelectSubset<T, SocialPostTagFindUniqueArgs<ExtArgs>>
|
|
43736
|
-
): Prisma__SocialPostTagClient<$Result.GetResult<Prisma.$SocialPostTagPayload<ExtArgs>, T, 'findUnique'> | null, null, ExtArgs>
|
|
43737
|
-
|
|
43738
|
-
/**
|
|
43739
|
-
* Find one SocialPostTag that matches the filter or throw an error with `error.code='P2025'`
|
|
43740
|
-
* if no matches were found.
|
|
43741
|
-
* @param {SocialPostTagFindUniqueOrThrowArgs} args - Arguments to find a SocialPostTag
|
|
43742
|
-
* @example
|
|
43743
|
-
* // Get one SocialPostTag
|
|
43744
|
-
* const socialPostTag = await prisma.socialPostTag.findUniqueOrThrow({
|
|
43745
|
-
* where: {
|
|
43746
|
-
* // ... provide filter here
|
|
43747
|
-
* }
|
|
43748
|
-
* })
|
|
43749
|
-
**/
|
|
43750
|
-
findUniqueOrThrow<T extends SocialPostTagFindUniqueOrThrowArgs<ExtArgs>>(
|
|
43751
|
-
args?: SelectSubset<T, SocialPostTagFindUniqueOrThrowArgs<ExtArgs>>
|
|
43752
|
-
): Prisma__SocialPostTagClient<$Result.GetResult<Prisma.$SocialPostTagPayload<ExtArgs>, T, 'findUniqueOrThrow'>, never, ExtArgs>
|
|
43753
|
-
|
|
43754
|
-
/**
|
|
43755
|
-
* Find the first SocialPostTag that matches the filter.
|
|
43756
|
-
* Note, that providing `undefined` is treated as the value not being there.
|
|
43757
|
-
* Read more here: https://pris.ly/d/null-undefined
|
|
43758
|
-
* @param {SocialPostTagFindFirstArgs} args - Arguments to find a SocialPostTag
|
|
43759
|
-
* @example
|
|
43760
|
-
* // Get one SocialPostTag
|
|
43761
|
-
* const socialPostTag = await prisma.socialPostTag.findFirst({
|
|
43762
|
-
* where: {
|
|
43763
|
-
* // ... provide filter here
|
|
43764
|
-
* }
|
|
43765
|
-
* })
|
|
43766
|
-
**/
|
|
43767
|
-
findFirst<T extends SocialPostTagFindFirstArgs<ExtArgs>>(
|
|
43768
|
-
args?: SelectSubset<T, SocialPostTagFindFirstArgs<ExtArgs>>
|
|
43769
|
-
): Prisma__SocialPostTagClient<$Result.GetResult<Prisma.$SocialPostTagPayload<ExtArgs>, T, 'findFirst'> | null, null, ExtArgs>
|
|
43770
|
-
|
|
43771
|
-
/**
|
|
43772
|
-
* Find the first SocialPostTag that matches the filter or
|
|
43773
|
-
* throw `PrismaKnownClientError` with `P2025` code if no matches were found.
|
|
43774
|
-
* Note, that providing `undefined` is treated as the value not being there.
|
|
43775
|
-
* Read more here: https://pris.ly/d/null-undefined
|
|
43776
|
-
* @param {SocialPostTagFindFirstOrThrowArgs} args - Arguments to find a SocialPostTag
|
|
43777
|
-
* @example
|
|
43778
|
-
* // Get one SocialPostTag
|
|
43779
|
-
* const socialPostTag = await prisma.socialPostTag.findFirstOrThrow({
|
|
43780
|
-
* where: {
|
|
43781
|
-
* // ... provide filter here
|
|
43782
|
-
* }
|
|
43783
|
-
* })
|
|
43784
|
-
**/
|
|
43785
|
-
findFirstOrThrow<T extends SocialPostTagFindFirstOrThrowArgs<ExtArgs>>(
|
|
43786
|
-
args?: SelectSubset<T, SocialPostTagFindFirstOrThrowArgs<ExtArgs>>
|
|
43787
|
-
): Prisma__SocialPostTagClient<$Result.GetResult<Prisma.$SocialPostTagPayload<ExtArgs>, T, 'findFirstOrThrow'>, never, ExtArgs>
|
|
43788
|
-
|
|
43789
|
-
/**
|
|
43790
|
-
* Find zero or more SocialPostTags that matches the filter.
|
|
43791
|
-
* Note, that providing `undefined` is treated as the value not being there.
|
|
43792
|
-
* Read more here: https://pris.ly/d/null-undefined
|
|
43793
|
-
* @param {SocialPostTagFindManyArgs=} args - Arguments to filter and select certain fields only.
|
|
43794
|
-
* @example
|
|
43795
|
-
* // Get all SocialPostTags
|
|
43796
|
-
* const socialPostTags = await prisma.socialPostTag.findMany()
|
|
43797
|
-
*
|
|
43798
|
-
* // Get first 10 SocialPostTags
|
|
43799
|
-
* const socialPostTags = await prisma.socialPostTag.findMany({ take: 10 })
|
|
43800
|
-
*
|
|
43801
|
-
* // Only select the `id`
|
|
43802
|
-
* const socialPostTagWithIdOnly = await prisma.socialPostTag.findMany({ select: { id: true } })
|
|
43803
|
-
*
|
|
43804
|
-
**/
|
|
43805
|
-
findMany<T extends SocialPostTagFindManyArgs<ExtArgs>>(
|
|
43806
|
-
args?: SelectSubset<T, SocialPostTagFindManyArgs<ExtArgs>>
|
|
43807
|
-
): Prisma.PrismaPromise<$Result.GetResult<Prisma.$SocialPostTagPayload<ExtArgs>, T, 'findMany'>>
|
|
43808
|
-
|
|
43809
|
-
/**
|
|
43810
|
-
* Create a SocialPostTag.
|
|
43811
|
-
* @param {SocialPostTagCreateArgs} args - Arguments to create a SocialPostTag.
|
|
43812
|
-
* @example
|
|
43813
|
-
* // Create one SocialPostTag
|
|
43814
|
-
* const SocialPostTag = await prisma.socialPostTag.create({
|
|
43815
|
-
* data: {
|
|
43816
|
-
* // ... data to create a SocialPostTag
|
|
43817
|
-
* }
|
|
43818
|
-
* })
|
|
43819
|
-
*
|
|
43820
|
-
**/
|
|
43821
|
-
create<T extends SocialPostTagCreateArgs<ExtArgs>>(
|
|
43822
|
-
args: SelectSubset<T, SocialPostTagCreateArgs<ExtArgs>>
|
|
43823
|
-
): Prisma__SocialPostTagClient<$Result.GetResult<Prisma.$SocialPostTagPayload<ExtArgs>, T, 'create'>, never, ExtArgs>
|
|
43824
|
-
|
|
43825
|
-
/**
|
|
43826
|
-
* Create many SocialPostTags.
|
|
43827
|
-
* @param {SocialPostTagCreateManyArgs} args - Arguments to create many SocialPostTags.
|
|
43828
|
-
* @example
|
|
43829
|
-
* // Create many SocialPostTags
|
|
43830
|
-
* const socialPostTag = await prisma.socialPostTag.createMany({
|
|
43831
|
-
* data: {
|
|
43832
|
-
* // ... provide data here
|
|
43833
|
-
* }
|
|
43834
|
-
* })
|
|
43835
|
-
*
|
|
43836
|
-
**/
|
|
43837
|
-
createMany<T extends SocialPostTagCreateManyArgs<ExtArgs>>(
|
|
43838
|
-
args?: SelectSubset<T, SocialPostTagCreateManyArgs<ExtArgs>>
|
|
43839
|
-
): Prisma.PrismaPromise<BatchPayload>
|
|
43840
|
-
|
|
43841
|
-
/**
|
|
43842
|
-
* Delete a SocialPostTag.
|
|
43843
|
-
* @param {SocialPostTagDeleteArgs} args - Arguments to delete one SocialPostTag.
|
|
43844
|
-
* @example
|
|
43845
|
-
* // Delete one SocialPostTag
|
|
43846
|
-
* const SocialPostTag = await prisma.socialPostTag.delete({
|
|
43847
|
-
* where: {
|
|
43848
|
-
* // ... filter to delete one SocialPostTag
|
|
43849
|
-
* }
|
|
43850
|
-
* })
|
|
43851
|
-
*
|
|
43852
|
-
**/
|
|
43853
|
-
delete<T extends SocialPostTagDeleteArgs<ExtArgs>>(
|
|
43854
|
-
args: SelectSubset<T, SocialPostTagDeleteArgs<ExtArgs>>
|
|
43855
|
-
): Prisma__SocialPostTagClient<$Result.GetResult<Prisma.$SocialPostTagPayload<ExtArgs>, T, 'delete'>, never, ExtArgs>
|
|
43856
|
-
|
|
43857
|
-
/**
|
|
43858
|
-
* Update one SocialPostTag.
|
|
43859
|
-
* @param {SocialPostTagUpdateArgs} args - Arguments to update one SocialPostTag.
|
|
43860
|
-
* @example
|
|
43861
|
-
* // Update one SocialPostTag
|
|
43862
|
-
* const socialPostTag = await prisma.socialPostTag.update({
|
|
43863
|
-
* where: {
|
|
43864
|
-
* // ... provide filter here
|
|
43865
|
-
* },
|
|
43866
|
-
* data: {
|
|
43867
|
-
* // ... provide data here
|
|
43868
|
-
* }
|
|
43869
|
-
* })
|
|
43870
|
-
*
|
|
43871
|
-
**/
|
|
43872
|
-
update<T extends SocialPostTagUpdateArgs<ExtArgs>>(
|
|
43873
|
-
args: SelectSubset<T, SocialPostTagUpdateArgs<ExtArgs>>
|
|
43874
|
-
): Prisma__SocialPostTagClient<$Result.GetResult<Prisma.$SocialPostTagPayload<ExtArgs>, T, 'update'>, never, ExtArgs>
|
|
43875
|
-
|
|
43876
|
-
/**
|
|
43877
|
-
* Delete zero or more SocialPostTags.
|
|
43878
|
-
* @param {SocialPostTagDeleteManyArgs} args - Arguments to filter SocialPostTags to delete.
|
|
43879
|
-
* @example
|
|
43880
|
-
* // Delete a few SocialPostTags
|
|
43881
|
-
* const { count } = await prisma.socialPostTag.deleteMany({
|
|
43882
|
-
* where: {
|
|
43883
|
-
* // ... provide filter here
|
|
43884
|
-
* }
|
|
43885
|
-
* })
|
|
43886
|
-
*
|
|
43887
|
-
**/
|
|
43888
|
-
deleteMany<T extends SocialPostTagDeleteManyArgs<ExtArgs>>(
|
|
43889
|
-
args?: SelectSubset<T, SocialPostTagDeleteManyArgs<ExtArgs>>
|
|
43890
|
-
): Prisma.PrismaPromise<BatchPayload>
|
|
43891
|
-
|
|
43892
|
-
/**
|
|
43893
|
-
* Update zero or more SocialPostTags.
|
|
43894
|
-
* Note, that providing `undefined` is treated as the value not being there.
|
|
43895
|
-
* Read more here: https://pris.ly/d/null-undefined
|
|
43896
|
-
* @param {SocialPostTagUpdateManyArgs} args - Arguments to update one or more rows.
|
|
43897
|
-
* @example
|
|
43898
|
-
* // Update many SocialPostTags
|
|
43899
|
-
* const socialPostTag = await prisma.socialPostTag.updateMany({
|
|
43900
|
-
* where: {
|
|
43901
|
-
* // ... provide filter here
|
|
43902
|
-
* },
|
|
43903
|
-
* data: {
|
|
43904
|
-
* // ... provide data here
|
|
43905
|
-
* }
|
|
43906
|
-
* })
|
|
43907
|
-
*
|
|
43908
|
-
**/
|
|
43909
|
-
updateMany<T extends SocialPostTagUpdateManyArgs<ExtArgs>>(
|
|
43910
|
-
args: SelectSubset<T, SocialPostTagUpdateManyArgs<ExtArgs>>
|
|
43911
|
-
): Prisma.PrismaPromise<BatchPayload>
|
|
43912
|
-
|
|
43913
|
-
/**
|
|
43914
|
-
* Create or update one SocialPostTag.
|
|
43915
|
-
* @param {SocialPostTagUpsertArgs} args - Arguments to update or create a SocialPostTag.
|
|
43916
|
-
* @example
|
|
43917
|
-
* // Update or create a SocialPostTag
|
|
43918
|
-
* const socialPostTag = await prisma.socialPostTag.upsert({
|
|
43919
|
-
* create: {
|
|
43920
|
-
* // ... data to create a SocialPostTag
|
|
43921
|
-
* },
|
|
43922
|
-
* update: {
|
|
43923
|
-
* // ... in case it already exists, update
|
|
43924
|
-
* },
|
|
43925
|
-
* where: {
|
|
43926
|
-
* // ... the filter for the SocialPostTag we want to update
|
|
43927
|
-
* }
|
|
43928
|
-
* })
|
|
43929
|
-
**/
|
|
43930
|
-
upsert<T extends SocialPostTagUpsertArgs<ExtArgs>>(
|
|
43931
|
-
args: SelectSubset<T, SocialPostTagUpsertArgs<ExtArgs>>
|
|
43932
|
-
): Prisma__SocialPostTagClient<$Result.GetResult<Prisma.$SocialPostTagPayload<ExtArgs>, T, 'upsert'>, never, ExtArgs>
|
|
43933
|
-
|
|
43934
|
-
/**
|
|
43935
|
-
* Count the number of SocialPostTags.
|
|
43936
|
-
* Note, that providing `undefined` is treated as the value not being there.
|
|
43937
|
-
* Read more here: https://pris.ly/d/null-undefined
|
|
43938
|
-
* @param {SocialPostTagCountArgs} args - Arguments to filter SocialPostTags to count.
|
|
43939
|
-
* @example
|
|
43940
|
-
* // Count the number of SocialPostTags
|
|
43941
|
-
* const count = await prisma.socialPostTag.count({
|
|
43942
|
-
* where: {
|
|
43943
|
-
* // ... the filter for the SocialPostTags we want to count
|
|
43944
|
-
* }
|
|
43945
|
-
* })
|
|
43946
|
-
**/
|
|
43947
|
-
count<T extends SocialPostTagCountArgs>(
|
|
43948
|
-
args?: Subset<T, SocialPostTagCountArgs>,
|
|
43949
|
-
): Prisma.PrismaPromise<
|
|
43950
|
-
T extends $Utils.Record<'select', any>
|
|
43951
|
-
? T['select'] extends true
|
|
43952
|
-
? number
|
|
43953
|
-
: GetScalarType<T['select'], SocialPostTagCountAggregateOutputType>
|
|
43954
|
-
: number
|
|
43955
|
-
>
|
|
43956
|
-
|
|
43957
|
-
/**
|
|
43958
|
-
* Allows you to perform aggregations operations on a SocialPostTag.
|
|
43959
|
-
* Note, that providing `undefined` is treated as the value not being there.
|
|
43960
|
-
* Read more here: https://pris.ly/d/null-undefined
|
|
43961
|
-
* @param {SocialPostTagAggregateArgs} args - Select which aggregations you would like to apply and on what fields.
|
|
43962
|
-
* @example
|
|
43963
|
-
* // Ordered by age ascending
|
|
43964
|
-
* // Where email contains prisma.io
|
|
43965
|
-
* // Limited to the 10 users
|
|
43966
|
-
* const aggregations = await prisma.user.aggregate({
|
|
43967
|
-
* _avg: {
|
|
43968
|
-
* age: true,
|
|
43969
|
-
* },
|
|
43970
|
-
* where: {
|
|
43971
|
-
* email: {
|
|
43972
|
-
* contains: "prisma.io",
|
|
43973
|
-
* },
|
|
43974
|
-
* },
|
|
43975
|
-
* orderBy: {
|
|
43976
|
-
* age: "asc",
|
|
43977
|
-
* },
|
|
43978
|
-
* take: 10,
|
|
43979
|
-
* })
|
|
43980
|
-
**/
|
|
43981
|
-
aggregate<T extends SocialPostTagAggregateArgs>(args: Subset<T, SocialPostTagAggregateArgs>): Prisma.PrismaPromise<GetSocialPostTagAggregateType<T>>
|
|
43982
|
-
|
|
43983
|
-
/**
|
|
43984
|
-
* Group by SocialPostTag.
|
|
43985
|
-
* Note, that providing `undefined` is treated as the value not being there.
|
|
43986
|
-
* Read more here: https://pris.ly/d/null-undefined
|
|
43987
|
-
* @param {SocialPostTagGroupByArgs} args - Group by arguments.
|
|
43988
|
-
* @example
|
|
43989
|
-
* // Group by city, order by createdAt, get count
|
|
43990
|
-
* const result = await prisma.user.groupBy({
|
|
43991
|
-
* by: ['city', 'createdAt'],
|
|
43992
|
-
* orderBy: {
|
|
43993
|
-
* createdAt: true
|
|
43994
|
-
* },
|
|
43995
|
-
* _count: {
|
|
43996
|
-
* _all: true
|
|
43997
|
-
* },
|
|
43998
|
-
* })
|
|
43999
|
-
*
|
|
44000
|
-
**/
|
|
44001
|
-
groupBy<
|
|
44002
|
-
T extends SocialPostTagGroupByArgs,
|
|
44003
|
-
HasSelectOrTake extends Or<
|
|
44004
|
-
Extends<'skip', Keys<T>>,
|
|
44005
|
-
Extends<'take', Keys<T>>
|
|
44006
|
-
>,
|
|
44007
|
-
OrderByArg extends True extends HasSelectOrTake
|
|
44008
|
-
? { orderBy: SocialPostTagGroupByArgs['orderBy'] }
|
|
44009
|
-
: { orderBy?: SocialPostTagGroupByArgs['orderBy'] },
|
|
44010
|
-
OrderFields extends ExcludeUnderscoreKeys<Keys<MaybeTupleToUnion<T['orderBy']>>>,
|
|
44011
|
-
ByFields extends MaybeTupleToUnion<T['by']>,
|
|
44012
|
-
ByValid extends Has<ByFields, OrderFields>,
|
|
44013
|
-
HavingFields extends GetHavingFields<T['having']>,
|
|
44014
|
-
HavingValid extends Has<ByFields, HavingFields>,
|
|
44015
|
-
ByEmpty extends T['by'] extends never[] ? True : False,
|
|
44016
|
-
InputErrors extends ByEmpty extends True
|
|
44017
|
-
? `Error: "by" must not be empty.`
|
|
44018
|
-
: HavingValid extends False
|
|
44019
|
-
? {
|
|
44020
|
-
[P in HavingFields]: P extends ByFields
|
|
44021
|
-
? never
|
|
44022
|
-
: P extends string
|
|
44023
|
-
? `Error: Field "${P}" used in "having" needs to be provided in "by".`
|
|
44024
|
-
: [
|
|
44025
|
-
Error,
|
|
44026
|
-
'Field ',
|
|
44027
|
-
P,
|
|
44028
|
-
` in "having" needs to be provided in "by"`,
|
|
44029
|
-
]
|
|
44030
|
-
}[HavingFields]
|
|
44031
|
-
: 'take' extends Keys<T>
|
|
44032
|
-
? 'orderBy' extends Keys<T>
|
|
44033
|
-
? ByValid extends True
|
|
44034
|
-
? {}
|
|
44035
|
-
: {
|
|
44036
|
-
[P in OrderFields]: P extends ByFields
|
|
44037
|
-
? never
|
|
44038
|
-
: `Error: Field "${P}" in "orderBy" needs to be provided in "by"`
|
|
44039
|
-
}[OrderFields]
|
|
44040
|
-
: 'Error: If you provide "take", you also need to provide "orderBy"'
|
|
44041
|
-
: 'skip' extends Keys<T>
|
|
44042
|
-
? 'orderBy' extends Keys<T>
|
|
44043
|
-
? ByValid extends True
|
|
44044
|
-
? {}
|
|
44045
|
-
: {
|
|
44046
|
-
[P in OrderFields]: P extends ByFields
|
|
44047
|
-
? never
|
|
44048
|
-
: `Error: Field "${P}" in "orderBy" needs to be provided in "by"`
|
|
44049
|
-
}[OrderFields]
|
|
44050
|
-
: 'Error: If you provide "skip", you also need to provide "orderBy"'
|
|
44051
|
-
: ByValid extends True
|
|
44052
|
-
? {}
|
|
44053
|
-
: {
|
|
44054
|
-
[P in OrderFields]: P extends ByFields
|
|
44055
|
-
? never
|
|
44056
|
-
: `Error: Field "${P}" in "orderBy" needs to be provided in "by"`
|
|
44057
|
-
}[OrderFields]
|
|
44058
|
-
>(args: SubsetIntersection<T, SocialPostTagGroupByArgs, OrderByArg> & InputErrors): {} extends InputErrors ? GetSocialPostTagGroupByPayload<T> : Prisma.PrismaPromise<InputErrors>
|
|
44059
|
-
/**
|
|
44060
|
-
* Fields of the SocialPostTag model
|
|
44061
|
-
*/
|
|
44062
|
-
readonly fields: SocialPostTagFieldRefs;
|
|
44063
|
-
}
|
|
44064
|
-
|
|
44065
|
-
/**
|
|
44066
|
-
* The delegate class that acts as a "Promise-like" for SocialPostTag.
|
|
44067
|
-
* Why is this prefixed with `Prisma__`?
|
|
44068
|
-
* Because we want to prevent naming conflicts as mentioned in
|
|
44069
|
-
* https://github.com/prisma/prisma-client-js/issues/707
|
|
44070
|
-
*/
|
|
44071
|
-
export interface Prisma__SocialPostTagClient<T, Null = never, ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> extends Prisma.PrismaPromise<T> {
|
|
44072
|
-
readonly [Symbol.toStringTag]: 'PrismaPromise';
|
|
44073
|
-
|
|
44074
|
-
socialPost<T extends SocialPostDefaultArgs<ExtArgs> = {}>(args?: Subset<T, SocialPostDefaultArgs<ExtArgs>>): Prisma__SocialPostClient<$Result.GetResult<Prisma.$SocialPostPayload<ExtArgs>, T, 'findUniqueOrThrow'> | Null, Null, ExtArgs>;
|
|
44075
|
-
|
|
44076
42947
|
/**
|
|
44077
42948
|
* Attaches callbacks for the resolution and/or rejection of the Promise.
|
|
44078
42949
|
* @param onfulfilled The callback to execute when the Promise is resolved.
|
|
@@ -44098,336 +42969,418 @@ export namespace Prisma {
|
|
|
44098
42969
|
|
|
44099
42970
|
|
|
44100
42971
|
/**
|
|
44101
|
-
* Fields of the
|
|
42972
|
+
* Fields of the SocialPost model
|
|
44102
42973
|
*/
|
|
44103
|
-
interface
|
|
44104
|
-
readonly id: FieldRef<"
|
|
44105
|
-
readonly
|
|
44106
|
-
readonly
|
|
44107
|
-
readonly
|
|
42974
|
+
interface SocialPostFieldRefs {
|
|
42975
|
+
readonly id: FieldRef<"SocialPost", 'Int'>
|
|
42976
|
+
readonly phylloId: FieldRef<"SocialPost", 'String'>
|
|
42977
|
+
readonly metaData: FieldRef<"SocialPost", 'Json'>
|
|
42978
|
+
readonly data: FieldRef<"SocialPost", 'Json'>
|
|
42979
|
+
readonly lastFetched: FieldRef<"SocialPost", 'DateTime'>
|
|
42980
|
+
readonly lastWebhook: FieldRef<"SocialPost", 'DateTime'>
|
|
42981
|
+
readonly posted: FieldRef<"SocialPost", 'DateTime'>
|
|
42982
|
+
readonly title: FieldRef<"SocialPost", 'String'>
|
|
42983
|
+
readonly description: FieldRef<"SocialPost", 'String'>
|
|
42984
|
+
readonly url: FieldRef<"SocialPost", 'String'>
|
|
42985
|
+
readonly urlPath: FieldRef<"SocialPost", 'String'>
|
|
42986
|
+
readonly format: FieldRef<"SocialPost", 'String'>
|
|
42987
|
+
readonly type: FieldRef<"SocialPost", 'String'>
|
|
42988
|
+
readonly platform: FieldRef<"SocialPost", 'String'>
|
|
42989
|
+
readonly visibility: FieldRef<"SocialPost", 'String'>
|
|
42990
|
+
readonly isSponsored: FieldRef<"SocialPost", 'Boolean'>
|
|
42991
|
+
readonly hasCollaborators: FieldRef<"SocialPost", 'Boolean'>
|
|
42992
|
+
readonly isOwnedByUser: FieldRef<"SocialPost", 'Boolean'>
|
|
42993
|
+
readonly views: FieldRef<"SocialPost", 'Int'>
|
|
42994
|
+
readonly impressions: FieldRef<"SocialPost", 'Int'>
|
|
42995
|
+
readonly impressionsOrganic: FieldRef<"SocialPost", 'Int'>
|
|
42996
|
+
readonly impressionsPaid: FieldRef<"SocialPost", 'Int'>
|
|
42997
|
+
readonly reach: FieldRef<"SocialPost", 'Int'>
|
|
42998
|
+
readonly reachOrganic: FieldRef<"SocialPost", 'Int'>
|
|
42999
|
+
readonly reachPaid: FieldRef<"SocialPost", 'Int'>
|
|
43000
|
+
readonly watchHours: FieldRef<"SocialPost", 'Float'>
|
|
43001
|
+
readonly likes: FieldRef<"SocialPost", 'Int'>
|
|
43002
|
+
readonly dislikes: FieldRef<"SocialPost", 'Int'>
|
|
43003
|
+
readonly comments: FieldRef<"SocialPost", 'Int'>
|
|
43004
|
+
readonly saves: FieldRef<"SocialPost", 'Int'>
|
|
43005
|
+
readonly shares: FieldRef<"SocialPost", 'Int'>
|
|
43006
|
+
readonly userId: FieldRef<"SocialPost", 'Int'>
|
|
43007
|
+
readonly campaignId: FieldRef<"SocialPost", 'Int'>
|
|
44108
43008
|
}
|
|
44109
43009
|
|
|
44110
43010
|
|
|
44111
43011
|
// Custom InputTypes
|
|
44112
43012
|
|
|
44113
43013
|
/**
|
|
44114
|
-
*
|
|
43014
|
+
* SocialPost findUnique
|
|
44115
43015
|
*/
|
|
44116
|
-
export type
|
|
43016
|
+
export type SocialPostFindUniqueArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
|
|
44117
43017
|
/**
|
|
44118
|
-
* Select specific fields to fetch from the
|
|
43018
|
+
* Select specific fields to fetch from the SocialPost
|
|
44119
43019
|
*/
|
|
44120
|
-
select?:
|
|
43020
|
+
select?: SocialPostSelect<ExtArgs> | null
|
|
44121
43021
|
/**
|
|
44122
43022
|
* Choose, which related nodes to fetch as well.
|
|
44123
43023
|
*/
|
|
44124
|
-
include?:
|
|
43024
|
+
include?: SocialPostInclude<ExtArgs> | null
|
|
44125
43025
|
/**
|
|
44126
|
-
* Filter, which
|
|
43026
|
+
* Filter, which SocialPost to fetch.
|
|
44127
43027
|
*/
|
|
44128
|
-
where:
|
|
43028
|
+
where: SocialPostWhereUniqueInput
|
|
44129
43029
|
}
|
|
44130
43030
|
|
|
44131
43031
|
|
|
44132
43032
|
/**
|
|
44133
|
-
*
|
|
43033
|
+
* SocialPost findUniqueOrThrow
|
|
44134
43034
|
*/
|
|
44135
|
-
export type
|
|
43035
|
+
export type SocialPostFindUniqueOrThrowArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
|
|
44136
43036
|
/**
|
|
44137
|
-
* Select specific fields to fetch from the
|
|
43037
|
+
* Select specific fields to fetch from the SocialPost
|
|
44138
43038
|
*/
|
|
44139
|
-
select?:
|
|
43039
|
+
select?: SocialPostSelect<ExtArgs> | null
|
|
44140
43040
|
/**
|
|
44141
43041
|
* Choose, which related nodes to fetch as well.
|
|
44142
43042
|
*/
|
|
44143
|
-
include?:
|
|
43043
|
+
include?: SocialPostInclude<ExtArgs> | null
|
|
44144
43044
|
/**
|
|
44145
|
-
* Filter, which
|
|
43045
|
+
* Filter, which SocialPost to fetch.
|
|
44146
43046
|
*/
|
|
44147
|
-
where:
|
|
43047
|
+
where: SocialPostWhereUniqueInput
|
|
44148
43048
|
}
|
|
44149
43049
|
|
|
44150
43050
|
|
|
44151
43051
|
/**
|
|
44152
|
-
*
|
|
43052
|
+
* SocialPost findFirst
|
|
44153
43053
|
*/
|
|
44154
|
-
export type
|
|
43054
|
+
export type SocialPostFindFirstArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
|
|
44155
43055
|
/**
|
|
44156
|
-
* Select specific fields to fetch from the
|
|
43056
|
+
* Select specific fields to fetch from the SocialPost
|
|
44157
43057
|
*/
|
|
44158
|
-
select?:
|
|
43058
|
+
select?: SocialPostSelect<ExtArgs> | null
|
|
44159
43059
|
/**
|
|
44160
43060
|
* Choose, which related nodes to fetch as well.
|
|
44161
43061
|
*/
|
|
44162
|
-
include?:
|
|
43062
|
+
include?: SocialPostInclude<ExtArgs> | null
|
|
44163
43063
|
/**
|
|
44164
|
-
* Filter, which
|
|
43064
|
+
* Filter, which SocialPost to fetch.
|
|
44165
43065
|
*/
|
|
44166
|
-
where?:
|
|
43066
|
+
where?: SocialPostWhereInput
|
|
44167
43067
|
/**
|
|
44168
43068
|
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/sorting Sorting Docs}
|
|
44169
43069
|
*
|
|
44170
|
-
* Determine the order of
|
|
43070
|
+
* Determine the order of SocialPosts to fetch.
|
|
44171
43071
|
*/
|
|
44172
|
-
orderBy?:
|
|
43072
|
+
orderBy?: SocialPostOrderByWithRelationAndSearchRelevanceInput | SocialPostOrderByWithRelationAndSearchRelevanceInput[]
|
|
44173
43073
|
/**
|
|
44174
43074
|
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination#cursor-based-pagination Cursor Docs}
|
|
44175
43075
|
*
|
|
44176
|
-
* Sets the position for searching for
|
|
43076
|
+
* Sets the position for searching for SocialPosts.
|
|
44177
43077
|
*/
|
|
44178
|
-
cursor?:
|
|
43078
|
+
cursor?: SocialPostWhereUniqueInput
|
|
44179
43079
|
/**
|
|
44180
43080
|
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
|
|
44181
43081
|
*
|
|
44182
|
-
* Take `±n`
|
|
43082
|
+
* Take `±n` SocialPosts from the position of the cursor.
|
|
44183
43083
|
*/
|
|
44184
43084
|
take?: number
|
|
44185
43085
|
/**
|
|
44186
43086
|
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
|
|
44187
43087
|
*
|
|
44188
|
-
* Skip the first `n`
|
|
43088
|
+
* Skip the first `n` SocialPosts.
|
|
44189
43089
|
*/
|
|
44190
43090
|
skip?: number
|
|
44191
43091
|
/**
|
|
44192
43092
|
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/distinct Distinct Docs}
|
|
44193
43093
|
*
|
|
44194
|
-
* Filter by unique combinations of
|
|
43094
|
+
* Filter by unique combinations of SocialPosts.
|
|
44195
43095
|
*/
|
|
44196
|
-
distinct?:
|
|
43096
|
+
distinct?: SocialPostScalarFieldEnum | SocialPostScalarFieldEnum[]
|
|
44197
43097
|
}
|
|
44198
43098
|
|
|
44199
43099
|
|
|
44200
43100
|
/**
|
|
44201
|
-
*
|
|
43101
|
+
* SocialPost findFirstOrThrow
|
|
44202
43102
|
*/
|
|
44203
|
-
export type
|
|
43103
|
+
export type SocialPostFindFirstOrThrowArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
|
|
44204
43104
|
/**
|
|
44205
|
-
* Select specific fields to fetch from the
|
|
43105
|
+
* Select specific fields to fetch from the SocialPost
|
|
44206
43106
|
*/
|
|
44207
|
-
select?:
|
|
43107
|
+
select?: SocialPostSelect<ExtArgs> | null
|
|
44208
43108
|
/**
|
|
44209
43109
|
* Choose, which related nodes to fetch as well.
|
|
44210
43110
|
*/
|
|
44211
|
-
include?:
|
|
43111
|
+
include?: SocialPostInclude<ExtArgs> | null
|
|
44212
43112
|
/**
|
|
44213
|
-
* Filter, which
|
|
43113
|
+
* Filter, which SocialPost to fetch.
|
|
44214
43114
|
*/
|
|
44215
|
-
where?:
|
|
43115
|
+
where?: SocialPostWhereInput
|
|
44216
43116
|
/**
|
|
44217
43117
|
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/sorting Sorting Docs}
|
|
44218
43118
|
*
|
|
44219
|
-
* Determine the order of
|
|
43119
|
+
* Determine the order of SocialPosts to fetch.
|
|
44220
43120
|
*/
|
|
44221
|
-
orderBy?:
|
|
43121
|
+
orderBy?: SocialPostOrderByWithRelationAndSearchRelevanceInput | SocialPostOrderByWithRelationAndSearchRelevanceInput[]
|
|
44222
43122
|
/**
|
|
44223
43123
|
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination#cursor-based-pagination Cursor Docs}
|
|
44224
43124
|
*
|
|
44225
|
-
* Sets the position for searching for
|
|
43125
|
+
* Sets the position for searching for SocialPosts.
|
|
44226
43126
|
*/
|
|
44227
|
-
cursor?:
|
|
43127
|
+
cursor?: SocialPostWhereUniqueInput
|
|
44228
43128
|
/**
|
|
44229
43129
|
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
|
|
44230
43130
|
*
|
|
44231
|
-
* Take `±n`
|
|
43131
|
+
* Take `±n` SocialPosts from the position of the cursor.
|
|
44232
43132
|
*/
|
|
44233
43133
|
take?: number
|
|
44234
43134
|
/**
|
|
44235
43135
|
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
|
|
44236
43136
|
*
|
|
44237
|
-
* Skip the first `n`
|
|
43137
|
+
* Skip the first `n` SocialPosts.
|
|
44238
43138
|
*/
|
|
44239
43139
|
skip?: number
|
|
44240
43140
|
/**
|
|
44241
43141
|
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/distinct Distinct Docs}
|
|
44242
43142
|
*
|
|
44243
|
-
* Filter by unique combinations of
|
|
43143
|
+
* Filter by unique combinations of SocialPosts.
|
|
44244
43144
|
*/
|
|
44245
|
-
distinct?:
|
|
43145
|
+
distinct?: SocialPostScalarFieldEnum | SocialPostScalarFieldEnum[]
|
|
44246
43146
|
}
|
|
44247
43147
|
|
|
44248
43148
|
|
|
44249
43149
|
/**
|
|
44250
|
-
*
|
|
43150
|
+
* SocialPost findMany
|
|
44251
43151
|
*/
|
|
44252
|
-
export type
|
|
43152
|
+
export type SocialPostFindManyArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
|
|
44253
43153
|
/**
|
|
44254
|
-
* Select specific fields to fetch from the
|
|
43154
|
+
* Select specific fields to fetch from the SocialPost
|
|
44255
43155
|
*/
|
|
44256
|
-
select?:
|
|
43156
|
+
select?: SocialPostSelect<ExtArgs> | null
|
|
44257
43157
|
/**
|
|
44258
43158
|
* Choose, which related nodes to fetch as well.
|
|
44259
43159
|
*/
|
|
44260
|
-
include?:
|
|
43160
|
+
include?: SocialPostInclude<ExtArgs> | null
|
|
44261
43161
|
/**
|
|
44262
|
-
* Filter, which
|
|
43162
|
+
* Filter, which SocialPosts to fetch.
|
|
44263
43163
|
*/
|
|
44264
|
-
where?:
|
|
43164
|
+
where?: SocialPostWhereInput
|
|
44265
43165
|
/**
|
|
44266
43166
|
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/sorting Sorting Docs}
|
|
44267
43167
|
*
|
|
44268
|
-
* Determine the order of
|
|
43168
|
+
* Determine the order of SocialPosts to fetch.
|
|
44269
43169
|
*/
|
|
44270
|
-
orderBy?:
|
|
43170
|
+
orderBy?: SocialPostOrderByWithRelationAndSearchRelevanceInput | SocialPostOrderByWithRelationAndSearchRelevanceInput[]
|
|
44271
43171
|
/**
|
|
44272
43172
|
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination#cursor-based-pagination Cursor Docs}
|
|
44273
43173
|
*
|
|
44274
|
-
* Sets the position for listing
|
|
43174
|
+
* Sets the position for listing SocialPosts.
|
|
44275
43175
|
*/
|
|
44276
|
-
cursor?:
|
|
43176
|
+
cursor?: SocialPostWhereUniqueInput
|
|
44277
43177
|
/**
|
|
44278
43178
|
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
|
|
44279
43179
|
*
|
|
44280
|
-
* Take `±n`
|
|
43180
|
+
* Take `±n` SocialPosts from the position of the cursor.
|
|
44281
43181
|
*/
|
|
44282
43182
|
take?: number
|
|
44283
43183
|
/**
|
|
44284
43184
|
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
|
|
44285
43185
|
*
|
|
44286
|
-
* Skip the first `n`
|
|
43186
|
+
* Skip the first `n` SocialPosts.
|
|
44287
43187
|
*/
|
|
44288
43188
|
skip?: number
|
|
44289
|
-
distinct?:
|
|
43189
|
+
distinct?: SocialPostScalarFieldEnum | SocialPostScalarFieldEnum[]
|
|
44290
43190
|
}
|
|
44291
43191
|
|
|
44292
43192
|
|
|
44293
43193
|
/**
|
|
44294
|
-
*
|
|
43194
|
+
* SocialPost create
|
|
44295
43195
|
*/
|
|
44296
|
-
export type
|
|
43196
|
+
export type SocialPostCreateArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
|
|
44297
43197
|
/**
|
|
44298
|
-
* Select specific fields to fetch from the
|
|
43198
|
+
* Select specific fields to fetch from the SocialPost
|
|
44299
43199
|
*/
|
|
44300
|
-
select?:
|
|
43200
|
+
select?: SocialPostSelect<ExtArgs> | null
|
|
44301
43201
|
/**
|
|
44302
43202
|
* Choose, which related nodes to fetch as well.
|
|
44303
43203
|
*/
|
|
44304
|
-
include?:
|
|
43204
|
+
include?: SocialPostInclude<ExtArgs> | null
|
|
44305
43205
|
/**
|
|
44306
|
-
* The data needed to create a
|
|
43206
|
+
* The data needed to create a SocialPost.
|
|
44307
43207
|
*/
|
|
44308
|
-
data
|
|
43208
|
+
data?: XOR<SocialPostCreateInput, SocialPostUncheckedCreateInput>
|
|
44309
43209
|
}
|
|
44310
43210
|
|
|
44311
43211
|
|
|
44312
43212
|
/**
|
|
44313
|
-
*
|
|
43213
|
+
* SocialPost createMany
|
|
44314
43214
|
*/
|
|
44315
|
-
export type
|
|
43215
|
+
export type SocialPostCreateManyArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
|
|
44316
43216
|
/**
|
|
44317
|
-
* The data used to create many
|
|
43217
|
+
* The data used to create many SocialPosts.
|
|
44318
43218
|
*/
|
|
44319
|
-
data:
|
|
43219
|
+
data: SocialPostCreateManyInput | SocialPostCreateManyInput[]
|
|
44320
43220
|
skipDuplicates?: boolean
|
|
44321
43221
|
}
|
|
44322
43222
|
|
|
44323
43223
|
|
|
44324
43224
|
/**
|
|
44325
|
-
*
|
|
43225
|
+
* SocialPost update
|
|
44326
43226
|
*/
|
|
44327
|
-
export type
|
|
43227
|
+
export type SocialPostUpdateArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
|
|
44328
43228
|
/**
|
|
44329
|
-
* Select specific fields to fetch from the
|
|
43229
|
+
* Select specific fields to fetch from the SocialPost
|
|
44330
43230
|
*/
|
|
44331
|
-
select?:
|
|
43231
|
+
select?: SocialPostSelect<ExtArgs> | null
|
|
44332
43232
|
/**
|
|
44333
43233
|
* Choose, which related nodes to fetch as well.
|
|
44334
43234
|
*/
|
|
44335
|
-
include?:
|
|
43235
|
+
include?: SocialPostInclude<ExtArgs> | null
|
|
44336
43236
|
/**
|
|
44337
|
-
* The data needed to update a
|
|
43237
|
+
* The data needed to update a SocialPost.
|
|
44338
43238
|
*/
|
|
44339
|
-
data: XOR<
|
|
43239
|
+
data: XOR<SocialPostUpdateInput, SocialPostUncheckedUpdateInput>
|
|
44340
43240
|
/**
|
|
44341
|
-
* Choose, which
|
|
43241
|
+
* Choose, which SocialPost to update.
|
|
44342
43242
|
*/
|
|
44343
|
-
where:
|
|
43243
|
+
where: SocialPostWhereUniqueInput
|
|
44344
43244
|
}
|
|
44345
43245
|
|
|
44346
43246
|
|
|
44347
43247
|
/**
|
|
44348
|
-
*
|
|
43248
|
+
* SocialPost updateMany
|
|
44349
43249
|
*/
|
|
44350
|
-
export type
|
|
43250
|
+
export type SocialPostUpdateManyArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
|
|
44351
43251
|
/**
|
|
44352
|
-
* The data used to update
|
|
43252
|
+
* The data used to update SocialPosts.
|
|
44353
43253
|
*/
|
|
44354
|
-
data: XOR<
|
|
43254
|
+
data: XOR<SocialPostUpdateManyMutationInput, SocialPostUncheckedUpdateManyInput>
|
|
44355
43255
|
/**
|
|
44356
|
-
* Filter which
|
|
43256
|
+
* Filter which SocialPosts to update
|
|
44357
43257
|
*/
|
|
44358
|
-
where?:
|
|
43258
|
+
where?: SocialPostWhereInput
|
|
44359
43259
|
}
|
|
44360
43260
|
|
|
44361
43261
|
|
|
44362
43262
|
/**
|
|
44363
|
-
*
|
|
43263
|
+
* SocialPost upsert
|
|
44364
43264
|
*/
|
|
44365
|
-
export type
|
|
43265
|
+
export type SocialPostUpsertArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
|
|
44366
43266
|
/**
|
|
44367
|
-
* Select specific fields to fetch from the
|
|
43267
|
+
* Select specific fields to fetch from the SocialPost
|
|
44368
43268
|
*/
|
|
44369
|
-
select?:
|
|
43269
|
+
select?: SocialPostSelect<ExtArgs> | null
|
|
44370
43270
|
/**
|
|
44371
43271
|
* Choose, which related nodes to fetch as well.
|
|
44372
43272
|
*/
|
|
44373
|
-
include?:
|
|
43273
|
+
include?: SocialPostInclude<ExtArgs> | null
|
|
43274
|
+
/**
|
|
43275
|
+
* The filter to search for the SocialPost to update in case it exists.
|
|
43276
|
+
*/
|
|
43277
|
+
where: SocialPostWhereUniqueInput
|
|
43278
|
+
/**
|
|
43279
|
+
* In case the SocialPost found by the `where` argument doesn't exist, create a new SocialPost with this data.
|
|
43280
|
+
*/
|
|
43281
|
+
create: XOR<SocialPostCreateInput, SocialPostUncheckedCreateInput>
|
|
43282
|
+
/**
|
|
43283
|
+
* In case the SocialPost was found with the provided `where` argument, update it with this data.
|
|
43284
|
+
*/
|
|
43285
|
+
update: XOR<SocialPostUpdateInput, SocialPostUncheckedUpdateInput>
|
|
43286
|
+
}
|
|
43287
|
+
|
|
43288
|
+
|
|
43289
|
+
/**
|
|
43290
|
+
* SocialPost delete
|
|
43291
|
+
*/
|
|
43292
|
+
export type SocialPostDeleteArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
|
|
43293
|
+
/**
|
|
43294
|
+
* Select specific fields to fetch from the SocialPost
|
|
43295
|
+
*/
|
|
43296
|
+
select?: SocialPostSelect<ExtArgs> | null
|
|
44374
43297
|
/**
|
|
44375
|
-
*
|
|
43298
|
+
* Choose, which related nodes to fetch as well.
|
|
44376
43299
|
*/
|
|
44377
|
-
|
|
43300
|
+
include?: SocialPostInclude<ExtArgs> | null
|
|
44378
43301
|
/**
|
|
44379
|
-
*
|
|
43302
|
+
* Filter which SocialPost to delete.
|
|
44380
43303
|
*/
|
|
44381
|
-
|
|
43304
|
+
where: SocialPostWhereUniqueInput
|
|
43305
|
+
}
|
|
43306
|
+
|
|
43307
|
+
|
|
43308
|
+
/**
|
|
43309
|
+
* SocialPost deleteMany
|
|
43310
|
+
*/
|
|
43311
|
+
export type SocialPostDeleteManyArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
|
|
44382
43312
|
/**
|
|
44383
|
-
*
|
|
43313
|
+
* Filter which SocialPosts to delete
|
|
44384
43314
|
*/
|
|
44385
|
-
|
|
43315
|
+
where?: SocialPostWhereInput
|
|
44386
43316
|
}
|
|
44387
43317
|
|
|
44388
43318
|
|
|
44389
43319
|
/**
|
|
44390
|
-
*
|
|
43320
|
+
* SocialPost.user
|
|
44391
43321
|
*/
|
|
44392
|
-
export type
|
|
43322
|
+
export type SocialPost$userArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
|
|
44393
43323
|
/**
|
|
44394
|
-
* Select specific fields to fetch from the
|
|
43324
|
+
* Select specific fields to fetch from the User
|
|
44395
43325
|
*/
|
|
44396
|
-
select?:
|
|
43326
|
+
select?: UserSelect<ExtArgs> | null
|
|
44397
43327
|
/**
|
|
44398
43328
|
* Choose, which related nodes to fetch as well.
|
|
44399
43329
|
*/
|
|
44400
|
-
include?:
|
|
43330
|
+
include?: UserInclude<ExtArgs> | null
|
|
43331
|
+
where?: UserWhereInput
|
|
43332
|
+
}
|
|
43333
|
+
|
|
43334
|
+
|
|
43335
|
+
/**
|
|
43336
|
+
* SocialPost.campaign
|
|
43337
|
+
*/
|
|
43338
|
+
export type SocialPost$campaignArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
|
|
44401
43339
|
/**
|
|
44402
|
-
*
|
|
43340
|
+
* Select specific fields to fetch from the Campaign
|
|
43341
|
+
*/
|
|
43342
|
+
select?: CampaignSelect<ExtArgs> | null
|
|
43343
|
+
/**
|
|
43344
|
+
* Choose, which related nodes to fetch as well.
|
|
44403
43345
|
*/
|
|
44404
|
-
|
|
43346
|
+
include?: CampaignInclude<ExtArgs> | null
|
|
43347
|
+
where?: CampaignWhereInput
|
|
44405
43348
|
}
|
|
44406
43349
|
|
|
44407
43350
|
|
|
44408
43351
|
/**
|
|
44409
|
-
*
|
|
43352
|
+
* SocialPost.lists
|
|
44410
43353
|
*/
|
|
44411
|
-
export type
|
|
43354
|
+
export type SocialPost$listsArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
|
|
44412
43355
|
/**
|
|
44413
|
-
*
|
|
43356
|
+
* Select specific fields to fetch from the ListToSocialPost
|
|
44414
43357
|
*/
|
|
44415
|
-
|
|
43358
|
+
select?: ListToSocialPostSelect<ExtArgs> | null
|
|
43359
|
+
/**
|
|
43360
|
+
* Choose, which related nodes to fetch as well.
|
|
43361
|
+
*/
|
|
43362
|
+
include?: ListToSocialPostInclude<ExtArgs> | null
|
|
43363
|
+
where?: ListToSocialPostWhereInput
|
|
43364
|
+
orderBy?: ListToSocialPostOrderByWithRelationAndSearchRelevanceInput | ListToSocialPostOrderByWithRelationAndSearchRelevanceInput[]
|
|
43365
|
+
cursor?: ListToSocialPostWhereUniqueInput
|
|
43366
|
+
take?: number
|
|
43367
|
+
skip?: number
|
|
43368
|
+
distinct?: ListToSocialPostScalarFieldEnum | ListToSocialPostScalarFieldEnum[]
|
|
44416
43369
|
}
|
|
44417
43370
|
|
|
44418
43371
|
|
|
44419
43372
|
/**
|
|
44420
|
-
*
|
|
43373
|
+
* SocialPost without action
|
|
44421
43374
|
*/
|
|
44422
|
-
export type
|
|
43375
|
+
export type SocialPostDefaultArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
|
|
44423
43376
|
/**
|
|
44424
|
-
* Select specific fields to fetch from the
|
|
43377
|
+
* Select specific fields to fetch from the SocialPost
|
|
44425
43378
|
*/
|
|
44426
|
-
select?:
|
|
43379
|
+
select?: SocialPostSelect<ExtArgs> | null
|
|
44427
43380
|
/**
|
|
44428
43381
|
* Choose, which related nodes to fetch as well.
|
|
44429
43382
|
*/
|
|
44430
|
-
include?:
|
|
43383
|
+
include?: SocialPostInclude<ExtArgs> | null
|
|
44431
43384
|
}
|
|
44432
43385
|
|
|
44433
43386
|
|
|
@@ -72290,16 +71243,6 @@ export namespace Prisma {
|
|
|
72290
71243
|
export type SocialPostScalarFieldEnum = (typeof SocialPostScalarFieldEnum)[keyof typeof SocialPostScalarFieldEnum]
|
|
72291
71244
|
|
|
72292
71245
|
|
|
72293
|
-
export const SocialPostTagScalarFieldEnum: {
|
|
72294
|
-
id: 'id',
|
|
72295
|
-
title: 'title',
|
|
72296
|
-
type: 'type',
|
|
72297
|
-
socialPostId: 'socialPostId'
|
|
72298
|
-
};
|
|
72299
|
-
|
|
72300
|
-
export type SocialPostTagScalarFieldEnum = (typeof SocialPostTagScalarFieldEnum)[keyof typeof SocialPostTagScalarFieldEnum]
|
|
72301
|
-
|
|
72302
|
-
|
|
72303
71246
|
export const ImageScalarFieldEnum: {
|
|
72304
71247
|
id: 'id',
|
|
72305
71248
|
url: 'url',
|
|
@@ -72955,14 +71898,6 @@ export namespace Prisma {
|
|
|
72955
71898
|
export type SocialPostOrderByRelevanceFieldEnum = (typeof SocialPostOrderByRelevanceFieldEnum)[keyof typeof SocialPostOrderByRelevanceFieldEnum]
|
|
72956
71899
|
|
|
72957
71900
|
|
|
72958
|
-
export const SocialPostTagOrderByRelevanceFieldEnum: {
|
|
72959
|
-
title: 'title',
|
|
72960
|
-
type: 'type'
|
|
72961
|
-
};
|
|
72962
|
-
|
|
72963
|
-
export type SocialPostTagOrderByRelevanceFieldEnum = (typeof SocialPostTagOrderByRelevanceFieldEnum)[keyof typeof SocialPostTagOrderByRelevanceFieldEnum]
|
|
72964
|
-
|
|
72965
|
-
|
|
72966
71901
|
export const ImageOrderByRelevanceFieldEnum: {
|
|
72967
71902
|
url: 'url',
|
|
72968
71903
|
size: 'size'
|
|
@@ -76097,10 +75032,10 @@ export namespace Prisma {
|
|
|
76097
75032
|
paymentId?: StringFilter<"TrolleyPayment"> | string
|
|
76098
75033
|
type?: EnumtrolleyPaymentTypeNullableFilter<"TrolleyPayment"> | $Enums.trolleyPaymentType | null
|
|
76099
75034
|
status?: EnumtrolleyPaymentStatusFilter<"TrolleyPayment"> | $Enums.trolleyPaymentStatus
|
|
76100
|
-
optInId?:
|
|
75035
|
+
optInId?: IntNullableFilter<"TrolleyPayment"> | number | null
|
|
76101
75036
|
paymentAmount?: IntFilter<"TrolleyPayment"> | number
|
|
76102
75037
|
metaData?: JsonFilter<"TrolleyPayment">
|
|
76103
|
-
optIn?: XOR<
|
|
75038
|
+
optIn?: XOR<OptInNullableRelationFilter, OptInWhereInput> | null
|
|
76104
75039
|
}
|
|
76105
75040
|
|
|
76106
75041
|
export type TrolleyPaymentOrderByWithRelationAndSearchRelevanceInput = {
|
|
@@ -76108,7 +75043,7 @@ export namespace Prisma {
|
|
|
76108
75043
|
paymentId?: SortOrder
|
|
76109
75044
|
type?: SortOrderInput | SortOrder
|
|
76110
75045
|
status?: SortOrder
|
|
76111
|
-
optInId?: SortOrder
|
|
75046
|
+
optInId?: SortOrderInput | SortOrder
|
|
76112
75047
|
paymentAmount?: SortOrder
|
|
76113
75048
|
metaData?: SortOrder
|
|
76114
75049
|
optIn?: OptInOrderByWithRelationAndSearchRelevanceInput
|
|
@@ -76123,10 +75058,10 @@ export namespace Prisma {
|
|
|
76123
75058
|
NOT?: TrolleyPaymentWhereInput | TrolleyPaymentWhereInput[]
|
|
76124
75059
|
type?: EnumtrolleyPaymentTypeNullableFilter<"TrolleyPayment"> | $Enums.trolleyPaymentType | null
|
|
76125
75060
|
status?: EnumtrolleyPaymentStatusFilter<"TrolleyPayment"> | $Enums.trolleyPaymentStatus
|
|
76126
|
-
optInId?:
|
|
75061
|
+
optInId?: IntNullableFilter<"TrolleyPayment"> | number | null
|
|
76127
75062
|
paymentAmount?: IntFilter<"TrolleyPayment"> | number
|
|
76128
75063
|
metaData?: JsonFilter<"TrolleyPayment">
|
|
76129
|
-
optIn?: XOR<
|
|
75064
|
+
optIn?: XOR<OptInNullableRelationFilter, OptInWhereInput> | null
|
|
76130
75065
|
}, "id" | "paymentId">
|
|
76131
75066
|
|
|
76132
75067
|
export type TrolleyPaymentOrderByWithAggregationInput = {
|
|
@@ -76134,7 +75069,7 @@ export namespace Prisma {
|
|
|
76134
75069
|
paymentId?: SortOrder
|
|
76135
75070
|
type?: SortOrderInput | SortOrder
|
|
76136
75071
|
status?: SortOrder
|
|
76137
|
-
optInId?: SortOrder
|
|
75072
|
+
optInId?: SortOrderInput | SortOrder
|
|
76138
75073
|
paymentAmount?: SortOrder
|
|
76139
75074
|
metaData?: SortOrder
|
|
76140
75075
|
_count?: TrolleyPaymentCountOrderByAggregateInput
|
|
@@ -76152,7 +75087,7 @@ export namespace Prisma {
|
|
|
76152
75087
|
paymentId?: StringWithAggregatesFilter<"TrolleyPayment"> | string
|
|
76153
75088
|
type?: EnumtrolleyPaymentTypeNullableWithAggregatesFilter<"TrolleyPayment"> | $Enums.trolleyPaymentType | null
|
|
76154
75089
|
status?: EnumtrolleyPaymentStatusWithAggregatesFilter<"TrolleyPayment"> | $Enums.trolleyPaymentStatus
|
|
76155
|
-
optInId?:
|
|
75090
|
+
optInId?: IntNullableWithAggregatesFilter<"TrolleyPayment"> | number | null
|
|
76156
75091
|
paymentAmount?: IntWithAggregatesFilter<"TrolleyPayment"> | number
|
|
76157
75092
|
metaData?: JsonWithAggregatesFilter<"TrolleyPayment">
|
|
76158
75093
|
}
|
|
@@ -76255,7 +75190,6 @@ export namespace Prisma {
|
|
|
76255
75190
|
user?: XOR<UserNullableRelationFilter, UserWhereInput> | null
|
|
76256
75191
|
campaign?: XOR<CampaignNullableRelationFilter, CampaignWhereInput> | null
|
|
76257
75192
|
lists?: ListToSocialPostListRelationFilter
|
|
76258
|
-
socialPostTags?: SocialPostTagListRelationFilter
|
|
76259
75193
|
}
|
|
76260
75194
|
|
|
76261
75195
|
export type SocialPostOrderByWithRelationAndSearchRelevanceInput = {
|
|
@@ -76295,7 +75229,6 @@ export namespace Prisma {
|
|
|
76295
75229
|
user?: UserOrderByWithRelationAndSearchRelevanceInput
|
|
76296
75230
|
campaign?: CampaignOrderByWithRelationAndSearchRelevanceInput
|
|
76297
75231
|
lists?: ListToSocialPostOrderByRelationAggregateInput
|
|
76298
|
-
socialPostTags?: SocialPostTagOrderByRelationAggregateInput
|
|
76299
75232
|
_relevance?: SocialPostOrderByRelevanceInput
|
|
76300
75233
|
}
|
|
76301
75234
|
|
|
@@ -76339,7 +75272,6 @@ export namespace Prisma {
|
|
|
76339
75272
|
user?: XOR<UserNullableRelationFilter, UserWhereInput> | null
|
|
76340
75273
|
campaign?: XOR<CampaignNullableRelationFilter, CampaignWhereInput> | null
|
|
76341
75274
|
lists?: ListToSocialPostListRelationFilter
|
|
76342
|
-
socialPostTags?: SocialPostTagListRelationFilter
|
|
76343
75275
|
}, "id" | "phylloId" | "urlPath">
|
|
76344
75276
|
|
|
76345
75277
|
export type SocialPostOrderByWithAggregationInput = {
|
|
@@ -76422,59 +75354,6 @@ export namespace Prisma {
|
|
|
76422
75354
|
campaignId?: IntNullableWithAggregatesFilter<"SocialPost"> | number | null
|
|
76423
75355
|
}
|
|
76424
75356
|
|
|
76425
|
-
export type SocialPostTagWhereInput = {
|
|
76426
|
-
AND?: SocialPostTagWhereInput | SocialPostTagWhereInput[]
|
|
76427
|
-
OR?: SocialPostTagWhereInput[]
|
|
76428
|
-
NOT?: SocialPostTagWhereInput | SocialPostTagWhereInput[]
|
|
76429
|
-
id?: IntFilter<"SocialPostTag"> | number
|
|
76430
|
-
title?: StringFilter<"SocialPostTag"> | string
|
|
76431
|
-
type?: StringFilter<"SocialPostTag"> | string
|
|
76432
|
-
socialPostId?: IntFilter<"SocialPostTag"> | number
|
|
76433
|
-
socialPost?: XOR<SocialPostRelationFilter, SocialPostWhereInput>
|
|
76434
|
-
}
|
|
76435
|
-
|
|
76436
|
-
export type SocialPostTagOrderByWithRelationAndSearchRelevanceInput = {
|
|
76437
|
-
id?: SortOrder
|
|
76438
|
-
title?: SortOrder
|
|
76439
|
-
type?: SortOrder
|
|
76440
|
-
socialPostId?: SortOrder
|
|
76441
|
-
socialPost?: SocialPostOrderByWithRelationAndSearchRelevanceInput
|
|
76442
|
-
_relevance?: SocialPostTagOrderByRelevanceInput
|
|
76443
|
-
}
|
|
76444
|
-
|
|
76445
|
-
export type SocialPostTagWhereUniqueInput = Prisma.AtLeast<{
|
|
76446
|
-
id?: number
|
|
76447
|
-
AND?: SocialPostTagWhereInput | SocialPostTagWhereInput[]
|
|
76448
|
-
OR?: SocialPostTagWhereInput[]
|
|
76449
|
-
NOT?: SocialPostTagWhereInput | SocialPostTagWhereInput[]
|
|
76450
|
-
title?: StringFilter<"SocialPostTag"> | string
|
|
76451
|
-
type?: StringFilter<"SocialPostTag"> | string
|
|
76452
|
-
socialPostId?: IntFilter<"SocialPostTag"> | number
|
|
76453
|
-
socialPost?: XOR<SocialPostRelationFilter, SocialPostWhereInput>
|
|
76454
|
-
}, "id">
|
|
76455
|
-
|
|
76456
|
-
export type SocialPostTagOrderByWithAggregationInput = {
|
|
76457
|
-
id?: SortOrder
|
|
76458
|
-
title?: SortOrder
|
|
76459
|
-
type?: SortOrder
|
|
76460
|
-
socialPostId?: SortOrder
|
|
76461
|
-
_count?: SocialPostTagCountOrderByAggregateInput
|
|
76462
|
-
_avg?: SocialPostTagAvgOrderByAggregateInput
|
|
76463
|
-
_max?: SocialPostTagMaxOrderByAggregateInput
|
|
76464
|
-
_min?: SocialPostTagMinOrderByAggregateInput
|
|
76465
|
-
_sum?: SocialPostTagSumOrderByAggregateInput
|
|
76466
|
-
}
|
|
76467
|
-
|
|
76468
|
-
export type SocialPostTagScalarWhereWithAggregatesInput = {
|
|
76469
|
-
AND?: SocialPostTagScalarWhereWithAggregatesInput | SocialPostTagScalarWhereWithAggregatesInput[]
|
|
76470
|
-
OR?: SocialPostTagScalarWhereWithAggregatesInput[]
|
|
76471
|
-
NOT?: SocialPostTagScalarWhereWithAggregatesInput | SocialPostTagScalarWhereWithAggregatesInput[]
|
|
76472
|
-
id?: IntWithAggregatesFilter<"SocialPostTag"> | number
|
|
76473
|
-
title?: StringWithAggregatesFilter<"SocialPostTag"> | string
|
|
76474
|
-
type?: StringWithAggregatesFilter<"SocialPostTag"> | string
|
|
76475
|
-
socialPostId?: IntWithAggregatesFilter<"SocialPostTag"> | number
|
|
76476
|
-
}
|
|
76477
|
-
|
|
76478
75357
|
export type ImageWhereInput = {
|
|
76479
75358
|
AND?: ImageWhereInput | ImageWhereInput[]
|
|
76480
75359
|
OR?: ImageWhereInput[]
|
|
@@ -81438,7 +80317,7 @@ export namespace Prisma {
|
|
|
81438
80317
|
status: $Enums.trolleyPaymentStatus
|
|
81439
80318
|
paymentAmount: number
|
|
81440
80319
|
metaData?: JsonNullValueInput | InputJsonValue
|
|
81441
|
-
optIn
|
|
80320
|
+
optIn?: OptInCreateNestedOneWithoutTrolleyPaymentsInput
|
|
81442
80321
|
}
|
|
81443
80322
|
|
|
81444
80323
|
export type TrolleyPaymentUncheckedCreateInput = {
|
|
@@ -81446,7 +80325,7 @@ export namespace Prisma {
|
|
|
81446
80325
|
paymentId: string
|
|
81447
80326
|
type?: $Enums.trolleyPaymentType | null
|
|
81448
80327
|
status: $Enums.trolleyPaymentStatus
|
|
81449
|
-
optInId
|
|
80328
|
+
optInId?: number | null
|
|
81450
80329
|
paymentAmount: number
|
|
81451
80330
|
metaData?: JsonNullValueInput | InputJsonValue
|
|
81452
80331
|
}
|
|
@@ -81457,7 +80336,7 @@ export namespace Prisma {
|
|
|
81457
80336
|
status?: EnumtrolleyPaymentStatusFieldUpdateOperationsInput | $Enums.trolleyPaymentStatus
|
|
81458
80337
|
paymentAmount?: IntFieldUpdateOperationsInput | number
|
|
81459
80338
|
metaData?: JsonNullValueInput | InputJsonValue
|
|
81460
|
-
optIn?:
|
|
80339
|
+
optIn?: OptInUpdateOneWithoutTrolleyPaymentsNestedInput
|
|
81461
80340
|
}
|
|
81462
80341
|
|
|
81463
80342
|
export type TrolleyPaymentUncheckedUpdateInput = {
|
|
@@ -81465,7 +80344,7 @@ export namespace Prisma {
|
|
|
81465
80344
|
paymentId?: StringFieldUpdateOperationsInput | string
|
|
81466
80345
|
type?: NullableEnumtrolleyPaymentTypeFieldUpdateOperationsInput | $Enums.trolleyPaymentType | null
|
|
81467
80346
|
status?: EnumtrolleyPaymentStatusFieldUpdateOperationsInput | $Enums.trolleyPaymentStatus
|
|
81468
|
-
optInId?:
|
|
80347
|
+
optInId?: NullableIntFieldUpdateOperationsInput | number | null
|
|
81469
80348
|
paymentAmount?: IntFieldUpdateOperationsInput | number
|
|
81470
80349
|
metaData?: JsonNullValueInput | InputJsonValue
|
|
81471
80350
|
}
|
|
@@ -81475,7 +80354,7 @@ export namespace Prisma {
|
|
|
81475
80354
|
paymentId: string
|
|
81476
80355
|
type?: $Enums.trolleyPaymentType | null
|
|
81477
80356
|
status: $Enums.trolleyPaymentStatus
|
|
81478
|
-
optInId
|
|
80357
|
+
optInId?: number | null
|
|
81479
80358
|
paymentAmount: number
|
|
81480
80359
|
metaData?: JsonNullValueInput | InputJsonValue
|
|
81481
80360
|
}
|
|
@@ -81493,7 +80372,7 @@ export namespace Prisma {
|
|
|
81493
80372
|
paymentId?: StringFieldUpdateOperationsInput | string
|
|
81494
80373
|
type?: NullableEnumtrolleyPaymentTypeFieldUpdateOperationsInput | $Enums.trolleyPaymentType | null
|
|
81495
80374
|
status?: EnumtrolleyPaymentStatusFieldUpdateOperationsInput | $Enums.trolleyPaymentStatus
|
|
81496
|
-
optInId?:
|
|
80375
|
+
optInId?: NullableIntFieldUpdateOperationsInput | number | null
|
|
81497
80376
|
paymentAmount?: IntFieldUpdateOperationsInput | number
|
|
81498
80377
|
metaData?: JsonNullValueInput | InputJsonValue
|
|
81499
80378
|
}
|
|
@@ -81576,7 +80455,6 @@ export namespace Prisma {
|
|
|
81576
80455
|
user?: UserCreateNestedOneWithoutSocialPostsInput
|
|
81577
80456
|
campaign?: CampaignCreateNestedOneWithoutSocialPostsInput
|
|
81578
80457
|
lists?: ListToSocialPostCreateNestedManyWithoutSocialPostInput
|
|
81579
|
-
socialPostTags?: SocialPostTagCreateNestedManyWithoutSocialPostInput
|
|
81580
80458
|
}
|
|
81581
80459
|
|
|
81582
80460
|
export type SocialPostUncheckedCreateInput = {
|
|
@@ -81614,7 +80492,6 @@ export namespace Prisma {
|
|
|
81614
80492
|
userId?: number | null
|
|
81615
80493
|
campaignId?: number | null
|
|
81616
80494
|
lists?: ListToSocialPostUncheckedCreateNestedManyWithoutSocialPostInput
|
|
81617
|
-
socialPostTags?: SocialPostTagUncheckedCreateNestedManyWithoutSocialPostInput
|
|
81618
80495
|
}
|
|
81619
80496
|
|
|
81620
80497
|
export type SocialPostUpdateInput = {
|
|
@@ -81651,7 +80528,6 @@ export namespace Prisma {
|
|
|
81651
80528
|
user?: UserUpdateOneWithoutSocialPostsNestedInput
|
|
81652
80529
|
campaign?: CampaignUpdateOneWithoutSocialPostsNestedInput
|
|
81653
80530
|
lists?: ListToSocialPostUpdateManyWithoutSocialPostNestedInput
|
|
81654
|
-
socialPostTags?: SocialPostTagUpdateManyWithoutSocialPostNestedInput
|
|
81655
80531
|
}
|
|
81656
80532
|
|
|
81657
80533
|
export type SocialPostUncheckedUpdateInput = {
|
|
@@ -81689,7 +80565,6 @@ export namespace Prisma {
|
|
|
81689
80565
|
userId?: NullableIntFieldUpdateOperationsInput | number | null
|
|
81690
80566
|
campaignId?: NullableIntFieldUpdateOperationsInput | number | null
|
|
81691
80567
|
lists?: ListToSocialPostUncheckedUpdateManyWithoutSocialPostNestedInput
|
|
81692
|
-
socialPostTags?: SocialPostTagUncheckedUpdateManyWithoutSocialPostNestedInput
|
|
81693
80568
|
}
|
|
81694
80569
|
|
|
81695
80570
|
export type SocialPostCreateManyInput = {
|
|
@@ -81797,51 +80672,6 @@ export namespace Prisma {
|
|
|
81797
80672
|
campaignId?: NullableIntFieldUpdateOperationsInput | number | null
|
|
81798
80673
|
}
|
|
81799
80674
|
|
|
81800
|
-
export type SocialPostTagCreateInput = {
|
|
81801
|
-
title: string
|
|
81802
|
-
type: string
|
|
81803
|
-
socialPost: SocialPostCreateNestedOneWithoutSocialPostTagsInput
|
|
81804
|
-
}
|
|
81805
|
-
|
|
81806
|
-
export type SocialPostTagUncheckedCreateInput = {
|
|
81807
|
-
id?: number
|
|
81808
|
-
title: string
|
|
81809
|
-
type: string
|
|
81810
|
-
socialPostId: number
|
|
81811
|
-
}
|
|
81812
|
-
|
|
81813
|
-
export type SocialPostTagUpdateInput = {
|
|
81814
|
-
title?: StringFieldUpdateOperationsInput | string
|
|
81815
|
-
type?: StringFieldUpdateOperationsInput | string
|
|
81816
|
-
socialPost?: SocialPostUpdateOneRequiredWithoutSocialPostTagsNestedInput
|
|
81817
|
-
}
|
|
81818
|
-
|
|
81819
|
-
export type SocialPostTagUncheckedUpdateInput = {
|
|
81820
|
-
id?: IntFieldUpdateOperationsInput | number
|
|
81821
|
-
title?: StringFieldUpdateOperationsInput | string
|
|
81822
|
-
type?: StringFieldUpdateOperationsInput | string
|
|
81823
|
-
socialPostId?: IntFieldUpdateOperationsInput | number
|
|
81824
|
-
}
|
|
81825
|
-
|
|
81826
|
-
export type SocialPostTagCreateManyInput = {
|
|
81827
|
-
id?: number
|
|
81828
|
-
title: string
|
|
81829
|
-
type: string
|
|
81830
|
-
socialPostId: number
|
|
81831
|
-
}
|
|
81832
|
-
|
|
81833
|
-
export type SocialPostTagUpdateManyMutationInput = {
|
|
81834
|
-
title?: StringFieldUpdateOperationsInput | string
|
|
81835
|
-
type?: StringFieldUpdateOperationsInput | string
|
|
81836
|
-
}
|
|
81837
|
-
|
|
81838
|
-
export type SocialPostTagUncheckedUpdateManyInput = {
|
|
81839
|
-
id?: IntFieldUpdateOperationsInput | number
|
|
81840
|
-
title?: StringFieldUpdateOperationsInput | string
|
|
81841
|
-
type?: StringFieldUpdateOperationsInput | string
|
|
81842
|
-
socialPostId?: IntFieldUpdateOperationsInput | number
|
|
81843
|
-
}
|
|
81844
|
-
|
|
81845
80675
|
export type ImageCreateInput = {
|
|
81846
80676
|
url: string
|
|
81847
80677
|
size: string
|
|
@@ -86426,20 +85256,10 @@ export namespace Prisma {
|
|
|
86426
85256
|
none?: ListToSocialPostWhereInput
|
|
86427
85257
|
}
|
|
86428
85258
|
|
|
86429
|
-
export type SocialPostTagListRelationFilter = {
|
|
86430
|
-
every?: SocialPostTagWhereInput
|
|
86431
|
-
some?: SocialPostTagWhereInput
|
|
86432
|
-
none?: SocialPostTagWhereInput
|
|
86433
|
-
}
|
|
86434
|
-
|
|
86435
85259
|
export type ListToSocialPostOrderByRelationAggregateInput = {
|
|
86436
85260
|
_count?: SortOrder
|
|
86437
85261
|
}
|
|
86438
85262
|
|
|
86439
|
-
export type SocialPostTagOrderByRelationAggregateInput = {
|
|
86440
|
-
_count?: SortOrder
|
|
86441
|
-
}
|
|
86442
|
-
|
|
86443
85263
|
export type SocialPostOrderByRelevanceInput = {
|
|
86444
85264
|
fields: SocialPostOrderByRelevanceFieldEnum | SocialPostOrderByRelevanceFieldEnum[]
|
|
86445
85265
|
sort: SortOrder
|
|
@@ -86535,42 +85355,23 @@ export namespace Prisma {
|
|
|
86535
85355
|
campaignId?: SortOrder
|
|
86536
85356
|
}
|
|
86537
85357
|
|
|
86538
|
-
export type SocialPostMinOrderByAggregateInput = {
|
|
86539
|
-
id?: SortOrder
|
|
86540
|
-
phylloId?: SortOrder
|
|
86541
|
-
lastFetched?: SortOrder
|
|
86542
|
-
lastWebhook?: SortOrder
|
|
86543
|
-
posted?: SortOrder
|
|
86544
|
-
title?: SortOrder
|
|
86545
|
-
description?: SortOrder
|
|
86546
|
-
url?: SortOrder
|
|
86547
|
-
urlPath?: SortOrder
|
|
86548
|
-
format?: SortOrder
|
|
86549
|
-
type?: SortOrder
|
|
86550
|
-
platform?: SortOrder
|
|
86551
|
-
visibility?: SortOrder
|
|
86552
|
-
isSponsored?: SortOrder
|
|
86553
|
-
hasCollaborators?: SortOrder
|
|
86554
|
-
isOwnedByUser?: SortOrder
|
|
86555
|
-
views?: SortOrder
|
|
86556
|
-
impressions?: SortOrder
|
|
86557
|
-
impressionsOrganic?: SortOrder
|
|
86558
|
-
impressionsPaid?: SortOrder
|
|
86559
|
-
reach?: SortOrder
|
|
86560
|
-
reachOrganic?: SortOrder
|
|
86561
|
-
reachPaid?: SortOrder
|
|
86562
|
-
watchHours?: SortOrder
|
|
86563
|
-
likes?: SortOrder
|
|
86564
|
-
dislikes?: SortOrder
|
|
86565
|
-
comments?: SortOrder
|
|
86566
|
-
saves?: SortOrder
|
|
86567
|
-
shares?: SortOrder
|
|
86568
|
-
userId?: SortOrder
|
|
86569
|
-
campaignId?: SortOrder
|
|
86570
|
-
}
|
|
86571
|
-
|
|
86572
|
-
export type SocialPostSumOrderByAggregateInput = {
|
|
85358
|
+
export type SocialPostMinOrderByAggregateInput = {
|
|
86573
85359
|
id?: SortOrder
|
|
85360
|
+
phylloId?: SortOrder
|
|
85361
|
+
lastFetched?: SortOrder
|
|
85362
|
+
lastWebhook?: SortOrder
|
|
85363
|
+
posted?: SortOrder
|
|
85364
|
+
title?: SortOrder
|
|
85365
|
+
description?: SortOrder
|
|
85366
|
+
url?: SortOrder
|
|
85367
|
+
urlPath?: SortOrder
|
|
85368
|
+
format?: SortOrder
|
|
85369
|
+
type?: SortOrder
|
|
85370
|
+
platform?: SortOrder
|
|
85371
|
+
visibility?: SortOrder
|
|
85372
|
+
isSponsored?: SortOrder
|
|
85373
|
+
hasCollaborators?: SortOrder
|
|
85374
|
+
isOwnedByUser?: SortOrder
|
|
86574
85375
|
views?: SortOrder
|
|
86575
85376
|
impressions?: SortOrder
|
|
86576
85377
|
impressionsOrganic?: SortOrder
|
|
@@ -86588,46 +85389,23 @@ export namespace Prisma {
|
|
|
86588
85389
|
campaignId?: SortOrder
|
|
86589
85390
|
}
|
|
86590
85391
|
|
|
86591
|
-
export type
|
|
86592
|
-
is?: SocialPostWhereInput
|
|
86593
|
-
isNot?: SocialPostWhereInput
|
|
86594
|
-
}
|
|
86595
|
-
|
|
86596
|
-
export type SocialPostTagOrderByRelevanceInput = {
|
|
86597
|
-
fields: SocialPostTagOrderByRelevanceFieldEnum | SocialPostTagOrderByRelevanceFieldEnum[]
|
|
86598
|
-
sort: SortOrder
|
|
86599
|
-
search: string
|
|
86600
|
-
}
|
|
86601
|
-
|
|
86602
|
-
export type SocialPostTagCountOrderByAggregateInput = {
|
|
86603
|
-
id?: SortOrder
|
|
86604
|
-
title?: SortOrder
|
|
86605
|
-
type?: SortOrder
|
|
86606
|
-
socialPostId?: SortOrder
|
|
86607
|
-
}
|
|
86608
|
-
|
|
86609
|
-
export type SocialPostTagAvgOrderByAggregateInput = {
|
|
86610
|
-
id?: SortOrder
|
|
86611
|
-
socialPostId?: SortOrder
|
|
86612
|
-
}
|
|
86613
|
-
|
|
86614
|
-
export type SocialPostTagMaxOrderByAggregateInput = {
|
|
86615
|
-
id?: SortOrder
|
|
86616
|
-
title?: SortOrder
|
|
86617
|
-
type?: SortOrder
|
|
86618
|
-
socialPostId?: SortOrder
|
|
86619
|
-
}
|
|
86620
|
-
|
|
86621
|
-
export type SocialPostTagMinOrderByAggregateInput = {
|
|
86622
|
-
id?: SortOrder
|
|
86623
|
-
title?: SortOrder
|
|
86624
|
-
type?: SortOrder
|
|
86625
|
-
socialPostId?: SortOrder
|
|
86626
|
-
}
|
|
86627
|
-
|
|
86628
|
-
export type SocialPostTagSumOrderByAggregateInput = {
|
|
85392
|
+
export type SocialPostSumOrderByAggregateInput = {
|
|
86629
85393
|
id?: SortOrder
|
|
86630
|
-
|
|
85394
|
+
views?: SortOrder
|
|
85395
|
+
impressions?: SortOrder
|
|
85396
|
+
impressionsOrganic?: SortOrder
|
|
85397
|
+
impressionsPaid?: SortOrder
|
|
85398
|
+
reach?: SortOrder
|
|
85399
|
+
reachOrganic?: SortOrder
|
|
85400
|
+
reachPaid?: SortOrder
|
|
85401
|
+
watchHours?: SortOrder
|
|
85402
|
+
likes?: SortOrder
|
|
85403
|
+
dislikes?: SortOrder
|
|
85404
|
+
comments?: SortOrder
|
|
85405
|
+
saves?: SortOrder
|
|
85406
|
+
shares?: SortOrder
|
|
85407
|
+
userId?: SortOrder
|
|
85408
|
+
campaignId?: SortOrder
|
|
86631
85409
|
}
|
|
86632
85410
|
|
|
86633
85411
|
export type CampaignToImageRelationFilter = {
|
|
@@ -87550,6 +86328,11 @@ export namespace Prisma {
|
|
|
87550
86328
|
isNot?: SocialListeningListWhereInput
|
|
87551
86329
|
}
|
|
87552
86330
|
|
|
86331
|
+
export type SocialPostRelationFilter = {
|
|
86332
|
+
is?: SocialPostWhereInput
|
|
86333
|
+
isNot?: SocialPostWhereInput
|
|
86334
|
+
}
|
|
86335
|
+
|
|
87553
86336
|
export type ListToSocialPostCountOrderByAggregateInput = {
|
|
87554
86337
|
id?: SortOrder
|
|
87555
86338
|
listId?: SortOrder
|
|
@@ -91686,10 +90469,12 @@ export namespace Prisma {
|
|
|
91686
90469
|
set?: $Enums.trolleyPaymentStatus
|
|
91687
90470
|
}
|
|
91688
90471
|
|
|
91689
|
-
export type
|
|
90472
|
+
export type OptInUpdateOneWithoutTrolleyPaymentsNestedInput = {
|
|
91690
90473
|
create?: XOR<OptInCreateWithoutTrolleyPaymentsInput, OptInUncheckedCreateWithoutTrolleyPaymentsInput>
|
|
91691
90474
|
connectOrCreate?: OptInCreateOrConnectWithoutTrolleyPaymentsInput
|
|
91692
90475
|
upsert?: OptInUpsertWithoutTrolleyPaymentsInput
|
|
90476
|
+
disconnect?: OptInWhereInput | boolean
|
|
90477
|
+
delete?: OptInWhereInput | boolean
|
|
91693
90478
|
connect?: OptInWhereUniqueInput
|
|
91694
90479
|
update?: XOR<XOR<OptInUpdateToOneWithWhereWithoutTrolleyPaymentsInput, OptInUpdateWithoutTrolleyPaymentsInput>, OptInUncheckedUpdateWithoutTrolleyPaymentsInput>
|
|
91695
90480
|
}
|
|
@@ -91755,13 +90540,6 @@ export namespace Prisma {
|
|
|
91755
90540
|
connect?: ListToSocialPostWhereUniqueInput | ListToSocialPostWhereUniqueInput[]
|
|
91756
90541
|
}
|
|
91757
90542
|
|
|
91758
|
-
export type SocialPostTagCreateNestedManyWithoutSocialPostInput = {
|
|
91759
|
-
create?: XOR<SocialPostTagCreateWithoutSocialPostInput, SocialPostTagUncheckedCreateWithoutSocialPostInput> | SocialPostTagCreateWithoutSocialPostInput[] | SocialPostTagUncheckedCreateWithoutSocialPostInput[]
|
|
91760
|
-
connectOrCreate?: SocialPostTagCreateOrConnectWithoutSocialPostInput | SocialPostTagCreateOrConnectWithoutSocialPostInput[]
|
|
91761
|
-
createMany?: SocialPostTagCreateManySocialPostInputEnvelope
|
|
91762
|
-
connect?: SocialPostTagWhereUniqueInput | SocialPostTagWhereUniqueInput[]
|
|
91763
|
-
}
|
|
91764
|
-
|
|
91765
90543
|
export type ListToSocialPostUncheckedCreateNestedManyWithoutSocialPostInput = {
|
|
91766
90544
|
create?: XOR<ListToSocialPostCreateWithoutSocialPostInput, ListToSocialPostUncheckedCreateWithoutSocialPostInput> | ListToSocialPostCreateWithoutSocialPostInput[] | ListToSocialPostUncheckedCreateWithoutSocialPostInput[]
|
|
91767
90545
|
connectOrCreate?: ListToSocialPostCreateOrConnectWithoutSocialPostInput | ListToSocialPostCreateOrConnectWithoutSocialPostInput[]
|
|
@@ -91769,13 +90547,6 @@ export namespace Prisma {
|
|
|
91769
90547
|
connect?: ListToSocialPostWhereUniqueInput | ListToSocialPostWhereUniqueInput[]
|
|
91770
90548
|
}
|
|
91771
90549
|
|
|
91772
|
-
export type SocialPostTagUncheckedCreateNestedManyWithoutSocialPostInput = {
|
|
91773
|
-
create?: XOR<SocialPostTagCreateWithoutSocialPostInput, SocialPostTagUncheckedCreateWithoutSocialPostInput> | SocialPostTagCreateWithoutSocialPostInput[] | SocialPostTagUncheckedCreateWithoutSocialPostInput[]
|
|
91774
|
-
connectOrCreate?: SocialPostTagCreateOrConnectWithoutSocialPostInput | SocialPostTagCreateOrConnectWithoutSocialPostInput[]
|
|
91775
|
-
createMany?: SocialPostTagCreateManySocialPostInputEnvelope
|
|
91776
|
-
connect?: SocialPostTagWhereUniqueInput | SocialPostTagWhereUniqueInput[]
|
|
91777
|
-
}
|
|
91778
|
-
|
|
91779
90550
|
export type UserUpdateOneWithoutSocialPostsNestedInput = {
|
|
91780
90551
|
create?: XOR<UserCreateWithoutSocialPostsInput, UserUncheckedCreateWithoutSocialPostsInput>
|
|
91781
90552
|
connectOrCreate?: UserCreateOrConnectWithoutSocialPostsInput
|
|
@@ -91810,20 +90581,6 @@ export namespace Prisma {
|
|
|
91810
90581
|
deleteMany?: ListToSocialPostScalarWhereInput | ListToSocialPostScalarWhereInput[]
|
|
91811
90582
|
}
|
|
91812
90583
|
|
|
91813
|
-
export type SocialPostTagUpdateManyWithoutSocialPostNestedInput = {
|
|
91814
|
-
create?: XOR<SocialPostTagCreateWithoutSocialPostInput, SocialPostTagUncheckedCreateWithoutSocialPostInput> | SocialPostTagCreateWithoutSocialPostInput[] | SocialPostTagUncheckedCreateWithoutSocialPostInput[]
|
|
91815
|
-
connectOrCreate?: SocialPostTagCreateOrConnectWithoutSocialPostInput | SocialPostTagCreateOrConnectWithoutSocialPostInput[]
|
|
91816
|
-
upsert?: SocialPostTagUpsertWithWhereUniqueWithoutSocialPostInput | SocialPostTagUpsertWithWhereUniqueWithoutSocialPostInput[]
|
|
91817
|
-
createMany?: SocialPostTagCreateManySocialPostInputEnvelope
|
|
91818
|
-
set?: SocialPostTagWhereUniqueInput | SocialPostTagWhereUniqueInput[]
|
|
91819
|
-
disconnect?: SocialPostTagWhereUniqueInput | SocialPostTagWhereUniqueInput[]
|
|
91820
|
-
delete?: SocialPostTagWhereUniqueInput | SocialPostTagWhereUniqueInput[]
|
|
91821
|
-
connect?: SocialPostTagWhereUniqueInput | SocialPostTagWhereUniqueInput[]
|
|
91822
|
-
update?: SocialPostTagUpdateWithWhereUniqueWithoutSocialPostInput | SocialPostTagUpdateWithWhereUniqueWithoutSocialPostInput[]
|
|
91823
|
-
updateMany?: SocialPostTagUpdateManyWithWhereWithoutSocialPostInput | SocialPostTagUpdateManyWithWhereWithoutSocialPostInput[]
|
|
91824
|
-
deleteMany?: SocialPostTagScalarWhereInput | SocialPostTagScalarWhereInput[]
|
|
91825
|
-
}
|
|
91826
|
-
|
|
91827
90584
|
export type ListToSocialPostUncheckedUpdateManyWithoutSocialPostNestedInput = {
|
|
91828
90585
|
create?: XOR<ListToSocialPostCreateWithoutSocialPostInput, ListToSocialPostUncheckedCreateWithoutSocialPostInput> | ListToSocialPostCreateWithoutSocialPostInput[] | ListToSocialPostUncheckedCreateWithoutSocialPostInput[]
|
|
91829
90586
|
connectOrCreate?: ListToSocialPostCreateOrConnectWithoutSocialPostInput | ListToSocialPostCreateOrConnectWithoutSocialPostInput[]
|
|
@@ -91838,34 +90595,6 @@ export namespace Prisma {
|
|
|
91838
90595
|
deleteMany?: ListToSocialPostScalarWhereInput | ListToSocialPostScalarWhereInput[]
|
|
91839
90596
|
}
|
|
91840
90597
|
|
|
91841
|
-
export type SocialPostTagUncheckedUpdateManyWithoutSocialPostNestedInput = {
|
|
91842
|
-
create?: XOR<SocialPostTagCreateWithoutSocialPostInput, SocialPostTagUncheckedCreateWithoutSocialPostInput> | SocialPostTagCreateWithoutSocialPostInput[] | SocialPostTagUncheckedCreateWithoutSocialPostInput[]
|
|
91843
|
-
connectOrCreate?: SocialPostTagCreateOrConnectWithoutSocialPostInput | SocialPostTagCreateOrConnectWithoutSocialPostInput[]
|
|
91844
|
-
upsert?: SocialPostTagUpsertWithWhereUniqueWithoutSocialPostInput | SocialPostTagUpsertWithWhereUniqueWithoutSocialPostInput[]
|
|
91845
|
-
createMany?: SocialPostTagCreateManySocialPostInputEnvelope
|
|
91846
|
-
set?: SocialPostTagWhereUniqueInput | SocialPostTagWhereUniqueInput[]
|
|
91847
|
-
disconnect?: SocialPostTagWhereUniqueInput | SocialPostTagWhereUniqueInput[]
|
|
91848
|
-
delete?: SocialPostTagWhereUniqueInput | SocialPostTagWhereUniqueInput[]
|
|
91849
|
-
connect?: SocialPostTagWhereUniqueInput | SocialPostTagWhereUniqueInput[]
|
|
91850
|
-
update?: SocialPostTagUpdateWithWhereUniqueWithoutSocialPostInput | SocialPostTagUpdateWithWhereUniqueWithoutSocialPostInput[]
|
|
91851
|
-
updateMany?: SocialPostTagUpdateManyWithWhereWithoutSocialPostInput | SocialPostTagUpdateManyWithWhereWithoutSocialPostInput[]
|
|
91852
|
-
deleteMany?: SocialPostTagScalarWhereInput | SocialPostTagScalarWhereInput[]
|
|
91853
|
-
}
|
|
91854
|
-
|
|
91855
|
-
export type SocialPostCreateNestedOneWithoutSocialPostTagsInput = {
|
|
91856
|
-
create?: XOR<SocialPostCreateWithoutSocialPostTagsInput, SocialPostUncheckedCreateWithoutSocialPostTagsInput>
|
|
91857
|
-
connectOrCreate?: SocialPostCreateOrConnectWithoutSocialPostTagsInput
|
|
91858
|
-
connect?: SocialPostWhereUniqueInput
|
|
91859
|
-
}
|
|
91860
|
-
|
|
91861
|
-
export type SocialPostUpdateOneRequiredWithoutSocialPostTagsNestedInput = {
|
|
91862
|
-
create?: XOR<SocialPostCreateWithoutSocialPostTagsInput, SocialPostUncheckedCreateWithoutSocialPostTagsInput>
|
|
91863
|
-
connectOrCreate?: SocialPostCreateOrConnectWithoutSocialPostTagsInput
|
|
91864
|
-
upsert?: SocialPostUpsertWithoutSocialPostTagsInput
|
|
91865
|
-
connect?: SocialPostWhereUniqueInput
|
|
91866
|
-
update?: XOR<XOR<SocialPostUpdateToOneWithWhereWithoutSocialPostTagsInput, SocialPostUpdateWithoutSocialPostTagsInput>, SocialPostUncheckedUpdateWithoutSocialPostTagsInput>
|
|
91867
|
-
}
|
|
91868
|
-
|
|
91869
90598
|
export type CampaignToImageCreateNestedOneWithoutSizesInput = {
|
|
91870
90599
|
create?: XOR<CampaignToImageCreateWithoutSizesInput, CampaignToImageUncheckedCreateWithoutSizesInput>
|
|
91871
90600
|
connectOrCreate?: CampaignToImageCreateOrConnectWithoutSizesInput
|
|
@@ -94389,7 +93118,6 @@ export namespace Prisma {
|
|
|
94389
93118
|
shares?: number | null
|
|
94390
93119
|
campaign?: CampaignCreateNestedOneWithoutSocialPostsInput
|
|
94391
93120
|
lists?: ListToSocialPostCreateNestedManyWithoutSocialPostInput
|
|
94392
|
-
socialPostTags?: SocialPostTagCreateNestedManyWithoutSocialPostInput
|
|
94393
93121
|
}
|
|
94394
93122
|
|
|
94395
93123
|
export type SocialPostUncheckedCreateWithoutUserInput = {
|
|
@@ -94426,7 +93154,6 @@ export namespace Prisma {
|
|
|
94426
93154
|
shares?: number | null
|
|
94427
93155
|
campaignId?: number | null
|
|
94428
93156
|
lists?: ListToSocialPostUncheckedCreateNestedManyWithoutSocialPostInput
|
|
94429
|
-
socialPostTags?: SocialPostTagUncheckedCreateNestedManyWithoutSocialPostInput
|
|
94430
93157
|
}
|
|
94431
93158
|
|
|
94432
93159
|
export type SocialPostCreateOrConnectWithoutUserInput = {
|
|
@@ -101436,7 +100163,6 @@ export namespace Prisma {
|
|
|
101436
100163
|
shares?: number | null
|
|
101437
100164
|
user?: UserCreateNestedOneWithoutSocialPostsInput
|
|
101438
100165
|
lists?: ListToSocialPostCreateNestedManyWithoutSocialPostInput
|
|
101439
|
-
socialPostTags?: SocialPostTagCreateNestedManyWithoutSocialPostInput
|
|
101440
100166
|
}
|
|
101441
100167
|
|
|
101442
100168
|
export type SocialPostUncheckedCreateWithoutCampaignInput = {
|
|
@@ -101473,7 +100199,6 @@ export namespace Prisma {
|
|
|
101473
100199
|
shares?: number | null
|
|
101474
100200
|
userId?: number | null
|
|
101475
100201
|
lists?: ListToSocialPostUncheckedCreateNestedManyWithoutSocialPostInput
|
|
101476
|
-
socialPostTags?: SocialPostTagUncheckedCreateNestedManyWithoutSocialPostInput
|
|
101477
100202
|
}
|
|
101478
100203
|
|
|
101479
100204
|
export type SocialPostCreateOrConnectWithoutCampaignInput = {
|
|
@@ -105452,7 +104177,7 @@ export namespace Prisma {
|
|
|
105452
104177
|
paymentId?: StringFilter<"TrolleyPayment"> | string
|
|
105453
104178
|
type?: EnumtrolleyPaymentTypeNullableFilter<"TrolleyPayment"> | $Enums.trolleyPaymentType | null
|
|
105454
104179
|
status?: EnumtrolleyPaymentStatusFilter<"TrolleyPayment"> | $Enums.trolleyPaymentStatus
|
|
105455
|
-
optInId?:
|
|
104180
|
+
optInId?: IntNullableFilter<"TrolleyPayment"> | number | null
|
|
105456
104181
|
paymentAmount?: IntFilter<"TrolleyPayment"> | number
|
|
105457
104182
|
metaData?: JsonFilter<"TrolleyPayment">
|
|
105458
104183
|
}
|
|
@@ -106014,27 +104739,6 @@ export namespace Prisma {
|
|
|
106014
104739
|
skipDuplicates?: boolean
|
|
106015
104740
|
}
|
|
106016
104741
|
|
|
106017
|
-
export type SocialPostTagCreateWithoutSocialPostInput = {
|
|
106018
|
-
title: string
|
|
106019
|
-
type: string
|
|
106020
|
-
}
|
|
106021
|
-
|
|
106022
|
-
export type SocialPostTagUncheckedCreateWithoutSocialPostInput = {
|
|
106023
|
-
id?: number
|
|
106024
|
-
title: string
|
|
106025
|
-
type: string
|
|
106026
|
-
}
|
|
106027
|
-
|
|
106028
|
-
export type SocialPostTagCreateOrConnectWithoutSocialPostInput = {
|
|
106029
|
-
where: SocialPostTagWhereUniqueInput
|
|
106030
|
-
create: XOR<SocialPostTagCreateWithoutSocialPostInput, SocialPostTagUncheckedCreateWithoutSocialPostInput>
|
|
106031
|
-
}
|
|
106032
|
-
|
|
106033
|
-
export type SocialPostTagCreateManySocialPostInputEnvelope = {
|
|
106034
|
-
data: SocialPostTagCreateManySocialPostInput | SocialPostTagCreateManySocialPostInput[]
|
|
106035
|
-
skipDuplicates?: boolean
|
|
106036
|
-
}
|
|
106037
|
-
|
|
106038
104742
|
export type UserUpsertWithoutSocialPostsInput = {
|
|
106039
104743
|
update: XOR<UserUpdateWithoutSocialPostsInput, UserUncheckedUpdateWithoutSocialPostsInput>
|
|
106040
104744
|
create: XOR<UserCreateWithoutSocialPostsInput, UserUncheckedCreateWithoutSocialPostsInput>
|
|
@@ -106294,194 +104998,6 @@ export namespace Prisma {
|
|
|
106294
104998
|
postId?: IntFilter<"ListToSocialPost"> | number
|
|
106295
104999
|
}
|
|
106296
105000
|
|
|
106297
|
-
export type SocialPostTagUpsertWithWhereUniqueWithoutSocialPostInput = {
|
|
106298
|
-
where: SocialPostTagWhereUniqueInput
|
|
106299
|
-
update: XOR<SocialPostTagUpdateWithoutSocialPostInput, SocialPostTagUncheckedUpdateWithoutSocialPostInput>
|
|
106300
|
-
create: XOR<SocialPostTagCreateWithoutSocialPostInput, SocialPostTagUncheckedCreateWithoutSocialPostInput>
|
|
106301
|
-
}
|
|
106302
|
-
|
|
106303
|
-
export type SocialPostTagUpdateWithWhereUniqueWithoutSocialPostInput = {
|
|
106304
|
-
where: SocialPostTagWhereUniqueInput
|
|
106305
|
-
data: XOR<SocialPostTagUpdateWithoutSocialPostInput, SocialPostTagUncheckedUpdateWithoutSocialPostInput>
|
|
106306
|
-
}
|
|
106307
|
-
|
|
106308
|
-
export type SocialPostTagUpdateManyWithWhereWithoutSocialPostInput = {
|
|
106309
|
-
where: SocialPostTagScalarWhereInput
|
|
106310
|
-
data: XOR<SocialPostTagUpdateManyMutationInput, SocialPostTagUncheckedUpdateManyWithoutSocialPostInput>
|
|
106311
|
-
}
|
|
106312
|
-
|
|
106313
|
-
export type SocialPostTagScalarWhereInput = {
|
|
106314
|
-
AND?: SocialPostTagScalarWhereInput | SocialPostTagScalarWhereInput[]
|
|
106315
|
-
OR?: SocialPostTagScalarWhereInput[]
|
|
106316
|
-
NOT?: SocialPostTagScalarWhereInput | SocialPostTagScalarWhereInput[]
|
|
106317
|
-
id?: IntFilter<"SocialPostTag"> | number
|
|
106318
|
-
title?: StringFilter<"SocialPostTag"> | string
|
|
106319
|
-
type?: StringFilter<"SocialPostTag"> | string
|
|
106320
|
-
socialPostId?: IntFilter<"SocialPostTag"> | number
|
|
106321
|
-
}
|
|
106322
|
-
|
|
106323
|
-
export type SocialPostCreateWithoutSocialPostTagsInput = {
|
|
106324
|
-
phylloId?: string | null
|
|
106325
|
-
metaData?: JsonNullValueInput | InputJsonValue
|
|
106326
|
-
data?: JsonNullValueInput | InputJsonValue
|
|
106327
|
-
lastFetched?: Date | string | null
|
|
106328
|
-
lastWebhook?: Date | string | null
|
|
106329
|
-
posted?: Date | string | null
|
|
106330
|
-
title?: string | null
|
|
106331
|
-
description?: string | null
|
|
106332
|
-
url?: string | null
|
|
106333
|
-
urlPath?: string | null
|
|
106334
|
-
format?: string | null
|
|
106335
|
-
type?: string | null
|
|
106336
|
-
platform?: string | null
|
|
106337
|
-
visibility?: string | null
|
|
106338
|
-
isSponsored?: boolean | null
|
|
106339
|
-
hasCollaborators?: boolean | null
|
|
106340
|
-
isOwnedByUser?: boolean | null
|
|
106341
|
-
views?: number | null
|
|
106342
|
-
impressions?: number | null
|
|
106343
|
-
impressionsOrganic?: number | null
|
|
106344
|
-
impressionsPaid?: number | null
|
|
106345
|
-
reach?: number | null
|
|
106346
|
-
reachOrganic?: number | null
|
|
106347
|
-
reachPaid?: number | null
|
|
106348
|
-
watchHours?: number | null
|
|
106349
|
-
likes?: number | null
|
|
106350
|
-
dislikes?: number | null
|
|
106351
|
-
comments?: number | null
|
|
106352
|
-
saves?: number | null
|
|
106353
|
-
shares?: number | null
|
|
106354
|
-
user?: UserCreateNestedOneWithoutSocialPostsInput
|
|
106355
|
-
campaign?: CampaignCreateNestedOneWithoutSocialPostsInput
|
|
106356
|
-
lists?: ListToSocialPostCreateNestedManyWithoutSocialPostInput
|
|
106357
|
-
}
|
|
106358
|
-
|
|
106359
|
-
export type SocialPostUncheckedCreateWithoutSocialPostTagsInput = {
|
|
106360
|
-
id?: number
|
|
106361
|
-
phylloId?: string | null
|
|
106362
|
-
metaData?: JsonNullValueInput | InputJsonValue
|
|
106363
|
-
data?: JsonNullValueInput | InputJsonValue
|
|
106364
|
-
lastFetched?: Date | string | null
|
|
106365
|
-
lastWebhook?: Date | string | null
|
|
106366
|
-
posted?: Date | string | null
|
|
106367
|
-
title?: string | null
|
|
106368
|
-
description?: string | null
|
|
106369
|
-
url?: string | null
|
|
106370
|
-
urlPath?: string | null
|
|
106371
|
-
format?: string | null
|
|
106372
|
-
type?: string | null
|
|
106373
|
-
platform?: string | null
|
|
106374
|
-
visibility?: string | null
|
|
106375
|
-
isSponsored?: boolean | null
|
|
106376
|
-
hasCollaborators?: boolean | null
|
|
106377
|
-
isOwnedByUser?: boolean | null
|
|
106378
|
-
views?: number | null
|
|
106379
|
-
impressions?: number | null
|
|
106380
|
-
impressionsOrganic?: number | null
|
|
106381
|
-
impressionsPaid?: number | null
|
|
106382
|
-
reach?: number | null
|
|
106383
|
-
reachOrganic?: number | null
|
|
106384
|
-
reachPaid?: number | null
|
|
106385
|
-
watchHours?: number | null
|
|
106386
|
-
likes?: number | null
|
|
106387
|
-
dislikes?: number | null
|
|
106388
|
-
comments?: number | null
|
|
106389
|
-
saves?: number | null
|
|
106390
|
-
shares?: number | null
|
|
106391
|
-
userId?: number | null
|
|
106392
|
-
campaignId?: number | null
|
|
106393
|
-
lists?: ListToSocialPostUncheckedCreateNestedManyWithoutSocialPostInput
|
|
106394
|
-
}
|
|
106395
|
-
|
|
106396
|
-
export type SocialPostCreateOrConnectWithoutSocialPostTagsInput = {
|
|
106397
|
-
where: SocialPostWhereUniqueInput
|
|
106398
|
-
create: XOR<SocialPostCreateWithoutSocialPostTagsInput, SocialPostUncheckedCreateWithoutSocialPostTagsInput>
|
|
106399
|
-
}
|
|
106400
|
-
|
|
106401
|
-
export type SocialPostUpsertWithoutSocialPostTagsInput = {
|
|
106402
|
-
update: XOR<SocialPostUpdateWithoutSocialPostTagsInput, SocialPostUncheckedUpdateWithoutSocialPostTagsInput>
|
|
106403
|
-
create: XOR<SocialPostCreateWithoutSocialPostTagsInput, SocialPostUncheckedCreateWithoutSocialPostTagsInput>
|
|
106404
|
-
where?: SocialPostWhereInput
|
|
106405
|
-
}
|
|
106406
|
-
|
|
106407
|
-
export type SocialPostUpdateToOneWithWhereWithoutSocialPostTagsInput = {
|
|
106408
|
-
where?: SocialPostWhereInput
|
|
106409
|
-
data: XOR<SocialPostUpdateWithoutSocialPostTagsInput, SocialPostUncheckedUpdateWithoutSocialPostTagsInput>
|
|
106410
|
-
}
|
|
106411
|
-
|
|
106412
|
-
export type SocialPostUpdateWithoutSocialPostTagsInput = {
|
|
106413
|
-
phylloId?: NullableStringFieldUpdateOperationsInput | string | null
|
|
106414
|
-
metaData?: JsonNullValueInput | InputJsonValue
|
|
106415
|
-
data?: JsonNullValueInput | InputJsonValue
|
|
106416
|
-
lastFetched?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
106417
|
-
lastWebhook?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
106418
|
-
posted?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
106419
|
-
title?: NullableStringFieldUpdateOperationsInput | string | null
|
|
106420
|
-
description?: NullableStringFieldUpdateOperationsInput | string | null
|
|
106421
|
-
url?: NullableStringFieldUpdateOperationsInput | string | null
|
|
106422
|
-
urlPath?: NullableStringFieldUpdateOperationsInput | string | null
|
|
106423
|
-
format?: NullableStringFieldUpdateOperationsInput | string | null
|
|
106424
|
-
type?: NullableStringFieldUpdateOperationsInput | string | null
|
|
106425
|
-
platform?: NullableStringFieldUpdateOperationsInput | string | null
|
|
106426
|
-
visibility?: NullableStringFieldUpdateOperationsInput | string | null
|
|
106427
|
-
isSponsored?: NullableBoolFieldUpdateOperationsInput | boolean | null
|
|
106428
|
-
hasCollaborators?: NullableBoolFieldUpdateOperationsInput | boolean | null
|
|
106429
|
-
isOwnedByUser?: NullableBoolFieldUpdateOperationsInput | boolean | null
|
|
106430
|
-
views?: NullableIntFieldUpdateOperationsInput | number | null
|
|
106431
|
-
impressions?: NullableIntFieldUpdateOperationsInput | number | null
|
|
106432
|
-
impressionsOrganic?: NullableIntFieldUpdateOperationsInput | number | null
|
|
106433
|
-
impressionsPaid?: NullableIntFieldUpdateOperationsInput | number | null
|
|
106434
|
-
reach?: NullableIntFieldUpdateOperationsInput | number | null
|
|
106435
|
-
reachOrganic?: NullableIntFieldUpdateOperationsInput | number | null
|
|
106436
|
-
reachPaid?: NullableIntFieldUpdateOperationsInput | number | null
|
|
106437
|
-
watchHours?: NullableFloatFieldUpdateOperationsInput | number | null
|
|
106438
|
-
likes?: NullableIntFieldUpdateOperationsInput | number | null
|
|
106439
|
-
dislikes?: NullableIntFieldUpdateOperationsInput | number | null
|
|
106440
|
-
comments?: NullableIntFieldUpdateOperationsInput | number | null
|
|
106441
|
-
saves?: NullableIntFieldUpdateOperationsInput | number | null
|
|
106442
|
-
shares?: NullableIntFieldUpdateOperationsInput | number | null
|
|
106443
|
-
user?: UserUpdateOneWithoutSocialPostsNestedInput
|
|
106444
|
-
campaign?: CampaignUpdateOneWithoutSocialPostsNestedInput
|
|
106445
|
-
lists?: ListToSocialPostUpdateManyWithoutSocialPostNestedInput
|
|
106446
|
-
}
|
|
106447
|
-
|
|
106448
|
-
export type SocialPostUncheckedUpdateWithoutSocialPostTagsInput = {
|
|
106449
|
-
id?: IntFieldUpdateOperationsInput | number
|
|
106450
|
-
phylloId?: NullableStringFieldUpdateOperationsInput | string | null
|
|
106451
|
-
metaData?: JsonNullValueInput | InputJsonValue
|
|
106452
|
-
data?: JsonNullValueInput | InputJsonValue
|
|
106453
|
-
lastFetched?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
106454
|
-
lastWebhook?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
106455
|
-
posted?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
106456
|
-
title?: NullableStringFieldUpdateOperationsInput | string | null
|
|
106457
|
-
description?: NullableStringFieldUpdateOperationsInput | string | null
|
|
106458
|
-
url?: NullableStringFieldUpdateOperationsInput | string | null
|
|
106459
|
-
urlPath?: NullableStringFieldUpdateOperationsInput | string | null
|
|
106460
|
-
format?: NullableStringFieldUpdateOperationsInput | string | null
|
|
106461
|
-
type?: NullableStringFieldUpdateOperationsInput | string | null
|
|
106462
|
-
platform?: NullableStringFieldUpdateOperationsInput | string | null
|
|
106463
|
-
visibility?: NullableStringFieldUpdateOperationsInput | string | null
|
|
106464
|
-
isSponsored?: NullableBoolFieldUpdateOperationsInput | boolean | null
|
|
106465
|
-
hasCollaborators?: NullableBoolFieldUpdateOperationsInput | boolean | null
|
|
106466
|
-
isOwnedByUser?: NullableBoolFieldUpdateOperationsInput | boolean | null
|
|
106467
|
-
views?: NullableIntFieldUpdateOperationsInput | number | null
|
|
106468
|
-
impressions?: NullableIntFieldUpdateOperationsInput | number | null
|
|
106469
|
-
impressionsOrganic?: NullableIntFieldUpdateOperationsInput | number | null
|
|
106470
|
-
impressionsPaid?: NullableIntFieldUpdateOperationsInput | number | null
|
|
106471
|
-
reach?: NullableIntFieldUpdateOperationsInput | number | null
|
|
106472
|
-
reachOrganic?: NullableIntFieldUpdateOperationsInput | number | null
|
|
106473
|
-
reachPaid?: NullableIntFieldUpdateOperationsInput | number | null
|
|
106474
|
-
watchHours?: NullableFloatFieldUpdateOperationsInput | number | null
|
|
106475
|
-
likes?: NullableIntFieldUpdateOperationsInput | number | null
|
|
106476
|
-
dislikes?: NullableIntFieldUpdateOperationsInput | number | null
|
|
106477
|
-
comments?: NullableIntFieldUpdateOperationsInput | number | null
|
|
106478
|
-
saves?: NullableIntFieldUpdateOperationsInput | number | null
|
|
106479
|
-
shares?: NullableIntFieldUpdateOperationsInput | number | null
|
|
106480
|
-
userId?: NullableIntFieldUpdateOperationsInput | number | null
|
|
106481
|
-
campaignId?: NullableIntFieldUpdateOperationsInput | number | null
|
|
106482
|
-
lists?: ListToSocialPostUncheckedUpdateManyWithoutSocialPostNestedInput
|
|
106483
|
-
}
|
|
106484
|
-
|
|
106485
105001
|
export type CampaignToImageCreateWithoutSizesInput = {
|
|
106486
105002
|
type: string
|
|
106487
105003
|
campaign: CampaignCreateNestedOneWithoutImagesInput
|
|
@@ -110407,7 +108923,6 @@ export namespace Prisma {
|
|
|
110407
108923
|
shares?: number | null
|
|
110408
108924
|
user?: UserCreateNestedOneWithoutSocialPostsInput
|
|
110409
108925
|
campaign?: CampaignCreateNestedOneWithoutSocialPostsInput
|
|
110410
|
-
socialPostTags?: SocialPostTagCreateNestedManyWithoutSocialPostInput
|
|
110411
108926
|
}
|
|
110412
108927
|
|
|
110413
108928
|
export type SocialPostUncheckedCreateWithoutListsInput = {
|
|
@@ -110444,7 +108959,6 @@ export namespace Prisma {
|
|
|
110444
108959
|
shares?: number | null
|
|
110445
108960
|
userId?: number | null
|
|
110446
108961
|
campaignId?: number | null
|
|
110447
|
-
socialPostTags?: SocialPostTagUncheckedCreateNestedManyWithoutSocialPostInput
|
|
110448
108962
|
}
|
|
110449
108963
|
|
|
110450
108964
|
export type SocialPostCreateOrConnectWithoutListsInput = {
|
|
@@ -110530,7 +109044,6 @@ export namespace Prisma {
|
|
|
110530
109044
|
shares?: NullableIntFieldUpdateOperationsInput | number | null
|
|
110531
109045
|
user?: UserUpdateOneWithoutSocialPostsNestedInput
|
|
110532
109046
|
campaign?: CampaignUpdateOneWithoutSocialPostsNestedInput
|
|
110533
|
-
socialPostTags?: SocialPostTagUpdateManyWithoutSocialPostNestedInput
|
|
110534
109047
|
}
|
|
110535
109048
|
|
|
110536
109049
|
export type SocialPostUncheckedUpdateWithoutListsInput = {
|
|
@@ -110567,7 +109080,6 @@ export namespace Prisma {
|
|
|
110567
109080
|
shares?: NullableIntFieldUpdateOperationsInput | number | null
|
|
110568
109081
|
userId?: NullableIntFieldUpdateOperationsInput | number | null
|
|
110569
109082
|
campaignId?: NullableIntFieldUpdateOperationsInput | number | null
|
|
110570
|
-
socialPostTags?: SocialPostTagUncheckedUpdateManyWithoutSocialPostNestedInput
|
|
110571
109083
|
}
|
|
110572
109084
|
|
|
110573
109085
|
export type CampaignCreateWithoutOptInViewsInput = {
|
|
@@ -113352,7 +111864,6 @@ export namespace Prisma {
|
|
|
113352
111864
|
shares?: NullableIntFieldUpdateOperationsInput | number | null
|
|
113353
111865
|
campaign?: CampaignUpdateOneWithoutSocialPostsNestedInput
|
|
113354
111866
|
lists?: ListToSocialPostUpdateManyWithoutSocialPostNestedInput
|
|
113355
|
-
socialPostTags?: SocialPostTagUpdateManyWithoutSocialPostNestedInput
|
|
113356
111867
|
}
|
|
113357
111868
|
|
|
113358
111869
|
export type SocialPostUncheckedUpdateWithoutUserInput = {
|
|
@@ -113389,7 +111900,6 @@ export namespace Prisma {
|
|
|
113389
111900
|
shares?: NullableIntFieldUpdateOperationsInput | number | null
|
|
113390
111901
|
campaignId?: NullableIntFieldUpdateOperationsInput | number | null
|
|
113391
111902
|
lists?: ListToSocialPostUncheckedUpdateManyWithoutSocialPostNestedInput
|
|
113392
|
-
socialPostTags?: SocialPostTagUncheckedUpdateManyWithoutSocialPostNestedInput
|
|
113393
111903
|
}
|
|
113394
111904
|
|
|
113395
111905
|
export type SocialPostUncheckedUpdateManyWithoutUserInput = {
|
|
@@ -114982,7 +113492,6 @@ export namespace Prisma {
|
|
|
114982
113492
|
shares?: NullableIntFieldUpdateOperationsInput | number | null
|
|
114983
113493
|
user?: UserUpdateOneWithoutSocialPostsNestedInput
|
|
114984
113494
|
lists?: ListToSocialPostUpdateManyWithoutSocialPostNestedInput
|
|
114985
|
-
socialPostTags?: SocialPostTagUpdateManyWithoutSocialPostNestedInput
|
|
114986
113495
|
}
|
|
114987
113496
|
|
|
114988
113497
|
export type SocialPostUncheckedUpdateWithoutCampaignInput = {
|
|
@@ -115019,7 +113528,6 @@ export namespace Prisma {
|
|
|
115019
113528
|
shares?: NullableIntFieldUpdateOperationsInput | number | null
|
|
115020
113529
|
userId?: NullableIntFieldUpdateOperationsInput | number | null
|
|
115021
113530
|
lists?: ListToSocialPostUncheckedUpdateManyWithoutSocialPostNestedInput
|
|
115022
|
-
socialPostTags?: SocialPostTagUncheckedUpdateManyWithoutSocialPostNestedInput
|
|
115023
113531
|
}
|
|
115024
113532
|
|
|
115025
113533
|
export type SocialPostUncheckedUpdateManyWithoutCampaignInput = {
|
|
@@ -115630,12 +114138,6 @@ export namespace Prisma {
|
|
|
115630
114138
|
listId: number
|
|
115631
114139
|
}
|
|
115632
114140
|
|
|
115633
|
-
export type SocialPostTagCreateManySocialPostInput = {
|
|
115634
|
-
id?: number
|
|
115635
|
-
title: string
|
|
115636
|
-
type: string
|
|
115637
|
-
}
|
|
115638
|
-
|
|
115639
114141
|
export type ListToSocialPostUpdateWithoutSocialPostInput = {
|
|
115640
114142
|
list?: SocialListeningListUpdateOneRequiredWithoutPostsNestedInput
|
|
115641
114143
|
}
|
|
@@ -115650,23 +114152,6 @@ export namespace Prisma {
|
|
|
115650
114152
|
listId?: IntFieldUpdateOperationsInput | number
|
|
115651
114153
|
}
|
|
115652
114154
|
|
|
115653
|
-
export type SocialPostTagUpdateWithoutSocialPostInput = {
|
|
115654
|
-
title?: StringFieldUpdateOperationsInput | string
|
|
115655
|
-
type?: StringFieldUpdateOperationsInput | string
|
|
115656
|
-
}
|
|
115657
|
-
|
|
115658
|
-
export type SocialPostTagUncheckedUpdateWithoutSocialPostInput = {
|
|
115659
|
-
id?: IntFieldUpdateOperationsInput | number
|
|
115660
|
-
title?: StringFieldUpdateOperationsInput | string
|
|
115661
|
-
type?: StringFieldUpdateOperationsInput | string
|
|
115662
|
-
}
|
|
115663
|
-
|
|
115664
|
-
export type SocialPostTagUncheckedUpdateManyWithoutSocialPostInput = {
|
|
115665
|
-
id?: IntFieldUpdateOperationsInput | number
|
|
115666
|
-
title?: StringFieldUpdateOperationsInput | string
|
|
115667
|
-
type?: StringFieldUpdateOperationsInput | string
|
|
115668
|
-
}
|
|
115669
|
-
|
|
115670
114155
|
export type StateCreateManyCountryInput = {
|
|
115671
114156
|
id?: number
|
|
115672
114157
|
stateCode: string
|
|
@@ -116524,10 +115009,6 @@ export namespace Prisma {
|
|
|
116524
115009
|
* @deprecated Use SocialPostDefaultArgs instead
|
|
116525
115010
|
*/
|
|
116526
115011
|
export type SocialPostArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = SocialPostDefaultArgs<ExtArgs>
|
|
116527
|
-
/**
|
|
116528
|
-
* @deprecated Use SocialPostTagDefaultArgs instead
|
|
116529
|
-
*/
|
|
116530
|
-
export type SocialPostTagArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = SocialPostTagDefaultArgs<ExtArgs>
|
|
116531
115012
|
/**
|
|
116532
115013
|
* @deprecated Use ImageDefaultArgs instead
|
|
116533
115014
|
*/
|