@heliofi/common 0.1.195 → 0.1.196

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 (110) hide show
  1. package/dist/src/domain/constants/generalNetwork.d.ts +5 -0
  2. package/dist/src/domain/constants/generalNetwork.js +10 -0
  3. package/dist/src/domain/constants/generalNetwork.js.map +1 -0
  4. package/dist/src/domain/constants/index.d.ts +1 -0
  5. package/dist/src/domain/constants/index.js +1 -0
  6. package/dist/src/domain/constants/index.js.map +1 -1
  7. package/dist/src/domain/decorators/PartialRequired.js +2 -2
  8. package/dist/src/domain/decorators/PartialRequired.js.map +1 -1
  9. package/dist/src/domain/model/index.d.ts +1 -0
  10. package/dist/src/domain/model/index.js +1 -0
  11. package/dist/src/domain/model/index.js.map +1 -1
  12. package/dist/src/domain/model/refund/dtos/createRefund.dto.d.ts +7 -0
  13. package/dist/src/domain/model/{paystream-tx/entities/PaystreamCheckoutStatusResponse.entity.js → refund/dtos/createRefund.dto.js} +22 -9
  14. package/dist/src/domain/model/refund/dtos/createRefund.dto.js.map +1 -0
  15. package/dist/src/domain/model/refund/dtos/index.d.ts +1 -0
  16. package/dist/src/domain/model/{checkoutStatus/entities → refund/dtos}/index.js +1 -1
  17. package/dist/src/domain/model/refund/dtos/index.js.map +1 -0
  18. package/dist/src/domain/model/refund/entities/Refund.entity.d.ts +9 -0
  19. package/dist/src/domain/model/{transaction-meta/entities/BaseTransactionMeta.js → refund/entities/Refund.entity.js} +5 -9
  20. package/dist/src/domain/model/refund/entities/Refund.entity.js.map +1 -0
  21. package/dist/src/domain/model/refund/entities/index.d.ts +1 -0
  22. package/dist/src/domain/model/refund/entities/index.js +18 -0
  23. package/dist/src/domain/model/refund/entities/index.js.map +1 -0
  24. package/dist/src/domain/model/{checkoutStatus → refund}/index.d.ts +1 -0
  25. package/dist/src/domain/model/{checkoutStatus → refund}/index.js +1 -0
  26. package/dist/src/domain/model/refund/index.js.map +1 -0
  27. package/dist/src/domain/services/ClusterService.d.ts +7 -0
  28. package/dist/src/domain/services/ClusterService.js +37 -0
  29. package/dist/src/domain/services/ClusterService.js.map +1 -0
  30. package/dist/src/domain/services/index.d.ts +1 -0
  31. package/dist/src/domain/services/index.js +1 -0
  32. package/dist/src/domain/services/index.js.map +1 -1
  33. package/dist/tsconfig.tsbuildinfo +1 -1
  34. package/package.json +2 -2
  35. package/dist/src/domain/model/attachment/entities/BaseAttachment.d.ts +0 -7
  36. package/dist/src/domain/model/attachment/entities/BaseAttachment.js +0 -8
  37. package/dist/src/domain/model/attachment/entities/BaseAttachment.js.map +0 -1
  38. package/dist/src/domain/model/checkoutStatus/entities/CheckoutStatusResponse.entity.d.ts +0 -16
  39. package/dist/src/domain/model/checkoutStatus/entities/CheckoutStatusResponse.entity.js +0 -8
  40. package/dist/src/domain/model/checkoutStatus/entities/CheckoutStatusResponse.entity.js.map +0 -1
  41. package/dist/src/domain/model/checkoutStatus/entities/index.d.ts +0 -1
  42. package/dist/src/domain/model/checkoutStatus/entities/index.js.map +0 -1
  43. package/dist/src/domain/model/checkoutStatus/index.js.map +0 -1
  44. package/dist/src/domain/model/company/entities/BaseCompany.d.ts +0 -13
  45. package/dist/src/domain/model/company/entities/BaseCompany.js +0 -8
  46. package/dist/src/domain/model/company/entities/BaseCompany.js.map +0 -1
  47. package/dist/src/domain/model/company/entities/Company.d.ts +0 -7
  48. package/dist/src/domain/model/company/entities/Company.js +0 -8
  49. package/dist/src/domain/model/company/entities/Company.js.map +0 -1
  50. package/dist/src/domain/model/currency/entities/BaseCurrency.d.ts +0 -14
  51. package/dist/src/domain/model/currency/entities/BaseCurrency.js +0 -8
  52. package/dist/src/domain/model/currency/entities/BaseCurrency.js.map +0 -1
  53. package/dist/src/domain/model/currency/entities/Currency.d.ts +0 -5
  54. package/dist/src/domain/model/currency/entities/Currency.js +0 -8
  55. package/dist/src/domain/model/currency/entities/Currency.js.map +0 -1
  56. package/dist/src/domain/model/helio-play/dtos/HelioPlayPropertiesDto.d.ts +0 -5
  57. package/dist/src/domain/model/helio-play/dtos/HelioPlayPropertiesDto.js +0 -7
  58. package/dist/src/domain/model/helio-play/dtos/HelioPlayPropertiesDto.js.map +0 -1
  59. package/dist/src/domain/model/helio-play/entities/HelioPlayProperties.d.ts +0 -5
  60. package/dist/src/domain/model/helio-play/entities/HelioPlayProperties.js +0 -7
  61. package/dist/src/domain/model/helio-play/entities/HelioPlayProperties.js.map +0 -1
  62. package/dist/src/domain/model/location/entities/FetchifyFindAddress.d.ts +0 -8
  63. package/dist/src/domain/model/location/entities/FetchifyFindAddress.js +0 -8
  64. package/dist/src/domain/model/location/entities/FetchifyFindAddress.js.map +0 -1
  65. package/dist/src/domain/model/location/entities/FetchifyRetrieveAddress.d.ts +0 -13
  66. package/dist/src/domain/model/location/entities/FetchifyRetrieveAddress.js +0 -8
  67. package/dist/src/domain/model/location/entities/FetchifyRetrieveAddress.js.map +0 -1
  68. package/dist/src/domain/model/media/entities/MediaProperties.d.ts +0 -5
  69. package/dist/src/domain/model/media/entities/MediaProperties.js +0 -7
  70. package/dist/src/domain/model/media/entities/MediaProperties.js.map +0 -1
  71. package/dist/src/domain/model/media/entities/MediaType.entity.d.ts +0 -3
  72. package/dist/src/domain/model/media/entities/MediaType.entity.js +0 -8
  73. package/dist/src/domain/model/media/entities/MediaType.entity.js.map +0 -1
  74. package/dist/src/domain/model/paystream-tx/entities/CheckoutStatus.d.ts +0 -16
  75. package/dist/src/domain/model/paystream-tx/entities/CheckoutStatus.js +0 -7
  76. package/dist/src/domain/model/paystream-tx/entities/CheckoutStatus.js.map +0 -1
  77. package/dist/src/domain/model/paystream-tx/entities/PaystreamCheckoutStatusResponse.entity.d.ts +0 -5
  78. package/dist/src/domain/model/paystream-tx/entities/PaystreamCheckoutStatusResponse.entity.js.map +0 -1
  79. package/dist/src/domain/model/prepare-invoice/entities/PrepareInvoice.d.ts +0 -5
  80. package/dist/src/domain/model/prepare-invoice/entities/PrepareInvoice.js +0 -8
  81. package/dist/src/domain/model/prepare-invoice/entities/PrepareInvoice.js.map +0 -1
  82. package/dist/src/domain/model/prepare-transaction/entities/PrepareSwapTransaction.d.ts +0 -5
  83. package/dist/src/domain/model/prepare-transaction/entities/PrepareSwapTransaction.js +0 -7
  84. package/dist/src/domain/model/prepare-transaction/entities/PrepareSwapTransaction.js.map +0 -1
  85. package/dist/src/domain/model/prepare-transaction/entities/PrepareTransaction.d.ts +0 -5
  86. package/dist/src/domain/model/prepare-transaction/entities/PrepareTransaction.js +0 -8
  87. package/dist/src/domain/model/prepare-transaction/entities/PrepareTransaction.js.map +0 -1
  88. package/dist/src/domain/model/report/entities/ReportItem.d.ts +0 -37
  89. package/dist/src/domain/model/report/entities/ReportItem.js +0 -7
  90. package/dist/src/domain/model/report/entities/ReportItem.js.map +0 -1
  91. package/dist/src/domain/model/token-quoting/entities/TokenQuoting.d.ts +0 -4
  92. package/dist/src/domain/model/token-quoting/entities/TokenQuoting.js +0 -8
  93. package/dist/src/domain/model/token-quoting/entities/TokenQuoting.js.map +0 -1
  94. package/dist/src/domain/model/token-swap/entities/SwapRouteToken.d.ts +0 -4
  95. package/dist/src/domain/model/token-swap/entities/SwapRouteToken.js +0 -8
  96. package/dist/src/domain/model/token-swap/entities/SwapRouteToken.js.map +0 -1
  97. package/dist/src/domain/model/transaction-meta/entities/BaseTransactionMeta.d.ts +0 -16
  98. package/dist/src/domain/model/transaction-meta/entities/BaseTransactionMeta.js.map +0 -1
  99. package/dist/src/domain/model/user/entities/BaseUser.d.ts +0 -8
  100. package/dist/src/domain/model/user/entities/BaseUser.js +0 -8
  101. package/dist/src/domain/model/user/entities/BaseUser.js.map +0 -1
  102. package/dist/src/domain/model/wallet/entities/BaseWallet.d.ts +0 -5
  103. package/dist/src/domain/model/wallet/entities/BaseWallet.js +0 -8
  104. package/dist/src/domain/model/wallet/entities/BaseWallet.js.map +0 -1
  105. package/dist/src/domain/model/wallet/entities/Wallet.d.ts +0 -7
  106. package/dist/src/domain/model/wallet/entities/Wallet.js +0 -8
  107. package/dist/src/domain/model/wallet/entities/Wallet.js.map +0 -1
  108. package/dist/src/domain/model/wallet/entities/WalletDetails.d.ts +0 -4
  109. package/dist/src/domain/model/wallet/entities/WalletDetails.js +0 -8
  110. package/dist/src/domain/model/wallet/entities/WalletDetails.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.1.195",
4
+ "version": "0.1.196",
5
5
  "description": "Common package",
6
6
  "main": "dist/index.js",
7
7
  "types": "./dist/index.d.ts",
@@ -25,5 +25,5 @@
25
25
  "ts-loader": "^9.3.1",
26
26
  "typescript": "^4.8.2"
27
27
  },
28
- "gitHead": "285c1806026829aea11bf8781a8c53c69a0793b9"
28
+ "gitHead": "9a69fbcd0dda07da292e989e78005679f8e67178"
29
29
  }
@@ -1,7 +0,0 @@
1
- import { Entity } from '../../entity';
2
- export declare class BaseAttachment extends Entity {
3
- id: string;
4
- name: string;
5
- url: string;
6
- type: string;
7
- }
@@ -1,8 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.BaseAttachment = void 0;
4
- const entity_1 = require("../../entity");
5
- class BaseAttachment extends entity_1.Entity {
6
- }
7
- exports.BaseAttachment = BaseAttachment;
8
- //# sourceMappingURL=BaseAttachment.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"BaseAttachment.js","sourceRoot":"","sources":["../../../../../../src/domain/model/attachment/entities/BaseAttachment.ts"],"names":[],"mappings":";;;AAAA,yCAAsC;AAEtC,MAAa,cAAe,SAAQ,eAAM;CAQzC;AARD,wCAQC"}
@@ -1,16 +0,0 @@
1
- import { ContentResponse } from '../../content';
2
- import { Entity } from '../../entity';
3
- import { TransactionStatus } from '../../transaction-meta';
4
- export declare class CheckoutStatusResponse extends Entity {
5
- transactionStatus: TransactionStatus;
6
- transactionSignature?: string;
7
- paymentData?: {
8
- document: {
9
- id: string;
10
- createdAt: string;
11
- paymentPK: string;
12
- maxTime: number;
13
- };
14
- content?: ContentResponse;
15
- };
16
- }
@@ -1,8 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CheckoutStatusResponse = void 0;
4
- const entity_1 = require("../../entity");
5
- class CheckoutStatusResponse extends entity_1.Entity {
6
- }
7
- exports.CheckoutStatusResponse = CheckoutStatusResponse;
8
- //# sourceMappingURL=CheckoutStatusResponse.entity.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"CheckoutStatusResponse.entity.js","sourceRoot":"","sources":["../../../../../../src/domain/model/checkoutStatus/entities/CheckoutStatusResponse.entity.ts"],"names":[],"mappings":";;;AACA,yCAAsC;AAGtC,MAAa,sBAAuB,SAAQ,eAAM;CAejD;AAfD,wDAeC"}
@@ -1 +0,0 @@
1
- export * from './CheckoutStatusResponse.entity';
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/domain/model/checkoutStatus/entities/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,kEAAgD"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/domain/model/checkoutStatus/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,6CAA2B"}
@@ -1,13 +0,0 @@
1
- import { Entity } from '../../entity';
2
- export declare class BaseCompany extends Entity {
3
- id: string;
4
- name?: string;
5
- email?: string;
6
- logoUrl?: string;
7
- websiteUrl?: string;
8
- twitterUsername?: string;
9
- discordUsername?: string;
10
- address?: string;
11
- phoneNumber?: string;
12
- twitterConfirmed?: boolean;
13
- }
@@ -1,8 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.BaseCompany = void 0;
4
- const entity_1 = require("../../entity");
5
- class BaseCompany extends entity_1.Entity {
6
- }
7
- exports.BaseCompany = BaseCompany;
8
- //# sourceMappingURL=BaseCompany.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"BaseCompany.js","sourceRoot":"","sources":["../../../../../../src/domain/model/company/entities/BaseCompany.ts"],"names":[],"mappings":";;;AAAA,yCAAsC;AAEtC,MAAa,WAAY,SAAQ,eAAM;CAoBtC;AApBD,kCAoBC"}
@@ -1,7 +0,0 @@
1
- import { BaseCompany } from './BaseCompany';
2
- import { BaseAttachment } from '../../attachment';
3
- import { ApiKey } from '../../apiKey';
4
- export declare class Company extends BaseCompany {
5
- logo?: BaseAttachment;
6
- apiKeys?: ApiKey[];
7
- }
@@ -1,8 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.Company = void 0;
4
- const BaseCompany_1 = require("./BaseCompany");
5
- class Company extends BaseCompany_1.BaseCompany {
6
- }
7
- exports.Company = Company;
8
- //# sourceMappingURL=Company.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"Company.js","sourceRoot":"","sources":["../../../../../../src/domain/model/company/entities/Company.ts"],"names":[],"mappings":";;;AAAA,+CAA4C;AAI5C,MAAa,OAAQ,SAAQ,yBAAW;CAIvC;AAJD,0BAIC"}
@@ -1,14 +0,0 @@
1
- import { Entity } from '../../entity';
2
- import { CurrencyType } from './CurrencyType';
3
- export declare class BaseCurrency extends Entity {
4
- id: string;
5
- symbol: string;
6
- name: string;
7
- mintAddress?: string;
8
- coinMarketCapId: number;
9
- decimals: number;
10
- symbolPrefix?: string;
11
- order: number;
12
- type?: CurrencyType;
13
- iconUrl?: string;
14
- }
@@ -1,8 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.BaseCurrency = void 0;
4
- const entity_1 = require("../../entity");
5
- class BaseCurrency extends entity_1.Entity {
6
- }
7
- exports.BaseCurrency = BaseCurrency;
8
- //# sourceMappingURL=BaseCurrency.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"BaseCurrency.js","sourceRoot":"","sources":["../../../../../../src/domain/model/currency/entities/BaseCurrency.ts"],"names":[],"mappings":";;;AAAA,yCAAsC;AAGtC,MAAa,YAAa,SAAQ,eAAM;CAoBvC;AApBD,oCAoBC"}
@@ -1,5 +0,0 @@
1
- import { Blockchain } from '../../blockchain';
2
- import { BaseCurrency } from './BaseCurrency';
3
- export declare class Currency extends BaseCurrency {
4
- blockchain: Blockchain;
5
- }
@@ -1,8 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.Currency = void 0;
4
- const BaseCurrency_1 = require("./BaseCurrency");
5
- class Currency extends BaseCurrency_1.BaseCurrency {
6
- }
7
- exports.Currency = Currency;
8
- //# sourceMappingURL=Currency.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"Currency.js","sourceRoot":"","sources":["../../../../../../src/domain/model/currency/entities/Currency.ts"],"names":[],"mappings":";;;AACA,iDAA8C;AAE9C,MAAa,QAAS,SAAQ,2BAAY;CAEzC;AAFD,4BAEC"}
@@ -1,5 +0,0 @@
1
- import { MediaProperties } from '../../media';
2
- export declare class HelioPlayPropertiesDto {
3
- durationSec?: number;
4
- media: MediaProperties;
5
- }
@@ -1,7 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.HelioPlayPropertiesDto = void 0;
4
- class HelioPlayPropertiesDto {
5
- }
6
- exports.HelioPlayPropertiesDto = HelioPlayPropertiesDto;
7
- //# sourceMappingURL=HelioPlayPropertiesDto.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"HelioPlayPropertiesDto.js","sourceRoot":"","sources":["../../../../../../src/domain/model/helio-play/dtos/HelioPlayPropertiesDto.ts"],"names":[],"mappings":";;;AAEA,MAAa,sBAAsB;CAGlC;AAHD,wDAGC"}
@@ -1,5 +0,0 @@
1
- import { MediaProperties } from '../../media';
2
- export declare class HelioPlayProperties {
3
- durationSec?: number;
4
- media: MediaProperties;
5
- }
@@ -1,7 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.HelioPlayProperties = void 0;
4
- class HelioPlayProperties {
5
- }
6
- exports.HelioPlayProperties = HelioPlayProperties;
7
- //# sourceMappingURL=HelioPlayProperties.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"HelioPlayProperties.js","sourceRoot":"","sources":["../../../../../../src/domain/model/helio-play/entities/HelioPlayProperties.ts"],"names":[],"mappings":";;;AAEA,MAAa,mBAAmB;CAG/B;AAHD,kDAGC"}
@@ -1,8 +0,0 @@
1
- import { Entity } from '../../entity';
2
- export declare class FetchifyFindAddress extends Entity {
3
- results: {
4
- id: string;
5
- count: number;
6
- labels: string[];
7
- }[];
8
- }
@@ -1,8 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.FetchifyFindAddress = void 0;
4
- const entity_1 = require("../../entity");
5
- class FetchifyFindAddress extends entity_1.Entity {
6
- }
7
- exports.FetchifyFindAddress = FetchifyFindAddress;
8
- //# sourceMappingURL=FetchifyFindAddress.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"FetchifyFindAddress.js","sourceRoot":"","sources":["../../../../../../src/domain/model/location/entities/FetchifyFindAddress.ts"],"names":[],"mappings":";;;AAAA,yCAAsC;AAEtC,MAAa,mBAAoB,SAAQ,eAAM;CAE9C;AAFD,kDAEC"}
@@ -1,13 +0,0 @@
1
- import { Entity } from '../../entity';
2
- export declare class FetchifyRetrieveAddress extends Entity {
3
- result: {
4
- province_name: string;
5
- street_name: string;
6
- street_prefix: string;
7
- street_suffix: string;
8
- building_number: string;
9
- line_2: string;
10
- province: string;
11
- locality: string;
12
- };
13
- }
@@ -1,8 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.FetchifyRetrieveAddress = void 0;
4
- const entity_1 = require("../../entity");
5
- class FetchifyRetrieveAddress extends entity_1.Entity {
6
- }
7
- exports.FetchifyRetrieveAddress = FetchifyRetrieveAddress;
8
- //# sourceMappingURL=FetchifyRetrieveAddress.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"FetchifyRetrieveAddress.js","sourceRoot":"","sources":["../../../../../../src/domain/model/location/entities/FetchifyRetrieveAddress.ts"],"names":[],"mappings":";;;AAAA,yCAAsC;AAEtC,MAAa,uBAAwB,SAAQ,eAAM;CAWlD;AAXD,0DAWC"}
@@ -1,5 +0,0 @@
1
- import { MediaType } from '.';
2
- export declare class MediaProperties {
3
- type: MediaType;
4
- hosted: boolean;
5
- }
@@ -1,7 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.MediaProperties = void 0;
4
- class MediaProperties {
5
- }
6
- exports.MediaProperties = MediaProperties;
7
- //# sourceMappingURL=MediaProperties.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"MediaProperties.js","sourceRoot":"","sources":["../../../../../../src/domain/model/media/entities/MediaProperties.ts"],"names":[],"mappings":";;;AAEA,MAAa,eAAe;CAG3B;AAHD,0CAGC"}
@@ -1,3 +0,0 @@
1
- export declare enum MediaType {
2
- VIDEO = "VIDEO"
3
- }
@@ -1,8 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.MediaType = void 0;
4
- var MediaType;
5
- (function (MediaType) {
6
- MediaType["VIDEO"] = "VIDEO";
7
- })(MediaType = exports.MediaType || (exports.MediaType = {}));
8
- //# sourceMappingURL=MediaType.entity.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"MediaType.entity.js","sourceRoot":"","sources":["../../../../../../src/domain/model/media/entities/MediaType.entity.ts"],"names":[],"mappings":";;;AAAA,IAAY,SAEX;AAFD,WAAY,SAAS;IACnB,4BAAe,CAAA;AACjB,CAAC,EAFW,SAAS,GAAT,iBAAS,KAAT,iBAAS,QAEpB"}
@@ -1,16 +0,0 @@
1
- export declare class CheckoutStatus {
2
- transactionSignature: string;
3
- endedAt: number;
4
- paymentData: {
5
- document: {
6
- id: string;
7
- createdAt: string;
8
- paymentPK: string;
9
- maxTime: number;
10
- };
11
- content: {
12
- text?: string;
13
- videoUrl?: string;
14
- };
15
- };
16
- }
@@ -1,7 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CheckoutStatus = void 0;
4
- class CheckoutStatus {
5
- }
6
- exports.CheckoutStatus = CheckoutStatus;
7
- //# sourceMappingURL=CheckoutStatus.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"CheckoutStatus.js","sourceRoot":"","sources":["../../../../../../src/domain/model/paystream-tx/entities/CheckoutStatus.ts"],"names":[],"mappings":";;;AAAA,MAAa,cAAc;CAiB1B;AAjBD,wCAiBC"}
@@ -1,5 +0,0 @@
1
- import { CheckoutStatusResponse } from '../../checkoutStatus';
2
- export declare class PaystreamCheckoutStatusResponse extends CheckoutStatusResponse {
3
- startedAt?: bigint;
4
- endedAt?: bigint;
5
- }
@@ -1 +0,0 @@
1
- {"version":3,"file":"PaystreamCheckoutStatusResponse.entity.js","sourceRoot":"","sources":["../../../../../../src/domain/model/paystream-tx/entities/PaystreamCheckoutStatusResponse.entity.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,yDAA8C;AAC9C,yDAA8D;AAE9D,MAAa,+BAAgC,SAAQ,uCAAsB;CAM1E;AALC;IAAC,IAAA,6BAAS,EAAC,CAAC,EAAE,KAAK,EAAE,EAAE,EAAE,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC;;kEACrB;AAEnB;IAAC,IAAA,6BAAS,EAAC,CAAC,EAAE,KAAK,EAAE,EAAE,EAAE,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC;;gEACvB;AALnB,0EAMC"}
@@ -1,5 +0,0 @@
1
- import { Entity } from '../../entity';
2
- export declare class PrepareInvoice extends Entity {
3
- transactionToken: string;
4
- transactionMessage: string;
5
- }
@@ -1,8 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.PrepareInvoice = void 0;
4
- const entity_1 = require("../../entity");
5
- class PrepareInvoice extends entity_1.Entity {
6
- }
7
- exports.PrepareInvoice = PrepareInvoice;
8
- //# sourceMappingURL=PrepareInvoice.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"PrepareInvoice.js","sourceRoot":"","sources":["../../../../../../src/domain/model/prepare-invoice/entities/PrepareInvoice.ts"],"names":[],"mappings":";;;AAAA,yCAAsC;AAEtC,MAAa,cAAe,SAAQ,eAAM;CAGzC;AAHD,wCAGC"}
@@ -1,5 +0,0 @@
1
- import { PrepareTransaction } from './PrepareTransaction';
2
- export declare class PrepareSwapTransaction {
3
- standardTransaction: PrepareTransaction;
4
- swapTransaction: string;
5
- }
@@ -1,7 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.PrepareSwapTransaction = void 0;
4
- class PrepareSwapTransaction {
5
- }
6
- exports.PrepareSwapTransaction = PrepareSwapTransaction;
7
- //# sourceMappingURL=PrepareSwapTransaction.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"PrepareSwapTransaction.js","sourceRoot":"","sources":["../../../../../../src/domain/model/prepare-transaction/entities/PrepareSwapTransaction.ts"],"names":[],"mappings":";;;AAEA,MAAa,sBAAsB;CAGlC;AAHD,wDAGC"}
@@ -1,5 +0,0 @@
1
- import { Entity } from '../../entity';
2
- export declare class PrepareTransaction extends Entity {
3
- transactionToken: string;
4
- transactionMessage: string;
5
- }
@@ -1,8 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.PrepareTransaction = void 0;
4
- const entity_1 = require("../../entity");
5
- class PrepareTransaction extends entity_1.Entity {
6
- }
7
- exports.PrepareTransaction = PrepareTransaction;
8
- //# sourceMappingURL=PrepareTransaction.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"PrepareTransaction.js","sourceRoot":"","sources":["../../../../../../src/domain/model/prepare-transaction/entities/PrepareTransaction.ts"],"names":[],"mappings":";;;AAAA,yCAAsC;AAEtC,MAAa,kBAAmB,SAAQ,eAAM;CAG7C;AAHD,gDAGC"}
@@ -1,37 +0,0 @@
1
- import { IntervalType } from '../../paystream';
2
- import { BlockchainSymbol } from '../../blockchain';
3
- export declare class ReportItem {
4
- id: string;
5
- txSignature: string;
6
- solScanLink: string;
7
- paymentRequestId: string;
8
- paymentRequestUrl: string;
9
- paymentRequestName: string;
10
- quantity: number;
11
- time: string;
12
- amount: number;
13
- convertedAmount: number;
14
- currency: string;
15
- blockchain: BlockchainSymbol;
16
- from: string;
17
- paymentRequestUrlWithSlug?: string;
18
- cancelAt?: number;
19
- endAt?: number;
20
- startAt?: number;
21
- intervalUnit?: IntervalType;
22
- email?: string;
23
- discordUsername?: string;
24
- twitterUsername?: string;
25
- fullName?: string;
26
- country?: string;
27
- deliveryAddress?: string;
28
- phoneNumber?: string;
29
- state?: string;
30
- street?: string;
31
- streetNumber?: string;
32
- city?: string;
33
- areaCode?: string;
34
- name?: string;
35
- value?: string;
36
- fee: number;
37
- }
@@ -1,7 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ReportItem = void 0;
4
- class ReportItem {
5
- }
6
- exports.ReportItem = ReportItem;
7
- //# sourceMappingURL=ReportItem.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"ReportItem.js","sourceRoot":"","sources":["../../../../../../src/domain/model/report/entities/ReportItem.ts"],"names":[],"mappings":";;;AAGA,MAAa,UAAU;CAkEtB;AAlED,gCAkEC"}
@@ -1,4 +0,0 @@
1
- import { Entity } from '../../entity';
2
- export declare class TokenQuoting extends Entity {
3
- rateToken: string;
4
- }
@@ -1,8 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.TokenQuoting = void 0;
4
- const entity_1 = require("../../entity");
5
- class TokenQuoting extends entity_1.Entity {
6
- }
7
- exports.TokenQuoting = TokenQuoting;
8
- //# sourceMappingURL=TokenQuoting.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"TokenQuoting.js","sourceRoot":"","sources":["../../../../../../src/domain/model/token-quoting/entities/TokenQuoting.ts"],"names":[],"mappings":";;;AAAA,yCAAsC;AAEtC,MAAa,YAAa,SAAQ,eAAM;CAEvC;AAFD,oCAEC"}
@@ -1,4 +0,0 @@
1
- import { Entity } from '../../entity';
2
- export declare class SwapRouteToken extends Entity {
3
- routeToken: string;
4
- }
@@ -1,8 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.SwapRouteToken = void 0;
4
- const entity_1 = require("../../entity");
5
- class SwapRouteToken extends entity_1.Entity {
6
- }
7
- exports.SwapRouteToken = SwapRouteToken;
8
- //# sourceMappingURL=SwapRouteToken.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"SwapRouteToken.js","sourceRoot":"","sources":["../../../../../../src/domain/model/token-swap/entities/SwapRouteToken.ts"],"names":[],"mappings":";;;AAAA,yCAAsC;AAEtC,MAAa,cAAe,SAAQ,eAAM;CAEzC;AAFD,wCAEC"}
@@ -1,16 +0,0 @@
1
- import { CustomerDetails } from '../../customer-details';
2
- import { Entity } from '../../entity';
3
- import { ProductDetails } from '../../product-details';
4
- import { SplitAccount } from '../../split-account';
5
- export declare class BaseTransactionMeta extends Entity {
6
- id: string;
7
- transactionSignature: string;
8
- amount: bigint;
9
- recipientPK: string;
10
- senderPK: string;
11
- customerDetails: CustomerDetails;
12
- productDetails: ProductDetails;
13
- splitRevenue: boolean;
14
- remainingAccounts: SplitAccount[];
15
- totalAmount: bigint;
16
- }
@@ -1 +0,0 @@
1
- {"version":3,"file":"BaseTransactionMeta.js","sourceRoot":"","sources":["../../../../../../src/domain/model/transaction-meta/entities/BaseTransactionMeta.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,yDAA8C;AAE9C,yCAAsC;AAItC,MAAa,mBAAoB,SAAQ,eAAM;CAsB9C;AAjBC;IAAC,IAAA,6BAAS,EAAC,CAAC,EAAE,KAAK,EAAE,EAAE,EAAE,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC;;mDACzB;AAcf;IAAC,IAAA,6BAAS,EAAC,CAAC,EAAE,KAAK,EAAE,EAAE,EAAE,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC;;wDACpB;AArBtB,kDAsBC"}
@@ -1,8 +0,0 @@
1
- import { Entity } from '../../entity';
2
- export declare class BaseUser extends Entity {
3
- id: string;
4
- name?: string;
5
- email?: string;
6
- discordUsername?: string;
7
- twitterUsername?: string;
8
- }
@@ -1,8 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.BaseUser = void 0;
4
- const entity_1 = require("../../entity");
5
- class BaseUser extends entity_1.Entity {
6
- }
7
- exports.BaseUser = BaseUser;
8
- //# sourceMappingURL=BaseUser.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"BaseUser.js","sourceRoot":"","sources":["../../../../../../src/domain/model/user/entities/BaseUser.ts"],"names":[],"mappings":";;;AAAA,yCAAsC;AAEtC,MAAa,QAAS,SAAQ,eAAM;CAUnC;AAVD,4BAUC"}
@@ -1,5 +0,0 @@
1
- import { Entity } from '../../entity';
2
- export declare class BaseWallet extends Entity {
3
- id: string;
4
- publicKey: string;
5
- }
@@ -1,8 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.BaseWallet = void 0;
4
- const entity_1 = require("../../entity");
5
- class BaseWallet extends entity_1.Entity {
6
- }
7
- exports.BaseWallet = BaseWallet;
8
- //# sourceMappingURL=BaseWallet.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"BaseWallet.js","sourceRoot":"","sources":["../../../../../../src/domain/model/wallet/entities/BaseWallet.ts"],"names":[],"mappings":";;;AAAA,yCAAsC;AAEtC,MAAa,UAAW,SAAQ,eAAM;CAIrC;AAJD,gCAIC"}
@@ -1,7 +0,0 @@
1
- import type { Blockchain } from '../../blockchain';
2
- import { BaseWallet } from './BaseWallet';
3
- import { BlockchainEngine } from '../../blockchainEngine';
4
- export declare class Wallet extends BaseWallet {
5
- blockchain?: Blockchain;
6
- blockchainEngine: BlockchainEngine;
7
- }
@@ -1,8 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.Wallet = void 0;
4
- const BaseWallet_1 = require("./BaseWallet");
5
- class Wallet extends BaseWallet_1.BaseWallet {
6
- }
7
- exports.Wallet = Wallet;
8
- //# sourceMappingURL=Wallet.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"Wallet.js","sourceRoot":"","sources":["../../../../../../src/domain/model/wallet/entities/Wallet.ts"],"names":[],"mappings":";;;AACA,6CAA0C;AAG1C,MAAa,MAAO,SAAQ,uBAAU;CAIrC;AAJD,wBAIC"}
@@ -1,4 +0,0 @@
1
- import { Entity } from '../../entity';
2
- export declare class WalletDetails extends Entity {
3
- isHelioX: boolean;
4
- }
@@ -1,8 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.WalletDetails = void 0;
4
- const entity_1 = require("../../entity");
5
- class WalletDetails extends entity_1.Entity {
6
- }
7
- exports.WalletDetails = WalletDetails;
8
- //# sourceMappingURL=WalletDetails.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"WalletDetails.js","sourceRoot":"","sources":["../../../../../../src/domain/model/wallet/entities/WalletDetails.ts"],"names":[],"mappings":";;;AAAA,yCAAsC;AAEtC,MAAa,aAAc,SAAQ,eAAM;CAExC;AAFD,sCAEC"}