@bash-app/bash-common 29.2.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.2.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,27 +575,29 @@ 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
- SixtyFive_69
585
- SeventyPlus
578
+ Sixteen_17
579
+ Eighteen_20
580
+ TwentyOne_25
581
+ TwentySix_34
582
+ ThirtyFive_49
583
+ Fifty_64
584
+ SixtyFivePlus
586
585
  NoPreference
587
586
  }
588
587
 
589
588
  enum Occupation {
590
- Student
589
+ Students
591
590
  Entrepreneurs
592
- SMBs
593
- MidSizedCorporations
594
- LargeCorporations
591
+ SmallBusinesses
592
+ Corporations
595
593
  Professionals
594
+ Creatives
596
595
  AngelInvestors
597
- FamilyOffice
598
- Retired
596
+ FamilyOffices
597
+ Retirees
598
+ Academics
599
+ Government
600
+ NonProfits
599
601
  NoPreference
600
602
  }
601
603
 
@@ -900,6 +902,7 @@ model Service {
900
902
  updatedAt DateTime @updatedAt
901
903
 
902
904
  serviceName String?
905
+ tagline String?
903
906
 
904
907
  //this is not the business info but that which is associated with the service
905
908
  place String?