@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.d.mts +6 -0
- package/dist/index.d.ts +6 -0
- package/dist/index.js +3 -0
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +3 -0
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
- package/src/dsm/membership/design-system-membership.ts +3 -0
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
|
});
|