@heliofi/common 0.2.248-alpha.1779113649 → 0.2.248

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 (45) hide show
  1. package/dist/src/domain/model/auth/dtos/external/externalAuthErrorType.enum.d.ts +1 -0
  2. package/dist/src/domain/model/auth/dtos/external/externalAuthErrorType.enum.js +1 -0
  3. package/dist/src/domain/model/auth/dtos/external/externalAuthErrorType.enum.js.map +1 -1
  4. package/dist/src/domain/model/auth/dtos/external/externalAuthSignUp.dto.d.ts +1 -1
  5. package/dist/src/domain/model/auth/dtos/external/externalAuthSignUp.dto.js +1 -0
  6. package/dist/src/domain/model/auth/dtos/external/externalAuthSignUp.dto.js.map +1 -1
  7. package/dist/src/domain/model/auth/dtos/external/externalUpdateKybStatus.dto.d.ts +4 -0
  8. package/dist/src/domain/model/{deposit-management/dtos/sanctionedDepositQuery.dto.js → auth/dtos/external/externalUpdateKybStatus.dto.js} +11 -13
  9. package/dist/src/domain/model/auth/dtos/external/externalUpdateKybStatus.dto.js.map +1 -0
  10. package/dist/src/domain/model/auth/dtos/index.d.ts +1 -0
  11. package/dist/src/domain/model/auth/dtos/index.js +1 -0
  12. package/dist/src/domain/model/auth/dtos/index.js.map +1 -1
  13. package/dist/src/domain/model/deposit/entities/DepositCustomerSwapRoute.entity.d.ts +2 -0
  14. package/dist/src/domain/model/deposit/entities/DepositCustomerSwapRoute.entity.js.map +1 -1
  15. package/dist/src/domain/model/deposit/entities/VirtualAccountSupportedCountry.entity.d.ts +7 -0
  16. package/dist/src/domain/model/deposit/entities/VirtualAccountSupportedCountry.entity.js +7 -0
  17. package/dist/src/domain/model/deposit/entities/VirtualAccountSupportedCountry.entity.js.map +1 -0
  18. package/dist/src/domain/model/deposit/entities/index.d.ts +1 -0
  19. package/dist/src/domain/model/deposit/entities/index.js +1 -0
  20. package/dist/src/domain/model/deposit/entities/index.js.map +1 -1
  21. package/dist/src/domain/model/deposit-management/dtos/RefundTransaction.dto.d.ts +1 -0
  22. package/dist/src/domain/model/deposit-management/dtos/RefundTransaction.dto.js +5 -0
  23. package/dist/src/domain/model/deposit-management/dtos/RefundTransaction.dto.js.map +1 -1
  24. package/dist/src/domain/model/deposit-management/dtos/index.d.ts +0 -1
  25. package/dist/src/domain/model/deposit-management/dtos/index.js +0 -1
  26. package/dist/src/domain/model/deposit-management/dtos/index.js.map +1 -1
  27. package/dist/src/domain/model/deposit-management/entities/index.d.ts +0 -3
  28. package/dist/src/domain/model/deposit-management/entities/index.js +0 -3
  29. package/dist/src/domain/model/deposit-management/entities/index.js.map +1 -1
  30. package/dist/src/domain/model/userGroups/entities/UserGroupPermissions.d.ts +2 -0
  31. package/dist/src/domain/model/userGroups/entities/UserGroupPermissions.js +2 -0
  32. package/dist/src/domain/model/userGroups/entities/UserGroupPermissions.js.map +1 -1
  33. package/dist/tsconfig.tsbuildinfo +1 -1
  34. package/package.json +2 -2
  35. package/dist/src/domain/model/deposit-management/dtos/sanctionedDepositQuery.dto.d.ts +0 -6
  36. package/dist/src/domain/model/deposit-management/dtos/sanctionedDepositQuery.dto.js.map +0 -1
  37. package/dist/src/domain/model/deposit-management/entities/SanctionActionStatus.d.ts +0 -5
  38. package/dist/src/domain/model/deposit-management/entities/SanctionActionStatus.js +0 -10
  39. package/dist/src/domain/model/deposit-management/entities/SanctionActionStatus.js.map +0 -1
  40. package/dist/src/domain/model/deposit-management/entities/SanctionedDeposit.entity.d.ts +0 -17
  41. package/dist/src/domain/model/deposit-management/entities/SanctionedDeposit.entity.js +0 -7
  42. package/dist/src/domain/model/deposit-management/entities/SanctionedDeposit.entity.js.map +0 -1
  43. package/dist/src/domain/model/deposit-management/entities/SanctionedDepositDetail.entity.d.ts +0 -13
  44. package/dist/src/domain/model/deposit-management/entities/SanctionedDepositDetail.entity.js +0 -8
  45. package/dist/src/domain/model/deposit-management/entities/SanctionedDepositDetail.entity.js.map +0 -1
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@heliofi/common",
3
3
  "private": false,
4
- "version": "0.2.248-alpha.1779113649",
4
+ "version": "0.2.248",
5
5
  "description": "Common package",
6
6
  "main": "dist/index.js",
7
7
  "types": "./dist/index.d.ts",
@@ -32,5 +32,5 @@
32
32
  "peerDependencies": {
33
33
  "typescript": "5.*"
34
34
  },
35
- "gitHead": "b8f3e0e0f073f9da0442b46ee0a695399f893236"
35
+ "gitHead": "78c61f9988190c782e5e26761a79f48e063263eb"
36
36
  }
@@ -1,6 +0,0 @@
1
- import { BaseQueryDto } from '../../shared';
2
- import { SanctionActionStatus } from '../entities/SanctionActionStatus';
3
- export declare class SanctionedDepositQueryDto extends BaseQueryDto {
4
- actionStatus?: SanctionActionStatus;
5
- depositType?: string;
6
- }
@@ -1 +0,0 @@
1
- {"version":3,"file":"sanctionedDepositQuery.dto.js","sourceRoot":"","sources":["../../../../../../src/domain/model/deposit-management/dtos/sanctionedDepositQuery.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAAqD;AACrD,yCAA4C;AAC5C,2EAAwE;AAExE,MAAa,yBAA0B,SAAQ,qBAAY;CAQ1D;AARD,8DAQC;AALC;IAFC,IAAA,4BAAU,GAAE;IACZ,IAAA,wBAAM,EAAC,2CAAoB,CAAC;;+DACO;AAIpC;IAFC,IAAA,4BAAU,GAAE;IACZ,IAAA,wBAAM,EAAC,CAAC,SAAS,EAAE,SAAS,CAAC,CAAC;;8DACV"}
@@ -1,5 +0,0 @@
1
- export declare enum SanctionActionStatus {
2
- PENDING = "PENDING",
3
- REFUNDED = "REFUNDED",
4
- TRANSFERRED = "TRANSFERRED"
5
- }
@@ -1,10 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.SanctionActionStatus = void 0;
4
- var SanctionActionStatus;
5
- (function (SanctionActionStatus) {
6
- SanctionActionStatus["PENDING"] = "PENDING";
7
- SanctionActionStatus["REFUNDED"] = "REFUNDED";
8
- SanctionActionStatus["TRANSFERRED"] = "TRANSFERRED";
9
- })(SanctionActionStatus || (exports.SanctionActionStatus = SanctionActionStatus = {}));
10
- //# sourceMappingURL=SanctionActionStatus.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"SanctionActionStatus.js","sourceRoot":"","sources":["../../../../../../src/domain/model/deposit-management/entities/SanctionActionStatus.ts"],"names":[],"mappings":";;;AAAA,IAAY,oBAIX;AAJD,WAAY,oBAAoB;IAC9B,2CAAmB,CAAA;IACnB,6CAAqB,CAAA;IACrB,mDAA2B,CAAA;AAC7B,CAAC,EAJW,oBAAoB,oCAApB,oBAAoB,QAI/B"}
@@ -1,17 +0,0 @@
1
- import { SanctionActionStatus } from './SanctionActionStatus';
2
- import { BlockchainSymbol, DepositBlockchainSymbol } from '../../blockchain/constants';
3
- import { BlockchainEngineType } from '../../blockchainEngine';
4
- export declare class SanctionedDeposit {
5
- id: string;
6
- publicKey: string;
7
- depositType: string;
8
- companyId: string;
9
- companyName: string;
10
- sanctionedAt: string;
11
- sanctionedByAddress: string;
12
- sanctionRiskReason?: string;
13
- isFrozen: boolean;
14
- actionStatus: SanctionActionStatus;
15
- blockchainEngineType: BlockchainEngineType;
16
- blockchainSymbol?: BlockchainSymbol | DepositBlockchainSymbol;
17
- }
@@ -1,7 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.SanctionedDeposit = void 0;
4
- class SanctionedDeposit {
5
- }
6
- exports.SanctionedDeposit = SanctionedDeposit;
7
- //# sourceMappingURL=SanctionedDeposit.entity.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"SanctionedDeposit.entity.js","sourceRoot":"","sources":["../../../../../../src/domain/model/deposit-management/entities/SanctionedDeposit.entity.ts"],"names":[],"mappings":";;;AAOA,MAAa,iBAAiB;CAwB7B;AAxBD,8CAwBC"}
@@ -1,13 +0,0 @@
1
- import { SanctionedDeposit } from './SanctionedDeposit.entity';
2
- export interface SanctionedDepositBalance {
3
- amount: string;
4
- currency: string;
5
- }
6
- export declare class SanctionedDepositDetail extends SanctionedDeposit {
7
- balances: SanctionedDepositBalance[];
8
- currencies: SanctionedDepositCurrency[];
9
- }
10
- export interface SanctionedDepositCurrency {
11
- id: string;
12
- symbol: string;
13
- }
@@ -1,8 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.SanctionedDepositDetail = void 0;
4
- const SanctionedDeposit_entity_1 = require("./SanctionedDeposit.entity");
5
- class SanctionedDepositDetail extends SanctionedDeposit_entity_1.SanctionedDeposit {
6
- }
7
- exports.SanctionedDepositDetail = SanctionedDepositDetail;
8
- //# sourceMappingURL=SanctionedDepositDetail.entity.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"SanctionedDepositDetail.entity.js","sourceRoot":"","sources":["../../../../../../src/domain/model/deposit-management/entities/SanctionedDepositDetail.entity.ts"],"names":[],"mappings":";;;AAAA,yEAA+D;AAQ/D,MAAa,uBAAwB,SAAQ,4CAAiB;CAI7D;AAJD,0DAIC"}