@a_team/prisma 3.8.3-win → 3.8.4-linux
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/dist/client/edge.js +4 -4
- package/dist/client/index.d.ts +10 -10
- package/dist/client/index.js +6 -6
- package/dist/client/{query_engine-windows.dll.node → libquery_engine-linux-musl-openssl-3.0.x.so.node} +0 -0
- package/dist/client/package.json +1 -1
- package/dist/client/schema.prisma +2 -2
- package/package.json +2 -2
|
Binary file
|
package/dist/client/package.json
CHANGED
|
@@ -779,8 +779,8 @@ type ProposalTemplateMap {
|
|
|
779
779
|
|
|
780
780
|
type ProposalReview {
|
|
781
781
|
status ProposalReviewStatus
|
|
782
|
-
reviewedBy String
|
|
783
|
-
reviewedAt DateTime
|
|
782
|
+
reviewedBy String? @db.ObjectId
|
|
783
|
+
reviewedAt DateTime? @db.Date
|
|
784
784
|
rejectionReason String?
|
|
785
785
|
rejectionNote String?
|
|
786
786
|
}
|