@supernova-studio/client 0.55.14 → 0.55.15
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 +34 -0
- package/dist/index.d.ts +34 -0
- package/dist/index.js +5 -0
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +5 -0
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
- package/src/api/dto/design-systems/design-system.ts +7 -0
package/dist/index.mjs
CHANGED
|
@@ -5153,6 +5153,11 @@ var DTODesignSystem = DesignSystem.omit({
|
|
|
5153
5153
|
meta: ObjectMeta,
|
|
5154
5154
|
docExporterId: z178.string(),
|
|
5155
5155
|
sources: z178.array(z178.any()),
|
|
5156
|
+
/**
|
|
5157
|
+
* Whether or not user who is requesting the design system
|
|
5158
|
+
* has access to the design system's contents.
|
|
5159
|
+
*/
|
|
5160
|
+
isAvailableToUser: z178.boolean(),
|
|
5156
5161
|
role: WorkspaceRoleSchema.optional()
|
|
5157
5162
|
});
|
|
5158
5163
|
var DTODesignSystemResponse = z178.object({
|