@a_team/prisma 3.31.3-win → 3.31.4-linux-debian
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/dist/client/edge.js +16 -4
- package/dist/client/index-browser.js +12 -0
- package/dist/client/index.d.ts +1494 -292
- package/dist/client/index.js +18 -6
- package/dist/client/{query_engine-windows.dll.node → libquery_engine-debian-openssl-3.0.x.so.node} +0 -0
- package/dist/client/package.json +1 -1
- package/dist/client/schema.prisma +14 -0
- package/dist/client/wasm.js +12 -0
- package/package.json +2 -2
package/dist/client/index.d.ts
CHANGED
|
@@ -698,6 +698,11 @@ export type BillingAccount = $Result.DefaultSelection<Prisma.$BillingAccountPayl
|
|
|
698
698
|
*
|
|
699
699
|
*/
|
|
700
700
|
export type BuilderWebsitesData = $Result.DefaultSelection<Prisma.$BuilderWebsitesDataPayload>
|
|
701
|
+
/**
|
|
702
|
+
* Model CalcomEvaluationConfig
|
|
703
|
+
*
|
|
704
|
+
*/
|
|
705
|
+
export type CalcomEvaluationConfig = $Result.DefaultSelection<Prisma.$CalcomEvaluationConfigPayload>
|
|
701
706
|
/**
|
|
702
707
|
* Model Calendar
|
|
703
708
|
*
|
|
@@ -1857,6 +1862,16 @@ export class PrismaClient<
|
|
|
1857
1862
|
*/
|
|
1858
1863
|
get builderWebsitesData(): Prisma.BuilderWebsitesDataDelegate<ExtArgs>;
|
|
1859
1864
|
|
|
1865
|
+
/**
|
|
1866
|
+
* `prisma.calcomEvaluationConfig`: Exposes CRUD operations for the **CalcomEvaluationConfig** model.
|
|
1867
|
+
* Example usage:
|
|
1868
|
+
* ```ts
|
|
1869
|
+
* // Fetch zero or more CalcomEvaluationConfigs
|
|
1870
|
+
* const calcomEvaluationConfigs = await prisma.calcomEvaluationConfig.findMany()
|
|
1871
|
+
* ```
|
|
1872
|
+
*/
|
|
1873
|
+
get calcomEvaluationConfig(): Prisma.CalcomEvaluationConfigDelegate<ExtArgs>;
|
|
1874
|
+
|
|
1860
1875
|
/**
|
|
1861
1876
|
* `prisma.calendar`: Exposes CRUD operations for the **Calendar** model.
|
|
1862
1877
|
* Example usage:
|
|
@@ -2680,6 +2695,7 @@ export namespace Prisma {
|
|
|
2680
2695
|
Account: 'Account',
|
|
2681
2696
|
BillingAccount: 'BillingAccount',
|
|
2682
2697
|
BuilderWebsitesData: 'BuilderWebsitesData',
|
|
2698
|
+
CalcomEvaluationConfig: 'CalcomEvaluationConfig',
|
|
2683
2699
|
Calendar: 'Calendar',
|
|
2684
2700
|
CalendarAvailability: 'CalendarAvailability',
|
|
2685
2701
|
CalendarEvent: 'CalendarEvent',
|
|
@@ -2733,7 +2749,7 @@ export namespace Prisma {
|
|
|
2733
2749
|
|
|
2734
2750
|
export type TypeMap<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs, ClientOptions = {}> = {
|
|
2735
2751
|
meta: {
|
|
2736
|
-
modelProps: "account" | "billingAccount" | "builderWebsitesData" | "calendar" | "calendarAvailability" | "calendarEvent" | "calendarEventType" | "clientCompany" | "clientInterview" | "company" | "contract" | "evaluationProcess" | "evaluationTranscriptAnalysisResult" | "experience" | "gptConfig" | "invoice" | "linkedInRecommendation" | "mapperIndustryTitleToTalentIndustry" | "mapperRoleTitleToRoleCategory" | "mission" | "missionApplication" | "missionPrefill" | "missionSpec" | "missionSuccessCall" | "parsedResume" | "paymentCycle" | "proposal" | "recordedCall" | "roleCategory" | "roleHiringCriteria" | "roleRevision" | "solution" | "talentCategory" | "talentIndustry" | "transcript" | "user" | "userPreference" | "userReview" | "vetter" | "vettingProcess" | "vettingProcessAudit"
|
|
2752
|
+
modelProps: "account" | "billingAccount" | "builderWebsitesData" | "calcomEvaluationConfig" | "calendar" | "calendarAvailability" | "calendarEvent" | "calendarEventType" | "clientCompany" | "clientInterview" | "company" | "contract" | "evaluationProcess" | "evaluationTranscriptAnalysisResult" | "experience" | "gptConfig" | "invoice" | "linkedInRecommendation" | "mapperIndustryTitleToTalentIndustry" | "mapperRoleTitleToRoleCategory" | "mission" | "missionApplication" | "missionPrefill" | "missionSpec" | "missionSuccessCall" | "parsedResume" | "paymentCycle" | "proposal" | "recordedCall" | "roleCategory" | "roleHiringCriteria" | "roleRevision" | "solution" | "talentCategory" | "talentIndustry" | "transcript" | "user" | "userPreference" | "userReview" | "vetter" | "vettingProcess" | "vettingProcessAudit"
|
|
2737
2753
|
txIsolationLevel: never
|
|
2738
2754
|
}
|
|
2739
2755
|
model: {
|
|
@@ -2959,6 +2975,80 @@ export namespace Prisma {
|
|
|
2959
2975
|
}
|
|
2960
2976
|
}
|
|
2961
2977
|
}
|
|
2978
|
+
CalcomEvaluationConfig: {
|
|
2979
|
+
payload: Prisma.$CalcomEvaluationConfigPayload<ExtArgs>
|
|
2980
|
+
fields: Prisma.CalcomEvaluationConfigFieldRefs
|
|
2981
|
+
operations: {
|
|
2982
|
+
findUnique: {
|
|
2983
|
+
args: Prisma.CalcomEvaluationConfigFindUniqueArgs<ExtArgs>
|
|
2984
|
+
result: $Utils.PayloadToResult<Prisma.$CalcomEvaluationConfigPayload> | null
|
|
2985
|
+
}
|
|
2986
|
+
findUniqueOrThrow: {
|
|
2987
|
+
args: Prisma.CalcomEvaluationConfigFindUniqueOrThrowArgs<ExtArgs>
|
|
2988
|
+
result: $Utils.PayloadToResult<Prisma.$CalcomEvaluationConfigPayload>
|
|
2989
|
+
}
|
|
2990
|
+
findFirst: {
|
|
2991
|
+
args: Prisma.CalcomEvaluationConfigFindFirstArgs<ExtArgs>
|
|
2992
|
+
result: $Utils.PayloadToResult<Prisma.$CalcomEvaluationConfigPayload> | null
|
|
2993
|
+
}
|
|
2994
|
+
findFirstOrThrow: {
|
|
2995
|
+
args: Prisma.CalcomEvaluationConfigFindFirstOrThrowArgs<ExtArgs>
|
|
2996
|
+
result: $Utils.PayloadToResult<Prisma.$CalcomEvaluationConfigPayload>
|
|
2997
|
+
}
|
|
2998
|
+
findMany: {
|
|
2999
|
+
args: Prisma.CalcomEvaluationConfigFindManyArgs<ExtArgs>
|
|
3000
|
+
result: $Utils.PayloadToResult<Prisma.$CalcomEvaluationConfigPayload>[]
|
|
3001
|
+
}
|
|
3002
|
+
create: {
|
|
3003
|
+
args: Prisma.CalcomEvaluationConfigCreateArgs<ExtArgs>
|
|
3004
|
+
result: $Utils.PayloadToResult<Prisma.$CalcomEvaluationConfigPayload>
|
|
3005
|
+
}
|
|
3006
|
+
createMany: {
|
|
3007
|
+
args: Prisma.CalcomEvaluationConfigCreateManyArgs<ExtArgs>
|
|
3008
|
+
result: BatchPayload
|
|
3009
|
+
}
|
|
3010
|
+
delete: {
|
|
3011
|
+
args: Prisma.CalcomEvaluationConfigDeleteArgs<ExtArgs>
|
|
3012
|
+
result: $Utils.PayloadToResult<Prisma.$CalcomEvaluationConfigPayload>
|
|
3013
|
+
}
|
|
3014
|
+
update: {
|
|
3015
|
+
args: Prisma.CalcomEvaluationConfigUpdateArgs<ExtArgs>
|
|
3016
|
+
result: $Utils.PayloadToResult<Prisma.$CalcomEvaluationConfigPayload>
|
|
3017
|
+
}
|
|
3018
|
+
deleteMany: {
|
|
3019
|
+
args: Prisma.CalcomEvaluationConfigDeleteManyArgs<ExtArgs>
|
|
3020
|
+
result: BatchPayload
|
|
3021
|
+
}
|
|
3022
|
+
updateMany: {
|
|
3023
|
+
args: Prisma.CalcomEvaluationConfigUpdateManyArgs<ExtArgs>
|
|
3024
|
+
result: BatchPayload
|
|
3025
|
+
}
|
|
3026
|
+
upsert: {
|
|
3027
|
+
args: Prisma.CalcomEvaluationConfigUpsertArgs<ExtArgs>
|
|
3028
|
+
result: $Utils.PayloadToResult<Prisma.$CalcomEvaluationConfigPayload>
|
|
3029
|
+
}
|
|
3030
|
+
aggregate: {
|
|
3031
|
+
args: Prisma.CalcomEvaluationConfigAggregateArgs<ExtArgs>
|
|
3032
|
+
result: $Utils.Optional<AggregateCalcomEvaluationConfig>
|
|
3033
|
+
}
|
|
3034
|
+
groupBy: {
|
|
3035
|
+
args: Prisma.CalcomEvaluationConfigGroupByArgs<ExtArgs>
|
|
3036
|
+
result: $Utils.Optional<CalcomEvaluationConfigGroupByOutputType>[]
|
|
3037
|
+
}
|
|
3038
|
+
findRaw: {
|
|
3039
|
+
args: Prisma.CalcomEvaluationConfigFindRawArgs<ExtArgs>
|
|
3040
|
+
result: JsonObject
|
|
3041
|
+
}
|
|
3042
|
+
aggregateRaw: {
|
|
3043
|
+
args: Prisma.CalcomEvaluationConfigAggregateRawArgs<ExtArgs>
|
|
3044
|
+
result: JsonObject
|
|
3045
|
+
}
|
|
3046
|
+
count: {
|
|
3047
|
+
args: Prisma.CalcomEvaluationConfigCountArgs<ExtArgs>
|
|
3048
|
+
result: $Utils.Optional<CalcomEvaluationConfigCountAggregateOutputType> | number
|
|
3049
|
+
}
|
|
3050
|
+
}
|
|
3051
|
+
}
|
|
2962
3052
|
Calendar: {
|
|
2963
3053
|
payload: Prisma.$CalendarPayload<ExtArgs>
|
|
2964
3054
|
fields: Prisma.CalendarFieldRefs
|
|
@@ -18957,351 +19047,349 @@ export namespace Prisma {
|
|
|
18957
19047
|
|
|
18958
19048
|
|
|
18959
19049
|
/**
|
|
18960
|
-
* Model
|
|
19050
|
+
* Model CalcomEvaluationConfig
|
|
18961
19051
|
*/
|
|
18962
19052
|
|
|
18963
|
-
export type
|
|
18964
|
-
_count:
|
|
18965
|
-
_min:
|
|
18966
|
-
_max:
|
|
19053
|
+
export type AggregateCalcomEvaluationConfig = {
|
|
19054
|
+
_count: CalcomEvaluationConfigCountAggregateOutputType | null
|
|
19055
|
+
_min: CalcomEvaluationConfigMinAggregateOutputType | null
|
|
19056
|
+
_max: CalcomEvaluationConfigMaxAggregateOutputType | null
|
|
18967
19057
|
}
|
|
18968
19058
|
|
|
18969
|
-
export type
|
|
19059
|
+
export type CalcomEvaluationConfigMinAggregateOutputType = {
|
|
18970
19060
|
id: string | null
|
|
18971
|
-
|
|
18972
|
-
|
|
18973
|
-
|
|
19061
|
+
applyToAllRoleCategories: boolean | null
|
|
19062
|
+
eventTypeUrl: string | null
|
|
19063
|
+
isDefault: boolean | null
|
|
18974
19064
|
createdAt: Date | null
|
|
18975
19065
|
updatedAt: Date | null
|
|
18976
19066
|
}
|
|
18977
19067
|
|
|
18978
|
-
export type
|
|
19068
|
+
export type CalcomEvaluationConfigMaxAggregateOutputType = {
|
|
18979
19069
|
id: string | null
|
|
18980
|
-
|
|
18981
|
-
|
|
18982
|
-
|
|
19070
|
+
applyToAllRoleCategories: boolean | null
|
|
19071
|
+
eventTypeUrl: string | null
|
|
19072
|
+
isDefault: boolean | null
|
|
18983
19073
|
createdAt: Date | null
|
|
18984
19074
|
updatedAt: Date | null
|
|
18985
19075
|
}
|
|
18986
19076
|
|
|
18987
|
-
export type
|
|
19077
|
+
export type CalcomEvaluationConfigCountAggregateOutputType = {
|
|
18988
19078
|
id: number
|
|
18989
|
-
|
|
18990
|
-
|
|
18991
|
-
|
|
19079
|
+
talentCategoryIds: number
|
|
19080
|
+
applyToAllRoleCategories: number
|
|
19081
|
+
roleCategoryIds: number
|
|
19082
|
+
eventTypeUrl: number
|
|
19083
|
+
isDefault: number
|
|
18992
19084
|
createdAt: number
|
|
18993
19085
|
updatedAt: number
|
|
18994
19086
|
_all: number
|
|
18995
19087
|
}
|
|
18996
19088
|
|
|
18997
19089
|
|
|
18998
|
-
export type
|
|
19090
|
+
export type CalcomEvaluationConfigMinAggregateInputType = {
|
|
18999
19091
|
id?: true
|
|
19000
|
-
|
|
19001
|
-
|
|
19002
|
-
|
|
19092
|
+
applyToAllRoleCategories?: true
|
|
19093
|
+
eventTypeUrl?: true
|
|
19094
|
+
isDefault?: true
|
|
19003
19095
|
createdAt?: true
|
|
19004
19096
|
updatedAt?: true
|
|
19005
19097
|
}
|
|
19006
19098
|
|
|
19007
|
-
export type
|
|
19099
|
+
export type CalcomEvaluationConfigMaxAggregateInputType = {
|
|
19008
19100
|
id?: true
|
|
19009
|
-
|
|
19010
|
-
|
|
19011
|
-
|
|
19101
|
+
applyToAllRoleCategories?: true
|
|
19102
|
+
eventTypeUrl?: true
|
|
19103
|
+
isDefault?: true
|
|
19012
19104
|
createdAt?: true
|
|
19013
19105
|
updatedAt?: true
|
|
19014
19106
|
}
|
|
19015
19107
|
|
|
19016
|
-
export type
|
|
19108
|
+
export type CalcomEvaluationConfigCountAggregateInputType = {
|
|
19017
19109
|
id?: true
|
|
19018
|
-
|
|
19019
|
-
|
|
19020
|
-
|
|
19110
|
+
talentCategoryIds?: true
|
|
19111
|
+
applyToAllRoleCategories?: true
|
|
19112
|
+
roleCategoryIds?: true
|
|
19113
|
+
eventTypeUrl?: true
|
|
19114
|
+
isDefault?: true
|
|
19021
19115
|
createdAt?: true
|
|
19022
19116
|
updatedAt?: true
|
|
19023
19117
|
_all?: true
|
|
19024
19118
|
}
|
|
19025
19119
|
|
|
19026
|
-
export type
|
|
19120
|
+
export type CalcomEvaluationConfigAggregateArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
|
|
19027
19121
|
/**
|
|
19028
|
-
* Filter which
|
|
19122
|
+
* Filter which CalcomEvaluationConfig to aggregate.
|
|
19029
19123
|
*/
|
|
19030
|
-
where?:
|
|
19124
|
+
where?: CalcomEvaluationConfigWhereInput
|
|
19031
19125
|
/**
|
|
19032
19126
|
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/sorting Sorting Docs}
|
|
19033
19127
|
*
|
|
19034
|
-
* Determine the order of
|
|
19128
|
+
* Determine the order of CalcomEvaluationConfigs to fetch.
|
|
19035
19129
|
*/
|
|
19036
|
-
orderBy?:
|
|
19130
|
+
orderBy?: CalcomEvaluationConfigOrderByWithRelationInput | CalcomEvaluationConfigOrderByWithRelationInput[]
|
|
19037
19131
|
/**
|
|
19038
19132
|
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination#cursor-based-pagination Cursor Docs}
|
|
19039
19133
|
*
|
|
19040
19134
|
* Sets the start position
|
|
19041
19135
|
*/
|
|
19042
|
-
cursor?:
|
|
19136
|
+
cursor?: CalcomEvaluationConfigWhereUniqueInput
|
|
19043
19137
|
/**
|
|
19044
19138
|
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
|
|
19045
19139
|
*
|
|
19046
|
-
* Take `±n`
|
|
19140
|
+
* Take `±n` CalcomEvaluationConfigs from the position of the cursor.
|
|
19047
19141
|
*/
|
|
19048
19142
|
take?: number
|
|
19049
19143
|
/**
|
|
19050
19144
|
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
|
|
19051
19145
|
*
|
|
19052
|
-
* Skip the first `n`
|
|
19146
|
+
* Skip the first `n` CalcomEvaluationConfigs.
|
|
19053
19147
|
*/
|
|
19054
19148
|
skip?: number
|
|
19055
19149
|
/**
|
|
19056
19150
|
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/aggregations Aggregation Docs}
|
|
19057
19151
|
*
|
|
19058
|
-
* Count returned
|
|
19152
|
+
* Count returned CalcomEvaluationConfigs
|
|
19059
19153
|
**/
|
|
19060
|
-
_count?: true |
|
|
19154
|
+
_count?: true | CalcomEvaluationConfigCountAggregateInputType
|
|
19061
19155
|
/**
|
|
19062
19156
|
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/aggregations Aggregation Docs}
|
|
19063
19157
|
*
|
|
19064
19158
|
* Select which fields to find the minimum value
|
|
19065
19159
|
**/
|
|
19066
|
-
_min?:
|
|
19160
|
+
_min?: CalcomEvaluationConfigMinAggregateInputType
|
|
19067
19161
|
/**
|
|
19068
19162
|
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/aggregations Aggregation Docs}
|
|
19069
19163
|
*
|
|
19070
19164
|
* Select which fields to find the maximum value
|
|
19071
19165
|
**/
|
|
19072
|
-
_max?:
|
|
19166
|
+
_max?: CalcomEvaluationConfigMaxAggregateInputType
|
|
19073
19167
|
}
|
|
19074
19168
|
|
|
19075
|
-
export type
|
|
19076
|
-
[P in keyof T & keyof
|
|
19169
|
+
export type GetCalcomEvaluationConfigAggregateType<T extends CalcomEvaluationConfigAggregateArgs> = {
|
|
19170
|
+
[P in keyof T & keyof AggregateCalcomEvaluationConfig]: P extends '_count' | 'count'
|
|
19077
19171
|
? T[P] extends true
|
|
19078
19172
|
? number
|
|
19079
|
-
: GetScalarType<T[P],
|
|
19080
|
-
: GetScalarType<T[P],
|
|
19173
|
+
: GetScalarType<T[P], AggregateCalcomEvaluationConfig[P]>
|
|
19174
|
+
: GetScalarType<T[P], AggregateCalcomEvaluationConfig[P]>
|
|
19081
19175
|
}
|
|
19082
19176
|
|
|
19083
19177
|
|
|
19084
19178
|
|
|
19085
19179
|
|
|
19086
|
-
export type
|
|
19087
|
-
where?:
|
|
19088
|
-
orderBy?:
|
|
19089
|
-
by:
|
|
19090
|
-
having?:
|
|
19180
|
+
export type CalcomEvaluationConfigGroupByArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
|
|
19181
|
+
where?: CalcomEvaluationConfigWhereInput
|
|
19182
|
+
orderBy?: CalcomEvaluationConfigOrderByWithAggregationInput | CalcomEvaluationConfigOrderByWithAggregationInput[]
|
|
19183
|
+
by: CalcomEvaluationConfigScalarFieldEnum[] | CalcomEvaluationConfigScalarFieldEnum
|
|
19184
|
+
having?: CalcomEvaluationConfigScalarWhereWithAggregatesInput
|
|
19091
19185
|
take?: number
|
|
19092
19186
|
skip?: number
|
|
19093
|
-
_count?:
|
|
19094
|
-
_min?:
|
|
19095
|
-
_max?:
|
|
19187
|
+
_count?: CalcomEvaluationConfigCountAggregateInputType | true
|
|
19188
|
+
_min?: CalcomEvaluationConfigMinAggregateInputType
|
|
19189
|
+
_max?: CalcomEvaluationConfigMaxAggregateInputType
|
|
19096
19190
|
}
|
|
19097
19191
|
|
|
19098
|
-
export type
|
|
19192
|
+
export type CalcomEvaluationConfigGroupByOutputType = {
|
|
19099
19193
|
id: string
|
|
19100
|
-
|
|
19101
|
-
|
|
19102
|
-
|
|
19194
|
+
talentCategoryIds: string[]
|
|
19195
|
+
applyToAllRoleCategories: boolean
|
|
19196
|
+
roleCategoryIds: string[]
|
|
19197
|
+
eventTypeUrl: string
|
|
19198
|
+
isDefault: boolean
|
|
19103
19199
|
createdAt: Date
|
|
19104
19200
|
updatedAt: Date
|
|
19105
|
-
_count:
|
|
19106
|
-
_min:
|
|
19107
|
-
_max:
|
|
19201
|
+
_count: CalcomEvaluationConfigCountAggregateOutputType | null
|
|
19202
|
+
_min: CalcomEvaluationConfigMinAggregateOutputType | null
|
|
19203
|
+
_max: CalcomEvaluationConfigMaxAggregateOutputType | null
|
|
19108
19204
|
}
|
|
19109
19205
|
|
|
19110
|
-
type
|
|
19206
|
+
type GetCalcomEvaluationConfigGroupByPayload<T extends CalcomEvaluationConfigGroupByArgs> = Prisma.PrismaPromise<
|
|
19111
19207
|
Array<
|
|
19112
|
-
PickEnumerable<
|
|
19208
|
+
PickEnumerable<CalcomEvaluationConfigGroupByOutputType, T['by']> &
|
|
19113
19209
|
{
|
|
19114
|
-
[P in ((keyof T) & (keyof
|
|
19210
|
+
[P in ((keyof T) & (keyof CalcomEvaluationConfigGroupByOutputType))]: P extends '_count'
|
|
19115
19211
|
? T[P] extends boolean
|
|
19116
19212
|
? number
|
|
19117
|
-
: GetScalarType<T[P],
|
|
19118
|
-
: GetScalarType<T[P],
|
|
19213
|
+
: GetScalarType<T[P], CalcomEvaluationConfigGroupByOutputType[P]>
|
|
19214
|
+
: GetScalarType<T[P], CalcomEvaluationConfigGroupByOutputType[P]>
|
|
19119
19215
|
}
|
|
19120
19216
|
>
|
|
19121
19217
|
>
|
|
19122
19218
|
|
|
19123
19219
|
|
|
19124
|
-
export type
|
|
19220
|
+
export type CalcomEvaluationConfigSelect<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = $Extensions.GetSelect<{
|
|
19125
19221
|
id?: boolean
|
|
19126
|
-
|
|
19127
|
-
|
|
19128
|
-
|
|
19129
|
-
|
|
19222
|
+
talentCategoryIds?: boolean
|
|
19223
|
+
applyToAllRoleCategories?: boolean
|
|
19224
|
+
roleCategoryIds?: boolean
|
|
19225
|
+
eventTypeUrl?: boolean
|
|
19226
|
+
isDefault?: boolean
|
|
19130
19227
|
createdAt?: boolean
|
|
19131
19228
|
updatedAt?: boolean
|
|
19132
|
-
|
|
19133
|
-
events?: boolean | Calendar$eventsArgs<ExtArgs>
|
|
19134
|
-
_count?: boolean | CalendarCountOutputTypeDefaultArgs<ExtArgs>
|
|
19135
|
-
}, ExtArgs["result"]["calendar"]>
|
|
19229
|
+
}, ExtArgs["result"]["calcomEvaluationConfig"]>
|
|
19136
19230
|
|
|
19137
19231
|
|
|
19138
|
-
export type
|
|
19232
|
+
export type CalcomEvaluationConfigSelectScalar = {
|
|
19139
19233
|
id?: boolean
|
|
19140
|
-
|
|
19141
|
-
|
|
19142
|
-
|
|
19234
|
+
talentCategoryIds?: boolean
|
|
19235
|
+
applyToAllRoleCategories?: boolean
|
|
19236
|
+
roleCategoryIds?: boolean
|
|
19237
|
+
eventTypeUrl?: boolean
|
|
19238
|
+
isDefault?: boolean
|
|
19143
19239
|
createdAt?: boolean
|
|
19144
19240
|
updatedAt?: boolean
|
|
19145
19241
|
}
|
|
19146
19242
|
|
|
19147
|
-
export type CalendarInclude<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
|
|
19148
|
-
calendarUser?: boolean | UserDefaultArgs<ExtArgs>
|
|
19149
|
-
events?: boolean | Calendar$eventsArgs<ExtArgs>
|
|
19150
|
-
_count?: boolean | CalendarCountOutputTypeDefaultArgs<ExtArgs>
|
|
19151
|
-
}
|
|
19152
19243
|
|
|
19153
|
-
export type $
|
|
19154
|
-
name: "
|
|
19155
|
-
objects: {
|
|
19156
|
-
calendarUser: Prisma.$UserPayload<ExtArgs>
|
|
19157
|
-
events: Prisma.$CalendarEventPayload<ExtArgs>[]
|
|
19158
|
-
}
|
|
19244
|
+
export type $CalcomEvaluationConfigPayload<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
|
|
19245
|
+
name: "CalcomEvaluationConfig"
|
|
19246
|
+
objects: {}
|
|
19159
19247
|
scalars: $Extensions.GetPayloadResult<{
|
|
19160
19248
|
id: string
|
|
19161
|
-
|
|
19162
|
-
|
|
19163
|
-
|
|
19249
|
+
talentCategoryIds: string[]
|
|
19250
|
+
applyToAllRoleCategories: boolean
|
|
19251
|
+
roleCategoryIds: string[]
|
|
19252
|
+
eventTypeUrl: string
|
|
19253
|
+
isDefault: boolean
|
|
19164
19254
|
createdAt: Date
|
|
19165
19255
|
updatedAt: Date
|
|
19166
|
-
}, ExtArgs["result"]["
|
|
19167
|
-
composites: {
|
|
19168
|
-
credentials: Prisma.$CalendarCredentialsPayload
|
|
19169
|
-
}
|
|
19256
|
+
}, ExtArgs["result"]["calcomEvaluationConfig"]>
|
|
19257
|
+
composites: {}
|
|
19170
19258
|
}
|
|
19171
19259
|
|
|
19172
|
-
type
|
|
19260
|
+
type CalcomEvaluationConfigGetPayload<S extends boolean | null | undefined | CalcomEvaluationConfigDefaultArgs> = $Result.GetResult<Prisma.$CalcomEvaluationConfigPayload, S>
|
|
19173
19261
|
|
|
19174
|
-
type
|
|
19175
|
-
Omit<
|
|
19176
|
-
select?:
|
|
19262
|
+
type CalcomEvaluationConfigCountArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> =
|
|
19263
|
+
Omit<CalcomEvaluationConfigFindManyArgs, 'select' | 'include' | 'distinct'> & {
|
|
19264
|
+
select?: CalcomEvaluationConfigCountAggregateInputType | true
|
|
19177
19265
|
}
|
|
19178
19266
|
|
|
19179
|
-
export interface
|
|
19180
|
-
[K: symbol]: { types: Prisma.TypeMap<ExtArgs>['model']['
|
|
19267
|
+
export interface CalcomEvaluationConfigDelegate<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> {
|
|
19268
|
+
[K: symbol]: { types: Prisma.TypeMap<ExtArgs>['model']['CalcomEvaluationConfig'], meta: { name: 'CalcomEvaluationConfig' } }
|
|
19181
19269
|
/**
|
|
19182
|
-
* Find zero or one
|
|
19183
|
-
* @param {
|
|
19270
|
+
* Find zero or one CalcomEvaluationConfig that matches the filter.
|
|
19271
|
+
* @param {CalcomEvaluationConfigFindUniqueArgs} args - Arguments to find a CalcomEvaluationConfig
|
|
19184
19272
|
* @example
|
|
19185
|
-
* // Get one
|
|
19186
|
-
* const
|
|
19273
|
+
* // Get one CalcomEvaluationConfig
|
|
19274
|
+
* const calcomEvaluationConfig = await prisma.calcomEvaluationConfig.findUnique({
|
|
19187
19275
|
* where: {
|
|
19188
19276
|
* // ... provide filter here
|
|
19189
19277
|
* }
|
|
19190
19278
|
* })
|
|
19191
19279
|
*/
|
|
19192
|
-
findUnique<T extends
|
|
19280
|
+
findUnique<T extends CalcomEvaluationConfigFindUniqueArgs>(args: SelectSubset<T, CalcomEvaluationConfigFindUniqueArgs<ExtArgs>>): Prisma__CalcomEvaluationConfigClient<$Result.GetResult<Prisma.$CalcomEvaluationConfigPayload<ExtArgs>, T, "findUnique"> | null, null, ExtArgs>
|
|
19193
19281
|
|
|
19194
19282
|
/**
|
|
19195
|
-
* Find one
|
|
19283
|
+
* Find one CalcomEvaluationConfig that matches the filter or throw an error with `error.code='P2025'`
|
|
19196
19284
|
* if no matches were found.
|
|
19197
|
-
* @param {
|
|
19285
|
+
* @param {CalcomEvaluationConfigFindUniqueOrThrowArgs} args - Arguments to find a CalcomEvaluationConfig
|
|
19198
19286
|
* @example
|
|
19199
|
-
* // Get one
|
|
19200
|
-
* const
|
|
19287
|
+
* // Get one CalcomEvaluationConfig
|
|
19288
|
+
* const calcomEvaluationConfig = await prisma.calcomEvaluationConfig.findUniqueOrThrow({
|
|
19201
19289
|
* where: {
|
|
19202
19290
|
* // ... provide filter here
|
|
19203
19291
|
* }
|
|
19204
19292
|
* })
|
|
19205
19293
|
*/
|
|
19206
|
-
findUniqueOrThrow<T extends
|
|
19294
|
+
findUniqueOrThrow<T extends CalcomEvaluationConfigFindUniqueOrThrowArgs>(args: SelectSubset<T, CalcomEvaluationConfigFindUniqueOrThrowArgs<ExtArgs>>): Prisma__CalcomEvaluationConfigClient<$Result.GetResult<Prisma.$CalcomEvaluationConfigPayload<ExtArgs>, T, "findUniqueOrThrow">, never, ExtArgs>
|
|
19207
19295
|
|
|
19208
19296
|
/**
|
|
19209
|
-
* Find the first
|
|
19297
|
+
* Find the first CalcomEvaluationConfig that matches the filter.
|
|
19210
19298
|
* Note, that providing `undefined` is treated as the value not being there.
|
|
19211
19299
|
* Read more here: https://pris.ly/d/null-undefined
|
|
19212
|
-
* @param {
|
|
19300
|
+
* @param {CalcomEvaluationConfigFindFirstArgs} args - Arguments to find a CalcomEvaluationConfig
|
|
19213
19301
|
* @example
|
|
19214
|
-
* // Get one
|
|
19215
|
-
* const
|
|
19302
|
+
* // Get one CalcomEvaluationConfig
|
|
19303
|
+
* const calcomEvaluationConfig = await prisma.calcomEvaluationConfig.findFirst({
|
|
19216
19304
|
* where: {
|
|
19217
19305
|
* // ... provide filter here
|
|
19218
19306
|
* }
|
|
19219
19307
|
* })
|
|
19220
19308
|
*/
|
|
19221
|
-
findFirst<T extends
|
|
19309
|
+
findFirst<T extends CalcomEvaluationConfigFindFirstArgs>(args?: SelectSubset<T, CalcomEvaluationConfigFindFirstArgs<ExtArgs>>): Prisma__CalcomEvaluationConfigClient<$Result.GetResult<Prisma.$CalcomEvaluationConfigPayload<ExtArgs>, T, "findFirst"> | null, null, ExtArgs>
|
|
19222
19310
|
|
|
19223
19311
|
/**
|
|
19224
|
-
* Find the first
|
|
19312
|
+
* Find the first CalcomEvaluationConfig that matches the filter or
|
|
19225
19313
|
* throw `PrismaKnownClientError` with `P2025` code if no matches were found.
|
|
19226
19314
|
* Note, that providing `undefined` is treated as the value not being there.
|
|
19227
19315
|
* Read more here: https://pris.ly/d/null-undefined
|
|
19228
|
-
* @param {
|
|
19316
|
+
* @param {CalcomEvaluationConfigFindFirstOrThrowArgs} args - Arguments to find a CalcomEvaluationConfig
|
|
19229
19317
|
* @example
|
|
19230
|
-
* // Get one
|
|
19231
|
-
* const
|
|
19318
|
+
* // Get one CalcomEvaluationConfig
|
|
19319
|
+
* const calcomEvaluationConfig = await prisma.calcomEvaluationConfig.findFirstOrThrow({
|
|
19232
19320
|
* where: {
|
|
19233
19321
|
* // ... provide filter here
|
|
19234
19322
|
* }
|
|
19235
19323
|
* })
|
|
19236
19324
|
*/
|
|
19237
|
-
findFirstOrThrow<T extends
|
|
19325
|
+
findFirstOrThrow<T extends CalcomEvaluationConfigFindFirstOrThrowArgs>(args?: SelectSubset<T, CalcomEvaluationConfigFindFirstOrThrowArgs<ExtArgs>>): Prisma__CalcomEvaluationConfigClient<$Result.GetResult<Prisma.$CalcomEvaluationConfigPayload<ExtArgs>, T, "findFirstOrThrow">, never, ExtArgs>
|
|
19238
19326
|
|
|
19239
19327
|
/**
|
|
19240
|
-
* Find zero or more
|
|
19328
|
+
* Find zero or more CalcomEvaluationConfigs that matches the filter.
|
|
19241
19329
|
* Note, that providing `undefined` is treated as the value not being there.
|
|
19242
19330
|
* Read more here: https://pris.ly/d/null-undefined
|
|
19243
|
-
* @param {
|
|
19331
|
+
* @param {CalcomEvaluationConfigFindManyArgs} args - Arguments to filter and select certain fields only.
|
|
19244
19332
|
* @example
|
|
19245
|
-
* // Get all
|
|
19246
|
-
* const
|
|
19333
|
+
* // Get all CalcomEvaluationConfigs
|
|
19334
|
+
* const calcomEvaluationConfigs = await prisma.calcomEvaluationConfig.findMany()
|
|
19247
19335
|
*
|
|
19248
|
-
* // Get first 10
|
|
19249
|
-
* const
|
|
19336
|
+
* // Get first 10 CalcomEvaluationConfigs
|
|
19337
|
+
* const calcomEvaluationConfigs = await prisma.calcomEvaluationConfig.findMany({ take: 10 })
|
|
19250
19338
|
*
|
|
19251
19339
|
* // Only select the `id`
|
|
19252
|
-
* const
|
|
19340
|
+
* const calcomEvaluationConfigWithIdOnly = await prisma.calcomEvaluationConfig.findMany({ select: { id: true } })
|
|
19253
19341
|
*
|
|
19254
19342
|
*/
|
|
19255
|
-
findMany<T extends
|
|
19343
|
+
findMany<T extends CalcomEvaluationConfigFindManyArgs>(args?: SelectSubset<T, CalcomEvaluationConfigFindManyArgs<ExtArgs>>): Prisma.PrismaPromise<$Result.GetResult<Prisma.$CalcomEvaluationConfigPayload<ExtArgs>, T, "findMany">>
|
|
19256
19344
|
|
|
19257
19345
|
/**
|
|
19258
|
-
* Create a
|
|
19259
|
-
* @param {
|
|
19346
|
+
* Create a CalcomEvaluationConfig.
|
|
19347
|
+
* @param {CalcomEvaluationConfigCreateArgs} args - Arguments to create a CalcomEvaluationConfig.
|
|
19260
19348
|
* @example
|
|
19261
|
-
* // Create one
|
|
19262
|
-
* const
|
|
19349
|
+
* // Create one CalcomEvaluationConfig
|
|
19350
|
+
* const CalcomEvaluationConfig = await prisma.calcomEvaluationConfig.create({
|
|
19263
19351
|
* data: {
|
|
19264
|
-
* // ... data to create a
|
|
19352
|
+
* // ... data to create a CalcomEvaluationConfig
|
|
19265
19353
|
* }
|
|
19266
19354
|
* })
|
|
19267
19355
|
*
|
|
19268
19356
|
*/
|
|
19269
|
-
create<T extends
|
|
19357
|
+
create<T extends CalcomEvaluationConfigCreateArgs>(args: SelectSubset<T, CalcomEvaluationConfigCreateArgs<ExtArgs>>): Prisma__CalcomEvaluationConfigClient<$Result.GetResult<Prisma.$CalcomEvaluationConfigPayload<ExtArgs>, T, "create">, never, ExtArgs>
|
|
19270
19358
|
|
|
19271
19359
|
/**
|
|
19272
|
-
* Create many
|
|
19273
|
-
* @param {
|
|
19360
|
+
* Create many CalcomEvaluationConfigs.
|
|
19361
|
+
* @param {CalcomEvaluationConfigCreateManyArgs} args - Arguments to create many CalcomEvaluationConfigs.
|
|
19274
19362
|
* @example
|
|
19275
|
-
* // Create many
|
|
19276
|
-
* const
|
|
19363
|
+
* // Create many CalcomEvaluationConfigs
|
|
19364
|
+
* const calcomEvaluationConfig = await prisma.calcomEvaluationConfig.createMany({
|
|
19277
19365
|
* data: [
|
|
19278
19366
|
* // ... provide data here
|
|
19279
19367
|
* ]
|
|
19280
19368
|
* })
|
|
19281
19369
|
*
|
|
19282
19370
|
*/
|
|
19283
|
-
createMany<T extends
|
|
19371
|
+
createMany<T extends CalcomEvaluationConfigCreateManyArgs>(args?: SelectSubset<T, CalcomEvaluationConfigCreateManyArgs<ExtArgs>>): Prisma.PrismaPromise<BatchPayload>
|
|
19284
19372
|
|
|
19285
19373
|
/**
|
|
19286
|
-
* Delete a
|
|
19287
|
-
* @param {
|
|
19374
|
+
* Delete a CalcomEvaluationConfig.
|
|
19375
|
+
* @param {CalcomEvaluationConfigDeleteArgs} args - Arguments to delete one CalcomEvaluationConfig.
|
|
19288
19376
|
* @example
|
|
19289
|
-
* // Delete one
|
|
19290
|
-
* const
|
|
19377
|
+
* // Delete one CalcomEvaluationConfig
|
|
19378
|
+
* const CalcomEvaluationConfig = await prisma.calcomEvaluationConfig.delete({
|
|
19291
19379
|
* where: {
|
|
19292
|
-
* // ... filter to delete one
|
|
19380
|
+
* // ... filter to delete one CalcomEvaluationConfig
|
|
19293
19381
|
* }
|
|
19294
19382
|
* })
|
|
19295
19383
|
*
|
|
19296
19384
|
*/
|
|
19297
|
-
delete<T extends
|
|
19385
|
+
delete<T extends CalcomEvaluationConfigDeleteArgs>(args: SelectSubset<T, CalcomEvaluationConfigDeleteArgs<ExtArgs>>): Prisma__CalcomEvaluationConfigClient<$Result.GetResult<Prisma.$CalcomEvaluationConfigPayload<ExtArgs>, T, "delete">, never, ExtArgs>
|
|
19298
19386
|
|
|
19299
19387
|
/**
|
|
19300
|
-
* Update one
|
|
19301
|
-
* @param {
|
|
19388
|
+
* Update one CalcomEvaluationConfig.
|
|
19389
|
+
* @param {CalcomEvaluationConfigUpdateArgs} args - Arguments to update one CalcomEvaluationConfig.
|
|
19302
19390
|
* @example
|
|
19303
|
-
* // Update one
|
|
19304
|
-
* const
|
|
19391
|
+
* // Update one CalcomEvaluationConfig
|
|
19392
|
+
* const calcomEvaluationConfig = await prisma.calcomEvaluationConfig.update({
|
|
19305
19393
|
* where: {
|
|
19306
19394
|
* // ... provide filter here
|
|
19307
19395
|
* },
|
|
@@ -19311,30 +19399,30 @@ export namespace Prisma {
|
|
|
19311
19399
|
* })
|
|
19312
19400
|
*
|
|
19313
19401
|
*/
|
|
19314
|
-
update<T extends
|
|
19402
|
+
update<T extends CalcomEvaluationConfigUpdateArgs>(args: SelectSubset<T, CalcomEvaluationConfigUpdateArgs<ExtArgs>>): Prisma__CalcomEvaluationConfigClient<$Result.GetResult<Prisma.$CalcomEvaluationConfigPayload<ExtArgs>, T, "update">, never, ExtArgs>
|
|
19315
19403
|
|
|
19316
19404
|
/**
|
|
19317
|
-
* Delete zero or more
|
|
19318
|
-
* @param {
|
|
19405
|
+
* Delete zero or more CalcomEvaluationConfigs.
|
|
19406
|
+
* @param {CalcomEvaluationConfigDeleteManyArgs} args - Arguments to filter CalcomEvaluationConfigs to delete.
|
|
19319
19407
|
* @example
|
|
19320
|
-
* // Delete a few
|
|
19321
|
-
* const { count } = await prisma.
|
|
19408
|
+
* // Delete a few CalcomEvaluationConfigs
|
|
19409
|
+
* const { count } = await prisma.calcomEvaluationConfig.deleteMany({
|
|
19322
19410
|
* where: {
|
|
19323
19411
|
* // ... provide filter here
|
|
19324
19412
|
* }
|
|
19325
19413
|
* })
|
|
19326
19414
|
*
|
|
19327
19415
|
*/
|
|
19328
|
-
deleteMany<T extends
|
|
19416
|
+
deleteMany<T extends CalcomEvaluationConfigDeleteManyArgs>(args?: SelectSubset<T, CalcomEvaluationConfigDeleteManyArgs<ExtArgs>>): Prisma.PrismaPromise<BatchPayload>
|
|
19329
19417
|
|
|
19330
19418
|
/**
|
|
19331
|
-
* Update zero or more
|
|
19419
|
+
* Update zero or more CalcomEvaluationConfigs.
|
|
19332
19420
|
* Note, that providing `undefined` is treated as the value not being there.
|
|
19333
19421
|
* Read more here: https://pris.ly/d/null-undefined
|
|
19334
|
-
* @param {
|
|
19422
|
+
* @param {CalcomEvaluationConfigUpdateManyArgs} args - Arguments to update one or more rows.
|
|
19335
19423
|
* @example
|
|
19336
|
-
* // Update many
|
|
19337
|
-
* const
|
|
19424
|
+
* // Update many CalcomEvaluationConfigs
|
|
19425
|
+
* const calcomEvaluationConfig = await prisma.calcomEvaluationConfig.updateMany({
|
|
19338
19426
|
* where: {
|
|
19339
19427
|
* // ... provide filter here
|
|
19340
19428
|
* },
|
|
@@ -19344,79 +19432,79 @@ export namespace Prisma {
|
|
|
19344
19432
|
* })
|
|
19345
19433
|
*
|
|
19346
19434
|
*/
|
|
19347
|
-
updateMany<T extends
|
|
19435
|
+
updateMany<T extends CalcomEvaluationConfigUpdateManyArgs>(args: SelectSubset<T, CalcomEvaluationConfigUpdateManyArgs<ExtArgs>>): Prisma.PrismaPromise<BatchPayload>
|
|
19348
19436
|
|
|
19349
19437
|
/**
|
|
19350
|
-
* Create or update one
|
|
19351
|
-
* @param {
|
|
19438
|
+
* Create or update one CalcomEvaluationConfig.
|
|
19439
|
+
* @param {CalcomEvaluationConfigUpsertArgs} args - Arguments to update or create a CalcomEvaluationConfig.
|
|
19352
19440
|
* @example
|
|
19353
|
-
* // Update or create a
|
|
19354
|
-
* const
|
|
19441
|
+
* // Update or create a CalcomEvaluationConfig
|
|
19442
|
+
* const calcomEvaluationConfig = await prisma.calcomEvaluationConfig.upsert({
|
|
19355
19443
|
* create: {
|
|
19356
|
-
* // ... data to create a
|
|
19444
|
+
* // ... data to create a CalcomEvaluationConfig
|
|
19357
19445
|
* },
|
|
19358
19446
|
* update: {
|
|
19359
19447
|
* // ... in case it already exists, update
|
|
19360
19448
|
* },
|
|
19361
19449
|
* where: {
|
|
19362
|
-
* // ... the filter for the
|
|
19450
|
+
* // ... the filter for the CalcomEvaluationConfig we want to update
|
|
19363
19451
|
* }
|
|
19364
19452
|
* })
|
|
19365
19453
|
*/
|
|
19366
|
-
upsert<T extends
|
|
19454
|
+
upsert<T extends CalcomEvaluationConfigUpsertArgs>(args: SelectSubset<T, CalcomEvaluationConfigUpsertArgs<ExtArgs>>): Prisma__CalcomEvaluationConfigClient<$Result.GetResult<Prisma.$CalcomEvaluationConfigPayload<ExtArgs>, T, "upsert">, never, ExtArgs>
|
|
19367
19455
|
|
|
19368
19456
|
/**
|
|
19369
|
-
* Find zero or more
|
|
19370
|
-
* @param {
|
|
19457
|
+
* Find zero or more CalcomEvaluationConfigs that matches the filter.
|
|
19458
|
+
* @param {CalcomEvaluationConfigFindRawArgs} args - Select which filters you would like to apply.
|
|
19371
19459
|
* @example
|
|
19372
|
-
* const
|
|
19460
|
+
* const calcomEvaluationConfig = await prisma.calcomEvaluationConfig.findRaw({
|
|
19373
19461
|
* filter: { age: { $gt: 25 } }
|
|
19374
19462
|
* })
|
|
19375
19463
|
*/
|
|
19376
|
-
findRaw(args?:
|
|
19464
|
+
findRaw(args?: CalcomEvaluationConfigFindRawArgs): Prisma.PrismaPromise<JsonObject>
|
|
19377
19465
|
|
|
19378
19466
|
/**
|
|
19379
|
-
* Perform aggregation operations on a
|
|
19380
|
-
* @param {
|
|
19467
|
+
* Perform aggregation operations on a CalcomEvaluationConfig.
|
|
19468
|
+
* @param {CalcomEvaluationConfigAggregateRawArgs} args - Select which aggregations you would like to apply.
|
|
19381
19469
|
* @example
|
|
19382
|
-
* const
|
|
19470
|
+
* const calcomEvaluationConfig = await prisma.calcomEvaluationConfig.aggregateRaw({
|
|
19383
19471
|
* pipeline: [
|
|
19384
19472
|
* { $match: { status: "registered" } },
|
|
19385
19473
|
* { $group: { _id: "$country", total: { $sum: 1 } } }
|
|
19386
19474
|
* ]
|
|
19387
19475
|
* })
|
|
19388
19476
|
*/
|
|
19389
|
-
aggregateRaw(args?:
|
|
19477
|
+
aggregateRaw(args?: CalcomEvaluationConfigAggregateRawArgs): Prisma.PrismaPromise<JsonObject>
|
|
19390
19478
|
|
|
19391
19479
|
|
|
19392
19480
|
/**
|
|
19393
|
-
* Count the number of
|
|
19481
|
+
* Count the number of CalcomEvaluationConfigs.
|
|
19394
19482
|
* Note, that providing `undefined` is treated as the value not being there.
|
|
19395
19483
|
* Read more here: https://pris.ly/d/null-undefined
|
|
19396
|
-
* @param {
|
|
19484
|
+
* @param {CalcomEvaluationConfigCountArgs} args - Arguments to filter CalcomEvaluationConfigs to count.
|
|
19397
19485
|
* @example
|
|
19398
|
-
* // Count the number of
|
|
19399
|
-
* const count = await prisma.
|
|
19486
|
+
* // Count the number of CalcomEvaluationConfigs
|
|
19487
|
+
* const count = await prisma.calcomEvaluationConfig.count({
|
|
19400
19488
|
* where: {
|
|
19401
|
-
* // ... the filter for the
|
|
19489
|
+
* // ... the filter for the CalcomEvaluationConfigs we want to count
|
|
19402
19490
|
* }
|
|
19403
19491
|
* })
|
|
19404
19492
|
**/
|
|
19405
|
-
count<T extends
|
|
19406
|
-
args?: Subset<T,
|
|
19493
|
+
count<T extends CalcomEvaluationConfigCountArgs>(
|
|
19494
|
+
args?: Subset<T, CalcomEvaluationConfigCountArgs>,
|
|
19407
19495
|
): Prisma.PrismaPromise<
|
|
19408
19496
|
T extends $Utils.Record<'select', any>
|
|
19409
19497
|
? T['select'] extends true
|
|
19410
19498
|
? number
|
|
19411
|
-
: GetScalarType<T['select'],
|
|
19499
|
+
: GetScalarType<T['select'], CalcomEvaluationConfigCountAggregateOutputType>
|
|
19412
19500
|
: number
|
|
19413
19501
|
>
|
|
19414
19502
|
|
|
19415
19503
|
/**
|
|
19416
|
-
* Allows you to perform aggregations operations on a
|
|
19504
|
+
* Allows you to perform aggregations operations on a CalcomEvaluationConfig.
|
|
19417
19505
|
* Note, that providing `undefined` is treated as the value not being there.
|
|
19418
19506
|
* Read more here: https://pris.ly/d/null-undefined
|
|
19419
|
-
* @param {
|
|
19507
|
+
* @param {CalcomEvaluationConfigAggregateArgs} args - Select which aggregations you would like to apply and on what fields.
|
|
19420
19508
|
* @example
|
|
19421
19509
|
* // Ordered by age ascending
|
|
19422
19510
|
* // Where email contains prisma.io
|
|
@@ -19436,13 +19524,13 @@ export namespace Prisma {
|
|
|
19436
19524
|
* take: 10,
|
|
19437
19525
|
* })
|
|
19438
19526
|
**/
|
|
19439
|
-
aggregate<T extends
|
|
19527
|
+
aggregate<T extends CalcomEvaluationConfigAggregateArgs>(args: Subset<T, CalcomEvaluationConfigAggregateArgs>): Prisma.PrismaPromise<GetCalcomEvaluationConfigAggregateType<T>>
|
|
19440
19528
|
|
|
19441
19529
|
/**
|
|
19442
|
-
* Group by
|
|
19530
|
+
* Group by CalcomEvaluationConfig.
|
|
19443
19531
|
* Note, that providing `undefined` is treated as the value not being there.
|
|
19444
19532
|
* Read more here: https://pris.ly/d/null-undefined
|
|
19445
|
-
* @param {
|
|
19533
|
+
* @param {CalcomEvaluationConfigGroupByArgs} args - Group by arguments.
|
|
19446
19534
|
* @example
|
|
19447
19535
|
* // Group by city, order by createdAt, get count
|
|
19448
19536
|
* const result = await prisma.user.groupBy({
|
|
@@ -19457,14 +19545,14 @@ export namespace Prisma {
|
|
|
19457
19545
|
*
|
|
19458
19546
|
**/
|
|
19459
19547
|
groupBy<
|
|
19460
|
-
T extends
|
|
19548
|
+
T extends CalcomEvaluationConfigGroupByArgs,
|
|
19461
19549
|
HasSelectOrTake extends Or<
|
|
19462
19550
|
Extends<'skip', Keys<T>>,
|
|
19463
19551
|
Extends<'take', Keys<T>>
|
|
19464
19552
|
>,
|
|
19465
19553
|
OrderByArg extends True extends HasSelectOrTake
|
|
19466
|
-
? { orderBy:
|
|
19467
|
-
: { orderBy?:
|
|
19554
|
+
? { orderBy: CalcomEvaluationConfigGroupByArgs['orderBy'] }
|
|
19555
|
+
: { orderBy?: CalcomEvaluationConfigGroupByArgs['orderBy'] },
|
|
19468
19556
|
OrderFields extends ExcludeUnderscoreKeys<Keys<MaybeTupleToUnion<T['orderBy']>>>,
|
|
19469
19557
|
ByFields extends MaybeTupleToUnion<T['by']>,
|
|
19470
19558
|
ByValid extends Has<ByFields, OrderFields>,
|
|
@@ -19513,23 +19601,932 @@ export namespace Prisma {
|
|
|
19513
19601
|
? never
|
|
19514
19602
|
: `Error: Field "${P}" in "orderBy" needs to be provided in "by"`
|
|
19515
19603
|
}[OrderFields]
|
|
19516
|
-
>(args: SubsetIntersection<T,
|
|
19604
|
+
>(args: SubsetIntersection<T, CalcomEvaluationConfigGroupByArgs, OrderByArg> & InputErrors): {} extends InputErrors ? GetCalcomEvaluationConfigGroupByPayload<T> : Prisma.PrismaPromise<InputErrors>
|
|
19517
19605
|
/**
|
|
19518
|
-
* Fields of the
|
|
19606
|
+
* Fields of the CalcomEvaluationConfig model
|
|
19519
19607
|
*/
|
|
19520
|
-
readonly fields:
|
|
19608
|
+
readonly fields: CalcomEvaluationConfigFieldRefs;
|
|
19521
19609
|
}
|
|
19522
19610
|
|
|
19523
19611
|
/**
|
|
19524
|
-
* The delegate class that acts as a "Promise-like" for
|
|
19612
|
+
* The delegate class that acts as a "Promise-like" for CalcomEvaluationConfig.
|
|
19525
19613
|
* Why is this prefixed with `Prisma__`?
|
|
19526
19614
|
* Because we want to prevent naming conflicts as mentioned in
|
|
19527
19615
|
* https://github.com/prisma/prisma-client-js/issues/707
|
|
19528
19616
|
*/
|
|
19529
|
-
export interface
|
|
19617
|
+
export interface Prisma__CalcomEvaluationConfigClient<T, Null = never, ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> extends Prisma.PrismaPromise<T> {
|
|
19530
19618
|
readonly [Symbol.toStringTag]: "PrismaPromise"
|
|
19531
|
-
|
|
19532
|
-
|
|
19619
|
+
/**
|
|
19620
|
+
* Attaches callbacks for the resolution and/or rejection of the Promise.
|
|
19621
|
+
* @param onfulfilled The callback to execute when the Promise is resolved.
|
|
19622
|
+
* @param onrejected The callback to execute when the Promise is rejected.
|
|
19623
|
+
* @returns A Promise for the completion of which ever callback is executed.
|
|
19624
|
+
*/
|
|
19625
|
+
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>
|
|
19626
|
+
/**
|
|
19627
|
+
* Attaches a callback for only the rejection of the Promise.
|
|
19628
|
+
* @param onrejected The callback to execute when the Promise is rejected.
|
|
19629
|
+
* @returns A Promise for the completion of the callback.
|
|
19630
|
+
*/
|
|
19631
|
+
catch<TResult = never>(onrejected?: ((reason: any) => TResult | PromiseLike<TResult>) | undefined | null): $Utils.JsPromise<T | TResult>
|
|
19632
|
+
/**
|
|
19633
|
+
* Attaches a callback that is invoked when the Promise is settled (fulfilled or rejected). The
|
|
19634
|
+
* resolved value cannot be modified from the callback.
|
|
19635
|
+
* @param onfinally The callback to execute when the Promise is settled (fulfilled or rejected).
|
|
19636
|
+
* @returns A Promise for the completion of the callback.
|
|
19637
|
+
*/
|
|
19638
|
+
finally(onfinally?: (() => void) | undefined | null): $Utils.JsPromise<T>
|
|
19639
|
+
}
|
|
19640
|
+
|
|
19641
|
+
|
|
19642
|
+
|
|
19643
|
+
|
|
19644
|
+
/**
|
|
19645
|
+
* Fields of the CalcomEvaluationConfig model
|
|
19646
|
+
*/
|
|
19647
|
+
interface CalcomEvaluationConfigFieldRefs {
|
|
19648
|
+
readonly id: FieldRef<"CalcomEvaluationConfig", 'String'>
|
|
19649
|
+
readonly talentCategoryIds: FieldRef<"CalcomEvaluationConfig", 'String[]'>
|
|
19650
|
+
readonly applyToAllRoleCategories: FieldRef<"CalcomEvaluationConfig", 'Boolean'>
|
|
19651
|
+
readonly roleCategoryIds: FieldRef<"CalcomEvaluationConfig", 'String[]'>
|
|
19652
|
+
readonly eventTypeUrl: FieldRef<"CalcomEvaluationConfig", 'String'>
|
|
19653
|
+
readonly isDefault: FieldRef<"CalcomEvaluationConfig", 'Boolean'>
|
|
19654
|
+
readonly createdAt: FieldRef<"CalcomEvaluationConfig", 'DateTime'>
|
|
19655
|
+
readonly updatedAt: FieldRef<"CalcomEvaluationConfig", 'DateTime'>
|
|
19656
|
+
}
|
|
19657
|
+
|
|
19658
|
+
|
|
19659
|
+
// Custom InputTypes
|
|
19660
|
+
/**
|
|
19661
|
+
* CalcomEvaluationConfig findUnique
|
|
19662
|
+
*/
|
|
19663
|
+
export type CalcomEvaluationConfigFindUniqueArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
|
|
19664
|
+
/**
|
|
19665
|
+
* Select specific fields to fetch from the CalcomEvaluationConfig
|
|
19666
|
+
*/
|
|
19667
|
+
select?: CalcomEvaluationConfigSelect<ExtArgs> | null
|
|
19668
|
+
/**
|
|
19669
|
+
* Filter, which CalcomEvaluationConfig to fetch.
|
|
19670
|
+
*/
|
|
19671
|
+
where: CalcomEvaluationConfigWhereUniqueInput
|
|
19672
|
+
}
|
|
19673
|
+
|
|
19674
|
+
/**
|
|
19675
|
+
* CalcomEvaluationConfig findUniqueOrThrow
|
|
19676
|
+
*/
|
|
19677
|
+
export type CalcomEvaluationConfigFindUniqueOrThrowArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
|
|
19678
|
+
/**
|
|
19679
|
+
* Select specific fields to fetch from the CalcomEvaluationConfig
|
|
19680
|
+
*/
|
|
19681
|
+
select?: CalcomEvaluationConfigSelect<ExtArgs> | null
|
|
19682
|
+
/**
|
|
19683
|
+
* Filter, which CalcomEvaluationConfig to fetch.
|
|
19684
|
+
*/
|
|
19685
|
+
where: CalcomEvaluationConfigWhereUniqueInput
|
|
19686
|
+
}
|
|
19687
|
+
|
|
19688
|
+
/**
|
|
19689
|
+
* CalcomEvaluationConfig findFirst
|
|
19690
|
+
*/
|
|
19691
|
+
export type CalcomEvaluationConfigFindFirstArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
|
|
19692
|
+
/**
|
|
19693
|
+
* Select specific fields to fetch from the CalcomEvaluationConfig
|
|
19694
|
+
*/
|
|
19695
|
+
select?: CalcomEvaluationConfigSelect<ExtArgs> | null
|
|
19696
|
+
/**
|
|
19697
|
+
* Filter, which CalcomEvaluationConfig to fetch.
|
|
19698
|
+
*/
|
|
19699
|
+
where?: CalcomEvaluationConfigWhereInput
|
|
19700
|
+
/**
|
|
19701
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/sorting Sorting Docs}
|
|
19702
|
+
*
|
|
19703
|
+
* Determine the order of CalcomEvaluationConfigs to fetch.
|
|
19704
|
+
*/
|
|
19705
|
+
orderBy?: CalcomEvaluationConfigOrderByWithRelationInput | CalcomEvaluationConfigOrderByWithRelationInput[]
|
|
19706
|
+
/**
|
|
19707
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination#cursor-based-pagination Cursor Docs}
|
|
19708
|
+
*
|
|
19709
|
+
* Sets the position for searching for CalcomEvaluationConfigs.
|
|
19710
|
+
*/
|
|
19711
|
+
cursor?: CalcomEvaluationConfigWhereUniqueInput
|
|
19712
|
+
/**
|
|
19713
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
|
|
19714
|
+
*
|
|
19715
|
+
* Take `±n` CalcomEvaluationConfigs from the position of the cursor.
|
|
19716
|
+
*/
|
|
19717
|
+
take?: number
|
|
19718
|
+
/**
|
|
19719
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
|
|
19720
|
+
*
|
|
19721
|
+
* Skip the first `n` CalcomEvaluationConfigs.
|
|
19722
|
+
*/
|
|
19723
|
+
skip?: number
|
|
19724
|
+
/**
|
|
19725
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/distinct Distinct Docs}
|
|
19726
|
+
*
|
|
19727
|
+
* Filter by unique combinations of CalcomEvaluationConfigs.
|
|
19728
|
+
*/
|
|
19729
|
+
distinct?: CalcomEvaluationConfigScalarFieldEnum | CalcomEvaluationConfigScalarFieldEnum[]
|
|
19730
|
+
}
|
|
19731
|
+
|
|
19732
|
+
/**
|
|
19733
|
+
* CalcomEvaluationConfig findFirstOrThrow
|
|
19734
|
+
*/
|
|
19735
|
+
export type CalcomEvaluationConfigFindFirstOrThrowArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
|
|
19736
|
+
/**
|
|
19737
|
+
* Select specific fields to fetch from the CalcomEvaluationConfig
|
|
19738
|
+
*/
|
|
19739
|
+
select?: CalcomEvaluationConfigSelect<ExtArgs> | null
|
|
19740
|
+
/**
|
|
19741
|
+
* Filter, which CalcomEvaluationConfig to fetch.
|
|
19742
|
+
*/
|
|
19743
|
+
where?: CalcomEvaluationConfigWhereInput
|
|
19744
|
+
/**
|
|
19745
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/sorting Sorting Docs}
|
|
19746
|
+
*
|
|
19747
|
+
* Determine the order of CalcomEvaluationConfigs to fetch.
|
|
19748
|
+
*/
|
|
19749
|
+
orderBy?: CalcomEvaluationConfigOrderByWithRelationInput | CalcomEvaluationConfigOrderByWithRelationInput[]
|
|
19750
|
+
/**
|
|
19751
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination#cursor-based-pagination Cursor Docs}
|
|
19752
|
+
*
|
|
19753
|
+
* Sets the position for searching for CalcomEvaluationConfigs.
|
|
19754
|
+
*/
|
|
19755
|
+
cursor?: CalcomEvaluationConfigWhereUniqueInput
|
|
19756
|
+
/**
|
|
19757
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
|
|
19758
|
+
*
|
|
19759
|
+
* Take `±n` CalcomEvaluationConfigs from the position of the cursor.
|
|
19760
|
+
*/
|
|
19761
|
+
take?: number
|
|
19762
|
+
/**
|
|
19763
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
|
|
19764
|
+
*
|
|
19765
|
+
* Skip the first `n` CalcomEvaluationConfigs.
|
|
19766
|
+
*/
|
|
19767
|
+
skip?: number
|
|
19768
|
+
/**
|
|
19769
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/distinct Distinct Docs}
|
|
19770
|
+
*
|
|
19771
|
+
* Filter by unique combinations of CalcomEvaluationConfigs.
|
|
19772
|
+
*/
|
|
19773
|
+
distinct?: CalcomEvaluationConfigScalarFieldEnum | CalcomEvaluationConfigScalarFieldEnum[]
|
|
19774
|
+
}
|
|
19775
|
+
|
|
19776
|
+
/**
|
|
19777
|
+
* CalcomEvaluationConfig findMany
|
|
19778
|
+
*/
|
|
19779
|
+
export type CalcomEvaluationConfigFindManyArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
|
|
19780
|
+
/**
|
|
19781
|
+
* Select specific fields to fetch from the CalcomEvaluationConfig
|
|
19782
|
+
*/
|
|
19783
|
+
select?: CalcomEvaluationConfigSelect<ExtArgs> | null
|
|
19784
|
+
/**
|
|
19785
|
+
* Filter, which CalcomEvaluationConfigs to fetch.
|
|
19786
|
+
*/
|
|
19787
|
+
where?: CalcomEvaluationConfigWhereInput
|
|
19788
|
+
/**
|
|
19789
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/sorting Sorting Docs}
|
|
19790
|
+
*
|
|
19791
|
+
* Determine the order of CalcomEvaluationConfigs to fetch.
|
|
19792
|
+
*/
|
|
19793
|
+
orderBy?: CalcomEvaluationConfigOrderByWithRelationInput | CalcomEvaluationConfigOrderByWithRelationInput[]
|
|
19794
|
+
/**
|
|
19795
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination#cursor-based-pagination Cursor Docs}
|
|
19796
|
+
*
|
|
19797
|
+
* Sets the position for listing CalcomEvaluationConfigs.
|
|
19798
|
+
*/
|
|
19799
|
+
cursor?: CalcomEvaluationConfigWhereUniqueInput
|
|
19800
|
+
/**
|
|
19801
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
|
|
19802
|
+
*
|
|
19803
|
+
* Take `±n` CalcomEvaluationConfigs from the position of the cursor.
|
|
19804
|
+
*/
|
|
19805
|
+
take?: number
|
|
19806
|
+
/**
|
|
19807
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
|
|
19808
|
+
*
|
|
19809
|
+
* Skip the first `n` CalcomEvaluationConfigs.
|
|
19810
|
+
*/
|
|
19811
|
+
skip?: number
|
|
19812
|
+
distinct?: CalcomEvaluationConfigScalarFieldEnum | CalcomEvaluationConfigScalarFieldEnum[]
|
|
19813
|
+
}
|
|
19814
|
+
|
|
19815
|
+
/**
|
|
19816
|
+
* CalcomEvaluationConfig create
|
|
19817
|
+
*/
|
|
19818
|
+
export type CalcomEvaluationConfigCreateArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
|
|
19819
|
+
/**
|
|
19820
|
+
* Select specific fields to fetch from the CalcomEvaluationConfig
|
|
19821
|
+
*/
|
|
19822
|
+
select?: CalcomEvaluationConfigSelect<ExtArgs> | null
|
|
19823
|
+
/**
|
|
19824
|
+
* The data needed to create a CalcomEvaluationConfig.
|
|
19825
|
+
*/
|
|
19826
|
+
data: XOR<CalcomEvaluationConfigCreateInput, CalcomEvaluationConfigUncheckedCreateInput>
|
|
19827
|
+
}
|
|
19828
|
+
|
|
19829
|
+
/**
|
|
19830
|
+
* CalcomEvaluationConfig createMany
|
|
19831
|
+
*/
|
|
19832
|
+
export type CalcomEvaluationConfigCreateManyArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
|
|
19833
|
+
/**
|
|
19834
|
+
* The data used to create many CalcomEvaluationConfigs.
|
|
19835
|
+
*/
|
|
19836
|
+
data: CalcomEvaluationConfigCreateManyInput | CalcomEvaluationConfigCreateManyInput[]
|
|
19837
|
+
}
|
|
19838
|
+
|
|
19839
|
+
/**
|
|
19840
|
+
* CalcomEvaluationConfig update
|
|
19841
|
+
*/
|
|
19842
|
+
export type CalcomEvaluationConfigUpdateArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
|
|
19843
|
+
/**
|
|
19844
|
+
* Select specific fields to fetch from the CalcomEvaluationConfig
|
|
19845
|
+
*/
|
|
19846
|
+
select?: CalcomEvaluationConfigSelect<ExtArgs> | null
|
|
19847
|
+
/**
|
|
19848
|
+
* The data needed to update a CalcomEvaluationConfig.
|
|
19849
|
+
*/
|
|
19850
|
+
data: XOR<CalcomEvaluationConfigUpdateInput, CalcomEvaluationConfigUncheckedUpdateInput>
|
|
19851
|
+
/**
|
|
19852
|
+
* Choose, which CalcomEvaluationConfig to update.
|
|
19853
|
+
*/
|
|
19854
|
+
where: CalcomEvaluationConfigWhereUniqueInput
|
|
19855
|
+
}
|
|
19856
|
+
|
|
19857
|
+
/**
|
|
19858
|
+
* CalcomEvaluationConfig updateMany
|
|
19859
|
+
*/
|
|
19860
|
+
export type CalcomEvaluationConfigUpdateManyArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
|
|
19861
|
+
/**
|
|
19862
|
+
* The data used to update CalcomEvaluationConfigs.
|
|
19863
|
+
*/
|
|
19864
|
+
data: XOR<CalcomEvaluationConfigUpdateManyMutationInput, CalcomEvaluationConfigUncheckedUpdateManyInput>
|
|
19865
|
+
/**
|
|
19866
|
+
* Filter which CalcomEvaluationConfigs to update
|
|
19867
|
+
*/
|
|
19868
|
+
where?: CalcomEvaluationConfigWhereInput
|
|
19869
|
+
}
|
|
19870
|
+
|
|
19871
|
+
/**
|
|
19872
|
+
* CalcomEvaluationConfig upsert
|
|
19873
|
+
*/
|
|
19874
|
+
export type CalcomEvaluationConfigUpsertArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
|
|
19875
|
+
/**
|
|
19876
|
+
* Select specific fields to fetch from the CalcomEvaluationConfig
|
|
19877
|
+
*/
|
|
19878
|
+
select?: CalcomEvaluationConfigSelect<ExtArgs> | null
|
|
19879
|
+
/**
|
|
19880
|
+
* The filter to search for the CalcomEvaluationConfig to update in case it exists.
|
|
19881
|
+
*/
|
|
19882
|
+
where: CalcomEvaluationConfigWhereUniqueInput
|
|
19883
|
+
/**
|
|
19884
|
+
* In case the CalcomEvaluationConfig found by the `where` argument doesn't exist, create a new CalcomEvaluationConfig with this data.
|
|
19885
|
+
*/
|
|
19886
|
+
create: XOR<CalcomEvaluationConfigCreateInput, CalcomEvaluationConfigUncheckedCreateInput>
|
|
19887
|
+
/**
|
|
19888
|
+
* In case the CalcomEvaluationConfig was found with the provided `where` argument, update it with this data.
|
|
19889
|
+
*/
|
|
19890
|
+
update: XOR<CalcomEvaluationConfigUpdateInput, CalcomEvaluationConfigUncheckedUpdateInput>
|
|
19891
|
+
}
|
|
19892
|
+
|
|
19893
|
+
/**
|
|
19894
|
+
* CalcomEvaluationConfig delete
|
|
19895
|
+
*/
|
|
19896
|
+
export type CalcomEvaluationConfigDeleteArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
|
|
19897
|
+
/**
|
|
19898
|
+
* Select specific fields to fetch from the CalcomEvaluationConfig
|
|
19899
|
+
*/
|
|
19900
|
+
select?: CalcomEvaluationConfigSelect<ExtArgs> | null
|
|
19901
|
+
/**
|
|
19902
|
+
* Filter which CalcomEvaluationConfig to delete.
|
|
19903
|
+
*/
|
|
19904
|
+
where: CalcomEvaluationConfigWhereUniqueInput
|
|
19905
|
+
}
|
|
19906
|
+
|
|
19907
|
+
/**
|
|
19908
|
+
* CalcomEvaluationConfig deleteMany
|
|
19909
|
+
*/
|
|
19910
|
+
export type CalcomEvaluationConfigDeleteManyArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
|
|
19911
|
+
/**
|
|
19912
|
+
* Filter which CalcomEvaluationConfigs to delete
|
|
19913
|
+
*/
|
|
19914
|
+
where?: CalcomEvaluationConfigWhereInput
|
|
19915
|
+
}
|
|
19916
|
+
|
|
19917
|
+
/**
|
|
19918
|
+
* CalcomEvaluationConfig findRaw
|
|
19919
|
+
*/
|
|
19920
|
+
export type CalcomEvaluationConfigFindRawArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
|
|
19921
|
+
/**
|
|
19922
|
+
* The query predicate filter. If unspecified, then all documents in the collection will match the predicate. ${@link https://docs.mongodb.com/manual/reference/operator/query MongoDB Docs}.
|
|
19923
|
+
*/
|
|
19924
|
+
filter?: InputJsonValue
|
|
19925
|
+
/**
|
|
19926
|
+
* Additional options to pass to the `find` command ${@link https://docs.mongodb.com/manual/reference/command/find/#command-fields MongoDB Docs}.
|
|
19927
|
+
*/
|
|
19928
|
+
options?: InputJsonValue
|
|
19929
|
+
}
|
|
19930
|
+
|
|
19931
|
+
/**
|
|
19932
|
+
* CalcomEvaluationConfig aggregateRaw
|
|
19933
|
+
*/
|
|
19934
|
+
export type CalcomEvaluationConfigAggregateRawArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
|
|
19935
|
+
/**
|
|
19936
|
+
* An array of aggregation stages to process and transform the document stream via the aggregation pipeline. ${@link https://docs.mongodb.com/manual/reference/operator/aggregation-pipeline MongoDB Docs}.
|
|
19937
|
+
*/
|
|
19938
|
+
pipeline?: InputJsonValue[]
|
|
19939
|
+
/**
|
|
19940
|
+
* Additional options to pass to the `aggregate` command ${@link https://docs.mongodb.com/manual/reference/command/aggregate/#command-fields MongoDB Docs}.
|
|
19941
|
+
*/
|
|
19942
|
+
options?: InputJsonValue
|
|
19943
|
+
}
|
|
19944
|
+
|
|
19945
|
+
/**
|
|
19946
|
+
* CalcomEvaluationConfig without action
|
|
19947
|
+
*/
|
|
19948
|
+
export type CalcomEvaluationConfigDefaultArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
|
|
19949
|
+
/**
|
|
19950
|
+
* Select specific fields to fetch from the CalcomEvaluationConfig
|
|
19951
|
+
*/
|
|
19952
|
+
select?: CalcomEvaluationConfigSelect<ExtArgs> | null
|
|
19953
|
+
}
|
|
19954
|
+
|
|
19955
|
+
|
|
19956
|
+
/**
|
|
19957
|
+
* Model Calendar
|
|
19958
|
+
*/
|
|
19959
|
+
|
|
19960
|
+
export type AggregateCalendar = {
|
|
19961
|
+
_count: CalendarCountAggregateOutputType | null
|
|
19962
|
+
_min: CalendarMinAggregateOutputType | null
|
|
19963
|
+
_max: CalendarMaxAggregateOutputType | null
|
|
19964
|
+
}
|
|
19965
|
+
|
|
19966
|
+
export type CalendarMinAggregateOutputType = {
|
|
19967
|
+
id: string | null
|
|
19968
|
+
calendarId: string | null
|
|
19969
|
+
provider: $Enums.CalendarProvider | null
|
|
19970
|
+
userId: string | null
|
|
19971
|
+
createdAt: Date | null
|
|
19972
|
+
updatedAt: Date | null
|
|
19973
|
+
}
|
|
19974
|
+
|
|
19975
|
+
export type CalendarMaxAggregateOutputType = {
|
|
19976
|
+
id: string | null
|
|
19977
|
+
calendarId: string | null
|
|
19978
|
+
provider: $Enums.CalendarProvider | null
|
|
19979
|
+
userId: string | null
|
|
19980
|
+
createdAt: Date | null
|
|
19981
|
+
updatedAt: Date | null
|
|
19982
|
+
}
|
|
19983
|
+
|
|
19984
|
+
export type CalendarCountAggregateOutputType = {
|
|
19985
|
+
id: number
|
|
19986
|
+
calendarId: number
|
|
19987
|
+
provider: number
|
|
19988
|
+
userId: number
|
|
19989
|
+
createdAt: number
|
|
19990
|
+
updatedAt: number
|
|
19991
|
+
_all: number
|
|
19992
|
+
}
|
|
19993
|
+
|
|
19994
|
+
|
|
19995
|
+
export type CalendarMinAggregateInputType = {
|
|
19996
|
+
id?: true
|
|
19997
|
+
calendarId?: true
|
|
19998
|
+
provider?: true
|
|
19999
|
+
userId?: true
|
|
20000
|
+
createdAt?: true
|
|
20001
|
+
updatedAt?: true
|
|
20002
|
+
}
|
|
20003
|
+
|
|
20004
|
+
export type CalendarMaxAggregateInputType = {
|
|
20005
|
+
id?: true
|
|
20006
|
+
calendarId?: true
|
|
20007
|
+
provider?: true
|
|
20008
|
+
userId?: true
|
|
20009
|
+
createdAt?: true
|
|
20010
|
+
updatedAt?: true
|
|
20011
|
+
}
|
|
20012
|
+
|
|
20013
|
+
export type CalendarCountAggregateInputType = {
|
|
20014
|
+
id?: true
|
|
20015
|
+
calendarId?: true
|
|
20016
|
+
provider?: true
|
|
20017
|
+
userId?: true
|
|
20018
|
+
createdAt?: true
|
|
20019
|
+
updatedAt?: true
|
|
20020
|
+
_all?: true
|
|
20021
|
+
}
|
|
20022
|
+
|
|
20023
|
+
export type CalendarAggregateArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
|
|
20024
|
+
/**
|
|
20025
|
+
* Filter which Calendar to aggregate.
|
|
20026
|
+
*/
|
|
20027
|
+
where?: CalendarWhereInput
|
|
20028
|
+
/**
|
|
20029
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/sorting Sorting Docs}
|
|
20030
|
+
*
|
|
20031
|
+
* Determine the order of Calendars to fetch.
|
|
20032
|
+
*/
|
|
20033
|
+
orderBy?: CalendarOrderByWithRelationInput | CalendarOrderByWithRelationInput[]
|
|
20034
|
+
/**
|
|
20035
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination#cursor-based-pagination Cursor Docs}
|
|
20036
|
+
*
|
|
20037
|
+
* Sets the start position
|
|
20038
|
+
*/
|
|
20039
|
+
cursor?: CalendarWhereUniqueInput
|
|
20040
|
+
/**
|
|
20041
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
|
|
20042
|
+
*
|
|
20043
|
+
* Take `±n` Calendars from the position of the cursor.
|
|
20044
|
+
*/
|
|
20045
|
+
take?: number
|
|
20046
|
+
/**
|
|
20047
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
|
|
20048
|
+
*
|
|
20049
|
+
* Skip the first `n` Calendars.
|
|
20050
|
+
*/
|
|
20051
|
+
skip?: number
|
|
20052
|
+
/**
|
|
20053
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/aggregations Aggregation Docs}
|
|
20054
|
+
*
|
|
20055
|
+
* Count returned Calendars
|
|
20056
|
+
**/
|
|
20057
|
+
_count?: true | CalendarCountAggregateInputType
|
|
20058
|
+
/**
|
|
20059
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/aggregations Aggregation Docs}
|
|
20060
|
+
*
|
|
20061
|
+
* Select which fields to find the minimum value
|
|
20062
|
+
**/
|
|
20063
|
+
_min?: CalendarMinAggregateInputType
|
|
20064
|
+
/**
|
|
20065
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/aggregations Aggregation Docs}
|
|
20066
|
+
*
|
|
20067
|
+
* Select which fields to find the maximum value
|
|
20068
|
+
**/
|
|
20069
|
+
_max?: CalendarMaxAggregateInputType
|
|
20070
|
+
}
|
|
20071
|
+
|
|
20072
|
+
export type GetCalendarAggregateType<T extends CalendarAggregateArgs> = {
|
|
20073
|
+
[P in keyof T & keyof AggregateCalendar]: P extends '_count' | 'count'
|
|
20074
|
+
? T[P] extends true
|
|
20075
|
+
? number
|
|
20076
|
+
: GetScalarType<T[P], AggregateCalendar[P]>
|
|
20077
|
+
: GetScalarType<T[P], AggregateCalendar[P]>
|
|
20078
|
+
}
|
|
20079
|
+
|
|
20080
|
+
|
|
20081
|
+
|
|
20082
|
+
|
|
20083
|
+
export type CalendarGroupByArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
|
|
20084
|
+
where?: CalendarWhereInput
|
|
20085
|
+
orderBy?: CalendarOrderByWithAggregationInput | CalendarOrderByWithAggregationInput[]
|
|
20086
|
+
by: CalendarScalarFieldEnum[] | CalendarScalarFieldEnum
|
|
20087
|
+
having?: CalendarScalarWhereWithAggregatesInput
|
|
20088
|
+
take?: number
|
|
20089
|
+
skip?: number
|
|
20090
|
+
_count?: CalendarCountAggregateInputType | true
|
|
20091
|
+
_min?: CalendarMinAggregateInputType
|
|
20092
|
+
_max?: CalendarMaxAggregateInputType
|
|
20093
|
+
}
|
|
20094
|
+
|
|
20095
|
+
export type CalendarGroupByOutputType = {
|
|
20096
|
+
id: string
|
|
20097
|
+
calendarId: string
|
|
20098
|
+
provider: $Enums.CalendarProvider
|
|
20099
|
+
userId: string
|
|
20100
|
+
createdAt: Date
|
|
20101
|
+
updatedAt: Date
|
|
20102
|
+
_count: CalendarCountAggregateOutputType | null
|
|
20103
|
+
_min: CalendarMinAggregateOutputType | null
|
|
20104
|
+
_max: CalendarMaxAggregateOutputType | null
|
|
20105
|
+
}
|
|
20106
|
+
|
|
20107
|
+
type GetCalendarGroupByPayload<T extends CalendarGroupByArgs> = Prisma.PrismaPromise<
|
|
20108
|
+
Array<
|
|
20109
|
+
PickEnumerable<CalendarGroupByOutputType, T['by']> &
|
|
20110
|
+
{
|
|
20111
|
+
[P in ((keyof T) & (keyof CalendarGroupByOutputType))]: P extends '_count'
|
|
20112
|
+
? T[P] extends boolean
|
|
20113
|
+
? number
|
|
20114
|
+
: GetScalarType<T[P], CalendarGroupByOutputType[P]>
|
|
20115
|
+
: GetScalarType<T[P], CalendarGroupByOutputType[P]>
|
|
20116
|
+
}
|
|
20117
|
+
>
|
|
20118
|
+
>
|
|
20119
|
+
|
|
20120
|
+
|
|
20121
|
+
export type CalendarSelect<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = $Extensions.GetSelect<{
|
|
20122
|
+
id?: boolean
|
|
20123
|
+
credentials?: boolean | CalendarCredentialsDefaultArgs<ExtArgs>
|
|
20124
|
+
calendarId?: boolean
|
|
20125
|
+
provider?: boolean
|
|
20126
|
+
userId?: boolean
|
|
20127
|
+
createdAt?: boolean
|
|
20128
|
+
updatedAt?: boolean
|
|
20129
|
+
calendarUser?: boolean | UserDefaultArgs<ExtArgs>
|
|
20130
|
+
events?: boolean | Calendar$eventsArgs<ExtArgs>
|
|
20131
|
+
_count?: boolean | CalendarCountOutputTypeDefaultArgs<ExtArgs>
|
|
20132
|
+
}, ExtArgs["result"]["calendar"]>
|
|
20133
|
+
|
|
20134
|
+
|
|
20135
|
+
export type CalendarSelectScalar = {
|
|
20136
|
+
id?: boolean
|
|
20137
|
+
calendarId?: boolean
|
|
20138
|
+
provider?: boolean
|
|
20139
|
+
userId?: boolean
|
|
20140
|
+
createdAt?: boolean
|
|
20141
|
+
updatedAt?: boolean
|
|
20142
|
+
}
|
|
20143
|
+
|
|
20144
|
+
export type CalendarInclude<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
|
|
20145
|
+
calendarUser?: boolean | UserDefaultArgs<ExtArgs>
|
|
20146
|
+
events?: boolean | Calendar$eventsArgs<ExtArgs>
|
|
20147
|
+
_count?: boolean | CalendarCountOutputTypeDefaultArgs<ExtArgs>
|
|
20148
|
+
}
|
|
20149
|
+
|
|
20150
|
+
export type $CalendarPayload<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
|
|
20151
|
+
name: "Calendar"
|
|
20152
|
+
objects: {
|
|
20153
|
+
calendarUser: Prisma.$UserPayload<ExtArgs>
|
|
20154
|
+
events: Prisma.$CalendarEventPayload<ExtArgs>[]
|
|
20155
|
+
}
|
|
20156
|
+
scalars: $Extensions.GetPayloadResult<{
|
|
20157
|
+
id: string
|
|
20158
|
+
calendarId: string
|
|
20159
|
+
provider: $Enums.CalendarProvider
|
|
20160
|
+
userId: string
|
|
20161
|
+
createdAt: Date
|
|
20162
|
+
updatedAt: Date
|
|
20163
|
+
}, ExtArgs["result"]["calendar"]>
|
|
20164
|
+
composites: {
|
|
20165
|
+
credentials: Prisma.$CalendarCredentialsPayload
|
|
20166
|
+
}
|
|
20167
|
+
}
|
|
20168
|
+
|
|
20169
|
+
type CalendarGetPayload<S extends boolean | null | undefined | CalendarDefaultArgs> = $Result.GetResult<Prisma.$CalendarPayload, S>
|
|
20170
|
+
|
|
20171
|
+
type CalendarCountArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> =
|
|
20172
|
+
Omit<CalendarFindManyArgs, 'select' | 'include' | 'distinct'> & {
|
|
20173
|
+
select?: CalendarCountAggregateInputType | true
|
|
20174
|
+
}
|
|
20175
|
+
|
|
20176
|
+
export interface CalendarDelegate<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> {
|
|
20177
|
+
[K: symbol]: { types: Prisma.TypeMap<ExtArgs>['model']['Calendar'], meta: { name: 'Calendar' } }
|
|
20178
|
+
/**
|
|
20179
|
+
* Find zero or one Calendar that matches the filter.
|
|
20180
|
+
* @param {CalendarFindUniqueArgs} args - Arguments to find a Calendar
|
|
20181
|
+
* @example
|
|
20182
|
+
* // Get one Calendar
|
|
20183
|
+
* const calendar = await prisma.calendar.findUnique({
|
|
20184
|
+
* where: {
|
|
20185
|
+
* // ... provide filter here
|
|
20186
|
+
* }
|
|
20187
|
+
* })
|
|
20188
|
+
*/
|
|
20189
|
+
findUnique<T extends CalendarFindUniqueArgs>(args: SelectSubset<T, CalendarFindUniqueArgs<ExtArgs>>): Prisma__CalendarClient<$Result.GetResult<Prisma.$CalendarPayload<ExtArgs>, T, "findUnique"> | null, null, ExtArgs>
|
|
20190
|
+
|
|
20191
|
+
/**
|
|
20192
|
+
* Find one Calendar that matches the filter or throw an error with `error.code='P2025'`
|
|
20193
|
+
* if no matches were found.
|
|
20194
|
+
* @param {CalendarFindUniqueOrThrowArgs} args - Arguments to find a Calendar
|
|
20195
|
+
* @example
|
|
20196
|
+
* // Get one Calendar
|
|
20197
|
+
* const calendar = await prisma.calendar.findUniqueOrThrow({
|
|
20198
|
+
* where: {
|
|
20199
|
+
* // ... provide filter here
|
|
20200
|
+
* }
|
|
20201
|
+
* })
|
|
20202
|
+
*/
|
|
20203
|
+
findUniqueOrThrow<T extends CalendarFindUniqueOrThrowArgs>(args: SelectSubset<T, CalendarFindUniqueOrThrowArgs<ExtArgs>>): Prisma__CalendarClient<$Result.GetResult<Prisma.$CalendarPayload<ExtArgs>, T, "findUniqueOrThrow">, never, ExtArgs>
|
|
20204
|
+
|
|
20205
|
+
/**
|
|
20206
|
+
* Find the first Calendar that matches the filter.
|
|
20207
|
+
* Note, that providing `undefined` is treated as the value not being there.
|
|
20208
|
+
* Read more here: https://pris.ly/d/null-undefined
|
|
20209
|
+
* @param {CalendarFindFirstArgs} args - Arguments to find a Calendar
|
|
20210
|
+
* @example
|
|
20211
|
+
* // Get one Calendar
|
|
20212
|
+
* const calendar = await prisma.calendar.findFirst({
|
|
20213
|
+
* where: {
|
|
20214
|
+
* // ... provide filter here
|
|
20215
|
+
* }
|
|
20216
|
+
* })
|
|
20217
|
+
*/
|
|
20218
|
+
findFirst<T extends CalendarFindFirstArgs>(args?: SelectSubset<T, CalendarFindFirstArgs<ExtArgs>>): Prisma__CalendarClient<$Result.GetResult<Prisma.$CalendarPayload<ExtArgs>, T, "findFirst"> | null, null, ExtArgs>
|
|
20219
|
+
|
|
20220
|
+
/**
|
|
20221
|
+
* Find the first Calendar that matches the filter or
|
|
20222
|
+
* throw `PrismaKnownClientError` with `P2025` code if no matches were found.
|
|
20223
|
+
* Note, that providing `undefined` is treated as the value not being there.
|
|
20224
|
+
* Read more here: https://pris.ly/d/null-undefined
|
|
20225
|
+
* @param {CalendarFindFirstOrThrowArgs} args - Arguments to find a Calendar
|
|
20226
|
+
* @example
|
|
20227
|
+
* // Get one Calendar
|
|
20228
|
+
* const calendar = await prisma.calendar.findFirstOrThrow({
|
|
20229
|
+
* where: {
|
|
20230
|
+
* // ... provide filter here
|
|
20231
|
+
* }
|
|
20232
|
+
* })
|
|
20233
|
+
*/
|
|
20234
|
+
findFirstOrThrow<T extends CalendarFindFirstOrThrowArgs>(args?: SelectSubset<T, CalendarFindFirstOrThrowArgs<ExtArgs>>): Prisma__CalendarClient<$Result.GetResult<Prisma.$CalendarPayload<ExtArgs>, T, "findFirstOrThrow">, never, ExtArgs>
|
|
20235
|
+
|
|
20236
|
+
/**
|
|
20237
|
+
* Find zero or more Calendars that matches the filter.
|
|
20238
|
+
* Note, that providing `undefined` is treated as the value not being there.
|
|
20239
|
+
* Read more here: https://pris.ly/d/null-undefined
|
|
20240
|
+
* @param {CalendarFindManyArgs} args - Arguments to filter and select certain fields only.
|
|
20241
|
+
* @example
|
|
20242
|
+
* // Get all Calendars
|
|
20243
|
+
* const calendars = await prisma.calendar.findMany()
|
|
20244
|
+
*
|
|
20245
|
+
* // Get first 10 Calendars
|
|
20246
|
+
* const calendars = await prisma.calendar.findMany({ take: 10 })
|
|
20247
|
+
*
|
|
20248
|
+
* // Only select the `id`
|
|
20249
|
+
* const calendarWithIdOnly = await prisma.calendar.findMany({ select: { id: true } })
|
|
20250
|
+
*
|
|
20251
|
+
*/
|
|
20252
|
+
findMany<T extends CalendarFindManyArgs>(args?: SelectSubset<T, CalendarFindManyArgs<ExtArgs>>): Prisma.PrismaPromise<$Result.GetResult<Prisma.$CalendarPayload<ExtArgs>, T, "findMany">>
|
|
20253
|
+
|
|
20254
|
+
/**
|
|
20255
|
+
* Create a Calendar.
|
|
20256
|
+
* @param {CalendarCreateArgs} args - Arguments to create a Calendar.
|
|
20257
|
+
* @example
|
|
20258
|
+
* // Create one Calendar
|
|
20259
|
+
* const Calendar = await prisma.calendar.create({
|
|
20260
|
+
* data: {
|
|
20261
|
+
* // ... data to create a Calendar
|
|
20262
|
+
* }
|
|
20263
|
+
* })
|
|
20264
|
+
*
|
|
20265
|
+
*/
|
|
20266
|
+
create<T extends CalendarCreateArgs>(args: SelectSubset<T, CalendarCreateArgs<ExtArgs>>): Prisma__CalendarClient<$Result.GetResult<Prisma.$CalendarPayload<ExtArgs>, T, "create">, never, ExtArgs>
|
|
20267
|
+
|
|
20268
|
+
/**
|
|
20269
|
+
* Create many Calendars.
|
|
20270
|
+
* @param {CalendarCreateManyArgs} args - Arguments to create many Calendars.
|
|
20271
|
+
* @example
|
|
20272
|
+
* // Create many Calendars
|
|
20273
|
+
* const calendar = await prisma.calendar.createMany({
|
|
20274
|
+
* data: [
|
|
20275
|
+
* // ... provide data here
|
|
20276
|
+
* ]
|
|
20277
|
+
* })
|
|
20278
|
+
*
|
|
20279
|
+
*/
|
|
20280
|
+
createMany<T extends CalendarCreateManyArgs>(args?: SelectSubset<T, CalendarCreateManyArgs<ExtArgs>>): Prisma.PrismaPromise<BatchPayload>
|
|
20281
|
+
|
|
20282
|
+
/**
|
|
20283
|
+
* Delete a Calendar.
|
|
20284
|
+
* @param {CalendarDeleteArgs} args - Arguments to delete one Calendar.
|
|
20285
|
+
* @example
|
|
20286
|
+
* // Delete one Calendar
|
|
20287
|
+
* const Calendar = await prisma.calendar.delete({
|
|
20288
|
+
* where: {
|
|
20289
|
+
* // ... filter to delete one Calendar
|
|
20290
|
+
* }
|
|
20291
|
+
* })
|
|
20292
|
+
*
|
|
20293
|
+
*/
|
|
20294
|
+
delete<T extends CalendarDeleteArgs>(args: SelectSubset<T, CalendarDeleteArgs<ExtArgs>>): Prisma__CalendarClient<$Result.GetResult<Prisma.$CalendarPayload<ExtArgs>, T, "delete">, never, ExtArgs>
|
|
20295
|
+
|
|
20296
|
+
/**
|
|
20297
|
+
* Update one Calendar.
|
|
20298
|
+
* @param {CalendarUpdateArgs} args - Arguments to update one Calendar.
|
|
20299
|
+
* @example
|
|
20300
|
+
* // Update one Calendar
|
|
20301
|
+
* const calendar = await prisma.calendar.update({
|
|
20302
|
+
* where: {
|
|
20303
|
+
* // ... provide filter here
|
|
20304
|
+
* },
|
|
20305
|
+
* data: {
|
|
20306
|
+
* // ... provide data here
|
|
20307
|
+
* }
|
|
20308
|
+
* })
|
|
20309
|
+
*
|
|
20310
|
+
*/
|
|
20311
|
+
update<T extends CalendarUpdateArgs>(args: SelectSubset<T, CalendarUpdateArgs<ExtArgs>>): Prisma__CalendarClient<$Result.GetResult<Prisma.$CalendarPayload<ExtArgs>, T, "update">, never, ExtArgs>
|
|
20312
|
+
|
|
20313
|
+
/**
|
|
20314
|
+
* Delete zero or more Calendars.
|
|
20315
|
+
* @param {CalendarDeleteManyArgs} args - Arguments to filter Calendars to delete.
|
|
20316
|
+
* @example
|
|
20317
|
+
* // Delete a few Calendars
|
|
20318
|
+
* const { count } = await prisma.calendar.deleteMany({
|
|
20319
|
+
* where: {
|
|
20320
|
+
* // ... provide filter here
|
|
20321
|
+
* }
|
|
20322
|
+
* })
|
|
20323
|
+
*
|
|
20324
|
+
*/
|
|
20325
|
+
deleteMany<T extends CalendarDeleteManyArgs>(args?: SelectSubset<T, CalendarDeleteManyArgs<ExtArgs>>): Prisma.PrismaPromise<BatchPayload>
|
|
20326
|
+
|
|
20327
|
+
/**
|
|
20328
|
+
* Update zero or more Calendars.
|
|
20329
|
+
* Note, that providing `undefined` is treated as the value not being there.
|
|
20330
|
+
* Read more here: https://pris.ly/d/null-undefined
|
|
20331
|
+
* @param {CalendarUpdateManyArgs} args - Arguments to update one or more rows.
|
|
20332
|
+
* @example
|
|
20333
|
+
* // Update many Calendars
|
|
20334
|
+
* const calendar = await prisma.calendar.updateMany({
|
|
20335
|
+
* where: {
|
|
20336
|
+
* // ... provide filter here
|
|
20337
|
+
* },
|
|
20338
|
+
* data: {
|
|
20339
|
+
* // ... provide data here
|
|
20340
|
+
* }
|
|
20341
|
+
* })
|
|
20342
|
+
*
|
|
20343
|
+
*/
|
|
20344
|
+
updateMany<T extends CalendarUpdateManyArgs>(args: SelectSubset<T, CalendarUpdateManyArgs<ExtArgs>>): Prisma.PrismaPromise<BatchPayload>
|
|
20345
|
+
|
|
20346
|
+
/**
|
|
20347
|
+
* Create or update one Calendar.
|
|
20348
|
+
* @param {CalendarUpsertArgs} args - Arguments to update or create a Calendar.
|
|
20349
|
+
* @example
|
|
20350
|
+
* // Update or create a Calendar
|
|
20351
|
+
* const calendar = await prisma.calendar.upsert({
|
|
20352
|
+
* create: {
|
|
20353
|
+
* // ... data to create a Calendar
|
|
20354
|
+
* },
|
|
20355
|
+
* update: {
|
|
20356
|
+
* // ... in case it already exists, update
|
|
20357
|
+
* },
|
|
20358
|
+
* where: {
|
|
20359
|
+
* // ... the filter for the Calendar we want to update
|
|
20360
|
+
* }
|
|
20361
|
+
* })
|
|
20362
|
+
*/
|
|
20363
|
+
upsert<T extends CalendarUpsertArgs>(args: SelectSubset<T, CalendarUpsertArgs<ExtArgs>>): Prisma__CalendarClient<$Result.GetResult<Prisma.$CalendarPayload<ExtArgs>, T, "upsert">, never, ExtArgs>
|
|
20364
|
+
|
|
20365
|
+
/**
|
|
20366
|
+
* Find zero or more Calendars that matches the filter.
|
|
20367
|
+
* @param {CalendarFindRawArgs} args - Select which filters you would like to apply.
|
|
20368
|
+
* @example
|
|
20369
|
+
* const calendar = await prisma.calendar.findRaw({
|
|
20370
|
+
* filter: { age: { $gt: 25 } }
|
|
20371
|
+
* })
|
|
20372
|
+
*/
|
|
20373
|
+
findRaw(args?: CalendarFindRawArgs): Prisma.PrismaPromise<JsonObject>
|
|
20374
|
+
|
|
20375
|
+
/**
|
|
20376
|
+
* Perform aggregation operations on a Calendar.
|
|
20377
|
+
* @param {CalendarAggregateRawArgs} args - Select which aggregations you would like to apply.
|
|
20378
|
+
* @example
|
|
20379
|
+
* const calendar = await prisma.calendar.aggregateRaw({
|
|
20380
|
+
* pipeline: [
|
|
20381
|
+
* { $match: { status: "registered" } },
|
|
20382
|
+
* { $group: { _id: "$country", total: { $sum: 1 } } }
|
|
20383
|
+
* ]
|
|
20384
|
+
* })
|
|
20385
|
+
*/
|
|
20386
|
+
aggregateRaw(args?: CalendarAggregateRawArgs): Prisma.PrismaPromise<JsonObject>
|
|
20387
|
+
|
|
20388
|
+
|
|
20389
|
+
/**
|
|
20390
|
+
* Count the number of Calendars.
|
|
20391
|
+
* Note, that providing `undefined` is treated as the value not being there.
|
|
20392
|
+
* Read more here: https://pris.ly/d/null-undefined
|
|
20393
|
+
* @param {CalendarCountArgs} args - Arguments to filter Calendars to count.
|
|
20394
|
+
* @example
|
|
20395
|
+
* // Count the number of Calendars
|
|
20396
|
+
* const count = await prisma.calendar.count({
|
|
20397
|
+
* where: {
|
|
20398
|
+
* // ... the filter for the Calendars we want to count
|
|
20399
|
+
* }
|
|
20400
|
+
* })
|
|
20401
|
+
**/
|
|
20402
|
+
count<T extends CalendarCountArgs>(
|
|
20403
|
+
args?: Subset<T, CalendarCountArgs>,
|
|
20404
|
+
): Prisma.PrismaPromise<
|
|
20405
|
+
T extends $Utils.Record<'select', any>
|
|
20406
|
+
? T['select'] extends true
|
|
20407
|
+
? number
|
|
20408
|
+
: GetScalarType<T['select'], CalendarCountAggregateOutputType>
|
|
20409
|
+
: number
|
|
20410
|
+
>
|
|
20411
|
+
|
|
20412
|
+
/**
|
|
20413
|
+
* Allows you to perform aggregations operations on a Calendar.
|
|
20414
|
+
* Note, that providing `undefined` is treated as the value not being there.
|
|
20415
|
+
* Read more here: https://pris.ly/d/null-undefined
|
|
20416
|
+
* @param {CalendarAggregateArgs} args - Select which aggregations you would like to apply and on what fields.
|
|
20417
|
+
* @example
|
|
20418
|
+
* // Ordered by age ascending
|
|
20419
|
+
* // Where email contains prisma.io
|
|
20420
|
+
* // Limited to the 10 users
|
|
20421
|
+
* const aggregations = await prisma.user.aggregate({
|
|
20422
|
+
* _avg: {
|
|
20423
|
+
* age: true,
|
|
20424
|
+
* },
|
|
20425
|
+
* where: {
|
|
20426
|
+
* email: {
|
|
20427
|
+
* contains: "prisma.io",
|
|
20428
|
+
* },
|
|
20429
|
+
* },
|
|
20430
|
+
* orderBy: {
|
|
20431
|
+
* age: "asc",
|
|
20432
|
+
* },
|
|
20433
|
+
* take: 10,
|
|
20434
|
+
* })
|
|
20435
|
+
**/
|
|
20436
|
+
aggregate<T extends CalendarAggregateArgs>(args: Subset<T, CalendarAggregateArgs>): Prisma.PrismaPromise<GetCalendarAggregateType<T>>
|
|
20437
|
+
|
|
20438
|
+
/**
|
|
20439
|
+
* Group by Calendar.
|
|
20440
|
+
* Note, that providing `undefined` is treated as the value not being there.
|
|
20441
|
+
* Read more here: https://pris.ly/d/null-undefined
|
|
20442
|
+
* @param {CalendarGroupByArgs} args - Group by arguments.
|
|
20443
|
+
* @example
|
|
20444
|
+
* // Group by city, order by createdAt, get count
|
|
20445
|
+
* const result = await prisma.user.groupBy({
|
|
20446
|
+
* by: ['city', 'createdAt'],
|
|
20447
|
+
* orderBy: {
|
|
20448
|
+
* createdAt: true
|
|
20449
|
+
* },
|
|
20450
|
+
* _count: {
|
|
20451
|
+
* _all: true
|
|
20452
|
+
* },
|
|
20453
|
+
* })
|
|
20454
|
+
*
|
|
20455
|
+
**/
|
|
20456
|
+
groupBy<
|
|
20457
|
+
T extends CalendarGroupByArgs,
|
|
20458
|
+
HasSelectOrTake extends Or<
|
|
20459
|
+
Extends<'skip', Keys<T>>,
|
|
20460
|
+
Extends<'take', Keys<T>>
|
|
20461
|
+
>,
|
|
20462
|
+
OrderByArg extends True extends HasSelectOrTake
|
|
20463
|
+
? { orderBy: CalendarGroupByArgs['orderBy'] }
|
|
20464
|
+
: { orderBy?: CalendarGroupByArgs['orderBy'] },
|
|
20465
|
+
OrderFields extends ExcludeUnderscoreKeys<Keys<MaybeTupleToUnion<T['orderBy']>>>,
|
|
20466
|
+
ByFields extends MaybeTupleToUnion<T['by']>,
|
|
20467
|
+
ByValid extends Has<ByFields, OrderFields>,
|
|
20468
|
+
HavingFields extends GetHavingFields<T['having']>,
|
|
20469
|
+
HavingValid extends Has<ByFields, HavingFields>,
|
|
20470
|
+
ByEmpty extends T['by'] extends never[] ? True : False,
|
|
20471
|
+
InputErrors extends ByEmpty extends True
|
|
20472
|
+
? `Error: "by" must not be empty.`
|
|
20473
|
+
: HavingValid extends False
|
|
20474
|
+
? {
|
|
20475
|
+
[P in HavingFields]: P extends ByFields
|
|
20476
|
+
? never
|
|
20477
|
+
: P extends string
|
|
20478
|
+
? `Error: Field "${P}" used in "having" needs to be provided in "by".`
|
|
20479
|
+
: [
|
|
20480
|
+
Error,
|
|
20481
|
+
'Field ',
|
|
20482
|
+
P,
|
|
20483
|
+
` in "having" needs to be provided in "by"`,
|
|
20484
|
+
]
|
|
20485
|
+
}[HavingFields]
|
|
20486
|
+
: 'take' extends Keys<T>
|
|
20487
|
+
? 'orderBy' extends Keys<T>
|
|
20488
|
+
? ByValid extends True
|
|
20489
|
+
? {}
|
|
20490
|
+
: {
|
|
20491
|
+
[P in OrderFields]: P extends ByFields
|
|
20492
|
+
? never
|
|
20493
|
+
: `Error: Field "${P}" in "orderBy" needs to be provided in "by"`
|
|
20494
|
+
}[OrderFields]
|
|
20495
|
+
: 'Error: If you provide "take", you also need to provide "orderBy"'
|
|
20496
|
+
: 'skip' extends Keys<T>
|
|
20497
|
+
? 'orderBy' extends Keys<T>
|
|
20498
|
+
? ByValid extends True
|
|
20499
|
+
? {}
|
|
20500
|
+
: {
|
|
20501
|
+
[P in OrderFields]: P extends ByFields
|
|
20502
|
+
? never
|
|
20503
|
+
: `Error: Field "${P}" in "orderBy" needs to be provided in "by"`
|
|
20504
|
+
}[OrderFields]
|
|
20505
|
+
: 'Error: If you provide "skip", you also need to provide "orderBy"'
|
|
20506
|
+
: ByValid extends True
|
|
20507
|
+
? {}
|
|
20508
|
+
: {
|
|
20509
|
+
[P in OrderFields]: P extends ByFields
|
|
20510
|
+
? never
|
|
20511
|
+
: `Error: Field "${P}" in "orderBy" needs to be provided in "by"`
|
|
20512
|
+
}[OrderFields]
|
|
20513
|
+
>(args: SubsetIntersection<T, CalendarGroupByArgs, OrderByArg> & InputErrors): {} extends InputErrors ? GetCalendarGroupByPayload<T> : Prisma.PrismaPromise<InputErrors>
|
|
20514
|
+
/**
|
|
20515
|
+
* Fields of the Calendar model
|
|
20516
|
+
*/
|
|
20517
|
+
readonly fields: CalendarFieldRefs;
|
|
20518
|
+
}
|
|
20519
|
+
|
|
20520
|
+
/**
|
|
20521
|
+
* The delegate class that acts as a "Promise-like" for Calendar.
|
|
20522
|
+
* Why is this prefixed with `Prisma__`?
|
|
20523
|
+
* Because we want to prevent naming conflicts as mentioned in
|
|
20524
|
+
* https://github.com/prisma/prisma-client-js/issues/707
|
|
20525
|
+
*/
|
|
20526
|
+
export interface Prisma__CalendarClient<T, Null = never, ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> extends Prisma.PrismaPromise<T> {
|
|
20527
|
+
readonly [Symbol.toStringTag]: "PrismaPromise"
|
|
20528
|
+
calendarUser<T extends UserDefaultArgs<ExtArgs> = {}>(args?: Subset<T, UserDefaultArgs<ExtArgs>>): Prisma__UserClient<$Result.GetResult<Prisma.$UserPayload<ExtArgs>, T, "findUniqueOrThrow"> | Null, Null, ExtArgs>
|
|
20529
|
+
events<T extends Calendar$eventsArgs<ExtArgs> = {}>(args?: Subset<T, Calendar$eventsArgs<ExtArgs>>): Prisma.PrismaPromise<$Result.GetResult<Prisma.$CalendarEventPayload<ExtArgs>, T, "findMany"> | Null>
|
|
19533
20530
|
/**
|
|
19534
20531
|
* Attaches callbacks for the resolution and/or rejection of the Promise.
|
|
19535
20532
|
* @param onfulfilled The callback to execute when the Promise is resolved.
|
|
@@ -59722,6 +60719,20 @@ export namespace Prisma {
|
|
|
59722
60719
|
export type BuilderWebsitesDataScalarFieldEnum = (typeof BuilderWebsitesDataScalarFieldEnum)[keyof typeof BuilderWebsitesDataScalarFieldEnum]
|
|
59723
60720
|
|
|
59724
60721
|
|
|
60722
|
+
export const CalcomEvaluationConfigScalarFieldEnum: {
|
|
60723
|
+
id: 'id',
|
|
60724
|
+
talentCategoryIds: 'talentCategoryIds',
|
|
60725
|
+
applyToAllRoleCategories: 'applyToAllRoleCategories',
|
|
60726
|
+
roleCategoryIds: 'roleCategoryIds',
|
|
60727
|
+
eventTypeUrl: 'eventTypeUrl',
|
|
60728
|
+
isDefault: 'isDefault',
|
|
60729
|
+
createdAt: 'createdAt',
|
|
60730
|
+
updatedAt: 'updatedAt'
|
|
60731
|
+
};
|
|
60732
|
+
|
|
60733
|
+
export type CalcomEvaluationConfigScalarFieldEnum = (typeof CalcomEvaluationConfigScalarFieldEnum)[keyof typeof CalcomEvaluationConfigScalarFieldEnum]
|
|
60734
|
+
|
|
60735
|
+
|
|
59725
60736
|
export const CalendarScalarFieldEnum: {
|
|
59726
60737
|
id: 'id',
|
|
59727
60738
|
calendarId: 'calendarId',
|
|
@@ -60504,6 +61515,13 @@ export namespace Prisma {
|
|
|
60504
61515
|
|
|
60505
61516
|
|
|
60506
61517
|
|
|
61518
|
+
/**
|
|
61519
|
+
* Reference to a field of type 'Boolean'
|
|
61520
|
+
*/
|
|
61521
|
+
export type BooleanFieldRefInput<$PrismaModel> = FieldRefInputType<$PrismaModel, 'Boolean'>
|
|
61522
|
+
|
|
61523
|
+
|
|
61524
|
+
|
|
60507
61525
|
/**
|
|
60508
61526
|
* Reference to a field of type 'CalendarProvider'
|
|
60509
61527
|
*/
|
|
@@ -60560,13 +61578,6 @@ export namespace Prisma {
|
|
|
60560
61578
|
|
|
60561
61579
|
|
|
60562
61580
|
|
|
60563
|
-
/**
|
|
60564
|
-
* Reference to a field of type 'Boolean'
|
|
60565
|
-
*/
|
|
60566
|
-
export type BooleanFieldRefInput<$PrismaModel> = FieldRefInputType<$PrismaModel, 'Boolean'>
|
|
60567
|
-
|
|
60568
|
-
|
|
60569
|
-
|
|
60570
61581
|
/**
|
|
60571
61582
|
* Reference to a field of type 'ClientInterviewType'
|
|
60572
61583
|
*/
|
|
@@ -61567,6 +62578,73 @@ export namespace Prisma {
|
|
|
61567
62578
|
updatedAt?: DateTimeNullableWithAggregatesFilter<"BuilderWebsitesData"> | Date | string | null
|
|
61568
62579
|
}
|
|
61569
62580
|
|
|
62581
|
+
export type CalcomEvaluationConfigWhereInput = {
|
|
62582
|
+
AND?: CalcomEvaluationConfigWhereInput | CalcomEvaluationConfigWhereInput[]
|
|
62583
|
+
OR?: CalcomEvaluationConfigWhereInput[]
|
|
62584
|
+
NOT?: CalcomEvaluationConfigWhereInput | CalcomEvaluationConfigWhereInput[]
|
|
62585
|
+
id?: StringFilter<"CalcomEvaluationConfig"> | string
|
|
62586
|
+
talentCategoryIds?: StringNullableListFilter<"CalcomEvaluationConfig">
|
|
62587
|
+
applyToAllRoleCategories?: BoolFilter<"CalcomEvaluationConfig"> | boolean
|
|
62588
|
+
roleCategoryIds?: StringNullableListFilter<"CalcomEvaluationConfig">
|
|
62589
|
+
eventTypeUrl?: StringFilter<"CalcomEvaluationConfig"> | string
|
|
62590
|
+
isDefault?: BoolFilter<"CalcomEvaluationConfig"> | boolean
|
|
62591
|
+
createdAt?: DateTimeFilter<"CalcomEvaluationConfig"> | Date | string
|
|
62592
|
+
updatedAt?: DateTimeFilter<"CalcomEvaluationConfig"> | Date | string
|
|
62593
|
+
}
|
|
62594
|
+
|
|
62595
|
+
export type CalcomEvaluationConfigOrderByWithRelationInput = {
|
|
62596
|
+
id?: SortOrder
|
|
62597
|
+
talentCategoryIds?: SortOrder
|
|
62598
|
+
applyToAllRoleCategories?: SortOrder
|
|
62599
|
+
roleCategoryIds?: SortOrder
|
|
62600
|
+
eventTypeUrl?: SortOrder
|
|
62601
|
+
isDefault?: SortOrder
|
|
62602
|
+
createdAt?: SortOrder
|
|
62603
|
+
updatedAt?: SortOrder
|
|
62604
|
+
}
|
|
62605
|
+
|
|
62606
|
+
export type CalcomEvaluationConfigWhereUniqueInput = Prisma.AtLeast<{
|
|
62607
|
+
id?: string
|
|
62608
|
+
AND?: CalcomEvaluationConfigWhereInput | CalcomEvaluationConfigWhereInput[]
|
|
62609
|
+
OR?: CalcomEvaluationConfigWhereInput[]
|
|
62610
|
+
NOT?: CalcomEvaluationConfigWhereInput | CalcomEvaluationConfigWhereInput[]
|
|
62611
|
+
talentCategoryIds?: StringNullableListFilter<"CalcomEvaluationConfig">
|
|
62612
|
+
applyToAllRoleCategories?: BoolFilter<"CalcomEvaluationConfig"> | boolean
|
|
62613
|
+
roleCategoryIds?: StringNullableListFilter<"CalcomEvaluationConfig">
|
|
62614
|
+
eventTypeUrl?: StringFilter<"CalcomEvaluationConfig"> | string
|
|
62615
|
+
isDefault?: BoolFilter<"CalcomEvaluationConfig"> | boolean
|
|
62616
|
+
createdAt?: DateTimeFilter<"CalcomEvaluationConfig"> | Date | string
|
|
62617
|
+
updatedAt?: DateTimeFilter<"CalcomEvaluationConfig"> | Date | string
|
|
62618
|
+
}, "id">
|
|
62619
|
+
|
|
62620
|
+
export type CalcomEvaluationConfigOrderByWithAggregationInput = {
|
|
62621
|
+
id?: SortOrder
|
|
62622
|
+
talentCategoryIds?: SortOrder
|
|
62623
|
+
applyToAllRoleCategories?: SortOrder
|
|
62624
|
+
roleCategoryIds?: SortOrder
|
|
62625
|
+
eventTypeUrl?: SortOrder
|
|
62626
|
+
isDefault?: SortOrder
|
|
62627
|
+
createdAt?: SortOrder
|
|
62628
|
+
updatedAt?: SortOrder
|
|
62629
|
+
_count?: CalcomEvaluationConfigCountOrderByAggregateInput
|
|
62630
|
+
_max?: CalcomEvaluationConfigMaxOrderByAggregateInput
|
|
62631
|
+
_min?: CalcomEvaluationConfigMinOrderByAggregateInput
|
|
62632
|
+
}
|
|
62633
|
+
|
|
62634
|
+
export type CalcomEvaluationConfigScalarWhereWithAggregatesInput = {
|
|
62635
|
+
AND?: CalcomEvaluationConfigScalarWhereWithAggregatesInput | CalcomEvaluationConfigScalarWhereWithAggregatesInput[]
|
|
62636
|
+
OR?: CalcomEvaluationConfigScalarWhereWithAggregatesInput[]
|
|
62637
|
+
NOT?: CalcomEvaluationConfigScalarWhereWithAggregatesInput | CalcomEvaluationConfigScalarWhereWithAggregatesInput[]
|
|
62638
|
+
id?: StringWithAggregatesFilter<"CalcomEvaluationConfig"> | string
|
|
62639
|
+
talentCategoryIds?: StringNullableListFilter<"CalcomEvaluationConfig">
|
|
62640
|
+
applyToAllRoleCategories?: BoolWithAggregatesFilter<"CalcomEvaluationConfig"> | boolean
|
|
62641
|
+
roleCategoryIds?: StringNullableListFilter<"CalcomEvaluationConfig">
|
|
62642
|
+
eventTypeUrl?: StringWithAggregatesFilter<"CalcomEvaluationConfig"> | string
|
|
62643
|
+
isDefault?: BoolWithAggregatesFilter<"CalcomEvaluationConfig"> | boolean
|
|
62644
|
+
createdAt?: DateTimeWithAggregatesFilter<"CalcomEvaluationConfig"> | Date | string
|
|
62645
|
+
updatedAt?: DateTimeWithAggregatesFilter<"CalcomEvaluationConfig"> | Date | string
|
|
62646
|
+
}
|
|
62647
|
+
|
|
61570
62648
|
export type CalendarWhereInput = {
|
|
61571
62649
|
AND?: CalendarWhereInput | CalendarWhereInput[]
|
|
61572
62650
|
OR?: CalendarWhereInput[]
|
|
@@ -65808,6 +66886,79 @@ export namespace Prisma {
|
|
|
65808
66886
|
updatedAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
65809
66887
|
}
|
|
65810
66888
|
|
|
66889
|
+
export type CalcomEvaluationConfigCreateInput = {
|
|
66890
|
+
id?: string
|
|
66891
|
+
talentCategoryIds?: CalcomEvaluationConfigCreatetalentCategoryIdsInput | string[]
|
|
66892
|
+
applyToAllRoleCategories?: boolean
|
|
66893
|
+
roleCategoryIds?: CalcomEvaluationConfigCreateroleCategoryIdsInput | string[]
|
|
66894
|
+
eventTypeUrl: string
|
|
66895
|
+
isDefault?: boolean
|
|
66896
|
+
createdAt?: Date | string
|
|
66897
|
+
updatedAt?: Date | string
|
|
66898
|
+
}
|
|
66899
|
+
|
|
66900
|
+
export type CalcomEvaluationConfigUncheckedCreateInput = {
|
|
66901
|
+
id?: string
|
|
66902
|
+
talentCategoryIds?: CalcomEvaluationConfigCreatetalentCategoryIdsInput | string[]
|
|
66903
|
+
applyToAllRoleCategories?: boolean
|
|
66904
|
+
roleCategoryIds?: CalcomEvaluationConfigCreateroleCategoryIdsInput | string[]
|
|
66905
|
+
eventTypeUrl: string
|
|
66906
|
+
isDefault?: boolean
|
|
66907
|
+
createdAt?: Date | string
|
|
66908
|
+
updatedAt?: Date | string
|
|
66909
|
+
}
|
|
66910
|
+
|
|
66911
|
+
export type CalcomEvaluationConfigUpdateInput = {
|
|
66912
|
+
talentCategoryIds?: CalcomEvaluationConfigUpdatetalentCategoryIdsInput | string[]
|
|
66913
|
+
applyToAllRoleCategories?: BoolFieldUpdateOperationsInput | boolean
|
|
66914
|
+
roleCategoryIds?: CalcomEvaluationConfigUpdateroleCategoryIdsInput | string[]
|
|
66915
|
+
eventTypeUrl?: StringFieldUpdateOperationsInput | string
|
|
66916
|
+
isDefault?: BoolFieldUpdateOperationsInput | boolean
|
|
66917
|
+
createdAt?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
66918
|
+
updatedAt?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
66919
|
+
}
|
|
66920
|
+
|
|
66921
|
+
export type CalcomEvaluationConfigUncheckedUpdateInput = {
|
|
66922
|
+
talentCategoryIds?: CalcomEvaluationConfigUpdatetalentCategoryIdsInput | string[]
|
|
66923
|
+
applyToAllRoleCategories?: BoolFieldUpdateOperationsInput | boolean
|
|
66924
|
+
roleCategoryIds?: CalcomEvaluationConfigUpdateroleCategoryIdsInput | string[]
|
|
66925
|
+
eventTypeUrl?: StringFieldUpdateOperationsInput | string
|
|
66926
|
+
isDefault?: BoolFieldUpdateOperationsInput | boolean
|
|
66927
|
+
createdAt?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
66928
|
+
updatedAt?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
66929
|
+
}
|
|
66930
|
+
|
|
66931
|
+
export type CalcomEvaluationConfigCreateManyInput = {
|
|
66932
|
+
id?: string
|
|
66933
|
+
talentCategoryIds?: CalcomEvaluationConfigCreatetalentCategoryIdsInput | string[]
|
|
66934
|
+
applyToAllRoleCategories?: boolean
|
|
66935
|
+
roleCategoryIds?: CalcomEvaluationConfigCreateroleCategoryIdsInput | string[]
|
|
66936
|
+
eventTypeUrl: string
|
|
66937
|
+
isDefault?: boolean
|
|
66938
|
+
createdAt?: Date | string
|
|
66939
|
+
updatedAt?: Date | string
|
|
66940
|
+
}
|
|
66941
|
+
|
|
66942
|
+
export type CalcomEvaluationConfigUpdateManyMutationInput = {
|
|
66943
|
+
talentCategoryIds?: CalcomEvaluationConfigUpdatetalentCategoryIdsInput | string[]
|
|
66944
|
+
applyToAllRoleCategories?: BoolFieldUpdateOperationsInput | boolean
|
|
66945
|
+
roleCategoryIds?: CalcomEvaluationConfigUpdateroleCategoryIdsInput | string[]
|
|
66946
|
+
eventTypeUrl?: StringFieldUpdateOperationsInput | string
|
|
66947
|
+
isDefault?: BoolFieldUpdateOperationsInput | boolean
|
|
66948
|
+
createdAt?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
66949
|
+
updatedAt?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
66950
|
+
}
|
|
66951
|
+
|
|
66952
|
+
export type CalcomEvaluationConfigUncheckedUpdateManyInput = {
|
|
66953
|
+
talentCategoryIds?: CalcomEvaluationConfigUpdatetalentCategoryIdsInput | string[]
|
|
66954
|
+
applyToAllRoleCategories?: BoolFieldUpdateOperationsInput | boolean
|
|
66955
|
+
roleCategoryIds?: CalcomEvaluationConfigUpdateroleCategoryIdsInput | string[]
|
|
66956
|
+
eventTypeUrl?: StringFieldUpdateOperationsInput | string
|
|
66957
|
+
isDefault?: BoolFieldUpdateOperationsInput | boolean
|
|
66958
|
+
createdAt?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
66959
|
+
updatedAt?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
66960
|
+
}
|
|
66961
|
+
|
|
65811
66962
|
export type CalendarCreateInput = {
|
|
65812
66963
|
id?: string
|
|
65813
66964
|
credentials: XOR<CalendarCredentialsCreateEnvelopeInput, CalendarCredentialsCreateInput>
|
|
@@ -70920,6 +72071,73 @@ export namespace Prisma {
|
|
|
70920
72071
|
isSet?: boolean
|
|
70921
72072
|
}
|
|
70922
72073
|
|
|
72074
|
+
export type BoolFilter<$PrismaModel = never> = {
|
|
72075
|
+
equals?: boolean | BooleanFieldRefInput<$PrismaModel>
|
|
72076
|
+
not?: NestedBoolFilter<$PrismaModel> | boolean
|
|
72077
|
+
}
|
|
72078
|
+
|
|
72079
|
+
export type DateTimeFilter<$PrismaModel = never> = {
|
|
72080
|
+
equals?: Date | string | DateTimeFieldRefInput<$PrismaModel>
|
|
72081
|
+
in?: Date[] | string[] | ListDateTimeFieldRefInput<$PrismaModel>
|
|
72082
|
+
notIn?: Date[] | string[] | ListDateTimeFieldRefInput<$PrismaModel>
|
|
72083
|
+
lt?: Date | string | DateTimeFieldRefInput<$PrismaModel>
|
|
72084
|
+
lte?: Date | string | DateTimeFieldRefInput<$PrismaModel>
|
|
72085
|
+
gt?: Date | string | DateTimeFieldRefInput<$PrismaModel>
|
|
72086
|
+
gte?: Date | string | DateTimeFieldRefInput<$PrismaModel>
|
|
72087
|
+
not?: NestedDateTimeFilter<$PrismaModel> | Date | string
|
|
72088
|
+
}
|
|
72089
|
+
|
|
72090
|
+
export type CalcomEvaluationConfigCountOrderByAggregateInput = {
|
|
72091
|
+
id?: SortOrder
|
|
72092
|
+
talentCategoryIds?: SortOrder
|
|
72093
|
+
applyToAllRoleCategories?: SortOrder
|
|
72094
|
+
roleCategoryIds?: SortOrder
|
|
72095
|
+
eventTypeUrl?: SortOrder
|
|
72096
|
+
isDefault?: SortOrder
|
|
72097
|
+
createdAt?: SortOrder
|
|
72098
|
+
updatedAt?: SortOrder
|
|
72099
|
+
}
|
|
72100
|
+
|
|
72101
|
+
export type CalcomEvaluationConfigMaxOrderByAggregateInput = {
|
|
72102
|
+
id?: SortOrder
|
|
72103
|
+
applyToAllRoleCategories?: SortOrder
|
|
72104
|
+
eventTypeUrl?: SortOrder
|
|
72105
|
+
isDefault?: SortOrder
|
|
72106
|
+
createdAt?: SortOrder
|
|
72107
|
+
updatedAt?: SortOrder
|
|
72108
|
+
}
|
|
72109
|
+
|
|
72110
|
+
export type CalcomEvaluationConfigMinOrderByAggregateInput = {
|
|
72111
|
+
id?: SortOrder
|
|
72112
|
+
applyToAllRoleCategories?: SortOrder
|
|
72113
|
+
eventTypeUrl?: SortOrder
|
|
72114
|
+
isDefault?: SortOrder
|
|
72115
|
+
createdAt?: SortOrder
|
|
72116
|
+
updatedAt?: SortOrder
|
|
72117
|
+
}
|
|
72118
|
+
|
|
72119
|
+
export type BoolWithAggregatesFilter<$PrismaModel = never> = {
|
|
72120
|
+
equals?: boolean | BooleanFieldRefInput<$PrismaModel>
|
|
72121
|
+
not?: NestedBoolWithAggregatesFilter<$PrismaModel> | boolean
|
|
72122
|
+
_count?: NestedIntFilter<$PrismaModel>
|
|
72123
|
+
_min?: NestedBoolFilter<$PrismaModel>
|
|
72124
|
+
_max?: NestedBoolFilter<$PrismaModel>
|
|
72125
|
+
}
|
|
72126
|
+
|
|
72127
|
+
export type DateTimeWithAggregatesFilter<$PrismaModel = never> = {
|
|
72128
|
+
equals?: Date | string | DateTimeFieldRefInput<$PrismaModel>
|
|
72129
|
+
in?: Date[] | string[] | ListDateTimeFieldRefInput<$PrismaModel>
|
|
72130
|
+
notIn?: Date[] | string[] | ListDateTimeFieldRefInput<$PrismaModel>
|
|
72131
|
+
lt?: Date | string | DateTimeFieldRefInput<$PrismaModel>
|
|
72132
|
+
lte?: Date | string | DateTimeFieldRefInput<$PrismaModel>
|
|
72133
|
+
gt?: Date | string | DateTimeFieldRefInput<$PrismaModel>
|
|
72134
|
+
gte?: Date | string | DateTimeFieldRefInput<$PrismaModel>
|
|
72135
|
+
not?: NestedDateTimeWithAggregatesFilter<$PrismaModel> | Date | string
|
|
72136
|
+
_count?: NestedIntFilter<$PrismaModel>
|
|
72137
|
+
_min?: NestedDateTimeFilter<$PrismaModel>
|
|
72138
|
+
_max?: NestedDateTimeFilter<$PrismaModel>
|
|
72139
|
+
}
|
|
72140
|
+
|
|
70923
72141
|
export type CalendarCredentialsCompositeFilter = {
|
|
70924
72142
|
equals?: CalendarCredentialsObjectEqualityInput
|
|
70925
72143
|
is?: CalendarCredentialsWhereInput
|
|
@@ -70944,17 +72162,6 @@ export namespace Prisma {
|
|
|
70944
72162
|
not?: NestedEnumCalendarProviderFilter<$PrismaModel> | $Enums.CalendarProvider
|
|
70945
72163
|
}
|
|
70946
72164
|
|
|
70947
|
-
export type DateTimeFilter<$PrismaModel = never> = {
|
|
70948
|
-
equals?: Date | string | DateTimeFieldRefInput<$PrismaModel>
|
|
70949
|
-
in?: Date[] | string[] | ListDateTimeFieldRefInput<$PrismaModel>
|
|
70950
|
-
notIn?: Date[] | string[] | ListDateTimeFieldRefInput<$PrismaModel>
|
|
70951
|
-
lt?: Date | string | DateTimeFieldRefInput<$PrismaModel>
|
|
70952
|
-
lte?: Date | string | DateTimeFieldRefInput<$PrismaModel>
|
|
70953
|
-
gt?: Date | string | DateTimeFieldRefInput<$PrismaModel>
|
|
70954
|
-
gte?: Date | string | DateTimeFieldRefInput<$PrismaModel>
|
|
70955
|
-
not?: NestedDateTimeFilter<$PrismaModel> | Date | string
|
|
70956
|
-
}
|
|
70957
|
-
|
|
70958
72165
|
export type UserRelationFilter = {
|
|
70959
72166
|
is?: UserWhereInput
|
|
70960
72167
|
isNot?: UserWhereInput
|
|
@@ -71023,20 +72230,6 @@ export namespace Prisma {
|
|
|
71023
72230
|
_max?: NestedEnumCalendarProviderFilter<$PrismaModel>
|
|
71024
72231
|
}
|
|
71025
72232
|
|
|
71026
|
-
export type DateTimeWithAggregatesFilter<$PrismaModel = never> = {
|
|
71027
|
-
equals?: Date | string | DateTimeFieldRefInput<$PrismaModel>
|
|
71028
|
-
in?: Date[] | string[] | ListDateTimeFieldRefInput<$PrismaModel>
|
|
71029
|
-
notIn?: Date[] | string[] | ListDateTimeFieldRefInput<$PrismaModel>
|
|
71030
|
-
lt?: Date | string | DateTimeFieldRefInput<$PrismaModel>
|
|
71031
|
-
lte?: Date | string | DateTimeFieldRefInput<$PrismaModel>
|
|
71032
|
-
gt?: Date | string | DateTimeFieldRefInput<$PrismaModel>
|
|
71033
|
-
gte?: Date | string | DateTimeFieldRefInput<$PrismaModel>
|
|
71034
|
-
not?: NestedDateTimeWithAggregatesFilter<$PrismaModel> | Date | string
|
|
71035
|
-
_count?: NestedIntFilter<$PrismaModel>
|
|
71036
|
-
_min?: NestedDateTimeFilter<$PrismaModel>
|
|
71037
|
-
_max?: NestedDateTimeFilter<$PrismaModel>
|
|
71038
|
-
}
|
|
71039
|
-
|
|
71040
72233
|
export type IntNullableListFilter<$PrismaModel = never> = {
|
|
71041
72234
|
equals?: number[] | ListIntFieldRefInput<$PrismaModel> | null
|
|
71042
72235
|
has?: number | IntFieldRefInput<$PrismaModel> | null
|
|
@@ -71311,11 +72504,6 @@ export namespace Prisma {
|
|
|
71311
72504
|
not?: NestedIntFilter<$PrismaModel> | number
|
|
71312
72505
|
}
|
|
71313
72506
|
|
|
71314
|
-
export type BoolFilter<$PrismaModel = never> = {
|
|
71315
|
-
equals?: boolean | BooleanFieldRefInput<$PrismaModel>
|
|
71316
|
-
not?: NestedBoolFilter<$PrismaModel> | boolean
|
|
71317
|
-
}
|
|
71318
|
-
|
|
71319
72507
|
export type CalendarAvailabilityListRelationFilter = {
|
|
71320
72508
|
every?: CalendarAvailabilityWhereInput
|
|
71321
72509
|
some?: CalendarAvailabilityWhereInput
|
|
@@ -71416,14 +72604,6 @@ export namespace Prisma {
|
|
|
71416
72604
|
_max?: NestedIntFilter<$PrismaModel>
|
|
71417
72605
|
}
|
|
71418
72606
|
|
|
71419
|
-
export type BoolWithAggregatesFilter<$PrismaModel = never> = {
|
|
71420
|
-
equals?: boolean | BooleanFieldRefInput<$PrismaModel>
|
|
71421
|
-
not?: NestedBoolWithAggregatesFilter<$PrismaModel> | boolean
|
|
71422
|
-
_count?: NestedIntFilter<$PrismaModel>
|
|
71423
|
-
_min?: NestedBoolFilter<$PrismaModel>
|
|
71424
|
-
_max?: NestedBoolFilter<$PrismaModel>
|
|
71425
|
-
}
|
|
71426
|
-
|
|
71427
72607
|
export type BillingAccountListRelationFilter = {
|
|
71428
72608
|
every?: BillingAccountWhereInput
|
|
71429
72609
|
some?: BillingAccountWhereInput
|
|
@@ -75999,6 +77179,32 @@ export namespace Prisma {
|
|
|
75999
77179
|
update?: XOR<XOR<UserUpdateToOneWithWhereWithoutBuilderWebsitesDataInput, UserUpdateWithoutBuilderWebsitesDataInput>, UserUncheckedUpdateWithoutBuilderWebsitesDataInput>
|
|
76000
77180
|
}
|
|
76001
77181
|
|
|
77182
|
+
export type CalcomEvaluationConfigCreatetalentCategoryIdsInput = {
|
|
77183
|
+
set: string[]
|
|
77184
|
+
}
|
|
77185
|
+
|
|
77186
|
+
export type CalcomEvaluationConfigCreateroleCategoryIdsInput = {
|
|
77187
|
+
set: string[]
|
|
77188
|
+
}
|
|
77189
|
+
|
|
77190
|
+
export type CalcomEvaluationConfigUpdatetalentCategoryIdsInput = {
|
|
77191
|
+
set?: string[]
|
|
77192
|
+
push?: string | string[]
|
|
77193
|
+
}
|
|
77194
|
+
|
|
77195
|
+
export type BoolFieldUpdateOperationsInput = {
|
|
77196
|
+
set?: boolean
|
|
77197
|
+
}
|
|
77198
|
+
|
|
77199
|
+
export type CalcomEvaluationConfigUpdateroleCategoryIdsInput = {
|
|
77200
|
+
set?: string[]
|
|
77201
|
+
push?: string | string[]
|
|
77202
|
+
}
|
|
77203
|
+
|
|
77204
|
+
export type DateTimeFieldUpdateOperationsInput = {
|
|
77205
|
+
set?: Date | string
|
|
77206
|
+
}
|
|
77207
|
+
|
|
76002
77208
|
export type CalendarCredentialsCreateEnvelopeInput = {
|
|
76003
77209
|
set?: CalendarCredentialsCreateInput
|
|
76004
77210
|
}
|
|
@@ -76043,10 +77249,6 @@ export namespace Prisma {
|
|
|
76043
77249
|
set?: $Enums.CalendarProvider
|
|
76044
77250
|
}
|
|
76045
77251
|
|
|
76046
|
-
export type DateTimeFieldUpdateOperationsInput = {
|
|
76047
|
-
set?: Date | string
|
|
76048
|
-
}
|
|
76049
|
-
|
|
76050
77252
|
export type UserUpdateOneRequiredWithoutCalendarNestedInput = {
|
|
76051
77253
|
create?: XOR<UserCreateWithoutCalendarInput, UserUncheckedCreateWithoutCalendarInput>
|
|
76052
77254
|
connectOrCreate?: UserCreateOrConnectWithoutCalendarInput
|
|
@@ -76359,10 +77561,6 @@ export namespace Prisma {
|
|
|
76359
77561
|
push?: number | number[]
|
|
76360
77562
|
}
|
|
76361
77563
|
|
|
76362
|
-
export type BoolFieldUpdateOperationsInput = {
|
|
76363
|
-
set?: boolean
|
|
76364
|
-
}
|
|
76365
|
-
|
|
76366
77564
|
export type CalendarEventUpdateManyWithoutEventTypeNestedInput = {
|
|
76367
77565
|
create?: XOR<CalendarEventCreateWithoutEventTypeInput, CalendarEventUncheckedCreateWithoutEventTypeInput> | CalendarEventCreateWithoutEventTypeInput[] | CalendarEventUncheckedCreateWithoutEventTypeInput[]
|
|
76368
77566
|
connectOrCreate?: CalendarEventCreateOrConnectWithoutEventTypeInput | CalendarEventCreateOrConnectWithoutEventTypeInput[]
|
|
@@ -80921,6 +82119,44 @@ export namespace Prisma {
|
|
|
80921
82119
|
isSet?: boolean
|
|
80922
82120
|
}
|
|
80923
82121
|
|
|
82122
|
+
export type NestedBoolFilter<$PrismaModel = never> = {
|
|
82123
|
+
equals?: boolean | BooleanFieldRefInput<$PrismaModel>
|
|
82124
|
+
not?: NestedBoolFilter<$PrismaModel> | boolean
|
|
82125
|
+
}
|
|
82126
|
+
|
|
82127
|
+
export type NestedDateTimeFilter<$PrismaModel = never> = {
|
|
82128
|
+
equals?: Date | string | DateTimeFieldRefInput<$PrismaModel>
|
|
82129
|
+
in?: Date[] | string[] | ListDateTimeFieldRefInput<$PrismaModel>
|
|
82130
|
+
notIn?: Date[] | string[] | ListDateTimeFieldRefInput<$PrismaModel>
|
|
82131
|
+
lt?: Date | string | DateTimeFieldRefInput<$PrismaModel>
|
|
82132
|
+
lte?: Date | string | DateTimeFieldRefInput<$PrismaModel>
|
|
82133
|
+
gt?: Date | string | DateTimeFieldRefInput<$PrismaModel>
|
|
82134
|
+
gte?: Date | string | DateTimeFieldRefInput<$PrismaModel>
|
|
82135
|
+
not?: NestedDateTimeFilter<$PrismaModel> | Date | string
|
|
82136
|
+
}
|
|
82137
|
+
|
|
82138
|
+
export type NestedBoolWithAggregatesFilter<$PrismaModel = never> = {
|
|
82139
|
+
equals?: boolean | BooleanFieldRefInput<$PrismaModel>
|
|
82140
|
+
not?: NestedBoolWithAggregatesFilter<$PrismaModel> | boolean
|
|
82141
|
+
_count?: NestedIntFilter<$PrismaModel>
|
|
82142
|
+
_min?: NestedBoolFilter<$PrismaModel>
|
|
82143
|
+
_max?: NestedBoolFilter<$PrismaModel>
|
|
82144
|
+
}
|
|
82145
|
+
|
|
82146
|
+
export type NestedDateTimeWithAggregatesFilter<$PrismaModel = never> = {
|
|
82147
|
+
equals?: Date | string | DateTimeFieldRefInput<$PrismaModel>
|
|
82148
|
+
in?: Date[] | string[] | ListDateTimeFieldRefInput<$PrismaModel>
|
|
82149
|
+
notIn?: Date[] | string[] | ListDateTimeFieldRefInput<$PrismaModel>
|
|
82150
|
+
lt?: Date | string | DateTimeFieldRefInput<$PrismaModel>
|
|
82151
|
+
lte?: Date | string | DateTimeFieldRefInput<$PrismaModel>
|
|
82152
|
+
gt?: Date | string | DateTimeFieldRefInput<$PrismaModel>
|
|
82153
|
+
gte?: Date | string | DateTimeFieldRefInput<$PrismaModel>
|
|
82154
|
+
not?: NestedDateTimeWithAggregatesFilter<$PrismaModel> | Date | string
|
|
82155
|
+
_count?: NestedIntFilter<$PrismaModel>
|
|
82156
|
+
_min?: NestedDateTimeFilter<$PrismaModel>
|
|
82157
|
+
_max?: NestedDateTimeFilter<$PrismaModel>
|
|
82158
|
+
}
|
|
82159
|
+
|
|
80924
82160
|
export type CalendarCredentialsWhereInput = {
|
|
80925
82161
|
AND?: CalendarCredentialsWhereInput | CalendarCredentialsWhereInput[]
|
|
80926
82162
|
OR?: CalendarCredentialsWhereInput[]
|
|
@@ -80942,17 +82178,6 @@ export namespace Prisma {
|
|
|
80942
82178
|
not?: NestedEnumCalendarProviderFilter<$PrismaModel> | $Enums.CalendarProvider
|
|
80943
82179
|
}
|
|
80944
82180
|
|
|
80945
|
-
export type NestedDateTimeFilter<$PrismaModel = never> = {
|
|
80946
|
-
equals?: Date | string | DateTimeFieldRefInput<$PrismaModel>
|
|
80947
|
-
in?: Date[] | string[] | ListDateTimeFieldRefInput<$PrismaModel>
|
|
80948
|
-
notIn?: Date[] | string[] | ListDateTimeFieldRefInput<$PrismaModel>
|
|
80949
|
-
lt?: Date | string | DateTimeFieldRefInput<$PrismaModel>
|
|
80950
|
-
lte?: Date | string | DateTimeFieldRefInput<$PrismaModel>
|
|
80951
|
-
gt?: Date | string | DateTimeFieldRefInput<$PrismaModel>
|
|
80952
|
-
gte?: Date | string | DateTimeFieldRefInput<$PrismaModel>
|
|
80953
|
-
not?: NestedDateTimeFilter<$PrismaModel> | Date | string
|
|
80954
|
-
}
|
|
80955
|
-
|
|
80956
82181
|
export type NestedEnumCalendarProviderWithAggregatesFilter<$PrismaModel = never> = {
|
|
80957
82182
|
equals?: $Enums.CalendarProvider | EnumCalendarProviderFieldRefInput<$PrismaModel>
|
|
80958
82183
|
in?: $Enums.CalendarProvider[] | ListEnumCalendarProviderFieldRefInput<$PrismaModel>
|
|
@@ -80963,20 +82188,6 @@ export namespace Prisma {
|
|
|
80963
82188
|
_max?: NestedEnumCalendarProviderFilter<$PrismaModel>
|
|
80964
82189
|
}
|
|
80965
82190
|
|
|
80966
|
-
export type NestedDateTimeWithAggregatesFilter<$PrismaModel = never> = {
|
|
80967
|
-
equals?: Date | string | DateTimeFieldRefInput<$PrismaModel>
|
|
80968
|
-
in?: Date[] | string[] | ListDateTimeFieldRefInput<$PrismaModel>
|
|
80969
|
-
notIn?: Date[] | string[] | ListDateTimeFieldRefInput<$PrismaModel>
|
|
80970
|
-
lt?: Date | string | DateTimeFieldRefInput<$PrismaModel>
|
|
80971
|
-
lte?: Date | string | DateTimeFieldRefInput<$PrismaModel>
|
|
80972
|
-
gt?: Date | string | DateTimeFieldRefInput<$PrismaModel>
|
|
80973
|
-
gte?: Date | string | DateTimeFieldRefInput<$PrismaModel>
|
|
80974
|
-
not?: NestedDateTimeWithAggregatesFilter<$PrismaModel> | Date | string
|
|
80975
|
-
_count?: NestedIntFilter<$PrismaModel>
|
|
80976
|
-
_min?: NestedDateTimeFilter<$PrismaModel>
|
|
80977
|
-
_max?: NestedDateTimeFilter<$PrismaModel>
|
|
80978
|
-
}
|
|
80979
|
-
|
|
80980
82191
|
export type NestedEnumEventStatusFilter<$PrismaModel = never> = {
|
|
80981
82192
|
equals?: $Enums.EventStatus | EnumEventStatusFieldRefInput<$PrismaModel>
|
|
80982
82193
|
in?: $Enums.EventStatus[] | ListEnumEventStatusFieldRefInput<$PrismaModel>
|
|
@@ -81060,11 +82271,6 @@ export namespace Prisma {
|
|
|
81060
82271
|
not?: NestedEnumEventTypeFilter<$PrismaModel> | $Enums.EventType
|
|
81061
82272
|
}
|
|
81062
82273
|
|
|
81063
|
-
export type NestedBoolFilter<$PrismaModel = never> = {
|
|
81064
|
-
equals?: boolean | BooleanFieldRefInput<$PrismaModel>
|
|
81065
|
-
not?: NestedBoolFilter<$PrismaModel> | boolean
|
|
81066
|
-
}
|
|
81067
|
-
|
|
81068
82274
|
export type NestedEnumEventTypeWithAggregatesFilter<$PrismaModel = never> = {
|
|
81069
82275
|
equals?: $Enums.EventType | EnumEventTypeFieldRefInput<$PrismaModel>
|
|
81070
82276
|
in?: $Enums.EventType[] | ListEnumEventTypeFieldRefInput<$PrismaModel>
|
|
@@ -81102,14 +82308,6 @@ export namespace Prisma {
|
|
|
81102
82308
|
not?: NestedFloatFilter<$PrismaModel> | number
|
|
81103
82309
|
}
|
|
81104
82310
|
|
|
81105
|
-
export type NestedBoolWithAggregatesFilter<$PrismaModel = never> = {
|
|
81106
|
-
equals?: boolean | BooleanFieldRefInput<$PrismaModel>
|
|
81107
|
-
not?: NestedBoolWithAggregatesFilter<$PrismaModel> | boolean
|
|
81108
|
-
_count?: NestedIntFilter<$PrismaModel>
|
|
81109
|
-
_min?: NestedBoolFilter<$PrismaModel>
|
|
81110
|
-
_max?: NestedBoolFilter<$PrismaModel>
|
|
81111
|
-
}
|
|
81112
|
-
|
|
81113
82311
|
export type NestedEnumClientInterviewTypeFilter<$PrismaModel = never> = {
|
|
81114
82312
|
equals?: $Enums.ClientInterviewType | EnumClientInterviewTypeFieldRefInput<$PrismaModel>
|
|
81115
82313
|
in?: $Enums.ClientInterviewType[] | ListEnumClientInterviewTypeFieldRefInput<$PrismaModel>
|
|
@@ -107661,6 +108859,10 @@ export namespace Prisma {
|
|
|
107661
108859
|
* @deprecated Use BuilderWebsitesDataDefaultArgs instead
|
|
107662
108860
|
*/
|
|
107663
108861
|
export type BuilderWebsitesDataArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = BuilderWebsitesDataDefaultArgs<ExtArgs>
|
|
108862
|
+
/**
|
|
108863
|
+
* @deprecated Use CalcomEvaluationConfigDefaultArgs instead
|
|
108864
|
+
*/
|
|
108865
|
+
export type CalcomEvaluationConfigArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = CalcomEvaluationConfigDefaultArgs<ExtArgs>
|
|
107664
108866
|
/**
|
|
107665
108867
|
* @deprecated Use CalendarDefaultArgs instead
|
|
107666
108868
|
*/
|