@supernova-studio/model 0.55.22 → 0.55.24

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.mjs CHANGED
@@ -4070,6 +4070,9 @@ var DesignSystemMemberUpdate = z115.object({
4070
4070
  designSystemRole: DesignSystemRole.nullable()
4071
4071
  });
4072
4072
  var DesignSystemInviteUpdate = z115.object({
4073
+ /**
4074
+ * Workspace invitation id
4075
+ */
4073
4076
  inviteId: z115.string(),
4074
4077
  designSystemRole: DesignSystemRole.nullable()
4075
4078
  });