@bash-app/bash-common 29.52.0 → 29.54.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 +2 -1
- package/prisma/schema.prisma +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bash-app/bash-common",
|
|
3
|
-
"version": "29.
|
|
3
|
+
"version": "29.54.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",
|
|
@@ -23,6 +23,7 @@
|
|
|
23
23
|
"@aws-sdk/s3-request-presigner": "^3.529.0",
|
|
24
24
|
"@testing-library/jest-dom": "^6.6.3",
|
|
25
25
|
"@types/qrcode": "^1.5.5",
|
|
26
|
+
"npm": "^11.0.0",
|
|
26
27
|
"qrcode": "^1.5.3"
|
|
27
28
|
},
|
|
28
29
|
"peerDependencies": {
|
package/prisma/schema.prisma
CHANGED
|
@@ -851,7 +851,7 @@ model User {
|
|
|
851
851
|
stripeCustomerId String? @unique
|
|
852
852
|
stripeAccountId String? @unique
|
|
853
853
|
isSuperUser Boolean @default(false)
|
|
854
|
-
isSuspended Boolean @default(false)
|
|
854
|
+
// isSuspended Boolean @default(false)
|
|
855
855
|
googleCalendarAccess String?
|
|
856
856
|
givenName String?
|
|
857
857
|
familyName String?
|