{"version":3,"file":"SdJwtVcRepository.mjs","names":[],"sources":["../../../../src/modules/sd-jwt-vc/repository/SdJwtVcRepository.ts"],"sourcesContent":["import { EventEmitter } from '../../../agent/EventEmitter'\nimport { InjectionSymbols } from '../../../constants'\nimport { inject, injectable } from '../../../plugins'\nimport { Repository } from '../../../storage/Repository'\nimport type { StorageService } from '../../../storage/StorageService'\n\nimport { SdJwtVcRecord } from './SdJwtVcRecord'\n\n@injectable()\nexport class SdJwtVcRepository extends Repository<SdJwtVcRecord> {\n  public constructor(\n    @inject(InjectionSymbols.StorageService) storageService: StorageService<SdJwtVcRecord>,\n    eventEmitter: EventEmitter\n  ) {\n    super(SdJwtVcRecord, storageService, eventEmitter)\n  }\n}\n"],"mappings":";;;;;;;;;;;;;AASO,8BAAM,0BAA0B,WAA0B;CAC/D,AAAO,YACL,AAAyC,gBACzC,cACA;AACA,QAAM,eAAe,gBAAgB,aAAa;;;;CANrD,YAAY;oBAGR,OAAO,iBAAiB,eAAe"}