@heliofi/common 0.2.282 → 0.2.283

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 (25) hide show
  1. package/dist/src/domain/model/deposit/dtos/getDepositCustomers.dto.d.ts +3 -0
  2. package/dist/src/domain/model/deposit/dtos/getDepositCustomers.dto.js +8 -0
  3. package/dist/src/domain/model/deposit/dtos/getDepositCustomers.dto.js.map +1 -0
  4. package/dist/src/domain/model/deposit/dtos/index.d.ts +1 -0
  5. package/dist/src/domain/model/deposit/dtos/index.js +1 -0
  6. package/dist/src/domain/model/deposit/dtos/index.js.map +1 -1
  7. package/dist/src/domain/model/deposit/entities/DepositCustomerPageResponse.entity.d.ts +7 -0
  8. package/dist/src/domain/model/deposit/entities/DepositCustomerPageResponse.entity.js +3 -0
  9. package/dist/src/domain/model/deposit/entities/DepositCustomerPageResponse.entity.js.map +1 -0
  10. package/dist/src/domain/model/deposit/entities/PartiallyPaidChargePageResponse.entity.d.ts +7 -0
  11. package/dist/src/domain/model/deposit/entities/PartiallyPaidChargePageResponse.entity.js +3 -0
  12. package/dist/src/domain/model/deposit/entities/PartiallyPaidChargePageResponse.entity.js.map +1 -0
  13. package/dist/src/domain/model/deposit/entities/index.d.ts +2 -0
  14. package/dist/src/domain/model/deposit/entities/index.js +2 -0
  15. package/dist/src/domain/model/deposit/entities/index.js.map +1 -1
  16. package/dist/src/domain/model/link-features/dtos/createLinkFeatures.dto.d.ts +1 -0
  17. package/dist/src/domain/model/link-features/dtos/createLinkFeatures.dto.js +5 -0
  18. package/dist/src/domain/model/link-features/dtos/createLinkFeatures.dto.js.map +1 -1
  19. package/dist/src/domain/model/link-features/dtos/updateLinkFeatures.dto.d.ts +1 -0
  20. package/dist/src/domain/model/link-features/dtos/updateLinkFeatures.dto.js +5 -0
  21. package/dist/src/domain/model/link-features/dtos/updateLinkFeatures.dto.js.map +1 -1
  22. package/dist/src/domain/model/link-features/entities/LinkFeatures.entity.d.ts +1 -0
  23. package/dist/src/domain/model/link-features/entities/LinkFeatures.entity.js.map +1 -1
  24. package/dist/tsconfig.tsbuildinfo +1 -1
  25. package/package.json +2 -2
@@ -0,0 +1,3 @@
1
+ import { BaseQueryDto } from '../../shared/queries/baseQuery.dto';
2
+ export declare class GetDepositCustomersDto extends BaseQueryDto {
3
+ }
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.GetDepositCustomersDto = void 0;
4
+ const baseQuery_dto_1 = require("../../shared/queries/baseQuery.dto");
5
+ class GetDepositCustomersDto extends baseQuery_dto_1.BaseQueryDto {
6
+ }
7
+ exports.GetDepositCustomersDto = GetDepositCustomersDto;
8
+ //# sourceMappingURL=getDepositCustomers.dto.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getDepositCustomers.dto.js","sourceRoot":"","sources":["../../../../../../src/domain/model/deposit/dtos/getDepositCustomers.dto.ts"],"names":[],"mappings":";;;AAAA,sEAAkE;AAElE,MAAa,sBAAuB,SAAQ,4BAAY;CAAG;AAA3D,wDAA2D"}
@@ -1,6 +1,7 @@
1
1
  export * from './createDeposit.dto';
2
2
  export * from './updateDepositCustomer.dto';
3
3
  export * from './createDepositCustomer.dto';
4
+ export * from './getDepositCustomers.dto';
4
5
  export * from './updateDepositWallet.dto';
5
6
  export * from './updateWalletActivity.dto';
6
7
  export * from './updateDeposit.dto';
@@ -17,6 +17,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
17
17
  __exportStar(require("./createDeposit.dto"), exports);
18
18
  __exportStar(require("./updateDepositCustomer.dto"), exports);
19
19
  __exportStar(require("./createDepositCustomer.dto"), exports);
20
+ __exportStar(require("./getDepositCustomers.dto"), exports);
20
21
  __exportStar(require("./updateDepositWallet.dto"), exports);
21
22
  __exportStar(require("./updateWalletActivity.dto"), exports);
22
23
  __exportStar(require("./updateDeposit.dto"), exports);
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/domain/model/deposit/dtos/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,sDAAoC;AACpC,8DAA4C;AAC5C,8DAA4C;AAC5C,4DAA0C;AAC1C,6DAA2C;AAC3C,sDAAoC;AACpC,8EAA4D;AAC5D,gFAA8D;AAC9D,oEAAkD;AAClD,+DAA6C;AAC7C,iEAA+C;AAC/C,iEAA+C;AAC/C,gEAA8C"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/domain/model/deposit/dtos/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,sDAAoC;AACpC,8DAA4C;AAC5C,8DAA4C;AAC5C,4DAA0C;AAC1C,4DAA0C;AAC1C,6DAA2C;AAC3C,sDAAoC;AACpC,8EAA4D;AAC5D,gFAA8D;AAC9D,oEAAkD;AAClD,+DAA6C;AAC7C,iEAA+C;AAC/C,iEAA+C;AAC/C,gEAA8C"}
@@ -0,0 +1,7 @@
1
+ import { DepositCustomerEntity } from './DepositCustomer.entity';
2
+ export type DepositCustomerPageResponse = {
3
+ data: DepositCustomerEntity[];
4
+ total: number;
5
+ page: number;
6
+ limit: number;
7
+ };
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=DepositCustomerPageResponse.entity.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"DepositCustomerPageResponse.entity.js","sourceRoot":"","sources":["../../../../../../src/domain/model/deposit/entities/DepositCustomerPageResponse.entity.ts"],"names":[],"mappings":""}
@@ -0,0 +1,7 @@
1
+ import { PartiallyPaidChargeEntity } from './PartiallyPaidCharge.entity';
2
+ export type PartiallyPaidChargePageResponse = {
3
+ data: PartiallyPaidChargeEntity[];
4
+ total: number;
5
+ page: number;
6
+ limit: number;
7
+ };
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=PartiallyPaidChargePageResponse.entity.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"PartiallyPaidChargePageResponse.entity.js","sourceRoot":"","sources":["../../../../../../src/domain/model/deposit/entities/PartiallyPaidChargePageResponse.entity.ts"],"names":[],"mappings":""}
@@ -8,6 +8,7 @@ export * from './DepositEnriched.entity';
8
8
  export * from './Deposit.entity';
9
9
  export * from './DepositWithCurrencies.entity';
10
10
  export * from './DepositCustomer.entity';
11
+ export * from './DepositCustomerPageResponse.entity';
11
12
  export * from './DepositCustomerEnriched.entity';
12
13
  export * from './DepositWallet.entity';
13
14
  export * from './DepositWithStats.entity';
@@ -37,5 +38,6 @@ export * from './ironIdentificationStatus';
37
38
  export * from './IronRequiredSigning.entity';
38
39
  export * from './IronSigningResponse.entity';
39
40
  export * from './PartiallyPaidCharge.entity';
41
+ export * from './PartiallyPaidChargePageResponse.entity';
40
42
  export * from './VirtualAccountSupportedCountry.entity';
41
43
  export * from './DepositRouteFee.entity';
@@ -24,6 +24,7 @@ __exportStar(require("./DepositEnriched.entity"), exports);
24
24
  __exportStar(require("./Deposit.entity"), exports);
25
25
  __exportStar(require("./DepositWithCurrencies.entity"), exports);
26
26
  __exportStar(require("./DepositCustomer.entity"), exports);
27
+ __exportStar(require("./DepositCustomerPageResponse.entity"), exports);
27
28
  __exportStar(require("./DepositCustomerEnriched.entity"), exports);
28
29
  __exportStar(require("./DepositWallet.entity"), exports);
29
30
  __exportStar(require("./DepositWithStats.entity"), exports);
@@ -53,6 +54,7 @@ __exportStar(require("./ironIdentificationStatus"), exports);
53
54
  __exportStar(require("./IronRequiredSigning.entity"), exports);
54
55
  __exportStar(require("./IronSigningResponse.entity"), exports);
55
56
  __exportStar(require("./PartiallyPaidCharge.entity"), exports);
57
+ __exportStar(require("./PartiallyPaidChargePageResponse.entity"), exports);
56
58
  __exportStar(require("./VirtualAccountSupportedCountry.entity"), exports);
57
59
  __exportStar(require("./DepositRouteFee.entity"), exports);
58
60
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/domain/model/deposit/entities/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,qEAAmD;AACnD,qEAAmD;AACnD,2EAAyD;AACzD,sEAAoD;AACpD,gFAA8D;AAC9D,iEAA+C;AAC/C,2DAAyC;AACzC,mDAAiC;AACjC,iEAA+C;AAC/C,2DAAyC;AACzC,mEAAiD;AACjD,yDAAuC;AACvC,4DAA0C;AAC1C,iDAA+B;AAC/B,+DAA6C;AAC7C,yEAAuD;AACvD,oEAAkD;AAClD,oFAAkE;AAClE,4EAA0D;AAC1D,6EAA2D;AAC3D,yDAAuC;AACvC,yEAAuD;AACvD,qEAAmD;AACnD,8DAA4C;AAC5C,gEAA8C;AAC9C,0DAAwC;AACxC,iEAA+C;AAC/C,mDAAiC;AACjC,2DAAyC;AACzC,qEAAmD;AACnD,+EAA6D;AAC7D,oEAAkD;AAClD,qDAAmC;AACnC,gEAA8C;AAC9C,sEAAoD;AACpD,6DAA2C;AAC3C,+DAA6C;AAC7C,+DAA6C;AAC7C,+DAA6C;AAC7C,0EAAwD;AACxD,2DAAyC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/domain/model/deposit/entities/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,qEAAmD;AACnD,qEAAmD;AACnD,2EAAyD;AACzD,sEAAoD;AACpD,gFAA8D;AAC9D,iEAA+C;AAC/C,2DAAyC;AACzC,mDAAiC;AACjC,iEAA+C;AAC/C,2DAAyC;AACzC,uEAAqD;AACrD,mEAAiD;AACjD,yDAAuC;AACvC,4DAA0C;AAC1C,iDAA+B;AAC/B,+DAA6C;AAC7C,yEAAuD;AACvD,oEAAkD;AAClD,oFAAkE;AAClE,4EAA0D;AAC1D,6EAA2D;AAC3D,yDAAuC;AACvC,yEAAuD;AACvD,qEAAmD;AACnD,8DAA4C;AAC5C,gEAA8C;AAC9C,0DAAwC;AACxC,iEAA+C;AAC/C,mDAAiC;AACjC,2DAAyC;AACzC,qEAAmD;AACnD,+EAA6D;AAC7D,oEAAkD;AAClD,qDAAmC;AACnC,gEAA8C;AAC9C,sEAAoD;AACpD,6DAA2C;AAC3C,+DAA6C;AAC7C,+DAA6C;AAC7C,+DAA6C;AAC7C,2EAAyD;AACzD,0EAAwD;AACxD,2DAAyC"}
@@ -16,4 +16,5 @@ export declare class CreateLinkFeaturesDto extends CreatePaymentRequestFeaturesD
16
16
  hasStripeApiKey?: boolean;
17
17
  showDetailsForCharge?: boolean;
18
18
  requireAdditionalProductDetails?: boolean;
19
+ disableEmailReceipt?: boolean;
19
20
  }
@@ -95,4 +95,9 @@ __decorate([
95
95
  (0, class_validator_1.IsOptional)(),
96
96
  __metadata("design:type", Boolean)
97
97
  ], CreateLinkFeaturesDto.prototype, "requireAdditionalProductDetails", void 0);
98
+ __decorate([
99
+ (0, class_validator_1.IsBoolean)(),
100
+ (0, class_validator_1.IsOptional)(),
101
+ __metadata("design:type", Boolean)
102
+ ], CreateLinkFeaturesDto.prototype, "disableEmailReceipt", void 0);
98
103
  //# sourceMappingURL=createLinkFeatures.dto.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"createLinkFeatures.dto.js","sourceRoot":"","sources":["../../../../../../src/domain/model/link-features/dtos/createLinkFeatures.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAAwD;AACxD,6EAAiF;AAEjF,MAAa,qBAAsB,SAAQ,0DAA+B;CAgEzE;AAhED,sDAgEC;AA7DC;IAFC,IAAA,2BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;2DACU;AAIvB;IAFC,IAAA,2BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;2DACU;AAIvB;IAFC,IAAA,2BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;gEACe;AAI5B;IAFC,IAAA,2BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;oEACmB;AAIhC;IAFC,IAAA,2BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;6DACY;AAIzB;IAFC,IAAA,2BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;0DACS;AAItB;IAFC,IAAA,4BAAU,GAAE;IACZ,IAAA,2BAAS,GAAE;;yDACS;AAIrB;IAFC,IAAA,2BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;+DACc;AAI3B;IAFC,IAAA,2BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;+DACc;AAI3B;IAFC,IAAA,2BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;6DACY;AAIzB;IAFC,IAAA,2BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;sEACqB;AAIlC;IAFC,IAAA,2BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;qEACoB;AAIjC;IAFC,IAAA,2BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;6DACY;AAIzB;IAFC,IAAA,2BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;8DACa;AAI1B;IAFC,IAAA,2BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;mEACkB;AAI/B;IAFC,IAAA,2BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;8EAC6B"}
1
+ {"version":3,"file":"createLinkFeatures.dto.js","sourceRoot":"","sources":["../../../../../../src/domain/model/link-features/dtos/createLinkFeatures.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAAwD;AACxD,6EAAiF;AAEjF,MAAa,qBAAsB,SAAQ,0DAA+B;CAoEzE;AApED,sDAoEC;AAjEC;IAFC,IAAA,2BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;2DACU;AAIvB;IAFC,IAAA,2BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;2DACU;AAIvB;IAFC,IAAA,2BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;gEACe;AAI5B;IAFC,IAAA,2BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;oEACmB;AAIhC;IAFC,IAAA,2BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;6DACY;AAIzB;IAFC,IAAA,2BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;0DACS;AAItB;IAFC,IAAA,4BAAU,GAAE;IACZ,IAAA,2BAAS,GAAE;;yDACS;AAIrB;IAFC,IAAA,2BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;+DACc;AAI3B;IAFC,IAAA,2BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;+DACc;AAI3B;IAFC,IAAA,2BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;6DACY;AAIzB;IAFC,IAAA,2BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;sEACqB;AAIlC;IAFC,IAAA,2BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;qEACoB;AAIjC;IAFC,IAAA,2BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;6DACY;AAIzB;IAFC,IAAA,2BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;8DACa;AAI1B;IAFC,IAAA,2BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;mEACkB;AAI/B;IAFC,IAAA,2BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;8EAC6B;AAI1C;IAFC,IAAA,2BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;kEACiB"}
@@ -13,4 +13,5 @@ export declare class UpdateLinkFeaturesDto extends UpdatePaymentRequestFeaturesD
13
13
  shouldRedirectOnSuccess?: boolean;
14
14
  showDetailsForCharge?: boolean;
15
15
  requireAdditionalProductDetails?: boolean;
16
+ disableEmailReceipt?: boolean;
16
17
  }
@@ -80,4 +80,9 @@ __decorate([
80
80
  (0, class_validator_1.IsOptional)(),
81
81
  __metadata("design:type", Boolean)
82
82
  ], UpdateLinkFeaturesDto.prototype, "requireAdditionalProductDetails", void 0);
83
+ __decorate([
84
+ (0, class_validator_1.IsBoolean)(),
85
+ (0, class_validator_1.IsOptional)(),
86
+ __metadata("design:type", Boolean)
87
+ ], UpdateLinkFeaturesDto.prototype, "disableEmailReceipt", void 0);
83
88
  //# sourceMappingURL=updateLinkFeatures.dto.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"updateLinkFeatures.dto.js","sourceRoot":"","sources":["../../../../../../src/domain/model/link-features/dtos/updateLinkFeatures.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAAwD;AACxD,6EAAiF;AAEjF,MAAa,qBAAsB,SAAQ,0DAA+B;CAoDzE;AApDD,sDAoDC;AAjDC;IAFC,IAAA,2BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;2DACU;AAIvB;IAFC,IAAA,2BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;2DACU;AAIvB;IAFC,IAAA,2BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;gEACe;AAI5B;IAFC,IAAA,2BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;oEACmB;AAIhC;IAFC,IAAA,2BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;6DACY;AAIzB;IAFC,IAAA,2BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;0DACS;AAItB;IAFC,IAAA,4BAAU,GAAE;IACZ,IAAA,2BAAS,GAAE;;yDACS;AAIrB;IAFC,IAAA,2BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;+DACc;AAI3B;IAFC,IAAA,2BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;+DACc;AAI3B;IAFC,IAAA,2BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;6DACY;AAIzB;IAFC,IAAA,2BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;sEACqB;AAIlC;IAFC,IAAA,2BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;mEACkB;AAI/B;IAFC,IAAA,2BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;8EAC6B"}
1
+ {"version":3,"file":"updateLinkFeatures.dto.js","sourceRoot":"","sources":["../../../../../../src/domain/model/link-features/dtos/updateLinkFeatures.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAAwD;AACxD,6EAAiF;AAEjF,MAAa,qBAAsB,SAAQ,0DAA+B;CAwDzE;AAxDD,sDAwDC;AArDC;IAFC,IAAA,2BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;2DACU;AAIvB;IAFC,IAAA,2BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;2DACU;AAIvB;IAFC,IAAA,2BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;gEACe;AAI5B;IAFC,IAAA,2BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;oEACmB;AAIhC;IAFC,IAAA,2BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;6DACY;AAIzB;IAFC,IAAA,2BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;0DACS;AAItB;IAFC,IAAA,4BAAU,GAAE;IACZ,IAAA,2BAAS,GAAE;;yDACS;AAIrB;IAFC,IAAA,2BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;+DACc;AAI3B;IAFC,IAAA,2BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;+DACc;AAI3B;IAFC,IAAA,2BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;6DACY;AAIzB;IAFC,IAAA,2BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;sEACqB;AAIlC;IAFC,IAAA,2BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;mEACkB;AAI/B;IAFC,IAAA,2BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;8EAC6B;AAI1C;IAFC,IAAA,2BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;kEACiB"}
@@ -11,4 +11,5 @@ export declare class LinkFeatures extends PaymentRequestFeatures {
11
11
  isSubscription: boolean;
12
12
  hasStripeApiKey: boolean;
13
13
  allowDeposit?: boolean;
14
+ disableEmailReceipt?: boolean;
14
15
  }
@@ -1 +1 @@
1
- {"version":3,"file":"LinkFeatures.entity.js","sourceRoot":"","sources":["../../../../../../src/domain/model/link-features/entities/LinkFeatures.entity.ts"],"names":[],"mappings":";;;AAAA,6EAAwE;AAExE,MAAa,YAAa,SAAQ,iDAAsB;CAsBvD;AAtBD,oCAsBC"}
1
+ {"version":3,"file":"LinkFeatures.entity.js","sourceRoot":"","sources":["../../../../../../src/domain/model/link-features/entities/LinkFeatures.entity.ts"],"names":[],"mappings":";;;AAAA,6EAAwE;AAExE,MAAa,YAAa,SAAQ,iDAAsB;CAwBvD;AAxBD,oCAwBC"}