@optimatech88/titomeet-shared-lib 1.0.0 → 1.0.1

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.0",
3
+ "version": "1.0.1",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "scripts": {
@@ -70,6 +70,7 @@ model Event {
70
70
  address String
71
71
  capacity Int
72
72
  coverPicture String
73
+ badge String
73
74
  tags String[] // Array of tags
74
75
  accessType EventAccess @default(FREE)
75
76
  visibility EventVisibility @default(PUBLIC)