@thanh01.pmt/curriculum-kit 1.1.0 → 1.2.0

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.
@@ -12,6 +12,8 @@ interface SingleArtifactRequest {
12
12
  gradeLevel?: string;
13
13
  studentCount?: string;
14
14
  language?: string;
15
+ sectionLanguageContract?: Record<string, Record<string, string>> | string;
16
+ failClosedContext?: boolean;
15
17
  extraContext?: string;
16
18
  config?: Record<string, any>;
17
19
  contextSot?: {
@@ -19,6 +21,7 @@ interface SingleArtifactRequest {
19
21
  learnerProfile?: string;
20
22
  lessonPlan?: string;
21
23
  handout?: string;
24
+ exposition?: string;
22
25
  };
23
26
  /**
24
27
  * Media Ledger policy (nếu có): agent chèn placeholder [IMAGE: slug], Curator duyệt,
@@ -12,6 +12,8 @@ interface SingleArtifactRequest {
12
12
  gradeLevel?: string;
13
13
  studentCount?: string;
14
14
  language?: string;
15
+ sectionLanguageContract?: Record<string, Record<string, string>> | string;
16
+ failClosedContext?: boolean;
15
17
  extraContext?: string;
16
18
  config?: Record<string, any>;
17
19
  contextSot?: {
@@ -19,6 +21,7 @@ interface SingleArtifactRequest {
19
21
  learnerProfile?: string;
20
22
  lessonPlan?: string;
21
23
  handout?: string;
24
+ exposition?: string;
22
25
  };
23
26
  /**
24
27
  * Media Ledger policy (nếu có): agent chèn placeholder [IMAGE: slug], Curator duyệt,