@wvdsh/api 0.1.13 → 0.1.15

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.
@@ -259,9 +259,6 @@ export type PublicApiType = {
259
259
  }, boolean>;
260
260
  };
261
261
  remoteFileStorage: {
262
- deleteFile: FunctionReference<"action", "public", {
263
- path: string;
264
- }, null>;
265
262
  getUploadUrl: FunctionReference<"mutation", "public", {
266
263
  path: string;
267
264
  }, string>;
@@ -291,10 +288,6 @@ export type PublicApiType = {
291
288
  deleteUGCItem: FunctionReference<"mutation", "public", {
292
289
  ugcId: Id<"userGeneratedContent">;
293
290
  }, null>;
294
- finishUGCUpload: FunctionReference<"mutation", "public", {
295
- success: boolean;
296
- ugcId: Id<"userGeneratedContent">;
297
- }, boolean>;
298
291
  getUGCItemDownloadUrl: FunctionReference<"query", "public", {
299
292
  ugcId: Id<"userGeneratedContent">;
300
293
  }, string>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wvdsh/api",
3
- "version": "0.1.13",
3
+ "version": "0.1.15",
4
4
  "description": "Public API types and shared constants for the Wavedash platform",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",