@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.
- package/dist/types.gen.d.ts +1 -0
- package/package.json +1 -1
package/dist/types.gen.d.ts
CHANGED
|
@@ -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 & {
|