tychat-contracts 1.0.23 → 1.0.26
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/auth/auth-kafka.payloads.d.ts +1 -0
- package/dist/auth/auth-kafka.payloads.d.ts.map +1 -1
- package/dist/billing/billing-response.dto.d.ts +15 -0
- package/dist/billing/billing-response.dto.d.ts.map +1 -0
- package/dist/billing/billing-response.dto.js +108 -0
- package/dist/billing/create-billing.dto.d.ts +16 -0
- package/dist/billing/create-billing.dto.d.ts.map +1 -0
- package/dist/billing/create-billing.dto.js +105 -0
- package/dist/billing/index.d.ts +5 -0
- package/dist/billing/index.d.ts.map +1 -0
- package/dist/billing/index.js +20 -0
- package/dist/billing/list-billings-query.dto.d.ts +10 -0
- package/dist/billing/list-billings-query.dto.d.ts.map +1 -0
- package/dist/billing/list-billings-query.dto.js +89 -0
- package/dist/billing/update-billing.dto.d.ts +6 -0
- package/dist/billing/update-billing.dto.d.ts.map +1 -0
- package/dist/billing/update-billing.dto.js +8 -0
- package/dist/index.d.ts +2 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +2 -0
- package/dist/payments/create-payment.dto.d.ts +14 -0
- package/dist/payments/create-payment.dto.d.ts.map +1 -0
- package/dist/payments/create-payment.dto.js +104 -0
- package/dist/payments/index.d.ts +5 -0
- package/dist/payments/index.d.ts.map +1 -0
- package/dist/payments/index.js +20 -0
- package/dist/payments/list-payments-query.dto.d.ts +7 -0
- package/dist/payments/list-payments-query.dto.d.ts.map +1 -0
- package/dist/payments/list-payments-query.dto.js +65 -0
- package/dist/payments/payment-response.dto.d.ts +14 -0
- package/dist/payments/payment-response.dto.d.ts.map +1 -0
- package/dist/payments/payment-response.dto.js +99 -0
- package/dist/payments/update-payment.dto.d.ts +6 -0
- package/dist/payments/update-payment.dto.d.ts.map +1 -0
- package/dist/payments/update-payment.dto.js +8 -0
- package/dist/users/create-user.dto.d.ts +1 -0
- package/dist/users/create-user.dto.d.ts.map +1 -1
- package/dist/users/create-user.dto.js +12 -0
- package/package.json +1 -1
- package/src/appointments/available-slots-query.dto.ts +32 -32
- package/src/appointments/available-slots-response.dto.ts +57 -57
- package/src/auth/auth-kafka.payloads.ts +1 -0
- package/src/billing/billing-response.dto.ts +80 -0
- package/src/billing/create-billing.dto.ts +92 -0
- package/src/billing/index.ts +4 -0
- package/src/billing/list-billings-query.dto.ts +71 -0
- package/src/billing/update-billing.dto.ts +4 -0
- package/src/index.ts +2 -0
- package/src/payments/create-payment.dto.ts +89 -0
- package/src/payments/index.ts +4 -0
- package/src/payments/list-payments-query.dto.ts +44 -0
- package/src/payments/payment-response.dto.ts +71 -0
- package/src/payments/update-payment.dto.ts +4 -0
- package/src/professionals/find-professionals-by-specialty-or-procedures.dto.ts +30 -30
- package/src/professionals/index.ts +3 -3
- package/src/professionals/professional-profile.dto.ts +80 -80
- package/src/specialties/create-specialty.dto.ts +15 -15
- package/src/specialties/index.ts +4 -4
- package/src/specialties/specialty.dto.ts +23 -23
- package/src/specialties/update-specialty.dto.ts +5 -5
- package/src/users/create-user.dto.ts +10 -0
|
@@ -14,6 +14,7 @@ export interface RefreshPayload {
|
|
|
14
14
|
/** Payload para criação de usuário (atendente ou profissional de saúde). Quem envia deve garantir que apenas administrador pode solicitar. */
|
|
15
15
|
export interface CreateUserPayload {
|
|
16
16
|
tenant?: string;
|
|
17
|
+
name: string;
|
|
17
18
|
username: string;
|
|
18
19
|
password: string;
|
|
19
20
|
role: 'attendant' | 'health_professional';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"auth-kafka.payloads.d.ts","sourceRoot":"","sources":["../../src/auth/auth-kafka.payloads.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,YAAY;IAC3B,MAAM,EAAE,MAAM,CAAC;IACf,QAAQ,EAAE,MAAM,CAAC;IACjB,QAAQ,EAAE,MAAM,CAAC;CAClB;AAED,MAAM,WAAW,eAAe;IAC9B,YAAY,EAAE,MAAM,CAAC;IACrB,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB;AAED,MAAM,WAAW,cAAc;IAC7B,aAAa,EAAE,MAAM,CAAC;IACtB,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB;AAED,8IAA8I;AAC9I,MAAM,WAAW,iBAAiB;IAChC,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,QAAQ,EAAE,MAAM,CAAC;IACjB,QAAQ,EAAE,MAAM,CAAC;IACjB,IAAI,EAAE,WAAW,GAAG,qBAAqB,CAAC;CAC3C"}
|
|
1
|
+
{"version":3,"file":"auth-kafka.payloads.d.ts","sourceRoot":"","sources":["../../src/auth/auth-kafka.payloads.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,YAAY;IAC3B,MAAM,EAAE,MAAM,CAAC;IACf,QAAQ,EAAE,MAAM,CAAC;IACjB,QAAQ,EAAE,MAAM,CAAC;CAClB;AAED,MAAM,WAAW,eAAe;IAC9B,YAAY,EAAE,MAAM,CAAC;IACrB,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB;AAED,MAAM,WAAW,cAAc;IAC7B,aAAa,EAAE,MAAM,CAAC;IACtB,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB;AAED,8IAA8I;AAC9I,MAAM,WAAW,iBAAiB;IAChC,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,IAAI,EAAE,MAAM,CAAC;IACb,QAAQ,EAAE,MAAM,CAAC;IACjB,QAAQ,EAAE,MAAM,CAAC;IACjB,IAAI,EAAE,WAAW,GAAG,qBAAqB,CAAC;CAC3C"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { BillingGatewayDto, BillingMethodDto, BillingStatusDto } from './create-billing.dto';
|
|
2
|
+
export declare class BillingResponseDto {
|
|
3
|
+
id: string;
|
|
4
|
+
tenantId: string;
|
|
5
|
+
value: number;
|
|
6
|
+
status: BillingStatusDto;
|
|
7
|
+
method: BillingMethodDto;
|
|
8
|
+
gateway: BillingGatewayDto;
|
|
9
|
+
dueDate: string;
|
|
10
|
+
payedAt?: string | null;
|
|
11
|
+
createdAt: string;
|
|
12
|
+
updatedAt: string;
|
|
13
|
+
deletedAt?: string | null;
|
|
14
|
+
}
|
|
15
|
+
//# sourceMappingURL=billing-response.dto.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"billing-response.dto.d.ts","sourceRoot":"","sources":["../../src/billing/billing-response.dto.ts"],"names":[],"mappings":"AACA,OAAO,EAIL,iBAAiB,EACjB,gBAAgB,EAChB,gBAAgB,EACjB,MAAM,sBAAsB,CAAC;AAE9B,qBAAa,kBAAkB;IAK7B,EAAE,EAAE,MAAM,CAAC;IAMX,QAAQ,EAAE,MAAM,CAAC;IAMjB,KAAK,EAAE,MAAM,CAAC;IAOd,MAAM,EAAE,gBAAgB,CAAC;IAOzB,MAAM,EAAE,gBAAgB,CAAC;IAOzB,OAAO,EAAE,iBAAiB,CAAC;IAM3B,OAAO,EAAE,MAAM,CAAC;IAMhB,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAMxB,SAAS,EAAE,MAAM,CAAC;IAMlB,SAAS,EAAE,MAAM,CAAC;IAMlB,SAAS,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;CAC3B"}
|
|
@@ -0,0 +1,108 @@
|
|
|
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.BillingResponseDto = void 0;
|
|
13
|
+
const swagger_1 = require("@nestjs/swagger");
|
|
14
|
+
const create_billing_dto_1 = require("./create-billing.dto");
|
|
15
|
+
class BillingResponseDto {
|
|
16
|
+
id;
|
|
17
|
+
tenantId;
|
|
18
|
+
value;
|
|
19
|
+
status;
|
|
20
|
+
method;
|
|
21
|
+
gateway;
|
|
22
|
+
dueDate;
|
|
23
|
+
payedAt;
|
|
24
|
+
createdAt;
|
|
25
|
+
updatedAt;
|
|
26
|
+
deletedAt;
|
|
27
|
+
}
|
|
28
|
+
exports.BillingResponseDto = BillingResponseDto;
|
|
29
|
+
__decorate([
|
|
30
|
+
(0, swagger_1.ApiProperty)({
|
|
31
|
+
description: 'Billing ID (UUID)',
|
|
32
|
+
example: '550e8400-e29b-41d4-a716-446655440111',
|
|
33
|
+
}),
|
|
34
|
+
__metadata("design:type", String)
|
|
35
|
+
], BillingResponseDto.prototype, "id", void 0);
|
|
36
|
+
__decorate([
|
|
37
|
+
(0, swagger_1.ApiProperty)({
|
|
38
|
+
description: 'Tenant ID (UUID)',
|
|
39
|
+
example: '550e8400-e29b-41d4-a716-446655440000',
|
|
40
|
+
}),
|
|
41
|
+
__metadata("design:type", String)
|
|
42
|
+
], BillingResponseDto.prototype, "tenantId", void 0);
|
|
43
|
+
__decorate([
|
|
44
|
+
(0, swagger_1.ApiProperty)({
|
|
45
|
+
description: 'Billing value',
|
|
46
|
+
example: 99.9,
|
|
47
|
+
}),
|
|
48
|
+
__metadata("design:type", Number)
|
|
49
|
+
], BillingResponseDto.prototype, "value", void 0);
|
|
50
|
+
__decorate([
|
|
51
|
+
(0, swagger_1.ApiProperty)({
|
|
52
|
+
description: 'Billing status',
|
|
53
|
+
enum: create_billing_dto_1.BILLING_STATUSES,
|
|
54
|
+
example: 'PENDING',
|
|
55
|
+
}),
|
|
56
|
+
__metadata("design:type", String)
|
|
57
|
+
], BillingResponseDto.prototype, "status", void 0);
|
|
58
|
+
__decorate([
|
|
59
|
+
(0, swagger_1.ApiProperty)({
|
|
60
|
+
description: 'Payment method',
|
|
61
|
+
enum: create_billing_dto_1.BILLING_METHODS,
|
|
62
|
+
example: 'PIX',
|
|
63
|
+
}),
|
|
64
|
+
__metadata("design:type", String)
|
|
65
|
+
], BillingResponseDto.prototype, "method", void 0);
|
|
66
|
+
__decorate([
|
|
67
|
+
(0, swagger_1.ApiProperty)({
|
|
68
|
+
description: 'Payment gateway',
|
|
69
|
+
enum: create_billing_dto_1.BILLING_GATEWAYS,
|
|
70
|
+
example: 'ASAAS',
|
|
71
|
+
}),
|
|
72
|
+
__metadata("design:type", String)
|
|
73
|
+
], BillingResponseDto.prototype, "gateway", void 0);
|
|
74
|
+
__decorate([
|
|
75
|
+
(0, swagger_1.ApiProperty)({
|
|
76
|
+
description: 'Due date (ISO 8601)',
|
|
77
|
+
example: '2026-04-15T00:00:00.000Z',
|
|
78
|
+
}),
|
|
79
|
+
__metadata("design:type", String)
|
|
80
|
+
], BillingResponseDto.prototype, "dueDate", void 0);
|
|
81
|
+
__decorate([
|
|
82
|
+
(0, swagger_1.ApiPropertyOptional)({
|
|
83
|
+
description: 'Date when billing was paid (ISO 8601)',
|
|
84
|
+
example: '2026-04-14T10:00:00.000Z',
|
|
85
|
+
}),
|
|
86
|
+
__metadata("design:type", Object)
|
|
87
|
+
], BillingResponseDto.prototype, "payedAt", void 0);
|
|
88
|
+
__decorate([
|
|
89
|
+
(0, swagger_1.ApiProperty)({
|
|
90
|
+
description: 'Creation timestamp (ISO 8601)',
|
|
91
|
+
example: '2026-03-14T12:00:00.000Z',
|
|
92
|
+
}),
|
|
93
|
+
__metadata("design:type", String)
|
|
94
|
+
], BillingResponseDto.prototype, "createdAt", void 0);
|
|
95
|
+
__decorate([
|
|
96
|
+
(0, swagger_1.ApiProperty)({
|
|
97
|
+
description: 'Last update timestamp (ISO 8601)',
|
|
98
|
+
example: '2026-03-14T12:00:00.000Z',
|
|
99
|
+
}),
|
|
100
|
+
__metadata("design:type", String)
|
|
101
|
+
], BillingResponseDto.prototype, "updatedAt", void 0);
|
|
102
|
+
__decorate([
|
|
103
|
+
(0, swagger_1.ApiPropertyOptional)({
|
|
104
|
+
description: 'Soft deletion timestamp (ISO 8601)',
|
|
105
|
+
example: null,
|
|
106
|
+
}),
|
|
107
|
+
__metadata("design:type", Object)
|
|
108
|
+
], BillingResponseDto.prototype, "deletedAt", void 0);
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
export declare const BILLING_STATUSES: readonly ["PENDING", "PAYED", "REFUNDED", "CANCELED", "OVERDUE"];
|
|
2
|
+
export type BillingStatusDto = (typeof BILLING_STATUSES)[number];
|
|
3
|
+
export declare const BILLING_METHODS: readonly ["PIX", "CREDIT_CARD", "DEBIT_CARD", "VOUCHER", "CASH"];
|
|
4
|
+
export type BillingMethodDto = (typeof BILLING_METHODS)[number];
|
|
5
|
+
export declare const BILLING_GATEWAYS: readonly ["ASAAS", "MERCADO_PAGO", "STRIPE"];
|
|
6
|
+
export type BillingGatewayDto = (typeof BILLING_GATEWAYS)[number];
|
|
7
|
+
export declare class CreateBillingDto {
|
|
8
|
+
tenantId: string;
|
|
9
|
+
value: number;
|
|
10
|
+
status?: BillingStatusDto;
|
|
11
|
+
method: BillingMethodDto;
|
|
12
|
+
gateway: BillingGatewayDto;
|
|
13
|
+
dueDate: string;
|
|
14
|
+
payedAt?: string;
|
|
15
|
+
}
|
|
16
|
+
//# sourceMappingURL=create-billing.dto.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-billing.dto.d.ts","sourceRoot":"","sources":["../../src/billing/create-billing.dto.ts"],"names":[],"mappings":"AAWA,eAAO,MAAM,gBAAgB,kEAMnB,CAAC;AACX,MAAM,MAAM,gBAAgB,GAAG,CAAC,OAAO,gBAAgB,CAAC,CAAC,MAAM,CAAC,CAAC;AAEjE,eAAO,MAAM,eAAe,kEAMlB,CAAC;AACX,MAAM,MAAM,gBAAgB,GAAG,CAAC,OAAO,eAAe,CAAC,CAAC,MAAM,CAAC,CAAC;AAEhE,eAAO,MAAM,gBAAgB,8CAA+C,CAAC;AAC7E,MAAM,MAAM,iBAAiB,GAAG,CAAC,OAAO,gBAAgB,CAAC,CAAC,MAAM,CAAC,CAAC;AAElE,qBAAa,gBAAgB;IAO3B,QAAQ,EAAE,MAAM,CAAC;IASjB,KAAK,EAAE,MAAM,CAAC;IASd,MAAM,CAAC,EAAE,gBAAgB,CAAC;IAS1B,MAAM,EAAE,gBAAgB,CAAC;IASzB,OAAO,EAAE,iBAAiB,CAAC;IAO3B,OAAO,EAAE,MAAM,CAAC;IAQhB,OAAO,CAAC,EAAE,MAAM,CAAC;CAClB"}
|
|
@@ -0,0 +1,105 @@
|
|
|
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.CreateBillingDto = exports.BILLING_GATEWAYS = exports.BILLING_METHODS = exports.BILLING_STATUSES = void 0;
|
|
13
|
+
const swagger_1 = require("@nestjs/swagger");
|
|
14
|
+
const class_validator_1 = require("class-validator");
|
|
15
|
+
exports.BILLING_STATUSES = [
|
|
16
|
+
'PENDING',
|
|
17
|
+
'PAYED',
|
|
18
|
+
'REFUNDED',
|
|
19
|
+
'CANCELED',
|
|
20
|
+
'OVERDUE',
|
|
21
|
+
];
|
|
22
|
+
exports.BILLING_METHODS = [
|
|
23
|
+
'PIX',
|
|
24
|
+
'CREDIT_CARD',
|
|
25
|
+
'DEBIT_CARD',
|
|
26
|
+
'VOUCHER',
|
|
27
|
+
'CASH',
|
|
28
|
+
];
|
|
29
|
+
exports.BILLING_GATEWAYS = ['ASAAS', 'MERCADO_PAGO', 'STRIPE'];
|
|
30
|
+
class CreateBillingDto {
|
|
31
|
+
tenantId;
|
|
32
|
+
value;
|
|
33
|
+
status;
|
|
34
|
+
method;
|
|
35
|
+
gateway;
|
|
36
|
+
dueDate;
|
|
37
|
+
payedAt;
|
|
38
|
+
}
|
|
39
|
+
exports.CreateBillingDto = CreateBillingDto;
|
|
40
|
+
__decorate([
|
|
41
|
+
(0, swagger_1.ApiProperty)({
|
|
42
|
+
description: 'Tenant ID (UUID)',
|
|
43
|
+
example: '550e8400-e29b-41d4-a716-446655440000',
|
|
44
|
+
}),
|
|
45
|
+
(0, class_validator_1.IsUUID)('4'),
|
|
46
|
+
(0, class_validator_1.IsNotEmpty)(),
|
|
47
|
+
__metadata("design:type", String)
|
|
48
|
+
], CreateBillingDto.prototype, "tenantId", void 0);
|
|
49
|
+
__decorate([
|
|
50
|
+
(0, swagger_1.ApiProperty)({
|
|
51
|
+
description: 'Billing value',
|
|
52
|
+
example: 99.9,
|
|
53
|
+
minimum: 0.01,
|
|
54
|
+
}),
|
|
55
|
+
(0, class_validator_1.IsNumber)(),
|
|
56
|
+
(0, class_validator_1.Min)(0.01),
|
|
57
|
+
__metadata("design:type", Number)
|
|
58
|
+
], CreateBillingDto.prototype, "value", void 0);
|
|
59
|
+
__decorate([
|
|
60
|
+
(0, swagger_1.ApiPropertyOptional)({
|
|
61
|
+
description: 'Billing status',
|
|
62
|
+
enum: exports.BILLING_STATUSES,
|
|
63
|
+
default: 'PENDING',
|
|
64
|
+
}),
|
|
65
|
+
(0, class_validator_1.IsOptional)(),
|
|
66
|
+
(0, class_validator_1.IsEnum)(exports.BILLING_STATUSES),
|
|
67
|
+
__metadata("design:type", String)
|
|
68
|
+
], CreateBillingDto.prototype, "status", void 0);
|
|
69
|
+
__decorate([
|
|
70
|
+
(0, swagger_1.ApiProperty)({
|
|
71
|
+
description: 'Payment method',
|
|
72
|
+
enum: exports.BILLING_METHODS,
|
|
73
|
+
example: 'PIX',
|
|
74
|
+
}),
|
|
75
|
+
(0, class_validator_1.IsEnum)(exports.BILLING_METHODS),
|
|
76
|
+
(0, class_validator_1.IsNotEmpty)(),
|
|
77
|
+
__metadata("design:type", String)
|
|
78
|
+
], CreateBillingDto.prototype, "method", void 0);
|
|
79
|
+
__decorate([
|
|
80
|
+
(0, swagger_1.ApiProperty)({
|
|
81
|
+
description: 'Payment gateway',
|
|
82
|
+
enum: exports.BILLING_GATEWAYS,
|
|
83
|
+
example: 'ASAAS',
|
|
84
|
+
}),
|
|
85
|
+
(0, class_validator_1.IsEnum)(exports.BILLING_GATEWAYS),
|
|
86
|
+
(0, class_validator_1.IsNotEmpty)(),
|
|
87
|
+
__metadata("design:type", String)
|
|
88
|
+
], CreateBillingDto.prototype, "gateway", void 0);
|
|
89
|
+
__decorate([
|
|
90
|
+
(0, swagger_1.ApiProperty)({
|
|
91
|
+
description: 'Due date (ISO 8601)',
|
|
92
|
+
example: '2026-04-15T00:00:00.000Z',
|
|
93
|
+
}),
|
|
94
|
+
(0, class_validator_1.IsDateString)(),
|
|
95
|
+
__metadata("design:type", String)
|
|
96
|
+
], CreateBillingDto.prototype, "dueDate", void 0);
|
|
97
|
+
__decorate([
|
|
98
|
+
(0, swagger_1.ApiPropertyOptional)({
|
|
99
|
+
description: 'Date when billing was paid (ISO 8601)',
|
|
100
|
+
example: '2026-04-14T10:00:00.000Z',
|
|
101
|
+
}),
|
|
102
|
+
(0, class_validator_1.IsOptional)(),
|
|
103
|
+
(0, class_validator_1.IsDateString)(),
|
|
104
|
+
__metadata("design:type", String)
|
|
105
|
+
], CreateBillingDto.prototype, "payedAt", void 0);
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/billing/index.ts"],"names":[],"mappings":"AAAA,cAAc,sBAAsB,CAAC;AACrC,cAAc,sBAAsB,CAAC;AACrC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,wBAAwB,CAAC"}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
+
};
|
|
16
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
+
__exportStar(require("./create-billing.dto"), exports);
|
|
18
|
+
__exportStar(require("./update-billing.dto"), exports);
|
|
19
|
+
__exportStar(require("./list-billings-query.dto"), exports);
|
|
20
|
+
__exportStar(require("./billing-response.dto"), exports);
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { BillingGatewayDto, BillingMethodDto, BillingStatusDto } from './create-billing.dto';
|
|
2
|
+
export declare class ListBillingsQueryDto {
|
|
3
|
+
tenantId?: string;
|
|
4
|
+
status?: BillingStatusDto;
|
|
5
|
+
method?: BillingMethodDto;
|
|
6
|
+
gateway?: BillingGatewayDto;
|
|
7
|
+
page?: number;
|
|
8
|
+
limit?: number;
|
|
9
|
+
}
|
|
10
|
+
//# sourceMappingURL=list-billings-query.dto.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-billings-query.dto.d.ts","sourceRoot":"","sources":["../../src/billing/list-billings-query.dto.ts"],"names":[],"mappings":"AAEA,OAAO,EAIL,iBAAiB,EACjB,gBAAgB,EAChB,gBAAgB,EACjB,MAAM,sBAAsB,CAAC;AAE9B,qBAAa,oBAAoB;IAO/B,QAAQ,CAAC,EAAE,MAAM,CAAC;IASlB,MAAM,CAAC,EAAE,gBAAgB,CAAC;IAS1B,MAAM,CAAC,EAAE,gBAAgB,CAAC;IAS1B,OAAO,CAAC,EAAE,iBAAiB,CAAC;IAW5B,IAAI,CAAC,EAAE,MAAM,CAAC;IAad,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB"}
|
|
@@ -0,0 +1,89 @@
|
|
|
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.ListBillingsQueryDto = void 0;
|
|
13
|
+
const swagger_1 = require("@nestjs/swagger");
|
|
14
|
+
const class_validator_1 = require("class-validator");
|
|
15
|
+
const create_billing_dto_1 = require("./create-billing.dto");
|
|
16
|
+
class ListBillingsQueryDto {
|
|
17
|
+
tenantId;
|
|
18
|
+
status;
|
|
19
|
+
method;
|
|
20
|
+
gateway;
|
|
21
|
+
page;
|
|
22
|
+
limit;
|
|
23
|
+
}
|
|
24
|
+
exports.ListBillingsQueryDto = ListBillingsQueryDto;
|
|
25
|
+
__decorate([
|
|
26
|
+
(0, swagger_1.ApiPropertyOptional)({
|
|
27
|
+
description: 'Tenant ID filter (UUID)',
|
|
28
|
+
example: '550e8400-e29b-41d4-a716-446655440000',
|
|
29
|
+
}),
|
|
30
|
+
(0, class_validator_1.IsOptional)(),
|
|
31
|
+
(0, class_validator_1.IsUUID)('4'),
|
|
32
|
+
__metadata("design:type", String)
|
|
33
|
+
], ListBillingsQueryDto.prototype, "tenantId", void 0);
|
|
34
|
+
__decorate([
|
|
35
|
+
(0, swagger_1.ApiPropertyOptional)({
|
|
36
|
+
description: 'Billing status filter',
|
|
37
|
+
enum: create_billing_dto_1.BILLING_STATUSES,
|
|
38
|
+
example: 'PENDING',
|
|
39
|
+
}),
|
|
40
|
+
(0, class_validator_1.IsOptional)(),
|
|
41
|
+
(0, class_validator_1.IsEnum)(create_billing_dto_1.BILLING_STATUSES),
|
|
42
|
+
__metadata("design:type", String)
|
|
43
|
+
], ListBillingsQueryDto.prototype, "status", void 0);
|
|
44
|
+
__decorate([
|
|
45
|
+
(0, swagger_1.ApiPropertyOptional)({
|
|
46
|
+
description: 'Billing method filter',
|
|
47
|
+
enum: create_billing_dto_1.BILLING_METHODS,
|
|
48
|
+
example: 'PIX',
|
|
49
|
+
}),
|
|
50
|
+
(0, class_validator_1.IsOptional)(),
|
|
51
|
+
(0, class_validator_1.IsEnum)(create_billing_dto_1.BILLING_METHODS),
|
|
52
|
+
__metadata("design:type", String)
|
|
53
|
+
], ListBillingsQueryDto.prototype, "method", void 0);
|
|
54
|
+
__decorate([
|
|
55
|
+
(0, swagger_1.ApiPropertyOptional)({
|
|
56
|
+
description: 'Billing gateway filter',
|
|
57
|
+
enum: create_billing_dto_1.BILLING_GATEWAYS,
|
|
58
|
+
example: 'ASAAS',
|
|
59
|
+
}),
|
|
60
|
+
(0, class_validator_1.IsOptional)(),
|
|
61
|
+
(0, class_validator_1.IsEnum)(create_billing_dto_1.BILLING_GATEWAYS),
|
|
62
|
+
__metadata("design:type", String)
|
|
63
|
+
], ListBillingsQueryDto.prototype, "gateway", void 0);
|
|
64
|
+
__decorate([
|
|
65
|
+
(0, swagger_1.ApiPropertyOptional)({
|
|
66
|
+
description: 'Page number (starting at 1)',
|
|
67
|
+
example: 1,
|
|
68
|
+
minimum: 1,
|
|
69
|
+
default: 1,
|
|
70
|
+
}),
|
|
71
|
+
(0, class_validator_1.IsOptional)(),
|
|
72
|
+
(0, class_validator_1.IsInt)(),
|
|
73
|
+
(0, class_validator_1.Min)(1),
|
|
74
|
+
__metadata("design:type", Number)
|
|
75
|
+
], ListBillingsQueryDto.prototype, "page", void 0);
|
|
76
|
+
__decorate([
|
|
77
|
+
(0, swagger_1.ApiPropertyOptional)({
|
|
78
|
+
description: 'Number of records per page',
|
|
79
|
+
example: 20,
|
|
80
|
+
minimum: 1,
|
|
81
|
+
maximum: 100,
|
|
82
|
+
default: 20,
|
|
83
|
+
}),
|
|
84
|
+
(0, class_validator_1.IsOptional)(),
|
|
85
|
+
(0, class_validator_1.IsInt)(),
|
|
86
|
+
(0, class_validator_1.Min)(1),
|
|
87
|
+
(0, class_validator_1.Max)(100),
|
|
88
|
+
__metadata("design:type", Number)
|
|
89
|
+
], ListBillingsQueryDto.prototype, "limit", void 0);
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { CreateBillingDto } from './create-billing.dto';
|
|
2
|
+
declare const UpdateBillingDto_base: import("@nestjs/common").Type<Partial<CreateBillingDto>>;
|
|
3
|
+
export declare class UpdateBillingDto extends UpdateBillingDto_base {
|
|
4
|
+
}
|
|
5
|
+
export {};
|
|
6
|
+
//# sourceMappingURL=update-billing.dto.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"update-billing.dto.d.ts","sourceRoot":"","sources":["../../src/billing/update-billing.dto.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,gBAAgB,EAAE,MAAM,sBAAsB,CAAC;;AAExD,qBAAa,gBAAiB,SAAQ,qBAA6B;CAAG"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.UpdateBillingDto = void 0;
|
|
4
|
+
const swagger_1 = require("@nestjs/swagger");
|
|
5
|
+
const create_billing_dto_1 = require("./create-billing.dto");
|
|
6
|
+
class UpdateBillingDto extends (0, swagger_1.PartialType)(create_billing_dto_1.CreateBillingDto) {
|
|
7
|
+
}
|
|
8
|
+
exports.UpdateBillingDto = UpdateBillingDto;
|
package/dist/index.d.ts
CHANGED
package/dist/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,gBAAgB,CAAC;AAC/B,cAAc,QAAQ,CAAC;AACvB,cAAc,SAAS,CAAC;AACxB,cAAc,YAAY,CAAC;AAC3B,cAAc,cAAc,CAAC;AAC7B,cAAc,kBAAkB,CAAC;AACjC,cAAc,eAAe,CAAC;AAC9B,cAAc,iBAAiB,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,gBAAgB,CAAC;AAC/B,cAAc,QAAQ,CAAC;AACvB,cAAc,SAAS,CAAC;AACxB,cAAc,YAAY,CAAC;AAC3B,cAAc,cAAc,CAAC;AAC7B,cAAc,kBAAkB,CAAC;AACjC,cAAc,eAAe,CAAC;AAC9B,cAAc,iBAAiB,CAAC;AAChC,cAAc,YAAY,CAAC;AAC3B,cAAc,WAAW,CAAC"}
|
package/dist/index.js
CHANGED
|
@@ -22,3 +22,5 @@ __exportStar(require("./procedures"), exports);
|
|
|
22
22
|
__exportStar(require("./configurations"), exports);
|
|
23
23
|
__exportStar(require("./specialties"), exports);
|
|
24
24
|
__exportStar(require("./professionals"), exports);
|
|
25
|
+
__exportStar(require("./payments"), exports);
|
|
26
|
+
__exportStar(require("./billing"), exports);
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
export declare const PAYMENT_METHODS: readonly ["PIX", "CREDIT_CARD", "DEBIT_CARD", "VOUCHER", "CASH"];
|
|
2
|
+
export type PaymentMethodDto = (typeof PAYMENT_METHODS)[number];
|
|
3
|
+
export declare const PAYMENT_STATUSES: readonly ["PENDING", "PAYED", "REFUNDED", "CANCELED", "OVERDUE"];
|
|
4
|
+
export type PaymentStatusDto = (typeof PAYMENT_STATUSES)[number];
|
|
5
|
+
export declare class CreatePaymentDto {
|
|
6
|
+
method: PaymentMethodDto;
|
|
7
|
+
value: number;
|
|
8
|
+
patientId: string;
|
|
9
|
+
appointmentId: string;
|
|
10
|
+
dueDate?: string;
|
|
11
|
+
status?: PaymentStatusDto;
|
|
12
|
+
payedAt?: string;
|
|
13
|
+
}
|
|
14
|
+
//# sourceMappingURL=create-payment.dto.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-payment.dto.d.ts","sourceRoot":"","sources":["../../src/payments/create-payment.dto.ts"],"names":[],"mappings":"AAWA,eAAO,MAAM,eAAe,kEAMlB,CAAC;AACX,MAAM,MAAM,gBAAgB,GAAG,CAAC,OAAO,eAAe,CAAC,CAAC,MAAM,CAAC,CAAC;AAEhE,eAAO,MAAM,gBAAgB,kEAMnB,CAAC;AACX,MAAM,MAAM,gBAAgB,GAAG,CAAC,OAAO,gBAAgB,CAAC,CAAC,MAAM,CAAC,CAAC;AAEjE,qBAAa,gBAAgB;IAQ3B,MAAM,EAAE,gBAAgB,CAAC;IASzB,KAAK,EAAE,MAAM,CAAC;IAQd,SAAS,EAAE,MAAM,CAAC;IAQlB,aAAa,EAAE,MAAM,CAAC;IAQtB,OAAO,CAAC,EAAE,MAAM,CAAC;IASjB,MAAM,CAAC,EAAE,gBAAgB,CAAC;IAQ1B,OAAO,CAAC,EAAE,MAAM,CAAC;CAClB"}
|
|
@@ -0,0 +1,104 @@
|
|
|
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.CreatePaymentDto = exports.PAYMENT_STATUSES = exports.PAYMENT_METHODS = void 0;
|
|
13
|
+
const swagger_1 = require("@nestjs/swagger");
|
|
14
|
+
const class_validator_1 = require("class-validator");
|
|
15
|
+
exports.PAYMENT_METHODS = [
|
|
16
|
+
'PIX',
|
|
17
|
+
'CREDIT_CARD',
|
|
18
|
+
'DEBIT_CARD',
|
|
19
|
+
'VOUCHER',
|
|
20
|
+
'CASH',
|
|
21
|
+
];
|
|
22
|
+
exports.PAYMENT_STATUSES = [
|
|
23
|
+
'PENDING',
|
|
24
|
+
'PAYED',
|
|
25
|
+
'REFUNDED',
|
|
26
|
+
'CANCELED',
|
|
27
|
+
'OVERDUE',
|
|
28
|
+
];
|
|
29
|
+
class CreatePaymentDto {
|
|
30
|
+
method;
|
|
31
|
+
value;
|
|
32
|
+
patientId;
|
|
33
|
+
appointmentId;
|
|
34
|
+
dueDate;
|
|
35
|
+
status;
|
|
36
|
+
payedAt;
|
|
37
|
+
}
|
|
38
|
+
exports.CreatePaymentDto = CreatePaymentDto;
|
|
39
|
+
__decorate([
|
|
40
|
+
(0, swagger_1.ApiProperty)({
|
|
41
|
+
description: 'Payment method',
|
|
42
|
+
enum: exports.PAYMENT_METHODS,
|
|
43
|
+
example: 'PIX',
|
|
44
|
+
}),
|
|
45
|
+
(0, class_validator_1.IsEnum)(exports.PAYMENT_METHODS),
|
|
46
|
+
(0, class_validator_1.IsNotEmpty)(),
|
|
47
|
+
__metadata("design:type", String)
|
|
48
|
+
], CreatePaymentDto.prototype, "method", void 0);
|
|
49
|
+
__decorate([
|
|
50
|
+
(0, swagger_1.ApiProperty)({
|
|
51
|
+
description: 'Payment value (must be greater than 0)',
|
|
52
|
+
example: 150.5,
|
|
53
|
+
minimum: 0.01,
|
|
54
|
+
}),
|
|
55
|
+
(0, class_validator_1.IsNumber)(),
|
|
56
|
+
(0, class_validator_1.Min)(0.01),
|
|
57
|
+
__metadata("design:type", Number)
|
|
58
|
+
], CreatePaymentDto.prototype, "value", void 0);
|
|
59
|
+
__decorate([
|
|
60
|
+
(0, swagger_1.ApiProperty)({
|
|
61
|
+
description: 'Patient ID (UUID)',
|
|
62
|
+
example: '550e8400-e29b-41d4-a716-446655440000',
|
|
63
|
+
}),
|
|
64
|
+
(0, class_validator_1.IsUUID)('4'),
|
|
65
|
+
(0, class_validator_1.IsNotEmpty)(),
|
|
66
|
+
__metadata("design:type", String)
|
|
67
|
+
], CreatePaymentDto.prototype, "patientId", void 0);
|
|
68
|
+
__decorate([
|
|
69
|
+
(0, swagger_1.ApiProperty)({
|
|
70
|
+
description: 'Appointment ID (UUID)',
|
|
71
|
+
example: '550e8400-e29b-41d4-a716-446655440001',
|
|
72
|
+
}),
|
|
73
|
+
(0, class_validator_1.IsUUID)('4'),
|
|
74
|
+
(0, class_validator_1.IsNotEmpty)(),
|
|
75
|
+
__metadata("design:type", String)
|
|
76
|
+
], CreatePaymentDto.prototype, "appointmentId", void 0);
|
|
77
|
+
__decorate([
|
|
78
|
+
(0, swagger_1.ApiPropertyOptional)({
|
|
79
|
+
description: 'Due date (ISO 8601). Defaults to now if not provided.',
|
|
80
|
+
example: '2026-03-15T23:59:59.000Z',
|
|
81
|
+
}),
|
|
82
|
+
(0, class_validator_1.IsOptional)(),
|
|
83
|
+
(0, class_validator_1.IsDateString)(),
|
|
84
|
+
__metadata("design:type", String)
|
|
85
|
+
], CreatePaymentDto.prototype, "dueDate", void 0);
|
|
86
|
+
__decorate([
|
|
87
|
+
(0, swagger_1.ApiPropertyOptional)({
|
|
88
|
+
description: 'Payment status. Defaults to PENDING if not provided.',
|
|
89
|
+
enum: exports.PAYMENT_STATUSES,
|
|
90
|
+
default: 'PENDING',
|
|
91
|
+
}),
|
|
92
|
+
(0, class_validator_1.IsOptional)(),
|
|
93
|
+
(0, class_validator_1.IsEnum)(exports.PAYMENT_STATUSES),
|
|
94
|
+
__metadata("design:type", String)
|
|
95
|
+
], CreatePaymentDto.prototype, "status", void 0);
|
|
96
|
+
__decorate([
|
|
97
|
+
(0, swagger_1.ApiPropertyOptional)({
|
|
98
|
+
description: 'Date when payment was completed (ISO 8601). Set when status is PAYED.',
|
|
99
|
+
example: '2026-03-15T14:30:00.000Z',
|
|
100
|
+
}),
|
|
101
|
+
(0, class_validator_1.IsOptional)(),
|
|
102
|
+
(0, class_validator_1.IsDateString)(),
|
|
103
|
+
__metadata("design:type", String)
|
|
104
|
+
], CreatePaymentDto.prototype, "payedAt", void 0);
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/payments/index.ts"],"names":[],"mappings":"AAAA,cAAc,sBAAsB,CAAC;AACrC,cAAc,sBAAsB,CAAC;AACrC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,wBAAwB,CAAC"}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
+
};
|
|
16
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
+
__exportStar(require("./create-payment.dto"), exports);
|
|
18
|
+
__exportStar(require("./update-payment.dto"), exports);
|
|
19
|
+
__exportStar(require("./list-payments-query.dto"), exports);
|
|
20
|
+
__exportStar(require("./payment-response.dto"), exports);
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-payments-query.dto.d.ts","sourceRoot":"","sources":["../../src/payments/list-payments-query.dto.ts"],"names":[],"mappings":"AAGA,qBAAa,oBAAoB;IAO/B,aAAa,CAAC,EAAE,MAAM,CAAC;IAQvB,SAAS,CAAC,EAAE,MAAM,CAAC;IAWnB,IAAI,CAAC,EAAE,MAAM,CAAC;IAad,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB"}
|