@supernova-studio/client 1.4.22 → 1.4.23

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
@@ -3357,7 +3357,7 @@ function zeroNumberByDefault2() {
3357
3357
  var FigmaFile = z92.object({
3358
3358
  id: z92.string(),
3359
3359
  name: z92.string(),
3360
- lastModifiedAt: z92.date(),
3360
+ lastModifiedAt: z92.coerce.date(),
3361
3361
  thumbnailUrl: z92.string().optional()
3362
3362
  });
3363
3363
  var ImportJobState = z93.enum(["PendingInput", "Queued", "InProgress", "Failed", "Success"]);