@supernova-studio/client 1.50.5 → 1.50.6
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.d.mts +5 -0
- package/dist/index.d.ts +5 -0
- package/dist/index.js +2 -0
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -0
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -10920,7 +10920,9 @@ var DTOSandboxTemplateBuildCreateInput = z340.object({
|
|
|
10920
10920
|
version: z340.string()
|
|
10921
10921
|
});
|
|
10922
10922
|
var DTOSandboxTemplateBuildCreateResponse = z340.object({
|
|
10923
|
+
/** @deprecated use domain + build.dockerImagePath */
|
|
10923
10924
|
dockerUrl: z340.string(),
|
|
10925
|
+
dockerRegistryDomain: z340.string(),
|
|
10924
10926
|
dockerAccessToken: z340.string(),
|
|
10925
10927
|
build: DTOSandboxTemplateBuild
|
|
10926
10928
|
});
|