@creator.co/creatorco-prisma-client 1.0.64 → 1.0.66
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 +11 -5
- package/index-browser.js +7 -1
- package/index.d.ts +213 -40
- package/index.js +11 -5
- package/package.json +1 -1
- package/schema.prisma +9 -2
- package/wasm.js +7 -1
package/index.d.ts
CHANGED
|
@@ -96828,9 +96828,12 @@ export namespace Prisma {
|
|
|
96828
96828
|
createdAt: Date | null
|
|
96829
96829
|
updatedAt: Date | null
|
|
96830
96830
|
fileId: string | null
|
|
96831
|
+
chargebeeSubscriptionId: string | null
|
|
96831
96832
|
contractType: string | null
|
|
96833
|
+
addOns: string | null
|
|
96832
96834
|
startDate: Date | null
|
|
96833
96835
|
endDate: Date | null
|
|
96836
|
+
status: string | null
|
|
96834
96837
|
archivedAt: Date | null
|
|
96835
96838
|
createdByUserId: number | null
|
|
96836
96839
|
editedByUserId: number | null
|
|
@@ -96842,9 +96845,12 @@ export namespace Prisma {
|
|
|
96842
96845
|
createdAt: Date | null
|
|
96843
96846
|
updatedAt: Date | null
|
|
96844
96847
|
fileId: string | null
|
|
96848
|
+
chargebeeSubscriptionId: string | null
|
|
96845
96849
|
contractType: string | null
|
|
96850
|
+
addOns: string | null
|
|
96846
96851
|
startDate: Date | null
|
|
96847
96852
|
endDate: Date | null
|
|
96853
|
+
status: string | null
|
|
96848
96854
|
archivedAt: Date | null
|
|
96849
96855
|
createdByUserId: number | null
|
|
96850
96856
|
editedByUserId: number | null
|
|
@@ -96856,9 +96862,12 @@ export namespace Prisma {
|
|
|
96856
96862
|
createdAt: number
|
|
96857
96863
|
updatedAt: number
|
|
96858
96864
|
fileId: number
|
|
96865
|
+
chargebeeSubscriptionId: number
|
|
96859
96866
|
contractType: number
|
|
96867
|
+
addOns: number
|
|
96860
96868
|
startDate: number
|
|
96861
96869
|
endDate: number
|
|
96870
|
+
status: number
|
|
96862
96871
|
archivedAt: number
|
|
96863
96872
|
createdByUserId: number
|
|
96864
96873
|
editedByUserId: number
|
|
@@ -96886,9 +96895,12 @@ export namespace Prisma {
|
|
|
96886
96895
|
createdAt?: true
|
|
96887
96896
|
updatedAt?: true
|
|
96888
96897
|
fileId?: true
|
|
96898
|
+
chargebeeSubscriptionId?: true
|
|
96889
96899
|
contractType?: true
|
|
96900
|
+
addOns?: true
|
|
96890
96901
|
startDate?: true
|
|
96891
96902
|
endDate?: true
|
|
96903
|
+
status?: true
|
|
96892
96904
|
archivedAt?: true
|
|
96893
96905
|
createdByUserId?: true
|
|
96894
96906
|
editedByUserId?: true
|
|
@@ -96900,9 +96912,12 @@ export namespace Prisma {
|
|
|
96900
96912
|
createdAt?: true
|
|
96901
96913
|
updatedAt?: true
|
|
96902
96914
|
fileId?: true
|
|
96915
|
+
chargebeeSubscriptionId?: true
|
|
96903
96916
|
contractType?: true
|
|
96917
|
+
addOns?: true
|
|
96904
96918
|
startDate?: true
|
|
96905
96919
|
endDate?: true
|
|
96920
|
+
status?: true
|
|
96906
96921
|
archivedAt?: true
|
|
96907
96922
|
createdByUserId?: true
|
|
96908
96923
|
editedByUserId?: true
|
|
@@ -96914,9 +96929,12 @@ export namespace Prisma {
|
|
|
96914
96929
|
createdAt?: true
|
|
96915
96930
|
updatedAt?: true
|
|
96916
96931
|
fileId?: true
|
|
96932
|
+
chargebeeSubscriptionId?: true
|
|
96917
96933
|
contractType?: true
|
|
96934
|
+
addOns?: true
|
|
96918
96935
|
startDate?: true
|
|
96919
96936
|
endDate?: true
|
|
96937
|
+
status?: true
|
|
96920
96938
|
archivedAt?: true
|
|
96921
96939
|
createdByUserId?: true
|
|
96922
96940
|
editedByUserId?: true
|
|
@@ -97015,11 +97033,14 @@ export namespace Prisma {
|
|
|
97015
97033
|
createdAt: Date
|
|
97016
97034
|
updatedAt: Date
|
|
97017
97035
|
fileId: string | null
|
|
97036
|
+
chargebeeSubscriptionId: string | null
|
|
97018
97037
|
contractType: string
|
|
97038
|
+
addOns: string | null
|
|
97019
97039
|
startDate: Date
|
|
97020
97040
|
endDate: Date | null
|
|
97041
|
+
status: string | null
|
|
97021
97042
|
archivedAt: Date | null
|
|
97022
|
-
createdByUserId: number
|
|
97043
|
+
createdByUserId: number | null
|
|
97023
97044
|
editedByUserId: number | null
|
|
97024
97045
|
_count: BrandContractCountAggregateOutputType | null
|
|
97025
97046
|
_avg: BrandContractAvgAggregateOutputType | null
|
|
@@ -97048,15 +97069,18 @@ export namespace Prisma {
|
|
|
97048
97069
|
createdAt?: boolean
|
|
97049
97070
|
updatedAt?: boolean
|
|
97050
97071
|
fileId?: boolean
|
|
97072
|
+
chargebeeSubscriptionId?: boolean
|
|
97051
97073
|
contractType?: boolean
|
|
97074
|
+
addOns?: boolean
|
|
97052
97075
|
startDate?: boolean
|
|
97053
97076
|
endDate?: boolean
|
|
97077
|
+
status?: boolean
|
|
97054
97078
|
archivedAt?: boolean
|
|
97055
97079
|
createdByUserId?: boolean
|
|
97056
97080
|
editedByUserId?: boolean
|
|
97057
97081
|
brand?: boolean | BrandDefaultArgs<ExtArgs>
|
|
97058
97082
|
file?: boolean | BrandContract$fileArgs<ExtArgs>
|
|
97059
|
-
createdByUser?: boolean |
|
|
97083
|
+
createdByUser?: boolean | BrandContract$createdByUserArgs<ExtArgs>
|
|
97060
97084
|
editedByUser?: boolean | BrandContract$editedByUserArgs<ExtArgs>
|
|
97061
97085
|
}, ExtArgs["result"]["brandContract"]>
|
|
97062
97086
|
|
|
@@ -97066,15 +97090,18 @@ export namespace Prisma {
|
|
|
97066
97090
|
createdAt?: boolean
|
|
97067
97091
|
updatedAt?: boolean
|
|
97068
97092
|
fileId?: boolean
|
|
97093
|
+
chargebeeSubscriptionId?: boolean
|
|
97069
97094
|
contractType?: boolean
|
|
97095
|
+
addOns?: boolean
|
|
97070
97096
|
startDate?: boolean
|
|
97071
97097
|
endDate?: boolean
|
|
97098
|
+
status?: boolean
|
|
97072
97099
|
archivedAt?: boolean
|
|
97073
97100
|
createdByUserId?: boolean
|
|
97074
97101
|
editedByUserId?: boolean
|
|
97075
97102
|
brand?: boolean | BrandDefaultArgs<ExtArgs>
|
|
97076
97103
|
file?: boolean | BrandContract$fileArgs<ExtArgs>
|
|
97077
|
-
createdByUser?: boolean |
|
|
97104
|
+
createdByUser?: boolean | BrandContract$createdByUserArgs<ExtArgs>
|
|
97078
97105
|
editedByUser?: boolean | BrandContract$editedByUserArgs<ExtArgs>
|
|
97079
97106
|
}, ExtArgs["result"]["brandContract"]>
|
|
97080
97107
|
|
|
@@ -97084,9 +97111,12 @@ export namespace Prisma {
|
|
|
97084
97111
|
createdAt?: boolean
|
|
97085
97112
|
updatedAt?: boolean
|
|
97086
97113
|
fileId?: boolean
|
|
97114
|
+
chargebeeSubscriptionId?: boolean
|
|
97087
97115
|
contractType?: boolean
|
|
97116
|
+
addOns?: boolean
|
|
97088
97117
|
startDate?: boolean
|
|
97089
97118
|
endDate?: boolean
|
|
97119
|
+
status?: boolean
|
|
97090
97120
|
archivedAt?: boolean
|
|
97091
97121
|
createdByUserId?: boolean
|
|
97092
97122
|
editedByUserId?: boolean
|
|
@@ -97095,13 +97125,13 @@ export namespace Prisma {
|
|
|
97095
97125
|
export type BrandContractInclude<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
|
|
97096
97126
|
brand?: boolean | BrandDefaultArgs<ExtArgs>
|
|
97097
97127
|
file?: boolean | BrandContract$fileArgs<ExtArgs>
|
|
97098
|
-
createdByUser?: boolean |
|
|
97128
|
+
createdByUser?: boolean | BrandContract$createdByUserArgs<ExtArgs>
|
|
97099
97129
|
editedByUser?: boolean | BrandContract$editedByUserArgs<ExtArgs>
|
|
97100
97130
|
}
|
|
97101
97131
|
export type BrandContractIncludeCreateManyAndReturn<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
|
|
97102
97132
|
brand?: boolean | BrandDefaultArgs<ExtArgs>
|
|
97103
97133
|
file?: boolean | BrandContract$fileArgs<ExtArgs>
|
|
97104
|
-
createdByUser?: boolean |
|
|
97134
|
+
createdByUser?: boolean | BrandContract$createdByUserArgs<ExtArgs>
|
|
97105
97135
|
editedByUser?: boolean | BrandContract$editedByUserArgs<ExtArgs>
|
|
97106
97136
|
}
|
|
97107
97137
|
|
|
@@ -97110,7 +97140,7 @@ export namespace Prisma {
|
|
|
97110
97140
|
objects: {
|
|
97111
97141
|
brand: Prisma.$BrandPayload<ExtArgs>
|
|
97112
97142
|
file: Prisma.$FilePayload<ExtArgs> | null
|
|
97113
|
-
createdByUser: Prisma.$UserPayload<ExtArgs>
|
|
97143
|
+
createdByUser: Prisma.$UserPayload<ExtArgs> | null
|
|
97114
97144
|
editedByUser: Prisma.$UserPayload<ExtArgs> | null
|
|
97115
97145
|
}
|
|
97116
97146
|
scalars: $Extensions.GetPayloadResult<{
|
|
@@ -97119,11 +97149,14 @@ export namespace Prisma {
|
|
|
97119
97149
|
createdAt: Date
|
|
97120
97150
|
updatedAt: Date
|
|
97121
97151
|
fileId: string | null
|
|
97152
|
+
chargebeeSubscriptionId: string | null
|
|
97122
97153
|
contractType: string
|
|
97154
|
+
addOns: string | null
|
|
97123
97155
|
startDate: Date
|
|
97124
97156
|
endDate: Date | null
|
|
97157
|
+
status: string | null
|
|
97125
97158
|
archivedAt: Date | null
|
|
97126
|
-
createdByUserId: number
|
|
97159
|
+
createdByUserId: number | null
|
|
97127
97160
|
editedByUserId: number | null
|
|
97128
97161
|
}, ExtArgs["result"]["brandContract"]>
|
|
97129
97162
|
composites: {}
|
|
@@ -97519,7 +97552,7 @@ export namespace Prisma {
|
|
|
97519
97552
|
|
|
97520
97553
|
file<T extends BrandContract$fileArgs<ExtArgs> = {}>(args?: Subset<T, BrandContract$fileArgs<ExtArgs>>): Prisma__FileClient<$Result.GetResult<Prisma.$FilePayload<ExtArgs>, T, 'findUniqueOrThrow'> | null, null, ExtArgs>;
|
|
97521
97554
|
|
|
97522
|
-
createdByUser<T extends
|
|
97555
|
+
createdByUser<T extends BrandContract$createdByUserArgs<ExtArgs> = {}>(args?: Subset<T, BrandContract$createdByUserArgs<ExtArgs>>): Prisma__UserClient<$Result.GetResult<Prisma.$UserPayload<ExtArgs>, T, 'findUniqueOrThrow'> | null, null, ExtArgs>;
|
|
97523
97556
|
|
|
97524
97557
|
editedByUser<T extends BrandContract$editedByUserArgs<ExtArgs> = {}>(args?: Subset<T, BrandContract$editedByUserArgs<ExtArgs>>): Prisma__UserClient<$Result.GetResult<Prisma.$UserPayload<ExtArgs>, T, 'findUniqueOrThrow'> | null, null, ExtArgs>;
|
|
97525
97558
|
|
|
@@ -97556,9 +97589,12 @@ export namespace Prisma {
|
|
|
97556
97589
|
readonly createdAt: FieldRef<"BrandContract", 'DateTime'>
|
|
97557
97590
|
readonly updatedAt: FieldRef<"BrandContract", 'DateTime'>
|
|
97558
97591
|
readonly fileId: FieldRef<"BrandContract", 'String'>
|
|
97592
|
+
readonly chargebeeSubscriptionId: FieldRef<"BrandContract", 'String'>
|
|
97559
97593
|
readonly contractType: FieldRef<"BrandContract", 'String'>
|
|
97594
|
+
readonly addOns: FieldRef<"BrandContract", 'String'>
|
|
97560
97595
|
readonly startDate: FieldRef<"BrandContract", 'DateTime'>
|
|
97561
97596
|
readonly endDate: FieldRef<"BrandContract", 'DateTime'>
|
|
97597
|
+
readonly status: FieldRef<"BrandContract", 'String'>
|
|
97562
97598
|
readonly archivedAt: FieldRef<"BrandContract", 'DateTime'>
|
|
97563
97599
|
readonly createdByUserId: FieldRef<"BrandContract", 'Int'>
|
|
97564
97600
|
readonly editedByUserId: FieldRef<"BrandContract", 'Int'>
|
|
@@ -97894,6 +97930,21 @@ export namespace Prisma {
|
|
|
97894
97930
|
where?: FileWhereInput
|
|
97895
97931
|
}
|
|
97896
97932
|
|
|
97933
|
+
/**
|
|
97934
|
+
* BrandContract.createdByUser
|
|
97935
|
+
*/
|
|
97936
|
+
export type BrandContract$createdByUserArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
|
|
97937
|
+
/**
|
|
97938
|
+
* Select specific fields to fetch from the User
|
|
97939
|
+
*/
|
|
97940
|
+
select?: UserSelect<ExtArgs> | null
|
|
97941
|
+
/**
|
|
97942
|
+
* Choose, which related nodes to fetch as well
|
|
97943
|
+
*/
|
|
97944
|
+
include?: UserInclude<ExtArgs> | null
|
|
97945
|
+
where?: UserWhereInput
|
|
97946
|
+
}
|
|
97947
|
+
|
|
97897
97948
|
/**
|
|
97898
97949
|
* BrandContract.editedByUser
|
|
97899
97950
|
*/
|
|
@@ -101287,9 +101338,12 @@ export namespace Prisma {
|
|
|
101287
101338
|
createdAt: 'createdAt',
|
|
101288
101339
|
updatedAt: 'updatedAt',
|
|
101289
101340
|
fileId: 'fileId',
|
|
101341
|
+
chargebeeSubscriptionId: 'chargebeeSubscriptionId',
|
|
101290
101342
|
contractType: 'contractType',
|
|
101343
|
+
addOns: 'addOns',
|
|
101291
101344
|
startDate: 'startDate',
|
|
101292
101345
|
endDate: 'endDate',
|
|
101346
|
+
status: 'status',
|
|
101293
101347
|
archivedAt: 'archivedAt',
|
|
101294
101348
|
createdByUserId: 'createdByUserId',
|
|
101295
101349
|
editedByUserId: 'editedByUserId'
|
|
@@ -101935,7 +101989,10 @@ export namespace Prisma {
|
|
|
101935
101989
|
|
|
101936
101990
|
export const BrandContractOrderByRelevanceFieldEnum: {
|
|
101937
101991
|
fileId: 'fileId',
|
|
101938
|
-
|
|
101992
|
+
chargebeeSubscriptionId: 'chargebeeSubscriptionId',
|
|
101993
|
+
contractType: 'contractType',
|
|
101994
|
+
addOns: 'addOns',
|
|
101995
|
+
status: 'status'
|
|
101939
101996
|
};
|
|
101940
101997
|
|
|
101941
101998
|
export type BrandContractOrderByRelevanceFieldEnum = (typeof BrandContractOrderByRelevanceFieldEnum)[keyof typeof BrandContractOrderByRelevanceFieldEnum]
|
|
@@ -108780,15 +108837,18 @@ export namespace Prisma {
|
|
|
108780
108837
|
createdAt?: DateTimeFilter<"BrandContract"> | Date | string
|
|
108781
108838
|
updatedAt?: DateTimeFilter<"BrandContract"> | Date | string
|
|
108782
108839
|
fileId?: StringNullableFilter<"BrandContract"> | string | null
|
|
108840
|
+
chargebeeSubscriptionId?: StringNullableFilter<"BrandContract"> | string | null
|
|
108783
108841
|
contractType?: StringFilter<"BrandContract"> | string
|
|
108842
|
+
addOns?: StringNullableFilter<"BrandContract"> | string | null
|
|
108784
108843
|
startDate?: DateTimeFilter<"BrandContract"> | Date | string
|
|
108785
108844
|
endDate?: DateTimeNullableFilter<"BrandContract"> | Date | string | null
|
|
108845
|
+
status?: StringNullableFilter<"BrandContract"> | string | null
|
|
108786
108846
|
archivedAt?: DateTimeNullableFilter<"BrandContract"> | Date | string | null
|
|
108787
|
-
createdByUserId?:
|
|
108847
|
+
createdByUserId?: IntNullableFilter<"BrandContract"> | number | null
|
|
108788
108848
|
editedByUserId?: IntNullableFilter<"BrandContract"> | number | null
|
|
108789
108849
|
brand?: XOR<BrandRelationFilter, BrandWhereInput>
|
|
108790
108850
|
file?: XOR<FileNullableRelationFilter, FileWhereInput> | null
|
|
108791
|
-
createdByUser?: XOR<
|
|
108851
|
+
createdByUser?: XOR<UserNullableRelationFilter, UserWhereInput> | null
|
|
108792
108852
|
editedByUser?: XOR<UserNullableRelationFilter, UserWhereInput> | null
|
|
108793
108853
|
}
|
|
108794
108854
|
|
|
@@ -108798,11 +108858,14 @@ export namespace Prisma {
|
|
|
108798
108858
|
createdAt?: SortOrder
|
|
108799
108859
|
updatedAt?: SortOrder
|
|
108800
108860
|
fileId?: SortOrderInput | SortOrder
|
|
108861
|
+
chargebeeSubscriptionId?: SortOrderInput | SortOrder
|
|
108801
108862
|
contractType?: SortOrder
|
|
108863
|
+
addOns?: SortOrderInput | SortOrder
|
|
108802
108864
|
startDate?: SortOrder
|
|
108803
108865
|
endDate?: SortOrderInput | SortOrder
|
|
108866
|
+
status?: SortOrderInput | SortOrder
|
|
108804
108867
|
archivedAt?: SortOrderInput | SortOrder
|
|
108805
|
-
createdByUserId?: SortOrder
|
|
108868
|
+
createdByUserId?: SortOrderInput | SortOrder
|
|
108806
108869
|
editedByUserId?: SortOrderInput | SortOrder
|
|
108807
108870
|
brand?: BrandOrderByWithRelationAndSearchRelevanceInput
|
|
108808
108871
|
file?: FileOrderByWithRelationAndSearchRelevanceInput
|
|
@@ -108820,15 +108883,18 @@ export namespace Prisma {
|
|
|
108820
108883
|
brandId?: IntFilter<"BrandContract"> | number
|
|
108821
108884
|
createdAt?: DateTimeFilter<"BrandContract"> | Date | string
|
|
108822
108885
|
updatedAt?: DateTimeFilter<"BrandContract"> | Date | string
|
|
108886
|
+
chargebeeSubscriptionId?: StringNullableFilter<"BrandContract"> | string | null
|
|
108823
108887
|
contractType?: StringFilter<"BrandContract"> | string
|
|
108888
|
+
addOns?: StringNullableFilter<"BrandContract"> | string | null
|
|
108824
108889
|
startDate?: DateTimeFilter<"BrandContract"> | Date | string
|
|
108825
108890
|
endDate?: DateTimeNullableFilter<"BrandContract"> | Date | string | null
|
|
108891
|
+
status?: StringNullableFilter<"BrandContract"> | string | null
|
|
108826
108892
|
archivedAt?: DateTimeNullableFilter<"BrandContract"> | Date | string | null
|
|
108827
|
-
createdByUserId?:
|
|
108893
|
+
createdByUserId?: IntNullableFilter<"BrandContract"> | number | null
|
|
108828
108894
|
editedByUserId?: IntNullableFilter<"BrandContract"> | number | null
|
|
108829
108895
|
brand?: XOR<BrandRelationFilter, BrandWhereInput>
|
|
108830
108896
|
file?: XOR<FileNullableRelationFilter, FileWhereInput> | null
|
|
108831
|
-
createdByUser?: XOR<
|
|
108897
|
+
createdByUser?: XOR<UserNullableRelationFilter, UserWhereInput> | null
|
|
108832
108898
|
editedByUser?: XOR<UserNullableRelationFilter, UserWhereInput> | null
|
|
108833
108899
|
}, "id" | "fileId">
|
|
108834
108900
|
|
|
@@ -108838,11 +108904,14 @@ export namespace Prisma {
|
|
|
108838
108904
|
createdAt?: SortOrder
|
|
108839
108905
|
updatedAt?: SortOrder
|
|
108840
108906
|
fileId?: SortOrderInput | SortOrder
|
|
108907
|
+
chargebeeSubscriptionId?: SortOrderInput | SortOrder
|
|
108841
108908
|
contractType?: SortOrder
|
|
108909
|
+
addOns?: SortOrderInput | SortOrder
|
|
108842
108910
|
startDate?: SortOrder
|
|
108843
108911
|
endDate?: SortOrderInput | SortOrder
|
|
108912
|
+
status?: SortOrderInput | SortOrder
|
|
108844
108913
|
archivedAt?: SortOrderInput | SortOrder
|
|
108845
|
-
createdByUserId?: SortOrder
|
|
108914
|
+
createdByUserId?: SortOrderInput | SortOrder
|
|
108846
108915
|
editedByUserId?: SortOrderInput | SortOrder
|
|
108847
108916
|
_count?: BrandContractCountOrderByAggregateInput
|
|
108848
108917
|
_avg?: BrandContractAvgOrderByAggregateInput
|
|
@@ -108860,11 +108929,14 @@ export namespace Prisma {
|
|
|
108860
108929
|
createdAt?: DateTimeWithAggregatesFilter<"BrandContract"> | Date | string
|
|
108861
108930
|
updatedAt?: DateTimeWithAggregatesFilter<"BrandContract"> | Date | string
|
|
108862
108931
|
fileId?: StringNullableWithAggregatesFilter<"BrandContract"> | string | null
|
|
108932
|
+
chargebeeSubscriptionId?: StringNullableWithAggregatesFilter<"BrandContract"> | string | null
|
|
108863
108933
|
contractType?: StringWithAggregatesFilter<"BrandContract"> | string
|
|
108934
|
+
addOns?: StringNullableWithAggregatesFilter<"BrandContract"> | string | null
|
|
108864
108935
|
startDate?: DateTimeWithAggregatesFilter<"BrandContract"> | Date | string
|
|
108865
108936
|
endDate?: DateTimeNullableWithAggregatesFilter<"BrandContract"> | Date | string | null
|
|
108937
|
+
status?: StringNullableWithAggregatesFilter<"BrandContract"> | string | null
|
|
108866
108938
|
archivedAt?: DateTimeNullableWithAggregatesFilter<"BrandContract"> | Date | string | null
|
|
108867
|
-
createdByUserId?:
|
|
108939
|
+
createdByUserId?: IntNullableWithAggregatesFilter<"BrandContract"> | number | null
|
|
108868
108940
|
editedByUserId?: IntNullableWithAggregatesFilter<"BrandContract"> | number | null
|
|
108869
108941
|
}
|
|
108870
108942
|
|
|
@@ -115826,13 +115898,16 @@ export namespace Prisma {
|
|
|
115826
115898
|
export type BrandContractCreateInput = {
|
|
115827
115899
|
createdAt?: Date | string
|
|
115828
115900
|
updatedAt?: Date | string
|
|
115901
|
+
chargebeeSubscriptionId?: string | null
|
|
115829
115902
|
contractType: string
|
|
115903
|
+
addOns?: string | null
|
|
115830
115904
|
startDate: Date | string
|
|
115831
115905
|
endDate?: Date | string | null
|
|
115906
|
+
status?: string | null
|
|
115832
115907
|
archivedAt?: Date | string | null
|
|
115833
115908
|
brand: BrandCreateNestedOneWithoutBrandContractsInput
|
|
115834
115909
|
file?: FileCreateNestedOneWithoutBrandContractInput
|
|
115835
|
-
createdByUser
|
|
115910
|
+
createdByUser?: UserCreateNestedOneWithoutContractsCreatedInput
|
|
115836
115911
|
editedByUser?: UserCreateNestedOneWithoutContractsEditedInput
|
|
115837
115912
|
}
|
|
115838
115913
|
|
|
@@ -115842,24 +115917,30 @@ export namespace Prisma {
|
|
|
115842
115917
|
createdAt?: Date | string
|
|
115843
115918
|
updatedAt?: Date | string
|
|
115844
115919
|
fileId?: string | null
|
|
115920
|
+
chargebeeSubscriptionId?: string | null
|
|
115845
115921
|
contractType: string
|
|
115922
|
+
addOns?: string | null
|
|
115846
115923
|
startDate: Date | string
|
|
115847
115924
|
endDate?: Date | string | null
|
|
115925
|
+
status?: string | null
|
|
115848
115926
|
archivedAt?: Date | string | null
|
|
115849
|
-
createdByUserId
|
|
115927
|
+
createdByUserId?: number | null
|
|
115850
115928
|
editedByUserId?: number | null
|
|
115851
115929
|
}
|
|
115852
115930
|
|
|
115853
115931
|
export type BrandContractUpdateInput = {
|
|
115854
115932
|
createdAt?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
115855
115933
|
updatedAt?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
115934
|
+
chargebeeSubscriptionId?: NullableStringFieldUpdateOperationsInput | string | null
|
|
115856
115935
|
contractType?: StringFieldUpdateOperationsInput | string
|
|
115936
|
+
addOns?: NullableStringFieldUpdateOperationsInput | string | null
|
|
115857
115937
|
startDate?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
115858
115938
|
endDate?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
115939
|
+
status?: NullableStringFieldUpdateOperationsInput | string | null
|
|
115859
115940
|
archivedAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
115860
115941
|
brand?: BrandUpdateOneRequiredWithoutBrandContractsNestedInput
|
|
115861
115942
|
file?: FileUpdateOneWithoutBrandContractNestedInput
|
|
115862
|
-
createdByUser?:
|
|
115943
|
+
createdByUser?: UserUpdateOneWithoutContractsCreatedNestedInput
|
|
115863
115944
|
editedByUser?: UserUpdateOneWithoutContractsEditedNestedInput
|
|
115864
115945
|
}
|
|
115865
115946
|
|
|
@@ -115869,11 +115950,14 @@ export namespace Prisma {
|
|
|
115869
115950
|
createdAt?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
115870
115951
|
updatedAt?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
115871
115952
|
fileId?: NullableStringFieldUpdateOperationsInput | string | null
|
|
115953
|
+
chargebeeSubscriptionId?: NullableStringFieldUpdateOperationsInput | string | null
|
|
115872
115954
|
contractType?: StringFieldUpdateOperationsInput | string
|
|
115955
|
+
addOns?: NullableStringFieldUpdateOperationsInput | string | null
|
|
115873
115956
|
startDate?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
115874
115957
|
endDate?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
115958
|
+
status?: NullableStringFieldUpdateOperationsInput | string | null
|
|
115875
115959
|
archivedAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
115876
|
-
createdByUserId?:
|
|
115960
|
+
createdByUserId?: NullableIntFieldUpdateOperationsInput | number | null
|
|
115877
115961
|
editedByUserId?: NullableIntFieldUpdateOperationsInput | number | null
|
|
115878
115962
|
}
|
|
115879
115963
|
|
|
@@ -115883,20 +115967,26 @@ export namespace Prisma {
|
|
|
115883
115967
|
createdAt?: Date | string
|
|
115884
115968
|
updatedAt?: Date | string
|
|
115885
115969
|
fileId?: string | null
|
|
115970
|
+
chargebeeSubscriptionId?: string | null
|
|
115886
115971
|
contractType: string
|
|
115972
|
+
addOns?: string | null
|
|
115887
115973
|
startDate: Date | string
|
|
115888
115974
|
endDate?: Date | string | null
|
|
115975
|
+
status?: string | null
|
|
115889
115976
|
archivedAt?: Date | string | null
|
|
115890
|
-
createdByUserId
|
|
115977
|
+
createdByUserId?: number | null
|
|
115891
115978
|
editedByUserId?: number | null
|
|
115892
115979
|
}
|
|
115893
115980
|
|
|
115894
115981
|
export type BrandContractUpdateManyMutationInput = {
|
|
115895
115982
|
createdAt?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
115896
115983
|
updatedAt?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
115984
|
+
chargebeeSubscriptionId?: NullableStringFieldUpdateOperationsInput | string | null
|
|
115897
115985
|
contractType?: StringFieldUpdateOperationsInput | string
|
|
115986
|
+
addOns?: NullableStringFieldUpdateOperationsInput | string | null
|
|
115898
115987
|
startDate?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
115899
115988
|
endDate?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
115989
|
+
status?: NullableStringFieldUpdateOperationsInput | string | null
|
|
115900
115990
|
archivedAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
115901
115991
|
}
|
|
115902
115992
|
|
|
@@ -115906,11 +115996,14 @@ export namespace Prisma {
|
|
|
115906
115996
|
createdAt?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
115907
115997
|
updatedAt?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
115908
115998
|
fileId?: NullableStringFieldUpdateOperationsInput | string | null
|
|
115999
|
+
chargebeeSubscriptionId?: NullableStringFieldUpdateOperationsInput | string | null
|
|
115909
116000
|
contractType?: StringFieldUpdateOperationsInput | string
|
|
116001
|
+
addOns?: NullableStringFieldUpdateOperationsInput | string | null
|
|
115910
116002
|
startDate?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
115911
116003
|
endDate?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
116004
|
+
status?: NullableStringFieldUpdateOperationsInput | string | null
|
|
115912
116005
|
archivedAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
115913
|
-
createdByUserId?:
|
|
116006
|
+
createdByUserId?: NullableIntFieldUpdateOperationsInput | number | null
|
|
115914
116007
|
editedByUserId?: NullableIntFieldUpdateOperationsInput | number | null
|
|
115915
116008
|
}
|
|
115916
116009
|
|
|
@@ -121699,9 +121792,12 @@ export namespace Prisma {
|
|
|
121699
121792
|
createdAt?: SortOrder
|
|
121700
121793
|
updatedAt?: SortOrder
|
|
121701
121794
|
fileId?: SortOrder
|
|
121795
|
+
chargebeeSubscriptionId?: SortOrder
|
|
121702
121796
|
contractType?: SortOrder
|
|
121797
|
+
addOns?: SortOrder
|
|
121703
121798
|
startDate?: SortOrder
|
|
121704
121799
|
endDate?: SortOrder
|
|
121800
|
+
status?: SortOrder
|
|
121705
121801
|
archivedAt?: SortOrder
|
|
121706
121802
|
createdByUserId?: SortOrder
|
|
121707
121803
|
editedByUserId?: SortOrder
|
|
@@ -121720,9 +121816,12 @@ export namespace Prisma {
|
|
|
121720
121816
|
createdAt?: SortOrder
|
|
121721
121817
|
updatedAt?: SortOrder
|
|
121722
121818
|
fileId?: SortOrder
|
|
121819
|
+
chargebeeSubscriptionId?: SortOrder
|
|
121723
121820
|
contractType?: SortOrder
|
|
121821
|
+
addOns?: SortOrder
|
|
121724
121822
|
startDate?: SortOrder
|
|
121725
121823
|
endDate?: SortOrder
|
|
121824
|
+
status?: SortOrder
|
|
121726
121825
|
archivedAt?: SortOrder
|
|
121727
121826
|
createdByUserId?: SortOrder
|
|
121728
121827
|
editedByUserId?: SortOrder
|
|
@@ -121734,9 +121833,12 @@ export namespace Prisma {
|
|
|
121734
121833
|
createdAt?: SortOrder
|
|
121735
121834
|
updatedAt?: SortOrder
|
|
121736
121835
|
fileId?: SortOrder
|
|
121836
|
+
chargebeeSubscriptionId?: SortOrder
|
|
121737
121837
|
contractType?: SortOrder
|
|
121838
|
+
addOns?: SortOrder
|
|
121738
121839
|
startDate?: SortOrder
|
|
121739
121840
|
endDate?: SortOrder
|
|
121841
|
+
status?: SortOrder
|
|
121740
121842
|
archivedAt?: SortOrder
|
|
121741
121843
|
createdByUserId?: SortOrder
|
|
121742
121844
|
editedByUserId?: SortOrder
|
|
@@ -129325,10 +129427,12 @@ export namespace Prisma {
|
|
|
129325
129427
|
update?: XOR<XOR<FileUpdateToOneWithWhereWithoutBrandContractInput, FileUpdateWithoutBrandContractInput>, FileUncheckedUpdateWithoutBrandContractInput>
|
|
129326
129428
|
}
|
|
129327
129429
|
|
|
129328
|
-
export type
|
|
129430
|
+
export type UserUpdateOneWithoutContractsCreatedNestedInput = {
|
|
129329
129431
|
create?: XOR<UserCreateWithoutContractsCreatedInput, UserUncheckedCreateWithoutContractsCreatedInput>
|
|
129330
129432
|
connectOrCreate?: UserCreateOrConnectWithoutContractsCreatedInput
|
|
129331
129433
|
upsert?: UserUpsertWithoutContractsCreatedInput
|
|
129434
|
+
disconnect?: UserWhereInput | boolean
|
|
129435
|
+
delete?: UserWhereInput | boolean
|
|
129332
129436
|
connect?: UserWhereUniqueInput
|
|
129333
129437
|
update?: XOR<XOR<UserUpdateToOneWithWhereWithoutContractsCreatedInput, UserUpdateWithoutContractsCreatedInput>, UserUncheckedUpdateWithoutContractsCreatedInput>
|
|
129334
129438
|
}
|
|
@@ -131116,9 +131220,12 @@ export namespace Prisma {
|
|
|
131116
131220
|
export type BrandContractCreateWithoutCreatedByUserInput = {
|
|
131117
131221
|
createdAt?: Date | string
|
|
131118
131222
|
updatedAt?: Date | string
|
|
131223
|
+
chargebeeSubscriptionId?: string | null
|
|
131119
131224
|
contractType: string
|
|
131225
|
+
addOns?: string | null
|
|
131120
131226
|
startDate: Date | string
|
|
131121
131227
|
endDate?: Date | string | null
|
|
131228
|
+
status?: string | null
|
|
131122
131229
|
archivedAt?: Date | string | null
|
|
131123
131230
|
brand: BrandCreateNestedOneWithoutBrandContractsInput
|
|
131124
131231
|
file?: FileCreateNestedOneWithoutBrandContractInput
|
|
@@ -131131,9 +131238,12 @@ export namespace Prisma {
|
|
|
131131
131238
|
createdAt?: Date | string
|
|
131132
131239
|
updatedAt?: Date | string
|
|
131133
131240
|
fileId?: string | null
|
|
131241
|
+
chargebeeSubscriptionId?: string | null
|
|
131134
131242
|
contractType: string
|
|
131243
|
+
addOns?: string | null
|
|
131135
131244
|
startDate: Date | string
|
|
131136
131245
|
endDate?: Date | string | null
|
|
131246
|
+
status?: string | null
|
|
131137
131247
|
archivedAt?: Date | string | null
|
|
131138
131248
|
editedByUserId?: number | null
|
|
131139
131249
|
}
|
|
@@ -131151,13 +131261,16 @@ export namespace Prisma {
|
|
|
131151
131261
|
export type BrandContractCreateWithoutEditedByUserInput = {
|
|
131152
131262
|
createdAt?: Date | string
|
|
131153
131263
|
updatedAt?: Date | string
|
|
131264
|
+
chargebeeSubscriptionId?: string | null
|
|
131154
131265
|
contractType: string
|
|
131266
|
+
addOns?: string | null
|
|
131155
131267
|
startDate: Date | string
|
|
131156
131268
|
endDate?: Date | string | null
|
|
131269
|
+
status?: string | null
|
|
131157
131270
|
archivedAt?: Date | string | null
|
|
131158
131271
|
brand: BrandCreateNestedOneWithoutBrandContractsInput
|
|
131159
131272
|
file?: FileCreateNestedOneWithoutBrandContractInput
|
|
131160
|
-
createdByUser
|
|
131273
|
+
createdByUser?: UserCreateNestedOneWithoutContractsCreatedInput
|
|
131161
131274
|
}
|
|
131162
131275
|
|
|
131163
131276
|
export type BrandContractUncheckedCreateWithoutEditedByUserInput = {
|
|
@@ -131166,11 +131279,14 @@ export namespace Prisma {
|
|
|
131166
131279
|
createdAt?: Date | string
|
|
131167
131280
|
updatedAt?: Date | string
|
|
131168
131281
|
fileId?: string | null
|
|
131282
|
+
chargebeeSubscriptionId?: string | null
|
|
131169
131283
|
contractType: string
|
|
131284
|
+
addOns?: string | null
|
|
131170
131285
|
startDate: Date | string
|
|
131171
131286
|
endDate?: Date | string | null
|
|
131287
|
+
status?: string | null
|
|
131172
131288
|
archivedAt?: Date | string | null
|
|
131173
|
-
createdByUserId
|
|
131289
|
+
createdByUserId?: number | null
|
|
131174
131290
|
}
|
|
131175
131291
|
|
|
131176
131292
|
export type BrandContractCreateOrConnectWithoutEditedByUserInput = {
|
|
@@ -132370,11 +132486,14 @@ export namespace Prisma {
|
|
|
132370
132486
|
createdAt?: DateTimeFilter<"BrandContract"> | Date | string
|
|
132371
132487
|
updatedAt?: DateTimeFilter<"BrandContract"> | Date | string
|
|
132372
132488
|
fileId?: StringNullableFilter<"BrandContract"> | string | null
|
|
132489
|
+
chargebeeSubscriptionId?: StringNullableFilter<"BrandContract"> | string | null
|
|
132373
132490
|
contractType?: StringFilter<"BrandContract"> | string
|
|
132491
|
+
addOns?: StringNullableFilter<"BrandContract"> | string | null
|
|
132374
132492
|
startDate?: DateTimeFilter<"BrandContract"> | Date | string
|
|
132375
132493
|
endDate?: DateTimeNullableFilter<"BrandContract"> | Date | string | null
|
|
132494
|
+
status?: StringNullableFilter<"BrandContract"> | string | null
|
|
132376
132495
|
archivedAt?: DateTimeNullableFilter<"BrandContract"> | Date | string | null
|
|
132377
|
-
createdByUserId?:
|
|
132496
|
+
createdByUserId?: IntNullableFilter<"BrandContract"> | number | null
|
|
132378
132497
|
editedByUserId?: IntNullableFilter<"BrandContract"> | number | null
|
|
132379
132498
|
}
|
|
132380
132499
|
|
|
@@ -136372,12 +136491,15 @@ export namespace Prisma {
|
|
|
136372
136491
|
export type BrandContractCreateWithoutBrandInput = {
|
|
136373
136492
|
createdAt?: Date | string
|
|
136374
136493
|
updatedAt?: Date | string
|
|
136494
|
+
chargebeeSubscriptionId?: string | null
|
|
136375
136495
|
contractType: string
|
|
136496
|
+
addOns?: string | null
|
|
136376
136497
|
startDate: Date | string
|
|
136377
136498
|
endDate?: Date | string | null
|
|
136499
|
+
status?: string | null
|
|
136378
136500
|
archivedAt?: Date | string | null
|
|
136379
136501
|
file?: FileCreateNestedOneWithoutBrandContractInput
|
|
136380
|
-
createdByUser
|
|
136502
|
+
createdByUser?: UserCreateNestedOneWithoutContractsCreatedInput
|
|
136381
136503
|
editedByUser?: UserCreateNestedOneWithoutContractsEditedInput
|
|
136382
136504
|
}
|
|
136383
136505
|
|
|
@@ -136386,11 +136508,14 @@ export namespace Prisma {
|
|
|
136386
136508
|
createdAt?: Date | string
|
|
136387
136509
|
updatedAt?: Date | string
|
|
136388
136510
|
fileId?: string | null
|
|
136511
|
+
chargebeeSubscriptionId?: string | null
|
|
136389
136512
|
contractType: string
|
|
136513
|
+
addOns?: string | null
|
|
136390
136514
|
startDate: Date | string
|
|
136391
136515
|
endDate?: Date | string | null
|
|
136516
|
+
status?: string | null
|
|
136392
136517
|
archivedAt?: Date | string | null
|
|
136393
|
-
createdByUserId
|
|
136518
|
+
createdByUserId?: number | null
|
|
136394
136519
|
editedByUserId?: number | null
|
|
136395
136520
|
}
|
|
136396
136521
|
|
|
@@ -159590,12 +159715,15 @@ export namespace Prisma {
|
|
|
159590
159715
|
export type BrandContractCreateWithoutFileInput = {
|
|
159591
159716
|
createdAt?: Date | string
|
|
159592
159717
|
updatedAt?: Date | string
|
|
159718
|
+
chargebeeSubscriptionId?: string | null
|
|
159593
159719
|
contractType: string
|
|
159720
|
+
addOns?: string | null
|
|
159594
159721
|
startDate: Date | string
|
|
159595
159722
|
endDate?: Date | string | null
|
|
159723
|
+
status?: string | null
|
|
159596
159724
|
archivedAt?: Date | string | null
|
|
159597
159725
|
brand: BrandCreateNestedOneWithoutBrandContractsInput
|
|
159598
|
-
createdByUser
|
|
159726
|
+
createdByUser?: UserCreateNestedOneWithoutContractsCreatedInput
|
|
159599
159727
|
editedByUser?: UserCreateNestedOneWithoutContractsEditedInput
|
|
159600
159728
|
}
|
|
159601
159729
|
|
|
@@ -159604,11 +159732,14 @@ export namespace Prisma {
|
|
|
159604
159732
|
brandId: number
|
|
159605
159733
|
createdAt?: Date | string
|
|
159606
159734
|
updatedAt?: Date | string
|
|
159735
|
+
chargebeeSubscriptionId?: string | null
|
|
159607
159736
|
contractType: string
|
|
159737
|
+
addOns?: string | null
|
|
159608
159738
|
startDate: Date | string
|
|
159609
159739
|
endDate?: Date | string | null
|
|
159740
|
+
status?: string | null
|
|
159610
159741
|
archivedAt?: Date | string | null
|
|
159611
|
-
createdByUserId
|
|
159742
|
+
createdByUserId?: number | null
|
|
159612
159743
|
editedByUserId?: number | null
|
|
159613
159744
|
}
|
|
159614
159745
|
|
|
@@ -159965,12 +160096,15 @@ export namespace Prisma {
|
|
|
159965
160096
|
export type BrandContractUpdateWithoutFileInput = {
|
|
159966
160097
|
createdAt?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
159967
160098
|
updatedAt?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
160099
|
+
chargebeeSubscriptionId?: NullableStringFieldUpdateOperationsInput | string | null
|
|
159968
160100
|
contractType?: StringFieldUpdateOperationsInput | string
|
|
160101
|
+
addOns?: NullableStringFieldUpdateOperationsInput | string | null
|
|
159969
160102
|
startDate?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
159970
160103
|
endDate?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
160104
|
+
status?: NullableStringFieldUpdateOperationsInput | string | null
|
|
159971
160105
|
archivedAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
159972
160106
|
brand?: BrandUpdateOneRequiredWithoutBrandContractsNestedInput
|
|
159973
|
-
createdByUser?:
|
|
160107
|
+
createdByUser?: UserUpdateOneWithoutContractsCreatedNestedInput
|
|
159974
160108
|
editedByUser?: UserUpdateOneWithoutContractsEditedNestedInput
|
|
159975
160109
|
}
|
|
159976
160110
|
|
|
@@ -159979,11 +160113,14 @@ export namespace Prisma {
|
|
|
159979
160113
|
brandId?: IntFieldUpdateOperationsInput | number
|
|
159980
160114
|
createdAt?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
159981
160115
|
updatedAt?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
160116
|
+
chargebeeSubscriptionId?: NullableStringFieldUpdateOperationsInput | string | null
|
|
159982
160117
|
contractType?: StringFieldUpdateOperationsInput | string
|
|
160118
|
+
addOns?: NullableStringFieldUpdateOperationsInput | string | null
|
|
159983
160119
|
startDate?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
159984
160120
|
endDate?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
160121
|
+
status?: NullableStringFieldUpdateOperationsInput | string | null
|
|
159985
160122
|
archivedAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
159986
|
-
createdByUserId?:
|
|
160123
|
+
createdByUserId?: NullableIntFieldUpdateOperationsInput | number | null
|
|
159987
160124
|
editedByUserId?: NullableIntFieldUpdateOperationsInput | number | null
|
|
159988
160125
|
}
|
|
159989
160126
|
|
|
@@ -160490,9 +160627,12 @@ export namespace Prisma {
|
|
|
160490
160627
|
createdAt?: Date | string
|
|
160491
160628
|
updatedAt?: Date | string
|
|
160492
160629
|
fileId?: string | null
|
|
160630
|
+
chargebeeSubscriptionId?: string | null
|
|
160493
160631
|
contractType: string
|
|
160632
|
+
addOns?: string | null
|
|
160494
160633
|
startDate: Date | string
|
|
160495
160634
|
endDate?: Date | string | null
|
|
160635
|
+
status?: string | null
|
|
160496
160636
|
archivedAt?: Date | string | null
|
|
160497
160637
|
editedByUserId?: number | null
|
|
160498
160638
|
}
|
|
@@ -160503,11 +160643,14 @@ export namespace Prisma {
|
|
|
160503
160643
|
createdAt?: Date | string
|
|
160504
160644
|
updatedAt?: Date | string
|
|
160505
160645
|
fileId?: string | null
|
|
160646
|
+
chargebeeSubscriptionId?: string | null
|
|
160506
160647
|
contractType: string
|
|
160648
|
+
addOns?: string | null
|
|
160507
160649
|
startDate: Date | string
|
|
160508
160650
|
endDate?: Date | string | null
|
|
160651
|
+
status?: string | null
|
|
160509
160652
|
archivedAt?: Date | string | null
|
|
160510
|
-
createdByUserId
|
|
160653
|
+
createdByUserId?: number | null
|
|
160511
160654
|
}
|
|
160512
160655
|
|
|
160513
160656
|
export type CreatorListCreateManyCreatedByUserInput = {
|
|
@@ -161414,9 +161557,12 @@ export namespace Prisma {
|
|
|
161414
161557
|
export type BrandContractUpdateWithoutCreatedByUserInput = {
|
|
161415
161558
|
createdAt?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
161416
161559
|
updatedAt?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
161560
|
+
chargebeeSubscriptionId?: NullableStringFieldUpdateOperationsInput | string | null
|
|
161417
161561
|
contractType?: StringFieldUpdateOperationsInput | string
|
|
161562
|
+
addOns?: NullableStringFieldUpdateOperationsInput | string | null
|
|
161418
161563
|
startDate?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
161419
161564
|
endDate?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
161565
|
+
status?: NullableStringFieldUpdateOperationsInput | string | null
|
|
161420
161566
|
archivedAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
161421
161567
|
brand?: BrandUpdateOneRequiredWithoutBrandContractsNestedInput
|
|
161422
161568
|
file?: FileUpdateOneWithoutBrandContractNestedInput
|
|
@@ -161429,9 +161575,12 @@ export namespace Prisma {
|
|
|
161429
161575
|
createdAt?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
161430
161576
|
updatedAt?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
161431
161577
|
fileId?: NullableStringFieldUpdateOperationsInput | string | null
|
|
161578
|
+
chargebeeSubscriptionId?: NullableStringFieldUpdateOperationsInput | string | null
|
|
161432
161579
|
contractType?: StringFieldUpdateOperationsInput | string
|
|
161580
|
+
addOns?: NullableStringFieldUpdateOperationsInput | string | null
|
|
161433
161581
|
startDate?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
161434
161582
|
endDate?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
161583
|
+
status?: NullableStringFieldUpdateOperationsInput | string | null
|
|
161435
161584
|
archivedAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
161436
161585
|
editedByUserId?: NullableIntFieldUpdateOperationsInput | number | null
|
|
161437
161586
|
}
|
|
@@ -161442,9 +161591,12 @@ export namespace Prisma {
|
|
|
161442
161591
|
createdAt?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
161443
161592
|
updatedAt?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
161444
161593
|
fileId?: NullableStringFieldUpdateOperationsInput | string | null
|
|
161594
|
+
chargebeeSubscriptionId?: NullableStringFieldUpdateOperationsInput | string | null
|
|
161445
161595
|
contractType?: StringFieldUpdateOperationsInput | string
|
|
161596
|
+
addOns?: NullableStringFieldUpdateOperationsInput | string | null
|
|
161446
161597
|
startDate?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
161447
161598
|
endDate?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
161599
|
+
status?: NullableStringFieldUpdateOperationsInput | string | null
|
|
161448
161600
|
archivedAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
161449
161601
|
editedByUserId?: NullableIntFieldUpdateOperationsInput | number | null
|
|
161450
161602
|
}
|
|
@@ -161452,13 +161604,16 @@ export namespace Prisma {
|
|
|
161452
161604
|
export type BrandContractUpdateWithoutEditedByUserInput = {
|
|
161453
161605
|
createdAt?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
161454
161606
|
updatedAt?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
161607
|
+
chargebeeSubscriptionId?: NullableStringFieldUpdateOperationsInput | string | null
|
|
161455
161608
|
contractType?: StringFieldUpdateOperationsInput | string
|
|
161609
|
+
addOns?: NullableStringFieldUpdateOperationsInput | string | null
|
|
161456
161610
|
startDate?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
161457
161611
|
endDate?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
161612
|
+
status?: NullableStringFieldUpdateOperationsInput | string | null
|
|
161458
161613
|
archivedAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
161459
161614
|
brand?: BrandUpdateOneRequiredWithoutBrandContractsNestedInput
|
|
161460
161615
|
file?: FileUpdateOneWithoutBrandContractNestedInput
|
|
161461
|
-
createdByUser?:
|
|
161616
|
+
createdByUser?: UserUpdateOneWithoutContractsCreatedNestedInput
|
|
161462
161617
|
}
|
|
161463
161618
|
|
|
161464
161619
|
export type BrandContractUncheckedUpdateWithoutEditedByUserInput = {
|
|
@@ -161467,11 +161622,14 @@ export namespace Prisma {
|
|
|
161467
161622
|
createdAt?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
161468
161623
|
updatedAt?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
161469
161624
|
fileId?: NullableStringFieldUpdateOperationsInput | string | null
|
|
161625
|
+
chargebeeSubscriptionId?: NullableStringFieldUpdateOperationsInput | string | null
|
|
161470
161626
|
contractType?: StringFieldUpdateOperationsInput | string
|
|
161627
|
+
addOns?: NullableStringFieldUpdateOperationsInput | string | null
|
|
161471
161628
|
startDate?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
161472
161629
|
endDate?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
161630
|
+
status?: NullableStringFieldUpdateOperationsInput | string | null
|
|
161473
161631
|
archivedAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
161474
|
-
createdByUserId?:
|
|
161632
|
+
createdByUserId?: NullableIntFieldUpdateOperationsInput | number | null
|
|
161475
161633
|
}
|
|
161476
161634
|
|
|
161477
161635
|
export type BrandContractUncheckedUpdateManyWithoutEditedByUserInput = {
|
|
@@ -161480,11 +161638,14 @@ export namespace Prisma {
|
|
|
161480
161638
|
createdAt?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
161481
161639
|
updatedAt?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
161482
161640
|
fileId?: NullableStringFieldUpdateOperationsInput | string | null
|
|
161641
|
+
chargebeeSubscriptionId?: NullableStringFieldUpdateOperationsInput | string | null
|
|
161483
161642
|
contractType?: StringFieldUpdateOperationsInput | string
|
|
161643
|
+
addOns?: NullableStringFieldUpdateOperationsInput | string | null
|
|
161484
161644
|
startDate?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
161485
161645
|
endDate?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
161646
|
+
status?: NullableStringFieldUpdateOperationsInput | string | null
|
|
161486
161647
|
archivedAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
161487
|
-
createdByUserId?:
|
|
161648
|
+
createdByUserId?: NullableIntFieldUpdateOperationsInput | number | null
|
|
161488
161649
|
}
|
|
161489
161650
|
|
|
161490
161651
|
export type CreatorListUpdateWithoutCreatedByUserInput = {
|
|
@@ -161874,11 +162035,14 @@ export namespace Prisma {
|
|
|
161874
162035
|
createdAt?: Date | string
|
|
161875
162036
|
updatedAt?: Date | string
|
|
161876
162037
|
fileId?: string | null
|
|
162038
|
+
chargebeeSubscriptionId?: string | null
|
|
161877
162039
|
contractType: string
|
|
162040
|
+
addOns?: string | null
|
|
161878
162041
|
startDate: Date | string
|
|
161879
162042
|
endDate?: Date | string | null
|
|
162043
|
+
status?: string | null
|
|
161880
162044
|
archivedAt?: Date | string | null
|
|
161881
|
-
createdByUserId
|
|
162045
|
+
createdByUserId?: number | null
|
|
161882
162046
|
editedByUserId?: number | null
|
|
161883
162047
|
}
|
|
161884
162048
|
|
|
@@ -162687,12 +162851,15 @@ export namespace Prisma {
|
|
|
162687
162851
|
export type BrandContractUpdateWithoutBrandInput = {
|
|
162688
162852
|
createdAt?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
162689
162853
|
updatedAt?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
162854
|
+
chargebeeSubscriptionId?: NullableStringFieldUpdateOperationsInput | string | null
|
|
162690
162855
|
contractType?: StringFieldUpdateOperationsInput | string
|
|
162856
|
+
addOns?: NullableStringFieldUpdateOperationsInput | string | null
|
|
162691
162857
|
startDate?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
162692
162858
|
endDate?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
162859
|
+
status?: NullableStringFieldUpdateOperationsInput | string | null
|
|
162693
162860
|
archivedAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
162694
162861
|
file?: FileUpdateOneWithoutBrandContractNestedInput
|
|
162695
|
-
createdByUser?:
|
|
162862
|
+
createdByUser?: UserUpdateOneWithoutContractsCreatedNestedInput
|
|
162696
162863
|
editedByUser?: UserUpdateOneWithoutContractsEditedNestedInput
|
|
162697
162864
|
}
|
|
162698
162865
|
|
|
@@ -162701,11 +162868,14 @@ export namespace Prisma {
|
|
|
162701
162868
|
createdAt?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
162702
162869
|
updatedAt?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
162703
162870
|
fileId?: NullableStringFieldUpdateOperationsInput | string | null
|
|
162871
|
+
chargebeeSubscriptionId?: NullableStringFieldUpdateOperationsInput | string | null
|
|
162704
162872
|
contractType?: StringFieldUpdateOperationsInput | string
|
|
162873
|
+
addOns?: NullableStringFieldUpdateOperationsInput | string | null
|
|
162705
162874
|
startDate?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
162706
162875
|
endDate?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
162876
|
+
status?: NullableStringFieldUpdateOperationsInput | string | null
|
|
162707
162877
|
archivedAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
162708
|
-
createdByUserId?:
|
|
162878
|
+
createdByUserId?: NullableIntFieldUpdateOperationsInput | number | null
|
|
162709
162879
|
editedByUserId?: NullableIntFieldUpdateOperationsInput | number | null
|
|
162710
162880
|
}
|
|
162711
162881
|
|
|
@@ -162714,11 +162884,14 @@ export namespace Prisma {
|
|
|
162714
162884
|
createdAt?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
162715
162885
|
updatedAt?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
162716
162886
|
fileId?: NullableStringFieldUpdateOperationsInput | string | null
|
|
162887
|
+
chargebeeSubscriptionId?: NullableStringFieldUpdateOperationsInput | string | null
|
|
162717
162888
|
contractType?: StringFieldUpdateOperationsInput | string
|
|
162889
|
+
addOns?: NullableStringFieldUpdateOperationsInput | string | null
|
|
162718
162890
|
startDate?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
162719
162891
|
endDate?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
162892
|
+
status?: NullableStringFieldUpdateOperationsInput | string | null
|
|
162720
162893
|
archivedAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
162721
|
-
createdByUserId?:
|
|
162894
|
+
createdByUserId?: NullableIntFieldUpdateOperationsInput | number | null
|
|
162722
162895
|
editedByUserId?: NullableIntFieldUpdateOperationsInput | number | null
|
|
162723
162896
|
}
|
|
162724
162897
|
|