@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.
- package/dist/src/domain/constants/template.d.ts +4 -1
- package/dist/src/domain/constants/template.js +3 -0
- package/dist/src/domain/constants/template.js.map +1 -1
- package/dist/src/domain/model/apiKey/dtos/createApiKeyDtoInternal.d.ts +6 -0
- package/dist/src/domain/model/{onramp/dtos/getQuote.dto.js → apiKey/dtos/createApiKeyDtoInternal.js} +12 -12
- package/dist/src/domain/model/apiKey/dtos/createApiKeyDtoInternal.js.map +1 -0
- package/dist/src/domain/model/apiKey/dtos/updateApiKey.dto.d.ts +4 -0
- package/dist/src/domain/model/{onramper/dtos/getPaymentMethods.dto.js → apiKey/dtos/updateApiKey.dto.js} +11 -12
- package/dist/src/domain/model/apiKey/dtos/updateApiKey.dto.js.map +1 -0
- package/dist/src/domain/model/blink/entities/CreateBlinkResponse.entity.d.ts +3 -0
- package/dist/src/domain/model/blink/entities/CreateBlinkResponse.entity.js +7 -0
- package/dist/src/domain/model/blink/entities/CreateBlinkResponse.entity.js.map +1 -0
- package/dist/src/domain/model/charge/dtos/createCharge.dto.d.ts +0 -1
- package/dist/src/domain/model/charge/dtos/createCharge.dto.js +0 -5
- package/dist/src/domain/model/charge/dtos/createCharge.dto.js.map +1 -1
- package/dist/src/domain/model/email/dtos/emailRenewalReminder.dto.d.ts +16 -0
- package/dist/src/domain/model/email/dtos/emailRenewalReminder.dto.js +83 -0
- package/dist/src/domain/model/email/dtos/emailRenewalReminder.dto.js.map +1 -0
- package/dist/src/domain/model/fee/dtos/feeDetailsDto.d.ts +4 -0
- package/dist/src/domain/model/{redirect-query-params/dtos/redirect-query-param.dto.js → fee/dtos/feeDetailsDto.js} +11 -12
- package/dist/src/domain/model/fee/dtos/feeDetailsDto.js.map +1 -0
- package/dist/src/domain/model/fee/dtos/feeDto.d.ts +8 -0
- package/dist/src/domain/model/{onramp/dtos/initiateTransaction.dto.js → fee/dtos/feeDto.js} +22 -27
- package/dist/src/domain/model/fee/dtos/feeDto.js.map +1 -0
- package/dist/src/domain/model/fee/dtos/index.d.ts +2 -0
- package/dist/src/domain/model/{onramper → fee}/dtos/index.js +2 -2
- package/dist/src/domain/model/fee/dtos/index.js.map +1 -0
- package/dist/src/domain/model/fee/entities/FeeOptions.d.ts +8 -0
- package/dist/src/domain/model/fee/entities/FeeOptions.js +3 -0
- package/dist/src/domain/model/fee/entities/FeeOptions.js.map +1 -0
- package/dist/src/domain/model/location/entities/FetchifyFindAddress.entity.d.ts +5 -0
- package/dist/src/domain/model/location/entities/FetchifyFindAddress.entity.js +8 -0
- package/dist/src/domain/model/location/entities/FetchifyFindAddress.entity.js.map +1 -0
- package/dist/src/domain/model/location/entities/FetchifyResult.entity.d.ts +5 -0
- package/dist/src/domain/model/location/entities/FetchifyResult.entity.js +7 -0
- package/dist/src/domain/model/location/entities/FetchifyResult.entity.js.map +1 -0
- package/dist/src/domain/model/location/entities/FetchifyRetrieveAddress.entity.d.ts +13 -0
- package/dist/src/domain/model/location/entities/FetchifyRetrieveAddress.entity.js +8 -0
- package/dist/src/domain/model/location/entities/FetchifyRetrieveAddress.entity.js.map +1 -0
- package/dist/src/domain/model/location/entities/index.d.ts +2 -0
- package/dist/src/domain/model/{onramper → location}/entities/index.js +2 -3
- package/dist/src/domain/model/location/entities/index.js.map +1 -0
- package/dist/src/domain/model/location/index.d.ts +1 -0
- package/dist/src/domain/model/location/index.js +18 -0
- package/dist/src/domain/model/location/index.js.map +1 -0
- package/dist/src/domain/model/paylink-tx/entities/BasePaylinkTxWithDiscountCodes.d.ts +5 -0
- package/dist/src/domain/model/paylink-tx/entities/BasePaylinkTxWithDiscountCodes.js +8 -0
- package/dist/src/domain/model/paylink-tx/entities/BasePaylinkTxWithDiscountCodes.js.map +1 -0
- package/dist/src/domain/model/paylink-tx/entities/CreatePaylinkTx.d.ts +8 -0
- package/dist/src/domain/model/paylink-tx/entities/CreatePaylinkTx.js +7 -0
- package/dist/src/domain/model/paylink-tx/entities/CreatePaylinkTx.js.map +1 -0
- package/dist/src/domain/model/paylink-tx/entities/UpdatePaylinkTx.d.ts +4 -0
- package/dist/src/domain/model/paylink-tx/entities/UpdatePaylinkTx.js +7 -0
- package/dist/src/domain/model/paylink-tx/entities/UpdatePaylinkTx.js.map +1 -0
- package/dist/src/domain/model/paystream-tx/entities/CreatePaystreamTx.d.ts +11 -0
- package/dist/src/domain/model/paystream-tx/entities/CreatePaystreamTx.js +7 -0
- package/dist/src/domain/model/paystream-tx/entities/CreatePaystreamTx.js.map +1 -0
- package/dist/src/domain/model/paystream-tx/entities/UpdatePaystreamTx.d.ts +7 -0
- package/dist/src/domain/model/paystream-tx/entities/UpdatePaystreamTx.js +7 -0
- package/dist/src/domain/model/paystream-tx/entities/UpdatePaystreamTx.js.map +1 -0
- package/dist/src/domain/model/prepare-transaction/dtos/prepareBTCTransaction.dto.d.ts +1 -0
- package/dist/src/domain/model/prepare-transaction/dtos/prepareBTCTransaction.dto.js +5 -0
- package/dist/src/domain/model/prepare-transaction/dtos/prepareBTCTransaction.dto.js.map +1 -1
- package/dist/src/domain/model/webhook/paylink/paylink-subscription-hook/entities/index.d.ts +0 -1
- package/dist/src/domain/model/webhook/paylink/paylink-subscription-hook/entities/index.js +0 -1
- package/dist/src/domain/model/webhook/paylink/paylink-subscription-hook/entities/index.js.map +1 -1
- package/dist/src/domain/model/webhook/paylink/paylink-transaction-hook/entities/index.d.ts +0 -1
- package/dist/src/domain/model/webhook/paylink/paylink-transaction-hook/entities/index.js +0 -1
- package/dist/src/domain/model/webhook/paylink/paylink-transaction-hook/entities/index.js.map +1 -1
- package/dist/src/domain/model/webhook/paylink-transaction-hook/dtos/createPaylinkTransactionHook.dto.d.ts +6 -0
- package/dist/src/domain/model/{onramper/dtos/getQuote.dto.js → webhook/paylink-transaction-hook/dtos/createPaylinkTransactionHook.dto.js} +11 -17
- package/dist/src/domain/model/webhook/paylink-transaction-hook/dtos/createPaylinkTransactionHook.dto.js.map +1 -0
- package/dist/src/domain/model/webhook/paylink-transaction-hook/dtos/index.d.ts +1 -0
- package/dist/src/domain/model/webhook/paylink-transaction-hook/dtos/index.js +18 -0
- package/dist/src/domain/model/webhook/paylink-transaction-hook/dtos/index.js.map +1 -0
- package/dist/src/domain/model/webhook/paylink-transaction-hook/entities/PaylinkTransactionEvent.entity.d.ts +3 -0
- package/dist/src/domain/model/webhook/paylink-transaction-hook/entities/PaylinkTransactionEvent.entity.js +8 -0
- package/dist/src/domain/model/webhook/paylink-transaction-hook/entities/PaylinkTransactionEvent.entity.js.map +1 -0
- package/dist/src/domain/model/webhook/paylink-transaction-hook/entities/PaylinkTransactionHook.entity.d.ts +11 -0
- package/dist/src/domain/model/webhook/paylink-transaction-hook/entities/PaylinkTransactionHook.entity.js +8 -0
- package/dist/src/domain/model/webhook/paylink-transaction-hook/entities/PaylinkTransactionHook.entity.js.map +1 -0
- package/dist/src/domain/model/webhook/paylink-transaction-hook/entities/PaylinkTransactionPayload.entity.d.ts +8 -0
- package/dist/src/domain/model/webhook/paylink-transaction-hook/entities/PaylinkTransactionPayload.entity.js +8 -0
- package/dist/src/domain/model/webhook/paylink-transaction-hook/entities/PaylinkTransactionPayload.entity.js.map +1 -0
- package/dist/src/domain/model/webhook/paylink-transaction-hook/entities/index.d.ts +3 -0
- package/dist/src/domain/model/webhook/paylink-transaction-hook/entities/index.js +20 -0
- package/dist/src/domain/model/webhook/paylink-transaction-hook/entities/index.js.map +1 -0
- package/dist/src/domain/model/{onramper → webhook/paylink-transaction-hook}/index.js +1 -1
- package/dist/src/domain/model/webhook/paylink-transaction-hook/index.js.map +1 -0
- package/dist/src/domain/model/withdrawal/dtos/updateWithdrawalDto.d.ts +3 -0
- package/dist/src/domain/model/{onramp/dtos/getPaymentMethods.dto.js → withdrawal/dtos/updateWithdrawalDto.js} +8 -13
- package/dist/src/domain/model/withdrawal/dtos/updateWithdrawalDto.js.map +1 -0
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +2 -2
- package/dist/src/domain/constants/RedirectQueryParams.d.ts +0 -3
- package/dist/src/domain/constants/RedirectQueryParams.js +0 -8
- package/dist/src/domain/constants/RedirectQueryParams.js.map +0 -1
- package/dist/src/domain/model/onramp/dtos/getPaymentMethods.dto.d.ts +0 -5
- package/dist/src/domain/model/onramp/dtos/getPaymentMethods.dto.js.map +0 -1
- package/dist/src/domain/model/onramp/dtos/getQuote.dto.d.ts +0 -6
- package/dist/src/domain/model/onramp/dtos/getQuote.dto.js.map +0 -1
- package/dist/src/domain/model/onramp/dtos/initiateTransaction.dto.d.ts +0 -10
- package/dist/src/domain/model/onramp/dtos/initiateTransaction.dto.js.map +0 -1
- package/dist/src/domain/model/onramper/dtos/getPaymentMethods.dto.d.ts +0 -5
- package/dist/src/domain/model/onramper/dtos/getPaymentMethods.dto.js.map +0 -1
- package/dist/src/domain/model/onramper/dtos/getQuote.dto.d.ts +0 -6
- package/dist/src/domain/model/onramper/dtos/getQuote.dto.js.map +0 -1
- package/dist/src/domain/model/onramper/dtos/index.d.ts +0 -2
- package/dist/src/domain/model/onramper/dtos/index.js.map +0 -1
- package/dist/src/domain/model/onramper/entities/OnramperCurrency.entity.d.ts +0 -12
- package/dist/src/domain/model/onramper/entities/OnramperCurrency.entity.js +0 -7
- package/dist/src/domain/model/onramper/entities/OnramperCurrency.entity.js.map +0 -1
- package/dist/src/domain/model/onramper/entities/OnramperPaymentMethod.entity.d.ts +0 -5
- package/dist/src/domain/model/onramper/entities/OnramperPaymentMethod.entity.js +0 -7
- package/dist/src/domain/model/onramper/entities/OnramperPaymentMethod.entity.js.map +0 -1
- package/dist/src/domain/model/onramper/entities/OnramperQuote.entity.d.ts +0 -10
- package/dist/src/domain/model/onramper/entities/OnramperQuote.entity.js +0 -7
- package/dist/src/domain/model/onramper/entities/OnramperQuote.entity.js.map +0 -1
- package/dist/src/domain/model/onramper/entities/index.d.ts +0 -3
- package/dist/src/domain/model/onramper/entities/index.js.map +0 -1
- package/dist/src/domain/model/onramper/index.js.map +0 -1
- package/dist/src/domain/model/redirect-query-params/dtos/redirect-query-param.dto.d.ts +0 -5
- package/dist/src/domain/model/redirect-query-params/dtos/redirect-query-param.dto.js.map +0 -1
- package/dist/src/domain/model/redirect-query-params/entities/redirect-query-param.entity.d.ts +0 -6
- package/dist/src/domain/model/redirect-query-params/entities/redirect-query-param.entity.js +0 -8
- package/dist/src/domain/model/redirect-query-params/entities/redirect-query-param.entity.js.map +0 -1
- package/dist/src/domain/model/webhook/paylink/paylink-hook/entities/HookSecret.entity.d.ts +0 -4
- package/dist/src/domain/model/webhook/paylink/paylink-hook/entities/HookSecret.entity.js +0 -8
- package/dist/src/domain/model/webhook/paylink/paylink-hook/entities/HookSecret.entity.js.map +0 -1
- 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.
|
|
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": "
|
|
34
|
+
"gitHead": "9d4e87f3cff0a1d7d0d73ead030db4d3a7b26320"
|
|
35
35
|
}
|
|
@@ -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 +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 +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 +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 +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 +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 +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,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 +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 +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 +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,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
|
package/dist/src/domain/model/redirect-query-params/entities/redirect-query-param.entity.js.map
DELETED
|
@@ -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,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
|
package/dist/src/domain/model/webhook/paylink/paylink-hook/entities/HookSecret.entity.js.map
DELETED
|
@@ -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"}
|