@a_team/prisma 3.7.0-win → 3.7.1-linux-debian
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 +9 -6
- package/dist/client/index-browser.js +5 -2
- package/dist/client/index.d.ts +183 -32
- package/dist/client/index.js +11 -8
- package/dist/client/{query_engine-windows.dll.node → libquery_engine-debian-openssl-3.0.x.so.node} +0 -0
- package/dist/client/package.json +1 -1
- package/dist/client/schema.prisma +5 -2
- package/dist/client/wasm.js +5 -2
- package/package.json +2 -2
|
@@ -161,7 +161,8 @@ exports.Prisma.ContractScalarFieldEnum = {
|
|
|
161
161
|
custom: 'custom',
|
|
162
162
|
source: 'source',
|
|
163
163
|
documentTitle: 'documentTitle',
|
|
164
|
-
accountId: 'accountId'
|
|
164
|
+
accountId: 'accountId',
|
|
165
|
+
deletedAt: 'deletedAt'
|
|
165
166
|
};
|
|
166
167
|
|
|
167
168
|
exports.Prisma.ExperienceScalarFieldEnum = {
|
|
@@ -305,7 +306,9 @@ exports.Prisma.ProposalScalarFieldEnum = {
|
|
|
305
306
|
version: 'version',
|
|
306
307
|
publicUntil: 'publicUntil',
|
|
307
308
|
missionSpecId: 'missionSpecId',
|
|
308
|
-
applications: 'applications'
|
|
309
|
+
applications: 'applications',
|
|
310
|
+
currency: 'currency',
|
|
311
|
+
teamProposal: 'teamProposal'
|
|
309
312
|
};
|
|
310
313
|
|
|
311
314
|
exports.Prisma.RoleCategoryScalarFieldEnum = {
|