@shophost/rest-api 2.0.69 → 2.0.70

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": "@shophost/rest-api",
3
- "version": "2.0.69",
3
+ "version": "2.0.70",
4
4
  "type": "module",
5
5
  "bin": {
6
6
  "shophost-rest-api": "./scripts/shophost-rest-api.mjs"
package/schema.prisma CHANGED
@@ -784,5 +784,6 @@ model Reservation {
784
784
  createdAt DateTime @default(now())
785
785
  acceptedAt DateTime?
786
786
  cancelledAt DateTime?
787
+ cancellationMessage String?
787
788
  updatedAt DateTime @updatedAt
788
789
  }