@supernova-studio/client 1.12.0 → 1.12.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.d.mts +90 -148
- package/dist/index.d.ts +90 -148
- package/dist/index.js +3 -3
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +3 -3
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -9148,11 +9148,11 @@ var DTOCreateForgeProjectContext = DTOForgeProjectContext.pick({
|
|
|
9148
9148
|
tailwindConfig: true,
|
|
9149
9149
|
styling: true
|
|
9150
9150
|
}).extend({ npmProxySettings: DTONpmRegistryConfig });
|
|
9151
|
-
var DTOUpdateForgeProjectContext =
|
|
9152
|
-
var DTOForgeProjectContextGetResponse = z311.object({ context: DTOForgeProjectContext
|
|
9151
|
+
var DTOUpdateForgeProjectContext = DTOCreateForgeProjectContext.partial();
|
|
9152
|
+
var DTOForgeProjectContextGetResponse = z311.object({ context: DTOForgeProjectContext });
|
|
9153
9153
|
var DTOForgeProjectContextListResponse = z311.object({ contexts: z311.array(DTOForgeProjectContext) });
|
|
9154
9154
|
var DTOForgeProjectContextCreateResponse = z311.object({ context: DTOForgeProjectContext });
|
|
9155
|
-
var DTOForgeProjectContextUpdateResponse = z311.object({ context: DTOForgeProjectContext
|
|
9155
|
+
var DTOForgeProjectContextUpdateResponse = z311.object({ context: DTOForgeProjectContext });
|
|
9156
9156
|
var DTOForgeProjectContextRemoveResponse = z311.object({
|
|
9157
9157
|
ok: z311.literal(true)
|
|
9158
9158
|
});
|