@a_team/prisma 3.29.3-macos-docker-linux → 3.30.0-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.
@@ -1,5 +1,5 @@
1
1
  {
2
- "name": "prisma-client-d6ca9559a236336cf8457f39eed8f0d836bfebe345f5f774c99e833920a59383",
2
+ "name": "prisma-client-84ee5b083fbcae769d5977e2a944ad4a6d5c00f1f828085590d6783a1d03c453",
3
3
  "main": "index.js",
4
4
  "types": "index.d.ts",
5
5
  "browser": "index-browser.js",
@@ -2134,9 +2134,21 @@ type DefaultRates {
2134
2134
  monthlyRate Float?
2135
2135
  }
2136
2136
 
2137
+ enum AdminNoteCategory {
2138
+ admin
2139
+ migration
2140
+ team_pulse @map("team-pulse")
2141
+ proposal_feedback @map("proposal-feedback")
2142
+ application_review @map("application-review")
2143
+ vetting
2144
+ proposal_blurb @map("proposal-blurb")
2145
+ mission_feedback @map("mission-feedback")
2146
+ interview_feedback @map("interview-feedback")
2147
+ }
2148
+
2137
2149
  type AdminNote {
2138
2150
  text String
2139
- category String?
2151
+ category AdminNoteCategory?
2140
2152
  }
2141
2153
 
2142
2154
  type AdminNotesObject {
@@ -1148,6 +1148,18 @@ exports.EvidenceSourceType = exports.$Enums.EvidenceSourceType = {
1148
1148
  Application: 'Application'
1149
1149
  };
1150
1150
 
1151
+ exports.AdminNoteCategory = exports.$Enums.AdminNoteCategory = {
1152
+ admin: 'admin',
1153
+ migration: 'migration',
1154
+ team_pulse: 'team_pulse',
1155
+ proposal_feedback: 'proposal_feedback',
1156
+ application_review: 'application_review',
1157
+ vetting: 'vetting',
1158
+ proposal_blurb: 'proposal_blurb',
1159
+ mission_feedback: 'mission_feedback',
1160
+ interview_feedback: 'interview_feedback'
1161
+ };
1162
+
1151
1163
  exports.Prisma.ModelName = {
1152
1164
  Account: 'Account',
1153
1165
  BillingAccount: 'BillingAccount',
package/package.json CHANGED
@@ -1,7 +1,9 @@
1
1
  {
2
2
  "name": "@a_team/prisma",
3
- "version": "3.29.3-macos-docker-linux",
4
- "os": [],
3
+ "version": "3.30.0-linux",
4
+ "os": [
5
+ "linux"
6
+ ],
5
7
  "cpu": [],
6
8
  "keywords": [],
7
9
  "prisma": {