@a_team/prisma 2.1.4 → 2.1.5

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.
@@ -197,7 +197,10 @@ exports.Prisma.MissionScalarFieldEnum = {
197
197
  title: 'title',
198
198
  updatedAt: 'updatedAt',
199
199
  videoURL: 'videoURL',
200
- website: 'website'
200
+ website: 'website',
201
+ startDate: 'startDate',
202
+ overlapMinutes: 'overlapMinutes',
203
+ timezone: 'timezone'
201
204
  };
202
205
 
203
206
  exports.Prisma.MissionSpecScalarFieldEnum = {
@@ -8028,12 +8028,14 @@ export namespace Prisma {
8028
8028
  clientMargin: number | null
8029
8029
  expectedDurationMonths: number | null
8030
8030
  rolesMargin: number | null
8031
+ overlapMinutes: number | null
8031
8032
  }
8032
8033
 
8033
8034
  export type MissionSumAggregateOutputType = {
8034
8035
  clientMargin: number | null
8035
8036
  expectedDurationMonths: number | null
8036
8037
  rolesMargin: number | null
8038
+ overlapMinutes: number | null
8037
8039
  }
8038
8040
 
8039
8041
  export type MissionMinAggregateOutputType = {
@@ -8070,6 +8072,9 @@ export namespace Prisma {
8070
8072
  updatedAt: Date | null
8071
8073
  videoURL: string | null
8072
8074
  website: string | null
8075
+ startDate: Date | null
8076
+ overlapMinutes: number | null
8077
+ timezone: string | null
8073
8078
  }
8074
8079
 
8075
8080
  export type MissionMaxAggregateOutputType = {
@@ -8106,6 +8111,9 @@ export namespace Prisma {
8106
8111
  updatedAt: Date | null
8107
8112
  videoURL: string | null
8108
8113
  website: string | null
8114
+ startDate: Date | null
8115
+ overlapMinutes: number | null
8116
+ timezone: string | null
8109
8117
  }
8110
8118
 
8111
8119
  export type MissionCountAggregateOutputType = {
@@ -8146,6 +8154,9 @@ export namespace Prisma {
8146
8154
  updatedAt: number
8147
8155
  videoURL: number
8148
8156
  website: number
8157
+ startDate: number
8158
+ overlapMinutes: number
8159
+ timezone: number
8149
8160
  _all: number
8150
8161
  }
8151
8162
 
@@ -8154,12 +8165,14 @@ export namespace Prisma {
8154
8165
  clientMargin?: true
8155
8166
  expectedDurationMonths?: true
8156
8167
  rolesMargin?: true
8168
+ overlapMinutes?: true
8157
8169
  }
8158
8170
 
8159
8171
  export type MissionSumAggregateInputType = {
8160
8172
  clientMargin?: true
8161
8173
  expectedDurationMonths?: true
8162
8174
  rolesMargin?: true
8175
+ overlapMinutes?: true
8163
8176
  }
8164
8177
 
8165
8178
  export type MissionMinAggregateInputType = {
@@ -8196,6 +8209,9 @@ export namespace Prisma {
8196
8209
  updatedAt?: true
8197
8210
  videoURL?: true
8198
8211
  website?: true
8212
+ startDate?: true
8213
+ overlapMinutes?: true
8214
+ timezone?: true
8199
8215
  }
8200
8216
 
8201
8217
  export type MissionMaxAggregateInputType = {
@@ -8232,6 +8248,9 @@ export namespace Prisma {
8232
8248
  updatedAt?: true
8233
8249
  videoURL?: true
8234
8250
  website?: true
8251
+ startDate?: true
8252
+ overlapMinutes?: true
8253
+ timezone?: true
8235
8254
  }
8236
8255
 
8237
8256
  export type MissionCountAggregateInputType = {
@@ -8272,6 +8291,9 @@ export namespace Prisma {
8272
8291
  updatedAt?: true
8273
8292
  videoURL?: true
8274
8293
  website?: true
8294
+ startDate?: true
8295
+ overlapMinutes?: true
8296
+ timezone?: true
8275
8297
  _all?: true
8276
8298
  }
8277
8299
 
@@ -8399,6 +8421,9 @@ export namespace Prisma {
8399
8421
  updatedAt: Date | null
8400
8422
  videoURL: string | null
8401
8423
  website: string | null
8424
+ startDate: Date | null
8425
+ overlapMinutes: number | null
8426
+ timezone: string | null
8402
8427
  _count: MissionCountAggregateOutputType | null
8403
8428
  _avg: MissionAvgAggregateOutputType | null
8404
8429
  _sum: MissionSumAggregateOutputType | null
@@ -8464,6 +8489,9 @@ export namespace Prisma {
8464
8489
  updatedAt?: boolean
8465
8490
  videoURL?: boolean
8466
8491
  website?: boolean
8492
+ startDate?: boolean
8493
+ overlapMinutes?: boolean
8494
+ timezone?: boolean
8467
8495
  accountModel?: boolean | Mission$accountModelArgs<ExtArgs>
8468
8496
  creatorModel?: boolean | Mission$creatorModelArgs<ExtArgs>
8469
8497
  missionSpec?: boolean | MissionSpecDefaultArgs<ExtArgs>
@@ -8511,6 +8539,9 @@ export namespace Prisma {
8511
8539
  updatedAt?: boolean
8512
8540
  videoURL?: boolean
8513
8541
  website?: boolean
8542
+ startDate?: boolean
8543
+ overlapMinutes?: boolean
8544
+ timezone?: boolean
8514
8545
  }
8515
8546
 
8516
8547
  export type MissionInclude<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
@@ -8569,6 +8600,9 @@ export namespace Prisma {
8569
8600
  updatedAt: Date | null
8570
8601
  videoURL: string | null
8571
8602
  website: string | null
8603
+ startDate: Date | null
8604
+ overlapMinutes: number | null
8605
+ timezone: string | null
8572
8606
  }, ExtArgs["result"]["mission"]>
8573
8607
  composites: {
8574
8608
  attachedLinks: Prisma.$MissionsAttachedLinkPayload[]
@@ -9010,6 +9044,9 @@ export namespace Prisma {
9010
9044
  readonly updatedAt: FieldRef<"Mission", 'DateTime'>
9011
9045
  readonly videoURL: FieldRef<"Mission", 'String'>
9012
9046
  readonly website: FieldRef<"Mission", 'String'>
9047
+ readonly startDate: FieldRef<"Mission", 'DateTime'>
9048
+ readonly overlapMinutes: FieldRef<"Mission", 'Int'>
9049
+ readonly timezone: FieldRef<"Mission", 'String'>
9013
9050
  }
9014
9051
 
9015
9052
 
@@ -14527,7 +14564,10 @@ export namespace Prisma {
14527
14564
  title: 'title',
14528
14565
  updatedAt: 'updatedAt',
14529
14566
  videoURL: 'videoURL',
14530
- website: 'website'
14567
+ website: 'website',
14568
+ startDate: 'startDate',
14569
+ overlapMinutes: 'overlapMinutes',
14570
+ timezone: 'timezone'
14531
14571
  };
14532
14572
 
14533
14573
  export type MissionScalarFieldEnum = (typeof MissionScalarFieldEnum)[keyof typeof MissionScalarFieldEnum]
@@ -15146,6 +15186,9 @@ export namespace Prisma {
15146
15186
  updatedAt?: DateTimeNullableFilter<"Mission"> | Date | string | null
15147
15187
  videoURL?: StringNullableFilter<"Mission"> | string | null
15148
15188
  website?: StringNullableFilter<"Mission"> | string | null
15189
+ startDate?: DateTimeNullableFilter<"Mission"> | Date | string | null
15190
+ overlapMinutes?: IntNullableFilter<"Mission"> | number | null
15191
+ timezone?: StringNullableFilter<"Mission"> | string | null
15149
15192
  accountModel?: XOR<AccountNullableRelationFilter, AccountWhereInput> | null
15150
15193
  creatorModel?: XOR<UserNullableRelationFilter, UserWhereInput> | null
15151
15194
  missionSpec?: XOR<MissionSpecRelationFilter, MissionSpecWhereInput>
@@ -15197,6 +15240,9 @@ export namespace Prisma {
15197
15240
  updatedAt?: SortOrder
15198
15241
  videoURL?: SortOrder
15199
15242
  website?: SortOrder
15243
+ startDate?: SortOrder
15244
+ overlapMinutes?: SortOrder
15245
+ timezone?: SortOrder
15200
15246
  accountModel?: AccountOrderByWithRelationInput
15201
15247
  creatorModel?: UserOrderByWithRelationInput
15202
15248
  missionSpec?: MissionSpecOrderByWithRelationInput
@@ -15251,6 +15297,9 @@ export namespace Prisma {
15251
15297
  updatedAt?: DateTimeNullableFilter<"Mission"> | Date | string | null
15252
15298
  videoURL?: StringNullableFilter<"Mission"> | string | null
15253
15299
  website?: StringNullableFilter<"Mission"> | string | null
15300
+ startDate?: DateTimeNullableFilter<"Mission"> | Date | string | null
15301
+ overlapMinutes?: IntNullableFilter<"Mission"> | number | null
15302
+ timezone?: StringNullableFilter<"Mission"> | string | null
15254
15303
  accountModel?: XOR<AccountNullableRelationFilter, AccountWhereInput> | null
15255
15304
  creatorModel?: XOR<UserNullableRelationFilter, UserWhereInput> | null
15256
15305
  missionSpec?: XOR<MissionSpecRelationFilter, MissionSpecWhereInput>
@@ -15296,6 +15345,9 @@ export namespace Prisma {
15296
15345
  updatedAt?: SortOrder
15297
15346
  videoURL?: SortOrder
15298
15347
  website?: SortOrder
15348
+ startDate?: SortOrder
15349
+ overlapMinutes?: SortOrder
15350
+ timezone?: SortOrder
15299
15351
  _count?: MissionCountOrderByAggregateInput
15300
15352
  _avg?: MissionAvgOrderByAggregateInput
15301
15353
  _max?: MissionMaxOrderByAggregateInput
@@ -15344,6 +15396,9 @@ export namespace Prisma {
15344
15396
  updatedAt?: DateTimeNullableWithAggregatesFilter<"Mission"> | Date | string | null
15345
15397
  videoURL?: StringNullableWithAggregatesFilter<"Mission"> | string | null
15346
15398
  website?: StringNullableWithAggregatesFilter<"Mission"> | string | null
15399
+ startDate?: DateTimeNullableWithAggregatesFilter<"Mission"> | Date | string | null
15400
+ overlapMinutes?: IntNullableWithAggregatesFilter<"Mission"> | number | null
15401
+ timezone?: StringNullableWithAggregatesFilter<"Mission"> | string | null
15347
15402
  }
15348
15403
 
15349
15404
  export type MissionSpecWhereInput = {
@@ -16197,6 +16252,9 @@ export namespace Prisma {
16197
16252
  updatedAt?: Date | string | null
16198
16253
  videoURL?: string | null
16199
16254
  website?: string | null
16255
+ startDate?: Date | string | null
16256
+ overlapMinutes?: number | null
16257
+ timezone?: string | null
16200
16258
  accountModel?: AccountCreateNestedOneWithoutMissionsInput
16201
16259
  creatorModel?: UserCreateNestedOneWithoutCreatedMissionsModelsInput
16202
16260
  missionSpec: MissionSpecCreateNestedOneWithoutMissionInput
@@ -16248,6 +16306,9 @@ export namespace Prisma {
16248
16306
  updatedAt?: Date | string | null
16249
16307
  videoURL?: string | null
16250
16308
  website?: string | null
16309
+ startDate?: Date | string | null
16310
+ overlapMinutes?: number | null
16311
+ timezone?: string | null
16251
16312
  contracts?: ContractUncheckedCreateNestedManyWithoutMissionInput
16252
16313
  }
16253
16314
 
@@ -16290,6 +16351,9 @@ export namespace Prisma {
16290
16351
  updatedAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
16291
16352
  videoURL?: NullableStringFieldUpdateOperationsInput | string | null
16292
16353
  website?: NullableStringFieldUpdateOperationsInput | string | null
16354
+ startDate?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
16355
+ overlapMinutes?: NullableIntFieldUpdateOperationsInput | number | null
16356
+ timezone?: NullableStringFieldUpdateOperationsInput | string | null
16293
16357
  accountModel?: AccountUpdateOneWithoutMissionsNestedInput
16294
16358
  creatorModel?: UserUpdateOneWithoutCreatedMissionsModelsNestedInput
16295
16359
  missionSpec?: MissionSpecUpdateOneRequiredWithoutMissionNestedInput
@@ -16340,6 +16404,9 @@ export namespace Prisma {
16340
16404
  updatedAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
16341
16405
  videoURL?: NullableStringFieldUpdateOperationsInput | string | null
16342
16406
  website?: NullableStringFieldUpdateOperationsInput | string | null
16407
+ startDate?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
16408
+ overlapMinutes?: NullableIntFieldUpdateOperationsInput | number | null
16409
+ timezone?: NullableStringFieldUpdateOperationsInput | string | null
16343
16410
  contracts?: ContractUncheckedUpdateManyWithoutMissionNestedInput
16344
16411
  }
16345
16412
 
@@ -16387,6 +16454,9 @@ export namespace Prisma {
16387
16454
  updatedAt?: Date | string | null
16388
16455
  videoURL?: string | null
16389
16456
  website?: string | null
16457
+ startDate?: Date | string | null
16458
+ overlapMinutes?: number | null
16459
+ timezone?: string | null
16390
16460
  }
16391
16461
 
16392
16462
  export type MissionUpdateManyMutationInput = {
@@ -16428,6 +16498,9 @@ export namespace Prisma {
16428
16498
  updatedAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
16429
16499
  videoURL?: NullableStringFieldUpdateOperationsInput | string | null
16430
16500
  website?: NullableStringFieldUpdateOperationsInput | string | null
16501
+ startDate?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
16502
+ overlapMinutes?: NullableIntFieldUpdateOperationsInput | number | null
16503
+ timezone?: NullableStringFieldUpdateOperationsInput | string | null
16431
16504
  }
16432
16505
 
16433
16506
  export type MissionUncheckedUpdateManyInput = {
@@ -16473,6 +16546,9 @@ export namespace Prisma {
16473
16546
  updatedAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
16474
16547
  videoURL?: NullableStringFieldUpdateOperationsInput | string | null
16475
16548
  website?: NullableStringFieldUpdateOperationsInput | string | null
16549
+ startDate?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
16550
+ overlapMinutes?: NullableIntFieldUpdateOperationsInput | number | null
16551
+ timezone?: NullableStringFieldUpdateOperationsInput | string | null
16476
16552
  }
16477
16553
 
16478
16554
  export type MissionSpecCreateInput = {
@@ -17688,12 +17764,16 @@ export namespace Prisma {
17688
17764
  updatedAt?: SortOrder
17689
17765
  videoURL?: SortOrder
17690
17766
  website?: SortOrder
17767
+ startDate?: SortOrder
17768
+ overlapMinutes?: SortOrder
17769
+ timezone?: SortOrder
17691
17770
  }
17692
17771
 
17693
17772
  export type MissionAvgOrderByAggregateInput = {
17694
17773
  clientMargin?: SortOrder
17695
17774
  expectedDurationMonths?: SortOrder
17696
17775
  rolesMargin?: SortOrder
17776
+ overlapMinutes?: SortOrder
17697
17777
  }
17698
17778
 
17699
17779
  export type MissionMaxOrderByAggregateInput = {
@@ -17730,6 +17810,9 @@ export namespace Prisma {
17730
17810
  updatedAt?: SortOrder
17731
17811
  videoURL?: SortOrder
17732
17812
  website?: SortOrder
17813
+ startDate?: SortOrder
17814
+ overlapMinutes?: SortOrder
17815
+ timezone?: SortOrder
17733
17816
  }
17734
17817
 
17735
17818
  export type MissionMinOrderByAggregateInput = {
@@ -17766,12 +17849,16 @@ export namespace Prisma {
17766
17849
  updatedAt?: SortOrder
17767
17850
  videoURL?: SortOrder
17768
17851
  website?: SortOrder
17852
+ startDate?: SortOrder
17853
+ overlapMinutes?: SortOrder
17854
+ timezone?: SortOrder
17769
17855
  }
17770
17856
 
17771
17857
  export type MissionSumOrderByAggregateInput = {
17772
17858
  clientMargin?: SortOrder
17773
17859
  expectedDurationMonths?: SortOrder
17774
17860
  rolesMargin?: SortOrder
17861
+ overlapMinutes?: SortOrder
17775
17862
  }
17776
17863
 
17777
17864
  export type FloatNullableWithAggregatesFilter<$PrismaModel = never> = {
@@ -19995,6 +20082,9 @@ export namespace Prisma {
19995
20082
  updatedAt?: Date | string | null
19996
20083
  videoURL?: string | null
19997
20084
  website?: string | null
20085
+ startDate?: Date | string | null
20086
+ overlapMinutes?: number | null
20087
+ timezone?: string | null
19998
20088
  creatorModel?: UserCreateNestedOneWithoutCreatedMissionsModelsInput
19999
20089
  missionSpec: MissionSpecCreateNestedOneWithoutMissionInput
20000
20090
  ownerModel?: UserCreateNestedOneWithoutOwnedMissionsModelsInput
@@ -20044,6 +20134,9 @@ export namespace Prisma {
20044
20134
  updatedAt?: Date | string | null
20045
20135
  videoURL?: string | null
20046
20136
  website?: string | null
20137
+ startDate?: Date | string | null
20138
+ overlapMinutes?: number | null
20139
+ timezone?: string | null
20047
20140
  contracts?: ContractUncheckedCreateNestedManyWithoutMissionInput
20048
20141
  }
20049
20142
 
@@ -20262,6 +20355,9 @@ export namespace Prisma {
20262
20355
  updatedAt?: DateTimeNullableFilter<"Mission"> | Date | string | null
20263
20356
  videoURL?: StringNullableFilter<"Mission"> | string | null
20264
20357
  website?: StringNullableFilter<"Mission"> | string | null
20358
+ startDate?: DateTimeNullableFilter<"Mission"> | Date | string | null
20359
+ overlapMinutes?: IntNullableFilter<"Mission"> | number | null
20360
+ timezone?: StringNullableFilter<"Mission"> | string | null
20265
20361
  }
20266
20362
 
20267
20363
  export type MissionSpecUpsertWithWhereUniqueWithoutAccountInput = {
@@ -20567,6 +20663,9 @@ export namespace Prisma {
20567
20663
  updatedAt?: Date | string | null
20568
20664
  videoURL?: string | null
20569
20665
  website?: string | null
20666
+ startDate?: Date | string | null
20667
+ overlapMinutes?: number | null
20668
+ timezone?: string | null
20570
20669
  accountModel?: AccountCreateNestedOneWithoutMissionsInput
20571
20670
  creatorModel?: UserCreateNestedOneWithoutCreatedMissionsModelsInput
20572
20671
  missionSpec: MissionSpecCreateNestedOneWithoutMissionInput
@@ -20617,6 +20716,9 @@ export namespace Prisma {
20617
20716
  updatedAt?: Date | string | null
20618
20717
  videoURL?: string | null
20619
20718
  website?: string | null
20719
+ startDate?: Date | string | null
20720
+ overlapMinutes?: number | null
20721
+ timezone?: string | null
20620
20722
  }
20621
20723
 
20622
20724
  export type MissionCreateOrConnectWithoutContractsInput = {
@@ -20688,6 +20790,9 @@ export namespace Prisma {
20688
20790
  updatedAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
20689
20791
  videoURL?: NullableStringFieldUpdateOperationsInput | string | null
20690
20792
  website?: NullableStringFieldUpdateOperationsInput | string | null
20793
+ startDate?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
20794
+ overlapMinutes?: NullableIntFieldUpdateOperationsInput | number | null
20795
+ timezone?: NullableStringFieldUpdateOperationsInput | string | null
20691
20796
  accountModel?: AccountUpdateOneWithoutMissionsNestedInput
20692
20797
  creatorModel?: UserUpdateOneWithoutCreatedMissionsModelsNestedInput
20693
20798
  missionSpec?: MissionSpecUpdateOneRequiredWithoutMissionNestedInput
@@ -20737,6 +20842,9 @@ export namespace Prisma {
20737
20842
  updatedAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
20738
20843
  videoURL?: NullableStringFieldUpdateOperationsInput | string | null
20739
20844
  website?: NullableStringFieldUpdateOperationsInput | string | null
20845
+ startDate?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
20846
+ overlapMinutes?: NullableIntFieldUpdateOperationsInput | number | null
20847
+ timezone?: NullableStringFieldUpdateOperationsInput | string | null
20740
20848
  }
20741
20849
 
20742
20850
  export type MissionRoleAvailabilityCreateInput = {
@@ -21491,6 +21599,9 @@ export namespace Prisma {
21491
21599
  updatedAt?: Date | string | null
21492
21600
  videoURL?: string | null
21493
21601
  website?: string | null
21602
+ startDate?: Date | string | null
21603
+ overlapMinutes?: number | null
21604
+ timezone?: string | null
21494
21605
  accountModel?: AccountCreateNestedOneWithoutMissionsInput
21495
21606
  creatorModel?: UserCreateNestedOneWithoutCreatedMissionsModelsInput
21496
21607
  ownerModel?: UserCreateNestedOneWithoutOwnedMissionsModelsInput
@@ -21540,6 +21651,9 @@ export namespace Prisma {
21540
21651
  updatedAt?: Date | string | null
21541
21652
  videoURL?: string | null
21542
21653
  website?: string | null
21654
+ startDate?: Date | string | null
21655
+ overlapMinutes?: number | null
21656
+ timezone?: string | null
21543
21657
  contracts?: ContractUncheckedCreateNestedManyWithoutMissionInput
21544
21658
  }
21545
21659
 
@@ -21795,6 +21909,9 @@ export namespace Prisma {
21795
21909
  updatedAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
21796
21910
  videoURL?: NullableStringFieldUpdateOperationsInput | string | null
21797
21911
  website?: NullableStringFieldUpdateOperationsInput | string | null
21912
+ startDate?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
21913
+ overlapMinutes?: NullableIntFieldUpdateOperationsInput | number | null
21914
+ timezone?: NullableStringFieldUpdateOperationsInput | string | null
21798
21915
  accountModel?: AccountUpdateOneWithoutMissionsNestedInput
21799
21916
  creatorModel?: UserUpdateOneWithoutCreatedMissionsModelsNestedInput
21800
21917
  ownerModel?: UserUpdateOneWithoutOwnedMissionsModelsNestedInput
@@ -21843,6 +21960,9 @@ export namespace Prisma {
21843
21960
  updatedAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
21844
21961
  videoURL?: NullableStringFieldUpdateOperationsInput | string | null
21845
21962
  website?: NullableStringFieldUpdateOperationsInput | string | null
21963
+ startDate?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
21964
+ overlapMinutes?: NullableIntFieldUpdateOperationsInput | number | null
21965
+ timezone?: NullableStringFieldUpdateOperationsInput | string | null
21846
21966
  contracts?: ContractUncheckedUpdateManyWithoutMissionNestedInput
21847
21967
  }
21848
21968
 
@@ -21886,6 +22006,9 @@ export namespace Prisma {
21886
22006
  updatedAt?: Date | string | null
21887
22007
  videoURL?: string | null
21888
22008
  website?: string | null
22009
+ startDate?: Date | string | null
22010
+ overlapMinutes?: number | null
22011
+ timezone?: string | null
21889
22012
  accountModel?: AccountCreateNestedOneWithoutMissionsInput
21890
22013
  missionSpec: MissionSpecCreateNestedOneWithoutMissionInput
21891
22014
  ownerModel?: UserCreateNestedOneWithoutOwnedMissionsModelsInput
@@ -21935,6 +22058,9 @@ export namespace Prisma {
21935
22058
  updatedAt?: Date | string | null
21936
22059
  videoURL?: string | null
21937
22060
  website?: string | null
22061
+ startDate?: Date | string | null
22062
+ overlapMinutes?: number | null
22063
+ timezone?: string | null
21938
22064
  contracts?: ContractUncheckedCreateNestedManyWithoutMissionInput
21939
22065
  }
21940
22066
 
@@ -21987,6 +22113,9 @@ export namespace Prisma {
21987
22113
  updatedAt?: Date | string | null
21988
22114
  videoURL?: string | null
21989
22115
  website?: string | null
22116
+ startDate?: Date | string | null
22117
+ overlapMinutes?: number | null
22118
+ timezone?: string | null
21990
22119
  accountModel?: AccountCreateNestedOneWithoutMissionsInput
21991
22120
  creatorModel?: UserCreateNestedOneWithoutCreatedMissionsModelsInput
21992
22121
  missionSpec: MissionSpecCreateNestedOneWithoutMissionInput
@@ -22036,6 +22165,9 @@ export namespace Prisma {
22036
22165
  updatedAt?: Date | string | null
22037
22166
  videoURL?: string | null
22038
22167
  website?: string | null
22168
+ startDate?: Date | string | null
22169
+ overlapMinutes?: number | null
22170
+ timezone?: string | null
22039
22171
  contracts?: ContractUncheckedCreateNestedManyWithoutMissionInput
22040
22172
  }
22041
22173
 
@@ -22381,6 +22513,9 @@ export namespace Prisma {
22381
22513
  updatedAt?: Date | string | null
22382
22514
  videoURL?: string | null
22383
22515
  website?: string | null
22516
+ startDate?: Date | string | null
22517
+ overlapMinutes?: number | null
22518
+ timezone?: string | null
22384
22519
  }
22385
22520
 
22386
22521
  export type MissionSpecCreateManyAccountInput = {
@@ -22463,6 +22598,9 @@ export namespace Prisma {
22463
22598
  updatedAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
22464
22599
  videoURL?: NullableStringFieldUpdateOperationsInput | string | null
22465
22600
  website?: NullableStringFieldUpdateOperationsInput | string | null
22601
+ startDate?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
22602
+ overlapMinutes?: NullableIntFieldUpdateOperationsInput | number | null
22603
+ timezone?: NullableStringFieldUpdateOperationsInput | string | null
22466
22604
  creatorModel?: UserUpdateOneWithoutCreatedMissionsModelsNestedInput
22467
22605
  missionSpec?: MissionSpecUpdateOneRequiredWithoutMissionNestedInput
22468
22606
  ownerModel?: UserUpdateOneWithoutOwnedMissionsModelsNestedInput
@@ -22511,6 +22649,9 @@ export namespace Prisma {
22511
22649
  updatedAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
22512
22650
  videoURL?: NullableStringFieldUpdateOperationsInput | string | null
22513
22651
  website?: NullableStringFieldUpdateOperationsInput | string | null
22652
+ startDate?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
22653
+ overlapMinutes?: NullableIntFieldUpdateOperationsInput | number | null
22654
+ timezone?: NullableStringFieldUpdateOperationsInput | string | null
22514
22655
  contracts?: ContractUncheckedUpdateManyWithoutMissionNestedInput
22515
22656
  }
22516
22657
 
@@ -22556,6 +22697,9 @@ export namespace Prisma {
22556
22697
  updatedAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
22557
22698
  videoURL?: NullableStringFieldUpdateOperationsInput | string | null
22558
22699
  website?: NullableStringFieldUpdateOperationsInput | string | null
22700
+ startDate?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
22701
+ overlapMinutes?: NullableIntFieldUpdateOperationsInput | number | null
22702
+ timezone?: NullableStringFieldUpdateOperationsInput | string | null
22559
22703
  }
22560
22704
 
22561
22705
  export type MissionSpecUpdateWithoutAccountInput = {
@@ -23099,6 +23243,9 @@ export namespace Prisma {
23099
23243
  updatedAt?: Date | string | null
23100
23244
  videoURL?: string | null
23101
23245
  website?: string | null
23246
+ startDate?: Date | string | null
23247
+ overlapMinutes?: number | null
23248
+ timezone?: string | null
23102
23249
  }
23103
23250
 
23104
23251
  export type MissionCreateManyOwnerModelInput = {
@@ -23144,6 +23291,9 @@ export namespace Prisma {
23144
23291
  updatedAt?: Date | string | null
23145
23292
  videoURL?: string | null
23146
23293
  website?: string | null
23294
+ startDate?: Date | string | null
23295
+ overlapMinutes?: number | null
23296
+ timezone?: string | null
23147
23297
  }
23148
23298
 
23149
23299
  export type MissionSpecCreateManyAuthorInput = {
@@ -23241,6 +23391,9 @@ export namespace Prisma {
23241
23391
  updatedAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
23242
23392
  videoURL?: NullableStringFieldUpdateOperationsInput | string | null
23243
23393
  website?: NullableStringFieldUpdateOperationsInput | string | null
23394
+ startDate?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
23395
+ overlapMinutes?: NullableIntFieldUpdateOperationsInput | number | null
23396
+ timezone?: NullableStringFieldUpdateOperationsInput | string | null
23244
23397
  accountModel?: AccountUpdateOneWithoutMissionsNestedInput
23245
23398
  missionSpec?: MissionSpecUpdateOneRequiredWithoutMissionNestedInput
23246
23399
  ownerModel?: UserUpdateOneWithoutOwnedMissionsModelsNestedInput
@@ -23289,6 +23442,9 @@ export namespace Prisma {
23289
23442
  updatedAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
23290
23443
  videoURL?: NullableStringFieldUpdateOperationsInput | string | null
23291
23444
  website?: NullableStringFieldUpdateOperationsInput | string | null
23445
+ startDate?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
23446
+ overlapMinutes?: NullableIntFieldUpdateOperationsInput | number | null
23447
+ timezone?: NullableStringFieldUpdateOperationsInput | string | null
23292
23448
  contracts?: ContractUncheckedUpdateManyWithoutMissionNestedInput
23293
23449
  }
23294
23450
 
@@ -23334,6 +23490,9 @@ export namespace Prisma {
23334
23490
  updatedAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
23335
23491
  videoURL?: NullableStringFieldUpdateOperationsInput | string | null
23336
23492
  website?: NullableStringFieldUpdateOperationsInput | string | null
23493
+ startDate?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
23494
+ overlapMinutes?: NullableIntFieldUpdateOperationsInput | number | null
23495
+ timezone?: NullableStringFieldUpdateOperationsInput | string | null
23337
23496
  }
23338
23497
 
23339
23498
  export type MissionUpdateWithoutOwnerModelInput = {
@@ -23375,6 +23534,9 @@ export namespace Prisma {
23375
23534
  updatedAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
23376
23535
  videoURL?: NullableStringFieldUpdateOperationsInput | string | null
23377
23536
  website?: NullableStringFieldUpdateOperationsInput | string | null
23537
+ startDate?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
23538
+ overlapMinutes?: NullableIntFieldUpdateOperationsInput | number | null
23539
+ timezone?: NullableStringFieldUpdateOperationsInput | string | null
23378
23540
  accountModel?: AccountUpdateOneWithoutMissionsNestedInput
23379
23541
  creatorModel?: UserUpdateOneWithoutCreatedMissionsModelsNestedInput
23380
23542
  missionSpec?: MissionSpecUpdateOneRequiredWithoutMissionNestedInput
@@ -23423,6 +23585,9 @@ export namespace Prisma {
23423
23585
  updatedAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
23424
23586
  videoURL?: NullableStringFieldUpdateOperationsInput | string | null
23425
23587
  website?: NullableStringFieldUpdateOperationsInput | string | null
23588
+ startDate?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
23589
+ overlapMinutes?: NullableIntFieldUpdateOperationsInput | number | null
23590
+ timezone?: NullableStringFieldUpdateOperationsInput | string | null
23426
23591
  contracts?: ContractUncheckedUpdateManyWithoutMissionNestedInput
23427
23592
  }
23428
23593
 
@@ -23468,6 +23633,9 @@ export namespace Prisma {
23468
23633
  updatedAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
23469
23634
  videoURL?: NullableStringFieldUpdateOperationsInput | string | null
23470
23635
  website?: NullableStringFieldUpdateOperationsInput | string | null
23636
+ startDate?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
23637
+ overlapMinutes?: NullableIntFieldUpdateOperationsInput | number | null
23638
+ timezone?: NullableStringFieldUpdateOperationsInput | string | null
23471
23639
  }
23472
23640
 
23473
23641
  export type MissionSpecUpdateWithoutAuthorInput = {