diff --git a/dist/Customer/File.d.ts b/dist/Customer/File.d.ts index b3db2af..eab3294 100644 --- a/dist/Customer/File.d.ts +++ b/dist/Customer/File.d.ts @@ -5,7 +5,6 @@ export default class File extends Resource { document?: Document; file_name: string; file_path: string; - iv: string; created_at: Date | null; updated_at: Date | null; } diff --git a/dist/Customer/File.js b/dist/Customer/File.js index 1b2e078..56866ad 100644 --- a/dist/Customer/File.js +++ b/dist/Customer/File.js @@ -42,10 +42,6 @@ __decorate([ (0, class_transformer_1.Expose)(), __metadata("design:type", String) ], File.prototype, "file_path", void 0); -__decorate([ - (0, class_transformer_1.Expose)(), - __metadata("design:type", String) -], File.prototype, "iv", void 0); __decorate([ (0, class_transformer_1.Expose)(), (0, class_validator_1.IsDate)(),