@supernova-studio/client 1.9.14 → 1.9.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.
package/dist/index.mjs CHANGED
@@ -6569,7 +6569,7 @@ var DTOFileUploadResponseItem = z213.object({
6569
6569
  url: z213.string(),
6570
6570
  size: z213.number()
6571
6571
  });
6572
- var DTOFileResponseItem = DTOFileUploadResponseItem.omit({ pendingUpload: true });
6572
+ var DTOFileResponseItem = DTOFileUploadResponseItem;
6573
6573
  var DTOUploadUrlItem = z213.object({
6574
6574
  fileId: z213.string(),
6575
6575
  uploadUrl: z213.string()