efiber-prisma-schema 2.1.2 → 2.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.
@@ -405,8 +405,7 @@ exports.Prisma.ProjectScalarFieldEnum = {
405
405
  activatedAt: 'activatedAt',
406
406
  deletedAt: 'deletedAt',
407
407
  mainProjectId: 'mainProjectId',
408
- userId: 'userId',
409
- conduitTemplateId: 'conduitTemplateId'
408
+ userId: 'userId'
410
409
  };
411
410
 
412
411
  exports.Prisma.IntegrationProjectUserStatusScalarFieldEnum = {
@@ -2155,6 +2154,19 @@ exports.Prisma.ReportTableScalarFieldEnum = {
2155
2154
  sortBy: 'sortBy'
2156
2155
  };
2157
2156
 
2157
+ exports.Prisma.AppVersionScalarFieldEnum = {
2158
+ id: 'id',
2159
+ no: 'no',
2160
+ versionCode: 'versionCode',
2161
+ versionName: 'versionName',
2162
+ releaseNotes: 'releaseNotes',
2163
+ createdAt: 'createdAt',
2164
+ updatedAt: 'updatedAt',
2165
+ deletedAt: 'deletedAt',
2166
+ createdById: 'createdById',
2167
+ apkUrl: 'apkUrl'
2168
+ };
2169
+
2158
2170
  exports.Prisma.SortOrder = {
2159
2171
  asc: 'asc',
2160
2172
  desc: 'desc'
@@ -2417,7 +2429,8 @@ exports.Prisma.ModelName = {
2417
2429
  ReportMetric: 'ReportMetric',
2418
2430
  ReportFormulaConfig: 'ReportFormulaConfig',
2419
2431
  ReportVisualization: 'ReportVisualization',
2420
- ReportTable: 'ReportTable'
2432
+ ReportTable: 'ReportTable',
2433
+ AppVersion: 'AppVersion'
2421
2434
  };
2422
2435
 
2423
2436
  /**