@supernova-studio/model 1.94.0 → 1.95.0
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 +11 -0
- package/dist/index.d.ts +11 -0
- package/dist/index.js +3 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +3 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -3193,6 +3193,7 @@ var FigmaNodeReferenceData = z63.object({
|
|
|
3193
3193
|
sceneNodeId: z63.string(),
|
|
3194
3194
|
format: FigmaNodeRenderFormat,
|
|
3195
3195
|
scale: nullishToOptional(z63.number()),
|
|
3196
|
+
useAbsoluteBounds: nullishToOptional(z63.boolean()),
|
|
3196
3197
|
renderState: FigmaNodeRenderState,
|
|
3197
3198
|
renderedImage: FigmaNodeRenderedImage.optional(),
|
|
3198
3199
|
renderError: FigmaNodeRenderError.optional(),
|
|
@@ -5935,7 +5936,8 @@ var PublishedDocPageVisitsEntry = z175.object({
|
|
|
5935
5936
|
timestamp: z175.coerce.date(),
|
|
5936
5937
|
visits: z175.number(),
|
|
5937
5938
|
userId: nullishToOptional(z175.string()),
|
|
5938
|
-
anonymousId: nullishToOptional(z175.string())
|
|
5939
|
+
anonymousId: nullishToOptional(z175.string()),
|
|
5940
|
+
ipAddress: nullishToOptional(z175.string())
|
|
5939
5941
|
});
|
|
5940
5942
|
|
|
5941
5943
|
// src/dsm/published-doc-page.ts
|