@pc-nexus/models 0.5.0-next.12 → 0.5.0-next.13

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pc-nexus/models",
3
- "version": "0.5.0-next.12",
3
+ "version": "0.5.0-next.13",
4
4
  "peerDependencies": {},
5
5
  "dependencies": {
6
6
  "tslib": "^2.3.0"
@@ -368,6 +368,7 @@ interface DownloadResult {
368
368
  success: boolean;
369
369
  key: string;
370
370
  blob?: Blob;
371
+ name?: string;
371
372
  status?: number;
372
373
  error?: string;
373
374
  }