@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.
Files changed (40) hide show
  1. package/dist/dto/dcfBudget/dcfBudgetFixedAsset/createDcfBudgetFixedAsset.dto.d.ts +1 -1
  2. package/dist/dto/dcfBudget/dcfBudgetFixedAsset/createDcfBudgetFixedAsset.dto.js +3 -3
  3. package/dist/dto/dcfBudget/dcfBudgetFixedAsset/createDcfBudgetFixedAsset.dto.js.map +1 -1
  4. package/dist/dto/dcfBudget/dcfBudgetFixedAsset/dcfBudgetFixedAsset.dto.d.ts +1 -1
  5. package/dist/dto/dcfBudget/dcfBudgetFixedAsset/dcfBudgetFixedAsset.dto.js +2 -2
  6. package/dist/dto/dcfBudget/dcfBudgetFixedAsset/dcfBudgetFixedAsset.dto.js.map +1 -1
  7. package/dist/dto/dcfBudget/dcfBudgetFixedAsset/dcfBudgetFixedAssetEmbedded.dto.d.ts +0 -2
  8. package/dist/dto/dcfBudget/dcfBudgetFixedAsset/dcfBudgetFixedAssetEmbedded.dto.js +0 -7
  9. package/dist/dto/dcfBudget/dcfBudgetFixedAsset/dcfBudgetFixedAssetEmbedded.dto.js.map +1 -1
  10. package/dist/dto/dcfBudget/dcfBudgetFixedAsset/updateDcfBudgetFixedAsset.dto.d.ts +1 -1
  11. package/dist/dto/dcfBudget/dcfBudgetFixedAsset/updateDcfBudgetFixedAsset.dto.js +3 -3
  12. package/dist/dto/dcfBudget/dcfBudgetFixedAsset/updateDcfBudgetFixedAsset.dto.js.map +1 -1
  13. package/dist/dto/dcfBudget/dcfBudgetGeneralLedgerBalance/createDcfBudgetGeneralLedgerBalance.dto.d.ts +1 -1
  14. package/dist/dto/dcfBudget/dcfBudgetGeneralLedgerBalance/createDcfBudgetGeneralLedgerBalance.dto.js +3 -3
  15. package/dist/dto/dcfBudget/dcfBudgetGeneralLedgerBalance/createDcfBudgetGeneralLedgerBalance.dto.js.map +1 -1
  16. package/dist/dto/dcfBudget/dcfBudgetGeneralLedgerBalance/dcfBudgetGeneralLedgerBalance.dto.d.ts +1 -1
  17. package/dist/dto/dcfBudget/dcfBudgetGeneralLedgerBalance/dcfBudgetGeneralLedgerBalance.dto.js +2 -2
  18. package/dist/dto/dcfBudget/dcfBudgetGeneralLedgerBalance/dcfBudgetGeneralLedgerBalance.dto.js.map +1 -1
  19. package/dist/dto/dcfBudget/dcfBudgetGeneralLedgerBalance/dcfBudgetGeneralLedgerBalanceEmbedded.dto.d.ts +0 -2
  20. package/dist/dto/dcfBudget/dcfBudgetGeneralLedgerBalance/dcfBudgetGeneralLedgerBalanceEmbedded.dto.js +0 -7
  21. package/dist/dto/dcfBudget/dcfBudgetGeneralLedgerBalance/dcfBudgetGeneralLedgerBalanceEmbedded.dto.js.map +1 -1
  22. package/dist/dto/dcfFixedAsset/createDcfFixedAsset.dto.d.ts +1 -1
  23. package/dist/dto/dcfFixedAsset/createDcfFixedAsset.dto.js +3 -3
  24. package/dist/dto/dcfFixedAsset/createDcfFixedAsset.dto.js.map +1 -1
  25. package/dist/dto/dcfFixedAsset/dcfFixedAsset.dto.d.ts +1 -1
  26. package/dist/dto/dcfFixedAsset/dcfFixedAsset.dto.js +2 -2
  27. package/dist/dto/dcfFixedAsset/dcfFixedAsset.dto.js.map +1 -1
  28. package/dist/dto/dcfFixedAsset/dcfFixedAssetEmbedded.dto.d.ts +0 -2
  29. package/dist/dto/dcfFixedAsset/dcfFixedAssetEmbedded.dto.js +0 -7
  30. package/dist/dto/dcfFixedAsset/dcfFixedAssetEmbedded.dto.js.map +1 -1
  31. package/dist/dto/dcfFixedAsset/updateDcfFixedAsset.dto.d.ts +1 -1
  32. package/dist/dto/dcfFixedAsset/updateDcfFixedAsset.dto.js +3 -3
  33. package/dist/dto/dcfFixedAsset/updateDcfFixedAsset.dto.js.map +1 -1
  34. package/dist/dto/depreciationValue/depreciationValue.dto.d.ts +1 -1
  35. package/dist/dto/depreciationValue/depreciationValue.dto.js +2 -2
  36. package/dist/dto/depreciationValue/depreciationValue.dto.js.map +1 -1
  37. package/dist/dto/depreciationValue/depreciationValueEmbedded.dto.d.ts +0 -2
  38. package/dist/dto/depreciationValue/depreciationValueEmbedded.dto.js +0 -7
  39. package/dist/dto/depreciationValue/depreciationValueEmbedded.dto.js.map +1 -1
  40. package/package.json +1 -1
@@ -2,5 +2,5 @@ export declare class CreateDcfBudgetFixedAssetDto {
2
2
  name: string;
3
3
  usefulLifeYears: number;
4
4
  dcfBudgetValuationId: string;
5
- generalLedgerAccountId: string;
5
+ code: string;
6
6
  }
@@ -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, format: 'uuid' }),
39
- (0, class_validator_1.IsUUID)(),
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, "generalLedgerAccountId", void 0);
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,MAAM,EAAE,MAAM,EAAE,CAAC;IAC7D,IAAA,wBAAM,GAAE;IACR,IAAA,0BAAM,GAAE;;4EACuB"}
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"}
@@ -7,6 +7,6 @@ export declare class DcfBudgetFixedAssetDto extends DcfBudgetFixedAssetDto_base
7
7
  value?: number;
8
8
  annualInvestment?: number;
9
9
  dcfBudgetValuationId: string;
10
- generalLedgerAccountId: string;
10
+ code: string;
11
11
  }
12
12
  export {};
@@ -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, format: 'uuid' }),
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, "generalLedgerAccountId", void 0);
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,MAAM,EAAE,MAAM,EAAE,CAAC;IAC7D,IAAA,0BAAM,GAAE;;sEACuB"}
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,kGAA8F;AAC9F,yFAAqF;AAErF;CAoBC;;AAhBA;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;AAK3C;IAHC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,GAAG,EAAE,CAAC,kDAAuB,EAAE,QAAQ,EAAE,KAAK,EAAE,CAAC;IACrE,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,kDAAuB,CAAC;IACnC,IAAA,0BAAM,GAAE;8BACc,kDAAuB;4EAAC;AAK/C;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"}
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"}
@@ -2,5 +2,5 @@ export declare class UpdateDcfBudgetFixedAssetDto {
2
2
  name?: string;
3
3
  usefulLifeYears?: number;
4
4
  dcfBudgetValuationId?: string;
5
- generalLedgerAccountId?: string;
5
+ code?: string;
6
6
  }
@@ -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, format: 'uuid' }),
42
- (0, class_validator_1.IsUUID)(),
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, "generalLedgerAccountId", void 0);
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,MAAM,EAAE,MAAM,EAAE,CAAC;IAC9D,IAAA,wBAAM,GAAE;IACR,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAM,GAAE;;4EACuB"}
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"}
@@ -2,5 +2,5 @@ export declare class CreateDcfBudgetGeneralLedgerBalanceDto {
2
2
  year: number;
3
3
  value: number;
4
4
  dcfBudgetValuationId: string;
5
- generalLedgerAccountId: string;
5
+ code: string;
6
6
  }
@@ -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, format: 'uuid' }),
39
- (0, class_validator_1.IsUUID)(),
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, "generalLedgerAccountId", void 0);
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,qDAAgD;AAChD,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,MAAM,EAAE,MAAM,EAAE,CAAC;IAC7D,IAAA,wBAAM,GAAE;IACR,IAAA,0BAAM,GAAE;;sFACuB"}
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"}
@@ -5,6 +5,6 @@ export declare class DcfBudgetGeneralLedgerBalanceDto extends DcfBudgetGeneralLe
5
5
  year: number;
6
6
  value: number;
7
7
  dcfBudgetValuationId: string;
8
- generalLedgerAccountId: string;
8
+ code: string;
9
9
  }
10
10
  export {};
@@ -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, format: 'uuid' }),
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, "generalLedgerAccountId", void 0);
44
+ ], DcfBudgetGeneralLedgerBalanceDto.prototype, "code", void 0);
45
45
  //# sourceMappingURL=dcfBudgetGeneralLedgerBalance.dto.js.map
@@ -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,MAAM,EAAE,MAAM,EAAE,CAAC;IAC7D,IAAA,0BAAM,GAAE;;gFACuB"}
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,kGAA8F;AAC9F,yFAAqF;AAErF;CAoBC;;AAhBA;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;AAK3C;IAHC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,GAAG,EAAE,CAAC,kDAAuB,EAAE,QAAQ,EAAE,KAAK,EAAE,CAAC;IACrE,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,kDAAuB,CAAC;IACnC,IAAA,0BAAM,GAAE;8BACc,kDAAuB;sFAAC;AAK/C;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"}
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"}
@@ -2,5 +2,5 @@ export declare class CreateDcfFixedAssetDto {
2
2
  name: string;
3
3
  usefulLifeYears: number;
4
4
  dcfValuationId: string;
5
- generalLedgerAccountId: string;
5
+ code: string;
6
6
  }
@@ -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, format: 'uuid' }),
39
- (0, class_validator_1.IsUUID)(),
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, "generalLedgerAccountId", void 0);
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,MAAM,EAAE,MAAM,EAAE,CAAC;IAC7D,IAAA,wBAAM,GAAE;IACR,IAAA,0BAAM,GAAE;;sEACuB"}
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"}
@@ -7,6 +7,6 @@ export declare class DcfFixedAssetDto extends DcfFixedAssetDto_base {
7
7
  value?: number;
8
8
  annualInvestment?: number;
9
9
  dcfValuationId: string;
10
- generalLedgerAccountId: string;
10
+ code: string;
11
11
  }
12
12
  export {};
@@ -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, format: 'uuid' }),
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, "generalLedgerAccountId", void 0);
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,MAAM,EAAE,MAAM,EAAE,CAAC;IAC7D,IAAA,0BAAM,GAAE;;gEACuB"}
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;AACnE,+FAA2F;AAE3F;CAoBC;;AAhBA;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,kDAAuB,EAAE,QAAQ,EAAE,KAAK,EAAE,CAAC;IACrE,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,kDAAuB,CAAC;IACnC,IAAA,0BAAM,GAAE;8BACc,kDAAuB;sEAAC;AAK/C;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"}
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"}
@@ -2,5 +2,5 @@ export declare class UpdateDcfFixedAssetDto {
2
2
  name?: string;
3
3
  usefulLifeYears?: number;
4
4
  dcfValuationId?: string;
5
- generalLedgerAccountId?: string;
5
+ code?: string;
6
6
  }
@@ -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, format: 'uuid' }),
42
- (0, class_validator_1.IsUUID)(),
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, "generalLedgerAccountId", void 0);
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,MAAM,EAAE,MAAM,EAAE,CAAC;IAC9D,IAAA,wBAAM,GAAE;IACR,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAM,GAAE;;sEACuB"}
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"}
@@ -5,6 +5,6 @@ export declare class DepreciationValueDto extends DepreciationValueDto_base {
5
5
  year: number;
6
6
  value: number;
7
7
  valuationId: string;
8
- generalLedgerAccountId: string;
8
+ code: string;
9
9
  }
10
10
  export {};
@@ -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, format: 'uuid' }),
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, "generalLedgerAccountId", void 0);
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,MAAM,EAAE,MAAM,EAAE,CAAC;IAC7D,IAAA,0BAAM,GAAE;;oEACuB"}
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;AAC1D,+FAA2F;AAE3F;CAoBC;;AAhBA;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;AAKzB;IAHC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,GAAG,EAAE,CAAC,kDAAuB,EAAE,QAAQ,EAAE,KAAK,EAAE,CAAC;IACrE,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,kDAAuB,CAAC;IACnC,IAAA,0BAAM,GAAE;8BACc,kDAAuB;0EAAC;AAK/C;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"}
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"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ballistix.digital/types-waardering-tool-react",
3
- "version": "0.13.16",
3
+ "version": "0.13.17",
4
4
  "license": "MIT",
5
5
  "scripts": {
6
6
  "build": "tsc"