@derwinjs/db 0.1.1 → 0.3.0

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.
@@ -2799,8 +2799,10 @@ export namespace Prisma {
2799
2799
  modeChangedBy: string | null
2800
2800
  monthlyBudgetCents: number | null
2801
2801
  dailyDispatchLimit: number | null
2802
+ testCommand: string | null
2802
2803
  repoFullName: string | null
2803
2804
  webhookSecret: string | null
2805
+ authorModel: string | null
2804
2806
  }
2805
2807
 
2806
2808
  export type ProjectMaxAggregateOutputType = {
@@ -2815,8 +2817,10 @@ export namespace Prisma {
2815
2817
  modeChangedBy: string | null
2816
2818
  monthlyBudgetCents: number | null
2817
2819
  dailyDispatchLimit: number | null
2820
+ testCommand: string | null
2818
2821
  repoFullName: string | null
2819
2822
  webhookSecret: string | null
2823
+ authorModel: string | null
2820
2824
  }
2821
2825
 
2822
2826
  export type ProjectCountAggregateOutputType = {
@@ -2831,8 +2835,10 @@ export namespace Prisma {
2831
2835
  modeChangedBy: number
2832
2836
  monthlyBudgetCents: number
2833
2837
  dailyDispatchLimit: number
2838
+ testCommand: number
2834
2839
  repoFullName: number
2835
2840
  webhookSecret: number
2841
+ authorModel: number
2836
2842
  _all: number
2837
2843
  }
2838
2844
 
@@ -2859,8 +2865,10 @@ export namespace Prisma {
2859
2865
  modeChangedBy?: true
2860
2866
  monthlyBudgetCents?: true
2861
2867
  dailyDispatchLimit?: true
2868
+ testCommand?: true
2862
2869
  repoFullName?: true
2863
2870
  webhookSecret?: true
2871
+ authorModel?: true
2864
2872
  }
2865
2873
 
2866
2874
  export type ProjectMaxAggregateInputType = {
@@ -2875,8 +2883,10 @@ export namespace Prisma {
2875
2883
  modeChangedBy?: true
2876
2884
  monthlyBudgetCents?: true
2877
2885
  dailyDispatchLimit?: true
2886
+ testCommand?: true
2878
2887
  repoFullName?: true
2879
2888
  webhookSecret?: true
2889
+ authorModel?: true
2880
2890
  }
2881
2891
 
2882
2892
  export type ProjectCountAggregateInputType = {
@@ -2891,8 +2901,10 @@ export namespace Prisma {
2891
2901
  modeChangedBy?: true
2892
2902
  monthlyBudgetCents?: true
2893
2903
  dailyDispatchLimit?: true
2904
+ testCommand?: true
2894
2905
  repoFullName?: true
2895
2906
  webhookSecret?: true
2907
+ authorModel?: true
2896
2908
  _all?: true
2897
2909
  }
2898
2910
 
@@ -2994,8 +3006,10 @@ export namespace Prisma {
2994
3006
  modeChangedBy: string | null
2995
3007
  monthlyBudgetCents: number
2996
3008
  dailyDispatchLimit: number
3009
+ testCommand: string | null
2997
3010
  repoFullName: string | null
2998
3011
  webhookSecret: string | null
3012
+ authorModel: string | null
2999
3013
  _count: ProjectCountAggregateOutputType | null
3000
3014
  _avg: ProjectAvgAggregateOutputType | null
3001
3015
  _sum: ProjectSumAggregateOutputType | null
@@ -3029,8 +3043,10 @@ export namespace Prisma {
3029
3043
  modeChangedBy?: boolean
3030
3044
  monthlyBudgetCents?: boolean
3031
3045
  dailyDispatchLimit?: boolean
3046
+ testCommand?: boolean
3032
3047
  repoFullName?: boolean
3033
3048
  webhookSecret?: boolean
3049
+ authorModel?: boolean
3034
3050
  profile?: boolean | Project$profileArgs<ExtArgs>
3035
3051
  runs?: boolean | Project$runsArgs<ExtArgs>
3036
3052
  tickets?: boolean | Project$ticketsArgs<ExtArgs>
@@ -3057,8 +3073,10 @@ export namespace Prisma {
3057
3073
  modeChangedBy?: boolean
3058
3074
  monthlyBudgetCents?: boolean
3059
3075
  dailyDispatchLimit?: boolean
3076
+ testCommand?: boolean
3060
3077
  repoFullName?: boolean
3061
3078
  webhookSecret?: boolean
3079
+ authorModel?: boolean
3062
3080
  }, ExtArgs["result"]["project"]>
3063
3081
 
3064
3082
  export type ProjectSelectScalar = {
@@ -3073,8 +3091,10 @@ export namespace Prisma {
3073
3091
  modeChangedBy?: boolean
3074
3092
  monthlyBudgetCents?: boolean
3075
3093
  dailyDispatchLimit?: boolean
3094
+ testCommand?: boolean
3076
3095
  repoFullName?: boolean
3077
3096
  webhookSecret?: boolean
3097
+ authorModel?: boolean
3078
3098
  }
3079
3099
 
3080
3100
  export type ProjectInclude<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
@@ -3120,8 +3140,10 @@ export namespace Prisma {
3120
3140
  modeChangedBy: string | null
3121
3141
  monthlyBudgetCents: number
3122
3142
  dailyDispatchLimit: number
3143
+ testCommand: string | null
3123
3144
  repoFullName: string | null
3124
3145
  webhookSecret: string | null
3146
+ authorModel: string | null
3125
3147
  }, ExtArgs["result"]["project"]>
3126
3148
  composites: {}
3127
3149
  }
@@ -3537,8 +3559,10 @@ export namespace Prisma {
3537
3559
  readonly modeChangedBy: FieldRef<"Project", 'String'>
3538
3560
  readonly monthlyBudgetCents: FieldRef<"Project", 'Int'>
3539
3561
  readonly dailyDispatchLimit: FieldRef<"Project", 'Int'>
3562
+ readonly testCommand: FieldRef<"Project", 'String'>
3540
3563
  readonly repoFullName: FieldRef<"Project", 'String'>
3541
3564
  readonly webhookSecret: FieldRef<"Project", 'String'>
3565
+ readonly authorModel: FieldRef<"Project", 'String'>
3542
3566
  }
3543
3567
 
3544
3568
 
@@ -21072,8 +21096,10 @@ export namespace Prisma {
21072
21096
  modeChangedBy: 'modeChangedBy',
21073
21097
  monthlyBudgetCents: 'monthlyBudgetCents',
21074
21098
  dailyDispatchLimit: 'dailyDispatchLimit',
21099
+ testCommand: 'testCommand',
21075
21100
  repoFullName: 'repoFullName',
21076
- webhookSecret: 'webhookSecret'
21101
+ webhookSecret: 'webhookSecret',
21102
+ authorModel: 'authorModel'
21077
21103
  };
21078
21104
 
21079
21105
  export type ProjectScalarFieldEnum = (typeof ProjectScalarFieldEnum)[keyof typeof ProjectScalarFieldEnum]
@@ -21762,8 +21788,10 @@ export namespace Prisma {
21762
21788
  modeChangedBy?: StringNullableFilter<"Project"> | string | null
21763
21789
  monthlyBudgetCents?: IntFilter<"Project"> | number
21764
21790
  dailyDispatchLimit?: IntFilter<"Project"> | number
21791
+ testCommand?: StringNullableFilter<"Project"> | string | null
21765
21792
  repoFullName?: StringNullableFilter<"Project"> | string | null
21766
21793
  webhookSecret?: StringNullableFilter<"Project"> | string | null
21794
+ authorModel?: StringNullableFilter<"Project"> | string | null
21767
21795
  profile?: XOR<ProjectProfileNullableRelationFilter, ProjectProfileWhereInput> | null
21768
21796
  runs?: QARunListRelationFilter
21769
21797
  tickets?: QATicketListRelationFilter
@@ -21789,8 +21817,10 @@ export namespace Prisma {
21789
21817
  modeChangedBy?: SortOrderInput | SortOrder
21790
21818
  monthlyBudgetCents?: SortOrder
21791
21819
  dailyDispatchLimit?: SortOrder
21820
+ testCommand?: SortOrderInput | SortOrder
21792
21821
  repoFullName?: SortOrderInput | SortOrder
21793
21822
  webhookSecret?: SortOrderInput | SortOrder
21823
+ authorModel?: SortOrderInput | SortOrder
21794
21824
  profile?: ProjectProfileOrderByWithRelationInput
21795
21825
  runs?: QARunOrderByRelationAggregateInput
21796
21826
  tickets?: QATicketOrderByRelationAggregateInput
@@ -21820,7 +21850,9 @@ export namespace Prisma {
21820
21850
  modeChangedBy?: StringNullableFilter<"Project"> | string | null
21821
21851
  monthlyBudgetCents?: IntFilter<"Project"> | number
21822
21852
  dailyDispatchLimit?: IntFilter<"Project"> | number
21853
+ testCommand?: StringNullableFilter<"Project"> | string | null
21823
21854
  webhookSecret?: StringNullableFilter<"Project"> | string | null
21855
+ authorModel?: StringNullableFilter<"Project"> | string | null
21824
21856
  profile?: XOR<ProjectProfileNullableRelationFilter, ProjectProfileWhereInput> | null
21825
21857
  runs?: QARunListRelationFilter
21826
21858
  tickets?: QATicketListRelationFilter
@@ -21846,8 +21878,10 @@ export namespace Prisma {
21846
21878
  modeChangedBy?: SortOrderInput | SortOrder
21847
21879
  monthlyBudgetCents?: SortOrder
21848
21880
  dailyDispatchLimit?: SortOrder
21881
+ testCommand?: SortOrderInput | SortOrder
21849
21882
  repoFullName?: SortOrderInput | SortOrder
21850
21883
  webhookSecret?: SortOrderInput | SortOrder
21884
+ authorModel?: SortOrderInput | SortOrder
21851
21885
  _count?: ProjectCountOrderByAggregateInput
21852
21886
  _avg?: ProjectAvgOrderByAggregateInput
21853
21887
  _max?: ProjectMaxOrderByAggregateInput
@@ -21870,8 +21904,10 @@ export namespace Prisma {
21870
21904
  modeChangedBy?: StringNullableWithAggregatesFilter<"Project"> | string | null
21871
21905
  monthlyBudgetCents?: IntWithAggregatesFilter<"Project"> | number
21872
21906
  dailyDispatchLimit?: IntWithAggregatesFilter<"Project"> | number
21907
+ testCommand?: StringNullableWithAggregatesFilter<"Project"> | string | null
21873
21908
  repoFullName?: StringNullableWithAggregatesFilter<"Project"> | string | null
21874
21909
  webhookSecret?: StringNullableWithAggregatesFilter<"Project"> | string | null
21910
+ authorModel?: StringNullableWithAggregatesFilter<"Project"> | string | null
21875
21911
  }
21876
21912
 
21877
21913
  export type ProjectProfileWhereInput = {
@@ -23472,8 +23508,10 @@ export namespace Prisma {
23472
23508
  modeChangedBy?: string | null
23473
23509
  monthlyBudgetCents?: number
23474
23510
  dailyDispatchLimit?: number
23511
+ testCommand?: string | null
23475
23512
  repoFullName?: string | null
23476
23513
  webhookSecret?: string | null
23514
+ authorModel?: string | null
23477
23515
  profile?: ProjectProfileCreateNestedOneWithoutProjectInput
23478
23516
  runs?: QARunCreateNestedManyWithoutProjectInput
23479
23517
  tickets?: QATicketCreateNestedManyWithoutProjectInput
@@ -23499,8 +23537,10 @@ export namespace Prisma {
23499
23537
  modeChangedBy?: string | null
23500
23538
  monthlyBudgetCents?: number
23501
23539
  dailyDispatchLimit?: number
23540
+ testCommand?: string | null
23502
23541
  repoFullName?: string | null
23503
23542
  webhookSecret?: string | null
23543
+ authorModel?: string | null
23504
23544
  profile?: ProjectProfileUncheckedCreateNestedOneWithoutProjectInput
23505
23545
  runs?: QARunUncheckedCreateNestedManyWithoutProjectInput
23506
23546
  tickets?: QATicketUncheckedCreateNestedManyWithoutProjectInput
@@ -23526,8 +23566,10 @@ export namespace Prisma {
23526
23566
  modeChangedBy?: NullableStringFieldUpdateOperationsInput | string | null
23527
23567
  monthlyBudgetCents?: IntFieldUpdateOperationsInput | number
23528
23568
  dailyDispatchLimit?: IntFieldUpdateOperationsInput | number
23569
+ testCommand?: NullableStringFieldUpdateOperationsInput | string | null
23529
23570
  repoFullName?: NullableStringFieldUpdateOperationsInput | string | null
23530
23571
  webhookSecret?: NullableStringFieldUpdateOperationsInput | string | null
23572
+ authorModel?: NullableStringFieldUpdateOperationsInput | string | null
23531
23573
  profile?: ProjectProfileUpdateOneWithoutProjectNestedInput
23532
23574
  runs?: QARunUpdateManyWithoutProjectNestedInput
23533
23575
  tickets?: QATicketUpdateManyWithoutProjectNestedInput
@@ -23553,8 +23595,10 @@ export namespace Prisma {
23553
23595
  modeChangedBy?: NullableStringFieldUpdateOperationsInput | string | null
23554
23596
  monthlyBudgetCents?: IntFieldUpdateOperationsInput | number
23555
23597
  dailyDispatchLimit?: IntFieldUpdateOperationsInput | number
23598
+ testCommand?: NullableStringFieldUpdateOperationsInput | string | null
23556
23599
  repoFullName?: NullableStringFieldUpdateOperationsInput | string | null
23557
23600
  webhookSecret?: NullableStringFieldUpdateOperationsInput | string | null
23601
+ authorModel?: NullableStringFieldUpdateOperationsInput | string | null
23558
23602
  profile?: ProjectProfileUncheckedUpdateOneWithoutProjectNestedInput
23559
23603
  runs?: QARunUncheckedUpdateManyWithoutProjectNestedInput
23560
23604
  tickets?: QATicketUncheckedUpdateManyWithoutProjectNestedInput
@@ -23580,8 +23624,10 @@ export namespace Prisma {
23580
23624
  modeChangedBy?: string | null
23581
23625
  monthlyBudgetCents?: number
23582
23626
  dailyDispatchLimit?: number
23627
+ testCommand?: string | null
23583
23628
  repoFullName?: string | null
23584
23629
  webhookSecret?: string | null
23630
+ authorModel?: string | null
23585
23631
  }
23586
23632
 
23587
23633
  export type ProjectUpdateManyMutationInput = {
@@ -23596,8 +23642,10 @@ export namespace Prisma {
23596
23642
  modeChangedBy?: NullableStringFieldUpdateOperationsInput | string | null
23597
23643
  monthlyBudgetCents?: IntFieldUpdateOperationsInput | number
23598
23644
  dailyDispatchLimit?: IntFieldUpdateOperationsInput | number
23645
+ testCommand?: NullableStringFieldUpdateOperationsInput | string | null
23599
23646
  repoFullName?: NullableStringFieldUpdateOperationsInput | string | null
23600
23647
  webhookSecret?: NullableStringFieldUpdateOperationsInput | string | null
23648
+ authorModel?: NullableStringFieldUpdateOperationsInput | string | null
23601
23649
  }
23602
23650
 
23603
23651
  export type ProjectUncheckedUpdateManyInput = {
@@ -23612,8 +23660,10 @@ export namespace Prisma {
23612
23660
  modeChangedBy?: NullableStringFieldUpdateOperationsInput | string | null
23613
23661
  monthlyBudgetCents?: IntFieldUpdateOperationsInput | number
23614
23662
  dailyDispatchLimit?: IntFieldUpdateOperationsInput | number
23663
+ testCommand?: NullableStringFieldUpdateOperationsInput | string | null
23615
23664
  repoFullName?: NullableStringFieldUpdateOperationsInput | string | null
23616
23665
  webhookSecret?: NullableStringFieldUpdateOperationsInput | string | null
23666
+ authorModel?: NullableStringFieldUpdateOperationsInput | string | null
23617
23667
  }
23618
23668
 
23619
23669
  export type ProjectProfileCreateInput = {
@@ -25615,8 +25665,10 @@ export namespace Prisma {
25615
25665
  modeChangedBy?: SortOrder
25616
25666
  monthlyBudgetCents?: SortOrder
25617
25667
  dailyDispatchLimit?: SortOrder
25668
+ testCommand?: SortOrder
25618
25669
  repoFullName?: SortOrder
25619
25670
  webhookSecret?: SortOrder
25671
+ authorModel?: SortOrder
25620
25672
  }
25621
25673
 
25622
25674
  export type ProjectAvgOrderByAggregateInput = {
@@ -25636,8 +25688,10 @@ export namespace Prisma {
25636
25688
  modeChangedBy?: SortOrder
25637
25689
  monthlyBudgetCents?: SortOrder
25638
25690
  dailyDispatchLimit?: SortOrder
25691
+ testCommand?: SortOrder
25639
25692
  repoFullName?: SortOrder
25640
25693
  webhookSecret?: SortOrder
25694
+ authorModel?: SortOrder
25641
25695
  }
25642
25696
 
25643
25697
  export type ProjectMinOrderByAggregateInput = {
@@ -25652,8 +25706,10 @@ export namespace Prisma {
25652
25706
  modeChangedBy?: SortOrder
25653
25707
  monthlyBudgetCents?: SortOrder
25654
25708
  dailyDispatchLimit?: SortOrder
25709
+ testCommand?: SortOrder
25655
25710
  repoFullName?: SortOrder
25656
25711
  webhookSecret?: SortOrder
25712
+ authorModel?: SortOrder
25657
25713
  }
25658
25714
 
25659
25715
  export type ProjectSumOrderByAggregateInput = {
@@ -29978,8 +30034,10 @@ export namespace Prisma {
29978
30034
  modeChangedBy?: string | null
29979
30035
  monthlyBudgetCents?: number
29980
30036
  dailyDispatchLimit?: number
30037
+ testCommand?: string | null
29981
30038
  repoFullName?: string | null
29982
30039
  webhookSecret?: string | null
30040
+ authorModel?: string | null
29983
30041
  runs?: QARunCreateNestedManyWithoutProjectInput
29984
30042
  tickets?: QATicketCreateNestedManyWithoutProjectInput
29985
30043
  fixAttempts?: QAFixAttemptCreateNestedManyWithoutProjectInput
@@ -30004,8 +30062,10 @@ export namespace Prisma {
30004
30062
  modeChangedBy?: string | null
30005
30063
  monthlyBudgetCents?: number
30006
30064
  dailyDispatchLimit?: number
30065
+ testCommand?: string | null
30007
30066
  repoFullName?: string | null
30008
30067
  webhookSecret?: string | null
30068
+ authorModel?: string | null
30009
30069
  runs?: QARunUncheckedCreateNestedManyWithoutProjectInput
30010
30070
  tickets?: QATicketUncheckedCreateNestedManyWithoutProjectInput
30011
30071
  fixAttempts?: QAFixAttemptUncheckedCreateNestedManyWithoutProjectInput
@@ -30074,8 +30134,10 @@ export namespace Prisma {
30074
30134
  modeChangedBy?: NullableStringFieldUpdateOperationsInput | string | null
30075
30135
  monthlyBudgetCents?: IntFieldUpdateOperationsInput | number
30076
30136
  dailyDispatchLimit?: IntFieldUpdateOperationsInput | number
30137
+ testCommand?: NullableStringFieldUpdateOperationsInput | string | null
30077
30138
  repoFullName?: NullableStringFieldUpdateOperationsInput | string | null
30078
30139
  webhookSecret?: NullableStringFieldUpdateOperationsInput | string | null
30140
+ authorModel?: NullableStringFieldUpdateOperationsInput | string | null
30079
30141
  runs?: QARunUpdateManyWithoutProjectNestedInput
30080
30142
  tickets?: QATicketUpdateManyWithoutProjectNestedInput
30081
30143
  fixAttempts?: QAFixAttemptUpdateManyWithoutProjectNestedInput
@@ -30100,8 +30162,10 @@ export namespace Prisma {
30100
30162
  modeChangedBy?: NullableStringFieldUpdateOperationsInput | string | null
30101
30163
  monthlyBudgetCents?: IntFieldUpdateOperationsInput | number
30102
30164
  dailyDispatchLimit?: IntFieldUpdateOperationsInput | number
30165
+ testCommand?: NullableStringFieldUpdateOperationsInput | string | null
30103
30166
  repoFullName?: NullableStringFieldUpdateOperationsInput | string | null
30104
30167
  webhookSecret?: NullableStringFieldUpdateOperationsInput | string | null
30168
+ authorModel?: NullableStringFieldUpdateOperationsInput | string | null
30105
30169
  runs?: QARunUncheckedUpdateManyWithoutProjectNestedInput
30106
30170
  tickets?: QATicketUncheckedUpdateManyWithoutProjectNestedInput
30107
30171
  fixAttempts?: QAFixAttemptUncheckedUpdateManyWithoutProjectNestedInput
@@ -30239,8 +30303,10 @@ export namespace Prisma {
30239
30303
  modeChangedBy?: string | null
30240
30304
  monthlyBudgetCents?: number
30241
30305
  dailyDispatchLimit?: number
30306
+ testCommand?: string | null
30242
30307
  repoFullName?: string | null
30243
30308
  webhookSecret?: string | null
30309
+ authorModel?: string | null
30244
30310
  profile?: ProjectProfileCreateNestedOneWithoutProjectInput
30245
30311
  tickets?: QATicketCreateNestedManyWithoutProjectInput
30246
30312
  fixAttempts?: QAFixAttemptCreateNestedManyWithoutProjectInput
@@ -30265,8 +30331,10 @@ export namespace Prisma {
30265
30331
  modeChangedBy?: string | null
30266
30332
  monthlyBudgetCents?: number
30267
30333
  dailyDispatchLimit?: number
30334
+ testCommand?: string | null
30268
30335
  repoFullName?: string | null
30269
30336
  webhookSecret?: string | null
30337
+ authorModel?: string | null
30270
30338
  profile?: ProjectProfileUncheckedCreateNestedOneWithoutProjectInput
30271
30339
  tickets?: QATicketUncheckedCreateNestedManyWithoutProjectInput
30272
30340
  fixAttempts?: QAFixAttemptUncheckedCreateNestedManyWithoutProjectInput
@@ -30487,8 +30555,10 @@ export namespace Prisma {
30487
30555
  modeChangedBy?: NullableStringFieldUpdateOperationsInput | string | null
30488
30556
  monthlyBudgetCents?: IntFieldUpdateOperationsInput | number
30489
30557
  dailyDispatchLimit?: IntFieldUpdateOperationsInput | number
30558
+ testCommand?: NullableStringFieldUpdateOperationsInput | string | null
30490
30559
  repoFullName?: NullableStringFieldUpdateOperationsInput | string | null
30491
30560
  webhookSecret?: NullableStringFieldUpdateOperationsInput | string | null
30561
+ authorModel?: NullableStringFieldUpdateOperationsInput | string | null
30492
30562
  profile?: ProjectProfileUpdateOneWithoutProjectNestedInput
30493
30563
  tickets?: QATicketUpdateManyWithoutProjectNestedInput
30494
30564
  fixAttempts?: QAFixAttemptUpdateManyWithoutProjectNestedInput
@@ -30513,8 +30583,10 @@ export namespace Prisma {
30513
30583
  modeChangedBy?: NullableStringFieldUpdateOperationsInput | string | null
30514
30584
  monthlyBudgetCents?: IntFieldUpdateOperationsInput | number
30515
30585
  dailyDispatchLimit?: IntFieldUpdateOperationsInput | number
30586
+ testCommand?: NullableStringFieldUpdateOperationsInput | string | null
30516
30587
  repoFullName?: NullableStringFieldUpdateOperationsInput | string | null
30517
30588
  webhookSecret?: NullableStringFieldUpdateOperationsInput | string | null
30589
+ authorModel?: NullableStringFieldUpdateOperationsInput | string | null
30518
30590
  profile?: ProjectProfileUncheckedUpdateOneWithoutProjectNestedInput
30519
30591
  tickets?: QATicketUncheckedUpdateManyWithoutProjectNestedInput
30520
30592
  fixAttempts?: QAFixAttemptUncheckedUpdateManyWithoutProjectNestedInput
@@ -30846,8 +30918,10 @@ export namespace Prisma {
30846
30918
  modeChangedBy?: string | null
30847
30919
  monthlyBudgetCents?: number
30848
30920
  dailyDispatchLimit?: number
30921
+ testCommand?: string | null
30849
30922
  repoFullName?: string | null
30850
30923
  webhookSecret?: string | null
30924
+ authorModel?: string | null
30851
30925
  profile?: ProjectProfileCreateNestedOneWithoutProjectInput
30852
30926
  runs?: QARunCreateNestedManyWithoutProjectInput
30853
30927
  fixAttempts?: QAFixAttemptCreateNestedManyWithoutProjectInput
@@ -30872,8 +30946,10 @@ export namespace Prisma {
30872
30946
  modeChangedBy?: string | null
30873
30947
  monthlyBudgetCents?: number
30874
30948
  dailyDispatchLimit?: number
30949
+ testCommand?: string | null
30875
30950
  repoFullName?: string | null
30876
30951
  webhookSecret?: string | null
30952
+ authorModel?: string | null
30877
30953
  profile?: ProjectProfileUncheckedCreateNestedOneWithoutProjectInput
30878
30954
  runs?: QARunUncheckedCreateNestedManyWithoutProjectInput
30879
30955
  fixAttempts?: QAFixAttemptUncheckedCreateNestedManyWithoutProjectInput
@@ -31137,8 +31213,10 @@ export namespace Prisma {
31137
31213
  modeChangedBy?: NullableStringFieldUpdateOperationsInput | string | null
31138
31214
  monthlyBudgetCents?: IntFieldUpdateOperationsInput | number
31139
31215
  dailyDispatchLimit?: IntFieldUpdateOperationsInput | number
31216
+ testCommand?: NullableStringFieldUpdateOperationsInput | string | null
31140
31217
  repoFullName?: NullableStringFieldUpdateOperationsInput | string | null
31141
31218
  webhookSecret?: NullableStringFieldUpdateOperationsInput | string | null
31219
+ authorModel?: NullableStringFieldUpdateOperationsInput | string | null
31142
31220
  profile?: ProjectProfileUpdateOneWithoutProjectNestedInput
31143
31221
  runs?: QARunUpdateManyWithoutProjectNestedInput
31144
31222
  fixAttempts?: QAFixAttemptUpdateManyWithoutProjectNestedInput
@@ -31163,8 +31241,10 @@ export namespace Prisma {
31163
31241
  modeChangedBy?: NullableStringFieldUpdateOperationsInput | string | null
31164
31242
  monthlyBudgetCents?: IntFieldUpdateOperationsInput | number
31165
31243
  dailyDispatchLimit?: IntFieldUpdateOperationsInput | number
31244
+ testCommand?: NullableStringFieldUpdateOperationsInput | string | null
31166
31245
  repoFullName?: NullableStringFieldUpdateOperationsInput | string | null
31167
31246
  webhookSecret?: NullableStringFieldUpdateOperationsInput | string | null
31247
+ authorModel?: NullableStringFieldUpdateOperationsInput | string | null
31168
31248
  profile?: ProjectProfileUncheckedUpdateOneWithoutProjectNestedInput
31169
31249
  runs?: QARunUncheckedUpdateManyWithoutProjectNestedInput
31170
31250
  fixAttempts?: QAFixAttemptUncheckedUpdateManyWithoutProjectNestedInput
@@ -31367,8 +31447,10 @@ export namespace Prisma {
31367
31447
  modeChangedBy?: string | null
31368
31448
  monthlyBudgetCents?: number
31369
31449
  dailyDispatchLimit?: number
31450
+ testCommand?: string | null
31370
31451
  repoFullName?: string | null
31371
31452
  webhookSecret?: string | null
31453
+ authorModel?: string | null
31372
31454
  profile?: ProjectProfileCreateNestedOneWithoutProjectInput
31373
31455
  runs?: QARunCreateNestedManyWithoutProjectInput
31374
31456
  tickets?: QATicketCreateNestedManyWithoutProjectInput
@@ -31393,8 +31475,10 @@ export namespace Prisma {
31393
31475
  modeChangedBy?: string | null
31394
31476
  monthlyBudgetCents?: number
31395
31477
  dailyDispatchLimit?: number
31478
+ testCommand?: string | null
31396
31479
  repoFullName?: string | null
31397
31480
  webhookSecret?: string | null
31481
+ authorModel?: string | null
31398
31482
  profile?: ProjectProfileUncheckedCreateNestedOneWithoutProjectInput
31399
31483
  runs?: QARunUncheckedCreateNestedManyWithoutProjectInput
31400
31484
  tickets?: QATicketUncheckedCreateNestedManyWithoutProjectInput
@@ -31552,8 +31636,10 @@ export namespace Prisma {
31552
31636
  modeChangedBy?: NullableStringFieldUpdateOperationsInput | string | null
31553
31637
  monthlyBudgetCents?: IntFieldUpdateOperationsInput | number
31554
31638
  dailyDispatchLimit?: IntFieldUpdateOperationsInput | number
31639
+ testCommand?: NullableStringFieldUpdateOperationsInput | string | null
31555
31640
  repoFullName?: NullableStringFieldUpdateOperationsInput | string | null
31556
31641
  webhookSecret?: NullableStringFieldUpdateOperationsInput | string | null
31642
+ authorModel?: NullableStringFieldUpdateOperationsInput | string | null
31557
31643
  profile?: ProjectProfileUpdateOneWithoutProjectNestedInput
31558
31644
  runs?: QARunUpdateManyWithoutProjectNestedInput
31559
31645
  tickets?: QATicketUpdateManyWithoutProjectNestedInput
@@ -31578,8 +31664,10 @@ export namespace Prisma {
31578
31664
  modeChangedBy?: NullableStringFieldUpdateOperationsInput | string | null
31579
31665
  monthlyBudgetCents?: IntFieldUpdateOperationsInput | number
31580
31666
  dailyDispatchLimit?: IntFieldUpdateOperationsInput | number
31667
+ testCommand?: NullableStringFieldUpdateOperationsInput | string | null
31581
31668
  repoFullName?: NullableStringFieldUpdateOperationsInput | string | null
31582
31669
  webhookSecret?: NullableStringFieldUpdateOperationsInput | string | null
31670
+ authorModel?: NullableStringFieldUpdateOperationsInput | string | null
31583
31671
  profile?: ProjectProfileUncheckedUpdateOneWithoutProjectNestedInput
31584
31672
  runs?: QARunUncheckedUpdateManyWithoutProjectNestedInput
31585
31673
  tickets?: QATicketUncheckedUpdateManyWithoutProjectNestedInput
@@ -31620,8 +31708,10 @@ export namespace Prisma {
31620
31708
  modeChangedBy?: string | null
31621
31709
  monthlyBudgetCents?: number
31622
31710
  dailyDispatchLimit?: number
31711
+ testCommand?: string | null
31623
31712
  repoFullName?: string | null
31624
31713
  webhookSecret?: string | null
31714
+ authorModel?: string | null
31625
31715
  profile?: ProjectProfileCreateNestedOneWithoutProjectInput
31626
31716
  runs?: QARunCreateNestedManyWithoutProjectInput
31627
31717
  tickets?: QATicketCreateNestedManyWithoutProjectInput
@@ -31646,8 +31736,10 @@ export namespace Prisma {
31646
31736
  modeChangedBy?: string | null
31647
31737
  monthlyBudgetCents?: number
31648
31738
  dailyDispatchLimit?: number
31739
+ testCommand?: string | null
31649
31740
  repoFullName?: string | null
31650
31741
  webhookSecret?: string | null
31742
+ authorModel?: string | null
31651
31743
  profile?: ProjectProfileUncheckedCreateNestedOneWithoutProjectInput
31652
31744
  runs?: QARunUncheckedCreateNestedManyWithoutProjectInput
31653
31745
  tickets?: QATicketUncheckedCreateNestedManyWithoutProjectInput
@@ -31688,8 +31780,10 @@ export namespace Prisma {
31688
31780
  modeChangedBy?: NullableStringFieldUpdateOperationsInput | string | null
31689
31781
  monthlyBudgetCents?: IntFieldUpdateOperationsInput | number
31690
31782
  dailyDispatchLimit?: IntFieldUpdateOperationsInput | number
31783
+ testCommand?: NullableStringFieldUpdateOperationsInput | string | null
31691
31784
  repoFullName?: NullableStringFieldUpdateOperationsInput | string | null
31692
31785
  webhookSecret?: NullableStringFieldUpdateOperationsInput | string | null
31786
+ authorModel?: NullableStringFieldUpdateOperationsInput | string | null
31693
31787
  profile?: ProjectProfileUpdateOneWithoutProjectNestedInput
31694
31788
  runs?: QARunUpdateManyWithoutProjectNestedInput
31695
31789
  tickets?: QATicketUpdateManyWithoutProjectNestedInput
@@ -31714,8 +31808,10 @@ export namespace Prisma {
31714
31808
  modeChangedBy?: NullableStringFieldUpdateOperationsInput | string | null
31715
31809
  monthlyBudgetCents?: IntFieldUpdateOperationsInput | number
31716
31810
  dailyDispatchLimit?: IntFieldUpdateOperationsInput | number
31811
+ testCommand?: NullableStringFieldUpdateOperationsInput | string | null
31717
31812
  repoFullName?: NullableStringFieldUpdateOperationsInput | string | null
31718
31813
  webhookSecret?: NullableStringFieldUpdateOperationsInput | string | null
31814
+ authorModel?: NullableStringFieldUpdateOperationsInput | string | null
31719
31815
  profile?: ProjectProfileUncheckedUpdateOneWithoutProjectNestedInput
31720
31816
  runs?: QARunUncheckedUpdateManyWithoutProjectNestedInput
31721
31817
  tickets?: QATicketUncheckedUpdateManyWithoutProjectNestedInput
@@ -31740,8 +31836,10 @@ export namespace Prisma {
31740
31836
  modeChangedBy?: string | null
31741
31837
  monthlyBudgetCents?: number
31742
31838
  dailyDispatchLimit?: number
31839
+ testCommand?: string | null
31743
31840
  repoFullName?: string | null
31744
31841
  webhookSecret?: string | null
31842
+ authorModel?: string | null
31745
31843
  profile?: ProjectProfileCreateNestedOneWithoutProjectInput
31746
31844
  runs?: QARunCreateNestedManyWithoutProjectInput
31747
31845
  tickets?: QATicketCreateNestedManyWithoutProjectInput
@@ -31766,8 +31864,10 @@ export namespace Prisma {
31766
31864
  modeChangedBy?: string | null
31767
31865
  monthlyBudgetCents?: number
31768
31866
  dailyDispatchLimit?: number
31867
+ testCommand?: string | null
31769
31868
  repoFullName?: string | null
31770
31869
  webhookSecret?: string | null
31870
+ authorModel?: string | null
31771
31871
  profile?: ProjectProfileUncheckedCreateNestedOneWithoutProjectInput
31772
31872
  runs?: QARunUncheckedCreateNestedManyWithoutProjectInput
31773
31873
  tickets?: QATicketUncheckedCreateNestedManyWithoutProjectInput
@@ -31940,8 +32040,10 @@ export namespace Prisma {
31940
32040
  modeChangedBy?: NullableStringFieldUpdateOperationsInput | string | null
31941
32041
  monthlyBudgetCents?: IntFieldUpdateOperationsInput | number
31942
32042
  dailyDispatchLimit?: IntFieldUpdateOperationsInput | number
32043
+ testCommand?: NullableStringFieldUpdateOperationsInput | string | null
31943
32044
  repoFullName?: NullableStringFieldUpdateOperationsInput | string | null
31944
32045
  webhookSecret?: NullableStringFieldUpdateOperationsInput | string | null
32046
+ authorModel?: NullableStringFieldUpdateOperationsInput | string | null
31945
32047
  profile?: ProjectProfileUpdateOneWithoutProjectNestedInput
31946
32048
  runs?: QARunUpdateManyWithoutProjectNestedInput
31947
32049
  tickets?: QATicketUpdateManyWithoutProjectNestedInput
@@ -31966,8 +32068,10 @@ export namespace Prisma {
31966
32068
  modeChangedBy?: NullableStringFieldUpdateOperationsInput | string | null
31967
32069
  monthlyBudgetCents?: IntFieldUpdateOperationsInput | number
31968
32070
  dailyDispatchLimit?: IntFieldUpdateOperationsInput | number
32071
+ testCommand?: NullableStringFieldUpdateOperationsInput | string | null
31969
32072
  repoFullName?: NullableStringFieldUpdateOperationsInput | string | null
31970
32073
  webhookSecret?: NullableStringFieldUpdateOperationsInput | string | null
32074
+ authorModel?: NullableStringFieldUpdateOperationsInput | string | null
31971
32075
  profile?: ProjectProfileUncheckedUpdateOneWithoutProjectNestedInput
31972
32076
  runs?: QARunUncheckedUpdateManyWithoutProjectNestedInput
31973
32077
  tickets?: QATicketUncheckedUpdateManyWithoutProjectNestedInput
@@ -32136,8 +32240,10 @@ export namespace Prisma {
32136
32240
  modeChangedBy?: string | null
32137
32241
  monthlyBudgetCents?: number
32138
32242
  dailyDispatchLimit?: number
32243
+ testCommand?: string | null
32139
32244
  repoFullName?: string | null
32140
32245
  webhookSecret?: string | null
32246
+ authorModel?: string | null
32141
32247
  profile?: ProjectProfileCreateNestedOneWithoutProjectInput
32142
32248
  runs?: QARunCreateNestedManyWithoutProjectInput
32143
32249
  tickets?: QATicketCreateNestedManyWithoutProjectInput
@@ -32162,8 +32268,10 @@ export namespace Prisma {
32162
32268
  modeChangedBy?: string | null
32163
32269
  monthlyBudgetCents?: number
32164
32270
  dailyDispatchLimit?: number
32271
+ testCommand?: string | null
32165
32272
  repoFullName?: string | null
32166
32273
  webhookSecret?: string | null
32274
+ authorModel?: string | null
32167
32275
  profile?: ProjectProfileUncheckedCreateNestedOneWithoutProjectInput
32168
32276
  runs?: QARunUncheckedCreateNestedManyWithoutProjectInput
32169
32277
  tickets?: QATicketUncheckedCreateNestedManyWithoutProjectInput
@@ -32204,8 +32312,10 @@ export namespace Prisma {
32204
32312
  modeChangedBy?: NullableStringFieldUpdateOperationsInput | string | null
32205
32313
  monthlyBudgetCents?: IntFieldUpdateOperationsInput | number
32206
32314
  dailyDispatchLimit?: IntFieldUpdateOperationsInput | number
32315
+ testCommand?: NullableStringFieldUpdateOperationsInput | string | null
32207
32316
  repoFullName?: NullableStringFieldUpdateOperationsInput | string | null
32208
32317
  webhookSecret?: NullableStringFieldUpdateOperationsInput | string | null
32318
+ authorModel?: NullableStringFieldUpdateOperationsInput | string | null
32209
32319
  profile?: ProjectProfileUpdateOneWithoutProjectNestedInput
32210
32320
  runs?: QARunUpdateManyWithoutProjectNestedInput
32211
32321
  tickets?: QATicketUpdateManyWithoutProjectNestedInput
@@ -32230,8 +32340,10 @@ export namespace Prisma {
32230
32340
  modeChangedBy?: NullableStringFieldUpdateOperationsInput | string | null
32231
32341
  monthlyBudgetCents?: IntFieldUpdateOperationsInput | number
32232
32342
  dailyDispatchLimit?: IntFieldUpdateOperationsInput | number
32343
+ testCommand?: NullableStringFieldUpdateOperationsInput | string | null
32233
32344
  repoFullName?: NullableStringFieldUpdateOperationsInput | string | null
32234
32345
  webhookSecret?: NullableStringFieldUpdateOperationsInput | string | null
32346
+ authorModel?: NullableStringFieldUpdateOperationsInput | string | null
32235
32347
  profile?: ProjectProfileUncheckedUpdateOneWithoutProjectNestedInput
32236
32348
  runs?: QARunUncheckedUpdateManyWithoutProjectNestedInput
32237
32349
  tickets?: QATicketUncheckedUpdateManyWithoutProjectNestedInput
@@ -32256,8 +32368,10 @@ export namespace Prisma {
32256
32368
  modeChangedBy?: string | null
32257
32369
  monthlyBudgetCents?: number
32258
32370
  dailyDispatchLimit?: number
32371
+ testCommand?: string | null
32259
32372
  repoFullName?: string | null
32260
32373
  webhookSecret?: string | null
32374
+ authorModel?: string | null
32261
32375
  profile?: ProjectProfileCreateNestedOneWithoutProjectInput
32262
32376
  runs?: QARunCreateNestedManyWithoutProjectInput
32263
32377
  tickets?: QATicketCreateNestedManyWithoutProjectInput
@@ -32282,8 +32396,10 @@ export namespace Prisma {
32282
32396
  modeChangedBy?: string | null
32283
32397
  monthlyBudgetCents?: number
32284
32398
  dailyDispatchLimit?: number
32399
+ testCommand?: string | null
32285
32400
  repoFullName?: string | null
32286
32401
  webhookSecret?: string | null
32402
+ authorModel?: string | null
32287
32403
  profile?: ProjectProfileUncheckedCreateNestedOneWithoutProjectInput
32288
32404
  runs?: QARunUncheckedCreateNestedManyWithoutProjectInput
32289
32405
  tickets?: QATicketUncheckedCreateNestedManyWithoutProjectInput
@@ -32324,8 +32440,10 @@ export namespace Prisma {
32324
32440
  modeChangedBy?: NullableStringFieldUpdateOperationsInput | string | null
32325
32441
  monthlyBudgetCents?: IntFieldUpdateOperationsInput | number
32326
32442
  dailyDispatchLimit?: IntFieldUpdateOperationsInput | number
32443
+ testCommand?: NullableStringFieldUpdateOperationsInput | string | null
32327
32444
  repoFullName?: NullableStringFieldUpdateOperationsInput | string | null
32328
32445
  webhookSecret?: NullableStringFieldUpdateOperationsInput | string | null
32446
+ authorModel?: NullableStringFieldUpdateOperationsInput | string | null
32329
32447
  profile?: ProjectProfileUpdateOneWithoutProjectNestedInput
32330
32448
  runs?: QARunUpdateManyWithoutProjectNestedInput
32331
32449
  tickets?: QATicketUpdateManyWithoutProjectNestedInput
@@ -32350,8 +32468,10 @@ export namespace Prisma {
32350
32468
  modeChangedBy?: NullableStringFieldUpdateOperationsInput | string | null
32351
32469
  monthlyBudgetCents?: IntFieldUpdateOperationsInput | number
32352
32470
  dailyDispatchLimit?: IntFieldUpdateOperationsInput | number
32471
+ testCommand?: NullableStringFieldUpdateOperationsInput | string | null
32353
32472
  repoFullName?: NullableStringFieldUpdateOperationsInput | string | null
32354
32473
  webhookSecret?: NullableStringFieldUpdateOperationsInput | string | null
32474
+ authorModel?: NullableStringFieldUpdateOperationsInput | string | null
32355
32475
  profile?: ProjectProfileUncheckedUpdateOneWithoutProjectNestedInput
32356
32476
  runs?: QARunUncheckedUpdateManyWithoutProjectNestedInput
32357
32477
  tickets?: QATicketUncheckedUpdateManyWithoutProjectNestedInput
@@ -32376,8 +32496,10 @@ export namespace Prisma {
32376
32496
  modeChangedBy?: string | null
32377
32497
  monthlyBudgetCents?: number
32378
32498
  dailyDispatchLimit?: number
32499
+ testCommand?: string | null
32379
32500
  repoFullName?: string | null
32380
32501
  webhookSecret?: string | null
32502
+ authorModel?: string | null
32381
32503
  profile?: ProjectProfileCreateNestedOneWithoutProjectInput
32382
32504
  runs?: QARunCreateNestedManyWithoutProjectInput
32383
32505
  tickets?: QATicketCreateNestedManyWithoutProjectInput
@@ -32402,8 +32524,10 @@ export namespace Prisma {
32402
32524
  modeChangedBy?: string | null
32403
32525
  monthlyBudgetCents?: number
32404
32526
  dailyDispatchLimit?: number
32527
+ testCommand?: string | null
32405
32528
  repoFullName?: string | null
32406
32529
  webhookSecret?: string | null
32530
+ authorModel?: string | null
32407
32531
  profile?: ProjectProfileUncheckedCreateNestedOneWithoutProjectInput
32408
32532
  runs?: QARunUncheckedCreateNestedManyWithoutProjectInput
32409
32533
  tickets?: QATicketUncheckedCreateNestedManyWithoutProjectInput
@@ -32444,8 +32568,10 @@ export namespace Prisma {
32444
32568
  modeChangedBy?: NullableStringFieldUpdateOperationsInput | string | null
32445
32569
  monthlyBudgetCents?: IntFieldUpdateOperationsInput | number
32446
32570
  dailyDispatchLimit?: IntFieldUpdateOperationsInput | number
32571
+ testCommand?: NullableStringFieldUpdateOperationsInput | string | null
32447
32572
  repoFullName?: NullableStringFieldUpdateOperationsInput | string | null
32448
32573
  webhookSecret?: NullableStringFieldUpdateOperationsInput | string | null
32574
+ authorModel?: NullableStringFieldUpdateOperationsInput | string | null
32449
32575
  profile?: ProjectProfileUpdateOneWithoutProjectNestedInput
32450
32576
  runs?: QARunUpdateManyWithoutProjectNestedInput
32451
32577
  tickets?: QATicketUpdateManyWithoutProjectNestedInput
@@ -32470,8 +32596,10 @@ export namespace Prisma {
32470
32596
  modeChangedBy?: NullableStringFieldUpdateOperationsInput | string | null
32471
32597
  monthlyBudgetCents?: IntFieldUpdateOperationsInput | number
32472
32598
  dailyDispatchLimit?: IntFieldUpdateOperationsInput | number
32599
+ testCommand?: NullableStringFieldUpdateOperationsInput | string | null
32473
32600
  repoFullName?: NullableStringFieldUpdateOperationsInput | string | null
32474
32601
  webhookSecret?: NullableStringFieldUpdateOperationsInput | string | null
32602
+ authorModel?: NullableStringFieldUpdateOperationsInput | string | null
32475
32603
  profile?: ProjectProfileUncheckedUpdateOneWithoutProjectNestedInput
32476
32604
  runs?: QARunUncheckedUpdateManyWithoutProjectNestedInput
32477
32605
  tickets?: QATicketUncheckedUpdateManyWithoutProjectNestedInput
@@ -32496,8 +32624,10 @@ export namespace Prisma {
32496
32624
  modeChangedBy?: string | null
32497
32625
  monthlyBudgetCents?: number
32498
32626
  dailyDispatchLimit?: number
32627
+ testCommand?: string | null
32499
32628
  repoFullName?: string | null
32500
32629
  webhookSecret?: string | null
32630
+ authorModel?: string | null
32501
32631
  profile?: ProjectProfileCreateNestedOneWithoutProjectInput
32502
32632
  runs?: QARunCreateNestedManyWithoutProjectInput
32503
32633
  tickets?: QATicketCreateNestedManyWithoutProjectInput
@@ -32522,8 +32652,10 @@ export namespace Prisma {
32522
32652
  modeChangedBy?: string | null
32523
32653
  monthlyBudgetCents?: number
32524
32654
  dailyDispatchLimit?: number
32655
+ testCommand?: string | null
32525
32656
  repoFullName?: string | null
32526
32657
  webhookSecret?: string | null
32658
+ authorModel?: string | null
32527
32659
  profile?: ProjectProfileUncheckedCreateNestedOneWithoutProjectInput
32528
32660
  runs?: QARunUncheckedCreateNestedManyWithoutProjectInput
32529
32661
  tickets?: QATicketUncheckedCreateNestedManyWithoutProjectInput
@@ -32672,8 +32804,10 @@ export namespace Prisma {
32672
32804
  modeChangedBy?: NullableStringFieldUpdateOperationsInput | string | null
32673
32805
  monthlyBudgetCents?: IntFieldUpdateOperationsInput | number
32674
32806
  dailyDispatchLimit?: IntFieldUpdateOperationsInput | number
32807
+ testCommand?: NullableStringFieldUpdateOperationsInput | string | null
32675
32808
  repoFullName?: NullableStringFieldUpdateOperationsInput | string | null
32676
32809
  webhookSecret?: NullableStringFieldUpdateOperationsInput | string | null
32810
+ authorModel?: NullableStringFieldUpdateOperationsInput | string | null
32677
32811
  profile?: ProjectProfileUpdateOneWithoutProjectNestedInput
32678
32812
  runs?: QARunUpdateManyWithoutProjectNestedInput
32679
32813
  tickets?: QATicketUpdateManyWithoutProjectNestedInput
@@ -32698,8 +32832,10 @@ export namespace Prisma {
32698
32832
  modeChangedBy?: NullableStringFieldUpdateOperationsInput | string | null
32699
32833
  monthlyBudgetCents?: IntFieldUpdateOperationsInput | number
32700
32834
  dailyDispatchLimit?: IntFieldUpdateOperationsInput | number
32835
+ testCommand?: NullableStringFieldUpdateOperationsInput | string | null
32701
32836
  repoFullName?: NullableStringFieldUpdateOperationsInput | string | null
32702
32837
  webhookSecret?: NullableStringFieldUpdateOperationsInput | string | null
32838
+ authorModel?: NullableStringFieldUpdateOperationsInput | string | null
32703
32839
  profile?: ProjectProfileUncheckedUpdateOneWithoutProjectNestedInput
32704
32840
  runs?: QARunUncheckedUpdateManyWithoutProjectNestedInput
32705
32841
  tickets?: QATicketUncheckedUpdateManyWithoutProjectNestedInput
@@ -32844,8 +32980,10 @@ export namespace Prisma {
32844
32980
  modeChangedBy?: string | null
32845
32981
  monthlyBudgetCents?: number
32846
32982
  dailyDispatchLimit?: number
32983
+ testCommand?: string | null
32847
32984
  repoFullName?: string | null
32848
32985
  webhookSecret?: string | null
32986
+ authorModel?: string | null
32849
32987
  profile?: ProjectProfileCreateNestedOneWithoutProjectInput
32850
32988
  runs?: QARunCreateNestedManyWithoutProjectInput
32851
32989
  tickets?: QATicketCreateNestedManyWithoutProjectInput
@@ -32870,8 +33008,10 @@ export namespace Prisma {
32870
33008
  modeChangedBy?: string | null
32871
33009
  monthlyBudgetCents?: number
32872
33010
  dailyDispatchLimit?: number
33011
+ testCommand?: string | null
32873
33012
  repoFullName?: string | null
32874
33013
  webhookSecret?: string | null
33014
+ authorModel?: string | null
32875
33015
  profile?: ProjectProfileUncheckedCreateNestedOneWithoutProjectInput
32876
33016
  runs?: QARunUncheckedCreateNestedManyWithoutProjectInput
32877
33017
  tickets?: QATicketUncheckedCreateNestedManyWithoutProjectInput
@@ -32951,8 +33091,10 @@ export namespace Prisma {
32951
33091
  modeChangedBy?: NullableStringFieldUpdateOperationsInput | string | null
32952
33092
  monthlyBudgetCents?: IntFieldUpdateOperationsInput | number
32953
33093
  dailyDispatchLimit?: IntFieldUpdateOperationsInput | number
33094
+ testCommand?: NullableStringFieldUpdateOperationsInput | string | null
32954
33095
  repoFullName?: NullableStringFieldUpdateOperationsInput | string | null
32955
33096
  webhookSecret?: NullableStringFieldUpdateOperationsInput | string | null
33097
+ authorModel?: NullableStringFieldUpdateOperationsInput | string | null
32956
33098
  profile?: ProjectProfileUpdateOneWithoutProjectNestedInput
32957
33099
  runs?: QARunUpdateManyWithoutProjectNestedInput
32958
33100
  tickets?: QATicketUpdateManyWithoutProjectNestedInput
@@ -32977,8 +33119,10 @@ export namespace Prisma {
32977
33119
  modeChangedBy?: NullableStringFieldUpdateOperationsInput | string | null
32978
33120
  monthlyBudgetCents?: IntFieldUpdateOperationsInput | number
32979
33121
  dailyDispatchLimit?: IntFieldUpdateOperationsInput | number
33122
+ testCommand?: NullableStringFieldUpdateOperationsInput | string | null
32980
33123
  repoFullName?: NullableStringFieldUpdateOperationsInput | string | null
32981
33124
  webhookSecret?: NullableStringFieldUpdateOperationsInput | string | null
33125
+ authorModel?: NullableStringFieldUpdateOperationsInput | string | null
32982
33126
  profile?: ProjectProfileUncheckedUpdateOneWithoutProjectNestedInput
32983
33127
  runs?: QARunUncheckedUpdateManyWithoutProjectNestedInput
32984
33128
  tickets?: QATicketUncheckedUpdateManyWithoutProjectNestedInput