@a_team/prisma 3.12.8-macos-docker-linux → 3.12.9-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.
@@ -769,6 +769,11 @@ exports.HiringTimeline = exports.$Enums.HiringTimeline = {
769
769
  exploring: 'exploring'
770
770
  };
771
771
 
772
+ exports.TOSVersion = exports.$Enums.TOSVersion = {
773
+ v1: 'v1',
774
+ v2: 'v2'
775
+ };
776
+
772
777
  exports.MissionRoleVisibilityStatus = exports.$Enums.MissionRoleVisibilityStatus = {
773
778
  OnlyAdmin: 'OnlyAdmin',
774
779
  All: 'All'