@a_team/prisma 2.1.0 → 2.1.1
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/package.json
CHANGED
|
@@ -104,6 +104,7 @@ model Contract {
|
|
|
104
104
|
custom Boolean?
|
|
105
105
|
pandadocMetadata PandadocMetadata?
|
|
106
106
|
source ContractSource?
|
|
107
|
+
documentTitle String?
|
|
107
108
|
|
|
108
109
|
@@index([type, missionId, role, createdAt], map: "type_1_mission_1_role_1_createdAt_-1")
|
|
109
110
|
@@index([parties.user, status, createdAt], map: "parties.user_1_status_1_createdAt_1")
|
package/dist/client/wasm.js
CHANGED