@supernova-studio/model 1.71.3 → 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.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