@supernova-studio/client 1.48.11 → 1.48.12

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
@@ -9533,7 +9533,7 @@ var DTOFeatureIterationArtifactsDiff = z315.object({
9533
9533
  deleted: z315.array(DTOFeatureArtifact.shape.key).optional().default([])
9534
9534
  });
9535
9535
  var DTOFeatureIterationState = z315.enum(["InProgress", "Success", "Error", "Timeout"]);
9536
- var DTOFeatureIterationErrorType = z315.enum(["PackageInstall", "Build", "Unknown"]);
9536
+ var DTOFeatureIterationErrorType = z315.enum(["PackageInstall", "Build", "Compile", "Unknown"]);
9537
9537
  var DTOFeatureIterationError = z315.object({
9538
9538
  description: z315.string(),
9539
9539
  type: DTOFeatureIterationErrorType