@creator.co/creatorco-prisma-client 1.0.24-alpha-ab9f46d → 1.0.24-alpha-273a26f
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/edge.js +7 -10
- package/index-browser.js +3 -6
- package/index.d.ts +34 -109
- package/index.js +7 -10
- package/package.json +1 -1
- package/schema.prisma +0 -2
- package/wasm.js +3 -6
package/index.d.ts
CHANGED
|
@@ -18122,21 +18122,18 @@ export namespace Prisma {
|
|
|
18122
18122
|
id: number | null
|
|
18123
18123
|
userId: number | null
|
|
18124
18124
|
brandId: number | null
|
|
18125
|
-
agencyPrivileges: boolean | null
|
|
18126
18125
|
}
|
|
18127
18126
|
|
|
18128
18127
|
export type BrandUserProfileMaxAggregateOutputType = {
|
|
18129
18128
|
id: number | null
|
|
18130
18129
|
userId: number | null
|
|
18131
18130
|
brandId: number | null
|
|
18132
|
-
agencyPrivileges: boolean | null
|
|
18133
18131
|
}
|
|
18134
18132
|
|
|
18135
18133
|
export type BrandUserProfileCountAggregateOutputType = {
|
|
18136
18134
|
id: number
|
|
18137
18135
|
userId: number
|
|
18138
18136
|
brandId: number
|
|
18139
|
-
agencyPrivileges: number
|
|
18140
18137
|
_all: number
|
|
18141
18138
|
}
|
|
18142
18139
|
|
|
@@ -18157,21 +18154,18 @@ export namespace Prisma {
|
|
|
18157
18154
|
id?: true
|
|
18158
18155
|
userId?: true
|
|
18159
18156
|
brandId?: true
|
|
18160
|
-
agencyPrivileges?: true
|
|
18161
18157
|
}
|
|
18162
18158
|
|
|
18163
18159
|
export type BrandUserProfileMaxAggregateInputType = {
|
|
18164
18160
|
id?: true
|
|
18165
18161
|
userId?: true
|
|
18166
18162
|
brandId?: true
|
|
18167
|
-
agencyPrivileges?: true
|
|
18168
18163
|
}
|
|
18169
18164
|
|
|
18170
18165
|
export type BrandUserProfileCountAggregateInputType = {
|
|
18171
18166
|
id?: true
|
|
18172
18167
|
userId?: true
|
|
18173
18168
|
brandId?: true
|
|
18174
|
-
agencyPrivileges?: true
|
|
18175
18169
|
_all?: true
|
|
18176
18170
|
}
|
|
18177
18171
|
|
|
@@ -18265,7 +18259,6 @@ export namespace Prisma {
|
|
|
18265
18259
|
id: number
|
|
18266
18260
|
userId: number
|
|
18267
18261
|
brandId: number
|
|
18268
|
-
agencyPrivileges: boolean
|
|
18269
18262
|
_count: BrandUserProfileCountAggregateOutputType | null
|
|
18270
18263
|
_avg: BrandUserProfileAvgAggregateOutputType | null
|
|
18271
18264
|
_sum: BrandUserProfileSumAggregateOutputType | null
|
|
@@ -18291,7 +18284,6 @@ export namespace Prisma {
|
|
|
18291
18284
|
id?: boolean
|
|
18292
18285
|
userId?: boolean
|
|
18293
18286
|
brandId?: boolean
|
|
18294
|
-
agencyPrivileges?: boolean
|
|
18295
18287
|
user?: boolean | UserDefaultArgs<ExtArgs>
|
|
18296
18288
|
brand?: boolean | BrandDefaultArgs<ExtArgs>
|
|
18297
18289
|
}, ExtArgs["result"]["brandUserProfile"]>
|
|
@@ -18300,7 +18292,6 @@ export namespace Prisma {
|
|
|
18300
18292
|
id?: boolean
|
|
18301
18293
|
userId?: boolean
|
|
18302
18294
|
brandId?: boolean
|
|
18303
|
-
agencyPrivileges?: boolean
|
|
18304
18295
|
}
|
|
18305
18296
|
|
|
18306
18297
|
export type BrandUserProfileInclude<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
|
|
@@ -18319,7 +18310,6 @@ export namespace Prisma {
|
|
|
18319
18310
|
id: number
|
|
18320
18311
|
userId: number
|
|
18321
18312
|
brandId: number
|
|
18322
|
-
agencyPrivileges: boolean
|
|
18323
18313
|
}, ExtArgs["result"]["brandUserProfile"]>
|
|
18324
18314
|
composites: {}
|
|
18325
18315
|
}
|
|
@@ -18720,7 +18710,6 @@ export namespace Prisma {
|
|
|
18720
18710
|
readonly id: FieldRef<"BrandUserProfile", 'Int'>
|
|
18721
18711
|
readonly userId: FieldRef<"BrandUserProfile", 'Int'>
|
|
18722
18712
|
readonly brandId: FieldRef<"BrandUserProfile", 'Int'>
|
|
18723
|
-
readonly agencyPrivileges: FieldRef<"BrandUserProfile", 'Boolean'>
|
|
18724
18713
|
}
|
|
18725
18714
|
|
|
18726
18715
|
|
|
@@ -45858,21 +45847,18 @@ export namespace Prisma {
|
|
|
45858
45847
|
id: number | null
|
|
45859
45848
|
countryCode: string | null
|
|
45860
45849
|
countryName: string | null
|
|
45861
|
-
teleCode: string | null
|
|
45862
45850
|
}
|
|
45863
45851
|
|
|
45864
45852
|
export type CountryMaxAggregateOutputType = {
|
|
45865
45853
|
id: number | null
|
|
45866
45854
|
countryCode: string | null
|
|
45867
45855
|
countryName: string | null
|
|
45868
|
-
teleCode: string | null
|
|
45869
45856
|
}
|
|
45870
45857
|
|
|
45871
45858
|
export type CountryCountAggregateOutputType = {
|
|
45872
45859
|
id: number
|
|
45873
45860
|
countryCode: number
|
|
45874
45861
|
countryName: number
|
|
45875
|
-
teleCode: number
|
|
45876
45862
|
_all: number
|
|
45877
45863
|
}
|
|
45878
45864
|
|
|
@@ -45889,21 +45875,18 @@ export namespace Prisma {
|
|
|
45889
45875
|
id?: true
|
|
45890
45876
|
countryCode?: true
|
|
45891
45877
|
countryName?: true
|
|
45892
|
-
teleCode?: true
|
|
45893
45878
|
}
|
|
45894
45879
|
|
|
45895
45880
|
export type CountryMaxAggregateInputType = {
|
|
45896
45881
|
id?: true
|
|
45897
45882
|
countryCode?: true
|
|
45898
45883
|
countryName?: true
|
|
45899
|
-
teleCode?: true
|
|
45900
45884
|
}
|
|
45901
45885
|
|
|
45902
45886
|
export type CountryCountAggregateInputType = {
|
|
45903
45887
|
id?: true
|
|
45904
45888
|
countryCode?: true
|
|
45905
45889
|
countryName?: true
|
|
45906
|
-
teleCode?: true
|
|
45907
45890
|
_all?: true
|
|
45908
45891
|
}
|
|
45909
45892
|
|
|
@@ -45997,7 +45980,6 @@ export namespace Prisma {
|
|
|
45997
45980
|
id: number
|
|
45998
45981
|
countryCode: string
|
|
45999
45982
|
countryName: string
|
|
46000
|
-
teleCode: string
|
|
46001
45983
|
_count: CountryCountAggregateOutputType | null
|
|
46002
45984
|
_avg: CountryAvgAggregateOutputType | null
|
|
46003
45985
|
_sum: CountrySumAggregateOutputType | null
|
|
@@ -46023,7 +46005,6 @@ export namespace Prisma {
|
|
|
46023
46005
|
id?: boolean
|
|
46024
46006
|
countryCode?: boolean
|
|
46025
46007
|
countryName?: boolean
|
|
46026
|
-
teleCode?: boolean
|
|
46027
46008
|
states?: boolean | Country$statesArgs<ExtArgs>
|
|
46028
46009
|
campaigns?: boolean | Country$campaignsArgs<ExtArgs>
|
|
46029
46010
|
_count?: boolean | CountryCountOutputTypeDefaultArgs<ExtArgs>
|
|
@@ -46033,7 +46014,6 @@ export namespace Prisma {
|
|
|
46033
46014
|
id?: boolean
|
|
46034
46015
|
countryCode?: boolean
|
|
46035
46016
|
countryName?: boolean
|
|
46036
|
-
teleCode?: boolean
|
|
46037
46017
|
}
|
|
46038
46018
|
|
|
46039
46019
|
export type CountryInclude<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
|
|
@@ -46053,7 +46033,6 @@ export namespace Prisma {
|
|
|
46053
46033
|
id: number
|
|
46054
46034
|
countryCode: string
|
|
46055
46035
|
countryName: string
|
|
46056
|
-
teleCode: string
|
|
46057
46036
|
}, ExtArgs["result"]["country"]>
|
|
46058
46037
|
composites: {}
|
|
46059
46038
|
}
|
|
@@ -46454,7 +46433,6 @@ export namespace Prisma {
|
|
|
46454
46433
|
readonly id: FieldRef<"Country", 'Int'>
|
|
46455
46434
|
readonly countryCode: FieldRef<"Country", 'String'>
|
|
46456
46435
|
readonly countryName: FieldRef<"Country", 'String'>
|
|
46457
|
-
readonly teleCode: FieldRef<"Country", 'String'>
|
|
46458
46436
|
}
|
|
46459
46437
|
|
|
46460
46438
|
|
|
@@ -75416,8 +75394,7 @@ export namespace Prisma {
|
|
|
75416
75394
|
export const BrandUserProfileScalarFieldEnum: {
|
|
75417
75395
|
id: 'id',
|
|
75418
75396
|
userId: 'userId',
|
|
75419
|
-
brandId: 'brandId'
|
|
75420
|
-
agencyPrivileges: 'agencyPrivileges'
|
|
75397
|
+
brandId: 'brandId'
|
|
75421
75398
|
};
|
|
75422
75399
|
|
|
75423
75400
|
export type BrandUserProfileScalarFieldEnum = (typeof BrandUserProfileScalarFieldEnum)[keyof typeof BrandUserProfileScalarFieldEnum]
|
|
@@ -75795,8 +75772,7 @@ export namespace Prisma {
|
|
|
75795
75772
|
export const CountryScalarFieldEnum: {
|
|
75796
75773
|
id: 'id',
|
|
75797
75774
|
countryCode: 'countryCode',
|
|
75798
|
-
countryName: 'countryName'
|
|
75799
|
-
teleCode: 'teleCode'
|
|
75775
|
+
countryName: 'countryName'
|
|
75800
75776
|
};
|
|
75801
75777
|
|
|
75802
75778
|
export type CountryScalarFieldEnum = (typeof CountryScalarFieldEnum)[keyof typeof CountryScalarFieldEnum]
|
|
@@ -76493,8 +76469,7 @@ export namespace Prisma {
|
|
|
76493
76469
|
|
|
76494
76470
|
export const CountryOrderByRelevanceFieldEnum: {
|
|
76495
76471
|
countryCode: 'countryCode',
|
|
76496
|
-
countryName: 'countryName'
|
|
76497
|
-
teleCode: 'teleCode'
|
|
76472
|
+
countryName: 'countryName'
|
|
76498
76473
|
};
|
|
76499
76474
|
|
|
76500
76475
|
export type CountryOrderByRelevanceFieldEnum = (typeof CountryOrderByRelevanceFieldEnum)[keyof typeof CountryOrderByRelevanceFieldEnum]
|
|
@@ -77923,7 +77898,6 @@ export namespace Prisma {
|
|
|
77923
77898
|
id?: IntFilter<"BrandUserProfile"> | number
|
|
77924
77899
|
userId?: IntFilter<"BrandUserProfile"> | number
|
|
77925
77900
|
brandId?: IntFilter<"BrandUserProfile"> | number
|
|
77926
|
-
agencyPrivileges?: BoolFilter<"BrandUserProfile"> | boolean
|
|
77927
77901
|
user?: XOR<UserRelationFilter, UserWhereInput>
|
|
77928
77902
|
brand?: XOR<BrandRelationFilter, BrandWhereInput>
|
|
77929
77903
|
}
|
|
@@ -77932,7 +77906,6 @@ export namespace Prisma {
|
|
|
77932
77906
|
id?: SortOrder
|
|
77933
77907
|
userId?: SortOrder
|
|
77934
77908
|
brandId?: SortOrder
|
|
77935
|
-
agencyPrivileges?: SortOrder
|
|
77936
77909
|
user?: UserOrderByWithRelationAndSearchRelevanceInput
|
|
77937
77910
|
brand?: BrandOrderByWithRelationAndSearchRelevanceInput
|
|
77938
77911
|
}
|
|
@@ -77944,7 +77917,6 @@ export namespace Prisma {
|
|
|
77944
77917
|
NOT?: BrandUserProfileWhereInput | BrandUserProfileWhereInput[]
|
|
77945
77918
|
userId?: IntFilter<"BrandUserProfile"> | number
|
|
77946
77919
|
brandId?: IntFilter<"BrandUserProfile"> | number
|
|
77947
|
-
agencyPrivileges?: BoolFilter<"BrandUserProfile"> | boolean
|
|
77948
77920
|
user?: XOR<UserRelationFilter, UserWhereInput>
|
|
77949
77921
|
brand?: XOR<BrandRelationFilter, BrandWhereInput>
|
|
77950
77922
|
}, "id">
|
|
@@ -77953,7 +77925,6 @@ export namespace Prisma {
|
|
|
77953
77925
|
id?: SortOrder
|
|
77954
77926
|
userId?: SortOrder
|
|
77955
77927
|
brandId?: SortOrder
|
|
77956
|
-
agencyPrivileges?: SortOrder
|
|
77957
77928
|
_count?: BrandUserProfileCountOrderByAggregateInput
|
|
77958
77929
|
_avg?: BrandUserProfileAvgOrderByAggregateInput
|
|
77959
77930
|
_max?: BrandUserProfileMaxOrderByAggregateInput
|
|
@@ -77968,7 +77939,6 @@ export namespace Prisma {
|
|
|
77968
77939
|
id?: IntWithAggregatesFilter<"BrandUserProfile"> | number
|
|
77969
77940
|
userId?: IntWithAggregatesFilter<"BrandUserProfile"> | number
|
|
77970
77941
|
brandId?: IntWithAggregatesFilter<"BrandUserProfile"> | number
|
|
77971
|
-
agencyPrivileges?: BoolWithAggregatesFilter<"BrandUserProfile"> | boolean
|
|
77972
77942
|
}
|
|
77973
77943
|
|
|
77974
77944
|
export type BrandWhereInput = {
|
|
@@ -80105,7 +80075,6 @@ export namespace Prisma {
|
|
|
80105
80075
|
id?: IntFilter<"Country"> | number
|
|
80106
80076
|
countryCode?: StringFilter<"Country"> | string
|
|
80107
80077
|
countryName?: StringFilter<"Country"> | string
|
|
80108
|
-
teleCode?: StringFilter<"Country"> | string
|
|
80109
80078
|
states?: StateListRelationFilter
|
|
80110
80079
|
campaigns?: CampaignToCountryListRelationFilter
|
|
80111
80080
|
}
|
|
@@ -80114,7 +80083,6 @@ export namespace Prisma {
|
|
|
80114
80083
|
id?: SortOrder
|
|
80115
80084
|
countryCode?: SortOrder
|
|
80116
80085
|
countryName?: SortOrder
|
|
80117
|
-
teleCode?: SortOrder
|
|
80118
80086
|
states?: StateOrderByRelationAggregateInput
|
|
80119
80087
|
campaigns?: CampaignToCountryOrderByRelationAggregateInput
|
|
80120
80088
|
_relevance?: CountryOrderByRelevanceInput
|
|
@@ -80127,7 +80095,6 @@ export namespace Prisma {
|
|
|
80127
80095
|
OR?: CountryWhereInput[]
|
|
80128
80096
|
NOT?: CountryWhereInput | CountryWhereInput[]
|
|
80129
80097
|
countryName?: StringFilter<"Country"> | string
|
|
80130
|
-
teleCode?: StringFilter<"Country"> | string
|
|
80131
80098
|
states?: StateListRelationFilter
|
|
80132
80099
|
campaigns?: CampaignToCountryListRelationFilter
|
|
80133
80100
|
}, "id" | "countryCode">
|
|
@@ -80136,7 +80103,6 @@ export namespace Prisma {
|
|
|
80136
80103
|
id?: SortOrder
|
|
80137
80104
|
countryCode?: SortOrder
|
|
80138
80105
|
countryName?: SortOrder
|
|
80139
|
-
teleCode?: SortOrder
|
|
80140
80106
|
_count?: CountryCountOrderByAggregateInput
|
|
80141
80107
|
_avg?: CountryAvgOrderByAggregateInput
|
|
80142
80108
|
_max?: CountryMaxOrderByAggregateInput
|
|
@@ -80151,7 +80117,6 @@ export namespace Prisma {
|
|
|
80151
80117
|
id?: IntWithAggregatesFilter<"Country"> | number
|
|
80152
80118
|
countryCode?: StringWithAggregatesFilter<"Country"> | string
|
|
80153
80119
|
countryName?: StringWithAggregatesFilter<"Country"> | string
|
|
80154
|
-
teleCode?: StringWithAggregatesFilter<"Country"> | string
|
|
80155
80120
|
}
|
|
80156
80121
|
|
|
80157
80122
|
export type StateWhereInput = {
|
|
@@ -83464,7 +83429,6 @@ export namespace Prisma {
|
|
|
83464
83429
|
}
|
|
83465
83430
|
|
|
83466
83431
|
export type BrandUserProfileCreateInput = {
|
|
83467
|
-
agencyPrivileges?: boolean
|
|
83468
83432
|
user: UserCreateNestedOneWithoutBrandProfilesInput
|
|
83469
83433
|
brand: BrandCreateNestedOneWithoutBrandUsersInput
|
|
83470
83434
|
}
|
|
@@ -83473,11 +83437,9 @@ export namespace Prisma {
|
|
|
83473
83437
|
id?: number
|
|
83474
83438
|
userId: number
|
|
83475
83439
|
brandId: number
|
|
83476
|
-
agencyPrivileges?: boolean
|
|
83477
83440
|
}
|
|
83478
83441
|
|
|
83479
83442
|
export type BrandUserProfileUpdateInput = {
|
|
83480
|
-
agencyPrivileges?: BoolFieldUpdateOperationsInput | boolean
|
|
83481
83443
|
user?: UserUpdateOneRequiredWithoutBrandProfilesNestedInput
|
|
83482
83444
|
brand?: BrandUpdateOneRequiredWithoutBrandUsersNestedInput
|
|
83483
83445
|
}
|
|
@@ -83486,25 +83448,22 @@ export namespace Prisma {
|
|
|
83486
83448
|
id?: IntFieldUpdateOperationsInput | number
|
|
83487
83449
|
userId?: IntFieldUpdateOperationsInput | number
|
|
83488
83450
|
brandId?: IntFieldUpdateOperationsInput | number
|
|
83489
|
-
agencyPrivileges?: BoolFieldUpdateOperationsInput | boolean
|
|
83490
83451
|
}
|
|
83491
83452
|
|
|
83492
83453
|
export type BrandUserProfileCreateManyInput = {
|
|
83493
83454
|
id?: number
|
|
83494
83455
|
userId: number
|
|
83495
83456
|
brandId: number
|
|
83496
|
-
agencyPrivileges?: boolean
|
|
83497
83457
|
}
|
|
83498
83458
|
|
|
83499
83459
|
export type BrandUserProfileUpdateManyMutationInput = {
|
|
83500
|
-
|
|
83460
|
+
|
|
83501
83461
|
}
|
|
83502
83462
|
|
|
83503
83463
|
export type BrandUserProfileUncheckedUpdateManyInput = {
|
|
83504
83464
|
id?: IntFieldUpdateOperationsInput | number
|
|
83505
83465
|
userId?: IntFieldUpdateOperationsInput | number
|
|
83506
83466
|
brandId?: IntFieldUpdateOperationsInput | number
|
|
83507
|
-
agencyPrivileges?: BoolFieldUpdateOperationsInput | boolean
|
|
83508
83467
|
}
|
|
83509
83468
|
|
|
83510
83469
|
export type BrandCreateInput = {
|
|
@@ -85695,7 +85654,6 @@ export namespace Prisma {
|
|
|
85695
85654
|
export type CountryCreateInput = {
|
|
85696
85655
|
countryCode: string
|
|
85697
85656
|
countryName: string
|
|
85698
|
-
teleCode: string
|
|
85699
85657
|
states?: StateCreateNestedManyWithoutCountryInput
|
|
85700
85658
|
campaigns?: CampaignToCountryCreateNestedManyWithoutCountryInput
|
|
85701
85659
|
}
|
|
@@ -85704,7 +85662,6 @@ export namespace Prisma {
|
|
|
85704
85662
|
id?: number
|
|
85705
85663
|
countryCode: string
|
|
85706
85664
|
countryName: string
|
|
85707
|
-
teleCode: string
|
|
85708
85665
|
states?: StateUncheckedCreateNestedManyWithoutCountryInput
|
|
85709
85666
|
campaigns?: CampaignToCountryUncheckedCreateNestedManyWithoutCountryInput
|
|
85710
85667
|
}
|
|
@@ -85712,7 +85669,6 @@ export namespace Prisma {
|
|
|
85712
85669
|
export type CountryUpdateInput = {
|
|
85713
85670
|
countryCode?: StringFieldUpdateOperationsInput | string
|
|
85714
85671
|
countryName?: StringFieldUpdateOperationsInput | string
|
|
85715
|
-
teleCode?: StringFieldUpdateOperationsInput | string
|
|
85716
85672
|
states?: StateUpdateManyWithoutCountryNestedInput
|
|
85717
85673
|
campaigns?: CampaignToCountryUpdateManyWithoutCountryNestedInput
|
|
85718
85674
|
}
|
|
@@ -85721,7 +85677,6 @@ export namespace Prisma {
|
|
|
85721
85677
|
id?: IntFieldUpdateOperationsInput | number
|
|
85722
85678
|
countryCode?: StringFieldUpdateOperationsInput | string
|
|
85723
85679
|
countryName?: StringFieldUpdateOperationsInput | string
|
|
85724
|
-
teleCode?: StringFieldUpdateOperationsInput | string
|
|
85725
85680
|
states?: StateUncheckedUpdateManyWithoutCountryNestedInput
|
|
85726
85681
|
campaigns?: CampaignToCountryUncheckedUpdateManyWithoutCountryNestedInput
|
|
85727
85682
|
}
|
|
@@ -85730,20 +85685,17 @@ export namespace Prisma {
|
|
|
85730
85685
|
id?: number
|
|
85731
85686
|
countryCode: string
|
|
85732
85687
|
countryName: string
|
|
85733
|
-
teleCode: string
|
|
85734
85688
|
}
|
|
85735
85689
|
|
|
85736
85690
|
export type CountryUpdateManyMutationInput = {
|
|
85737
85691
|
countryCode?: StringFieldUpdateOperationsInput | string
|
|
85738
85692
|
countryName?: StringFieldUpdateOperationsInput | string
|
|
85739
|
-
teleCode?: StringFieldUpdateOperationsInput | string
|
|
85740
85693
|
}
|
|
85741
85694
|
|
|
85742
85695
|
export type CountryUncheckedUpdateManyInput = {
|
|
85743
85696
|
id?: IntFieldUpdateOperationsInput | number
|
|
85744
85697
|
countryCode?: StringFieldUpdateOperationsInput | string
|
|
85745
85698
|
countryName?: StringFieldUpdateOperationsInput | string
|
|
85746
|
-
teleCode?: StringFieldUpdateOperationsInput | string
|
|
85747
85699
|
}
|
|
85748
85700
|
|
|
85749
85701
|
export type StateCreateInput = {
|
|
@@ -88868,11 +88820,6 @@ export namespace Prisma {
|
|
|
88868
88820
|
userId?: SortOrder
|
|
88869
88821
|
}
|
|
88870
88822
|
|
|
88871
|
-
export type BoolFilter<$PrismaModel = never> = {
|
|
88872
|
-
equals?: boolean | BooleanFieldRefInput<$PrismaModel>
|
|
88873
|
-
not?: NestedBoolFilter<$PrismaModel> | boolean
|
|
88874
|
-
}
|
|
88875
|
-
|
|
88876
88823
|
export type BrandRelationFilter = {
|
|
88877
88824
|
is?: BrandWhereInput
|
|
88878
88825
|
isNot?: BrandWhereInput
|
|
@@ -88882,7 +88829,6 @@ export namespace Prisma {
|
|
|
88882
88829
|
id?: SortOrder
|
|
88883
88830
|
userId?: SortOrder
|
|
88884
88831
|
brandId?: SortOrder
|
|
88885
|
-
agencyPrivileges?: SortOrder
|
|
88886
88832
|
}
|
|
88887
88833
|
|
|
88888
88834
|
export type BrandUserProfileAvgOrderByAggregateInput = {
|
|
@@ -88895,14 +88841,12 @@ export namespace Prisma {
|
|
|
88895
88841
|
id?: SortOrder
|
|
88896
88842
|
userId?: SortOrder
|
|
88897
88843
|
brandId?: SortOrder
|
|
88898
|
-
agencyPrivileges?: SortOrder
|
|
88899
88844
|
}
|
|
88900
88845
|
|
|
88901
88846
|
export type BrandUserProfileMinOrderByAggregateInput = {
|
|
88902
88847
|
id?: SortOrder
|
|
88903
88848
|
userId?: SortOrder
|
|
88904
88849
|
brandId?: SortOrder
|
|
88905
|
-
agencyPrivileges?: SortOrder
|
|
88906
88850
|
}
|
|
88907
88851
|
|
|
88908
88852
|
export type BrandUserProfileSumOrderByAggregateInput = {
|
|
@@ -88911,14 +88855,6 @@ export namespace Prisma {
|
|
|
88911
88855
|
brandId?: SortOrder
|
|
88912
88856
|
}
|
|
88913
88857
|
|
|
88914
|
-
export type BoolWithAggregatesFilter<$PrismaModel = never> = {
|
|
88915
|
-
equals?: boolean | BooleanFieldRefInput<$PrismaModel>
|
|
88916
|
-
not?: NestedBoolWithAggregatesFilter<$PrismaModel> | boolean
|
|
88917
|
-
_count?: NestedIntFilter<$PrismaModel>
|
|
88918
|
-
_min?: NestedBoolFilter<$PrismaModel>
|
|
88919
|
-
_max?: NestedBoolFilter<$PrismaModel>
|
|
88920
|
-
}
|
|
88921
|
-
|
|
88922
88858
|
export type CampaignListRelationFilter = {
|
|
88923
88859
|
every?: CampaignWhereInput
|
|
88924
88860
|
some?: CampaignWhereInput
|
|
@@ -89450,6 +89386,11 @@ export namespace Prisma {
|
|
|
89450
89386
|
optInId?: SortOrder
|
|
89451
89387
|
}
|
|
89452
89388
|
|
|
89389
|
+
export type BoolFilter<$PrismaModel = never> = {
|
|
89390
|
+
equals?: boolean | BooleanFieldRefInput<$PrismaModel>
|
|
89391
|
+
not?: NestedBoolFilter<$PrismaModel> | boolean
|
|
89392
|
+
}
|
|
89393
|
+
|
|
89453
89394
|
export type ChatRelationFilter = {
|
|
89454
89395
|
is?: ChatWhereInput
|
|
89455
89396
|
isNot?: ChatWhereInput
|
|
@@ -89509,6 +89450,14 @@ export namespace Prisma {
|
|
|
89509
89450
|
chatId?: SortOrder
|
|
89510
89451
|
}
|
|
89511
89452
|
|
|
89453
|
+
export type BoolWithAggregatesFilter<$PrismaModel = never> = {
|
|
89454
|
+
equals?: boolean | BooleanFieldRefInput<$PrismaModel>
|
|
89455
|
+
not?: NestedBoolWithAggregatesFilter<$PrismaModel> | boolean
|
|
89456
|
+
_count?: NestedIntFilter<$PrismaModel>
|
|
89457
|
+
_min?: NestedBoolFilter<$PrismaModel>
|
|
89458
|
+
_max?: NestedBoolFilter<$PrismaModel>
|
|
89459
|
+
}
|
|
89460
|
+
|
|
89512
89461
|
export type CampaignStepListRelationFilter = {
|
|
89513
89462
|
every?: CampaignStepWhereInput
|
|
89514
89463
|
some?: CampaignStepWhereInput
|
|
@@ -90728,7 +90677,6 @@ export namespace Prisma {
|
|
|
90728
90677
|
id?: SortOrder
|
|
90729
90678
|
countryCode?: SortOrder
|
|
90730
90679
|
countryName?: SortOrder
|
|
90731
|
-
teleCode?: SortOrder
|
|
90732
90680
|
}
|
|
90733
90681
|
|
|
90734
90682
|
export type CountryAvgOrderByAggregateInput = {
|
|
@@ -90739,14 +90687,12 @@ export namespace Prisma {
|
|
|
90739
90687
|
id?: SortOrder
|
|
90740
90688
|
countryCode?: SortOrder
|
|
90741
90689
|
countryName?: SortOrder
|
|
90742
|
-
teleCode?: SortOrder
|
|
90743
90690
|
}
|
|
90744
90691
|
|
|
90745
90692
|
export type CountryMinOrderByAggregateInput = {
|
|
90746
90693
|
id?: SortOrder
|
|
90747
90694
|
countryCode?: SortOrder
|
|
90748
90695
|
countryName?: SortOrder
|
|
90749
|
-
teleCode?: SortOrder
|
|
90750
90696
|
}
|
|
90751
90697
|
|
|
90752
90698
|
export type CountrySumOrderByAggregateInput = {
|
|
@@ -93273,10 +93219,6 @@ export namespace Prisma {
|
|
|
93273
93219
|
connect?: BrandWhereUniqueInput
|
|
93274
93220
|
}
|
|
93275
93221
|
|
|
93276
|
-
export type BoolFieldUpdateOperationsInput = {
|
|
93277
|
-
set?: boolean
|
|
93278
|
-
}
|
|
93279
|
-
|
|
93280
93222
|
export type UserUpdateOneRequiredWithoutBrandProfilesNestedInput = {
|
|
93281
93223
|
create?: XOR<UserCreateWithoutBrandProfilesInput, UserUncheckedCreateWithoutBrandProfilesInput>
|
|
93282
93224
|
connectOrCreate?: UserCreateOrConnectWithoutBrandProfilesInput
|
|
@@ -94533,6 +94475,10 @@ export namespace Prisma {
|
|
|
94533
94475
|
connect?: ChatWhereUniqueInput
|
|
94534
94476
|
}
|
|
94535
94477
|
|
|
94478
|
+
export type BoolFieldUpdateOperationsInput = {
|
|
94479
|
+
set?: boolean
|
|
94480
|
+
}
|
|
94481
|
+
|
|
94536
94482
|
export type UserUpdateOneWithoutMessagesNestedInput = {
|
|
94537
94483
|
create?: XOR<UserCreateWithoutMessagesInput, UserUncheckedCreateWithoutMessagesInput>
|
|
94538
94484
|
connectOrCreate?: UserCreateOrConnectWithoutMessagesInput
|
|
@@ -98084,19 +98030,6 @@ export namespace Prisma {
|
|
|
98084
98030
|
_max?: NestedBoolNullableFilter<$PrismaModel>
|
|
98085
98031
|
}
|
|
98086
98032
|
|
|
98087
|
-
export type NestedBoolFilter<$PrismaModel = never> = {
|
|
98088
|
-
equals?: boolean | BooleanFieldRefInput<$PrismaModel>
|
|
98089
|
-
not?: NestedBoolFilter<$PrismaModel> | boolean
|
|
98090
|
-
}
|
|
98091
|
-
|
|
98092
|
-
export type NestedBoolWithAggregatesFilter<$PrismaModel = never> = {
|
|
98093
|
-
equals?: boolean | BooleanFieldRefInput<$PrismaModel>
|
|
98094
|
-
not?: NestedBoolWithAggregatesFilter<$PrismaModel> | boolean
|
|
98095
|
-
_count?: NestedIntFilter<$PrismaModel>
|
|
98096
|
-
_min?: NestedBoolFilter<$PrismaModel>
|
|
98097
|
-
_max?: NestedBoolFilter<$PrismaModel>
|
|
98098
|
-
}
|
|
98099
|
-
|
|
98100
98033
|
export type NestedFloatWithAggregatesFilter<$PrismaModel = never> = {
|
|
98101
98034
|
equals?: number | FloatFieldRefInput<$PrismaModel>
|
|
98102
98035
|
in?: number[] | ListFloatFieldRefInput<$PrismaModel>
|
|
@@ -98113,6 +98046,19 @@ export namespace Prisma {
|
|
|
98113
98046
|
_max?: NestedFloatFilter<$PrismaModel>
|
|
98114
98047
|
}
|
|
98115
98048
|
|
|
98049
|
+
export type NestedBoolFilter<$PrismaModel = never> = {
|
|
98050
|
+
equals?: boolean | BooleanFieldRefInput<$PrismaModel>
|
|
98051
|
+
not?: NestedBoolFilter<$PrismaModel> | boolean
|
|
98052
|
+
}
|
|
98053
|
+
|
|
98054
|
+
export type NestedBoolWithAggregatesFilter<$PrismaModel = never> = {
|
|
98055
|
+
equals?: boolean | BooleanFieldRefInput<$PrismaModel>
|
|
98056
|
+
not?: NestedBoolWithAggregatesFilter<$PrismaModel> | boolean
|
|
98057
|
+
_count?: NestedIntFilter<$PrismaModel>
|
|
98058
|
+
_min?: NestedBoolFilter<$PrismaModel>
|
|
98059
|
+
_max?: NestedBoolFilter<$PrismaModel>
|
|
98060
|
+
}
|
|
98061
|
+
|
|
98116
98062
|
export type NestedEnumtrolleyPaymentTypeNullableFilter<$PrismaModel = never> = {
|
|
98117
98063
|
equals?: $Enums.trolleyPaymentType | EnumtrolleyPaymentTypeFieldRefInput<$PrismaModel> | null
|
|
98118
98064
|
in?: $Enums.trolleyPaymentType[] | ListEnumtrolleyPaymentTypeFieldRefInput<$PrismaModel> | null
|
|
@@ -98675,14 +98621,12 @@ export namespace Prisma {
|
|
|
98675
98621
|
}
|
|
98676
98622
|
|
|
98677
98623
|
export type BrandUserProfileCreateWithoutUserInput = {
|
|
98678
|
-
agencyPrivileges?: boolean
|
|
98679
98624
|
brand: BrandCreateNestedOneWithoutBrandUsersInput
|
|
98680
98625
|
}
|
|
98681
98626
|
|
|
98682
98627
|
export type BrandUserProfileUncheckedCreateWithoutUserInput = {
|
|
98683
98628
|
id?: number
|
|
98684
98629
|
brandId: number
|
|
98685
|
-
agencyPrivileges?: boolean
|
|
98686
98630
|
}
|
|
98687
98631
|
|
|
98688
98632
|
export type BrandUserProfileCreateOrConnectWithoutUserInput = {
|
|
@@ -99688,7 +99632,6 @@ export namespace Prisma {
|
|
|
99688
99632
|
id?: IntFilter<"BrandUserProfile"> | number
|
|
99689
99633
|
userId?: IntFilter<"BrandUserProfile"> | number
|
|
99690
99634
|
brandId?: IntFilter<"BrandUserProfile"> | number
|
|
99691
|
-
agencyPrivileges?: BoolFilter<"BrandUserProfile"> | boolean
|
|
99692
99635
|
}
|
|
99693
99636
|
|
|
99694
99637
|
export type OptInUpsertWithWhereUniqueWithoutUserInput = {
|
|
@@ -102753,14 +102696,12 @@ export namespace Prisma {
|
|
|
102753
102696
|
}
|
|
102754
102697
|
|
|
102755
102698
|
export type BrandUserProfileCreateWithoutBrandInput = {
|
|
102756
|
-
agencyPrivileges?: boolean
|
|
102757
102699
|
user: UserCreateNestedOneWithoutBrandProfilesInput
|
|
102758
102700
|
}
|
|
102759
102701
|
|
|
102760
102702
|
export type BrandUserProfileUncheckedCreateWithoutBrandInput = {
|
|
102761
102703
|
id?: number
|
|
102762
102704
|
userId: number
|
|
102763
|
-
agencyPrivileges?: boolean
|
|
102764
102705
|
}
|
|
102765
102706
|
|
|
102766
102707
|
export type BrandUserProfileCreateOrConnectWithoutBrandInput = {
|
|
@@ -107957,7 +107898,6 @@ export namespace Prisma {
|
|
|
107957
107898
|
export type CountryCreateWithoutCampaignsInput = {
|
|
107958
107899
|
countryCode: string
|
|
107959
107900
|
countryName: string
|
|
107960
|
-
teleCode: string
|
|
107961
107901
|
states?: StateCreateNestedManyWithoutCountryInput
|
|
107962
107902
|
}
|
|
107963
107903
|
|
|
@@ -107965,7 +107905,6 @@ export namespace Prisma {
|
|
|
107965
107905
|
id?: number
|
|
107966
107906
|
countryCode: string
|
|
107967
107907
|
countryName: string
|
|
107968
|
-
teleCode: string
|
|
107969
107908
|
states?: StateUncheckedCreateNestedManyWithoutCountryInput
|
|
107970
107909
|
}
|
|
107971
107910
|
|
|
@@ -108132,7 +108071,6 @@ export namespace Prisma {
|
|
|
108132
108071
|
export type CountryUpdateWithoutCampaignsInput = {
|
|
108133
108072
|
countryCode?: StringFieldUpdateOperationsInput | string
|
|
108134
108073
|
countryName?: StringFieldUpdateOperationsInput | string
|
|
108135
|
-
teleCode?: StringFieldUpdateOperationsInput | string
|
|
108136
108074
|
states?: StateUpdateManyWithoutCountryNestedInput
|
|
108137
108075
|
}
|
|
108138
108076
|
|
|
@@ -108140,7 +108078,6 @@ export namespace Prisma {
|
|
|
108140
108078
|
id?: IntFieldUpdateOperationsInput | number
|
|
108141
108079
|
countryCode?: StringFieldUpdateOperationsInput | string
|
|
108142
108080
|
countryName?: StringFieldUpdateOperationsInput | string
|
|
108143
|
-
teleCode?: StringFieldUpdateOperationsInput | string
|
|
108144
108081
|
states?: StateUncheckedUpdateManyWithoutCountryNestedInput
|
|
108145
108082
|
}
|
|
108146
108083
|
|
|
@@ -111223,7 +111160,6 @@ export namespace Prisma {
|
|
|
111223
111160
|
export type CountryCreateWithoutStatesInput = {
|
|
111224
111161
|
countryCode: string
|
|
111225
111162
|
countryName: string
|
|
111226
|
-
teleCode: string
|
|
111227
111163
|
campaigns?: CampaignToCountryCreateNestedManyWithoutCountryInput
|
|
111228
111164
|
}
|
|
111229
111165
|
|
|
@@ -111231,7 +111167,6 @@ export namespace Prisma {
|
|
|
111231
111167
|
id?: number
|
|
111232
111168
|
countryCode: string
|
|
111233
111169
|
countryName: string
|
|
111234
|
-
teleCode: string
|
|
111235
111170
|
campaigns?: CampaignToCountryUncheckedCreateNestedManyWithoutCountryInput
|
|
111236
111171
|
}
|
|
111237
111172
|
|
|
@@ -111254,7 +111189,6 @@ export namespace Prisma {
|
|
|
111254
111189
|
export type CountryUpdateWithoutStatesInput = {
|
|
111255
111190
|
countryCode?: StringFieldUpdateOperationsInput | string
|
|
111256
111191
|
countryName?: StringFieldUpdateOperationsInput | string
|
|
111257
|
-
teleCode?: StringFieldUpdateOperationsInput | string
|
|
111258
111192
|
campaigns?: CampaignToCountryUpdateManyWithoutCountryNestedInput
|
|
111259
111193
|
}
|
|
111260
111194
|
|
|
@@ -111262,7 +111196,6 @@ export namespace Prisma {
|
|
|
111262
111196
|
id?: IntFieldUpdateOperationsInput | number
|
|
111263
111197
|
countryCode?: StringFieldUpdateOperationsInput | string
|
|
111264
111198
|
countryName?: StringFieldUpdateOperationsInput | string
|
|
111265
|
-
teleCode?: StringFieldUpdateOperationsInput | string
|
|
111266
111199
|
campaigns?: CampaignToCountryUncheckedUpdateManyWithoutCountryNestedInput
|
|
111267
111200
|
}
|
|
111268
111201
|
|
|
@@ -118378,7 +118311,6 @@ export namespace Prisma {
|
|
|
118378
118311
|
export type BrandUserProfileCreateManyUserInput = {
|
|
118379
118312
|
id?: number
|
|
118380
118313
|
brandId: number
|
|
118381
|
-
agencyPrivileges?: boolean
|
|
118382
118314
|
}
|
|
118383
118315
|
|
|
118384
118316
|
export type OptInCreateManyUserInput = {
|
|
@@ -118648,20 +118580,17 @@ export namespace Prisma {
|
|
|
118648
118580
|
}
|
|
118649
118581
|
|
|
118650
118582
|
export type BrandUserProfileUpdateWithoutUserInput = {
|
|
118651
|
-
agencyPrivileges?: BoolFieldUpdateOperationsInput | boolean
|
|
118652
118583
|
brand?: BrandUpdateOneRequiredWithoutBrandUsersNestedInput
|
|
118653
118584
|
}
|
|
118654
118585
|
|
|
118655
118586
|
export type BrandUserProfileUncheckedUpdateWithoutUserInput = {
|
|
118656
118587
|
id?: IntFieldUpdateOperationsInput | number
|
|
118657
118588
|
brandId?: IntFieldUpdateOperationsInput | number
|
|
118658
|
-
agencyPrivileges?: BoolFieldUpdateOperationsInput | boolean
|
|
118659
118589
|
}
|
|
118660
118590
|
|
|
118661
118591
|
export type BrandUserProfileUncheckedUpdateManyWithoutUserInput = {
|
|
118662
118592
|
id?: IntFieldUpdateOperationsInput | number
|
|
118663
118593
|
brandId?: IntFieldUpdateOperationsInput | number
|
|
118664
|
-
agencyPrivileges?: BoolFieldUpdateOperationsInput | boolean
|
|
118665
118594
|
}
|
|
118666
118595
|
|
|
118667
118596
|
export type OptInUpdateWithoutUserInput = {
|
|
@@ -119243,7 +119172,6 @@ export namespace Prisma {
|
|
|
119243
119172
|
export type BrandUserProfileCreateManyBrandInput = {
|
|
119244
119173
|
id?: number
|
|
119245
119174
|
userId: number
|
|
119246
|
-
agencyPrivileges?: boolean
|
|
119247
119175
|
}
|
|
119248
119176
|
|
|
119249
119177
|
export type SearchContactsCreateManyBrandInput = {
|
|
@@ -119595,20 +119523,17 @@ export namespace Prisma {
|
|
|
119595
119523
|
}
|
|
119596
119524
|
|
|
119597
119525
|
export type BrandUserProfileUpdateWithoutBrandInput = {
|
|
119598
|
-
agencyPrivileges?: BoolFieldUpdateOperationsInput | boolean
|
|
119599
119526
|
user?: UserUpdateOneRequiredWithoutBrandProfilesNestedInput
|
|
119600
119527
|
}
|
|
119601
119528
|
|
|
119602
119529
|
export type BrandUserProfileUncheckedUpdateWithoutBrandInput = {
|
|
119603
119530
|
id?: IntFieldUpdateOperationsInput | number
|
|
119604
119531
|
userId?: IntFieldUpdateOperationsInput | number
|
|
119605
|
-
agencyPrivileges?: BoolFieldUpdateOperationsInput | boolean
|
|
119606
119532
|
}
|
|
119607
119533
|
|
|
119608
119534
|
export type BrandUserProfileUncheckedUpdateManyWithoutBrandInput = {
|
|
119609
119535
|
id?: IntFieldUpdateOperationsInput | number
|
|
119610
119536
|
userId?: IntFieldUpdateOperationsInput | number
|
|
119611
|
-
agencyPrivileges?: BoolFieldUpdateOperationsInput | boolean
|
|
119612
119537
|
}
|
|
119613
119538
|
|
|
119614
119539
|
export type SearchContactsUpdateWithoutBrandInput = {
|