@heliofi/common 0.2.74 → 0.2.76

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 (130) hide show
  1. package/dist/src/domain/constants/template.d.ts +4 -1
  2. package/dist/src/domain/constants/template.js +3 -0
  3. package/dist/src/domain/constants/template.js.map +1 -1
  4. package/dist/src/domain/model/apiKey/dtos/createApiKeyDtoInternal.d.ts +6 -0
  5. package/dist/src/domain/model/{onramp/dtos/getQuote.dto.js → apiKey/dtos/createApiKeyDtoInternal.js} +12 -12
  6. package/dist/src/domain/model/apiKey/dtos/createApiKeyDtoInternal.js.map +1 -0
  7. package/dist/src/domain/model/apiKey/dtos/updateApiKey.dto.d.ts +4 -0
  8. package/dist/src/domain/model/{onramper/dtos/getPaymentMethods.dto.js → apiKey/dtos/updateApiKey.dto.js} +11 -12
  9. package/dist/src/domain/model/apiKey/dtos/updateApiKey.dto.js.map +1 -0
  10. package/dist/src/domain/model/blink/entities/CreateBlinkResponse.entity.d.ts +3 -0
  11. package/dist/src/domain/model/blink/entities/CreateBlinkResponse.entity.js +7 -0
  12. package/dist/src/domain/model/blink/entities/CreateBlinkResponse.entity.js.map +1 -0
  13. package/dist/src/domain/model/charge/dtos/createCharge.dto.d.ts +0 -1
  14. package/dist/src/domain/model/charge/dtos/createCharge.dto.js +0 -5
  15. package/dist/src/domain/model/charge/dtos/createCharge.dto.js.map +1 -1
  16. package/dist/src/domain/model/email/dtos/emailRenewalReminder.dto.d.ts +16 -0
  17. package/dist/src/domain/model/email/dtos/emailRenewalReminder.dto.js +83 -0
  18. package/dist/src/domain/model/email/dtos/emailRenewalReminder.dto.js.map +1 -0
  19. package/dist/src/domain/model/fee/dtos/feeDetailsDto.d.ts +4 -0
  20. package/dist/src/domain/model/{redirect-query-params/dtos/redirect-query-param.dto.js → fee/dtos/feeDetailsDto.js} +11 -12
  21. package/dist/src/domain/model/fee/dtos/feeDetailsDto.js.map +1 -0
  22. package/dist/src/domain/model/fee/dtos/feeDto.d.ts +8 -0
  23. package/dist/src/domain/model/{onramp/dtos/initiateTransaction.dto.js → fee/dtos/feeDto.js} +22 -27
  24. package/dist/src/domain/model/fee/dtos/feeDto.js.map +1 -0
  25. package/dist/src/domain/model/fee/dtos/index.d.ts +2 -0
  26. package/dist/src/domain/model/{onramper → fee}/dtos/index.js +2 -2
  27. package/dist/src/domain/model/fee/dtos/index.js.map +1 -0
  28. package/dist/src/domain/model/fee/entities/FeeOptions.d.ts +8 -0
  29. package/dist/src/domain/model/fee/entities/FeeOptions.js +3 -0
  30. package/dist/src/domain/model/fee/entities/FeeOptions.js.map +1 -0
  31. package/dist/src/domain/model/location/entities/FetchifyFindAddress.entity.d.ts +5 -0
  32. package/dist/src/domain/model/location/entities/FetchifyFindAddress.entity.js +8 -0
  33. package/dist/src/domain/model/location/entities/FetchifyFindAddress.entity.js.map +1 -0
  34. package/dist/src/domain/model/location/entities/FetchifyResult.entity.d.ts +5 -0
  35. package/dist/src/domain/model/location/entities/FetchifyResult.entity.js +7 -0
  36. package/dist/src/domain/model/location/entities/FetchifyResult.entity.js.map +1 -0
  37. package/dist/src/domain/model/location/entities/FetchifyRetrieveAddress.entity.d.ts +13 -0
  38. package/dist/src/domain/model/location/entities/FetchifyRetrieveAddress.entity.js +8 -0
  39. package/dist/src/domain/model/location/entities/FetchifyRetrieveAddress.entity.js.map +1 -0
  40. package/dist/src/domain/model/location/entities/index.d.ts +2 -0
  41. package/dist/src/domain/model/{onramper → location}/entities/index.js +2 -3
  42. package/dist/src/domain/model/location/entities/index.js.map +1 -0
  43. package/dist/src/domain/model/location/index.d.ts +1 -0
  44. package/dist/src/domain/model/location/index.js +18 -0
  45. package/dist/src/domain/model/location/index.js.map +1 -0
  46. package/dist/src/domain/model/paylink-tx/entities/BasePaylinkTxWithDiscountCodes.d.ts +5 -0
  47. package/dist/src/domain/model/paylink-tx/entities/BasePaylinkTxWithDiscountCodes.js +8 -0
  48. package/dist/src/domain/model/paylink-tx/entities/BasePaylinkTxWithDiscountCodes.js.map +1 -0
  49. package/dist/src/domain/model/paylink-tx/entities/CreatePaylinkTx.d.ts +8 -0
  50. package/dist/src/domain/model/paylink-tx/entities/CreatePaylinkTx.js +7 -0
  51. package/dist/src/domain/model/paylink-tx/entities/CreatePaylinkTx.js.map +1 -0
  52. package/dist/src/domain/model/paylink-tx/entities/UpdatePaylinkTx.d.ts +4 -0
  53. package/dist/src/domain/model/paylink-tx/entities/UpdatePaylinkTx.js +7 -0
  54. package/dist/src/domain/model/paylink-tx/entities/UpdatePaylinkTx.js.map +1 -0
  55. package/dist/src/domain/model/paystream-tx/entities/CreatePaystreamTx.d.ts +11 -0
  56. package/dist/src/domain/model/paystream-tx/entities/CreatePaystreamTx.js +7 -0
  57. package/dist/src/domain/model/paystream-tx/entities/CreatePaystreamTx.js.map +1 -0
  58. package/dist/src/domain/model/paystream-tx/entities/UpdatePaystreamTx.d.ts +7 -0
  59. package/dist/src/domain/model/paystream-tx/entities/UpdatePaystreamTx.js +7 -0
  60. package/dist/src/domain/model/paystream-tx/entities/UpdatePaystreamTx.js.map +1 -0
  61. package/dist/src/domain/model/prepare-transaction/dtos/prepareBTCTransaction.dto.d.ts +1 -0
  62. package/dist/src/domain/model/prepare-transaction/dtos/prepareBTCTransaction.dto.js +5 -0
  63. package/dist/src/domain/model/prepare-transaction/dtos/prepareBTCTransaction.dto.js.map +1 -1
  64. package/dist/src/domain/model/webhook/paylink/paylink-subscription-hook/entities/index.d.ts +0 -1
  65. package/dist/src/domain/model/webhook/paylink/paylink-subscription-hook/entities/index.js +0 -1
  66. package/dist/src/domain/model/webhook/paylink/paylink-subscription-hook/entities/index.js.map +1 -1
  67. package/dist/src/domain/model/webhook/paylink/paylink-transaction-hook/entities/index.d.ts +0 -1
  68. package/dist/src/domain/model/webhook/paylink/paylink-transaction-hook/entities/index.js +0 -1
  69. package/dist/src/domain/model/webhook/paylink/paylink-transaction-hook/entities/index.js.map +1 -1
  70. package/dist/src/domain/model/webhook/paylink-transaction-hook/dtos/createPaylinkTransactionHook.dto.d.ts +6 -0
  71. package/dist/src/domain/model/{onramper/dtos/getQuote.dto.js → webhook/paylink-transaction-hook/dtos/createPaylinkTransactionHook.dto.js} +11 -17
  72. package/dist/src/domain/model/webhook/paylink-transaction-hook/dtos/createPaylinkTransactionHook.dto.js.map +1 -0
  73. package/dist/src/domain/model/webhook/paylink-transaction-hook/dtos/index.d.ts +1 -0
  74. package/dist/src/domain/model/webhook/paylink-transaction-hook/dtos/index.js +18 -0
  75. package/dist/src/domain/model/webhook/paylink-transaction-hook/dtos/index.js.map +1 -0
  76. package/dist/src/domain/model/webhook/paylink-transaction-hook/entities/PaylinkTransactionEvent.entity.d.ts +3 -0
  77. package/dist/src/domain/model/webhook/paylink-transaction-hook/entities/PaylinkTransactionEvent.entity.js +8 -0
  78. package/dist/src/domain/model/webhook/paylink-transaction-hook/entities/PaylinkTransactionEvent.entity.js.map +1 -0
  79. package/dist/src/domain/model/webhook/paylink-transaction-hook/entities/PaylinkTransactionHook.entity.d.ts +11 -0
  80. package/dist/src/domain/model/webhook/paylink-transaction-hook/entities/PaylinkTransactionHook.entity.js +8 -0
  81. package/dist/src/domain/model/webhook/paylink-transaction-hook/entities/PaylinkTransactionHook.entity.js.map +1 -0
  82. package/dist/src/domain/model/webhook/paylink-transaction-hook/entities/PaylinkTransactionPayload.entity.d.ts +8 -0
  83. package/dist/src/domain/model/webhook/paylink-transaction-hook/entities/PaylinkTransactionPayload.entity.js +8 -0
  84. package/dist/src/domain/model/webhook/paylink-transaction-hook/entities/PaylinkTransactionPayload.entity.js.map +1 -0
  85. package/dist/src/domain/model/webhook/paylink-transaction-hook/entities/index.d.ts +3 -0
  86. package/dist/src/domain/model/webhook/paylink-transaction-hook/entities/index.js +20 -0
  87. package/dist/src/domain/model/webhook/paylink-transaction-hook/entities/index.js.map +1 -0
  88. package/dist/src/domain/model/{onramper → webhook/paylink-transaction-hook}/index.js +1 -1
  89. package/dist/src/domain/model/webhook/paylink-transaction-hook/index.js.map +1 -0
  90. package/dist/src/domain/model/withdrawal/dtos/updateWithdrawalDto.d.ts +3 -0
  91. package/dist/src/domain/model/{onramp/dtos/getPaymentMethods.dto.js → withdrawal/dtos/updateWithdrawalDto.js} +8 -13
  92. package/dist/src/domain/model/withdrawal/dtos/updateWithdrawalDto.js.map +1 -0
  93. package/dist/tsconfig.tsbuildinfo +1 -1
  94. package/package.json +2 -2
  95. package/dist/src/domain/constants/RedirectQueryParams.d.ts +0 -3
  96. package/dist/src/domain/constants/RedirectQueryParams.js +0 -8
  97. package/dist/src/domain/constants/RedirectQueryParams.js.map +0 -1
  98. package/dist/src/domain/model/onramp/dtos/getPaymentMethods.dto.d.ts +0 -5
  99. package/dist/src/domain/model/onramp/dtos/getPaymentMethods.dto.js.map +0 -1
  100. package/dist/src/domain/model/onramp/dtos/getQuote.dto.d.ts +0 -6
  101. package/dist/src/domain/model/onramp/dtos/getQuote.dto.js.map +0 -1
  102. package/dist/src/domain/model/onramp/dtos/initiateTransaction.dto.d.ts +0 -10
  103. package/dist/src/domain/model/onramp/dtos/initiateTransaction.dto.js.map +0 -1
  104. package/dist/src/domain/model/onramper/dtos/getPaymentMethods.dto.d.ts +0 -5
  105. package/dist/src/domain/model/onramper/dtos/getPaymentMethods.dto.js.map +0 -1
  106. package/dist/src/domain/model/onramper/dtos/getQuote.dto.d.ts +0 -6
  107. package/dist/src/domain/model/onramper/dtos/getQuote.dto.js.map +0 -1
  108. package/dist/src/domain/model/onramper/dtos/index.d.ts +0 -2
  109. package/dist/src/domain/model/onramper/dtos/index.js.map +0 -1
  110. package/dist/src/domain/model/onramper/entities/OnramperCurrency.entity.d.ts +0 -12
  111. package/dist/src/domain/model/onramper/entities/OnramperCurrency.entity.js +0 -7
  112. package/dist/src/domain/model/onramper/entities/OnramperCurrency.entity.js.map +0 -1
  113. package/dist/src/domain/model/onramper/entities/OnramperPaymentMethod.entity.d.ts +0 -5
  114. package/dist/src/domain/model/onramper/entities/OnramperPaymentMethod.entity.js +0 -7
  115. package/dist/src/domain/model/onramper/entities/OnramperPaymentMethod.entity.js.map +0 -1
  116. package/dist/src/domain/model/onramper/entities/OnramperQuote.entity.d.ts +0 -10
  117. package/dist/src/domain/model/onramper/entities/OnramperQuote.entity.js +0 -7
  118. package/dist/src/domain/model/onramper/entities/OnramperQuote.entity.js.map +0 -1
  119. package/dist/src/domain/model/onramper/entities/index.d.ts +0 -3
  120. package/dist/src/domain/model/onramper/entities/index.js.map +0 -1
  121. package/dist/src/domain/model/onramper/index.js.map +0 -1
  122. package/dist/src/domain/model/redirect-query-params/dtos/redirect-query-param.dto.d.ts +0 -5
  123. package/dist/src/domain/model/redirect-query-params/dtos/redirect-query-param.dto.js.map +0 -1
  124. package/dist/src/domain/model/redirect-query-params/entities/redirect-query-param.entity.d.ts +0 -6
  125. package/dist/src/domain/model/redirect-query-params/entities/redirect-query-param.entity.js +0 -8
  126. package/dist/src/domain/model/redirect-query-params/entities/redirect-query-param.entity.js.map +0 -1
  127. package/dist/src/domain/model/webhook/paylink/paylink-hook/entities/HookSecret.entity.d.ts +0 -4
  128. package/dist/src/domain/model/webhook/paylink/paylink-hook/entities/HookSecret.entity.js +0 -8
  129. package/dist/src/domain/model/webhook/paylink/paylink-hook/entities/HookSecret.entity.js.map +0 -1
  130. package/dist/src/domain/model/{onramper → webhook/paylink-transaction-hook}/index.d.ts +1 -1
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@heliofi/common",
3
3
  "private": false,
4
- "version": "0.2.74",
4
+ "version": "0.2.76",
5
5
  "description": "Common package",
6
6
  "main": "dist/index.js",
7
7
  "types": "./dist/index.d.ts",
@@ -31,5 +31,5 @@
31
31
  "ts-loader": "^9.3.1",
32
32
  "typescript": "4.8.4"
33
33
  },
34
- "gitHead": "f5810cf13b1ed1b68a8b9cc264518936d69a4d25"
34
+ "gitHead": "9d4e87f3cff0a1d7d0d73ead030db4d3a7b26320"
35
35
  }
@@ -1,3 +0,0 @@
1
- export declare enum RedirectQueryParams {
2
- WALLET_ADDRESS = "WALLET_ADDRESS"
3
- }
@@ -1,8 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.RedirectQueryParams = void 0;
4
- var RedirectQueryParams;
5
- (function (RedirectQueryParams) {
6
- RedirectQueryParams["WALLET_ADDRESS"] = "WALLET_ADDRESS";
7
- })(RedirectQueryParams = exports.RedirectQueryParams || (exports.RedirectQueryParams = {}));
8
- //# sourceMappingURL=RedirectQueryParams.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"RedirectQueryParams.js","sourceRoot":"","sources":["../../../../src/domain/constants/RedirectQueryParams.ts"],"names":[],"mappings":";;;AAAA,IAAY,mBAEX;AAFD,WAAY,mBAAmB;IAC7B,wDAAiC,CAAA;AACnC,CAAC,EAFW,mBAAmB,GAAnB,2BAAmB,KAAnB,2BAAmB,QAE9B"}
@@ -1,5 +0,0 @@
1
- import { BlockchainSymbol } from '../../blockchain';
2
- export declare class GetPaymentMethodsDto {
3
- currency: string;
4
- blockchain: BlockchainSymbol;
5
- }
@@ -1 +0,0 @@
1
- {"version":3,"file":"getPaymentMethods.dto.js","sourceRoot":"","sources":["../../../../../../src/domain/model/onramp/dtos/getPaymentMethods.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAA+D;AAC/D,iDAAoD;AAEpD,MAAa,oBAAoB;CAQhC;AAPC;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;sDACI;AAEjB;IAAC,IAAA,wBAAM,EAAC,6BAAgB,CAAC;IACxB,IAAA,4BAAU,GAAE;;wDACgB;AAP/B,oDAQC"}
@@ -1,6 +0,0 @@
1
- export declare class GetQuoteDto {
2
- crypto: string;
3
- amount: string;
4
- walletAddress: string;
5
- paymentMethod: string;
6
- }
@@ -1 +0,0 @@
1
- {"version":3,"file":"getQuote.dto.js","sourceRoot":"","sources":["../../../../../../src/domain/model/onramp/dtos/getQuote.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAAuD;AAEvD,MAAa,WAAW;CAgBvB;AAfC;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;2CACE;AAEf;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;2CACE;AAEf;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;kDACS;AAEtB;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;kDACS;AAfxB,kCAgBC"}
@@ -1,10 +0,0 @@
1
- import { BlockchainSymbol } from '../../blockchain';
2
- export declare class InitiateTransactionDto {
3
- onramp: string;
4
- destination: string;
5
- amount: number;
6
- paymentMethod: string;
7
- blockchain: BlockchainSymbol;
8
- walletAddress: string;
9
- isDark: boolean;
10
- }
@@ -1 +0,0 @@
1
- {"version":3,"file":"initiateTransaction.dto.js","sourceRoot":"","sources":["../../../../../../src/domain/model/onramp/dtos/initiateTransaction.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAMyB;AACzB,iDAAoD;AAEpD,MAAa,sBAAsB;CA4BlC;AA3BC;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;sDACE;AAEf;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;2DACO;AAEpB;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;sDACE;AAEf;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;6DACS;AAEtB;IAAC,IAAA,wBAAM,EAAC,6BAAgB,CAAC;IACxB,IAAA,4BAAU,GAAE;;0DACgB;AAE7B;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;6DACS;AAEtB;IAAC,IAAA,2BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;sDACG;AA3BlB,wDA4BC"}
@@ -1,5 +0,0 @@
1
- import { BlockchainSymbol } from '../../blockchain';
2
- export declare class GetPaymentMethodsDto {
3
- currency: string;
4
- chain: BlockchainSymbol;
5
- }
@@ -1 +0,0 @@
1
- {"version":3,"file":"getPaymentMethods.dto.js","sourceRoot":"","sources":["../../../../../../src/domain/model/onramper/dtos/getPaymentMethods.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAA+D;AAC/D,iDAAoD;AAEpD,MAAa,oBAAoB;CAQhC;AAPC;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;sDACI;AAEjB;IAAC,IAAA,wBAAM,EAAC,6BAAgB,CAAC;IACxB,IAAA,4BAAU,GAAE;;mDACW;AAP1B,oDAQC"}
@@ -1,6 +0,0 @@
1
- export declare class GetQuoteDto {
2
- crypto: string;
3
- amount: string;
4
- walletAddress: string;
5
- paymentMethod: string;
6
- }
@@ -1 +0,0 @@
1
- {"version":3,"file":"getQuote.dto.js","sourceRoot":"","sources":["../../../../../../src/domain/model/onramper/dtos/getQuote.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAAuD;AAEvD,MAAa,WAAW;CAgBvB;AAfC;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;2CACE;AAEf;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;2CACE;AAEf;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;kDACS;AAEtB;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;kDACS;AAfxB,kCAgBC"}
@@ -1,2 +0,0 @@
1
- export * from './getPaymentMethods.dto';
2
- export * from './getQuote.dto';
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/domain/model/onramper/dtos/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,0DAAwC;AACxC,iDAA+B"}
@@ -1,12 +0,0 @@
1
- export declare class OnramperCurrency {
2
- id: string;
3
- name: string;
4
- code: string;
5
- symbol: string;
6
- network: string;
7
- icon: string;
8
- address: string;
9
- decimals: number;
10
- isMeme: boolean;
11
- networkDisplayName: string;
12
- }
@@ -1,7 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.OnramperCurrency = void 0;
4
- class OnramperCurrency {
5
- }
6
- exports.OnramperCurrency = OnramperCurrency;
7
- //# sourceMappingURL=OnramperCurrency.entity.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"OnramperCurrency.entity.js","sourceRoot":"","sources":["../../../../../../src/domain/model/onramper/entities/OnramperCurrency.entity.ts"],"names":[],"mappings":";;;AAAA,MAAa,gBAAgB;CAoB5B;AApBD,4CAoBC"}
@@ -1,5 +0,0 @@
1
- export declare class OnramperPaymentMethod {
2
- paymentTypeId: string;
3
- name: string;
4
- icon: string;
5
- }
@@ -1,7 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.OnramperPaymentMethod = void 0;
4
- class OnramperPaymentMethod {
5
- }
6
- exports.OnramperPaymentMethod = OnramperPaymentMethod;
7
- //# sourceMappingURL=OnramperPaymentMethod.entity.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"OnramperPaymentMethod.entity.js","sourceRoot":"","sources":["../../../../../../src/domain/model/onramper/entities/OnramperPaymentMethod.entity.ts"],"names":[],"mappings":";;;AAAA,MAAa,qBAAqB;CAMjC;AAND,sDAMC"}
@@ -1,10 +0,0 @@
1
- export declare class OnramperQuote {
2
- rate?: number;
3
- networkFee?: number;
4
- transactionFee?: number;
5
- ramp: string;
6
- paymentMethod: string;
7
- quoteId: string;
8
- recommendations?: string[];
9
- errors?: Record<string, string>[];
10
- }
@@ -1,7 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.OnramperQuote = void 0;
4
- class OnramperQuote {
5
- }
6
- exports.OnramperQuote = OnramperQuote;
7
- //# sourceMappingURL=OnramperQuote.entity.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"OnramperQuote.entity.js","sourceRoot":"","sources":["../../../../../../src/domain/model/onramper/entities/OnramperQuote.entity.ts"],"names":[],"mappings":";;;AAAA,MAAa,aAAa;CAgBzB;AAhBD,sCAgBC"}
@@ -1,3 +0,0 @@
1
- export * from './OnramperCurrency.entity';
2
- export * from './OnramperPaymentMethod.entity';
3
- export * from './OnramperQuote.entity';
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/domain/model/onramper/entities/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,4DAA0C;AAC1C,iEAA+C;AAC/C,yDAAuC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/domain/model/onramper/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,yCAAuB;AACvB,6CAA2B"}
@@ -1,5 +0,0 @@
1
- import { RedirectQueryParams } from '../../../constants';
2
- export declare class RedirectQueryParamDto {
3
- value?: string;
4
- queryParamType: RedirectQueryParams;
5
- }
@@ -1 +0,0 @@
1
- {"version":3,"file":"redirect-query-param.dto.js","sourceRoot":"","sources":["../../../../../../src/domain/model/redirect-query-params/dtos/redirect-query-param.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAA2E;AAC3E,kDAAyD;AAEzD,MAAa,qBAAqB;CAQjC;AAPC;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;oDACE;AAEf;IAAC,IAAA,wBAAM,EAAC,+BAAmB,CAAC;IAC3B,IAAA,4BAAU,GAAE;;6DACuB;AAPtC,sDAQC"}
@@ -1,6 +0,0 @@
1
- import { Entity } from '../../entity';
2
- import { RedirectQueryParams } from '../../../constants';
3
- export declare class RedirectQueryParam extends Entity {
4
- queryParamType: RedirectQueryParams;
5
- value?: string;
6
- }
@@ -1,8 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.RedirectQueryParam = void 0;
4
- const entity_1 = require("../../entity");
5
- class RedirectQueryParam extends entity_1.Entity {
6
- }
7
- exports.RedirectQueryParam = RedirectQueryParam;
8
- //# sourceMappingURL=redirect-query-param.entity.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"redirect-query-param.entity.js","sourceRoot":"","sources":["../../../../../../src/domain/model/redirect-query-params/entities/redirect-query-param.entity.ts"],"names":[],"mappings":";;;AAAA,yCAAsC;AAGtC,MAAa,kBAAmB,SAAQ,eAAM;CAI7C;AAJD,gDAIC"}
@@ -1,4 +0,0 @@
1
- import { Entity } from '../../../../entity';
2
- export declare class HookSecret extends Entity {
3
- sharedToken: string;
4
- }
@@ -1,8 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.HookSecret = void 0;
4
- const entity_1 = require("../../../../entity");
5
- class HookSecret extends entity_1.Entity {
6
- }
7
- exports.HookSecret = HookSecret;
8
- //# sourceMappingURL=HookSecret.entity.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"HookSecret.entity.js","sourceRoot":"","sources":["../../../../../../../../src/domain/model/webhook/paylink/paylink-hook/entities/HookSecret.entity.ts"],"names":[],"mappings":";;;AAAA,+CAA4C;AAE5C,MAAa,UAAW,SAAQ,eAAM;CAErC;AAFD,gCAEC"}
@@ -1,2 +1,2 @@
1
- export * from './dtos';
2
1
  export * from './entities';
2
+ export * from './dtos';