@adaptware/eagles-db 0.1.89 → 0.1.91
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/client/edge.js +6 -4
- package/client/index-browser.js +3 -1
- package/client/index.d.ts +182 -3
- package/client/index.js +6 -4
- package/client/package.json +1 -1
- package/client/schema.prisma +5 -0
- package/client/wasm.js +3 -1
- package/package.json +1 -1
- package/prisma/schema/assessment.prisma +4 -0
- package/prisma/schema/organisation.prisma +1 -0
package/client/index.d.ts
CHANGED
|
@@ -13940,6 +13940,7 @@ export namespace Prisma {
|
|
|
13940
13940
|
scheduled_end_time: Date | null
|
|
13941
13941
|
actual_start_time: Date | null
|
|
13942
13942
|
actual_end_time: Date | null
|
|
13943
|
+
attempt_expires_at: Date | null
|
|
13943
13944
|
created_at: Date | null
|
|
13944
13945
|
updated_at: Date | null
|
|
13945
13946
|
created_by: string | null
|
|
@@ -13959,6 +13960,7 @@ export namespace Prisma {
|
|
|
13959
13960
|
scheduled_end_time: Date | null
|
|
13960
13961
|
actual_start_time: Date | null
|
|
13961
13962
|
actual_end_time: Date | null
|
|
13963
|
+
attempt_expires_at: Date | null
|
|
13962
13964
|
created_at: Date | null
|
|
13963
13965
|
updated_at: Date | null
|
|
13964
13966
|
created_by: string | null
|
|
@@ -13979,6 +13981,7 @@ export namespace Prisma {
|
|
|
13979
13981
|
scheduled_end_time: number
|
|
13980
13982
|
actual_start_time: number
|
|
13981
13983
|
actual_end_time: number
|
|
13984
|
+
attempt_expires_at: number
|
|
13982
13985
|
created_at: number
|
|
13983
13986
|
updated_at: number
|
|
13984
13987
|
created_by: number
|
|
@@ -14008,6 +14011,7 @@ export namespace Prisma {
|
|
|
14008
14011
|
scheduled_end_time?: true
|
|
14009
14012
|
actual_start_time?: true
|
|
14010
14013
|
actual_end_time?: true
|
|
14014
|
+
attempt_expires_at?: true
|
|
14011
14015
|
created_at?: true
|
|
14012
14016
|
updated_at?: true
|
|
14013
14017
|
created_by?: true
|
|
@@ -14027,6 +14031,7 @@ export namespace Prisma {
|
|
|
14027
14031
|
scheduled_end_time?: true
|
|
14028
14032
|
actual_start_time?: true
|
|
14029
14033
|
actual_end_time?: true
|
|
14034
|
+
attempt_expires_at?: true
|
|
14030
14035
|
created_at?: true
|
|
14031
14036
|
updated_at?: true
|
|
14032
14037
|
created_by?: true
|
|
@@ -14047,6 +14052,7 @@ export namespace Prisma {
|
|
|
14047
14052
|
scheduled_end_time?: true
|
|
14048
14053
|
actual_start_time?: true
|
|
14049
14054
|
actual_end_time?: true
|
|
14055
|
+
attempt_expires_at?: true
|
|
14050
14056
|
created_at?: true
|
|
14051
14057
|
updated_at?: true
|
|
14052
14058
|
created_by?: true
|
|
@@ -14154,6 +14160,7 @@ export namespace Prisma {
|
|
|
14154
14160
|
scheduled_end_time: Date | null
|
|
14155
14161
|
actual_start_time: Date | null
|
|
14156
14162
|
actual_end_time: Date | null
|
|
14163
|
+
attempt_expires_at: Date | null
|
|
14157
14164
|
created_at: Date
|
|
14158
14165
|
updated_at: Date
|
|
14159
14166
|
created_by: string
|
|
@@ -14193,6 +14200,7 @@ export namespace Prisma {
|
|
|
14193
14200
|
scheduled_end_time?: boolean
|
|
14194
14201
|
actual_start_time?: boolean
|
|
14195
14202
|
actual_end_time?: boolean
|
|
14203
|
+
attempt_expires_at?: boolean
|
|
14196
14204
|
created_at?: boolean
|
|
14197
14205
|
updated_at?: boolean
|
|
14198
14206
|
created_by?: boolean
|
|
@@ -14222,6 +14230,7 @@ export namespace Prisma {
|
|
|
14222
14230
|
scheduled_end_time?: boolean
|
|
14223
14231
|
actual_start_time?: boolean
|
|
14224
14232
|
actual_end_time?: boolean
|
|
14233
|
+
attempt_expires_at?: boolean
|
|
14225
14234
|
created_at?: boolean
|
|
14226
14235
|
updated_at?: boolean
|
|
14227
14236
|
created_by?: boolean
|
|
@@ -14247,6 +14256,7 @@ export namespace Prisma {
|
|
|
14247
14256
|
scheduled_end_time?: boolean
|
|
14248
14257
|
actual_start_time?: boolean
|
|
14249
14258
|
actual_end_time?: boolean
|
|
14259
|
+
attempt_expires_at?: boolean
|
|
14250
14260
|
created_at?: boolean
|
|
14251
14261
|
updated_at?: boolean
|
|
14252
14262
|
created_by?: boolean
|
|
@@ -14272,6 +14282,7 @@ export namespace Prisma {
|
|
|
14272
14282
|
scheduled_end_time?: boolean
|
|
14273
14283
|
actual_start_time?: boolean
|
|
14274
14284
|
actual_end_time?: boolean
|
|
14285
|
+
attempt_expires_at?: boolean
|
|
14275
14286
|
created_at?: boolean
|
|
14276
14287
|
updated_at?: boolean
|
|
14277
14288
|
created_by?: boolean
|
|
@@ -14280,7 +14291,7 @@ export namespace Prisma {
|
|
|
14280
14291
|
userId?: boolean
|
|
14281
14292
|
}
|
|
14282
14293
|
|
|
14283
|
-
export type AssessmentOmit<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = $Extensions.GetOmit<"id" | "organisation_id" | "assessment_library_id" | "candidate_id" | "reviewer_id" | "score" | "feedback" | "scheduled_start_time" | "scheduled_end_time" | "actual_start_time" | "actual_end_time" | "created_at" | "updated_at" | "created_by" | "updated_by" | "is_active" | "userId", ExtArgs["result"]["assessment"]>
|
|
14294
|
+
export type AssessmentOmit<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = $Extensions.GetOmit<"id" | "organisation_id" | "assessment_library_id" | "candidate_id" | "reviewer_id" | "score" | "feedback" | "scheduled_start_time" | "scheduled_end_time" | "actual_start_time" | "actual_end_time" | "attempt_expires_at" | "created_at" | "updated_at" | "created_by" | "updated_by" | "is_active" | "userId", ExtArgs["result"]["assessment"]>
|
|
14284
14295
|
export type AssessmentInclude<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
|
|
14285
14296
|
assessment_library?: boolean | AssessmentLibraryDefaultArgs<ExtArgs>
|
|
14286
14297
|
candidate?: boolean | UserDefaultArgs<ExtArgs>
|
|
@@ -14329,8 +14340,15 @@ export namespace Prisma {
|
|
|
14329
14340
|
feedback: Prisma.JsonValue | null
|
|
14330
14341
|
scheduled_start_time: Date | null
|
|
14331
14342
|
scheduled_end_time: Date | null
|
|
14343
|
+
/**
|
|
14344
|
+
* Actual Start and End Time
|
|
14345
|
+
*/
|
|
14332
14346
|
actual_start_time: Date | null
|
|
14333
14347
|
actual_end_time: Date | null
|
|
14348
|
+
/**
|
|
14349
|
+
* Attempt Expires At
|
|
14350
|
+
*/
|
|
14351
|
+
attempt_expires_at: Date | null
|
|
14334
14352
|
/**
|
|
14335
14353
|
* Audit fields
|
|
14336
14354
|
*/
|
|
@@ -14782,6 +14800,7 @@ export namespace Prisma {
|
|
|
14782
14800
|
readonly scheduled_end_time: FieldRef<"Assessment", 'DateTime'>
|
|
14783
14801
|
readonly actual_start_time: FieldRef<"Assessment", 'DateTime'>
|
|
14784
14802
|
readonly actual_end_time: FieldRef<"Assessment", 'DateTime'>
|
|
14803
|
+
readonly attempt_expires_at: FieldRef<"Assessment", 'DateTime'>
|
|
14785
14804
|
readonly created_at: FieldRef<"Assessment", 'DateTime'>
|
|
14786
14805
|
readonly updated_at: FieldRef<"Assessment", 'DateTime'>
|
|
14787
14806
|
readonly created_by: FieldRef<"Assessment", 'String'>
|
|
@@ -47064,6 +47083,7 @@ export namespace Prisma {
|
|
|
47064
47083
|
is_active: boolean | null
|
|
47065
47084
|
alias: string | null
|
|
47066
47085
|
logo: string | null
|
|
47086
|
+
timezone: string | null
|
|
47067
47087
|
}
|
|
47068
47088
|
|
|
47069
47089
|
export type OrganisationMaxAggregateOutputType = {
|
|
@@ -47082,6 +47102,7 @@ export namespace Prisma {
|
|
|
47082
47102
|
is_active: boolean | null
|
|
47083
47103
|
alias: string | null
|
|
47084
47104
|
logo: string | null
|
|
47105
|
+
timezone: string | null
|
|
47085
47106
|
}
|
|
47086
47107
|
|
|
47087
47108
|
export type OrganisationCountAggregateOutputType = {
|
|
@@ -47102,6 +47123,7 @@ export namespace Prisma {
|
|
|
47102
47123
|
is_active: number
|
|
47103
47124
|
alias: number
|
|
47104
47125
|
logo: number
|
|
47126
|
+
timezone: number
|
|
47105
47127
|
_all: number
|
|
47106
47128
|
}
|
|
47107
47129
|
|
|
@@ -47122,6 +47144,7 @@ export namespace Prisma {
|
|
|
47122
47144
|
is_active?: true
|
|
47123
47145
|
alias?: true
|
|
47124
47146
|
logo?: true
|
|
47147
|
+
timezone?: true
|
|
47125
47148
|
}
|
|
47126
47149
|
|
|
47127
47150
|
export type OrganisationMaxAggregateInputType = {
|
|
@@ -47140,6 +47163,7 @@ export namespace Prisma {
|
|
|
47140
47163
|
is_active?: true
|
|
47141
47164
|
alias?: true
|
|
47142
47165
|
logo?: true
|
|
47166
|
+
timezone?: true
|
|
47143
47167
|
}
|
|
47144
47168
|
|
|
47145
47169
|
export type OrganisationCountAggregateInputType = {
|
|
@@ -47160,6 +47184,7 @@ export namespace Prisma {
|
|
|
47160
47184
|
is_active?: true
|
|
47161
47185
|
alias?: true
|
|
47162
47186
|
logo?: true
|
|
47187
|
+
timezone?: true
|
|
47163
47188
|
_all?: true
|
|
47164
47189
|
}
|
|
47165
47190
|
|
|
@@ -47253,6 +47278,7 @@ export namespace Prisma {
|
|
|
47253
47278
|
is_active: boolean
|
|
47254
47279
|
alias: string | null
|
|
47255
47280
|
logo: string | null
|
|
47281
|
+
timezone: string
|
|
47256
47282
|
_count: OrganisationCountAggregateOutputType | null
|
|
47257
47283
|
_min: OrganisationMinAggregateOutputType | null
|
|
47258
47284
|
_max: OrganisationMaxAggregateOutputType | null
|
|
@@ -47290,6 +47316,7 @@ export namespace Prisma {
|
|
|
47290
47316
|
is_active?: boolean
|
|
47291
47317
|
alias?: boolean
|
|
47292
47318
|
logo?: boolean
|
|
47319
|
+
timezone?: boolean
|
|
47293
47320
|
interviewers?: boolean | Organisation$interviewersArgs<ExtArgs>
|
|
47294
47321
|
applications?: boolean | Organisation$applicationsArgs<ExtArgs>
|
|
47295
47322
|
user_roles?: boolean | Organisation$user_rolesArgs<ExtArgs>
|
|
@@ -47329,6 +47356,7 @@ export namespace Prisma {
|
|
|
47329
47356
|
is_active?: boolean
|
|
47330
47357
|
alias?: boolean
|
|
47331
47358
|
logo?: boolean
|
|
47359
|
+
timezone?: boolean
|
|
47332
47360
|
}, ExtArgs["result"]["organisation"]>
|
|
47333
47361
|
|
|
47334
47362
|
export type OrganisationSelectUpdateManyAndReturn<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = $Extensions.GetSelect<{
|
|
@@ -47349,6 +47377,7 @@ export namespace Prisma {
|
|
|
47349
47377
|
is_active?: boolean
|
|
47350
47378
|
alias?: boolean
|
|
47351
47379
|
logo?: boolean
|
|
47380
|
+
timezone?: boolean
|
|
47352
47381
|
}, ExtArgs["result"]["organisation"]>
|
|
47353
47382
|
|
|
47354
47383
|
export type OrganisationSelectScalar = {
|
|
@@ -47369,9 +47398,10 @@ export namespace Prisma {
|
|
|
47369
47398
|
is_active?: boolean
|
|
47370
47399
|
alias?: boolean
|
|
47371
47400
|
logo?: boolean
|
|
47401
|
+
timezone?: boolean
|
|
47372
47402
|
}
|
|
47373
47403
|
|
|
47374
|
-
export type OrganisationOmit<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = $Extensions.GetOmit<"id" | "name" | "industry" | "about" | "website" | "size" | "phone" | "address" | "company_values" | "allowed_email_domains" | "created_at" | "updated_at" | "created_by" | "updated_by" | "is_active" | "alias" | "logo", ExtArgs["result"]["organisation"]>
|
|
47404
|
+
export type OrganisationOmit<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = $Extensions.GetOmit<"id" | "name" | "industry" | "about" | "website" | "size" | "phone" | "address" | "company_values" | "allowed_email_domains" | "created_at" | "updated_at" | "created_by" | "updated_by" | "is_active" | "alias" | "logo" | "timezone", ExtArgs["result"]["organisation"]>
|
|
47375
47405
|
export type OrganisationInclude<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
|
|
47376
47406
|
interviewers?: boolean | Organisation$interviewersArgs<ExtArgs>
|
|
47377
47407
|
applications?: boolean | Organisation$applicationsArgs<ExtArgs>
|
|
@@ -47436,6 +47466,7 @@ export namespace Prisma {
|
|
|
47436
47466
|
is_active: boolean
|
|
47437
47467
|
alias: string | null
|
|
47438
47468
|
logo: string | null
|
|
47469
|
+
timezone: string
|
|
47439
47470
|
}, ExtArgs["result"]["organisation"]>
|
|
47440
47471
|
composites: {}
|
|
47441
47472
|
}
|
|
@@ -47894,6 +47925,7 @@ export namespace Prisma {
|
|
|
47894
47925
|
readonly is_active: FieldRef<"Organisation", 'Boolean'>
|
|
47895
47926
|
readonly alias: FieldRef<"Organisation", 'String'>
|
|
47896
47927
|
readonly logo: FieldRef<"Organisation", 'String'>
|
|
47928
|
+
readonly timezone: FieldRef<"Organisation", 'String'>
|
|
47897
47929
|
}
|
|
47898
47930
|
|
|
47899
47931
|
|
|
@@ -65459,6 +65491,7 @@ export namespace Prisma {
|
|
|
65459
65491
|
scheduled_end_time: 'scheduled_end_time',
|
|
65460
65492
|
actual_start_time: 'actual_start_time',
|
|
65461
65493
|
actual_end_time: 'actual_end_time',
|
|
65494
|
+
attempt_expires_at: 'attempt_expires_at',
|
|
65462
65495
|
created_at: 'created_at',
|
|
65463
65496
|
updated_at: 'updated_at',
|
|
65464
65497
|
created_by: 'created_by',
|
|
@@ -66025,7 +66058,8 @@ export namespace Prisma {
|
|
|
66025
66058
|
updated_by: 'updated_by',
|
|
66026
66059
|
is_active: 'is_active',
|
|
66027
66060
|
alias: 'alias',
|
|
66028
|
-
logo: 'logo'
|
|
66061
|
+
logo: 'logo',
|
|
66062
|
+
timezone: 'timezone'
|
|
66029
66063
|
};
|
|
66030
66064
|
|
|
66031
66065
|
export type OrganisationScalarFieldEnum = (typeof OrganisationScalarFieldEnum)[keyof typeof OrganisationScalarFieldEnum]
|
|
@@ -67483,6 +67517,7 @@ export namespace Prisma {
|
|
|
67483
67517
|
scheduled_end_time?: DateTimeNullableFilter<"Assessment"> | Date | string | null
|
|
67484
67518
|
actual_start_time?: DateTimeNullableFilter<"Assessment"> | Date | string | null
|
|
67485
67519
|
actual_end_time?: DateTimeNullableFilter<"Assessment"> | Date | string | null
|
|
67520
|
+
attempt_expires_at?: DateTimeNullableFilter<"Assessment"> | Date | string | null
|
|
67486
67521
|
created_at?: DateTimeFilter<"Assessment"> | Date | string
|
|
67487
67522
|
updated_at?: DateTimeFilter<"Assessment"> | Date | string
|
|
67488
67523
|
created_by?: StringFilter<"Assessment"> | string
|
|
@@ -67511,6 +67546,7 @@ export namespace Prisma {
|
|
|
67511
67546
|
scheduled_end_time?: SortOrderInput | SortOrder
|
|
67512
67547
|
actual_start_time?: SortOrderInput | SortOrder
|
|
67513
67548
|
actual_end_time?: SortOrderInput | SortOrder
|
|
67549
|
+
attempt_expires_at?: SortOrderInput | SortOrder
|
|
67514
67550
|
created_at?: SortOrder
|
|
67515
67551
|
updated_at?: SortOrder
|
|
67516
67552
|
created_by?: SortOrder
|
|
@@ -67543,6 +67579,7 @@ export namespace Prisma {
|
|
|
67543
67579
|
scheduled_end_time?: DateTimeNullableFilter<"Assessment"> | Date | string | null
|
|
67544
67580
|
actual_start_time?: DateTimeNullableFilter<"Assessment"> | Date | string | null
|
|
67545
67581
|
actual_end_time?: DateTimeNullableFilter<"Assessment"> | Date | string | null
|
|
67582
|
+
attempt_expires_at?: DateTimeNullableFilter<"Assessment"> | Date | string | null
|
|
67546
67583
|
created_at?: DateTimeFilter<"Assessment"> | Date | string
|
|
67547
67584
|
updated_at?: DateTimeFilter<"Assessment"> | Date | string
|
|
67548
67585
|
created_by?: StringFilter<"Assessment"> | string
|
|
@@ -67571,6 +67608,7 @@ export namespace Prisma {
|
|
|
67571
67608
|
scheduled_end_time?: SortOrderInput | SortOrder
|
|
67572
67609
|
actual_start_time?: SortOrderInput | SortOrder
|
|
67573
67610
|
actual_end_time?: SortOrderInput | SortOrder
|
|
67611
|
+
attempt_expires_at?: SortOrderInput | SortOrder
|
|
67574
67612
|
created_at?: SortOrder
|
|
67575
67613
|
updated_at?: SortOrder
|
|
67576
67614
|
created_by?: SortOrder
|
|
@@ -67599,6 +67637,7 @@ export namespace Prisma {
|
|
|
67599
67637
|
scheduled_end_time?: DateTimeNullableWithAggregatesFilter<"Assessment"> | Date | string | null
|
|
67600
67638
|
actual_start_time?: DateTimeNullableWithAggregatesFilter<"Assessment"> | Date | string | null
|
|
67601
67639
|
actual_end_time?: DateTimeNullableWithAggregatesFilter<"Assessment"> | Date | string | null
|
|
67640
|
+
attempt_expires_at?: DateTimeNullableWithAggregatesFilter<"Assessment"> | Date | string | null
|
|
67602
67641
|
created_at?: DateTimeWithAggregatesFilter<"Assessment"> | Date | string
|
|
67603
67642
|
updated_at?: DateTimeWithAggregatesFilter<"Assessment"> | Date | string
|
|
67604
67643
|
created_by?: StringWithAggregatesFilter<"Assessment"> | string
|
|
@@ -70548,6 +70587,7 @@ export namespace Prisma {
|
|
|
70548
70587
|
is_active?: BoolFilter<"Organisation"> | boolean
|
|
70549
70588
|
alias?: StringNullableFilter<"Organisation"> | string | null
|
|
70550
70589
|
logo?: StringNullableFilter<"Organisation"> | string | null
|
|
70590
|
+
timezone?: StringFilter<"Organisation"> | string
|
|
70551
70591
|
interviewers?: UserListRelationFilter
|
|
70552
70592
|
applications?: ApplicationListRelationFilter
|
|
70553
70593
|
user_roles?: UserRoleListRelationFilter
|
|
@@ -70586,6 +70626,7 @@ export namespace Prisma {
|
|
|
70586
70626
|
is_active?: SortOrder
|
|
70587
70627
|
alias?: SortOrderInput | SortOrder
|
|
70588
70628
|
logo?: SortOrderInput | SortOrder
|
|
70629
|
+
timezone?: SortOrder
|
|
70589
70630
|
interviewers?: UserOrderByRelationAggregateInput
|
|
70590
70631
|
applications?: ApplicationOrderByRelationAggregateInput
|
|
70591
70632
|
user_roles?: UserRoleOrderByRelationAggregateInput
|
|
@@ -70627,6 +70668,7 @@ export namespace Prisma {
|
|
|
70627
70668
|
updated_by?: StringFilter<"Organisation"> | string
|
|
70628
70669
|
is_active?: BoolFilter<"Organisation"> | boolean
|
|
70629
70670
|
logo?: StringNullableFilter<"Organisation"> | string | null
|
|
70671
|
+
timezone?: StringFilter<"Organisation"> | string
|
|
70630
70672
|
interviewers?: UserListRelationFilter
|
|
70631
70673
|
applications?: ApplicationListRelationFilter
|
|
70632
70674
|
user_roles?: UserRoleListRelationFilter
|
|
@@ -70665,6 +70707,7 @@ export namespace Prisma {
|
|
|
70665
70707
|
is_active?: SortOrder
|
|
70666
70708
|
alias?: SortOrderInput | SortOrder
|
|
70667
70709
|
logo?: SortOrderInput | SortOrder
|
|
70710
|
+
timezone?: SortOrder
|
|
70668
70711
|
_count?: OrganisationCountOrderByAggregateInput
|
|
70669
70712
|
_max?: OrganisationMaxOrderByAggregateInput
|
|
70670
70713
|
_min?: OrganisationMinOrderByAggregateInput
|
|
@@ -70691,6 +70734,7 @@ export namespace Prisma {
|
|
|
70691
70734
|
is_active?: BoolWithAggregatesFilter<"Organisation"> | boolean
|
|
70692
70735
|
alias?: StringNullableWithAggregatesFilter<"Organisation"> | string | null
|
|
70693
70736
|
logo?: StringNullableWithAggregatesFilter<"Organisation"> | string | null
|
|
70737
|
+
timezone?: StringWithAggregatesFilter<"Organisation"> | string
|
|
70694
70738
|
}
|
|
70695
70739
|
|
|
70696
70740
|
export type PermissionWhereInput = {
|
|
@@ -72752,6 +72796,7 @@ export namespace Prisma {
|
|
|
72752
72796
|
scheduled_end_time?: Date | string | null
|
|
72753
72797
|
actual_start_time?: Date | string | null
|
|
72754
72798
|
actual_end_time?: Date | string | null
|
|
72799
|
+
attempt_expires_at?: Date | string | null
|
|
72755
72800
|
created_at?: Date | string
|
|
72756
72801
|
updated_at?: Date | string
|
|
72757
72802
|
created_by: string
|
|
@@ -72779,6 +72824,7 @@ export namespace Prisma {
|
|
|
72779
72824
|
scheduled_end_time?: Date | string | null
|
|
72780
72825
|
actual_start_time?: Date | string | null
|
|
72781
72826
|
actual_end_time?: Date | string | null
|
|
72827
|
+
attempt_expires_at?: Date | string | null
|
|
72782
72828
|
created_at?: Date | string
|
|
72783
72829
|
updated_at?: Date | string
|
|
72784
72830
|
created_by: string
|
|
@@ -72798,6 +72844,7 @@ export namespace Prisma {
|
|
|
72798
72844
|
scheduled_end_time?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
72799
72845
|
actual_start_time?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
72800
72846
|
actual_end_time?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
72847
|
+
attempt_expires_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
72801
72848
|
created_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
72802
72849
|
updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
72803
72850
|
created_by?: StringFieldUpdateOperationsInput | string
|
|
@@ -72825,6 +72872,7 @@ export namespace Prisma {
|
|
|
72825
72872
|
scheduled_end_time?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
72826
72873
|
actual_start_time?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
72827
72874
|
actual_end_time?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
72875
|
+
attempt_expires_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
72828
72876
|
created_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
72829
72877
|
updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
72830
72878
|
created_by?: StringFieldUpdateOperationsInput | string
|
|
@@ -72848,6 +72896,7 @@ export namespace Prisma {
|
|
|
72848
72896
|
scheduled_end_time?: Date | string | null
|
|
72849
72897
|
actual_start_time?: Date | string | null
|
|
72850
72898
|
actual_end_time?: Date | string | null
|
|
72899
|
+
attempt_expires_at?: Date | string | null
|
|
72851
72900
|
created_at?: Date | string
|
|
72852
72901
|
updated_at?: Date | string
|
|
72853
72902
|
created_by: string
|
|
@@ -72864,6 +72913,7 @@ export namespace Prisma {
|
|
|
72864
72913
|
scheduled_end_time?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
72865
72914
|
actual_start_time?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
72866
72915
|
actual_end_time?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
72916
|
+
attempt_expires_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
72867
72917
|
created_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
72868
72918
|
updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
72869
72919
|
created_by?: StringFieldUpdateOperationsInput | string
|
|
@@ -72883,6 +72933,7 @@ export namespace Prisma {
|
|
|
72883
72933
|
scheduled_end_time?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
72884
72934
|
actual_start_time?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
72885
72935
|
actual_end_time?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
72936
|
+
attempt_expires_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
72886
72937
|
created_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
72887
72938
|
updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
72888
72939
|
created_by?: StringFieldUpdateOperationsInput | string
|
|
@@ -76224,6 +76275,7 @@ export namespace Prisma {
|
|
|
76224
76275
|
is_active?: boolean
|
|
76225
76276
|
alias?: string | null
|
|
76226
76277
|
logo?: string | null
|
|
76278
|
+
timezone?: string
|
|
76227
76279
|
interviewers?: UserCreateNestedManyWithoutOrganisationInput
|
|
76228
76280
|
applications?: ApplicationCreateNestedManyWithoutOrganisationInput
|
|
76229
76281
|
user_roles?: UserRoleCreateNestedManyWithoutOrganisationInput
|
|
@@ -76262,6 +76314,7 @@ export namespace Prisma {
|
|
|
76262
76314
|
is_active?: boolean
|
|
76263
76315
|
alias?: string | null
|
|
76264
76316
|
logo?: string | null
|
|
76317
|
+
timezone?: string
|
|
76265
76318
|
interviewers?: UserUncheckedCreateNestedManyWithoutOrganisationInput
|
|
76266
76319
|
applications?: ApplicationUncheckedCreateNestedManyWithoutOrganisationInput
|
|
76267
76320
|
user_roles?: UserRoleUncheckedCreateNestedManyWithoutOrganisationInput
|
|
@@ -76300,6 +76353,7 @@ export namespace Prisma {
|
|
|
76300
76353
|
is_active?: BoolFieldUpdateOperationsInput | boolean
|
|
76301
76354
|
alias?: NullableStringFieldUpdateOperationsInput | string | null
|
|
76302
76355
|
logo?: NullableStringFieldUpdateOperationsInput | string | null
|
|
76356
|
+
timezone?: StringFieldUpdateOperationsInput | string
|
|
76303
76357
|
interviewers?: UserUpdateManyWithoutOrganisationNestedInput
|
|
76304
76358
|
applications?: ApplicationUpdateManyWithoutOrganisationNestedInput
|
|
76305
76359
|
user_roles?: UserRoleUpdateManyWithoutOrganisationNestedInput
|
|
@@ -76338,6 +76392,7 @@ export namespace Prisma {
|
|
|
76338
76392
|
is_active?: BoolFieldUpdateOperationsInput | boolean
|
|
76339
76393
|
alias?: NullableStringFieldUpdateOperationsInput | string | null
|
|
76340
76394
|
logo?: NullableStringFieldUpdateOperationsInput | string | null
|
|
76395
|
+
timezone?: StringFieldUpdateOperationsInput | string
|
|
76341
76396
|
interviewers?: UserUncheckedUpdateManyWithoutOrganisationNestedInput
|
|
76342
76397
|
applications?: ApplicationUncheckedUpdateManyWithoutOrganisationNestedInput
|
|
76343
76398
|
user_roles?: UserRoleUncheckedUpdateManyWithoutOrganisationNestedInput
|
|
@@ -76376,6 +76431,7 @@ export namespace Prisma {
|
|
|
76376
76431
|
is_active?: boolean
|
|
76377
76432
|
alias?: string | null
|
|
76378
76433
|
logo?: string | null
|
|
76434
|
+
timezone?: string
|
|
76379
76435
|
}
|
|
76380
76436
|
|
|
76381
76437
|
export type OrganisationUpdateManyMutationInput = {
|
|
@@ -76396,6 +76452,7 @@ export namespace Prisma {
|
|
|
76396
76452
|
is_active?: BoolFieldUpdateOperationsInput | boolean
|
|
76397
76453
|
alias?: NullableStringFieldUpdateOperationsInput | string | null
|
|
76398
76454
|
logo?: NullableStringFieldUpdateOperationsInput | string | null
|
|
76455
|
+
timezone?: StringFieldUpdateOperationsInput | string
|
|
76399
76456
|
}
|
|
76400
76457
|
|
|
76401
76458
|
export type OrganisationUncheckedUpdateManyInput = {
|
|
@@ -76416,6 +76473,7 @@ export namespace Prisma {
|
|
|
76416
76473
|
is_active?: BoolFieldUpdateOperationsInput | boolean
|
|
76417
76474
|
alias?: NullableStringFieldUpdateOperationsInput | string | null
|
|
76418
76475
|
logo?: NullableStringFieldUpdateOperationsInput | string | null
|
|
76476
|
+
timezone?: StringFieldUpdateOperationsInput | string
|
|
76419
76477
|
}
|
|
76420
76478
|
|
|
76421
76479
|
export type PermissionCreateInput = {
|
|
@@ -78855,6 +78913,7 @@ export namespace Prisma {
|
|
|
78855
78913
|
scheduled_end_time?: SortOrder
|
|
78856
78914
|
actual_start_time?: SortOrder
|
|
78857
78915
|
actual_end_time?: SortOrder
|
|
78916
|
+
attempt_expires_at?: SortOrder
|
|
78858
78917
|
created_at?: SortOrder
|
|
78859
78918
|
updated_at?: SortOrder
|
|
78860
78919
|
created_by?: SortOrder
|
|
@@ -78878,6 +78937,7 @@ export namespace Prisma {
|
|
|
78878
78937
|
scheduled_end_time?: SortOrder
|
|
78879
78938
|
actual_start_time?: SortOrder
|
|
78880
78939
|
actual_end_time?: SortOrder
|
|
78940
|
+
attempt_expires_at?: SortOrder
|
|
78881
78941
|
created_at?: SortOrder
|
|
78882
78942
|
updated_at?: SortOrder
|
|
78883
78943
|
created_by?: SortOrder
|
|
@@ -78897,6 +78957,7 @@ export namespace Prisma {
|
|
|
78897
78957
|
scheduled_end_time?: SortOrder
|
|
78898
78958
|
actual_start_time?: SortOrder
|
|
78899
78959
|
actual_end_time?: SortOrder
|
|
78960
|
+
attempt_expires_at?: SortOrder
|
|
78900
78961
|
created_at?: SortOrder
|
|
78901
78962
|
updated_at?: SortOrder
|
|
78902
78963
|
created_by?: SortOrder
|
|
@@ -81187,6 +81248,7 @@ export namespace Prisma {
|
|
|
81187
81248
|
is_active?: SortOrder
|
|
81188
81249
|
alias?: SortOrder
|
|
81189
81250
|
logo?: SortOrder
|
|
81251
|
+
timezone?: SortOrder
|
|
81190
81252
|
}
|
|
81191
81253
|
|
|
81192
81254
|
export type OrganisationMaxOrderByAggregateInput = {
|
|
@@ -81205,6 +81267,7 @@ export namespace Prisma {
|
|
|
81205
81267
|
is_active?: SortOrder
|
|
81206
81268
|
alias?: SortOrder
|
|
81207
81269
|
logo?: SortOrder
|
|
81270
|
+
timezone?: SortOrder
|
|
81208
81271
|
}
|
|
81209
81272
|
|
|
81210
81273
|
export type OrganisationMinOrderByAggregateInput = {
|
|
@@ -81223,6 +81286,7 @@ export namespace Prisma {
|
|
|
81223
81286
|
is_active?: SortOrder
|
|
81224
81287
|
alias?: SortOrder
|
|
81225
81288
|
logo?: SortOrder
|
|
81289
|
+
timezone?: SortOrder
|
|
81226
81290
|
}
|
|
81227
81291
|
|
|
81228
81292
|
export type EnumOrganisationSizeWithAggregatesFilter<$PrismaModel = never> = {
|
|
@@ -89002,6 +89066,7 @@ export namespace Prisma {
|
|
|
89002
89066
|
scheduled_end_time?: Date | string | null
|
|
89003
89067
|
actual_start_time?: Date | string | null
|
|
89004
89068
|
actual_end_time?: Date | string | null
|
|
89069
|
+
attempt_expires_at?: Date | string | null
|
|
89005
89070
|
created_at?: Date | string
|
|
89006
89071
|
updated_at?: Date | string
|
|
89007
89072
|
created_by: string
|
|
@@ -89028,6 +89093,7 @@ export namespace Prisma {
|
|
|
89028
89093
|
scheduled_end_time?: Date | string | null
|
|
89029
89094
|
actual_start_time?: Date | string | null
|
|
89030
89095
|
actual_end_time?: Date | string | null
|
|
89096
|
+
attempt_expires_at?: Date | string | null
|
|
89031
89097
|
created_at?: Date | string
|
|
89032
89098
|
updated_at?: Date | string
|
|
89033
89099
|
created_by: string
|
|
@@ -89248,6 +89314,7 @@ export namespace Prisma {
|
|
|
89248
89314
|
scheduled_end_time?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
89249
89315
|
actual_start_time?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
89250
89316
|
actual_end_time?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
89317
|
+
attempt_expires_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
89251
89318
|
created_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
89252
89319
|
updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
89253
89320
|
created_by?: StringFieldUpdateOperationsInput | string
|
|
@@ -89274,6 +89341,7 @@ export namespace Prisma {
|
|
|
89274
89341
|
scheduled_end_time?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
89275
89342
|
actual_start_time?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
89276
89343
|
actual_end_time?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
89344
|
+
attempt_expires_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
89277
89345
|
created_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
89278
89346
|
updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
89279
89347
|
created_by?: StringFieldUpdateOperationsInput | string
|
|
@@ -89445,6 +89513,7 @@ export namespace Prisma {
|
|
|
89445
89513
|
is_active?: boolean
|
|
89446
89514
|
alias?: string | null
|
|
89447
89515
|
logo?: string | null
|
|
89516
|
+
timezone?: string
|
|
89448
89517
|
interviewers?: UserCreateNestedManyWithoutOrganisationInput
|
|
89449
89518
|
applications?: ApplicationCreateNestedManyWithoutOrganisationInput
|
|
89450
89519
|
job_descriptions?: JobDescriptionCreateNestedManyWithoutOrganisationInput
|
|
@@ -89482,6 +89551,7 @@ export namespace Prisma {
|
|
|
89482
89551
|
is_active?: boolean
|
|
89483
89552
|
alias?: string | null
|
|
89484
89553
|
logo?: string | null
|
|
89554
|
+
timezone?: string
|
|
89485
89555
|
interviewers?: UserUncheckedCreateNestedManyWithoutOrganisationInput
|
|
89486
89556
|
applications?: ApplicationUncheckedCreateNestedManyWithoutOrganisationInput
|
|
89487
89557
|
job_descriptions?: JobDescriptionUncheckedCreateNestedManyWithoutOrganisationInput
|
|
@@ -89704,6 +89774,7 @@ export namespace Prisma {
|
|
|
89704
89774
|
is_active?: BoolFieldUpdateOperationsInput | boolean
|
|
89705
89775
|
alias?: NullableStringFieldUpdateOperationsInput | string | null
|
|
89706
89776
|
logo?: NullableStringFieldUpdateOperationsInput | string | null
|
|
89777
|
+
timezone?: StringFieldUpdateOperationsInput | string
|
|
89707
89778
|
interviewers?: UserUpdateManyWithoutOrganisationNestedInput
|
|
89708
89779
|
applications?: ApplicationUpdateManyWithoutOrganisationNestedInput
|
|
89709
89780
|
job_descriptions?: JobDescriptionUpdateManyWithoutOrganisationNestedInput
|
|
@@ -89741,6 +89812,7 @@ export namespace Prisma {
|
|
|
89741
89812
|
is_active?: BoolFieldUpdateOperationsInput | boolean
|
|
89742
89813
|
alias?: NullableStringFieldUpdateOperationsInput | string | null
|
|
89743
89814
|
logo?: NullableStringFieldUpdateOperationsInput | string | null
|
|
89815
|
+
timezone?: StringFieldUpdateOperationsInput | string
|
|
89744
89816
|
interviewers?: UserUncheckedUpdateManyWithoutOrganisationNestedInput
|
|
89745
89817
|
applications?: ApplicationUncheckedUpdateManyWithoutOrganisationNestedInput
|
|
89746
89818
|
job_descriptions?: JobDescriptionUncheckedUpdateManyWithoutOrganisationNestedInput
|
|
@@ -90003,6 +90075,7 @@ export namespace Prisma {
|
|
|
90003
90075
|
is_active?: boolean
|
|
90004
90076
|
alias?: string | null
|
|
90005
90077
|
logo?: string | null
|
|
90078
|
+
timezone?: string
|
|
90006
90079
|
interviewers?: UserCreateNestedManyWithoutOrganisationInput
|
|
90007
90080
|
applications?: ApplicationCreateNestedManyWithoutOrganisationInput
|
|
90008
90081
|
user_roles?: UserRoleCreateNestedManyWithoutOrganisationInput
|
|
@@ -90040,6 +90113,7 @@ export namespace Prisma {
|
|
|
90040
90113
|
is_active?: boolean
|
|
90041
90114
|
alias?: string | null
|
|
90042
90115
|
logo?: string | null
|
|
90116
|
+
timezone?: string
|
|
90043
90117
|
interviewers?: UserUncheckedCreateNestedManyWithoutOrganisationInput
|
|
90044
90118
|
applications?: ApplicationUncheckedCreateNestedManyWithoutOrganisationInput
|
|
90045
90119
|
user_roles?: UserRoleUncheckedCreateNestedManyWithoutOrganisationInput
|
|
@@ -90236,6 +90310,7 @@ export namespace Prisma {
|
|
|
90236
90310
|
is_active?: BoolFieldUpdateOperationsInput | boolean
|
|
90237
90311
|
alias?: NullableStringFieldUpdateOperationsInput | string | null
|
|
90238
90312
|
logo?: NullableStringFieldUpdateOperationsInput | string | null
|
|
90313
|
+
timezone?: StringFieldUpdateOperationsInput | string
|
|
90239
90314
|
interviewers?: UserUpdateManyWithoutOrganisationNestedInput
|
|
90240
90315
|
applications?: ApplicationUpdateManyWithoutOrganisationNestedInput
|
|
90241
90316
|
user_roles?: UserRoleUpdateManyWithoutOrganisationNestedInput
|
|
@@ -90273,6 +90348,7 @@ export namespace Prisma {
|
|
|
90273
90348
|
is_active?: BoolFieldUpdateOperationsInput | boolean
|
|
90274
90349
|
alias?: NullableStringFieldUpdateOperationsInput | string | null
|
|
90275
90350
|
logo?: NullableStringFieldUpdateOperationsInput | string | null
|
|
90351
|
+
timezone?: StringFieldUpdateOperationsInput | string
|
|
90276
90352
|
interviewers?: UserUncheckedUpdateManyWithoutOrganisationNestedInput
|
|
90277
90353
|
applications?: ApplicationUncheckedUpdateManyWithoutOrganisationNestedInput
|
|
90278
90354
|
user_roles?: UserRoleUncheckedUpdateManyWithoutOrganisationNestedInput
|
|
@@ -90928,6 +91004,7 @@ export namespace Prisma {
|
|
|
90928
91004
|
is_active?: boolean
|
|
90929
91005
|
alias?: string | null
|
|
90930
91006
|
logo?: string | null
|
|
91007
|
+
timezone?: string
|
|
90931
91008
|
interviewers?: UserCreateNestedManyWithoutOrganisationInput
|
|
90932
91009
|
user_roles?: UserRoleCreateNestedManyWithoutOrganisationInput
|
|
90933
91010
|
job_descriptions?: JobDescriptionCreateNestedManyWithoutOrganisationInput
|
|
@@ -90965,6 +91042,7 @@ export namespace Prisma {
|
|
|
90965
91042
|
is_active?: boolean
|
|
90966
91043
|
alias?: string | null
|
|
90967
91044
|
logo?: string | null
|
|
91045
|
+
timezone?: string
|
|
90968
91046
|
interviewers?: UserUncheckedCreateNestedManyWithoutOrganisationInput
|
|
90969
91047
|
user_roles?: UserRoleUncheckedCreateNestedManyWithoutOrganisationInput
|
|
90970
91048
|
job_descriptions?: JobDescriptionUncheckedCreateNestedManyWithoutOrganisationInput
|
|
@@ -91727,6 +91805,7 @@ export namespace Prisma {
|
|
|
91727
91805
|
is_active?: BoolFieldUpdateOperationsInput | boolean
|
|
91728
91806
|
alias?: NullableStringFieldUpdateOperationsInput | string | null
|
|
91729
91807
|
logo?: NullableStringFieldUpdateOperationsInput | string | null
|
|
91808
|
+
timezone?: StringFieldUpdateOperationsInput | string
|
|
91730
91809
|
interviewers?: UserUpdateManyWithoutOrganisationNestedInput
|
|
91731
91810
|
user_roles?: UserRoleUpdateManyWithoutOrganisationNestedInput
|
|
91732
91811
|
job_descriptions?: JobDescriptionUpdateManyWithoutOrganisationNestedInput
|
|
@@ -91764,6 +91843,7 @@ export namespace Prisma {
|
|
|
91764
91843
|
is_active?: BoolFieldUpdateOperationsInput | boolean
|
|
91765
91844
|
alias?: NullableStringFieldUpdateOperationsInput | string | null
|
|
91766
91845
|
logo?: NullableStringFieldUpdateOperationsInput | string | null
|
|
91846
|
+
timezone?: StringFieldUpdateOperationsInput | string
|
|
91767
91847
|
interviewers?: UserUncheckedUpdateManyWithoutOrganisationNestedInput
|
|
91768
91848
|
user_roles?: UserRoleUncheckedUpdateManyWithoutOrganisationNestedInput
|
|
91769
91849
|
job_descriptions?: JobDescriptionUncheckedUpdateManyWithoutOrganisationNestedInput
|
|
@@ -92444,6 +92524,7 @@ export namespace Prisma {
|
|
|
92444
92524
|
is_active?: boolean
|
|
92445
92525
|
alias?: string | null
|
|
92446
92526
|
logo?: string | null
|
|
92527
|
+
timezone?: string
|
|
92447
92528
|
interviewers?: UserCreateNestedManyWithoutOrganisationInput
|
|
92448
92529
|
applications?: ApplicationCreateNestedManyWithoutOrganisationInput
|
|
92449
92530
|
user_roles?: UserRoleCreateNestedManyWithoutOrganisationInput
|
|
@@ -92481,6 +92562,7 @@ export namespace Prisma {
|
|
|
92481
92562
|
is_active?: boolean
|
|
92482
92563
|
alias?: string | null
|
|
92483
92564
|
logo?: string | null
|
|
92565
|
+
timezone?: string
|
|
92484
92566
|
interviewers?: UserUncheckedCreateNestedManyWithoutOrganisationInput
|
|
92485
92567
|
applications?: ApplicationUncheckedCreateNestedManyWithoutOrganisationInput
|
|
92486
92568
|
user_roles?: UserRoleUncheckedCreateNestedManyWithoutOrganisationInput
|
|
@@ -92758,6 +92840,7 @@ export namespace Prisma {
|
|
|
92758
92840
|
is_active?: BoolFieldUpdateOperationsInput | boolean
|
|
92759
92841
|
alias?: NullableStringFieldUpdateOperationsInput | string | null
|
|
92760
92842
|
logo?: NullableStringFieldUpdateOperationsInput | string | null
|
|
92843
|
+
timezone?: StringFieldUpdateOperationsInput | string
|
|
92761
92844
|
interviewers?: UserUpdateManyWithoutOrganisationNestedInput
|
|
92762
92845
|
applications?: ApplicationUpdateManyWithoutOrganisationNestedInput
|
|
92763
92846
|
user_roles?: UserRoleUpdateManyWithoutOrganisationNestedInput
|
|
@@ -92795,6 +92878,7 @@ export namespace Prisma {
|
|
|
92795
92878
|
is_active?: BoolFieldUpdateOperationsInput | boolean
|
|
92796
92879
|
alias?: NullableStringFieldUpdateOperationsInput | string | null
|
|
92797
92880
|
logo?: NullableStringFieldUpdateOperationsInput | string | null
|
|
92881
|
+
timezone?: StringFieldUpdateOperationsInput | string
|
|
92798
92882
|
interviewers?: UserUncheckedUpdateManyWithoutOrganisationNestedInput
|
|
92799
92883
|
applications?: ApplicationUncheckedUpdateManyWithoutOrganisationNestedInput
|
|
92800
92884
|
user_roles?: UserRoleUncheckedUpdateManyWithoutOrganisationNestedInput
|
|
@@ -93201,6 +93285,7 @@ export namespace Prisma {
|
|
|
93201
93285
|
is_active?: boolean
|
|
93202
93286
|
alias?: string | null
|
|
93203
93287
|
logo?: string | null
|
|
93288
|
+
timezone?: string
|
|
93204
93289
|
interviewers?: UserCreateNestedManyWithoutOrganisationInput
|
|
93205
93290
|
applications?: ApplicationCreateNestedManyWithoutOrganisationInput
|
|
93206
93291
|
user_roles?: UserRoleCreateNestedManyWithoutOrganisationInput
|
|
@@ -93238,6 +93323,7 @@ export namespace Prisma {
|
|
|
93238
93323
|
is_active?: boolean
|
|
93239
93324
|
alias?: string | null
|
|
93240
93325
|
logo?: string | null
|
|
93326
|
+
timezone?: string
|
|
93241
93327
|
interviewers?: UserUncheckedCreateNestedManyWithoutOrganisationInput
|
|
93242
93328
|
applications?: ApplicationUncheckedCreateNestedManyWithoutOrganisationInput
|
|
93243
93329
|
user_roles?: UserRoleUncheckedCreateNestedManyWithoutOrganisationInput
|
|
@@ -93893,6 +93979,7 @@ export namespace Prisma {
|
|
|
93893
93979
|
is_active?: BoolFieldUpdateOperationsInput | boolean
|
|
93894
93980
|
alias?: NullableStringFieldUpdateOperationsInput | string | null
|
|
93895
93981
|
logo?: NullableStringFieldUpdateOperationsInput | string | null
|
|
93982
|
+
timezone?: StringFieldUpdateOperationsInput | string
|
|
93896
93983
|
interviewers?: UserUpdateManyWithoutOrganisationNestedInput
|
|
93897
93984
|
applications?: ApplicationUpdateManyWithoutOrganisationNestedInput
|
|
93898
93985
|
user_roles?: UserRoleUpdateManyWithoutOrganisationNestedInput
|
|
@@ -93930,6 +94017,7 @@ export namespace Prisma {
|
|
|
93930
94017
|
is_active?: BoolFieldUpdateOperationsInput | boolean
|
|
93931
94018
|
alias?: NullableStringFieldUpdateOperationsInput | string | null
|
|
93932
94019
|
logo?: NullableStringFieldUpdateOperationsInput | string | null
|
|
94020
|
+
timezone?: StringFieldUpdateOperationsInput | string
|
|
93933
94021
|
interviewers?: UserUncheckedUpdateManyWithoutOrganisationNestedInput
|
|
93934
94022
|
applications?: ApplicationUncheckedUpdateManyWithoutOrganisationNestedInput
|
|
93935
94023
|
user_roles?: UserRoleUncheckedUpdateManyWithoutOrganisationNestedInput
|
|
@@ -94193,6 +94281,7 @@ export namespace Prisma {
|
|
|
94193
94281
|
is_active?: boolean
|
|
94194
94282
|
alias?: string | null
|
|
94195
94283
|
logo?: string | null
|
|
94284
|
+
timezone?: string
|
|
94196
94285
|
interviewers?: UserCreateNestedManyWithoutOrganisationInput
|
|
94197
94286
|
applications?: ApplicationCreateNestedManyWithoutOrganisationInput
|
|
94198
94287
|
user_roles?: UserRoleCreateNestedManyWithoutOrganisationInput
|
|
@@ -94230,6 +94319,7 @@ export namespace Prisma {
|
|
|
94230
94319
|
is_active?: boolean
|
|
94231
94320
|
alias?: string | null
|
|
94232
94321
|
logo?: string | null
|
|
94322
|
+
timezone?: string
|
|
94233
94323
|
interviewers?: UserUncheckedCreateNestedManyWithoutOrganisationInput
|
|
94234
94324
|
applications?: ApplicationUncheckedCreateNestedManyWithoutOrganisationInput
|
|
94235
94325
|
user_roles?: UserRoleUncheckedCreateNestedManyWithoutOrganisationInput
|
|
@@ -94310,6 +94400,7 @@ export namespace Prisma {
|
|
|
94310
94400
|
scheduled_end_time?: Date | string | null
|
|
94311
94401
|
actual_start_time?: Date | string | null
|
|
94312
94402
|
actual_end_time?: Date | string | null
|
|
94403
|
+
attempt_expires_at?: Date | string | null
|
|
94313
94404
|
created_at?: Date | string
|
|
94314
94405
|
updated_at?: Date | string
|
|
94315
94406
|
created_by: string
|
|
@@ -94335,6 +94426,7 @@ export namespace Prisma {
|
|
|
94335
94426
|
scheduled_end_time?: Date | string | null
|
|
94336
94427
|
actual_start_time?: Date | string | null
|
|
94337
94428
|
actual_end_time?: Date | string | null
|
|
94429
|
+
attempt_expires_at?: Date | string | null
|
|
94338
94430
|
created_at?: Date | string
|
|
94339
94431
|
updated_at?: Date | string
|
|
94340
94432
|
created_by: string
|
|
@@ -94455,6 +94547,7 @@ export namespace Prisma {
|
|
|
94455
94547
|
is_active?: BoolFieldUpdateOperationsInput | boolean
|
|
94456
94548
|
alias?: NullableStringFieldUpdateOperationsInput | string | null
|
|
94457
94549
|
logo?: NullableStringFieldUpdateOperationsInput | string | null
|
|
94550
|
+
timezone?: StringFieldUpdateOperationsInput | string
|
|
94458
94551
|
interviewers?: UserUpdateManyWithoutOrganisationNestedInput
|
|
94459
94552
|
applications?: ApplicationUpdateManyWithoutOrganisationNestedInput
|
|
94460
94553
|
user_roles?: UserRoleUpdateManyWithoutOrganisationNestedInput
|
|
@@ -94492,6 +94585,7 @@ export namespace Prisma {
|
|
|
94492
94585
|
is_active?: BoolFieldUpdateOperationsInput | boolean
|
|
94493
94586
|
alias?: NullableStringFieldUpdateOperationsInput | string | null
|
|
94494
94587
|
logo?: NullableStringFieldUpdateOperationsInput | string | null
|
|
94588
|
+
timezone?: StringFieldUpdateOperationsInput | string
|
|
94495
94589
|
interviewers?: UserUncheckedUpdateManyWithoutOrganisationNestedInput
|
|
94496
94590
|
applications?: ApplicationUncheckedUpdateManyWithoutOrganisationNestedInput
|
|
94497
94591
|
user_roles?: UserRoleUncheckedUpdateManyWithoutOrganisationNestedInput
|
|
@@ -94579,6 +94673,7 @@ export namespace Prisma {
|
|
|
94579
94673
|
scheduled_end_time?: DateTimeNullableFilter<"Assessment"> | Date | string | null
|
|
94580
94674
|
actual_start_time?: DateTimeNullableFilter<"Assessment"> | Date | string | null
|
|
94581
94675
|
actual_end_time?: DateTimeNullableFilter<"Assessment"> | Date | string | null
|
|
94676
|
+
attempt_expires_at?: DateTimeNullableFilter<"Assessment"> | Date | string | null
|
|
94582
94677
|
created_at?: DateTimeFilter<"Assessment"> | Date | string
|
|
94583
94678
|
updated_at?: DateTimeFilter<"Assessment"> | Date | string
|
|
94584
94679
|
created_by?: StringFilter<"Assessment"> | string
|
|
@@ -94641,6 +94736,7 @@ export namespace Prisma {
|
|
|
94641
94736
|
scheduled_end_time?: Date | string | null
|
|
94642
94737
|
actual_start_time?: Date | string | null
|
|
94643
94738
|
actual_end_time?: Date | string | null
|
|
94739
|
+
attempt_expires_at?: Date | string | null
|
|
94644
94740
|
created_at?: Date | string
|
|
94645
94741
|
updated_at?: Date | string
|
|
94646
94742
|
created_by: string
|
|
@@ -94667,6 +94763,7 @@ export namespace Prisma {
|
|
|
94667
94763
|
scheduled_end_time?: Date | string | null
|
|
94668
94764
|
actual_start_time?: Date | string | null
|
|
94669
94765
|
actual_end_time?: Date | string | null
|
|
94766
|
+
attempt_expires_at?: Date | string | null
|
|
94670
94767
|
created_at?: Date | string
|
|
94671
94768
|
updated_at?: Date | string
|
|
94672
94769
|
created_by: string
|
|
@@ -94744,6 +94841,7 @@ export namespace Prisma {
|
|
|
94744
94841
|
scheduled_end_time?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
94745
94842
|
actual_start_time?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
94746
94843
|
actual_end_time?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
94844
|
+
attempt_expires_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
94747
94845
|
created_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
94748
94846
|
updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
94749
94847
|
created_by?: StringFieldUpdateOperationsInput | string
|
|
@@ -94770,6 +94868,7 @@ export namespace Prisma {
|
|
|
94770
94868
|
scheduled_end_time?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
94771
94869
|
actual_start_time?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
94772
94870
|
actual_end_time?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
94871
|
+
attempt_expires_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
94773
94872
|
created_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
94774
94873
|
updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
94775
94874
|
created_by?: StringFieldUpdateOperationsInput | string
|
|
@@ -95154,6 +95253,7 @@ export namespace Prisma {
|
|
|
95154
95253
|
is_active?: boolean
|
|
95155
95254
|
alias?: string | null
|
|
95156
95255
|
logo?: string | null
|
|
95256
|
+
timezone?: string
|
|
95157
95257
|
interviewers?: UserCreateNestedManyWithoutOrganisationInput
|
|
95158
95258
|
applications?: ApplicationCreateNestedManyWithoutOrganisationInput
|
|
95159
95259
|
user_roles?: UserRoleCreateNestedManyWithoutOrganisationInput
|
|
@@ -95191,6 +95291,7 @@ export namespace Prisma {
|
|
|
95191
95291
|
is_active?: boolean
|
|
95192
95292
|
alias?: string | null
|
|
95193
95293
|
logo?: string | null
|
|
95294
|
+
timezone?: string
|
|
95194
95295
|
interviewers?: UserUncheckedCreateNestedManyWithoutOrganisationInput
|
|
95195
95296
|
applications?: ApplicationUncheckedCreateNestedManyWithoutOrganisationInput
|
|
95196
95297
|
user_roles?: UserRoleUncheckedCreateNestedManyWithoutOrganisationInput
|
|
@@ -95786,6 +95887,7 @@ export namespace Prisma {
|
|
|
95786
95887
|
is_active?: BoolFieldUpdateOperationsInput | boolean
|
|
95787
95888
|
alias?: NullableStringFieldUpdateOperationsInput | string | null
|
|
95788
95889
|
logo?: NullableStringFieldUpdateOperationsInput | string | null
|
|
95890
|
+
timezone?: StringFieldUpdateOperationsInput | string
|
|
95789
95891
|
interviewers?: UserUpdateManyWithoutOrganisationNestedInput
|
|
95790
95892
|
applications?: ApplicationUpdateManyWithoutOrganisationNestedInput
|
|
95791
95893
|
user_roles?: UserRoleUpdateManyWithoutOrganisationNestedInput
|
|
@@ -95823,6 +95925,7 @@ export namespace Prisma {
|
|
|
95823
95925
|
is_active?: BoolFieldUpdateOperationsInput | boolean
|
|
95824
95926
|
alias?: NullableStringFieldUpdateOperationsInput | string | null
|
|
95825
95927
|
logo?: NullableStringFieldUpdateOperationsInput | string | null
|
|
95928
|
+
timezone?: StringFieldUpdateOperationsInput | string
|
|
95826
95929
|
interviewers?: UserUncheckedUpdateManyWithoutOrganisationNestedInput
|
|
95827
95930
|
applications?: ApplicationUncheckedUpdateManyWithoutOrganisationNestedInput
|
|
95828
95931
|
user_roles?: UserRoleUncheckedUpdateManyWithoutOrganisationNestedInput
|
|
@@ -96095,6 +96198,7 @@ export namespace Prisma {
|
|
|
96095
96198
|
is_active?: boolean
|
|
96096
96199
|
alias?: string | null
|
|
96097
96200
|
logo?: string | null
|
|
96201
|
+
timezone?: string
|
|
96098
96202
|
interviewers?: UserCreateNestedManyWithoutOrganisationInput
|
|
96099
96203
|
applications?: ApplicationCreateNestedManyWithoutOrganisationInput
|
|
96100
96204
|
user_roles?: UserRoleCreateNestedManyWithoutOrganisationInput
|
|
@@ -96132,6 +96236,7 @@ export namespace Prisma {
|
|
|
96132
96236
|
is_active?: boolean
|
|
96133
96237
|
alias?: string | null
|
|
96134
96238
|
logo?: string | null
|
|
96239
|
+
timezone?: string
|
|
96135
96240
|
interviewers?: UserUncheckedCreateNestedManyWithoutOrganisationInput
|
|
96136
96241
|
applications?: ApplicationUncheckedCreateNestedManyWithoutOrganisationInput
|
|
96137
96242
|
user_roles?: UserRoleUncheckedCreateNestedManyWithoutOrganisationInput
|
|
@@ -96386,6 +96491,7 @@ export namespace Prisma {
|
|
|
96386
96491
|
is_active?: BoolFieldUpdateOperationsInput | boolean
|
|
96387
96492
|
alias?: NullableStringFieldUpdateOperationsInput | string | null
|
|
96388
96493
|
logo?: NullableStringFieldUpdateOperationsInput | string | null
|
|
96494
|
+
timezone?: StringFieldUpdateOperationsInput | string
|
|
96389
96495
|
interviewers?: UserUpdateManyWithoutOrganisationNestedInput
|
|
96390
96496
|
applications?: ApplicationUpdateManyWithoutOrganisationNestedInput
|
|
96391
96497
|
user_roles?: UserRoleUpdateManyWithoutOrganisationNestedInput
|
|
@@ -96423,6 +96529,7 @@ export namespace Prisma {
|
|
|
96423
96529
|
is_active?: BoolFieldUpdateOperationsInput | boolean
|
|
96424
96530
|
alias?: NullableStringFieldUpdateOperationsInput | string | null
|
|
96425
96531
|
logo?: NullableStringFieldUpdateOperationsInput | string | null
|
|
96532
|
+
timezone?: StringFieldUpdateOperationsInput | string
|
|
96426
96533
|
interviewers?: UserUncheckedUpdateManyWithoutOrganisationNestedInput
|
|
96427
96534
|
applications?: ApplicationUncheckedUpdateManyWithoutOrganisationNestedInput
|
|
96428
96535
|
user_roles?: UserRoleUncheckedUpdateManyWithoutOrganisationNestedInput
|
|
@@ -98552,6 +98659,7 @@ export namespace Prisma {
|
|
|
98552
98659
|
is_active?: boolean
|
|
98553
98660
|
alias?: string | null
|
|
98554
98661
|
logo?: string | null
|
|
98662
|
+
timezone?: string
|
|
98555
98663
|
interviewers?: UserCreateNestedManyWithoutOrganisationInput
|
|
98556
98664
|
applications?: ApplicationCreateNestedManyWithoutOrganisationInput
|
|
98557
98665
|
user_roles?: UserRoleCreateNestedManyWithoutOrganisationInput
|
|
@@ -98589,6 +98697,7 @@ export namespace Prisma {
|
|
|
98589
98697
|
is_active?: boolean
|
|
98590
98698
|
alias?: string | null
|
|
98591
98699
|
logo?: string | null
|
|
98700
|
+
timezone?: string
|
|
98592
98701
|
interviewers?: UserUncheckedCreateNestedManyWithoutOrganisationInput
|
|
98593
98702
|
applications?: ApplicationUncheckedCreateNestedManyWithoutOrganisationInput
|
|
98594
98703
|
user_roles?: UserRoleUncheckedCreateNestedManyWithoutOrganisationInput
|
|
@@ -98968,6 +99077,7 @@ export namespace Prisma {
|
|
|
98968
99077
|
is_active?: BoolFieldUpdateOperationsInput | boolean
|
|
98969
99078
|
alias?: NullableStringFieldUpdateOperationsInput | string | null
|
|
98970
99079
|
logo?: NullableStringFieldUpdateOperationsInput | string | null
|
|
99080
|
+
timezone?: StringFieldUpdateOperationsInput | string
|
|
98971
99081
|
interviewers?: UserUpdateManyWithoutOrganisationNestedInput
|
|
98972
99082
|
applications?: ApplicationUpdateManyWithoutOrganisationNestedInput
|
|
98973
99083
|
user_roles?: UserRoleUpdateManyWithoutOrganisationNestedInput
|
|
@@ -99005,6 +99115,7 @@ export namespace Prisma {
|
|
|
99005
99115
|
is_active?: BoolFieldUpdateOperationsInput | boolean
|
|
99006
99116
|
alias?: NullableStringFieldUpdateOperationsInput | string | null
|
|
99007
99117
|
logo?: NullableStringFieldUpdateOperationsInput | string | null
|
|
99118
|
+
timezone?: StringFieldUpdateOperationsInput | string
|
|
99008
99119
|
interviewers?: UserUncheckedUpdateManyWithoutOrganisationNestedInput
|
|
99009
99120
|
applications?: ApplicationUncheckedUpdateManyWithoutOrganisationNestedInput
|
|
99010
99121
|
user_roles?: UserRoleUncheckedUpdateManyWithoutOrganisationNestedInput
|
|
@@ -99672,6 +99783,7 @@ export namespace Prisma {
|
|
|
99672
99783
|
is_active?: boolean
|
|
99673
99784
|
alias?: string | null
|
|
99674
99785
|
logo?: string | null
|
|
99786
|
+
timezone?: string
|
|
99675
99787
|
interviewers?: UserCreateNestedManyWithoutOrganisationInput
|
|
99676
99788
|
applications?: ApplicationCreateNestedManyWithoutOrganisationInput
|
|
99677
99789
|
user_roles?: UserRoleCreateNestedManyWithoutOrganisationInput
|
|
@@ -99709,6 +99821,7 @@ export namespace Prisma {
|
|
|
99709
99821
|
is_active?: boolean
|
|
99710
99822
|
alias?: string | null
|
|
99711
99823
|
logo?: string | null
|
|
99824
|
+
timezone?: string
|
|
99712
99825
|
interviewers?: UserUncheckedCreateNestedManyWithoutOrganisationInput
|
|
99713
99826
|
applications?: ApplicationUncheckedCreateNestedManyWithoutOrganisationInput
|
|
99714
99827
|
user_roles?: UserRoleUncheckedCreateNestedManyWithoutOrganisationInput
|
|
@@ -99762,6 +99875,7 @@ export namespace Prisma {
|
|
|
99762
99875
|
is_active?: BoolFieldUpdateOperationsInput | boolean
|
|
99763
99876
|
alias?: NullableStringFieldUpdateOperationsInput | string | null
|
|
99764
99877
|
logo?: NullableStringFieldUpdateOperationsInput | string | null
|
|
99878
|
+
timezone?: StringFieldUpdateOperationsInput | string
|
|
99765
99879
|
interviewers?: UserUpdateManyWithoutOrganisationNestedInput
|
|
99766
99880
|
applications?: ApplicationUpdateManyWithoutOrganisationNestedInput
|
|
99767
99881
|
user_roles?: UserRoleUpdateManyWithoutOrganisationNestedInput
|
|
@@ -99799,6 +99913,7 @@ export namespace Prisma {
|
|
|
99799
99913
|
is_active?: BoolFieldUpdateOperationsInput | boolean
|
|
99800
99914
|
alias?: NullableStringFieldUpdateOperationsInput | string | null
|
|
99801
99915
|
logo?: NullableStringFieldUpdateOperationsInput | string | null
|
|
99916
|
+
timezone?: StringFieldUpdateOperationsInput | string
|
|
99802
99917
|
interviewers?: UserUncheckedUpdateManyWithoutOrganisationNestedInput
|
|
99803
99918
|
applications?: ApplicationUncheckedUpdateManyWithoutOrganisationNestedInput
|
|
99804
99919
|
user_roles?: UserRoleUncheckedUpdateManyWithoutOrganisationNestedInput
|
|
@@ -99992,6 +100107,7 @@ export namespace Prisma {
|
|
|
99992
100107
|
is_active?: boolean
|
|
99993
100108
|
alias?: string | null
|
|
99994
100109
|
logo?: string | null
|
|
100110
|
+
timezone?: string
|
|
99995
100111
|
interviewers?: UserCreateNestedManyWithoutOrganisationInput
|
|
99996
100112
|
applications?: ApplicationCreateNestedManyWithoutOrganisationInput
|
|
99997
100113
|
user_roles?: UserRoleCreateNestedManyWithoutOrganisationInput
|
|
@@ -100029,6 +100145,7 @@ export namespace Prisma {
|
|
|
100029
100145
|
is_active?: boolean
|
|
100030
100146
|
alias?: string | null
|
|
100031
100147
|
logo?: string | null
|
|
100148
|
+
timezone?: string
|
|
100032
100149
|
interviewers?: UserUncheckedCreateNestedManyWithoutOrganisationInput
|
|
100033
100150
|
applications?: ApplicationUncheckedCreateNestedManyWithoutOrganisationInput
|
|
100034
100151
|
user_roles?: UserRoleUncheckedCreateNestedManyWithoutOrganisationInput
|
|
@@ -100082,6 +100199,7 @@ export namespace Prisma {
|
|
|
100082
100199
|
is_active?: BoolFieldUpdateOperationsInput | boolean
|
|
100083
100200
|
alias?: NullableStringFieldUpdateOperationsInput | string | null
|
|
100084
100201
|
logo?: NullableStringFieldUpdateOperationsInput | string | null
|
|
100202
|
+
timezone?: StringFieldUpdateOperationsInput | string
|
|
100085
100203
|
interviewers?: UserUpdateManyWithoutOrganisationNestedInput
|
|
100086
100204
|
applications?: ApplicationUpdateManyWithoutOrganisationNestedInput
|
|
100087
100205
|
user_roles?: UserRoleUpdateManyWithoutOrganisationNestedInput
|
|
@@ -100119,6 +100237,7 @@ export namespace Prisma {
|
|
|
100119
100237
|
is_active?: BoolFieldUpdateOperationsInput | boolean
|
|
100120
100238
|
alias?: NullableStringFieldUpdateOperationsInput | string | null
|
|
100121
100239
|
logo?: NullableStringFieldUpdateOperationsInput | string | null
|
|
100240
|
+
timezone?: StringFieldUpdateOperationsInput | string
|
|
100122
100241
|
interviewers?: UserUncheckedUpdateManyWithoutOrganisationNestedInput
|
|
100123
100242
|
applications?: ApplicationUncheckedUpdateManyWithoutOrganisationNestedInput
|
|
100124
100243
|
user_roles?: UserRoleUncheckedUpdateManyWithoutOrganisationNestedInput
|
|
@@ -100430,6 +100549,7 @@ export namespace Prisma {
|
|
|
100430
100549
|
is_active?: boolean
|
|
100431
100550
|
alias?: string | null
|
|
100432
100551
|
logo?: string | null
|
|
100552
|
+
timezone?: string
|
|
100433
100553
|
interviewers?: UserCreateNestedManyWithoutOrganisationInput
|
|
100434
100554
|
applications?: ApplicationCreateNestedManyWithoutOrganisationInput
|
|
100435
100555
|
user_roles?: UserRoleCreateNestedManyWithoutOrganisationInput
|
|
@@ -100467,6 +100587,7 @@ export namespace Prisma {
|
|
|
100467
100587
|
is_active?: boolean
|
|
100468
100588
|
alias?: string | null
|
|
100469
100589
|
logo?: string | null
|
|
100590
|
+
timezone?: string
|
|
100470
100591
|
interviewers?: UserUncheckedCreateNestedManyWithoutOrganisationInput
|
|
100471
100592
|
applications?: ApplicationUncheckedCreateNestedManyWithoutOrganisationInput
|
|
100472
100593
|
user_roles?: UserRoleUncheckedCreateNestedManyWithoutOrganisationInput
|
|
@@ -101360,6 +101481,7 @@ export namespace Prisma {
|
|
|
101360
101481
|
is_active?: BoolFieldUpdateOperationsInput | boolean
|
|
101361
101482
|
alias?: NullableStringFieldUpdateOperationsInput | string | null
|
|
101362
101483
|
logo?: NullableStringFieldUpdateOperationsInput | string | null
|
|
101484
|
+
timezone?: StringFieldUpdateOperationsInput | string
|
|
101363
101485
|
interviewers?: UserUpdateManyWithoutOrganisationNestedInput
|
|
101364
101486
|
applications?: ApplicationUpdateManyWithoutOrganisationNestedInput
|
|
101365
101487
|
user_roles?: UserRoleUpdateManyWithoutOrganisationNestedInput
|
|
@@ -101397,6 +101519,7 @@ export namespace Prisma {
|
|
|
101397
101519
|
is_active?: BoolFieldUpdateOperationsInput | boolean
|
|
101398
101520
|
alias?: NullableStringFieldUpdateOperationsInput | string | null
|
|
101399
101521
|
logo?: NullableStringFieldUpdateOperationsInput | string | null
|
|
101522
|
+
timezone?: StringFieldUpdateOperationsInput | string
|
|
101400
101523
|
interviewers?: UserUncheckedUpdateManyWithoutOrganisationNestedInput
|
|
101401
101524
|
applications?: ApplicationUncheckedUpdateManyWithoutOrganisationNestedInput
|
|
101402
101525
|
user_roles?: UserRoleUncheckedUpdateManyWithoutOrganisationNestedInput
|
|
@@ -102253,6 +102376,7 @@ export namespace Prisma {
|
|
|
102253
102376
|
is_active?: boolean
|
|
102254
102377
|
alias?: string | null
|
|
102255
102378
|
logo?: string | null
|
|
102379
|
+
timezone?: string
|
|
102256
102380
|
interviewers?: UserCreateNestedManyWithoutOrganisationInput
|
|
102257
102381
|
applications?: ApplicationCreateNestedManyWithoutOrganisationInput
|
|
102258
102382
|
user_roles?: UserRoleCreateNestedManyWithoutOrganisationInput
|
|
@@ -102290,6 +102414,7 @@ export namespace Prisma {
|
|
|
102290
102414
|
is_active?: boolean
|
|
102291
102415
|
alias?: string | null
|
|
102292
102416
|
logo?: string | null
|
|
102417
|
+
timezone?: string
|
|
102293
102418
|
interviewers?: UserUncheckedCreateNestedManyWithoutOrganisationInput
|
|
102294
102419
|
applications?: ApplicationUncheckedCreateNestedManyWithoutOrganisationInput
|
|
102295
102420
|
user_roles?: UserRoleUncheckedCreateNestedManyWithoutOrganisationInput
|
|
@@ -103417,6 +103542,7 @@ export namespace Prisma {
|
|
|
103417
103542
|
is_active?: BoolFieldUpdateOperationsInput | boolean
|
|
103418
103543
|
alias?: NullableStringFieldUpdateOperationsInput | string | null
|
|
103419
103544
|
logo?: NullableStringFieldUpdateOperationsInput | string | null
|
|
103545
|
+
timezone?: StringFieldUpdateOperationsInput | string
|
|
103420
103546
|
interviewers?: UserUpdateManyWithoutOrganisationNestedInput
|
|
103421
103547
|
applications?: ApplicationUpdateManyWithoutOrganisationNestedInput
|
|
103422
103548
|
user_roles?: UserRoleUpdateManyWithoutOrganisationNestedInput
|
|
@@ -103454,6 +103580,7 @@ export namespace Prisma {
|
|
|
103454
103580
|
is_active?: BoolFieldUpdateOperationsInput | boolean
|
|
103455
103581
|
alias?: NullableStringFieldUpdateOperationsInput | string | null
|
|
103456
103582
|
logo?: NullableStringFieldUpdateOperationsInput | string | null
|
|
103583
|
+
timezone?: StringFieldUpdateOperationsInput | string
|
|
103457
103584
|
interviewers?: UserUncheckedUpdateManyWithoutOrganisationNestedInput
|
|
103458
103585
|
applications?: ApplicationUncheckedUpdateManyWithoutOrganisationNestedInput
|
|
103459
103586
|
user_roles?: UserRoleUncheckedUpdateManyWithoutOrganisationNestedInput
|
|
@@ -104172,6 +104299,7 @@ export namespace Prisma {
|
|
|
104172
104299
|
is_active?: boolean
|
|
104173
104300
|
alias?: string | null
|
|
104174
104301
|
logo?: string | null
|
|
104302
|
+
timezone?: string
|
|
104175
104303
|
interviewers?: UserCreateNestedManyWithoutOrganisationInput
|
|
104176
104304
|
applications?: ApplicationCreateNestedManyWithoutOrganisationInput
|
|
104177
104305
|
user_roles?: UserRoleCreateNestedManyWithoutOrganisationInput
|
|
@@ -104209,6 +104337,7 @@ export namespace Prisma {
|
|
|
104209
104337
|
is_active?: boolean
|
|
104210
104338
|
alias?: string | null
|
|
104211
104339
|
logo?: string | null
|
|
104340
|
+
timezone?: string
|
|
104212
104341
|
interviewers?: UserUncheckedCreateNestedManyWithoutOrganisationInput
|
|
104213
104342
|
applications?: ApplicationUncheckedCreateNestedManyWithoutOrganisationInput
|
|
104214
104343
|
user_roles?: UserRoleUncheckedCreateNestedManyWithoutOrganisationInput
|
|
@@ -104753,6 +104882,7 @@ export namespace Prisma {
|
|
|
104753
104882
|
is_active?: BoolFieldUpdateOperationsInput | boolean
|
|
104754
104883
|
alias?: NullableStringFieldUpdateOperationsInput | string | null
|
|
104755
104884
|
logo?: NullableStringFieldUpdateOperationsInput | string | null
|
|
104885
|
+
timezone?: StringFieldUpdateOperationsInput | string
|
|
104756
104886
|
interviewers?: UserUpdateManyWithoutOrganisationNestedInput
|
|
104757
104887
|
applications?: ApplicationUpdateManyWithoutOrganisationNestedInput
|
|
104758
104888
|
user_roles?: UserRoleUpdateManyWithoutOrganisationNestedInput
|
|
@@ -104790,6 +104920,7 @@ export namespace Prisma {
|
|
|
104790
104920
|
is_active?: BoolFieldUpdateOperationsInput | boolean
|
|
104791
104921
|
alias?: NullableStringFieldUpdateOperationsInput | string | null
|
|
104792
104922
|
logo?: NullableStringFieldUpdateOperationsInput | string | null
|
|
104923
|
+
timezone?: StringFieldUpdateOperationsInput | string
|
|
104793
104924
|
interviewers?: UserUncheckedUpdateManyWithoutOrganisationNestedInput
|
|
104794
104925
|
applications?: ApplicationUncheckedUpdateManyWithoutOrganisationNestedInput
|
|
104795
104926
|
user_roles?: UserRoleUncheckedUpdateManyWithoutOrganisationNestedInput
|
|
@@ -106783,6 +106914,7 @@ export namespace Prisma {
|
|
|
106783
106914
|
is_active?: boolean
|
|
106784
106915
|
alias?: string | null
|
|
106785
106916
|
logo?: string | null
|
|
106917
|
+
timezone?: string
|
|
106786
106918
|
interviewers?: UserCreateNestedManyWithoutOrganisationInput
|
|
106787
106919
|
applications?: ApplicationCreateNestedManyWithoutOrganisationInput
|
|
106788
106920
|
user_roles?: UserRoleCreateNestedManyWithoutOrganisationInput
|
|
@@ -106820,6 +106952,7 @@ export namespace Prisma {
|
|
|
106820
106952
|
is_active?: boolean
|
|
106821
106953
|
alias?: string | null
|
|
106822
106954
|
logo?: string | null
|
|
106955
|
+
timezone?: string
|
|
106823
106956
|
interviewers?: UserUncheckedCreateNestedManyWithoutOrganisationInput
|
|
106824
106957
|
applications?: ApplicationUncheckedCreateNestedManyWithoutOrganisationInput
|
|
106825
106958
|
user_roles?: UserRoleUncheckedCreateNestedManyWithoutOrganisationInput
|
|
@@ -107057,6 +107190,7 @@ export namespace Prisma {
|
|
|
107057
107190
|
scheduled_end_time?: Date | string | null
|
|
107058
107191
|
actual_start_time?: Date | string | null
|
|
107059
107192
|
actual_end_time?: Date | string | null
|
|
107193
|
+
attempt_expires_at?: Date | string | null
|
|
107060
107194
|
created_at?: Date | string
|
|
107061
107195
|
updated_at?: Date | string
|
|
107062
107196
|
created_by: string
|
|
@@ -107083,6 +107217,7 @@ export namespace Prisma {
|
|
|
107083
107217
|
scheduled_end_time?: Date | string | null
|
|
107084
107218
|
actual_start_time?: Date | string | null
|
|
107085
107219
|
actual_end_time?: Date | string | null
|
|
107220
|
+
attempt_expires_at?: Date | string | null
|
|
107086
107221
|
created_at?: Date | string
|
|
107087
107222
|
updated_at?: Date | string
|
|
107088
107223
|
created_by: string
|
|
@@ -107477,6 +107612,7 @@ export namespace Prisma {
|
|
|
107477
107612
|
is_active?: BoolFieldUpdateOperationsInput | boolean
|
|
107478
107613
|
alias?: NullableStringFieldUpdateOperationsInput | string | null
|
|
107479
107614
|
logo?: NullableStringFieldUpdateOperationsInput | string | null
|
|
107615
|
+
timezone?: StringFieldUpdateOperationsInput | string
|
|
107480
107616
|
interviewers?: UserUpdateManyWithoutOrganisationNestedInput
|
|
107481
107617
|
applications?: ApplicationUpdateManyWithoutOrganisationNestedInput
|
|
107482
107618
|
user_roles?: UserRoleUpdateManyWithoutOrganisationNestedInput
|
|
@@ -107514,6 +107650,7 @@ export namespace Prisma {
|
|
|
107514
107650
|
is_active?: BoolFieldUpdateOperationsInput | boolean
|
|
107515
107651
|
alias?: NullableStringFieldUpdateOperationsInput | string | null
|
|
107516
107652
|
logo?: NullableStringFieldUpdateOperationsInput | string | null
|
|
107653
|
+
timezone?: StringFieldUpdateOperationsInput | string
|
|
107517
107654
|
interviewers?: UserUncheckedUpdateManyWithoutOrganisationNestedInput
|
|
107518
107655
|
applications?: ApplicationUncheckedUpdateManyWithoutOrganisationNestedInput
|
|
107519
107656
|
user_roles?: UserRoleUncheckedUpdateManyWithoutOrganisationNestedInput
|
|
@@ -107775,6 +107912,7 @@ export namespace Prisma {
|
|
|
107775
107912
|
scheduled_end_time?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
107776
107913
|
actual_start_time?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
107777
107914
|
actual_end_time?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
107915
|
+
attempt_expires_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
107778
107916
|
created_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
107779
107917
|
updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
107780
107918
|
created_by?: StringFieldUpdateOperationsInput | string
|
|
@@ -107801,6 +107939,7 @@ export namespace Prisma {
|
|
|
107801
107939
|
scheduled_end_time?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
107802
107940
|
actual_start_time?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
107803
107941
|
actual_end_time?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
107942
|
+
attempt_expires_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
107804
107943
|
created_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
107805
107944
|
updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
107806
107945
|
created_by?: StringFieldUpdateOperationsInput | string
|
|
@@ -108847,6 +108986,7 @@ export namespace Prisma {
|
|
|
108847
108986
|
scheduled_end_time?: Date | string | null
|
|
108848
108987
|
actual_start_time?: Date | string | null
|
|
108849
108988
|
actual_end_time?: Date | string | null
|
|
108989
|
+
attempt_expires_at?: Date | string | null
|
|
108850
108990
|
created_at?: Date | string
|
|
108851
108991
|
updated_at?: Date | string
|
|
108852
108992
|
created_by: string
|
|
@@ -108872,6 +109012,7 @@ export namespace Prisma {
|
|
|
108872
109012
|
scheduled_end_time?: Date | string | null
|
|
108873
109013
|
actual_start_time?: Date | string | null
|
|
108874
109014
|
actual_end_time?: Date | string | null
|
|
109015
|
+
attempt_expires_at?: Date | string | null
|
|
108875
109016
|
created_at?: Date | string
|
|
108876
109017
|
updated_at?: Date | string
|
|
108877
109018
|
created_by: string
|
|
@@ -110671,6 +110812,7 @@ export namespace Prisma {
|
|
|
110671
110812
|
is_active?: boolean
|
|
110672
110813
|
alias?: string | null
|
|
110673
110814
|
logo?: string | null
|
|
110815
|
+
timezone?: string
|
|
110674
110816
|
interviewers?: UserCreateNestedManyWithoutOrganisationInput
|
|
110675
110817
|
applications?: ApplicationCreateNestedManyWithoutOrganisationInput
|
|
110676
110818
|
user_roles?: UserRoleCreateNestedManyWithoutOrganisationInput
|
|
@@ -110708,6 +110850,7 @@ export namespace Prisma {
|
|
|
110708
110850
|
is_active?: boolean
|
|
110709
110851
|
alias?: string | null
|
|
110710
110852
|
logo?: string | null
|
|
110853
|
+
timezone?: string
|
|
110711
110854
|
interviewers?: UserUncheckedCreateNestedManyWithoutOrganisationInput
|
|
110712
110855
|
applications?: ApplicationUncheckedCreateNestedManyWithoutOrganisationInput
|
|
110713
110856
|
user_roles?: UserRoleUncheckedCreateNestedManyWithoutOrganisationInput
|
|
@@ -111382,6 +111525,7 @@ export namespace Prisma {
|
|
|
111382
111525
|
is_active?: BoolFieldUpdateOperationsInput | boolean
|
|
111383
111526
|
alias?: NullableStringFieldUpdateOperationsInput | string | null
|
|
111384
111527
|
logo?: NullableStringFieldUpdateOperationsInput | string | null
|
|
111528
|
+
timezone?: StringFieldUpdateOperationsInput | string
|
|
111385
111529
|
interviewers?: UserUpdateManyWithoutOrganisationNestedInput
|
|
111386
111530
|
applications?: ApplicationUpdateManyWithoutOrganisationNestedInput
|
|
111387
111531
|
user_roles?: UserRoleUpdateManyWithoutOrganisationNestedInput
|
|
@@ -111419,6 +111563,7 @@ export namespace Prisma {
|
|
|
111419
111563
|
is_active?: BoolFieldUpdateOperationsInput | boolean
|
|
111420
111564
|
alias?: NullableStringFieldUpdateOperationsInput | string | null
|
|
111421
111565
|
logo?: NullableStringFieldUpdateOperationsInput | string | null
|
|
111566
|
+
timezone?: StringFieldUpdateOperationsInput | string
|
|
111422
111567
|
interviewers?: UserUncheckedUpdateManyWithoutOrganisationNestedInput
|
|
111423
111568
|
applications?: ApplicationUncheckedUpdateManyWithoutOrganisationNestedInput
|
|
111424
111569
|
user_roles?: UserRoleUncheckedUpdateManyWithoutOrganisationNestedInput
|
|
@@ -111922,6 +112067,7 @@ export namespace Prisma {
|
|
|
111922
112067
|
is_active?: boolean
|
|
111923
112068
|
alias?: string | null
|
|
111924
112069
|
logo?: string | null
|
|
112070
|
+
timezone?: string
|
|
111925
112071
|
interviewers?: UserCreateNestedManyWithoutOrganisationInput
|
|
111926
112072
|
applications?: ApplicationCreateNestedManyWithoutOrganisationInput
|
|
111927
112073
|
user_roles?: UserRoleCreateNestedManyWithoutOrganisationInput
|
|
@@ -111959,6 +112105,7 @@ export namespace Prisma {
|
|
|
111959
112105
|
is_active?: boolean
|
|
111960
112106
|
alias?: string | null
|
|
111961
112107
|
logo?: string | null
|
|
112108
|
+
timezone?: string
|
|
111962
112109
|
interviewers?: UserUncheckedCreateNestedManyWithoutOrganisationInput
|
|
111963
112110
|
applications?: ApplicationUncheckedCreateNestedManyWithoutOrganisationInput
|
|
111964
112111
|
user_roles?: UserRoleUncheckedCreateNestedManyWithoutOrganisationInput
|
|
@@ -112123,6 +112270,7 @@ export namespace Prisma {
|
|
|
112123
112270
|
is_active?: BoolFieldUpdateOperationsInput | boolean
|
|
112124
112271
|
alias?: NullableStringFieldUpdateOperationsInput | string | null
|
|
112125
112272
|
logo?: NullableStringFieldUpdateOperationsInput | string | null
|
|
112273
|
+
timezone?: StringFieldUpdateOperationsInput | string
|
|
112126
112274
|
interviewers?: UserUpdateManyWithoutOrganisationNestedInput
|
|
112127
112275
|
applications?: ApplicationUpdateManyWithoutOrganisationNestedInput
|
|
112128
112276
|
user_roles?: UserRoleUpdateManyWithoutOrganisationNestedInput
|
|
@@ -112160,6 +112308,7 @@ export namespace Prisma {
|
|
|
112160
112308
|
is_active?: BoolFieldUpdateOperationsInput | boolean
|
|
112161
112309
|
alias?: NullableStringFieldUpdateOperationsInput | string | null
|
|
112162
112310
|
logo?: NullableStringFieldUpdateOperationsInput | string | null
|
|
112311
|
+
timezone?: StringFieldUpdateOperationsInput | string
|
|
112163
112312
|
interviewers?: UserUncheckedUpdateManyWithoutOrganisationNestedInput
|
|
112164
112313
|
applications?: ApplicationUncheckedUpdateManyWithoutOrganisationNestedInput
|
|
112165
112314
|
user_roles?: UserRoleUncheckedUpdateManyWithoutOrganisationNestedInput
|
|
@@ -112667,6 +112816,7 @@ export namespace Prisma {
|
|
|
112667
112816
|
is_active?: boolean
|
|
112668
112817
|
alias?: string | null
|
|
112669
112818
|
logo?: string | null
|
|
112819
|
+
timezone?: string
|
|
112670
112820
|
applications?: ApplicationCreateNestedManyWithoutOrganisationInput
|
|
112671
112821
|
user_roles?: UserRoleCreateNestedManyWithoutOrganisationInput
|
|
112672
112822
|
job_descriptions?: JobDescriptionCreateNestedManyWithoutOrganisationInput
|
|
@@ -112704,6 +112854,7 @@ export namespace Prisma {
|
|
|
112704
112854
|
is_active?: boolean
|
|
112705
112855
|
alias?: string | null
|
|
112706
112856
|
logo?: string | null
|
|
112857
|
+
timezone?: string
|
|
112707
112858
|
applications?: ApplicationUncheckedCreateNestedManyWithoutOrganisationInput
|
|
112708
112859
|
user_roles?: UserRoleUncheckedCreateNestedManyWithoutOrganisationInput
|
|
112709
112860
|
job_descriptions?: JobDescriptionUncheckedCreateNestedManyWithoutOrganisationInput
|
|
@@ -113443,6 +113594,7 @@ export namespace Prisma {
|
|
|
113443
113594
|
scheduled_end_time?: Date | string | null
|
|
113444
113595
|
actual_start_time?: Date | string | null
|
|
113445
113596
|
actual_end_time?: Date | string | null
|
|
113597
|
+
attempt_expires_at?: Date | string | null
|
|
113446
113598
|
created_at?: Date | string
|
|
113447
113599
|
updated_at?: Date | string
|
|
113448
113600
|
created_by: string
|
|
@@ -113469,6 +113621,7 @@ export namespace Prisma {
|
|
|
113469
113621
|
scheduled_end_time?: Date | string | null
|
|
113470
113622
|
actual_start_time?: Date | string | null
|
|
113471
113623
|
actual_end_time?: Date | string | null
|
|
113624
|
+
attempt_expires_at?: Date | string | null
|
|
113472
113625
|
created_at?: Date | string
|
|
113473
113626
|
updated_at?: Date | string
|
|
113474
113627
|
created_by: string
|
|
@@ -113497,6 +113650,7 @@ export namespace Prisma {
|
|
|
113497
113650
|
scheduled_end_time?: Date | string | null
|
|
113498
113651
|
actual_start_time?: Date | string | null
|
|
113499
113652
|
actual_end_time?: Date | string | null
|
|
113653
|
+
attempt_expires_at?: Date | string | null
|
|
113500
113654
|
created_at?: Date | string
|
|
113501
113655
|
updated_at?: Date | string
|
|
113502
113656
|
created_by: string
|
|
@@ -113522,6 +113676,7 @@ export namespace Prisma {
|
|
|
113522
113676
|
scheduled_end_time?: Date | string | null
|
|
113523
113677
|
actual_start_time?: Date | string | null
|
|
113524
113678
|
actual_end_time?: Date | string | null
|
|
113679
|
+
attempt_expires_at?: Date | string | null
|
|
113525
113680
|
created_at?: Date | string
|
|
113526
113681
|
updated_at?: Date | string
|
|
113527
113682
|
created_by: string
|
|
@@ -113551,6 +113706,7 @@ export namespace Prisma {
|
|
|
113551
113706
|
scheduled_end_time?: Date | string | null
|
|
113552
113707
|
actual_start_time?: Date | string | null
|
|
113553
113708
|
actual_end_time?: Date | string | null
|
|
113709
|
+
attempt_expires_at?: Date | string | null
|
|
113554
113710
|
created_at?: Date | string
|
|
113555
113711
|
updated_at?: Date | string
|
|
113556
113712
|
created_by: string
|
|
@@ -113576,6 +113732,7 @@ export namespace Prisma {
|
|
|
113576
113732
|
scheduled_end_time?: Date | string | null
|
|
113577
113733
|
actual_start_time?: Date | string | null
|
|
113578
113734
|
actual_end_time?: Date | string | null
|
|
113735
|
+
attempt_expires_at?: Date | string | null
|
|
113579
113736
|
created_at?: Date | string
|
|
113580
113737
|
updated_at?: Date | string
|
|
113581
113738
|
created_by: string
|
|
@@ -114456,6 +114613,7 @@ export namespace Prisma {
|
|
|
114456
114613
|
is_active?: BoolFieldUpdateOperationsInput | boolean
|
|
114457
114614
|
alias?: NullableStringFieldUpdateOperationsInput | string | null
|
|
114458
114615
|
logo?: NullableStringFieldUpdateOperationsInput | string | null
|
|
114616
|
+
timezone?: StringFieldUpdateOperationsInput | string
|
|
114459
114617
|
applications?: ApplicationUpdateManyWithoutOrganisationNestedInput
|
|
114460
114618
|
user_roles?: UserRoleUpdateManyWithoutOrganisationNestedInput
|
|
114461
114619
|
job_descriptions?: JobDescriptionUpdateManyWithoutOrganisationNestedInput
|
|
@@ -114493,6 +114651,7 @@ export namespace Prisma {
|
|
|
114493
114651
|
is_active?: BoolFieldUpdateOperationsInput | boolean
|
|
114494
114652
|
alias?: NullableStringFieldUpdateOperationsInput | string | null
|
|
114495
114653
|
logo?: NullableStringFieldUpdateOperationsInput | string | null
|
|
114654
|
+
timezone?: StringFieldUpdateOperationsInput | string
|
|
114496
114655
|
applications?: ApplicationUncheckedUpdateManyWithoutOrganisationNestedInput
|
|
114497
114656
|
user_roles?: UserRoleUncheckedUpdateManyWithoutOrganisationNestedInput
|
|
114498
114657
|
job_descriptions?: JobDescriptionUncheckedUpdateManyWithoutOrganisationNestedInput
|
|
@@ -116844,6 +117003,7 @@ export namespace Prisma {
|
|
|
116844
117003
|
scheduled_end_time?: Date | string | null
|
|
116845
117004
|
actual_start_time?: Date | string | null
|
|
116846
117005
|
actual_end_time?: Date | string | null
|
|
117006
|
+
attempt_expires_at?: Date | string | null
|
|
116847
117007
|
created_at?: Date | string
|
|
116848
117008
|
updated_at?: Date | string
|
|
116849
117009
|
created_by: string
|
|
@@ -116941,6 +117101,7 @@ export namespace Prisma {
|
|
|
116941
117101
|
scheduled_end_time?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
116942
117102
|
actual_start_time?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
116943
117103
|
actual_end_time?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
117104
|
+
attempt_expires_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
116944
117105
|
created_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
116945
117106
|
updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
116946
117107
|
created_by?: StringFieldUpdateOperationsInput | string
|
|
@@ -116966,6 +117127,7 @@ export namespace Prisma {
|
|
|
116966
117127
|
scheduled_end_time?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
116967
117128
|
actual_start_time?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
116968
117129
|
actual_end_time?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
117130
|
+
attempt_expires_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
116969
117131
|
created_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
116970
117132
|
updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
116971
117133
|
created_by?: StringFieldUpdateOperationsInput | string
|
|
@@ -116988,6 +117150,7 @@ export namespace Prisma {
|
|
|
116988
117150
|
scheduled_end_time?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
116989
117151
|
actual_start_time?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
116990
117152
|
actual_end_time?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
117153
|
+
attempt_expires_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
116991
117154
|
created_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
116992
117155
|
updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
116993
117156
|
created_by?: StringFieldUpdateOperationsInput | string
|
|
@@ -119745,6 +119908,7 @@ export namespace Prisma {
|
|
|
119745
119908
|
scheduled_end_time?: Date | string | null
|
|
119746
119909
|
actual_start_time?: Date | string | null
|
|
119747
119910
|
actual_end_time?: Date | string | null
|
|
119911
|
+
attempt_expires_at?: Date | string | null
|
|
119748
119912
|
created_at?: Date | string
|
|
119749
119913
|
updated_at?: Date | string
|
|
119750
119914
|
created_by: string
|
|
@@ -120975,6 +121139,7 @@ export namespace Prisma {
|
|
|
120975
121139
|
scheduled_end_time?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
120976
121140
|
actual_start_time?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
120977
121141
|
actual_end_time?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
121142
|
+
attempt_expires_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
120978
121143
|
created_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
120979
121144
|
updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
120980
121145
|
created_by?: StringFieldUpdateOperationsInput | string
|
|
@@ -121000,6 +121165,7 @@ export namespace Prisma {
|
|
|
121000
121165
|
scheduled_end_time?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
121001
121166
|
actual_start_time?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
121002
121167
|
actual_end_time?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
121168
|
+
attempt_expires_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
121003
121169
|
created_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
121004
121170
|
updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
121005
121171
|
created_by?: StringFieldUpdateOperationsInput | string
|
|
@@ -121022,6 +121188,7 @@ export namespace Prisma {
|
|
|
121022
121188
|
scheduled_end_time?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
121023
121189
|
actual_start_time?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
121024
121190
|
actual_end_time?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
121191
|
+
attempt_expires_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
121025
121192
|
created_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
121026
121193
|
updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
121027
121194
|
created_by?: StringFieldUpdateOperationsInput | string
|
|
@@ -121962,6 +122129,7 @@ export namespace Prisma {
|
|
|
121962
122129
|
scheduled_end_time?: Date | string | null
|
|
121963
122130
|
actual_start_time?: Date | string | null
|
|
121964
122131
|
actual_end_time?: Date | string | null
|
|
122132
|
+
attempt_expires_at?: Date | string | null
|
|
121965
122133
|
created_at?: Date | string
|
|
121966
122134
|
updated_at?: Date | string
|
|
121967
122135
|
created_by: string
|
|
@@ -121980,6 +122148,7 @@ export namespace Prisma {
|
|
|
121980
122148
|
scheduled_end_time?: Date | string | null
|
|
121981
122149
|
actual_start_time?: Date | string | null
|
|
121982
122150
|
actual_end_time?: Date | string | null
|
|
122151
|
+
attempt_expires_at?: Date | string | null
|
|
121983
122152
|
created_at?: Date | string
|
|
121984
122153
|
updated_at?: Date | string
|
|
121985
122154
|
created_by: string
|
|
@@ -121999,6 +122168,7 @@ export namespace Prisma {
|
|
|
121999
122168
|
scheduled_end_time?: Date | string | null
|
|
122000
122169
|
actual_start_time?: Date | string | null
|
|
122001
122170
|
actual_end_time?: Date | string | null
|
|
122171
|
+
attempt_expires_at?: Date | string | null
|
|
122002
122172
|
created_at?: Date | string
|
|
122003
122173
|
updated_at?: Date | string
|
|
122004
122174
|
created_by: string
|
|
@@ -123036,6 +123206,7 @@ export namespace Prisma {
|
|
|
123036
123206
|
scheduled_end_time?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
123037
123207
|
actual_start_time?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
123038
123208
|
actual_end_time?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
123209
|
+
attempt_expires_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
123039
123210
|
created_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
123040
123211
|
updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
123041
123212
|
created_by?: StringFieldUpdateOperationsInput | string
|
|
@@ -123062,6 +123233,7 @@ export namespace Prisma {
|
|
|
123062
123233
|
scheduled_end_time?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
123063
123234
|
actual_start_time?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
123064
123235
|
actual_end_time?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
123236
|
+
attempt_expires_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
123065
123237
|
created_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
123066
123238
|
updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
123067
123239
|
created_by?: StringFieldUpdateOperationsInput | string
|
|
@@ -123084,6 +123256,7 @@ export namespace Prisma {
|
|
|
123084
123256
|
scheduled_end_time?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
123085
123257
|
actual_start_time?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
123086
123258
|
actual_end_time?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
123259
|
+
attempt_expires_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
123087
123260
|
created_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
123088
123261
|
updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
123089
123262
|
created_by?: StringFieldUpdateOperationsInput | string
|
|
@@ -123099,6 +123272,7 @@ export namespace Prisma {
|
|
|
123099
123272
|
scheduled_end_time?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
123100
123273
|
actual_start_time?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
123101
123274
|
actual_end_time?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
123275
|
+
attempt_expires_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
123102
123276
|
created_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
123103
123277
|
updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
123104
123278
|
created_by?: StringFieldUpdateOperationsInput | string
|
|
@@ -123124,6 +123298,7 @@ export namespace Prisma {
|
|
|
123124
123298
|
scheduled_end_time?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
123125
123299
|
actual_start_time?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
123126
123300
|
actual_end_time?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
123301
|
+
attempt_expires_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
123127
123302
|
created_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
123128
123303
|
updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
123129
123304
|
created_by?: StringFieldUpdateOperationsInput | string
|
|
@@ -123146,6 +123321,7 @@ export namespace Prisma {
|
|
|
123146
123321
|
scheduled_end_time?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
123147
123322
|
actual_start_time?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
123148
123323
|
actual_end_time?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
123324
|
+
attempt_expires_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
123149
123325
|
created_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
123150
123326
|
updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
123151
123327
|
created_by?: StringFieldUpdateOperationsInput | string
|
|
@@ -123162,6 +123338,7 @@ export namespace Prisma {
|
|
|
123162
123338
|
scheduled_end_time?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
123163
123339
|
actual_start_time?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
123164
123340
|
actual_end_time?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
123341
|
+
attempt_expires_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
123165
123342
|
created_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
123166
123343
|
updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
123167
123344
|
created_by?: StringFieldUpdateOperationsInput | string
|
|
@@ -123187,6 +123364,7 @@ export namespace Prisma {
|
|
|
123187
123364
|
scheduled_end_time?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
123188
123365
|
actual_start_time?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
123189
123366
|
actual_end_time?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
123367
|
+
attempt_expires_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
123190
123368
|
created_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
123191
123369
|
updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
123192
123370
|
created_by?: StringFieldUpdateOperationsInput | string
|
|
@@ -123209,6 +123387,7 @@ export namespace Prisma {
|
|
|
123209
123387
|
scheduled_end_time?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
123210
123388
|
actual_start_time?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
123211
123389
|
actual_end_time?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
123390
|
+
attempt_expires_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
123212
123391
|
created_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
123213
123392
|
updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
123214
123393
|
created_by?: StringFieldUpdateOperationsInput | string
|