@supernova-studio/client 1.14.1 → 1.14.2
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 +4 -0
- package/dist/index.d.ts +4 -0
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -9156,7 +9156,7 @@ var DTOCreateForgeProjectContext = DTOForgeProjectContext.pick({
|
|
|
9156
9156
|
tailwindConfig: true,
|
|
9157
9157
|
styling: true
|
|
9158
9158
|
}).extend({ npmProxySettings: DTONpmRegistryConfig });
|
|
9159
|
-
var DTOUpdateForgeProjectContext = DTOCreateForgeProjectContext.partial();
|
|
9159
|
+
var DTOUpdateForgeProjectContext = DTOCreateForgeProjectContext.partial().extend({ id: z313.string() });
|
|
9160
9160
|
var DTOForgeProjectContextGetResponse = z313.object({ context: DTOForgeProjectContext });
|
|
9161
9161
|
var DTOForgeProjectContextListResponse = z313.object({ contexts: z313.array(DTOForgeProjectContext) });
|
|
9162
9162
|
var DTOForgeProjectContextCreateResponse = z313.object({ context: DTOForgeProjectContext });
|