@supernova-studio/model 1.72.0 → 1.72.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 +0 -51
- package/dist/index.d.ts +0 -51
- package/dist/index.js +0 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +0 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -5624,7 +5624,6 @@ import { z as z161 } from "zod";
|
|
|
5624
5624
|
var WorkspaceContext = z161.object({
|
|
5625
5625
|
workspaceId: z161.string(),
|
|
5626
5626
|
product: ProductCodeSchema,
|
|
5627
|
-
ipWhitelist: nullishToOptional(WorkspaceIpSettings),
|
|
5628
5627
|
publicDesignSystem: z161.boolean().optional()
|
|
5629
5628
|
});
|
|
5630
5629
|
|