@supernova-studio/model 0.47.8 → 0.47.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.mjs CHANGED
@@ -519,8 +519,11 @@ var DataSourceFigmaImportMetadata = z29.object({
519
519
  var DataSourceFigmaRemote = z29.object({
520
520
  type: z29.literal(DataSourceRemoteType.Enum.Figma),
521
521
  fileId: z29.string(),
522
+ preferredCredentialId: z29.string().optional(),
522
523
  ownerId: z29.string(),
524
+ // todo remove or keep to reference who created data source
523
525
  ownerName: z29.string(),
526
+ // todo probably remove
524
527
  scope: DataSourceFigmaScope,
525
528
  state: DataSourceFigmaState,
526
529
  requiresSync: z29.boolean().optional().transform((v) => v ?? false),