@@ -3074,12 +3074,12 @@ export type GroupScalarFieldEnum = (typeof GroupScalarFieldEnum)[keyof typeof Gr
30743074
30753075export const GroupMembershipScalarFieldEnum = {
30763076 id : 'id' ,
3077- groupId : 'groupId' ,
3078- userId : 'userId' ,
30793077 start : 'start' ,
30803078 end : 'end' ,
30813079 createdAt : 'createdAt' ,
3082- updatedAt : 'updatedAt'
3080+ updatedAt : 'updatedAt' ,
3081+ groupId : 'groupId' ,
3082+ userId : 'userId'
30833083} as const
30843084
30853085export type GroupMembershipScalarFieldEnum = ( typeof GroupMembershipScalarFieldEnum ) [ keyof typeof GroupMembershipScalarFieldEnum ]
@@ -3095,9 +3095,9 @@ export type GroupMembershipRoleScalarFieldEnum = (typeof GroupMembershipRoleScal
30953095
30963096export const GroupRoleScalarFieldEnum = {
30973097 id : 'id' ,
3098- groupId : 'groupId' ,
30993098 name : 'name' ,
3100- type : 'type'
3099+ type : 'type' ,
3100+ groupId : 'groupId'
31013101} as const
31023102
31033103export type GroupRoleScalarFieldEnum = ( typeof GroupRoleScalarFieldEnum ) [ keyof typeof GroupRoleScalarFieldEnum ]
@@ -3134,10 +3134,7 @@ export type AttendancePoolScalarFieldEnum = (typeof AttendancePoolScalarFieldEnu
31343134
31353135export const AttendeeScalarFieldEnum = {
31363136 id : 'id' ,
3137- attendanceId : 'attendanceId' ,
3138- userId : 'userId' ,
31393137 userGrade : 'userGrade' ,
3140- attendancePoolId : 'attendancePoolId' ,
31413138 selections : 'selections' ,
31423139 reserved : 'reserved' ,
31433140 earliestReservationAt : 'earliestReservationAt' ,
@@ -3151,6 +3148,10 @@ export const AttendeeScalarFieldEnum = {
31513148 paymentChargeDeadline : 'paymentChargeDeadline' ,
31523149 paymentChargedAt : 'paymentChargedAt' ,
31533150 paymentRefundedAt : 'paymentRefundedAt' ,
3151+ paymentCheckoutUrl : 'paymentCheckoutUrl' ,
3152+ attendanceId : 'attendanceId' ,
3153+ userId : 'userId' ,
3154+ attendancePoolId : 'attendancePoolId' ,
31543155 paymentRefundedById : 'paymentRefundedById'
31553156} as const
31563157
@@ -3169,11 +3170,11 @@ export const EventScalarFieldEnum = {
31693170 locationTitle : 'locationTitle' ,
31703171 locationAddress : 'locationAddress' ,
31713172 locationLink : 'locationLink' ,
3172- attendanceId : 'attendanceId' ,
31733173 type : 'type' ,
31743174 markForMissedAttendance : 'markForMissedAttendance' ,
31753175 createdAt : 'createdAt' ,
31763176 updatedAt : 'updatedAt' ,
3177+ attendanceId : 'attendanceId' ,
31773178 parentId : 'parentId' ,
31783179 metadataImportId : 'metadataImportId'
31793180} as const
@@ -3212,10 +3213,10 @@ export type MarkGroupScalarFieldEnum = (typeof MarkGroupScalarFieldEnum)[keyof t
32123213
32133214
32143215export const PersonalMarkScalarFieldEnum = {
3216+ createdAt : 'createdAt' ,
32153217 markId : 'markId' ,
32163218 userId : 'userId' ,
3217- givenById : 'givenById' ,
3218- createdAt : 'createdAt'
3219+ givenById : 'givenById'
32193220} as const
32203221
32213222export type PersonalMarkScalarFieldEnum = ( typeof PersonalMarkScalarFieldEnum ) [ keyof typeof PersonalMarkScalarFieldEnum ]
@@ -3265,7 +3266,6 @@ export type EventHostingGroupScalarFieldEnum = (typeof EventHostingGroupScalarFi
32653266
32663267export const JobListingScalarFieldEnum = {
32673268 id : 'id' ,
3268- companyId : 'companyId' ,
32693269 title : 'title' ,
32703270 description : 'description' ,
32713271 shortDescription : 'shortDescription' ,
@@ -3279,7 +3279,8 @@ export const JobListingScalarFieldEnum = {
32793279 applicationEmail : 'applicationEmail' ,
32803280 rollingAdmission : 'rollingAdmission' ,
32813281 createdAt : 'createdAt' ,
3282- updatedAt : 'updatedAt'
3282+ updatedAt : 'updatedAt' ,
3283+ companyId : 'companyId'
32833284} as const
32843285
32853286export type JobListingScalarFieldEnum = ( typeof JobListingScalarFieldEnum ) [ keyof typeof JobListingScalarFieldEnum ]
@@ -3309,11 +3310,11 @@ export type OfflineScalarFieldEnum = (typeof OfflineScalarFieldEnum)[keyof typeo
33093310
33103311export const ArticleScalarFieldEnum = {
33113312 id : 'id' ,
3313+ slug : 'slug' ,
33123314 title : 'title' ,
33133315 author : 'author' ,
33143316 photographer : 'photographer' ,
33153317 imageUrl : 'imageUrl' ,
3316- slug : 'slug' ,
33173318 excerpt : 'excerpt' ,
33183319 content : 'content' ,
33193320 isFeatured : 'isFeatured' ,
@@ -3369,26 +3370,26 @@ export type RecurringTaskScalarFieldEnum = (typeof RecurringTaskScalarFieldEnum)
33693370
33703371export const FeedbackFormScalarFieldEnum = {
33713372 id : 'id' ,
3372- eventId : 'eventId' ,
33733373 publicResultsToken : 'publicResultsToken' ,
33743374 createdAt : 'createdAt' ,
33753375 updatedAt : 'updatedAt' ,
3376- answerDeadline : 'answerDeadline'
3376+ answerDeadline : 'answerDeadline' ,
3377+ eventId : 'eventId'
33773378} as const
33783379
33793380export type FeedbackFormScalarFieldEnum = ( typeof FeedbackFormScalarFieldEnum ) [ keyof typeof FeedbackFormScalarFieldEnum ]
33803381
33813382
33823383export const FeedbackQuestionScalarFieldEnum = {
33833384 id : 'id' ,
3384- feedbackFormId : 'feedbackFormId' ,
33853385 label : 'label' ,
33863386 required : 'required' ,
33873387 showInPublicResults : 'showInPublicResults' ,
33883388 type : 'type' ,
33893389 order : 'order' ,
33903390 createdAt : 'createdAt' ,
3391- updatedAt : 'updatedAt'
3391+ updatedAt : 'updatedAt' ,
3392+ feedbackFormId : 'feedbackFormId'
33923393} as const
33933394
33943395export type FeedbackQuestionScalarFieldEnum = ( typeof FeedbackQuestionScalarFieldEnum ) [ keyof typeof FeedbackQuestionScalarFieldEnum ]
@@ -3405,9 +3406,9 @@ export type FeedbackQuestionOptionScalarFieldEnum = (typeof FeedbackQuestionOpti
34053406
34063407export const FeedbackQuestionAnswerScalarFieldEnum = {
34073408 id : 'id' ,
3409+ value : 'value' ,
34083410 questionId : 'questionId' ,
3409- formAnswerId : 'formAnswerId' ,
3410- value : 'value'
3411+ formAnswerId : 'formAnswerId'
34113412} as const
34123413
34133414export type FeedbackQuestionAnswerScalarFieldEnum = ( typeof FeedbackQuestionAnswerScalarFieldEnum ) [ keyof typeof FeedbackQuestionAnswerScalarFieldEnum ]
@@ -3423,10 +3424,10 @@ export type FeedbackQuestionAnswerOptionLinkScalarFieldEnum = (typeof FeedbackQu
34233424
34243425export const FeedbackFormAnswerScalarFieldEnum = {
34253426 id : 'id' ,
3426- feedbackFormId : 'feedbackFormId' ,
3427- attendeeId : 'attendeeId' ,
34283427 createdAt : 'createdAt' ,
3429- updatedAt : 'updatedAt'
3428+ updatedAt : 'updatedAt' ,
3429+ feedbackFormId : 'feedbackFormId' ,
3430+ attendeeId : 'attendeeId'
34303431} as const
34313432
34323433export type FeedbackFormAnswerScalarFieldEnum = ( typeof FeedbackFormAnswerScalarFieldEnum ) [ keyof typeof FeedbackFormAnswerScalarFieldEnum ]
@@ -3437,10 +3438,10 @@ export const AuditLogScalarFieldEnum = {
34373438 tableName : 'tableName' ,
34383439 rowId : 'rowId' ,
34393440 createdAt : 'createdAt' ,
3440- userId : 'userId' ,
34413441 operation : 'operation' ,
34423442 rowData : 'rowData' ,
3443- transactionId : 'transactionId'
3443+ transactionId : 'transactionId' ,
3444+ userId : 'userId'
34443445} as const
34453446
34463447export type AuditLogScalarFieldEnum = ( typeof AuditLogScalarFieldEnum ) [ keyof typeof AuditLogScalarFieldEnum ]
0 commit comments