{"version":3,"file":"mvLessonRestrictionLevels.fixture.cjs","sources":["../../../../../src/schema/published/mvLessonRestrictionLevels/mvLessonRestrictionLevels.fixture.ts"],"sourcesContent":["import { keysToCamelCase } from \"zod-to-camel-case\";\n\nimport type {\n  MvLessonRestrictionLevels,\n  MvLessonRestrictionLevelsCamel,\n} from \"@/schema/published/mvLessonRestrictionLevels/mvLessonRestrictionLevels.schema\";\n\nexport const mvLessonRestrictionLevelsFixture = ({\n  overrides = {},\n}: {\n  overrides?: Partial<MvLessonRestrictionLevels>;\n} = {}): MvLessonRestrictionLevels => ({\n  lesson_id: 1,\n  _state: \"published\",\n  slug: \"test-lesson\",\n  tpc_media_max_restriction: \"OGL compatible\",\n  tpc_quizimages_max_restriction: null,\n  tpc_downloadablefiles_max_restriction: \"Restricted\",\n  tpc_works_max_restriction: null,\n  ...overrides,\n});\n\nexport const mvLessonRestrictionLevelsFixtureCamel = ({\n  overrides = {},\n}: {\n  overrides?: Partial<MvLessonRestrictionLevelsCamel>;\n} = {}): MvLessonRestrictionLevelsCamel => ({\n  ...keysToCamelCase(mvLessonRestrictionLevelsFixture()),\n  ...overrides,\n});\n"],"names":["mvLessonRestrictionLevelsFixture","overrides","lesson_id","_state","slug","tpc_media_max_restriction","tpc_quizimages_max_restriction","tpc_downloadablefiles_max_restriction","tpc_works_max_restriction","keysToCamelCase"],"mappings":"gDAOO,MAAMA,EAAmC,EAC9CC,YAAY,CAAA,GAGV,CAAA,KAAE,CACJC,UAAW,EACXC,OAAQ,YACRC,KAAM,cACNC,0BAA2B,iBAC3BC,+BAAgC,KAChCC,sCAAuC,aACvCC,0BAA2B,QACxBP,6FAGgD,EACnDA,YAAY,CAAA,GAGV,CAAA,KAAE,IACDQ,EAAAA,gBAAgBT,QAChBC"}