@bash-app/bash-common 29.14.2 → 29.14.3

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bash-app/bash-common",
3
- "version": "29.14.2",
3
+ "version": "29.14.3",
4
4
  "description": "Common data and scripts to use on the frontend and backend",
5
5
  "type": "module",
6
6
  "main": "src/index.ts",
@@ -594,16 +594,21 @@ enum Privacy {
594
594
  }
595
595
 
596
596
  model TargetAudience {
597
- id String @id @default(cuid())
598
- ageRange AgeRange[]
599
- gender Gender[]
600
- occupation Occupation[]
601
- education Education[]
602
- showOnDetailPage Boolean @default(true)
603
- bashEvent BashEvent?
604
- service Service?
597
+ id String @id @default(cuid())
598
+ primaryAgeRange AgeRange[]
599
+ secondaryAgeRange AgeRange[]
600
+ primaryGender Gender[]
601
+ secondaryGender Gender[]
602
+ primaryOccupation Occupation[]
603
+ secondaryOccupation Occupation[]
604
+ primaryEducation Education[]
605
+ secondaryEducation Education[]
606
+ showOnDetailPage Boolean @default(true)
607
+ bashEvent BashEvent?
608
+ service Service?
605
609
  }
606
610
 
611
+
607
612
  enum AgeRange {
608
613
  Sixteen_17
609
614
  Eighteen_20