@supernova-studio/client 1.77.0 → 1.77.1

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
@@ -11456,7 +11456,13 @@ var DTOSandboxTemplateBuildCreateInput = z346.object({
11456
11456
  designSystemId: z346.string(),
11457
11457
  name: z346.string(),
11458
11458
  version: z346.string(),
11459
- isExistingVersionUpdateAllowed: z346.boolean()
11459
+ isExistingVersionUpdateAllowed: z346.boolean(),
11460
+ templates: z346.object({
11461
+ id: z346.string(),
11462
+ name: z346.string(),
11463
+ description: z346.string(),
11464
+ thumbnailUrl: z346.string().optional()
11465
+ }).array().optional()
11460
11466
  });
11461
11467
  var DTOSandboxTemplateBuildCreateResponse = z346.object({
11462
11468
  /** @deprecated use domain + build.dockerImagePath */