@supernova-studio/client 1.81.2 → 1.81.3

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
@@ -10568,6 +10568,9 @@ var DTOForgeFigmaNodeCreateRequest = z319.object({
10568
10568
  var DTOForgeFigmaNodeResponse = z319.object({
10569
10569
  figmaNode: DTOForgeFigmaNode
10570
10570
  });
10571
+ var DTOForgeFigmaNodeValidateResponse = z319.object({
10572
+ isValid: z319.boolean()
10573
+ });
10571
10574
 
10572
10575
  // src/api/dto/forge/iteration-message-old.ts
10573
10576
  import { z as z321 } from "zod";
@@ -21183,6 +21186,7 @@ export {
21183
21186
  DTOForgeFigmaNodeOrigin,
21184
21187
  DTOForgeFigmaNodeResponse,
21185
21188
  DTOForgeFigmaNodeState,
21189
+ DTOForgeFigmaNodeValidateResponse,
21186
21190
  DTOForgeFileArtifact,
21187
21191
  DTOForgeIconSet,
21188
21192
  DTOForgeIconSetTypeV2,