@heliofi/common 0.1.173 → 0.1.175

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 (105) hide show
  1. package/dist/src/domain/model/content/entities/Content.d.ts +1 -3
  2. package/dist/src/domain/model/content/entities/Content.js.map +1 -1
  3. package/dist/src/domain/model/index.d.ts +1 -2
  4. package/dist/src/domain/model/index.js +1 -2
  5. package/dist/src/domain/model/index.js.map +1 -1
  6. package/dist/src/domain/model/paystream/dtos/createPaystream.dto.d.ts +0 -2
  7. package/dist/src/domain/model/paystream/dtos/createPaystream.dto.js +0 -6
  8. package/dist/src/domain/model/paystream/dtos/createPaystream.dto.js.map +1 -1
  9. package/dist/src/domain/model/paystream/dtos/updatePaystream.dto.d.ts +0 -2
  10. package/dist/src/domain/model/paystream/dtos/updatePaystream.dto.js +0 -6
  11. package/dist/src/domain/model/paystream/dtos/updatePaystream.dto.js.map +1 -1
  12. package/dist/src/domain/model/paystream/entities/BasePaystream.d.ts +0 -2
  13. package/dist/src/domain/model/paystream/entities/BasePaystream.js.map +1 -1
  14. package/dist/src/domain/model/paystream/entities/Paystream.d.ts +0 -2
  15. package/dist/src/domain/model/paystream/entities/Paystream.js.map +1 -1
  16. package/dist/src/domain/model/settle-transaction/dtos/index.d.ts +1 -0
  17. package/dist/src/domain/model/settle-transaction/dtos/index.js +6 -0
  18. package/dist/src/domain/model/settle-transaction/dtos/index.js.map +1 -0
  19. package/dist/src/domain/model/settle-transaction/dtos/settleTransaction.dto.d.ts +4 -0
  20. package/dist/src/domain/model/{transaction-meta/entities/BaseTransactionMeta.js → settle-transaction/dtos/settleTransaction.dto.js} +10 -13
  21. package/dist/src/domain/model/settle-transaction/dtos/settleTransaction.dto.js.map +1 -0
  22. package/dist/src/domain/model/settle-transaction/index.d.ts +1 -0
  23. package/dist/src/domain/model/{helio-play → settle-transaction}/index.js +1 -1
  24. package/dist/src/domain/model/settle-transaction/index.js.map +1 -0
  25. package/dist/src/domain/model/transaction-meta/constants/TransactionStatus.d.ts +1 -2
  26. package/dist/src/domain/model/transaction-meta/constants/TransactionStatus.js +0 -1
  27. package/dist/src/domain/model/transaction-meta/constants/TransactionStatus.js.map +1 -1
  28. package/dist/tsconfig.tsbuildinfo +1 -1
  29. package/package.json +2 -2
  30. package/dist/src/domain/model/attachment/entities/BaseAttachment.d.ts +0 -7
  31. package/dist/src/domain/model/attachment/entities/BaseAttachment.js +0 -8
  32. package/dist/src/domain/model/attachment/entities/BaseAttachment.js.map +0 -1
  33. package/dist/src/domain/model/company/entities/BaseCompany.d.ts +0 -13
  34. package/dist/src/domain/model/company/entities/BaseCompany.js +0 -8
  35. package/dist/src/domain/model/company/entities/BaseCompany.js.map +0 -1
  36. package/dist/src/domain/model/company/entities/Company.d.ts +0 -7
  37. package/dist/src/domain/model/company/entities/Company.js +0 -8
  38. package/dist/src/domain/model/company/entities/Company.js.map +0 -1
  39. package/dist/src/domain/model/currency/entities/BaseCurrency.d.ts +0 -14
  40. package/dist/src/domain/model/currency/entities/BaseCurrency.js +0 -8
  41. package/dist/src/domain/model/currency/entities/BaseCurrency.js.map +0 -1
  42. package/dist/src/domain/model/currency/entities/Currency.d.ts +0 -5
  43. package/dist/src/domain/model/currency/entities/Currency.js +0 -8
  44. package/dist/src/domain/model/currency/entities/Currency.js.map +0 -1
  45. package/dist/src/domain/model/helio-play/entities/HelioPlayProperties.d.ts +0 -7
  46. package/dist/src/domain/model/helio-play/entities/HelioPlayProperties.js +0 -7
  47. package/dist/src/domain/model/helio-play/entities/HelioPlayProperties.js.map +0 -1
  48. package/dist/src/domain/model/helio-play/entities/index.d.ts +0 -1
  49. package/dist/src/domain/model/helio-play/entities/index.js +0 -18
  50. package/dist/src/domain/model/helio-play/entities/index.js.map +0 -1
  51. package/dist/src/domain/model/helio-play/index.d.ts +0 -1
  52. package/dist/src/domain/model/helio-play/index.js.map +0 -1
  53. package/dist/src/domain/model/location/entities/FetchifyFindAddress.d.ts +0 -8
  54. package/dist/src/domain/model/location/entities/FetchifyFindAddress.js +0 -8
  55. package/dist/src/domain/model/location/entities/FetchifyFindAddress.js.map +0 -1
  56. package/dist/src/domain/model/location/entities/FetchifyRetrieveAddress.d.ts +0 -13
  57. package/dist/src/domain/model/location/entities/FetchifyRetrieveAddress.js +0 -8
  58. package/dist/src/domain/model/location/entities/FetchifyRetrieveAddress.js.map +0 -1
  59. package/dist/src/domain/model/media/entities/MediaProperties.d.ts +0 -5
  60. package/dist/src/domain/model/media/entities/MediaProperties.js +0 -7
  61. package/dist/src/domain/model/media/entities/MediaProperties.js.map +0 -1
  62. package/dist/src/domain/model/media/entities/MediaType.d.ts +0 -5
  63. package/dist/src/domain/model/media/entities/MediaType.js +0 -10
  64. package/dist/src/domain/model/media/entities/MediaType.js.map +0 -1
  65. package/dist/src/domain/model/media/entities/index.d.ts +0 -2
  66. package/dist/src/domain/model/media/entities/index.js +0 -19
  67. package/dist/src/domain/model/media/entities/index.js.map +0 -1
  68. package/dist/src/domain/model/media/index.d.ts +0 -1
  69. package/dist/src/domain/model/media/index.js +0 -18
  70. package/dist/src/domain/model/media/index.js.map +0 -1
  71. package/dist/src/domain/model/paystream-tx/entities/CheckoutStatus.d.ts +0 -16
  72. package/dist/src/domain/model/paystream-tx/entities/CheckoutStatus.js +0 -7
  73. package/dist/src/domain/model/paystream-tx/entities/CheckoutStatus.js.map +0 -1
  74. package/dist/src/domain/model/prepare-invoice/entities/PrepareInvoice.d.ts +0 -5
  75. package/dist/src/domain/model/prepare-invoice/entities/PrepareInvoice.js +0 -8
  76. package/dist/src/domain/model/prepare-invoice/entities/PrepareInvoice.js.map +0 -1
  77. package/dist/src/domain/model/prepare-transaction/entities/PrepareSwapTransaction.d.ts +0 -5
  78. package/dist/src/domain/model/prepare-transaction/entities/PrepareSwapTransaction.js +0 -7
  79. package/dist/src/domain/model/prepare-transaction/entities/PrepareSwapTransaction.js.map +0 -1
  80. package/dist/src/domain/model/prepare-transaction/entities/PrepareTransaction.d.ts +0 -5
  81. package/dist/src/domain/model/prepare-transaction/entities/PrepareTransaction.js +0 -8
  82. package/dist/src/domain/model/prepare-transaction/entities/PrepareTransaction.js.map +0 -1
  83. package/dist/src/domain/model/report/entities/ReportItem.d.ts +0 -37
  84. package/dist/src/domain/model/report/entities/ReportItem.js +0 -7
  85. package/dist/src/domain/model/report/entities/ReportItem.js.map +0 -1
  86. package/dist/src/domain/model/token-quoting/entities/TokenQuoting.d.ts +0 -4
  87. package/dist/src/domain/model/token-quoting/entities/TokenQuoting.js +0 -8
  88. package/dist/src/domain/model/token-quoting/entities/TokenQuoting.js.map +0 -1
  89. package/dist/src/domain/model/token-swap/entities/SwapRouteToken.d.ts +0 -4
  90. package/dist/src/domain/model/token-swap/entities/SwapRouteToken.js +0 -8
  91. package/dist/src/domain/model/token-swap/entities/SwapRouteToken.js.map +0 -1
  92. package/dist/src/domain/model/transaction-meta/entities/BaseTransactionMeta.d.ts +0 -16
  93. package/dist/src/domain/model/transaction-meta/entities/BaseTransactionMeta.js.map +0 -1
  94. package/dist/src/domain/model/user/entities/BaseUser.d.ts +0 -8
  95. package/dist/src/domain/model/user/entities/BaseUser.js +0 -8
  96. package/dist/src/domain/model/user/entities/BaseUser.js.map +0 -1
  97. package/dist/src/domain/model/wallet/entities/BaseWallet.d.ts +0 -5
  98. package/dist/src/domain/model/wallet/entities/BaseWallet.js +0 -8
  99. package/dist/src/domain/model/wallet/entities/BaseWallet.js.map +0 -1
  100. package/dist/src/domain/model/wallet/entities/Wallet.d.ts +0 -7
  101. package/dist/src/domain/model/wallet/entities/Wallet.js +0 -8
  102. package/dist/src/domain/model/wallet/entities/Wallet.js.map +0 -1
  103. package/dist/src/domain/model/wallet/entities/WalletDetails.d.ts +0 -4
  104. package/dist/src/domain/model/wallet/entities/WalletDetails.js +0 -8
  105. 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.173",
4
+ "version": "0.1.175",
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": "762035ce5efa2ecb9d427564b98c74aa6462e0db"
28
+ "gitHead": "de737e9facdaf992b744394760db991aaa1609cd"
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,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,7 +0,0 @@
1
- import { Attachment } from '../../attachment';
2
- import { MediaProperties } from '../../media';
3
- export declare class HelioPlayProperties {
4
- duration?: number;
5
- preview?: Attachment;
6
- media: MediaProperties;
7
- }
@@ -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":";;;AAGA,MAAa,mBAAmB;CAI/B;AAJD,kDAIC"}
@@ -1 +0,0 @@
1
- export * from './HelioPlayProperties';
@@ -1,18 +0,0 @@
1
- "use strict";
2
- var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
- if (k2 === undefined) k2 = k;
4
- var desc = Object.getOwnPropertyDescriptor(m, k);
5
- if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
- desc = { enumerable: true, get: function() { return m[k]; } };
7
- }
8
- Object.defineProperty(o, k2, desc);
9
- }) : (function(o, m, k, k2) {
10
- if (k2 === undefined) k2 = k;
11
- o[k2] = m[k];
12
- }));
13
- var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
- for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
- };
16
- Object.defineProperty(exports, "__esModule", { value: true });
17
- __exportStar(require("./HelioPlayProperties"), exports);
18
- //# sourceMappingURL=index.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/domain/model/helio-play/entities/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,wDAAsC"}
@@ -1 +0,0 @@
1
- export * from './entities';
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/domain/model/helio-play/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,6CAA2B"}
@@ -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 './MediaType';
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,5 +0,0 @@
1
- export declare enum MediaType {
2
- VIDEO = "VIDEO",
3
- AUDIO = "AUDIO",
4
- PDF = "PDF"
5
- }
@@ -1,10 +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["AUDIO"] = "AUDIO";
8
- MediaType["PDF"] = "PDF";
9
- })(MediaType = exports.MediaType || (exports.MediaType = {}));
10
- //# sourceMappingURL=MediaType.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"MediaType.js","sourceRoot":"","sources":["../../../../../../src/domain/model/media/entities/MediaType.ts"],"names":[],"mappings":";;;AAAA,IAAY,SAIX;AAJD,WAAY,SAAS;IACnB,4BAAe,CAAA;IACf,4BAAe,CAAA;IACf,wBAAW,CAAA;AACb,CAAC,EAJW,SAAS,GAAT,iBAAS,KAAT,iBAAS,QAIpB"}
@@ -1,2 +0,0 @@
1
- export * from './MediaType';
2
- export * from './MediaProperties';
@@ -1,19 +0,0 @@
1
- "use strict";
2
- var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
- if (k2 === undefined) k2 = k;
4
- var desc = Object.getOwnPropertyDescriptor(m, k);
5
- if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
- desc = { enumerable: true, get: function() { return m[k]; } };
7
- }
8
- Object.defineProperty(o, k2, desc);
9
- }) : (function(o, m, k, k2) {
10
- if (k2 === undefined) k2 = k;
11
- o[k2] = m[k];
12
- }));
13
- var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
- for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
- };
16
- Object.defineProperty(exports, "__esModule", { value: true });
17
- __exportStar(require("./MediaType"), exports);
18
- __exportStar(require("./MediaProperties"), exports);
19
- //# sourceMappingURL=index.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/domain/model/media/entities/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,8CAA4B;AAC5B,oDAAkC"}
@@ -1 +0,0 @@
1
- export * from './entities';
@@ -1,18 +0,0 @@
1
- "use strict";
2
- var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
- if (k2 === undefined) k2 = k;
4
- var desc = Object.getOwnPropertyDescriptor(m, k);
5
- if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
- desc = { enumerable: true, get: function() { return m[k]; } };
7
- }
8
- Object.defineProperty(o, k2, desc);
9
- }) : (function(o, m, k, k2) {
10
- if (k2 === undefined) k2 = k;
11
- o[k2] = m[k];
12
- }));
13
- var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
- for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
- };
16
- Object.defineProperty(exports, "__esModule", { value: true });
17
- __exportStar(require("./entities"), exports);
18
- //# sourceMappingURL=index.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/domain/model/media/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,6CAA2B"}
@@ -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 { 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"}