@supernova-studio/model 0.55.10 → 0.55.12
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 +1927 -4
- package/dist/index.d.ts +1927 -4
- package/dist/index.js +1 -0
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -0
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
- package/src/emails/design-system-invite.ts +2 -0
package/dist/index.js
CHANGED
|
@@ -4923,6 +4923,7 @@ var DesignSystemInviteEmailRecipient = _zod.z.object({
|
|
|
4923
4923
|
role: WorkspaceRoleSchema
|
|
4924
4924
|
});
|
|
4925
4925
|
var DesignSystemInviteEmailData = _zod.z.object({
|
|
4926
|
+
workspace: Workspace,
|
|
4926
4927
|
designSystem: DesignSystem,
|
|
4927
4928
|
invitedBy: User,
|
|
4928
4929
|
documentationDomain: _zod.z.string().optional()
|