@creator.co/creatorco-prisma-client 1.0.62 → 1.0.64-alpha-499941e
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/edge.js +14 -6
- package/index-browser.js +10 -2
- package/index.d.ts +2209 -26
- package/index.js +14 -6
- package/package.json +1 -1
- package/schema.prisma +28 -14
- package/wasm.js +10 -2
package/index.d.ts
CHANGED
|
@@ -418,6 +418,11 @@ export type BrandContract = $Result.DefaultSelection<Prisma.$BrandContractPayloa
|
|
|
418
418
|
*
|
|
419
419
|
*/
|
|
420
420
|
export type File = $Result.DefaultSelection<Prisma.$FilePayload>
|
|
421
|
+
/**
|
|
422
|
+
* Model CreditRefundBatch
|
|
423
|
+
*
|
|
424
|
+
*/
|
|
425
|
+
export type CreditRefundBatch = $Result.DefaultSelection<Prisma.$CreditRefundBatchPayload>
|
|
421
426
|
|
|
422
427
|
/**
|
|
423
428
|
* Enums
|
|
@@ -1409,6 +1414,16 @@ export class PrismaClient<
|
|
|
1409
1414
|
* ```
|
|
1410
1415
|
*/
|
|
1411
1416
|
get file(): Prisma.FileDelegate<ExtArgs>;
|
|
1417
|
+
|
|
1418
|
+
/**
|
|
1419
|
+
* `prisma.creditRefundBatch`: Exposes CRUD operations for the **CreditRefundBatch** model.
|
|
1420
|
+
* Example usage:
|
|
1421
|
+
* ```ts
|
|
1422
|
+
* // Fetch zero or more CreditRefundBatches
|
|
1423
|
+
* const creditRefundBatches = await prisma.creditRefundBatch.findMany()
|
|
1424
|
+
* ```
|
|
1425
|
+
*/
|
|
1426
|
+
get creditRefundBatch(): Prisma.CreditRefundBatchDelegate<ExtArgs>;
|
|
1412
1427
|
}
|
|
1413
1428
|
|
|
1414
1429
|
export namespace Prisma {
|
|
@@ -1966,7 +1981,8 @@ export namespace Prisma {
|
|
|
1966
1981
|
ShopifySale: 'ShopifySale',
|
|
1967
1982
|
CreatorFlag: 'CreatorFlag',
|
|
1968
1983
|
BrandContract: 'BrandContract',
|
|
1969
|
-
File: 'File'
|
|
1984
|
+
File: 'File',
|
|
1985
|
+
CreditRefundBatch: 'CreditRefundBatch'
|
|
1970
1986
|
};
|
|
1971
1987
|
|
|
1972
1988
|
export type ModelName = (typeof ModelName)[keyof typeof ModelName]
|
|
@@ -1983,7 +1999,7 @@ export namespace Prisma {
|
|
|
1983
1999
|
|
|
1984
2000
|
export type TypeMap<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
|
|
1985
2001
|
meta: {
|
|
1986
|
-
modelProps: 'user' | 'log' | 'creatorProfile' | 'instagramProfile' | 'tiktokProfile' | 'youtubeProfile' | 'twitchProfile' | 'facebookProfile' | 'twitterProfile' | 'brandUserProfile' | 'brand' | 'searchContacts' | 'reportCredits' | 'brandToImage' | 'brandToCategory' | 'creatorToCategory' | 'chat' | 'message' | 'campaign' | 'campaignPin' | 'campaignToImage' | 'campaignToBrandAffiliateLink' | 'campaignToCategory' | 'campaignToCountry' | 'productList' | 'productListItem' | 'campaignToProductList' | 'optinToProductListItem' | 'variable' | 'variableOption' | 'step' | 'campaignStep' | 'optInStep' | 'category' | 'optIn' | 'trolleyPayment' | 'optInVariable' | 'socialPost' | 'campaignToSocialPost' | 'archivedSocialPost' | 'image' | 'brandImage' | 'country' | 'state' | 'pendingBrandInvoicePayment' | 'paymentTransaction' | 'externalAffiliateClick' | 'brandAffiliateLink' | 'affiliateLink' | 'affiliateClick' | 'affiliateEvent' | 'affiliatePayoutBatch' | 'savedFile' | 'campaignInvite' | 'creatorList' | 'creatorListItem' | 'socialProfile' | 'messageTemplate' | 'emailTemplate' | 'socialListeningList' | 'listToSocialPost' | 'optInView' | 'rakutenActivity' | 'impactRadiusEvent' | 'cjEvent' | 'shareASaleEvent' | 'creatorSearchFilter' | 'sequence' | 'sequenceStep' | 'sequenceOutboundEmail' | 'sequenceInboundEmail' | 'sequenceImapCheckpoint' | 'shopifyStore' | 'shopifyProduct' | 'shopifyProductVariation' | 'campaignToShopifyProduct' | 'shopifyDiscountCode' | 'shopifySale' | 'creatorFlag' | 'brandContract' | 'file'
|
|
2002
|
+
modelProps: 'user' | 'log' | 'creatorProfile' | 'instagramProfile' | 'tiktokProfile' | 'youtubeProfile' | 'twitchProfile' | 'facebookProfile' | 'twitterProfile' | 'brandUserProfile' | 'brand' | 'searchContacts' | 'reportCredits' | 'brandToImage' | 'brandToCategory' | 'creatorToCategory' | 'chat' | 'message' | 'campaign' | 'campaignPin' | 'campaignToImage' | 'campaignToBrandAffiliateLink' | 'campaignToCategory' | 'campaignToCountry' | 'productList' | 'productListItem' | 'campaignToProductList' | 'optinToProductListItem' | 'variable' | 'variableOption' | 'step' | 'campaignStep' | 'optInStep' | 'category' | 'optIn' | 'trolleyPayment' | 'optInVariable' | 'socialPost' | 'campaignToSocialPost' | 'archivedSocialPost' | 'image' | 'brandImage' | 'country' | 'state' | 'pendingBrandInvoicePayment' | 'paymentTransaction' | 'externalAffiliateClick' | 'brandAffiliateLink' | 'affiliateLink' | 'affiliateClick' | 'affiliateEvent' | 'affiliatePayoutBatch' | 'savedFile' | 'campaignInvite' | 'creatorList' | 'creatorListItem' | 'socialProfile' | 'messageTemplate' | 'emailTemplate' | 'socialListeningList' | 'listToSocialPost' | 'optInView' | 'rakutenActivity' | 'impactRadiusEvent' | 'cjEvent' | 'shareASaleEvent' | 'creatorSearchFilter' | 'sequence' | 'sequenceStep' | 'sequenceOutboundEmail' | 'sequenceInboundEmail' | 'sequenceImapCheckpoint' | 'shopifyStore' | 'shopifyProduct' | 'shopifyProductVariation' | 'campaignToShopifyProduct' | 'shopifyDiscountCode' | 'shopifySale' | 'creatorFlag' | 'brandContract' | 'file' | 'creditRefundBatch'
|
|
1987
2003
|
txIsolationLevel: Prisma.TransactionIsolationLevel
|
|
1988
2004
|
},
|
|
1989
2005
|
model: {
|
|
@@ -7657,6 +7673,76 @@ export namespace Prisma {
|
|
|
7657
7673
|
}
|
|
7658
7674
|
}
|
|
7659
7675
|
}
|
|
7676
|
+
CreditRefundBatch: {
|
|
7677
|
+
payload: Prisma.$CreditRefundBatchPayload<ExtArgs>
|
|
7678
|
+
fields: Prisma.CreditRefundBatchFieldRefs
|
|
7679
|
+
operations: {
|
|
7680
|
+
findUnique: {
|
|
7681
|
+
args: Prisma.CreditRefundBatchFindUniqueArgs<ExtArgs>,
|
|
7682
|
+
result: $Utils.PayloadToResult<Prisma.$CreditRefundBatchPayload> | null
|
|
7683
|
+
}
|
|
7684
|
+
findUniqueOrThrow: {
|
|
7685
|
+
args: Prisma.CreditRefundBatchFindUniqueOrThrowArgs<ExtArgs>,
|
|
7686
|
+
result: $Utils.PayloadToResult<Prisma.$CreditRefundBatchPayload>
|
|
7687
|
+
}
|
|
7688
|
+
findFirst: {
|
|
7689
|
+
args: Prisma.CreditRefundBatchFindFirstArgs<ExtArgs>,
|
|
7690
|
+
result: $Utils.PayloadToResult<Prisma.$CreditRefundBatchPayload> | null
|
|
7691
|
+
}
|
|
7692
|
+
findFirstOrThrow: {
|
|
7693
|
+
args: Prisma.CreditRefundBatchFindFirstOrThrowArgs<ExtArgs>,
|
|
7694
|
+
result: $Utils.PayloadToResult<Prisma.$CreditRefundBatchPayload>
|
|
7695
|
+
}
|
|
7696
|
+
findMany: {
|
|
7697
|
+
args: Prisma.CreditRefundBatchFindManyArgs<ExtArgs>,
|
|
7698
|
+
result: $Utils.PayloadToResult<Prisma.$CreditRefundBatchPayload>[]
|
|
7699
|
+
}
|
|
7700
|
+
create: {
|
|
7701
|
+
args: Prisma.CreditRefundBatchCreateArgs<ExtArgs>,
|
|
7702
|
+
result: $Utils.PayloadToResult<Prisma.$CreditRefundBatchPayload>
|
|
7703
|
+
}
|
|
7704
|
+
createMany: {
|
|
7705
|
+
args: Prisma.CreditRefundBatchCreateManyArgs<ExtArgs>,
|
|
7706
|
+
result: Prisma.BatchPayload
|
|
7707
|
+
}
|
|
7708
|
+
createManyAndReturn: {
|
|
7709
|
+
args: Prisma.CreditRefundBatchCreateManyAndReturnArgs<ExtArgs>,
|
|
7710
|
+
result: $Utils.PayloadToResult<Prisma.$CreditRefundBatchPayload>[]
|
|
7711
|
+
}
|
|
7712
|
+
delete: {
|
|
7713
|
+
args: Prisma.CreditRefundBatchDeleteArgs<ExtArgs>,
|
|
7714
|
+
result: $Utils.PayloadToResult<Prisma.$CreditRefundBatchPayload>
|
|
7715
|
+
}
|
|
7716
|
+
update: {
|
|
7717
|
+
args: Prisma.CreditRefundBatchUpdateArgs<ExtArgs>,
|
|
7718
|
+
result: $Utils.PayloadToResult<Prisma.$CreditRefundBatchPayload>
|
|
7719
|
+
}
|
|
7720
|
+
deleteMany: {
|
|
7721
|
+
args: Prisma.CreditRefundBatchDeleteManyArgs<ExtArgs>,
|
|
7722
|
+
result: Prisma.BatchPayload
|
|
7723
|
+
}
|
|
7724
|
+
updateMany: {
|
|
7725
|
+
args: Prisma.CreditRefundBatchUpdateManyArgs<ExtArgs>,
|
|
7726
|
+
result: Prisma.BatchPayload
|
|
7727
|
+
}
|
|
7728
|
+
upsert: {
|
|
7729
|
+
args: Prisma.CreditRefundBatchUpsertArgs<ExtArgs>,
|
|
7730
|
+
result: $Utils.PayloadToResult<Prisma.$CreditRefundBatchPayload>
|
|
7731
|
+
}
|
|
7732
|
+
aggregate: {
|
|
7733
|
+
args: Prisma.CreditRefundBatchAggregateArgs<ExtArgs>,
|
|
7734
|
+
result: $Utils.Optional<AggregateCreditRefundBatch>
|
|
7735
|
+
}
|
|
7736
|
+
groupBy: {
|
|
7737
|
+
args: Prisma.CreditRefundBatchGroupByArgs<ExtArgs>,
|
|
7738
|
+
result: $Utils.Optional<CreditRefundBatchGroupByOutputType>[]
|
|
7739
|
+
}
|
|
7740
|
+
count: {
|
|
7741
|
+
args: Prisma.CreditRefundBatchCountArgs<ExtArgs>,
|
|
7742
|
+
result: $Utils.Optional<CreditRefundBatchCountAggregateOutputType> | number
|
|
7743
|
+
}
|
|
7744
|
+
}
|
|
7745
|
+
}
|
|
7660
7746
|
}
|
|
7661
7747
|
} & {
|
|
7662
7748
|
other: {
|
|
@@ -7837,6 +7923,7 @@ export namespace Prisma {
|
|
|
7837
7923
|
affiliatePayoutBatches: number
|
|
7838
7924
|
contractsCreated: number
|
|
7839
7925
|
contractsEdited: number
|
|
7926
|
+
creatorLists: number
|
|
7840
7927
|
filesCreated: number
|
|
7841
7928
|
filesEdited: number
|
|
7842
7929
|
}
|
|
@@ -7862,6 +7949,7 @@ export namespace Prisma {
|
|
|
7862
7949
|
affiliatePayoutBatches?: boolean | UserCountOutputTypeCountAffiliatePayoutBatchesArgs
|
|
7863
7950
|
contractsCreated?: boolean | UserCountOutputTypeCountContractsCreatedArgs
|
|
7864
7951
|
contractsEdited?: boolean | UserCountOutputTypeCountContractsEditedArgs
|
|
7952
|
+
creatorLists?: boolean | UserCountOutputTypeCountCreatorListsArgs
|
|
7865
7953
|
filesCreated?: boolean | UserCountOutputTypeCountFilesCreatedArgs
|
|
7866
7954
|
filesEdited?: boolean | UserCountOutputTypeCountFilesEditedArgs
|
|
7867
7955
|
}
|
|
@@ -8017,6 +8105,13 @@ export namespace Prisma {
|
|
|
8017
8105
|
where?: BrandContractWhereInput
|
|
8018
8106
|
}
|
|
8019
8107
|
|
|
8108
|
+
/**
|
|
8109
|
+
* UserCountOutputType without action
|
|
8110
|
+
*/
|
|
8111
|
+
export type UserCountOutputTypeCountCreatorListsArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
|
|
8112
|
+
where?: CreatorListWhereInput
|
|
8113
|
+
}
|
|
8114
|
+
|
|
8020
8115
|
/**
|
|
8021
8116
|
* UserCountOutputType without action
|
|
8022
8117
|
*/
|
|
@@ -9261,11 +9356,13 @@ export namespace Prisma {
|
|
|
9261
9356
|
export type SocialProfileCountOutputType = {
|
|
9262
9357
|
creatorListItems: number
|
|
9263
9358
|
campaignInvites: number
|
|
9359
|
+
creditRefundBatches: number
|
|
9264
9360
|
}
|
|
9265
9361
|
|
|
9266
9362
|
export type SocialProfileCountOutputTypeSelect<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
|
|
9267
9363
|
creatorListItems?: boolean | SocialProfileCountOutputTypeCountCreatorListItemsArgs
|
|
9268
9364
|
campaignInvites?: boolean | SocialProfileCountOutputTypeCountCampaignInvitesArgs
|
|
9365
|
+
creditRefundBatches?: boolean | SocialProfileCountOutputTypeCountCreditRefundBatchesArgs
|
|
9269
9366
|
}
|
|
9270
9367
|
|
|
9271
9368
|
// Custom InputTypes
|
|
@@ -9293,6 +9390,13 @@ export namespace Prisma {
|
|
|
9293
9390
|
where?: CampaignInviteWhereInput
|
|
9294
9391
|
}
|
|
9295
9392
|
|
|
9393
|
+
/**
|
|
9394
|
+
* SocialProfileCountOutputType without action
|
|
9395
|
+
*/
|
|
9396
|
+
export type SocialProfileCountOutputTypeCountCreditRefundBatchesArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
|
|
9397
|
+
where?: CreditRefundBatchWhereInput
|
|
9398
|
+
}
|
|
9399
|
+
|
|
9296
9400
|
|
|
9297
9401
|
/**
|
|
9298
9402
|
* Count Type EmailTemplateCountOutputType
|
|
@@ -9547,6 +9651,37 @@ export namespace Prisma {
|
|
|
9547
9651
|
}
|
|
9548
9652
|
|
|
9549
9653
|
|
|
9654
|
+
/**
|
|
9655
|
+
* Count Type CreditRefundBatchCountOutputType
|
|
9656
|
+
*/
|
|
9657
|
+
|
|
9658
|
+
export type CreditRefundBatchCountOutputType = {
|
|
9659
|
+
profiles: number
|
|
9660
|
+
}
|
|
9661
|
+
|
|
9662
|
+
export type CreditRefundBatchCountOutputTypeSelect<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
|
|
9663
|
+
profiles?: boolean | CreditRefundBatchCountOutputTypeCountProfilesArgs
|
|
9664
|
+
}
|
|
9665
|
+
|
|
9666
|
+
// Custom InputTypes
|
|
9667
|
+
/**
|
|
9668
|
+
* CreditRefundBatchCountOutputType without action
|
|
9669
|
+
*/
|
|
9670
|
+
export type CreditRefundBatchCountOutputTypeDefaultArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
|
|
9671
|
+
/**
|
|
9672
|
+
* Select specific fields to fetch from the CreditRefundBatchCountOutputType
|
|
9673
|
+
*/
|
|
9674
|
+
select?: CreditRefundBatchCountOutputTypeSelect<ExtArgs> | null
|
|
9675
|
+
}
|
|
9676
|
+
|
|
9677
|
+
/**
|
|
9678
|
+
* CreditRefundBatchCountOutputType without action
|
|
9679
|
+
*/
|
|
9680
|
+
export type CreditRefundBatchCountOutputTypeCountProfilesArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
|
|
9681
|
+
where?: SocialProfileWhereInput
|
|
9682
|
+
}
|
|
9683
|
+
|
|
9684
|
+
|
|
9550
9685
|
/**
|
|
9551
9686
|
* Models
|
|
9552
9687
|
*/
|
|
@@ -9917,6 +10052,7 @@ export namespace Prisma {
|
|
|
9917
10052
|
affiliatePayoutBatches?: boolean | User$affiliatePayoutBatchesArgs<ExtArgs>
|
|
9918
10053
|
contractsCreated?: boolean | User$contractsCreatedArgs<ExtArgs>
|
|
9919
10054
|
contractsEdited?: boolean | User$contractsEditedArgs<ExtArgs>
|
|
10055
|
+
creatorLists?: boolean | User$creatorListsArgs<ExtArgs>
|
|
9920
10056
|
filesCreated?: boolean | User$filesCreatedArgs<ExtArgs>
|
|
9921
10057
|
filesEdited?: boolean | User$filesEditedArgs<ExtArgs>
|
|
9922
10058
|
_count?: boolean | UserCountOutputTypeDefaultArgs<ExtArgs>
|
|
@@ -10002,6 +10138,7 @@ export namespace Prisma {
|
|
|
10002
10138
|
affiliatePayoutBatches?: boolean | User$affiliatePayoutBatchesArgs<ExtArgs>
|
|
10003
10139
|
contractsCreated?: boolean | User$contractsCreatedArgs<ExtArgs>
|
|
10004
10140
|
contractsEdited?: boolean | User$contractsEditedArgs<ExtArgs>
|
|
10141
|
+
creatorLists?: boolean | User$creatorListsArgs<ExtArgs>
|
|
10005
10142
|
filesCreated?: boolean | User$filesCreatedArgs<ExtArgs>
|
|
10006
10143
|
filesEdited?: boolean | User$filesEditedArgs<ExtArgs>
|
|
10007
10144
|
_count?: boolean | UserCountOutputTypeDefaultArgs<ExtArgs>
|
|
@@ -10041,6 +10178,7 @@ export namespace Prisma {
|
|
|
10041
10178
|
affiliatePayoutBatches: Prisma.$AffiliatePayoutBatchPayload<ExtArgs>[]
|
|
10042
10179
|
contractsCreated: Prisma.$BrandContractPayload<ExtArgs>[]
|
|
10043
10180
|
contractsEdited: Prisma.$BrandContractPayload<ExtArgs>[]
|
|
10181
|
+
creatorLists: Prisma.$CreatorListPayload<ExtArgs>[]
|
|
10044
10182
|
filesCreated: Prisma.$FilePayload<ExtArgs>[]
|
|
10045
10183
|
filesEdited: Prisma.$FilePayload<ExtArgs>[]
|
|
10046
10184
|
}
|
|
@@ -10513,6 +10651,8 @@ export namespace Prisma {
|
|
|
10513
10651
|
|
|
10514
10652
|
contractsEdited<T extends User$contractsEditedArgs<ExtArgs> = {}>(args?: Subset<T, User$contractsEditedArgs<ExtArgs>>): Prisma.PrismaPromise<$Result.GetResult<Prisma.$BrandContractPayload<ExtArgs>, T, 'findMany'> | Null>;
|
|
10515
10653
|
|
|
10654
|
+
creatorLists<T extends User$creatorListsArgs<ExtArgs> = {}>(args?: Subset<T, User$creatorListsArgs<ExtArgs>>): Prisma.PrismaPromise<$Result.GetResult<Prisma.$CreatorListPayload<ExtArgs>, T, 'findMany'> | Null>;
|
|
10655
|
+
|
|
10516
10656
|
filesCreated<T extends User$filesCreatedArgs<ExtArgs> = {}>(args?: Subset<T, User$filesCreatedArgs<ExtArgs>>): Prisma.PrismaPromise<$Result.GetResult<Prisma.$FilePayload<ExtArgs>, T, 'findMany'> | Null>;
|
|
10517
10657
|
|
|
10518
10658
|
filesEdited<T extends User$filesEditedArgs<ExtArgs> = {}>(args?: Subset<T, User$filesEditedArgs<ExtArgs>>): Prisma.PrismaPromise<$Result.GetResult<Prisma.$FilePayload<ExtArgs>, T, 'findMany'> | Null>;
|
|
@@ -11404,6 +11544,26 @@ export namespace Prisma {
|
|
|
11404
11544
|
distinct?: BrandContractScalarFieldEnum | BrandContractScalarFieldEnum[]
|
|
11405
11545
|
}
|
|
11406
11546
|
|
|
11547
|
+
/**
|
|
11548
|
+
* User.creatorLists
|
|
11549
|
+
*/
|
|
11550
|
+
export type User$creatorListsArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
|
|
11551
|
+
/**
|
|
11552
|
+
* Select specific fields to fetch from the CreatorList
|
|
11553
|
+
*/
|
|
11554
|
+
select?: CreatorListSelect<ExtArgs> | null
|
|
11555
|
+
/**
|
|
11556
|
+
* Choose, which related nodes to fetch as well
|
|
11557
|
+
*/
|
|
11558
|
+
include?: CreatorListInclude<ExtArgs> | null
|
|
11559
|
+
where?: CreatorListWhereInput
|
|
11560
|
+
orderBy?: CreatorListOrderByWithRelationAndSearchRelevanceInput | CreatorListOrderByWithRelationAndSearchRelevanceInput[]
|
|
11561
|
+
cursor?: CreatorListWhereUniqueInput
|
|
11562
|
+
take?: number
|
|
11563
|
+
skip?: number
|
|
11564
|
+
distinct?: CreatorListScalarFieldEnum | CreatorListScalarFieldEnum[]
|
|
11565
|
+
}
|
|
11566
|
+
|
|
11407
11567
|
/**
|
|
11408
11568
|
* User.filesCreated
|
|
11409
11569
|
*/
|
|
@@ -70166,12 +70326,14 @@ export namespace Prisma {
|
|
|
70166
70326
|
id: number | null
|
|
70167
70327
|
brandId: number | null
|
|
70168
70328
|
campaignId: number | null
|
|
70329
|
+
createdByUserId: number | null
|
|
70169
70330
|
}
|
|
70170
70331
|
|
|
70171
70332
|
export type CreatorListSumAggregateOutputType = {
|
|
70172
70333
|
id: number | null
|
|
70173
70334
|
brandId: number | null
|
|
70174
70335
|
campaignId: number | null
|
|
70336
|
+
createdByUserId: number | null
|
|
70175
70337
|
}
|
|
70176
70338
|
|
|
70177
70339
|
export type CreatorListMinAggregateOutputType = {
|
|
@@ -70181,6 +70343,7 @@ export namespace Prisma {
|
|
|
70181
70343
|
created: Date | null
|
|
70182
70344
|
archived: Date | null
|
|
70183
70345
|
title: string | null
|
|
70346
|
+
createdByUserId: number | null
|
|
70184
70347
|
}
|
|
70185
70348
|
|
|
70186
70349
|
export type CreatorListMaxAggregateOutputType = {
|
|
@@ -70190,6 +70353,7 @@ export namespace Prisma {
|
|
|
70190
70353
|
created: Date | null
|
|
70191
70354
|
archived: Date | null
|
|
70192
70355
|
title: string | null
|
|
70356
|
+
createdByUserId: number | null
|
|
70193
70357
|
}
|
|
70194
70358
|
|
|
70195
70359
|
export type CreatorListCountAggregateOutputType = {
|
|
@@ -70200,6 +70364,7 @@ export namespace Prisma {
|
|
|
70200
70364
|
archived: number
|
|
70201
70365
|
title: number
|
|
70202
70366
|
metaData: number
|
|
70367
|
+
createdByUserId: number
|
|
70203
70368
|
_all: number
|
|
70204
70369
|
}
|
|
70205
70370
|
|
|
@@ -70208,12 +70373,14 @@ export namespace Prisma {
|
|
|
70208
70373
|
id?: true
|
|
70209
70374
|
brandId?: true
|
|
70210
70375
|
campaignId?: true
|
|
70376
|
+
createdByUserId?: true
|
|
70211
70377
|
}
|
|
70212
70378
|
|
|
70213
70379
|
export type CreatorListSumAggregateInputType = {
|
|
70214
70380
|
id?: true
|
|
70215
70381
|
brandId?: true
|
|
70216
70382
|
campaignId?: true
|
|
70383
|
+
createdByUserId?: true
|
|
70217
70384
|
}
|
|
70218
70385
|
|
|
70219
70386
|
export type CreatorListMinAggregateInputType = {
|
|
@@ -70223,6 +70390,7 @@ export namespace Prisma {
|
|
|
70223
70390
|
created?: true
|
|
70224
70391
|
archived?: true
|
|
70225
70392
|
title?: true
|
|
70393
|
+
createdByUserId?: true
|
|
70226
70394
|
}
|
|
70227
70395
|
|
|
70228
70396
|
export type CreatorListMaxAggregateInputType = {
|
|
@@ -70232,6 +70400,7 @@ export namespace Prisma {
|
|
|
70232
70400
|
created?: true
|
|
70233
70401
|
archived?: true
|
|
70234
70402
|
title?: true
|
|
70403
|
+
createdByUserId?: true
|
|
70235
70404
|
}
|
|
70236
70405
|
|
|
70237
70406
|
export type CreatorListCountAggregateInputType = {
|
|
@@ -70242,6 +70411,7 @@ export namespace Prisma {
|
|
|
70242
70411
|
archived?: true
|
|
70243
70412
|
title?: true
|
|
70244
70413
|
metaData?: true
|
|
70414
|
+
createdByUserId?: true
|
|
70245
70415
|
_all?: true
|
|
70246
70416
|
}
|
|
70247
70417
|
|
|
@@ -70339,6 +70509,7 @@ export namespace Prisma {
|
|
|
70339
70509
|
archived: Date | null
|
|
70340
70510
|
title: string
|
|
70341
70511
|
metaData: JsonValue | null
|
|
70512
|
+
createdByUserId: number | null
|
|
70342
70513
|
_count: CreatorListCountAggregateOutputType | null
|
|
70343
70514
|
_avg: CreatorListAvgAggregateOutputType | null
|
|
70344
70515
|
_sum: CreatorListSumAggregateOutputType | null
|
|
@@ -70368,9 +70539,11 @@ export namespace Prisma {
|
|
|
70368
70539
|
archived?: boolean
|
|
70369
70540
|
title?: boolean
|
|
70370
70541
|
metaData?: boolean
|
|
70542
|
+
createdByUserId?: boolean
|
|
70371
70543
|
creators?: boolean | CreatorList$creatorsArgs<ExtArgs>
|
|
70372
70544
|
brand?: boolean | BrandDefaultArgs<ExtArgs>
|
|
70373
70545
|
campaign?: boolean | CreatorList$campaignArgs<ExtArgs>
|
|
70546
|
+
createdByUser?: boolean | CreatorList$createdByUserArgs<ExtArgs>
|
|
70374
70547
|
sequences?: boolean | CreatorList$sequencesArgs<ExtArgs>
|
|
70375
70548
|
_count?: boolean | CreatorListCountOutputTypeDefaultArgs<ExtArgs>
|
|
70376
70549
|
}, ExtArgs["result"]["creatorList"]>
|
|
@@ -70383,8 +70556,10 @@ export namespace Prisma {
|
|
|
70383
70556
|
archived?: boolean
|
|
70384
70557
|
title?: boolean
|
|
70385
70558
|
metaData?: boolean
|
|
70559
|
+
createdByUserId?: boolean
|
|
70386
70560
|
brand?: boolean | BrandDefaultArgs<ExtArgs>
|
|
70387
70561
|
campaign?: boolean | CreatorList$campaignArgs<ExtArgs>
|
|
70562
|
+
createdByUser?: boolean | CreatorList$createdByUserArgs<ExtArgs>
|
|
70388
70563
|
}, ExtArgs["result"]["creatorList"]>
|
|
70389
70564
|
|
|
70390
70565
|
export type CreatorListSelectScalar = {
|
|
@@ -70395,18 +70570,21 @@ export namespace Prisma {
|
|
|
70395
70570
|
archived?: boolean
|
|
70396
70571
|
title?: boolean
|
|
70397
70572
|
metaData?: boolean
|
|
70573
|
+
createdByUserId?: boolean
|
|
70398
70574
|
}
|
|
70399
70575
|
|
|
70400
70576
|
export type CreatorListInclude<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
|
|
70401
70577
|
creators?: boolean | CreatorList$creatorsArgs<ExtArgs>
|
|
70402
70578
|
brand?: boolean | BrandDefaultArgs<ExtArgs>
|
|
70403
70579
|
campaign?: boolean | CreatorList$campaignArgs<ExtArgs>
|
|
70580
|
+
createdByUser?: boolean | CreatorList$createdByUserArgs<ExtArgs>
|
|
70404
70581
|
sequences?: boolean | CreatorList$sequencesArgs<ExtArgs>
|
|
70405
70582
|
_count?: boolean | CreatorListCountOutputTypeDefaultArgs<ExtArgs>
|
|
70406
70583
|
}
|
|
70407
70584
|
export type CreatorListIncludeCreateManyAndReturn<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
|
|
70408
70585
|
brand?: boolean | BrandDefaultArgs<ExtArgs>
|
|
70409
70586
|
campaign?: boolean | CreatorList$campaignArgs<ExtArgs>
|
|
70587
|
+
createdByUser?: boolean | CreatorList$createdByUserArgs<ExtArgs>
|
|
70410
70588
|
}
|
|
70411
70589
|
|
|
70412
70590
|
export type $CreatorListPayload<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
|
|
@@ -70415,6 +70593,7 @@ export namespace Prisma {
|
|
|
70415
70593
|
creators: Prisma.$CreatorListItemPayload<ExtArgs>[]
|
|
70416
70594
|
brand: Prisma.$BrandPayload<ExtArgs>
|
|
70417
70595
|
campaign: Prisma.$CampaignPayload<ExtArgs> | null
|
|
70596
|
+
createdByUser: Prisma.$UserPayload<ExtArgs> | null
|
|
70418
70597
|
sequences: Prisma.$SequencePayload<ExtArgs>[]
|
|
70419
70598
|
}
|
|
70420
70599
|
scalars: $Extensions.GetPayloadResult<{
|
|
@@ -70425,6 +70604,7 @@ export namespace Prisma {
|
|
|
70425
70604
|
archived: Date | null
|
|
70426
70605
|
title: string
|
|
70427
70606
|
metaData: Prisma.JsonValue | null
|
|
70607
|
+
createdByUserId: number | null
|
|
70428
70608
|
}, ExtArgs["result"]["creatorList"]>
|
|
70429
70609
|
composites: {}
|
|
70430
70610
|
}
|
|
@@ -70821,6 +71001,8 @@ export namespace Prisma {
|
|
|
70821
71001
|
|
|
70822
71002
|
campaign<T extends CreatorList$campaignArgs<ExtArgs> = {}>(args?: Subset<T, CreatorList$campaignArgs<ExtArgs>>): Prisma__CampaignClient<$Result.GetResult<Prisma.$CampaignPayload<ExtArgs>, T, 'findUniqueOrThrow'> | null, null, ExtArgs>;
|
|
70823
71003
|
|
|
71004
|
+
createdByUser<T extends CreatorList$createdByUserArgs<ExtArgs> = {}>(args?: Subset<T, CreatorList$createdByUserArgs<ExtArgs>>): Prisma__UserClient<$Result.GetResult<Prisma.$UserPayload<ExtArgs>, T, 'findUniqueOrThrow'> | null, null, ExtArgs>;
|
|
71005
|
+
|
|
70824
71006
|
sequences<T extends CreatorList$sequencesArgs<ExtArgs> = {}>(args?: Subset<T, CreatorList$sequencesArgs<ExtArgs>>): Prisma.PrismaPromise<$Result.GetResult<Prisma.$SequencePayload<ExtArgs>, T, 'findMany'> | Null>;
|
|
70825
71007
|
|
|
70826
71008
|
/**
|
|
@@ -70858,6 +71040,7 @@ export namespace Prisma {
|
|
|
70858
71040
|
readonly archived: FieldRef<"CreatorList", 'DateTime'>
|
|
70859
71041
|
readonly title: FieldRef<"CreatorList", 'String'>
|
|
70860
71042
|
readonly metaData: FieldRef<"CreatorList", 'Json'>
|
|
71043
|
+
readonly createdByUserId: FieldRef<"CreatorList", 'Int'>
|
|
70861
71044
|
}
|
|
70862
71045
|
|
|
70863
71046
|
|
|
@@ -71210,6 +71393,21 @@ export namespace Prisma {
|
|
|
71210
71393
|
where?: CampaignWhereInput
|
|
71211
71394
|
}
|
|
71212
71395
|
|
|
71396
|
+
/**
|
|
71397
|
+
* CreatorList.createdByUser
|
|
71398
|
+
*/
|
|
71399
|
+
export type CreatorList$createdByUserArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
|
|
71400
|
+
/**
|
|
71401
|
+
* Select specific fields to fetch from the User
|
|
71402
|
+
*/
|
|
71403
|
+
select?: UserSelect<ExtArgs> | null
|
|
71404
|
+
/**
|
|
71405
|
+
* Choose, which related nodes to fetch as well
|
|
71406
|
+
*/
|
|
71407
|
+
include?: UserInclude<ExtArgs> | null
|
|
71408
|
+
where?: UserWhereInput
|
|
71409
|
+
}
|
|
71410
|
+
|
|
71213
71411
|
/**
|
|
71214
71412
|
* CreatorList.sequences
|
|
71215
71413
|
*/
|
|
@@ -72694,6 +72892,7 @@ export namespace Prisma {
|
|
|
72694
72892
|
creatorListItems?: boolean | SocialProfile$creatorListItemsArgs<ExtArgs>
|
|
72695
72893
|
campaignInvites?: boolean | SocialProfile$campaignInvitesArgs<ExtArgs>
|
|
72696
72894
|
user?: boolean | SocialProfile$userArgs<ExtArgs>
|
|
72895
|
+
creditRefundBatches?: boolean | SocialProfile$creditRefundBatchesArgs<ExtArgs>
|
|
72697
72896
|
_count?: boolean | SocialProfileCountOutputTypeDefaultArgs<ExtArgs>
|
|
72698
72897
|
}, ExtArgs["result"]["socialProfile"]>
|
|
72699
72898
|
|
|
@@ -72744,6 +72943,7 @@ export namespace Prisma {
|
|
|
72744
72943
|
creatorListItems?: boolean | SocialProfile$creatorListItemsArgs<ExtArgs>
|
|
72745
72944
|
campaignInvites?: boolean | SocialProfile$campaignInvitesArgs<ExtArgs>
|
|
72746
72945
|
user?: boolean | SocialProfile$userArgs<ExtArgs>
|
|
72946
|
+
creditRefundBatches?: boolean | SocialProfile$creditRefundBatchesArgs<ExtArgs>
|
|
72747
72947
|
_count?: boolean | SocialProfileCountOutputTypeDefaultArgs<ExtArgs>
|
|
72748
72948
|
}
|
|
72749
72949
|
export type SocialProfileIncludeCreateManyAndReturn<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
|
|
@@ -72756,6 +72956,7 @@ export namespace Prisma {
|
|
|
72756
72956
|
creatorListItems: Prisma.$CreatorListItemPayload<ExtArgs>[]
|
|
72757
72957
|
campaignInvites: Prisma.$CampaignInvitePayload<ExtArgs>[]
|
|
72758
72958
|
user: Prisma.$UserPayload<ExtArgs> | null
|
|
72959
|
+
creditRefundBatches: Prisma.$CreditRefundBatchPayload<ExtArgs>[]
|
|
72759
72960
|
}
|
|
72760
72961
|
scalars: $Extensions.GetPayloadResult<{
|
|
72761
72962
|
id: number
|
|
@@ -73172,6 +73373,8 @@ export namespace Prisma {
|
|
|
73172
73373
|
|
|
73173
73374
|
user<T extends SocialProfile$userArgs<ExtArgs> = {}>(args?: Subset<T, SocialProfile$userArgs<ExtArgs>>): Prisma__UserClient<$Result.GetResult<Prisma.$UserPayload<ExtArgs>, T, 'findUniqueOrThrow'> | null, null, ExtArgs>;
|
|
73174
73375
|
|
|
73376
|
+
creditRefundBatches<T extends SocialProfile$creditRefundBatchesArgs<ExtArgs> = {}>(args?: Subset<T, SocialProfile$creditRefundBatchesArgs<ExtArgs>>): Prisma.PrismaPromise<$Result.GetResult<Prisma.$CreditRefundBatchPayload<ExtArgs>, T, 'findMany'> | Null>;
|
|
73377
|
+
|
|
73175
73378
|
/**
|
|
73176
73379
|
* Attaches callbacks for the resolution and/or rejection of the Promise.
|
|
73177
73380
|
* @param onfulfilled The callback to execute when the Promise is resolved.
|
|
@@ -73590,6 +73793,26 @@ export namespace Prisma {
|
|
|
73590
73793
|
where?: UserWhereInput
|
|
73591
73794
|
}
|
|
73592
73795
|
|
|
73796
|
+
/**
|
|
73797
|
+
* SocialProfile.creditRefundBatches
|
|
73798
|
+
*/
|
|
73799
|
+
export type SocialProfile$creditRefundBatchesArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
|
|
73800
|
+
/**
|
|
73801
|
+
* Select specific fields to fetch from the CreditRefundBatch
|
|
73802
|
+
*/
|
|
73803
|
+
select?: CreditRefundBatchSelect<ExtArgs> | null
|
|
73804
|
+
/**
|
|
73805
|
+
* Choose, which related nodes to fetch as well
|
|
73806
|
+
*/
|
|
73807
|
+
include?: CreditRefundBatchInclude<ExtArgs> | null
|
|
73808
|
+
where?: CreditRefundBatchWhereInput
|
|
73809
|
+
orderBy?: CreditRefundBatchOrderByWithRelationAndSearchRelevanceInput | CreditRefundBatchOrderByWithRelationAndSearchRelevanceInput[]
|
|
73810
|
+
cursor?: CreditRefundBatchWhereUniqueInput
|
|
73811
|
+
take?: number
|
|
73812
|
+
skip?: number
|
|
73813
|
+
distinct?: CreditRefundBatchScalarFieldEnum | CreditRefundBatchScalarFieldEnum[]
|
|
73814
|
+
}
|
|
73815
|
+
|
|
73593
73816
|
/**
|
|
73594
73817
|
* SocialProfile without action
|
|
73595
73818
|
*/
|
|
@@ -98821,6 +99044,990 @@ export namespace Prisma {
|
|
|
98821
99044
|
}
|
|
98822
99045
|
|
|
98823
99046
|
|
|
99047
|
+
/**
|
|
99048
|
+
* Model CreditRefundBatch
|
|
99049
|
+
*/
|
|
99050
|
+
|
|
99051
|
+
export type AggregateCreditRefundBatch = {
|
|
99052
|
+
_count: CreditRefundBatchCountAggregateOutputType | null
|
|
99053
|
+
_avg: CreditRefundBatchAvgAggregateOutputType | null
|
|
99054
|
+
_sum: CreditRefundBatchSumAggregateOutputType | null
|
|
99055
|
+
_min: CreditRefundBatchMinAggregateOutputType | null
|
|
99056
|
+
_max: CreditRefundBatchMaxAggregateOutputType | null
|
|
99057
|
+
}
|
|
99058
|
+
|
|
99059
|
+
export type CreditRefundBatchAvgAggregateOutputType = {
|
|
99060
|
+
id: number | null
|
|
99061
|
+
}
|
|
99062
|
+
|
|
99063
|
+
export type CreditRefundBatchSumAggregateOutputType = {
|
|
99064
|
+
id: number | null
|
|
99065
|
+
}
|
|
99066
|
+
|
|
99067
|
+
export type CreditRefundBatchMinAggregateOutputType = {
|
|
99068
|
+
id: number | null
|
|
99069
|
+
createdAt: Date | null
|
|
99070
|
+
closedAt: Date | null
|
|
99071
|
+
}
|
|
99072
|
+
|
|
99073
|
+
export type CreditRefundBatchMaxAggregateOutputType = {
|
|
99074
|
+
id: number | null
|
|
99075
|
+
createdAt: Date | null
|
|
99076
|
+
closedAt: Date | null
|
|
99077
|
+
}
|
|
99078
|
+
|
|
99079
|
+
export type CreditRefundBatchCountAggregateOutputType = {
|
|
99080
|
+
id: number
|
|
99081
|
+
createdAt: number
|
|
99082
|
+
closedAt: number
|
|
99083
|
+
_all: number
|
|
99084
|
+
}
|
|
99085
|
+
|
|
99086
|
+
|
|
99087
|
+
export type CreditRefundBatchAvgAggregateInputType = {
|
|
99088
|
+
id?: true
|
|
99089
|
+
}
|
|
99090
|
+
|
|
99091
|
+
export type CreditRefundBatchSumAggregateInputType = {
|
|
99092
|
+
id?: true
|
|
99093
|
+
}
|
|
99094
|
+
|
|
99095
|
+
export type CreditRefundBatchMinAggregateInputType = {
|
|
99096
|
+
id?: true
|
|
99097
|
+
createdAt?: true
|
|
99098
|
+
closedAt?: true
|
|
99099
|
+
}
|
|
99100
|
+
|
|
99101
|
+
export type CreditRefundBatchMaxAggregateInputType = {
|
|
99102
|
+
id?: true
|
|
99103
|
+
createdAt?: true
|
|
99104
|
+
closedAt?: true
|
|
99105
|
+
}
|
|
99106
|
+
|
|
99107
|
+
export type CreditRefundBatchCountAggregateInputType = {
|
|
99108
|
+
id?: true
|
|
99109
|
+
createdAt?: true
|
|
99110
|
+
closedAt?: true
|
|
99111
|
+
_all?: true
|
|
99112
|
+
}
|
|
99113
|
+
|
|
99114
|
+
export type CreditRefundBatchAggregateArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
|
|
99115
|
+
/**
|
|
99116
|
+
* Filter which CreditRefundBatch to aggregate.
|
|
99117
|
+
*/
|
|
99118
|
+
where?: CreditRefundBatchWhereInput
|
|
99119
|
+
/**
|
|
99120
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/sorting Sorting Docs}
|
|
99121
|
+
*
|
|
99122
|
+
* Determine the order of CreditRefundBatches to fetch.
|
|
99123
|
+
*/
|
|
99124
|
+
orderBy?: CreditRefundBatchOrderByWithRelationAndSearchRelevanceInput | CreditRefundBatchOrderByWithRelationAndSearchRelevanceInput[]
|
|
99125
|
+
/**
|
|
99126
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination#cursor-based-pagination Cursor Docs}
|
|
99127
|
+
*
|
|
99128
|
+
* Sets the start position
|
|
99129
|
+
*/
|
|
99130
|
+
cursor?: CreditRefundBatchWhereUniqueInput
|
|
99131
|
+
/**
|
|
99132
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
|
|
99133
|
+
*
|
|
99134
|
+
* Take `±n` CreditRefundBatches from the position of the cursor.
|
|
99135
|
+
*/
|
|
99136
|
+
take?: number
|
|
99137
|
+
/**
|
|
99138
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
|
|
99139
|
+
*
|
|
99140
|
+
* Skip the first `n` CreditRefundBatches.
|
|
99141
|
+
*/
|
|
99142
|
+
skip?: number
|
|
99143
|
+
/**
|
|
99144
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/aggregations Aggregation Docs}
|
|
99145
|
+
*
|
|
99146
|
+
* Count returned CreditRefundBatches
|
|
99147
|
+
**/
|
|
99148
|
+
_count?: true | CreditRefundBatchCountAggregateInputType
|
|
99149
|
+
/**
|
|
99150
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/aggregations Aggregation Docs}
|
|
99151
|
+
*
|
|
99152
|
+
* Select which fields to average
|
|
99153
|
+
**/
|
|
99154
|
+
_avg?: CreditRefundBatchAvgAggregateInputType
|
|
99155
|
+
/**
|
|
99156
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/aggregations Aggregation Docs}
|
|
99157
|
+
*
|
|
99158
|
+
* Select which fields to sum
|
|
99159
|
+
**/
|
|
99160
|
+
_sum?: CreditRefundBatchSumAggregateInputType
|
|
99161
|
+
/**
|
|
99162
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/aggregations Aggregation Docs}
|
|
99163
|
+
*
|
|
99164
|
+
* Select which fields to find the minimum value
|
|
99165
|
+
**/
|
|
99166
|
+
_min?: CreditRefundBatchMinAggregateInputType
|
|
99167
|
+
/**
|
|
99168
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/aggregations Aggregation Docs}
|
|
99169
|
+
*
|
|
99170
|
+
* Select which fields to find the maximum value
|
|
99171
|
+
**/
|
|
99172
|
+
_max?: CreditRefundBatchMaxAggregateInputType
|
|
99173
|
+
}
|
|
99174
|
+
|
|
99175
|
+
export type GetCreditRefundBatchAggregateType<T extends CreditRefundBatchAggregateArgs> = {
|
|
99176
|
+
[P in keyof T & keyof AggregateCreditRefundBatch]: P extends '_count' | 'count'
|
|
99177
|
+
? T[P] extends true
|
|
99178
|
+
? number
|
|
99179
|
+
: GetScalarType<T[P], AggregateCreditRefundBatch[P]>
|
|
99180
|
+
: GetScalarType<T[P], AggregateCreditRefundBatch[P]>
|
|
99181
|
+
}
|
|
99182
|
+
|
|
99183
|
+
|
|
99184
|
+
|
|
99185
|
+
|
|
99186
|
+
export type CreditRefundBatchGroupByArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
|
|
99187
|
+
where?: CreditRefundBatchWhereInput
|
|
99188
|
+
orderBy?: CreditRefundBatchOrderByWithAggregationInput | CreditRefundBatchOrderByWithAggregationInput[]
|
|
99189
|
+
by: CreditRefundBatchScalarFieldEnum[] | CreditRefundBatchScalarFieldEnum
|
|
99190
|
+
having?: CreditRefundBatchScalarWhereWithAggregatesInput
|
|
99191
|
+
take?: number
|
|
99192
|
+
skip?: number
|
|
99193
|
+
_count?: CreditRefundBatchCountAggregateInputType | true
|
|
99194
|
+
_avg?: CreditRefundBatchAvgAggregateInputType
|
|
99195
|
+
_sum?: CreditRefundBatchSumAggregateInputType
|
|
99196
|
+
_min?: CreditRefundBatchMinAggregateInputType
|
|
99197
|
+
_max?: CreditRefundBatchMaxAggregateInputType
|
|
99198
|
+
}
|
|
99199
|
+
|
|
99200
|
+
export type CreditRefundBatchGroupByOutputType = {
|
|
99201
|
+
id: number
|
|
99202
|
+
createdAt: Date
|
|
99203
|
+
closedAt: Date | null
|
|
99204
|
+
_count: CreditRefundBatchCountAggregateOutputType | null
|
|
99205
|
+
_avg: CreditRefundBatchAvgAggregateOutputType | null
|
|
99206
|
+
_sum: CreditRefundBatchSumAggregateOutputType | null
|
|
99207
|
+
_min: CreditRefundBatchMinAggregateOutputType | null
|
|
99208
|
+
_max: CreditRefundBatchMaxAggregateOutputType | null
|
|
99209
|
+
}
|
|
99210
|
+
|
|
99211
|
+
type GetCreditRefundBatchGroupByPayload<T extends CreditRefundBatchGroupByArgs> = Prisma.PrismaPromise<
|
|
99212
|
+
Array<
|
|
99213
|
+
PickEnumerable<CreditRefundBatchGroupByOutputType, T['by']> &
|
|
99214
|
+
{
|
|
99215
|
+
[P in ((keyof T) & (keyof CreditRefundBatchGroupByOutputType))]: P extends '_count'
|
|
99216
|
+
? T[P] extends boolean
|
|
99217
|
+
? number
|
|
99218
|
+
: GetScalarType<T[P], CreditRefundBatchGroupByOutputType[P]>
|
|
99219
|
+
: GetScalarType<T[P], CreditRefundBatchGroupByOutputType[P]>
|
|
99220
|
+
}
|
|
99221
|
+
>
|
|
99222
|
+
>
|
|
99223
|
+
|
|
99224
|
+
|
|
99225
|
+
export type CreditRefundBatchSelect<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = $Extensions.GetSelect<{
|
|
99226
|
+
id?: boolean
|
|
99227
|
+
createdAt?: boolean
|
|
99228
|
+
closedAt?: boolean
|
|
99229
|
+
profiles?: boolean | CreditRefundBatch$profilesArgs<ExtArgs>
|
|
99230
|
+
_count?: boolean | CreditRefundBatchCountOutputTypeDefaultArgs<ExtArgs>
|
|
99231
|
+
}, ExtArgs["result"]["creditRefundBatch"]>
|
|
99232
|
+
|
|
99233
|
+
export type CreditRefundBatchSelectCreateManyAndReturn<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = $Extensions.GetSelect<{
|
|
99234
|
+
id?: boolean
|
|
99235
|
+
createdAt?: boolean
|
|
99236
|
+
closedAt?: boolean
|
|
99237
|
+
}, ExtArgs["result"]["creditRefundBatch"]>
|
|
99238
|
+
|
|
99239
|
+
export type CreditRefundBatchSelectScalar = {
|
|
99240
|
+
id?: boolean
|
|
99241
|
+
createdAt?: boolean
|
|
99242
|
+
closedAt?: boolean
|
|
99243
|
+
}
|
|
99244
|
+
|
|
99245
|
+
export type CreditRefundBatchInclude<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
|
|
99246
|
+
profiles?: boolean | CreditRefundBatch$profilesArgs<ExtArgs>
|
|
99247
|
+
_count?: boolean | CreditRefundBatchCountOutputTypeDefaultArgs<ExtArgs>
|
|
99248
|
+
}
|
|
99249
|
+
export type CreditRefundBatchIncludeCreateManyAndReturn<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {}
|
|
99250
|
+
|
|
99251
|
+
export type $CreditRefundBatchPayload<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
|
|
99252
|
+
name: "CreditRefundBatch"
|
|
99253
|
+
objects: {
|
|
99254
|
+
profiles: Prisma.$SocialProfilePayload<ExtArgs>[]
|
|
99255
|
+
}
|
|
99256
|
+
scalars: $Extensions.GetPayloadResult<{
|
|
99257
|
+
id: number
|
|
99258
|
+
createdAt: Date
|
|
99259
|
+
closedAt: Date | null
|
|
99260
|
+
}, ExtArgs["result"]["creditRefundBatch"]>
|
|
99261
|
+
composites: {}
|
|
99262
|
+
}
|
|
99263
|
+
|
|
99264
|
+
type CreditRefundBatchGetPayload<S extends boolean | null | undefined | CreditRefundBatchDefaultArgs> = $Result.GetResult<Prisma.$CreditRefundBatchPayload, S>
|
|
99265
|
+
|
|
99266
|
+
type CreditRefundBatchCountArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> =
|
|
99267
|
+
Omit<CreditRefundBatchFindManyArgs, 'select' | 'include' | 'distinct'> & {
|
|
99268
|
+
select?: CreditRefundBatchCountAggregateInputType | true
|
|
99269
|
+
}
|
|
99270
|
+
|
|
99271
|
+
export interface CreditRefundBatchDelegate<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> {
|
|
99272
|
+
[K: symbol]: { types: Prisma.TypeMap<ExtArgs>['model']['CreditRefundBatch'], meta: { name: 'CreditRefundBatch' } }
|
|
99273
|
+
/**
|
|
99274
|
+
* Find zero or one CreditRefundBatch that matches the filter.
|
|
99275
|
+
* @param {CreditRefundBatchFindUniqueArgs} args - Arguments to find a CreditRefundBatch
|
|
99276
|
+
* @example
|
|
99277
|
+
* // Get one CreditRefundBatch
|
|
99278
|
+
* const creditRefundBatch = await prisma.creditRefundBatch.findUnique({
|
|
99279
|
+
* where: {
|
|
99280
|
+
* // ... provide filter here
|
|
99281
|
+
* }
|
|
99282
|
+
* })
|
|
99283
|
+
**/
|
|
99284
|
+
findUnique<T extends CreditRefundBatchFindUniqueArgs<ExtArgs>>(
|
|
99285
|
+
args: SelectSubset<T, CreditRefundBatchFindUniqueArgs<ExtArgs>>
|
|
99286
|
+
): Prisma__CreditRefundBatchClient<$Result.GetResult<Prisma.$CreditRefundBatchPayload<ExtArgs>, T, 'findUnique'> | null, null, ExtArgs>
|
|
99287
|
+
|
|
99288
|
+
/**
|
|
99289
|
+
* Find one CreditRefundBatch that matches the filter or throw an error with `error.code='P2025'`
|
|
99290
|
+
* if no matches were found.
|
|
99291
|
+
* @param {CreditRefundBatchFindUniqueOrThrowArgs} args - Arguments to find a CreditRefundBatch
|
|
99292
|
+
* @example
|
|
99293
|
+
* // Get one CreditRefundBatch
|
|
99294
|
+
* const creditRefundBatch = await prisma.creditRefundBatch.findUniqueOrThrow({
|
|
99295
|
+
* where: {
|
|
99296
|
+
* // ... provide filter here
|
|
99297
|
+
* }
|
|
99298
|
+
* })
|
|
99299
|
+
**/
|
|
99300
|
+
findUniqueOrThrow<T extends CreditRefundBatchFindUniqueOrThrowArgs<ExtArgs>>(
|
|
99301
|
+
args?: SelectSubset<T, CreditRefundBatchFindUniqueOrThrowArgs<ExtArgs>>
|
|
99302
|
+
): Prisma__CreditRefundBatchClient<$Result.GetResult<Prisma.$CreditRefundBatchPayload<ExtArgs>, T, 'findUniqueOrThrow'>, never, ExtArgs>
|
|
99303
|
+
|
|
99304
|
+
/**
|
|
99305
|
+
* Find the first CreditRefundBatch that matches the filter.
|
|
99306
|
+
* Note, that providing `undefined` is treated as the value not being there.
|
|
99307
|
+
* Read more here: https://pris.ly/d/null-undefined
|
|
99308
|
+
* @param {CreditRefundBatchFindFirstArgs} args - Arguments to find a CreditRefundBatch
|
|
99309
|
+
* @example
|
|
99310
|
+
* // Get one CreditRefundBatch
|
|
99311
|
+
* const creditRefundBatch = await prisma.creditRefundBatch.findFirst({
|
|
99312
|
+
* where: {
|
|
99313
|
+
* // ... provide filter here
|
|
99314
|
+
* }
|
|
99315
|
+
* })
|
|
99316
|
+
**/
|
|
99317
|
+
findFirst<T extends CreditRefundBatchFindFirstArgs<ExtArgs>>(
|
|
99318
|
+
args?: SelectSubset<T, CreditRefundBatchFindFirstArgs<ExtArgs>>
|
|
99319
|
+
): Prisma__CreditRefundBatchClient<$Result.GetResult<Prisma.$CreditRefundBatchPayload<ExtArgs>, T, 'findFirst'> | null, null, ExtArgs>
|
|
99320
|
+
|
|
99321
|
+
/**
|
|
99322
|
+
* Find the first CreditRefundBatch that matches the filter or
|
|
99323
|
+
* throw `PrismaKnownClientError` with `P2025` code if no matches were found.
|
|
99324
|
+
* Note, that providing `undefined` is treated as the value not being there.
|
|
99325
|
+
* Read more here: https://pris.ly/d/null-undefined
|
|
99326
|
+
* @param {CreditRefundBatchFindFirstOrThrowArgs} args - Arguments to find a CreditRefundBatch
|
|
99327
|
+
* @example
|
|
99328
|
+
* // Get one CreditRefundBatch
|
|
99329
|
+
* const creditRefundBatch = await prisma.creditRefundBatch.findFirstOrThrow({
|
|
99330
|
+
* where: {
|
|
99331
|
+
* // ... provide filter here
|
|
99332
|
+
* }
|
|
99333
|
+
* })
|
|
99334
|
+
**/
|
|
99335
|
+
findFirstOrThrow<T extends CreditRefundBatchFindFirstOrThrowArgs<ExtArgs>>(
|
|
99336
|
+
args?: SelectSubset<T, CreditRefundBatchFindFirstOrThrowArgs<ExtArgs>>
|
|
99337
|
+
): Prisma__CreditRefundBatchClient<$Result.GetResult<Prisma.$CreditRefundBatchPayload<ExtArgs>, T, 'findFirstOrThrow'>, never, ExtArgs>
|
|
99338
|
+
|
|
99339
|
+
/**
|
|
99340
|
+
* Find zero or more CreditRefundBatches that matches the filter.
|
|
99341
|
+
* Note, that providing `undefined` is treated as the value not being there.
|
|
99342
|
+
* Read more here: https://pris.ly/d/null-undefined
|
|
99343
|
+
* @param {CreditRefundBatchFindManyArgs} args - Arguments to filter and select certain fields only.
|
|
99344
|
+
* @example
|
|
99345
|
+
* // Get all CreditRefundBatches
|
|
99346
|
+
* const creditRefundBatches = await prisma.creditRefundBatch.findMany()
|
|
99347
|
+
*
|
|
99348
|
+
* // Get first 10 CreditRefundBatches
|
|
99349
|
+
* const creditRefundBatches = await prisma.creditRefundBatch.findMany({ take: 10 })
|
|
99350
|
+
*
|
|
99351
|
+
* // Only select the `id`
|
|
99352
|
+
* const creditRefundBatchWithIdOnly = await prisma.creditRefundBatch.findMany({ select: { id: true } })
|
|
99353
|
+
*
|
|
99354
|
+
**/
|
|
99355
|
+
findMany<T extends CreditRefundBatchFindManyArgs<ExtArgs>>(
|
|
99356
|
+
args?: SelectSubset<T, CreditRefundBatchFindManyArgs<ExtArgs>>
|
|
99357
|
+
): Prisma.PrismaPromise<$Result.GetResult<Prisma.$CreditRefundBatchPayload<ExtArgs>, T, 'findMany'>>
|
|
99358
|
+
|
|
99359
|
+
/**
|
|
99360
|
+
* Create a CreditRefundBatch.
|
|
99361
|
+
* @param {CreditRefundBatchCreateArgs} args - Arguments to create a CreditRefundBatch.
|
|
99362
|
+
* @example
|
|
99363
|
+
* // Create one CreditRefundBatch
|
|
99364
|
+
* const CreditRefundBatch = await prisma.creditRefundBatch.create({
|
|
99365
|
+
* data: {
|
|
99366
|
+
* // ... data to create a CreditRefundBatch
|
|
99367
|
+
* }
|
|
99368
|
+
* })
|
|
99369
|
+
*
|
|
99370
|
+
**/
|
|
99371
|
+
create<T extends CreditRefundBatchCreateArgs<ExtArgs>>(
|
|
99372
|
+
args: SelectSubset<T, CreditRefundBatchCreateArgs<ExtArgs>>
|
|
99373
|
+
): Prisma__CreditRefundBatchClient<$Result.GetResult<Prisma.$CreditRefundBatchPayload<ExtArgs>, T, 'create'>, never, ExtArgs>
|
|
99374
|
+
|
|
99375
|
+
/**
|
|
99376
|
+
* Create many CreditRefundBatches.
|
|
99377
|
+
* @param {CreditRefundBatchCreateManyArgs} args - Arguments to create many CreditRefundBatches.
|
|
99378
|
+
* @example
|
|
99379
|
+
* // Create many CreditRefundBatches
|
|
99380
|
+
* const creditRefundBatch = await prisma.creditRefundBatch.createMany({
|
|
99381
|
+
* data: [
|
|
99382
|
+
* // ... provide data here
|
|
99383
|
+
* ]
|
|
99384
|
+
* })
|
|
99385
|
+
*
|
|
99386
|
+
**/
|
|
99387
|
+
createMany<T extends CreditRefundBatchCreateManyArgs<ExtArgs>>(
|
|
99388
|
+
args?: SelectSubset<T, CreditRefundBatchCreateManyArgs<ExtArgs>>
|
|
99389
|
+
): Prisma.PrismaPromise<BatchPayload>
|
|
99390
|
+
|
|
99391
|
+
/**
|
|
99392
|
+
* Create many CreditRefundBatches and returns the data saved in the database.
|
|
99393
|
+
* @param {CreditRefundBatchCreateManyAndReturnArgs} args - Arguments to create many CreditRefundBatches.
|
|
99394
|
+
* @example
|
|
99395
|
+
* // Create many CreditRefundBatches
|
|
99396
|
+
* const creditRefundBatch = await prisma.creditRefundBatch.createManyAndReturn({
|
|
99397
|
+
* data: [
|
|
99398
|
+
* // ... provide data here
|
|
99399
|
+
* ]
|
|
99400
|
+
* })
|
|
99401
|
+
*
|
|
99402
|
+
* // Create many CreditRefundBatches and only return the `id`
|
|
99403
|
+
* const creditRefundBatchWithIdOnly = await prisma.creditRefundBatch.createManyAndReturn({
|
|
99404
|
+
* select: { id: true },
|
|
99405
|
+
* data: [
|
|
99406
|
+
* // ... provide data here
|
|
99407
|
+
* ]
|
|
99408
|
+
* })
|
|
99409
|
+
* Note, that providing `undefined` is treated as the value not being there.
|
|
99410
|
+
* Read more here: https://pris.ly/d/null-undefined
|
|
99411
|
+
*
|
|
99412
|
+
**/
|
|
99413
|
+
createManyAndReturn<T extends CreditRefundBatchCreateManyAndReturnArgs<ExtArgs>>(
|
|
99414
|
+
args?: SelectSubset<T, CreditRefundBatchCreateManyAndReturnArgs<ExtArgs>>
|
|
99415
|
+
): Prisma.PrismaPromise<$Result.GetResult<Prisma.$CreditRefundBatchPayload<ExtArgs>, T, 'createManyAndReturn'>>
|
|
99416
|
+
|
|
99417
|
+
/**
|
|
99418
|
+
* Delete a CreditRefundBatch.
|
|
99419
|
+
* @param {CreditRefundBatchDeleteArgs} args - Arguments to delete one CreditRefundBatch.
|
|
99420
|
+
* @example
|
|
99421
|
+
* // Delete one CreditRefundBatch
|
|
99422
|
+
* const CreditRefundBatch = await prisma.creditRefundBatch.delete({
|
|
99423
|
+
* where: {
|
|
99424
|
+
* // ... filter to delete one CreditRefundBatch
|
|
99425
|
+
* }
|
|
99426
|
+
* })
|
|
99427
|
+
*
|
|
99428
|
+
**/
|
|
99429
|
+
delete<T extends CreditRefundBatchDeleteArgs<ExtArgs>>(
|
|
99430
|
+
args: SelectSubset<T, CreditRefundBatchDeleteArgs<ExtArgs>>
|
|
99431
|
+
): Prisma__CreditRefundBatchClient<$Result.GetResult<Prisma.$CreditRefundBatchPayload<ExtArgs>, T, 'delete'>, never, ExtArgs>
|
|
99432
|
+
|
|
99433
|
+
/**
|
|
99434
|
+
* Update one CreditRefundBatch.
|
|
99435
|
+
* @param {CreditRefundBatchUpdateArgs} args - Arguments to update one CreditRefundBatch.
|
|
99436
|
+
* @example
|
|
99437
|
+
* // Update one CreditRefundBatch
|
|
99438
|
+
* const creditRefundBatch = await prisma.creditRefundBatch.update({
|
|
99439
|
+
* where: {
|
|
99440
|
+
* // ... provide filter here
|
|
99441
|
+
* },
|
|
99442
|
+
* data: {
|
|
99443
|
+
* // ... provide data here
|
|
99444
|
+
* }
|
|
99445
|
+
* })
|
|
99446
|
+
*
|
|
99447
|
+
**/
|
|
99448
|
+
update<T extends CreditRefundBatchUpdateArgs<ExtArgs>>(
|
|
99449
|
+
args: SelectSubset<T, CreditRefundBatchUpdateArgs<ExtArgs>>
|
|
99450
|
+
): Prisma__CreditRefundBatchClient<$Result.GetResult<Prisma.$CreditRefundBatchPayload<ExtArgs>, T, 'update'>, never, ExtArgs>
|
|
99451
|
+
|
|
99452
|
+
/**
|
|
99453
|
+
* Delete zero or more CreditRefundBatches.
|
|
99454
|
+
* @param {CreditRefundBatchDeleteManyArgs} args - Arguments to filter CreditRefundBatches to delete.
|
|
99455
|
+
* @example
|
|
99456
|
+
* // Delete a few CreditRefundBatches
|
|
99457
|
+
* const { count } = await prisma.creditRefundBatch.deleteMany({
|
|
99458
|
+
* where: {
|
|
99459
|
+
* // ... provide filter here
|
|
99460
|
+
* }
|
|
99461
|
+
* })
|
|
99462
|
+
*
|
|
99463
|
+
**/
|
|
99464
|
+
deleteMany<T extends CreditRefundBatchDeleteManyArgs<ExtArgs>>(
|
|
99465
|
+
args?: SelectSubset<T, CreditRefundBatchDeleteManyArgs<ExtArgs>>
|
|
99466
|
+
): Prisma.PrismaPromise<BatchPayload>
|
|
99467
|
+
|
|
99468
|
+
/**
|
|
99469
|
+
* Update zero or more CreditRefundBatches.
|
|
99470
|
+
* Note, that providing `undefined` is treated as the value not being there.
|
|
99471
|
+
* Read more here: https://pris.ly/d/null-undefined
|
|
99472
|
+
* @param {CreditRefundBatchUpdateManyArgs} args - Arguments to update one or more rows.
|
|
99473
|
+
* @example
|
|
99474
|
+
* // Update many CreditRefundBatches
|
|
99475
|
+
* const creditRefundBatch = await prisma.creditRefundBatch.updateMany({
|
|
99476
|
+
* where: {
|
|
99477
|
+
* // ... provide filter here
|
|
99478
|
+
* },
|
|
99479
|
+
* data: {
|
|
99480
|
+
* // ... provide data here
|
|
99481
|
+
* }
|
|
99482
|
+
* })
|
|
99483
|
+
*
|
|
99484
|
+
**/
|
|
99485
|
+
updateMany<T extends CreditRefundBatchUpdateManyArgs<ExtArgs>>(
|
|
99486
|
+
args: SelectSubset<T, CreditRefundBatchUpdateManyArgs<ExtArgs>>
|
|
99487
|
+
): Prisma.PrismaPromise<BatchPayload>
|
|
99488
|
+
|
|
99489
|
+
/**
|
|
99490
|
+
* Create or update one CreditRefundBatch.
|
|
99491
|
+
* @param {CreditRefundBatchUpsertArgs} args - Arguments to update or create a CreditRefundBatch.
|
|
99492
|
+
* @example
|
|
99493
|
+
* // Update or create a CreditRefundBatch
|
|
99494
|
+
* const creditRefundBatch = await prisma.creditRefundBatch.upsert({
|
|
99495
|
+
* create: {
|
|
99496
|
+
* // ... data to create a CreditRefundBatch
|
|
99497
|
+
* },
|
|
99498
|
+
* update: {
|
|
99499
|
+
* // ... in case it already exists, update
|
|
99500
|
+
* },
|
|
99501
|
+
* where: {
|
|
99502
|
+
* // ... the filter for the CreditRefundBatch we want to update
|
|
99503
|
+
* }
|
|
99504
|
+
* })
|
|
99505
|
+
**/
|
|
99506
|
+
upsert<T extends CreditRefundBatchUpsertArgs<ExtArgs>>(
|
|
99507
|
+
args: SelectSubset<T, CreditRefundBatchUpsertArgs<ExtArgs>>
|
|
99508
|
+
): Prisma__CreditRefundBatchClient<$Result.GetResult<Prisma.$CreditRefundBatchPayload<ExtArgs>, T, 'upsert'>, never, ExtArgs>
|
|
99509
|
+
|
|
99510
|
+
/**
|
|
99511
|
+
* Count the number of CreditRefundBatches.
|
|
99512
|
+
* Note, that providing `undefined` is treated as the value not being there.
|
|
99513
|
+
* Read more here: https://pris.ly/d/null-undefined
|
|
99514
|
+
* @param {CreditRefundBatchCountArgs} args - Arguments to filter CreditRefundBatches to count.
|
|
99515
|
+
* @example
|
|
99516
|
+
* // Count the number of CreditRefundBatches
|
|
99517
|
+
* const count = await prisma.creditRefundBatch.count({
|
|
99518
|
+
* where: {
|
|
99519
|
+
* // ... the filter for the CreditRefundBatches we want to count
|
|
99520
|
+
* }
|
|
99521
|
+
* })
|
|
99522
|
+
**/
|
|
99523
|
+
count<T extends CreditRefundBatchCountArgs>(
|
|
99524
|
+
args?: Subset<T, CreditRefundBatchCountArgs>,
|
|
99525
|
+
): Prisma.PrismaPromise<
|
|
99526
|
+
T extends $Utils.Record<'select', any>
|
|
99527
|
+
? T['select'] extends true
|
|
99528
|
+
? number
|
|
99529
|
+
: GetScalarType<T['select'], CreditRefundBatchCountAggregateOutputType>
|
|
99530
|
+
: number
|
|
99531
|
+
>
|
|
99532
|
+
|
|
99533
|
+
/**
|
|
99534
|
+
* Allows you to perform aggregations operations on a CreditRefundBatch.
|
|
99535
|
+
* Note, that providing `undefined` is treated as the value not being there.
|
|
99536
|
+
* Read more here: https://pris.ly/d/null-undefined
|
|
99537
|
+
* @param {CreditRefundBatchAggregateArgs} args - Select which aggregations you would like to apply and on what fields.
|
|
99538
|
+
* @example
|
|
99539
|
+
* // Ordered by age ascending
|
|
99540
|
+
* // Where email contains prisma.io
|
|
99541
|
+
* // Limited to the 10 users
|
|
99542
|
+
* const aggregations = await prisma.user.aggregate({
|
|
99543
|
+
* _avg: {
|
|
99544
|
+
* age: true,
|
|
99545
|
+
* },
|
|
99546
|
+
* where: {
|
|
99547
|
+
* email: {
|
|
99548
|
+
* contains: "prisma.io",
|
|
99549
|
+
* },
|
|
99550
|
+
* },
|
|
99551
|
+
* orderBy: {
|
|
99552
|
+
* age: "asc",
|
|
99553
|
+
* },
|
|
99554
|
+
* take: 10,
|
|
99555
|
+
* })
|
|
99556
|
+
**/
|
|
99557
|
+
aggregate<T extends CreditRefundBatchAggregateArgs>(args: Subset<T, CreditRefundBatchAggregateArgs>): Prisma.PrismaPromise<GetCreditRefundBatchAggregateType<T>>
|
|
99558
|
+
|
|
99559
|
+
/**
|
|
99560
|
+
* Group by CreditRefundBatch.
|
|
99561
|
+
* Note, that providing `undefined` is treated as the value not being there.
|
|
99562
|
+
* Read more here: https://pris.ly/d/null-undefined
|
|
99563
|
+
* @param {CreditRefundBatchGroupByArgs} args - Group by arguments.
|
|
99564
|
+
* @example
|
|
99565
|
+
* // Group by city, order by createdAt, get count
|
|
99566
|
+
* const result = await prisma.user.groupBy({
|
|
99567
|
+
* by: ['city', 'createdAt'],
|
|
99568
|
+
* orderBy: {
|
|
99569
|
+
* createdAt: true
|
|
99570
|
+
* },
|
|
99571
|
+
* _count: {
|
|
99572
|
+
* _all: true
|
|
99573
|
+
* },
|
|
99574
|
+
* })
|
|
99575
|
+
*
|
|
99576
|
+
**/
|
|
99577
|
+
groupBy<
|
|
99578
|
+
T extends CreditRefundBatchGroupByArgs,
|
|
99579
|
+
HasSelectOrTake extends Or<
|
|
99580
|
+
Extends<'skip', Keys<T>>,
|
|
99581
|
+
Extends<'take', Keys<T>>
|
|
99582
|
+
>,
|
|
99583
|
+
OrderByArg extends True extends HasSelectOrTake
|
|
99584
|
+
? { orderBy: CreditRefundBatchGroupByArgs['orderBy'] }
|
|
99585
|
+
: { orderBy?: CreditRefundBatchGroupByArgs['orderBy'] },
|
|
99586
|
+
OrderFields extends ExcludeUnderscoreKeys<Keys<MaybeTupleToUnion<T['orderBy']>>>,
|
|
99587
|
+
ByFields extends MaybeTupleToUnion<T['by']>,
|
|
99588
|
+
ByValid extends Has<ByFields, OrderFields>,
|
|
99589
|
+
HavingFields extends GetHavingFields<T['having']>,
|
|
99590
|
+
HavingValid extends Has<ByFields, HavingFields>,
|
|
99591
|
+
ByEmpty extends T['by'] extends never[] ? True : False,
|
|
99592
|
+
InputErrors extends ByEmpty extends True
|
|
99593
|
+
? `Error: "by" must not be empty.`
|
|
99594
|
+
: HavingValid extends False
|
|
99595
|
+
? {
|
|
99596
|
+
[P in HavingFields]: P extends ByFields
|
|
99597
|
+
? never
|
|
99598
|
+
: P extends string
|
|
99599
|
+
? `Error: Field "${P}" used in "having" needs to be provided in "by".`
|
|
99600
|
+
: [
|
|
99601
|
+
Error,
|
|
99602
|
+
'Field ',
|
|
99603
|
+
P,
|
|
99604
|
+
` in "having" needs to be provided in "by"`,
|
|
99605
|
+
]
|
|
99606
|
+
}[HavingFields]
|
|
99607
|
+
: 'take' extends Keys<T>
|
|
99608
|
+
? 'orderBy' extends Keys<T>
|
|
99609
|
+
? ByValid extends True
|
|
99610
|
+
? {}
|
|
99611
|
+
: {
|
|
99612
|
+
[P in OrderFields]: P extends ByFields
|
|
99613
|
+
? never
|
|
99614
|
+
: `Error: Field "${P}" in "orderBy" needs to be provided in "by"`
|
|
99615
|
+
}[OrderFields]
|
|
99616
|
+
: 'Error: If you provide "take", you also need to provide "orderBy"'
|
|
99617
|
+
: 'skip' extends Keys<T>
|
|
99618
|
+
? 'orderBy' extends Keys<T>
|
|
99619
|
+
? ByValid extends True
|
|
99620
|
+
? {}
|
|
99621
|
+
: {
|
|
99622
|
+
[P in OrderFields]: P extends ByFields
|
|
99623
|
+
? never
|
|
99624
|
+
: `Error: Field "${P}" in "orderBy" needs to be provided in "by"`
|
|
99625
|
+
}[OrderFields]
|
|
99626
|
+
: 'Error: If you provide "skip", you also need to provide "orderBy"'
|
|
99627
|
+
: ByValid extends True
|
|
99628
|
+
? {}
|
|
99629
|
+
: {
|
|
99630
|
+
[P in OrderFields]: P extends ByFields
|
|
99631
|
+
? never
|
|
99632
|
+
: `Error: Field "${P}" in "orderBy" needs to be provided in "by"`
|
|
99633
|
+
}[OrderFields]
|
|
99634
|
+
>(args: SubsetIntersection<T, CreditRefundBatchGroupByArgs, OrderByArg> & InputErrors): {} extends InputErrors ? GetCreditRefundBatchGroupByPayload<T> : Prisma.PrismaPromise<InputErrors>
|
|
99635
|
+
/**
|
|
99636
|
+
* Fields of the CreditRefundBatch model
|
|
99637
|
+
*/
|
|
99638
|
+
readonly fields: CreditRefundBatchFieldRefs;
|
|
99639
|
+
}
|
|
99640
|
+
|
|
99641
|
+
/**
|
|
99642
|
+
* The delegate class that acts as a "Promise-like" for CreditRefundBatch.
|
|
99643
|
+
* Why is this prefixed with `Prisma__`?
|
|
99644
|
+
* Because we want to prevent naming conflicts as mentioned in
|
|
99645
|
+
* https://github.com/prisma/prisma-client-js/issues/707
|
|
99646
|
+
*/
|
|
99647
|
+
export interface Prisma__CreditRefundBatchClient<T, Null = never, ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> extends Prisma.PrismaPromise<T> {
|
|
99648
|
+
readonly [Symbol.toStringTag]: 'PrismaPromise';
|
|
99649
|
+
|
|
99650
|
+
profiles<T extends CreditRefundBatch$profilesArgs<ExtArgs> = {}>(args?: Subset<T, CreditRefundBatch$profilesArgs<ExtArgs>>): Prisma.PrismaPromise<$Result.GetResult<Prisma.$SocialProfilePayload<ExtArgs>, T, 'findMany'> | Null>;
|
|
99651
|
+
|
|
99652
|
+
/**
|
|
99653
|
+
* Attaches callbacks for the resolution and/or rejection of the Promise.
|
|
99654
|
+
* @param onfulfilled The callback to execute when the Promise is resolved.
|
|
99655
|
+
* @param onrejected The callback to execute when the Promise is rejected.
|
|
99656
|
+
* @returns A Promise for the completion of which ever callback is executed.
|
|
99657
|
+
*/
|
|
99658
|
+
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>;
|
|
99659
|
+
/**
|
|
99660
|
+
* Attaches a callback for only the rejection of the Promise.
|
|
99661
|
+
* @param onrejected The callback to execute when the Promise is rejected.
|
|
99662
|
+
* @returns A Promise for the completion of the callback.
|
|
99663
|
+
*/
|
|
99664
|
+
catch<TResult = never>(onrejected?: ((reason: any) => TResult | PromiseLike<TResult>) | undefined | null): $Utils.JsPromise<T | TResult>;
|
|
99665
|
+
/**
|
|
99666
|
+
* Attaches a callback that is invoked when the Promise is settled (fulfilled or rejected). The
|
|
99667
|
+
* resolved value cannot be modified from the callback.
|
|
99668
|
+
* @param onfinally The callback to execute when the Promise is settled (fulfilled or rejected).
|
|
99669
|
+
* @returns A Promise for the completion of the callback.
|
|
99670
|
+
*/
|
|
99671
|
+
finally(onfinally?: (() => void) | undefined | null): $Utils.JsPromise<T>;
|
|
99672
|
+
}
|
|
99673
|
+
|
|
99674
|
+
|
|
99675
|
+
|
|
99676
|
+
/**
|
|
99677
|
+
* Fields of the CreditRefundBatch model
|
|
99678
|
+
*/
|
|
99679
|
+
interface CreditRefundBatchFieldRefs {
|
|
99680
|
+
readonly id: FieldRef<"CreditRefundBatch", 'Int'>
|
|
99681
|
+
readonly createdAt: FieldRef<"CreditRefundBatch", 'DateTime'>
|
|
99682
|
+
readonly closedAt: FieldRef<"CreditRefundBatch", 'DateTime'>
|
|
99683
|
+
}
|
|
99684
|
+
|
|
99685
|
+
|
|
99686
|
+
// Custom InputTypes
|
|
99687
|
+
/**
|
|
99688
|
+
* CreditRefundBatch findUnique
|
|
99689
|
+
*/
|
|
99690
|
+
export type CreditRefundBatchFindUniqueArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
|
|
99691
|
+
/**
|
|
99692
|
+
* Select specific fields to fetch from the CreditRefundBatch
|
|
99693
|
+
*/
|
|
99694
|
+
select?: CreditRefundBatchSelect<ExtArgs> | null
|
|
99695
|
+
/**
|
|
99696
|
+
* Choose, which related nodes to fetch as well
|
|
99697
|
+
*/
|
|
99698
|
+
include?: CreditRefundBatchInclude<ExtArgs> | null
|
|
99699
|
+
/**
|
|
99700
|
+
* Filter, which CreditRefundBatch to fetch.
|
|
99701
|
+
*/
|
|
99702
|
+
where: CreditRefundBatchWhereUniqueInput
|
|
99703
|
+
}
|
|
99704
|
+
|
|
99705
|
+
/**
|
|
99706
|
+
* CreditRefundBatch findUniqueOrThrow
|
|
99707
|
+
*/
|
|
99708
|
+
export type CreditRefundBatchFindUniqueOrThrowArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
|
|
99709
|
+
/**
|
|
99710
|
+
* Select specific fields to fetch from the CreditRefundBatch
|
|
99711
|
+
*/
|
|
99712
|
+
select?: CreditRefundBatchSelect<ExtArgs> | null
|
|
99713
|
+
/**
|
|
99714
|
+
* Choose, which related nodes to fetch as well
|
|
99715
|
+
*/
|
|
99716
|
+
include?: CreditRefundBatchInclude<ExtArgs> | null
|
|
99717
|
+
/**
|
|
99718
|
+
* Filter, which CreditRefundBatch to fetch.
|
|
99719
|
+
*/
|
|
99720
|
+
where: CreditRefundBatchWhereUniqueInput
|
|
99721
|
+
}
|
|
99722
|
+
|
|
99723
|
+
/**
|
|
99724
|
+
* CreditRefundBatch findFirst
|
|
99725
|
+
*/
|
|
99726
|
+
export type CreditRefundBatchFindFirstArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
|
|
99727
|
+
/**
|
|
99728
|
+
* Select specific fields to fetch from the CreditRefundBatch
|
|
99729
|
+
*/
|
|
99730
|
+
select?: CreditRefundBatchSelect<ExtArgs> | null
|
|
99731
|
+
/**
|
|
99732
|
+
* Choose, which related nodes to fetch as well
|
|
99733
|
+
*/
|
|
99734
|
+
include?: CreditRefundBatchInclude<ExtArgs> | null
|
|
99735
|
+
/**
|
|
99736
|
+
* Filter, which CreditRefundBatch to fetch.
|
|
99737
|
+
*/
|
|
99738
|
+
where?: CreditRefundBatchWhereInput
|
|
99739
|
+
/**
|
|
99740
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/sorting Sorting Docs}
|
|
99741
|
+
*
|
|
99742
|
+
* Determine the order of CreditRefundBatches to fetch.
|
|
99743
|
+
*/
|
|
99744
|
+
orderBy?: CreditRefundBatchOrderByWithRelationAndSearchRelevanceInput | CreditRefundBatchOrderByWithRelationAndSearchRelevanceInput[]
|
|
99745
|
+
/**
|
|
99746
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination#cursor-based-pagination Cursor Docs}
|
|
99747
|
+
*
|
|
99748
|
+
* Sets the position for searching for CreditRefundBatches.
|
|
99749
|
+
*/
|
|
99750
|
+
cursor?: CreditRefundBatchWhereUniqueInput
|
|
99751
|
+
/**
|
|
99752
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
|
|
99753
|
+
*
|
|
99754
|
+
* Take `±n` CreditRefundBatches from the position of the cursor.
|
|
99755
|
+
*/
|
|
99756
|
+
take?: number
|
|
99757
|
+
/**
|
|
99758
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
|
|
99759
|
+
*
|
|
99760
|
+
* Skip the first `n` CreditRefundBatches.
|
|
99761
|
+
*/
|
|
99762
|
+
skip?: number
|
|
99763
|
+
/**
|
|
99764
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/distinct Distinct Docs}
|
|
99765
|
+
*
|
|
99766
|
+
* Filter by unique combinations of CreditRefundBatches.
|
|
99767
|
+
*/
|
|
99768
|
+
distinct?: CreditRefundBatchScalarFieldEnum | CreditRefundBatchScalarFieldEnum[]
|
|
99769
|
+
}
|
|
99770
|
+
|
|
99771
|
+
/**
|
|
99772
|
+
* CreditRefundBatch findFirstOrThrow
|
|
99773
|
+
*/
|
|
99774
|
+
export type CreditRefundBatchFindFirstOrThrowArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
|
|
99775
|
+
/**
|
|
99776
|
+
* Select specific fields to fetch from the CreditRefundBatch
|
|
99777
|
+
*/
|
|
99778
|
+
select?: CreditRefundBatchSelect<ExtArgs> | null
|
|
99779
|
+
/**
|
|
99780
|
+
* Choose, which related nodes to fetch as well
|
|
99781
|
+
*/
|
|
99782
|
+
include?: CreditRefundBatchInclude<ExtArgs> | null
|
|
99783
|
+
/**
|
|
99784
|
+
* Filter, which CreditRefundBatch to fetch.
|
|
99785
|
+
*/
|
|
99786
|
+
where?: CreditRefundBatchWhereInput
|
|
99787
|
+
/**
|
|
99788
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/sorting Sorting Docs}
|
|
99789
|
+
*
|
|
99790
|
+
* Determine the order of CreditRefundBatches to fetch.
|
|
99791
|
+
*/
|
|
99792
|
+
orderBy?: CreditRefundBatchOrderByWithRelationAndSearchRelevanceInput | CreditRefundBatchOrderByWithRelationAndSearchRelevanceInput[]
|
|
99793
|
+
/**
|
|
99794
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination#cursor-based-pagination Cursor Docs}
|
|
99795
|
+
*
|
|
99796
|
+
* Sets the position for searching for CreditRefundBatches.
|
|
99797
|
+
*/
|
|
99798
|
+
cursor?: CreditRefundBatchWhereUniqueInput
|
|
99799
|
+
/**
|
|
99800
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
|
|
99801
|
+
*
|
|
99802
|
+
* Take `±n` CreditRefundBatches from the position of the cursor.
|
|
99803
|
+
*/
|
|
99804
|
+
take?: number
|
|
99805
|
+
/**
|
|
99806
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
|
|
99807
|
+
*
|
|
99808
|
+
* Skip the first `n` CreditRefundBatches.
|
|
99809
|
+
*/
|
|
99810
|
+
skip?: number
|
|
99811
|
+
/**
|
|
99812
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/distinct Distinct Docs}
|
|
99813
|
+
*
|
|
99814
|
+
* Filter by unique combinations of CreditRefundBatches.
|
|
99815
|
+
*/
|
|
99816
|
+
distinct?: CreditRefundBatchScalarFieldEnum | CreditRefundBatchScalarFieldEnum[]
|
|
99817
|
+
}
|
|
99818
|
+
|
|
99819
|
+
/**
|
|
99820
|
+
* CreditRefundBatch findMany
|
|
99821
|
+
*/
|
|
99822
|
+
export type CreditRefundBatchFindManyArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
|
|
99823
|
+
/**
|
|
99824
|
+
* Select specific fields to fetch from the CreditRefundBatch
|
|
99825
|
+
*/
|
|
99826
|
+
select?: CreditRefundBatchSelect<ExtArgs> | null
|
|
99827
|
+
/**
|
|
99828
|
+
* Choose, which related nodes to fetch as well
|
|
99829
|
+
*/
|
|
99830
|
+
include?: CreditRefundBatchInclude<ExtArgs> | null
|
|
99831
|
+
/**
|
|
99832
|
+
* Filter, which CreditRefundBatches to fetch.
|
|
99833
|
+
*/
|
|
99834
|
+
where?: CreditRefundBatchWhereInput
|
|
99835
|
+
/**
|
|
99836
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/sorting Sorting Docs}
|
|
99837
|
+
*
|
|
99838
|
+
* Determine the order of CreditRefundBatches to fetch.
|
|
99839
|
+
*/
|
|
99840
|
+
orderBy?: CreditRefundBatchOrderByWithRelationAndSearchRelevanceInput | CreditRefundBatchOrderByWithRelationAndSearchRelevanceInput[]
|
|
99841
|
+
/**
|
|
99842
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination#cursor-based-pagination Cursor Docs}
|
|
99843
|
+
*
|
|
99844
|
+
* Sets the position for listing CreditRefundBatches.
|
|
99845
|
+
*/
|
|
99846
|
+
cursor?: CreditRefundBatchWhereUniqueInput
|
|
99847
|
+
/**
|
|
99848
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
|
|
99849
|
+
*
|
|
99850
|
+
* Take `±n` CreditRefundBatches from the position of the cursor.
|
|
99851
|
+
*/
|
|
99852
|
+
take?: number
|
|
99853
|
+
/**
|
|
99854
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
|
|
99855
|
+
*
|
|
99856
|
+
* Skip the first `n` CreditRefundBatches.
|
|
99857
|
+
*/
|
|
99858
|
+
skip?: number
|
|
99859
|
+
distinct?: CreditRefundBatchScalarFieldEnum | CreditRefundBatchScalarFieldEnum[]
|
|
99860
|
+
}
|
|
99861
|
+
|
|
99862
|
+
/**
|
|
99863
|
+
* CreditRefundBatch create
|
|
99864
|
+
*/
|
|
99865
|
+
export type CreditRefundBatchCreateArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
|
|
99866
|
+
/**
|
|
99867
|
+
* Select specific fields to fetch from the CreditRefundBatch
|
|
99868
|
+
*/
|
|
99869
|
+
select?: CreditRefundBatchSelect<ExtArgs> | null
|
|
99870
|
+
/**
|
|
99871
|
+
* Choose, which related nodes to fetch as well
|
|
99872
|
+
*/
|
|
99873
|
+
include?: CreditRefundBatchInclude<ExtArgs> | null
|
|
99874
|
+
/**
|
|
99875
|
+
* The data needed to create a CreditRefundBatch.
|
|
99876
|
+
*/
|
|
99877
|
+
data?: XOR<CreditRefundBatchCreateInput, CreditRefundBatchUncheckedCreateInput>
|
|
99878
|
+
}
|
|
99879
|
+
|
|
99880
|
+
/**
|
|
99881
|
+
* CreditRefundBatch createMany
|
|
99882
|
+
*/
|
|
99883
|
+
export type CreditRefundBatchCreateManyArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
|
|
99884
|
+
/**
|
|
99885
|
+
* The data used to create many CreditRefundBatches.
|
|
99886
|
+
*/
|
|
99887
|
+
data: CreditRefundBatchCreateManyInput | CreditRefundBatchCreateManyInput[]
|
|
99888
|
+
skipDuplicates?: boolean
|
|
99889
|
+
}
|
|
99890
|
+
|
|
99891
|
+
/**
|
|
99892
|
+
* CreditRefundBatch createManyAndReturn
|
|
99893
|
+
*/
|
|
99894
|
+
export type CreditRefundBatchCreateManyAndReturnArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
|
|
99895
|
+
/**
|
|
99896
|
+
* Select specific fields to fetch from the CreditRefundBatch
|
|
99897
|
+
*/
|
|
99898
|
+
select?: CreditRefundBatchSelectCreateManyAndReturn<ExtArgs> | null
|
|
99899
|
+
/**
|
|
99900
|
+
* The data used to create many CreditRefundBatches.
|
|
99901
|
+
*/
|
|
99902
|
+
data: CreditRefundBatchCreateManyInput | CreditRefundBatchCreateManyInput[]
|
|
99903
|
+
skipDuplicates?: boolean
|
|
99904
|
+
}
|
|
99905
|
+
|
|
99906
|
+
/**
|
|
99907
|
+
* CreditRefundBatch update
|
|
99908
|
+
*/
|
|
99909
|
+
export type CreditRefundBatchUpdateArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
|
|
99910
|
+
/**
|
|
99911
|
+
* Select specific fields to fetch from the CreditRefundBatch
|
|
99912
|
+
*/
|
|
99913
|
+
select?: CreditRefundBatchSelect<ExtArgs> | null
|
|
99914
|
+
/**
|
|
99915
|
+
* Choose, which related nodes to fetch as well
|
|
99916
|
+
*/
|
|
99917
|
+
include?: CreditRefundBatchInclude<ExtArgs> | null
|
|
99918
|
+
/**
|
|
99919
|
+
* The data needed to update a CreditRefundBatch.
|
|
99920
|
+
*/
|
|
99921
|
+
data: XOR<CreditRefundBatchUpdateInput, CreditRefundBatchUncheckedUpdateInput>
|
|
99922
|
+
/**
|
|
99923
|
+
* Choose, which CreditRefundBatch to update.
|
|
99924
|
+
*/
|
|
99925
|
+
where: CreditRefundBatchWhereUniqueInput
|
|
99926
|
+
}
|
|
99927
|
+
|
|
99928
|
+
/**
|
|
99929
|
+
* CreditRefundBatch updateMany
|
|
99930
|
+
*/
|
|
99931
|
+
export type CreditRefundBatchUpdateManyArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
|
|
99932
|
+
/**
|
|
99933
|
+
* The data used to update CreditRefundBatches.
|
|
99934
|
+
*/
|
|
99935
|
+
data: XOR<CreditRefundBatchUpdateManyMutationInput, CreditRefundBatchUncheckedUpdateManyInput>
|
|
99936
|
+
/**
|
|
99937
|
+
* Filter which CreditRefundBatches to update
|
|
99938
|
+
*/
|
|
99939
|
+
where?: CreditRefundBatchWhereInput
|
|
99940
|
+
}
|
|
99941
|
+
|
|
99942
|
+
/**
|
|
99943
|
+
* CreditRefundBatch upsert
|
|
99944
|
+
*/
|
|
99945
|
+
export type CreditRefundBatchUpsertArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
|
|
99946
|
+
/**
|
|
99947
|
+
* Select specific fields to fetch from the CreditRefundBatch
|
|
99948
|
+
*/
|
|
99949
|
+
select?: CreditRefundBatchSelect<ExtArgs> | null
|
|
99950
|
+
/**
|
|
99951
|
+
* Choose, which related nodes to fetch as well
|
|
99952
|
+
*/
|
|
99953
|
+
include?: CreditRefundBatchInclude<ExtArgs> | null
|
|
99954
|
+
/**
|
|
99955
|
+
* The filter to search for the CreditRefundBatch to update in case it exists.
|
|
99956
|
+
*/
|
|
99957
|
+
where: CreditRefundBatchWhereUniqueInput
|
|
99958
|
+
/**
|
|
99959
|
+
* In case the CreditRefundBatch found by the `where` argument doesn't exist, create a new CreditRefundBatch with this data.
|
|
99960
|
+
*/
|
|
99961
|
+
create: XOR<CreditRefundBatchCreateInput, CreditRefundBatchUncheckedCreateInput>
|
|
99962
|
+
/**
|
|
99963
|
+
* In case the CreditRefundBatch was found with the provided `where` argument, update it with this data.
|
|
99964
|
+
*/
|
|
99965
|
+
update: XOR<CreditRefundBatchUpdateInput, CreditRefundBatchUncheckedUpdateInput>
|
|
99966
|
+
}
|
|
99967
|
+
|
|
99968
|
+
/**
|
|
99969
|
+
* CreditRefundBatch delete
|
|
99970
|
+
*/
|
|
99971
|
+
export type CreditRefundBatchDeleteArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
|
|
99972
|
+
/**
|
|
99973
|
+
* Select specific fields to fetch from the CreditRefundBatch
|
|
99974
|
+
*/
|
|
99975
|
+
select?: CreditRefundBatchSelect<ExtArgs> | null
|
|
99976
|
+
/**
|
|
99977
|
+
* Choose, which related nodes to fetch as well
|
|
99978
|
+
*/
|
|
99979
|
+
include?: CreditRefundBatchInclude<ExtArgs> | null
|
|
99980
|
+
/**
|
|
99981
|
+
* Filter which CreditRefundBatch to delete.
|
|
99982
|
+
*/
|
|
99983
|
+
where: CreditRefundBatchWhereUniqueInput
|
|
99984
|
+
}
|
|
99985
|
+
|
|
99986
|
+
/**
|
|
99987
|
+
* CreditRefundBatch deleteMany
|
|
99988
|
+
*/
|
|
99989
|
+
export type CreditRefundBatchDeleteManyArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
|
|
99990
|
+
/**
|
|
99991
|
+
* Filter which CreditRefundBatches to delete
|
|
99992
|
+
*/
|
|
99993
|
+
where?: CreditRefundBatchWhereInput
|
|
99994
|
+
}
|
|
99995
|
+
|
|
99996
|
+
/**
|
|
99997
|
+
* CreditRefundBatch.profiles
|
|
99998
|
+
*/
|
|
99999
|
+
export type CreditRefundBatch$profilesArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
|
|
100000
|
+
/**
|
|
100001
|
+
* Select specific fields to fetch from the SocialProfile
|
|
100002
|
+
*/
|
|
100003
|
+
select?: SocialProfileSelect<ExtArgs> | null
|
|
100004
|
+
/**
|
|
100005
|
+
* Choose, which related nodes to fetch as well
|
|
100006
|
+
*/
|
|
100007
|
+
include?: SocialProfileInclude<ExtArgs> | null
|
|
100008
|
+
where?: SocialProfileWhereInput
|
|
100009
|
+
orderBy?: SocialProfileOrderByWithRelationAndSearchRelevanceInput | SocialProfileOrderByWithRelationAndSearchRelevanceInput[]
|
|
100010
|
+
cursor?: SocialProfileWhereUniqueInput
|
|
100011
|
+
take?: number
|
|
100012
|
+
skip?: number
|
|
100013
|
+
distinct?: SocialProfileScalarFieldEnum | SocialProfileScalarFieldEnum[]
|
|
100014
|
+
}
|
|
100015
|
+
|
|
100016
|
+
/**
|
|
100017
|
+
* CreditRefundBatch without action
|
|
100018
|
+
*/
|
|
100019
|
+
export type CreditRefundBatchDefaultArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
|
|
100020
|
+
/**
|
|
100021
|
+
* Select specific fields to fetch from the CreditRefundBatch
|
|
100022
|
+
*/
|
|
100023
|
+
select?: CreditRefundBatchSelect<ExtArgs> | null
|
|
100024
|
+
/**
|
|
100025
|
+
* Choose, which related nodes to fetch as well
|
|
100026
|
+
*/
|
|
100027
|
+
include?: CreditRefundBatchInclude<ExtArgs> | null
|
|
100028
|
+
}
|
|
100029
|
+
|
|
100030
|
+
|
|
98824
100031
|
/**
|
|
98825
100032
|
* Enums
|
|
98826
100033
|
*/
|
|
@@ -99692,7 +100899,8 @@ export namespace Prisma {
|
|
|
99692
100899
|
created: 'created',
|
|
99693
100900
|
archived: 'archived',
|
|
99694
100901
|
title: 'title',
|
|
99695
|
-
metaData: 'metaData'
|
|
100902
|
+
metaData: 'metaData',
|
|
100903
|
+
createdByUserId: 'createdByUserId'
|
|
99696
100904
|
};
|
|
99697
100905
|
|
|
99698
100906
|
export type CreatorListScalarFieldEnum = (typeof CreatorListScalarFieldEnum)[keyof typeof CreatorListScalarFieldEnum]
|
|
@@ -100047,6 +101255,15 @@ export namespace Prisma {
|
|
|
100047
101255
|
export type FileScalarFieldEnum = (typeof FileScalarFieldEnum)[keyof typeof FileScalarFieldEnum]
|
|
100048
101256
|
|
|
100049
101257
|
|
|
101258
|
+
export const CreditRefundBatchScalarFieldEnum: {
|
|
101259
|
+
id: 'id',
|
|
101260
|
+
createdAt: 'createdAt',
|
|
101261
|
+
closedAt: 'closedAt'
|
|
101262
|
+
};
|
|
101263
|
+
|
|
101264
|
+
export type CreditRefundBatchScalarFieldEnum = (typeof CreditRefundBatchScalarFieldEnum)[keyof typeof CreditRefundBatchScalarFieldEnum]
|
|
101265
|
+
|
|
101266
|
+
|
|
100050
101267
|
export const SortOrder: {
|
|
100051
101268
|
asc: 'asc',
|
|
100052
101269
|
desc: 'desc'
|
|
@@ -100888,6 +102105,7 @@ export namespace Prisma {
|
|
|
100888
102105
|
affiliatePayoutBatches?: AffiliatePayoutBatchListRelationFilter
|
|
100889
102106
|
contractsCreated?: BrandContractListRelationFilter
|
|
100890
102107
|
contractsEdited?: BrandContractListRelationFilter
|
|
102108
|
+
creatorLists?: CreatorListListRelationFilter
|
|
100891
102109
|
filesCreated?: FileListRelationFilter
|
|
100892
102110
|
filesEdited?: FileListRelationFilter
|
|
100893
102111
|
}
|
|
@@ -100943,6 +102161,7 @@ export namespace Prisma {
|
|
|
100943
102161
|
affiliatePayoutBatches?: AffiliatePayoutBatchOrderByRelationAggregateInput
|
|
100944
102162
|
contractsCreated?: BrandContractOrderByRelationAggregateInput
|
|
100945
102163
|
contractsEdited?: BrandContractOrderByRelationAggregateInput
|
|
102164
|
+
creatorLists?: CreatorListOrderByRelationAggregateInput
|
|
100946
102165
|
filesCreated?: FileOrderByRelationAggregateInput
|
|
100947
102166
|
filesEdited?: FileOrderByRelationAggregateInput
|
|
100948
102167
|
_relevance?: UserOrderByRelevanceInput
|
|
@@ -101002,6 +102221,7 @@ export namespace Prisma {
|
|
|
101002
102221
|
affiliatePayoutBatches?: AffiliatePayoutBatchListRelationFilter
|
|
101003
102222
|
contractsCreated?: BrandContractListRelationFilter
|
|
101004
102223
|
contractsEdited?: BrandContractListRelationFilter
|
|
102224
|
+
creatorLists?: CreatorListListRelationFilter
|
|
101005
102225
|
filesCreated?: FileListRelationFilter
|
|
101006
102226
|
filesEdited?: FileListRelationFilter
|
|
101007
102227
|
}, "id" | "idmId" | "email" | "forgotPasswordKey" | "affiliateSlug">
|
|
@@ -105679,9 +106899,11 @@ export namespace Prisma {
|
|
|
105679
106899
|
archived?: DateTimeNullableFilter<"CreatorList"> | Date | string | null
|
|
105680
106900
|
title?: StringFilter<"CreatorList"> | string
|
|
105681
106901
|
metaData?: JsonNullableFilter<"CreatorList">
|
|
106902
|
+
createdByUserId?: IntNullableFilter<"CreatorList"> | number | null
|
|
105682
106903
|
creators?: CreatorListItemListRelationFilter
|
|
105683
106904
|
brand?: XOR<BrandRelationFilter, BrandWhereInput>
|
|
105684
106905
|
campaign?: XOR<CampaignNullableRelationFilter, CampaignWhereInput> | null
|
|
106906
|
+
createdByUser?: XOR<UserNullableRelationFilter, UserWhereInput> | null
|
|
105685
106907
|
sequences?: SequenceListRelationFilter
|
|
105686
106908
|
}
|
|
105687
106909
|
|
|
@@ -105693,9 +106915,11 @@ export namespace Prisma {
|
|
|
105693
106915
|
archived?: SortOrderInput | SortOrder
|
|
105694
106916
|
title?: SortOrder
|
|
105695
106917
|
metaData?: SortOrderInput | SortOrder
|
|
106918
|
+
createdByUserId?: SortOrderInput | SortOrder
|
|
105696
106919
|
creators?: CreatorListItemOrderByRelationAggregateInput
|
|
105697
106920
|
brand?: BrandOrderByWithRelationAndSearchRelevanceInput
|
|
105698
106921
|
campaign?: CampaignOrderByWithRelationAndSearchRelevanceInput
|
|
106922
|
+
createdByUser?: UserOrderByWithRelationAndSearchRelevanceInput
|
|
105699
106923
|
sequences?: SequenceOrderByRelationAggregateInput
|
|
105700
106924
|
_relevance?: CreatorListOrderByRelevanceInput
|
|
105701
106925
|
}
|
|
@@ -105711,9 +106935,11 @@ export namespace Prisma {
|
|
|
105711
106935
|
archived?: DateTimeNullableFilter<"CreatorList"> | Date | string | null
|
|
105712
106936
|
title?: StringFilter<"CreatorList"> | string
|
|
105713
106937
|
metaData?: JsonNullableFilter<"CreatorList">
|
|
106938
|
+
createdByUserId?: IntNullableFilter<"CreatorList"> | number | null
|
|
105714
106939
|
creators?: CreatorListItemListRelationFilter
|
|
105715
106940
|
brand?: XOR<BrandRelationFilter, BrandWhereInput>
|
|
105716
106941
|
campaign?: XOR<CampaignNullableRelationFilter, CampaignWhereInput> | null
|
|
106942
|
+
createdByUser?: XOR<UserNullableRelationFilter, UserWhereInput> | null
|
|
105717
106943
|
sequences?: SequenceListRelationFilter
|
|
105718
106944
|
}, "id">
|
|
105719
106945
|
|
|
@@ -105725,6 +106951,7 @@ export namespace Prisma {
|
|
|
105725
106951
|
archived?: SortOrderInput | SortOrder
|
|
105726
106952
|
title?: SortOrder
|
|
105727
106953
|
metaData?: SortOrderInput | SortOrder
|
|
106954
|
+
createdByUserId?: SortOrderInput | SortOrder
|
|
105728
106955
|
_count?: CreatorListCountOrderByAggregateInput
|
|
105729
106956
|
_avg?: CreatorListAvgOrderByAggregateInput
|
|
105730
106957
|
_max?: CreatorListMaxOrderByAggregateInput
|
|
@@ -105743,6 +106970,7 @@ export namespace Prisma {
|
|
|
105743
106970
|
archived?: DateTimeNullableWithAggregatesFilter<"CreatorList"> | Date | string | null
|
|
105744
106971
|
title?: StringWithAggregatesFilter<"CreatorList"> | string
|
|
105745
106972
|
metaData?: JsonNullableWithAggregatesFilter<"CreatorList">
|
|
106973
|
+
createdByUserId?: IntNullableWithAggregatesFilter<"CreatorList"> | number | null
|
|
105746
106974
|
}
|
|
105747
106975
|
|
|
105748
106976
|
export type CreatorListItemWhereInput = {
|
|
@@ -105860,6 +107088,7 @@ export namespace Prisma {
|
|
|
105860
107088
|
creatorListItems?: CreatorListItemListRelationFilter
|
|
105861
107089
|
campaignInvites?: CampaignInviteListRelationFilter
|
|
105862
107090
|
user?: XOR<UserNullableRelationFilter, UserWhereInput> | null
|
|
107091
|
+
creditRefundBatches?: CreditRefundBatchListRelationFilter
|
|
105863
107092
|
}
|
|
105864
107093
|
|
|
105865
107094
|
export type SocialProfileOrderByWithRelationAndSearchRelevanceInput = {
|
|
@@ -105884,6 +107113,7 @@ export namespace Prisma {
|
|
|
105884
107113
|
creatorListItems?: CreatorListItemOrderByRelationAggregateInput
|
|
105885
107114
|
campaignInvites?: CampaignInviteOrderByRelationAggregateInput
|
|
105886
107115
|
user?: UserOrderByWithRelationAndSearchRelevanceInput
|
|
107116
|
+
creditRefundBatches?: CreditRefundBatchOrderByRelationAggregateInput
|
|
105887
107117
|
_relevance?: SocialProfileOrderByRelevanceInput
|
|
105888
107118
|
}
|
|
105889
107119
|
|
|
@@ -105912,6 +107142,7 @@ export namespace Prisma {
|
|
|
105912
107142
|
creatorListItems?: CreatorListItemListRelationFilter
|
|
105913
107143
|
campaignInvites?: CampaignInviteListRelationFilter
|
|
105914
107144
|
user?: XOR<UserNullableRelationFilter, UserWhereInput> | null
|
|
107145
|
+
creditRefundBatches?: CreditRefundBatchListRelationFilter
|
|
105915
107146
|
}, "id" | "socialId">
|
|
105916
107147
|
|
|
105917
107148
|
export type SocialProfileOrderByWithAggregationInput = {
|
|
@@ -107678,6 +108909,53 @@ export namespace Prisma {
|
|
|
107678
108909
|
archivedAt?: DateTimeNullableWithAggregatesFilter<"File"> | Date | string | null
|
|
107679
108910
|
}
|
|
107680
108911
|
|
|
108912
|
+
export type CreditRefundBatchWhereInput = {
|
|
108913
|
+
AND?: CreditRefundBatchWhereInput | CreditRefundBatchWhereInput[]
|
|
108914
|
+
OR?: CreditRefundBatchWhereInput[]
|
|
108915
|
+
NOT?: CreditRefundBatchWhereInput | CreditRefundBatchWhereInput[]
|
|
108916
|
+
id?: IntFilter<"CreditRefundBatch"> | number
|
|
108917
|
+
createdAt?: DateTimeFilter<"CreditRefundBatch"> | Date | string
|
|
108918
|
+
closedAt?: DateTimeNullableFilter<"CreditRefundBatch"> | Date | string | null
|
|
108919
|
+
profiles?: SocialProfileListRelationFilter
|
|
108920
|
+
}
|
|
108921
|
+
|
|
108922
|
+
export type CreditRefundBatchOrderByWithRelationAndSearchRelevanceInput = {
|
|
108923
|
+
id?: SortOrder
|
|
108924
|
+
createdAt?: SortOrder
|
|
108925
|
+
closedAt?: SortOrderInput | SortOrder
|
|
108926
|
+
profiles?: SocialProfileOrderByRelationAggregateInput
|
|
108927
|
+
}
|
|
108928
|
+
|
|
108929
|
+
export type CreditRefundBatchWhereUniqueInput = Prisma.AtLeast<{
|
|
108930
|
+
id?: number
|
|
108931
|
+
AND?: CreditRefundBatchWhereInput | CreditRefundBatchWhereInput[]
|
|
108932
|
+
OR?: CreditRefundBatchWhereInput[]
|
|
108933
|
+
NOT?: CreditRefundBatchWhereInput | CreditRefundBatchWhereInput[]
|
|
108934
|
+
createdAt?: DateTimeFilter<"CreditRefundBatch"> | Date | string
|
|
108935
|
+
closedAt?: DateTimeNullableFilter<"CreditRefundBatch"> | Date | string | null
|
|
108936
|
+
profiles?: SocialProfileListRelationFilter
|
|
108937
|
+
}, "id">
|
|
108938
|
+
|
|
108939
|
+
export type CreditRefundBatchOrderByWithAggregationInput = {
|
|
108940
|
+
id?: SortOrder
|
|
108941
|
+
createdAt?: SortOrder
|
|
108942
|
+
closedAt?: SortOrderInput | SortOrder
|
|
108943
|
+
_count?: CreditRefundBatchCountOrderByAggregateInput
|
|
108944
|
+
_avg?: CreditRefundBatchAvgOrderByAggregateInput
|
|
108945
|
+
_max?: CreditRefundBatchMaxOrderByAggregateInput
|
|
108946
|
+
_min?: CreditRefundBatchMinOrderByAggregateInput
|
|
108947
|
+
_sum?: CreditRefundBatchSumOrderByAggregateInput
|
|
108948
|
+
}
|
|
108949
|
+
|
|
108950
|
+
export type CreditRefundBatchScalarWhereWithAggregatesInput = {
|
|
108951
|
+
AND?: CreditRefundBatchScalarWhereWithAggregatesInput | CreditRefundBatchScalarWhereWithAggregatesInput[]
|
|
108952
|
+
OR?: CreditRefundBatchScalarWhereWithAggregatesInput[]
|
|
108953
|
+
NOT?: CreditRefundBatchScalarWhereWithAggregatesInput | CreditRefundBatchScalarWhereWithAggregatesInput[]
|
|
108954
|
+
id?: IntWithAggregatesFilter<"CreditRefundBatch"> | number
|
|
108955
|
+
createdAt?: DateTimeWithAggregatesFilter<"CreditRefundBatch"> | Date | string
|
|
108956
|
+
closedAt?: DateTimeNullableWithAggregatesFilter<"CreditRefundBatch"> | Date | string | null
|
|
108957
|
+
}
|
|
108958
|
+
|
|
107681
108959
|
export type UserCreateInput = {
|
|
107682
108960
|
idmId?: string | null
|
|
107683
108961
|
role: string
|
|
@@ -107727,6 +109005,7 @@ export namespace Prisma {
|
|
|
107727
109005
|
affiliatePayoutBatches?: AffiliatePayoutBatchCreateNestedManyWithoutUserInput
|
|
107728
109006
|
contractsCreated?: BrandContractCreateNestedManyWithoutCreatedByUserInput
|
|
107729
109007
|
contractsEdited?: BrandContractCreateNestedManyWithoutEditedByUserInput
|
|
109008
|
+
creatorLists?: CreatorListCreateNestedManyWithoutCreatedByUserInput
|
|
107730
109009
|
filesCreated?: FileCreateNestedManyWithoutCreatedByUserInput
|
|
107731
109010
|
filesEdited?: FileCreateNestedManyWithoutEditedByUserInput
|
|
107732
109011
|
}
|
|
@@ -107781,6 +109060,7 @@ export namespace Prisma {
|
|
|
107781
109060
|
affiliatePayoutBatches?: AffiliatePayoutBatchUncheckedCreateNestedManyWithoutUserInput
|
|
107782
109061
|
contractsCreated?: BrandContractUncheckedCreateNestedManyWithoutCreatedByUserInput
|
|
107783
109062
|
contractsEdited?: BrandContractUncheckedCreateNestedManyWithoutEditedByUserInput
|
|
109063
|
+
creatorLists?: CreatorListUncheckedCreateNestedManyWithoutCreatedByUserInput
|
|
107784
109064
|
filesCreated?: FileUncheckedCreateNestedManyWithoutCreatedByUserInput
|
|
107785
109065
|
filesEdited?: FileUncheckedCreateNestedManyWithoutEditedByUserInput
|
|
107786
109066
|
}
|
|
@@ -107834,6 +109114,7 @@ export namespace Prisma {
|
|
|
107834
109114
|
affiliatePayoutBatches?: AffiliatePayoutBatchUpdateManyWithoutUserNestedInput
|
|
107835
109115
|
contractsCreated?: BrandContractUpdateManyWithoutCreatedByUserNestedInput
|
|
107836
109116
|
contractsEdited?: BrandContractUpdateManyWithoutEditedByUserNestedInput
|
|
109117
|
+
creatorLists?: CreatorListUpdateManyWithoutCreatedByUserNestedInput
|
|
107837
109118
|
filesCreated?: FileUpdateManyWithoutCreatedByUserNestedInput
|
|
107838
109119
|
filesEdited?: FileUpdateManyWithoutEditedByUserNestedInput
|
|
107839
109120
|
}
|
|
@@ -107888,6 +109169,7 @@ export namespace Prisma {
|
|
|
107888
109169
|
affiliatePayoutBatches?: AffiliatePayoutBatchUncheckedUpdateManyWithoutUserNestedInput
|
|
107889
109170
|
contractsCreated?: BrandContractUncheckedUpdateManyWithoutCreatedByUserNestedInput
|
|
107890
109171
|
contractsEdited?: BrandContractUncheckedUpdateManyWithoutEditedByUserNestedInput
|
|
109172
|
+
creatorLists?: CreatorListUncheckedUpdateManyWithoutCreatedByUserNestedInput
|
|
107891
109173
|
filesCreated?: FileUncheckedUpdateManyWithoutCreatedByUserNestedInput
|
|
107892
109174
|
filesEdited?: FileUncheckedUpdateManyWithoutEditedByUserNestedInput
|
|
107893
109175
|
}
|
|
@@ -112741,6 +114023,7 @@ export namespace Prisma {
|
|
|
112741
114023
|
creators?: CreatorListItemCreateNestedManyWithoutCreatorListInput
|
|
112742
114024
|
brand: BrandCreateNestedOneWithoutCreatorListsInput
|
|
112743
114025
|
campaign?: CampaignCreateNestedOneWithoutCreatorListsInput
|
|
114026
|
+
createdByUser?: UserCreateNestedOneWithoutCreatorListsInput
|
|
112744
114027
|
sequences?: SequenceCreateNestedManyWithoutCreatorListInput
|
|
112745
114028
|
}
|
|
112746
114029
|
|
|
@@ -112752,6 +114035,7 @@ export namespace Prisma {
|
|
|
112752
114035
|
archived?: Date | string | null
|
|
112753
114036
|
title: string
|
|
112754
114037
|
metaData?: NullableJsonNullValueInput | InputJsonValue
|
|
114038
|
+
createdByUserId?: number | null
|
|
112755
114039
|
creators?: CreatorListItemUncheckedCreateNestedManyWithoutCreatorListInput
|
|
112756
114040
|
sequences?: SequenceUncheckedCreateNestedManyWithoutCreatorListInput
|
|
112757
114041
|
}
|
|
@@ -112764,6 +114048,7 @@ export namespace Prisma {
|
|
|
112764
114048
|
creators?: CreatorListItemUpdateManyWithoutCreatorListNestedInput
|
|
112765
114049
|
brand?: BrandUpdateOneRequiredWithoutCreatorListsNestedInput
|
|
112766
114050
|
campaign?: CampaignUpdateOneWithoutCreatorListsNestedInput
|
|
114051
|
+
createdByUser?: UserUpdateOneWithoutCreatorListsNestedInput
|
|
112767
114052
|
sequences?: SequenceUpdateManyWithoutCreatorListNestedInput
|
|
112768
114053
|
}
|
|
112769
114054
|
|
|
@@ -112775,6 +114060,7 @@ export namespace Prisma {
|
|
|
112775
114060
|
archived?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
112776
114061
|
title?: StringFieldUpdateOperationsInput | string
|
|
112777
114062
|
metaData?: NullableJsonNullValueInput | InputJsonValue
|
|
114063
|
+
createdByUserId?: NullableIntFieldUpdateOperationsInput | number | null
|
|
112778
114064
|
creators?: CreatorListItemUncheckedUpdateManyWithoutCreatorListNestedInput
|
|
112779
114065
|
sequences?: SequenceUncheckedUpdateManyWithoutCreatorListNestedInput
|
|
112780
114066
|
}
|
|
@@ -112787,6 +114073,7 @@ export namespace Prisma {
|
|
|
112787
114073
|
archived?: Date | string | null
|
|
112788
114074
|
title: string
|
|
112789
114075
|
metaData?: NullableJsonNullValueInput | InputJsonValue
|
|
114076
|
+
createdByUserId?: number | null
|
|
112790
114077
|
}
|
|
112791
114078
|
|
|
112792
114079
|
export type CreatorListUpdateManyMutationInput = {
|
|
@@ -112804,6 +114091,7 @@ export namespace Prisma {
|
|
|
112804
114091
|
archived?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
112805
114092
|
title?: StringFieldUpdateOperationsInput | string
|
|
112806
114093
|
metaData?: NullableJsonNullValueInput | InputJsonValue
|
|
114094
|
+
createdByUserId?: NullableIntFieldUpdateOperationsInput | number | null
|
|
112807
114095
|
}
|
|
112808
114096
|
|
|
112809
114097
|
export type CreatorListItemCreateInput = {
|
|
@@ -112917,6 +114205,7 @@ export namespace Prisma {
|
|
|
112917
114205
|
creatorListItems?: CreatorListItemCreateNestedManyWithoutSocialProfileInput
|
|
112918
114206
|
campaignInvites?: CampaignInviteCreateNestedManyWithoutSocialProfileInput
|
|
112919
114207
|
user?: UserCreateNestedOneWithoutSocialProfilesInput
|
|
114208
|
+
creditRefundBatches?: CreditRefundBatchCreateNestedManyWithoutProfilesInput
|
|
112920
114209
|
}
|
|
112921
114210
|
|
|
112922
114211
|
export type SocialProfileUncheckedCreateInput = {
|
|
@@ -112940,6 +114229,7 @@ export namespace Prisma {
|
|
|
112940
114229
|
updated?: Date | string | null
|
|
112941
114230
|
creatorListItems?: CreatorListItemUncheckedCreateNestedManyWithoutSocialProfileInput
|
|
112942
114231
|
campaignInvites?: CampaignInviteUncheckedCreateNestedManyWithoutSocialProfileInput
|
|
114232
|
+
creditRefundBatches?: CreditRefundBatchUncheckedCreateNestedManyWithoutProfilesInput
|
|
112943
114233
|
}
|
|
112944
114234
|
|
|
112945
114235
|
export type SocialProfileUpdateInput = {
|
|
@@ -112962,6 +114252,7 @@ export namespace Prisma {
|
|
|
112962
114252
|
creatorListItems?: CreatorListItemUpdateManyWithoutSocialProfileNestedInput
|
|
112963
114253
|
campaignInvites?: CampaignInviteUpdateManyWithoutSocialProfileNestedInput
|
|
112964
114254
|
user?: UserUpdateOneWithoutSocialProfilesNestedInput
|
|
114255
|
+
creditRefundBatches?: CreditRefundBatchUpdateManyWithoutProfilesNestedInput
|
|
112965
114256
|
}
|
|
112966
114257
|
|
|
112967
114258
|
export type SocialProfileUncheckedUpdateInput = {
|
|
@@ -112985,6 +114276,7 @@ export namespace Prisma {
|
|
|
112985
114276
|
updated?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
112986
114277
|
creatorListItems?: CreatorListItemUncheckedUpdateManyWithoutSocialProfileNestedInput
|
|
112987
114278
|
campaignInvites?: CampaignInviteUncheckedUpdateManyWithoutSocialProfileNestedInput
|
|
114279
|
+
creditRefundBatches?: CreditRefundBatchUncheckedUpdateManyWithoutProfilesNestedInput
|
|
112988
114280
|
}
|
|
112989
114281
|
|
|
112990
114282
|
export type SocialProfileCreateManyInput = {
|
|
@@ -114657,6 +115949,49 @@ export namespace Prisma {
|
|
|
114657
115949
|
archivedAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
114658
115950
|
}
|
|
114659
115951
|
|
|
115952
|
+
export type CreditRefundBatchCreateInput = {
|
|
115953
|
+
createdAt?: Date | string
|
|
115954
|
+
closedAt?: Date | string | null
|
|
115955
|
+
profiles?: SocialProfileCreateNestedManyWithoutCreditRefundBatchesInput
|
|
115956
|
+
}
|
|
115957
|
+
|
|
115958
|
+
export type CreditRefundBatchUncheckedCreateInput = {
|
|
115959
|
+
id?: number
|
|
115960
|
+
createdAt?: Date | string
|
|
115961
|
+
closedAt?: Date | string | null
|
|
115962
|
+
profiles?: SocialProfileUncheckedCreateNestedManyWithoutCreditRefundBatchesInput
|
|
115963
|
+
}
|
|
115964
|
+
|
|
115965
|
+
export type CreditRefundBatchUpdateInput = {
|
|
115966
|
+
createdAt?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
115967
|
+
closedAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
115968
|
+
profiles?: SocialProfileUpdateManyWithoutCreditRefundBatchesNestedInput
|
|
115969
|
+
}
|
|
115970
|
+
|
|
115971
|
+
export type CreditRefundBatchUncheckedUpdateInput = {
|
|
115972
|
+
id?: IntFieldUpdateOperationsInput | number
|
|
115973
|
+
createdAt?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
115974
|
+
closedAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
115975
|
+
profiles?: SocialProfileUncheckedUpdateManyWithoutCreditRefundBatchesNestedInput
|
|
115976
|
+
}
|
|
115977
|
+
|
|
115978
|
+
export type CreditRefundBatchCreateManyInput = {
|
|
115979
|
+
id?: number
|
|
115980
|
+
createdAt?: Date | string
|
|
115981
|
+
closedAt?: Date | string | null
|
|
115982
|
+
}
|
|
115983
|
+
|
|
115984
|
+
export type CreditRefundBatchUpdateManyMutationInput = {
|
|
115985
|
+
createdAt?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
115986
|
+
closedAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
115987
|
+
}
|
|
115988
|
+
|
|
115989
|
+
export type CreditRefundBatchUncheckedUpdateManyInput = {
|
|
115990
|
+
id?: IntFieldUpdateOperationsInput | number
|
|
115991
|
+
createdAt?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
115992
|
+
closedAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
115993
|
+
}
|
|
115994
|
+
|
|
114660
115995
|
export type IntFilter<$PrismaModel = never> = {
|
|
114661
115996
|
equals?: number | IntFieldRefInput<$PrismaModel>
|
|
114662
115997
|
in?: number[] | ListIntFieldRefInput<$PrismaModel>
|
|
@@ -114897,6 +116232,12 @@ export namespace Prisma {
|
|
|
114897
116232
|
none?: BrandContractWhereInput
|
|
114898
116233
|
}
|
|
114899
116234
|
|
|
116235
|
+
export type CreatorListListRelationFilter = {
|
|
116236
|
+
every?: CreatorListWhereInput
|
|
116237
|
+
some?: CreatorListWhereInput
|
|
116238
|
+
none?: CreatorListWhereInput
|
|
116239
|
+
}
|
|
116240
|
+
|
|
114900
116241
|
export type FileListRelationFilter = {
|
|
114901
116242
|
every?: FileWhereInput
|
|
114902
116243
|
some?: FileWhereInput
|
|
@@ -114976,6 +116317,10 @@ export namespace Prisma {
|
|
|
114976
116317
|
_count?: SortOrder
|
|
114977
116318
|
}
|
|
114978
116319
|
|
|
116320
|
+
export type CreatorListOrderByRelationAggregateInput = {
|
|
116321
|
+
_count?: SortOrder
|
|
116322
|
+
}
|
|
116323
|
+
|
|
114979
116324
|
export type FileOrderByRelationAggregateInput = {
|
|
114980
116325
|
_count?: SortOrder
|
|
114981
116326
|
}
|
|
@@ -115997,12 +117342,6 @@ export namespace Prisma {
|
|
|
115997
117342
|
none?: SavedFileWhereInput
|
|
115998
117343
|
}
|
|
115999
117344
|
|
|
116000
|
-
export type CreatorListListRelationFilter = {
|
|
116001
|
-
every?: CreatorListWhereInput
|
|
116002
|
-
some?: CreatorListWhereInput
|
|
116003
|
-
none?: CreatorListWhereInput
|
|
116004
|
-
}
|
|
116005
|
-
|
|
116006
117345
|
export type BrandAffiliateLinkListRelationFilter = {
|
|
116007
117346
|
every?: BrandAffiliateLinkWhereInput
|
|
116008
117347
|
some?: BrandAffiliateLinkWhereInput
|
|
@@ -116087,10 +117426,6 @@ export namespace Prisma {
|
|
|
116087
117426
|
_count?: SortOrder
|
|
116088
117427
|
}
|
|
116089
117428
|
|
|
116090
|
-
export type CreatorListOrderByRelationAggregateInput = {
|
|
116091
|
-
_count?: SortOrder
|
|
116092
|
-
}
|
|
116093
|
-
|
|
116094
117429
|
export type BrandAffiliateLinkOrderByRelationAggregateInput = {
|
|
116095
117430
|
_count?: SortOrder
|
|
116096
117431
|
}
|
|
@@ -118915,12 +120250,14 @@ export namespace Prisma {
|
|
|
118915
120250
|
archived?: SortOrder
|
|
118916
120251
|
title?: SortOrder
|
|
118917
120252
|
metaData?: SortOrder
|
|
120253
|
+
createdByUserId?: SortOrder
|
|
118918
120254
|
}
|
|
118919
120255
|
|
|
118920
120256
|
export type CreatorListAvgOrderByAggregateInput = {
|
|
118921
120257
|
id?: SortOrder
|
|
118922
120258
|
brandId?: SortOrder
|
|
118923
120259
|
campaignId?: SortOrder
|
|
120260
|
+
createdByUserId?: SortOrder
|
|
118924
120261
|
}
|
|
118925
120262
|
|
|
118926
120263
|
export type CreatorListMaxOrderByAggregateInput = {
|
|
@@ -118930,6 +120267,7 @@ export namespace Prisma {
|
|
|
118930
120267
|
created?: SortOrder
|
|
118931
120268
|
archived?: SortOrder
|
|
118932
120269
|
title?: SortOrder
|
|
120270
|
+
createdByUserId?: SortOrder
|
|
118933
120271
|
}
|
|
118934
120272
|
|
|
118935
120273
|
export type CreatorListMinOrderByAggregateInput = {
|
|
@@ -118939,12 +120277,14 @@ export namespace Prisma {
|
|
|
118939
120277
|
created?: SortOrder
|
|
118940
120278
|
archived?: SortOrder
|
|
118941
120279
|
title?: SortOrder
|
|
120280
|
+
createdByUserId?: SortOrder
|
|
118942
120281
|
}
|
|
118943
120282
|
|
|
118944
120283
|
export type CreatorListSumOrderByAggregateInput = {
|
|
118945
120284
|
id?: SortOrder
|
|
118946
120285
|
brandId?: SortOrder
|
|
118947
120286
|
campaignId?: SortOrder
|
|
120287
|
+
createdByUserId?: SortOrder
|
|
118948
120288
|
}
|
|
118949
120289
|
|
|
118950
120290
|
export type CreatorListRelationFilter = {
|
|
@@ -119032,6 +120372,16 @@ export namespace Prisma {
|
|
|
119032
120372
|
creatorListId?: SortOrder
|
|
119033
120373
|
}
|
|
119034
120374
|
|
|
120375
|
+
export type CreditRefundBatchListRelationFilter = {
|
|
120376
|
+
every?: CreditRefundBatchWhereInput
|
|
120377
|
+
some?: CreditRefundBatchWhereInput
|
|
120378
|
+
none?: CreditRefundBatchWhereInput
|
|
120379
|
+
}
|
|
120380
|
+
|
|
120381
|
+
export type CreditRefundBatchOrderByRelationAggregateInput = {
|
|
120382
|
+
_count?: SortOrder
|
|
120383
|
+
}
|
|
120384
|
+
|
|
119035
120385
|
export type SocialProfileOrderByRelevanceInput = {
|
|
119036
120386
|
fields: SocialProfileOrderByRelevanceFieldEnum | SocialProfileOrderByRelevanceFieldEnum[]
|
|
119037
120387
|
sort: SortOrder
|
|
@@ -120390,6 +121740,32 @@ export namespace Prisma {
|
|
|
120390
121740
|
editedByUserId?: SortOrder
|
|
120391
121741
|
}
|
|
120392
121742
|
|
|
121743
|
+
export type CreditRefundBatchCountOrderByAggregateInput = {
|
|
121744
|
+
id?: SortOrder
|
|
121745
|
+
createdAt?: SortOrder
|
|
121746
|
+
closedAt?: SortOrder
|
|
121747
|
+
}
|
|
121748
|
+
|
|
121749
|
+
export type CreditRefundBatchAvgOrderByAggregateInput = {
|
|
121750
|
+
id?: SortOrder
|
|
121751
|
+
}
|
|
121752
|
+
|
|
121753
|
+
export type CreditRefundBatchMaxOrderByAggregateInput = {
|
|
121754
|
+
id?: SortOrder
|
|
121755
|
+
createdAt?: SortOrder
|
|
121756
|
+
closedAt?: SortOrder
|
|
121757
|
+
}
|
|
121758
|
+
|
|
121759
|
+
export type CreditRefundBatchMinOrderByAggregateInput = {
|
|
121760
|
+
id?: SortOrder
|
|
121761
|
+
createdAt?: SortOrder
|
|
121762
|
+
closedAt?: SortOrder
|
|
121763
|
+
}
|
|
121764
|
+
|
|
121765
|
+
export type CreditRefundBatchSumOrderByAggregateInput = {
|
|
121766
|
+
id?: SortOrder
|
|
121767
|
+
}
|
|
121768
|
+
|
|
120393
121769
|
export type UserCreateNestedOneWithoutReferredUsersInput = {
|
|
120394
121770
|
create?: XOR<UserCreateWithoutReferredUsersInput, UserUncheckedCreateWithoutReferredUsersInput>
|
|
120395
121771
|
connectOrCreate?: UserCreateOrConnectWithoutReferredUsersInput
|
|
@@ -120578,6 +121954,13 @@ export namespace Prisma {
|
|
|
120578
121954
|
connect?: BrandContractWhereUniqueInput | BrandContractWhereUniqueInput[]
|
|
120579
121955
|
}
|
|
120580
121956
|
|
|
121957
|
+
export type CreatorListCreateNestedManyWithoutCreatedByUserInput = {
|
|
121958
|
+
create?: XOR<CreatorListCreateWithoutCreatedByUserInput, CreatorListUncheckedCreateWithoutCreatedByUserInput> | CreatorListCreateWithoutCreatedByUserInput[] | CreatorListUncheckedCreateWithoutCreatedByUserInput[]
|
|
121959
|
+
connectOrCreate?: CreatorListCreateOrConnectWithoutCreatedByUserInput | CreatorListCreateOrConnectWithoutCreatedByUserInput[]
|
|
121960
|
+
createMany?: CreatorListCreateManyCreatedByUserInputEnvelope
|
|
121961
|
+
connect?: CreatorListWhereUniqueInput | CreatorListWhereUniqueInput[]
|
|
121962
|
+
}
|
|
121963
|
+
|
|
120581
121964
|
export type FileCreateNestedManyWithoutCreatedByUserInput = {
|
|
120582
121965
|
create?: XOR<FileCreateWithoutCreatedByUserInput, FileUncheckedCreateWithoutCreatedByUserInput> | FileCreateWithoutCreatedByUserInput[] | FileUncheckedCreateWithoutCreatedByUserInput[]
|
|
120583
121966
|
connectOrCreate?: FileCreateOrConnectWithoutCreatedByUserInput | FileCreateOrConnectWithoutCreatedByUserInput[]
|
|
@@ -120774,6 +122157,13 @@ export namespace Prisma {
|
|
|
120774
122157
|
connect?: BrandContractWhereUniqueInput | BrandContractWhereUniqueInput[]
|
|
120775
122158
|
}
|
|
120776
122159
|
|
|
122160
|
+
export type CreatorListUncheckedCreateNestedManyWithoutCreatedByUserInput = {
|
|
122161
|
+
create?: XOR<CreatorListCreateWithoutCreatedByUserInput, CreatorListUncheckedCreateWithoutCreatedByUserInput> | CreatorListCreateWithoutCreatedByUserInput[] | CreatorListUncheckedCreateWithoutCreatedByUserInput[]
|
|
122162
|
+
connectOrCreate?: CreatorListCreateOrConnectWithoutCreatedByUserInput | CreatorListCreateOrConnectWithoutCreatedByUserInput[]
|
|
122163
|
+
createMany?: CreatorListCreateManyCreatedByUserInputEnvelope
|
|
122164
|
+
connect?: CreatorListWhereUniqueInput | CreatorListWhereUniqueInput[]
|
|
122165
|
+
}
|
|
122166
|
+
|
|
120777
122167
|
export type FileUncheckedCreateNestedManyWithoutCreatedByUserInput = {
|
|
120778
122168
|
create?: XOR<FileCreateWithoutCreatedByUserInput, FileUncheckedCreateWithoutCreatedByUserInput> | FileCreateWithoutCreatedByUserInput[] | FileUncheckedCreateWithoutCreatedByUserInput[]
|
|
120779
122169
|
connectOrCreate?: FileCreateOrConnectWithoutCreatedByUserInput | FileCreateOrConnectWithoutCreatedByUserInput[]
|
|
@@ -121172,6 +122562,20 @@ export namespace Prisma {
|
|
|
121172
122562
|
deleteMany?: BrandContractScalarWhereInput | BrandContractScalarWhereInput[]
|
|
121173
122563
|
}
|
|
121174
122564
|
|
|
122565
|
+
export type CreatorListUpdateManyWithoutCreatedByUserNestedInput = {
|
|
122566
|
+
create?: XOR<CreatorListCreateWithoutCreatedByUserInput, CreatorListUncheckedCreateWithoutCreatedByUserInput> | CreatorListCreateWithoutCreatedByUserInput[] | CreatorListUncheckedCreateWithoutCreatedByUserInput[]
|
|
122567
|
+
connectOrCreate?: CreatorListCreateOrConnectWithoutCreatedByUserInput | CreatorListCreateOrConnectWithoutCreatedByUserInput[]
|
|
122568
|
+
upsert?: CreatorListUpsertWithWhereUniqueWithoutCreatedByUserInput | CreatorListUpsertWithWhereUniqueWithoutCreatedByUserInput[]
|
|
122569
|
+
createMany?: CreatorListCreateManyCreatedByUserInputEnvelope
|
|
122570
|
+
set?: CreatorListWhereUniqueInput | CreatorListWhereUniqueInput[]
|
|
122571
|
+
disconnect?: CreatorListWhereUniqueInput | CreatorListWhereUniqueInput[]
|
|
122572
|
+
delete?: CreatorListWhereUniqueInput | CreatorListWhereUniqueInput[]
|
|
122573
|
+
connect?: CreatorListWhereUniqueInput | CreatorListWhereUniqueInput[]
|
|
122574
|
+
update?: CreatorListUpdateWithWhereUniqueWithoutCreatedByUserInput | CreatorListUpdateWithWhereUniqueWithoutCreatedByUserInput[]
|
|
122575
|
+
updateMany?: CreatorListUpdateManyWithWhereWithoutCreatedByUserInput | CreatorListUpdateManyWithWhereWithoutCreatedByUserInput[]
|
|
122576
|
+
deleteMany?: CreatorListScalarWhereInput | CreatorListScalarWhereInput[]
|
|
122577
|
+
}
|
|
122578
|
+
|
|
121175
122579
|
export type FileUpdateManyWithoutCreatedByUserNestedInput = {
|
|
121176
122580
|
create?: XOR<FileCreateWithoutCreatedByUserInput, FileUncheckedCreateWithoutCreatedByUserInput> | FileCreateWithoutCreatedByUserInput[] | FileUncheckedCreateWithoutCreatedByUserInput[]
|
|
121177
122581
|
connectOrCreate?: FileCreateOrConnectWithoutCreatedByUserInput | FileCreateOrConnectWithoutCreatedByUserInput[]
|
|
@@ -121558,6 +122962,20 @@ export namespace Prisma {
|
|
|
121558
122962
|
deleteMany?: BrandContractScalarWhereInput | BrandContractScalarWhereInput[]
|
|
121559
122963
|
}
|
|
121560
122964
|
|
|
122965
|
+
export type CreatorListUncheckedUpdateManyWithoutCreatedByUserNestedInput = {
|
|
122966
|
+
create?: XOR<CreatorListCreateWithoutCreatedByUserInput, CreatorListUncheckedCreateWithoutCreatedByUserInput> | CreatorListCreateWithoutCreatedByUserInput[] | CreatorListUncheckedCreateWithoutCreatedByUserInput[]
|
|
122967
|
+
connectOrCreate?: CreatorListCreateOrConnectWithoutCreatedByUserInput | CreatorListCreateOrConnectWithoutCreatedByUserInput[]
|
|
122968
|
+
upsert?: CreatorListUpsertWithWhereUniqueWithoutCreatedByUserInput | CreatorListUpsertWithWhereUniqueWithoutCreatedByUserInput[]
|
|
122969
|
+
createMany?: CreatorListCreateManyCreatedByUserInputEnvelope
|
|
122970
|
+
set?: CreatorListWhereUniqueInput | CreatorListWhereUniqueInput[]
|
|
122971
|
+
disconnect?: CreatorListWhereUniqueInput | CreatorListWhereUniqueInput[]
|
|
122972
|
+
delete?: CreatorListWhereUniqueInput | CreatorListWhereUniqueInput[]
|
|
122973
|
+
connect?: CreatorListWhereUniqueInput | CreatorListWhereUniqueInput[]
|
|
122974
|
+
update?: CreatorListUpdateWithWhereUniqueWithoutCreatedByUserInput | CreatorListUpdateWithWhereUniqueWithoutCreatedByUserInput[]
|
|
122975
|
+
updateMany?: CreatorListUpdateManyWithWhereWithoutCreatedByUserInput | CreatorListUpdateManyWithWhereWithoutCreatedByUserInput[]
|
|
122976
|
+
deleteMany?: CreatorListScalarWhereInput | CreatorListScalarWhereInput[]
|
|
122977
|
+
}
|
|
122978
|
+
|
|
121561
122979
|
export type FileUncheckedUpdateManyWithoutCreatedByUserNestedInput = {
|
|
121562
122980
|
create?: XOR<FileCreateWithoutCreatedByUserInput, FileUncheckedCreateWithoutCreatedByUserInput> | FileCreateWithoutCreatedByUserInput[] | FileUncheckedCreateWithoutCreatedByUserInput[]
|
|
121563
122981
|
connectOrCreate?: FileCreateOrConnectWithoutCreatedByUserInput | FileCreateOrConnectWithoutCreatedByUserInput[]
|
|
@@ -126309,6 +127727,12 @@ export namespace Prisma {
|
|
|
126309
127727
|
connect?: CampaignWhereUniqueInput
|
|
126310
127728
|
}
|
|
126311
127729
|
|
|
127730
|
+
export type UserCreateNestedOneWithoutCreatorListsInput = {
|
|
127731
|
+
create?: XOR<UserCreateWithoutCreatorListsInput, UserUncheckedCreateWithoutCreatorListsInput>
|
|
127732
|
+
connectOrCreate?: UserCreateOrConnectWithoutCreatorListsInput
|
|
127733
|
+
connect?: UserWhereUniqueInput
|
|
127734
|
+
}
|
|
127735
|
+
|
|
126312
127736
|
export type SequenceCreateNestedManyWithoutCreatorListInput = {
|
|
126313
127737
|
create?: XOR<SequenceCreateWithoutCreatorListInput, SequenceUncheckedCreateWithoutCreatorListInput> | SequenceCreateWithoutCreatorListInput[] | SequenceUncheckedCreateWithoutCreatorListInput[]
|
|
126314
127738
|
connectOrCreate?: SequenceCreateOrConnectWithoutCreatorListInput | SequenceCreateOrConnectWithoutCreatorListInput[]
|
|
@@ -126362,6 +127786,16 @@ export namespace Prisma {
|
|
|
126362
127786
|
update?: XOR<XOR<CampaignUpdateToOneWithWhereWithoutCreatorListsInput, CampaignUpdateWithoutCreatorListsInput>, CampaignUncheckedUpdateWithoutCreatorListsInput>
|
|
126363
127787
|
}
|
|
126364
127788
|
|
|
127789
|
+
export type UserUpdateOneWithoutCreatorListsNestedInput = {
|
|
127790
|
+
create?: XOR<UserCreateWithoutCreatorListsInput, UserUncheckedCreateWithoutCreatorListsInput>
|
|
127791
|
+
connectOrCreate?: UserCreateOrConnectWithoutCreatorListsInput
|
|
127792
|
+
upsert?: UserUpsertWithoutCreatorListsInput
|
|
127793
|
+
disconnect?: UserWhereInput | boolean
|
|
127794
|
+
delete?: UserWhereInput | boolean
|
|
127795
|
+
connect?: UserWhereUniqueInput
|
|
127796
|
+
update?: XOR<XOR<UserUpdateToOneWithWhereWithoutCreatorListsInput, UserUpdateWithoutCreatorListsInput>, UserUncheckedUpdateWithoutCreatorListsInput>
|
|
127797
|
+
}
|
|
127798
|
+
|
|
126365
127799
|
export type SequenceUpdateManyWithoutCreatorListNestedInput = {
|
|
126366
127800
|
create?: XOR<SequenceCreateWithoutCreatorListInput, SequenceUncheckedCreateWithoutCreatorListInput> | SequenceCreateWithoutCreatorListInput[] | SequenceUncheckedCreateWithoutCreatorListInput[]
|
|
126367
127801
|
connectOrCreate?: SequenceCreateOrConnectWithoutCreatorListInput | SequenceCreateOrConnectWithoutCreatorListInput[]
|
|
@@ -126580,6 +128014,12 @@ export namespace Prisma {
|
|
|
126580
128014
|
connect?: UserWhereUniqueInput
|
|
126581
128015
|
}
|
|
126582
128016
|
|
|
128017
|
+
export type CreditRefundBatchCreateNestedManyWithoutProfilesInput = {
|
|
128018
|
+
create?: XOR<CreditRefundBatchCreateWithoutProfilesInput, CreditRefundBatchUncheckedCreateWithoutProfilesInput> | CreditRefundBatchCreateWithoutProfilesInput[] | CreditRefundBatchUncheckedCreateWithoutProfilesInput[]
|
|
128019
|
+
connectOrCreate?: CreditRefundBatchCreateOrConnectWithoutProfilesInput | CreditRefundBatchCreateOrConnectWithoutProfilesInput[]
|
|
128020
|
+
connect?: CreditRefundBatchWhereUniqueInput | CreditRefundBatchWhereUniqueInput[]
|
|
128021
|
+
}
|
|
128022
|
+
|
|
126583
128023
|
export type CreatorListItemUncheckedCreateNestedManyWithoutSocialProfileInput = {
|
|
126584
128024
|
create?: XOR<CreatorListItemCreateWithoutSocialProfileInput, CreatorListItemUncheckedCreateWithoutSocialProfileInput> | CreatorListItemCreateWithoutSocialProfileInput[] | CreatorListItemUncheckedCreateWithoutSocialProfileInput[]
|
|
126585
128025
|
connectOrCreate?: CreatorListItemCreateOrConnectWithoutSocialProfileInput | CreatorListItemCreateOrConnectWithoutSocialProfileInput[]
|
|
@@ -126594,6 +128034,12 @@ export namespace Prisma {
|
|
|
126594
128034
|
connect?: CampaignInviteWhereUniqueInput | CampaignInviteWhereUniqueInput[]
|
|
126595
128035
|
}
|
|
126596
128036
|
|
|
128037
|
+
export type CreditRefundBatchUncheckedCreateNestedManyWithoutProfilesInput = {
|
|
128038
|
+
create?: XOR<CreditRefundBatchCreateWithoutProfilesInput, CreditRefundBatchUncheckedCreateWithoutProfilesInput> | CreditRefundBatchCreateWithoutProfilesInput[] | CreditRefundBatchUncheckedCreateWithoutProfilesInput[]
|
|
128039
|
+
connectOrCreate?: CreditRefundBatchCreateOrConnectWithoutProfilesInput | CreditRefundBatchCreateOrConnectWithoutProfilesInput[]
|
|
128040
|
+
connect?: CreditRefundBatchWhereUniqueInput | CreditRefundBatchWhereUniqueInput[]
|
|
128041
|
+
}
|
|
128042
|
+
|
|
126597
128043
|
export type CreatorListItemUpdateManyWithoutSocialProfileNestedInput = {
|
|
126598
128044
|
create?: XOR<CreatorListItemCreateWithoutSocialProfileInput, CreatorListItemUncheckedCreateWithoutSocialProfileInput> | CreatorListItemCreateWithoutSocialProfileInput[] | CreatorListItemUncheckedCreateWithoutSocialProfileInput[]
|
|
126599
128045
|
connectOrCreate?: CreatorListItemCreateOrConnectWithoutSocialProfileInput | CreatorListItemCreateOrConnectWithoutSocialProfileInput[]
|
|
@@ -126632,6 +128078,19 @@ export namespace Prisma {
|
|
|
126632
128078
|
update?: XOR<XOR<UserUpdateToOneWithWhereWithoutSocialProfilesInput, UserUpdateWithoutSocialProfilesInput>, UserUncheckedUpdateWithoutSocialProfilesInput>
|
|
126633
128079
|
}
|
|
126634
128080
|
|
|
128081
|
+
export type CreditRefundBatchUpdateManyWithoutProfilesNestedInput = {
|
|
128082
|
+
create?: XOR<CreditRefundBatchCreateWithoutProfilesInput, CreditRefundBatchUncheckedCreateWithoutProfilesInput> | CreditRefundBatchCreateWithoutProfilesInput[] | CreditRefundBatchUncheckedCreateWithoutProfilesInput[]
|
|
128083
|
+
connectOrCreate?: CreditRefundBatchCreateOrConnectWithoutProfilesInput | CreditRefundBatchCreateOrConnectWithoutProfilesInput[]
|
|
128084
|
+
upsert?: CreditRefundBatchUpsertWithWhereUniqueWithoutProfilesInput | CreditRefundBatchUpsertWithWhereUniqueWithoutProfilesInput[]
|
|
128085
|
+
set?: CreditRefundBatchWhereUniqueInput | CreditRefundBatchWhereUniqueInput[]
|
|
128086
|
+
disconnect?: CreditRefundBatchWhereUniqueInput | CreditRefundBatchWhereUniqueInput[]
|
|
128087
|
+
delete?: CreditRefundBatchWhereUniqueInput | CreditRefundBatchWhereUniqueInput[]
|
|
128088
|
+
connect?: CreditRefundBatchWhereUniqueInput | CreditRefundBatchWhereUniqueInput[]
|
|
128089
|
+
update?: CreditRefundBatchUpdateWithWhereUniqueWithoutProfilesInput | CreditRefundBatchUpdateWithWhereUniqueWithoutProfilesInput[]
|
|
128090
|
+
updateMany?: CreditRefundBatchUpdateManyWithWhereWithoutProfilesInput | CreditRefundBatchUpdateManyWithWhereWithoutProfilesInput[]
|
|
128091
|
+
deleteMany?: CreditRefundBatchScalarWhereInput | CreditRefundBatchScalarWhereInput[]
|
|
128092
|
+
}
|
|
128093
|
+
|
|
126635
128094
|
export type CreatorListItemUncheckedUpdateManyWithoutSocialProfileNestedInput = {
|
|
126636
128095
|
create?: XOR<CreatorListItemCreateWithoutSocialProfileInput, CreatorListItemUncheckedCreateWithoutSocialProfileInput> | CreatorListItemCreateWithoutSocialProfileInput[] | CreatorListItemUncheckedCreateWithoutSocialProfileInput[]
|
|
126637
128096
|
connectOrCreate?: CreatorListItemCreateOrConnectWithoutSocialProfileInput | CreatorListItemCreateOrConnectWithoutSocialProfileInput[]
|
|
@@ -126660,6 +128119,19 @@ export namespace Prisma {
|
|
|
126660
128119
|
deleteMany?: CampaignInviteScalarWhereInput | CampaignInviteScalarWhereInput[]
|
|
126661
128120
|
}
|
|
126662
128121
|
|
|
128122
|
+
export type CreditRefundBatchUncheckedUpdateManyWithoutProfilesNestedInput = {
|
|
128123
|
+
create?: XOR<CreditRefundBatchCreateWithoutProfilesInput, CreditRefundBatchUncheckedCreateWithoutProfilesInput> | CreditRefundBatchCreateWithoutProfilesInput[] | CreditRefundBatchUncheckedCreateWithoutProfilesInput[]
|
|
128124
|
+
connectOrCreate?: CreditRefundBatchCreateOrConnectWithoutProfilesInput | CreditRefundBatchCreateOrConnectWithoutProfilesInput[]
|
|
128125
|
+
upsert?: CreditRefundBatchUpsertWithWhereUniqueWithoutProfilesInput | CreditRefundBatchUpsertWithWhereUniqueWithoutProfilesInput[]
|
|
128126
|
+
set?: CreditRefundBatchWhereUniqueInput | CreditRefundBatchWhereUniqueInput[]
|
|
128127
|
+
disconnect?: CreditRefundBatchWhereUniqueInput | CreditRefundBatchWhereUniqueInput[]
|
|
128128
|
+
delete?: CreditRefundBatchWhereUniqueInput | CreditRefundBatchWhereUniqueInput[]
|
|
128129
|
+
connect?: CreditRefundBatchWhereUniqueInput | CreditRefundBatchWhereUniqueInput[]
|
|
128130
|
+
update?: CreditRefundBatchUpdateWithWhereUniqueWithoutProfilesInput | CreditRefundBatchUpdateWithWhereUniqueWithoutProfilesInput[]
|
|
128131
|
+
updateMany?: CreditRefundBatchUpdateManyWithWhereWithoutProfilesInput | CreditRefundBatchUpdateManyWithWhereWithoutProfilesInput[]
|
|
128132
|
+
deleteMany?: CreditRefundBatchScalarWhereInput | CreditRefundBatchScalarWhereInput[]
|
|
128133
|
+
}
|
|
128134
|
+
|
|
126663
128135
|
export type BrandCreateNestedOneWithoutMessageTemplateInput = {
|
|
126664
128136
|
create?: XOR<BrandCreateWithoutMessageTemplateInput, BrandUncheckedCreateWithoutMessageTemplateInput>
|
|
126665
128137
|
connectOrCreate?: BrandCreateOrConnectWithoutMessageTemplateInput
|
|
@@ -127816,6 +129288,44 @@ export namespace Prisma {
|
|
|
127816
129288
|
update?: XOR<XOR<BrandContractUpdateToOneWithWhereWithoutFileInput, BrandContractUpdateWithoutFileInput>, BrandContractUncheckedUpdateWithoutFileInput>
|
|
127817
129289
|
}
|
|
127818
129290
|
|
|
129291
|
+
export type SocialProfileCreateNestedManyWithoutCreditRefundBatchesInput = {
|
|
129292
|
+
create?: XOR<SocialProfileCreateWithoutCreditRefundBatchesInput, SocialProfileUncheckedCreateWithoutCreditRefundBatchesInput> | SocialProfileCreateWithoutCreditRefundBatchesInput[] | SocialProfileUncheckedCreateWithoutCreditRefundBatchesInput[]
|
|
129293
|
+
connectOrCreate?: SocialProfileCreateOrConnectWithoutCreditRefundBatchesInput | SocialProfileCreateOrConnectWithoutCreditRefundBatchesInput[]
|
|
129294
|
+
connect?: SocialProfileWhereUniqueInput | SocialProfileWhereUniqueInput[]
|
|
129295
|
+
}
|
|
129296
|
+
|
|
129297
|
+
export type SocialProfileUncheckedCreateNestedManyWithoutCreditRefundBatchesInput = {
|
|
129298
|
+
create?: XOR<SocialProfileCreateWithoutCreditRefundBatchesInput, SocialProfileUncheckedCreateWithoutCreditRefundBatchesInput> | SocialProfileCreateWithoutCreditRefundBatchesInput[] | SocialProfileUncheckedCreateWithoutCreditRefundBatchesInput[]
|
|
129299
|
+
connectOrCreate?: SocialProfileCreateOrConnectWithoutCreditRefundBatchesInput | SocialProfileCreateOrConnectWithoutCreditRefundBatchesInput[]
|
|
129300
|
+
connect?: SocialProfileWhereUniqueInput | SocialProfileWhereUniqueInput[]
|
|
129301
|
+
}
|
|
129302
|
+
|
|
129303
|
+
export type SocialProfileUpdateManyWithoutCreditRefundBatchesNestedInput = {
|
|
129304
|
+
create?: XOR<SocialProfileCreateWithoutCreditRefundBatchesInput, SocialProfileUncheckedCreateWithoutCreditRefundBatchesInput> | SocialProfileCreateWithoutCreditRefundBatchesInput[] | SocialProfileUncheckedCreateWithoutCreditRefundBatchesInput[]
|
|
129305
|
+
connectOrCreate?: SocialProfileCreateOrConnectWithoutCreditRefundBatchesInput | SocialProfileCreateOrConnectWithoutCreditRefundBatchesInput[]
|
|
129306
|
+
upsert?: SocialProfileUpsertWithWhereUniqueWithoutCreditRefundBatchesInput | SocialProfileUpsertWithWhereUniqueWithoutCreditRefundBatchesInput[]
|
|
129307
|
+
set?: SocialProfileWhereUniqueInput | SocialProfileWhereUniqueInput[]
|
|
129308
|
+
disconnect?: SocialProfileWhereUniqueInput | SocialProfileWhereUniqueInput[]
|
|
129309
|
+
delete?: SocialProfileWhereUniqueInput | SocialProfileWhereUniqueInput[]
|
|
129310
|
+
connect?: SocialProfileWhereUniqueInput | SocialProfileWhereUniqueInput[]
|
|
129311
|
+
update?: SocialProfileUpdateWithWhereUniqueWithoutCreditRefundBatchesInput | SocialProfileUpdateWithWhereUniqueWithoutCreditRefundBatchesInput[]
|
|
129312
|
+
updateMany?: SocialProfileUpdateManyWithWhereWithoutCreditRefundBatchesInput | SocialProfileUpdateManyWithWhereWithoutCreditRefundBatchesInput[]
|
|
129313
|
+
deleteMany?: SocialProfileScalarWhereInput | SocialProfileScalarWhereInput[]
|
|
129314
|
+
}
|
|
129315
|
+
|
|
129316
|
+
export type SocialProfileUncheckedUpdateManyWithoutCreditRefundBatchesNestedInput = {
|
|
129317
|
+
create?: XOR<SocialProfileCreateWithoutCreditRefundBatchesInput, SocialProfileUncheckedCreateWithoutCreditRefundBatchesInput> | SocialProfileCreateWithoutCreditRefundBatchesInput[] | SocialProfileUncheckedCreateWithoutCreditRefundBatchesInput[]
|
|
129318
|
+
connectOrCreate?: SocialProfileCreateOrConnectWithoutCreditRefundBatchesInput | SocialProfileCreateOrConnectWithoutCreditRefundBatchesInput[]
|
|
129319
|
+
upsert?: SocialProfileUpsertWithWhereUniqueWithoutCreditRefundBatchesInput | SocialProfileUpsertWithWhereUniqueWithoutCreditRefundBatchesInput[]
|
|
129320
|
+
set?: SocialProfileWhereUniqueInput | SocialProfileWhereUniqueInput[]
|
|
129321
|
+
disconnect?: SocialProfileWhereUniqueInput | SocialProfileWhereUniqueInput[]
|
|
129322
|
+
delete?: SocialProfileWhereUniqueInput | SocialProfileWhereUniqueInput[]
|
|
129323
|
+
connect?: SocialProfileWhereUniqueInput | SocialProfileWhereUniqueInput[]
|
|
129324
|
+
update?: SocialProfileUpdateWithWhereUniqueWithoutCreditRefundBatchesInput | SocialProfileUpdateWithWhereUniqueWithoutCreditRefundBatchesInput[]
|
|
129325
|
+
updateMany?: SocialProfileUpdateManyWithWhereWithoutCreditRefundBatchesInput | SocialProfileUpdateManyWithWhereWithoutCreditRefundBatchesInput[]
|
|
129326
|
+
deleteMany?: SocialProfileScalarWhereInput | SocialProfileScalarWhereInput[]
|
|
129327
|
+
}
|
|
129328
|
+
|
|
127819
129329
|
export type NestedIntFilter<$PrismaModel = never> = {
|
|
127820
129330
|
equals?: number | IntFieldRefInput<$PrismaModel>
|
|
127821
129331
|
in?: number[] | ListIntFieldRefInput<$PrismaModel>
|
|
@@ -128280,6 +129790,7 @@ export namespace Prisma {
|
|
|
128280
129790
|
affiliatePayoutBatches?: AffiliatePayoutBatchCreateNestedManyWithoutUserInput
|
|
128281
129791
|
contractsCreated?: BrandContractCreateNestedManyWithoutCreatedByUserInput
|
|
128282
129792
|
contractsEdited?: BrandContractCreateNestedManyWithoutEditedByUserInput
|
|
129793
|
+
creatorLists?: CreatorListCreateNestedManyWithoutCreatedByUserInput
|
|
128283
129794
|
filesCreated?: FileCreateNestedManyWithoutCreatedByUserInput
|
|
128284
129795
|
filesEdited?: FileCreateNestedManyWithoutEditedByUserInput
|
|
128285
129796
|
}
|
|
@@ -128333,6 +129844,7 @@ export namespace Prisma {
|
|
|
128333
129844
|
affiliatePayoutBatches?: AffiliatePayoutBatchUncheckedCreateNestedManyWithoutUserInput
|
|
128334
129845
|
contractsCreated?: BrandContractUncheckedCreateNestedManyWithoutCreatedByUserInput
|
|
128335
129846
|
contractsEdited?: BrandContractUncheckedCreateNestedManyWithoutEditedByUserInput
|
|
129847
|
+
creatorLists?: CreatorListUncheckedCreateNestedManyWithoutCreatedByUserInput
|
|
128336
129848
|
filesCreated?: FileUncheckedCreateNestedManyWithoutCreatedByUserInput
|
|
128337
129849
|
filesEdited?: FileUncheckedCreateNestedManyWithoutEditedByUserInput
|
|
128338
129850
|
}
|
|
@@ -128390,6 +129902,7 @@ export namespace Prisma {
|
|
|
128390
129902
|
affiliatePayoutBatches?: AffiliatePayoutBatchCreateNestedManyWithoutUserInput
|
|
128391
129903
|
contractsCreated?: BrandContractCreateNestedManyWithoutCreatedByUserInput
|
|
128392
129904
|
contractsEdited?: BrandContractCreateNestedManyWithoutEditedByUserInput
|
|
129905
|
+
creatorLists?: CreatorListCreateNestedManyWithoutCreatedByUserInput
|
|
128393
129906
|
filesCreated?: FileCreateNestedManyWithoutCreatedByUserInput
|
|
128394
129907
|
filesEdited?: FileCreateNestedManyWithoutEditedByUserInput
|
|
128395
129908
|
}
|
|
@@ -128443,6 +129956,7 @@ export namespace Prisma {
|
|
|
128443
129956
|
affiliatePayoutBatches?: AffiliatePayoutBatchUncheckedCreateNestedManyWithoutUserInput
|
|
128444
129957
|
contractsCreated?: BrandContractUncheckedCreateNestedManyWithoutCreatedByUserInput
|
|
128445
129958
|
contractsEdited?: BrandContractUncheckedCreateNestedManyWithoutEditedByUserInput
|
|
129959
|
+
creatorLists?: CreatorListUncheckedCreateNestedManyWithoutCreatedByUserInput
|
|
128446
129960
|
filesCreated?: FileUncheckedCreateNestedManyWithoutCreatedByUserInput
|
|
128447
129961
|
filesEdited?: FileUncheckedCreateNestedManyWithoutEditedByUserInput
|
|
128448
129962
|
}
|
|
@@ -129201,6 +130715,7 @@ export namespace Prisma {
|
|
|
129201
130715
|
updated?: Date | string | null
|
|
129202
130716
|
creatorListItems?: CreatorListItemCreateNestedManyWithoutSocialProfileInput
|
|
129203
130717
|
campaignInvites?: CampaignInviteCreateNestedManyWithoutSocialProfileInput
|
|
130718
|
+
creditRefundBatches?: CreditRefundBatchCreateNestedManyWithoutProfilesInput
|
|
129204
130719
|
}
|
|
129205
130720
|
|
|
129206
130721
|
export type SocialProfileUncheckedCreateWithoutUserInput = {
|
|
@@ -129223,6 +130738,7 @@ export namespace Prisma {
|
|
|
129223
130738
|
updated?: Date | string | null
|
|
129224
130739
|
creatorListItems?: CreatorListItemUncheckedCreateNestedManyWithoutSocialProfileInput
|
|
129225
130740
|
campaignInvites?: CampaignInviteUncheckedCreateNestedManyWithoutSocialProfileInput
|
|
130741
|
+
creditRefundBatches?: CreditRefundBatchUncheckedCreateNestedManyWithoutProfilesInput
|
|
129226
130742
|
}
|
|
129227
130743
|
|
|
129228
130744
|
export type SocialProfileCreateOrConnectWithoutUserInput = {
|
|
@@ -129520,6 +131036,39 @@ export namespace Prisma {
|
|
|
129520
131036
|
skipDuplicates?: boolean
|
|
129521
131037
|
}
|
|
129522
131038
|
|
|
131039
|
+
export type CreatorListCreateWithoutCreatedByUserInput = {
|
|
131040
|
+
created?: Date | string
|
|
131041
|
+
archived?: Date | string | null
|
|
131042
|
+
title: string
|
|
131043
|
+
metaData?: NullableJsonNullValueInput | InputJsonValue
|
|
131044
|
+
creators?: CreatorListItemCreateNestedManyWithoutCreatorListInput
|
|
131045
|
+
brand: BrandCreateNestedOneWithoutCreatorListsInput
|
|
131046
|
+
campaign?: CampaignCreateNestedOneWithoutCreatorListsInput
|
|
131047
|
+
sequences?: SequenceCreateNestedManyWithoutCreatorListInput
|
|
131048
|
+
}
|
|
131049
|
+
|
|
131050
|
+
export type CreatorListUncheckedCreateWithoutCreatedByUserInput = {
|
|
131051
|
+
id?: number
|
|
131052
|
+
brandId: number
|
|
131053
|
+
campaignId?: number | null
|
|
131054
|
+
created?: Date | string
|
|
131055
|
+
archived?: Date | string | null
|
|
131056
|
+
title: string
|
|
131057
|
+
metaData?: NullableJsonNullValueInput | InputJsonValue
|
|
131058
|
+
creators?: CreatorListItemUncheckedCreateNestedManyWithoutCreatorListInput
|
|
131059
|
+
sequences?: SequenceUncheckedCreateNestedManyWithoutCreatorListInput
|
|
131060
|
+
}
|
|
131061
|
+
|
|
131062
|
+
export type CreatorListCreateOrConnectWithoutCreatedByUserInput = {
|
|
131063
|
+
where: CreatorListWhereUniqueInput
|
|
131064
|
+
create: XOR<CreatorListCreateWithoutCreatedByUserInput, CreatorListUncheckedCreateWithoutCreatedByUserInput>
|
|
131065
|
+
}
|
|
131066
|
+
|
|
131067
|
+
export type CreatorListCreateManyCreatedByUserInputEnvelope = {
|
|
131068
|
+
data: CreatorListCreateManyCreatedByUserInput | CreatorListCreateManyCreatedByUserInput[]
|
|
131069
|
+
skipDuplicates?: boolean
|
|
131070
|
+
}
|
|
131071
|
+
|
|
129523
131072
|
export type FileCreateWithoutCreatedByUserInput = {
|
|
129524
131073
|
id?: string
|
|
129525
131074
|
name: string
|
|
@@ -129663,6 +131212,7 @@ export namespace Prisma {
|
|
|
129663
131212
|
affiliatePayoutBatches?: AffiliatePayoutBatchUpdateManyWithoutUserNestedInput
|
|
129664
131213
|
contractsCreated?: BrandContractUpdateManyWithoutCreatedByUserNestedInput
|
|
129665
131214
|
contractsEdited?: BrandContractUpdateManyWithoutEditedByUserNestedInput
|
|
131215
|
+
creatorLists?: CreatorListUpdateManyWithoutCreatedByUserNestedInput
|
|
129666
131216
|
filesCreated?: FileUpdateManyWithoutCreatedByUserNestedInput
|
|
129667
131217
|
filesEdited?: FileUpdateManyWithoutEditedByUserNestedInput
|
|
129668
131218
|
}
|
|
@@ -129716,6 +131266,7 @@ export namespace Prisma {
|
|
|
129716
131266
|
affiliatePayoutBatches?: AffiliatePayoutBatchUncheckedUpdateManyWithoutUserNestedInput
|
|
129717
131267
|
contractsCreated?: BrandContractUncheckedUpdateManyWithoutCreatedByUserNestedInput
|
|
129718
131268
|
contractsEdited?: BrandContractUncheckedUpdateManyWithoutEditedByUserNestedInput
|
|
131269
|
+
creatorLists?: CreatorListUncheckedUpdateManyWithoutCreatedByUserNestedInput
|
|
129719
131270
|
filesCreated?: FileUncheckedUpdateManyWithoutCreatedByUserNestedInput
|
|
129720
131271
|
filesEdited?: FileUncheckedUpdateManyWithoutEditedByUserNestedInput
|
|
129721
131272
|
}
|
|
@@ -130696,6 +132247,36 @@ export namespace Prisma {
|
|
|
130696
132247
|
data: XOR<BrandContractUpdateManyMutationInput, BrandContractUncheckedUpdateManyWithoutEditedByUserInput>
|
|
130697
132248
|
}
|
|
130698
132249
|
|
|
132250
|
+
export type CreatorListUpsertWithWhereUniqueWithoutCreatedByUserInput = {
|
|
132251
|
+
where: CreatorListWhereUniqueInput
|
|
132252
|
+
update: XOR<CreatorListUpdateWithoutCreatedByUserInput, CreatorListUncheckedUpdateWithoutCreatedByUserInput>
|
|
132253
|
+
create: XOR<CreatorListCreateWithoutCreatedByUserInput, CreatorListUncheckedCreateWithoutCreatedByUserInput>
|
|
132254
|
+
}
|
|
132255
|
+
|
|
132256
|
+
export type CreatorListUpdateWithWhereUniqueWithoutCreatedByUserInput = {
|
|
132257
|
+
where: CreatorListWhereUniqueInput
|
|
132258
|
+
data: XOR<CreatorListUpdateWithoutCreatedByUserInput, CreatorListUncheckedUpdateWithoutCreatedByUserInput>
|
|
132259
|
+
}
|
|
132260
|
+
|
|
132261
|
+
export type CreatorListUpdateManyWithWhereWithoutCreatedByUserInput = {
|
|
132262
|
+
where: CreatorListScalarWhereInput
|
|
132263
|
+
data: XOR<CreatorListUpdateManyMutationInput, CreatorListUncheckedUpdateManyWithoutCreatedByUserInput>
|
|
132264
|
+
}
|
|
132265
|
+
|
|
132266
|
+
export type CreatorListScalarWhereInput = {
|
|
132267
|
+
AND?: CreatorListScalarWhereInput | CreatorListScalarWhereInput[]
|
|
132268
|
+
OR?: CreatorListScalarWhereInput[]
|
|
132269
|
+
NOT?: CreatorListScalarWhereInput | CreatorListScalarWhereInput[]
|
|
132270
|
+
id?: IntFilter<"CreatorList"> | number
|
|
132271
|
+
brandId?: IntFilter<"CreatorList"> | number
|
|
132272
|
+
campaignId?: IntNullableFilter<"CreatorList"> | number | null
|
|
132273
|
+
created?: DateTimeFilter<"CreatorList"> | Date | string
|
|
132274
|
+
archived?: DateTimeNullableFilter<"CreatorList"> | Date | string | null
|
|
132275
|
+
title?: StringFilter<"CreatorList"> | string
|
|
132276
|
+
metaData?: JsonNullableFilter<"CreatorList">
|
|
132277
|
+
createdByUserId?: IntNullableFilter<"CreatorList"> | number | null
|
|
132278
|
+
}
|
|
132279
|
+
|
|
130699
132280
|
export type FileUpsertWithWhereUniqueWithoutCreatedByUserInput = {
|
|
130700
132281
|
where: FileWhereUniqueInput
|
|
130701
132282
|
update: XOR<FileUpdateWithoutCreatedByUserInput, FileUncheckedUpdateWithoutCreatedByUserInput>
|
|
@@ -130795,6 +132376,7 @@ export namespace Prisma {
|
|
|
130795
132376
|
affiliatePayoutBatches?: AffiliatePayoutBatchCreateNestedManyWithoutUserInput
|
|
130796
132377
|
contractsCreated?: BrandContractCreateNestedManyWithoutCreatedByUserInput
|
|
130797
132378
|
contractsEdited?: BrandContractCreateNestedManyWithoutEditedByUserInput
|
|
132379
|
+
creatorLists?: CreatorListCreateNestedManyWithoutCreatedByUserInput
|
|
130798
132380
|
filesCreated?: FileCreateNestedManyWithoutCreatedByUserInput
|
|
130799
132381
|
filesEdited?: FileCreateNestedManyWithoutEditedByUserInput
|
|
130800
132382
|
}
|
|
@@ -130848,6 +132430,7 @@ export namespace Prisma {
|
|
|
130848
132430
|
affiliatePayoutBatches?: AffiliatePayoutBatchUncheckedCreateNestedManyWithoutUserInput
|
|
130849
132431
|
contractsCreated?: BrandContractUncheckedCreateNestedManyWithoutCreatedByUserInput
|
|
130850
132432
|
contractsEdited?: BrandContractUncheckedCreateNestedManyWithoutEditedByUserInput
|
|
132433
|
+
creatorLists?: CreatorListUncheckedCreateNestedManyWithoutCreatedByUserInput
|
|
130851
132434
|
filesCreated?: FileUncheckedCreateNestedManyWithoutCreatedByUserInput
|
|
130852
132435
|
filesEdited?: FileUncheckedCreateNestedManyWithoutEditedByUserInput
|
|
130853
132436
|
}
|
|
@@ -130916,6 +132499,7 @@ export namespace Prisma {
|
|
|
130916
132499
|
affiliatePayoutBatches?: AffiliatePayoutBatchUpdateManyWithoutUserNestedInput
|
|
130917
132500
|
contractsCreated?: BrandContractUpdateManyWithoutCreatedByUserNestedInput
|
|
130918
132501
|
contractsEdited?: BrandContractUpdateManyWithoutEditedByUserNestedInput
|
|
132502
|
+
creatorLists?: CreatorListUpdateManyWithoutCreatedByUserNestedInput
|
|
130919
132503
|
filesCreated?: FileUpdateManyWithoutCreatedByUserNestedInput
|
|
130920
132504
|
filesEdited?: FileUpdateManyWithoutEditedByUserNestedInput
|
|
130921
132505
|
}
|
|
@@ -130969,6 +132553,7 @@ export namespace Prisma {
|
|
|
130969
132553
|
affiliatePayoutBatches?: AffiliatePayoutBatchUncheckedUpdateManyWithoutUserNestedInput
|
|
130970
132554
|
contractsCreated?: BrandContractUncheckedUpdateManyWithoutCreatedByUserNestedInput
|
|
130971
132555
|
contractsEdited?: BrandContractUncheckedUpdateManyWithoutEditedByUserNestedInput
|
|
132556
|
+
creatorLists?: CreatorListUncheckedUpdateManyWithoutCreatedByUserNestedInput
|
|
130972
132557
|
filesCreated?: FileUncheckedUpdateManyWithoutCreatedByUserNestedInput
|
|
130973
132558
|
filesEdited?: FileUncheckedUpdateManyWithoutEditedByUserNestedInput
|
|
130974
132559
|
}
|
|
@@ -131039,6 +132624,7 @@ export namespace Prisma {
|
|
|
131039
132624
|
affiliatePayoutBatches?: AffiliatePayoutBatchCreateNestedManyWithoutUserInput
|
|
131040
132625
|
contractsCreated?: BrandContractCreateNestedManyWithoutCreatedByUserInput
|
|
131041
132626
|
contractsEdited?: BrandContractCreateNestedManyWithoutEditedByUserInput
|
|
132627
|
+
creatorLists?: CreatorListCreateNestedManyWithoutCreatedByUserInput
|
|
131042
132628
|
filesCreated?: FileCreateNestedManyWithoutCreatedByUserInput
|
|
131043
132629
|
filesEdited?: FileCreateNestedManyWithoutEditedByUserInput
|
|
131044
132630
|
}
|
|
@@ -131092,6 +132678,7 @@ export namespace Prisma {
|
|
|
131092
132678
|
affiliatePayoutBatches?: AffiliatePayoutBatchUncheckedCreateNestedManyWithoutUserInput
|
|
131093
132679
|
contractsCreated?: BrandContractUncheckedCreateNestedManyWithoutCreatedByUserInput
|
|
131094
132680
|
contractsEdited?: BrandContractUncheckedCreateNestedManyWithoutEditedByUserInput
|
|
132681
|
+
creatorLists?: CreatorListUncheckedCreateNestedManyWithoutCreatedByUserInput
|
|
131095
132682
|
filesCreated?: FileUncheckedCreateNestedManyWithoutCreatedByUserInput
|
|
131096
132683
|
filesEdited?: FileUncheckedCreateNestedManyWithoutEditedByUserInput
|
|
131097
132684
|
}
|
|
@@ -131184,6 +132771,7 @@ export namespace Prisma {
|
|
|
131184
132771
|
affiliatePayoutBatches?: AffiliatePayoutBatchUpdateManyWithoutUserNestedInput
|
|
131185
132772
|
contractsCreated?: BrandContractUpdateManyWithoutCreatedByUserNestedInput
|
|
131186
132773
|
contractsEdited?: BrandContractUpdateManyWithoutEditedByUserNestedInput
|
|
132774
|
+
creatorLists?: CreatorListUpdateManyWithoutCreatedByUserNestedInput
|
|
131187
132775
|
filesCreated?: FileUpdateManyWithoutCreatedByUserNestedInput
|
|
131188
132776
|
filesEdited?: FileUpdateManyWithoutEditedByUserNestedInput
|
|
131189
132777
|
}
|
|
@@ -131237,6 +132825,7 @@ export namespace Prisma {
|
|
|
131237
132825
|
affiliatePayoutBatches?: AffiliatePayoutBatchUncheckedUpdateManyWithoutUserNestedInput
|
|
131238
132826
|
contractsCreated?: BrandContractUncheckedUpdateManyWithoutCreatedByUserNestedInput
|
|
131239
132827
|
contractsEdited?: BrandContractUncheckedUpdateManyWithoutEditedByUserNestedInput
|
|
132828
|
+
creatorLists?: CreatorListUncheckedUpdateManyWithoutCreatedByUserNestedInput
|
|
131240
132829
|
filesCreated?: FileUncheckedUpdateManyWithoutCreatedByUserNestedInput
|
|
131241
132830
|
filesEdited?: FileUncheckedUpdateManyWithoutEditedByUserNestedInput
|
|
131242
132831
|
}
|
|
@@ -131289,6 +132878,7 @@ export namespace Prisma {
|
|
|
131289
132878
|
affiliatePayoutBatches?: AffiliatePayoutBatchCreateNestedManyWithoutUserInput
|
|
131290
132879
|
contractsCreated?: BrandContractCreateNestedManyWithoutCreatedByUserInput
|
|
131291
132880
|
contractsEdited?: BrandContractCreateNestedManyWithoutEditedByUserInput
|
|
132881
|
+
creatorLists?: CreatorListCreateNestedManyWithoutCreatedByUserInput
|
|
131292
132882
|
filesCreated?: FileCreateNestedManyWithoutCreatedByUserInput
|
|
131293
132883
|
filesEdited?: FileCreateNestedManyWithoutEditedByUserInput
|
|
131294
132884
|
}
|
|
@@ -131342,6 +132932,7 @@ export namespace Prisma {
|
|
|
131342
132932
|
affiliatePayoutBatches?: AffiliatePayoutBatchUncheckedCreateNestedManyWithoutUserInput
|
|
131343
132933
|
contractsCreated?: BrandContractUncheckedCreateNestedManyWithoutCreatedByUserInput
|
|
131344
132934
|
contractsEdited?: BrandContractUncheckedCreateNestedManyWithoutEditedByUserInput
|
|
132935
|
+
creatorLists?: CreatorListUncheckedCreateNestedManyWithoutCreatedByUserInput
|
|
131345
132936
|
filesCreated?: FileUncheckedCreateNestedManyWithoutCreatedByUserInput
|
|
131346
132937
|
filesEdited?: FileUncheckedCreateNestedManyWithoutEditedByUserInput
|
|
131347
132938
|
}
|
|
@@ -131500,6 +133091,7 @@ export namespace Prisma {
|
|
|
131500
133091
|
affiliatePayoutBatches?: AffiliatePayoutBatchUpdateManyWithoutUserNestedInput
|
|
131501
133092
|
contractsCreated?: BrandContractUpdateManyWithoutCreatedByUserNestedInput
|
|
131502
133093
|
contractsEdited?: BrandContractUpdateManyWithoutEditedByUserNestedInput
|
|
133094
|
+
creatorLists?: CreatorListUpdateManyWithoutCreatedByUserNestedInput
|
|
131503
133095
|
filesCreated?: FileUpdateManyWithoutCreatedByUserNestedInput
|
|
131504
133096
|
filesEdited?: FileUpdateManyWithoutEditedByUserNestedInput
|
|
131505
133097
|
}
|
|
@@ -131553,6 +133145,7 @@ export namespace Prisma {
|
|
|
131553
133145
|
affiliatePayoutBatches?: AffiliatePayoutBatchUncheckedUpdateManyWithoutUserNestedInput
|
|
131554
133146
|
contractsCreated?: BrandContractUncheckedUpdateManyWithoutCreatedByUserNestedInput
|
|
131555
133147
|
contractsEdited?: BrandContractUncheckedUpdateManyWithoutEditedByUserNestedInput
|
|
133148
|
+
creatorLists?: CreatorListUncheckedUpdateManyWithoutCreatedByUserNestedInput
|
|
131556
133149
|
filesCreated?: FileUncheckedUpdateManyWithoutCreatedByUserNestedInput
|
|
131557
133150
|
filesEdited?: FileUncheckedUpdateManyWithoutEditedByUserNestedInput
|
|
131558
133151
|
}
|
|
@@ -131701,6 +133294,7 @@ export namespace Prisma {
|
|
|
131701
133294
|
affiliatePayoutBatches?: AffiliatePayoutBatchCreateNestedManyWithoutUserInput
|
|
131702
133295
|
contractsCreated?: BrandContractCreateNestedManyWithoutCreatedByUserInput
|
|
131703
133296
|
contractsEdited?: BrandContractCreateNestedManyWithoutEditedByUserInput
|
|
133297
|
+
creatorLists?: CreatorListCreateNestedManyWithoutCreatedByUserInput
|
|
131704
133298
|
filesCreated?: FileCreateNestedManyWithoutCreatedByUserInput
|
|
131705
133299
|
filesEdited?: FileCreateNestedManyWithoutEditedByUserInput
|
|
131706
133300
|
}
|
|
@@ -131754,6 +133348,7 @@ export namespace Prisma {
|
|
|
131754
133348
|
affiliatePayoutBatches?: AffiliatePayoutBatchUncheckedCreateNestedManyWithoutUserInput
|
|
131755
133349
|
contractsCreated?: BrandContractUncheckedCreateNestedManyWithoutCreatedByUserInput
|
|
131756
133350
|
contractsEdited?: BrandContractUncheckedCreateNestedManyWithoutEditedByUserInput
|
|
133351
|
+
creatorLists?: CreatorListUncheckedCreateNestedManyWithoutCreatedByUserInput
|
|
131757
133352
|
filesCreated?: FileUncheckedCreateNestedManyWithoutCreatedByUserInput
|
|
131758
133353
|
filesEdited?: FileUncheckedCreateNestedManyWithoutEditedByUserInput
|
|
131759
133354
|
}
|
|
@@ -131912,6 +133507,7 @@ export namespace Prisma {
|
|
|
131912
133507
|
affiliatePayoutBatches?: AffiliatePayoutBatchUpdateManyWithoutUserNestedInput
|
|
131913
133508
|
contractsCreated?: BrandContractUpdateManyWithoutCreatedByUserNestedInput
|
|
131914
133509
|
contractsEdited?: BrandContractUpdateManyWithoutEditedByUserNestedInput
|
|
133510
|
+
creatorLists?: CreatorListUpdateManyWithoutCreatedByUserNestedInput
|
|
131915
133511
|
filesCreated?: FileUpdateManyWithoutCreatedByUserNestedInput
|
|
131916
133512
|
filesEdited?: FileUpdateManyWithoutEditedByUserNestedInput
|
|
131917
133513
|
}
|
|
@@ -131965,6 +133561,7 @@ export namespace Prisma {
|
|
|
131965
133561
|
affiliatePayoutBatches?: AffiliatePayoutBatchUncheckedUpdateManyWithoutUserNestedInput
|
|
131966
133562
|
contractsCreated?: BrandContractUncheckedUpdateManyWithoutCreatedByUserNestedInput
|
|
131967
133563
|
contractsEdited?: BrandContractUncheckedUpdateManyWithoutEditedByUserNestedInput
|
|
133564
|
+
creatorLists?: CreatorListUncheckedUpdateManyWithoutCreatedByUserNestedInput
|
|
131968
133565
|
filesCreated?: FileUncheckedUpdateManyWithoutCreatedByUserNestedInput
|
|
131969
133566
|
filesEdited?: FileUncheckedUpdateManyWithoutEditedByUserNestedInput
|
|
131970
133567
|
}
|
|
@@ -132113,6 +133710,7 @@ export namespace Prisma {
|
|
|
132113
133710
|
affiliatePayoutBatches?: AffiliatePayoutBatchCreateNestedManyWithoutUserInput
|
|
132114
133711
|
contractsCreated?: BrandContractCreateNestedManyWithoutCreatedByUserInput
|
|
132115
133712
|
contractsEdited?: BrandContractCreateNestedManyWithoutEditedByUserInput
|
|
133713
|
+
creatorLists?: CreatorListCreateNestedManyWithoutCreatedByUserInput
|
|
132116
133714
|
filesCreated?: FileCreateNestedManyWithoutCreatedByUserInput
|
|
132117
133715
|
filesEdited?: FileCreateNestedManyWithoutEditedByUserInput
|
|
132118
133716
|
}
|
|
@@ -132166,6 +133764,7 @@ export namespace Prisma {
|
|
|
132166
133764
|
affiliatePayoutBatches?: AffiliatePayoutBatchUncheckedCreateNestedManyWithoutUserInput
|
|
132167
133765
|
contractsCreated?: BrandContractUncheckedCreateNestedManyWithoutCreatedByUserInput
|
|
132168
133766
|
contractsEdited?: BrandContractUncheckedCreateNestedManyWithoutEditedByUserInput
|
|
133767
|
+
creatorLists?: CreatorListUncheckedCreateNestedManyWithoutCreatedByUserInput
|
|
132169
133768
|
filesCreated?: FileUncheckedCreateNestedManyWithoutCreatedByUserInput
|
|
132170
133769
|
filesEdited?: FileUncheckedCreateNestedManyWithoutEditedByUserInput
|
|
132171
133770
|
}
|
|
@@ -132324,6 +133923,7 @@ export namespace Prisma {
|
|
|
132324
133923
|
affiliatePayoutBatches?: AffiliatePayoutBatchUpdateManyWithoutUserNestedInput
|
|
132325
133924
|
contractsCreated?: BrandContractUpdateManyWithoutCreatedByUserNestedInput
|
|
132326
133925
|
contractsEdited?: BrandContractUpdateManyWithoutEditedByUserNestedInput
|
|
133926
|
+
creatorLists?: CreatorListUpdateManyWithoutCreatedByUserNestedInput
|
|
132327
133927
|
filesCreated?: FileUpdateManyWithoutCreatedByUserNestedInput
|
|
132328
133928
|
filesEdited?: FileUpdateManyWithoutEditedByUserNestedInput
|
|
132329
133929
|
}
|
|
@@ -132377,6 +133977,7 @@ export namespace Prisma {
|
|
|
132377
133977
|
affiliatePayoutBatches?: AffiliatePayoutBatchUncheckedUpdateManyWithoutUserNestedInput
|
|
132378
133978
|
contractsCreated?: BrandContractUncheckedUpdateManyWithoutCreatedByUserNestedInput
|
|
132379
133979
|
contractsEdited?: BrandContractUncheckedUpdateManyWithoutEditedByUserNestedInput
|
|
133980
|
+
creatorLists?: CreatorListUncheckedUpdateManyWithoutCreatedByUserNestedInput
|
|
132380
133981
|
filesCreated?: FileUncheckedUpdateManyWithoutCreatedByUserNestedInput
|
|
132381
133982
|
filesEdited?: FileUncheckedUpdateManyWithoutEditedByUserNestedInput
|
|
132382
133983
|
}
|
|
@@ -132525,6 +134126,7 @@ export namespace Prisma {
|
|
|
132525
134126
|
affiliatePayoutBatches?: AffiliatePayoutBatchCreateNestedManyWithoutUserInput
|
|
132526
134127
|
contractsCreated?: BrandContractCreateNestedManyWithoutCreatedByUserInput
|
|
132527
134128
|
contractsEdited?: BrandContractCreateNestedManyWithoutEditedByUserInput
|
|
134129
|
+
creatorLists?: CreatorListCreateNestedManyWithoutCreatedByUserInput
|
|
132528
134130
|
filesCreated?: FileCreateNestedManyWithoutCreatedByUserInput
|
|
132529
134131
|
filesEdited?: FileCreateNestedManyWithoutEditedByUserInput
|
|
132530
134132
|
}
|
|
@@ -132578,6 +134180,7 @@ export namespace Prisma {
|
|
|
132578
134180
|
affiliatePayoutBatches?: AffiliatePayoutBatchUncheckedCreateNestedManyWithoutUserInput
|
|
132579
134181
|
contractsCreated?: BrandContractUncheckedCreateNestedManyWithoutCreatedByUserInput
|
|
132580
134182
|
contractsEdited?: BrandContractUncheckedCreateNestedManyWithoutEditedByUserInput
|
|
134183
|
+
creatorLists?: CreatorListUncheckedCreateNestedManyWithoutCreatedByUserInput
|
|
132581
134184
|
filesCreated?: FileUncheckedCreateNestedManyWithoutCreatedByUserInput
|
|
132582
134185
|
filesEdited?: FileUncheckedCreateNestedManyWithoutEditedByUserInput
|
|
132583
134186
|
}
|
|
@@ -132646,6 +134249,7 @@ export namespace Prisma {
|
|
|
132646
134249
|
affiliatePayoutBatches?: AffiliatePayoutBatchUpdateManyWithoutUserNestedInput
|
|
132647
134250
|
contractsCreated?: BrandContractUpdateManyWithoutCreatedByUserNestedInput
|
|
132648
134251
|
contractsEdited?: BrandContractUpdateManyWithoutEditedByUserNestedInput
|
|
134252
|
+
creatorLists?: CreatorListUpdateManyWithoutCreatedByUserNestedInput
|
|
132649
134253
|
filesCreated?: FileUpdateManyWithoutCreatedByUserNestedInput
|
|
132650
134254
|
filesEdited?: FileUpdateManyWithoutEditedByUserNestedInput
|
|
132651
134255
|
}
|
|
@@ -132699,6 +134303,7 @@ export namespace Prisma {
|
|
|
132699
134303
|
affiliatePayoutBatches?: AffiliatePayoutBatchUncheckedUpdateManyWithoutUserNestedInput
|
|
132700
134304
|
contractsCreated?: BrandContractUncheckedUpdateManyWithoutCreatedByUserNestedInput
|
|
132701
134305
|
contractsEdited?: BrandContractUncheckedUpdateManyWithoutEditedByUserNestedInput
|
|
134306
|
+
creatorLists?: CreatorListUncheckedUpdateManyWithoutCreatedByUserNestedInput
|
|
132702
134307
|
filesCreated?: FileUncheckedUpdateManyWithoutCreatedByUserNestedInput
|
|
132703
134308
|
filesEdited?: FileUncheckedUpdateManyWithoutEditedByUserNestedInput
|
|
132704
134309
|
}
|
|
@@ -132751,6 +134356,7 @@ export namespace Prisma {
|
|
|
132751
134356
|
affiliatePayoutBatches?: AffiliatePayoutBatchCreateNestedManyWithoutUserInput
|
|
132752
134357
|
contractsCreated?: BrandContractCreateNestedManyWithoutCreatedByUserInput
|
|
132753
134358
|
contractsEdited?: BrandContractCreateNestedManyWithoutEditedByUserInput
|
|
134359
|
+
creatorLists?: CreatorListCreateNestedManyWithoutCreatedByUserInput
|
|
132754
134360
|
filesCreated?: FileCreateNestedManyWithoutCreatedByUserInput
|
|
132755
134361
|
filesEdited?: FileCreateNestedManyWithoutEditedByUserInput
|
|
132756
134362
|
}
|
|
@@ -132804,6 +134410,7 @@ export namespace Prisma {
|
|
|
132804
134410
|
affiliatePayoutBatches?: AffiliatePayoutBatchUncheckedCreateNestedManyWithoutUserInput
|
|
132805
134411
|
contractsCreated?: BrandContractUncheckedCreateNestedManyWithoutCreatedByUserInput
|
|
132806
134412
|
contractsEdited?: BrandContractUncheckedCreateNestedManyWithoutEditedByUserInput
|
|
134413
|
+
creatorLists?: CreatorListUncheckedCreateNestedManyWithoutCreatedByUserInput
|
|
132807
134414
|
filesCreated?: FileUncheckedCreateNestedManyWithoutCreatedByUserInput
|
|
132808
134415
|
filesEdited?: FileUncheckedCreateNestedManyWithoutEditedByUserInput
|
|
132809
134416
|
}
|
|
@@ -132872,6 +134479,7 @@ export namespace Prisma {
|
|
|
132872
134479
|
affiliatePayoutBatches?: AffiliatePayoutBatchUpdateManyWithoutUserNestedInput
|
|
132873
134480
|
contractsCreated?: BrandContractUpdateManyWithoutCreatedByUserNestedInput
|
|
132874
134481
|
contractsEdited?: BrandContractUpdateManyWithoutEditedByUserNestedInput
|
|
134482
|
+
creatorLists?: CreatorListUpdateManyWithoutCreatedByUserNestedInput
|
|
132875
134483
|
filesCreated?: FileUpdateManyWithoutCreatedByUserNestedInput
|
|
132876
134484
|
filesEdited?: FileUpdateManyWithoutEditedByUserNestedInput
|
|
132877
134485
|
}
|
|
@@ -132925,6 +134533,7 @@ export namespace Prisma {
|
|
|
132925
134533
|
affiliatePayoutBatches?: AffiliatePayoutBatchUncheckedUpdateManyWithoutUserNestedInput
|
|
132926
134534
|
contractsCreated?: BrandContractUncheckedUpdateManyWithoutCreatedByUserNestedInput
|
|
132927
134535
|
contractsEdited?: BrandContractUncheckedUpdateManyWithoutEditedByUserNestedInput
|
|
134536
|
+
creatorLists?: CreatorListUncheckedUpdateManyWithoutCreatedByUserNestedInput
|
|
132928
134537
|
filesCreated?: FileUncheckedUpdateManyWithoutCreatedByUserNestedInput
|
|
132929
134538
|
filesEdited?: FileUncheckedUpdateManyWithoutEditedByUserNestedInput
|
|
132930
134539
|
}
|
|
@@ -132977,6 +134586,7 @@ export namespace Prisma {
|
|
|
132977
134586
|
affiliatePayoutBatches?: AffiliatePayoutBatchCreateNestedManyWithoutUserInput
|
|
132978
134587
|
contractsCreated?: BrandContractCreateNestedManyWithoutCreatedByUserInput
|
|
132979
134588
|
contractsEdited?: BrandContractCreateNestedManyWithoutEditedByUserInput
|
|
134589
|
+
creatorLists?: CreatorListCreateNestedManyWithoutCreatedByUserInput
|
|
132980
134590
|
filesCreated?: FileCreateNestedManyWithoutCreatedByUserInput
|
|
132981
134591
|
filesEdited?: FileCreateNestedManyWithoutEditedByUserInput
|
|
132982
134592
|
}
|
|
@@ -133030,6 +134640,7 @@ export namespace Prisma {
|
|
|
133030
134640
|
affiliatePayoutBatches?: AffiliatePayoutBatchUncheckedCreateNestedManyWithoutUserInput
|
|
133031
134641
|
contractsCreated?: BrandContractUncheckedCreateNestedManyWithoutCreatedByUserInput
|
|
133032
134642
|
contractsEdited?: BrandContractUncheckedCreateNestedManyWithoutEditedByUserInput
|
|
134643
|
+
creatorLists?: CreatorListUncheckedCreateNestedManyWithoutCreatedByUserInput
|
|
133033
134644
|
filesCreated?: FileUncheckedCreateNestedManyWithoutCreatedByUserInput
|
|
133034
134645
|
filesEdited?: FileUncheckedCreateNestedManyWithoutEditedByUserInput
|
|
133035
134646
|
}
|
|
@@ -133098,6 +134709,7 @@ export namespace Prisma {
|
|
|
133098
134709
|
affiliatePayoutBatches?: AffiliatePayoutBatchUpdateManyWithoutUserNestedInput
|
|
133099
134710
|
contractsCreated?: BrandContractUpdateManyWithoutCreatedByUserNestedInput
|
|
133100
134711
|
contractsEdited?: BrandContractUpdateManyWithoutEditedByUserNestedInput
|
|
134712
|
+
creatorLists?: CreatorListUpdateManyWithoutCreatedByUserNestedInput
|
|
133101
134713
|
filesCreated?: FileUpdateManyWithoutCreatedByUserNestedInput
|
|
133102
134714
|
filesEdited?: FileUpdateManyWithoutEditedByUserNestedInput
|
|
133103
134715
|
}
|
|
@@ -133151,6 +134763,7 @@ export namespace Prisma {
|
|
|
133151
134763
|
affiliatePayoutBatches?: AffiliatePayoutBatchUncheckedUpdateManyWithoutUserNestedInput
|
|
133152
134764
|
contractsCreated?: BrandContractUncheckedUpdateManyWithoutCreatedByUserNestedInput
|
|
133153
134765
|
contractsEdited?: BrandContractUncheckedUpdateManyWithoutEditedByUserNestedInput
|
|
134766
|
+
creatorLists?: CreatorListUncheckedUpdateManyWithoutCreatedByUserNestedInput
|
|
133154
134767
|
filesCreated?: FileUncheckedUpdateManyWithoutCreatedByUserNestedInput
|
|
133155
134768
|
filesEdited?: FileUncheckedUpdateManyWithoutEditedByUserNestedInput
|
|
133156
134769
|
}
|
|
@@ -133203,6 +134816,7 @@ export namespace Prisma {
|
|
|
133203
134816
|
affiliatePayoutBatches?: AffiliatePayoutBatchCreateNestedManyWithoutUserInput
|
|
133204
134817
|
contractsCreated?: BrandContractCreateNestedManyWithoutCreatedByUserInput
|
|
133205
134818
|
contractsEdited?: BrandContractCreateNestedManyWithoutEditedByUserInput
|
|
134819
|
+
creatorLists?: CreatorListCreateNestedManyWithoutCreatedByUserInput
|
|
133206
134820
|
filesCreated?: FileCreateNestedManyWithoutCreatedByUserInput
|
|
133207
134821
|
filesEdited?: FileCreateNestedManyWithoutEditedByUserInput
|
|
133208
134822
|
}
|
|
@@ -133256,6 +134870,7 @@ export namespace Prisma {
|
|
|
133256
134870
|
affiliatePayoutBatches?: AffiliatePayoutBatchUncheckedCreateNestedManyWithoutUserInput
|
|
133257
134871
|
contractsCreated?: BrandContractUncheckedCreateNestedManyWithoutCreatedByUserInput
|
|
133258
134872
|
contractsEdited?: BrandContractUncheckedCreateNestedManyWithoutEditedByUserInput
|
|
134873
|
+
creatorLists?: CreatorListUncheckedCreateNestedManyWithoutCreatedByUserInput
|
|
133259
134874
|
filesCreated?: FileUncheckedCreateNestedManyWithoutCreatedByUserInput
|
|
133260
134875
|
filesEdited?: FileUncheckedCreateNestedManyWithoutEditedByUserInput
|
|
133261
134876
|
}
|
|
@@ -133414,6 +135029,7 @@ export namespace Prisma {
|
|
|
133414
135029
|
affiliatePayoutBatches?: AffiliatePayoutBatchUpdateManyWithoutUserNestedInput
|
|
133415
135030
|
contractsCreated?: BrandContractUpdateManyWithoutCreatedByUserNestedInput
|
|
133416
135031
|
contractsEdited?: BrandContractUpdateManyWithoutEditedByUserNestedInput
|
|
135032
|
+
creatorLists?: CreatorListUpdateManyWithoutCreatedByUserNestedInput
|
|
133417
135033
|
filesCreated?: FileUpdateManyWithoutCreatedByUserNestedInput
|
|
133418
135034
|
filesEdited?: FileUpdateManyWithoutEditedByUserNestedInput
|
|
133419
135035
|
}
|
|
@@ -133467,6 +135083,7 @@ export namespace Prisma {
|
|
|
133467
135083
|
affiliatePayoutBatches?: AffiliatePayoutBatchUncheckedUpdateManyWithoutUserNestedInput
|
|
133468
135084
|
contractsCreated?: BrandContractUncheckedUpdateManyWithoutCreatedByUserNestedInput
|
|
133469
135085
|
contractsEdited?: BrandContractUncheckedUpdateManyWithoutEditedByUserNestedInput
|
|
135086
|
+
creatorLists?: CreatorListUncheckedUpdateManyWithoutCreatedByUserNestedInput
|
|
133470
135087
|
filesCreated?: FileUncheckedUpdateManyWithoutCreatedByUserNestedInput
|
|
133471
135088
|
filesEdited?: FileUncheckedUpdateManyWithoutEditedByUserNestedInput
|
|
133472
135089
|
}
|
|
@@ -133615,6 +135232,7 @@ export namespace Prisma {
|
|
|
133615
135232
|
affiliatePayoutBatches?: AffiliatePayoutBatchCreateNestedManyWithoutUserInput
|
|
133616
135233
|
contractsCreated?: BrandContractCreateNestedManyWithoutCreatedByUserInput
|
|
133617
135234
|
contractsEdited?: BrandContractCreateNestedManyWithoutEditedByUserInput
|
|
135235
|
+
creatorLists?: CreatorListCreateNestedManyWithoutCreatedByUserInput
|
|
133618
135236
|
filesCreated?: FileCreateNestedManyWithoutCreatedByUserInput
|
|
133619
135237
|
filesEdited?: FileCreateNestedManyWithoutEditedByUserInput
|
|
133620
135238
|
}
|
|
@@ -133668,6 +135286,7 @@ export namespace Prisma {
|
|
|
133668
135286
|
affiliatePayoutBatches?: AffiliatePayoutBatchUncheckedCreateNestedManyWithoutUserInput
|
|
133669
135287
|
contractsCreated?: BrandContractUncheckedCreateNestedManyWithoutCreatedByUserInput
|
|
133670
135288
|
contractsEdited?: BrandContractUncheckedCreateNestedManyWithoutEditedByUserInput
|
|
135289
|
+
creatorLists?: CreatorListUncheckedCreateNestedManyWithoutCreatedByUserInput
|
|
133671
135290
|
filesCreated?: FileUncheckedCreateNestedManyWithoutCreatedByUserInput
|
|
133672
135291
|
filesEdited?: FileUncheckedCreateNestedManyWithoutEditedByUserInput
|
|
133673
135292
|
}
|
|
@@ -134205,6 +135824,7 @@ export namespace Prisma {
|
|
|
134205
135824
|
metaData?: NullableJsonNullValueInput | InputJsonValue
|
|
134206
135825
|
creators?: CreatorListItemCreateNestedManyWithoutCreatorListInput
|
|
134207
135826
|
campaign?: CampaignCreateNestedOneWithoutCreatorListsInput
|
|
135827
|
+
createdByUser?: UserCreateNestedOneWithoutCreatorListsInput
|
|
134208
135828
|
sequences?: SequenceCreateNestedManyWithoutCreatorListInput
|
|
134209
135829
|
}
|
|
134210
135830
|
|
|
@@ -134215,6 +135835,7 @@ export namespace Prisma {
|
|
|
134215
135835
|
archived?: Date | string | null
|
|
134216
135836
|
title: string
|
|
134217
135837
|
metaData?: NullableJsonNullValueInput | InputJsonValue
|
|
135838
|
+
createdByUserId?: number | null
|
|
134218
135839
|
creators?: CreatorListItemUncheckedCreateNestedManyWithoutCreatorListInput
|
|
134219
135840
|
sequences?: SequenceUncheckedCreateNestedManyWithoutCreatorListInput
|
|
134220
135841
|
}
|
|
@@ -134906,6 +136527,7 @@ export namespace Prisma {
|
|
|
134906
136527
|
affiliatePayoutBatches?: AffiliatePayoutBatchUpdateManyWithoutUserNestedInput
|
|
134907
136528
|
contractsCreated?: BrandContractUpdateManyWithoutCreatedByUserNestedInput
|
|
134908
136529
|
contractsEdited?: BrandContractUpdateManyWithoutEditedByUserNestedInput
|
|
136530
|
+
creatorLists?: CreatorListUpdateManyWithoutCreatedByUserNestedInput
|
|
134909
136531
|
filesCreated?: FileUpdateManyWithoutCreatedByUserNestedInput
|
|
134910
136532
|
filesEdited?: FileUpdateManyWithoutEditedByUserNestedInput
|
|
134911
136533
|
}
|
|
@@ -134959,6 +136581,7 @@ export namespace Prisma {
|
|
|
134959
136581
|
affiliatePayoutBatches?: AffiliatePayoutBatchUncheckedUpdateManyWithoutUserNestedInput
|
|
134960
136582
|
contractsCreated?: BrandContractUncheckedUpdateManyWithoutCreatedByUserNestedInput
|
|
134961
136583
|
contractsEdited?: BrandContractUncheckedUpdateManyWithoutEditedByUserNestedInput
|
|
136584
|
+
creatorLists?: CreatorListUncheckedUpdateManyWithoutCreatedByUserNestedInput
|
|
134962
136585
|
filesCreated?: FileUncheckedUpdateManyWithoutCreatedByUserNestedInput
|
|
134963
136586
|
filesEdited?: FileUncheckedUpdateManyWithoutEditedByUserNestedInput
|
|
134964
136587
|
}
|
|
@@ -135421,19 +137044,6 @@ export namespace Prisma {
|
|
|
135421
137044
|
data: XOR<CreatorListUpdateManyMutationInput, CreatorListUncheckedUpdateManyWithoutBrandInput>
|
|
135422
137045
|
}
|
|
135423
137046
|
|
|
135424
|
-
export type CreatorListScalarWhereInput = {
|
|
135425
|
-
AND?: CreatorListScalarWhereInput | CreatorListScalarWhereInput[]
|
|
135426
|
-
OR?: CreatorListScalarWhereInput[]
|
|
135427
|
-
NOT?: CreatorListScalarWhereInput | CreatorListScalarWhereInput[]
|
|
135428
|
-
id?: IntFilter<"CreatorList"> | number
|
|
135429
|
-
brandId?: IntFilter<"CreatorList"> | number
|
|
135430
|
-
campaignId?: IntNullableFilter<"CreatorList"> | number | null
|
|
135431
|
-
created?: DateTimeFilter<"CreatorList"> | Date | string
|
|
135432
|
-
archived?: DateTimeNullableFilter<"CreatorList"> | Date | string | null
|
|
135433
|
-
title?: StringFilter<"CreatorList"> | string
|
|
135434
|
-
metaData?: JsonNullableFilter<"CreatorList">
|
|
135435
|
-
}
|
|
135436
|
-
|
|
135437
137047
|
export type BrandAffiliateLinkUpsertWithWhereUniqueWithoutBrandInput = {
|
|
135438
137048
|
where: BrandAffiliateLinkWhereUniqueInput
|
|
135439
137049
|
update: XOR<BrandAffiliateLinkUpdateWithoutBrandInput, BrandAffiliateLinkUncheckedUpdateWithoutBrandInput>
|
|
@@ -137354,6 +138964,7 @@ export namespace Prisma {
|
|
|
137354
138964
|
affiliatePayoutBatches?: AffiliatePayoutBatchCreateNestedManyWithoutUserInput
|
|
137355
138965
|
contractsCreated?: BrandContractCreateNestedManyWithoutCreatedByUserInput
|
|
137356
138966
|
contractsEdited?: BrandContractCreateNestedManyWithoutEditedByUserInput
|
|
138967
|
+
creatorLists?: CreatorListCreateNestedManyWithoutCreatedByUserInput
|
|
137357
138968
|
filesCreated?: FileCreateNestedManyWithoutCreatedByUserInput
|
|
137358
138969
|
filesEdited?: FileCreateNestedManyWithoutEditedByUserInput
|
|
137359
138970
|
}
|
|
@@ -137407,6 +139018,7 @@ export namespace Prisma {
|
|
|
137407
139018
|
affiliatePayoutBatches?: AffiliatePayoutBatchUncheckedCreateNestedManyWithoutUserInput
|
|
137408
139019
|
contractsCreated?: BrandContractUncheckedCreateNestedManyWithoutCreatedByUserInput
|
|
137409
139020
|
contractsEdited?: BrandContractUncheckedCreateNestedManyWithoutEditedByUserInput
|
|
139021
|
+
creatorLists?: CreatorListUncheckedCreateNestedManyWithoutCreatedByUserInput
|
|
137410
139022
|
filesCreated?: FileUncheckedCreateNestedManyWithoutCreatedByUserInput
|
|
137411
139023
|
filesEdited?: FileUncheckedCreateNestedManyWithoutEditedByUserInput
|
|
137412
139024
|
}
|
|
@@ -137495,6 +139107,7 @@ export namespace Prisma {
|
|
|
137495
139107
|
affiliatePayoutBatches?: AffiliatePayoutBatchUpdateManyWithoutUserNestedInput
|
|
137496
139108
|
contractsCreated?: BrandContractUpdateManyWithoutCreatedByUserNestedInput
|
|
137497
139109
|
contractsEdited?: BrandContractUpdateManyWithoutEditedByUserNestedInput
|
|
139110
|
+
creatorLists?: CreatorListUpdateManyWithoutCreatedByUserNestedInput
|
|
137498
139111
|
filesCreated?: FileUpdateManyWithoutCreatedByUserNestedInput
|
|
137499
139112
|
filesEdited?: FileUpdateManyWithoutEditedByUserNestedInput
|
|
137500
139113
|
}
|
|
@@ -137548,6 +139161,7 @@ export namespace Prisma {
|
|
|
137548
139161
|
affiliatePayoutBatches?: AffiliatePayoutBatchUncheckedUpdateManyWithoutUserNestedInput
|
|
137549
139162
|
contractsCreated?: BrandContractUncheckedUpdateManyWithoutCreatedByUserNestedInput
|
|
137550
139163
|
contractsEdited?: BrandContractUncheckedUpdateManyWithoutEditedByUserNestedInput
|
|
139164
|
+
creatorLists?: CreatorListUncheckedUpdateManyWithoutCreatedByUserNestedInput
|
|
137551
139165
|
filesCreated?: FileUncheckedUpdateManyWithoutCreatedByUserNestedInput
|
|
137552
139166
|
filesEdited?: FileUncheckedUpdateManyWithoutEditedByUserNestedInput
|
|
137553
139167
|
}
|
|
@@ -138090,6 +139704,7 @@ export namespace Prisma {
|
|
|
138090
139704
|
metaData?: NullableJsonNullValueInput | InputJsonValue
|
|
138091
139705
|
creators?: CreatorListItemCreateNestedManyWithoutCreatorListInput
|
|
138092
139706
|
brand: BrandCreateNestedOneWithoutCreatorListsInput
|
|
139707
|
+
createdByUser?: UserCreateNestedOneWithoutCreatorListsInput
|
|
138093
139708
|
sequences?: SequenceCreateNestedManyWithoutCreatorListInput
|
|
138094
139709
|
}
|
|
138095
139710
|
|
|
@@ -138100,6 +139715,7 @@ export namespace Prisma {
|
|
|
138100
139715
|
archived?: Date | string | null
|
|
138101
139716
|
title: string
|
|
138102
139717
|
metaData?: NullableJsonNullValueInput | InputJsonValue
|
|
139718
|
+
createdByUserId?: number | null
|
|
138103
139719
|
creators?: CreatorListItemUncheckedCreateNestedManyWithoutCreatorListInput
|
|
138104
139720
|
sequences?: SequenceUncheckedCreateNestedManyWithoutCreatorListInput
|
|
138105
139721
|
}
|
|
@@ -138731,6 +140347,7 @@ export namespace Prisma {
|
|
|
138731
140347
|
affiliatePayoutBatches?: AffiliatePayoutBatchCreateNestedManyWithoutUserInput
|
|
138732
140348
|
contractsCreated?: BrandContractCreateNestedManyWithoutCreatedByUserInput
|
|
138733
140349
|
contractsEdited?: BrandContractCreateNestedManyWithoutEditedByUserInput
|
|
140350
|
+
creatorLists?: CreatorListCreateNestedManyWithoutCreatedByUserInput
|
|
138734
140351
|
filesCreated?: FileCreateNestedManyWithoutCreatedByUserInput
|
|
138735
140352
|
filesEdited?: FileCreateNestedManyWithoutEditedByUserInput
|
|
138736
140353
|
}
|
|
@@ -138784,6 +140401,7 @@ export namespace Prisma {
|
|
|
138784
140401
|
affiliatePayoutBatches?: AffiliatePayoutBatchUncheckedCreateNestedManyWithoutUserInput
|
|
138785
140402
|
contractsCreated?: BrandContractUncheckedCreateNestedManyWithoutCreatedByUserInput
|
|
138786
140403
|
contractsEdited?: BrandContractUncheckedCreateNestedManyWithoutEditedByUserInput
|
|
140404
|
+
creatorLists?: CreatorListUncheckedCreateNestedManyWithoutCreatedByUserInput
|
|
138787
140405
|
filesCreated?: FileUncheckedCreateNestedManyWithoutCreatedByUserInput
|
|
138788
140406
|
filesEdited?: FileUncheckedCreateNestedManyWithoutEditedByUserInput
|
|
138789
140407
|
}
|
|
@@ -139000,6 +140618,7 @@ export namespace Prisma {
|
|
|
139000
140618
|
affiliatePayoutBatches?: AffiliatePayoutBatchUpdateManyWithoutUserNestedInput
|
|
139001
140619
|
contractsCreated?: BrandContractUpdateManyWithoutCreatedByUserNestedInput
|
|
139002
140620
|
contractsEdited?: BrandContractUpdateManyWithoutEditedByUserNestedInput
|
|
140621
|
+
creatorLists?: CreatorListUpdateManyWithoutCreatedByUserNestedInput
|
|
139003
140622
|
filesCreated?: FileUpdateManyWithoutCreatedByUserNestedInput
|
|
139004
140623
|
filesEdited?: FileUpdateManyWithoutEditedByUserNestedInput
|
|
139005
140624
|
}
|
|
@@ -139053,6 +140672,7 @@ export namespace Prisma {
|
|
|
139053
140672
|
affiliatePayoutBatches?: AffiliatePayoutBatchUncheckedUpdateManyWithoutUserNestedInput
|
|
139054
140673
|
contractsCreated?: BrandContractUncheckedUpdateManyWithoutCreatedByUserNestedInput
|
|
139055
140674
|
contractsEdited?: BrandContractUncheckedUpdateManyWithoutEditedByUserNestedInput
|
|
140675
|
+
creatorLists?: CreatorListUncheckedUpdateManyWithoutCreatedByUserNestedInput
|
|
139056
140676
|
filesCreated?: FileUncheckedUpdateManyWithoutCreatedByUserNestedInput
|
|
139057
140677
|
filesEdited?: FileUncheckedUpdateManyWithoutEditedByUserNestedInput
|
|
139058
140678
|
}
|
|
@@ -142948,6 +144568,7 @@ export namespace Prisma {
|
|
|
142948
144568
|
affiliatePayoutBatches?: AffiliatePayoutBatchCreateNestedManyWithoutUserInput
|
|
142949
144569
|
contractsCreated?: BrandContractCreateNestedManyWithoutCreatedByUserInput
|
|
142950
144570
|
contractsEdited?: BrandContractCreateNestedManyWithoutEditedByUserInput
|
|
144571
|
+
creatorLists?: CreatorListCreateNestedManyWithoutCreatedByUserInput
|
|
142951
144572
|
filesCreated?: FileCreateNestedManyWithoutCreatedByUserInput
|
|
142952
144573
|
filesEdited?: FileCreateNestedManyWithoutEditedByUserInput
|
|
142953
144574
|
}
|
|
@@ -143001,6 +144622,7 @@ export namespace Prisma {
|
|
|
143001
144622
|
affiliatePayoutBatches?: AffiliatePayoutBatchUncheckedCreateNestedManyWithoutUserInput
|
|
143002
144623
|
contractsCreated?: BrandContractUncheckedCreateNestedManyWithoutCreatedByUserInput
|
|
143003
144624
|
contractsEdited?: BrandContractUncheckedCreateNestedManyWithoutEditedByUserInput
|
|
144625
|
+
creatorLists?: CreatorListUncheckedCreateNestedManyWithoutCreatedByUserInput
|
|
143004
144626
|
filesCreated?: FileUncheckedCreateNestedManyWithoutCreatedByUserInput
|
|
143005
144627
|
filesEdited?: FileUncheckedCreateNestedManyWithoutEditedByUserInput
|
|
143006
144628
|
}
|
|
@@ -143567,6 +145189,7 @@ export namespace Prisma {
|
|
|
143567
145189
|
affiliatePayoutBatches?: AffiliatePayoutBatchUpdateManyWithoutUserNestedInput
|
|
143568
145190
|
contractsCreated?: BrandContractUpdateManyWithoutCreatedByUserNestedInput
|
|
143569
145191
|
contractsEdited?: BrandContractUpdateManyWithoutEditedByUserNestedInput
|
|
145192
|
+
creatorLists?: CreatorListUpdateManyWithoutCreatedByUserNestedInput
|
|
143570
145193
|
filesCreated?: FileUpdateManyWithoutCreatedByUserNestedInput
|
|
143571
145194
|
filesEdited?: FileUpdateManyWithoutEditedByUserNestedInput
|
|
143572
145195
|
}
|
|
@@ -143620,6 +145243,7 @@ export namespace Prisma {
|
|
|
143620
145243
|
affiliatePayoutBatches?: AffiliatePayoutBatchUncheckedUpdateManyWithoutUserNestedInput
|
|
143621
145244
|
contractsCreated?: BrandContractUncheckedUpdateManyWithoutCreatedByUserNestedInput
|
|
143622
145245
|
contractsEdited?: BrandContractUncheckedUpdateManyWithoutEditedByUserNestedInput
|
|
145246
|
+
creatorLists?: CreatorListUncheckedUpdateManyWithoutCreatedByUserNestedInput
|
|
143623
145247
|
filesCreated?: FileUncheckedUpdateManyWithoutCreatedByUserNestedInput
|
|
143624
145248
|
filesEdited?: FileUncheckedUpdateManyWithoutEditedByUserNestedInput
|
|
143625
145249
|
}
|
|
@@ -144512,6 +146136,7 @@ export namespace Prisma {
|
|
|
144512
146136
|
affiliatePayoutBatches?: AffiliatePayoutBatchCreateNestedManyWithoutUserInput
|
|
144513
146137
|
contractsCreated?: BrandContractCreateNestedManyWithoutCreatedByUserInput
|
|
144514
146138
|
contractsEdited?: BrandContractCreateNestedManyWithoutEditedByUserInput
|
|
146139
|
+
creatorLists?: CreatorListCreateNestedManyWithoutCreatedByUserInput
|
|
144515
146140
|
filesCreated?: FileCreateNestedManyWithoutCreatedByUserInput
|
|
144516
146141
|
filesEdited?: FileCreateNestedManyWithoutEditedByUserInput
|
|
144517
146142
|
}
|
|
@@ -144565,6 +146190,7 @@ export namespace Prisma {
|
|
|
144565
146190
|
affiliatePayoutBatches?: AffiliatePayoutBatchUncheckedCreateNestedManyWithoutUserInput
|
|
144566
146191
|
contractsCreated?: BrandContractUncheckedCreateNestedManyWithoutCreatedByUserInput
|
|
144567
146192
|
contractsEdited?: BrandContractUncheckedCreateNestedManyWithoutEditedByUserInput
|
|
146193
|
+
creatorLists?: CreatorListUncheckedCreateNestedManyWithoutCreatedByUserInput
|
|
144568
146194
|
filesCreated?: FileUncheckedCreateNestedManyWithoutCreatedByUserInput
|
|
144569
146195
|
filesEdited?: FileUncheckedCreateNestedManyWithoutEditedByUserInput
|
|
144570
146196
|
}
|
|
@@ -144824,6 +146450,7 @@ export namespace Prisma {
|
|
|
144824
146450
|
affiliatePayoutBatches?: AffiliatePayoutBatchUpdateManyWithoutUserNestedInput
|
|
144825
146451
|
contractsCreated?: BrandContractUpdateManyWithoutCreatedByUserNestedInput
|
|
144826
146452
|
contractsEdited?: BrandContractUpdateManyWithoutEditedByUserNestedInput
|
|
146453
|
+
creatorLists?: CreatorListUpdateManyWithoutCreatedByUserNestedInput
|
|
144827
146454
|
filesCreated?: FileUpdateManyWithoutCreatedByUserNestedInput
|
|
144828
146455
|
filesEdited?: FileUpdateManyWithoutEditedByUserNestedInput
|
|
144829
146456
|
}
|
|
@@ -144877,6 +146504,7 @@ export namespace Prisma {
|
|
|
144877
146504
|
affiliatePayoutBatches?: AffiliatePayoutBatchUncheckedUpdateManyWithoutUserNestedInput
|
|
144878
146505
|
contractsCreated?: BrandContractUncheckedUpdateManyWithoutCreatedByUserNestedInput
|
|
144879
146506
|
contractsEdited?: BrandContractUncheckedUpdateManyWithoutEditedByUserNestedInput
|
|
146507
|
+
creatorLists?: CreatorListUncheckedUpdateManyWithoutCreatedByUserNestedInput
|
|
144880
146508
|
filesCreated?: FileUncheckedUpdateManyWithoutCreatedByUserNestedInput
|
|
144881
146509
|
filesEdited?: FileUncheckedUpdateManyWithoutEditedByUserNestedInput
|
|
144882
146510
|
}
|
|
@@ -146067,6 +147695,7 @@ export namespace Prisma {
|
|
|
146067
147695
|
affiliatePayoutBatches?: AffiliatePayoutBatchCreateNestedManyWithoutUserInput
|
|
146068
147696
|
contractsCreated?: BrandContractCreateNestedManyWithoutCreatedByUserInput
|
|
146069
147697
|
contractsEdited?: BrandContractCreateNestedManyWithoutEditedByUserInput
|
|
147698
|
+
creatorLists?: CreatorListCreateNestedManyWithoutCreatedByUserInput
|
|
146070
147699
|
filesCreated?: FileCreateNestedManyWithoutCreatedByUserInput
|
|
146071
147700
|
filesEdited?: FileCreateNestedManyWithoutEditedByUserInput
|
|
146072
147701
|
}
|
|
@@ -146120,6 +147749,7 @@ export namespace Prisma {
|
|
|
146120
147749
|
affiliatePayoutBatches?: AffiliatePayoutBatchUncheckedCreateNestedManyWithoutUserInput
|
|
146121
147750
|
contractsCreated?: BrandContractUncheckedCreateNestedManyWithoutCreatedByUserInput
|
|
146122
147751
|
contractsEdited?: BrandContractUncheckedCreateNestedManyWithoutEditedByUserInput
|
|
147752
|
+
creatorLists?: CreatorListUncheckedCreateNestedManyWithoutCreatedByUserInput
|
|
146123
147753
|
filesCreated?: FileUncheckedCreateNestedManyWithoutCreatedByUserInput
|
|
146124
147754
|
filesEdited?: FileUncheckedCreateNestedManyWithoutEditedByUserInput
|
|
146125
147755
|
}
|
|
@@ -146348,6 +147978,7 @@ export namespace Prisma {
|
|
|
146348
147978
|
affiliatePayoutBatches?: AffiliatePayoutBatchUpdateManyWithoutUserNestedInput
|
|
146349
147979
|
contractsCreated?: BrandContractUpdateManyWithoutCreatedByUserNestedInput
|
|
146350
147980
|
contractsEdited?: BrandContractUpdateManyWithoutEditedByUserNestedInput
|
|
147981
|
+
creatorLists?: CreatorListUpdateManyWithoutCreatedByUserNestedInput
|
|
146351
147982
|
filesCreated?: FileUpdateManyWithoutCreatedByUserNestedInput
|
|
146352
147983
|
filesEdited?: FileUpdateManyWithoutEditedByUserNestedInput
|
|
146353
147984
|
}
|
|
@@ -146401,6 +148032,7 @@ export namespace Prisma {
|
|
|
146401
148032
|
affiliatePayoutBatches?: AffiliatePayoutBatchUncheckedUpdateManyWithoutUserNestedInput
|
|
146402
148033
|
contractsCreated?: BrandContractUncheckedUpdateManyWithoutCreatedByUserNestedInput
|
|
146403
148034
|
contractsEdited?: BrandContractUncheckedUpdateManyWithoutEditedByUserNestedInput
|
|
148035
|
+
creatorLists?: CreatorListUncheckedUpdateManyWithoutCreatedByUserNestedInput
|
|
146404
148036
|
filesCreated?: FileUncheckedUpdateManyWithoutCreatedByUserNestedInput
|
|
146405
148037
|
filesEdited?: FileUncheckedUpdateManyWithoutEditedByUserNestedInput
|
|
146406
148038
|
}
|
|
@@ -147271,6 +148903,7 @@ export namespace Prisma {
|
|
|
147271
148903
|
affiliatePayoutBatches?: AffiliatePayoutBatchCreateNestedManyWithoutUserInput
|
|
147272
148904
|
contractsCreated?: BrandContractCreateNestedManyWithoutCreatedByUserInput
|
|
147273
148905
|
contractsEdited?: BrandContractCreateNestedManyWithoutEditedByUserInput
|
|
148906
|
+
creatorLists?: CreatorListCreateNestedManyWithoutCreatedByUserInput
|
|
147274
148907
|
filesCreated?: FileCreateNestedManyWithoutCreatedByUserInput
|
|
147275
148908
|
filesEdited?: FileCreateNestedManyWithoutEditedByUserInput
|
|
147276
148909
|
}
|
|
@@ -147324,6 +148957,7 @@ export namespace Prisma {
|
|
|
147324
148957
|
affiliatePayoutBatches?: AffiliatePayoutBatchUncheckedCreateNestedManyWithoutUserInput
|
|
147325
148958
|
contractsCreated?: BrandContractUncheckedCreateNestedManyWithoutCreatedByUserInput
|
|
147326
148959
|
contractsEdited?: BrandContractUncheckedCreateNestedManyWithoutEditedByUserInput
|
|
148960
|
+
creatorLists?: CreatorListUncheckedCreateNestedManyWithoutCreatedByUserInput
|
|
147327
148961
|
filesCreated?: FileUncheckedCreateNestedManyWithoutCreatedByUserInput
|
|
147328
148962
|
filesEdited?: FileUncheckedCreateNestedManyWithoutEditedByUserInput
|
|
147329
148963
|
}
|
|
@@ -147434,6 +149068,7 @@ export namespace Prisma {
|
|
|
147434
149068
|
affiliatePayoutBatches?: AffiliatePayoutBatchUpdateManyWithoutUserNestedInput
|
|
147435
149069
|
contractsCreated?: BrandContractUpdateManyWithoutCreatedByUserNestedInput
|
|
147436
149070
|
contractsEdited?: BrandContractUpdateManyWithoutEditedByUserNestedInput
|
|
149071
|
+
creatorLists?: CreatorListUpdateManyWithoutCreatedByUserNestedInput
|
|
147437
149072
|
filesCreated?: FileUpdateManyWithoutCreatedByUserNestedInput
|
|
147438
149073
|
filesEdited?: FileUpdateManyWithoutEditedByUserNestedInput
|
|
147439
149074
|
}
|
|
@@ -147487,6 +149122,7 @@ export namespace Prisma {
|
|
|
147487
149122
|
affiliatePayoutBatches?: AffiliatePayoutBatchUncheckedUpdateManyWithoutUserNestedInput
|
|
147488
149123
|
contractsCreated?: BrandContractUncheckedUpdateManyWithoutCreatedByUserNestedInput
|
|
147489
149124
|
contractsEdited?: BrandContractUncheckedUpdateManyWithoutEditedByUserNestedInput
|
|
149125
|
+
creatorLists?: CreatorListUncheckedUpdateManyWithoutCreatedByUserNestedInput
|
|
147490
149126
|
filesCreated?: FileUncheckedUpdateManyWithoutCreatedByUserNestedInput
|
|
147491
149127
|
filesEdited?: FileUncheckedUpdateManyWithoutEditedByUserNestedInput
|
|
147492
149128
|
}
|
|
@@ -147948,6 +149584,7 @@ export namespace Prisma {
|
|
|
147948
149584
|
flagsEdited?: CreatorFlagCreateNestedManyWithoutEditedByUserInput
|
|
147949
149585
|
contractsCreated?: BrandContractCreateNestedManyWithoutCreatedByUserInput
|
|
147950
149586
|
contractsEdited?: BrandContractCreateNestedManyWithoutEditedByUserInput
|
|
149587
|
+
creatorLists?: CreatorListCreateNestedManyWithoutCreatedByUserInput
|
|
147951
149588
|
filesCreated?: FileCreateNestedManyWithoutCreatedByUserInput
|
|
147952
149589
|
filesEdited?: FileCreateNestedManyWithoutEditedByUserInput
|
|
147953
149590
|
}
|
|
@@ -148001,6 +149638,7 @@ export namespace Prisma {
|
|
|
148001
149638
|
flagsEdited?: CreatorFlagUncheckedCreateNestedManyWithoutEditedByUserInput
|
|
148002
149639
|
contractsCreated?: BrandContractUncheckedCreateNestedManyWithoutCreatedByUserInput
|
|
148003
149640
|
contractsEdited?: BrandContractUncheckedCreateNestedManyWithoutEditedByUserInput
|
|
149641
|
+
creatorLists?: CreatorListUncheckedCreateNestedManyWithoutCreatedByUserInput
|
|
148004
149642
|
filesCreated?: FileUncheckedCreateNestedManyWithoutCreatedByUserInput
|
|
148005
149643
|
filesEdited?: FileUncheckedCreateNestedManyWithoutEditedByUserInput
|
|
148006
149644
|
}
|
|
@@ -148110,6 +149748,7 @@ export namespace Prisma {
|
|
|
148110
149748
|
flagsEdited?: CreatorFlagUpdateManyWithoutEditedByUserNestedInput
|
|
148111
149749
|
contractsCreated?: BrandContractUpdateManyWithoutCreatedByUserNestedInput
|
|
148112
149750
|
contractsEdited?: BrandContractUpdateManyWithoutEditedByUserNestedInput
|
|
149751
|
+
creatorLists?: CreatorListUpdateManyWithoutCreatedByUserNestedInput
|
|
148113
149752
|
filesCreated?: FileUpdateManyWithoutCreatedByUserNestedInput
|
|
148114
149753
|
filesEdited?: FileUpdateManyWithoutEditedByUserNestedInput
|
|
148115
149754
|
}
|
|
@@ -148163,6 +149802,7 @@ export namespace Prisma {
|
|
|
148163
149802
|
flagsEdited?: CreatorFlagUncheckedUpdateManyWithoutEditedByUserNestedInput
|
|
148164
149803
|
contractsCreated?: BrandContractUncheckedUpdateManyWithoutCreatedByUserNestedInput
|
|
148165
149804
|
contractsEdited?: BrandContractUncheckedUpdateManyWithoutEditedByUserNestedInput
|
|
149805
|
+
creatorLists?: CreatorListUncheckedUpdateManyWithoutCreatedByUserNestedInput
|
|
148166
149806
|
filesCreated?: FileUncheckedUpdateManyWithoutCreatedByUserNestedInput
|
|
148167
149807
|
filesEdited?: FileUncheckedUpdateManyWithoutEditedByUserNestedInput
|
|
148168
149808
|
}
|
|
@@ -148626,6 +150266,7 @@ export namespace Prisma {
|
|
|
148626
150266
|
updated?: Date | string | null
|
|
148627
150267
|
creatorListItems?: CreatorListItemCreateNestedManyWithoutSocialProfileInput
|
|
148628
150268
|
user?: UserCreateNestedOneWithoutSocialProfilesInput
|
|
150269
|
+
creditRefundBatches?: CreditRefundBatchCreateNestedManyWithoutProfilesInput
|
|
148629
150270
|
}
|
|
148630
150271
|
|
|
148631
150272
|
export type SocialProfileUncheckedCreateWithoutCampaignInvitesInput = {
|
|
@@ -148648,6 +150289,7 @@ export namespace Prisma {
|
|
|
148648
150289
|
created?: Date | string
|
|
148649
150290
|
updated?: Date | string | null
|
|
148650
150291
|
creatorListItems?: CreatorListItemUncheckedCreateNestedManyWithoutSocialProfileInput
|
|
150292
|
+
creditRefundBatches?: CreditRefundBatchUncheckedCreateNestedManyWithoutProfilesInput
|
|
148651
150293
|
}
|
|
148652
150294
|
|
|
148653
150295
|
export type SocialProfileCreateOrConnectWithoutCampaignInvitesInput = {
|
|
@@ -149007,6 +150649,7 @@ export namespace Prisma {
|
|
|
149007
150649
|
updated?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
149008
150650
|
creatorListItems?: CreatorListItemUpdateManyWithoutSocialProfileNestedInput
|
|
149009
150651
|
user?: UserUpdateOneWithoutSocialProfilesNestedInput
|
|
150652
|
+
creditRefundBatches?: CreditRefundBatchUpdateManyWithoutProfilesNestedInput
|
|
149010
150653
|
}
|
|
149011
150654
|
|
|
149012
150655
|
export type SocialProfileUncheckedUpdateWithoutCampaignInvitesInput = {
|
|
@@ -149029,6 +150672,7 @@ export namespace Prisma {
|
|
|
149029
150672
|
created?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
149030
150673
|
updated?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
149031
150674
|
creatorListItems?: CreatorListItemUncheckedUpdateManyWithoutSocialProfileNestedInput
|
|
150675
|
+
creditRefundBatches?: CreditRefundBatchUncheckedUpdateManyWithoutProfilesNestedInput
|
|
149032
150676
|
}
|
|
149033
150677
|
|
|
149034
150678
|
export type OptInUpsertWithoutCampaignInvitesInput = {
|
|
@@ -149384,6 +151028,118 @@ export namespace Prisma {
|
|
|
149384
151028
|
create: XOR<CampaignCreateWithoutCreatorListsInput, CampaignUncheckedCreateWithoutCreatorListsInput>
|
|
149385
151029
|
}
|
|
149386
151030
|
|
|
151031
|
+
export type UserCreateWithoutCreatorListsInput = {
|
|
151032
|
+
idmId?: string | null
|
|
151033
|
+
role: string
|
|
151034
|
+
email?: string | null
|
|
151035
|
+
password?: string | null
|
|
151036
|
+
registered?: Date | string
|
|
151037
|
+
lastLoginDate?: Date | string | null
|
|
151038
|
+
firstName?: string | null
|
|
151039
|
+
lastName?: string | null
|
|
151040
|
+
phone?: string | null
|
|
151041
|
+
phoneCode?: number | null
|
|
151042
|
+
phoneShort?: string | null
|
|
151043
|
+
profilePicUrl?: string | null
|
|
151044
|
+
forgotPasswordKey?: string | null
|
|
151045
|
+
affiliateSlug?: string | null
|
|
151046
|
+
closed?: Date | string | null
|
|
151047
|
+
closedReason?: string | null
|
|
151048
|
+
usercomLastSynced?: Date | string | null
|
|
151049
|
+
extraData?: JsonNullValueInput | InputJsonValue
|
|
151050
|
+
fullName?: string | null
|
|
151051
|
+
phoneNormalised?: string | null
|
|
151052
|
+
referrer?: UserCreateNestedOneWithoutReferredUsersInput
|
|
151053
|
+
referredUsers?: UserCreateNestedManyWithoutReferrerInput
|
|
151054
|
+
logs?: LogCreateNestedManyWithoutUserInput
|
|
151055
|
+
creatorProfile?: CreatorProfileCreateNestedOneWithoutUserInput
|
|
151056
|
+
instagramProfile?: InstagramProfileCreateNestedOneWithoutUserInput
|
|
151057
|
+
youtubeProfile?: YoutubeProfileCreateNestedOneWithoutUserInput
|
|
151058
|
+
tiktokProfile?: TiktokProfileCreateNestedOneWithoutUserInput
|
|
151059
|
+
facebookProfile?: FacebookProfileCreateNestedOneWithoutUserInput
|
|
151060
|
+
twitterProfile?: TwitterProfileCreateNestedOneWithoutUserInput
|
|
151061
|
+
twitchProfile?: TwitchProfileCreateNestedOneWithoutUserInput
|
|
151062
|
+
brandProfiles?: BrandUserProfileCreateNestedManyWithoutUserInput
|
|
151063
|
+
optIns?: OptInCreateNestedManyWithoutUserInput
|
|
151064
|
+
assignedBrands?: BrandCreateNestedManyWithoutDedicatedSpecialistInput
|
|
151065
|
+
messages?: MessageCreateNestedManyWithoutUserInput
|
|
151066
|
+
socialPosts?: SocialPostCreateNestedManyWithoutUserInput
|
|
151067
|
+
paymentTransactions?: PaymentTransactionCreateNestedManyWithoutCreatorInput
|
|
151068
|
+
affiliateLinks?: AffiliateLinkCreateNestedManyWithoutAffiliateInput
|
|
151069
|
+
campaignPins?: CampaignPinCreateNestedManyWithoutUserInput
|
|
151070
|
+
socialProfiles?: SocialProfileCreateNestedManyWithoutUserInput
|
|
151071
|
+
rakutenActivity?: RakutenActivityCreateNestedManyWithoutUserInput
|
|
151072
|
+
impactRadiusEvents?: ImpactRadiusEventCreateNestedManyWithoutUserInput
|
|
151073
|
+
cjEvents?: CjEventCreateNestedManyWithoutUserInput
|
|
151074
|
+
flagsAssigned?: CreatorFlagCreateNestedManyWithoutUserInput
|
|
151075
|
+
flagsCreated?: CreatorFlagCreateNestedManyWithoutFlaggedByUserInput
|
|
151076
|
+
flagsEdited?: CreatorFlagCreateNestedManyWithoutEditedByUserInput
|
|
151077
|
+
affiliatePayoutBatches?: AffiliatePayoutBatchCreateNestedManyWithoutUserInput
|
|
151078
|
+
contractsCreated?: BrandContractCreateNestedManyWithoutCreatedByUserInput
|
|
151079
|
+
contractsEdited?: BrandContractCreateNestedManyWithoutEditedByUserInput
|
|
151080
|
+
filesCreated?: FileCreateNestedManyWithoutCreatedByUserInput
|
|
151081
|
+
filesEdited?: FileCreateNestedManyWithoutEditedByUserInput
|
|
151082
|
+
}
|
|
151083
|
+
|
|
151084
|
+
export type UserUncheckedCreateWithoutCreatorListsInput = {
|
|
151085
|
+
id?: number
|
|
151086
|
+
idmId?: string | null
|
|
151087
|
+
role: string
|
|
151088
|
+
email?: string | null
|
|
151089
|
+
password?: string | null
|
|
151090
|
+
registered?: Date | string
|
|
151091
|
+
lastLoginDate?: Date | string | null
|
|
151092
|
+
firstName?: string | null
|
|
151093
|
+
lastName?: string | null
|
|
151094
|
+
phone?: string | null
|
|
151095
|
+
phoneCode?: number | null
|
|
151096
|
+
phoneShort?: string | null
|
|
151097
|
+
profilePicUrl?: string | null
|
|
151098
|
+
forgotPasswordKey?: string | null
|
|
151099
|
+
affiliateSlug?: string | null
|
|
151100
|
+
closed?: Date | string | null
|
|
151101
|
+
closedReason?: string | null
|
|
151102
|
+
usercomLastSynced?: Date | string | null
|
|
151103
|
+
extraData?: JsonNullValueInput | InputJsonValue
|
|
151104
|
+
referrerId?: number | null
|
|
151105
|
+
fullName?: string | null
|
|
151106
|
+
phoneNormalised?: string | null
|
|
151107
|
+
referredUsers?: UserUncheckedCreateNestedManyWithoutReferrerInput
|
|
151108
|
+
logs?: LogUncheckedCreateNestedManyWithoutUserInput
|
|
151109
|
+
creatorProfile?: CreatorProfileUncheckedCreateNestedOneWithoutUserInput
|
|
151110
|
+
instagramProfile?: InstagramProfileUncheckedCreateNestedOneWithoutUserInput
|
|
151111
|
+
youtubeProfile?: YoutubeProfileUncheckedCreateNestedOneWithoutUserInput
|
|
151112
|
+
tiktokProfile?: TiktokProfileUncheckedCreateNestedOneWithoutUserInput
|
|
151113
|
+
facebookProfile?: FacebookProfileUncheckedCreateNestedOneWithoutUserInput
|
|
151114
|
+
twitterProfile?: TwitterProfileUncheckedCreateNestedOneWithoutUserInput
|
|
151115
|
+
twitchProfile?: TwitchProfileUncheckedCreateNestedOneWithoutUserInput
|
|
151116
|
+
brandProfiles?: BrandUserProfileUncheckedCreateNestedManyWithoutUserInput
|
|
151117
|
+
optIns?: OptInUncheckedCreateNestedManyWithoutUserInput
|
|
151118
|
+
assignedBrands?: BrandUncheckedCreateNestedManyWithoutDedicatedSpecialistInput
|
|
151119
|
+
messages?: MessageUncheckedCreateNestedManyWithoutUserInput
|
|
151120
|
+
socialPosts?: SocialPostUncheckedCreateNestedManyWithoutUserInput
|
|
151121
|
+
paymentTransactions?: PaymentTransactionUncheckedCreateNestedManyWithoutCreatorInput
|
|
151122
|
+
affiliateLinks?: AffiliateLinkUncheckedCreateNestedManyWithoutAffiliateInput
|
|
151123
|
+
campaignPins?: CampaignPinUncheckedCreateNestedManyWithoutUserInput
|
|
151124
|
+
socialProfiles?: SocialProfileUncheckedCreateNestedManyWithoutUserInput
|
|
151125
|
+
rakutenActivity?: RakutenActivityUncheckedCreateNestedManyWithoutUserInput
|
|
151126
|
+
impactRadiusEvents?: ImpactRadiusEventUncheckedCreateNestedManyWithoutUserInput
|
|
151127
|
+
cjEvents?: CjEventUncheckedCreateNestedManyWithoutUserInput
|
|
151128
|
+
flagsAssigned?: CreatorFlagUncheckedCreateNestedManyWithoutUserInput
|
|
151129
|
+
flagsCreated?: CreatorFlagUncheckedCreateNestedManyWithoutFlaggedByUserInput
|
|
151130
|
+
flagsEdited?: CreatorFlagUncheckedCreateNestedManyWithoutEditedByUserInput
|
|
151131
|
+
affiliatePayoutBatches?: AffiliatePayoutBatchUncheckedCreateNestedManyWithoutUserInput
|
|
151132
|
+
contractsCreated?: BrandContractUncheckedCreateNestedManyWithoutCreatedByUserInput
|
|
151133
|
+
contractsEdited?: BrandContractUncheckedCreateNestedManyWithoutEditedByUserInput
|
|
151134
|
+
filesCreated?: FileUncheckedCreateNestedManyWithoutCreatedByUserInput
|
|
151135
|
+
filesEdited?: FileUncheckedCreateNestedManyWithoutEditedByUserInput
|
|
151136
|
+
}
|
|
151137
|
+
|
|
151138
|
+
export type UserCreateOrConnectWithoutCreatorListsInput = {
|
|
151139
|
+
where: UserWhereUniqueInput
|
|
151140
|
+
create: XOR<UserCreateWithoutCreatorListsInput, UserUncheckedCreateWithoutCreatorListsInput>
|
|
151141
|
+
}
|
|
151142
|
+
|
|
149387
151143
|
export type SequenceCreateWithoutCreatorListInput = {
|
|
149388
151144
|
title: string
|
|
149389
151145
|
createdAt?: Date | string
|
|
@@ -149702,6 +151458,124 @@ export namespace Prisma {
|
|
|
149702
151458
|
ExternalAffiliateClick?: ExternalAffiliateClickUncheckedUpdateManyWithoutCampaignNestedInput
|
|
149703
151459
|
}
|
|
149704
151460
|
|
|
151461
|
+
export type UserUpsertWithoutCreatorListsInput = {
|
|
151462
|
+
update: XOR<UserUpdateWithoutCreatorListsInput, UserUncheckedUpdateWithoutCreatorListsInput>
|
|
151463
|
+
create: XOR<UserCreateWithoutCreatorListsInput, UserUncheckedCreateWithoutCreatorListsInput>
|
|
151464
|
+
where?: UserWhereInput
|
|
151465
|
+
}
|
|
151466
|
+
|
|
151467
|
+
export type UserUpdateToOneWithWhereWithoutCreatorListsInput = {
|
|
151468
|
+
where?: UserWhereInput
|
|
151469
|
+
data: XOR<UserUpdateWithoutCreatorListsInput, UserUncheckedUpdateWithoutCreatorListsInput>
|
|
151470
|
+
}
|
|
151471
|
+
|
|
151472
|
+
export type UserUpdateWithoutCreatorListsInput = {
|
|
151473
|
+
idmId?: NullableStringFieldUpdateOperationsInput | string | null
|
|
151474
|
+
role?: StringFieldUpdateOperationsInput | string
|
|
151475
|
+
email?: NullableStringFieldUpdateOperationsInput | string | null
|
|
151476
|
+
password?: NullableStringFieldUpdateOperationsInput | string | null
|
|
151477
|
+
registered?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
151478
|
+
lastLoginDate?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
151479
|
+
firstName?: NullableStringFieldUpdateOperationsInput | string | null
|
|
151480
|
+
lastName?: NullableStringFieldUpdateOperationsInput | string | null
|
|
151481
|
+
phone?: NullableStringFieldUpdateOperationsInput | string | null
|
|
151482
|
+
phoneCode?: NullableIntFieldUpdateOperationsInput | number | null
|
|
151483
|
+
phoneShort?: NullableStringFieldUpdateOperationsInput | string | null
|
|
151484
|
+
profilePicUrl?: NullableStringFieldUpdateOperationsInput | string | null
|
|
151485
|
+
forgotPasswordKey?: NullableStringFieldUpdateOperationsInput | string | null
|
|
151486
|
+
affiliateSlug?: NullableStringFieldUpdateOperationsInput | string | null
|
|
151487
|
+
closed?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
151488
|
+
closedReason?: NullableStringFieldUpdateOperationsInput | string | null
|
|
151489
|
+
usercomLastSynced?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
151490
|
+
extraData?: JsonNullValueInput | InputJsonValue
|
|
151491
|
+
fullName?: NullableStringFieldUpdateOperationsInput | string | null
|
|
151492
|
+
phoneNormalised?: NullableStringFieldUpdateOperationsInput | string | null
|
|
151493
|
+
referrer?: UserUpdateOneWithoutReferredUsersNestedInput
|
|
151494
|
+
referredUsers?: UserUpdateManyWithoutReferrerNestedInput
|
|
151495
|
+
logs?: LogUpdateManyWithoutUserNestedInput
|
|
151496
|
+
creatorProfile?: CreatorProfileUpdateOneWithoutUserNestedInput
|
|
151497
|
+
instagramProfile?: InstagramProfileUpdateOneWithoutUserNestedInput
|
|
151498
|
+
youtubeProfile?: YoutubeProfileUpdateOneWithoutUserNestedInput
|
|
151499
|
+
tiktokProfile?: TiktokProfileUpdateOneWithoutUserNestedInput
|
|
151500
|
+
facebookProfile?: FacebookProfileUpdateOneWithoutUserNestedInput
|
|
151501
|
+
twitterProfile?: TwitterProfileUpdateOneWithoutUserNestedInput
|
|
151502
|
+
twitchProfile?: TwitchProfileUpdateOneWithoutUserNestedInput
|
|
151503
|
+
brandProfiles?: BrandUserProfileUpdateManyWithoutUserNestedInput
|
|
151504
|
+
optIns?: OptInUpdateManyWithoutUserNestedInput
|
|
151505
|
+
assignedBrands?: BrandUpdateManyWithoutDedicatedSpecialistNestedInput
|
|
151506
|
+
messages?: MessageUpdateManyWithoutUserNestedInput
|
|
151507
|
+
socialPosts?: SocialPostUpdateManyWithoutUserNestedInput
|
|
151508
|
+
paymentTransactions?: PaymentTransactionUpdateManyWithoutCreatorNestedInput
|
|
151509
|
+
affiliateLinks?: AffiliateLinkUpdateManyWithoutAffiliateNestedInput
|
|
151510
|
+
campaignPins?: CampaignPinUpdateManyWithoutUserNestedInput
|
|
151511
|
+
socialProfiles?: SocialProfileUpdateManyWithoutUserNestedInput
|
|
151512
|
+
rakutenActivity?: RakutenActivityUpdateManyWithoutUserNestedInput
|
|
151513
|
+
impactRadiusEvents?: ImpactRadiusEventUpdateManyWithoutUserNestedInput
|
|
151514
|
+
cjEvents?: CjEventUpdateManyWithoutUserNestedInput
|
|
151515
|
+
flagsAssigned?: CreatorFlagUpdateManyWithoutUserNestedInput
|
|
151516
|
+
flagsCreated?: CreatorFlagUpdateManyWithoutFlaggedByUserNestedInput
|
|
151517
|
+
flagsEdited?: CreatorFlagUpdateManyWithoutEditedByUserNestedInput
|
|
151518
|
+
affiliatePayoutBatches?: AffiliatePayoutBatchUpdateManyWithoutUserNestedInput
|
|
151519
|
+
contractsCreated?: BrandContractUpdateManyWithoutCreatedByUserNestedInput
|
|
151520
|
+
contractsEdited?: BrandContractUpdateManyWithoutEditedByUserNestedInput
|
|
151521
|
+
filesCreated?: FileUpdateManyWithoutCreatedByUserNestedInput
|
|
151522
|
+
filesEdited?: FileUpdateManyWithoutEditedByUserNestedInput
|
|
151523
|
+
}
|
|
151524
|
+
|
|
151525
|
+
export type UserUncheckedUpdateWithoutCreatorListsInput = {
|
|
151526
|
+
id?: IntFieldUpdateOperationsInput | number
|
|
151527
|
+
idmId?: NullableStringFieldUpdateOperationsInput | string | null
|
|
151528
|
+
role?: StringFieldUpdateOperationsInput | string
|
|
151529
|
+
email?: NullableStringFieldUpdateOperationsInput | string | null
|
|
151530
|
+
password?: NullableStringFieldUpdateOperationsInput | string | null
|
|
151531
|
+
registered?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
151532
|
+
lastLoginDate?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
151533
|
+
firstName?: NullableStringFieldUpdateOperationsInput | string | null
|
|
151534
|
+
lastName?: NullableStringFieldUpdateOperationsInput | string | null
|
|
151535
|
+
phone?: NullableStringFieldUpdateOperationsInput | string | null
|
|
151536
|
+
phoneCode?: NullableIntFieldUpdateOperationsInput | number | null
|
|
151537
|
+
phoneShort?: NullableStringFieldUpdateOperationsInput | string | null
|
|
151538
|
+
profilePicUrl?: NullableStringFieldUpdateOperationsInput | string | null
|
|
151539
|
+
forgotPasswordKey?: NullableStringFieldUpdateOperationsInput | string | null
|
|
151540
|
+
affiliateSlug?: NullableStringFieldUpdateOperationsInput | string | null
|
|
151541
|
+
closed?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
151542
|
+
closedReason?: NullableStringFieldUpdateOperationsInput | string | null
|
|
151543
|
+
usercomLastSynced?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
151544
|
+
extraData?: JsonNullValueInput | InputJsonValue
|
|
151545
|
+
referrerId?: NullableIntFieldUpdateOperationsInput | number | null
|
|
151546
|
+
fullName?: NullableStringFieldUpdateOperationsInput | string | null
|
|
151547
|
+
phoneNormalised?: NullableStringFieldUpdateOperationsInput | string | null
|
|
151548
|
+
referredUsers?: UserUncheckedUpdateManyWithoutReferrerNestedInput
|
|
151549
|
+
logs?: LogUncheckedUpdateManyWithoutUserNestedInput
|
|
151550
|
+
creatorProfile?: CreatorProfileUncheckedUpdateOneWithoutUserNestedInput
|
|
151551
|
+
instagramProfile?: InstagramProfileUncheckedUpdateOneWithoutUserNestedInput
|
|
151552
|
+
youtubeProfile?: YoutubeProfileUncheckedUpdateOneWithoutUserNestedInput
|
|
151553
|
+
tiktokProfile?: TiktokProfileUncheckedUpdateOneWithoutUserNestedInput
|
|
151554
|
+
facebookProfile?: FacebookProfileUncheckedUpdateOneWithoutUserNestedInput
|
|
151555
|
+
twitterProfile?: TwitterProfileUncheckedUpdateOneWithoutUserNestedInput
|
|
151556
|
+
twitchProfile?: TwitchProfileUncheckedUpdateOneWithoutUserNestedInput
|
|
151557
|
+
brandProfiles?: BrandUserProfileUncheckedUpdateManyWithoutUserNestedInput
|
|
151558
|
+
optIns?: OptInUncheckedUpdateManyWithoutUserNestedInput
|
|
151559
|
+
assignedBrands?: BrandUncheckedUpdateManyWithoutDedicatedSpecialistNestedInput
|
|
151560
|
+
messages?: MessageUncheckedUpdateManyWithoutUserNestedInput
|
|
151561
|
+
socialPosts?: SocialPostUncheckedUpdateManyWithoutUserNestedInput
|
|
151562
|
+
paymentTransactions?: PaymentTransactionUncheckedUpdateManyWithoutCreatorNestedInput
|
|
151563
|
+
affiliateLinks?: AffiliateLinkUncheckedUpdateManyWithoutAffiliateNestedInput
|
|
151564
|
+
campaignPins?: CampaignPinUncheckedUpdateManyWithoutUserNestedInput
|
|
151565
|
+
socialProfiles?: SocialProfileUncheckedUpdateManyWithoutUserNestedInput
|
|
151566
|
+
rakutenActivity?: RakutenActivityUncheckedUpdateManyWithoutUserNestedInput
|
|
151567
|
+
impactRadiusEvents?: ImpactRadiusEventUncheckedUpdateManyWithoutUserNestedInput
|
|
151568
|
+
cjEvents?: CjEventUncheckedUpdateManyWithoutUserNestedInput
|
|
151569
|
+
flagsAssigned?: CreatorFlagUncheckedUpdateManyWithoutUserNestedInput
|
|
151570
|
+
flagsCreated?: CreatorFlagUncheckedUpdateManyWithoutFlaggedByUserNestedInput
|
|
151571
|
+
flagsEdited?: CreatorFlagUncheckedUpdateManyWithoutEditedByUserNestedInput
|
|
151572
|
+
affiliatePayoutBatches?: AffiliatePayoutBatchUncheckedUpdateManyWithoutUserNestedInput
|
|
151573
|
+
contractsCreated?: BrandContractUncheckedUpdateManyWithoutCreatedByUserNestedInput
|
|
151574
|
+
contractsEdited?: BrandContractUncheckedUpdateManyWithoutEditedByUserNestedInput
|
|
151575
|
+
filesCreated?: FileUncheckedUpdateManyWithoutCreatedByUserNestedInput
|
|
151576
|
+
filesEdited?: FileUncheckedUpdateManyWithoutEditedByUserNestedInput
|
|
151577
|
+
}
|
|
151578
|
+
|
|
149705
151579
|
export type SequenceUpsertWithWhereUniqueWithoutCreatorListInput = {
|
|
149706
151580
|
where: SequenceWhereUniqueInput
|
|
149707
151581
|
update: XOR<SequenceUpdateWithoutCreatorListInput, SequenceUncheckedUpdateWithoutCreatorListInput>
|
|
@@ -149725,6 +151599,7 @@ export namespace Prisma {
|
|
|
149725
151599
|
metaData?: NullableJsonNullValueInput | InputJsonValue
|
|
149726
151600
|
brand: BrandCreateNestedOneWithoutCreatorListsInput
|
|
149727
151601
|
campaign?: CampaignCreateNestedOneWithoutCreatorListsInput
|
|
151602
|
+
createdByUser?: UserCreateNestedOneWithoutCreatorListsInput
|
|
149728
151603
|
sequences?: SequenceCreateNestedManyWithoutCreatorListInput
|
|
149729
151604
|
}
|
|
149730
151605
|
|
|
@@ -149736,6 +151611,7 @@ export namespace Prisma {
|
|
|
149736
151611
|
archived?: Date | string | null
|
|
149737
151612
|
title: string
|
|
149738
151613
|
metaData?: NullableJsonNullValueInput | InputJsonValue
|
|
151614
|
+
createdByUserId?: number | null
|
|
149739
151615
|
sequences?: SequenceUncheckedCreateNestedManyWithoutCreatorListInput
|
|
149740
151616
|
}
|
|
149741
151617
|
|
|
@@ -149763,6 +151639,7 @@ export namespace Prisma {
|
|
|
149763
151639
|
updated?: Date | string | null
|
|
149764
151640
|
campaignInvites?: CampaignInviteCreateNestedManyWithoutSocialProfileInput
|
|
149765
151641
|
user?: UserCreateNestedOneWithoutSocialProfilesInput
|
|
151642
|
+
creditRefundBatches?: CreditRefundBatchCreateNestedManyWithoutProfilesInput
|
|
149766
151643
|
}
|
|
149767
151644
|
|
|
149768
151645
|
export type SocialProfileUncheckedCreateWithoutCreatorListItemsInput = {
|
|
@@ -149785,6 +151662,7 @@ export namespace Prisma {
|
|
|
149785
151662
|
created?: Date | string
|
|
149786
151663
|
updated?: Date | string | null
|
|
149787
151664
|
campaignInvites?: CampaignInviteUncheckedCreateNestedManyWithoutSocialProfileInput
|
|
151665
|
+
creditRefundBatches?: CreditRefundBatchUncheckedCreateNestedManyWithoutProfilesInput
|
|
149788
151666
|
}
|
|
149789
151667
|
|
|
149790
151668
|
export type SocialProfileCreateOrConnectWithoutCreatorListItemsInput = {
|
|
@@ -149880,6 +151758,7 @@ export namespace Prisma {
|
|
|
149880
151758
|
metaData?: NullableJsonNullValueInput | InputJsonValue
|
|
149881
151759
|
brand?: BrandUpdateOneRequiredWithoutCreatorListsNestedInput
|
|
149882
151760
|
campaign?: CampaignUpdateOneWithoutCreatorListsNestedInput
|
|
151761
|
+
createdByUser?: UserUpdateOneWithoutCreatorListsNestedInput
|
|
149883
151762
|
sequences?: SequenceUpdateManyWithoutCreatorListNestedInput
|
|
149884
151763
|
}
|
|
149885
151764
|
|
|
@@ -149891,6 +151770,7 @@ export namespace Prisma {
|
|
|
149891
151770
|
archived?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
149892
151771
|
title?: StringFieldUpdateOperationsInput | string
|
|
149893
151772
|
metaData?: NullableJsonNullValueInput | InputJsonValue
|
|
151773
|
+
createdByUserId?: NullableIntFieldUpdateOperationsInput | number | null
|
|
149894
151774
|
sequences?: SequenceUncheckedUpdateManyWithoutCreatorListNestedInput
|
|
149895
151775
|
}
|
|
149896
151776
|
|
|
@@ -149924,6 +151804,7 @@ export namespace Prisma {
|
|
|
149924
151804
|
updated?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
149925
151805
|
campaignInvites?: CampaignInviteUpdateManyWithoutSocialProfileNestedInput
|
|
149926
151806
|
user?: UserUpdateOneWithoutSocialProfilesNestedInput
|
|
151807
|
+
creditRefundBatches?: CreditRefundBatchUpdateManyWithoutProfilesNestedInput
|
|
149927
151808
|
}
|
|
149928
151809
|
|
|
149929
151810
|
export type SocialProfileUncheckedUpdateWithoutCreatorListItemsInput = {
|
|
@@ -149946,6 +151827,7 @@ export namespace Prisma {
|
|
|
149946
151827
|
created?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
149947
151828
|
updated?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
149948
151829
|
campaignInvites?: CampaignInviteUncheckedUpdateManyWithoutSocialProfileNestedInput
|
|
151830
|
+
creditRefundBatches?: CreditRefundBatchUncheckedUpdateManyWithoutProfilesNestedInput
|
|
149949
151831
|
}
|
|
149950
151832
|
|
|
149951
151833
|
export type SequenceOutboundEmailUpsertWithWhereUniqueWithoutCreatorListInput = {
|
|
@@ -150147,6 +152029,7 @@ export namespace Prisma {
|
|
|
150147
152029
|
affiliatePayoutBatches?: AffiliatePayoutBatchCreateNestedManyWithoutUserInput
|
|
150148
152030
|
contractsCreated?: BrandContractCreateNestedManyWithoutCreatedByUserInput
|
|
150149
152031
|
contractsEdited?: BrandContractCreateNestedManyWithoutEditedByUserInput
|
|
152032
|
+
creatorLists?: CreatorListCreateNestedManyWithoutCreatedByUserInput
|
|
150150
152033
|
filesCreated?: FileCreateNestedManyWithoutCreatedByUserInput
|
|
150151
152034
|
filesEdited?: FileCreateNestedManyWithoutEditedByUserInput
|
|
150152
152035
|
}
|
|
@@ -150200,6 +152083,7 @@ export namespace Prisma {
|
|
|
150200
152083
|
affiliatePayoutBatches?: AffiliatePayoutBatchUncheckedCreateNestedManyWithoutUserInput
|
|
150201
152084
|
contractsCreated?: BrandContractUncheckedCreateNestedManyWithoutCreatedByUserInput
|
|
150202
152085
|
contractsEdited?: BrandContractUncheckedCreateNestedManyWithoutEditedByUserInput
|
|
152086
|
+
creatorLists?: CreatorListUncheckedCreateNestedManyWithoutCreatedByUserInput
|
|
150203
152087
|
filesCreated?: FileUncheckedCreateNestedManyWithoutCreatedByUserInput
|
|
150204
152088
|
filesEdited?: FileUncheckedCreateNestedManyWithoutEditedByUserInput
|
|
150205
152089
|
}
|
|
@@ -150209,6 +152093,22 @@ export namespace Prisma {
|
|
|
150209
152093
|
create: XOR<UserCreateWithoutSocialProfilesInput, UserUncheckedCreateWithoutSocialProfilesInput>
|
|
150210
152094
|
}
|
|
150211
152095
|
|
|
152096
|
+
export type CreditRefundBatchCreateWithoutProfilesInput = {
|
|
152097
|
+
createdAt?: Date | string
|
|
152098
|
+
closedAt?: Date | string | null
|
|
152099
|
+
}
|
|
152100
|
+
|
|
152101
|
+
export type CreditRefundBatchUncheckedCreateWithoutProfilesInput = {
|
|
152102
|
+
id?: number
|
|
152103
|
+
createdAt?: Date | string
|
|
152104
|
+
closedAt?: Date | string | null
|
|
152105
|
+
}
|
|
152106
|
+
|
|
152107
|
+
export type CreditRefundBatchCreateOrConnectWithoutProfilesInput = {
|
|
152108
|
+
where: CreditRefundBatchWhereUniqueInput
|
|
152109
|
+
create: XOR<CreditRefundBatchCreateWithoutProfilesInput, CreditRefundBatchUncheckedCreateWithoutProfilesInput>
|
|
152110
|
+
}
|
|
152111
|
+
|
|
150212
152112
|
export type CreatorListItemUpsertWithWhereUniqueWithoutSocialProfileInput = {
|
|
150213
152113
|
where: CreatorListItemWhereUniqueInput
|
|
150214
152114
|
update: XOR<CreatorListItemUpdateWithoutSocialProfileInput, CreatorListItemUncheckedUpdateWithoutSocialProfileInput>
|
|
@@ -150300,6 +152200,7 @@ export namespace Prisma {
|
|
|
150300
152200
|
affiliatePayoutBatches?: AffiliatePayoutBatchUpdateManyWithoutUserNestedInput
|
|
150301
152201
|
contractsCreated?: BrandContractUpdateManyWithoutCreatedByUserNestedInput
|
|
150302
152202
|
contractsEdited?: BrandContractUpdateManyWithoutEditedByUserNestedInput
|
|
152203
|
+
creatorLists?: CreatorListUpdateManyWithoutCreatedByUserNestedInput
|
|
150303
152204
|
filesCreated?: FileUpdateManyWithoutCreatedByUserNestedInput
|
|
150304
152205
|
filesEdited?: FileUpdateManyWithoutEditedByUserNestedInput
|
|
150305
152206
|
}
|
|
@@ -150353,10 +152254,36 @@ export namespace Prisma {
|
|
|
150353
152254
|
affiliatePayoutBatches?: AffiliatePayoutBatchUncheckedUpdateManyWithoutUserNestedInput
|
|
150354
152255
|
contractsCreated?: BrandContractUncheckedUpdateManyWithoutCreatedByUserNestedInput
|
|
150355
152256
|
contractsEdited?: BrandContractUncheckedUpdateManyWithoutEditedByUserNestedInput
|
|
152257
|
+
creatorLists?: CreatorListUncheckedUpdateManyWithoutCreatedByUserNestedInput
|
|
150356
152258
|
filesCreated?: FileUncheckedUpdateManyWithoutCreatedByUserNestedInput
|
|
150357
152259
|
filesEdited?: FileUncheckedUpdateManyWithoutEditedByUserNestedInput
|
|
150358
152260
|
}
|
|
150359
152261
|
|
|
152262
|
+
export type CreditRefundBatchUpsertWithWhereUniqueWithoutProfilesInput = {
|
|
152263
|
+
where: CreditRefundBatchWhereUniqueInput
|
|
152264
|
+
update: XOR<CreditRefundBatchUpdateWithoutProfilesInput, CreditRefundBatchUncheckedUpdateWithoutProfilesInput>
|
|
152265
|
+
create: XOR<CreditRefundBatchCreateWithoutProfilesInput, CreditRefundBatchUncheckedCreateWithoutProfilesInput>
|
|
152266
|
+
}
|
|
152267
|
+
|
|
152268
|
+
export type CreditRefundBatchUpdateWithWhereUniqueWithoutProfilesInput = {
|
|
152269
|
+
where: CreditRefundBatchWhereUniqueInput
|
|
152270
|
+
data: XOR<CreditRefundBatchUpdateWithoutProfilesInput, CreditRefundBatchUncheckedUpdateWithoutProfilesInput>
|
|
152271
|
+
}
|
|
152272
|
+
|
|
152273
|
+
export type CreditRefundBatchUpdateManyWithWhereWithoutProfilesInput = {
|
|
152274
|
+
where: CreditRefundBatchScalarWhereInput
|
|
152275
|
+
data: XOR<CreditRefundBatchUpdateManyMutationInput, CreditRefundBatchUncheckedUpdateManyWithoutProfilesInput>
|
|
152276
|
+
}
|
|
152277
|
+
|
|
152278
|
+
export type CreditRefundBatchScalarWhereInput = {
|
|
152279
|
+
AND?: CreditRefundBatchScalarWhereInput | CreditRefundBatchScalarWhereInput[]
|
|
152280
|
+
OR?: CreditRefundBatchScalarWhereInput[]
|
|
152281
|
+
NOT?: CreditRefundBatchScalarWhereInput | CreditRefundBatchScalarWhereInput[]
|
|
152282
|
+
id?: IntFilter<"CreditRefundBatch"> | number
|
|
152283
|
+
createdAt?: DateTimeFilter<"CreditRefundBatch"> | Date | string
|
|
152284
|
+
closedAt?: DateTimeNullableFilter<"CreditRefundBatch"> | Date | string | null
|
|
152285
|
+
}
|
|
152286
|
+
|
|
150360
152287
|
export type BrandCreateWithoutMessageTemplateInput = {
|
|
150361
152288
|
name: string
|
|
150362
152289
|
description?: string | null
|
|
@@ -151582,6 +153509,7 @@ export namespace Prisma {
|
|
|
151582
153509
|
affiliatePayoutBatches?: AffiliatePayoutBatchCreateNestedManyWithoutUserInput
|
|
151583
153510
|
contractsCreated?: BrandContractCreateNestedManyWithoutCreatedByUserInput
|
|
151584
153511
|
contractsEdited?: BrandContractCreateNestedManyWithoutEditedByUserInput
|
|
153512
|
+
creatorLists?: CreatorListCreateNestedManyWithoutCreatedByUserInput
|
|
151585
153513
|
filesCreated?: FileCreateNestedManyWithoutCreatedByUserInput
|
|
151586
153514
|
filesEdited?: FileCreateNestedManyWithoutEditedByUserInput
|
|
151587
153515
|
}
|
|
@@ -151635,6 +153563,7 @@ export namespace Prisma {
|
|
|
151635
153563
|
affiliatePayoutBatches?: AffiliatePayoutBatchUncheckedCreateNestedManyWithoutUserInput
|
|
151636
153564
|
contractsCreated?: BrandContractUncheckedCreateNestedManyWithoutCreatedByUserInput
|
|
151637
153565
|
contractsEdited?: BrandContractUncheckedCreateNestedManyWithoutEditedByUserInput
|
|
153566
|
+
creatorLists?: CreatorListUncheckedCreateNestedManyWithoutCreatedByUserInput
|
|
151638
153567
|
filesCreated?: FileUncheckedCreateNestedManyWithoutCreatedByUserInput
|
|
151639
153568
|
filesEdited?: FileUncheckedCreateNestedManyWithoutEditedByUserInput
|
|
151640
153569
|
}
|
|
@@ -151703,6 +153632,7 @@ export namespace Prisma {
|
|
|
151703
153632
|
affiliatePayoutBatches?: AffiliatePayoutBatchUpdateManyWithoutUserNestedInput
|
|
151704
153633
|
contractsCreated?: BrandContractUpdateManyWithoutCreatedByUserNestedInput
|
|
151705
153634
|
contractsEdited?: BrandContractUpdateManyWithoutEditedByUserNestedInput
|
|
153635
|
+
creatorLists?: CreatorListUpdateManyWithoutCreatedByUserNestedInput
|
|
151706
153636
|
filesCreated?: FileUpdateManyWithoutCreatedByUserNestedInput
|
|
151707
153637
|
filesEdited?: FileUpdateManyWithoutEditedByUserNestedInput
|
|
151708
153638
|
}
|
|
@@ -151756,6 +153686,7 @@ export namespace Prisma {
|
|
|
151756
153686
|
affiliatePayoutBatches?: AffiliatePayoutBatchUncheckedUpdateManyWithoutUserNestedInput
|
|
151757
153687
|
contractsCreated?: BrandContractUncheckedUpdateManyWithoutCreatedByUserNestedInput
|
|
151758
153688
|
contractsEdited?: BrandContractUncheckedUpdateManyWithoutEditedByUserNestedInput
|
|
153689
|
+
creatorLists?: CreatorListUncheckedUpdateManyWithoutCreatedByUserNestedInput
|
|
151759
153690
|
filesCreated?: FileUncheckedUpdateManyWithoutCreatedByUserNestedInput
|
|
151760
153691
|
filesEdited?: FileUncheckedUpdateManyWithoutEditedByUserNestedInput
|
|
151761
153692
|
}
|
|
@@ -151808,6 +153739,7 @@ export namespace Prisma {
|
|
|
151808
153739
|
affiliatePayoutBatches?: AffiliatePayoutBatchCreateNestedManyWithoutUserInput
|
|
151809
153740
|
contractsCreated?: BrandContractCreateNestedManyWithoutCreatedByUserInput
|
|
151810
153741
|
contractsEdited?: BrandContractCreateNestedManyWithoutEditedByUserInput
|
|
153742
|
+
creatorLists?: CreatorListCreateNestedManyWithoutCreatedByUserInput
|
|
151811
153743
|
filesCreated?: FileCreateNestedManyWithoutCreatedByUserInput
|
|
151812
153744
|
filesEdited?: FileCreateNestedManyWithoutEditedByUserInput
|
|
151813
153745
|
}
|
|
@@ -151861,6 +153793,7 @@ export namespace Prisma {
|
|
|
151861
153793
|
affiliatePayoutBatches?: AffiliatePayoutBatchUncheckedCreateNestedManyWithoutUserInput
|
|
151862
153794
|
contractsCreated?: BrandContractUncheckedCreateNestedManyWithoutCreatedByUserInput
|
|
151863
153795
|
contractsEdited?: BrandContractUncheckedCreateNestedManyWithoutEditedByUserInput
|
|
153796
|
+
creatorLists?: CreatorListUncheckedCreateNestedManyWithoutCreatedByUserInput
|
|
151864
153797
|
filesCreated?: FileUncheckedCreateNestedManyWithoutCreatedByUserInput
|
|
151865
153798
|
filesEdited?: FileUncheckedCreateNestedManyWithoutEditedByUserInput
|
|
151866
153799
|
}
|
|
@@ -152091,6 +154024,7 @@ export namespace Prisma {
|
|
|
152091
154024
|
affiliatePayoutBatches?: AffiliatePayoutBatchUpdateManyWithoutUserNestedInput
|
|
152092
154025
|
contractsCreated?: BrandContractUpdateManyWithoutCreatedByUserNestedInput
|
|
152093
154026
|
contractsEdited?: BrandContractUpdateManyWithoutEditedByUserNestedInput
|
|
154027
|
+
creatorLists?: CreatorListUpdateManyWithoutCreatedByUserNestedInput
|
|
152094
154028
|
filesCreated?: FileUpdateManyWithoutCreatedByUserNestedInput
|
|
152095
154029
|
filesEdited?: FileUpdateManyWithoutEditedByUserNestedInput
|
|
152096
154030
|
}
|
|
@@ -152144,6 +154078,7 @@ export namespace Prisma {
|
|
|
152144
154078
|
affiliatePayoutBatches?: AffiliatePayoutBatchUncheckedUpdateManyWithoutUserNestedInput
|
|
152145
154079
|
contractsCreated?: BrandContractUncheckedUpdateManyWithoutCreatedByUserNestedInput
|
|
152146
154080
|
contractsEdited?: BrandContractUncheckedUpdateManyWithoutEditedByUserNestedInput
|
|
154081
|
+
creatorLists?: CreatorListUncheckedUpdateManyWithoutCreatedByUserNestedInput
|
|
152147
154082
|
filesCreated?: FileUncheckedUpdateManyWithoutCreatedByUserNestedInput
|
|
152148
154083
|
filesEdited?: FileUncheckedUpdateManyWithoutEditedByUserNestedInput
|
|
152149
154084
|
}
|
|
@@ -152370,6 +154305,7 @@ export namespace Prisma {
|
|
|
152370
154305
|
affiliatePayoutBatches?: AffiliatePayoutBatchCreateNestedManyWithoutUserInput
|
|
152371
154306
|
contractsCreated?: BrandContractCreateNestedManyWithoutCreatedByUserInput
|
|
152372
154307
|
contractsEdited?: BrandContractCreateNestedManyWithoutEditedByUserInput
|
|
154308
|
+
creatorLists?: CreatorListCreateNestedManyWithoutCreatedByUserInput
|
|
152373
154309
|
filesCreated?: FileCreateNestedManyWithoutCreatedByUserInput
|
|
152374
154310
|
filesEdited?: FileCreateNestedManyWithoutEditedByUserInput
|
|
152375
154311
|
}
|
|
@@ -152423,6 +154359,7 @@ export namespace Prisma {
|
|
|
152423
154359
|
affiliatePayoutBatches?: AffiliatePayoutBatchUncheckedCreateNestedManyWithoutUserInput
|
|
152424
154360
|
contractsCreated?: BrandContractUncheckedCreateNestedManyWithoutCreatedByUserInput
|
|
152425
154361
|
contractsEdited?: BrandContractUncheckedCreateNestedManyWithoutEditedByUserInput
|
|
154362
|
+
creatorLists?: CreatorListUncheckedCreateNestedManyWithoutCreatedByUserInput
|
|
152426
154363
|
filesCreated?: FileUncheckedCreateNestedManyWithoutCreatedByUserInput
|
|
152427
154364
|
filesEdited?: FileUncheckedCreateNestedManyWithoutEditedByUserInput
|
|
152428
154365
|
}
|
|
@@ -152653,6 +154590,7 @@ export namespace Prisma {
|
|
|
152653
154590
|
affiliatePayoutBatches?: AffiliatePayoutBatchUpdateManyWithoutUserNestedInput
|
|
152654
154591
|
contractsCreated?: BrandContractUpdateManyWithoutCreatedByUserNestedInput
|
|
152655
154592
|
contractsEdited?: BrandContractUpdateManyWithoutEditedByUserNestedInput
|
|
154593
|
+
creatorLists?: CreatorListUpdateManyWithoutCreatedByUserNestedInput
|
|
152656
154594
|
filesCreated?: FileUpdateManyWithoutCreatedByUserNestedInput
|
|
152657
154595
|
filesEdited?: FileUpdateManyWithoutEditedByUserNestedInput
|
|
152658
154596
|
}
|
|
@@ -152706,6 +154644,7 @@ export namespace Prisma {
|
|
|
152706
154644
|
affiliatePayoutBatches?: AffiliatePayoutBatchUncheckedUpdateManyWithoutUserNestedInput
|
|
152707
154645
|
contractsCreated?: BrandContractUncheckedUpdateManyWithoutCreatedByUserNestedInput
|
|
152708
154646
|
contractsEdited?: BrandContractUncheckedUpdateManyWithoutEditedByUserNestedInput
|
|
154647
|
+
creatorLists?: CreatorListUncheckedUpdateManyWithoutCreatedByUserNestedInput
|
|
152709
154648
|
filesCreated?: FileUncheckedUpdateManyWithoutCreatedByUserNestedInput
|
|
152710
154649
|
filesEdited?: FileUncheckedUpdateManyWithoutEditedByUserNestedInput
|
|
152711
154650
|
}
|
|
@@ -153376,6 +155315,7 @@ export namespace Prisma {
|
|
|
153376
155315
|
creators?: CreatorListItemCreateNestedManyWithoutCreatorListInput
|
|
153377
155316
|
brand: BrandCreateNestedOneWithoutCreatorListsInput
|
|
153378
155317
|
campaign?: CampaignCreateNestedOneWithoutCreatorListsInput
|
|
155318
|
+
createdByUser?: UserCreateNestedOneWithoutCreatorListsInput
|
|
153379
155319
|
}
|
|
153380
155320
|
|
|
153381
155321
|
export type CreatorListUncheckedCreateWithoutSequencesInput = {
|
|
@@ -153386,6 +155326,7 @@ export namespace Prisma {
|
|
|
153386
155326
|
archived?: Date | string | null
|
|
153387
155327
|
title: string
|
|
153388
155328
|
metaData?: NullableJsonNullValueInput | InputJsonValue
|
|
155329
|
+
createdByUserId?: number | null
|
|
153389
155330
|
creators?: CreatorListItemUncheckedCreateNestedManyWithoutCreatorListInput
|
|
153390
155331
|
}
|
|
153391
155332
|
|
|
@@ -153756,6 +155697,7 @@ export namespace Prisma {
|
|
|
153756
155697
|
creators?: CreatorListItemUpdateManyWithoutCreatorListNestedInput
|
|
153757
155698
|
brand?: BrandUpdateOneRequiredWithoutCreatorListsNestedInput
|
|
153758
155699
|
campaign?: CampaignUpdateOneWithoutCreatorListsNestedInput
|
|
155700
|
+
createdByUser?: UserUpdateOneWithoutCreatorListsNestedInput
|
|
153759
155701
|
}
|
|
153760
155702
|
|
|
153761
155703
|
export type CreatorListUncheckedUpdateWithoutSequencesInput = {
|
|
@@ -153766,6 +155708,7 @@ export namespace Prisma {
|
|
|
153766
155708
|
archived?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
153767
155709
|
title?: StringFieldUpdateOperationsInput | string
|
|
153768
155710
|
metaData?: NullableJsonNullValueInput | InputJsonValue
|
|
155711
|
+
createdByUserId?: NullableIntFieldUpdateOperationsInput | number | null
|
|
153769
155712
|
creators?: CreatorListItemUncheckedUpdateManyWithoutCreatorListNestedInput
|
|
153770
155713
|
}
|
|
153771
155714
|
|
|
@@ -155665,6 +157608,7 @@ export namespace Prisma {
|
|
|
155665
157608
|
affiliatePayoutBatches?: AffiliatePayoutBatchCreateNestedManyWithoutUserInput
|
|
155666
157609
|
contractsCreated?: BrandContractCreateNestedManyWithoutCreatedByUserInput
|
|
155667
157610
|
contractsEdited?: BrandContractCreateNestedManyWithoutEditedByUserInput
|
|
157611
|
+
creatorLists?: CreatorListCreateNestedManyWithoutCreatedByUserInput
|
|
155668
157612
|
filesCreated?: FileCreateNestedManyWithoutCreatedByUserInput
|
|
155669
157613
|
filesEdited?: FileCreateNestedManyWithoutEditedByUserInput
|
|
155670
157614
|
}
|
|
@@ -155718,6 +157662,7 @@ export namespace Prisma {
|
|
|
155718
157662
|
affiliatePayoutBatches?: AffiliatePayoutBatchUncheckedCreateNestedManyWithoutUserInput
|
|
155719
157663
|
contractsCreated?: BrandContractUncheckedCreateNestedManyWithoutCreatedByUserInput
|
|
155720
157664
|
contractsEdited?: BrandContractUncheckedCreateNestedManyWithoutEditedByUserInput
|
|
157665
|
+
creatorLists?: CreatorListUncheckedCreateNestedManyWithoutCreatedByUserInput
|
|
155721
157666
|
filesCreated?: FileUncheckedCreateNestedManyWithoutCreatedByUserInput
|
|
155722
157667
|
filesEdited?: FileUncheckedCreateNestedManyWithoutEditedByUserInput
|
|
155723
157668
|
}
|
|
@@ -155775,6 +157720,7 @@ export namespace Prisma {
|
|
|
155775
157720
|
affiliatePayoutBatches?: AffiliatePayoutBatchCreateNestedManyWithoutUserInput
|
|
155776
157721
|
contractsCreated?: BrandContractCreateNestedManyWithoutCreatedByUserInput
|
|
155777
157722
|
contractsEdited?: BrandContractCreateNestedManyWithoutEditedByUserInput
|
|
157723
|
+
creatorLists?: CreatorListCreateNestedManyWithoutCreatedByUserInput
|
|
155778
157724
|
filesCreated?: FileCreateNestedManyWithoutCreatedByUserInput
|
|
155779
157725
|
filesEdited?: FileCreateNestedManyWithoutEditedByUserInput
|
|
155780
157726
|
}
|
|
@@ -155828,6 +157774,7 @@ export namespace Prisma {
|
|
|
155828
157774
|
affiliatePayoutBatches?: AffiliatePayoutBatchUncheckedCreateNestedManyWithoutUserInput
|
|
155829
157775
|
contractsCreated?: BrandContractUncheckedCreateNestedManyWithoutCreatedByUserInput
|
|
155830
157776
|
contractsEdited?: BrandContractUncheckedCreateNestedManyWithoutEditedByUserInput
|
|
157777
|
+
creatorLists?: CreatorListUncheckedCreateNestedManyWithoutCreatedByUserInput
|
|
155831
157778
|
filesCreated?: FileUncheckedCreateNestedManyWithoutCreatedByUserInput
|
|
155832
157779
|
filesEdited?: FileUncheckedCreateNestedManyWithoutEditedByUserInput
|
|
155833
157780
|
}
|
|
@@ -155885,6 +157832,7 @@ export namespace Prisma {
|
|
|
155885
157832
|
affiliatePayoutBatches?: AffiliatePayoutBatchCreateNestedManyWithoutUserInput
|
|
155886
157833
|
contractsCreated?: BrandContractCreateNestedManyWithoutCreatedByUserInput
|
|
155887
157834
|
contractsEdited?: BrandContractCreateNestedManyWithoutEditedByUserInput
|
|
157835
|
+
creatorLists?: CreatorListCreateNestedManyWithoutCreatedByUserInput
|
|
155888
157836
|
filesCreated?: FileCreateNestedManyWithoutCreatedByUserInput
|
|
155889
157837
|
filesEdited?: FileCreateNestedManyWithoutEditedByUserInput
|
|
155890
157838
|
}
|
|
@@ -155938,6 +157886,7 @@ export namespace Prisma {
|
|
|
155938
157886
|
affiliatePayoutBatches?: AffiliatePayoutBatchUncheckedCreateNestedManyWithoutUserInput
|
|
155939
157887
|
contractsCreated?: BrandContractUncheckedCreateNestedManyWithoutCreatedByUserInput
|
|
155940
157888
|
contractsEdited?: BrandContractUncheckedCreateNestedManyWithoutEditedByUserInput
|
|
157889
|
+
creatorLists?: CreatorListUncheckedCreateNestedManyWithoutCreatedByUserInput
|
|
155941
157890
|
filesCreated?: FileUncheckedCreateNestedManyWithoutCreatedByUserInput
|
|
155942
157891
|
filesEdited?: FileUncheckedCreateNestedManyWithoutEditedByUserInput
|
|
155943
157892
|
}
|
|
@@ -156006,6 +157955,7 @@ export namespace Prisma {
|
|
|
156006
157955
|
affiliatePayoutBatches?: AffiliatePayoutBatchUpdateManyWithoutUserNestedInput
|
|
156007
157956
|
contractsCreated?: BrandContractUpdateManyWithoutCreatedByUserNestedInput
|
|
156008
157957
|
contractsEdited?: BrandContractUpdateManyWithoutEditedByUserNestedInput
|
|
157958
|
+
creatorLists?: CreatorListUpdateManyWithoutCreatedByUserNestedInput
|
|
156009
157959
|
filesCreated?: FileUpdateManyWithoutCreatedByUserNestedInput
|
|
156010
157960
|
filesEdited?: FileUpdateManyWithoutEditedByUserNestedInput
|
|
156011
157961
|
}
|
|
@@ -156059,6 +158009,7 @@ export namespace Prisma {
|
|
|
156059
158009
|
affiliatePayoutBatches?: AffiliatePayoutBatchUncheckedUpdateManyWithoutUserNestedInput
|
|
156060
158010
|
contractsCreated?: BrandContractUncheckedUpdateManyWithoutCreatedByUserNestedInput
|
|
156061
158011
|
contractsEdited?: BrandContractUncheckedUpdateManyWithoutEditedByUserNestedInput
|
|
158012
|
+
creatorLists?: CreatorListUncheckedUpdateManyWithoutCreatedByUserNestedInput
|
|
156062
158013
|
filesCreated?: FileUncheckedUpdateManyWithoutCreatedByUserNestedInput
|
|
156063
158014
|
filesEdited?: FileUncheckedUpdateManyWithoutEditedByUserNestedInput
|
|
156064
158015
|
}
|
|
@@ -156122,6 +158073,7 @@ export namespace Prisma {
|
|
|
156122
158073
|
affiliatePayoutBatches?: AffiliatePayoutBatchUpdateManyWithoutUserNestedInput
|
|
156123
158074
|
contractsCreated?: BrandContractUpdateManyWithoutCreatedByUserNestedInput
|
|
156124
158075
|
contractsEdited?: BrandContractUpdateManyWithoutEditedByUserNestedInput
|
|
158076
|
+
creatorLists?: CreatorListUpdateManyWithoutCreatedByUserNestedInput
|
|
156125
158077
|
filesCreated?: FileUpdateManyWithoutCreatedByUserNestedInput
|
|
156126
158078
|
filesEdited?: FileUpdateManyWithoutEditedByUserNestedInput
|
|
156127
158079
|
}
|
|
@@ -156175,6 +158127,7 @@ export namespace Prisma {
|
|
|
156175
158127
|
affiliatePayoutBatches?: AffiliatePayoutBatchUncheckedUpdateManyWithoutUserNestedInput
|
|
156176
158128
|
contractsCreated?: BrandContractUncheckedUpdateManyWithoutCreatedByUserNestedInput
|
|
156177
158129
|
contractsEdited?: BrandContractUncheckedUpdateManyWithoutEditedByUserNestedInput
|
|
158130
|
+
creatorLists?: CreatorListUncheckedUpdateManyWithoutCreatedByUserNestedInput
|
|
156178
158131
|
filesCreated?: FileUncheckedUpdateManyWithoutCreatedByUserNestedInput
|
|
156179
158132
|
filesEdited?: FileUncheckedUpdateManyWithoutEditedByUserNestedInput
|
|
156180
158133
|
}
|
|
@@ -156238,6 +158191,7 @@ export namespace Prisma {
|
|
|
156238
158191
|
affiliatePayoutBatches?: AffiliatePayoutBatchUpdateManyWithoutUserNestedInput
|
|
156239
158192
|
contractsCreated?: BrandContractUpdateManyWithoutCreatedByUserNestedInput
|
|
156240
158193
|
contractsEdited?: BrandContractUpdateManyWithoutEditedByUserNestedInput
|
|
158194
|
+
creatorLists?: CreatorListUpdateManyWithoutCreatedByUserNestedInput
|
|
156241
158195
|
filesCreated?: FileUpdateManyWithoutCreatedByUserNestedInput
|
|
156242
158196
|
filesEdited?: FileUpdateManyWithoutEditedByUserNestedInput
|
|
156243
158197
|
}
|
|
@@ -156291,6 +158245,7 @@ export namespace Prisma {
|
|
|
156291
158245
|
affiliatePayoutBatches?: AffiliatePayoutBatchUncheckedUpdateManyWithoutUserNestedInput
|
|
156292
158246
|
contractsCreated?: BrandContractUncheckedUpdateManyWithoutCreatedByUserNestedInput
|
|
156293
158247
|
contractsEdited?: BrandContractUncheckedUpdateManyWithoutEditedByUserNestedInput
|
|
158248
|
+
creatorLists?: CreatorListUncheckedUpdateManyWithoutCreatedByUserNestedInput
|
|
156294
158249
|
filesCreated?: FileUncheckedUpdateManyWithoutCreatedByUserNestedInput
|
|
156295
158250
|
filesEdited?: FileUncheckedUpdateManyWithoutEditedByUserNestedInput
|
|
156296
158251
|
}
|
|
@@ -156470,6 +158425,7 @@ export namespace Prisma {
|
|
|
156470
158425
|
flagsEdited?: CreatorFlagCreateNestedManyWithoutEditedByUserInput
|
|
156471
158426
|
affiliatePayoutBatches?: AffiliatePayoutBatchCreateNestedManyWithoutUserInput
|
|
156472
158427
|
contractsEdited?: BrandContractCreateNestedManyWithoutEditedByUserInput
|
|
158428
|
+
creatorLists?: CreatorListCreateNestedManyWithoutCreatedByUserInput
|
|
156473
158429
|
filesCreated?: FileCreateNestedManyWithoutCreatedByUserInput
|
|
156474
158430
|
filesEdited?: FileCreateNestedManyWithoutEditedByUserInput
|
|
156475
158431
|
}
|
|
@@ -156523,6 +158479,7 @@ export namespace Prisma {
|
|
|
156523
158479
|
flagsEdited?: CreatorFlagUncheckedCreateNestedManyWithoutEditedByUserInput
|
|
156524
158480
|
affiliatePayoutBatches?: AffiliatePayoutBatchUncheckedCreateNestedManyWithoutUserInput
|
|
156525
158481
|
contractsEdited?: BrandContractUncheckedCreateNestedManyWithoutEditedByUserInput
|
|
158482
|
+
creatorLists?: CreatorListUncheckedCreateNestedManyWithoutCreatedByUserInput
|
|
156526
158483
|
filesCreated?: FileUncheckedCreateNestedManyWithoutCreatedByUserInput
|
|
156527
158484
|
filesEdited?: FileUncheckedCreateNestedManyWithoutEditedByUserInput
|
|
156528
158485
|
}
|
|
@@ -156580,6 +158537,7 @@ export namespace Prisma {
|
|
|
156580
158537
|
flagsEdited?: CreatorFlagCreateNestedManyWithoutEditedByUserInput
|
|
156581
158538
|
affiliatePayoutBatches?: AffiliatePayoutBatchCreateNestedManyWithoutUserInput
|
|
156582
158539
|
contractsCreated?: BrandContractCreateNestedManyWithoutCreatedByUserInput
|
|
158540
|
+
creatorLists?: CreatorListCreateNestedManyWithoutCreatedByUserInput
|
|
156583
158541
|
filesCreated?: FileCreateNestedManyWithoutCreatedByUserInput
|
|
156584
158542
|
filesEdited?: FileCreateNestedManyWithoutEditedByUserInput
|
|
156585
158543
|
}
|
|
@@ -156633,6 +158591,7 @@ export namespace Prisma {
|
|
|
156633
158591
|
flagsEdited?: CreatorFlagUncheckedCreateNestedManyWithoutEditedByUserInput
|
|
156634
158592
|
affiliatePayoutBatches?: AffiliatePayoutBatchUncheckedCreateNestedManyWithoutUserInput
|
|
156635
158593
|
contractsCreated?: BrandContractUncheckedCreateNestedManyWithoutCreatedByUserInput
|
|
158594
|
+
creatorLists?: CreatorListUncheckedCreateNestedManyWithoutCreatedByUserInput
|
|
156636
158595
|
filesCreated?: FileUncheckedCreateNestedManyWithoutCreatedByUserInput
|
|
156637
158596
|
filesEdited?: FileUncheckedCreateNestedManyWithoutEditedByUserInput
|
|
156638
158597
|
}
|
|
@@ -156840,6 +158799,7 @@ export namespace Prisma {
|
|
|
156840
158799
|
flagsEdited?: CreatorFlagUpdateManyWithoutEditedByUserNestedInput
|
|
156841
158800
|
affiliatePayoutBatches?: AffiliatePayoutBatchUpdateManyWithoutUserNestedInput
|
|
156842
158801
|
contractsEdited?: BrandContractUpdateManyWithoutEditedByUserNestedInput
|
|
158802
|
+
creatorLists?: CreatorListUpdateManyWithoutCreatedByUserNestedInput
|
|
156843
158803
|
filesCreated?: FileUpdateManyWithoutCreatedByUserNestedInput
|
|
156844
158804
|
filesEdited?: FileUpdateManyWithoutEditedByUserNestedInput
|
|
156845
158805
|
}
|
|
@@ -156893,6 +158853,7 @@ export namespace Prisma {
|
|
|
156893
158853
|
flagsEdited?: CreatorFlagUncheckedUpdateManyWithoutEditedByUserNestedInput
|
|
156894
158854
|
affiliatePayoutBatches?: AffiliatePayoutBatchUncheckedUpdateManyWithoutUserNestedInput
|
|
156895
158855
|
contractsEdited?: BrandContractUncheckedUpdateManyWithoutEditedByUserNestedInput
|
|
158856
|
+
creatorLists?: CreatorListUncheckedUpdateManyWithoutCreatedByUserNestedInput
|
|
156896
158857
|
filesCreated?: FileUncheckedUpdateManyWithoutCreatedByUserNestedInput
|
|
156897
158858
|
filesEdited?: FileUncheckedUpdateManyWithoutEditedByUserNestedInput
|
|
156898
158859
|
}
|
|
@@ -156956,6 +158917,7 @@ export namespace Prisma {
|
|
|
156956
158917
|
flagsEdited?: CreatorFlagUpdateManyWithoutEditedByUserNestedInput
|
|
156957
158918
|
affiliatePayoutBatches?: AffiliatePayoutBatchUpdateManyWithoutUserNestedInput
|
|
156958
158919
|
contractsCreated?: BrandContractUpdateManyWithoutCreatedByUserNestedInput
|
|
158920
|
+
creatorLists?: CreatorListUpdateManyWithoutCreatedByUserNestedInput
|
|
156959
158921
|
filesCreated?: FileUpdateManyWithoutCreatedByUserNestedInput
|
|
156960
158922
|
filesEdited?: FileUpdateManyWithoutEditedByUserNestedInput
|
|
156961
158923
|
}
|
|
@@ -157009,6 +158971,7 @@ export namespace Prisma {
|
|
|
157009
158971
|
flagsEdited?: CreatorFlagUncheckedUpdateManyWithoutEditedByUserNestedInput
|
|
157010
158972
|
affiliatePayoutBatches?: AffiliatePayoutBatchUncheckedUpdateManyWithoutUserNestedInput
|
|
157011
158973
|
contractsCreated?: BrandContractUncheckedUpdateManyWithoutCreatedByUserNestedInput
|
|
158974
|
+
creatorLists?: CreatorListUncheckedUpdateManyWithoutCreatedByUserNestedInput
|
|
157012
158975
|
filesCreated?: FileUncheckedUpdateManyWithoutCreatedByUserNestedInput
|
|
157013
158976
|
filesEdited?: FileUncheckedUpdateManyWithoutEditedByUserNestedInput
|
|
157014
158977
|
}
|
|
@@ -157152,6 +159115,7 @@ export namespace Prisma {
|
|
|
157152
159115
|
affiliatePayoutBatches?: AffiliatePayoutBatchCreateNestedManyWithoutUserInput
|
|
157153
159116
|
contractsCreated?: BrandContractCreateNestedManyWithoutCreatedByUserInput
|
|
157154
159117
|
contractsEdited?: BrandContractCreateNestedManyWithoutEditedByUserInput
|
|
159118
|
+
creatorLists?: CreatorListCreateNestedManyWithoutCreatedByUserInput
|
|
157155
159119
|
filesEdited?: FileCreateNestedManyWithoutEditedByUserInput
|
|
157156
159120
|
}
|
|
157157
159121
|
|
|
@@ -157205,6 +159169,7 @@ export namespace Prisma {
|
|
|
157205
159169
|
affiliatePayoutBatches?: AffiliatePayoutBatchUncheckedCreateNestedManyWithoutUserInput
|
|
157206
159170
|
contractsCreated?: BrandContractUncheckedCreateNestedManyWithoutCreatedByUserInput
|
|
157207
159171
|
contractsEdited?: BrandContractUncheckedCreateNestedManyWithoutEditedByUserInput
|
|
159172
|
+
creatorLists?: CreatorListUncheckedCreateNestedManyWithoutCreatedByUserInput
|
|
157208
159173
|
filesEdited?: FileUncheckedCreateNestedManyWithoutEditedByUserInput
|
|
157209
159174
|
}
|
|
157210
159175
|
|
|
@@ -157262,6 +159227,7 @@ export namespace Prisma {
|
|
|
157262
159227
|
affiliatePayoutBatches?: AffiliatePayoutBatchCreateNestedManyWithoutUserInput
|
|
157263
159228
|
contractsCreated?: BrandContractCreateNestedManyWithoutCreatedByUserInput
|
|
157264
159229
|
contractsEdited?: BrandContractCreateNestedManyWithoutEditedByUserInput
|
|
159230
|
+
creatorLists?: CreatorListCreateNestedManyWithoutCreatedByUserInput
|
|
157265
159231
|
filesCreated?: FileCreateNestedManyWithoutCreatedByUserInput
|
|
157266
159232
|
}
|
|
157267
159233
|
|
|
@@ -157315,6 +159281,7 @@ export namespace Prisma {
|
|
|
157315
159281
|
affiliatePayoutBatches?: AffiliatePayoutBatchUncheckedCreateNestedManyWithoutUserInput
|
|
157316
159282
|
contractsCreated?: BrandContractUncheckedCreateNestedManyWithoutCreatedByUserInput
|
|
157317
159283
|
contractsEdited?: BrandContractUncheckedCreateNestedManyWithoutEditedByUserInput
|
|
159284
|
+
creatorLists?: CreatorListUncheckedCreateNestedManyWithoutCreatedByUserInput
|
|
157318
159285
|
filesCreated?: FileUncheckedCreateNestedManyWithoutCreatedByUserInput
|
|
157319
159286
|
}
|
|
157320
159287
|
|
|
@@ -157509,6 +159476,7 @@ export namespace Prisma {
|
|
|
157509
159476
|
affiliatePayoutBatches?: AffiliatePayoutBatchUpdateManyWithoutUserNestedInput
|
|
157510
159477
|
contractsCreated?: BrandContractUpdateManyWithoutCreatedByUserNestedInput
|
|
157511
159478
|
contractsEdited?: BrandContractUpdateManyWithoutEditedByUserNestedInput
|
|
159479
|
+
creatorLists?: CreatorListUpdateManyWithoutCreatedByUserNestedInput
|
|
157512
159480
|
filesEdited?: FileUpdateManyWithoutEditedByUserNestedInput
|
|
157513
159481
|
}
|
|
157514
159482
|
|
|
@@ -157562,6 +159530,7 @@ export namespace Prisma {
|
|
|
157562
159530
|
affiliatePayoutBatches?: AffiliatePayoutBatchUncheckedUpdateManyWithoutUserNestedInput
|
|
157563
159531
|
contractsCreated?: BrandContractUncheckedUpdateManyWithoutCreatedByUserNestedInput
|
|
157564
159532
|
contractsEdited?: BrandContractUncheckedUpdateManyWithoutEditedByUserNestedInput
|
|
159533
|
+
creatorLists?: CreatorListUncheckedUpdateManyWithoutCreatedByUserNestedInput
|
|
157565
159534
|
filesEdited?: FileUncheckedUpdateManyWithoutEditedByUserNestedInput
|
|
157566
159535
|
}
|
|
157567
159536
|
|
|
@@ -157625,6 +159594,7 @@ export namespace Prisma {
|
|
|
157625
159594
|
affiliatePayoutBatches?: AffiliatePayoutBatchUpdateManyWithoutUserNestedInput
|
|
157626
159595
|
contractsCreated?: BrandContractUpdateManyWithoutCreatedByUserNestedInput
|
|
157627
159596
|
contractsEdited?: BrandContractUpdateManyWithoutEditedByUserNestedInput
|
|
159597
|
+
creatorLists?: CreatorListUpdateManyWithoutCreatedByUserNestedInput
|
|
157628
159598
|
filesCreated?: FileUpdateManyWithoutCreatedByUserNestedInput
|
|
157629
159599
|
}
|
|
157630
159600
|
|
|
@@ -157678,6 +159648,7 @@ export namespace Prisma {
|
|
|
157678
159648
|
affiliatePayoutBatches?: AffiliatePayoutBatchUncheckedUpdateManyWithoutUserNestedInput
|
|
157679
159649
|
contractsCreated?: BrandContractUncheckedUpdateManyWithoutCreatedByUserNestedInput
|
|
157680
159650
|
contractsEdited?: BrandContractUncheckedUpdateManyWithoutEditedByUserNestedInput
|
|
159651
|
+
creatorLists?: CreatorListUncheckedUpdateManyWithoutCreatedByUserNestedInput
|
|
157681
159652
|
filesCreated?: FileUncheckedUpdateManyWithoutCreatedByUserNestedInput
|
|
157682
159653
|
}
|
|
157683
159654
|
|
|
@@ -157717,6 +159688,72 @@ export namespace Prisma {
|
|
|
157717
159688
|
editedByUserId?: NullableIntFieldUpdateOperationsInput | number | null
|
|
157718
159689
|
}
|
|
157719
159690
|
|
|
159691
|
+
export type SocialProfileCreateWithoutCreditRefundBatchesInput = {
|
|
159692
|
+
socialId?: string | null
|
|
159693
|
+
platform: string
|
|
159694
|
+
username: string
|
|
159695
|
+
fullname?: string | null
|
|
159696
|
+
profileUrl?: string | null
|
|
159697
|
+
profilePicUrl?: string | null
|
|
159698
|
+
followerCount?: number | null
|
|
159699
|
+
engagement?: number | null
|
|
159700
|
+
avgViews?: number | null
|
|
159701
|
+
verified?: boolean | null
|
|
159702
|
+
visibility?: string
|
|
159703
|
+
metaData?: JsonNullValueInput | InputJsonValue
|
|
159704
|
+
audienceData?: JsonNullValueInput | InputJsonValue
|
|
159705
|
+
phylloData?: JsonNullValueInput | InputJsonValue
|
|
159706
|
+
created?: Date | string
|
|
159707
|
+
updated?: Date | string | null
|
|
159708
|
+
creatorListItems?: CreatorListItemCreateNestedManyWithoutSocialProfileInput
|
|
159709
|
+
campaignInvites?: CampaignInviteCreateNestedManyWithoutSocialProfileInput
|
|
159710
|
+
user?: UserCreateNestedOneWithoutSocialProfilesInput
|
|
159711
|
+
}
|
|
159712
|
+
|
|
159713
|
+
export type SocialProfileUncheckedCreateWithoutCreditRefundBatchesInput = {
|
|
159714
|
+
id?: number
|
|
159715
|
+
socialId?: string | null
|
|
159716
|
+
userId?: number | null
|
|
159717
|
+
platform: string
|
|
159718
|
+
username: string
|
|
159719
|
+
fullname?: string | null
|
|
159720
|
+
profileUrl?: string | null
|
|
159721
|
+
profilePicUrl?: string | null
|
|
159722
|
+
followerCount?: number | null
|
|
159723
|
+
engagement?: number | null
|
|
159724
|
+
avgViews?: number | null
|
|
159725
|
+
verified?: boolean | null
|
|
159726
|
+
visibility?: string
|
|
159727
|
+
metaData?: JsonNullValueInput | InputJsonValue
|
|
159728
|
+
audienceData?: JsonNullValueInput | InputJsonValue
|
|
159729
|
+
phylloData?: JsonNullValueInput | InputJsonValue
|
|
159730
|
+
created?: Date | string
|
|
159731
|
+
updated?: Date | string | null
|
|
159732
|
+
creatorListItems?: CreatorListItemUncheckedCreateNestedManyWithoutSocialProfileInput
|
|
159733
|
+
campaignInvites?: CampaignInviteUncheckedCreateNestedManyWithoutSocialProfileInput
|
|
159734
|
+
}
|
|
159735
|
+
|
|
159736
|
+
export type SocialProfileCreateOrConnectWithoutCreditRefundBatchesInput = {
|
|
159737
|
+
where: SocialProfileWhereUniqueInput
|
|
159738
|
+
create: XOR<SocialProfileCreateWithoutCreditRefundBatchesInput, SocialProfileUncheckedCreateWithoutCreditRefundBatchesInput>
|
|
159739
|
+
}
|
|
159740
|
+
|
|
159741
|
+
export type SocialProfileUpsertWithWhereUniqueWithoutCreditRefundBatchesInput = {
|
|
159742
|
+
where: SocialProfileWhereUniqueInput
|
|
159743
|
+
update: XOR<SocialProfileUpdateWithoutCreditRefundBatchesInput, SocialProfileUncheckedUpdateWithoutCreditRefundBatchesInput>
|
|
159744
|
+
create: XOR<SocialProfileCreateWithoutCreditRefundBatchesInput, SocialProfileUncheckedCreateWithoutCreditRefundBatchesInput>
|
|
159745
|
+
}
|
|
159746
|
+
|
|
159747
|
+
export type SocialProfileUpdateWithWhereUniqueWithoutCreditRefundBatchesInput = {
|
|
159748
|
+
where: SocialProfileWhereUniqueInput
|
|
159749
|
+
data: XOR<SocialProfileUpdateWithoutCreditRefundBatchesInput, SocialProfileUncheckedUpdateWithoutCreditRefundBatchesInput>
|
|
159750
|
+
}
|
|
159751
|
+
|
|
159752
|
+
export type SocialProfileUpdateManyWithWhereWithoutCreditRefundBatchesInput = {
|
|
159753
|
+
where: SocialProfileScalarWhereInput
|
|
159754
|
+
data: XOR<SocialProfileUpdateManyMutationInput, SocialProfileUncheckedUpdateManyWithoutCreditRefundBatchesInput>
|
|
159755
|
+
}
|
|
159756
|
+
|
|
157720
159757
|
export type UserCreateManyReferrerInput = {
|
|
157721
159758
|
id?: number
|
|
157722
159759
|
idmId?: string | null
|
|
@@ -157984,6 +160021,16 @@ export namespace Prisma {
|
|
|
157984
160021
|
createdByUserId: number
|
|
157985
160022
|
}
|
|
157986
160023
|
|
|
160024
|
+
export type CreatorListCreateManyCreatedByUserInput = {
|
|
160025
|
+
id?: number
|
|
160026
|
+
brandId: number
|
|
160027
|
+
campaignId?: number | null
|
|
160028
|
+
created?: Date | string
|
|
160029
|
+
archived?: Date | string | null
|
|
160030
|
+
title: string
|
|
160031
|
+
metaData?: NullableJsonNullValueInput | InputJsonValue
|
|
160032
|
+
}
|
|
160033
|
+
|
|
157987
160034
|
export type FileCreateManyCreatedByUserInput = {
|
|
157988
160035
|
id?: string
|
|
157989
160036
|
brandId: number
|
|
@@ -158062,6 +160109,7 @@ export namespace Prisma {
|
|
|
158062
160109
|
affiliatePayoutBatches?: AffiliatePayoutBatchUpdateManyWithoutUserNestedInput
|
|
158063
160110
|
contractsCreated?: BrandContractUpdateManyWithoutCreatedByUserNestedInput
|
|
158064
160111
|
contractsEdited?: BrandContractUpdateManyWithoutEditedByUserNestedInput
|
|
160112
|
+
creatorLists?: CreatorListUpdateManyWithoutCreatedByUserNestedInput
|
|
158065
160113
|
filesCreated?: FileUpdateManyWithoutCreatedByUserNestedInput
|
|
158066
160114
|
filesEdited?: FileUpdateManyWithoutEditedByUserNestedInput
|
|
158067
160115
|
}
|
|
@@ -158115,6 +160163,7 @@ export namespace Prisma {
|
|
|
158115
160163
|
affiliatePayoutBatches?: AffiliatePayoutBatchUncheckedUpdateManyWithoutUserNestedInput
|
|
158116
160164
|
contractsCreated?: BrandContractUncheckedUpdateManyWithoutCreatedByUserNestedInput
|
|
158117
160165
|
contractsEdited?: BrandContractUncheckedUpdateManyWithoutEditedByUserNestedInput
|
|
160166
|
+
creatorLists?: CreatorListUncheckedUpdateManyWithoutCreatedByUserNestedInput
|
|
158118
160167
|
filesCreated?: FileUncheckedUpdateManyWithoutCreatedByUserNestedInput
|
|
158119
160168
|
filesEdited?: FileUncheckedUpdateManyWithoutEditedByUserNestedInput
|
|
158120
160169
|
}
|
|
@@ -158605,6 +160654,7 @@ export namespace Prisma {
|
|
|
158605
160654
|
updated?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
158606
160655
|
creatorListItems?: CreatorListItemUpdateManyWithoutSocialProfileNestedInput
|
|
158607
160656
|
campaignInvites?: CampaignInviteUpdateManyWithoutSocialProfileNestedInput
|
|
160657
|
+
creditRefundBatches?: CreditRefundBatchUpdateManyWithoutProfilesNestedInput
|
|
158608
160658
|
}
|
|
158609
160659
|
|
|
158610
160660
|
export type SocialProfileUncheckedUpdateWithoutUserInput = {
|
|
@@ -158627,6 +160677,7 @@ export namespace Prisma {
|
|
|
158627
160677
|
updated?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
158628
160678
|
creatorListItems?: CreatorListItemUncheckedUpdateManyWithoutSocialProfileNestedInput
|
|
158629
160679
|
campaignInvites?: CampaignInviteUncheckedUpdateManyWithoutSocialProfileNestedInput
|
|
160680
|
+
creditRefundBatches?: CreditRefundBatchUncheckedUpdateManyWithoutProfilesNestedInput
|
|
158630
160681
|
}
|
|
158631
160682
|
|
|
158632
160683
|
export type SocialProfileUncheckedUpdateManyWithoutUserInput = {
|
|
@@ -158945,6 +160996,39 @@ export namespace Prisma {
|
|
|
158945
160996
|
createdByUserId?: IntFieldUpdateOperationsInput | number
|
|
158946
160997
|
}
|
|
158947
160998
|
|
|
160999
|
+
export type CreatorListUpdateWithoutCreatedByUserInput = {
|
|
161000
|
+
created?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
161001
|
+
archived?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
161002
|
+
title?: StringFieldUpdateOperationsInput | string
|
|
161003
|
+
metaData?: NullableJsonNullValueInput | InputJsonValue
|
|
161004
|
+
creators?: CreatorListItemUpdateManyWithoutCreatorListNestedInput
|
|
161005
|
+
brand?: BrandUpdateOneRequiredWithoutCreatorListsNestedInput
|
|
161006
|
+
campaign?: CampaignUpdateOneWithoutCreatorListsNestedInput
|
|
161007
|
+
sequences?: SequenceUpdateManyWithoutCreatorListNestedInput
|
|
161008
|
+
}
|
|
161009
|
+
|
|
161010
|
+
export type CreatorListUncheckedUpdateWithoutCreatedByUserInput = {
|
|
161011
|
+
id?: IntFieldUpdateOperationsInput | number
|
|
161012
|
+
brandId?: IntFieldUpdateOperationsInput | number
|
|
161013
|
+
campaignId?: NullableIntFieldUpdateOperationsInput | number | null
|
|
161014
|
+
created?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
161015
|
+
archived?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
161016
|
+
title?: StringFieldUpdateOperationsInput | string
|
|
161017
|
+
metaData?: NullableJsonNullValueInput | InputJsonValue
|
|
161018
|
+
creators?: CreatorListItemUncheckedUpdateManyWithoutCreatorListNestedInput
|
|
161019
|
+
sequences?: SequenceUncheckedUpdateManyWithoutCreatorListNestedInput
|
|
161020
|
+
}
|
|
161021
|
+
|
|
161022
|
+
export type CreatorListUncheckedUpdateManyWithoutCreatedByUserInput = {
|
|
161023
|
+
id?: IntFieldUpdateOperationsInput | number
|
|
161024
|
+
brandId?: IntFieldUpdateOperationsInput | number
|
|
161025
|
+
campaignId?: NullableIntFieldUpdateOperationsInput | number | null
|
|
161026
|
+
created?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
161027
|
+
archived?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
161028
|
+
title?: StringFieldUpdateOperationsInput | string
|
|
161029
|
+
metaData?: NullableJsonNullValueInput | InputJsonValue
|
|
161030
|
+
}
|
|
161031
|
+
|
|
158948
161032
|
export type FileUpdateWithoutCreatedByUserInput = {
|
|
158949
161033
|
id?: StringFieldUpdateOperationsInput | string
|
|
158950
161034
|
name?: StringFieldUpdateOperationsInput | string
|
|
@@ -159179,6 +161263,7 @@ export namespace Prisma {
|
|
|
159179
161263
|
archived?: Date | string | null
|
|
159180
161264
|
title: string
|
|
159181
161265
|
metaData?: NullableJsonNullValueInput | InputJsonValue
|
|
161266
|
+
createdByUserId?: number | null
|
|
159182
161267
|
}
|
|
159183
161268
|
|
|
159184
161269
|
export type BrandAffiliateLinkCreateManyBrandInput = {
|
|
@@ -159728,6 +161813,7 @@ export namespace Prisma {
|
|
|
159728
161813
|
metaData?: NullableJsonNullValueInput | InputJsonValue
|
|
159729
161814
|
creators?: CreatorListItemUpdateManyWithoutCreatorListNestedInput
|
|
159730
161815
|
campaign?: CampaignUpdateOneWithoutCreatorListsNestedInput
|
|
161816
|
+
createdByUser?: UserUpdateOneWithoutCreatorListsNestedInput
|
|
159731
161817
|
sequences?: SequenceUpdateManyWithoutCreatorListNestedInput
|
|
159732
161818
|
}
|
|
159733
161819
|
|
|
@@ -159738,6 +161824,7 @@ export namespace Prisma {
|
|
|
159738
161824
|
archived?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
159739
161825
|
title?: StringFieldUpdateOperationsInput | string
|
|
159740
161826
|
metaData?: NullableJsonNullValueInput | InputJsonValue
|
|
161827
|
+
createdByUserId?: NullableIntFieldUpdateOperationsInput | number | null
|
|
159741
161828
|
creators?: CreatorListItemUncheckedUpdateManyWithoutCreatorListNestedInput
|
|
159742
161829
|
sequences?: SequenceUncheckedUpdateManyWithoutCreatorListNestedInput
|
|
159743
161830
|
}
|
|
@@ -159749,6 +161836,7 @@ export namespace Prisma {
|
|
|
159749
161836
|
archived?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
159750
161837
|
title?: StringFieldUpdateOperationsInput | string
|
|
159751
161838
|
metaData?: NullableJsonNullValueInput | InputJsonValue
|
|
161839
|
+
createdByUserId?: NullableIntFieldUpdateOperationsInput | number | null
|
|
159752
161840
|
}
|
|
159753
161841
|
|
|
159754
161842
|
export type BrandAffiliateLinkUpdateWithoutBrandInput = {
|
|
@@ -160485,6 +162573,7 @@ export namespace Prisma {
|
|
|
160485
162573
|
archived?: Date | string | null
|
|
160486
162574
|
title: string
|
|
160487
162575
|
metaData?: NullableJsonNullValueInput | InputJsonValue
|
|
162576
|
+
createdByUserId?: number | null
|
|
160488
162577
|
}
|
|
160489
162578
|
|
|
160490
162579
|
export type OptInViewCreateManyCampaignInput = {
|
|
@@ -160933,6 +163022,7 @@ export namespace Prisma {
|
|
|
160933
163022
|
metaData?: NullableJsonNullValueInput | InputJsonValue
|
|
160934
163023
|
creators?: CreatorListItemUpdateManyWithoutCreatorListNestedInput
|
|
160935
163024
|
brand?: BrandUpdateOneRequiredWithoutCreatorListsNestedInput
|
|
163025
|
+
createdByUser?: UserUpdateOneWithoutCreatorListsNestedInput
|
|
160936
163026
|
sequences?: SequenceUpdateManyWithoutCreatorListNestedInput
|
|
160937
163027
|
}
|
|
160938
163028
|
|
|
@@ -160943,6 +163033,7 @@ export namespace Prisma {
|
|
|
160943
163033
|
archived?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
160944
163034
|
title?: StringFieldUpdateOperationsInput | string
|
|
160945
163035
|
metaData?: NullableJsonNullValueInput | InputJsonValue
|
|
163036
|
+
createdByUserId?: NullableIntFieldUpdateOperationsInput | number | null
|
|
160946
163037
|
creators?: CreatorListItemUncheckedUpdateManyWithoutCreatorListNestedInput
|
|
160947
163038
|
sequences?: SequenceUncheckedUpdateManyWithoutCreatorListNestedInput
|
|
160948
163039
|
}
|
|
@@ -160954,6 +163045,7 @@ export namespace Prisma {
|
|
|
160954
163045
|
archived?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
160955
163046
|
title?: StringFieldUpdateOperationsInput | string
|
|
160956
163047
|
metaData?: NullableJsonNullValueInput | InputJsonValue
|
|
163048
|
+
createdByUserId?: NullableIntFieldUpdateOperationsInput | number | null
|
|
160957
163049
|
}
|
|
160958
163050
|
|
|
160959
163051
|
export type OptInViewUpdateWithoutCampaignInput = {
|
|
@@ -162396,6 +164488,23 @@ export namespace Prisma {
|
|
|
162396
164488
|
metaData?: NullableJsonNullValueInput | InputJsonValue
|
|
162397
164489
|
}
|
|
162398
164490
|
|
|
164491
|
+
export type CreditRefundBatchUpdateWithoutProfilesInput = {
|
|
164492
|
+
createdAt?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
164493
|
+
closedAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
164494
|
+
}
|
|
164495
|
+
|
|
164496
|
+
export type CreditRefundBatchUncheckedUpdateWithoutProfilesInput = {
|
|
164497
|
+
id?: IntFieldUpdateOperationsInput | number
|
|
164498
|
+
createdAt?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
164499
|
+
closedAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
164500
|
+
}
|
|
164501
|
+
|
|
164502
|
+
export type CreditRefundBatchUncheckedUpdateManyWithoutProfilesInput = {
|
|
164503
|
+
id?: IntFieldUpdateOperationsInput | number
|
|
164504
|
+
createdAt?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
164505
|
+
closedAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
164506
|
+
}
|
|
164507
|
+
|
|
162399
164508
|
export type SequenceStepCreateManyEmailTemplateInput = {
|
|
162400
164509
|
id?: number
|
|
162401
164510
|
sequenceId: number
|
|
@@ -162711,6 +164820,72 @@ export namespace Prisma {
|
|
|
162711
164820
|
created?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
162712
164821
|
}
|
|
162713
164822
|
|
|
164823
|
+
export type SocialProfileUpdateWithoutCreditRefundBatchesInput = {
|
|
164824
|
+
socialId?: NullableStringFieldUpdateOperationsInput | string | null
|
|
164825
|
+
platform?: StringFieldUpdateOperationsInput | string
|
|
164826
|
+
username?: StringFieldUpdateOperationsInput | string
|
|
164827
|
+
fullname?: NullableStringFieldUpdateOperationsInput | string | null
|
|
164828
|
+
profileUrl?: NullableStringFieldUpdateOperationsInput | string | null
|
|
164829
|
+
profilePicUrl?: NullableStringFieldUpdateOperationsInput | string | null
|
|
164830
|
+
followerCount?: NullableIntFieldUpdateOperationsInput | number | null
|
|
164831
|
+
engagement?: NullableFloatFieldUpdateOperationsInput | number | null
|
|
164832
|
+
avgViews?: NullableIntFieldUpdateOperationsInput | number | null
|
|
164833
|
+
verified?: NullableBoolFieldUpdateOperationsInput | boolean | null
|
|
164834
|
+
visibility?: StringFieldUpdateOperationsInput | string
|
|
164835
|
+
metaData?: JsonNullValueInput | InputJsonValue
|
|
164836
|
+
audienceData?: JsonNullValueInput | InputJsonValue
|
|
164837
|
+
phylloData?: JsonNullValueInput | InputJsonValue
|
|
164838
|
+
created?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
164839
|
+
updated?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
164840
|
+
creatorListItems?: CreatorListItemUpdateManyWithoutSocialProfileNestedInput
|
|
164841
|
+
campaignInvites?: CampaignInviteUpdateManyWithoutSocialProfileNestedInput
|
|
164842
|
+
user?: UserUpdateOneWithoutSocialProfilesNestedInput
|
|
164843
|
+
}
|
|
164844
|
+
|
|
164845
|
+
export type SocialProfileUncheckedUpdateWithoutCreditRefundBatchesInput = {
|
|
164846
|
+
id?: IntFieldUpdateOperationsInput | number
|
|
164847
|
+
socialId?: NullableStringFieldUpdateOperationsInput | string | null
|
|
164848
|
+
userId?: NullableIntFieldUpdateOperationsInput | number | null
|
|
164849
|
+
platform?: StringFieldUpdateOperationsInput | string
|
|
164850
|
+
username?: StringFieldUpdateOperationsInput | string
|
|
164851
|
+
fullname?: NullableStringFieldUpdateOperationsInput | string | null
|
|
164852
|
+
profileUrl?: NullableStringFieldUpdateOperationsInput | string | null
|
|
164853
|
+
profilePicUrl?: NullableStringFieldUpdateOperationsInput | string | null
|
|
164854
|
+
followerCount?: NullableIntFieldUpdateOperationsInput | number | null
|
|
164855
|
+
engagement?: NullableFloatFieldUpdateOperationsInput | number | null
|
|
164856
|
+
avgViews?: NullableIntFieldUpdateOperationsInput | number | null
|
|
164857
|
+
verified?: NullableBoolFieldUpdateOperationsInput | boolean | null
|
|
164858
|
+
visibility?: StringFieldUpdateOperationsInput | string
|
|
164859
|
+
metaData?: JsonNullValueInput | InputJsonValue
|
|
164860
|
+
audienceData?: JsonNullValueInput | InputJsonValue
|
|
164861
|
+
phylloData?: JsonNullValueInput | InputJsonValue
|
|
164862
|
+
created?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
164863
|
+
updated?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
164864
|
+
creatorListItems?: CreatorListItemUncheckedUpdateManyWithoutSocialProfileNestedInput
|
|
164865
|
+
campaignInvites?: CampaignInviteUncheckedUpdateManyWithoutSocialProfileNestedInput
|
|
164866
|
+
}
|
|
164867
|
+
|
|
164868
|
+
export type SocialProfileUncheckedUpdateManyWithoutCreditRefundBatchesInput = {
|
|
164869
|
+
id?: IntFieldUpdateOperationsInput | number
|
|
164870
|
+
socialId?: NullableStringFieldUpdateOperationsInput | string | null
|
|
164871
|
+
userId?: NullableIntFieldUpdateOperationsInput | number | null
|
|
164872
|
+
platform?: StringFieldUpdateOperationsInput | string
|
|
164873
|
+
username?: StringFieldUpdateOperationsInput | string
|
|
164874
|
+
fullname?: NullableStringFieldUpdateOperationsInput | string | null
|
|
164875
|
+
profileUrl?: NullableStringFieldUpdateOperationsInput | string | null
|
|
164876
|
+
profilePicUrl?: NullableStringFieldUpdateOperationsInput | string | null
|
|
164877
|
+
followerCount?: NullableIntFieldUpdateOperationsInput | number | null
|
|
164878
|
+
engagement?: NullableFloatFieldUpdateOperationsInput | number | null
|
|
164879
|
+
avgViews?: NullableIntFieldUpdateOperationsInput | number | null
|
|
164880
|
+
verified?: NullableBoolFieldUpdateOperationsInput | boolean | null
|
|
164881
|
+
visibility?: StringFieldUpdateOperationsInput | string
|
|
164882
|
+
metaData?: JsonNullValueInput | InputJsonValue
|
|
164883
|
+
audienceData?: JsonNullValueInput | InputJsonValue
|
|
164884
|
+
phylloData?: JsonNullValueInput | InputJsonValue
|
|
164885
|
+
created?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
164886
|
+
updated?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
164887
|
+
}
|
|
164888
|
+
|
|
162714
164889
|
|
|
162715
164890
|
|
|
162716
164891
|
/**
|
|
@@ -162840,6 +165015,10 @@ export namespace Prisma {
|
|
|
162840
165015
|
* @deprecated Use ShopifyDiscountCodeCountOutputTypeDefaultArgs instead
|
|
162841
165016
|
*/
|
|
162842
165017
|
export type ShopifyDiscountCodeCountOutputTypeArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = ShopifyDiscountCodeCountOutputTypeDefaultArgs<ExtArgs>
|
|
165018
|
+
/**
|
|
165019
|
+
* @deprecated Use CreditRefundBatchCountOutputTypeDefaultArgs instead
|
|
165020
|
+
*/
|
|
165021
|
+
export type CreditRefundBatchCountOutputTypeArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = CreditRefundBatchCountOutputTypeDefaultArgs<ExtArgs>
|
|
162843
165022
|
/**
|
|
162844
165023
|
* @deprecated Use UserDefaultArgs instead
|
|
162845
165024
|
*/
|
|
@@ -163164,6 +165343,10 @@ export namespace Prisma {
|
|
|
163164
165343
|
* @deprecated Use FileDefaultArgs instead
|
|
163165
165344
|
*/
|
|
163166
165345
|
export type FileArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = FileDefaultArgs<ExtArgs>
|
|
165346
|
+
/**
|
|
165347
|
+
* @deprecated Use CreditRefundBatchDefaultArgs instead
|
|
165348
|
+
*/
|
|
165349
|
+
export type CreditRefundBatchArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = CreditRefundBatchDefaultArgs<ExtArgs>
|
|
163167
165350
|
|
|
163168
165351
|
/**
|
|
163169
165352
|
* Batch Payload for updateMany & deleteMany & createMany
|