@a_team/prisma 3.31.0-win → 3.31.1-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.
@@ -1,5 +1,5 @@
1
1
  {
2
- "name": "prisma-client-522ad717071b9b31ed2bc6b1b2841481a8ba2f524bfd2cf76f6b7d4dd9ebf97d",
2
+ "name": "prisma-client-bc6f678976a8ffb1627ae383a6fde5d6fc447589dd4601b7e9bead27ce4b14a3",
3
3
  "main": "index.js",
4
4
  "types": "index.d.ts",
5
5
  "browser": "index-browser.js",
@@ -2367,23 +2367,25 @@ model VettingProcess {
2367
2367
  isNewEvaluationProcess Boolean?
2368
2368
 
2369
2369
  /// The CalCom meeting id (Daily room name) - used to link transcripts
2370
- calComDailyMeetingId String?
2370
+ calComDailyMeetingId String?
2371
2371
  /// Transcript job IDs from core-platform transcripts service
2372
- transcriptJobIds String[]
2372
+ transcriptJobIds String[]
2373
2373
  /// Interview date
2374
- interviewDate DateTime? @db.Date
2374
+ interviewDate DateTime? @db.Date
2375
2375
  /// CalCom booking UID
2376
- calComBookingUid String?
2376
+ calComBookingUid String?
2377
2377
  /// CalCom booking ID
2378
- calComBookingId Int?
2378
+ calComBookingId Int?
2379
+ /// CalCom booking IDs history - used to keep all booking ids for the vetting process
2380
+ calComBookingUidsHistory String[]
2379
2381
  /// Interview scheduler calendar event ID
2380
- calendarEventId String? @db.ObjectId
2382
+ calendarEventId String? @db.ObjectId
2381
2383
  /// Internal field for tracking data migrations applied to this record
2382
- migrations String[]
2383
- createdAt DateTime? @default(now()) @db.Date
2384
- updatedAt DateTime? @updatedAt @db.Date
2385
- cancellationHistory VettingProcessCancellationHistory[]
2386
- noShowHistory VettingProcessNoShowHistory[]
2384
+ migrations String[]
2385
+ createdAt DateTime? @default(now()) @db.Date
2386
+ updatedAt DateTime? @updatedAt @db.Date
2387
+ cancellationHistory VettingProcessCancellationHistory[]
2388
+ noShowHistory VettingProcessNoShowHistory[]
2387
2389
 
2388
2390
  audits VettingProcessAudit[] @relation("vettingProcessAudits")
2389
2391
 
@@ -718,6 +718,7 @@ exports.Prisma.VettingProcessScalarFieldEnum = {
718
718
  interviewDate: 'interviewDate',
719
719
  calComBookingUid: 'calComBookingUid',
720
720
  calComBookingId: 'calComBookingId',
721
+ calComBookingUidsHistory: 'calComBookingUidsHistory',
721
722
  calendarEventId: 'calendarEventId',
722
723
  migrations: 'migrations',
723
724
  createdAt: 'createdAt',
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@a_team/prisma",
3
- "version": "3.31.0-win",
3
+ "version": "3.31.1-linux-debian",
4
4
  "os": [
5
- "win32"
5
+ "linux"
6
6
  ],
7
7
  "cpu": [],
8
8
  "keywords": [],