@bash-app/bash-common 10.2.0 → 10.3.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": "10.2.0",
3
+ "version": "10.3.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",
@@ -835,6 +835,7 @@ model Service {
835
835
  serviceRange ServiceRange @relation("ServiceRange", fields: [serviceRangeId], references: [id], onDelete: Cascade)
836
836
  availableDateTimes String[] /// Stored in format: ["startDateTime,endDateTime",...]
837
837
  serviceTargetAudience ServiceTargetAudience[]
838
+ status ServiceStatus @default(Draft)
838
839
 
839
840
  @@index([email])
840
841
  @@index([phone])
@@ -13,7 +13,7 @@ import {
13
13
  ServiceTargetAudience,
14
14
  Checkout,
15
15
  ServiceLink,
16
- Link
16
+ Link,
17
17
  } from "@prisma/client";
18
18
 
19
19
  export const FRONT_END_USER_DATA_TO_SELECT = {