@a_team/prisma 3.13.1-win → 3.13.2-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 +6 -6
- package/dist/client/index-browser.js +2 -2
- package/dist/client/index.d.ts +358 -358
- package/dist/client/index.js +8 -8
- 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 +37 -37
- package/dist/client/wasm.js +2 -2
- package/package.json +2 -2
|
@@ -391,7 +391,7 @@ exports.Prisma.MissionSpecScalarFieldEnum = {
|
|
|
391
391
|
|
|
392
392
|
exports.Prisma.ProposalScalarFieldEnum = {
|
|
393
393
|
id: 'id',
|
|
394
|
-
|
|
394
|
+
createdBy: 'createdBy',
|
|
395
395
|
missionId: 'missionId',
|
|
396
396
|
createdAt: 'createdAt',
|
|
397
397
|
updatedAt: 'updatedAt',
|
|
@@ -401,7 +401,7 @@ exports.Prisma.ProposalScalarFieldEnum = {
|
|
|
401
401
|
webflowId: 'webflowId',
|
|
402
402
|
publicURL: 'publicURL',
|
|
403
403
|
isShared: 'isShared',
|
|
404
|
-
|
|
404
|
+
sharedBy: 'sharedBy',
|
|
405
405
|
sharedAt: 'sharedAt',
|
|
406
406
|
archivedURL: 'archivedURL',
|
|
407
407
|
schemaVersion: 'schemaVersion',
|