@bash-app/bash-common 1.8.0 → 1.9.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": "1.8.0",
3
+ "version": "1.9.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",
@@ -509,7 +509,12 @@ enum AgeRange {
509
509
 
510
510
  enum Occupation {
511
511
  Student
512
+ Startups
513
+ SMBs
514
+ Corporations
512
515
  Professional
516
+ AngelInvestors
517
+ FamilyOffice
513
518
  Retired
514
519
  NoPreference
515
520
  }