@bash-app/bash-common 29.40.4 → 29.40.5

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.40.4",
3
+ "version": "29.40.5",
4
4
  "description": "Common data and scripts to use on the frontend and backend",
5
5
  "type": "module",
6
6
  "main": "src/index.ts",
@@ -951,8 +951,8 @@ model ServiceListingSubscription {
951
951
 
952
952
  subscriptionStatus ServiceSubscriptionStatus @default(None)
953
953
 
954
- serviceId String? @unique
955
- service Service? @relation(fields: [serviceId], references: [id], onDelete: Restrict)
954
+ serviceId String @unique
955
+ service Service @relation(fields: [serviceId], references: [id], onDelete: Restrict)
956
956
 
957
957
  @@index([stripeCheckoutSessionId, stripeSubscriptionId])
958
958
  }