@bash-app/bash-common 29.3.0 → 29.5.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.5.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",
@@ -235,6 +235,7 @@ model BashEvent {
235
235
  subtitle String?
236
236
  isFeatured Boolean?
237
237
  isTrending Boolean?
238
+ coordinates Float?
238
239
  // stripeAccount StripeAccount[]
239
240
  }
240
241
 
@@ -575,33 +576,32 @@ model TargetAudience {
575
576
  }
576
577
 
577
578
  enum AgeRange {
578
- Sixteen_17
579
- Eighteen_20
580
- TwentyOne_25
581
- TwentySix_34
582
- ThirtyFive_49
583
- Fifty_64
584
- SixtyFivePlus
579
+ Sixteen_17
580
+ Eighteen_20
581
+ TwentyOne_25
582
+ TwentySix_34
583
+ ThirtyFive_49
584
+ Fifty_64
585
+ SixtyFivePlus
585
586
  NoPreference
586
587
  }
587
588
 
588
589
  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
590
+ Students
591
+ Entrepreneurs
592
+ SmallBusinesses
593
+ Corporations
594
+ Professionals
595
+ Creatives
596
+ AngelInvestors
597
+ FamilyOffices
598
+ Retirees
599
+ Academics
600
+ Government
601
+ NonProfits
602
+ NoPreference
602
603
  }
603
604
 
604
-
605
605
  enum Education {
606
606
  HighSchool
607
607
  SomeCollege
@@ -903,6 +903,7 @@ model Service {
903
903
  updatedAt DateTime @updatedAt
904
904
 
905
905
  serviceName String?
906
+ tagline String?
906
907
 
907
908
  //this is not the business info but that which is associated with the service
908
909
  place String?