@supernova-studio/model 0.57.8 → 0.57.9
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 +16 -16
- package/dist/index.d.ts +16 -16
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -2
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
- package/src/dsm/membership/design-system-membership.ts +1 -1
- package/src/dsm/membership/invitations.ts +2 -2
package/dist/index.mjs
CHANGED
|
@@ -4393,7 +4393,7 @@ var DesignSystemInvitation = z132.object({
|
|
|
4393
4393
|
designSystemId: z132.string(),
|
|
4394
4394
|
workspaceInvitationId: z132.string(),
|
|
4395
4395
|
designSystemRole: DesignSystemRole.optional(),
|
|
4396
|
-
workspaceRole: WorkspaceRoleSchema
|
|
4396
|
+
workspaceRole: WorkspaceRoleSchema
|
|
4397
4397
|
});
|
|
4398
4398
|
|
|
4399
4399
|
// src/dsm/membership/design-system-membership.ts
|
|
@@ -4403,7 +4403,7 @@ var DesignSystemMembership = z133.object({
|
|
|
4403
4403
|
designSystemId: z133.string(),
|
|
4404
4404
|
designSystemRole: DesignSystemRole.optional(),
|
|
4405
4405
|
workspaceMembershipId: z133.string(),
|
|
4406
|
-
workspaceRole: WorkspaceRoleSchema
|
|
4406
|
+
workspaceRole: WorkspaceRoleSchema
|
|
4407
4407
|
});
|
|
4408
4408
|
var DesignSystemMembers = z133.object({
|
|
4409
4409
|
members: DesignSystemMembership.array(),
|