@autologix-engineering/shared 1.0.325 → 1.0.327
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/command/update.client.persona.contract.file.dto.d.ts +2 -0
- package/src/lib/data-transfer-objects/src/command/update.client.persona.contract.file.dto.js +11 -1
- package/src/lib/data-transfer-objects/src/command/update.client.persona.contract.file.dto.js.map +1 -1
- package/src/lib/data-transfer-objects/src/query/get.client.persona.contract.file.dto.d.ts +2 -0
- package/src/lib/data-transfer-objects/src/query/get.client.persona.contract.file.dto.js +12 -1
- package/src/lib/data-transfer-objects/src/query/get.client.persona.contract.file.dto.js.map +1 -1
- package/src/lib/data-transfer-objects/src/update.client.custom.fields.config.dto.d.ts +1 -1
- package/src/lib/data-transfer-objects/src/update.client.custom.fields.config.dto.js +1 -1
- package/src/lib/data-transfer-objects/src/update.client.custom.fields.config.dto.js.map +1 -1
package/package.json
CHANGED
package/src/lib/data-transfer-objects/src/command/update.client.persona.contract.file.dto.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { __decorate, __metadata } from "tslib";
|
|
2
|
-
import { IsDateString, IsUUID } from 'class-validator';
|
|
2
|
+
import { IsDateString, IsOptional, IsString, IsUUID } from 'class-validator';
|
|
3
3
|
export class UpdateClientPersonaContractFileDTO {
|
|
4
4
|
constructor(_obj) {
|
|
5
5
|
Object.assign(this, _obj);
|
|
@@ -13,6 +13,16 @@ __decorate([
|
|
|
13
13
|
IsDateString(),
|
|
14
14
|
__metadata("design:type", String)
|
|
15
15
|
], UpdateClientPersonaContractFileDTO.prototype, "endDate", void 0);
|
|
16
|
+
__decorate([
|
|
17
|
+
IsOptional(),
|
|
18
|
+
IsUUID(),
|
|
19
|
+
__metadata("design:type", String)
|
|
20
|
+
], UpdateClientPersonaContractFileDTO.prototype, "fileId", void 0);
|
|
21
|
+
__decorate([
|
|
22
|
+
IsOptional(),
|
|
23
|
+
IsString(),
|
|
24
|
+
__metadata("design:type", String)
|
|
25
|
+
], UpdateClientPersonaContractFileDTO.prototype, "internalFileName", void 0);
|
|
16
26
|
__decorate([
|
|
17
27
|
IsUUID(),
|
|
18
28
|
__metadata("design:type", String)
|
package/src/lib/data-transfer-objects/src/command/update.client.persona.contract.file.dto.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"update.client.persona.contract.file.dto.js","sourceRoot":"","sources":["../../../../../../../../libs/shared/src/lib/data-transfer-objects/src/command/update.client.persona.contract.file.dto.ts"],"names":[],"mappings":";AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,EAAE,MAAM,iBAAiB,CAAC;
|
|
1
|
+
{"version":3,"file":"update.client.persona.contract.file.dto.js","sourceRoot":"","sources":["../../../../../../../../libs/shared/src/lib/data-transfer-objects/src/command/update.client.persona.contract.file.dto.ts"],"names":[],"mappings":";AAAA,OAAO,EAAE,YAAY,EAAE,UAAU,EAAE,QAAQ,EAAE,MAAM,EAAE,MAAM,iBAAiB,CAAC;AAE7E,MAAM,OAAO,kCAAkC;IAkB9C,YAAY,IAAkD;QAC7D,MAAM,CAAC,MAAM,CAAC,IAAI,EAAE,IAAI,CAAC,CAAC;IAC3B,CAAC;CACD;AAnBA;IADC,MAAM,EAAE;;+EACmB;AAG5B;IADC,YAAY,EAAE;;mEACC;AAIhB;IAFC,UAAU,EAAE;IACZ,MAAM,EAAE;;kEACM;AAIf;IAFC,UAAU,EAAE;IACZ,QAAQ,EAAE;;4EACc;AAGzB;IADC,MAAM,EAAE;;uEACW"}
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { __decorate, __metadata } from "tslib";
|
|
2
|
-
import {
|
|
2
|
+
import { Transform } from 'class-transformer';
|
|
3
|
+
import { IsOptional, IsUUID } from 'class-validator';
|
|
3
4
|
export class GetClientPersonaContractFileDTO {
|
|
4
5
|
constructor(obj) {
|
|
5
6
|
Object.assign(this, obj);
|
|
@@ -9,4 +10,14 @@ __decorate([
|
|
|
9
10
|
IsUUID(),
|
|
10
11
|
__metadata("design:type", String)
|
|
11
12
|
], GetClientPersonaContractFileDTO.prototype, "clientPersonaId", void 0);
|
|
13
|
+
__decorate([
|
|
14
|
+
IsOptional(),
|
|
15
|
+
Transform(Number),
|
|
16
|
+
__metadata("design:type", Number)
|
|
17
|
+
], GetClientPersonaContractFileDTO.prototype, "skip", void 0);
|
|
18
|
+
__decorate([
|
|
19
|
+
IsOptional(),
|
|
20
|
+
Transform(Number),
|
|
21
|
+
__metadata("design:type", Number)
|
|
22
|
+
], GetClientPersonaContractFileDTO.prototype, "take", void 0);
|
|
12
23
|
//# sourceMappingURL=get.client.persona.contract.file.dto.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"get.client.persona.contract.file.dto.js","sourceRoot":"","sources":["../../../../../../../../libs/shared/src/lib/data-transfer-objects/src/query/get.client.persona.contract.file.dto.ts"],"names":[],"mappings":";AAAA,OAAO,EAAE,MAAM,EAAE,MAAM,iBAAiB,CAAC;
|
|
1
|
+
{"version":3,"file":"get.client.persona.contract.file.dto.js","sourceRoot":"","sources":["../../../../../../../../libs/shared/src/lib/data-transfer-objects/src/query/get.client.persona.contract.file.dto.ts"],"names":[],"mappings":";AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,mBAAmB,CAAC;AAC9C,OAAO,EAAE,UAAU,EAAE,MAAM,EAAE,MAAM,iBAAiB,CAAC;AAErD,MAAM,OAAO,+BAA+B;IAY3C,YAAY,GAA8C;QACzD,MAAM,CAAC,MAAM,CAAC,IAAI,EAAE,GAAG,CAAC,CAAC;IAC1B,CAAC;CACD;AAbA;IADC,MAAM,EAAE;;wEACe;AAIxB;IAFC,UAAU,EAAE;IACZ,SAAS,CAAC,MAAM,CAAC;;6DACJ;AAId;IAFC,UAAU,EAAE;IACZ,SAAS,CAAC,MAAM,CAAC;;6DACJ"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { __decorate, __metadata } from "tslib";
|
|
2
|
-
import { CustomInputField } from '
|
|
2
|
+
import { CustomInputField } from '../../enums/src/custom.input.field.enum';
|
|
3
3
|
import { ArrayMinSize, IsArray, IsBoolean, IsEnum, IsNumber, IsOptional, IsString, IsUUID, ValidateNested, } from 'class-validator';
|
|
4
4
|
class FieldDTO {
|
|
5
5
|
constructor(obj) {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"update.client.custom.fields.config.dto.js","sourceRoot":"","sources":["../../../../../../../libs/shared/src/lib/data-transfer-objects/src/update.client.custom.fields.config.dto.ts"],"names":[],"mappings":";AAAA,OAAO,EAAE,gBAAgB,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"update.client.custom.fields.config.dto.js","sourceRoot":"","sources":["../../../../../../../libs/shared/src/lib/data-transfer-objects/src/update.client.custom.fields.config.dto.ts"],"names":[],"mappings":";AAAA,OAAO,EAAE,gBAAgB,EAAE,MAAM,yCAAyC,CAAC;AAC3E,OAAO,EACN,YAAY,EACZ,OAAO,EACP,SAAS,EACT,MAAM,EACN,QAAQ,EACR,UAAU,EACV,QAAQ,EACR,MAAM,EACN,cAAc,GACd,MAAM,iBAAiB,CAAC;AAEzB,MAAM,QAAQ;IA0Bb,YAAY,GAAuB;QAClC,MAAM,CAAC,MAAM,CAAC,IAAI,EAAE,GAAG,CAAC,CAAC;IAC1B,CAAC;CACD;AA1BA;IAFC,MAAM,EAAE;IACR,UAAU,EAAE;;yCACG;AAGhB;IADC,QAAQ,EAAE;;uCACG;AAGd;IADC,QAAQ,EAAE;;6CACS;AAGpB;IADC,MAAM,CAAC,gBAAgB,CAAC;;2CACG;AAG5B;IADC,SAAS,EAAE;;6CACS;AAGrB;IADC,SAAS,EAAE;;0CACM;AAGlB;IADC,SAAS,EAAE;;gDACY;AAGxB;IADC,QAAQ,EAAE;;uCACG;AAMf,MAAM,OAAO,iCAAiC;IAS7C,YAAY,GAAgD;QAC3D,MAAM,CAAC,MAAM,CAAC,IAAI,EAAE,GAAG,CAAC,CAAC;IAC1B,CAAC;CACD;AAVA;IADC,MAAM,EAAE;;0EACe;AAKxB;IAHC,OAAO,EAAE;IACT,YAAY,CAAC,CAAC,CAAC;IACf,cAAc,CAAC,EAAE,IAAI,EAAE,IAAI,EAAE,CAAC;;iEACZ"}
|