@a_team/prisma 3.25.0-win → 3.26.0-linux-debian
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 +16 -0
- package/dist/client/index.js +6 -6
- package/dist/client/{query_engine-windows.dll.node → libquery_engine-debian-openssl-3.0.x.so.node} +0 -0
- package/dist/client/package.json +1 -1
- package/dist/client/schema.prisma +2 -0
- package/package.json +2 -2
package/dist/client/{query_engine-windows.dll.node → libquery_engine-debian-openssl-3.0.x.so.node}
RENAMED
|
Binary file
|
package/dist/client/package.json
CHANGED
|
@@ -892,6 +892,7 @@ type MissionRole {
|
|
|
892
892
|
hiddenFromUserIds String[] @db.ObjectId
|
|
893
893
|
hubspotDealId String?
|
|
894
894
|
crm MissionRoleCrmData?
|
|
895
|
+
taNotes String?
|
|
895
896
|
}
|
|
896
897
|
|
|
897
898
|
type MissionsManager {
|
|
@@ -1253,6 +1254,7 @@ type MissionSpecRole {
|
|
|
1253
1254
|
typicalHourlyRate Int?
|
|
1254
1255
|
user String? @db.ObjectId
|
|
1255
1256
|
availability MissionRoleAvailability?
|
|
1257
|
+
taNotes String?
|
|
1256
1258
|
}
|
|
1257
1259
|
|
|
1258
1260
|
type AttachedLink {
|