@bash-app/bash-common 30.94.0 → 30.95.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": "30.94.0",
3
+ "version": "30.95.0",
4
4
  "description": "Common data and scripts to use on the frontend and backend",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -4155,14 +4155,12 @@ model UserConsent {
4155
4155
  }
4156
4156
 
4157
4157
  enum ConsentType {
4158
- PRIVACY_POLICY // Required: User accepts privacy policy
4159
- TERMS_OF_SERVICE // Required: User accepts terms
4160
- DATA_COLLECTION // Required: Basic data collection for service
4161
- ANALYTICS_TRACKING // Optional: Google Analytics, Mixpanel, etc.
4162
- MARKETING_EMAILS // Optional: Promotional emails
4163
- PERSONALIZATION // Optional: Personalized content
4164
- THIRD_PARTY_SHARING // Optional: Share data with partners
4165
- COOKIES // Optional: Non-essential cookies
4158
+ PrivacyPolicy // Required: User accepts privacy policy
4159
+ TermsOfService // Required: User accepts terms
4160
+ DataCollection // Required: Basic data collection for service
4161
+ Analytics // Optional: Google Analytics, Mixpanel, etc.
4162
+ Marketing // Optional: Promotional emails
4163
+ ThirdPartySharing // Optional: Share data with partners
4166
4164
  }
4167
4165
 
4168
4166
  model AuditLog {