@oaknational/oak-curriculum-schema 2.13.0 → 2.14.0-beta.1
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/cjs/schema/public/components/base/base.schema.cjs +1 -1
- package/cjs/schema/public/components/base/base.schema.cjs.map +1 -1
- package/esm/schema/public/components/base/base.schema.js +1 -1
- package/esm/schema/public/components/base/base.schema.js.map +1 -1
- package/package.json +1 -1
- package/src/schema/public/components/base/base.schema.ts +2 -0
- package/types.d.ts +1179 -1109
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
"use strict";var e=require("zod");const a=e.z.literal("published"),n=e.z.literal("new"),
|
|
1
|
+
"use strict";var e=require("zod");const a=e.z.literal("published"),n=e.z.literal("new"),i=e.z.literal("migration"),r=e.z.object({created_at:e.z.string(),updated_at:e.z.string()}),t=e.z.union([a,n,i]),s=e.z.enum(["2020-2023","2023-2024","2024-2025","0"]),o=e.z.enum(["foundation","primary","secondary"]),l=e.z.enum(["Early Years Foundation Stage","Primary","Secondary"]),c=e.z.enum(["foundation","primary","secondary"]),p=e.z.enum(["KS1","KS2","KS3","KS4","EYFS","All key stages"]),g=e.z.enum(["ks1","ks2","ks3","ks4","early-years-foundation-stage","all-ks"]),u=e.z.enum(["Key Stage 1","Key Stage 2","Key Stage 3","Key Stage 4","Early Years Foundation Stage","All Key Stages"]),d=e.z.enum(["1","2","3","4","5","6","7","8","9","10","11","12","13","R","All"]),y=e.z.enum(["reception","year-1","year-2","year-3","year-4","year-5","year-6","year-7","year-8","year-9","year-10","year-11","year-12","year-13","all-years"]),m=e.z.enum(["Year 1","Year 2","Year 3","Year 4","Year 5","Year 6","Year 7","Year 8","Year 9","Year 10","Year 11","Year 12","Year 13","Reception","All years"]),h=e.z.enum(["core","foundation","higher"]),x=e.z.enum(["core","foundation","higher"]),S=e.z.enum(["Core","Foundation","Higher"]),z=e.z.enum(["Core","GCSE"]),E=e.z.enum(["core","gcse"]),C=e.z.enum(["Core","GCSE"]),Y=e.z.enum(["aqa","edexcel","eduqas","ocr","wjec","edexcelb"]),b=e.z.enum(["AQA","Edexcel","Eduqas","OCR","WJEC","Edexcel B"]),f=e.z.enum(["Assessment and Qualifications Alliance","Edexcel","Eduqas","Oxford, Cambridge and RSA Examinations","Welsh Joint Education Committee","Edexcel B"]),k=e.z.enum(["Computing (non-GCSE)","Art and design","Citizenship","Computing","Computer Science","Design and technology","Drama","English","English grammar","English reading for pleasure","English spelling","Expressive arts and design","Financial education","French","Geography","German","History","Latin","Literacy","Maths","Music","Personal, social and emotional development","Physical education","RSHE (PSHE)","Religious education","Rule of law","Science","Biology","Chemistry","Combined science","Physics","Spanish","Understanding the world","Specialist","Communication and language","Creative arts","Independent living","Numeracy","Physical development","Therapies","Occupational therapy","Physical therapy","Sensory integration","Speech and language therapy","QA testing only","Cooking and nutrition","Digital Literacy"]),v=e.z.enum(["computing-non-gcse","art","citizenship","computing","design-technology","drama","english","english-grammar","english-reading-for-pleasure","english-spelling","expressive-arts-and-design","financial-education","french","geography","german","history","latin","literacy","maths","music","personal-social-and-emotional-development","physical-education","rshe-pshe","religious-education","rule-of-law","science","biology","chemistry","combined-science","physics","spanish","understanding-the-world","specialist","communication-and-language","creative-arts","independent-living","numeracy","physical-development","therapies","occupational-therapy","physical-therapy","sensory-integration","speech-and-language-therapy","testing-not-for-publication","cooking-nutrition","digital-literacy"]);exports._cohortSchema=s,exports._stateSchema=t,exports.examboardDescriptions=f,exports.examboardSlugs=Y,exports.examboards=b,exports.keystageDescriptions=u,exports.keystageSlugs=g,exports.keystages=p,exports.migrationState=i,exports.newState=n,exports.pathwayDescriptions=C,exports.pathwaySlugs=E,exports.pathways=z,exports.phaseDescriptions=l,exports.phaseSlugs=o,exports.phases=c,exports.publishedState=a,exports.subjectSlugs=v,exports.subjects=k,exports.tierDescriptions=S,exports.tierSlugs=x,exports.tiers=h,exports.timestampsSchema=r,exports.yearDescriptions=m,exports.yearSlugs=y,exports.years=d;
|
|
2
2
|
//# sourceMappingURL=base.schema.cjs.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"base.schema.cjs","sources":["../../../../../../src/schema/public/components/base/base.schema.ts"],"sourcesContent":["import { z } from \"zod\";\n\nexport const publishedState = z.literal(\"published\");\nexport const newState = z.literal(\"new\");\nexport const migrationState = z.literal(\"migration\");\n\nexport const timestampsSchema = z.object({\n created_at: z.string(),\n updated_at: z.string(),\n});\n\nexport const _stateSchema = z.union([publishedState, newState, migrationState]);\nexport const _cohortSchema = z.enum([\n \"2020-2023\",\n \"2023-2024\",\n \"2024-2025\",\n \"0\",\n]);\n\nexport const phaseSlugs = z.enum([\"foundation\", \"primary\", \"secondary\"]);\nexport const phaseDescriptions = z.enum([\n \"Early Years Foundation Stage\",\n \"Primary\",\n \"Secondary\",\n]);\nexport const phases = z.enum([\"foundation\", \"primary\", \"secondary\"]);\n\nexport const keystages = z.enum([\n \"KS1\",\n \"KS2\",\n \"KS3\",\n \"KS4\",\n \"EYFS\",\n \"All key stages\",\n]);\nexport const keystageSlugs = z.enum([\n \"ks1\",\n \"ks2\",\n \"ks3\",\n \"ks4\",\n \"early-years-foundation-stage\",\n \"all-ks\",\n]);\nexport const keystageDescriptions = z.enum([\n \"Key Stage 1\",\n \"Key Stage 2\",\n \"Key Stage 3\",\n \"Key Stage 4\",\n \"Early Years Foundation Stage\",\n \"All Key Stages\",\n]);\n\nexport const years = z.enum([\n \"1\",\n \"2\",\n \"3\",\n \"4\",\n \"5\",\n \"6\",\n \"7\",\n \"8\",\n \"9\",\n \"10\",\n \"11\",\n \"12\",\n \"13\",\n \"R\",\n \"All\",\n]);\nexport const yearSlugs = z.enum([\n \"reception\",\n \"year-1\",\n \"year-2\",\n \"year-3\",\n \"year-4\",\n \"year-5\",\n \"year-6\",\n \"year-7\",\n \"year-8\",\n \"year-9\",\n \"year-10\",\n \"year-11\",\n \"year-12\",\n \"year-13\",\n \"all-years\",\n]);\nexport const yearDescriptions = z.enum([\n \"Year 1\",\n \"Year 2\",\n \"Year 3\",\n \"Year 4\",\n \"Year 5\",\n \"Year 6\",\n \"Year 7\",\n \"Year 8\",\n \"Year 9\",\n \"Year 10\",\n \"Year 11\",\n \"Year 12\",\n \"Year 13\",\n \"Reception\",\n \"All years\",\n]);\n\nexport const tiers = z.enum([\"core\", \"foundation\", \"higher\"]);\nexport const tierSlugs = z.enum([\"core\", \"foundation\", \"higher\"]);\nexport const tierDescriptions = z.enum([\"Core\", \"Foundation\", \"Higher\"]);\n\nexport const pathways = z.enum([\"Core\", \"GCSE\"]);\nexport const pathwaySlugs = z.enum([\"core\", \"gcse\"]);\nexport const pathwayDescriptions = z.enum([\"Core\", \"GCSE\"]);\n\nexport const examboardSlugs = z.enum([\n \"aqa\",\n \"edexcel\",\n \"eduqas\",\n \"ocr\",\n \"wjec\",\n \"edexcelb\",\n]);\nexport const examboards = z.enum([\n \"AQA\",\n \"Edexcel\",\n \"Eduqas\",\n \"OCR\",\n \"WJEC\",\n \"Edexcel B\",\n]);\nexport const examboardDescriptions = z.enum([\n \"Assessment and Qualifications Alliance\",\n \"Edexcel\",\n \"Eduqas\",\n \"Oxford, Cambridge and RSA Examinations\",\n \"Welsh Joint Education Committee\",\n \"Edexcel B\",\n]);\n\nexport const subjects = z.enum([\n \"Computing (non-GCSE)\",\n \"Art and design\",\n \"Citizenship\",\n \"Computing\",\n \"Computer Science\",\n \"Design and technology\",\n \"Drama\",\n \"English\",\n \"English grammar\",\n \"English reading for pleasure\",\n \"English spelling\",\n \"Expressive arts and design\",\n \"Financial education\",\n \"French\",\n \"Geography\",\n \"German\",\n \"History\",\n \"Latin\",\n \"Literacy\",\n \"Maths\",\n \"Music\",\n \"Personal, social and emotional development\",\n \"Physical education\",\n \"RSHE (PSHE)\",\n \"Religious education\",\n \"Rule of law\",\n \"Science\",\n \"Biology\",\n \"Chemistry\",\n \"Combined science\",\n \"Physics\",\n \"Spanish\",\n \"Understanding the world\",\n \"Specialist\",\n \"Communication and language\",\n \"Creative arts\",\n \"Independent living\",\n \"Numeracy\",\n \"Physical development\",\n \"Therapies\",\n \"Occupational therapy\",\n \"Physical therapy\",\n \"Sensory integration\",\n \"Speech and language therapy\",\n \"QA testing only\",\n \"Cooking and nutrition\",\n]);\nexport const subjectSlugs = z.enum([\n \"computing-non-gcse\",\n \"art\",\n \"citizenship\",\n \"computing\",\n \"design-technology\",\n \"drama\",\n \"english\",\n \"english-grammar\",\n \"english-reading-for-pleasure\",\n \"english-spelling\",\n \"expressive-arts-and-design\",\n \"financial-education\",\n \"french\",\n \"geography\",\n \"german\",\n \"history\",\n \"latin\",\n \"literacy\",\n \"maths\",\n \"music\",\n \"personal-social-and-emotional-development\",\n \"physical-education\",\n \"rshe-pshe\",\n \"religious-education\",\n \"rule-of-law\",\n \"science\",\n \"biology\",\n \"chemistry\",\n \"combined-science\",\n \"physics\",\n \"spanish\",\n \"understanding-the-world\",\n \"specialist\",\n \"communication-and-language\",\n \"creative-arts\",\n \"independent-living\",\n \"numeracy\",\n \"physical-development\",\n \"therapies\",\n \"occupational-therapy\",\n \"physical-therapy\",\n \"sensory-integration\",\n \"speech-and-language-therapy\",\n \"testing-not-for-publication\",\n \"cooking-nutrition\",\n]);\n"],"names":["publishedState","z","literal","newState","migrationState","timestampsSchema","object","created_at","string","updated_at","_stateSchema","union","_cohortSchema","enum","phaseSlugs","phaseDescriptions","phases","keystages","keystageSlugs","keystageDescriptions","years","yearSlugs","yearDescriptions","tiers","tierSlugs","tierDescriptions","pathways","pathwaySlugs","pathwayDescriptions","examboardSlugs","examboards","examboardDescriptions","subjects","subjectSlugs"],"mappings":"kCAEO,MAAMA,EAAiBC,EAAAA,EAAEC,QAAQ,aAC3BC,EAAWF,EAAAA,EAAEC,QAAQ,OACrBE,EAAiBH,EAAAA,EAAEC,QAAQ,aAE3BG,EAAmBJ,EAAAA,EAAEK,OAAO,CACvCC,WAAYN,EAAAA,EAAEO,SACdC,WAAYR,EAAAA,EAAEO,WAGHE,EAAeT,EAAAA,EAAEU,MAAM,CAACX,EAAgBG,EAAUC,IAClDQ,EAAgBX,EAAAA,EAAEY,KAAK,CAClC,YACA,YACA,YACA,MAGWC,EAAab,EAAAA,EAAEY,KAAK,CAAC,aAAc,UAAW,cAC9CE,EAAoBd,EAAAA,EAAEY,KAAK,CACtC,+BACA,UACA,cAEWG,EAASf,EAAAA,EAAEY,KAAK,CAAC,aAAc,UAAW,cAE1CI,EAAYhB,EAAAA,EAAEY,KAAK,CAC9B,MACA,MACA,MACA,MACA,OACA,mBAEWK,EAAgBjB,EAAAA,EAAEY,KAAK,CAClC,MACA,MACA,MACA,MACA,+BACA,WAEWM,EAAuBlB,EAAAA,EAAEY,KAAK,CACzC,cACA,cACA,cACA,cACA,+BACA,mBAGWO,EAAQnB,EAAAA,EAAEY,KAAK,CAC1B,IACA,IACA,IACA,IACA,IACA,IACA,IACA,IACA,IACA,KACA,KACA,KACA,KACA,IACA,QAEWQ,EAAYpB,EAAAA,EAAEY,KAAK,CAC9B,YACA,SACA,SACA,SACA,SACA,SACA,SACA,SACA,SACA,SACA,UACA,UACA,UACA,UACA,cAEWS,EAAmBrB,EAAAA,EAAEY,KAAK,CACrC,SACA,SACA,SACA,SACA,SACA,SACA,SACA,SACA,SACA,UACA,UACA,UACA,UACA,YACA,cAGWU,EAAQtB,EAAAA,EAAEY,KAAK,CAAC,OAAQ,aAAc,WACtCW,EAAYvB,EAAAA,EAAEY,KAAK,CAAC,OAAQ,aAAc,WAC1CY,EAAmBxB,EAAAA,EAAEY,KAAK,CAAC,OAAQ,aAAc,WAEjDa,EAAWzB,EAAAA,EAAEY,KAAK,CAAC,OAAQ,SAC3Bc,EAAe1B,EAAAA,EAAEY,KAAK,CAAC,OAAQ,SAC/Be,EAAsB3B,EAAAA,EAAEY,KAAK,CAAC,OAAQ,SAEtCgB,EAAiB5B,EAAAA,EAAEY,KAAK,CACnC,MACA,UACA,SACA,MACA,OACA,aAEWiB,EAAa7B,EAAAA,EAAEY,KAAK,CAC/B,MACA,UACA,SACA,MACA,OACA,cAEWkB,EAAwB9B,EAAAA,EAAEY,KAAK,CAC1C,yCACA,UACA,SACA,yCACA,kCACA,cAGWmB,EAAW/B,EAAAA,EAAEY,KAAK,CAC7B,uBACA,iBACA,cACA,YACA,mBACA,wBACA,QACA,UACA,kBACA,+BACA,mBACA,6BACA,sBACA,SACA,YACA,SACA,UACA,QACA,WACA,QACA,QACA,6CACA,qBACA,cACA,sBACA,cACA,UACA,UACA,YACA,mBACA,UACA,UACA,0BACA,aACA,6BACA,gBACA,qBACA,WACA,uBACA,YACA,uBACA,mBACA,sBACA,8BACA,kBACA,
|
|
1
|
+
{"version":3,"file":"base.schema.cjs","sources":["../../../../../../src/schema/public/components/base/base.schema.ts"],"sourcesContent":["import { z } from \"zod\";\n\nexport const publishedState = z.literal(\"published\");\nexport const newState = z.literal(\"new\");\nexport const migrationState = z.literal(\"migration\");\n\nexport const timestampsSchema = z.object({\n created_at: z.string(),\n updated_at: z.string(),\n});\n\nexport const _stateSchema = z.union([publishedState, newState, migrationState]);\nexport const _cohortSchema = z.enum([\n \"2020-2023\",\n \"2023-2024\",\n \"2024-2025\",\n \"0\",\n]);\n\nexport const phaseSlugs = z.enum([\"foundation\", \"primary\", \"secondary\"]);\nexport const phaseDescriptions = z.enum([\n \"Early Years Foundation Stage\",\n \"Primary\",\n \"Secondary\",\n]);\nexport const phases = z.enum([\"foundation\", \"primary\", \"secondary\"]);\n\nexport const keystages = z.enum([\n \"KS1\",\n \"KS2\",\n \"KS3\",\n \"KS4\",\n \"EYFS\",\n \"All key stages\",\n]);\nexport const keystageSlugs = z.enum([\n \"ks1\",\n \"ks2\",\n \"ks3\",\n \"ks4\",\n \"early-years-foundation-stage\",\n \"all-ks\",\n]);\nexport const keystageDescriptions = z.enum([\n \"Key Stage 1\",\n \"Key Stage 2\",\n \"Key Stage 3\",\n \"Key Stage 4\",\n \"Early Years Foundation Stage\",\n \"All Key Stages\",\n]);\n\nexport const years = z.enum([\n \"1\",\n \"2\",\n \"3\",\n \"4\",\n \"5\",\n \"6\",\n \"7\",\n \"8\",\n \"9\",\n \"10\",\n \"11\",\n \"12\",\n \"13\",\n \"R\",\n \"All\",\n]);\nexport const yearSlugs = z.enum([\n \"reception\",\n \"year-1\",\n \"year-2\",\n \"year-3\",\n \"year-4\",\n \"year-5\",\n \"year-6\",\n \"year-7\",\n \"year-8\",\n \"year-9\",\n \"year-10\",\n \"year-11\",\n \"year-12\",\n \"year-13\",\n \"all-years\",\n]);\nexport const yearDescriptions = z.enum([\n \"Year 1\",\n \"Year 2\",\n \"Year 3\",\n \"Year 4\",\n \"Year 5\",\n \"Year 6\",\n \"Year 7\",\n \"Year 8\",\n \"Year 9\",\n \"Year 10\",\n \"Year 11\",\n \"Year 12\",\n \"Year 13\",\n \"Reception\",\n \"All years\",\n]);\n\nexport const tiers = z.enum([\"core\", \"foundation\", \"higher\"]);\nexport const tierSlugs = z.enum([\"core\", \"foundation\", \"higher\"]);\nexport const tierDescriptions = z.enum([\"Core\", \"Foundation\", \"Higher\"]);\n\nexport const pathways = z.enum([\"Core\", \"GCSE\"]);\nexport const pathwaySlugs = z.enum([\"core\", \"gcse\"]);\nexport const pathwayDescriptions = z.enum([\"Core\", \"GCSE\"]);\n\nexport const examboardSlugs = z.enum([\n \"aqa\",\n \"edexcel\",\n \"eduqas\",\n \"ocr\",\n \"wjec\",\n \"edexcelb\",\n]);\nexport const examboards = z.enum([\n \"AQA\",\n \"Edexcel\",\n \"Eduqas\",\n \"OCR\",\n \"WJEC\",\n \"Edexcel B\",\n]);\nexport const examboardDescriptions = z.enum([\n \"Assessment and Qualifications Alliance\",\n \"Edexcel\",\n \"Eduqas\",\n \"Oxford, Cambridge and RSA Examinations\",\n \"Welsh Joint Education Committee\",\n \"Edexcel B\",\n]);\n\nexport const subjects = z.enum([\n \"Computing (non-GCSE)\",\n \"Art and design\",\n \"Citizenship\",\n \"Computing\",\n \"Computer Science\",\n \"Design and technology\",\n \"Drama\",\n \"English\",\n \"English grammar\",\n \"English reading for pleasure\",\n \"English spelling\",\n \"Expressive arts and design\",\n \"Financial education\",\n \"French\",\n \"Geography\",\n \"German\",\n \"History\",\n \"Latin\",\n \"Literacy\",\n \"Maths\",\n \"Music\",\n \"Personal, social and emotional development\",\n \"Physical education\",\n \"RSHE (PSHE)\",\n \"Religious education\",\n \"Rule of law\",\n \"Science\",\n \"Biology\",\n \"Chemistry\",\n \"Combined science\",\n \"Physics\",\n \"Spanish\",\n \"Understanding the world\",\n \"Specialist\",\n \"Communication and language\",\n \"Creative arts\",\n \"Independent living\",\n \"Numeracy\",\n \"Physical development\",\n \"Therapies\",\n \"Occupational therapy\",\n \"Physical therapy\",\n \"Sensory integration\",\n \"Speech and language therapy\",\n \"QA testing only\",\n \"Cooking and nutrition\",\n \"Digital Literacy\",\n]);\nexport const subjectSlugs = z.enum([\n \"computing-non-gcse\",\n \"art\",\n \"citizenship\",\n \"computing\",\n \"design-technology\",\n \"drama\",\n \"english\",\n \"english-grammar\",\n \"english-reading-for-pleasure\",\n \"english-spelling\",\n \"expressive-arts-and-design\",\n \"financial-education\",\n \"french\",\n \"geography\",\n \"german\",\n \"history\",\n \"latin\",\n \"literacy\",\n \"maths\",\n \"music\",\n \"personal-social-and-emotional-development\",\n \"physical-education\",\n \"rshe-pshe\",\n \"religious-education\",\n \"rule-of-law\",\n \"science\",\n \"biology\",\n \"chemistry\",\n \"combined-science\",\n \"physics\",\n \"spanish\",\n \"understanding-the-world\",\n \"specialist\",\n \"communication-and-language\",\n \"creative-arts\",\n \"independent-living\",\n \"numeracy\",\n \"physical-development\",\n \"therapies\",\n \"occupational-therapy\",\n \"physical-therapy\",\n \"sensory-integration\",\n \"speech-and-language-therapy\",\n \"testing-not-for-publication\",\n \"cooking-nutrition\",\n \"digital-literacy\",\n]);\n"],"names":["publishedState","z","literal","newState","migrationState","timestampsSchema","object","created_at","string","updated_at","_stateSchema","union","_cohortSchema","enum","phaseSlugs","phaseDescriptions","phases","keystages","keystageSlugs","keystageDescriptions","years","yearSlugs","yearDescriptions","tiers","tierSlugs","tierDescriptions","pathways","pathwaySlugs","pathwayDescriptions","examboardSlugs","examboards","examboardDescriptions","subjects","subjectSlugs"],"mappings":"kCAEO,MAAMA,EAAiBC,EAAAA,EAAEC,QAAQ,aAC3BC,EAAWF,EAAAA,EAAEC,QAAQ,OACrBE,EAAiBH,EAAAA,EAAEC,QAAQ,aAE3BG,EAAmBJ,EAAAA,EAAEK,OAAO,CACvCC,WAAYN,EAAAA,EAAEO,SACdC,WAAYR,EAAAA,EAAEO,WAGHE,EAAeT,EAAAA,EAAEU,MAAM,CAACX,EAAgBG,EAAUC,IAClDQ,EAAgBX,EAAAA,EAAEY,KAAK,CAClC,YACA,YACA,YACA,MAGWC,EAAab,EAAAA,EAAEY,KAAK,CAAC,aAAc,UAAW,cAC9CE,EAAoBd,EAAAA,EAAEY,KAAK,CACtC,+BACA,UACA,cAEWG,EAASf,EAAAA,EAAEY,KAAK,CAAC,aAAc,UAAW,cAE1CI,EAAYhB,EAAAA,EAAEY,KAAK,CAC9B,MACA,MACA,MACA,MACA,OACA,mBAEWK,EAAgBjB,EAAAA,EAAEY,KAAK,CAClC,MACA,MACA,MACA,MACA,+BACA,WAEWM,EAAuBlB,EAAAA,EAAEY,KAAK,CACzC,cACA,cACA,cACA,cACA,+BACA,mBAGWO,EAAQnB,EAAAA,EAAEY,KAAK,CAC1B,IACA,IACA,IACA,IACA,IACA,IACA,IACA,IACA,IACA,KACA,KACA,KACA,KACA,IACA,QAEWQ,EAAYpB,EAAAA,EAAEY,KAAK,CAC9B,YACA,SACA,SACA,SACA,SACA,SACA,SACA,SACA,SACA,SACA,UACA,UACA,UACA,UACA,cAEWS,EAAmBrB,EAAAA,EAAEY,KAAK,CACrC,SACA,SACA,SACA,SACA,SACA,SACA,SACA,SACA,SACA,UACA,UACA,UACA,UACA,YACA,cAGWU,EAAQtB,EAAAA,EAAEY,KAAK,CAAC,OAAQ,aAAc,WACtCW,EAAYvB,EAAAA,EAAEY,KAAK,CAAC,OAAQ,aAAc,WAC1CY,EAAmBxB,EAAAA,EAAEY,KAAK,CAAC,OAAQ,aAAc,WAEjDa,EAAWzB,EAAAA,EAAEY,KAAK,CAAC,OAAQ,SAC3Bc,EAAe1B,EAAAA,EAAEY,KAAK,CAAC,OAAQ,SAC/Be,EAAsB3B,EAAAA,EAAEY,KAAK,CAAC,OAAQ,SAEtCgB,EAAiB5B,EAAAA,EAAEY,KAAK,CACnC,MACA,UACA,SACA,MACA,OACA,aAEWiB,EAAa7B,EAAAA,EAAEY,KAAK,CAC/B,MACA,UACA,SACA,MACA,OACA,cAEWkB,EAAwB9B,EAAAA,EAAEY,KAAK,CAC1C,yCACA,UACA,SACA,yCACA,kCACA,cAGWmB,EAAW/B,EAAAA,EAAEY,KAAK,CAC7B,uBACA,iBACA,cACA,YACA,mBACA,wBACA,QACA,UACA,kBACA,+BACA,mBACA,6BACA,sBACA,SACA,YACA,SACA,UACA,QACA,WACA,QACA,QACA,6CACA,qBACA,cACA,sBACA,cACA,UACA,UACA,YACA,mBACA,UACA,UACA,0BACA,aACA,6BACA,gBACA,qBACA,WACA,uBACA,YACA,uBACA,mBACA,sBACA,8BACA,kBACA,wBACA,qBAEWoB,EAAehC,EAAAA,EAAEY,KAAK,CACjC,qBACA,MACA,cACA,YACA,oBACA,QACA,UACA,kBACA,+BACA,mBACA,6BACA,sBACA,SACA,YACA,SACA,UACA,QACA,WACA,QACA,QACA,4CACA,qBACA,YACA,sBACA,cACA,UACA,UACA,YACA,mBACA,UACA,UACA,0BACA,aACA,6BACA,gBACA,qBACA,WACA,uBACA,YACA,uBACA,mBACA,sBACA,8BACA,8BACA,oBACA"}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import{z as e}from"zod";const a=e.literal("published"),n=e.literal("new"),i=e.literal("migration"),r=e.object({created_at:e.string(),updated_at:e.string()}),t=e.union([a,n,i]),o=e.enum(["2020-2023","2023-2024","2024-2025","0"]),s=e.enum(["foundation","primary","secondary"]),l=e.enum(["Early Years Foundation Stage","Primary","Secondary"]),c=e.enum(["foundation","primary","secondary"]),d=e.enum(["KS1","KS2","KS3","KS4","EYFS","All key stages"]),
|
|
1
|
+
import{z as e}from"zod";const a=e.literal("published"),n=e.literal("new"),i=e.literal("migration"),r=e.object({created_at:e.string(),updated_at:e.string()}),t=e.union([a,n,i]),o=e.enum(["2020-2023","2023-2024","2024-2025","0"]),s=e.enum(["foundation","primary","secondary"]),l=e.enum(["Early Years Foundation Stage","Primary","Secondary"]),c=e.enum(["foundation","primary","secondary"]),d=e.enum(["KS1","KS2","KS3","KS4","EYFS","All key stages"]),g=e.enum(["ks1","ks2","ks3","ks4","early-years-foundation-stage","all-ks"]),u=e.enum(["Key Stage 1","Key Stage 2","Key Stage 3","Key Stage 4","Early Years Foundation Stage","All Key Stages"]),y=e.enum(["1","2","3","4","5","6","7","8","9","10","11","12","13","R","All"]),m=e.enum(["reception","year-1","year-2","year-3","year-4","year-5","year-6","year-7","year-8","year-9","year-10","year-11","year-12","year-13","all-years"]),h=e.enum(["Year 1","Year 2","Year 3","Year 4","Year 5","Year 6","Year 7","Year 8","Year 9","Year 10","Year 11","Year 12","Year 13","Reception","All years"]),p=e.enum(["core","foundation","higher"]),S=e.enum(["core","foundation","higher"]),E=e.enum(["Core","Foundation","Higher"]),C=e.enum(["Core","GCSE"]),Y=e.enum(["core","gcse"]),f=e.enum(["Core","GCSE"]),x=e.enum(["aqa","edexcel","eduqas","ocr","wjec","edexcelb"]),A=e.enum(["AQA","Edexcel","Eduqas","OCR","WJEC","Edexcel B"]),v=e.enum(["Assessment and Qualifications Alliance","Edexcel","Eduqas","Oxford, Cambridge and RSA Examinations","Welsh Joint Education Committee","Edexcel B"]),K=e.enum(["Computing (non-GCSE)","Art and design","Citizenship","Computing","Computer Science","Design and technology","Drama","English","English grammar","English reading for pleasure","English spelling","Expressive arts and design","Financial education","French","Geography","German","History","Latin","Literacy","Maths","Music","Personal, social and emotional development","Physical education","RSHE (PSHE)","Religious education","Rule of law","Science","Biology","Chemistry","Combined science","Physics","Spanish","Understanding the world","Specialist","Communication and language","Creative arts","Independent living","Numeracy","Physical development","Therapies","Occupational therapy","Physical therapy","Sensory integration","Speech and language therapy","QA testing only","Cooking and nutrition","Digital Literacy"]),b=e.enum(["computing-non-gcse","art","citizenship","computing","design-technology","drama","english","english-grammar","english-reading-for-pleasure","english-spelling","expressive-arts-and-design","financial-education","french","geography","german","history","latin","literacy","maths","music","personal-social-and-emotional-development","physical-education","rshe-pshe","religious-education","rule-of-law","science","biology","chemistry","combined-science","physics","spanish","understanding-the-world","specialist","communication-and-language","creative-arts","independent-living","numeracy","physical-development","therapies","occupational-therapy","physical-therapy","sensory-integration","speech-and-language-therapy","testing-not-for-publication","cooking-nutrition","digital-literacy"]);export{o as _cohortSchema,t as _stateSchema,v as examboardDescriptions,x as examboardSlugs,A as examboards,u as keystageDescriptions,g as keystageSlugs,d as keystages,i as migrationState,n as newState,f as pathwayDescriptions,Y as pathwaySlugs,C as pathways,l as phaseDescriptions,s as phaseSlugs,c as phases,a as publishedState,b as subjectSlugs,K as subjects,E as tierDescriptions,S as tierSlugs,p as tiers,r as timestampsSchema,h as yearDescriptions,m as yearSlugs,y as years};
|
|
2
2
|
//# sourceMappingURL=base.schema.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"base.schema.js","sources":["../../../../../../src/schema/public/components/base/base.schema.ts"],"sourcesContent":["import { z } from \"zod\";\n\nexport const publishedState = z.literal(\"published\");\nexport const newState = z.literal(\"new\");\nexport const migrationState = z.literal(\"migration\");\n\nexport const timestampsSchema = z.object({\n created_at: z.string(),\n updated_at: z.string(),\n});\n\nexport const _stateSchema = z.union([publishedState, newState, migrationState]);\nexport const _cohortSchema = z.enum([\n \"2020-2023\",\n \"2023-2024\",\n \"2024-2025\",\n \"0\",\n]);\n\nexport const phaseSlugs = z.enum([\"foundation\", \"primary\", \"secondary\"]);\nexport const phaseDescriptions = z.enum([\n \"Early Years Foundation Stage\",\n \"Primary\",\n \"Secondary\",\n]);\nexport const phases = z.enum([\"foundation\", \"primary\", \"secondary\"]);\n\nexport const keystages = z.enum([\n \"KS1\",\n \"KS2\",\n \"KS3\",\n \"KS4\",\n \"EYFS\",\n \"All key stages\",\n]);\nexport const keystageSlugs = z.enum([\n \"ks1\",\n \"ks2\",\n \"ks3\",\n \"ks4\",\n \"early-years-foundation-stage\",\n \"all-ks\",\n]);\nexport const keystageDescriptions = z.enum([\n \"Key Stage 1\",\n \"Key Stage 2\",\n \"Key Stage 3\",\n \"Key Stage 4\",\n \"Early Years Foundation Stage\",\n \"All Key Stages\",\n]);\n\nexport const years = z.enum([\n \"1\",\n \"2\",\n \"3\",\n \"4\",\n \"5\",\n \"6\",\n \"7\",\n \"8\",\n \"9\",\n \"10\",\n \"11\",\n \"12\",\n \"13\",\n \"R\",\n \"All\",\n]);\nexport const yearSlugs = z.enum([\n \"reception\",\n \"year-1\",\n \"year-2\",\n \"year-3\",\n \"year-4\",\n \"year-5\",\n \"year-6\",\n \"year-7\",\n \"year-8\",\n \"year-9\",\n \"year-10\",\n \"year-11\",\n \"year-12\",\n \"year-13\",\n \"all-years\",\n]);\nexport const yearDescriptions = z.enum([\n \"Year 1\",\n \"Year 2\",\n \"Year 3\",\n \"Year 4\",\n \"Year 5\",\n \"Year 6\",\n \"Year 7\",\n \"Year 8\",\n \"Year 9\",\n \"Year 10\",\n \"Year 11\",\n \"Year 12\",\n \"Year 13\",\n \"Reception\",\n \"All years\",\n]);\n\nexport const tiers = z.enum([\"core\", \"foundation\", \"higher\"]);\nexport const tierSlugs = z.enum([\"core\", \"foundation\", \"higher\"]);\nexport const tierDescriptions = z.enum([\"Core\", \"Foundation\", \"Higher\"]);\n\nexport const pathways = z.enum([\"Core\", \"GCSE\"]);\nexport const pathwaySlugs = z.enum([\"core\", \"gcse\"]);\nexport const pathwayDescriptions = z.enum([\"Core\", \"GCSE\"]);\n\nexport const examboardSlugs = z.enum([\n \"aqa\",\n \"edexcel\",\n \"eduqas\",\n \"ocr\",\n \"wjec\",\n \"edexcelb\",\n]);\nexport const examboards = z.enum([\n \"AQA\",\n \"Edexcel\",\n \"Eduqas\",\n \"OCR\",\n \"WJEC\",\n \"Edexcel B\",\n]);\nexport const examboardDescriptions = z.enum([\n \"Assessment and Qualifications Alliance\",\n \"Edexcel\",\n \"Eduqas\",\n \"Oxford, Cambridge and RSA Examinations\",\n \"Welsh Joint Education Committee\",\n \"Edexcel B\",\n]);\n\nexport const subjects = z.enum([\n \"Computing (non-GCSE)\",\n \"Art and design\",\n \"Citizenship\",\n \"Computing\",\n \"Computer Science\",\n \"Design and technology\",\n \"Drama\",\n \"English\",\n \"English grammar\",\n \"English reading for pleasure\",\n \"English spelling\",\n \"Expressive arts and design\",\n \"Financial education\",\n \"French\",\n \"Geography\",\n \"German\",\n \"History\",\n \"Latin\",\n \"Literacy\",\n \"Maths\",\n \"Music\",\n \"Personal, social and emotional development\",\n \"Physical education\",\n \"RSHE (PSHE)\",\n \"Religious education\",\n \"Rule of law\",\n \"Science\",\n \"Biology\",\n \"Chemistry\",\n \"Combined science\",\n \"Physics\",\n \"Spanish\",\n \"Understanding the world\",\n \"Specialist\",\n \"Communication and language\",\n \"Creative arts\",\n \"Independent living\",\n \"Numeracy\",\n \"Physical development\",\n \"Therapies\",\n \"Occupational therapy\",\n \"Physical therapy\",\n \"Sensory integration\",\n \"Speech and language therapy\",\n \"QA testing only\",\n \"Cooking and nutrition\",\n]);\nexport const subjectSlugs = z.enum([\n \"computing-non-gcse\",\n \"art\",\n \"citizenship\",\n \"computing\",\n \"design-technology\",\n \"drama\",\n \"english\",\n \"english-grammar\",\n \"english-reading-for-pleasure\",\n \"english-spelling\",\n \"expressive-arts-and-design\",\n \"financial-education\",\n \"french\",\n \"geography\",\n \"german\",\n \"history\",\n \"latin\",\n \"literacy\",\n \"maths\",\n \"music\",\n \"personal-social-and-emotional-development\",\n \"physical-education\",\n \"rshe-pshe\",\n \"religious-education\",\n \"rule-of-law\",\n \"science\",\n \"biology\",\n \"chemistry\",\n \"combined-science\",\n \"physics\",\n \"spanish\",\n \"understanding-the-world\",\n \"specialist\",\n \"communication-and-language\",\n \"creative-arts\",\n \"independent-living\",\n \"numeracy\",\n \"physical-development\",\n \"therapies\",\n \"occupational-therapy\",\n \"physical-therapy\",\n \"sensory-integration\",\n \"speech-and-language-therapy\",\n \"testing-not-for-publication\",\n \"cooking-nutrition\",\n]);\n"],"names":["publishedState","z","literal","newState","migrationState","timestampsSchema","object","created_at","string","updated_at","_stateSchema","union","_cohortSchema","enum","phaseSlugs","phaseDescriptions","phases","keystages","keystageSlugs","keystageDescriptions","years","yearSlugs","yearDescriptions","tiers","tierSlugs","tierDescriptions","pathways","pathwaySlugs","pathwayDescriptions","examboardSlugs","examboards","examboardDescriptions","subjects","subjectSlugs"],"mappings":"wBAEO,MAAMA,EAAiBC,EAAEC,QAAQ,aAC3BC,EAAWF,EAAEC,QAAQ,OACrBE,EAAiBH,EAAEC,QAAQ,aAE3BG,EAAmBJ,EAAEK,OAAO,CACvCC,WAAYN,EAAEO,SACdC,WAAYR,EAAEO,WAGHE,EAAeT,EAAEU,MAAM,CAACX,EAAgBG,EAAUC,IAClDQ,EAAgBX,EAAEY,KAAK,CAClC,YACA,YACA,YACA,MAGWC,EAAab,EAAEY,KAAK,CAAC,aAAc,UAAW,cAC9CE,EAAoBd,EAAEY,KAAK,CACtC,+BACA,UACA,cAEWG,EAASf,EAAEY,KAAK,CAAC,aAAc,UAAW,cAE1CI,EAAYhB,EAAEY,KAAK,CAC9B,MACA,MACA,MACA,MACA,OACA,mBAEWK,EAAgBjB,EAAEY,KAAK,CAClC,MACA,MACA,MACA,MACA,+BACA,WAEWM,EAAuBlB,EAAEY,KAAK,CACzC,cACA,cACA,cACA,cACA,+BACA,mBAGWO,EAAQnB,EAAEY,KAAK,CAC1B,IACA,IACA,IACA,IACA,IACA,IACA,IACA,IACA,IACA,KACA,KACA,KACA,KACA,IACA,QAEWQ,EAAYpB,EAAEY,KAAK,CAC9B,YACA,SACA,SACA,SACA,SACA,SACA,SACA,SACA,SACA,SACA,UACA,UACA,UACA,UACA,cAEWS,EAAmBrB,EAAEY,KAAK,CACrC,SACA,SACA,SACA,SACA,SACA,SACA,SACA,SACA,SACA,UACA,UACA,UACA,UACA,YACA,cAGWU,EAAQtB,EAAEY,KAAK,CAAC,OAAQ,aAAc,WACtCW,EAAYvB,EAAEY,KAAK,CAAC,OAAQ,aAAc,WAC1CY,EAAmBxB,EAAEY,KAAK,CAAC,OAAQ,aAAc,WAEjDa,EAAWzB,EAAEY,KAAK,CAAC,OAAQ,SAC3Bc,EAAe1B,EAAEY,KAAK,CAAC,OAAQ,SAC/Be,EAAsB3B,EAAEY,KAAK,CAAC,OAAQ,SAEtCgB,EAAiB5B,EAAEY,KAAK,CACnC,MACA,UACA,SACA,MACA,OACA,aAEWiB,EAAa7B,EAAEY,KAAK,CAC/B,MACA,UACA,SACA,MACA,OACA,cAEWkB,EAAwB9B,EAAEY,KAAK,CAC1C,yCACA,UACA,SACA,yCACA,kCACA,cAGWmB,EAAW/B,EAAEY,KAAK,CAC7B,uBACA,iBACA,cACA,YACA,mBACA,wBACA,QACA,UACA,kBACA,+BACA,mBACA,6BACA,sBACA,SACA,YACA,SACA,UACA,QACA,WACA,QACA,QACA,6CACA,qBACA,cACA,sBACA,cACA,UACA,UACA,YACA,mBACA,UACA,UACA,0BACA,aACA,6BACA,gBACA,qBACA,WACA,uBACA,YACA,uBACA,mBACA,sBACA,8BACA,kBACA,
|
|
1
|
+
{"version":3,"file":"base.schema.js","sources":["../../../../../../src/schema/public/components/base/base.schema.ts"],"sourcesContent":["import { z } from \"zod\";\n\nexport const publishedState = z.literal(\"published\");\nexport const newState = z.literal(\"new\");\nexport const migrationState = z.literal(\"migration\");\n\nexport const timestampsSchema = z.object({\n created_at: z.string(),\n updated_at: z.string(),\n});\n\nexport const _stateSchema = z.union([publishedState, newState, migrationState]);\nexport const _cohortSchema = z.enum([\n \"2020-2023\",\n \"2023-2024\",\n \"2024-2025\",\n \"0\",\n]);\n\nexport const phaseSlugs = z.enum([\"foundation\", \"primary\", \"secondary\"]);\nexport const phaseDescriptions = z.enum([\n \"Early Years Foundation Stage\",\n \"Primary\",\n \"Secondary\",\n]);\nexport const phases = z.enum([\"foundation\", \"primary\", \"secondary\"]);\n\nexport const keystages = z.enum([\n \"KS1\",\n \"KS2\",\n \"KS3\",\n \"KS4\",\n \"EYFS\",\n \"All key stages\",\n]);\nexport const keystageSlugs = z.enum([\n \"ks1\",\n \"ks2\",\n \"ks3\",\n \"ks4\",\n \"early-years-foundation-stage\",\n \"all-ks\",\n]);\nexport const keystageDescriptions = z.enum([\n \"Key Stage 1\",\n \"Key Stage 2\",\n \"Key Stage 3\",\n \"Key Stage 4\",\n \"Early Years Foundation Stage\",\n \"All Key Stages\",\n]);\n\nexport const years = z.enum([\n \"1\",\n \"2\",\n \"3\",\n \"4\",\n \"5\",\n \"6\",\n \"7\",\n \"8\",\n \"9\",\n \"10\",\n \"11\",\n \"12\",\n \"13\",\n \"R\",\n \"All\",\n]);\nexport const yearSlugs = z.enum([\n \"reception\",\n \"year-1\",\n \"year-2\",\n \"year-3\",\n \"year-4\",\n \"year-5\",\n \"year-6\",\n \"year-7\",\n \"year-8\",\n \"year-9\",\n \"year-10\",\n \"year-11\",\n \"year-12\",\n \"year-13\",\n \"all-years\",\n]);\nexport const yearDescriptions = z.enum([\n \"Year 1\",\n \"Year 2\",\n \"Year 3\",\n \"Year 4\",\n \"Year 5\",\n \"Year 6\",\n \"Year 7\",\n \"Year 8\",\n \"Year 9\",\n \"Year 10\",\n \"Year 11\",\n \"Year 12\",\n \"Year 13\",\n \"Reception\",\n \"All years\",\n]);\n\nexport const tiers = z.enum([\"core\", \"foundation\", \"higher\"]);\nexport const tierSlugs = z.enum([\"core\", \"foundation\", \"higher\"]);\nexport const tierDescriptions = z.enum([\"Core\", \"Foundation\", \"Higher\"]);\n\nexport const pathways = z.enum([\"Core\", \"GCSE\"]);\nexport const pathwaySlugs = z.enum([\"core\", \"gcse\"]);\nexport const pathwayDescriptions = z.enum([\"Core\", \"GCSE\"]);\n\nexport const examboardSlugs = z.enum([\n \"aqa\",\n \"edexcel\",\n \"eduqas\",\n \"ocr\",\n \"wjec\",\n \"edexcelb\",\n]);\nexport const examboards = z.enum([\n \"AQA\",\n \"Edexcel\",\n \"Eduqas\",\n \"OCR\",\n \"WJEC\",\n \"Edexcel B\",\n]);\nexport const examboardDescriptions = z.enum([\n \"Assessment and Qualifications Alliance\",\n \"Edexcel\",\n \"Eduqas\",\n \"Oxford, Cambridge and RSA Examinations\",\n \"Welsh Joint Education Committee\",\n \"Edexcel B\",\n]);\n\nexport const subjects = z.enum([\n \"Computing (non-GCSE)\",\n \"Art and design\",\n \"Citizenship\",\n \"Computing\",\n \"Computer Science\",\n \"Design and technology\",\n \"Drama\",\n \"English\",\n \"English grammar\",\n \"English reading for pleasure\",\n \"English spelling\",\n \"Expressive arts and design\",\n \"Financial education\",\n \"French\",\n \"Geography\",\n \"German\",\n \"History\",\n \"Latin\",\n \"Literacy\",\n \"Maths\",\n \"Music\",\n \"Personal, social and emotional development\",\n \"Physical education\",\n \"RSHE (PSHE)\",\n \"Religious education\",\n \"Rule of law\",\n \"Science\",\n \"Biology\",\n \"Chemistry\",\n \"Combined science\",\n \"Physics\",\n \"Spanish\",\n \"Understanding the world\",\n \"Specialist\",\n \"Communication and language\",\n \"Creative arts\",\n \"Independent living\",\n \"Numeracy\",\n \"Physical development\",\n \"Therapies\",\n \"Occupational therapy\",\n \"Physical therapy\",\n \"Sensory integration\",\n \"Speech and language therapy\",\n \"QA testing only\",\n \"Cooking and nutrition\",\n \"Digital Literacy\",\n]);\nexport const subjectSlugs = z.enum([\n \"computing-non-gcse\",\n \"art\",\n \"citizenship\",\n \"computing\",\n \"design-technology\",\n \"drama\",\n \"english\",\n \"english-grammar\",\n \"english-reading-for-pleasure\",\n \"english-spelling\",\n \"expressive-arts-and-design\",\n \"financial-education\",\n \"french\",\n \"geography\",\n \"german\",\n \"history\",\n \"latin\",\n \"literacy\",\n \"maths\",\n \"music\",\n \"personal-social-and-emotional-development\",\n \"physical-education\",\n \"rshe-pshe\",\n \"religious-education\",\n \"rule-of-law\",\n \"science\",\n \"biology\",\n \"chemistry\",\n \"combined-science\",\n \"physics\",\n \"spanish\",\n \"understanding-the-world\",\n \"specialist\",\n \"communication-and-language\",\n \"creative-arts\",\n \"independent-living\",\n \"numeracy\",\n \"physical-development\",\n \"therapies\",\n \"occupational-therapy\",\n \"physical-therapy\",\n \"sensory-integration\",\n \"speech-and-language-therapy\",\n \"testing-not-for-publication\",\n \"cooking-nutrition\",\n \"digital-literacy\",\n]);\n"],"names":["publishedState","z","literal","newState","migrationState","timestampsSchema","object","created_at","string","updated_at","_stateSchema","union","_cohortSchema","enum","phaseSlugs","phaseDescriptions","phases","keystages","keystageSlugs","keystageDescriptions","years","yearSlugs","yearDescriptions","tiers","tierSlugs","tierDescriptions","pathways","pathwaySlugs","pathwayDescriptions","examboardSlugs","examboards","examboardDescriptions","subjects","subjectSlugs"],"mappings":"wBAEO,MAAMA,EAAiBC,EAAEC,QAAQ,aAC3BC,EAAWF,EAAEC,QAAQ,OACrBE,EAAiBH,EAAEC,QAAQ,aAE3BG,EAAmBJ,EAAEK,OAAO,CACvCC,WAAYN,EAAEO,SACdC,WAAYR,EAAEO,WAGHE,EAAeT,EAAEU,MAAM,CAACX,EAAgBG,EAAUC,IAClDQ,EAAgBX,EAAEY,KAAK,CAClC,YACA,YACA,YACA,MAGWC,EAAab,EAAEY,KAAK,CAAC,aAAc,UAAW,cAC9CE,EAAoBd,EAAEY,KAAK,CACtC,+BACA,UACA,cAEWG,EAASf,EAAEY,KAAK,CAAC,aAAc,UAAW,cAE1CI,EAAYhB,EAAEY,KAAK,CAC9B,MACA,MACA,MACA,MACA,OACA,mBAEWK,EAAgBjB,EAAEY,KAAK,CAClC,MACA,MACA,MACA,MACA,+BACA,WAEWM,EAAuBlB,EAAEY,KAAK,CACzC,cACA,cACA,cACA,cACA,+BACA,mBAGWO,EAAQnB,EAAEY,KAAK,CAC1B,IACA,IACA,IACA,IACA,IACA,IACA,IACA,IACA,IACA,KACA,KACA,KACA,KACA,IACA,QAEWQ,EAAYpB,EAAEY,KAAK,CAC9B,YACA,SACA,SACA,SACA,SACA,SACA,SACA,SACA,SACA,SACA,UACA,UACA,UACA,UACA,cAEWS,EAAmBrB,EAAEY,KAAK,CACrC,SACA,SACA,SACA,SACA,SACA,SACA,SACA,SACA,SACA,UACA,UACA,UACA,UACA,YACA,cAGWU,EAAQtB,EAAEY,KAAK,CAAC,OAAQ,aAAc,WACtCW,EAAYvB,EAAEY,KAAK,CAAC,OAAQ,aAAc,WAC1CY,EAAmBxB,EAAEY,KAAK,CAAC,OAAQ,aAAc,WAEjDa,EAAWzB,EAAEY,KAAK,CAAC,OAAQ,SAC3Bc,EAAe1B,EAAEY,KAAK,CAAC,OAAQ,SAC/Be,EAAsB3B,EAAEY,KAAK,CAAC,OAAQ,SAEtCgB,EAAiB5B,EAAEY,KAAK,CACnC,MACA,UACA,SACA,MACA,OACA,aAEWiB,EAAa7B,EAAEY,KAAK,CAC/B,MACA,UACA,SACA,MACA,OACA,cAEWkB,EAAwB9B,EAAEY,KAAK,CAC1C,yCACA,UACA,SACA,yCACA,kCACA,cAGWmB,EAAW/B,EAAEY,KAAK,CAC7B,uBACA,iBACA,cACA,YACA,mBACA,wBACA,QACA,UACA,kBACA,+BACA,mBACA,6BACA,sBACA,SACA,YACA,SACA,UACA,QACA,WACA,QACA,QACA,6CACA,qBACA,cACA,sBACA,cACA,UACA,UACA,YACA,mBACA,UACA,UACA,0BACA,aACA,6BACA,gBACA,qBACA,WACA,uBACA,YACA,uBACA,mBACA,sBACA,8BACA,kBACA,wBACA,qBAEWoB,EAAehC,EAAEY,KAAK,CACjC,qBACA,MACA,cACA,YACA,oBACA,QACA,UACA,kBACA,+BACA,mBACA,6BACA,sBACA,SACA,YACA,SACA,UACA,QACA,WACA,QACA,QACA,4CACA,qBACA,YACA,sBACA,cACA,UACA,UACA,YACA,mBACA,UACA,UACA,0BACA,aACA,6BACA,gBACA,qBACA,WACA,uBACA,YACA,uBACA,mBACA,sBACA,8BACA,8BACA,oBACA"}
|
package/package.json
CHANGED
|
@@ -182,6 +182,7 @@ export const subjects = z.enum([
|
|
|
182
182
|
"Speech and language therapy",
|
|
183
183
|
"QA testing only",
|
|
184
184
|
"Cooking and nutrition",
|
|
185
|
+
"Digital Literacy",
|
|
185
186
|
]);
|
|
186
187
|
export const subjectSlugs = z.enum([
|
|
187
188
|
"computing-non-gcse",
|
|
@@ -229,4 +230,5 @@ export const subjectSlugs = z.enum([
|
|
|
229
230
|
"speech-and-language-therapy",
|
|
230
231
|
"testing-not-for-publication",
|
|
231
232
|
"cooking-nutrition",
|
|
233
|
+
"digital-literacy",
|
|
232
234
|
]);
|