@ballistix.digital/types-waardering-tool-react 0.13.16 → 0.13.17
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/dist/dto/dcfBudget/dcfBudgetFixedAsset/createDcfBudgetFixedAsset.dto.d.ts +1 -1
- package/dist/dto/dcfBudget/dcfBudgetFixedAsset/createDcfBudgetFixedAsset.dto.js +3 -3
- package/dist/dto/dcfBudget/dcfBudgetFixedAsset/createDcfBudgetFixedAsset.dto.js.map +1 -1
- package/dist/dto/dcfBudget/dcfBudgetFixedAsset/dcfBudgetFixedAsset.dto.d.ts +1 -1
- package/dist/dto/dcfBudget/dcfBudgetFixedAsset/dcfBudgetFixedAsset.dto.js +2 -2
- package/dist/dto/dcfBudget/dcfBudgetFixedAsset/dcfBudgetFixedAsset.dto.js.map +1 -1
- package/dist/dto/dcfBudget/dcfBudgetFixedAsset/dcfBudgetFixedAssetEmbedded.dto.d.ts +0 -2
- package/dist/dto/dcfBudget/dcfBudgetFixedAsset/dcfBudgetFixedAssetEmbedded.dto.js +0 -7
- package/dist/dto/dcfBudget/dcfBudgetFixedAsset/dcfBudgetFixedAssetEmbedded.dto.js.map +1 -1
- package/dist/dto/dcfBudget/dcfBudgetFixedAsset/updateDcfBudgetFixedAsset.dto.d.ts +1 -1
- package/dist/dto/dcfBudget/dcfBudgetFixedAsset/updateDcfBudgetFixedAsset.dto.js +3 -3
- package/dist/dto/dcfBudget/dcfBudgetFixedAsset/updateDcfBudgetFixedAsset.dto.js.map +1 -1
- package/dist/dto/dcfBudget/dcfBudgetGeneralLedgerBalance/createDcfBudgetGeneralLedgerBalance.dto.d.ts +1 -1
- package/dist/dto/dcfBudget/dcfBudgetGeneralLedgerBalance/createDcfBudgetGeneralLedgerBalance.dto.js +3 -3
- package/dist/dto/dcfBudget/dcfBudgetGeneralLedgerBalance/createDcfBudgetGeneralLedgerBalance.dto.js.map +1 -1
- package/dist/dto/dcfBudget/dcfBudgetGeneralLedgerBalance/dcfBudgetGeneralLedgerBalance.dto.d.ts +1 -1
- package/dist/dto/dcfBudget/dcfBudgetGeneralLedgerBalance/dcfBudgetGeneralLedgerBalance.dto.js +2 -2
- package/dist/dto/dcfBudget/dcfBudgetGeneralLedgerBalance/dcfBudgetGeneralLedgerBalance.dto.js.map +1 -1
- package/dist/dto/dcfBudget/dcfBudgetGeneralLedgerBalance/dcfBudgetGeneralLedgerBalanceEmbedded.dto.d.ts +0 -2
- package/dist/dto/dcfBudget/dcfBudgetGeneralLedgerBalance/dcfBudgetGeneralLedgerBalanceEmbedded.dto.js +0 -7
- package/dist/dto/dcfBudget/dcfBudgetGeneralLedgerBalance/dcfBudgetGeneralLedgerBalanceEmbedded.dto.js.map +1 -1
- package/dist/dto/dcfFixedAsset/createDcfFixedAsset.dto.d.ts +1 -1
- package/dist/dto/dcfFixedAsset/createDcfFixedAsset.dto.js +3 -3
- package/dist/dto/dcfFixedAsset/createDcfFixedAsset.dto.js.map +1 -1
- package/dist/dto/dcfFixedAsset/dcfFixedAsset.dto.d.ts +1 -1
- package/dist/dto/dcfFixedAsset/dcfFixedAsset.dto.js +2 -2
- package/dist/dto/dcfFixedAsset/dcfFixedAsset.dto.js.map +1 -1
- package/dist/dto/dcfFixedAsset/dcfFixedAssetEmbedded.dto.d.ts +0 -2
- package/dist/dto/dcfFixedAsset/dcfFixedAssetEmbedded.dto.js +0 -7
- package/dist/dto/dcfFixedAsset/dcfFixedAssetEmbedded.dto.js.map +1 -1
- package/dist/dto/dcfFixedAsset/updateDcfFixedAsset.dto.d.ts +1 -1
- package/dist/dto/dcfFixedAsset/updateDcfFixedAsset.dto.js +3 -3
- package/dist/dto/dcfFixedAsset/updateDcfFixedAsset.dto.js.map +1 -1
- package/dist/dto/depreciationValue/depreciationValue.dto.d.ts +1 -1
- package/dist/dto/depreciationValue/depreciationValue.dto.js +2 -2
- package/dist/dto/depreciationValue/depreciationValue.dto.js.map +1 -1
- package/dist/dto/depreciationValue/depreciationValueEmbedded.dto.d.ts +0 -2
- package/dist/dto/depreciationValue/depreciationValueEmbedded.dto.js +0 -7
- package/dist/dto/depreciationValue/depreciationValueEmbedded.dto.js.map +1 -1
- package/package.json +1 -1
|
@@ -35,9 +35,9 @@ __decorate([
|
|
|
35
35
|
__metadata("design:type", String)
|
|
36
36
|
], CreateDcfBudgetFixedAssetDto.prototype, "dcfBudgetValuationId", void 0);
|
|
37
37
|
__decorate([
|
|
38
|
-
(0, nestjs_1.ApiProperty)({ type: String, required: true
|
|
39
|
-
(0, class_validator_1.
|
|
38
|
+
(0, nestjs_1.ApiProperty)({ type: String, required: true }),
|
|
39
|
+
(0, class_validator_1.IsString)(),
|
|
40
40
|
(0, class_transformer_1.Expose)(),
|
|
41
41
|
__metadata("design:type", String)
|
|
42
|
-
], CreateDcfBudgetFixedAssetDto.prototype, "
|
|
42
|
+
], CreateDcfBudgetFixedAssetDto.prototype, "code", void 0);
|
|
43
43
|
//# sourceMappingURL=createDcfBudgetFixedAsset.dto.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"createDcfBudgetFixedAsset.dto.js","sourceRoot":"","sources":["../../../../src/dto/dcfBudget/dcfBudgetFixedAsset/createDcfBudgetFixedAsset.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,4CAA8C;AAC9C,qDAA0D;AAC1D,yDAA2C;AAE3C;CAoBC;;AAhBA;IAHC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;IAC7C,IAAA,0BAAQ,GAAE;IACV,IAAA,0BAAM,GAAE;;0DACK;AAKd;IAHC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;IAC7C,IAAA,uBAAK,GAAE;IACP,IAAA,0BAAM,GAAE;;qEACgB;AAKzB;IAHC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,MAAM,EAAE,MAAM,EAAE,CAAC;IAC7D,IAAA,wBAAM,GAAE;IACR,IAAA,0BAAM,GAAE;;0EACqB;AAK9B;IAHC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,
|
|
1
|
+
{"version":3,"file":"createDcfBudgetFixedAsset.dto.js","sourceRoot":"","sources":["../../../../src/dto/dcfBudget/dcfBudgetFixedAsset/createDcfBudgetFixedAsset.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,4CAA8C;AAC9C,qDAA0D;AAC1D,yDAA2C;AAE3C;CAoBC;;AAhBA;IAHC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;IAC7C,IAAA,0BAAQ,GAAE;IACV,IAAA,0BAAM,GAAE;;0DACK;AAKd;IAHC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;IAC7C,IAAA,uBAAK,GAAE;IACP,IAAA,0BAAM,GAAE;;qEACgB;AAKzB;IAHC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,MAAM,EAAE,MAAM,EAAE,CAAC;IAC7D,IAAA,wBAAM,GAAE;IACR,IAAA,0BAAM,GAAE;;0EACqB;AAK9B;IAHC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;IAC7C,IAAA,0BAAQ,GAAE;IACV,IAAA,0BAAM,GAAE;;0DACK"}
|
|
@@ -56,8 +56,8 @@ __decorate([
|
|
|
56
56
|
__metadata("design:type", String)
|
|
57
57
|
], DcfBudgetFixedAssetDto.prototype, "dcfBudgetValuationId", void 0);
|
|
58
58
|
__decorate([
|
|
59
|
-
(0, nestjs_1.ApiProperty)({ type: String, required: true
|
|
59
|
+
(0, nestjs_1.ApiProperty)({ type: String, required: true }),
|
|
60
60
|
(0, class_transformer_1.Expose)(),
|
|
61
61
|
__metadata("design:type", String)
|
|
62
|
-
], DcfBudgetFixedAssetDto.prototype, "
|
|
62
|
+
], DcfBudgetFixedAssetDto.prototype, "code", void 0);
|
|
63
63
|
//# sourceMappingURL=dcfBudgetFixedAsset.dto.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"dcfBudgetFixedAsset.dto.js","sourceRoot":"","sources":["../../../../src/dto/dcfBudget/dcfBudgetFixedAsset/dcfBudgetFixedAsset.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAAiD;AACjD,yDAA2C;AAC3C,4CAA8C;AAC9C,uFAAmF;AAEnF,4BAAoC,SAAQ,IAAA,kBAAO,EAClD,gEAA8B,CAC9B;CAoCA;;AAjCA;IAFC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,MAAM,EAAE,MAAM,EAAE,CAAC;IAC7D,IAAA,0BAAM,GAAE;;kDACG;AAIZ;IAFC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;IAC7C,IAAA,0BAAM,GAAE;;oDACK;AAId;IAFC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;IAC7C,IAAA,0BAAM,GAAE;;+DACgB;AAQzB;IANC,IAAA,oBAAW,EAAC;QACZ,IAAI,EAAE,MAAM;QACZ,QAAQ,EAAE,KAAK;QACf,WAAW,EAAE,wDAAwD;KACrE,CAAC;IACD,IAAA,0BAAM,GAAE;;qDACM;AAQf;IANC,IAAA,oBAAW,EAAC;QACZ,IAAI,EAAE,MAAM;QACZ,QAAQ,EAAE,KAAK;QACf,WAAW,EAAE,gDAAgD;KAC7D,CAAC;IACD,IAAA,0BAAM,GAAE;;gEACiB;AAI1B;IAFC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,MAAM,EAAE,MAAM,EAAE,CAAC;IAC7D,IAAA,0BAAM,GAAE;;oEACqB;AAI9B;IAFC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,
|
|
1
|
+
{"version":3,"file":"dcfBudgetFixedAsset.dto.js","sourceRoot":"","sources":["../../../../src/dto/dcfBudget/dcfBudgetFixedAsset/dcfBudgetFixedAsset.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAAiD;AACjD,yDAA2C;AAC3C,4CAA8C;AAC9C,uFAAmF;AAEnF,4BAAoC,SAAQ,IAAA,kBAAO,EAClD,gEAA8B,CAC9B;CAoCA;;AAjCA;IAFC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,MAAM,EAAE,MAAM,EAAE,CAAC;IAC7D,IAAA,0BAAM,GAAE;;kDACG;AAIZ;IAFC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;IAC7C,IAAA,0BAAM,GAAE;;oDACK;AAId;IAFC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;IAC7C,IAAA,0BAAM,GAAE;;+DACgB;AAQzB;IANC,IAAA,oBAAW,EAAC;QACZ,IAAI,EAAE,MAAM;QACZ,QAAQ,EAAE,KAAK;QACf,WAAW,EAAE,wDAAwD;KACrE,CAAC;IACD,IAAA,0BAAM,GAAE;;qDACM;AAQf;IANC,IAAA,oBAAW,EAAC;QACZ,IAAI,EAAE,MAAM;QACZ,QAAQ,EAAE,KAAK;QACf,WAAW,EAAE,gDAAgD;KAC7D,CAAC;IACD,IAAA,0BAAM,GAAE;;gEACiB;AAI1B;IAFC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,MAAM,EAAE,MAAM,EAAE,CAAC;IAC7D,IAAA,0BAAM,GAAE;;oEACqB;AAI9B;IAFC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;IAC7C,IAAA,0BAAM,GAAE;;oDACK"}
|
|
@@ -1,9 +1,7 @@
|
|
|
1
1
|
import { UserDto } from '../../user/user.dto';
|
|
2
|
-
import { GeneralLedgerAccountDto } from '../../generalLedgerAccount/generalLedgerAccount.dto';
|
|
3
2
|
import { DcfBudgetValuationDto } from '../dcfBudgetValuation/dcfBudgetValuation.dto';
|
|
4
3
|
export declare class DcfBudgetFixedAssetEmbeddedDto {
|
|
5
4
|
dcfBudgetValuation?: DcfBudgetValuationDto;
|
|
6
|
-
generalLedgerAccount?: GeneralLedgerAccountDto;
|
|
7
5
|
createdBy?: UserDto;
|
|
8
6
|
updatedBy?: UserDto;
|
|
9
7
|
}
|
|
@@ -13,7 +13,6 @@ exports.DcfBudgetFixedAssetEmbeddedDto = void 0;
|
|
|
13
13
|
const nestjs_1 = require("../../../nestjs");
|
|
14
14
|
const class_transformer_1 = require("class-transformer");
|
|
15
15
|
const user_dto_1 = require("../../user/user.dto");
|
|
16
|
-
const generalLedgerAccount_dto_1 = require("../../generalLedgerAccount/generalLedgerAccount.dto");
|
|
17
16
|
const dcfBudgetValuation_dto_1 = require("../dcfBudgetValuation/dcfBudgetValuation.dto");
|
|
18
17
|
class DcfBudgetFixedAssetEmbeddedDto {
|
|
19
18
|
}
|
|
@@ -24,12 +23,6 @@ __decorate([
|
|
|
24
23
|
(0, class_transformer_1.Expose)(),
|
|
25
24
|
__metadata("design:type", dcfBudgetValuation_dto_1.DcfBudgetValuationDto)
|
|
26
25
|
], DcfBudgetFixedAssetEmbeddedDto.prototype, "dcfBudgetValuation", void 0);
|
|
27
|
-
__decorate([
|
|
28
|
-
(0, nestjs_1.ApiProperty)({ type: () => generalLedgerAccount_dto_1.GeneralLedgerAccountDto, required: false }),
|
|
29
|
-
(0, class_transformer_1.Type)(() => generalLedgerAccount_dto_1.GeneralLedgerAccountDto),
|
|
30
|
-
(0, class_transformer_1.Expose)(),
|
|
31
|
-
__metadata("design:type", generalLedgerAccount_dto_1.GeneralLedgerAccountDto)
|
|
32
|
-
], DcfBudgetFixedAssetEmbeddedDto.prototype, "generalLedgerAccount", void 0);
|
|
33
26
|
__decorate([
|
|
34
27
|
(0, nestjs_1.ApiProperty)({ type: () => user_dto_1.UserDto, required: false }),
|
|
35
28
|
(0, class_transformer_1.Type)(() => user_dto_1.UserDto),
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"dcfBudgetFixedAssetEmbedded.dto.js","sourceRoot":"","sources":["../../../../src/dto/dcfBudget/dcfBudgetFixedAsset/dcfBudgetFixedAssetEmbedded.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,4CAA8C;AAC9C,yDAAiD;AACjD,kDAA8C;AAC9C,
|
|
1
|
+
{"version":3,"file":"dcfBudgetFixedAssetEmbedded.dto.js","sourceRoot":"","sources":["../../../../src/dto/dcfBudget/dcfBudgetFixedAsset/dcfBudgetFixedAssetEmbedded.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,4CAA8C;AAC9C,yDAAiD;AACjD,kDAA8C;AAC9C,yFAAqF;AAErF;CAgBC;;AAZA;IAHC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,GAAG,EAAE,CAAC,8CAAqB,EAAE,QAAQ,EAAE,KAAK,EAAE,CAAC;IACnE,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,8CAAqB,CAAC;IACjC,IAAA,0BAAM,GAAE;8BACY,8CAAqB;0EAAC;AAM3C;IAHC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,GAAG,EAAE,CAAC,kBAAO,EAAE,QAAQ,EAAE,KAAK,EAAE,CAAC;IACrD,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,kBAAO,CAAC;IACnB,IAAA,0BAAM,GAAE;8BACG,kBAAO;iEAAC;AAKpB;IAHC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,GAAG,EAAE,CAAC,kBAAO,EAAE,QAAQ,EAAE,KAAK,EAAE,CAAC;IACrD,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,kBAAO,CAAC;IACnB,IAAA,0BAAM,GAAE;8BACG,kBAAO;iEAAC"}
|
|
@@ -38,10 +38,10 @@ __decorate([
|
|
|
38
38
|
__metadata("design:type", String)
|
|
39
39
|
], UpdateDcfBudgetFixedAssetDto.prototype, "dcfBudgetValuationId", void 0);
|
|
40
40
|
__decorate([
|
|
41
|
-
(0, nestjs_1.ApiProperty)({ type: String, required: false
|
|
42
|
-
(0, class_validator_1.
|
|
41
|
+
(0, nestjs_1.ApiProperty)({ type: String, required: false }),
|
|
42
|
+
(0, class_validator_1.IsString)(),
|
|
43
43
|
(0, class_validator_1.IsOptional)(),
|
|
44
44
|
(0, class_transformer_1.Expose)(),
|
|
45
45
|
__metadata("design:type", String)
|
|
46
|
-
], UpdateDcfBudgetFixedAssetDto.prototype, "
|
|
46
|
+
], UpdateDcfBudgetFixedAssetDto.prototype, "code", void 0);
|
|
47
47
|
//# sourceMappingURL=updateDcfBudgetFixedAsset.dto.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"updateDcfBudgetFixedAsset.dto.js","sourceRoot":"","sources":["../../../../src/dto/dcfBudget/dcfBudgetFixedAsset/updateDcfBudgetFixedAsset.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,4CAA8C;AAC9C,qDAAsE;AACtE,yDAA2C;AAE3C;CAwBC;;AAnBA;IAJC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,KAAK,EAAE,CAAC;IAC9C,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAM,GAAE;;0DACK;AAMd;IAJC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,KAAK,EAAE,CAAC;IAC9C,IAAA,uBAAK,GAAE;IACP,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAM,GAAE;;qEACgB;AAMzB;IAJC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,KAAK,EAAE,MAAM,EAAE,MAAM,EAAE,CAAC;IAC9D,IAAA,wBAAM,GAAE;IACR,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAM,GAAE;;0EACqB;AAM9B;IAJC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,KAAK,EAAE,
|
|
1
|
+
{"version":3,"file":"updateDcfBudgetFixedAsset.dto.js","sourceRoot":"","sources":["../../../../src/dto/dcfBudget/dcfBudgetFixedAsset/updateDcfBudgetFixedAsset.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,4CAA8C;AAC9C,qDAAsE;AACtE,yDAA2C;AAE3C;CAwBC;;AAnBA;IAJC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,KAAK,EAAE,CAAC;IAC9C,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAM,GAAE;;0DACK;AAMd;IAJC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,KAAK,EAAE,CAAC;IAC9C,IAAA,uBAAK,GAAE;IACP,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAM,GAAE;;qEACgB;AAMzB;IAJC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,KAAK,EAAE,MAAM,EAAE,MAAM,EAAE,CAAC;IAC9D,IAAA,wBAAM,GAAE;IACR,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAM,GAAE;;0EACqB;AAM9B;IAJC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,KAAK,EAAE,CAAC;IAC9C,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAM,GAAE;;0DACK"}
|
package/dist/dto/dcfBudget/dcfBudgetGeneralLedgerBalance/createDcfBudgetGeneralLedgerBalance.dto.js
CHANGED
|
@@ -35,9 +35,9 @@ __decorate([
|
|
|
35
35
|
__metadata("design:type", String)
|
|
36
36
|
], CreateDcfBudgetGeneralLedgerBalanceDto.prototype, "dcfBudgetValuationId", void 0);
|
|
37
37
|
__decorate([
|
|
38
|
-
(0, nestjs_1.ApiProperty)({ type: String, required: true
|
|
39
|
-
(0, class_validator_1.
|
|
38
|
+
(0, nestjs_1.ApiProperty)({ type: String, required: true }),
|
|
39
|
+
(0, class_validator_1.IsString)(),
|
|
40
40
|
(0, class_transformer_1.Expose)(),
|
|
41
41
|
__metadata("design:type", String)
|
|
42
|
-
], CreateDcfBudgetGeneralLedgerBalanceDto.prototype, "
|
|
42
|
+
], CreateDcfBudgetGeneralLedgerBalanceDto.prototype, "code", void 0);
|
|
43
43
|
//# sourceMappingURL=createDcfBudgetGeneralLedgerBalance.dto.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"createDcfBudgetGeneralLedgerBalance.dto.js","sourceRoot":"","sources":["../../../../src/dto/dcfBudget/dcfBudgetGeneralLedgerBalance/createDcfBudgetGeneralLedgerBalance.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,4CAA8C;AAC9C,
|
|
1
|
+
{"version":3,"file":"createDcfBudgetGeneralLedgerBalance.dto.js","sourceRoot":"","sources":["../../../../src/dto/dcfBudget/dcfBudgetGeneralLedgerBalance/createDcfBudgetGeneralLedgerBalance.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,4CAA8C;AAC9C,qDAA0D;AAC1D,yDAA2C;AAE3C;CAoBC;;AAhBA;IAHC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;IAC7C,IAAA,uBAAK,GAAE;IACP,IAAA,0BAAM,GAAE;;oEACK;AAKd;IAHC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;IAC7C,IAAA,uBAAK,GAAE;IACP,IAAA,0BAAM,GAAE;;qEACM;AAKf;IAHC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,MAAM,EAAE,MAAM,EAAE,CAAC;IAC7D,IAAA,wBAAM,GAAE;IACR,IAAA,0BAAM,GAAE;;oFACqB;AAK9B;IAHC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;IAC7C,IAAA,0BAAQ,GAAE;IACV,IAAA,0BAAM,GAAE;;oEACK"}
|
package/dist/dto/dcfBudget/dcfBudgetGeneralLedgerBalance/dcfBudgetGeneralLedgerBalance.dto.js
CHANGED
|
@@ -38,8 +38,8 @@ __decorate([
|
|
|
38
38
|
__metadata("design:type", String)
|
|
39
39
|
], DcfBudgetGeneralLedgerBalanceDto.prototype, "dcfBudgetValuationId", void 0);
|
|
40
40
|
__decorate([
|
|
41
|
-
(0, nestjs_1.ApiProperty)({ type: String, required: true
|
|
41
|
+
(0, nestjs_1.ApiProperty)({ type: String, required: true }),
|
|
42
42
|
(0, class_transformer_1.Expose)(),
|
|
43
43
|
__metadata("design:type", String)
|
|
44
|
-
], DcfBudgetGeneralLedgerBalanceDto.prototype, "
|
|
44
|
+
], DcfBudgetGeneralLedgerBalanceDto.prototype, "code", void 0);
|
|
45
45
|
//# sourceMappingURL=dcfBudgetGeneralLedgerBalance.dto.js.map
|
package/dist/dto/dcfBudget/dcfBudgetGeneralLedgerBalance/dcfBudgetGeneralLedgerBalance.dto.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"dcfBudgetGeneralLedgerBalance.dto.js","sourceRoot":"","sources":["../../../../src/dto/dcfBudget/dcfBudgetGeneralLedgerBalance/dcfBudgetGeneralLedgerBalance.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAAiD;AACjD,yDAA2C;AAC3C,4CAA8C;AAC9C,2GAAuG;AAEvG,sCAA8C,SAAQ,IAAA,kBAAO,EAC5D,oFAAwC,CACxC;CAoBA;;AAjBA;IAFC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,MAAM,EAAE,MAAM,EAAE,CAAC;IAC7D,IAAA,0BAAM,GAAE;;4DACG;AAIZ;IAFC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;IAC7C,IAAA,0BAAM,GAAE;;8DACK;AAId;IAFC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;IAC7C,IAAA,0BAAM,GAAE;;+DACM;AAIf;IAFC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,MAAM,EAAE,MAAM,EAAE,CAAC;IAC7D,IAAA,0BAAM,GAAE;;8EACqB;AAI9B;IAFC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,
|
|
1
|
+
{"version":3,"file":"dcfBudgetGeneralLedgerBalance.dto.js","sourceRoot":"","sources":["../../../../src/dto/dcfBudget/dcfBudgetGeneralLedgerBalance/dcfBudgetGeneralLedgerBalance.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAAiD;AACjD,yDAA2C;AAC3C,4CAA8C;AAC9C,2GAAuG;AAEvG,sCAA8C,SAAQ,IAAA,kBAAO,EAC5D,oFAAwC,CACxC;CAoBA;;AAjBA;IAFC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,MAAM,EAAE,MAAM,EAAE,CAAC;IAC7D,IAAA,0BAAM,GAAE;;4DACG;AAIZ;IAFC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;IAC7C,IAAA,0BAAM,GAAE;;8DACK;AAId;IAFC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;IAC7C,IAAA,0BAAM,GAAE;;+DACM;AAIf;IAFC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,MAAM,EAAE,MAAM,EAAE,CAAC;IAC7D,IAAA,0BAAM,GAAE;;8EACqB;AAI9B;IAFC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;IAC7C,IAAA,0BAAM,GAAE;;8DACK"}
|
|
@@ -1,9 +1,7 @@
|
|
|
1
1
|
import { UserDto } from '../../user/user.dto';
|
|
2
|
-
import { GeneralLedgerAccountDto } from '../../generalLedgerAccount/generalLedgerAccount.dto';
|
|
3
2
|
import { DcfBudgetValuationDto } from '../dcfBudgetValuation/dcfBudgetValuation.dto';
|
|
4
3
|
export declare class DcfBudgetGeneralLedgerBalanceEmbeddedDto {
|
|
5
4
|
dcfBudgetValuation?: DcfBudgetValuationDto;
|
|
6
|
-
generalLedgerAccount?: GeneralLedgerAccountDto;
|
|
7
5
|
createdBy?: UserDto;
|
|
8
6
|
updatedBy?: UserDto;
|
|
9
7
|
}
|
|
@@ -13,7 +13,6 @@ exports.DcfBudgetGeneralLedgerBalanceEmbeddedDto = void 0;
|
|
|
13
13
|
const nestjs_1 = require("../../../nestjs");
|
|
14
14
|
const class_transformer_1 = require("class-transformer");
|
|
15
15
|
const user_dto_1 = require("../../user/user.dto");
|
|
16
|
-
const generalLedgerAccount_dto_1 = require("../../generalLedgerAccount/generalLedgerAccount.dto");
|
|
17
16
|
const dcfBudgetValuation_dto_1 = require("../dcfBudgetValuation/dcfBudgetValuation.dto");
|
|
18
17
|
class DcfBudgetGeneralLedgerBalanceEmbeddedDto {
|
|
19
18
|
}
|
|
@@ -24,12 +23,6 @@ __decorate([
|
|
|
24
23
|
(0, class_transformer_1.Expose)(),
|
|
25
24
|
__metadata("design:type", dcfBudgetValuation_dto_1.DcfBudgetValuationDto)
|
|
26
25
|
], DcfBudgetGeneralLedgerBalanceEmbeddedDto.prototype, "dcfBudgetValuation", void 0);
|
|
27
|
-
__decorate([
|
|
28
|
-
(0, nestjs_1.ApiProperty)({ type: () => generalLedgerAccount_dto_1.GeneralLedgerAccountDto, required: false }),
|
|
29
|
-
(0, class_transformer_1.Type)(() => generalLedgerAccount_dto_1.GeneralLedgerAccountDto),
|
|
30
|
-
(0, class_transformer_1.Expose)(),
|
|
31
|
-
__metadata("design:type", generalLedgerAccount_dto_1.GeneralLedgerAccountDto)
|
|
32
|
-
], DcfBudgetGeneralLedgerBalanceEmbeddedDto.prototype, "generalLedgerAccount", void 0);
|
|
33
26
|
__decorate([
|
|
34
27
|
(0, nestjs_1.ApiProperty)({ type: () => user_dto_1.UserDto, required: false }),
|
|
35
28
|
(0, class_transformer_1.Type)(() => user_dto_1.UserDto),
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"dcfBudgetGeneralLedgerBalanceEmbedded.dto.js","sourceRoot":"","sources":["../../../../src/dto/dcfBudget/dcfBudgetGeneralLedgerBalance/dcfBudgetGeneralLedgerBalanceEmbedded.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,4CAA8C;AAC9C,yDAAiD;AACjD,kDAA8C;AAC9C,
|
|
1
|
+
{"version":3,"file":"dcfBudgetGeneralLedgerBalanceEmbedded.dto.js","sourceRoot":"","sources":["../../../../src/dto/dcfBudget/dcfBudgetGeneralLedgerBalance/dcfBudgetGeneralLedgerBalanceEmbedded.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,4CAA8C;AAC9C,yDAAiD;AACjD,kDAA8C;AAC9C,yFAAqF;AAErF;CAgBC;;AAZA;IAHC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,GAAG,EAAE,CAAC,8CAAqB,EAAE,QAAQ,EAAE,KAAK,EAAE,CAAC;IACnE,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,8CAAqB,CAAC;IACjC,IAAA,0BAAM,GAAE;8BACY,8CAAqB;oFAAC;AAM3C;IAHC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,GAAG,EAAE,CAAC,kBAAO,EAAE,QAAQ,EAAE,KAAK,EAAE,CAAC;IACrD,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,kBAAO,CAAC;IACnB,IAAA,0BAAM,GAAE;8BACG,kBAAO;2EAAC;AAKpB;IAHC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,GAAG,EAAE,CAAC,kBAAO,EAAE,QAAQ,EAAE,KAAK,EAAE,CAAC;IACrD,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,kBAAO,CAAC;IACnB,IAAA,0BAAM,GAAE;8BACG,kBAAO;2EAAC"}
|
|
@@ -35,9 +35,9 @@ __decorate([
|
|
|
35
35
|
__metadata("design:type", String)
|
|
36
36
|
], CreateDcfFixedAssetDto.prototype, "dcfValuationId", void 0);
|
|
37
37
|
__decorate([
|
|
38
|
-
(0, nestjs_1.ApiProperty)({ type: String, required: true
|
|
39
|
-
(0, class_validator_1.
|
|
38
|
+
(0, nestjs_1.ApiProperty)({ type: String, required: true }),
|
|
39
|
+
(0, class_validator_1.IsString)(),
|
|
40
40
|
(0, class_transformer_1.Expose)(),
|
|
41
41
|
__metadata("design:type", String)
|
|
42
|
-
], CreateDcfFixedAssetDto.prototype, "
|
|
42
|
+
], CreateDcfFixedAssetDto.prototype, "code", void 0);
|
|
43
43
|
//# sourceMappingURL=createDcfFixedAsset.dto.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"createDcfFixedAsset.dto.js","sourceRoot":"","sources":["../../../src/dto/dcfFixedAsset/createDcfFixedAsset.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,yCAA2C;AAC3C,qDAA0D;AAC1D,yDAA2C;AAE3C;CAoBC;;AAhBA;IAHC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;IAC7C,IAAA,0BAAQ,GAAE;IACV,IAAA,0BAAM,GAAE;;oDACK;AAKd;IAHC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;IAC7C,IAAA,uBAAK,GAAE;IACP,IAAA,0BAAM,GAAE;;+DACgB;AAKzB;IAHC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,MAAM,EAAE,MAAM,EAAE,CAAC;IAC7D,IAAA,wBAAM,GAAE;IACR,IAAA,0BAAM,GAAE;;8DACe;AAKxB;IAHC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,
|
|
1
|
+
{"version":3,"file":"createDcfFixedAsset.dto.js","sourceRoot":"","sources":["../../../src/dto/dcfFixedAsset/createDcfFixedAsset.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,yCAA2C;AAC3C,qDAA0D;AAC1D,yDAA2C;AAE3C;CAoBC;;AAhBA;IAHC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;IAC7C,IAAA,0BAAQ,GAAE;IACV,IAAA,0BAAM,GAAE;;oDACK;AAKd;IAHC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;IAC7C,IAAA,uBAAK,GAAE;IACP,IAAA,0BAAM,GAAE;;+DACgB;AAKzB;IAHC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,MAAM,EAAE,MAAM,EAAE,CAAC;IAC7D,IAAA,wBAAM,GAAE;IACR,IAAA,0BAAM,GAAE;;8DACe;AAKxB;IAHC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;IAC7C,IAAA,0BAAQ,GAAE;IACV,IAAA,0BAAM,GAAE;;oDACK"}
|
|
@@ -56,8 +56,8 @@ __decorate([
|
|
|
56
56
|
__metadata("design:type", String)
|
|
57
57
|
], DcfFixedAssetDto.prototype, "dcfValuationId", void 0);
|
|
58
58
|
__decorate([
|
|
59
|
-
(0, nestjs_1.ApiProperty)({ type: String, required: true
|
|
59
|
+
(0, nestjs_1.ApiProperty)({ type: String, required: true }),
|
|
60
60
|
(0, class_transformer_1.Expose)(),
|
|
61
61
|
__metadata("design:type", String)
|
|
62
|
-
], DcfFixedAssetDto.prototype, "
|
|
62
|
+
], DcfFixedAssetDto.prototype, "code", void 0);
|
|
63
63
|
//# sourceMappingURL=dcfFixedAsset.dto.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"dcfFixedAsset.dto.js","sourceRoot":"","sources":["../../../src/dto/dcfFixedAsset/dcfFixedAsset.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,kDAA8C;AAC9C,yDAA2C;AAC3C,yCAA2C;AAC3C,2EAAuE;AAEvE,sBAA8B,SAAQ,IAAA,kBAAO,EAAC,oDAAwB,CAAC;CAoCtE;;AAjCA;IAFC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,MAAM,EAAE,MAAM,EAAE,CAAC;IAC7D,IAAA,0BAAM,GAAE;;4CACG;AAIZ;IAFC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;IAC7C,IAAA,0BAAM,GAAE;;8CACK;AAId;IAFC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;IAC7C,IAAA,0BAAM,GAAE;;yDACgB;AAQzB;IANC,IAAA,oBAAW,EAAC;QACZ,IAAI,EAAE,MAAM;QACZ,QAAQ,EAAE,KAAK;QACf,WAAW,EAAE,wDAAwD;KACrE,CAAC;IACD,IAAA,0BAAM,GAAE;;+CACM;AAQf;IANC,IAAA,oBAAW,EAAC;QACZ,IAAI,EAAE,MAAM;QACZ,QAAQ,EAAE,KAAK;QACf,WAAW,EAAE,gDAAgD;KAC7D,CAAC;IACD,IAAA,0BAAM,GAAE;;0DACiB;AAI1B;IAFC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,MAAM,EAAE,MAAM,EAAE,CAAC;IAC7D,IAAA,0BAAM,GAAE;;wDACe;AAIxB;IAFC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,
|
|
1
|
+
{"version":3,"file":"dcfFixedAsset.dto.js","sourceRoot":"","sources":["../../../src/dto/dcfFixedAsset/dcfFixedAsset.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,kDAA8C;AAC9C,yDAA2C;AAC3C,yCAA2C;AAC3C,2EAAuE;AAEvE,sBAA8B,SAAQ,IAAA,kBAAO,EAAC,oDAAwB,CAAC;CAoCtE;;AAjCA;IAFC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,MAAM,EAAE,MAAM,EAAE,CAAC;IAC7D,IAAA,0BAAM,GAAE;;4CACG;AAIZ;IAFC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;IAC7C,IAAA,0BAAM,GAAE;;8CACK;AAId;IAFC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;IAC7C,IAAA,0BAAM,GAAE;;yDACgB;AAQzB;IANC,IAAA,oBAAW,EAAC;QACZ,IAAI,EAAE,MAAM;QACZ,QAAQ,EAAE,KAAK;QACf,WAAW,EAAE,wDAAwD;KACrE,CAAC;IACD,IAAA,0BAAM,GAAE;;+CACM;AAQf;IANC,IAAA,oBAAW,EAAC;QACZ,IAAI,EAAE,MAAM;QACZ,QAAQ,EAAE,KAAK;QACf,WAAW,EAAE,gDAAgD;KAC7D,CAAC;IACD,IAAA,0BAAM,GAAE;;0DACiB;AAI1B;IAFC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,MAAM,EAAE,MAAM,EAAE,CAAC;IAC7D,IAAA,0BAAM,GAAE;;wDACe;AAIxB;IAFC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;IAC7C,IAAA,0BAAM,GAAE;;8CACK"}
|
|
@@ -1,9 +1,7 @@
|
|
|
1
1
|
import { UserDto } from '../user/user.dto';
|
|
2
2
|
import { DcfValuationDto } from '../dcfValuation/dcfValuation.dto';
|
|
3
|
-
import { GeneralLedgerAccountDto } from '../generalLedgerAccount/generalLedgerAccount.dto';
|
|
4
3
|
export declare class DcfFixedAssetEmbeddedDto {
|
|
5
4
|
dcfValuation?: DcfValuationDto;
|
|
6
|
-
generalLedgerAccount?: GeneralLedgerAccountDto;
|
|
7
5
|
createdBy?: UserDto;
|
|
8
6
|
updatedBy?: UserDto;
|
|
9
7
|
}
|
|
@@ -14,7 +14,6 @@ const nestjs_1 = require("../../nestjs");
|
|
|
14
14
|
const class_transformer_1 = require("class-transformer");
|
|
15
15
|
const user_dto_1 = require("../user/user.dto");
|
|
16
16
|
const dcfValuation_dto_1 = require("../dcfValuation/dcfValuation.dto");
|
|
17
|
-
const generalLedgerAccount_dto_1 = require("../generalLedgerAccount/generalLedgerAccount.dto");
|
|
18
17
|
class DcfFixedAssetEmbeddedDto {
|
|
19
18
|
}
|
|
20
19
|
exports.DcfFixedAssetEmbeddedDto = DcfFixedAssetEmbeddedDto;
|
|
@@ -24,12 +23,6 @@ __decorate([
|
|
|
24
23
|
(0, class_transformer_1.Expose)(),
|
|
25
24
|
__metadata("design:type", dcfValuation_dto_1.DcfValuationDto)
|
|
26
25
|
], DcfFixedAssetEmbeddedDto.prototype, "dcfValuation", void 0);
|
|
27
|
-
__decorate([
|
|
28
|
-
(0, nestjs_1.ApiProperty)({ type: () => generalLedgerAccount_dto_1.GeneralLedgerAccountDto, required: false }),
|
|
29
|
-
(0, class_transformer_1.Type)(() => generalLedgerAccount_dto_1.GeneralLedgerAccountDto),
|
|
30
|
-
(0, class_transformer_1.Expose)(),
|
|
31
|
-
__metadata("design:type", generalLedgerAccount_dto_1.GeneralLedgerAccountDto)
|
|
32
|
-
], DcfFixedAssetEmbeddedDto.prototype, "generalLedgerAccount", void 0);
|
|
33
26
|
__decorate([
|
|
34
27
|
(0, nestjs_1.ApiProperty)({ type: () => user_dto_1.UserDto, required: false }),
|
|
35
28
|
(0, class_transformer_1.Type)(() => user_dto_1.UserDto),
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"dcfFixedAssetEmbedded.dto.js","sourceRoot":"","sources":["../../../src/dto/dcfFixedAsset/dcfFixedAssetEmbedded.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,yCAA2C;AAC3C,yDAAiD;AACjD,+CAA2C;AAC3C,uEAAmE;
|
|
1
|
+
{"version":3,"file":"dcfFixedAssetEmbedded.dto.js","sourceRoot":"","sources":["../../../src/dto/dcfFixedAsset/dcfFixedAssetEmbedded.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,yCAA2C;AAC3C,yDAAiD;AACjD,+CAA2C;AAC3C,uEAAmE;AAEnE;CAeC;;AAXA;IAHC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,GAAG,EAAE,CAAC,kCAAe,EAAE,QAAQ,EAAE,KAAK,EAAE,CAAC;IAC7D,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,kCAAe,CAAC;IAC3B,IAAA,0BAAM,GAAE;8BACM,kCAAe;8DAAC;AAK/B;IAHC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,GAAG,EAAE,CAAC,kBAAO,EAAE,QAAQ,EAAE,KAAK,EAAE,CAAC;IACrD,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,kBAAO,CAAC;IACnB,IAAA,0BAAM,GAAE;8BACG,kBAAO;2DAAC;AAKpB;IAHC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,GAAG,EAAE,CAAC,kBAAO,EAAE,QAAQ,EAAE,KAAK,EAAE,CAAC;IACrD,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,kBAAO,CAAC;IACnB,IAAA,0BAAM,GAAE;8BACG,kBAAO;2DAAC"}
|
|
@@ -38,10 +38,10 @@ __decorate([
|
|
|
38
38
|
__metadata("design:type", String)
|
|
39
39
|
], UpdateDcfFixedAssetDto.prototype, "dcfValuationId", void 0);
|
|
40
40
|
__decorate([
|
|
41
|
-
(0, nestjs_1.ApiProperty)({ type: String, required: false
|
|
42
|
-
(0, class_validator_1.
|
|
41
|
+
(0, nestjs_1.ApiProperty)({ type: String, required: false }),
|
|
42
|
+
(0, class_validator_1.IsString)(),
|
|
43
43
|
(0, class_validator_1.IsOptional)(),
|
|
44
44
|
(0, class_transformer_1.Expose)(),
|
|
45
45
|
__metadata("design:type", String)
|
|
46
|
-
], UpdateDcfFixedAssetDto.prototype, "
|
|
46
|
+
], UpdateDcfFixedAssetDto.prototype, "code", void 0);
|
|
47
47
|
//# sourceMappingURL=updateDcfFixedAsset.dto.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"updateDcfFixedAsset.dto.js","sourceRoot":"","sources":["../../../src/dto/dcfFixedAsset/updateDcfFixedAsset.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,yCAA2C;AAC3C,qDAAsE;AACtE,yDAA2C;AAE3C;CAwBC;;AAnBA;IAJC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,KAAK,EAAE,CAAC;IAC9C,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAM,GAAE;;oDACK;AAMd;IAJC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,KAAK,EAAE,CAAC;IAC9C,IAAA,uBAAK,GAAE;IACP,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAM,GAAE;;+DACgB;AAMzB;IAJC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,KAAK,EAAE,MAAM,EAAE,MAAM,EAAE,CAAC;IAC9D,IAAA,wBAAM,GAAE;IACR,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAM,GAAE;;8DACe;AAMxB;IAJC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,KAAK,EAAE,
|
|
1
|
+
{"version":3,"file":"updateDcfFixedAsset.dto.js","sourceRoot":"","sources":["../../../src/dto/dcfFixedAsset/updateDcfFixedAsset.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,yCAA2C;AAC3C,qDAAsE;AACtE,yDAA2C;AAE3C;CAwBC;;AAnBA;IAJC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,KAAK,EAAE,CAAC;IAC9C,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAM,GAAE;;oDACK;AAMd;IAJC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,KAAK,EAAE,CAAC;IAC9C,IAAA,uBAAK,GAAE;IACP,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAM,GAAE;;+DACgB;AAMzB;IAJC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,KAAK,EAAE,MAAM,EAAE,MAAM,EAAE,CAAC;IAC9D,IAAA,wBAAM,GAAE;IACR,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAM,GAAE;;8DACe;AAMxB;IAJC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,KAAK,EAAE,CAAC;IAC9C,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAM,GAAE;;oDACK"}
|
|
@@ -38,8 +38,8 @@ __decorate([
|
|
|
38
38
|
__metadata("design:type", String)
|
|
39
39
|
], DepreciationValueDto.prototype, "valuationId", void 0);
|
|
40
40
|
__decorate([
|
|
41
|
-
(0, nestjs_1.ApiProperty)({ type: String, required: true
|
|
41
|
+
(0, nestjs_1.ApiProperty)({ type: String, required: true }),
|
|
42
42
|
(0, class_transformer_1.Expose)(),
|
|
43
43
|
__metadata("design:type", String)
|
|
44
|
-
], DepreciationValueDto.prototype, "
|
|
44
|
+
], DepreciationValueDto.prototype, "code", void 0);
|
|
45
45
|
//# sourceMappingURL=depreciationValue.dto.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"depreciationValue.dto.js","sourceRoot":"","sources":["../../../src/dto/depreciationValue/depreciationValue.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,kDAA8C;AAC9C,yDAA2C;AAC3C,yCAA2C;AAC3C,mFAA+E;AAE/E,0BAAkC,SAAQ,IAAA,kBAAO,EAAC,4DAA4B,CAAC;CAoB9E;;AAjBA;IAFC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,MAAM,EAAE,MAAM,EAAE,CAAC;IAC7D,IAAA,0BAAM,GAAE;;gDACG;AAIZ;IAFC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;IAC7C,IAAA,0BAAM,GAAE;;kDACK;AAId;IAFC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;IAC7C,IAAA,0BAAM,GAAE;;mDACM;AAIf;IAFC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,MAAM,EAAE,MAAM,EAAE,CAAC;IAC7D,IAAA,0BAAM,GAAE;;yDACY;AAIrB;IAFC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,
|
|
1
|
+
{"version":3,"file":"depreciationValue.dto.js","sourceRoot":"","sources":["../../../src/dto/depreciationValue/depreciationValue.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,kDAA8C;AAC9C,yDAA2C;AAC3C,yCAA2C;AAC3C,mFAA+E;AAE/E,0BAAkC,SAAQ,IAAA,kBAAO,EAAC,4DAA4B,CAAC;CAoB9E;;AAjBA;IAFC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,MAAM,EAAE,MAAM,EAAE,CAAC;IAC7D,IAAA,0BAAM,GAAE;;gDACG;AAIZ;IAFC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;IAC7C,IAAA,0BAAM,GAAE;;kDACK;AAId;IAFC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;IAC7C,IAAA,0BAAM,GAAE;;mDACM;AAIf;IAFC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,MAAM,EAAE,MAAM,EAAE,CAAC;IAC7D,IAAA,0BAAM,GAAE;;yDACY;AAIrB;IAFC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;IAC7C,IAAA,0BAAM,GAAE;;kDACK"}
|
|
@@ -1,9 +1,7 @@
|
|
|
1
1
|
import { UserDto } from '../user/user.dto';
|
|
2
2
|
import { ValuationDto } from '../valuation/valuation.dto';
|
|
3
|
-
import { GeneralLedgerAccountDto } from '../generalLedgerAccount/generalLedgerAccount.dto';
|
|
4
3
|
export declare class DepreciationValueEmbeddedDto {
|
|
5
4
|
valuation?: ValuationDto;
|
|
6
|
-
generalLedgerAccount?: GeneralLedgerAccountDto;
|
|
7
5
|
createdBy?: UserDto;
|
|
8
6
|
updatedBy?: UserDto;
|
|
9
7
|
}
|
|
@@ -14,7 +14,6 @@ const nestjs_1 = require("../../nestjs");
|
|
|
14
14
|
const class_transformer_1 = require("class-transformer");
|
|
15
15
|
const user_dto_1 = require("../user/user.dto");
|
|
16
16
|
const valuation_dto_1 = require("../valuation/valuation.dto");
|
|
17
|
-
const generalLedgerAccount_dto_1 = require("../generalLedgerAccount/generalLedgerAccount.dto");
|
|
18
17
|
class DepreciationValueEmbeddedDto {
|
|
19
18
|
}
|
|
20
19
|
exports.DepreciationValueEmbeddedDto = DepreciationValueEmbeddedDto;
|
|
@@ -24,12 +23,6 @@ __decorate([
|
|
|
24
23
|
(0, class_transformer_1.Expose)(),
|
|
25
24
|
__metadata("design:type", valuation_dto_1.ValuationDto)
|
|
26
25
|
], DepreciationValueEmbeddedDto.prototype, "valuation", void 0);
|
|
27
|
-
__decorate([
|
|
28
|
-
(0, nestjs_1.ApiProperty)({ type: () => generalLedgerAccount_dto_1.GeneralLedgerAccountDto, required: false }),
|
|
29
|
-
(0, class_transformer_1.Type)(() => generalLedgerAccount_dto_1.GeneralLedgerAccountDto),
|
|
30
|
-
(0, class_transformer_1.Expose)(),
|
|
31
|
-
__metadata("design:type", generalLedgerAccount_dto_1.GeneralLedgerAccountDto)
|
|
32
|
-
], DepreciationValueEmbeddedDto.prototype, "generalLedgerAccount", void 0);
|
|
33
26
|
__decorate([
|
|
34
27
|
(0, nestjs_1.ApiProperty)({ type: () => user_dto_1.UserDto, required: false }),
|
|
35
28
|
(0, class_transformer_1.Type)(() => user_dto_1.UserDto),
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"depreciationValueEmbedded.dto.js","sourceRoot":"","sources":["../../../src/dto/depreciationValue/depreciationValueEmbedded.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,yCAA2C;AAC3C,yDAAiD;AACjD,+CAA2C;AAC3C,8DAA0D;
|
|
1
|
+
{"version":3,"file":"depreciationValueEmbedded.dto.js","sourceRoot":"","sources":["../../../src/dto/depreciationValue/depreciationValueEmbedded.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,yCAA2C;AAC3C,yDAAiD;AACjD,+CAA2C;AAC3C,8DAA0D;AAE1D;CAgBC;;AAZA;IAHC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,GAAG,EAAE,CAAC,4BAAY,EAAE,QAAQ,EAAE,KAAK,EAAE,CAAC;IAC1D,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,4BAAY,CAAC;IACxB,IAAA,0BAAM,GAAE;8BACG,4BAAY;+DAAC;AAMzB;IAHC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,GAAG,EAAE,CAAC,kBAAO,EAAE,QAAQ,EAAE,KAAK,EAAE,CAAC;IACrD,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,kBAAO,CAAC;IACnB,IAAA,0BAAM,GAAE;8BACG,kBAAO;+DAAC;AAKpB;IAHC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,GAAG,EAAE,CAAC,kBAAO,EAAE,QAAQ,EAAE,KAAK,EAAE,CAAC;IACrD,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,kBAAO,CAAC;IACnB,IAAA,0BAAM,GAAE;8BACG,kBAAO;+DAAC"}
|