@bash-app/bash-common 30.127.0 → 30.128.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bash-app/bash-common",
3
- "version": "30.127.0",
3
+ "version": "30.128.0",
4
4
  "description": "Common data and scripts to use on the frontend and backend",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -160,7 +160,7 @@ model BashFeedReport {
160
160
  postId String
161
161
  reason BashFeedReportReason
162
162
  description String? @db.Text
163
- status ReportStatus @default(PENDING)
163
+ status ReportStatus @default(Pending)
164
164
  reviewedBy String?
165
165
  reviewedAt DateTime?
166
166
  createdAt DateTime @default(now())