@supernova-studio/client 0.48.11 → 0.48.13
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 +2 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -2482,7 +2482,8 @@ var DesignElementSnapshotBase = _zod.z.object({
|
|
|
2482
2482
|
designSystemVersionId: _zod.z.string(),
|
|
2483
2483
|
createdAt: _zod.z.coerce.date(),
|
|
2484
2484
|
updatedAt: _zod.z.coerce.date(),
|
|
2485
|
-
reason: DesignElementSnapshotReason
|
|
2485
|
+
reason: DesignElementSnapshotReason,
|
|
2486
|
+
createdByUserId: _zod.z.string()
|
|
2486
2487
|
});
|
|
2487
2488
|
var DocumentationPageSnapshot = DesignElementSnapshotBase.extend({
|
|
2488
2489
|
page: DocumentationPageV2,
|