@supernova-studio/client 0.55.14 → 0.55.16

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.mjs CHANGED
@@ -2244,7 +2244,9 @@ var PageBlockItemFigmaComponentValue = z44.object({
2244
2244
  z44.object({
2245
2245
  entityId: z44.string(),
2246
2246
  entityType: z44.enum(["FigmaComponent"]),
2247
- selectedComponentProperties: z44.string().array().optional()
2247
+ entityMeta: z44.object({
2248
+ selectedComponentProperties: z44.string().array().optional()
2249
+ }).optional()
2248
2250
  })
2249
2251
  ).default([])
2250
2252
  });
@@ -5153,6 +5155,11 @@ var DTODesignSystem = DesignSystem.omit({
5153
5155
  meta: ObjectMeta,
5154
5156
  docExporterId: z178.string(),
5155
5157
  sources: z178.array(z178.any()),
5158
+ /**
5159
+ * Whether or not user who is requesting the design system
5160
+ * has access to the design system's contents.
5161
+ */
5162
+ isAvailableToUser: z178.boolean(),
5156
5163
  role: WorkspaceRoleSchema.optional()
5157
5164
  });
5158
5165
  var DTODesignSystemResponse = z178.object({