@heliofi/common 0.1.165 → 0.1.166
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/model/audit/tx/dtos/CreatePaylinkTxAudit.dto.d.ts +16 -0
- package/dist/src/domain/model/audit/tx/dtos/CreatePaylinkTxAudit.dto.js +3 -0
- package/dist/src/domain/model/audit/tx/dtos/CreatePaylinkTxAudit.dto.js.map +1 -0
- package/dist/src/domain/model/auth/dtos/DiscordAuth.dto.d.ts +6 -2
- package/dist/src/domain/model/auth/dtos/DiscordAuth.dto.js +32 -2
- package/dist/src/domain/model/auth/dtos/DiscordAuth.dto.js.map +1 -1
- package/dist/src/domain/model/auth/dtos/ethSignOn.dto.d.ts +14 -0
- package/dist/src/domain/model/auth/dtos/{BaseCheckoutAuth.dto.js → ethSignOn.dto.js} +38 -10
- package/dist/src/domain/model/auth/dtos/ethSignOn.dto.js.map +1 -0
- package/dist/src/domain/model/auth/dtos/index.d.ts +0 -1
- package/dist/src/domain/model/auth/dtos/index.js +0 -1
- package/dist/src/domain/model/auth/dtos/index.js.map +1 -1
- package/dist/src/domain/model/auth/entities/CheckoutAuthTypes.d.ts +1 -2
- package/dist/src/domain/model/auth/entities/CheckoutAuthTypes.js +0 -1
- package/dist/src/domain/model/auth/entities/CheckoutAuthTypes.js.map +1 -1
- package/dist/src/domain/model/auth/entities/DiscordAuthPublicConfig.entity.d.ts +3 -2
- package/dist/src/domain/model/auth/entities/DiscordAuthPublicConfig.entity.js +2 -2
- package/dist/src/domain/model/auth/entities/DiscordAuthPublicConfig.entity.js.map +1 -1
- package/dist/src/domain/model/auth/entities/DiscordAuthToken.d.ts +5 -2
- package/dist/src/domain/model/auth/entities/DiscordAuthToken.js +1 -2
- package/dist/src/domain/model/auth/entities/DiscordAuthToken.js.map +1 -1
- package/dist/src/domain/model/auth/entities/index.d.ts +0 -3
- package/dist/src/domain/model/auth/entities/index.js +0 -3
- package/dist/src/domain/model/auth/entities/index.js.map +1 -1
- package/dist/src/domain/model/blockchain/entities/BaseBlockchain.d.ts +6 -0
- package/dist/src/domain/model/blockchain/entities/BaseBlockchain.js +8 -0
- package/dist/src/domain/model/blockchain/entities/BaseBlockchain.js.map +1 -0
- package/dist/src/domain/model/blockchainEngine/entities/BlockchainEngine.d.ts +6 -0
- package/dist/src/domain/model/blockchainEngine/entities/BlockchainEngine.js +8 -0
- package/dist/src/domain/model/blockchainEngine/entities/BlockchainEngine.js.map +1 -0
- package/dist/src/domain/model/contact/entities/Contact.entity.d.ts +1 -1
- package/dist/src/domain/model/paylink/entities/PaylinkStats.d.ts +1 -1
- package/dist/src/domain/model/payment-request/entities/ShallowEnrichedPaymentRequest.d.ts +1 -1
- package/dist/src/domain/model/paystream/entities/PaystreamStats.d.ts +1 -1
- package/dist/src/domain/model/paystream-tx/entities/BasePaystreamTxWithTransactionSwap.d.ts +4 -0
- package/dist/src/domain/model/paystream-tx/entities/BasePaystreamTxWithTransactionSwap.js +8 -0
- package/dist/src/domain/model/paystream-tx/entities/BasePaystreamTxWithTransactionSwap.js.map +1 -0
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +2 -2
- package/dist/src/domain/model/accessCodeAuthProperties/dtos/accessCodeAuthProperties.dto.d.ts +0 -3
- package/dist/src/domain/model/accessCodeAuthProperties/dtos/accessCodeAuthProperties.dto.js +0 -22
- package/dist/src/domain/model/accessCodeAuthProperties/dtos/accessCodeAuthProperties.dto.js.map +0 -1
- package/dist/src/domain/model/accessCodeAuthProperties/dtos/index.d.ts +0 -1
- package/dist/src/domain/model/accessCodeAuthProperties/dtos/index.js +0 -18
- package/dist/src/domain/model/accessCodeAuthProperties/dtos/index.js.map +0 -1
- package/dist/src/domain/model/accessCodeAuthProperties/entities/AccessCodeAuthProperties.d.ts +0 -4
- package/dist/src/domain/model/accessCodeAuthProperties/entities/AccessCodeAuthProperties.js +0 -8
- package/dist/src/domain/model/accessCodeAuthProperties/entities/AccessCodeAuthProperties.js.map +0 -1
- package/dist/src/domain/model/accessCodeAuthProperties/entities/index.d.ts +0 -1
- package/dist/src/domain/model/accessCodeAuthProperties/entities/index.js +0 -18
- package/dist/src/domain/model/accessCodeAuthProperties/entities/index.js.map +0 -1
- package/dist/src/domain/model/accessCodeAuthProperties/index.d.ts +0 -2
- package/dist/src/domain/model/accessCodeAuthProperties/index.js +0 -19
- package/dist/src/domain/model/accessCodeAuthProperties/index.js.map +0 -1
- package/dist/src/domain/model/auth/dtos/AccessCodeAuth.dto.d.ts +0 -3
- package/dist/src/domain/model/auth/dtos/AccessCodeAuth.dto.js +0 -8
- package/dist/src/domain/model/auth/dtos/AccessCodeAuth.dto.js.map +0 -1
- package/dist/src/domain/model/auth/dtos/BaseCheckoutAuth.dto.d.ts +0 -7
- package/dist/src/domain/model/auth/dtos/BaseCheckoutAuth.dto.js.map +0 -1
- package/dist/src/domain/model/auth/entities/AccessCodeAuthPublicConfig.entity.d.ts +0 -3
- package/dist/src/domain/model/auth/entities/AccessCodeAuthPublicConfig.entity.js +0 -8
- package/dist/src/domain/model/auth/entities/AccessCodeAuthPublicConfig.entity.js.map +0 -1
- package/dist/src/domain/model/auth/entities/AccessCodeAuthResponse.entity.d.ts +0 -4
- package/dist/src/domain/model/auth/entities/AccessCodeAuthResponse.entity.js +0 -8
- package/dist/src/domain/model/auth/entities/AccessCodeAuthResponse.entity.js.map +0 -1
- package/dist/src/domain/model/auth/entities/AccessCodeAuthToken.d.ts +0 -3
- package/dist/src/domain/model/auth/entities/AccessCodeAuthToken.js +0 -8
- package/dist/src/domain/model/auth/entities/AccessCodeAuthToken.js.map +0 -1
- package/dist/src/domain/model/auth/entities/BaseCheckoutAuthPublicConfig.entity.d.ts +0 -4
- package/dist/src/domain/model/auth/entities/BaseCheckoutAuthPublicConfig.entity.js +0 -8
- package/dist/src/domain/model/auth/entities/BaseCheckoutAuthPublicConfig.entity.js.map +0 -1
- package/dist/src/domain/model/auth/entities/BaseCheckoutAuthToken.d.ts +0 -6
- package/dist/src/domain/model/auth/entities/BaseCheckoutAuthToken.js +0 -7
- package/dist/src/domain/model/auth/entities/BaseCheckoutAuthToken.js.map +0 -1
- package/dist/src/domain/model/auth/entities/CheckoutAuthToken.d.ts +0 -6
- package/dist/src/domain/model/auth/entities/CheckoutAuthToken.js +0 -7
- package/dist/src/domain/model/auth/entities/CheckoutAuthToken.js.map +0 -1
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { AuditTxType } from '../AuditTxType';
|
|
2
|
+
import { AuditTxStatus } from '../AuditTxStatus';
|
|
3
|
+
import { AuditTxVersion } from '../AuditTxVersion';
|
|
4
|
+
export interface CreateAuditTxDto {
|
|
5
|
+
requestPayload: string;
|
|
6
|
+
type: AuditTxType;
|
|
7
|
+
status: AuditTxStatus;
|
|
8
|
+
version: AuditTxVersion;
|
|
9
|
+
endpoint?: string;
|
|
10
|
+
transactionSignature?: string;
|
|
11
|
+
errorMessage?: string;
|
|
12
|
+
payloadSchema?: string;
|
|
13
|
+
requestHeaders?: string;
|
|
14
|
+
requestSession?: string;
|
|
15
|
+
objectId?: string;
|
|
16
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CreatePaylinkTxAudit.dto.js","sourceRoot":"","sources":["../../../../../../../src/domain/model/audit/tx/dtos/CreatePaylinkTxAudit.dto.ts"],"names":[],"mappings":""}
|
|
@@ -1,3 +1,7 @@
|
|
|
1
|
-
import {
|
|
2
|
-
export declare class DiscordAuthDto
|
|
1
|
+
import { PaymentRequestType } from '../../payment-request';
|
|
2
|
+
export declare class DiscordAuthDto {
|
|
3
|
+
code: string;
|
|
4
|
+
prId: string;
|
|
5
|
+
payerPublicKey: string;
|
|
6
|
+
prType: PaymentRequestType;
|
|
3
7
|
}
|
|
@@ -1,8 +1,38 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
+
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
3
|
+
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
4
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
5
|
+
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
6
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
7
|
+
};
|
|
8
|
+
var __metadata = (this && this.__metadata) || function (k, v) {
|
|
9
|
+
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
10
|
+
};
|
|
2
11
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
12
|
exports.DiscordAuthDto = void 0;
|
|
4
|
-
const
|
|
5
|
-
|
|
13
|
+
const class_validator_1 = require("class-validator");
|
|
14
|
+
const payment_request_1 = require("../../payment-request");
|
|
15
|
+
class DiscordAuthDto {
|
|
6
16
|
}
|
|
17
|
+
__decorate([
|
|
18
|
+
(0, class_validator_1.IsNotEmpty)(),
|
|
19
|
+
(0, class_validator_1.IsString)(),
|
|
20
|
+
__metadata("design:type", String)
|
|
21
|
+
], DiscordAuthDto.prototype, "code", void 0);
|
|
22
|
+
__decorate([
|
|
23
|
+
(0, class_validator_1.IsString)(),
|
|
24
|
+
(0, class_validator_1.IsNotEmpty)(),
|
|
25
|
+
__metadata("design:type", String)
|
|
26
|
+
], DiscordAuthDto.prototype, "prId", void 0);
|
|
27
|
+
__decorate([
|
|
28
|
+
(0, class_validator_1.IsString)(),
|
|
29
|
+
(0, class_validator_1.IsNotEmpty)(),
|
|
30
|
+
__metadata("design:type", String)
|
|
31
|
+
], DiscordAuthDto.prototype, "payerPublicKey", void 0);
|
|
32
|
+
__decorate([
|
|
33
|
+
(0, class_validator_1.IsEnum)(payment_request_1.PaymentRequestType),
|
|
34
|
+
(0, class_validator_1.IsNotEmpty)(),
|
|
35
|
+
__metadata("design:type", String)
|
|
36
|
+
], DiscordAuthDto.prototype, "prType", void 0);
|
|
7
37
|
exports.DiscordAuthDto = DiscordAuthDto;
|
|
8
38
|
//# sourceMappingURL=DiscordAuth.dto.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DiscordAuth.dto.js","sourceRoot":"","sources":["../../../../../../src/domain/model/auth/dtos/DiscordAuth.dto.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"DiscordAuth.dto.js","sourceRoot":"","sources":["../../../../../../src/domain/model/auth/dtos/DiscordAuth.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAA+D;AAC/D,2DAA2D;AAE3D,MAAa,cAAc;CAgB1B;AAfC;IAAC,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;;4CACE;AAEb;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;4CACA;AAEb;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;sDACU;AAEvB;IAAC,IAAA,wBAAM,EAAC,oCAAkB,CAAC;IAC1B,IAAA,4BAAU,GAAE;;8CACc;AAf7B,wCAgBC"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
declare class Message {
|
|
2
|
+
address: string;
|
|
3
|
+
domain: string;
|
|
4
|
+
issuedAt: string;
|
|
5
|
+
nonce: string;
|
|
6
|
+
statement: string;
|
|
7
|
+
uri: string;
|
|
8
|
+
version: string;
|
|
9
|
+
}
|
|
10
|
+
export declare class EthSignOnDto {
|
|
11
|
+
message: Message;
|
|
12
|
+
signature: string;
|
|
13
|
+
}
|
|
14
|
+
export {};
|
|
@@ -9,30 +9,58 @@ var __metadata = (this && this.__metadata) || function (k, v) {
|
|
|
9
9
|
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
10
10
|
};
|
|
11
11
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12
|
-
exports.
|
|
12
|
+
exports.EthSignOnDto = void 0;
|
|
13
13
|
const class_validator_1 = require("class-validator");
|
|
14
|
-
const
|
|
15
|
-
class
|
|
14
|
+
const class_transformer_1 = require("class-transformer");
|
|
15
|
+
class Message {
|
|
16
16
|
}
|
|
17
17
|
__decorate([
|
|
18
|
+
(0, class_validator_1.IsString)(),
|
|
19
|
+
(0, class_validator_1.IsNotEmpty)(),
|
|
20
|
+
__metadata("design:type", String)
|
|
21
|
+
], Message.prototype, "address", void 0);
|
|
22
|
+
__decorate([
|
|
23
|
+
(0, class_validator_1.IsString)(),
|
|
24
|
+
(0, class_validator_1.IsNotEmpty)(),
|
|
25
|
+
__metadata("design:type", String)
|
|
26
|
+
], Message.prototype, "domain", void 0);
|
|
27
|
+
__decorate([
|
|
28
|
+
(0, class_validator_1.IsString)(),
|
|
29
|
+
(0, class_validator_1.IsNotEmpty)(),
|
|
30
|
+
__metadata("design:type", String)
|
|
31
|
+
], Message.prototype, "issuedAt", void 0);
|
|
32
|
+
__decorate([
|
|
33
|
+
(0, class_validator_1.IsString)(),
|
|
18
34
|
(0, class_validator_1.IsNotEmpty)(),
|
|
35
|
+
__metadata("design:type", String)
|
|
36
|
+
], Message.prototype, "nonce", void 0);
|
|
37
|
+
__decorate([
|
|
19
38
|
(0, class_validator_1.IsString)(),
|
|
39
|
+
(0, class_validator_1.IsNotEmpty)(),
|
|
20
40
|
__metadata("design:type", String)
|
|
21
|
-
],
|
|
41
|
+
], Message.prototype, "statement", void 0);
|
|
22
42
|
__decorate([
|
|
23
43
|
(0, class_validator_1.IsString)(),
|
|
24
44
|
(0, class_validator_1.IsNotEmpty)(),
|
|
25
45
|
__metadata("design:type", String)
|
|
26
|
-
],
|
|
46
|
+
], Message.prototype, "uri", void 0);
|
|
27
47
|
__decorate([
|
|
28
48
|
(0, class_validator_1.IsString)(),
|
|
29
49
|
(0, class_validator_1.IsNotEmpty)(),
|
|
30
50
|
__metadata("design:type", String)
|
|
31
|
-
],
|
|
51
|
+
], Message.prototype, "version", void 0);
|
|
52
|
+
class EthSignOnDto {
|
|
53
|
+
}
|
|
32
54
|
__decorate([
|
|
33
|
-
(0,
|
|
55
|
+
(0, class_transformer_1.Type)(() => Message),
|
|
56
|
+
(0, class_validator_1.IsNotEmpty)(),
|
|
57
|
+
(0, class_validator_1.ValidateNested)(),
|
|
58
|
+
__metadata("design:type", Message)
|
|
59
|
+
], EthSignOnDto.prototype, "message", void 0);
|
|
60
|
+
__decorate([
|
|
61
|
+
(0, class_validator_1.IsString)(),
|
|
34
62
|
(0, class_validator_1.IsNotEmpty)(),
|
|
35
63
|
__metadata("design:type", String)
|
|
36
|
-
],
|
|
37
|
-
exports.
|
|
38
|
-
//# sourceMappingURL=
|
|
64
|
+
], EthSignOnDto.prototype, "signature", void 0);
|
|
65
|
+
exports.EthSignOnDto = EthSignOnDto;
|
|
66
|
+
//# sourceMappingURL=ethSignOn.dto.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ethSignOn.dto.js","sourceRoot":"","sources":["../../../../../../src/domain/model/auth/dtos/ethSignOn.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAAuE;AACvE,yDAAyC;AAEzC,MAAM,OAAO;CA4BZ;AA3BC;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;wCACG;AAEhB;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;uCACE;AAEf;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;yCACI;AAEjB;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;sCACC;AAEd;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;0CACK;AAElB;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;oCACD;AAEZ;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;wCACG;AAGlB,MAAa,YAAY;CASxB;AARC;IAAC,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,OAAO,CAAC;IACnB,IAAA,4BAAU,GAAE;IACZ,IAAA,gCAAc,GAAE;8BACR,OAAO;6CAAC;AAEjB;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;+CACK;AARpB,oCASC"}
|
|
@@ -18,5 +18,4 @@ __exportStar(require("./EVMSignOn.dto"), exports);
|
|
|
18
18
|
__exportStar(require("./signOn.dto"), exports);
|
|
19
19
|
__exportStar(require("./transactionSignOn.dto"), exports);
|
|
20
20
|
__exportStar(require("./DiscordAuth.dto"), exports);
|
|
21
|
-
__exportStar(require("./AccessCodeAuth.dto"), exports);
|
|
22
21
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/domain/model/auth/dtos/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,kDAAgC;AAChC,+CAA6B;AAC7B,0DAAwC;AACxC,oDAAkC
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/domain/model/auth/dtos/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,kDAAgC;AAChC,+CAA6B;AAC7B,0DAAwC;AACxC,oDAAkC"}
|
|
@@ -4,6 +4,5 @@ exports.CheckoutAuthTypes = void 0;
|
|
|
4
4
|
var CheckoutAuthTypes;
|
|
5
5
|
(function (CheckoutAuthTypes) {
|
|
6
6
|
CheckoutAuthTypes["DISCORD"] = "DISCORD";
|
|
7
|
-
CheckoutAuthTypes["ACCESS_CODE"] = "ACCESS_CODE";
|
|
8
7
|
})(CheckoutAuthTypes = exports.CheckoutAuthTypes || (exports.CheckoutAuthTypes = {}));
|
|
9
8
|
//# sourceMappingURL=CheckoutAuthTypes.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CheckoutAuthTypes.js","sourceRoot":"","sources":["../../../../../../src/domain/model/auth/entities/CheckoutAuthTypes.ts"],"names":[],"mappings":";;;AAAA,IAAY,
|
|
1
|
+
{"version":3,"file":"CheckoutAuthTypes.js","sourceRoot":"","sources":["../../../../../../src/domain/model/auth/entities/CheckoutAuthTypes.ts"],"names":[],"mappings":";;;AAAA,IAAY,iBAEX;AAFD,WAAY,iBAAiB;IAC3B,wCAAmB,CAAA;AACrB,CAAC,EAFW,iBAAiB,GAAjB,yBAAiB,KAAjB,yBAAiB,QAE5B"}
|
|
@@ -1,5 +1,6 @@
|
|
|
1
|
-
import {
|
|
2
|
-
export declare class DiscordAuthPublicConfig extends
|
|
1
|
+
import { Entity } from '../../entity';
|
|
2
|
+
export declare class DiscordAuthPublicConfig extends Entity {
|
|
3
3
|
redirectUri: string;
|
|
4
4
|
clientId: string;
|
|
5
|
+
headerName: string;
|
|
5
6
|
}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.DiscordAuthPublicConfig = void 0;
|
|
4
|
-
const
|
|
5
|
-
class DiscordAuthPublicConfig extends
|
|
4
|
+
const entity_1 = require("../../entity");
|
|
5
|
+
class DiscordAuthPublicConfig extends entity_1.Entity {
|
|
6
6
|
}
|
|
7
7
|
exports.DiscordAuthPublicConfig = DiscordAuthPublicConfig;
|
|
8
8
|
//# sourceMappingURL=DiscordAuthPublicConfig.entity.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DiscordAuthPublicConfig.entity.js","sourceRoot":"","sources":["../../../../../../src/domain/model/auth/entities/DiscordAuthPublicConfig.entity.ts"],"names":[],"mappings":";;;AAAA
|
|
1
|
+
{"version":3,"file":"DiscordAuthPublicConfig.entity.js","sourceRoot":"","sources":["../../../../../../src/domain/model/auth/entities/DiscordAuthPublicConfig.entity.ts"],"names":[],"mappings":";;;AAAA,yCAAsC;AAEtC,MAAa,uBAAwB,SAAQ,eAAM;CAMlD;AAND,0DAMC"}
|
|
@@ -1,5 +1,8 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { CheckoutAuthTypes } from './CheckoutAuthTypes';
|
|
2
2
|
import { DiscordServerUser } from './DiscordServerUser';
|
|
3
|
-
export declare class DiscordAuthToken
|
|
3
|
+
export declare class DiscordAuthToken {
|
|
4
|
+
authType: CheckoutAuthTypes;
|
|
5
|
+
prId: string;
|
|
6
|
+
payerPublicKey: string;
|
|
4
7
|
user: DiscordServerUser;
|
|
5
8
|
}
|
|
@@ -1,8 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.DiscordAuthToken = void 0;
|
|
4
|
-
|
|
5
|
-
class DiscordAuthToken extends BaseCheckoutAuthToken_1.BaseCheckoutAuthToken {
|
|
4
|
+
class DiscordAuthToken {
|
|
6
5
|
}
|
|
7
6
|
exports.DiscordAuthToken = DiscordAuthToken;
|
|
8
7
|
//# sourceMappingURL=DiscordAuthToken.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DiscordAuthToken.js","sourceRoot":"","sources":["../../../../../../src/domain/model/auth/entities/DiscordAuthToken.ts"],"names":[],"mappings":";;;
|
|
1
|
+
{"version":3,"file":"DiscordAuthToken.js","sourceRoot":"","sources":["../../../../../../src/domain/model/auth/entities/DiscordAuthToken.ts"],"names":[],"mappings":";;;AAGA,MAAa,gBAAgB;CAQ5B;AARD,4CAQC"}
|
|
@@ -5,6 +5,3 @@ export * from './DiscordAuthToken';
|
|
|
5
5
|
export * from './DiscordAuthResponse.entity';
|
|
6
6
|
export * from './DiscordAuthPublicConfig.entity';
|
|
7
7
|
export * from './DiscordServerUser';
|
|
8
|
-
export * from './AccessCodeAuthToken';
|
|
9
|
-
export * from './AccessCodeAuthPublicConfig.entity';
|
|
10
|
-
export * from './AccessCodeAuthResponse.entity';
|
|
@@ -21,7 +21,4 @@ __exportStar(require("./DiscordAuthToken"), exports);
|
|
|
21
21
|
__exportStar(require("./DiscordAuthResponse.entity"), exports);
|
|
22
22
|
__exportStar(require("./DiscordAuthPublicConfig.entity"), exports);
|
|
23
23
|
__exportStar(require("./DiscordServerUser"), exports);
|
|
24
|
-
__exportStar(require("./AccessCodeAuthToken"), exports);
|
|
25
|
-
__exportStar(require("./AccessCodeAuthPublicConfig.entity"), exports);
|
|
26
|
-
__exportStar(require("./AccessCodeAuthResponse.entity"), exports);
|
|
27
24
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/domain/model/auth/entities/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,iDAA+B;AAC/B,6CAA2B;AAC3B,sDAAoC;AACpC,qDAAmC;AACnC,+DAA6C;AAC7C,mEAAiD;AACjD,sDAAoC
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/domain/model/auth/entities/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,iDAA+B;AAC/B,6CAA2B;AAC3B,sDAAoC;AACpC,qDAAmC;AACnC,+DAA6C;AAC7C,mEAAiD;AACjD,sDAAoC"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.BaseBlockchain = void 0;
|
|
4
|
+
const entity_1 = require("../../entity");
|
|
5
|
+
class BaseBlockchain extends entity_1.Entity {
|
|
6
|
+
}
|
|
7
|
+
exports.BaseBlockchain = BaseBlockchain;
|
|
8
|
+
//# sourceMappingURL=BaseBlockchain.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BaseBlockchain.js","sourceRoot":"","sources":["../../../../../../src/domain/model/blockchain/entities/BaseBlockchain.ts"],"names":[],"mappings":";;;AAAA,yCAAsC;AAEtC,MAAa,cAAe,SAAQ,eAAM;CAMzC;AAND,wCAMC"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.BlockchainEngine = void 0;
|
|
4
|
+
const entity_1 = require("../../entity");
|
|
5
|
+
class BlockchainEngine extends entity_1.Entity {
|
|
6
|
+
}
|
|
7
|
+
exports.BlockchainEngine = BlockchainEngine;
|
|
8
|
+
//# sourceMappingURL=BlockchainEngine.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BlockchainEngine.js","sourceRoot":"","sources":["../../../../../../src/domain/model/blockchainEngine/entities/BlockchainEngine.ts"],"names":[],"mappings":";;;AAAA,yCAAsC;AAGtC,MAAa,gBAAiB,SAAQ,eAAM;CAI3C;AAJD,4CAIC"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.BasePaystreamTxWithTransactionSwap = void 0;
|
|
4
|
+
const _1 = require(".");
|
|
5
|
+
class BasePaystreamTxWithTransactionSwap extends _1.BasePaystreamTxWithTransaction {
|
|
6
|
+
}
|
|
7
|
+
exports.BasePaystreamTxWithTransactionSwap = BasePaystreamTxWithTransactionSwap;
|
|
8
|
+
//# sourceMappingURL=BasePaystreamTxWithTransactionSwap.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BasePaystreamTxWithTransactionSwap.js","sourceRoot":"","sources":["../../../../../../src/domain/model/paystream-tx/entities/BasePaystreamTxWithTransactionSwap.ts"],"names":[],"mappings":";;;AAAA,wBAAmD;AAEnD,MAAa,kCAAmC,SAAQ,iCAA8B;CAErF;AAFD,gFAEC"}
|