@a_team/prisma 3.12.1-macos-docker-linux → 3.12.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 +8 -6
- package/dist/client/index-browser.js +4 -2
- package/dist/client/index.d.ts +682 -2
- package/dist/client/index.js +10 -8
- 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 +38 -33
- package/dist/client/wasm.js +4 -2
- package/package.json +4 -2
|
@@ -409,7 +409,8 @@ exports.Prisma.ProposalScalarFieldEnum = {
|
|
|
409
409
|
teamProposal: 'teamProposal',
|
|
410
410
|
name: 'name',
|
|
411
411
|
slug: 'slug',
|
|
412
|
-
teamBlurb: 'teamBlurb'
|
|
412
|
+
teamBlurb: 'teamBlurb',
|
|
413
|
+
teamAdvisorId: 'teamAdvisorId'
|
|
413
414
|
};
|
|
414
415
|
|
|
415
416
|
exports.Prisma.RoleCategoryScalarFieldEnum = {
|
|
@@ -598,7 +599,8 @@ exports.MissionSpecStatus = exports.$Enums.MissionSpecStatus = {
|
|
|
598
599
|
|
|
599
600
|
exports.ProposalSchemaVersion = exports.$Enums.ProposalSchemaVersion = {
|
|
600
601
|
v1: 'v1',
|
|
601
|
-
v2: 'v2'
|
|
602
|
+
v2: 'v2',
|
|
603
|
+
v3: 'v3'
|
|
602
604
|
};
|
|
603
605
|
|
|
604
606
|
exports.ProposalTemplate = exports.$Enums.ProposalTemplate = {
|