@supernova-studio/client 1.43.3 → 1.43.4

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
@@ -9853,6 +9853,10 @@ var DTOForgeProjectArtifactMoveResponse = z317.object({
9853
9853
  var DTOForgeProjectArtifactsListResponse = z317.object({
9854
9854
  artifacts: z317.array(DTOForgeProjectArtifact)
9855
9855
  });
9856
+ var DTOForgeProjectArtifactContentResponse = z317.object({
9857
+ artifactId: z317.string(),
9858
+ content: ForgeProjectArtifactContentData
9859
+ });
9856
9860
 
9857
9861
  // src/api/dto/forge/project-feature.ts
9858
9862
  import z318 from "zod";
@@ -19463,6 +19467,7 @@ export {
19463
19467
  DTOForgeProjectActionSectionMove,
19464
19468
  DTOForgeProjectActionSectionUpdate,
19465
19469
  DTOForgeProjectArtifact,
19470
+ DTOForgeProjectArtifactContentResponse,
19466
19471
  DTOForgeProjectArtifactCreateInput,
19467
19472
  DTOForgeProjectArtifactCreateResponse,
19468
19473
  DTOForgeProjectArtifactDeleteInput,