@supernova-studio/client 0.55.22 → 0.55.23
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 +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/dist/index.js
CHANGED
|
@@ -3626,6 +3626,9 @@ var DesignSystemMemberUpdate = _zod.z.object({
|
|
|
3626
3626
|
designSystemRole: DesignSystemRole.nullable()
|
|
3627
3627
|
});
|
|
3628
3628
|
var DesignSystemInviteUpdate = _zod.z.object({
|
|
3629
|
+
/**
|
|
3630
|
+
* Workspace invitation id
|
|
3631
|
+
*/
|
|
3629
3632
|
inviteId: _zod.z.string(),
|
|
3630
3633
|
designSystemRole: DesignSystemRole.nullable()
|
|
3631
3634
|
});
|