@optimatech88/titomeet-shared-lib 1.0.18 → 1.0.19

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": "@optimatech88/titomeet-shared-lib",
3
- "version": "1.0.18",
3
+ "version": "1.0.19",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "scripts": {
@@ -243,7 +243,7 @@ enum ProviderStatus {
243
243
  model Provider {
244
244
  id String @id @default(cuid())
245
245
  name String
246
- email String
246
+ email String?
247
247
  description String?
248
248
  image String?
249
249
  phoneNumber String?