@looplay/sdk 0.8.1 → 0.8.2

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.
@@ -136,6 +136,8 @@ export interface GameAssetDto {
136
136
  gameId: string;
137
137
  assetCode: string;
138
138
  name: string;
139
+ icon: string;
140
+ assetDesc: string;
139
141
  isActive: boolean;
140
142
  }
141
143
  /** An asset the authenticated player currently owns. */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@looplay/sdk",
3
- "version": "0.8.1",
3
+ "version": "0.8.2",
4
4
  "description": "LooplaySDK (auth + points) for game integrations",
5
5
  "license": "UNLICENSED",
6
6
  "type": "module",