@supernova-studio/model 0.48.7 → 0.48.8
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 +1 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.js.map +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
- package/src/dsm/element-snapshots/base.ts +1 -0
package/dist/index.d.mts
CHANGED
|
@@ -34682,6 +34682,7 @@ declare const DesignElementSnapshotBase: z.ZodObject<{
|
|
|
34682
34682
|
designSystemVersionId: string;
|
|
34683
34683
|
reason: "Publish" | "Deletion";
|
|
34684
34684
|
}>;
|
|
34685
|
+
type DesignElementSnapshotBase = z.infer<typeof DesignElementSnapshotBase>;
|
|
34685
34686
|
declare const DesignElementSnapshotReason: z.ZodEnum<["Publish", "Deletion"]>;
|
|
34686
34687
|
type DesignElementSnapshotReason = z.infer<typeof DesignElementSnapshotReason>;
|
|
34687
34688
|
|
package/dist/index.d.ts
CHANGED
|
@@ -34682,6 +34682,7 @@ declare const DesignElementSnapshotBase: z.ZodObject<{
|
|
|
34682
34682
|
designSystemVersionId: string;
|
|
34683
34683
|
reason: "Publish" | "Deletion";
|
|
34684
34684
|
}>;
|
|
34685
|
+
type DesignElementSnapshotBase = z.infer<typeof DesignElementSnapshotBase>;
|
|
34685
34686
|
declare const DesignElementSnapshotReason: z.ZodEnum<["Publish", "Deletion"]>;
|
|
34686
34687
|
type DesignElementSnapshotReason = z.infer<typeof DesignElementSnapshotReason>;
|
|
34687
34688
|
|