{"version":3,"file":"entity_state.fixture.cjs","sources":["../../../../../src/schema/internal/entity_state/entity_state.fixture.ts"],"sourcesContent":["import { keysToCamelCase } from \"zod-to-camel-case\";\n\nimport type {\n  EntityState,\n  EntityStateCamel,\n} from \"@/schema/internal/entity_state/entity_state.schema\";\n\nexport const entityStateFixture = ({\n  overrides = {},\n}: {\n  overrides?: Partial<EntityState>;\n} = {}): EntityState => ({\n  entity_id: 1,\n  entity_type: \"lesson\",\n  entity_status: \"api_neutral\",\n  last_error_location: null,\n  last_error_message: null,\n  last_error_timestamp: null,\n  last_ingest_id: null,\n  created_at: \"2025-01-01T00:00:00.000Z\",\n  updated_at: \"2025-01-01T00:00:00.000Z\",\n  ...overrides,\n});\n\nexport const entityStateFixtureCamel = ({\n  overrides = {},\n}: {\n  overrides?: Partial<EntityStateCamel>;\n} = {}): EntityStateCamel => ({\n  ...keysToCamelCase(entityStateFixture()),\n  ...overrides,\n});\n"],"names":["entityStateFixture","overrides","entity_id","entity_type","entity_status","last_error_location","last_error_message","last_error_timestamp","last_ingest_id","created_at","updated_at","keysToCamelCase"],"mappings":"gDAOO,MAAMA,EAAqB,EAChCC,YAAY,CAAA,GAGV,CAAA,KAAE,CACJC,UAAW,EACXC,YAAa,SACbC,cAAe,cACfC,oBAAqB,KACrBC,mBAAoB,KACpBC,qBAAsB,KACtBC,eAAgB,KAChBC,WAAY,2BACZC,WAAY,8BACTT,iEAGkC,EACrCA,YAAY,CAAA,GAGV,CAAA,KAAE,IACDU,EAAAA,gBAAgBX,QAChBC"}