mfance-shark-v1 1.0.13 → 1.0.15
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/dto/caisse/create/create-caisse-operation.dto.d.ts +6 -0
- package/dist/dto/caisse/create/create-caisse-operation.dto.js +31 -0
- package/dist/dto/caisse/create/create-caisse-operation.dto.js.map +1 -0
- package/dist/dto/caisse/create/create-caisse-type.dto.d.ts +6 -0
- package/dist/dto/caisse/create/create-caisse-type.dto.js +29 -0
- package/dist/dto/caisse/create/create-caisse-type.dto.js.map +1 -0
- package/dist/dto/caisse/create/create-caisse-worker.dto.d.ts +9 -0
- package/dist/dto/caisse/create/create-caisse-worker.dto.js +50 -0
- package/dist/dto/caisse/create/create-caisse-worker.dto.js.map +1 -0
- package/dist/dto/caisse/create/create-caisse.dto.d.ts +14 -0
- package/dist/dto/caisse/create/create-caisse.dto.js +84 -0
- package/dist/dto/caisse/create/create-caisse.dto.js.map +1 -0
- package/dist/dto/caisse/read/read-caisse-daily-worker.dto.d.ts +10 -0
- package/dist/dto/caisse/read/read-caisse-daily-worker.dto.js +46 -0
- package/dist/dto/caisse/read/read-caisse-daily-worker.dto.js.map +1 -0
- package/dist/dto/caisse/read/read-caisse-operation.dto.d.ts +5 -0
- package/dist/dto/caisse/read/read-caisse-operation.dto.js +26 -0
- package/dist/dto/caisse/read/read-caisse-operation.dto.js.map +1 -0
- package/dist/dto/caisse/read/read-caisse-type.dto.d.ts +5 -0
- package/dist/dto/caisse/read/read-caisse-type.dto.js +26 -0
- package/dist/dto/caisse/read/read-caisse-type.dto.js.map +1 -0
- package/dist/dto/caisse/read/read-caisse.dto.d.ts +17 -0
- package/dist/dto/caisse/read/read-caisse.dto.js +62 -0
- package/dist/dto/caisse/read/read-caisse.dto.js.map +1 -0
- package/dist/dto/caisse/update/update-caisse.dto.d.ts +12 -0
- package/dist/dto/caisse/update/update-caisse.dto.js +68 -0
- package/dist/dto/caisse/update/update-caisse.dto.js.map +1 -0
- package/dist/dto/country/create-country.dto.d.ts +4 -0
- package/dist/dto/country/create-country.dto.js +30 -0
- package/dist/dto/country/create-country.dto.js.map +1 -0
- package/dist/dto/country/update-country.dto.d.ts +4 -0
- package/dist/dto/country/update-country.dto.js +30 -0
- package/dist/dto/country/update-country.dto.js.map +1 -0
- package/dist/dto/create-currency-value.dto.d.ts +4 -0
- package/dist/dto/create-currency-value.dto.js +29 -0
- package/dist/dto/create-currency-value.dto.js.map +1 -0
- package/dist/dto/create-partner.dto.d.ts +11 -0
- package/dist/dto/create-partner.dto.js +66 -0
- package/dist/dto/create-partner.dto.js.map +1 -0
- package/dist/dto/devise/create-devise.dto.d.ts +5 -0
- package/dist/dto/devise/create-devise.dto.js +32 -0
- package/dist/dto/devise/create-devise.dto.js.map +1 -0
- package/dist/dto/devise/delete-devise.dto.d.ts +0 -0
- package/dist/dto/devise/delete-devise.dto.js +1 -0
- package/dist/dto/devise/delete-devise.dto.js.map +1 -0
- package/dist/dto/devise/read-devise.dto.d.ts +6 -0
- package/dist/dto/devise/read-devise.dto.js +30 -0
- package/dist/dto/devise/read-devise.dto.js.map +1 -0
- package/dist/dto/devise/update-devise.dto.d.ts +0 -0
- package/dist/dto/devise/update-devise.dto.js +1 -0
- package/dist/dto/devise/update-devise.dto.js.map +1 -0
- package/dist/dto/email.dto.d.ts +7 -0
- package/dist/dto/email.dto.js +30 -0
- package/dist/dto/email.dto.js.map +1 -0
- package/dist/dto/filter.dto.d.ts +5 -0
- package/dist/dto/filter.dto.js +29 -0
- package/dist/dto/filter.dto.js.map +1 -0
- package/dist/dto/login.dto.d.ts +4 -0
- package/dist/dto/login.dto.js +29 -0
- package/dist/dto/login.dto.js.map +1 -0
- package/dist/dto/pagination.dto.d.ts +4 -0
- package/dist/dto/pagination.dto.js +36 -0
- package/dist/dto/pagination.dto.js.map +1 -0
- package/dist/dto/permission/create-many-permissions.dto.d.ts +4 -0
- package/dist/dto/permission/create-many-permissions.dto.js +24 -0
- package/dist/dto/permission/create-many-permissions.dto.js.map +1 -0
- package/dist/dto/permission/create-permission.dto.d.ts +3 -0
- package/dist/dto/permission/create-permission.dto.js +24 -0
- package/dist/dto/permission/create-permission.dto.js.map +1 -0
- package/dist/dto/permission/update-permission.dto.d.ts +3 -0
- package/dist/dto/permission/update-permission.dto.js +24 -0
- package/dist/dto/permission/update-permission.dto.js.map +1 -0
- package/dist/dto/register-user.dto.d.ts +12 -0
- package/dist/dto/register-user.dto.js +72 -0
- package/dist/dto/register-user.dto.js.map +1 -0
- package/dist/dto/reusable.dto.d.ts +8 -0
- package/dist/dto/reusable.dto.js +47 -0
- package/dist/dto/reusable.dto.js.map +1 -0
- package/dist/dto/role/assign-permissions-to-role.dto.d.ts +3 -0
- package/dist/dto/role/assign-permissions-to-role.dto.js +25 -0
- package/dist/dto/role/assign-permissions-to-role.dto.js.map +1 -0
- package/dist/dto/role/create-many-roles.dto.d.ts +4 -0
- package/dist/dto/role/create-many-roles.dto.js +24 -0
- package/dist/dto/role/create-many-roles.dto.js.map +1 -0
- package/dist/dto/role/create-role.dto.d.ts +4 -0
- package/dist/dto/role/create-role.dto.js +24 -0
- package/dist/dto/role/create-role.dto.js.map +1 -0
- package/dist/dto/role/update-role.dto.d.ts +3 -0
- package/dist/dto/role/update-role.dto.js +24 -0
- package/dist/dto/role/update-role.dto.js.map +1 -0
- package/dist/dto/sale/create-sale-point.dto.d.ts +9 -0
- package/dist/dto/sale/create-sale-point.dto.js +54 -0
- package/dist/dto/sale/create-sale-point.dto.js.map +1 -0
- package/dist/dto/sale/update-sale-point.dto.d.ts +8 -0
- package/dist/dto/sale/update-sale-point.dto.js +54 -0
- package/dist/dto/sale/update-sale-point.dto.js.map +1 -0
- package/dist/dto/solde/create/create-caisse-solde.dto.d.ts +9 -0
- package/dist/dto/solde/create/create-caisse-solde.dto.js +46 -0
- package/dist/dto/solde/create/create-caisse-solde.dto.js.map +1 -0
- package/dist/dto/solde/create/create-customer-solde.dto.d.ts +9 -0
- package/dist/dto/solde/create/create-customer-solde.dto.js +50 -0
- package/dist/dto/solde/create/create-customer-solde.dto.js.map +1 -0
- package/dist/dto/solde/read/read-caisse-solde.dto.d.ts +9 -0
- package/dist/dto/solde/read/read-caisse-solde.dto.js +42 -0
- package/dist/dto/solde/read/read-caisse-solde.dto.js.map +1 -0
- package/dist/dto/solde/read/read-customer-solde.dto.d.ts +9 -0
- package/dist/dto/solde/read/read-customer-solde.dto.js +42 -0
- package/dist/dto/solde/read/read-customer-solde.dto.js.map +1 -0
- package/dist/dto/stock/create-stock-partner.dto.d.ts +7 -0
- package/dist/dto/stock/create-stock-partner.dto.js +48 -0
- package/dist/dto/stock/create-stock-partner.dto.js.map +1 -0
- package/dist/dto/stock/create-stock.dto.d.ts +7 -0
- package/dist/dto/stock/create-stock.dto.js +69 -0
- package/dist/dto/stock/create-stock.dto.js.map +1 -0
- package/dist/dto/stock/update-stock-partner.dto.d.ts +4 -0
- package/dist/dto/stock/update-stock-partner.dto.js +29 -0
- package/dist/dto/stock/update-stock-partner.dto.js.map +1 -0
- package/dist/dto/stock/update-stock.dto.d.ts +9 -0
- package/dist/dto/stock/update-stock.dto.js +90 -0
- package/dist/dto/stock/update-stock.dto.js.map +1 -0
- package/dist/dto/transactions/partner-transaction-currency-purchase.create.d.ts +11 -0
- package/dist/dto/transactions/partner-transaction-currency-purchase.create.js +71 -0
- package/dist/dto/transactions/partner-transaction-currency-purchase.create.js.map +1 -0
- package/dist/dto/transactions/partner-transaction-currency-sell.create.d.ts +10 -0
- package/dist/dto/transactions/partner-transaction-currency-sell.create.js +65 -0
- package/dist/dto/transactions/partner-transaction-currency-sell.create.js.map +1 -0
- package/dist/dto/transactions/partner-transaction-stone-purchase.create.d.ts +17 -0
- package/dist/dto/transactions/partner-transaction-stone-purchase.create.js +98 -0
- package/dist/dto/transactions/partner-transaction-stone-purchase.create.js.map +1 -0
- package/dist/dto/transactions/transaction-caisse-transfer.create.d.ts +9 -0
- package/dist/dto/transactions/transaction-caisse-transfer.create.js +54 -0
- package/dist/dto/transactions/transaction-caisse-transfer.create.js.map +1 -0
- package/dist/dto/transactions/transaction-cash-in-out.create.d.ts +8 -0
- package/dist/dto/transactions/transaction-cash-in-out.create.js +50 -0
- package/dist/dto/transactions/transaction-cash-in-out.create.js.map +1 -0
- package/dist/dto/transactions/transaction-currency-purchase.create.d.ts +10 -0
- package/dist/dto/transactions/transaction-currency-purchase.create.js +65 -0
- package/dist/dto/transactions/transaction-currency-purchase.create.js.map +1 -0
- package/dist/dto/transactions/transaction-currency-sell.create.d.ts +10 -0
- package/dist/dto/transactions/transaction-currency-sell.create.js +65 -0
- package/dist/dto/transactions/transaction-currency-sell.create.js.map +1 -0
- package/dist/dto/transactions/transaction-partner-transfer.create.d.ts +10 -0
- package/dist/dto/transactions/transaction-partner-transfer.create.js +63 -0
- package/dist/dto/transactions/transaction-partner-transfer.create.js.map +1 -0
- package/dist/dto/transactions/transaction.create.dto.d.ts +13 -0
- package/dist/dto/transactions/transaction.create.dto.js +62 -0
- package/dist/dto/transactions/transaction.create.dto.js.map +1 -0
- package/dist/dto/transactions/transaction.read.dto.d.ts +14 -0
- package/dist/dto/transactions/transaction.read.dto.js +62 -0
- package/dist/dto/transactions/transaction.read.dto.js.map +1 -0
- package/dist/dto/transactions/transfer-client.create.dto.d.ts +7 -0
- package/dist/dto/transactions/transfer-client.create.dto.js +45 -0
- package/dist/dto/transactions/transfer-client.create.dto.js.map +1 -0
- package/dist/dto/transactions/transfer-domestique.dto.d.ts +6 -0
- package/dist/dto/transactions/transfer-domestique.dto.js +38 -0
- package/dist/dto/transactions/transfer-domestique.dto.js.map +1 -0
- package/dist/dto/upload-files.dto.d.ts +0 -0
- package/dist/dto/upload-files.dto.js +1 -0
- package/dist/dto/upload-files.dto.js.map +1 -0
- package/dist/dto/user/change-user-password.dto.d.ts +4 -0
- package/dist/dto/user/change-user-password.dto.js +28 -0
- package/dist/dto/user/change-user-password.dto.js.map +1 -0
- package/dist/dto/user/change-user-status.dto.d.ts +3 -0
- package/dist/dto/user/change-user-status.dto.js +24 -0
- package/dist/dto/user/change-user-status.dto.js.map +1 -0
- package/dist/dto/user/update-user.dto copy.d.ts +10 -0
- package/dist/dto/user/update-user.dto copy.js +65 -0
- package/dist/dto/user/update-user.dto copy.js.map +1 -0
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +3 -2
|
@@ -0,0 +1,48 @@
|
|
|
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
|
+
};
|
|
11
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12
|
+
exports.CreateStockPartnerDto = void 0;
|
|
13
|
+
const swagger_1 = require("@nestjs/swagger");
|
|
14
|
+
const class_validator_1 = require("class-validator");
|
|
15
|
+
class CreateStockPartnerDto {
|
|
16
|
+
}
|
|
17
|
+
exports.CreateStockPartnerDto = CreateStockPartnerDto;
|
|
18
|
+
__decorate([
|
|
19
|
+
(0, swagger_1.ApiProperty)(),
|
|
20
|
+
(0, class_validator_1.IsString)(),
|
|
21
|
+
(0, class_validator_1.IsOptional)(),
|
|
22
|
+
__metadata("design:type", Number)
|
|
23
|
+
], CreateStockPartnerDto.prototype, "quantity", void 0);
|
|
24
|
+
__decorate([
|
|
25
|
+
(0, swagger_1.ApiProperty)(),
|
|
26
|
+
(0, class_validator_1.IsString)(),
|
|
27
|
+
(0, class_validator_1.IsOptional)(),
|
|
28
|
+
__metadata("design:type", Number)
|
|
29
|
+
], CreateStockPartnerDto.prototype, "oldQuantity", void 0);
|
|
30
|
+
__decorate([
|
|
31
|
+
(0, swagger_1.ApiProperty)(),
|
|
32
|
+
(0, class_validator_1.IsString)(),
|
|
33
|
+
(0, class_validator_1.IsOptional)(),
|
|
34
|
+
__metadata("design:type", Number)
|
|
35
|
+
], CreateStockPartnerDto.prototype, "newQuantity", void 0);
|
|
36
|
+
__decorate([
|
|
37
|
+
(0, swagger_1.ApiProperty)({ example: 'ef27d7ca-0bcb-4ae5-92c4-85a2c5d2ac50' }),
|
|
38
|
+
(0, class_validator_1.IsString)(),
|
|
39
|
+
(0, class_validator_1.IsNotEmpty)(),
|
|
40
|
+
__metadata("design:type", String)
|
|
41
|
+
], CreateStockPartnerDto.prototype, "partner_id", void 0);
|
|
42
|
+
__decorate([
|
|
43
|
+
(0, swagger_1.ApiProperty)({ example: 'ef27d7ca-0bcb-4ae5-92c4-85a2c5d2ac50' }),
|
|
44
|
+
(0, class_validator_1.IsString)(),
|
|
45
|
+
(0, class_validator_1.IsNotEmpty)(),
|
|
46
|
+
__metadata("design:type", String)
|
|
47
|
+
], CreateStockPartnerDto.prototype, "currency_id", void 0);
|
|
48
|
+
//# sourceMappingURL=create-stock-partner.dto.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-stock-partner.dto.js","sourceRoot":"","sources":["../../../src/dto/stock/create-stock-partner.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,6CAA8C;AAC9C,qDAAmE;AAEnE,MAAa,qBAAqB;CAyBjC;AAzBD,sDAyBC;AArBC;IAHC,IAAA,qBAAW,GAAE;IACb,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;uDACI;AAKjB;IAHC,IAAA,qBAAW,GAAE;IACb,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;0DACO;AAKpB;IAHC,IAAA,qBAAW,GAAE;IACb,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;0DACO;AAKpB;IAHC,IAAA,qBAAW,EAAC,EAAE,OAAO,EAAE,sCAAsC,EAAE,CAAC;IAChE,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;yDACM;AAKnB;IAHC,IAAA,qBAAW,EAAC,EAAE,OAAO,EAAE,sCAAsC,EAAE,CAAC;IAChE,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;0DACO"}
|
|
@@ -0,0 +1,69 @@
|
|
|
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
|
+
};
|
|
11
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12
|
+
exports.CreateStockDTO = void 0;
|
|
13
|
+
const swagger_1 = require("@nestjs/swagger");
|
|
14
|
+
const class_validator_1 = require("class-validator");
|
|
15
|
+
class CreateStockDTO {
|
|
16
|
+
}
|
|
17
|
+
exports.CreateStockDTO = CreateStockDTO;
|
|
18
|
+
__decorate([
|
|
19
|
+
(0, swagger_1.ApiProperty)({
|
|
20
|
+
description: 'Quantité du stock',
|
|
21
|
+
example: 100,
|
|
22
|
+
required: false,
|
|
23
|
+
}),
|
|
24
|
+
(0, class_validator_1.IsOptional)(),
|
|
25
|
+
(0, class_validator_1.IsInt)(),
|
|
26
|
+
__metadata("design:type", Number)
|
|
27
|
+
], CreateStockDTO.prototype, "amount", void 0);
|
|
28
|
+
__decorate([
|
|
29
|
+
(0, swagger_1.ApiProperty)({
|
|
30
|
+
description: 'Type de relation : "partner" ou "salePoint"',
|
|
31
|
+
example: 'partner',
|
|
32
|
+
enum: ['partner', 'salePoint'],
|
|
33
|
+
required: true,
|
|
34
|
+
}),
|
|
35
|
+
(0, class_validator_1.IsNotEmpty)(),
|
|
36
|
+
(0, class_validator_1.IsEnum)(['partner', 'salePoint']),
|
|
37
|
+
__metadata("design:type", String)
|
|
38
|
+
], CreateStockDTO.prototype, "relationType", void 0);
|
|
39
|
+
__decorate([
|
|
40
|
+
(0, swagger_1.ApiProperty)({
|
|
41
|
+
description: 'ID du partenaire ou du point de vente associé à la relation',
|
|
42
|
+
example: 'f4a2b7c9-982a-4db2-9b23-5f5db0e1f0a3',
|
|
43
|
+
required: true,
|
|
44
|
+
}),
|
|
45
|
+
(0, class_validator_1.IsNotEmpty)(),
|
|
46
|
+
(0, class_validator_1.IsUUID)(),
|
|
47
|
+
__metadata("design:type", String)
|
|
48
|
+
], CreateStockDTO.prototype, "relationTypeId", void 0);
|
|
49
|
+
__decorate([
|
|
50
|
+
(0, swagger_1.ApiProperty)({
|
|
51
|
+
description: 'ID de la devise associée au stock',
|
|
52
|
+
example: 'e65cd054-451f-4327-b65e-6b6df3543471',
|
|
53
|
+
required: false,
|
|
54
|
+
}),
|
|
55
|
+
(0, class_validator_1.IsOptional)(),
|
|
56
|
+
(0, class_validator_1.IsUUID)(),
|
|
57
|
+
__metadata("design:type", String)
|
|
58
|
+
], CreateStockDTO.prototype, "currencyId", void 0);
|
|
59
|
+
__decorate([
|
|
60
|
+
(0, swagger_1.ApiProperty)({
|
|
61
|
+
description: 'Date de désactivation (si le stock est désactivé)',
|
|
62
|
+
example: '2024-04-27T12:00:00.000Z',
|
|
63
|
+
required: false,
|
|
64
|
+
}),
|
|
65
|
+
(0, class_validator_1.IsOptional)(),
|
|
66
|
+
(0, class_validator_1.IsDateString)(),
|
|
67
|
+
__metadata("design:type", String)
|
|
68
|
+
], CreateStockDTO.prototype, "disabledAt", void 0);
|
|
69
|
+
//# sourceMappingURL=create-stock.dto.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-stock.dto.js","sourceRoot":"","sources":["../../../src/dto/stock/create-stock.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,6CAA8C;AAC9C,qDAOyB;AAEzB,MAAa,cAAc;CA8C1B;AA9CD,wCA8CC;AAtCC;IAPC,IAAA,qBAAW,EAAC;QACX,WAAW,EAAE,mBAAmB;QAChC,OAAO,EAAE,GAAG;QACZ,QAAQ,EAAE,KAAK;KAChB,CAAC;IACD,IAAA,4BAAU,GAAE;IACZ,IAAA,uBAAK,GAAE;;8CACQ;AAUhB;IARC,IAAA,qBAAW,EAAC;QACX,WAAW,EAAE,6CAA6C;QAC1D,OAAO,EAAE,SAAS;QAClB,IAAI,EAAE,CAAC,SAAS,EAAE,WAAW,CAAC;QAC9B,QAAQ,EAAE,IAAI;KACf,CAAC;IACD,IAAA,4BAAU,GAAE;IACZ,IAAA,wBAAM,EAAC,CAAC,SAAS,EAAE,WAAW,CAAC,CAAC;;oDACK;AAStC;IAPC,IAAA,qBAAW,EAAC;QACX,WAAW,EAAE,6DAA6D;QAC1E,OAAO,EAAE,sCAAsC;QAC/C,QAAQ,EAAE,IAAI;KACf,CAAC;IACD,IAAA,4BAAU,GAAE;IACZ,IAAA,wBAAM,GAAE;;sDACc;AASvB;IAPC,IAAA,qBAAW,EAAC;QACX,WAAW,EAAE,mCAAmC;QAChD,OAAO,EAAE,sCAAsC;QAC/C,QAAQ,EAAE,KAAK;KAChB,CAAC;IACD,IAAA,4BAAU,GAAE;IACZ,IAAA,wBAAM,GAAE;;kDACW;AASpB;IAPC,IAAA,qBAAW,EAAC;QACX,WAAW,EAAE,mDAAmD;QAChE,OAAO,EAAE,0BAA0B;QACnC,QAAQ,EAAE,KAAK;KAChB,CAAC;IACD,IAAA,4BAAU,GAAE;IACZ,IAAA,8BAAY,GAAE;;kDACK"}
|
|
@@ -0,0 +1,29 @@
|
|
|
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
|
+
};
|
|
11
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12
|
+
exports.UpdateStockPartnerDto = void 0;
|
|
13
|
+
const swagger_1 = require("@nestjs/swagger");
|
|
14
|
+
const class_validator_1 = require("class-validator");
|
|
15
|
+
class UpdateStockPartnerDto {
|
|
16
|
+
}
|
|
17
|
+
exports.UpdateStockPartnerDto = UpdateStockPartnerDto;
|
|
18
|
+
__decorate([
|
|
19
|
+
(0, swagger_1.ApiProperty)(),
|
|
20
|
+
(0, class_validator_1.IsNotEmpty)(),
|
|
21
|
+
__metadata("design:type", Number)
|
|
22
|
+
], UpdateStockPartnerDto.prototype, "quantity", void 0);
|
|
23
|
+
__decorate([
|
|
24
|
+
(0, swagger_1.ApiProperty)(),
|
|
25
|
+
(0, class_validator_1.IsString)(),
|
|
26
|
+
(0, class_validator_1.IsOptional)(),
|
|
27
|
+
__metadata("design:type", String)
|
|
28
|
+
], UpdateStockPartnerDto.prototype, "stock_partner_id", void 0);
|
|
29
|
+
//# sourceMappingURL=update-stock-partner.dto.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"update-stock-partner.dto.js","sourceRoot":"","sources":["../../../src/dto/stock/update-stock-partner.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,6CAA8C;AAC9C,qDAAmE;AAEnE,MAAa,qBAAqB;CASjC;AATD,sDASC;AANC;IAFC,IAAA,qBAAW,GAAE;IACb,IAAA,4BAAU,GAAE;;uDACI;AAKjB;IAHC,IAAA,qBAAW,GAAE;IACb,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;+DACY"}
|
|
@@ -0,0 +1,90 @@
|
|
|
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
|
+
};
|
|
11
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12
|
+
exports.UpdateStockDTO = void 0;
|
|
13
|
+
const swagger_1 = require("@nestjs/swagger");
|
|
14
|
+
const class_validator_1 = require("class-validator");
|
|
15
|
+
class UpdateStockDTO {
|
|
16
|
+
}
|
|
17
|
+
exports.UpdateStockDTO = UpdateStockDTO;
|
|
18
|
+
__decorate([
|
|
19
|
+
(0, swagger_1.ApiProperty)({
|
|
20
|
+
description: 'Quantité du stock',
|
|
21
|
+
example: 100,
|
|
22
|
+
required: false,
|
|
23
|
+
}),
|
|
24
|
+
(0, class_validator_1.IsOptional)(),
|
|
25
|
+
(0, class_validator_1.IsNumber)(),
|
|
26
|
+
__metadata("design:type", Number)
|
|
27
|
+
], UpdateStockDTO.prototype, "amount", void 0);
|
|
28
|
+
__decorate([
|
|
29
|
+
(0, swagger_1.ApiProperty)({
|
|
30
|
+
description: 'ID de la devise (currency) associée au stock',
|
|
31
|
+
example: 'e65cd054-451f-4327-b65e-6b6df3543471',
|
|
32
|
+
required: false,
|
|
33
|
+
}),
|
|
34
|
+
(0, class_validator_1.IsOptional)(),
|
|
35
|
+
(0, class_validator_1.IsUUID)(),
|
|
36
|
+
__metadata("design:type", String)
|
|
37
|
+
], UpdateStockDTO.prototype, "currencyId", void 0);
|
|
38
|
+
__decorate([
|
|
39
|
+
(0, swagger_1.ApiProperty)({
|
|
40
|
+
description: 'Date de désactivation (si le stock est désactivé)',
|
|
41
|
+
example: '2024-04-27T12:00:00.000Z',
|
|
42
|
+
required: false,
|
|
43
|
+
}),
|
|
44
|
+
(0, class_validator_1.IsOptional)(),
|
|
45
|
+
(0, class_validator_1.IsDateString)(),
|
|
46
|
+
__metadata("design:type", String)
|
|
47
|
+
], UpdateStockDTO.prototype, "disabledAt", void 0);
|
|
48
|
+
__decorate([
|
|
49
|
+
(0, swagger_1.ApiProperty)({
|
|
50
|
+
description: 'Type de relation du stock : soit "partner" (partenaire) soit "salePoint" (point de vente)',
|
|
51
|
+
example: 'partner',
|
|
52
|
+
enum: ['partner', 'salePoint'],
|
|
53
|
+
required: true,
|
|
54
|
+
}),
|
|
55
|
+
(0, class_validator_1.IsNotEmpty)(),
|
|
56
|
+
(0, class_validator_1.IsEnum)(['partner', 'salePoint']),
|
|
57
|
+
__metadata("design:type", String)
|
|
58
|
+
], UpdateStockDTO.prototype, "relationType", void 0);
|
|
59
|
+
__decorate([
|
|
60
|
+
(0, swagger_1.ApiProperty)({
|
|
61
|
+
description: 'ID du partenaire ou du point de vente associé à la relation',
|
|
62
|
+
example: 'f4a2b7c9-982a-4db2-9b23-5f5db0e1f0a3',
|
|
63
|
+
required: true,
|
|
64
|
+
}),
|
|
65
|
+
(0, class_validator_1.IsNotEmpty)(),
|
|
66
|
+
(0, class_validator_1.IsUUID)(),
|
|
67
|
+
(0, class_validator_1.ValidateIf)((o) => o.relationType === 'partner' || o.relationType === 'salePoint'),
|
|
68
|
+
__metadata("design:type", String)
|
|
69
|
+
], UpdateStockDTO.prototype, "relationTypeId", void 0);
|
|
70
|
+
__decorate([
|
|
71
|
+
(0, class_validator_1.ValidateIf)((o) => o.relationType === 'partner'),
|
|
72
|
+
(0, class_validator_1.IsUUID)(),
|
|
73
|
+
(0, swagger_1.ApiProperty)({
|
|
74
|
+
description: 'ID du partenaire, requis si relationType est "partner"',
|
|
75
|
+
example: 'f4a2b7c9-982a-4db2-9b23-5f5db0e1f0a3',
|
|
76
|
+
required: false,
|
|
77
|
+
}),
|
|
78
|
+
__metadata("design:type", String)
|
|
79
|
+
], UpdateStockDTO.prototype, "partnerId", void 0);
|
|
80
|
+
__decorate([
|
|
81
|
+
(0, class_validator_1.ValidateIf)((o) => o.relationType === 'salePoint'),
|
|
82
|
+
(0, class_validator_1.IsUUID)(),
|
|
83
|
+
(0, swagger_1.ApiProperty)({
|
|
84
|
+
description: 'ID du point de vente, requis si relationType est "salePoint"',
|
|
85
|
+
example: '3e8f8e8b-ccda-4bfa-bd6a-56d118fe35ff',
|
|
86
|
+
required: false,
|
|
87
|
+
}),
|
|
88
|
+
__metadata("design:type", String)
|
|
89
|
+
], UpdateStockDTO.prototype, "salePointId", void 0);
|
|
90
|
+
//# sourceMappingURL=update-stock.dto.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"update-stock.dto.js","sourceRoot":"","sources":["../../../src/dto/stock/update-stock.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,6CAA8C;AAC9C,qDAQyB;AAEzB,MAAa,cAAc;CAqE1B;AArED,wCAqEC;AA7DC;IAPC,IAAA,qBAAW,EAAC;QACX,WAAW,EAAE,mBAAmB;QAChC,OAAO,EAAE,GAAG;QACZ,QAAQ,EAAE,KAAK;KAChB,CAAC;IACD,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;;8CACK;AAShB;IAPC,IAAA,qBAAW,EAAC;QACX,WAAW,EAAE,8CAA8C;QAC3D,OAAO,EAAE,sCAAsC;QAC/C,QAAQ,EAAE,KAAK;KAChB,CAAC;IACD,IAAA,4BAAU,GAAE;IACZ,IAAA,wBAAM,GAAE;;kDACW;AASpB;IAPC,IAAA,qBAAW,EAAC;QACX,WAAW,EAAE,mDAAmD;QAChE,OAAO,EAAE,0BAA0B;QACnC,QAAQ,EAAE,KAAK;KAChB,CAAC;IACD,IAAA,4BAAU,GAAE;IACZ,IAAA,8BAAY,GAAE;;kDACK;AAWpB;IATC,IAAA,qBAAW,EAAC;QACX,WAAW,EACT,2FAA2F;QAC7F,OAAO,EAAE,SAAS;QAClB,IAAI,EAAE,CAAC,SAAS,EAAE,WAAW,CAAC;QAC9B,QAAQ,EAAE,IAAI;KACf,CAAC;IACD,IAAA,4BAAU,GAAE;IACZ,IAAA,wBAAM,EAAC,CAAC,SAAS,EAAE,WAAW,CAAC,CAAC;;oDACK;AAYtC;IAVC,IAAA,qBAAW,EAAC;QACX,WAAW,EAAE,6DAA6D;QAC1E,OAAO,EAAE,sCAAsC;QAC/C,QAAQ,EAAE,IAAI;KACf,CAAC;IACD,IAAA,4BAAU,GAAE;IACZ,IAAA,wBAAM,GAAE;IACR,IAAA,4BAAU,EACT,CAAC,CAAC,EAAE,EAAE,CAAC,CAAC,CAAC,YAAY,KAAK,SAAS,IAAI,CAAC,CAAC,YAAY,KAAK,WAAW,CACtE;;sDACsB;AAUvB;IAPC,IAAA,4BAAU,EAAC,CAAC,CAAC,EAAE,EAAE,CAAC,CAAC,CAAC,YAAY,KAAK,SAAS,CAAC;IAC/C,IAAA,wBAAM,GAAE;IACR,IAAA,qBAAW,EAAC;QACX,WAAW,EAAE,wDAAwD;QACrE,OAAO,EAAE,sCAAsC;QAC/C,QAAQ,EAAE,KAAK;KAChB,CAAC;;iDACiB;AASnB;IAPC,IAAA,4BAAU,EAAC,CAAC,CAAC,EAAE,EAAE,CAAC,CAAC,CAAC,YAAY,KAAK,WAAW,CAAC;IACjD,IAAA,wBAAM,GAAE;IACR,IAAA,qBAAW,EAAC;QACX,WAAW,EAAE,8DAA8D;QAC3E,OAAO,EAAE,sCAAsC;QAC/C,QAAQ,EAAE,KAAK;KAChB,CAAC;;mDACmB"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { ReusableDto } from '../reusable.dto';
|
|
2
|
+
export declare class PartnerTransactionCurrencyPurchaseCreateDto extends ReusableDto {
|
|
3
|
+
quantity: number;
|
|
4
|
+
rate: number;
|
|
5
|
+
description: string;
|
|
6
|
+
caisseId?: string;
|
|
7
|
+
currencyId?: string;
|
|
8
|
+
partnerId?: string;
|
|
9
|
+
userId: string;
|
|
10
|
+
paymentMethodId: string;
|
|
11
|
+
}
|
|
@@ -0,0 +1,71 @@
|
|
|
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
|
+
};
|
|
11
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12
|
+
exports.PartnerTransactionCurrencyPurchaseCreateDto = void 0;
|
|
13
|
+
const classes_1 = require("@automapper/classes");
|
|
14
|
+
const reusable_dto_1 = require("../reusable.dto");
|
|
15
|
+
const class_validator_1 = require("class-validator");
|
|
16
|
+
const swagger_1 = require("@nestjs/swagger");
|
|
17
|
+
class PartnerTransactionCurrencyPurchaseCreateDto extends reusable_dto_1.ReusableDto {
|
|
18
|
+
}
|
|
19
|
+
exports.PartnerTransactionCurrencyPurchaseCreateDto = PartnerTransactionCurrencyPurchaseCreateDto;
|
|
20
|
+
__decorate([
|
|
21
|
+
(0, swagger_1.ApiProperty)({ example: 2000 }),
|
|
22
|
+
(0, class_validator_1.IsNotEmpty)(),
|
|
23
|
+
(0, class_validator_1.IsNumber)(),
|
|
24
|
+
(0, classes_1.AutoMap)(),
|
|
25
|
+
__metadata("design:type", Number)
|
|
26
|
+
], PartnerTransactionCurrencyPurchaseCreateDto.prototype, "quantity", void 0);
|
|
27
|
+
__decorate([
|
|
28
|
+
(0, swagger_1.ApiProperty)({ example: 2000 }),
|
|
29
|
+
(0, class_validator_1.IsNotEmpty)(),
|
|
30
|
+
(0, class_validator_1.IsNumber)(),
|
|
31
|
+
(0, classes_1.AutoMap)(),
|
|
32
|
+
__metadata("design:type", Number)
|
|
33
|
+
], PartnerTransactionCurrencyPurchaseCreateDto.prototype, "rate", void 0);
|
|
34
|
+
__decorate([
|
|
35
|
+
(0, swagger_1.ApiProperty)({ example: '' }),
|
|
36
|
+
(0, class_validator_1.IsNotEmpty)(),
|
|
37
|
+
(0, class_validator_1.IsString)(),
|
|
38
|
+
(0, classes_1.AutoMap)(),
|
|
39
|
+
__metadata("design:type", String)
|
|
40
|
+
], PartnerTransactionCurrencyPurchaseCreateDto.prototype, "description", void 0);
|
|
41
|
+
__decorate([
|
|
42
|
+
(0, swagger_1.ApiProperty)({ example: 'cf1f5f64-828a-4357-bbb4-5ee7132b4e00' }),
|
|
43
|
+
(0, class_validator_1.IsNotEmpty)(),
|
|
44
|
+
(0, classes_1.AutoMap)(),
|
|
45
|
+
__metadata("design:type", String)
|
|
46
|
+
], PartnerTransactionCurrencyPurchaseCreateDto.prototype, "caisseId", void 0);
|
|
47
|
+
__decorate([
|
|
48
|
+
(0, swagger_1.ApiProperty)({ example: 'cf1f5f64-828a-4357-bbb4-5ee7132b4a00' }),
|
|
49
|
+
(0, class_validator_1.IsNotEmpty)(),
|
|
50
|
+
(0, classes_1.AutoMap)(),
|
|
51
|
+
__metadata("design:type", String)
|
|
52
|
+
], PartnerTransactionCurrencyPurchaseCreateDto.prototype, "currencyId", void 0);
|
|
53
|
+
__decorate([
|
|
54
|
+
(0, swagger_1.ApiProperty)({ example: 'cf1f5f64-828a-4357-bbb4-5ee7132b4a00' }),
|
|
55
|
+
(0, class_validator_1.IsNotEmpty)(),
|
|
56
|
+
(0, classes_1.AutoMap)(),
|
|
57
|
+
__metadata("design:type", String)
|
|
58
|
+
], PartnerTransactionCurrencyPurchaseCreateDto.prototype, "partnerId", void 0);
|
|
59
|
+
__decorate([
|
|
60
|
+
(0, swagger_1.ApiProperty)({ example: 'ff0bb769-e575-4606-a2bb-c0b4db2c010f' }),
|
|
61
|
+
(0, class_validator_1.IsNotEmpty)(),
|
|
62
|
+
(0, classes_1.AutoMap)(),
|
|
63
|
+
__metadata("design:type", String)
|
|
64
|
+
], PartnerTransactionCurrencyPurchaseCreateDto.prototype, "userId", void 0);
|
|
65
|
+
__decorate([
|
|
66
|
+
(0, swagger_1.ApiProperty)({ example: 'ff0bb769-e575-4606-a2bb-c0b4db2c010f' }),
|
|
67
|
+
(0, class_validator_1.IsNotEmpty)(),
|
|
68
|
+
(0, classes_1.AutoMap)(),
|
|
69
|
+
__metadata("design:type", String)
|
|
70
|
+
], PartnerTransactionCurrencyPurchaseCreateDto.prototype, "paymentMethodId", void 0);
|
|
71
|
+
//# sourceMappingURL=partner-transaction-currency-purchase.create.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"partner-transaction-currency-purchase.create.js","sourceRoot":"","sources":["../../../src/dto/transactions/partner-transaction-currency-purchase.create.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,iDAA8C;AAC9C,kDAA8C;AAC9C,qDAA4E;AAC5E,6CAA8C;AAE9C,MAAa,2CAA4C,SAAQ,0BAAW;CA2C3E;AA3CD,kGA2CC;AAtCC;IAJC,IAAA,qBAAW,EAAC,EAAE,OAAO,EAAE,IAAI,EAAE,CAAC;IAC9B,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;IACV,IAAA,iBAAO,GAAE;;6EACO;AAMjB;IAJC,IAAA,qBAAW,EAAC,EAAE,OAAO,EAAE,IAAI,EAAE,CAAC;IAC9B,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;IACV,IAAA,iBAAO,GAAE;;yEACG;AAMb;IAJC,IAAA,qBAAW,EAAC,EAAE,OAAO,EAAE,EAAE,EAAE,CAAC;IAC5B,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;IACV,IAAA,iBAAO,GAAE;;gFACU;AAKpB;IAHC,IAAA,qBAAW,EAAC,EAAE,OAAO,EAAE,sCAAsC,EAAE,CAAC;IAChE,IAAA,4BAAU,GAAE;IACZ,IAAA,iBAAO,GAAE;;6EACQ;AAKlB;IAHC,IAAA,qBAAW,EAAC,EAAE,OAAO,EAAE,sCAAsC,EAAE,CAAC;IAChE,IAAA,4BAAU,GAAE;IACZ,IAAA,iBAAO,GAAE;;+EACU;AAKpB;IAHC,IAAA,qBAAW,EAAC,EAAE,OAAO,EAAE,sCAAsC,EAAE,CAAC;IAChE,IAAA,4BAAU,GAAE;IACZ,IAAA,iBAAO,GAAE;;8EACS;AAKnB;IAHC,IAAA,qBAAW,EAAC,EAAE,OAAO,EAAE,sCAAsC,EAAE,CAAC;IAChE,IAAA,4BAAU,GAAE;IACZ,IAAA,iBAAO,GAAE;;2EACK;AAKf;IAHC,IAAA,qBAAW,EAAC,EAAE,OAAO,EAAE,sCAAsC,EAAE,CAAC;IAChE,IAAA,4BAAU,GAAE;IACZ,IAAA,iBAAO,GAAE;;oFACc"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { ReusableDto } from '../reusable.dto';
|
|
2
|
+
export declare class PartnerTransactionCurrencySellCreateDto extends ReusableDto {
|
|
3
|
+
quantity: number;
|
|
4
|
+
rate: number;
|
|
5
|
+
description: string;
|
|
6
|
+
caisseId?: string;
|
|
7
|
+
currencyId?: string;
|
|
8
|
+
partnerId?: string;
|
|
9
|
+
userId: string;
|
|
10
|
+
}
|
|
@@ -0,0 +1,65 @@
|
|
|
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
|
+
};
|
|
11
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12
|
+
exports.PartnerTransactionCurrencySellCreateDto = void 0;
|
|
13
|
+
const classes_1 = require("@automapper/classes");
|
|
14
|
+
const reusable_dto_1 = require("../reusable.dto");
|
|
15
|
+
const class_validator_1 = require("class-validator");
|
|
16
|
+
const swagger_1 = require("@nestjs/swagger");
|
|
17
|
+
class PartnerTransactionCurrencySellCreateDto extends reusable_dto_1.ReusableDto {
|
|
18
|
+
}
|
|
19
|
+
exports.PartnerTransactionCurrencySellCreateDto = PartnerTransactionCurrencySellCreateDto;
|
|
20
|
+
__decorate([
|
|
21
|
+
(0, swagger_1.ApiProperty)({ example: 2000 }),
|
|
22
|
+
(0, class_validator_1.IsNotEmpty)(),
|
|
23
|
+
(0, class_validator_1.IsNumber)(),
|
|
24
|
+
(0, classes_1.AutoMap)(),
|
|
25
|
+
__metadata("design:type", Number)
|
|
26
|
+
], PartnerTransactionCurrencySellCreateDto.prototype, "quantity", void 0);
|
|
27
|
+
__decorate([
|
|
28
|
+
(0, swagger_1.ApiProperty)({ example: 2000 }),
|
|
29
|
+
(0, class_validator_1.IsNotEmpty)(),
|
|
30
|
+
(0, class_validator_1.IsNumber)(),
|
|
31
|
+
(0, classes_1.AutoMap)(),
|
|
32
|
+
__metadata("design:type", Number)
|
|
33
|
+
], PartnerTransactionCurrencySellCreateDto.prototype, "rate", void 0);
|
|
34
|
+
__decorate([
|
|
35
|
+
(0, swagger_1.ApiProperty)({ example: '' }),
|
|
36
|
+
(0, class_validator_1.IsNotEmpty)(),
|
|
37
|
+
(0, class_validator_1.IsString)(),
|
|
38
|
+
(0, classes_1.AutoMap)(),
|
|
39
|
+
__metadata("design:type", String)
|
|
40
|
+
], PartnerTransactionCurrencySellCreateDto.prototype, "description", void 0);
|
|
41
|
+
__decorate([
|
|
42
|
+
(0, swagger_1.ApiProperty)({ example: 'cf1f5f64-828a-4357-bbb4-5ee7132b4e00' }),
|
|
43
|
+
(0, class_validator_1.IsNotEmpty)(),
|
|
44
|
+
(0, classes_1.AutoMap)(),
|
|
45
|
+
__metadata("design:type", String)
|
|
46
|
+
], PartnerTransactionCurrencySellCreateDto.prototype, "caisseId", void 0);
|
|
47
|
+
__decorate([
|
|
48
|
+
(0, swagger_1.ApiProperty)({ example: 'cf1f5f64-828a-4357-bbb4-5ee7132b4a00' }),
|
|
49
|
+
(0, class_validator_1.IsNotEmpty)(),
|
|
50
|
+
(0, classes_1.AutoMap)(),
|
|
51
|
+
__metadata("design:type", String)
|
|
52
|
+
], PartnerTransactionCurrencySellCreateDto.prototype, "currencyId", void 0);
|
|
53
|
+
__decorate([
|
|
54
|
+
(0, swagger_1.ApiProperty)({ example: 'cf1f5f64-828a-4357-bbb4-5ee7132b4a00' }),
|
|
55
|
+
(0, class_validator_1.IsNotEmpty)(),
|
|
56
|
+
(0, classes_1.AutoMap)(),
|
|
57
|
+
__metadata("design:type", String)
|
|
58
|
+
], PartnerTransactionCurrencySellCreateDto.prototype, "partnerId", void 0);
|
|
59
|
+
__decorate([
|
|
60
|
+
(0, swagger_1.ApiProperty)({ example: 'ff0bb769-e575-4606-a2bb-c0b4db2c010f' }),
|
|
61
|
+
(0, class_validator_1.IsNotEmpty)(),
|
|
62
|
+
(0, classes_1.AutoMap)(),
|
|
63
|
+
__metadata("design:type", String)
|
|
64
|
+
], PartnerTransactionCurrencySellCreateDto.prototype, "userId", void 0);
|
|
65
|
+
//# sourceMappingURL=partner-transaction-currency-sell.create.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"partner-transaction-currency-sell.create.js","sourceRoot":"","sources":["../../../src/dto/transactions/partner-transaction-currency-sell.create.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,iDAA8C;AAC9C,kDAA8C;AAC9C,qDAA4E;AAC5E,6CAA8C;AAE9C,MAAa,uCAAwC,SAAQ,0BAAW;CAuCvE;AAvCD,0FAuCC;AAlCC;IAJC,IAAA,qBAAW,EAAC,EAAE,OAAO,EAAE,IAAI,EAAE,CAAC;IAC9B,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;IACV,IAAA,iBAAO,GAAE;;yEACO;AAMjB;IAJC,IAAA,qBAAW,EAAC,EAAE,OAAO,EAAE,IAAI,EAAE,CAAC;IAC9B,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;IACV,IAAA,iBAAO,GAAE;;qEACG;AAOb;IAJC,IAAA,qBAAW,EAAC,EAAE,OAAO,EAAE,EAAE,EAAE,CAAC;IAC5B,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;IACV,IAAA,iBAAO,GAAE;;4EACU;AAKpB;IAHC,IAAA,qBAAW,EAAC,EAAE,OAAO,EAAE,sCAAsC,EAAE,CAAC;IAChE,IAAA,4BAAU,GAAE;IACZ,IAAA,iBAAO,GAAE;;yEACQ;AAKlB;IAHC,IAAA,qBAAW,EAAC,EAAE,OAAO,EAAE,sCAAsC,EAAE,CAAC;IAChE,IAAA,4BAAU,GAAE;IACZ,IAAA,iBAAO,GAAE;;2EACU;AAKpB;IAHC,IAAA,qBAAW,EAAC,EAAE,OAAO,EAAE,sCAAsC,EAAE,CAAC;IAChE,IAAA,4BAAU,GAAE;IACZ,IAAA,iBAAO,GAAE;;0EACS;AAKnB;IAHC,IAAA,qBAAW,EAAC,EAAE,OAAO,EAAE,sCAAsC,EAAE,CAAC;IAChE,IAAA,4BAAU,GAAE;IACZ,IAAA,iBAAO,GAAE;;uEACK"}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { ReusableDto } from '../reusable.dto';
|
|
2
|
+
export declare class PartnerTransactionStonePurchaseCreateDto extends ReusableDto {
|
|
3
|
+
amount: number;
|
|
4
|
+
description: string;
|
|
5
|
+
caisseId?: string;
|
|
6
|
+
partnerId?: string;
|
|
7
|
+
userId: string;
|
|
8
|
+
paymentMethodId: string;
|
|
9
|
+
stones: StoneDto[];
|
|
10
|
+
}
|
|
11
|
+
export declare class StoneDto extends ReusableDto {
|
|
12
|
+
stoneId?: string;
|
|
13
|
+
weight?: number;
|
|
14
|
+
price?: number;
|
|
15
|
+
amount?: number;
|
|
16
|
+
rate?: number;
|
|
17
|
+
}
|
|
@@ -0,0 +1,98 @@
|
|
|
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
|
+
};
|
|
11
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12
|
+
exports.StoneDto = exports.PartnerTransactionStonePurchaseCreateDto = void 0;
|
|
13
|
+
const classes_1 = require("@automapper/classes");
|
|
14
|
+
const reusable_dto_1 = require("../reusable.dto");
|
|
15
|
+
const class_validator_1 = require("class-validator");
|
|
16
|
+
const swagger_1 = require("@nestjs/swagger");
|
|
17
|
+
class PartnerTransactionStonePurchaseCreateDto extends reusable_dto_1.ReusableDto {
|
|
18
|
+
}
|
|
19
|
+
exports.PartnerTransactionStonePurchaseCreateDto = PartnerTransactionStonePurchaseCreateDto;
|
|
20
|
+
__decorate([
|
|
21
|
+
(0, swagger_1.ApiProperty)({ example: 2000 }),
|
|
22
|
+
(0, class_validator_1.IsNotEmpty)(),
|
|
23
|
+
(0, classes_1.AutoMap)(),
|
|
24
|
+
__metadata("design:type", Number)
|
|
25
|
+
], PartnerTransactionStonePurchaseCreateDto.prototype, "amount", void 0);
|
|
26
|
+
__decorate([
|
|
27
|
+
(0, swagger_1.ApiProperty)({ example: '' }),
|
|
28
|
+
(0, class_validator_1.IsString)(),
|
|
29
|
+
(0, classes_1.AutoMap)(),
|
|
30
|
+
__metadata("design:type", String)
|
|
31
|
+
], PartnerTransactionStonePurchaseCreateDto.prototype, "description", void 0);
|
|
32
|
+
__decorate([
|
|
33
|
+
(0, swagger_1.ApiProperty)({ example: 'cf1f5f64-828a-4357-bbb4-5ee7132b4e00' }),
|
|
34
|
+
(0, class_validator_1.IsNotEmpty)(),
|
|
35
|
+
(0, classes_1.AutoMap)(),
|
|
36
|
+
__metadata("design:type", String)
|
|
37
|
+
], PartnerTransactionStonePurchaseCreateDto.prototype, "caisseId", void 0);
|
|
38
|
+
__decorate([
|
|
39
|
+
(0, swagger_1.ApiProperty)({ example: 'cf1f5f64-828a-4357-bbb4-5ee7132b4a00' }),
|
|
40
|
+
(0, class_validator_1.IsNotEmpty)(),
|
|
41
|
+
(0, classes_1.AutoMap)(),
|
|
42
|
+
__metadata("design:type", String)
|
|
43
|
+
], PartnerTransactionStonePurchaseCreateDto.prototype, "partnerId", void 0);
|
|
44
|
+
__decorate([
|
|
45
|
+
(0, swagger_1.ApiProperty)({ example: 'ff0bb769-e575-4606-a2bb-c0b4db2c010f' }),
|
|
46
|
+
(0, class_validator_1.IsNotEmpty)(),
|
|
47
|
+
(0, classes_1.AutoMap)(),
|
|
48
|
+
__metadata("design:type", String)
|
|
49
|
+
], PartnerTransactionStonePurchaseCreateDto.prototype, "userId", void 0);
|
|
50
|
+
__decorate([
|
|
51
|
+
(0, swagger_1.ApiProperty)({ example: 'ff0bb769-e575-4606-a2bb-c0b4db2c010f' }),
|
|
52
|
+
(0, class_validator_1.IsNotEmpty)(),
|
|
53
|
+
(0, classes_1.AutoMap)(),
|
|
54
|
+
__metadata("design:type", String)
|
|
55
|
+
], PartnerTransactionStonePurchaseCreateDto.prototype, "paymentMethodId", void 0);
|
|
56
|
+
__decorate([
|
|
57
|
+
(0, class_validator_1.IsNotEmpty)(),
|
|
58
|
+
(0, swagger_1.ApiProperty)({
|
|
59
|
+
example: [
|
|
60
|
+
{
|
|
61
|
+
stoneId: 'ff0bb769-e575-4606-a2bb-c0b4db2c010f',
|
|
62
|
+
weight: 200,
|
|
63
|
+
price: 300,
|
|
64
|
+
amount: 400,
|
|
65
|
+
},
|
|
66
|
+
],
|
|
67
|
+
}),
|
|
68
|
+
__metadata("design:type", Array)
|
|
69
|
+
], PartnerTransactionStonePurchaseCreateDto.prototype, "stones", void 0);
|
|
70
|
+
class StoneDto extends reusable_dto_1.ReusableDto {
|
|
71
|
+
}
|
|
72
|
+
exports.StoneDto = StoneDto;
|
|
73
|
+
__decorate([
|
|
74
|
+
(0, class_validator_1.IsNotEmpty)(),
|
|
75
|
+
(0, swagger_1.ApiProperty)({ example: 'ff0bb769-e575-4606-a2bb-c0b4db2c010f' }),
|
|
76
|
+
__metadata("design:type", String)
|
|
77
|
+
], StoneDto.prototype, "stoneId", void 0);
|
|
78
|
+
__decorate([
|
|
79
|
+
(0, class_validator_1.IsNotEmpty)(),
|
|
80
|
+
(0, swagger_1.ApiProperty)({ example: 'ff0bb769-e575-4606-a2bb-c0b4db2c010f' }),
|
|
81
|
+
__metadata("design:type", Number)
|
|
82
|
+
], StoneDto.prototype, "weight", void 0);
|
|
83
|
+
__decorate([
|
|
84
|
+
(0, class_validator_1.IsNotEmpty)(),
|
|
85
|
+
(0, swagger_1.ApiProperty)({ example: 'ff0bb769-e575-4606-a2bb-c0b4db2c010f' }),
|
|
86
|
+
__metadata("design:type", Number)
|
|
87
|
+
], StoneDto.prototype, "price", void 0);
|
|
88
|
+
__decorate([
|
|
89
|
+
(0, class_validator_1.IsNotEmpty)(),
|
|
90
|
+
(0, swagger_1.ApiProperty)({ example: 'ff0bb769-e575-4606-a2bb-c0b4db2c010f' }),
|
|
91
|
+
__metadata("design:type", Number)
|
|
92
|
+
], StoneDto.prototype, "amount", void 0);
|
|
93
|
+
__decorate([
|
|
94
|
+
(0, class_validator_1.IsOptional)(),
|
|
95
|
+
(0, swagger_1.ApiProperty)({ example: 3.1 }),
|
|
96
|
+
__metadata("design:type", Number)
|
|
97
|
+
], StoneDto.prototype, "rate", void 0);
|
|
98
|
+
//# sourceMappingURL=partner-transaction-stone-purchase.create.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"partner-transaction-stone-purchase.create.js","sourceRoot":"","sources":["../../../src/dto/transactions/partner-transaction-stone-purchase.create.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,iDAA8C;AAC9C,kDAA8C;AAC9C,qDAAmE;AACnE,6CAA8C;AAE9C,MAAa,wCAAyC,SAAQ,0BAAW;CA2CxE;AA3CD,4FA2CC;AAvCC;IAHC,IAAA,qBAAW,EAAC,EAAE,OAAO,EAAE,IAAI,EAAE,CAAC;IAC9B,IAAA,4BAAU,GAAE;IACZ,IAAA,iBAAO,GAAE;;wEACK;AAKf;IAHC,IAAA,qBAAW,EAAC,EAAE,OAAO,EAAE,EAAE,EAAE,CAAC;IAC5B,IAAA,0BAAQ,GAAE;IACV,IAAA,iBAAO,GAAE;;6EACU;AAKpB;IAHC,IAAA,qBAAW,EAAC,EAAE,OAAO,EAAE,sCAAsC,EAAE,CAAC;IAChE,IAAA,4BAAU,GAAE;IACZ,IAAA,iBAAO,GAAE;;0EACQ;AAKlB;IAHC,IAAA,qBAAW,EAAC,EAAE,OAAO,EAAE,sCAAsC,EAAE,CAAC;IAChE,IAAA,4BAAU,GAAE;IACZ,IAAA,iBAAO,GAAE;;2EACS;AAKnB;IAHC,IAAA,qBAAW,EAAC,EAAE,OAAO,EAAE,sCAAsC,EAAE,CAAC;IAChE,IAAA,4BAAU,GAAE;IACZ,IAAA,iBAAO,GAAE;;wEACK;AAKf;IAHC,IAAA,qBAAW,EAAC,EAAE,OAAO,EAAE,sCAAsC,EAAE,CAAC;IAChE,IAAA,4BAAU,GAAE;IACZ,IAAA,iBAAO,GAAE;;iFACc;AAaxB;IAXC,IAAA,4BAAU,GAAE;IACZ,IAAA,qBAAW,EAAC;QACX,OAAO,EAAE;YACP;gBACE,OAAO,EAAE,sCAAsC;gBAC/C,MAAM,EAAE,GAAG;gBACX,KAAK,EAAE,GAAG;gBACV,MAAM,EAAE,GAAG;aACZ;SACF;KACF,CAAC;;wEACiB;AAGrB,MAAa,QAAS,SAAQ,0BAAW;CAiBxC;AAjBD,4BAiBC;AAdC;IAFC,IAAA,4BAAU,GAAE;IACZ,IAAA,qBAAW,EAAC,EAAE,OAAO,EAAE,sCAAsC,EAAE,CAAC;;yCAChD;AAGjB;IAFC,IAAA,4BAAU,GAAE;IACZ,IAAA,qBAAW,EAAC,EAAE,OAAO,EAAE,sCAAsC,EAAE,CAAC;;wCACjD;AAGhB;IAFC,IAAA,4BAAU,GAAE;IACZ,IAAA,qBAAW,EAAC,EAAE,OAAO,EAAE,sCAAsC,EAAE,CAAC;;uCAClD;AAGf;IAFC,IAAA,4BAAU,GAAE;IACZ,IAAA,qBAAW,EAAC,EAAE,OAAO,EAAE,sCAAsC,EAAE,CAAC;;wCACjD;AAIhB;IAFC,IAAA,4BAAU,GAAE;IACZ,IAAA,qBAAW,EAAC,EAAE,OAAO,EAAE,GAAG,EAAE,CAAC;;sCAChB"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { ReusableDto } from '../reusable.dto';
|
|
2
|
+
export declare class TransactionCaisseTransferCreateDto extends ReusableDto {
|
|
3
|
+
amount: number;
|
|
4
|
+
description: string;
|
|
5
|
+
CaisseId?: string;
|
|
6
|
+
CaisseRecipientId: string;
|
|
7
|
+
operationId: string;
|
|
8
|
+
paymentMethodId?: string;
|
|
9
|
+
}
|
|
@@ -0,0 +1,54 @@
|
|
|
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
|
+
};
|
|
11
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12
|
+
exports.TransactionCaisseTransferCreateDto = void 0;
|
|
13
|
+
const classes_1 = require("@automapper/classes");
|
|
14
|
+
const reusable_dto_1 = require("../reusable.dto");
|
|
15
|
+
const class_validator_1 = require("class-validator");
|
|
16
|
+
const swagger_1 = require("@nestjs/swagger");
|
|
17
|
+
class TransactionCaisseTransferCreateDto extends reusable_dto_1.ReusableDto {
|
|
18
|
+
}
|
|
19
|
+
exports.TransactionCaisseTransferCreateDto = TransactionCaisseTransferCreateDto;
|
|
20
|
+
__decorate([
|
|
21
|
+
(0, swagger_1.ApiProperty)({ example: 2000 }),
|
|
22
|
+
(0, class_validator_1.IsNotEmpty)(),
|
|
23
|
+
(0, classes_1.AutoMap)(),
|
|
24
|
+
__metadata("design:type", Number)
|
|
25
|
+
], TransactionCaisseTransferCreateDto.prototype, "amount", void 0);
|
|
26
|
+
__decorate([
|
|
27
|
+
(0, swagger_1.ApiProperty)({ example: '' }),
|
|
28
|
+
(0, classes_1.AutoMap)(),
|
|
29
|
+
__metadata("design:type", String)
|
|
30
|
+
], TransactionCaisseTransferCreateDto.prototype, "description", void 0);
|
|
31
|
+
__decorate([
|
|
32
|
+
(0, swagger_1.ApiProperty)({ example: '24d6d851-b533-4cf5-a192-818df8bf4007' }),
|
|
33
|
+
(0, class_validator_1.IsNotEmpty)(),
|
|
34
|
+
(0, classes_1.AutoMap)(),
|
|
35
|
+
__metadata("design:type", String)
|
|
36
|
+
], TransactionCaisseTransferCreateDto.prototype, "CaisseId", void 0);
|
|
37
|
+
__decorate([
|
|
38
|
+
(0, swagger_1.ApiProperty)({ example: 'cf1f5f64-828a-4357-bbb4-5ee7132b4e00' }),
|
|
39
|
+
(0, class_validator_1.IsNotEmpty)(),
|
|
40
|
+
(0, classes_1.AutoMap)(),
|
|
41
|
+
__metadata("design:type", String)
|
|
42
|
+
], TransactionCaisseTransferCreateDto.prototype, "CaisseRecipientId", void 0);
|
|
43
|
+
__decorate([
|
|
44
|
+
(0, swagger_1.ApiProperty)({ example: '7c7c9ef4-a776-4934-a559-2a18ed9a0eb1' }),
|
|
45
|
+
(0, class_validator_1.IsNotEmpty)(),
|
|
46
|
+
(0, classes_1.AutoMap)(),
|
|
47
|
+
__metadata("design:type", String)
|
|
48
|
+
], TransactionCaisseTransferCreateDto.prototype, "operationId", void 0);
|
|
49
|
+
__decorate([
|
|
50
|
+
(0, swagger_1.ApiProperty)({ example: '7c7c9ef4-a776-4934-a559-2a18ed9a0eb1' }),
|
|
51
|
+
(0, classes_1.AutoMap)(),
|
|
52
|
+
__metadata("design:type", String)
|
|
53
|
+
], TransactionCaisseTransferCreateDto.prototype, "paymentMethodId", void 0);
|
|
54
|
+
//# sourceMappingURL=transaction-caisse-transfer.create.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"transaction-caisse-transfer.create.js","sourceRoot":"","sources":["../../../src/dto/transactions/transaction-caisse-transfer.create.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,iDAA8C;AAC9C,kDAA8C;AAC9C,qDAAuD;AACvD,6CAA8C;AAE9C,MAAa,kCAAmC,SAAQ,0BAAW;CA0BlE;AA1BD,gFA0BC;AAtBC;IAHC,IAAA,qBAAW,EAAC,EAAE,OAAO,EAAE,IAAI,EAAE,CAAC;IAC9B,IAAA,4BAAU,GAAE;IACZ,IAAA,iBAAO,GAAE;;kEACK;AAIf;IAFC,IAAA,qBAAW,EAAC,EAAE,OAAO,EAAE,EAAE,EAAE,CAAC;IAC5B,IAAA,iBAAO,GAAE;;uEACU;AAIpB;IAHC,IAAA,qBAAW,EAAC,EAAE,OAAO,EAAE,sCAAsC,EAAE,CAAC;IAChE,IAAA,4BAAU,GAAE;IACZ,IAAA,iBAAO,GAAE;;oEACQ;AAIlB;IAHC,IAAA,qBAAW,EAAC,EAAE,OAAO,EAAE,sCAAsC,EAAE,CAAC;IAChE,IAAA,4BAAU,GAAE;IACZ,IAAA,iBAAO,GAAE;;6EACgB;AAK1B;IAHC,IAAA,qBAAW,EAAC,EAAE,OAAO,EAAE,sCAAsC,EAAE,CAAC;IAChE,IAAA,4BAAU,GAAE;IACZ,IAAA,iBAAO,GAAE;;uEACU;AAIpB;IAFC,IAAA,qBAAW,EAAC,EAAE,OAAO,EAAE,sCAAsC,EAAE,CAAC;IAChE,IAAA,iBAAO,GAAE;;2EACe"}
|