@autologix-engineering/shared 1.0.32 → 1.0.33
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
CHANGED
|
@@ -1,15 +1,16 @@
|
|
|
1
1
|
import { BookingStatus } from '../../enums/src/booking.status.enum';
|
|
2
2
|
import { SortOrder } from '../../enums/src/sort.order.enum';
|
|
3
3
|
export declare class DutiesQueryDTO {
|
|
4
|
-
contextId
|
|
5
|
-
fromDate
|
|
6
|
-
toDate
|
|
4
|
+
contextId?: string;
|
|
5
|
+
fromDate?: string;
|
|
6
|
+
toDate?: string;
|
|
7
7
|
status?: BookingStatus;
|
|
8
8
|
searchText?: string;
|
|
9
|
-
skip
|
|
10
|
-
limit
|
|
9
|
+
skip?: number;
|
|
10
|
+
limit?: number;
|
|
11
11
|
attention?: number;
|
|
12
12
|
sortKey?: string;
|
|
13
13
|
sortBy?: SortOrder;
|
|
14
|
+
requestId?: string;
|
|
14
15
|
constructor(obj?: Partial<DutiesQueryDTO>);
|
|
15
16
|
}
|
|
@@ -8,14 +8,17 @@ export class DutiesQueryDTO {
|
|
|
8
8
|
}
|
|
9
9
|
}
|
|
10
10
|
__decorate([
|
|
11
|
+
IsOptional(),
|
|
11
12
|
IsUUID(),
|
|
12
13
|
__metadata("design:type", String)
|
|
13
14
|
], DutiesQueryDTO.prototype, "contextId", void 0);
|
|
14
15
|
__decorate([
|
|
16
|
+
IsOptional(),
|
|
15
17
|
IsDateString(),
|
|
16
18
|
__metadata("design:type", String)
|
|
17
19
|
], DutiesQueryDTO.prototype, "fromDate", void 0);
|
|
18
20
|
__decorate([
|
|
21
|
+
IsOptional(),
|
|
19
22
|
IsDateString(),
|
|
20
23
|
__metadata("design:type", String)
|
|
21
24
|
], DutiesQueryDTO.prototype, "toDate", void 0);
|
|
@@ -30,10 +33,12 @@ __decorate([
|
|
|
30
33
|
__metadata("design:type", String)
|
|
31
34
|
], DutiesQueryDTO.prototype, "searchText", void 0);
|
|
32
35
|
__decorate([
|
|
36
|
+
IsOptional(),
|
|
33
37
|
IsNumber(),
|
|
34
38
|
__metadata("design:type", Number)
|
|
35
39
|
], DutiesQueryDTO.prototype, "skip", void 0);
|
|
36
40
|
__decorate([
|
|
41
|
+
IsOptional(),
|
|
37
42
|
IsNumber(),
|
|
38
43
|
__metadata("design:type", Number)
|
|
39
44
|
], DutiesQueryDTO.prototype, "limit", void 0);
|
|
@@ -52,4 +57,9 @@ __decorate([
|
|
|
52
57
|
IsEnum(SortOrder),
|
|
53
58
|
__metadata("design:type", String)
|
|
54
59
|
], DutiesQueryDTO.prototype, "sortBy", void 0);
|
|
60
|
+
__decorate([
|
|
61
|
+
IsOptional(),
|
|
62
|
+
IsUUID(),
|
|
63
|
+
__metadata("design:type", String)
|
|
64
|
+
], DutiesQueryDTO.prototype, "requestId", void 0);
|
|
55
65
|
//# sourceMappingURL=duties.query.dto.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"duties.query.dto.js","sourceRoot":"","sources":["../../../../../../../libs/shared/src/lib/data-transfer-objects/src/duties.query.dto.ts"],"names":[],"mappings":";AAAA,OAAO,EACN,SAAS,EACT,YAAY,EACZ,MAAM,EACN,QAAQ,EACR,UAAU,EACV,QAAQ,EACR,MAAM,GACN,MAAM,iBAAiB,CAAC;AACzB,OAAO,EAAE,aAAa,EAAE,MAAM,qCAAqC,CAAC;AACpE,OAAO,EAAE,SAAS,EAAE,MAAM,iCAAiC,CAAC;AAE5D,MAAM,OAAO,cAAc;
|
|
1
|
+
{"version":3,"file":"duties.query.dto.js","sourceRoot":"","sources":["../../../../../../../libs/shared/src/lib/data-transfer-objects/src/duties.query.dto.ts"],"names":[],"mappings":";AAAA,OAAO,EACN,SAAS,EACT,YAAY,EACZ,MAAM,EACN,QAAQ,EACR,UAAU,EACV,QAAQ,EACR,MAAM,GACN,MAAM,iBAAiB,CAAC;AACzB,OAAO,EAAE,aAAa,EAAE,MAAM,qCAAqC,CAAC;AACpE,OAAO,EAAE,SAAS,EAAE,MAAM,iCAAiC,CAAC;AAE5D,MAAM,OAAO,cAAc;IA6C1B,YAAY,GAA6B;QACxC,MAAM,CAAC,MAAM,CAAC,IAAI,EAAE,GAAG,CAAC,CAAC;IAC1B,CAAC;CACD;AA7CA;IAFC,UAAU,EAAE;IACZ,MAAM,EAAE;;iDACU;AAInB;IAFC,UAAU,EAAE;IACZ,YAAY,EAAE;;gDACG;AAIlB;IAFC,UAAU,EAAE;IACZ,YAAY,EAAE;;8CACC;AAIhB;IAFC,UAAU,EAAE;IACZ,MAAM,CAAC,aAAa,CAAC;;8CACC;AAIvB;IAFC,UAAU,EAAE;IACZ,QAAQ,EAAE;;kDACS;AAIpB;IAFC,UAAU,EAAE;IACZ,QAAQ,EAAE;;4CACG;AAId;IAFC,UAAU,EAAE;IACZ,QAAQ,EAAE;;6CACI;AAIf;IAFC,UAAU,EAAE;IACZ,SAAS,EAAE;;iDACO;AAInB;IAFC,UAAU,EAAE;IACZ,QAAQ,EAAE;;+CACM;AAIjB;IAFC,UAAU,EAAE;IACZ,MAAM,CAAC,SAAS,CAAC;;8CACC;AAInB;IAFC,UAAU,EAAE;IACZ,MAAM,EAAE;;iDACU"}
|