@creator.co/creatorco-prisma-client 1.0.18 → 1.0.20
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.d.ts +1 -1
- package/edge.js +12 -25
- package/index-browser.js +20 -32
- package/index.d.ts +710 -1857
- package/index.js +13 -26
- package/libquery_engine-darwin-arm64.dylib.node +0 -0
- package/libquery_engine-darwin.dylib.node +0 -0
- package/libquery_engine-debian-openssl-3.0.x.so.node +0 -0
- package/libquery_engine-linux-arm64-openssl-1.0.x.so.node +0 -0
- package/libquery_engine-linux-arm64-openssl-3.0.x.so.node +0 -0
- package/libquery_engine-linux-musl-arm64-openssl-3.0.x.so.node +0 -0
- package/package.json +2 -67
- package/query_engine-windows.dll.node +0 -0
- package/runtime/edge-esm.js +74 -27
- package/runtime/edge.js +74 -27
- package/runtime/index-browser.js +1 -1
- package/runtime/library.d.ts +152 -207
- package/runtime/library.js +57 -59
- package/schema.prisma +8 -18
- package/default.d.ts +0 -1
- package/default.js +0 -1
- package/runtime/wasm.js +0 -94
- package/wasm.d.ts +0 -1
- package/wasm.js +0 -1287
package/index.d.ts
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
* Client
|
|
4
4
|
**/
|
|
5
5
|
|
|
6
|
-
import * as runtime from './runtime/library
|
|
6
|
+
import * as runtime from './runtime/library';
|
|
7
7
|
import $Types = runtime.Types // general types
|
|
8
8
|
import $Public = runtime.Types.Public
|
|
9
9
|
import $Utils = runtime.Types.Utils
|
|
@@ -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:
|
|
@@ -1140,8 +1125,8 @@ export namespace Prisma {
|
|
|
1140
1125
|
export import Exact = $Public.Exact
|
|
1141
1126
|
|
|
1142
1127
|
/**
|
|
1143
|
-
* Prisma Client JS version: 5.
|
|
1144
|
-
* Query Engine version:
|
|
1128
|
+
* Prisma Client JS version: 5.6.0
|
|
1129
|
+
* Query Engine version: e95e739751f42d8ca026f6b910f5a2dc5adeaeee
|
|
1145
1130
|
*/
|
|
1146
1131
|
export type PrismaVersion = {
|
|
1147
1132
|
client: string
|
|
@@ -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
|
|
@@ -6661,6 +6579,7 @@ export namespace Prisma {
|
|
|
6661
6579
|
optInSteps: number
|
|
6662
6580
|
campaignInvites: number
|
|
6663
6581
|
trolleyPayments: number
|
|
6582
|
+
affiliateClicks: number
|
|
6664
6583
|
}
|
|
6665
6584
|
|
|
6666
6585
|
export type OptInCountOutputTypeSelect<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
|
|
@@ -6668,6 +6587,7 @@ export namespace Prisma {
|
|
|
6668
6587
|
optInSteps?: boolean | OptInCountOutputTypeCountOptInStepsArgs
|
|
6669
6588
|
campaignInvites?: boolean | OptInCountOutputTypeCountCampaignInvitesArgs
|
|
6670
6589
|
trolleyPayments?: boolean | OptInCountOutputTypeCountTrolleyPaymentsArgs
|
|
6590
|
+
affiliateClicks?: boolean | OptInCountOutputTypeCountAffiliateClicksArgs
|
|
6671
6591
|
}
|
|
6672
6592
|
|
|
6673
6593
|
// Custom InputTypes
|
|
@@ -6715,6 +6635,14 @@ export namespace Prisma {
|
|
|
6715
6635
|
}
|
|
6716
6636
|
|
|
6717
6637
|
|
|
6638
|
+
/**
|
|
6639
|
+
* OptInCountOutputType without action
|
|
6640
|
+
*/
|
|
6641
|
+
export type OptInCountOutputTypeCountAffiliateClicksArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
|
|
6642
|
+
where?: AffiliateClickWhereInput
|
|
6643
|
+
}
|
|
6644
|
+
|
|
6645
|
+
|
|
6718
6646
|
|
|
6719
6647
|
/**
|
|
6720
6648
|
* Count Type SocialPostCountOutputType
|
|
@@ -6722,12 +6650,10 @@ export namespace Prisma {
|
|
|
6722
6650
|
|
|
6723
6651
|
export type SocialPostCountOutputType = {
|
|
6724
6652
|
lists: number
|
|
6725
|
-
socialPostTags: number
|
|
6726
6653
|
}
|
|
6727
6654
|
|
|
6728
6655
|
export type SocialPostCountOutputTypeSelect<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
|
|
6729
6656
|
lists?: boolean | SocialPostCountOutputTypeCountListsArgs
|
|
6730
|
-
socialPostTags?: boolean | SocialPostCountOutputTypeCountSocialPostTagsArgs
|
|
6731
6657
|
}
|
|
6732
6658
|
|
|
6733
6659
|
// Custom InputTypes
|
|
@@ -6751,14 +6677,6 @@ export namespace Prisma {
|
|
|
6751
6677
|
}
|
|
6752
6678
|
|
|
6753
6679
|
|
|
6754
|
-
/**
|
|
6755
|
-
* SocialPostCountOutputType without action
|
|
6756
|
-
*/
|
|
6757
|
-
export type SocialPostCountOutputTypeCountSocialPostTagsArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
|
|
6758
|
-
where?: SocialPostTagWhereInput
|
|
6759
|
-
}
|
|
6760
|
-
|
|
6761
|
-
|
|
6762
6680
|
|
|
6763
6681
|
/**
|
|
6764
6682
|
* Count Type CountryCountOutputType
|
|
@@ -7657,7 +7575,7 @@ export namespace Prisma {
|
|
|
7657
7575
|
type UserGetPayload<S extends boolean | null | undefined | UserDefaultArgs> = $Result.GetResult<Prisma.$UserPayload, S>
|
|
7658
7576
|
|
|
7659
7577
|
type UserCountArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> =
|
|
7660
|
-
Omit<UserFindManyArgs, 'select' | 'include' | 'distinct'> & {
|
|
7578
|
+
Omit<UserFindManyArgs, 'select' | 'include' | 'distinct' > & {
|
|
7661
7579
|
select?: UserCountAggregateInputType | true
|
|
7662
7580
|
}
|
|
7663
7581
|
|
|
@@ -9044,7 +8962,7 @@ export namespace Prisma {
|
|
|
9044
8962
|
type LogGetPayload<S extends boolean | null | undefined | LogDefaultArgs> = $Result.GetResult<Prisma.$LogPayload, S>
|
|
9045
8963
|
|
|
9046
8964
|
type LogCountArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> =
|
|
9047
|
-
Omit<LogFindManyArgs, 'select' | 'include' | 'distinct'> & {
|
|
8965
|
+
Omit<LogFindManyArgs, 'select' | 'include' | 'distinct' > & {
|
|
9048
8966
|
select?: LogCountAggregateInputType | true
|
|
9049
8967
|
}
|
|
9050
8968
|
|
|
@@ -10131,7 +10049,7 @@ export namespace Prisma {
|
|
|
10131
10049
|
type CreatorProfileGetPayload<S extends boolean | null | undefined | CreatorProfileDefaultArgs> = $Result.GetResult<Prisma.$CreatorProfilePayload, S>
|
|
10132
10050
|
|
|
10133
10051
|
type CreatorProfileCountArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> =
|
|
10134
|
-
Omit<CreatorProfileFindManyArgs, 'select' | 'include' | 'distinct'> & {
|
|
10052
|
+
Omit<CreatorProfileFindManyArgs, 'select' | 'include' | 'distinct' > & {
|
|
10135
10053
|
select?: CreatorProfileCountAggregateInputType | true
|
|
10136
10054
|
}
|
|
10137
10055
|
|
|
@@ -11443,7 +11361,7 @@ export namespace Prisma {
|
|
|
11443
11361
|
type InstagramProfileGetPayload<S extends boolean | null | undefined | InstagramProfileDefaultArgs> = $Result.GetResult<Prisma.$InstagramProfilePayload, S>
|
|
11444
11362
|
|
|
11445
11363
|
type InstagramProfileCountArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> =
|
|
11446
|
-
Omit<InstagramProfileFindManyArgs, 'select' | 'include' | 'distinct'> & {
|
|
11364
|
+
Omit<InstagramProfileFindManyArgs, 'select' | 'include' | 'distinct' > & {
|
|
11447
11365
|
select?: InstagramProfileCountAggregateInputType | true
|
|
11448
11366
|
}
|
|
11449
11367
|
|
|
@@ -12617,7 +12535,7 @@ export namespace Prisma {
|
|
|
12617
12535
|
type TiktokProfileGetPayload<S extends boolean | null | undefined | TiktokProfileDefaultArgs> = $Result.GetResult<Prisma.$TiktokProfilePayload, S>
|
|
12618
12536
|
|
|
12619
12537
|
type TiktokProfileCountArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> =
|
|
12620
|
-
Omit<TiktokProfileFindManyArgs, 'select' | 'include' | 'distinct'> & {
|
|
12538
|
+
Omit<TiktokProfileFindManyArgs, 'select' | 'include' | 'distinct' > & {
|
|
12621
12539
|
select?: TiktokProfileCountAggregateInputType | true
|
|
12622
12540
|
}
|
|
12623
12541
|
|
|
@@ -13810,7 +13728,7 @@ export namespace Prisma {
|
|
|
13810
13728
|
type YoutubeProfileGetPayload<S extends boolean | null | undefined | YoutubeProfileDefaultArgs> = $Result.GetResult<Prisma.$YoutubeProfilePayload, S>
|
|
13811
13729
|
|
|
13812
13730
|
type YoutubeProfileCountArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> =
|
|
13813
|
-
Omit<YoutubeProfileFindManyArgs, 'select' | 'include' | 'distinct'> & {
|
|
13731
|
+
Omit<YoutubeProfileFindManyArgs, 'select' | 'include' | 'distinct' > & {
|
|
13814
13732
|
select?: YoutubeProfileCountAggregateInputType | true
|
|
13815
13733
|
}
|
|
13816
13734
|
|
|
@@ -14887,7 +14805,7 @@ export namespace Prisma {
|
|
|
14887
14805
|
type TwitchProfileGetPayload<S extends boolean | null | undefined | TwitchProfileDefaultArgs> = $Result.GetResult<Prisma.$TwitchProfilePayload, S>
|
|
14888
14806
|
|
|
14889
14807
|
type TwitchProfileCountArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> =
|
|
14890
|
-
Omit<TwitchProfileFindManyArgs, 'select' | 'include' | 'distinct'> & {
|
|
14808
|
+
Omit<TwitchProfileFindManyArgs, 'select' | 'include' | 'distinct' > & {
|
|
14891
14809
|
select?: TwitchProfileCountAggregateInputType | true
|
|
14892
14810
|
}
|
|
14893
14811
|
|
|
@@ -15936,7 +15854,7 @@ export namespace Prisma {
|
|
|
15936
15854
|
type FacebookProfileGetPayload<S extends boolean | null | undefined | FacebookProfileDefaultArgs> = $Result.GetResult<Prisma.$FacebookProfilePayload, S>
|
|
15937
15855
|
|
|
15938
15856
|
type FacebookProfileCountArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> =
|
|
15939
|
-
Omit<FacebookProfileFindManyArgs, 'select' | 'include' | 'distinct'> & {
|
|
15857
|
+
Omit<FacebookProfileFindManyArgs, 'select' | 'include' | 'distinct' > & {
|
|
15940
15858
|
select?: FacebookProfileCountAggregateInputType | true
|
|
15941
15859
|
}
|
|
15942
15860
|
|
|
@@ -16985,7 +16903,7 @@ export namespace Prisma {
|
|
|
16985
16903
|
type TwitterProfileGetPayload<S extends boolean | null | undefined | TwitterProfileDefaultArgs> = $Result.GetResult<Prisma.$TwitterProfilePayload, S>
|
|
16986
16904
|
|
|
16987
16905
|
type TwitterProfileCountArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> =
|
|
16988
|
-
Omit<TwitterProfileFindManyArgs, 'select' | 'include' | 'distinct'> & {
|
|
16906
|
+
Omit<TwitterProfileFindManyArgs, 'select' | 'include' | 'distinct' > & {
|
|
16989
16907
|
select?: TwitterProfileCountAggregateInputType | true
|
|
16990
16908
|
}
|
|
16991
16909
|
|
|
@@ -17951,7 +17869,7 @@ export namespace Prisma {
|
|
|
17951
17869
|
type BrandUserProfileGetPayload<S extends boolean | null | undefined | BrandUserProfileDefaultArgs> = $Result.GetResult<Prisma.$BrandUserProfilePayload, S>
|
|
17952
17870
|
|
|
17953
17871
|
type BrandUserProfileCountArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> =
|
|
17954
|
-
Omit<BrandUserProfileFindManyArgs, 'select' | 'include' | 'distinct'> & {
|
|
17872
|
+
Omit<BrandUserProfileFindManyArgs, 'select' | 'include' | 'distinct' > & {
|
|
17955
17873
|
select?: BrandUserProfileCountAggregateInputType | true
|
|
17956
17874
|
}
|
|
17957
17875
|
|
|
@@ -19077,7 +18995,7 @@ export namespace Prisma {
|
|
|
19077
18995
|
type BrandGetPayload<S extends boolean | null | undefined | BrandDefaultArgs> = $Result.GetResult<Prisma.$BrandPayload, S>
|
|
19078
18996
|
|
|
19079
18997
|
type BrandCountArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> =
|
|
19080
|
-
Omit<BrandFindManyArgs, 'select' | 'include' | 'distinct'> & {
|
|
18998
|
+
Omit<BrandFindManyArgs, 'select' | 'include' | 'distinct' > & {
|
|
19081
18999
|
select?: BrandCountAggregateInputType | true
|
|
19082
19000
|
}
|
|
19083
19001
|
|
|
@@ -20596,7 +20514,7 @@ export namespace Prisma {
|
|
|
20596
20514
|
type SearchContactsGetPayload<S extends boolean | null | undefined | SearchContactsDefaultArgs> = $Result.GetResult<Prisma.$SearchContactsPayload, S>
|
|
20597
20515
|
|
|
20598
20516
|
type SearchContactsCountArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> =
|
|
20599
|
-
Omit<SearchContactsFindManyArgs, 'select' | 'include' | 'distinct'> & {
|
|
20517
|
+
Omit<SearchContactsFindManyArgs, 'select' | 'include' | 'distinct' > & {
|
|
20600
20518
|
select?: SearchContactsCountAggregateInputType | true
|
|
20601
20519
|
}
|
|
20602
20520
|
|
|
@@ -21643,7 +21561,7 @@ export namespace Prisma {
|
|
|
21643
21561
|
type ReportCreditsGetPayload<S extends boolean | null | undefined | ReportCreditsDefaultArgs> = $Result.GetResult<Prisma.$ReportCreditsPayload, S>
|
|
21644
21562
|
|
|
21645
21563
|
type ReportCreditsCountArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> =
|
|
21646
|
-
Omit<ReportCreditsFindManyArgs, 'select' | 'include' | 'distinct'> & {
|
|
21564
|
+
Omit<ReportCreditsFindManyArgs, 'select' | 'include' | 'distinct' > & {
|
|
21647
21565
|
select?: ReportCreditsCountAggregateInputType | true
|
|
21648
21566
|
}
|
|
21649
21567
|
|
|
@@ -22623,7 +22541,7 @@ export namespace Prisma {
|
|
|
22623
22541
|
type BrandToImageGetPayload<S extends boolean | null | undefined | BrandToImageDefaultArgs> = $Result.GetResult<Prisma.$BrandToImagePayload, S>
|
|
22624
22542
|
|
|
22625
22543
|
type BrandToImageCountArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> =
|
|
22626
|
-
Omit<BrandToImageFindManyArgs, 'select' | 'include' | 'distinct'> & {
|
|
22544
|
+
Omit<BrandToImageFindManyArgs, 'select' | 'include' | 'distinct' > & {
|
|
22627
22545
|
select?: BrandToImageCountAggregateInputType | true
|
|
22628
22546
|
}
|
|
22629
22547
|
|
|
@@ -23573,7 +23491,7 @@ export namespace Prisma {
|
|
|
23573
23491
|
type BrandToCategoryGetPayload<S extends boolean | null | undefined | BrandToCategoryDefaultArgs> = $Result.GetResult<Prisma.$BrandToCategoryPayload, S>
|
|
23574
23492
|
|
|
23575
23493
|
type BrandToCategoryCountArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> =
|
|
23576
|
-
Omit<BrandToCategoryFindManyArgs, 'select' | 'include' | 'distinct'> & {
|
|
23494
|
+
Omit<BrandToCategoryFindManyArgs, 'select' | 'include' | 'distinct' > & {
|
|
23577
23495
|
select?: BrandToCategoryCountAggregateInputType | true
|
|
23578
23496
|
}
|
|
23579
23497
|
|
|
@@ -24501,7 +24419,7 @@ export namespace Prisma {
|
|
|
24501
24419
|
type CreatorToCategoryGetPayload<S extends boolean | null | undefined | CreatorToCategoryDefaultArgs> = $Result.GetResult<Prisma.$CreatorToCategoryPayload, S>
|
|
24502
24420
|
|
|
24503
24421
|
type CreatorToCategoryCountArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> =
|
|
24504
|
-
Omit<CreatorToCategoryFindManyArgs, 'select' | 'include' | 'distinct'> & {
|
|
24422
|
+
Omit<CreatorToCategoryFindManyArgs, 'select' | 'include' | 'distinct' > & {
|
|
24505
24423
|
select?: CreatorToCategoryCountAggregateInputType | true
|
|
24506
24424
|
}
|
|
24507
24425
|
|
|
@@ -25457,7 +25375,7 @@ export namespace Prisma {
|
|
|
25457
25375
|
type ChatGetPayload<S extends boolean | null | undefined | ChatDefaultArgs> = $Result.GetResult<Prisma.$ChatPayload, S>
|
|
25458
25376
|
|
|
25459
25377
|
type ChatCountArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> =
|
|
25460
|
-
Omit<ChatFindManyArgs, 'select' | 'include' | 'distinct'> & {
|
|
25378
|
+
Omit<ChatFindManyArgs, 'select' | 'include' | 'distinct' > & {
|
|
25461
25379
|
select?: ChatCountAggregateInputType | true
|
|
25462
25380
|
}
|
|
25463
25381
|
|
|
@@ -26499,7 +26417,7 @@ export namespace Prisma {
|
|
|
26499
26417
|
type MessageGetPayload<S extends boolean | null | undefined | MessageDefaultArgs> = $Result.GetResult<Prisma.$MessagePayload, S>
|
|
26500
26418
|
|
|
26501
26419
|
type MessageCountArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> =
|
|
26502
|
-
Omit<MessageFindManyArgs, 'select' | 'include' | 'distinct'> & {
|
|
26420
|
+
Omit<MessageFindManyArgs, 'select' | 'include' | 'distinct' > & {
|
|
26503
26421
|
select?: MessageCountAggregateInputType | true
|
|
26504
26422
|
}
|
|
26505
26423
|
|
|
@@ -28053,7 +27971,7 @@ export namespace Prisma {
|
|
|
28053
27971
|
type CampaignGetPayload<S extends boolean | null | undefined | CampaignDefaultArgs> = $Result.GetResult<Prisma.$CampaignPayload, S>
|
|
28054
27972
|
|
|
28055
27973
|
type CampaignCountArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> =
|
|
28056
|
-
Omit<CampaignFindManyArgs, 'select' | 'include' | 'distinct'> & {
|
|
27974
|
+
Omit<CampaignFindManyArgs, 'select' | 'include' | 'distinct' > & {
|
|
28057
27975
|
select?: CampaignCountAggregateInputType | true
|
|
28058
27976
|
}
|
|
28059
27977
|
|
|
@@ -29339,7 +29257,7 @@ export namespace Prisma {
|
|
|
29339
29257
|
type CampaignPinGetPayload<S extends boolean | null | undefined | CampaignPinDefaultArgs> = $Result.GetResult<Prisma.$CampaignPinPayload, S>
|
|
29340
29258
|
|
|
29341
29259
|
type CampaignPinCountArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> =
|
|
29342
|
-
Omit<CampaignPinFindManyArgs, 'select' | 'include' | 'distinct'> & {
|
|
29260
|
+
Omit<CampaignPinFindManyArgs, 'select' | 'include' | 'distinct' > & {
|
|
29343
29261
|
select?: CampaignPinCountAggregateInputType | true
|
|
29344
29262
|
}
|
|
29345
29263
|
|
|
@@ -30282,7 +30200,7 @@ export namespace Prisma {
|
|
|
30282
30200
|
type CampaignToImageGetPayload<S extends boolean | null | undefined | CampaignToImageDefaultArgs> = $Result.GetResult<Prisma.$CampaignToImagePayload, S>
|
|
30283
30201
|
|
|
30284
30202
|
type CampaignToImageCountArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> =
|
|
30285
|
-
Omit<CampaignToImageFindManyArgs, 'select' | 'include' | 'distinct'> & {
|
|
30203
|
+
Omit<CampaignToImageFindManyArgs, 'select' | 'include' | 'distinct' > & {
|
|
30286
30204
|
select?: CampaignToImageCountAggregateInputType | true
|
|
30287
30205
|
}
|
|
30288
30206
|
|
|
@@ -31232,7 +31150,7 @@ export namespace Prisma {
|
|
|
31232
31150
|
type CampaignToCategoryGetPayload<S extends boolean | null | undefined | CampaignToCategoryDefaultArgs> = $Result.GetResult<Prisma.$CampaignToCategoryPayload, S>
|
|
31233
31151
|
|
|
31234
31152
|
type CampaignToCategoryCountArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> =
|
|
31235
|
-
Omit<CampaignToCategoryFindManyArgs, 'select' | 'include' | 'distinct'> & {
|
|
31153
|
+
Omit<CampaignToCategoryFindManyArgs, 'select' | 'include' | 'distinct' > & {
|
|
31236
31154
|
select?: CampaignToCategoryCountAggregateInputType | true
|
|
31237
31155
|
}
|
|
31238
31156
|
|
|
@@ -32160,7 +32078,7 @@ export namespace Prisma {
|
|
|
32160
32078
|
type CampaignToCountryGetPayload<S extends boolean | null | undefined | CampaignToCountryDefaultArgs> = $Result.GetResult<Prisma.$CampaignToCountryPayload, S>
|
|
32161
32079
|
|
|
32162
32080
|
type CampaignToCountryCountArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> =
|
|
32163
|
-
Omit<CampaignToCountryFindManyArgs, 'select' | 'include' | 'distinct'> & {
|
|
32081
|
+
Omit<CampaignToCountryFindManyArgs, 'select' | 'include' | 'distinct' > & {
|
|
32164
32082
|
select?: CampaignToCountryCountAggregateInputType | true
|
|
32165
32083
|
}
|
|
32166
32084
|
|
|
@@ -33119,7 +33037,7 @@ export namespace Prisma {
|
|
|
33119
33037
|
type VariableGetPayload<S extends boolean | null | undefined | VariableDefaultArgs> = $Result.GetResult<Prisma.$VariablePayload, S>
|
|
33120
33038
|
|
|
33121
33039
|
type VariableCountArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> =
|
|
33122
|
-
Omit<VariableFindManyArgs, 'select' | 'include' | 'distinct'> & {
|
|
33040
|
+
Omit<VariableFindManyArgs, 'select' | 'include' | 'distinct' > & {
|
|
33123
33041
|
select?: VariableCountAggregateInputType | true
|
|
33124
33042
|
}
|
|
33125
33043
|
|
|
@@ -34122,7 +34040,7 @@ export namespace Prisma {
|
|
|
34122
34040
|
type VariableOptionGetPayload<S extends boolean | null | undefined | VariableOptionDefaultArgs> = $Result.GetResult<Prisma.$VariableOptionPayload, S>
|
|
34123
34041
|
|
|
34124
34042
|
type VariableOptionCountArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> =
|
|
34125
|
-
Omit<VariableOptionFindManyArgs, 'select' | 'include' | 'distinct'> & {
|
|
34043
|
+
Omit<VariableOptionFindManyArgs, 'select' | 'include' | 'distinct' > & {
|
|
34126
34044
|
select?: VariableOptionCountAggregateInputType | true
|
|
34127
34045
|
}
|
|
34128
34046
|
|
|
@@ -35095,7 +35013,7 @@ export namespace Prisma {
|
|
|
35095
35013
|
type StepGetPayload<S extends boolean | null | undefined | StepDefaultArgs> = $Result.GetResult<Prisma.$StepPayload, S>
|
|
35096
35014
|
|
|
35097
35015
|
type StepCountArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> =
|
|
35098
|
-
Omit<StepFindManyArgs, 'select' | 'include' | 'distinct'> & {
|
|
35016
|
+
Omit<StepFindManyArgs, 'select' | 'include' | 'distinct' > & {
|
|
35099
35017
|
select?: StepCountAggregateInputType | true
|
|
35100
35018
|
}
|
|
35101
35019
|
|
|
@@ -36129,7 +36047,7 @@ export namespace Prisma {
|
|
|
36129
36047
|
type CampaignStepGetPayload<S extends boolean | null | undefined | CampaignStepDefaultArgs> = $Result.GetResult<Prisma.$CampaignStepPayload, S>
|
|
36130
36048
|
|
|
36131
36049
|
type CampaignStepCountArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> =
|
|
36132
|
-
Omit<CampaignStepFindManyArgs, 'select' | 'include' | 'distinct'> & {
|
|
36050
|
+
Omit<CampaignStepFindManyArgs, 'select' | 'include' | 'distinct' > & {
|
|
36133
36051
|
select?: CampaignStepCountAggregateInputType | true
|
|
36134
36052
|
}
|
|
36135
36053
|
|
|
@@ -37171,7 +37089,7 @@ export namespace Prisma {
|
|
|
37171
37089
|
type OptInStepGetPayload<S extends boolean | null | undefined | OptInStepDefaultArgs> = $Result.GetResult<Prisma.$OptInStepPayload, S>
|
|
37172
37090
|
|
|
37173
37091
|
type OptInStepCountArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> =
|
|
37174
|
-
Omit<OptInStepFindManyArgs, 'select' | 'include' | 'distinct'> & {
|
|
37092
|
+
Omit<OptInStepFindManyArgs, 'select' | 'include' | 'distinct' > & {
|
|
37175
37093
|
select?: OptInStepCountAggregateInputType | true
|
|
37176
37094
|
}
|
|
37177
37095
|
|
|
@@ -38114,7 +38032,7 @@ export namespace Prisma {
|
|
|
38114
38032
|
type CategoryGetPayload<S extends boolean | null | undefined | CategoryDefaultArgs> = $Result.GetResult<Prisma.$CategoryPayload, S>
|
|
38115
38033
|
|
|
38116
38034
|
type CategoryCountArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> =
|
|
38117
|
-
Omit<CategoryFindManyArgs, 'select' | 'include' | 'distinct'> & {
|
|
38035
|
+
Omit<CategoryFindManyArgs, 'select' | 'include' | 'distinct' > & {
|
|
38118
38036
|
select?: CategoryCountAggregateInputType | true
|
|
38119
38037
|
}
|
|
38120
38038
|
|
|
@@ -39208,6 +39126,7 @@ export namespace Prisma {
|
|
|
39208
39126
|
chat?: boolean | OptIn$chatArgs<ExtArgs>
|
|
39209
39127
|
campaignInvites?: boolean | OptIn$campaignInvitesArgs<ExtArgs>
|
|
39210
39128
|
trolleyPayments?: boolean | OptIn$trolleyPaymentsArgs<ExtArgs>
|
|
39129
|
+
affiliateClicks?: boolean | OptIn$affiliateClicksArgs<ExtArgs>
|
|
39211
39130
|
_count?: boolean | OptInCountOutputTypeDefaultArgs<ExtArgs>
|
|
39212
39131
|
}, ExtArgs["result"]["optIn"]>
|
|
39213
39132
|
|
|
@@ -39240,6 +39159,7 @@ export namespace Prisma {
|
|
|
39240
39159
|
chat?: boolean | OptIn$chatArgs<ExtArgs>
|
|
39241
39160
|
campaignInvites?: boolean | OptIn$campaignInvitesArgs<ExtArgs>
|
|
39242
39161
|
trolleyPayments?: boolean | OptIn$trolleyPaymentsArgs<ExtArgs>
|
|
39162
|
+
affiliateClicks?: boolean | OptIn$affiliateClicksArgs<ExtArgs>
|
|
39243
39163
|
_count?: boolean | OptInCountOutputTypeDefaultArgs<ExtArgs>
|
|
39244
39164
|
}
|
|
39245
39165
|
|
|
@@ -39255,6 +39175,7 @@ export namespace Prisma {
|
|
|
39255
39175
|
chat: Prisma.$ChatPayload<ExtArgs> | null
|
|
39256
39176
|
campaignInvites: Prisma.$CampaignInvitePayload<ExtArgs>[]
|
|
39257
39177
|
trolleyPayments: Prisma.$TrolleyPaymentPayload<ExtArgs>[]
|
|
39178
|
+
affiliateClicks: Prisma.$AffiliateClickPayload<ExtArgs>[]
|
|
39258
39179
|
}
|
|
39259
39180
|
scalars: $Extensions.GetPayloadResult<{
|
|
39260
39181
|
id: number
|
|
@@ -39282,7 +39203,7 @@ export namespace Prisma {
|
|
|
39282
39203
|
type OptInGetPayload<S extends boolean | null | undefined | OptInDefaultArgs> = $Result.GetResult<Prisma.$OptInPayload, S>
|
|
39283
39204
|
|
|
39284
39205
|
type OptInCountArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> =
|
|
39285
|
-
Omit<OptInFindManyArgs, 'select' | 'include' | 'distinct'> & {
|
|
39206
|
+
Omit<OptInFindManyArgs, 'select' | 'include' | 'distinct' > & {
|
|
39286
39207
|
select?: OptInCountAggregateInputType | true
|
|
39287
39208
|
}
|
|
39288
39209
|
|
|
@@ -39655,6 +39576,8 @@ export namespace Prisma {
|
|
|
39655
39576
|
|
|
39656
39577
|
trolleyPayments<T extends OptIn$trolleyPaymentsArgs<ExtArgs> = {}>(args?: Subset<T, OptIn$trolleyPaymentsArgs<ExtArgs>>): Prisma.PrismaPromise<$Result.GetResult<Prisma.$TrolleyPaymentPayload<ExtArgs>, T, 'findMany'> | Null>;
|
|
39657
39578
|
|
|
39579
|
+
affiliateClicks<T extends OptIn$affiliateClicksArgs<ExtArgs> = {}>(args?: Subset<T, OptIn$affiliateClicksArgs<ExtArgs>>): Prisma.PrismaPromise<$Result.GetResult<Prisma.$AffiliateClickPayload<ExtArgs>, T, 'findMany'> | Null>;
|
|
39580
|
+
|
|
39658
39581
|
/**
|
|
39659
39582
|
* Attaches callbacks for the resolution and/or rejection of the Promise.
|
|
39660
39583
|
* @param onfulfilled The callback to execute when the Promise is resolved.
|
|
@@ -40127,6 +40050,27 @@ export namespace Prisma {
|
|
|
40127
40050
|
}
|
|
40128
40051
|
|
|
40129
40052
|
|
|
40053
|
+
/**
|
|
40054
|
+
* OptIn.affiliateClicks
|
|
40055
|
+
*/
|
|
40056
|
+
export type OptIn$affiliateClicksArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
|
|
40057
|
+
/**
|
|
40058
|
+
* Select specific fields to fetch from the AffiliateClick
|
|
40059
|
+
*/
|
|
40060
|
+
select?: AffiliateClickSelect<ExtArgs> | null
|
|
40061
|
+
/**
|
|
40062
|
+
* Choose, which related nodes to fetch as well.
|
|
40063
|
+
*/
|
|
40064
|
+
include?: AffiliateClickInclude<ExtArgs> | null
|
|
40065
|
+
where?: AffiliateClickWhereInput
|
|
40066
|
+
orderBy?: AffiliateClickOrderByWithRelationAndSearchRelevanceInput | AffiliateClickOrderByWithRelationAndSearchRelevanceInput[]
|
|
40067
|
+
cursor?: AffiliateClickWhereUniqueInput
|
|
40068
|
+
take?: number
|
|
40069
|
+
skip?: number
|
|
40070
|
+
distinct?: AffiliateClickScalarFieldEnum | AffiliateClickScalarFieldEnum[]
|
|
40071
|
+
}
|
|
40072
|
+
|
|
40073
|
+
|
|
40130
40074
|
/**
|
|
40131
40075
|
* OptIn without action
|
|
40132
40076
|
*/
|
|
@@ -40329,7 +40273,7 @@ export namespace Prisma {
|
|
|
40329
40273
|
paymentId: string
|
|
40330
40274
|
type: $Enums.trolleyPaymentType | null
|
|
40331
40275
|
status: $Enums.trolleyPaymentStatus
|
|
40332
|
-
optInId: number
|
|
40276
|
+
optInId: number | null
|
|
40333
40277
|
paymentAmount: number
|
|
40334
40278
|
metaData: JsonValue
|
|
40335
40279
|
_count: TrolleyPaymentCountAggregateOutputType | null
|
|
@@ -40361,7 +40305,7 @@ export namespace Prisma {
|
|
|
40361
40305
|
optInId?: boolean
|
|
40362
40306
|
paymentAmount?: boolean
|
|
40363
40307
|
metaData?: boolean
|
|
40364
|
-
optIn?: boolean |
|
|
40308
|
+
optIn?: boolean | TrolleyPayment$optInArgs<ExtArgs>
|
|
40365
40309
|
}, ExtArgs["result"]["trolleyPayment"]>
|
|
40366
40310
|
|
|
40367
40311
|
export type TrolleyPaymentSelectScalar = {
|
|
@@ -40375,21 +40319,21 @@ export namespace Prisma {
|
|
|
40375
40319
|
}
|
|
40376
40320
|
|
|
40377
40321
|
export type TrolleyPaymentInclude<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
|
|
40378
|
-
optIn?: boolean |
|
|
40322
|
+
optIn?: boolean | TrolleyPayment$optInArgs<ExtArgs>
|
|
40379
40323
|
}
|
|
40380
40324
|
|
|
40381
40325
|
|
|
40382
40326
|
export type $TrolleyPaymentPayload<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
|
|
40383
40327
|
name: "TrolleyPayment"
|
|
40384
40328
|
objects: {
|
|
40385
|
-
optIn: Prisma.$OptInPayload<ExtArgs>
|
|
40329
|
+
optIn: Prisma.$OptInPayload<ExtArgs> | null
|
|
40386
40330
|
}
|
|
40387
40331
|
scalars: $Extensions.GetPayloadResult<{
|
|
40388
40332
|
id: number
|
|
40389
40333
|
paymentId: string
|
|
40390
40334
|
type: $Enums.trolleyPaymentType | null
|
|
40391
40335
|
status: $Enums.trolleyPaymentStatus
|
|
40392
|
-
optInId: number
|
|
40336
|
+
optInId: number | null
|
|
40393
40337
|
paymentAmount: number
|
|
40394
40338
|
metaData: Prisma.JsonValue
|
|
40395
40339
|
}, ExtArgs["result"]["trolleyPayment"]>
|
|
@@ -40400,7 +40344,7 @@ export namespace Prisma {
|
|
|
40400
40344
|
type TrolleyPaymentGetPayload<S extends boolean | null | undefined | TrolleyPaymentDefaultArgs> = $Result.GetResult<Prisma.$TrolleyPaymentPayload, S>
|
|
40401
40345
|
|
|
40402
40346
|
type TrolleyPaymentCountArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> =
|
|
40403
|
-
Omit<TrolleyPaymentFindManyArgs, 'select' | 'include' | 'distinct'> & {
|
|
40347
|
+
Omit<TrolleyPaymentFindManyArgs, 'select' | 'include' | 'distinct' > & {
|
|
40404
40348
|
select?: TrolleyPaymentCountAggregateInputType | true
|
|
40405
40349
|
}
|
|
40406
40350
|
|
|
@@ -40757,7 +40701,7 @@ export namespace Prisma {
|
|
|
40757
40701
|
export interface Prisma__TrolleyPaymentClient<T, Null = never, ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> extends Prisma.PrismaPromise<T> {
|
|
40758
40702
|
readonly [Symbol.toStringTag]: 'PrismaPromise';
|
|
40759
40703
|
|
|
40760
|
-
optIn<T extends
|
|
40704
|
+
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
40705
|
|
|
40762
40706
|
/**
|
|
40763
40707
|
* Attaches callbacks for the resolution and/or rejection of the Promise.
|
|
@@ -41105,6 +41049,22 @@ export namespace Prisma {
|
|
|
41105
41049
|
}
|
|
41106
41050
|
|
|
41107
41051
|
|
|
41052
|
+
/**
|
|
41053
|
+
* TrolleyPayment.optIn
|
|
41054
|
+
*/
|
|
41055
|
+
export type TrolleyPayment$optInArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
|
|
41056
|
+
/**
|
|
41057
|
+
* Select specific fields to fetch from the OptIn
|
|
41058
|
+
*/
|
|
41059
|
+
select?: OptInSelect<ExtArgs> | null
|
|
41060
|
+
/**
|
|
41061
|
+
* Choose, which related nodes to fetch as well.
|
|
41062
|
+
*/
|
|
41063
|
+
include?: OptInInclude<ExtArgs> | null
|
|
41064
|
+
where?: OptInWhereInput
|
|
41065
|
+
}
|
|
41066
|
+
|
|
41067
|
+
|
|
41108
41068
|
/**
|
|
41109
41069
|
* TrolleyPayment without action
|
|
41110
41070
|
*/
|
|
@@ -41362,7 +41322,7 @@ export namespace Prisma {
|
|
|
41362
41322
|
type OptInVariableGetPayload<S extends boolean | null | undefined | OptInVariableDefaultArgs> = $Result.GetResult<Prisma.$OptInVariablePayload, S>
|
|
41363
41323
|
|
|
41364
41324
|
type OptInVariableCountArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> =
|
|
41365
|
-
Omit<OptInVariableFindManyArgs, 'select' | 'include' | 'distinct'> & {
|
|
41325
|
+
Omit<OptInVariableFindManyArgs, 'select' | 'include' | 'distinct' > & {
|
|
41366
41326
|
select?: OptInVariableCountAggregateInputType | true
|
|
41367
41327
|
}
|
|
41368
41328
|
|
|
@@ -42561,7 +42521,6 @@ export namespace Prisma {
|
|
|
42561
42521
|
user?: boolean | SocialPost$userArgs<ExtArgs>
|
|
42562
42522
|
campaign?: boolean | SocialPost$campaignArgs<ExtArgs>
|
|
42563
42523
|
lists?: boolean | SocialPost$listsArgs<ExtArgs>
|
|
42564
|
-
socialPostTags?: boolean | SocialPost$socialPostTagsArgs<ExtArgs>
|
|
42565
42524
|
_count?: boolean | SocialPostCountOutputTypeDefaultArgs<ExtArgs>
|
|
42566
42525
|
}, ExtArgs["result"]["socialPost"]>
|
|
42567
42526
|
|
|
@@ -42605,7 +42564,6 @@ export namespace Prisma {
|
|
|
42605
42564
|
user?: boolean | SocialPost$userArgs<ExtArgs>
|
|
42606
42565
|
campaign?: boolean | SocialPost$campaignArgs<ExtArgs>
|
|
42607
42566
|
lists?: boolean | SocialPost$listsArgs<ExtArgs>
|
|
42608
|
-
socialPostTags?: boolean | SocialPost$socialPostTagsArgs<ExtArgs>
|
|
42609
42567
|
_count?: boolean | SocialPostCountOutputTypeDefaultArgs<ExtArgs>
|
|
42610
42568
|
}
|
|
42611
42569
|
|
|
@@ -42616,7 +42574,6 @@ export namespace Prisma {
|
|
|
42616
42574
|
user: Prisma.$UserPayload<ExtArgs> | null
|
|
42617
42575
|
campaign: Prisma.$CampaignPayload<ExtArgs> | null
|
|
42618
42576
|
lists: Prisma.$ListToSocialPostPayload<ExtArgs>[]
|
|
42619
|
-
socialPostTags: Prisma.$SocialPostTagPayload<ExtArgs>[]
|
|
42620
42577
|
}
|
|
42621
42578
|
scalars: $Extensions.GetPayloadResult<{
|
|
42622
42579
|
id: number
|
|
@@ -42660,7 +42617,7 @@ export namespace Prisma {
|
|
|
42660
42617
|
type SocialPostGetPayload<S extends boolean | null | undefined | SocialPostDefaultArgs> = $Result.GetResult<Prisma.$SocialPostPayload, S>
|
|
42661
42618
|
|
|
42662
42619
|
type SocialPostCountArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> =
|
|
42663
|
-
Omit<SocialPostFindManyArgs, 'select' | 'include' | 'distinct'> & {
|
|
42620
|
+
Omit<SocialPostFindManyArgs, 'select' | 'include' | 'distinct' > & {
|
|
42664
42621
|
select?: SocialPostCountAggregateInputType | true
|
|
42665
42622
|
}
|
|
42666
42623
|
|
|
@@ -43023,8 +42980,6 @@ export namespace Prisma {
|
|
|
43023
42980
|
|
|
43024
42981
|
lists<T extends SocialPost$listsArgs<ExtArgs> = {}>(args?: Subset<T, SocialPost$listsArgs<ExtArgs>>): Prisma.PrismaPromise<$Result.GetResult<Prisma.$ListToSocialPostPayload<ExtArgs>, T, 'findMany'> | Null>;
|
|
43025
42982
|
|
|
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
42983
|
/**
|
|
43029
42984
|
* Attaches callbacks for the resolution and/or rejection of the Promise.
|
|
43030
42985
|
* @param onfulfilled The callback to execute when the Promise is resolved.
|
|
@@ -43450,27 +43405,6 @@ export namespace Prisma {
|
|
|
43450
43405
|
}
|
|
43451
43406
|
|
|
43452
43407
|
|
|
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
43408
|
/**
|
|
43475
43409
|
* SocialPost without action
|
|
43476
43410
|
*/
|
|
@@ -43488,378 +43422,378 @@ export namespace Prisma {
|
|
|
43488
43422
|
|
|
43489
43423
|
|
|
43490
43424
|
/**
|
|
43491
|
-
* Model
|
|
43425
|
+
* Model Image
|
|
43492
43426
|
*/
|
|
43493
43427
|
|
|
43494
|
-
export type
|
|
43495
|
-
_count:
|
|
43496
|
-
_avg:
|
|
43497
|
-
_sum:
|
|
43498
|
-
_min:
|
|
43499
|
-
_max:
|
|
43428
|
+
export type AggregateImage = {
|
|
43429
|
+
_count: ImageCountAggregateOutputType | null
|
|
43430
|
+
_avg: ImageAvgAggregateOutputType | null
|
|
43431
|
+
_sum: ImageSumAggregateOutputType | null
|
|
43432
|
+
_min: ImageMinAggregateOutputType | null
|
|
43433
|
+
_max: ImageMaxAggregateOutputType | null
|
|
43500
43434
|
}
|
|
43501
43435
|
|
|
43502
|
-
export type
|
|
43436
|
+
export type ImageAvgAggregateOutputType = {
|
|
43503
43437
|
id: number | null
|
|
43504
|
-
|
|
43438
|
+
campaignImageId: number | null
|
|
43505
43439
|
}
|
|
43506
43440
|
|
|
43507
|
-
export type
|
|
43441
|
+
export type ImageSumAggregateOutputType = {
|
|
43508
43442
|
id: number | null
|
|
43509
|
-
|
|
43443
|
+
campaignImageId: number | null
|
|
43510
43444
|
}
|
|
43511
43445
|
|
|
43512
|
-
export type
|
|
43446
|
+
export type ImageMinAggregateOutputType = {
|
|
43513
43447
|
id: number | null
|
|
43514
|
-
|
|
43515
|
-
|
|
43516
|
-
|
|
43448
|
+
url: string | null
|
|
43449
|
+
size: string | null
|
|
43450
|
+
campaignImageId: number | null
|
|
43517
43451
|
}
|
|
43518
43452
|
|
|
43519
|
-
export type
|
|
43453
|
+
export type ImageMaxAggregateOutputType = {
|
|
43520
43454
|
id: number | null
|
|
43521
|
-
|
|
43522
|
-
|
|
43523
|
-
|
|
43455
|
+
url: string | null
|
|
43456
|
+
size: string | null
|
|
43457
|
+
campaignImageId: number | null
|
|
43524
43458
|
}
|
|
43525
43459
|
|
|
43526
|
-
export type
|
|
43460
|
+
export type ImageCountAggregateOutputType = {
|
|
43527
43461
|
id: number
|
|
43528
|
-
|
|
43529
|
-
|
|
43530
|
-
|
|
43462
|
+
url: number
|
|
43463
|
+
size: number
|
|
43464
|
+
campaignImageId: number
|
|
43531
43465
|
_all: number
|
|
43532
43466
|
}
|
|
43533
43467
|
|
|
43534
43468
|
|
|
43535
|
-
export type
|
|
43469
|
+
export type ImageAvgAggregateInputType = {
|
|
43536
43470
|
id?: true
|
|
43537
|
-
|
|
43471
|
+
campaignImageId?: true
|
|
43538
43472
|
}
|
|
43539
43473
|
|
|
43540
|
-
export type
|
|
43474
|
+
export type ImageSumAggregateInputType = {
|
|
43541
43475
|
id?: true
|
|
43542
|
-
|
|
43476
|
+
campaignImageId?: true
|
|
43543
43477
|
}
|
|
43544
43478
|
|
|
43545
|
-
export type
|
|
43479
|
+
export type ImageMinAggregateInputType = {
|
|
43546
43480
|
id?: true
|
|
43547
|
-
|
|
43548
|
-
|
|
43549
|
-
|
|
43481
|
+
url?: true
|
|
43482
|
+
size?: true
|
|
43483
|
+
campaignImageId?: true
|
|
43550
43484
|
}
|
|
43551
43485
|
|
|
43552
|
-
export type
|
|
43486
|
+
export type ImageMaxAggregateInputType = {
|
|
43553
43487
|
id?: true
|
|
43554
|
-
|
|
43555
|
-
|
|
43556
|
-
|
|
43488
|
+
url?: true
|
|
43489
|
+
size?: true
|
|
43490
|
+
campaignImageId?: true
|
|
43557
43491
|
}
|
|
43558
43492
|
|
|
43559
|
-
export type
|
|
43493
|
+
export type ImageCountAggregateInputType = {
|
|
43560
43494
|
id?: true
|
|
43561
|
-
|
|
43562
|
-
|
|
43563
|
-
|
|
43495
|
+
url?: true
|
|
43496
|
+
size?: true
|
|
43497
|
+
campaignImageId?: true
|
|
43564
43498
|
_all?: true
|
|
43565
43499
|
}
|
|
43566
43500
|
|
|
43567
|
-
export type
|
|
43501
|
+
export type ImageAggregateArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
|
|
43568
43502
|
/**
|
|
43569
|
-
* Filter which
|
|
43503
|
+
* Filter which Image to aggregate.
|
|
43570
43504
|
*/
|
|
43571
|
-
where?:
|
|
43505
|
+
where?: ImageWhereInput
|
|
43572
43506
|
/**
|
|
43573
43507
|
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/sorting Sorting Docs}
|
|
43574
43508
|
*
|
|
43575
|
-
* Determine the order of
|
|
43509
|
+
* Determine the order of Images to fetch.
|
|
43576
43510
|
*/
|
|
43577
|
-
orderBy?:
|
|
43511
|
+
orderBy?: ImageOrderByWithRelationAndSearchRelevanceInput | ImageOrderByWithRelationAndSearchRelevanceInput[]
|
|
43578
43512
|
/**
|
|
43579
43513
|
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination#cursor-based-pagination Cursor Docs}
|
|
43580
43514
|
*
|
|
43581
43515
|
* Sets the start position
|
|
43582
43516
|
*/
|
|
43583
|
-
cursor?:
|
|
43517
|
+
cursor?: ImageWhereUniqueInput
|
|
43584
43518
|
/**
|
|
43585
43519
|
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
|
|
43586
43520
|
*
|
|
43587
|
-
* Take `±n`
|
|
43521
|
+
* Take `±n` Images from the position of the cursor.
|
|
43588
43522
|
*/
|
|
43589
43523
|
take?: number
|
|
43590
43524
|
/**
|
|
43591
43525
|
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
|
|
43592
43526
|
*
|
|
43593
|
-
* Skip the first `n`
|
|
43527
|
+
* Skip the first `n` Images.
|
|
43594
43528
|
*/
|
|
43595
43529
|
skip?: number
|
|
43596
43530
|
/**
|
|
43597
43531
|
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/aggregations Aggregation Docs}
|
|
43598
43532
|
*
|
|
43599
|
-
* Count returned
|
|
43533
|
+
* Count returned Images
|
|
43600
43534
|
**/
|
|
43601
|
-
_count?: true |
|
|
43535
|
+
_count?: true | ImageCountAggregateInputType
|
|
43602
43536
|
/**
|
|
43603
43537
|
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/aggregations Aggregation Docs}
|
|
43604
43538
|
*
|
|
43605
43539
|
* Select which fields to average
|
|
43606
43540
|
**/
|
|
43607
|
-
_avg?:
|
|
43541
|
+
_avg?: ImageAvgAggregateInputType
|
|
43608
43542
|
/**
|
|
43609
43543
|
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/aggregations Aggregation Docs}
|
|
43610
43544
|
*
|
|
43611
43545
|
* Select which fields to sum
|
|
43612
43546
|
**/
|
|
43613
|
-
_sum?:
|
|
43547
|
+
_sum?: ImageSumAggregateInputType
|
|
43614
43548
|
/**
|
|
43615
43549
|
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/aggregations Aggregation Docs}
|
|
43616
43550
|
*
|
|
43617
43551
|
* Select which fields to find the minimum value
|
|
43618
43552
|
**/
|
|
43619
|
-
_min?:
|
|
43553
|
+
_min?: ImageMinAggregateInputType
|
|
43620
43554
|
/**
|
|
43621
43555
|
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/aggregations Aggregation Docs}
|
|
43622
43556
|
*
|
|
43623
43557
|
* Select which fields to find the maximum value
|
|
43624
43558
|
**/
|
|
43625
|
-
_max?:
|
|
43559
|
+
_max?: ImageMaxAggregateInputType
|
|
43626
43560
|
}
|
|
43627
43561
|
|
|
43628
|
-
export type
|
|
43629
|
-
[P in keyof T & keyof
|
|
43562
|
+
export type GetImageAggregateType<T extends ImageAggregateArgs> = {
|
|
43563
|
+
[P in keyof T & keyof AggregateImage]: P extends '_count' | 'count'
|
|
43630
43564
|
? T[P] extends true
|
|
43631
43565
|
? number
|
|
43632
|
-
: GetScalarType<T[P],
|
|
43633
|
-
: GetScalarType<T[P],
|
|
43566
|
+
: GetScalarType<T[P], AggregateImage[P]>
|
|
43567
|
+
: GetScalarType<T[P], AggregateImage[P]>
|
|
43634
43568
|
}
|
|
43635
43569
|
|
|
43636
43570
|
|
|
43637
43571
|
|
|
43638
43572
|
|
|
43639
|
-
export type
|
|
43640
|
-
where?:
|
|
43641
|
-
orderBy?:
|
|
43642
|
-
by:
|
|
43643
|
-
having?:
|
|
43573
|
+
export type ImageGroupByArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
|
|
43574
|
+
where?: ImageWhereInput
|
|
43575
|
+
orderBy?: ImageOrderByWithAggregationInput | ImageOrderByWithAggregationInput[]
|
|
43576
|
+
by: ImageScalarFieldEnum[] | ImageScalarFieldEnum
|
|
43577
|
+
having?: ImageScalarWhereWithAggregatesInput
|
|
43644
43578
|
take?: number
|
|
43645
43579
|
skip?: number
|
|
43646
|
-
_count?:
|
|
43647
|
-
_avg?:
|
|
43648
|
-
_sum?:
|
|
43649
|
-
_min?:
|
|
43650
|
-
_max?:
|
|
43580
|
+
_count?: ImageCountAggregateInputType | true
|
|
43581
|
+
_avg?: ImageAvgAggregateInputType
|
|
43582
|
+
_sum?: ImageSumAggregateInputType
|
|
43583
|
+
_min?: ImageMinAggregateInputType
|
|
43584
|
+
_max?: ImageMaxAggregateInputType
|
|
43651
43585
|
}
|
|
43652
43586
|
|
|
43653
|
-
export type
|
|
43587
|
+
export type ImageGroupByOutputType = {
|
|
43654
43588
|
id: number
|
|
43655
|
-
|
|
43656
|
-
|
|
43657
|
-
|
|
43658
|
-
_count:
|
|
43659
|
-
_avg:
|
|
43660
|
-
_sum:
|
|
43661
|
-
_min:
|
|
43662
|
-
_max:
|
|
43589
|
+
url: string
|
|
43590
|
+
size: string
|
|
43591
|
+
campaignImageId: number
|
|
43592
|
+
_count: ImageCountAggregateOutputType | null
|
|
43593
|
+
_avg: ImageAvgAggregateOutputType | null
|
|
43594
|
+
_sum: ImageSumAggregateOutputType | null
|
|
43595
|
+
_min: ImageMinAggregateOutputType | null
|
|
43596
|
+
_max: ImageMaxAggregateOutputType | null
|
|
43663
43597
|
}
|
|
43664
43598
|
|
|
43665
|
-
type
|
|
43599
|
+
type GetImageGroupByPayload<T extends ImageGroupByArgs> = Prisma.PrismaPromise<
|
|
43666
43600
|
Array<
|
|
43667
|
-
PickEnumerable<
|
|
43601
|
+
PickEnumerable<ImageGroupByOutputType, T['by']> &
|
|
43668
43602
|
{
|
|
43669
|
-
[P in ((keyof T) & (keyof
|
|
43603
|
+
[P in ((keyof T) & (keyof ImageGroupByOutputType))]: P extends '_count'
|
|
43670
43604
|
? T[P] extends boolean
|
|
43671
43605
|
? number
|
|
43672
|
-
: GetScalarType<T[P],
|
|
43673
|
-
: GetScalarType<T[P],
|
|
43606
|
+
: GetScalarType<T[P], ImageGroupByOutputType[P]>
|
|
43607
|
+
: GetScalarType<T[P], ImageGroupByOutputType[P]>
|
|
43674
43608
|
}
|
|
43675
43609
|
>
|
|
43676
43610
|
>
|
|
43677
43611
|
|
|
43678
43612
|
|
|
43679
|
-
export type
|
|
43613
|
+
export type ImageSelect<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = $Extensions.GetSelect<{
|
|
43680
43614
|
id?: boolean
|
|
43681
|
-
|
|
43682
|
-
|
|
43683
|
-
|
|
43684
|
-
|
|
43685
|
-
}, ExtArgs["result"]["
|
|
43615
|
+
url?: boolean
|
|
43616
|
+
size?: boolean
|
|
43617
|
+
campaignImageId?: boolean
|
|
43618
|
+
campaignImage?: boolean | CampaignToImageDefaultArgs<ExtArgs>
|
|
43619
|
+
}, ExtArgs["result"]["image"]>
|
|
43686
43620
|
|
|
43687
|
-
export type
|
|
43621
|
+
export type ImageSelectScalar = {
|
|
43688
43622
|
id?: boolean
|
|
43689
|
-
|
|
43690
|
-
|
|
43691
|
-
|
|
43623
|
+
url?: boolean
|
|
43624
|
+
size?: boolean
|
|
43625
|
+
campaignImageId?: boolean
|
|
43692
43626
|
}
|
|
43693
43627
|
|
|
43694
|
-
export type
|
|
43695
|
-
|
|
43628
|
+
export type ImageInclude<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
|
|
43629
|
+
campaignImage?: boolean | CampaignToImageDefaultArgs<ExtArgs>
|
|
43696
43630
|
}
|
|
43697
43631
|
|
|
43698
43632
|
|
|
43699
|
-
export type $
|
|
43700
|
-
name: "
|
|
43633
|
+
export type $ImagePayload<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
|
|
43634
|
+
name: "Image"
|
|
43701
43635
|
objects: {
|
|
43702
|
-
|
|
43636
|
+
campaignImage: Prisma.$CampaignToImagePayload<ExtArgs>
|
|
43703
43637
|
}
|
|
43704
43638
|
scalars: $Extensions.GetPayloadResult<{
|
|
43705
43639
|
id: number
|
|
43706
|
-
|
|
43707
|
-
|
|
43708
|
-
|
|
43709
|
-
}, ExtArgs["result"]["
|
|
43640
|
+
url: string
|
|
43641
|
+
size: string
|
|
43642
|
+
campaignImageId: number
|
|
43643
|
+
}, ExtArgs["result"]["image"]>
|
|
43710
43644
|
composites: {}
|
|
43711
43645
|
}
|
|
43712
43646
|
|
|
43713
43647
|
|
|
43714
|
-
type
|
|
43648
|
+
type ImageGetPayload<S extends boolean | null | undefined | ImageDefaultArgs> = $Result.GetResult<Prisma.$ImagePayload, S>
|
|
43715
43649
|
|
|
43716
|
-
type
|
|
43717
|
-
Omit<
|
|
43718
|
-
select?:
|
|
43650
|
+
type ImageCountArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> =
|
|
43651
|
+
Omit<ImageFindManyArgs, 'select' | 'include' | 'distinct' > & {
|
|
43652
|
+
select?: ImageCountAggregateInputType | true
|
|
43719
43653
|
}
|
|
43720
43654
|
|
|
43721
|
-
export interface
|
|
43722
|
-
[K: symbol]: { types: Prisma.TypeMap<ExtArgs>['model']['
|
|
43655
|
+
export interface ImageDelegate<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> {
|
|
43656
|
+
[K: symbol]: { types: Prisma.TypeMap<ExtArgs>['model']['Image'], meta: { name: 'Image' } }
|
|
43723
43657
|
/**
|
|
43724
|
-
* Find zero or one
|
|
43725
|
-
* @param {
|
|
43658
|
+
* Find zero or one Image that matches the filter.
|
|
43659
|
+
* @param {ImageFindUniqueArgs} args - Arguments to find a Image
|
|
43726
43660
|
* @example
|
|
43727
|
-
* // Get one
|
|
43728
|
-
* const
|
|
43661
|
+
* // Get one Image
|
|
43662
|
+
* const image = await prisma.image.findUnique({
|
|
43729
43663
|
* where: {
|
|
43730
43664
|
* // ... provide filter here
|
|
43731
43665
|
* }
|
|
43732
43666
|
* })
|
|
43733
43667
|
**/
|
|
43734
|
-
findUnique<T extends
|
|
43735
|
-
args: SelectSubset<T,
|
|
43736
|
-
):
|
|
43668
|
+
findUnique<T extends ImageFindUniqueArgs<ExtArgs>>(
|
|
43669
|
+
args: SelectSubset<T, ImageFindUniqueArgs<ExtArgs>>
|
|
43670
|
+
): Prisma__ImageClient<$Result.GetResult<Prisma.$ImagePayload<ExtArgs>, T, 'findUnique'> | null, null, ExtArgs>
|
|
43737
43671
|
|
|
43738
43672
|
/**
|
|
43739
|
-
* Find one
|
|
43673
|
+
* Find one Image that matches the filter or throw an error with `error.code='P2025'`
|
|
43740
43674
|
* if no matches were found.
|
|
43741
|
-
* @param {
|
|
43675
|
+
* @param {ImageFindUniqueOrThrowArgs} args - Arguments to find a Image
|
|
43742
43676
|
* @example
|
|
43743
|
-
* // Get one
|
|
43744
|
-
* const
|
|
43677
|
+
* // Get one Image
|
|
43678
|
+
* const image = await prisma.image.findUniqueOrThrow({
|
|
43745
43679
|
* where: {
|
|
43746
43680
|
* // ... provide filter here
|
|
43747
43681
|
* }
|
|
43748
43682
|
* })
|
|
43749
43683
|
**/
|
|
43750
|
-
findUniqueOrThrow<T extends
|
|
43751
|
-
args?: SelectSubset<T,
|
|
43752
|
-
):
|
|
43684
|
+
findUniqueOrThrow<T extends ImageFindUniqueOrThrowArgs<ExtArgs>>(
|
|
43685
|
+
args?: SelectSubset<T, ImageFindUniqueOrThrowArgs<ExtArgs>>
|
|
43686
|
+
): Prisma__ImageClient<$Result.GetResult<Prisma.$ImagePayload<ExtArgs>, T, 'findUniqueOrThrow'>, never, ExtArgs>
|
|
43753
43687
|
|
|
43754
43688
|
/**
|
|
43755
|
-
* Find the first
|
|
43689
|
+
* Find the first Image that matches the filter.
|
|
43756
43690
|
* Note, that providing `undefined` is treated as the value not being there.
|
|
43757
43691
|
* Read more here: https://pris.ly/d/null-undefined
|
|
43758
|
-
* @param {
|
|
43692
|
+
* @param {ImageFindFirstArgs} args - Arguments to find a Image
|
|
43759
43693
|
* @example
|
|
43760
|
-
* // Get one
|
|
43761
|
-
* const
|
|
43694
|
+
* // Get one Image
|
|
43695
|
+
* const image = await prisma.image.findFirst({
|
|
43762
43696
|
* where: {
|
|
43763
43697
|
* // ... provide filter here
|
|
43764
43698
|
* }
|
|
43765
43699
|
* })
|
|
43766
43700
|
**/
|
|
43767
|
-
findFirst<T extends
|
|
43768
|
-
args?: SelectSubset<T,
|
|
43769
|
-
):
|
|
43701
|
+
findFirst<T extends ImageFindFirstArgs<ExtArgs>>(
|
|
43702
|
+
args?: SelectSubset<T, ImageFindFirstArgs<ExtArgs>>
|
|
43703
|
+
): Prisma__ImageClient<$Result.GetResult<Prisma.$ImagePayload<ExtArgs>, T, 'findFirst'> | null, null, ExtArgs>
|
|
43770
43704
|
|
|
43771
43705
|
/**
|
|
43772
|
-
* Find the first
|
|
43706
|
+
* Find the first Image that matches the filter or
|
|
43773
43707
|
* throw `PrismaKnownClientError` with `P2025` code if no matches were found.
|
|
43774
43708
|
* Note, that providing `undefined` is treated as the value not being there.
|
|
43775
43709
|
* Read more here: https://pris.ly/d/null-undefined
|
|
43776
|
-
* @param {
|
|
43710
|
+
* @param {ImageFindFirstOrThrowArgs} args - Arguments to find a Image
|
|
43777
43711
|
* @example
|
|
43778
|
-
* // Get one
|
|
43779
|
-
* const
|
|
43712
|
+
* // Get one Image
|
|
43713
|
+
* const image = await prisma.image.findFirstOrThrow({
|
|
43780
43714
|
* where: {
|
|
43781
43715
|
* // ... provide filter here
|
|
43782
43716
|
* }
|
|
43783
43717
|
* })
|
|
43784
43718
|
**/
|
|
43785
|
-
findFirstOrThrow<T extends
|
|
43786
|
-
args?: SelectSubset<T,
|
|
43787
|
-
):
|
|
43719
|
+
findFirstOrThrow<T extends ImageFindFirstOrThrowArgs<ExtArgs>>(
|
|
43720
|
+
args?: SelectSubset<T, ImageFindFirstOrThrowArgs<ExtArgs>>
|
|
43721
|
+
): Prisma__ImageClient<$Result.GetResult<Prisma.$ImagePayload<ExtArgs>, T, 'findFirstOrThrow'>, never, ExtArgs>
|
|
43788
43722
|
|
|
43789
43723
|
/**
|
|
43790
|
-
* Find zero or more
|
|
43724
|
+
* Find zero or more Images that matches the filter.
|
|
43791
43725
|
* Note, that providing `undefined` is treated as the value not being there.
|
|
43792
43726
|
* Read more here: https://pris.ly/d/null-undefined
|
|
43793
|
-
* @param {
|
|
43727
|
+
* @param {ImageFindManyArgs=} args - Arguments to filter and select certain fields only.
|
|
43794
43728
|
* @example
|
|
43795
|
-
* // Get all
|
|
43796
|
-
* const
|
|
43729
|
+
* // Get all Images
|
|
43730
|
+
* const images = await prisma.image.findMany()
|
|
43797
43731
|
*
|
|
43798
|
-
* // Get first 10
|
|
43799
|
-
* const
|
|
43732
|
+
* // Get first 10 Images
|
|
43733
|
+
* const images = await prisma.image.findMany({ take: 10 })
|
|
43800
43734
|
*
|
|
43801
43735
|
* // Only select the `id`
|
|
43802
|
-
* const
|
|
43736
|
+
* const imageWithIdOnly = await prisma.image.findMany({ select: { id: true } })
|
|
43803
43737
|
*
|
|
43804
43738
|
**/
|
|
43805
|
-
findMany<T extends
|
|
43806
|
-
args?: SelectSubset<T,
|
|
43807
|
-
): Prisma.PrismaPromise<$Result.GetResult<Prisma.$
|
|
43739
|
+
findMany<T extends ImageFindManyArgs<ExtArgs>>(
|
|
43740
|
+
args?: SelectSubset<T, ImageFindManyArgs<ExtArgs>>
|
|
43741
|
+
): Prisma.PrismaPromise<$Result.GetResult<Prisma.$ImagePayload<ExtArgs>, T, 'findMany'>>
|
|
43808
43742
|
|
|
43809
43743
|
/**
|
|
43810
|
-
* Create a
|
|
43811
|
-
* @param {
|
|
43744
|
+
* Create a Image.
|
|
43745
|
+
* @param {ImageCreateArgs} args - Arguments to create a Image.
|
|
43812
43746
|
* @example
|
|
43813
|
-
* // Create one
|
|
43814
|
-
* const
|
|
43747
|
+
* // Create one Image
|
|
43748
|
+
* const Image = await prisma.image.create({
|
|
43815
43749
|
* data: {
|
|
43816
|
-
* // ... data to create a
|
|
43750
|
+
* // ... data to create a Image
|
|
43817
43751
|
* }
|
|
43818
43752
|
* })
|
|
43819
43753
|
*
|
|
43820
43754
|
**/
|
|
43821
|
-
create<T extends
|
|
43822
|
-
args: SelectSubset<T,
|
|
43823
|
-
):
|
|
43755
|
+
create<T extends ImageCreateArgs<ExtArgs>>(
|
|
43756
|
+
args: SelectSubset<T, ImageCreateArgs<ExtArgs>>
|
|
43757
|
+
): Prisma__ImageClient<$Result.GetResult<Prisma.$ImagePayload<ExtArgs>, T, 'create'>, never, ExtArgs>
|
|
43824
43758
|
|
|
43825
43759
|
/**
|
|
43826
|
-
* Create many
|
|
43827
|
-
* @param {
|
|
43760
|
+
* Create many Images.
|
|
43761
|
+
* @param {ImageCreateManyArgs} args - Arguments to create many Images.
|
|
43828
43762
|
* @example
|
|
43829
|
-
* // Create many
|
|
43830
|
-
* const
|
|
43763
|
+
* // Create many Images
|
|
43764
|
+
* const image = await prisma.image.createMany({
|
|
43831
43765
|
* data: {
|
|
43832
43766
|
* // ... provide data here
|
|
43833
43767
|
* }
|
|
43834
43768
|
* })
|
|
43835
43769
|
*
|
|
43836
43770
|
**/
|
|
43837
|
-
createMany<T extends
|
|
43838
|
-
args?: SelectSubset<T,
|
|
43771
|
+
createMany<T extends ImageCreateManyArgs<ExtArgs>>(
|
|
43772
|
+
args?: SelectSubset<T, ImageCreateManyArgs<ExtArgs>>
|
|
43839
43773
|
): Prisma.PrismaPromise<BatchPayload>
|
|
43840
43774
|
|
|
43841
43775
|
/**
|
|
43842
|
-
* Delete a
|
|
43843
|
-
* @param {
|
|
43776
|
+
* Delete a Image.
|
|
43777
|
+
* @param {ImageDeleteArgs} args - Arguments to delete one Image.
|
|
43844
43778
|
* @example
|
|
43845
|
-
* // Delete one
|
|
43846
|
-
* const
|
|
43779
|
+
* // Delete one Image
|
|
43780
|
+
* const Image = await prisma.image.delete({
|
|
43847
43781
|
* where: {
|
|
43848
|
-
* // ... filter to delete one
|
|
43782
|
+
* // ... filter to delete one Image
|
|
43849
43783
|
* }
|
|
43850
43784
|
* })
|
|
43851
43785
|
*
|
|
43852
43786
|
**/
|
|
43853
|
-
delete<T extends
|
|
43854
|
-
args: SelectSubset<T,
|
|
43855
|
-
):
|
|
43787
|
+
delete<T extends ImageDeleteArgs<ExtArgs>>(
|
|
43788
|
+
args: SelectSubset<T, ImageDeleteArgs<ExtArgs>>
|
|
43789
|
+
): Prisma__ImageClient<$Result.GetResult<Prisma.$ImagePayload<ExtArgs>, T, 'delete'>, never, ExtArgs>
|
|
43856
43790
|
|
|
43857
43791
|
/**
|
|
43858
|
-
* Update one
|
|
43859
|
-
* @param {
|
|
43792
|
+
* Update one Image.
|
|
43793
|
+
* @param {ImageUpdateArgs} args - Arguments to update one Image.
|
|
43860
43794
|
* @example
|
|
43861
|
-
* // Update one
|
|
43862
|
-
* const
|
|
43795
|
+
* // Update one Image
|
|
43796
|
+
* const image = await prisma.image.update({
|
|
43863
43797
|
* where: {
|
|
43864
43798
|
* // ... provide filter here
|
|
43865
43799
|
* },
|
|
@@ -43869,34 +43803,34 @@ export namespace Prisma {
|
|
|
43869
43803
|
* })
|
|
43870
43804
|
*
|
|
43871
43805
|
**/
|
|
43872
|
-
update<T extends
|
|
43873
|
-
args: SelectSubset<T,
|
|
43874
|
-
):
|
|
43806
|
+
update<T extends ImageUpdateArgs<ExtArgs>>(
|
|
43807
|
+
args: SelectSubset<T, ImageUpdateArgs<ExtArgs>>
|
|
43808
|
+
): Prisma__ImageClient<$Result.GetResult<Prisma.$ImagePayload<ExtArgs>, T, 'update'>, never, ExtArgs>
|
|
43875
43809
|
|
|
43876
43810
|
/**
|
|
43877
|
-
* Delete zero or more
|
|
43878
|
-
* @param {
|
|
43811
|
+
* Delete zero or more Images.
|
|
43812
|
+
* @param {ImageDeleteManyArgs} args - Arguments to filter Images to delete.
|
|
43879
43813
|
* @example
|
|
43880
|
-
* // Delete a few
|
|
43881
|
-
* const { count } = await prisma.
|
|
43814
|
+
* // Delete a few Images
|
|
43815
|
+
* const { count } = await prisma.image.deleteMany({
|
|
43882
43816
|
* where: {
|
|
43883
43817
|
* // ... provide filter here
|
|
43884
43818
|
* }
|
|
43885
43819
|
* })
|
|
43886
43820
|
*
|
|
43887
43821
|
**/
|
|
43888
|
-
deleteMany<T extends
|
|
43889
|
-
args?: SelectSubset<T,
|
|
43822
|
+
deleteMany<T extends ImageDeleteManyArgs<ExtArgs>>(
|
|
43823
|
+
args?: SelectSubset<T, ImageDeleteManyArgs<ExtArgs>>
|
|
43890
43824
|
): Prisma.PrismaPromise<BatchPayload>
|
|
43891
43825
|
|
|
43892
43826
|
/**
|
|
43893
|
-
* Update zero or more
|
|
43827
|
+
* Update zero or more Images.
|
|
43894
43828
|
* Note, that providing `undefined` is treated as the value not being there.
|
|
43895
43829
|
* Read more here: https://pris.ly/d/null-undefined
|
|
43896
|
-
* @param {
|
|
43830
|
+
* @param {ImageUpdateManyArgs} args - Arguments to update one or more rows.
|
|
43897
43831
|
* @example
|
|
43898
|
-
* // Update many
|
|
43899
|
-
* const
|
|
43832
|
+
* // Update many Images
|
|
43833
|
+
* const image = await prisma.image.updateMany({
|
|
43900
43834
|
* where: {
|
|
43901
43835
|
* // ... provide filter here
|
|
43902
43836
|
* },
|
|
@@ -43906,59 +43840,59 @@ export namespace Prisma {
|
|
|
43906
43840
|
* })
|
|
43907
43841
|
*
|
|
43908
43842
|
**/
|
|
43909
|
-
updateMany<T extends
|
|
43910
|
-
args: SelectSubset<T,
|
|
43843
|
+
updateMany<T extends ImageUpdateManyArgs<ExtArgs>>(
|
|
43844
|
+
args: SelectSubset<T, ImageUpdateManyArgs<ExtArgs>>
|
|
43911
43845
|
): Prisma.PrismaPromise<BatchPayload>
|
|
43912
43846
|
|
|
43913
43847
|
/**
|
|
43914
|
-
* Create or update one
|
|
43915
|
-
* @param {
|
|
43848
|
+
* Create or update one Image.
|
|
43849
|
+
* @param {ImageUpsertArgs} args - Arguments to update or create a Image.
|
|
43916
43850
|
* @example
|
|
43917
|
-
* // Update or create a
|
|
43918
|
-
* const
|
|
43851
|
+
* // Update or create a Image
|
|
43852
|
+
* const image = await prisma.image.upsert({
|
|
43919
43853
|
* create: {
|
|
43920
|
-
* // ... data to create a
|
|
43854
|
+
* // ... data to create a Image
|
|
43921
43855
|
* },
|
|
43922
43856
|
* update: {
|
|
43923
43857
|
* // ... in case it already exists, update
|
|
43924
43858
|
* },
|
|
43925
43859
|
* where: {
|
|
43926
|
-
* // ... the filter for the
|
|
43860
|
+
* // ... the filter for the Image we want to update
|
|
43927
43861
|
* }
|
|
43928
43862
|
* })
|
|
43929
43863
|
**/
|
|
43930
|
-
upsert<T extends
|
|
43931
|
-
args: SelectSubset<T,
|
|
43932
|
-
):
|
|
43864
|
+
upsert<T extends ImageUpsertArgs<ExtArgs>>(
|
|
43865
|
+
args: SelectSubset<T, ImageUpsertArgs<ExtArgs>>
|
|
43866
|
+
): Prisma__ImageClient<$Result.GetResult<Prisma.$ImagePayload<ExtArgs>, T, 'upsert'>, never, ExtArgs>
|
|
43933
43867
|
|
|
43934
43868
|
/**
|
|
43935
|
-
* Count the number of
|
|
43869
|
+
* Count the number of Images.
|
|
43936
43870
|
* Note, that providing `undefined` is treated as the value not being there.
|
|
43937
43871
|
* Read more here: https://pris.ly/d/null-undefined
|
|
43938
|
-
* @param {
|
|
43872
|
+
* @param {ImageCountArgs} args - Arguments to filter Images to count.
|
|
43939
43873
|
* @example
|
|
43940
|
-
* // Count the number of
|
|
43941
|
-
* const count = await prisma.
|
|
43874
|
+
* // Count the number of Images
|
|
43875
|
+
* const count = await prisma.image.count({
|
|
43942
43876
|
* where: {
|
|
43943
|
-
* // ... the filter for the
|
|
43877
|
+
* // ... the filter for the Images we want to count
|
|
43944
43878
|
* }
|
|
43945
43879
|
* })
|
|
43946
43880
|
**/
|
|
43947
|
-
count<T extends
|
|
43948
|
-
args?: Subset<T,
|
|
43881
|
+
count<T extends ImageCountArgs>(
|
|
43882
|
+
args?: Subset<T, ImageCountArgs>,
|
|
43949
43883
|
): Prisma.PrismaPromise<
|
|
43950
43884
|
T extends $Utils.Record<'select', any>
|
|
43951
43885
|
? T['select'] extends true
|
|
43952
43886
|
? number
|
|
43953
|
-
: GetScalarType<T['select'],
|
|
43887
|
+
: GetScalarType<T['select'], ImageCountAggregateOutputType>
|
|
43954
43888
|
: number
|
|
43955
43889
|
>
|
|
43956
43890
|
|
|
43957
43891
|
/**
|
|
43958
|
-
* Allows you to perform aggregations operations on a
|
|
43892
|
+
* Allows you to perform aggregations operations on a Image.
|
|
43959
43893
|
* Note, that providing `undefined` is treated as the value not being there.
|
|
43960
43894
|
* Read more here: https://pris.ly/d/null-undefined
|
|
43961
|
-
* @param {
|
|
43895
|
+
* @param {ImageAggregateArgs} args - Select which aggregations you would like to apply and on what fields.
|
|
43962
43896
|
* @example
|
|
43963
43897
|
* // Ordered by age ascending
|
|
43964
43898
|
* // Where email contains prisma.io
|
|
@@ -43978,13 +43912,13 @@ export namespace Prisma {
|
|
|
43978
43912
|
* take: 10,
|
|
43979
43913
|
* })
|
|
43980
43914
|
**/
|
|
43981
|
-
aggregate<T extends
|
|
43915
|
+
aggregate<T extends ImageAggregateArgs>(args: Subset<T, ImageAggregateArgs>): Prisma.PrismaPromise<GetImageAggregateType<T>>
|
|
43982
43916
|
|
|
43983
43917
|
/**
|
|
43984
|
-
* Group by
|
|
43918
|
+
* Group by Image.
|
|
43985
43919
|
* Note, that providing `undefined` is treated as the value not being there.
|
|
43986
43920
|
* Read more here: https://pris.ly/d/null-undefined
|
|
43987
|
-
* @param {
|
|
43921
|
+
* @param {ImageGroupByArgs} args - Group by arguments.
|
|
43988
43922
|
* @example
|
|
43989
43923
|
* // Group by city, order by createdAt, get count
|
|
43990
43924
|
* const result = await prisma.user.groupBy({
|
|
@@ -43999,959 +43933,14 @@ export namespace Prisma {
|
|
|
43999
43933
|
*
|
|
44000
43934
|
**/
|
|
44001
43935
|
groupBy<
|
|
44002
|
-
T extends
|
|
43936
|
+
T extends ImageGroupByArgs,
|
|
44003
43937
|
HasSelectOrTake extends Or<
|
|
44004
43938
|
Extends<'skip', Keys<T>>,
|
|
44005
43939
|
Extends<'take', Keys<T>>
|
|
44006
43940
|
>,
|
|
44007
43941
|
OrderByArg extends True extends HasSelectOrTake
|
|
44008
|
-
? { orderBy:
|
|
44009
|
-
: { 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
|
-
/**
|
|
44077
|
-
* Attaches callbacks for the resolution and/or rejection of the Promise.
|
|
44078
|
-
* @param onfulfilled The callback to execute when the Promise is resolved.
|
|
44079
|
-
* @param onrejected The callback to execute when the Promise is rejected.
|
|
44080
|
-
* @returns A Promise for the completion of which ever callback is executed.
|
|
44081
|
-
*/
|
|
44082
|
-
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>;
|
|
44083
|
-
/**
|
|
44084
|
-
* Attaches a callback for only the rejection of the Promise.
|
|
44085
|
-
* @param onrejected The callback to execute when the Promise is rejected.
|
|
44086
|
-
* @returns A Promise for the completion of the callback.
|
|
44087
|
-
*/
|
|
44088
|
-
catch<TResult = never>(onrejected?: ((reason: any) => TResult | PromiseLike<TResult>) | undefined | null): $Utils.JsPromise<T | TResult>;
|
|
44089
|
-
/**
|
|
44090
|
-
* Attaches a callback that is invoked when the Promise is settled (fulfilled or rejected). The
|
|
44091
|
-
* resolved value cannot be modified from the callback.
|
|
44092
|
-
* @param onfinally The callback to execute when the Promise is settled (fulfilled or rejected).
|
|
44093
|
-
* @returns A Promise for the completion of the callback.
|
|
44094
|
-
*/
|
|
44095
|
-
finally(onfinally?: (() => void) | undefined | null): $Utils.JsPromise<T>;
|
|
44096
|
-
}
|
|
44097
|
-
|
|
44098
|
-
|
|
44099
|
-
|
|
44100
|
-
/**
|
|
44101
|
-
* Fields of the SocialPostTag model
|
|
44102
|
-
*/
|
|
44103
|
-
interface SocialPostTagFieldRefs {
|
|
44104
|
-
readonly id: FieldRef<"SocialPostTag", 'Int'>
|
|
44105
|
-
readonly title: FieldRef<"SocialPostTag", 'String'>
|
|
44106
|
-
readonly type: FieldRef<"SocialPostTag", 'String'>
|
|
44107
|
-
readonly socialPostId: FieldRef<"SocialPostTag", 'Int'>
|
|
44108
|
-
}
|
|
44109
|
-
|
|
44110
|
-
|
|
44111
|
-
// Custom InputTypes
|
|
44112
|
-
|
|
44113
|
-
/**
|
|
44114
|
-
* SocialPostTag findUnique
|
|
44115
|
-
*/
|
|
44116
|
-
export type SocialPostTagFindUniqueArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
|
|
44117
|
-
/**
|
|
44118
|
-
* Select specific fields to fetch from the SocialPostTag
|
|
44119
|
-
*/
|
|
44120
|
-
select?: SocialPostTagSelect<ExtArgs> | null
|
|
44121
|
-
/**
|
|
44122
|
-
* Choose, which related nodes to fetch as well.
|
|
44123
|
-
*/
|
|
44124
|
-
include?: SocialPostTagInclude<ExtArgs> | null
|
|
44125
|
-
/**
|
|
44126
|
-
* Filter, which SocialPostTag to fetch.
|
|
44127
|
-
*/
|
|
44128
|
-
where: SocialPostTagWhereUniqueInput
|
|
44129
|
-
}
|
|
44130
|
-
|
|
44131
|
-
|
|
44132
|
-
/**
|
|
44133
|
-
* SocialPostTag findUniqueOrThrow
|
|
44134
|
-
*/
|
|
44135
|
-
export type SocialPostTagFindUniqueOrThrowArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
|
|
44136
|
-
/**
|
|
44137
|
-
* Select specific fields to fetch from the SocialPostTag
|
|
44138
|
-
*/
|
|
44139
|
-
select?: SocialPostTagSelect<ExtArgs> | null
|
|
44140
|
-
/**
|
|
44141
|
-
* Choose, which related nodes to fetch as well.
|
|
44142
|
-
*/
|
|
44143
|
-
include?: SocialPostTagInclude<ExtArgs> | null
|
|
44144
|
-
/**
|
|
44145
|
-
* Filter, which SocialPostTag to fetch.
|
|
44146
|
-
*/
|
|
44147
|
-
where: SocialPostTagWhereUniqueInput
|
|
44148
|
-
}
|
|
44149
|
-
|
|
44150
|
-
|
|
44151
|
-
/**
|
|
44152
|
-
* SocialPostTag findFirst
|
|
44153
|
-
*/
|
|
44154
|
-
export type SocialPostTagFindFirstArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
|
|
44155
|
-
/**
|
|
44156
|
-
* Select specific fields to fetch from the SocialPostTag
|
|
44157
|
-
*/
|
|
44158
|
-
select?: SocialPostTagSelect<ExtArgs> | null
|
|
44159
|
-
/**
|
|
44160
|
-
* Choose, which related nodes to fetch as well.
|
|
44161
|
-
*/
|
|
44162
|
-
include?: SocialPostTagInclude<ExtArgs> | null
|
|
44163
|
-
/**
|
|
44164
|
-
* Filter, which SocialPostTag to fetch.
|
|
44165
|
-
*/
|
|
44166
|
-
where?: SocialPostTagWhereInput
|
|
44167
|
-
/**
|
|
44168
|
-
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/sorting Sorting Docs}
|
|
44169
|
-
*
|
|
44170
|
-
* Determine the order of SocialPostTags to fetch.
|
|
44171
|
-
*/
|
|
44172
|
-
orderBy?: SocialPostTagOrderByWithRelationAndSearchRelevanceInput | SocialPostTagOrderByWithRelationAndSearchRelevanceInput[]
|
|
44173
|
-
/**
|
|
44174
|
-
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination#cursor-based-pagination Cursor Docs}
|
|
44175
|
-
*
|
|
44176
|
-
* Sets the position for searching for SocialPostTags.
|
|
44177
|
-
*/
|
|
44178
|
-
cursor?: SocialPostTagWhereUniqueInput
|
|
44179
|
-
/**
|
|
44180
|
-
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
|
|
44181
|
-
*
|
|
44182
|
-
* Take `±n` SocialPostTags from the position of the cursor.
|
|
44183
|
-
*/
|
|
44184
|
-
take?: number
|
|
44185
|
-
/**
|
|
44186
|
-
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
|
|
44187
|
-
*
|
|
44188
|
-
* Skip the first `n` SocialPostTags.
|
|
44189
|
-
*/
|
|
44190
|
-
skip?: number
|
|
44191
|
-
/**
|
|
44192
|
-
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/distinct Distinct Docs}
|
|
44193
|
-
*
|
|
44194
|
-
* Filter by unique combinations of SocialPostTags.
|
|
44195
|
-
*/
|
|
44196
|
-
distinct?: SocialPostTagScalarFieldEnum | SocialPostTagScalarFieldEnum[]
|
|
44197
|
-
}
|
|
44198
|
-
|
|
44199
|
-
|
|
44200
|
-
/**
|
|
44201
|
-
* SocialPostTag findFirstOrThrow
|
|
44202
|
-
*/
|
|
44203
|
-
export type SocialPostTagFindFirstOrThrowArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
|
|
44204
|
-
/**
|
|
44205
|
-
* Select specific fields to fetch from the SocialPostTag
|
|
44206
|
-
*/
|
|
44207
|
-
select?: SocialPostTagSelect<ExtArgs> | null
|
|
44208
|
-
/**
|
|
44209
|
-
* Choose, which related nodes to fetch as well.
|
|
44210
|
-
*/
|
|
44211
|
-
include?: SocialPostTagInclude<ExtArgs> | null
|
|
44212
|
-
/**
|
|
44213
|
-
* Filter, which SocialPostTag to fetch.
|
|
44214
|
-
*/
|
|
44215
|
-
where?: SocialPostTagWhereInput
|
|
44216
|
-
/**
|
|
44217
|
-
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/sorting Sorting Docs}
|
|
44218
|
-
*
|
|
44219
|
-
* Determine the order of SocialPostTags to fetch.
|
|
44220
|
-
*/
|
|
44221
|
-
orderBy?: SocialPostTagOrderByWithRelationAndSearchRelevanceInput | SocialPostTagOrderByWithRelationAndSearchRelevanceInput[]
|
|
44222
|
-
/**
|
|
44223
|
-
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination#cursor-based-pagination Cursor Docs}
|
|
44224
|
-
*
|
|
44225
|
-
* Sets the position for searching for SocialPostTags.
|
|
44226
|
-
*/
|
|
44227
|
-
cursor?: SocialPostTagWhereUniqueInput
|
|
44228
|
-
/**
|
|
44229
|
-
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
|
|
44230
|
-
*
|
|
44231
|
-
* Take `±n` SocialPostTags from the position of the cursor.
|
|
44232
|
-
*/
|
|
44233
|
-
take?: number
|
|
44234
|
-
/**
|
|
44235
|
-
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
|
|
44236
|
-
*
|
|
44237
|
-
* Skip the first `n` SocialPostTags.
|
|
44238
|
-
*/
|
|
44239
|
-
skip?: number
|
|
44240
|
-
/**
|
|
44241
|
-
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/distinct Distinct Docs}
|
|
44242
|
-
*
|
|
44243
|
-
* Filter by unique combinations of SocialPostTags.
|
|
44244
|
-
*/
|
|
44245
|
-
distinct?: SocialPostTagScalarFieldEnum | SocialPostTagScalarFieldEnum[]
|
|
44246
|
-
}
|
|
44247
|
-
|
|
44248
|
-
|
|
44249
|
-
/**
|
|
44250
|
-
* SocialPostTag findMany
|
|
44251
|
-
*/
|
|
44252
|
-
export type SocialPostTagFindManyArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
|
|
44253
|
-
/**
|
|
44254
|
-
* Select specific fields to fetch from the SocialPostTag
|
|
44255
|
-
*/
|
|
44256
|
-
select?: SocialPostTagSelect<ExtArgs> | null
|
|
44257
|
-
/**
|
|
44258
|
-
* Choose, which related nodes to fetch as well.
|
|
44259
|
-
*/
|
|
44260
|
-
include?: SocialPostTagInclude<ExtArgs> | null
|
|
44261
|
-
/**
|
|
44262
|
-
* Filter, which SocialPostTags to fetch.
|
|
44263
|
-
*/
|
|
44264
|
-
where?: SocialPostTagWhereInput
|
|
44265
|
-
/**
|
|
44266
|
-
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/sorting Sorting Docs}
|
|
44267
|
-
*
|
|
44268
|
-
* Determine the order of SocialPostTags to fetch.
|
|
44269
|
-
*/
|
|
44270
|
-
orderBy?: SocialPostTagOrderByWithRelationAndSearchRelevanceInput | SocialPostTagOrderByWithRelationAndSearchRelevanceInput[]
|
|
44271
|
-
/**
|
|
44272
|
-
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination#cursor-based-pagination Cursor Docs}
|
|
44273
|
-
*
|
|
44274
|
-
* Sets the position for listing SocialPostTags.
|
|
44275
|
-
*/
|
|
44276
|
-
cursor?: SocialPostTagWhereUniqueInput
|
|
44277
|
-
/**
|
|
44278
|
-
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
|
|
44279
|
-
*
|
|
44280
|
-
* Take `±n` SocialPostTags from the position of the cursor.
|
|
44281
|
-
*/
|
|
44282
|
-
take?: number
|
|
44283
|
-
/**
|
|
44284
|
-
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
|
|
44285
|
-
*
|
|
44286
|
-
* Skip the first `n` SocialPostTags.
|
|
44287
|
-
*/
|
|
44288
|
-
skip?: number
|
|
44289
|
-
distinct?: SocialPostTagScalarFieldEnum | SocialPostTagScalarFieldEnum[]
|
|
44290
|
-
}
|
|
44291
|
-
|
|
44292
|
-
|
|
44293
|
-
/**
|
|
44294
|
-
* SocialPostTag create
|
|
44295
|
-
*/
|
|
44296
|
-
export type SocialPostTagCreateArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
|
|
44297
|
-
/**
|
|
44298
|
-
* Select specific fields to fetch from the SocialPostTag
|
|
44299
|
-
*/
|
|
44300
|
-
select?: SocialPostTagSelect<ExtArgs> | null
|
|
44301
|
-
/**
|
|
44302
|
-
* Choose, which related nodes to fetch as well.
|
|
44303
|
-
*/
|
|
44304
|
-
include?: SocialPostTagInclude<ExtArgs> | null
|
|
44305
|
-
/**
|
|
44306
|
-
* The data needed to create a SocialPostTag.
|
|
44307
|
-
*/
|
|
44308
|
-
data: XOR<SocialPostTagCreateInput, SocialPostTagUncheckedCreateInput>
|
|
44309
|
-
}
|
|
44310
|
-
|
|
44311
|
-
|
|
44312
|
-
/**
|
|
44313
|
-
* SocialPostTag createMany
|
|
44314
|
-
*/
|
|
44315
|
-
export type SocialPostTagCreateManyArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
|
|
44316
|
-
/**
|
|
44317
|
-
* The data used to create many SocialPostTags.
|
|
44318
|
-
*/
|
|
44319
|
-
data: SocialPostTagCreateManyInput | SocialPostTagCreateManyInput[]
|
|
44320
|
-
skipDuplicates?: boolean
|
|
44321
|
-
}
|
|
44322
|
-
|
|
44323
|
-
|
|
44324
|
-
/**
|
|
44325
|
-
* SocialPostTag update
|
|
44326
|
-
*/
|
|
44327
|
-
export type SocialPostTagUpdateArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
|
|
44328
|
-
/**
|
|
44329
|
-
* Select specific fields to fetch from the SocialPostTag
|
|
44330
|
-
*/
|
|
44331
|
-
select?: SocialPostTagSelect<ExtArgs> | null
|
|
44332
|
-
/**
|
|
44333
|
-
* Choose, which related nodes to fetch as well.
|
|
44334
|
-
*/
|
|
44335
|
-
include?: SocialPostTagInclude<ExtArgs> | null
|
|
44336
|
-
/**
|
|
44337
|
-
* The data needed to update a SocialPostTag.
|
|
44338
|
-
*/
|
|
44339
|
-
data: XOR<SocialPostTagUpdateInput, SocialPostTagUncheckedUpdateInput>
|
|
44340
|
-
/**
|
|
44341
|
-
* Choose, which SocialPostTag to update.
|
|
44342
|
-
*/
|
|
44343
|
-
where: SocialPostTagWhereUniqueInput
|
|
44344
|
-
}
|
|
44345
|
-
|
|
44346
|
-
|
|
44347
|
-
/**
|
|
44348
|
-
* SocialPostTag updateMany
|
|
44349
|
-
*/
|
|
44350
|
-
export type SocialPostTagUpdateManyArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
|
|
44351
|
-
/**
|
|
44352
|
-
* The data used to update SocialPostTags.
|
|
44353
|
-
*/
|
|
44354
|
-
data: XOR<SocialPostTagUpdateManyMutationInput, SocialPostTagUncheckedUpdateManyInput>
|
|
44355
|
-
/**
|
|
44356
|
-
* Filter which SocialPostTags to update
|
|
44357
|
-
*/
|
|
44358
|
-
where?: SocialPostTagWhereInput
|
|
44359
|
-
}
|
|
44360
|
-
|
|
44361
|
-
|
|
44362
|
-
/**
|
|
44363
|
-
* SocialPostTag upsert
|
|
44364
|
-
*/
|
|
44365
|
-
export type SocialPostTagUpsertArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
|
|
44366
|
-
/**
|
|
44367
|
-
* Select specific fields to fetch from the SocialPostTag
|
|
44368
|
-
*/
|
|
44369
|
-
select?: SocialPostTagSelect<ExtArgs> | null
|
|
44370
|
-
/**
|
|
44371
|
-
* Choose, which related nodes to fetch as well.
|
|
44372
|
-
*/
|
|
44373
|
-
include?: SocialPostTagInclude<ExtArgs> | null
|
|
44374
|
-
/**
|
|
44375
|
-
* The filter to search for the SocialPostTag to update in case it exists.
|
|
44376
|
-
*/
|
|
44377
|
-
where: SocialPostTagWhereUniqueInput
|
|
44378
|
-
/**
|
|
44379
|
-
* In case the SocialPostTag found by the `where` argument doesn't exist, create a new SocialPostTag with this data.
|
|
44380
|
-
*/
|
|
44381
|
-
create: XOR<SocialPostTagCreateInput, SocialPostTagUncheckedCreateInput>
|
|
44382
|
-
/**
|
|
44383
|
-
* In case the SocialPostTag was found with the provided `where` argument, update it with this data.
|
|
44384
|
-
*/
|
|
44385
|
-
update: XOR<SocialPostTagUpdateInput, SocialPostTagUncheckedUpdateInput>
|
|
44386
|
-
}
|
|
44387
|
-
|
|
44388
|
-
|
|
44389
|
-
/**
|
|
44390
|
-
* SocialPostTag delete
|
|
44391
|
-
*/
|
|
44392
|
-
export type SocialPostTagDeleteArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
|
|
44393
|
-
/**
|
|
44394
|
-
* Select specific fields to fetch from the SocialPostTag
|
|
44395
|
-
*/
|
|
44396
|
-
select?: SocialPostTagSelect<ExtArgs> | null
|
|
44397
|
-
/**
|
|
44398
|
-
* Choose, which related nodes to fetch as well.
|
|
44399
|
-
*/
|
|
44400
|
-
include?: SocialPostTagInclude<ExtArgs> | null
|
|
44401
|
-
/**
|
|
44402
|
-
* Filter which SocialPostTag to delete.
|
|
44403
|
-
*/
|
|
44404
|
-
where: SocialPostTagWhereUniqueInput
|
|
44405
|
-
}
|
|
44406
|
-
|
|
44407
|
-
|
|
44408
|
-
/**
|
|
44409
|
-
* SocialPostTag deleteMany
|
|
44410
|
-
*/
|
|
44411
|
-
export type SocialPostTagDeleteManyArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
|
|
44412
|
-
/**
|
|
44413
|
-
* Filter which SocialPostTags to delete
|
|
44414
|
-
*/
|
|
44415
|
-
where?: SocialPostTagWhereInput
|
|
44416
|
-
}
|
|
44417
|
-
|
|
44418
|
-
|
|
44419
|
-
/**
|
|
44420
|
-
* SocialPostTag without action
|
|
44421
|
-
*/
|
|
44422
|
-
export type SocialPostTagDefaultArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
|
|
44423
|
-
/**
|
|
44424
|
-
* Select specific fields to fetch from the SocialPostTag
|
|
44425
|
-
*/
|
|
44426
|
-
select?: SocialPostTagSelect<ExtArgs> | null
|
|
44427
|
-
/**
|
|
44428
|
-
* Choose, which related nodes to fetch as well.
|
|
44429
|
-
*/
|
|
44430
|
-
include?: SocialPostTagInclude<ExtArgs> | null
|
|
44431
|
-
}
|
|
44432
|
-
|
|
44433
|
-
|
|
44434
|
-
|
|
44435
|
-
/**
|
|
44436
|
-
* Model Image
|
|
44437
|
-
*/
|
|
44438
|
-
|
|
44439
|
-
export type AggregateImage = {
|
|
44440
|
-
_count: ImageCountAggregateOutputType | null
|
|
44441
|
-
_avg: ImageAvgAggregateOutputType | null
|
|
44442
|
-
_sum: ImageSumAggregateOutputType | null
|
|
44443
|
-
_min: ImageMinAggregateOutputType | null
|
|
44444
|
-
_max: ImageMaxAggregateOutputType | null
|
|
44445
|
-
}
|
|
44446
|
-
|
|
44447
|
-
export type ImageAvgAggregateOutputType = {
|
|
44448
|
-
id: number | null
|
|
44449
|
-
campaignImageId: number | null
|
|
44450
|
-
}
|
|
44451
|
-
|
|
44452
|
-
export type ImageSumAggregateOutputType = {
|
|
44453
|
-
id: number | null
|
|
44454
|
-
campaignImageId: number | null
|
|
44455
|
-
}
|
|
44456
|
-
|
|
44457
|
-
export type ImageMinAggregateOutputType = {
|
|
44458
|
-
id: number | null
|
|
44459
|
-
url: string | null
|
|
44460
|
-
size: string | null
|
|
44461
|
-
campaignImageId: number | null
|
|
44462
|
-
}
|
|
44463
|
-
|
|
44464
|
-
export type ImageMaxAggregateOutputType = {
|
|
44465
|
-
id: number | null
|
|
44466
|
-
url: string | null
|
|
44467
|
-
size: string | null
|
|
44468
|
-
campaignImageId: number | null
|
|
44469
|
-
}
|
|
44470
|
-
|
|
44471
|
-
export type ImageCountAggregateOutputType = {
|
|
44472
|
-
id: number
|
|
44473
|
-
url: number
|
|
44474
|
-
size: number
|
|
44475
|
-
campaignImageId: number
|
|
44476
|
-
_all: number
|
|
44477
|
-
}
|
|
44478
|
-
|
|
44479
|
-
|
|
44480
|
-
export type ImageAvgAggregateInputType = {
|
|
44481
|
-
id?: true
|
|
44482
|
-
campaignImageId?: true
|
|
44483
|
-
}
|
|
44484
|
-
|
|
44485
|
-
export type ImageSumAggregateInputType = {
|
|
44486
|
-
id?: true
|
|
44487
|
-
campaignImageId?: true
|
|
44488
|
-
}
|
|
44489
|
-
|
|
44490
|
-
export type ImageMinAggregateInputType = {
|
|
44491
|
-
id?: true
|
|
44492
|
-
url?: true
|
|
44493
|
-
size?: true
|
|
44494
|
-
campaignImageId?: true
|
|
44495
|
-
}
|
|
44496
|
-
|
|
44497
|
-
export type ImageMaxAggregateInputType = {
|
|
44498
|
-
id?: true
|
|
44499
|
-
url?: true
|
|
44500
|
-
size?: true
|
|
44501
|
-
campaignImageId?: true
|
|
44502
|
-
}
|
|
44503
|
-
|
|
44504
|
-
export type ImageCountAggregateInputType = {
|
|
44505
|
-
id?: true
|
|
44506
|
-
url?: true
|
|
44507
|
-
size?: true
|
|
44508
|
-
campaignImageId?: true
|
|
44509
|
-
_all?: true
|
|
44510
|
-
}
|
|
44511
|
-
|
|
44512
|
-
export type ImageAggregateArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
|
|
44513
|
-
/**
|
|
44514
|
-
* Filter which Image to aggregate.
|
|
44515
|
-
*/
|
|
44516
|
-
where?: ImageWhereInput
|
|
44517
|
-
/**
|
|
44518
|
-
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/sorting Sorting Docs}
|
|
44519
|
-
*
|
|
44520
|
-
* Determine the order of Images to fetch.
|
|
44521
|
-
*/
|
|
44522
|
-
orderBy?: ImageOrderByWithRelationAndSearchRelevanceInput | ImageOrderByWithRelationAndSearchRelevanceInput[]
|
|
44523
|
-
/**
|
|
44524
|
-
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination#cursor-based-pagination Cursor Docs}
|
|
44525
|
-
*
|
|
44526
|
-
* Sets the start position
|
|
44527
|
-
*/
|
|
44528
|
-
cursor?: ImageWhereUniqueInput
|
|
44529
|
-
/**
|
|
44530
|
-
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
|
|
44531
|
-
*
|
|
44532
|
-
* Take `±n` Images from the position of the cursor.
|
|
44533
|
-
*/
|
|
44534
|
-
take?: number
|
|
44535
|
-
/**
|
|
44536
|
-
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
|
|
44537
|
-
*
|
|
44538
|
-
* Skip the first `n` Images.
|
|
44539
|
-
*/
|
|
44540
|
-
skip?: number
|
|
44541
|
-
/**
|
|
44542
|
-
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/aggregations Aggregation Docs}
|
|
44543
|
-
*
|
|
44544
|
-
* Count returned Images
|
|
44545
|
-
**/
|
|
44546
|
-
_count?: true | ImageCountAggregateInputType
|
|
44547
|
-
/**
|
|
44548
|
-
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/aggregations Aggregation Docs}
|
|
44549
|
-
*
|
|
44550
|
-
* Select which fields to average
|
|
44551
|
-
**/
|
|
44552
|
-
_avg?: ImageAvgAggregateInputType
|
|
44553
|
-
/**
|
|
44554
|
-
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/aggregations Aggregation Docs}
|
|
44555
|
-
*
|
|
44556
|
-
* Select which fields to sum
|
|
44557
|
-
**/
|
|
44558
|
-
_sum?: ImageSumAggregateInputType
|
|
44559
|
-
/**
|
|
44560
|
-
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/aggregations Aggregation Docs}
|
|
44561
|
-
*
|
|
44562
|
-
* Select which fields to find the minimum value
|
|
44563
|
-
**/
|
|
44564
|
-
_min?: ImageMinAggregateInputType
|
|
44565
|
-
/**
|
|
44566
|
-
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/aggregations Aggregation Docs}
|
|
44567
|
-
*
|
|
44568
|
-
* Select which fields to find the maximum value
|
|
44569
|
-
**/
|
|
44570
|
-
_max?: ImageMaxAggregateInputType
|
|
44571
|
-
}
|
|
44572
|
-
|
|
44573
|
-
export type GetImageAggregateType<T extends ImageAggregateArgs> = {
|
|
44574
|
-
[P in keyof T & keyof AggregateImage]: P extends '_count' | 'count'
|
|
44575
|
-
? T[P] extends true
|
|
44576
|
-
? number
|
|
44577
|
-
: GetScalarType<T[P], AggregateImage[P]>
|
|
44578
|
-
: GetScalarType<T[P], AggregateImage[P]>
|
|
44579
|
-
}
|
|
44580
|
-
|
|
44581
|
-
|
|
44582
|
-
|
|
44583
|
-
|
|
44584
|
-
export type ImageGroupByArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
|
|
44585
|
-
where?: ImageWhereInput
|
|
44586
|
-
orderBy?: ImageOrderByWithAggregationInput | ImageOrderByWithAggregationInput[]
|
|
44587
|
-
by: ImageScalarFieldEnum[] | ImageScalarFieldEnum
|
|
44588
|
-
having?: ImageScalarWhereWithAggregatesInput
|
|
44589
|
-
take?: number
|
|
44590
|
-
skip?: number
|
|
44591
|
-
_count?: ImageCountAggregateInputType | true
|
|
44592
|
-
_avg?: ImageAvgAggregateInputType
|
|
44593
|
-
_sum?: ImageSumAggregateInputType
|
|
44594
|
-
_min?: ImageMinAggregateInputType
|
|
44595
|
-
_max?: ImageMaxAggregateInputType
|
|
44596
|
-
}
|
|
44597
|
-
|
|
44598
|
-
export type ImageGroupByOutputType = {
|
|
44599
|
-
id: number
|
|
44600
|
-
url: string
|
|
44601
|
-
size: string
|
|
44602
|
-
campaignImageId: number
|
|
44603
|
-
_count: ImageCountAggregateOutputType | null
|
|
44604
|
-
_avg: ImageAvgAggregateOutputType | null
|
|
44605
|
-
_sum: ImageSumAggregateOutputType | null
|
|
44606
|
-
_min: ImageMinAggregateOutputType | null
|
|
44607
|
-
_max: ImageMaxAggregateOutputType | null
|
|
44608
|
-
}
|
|
44609
|
-
|
|
44610
|
-
type GetImageGroupByPayload<T extends ImageGroupByArgs> = Prisma.PrismaPromise<
|
|
44611
|
-
Array<
|
|
44612
|
-
PickEnumerable<ImageGroupByOutputType, T['by']> &
|
|
44613
|
-
{
|
|
44614
|
-
[P in ((keyof T) & (keyof ImageGroupByOutputType))]: P extends '_count'
|
|
44615
|
-
? T[P] extends boolean
|
|
44616
|
-
? number
|
|
44617
|
-
: GetScalarType<T[P], ImageGroupByOutputType[P]>
|
|
44618
|
-
: GetScalarType<T[P], ImageGroupByOutputType[P]>
|
|
44619
|
-
}
|
|
44620
|
-
>
|
|
44621
|
-
>
|
|
44622
|
-
|
|
44623
|
-
|
|
44624
|
-
export type ImageSelect<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = $Extensions.GetSelect<{
|
|
44625
|
-
id?: boolean
|
|
44626
|
-
url?: boolean
|
|
44627
|
-
size?: boolean
|
|
44628
|
-
campaignImageId?: boolean
|
|
44629
|
-
campaignImage?: boolean | CampaignToImageDefaultArgs<ExtArgs>
|
|
44630
|
-
}, ExtArgs["result"]["image"]>
|
|
44631
|
-
|
|
44632
|
-
export type ImageSelectScalar = {
|
|
44633
|
-
id?: boolean
|
|
44634
|
-
url?: boolean
|
|
44635
|
-
size?: boolean
|
|
44636
|
-
campaignImageId?: boolean
|
|
44637
|
-
}
|
|
44638
|
-
|
|
44639
|
-
export type ImageInclude<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
|
|
44640
|
-
campaignImage?: boolean | CampaignToImageDefaultArgs<ExtArgs>
|
|
44641
|
-
}
|
|
44642
|
-
|
|
44643
|
-
|
|
44644
|
-
export type $ImagePayload<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
|
|
44645
|
-
name: "Image"
|
|
44646
|
-
objects: {
|
|
44647
|
-
campaignImage: Prisma.$CampaignToImagePayload<ExtArgs>
|
|
44648
|
-
}
|
|
44649
|
-
scalars: $Extensions.GetPayloadResult<{
|
|
44650
|
-
id: number
|
|
44651
|
-
url: string
|
|
44652
|
-
size: string
|
|
44653
|
-
campaignImageId: number
|
|
44654
|
-
}, ExtArgs["result"]["image"]>
|
|
44655
|
-
composites: {}
|
|
44656
|
-
}
|
|
44657
|
-
|
|
44658
|
-
|
|
44659
|
-
type ImageGetPayload<S extends boolean | null | undefined | ImageDefaultArgs> = $Result.GetResult<Prisma.$ImagePayload, S>
|
|
44660
|
-
|
|
44661
|
-
type ImageCountArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> =
|
|
44662
|
-
Omit<ImageFindManyArgs, 'select' | 'include' | 'distinct'> & {
|
|
44663
|
-
select?: ImageCountAggregateInputType | true
|
|
44664
|
-
}
|
|
44665
|
-
|
|
44666
|
-
export interface ImageDelegate<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> {
|
|
44667
|
-
[K: symbol]: { types: Prisma.TypeMap<ExtArgs>['model']['Image'], meta: { name: 'Image' } }
|
|
44668
|
-
/**
|
|
44669
|
-
* Find zero or one Image that matches the filter.
|
|
44670
|
-
* @param {ImageFindUniqueArgs} args - Arguments to find a Image
|
|
44671
|
-
* @example
|
|
44672
|
-
* // Get one Image
|
|
44673
|
-
* const image = await prisma.image.findUnique({
|
|
44674
|
-
* where: {
|
|
44675
|
-
* // ... provide filter here
|
|
44676
|
-
* }
|
|
44677
|
-
* })
|
|
44678
|
-
**/
|
|
44679
|
-
findUnique<T extends ImageFindUniqueArgs<ExtArgs>>(
|
|
44680
|
-
args: SelectSubset<T, ImageFindUniqueArgs<ExtArgs>>
|
|
44681
|
-
): Prisma__ImageClient<$Result.GetResult<Prisma.$ImagePayload<ExtArgs>, T, 'findUnique'> | null, null, ExtArgs>
|
|
44682
|
-
|
|
44683
|
-
/**
|
|
44684
|
-
* Find one Image that matches the filter or throw an error with `error.code='P2025'`
|
|
44685
|
-
* if no matches were found.
|
|
44686
|
-
* @param {ImageFindUniqueOrThrowArgs} args - Arguments to find a Image
|
|
44687
|
-
* @example
|
|
44688
|
-
* // Get one Image
|
|
44689
|
-
* const image = await prisma.image.findUniqueOrThrow({
|
|
44690
|
-
* where: {
|
|
44691
|
-
* // ... provide filter here
|
|
44692
|
-
* }
|
|
44693
|
-
* })
|
|
44694
|
-
**/
|
|
44695
|
-
findUniqueOrThrow<T extends ImageFindUniqueOrThrowArgs<ExtArgs>>(
|
|
44696
|
-
args?: SelectSubset<T, ImageFindUniqueOrThrowArgs<ExtArgs>>
|
|
44697
|
-
): Prisma__ImageClient<$Result.GetResult<Prisma.$ImagePayload<ExtArgs>, T, 'findUniqueOrThrow'>, never, ExtArgs>
|
|
44698
|
-
|
|
44699
|
-
/**
|
|
44700
|
-
* Find the first Image that matches the filter.
|
|
44701
|
-
* Note, that providing `undefined` is treated as the value not being there.
|
|
44702
|
-
* Read more here: https://pris.ly/d/null-undefined
|
|
44703
|
-
* @param {ImageFindFirstArgs} args - Arguments to find a Image
|
|
44704
|
-
* @example
|
|
44705
|
-
* // Get one Image
|
|
44706
|
-
* const image = await prisma.image.findFirst({
|
|
44707
|
-
* where: {
|
|
44708
|
-
* // ... provide filter here
|
|
44709
|
-
* }
|
|
44710
|
-
* })
|
|
44711
|
-
**/
|
|
44712
|
-
findFirst<T extends ImageFindFirstArgs<ExtArgs>>(
|
|
44713
|
-
args?: SelectSubset<T, ImageFindFirstArgs<ExtArgs>>
|
|
44714
|
-
): Prisma__ImageClient<$Result.GetResult<Prisma.$ImagePayload<ExtArgs>, T, 'findFirst'> | null, null, ExtArgs>
|
|
44715
|
-
|
|
44716
|
-
/**
|
|
44717
|
-
* Find the first Image that matches the filter or
|
|
44718
|
-
* throw `PrismaKnownClientError` with `P2025` code if no matches were found.
|
|
44719
|
-
* Note, that providing `undefined` is treated as the value not being there.
|
|
44720
|
-
* Read more here: https://pris.ly/d/null-undefined
|
|
44721
|
-
* @param {ImageFindFirstOrThrowArgs} args - Arguments to find a Image
|
|
44722
|
-
* @example
|
|
44723
|
-
* // Get one Image
|
|
44724
|
-
* const image = await prisma.image.findFirstOrThrow({
|
|
44725
|
-
* where: {
|
|
44726
|
-
* // ... provide filter here
|
|
44727
|
-
* }
|
|
44728
|
-
* })
|
|
44729
|
-
**/
|
|
44730
|
-
findFirstOrThrow<T extends ImageFindFirstOrThrowArgs<ExtArgs>>(
|
|
44731
|
-
args?: SelectSubset<T, ImageFindFirstOrThrowArgs<ExtArgs>>
|
|
44732
|
-
): Prisma__ImageClient<$Result.GetResult<Prisma.$ImagePayload<ExtArgs>, T, 'findFirstOrThrow'>, never, ExtArgs>
|
|
44733
|
-
|
|
44734
|
-
/**
|
|
44735
|
-
* Find zero or more Images that matches the filter.
|
|
44736
|
-
* Note, that providing `undefined` is treated as the value not being there.
|
|
44737
|
-
* Read more here: https://pris.ly/d/null-undefined
|
|
44738
|
-
* @param {ImageFindManyArgs=} args - Arguments to filter and select certain fields only.
|
|
44739
|
-
* @example
|
|
44740
|
-
* // Get all Images
|
|
44741
|
-
* const images = await prisma.image.findMany()
|
|
44742
|
-
*
|
|
44743
|
-
* // Get first 10 Images
|
|
44744
|
-
* const images = await prisma.image.findMany({ take: 10 })
|
|
44745
|
-
*
|
|
44746
|
-
* // Only select the `id`
|
|
44747
|
-
* const imageWithIdOnly = await prisma.image.findMany({ select: { id: true } })
|
|
44748
|
-
*
|
|
44749
|
-
**/
|
|
44750
|
-
findMany<T extends ImageFindManyArgs<ExtArgs>>(
|
|
44751
|
-
args?: SelectSubset<T, ImageFindManyArgs<ExtArgs>>
|
|
44752
|
-
): Prisma.PrismaPromise<$Result.GetResult<Prisma.$ImagePayload<ExtArgs>, T, 'findMany'>>
|
|
44753
|
-
|
|
44754
|
-
/**
|
|
44755
|
-
* Create a Image.
|
|
44756
|
-
* @param {ImageCreateArgs} args - Arguments to create a Image.
|
|
44757
|
-
* @example
|
|
44758
|
-
* // Create one Image
|
|
44759
|
-
* const Image = await prisma.image.create({
|
|
44760
|
-
* data: {
|
|
44761
|
-
* // ... data to create a Image
|
|
44762
|
-
* }
|
|
44763
|
-
* })
|
|
44764
|
-
*
|
|
44765
|
-
**/
|
|
44766
|
-
create<T extends ImageCreateArgs<ExtArgs>>(
|
|
44767
|
-
args: SelectSubset<T, ImageCreateArgs<ExtArgs>>
|
|
44768
|
-
): Prisma__ImageClient<$Result.GetResult<Prisma.$ImagePayload<ExtArgs>, T, 'create'>, never, ExtArgs>
|
|
44769
|
-
|
|
44770
|
-
/**
|
|
44771
|
-
* Create many Images.
|
|
44772
|
-
* @param {ImageCreateManyArgs} args - Arguments to create many Images.
|
|
44773
|
-
* @example
|
|
44774
|
-
* // Create many Images
|
|
44775
|
-
* const image = await prisma.image.createMany({
|
|
44776
|
-
* data: {
|
|
44777
|
-
* // ... provide data here
|
|
44778
|
-
* }
|
|
44779
|
-
* })
|
|
44780
|
-
*
|
|
44781
|
-
**/
|
|
44782
|
-
createMany<T extends ImageCreateManyArgs<ExtArgs>>(
|
|
44783
|
-
args?: SelectSubset<T, ImageCreateManyArgs<ExtArgs>>
|
|
44784
|
-
): Prisma.PrismaPromise<BatchPayload>
|
|
44785
|
-
|
|
44786
|
-
/**
|
|
44787
|
-
* Delete a Image.
|
|
44788
|
-
* @param {ImageDeleteArgs} args - Arguments to delete one Image.
|
|
44789
|
-
* @example
|
|
44790
|
-
* // Delete one Image
|
|
44791
|
-
* const Image = await prisma.image.delete({
|
|
44792
|
-
* where: {
|
|
44793
|
-
* // ... filter to delete one Image
|
|
44794
|
-
* }
|
|
44795
|
-
* })
|
|
44796
|
-
*
|
|
44797
|
-
**/
|
|
44798
|
-
delete<T extends ImageDeleteArgs<ExtArgs>>(
|
|
44799
|
-
args: SelectSubset<T, ImageDeleteArgs<ExtArgs>>
|
|
44800
|
-
): Prisma__ImageClient<$Result.GetResult<Prisma.$ImagePayload<ExtArgs>, T, 'delete'>, never, ExtArgs>
|
|
44801
|
-
|
|
44802
|
-
/**
|
|
44803
|
-
* Update one Image.
|
|
44804
|
-
* @param {ImageUpdateArgs} args - Arguments to update one Image.
|
|
44805
|
-
* @example
|
|
44806
|
-
* // Update one Image
|
|
44807
|
-
* const image = await prisma.image.update({
|
|
44808
|
-
* where: {
|
|
44809
|
-
* // ... provide filter here
|
|
44810
|
-
* },
|
|
44811
|
-
* data: {
|
|
44812
|
-
* // ... provide data here
|
|
44813
|
-
* }
|
|
44814
|
-
* })
|
|
44815
|
-
*
|
|
44816
|
-
**/
|
|
44817
|
-
update<T extends ImageUpdateArgs<ExtArgs>>(
|
|
44818
|
-
args: SelectSubset<T, ImageUpdateArgs<ExtArgs>>
|
|
44819
|
-
): Prisma__ImageClient<$Result.GetResult<Prisma.$ImagePayload<ExtArgs>, T, 'update'>, never, ExtArgs>
|
|
44820
|
-
|
|
44821
|
-
/**
|
|
44822
|
-
* Delete zero or more Images.
|
|
44823
|
-
* @param {ImageDeleteManyArgs} args - Arguments to filter Images to delete.
|
|
44824
|
-
* @example
|
|
44825
|
-
* // Delete a few Images
|
|
44826
|
-
* const { count } = await prisma.image.deleteMany({
|
|
44827
|
-
* where: {
|
|
44828
|
-
* // ... provide filter here
|
|
44829
|
-
* }
|
|
44830
|
-
* })
|
|
44831
|
-
*
|
|
44832
|
-
**/
|
|
44833
|
-
deleteMany<T extends ImageDeleteManyArgs<ExtArgs>>(
|
|
44834
|
-
args?: SelectSubset<T, ImageDeleteManyArgs<ExtArgs>>
|
|
44835
|
-
): Prisma.PrismaPromise<BatchPayload>
|
|
44836
|
-
|
|
44837
|
-
/**
|
|
44838
|
-
* Update zero or more Images.
|
|
44839
|
-
* Note, that providing `undefined` is treated as the value not being there.
|
|
44840
|
-
* Read more here: https://pris.ly/d/null-undefined
|
|
44841
|
-
* @param {ImageUpdateManyArgs} args - Arguments to update one or more rows.
|
|
44842
|
-
* @example
|
|
44843
|
-
* // Update many Images
|
|
44844
|
-
* const image = await prisma.image.updateMany({
|
|
44845
|
-
* where: {
|
|
44846
|
-
* // ... provide filter here
|
|
44847
|
-
* },
|
|
44848
|
-
* data: {
|
|
44849
|
-
* // ... provide data here
|
|
44850
|
-
* }
|
|
44851
|
-
* })
|
|
44852
|
-
*
|
|
44853
|
-
**/
|
|
44854
|
-
updateMany<T extends ImageUpdateManyArgs<ExtArgs>>(
|
|
44855
|
-
args: SelectSubset<T, ImageUpdateManyArgs<ExtArgs>>
|
|
44856
|
-
): Prisma.PrismaPromise<BatchPayload>
|
|
44857
|
-
|
|
44858
|
-
/**
|
|
44859
|
-
* Create or update one Image.
|
|
44860
|
-
* @param {ImageUpsertArgs} args - Arguments to update or create a Image.
|
|
44861
|
-
* @example
|
|
44862
|
-
* // Update or create a Image
|
|
44863
|
-
* const image = await prisma.image.upsert({
|
|
44864
|
-
* create: {
|
|
44865
|
-
* // ... data to create a Image
|
|
44866
|
-
* },
|
|
44867
|
-
* update: {
|
|
44868
|
-
* // ... in case it already exists, update
|
|
44869
|
-
* },
|
|
44870
|
-
* where: {
|
|
44871
|
-
* // ... the filter for the Image we want to update
|
|
44872
|
-
* }
|
|
44873
|
-
* })
|
|
44874
|
-
**/
|
|
44875
|
-
upsert<T extends ImageUpsertArgs<ExtArgs>>(
|
|
44876
|
-
args: SelectSubset<T, ImageUpsertArgs<ExtArgs>>
|
|
44877
|
-
): Prisma__ImageClient<$Result.GetResult<Prisma.$ImagePayload<ExtArgs>, T, 'upsert'>, never, ExtArgs>
|
|
44878
|
-
|
|
44879
|
-
/**
|
|
44880
|
-
* Count the number of Images.
|
|
44881
|
-
* Note, that providing `undefined` is treated as the value not being there.
|
|
44882
|
-
* Read more here: https://pris.ly/d/null-undefined
|
|
44883
|
-
* @param {ImageCountArgs} args - Arguments to filter Images to count.
|
|
44884
|
-
* @example
|
|
44885
|
-
* // Count the number of Images
|
|
44886
|
-
* const count = await prisma.image.count({
|
|
44887
|
-
* where: {
|
|
44888
|
-
* // ... the filter for the Images we want to count
|
|
44889
|
-
* }
|
|
44890
|
-
* })
|
|
44891
|
-
**/
|
|
44892
|
-
count<T extends ImageCountArgs>(
|
|
44893
|
-
args?: Subset<T, ImageCountArgs>,
|
|
44894
|
-
): Prisma.PrismaPromise<
|
|
44895
|
-
T extends $Utils.Record<'select', any>
|
|
44896
|
-
? T['select'] extends true
|
|
44897
|
-
? number
|
|
44898
|
-
: GetScalarType<T['select'], ImageCountAggregateOutputType>
|
|
44899
|
-
: number
|
|
44900
|
-
>
|
|
44901
|
-
|
|
44902
|
-
/**
|
|
44903
|
-
* Allows you to perform aggregations operations on a Image.
|
|
44904
|
-
* Note, that providing `undefined` is treated as the value not being there.
|
|
44905
|
-
* Read more here: https://pris.ly/d/null-undefined
|
|
44906
|
-
* @param {ImageAggregateArgs} args - Select which aggregations you would like to apply and on what fields.
|
|
44907
|
-
* @example
|
|
44908
|
-
* // Ordered by age ascending
|
|
44909
|
-
* // Where email contains prisma.io
|
|
44910
|
-
* // Limited to the 10 users
|
|
44911
|
-
* const aggregations = await prisma.user.aggregate({
|
|
44912
|
-
* _avg: {
|
|
44913
|
-
* age: true,
|
|
44914
|
-
* },
|
|
44915
|
-
* where: {
|
|
44916
|
-
* email: {
|
|
44917
|
-
* contains: "prisma.io",
|
|
44918
|
-
* },
|
|
44919
|
-
* },
|
|
44920
|
-
* orderBy: {
|
|
44921
|
-
* age: "asc",
|
|
44922
|
-
* },
|
|
44923
|
-
* take: 10,
|
|
44924
|
-
* })
|
|
44925
|
-
**/
|
|
44926
|
-
aggregate<T extends ImageAggregateArgs>(args: Subset<T, ImageAggregateArgs>): Prisma.PrismaPromise<GetImageAggregateType<T>>
|
|
44927
|
-
|
|
44928
|
-
/**
|
|
44929
|
-
* Group by Image.
|
|
44930
|
-
* Note, that providing `undefined` is treated as the value not being there.
|
|
44931
|
-
* Read more here: https://pris.ly/d/null-undefined
|
|
44932
|
-
* @param {ImageGroupByArgs} args - Group by arguments.
|
|
44933
|
-
* @example
|
|
44934
|
-
* // Group by city, order by createdAt, get count
|
|
44935
|
-
* const result = await prisma.user.groupBy({
|
|
44936
|
-
* by: ['city', 'createdAt'],
|
|
44937
|
-
* orderBy: {
|
|
44938
|
-
* createdAt: true
|
|
44939
|
-
* },
|
|
44940
|
-
* _count: {
|
|
44941
|
-
* _all: true
|
|
44942
|
-
* },
|
|
44943
|
-
* })
|
|
44944
|
-
*
|
|
44945
|
-
**/
|
|
44946
|
-
groupBy<
|
|
44947
|
-
T extends ImageGroupByArgs,
|
|
44948
|
-
HasSelectOrTake extends Or<
|
|
44949
|
-
Extends<'skip', Keys<T>>,
|
|
44950
|
-
Extends<'take', Keys<T>>
|
|
44951
|
-
>,
|
|
44952
|
-
OrderByArg extends True extends HasSelectOrTake
|
|
44953
|
-
? { orderBy: ImageGroupByArgs['orderBy'] }
|
|
44954
|
-
: { orderBy?: ImageGroupByArgs['orderBy'] },
|
|
43942
|
+
? { orderBy: ImageGroupByArgs['orderBy'] }
|
|
43943
|
+
: { orderBy?: ImageGroupByArgs['orderBy'] },
|
|
44955
43944
|
OrderFields extends ExcludeUnderscoreKeys<Keys<MaybeTupleToUnion<T['orderBy']>>>,
|
|
44956
43945
|
ByFields extends MaybeTupleToUnion<T['by']>,
|
|
44957
43946
|
ByValid extends Has<ByFields, OrderFields>,
|
|
@@ -45604,7 +44593,7 @@ export namespace Prisma {
|
|
|
45604
44593
|
type BrandImageGetPayload<S extends boolean | null | undefined | BrandImageDefaultArgs> = $Result.GetResult<Prisma.$BrandImagePayload, S>
|
|
45605
44594
|
|
|
45606
44595
|
type BrandImageCountArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> =
|
|
45607
|
-
Omit<BrandImageFindManyArgs, 'select' | 'include' | 'distinct'> & {
|
|
44596
|
+
Omit<BrandImageFindManyArgs, 'select' | 'include' | 'distinct' > & {
|
|
45608
44597
|
select?: BrandImageCountAggregateInputType | true
|
|
45609
44598
|
}
|
|
45610
44599
|
|
|
@@ -46550,7 +45539,7 @@ export namespace Prisma {
|
|
|
46550
45539
|
type CountryGetPayload<S extends boolean | null | undefined | CountryDefaultArgs> = $Result.GetResult<Prisma.$CountryPayload, S>
|
|
46551
45540
|
|
|
46552
45541
|
type CountryCountArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> =
|
|
46553
|
-
Omit<CountryFindManyArgs, 'select' | 'include' | 'distinct'> & {
|
|
45542
|
+
Omit<CountryFindManyArgs, 'select' | 'include' | 'distinct' > & {
|
|
46554
45543
|
select?: CountryCountAggregateInputType | true
|
|
46555
45544
|
}
|
|
46556
45545
|
|
|
@@ -47539,7 +46528,7 @@ export namespace Prisma {
|
|
|
47539
46528
|
type StateGetPayload<S extends boolean | null | undefined | StateDefaultArgs> = $Result.GetResult<Prisma.$StatePayload, S>
|
|
47540
46529
|
|
|
47541
46530
|
type StateCountArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> =
|
|
47542
|
-
Omit<StateFindManyArgs, 'select' | 'include' | 'distinct'> & {
|
|
46531
|
+
Omit<StateFindManyArgs, 'select' | 'include' | 'distinct' > & {
|
|
47543
46532
|
select?: StateCountAggregateInputType | true
|
|
47544
46533
|
}
|
|
47545
46534
|
|
|
@@ -48579,7 +47568,7 @@ export namespace Prisma {
|
|
|
48579
47568
|
type PaymentTransactionGetPayload<S extends boolean | null | undefined | PaymentTransactionDefaultArgs> = $Result.GetResult<Prisma.$PaymentTransactionPayload, S>
|
|
48580
47569
|
|
|
48581
47570
|
type PaymentTransactionCountArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> =
|
|
48582
|
-
Omit<PaymentTransactionFindManyArgs, 'select' | 'include' | 'distinct'> & {
|
|
47571
|
+
Omit<PaymentTransactionFindManyArgs, 'select' | 'include' | 'distinct' > & {
|
|
48583
47572
|
select?: PaymentTransactionCountAggregateInputType | true
|
|
48584
47573
|
}
|
|
48585
47574
|
|
|
@@ -49636,7 +48625,7 @@ export namespace Prisma {
|
|
|
49636
48625
|
type BrandAffiliateLinkGetPayload<S extends boolean | null | undefined | BrandAffiliateLinkDefaultArgs> = $Result.GetResult<Prisma.$BrandAffiliateLinkPayload, S>
|
|
49637
48626
|
|
|
49638
48627
|
type BrandAffiliateLinkCountArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> =
|
|
49639
|
-
Omit<BrandAffiliateLinkFindManyArgs, 'select' | 'include' | 'distinct'> & {
|
|
48628
|
+
Omit<BrandAffiliateLinkFindManyArgs, 'select' | 'include' | 'distinct' > & {
|
|
49640
48629
|
select?: BrandAffiliateLinkCountAggregateInputType | true
|
|
49641
48630
|
}
|
|
49642
48631
|
|
|
@@ -50625,7 +49614,7 @@ export namespace Prisma {
|
|
|
50625
49614
|
type AffiliateLinkGetPayload<S extends boolean | null | undefined | AffiliateLinkDefaultArgs> = $Result.GetResult<Prisma.$AffiliateLinkPayload, S>
|
|
50626
49615
|
|
|
50627
49616
|
type AffiliateLinkCountArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> =
|
|
50628
|
-
Omit<AffiliateLinkFindManyArgs, 'select' | 'include' | 'distinct'> & {
|
|
49617
|
+
Omit<AffiliateLinkFindManyArgs, 'select' | 'include' | 'distinct' > & {
|
|
50629
49618
|
select?: AffiliateLinkCountAggregateInputType | true
|
|
50630
49619
|
}
|
|
50631
49620
|
|
|
@@ -51383,11 +50372,13 @@ export namespace Prisma {
|
|
|
51383
50372
|
|
|
51384
50373
|
export type AffiliateClickAvgAggregateOutputType = {
|
|
51385
50374
|
id: number | null
|
|
50375
|
+
optInId: number | null
|
|
51386
50376
|
affiliateLinkId: number | null
|
|
51387
50377
|
}
|
|
51388
50378
|
|
|
51389
50379
|
export type AffiliateClickSumAggregateOutputType = {
|
|
51390
50380
|
id: number | null
|
|
50381
|
+
optInId: number | null
|
|
51391
50382
|
affiliateLinkId: number | null
|
|
51392
50383
|
}
|
|
51393
50384
|
|
|
@@ -51395,6 +50386,7 @@ export namespace Prisma {
|
|
|
51395
50386
|
id: number | null
|
|
51396
50387
|
created: Date | null
|
|
51397
50388
|
visitorIp: string | null
|
|
50389
|
+
optInId: number | null
|
|
51398
50390
|
affiliateLinkId: number | null
|
|
51399
50391
|
}
|
|
51400
50392
|
|
|
@@ -51402,6 +50394,7 @@ export namespace Prisma {
|
|
|
51402
50394
|
id: number | null
|
|
51403
50395
|
created: Date | null
|
|
51404
50396
|
visitorIp: string | null
|
|
50397
|
+
optInId: number | null
|
|
51405
50398
|
affiliateLinkId: number | null
|
|
51406
50399
|
}
|
|
51407
50400
|
|
|
@@ -51409,6 +50402,7 @@ export namespace Prisma {
|
|
|
51409
50402
|
id: number
|
|
51410
50403
|
created: number
|
|
51411
50404
|
visitorIp: number
|
|
50405
|
+
optInId: number
|
|
51412
50406
|
metaData: number
|
|
51413
50407
|
affiliateLinkId: number
|
|
51414
50408
|
_all: number
|
|
@@ -51417,11 +50411,13 @@ export namespace Prisma {
|
|
|
51417
50411
|
|
|
51418
50412
|
export type AffiliateClickAvgAggregateInputType = {
|
|
51419
50413
|
id?: true
|
|
50414
|
+
optInId?: true
|
|
51420
50415
|
affiliateLinkId?: true
|
|
51421
50416
|
}
|
|
51422
50417
|
|
|
51423
50418
|
export type AffiliateClickSumAggregateInputType = {
|
|
51424
50419
|
id?: true
|
|
50420
|
+
optInId?: true
|
|
51425
50421
|
affiliateLinkId?: true
|
|
51426
50422
|
}
|
|
51427
50423
|
|
|
@@ -51429,6 +50425,7 @@ export namespace Prisma {
|
|
|
51429
50425
|
id?: true
|
|
51430
50426
|
created?: true
|
|
51431
50427
|
visitorIp?: true
|
|
50428
|
+
optInId?: true
|
|
51432
50429
|
affiliateLinkId?: true
|
|
51433
50430
|
}
|
|
51434
50431
|
|
|
@@ -51436,6 +50433,7 @@ export namespace Prisma {
|
|
|
51436
50433
|
id?: true
|
|
51437
50434
|
created?: true
|
|
51438
50435
|
visitorIp?: true
|
|
50436
|
+
optInId?: true
|
|
51439
50437
|
affiliateLinkId?: true
|
|
51440
50438
|
}
|
|
51441
50439
|
|
|
@@ -51443,6 +50441,7 @@ export namespace Prisma {
|
|
|
51443
50441
|
id?: true
|
|
51444
50442
|
created?: true
|
|
51445
50443
|
visitorIp?: true
|
|
50444
|
+
optInId?: true
|
|
51446
50445
|
metaData?: true
|
|
51447
50446
|
affiliateLinkId?: true
|
|
51448
50447
|
_all?: true
|
|
@@ -51538,6 +50537,7 @@ export namespace Prisma {
|
|
|
51538
50537
|
id: number
|
|
51539
50538
|
created: Date
|
|
51540
50539
|
visitorIp: string | null
|
|
50540
|
+
optInId: number
|
|
51541
50541
|
metaData: JsonValue
|
|
51542
50542
|
affiliateLinkId: number
|
|
51543
50543
|
_count: AffiliateClickCountAggregateOutputType | null
|
|
@@ -51565,8 +50565,10 @@ export namespace Prisma {
|
|
|
51565
50565
|
id?: boolean
|
|
51566
50566
|
created?: boolean
|
|
51567
50567
|
visitorIp?: boolean
|
|
50568
|
+
optInId?: boolean
|
|
51568
50569
|
metaData?: boolean
|
|
51569
50570
|
affiliateLinkId?: boolean
|
|
50571
|
+
optin?: boolean | OptInDefaultArgs<ExtArgs>
|
|
51570
50572
|
affiliateLink?: boolean | AffiliateLinkDefaultArgs<ExtArgs>
|
|
51571
50573
|
affiliateEvent?: boolean | AffiliateClick$affiliateEventArgs<ExtArgs>
|
|
51572
50574
|
_count?: boolean | AffiliateClickCountOutputTypeDefaultArgs<ExtArgs>
|
|
@@ -51576,11 +50578,13 @@ export namespace Prisma {
|
|
|
51576
50578
|
id?: boolean
|
|
51577
50579
|
created?: boolean
|
|
51578
50580
|
visitorIp?: boolean
|
|
50581
|
+
optInId?: boolean
|
|
51579
50582
|
metaData?: boolean
|
|
51580
50583
|
affiliateLinkId?: boolean
|
|
51581
50584
|
}
|
|
51582
50585
|
|
|
51583
50586
|
export type AffiliateClickInclude<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
|
|
50587
|
+
optin?: boolean | OptInDefaultArgs<ExtArgs>
|
|
51584
50588
|
affiliateLink?: boolean | AffiliateLinkDefaultArgs<ExtArgs>
|
|
51585
50589
|
affiliateEvent?: boolean | AffiliateClick$affiliateEventArgs<ExtArgs>
|
|
51586
50590
|
_count?: boolean | AffiliateClickCountOutputTypeDefaultArgs<ExtArgs>
|
|
@@ -51590,6 +50594,7 @@ export namespace Prisma {
|
|
|
51590
50594
|
export type $AffiliateClickPayload<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
|
|
51591
50595
|
name: "AffiliateClick"
|
|
51592
50596
|
objects: {
|
|
50597
|
+
optin: Prisma.$OptInPayload<ExtArgs>
|
|
51593
50598
|
affiliateLink: Prisma.$AffiliateLinkPayload<ExtArgs>
|
|
51594
50599
|
affiliateEvent: Prisma.$AffiliateEventPayload<ExtArgs>[]
|
|
51595
50600
|
}
|
|
@@ -51597,6 +50602,7 @@ export namespace Prisma {
|
|
|
51597
50602
|
id: number
|
|
51598
50603
|
created: Date
|
|
51599
50604
|
visitorIp: string | null
|
|
50605
|
+
optInId: number
|
|
51600
50606
|
metaData: Prisma.JsonValue
|
|
51601
50607
|
affiliateLinkId: number
|
|
51602
50608
|
}, ExtArgs["result"]["affiliateClick"]>
|
|
@@ -51607,7 +50613,7 @@ export namespace Prisma {
|
|
|
51607
50613
|
type AffiliateClickGetPayload<S extends boolean | null | undefined | AffiliateClickDefaultArgs> = $Result.GetResult<Prisma.$AffiliateClickPayload, S>
|
|
51608
50614
|
|
|
51609
50615
|
type AffiliateClickCountArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> =
|
|
51610
|
-
Omit<AffiliateClickFindManyArgs, 'select' | 'include' | 'distinct'> & {
|
|
50616
|
+
Omit<AffiliateClickFindManyArgs, 'select' | 'include' | 'distinct' > & {
|
|
51611
50617
|
select?: AffiliateClickCountAggregateInputType | true
|
|
51612
50618
|
}
|
|
51613
50619
|
|
|
@@ -51964,6 +50970,8 @@ export namespace Prisma {
|
|
|
51964
50970
|
export interface Prisma__AffiliateClickClient<T, Null = never, ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> extends Prisma.PrismaPromise<T> {
|
|
51965
50971
|
readonly [Symbol.toStringTag]: 'PrismaPromise';
|
|
51966
50972
|
|
|
50973
|
+
optin<T extends OptInDefaultArgs<ExtArgs> = {}>(args?: Subset<T, OptInDefaultArgs<ExtArgs>>): Prisma__OptInClient<$Result.GetResult<Prisma.$OptInPayload<ExtArgs>, T, 'findUniqueOrThrow'> | Null, Null, ExtArgs>;
|
|
50974
|
+
|
|
51967
50975
|
affiliateLink<T extends AffiliateLinkDefaultArgs<ExtArgs> = {}>(args?: Subset<T, AffiliateLinkDefaultArgs<ExtArgs>>): Prisma__AffiliateLinkClient<$Result.GetResult<Prisma.$AffiliateLinkPayload<ExtArgs>, T, 'findUniqueOrThrow'> | Null, Null, ExtArgs>;
|
|
51968
50976
|
|
|
51969
50977
|
affiliateEvent<T extends AffiliateClick$affiliateEventArgs<ExtArgs> = {}>(args?: Subset<T, AffiliateClick$affiliateEventArgs<ExtArgs>>): Prisma.PrismaPromise<$Result.GetResult<Prisma.$AffiliateEventPayload<ExtArgs>, T, 'findMany'> | Null>;
|
|
@@ -51999,6 +51007,7 @@ export namespace Prisma {
|
|
|
51999
51007
|
readonly id: FieldRef<"AffiliateClick", 'Int'>
|
|
52000
51008
|
readonly created: FieldRef<"AffiliateClick", 'DateTime'>
|
|
52001
51009
|
readonly visitorIp: FieldRef<"AffiliateClick", 'String'>
|
|
51010
|
+
readonly optInId: FieldRef<"AffiliateClick", 'Int'>
|
|
52002
51011
|
readonly metaData: FieldRef<"AffiliateClick", 'Json'>
|
|
52003
51012
|
readonly affiliateLinkId: FieldRef<"AffiliateClick", 'Int'>
|
|
52004
51013
|
}
|
|
@@ -52644,7 +51653,7 @@ export namespace Prisma {
|
|
|
52644
51653
|
type AffiliateEventGetPayload<S extends boolean | null | undefined | AffiliateEventDefaultArgs> = $Result.GetResult<Prisma.$AffiliateEventPayload, S>
|
|
52645
51654
|
|
|
52646
51655
|
type AffiliateEventCountArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> =
|
|
52647
|
-
Omit<AffiliateEventFindManyArgs, 'select' | 'include' | 'distinct'> & {
|
|
51656
|
+
Omit<AffiliateEventFindManyArgs, 'select' | 'include' | 'distinct' > & {
|
|
52648
51657
|
select?: AffiliateEventCountAggregateInputType | true
|
|
52649
51658
|
}
|
|
52650
51659
|
|
|
@@ -53637,7 +52646,7 @@ export namespace Prisma {
|
|
|
53637
52646
|
type SavedFileGetPayload<S extends boolean | null | undefined | SavedFileDefaultArgs> = $Result.GetResult<Prisma.$SavedFilePayload, S>
|
|
53638
52647
|
|
|
53639
52648
|
type SavedFileCountArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> =
|
|
53640
|
-
Omit<SavedFileFindManyArgs, 'select' | 'include' | 'distinct'> & {
|
|
52649
|
+
Omit<SavedFileFindManyArgs, 'select' | 'include' | 'distinct' > & {
|
|
53641
52650
|
select?: SavedFileCountAggregateInputType | true
|
|
53642
52651
|
}
|
|
53643
52652
|
|
|
@@ -54678,7 +53687,7 @@ export namespace Prisma {
|
|
|
54678
53687
|
type CampaignInviteGetPayload<S extends boolean | null | undefined | CampaignInviteDefaultArgs> = $Result.GetResult<Prisma.$CampaignInvitePayload, S>
|
|
54679
53688
|
|
|
54680
53689
|
type CampaignInviteCountArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> =
|
|
54681
|
-
Omit<CampaignInviteFindManyArgs, 'select' | 'include' | 'distinct'> & {
|
|
53690
|
+
Omit<CampaignInviteFindManyArgs, 'select' | 'include' | 'distinct' > & {
|
|
54682
53691
|
select?: CampaignInviteCountAggregateInputType | true
|
|
54683
53692
|
}
|
|
54684
53693
|
|
|
@@ -55724,7 +54733,7 @@ export namespace Prisma {
|
|
|
55724
54733
|
type CreatorListGetPayload<S extends boolean | null | undefined | CreatorListDefaultArgs> = $Result.GetResult<Prisma.$CreatorListPayload, S>
|
|
55725
54734
|
|
|
55726
54735
|
type CreatorListCountArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> =
|
|
55727
|
-
Omit<CreatorListFindManyArgs, 'select' | 'include' | 'distinct'> & {
|
|
54736
|
+
Omit<CreatorListFindManyArgs, 'select' | 'include' | 'distinct' > & {
|
|
55728
54737
|
select?: CreatorListCountAggregateInputType | true
|
|
55729
54738
|
}
|
|
55730
54739
|
|
|
@@ -56796,7 +55805,7 @@ export namespace Prisma {
|
|
|
56796
55805
|
type CreatorListItemGetPayload<S extends boolean | null | undefined | CreatorListItemDefaultArgs> = $Result.GetResult<Prisma.$CreatorListItemPayload, S>
|
|
56797
55806
|
|
|
56798
55807
|
type CreatorListItemCountArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> =
|
|
56799
|
-
Omit<CreatorListItemFindManyArgs, 'select' | 'include' | 'distinct'> & {
|
|
55808
|
+
Omit<CreatorListItemFindManyArgs, 'select' | 'include' | 'distinct' > & {
|
|
56800
55809
|
select?: CreatorListItemCountAggregateInputType | true
|
|
56801
55810
|
}
|
|
56802
55811
|
|
|
@@ -57971,7 +56980,7 @@ export namespace Prisma {
|
|
|
57971
56980
|
type SocialProfileGetPayload<S extends boolean | null | undefined | SocialProfileDefaultArgs> = $Result.GetResult<Prisma.$SocialProfilePayload, S>
|
|
57972
56981
|
|
|
57973
56982
|
type SocialProfileCountArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> =
|
|
57974
|
-
Omit<SocialProfileFindManyArgs, 'select' | 'include' | 'distinct'> & {
|
|
56983
|
+
Omit<SocialProfileFindManyArgs, 'select' | 'include' | 'distinct' > & {
|
|
57975
56984
|
select?: SocialProfileCountAggregateInputType | true
|
|
57976
56985
|
}
|
|
57977
56986
|
|
|
@@ -58997,7 +58006,7 @@ export namespace Prisma {
|
|
|
58997
58006
|
type MessageTemplateGetPayload<S extends boolean | null | undefined | MessageTemplateDefaultArgs> = $Result.GetResult<Prisma.$MessageTemplatePayload, S>
|
|
58998
58007
|
|
|
58999
58008
|
type MessageTemplateCountArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> =
|
|
59000
|
-
Omit<MessageTemplateFindManyArgs, 'select' | 'include' | 'distinct'> & {
|
|
58009
|
+
Omit<MessageTemplateFindManyArgs, 'select' | 'include' | 'distinct' > & {
|
|
59001
58010
|
select?: MessageTemplateCountAggregateInputType | true
|
|
59002
58011
|
}
|
|
59003
58012
|
|
|
@@ -59980,7 +58989,7 @@ export namespace Prisma {
|
|
|
59980
58989
|
type EmailTemplateGetPayload<S extends boolean | null | undefined | EmailTemplateDefaultArgs> = $Result.GetResult<Prisma.$EmailTemplatePayload, S>
|
|
59981
58990
|
|
|
59982
58991
|
type EmailTemplateCountArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> =
|
|
59983
|
-
Omit<EmailTemplateFindManyArgs, 'select' | 'include' | 'distinct'> & {
|
|
58992
|
+
Omit<EmailTemplateFindManyArgs, 'select' | 'include' | 'distinct' > & {
|
|
59984
58993
|
select?: EmailTemplateCountAggregateInputType | true
|
|
59985
58994
|
}
|
|
59986
58995
|
|
|
@@ -61021,7 +60030,7 @@ export namespace Prisma {
|
|
|
61021
60030
|
type SocialListeningListGetPayload<S extends boolean | null | undefined | SocialListeningListDefaultArgs> = $Result.GetResult<Prisma.$SocialListeningListPayload, S>
|
|
61022
60031
|
|
|
61023
60032
|
type SocialListeningListCountArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> =
|
|
61024
|
-
Omit<SocialListeningListFindManyArgs, 'select' | 'include' | 'distinct'> & {
|
|
60033
|
+
Omit<SocialListeningListFindManyArgs, 'select' | 'include' | 'distinct' > & {
|
|
61025
60034
|
select?: SocialListeningListCountAggregateInputType | true
|
|
61026
60035
|
}
|
|
61027
60036
|
|
|
@@ -61991,7 +61000,7 @@ export namespace Prisma {
|
|
|
61991
61000
|
type ListToSocialPostGetPayload<S extends boolean | null | undefined | ListToSocialPostDefaultArgs> = $Result.GetResult<Prisma.$ListToSocialPostPayload, S>
|
|
61992
61001
|
|
|
61993
61002
|
type ListToSocialPostCountArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> =
|
|
61994
|
-
Omit<ListToSocialPostFindManyArgs, 'select' | 'include' | 'distinct'> & {
|
|
61003
|
+
Omit<ListToSocialPostFindManyArgs, 'select' | 'include' | 'distinct' > & {
|
|
61995
61004
|
select?: ListToSocialPostCountAggregateInputType | true
|
|
61996
61005
|
}
|
|
61997
61006
|
|
|
@@ -62933,7 +61942,7 @@ export namespace Prisma {
|
|
|
62933
61942
|
type OptInViewGetPayload<S extends boolean | null | undefined | OptInViewDefaultArgs> = $Result.GetResult<Prisma.$OptInViewPayload, S>
|
|
62934
61943
|
|
|
62935
61944
|
type OptInViewCountArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> =
|
|
62936
|
-
Omit<OptInViewFindManyArgs, 'select' | 'include' | 'distinct'> & {
|
|
61945
|
+
Omit<OptInViewFindManyArgs, 'select' | 'include' | 'distinct' > & {
|
|
62937
61946
|
select?: OptInViewCountAggregateInputType | true
|
|
62938
61947
|
}
|
|
62939
61948
|
|
|
@@ -63970,7 +62979,7 @@ export namespace Prisma {
|
|
|
63970
62979
|
type RakutenActivityGetPayload<S extends boolean | null | undefined | RakutenActivityDefaultArgs> = $Result.GetResult<Prisma.$RakutenActivityPayload, S>
|
|
63971
62980
|
|
|
63972
62981
|
type RakutenActivityCountArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> =
|
|
63973
|
-
Omit<RakutenActivityFindManyArgs, 'select' | 'include' | 'distinct'> & {
|
|
62982
|
+
Omit<RakutenActivityFindManyArgs, 'select' | 'include' | 'distinct' > & {
|
|
63974
62983
|
select?: RakutenActivityCountAggregateInputType | true
|
|
63975
62984
|
}
|
|
63976
62985
|
|
|
@@ -64972,7 +63981,7 @@ export namespace Prisma {
|
|
|
64972
63981
|
type ImpactRadiusEventGetPayload<S extends boolean | null | undefined | ImpactRadiusEventDefaultArgs> = $Result.GetResult<Prisma.$ImpactRadiusEventPayload, S>
|
|
64973
63982
|
|
|
64974
63983
|
type ImpactRadiusEventCountArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> =
|
|
64975
|
-
Omit<ImpactRadiusEventFindManyArgs, 'select' | 'include' | 'distinct'> & {
|
|
63984
|
+
Omit<ImpactRadiusEventFindManyArgs, 'select' | 'include' | 'distinct' > & {
|
|
64976
63985
|
select?: ImpactRadiusEventCountAggregateInputType | true
|
|
64977
63986
|
}
|
|
64978
63987
|
|
|
@@ -65955,7 +64964,7 @@ export namespace Prisma {
|
|
|
65955
64964
|
type CreatorSearchFilterGetPayload<S extends boolean | null | undefined | CreatorSearchFilterDefaultArgs> = $Result.GetResult<Prisma.$CreatorSearchFilterPayload, S>
|
|
65956
64965
|
|
|
65957
64966
|
type CreatorSearchFilterCountArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> =
|
|
65958
|
-
Omit<CreatorSearchFilterFindManyArgs, 'select' | 'include' | 'distinct'> & {
|
|
64967
|
+
Omit<CreatorSearchFilterFindManyArgs, 'select' | 'include' | 'distinct' > & {
|
|
65959
64968
|
select?: CreatorSearchFilterCountAggregateInputType | true
|
|
65960
64969
|
}
|
|
65961
64970
|
|
|
@@ -66970,7 +65979,7 @@ export namespace Prisma {
|
|
|
66970
65979
|
type SequenceGetPayload<S extends boolean | null | undefined | SequenceDefaultArgs> = $Result.GetResult<Prisma.$SequencePayload, S>
|
|
66971
65980
|
|
|
66972
65981
|
type SequenceCountArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> =
|
|
66973
|
-
Omit<SequenceFindManyArgs, 'select' | 'include' | 'distinct'> & {
|
|
65982
|
+
Omit<SequenceFindManyArgs, 'select' | 'include' | 'distinct' > & {
|
|
66974
65983
|
select?: SequenceCountAggregateInputType | true
|
|
66975
65984
|
}
|
|
66976
65985
|
|
|
@@ -68069,7 +67078,7 @@ export namespace Prisma {
|
|
|
68069
67078
|
type SequenceStepGetPayload<S extends boolean | null | undefined | SequenceStepDefaultArgs> = $Result.GetResult<Prisma.$SequenceStepPayload, S>
|
|
68070
67079
|
|
|
68071
67080
|
type SequenceStepCountArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> =
|
|
68072
|
-
Omit<SequenceStepFindManyArgs, 'select' | 'include' | 'distinct'> & {
|
|
67081
|
+
Omit<SequenceStepFindManyArgs, 'select' | 'include' | 'distinct' > & {
|
|
68073
67082
|
select?: SequenceStepCountAggregateInputType | true
|
|
68074
67083
|
}
|
|
68075
67084
|
|
|
@@ -69066,7 +68075,7 @@ export namespace Prisma {
|
|
|
69066
68075
|
type SequenceOutboundEmailGetPayload<S extends boolean | null | undefined | SequenceOutboundEmailDefaultArgs> = $Result.GetResult<Prisma.$SequenceOutboundEmailPayload, S>
|
|
69067
68076
|
|
|
69068
68077
|
type SequenceOutboundEmailCountArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> =
|
|
69069
|
-
Omit<SequenceOutboundEmailFindManyArgs, 'select' | 'include' | 'distinct'> & {
|
|
68078
|
+
Omit<SequenceOutboundEmailFindManyArgs, 'select' | 'include' | 'distinct' > & {
|
|
69070
68079
|
select?: SequenceOutboundEmailCountAggregateInputType | true
|
|
69071
68080
|
}
|
|
69072
68081
|
|
|
@@ -70033,7 +69042,7 @@ export namespace Prisma {
|
|
|
70033
69042
|
type SequenceInboundEmailGetPayload<S extends boolean | null | undefined | SequenceInboundEmailDefaultArgs> = $Result.GetResult<Prisma.$SequenceInboundEmailPayload, S>
|
|
70034
69043
|
|
|
70035
69044
|
type SequenceInboundEmailCountArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> =
|
|
70036
|
-
Omit<SequenceInboundEmailFindManyArgs, 'select' | 'include' | 'distinct'> & {
|
|
69045
|
+
Omit<SequenceInboundEmailFindManyArgs, 'select' | 'include' | 'distinct' > & {
|
|
70037
69046
|
select?: SequenceInboundEmailCountAggregateInputType | true
|
|
70038
69047
|
}
|
|
70039
69048
|
|
|
@@ -70994,7 +70003,7 @@ export namespace Prisma {
|
|
|
70994
70003
|
type SequenceImapCheckpointGetPayload<S extends boolean | null | undefined | SequenceImapCheckpointDefaultArgs> = $Result.GetResult<Prisma.$SequenceImapCheckpointPayload, S>
|
|
70995
70004
|
|
|
70996
70005
|
type SequenceImapCheckpointCountArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> =
|
|
70997
|
-
Omit<SequenceImapCheckpointFindManyArgs, 'select' | 'include' | 'distinct'> & {
|
|
70006
|
+
Omit<SequenceImapCheckpointFindManyArgs, 'select' | 'include' | 'distinct' > & {
|
|
70998
70007
|
select?: SequenceImapCheckpointCountAggregateInputType | true
|
|
70999
70008
|
}
|
|
71000
70009
|
|
|
@@ -72290,16 +71299,6 @@ export namespace Prisma {
|
|
|
72290
71299
|
export type SocialPostScalarFieldEnum = (typeof SocialPostScalarFieldEnum)[keyof typeof SocialPostScalarFieldEnum]
|
|
72291
71300
|
|
|
72292
71301
|
|
|
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
71302
|
export const ImageScalarFieldEnum: {
|
|
72304
71303
|
id: 'id',
|
|
72305
71304
|
url: 'url',
|
|
@@ -72385,6 +71384,7 @@ export namespace Prisma {
|
|
|
72385
71384
|
id: 'id',
|
|
72386
71385
|
created: 'created',
|
|
72387
71386
|
visitorIp: 'visitorIp',
|
|
71387
|
+
optInId: 'optInId',
|
|
72388
71388
|
metaData: 'metaData',
|
|
72389
71389
|
affiliateLinkId: 'affiliateLinkId'
|
|
72390
71390
|
};
|
|
@@ -72955,14 +71955,6 @@ export namespace Prisma {
|
|
|
72955
71955
|
export type SocialPostOrderByRelevanceFieldEnum = (typeof SocialPostOrderByRelevanceFieldEnum)[keyof typeof SocialPostOrderByRelevanceFieldEnum]
|
|
72956
71956
|
|
|
72957
71957
|
|
|
72958
|
-
export const SocialPostTagOrderByRelevanceFieldEnum: {
|
|
72959
|
-
title: 'title',
|
|
72960
|
-
type: 'type'
|
|
72961
|
-
};
|
|
72962
|
-
|
|
72963
|
-
export type SocialPostTagOrderByRelevanceFieldEnum = (typeof SocialPostTagOrderByRelevanceFieldEnum)[keyof typeof SocialPostTagOrderByRelevanceFieldEnum]
|
|
72964
|
-
|
|
72965
|
-
|
|
72966
71958
|
export const ImageOrderByRelevanceFieldEnum: {
|
|
72967
71959
|
url: 'url',
|
|
72968
71960
|
size: 'size'
|
|
@@ -75979,6 +74971,7 @@ export namespace Prisma {
|
|
|
75979
74971
|
chat?: XOR<ChatNullableRelationFilter, ChatWhereInput> | null
|
|
75980
74972
|
campaignInvites?: CampaignInviteListRelationFilter
|
|
75981
74973
|
trolleyPayments?: TrolleyPaymentListRelationFilter
|
|
74974
|
+
affiliateClicks?: AffiliateClickListRelationFilter
|
|
75982
74975
|
}
|
|
75983
74976
|
|
|
75984
74977
|
export type OptInOrderByWithRelationAndSearchRelevanceInput = {
|
|
@@ -76007,6 +75000,7 @@ export namespace Prisma {
|
|
|
76007
75000
|
chat?: ChatOrderByWithRelationAndSearchRelevanceInput
|
|
76008
75001
|
campaignInvites?: CampaignInviteOrderByRelationAggregateInput
|
|
76009
75002
|
trolleyPayments?: TrolleyPaymentOrderByRelationAggregateInput
|
|
75003
|
+
affiliateClicks?: AffiliateClickOrderByRelationAggregateInput
|
|
76010
75004
|
_relevance?: OptInOrderByRelevanceInput
|
|
76011
75005
|
}
|
|
76012
75006
|
|
|
@@ -76039,6 +75033,7 @@ export namespace Prisma {
|
|
|
76039
75033
|
chat?: XOR<ChatNullableRelationFilter, ChatWhereInput> | null
|
|
76040
75034
|
campaignInvites?: CampaignInviteListRelationFilter
|
|
76041
75035
|
trolleyPayments?: TrolleyPaymentListRelationFilter
|
|
75036
|
+
affiliateClicks?: AffiliateClickListRelationFilter
|
|
76042
75037
|
}, "id">
|
|
76043
75038
|
|
|
76044
75039
|
export type OptInOrderByWithAggregationInput = {
|
|
@@ -76097,10 +75092,10 @@ export namespace Prisma {
|
|
|
76097
75092
|
paymentId?: StringFilter<"TrolleyPayment"> | string
|
|
76098
75093
|
type?: EnumtrolleyPaymentTypeNullableFilter<"TrolleyPayment"> | $Enums.trolleyPaymentType | null
|
|
76099
75094
|
status?: EnumtrolleyPaymentStatusFilter<"TrolleyPayment"> | $Enums.trolleyPaymentStatus
|
|
76100
|
-
optInId?:
|
|
75095
|
+
optInId?: IntNullableFilter<"TrolleyPayment"> | number | null
|
|
76101
75096
|
paymentAmount?: IntFilter<"TrolleyPayment"> | number
|
|
76102
75097
|
metaData?: JsonFilter<"TrolleyPayment">
|
|
76103
|
-
optIn?: XOR<
|
|
75098
|
+
optIn?: XOR<OptInNullableRelationFilter, OptInWhereInput> | null
|
|
76104
75099
|
}
|
|
76105
75100
|
|
|
76106
75101
|
export type TrolleyPaymentOrderByWithRelationAndSearchRelevanceInput = {
|
|
@@ -76108,7 +75103,7 @@ export namespace Prisma {
|
|
|
76108
75103
|
paymentId?: SortOrder
|
|
76109
75104
|
type?: SortOrderInput | SortOrder
|
|
76110
75105
|
status?: SortOrder
|
|
76111
|
-
optInId?: SortOrder
|
|
75106
|
+
optInId?: SortOrderInput | SortOrder
|
|
76112
75107
|
paymentAmount?: SortOrder
|
|
76113
75108
|
metaData?: SortOrder
|
|
76114
75109
|
optIn?: OptInOrderByWithRelationAndSearchRelevanceInput
|
|
@@ -76123,10 +75118,10 @@ export namespace Prisma {
|
|
|
76123
75118
|
NOT?: TrolleyPaymentWhereInput | TrolleyPaymentWhereInput[]
|
|
76124
75119
|
type?: EnumtrolleyPaymentTypeNullableFilter<"TrolleyPayment"> | $Enums.trolleyPaymentType | null
|
|
76125
75120
|
status?: EnumtrolleyPaymentStatusFilter<"TrolleyPayment"> | $Enums.trolleyPaymentStatus
|
|
76126
|
-
optInId?:
|
|
75121
|
+
optInId?: IntNullableFilter<"TrolleyPayment"> | number | null
|
|
76127
75122
|
paymentAmount?: IntFilter<"TrolleyPayment"> | number
|
|
76128
75123
|
metaData?: JsonFilter<"TrolleyPayment">
|
|
76129
|
-
optIn?: XOR<
|
|
75124
|
+
optIn?: XOR<OptInNullableRelationFilter, OptInWhereInput> | null
|
|
76130
75125
|
}, "id" | "paymentId">
|
|
76131
75126
|
|
|
76132
75127
|
export type TrolleyPaymentOrderByWithAggregationInput = {
|
|
@@ -76134,7 +75129,7 @@ export namespace Prisma {
|
|
|
76134
75129
|
paymentId?: SortOrder
|
|
76135
75130
|
type?: SortOrderInput | SortOrder
|
|
76136
75131
|
status?: SortOrder
|
|
76137
|
-
optInId?: SortOrder
|
|
75132
|
+
optInId?: SortOrderInput | SortOrder
|
|
76138
75133
|
paymentAmount?: SortOrder
|
|
76139
75134
|
metaData?: SortOrder
|
|
76140
75135
|
_count?: TrolleyPaymentCountOrderByAggregateInput
|
|
@@ -76152,7 +75147,7 @@ export namespace Prisma {
|
|
|
76152
75147
|
paymentId?: StringWithAggregatesFilter<"TrolleyPayment"> | string
|
|
76153
75148
|
type?: EnumtrolleyPaymentTypeNullableWithAggregatesFilter<"TrolleyPayment"> | $Enums.trolleyPaymentType | null
|
|
76154
75149
|
status?: EnumtrolleyPaymentStatusWithAggregatesFilter<"TrolleyPayment"> | $Enums.trolleyPaymentStatus
|
|
76155
|
-
optInId?:
|
|
75150
|
+
optInId?: IntNullableWithAggregatesFilter<"TrolleyPayment"> | number | null
|
|
76156
75151
|
paymentAmount?: IntWithAggregatesFilter<"TrolleyPayment"> | number
|
|
76157
75152
|
metaData?: JsonWithAggregatesFilter<"TrolleyPayment">
|
|
76158
75153
|
}
|
|
@@ -76255,7 +75250,6 @@ export namespace Prisma {
|
|
|
76255
75250
|
user?: XOR<UserNullableRelationFilter, UserWhereInput> | null
|
|
76256
75251
|
campaign?: XOR<CampaignNullableRelationFilter, CampaignWhereInput> | null
|
|
76257
75252
|
lists?: ListToSocialPostListRelationFilter
|
|
76258
|
-
socialPostTags?: SocialPostTagListRelationFilter
|
|
76259
75253
|
}
|
|
76260
75254
|
|
|
76261
75255
|
export type SocialPostOrderByWithRelationAndSearchRelevanceInput = {
|
|
@@ -76295,7 +75289,6 @@ export namespace Prisma {
|
|
|
76295
75289
|
user?: UserOrderByWithRelationAndSearchRelevanceInput
|
|
76296
75290
|
campaign?: CampaignOrderByWithRelationAndSearchRelevanceInput
|
|
76297
75291
|
lists?: ListToSocialPostOrderByRelationAggregateInput
|
|
76298
|
-
socialPostTags?: SocialPostTagOrderByRelationAggregateInput
|
|
76299
75292
|
_relevance?: SocialPostOrderByRelevanceInput
|
|
76300
75293
|
}
|
|
76301
75294
|
|
|
@@ -76339,7 +75332,6 @@ export namespace Prisma {
|
|
|
76339
75332
|
user?: XOR<UserNullableRelationFilter, UserWhereInput> | null
|
|
76340
75333
|
campaign?: XOR<CampaignNullableRelationFilter, CampaignWhereInput> | null
|
|
76341
75334
|
lists?: ListToSocialPostListRelationFilter
|
|
76342
|
-
socialPostTags?: SocialPostTagListRelationFilter
|
|
76343
75335
|
}, "id" | "phylloId" | "urlPath">
|
|
76344
75336
|
|
|
76345
75337
|
export type SocialPostOrderByWithAggregationInput = {
|
|
@@ -76422,59 +75414,6 @@ export namespace Prisma {
|
|
|
76422
75414
|
campaignId?: IntNullableWithAggregatesFilter<"SocialPost"> | number | null
|
|
76423
75415
|
}
|
|
76424
75416
|
|
|
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
75417
|
export type ImageWhereInput = {
|
|
76479
75418
|
AND?: ImageWhereInput | ImageWhereInput[]
|
|
76480
75419
|
OR?: ImageWhereInput[]
|
|
@@ -76928,8 +75867,10 @@ export namespace Prisma {
|
|
|
76928
75867
|
id?: IntFilter<"AffiliateClick"> | number
|
|
76929
75868
|
created?: DateTimeFilter<"AffiliateClick"> | Date | string
|
|
76930
75869
|
visitorIp?: StringNullableFilter<"AffiliateClick"> | string | null
|
|
75870
|
+
optInId?: IntFilter<"AffiliateClick"> | number
|
|
76931
75871
|
metaData?: JsonFilter<"AffiliateClick">
|
|
76932
75872
|
affiliateLinkId?: IntFilter<"AffiliateClick"> | number
|
|
75873
|
+
optin?: XOR<OptInRelationFilter, OptInWhereInput>
|
|
76933
75874
|
affiliateLink?: XOR<AffiliateLinkRelationFilter, AffiliateLinkWhereInput>
|
|
76934
75875
|
affiliateEvent?: AffiliateEventListRelationFilter
|
|
76935
75876
|
}
|
|
@@ -76938,8 +75879,10 @@ export namespace Prisma {
|
|
|
76938
75879
|
id?: SortOrder
|
|
76939
75880
|
created?: SortOrder
|
|
76940
75881
|
visitorIp?: SortOrderInput | SortOrder
|
|
75882
|
+
optInId?: SortOrder
|
|
76941
75883
|
metaData?: SortOrder
|
|
76942
75884
|
affiliateLinkId?: SortOrder
|
|
75885
|
+
optin?: OptInOrderByWithRelationAndSearchRelevanceInput
|
|
76943
75886
|
affiliateLink?: AffiliateLinkOrderByWithRelationAndSearchRelevanceInput
|
|
76944
75887
|
affiliateEvent?: AffiliateEventOrderByRelationAggregateInput
|
|
76945
75888
|
_relevance?: AffiliateClickOrderByRelevanceInput
|
|
@@ -76952,8 +75895,10 @@ export namespace Prisma {
|
|
|
76952
75895
|
NOT?: AffiliateClickWhereInput | AffiliateClickWhereInput[]
|
|
76953
75896
|
created?: DateTimeFilter<"AffiliateClick"> | Date | string
|
|
76954
75897
|
visitorIp?: StringNullableFilter<"AffiliateClick"> | string | null
|
|
75898
|
+
optInId?: IntFilter<"AffiliateClick"> | number
|
|
76955
75899
|
metaData?: JsonFilter<"AffiliateClick">
|
|
76956
75900
|
affiliateLinkId?: IntFilter<"AffiliateClick"> | number
|
|
75901
|
+
optin?: XOR<OptInRelationFilter, OptInWhereInput>
|
|
76957
75902
|
affiliateLink?: XOR<AffiliateLinkRelationFilter, AffiliateLinkWhereInput>
|
|
76958
75903
|
affiliateEvent?: AffiliateEventListRelationFilter
|
|
76959
75904
|
}, "id">
|
|
@@ -76962,6 +75907,7 @@ export namespace Prisma {
|
|
|
76962
75907
|
id?: SortOrder
|
|
76963
75908
|
created?: SortOrder
|
|
76964
75909
|
visitorIp?: SortOrderInput | SortOrder
|
|
75910
|
+
optInId?: SortOrder
|
|
76965
75911
|
metaData?: SortOrder
|
|
76966
75912
|
affiliateLinkId?: SortOrder
|
|
76967
75913
|
_count?: AffiliateClickCountOrderByAggregateInput
|
|
@@ -76978,6 +75924,7 @@ export namespace Prisma {
|
|
|
76978
75924
|
id?: IntWithAggregatesFilter<"AffiliateClick"> | number
|
|
76979
75925
|
created?: DateTimeWithAggregatesFilter<"AffiliateClick"> | Date | string
|
|
76980
75926
|
visitorIp?: StringNullableWithAggregatesFilter<"AffiliateClick"> | string | null
|
|
75927
|
+
optInId?: IntWithAggregatesFilter<"AffiliateClick"> | number
|
|
76981
75928
|
metaData?: JsonWithAggregatesFilter<"AffiliateClick">
|
|
76982
75929
|
affiliateLinkId?: IntWithAggregatesFilter<"AffiliateClick"> | number
|
|
76983
75930
|
}
|
|
@@ -81300,6 +80247,7 @@ export namespace Prisma {
|
|
|
81300
80247
|
chat?: ChatCreateNestedOneWithoutOptInInput
|
|
81301
80248
|
campaignInvites?: CampaignInviteCreateNestedManyWithoutOptInInput
|
|
81302
80249
|
trolleyPayments?: TrolleyPaymentCreateNestedManyWithoutOptInInput
|
|
80250
|
+
affiliateClicks?: AffiliateClickCreateNestedManyWithoutOptinInput
|
|
81303
80251
|
}
|
|
81304
80252
|
|
|
81305
80253
|
export type OptInUncheckedCreateInput = {
|
|
@@ -81325,6 +80273,7 @@ export namespace Prisma {
|
|
|
81325
80273
|
chat?: ChatUncheckedCreateNestedOneWithoutOptInInput
|
|
81326
80274
|
campaignInvites?: CampaignInviteUncheckedCreateNestedManyWithoutOptInInput
|
|
81327
80275
|
trolleyPayments?: TrolleyPaymentUncheckedCreateNestedManyWithoutOptInInput
|
|
80276
|
+
affiliateClicks?: AffiliateClickUncheckedCreateNestedManyWithoutOptinInput
|
|
81328
80277
|
}
|
|
81329
80278
|
|
|
81330
80279
|
export type OptInUpdateInput = {
|
|
@@ -81349,6 +80298,7 @@ export namespace Prisma {
|
|
|
81349
80298
|
chat?: ChatUpdateOneWithoutOptInNestedInput
|
|
81350
80299
|
campaignInvites?: CampaignInviteUpdateManyWithoutOptInNestedInput
|
|
81351
80300
|
trolleyPayments?: TrolleyPaymentUpdateManyWithoutOptInNestedInput
|
|
80301
|
+
affiliateClicks?: AffiliateClickUpdateManyWithoutOptinNestedInput
|
|
81352
80302
|
}
|
|
81353
80303
|
|
|
81354
80304
|
export type OptInUncheckedUpdateInput = {
|
|
@@ -81374,6 +80324,7 @@ export namespace Prisma {
|
|
|
81374
80324
|
chat?: ChatUncheckedUpdateOneWithoutOptInNestedInput
|
|
81375
80325
|
campaignInvites?: CampaignInviteUncheckedUpdateManyWithoutOptInNestedInput
|
|
81376
80326
|
trolleyPayments?: TrolleyPaymentUncheckedUpdateManyWithoutOptInNestedInput
|
|
80327
|
+
affiliateClicks?: AffiliateClickUncheckedUpdateManyWithoutOptinNestedInput
|
|
81377
80328
|
}
|
|
81378
80329
|
|
|
81379
80330
|
export type OptInCreateManyInput = {
|
|
@@ -81438,7 +80389,7 @@ export namespace Prisma {
|
|
|
81438
80389
|
status: $Enums.trolleyPaymentStatus
|
|
81439
80390
|
paymentAmount: number
|
|
81440
80391
|
metaData?: JsonNullValueInput | InputJsonValue
|
|
81441
|
-
optIn
|
|
80392
|
+
optIn?: OptInCreateNestedOneWithoutTrolleyPaymentsInput
|
|
81442
80393
|
}
|
|
81443
80394
|
|
|
81444
80395
|
export type TrolleyPaymentUncheckedCreateInput = {
|
|
@@ -81446,7 +80397,7 @@ export namespace Prisma {
|
|
|
81446
80397
|
paymentId: string
|
|
81447
80398
|
type?: $Enums.trolleyPaymentType | null
|
|
81448
80399
|
status: $Enums.trolleyPaymentStatus
|
|
81449
|
-
optInId
|
|
80400
|
+
optInId?: number | null
|
|
81450
80401
|
paymentAmount: number
|
|
81451
80402
|
metaData?: JsonNullValueInput | InputJsonValue
|
|
81452
80403
|
}
|
|
@@ -81457,7 +80408,7 @@ export namespace Prisma {
|
|
|
81457
80408
|
status?: EnumtrolleyPaymentStatusFieldUpdateOperationsInput | $Enums.trolleyPaymentStatus
|
|
81458
80409
|
paymentAmount?: IntFieldUpdateOperationsInput | number
|
|
81459
80410
|
metaData?: JsonNullValueInput | InputJsonValue
|
|
81460
|
-
optIn?:
|
|
80411
|
+
optIn?: OptInUpdateOneWithoutTrolleyPaymentsNestedInput
|
|
81461
80412
|
}
|
|
81462
80413
|
|
|
81463
80414
|
export type TrolleyPaymentUncheckedUpdateInput = {
|
|
@@ -81465,7 +80416,7 @@ export namespace Prisma {
|
|
|
81465
80416
|
paymentId?: StringFieldUpdateOperationsInput | string
|
|
81466
80417
|
type?: NullableEnumtrolleyPaymentTypeFieldUpdateOperationsInput | $Enums.trolleyPaymentType | null
|
|
81467
80418
|
status?: EnumtrolleyPaymentStatusFieldUpdateOperationsInput | $Enums.trolleyPaymentStatus
|
|
81468
|
-
optInId?:
|
|
80419
|
+
optInId?: NullableIntFieldUpdateOperationsInput | number | null
|
|
81469
80420
|
paymentAmount?: IntFieldUpdateOperationsInput | number
|
|
81470
80421
|
metaData?: JsonNullValueInput | InputJsonValue
|
|
81471
80422
|
}
|
|
@@ -81475,7 +80426,7 @@ export namespace Prisma {
|
|
|
81475
80426
|
paymentId: string
|
|
81476
80427
|
type?: $Enums.trolleyPaymentType | null
|
|
81477
80428
|
status: $Enums.trolleyPaymentStatus
|
|
81478
|
-
optInId
|
|
80429
|
+
optInId?: number | null
|
|
81479
80430
|
paymentAmount: number
|
|
81480
80431
|
metaData?: JsonNullValueInput | InputJsonValue
|
|
81481
80432
|
}
|
|
@@ -81493,7 +80444,7 @@ export namespace Prisma {
|
|
|
81493
80444
|
paymentId?: StringFieldUpdateOperationsInput | string
|
|
81494
80445
|
type?: NullableEnumtrolleyPaymentTypeFieldUpdateOperationsInput | $Enums.trolleyPaymentType | null
|
|
81495
80446
|
status?: EnumtrolleyPaymentStatusFieldUpdateOperationsInput | $Enums.trolleyPaymentStatus
|
|
81496
|
-
optInId?:
|
|
80447
|
+
optInId?: NullableIntFieldUpdateOperationsInput | number | null
|
|
81497
80448
|
paymentAmount?: IntFieldUpdateOperationsInput | number
|
|
81498
80449
|
metaData?: JsonNullValueInput | InputJsonValue
|
|
81499
80450
|
}
|
|
@@ -81576,7 +80527,6 @@ export namespace Prisma {
|
|
|
81576
80527
|
user?: UserCreateNestedOneWithoutSocialPostsInput
|
|
81577
80528
|
campaign?: CampaignCreateNestedOneWithoutSocialPostsInput
|
|
81578
80529
|
lists?: ListToSocialPostCreateNestedManyWithoutSocialPostInput
|
|
81579
|
-
socialPostTags?: SocialPostTagCreateNestedManyWithoutSocialPostInput
|
|
81580
80530
|
}
|
|
81581
80531
|
|
|
81582
80532
|
export type SocialPostUncheckedCreateInput = {
|
|
@@ -81614,7 +80564,6 @@ export namespace Prisma {
|
|
|
81614
80564
|
userId?: number | null
|
|
81615
80565
|
campaignId?: number | null
|
|
81616
80566
|
lists?: ListToSocialPostUncheckedCreateNestedManyWithoutSocialPostInput
|
|
81617
|
-
socialPostTags?: SocialPostTagUncheckedCreateNestedManyWithoutSocialPostInput
|
|
81618
80567
|
}
|
|
81619
80568
|
|
|
81620
80569
|
export type SocialPostUpdateInput = {
|
|
@@ -81651,7 +80600,6 @@ export namespace Prisma {
|
|
|
81651
80600
|
user?: UserUpdateOneWithoutSocialPostsNestedInput
|
|
81652
80601
|
campaign?: CampaignUpdateOneWithoutSocialPostsNestedInput
|
|
81653
80602
|
lists?: ListToSocialPostUpdateManyWithoutSocialPostNestedInput
|
|
81654
|
-
socialPostTags?: SocialPostTagUpdateManyWithoutSocialPostNestedInput
|
|
81655
80603
|
}
|
|
81656
80604
|
|
|
81657
80605
|
export type SocialPostUncheckedUpdateInput = {
|
|
@@ -81689,7 +80637,6 @@ export namespace Prisma {
|
|
|
81689
80637
|
userId?: NullableIntFieldUpdateOperationsInput | number | null
|
|
81690
80638
|
campaignId?: NullableIntFieldUpdateOperationsInput | number | null
|
|
81691
80639
|
lists?: ListToSocialPostUncheckedUpdateManyWithoutSocialPostNestedInput
|
|
81692
|
-
socialPostTags?: SocialPostTagUncheckedUpdateManyWithoutSocialPostNestedInput
|
|
81693
80640
|
}
|
|
81694
80641
|
|
|
81695
80642
|
export type SocialPostCreateManyInput = {
|
|
@@ -81797,51 +80744,6 @@ export namespace Prisma {
|
|
|
81797
80744
|
campaignId?: NullableIntFieldUpdateOperationsInput | number | null
|
|
81798
80745
|
}
|
|
81799
80746
|
|
|
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
80747
|
export type ImageCreateInput = {
|
|
81846
80748
|
url: string
|
|
81847
80749
|
size: string
|
|
@@ -82256,6 +81158,7 @@ export namespace Prisma {
|
|
|
82256
81158
|
created?: Date | string
|
|
82257
81159
|
visitorIp?: string | null
|
|
82258
81160
|
metaData?: JsonNullValueInput | InputJsonValue
|
|
81161
|
+
optin: OptInCreateNestedOneWithoutAffiliateClicksInput
|
|
82259
81162
|
affiliateLink: AffiliateLinkCreateNestedOneWithoutAffiliateClicksInput
|
|
82260
81163
|
affiliateEvent?: AffiliateEventCreateNestedManyWithoutAffiliateClickInput
|
|
82261
81164
|
}
|
|
@@ -82264,6 +81167,7 @@ export namespace Prisma {
|
|
|
82264
81167
|
id?: number
|
|
82265
81168
|
created?: Date | string
|
|
82266
81169
|
visitorIp?: string | null
|
|
81170
|
+
optInId: number
|
|
82267
81171
|
metaData?: JsonNullValueInput | InputJsonValue
|
|
82268
81172
|
affiliateLinkId: number
|
|
82269
81173
|
affiliateEvent?: AffiliateEventUncheckedCreateNestedManyWithoutAffiliateClickInput
|
|
@@ -82273,6 +81177,7 @@ export namespace Prisma {
|
|
|
82273
81177
|
created?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
82274
81178
|
visitorIp?: NullableStringFieldUpdateOperationsInput | string | null
|
|
82275
81179
|
metaData?: JsonNullValueInput | InputJsonValue
|
|
81180
|
+
optin?: OptInUpdateOneRequiredWithoutAffiliateClicksNestedInput
|
|
82276
81181
|
affiliateLink?: AffiliateLinkUpdateOneRequiredWithoutAffiliateClicksNestedInput
|
|
82277
81182
|
affiliateEvent?: AffiliateEventUpdateManyWithoutAffiliateClickNestedInput
|
|
82278
81183
|
}
|
|
@@ -82281,6 +81186,7 @@ export namespace Prisma {
|
|
|
82281
81186
|
id?: IntFieldUpdateOperationsInput | number
|
|
82282
81187
|
created?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
82283
81188
|
visitorIp?: NullableStringFieldUpdateOperationsInput | string | null
|
|
81189
|
+
optInId?: IntFieldUpdateOperationsInput | number
|
|
82284
81190
|
metaData?: JsonNullValueInput | InputJsonValue
|
|
82285
81191
|
affiliateLinkId?: IntFieldUpdateOperationsInput | number
|
|
82286
81192
|
affiliateEvent?: AffiliateEventUncheckedUpdateManyWithoutAffiliateClickNestedInput
|
|
@@ -82290,6 +81196,7 @@ export namespace Prisma {
|
|
|
82290
81196
|
id?: number
|
|
82291
81197
|
created?: Date | string
|
|
82292
81198
|
visitorIp?: string | null
|
|
81199
|
+
optInId: number
|
|
82293
81200
|
metaData?: JsonNullValueInput | InputJsonValue
|
|
82294
81201
|
affiliateLinkId: number
|
|
82295
81202
|
}
|
|
@@ -82304,6 +81211,7 @@ export namespace Prisma {
|
|
|
82304
81211
|
id?: IntFieldUpdateOperationsInput | number
|
|
82305
81212
|
created?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
82306
81213
|
visitorIp?: NullableStringFieldUpdateOperationsInput | string | null
|
|
81214
|
+
optInId?: IntFieldUpdateOperationsInput | number
|
|
82307
81215
|
metaData?: JsonNullValueInput | InputJsonValue
|
|
82308
81216
|
affiliateLinkId?: IntFieldUpdateOperationsInput | number
|
|
82309
81217
|
}
|
|
@@ -86213,10 +85121,20 @@ export namespace Prisma {
|
|
|
86213
85121
|
none?: TrolleyPaymentWhereInput
|
|
86214
85122
|
}
|
|
86215
85123
|
|
|
85124
|
+
export type AffiliateClickListRelationFilter = {
|
|
85125
|
+
every?: AffiliateClickWhereInput
|
|
85126
|
+
some?: AffiliateClickWhereInput
|
|
85127
|
+
none?: AffiliateClickWhereInput
|
|
85128
|
+
}
|
|
85129
|
+
|
|
86216
85130
|
export type TrolleyPaymentOrderByRelationAggregateInput = {
|
|
86217
85131
|
_count?: SortOrder
|
|
86218
85132
|
}
|
|
86219
85133
|
|
|
85134
|
+
export type AffiliateClickOrderByRelationAggregateInput = {
|
|
85135
|
+
_count?: SortOrder
|
|
85136
|
+
}
|
|
85137
|
+
|
|
86220
85138
|
export type OptInOrderByRelevanceInput = {
|
|
86221
85139
|
fields: OptInOrderByRelevanceFieldEnum | OptInOrderByRelevanceFieldEnum[]
|
|
86222
85140
|
sort: SortOrder
|
|
@@ -86426,20 +85344,10 @@ export namespace Prisma {
|
|
|
86426
85344
|
none?: ListToSocialPostWhereInput
|
|
86427
85345
|
}
|
|
86428
85346
|
|
|
86429
|
-
export type SocialPostTagListRelationFilter = {
|
|
86430
|
-
every?: SocialPostTagWhereInput
|
|
86431
|
-
some?: SocialPostTagWhereInput
|
|
86432
|
-
none?: SocialPostTagWhereInput
|
|
86433
|
-
}
|
|
86434
|
-
|
|
86435
85347
|
export type ListToSocialPostOrderByRelationAggregateInput = {
|
|
86436
85348
|
_count?: SortOrder
|
|
86437
85349
|
}
|
|
86438
85350
|
|
|
86439
|
-
export type SocialPostTagOrderByRelationAggregateInput = {
|
|
86440
|
-
_count?: SortOrder
|
|
86441
|
-
}
|
|
86442
|
-
|
|
86443
85351
|
export type SocialPostOrderByRelevanceInput = {
|
|
86444
85352
|
fields: SocialPostOrderByRelevanceFieldEnum | SocialPostOrderByRelevanceFieldEnum[]
|
|
86445
85353
|
sort: SortOrder
|
|
@@ -86588,48 +85496,6 @@ export namespace Prisma {
|
|
|
86588
85496
|
campaignId?: SortOrder
|
|
86589
85497
|
}
|
|
86590
85498
|
|
|
86591
|
-
export type SocialPostRelationFilter = {
|
|
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 = {
|
|
86629
|
-
id?: SortOrder
|
|
86630
|
-
socialPostId?: SortOrder
|
|
86631
|
-
}
|
|
86632
|
-
|
|
86633
85499
|
export type CampaignToImageRelationFilter = {
|
|
86634
85500
|
is?: CampaignToImageWhereInput
|
|
86635
85501
|
isNot?: CampaignToImageWhereInput
|
|
@@ -86913,21 +85779,11 @@ export namespace Prisma {
|
|
|
86913
85779
|
brandId?: SortOrder
|
|
86914
85780
|
}
|
|
86915
85781
|
|
|
86916
|
-
export type AffiliateClickListRelationFilter = {
|
|
86917
|
-
every?: AffiliateClickWhereInput
|
|
86918
|
-
some?: AffiliateClickWhereInput
|
|
86919
|
-
none?: AffiliateClickWhereInput
|
|
86920
|
-
}
|
|
86921
|
-
|
|
86922
85782
|
export type BrandAffiliateLinkRelationFilter = {
|
|
86923
85783
|
is?: BrandAffiliateLinkWhereInput
|
|
86924
85784
|
isNot?: BrandAffiliateLinkWhereInput
|
|
86925
85785
|
}
|
|
86926
85786
|
|
|
86927
|
-
export type AffiliateClickOrderByRelationAggregateInput = {
|
|
86928
|
-
_count?: SortOrder
|
|
86929
|
-
}
|
|
86930
|
-
|
|
86931
85787
|
export type AffiliateLinkCountOrderByAggregateInput = {
|
|
86932
85788
|
id?: SortOrder
|
|
86933
85789
|
created?: SortOrder
|
|
@@ -86987,12 +85843,14 @@ export namespace Prisma {
|
|
|
86987
85843
|
id?: SortOrder
|
|
86988
85844
|
created?: SortOrder
|
|
86989
85845
|
visitorIp?: SortOrder
|
|
85846
|
+
optInId?: SortOrder
|
|
86990
85847
|
metaData?: SortOrder
|
|
86991
85848
|
affiliateLinkId?: SortOrder
|
|
86992
85849
|
}
|
|
86993
85850
|
|
|
86994
85851
|
export type AffiliateClickAvgOrderByAggregateInput = {
|
|
86995
85852
|
id?: SortOrder
|
|
85853
|
+
optInId?: SortOrder
|
|
86996
85854
|
affiliateLinkId?: SortOrder
|
|
86997
85855
|
}
|
|
86998
85856
|
|
|
@@ -87000,6 +85858,7 @@ export namespace Prisma {
|
|
|
87000
85858
|
id?: SortOrder
|
|
87001
85859
|
created?: SortOrder
|
|
87002
85860
|
visitorIp?: SortOrder
|
|
85861
|
+
optInId?: SortOrder
|
|
87003
85862
|
affiliateLinkId?: SortOrder
|
|
87004
85863
|
}
|
|
87005
85864
|
|
|
@@ -87007,11 +85866,13 @@ export namespace Prisma {
|
|
|
87007
85866
|
id?: SortOrder
|
|
87008
85867
|
created?: SortOrder
|
|
87009
85868
|
visitorIp?: SortOrder
|
|
85869
|
+
optInId?: SortOrder
|
|
87010
85870
|
affiliateLinkId?: SortOrder
|
|
87011
85871
|
}
|
|
87012
85872
|
|
|
87013
85873
|
export type AffiliateClickSumOrderByAggregateInput = {
|
|
87014
85874
|
id?: SortOrder
|
|
85875
|
+
optInId?: SortOrder
|
|
87015
85876
|
affiliateLinkId?: SortOrder
|
|
87016
85877
|
}
|
|
87017
85878
|
|
|
@@ -87550,6 +86411,11 @@ export namespace Prisma {
|
|
|
87550
86411
|
isNot?: SocialListeningListWhereInput
|
|
87551
86412
|
}
|
|
87552
86413
|
|
|
86414
|
+
export type SocialPostRelationFilter = {
|
|
86415
|
+
is?: SocialPostWhereInput
|
|
86416
|
+
isNot?: SocialPostWhereInput
|
|
86417
|
+
}
|
|
86418
|
+
|
|
87553
86419
|
export type ListToSocialPostCountOrderByAggregateInput = {
|
|
87554
86420
|
id?: SortOrder
|
|
87555
86421
|
listId?: SortOrder
|
|
@@ -91480,6 +90346,13 @@ export namespace Prisma {
|
|
|
91480
90346
|
connect?: TrolleyPaymentWhereUniqueInput | TrolleyPaymentWhereUniqueInput[]
|
|
91481
90347
|
}
|
|
91482
90348
|
|
|
90349
|
+
export type AffiliateClickCreateNestedManyWithoutOptinInput = {
|
|
90350
|
+
create?: XOR<AffiliateClickCreateWithoutOptinInput, AffiliateClickUncheckedCreateWithoutOptinInput> | AffiliateClickCreateWithoutOptinInput[] | AffiliateClickUncheckedCreateWithoutOptinInput[]
|
|
90351
|
+
connectOrCreate?: AffiliateClickCreateOrConnectWithoutOptinInput | AffiliateClickCreateOrConnectWithoutOptinInput[]
|
|
90352
|
+
createMany?: AffiliateClickCreateManyOptinInputEnvelope
|
|
90353
|
+
connect?: AffiliateClickWhereUniqueInput | AffiliateClickWhereUniqueInput[]
|
|
90354
|
+
}
|
|
90355
|
+
|
|
91483
90356
|
export type OptInVariableUncheckedCreateNestedManyWithoutOptInInput = {
|
|
91484
90357
|
create?: XOR<OptInVariableCreateWithoutOptInInput, OptInVariableUncheckedCreateWithoutOptInInput> | OptInVariableCreateWithoutOptInInput[] | OptInVariableUncheckedCreateWithoutOptInInput[]
|
|
91485
90358
|
connectOrCreate?: OptInVariableCreateOrConnectWithoutOptInInput | OptInVariableCreateOrConnectWithoutOptInInput[]
|
|
@@ -91514,6 +90387,13 @@ export namespace Prisma {
|
|
|
91514
90387
|
connect?: TrolleyPaymentWhereUniqueInput | TrolleyPaymentWhereUniqueInput[]
|
|
91515
90388
|
}
|
|
91516
90389
|
|
|
90390
|
+
export type AffiliateClickUncheckedCreateNestedManyWithoutOptinInput = {
|
|
90391
|
+
create?: XOR<AffiliateClickCreateWithoutOptinInput, AffiliateClickUncheckedCreateWithoutOptinInput> | AffiliateClickCreateWithoutOptinInput[] | AffiliateClickUncheckedCreateWithoutOptinInput[]
|
|
90392
|
+
connectOrCreate?: AffiliateClickCreateOrConnectWithoutOptinInput | AffiliateClickCreateOrConnectWithoutOptinInput[]
|
|
90393
|
+
createMany?: AffiliateClickCreateManyOptinInputEnvelope
|
|
90394
|
+
connect?: AffiliateClickWhereUniqueInput | AffiliateClickWhereUniqueInput[]
|
|
90395
|
+
}
|
|
90396
|
+
|
|
91517
90397
|
export type UserUpdateOneRequiredWithoutOptInsNestedInput = {
|
|
91518
90398
|
create?: XOR<UserCreateWithoutOptInsInput, UserUncheckedCreateWithoutOptInsInput>
|
|
91519
90399
|
connectOrCreate?: UserCreateOrConnectWithoutOptInsInput
|
|
@@ -91606,6 +90486,20 @@ export namespace Prisma {
|
|
|
91606
90486
|
deleteMany?: TrolleyPaymentScalarWhereInput | TrolleyPaymentScalarWhereInput[]
|
|
91607
90487
|
}
|
|
91608
90488
|
|
|
90489
|
+
export type AffiliateClickUpdateManyWithoutOptinNestedInput = {
|
|
90490
|
+
create?: XOR<AffiliateClickCreateWithoutOptinInput, AffiliateClickUncheckedCreateWithoutOptinInput> | AffiliateClickCreateWithoutOptinInput[] | AffiliateClickUncheckedCreateWithoutOptinInput[]
|
|
90491
|
+
connectOrCreate?: AffiliateClickCreateOrConnectWithoutOptinInput | AffiliateClickCreateOrConnectWithoutOptinInput[]
|
|
90492
|
+
upsert?: AffiliateClickUpsertWithWhereUniqueWithoutOptinInput | AffiliateClickUpsertWithWhereUniqueWithoutOptinInput[]
|
|
90493
|
+
createMany?: AffiliateClickCreateManyOptinInputEnvelope
|
|
90494
|
+
set?: AffiliateClickWhereUniqueInput | AffiliateClickWhereUniqueInput[]
|
|
90495
|
+
disconnect?: AffiliateClickWhereUniqueInput | AffiliateClickWhereUniqueInput[]
|
|
90496
|
+
delete?: AffiliateClickWhereUniqueInput | AffiliateClickWhereUniqueInput[]
|
|
90497
|
+
connect?: AffiliateClickWhereUniqueInput | AffiliateClickWhereUniqueInput[]
|
|
90498
|
+
update?: AffiliateClickUpdateWithWhereUniqueWithoutOptinInput | AffiliateClickUpdateWithWhereUniqueWithoutOptinInput[]
|
|
90499
|
+
updateMany?: AffiliateClickUpdateManyWithWhereWithoutOptinInput | AffiliateClickUpdateManyWithWhereWithoutOptinInput[]
|
|
90500
|
+
deleteMany?: AffiliateClickScalarWhereInput | AffiliateClickScalarWhereInput[]
|
|
90501
|
+
}
|
|
90502
|
+
|
|
91609
90503
|
export type OptInVariableUncheckedUpdateManyWithoutOptInNestedInput = {
|
|
91610
90504
|
create?: XOR<OptInVariableCreateWithoutOptInInput, OptInVariableUncheckedCreateWithoutOptInInput> | OptInVariableCreateWithoutOptInInput[] | OptInVariableUncheckedCreateWithoutOptInInput[]
|
|
91611
90505
|
connectOrCreate?: OptInVariableCreateOrConnectWithoutOptInInput | OptInVariableCreateOrConnectWithoutOptInInput[]
|
|
@@ -91672,6 +90566,20 @@ export namespace Prisma {
|
|
|
91672
90566
|
deleteMany?: TrolleyPaymentScalarWhereInput | TrolleyPaymentScalarWhereInput[]
|
|
91673
90567
|
}
|
|
91674
90568
|
|
|
90569
|
+
export type AffiliateClickUncheckedUpdateManyWithoutOptinNestedInput = {
|
|
90570
|
+
create?: XOR<AffiliateClickCreateWithoutOptinInput, AffiliateClickUncheckedCreateWithoutOptinInput> | AffiliateClickCreateWithoutOptinInput[] | AffiliateClickUncheckedCreateWithoutOptinInput[]
|
|
90571
|
+
connectOrCreate?: AffiliateClickCreateOrConnectWithoutOptinInput | AffiliateClickCreateOrConnectWithoutOptinInput[]
|
|
90572
|
+
upsert?: AffiliateClickUpsertWithWhereUniqueWithoutOptinInput | AffiliateClickUpsertWithWhereUniqueWithoutOptinInput[]
|
|
90573
|
+
createMany?: AffiliateClickCreateManyOptinInputEnvelope
|
|
90574
|
+
set?: AffiliateClickWhereUniqueInput | AffiliateClickWhereUniqueInput[]
|
|
90575
|
+
disconnect?: AffiliateClickWhereUniqueInput | AffiliateClickWhereUniqueInput[]
|
|
90576
|
+
delete?: AffiliateClickWhereUniqueInput | AffiliateClickWhereUniqueInput[]
|
|
90577
|
+
connect?: AffiliateClickWhereUniqueInput | AffiliateClickWhereUniqueInput[]
|
|
90578
|
+
update?: AffiliateClickUpdateWithWhereUniqueWithoutOptinInput | AffiliateClickUpdateWithWhereUniqueWithoutOptinInput[]
|
|
90579
|
+
updateMany?: AffiliateClickUpdateManyWithWhereWithoutOptinInput | AffiliateClickUpdateManyWithWhereWithoutOptinInput[]
|
|
90580
|
+
deleteMany?: AffiliateClickScalarWhereInput | AffiliateClickScalarWhereInput[]
|
|
90581
|
+
}
|
|
90582
|
+
|
|
91675
90583
|
export type OptInCreateNestedOneWithoutTrolleyPaymentsInput = {
|
|
91676
90584
|
create?: XOR<OptInCreateWithoutTrolleyPaymentsInput, OptInUncheckedCreateWithoutTrolleyPaymentsInput>
|
|
91677
90585
|
connectOrCreate?: OptInCreateOrConnectWithoutTrolleyPaymentsInput
|
|
@@ -91686,10 +90594,12 @@ export namespace Prisma {
|
|
|
91686
90594
|
set?: $Enums.trolleyPaymentStatus
|
|
91687
90595
|
}
|
|
91688
90596
|
|
|
91689
|
-
export type
|
|
90597
|
+
export type OptInUpdateOneWithoutTrolleyPaymentsNestedInput = {
|
|
91690
90598
|
create?: XOR<OptInCreateWithoutTrolleyPaymentsInput, OptInUncheckedCreateWithoutTrolleyPaymentsInput>
|
|
91691
90599
|
connectOrCreate?: OptInCreateOrConnectWithoutTrolleyPaymentsInput
|
|
91692
90600
|
upsert?: OptInUpsertWithoutTrolleyPaymentsInput
|
|
90601
|
+
disconnect?: OptInWhereInput | boolean
|
|
90602
|
+
delete?: OptInWhereInput | boolean
|
|
91693
90603
|
connect?: OptInWhereUniqueInput
|
|
91694
90604
|
update?: XOR<XOR<OptInUpdateToOneWithWhereWithoutTrolleyPaymentsInput, OptInUpdateWithoutTrolleyPaymentsInput>, OptInUncheckedUpdateWithoutTrolleyPaymentsInput>
|
|
91695
90605
|
}
|
|
@@ -91755,13 +90665,6 @@ export namespace Prisma {
|
|
|
91755
90665
|
connect?: ListToSocialPostWhereUniqueInput | ListToSocialPostWhereUniqueInput[]
|
|
91756
90666
|
}
|
|
91757
90667
|
|
|
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
90668
|
export type ListToSocialPostUncheckedCreateNestedManyWithoutSocialPostInput = {
|
|
91766
90669
|
create?: XOR<ListToSocialPostCreateWithoutSocialPostInput, ListToSocialPostUncheckedCreateWithoutSocialPostInput> | ListToSocialPostCreateWithoutSocialPostInput[] | ListToSocialPostUncheckedCreateWithoutSocialPostInput[]
|
|
91767
90670
|
connectOrCreate?: ListToSocialPostCreateOrConnectWithoutSocialPostInput | ListToSocialPostCreateOrConnectWithoutSocialPostInput[]
|
|
@@ -91769,13 +90672,6 @@ export namespace Prisma {
|
|
|
91769
90672
|
connect?: ListToSocialPostWhereUniqueInput | ListToSocialPostWhereUniqueInput[]
|
|
91770
90673
|
}
|
|
91771
90674
|
|
|
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
90675
|
export type UserUpdateOneWithoutSocialPostsNestedInput = {
|
|
91780
90676
|
create?: XOR<UserCreateWithoutSocialPostsInput, UserUncheckedCreateWithoutSocialPostsInput>
|
|
91781
90677
|
connectOrCreate?: UserCreateOrConnectWithoutSocialPostsInput
|
|
@@ -91810,20 +90706,6 @@ export namespace Prisma {
|
|
|
91810
90706
|
deleteMany?: ListToSocialPostScalarWhereInput | ListToSocialPostScalarWhereInput[]
|
|
91811
90707
|
}
|
|
91812
90708
|
|
|
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
90709
|
export type ListToSocialPostUncheckedUpdateManyWithoutSocialPostNestedInput = {
|
|
91828
90710
|
create?: XOR<ListToSocialPostCreateWithoutSocialPostInput, ListToSocialPostUncheckedCreateWithoutSocialPostInput> | ListToSocialPostCreateWithoutSocialPostInput[] | ListToSocialPostUncheckedCreateWithoutSocialPostInput[]
|
|
91829
90711
|
connectOrCreate?: ListToSocialPostCreateOrConnectWithoutSocialPostInput | ListToSocialPostCreateOrConnectWithoutSocialPostInput[]
|
|
@@ -91838,34 +90720,6 @@ export namespace Prisma {
|
|
|
91838
90720
|
deleteMany?: ListToSocialPostScalarWhereInput | ListToSocialPostScalarWhereInput[]
|
|
91839
90721
|
}
|
|
91840
90722
|
|
|
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
90723
|
export type CampaignToImageCreateNestedOneWithoutSizesInput = {
|
|
91870
90724
|
create?: XOR<CampaignToImageCreateWithoutSizesInput, CampaignToImageUncheckedCreateWithoutSizesInput>
|
|
91871
90725
|
connectOrCreate?: CampaignToImageCreateOrConnectWithoutSizesInput
|
|
@@ -92198,6 +91052,12 @@ export namespace Prisma {
|
|
|
92198
91052
|
deleteMany?: AffiliateClickScalarWhereInput | AffiliateClickScalarWhereInput[]
|
|
92199
91053
|
}
|
|
92200
91054
|
|
|
91055
|
+
export type OptInCreateNestedOneWithoutAffiliateClicksInput = {
|
|
91056
|
+
create?: XOR<OptInCreateWithoutAffiliateClicksInput, OptInUncheckedCreateWithoutAffiliateClicksInput>
|
|
91057
|
+
connectOrCreate?: OptInCreateOrConnectWithoutAffiliateClicksInput
|
|
91058
|
+
connect?: OptInWhereUniqueInput
|
|
91059
|
+
}
|
|
91060
|
+
|
|
92201
91061
|
export type AffiliateLinkCreateNestedOneWithoutAffiliateClicksInput = {
|
|
92202
91062
|
create?: XOR<AffiliateLinkCreateWithoutAffiliateClicksInput, AffiliateLinkUncheckedCreateWithoutAffiliateClicksInput>
|
|
92203
91063
|
connectOrCreate?: AffiliateLinkCreateOrConnectWithoutAffiliateClicksInput
|
|
@@ -92218,6 +91078,14 @@ export namespace Prisma {
|
|
|
92218
91078
|
connect?: AffiliateEventWhereUniqueInput | AffiliateEventWhereUniqueInput[]
|
|
92219
91079
|
}
|
|
92220
91080
|
|
|
91081
|
+
export type OptInUpdateOneRequiredWithoutAffiliateClicksNestedInput = {
|
|
91082
|
+
create?: XOR<OptInCreateWithoutAffiliateClicksInput, OptInUncheckedCreateWithoutAffiliateClicksInput>
|
|
91083
|
+
connectOrCreate?: OptInCreateOrConnectWithoutAffiliateClicksInput
|
|
91084
|
+
upsert?: OptInUpsertWithoutAffiliateClicksInput
|
|
91085
|
+
connect?: OptInWhereUniqueInput
|
|
91086
|
+
update?: XOR<XOR<OptInUpdateToOneWithWhereWithoutAffiliateClicksInput, OptInUpdateWithoutAffiliateClicksInput>, OptInUncheckedUpdateWithoutAffiliateClicksInput>
|
|
91087
|
+
}
|
|
91088
|
+
|
|
92221
91089
|
export type AffiliateLinkUpdateOneRequiredWithoutAffiliateClicksNestedInput = {
|
|
92222
91090
|
create?: XOR<AffiliateLinkCreateWithoutAffiliateClicksInput, AffiliateLinkUncheckedCreateWithoutAffiliateClicksInput>
|
|
92223
91091
|
connectOrCreate?: AffiliateLinkCreateOrConnectWithoutAffiliateClicksInput
|
|
@@ -94206,6 +93074,7 @@ export namespace Prisma {
|
|
|
94206
93074
|
chat?: ChatCreateNestedOneWithoutOptInInput
|
|
94207
93075
|
campaignInvites?: CampaignInviteCreateNestedManyWithoutOptInInput
|
|
94208
93076
|
trolleyPayments?: TrolleyPaymentCreateNestedManyWithoutOptInInput
|
|
93077
|
+
affiliateClicks?: AffiliateClickCreateNestedManyWithoutOptinInput
|
|
94209
93078
|
}
|
|
94210
93079
|
|
|
94211
93080
|
export type OptInUncheckedCreateWithoutUserInput = {
|
|
@@ -94230,6 +93099,7 @@ export namespace Prisma {
|
|
|
94230
93099
|
chat?: ChatUncheckedCreateNestedOneWithoutOptInInput
|
|
94231
93100
|
campaignInvites?: CampaignInviteUncheckedCreateNestedManyWithoutOptInInput
|
|
94232
93101
|
trolleyPayments?: TrolleyPaymentUncheckedCreateNestedManyWithoutOptInInput
|
|
93102
|
+
affiliateClicks?: AffiliateClickUncheckedCreateNestedManyWithoutOptinInput
|
|
94233
93103
|
}
|
|
94234
93104
|
|
|
94235
93105
|
export type OptInCreateOrConnectWithoutUserInput = {
|
|
@@ -94389,7 +93259,6 @@ export namespace Prisma {
|
|
|
94389
93259
|
shares?: number | null
|
|
94390
93260
|
campaign?: CampaignCreateNestedOneWithoutSocialPostsInput
|
|
94391
93261
|
lists?: ListToSocialPostCreateNestedManyWithoutSocialPostInput
|
|
94392
|
-
socialPostTags?: SocialPostTagCreateNestedManyWithoutSocialPostInput
|
|
94393
93262
|
}
|
|
94394
93263
|
|
|
94395
93264
|
export type SocialPostUncheckedCreateWithoutUserInput = {
|
|
@@ -94426,7 +93295,6 @@ export namespace Prisma {
|
|
|
94426
93295
|
shares?: number | null
|
|
94427
93296
|
campaignId?: number | null
|
|
94428
93297
|
lists?: ListToSocialPostUncheckedCreateNestedManyWithoutSocialPostInput
|
|
94429
|
-
socialPostTags?: SocialPostTagUncheckedCreateNestedManyWithoutSocialPostInput
|
|
94430
93298
|
}
|
|
94431
93299
|
|
|
94432
93300
|
export type SocialPostCreateOrConnectWithoutUserInput = {
|
|
@@ -100842,6 +99710,7 @@ export namespace Prisma {
|
|
|
100842
99710
|
optInSteps?: OptInStepCreateNestedManyWithoutOptInInput
|
|
100843
99711
|
campaignInvites?: CampaignInviteCreateNestedManyWithoutOptInInput
|
|
100844
99712
|
trolleyPayments?: TrolleyPaymentCreateNestedManyWithoutOptInInput
|
|
99713
|
+
affiliateClicks?: AffiliateClickCreateNestedManyWithoutOptinInput
|
|
100845
99714
|
}
|
|
100846
99715
|
|
|
100847
99716
|
export type OptInUncheckedCreateWithoutChatInput = {
|
|
@@ -100866,6 +99735,7 @@ export namespace Prisma {
|
|
|
100866
99735
|
optInSteps?: OptInStepUncheckedCreateNestedManyWithoutOptInInput
|
|
100867
99736
|
campaignInvites?: CampaignInviteUncheckedCreateNestedManyWithoutOptInInput
|
|
100868
99737
|
trolleyPayments?: TrolleyPaymentUncheckedCreateNestedManyWithoutOptInInput
|
|
99738
|
+
affiliateClicks?: AffiliateClickUncheckedCreateNestedManyWithoutOptinInput
|
|
100869
99739
|
}
|
|
100870
99740
|
|
|
100871
99741
|
export type OptInCreateOrConnectWithoutChatInput = {
|
|
@@ -100936,6 +99806,7 @@ export namespace Prisma {
|
|
|
100936
99806
|
optInSteps?: OptInStepUpdateManyWithoutOptInNestedInput
|
|
100937
99807
|
campaignInvites?: CampaignInviteUpdateManyWithoutOptInNestedInput
|
|
100938
99808
|
trolleyPayments?: TrolleyPaymentUpdateManyWithoutOptInNestedInput
|
|
99809
|
+
affiliateClicks?: AffiliateClickUpdateManyWithoutOptinNestedInput
|
|
100939
99810
|
}
|
|
100940
99811
|
|
|
100941
99812
|
export type OptInUncheckedUpdateWithoutChatInput = {
|
|
@@ -100960,6 +99831,7 @@ export namespace Prisma {
|
|
|
100960
99831
|
optInSteps?: OptInStepUncheckedUpdateManyWithoutOptInNestedInput
|
|
100961
99832
|
campaignInvites?: CampaignInviteUncheckedUpdateManyWithoutOptInNestedInput
|
|
100962
99833
|
trolleyPayments?: TrolleyPaymentUncheckedUpdateManyWithoutOptInNestedInput
|
|
99834
|
+
affiliateClicks?: AffiliateClickUncheckedUpdateManyWithoutOptinNestedInput
|
|
100963
99835
|
}
|
|
100964
99836
|
|
|
100965
99837
|
export type MessageUpsertWithWhereUniqueWithoutChatInput = {
|
|
@@ -101278,6 +100150,7 @@ export namespace Prisma {
|
|
|
101278
100150
|
chat?: ChatCreateNestedOneWithoutOptInInput
|
|
101279
100151
|
campaignInvites?: CampaignInviteCreateNestedManyWithoutOptInInput
|
|
101280
100152
|
trolleyPayments?: TrolleyPaymentCreateNestedManyWithoutOptInInput
|
|
100153
|
+
affiliateClicks?: AffiliateClickCreateNestedManyWithoutOptinInput
|
|
101281
100154
|
}
|
|
101282
100155
|
|
|
101283
100156
|
export type OptInUncheckedCreateWithoutCampaignInput = {
|
|
@@ -101302,6 +100175,7 @@ export namespace Prisma {
|
|
|
101302
100175
|
chat?: ChatUncheckedCreateNestedOneWithoutOptInInput
|
|
101303
100176
|
campaignInvites?: CampaignInviteUncheckedCreateNestedManyWithoutOptInInput
|
|
101304
100177
|
trolleyPayments?: TrolleyPaymentUncheckedCreateNestedManyWithoutOptInInput
|
|
100178
|
+
affiliateClicks?: AffiliateClickUncheckedCreateNestedManyWithoutOptinInput
|
|
101305
100179
|
}
|
|
101306
100180
|
|
|
101307
100181
|
export type OptInCreateOrConnectWithoutCampaignInput = {
|
|
@@ -101436,7 +100310,6 @@ export namespace Prisma {
|
|
|
101436
100310
|
shares?: number | null
|
|
101437
100311
|
user?: UserCreateNestedOneWithoutSocialPostsInput
|
|
101438
100312
|
lists?: ListToSocialPostCreateNestedManyWithoutSocialPostInput
|
|
101439
|
-
socialPostTags?: SocialPostTagCreateNestedManyWithoutSocialPostInput
|
|
101440
100313
|
}
|
|
101441
100314
|
|
|
101442
100315
|
export type SocialPostUncheckedCreateWithoutCampaignInput = {
|
|
@@ -101473,7 +100346,6 @@ export namespace Prisma {
|
|
|
101473
100346
|
shares?: number | null
|
|
101474
100347
|
userId?: number | null
|
|
101475
100348
|
lists?: ListToSocialPostUncheckedCreateNestedManyWithoutSocialPostInput
|
|
101476
|
-
socialPostTags?: SocialPostTagUncheckedCreateNestedManyWithoutSocialPostInput
|
|
101477
100349
|
}
|
|
101478
100350
|
|
|
101479
100351
|
export type SocialPostCreateOrConnectWithoutCampaignInput = {
|
|
@@ -104147,6 +103019,7 @@ export namespace Prisma {
|
|
|
104147
103019
|
chat?: ChatCreateNestedOneWithoutOptInInput
|
|
104148
103020
|
campaignInvites?: CampaignInviteCreateNestedManyWithoutOptInInput
|
|
104149
103021
|
trolleyPayments?: TrolleyPaymentCreateNestedManyWithoutOptInInput
|
|
103022
|
+
affiliateClicks?: AffiliateClickCreateNestedManyWithoutOptinInput
|
|
104150
103023
|
}
|
|
104151
103024
|
|
|
104152
103025
|
export type OptInUncheckedCreateWithoutCurrentStepInput = {
|
|
@@ -104171,6 +103044,7 @@ export namespace Prisma {
|
|
|
104171
103044
|
chat?: ChatUncheckedCreateNestedOneWithoutOptInInput
|
|
104172
103045
|
campaignInvites?: CampaignInviteUncheckedCreateNestedManyWithoutOptInInput
|
|
104173
103046
|
trolleyPayments?: TrolleyPaymentUncheckedCreateNestedManyWithoutOptInInput
|
|
103047
|
+
affiliateClicks?: AffiliateClickUncheckedCreateNestedManyWithoutOptinInput
|
|
104174
103048
|
}
|
|
104175
103049
|
|
|
104176
103050
|
export type OptInCreateOrConnectWithoutCurrentStepInput = {
|
|
@@ -104441,6 +103315,7 @@ export namespace Prisma {
|
|
|
104441
103315
|
chat?: ChatCreateNestedOneWithoutOptInInput
|
|
104442
103316
|
campaignInvites?: CampaignInviteCreateNestedManyWithoutOptInInput
|
|
104443
103317
|
trolleyPayments?: TrolleyPaymentCreateNestedManyWithoutOptInInput
|
|
103318
|
+
affiliateClicks?: AffiliateClickCreateNestedManyWithoutOptinInput
|
|
104444
103319
|
}
|
|
104445
103320
|
|
|
104446
103321
|
export type OptInUncheckedCreateWithoutOptInStepsInput = {
|
|
@@ -104465,6 +103340,7 @@ export namespace Prisma {
|
|
|
104465
103340
|
chat?: ChatUncheckedCreateNestedOneWithoutOptInInput
|
|
104466
103341
|
campaignInvites?: CampaignInviteUncheckedCreateNestedManyWithoutOptInInput
|
|
104467
103342
|
trolleyPayments?: TrolleyPaymentUncheckedCreateNestedManyWithoutOptInInput
|
|
103343
|
+
affiliateClicks?: AffiliateClickUncheckedCreateNestedManyWithoutOptinInput
|
|
104468
103344
|
}
|
|
104469
103345
|
|
|
104470
103346
|
export type OptInCreateOrConnectWithoutOptInStepsInput = {
|
|
@@ -104536,6 +103412,7 @@ export namespace Prisma {
|
|
|
104536
103412
|
chat?: ChatUpdateOneWithoutOptInNestedInput
|
|
104537
103413
|
campaignInvites?: CampaignInviteUpdateManyWithoutOptInNestedInput
|
|
104538
103414
|
trolleyPayments?: TrolleyPaymentUpdateManyWithoutOptInNestedInput
|
|
103415
|
+
affiliateClicks?: AffiliateClickUpdateManyWithoutOptinNestedInput
|
|
104539
103416
|
}
|
|
104540
103417
|
|
|
104541
103418
|
export type OptInUncheckedUpdateWithoutOptInStepsInput = {
|
|
@@ -104560,6 +103437,7 @@ export namespace Prisma {
|
|
|
104560
103437
|
chat?: ChatUncheckedUpdateOneWithoutOptInNestedInput
|
|
104561
103438
|
campaignInvites?: CampaignInviteUncheckedUpdateManyWithoutOptInNestedInput
|
|
104562
103439
|
trolleyPayments?: TrolleyPaymentUncheckedUpdateManyWithoutOptInNestedInput
|
|
103440
|
+
affiliateClicks?: AffiliateClickUncheckedUpdateManyWithoutOptinNestedInput
|
|
104563
103441
|
}
|
|
104564
103442
|
|
|
104565
103443
|
export type CampaignStepUpsertWithoutOptInStepsInput = {
|
|
@@ -105082,6 +103960,33 @@ export namespace Prisma {
|
|
|
105082
103960
|
skipDuplicates?: boolean
|
|
105083
103961
|
}
|
|
105084
103962
|
|
|
103963
|
+
export type AffiliateClickCreateWithoutOptinInput = {
|
|
103964
|
+
created?: Date | string
|
|
103965
|
+
visitorIp?: string | null
|
|
103966
|
+
metaData?: JsonNullValueInput | InputJsonValue
|
|
103967
|
+
affiliateLink: AffiliateLinkCreateNestedOneWithoutAffiliateClicksInput
|
|
103968
|
+
affiliateEvent?: AffiliateEventCreateNestedManyWithoutAffiliateClickInput
|
|
103969
|
+
}
|
|
103970
|
+
|
|
103971
|
+
export type AffiliateClickUncheckedCreateWithoutOptinInput = {
|
|
103972
|
+
id?: number
|
|
103973
|
+
created?: Date | string
|
|
103974
|
+
visitorIp?: string | null
|
|
103975
|
+
metaData?: JsonNullValueInput | InputJsonValue
|
|
103976
|
+
affiliateLinkId: number
|
|
103977
|
+
affiliateEvent?: AffiliateEventUncheckedCreateNestedManyWithoutAffiliateClickInput
|
|
103978
|
+
}
|
|
103979
|
+
|
|
103980
|
+
export type AffiliateClickCreateOrConnectWithoutOptinInput = {
|
|
103981
|
+
where: AffiliateClickWhereUniqueInput
|
|
103982
|
+
create: XOR<AffiliateClickCreateWithoutOptinInput, AffiliateClickUncheckedCreateWithoutOptinInput>
|
|
103983
|
+
}
|
|
103984
|
+
|
|
103985
|
+
export type AffiliateClickCreateManyOptinInputEnvelope = {
|
|
103986
|
+
data: AffiliateClickCreateManyOptinInput | AffiliateClickCreateManyOptinInput[]
|
|
103987
|
+
skipDuplicates?: boolean
|
|
103988
|
+
}
|
|
103989
|
+
|
|
105085
103990
|
export type UserUpsertWithoutOptInsInput = {
|
|
105086
103991
|
update: XOR<UserUpdateWithoutOptInsInput, UserUncheckedUpdateWithoutOptInsInput>
|
|
105087
103992
|
create: XOR<UserCreateWithoutOptInsInput, UserUncheckedCreateWithoutOptInsInput>
|
|
@@ -105452,11 +104357,39 @@ export namespace Prisma {
|
|
|
105452
104357
|
paymentId?: StringFilter<"TrolleyPayment"> | string
|
|
105453
104358
|
type?: EnumtrolleyPaymentTypeNullableFilter<"TrolleyPayment"> | $Enums.trolleyPaymentType | null
|
|
105454
104359
|
status?: EnumtrolleyPaymentStatusFilter<"TrolleyPayment"> | $Enums.trolleyPaymentStatus
|
|
105455
|
-
optInId?:
|
|
104360
|
+
optInId?: IntNullableFilter<"TrolleyPayment"> | number | null
|
|
105456
104361
|
paymentAmount?: IntFilter<"TrolleyPayment"> | number
|
|
105457
104362
|
metaData?: JsonFilter<"TrolleyPayment">
|
|
105458
104363
|
}
|
|
105459
104364
|
|
|
104365
|
+
export type AffiliateClickUpsertWithWhereUniqueWithoutOptinInput = {
|
|
104366
|
+
where: AffiliateClickWhereUniqueInput
|
|
104367
|
+
update: XOR<AffiliateClickUpdateWithoutOptinInput, AffiliateClickUncheckedUpdateWithoutOptinInput>
|
|
104368
|
+
create: XOR<AffiliateClickCreateWithoutOptinInput, AffiliateClickUncheckedCreateWithoutOptinInput>
|
|
104369
|
+
}
|
|
104370
|
+
|
|
104371
|
+
export type AffiliateClickUpdateWithWhereUniqueWithoutOptinInput = {
|
|
104372
|
+
where: AffiliateClickWhereUniqueInput
|
|
104373
|
+
data: XOR<AffiliateClickUpdateWithoutOptinInput, AffiliateClickUncheckedUpdateWithoutOptinInput>
|
|
104374
|
+
}
|
|
104375
|
+
|
|
104376
|
+
export type AffiliateClickUpdateManyWithWhereWithoutOptinInput = {
|
|
104377
|
+
where: AffiliateClickScalarWhereInput
|
|
104378
|
+
data: XOR<AffiliateClickUpdateManyMutationInput, AffiliateClickUncheckedUpdateManyWithoutOptinInput>
|
|
104379
|
+
}
|
|
104380
|
+
|
|
104381
|
+
export type AffiliateClickScalarWhereInput = {
|
|
104382
|
+
AND?: AffiliateClickScalarWhereInput | AffiliateClickScalarWhereInput[]
|
|
104383
|
+
OR?: AffiliateClickScalarWhereInput[]
|
|
104384
|
+
NOT?: AffiliateClickScalarWhereInput | AffiliateClickScalarWhereInput[]
|
|
104385
|
+
id?: IntFilter<"AffiliateClick"> | number
|
|
104386
|
+
created?: DateTimeFilter<"AffiliateClick"> | Date | string
|
|
104387
|
+
visitorIp?: StringNullableFilter<"AffiliateClick"> | string | null
|
|
104388
|
+
optInId?: IntFilter<"AffiliateClick"> | number
|
|
104389
|
+
metaData?: JsonFilter<"AffiliateClick">
|
|
104390
|
+
affiliateLinkId?: IntFilter<"AffiliateClick"> | number
|
|
104391
|
+
}
|
|
104392
|
+
|
|
105460
104393
|
export type OptInCreateWithoutTrolleyPaymentsInput = {
|
|
105461
104394
|
status?: string
|
|
105462
104395
|
created?: Date | string
|
|
@@ -105478,6 +104411,7 @@ export namespace Prisma {
|
|
|
105478
104411
|
optInSteps?: OptInStepCreateNestedManyWithoutOptInInput
|
|
105479
104412
|
chat?: ChatCreateNestedOneWithoutOptInInput
|
|
105480
104413
|
campaignInvites?: CampaignInviteCreateNestedManyWithoutOptInInput
|
|
104414
|
+
affiliateClicks?: AffiliateClickCreateNestedManyWithoutOptinInput
|
|
105481
104415
|
}
|
|
105482
104416
|
|
|
105483
104417
|
export type OptInUncheckedCreateWithoutTrolleyPaymentsInput = {
|
|
@@ -105502,6 +104436,7 @@ export namespace Prisma {
|
|
|
105502
104436
|
optInSteps?: OptInStepUncheckedCreateNestedManyWithoutOptInInput
|
|
105503
104437
|
chat?: ChatUncheckedCreateNestedOneWithoutOptInInput
|
|
105504
104438
|
campaignInvites?: CampaignInviteUncheckedCreateNestedManyWithoutOptInInput
|
|
104439
|
+
affiliateClicks?: AffiliateClickUncheckedCreateNestedManyWithoutOptinInput
|
|
105505
104440
|
}
|
|
105506
104441
|
|
|
105507
104442
|
export type OptInCreateOrConnectWithoutTrolleyPaymentsInput = {
|
|
@@ -105541,6 +104476,7 @@ export namespace Prisma {
|
|
|
105541
104476
|
optInSteps?: OptInStepUpdateManyWithoutOptInNestedInput
|
|
105542
104477
|
chat?: ChatUpdateOneWithoutOptInNestedInput
|
|
105543
104478
|
campaignInvites?: CampaignInviteUpdateManyWithoutOptInNestedInput
|
|
104479
|
+
affiliateClicks?: AffiliateClickUpdateManyWithoutOptinNestedInput
|
|
105544
104480
|
}
|
|
105545
104481
|
|
|
105546
104482
|
export type OptInUncheckedUpdateWithoutTrolleyPaymentsInput = {
|
|
@@ -105565,6 +104501,7 @@ export namespace Prisma {
|
|
|
105565
104501
|
optInSteps?: OptInStepUncheckedUpdateManyWithoutOptInNestedInput
|
|
105566
104502
|
chat?: ChatUncheckedUpdateOneWithoutOptInNestedInput
|
|
105567
104503
|
campaignInvites?: CampaignInviteUncheckedUpdateManyWithoutOptInNestedInput
|
|
104504
|
+
affiliateClicks?: AffiliateClickUncheckedUpdateManyWithoutOptinNestedInput
|
|
105568
104505
|
}
|
|
105569
104506
|
|
|
105570
104507
|
export type OptInCreateWithoutVariablesInput = {
|
|
@@ -105588,6 +104525,7 @@ export namespace Prisma {
|
|
|
105588
104525
|
chat?: ChatCreateNestedOneWithoutOptInInput
|
|
105589
104526
|
campaignInvites?: CampaignInviteCreateNestedManyWithoutOptInInput
|
|
105590
104527
|
trolleyPayments?: TrolleyPaymentCreateNestedManyWithoutOptInInput
|
|
104528
|
+
affiliateClicks?: AffiliateClickCreateNestedManyWithoutOptinInput
|
|
105591
104529
|
}
|
|
105592
104530
|
|
|
105593
104531
|
export type OptInUncheckedCreateWithoutVariablesInput = {
|
|
@@ -105612,6 +104550,7 @@ export namespace Prisma {
|
|
|
105612
104550
|
chat?: ChatUncheckedCreateNestedOneWithoutOptInInput
|
|
105613
104551
|
campaignInvites?: CampaignInviteUncheckedCreateNestedManyWithoutOptInInput
|
|
105614
104552
|
trolleyPayments?: TrolleyPaymentUncheckedCreateNestedManyWithoutOptInInput
|
|
104553
|
+
affiliateClicks?: AffiliateClickUncheckedCreateNestedManyWithoutOptinInput
|
|
105615
104554
|
}
|
|
105616
104555
|
|
|
105617
104556
|
export type OptInCreateOrConnectWithoutVariablesInput = {
|
|
@@ -105693,6 +104632,7 @@ export namespace Prisma {
|
|
|
105693
104632
|
chat?: ChatUpdateOneWithoutOptInNestedInput
|
|
105694
104633
|
campaignInvites?: CampaignInviteUpdateManyWithoutOptInNestedInput
|
|
105695
104634
|
trolleyPayments?: TrolleyPaymentUpdateManyWithoutOptInNestedInput
|
|
104635
|
+
affiliateClicks?: AffiliateClickUpdateManyWithoutOptinNestedInput
|
|
105696
104636
|
}
|
|
105697
104637
|
|
|
105698
104638
|
export type OptInUncheckedUpdateWithoutVariablesInput = {
|
|
@@ -105717,6 +104657,7 @@ export namespace Prisma {
|
|
|
105717
104657
|
chat?: ChatUncheckedUpdateOneWithoutOptInNestedInput
|
|
105718
104658
|
campaignInvites?: CampaignInviteUncheckedUpdateManyWithoutOptInNestedInput
|
|
105719
104659
|
trolleyPayments?: TrolleyPaymentUncheckedUpdateManyWithoutOptInNestedInput
|
|
104660
|
+
affiliateClicks?: AffiliateClickUncheckedUpdateManyWithoutOptinNestedInput
|
|
105720
104661
|
}
|
|
105721
104662
|
|
|
105722
104663
|
export type VariableUpsertWithoutOptInVariablesInput = {
|
|
@@ -106014,27 +104955,6 @@ export namespace Prisma {
|
|
|
106014
104955
|
skipDuplicates?: boolean
|
|
106015
104956
|
}
|
|
106016
104957
|
|
|
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
104958
|
export type UserUpsertWithoutSocialPostsInput = {
|
|
106039
104959
|
update: XOR<UserUpdateWithoutSocialPostsInput, UserUncheckedUpdateWithoutSocialPostsInput>
|
|
106040
104960
|
create: XOR<UserCreateWithoutSocialPostsInput, UserUncheckedCreateWithoutSocialPostsInput>
|
|
@@ -106294,194 +105214,6 @@ export namespace Prisma {
|
|
|
106294
105214
|
postId?: IntFilter<"ListToSocialPost"> | number
|
|
106295
105215
|
}
|
|
106296
105216
|
|
|
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
105217
|
export type CampaignToImageCreateWithoutSizesInput = {
|
|
106486
105218
|
type: string
|
|
106487
105219
|
campaign: CampaignCreateNestedOneWithoutImagesInput
|
|
@@ -107372,6 +106104,7 @@ export namespace Prisma {
|
|
|
107372
106104
|
created?: Date | string
|
|
107373
106105
|
visitorIp?: string | null
|
|
107374
106106
|
metaData?: JsonNullValueInput | InputJsonValue
|
|
106107
|
+
optin: OptInCreateNestedOneWithoutAffiliateClicksInput
|
|
107375
106108
|
affiliateEvent?: AffiliateEventCreateNestedManyWithoutAffiliateClickInput
|
|
107376
106109
|
}
|
|
107377
106110
|
|
|
@@ -107379,6 +106112,7 @@ export namespace Prisma {
|
|
|
107379
106112
|
id?: number
|
|
107380
106113
|
created?: Date | string
|
|
107381
106114
|
visitorIp?: string | null
|
|
106115
|
+
optInId: number
|
|
107382
106116
|
metaData?: JsonNullValueInput | InputJsonValue
|
|
107383
106117
|
affiliateEvent?: AffiliateEventUncheckedCreateNestedManyWithoutAffiliateClickInput
|
|
107384
106118
|
}
|
|
@@ -107519,17 +106253,6 @@ export namespace Prisma {
|
|
|
107519
106253
|
data: XOR<AffiliateClickUpdateManyMutationInput, AffiliateClickUncheckedUpdateManyWithoutAffiliateLinkInput>
|
|
107520
106254
|
}
|
|
107521
106255
|
|
|
107522
|
-
export type AffiliateClickScalarWhereInput = {
|
|
107523
|
-
AND?: AffiliateClickScalarWhereInput | AffiliateClickScalarWhereInput[]
|
|
107524
|
-
OR?: AffiliateClickScalarWhereInput[]
|
|
107525
|
-
NOT?: AffiliateClickScalarWhereInput | AffiliateClickScalarWhereInput[]
|
|
107526
|
-
id?: IntFilter<"AffiliateClick"> | number
|
|
107527
|
-
created?: DateTimeFilter<"AffiliateClick"> | Date | string
|
|
107528
|
-
visitorIp?: StringNullableFilter<"AffiliateClick"> | string | null
|
|
107529
|
-
metaData?: JsonFilter<"AffiliateClick">
|
|
107530
|
-
affiliateLinkId?: IntFilter<"AffiliateClick"> | number
|
|
107531
|
-
}
|
|
107532
|
-
|
|
107533
106256
|
export type UserUpsertWithoutAffiliateLinksInput = {
|
|
107534
106257
|
update: XOR<UserUpdateWithoutAffiliateLinksInput, UserUncheckedUpdateWithoutAffiliateLinksInput>
|
|
107535
106258
|
create: XOR<UserCreateWithoutAffiliateLinksInput, UserUncheckedCreateWithoutAffiliateLinksInput>
|
|
@@ -107652,6 +106375,60 @@ export namespace Prisma {
|
|
|
107652
106375
|
brandId?: IntFieldUpdateOperationsInput | number
|
|
107653
106376
|
}
|
|
107654
106377
|
|
|
106378
|
+
export type OptInCreateWithoutAffiliateClicksInput = {
|
|
106379
|
+
status?: string
|
|
106380
|
+
created?: Date | string
|
|
106381
|
+
activated?: Date | string | null
|
|
106382
|
+
completed?: Date | string | null
|
|
106383
|
+
cancelled?: Date | string | null
|
|
106384
|
+
cancelledData?: JsonNullValueInput | InputJsonValue
|
|
106385
|
+
cancelRequested?: Date | string | null
|
|
106386
|
+
reinvited?: Date | string | null
|
|
106387
|
+
seen?: boolean
|
|
106388
|
+
instructions?: string | null
|
|
106389
|
+
paymentAmount?: number | null
|
|
106390
|
+
paymentStatus?: string
|
|
106391
|
+
extraData?: JsonNullValueInput | InputJsonValue
|
|
106392
|
+
user: UserCreateNestedOneWithoutOptInsInput
|
|
106393
|
+
campaign: CampaignCreateNestedOneWithoutOptInsInput
|
|
106394
|
+
currentStep?: CampaignStepCreateNestedOneWithoutCurrentOptInsInput
|
|
106395
|
+
variables?: OptInVariableCreateNestedManyWithoutOptInInput
|
|
106396
|
+
optInSteps?: OptInStepCreateNestedManyWithoutOptInInput
|
|
106397
|
+
chat?: ChatCreateNestedOneWithoutOptInInput
|
|
106398
|
+
campaignInvites?: CampaignInviteCreateNestedManyWithoutOptInInput
|
|
106399
|
+
trolleyPayments?: TrolleyPaymentCreateNestedManyWithoutOptInInput
|
|
106400
|
+
}
|
|
106401
|
+
|
|
106402
|
+
export type OptInUncheckedCreateWithoutAffiliateClicksInput = {
|
|
106403
|
+
id?: number
|
|
106404
|
+
status?: string
|
|
106405
|
+
created?: Date | string
|
|
106406
|
+
activated?: Date | string | null
|
|
106407
|
+
completed?: Date | string | null
|
|
106408
|
+
cancelled?: Date | string | null
|
|
106409
|
+
cancelledData?: JsonNullValueInput | InputJsonValue
|
|
106410
|
+
cancelRequested?: Date | string | null
|
|
106411
|
+
reinvited?: Date | string | null
|
|
106412
|
+
seen?: boolean
|
|
106413
|
+
instructions?: string | null
|
|
106414
|
+
paymentAmount?: number | null
|
|
106415
|
+
paymentStatus?: string
|
|
106416
|
+
extraData?: JsonNullValueInput | InputJsonValue
|
|
106417
|
+
userId: number
|
|
106418
|
+
campaignId: number
|
|
106419
|
+
currentStepId?: number | null
|
|
106420
|
+
variables?: OptInVariableUncheckedCreateNestedManyWithoutOptInInput
|
|
106421
|
+
optInSteps?: OptInStepUncheckedCreateNestedManyWithoutOptInInput
|
|
106422
|
+
chat?: ChatUncheckedCreateNestedOneWithoutOptInInput
|
|
106423
|
+
campaignInvites?: CampaignInviteUncheckedCreateNestedManyWithoutOptInInput
|
|
106424
|
+
trolleyPayments?: TrolleyPaymentUncheckedCreateNestedManyWithoutOptInInput
|
|
106425
|
+
}
|
|
106426
|
+
|
|
106427
|
+
export type OptInCreateOrConnectWithoutAffiliateClicksInput = {
|
|
106428
|
+
where: OptInWhereUniqueInput
|
|
106429
|
+
create: XOR<OptInCreateWithoutAffiliateClicksInput, OptInUncheckedCreateWithoutAffiliateClicksInput>
|
|
106430
|
+
}
|
|
106431
|
+
|
|
107655
106432
|
export type AffiliateLinkCreateWithoutAffiliateClicksInput = {
|
|
107656
106433
|
created?: Date | string
|
|
107657
106434
|
metaData?: JsonNullValueInput | InputJsonValue
|
|
@@ -107705,6 +106482,66 @@ export namespace Prisma {
|
|
|
107705
106482
|
skipDuplicates?: boolean
|
|
107706
106483
|
}
|
|
107707
106484
|
|
|
106485
|
+
export type OptInUpsertWithoutAffiliateClicksInput = {
|
|
106486
|
+
update: XOR<OptInUpdateWithoutAffiliateClicksInput, OptInUncheckedUpdateWithoutAffiliateClicksInput>
|
|
106487
|
+
create: XOR<OptInCreateWithoutAffiliateClicksInput, OptInUncheckedCreateWithoutAffiliateClicksInput>
|
|
106488
|
+
where?: OptInWhereInput
|
|
106489
|
+
}
|
|
106490
|
+
|
|
106491
|
+
export type OptInUpdateToOneWithWhereWithoutAffiliateClicksInput = {
|
|
106492
|
+
where?: OptInWhereInput
|
|
106493
|
+
data: XOR<OptInUpdateWithoutAffiliateClicksInput, OptInUncheckedUpdateWithoutAffiliateClicksInput>
|
|
106494
|
+
}
|
|
106495
|
+
|
|
106496
|
+
export type OptInUpdateWithoutAffiliateClicksInput = {
|
|
106497
|
+
status?: StringFieldUpdateOperationsInput | string
|
|
106498
|
+
created?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
106499
|
+
activated?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
106500
|
+
completed?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
106501
|
+
cancelled?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
106502
|
+
cancelledData?: JsonNullValueInput | InputJsonValue
|
|
106503
|
+
cancelRequested?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
106504
|
+
reinvited?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
106505
|
+
seen?: BoolFieldUpdateOperationsInput | boolean
|
|
106506
|
+
instructions?: NullableStringFieldUpdateOperationsInput | string | null
|
|
106507
|
+
paymentAmount?: NullableFloatFieldUpdateOperationsInput | number | null
|
|
106508
|
+
paymentStatus?: StringFieldUpdateOperationsInput | string
|
|
106509
|
+
extraData?: JsonNullValueInput | InputJsonValue
|
|
106510
|
+
user?: UserUpdateOneRequiredWithoutOptInsNestedInput
|
|
106511
|
+
campaign?: CampaignUpdateOneRequiredWithoutOptInsNestedInput
|
|
106512
|
+
currentStep?: CampaignStepUpdateOneWithoutCurrentOptInsNestedInput
|
|
106513
|
+
variables?: OptInVariableUpdateManyWithoutOptInNestedInput
|
|
106514
|
+
optInSteps?: OptInStepUpdateManyWithoutOptInNestedInput
|
|
106515
|
+
chat?: ChatUpdateOneWithoutOptInNestedInput
|
|
106516
|
+
campaignInvites?: CampaignInviteUpdateManyWithoutOptInNestedInput
|
|
106517
|
+
trolleyPayments?: TrolleyPaymentUpdateManyWithoutOptInNestedInput
|
|
106518
|
+
}
|
|
106519
|
+
|
|
106520
|
+
export type OptInUncheckedUpdateWithoutAffiliateClicksInput = {
|
|
106521
|
+
id?: IntFieldUpdateOperationsInput | number
|
|
106522
|
+
status?: StringFieldUpdateOperationsInput | string
|
|
106523
|
+
created?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
106524
|
+
activated?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
106525
|
+
completed?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
106526
|
+
cancelled?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
106527
|
+
cancelledData?: JsonNullValueInput | InputJsonValue
|
|
106528
|
+
cancelRequested?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
106529
|
+
reinvited?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
106530
|
+
seen?: BoolFieldUpdateOperationsInput | boolean
|
|
106531
|
+
instructions?: NullableStringFieldUpdateOperationsInput | string | null
|
|
106532
|
+
paymentAmount?: NullableFloatFieldUpdateOperationsInput | number | null
|
|
106533
|
+
paymentStatus?: StringFieldUpdateOperationsInput | string
|
|
106534
|
+
extraData?: JsonNullValueInput | InputJsonValue
|
|
106535
|
+
userId?: IntFieldUpdateOperationsInput | number
|
|
106536
|
+
campaignId?: IntFieldUpdateOperationsInput | number
|
|
106537
|
+
currentStepId?: NullableIntFieldUpdateOperationsInput | number | null
|
|
106538
|
+
variables?: OptInVariableUncheckedUpdateManyWithoutOptInNestedInput
|
|
106539
|
+
optInSteps?: OptInStepUncheckedUpdateManyWithoutOptInNestedInput
|
|
106540
|
+
chat?: ChatUncheckedUpdateOneWithoutOptInNestedInput
|
|
106541
|
+
campaignInvites?: CampaignInviteUncheckedUpdateManyWithoutOptInNestedInput
|
|
106542
|
+
trolleyPayments?: TrolleyPaymentUncheckedUpdateManyWithoutOptInNestedInput
|
|
106543
|
+
}
|
|
106544
|
+
|
|
107708
106545
|
export type AffiliateLinkUpsertWithoutAffiliateClicksInput = {
|
|
107709
106546
|
update: XOR<AffiliateLinkUpdateWithoutAffiliateClicksInput, AffiliateLinkUncheckedUpdateWithoutAffiliateClicksInput>
|
|
107710
106547
|
create: XOR<AffiliateLinkCreateWithoutAffiliateClicksInput, AffiliateLinkUncheckedCreateWithoutAffiliateClicksInput>
|
|
@@ -107767,6 +106604,7 @@ export namespace Prisma {
|
|
|
107767
106604
|
created?: Date | string
|
|
107768
106605
|
visitorIp?: string | null
|
|
107769
106606
|
metaData?: JsonNullValueInput | InputJsonValue
|
|
106607
|
+
optin: OptInCreateNestedOneWithoutAffiliateClicksInput
|
|
107770
106608
|
affiliateLink: AffiliateLinkCreateNestedOneWithoutAffiliateClicksInput
|
|
107771
106609
|
}
|
|
107772
106610
|
|
|
@@ -107774,6 +106612,7 @@ export namespace Prisma {
|
|
|
107774
106612
|
id?: number
|
|
107775
106613
|
created?: Date | string
|
|
107776
106614
|
visitorIp?: string | null
|
|
106615
|
+
optInId: number
|
|
107777
106616
|
metaData?: JsonNullValueInput | InputJsonValue
|
|
107778
106617
|
affiliateLinkId: number
|
|
107779
106618
|
}
|
|
@@ -107798,6 +106637,7 @@ export namespace Prisma {
|
|
|
107798
106637
|
created?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
107799
106638
|
visitorIp?: NullableStringFieldUpdateOperationsInput | string | null
|
|
107800
106639
|
metaData?: JsonNullValueInput | InputJsonValue
|
|
106640
|
+
optin?: OptInUpdateOneRequiredWithoutAffiliateClicksNestedInput
|
|
107801
106641
|
affiliateLink?: AffiliateLinkUpdateOneRequiredWithoutAffiliateClicksNestedInput
|
|
107802
106642
|
}
|
|
107803
106643
|
|
|
@@ -107805,6 +106645,7 @@ export namespace Prisma {
|
|
|
107805
106645
|
id?: IntFieldUpdateOperationsInput | number
|
|
107806
106646
|
created?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
107807
106647
|
visitorIp?: NullableStringFieldUpdateOperationsInput | string | null
|
|
106648
|
+
optInId?: IntFieldUpdateOperationsInput | number
|
|
107808
106649
|
metaData?: JsonNullValueInput | InputJsonValue
|
|
107809
106650
|
affiliateLinkId?: IntFieldUpdateOperationsInput | number
|
|
107810
106651
|
}
|
|
@@ -108252,6 +107093,7 @@ export namespace Prisma {
|
|
|
108252
107093
|
optInSteps?: OptInStepCreateNestedManyWithoutOptInInput
|
|
108253
107094
|
chat?: ChatCreateNestedOneWithoutOptInInput
|
|
108254
107095
|
trolleyPayments?: TrolleyPaymentCreateNestedManyWithoutOptInInput
|
|
107096
|
+
affiliateClicks?: AffiliateClickCreateNestedManyWithoutOptinInput
|
|
108255
107097
|
}
|
|
108256
107098
|
|
|
108257
107099
|
export type OptInUncheckedCreateWithoutCampaignInvitesInput = {
|
|
@@ -108276,6 +107118,7 @@ export namespace Prisma {
|
|
|
108276
107118
|
optInSteps?: OptInStepUncheckedCreateNestedManyWithoutOptInInput
|
|
108277
107119
|
chat?: ChatUncheckedCreateNestedOneWithoutOptInInput
|
|
108278
107120
|
trolleyPayments?: TrolleyPaymentUncheckedCreateNestedManyWithoutOptInInput
|
|
107121
|
+
affiliateClicks?: AffiliateClickUncheckedCreateNestedManyWithoutOptinInput
|
|
108279
107122
|
}
|
|
108280
107123
|
|
|
108281
107124
|
export type OptInCreateOrConnectWithoutCampaignInvitesInput = {
|
|
@@ -108593,6 +107436,7 @@ export namespace Prisma {
|
|
|
108593
107436
|
optInSteps?: OptInStepUpdateManyWithoutOptInNestedInput
|
|
108594
107437
|
chat?: ChatUpdateOneWithoutOptInNestedInput
|
|
108595
107438
|
trolleyPayments?: TrolleyPaymentUpdateManyWithoutOptInNestedInput
|
|
107439
|
+
affiliateClicks?: AffiliateClickUpdateManyWithoutOptinNestedInput
|
|
108596
107440
|
}
|
|
108597
107441
|
|
|
108598
107442
|
export type OptInUncheckedUpdateWithoutCampaignInvitesInput = {
|
|
@@ -108617,6 +107461,7 @@ export namespace Prisma {
|
|
|
108617
107461
|
optInSteps?: OptInStepUncheckedUpdateManyWithoutOptInNestedInput
|
|
108618
107462
|
chat?: ChatUncheckedUpdateOneWithoutOptInNestedInput
|
|
108619
107463
|
trolleyPayments?: TrolleyPaymentUncheckedUpdateManyWithoutOptInNestedInput
|
|
107464
|
+
affiliateClicks?: AffiliateClickUncheckedUpdateManyWithoutOptinNestedInput
|
|
108620
107465
|
}
|
|
108621
107466
|
|
|
108622
107467
|
export type CreatorListItemCreateWithoutCreatorListInput = {
|
|
@@ -110407,7 +109252,6 @@ export namespace Prisma {
|
|
|
110407
109252
|
shares?: number | null
|
|
110408
109253
|
user?: UserCreateNestedOneWithoutSocialPostsInput
|
|
110409
109254
|
campaign?: CampaignCreateNestedOneWithoutSocialPostsInput
|
|
110410
|
-
socialPostTags?: SocialPostTagCreateNestedManyWithoutSocialPostInput
|
|
110411
109255
|
}
|
|
110412
109256
|
|
|
110413
109257
|
export type SocialPostUncheckedCreateWithoutListsInput = {
|
|
@@ -110444,7 +109288,6 @@ export namespace Prisma {
|
|
|
110444
109288
|
shares?: number | null
|
|
110445
109289
|
userId?: number | null
|
|
110446
109290
|
campaignId?: number | null
|
|
110447
|
-
socialPostTags?: SocialPostTagUncheckedCreateNestedManyWithoutSocialPostInput
|
|
110448
109291
|
}
|
|
110449
109292
|
|
|
110450
109293
|
export type SocialPostCreateOrConnectWithoutListsInput = {
|
|
@@ -110530,7 +109373,6 @@ export namespace Prisma {
|
|
|
110530
109373
|
shares?: NullableIntFieldUpdateOperationsInput | number | null
|
|
110531
109374
|
user?: UserUpdateOneWithoutSocialPostsNestedInput
|
|
110532
109375
|
campaign?: CampaignUpdateOneWithoutSocialPostsNestedInput
|
|
110533
|
-
socialPostTags?: SocialPostTagUpdateManyWithoutSocialPostNestedInput
|
|
110534
109376
|
}
|
|
110535
109377
|
|
|
110536
109378
|
export type SocialPostUncheckedUpdateWithoutListsInput = {
|
|
@@ -110567,7 +109409,6 @@ export namespace Prisma {
|
|
|
110567
109409
|
shares?: NullableIntFieldUpdateOperationsInput | number | null
|
|
110568
109410
|
userId?: NullableIntFieldUpdateOperationsInput | number | null
|
|
110569
109411
|
campaignId?: NullableIntFieldUpdateOperationsInput | number | null
|
|
110570
|
-
socialPostTags?: SocialPostTagUncheckedUpdateManyWithoutSocialPostNestedInput
|
|
110571
109412
|
}
|
|
110572
109413
|
|
|
110573
109414
|
export type CampaignCreateWithoutOptInViewsInput = {
|
|
@@ -113153,6 +111994,7 @@ export namespace Prisma {
|
|
|
113153
111994
|
chat?: ChatUpdateOneWithoutOptInNestedInput
|
|
113154
111995
|
campaignInvites?: CampaignInviteUpdateManyWithoutOptInNestedInput
|
|
113155
111996
|
trolleyPayments?: TrolleyPaymentUpdateManyWithoutOptInNestedInput
|
|
111997
|
+
affiliateClicks?: AffiliateClickUpdateManyWithoutOptinNestedInput
|
|
113156
111998
|
}
|
|
113157
111999
|
|
|
113158
112000
|
export type OptInUncheckedUpdateWithoutUserInput = {
|
|
@@ -113177,6 +112019,7 @@ export namespace Prisma {
|
|
|
113177
112019
|
chat?: ChatUncheckedUpdateOneWithoutOptInNestedInput
|
|
113178
112020
|
campaignInvites?: CampaignInviteUncheckedUpdateManyWithoutOptInNestedInput
|
|
113179
112021
|
trolleyPayments?: TrolleyPaymentUncheckedUpdateManyWithoutOptInNestedInput
|
|
112022
|
+
affiliateClicks?: AffiliateClickUncheckedUpdateManyWithoutOptinNestedInput
|
|
113180
112023
|
}
|
|
113181
112024
|
|
|
113182
112025
|
export type OptInUncheckedUpdateManyWithoutUserInput = {
|
|
@@ -113352,7 +112195,6 @@ export namespace Prisma {
|
|
|
113352
112195
|
shares?: NullableIntFieldUpdateOperationsInput | number | null
|
|
113353
112196
|
campaign?: CampaignUpdateOneWithoutSocialPostsNestedInput
|
|
113354
112197
|
lists?: ListToSocialPostUpdateManyWithoutSocialPostNestedInput
|
|
113355
|
-
socialPostTags?: SocialPostTagUpdateManyWithoutSocialPostNestedInput
|
|
113356
112198
|
}
|
|
113357
112199
|
|
|
113358
112200
|
export type SocialPostUncheckedUpdateWithoutUserInput = {
|
|
@@ -113389,7 +112231,6 @@ export namespace Prisma {
|
|
|
113389
112231
|
shares?: NullableIntFieldUpdateOperationsInput | number | null
|
|
113390
112232
|
campaignId?: NullableIntFieldUpdateOperationsInput | number | null
|
|
113391
112233
|
lists?: ListToSocialPostUncheckedUpdateManyWithoutSocialPostNestedInput
|
|
113392
|
-
socialPostTags?: SocialPostTagUncheckedUpdateManyWithoutSocialPostNestedInput
|
|
113393
112234
|
}
|
|
113394
112235
|
|
|
113395
112236
|
export type SocialPostUncheckedUpdateManyWithoutUserInput = {
|
|
@@ -114832,6 +113673,7 @@ export namespace Prisma {
|
|
|
114832
113673
|
chat?: ChatUpdateOneWithoutOptInNestedInput
|
|
114833
113674
|
campaignInvites?: CampaignInviteUpdateManyWithoutOptInNestedInput
|
|
114834
113675
|
trolleyPayments?: TrolleyPaymentUpdateManyWithoutOptInNestedInput
|
|
113676
|
+
affiliateClicks?: AffiliateClickUpdateManyWithoutOptinNestedInput
|
|
114835
113677
|
}
|
|
114836
113678
|
|
|
114837
113679
|
export type OptInUncheckedUpdateWithoutCampaignInput = {
|
|
@@ -114856,6 +113698,7 @@ export namespace Prisma {
|
|
|
114856
113698
|
chat?: ChatUncheckedUpdateOneWithoutOptInNestedInput
|
|
114857
113699
|
campaignInvites?: CampaignInviteUncheckedUpdateManyWithoutOptInNestedInput
|
|
114858
113700
|
trolleyPayments?: TrolleyPaymentUncheckedUpdateManyWithoutOptInNestedInput
|
|
113701
|
+
affiliateClicks?: AffiliateClickUncheckedUpdateManyWithoutOptinNestedInput
|
|
114859
113702
|
}
|
|
114860
113703
|
|
|
114861
113704
|
export type OptInUncheckedUpdateManyWithoutCampaignInput = {
|
|
@@ -114982,7 +113825,6 @@ export namespace Prisma {
|
|
|
114982
113825
|
shares?: NullableIntFieldUpdateOperationsInput | number | null
|
|
114983
113826
|
user?: UserUpdateOneWithoutSocialPostsNestedInput
|
|
114984
113827
|
lists?: ListToSocialPostUpdateManyWithoutSocialPostNestedInput
|
|
114985
|
-
socialPostTags?: SocialPostTagUpdateManyWithoutSocialPostNestedInput
|
|
114986
113828
|
}
|
|
114987
113829
|
|
|
114988
113830
|
export type SocialPostUncheckedUpdateWithoutCampaignInput = {
|
|
@@ -115019,7 +113861,6 @@ export namespace Prisma {
|
|
|
115019
113861
|
shares?: NullableIntFieldUpdateOperationsInput | number | null
|
|
115020
113862
|
userId?: NullableIntFieldUpdateOperationsInput | number | null
|
|
115021
113863
|
lists?: ListToSocialPostUncheckedUpdateManyWithoutSocialPostNestedInput
|
|
115022
|
-
socialPostTags?: SocialPostTagUncheckedUpdateManyWithoutSocialPostNestedInput
|
|
115023
113864
|
}
|
|
115024
113865
|
|
|
115025
113866
|
export type SocialPostUncheckedUpdateManyWithoutCampaignInput = {
|
|
@@ -115373,6 +114214,7 @@ export namespace Prisma {
|
|
|
115373
114214
|
chat?: ChatUpdateOneWithoutOptInNestedInput
|
|
115374
114215
|
campaignInvites?: CampaignInviteUpdateManyWithoutOptInNestedInput
|
|
115375
114216
|
trolleyPayments?: TrolleyPaymentUpdateManyWithoutOptInNestedInput
|
|
114217
|
+
affiliateClicks?: AffiliateClickUpdateManyWithoutOptinNestedInput
|
|
115376
114218
|
}
|
|
115377
114219
|
|
|
115378
114220
|
export type OptInUncheckedUpdateWithoutCurrentStepInput = {
|
|
@@ -115397,6 +114239,7 @@ export namespace Prisma {
|
|
|
115397
114239
|
chat?: ChatUncheckedUpdateOneWithoutOptInNestedInput
|
|
115398
114240
|
campaignInvites?: CampaignInviteUncheckedUpdateManyWithoutOptInNestedInput
|
|
115399
114241
|
trolleyPayments?: TrolleyPaymentUncheckedUpdateManyWithoutOptInNestedInput
|
|
114242
|
+
affiliateClicks?: AffiliateClickUncheckedUpdateManyWithoutOptinNestedInput
|
|
115400
114243
|
}
|
|
115401
114244
|
|
|
115402
114245
|
export type OptInUncheckedUpdateManyWithoutCurrentStepInput = {
|
|
@@ -115524,6 +114367,14 @@ export namespace Prisma {
|
|
|
115524
114367
|
metaData?: JsonNullValueInput | InputJsonValue
|
|
115525
114368
|
}
|
|
115526
114369
|
|
|
114370
|
+
export type AffiliateClickCreateManyOptinInput = {
|
|
114371
|
+
id?: number
|
|
114372
|
+
created?: Date | string
|
|
114373
|
+
visitorIp?: string | null
|
|
114374
|
+
metaData?: JsonNullValueInput | InputJsonValue
|
|
114375
|
+
affiliateLinkId: number
|
|
114376
|
+
}
|
|
114377
|
+
|
|
115527
114378
|
export type OptInVariableUpdateWithoutOptInInput = {
|
|
115528
114379
|
variable?: VariableUpdateOneRequiredWithoutOptInVariablesNestedInput
|
|
115529
114380
|
selectedOption?: VariableOptionUpdateOneRequiredWithoutOptInVariablesNestedInput
|
|
@@ -115625,15 +114476,34 @@ export namespace Prisma {
|
|
|
115625
114476
|
metaData?: JsonNullValueInput | InputJsonValue
|
|
115626
114477
|
}
|
|
115627
114478
|
|
|
115628
|
-
export type
|
|
115629
|
-
|
|
115630
|
-
|
|
114479
|
+
export type AffiliateClickUpdateWithoutOptinInput = {
|
|
114480
|
+
created?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
114481
|
+
visitorIp?: NullableStringFieldUpdateOperationsInput | string | null
|
|
114482
|
+
metaData?: JsonNullValueInput | InputJsonValue
|
|
114483
|
+
affiliateLink?: AffiliateLinkUpdateOneRequiredWithoutAffiliateClicksNestedInput
|
|
114484
|
+
affiliateEvent?: AffiliateEventUpdateManyWithoutAffiliateClickNestedInput
|
|
114485
|
+
}
|
|
114486
|
+
|
|
114487
|
+
export type AffiliateClickUncheckedUpdateWithoutOptinInput = {
|
|
114488
|
+
id?: IntFieldUpdateOperationsInput | number
|
|
114489
|
+
created?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
114490
|
+
visitorIp?: NullableStringFieldUpdateOperationsInput | string | null
|
|
114491
|
+
metaData?: JsonNullValueInput | InputJsonValue
|
|
114492
|
+
affiliateLinkId?: IntFieldUpdateOperationsInput | number
|
|
114493
|
+
affiliateEvent?: AffiliateEventUncheckedUpdateManyWithoutAffiliateClickNestedInput
|
|
115631
114494
|
}
|
|
115632
114495
|
|
|
115633
|
-
export type
|
|
114496
|
+
export type AffiliateClickUncheckedUpdateManyWithoutOptinInput = {
|
|
114497
|
+
id?: IntFieldUpdateOperationsInput | number
|
|
114498
|
+
created?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
114499
|
+
visitorIp?: NullableStringFieldUpdateOperationsInput | string | null
|
|
114500
|
+
metaData?: JsonNullValueInput | InputJsonValue
|
|
114501
|
+
affiliateLinkId?: IntFieldUpdateOperationsInput | number
|
|
114502
|
+
}
|
|
114503
|
+
|
|
114504
|
+
export type ListToSocialPostCreateManySocialPostInput = {
|
|
115634
114505
|
id?: number
|
|
115635
|
-
|
|
115636
|
-
type: string
|
|
114506
|
+
listId: number
|
|
115637
114507
|
}
|
|
115638
114508
|
|
|
115639
114509
|
export type ListToSocialPostUpdateWithoutSocialPostInput = {
|
|
@@ -115650,23 +114520,6 @@ export namespace Prisma {
|
|
|
115650
114520
|
listId?: IntFieldUpdateOperationsInput | number
|
|
115651
114521
|
}
|
|
115652
114522
|
|
|
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
114523
|
export type StateCreateManyCountryInput = {
|
|
115671
114524
|
id?: number
|
|
115672
114525
|
stateCode: string
|
|
@@ -115739,6 +114592,7 @@ export namespace Prisma {
|
|
|
115739
114592
|
id?: number
|
|
115740
114593
|
created?: Date | string
|
|
115741
114594
|
visitorIp?: string | null
|
|
114595
|
+
optInId: number
|
|
115742
114596
|
metaData?: JsonNullValueInput | InputJsonValue
|
|
115743
114597
|
}
|
|
115744
114598
|
|
|
@@ -115746,6 +114600,7 @@ export namespace Prisma {
|
|
|
115746
114600
|
created?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
115747
114601
|
visitorIp?: NullableStringFieldUpdateOperationsInput | string | null
|
|
115748
114602
|
metaData?: JsonNullValueInput | InputJsonValue
|
|
114603
|
+
optin?: OptInUpdateOneRequiredWithoutAffiliateClicksNestedInput
|
|
115749
114604
|
affiliateEvent?: AffiliateEventUpdateManyWithoutAffiliateClickNestedInput
|
|
115750
114605
|
}
|
|
115751
114606
|
|
|
@@ -115753,6 +114608,7 @@ export namespace Prisma {
|
|
|
115753
114608
|
id?: IntFieldUpdateOperationsInput | number
|
|
115754
114609
|
created?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
115755
114610
|
visitorIp?: NullableStringFieldUpdateOperationsInput | string | null
|
|
114611
|
+
optInId?: IntFieldUpdateOperationsInput | number
|
|
115756
114612
|
metaData?: JsonNullValueInput | InputJsonValue
|
|
115757
114613
|
affiliateEvent?: AffiliateEventUncheckedUpdateManyWithoutAffiliateClickNestedInput
|
|
115758
114614
|
}
|
|
@@ -115761,6 +114617,7 @@ export namespace Prisma {
|
|
|
115761
114617
|
id?: IntFieldUpdateOperationsInput | number
|
|
115762
114618
|
created?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
115763
114619
|
visitorIp?: NullableStringFieldUpdateOperationsInput | string | null
|
|
114620
|
+
optInId?: IntFieldUpdateOperationsInput | number
|
|
115764
114621
|
metaData?: JsonNullValueInput | InputJsonValue
|
|
115765
114622
|
}
|
|
115766
114623
|
|
|
@@ -116524,10 +115381,6 @@ export namespace Prisma {
|
|
|
116524
115381
|
* @deprecated Use SocialPostDefaultArgs instead
|
|
116525
115382
|
*/
|
|
116526
115383
|
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
115384
|
/**
|
|
116532
115385
|
* @deprecated Use ImageDefaultArgs instead
|
|
116533
115386
|
*/
|