@a_team/prisma 3.29.1-macos-docker-linux → 3.29.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 +7 -4
- package/dist/client/index-browser.js +3 -0
- package/dist/client/index.d.ts +3 -0
- package/dist/client/index.js +9 -6
- 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 +3 -0
- package/dist/client/wasm.js +3 -0
- package/package.json +4 -2
|
@@ -1142,6 +1142,9 @@ exports.EvidenceSourceType = exports.$Enums.EvidenceSourceType = {
|
|
|
1142
1142
|
Signup: 'Signup',
|
|
1143
1143
|
TaNotes: 'TaNotes',
|
|
1144
1144
|
BuilderData: 'BuilderData',
|
|
1145
|
+
LinkedIn: 'LinkedIn',
|
|
1146
|
+
ParsedCv: 'ParsedCv',
|
|
1147
|
+
AdminNotes: 'AdminNotes',
|
|
1145
1148
|
Application: 'Application'
|
|
1146
1149
|
};
|
|
1147
1150
|
|
package/dist/client/index.d.ts
CHANGED
|
@@ -1454,6 +1454,9 @@ export const EvidenceSourceType: {
|
|
|
1454
1454
|
Signup: 'Signup',
|
|
1455
1455
|
TaNotes: 'TaNotes',
|
|
1456
1456
|
BuilderData: 'BuilderData',
|
|
1457
|
+
LinkedIn: 'LinkedIn',
|
|
1458
|
+
ParsedCv: 'ParsedCv',
|
|
1459
|
+
AdminNotes: 'AdminNotes',
|
|
1457
1460
|
Application: 'Application'
|
|
1458
1461
|
};
|
|
1459
1462
|
|