@wvdsh/api 0.1.30 → 0.1.31

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.
@@ -130,7 +130,6 @@ export interface SDKUser {
130
130
  }
131
131
  export interface SDKConfig {
132
132
  convexCloudUrl: string;
133
- convexHttpUrl: string;
134
133
  wavedashUser: SDKUser;
135
134
  gameCloudId: GenericId<'gameClouds'>;
136
135
  ugcHost: string;
@@ -201,6 +201,10 @@ export type PublicApiType = {
201
201
  score: number;
202
202
  scoreChanged: boolean;
203
203
  };
204
+ submission: {
205
+ globalRank: number;
206
+ score: number;
207
+ };
204
208
  totalEntries: number;
205
209
  }>;
206
210
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wvdsh/api",
3
- "version": "0.1.30",
3
+ "version": "0.1.31",
4
4
  "description": "Public API types and shared constants for the Wavedash platform",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",