@supernova-studio/client 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 +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +4 -3
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +3 -2
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -3826,7 +3826,7 @@ var DesignSystemInvitation = z132.object({
|
|
|
3826
3826
|
designSystemId: z132.string(),
|
|
3827
3827
|
workspaceInvitationId: z132.string(),
|
|
3828
3828
|
designSystemRole: DesignSystemRole.optional(),
|
|
3829
|
-
workspaceRole: WorkspaceRoleSchema
|
|
3829
|
+
workspaceRole: WorkspaceRoleSchema
|
|
3830
3830
|
});
|
|
3831
3831
|
var DesignSystemMembership = z133.object({
|
|
3832
3832
|
id: z133.string(),
|
|
@@ -3834,7 +3834,7 @@ var DesignSystemMembership = z133.object({
|
|
|
3834
3834
|
designSystemId: z133.string(),
|
|
3835
3835
|
designSystemRole: DesignSystemRole.optional(),
|
|
3836
3836
|
workspaceMembershipId: z133.string(),
|
|
3837
|
-
workspaceRole: WorkspaceRoleSchema
|
|
3837
|
+
workspaceRole: WorkspaceRoleSchema
|
|
3838
3838
|
});
|
|
3839
3839
|
var DesignSystemMembers = z133.object({
|
|
3840
3840
|
members: DesignSystemMembership.array(),
|
|
@@ -12522,6 +12522,7 @@ export {
|
|
|
12522
12522
|
DocumentationHierarchySettings,
|
|
12523
12523
|
DocumentationPageEditorModel,
|
|
12524
12524
|
DocumentationPageV1DTO,
|
|
12525
|
+
ExportersEndpoint,
|
|
12525
12526
|
FormattedCollections,
|
|
12526
12527
|
FrontendVersionRoomYDoc,
|
|
12527
12528
|
ListTreeBuilder,
|