@a_team/prisma 3.30.0-macos-docker-linux → 3.30.1-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 -16
- package/dist/client/index-browser.js +0 -12
- package/dist/client/index.d.ts +6 -60
- package/dist/client/index.js +6 -18
- package/dist/client/{libquery_engine-linux-arm64-openssl-3.0.x.so.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 +1 -13
- package/dist/client/wasm.js +0 -12
- package/package.json +4 -2
|
Binary file
|
package/dist/client/package.json
CHANGED
|
@@ -2134,21 +2134,9 @@ type DefaultRates {
|
|
|
2134
2134
|
monthlyRate Float?
|
|
2135
2135
|
}
|
|
2136
2136
|
|
|
2137
|
-
enum AdminNoteCategory {
|
|
2138
|
-
admin
|
|
2139
|
-
migration
|
|
2140
|
-
team_pulse @map("team-pulse")
|
|
2141
|
-
proposal_feedback @map("proposal-feedback")
|
|
2142
|
-
application_review @map("application-review")
|
|
2143
|
-
vetting
|
|
2144
|
-
proposal_blurb @map("proposal-blurb")
|
|
2145
|
-
mission_feedback @map("mission-feedback")
|
|
2146
|
-
interview_feedback @map("interview-feedback")
|
|
2147
|
-
}
|
|
2148
|
-
|
|
2149
2137
|
type AdminNote {
|
|
2150
2138
|
text String
|
|
2151
|
-
category
|
|
2139
|
+
category String?
|
|
2152
2140
|
}
|
|
2153
2141
|
|
|
2154
2142
|
type AdminNotesObject {
|
package/dist/client/wasm.js
CHANGED
|
@@ -1148,18 +1148,6 @@ exports.EvidenceSourceType = exports.$Enums.EvidenceSourceType = {
|
|
|
1148
1148
|
Application: 'Application'
|
|
1149
1149
|
};
|
|
1150
1150
|
|
|
1151
|
-
exports.AdminNoteCategory = exports.$Enums.AdminNoteCategory = {
|
|
1152
|
-
admin: 'admin',
|
|
1153
|
-
migration: 'migration',
|
|
1154
|
-
team_pulse: 'team_pulse',
|
|
1155
|
-
proposal_feedback: 'proposal_feedback',
|
|
1156
|
-
application_review: 'application_review',
|
|
1157
|
-
vetting: 'vetting',
|
|
1158
|
-
proposal_blurb: 'proposal_blurb',
|
|
1159
|
-
mission_feedback: 'mission_feedback',
|
|
1160
|
-
interview_feedback: 'interview_feedback'
|
|
1161
|
-
};
|
|
1162
|
-
|
|
1163
1151
|
exports.Prisma.ModelName = {
|
|
1164
1152
|
Account: 'Account',
|
|
1165
1153
|
BillingAccount: 'BillingAccount',
|