@footballbingo/client 4.1.0 → 4.2.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.
@@ -4449,6 +4449,7 @@ export type ShareDto = {
4449
4449
  fromAvatarUrl: string | null;
4450
4450
  entityType: string;
4451
4451
  entityId: string;
4452
+ entityShareToken: string | null;
4452
4453
  message: string | null;
4453
4454
  readAt: string | null;
4454
4455
  createdAt: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@footballbingo/client",
3
- "version": "4.1.0",
3
+ "version": "4.2.0",
4
4
  "description": "Auto-generated TypeScript client for the Football Bingo API",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",