@heliofi/common 0.2.175-alpha.0 → 0.2.175-alpha.1

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.
@@ -1,7 +1,5 @@
1
1
  import { Entity } from '../../entity';
2
2
  import { CustomTheme } from '../../theme';
3
- import { BlockchainSymbol } from '../../blockchain';
4
- import { DepositBlockchainSymbol } from '../../blockchain/constants';
5
3
  export interface CustomDepositPathFee {
6
4
  depositCurrency: string;
7
5
  recipientCurrency: string;
@@ -26,9 +24,4 @@ export declare class BaseCompany extends Entity {
26
24
  helioVerified?: boolean;
27
25
  moonpayApiKey?: string;
28
26
  customTheme?: CustomTheme;
29
- depositAffiliateFeeBps?: number;
30
- depositAffiliateFeeWallet?: string;
31
- depositAffiliateFeeCurrencySymbol?: string;
32
- depositAffiliateFeeBlockchainSymbol?: BlockchainSymbol | DepositBlockchainSymbol;
33
- customDepositPathFees?: CustomDepositPathFee[];
34
27
  }
@@ -1 +1 @@
1
- {"version":3,"file":"BaseCompany.entity.js","sourceRoot":"","sources":["../../../../../../src/domain/model/company/entities/BaseCompany.entity.ts"],"names":[],"mappings":";;;AAAA,yCAAsC;AAWtC,MAAa,WAAY,SAAQ,eAAM;CAkDtC;AAlDD,kCAkDC"}
1
+ {"version":3,"file":"BaseCompany.entity.js","sourceRoot":"","sources":["../../../../../../src/domain/model/company/entities/BaseCompany.entity.ts"],"names":[],"mappings":";;;AAAA,yCAAsC;AAStC,MAAa,WAAY,SAAQ,eAAM;CAwCtC;AAxCD,kCAwCC"}
@@ -0,0 +1,10 @@
1
+ import { BaseCompany, CustomDepositPathFee } from './BaseCompany.entity';
2
+ import { BlockchainSymbol } from '../../blockchain';
3
+ import { DepositBlockchainSymbol } from '../../blockchain/constants';
4
+ export declare class CompanyWithFees extends BaseCompany {
5
+ depositAffiliateFeeBps?: number;
6
+ depositAffiliateFeeWallet?: string;
7
+ depositAffiliateFeeCurrencySymbol?: string;
8
+ depositAffiliateFeeBlockchainSymbol?: BlockchainSymbol | DepositBlockchainSymbol;
9
+ customDepositPathFees?: CustomDepositPathFee[];
10
+ }
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.CompanyWithFees = void 0;
4
+ const BaseCompany_entity_1 = require("./BaseCompany.entity");
5
+ class CompanyWithFees extends BaseCompany_entity_1.BaseCompany {
6
+ }
7
+ exports.CompanyWithFees = CompanyWithFees;
8
+ //# sourceMappingURL=CompanyWithFees.entity.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CompanyWithFees.entity.js","sourceRoot":"","sources":["../../../../../../src/domain/model/company/entities/CompanyWithFees.entity.ts"],"names":[],"mappings":";;;AAAA,6DAAyE;AAIzE,MAAa,eAAgB,SAAQ,gCAAW;CAU/C;AAVD,0CAUC"}
@@ -4,3 +4,4 @@ export * from './CreateCompany';
4
4
  export * from './CompanyPaymentWallets.entity';
5
5
  export * from './CompanyWithLogo.entity';
6
6
  export * from './CompanyWithShopifyMerchantDetails.entity';
7
+ export * from './CompanyWithFees.entity';
@@ -20,4 +20,5 @@ __exportStar(require("./CreateCompany"), exports);
20
20
  __exportStar(require("./CompanyPaymentWallets.entity"), exports);
21
21
  __exportStar(require("./CompanyWithLogo.entity"), exports);
22
22
  __exportStar(require("./CompanyWithShopifyMerchantDetails.entity"), exports);
23
+ __exportStar(require("./CompanyWithFees.entity"), exports);
23
24
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/domain/model/company/entities/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,mDAAiC;AACjC,uDAAqC;AACrC,kDAAgC;AAChC,iEAA+C;AAC/C,2DAAyC;AACzC,6EAA2D"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/domain/model/company/entities/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,mDAAiC;AACjC,uDAAqC;AACrC,kDAAgC;AAChC,iEAA+C;AAC/C,2DAAyC;AACzC,6EAA2D;AAC3D,2DAAyC"}