@onbeam/player-api-client
Advanced tools
Comparing version 1.2.5 to 1.2.6
@@ -968,3 +968,5 @@ type ApiRequestOptions = { | ||
user: { | ||
id?: string | null; | ||
entities: Array<{ | ||
entityId: string; | ||
}>; | ||
wallet: { | ||
@@ -1062,5 +1064,3 @@ address: string; | ||
data: Array<{ | ||
externalEntityId: string; | ||
userId: string; | ||
gameId: string; | ||
id: string; | ||
wallets: Array<{ | ||
@@ -1076,2 +1076,5 @@ id: string; | ||
}>; | ||
entities: Array<{ | ||
entityId: string; | ||
}>; | ||
}>; | ||
@@ -1078,0 +1081,0 @@ pagination: { |
@@ -26,3 +26,3 @@ { | ||
}, | ||
"version": "1.2.5", | ||
"version": "1.2.6", | ||
"scripts": { | ||
@@ -29,0 +29,0 @@ "generate": "pnpm generate:client && pnpm generate:barrels && pnpm build", |
Sorry, the diff of this file is not supported yet
721535
20006