@bash-app/bash-common 29.3.0 → 29.4.0

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.3.0",
3
+ "version": "29.4.0",
4
4
  "description": "Common data and scripts to use on the frontend and backend",
5
5
  "type": "module",
6
6
  "main": "src/index.ts",
@@ -575,33 +575,32 @@ model TargetAudience {
575
575
  }
576
576
 
577
577
  enum AgeRange {
578
- Sixteen_17
579
- Eighteen_20
580
- TwentyOne_25
581
- TwentySix_34
582
- ThirtyFive_49
583
- Fifty_64
584
- SixtyFivePlus
578
+ Sixteen_17
579
+ Eighteen_20
580
+ TwentyOne_25
581
+ TwentySix_34
582
+ ThirtyFive_49
583
+ Fifty_64
584
+ SixtyFivePlus
585
585
  NoPreference
586
586
  }
587
587
 
588
588
  enum Occupation {
589
- Students
590
- Entrepreneurs
591
- SmallBusinesses
592
- Corporations
593
- Professionals
594
- Creatives
595
- AngelInvestors
596
- FamilyOffices
597
- Retirees
598
- Academics
599
- Government
600
- NonProfits
601
- NoPreference
589
+ Students
590
+ Entrepreneurs
591
+ SmallBusinesses
592
+ Corporations
593
+ Professionals
594
+ Creatives
595
+ AngelInvestors
596
+ FamilyOffices
597
+ Retirees
598
+ Academics
599
+ Government
600
+ NonProfits
601
+ NoPreference
602
602
  }
603
603
 
604
-
605
604
  enum Education {
606
605
  HighSchool
607
606
  SomeCollege
@@ -903,6 +902,7 @@ model Service {
903
902
  updatedAt DateTime @updatedAt
904
903
 
905
904
  serviceName String?
905
+ tagline String?
906
906
 
907
907
  //this is not the business info but that which is associated with the service
908
908
  place String?