@heliofi/common 0.2.196 → 0.2.197-alpha.1773234224

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,5 +1,4 @@
1
1
  export declare class UpdateMoonpayApiKeyDto {
2
2
  moonpayApiKey?: string;
3
3
  moonpayApiKeySecret?: string;
4
- onrampDirectlyToMerchant?: boolean;
5
4
  }
@@ -24,9 +24,4 @@ __decorate([
24
24
  (0, class_validator_1.IsOptional)(),
25
25
  __metadata("design:type", String)
26
26
  ], UpdateMoonpayApiKeyDto.prototype, "moonpayApiKeySecret", void 0);
27
- __decorate([
28
- (0, class_validator_1.IsBoolean)(),
29
- (0, class_validator_1.IsOptional)(),
30
- __metadata("design:type", Boolean)
31
- ], UpdateMoonpayApiKeyDto.prototype, "onrampDirectlyToMerchant", void 0);
32
27
  //# sourceMappingURL=updateMoonpayApiKey.dto.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"updateMoonpayApiKey.dto.js","sourceRoot":"","sources":["../../../../../../src/domain/model/company/dtos/updateMoonpayApiKey.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAAkE;AAElE,MAAa,sBAAsB;CAYlC;AAZD,wDAYC;AATC;IAFC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;6DACU;AAIvB;IAFC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;mEACgB;AAI7B;IAFC,IAAA,2BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;wEACsB"}
1
+ {"version":3,"file":"updateMoonpayApiKey.dto.js","sourceRoot":"","sources":["../../../../../../src/domain/model/company/dtos/updateMoonpayApiKey.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAAuD;AAEvD,MAAa,sBAAsB;CAQlC;AARD,wDAQC;AALC;IAFC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;6DACU;AAIvB;IAFC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;mEACgB"}
@@ -0,0 +1,3 @@
1
+ export declare class MoonpayApiKeyConfig {
2
+ moonpayApiKey?: string;
3
+ }
@@ -0,0 +1,7 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.MoonpayApiKeyConfig = void 0;
4
+ class MoonpayApiKeyConfig {
5
+ }
6
+ exports.MoonpayApiKeyConfig = MoonpayApiKeyConfig;
7
+ //# sourceMappingURL=MoonpayApiKeyConfig.entity.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"MoonpayApiKeyConfig.entity.js","sourceRoot":"","sources":["../../../../../../src/domain/model/company/entities/MoonpayApiKeyConfig.entity.ts"],"names":[],"mappings":";;;AAAA,MAAa,mBAAmB;CAE/B;AAFD,kDAEC"}
@@ -5,3 +5,4 @@ export * from './CompanyPaymentWallets.entity';
5
5
  export * from './CompanyWithLogo.entity';
6
6
  export * from './CompanyWithShopifyMerchantDetails.entity';
7
7
  export * from './CompanyWithFees.entity';
8
+ export * from './MoonpayApiKeyConfig.entity';
@@ -21,4 +21,5 @@ __exportStar(require("./CompanyPaymentWallets.entity"), exports);
21
21
  __exportStar(require("./CompanyWithLogo.entity"), exports);
22
22
  __exportStar(require("./CompanyWithShopifyMerchantDetails.entity"), exports);
23
23
  __exportStar(require("./CompanyWithFees.entity"), exports);
24
+ __exportStar(require("./MoonpayApiKeyConfig.entity"), exports);
24
25
  //# 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;AAC3D,2DAAyC"}
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;AACzC,+DAA6C"}
@@ -1,5 +1,6 @@
1
1
  export declare enum FeeFeature {
2
2
  STANDARD = "STANDARD",
3
+ STANDARD_DEPOSIT = "STANDARD_DEPOSIT",
3
4
  CUSTOM_STANDARD = "CUSTOM_STANDARD",
4
5
  SWAP = "SWAP",
5
6
  SWAP_CONVERSION = "SWAP_CONVERSION",
@@ -4,6 +4,7 @@ exports.FeeFeature = void 0;
4
4
  var FeeFeature;
5
5
  (function (FeeFeature) {
6
6
  FeeFeature["STANDARD"] = "STANDARD";
7
+ FeeFeature["STANDARD_DEPOSIT"] = "STANDARD_DEPOSIT";
7
8
  FeeFeature["CUSTOM_STANDARD"] = "CUSTOM_STANDARD";
8
9
  FeeFeature["SWAP"] = "SWAP";
9
10
  FeeFeature["SWAP_CONVERSION"] = "SWAP_CONVERSION";
@@ -1 +1 @@
1
- {"version":3,"file":"FeeFeature.enum.js","sourceRoot":"","sources":["../../../../../../src/domain/model/fee/entities/FeeFeature.enum.ts"],"names":[],"mappings":";;;AAAA,IAAY,UAYX;AAZD,WAAY,UAAU;IACpB,mCAAqB,CAAA;IACrB,iDAAmC,CAAA;IACnC,2BAAa,CAAA;IAIb,iDAAmC,CAAA;IACnC,uCAAyB,CAAA;IACzB,+BAAiB,CAAA;IACjB,+BAAiB,CAAA;IACjB,iCAAmB,CAAA;AACrB,CAAC,EAZW,UAAU,0BAAV,UAAU,QAYrB"}
1
+ {"version":3,"file":"FeeFeature.enum.js","sourceRoot":"","sources":["../../../../../../src/domain/model/fee/entities/FeeFeature.enum.ts"],"names":[],"mappings":";;;AAAA,IAAY,UAaX;AAbD,WAAY,UAAU;IACpB,mCAAqB,CAAA;IACrB,mDAAqC,CAAA;IACrC,iDAAmC,CAAA;IACnC,2BAAa,CAAA;IAIb,iDAAmC,CAAA;IACnC,uCAAyB,CAAA;IACzB,+BAAiB,CAAA;IACjB,+BAAiB,CAAA;IACjB,iCAAmB,CAAA;AACrB,CAAC,EAbW,UAAU,0BAAV,UAAU,QAarB"}
@@ -3,4 +3,5 @@ export interface FeeProperties {
3
3
  feeBps: number;
4
4
  feeFeatures: FeeFeature[];
5
5
  isHelioX: boolean;
6
+ isVerified: boolean;
6
7
  }