This commit is contained in:
OxSaitama 2023-05-10 23:08:29 +02:00
parent 143f22762b
commit e2da99b4fa
2 changed files with 0 additions and 5 deletions

View File

@ -5,7 +5,6 @@ export default class File extends Resource {
document?: Document; document?: Document;
file_name: string; file_name: string;
file_path: string; file_path: string;
iv: string;
created_at: Date | null; created_at: Date | null;
updated_at: Date | null; updated_at: Date | null;
} }

View File

@ -42,10 +42,6 @@ __decorate([
(0, class_transformer_1.Expose)(), (0, class_transformer_1.Expose)(),
__metadata("design:type", String) __metadata("design:type", String)
], File.prototype, "file_path", void 0); ], File.prototype, "file_path", void 0);
__decorate([
(0, class_transformer_1.Expose)(),
__metadata("design:type", String)
], File.prototype, "iv", void 0);
__decorate([ __decorate([
(0, class_transformer_1.Expose)(), (0, class_transformer_1.Expose)(),
(0, class_validator_1.IsDate)(), (0, class_validator_1.IsDate)(),