@tscircuit/footprinter 0.0.265 → 0.0.267

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.js CHANGED
@@ -104,7 +104,8 @@ var silkscreenRef = (x, y, font_size) => {
104
104
  // src/helpers/zod/base_def.ts
105
105
  import { z } from "zod";
106
106
  var base_def = z.object({
107
- norefdes: z.boolean().optional().describe("disable reference designator label")
107
+ norefdes: z.boolean().optional().describe("disable reference designator label"),
108
+ invert: z.boolean().optional().describe("hint to invert the orientation of the 3D model")
108
109
  });
109
110
 
110
111
  // src/fn/dip.ts