@heliofi/common 0.1.1 → 0.1.3
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/apiKey/dtos/createApiKey.dto.js +0 -4
- package/dist/src/domain/model/apiKey/dtos/createApiKey.dto.js.map +1 -1
- package/dist/src/domain/model/apiKey/dtos/updateApiKey.dto.js +0 -4
- package/dist/src/domain/model/apiKey/dtos/updateApiKey.dto.js.map +1 -1
- package/dist/src/domain/model/approve-transaction/dtos/approveTransaction.dto.js +0 -4
- package/dist/src/domain/model/approve-transaction/dtos/approveTransaction.dto.js.map +1 -1
- package/dist/src/domain/model/attachment/dtos/createAttachment.dto.js +0 -4
- package/dist/src/domain/model/attachment/dtos/createAttachment.dto.js.map +1 -1
- package/dist/src/domain/model/auth/dtos/signOn.dto.js +0 -4
- package/dist/src/domain/model/auth/dtos/signOn.dto.js.map +1 -1
- package/dist/src/domain/model/blockchain/dtos/blockchain.dto.js +0 -4
- package/dist/src/domain/model/blockchain/dtos/blockchain.dto.js.map +1 -1
- package/dist/src/domain/model/company/dtos/createCompany.dto.js +0 -4
- package/dist/src/domain/model/company/dtos/createCompany.dto.js.map +1 -1
- package/dist/src/domain/model/company/dtos/updateCompany.dto.js +0 -4
- package/dist/src/domain/model/company/dtos/updateCompany.dto.js.map +1 -1
- package/dist/src/domain/model/content/dtos/content.dto.js +0 -4
- package/dist/src/domain/model/content/dtos/content.dto.js.map +1 -1
- package/dist/src/domain/model/currency/dtos/createCurrency.dto.js +0 -4
- package/dist/src/domain/model/currency/dtos/createCurrency.dto.js.map +1 -1
- package/dist/src/domain/model/currency/dtos/updateCurrency.dto.js +0 -4
- package/dist/src/domain/model/currency/dtos/updateCurrency.dto.js.map +1 -1
- package/dist/src/domain/model/customer-details/dtos/customerDetails.dto.js +0 -4
- package/dist/src/domain/model/customer-details/dtos/customerDetails.dto.js.map +1 -1
- package/dist/src/domain/model/discordDetails/dtos/createDiscordDetails.dto.js +0 -4
- package/dist/src/domain/model/discordDetails/dtos/createDiscordDetails.dto.js.map +1 -1
- package/dist/src/domain/model/discordDetails/dtos/updateDiscordDetails.dto.js +0 -4
- package/dist/src/domain/model/discordDetails/dtos/updateDiscordDetails.dto.js.map +1 -1
- package/dist/src/domain/model/email/dtos/email.dto.js +0 -4
- package/dist/src/domain/model/email/dtos/email.dto.js.map +1 -1
- package/dist/src/domain/model/link-features/dtos/linkFeatures.dto.js +0 -4
- package/dist/src/domain/model/link-features/dtos/linkFeatures.dto.js.map +1 -1
- package/dist/src/domain/model/paylink/dtos/createPaylink.dto.js +0 -4
- package/dist/src/domain/model/paylink/dtos/createPaylink.dto.js.map +1 -1
- package/dist/src/domain/model/paylink/dtos/updatePaylink.dto.js +0 -18
- package/dist/src/domain/model/paylink/dtos/updatePaylink.dto.js.map +1 -1
- package/dist/src/domain/model/paylink-tx/dtos/createPaylinkTx.dto.js +0 -4
- package/dist/src/domain/model/paylink-tx/dtos/createPaylinkTx.dto.js.map +1 -1
- package/dist/src/domain/model/paylink-tx/dtos/updatePaylinkTx.dto.js +0 -4
- package/dist/src/domain/model/paylink-tx/dtos/updatePaylinkTx.dto.js.map +1 -1
- package/dist/src/domain/model/product/dtos/product.dto.js +0 -4
- package/dist/src/domain/model/product/dtos/product.dto.js.map +1 -1
- package/dist/src/domain/model/product-details/dtos/productDetails.dto.js +0 -4
- package/dist/src/domain/model/product-details/dtos/productDetails.dto.js.map +1 -1
- package/dist/src/domain/model/role/dtos/createRole.dto.js +0 -4
- package/dist/src/domain/model/role/dtos/createRole.dto.js.map +1 -1
- package/dist/src/domain/model/role/dtos/updateRole.dto.js +0 -4
- package/dist/src/domain/model/role/dtos/updateRole.dto.js.map +1 -1
- package/dist/src/domain/model/slug/dtos/slug.dto.js +0 -4
- package/dist/src/domain/model/slug/dtos/slug.dto.js.map +1 -1
- package/dist/src/domain/model/transaction-meta/dtos/createTransactionMeta.dto.js +0 -4
- package/dist/src/domain/model/transaction-meta/dtos/createTransactionMeta.dto.js.map +1 -1
- package/dist/src/domain/model/user/dtos/createUser.dto.js +0 -4
- package/dist/src/domain/model/user/dtos/createUser.dto.js.map +1 -1
- package/dist/src/domain/model/user/dtos/updateUser.dto.js +0 -4
- package/dist/src/domain/model/user/dtos/updateUser.dto.js.map +1 -1
- package/dist/src/domain/model/wallet/dtos/updateWallet.dto.js +0 -4
- package/dist/src/domain/model/wallet/dtos/updateWallet.dto.js.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -0
- package/package.json +4 -4
- package/dist/src/__tests__/index.test.d.ts +0 -0
- package/dist/src/__tests__/index.test.js +0 -6
- package/dist/src/__tests__/index.test.js.map +0 -1
- package/dist/tsconfig.build.tsbuildinfo +0 -1
- package/nest-cli.json +0 -18
|
@@ -10,12 +10,8 @@ var __metadata = (this && this.__metadata) || function (k, v) {
|
|
|
10
10
|
};
|
|
11
11
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12
12
|
exports.CreateApiKeyDto = void 0;
|
|
13
|
-
const openapi = require("@nestjs/swagger");
|
|
14
13
|
const class_validator_1 = require("class-validator");
|
|
15
14
|
class CreateApiKeyDto {
|
|
16
|
-
static _OPENAPI_METADATA_FACTORY() {
|
|
17
|
-
return { secretHash: { required: true, type: () => String }, expiration: { required: true, type: () => Number }, publicKey: { required: false, type: () => String } };
|
|
18
|
-
}
|
|
19
15
|
}
|
|
20
16
|
__decorate([
|
|
21
17
|
(0, class_validator_1.IsString)(),
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"createApiKey.dto.js","sourceRoot":"","sources":["../../../../../../src/domain/model/apiKey/dtos/createApiKey.dto.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"createApiKey.dto.js","sourceRoot":"","sources":["../../../../../../src/domain/model/apiKey/dtos/createApiKey.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAA6E;AAE7E,MAAa,eAAe;CAY3B;AAXC;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;mDACM;AAEnB;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;mDACM;AAEnB;IAAC,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;;kDACQ;AAXrB,0CAYC"}
|
|
@@ -10,12 +10,8 @@ var __metadata = (this && this.__metadata) || function (k, v) {
|
|
|
10
10
|
};
|
|
11
11
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12
12
|
exports.UpdateApiKeyDto = void 0;
|
|
13
|
-
const openapi = require("@nestjs/swagger");
|
|
14
13
|
const class_validator_1 = require("class-validator");
|
|
15
14
|
class UpdateApiKeyDto {
|
|
16
|
-
static _OPENAPI_METADATA_FACTORY() {
|
|
17
|
-
return { expiration: { required: false, type: () => Number }, publicKey: { required: false, type: () => String } };
|
|
18
|
-
}
|
|
19
15
|
}
|
|
20
16
|
__decorate([
|
|
21
17
|
(0, class_validator_1.IsOptional)(),
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"updateApiKey.dto.js","sourceRoot":"","sources":["../../../../../../src/domain/model/apiKey/dtos/updateApiKey.dto.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"updateApiKey.dto.js","sourceRoot":"","sources":["../../../../../../src/domain/model/apiKey/dtos/updateApiKey.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAAiE;AAEjE,MAAa,eAAe;CAQ3B;AAPC;IAAC,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;;mDACS;AAEpB;IAAC,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;;kDACQ;AAPrB,0CAQC"}
|
|
@@ -10,15 +10,11 @@ var __metadata = (this && this.__metadata) || function (k, v) {
|
|
|
10
10
|
};
|
|
11
11
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12
12
|
exports.ApproveTransactionDto = void 0;
|
|
13
|
-
const openapi = require("@nestjs/swagger");
|
|
14
13
|
const class_validator_1 = require("class-validator");
|
|
15
14
|
const class_transformer_1 = require("class-transformer");
|
|
16
15
|
const customer_details_1 = require("../../customer-details");
|
|
17
16
|
const product_details_1 = require("../../product-details");
|
|
18
17
|
class ApproveTransactionDto {
|
|
19
|
-
static _OPENAPI_METADATA_FACTORY() {
|
|
20
|
-
return { transactionSignature: { required: true, type: () => String }, paymentRequestId: { required: true, type: () => String }, sender: { required: true, type: () => String }, recipient: { required: true, type: () => String }, amount: { required: true, type: () => BigInt }, quantity: { required: true, type: () => Number }, currency: { required: true, type: () => String }, time: { required: true, type: () => String }, customerDetails: { required: true, type: () => require("../../customer-details/dtos/customerDetails.dto").CustomerDetailsDto }, productDetails: { required: true, type: () => require("../../product-details/dtos/productDetails.dto").ProductDetailsDto } };
|
|
21
|
-
}
|
|
22
18
|
}
|
|
23
19
|
__decorate([
|
|
24
20
|
(0, class_validator_1.IsString)(),
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"approveTransaction.dto.js","sourceRoot":"","sources":["../../../../../../src/domain/model/approve-transaction/dtos/approveTransaction.dto.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"approveTransaction.dto.js","sourceRoot":"","sources":["../../../../../../src/domain/model/approve-transaction/dtos/approveTransaction.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAOyB;AACzB,yDAAyC;AACzC,6DAA4D;AAC5D,2DAA0D;AAE1D,MAAa,qBAAqB;CAyCjC;AAxCC;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;mEACgB;AAE7B;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;+DACY;AAEzB;IAAC,IAAA,yBAAO,GAAE;IACT,IAAA,4BAAU,GAAE;;qDACE;AAEf;IAAC,IAAA,yBAAO,GAAE;IACT,IAAA,4BAAU,GAAE;;wDACK;AAElB;IAAC,IAAA,4BAAU,GAAE;;qDACE;AAEf;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;uDACI;AAEjB;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;uDACI;AAEjB;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;mDACA;AAEb;IAAC,IAAA,kCAAgB,GAAE;IAClB,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,qCAAkB,CAAC;IAC9B,IAAA,gCAAc,GAAE;8BACA,qCAAkB;8DAAC;AAEpC;IAAC,IAAA,kCAAgB,GAAE;IAClB,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,mCAAiB,CAAC;IAC7B,IAAA,gCAAc,GAAE;8BACD,mCAAiB;6DAAC;AAxCpC,sDAyCC"}
|
|
@@ -10,12 +10,8 @@ var __metadata = (this && this.__metadata) || function (k, v) {
|
|
|
10
10
|
};
|
|
11
11
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12
12
|
exports.CreateAttachmentDto = void 0;
|
|
13
|
-
const openapi = require("@nestjs/swagger");
|
|
14
13
|
const class_validator_1 = require("class-validator");
|
|
15
14
|
class CreateAttachmentDto {
|
|
16
|
-
static _OPENAPI_METADATA_FACTORY() {
|
|
17
|
-
return { name: { required: false, type: () => String }, file: { required: true, type: () => Object }, attachableType: { required: false, type: () => String }, attachableId: { required: true, type: () => String } };
|
|
18
|
-
}
|
|
19
15
|
}
|
|
20
16
|
__decorate([
|
|
21
17
|
(0, class_validator_1.IsString)(),
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"createAttachment.dto.js","sourceRoot":"","sources":["../../../../../../src/domain/model/attachment/dtos/createAttachment.dto.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"createAttachment.dto.js","sourceRoot":"","sources":["../../../../../../src/domain/model/attachment/dtos/createAttachment.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAAmE;AAEnE,MAAa,mBAAmB;CAc/B;AAbC;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;iDACC;AAId;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;2DACuB;AAEpC;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;yDACQ;AAbvB,kDAcC"}
|
|
@@ -10,12 +10,8 @@ var __metadata = (this && this.__metadata) || function (k, v) {
|
|
|
10
10
|
};
|
|
11
11
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12
12
|
exports.SignOnDto = void 0;
|
|
13
|
-
const openapi = require("@nestjs/swagger");
|
|
14
13
|
const class_validator_1 = require("class-validator");
|
|
15
14
|
class SignOnDto {
|
|
16
|
-
static _OPENAPI_METADATA_FACTORY() {
|
|
17
|
-
return { publicKey: { required: true, type: () => String }, signature: { required: true, type: () => String } };
|
|
18
|
-
}
|
|
19
15
|
}
|
|
20
16
|
__decorate([
|
|
21
17
|
(0, class_validator_1.IsString)(),
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"signOn.dto.js","sourceRoot":"","sources":["../../../../../../src/domain/model/auth/dtos/signOn.dto.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"signOn.dto.js","sourceRoot":"","sources":["../../../../../../src/domain/model/auth/dtos/signOn.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAAuD;AAEvD,MAAa,SAAS;CAQrB;AAPC;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;4CACK;AAElB;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;4CACK;AAPpB,8BAQC"}
|
|
@@ -10,12 +10,8 @@ var __metadata = (this && this.__metadata) || function (k, v) {
|
|
|
10
10
|
};
|
|
11
11
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12
12
|
exports.BlockchainDto = void 0;
|
|
13
|
-
const openapi = require("@nestjs/swagger");
|
|
14
13
|
const class_validator_1 = require("class-validator");
|
|
15
14
|
class BlockchainDto {
|
|
16
|
-
static _OPENAPI_METADATA_FACTORY() {
|
|
17
|
-
return { name: { required: true, type: () => String }, symbol: { required: true, type: () => String } };
|
|
18
|
-
}
|
|
19
15
|
}
|
|
20
16
|
__decorate([
|
|
21
17
|
(0, class_validator_1.IsString)(),
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"blockchain.dto.js","sourceRoot":"","sources":["../../../../../../src/domain/model/blockchain/dtos/blockchain.dto.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"blockchain.dto.js","sourceRoot":"","sources":["../../../../../../src/domain/model/blockchain/dtos/blockchain.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAAuD;AAEvD,MAAa,aAAa;CAQzB;AAPC;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;2CACA;AAEb;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;6CACE;AAPjB,sCAQC"}
|
|
@@ -10,12 +10,8 @@ var __metadata = (this && this.__metadata) || function (k, v) {
|
|
|
10
10
|
};
|
|
11
11
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12
12
|
exports.CreateCompanyDto = void 0;
|
|
13
|
-
const openapi = require("@nestjs/swagger");
|
|
14
13
|
const class_validator_1 = require("class-validator");
|
|
15
14
|
class CreateCompanyDto {
|
|
16
|
-
static _OPENAPI_METADATA_FACTORY() {
|
|
17
|
-
return { name: { required: true, type: () => String }, logoId: { required: false, type: () => String }, websiteUrl: { required: false, type: () => String }, twitterUsername: { required: false, type: () => String }, discordUsername: { required: false, type: () => String } };
|
|
18
|
-
}
|
|
19
15
|
}
|
|
20
16
|
__decorate([
|
|
21
17
|
(0, class_validator_1.IsString)(),
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"createCompany.dto.js","sourceRoot":"","sources":["../../../../../../src/domain/model/company/dtos/createCompany.dto.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"createCompany.dto.js","sourceRoot":"","sources":["../../../../../../src/domain/model/company/dtos/createCompany.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAAmE;AAEnE,MAAa,gBAAgB;CAoB5B;AAnBC;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;8CACA;AAEb;IAAC,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;;gDACK;AAEhB;IAAC,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;;oDACS;AAEpB;IAAC,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;;yDACc;AAEzB;IAAC,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;;yDACc;AAnB3B,4CAoBC"}
|
|
@@ -10,12 +10,8 @@ var __metadata = (this && this.__metadata) || function (k, v) {
|
|
|
10
10
|
};
|
|
11
11
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12
12
|
exports.UpdateCompanyDto = void 0;
|
|
13
|
-
const openapi = require("@nestjs/swagger");
|
|
14
13
|
const class_validator_1 = require("class-validator");
|
|
15
14
|
class UpdateCompanyDto {
|
|
16
|
-
static _OPENAPI_METADATA_FACTORY() {
|
|
17
|
-
return { name: { required: false, type: () => String }, logoId: { required: false, type: () => String }, websiteUrl: { required: false, type: () => String }, twitterUsername: { required: false, type: () => String }, discordUsername: { required: false, type: () => String } };
|
|
18
|
-
}
|
|
19
15
|
}
|
|
20
16
|
__decorate([
|
|
21
17
|
(0, class_validator_1.IsOptional)(),
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"updateCompany.dto.js","sourceRoot":"","sources":["../../../../../../src/domain/model/company/dtos/updateCompany.dto.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"updateCompany.dto.js","sourceRoot":"","sources":["../../../../../../src/domain/model/company/dtos/updateCompany.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAAuD;AAEvD,MAAa,gBAAgB;CAoB5B;AAnBC;IAAC,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;;8CACG;AAEd;IAAC,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;;gDACK;AAEhB;IAAC,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;;oDACS;AAEpB;IAAC,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;;yDACc;AAEzB;IAAC,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;;yDACc;AAnB3B,4CAoBC"}
|
|
@@ -10,12 +10,8 @@ var __metadata = (this && this.__metadata) || function (k, v) {
|
|
|
10
10
|
};
|
|
11
11
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12
12
|
exports.ContentDto = void 0;
|
|
13
|
-
const openapi = require("@nestjs/swagger");
|
|
14
13
|
const class_validator_1 = require("class-validator");
|
|
15
14
|
class ContentDto {
|
|
16
|
-
static _OPENAPI_METADATA_FACTORY() {
|
|
17
|
-
return { text: { required: false, type: () => String }, imageUrl: { required: false, type: () => String } };
|
|
18
|
-
}
|
|
19
15
|
}
|
|
20
16
|
__decorate([
|
|
21
17
|
(0, class_validator_1.IsString)(),
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"content.dto.js","sourceRoot":"","sources":["../../../../../../src/domain/model/content/dtos/content.dto.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"content.dto.js","sourceRoot":"","sources":["../../../../../../src/domain/model/content/dtos/content.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAAuD;AAEvD,MAAa,UAAU;CAQtB;AAPC;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;wCACC;AAEd;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;4CACK;AAPpB,gCAQC"}
|
|
@@ -10,12 +10,8 @@ var __metadata = (this && this.__metadata) || function (k, v) {
|
|
|
10
10
|
};
|
|
11
11
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12
12
|
exports.CreateCurrencyDto = void 0;
|
|
13
|
-
const openapi = require("@nestjs/swagger");
|
|
14
13
|
const class_validator_1 = require("class-validator");
|
|
15
14
|
class CreateCurrencyDto {
|
|
16
|
-
static _OPENAPI_METADATA_FACTORY() {
|
|
17
|
-
return { symbol: { required: true, type: () => String }, name: { required: true, type: () => String }, mintAddress: { required: true, type: () => String }, blockchain: { required: true, type: () => String }, decimals: { required: true, type: () => Number }, symbolPrefix: { required: false, type: () => String }, order: { required: true, type: () => Number } };
|
|
18
|
-
}
|
|
19
15
|
}
|
|
20
16
|
__decorate([
|
|
21
17
|
(0, class_validator_1.IsString)(),
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"createCurrency.dto.js","sourceRoot":"","sources":["../../../../../../src/domain/model/currency/dtos/createCurrency.dto.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"createCurrency.dto.js","sourceRoot":"","sources":["../../../../../../src/domain/model/currency/dtos/createCurrency.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAAiE;AAEjE,MAAa,iBAAiB;CAsB7B;AArBC;IAAC,IAAA,0BAAQ,GAAE;;iDACI;AAEf;IAAC,IAAA,0BAAQ,GAAE;;+CACE;AAEb;IAAC,IAAA,0BAAQ,GAAE;;sDACS;AAEpB;IAAC,IAAA,0BAAQ,GAAE;;qDACQ;AAEnB;IAAC,IAAA,0BAAQ,GAAE;;mDACM;AAEjB;IAAC,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;;uDACW;AAEtB;IAAC,IAAA,0BAAQ,GAAE;;gDACG;AArBhB,8CAsBC"}
|
|
@@ -10,12 +10,8 @@ var __metadata = (this && this.__metadata) || function (k, v) {
|
|
|
10
10
|
};
|
|
11
11
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12
12
|
exports.UpdateCurrencyDto = void 0;
|
|
13
|
-
const openapi = require("@nestjs/swagger");
|
|
14
13
|
const class_validator_1 = require("class-validator");
|
|
15
14
|
class UpdateCurrencyDto {
|
|
16
|
-
static _OPENAPI_METADATA_FACTORY() {
|
|
17
|
-
return { symbol: { required: false, type: () => String }, name: { required: false, type: () => String }, mintAddress: { required: false, type: () => String }, blockchain: { required: false, type: () => String }, decimals: { required: false, type: () => Number }, symbolPrefix: { required: false, type: () => String }, order: { required: false, type: () => Number } };
|
|
18
|
-
}
|
|
19
15
|
}
|
|
20
16
|
__decorate([
|
|
21
17
|
(0, class_validator_1.IsOptional)(),
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"updateCurrency.dto.js","sourceRoot":"","sources":["../../../../../../src/domain/model/currency/dtos/updateCurrency.dto.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"updateCurrency.dto.js","sourceRoot":"","sources":["../../../../../../src/domain/model/currency/dtos/updateCurrency.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAAiE;AAEjE,MAAa,iBAAiB;CA4B7B;AA3BC;IAAC,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;;iDACK;AAEhB;IAAC,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;;+CACG;AAEd;IAAC,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;;sDACU;AAErB;IAAC,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;;qDACS;AAEpB;IAAC,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;;mDACO;AAElB;IAAC,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;;uDACW;AAEtB;IAAC,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;;gDACI;AA3BjB,8CA4BC"}
|
|
@@ -10,12 +10,8 @@ var __metadata = (this && this.__metadata) || function (k, v) {
|
|
|
10
10
|
};
|
|
11
11
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12
12
|
exports.CustomerDetailsDto = void 0;
|
|
13
|
-
const openapi = require("@nestjs/swagger");
|
|
14
13
|
const class_validator_1 = require("class-validator");
|
|
15
14
|
class CustomerDetailsDto {
|
|
16
|
-
static _OPENAPI_METADATA_FACTORY() {
|
|
17
|
-
return { email: { required: false, type: () => String }, discordUsername: { required: false, type: () => String }, twitterUsername: { required: false, type: () => String }, fullName: { required: false, type: () => String }, country: { required: false, type: () => String }, deliveryAddress: { required: false, type: () => String }, phoneNumber: { required: false, type: () => String } };
|
|
18
|
-
}
|
|
19
15
|
}
|
|
20
16
|
__decorate([
|
|
21
17
|
(0, class_validator_1.IsString)(),
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"customerDetails.dto.js","sourceRoot":"","sources":["../../../../../../src/domain/model/customer-details/dtos/customerDetails.dto.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"customerDetails.dto.js","sourceRoot":"","sources":["../../../../../../src/domain/model/customer-details/dtos/customerDetails.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAAgE;AAEhE,MAAa,kBAAkB;CA6B9B;AA5BC;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;IACZ,IAAA,yBAAO,GAAE;;iDACK;AAEf;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;2DACY;AAEzB;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;2DACY;AAEzB;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;oDACK;AAElB;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;mDACI;AAEjB;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;2DACY;AAEzB;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;uDACQ;AA5BvB,gDA6BC"}
|
|
@@ -10,12 +10,8 @@ var __metadata = (this && this.__metadata) || function (k, v) {
|
|
|
10
10
|
};
|
|
11
11
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12
12
|
exports.CreateDiscordDetailsDto = void 0;
|
|
13
|
-
const openapi = require("@nestjs/swagger");
|
|
14
13
|
const class_validator_1 = require("class-validator");
|
|
15
14
|
class CreateDiscordDetailsDto {
|
|
16
|
-
static _OPENAPI_METADATA_FACTORY() {
|
|
17
|
-
return { serverId: { required: true, type: () => String }, roleId: { required: true, type: () => String }, active: { required: false, type: () => Boolean }, company: { required: false, type: () => String } };
|
|
18
|
-
}
|
|
19
15
|
}
|
|
20
16
|
__decorate([
|
|
21
17
|
(0, class_validator_1.IsString)(),
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"createDiscordDetails.dto.js","sourceRoot":"","sources":["../../../../../../src/domain/model/discordDetails/dtos/createDiscordDetails.dto.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"createDiscordDetails.dto.js","sourceRoot":"","sources":["../../../../../../src/domain/model/discordDetails/dtos/createDiscordDetails.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAAkE;AAElE,MAAa,uBAAuB;CAanC;AAZC;IAAC,IAAA,0BAAQ,GAAE;;yDACM;AAEjB;IAAC,IAAA,0BAAQ,GAAE;;uDACI;AAEf;IAAC,IAAA,2BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;uDACI;AAEjB;IAAC,IAAA,0BAAQ,GAAE;;wDACM;AAZnB,0DAaC"}
|
|
@@ -10,12 +10,8 @@ var __metadata = (this && this.__metadata) || function (k, v) {
|
|
|
10
10
|
};
|
|
11
11
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12
12
|
exports.UpdateDiscordDetailsDto = void 0;
|
|
13
|
-
const openapi = require("@nestjs/swagger");
|
|
14
13
|
const class_validator_1 = require("class-validator");
|
|
15
14
|
class UpdateDiscordDetailsDto {
|
|
16
|
-
static _OPENAPI_METADATA_FACTORY() {
|
|
17
|
-
return { serverId: { required: false, type: () => String }, roleId: { required: false, type: () => String }, active: { required: false, type: () => Boolean } };
|
|
18
|
-
}
|
|
19
15
|
}
|
|
20
16
|
__decorate([
|
|
21
17
|
(0, class_validator_1.IsString)(),
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"updateDiscordDetails.dto.js","sourceRoot":"","sources":["../../../../../../src/domain/model/discordDetails/dtos/updateDiscordDetails.dto.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"updateDiscordDetails.dto.js","sourceRoot":"","sources":["../../../../../../src/domain/model/discordDetails/dtos/updateDiscordDetails.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAAkE;AAElE,MAAa,uBAAuB;CAYnC;AAXC;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;yDACK;AAElB;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;uDACG;AAEhB;IAAC,IAAA,2BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;uDACI;AAXnB,0DAYC"}
|
|
@@ -10,15 +10,11 @@ var __metadata = (this && this.__metadata) || function (k, v) {
|
|
|
10
10
|
};
|
|
11
11
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12
12
|
exports.EmailDto = void 0;
|
|
13
|
-
const openapi = require("@nestjs/swagger");
|
|
14
13
|
const class_validator_1 = require("class-validator");
|
|
15
14
|
class EmailDto {
|
|
16
15
|
constructor() {
|
|
17
16
|
this.cluster = 'devnet';
|
|
18
17
|
}
|
|
19
|
-
static _OPENAPI_METADATA_FACTORY() {
|
|
20
|
-
return { transactionSignature: { required: true, type: () => String }, merchantEmail: { required: true, type: () => String }, amount: { required: true, type: () => Number }, product: { required: true, type: () => String }, currency: { required: true, type: () => String }, time: { required: true, type: () => String }, cluster: { required: false, type: () => Object, default: 'devnet' } };
|
|
21
|
-
}
|
|
22
18
|
}
|
|
23
19
|
__decorate([
|
|
24
20
|
(0, class_validator_1.IsString)(),
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"email.dto.js","sourceRoot":"","sources":["../../../../../../src/domain/model/email/dtos/email.dto.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"email.dto.js","sourceRoot":"","sources":["../../../../../../src/domain/model/email/dtos/email.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAMyB;AAGzB,MAAa,QAAQ;IAArB;QA2BE,YAAO,GAAa,QAAQ,CAAC;IAC/B,CAAC;CAAA;AA3BC;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;sDACgB;AAE7B;IAAC,IAAA,yBAAO,GAAE;IACT,IAAA,4BAAU,GAAE;;+CACS;AAEtB;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;wCACE;AAEf;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;yCACG;AAEhB;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;0CACI;AAEjB;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;sCACA;AAEb;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;yCACgB;AA3B/B,4BA4BC"}
|
|
@@ -10,12 +10,8 @@ var __metadata = (this && this.__metadata) || function (k, v) {
|
|
|
10
10
|
};
|
|
11
11
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12
12
|
exports.LinkFeaturesDto = void 0;
|
|
13
|
-
const openapi = require("@nestjs/swagger");
|
|
14
13
|
const class_validator_1 = require("class-validator");
|
|
15
14
|
class LinkFeaturesDto {
|
|
16
|
-
static _OPENAPI_METADATA_FACTORY() {
|
|
17
|
-
return { requireEmail: { required: false, type: () => Boolean }, requireDiscordUsername: { required: false, type: () => Boolean }, requireFullName: { required: false, type: () => Boolean }, requireTwitterUsername: { required: false, type: () => Boolean }, requireCountry: { required: false, type: () => Boolean }, requireDeliveryAddress: { required: false, type: () => Boolean }, requirePhoneNumber: { required: false, type: () => Boolean }, requireProductDetails: { required: false, type: () => Boolean }, canChangeQuantity: { required: false, type: () => Boolean }, canChangePrice: { required: false, type: () => Boolean } };
|
|
18
|
-
}
|
|
19
15
|
}
|
|
20
16
|
__decorate([
|
|
21
17
|
(0, class_validator_1.IsBoolean)(),
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"linkFeatures.dto.js","sourceRoot":"","sources":["../../../../../../src/domain/model/link-features/dtos/linkFeatures.dto.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"linkFeatures.dto.js","sourceRoot":"","sources":["../../../../../../src/domain/model/link-features/dtos/linkFeatures.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAAwD;AAExD,MAAa,eAAe;CAwC3B;AAvCC;IAAC,IAAA,2BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;qDACU;AAEvB;IAAC,IAAA,2BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;+DACoB;AAEjC;IAAC,IAAA,2BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;wDACa;AAE1B;IAAC,IAAA,2BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;+DACoB;AAEjC;IAAC,IAAA,2BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;uDACY;AAEzB;IAAC,IAAA,2BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;+DACoB;AAEjC;IAAC,IAAA,2BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;2DACgB;AAE7B;IAAC,IAAA,2BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;8DACmB;AAEhC;IAAC,IAAA,2BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;0DACe;AAE5B;IAAC,IAAA,2BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;uDACY;AAvC3B,0CAwCC"}
|
|
@@ -10,7 +10,6 @@ var __metadata = (this && this.__metadata) || function (k, v) {
|
|
|
10
10
|
};
|
|
11
11
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12
12
|
exports.CreatePaylinkDto = void 0;
|
|
13
|
-
const openapi = require("@nestjs/swagger");
|
|
14
13
|
const class_validator_1 = require("class-validator");
|
|
15
14
|
const class_transformer_1 = require("class-transformer");
|
|
16
15
|
const content_1 = require("../../content");
|
|
@@ -22,9 +21,6 @@ class CreatePaylinkDto {
|
|
|
22
21
|
this.notifyReceiverByEmail = false;
|
|
23
22
|
this.addDiscordRole = false;
|
|
24
23
|
}
|
|
25
|
-
static _OPENAPI_METADATA_FACTORY() {
|
|
26
|
-
return { company: { required: true, type: () => String }, name: { required: true, type: () => String }, description: { required: false, type: () => String }, imageUrl: { required: false, type: () => String }, normalizedPrice: { required: false, type: () => BigInt }, notifySenderByEmail: { required: false, type: () => Boolean, default: false }, notifyReceiverByEmail: { required: false, type: () => Boolean, default: false }, addDiscordRole: { required: false, type: () => Boolean, default: false }, currency: { required: false, type: () => String }, disabled: { required: false, type: () => Boolean }, wallet: { required: true, type: () => String }, content: { required: false, type: () => require("../../content/dtos/content.dto").ContentDto }, features: { required: false, type: () => require("../../link-features/dtos/linkFeatures.dto").LinkFeaturesDto }, product: { required: false, type: () => require("../../product/dtos/product.dto").ProductDto } };
|
|
27
|
-
}
|
|
28
24
|
}
|
|
29
25
|
__decorate([
|
|
30
26
|
(0, class_validator_1.IsString)(),
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"createPaylink.dto.js","sourceRoot":"","sources":["../../../../../../src/domain/model/paylink/dtos/createPaylink.dto.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"createPaylink.dto.js","sourceRoot":"","sources":["../../../../../../src/domain/model/paylink/dtos/createPaylink.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAMyB;AACzB,yDAAyC;AACzC,2CAA2C;AAC3C,uDAAsD;AACtD,2CAA2C;AAE3C,MAAa,gBAAgB;IAA7B;QAsBE,wBAAmB,GAAa,KAAK,CAAC;QAItC,0BAAqB,GAAa,KAAK,CAAC;QAIxC,mBAAc,GAAa,KAAK,CAAC;IA6BnC,CAAC;CAAA;AA1DC;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;iDACG;AAEhB;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;8CACA;AAEb;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;qDACQ;AAErB;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;kDACK;AAElB;IAAC,IAAA,4BAAU,GAAE;;yDACY;AAEzB;IAAC,IAAA,2BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;6DACyB;AAEtC;IAAC,IAAA,2BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;+DAC2B;AAExC;IAAC,IAAA,2BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;wDACoB;AAEjC;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;kDACK;AAElB;IAAC,IAAA,2BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;kDACM;AAEnB;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;gDACE;AAEf;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;IACZ,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,oBAAU,CAAC;IACtB,IAAA,gCAAc,GAAE;8BACP,oBAAU;iDAAC;AAErB;IAAC,IAAA,4BAAU,GAAE;IACZ,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,+BAAe,CAAC;IAC3B,IAAA,gCAAc,GAAE;8BACN,+BAAe;kDAAC;AAE3B;IAAC,IAAA,4BAAU,GAAE;IACZ,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,oBAAU,CAAC;IACtB,IAAA,gCAAc,GAAE;8BACP,oBAAU;iDAAC;AA1DvB,4CA2DC"}
|
|
@@ -10,84 +10,67 @@ var __metadata = (this && this.__metadata) || function (k, v) {
|
|
|
10
10
|
};
|
|
11
11
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12
12
|
exports.UpdatePaylinkDto = void 0;
|
|
13
|
-
const openapi = require("@nestjs/swagger");
|
|
14
13
|
const class_validator_1 = require("class-validator");
|
|
15
14
|
const class_transformer_1 = require("class-transformer");
|
|
16
|
-
const swagger_1 = require("@nestjs/swagger");
|
|
17
15
|
const content_1 = require("../../content");
|
|
18
16
|
const link_features_1 = require("../../link-features");
|
|
19
17
|
class UpdatePaylinkDto {
|
|
20
|
-
static _OPENAPI_METADATA_FACTORY() {
|
|
21
|
-
return { company: { required: false, type: () => String }, name: { required: false, type: () => String }, description: { required: false, type: () => String }, imageUrl: { required: false, type: () => String }, normalizedPrice: { required: false, type: () => BigInt }, notifySenderByEmail: { required: false, type: () => Boolean }, notifyReceiverByEmail: { required: false, type: () => Boolean }, addDiscordRole: { required: false, type: () => Boolean }, currency: { required: false, type: () => String }, disabled: { required: false, type: () => Boolean }, wallet: { required: false, type: () => String }, content: { required: false, type: () => require("../../content/dtos/content.dto").ContentDto }, features: { required: false, type: () => require("../../link-features/dtos/linkFeatures.dto").LinkFeaturesDto } };
|
|
22
|
-
}
|
|
23
18
|
}
|
|
24
19
|
__decorate([
|
|
25
|
-
(0, swagger_1.ApiProperty)(),
|
|
26
20
|
(0, class_validator_1.IsString)(),
|
|
27
21
|
(0, class_validator_1.IsOptional)(),
|
|
28
22
|
__metadata("design:type", String)
|
|
29
23
|
], UpdatePaylinkDto.prototype, "company", void 0);
|
|
30
24
|
__decorate([
|
|
31
|
-
(0, swagger_1.ApiProperty)(),
|
|
32
25
|
(0, class_validator_1.IsOptional)(),
|
|
33
26
|
(0, class_validator_1.IsString)(),
|
|
34
27
|
__metadata("design:type", String)
|
|
35
28
|
], UpdatePaylinkDto.prototype, "name", void 0);
|
|
36
29
|
__decorate([
|
|
37
|
-
(0, swagger_1.ApiProperty)(),
|
|
38
30
|
(0, class_validator_1.IsString)(),
|
|
39
31
|
(0, class_validator_1.IsOptional)(),
|
|
40
32
|
__metadata("design:type", String)
|
|
41
33
|
], UpdatePaylinkDto.prototype, "description", void 0);
|
|
42
34
|
__decorate([
|
|
43
|
-
(0, swagger_1.ApiProperty)(),
|
|
44
35
|
(0, class_validator_1.IsString)(),
|
|
45
36
|
(0, class_validator_1.IsOptional)(),
|
|
46
37
|
__metadata("design:type", String)
|
|
47
38
|
], UpdatePaylinkDto.prototype, "imageUrl", void 0);
|
|
48
39
|
__decorate([
|
|
49
|
-
(0, swagger_1.ApiProperty)(),
|
|
50
40
|
(0, class_validator_1.IsOptional)(),
|
|
51
41
|
__metadata("design:type", BigInt)
|
|
52
42
|
], UpdatePaylinkDto.prototype, "normalizedPrice", void 0);
|
|
53
43
|
__decorate([
|
|
54
|
-
(0, swagger_1.ApiProperty)(),
|
|
55
44
|
(0, class_validator_1.IsBoolean)(),
|
|
56
45
|
(0, class_validator_1.IsOptional)(),
|
|
57
46
|
__metadata("design:type", Boolean)
|
|
58
47
|
], UpdatePaylinkDto.prototype, "notifySenderByEmail", void 0);
|
|
59
48
|
__decorate([
|
|
60
|
-
(0, swagger_1.ApiProperty)(),
|
|
61
49
|
(0, class_validator_1.IsBoolean)(),
|
|
62
50
|
(0, class_validator_1.IsOptional)(),
|
|
63
51
|
__metadata("design:type", Boolean)
|
|
64
52
|
], UpdatePaylinkDto.prototype, "notifyReceiverByEmail", void 0);
|
|
65
53
|
__decorate([
|
|
66
|
-
(0, swagger_1.ApiProperty)(),
|
|
67
54
|
(0, class_validator_1.IsBoolean)(),
|
|
68
55
|
(0, class_validator_1.IsOptional)(),
|
|
69
56
|
__metadata("design:type", Boolean)
|
|
70
57
|
], UpdatePaylinkDto.prototype, "addDiscordRole", void 0);
|
|
71
58
|
__decorate([
|
|
72
|
-
(0, swagger_1.ApiProperty)(),
|
|
73
59
|
(0, class_validator_1.IsString)(),
|
|
74
60
|
(0, class_validator_1.IsOptional)(),
|
|
75
61
|
__metadata("design:type", String)
|
|
76
62
|
], UpdatePaylinkDto.prototype, "currency", void 0);
|
|
77
63
|
__decorate([
|
|
78
|
-
(0, swagger_1.ApiProperty)(),
|
|
79
64
|
(0, class_validator_1.IsBoolean)(),
|
|
80
65
|
(0, class_validator_1.IsOptional)(),
|
|
81
66
|
__metadata("design:type", Boolean)
|
|
82
67
|
], UpdatePaylinkDto.prototype, "disabled", void 0);
|
|
83
68
|
__decorate([
|
|
84
|
-
(0, swagger_1.ApiProperty)(),
|
|
85
69
|
(0, class_validator_1.IsString)(),
|
|
86
70
|
(0, class_validator_1.IsOptional)(),
|
|
87
71
|
__metadata("design:type", String)
|
|
88
72
|
], UpdatePaylinkDto.prototype, "wallet", void 0);
|
|
89
73
|
__decorate([
|
|
90
|
-
(0, swagger_1.ApiProperty)(),
|
|
91
74
|
(0, class_validator_1.IsString)(),
|
|
92
75
|
(0, class_validator_1.IsOptional)(),
|
|
93
76
|
(0, class_transformer_1.Type)(() => content_1.ContentDto),
|
|
@@ -95,7 +78,6 @@ __decorate([
|
|
|
95
78
|
__metadata("design:type", content_1.ContentDto)
|
|
96
79
|
], UpdatePaylinkDto.prototype, "content", void 0);
|
|
97
80
|
__decorate([
|
|
98
|
-
(0, swagger_1.ApiProperty)(),
|
|
99
81
|
(0, class_validator_1.IsString)(),
|
|
100
82
|
(0, class_validator_1.IsOptional)(),
|
|
101
83
|
(0, class_transformer_1.Type)(() => link_features_1.LinkFeaturesDto),
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"updatePaylink.dto.js","sourceRoot":"","sources":["../../../../../../src/domain/model/paylink/dtos/updatePaylink.dto.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"updatePaylink.dto.js","sourceRoot":"","sources":["../../../../../../src/domain/model/paylink/dtos/updatePaylink.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAKyB;AACzB,yDAAyC;AACzC,2CAA2C;AAC3C,uDAAsD;AAEtD,MAAa,gBAAgB;CAuD5B;AAtDC;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;iDACI;AAEjB;IAAC,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;;8CACG;AAEd;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;qDACQ;AAErB;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;kDACK;AAElB;IAAC,IAAA,4BAAU,GAAE;;yDACY;AAEzB;IAAC,IAAA,2BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;6DACiB;AAE9B;IAAC,IAAA,2BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;+DACmB;AAEhC;IAAC,IAAA,2BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;wDACY;AAEzB;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;kDACK;AAElB;IAAC,IAAA,2BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;kDACM;AAEnB;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;gDACG;AAEhB;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;IACZ,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,oBAAU,CAAC;IACtB,IAAA,gCAAc,GAAE;8BACP,oBAAU;iDAAC;AAErB;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;IACZ,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,+BAAe,CAAC;IAC3B,IAAA,gCAAc,GAAE;8BACN,+BAAe;kDAAC;AAtD7B,4CAuDC"}
|
|
@@ -10,14 +10,10 @@ var __metadata = (this && this.__metadata) || function (k, v) {
|
|
|
10
10
|
};
|
|
11
11
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12
12
|
exports.CreatePaylinkTxDto = void 0;
|
|
13
|
-
const openapi = require("@nestjs/swagger");
|
|
14
13
|
const class_transformer_1 = require("class-transformer");
|
|
15
14
|
const class_validator_1 = require("class-validator");
|
|
16
15
|
const transaction_meta_1 = require("../../transaction-meta");
|
|
17
16
|
class CreatePaylinkTxDto {
|
|
18
|
-
static _OPENAPI_METADATA_FACTORY() {
|
|
19
|
-
return { meta: { required: true, type: () => require("../../transaction-meta/dtos/createTransactionMeta.dto").CreateTransactionMetaDto }, paylink: { required: true, type: () => String }, quantity: { required: true, type: () => Number } };
|
|
20
|
-
}
|
|
21
17
|
}
|
|
22
18
|
__decorate([
|
|
23
19
|
(0, class_validator_1.IsString)(),
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"createPaylinkTx.dto.js","sourceRoot":"","sources":["../../../../../../src/domain/model/paylink-tx/dtos/createPaylinkTx.dto.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"createPaylinkTx.dto.js","sourceRoot":"","sources":["../../../../../../src/domain/model/paylink-tx/dtos/createPaylinkTx.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,yDAAyC;AACzC,qDAKyB;AACzB,6DAAkE;AAElE,MAAa,kBAAkB;CAc9B;AAbC;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;IACZ,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,2CAAwB,CAAC;IACpC,IAAA,gCAAc,GAAE;8BACX,2CAAwB;gDAAC;AAE/B;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;mDACG;AAEhB;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;oDACI;AAbnB,gDAcC"}
|
|
@@ -10,12 +10,8 @@ var __metadata = (this && this.__metadata) || function (k, v) {
|
|
|
10
10
|
};
|
|
11
11
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12
12
|
exports.UpdatePaylinkTxDto = void 0;
|
|
13
|
-
const openapi = require("@nestjs/swagger");
|
|
14
13
|
const class_validator_1 = require("class-validator");
|
|
15
14
|
class UpdatePaylinkTxDto {
|
|
16
|
-
static _OPENAPI_METADATA_FACTORY() {
|
|
17
|
-
return { quantity: { required: false, type: () => Number } };
|
|
18
|
-
}
|
|
19
15
|
}
|
|
20
16
|
__decorate([
|
|
21
17
|
(0, class_validator_1.IsNumber)(),
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"updatePaylinkTx.dto.js","sourceRoot":"","sources":["../../../../../../src/domain/model/paylink-tx/dtos/updatePaylinkTx.dto.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"updatePaylinkTx.dto.js","sourceRoot":"","sources":["../../../../../../src/domain/model/paylink-tx/dtos/updatePaylinkTx.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAAuD;AAEvD,MAAa,kBAAkB;CAI9B;AAHC;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;oDACK;AAHpB,gDAIC"}
|
|
@@ -10,13 +10,9 @@ var __metadata = (this && this.__metadata) || function (k, v) {
|
|
|
10
10
|
};
|
|
11
11
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12
12
|
exports.ProductDto = void 0;
|
|
13
|
-
const openapi = require("@nestjs/swagger");
|
|
14
13
|
const class_validator_1 = require("class-validator");
|
|
15
14
|
const entities_1 = require("../entities");
|
|
16
15
|
class ProductDto {
|
|
17
|
-
static _OPENAPI_METADATA_FACTORY() {
|
|
18
|
-
return { name: { required: true, type: () => String }, description: { required: true, type: () => String }, type: { required: true, enum: require("../entities/ProductInputType").ProductInputType } };
|
|
19
|
-
}
|
|
20
16
|
}
|
|
21
17
|
__decorate([
|
|
22
18
|
(0, class_validator_1.IsString)(),
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"product.dto.js","sourceRoot":"","sources":["../../../../../../src/domain/model/product/dtos/product.dto.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"product.dto.js","sourceRoot":"","sources":["../../../../../../src/domain/model/product/dtos/product.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAA+D;AAC/D,0CAA+C;AAE/C,MAAa,UAAU;CAYtB;AAXC;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;wCACA;AAEb;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;+CACO;AAEpB;IAAC,IAAA,wBAAM,EAAC,2BAAgB,CAAC;IACxB,IAAA,4BAAU,GAAE;;wCACU;AAXzB,gCAYC"}
|
|
@@ -10,12 +10,8 @@ var __metadata = (this && this.__metadata) || function (k, v) {
|
|
|
10
10
|
};
|
|
11
11
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12
12
|
exports.ProductDetailsDto = void 0;
|
|
13
|
-
const openapi = require("@nestjs/swagger");
|
|
14
13
|
const class_validator_1 = require("class-validator");
|
|
15
14
|
class ProductDetailsDto {
|
|
16
|
-
static _OPENAPI_METADATA_FACTORY() {
|
|
17
|
-
return { name: { required: true, type: () => String }, value: { required: true, type: () => String } };
|
|
18
|
-
}
|
|
19
15
|
}
|
|
20
16
|
__decorate([
|
|
21
17
|
(0, class_validator_1.IsString)(),
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"productDetails.dto.js","sourceRoot":"","sources":["../../../../../../src/domain/model/product-details/dtos/productDetails.dto.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"productDetails.dto.js","sourceRoot":"","sources":["../../../../../../src/domain/model/product-details/dtos/productDetails.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAAuD;AAEvD,MAAa,iBAAiB;CAQ7B;AAPC;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;+CACA;AAEb;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;gDACC;AAPhB,8CAQC"}
|
|
@@ -10,13 +10,9 @@ var __metadata = (this && this.__metadata) || function (k, v) {
|
|
|
10
10
|
};
|
|
11
11
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12
12
|
exports.CreateRoleDto = void 0;
|
|
13
|
-
const openapi = require("@nestjs/swagger");
|
|
14
13
|
const class_validator_1 = require("class-validator");
|
|
15
14
|
const entities_1 = require("../entities");
|
|
16
15
|
class CreateRoleDto {
|
|
17
|
-
static _OPENAPI_METADATA_FACTORY() {
|
|
18
|
-
return { company: { required: true, type: () => String }, type: { required: true, enum: require("../entities/RoleType").RoleType }, user: { required: true, type: () => String } };
|
|
19
|
-
}
|
|
20
16
|
}
|
|
21
17
|
__decorate([
|
|
22
18
|
(0, class_validator_1.IsString)(),
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"createRole.dto.js","sourceRoot":"","sources":["../../../../../../src/domain/model/role/dtos/createRole.dto.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"createRole.dto.js","sourceRoot":"","sources":["../../../../../../src/domain/model/role/dtos/createRole.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAA+D;AAC/D,0CAAuC;AAEvC,MAAa,aAAa;CAYzB;AAXC;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;8CACG;AAEhB;IAAC,IAAA,wBAAM,EAAC,mBAAQ,CAAC;IAChB,IAAA,4BAAU,GAAE;;2CACE;AAEf;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;2CACA;AAXf,sCAYC"}
|
|
@@ -10,13 +10,9 @@ var __metadata = (this && this.__metadata) || function (k, v) {
|
|
|
10
10
|
};
|
|
11
11
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12
12
|
exports.UpdateRoleDto = void 0;
|
|
13
|
-
const openapi = require("@nestjs/swagger");
|
|
14
13
|
const class_validator_1 = require("class-validator");
|
|
15
14
|
const entities_1 = require("../entities");
|
|
16
15
|
class UpdateRoleDto {
|
|
17
|
-
static _OPENAPI_METADATA_FACTORY() {
|
|
18
|
-
return { type: { required: true, enum: require("../entities/RoleType").RoleType } };
|
|
19
|
-
}
|
|
20
16
|
}
|
|
21
17
|
__decorate([
|
|
22
18
|
(0, class_validator_1.IsEnum)(entities_1.RoleType),
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"updateRole.dto.js","sourceRoot":"","sources":["../../../../../../src/domain/model/role/dtos/updateRole.dto.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"updateRole.dto.js","sourceRoot":"","sources":["../../../../../../src/domain/model/role/dtos/updateRole.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAAqD;AACrD,0CAAuC;AAEvC,MAAa,aAAa;CAIzB;AAHC;IAAC,IAAA,wBAAM,EAAC,mBAAQ,CAAC;IAChB,IAAA,4BAAU,GAAE;;2CACE;AAHjB,sCAIC"}
|