@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.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 });