tychat-contracts 1.0.135 → 1.0.136
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.
|
@@ -68,7 +68,7 @@ __decorate([
|
|
|
68
68
|
], AppointmentCalendarResponseDto.prototype, "endDate", void 0);
|
|
69
69
|
__decorate([
|
|
70
70
|
(0, swagger_1.ApiProperty)({
|
|
71
|
-
description: 'Um elemento por dia civil no intervalo (UTC). Em intervalos multi-dia, `appointments` traz no máximo 2 itens
|
|
71
|
+
description: 'Um elemento por dia civil no intervalo (UTC). Em intervalos multi-dia, `appointments` traz no máximo 2 itens por dia (primeiros por horário naquele dia UTC); `countAppointment` é sempre o total do dia.',
|
|
72
72
|
type: [AppointmentCalendarDayDto],
|
|
73
73
|
}),
|
|
74
74
|
__metadata("design:type", Array)
|
package/package.json
CHANGED
|
@@ -39,7 +39,7 @@ export class AppointmentCalendarResponseDto {
|
|
|
39
39
|
|
|
40
40
|
@ApiProperty({
|
|
41
41
|
description:
|
|
42
|
-
'Um elemento por dia civil no intervalo (UTC). Em intervalos multi-dia, `appointments` traz no máximo 2 itens
|
|
42
|
+
'Um elemento por dia civil no intervalo (UTC). Em intervalos multi-dia, `appointments` traz no máximo 2 itens por dia (primeiros por horário naquele dia UTC); `countAppointment` é sempre o total do dia.',
|
|
43
43
|
type: [AppointmentCalendarDayDto],
|
|
44
44
|
})
|
|
45
45
|
days: AppointmentCalendarDayDto[];
|