@bash-app/bash-common 4.1.3 → 4.2.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": "4.1.3",
3
+ "version": "4.2.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",
@@ -852,6 +852,10 @@ enum ServiceType {
852
852
  Volunteer
853
853
  PartnerService
854
854
  Venue
855
+ Vendor
856
+ Exhibitor
857
+ Sponsor
858
+ Organization
855
859
  }
856
860
 
857
861
  enum UserRole {