@footballbingo/client 2.6.2 → 2.6.4

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.
@@ -5393,6 +5393,7 @@ export type ActiveAcceptedStake = Stake & {
5393
5393
  export type UserActiveStakesResponse = {
5394
5394
  posted: Array<Stake>;
5395
5395
  accepted: Array<ActiveAcceptedStake>;
5396
+ targetedAtMe: Array<Stake>;
5396
5397
  };
5397
5398
  export type HistoryAcceptedStake = Stake & {
5398
5399
  myAcceptance: UserAcceptanceSummary & {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@footballbingo/client",
3
- "version": "2.6.2",
3
+ "version": "2.6.4",
4
4
  "description": "Auto-generated TypeScript client for the Football Bingo API",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",