@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.
@@ -134,8 +134,10 @@ exports.Prisma.ProjectScalarFieldEnum = {
134
134
  modeChangedBy: 'modeChangedBy',
135
135
  monthlyBudgetCents: 'monthlyBudgetCents',
136
136
  dailyDispatchLimit: 'dailyDispatchLimit',
137
+ testCommand: 'testCommand',
137
138
  repoFullName: 'repoFullName',
138
- webhookSecret: 'webhookSecret'
139
+ webhookSecret: 'webhookSecret',
140
+ authorModel: 'authorModel'
139
141
  };
140
142
 
141
143
  exports.Prisma.ProjectProfileScalarFieldEnum = {