@supernova-studio/client 1.52.0 → 1.52.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
@@ -10962,13 +10962,15 @@ var DTOSandboxTemplateBuildCreateInput = z342.object({
10962
10962
  workspaceId: z342.string(),
10963
10963
  designSystemId: z342.string(),
10964
10964
  name: z342.string(),
10965
- version: z342.string()
10965
+ version: z342.string(),
10966
+ isExistingVersionUpdateAllowed: z342.boolean()
10966
10967
  });
10967
10968
  var DTOSandboxTemplateBuildCreateResponse = z342.object({
10968
10969
  /** @deprecated use domain + build.dockerImagePath */
10969
- dockerUrl: z342.string(),
10970
+ dockerUrl: z342.string().optional(),
10970
10971
  dockerRegistryDomain: z342.string(),
10971
- dockerAccessToken: z342.string(),
10972
+ /** @deprecated use docker-login endpoint */
10973
+ dockerAccessToken: z342.string().optional(),
10972
10974
  build: DTOSandboxTemplateBuild
10973
10975
  });
10974
10976
  var DTOSandboxTemplateBuildFinalizeResponse = z342.object({