@thanh01.pmt/curriculum-kit 1.0.7 → 1.0.8

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.
@@ -116,6 +116,8 @@ interface MediaLedgerEntry {
116
116
  status: MediaLedgerStatus;
117
117
  /** Provider đã dùng (set khi done) */
118
118
  provider?: string;
119
+ /** Inline Markdown credit (tác giả + nguồn + license) — từ multimedia-kit AttributionBuilder */
120
+ attribution?: string;
119
121
  /** Path tương đối trong project sau khi done: _media/xxx.png */
120
122
  relPath?: string;
121
123
  /** Prompt cuối (đã enrich) — audit/debug */
@@ -116,6 +116,8 @@ interface MediaLedgerEntry {
116
116
  status: MediaLedgerStatus;
117
117
  /** Provider đã dùng (set khi done) */
118
118
  provider?: string;
119
+ /** Inline Markdown credit (tác giả + nguồn + license) — từ multimedia-kit AttributionBuilder */
120
+ attribution?: string;
119
121
  /** Path tương đối trong project sau khi done: _media/xxx.png */
120
122
  relPath?: string;
121
123
  /** Prompt cuối (đã enrich) — audit/debug */