@thanh01.pmt/curriculum-kit 1.4.0 → 1.4.2

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.
@@ -968,16 +968,22 @@ declare const LessonPlanSchema: z.ZodObject<{
968
968
  description: z.ZodString;
969
969
  bloomLevel: z.ZodDefault<z.ZodString>;
970
970
  successCriteria: z.ZodDefault<z.ZodOptional<z.ZodString>>;
971
+ standardRefs: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
972
+ conceptRefs: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
971
973
  }, "strip", z.ZodTypeAny, {
972
974
  code: string;
973
975
  successCriteria: string;
974
976
  description: string;
975
977
  name: string;
976
978
  bloomLevel: string;
979
+ standardRefs?: string[] | undefined;
980
+ conceptRefs?: string[] | undefined;
977
981
  }, {
978
982
  description: string;
979
983
  code?: string | undefined;
980
984
  successCriteria?: string | undefined;
985
+ standardRefs?: string[] | undefined;
986
+ conceptRefs?: string[] | undefined;
981
987
  name?: string | undefined;
982
988
  bloomLevel?: string | undefined;
983
989
  }>, "many">>;
@@ -1142,6 +1148,8 @@ declare const LessonPlanSchema: z.ZodObject<{
1142
1148
  description: string;
1143
1149
  name: string;
1144
1150
  bloomLevel: string;
1151
+ standardRefs?: string[] | undefined;
1152
+ conceptRefs?: string[] | undefined;
1145
1153
  }[];
1146
1154
  teacherNotes: {
1147
1155
  commonPitfalls: string[];
@@ -1223,6 +1231,8 @@ declare const LessonPlanSchema: z.ZodObject<{
1223
1231
  description: string;
1224
1232
  code?: string | undefined;
1225
1233
  successCriteria?: string | undefined;
1234
+ standardRefs?: string[] | undefined;
1235
+ conceptRefs?: string[] | undefined;
1226
1236
  name?: string | undefined;
1227
1237
  bloomLevel?: string | undefined;
1228
1238
  }[] | undefined;
@@ -9805,16 +9815,22 @@ declare const CurriculumArtifactSchema: z.ZodDiscriminatedUnion<"artifactType",
9805
9815
  description: z.ZodString;
9806
9816
  bloomLevel: z.ZodDefault<z.ZodString>;
9807
9817
  successCriteria: z.ZodDefault<z.ZodOptional<z.ZodString>>;
9818
+ standardRefs: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
9819
+ conceptRefs: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
9808
9820
  }, "strip", z.ZodTypeAny, {
9809
9821
  code: string;
9810
9822
  successCriteria: string;
9811
9823
  description: string;
9812
9824
  name: string;
9813
9825
  bloomLevel: string;
9826
+ standardRefs?: string[] | undefined;
9827
+ conceptRefs?: string[] | undefined;
9814
9828
  }, {
9815
9829
  description: string;
9816
9830
  code?: string | undefined;
9817
9831
  successCriteria?: string | undefined;
9832
+ standardRefs?: string[] | undefined;
9833
+ conceptRefs?: string[] | undefined;
9818
9834
  name?: string | undefined;
9819
9835
  bloomLevel?: string | undefined;
9820
9836
  }>, "many">>;
@@ -9979,6 +9995,8 @@ declare const CurriculumArtifactSchema: z.ZodDiscriminatedUnion<"artifactType",
9979
9995
  description: string;
9980
9996
  name: string;
9981
9997
  bloomLevel: string;
9998
+ standardRefs?: string[] | undefined;
9999
+ conceptRefs?: string[] | undefined;
9982
10000
  }[];
9983
10001
  teacherNotes: {
9984
10002
  commonPitfalls: string[];
@@ -10060,6 +10078,8 @@ declare const CurriculumArtifactSchema: z.ZodDiscriminatedUnion<"artifactType",
10060
10078
  description: string;
10061
10079
  code?: string | undefined;
10062
10080
  successCriteria?: string | undefined;
10081
+ standardRefs?: string[] | undefined;
10082
+ conceptRefs?: string[] | undefined;
10063
10083
  name?: string | undefined;
10064
10084
  bloomLevel?: string | undefined;
10065
10085
  }[] | undefined;
@@ -968,16 +968,22 @@ declare const LessonPlanSchema: z.ZodObject<{
968
968
  description: z.ZodString;
969
969
  bloomLevel: z.ZodDefault<z.ZodString>;
970
970
  successCriteria: z.ZodDefault<z.ZodOptional<z.ZodString>>;
971
+ standardRefs: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
972
+ conceptRefs: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
971
973
  }, "strip", z.ZodTypeAny, {
972
974
  code: string;
973
975
  successCriteria: string;
974
976
  description: string;
975
977
  name: string;
976
978
  bloomLevel: string;
979
+ standardRefs?: string[] | undefined;
980
+ conceptRefs?: string[] | undefined;
977
981
  }, {
978
982
  description: string;
979
983
  code?: string | undefined;
980
984
  successCriteria?: string | undefined;
985
+ standardRefs?: string[] | undefined;
986
+ conceptRefs?: string[] | undefined;
981
987
  name?: string | undefined;
982
988
  bloomLevel?: string | undefined;
983
989
  }>, "many">>;
@@ -1142,6 +1148,8 @@ declare const LessonPlanSchema: z.ZodObject<{
1142
1148
  description: string;
1143
1149
  name: string;
1144
1150
  bloomLevel: string;
1151
+ standardRefs?: string[] | undefined;
1152
+ conceptRefs?: string[] | undefined;
1145
1153
  }[];
1146
1154
  teacherNotes: {
1147
1155
  commonPitfalls: string[];
@@ -1223,6 +1231,8 @@ declare const LessonPlanSchema: z.ZodObject<{
1223
1231
  description: string;
1224
1232
  code?: string | undefined;
1225
1233
  successCriteria?: string | undefined;
1234
+ standardRefs?: string[] | undefined;
1235
+ conceptRefs?: string[] | undefined;
1226
1236
  name?: string | undefined;
1227
1237
  bloomLevel?: string | undefined;
1228
1238
  }[] | undefined;
@@ -9805,16 +9815,22 @@ declare const CurriculumArtifactSchema: z.ZodDiscriminatedUnion<"artifactType",
9805
9815
  description: z.ZodString;
9806
9816
  bloomLevel: z.ZodDefault<z.ZodString>;
9807
9817
  successCriteria: z.ZodDefault<z.ZodOptional<z.ZodString>>;
9818
+ standardRefs: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
9819
+ conceptRefs: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
9808
9820
  }, "strip", z.ZodTypeAny, {
9809
9821
  code: string;
9810
9822
  successCriteria: string;
9811
9823
  description: string;
9812
9824
  name: string;
9813
9825
  bloomLevel: string;
9826
+ standardRefs?: string[] | undefined;
9827
+ conceptRefs?: string[] | undefined;
9814
9828
  }, {
9815
9829
  description: string;
9816
9830
  code?: string | undefined;
9817
9831
  successCriteria?: string | undefined;
9832
+ standardRefs?: string[] | undefined;
9833
+ conceptRefs?: string[] | undefined;
9818
9834
  name?: string | undefined;
9819
9835
  bloomLevel?: string | undefined;
9820
9836
  }>, "many">>;
@@ -9979,6 +9995,8 @@ declare const CurriculumArtifactSchema: z.ZodDiscriminatedUnion<"artifactType",
9979
9995
  description: string;
9980
9996
  name: string;
9981
9997
  bloomLevel: string;
9998
+ standardRefs?: string[] | undefined;
9999
+ conceptRefs?: string[] | undefined;
9982
10000
  }[];
9983
10001
  teacherNotes: {
9984
10002
  commonPitfalls: string[];
@@ -10060,6 +10078,8 @@ declare const CurriculumArtifactSchema: z.ZodDiscriminatedUnion<"artifactType",
10060
10078
  description: string;
10061
10079
  code?: string | undefined;
10062
10080
  successCriteria?: string | undefined;
10081
+ standardRefs?: string[] | undefined;
10082
+ conceptRefs?: string[] | undefined;
10063
10083
  name?: string | undefined;
10064
10084
  bloomLevel?: string | undefined;
10065
10085
  }[] | undefined;
@@ -143,7 +143,9 @@ var LessonPlanSchema = z.object({
143
143
  name: z.string().optional().default(""),
144
144
  description: z.string(),
145
145
  bloomLevel: z.string().default("understand"),
146
- successCriteria: z.string().optional().default("")
146
+ successCriteria: z.string().optional().default(""),
147
+ standardRefs: z.array(z.string()).optional(),
148
+ conceptRefs: z.array(z.string()).optional()
147
149
  })).default([]),
148
150
  prerequisites: z.string().optional().default(""),
149
151
  materialsSummary: z.string().optional().default(""),