@autologix-engineering/shared 1.0.490 → 1.0.492
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.
- package/package.json +1 -1
- package/src/lib/data-transfer-objects/src/get.city.garages.dto.d.ts +2 -1
- package/src/lib/data-transfer-objects/src/get.city.garages.dto.js +8 -2
- package/src/lib/data-transfer-objects/src/get.city.garages.dto.js.map +1 -1
- package/src/lib/data-transfer-objects/src/vehicle.custom.query.dto.d.ts +2 -2
- package/src/lib/data-transfer-objects/src/vehicle.custom.query.dto.js +3 -2
- package/src/lib/data-transfer-objects/src/vehicle.custom.query.dto.js.map +1 -1
package/package.json
CHANGED
|
@@ -1,12 +1,18 @@
|
|
|
1
1
|
import { __decorate, __metadata } from "tslib";
|
|
2
|
-
import { IsUUID } from 'class-validator';
|
|
2
|
+
import { IsArray, IsOptional, IsUUID } from 'class-validator';
|
|
3
3
|
export class GetCityGaragesDTO {
|
|
4
4
|
constructor(obj) {
|
|
5
5
|
Object.assign(this, obj);
|
|
6
6
|
}
|
|
7
7
|
}
|
|
8
|
+
__decorate([
|
|
9
|
+
IsOptional(),
|
|
10
|
+
IsArray(),
|
|
11
|
+
IsUUID(undefined, { each: true }),
|
|
12
|
+
__metadata("design:type", Array)
|
|
13
|
+
], GetCityGaragesDTO.prototype, "masterCityIds", void 0);
|
|
8
14
|
__decorate([
|
|
9
15
|
IsUUID(),
|
|
10
16
|
__metadata("design:type", String)
|
|
11
|
-
], GetCityGaragesDTO.prototype, "
|
|
17
|
+
], GetCityGaragesDTO.prototype, "contextOwnerId", void 0);
|
|
12
18
|
//# sourceMappingURL=get.city.garages.dto.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"get.city.garages.dto.js","sourceRoot":"","sources":["../../../../../../../libs/shared/src/lib/data-transfer-objects/src/get.city.garages.dto.ts"],"names":[],"mappings":";AAAA,OAAO,EAAE,MAAM,EAAE,MAAM,iBAAiB,CAAC;
|
|
1
|
+
{"version":3,"file":"get.city.garages.dto.js","sourceRoot":"","sources":["../../../../../../../libs/shared/src/lib/data-transfer-objects/src/get.city.garages.dto.ts"],"names":[],"mappings":";AAAA,OAAO,EAAE,OAAO,EAAE,UAAU,EAAE,MAAM,EAAE,MAAM,iBAAiB,CAAC;AAE9D,MAAM,OAAO,iBAAiB;IAS7B,YAAY,GAAgC;QAC3C,MAAM,CAAC,MAAM,CAAC,IAAI,EAAE,GAAG,CAAC,CAAC;IAC1B,CAAC;CACD;AARA;IAHC,UAAU,EAAE;IACZ,OAAO,EAAE;IACT,MAAM,CAAC,SAAS,EAAE,EAAE,IAAI,EAAE,IAAI,EAAE,CAAC;;wDACV;AAGxB;IADC,MAAM,EAAE;;yDACc"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { FuelType, SortOrder, VehicleClass, VehicleStatus } from '../../enums/src/index';
|
|
2
2
|
export declare class VehicleCustomQueryDTO {
|
|
3
3
|
contextOwnerId: string;
|
|
4
4
|
status?: VehicleStatus[];
|
|
@@ -12,7 +12,7 @@ export declare class VehicleCustomQueryDTO {
|
|
|
12
12
|
businessType?: string[];
|
|
13
13
|
maker?: string[];
|
|
14
14
|
model?: string[];
|
|
15
|
-
city?:
|
|
15
|
+
city?: string[];
|
|
16
16
|
orderBy?: string;
|
|
17
17
|
order?: SortOrder;
|
|
18
18
|
vehicleAssociationId: string[];
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { __decorate, __metadata } from "tslib";
|
|
2
|
-
import {
|
|
2
|
+
import { FuelType, SortOrder, VehicleClass, VehicleStatus, } from '../../enums/src/index';
|
|
3
3
|
import { IsArray, IsEnum, IsNumber, IsOptional, IsString, IsUUID, } from 'class-validator';
|
|
4
4
|
export class VehicleCustomQueryDTO {
|
|
5
5
|
constructor(obj) {
|
|
@@ -70,7 +70,8 @@ __decorate([
|
|
|
70
70
|
], VehicleCustomQueryDTO.prototype, "model", void 0);
|
|
71
71
|
__decorate([
|
|
72
72
|
IsOptional(),
|
|
73
|
-
|
|
73
|
+
IsArray(),
|
|
74
|
+
IsUUID(undefined, { each: true }),
|
|
74
75
|
__metadata("design:type", Array)
|
|
75
76
|
], VehicleCustomQueryDTO.prototype, "city", void 0);
|
|
76
77
|
__decorate([
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"vehicle.custom.query.dto.js","sourceRoot":"","sources":["../../../../../../../libs/shared/src/lib/data-transfer-objects/src/vehicle.custom.query.dto.ts"],"names":[],"mappings":";AAAA,OAAO,
|
|
1
|
+
{"version":3,"file":"vehicle.custom.query.dto.js","sourceRoot":"","sources":["../../../../../../../libs/shared/src/lib/data-transfer-objects/src/vehicle.custom.query.dto.ts"],"names":[],"mappings":";AAAA,OAAO,EAEN,QAAQ,EAER,SAAS,EACT,YAAY,EAEZ,aAAa,GAEb,MAAM,uBAAuB,CAAC;AAC/B,OAAO,EACN,OAAO,EACP,MAAM,EACN,QAAQ,EACR,UAAU,EACV,QAAQ,EACR,MAAM,GACN,MAAM,iBAAiB,CAAC;AAEzB,MAAM,OAAO,qBAAqB;IA8EjC,YAAY,GAAoC;QAC/C,MAAM,CAAC,MAAM,CAAC,IAAI,EAAE,GAAG,CAAC,CAAC;IAC1B,CAAC;CACD;AA/EA;IADC,MAAM,EAAE;;6DACc;AAIvB;IAFC,UAAU,EAAE;IACZ,MAAM,CAAC,aAAa,EAAE,EAAE,IAAI,EAAE,IAAI,EAAE,CAAC;;qDACb;AAKzB;IAHC,UAAU,EAAE;IACZ,OAAO,EAAE;IACT,MAAM,CAAC,SAAS,EAAE,EAAE,IAAI,EAAE,IAAI,EAAE,CAAC;;0DACX;AAGvB;IADC,UAAU,EAAE;;2DACe;AAI5B;IAFC,UAAU,EAAE;IACZ,QAAQ,EAAE;;yDACS;AAIpB;IAFC,UAAU,EAAE;IACZ,QAAQ,EAAE;;mDACG;AAId;IAFC,UAAU,EAAE;IACZ,QAAQ,EAAE;;oDACI;AAIf;IAFC,UAAU,EAAE;IACZ,MAAM,CAAC,QAAQ,EAAE,EAAE,IAAI,EAAE,IAAI,EAAE,CAAC;;uDACX;AAKtB;IAHC,UAAU,EAAE;IACZ,OAAO,EAAE;IACT,MAAM,CAAC,SAAS,EAAE,EAAE,IAAI,EAAE,IAAI,EAAE,CAAC;;2DACV;AAIxB;IAFC,UAAU,EAAE;IACZ,OAAO,EAAE;;2DACc;AAKxB;IAHC,UAAU,EAAE;IACZ,OAAO,EAAE;IACT,MAAM,CAAC,SAAS,EAAE,EAAE,IAAI,EAAE,IAAI,EAAE,CAAC;;oDACjB;AAKjB;IAHC,UAAU,EAAE;IACZ,OAAO,EAAE;IACT,MAAM,CAAC,SAAS,EAAE,EAAE,IAAI,EAAE,IAAI,EAAE,CAAC;;oDACjB;AAKjB;IAHC,UAAU,EAAE;IACZ,OAAO,EAAE;IACT,MAAM,CAAC,SAAS,EAAE,EAAE,IAAI,EAAE,IAAI,EAAE,CAAC;;mDAClB;AAIhB;IAFC,UAAU,EAAE;IACZ,QAAQ,EAAE;;sDACM;AAIjB;IAFC,UAAU,EAAE;IACZ,MAAM,CAAC,SAAS,CAAC;;oDACA;AAIlB;IAFC,UAAU,EAAE;IACZ,OAAO,EAAE;;mEACqB;AAK/B;IAHC,UAAU,EAAE;IACZ,OAAO,EAAE;IACT,MAAM,CAAC,SAAS,EAAE,EAAE,IAAI,EAAE,IAAI,EAAE,CAAC;;wDACb;AAKrB;IAHC,UAAU,EAAE;IACZ,OAAO,EAAE;IACT,MAAM,CAAC,SAAS,EAAE,EAAE,IAAI,EAAE,IAAI,EAAE,CAAC;;0DACZ"}
|