@a_team/prisma 3.29.2-macos-docker-linux → 3.29.3-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 -4
- package/dist/client/index.d.ts +1 -1
- package/dist/client/index.js +6 -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 +1 -1
- package/package.json +4 -2
package/dist/client/index.d.ts
CHANGED
|
@@ -75803,7 +75803,7 @@ export namespace Prisma {
|
|
|
75803
75803
|
export type BuilderProvidedEvidenceCreateInput = {
|
|
75804
75804
|
criteriaId: string
|
|
75805
75805
|
text: string
|
|
75806
|
-
createdAt
|
|
75806
|
+
createdAt?: Date | string
|
|
75807
75807
|
}
|
|
75808
75808
|
|
|
75809
75809
|
export type RoleScoringSystemResultListCreateEnvelopeInput = {
|