emilsoftware-utilities 1.4.0-dev.19 → 1.4.0-dev.20

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -29,6 +29,6 @@ export declare class UserDto {
29
29
  codiceAge?: number;
30
30
  codiceClienteCol?: number;
31
31
  codiceClienti?: string;
32
- tipoFil?: number;
32
+ tipoFiltro?: number;
33
33
  idxPostazione?: number;
34
34
  }
@@ -174,9 +174,9 @@ __decorate([
174
174
  __metadata("design:type", String)
175
175
  ], UserDto.prototype, "codiceClienti", void 0);
176
176
  __decorate([
177
- (0, swagger_1.ApiPropertyOptional)({ description: 'Tipo di filiale.', example: 'HQ' }),
177
+ (0, swagger_1.ApiPropertyOptional)({ description: 'Tipo di filtro.', example: 'HQ' }),
178
178
  __metadata("design:type", Number)
179
- ], UserDto.prototype, "tipoFil", void 0);
179
+ ], UserDto.prototype, "tipoFiltro", void 0);
180
180
  __decorate([
181
181
  (0, swagger_1.ApiPropertyOptional)({
182
182
  description: 'idx della postazione nella tabella ANTENNE_POS di PROLAV',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "emilsoftware-utilities",
3
- "version": "1.4.0-dev.19",
3
+ "version": "1.4.0-dev.20",
4
4
  "description": "Utilities for EmilSoftware",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.js",