@rodrigobeber/patoai-dtos 3.25.7 → 3.25.9

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.
Files changed (72) hide show
  1. package/dist/uh/platform.dto.d.ts +1 -0
  2. package/dist/uh/platform.dto.js +2 -0
  3. package/dist/webchat/broadcast/webchat-broadcast-recipient.dto.d.ts +1 -1
  4. package/package.json +1 -1
  5. package/dist/agenda/create-appointments.dto.d.ts +0 -12
  6. package/dist/agenda/create-appointments.dto.js +0 -2
  7. package/dist/automation/broadcast-target.dto.d.ts +0 -4
  8. package/dist/automation/broadcast-target.dto.js +0 -2
  9. package/dist/automation/index.d.ts +0 -1
  10. package/dist/automation/index.js +0 -17
  11. package/dist/calendar/appointment-filter.dto.d.ts +0 -12
  12. package/dist/calendar/appointment-filter.dto.js +0 -2
  13. package/dist/calendar/appointment-status.enum.d.ts +0 -7
  14. package/dist/calendar/appointment-status.enum.js +0 -11
  15. package/dist/calendar/availability-window.dto.d.ts +0 -5
  16. package/dist/calendar/availability-window.dto.js +0 -2
  17. package/dist/calendar/calendar-filter.dto.d.ts +0 -4
  18. package/dist/calendar/calendar-filter.dto.js +0 -2
  19. package/dist/calendar/calendar.dto.d.ts +0 -11
  20. package/dist/calendar/calendar.dto.js +0 -2
  21. package/dist/calendar/create-appointment.dto.d.ts +0 -15
  22. package/dist/calendar/create-appointment.dto.js +0 -2
  23. package/dist/calendar/create-availability.dto.d.ts +0 -9
  24. package/dist/calendar/create-availability.dto.js +0 -2
  25. package/dist/calendar/create-bulk-availability.dto.d.ts +0 -9
  26. package/dist/calendar/create-bulk-availability.dto.js +0 -2
  27. package/dist/calendar/create-calendar.dto.d.ts +0 -7
  28. package/dist/calendar/create-calendar.dto.js +0 -2
  29. package/dist/calendar/date-range.dto.d.ts +0 -4
  30. package/dist/calendar/date-range.dto.js +0 -2
  31. package/dist/calendar/index.d.ts +0 -17
  32. package/dist/calendar/index.js +0 -33
  33. package/dist/calendar/time-slot.dto.d.ts +0 -4
  34. package/dist/calendar/time-slot.dto.js +0 -2
  35. package/dist/calendar/update-appointment.dto.d.ts +0 -10
  36. package/dist/calendar/update-appointment.dto.js +0 -2
  37. package/dist/calendar/update-calendar.dto.d.ts +0 -7
  38. package/dist/calendar/update-calendar.dto.js +0 -2
  39. package/dist/calendar/upflows-appointment-response.dto.d.ts +0 -14
  40. package/dist/calendar/upflows-appointment-response.dto.js +0 -2
  41. package/dist/calendar/upflows-availability-response.dto.d.ts +0 -10
  42. package/dist/calendar/upflows-availability-response.dto.js +0 -2
  43. package/dist/calendar/upflows-available-slot.dto.d.ts +0 -6
  44. package/dist/calendar/upflows-available-slot.dto.js +0 -2
  45. package/dist/calendar/upflows-create-appointment.dto.d.ts +0 -17
  46. package/dist/calendar/upflows-create-appointment.dto.js +0 -2
  47. package/dist/calendar/upflows-delete-appointment.dto.d.ts +0 -6
  48. package/dist/calendar/upflows-delete-appointment.dto.js +0 -2
  49. package/dist/calendar/upflows-get-availability.dto.d.ts +0 -9
  50. package/dist/calendar/upflows-get-availability.dto.js +0 -2
  51. package/dist/webchat/automation/create-broadcast-template.dto.d.ts +0 -10
  52. package/dist/webchat/automation/create-broadcast-template.dto.js +0 -2
  53. package/dist/webchat/automation/index.d.ts +0 -3
  54. package/dist/webchat/automation/index.js +0 -19
  55. package/dist/webchat/automation/webchat-create-followup.dto.d.ts +0 -10
  56. package/dist/webchat/automation/webchat-create-followup.dto.js +0 -2
  57. package/dist/webchat/automation/webchat-followup.dto.d.ts +0 -11
  58. package/dist/webchat/automation/webchat-followup.dto.js +0 -2
  59. package/dist/webchat/automation/webchat-update-followup.dto.d.ts +0 -7
  60. package/dist/webchat/automation/webchat-update-followup.dto.js +0 -2
  61. package/dist/webchat/calendar/webchat-create-appointment.d.ts +0 -3
  62. package/dist/webchat/calendar/webchat-create-appointment.js +0 -2
  63. package/dist/webchat/calendar/webchat-facility.dto.d.ts +0 -39
  64. package/dist/webchat/calendar/webchat-facility.dto.js +0 -2
  65. package/dist/webchat/calendar/webchat-report.dto.d.ts +0 -19
  66. package/dist/webchat/calendar/webchat-report.dto.js +0 -2
  67. package/dist/webchat/calendar/webchat-service.dto.d.ts +0 -20
  68. package/dist/webchat/calendar/webchat-service.dto.js +0 -2
  69. package/dist/webchat/calendar/webchat-update-appointment.d.ts +0 -3
  70. package/dist/webchat/calendar/webchat-update-appointment.js +0 -2
  71. package/dist/webchat/thread/webchat-broadcast.dto.d.ts +0 -0
  72. package/dist/webchat/thread/webchat-broadcast.dto.js +0 -1
@@ -1,5 +1,6 @@
1
1
  export declare enum PlatformEnum {
2
2
  EVOLUTION = "evolution",
3
+ ZAPI = "zapi",
3
4
  INSTAGRAM = "instagram",
4
5
  WHATSAPP = "whatsapp",
5
6
  TELEGRAM = "telegram",
@@ -4,6 +4,7 @@ exports.MessageEnum = exports.platformIconMap = exports.PlatformEnum = void 0;
4
4
  var PlatformEnum;
5
5
  (function (PlatformEnum) {
6
6
  PlatformEnum["EVOLUTION"] = "evolution";
7
+ PlatformEnum["ZAPI"] = "zapi";
7
8
  PlatformEnum["INSTAGRAM"] = "instagram";
8
9
  PlatformEnum["WHATSAPP"] = "whatsapp";
9
10
  PlatformEnum["TELEGRAM"] = "telegram";
@@ -15,6 +16,7 @@ var PlatformEnum;
15
16
  // mapa de platform + icone base 64
16
17
  exports.platformIconMap = {
17
18
  [PlatformEnum.EVOLUTION]: 'data:image/png;base64,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',
19
+ [PlatformEnum.ZAPI]: 'data:image/png;base64,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',
18
20
  [PlatformEnum.INSTAGRAM]: '',
19
21
  [PlatformEnum.WHATSAPP]: 'data:image/png;base64,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',
20
22
  [PlatformEnum.TELEGRAM]: '',
@@ -2,7 +2,7 @@ import { WebChatBroadcastRecipientStatusEnum } from './webchat-broadcast-status.
2
2
  export interface WebChatBroadcastRecipientDto {
3
3
  id?: number;
4
4
  userId: string;
5
- name: string;
5
+ name: string | null;
6
6
  status?: WebChatBroadcastRecipientStatusEnum;
7
7
  sentAt?: Date;
8
8
  failedAt?: Date;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rodrigobeber/patoai-dtos",
3
- "version": "3.25.7",
3
+ "version": "3.25.9",
4
4
  "description": "Data Transfer Objects for PatoAI",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -1,12 +0,0 @@
1
- export interface CreateAppointmentDto {
2
- idProfessional: number;
3
- idThread: string;
4
- startAt: Date;
5
- endAt: Date;
6
- idHuman?: number;
7
- title?: string;
8
- note?: string;
9
- attendeeName?: string;
10
- attendeePhone?: string;
11
- attendeeEmail?: string;
12
- }
@@ -1,2 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,4 +0,0 @@
1
- export interface BroadcastTargetDto {
2
- phone: string;
3
- name?: string;
4
- }
@@ -1,2 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1 +0,0 @@
1
- export * from './broadcast-target.dto';
@@ -1,17 +0,0 @@
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("./broadcast-target.dto"), exports);
@@ -1,12 +0,0 @@
1
- import { AppointmentStatusEnum } from './appointment-status.enum';
2
- export interface AppointmentFilterDto {
3
- idProfessional?: number;
4
- idFacility?: number;
5
- idThread?: string;
6
- startDate?: Date;
7
- endDate?: Date;
8
- statuses?: AppointmentStatusEnum[];
9
- attendeePhone?: string;
10
- attendeeEmail?: string;
11
- limit?: number;
12
- }
@@ -1,2 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,7 +0,0 @@
1
- export declare enum AppointmentStatusEnum {
2
- SCHEDULED = "scheduled",
3
- PENDING = "pending",
4
- CANCELED = "canceled",
5
- COMPLETED = "completed",
6
- NO_SHOW = "no-show"
7
- }
@@ -1,11 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.AppointmentStatusEnum = void 0;
4
- var AppointmentStatusEnum;
5
- (function (AppointmentStatusEnum) {
6
- AppointmentStatusEnum["SCHEDULED"] = "scheduled";
7
- AppointmentStatusEnum["PENDING"] = "pending";
8
- AppointmentStatusEnum["CANCELED"] = "canceled";
9
- AppointmentStatusEnum["COMPLETED"] = "completed";
10
- AppointmentStatusEnum["NO_SHOW"] = "no-show";
11
- })(AppointmentStatusEnum || (exports.AppointmentStatusEnum = AppointmentStatusEnum = {}));
@@ -1,5 +0,0 @@
1
- export interface AvailabilityWindowDto {
2
- idProfessional: number;
3
- idCalendar: number;
4
- window: string;
5
- }
@@ -1,2 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,4 +0,0 @@
1
- export interface CalendarFilterDto {
2
- idCrew?: number;
3
- active?: boolean;
4
- }
@@ -1,2 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,11 +0,0 @@
1
- export interface CalendarDto {
2
- id: number;
3
- idCrew: number;
4
- code: string;
5
- name: string;
6
- location?: string;
7
- color?: string;
8
- active: boolean;
9
- createdAt: Date;
10
- updatedAt: Date;
11
- }
@@ -1,2 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,15 +0,0 @@
1
- import { AppointmentStatusEnum } from './appointment-status.enum';
2
- export interface CreateAppointmentDto {
3
- idProfessional: number;
4
- idService?: number;
5
- idFacility: number;
6
- idThread: string;
7
- startAt: Date;
8
- endAt: Date;
9
- attendeeName?: string;
10
- attendeePhone?: string;
11
- attendeeEmail?: string;
12
- title?: string;
13
- note?: string;
14
- status?: AppointmentStatusEnum;
15
- }
@@ -1,2 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,9 +0,0 @@
1
- export interface AvailabilityPeriodDto {
2
- startAt: string;
3
- endAt: string;
4
- }
5
- export interface CreateAvailabilityDto {
6
- idProfessional: number;
7
- idFacility: number;
8
- periods: AvailabilityPeriodDto[];
9
- }
@@ -1,2 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,9 +0,0 @@
1
- import { DateRangeDto } from './date-range.dto';
2
- import { TimeSlotDto } from './time-slot.dto';
3
- export interface CreateBulkAvailabilityDto {
4
- idProfessionals: number[];
5
- idFacility: number;
6
- dateRange: DateRangeDto;
7
- timeSlots: TimeSlotDto[];
8
- weekDays?: number[];
9
- }
@@ -1,2 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,7 +0,0 @@
1
- export interface CreateCalendarDto {
2
- idCrew: number;
3
- code: string;
4
- name: string;
5
- location?: string;
6
- color?: string;
7
- }
@@ -1,2 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,4 +0,0 @@
1
- export interface DateRangeDto {
2
- startDate: Date;
3
- endDate: Date;
4
- }
@@ -1,2 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,17 +0,0 @@
1
- export * from './appointment-status.enum';
2
- export * from './appointment-filter.dto';
3
- export * from './calendar.dto';
4
- export * from './calendar-filter.dto';
5
- export * from './create-appointment.dto';
6
- export * from './create-availability.dto';
7
- export * from './create-bulk-availability.dto';
8
- export * from './create-calendar.dto';
9
- export * from './date-range.dto';
10
- export * from './time-slot.dto';
11
- export * from './update-calendar.dto';
12
- export * from './upflows-get-availability.dto';
13
- export * from './upflows-available-slot.dto';
14
- export * from './upflows-availability-response.dto';
15
- export * from './upflows-create-appointment.dto';
16
- export * from './upflows-appointment-response.dto';
17
- export * from './upflows-delete-appointment.dto';
@@ -1,33 +0,0 @@
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("./appointment-status.enum"), exports);
18
- __exportStar(require("./appointment-filter.dto"), exports);
19
- __exportStar(require("./calendar.dto"), exports);
20
- __exportStar(require("./calendar-filter.dto"), exports);
21
- __exportStar(require("./create-appointment.dto"), exports);
22
- __exportStar(require("./create-availability.dto"), exports);
23
- __exportStar(require("./create-bulk-availability.dto"), exports);
24
- __exportStar(require("./create-calendar.dto"), exports);
25
- __exportStar(require("./date-range.dto"), exports);
26
- __exportStar(require("./time-slot.dto"), exports);
27
- __exportStar(require("./update-calendar.dto"), exports);
28
- __exportStar(require("./upflows-get-availability.dto"), exports);
29
- __exportStar(require("./upflows-available-slot.dto"), exports);
30
- __exportStar(require("./upflows-availability-response.dto"), exports);
31
- __exportStar(require("./upflows-create-appointment.dto"), exports);
32
- __exportStar(require("./upflows-appointment-response.dto"), exports);
33
- __exportStar(require("./upflows-delete-appointment.dto"), exports);
@@ -1,4 +0,0 @@
1
- export interface TimeSlotDto {
2
- startTime: string;
3
- endTime: string;
4
- }
@@ -1,2 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,10 +0,0 @@
1
- export interface UpdateAppointmentDto {
2
- idService?: number;
3
- startAt?: Date;
4
- endAt?: Date;
5
- attendeeName?: string;
6
- attendeePhone?: string;
7
- attendeeEmail?: string;
8
- title?: string;
9
- note?: string;
10
- }
@@ -1,2 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,7 +0,0 @@
1
- export interface UpdateCalendarDto {
2
- code?: string;
3
- name?: string;
4
- location?: string;
5
- color?: string;
6
- active?: boolean;
7
- }
@@ -1,2 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,14 +0,0 @@
1
- export interface UpflowsAppointmentResponseDto {
2
- instruction?: string;
3
- error?: string;
4
- event?: {
5
- id: number;
6
- uid?: string;
7
- title?: string;
8
- description?: string;
9
- meetingUrl?: string;
10
- location?: string;
11
- start: string;
12
- durationMinutes: number;
13
- };
14
- }
@@ -1,2 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,10 +0,0 @@
1
- import { UpflowsAvailableSlotDto } from "./upflows-available-slot.dto";
2
- export interface UpflowsAvailabilityDto {
3
- nearestBefore: UpflowsAvailableSlotDto[];
4
- daysResearch: UpflowsAvailableSlotDto[];
5
- nearestAfter: UpflowsAvailableSlotDto[];
6
- }
7
- export interface UpflowsAvailabilityResponseDto {
8
- availability: UpflowsAvailabilityDto;
9
- timezone: string;
10
- }
@@ -1,2 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,6 +0,0 @@
1
- export interface UpflowsAvailableSlotDto {
2
- start: string;
3
- end: string;
4
- idProfessional: number;
5
- idFacilityRoom: number;
6
- }
@@ -1,2 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,17 +0,0 @@
1
- export interface UpflowsCreateAppointmentDto {
2
- idCrew: number;
3
- idThread: string;
4
- idProfessional: number;
5
- idFacilityRoom: number;
6
- facilityCode: string;
7
- serviceCode: string;
8
- start: string;
9
- duration: number;
10
- title?: string;
11
- note?: string;
12
- attendeeName?: string;
13
- attendeePhone?: string;
14
- attendeeEmail?: string;
15
- fixedLocation?: string;
16
- idRescheduleOf?: number | null;
17
- }
@@ -1,2 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,6 +0,0 @@
1
- export interface UpflowsDeleteAppointmentDto {
2
- idThread: string;
3
- idCrew: number;
4
- idAppointment: number;
5
- reason?: string;
6
- }
@@ -1,2 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,9 +0,0 @@
1
- export interface UpflowsGetAvailabilityDto {
2
- idCrew: number;
3
- idThread: string;
4
- facilityCode: string;
5
- serviceCode: string;
6
- timeMin: string;
7
- timeMax: string;
8
- offset: number;
9
- }
@@ -1,2 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,10 +0,0 @@
1
- import { BroadcastTargetDto } from "../../automation";
2
- export interface WebChatCreateBroadcastTemplateDto {
3
- idBroadcastTemplate: number;
4
- targets: BroadcastTargetDto[];
5
- name: string;
6
- completed: boolean;
7
- active: boolean;
8
- createdAt: Date;
9
- updatedAt: Date;
10
- }
@@ -1,2 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,3 +0,0 @@
1
- export * from './webchat-followup.dto';
2
- export * from './webchat-create-followup.dto';
3
- export * from './webchat-update-followup.dto';
@@ -1,19 +0,0 @@
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("./webchat-followup.dto"), exports);
18
- __exportStar(require("./webchat-create-followup.dto"), exports);
19
- __exportStar(require("./webchat-update-followup.dto"), exports);
@@ -1,10 +0,0 @@
1
- export interface WebChatCreateFollowUpDto {
2
- idCrew: number;
3
- idStage: number | null;
4
- followUp: number;
5
- interval: number;
6
- dayStartTime: string | null;
7
- dayEndTime: string | null;
8
- template: string | null;
9
- instruction: string | null;
10
- }
@@ -1,2 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,11 +0,0 @@
1
- export interface WebChatFollowUpDto {
2
- id: number;
3
- idCrew: number;
4
- idStage: number | null;
5
- followUp: number;
6
- interval: number;
7
- dayStartTime: string | null;
8
- dayEndTime: string | null;
9
- template: string | null;
10
- instruction: string | null;
11
- }
@@ -1,2 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,7 +0,0 @@
1
- export interface WebChatUpdateFollowUpDto {
2
- interval: number;
3
- dayStartTime: string | null;
4
- dayEndTime: string | null;
5
- template: string | null;
6
- instruction: string | null;
7
- }
@@ -1,2 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,3 +0,0 @@
1
- import { CreateAppointmentDto } from "../../agenda";
2
- export interface WebChatCreateAppointmentDto extends CreateAppointmentDto {
3
- }
@@ -1,2 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,39 +0,0 @@
1
- export interface WebChatCreateFacilityDto {
2
- name: string;
3
- code: string;
4
- color?: string;
5
- active?: boolean;
6
- }
7
- export interface WebChatUpdateFacilityDto {
8
- name?: string;
9
- code?: string;
10
- color?: string;
11
- active?: boolean;
12
- }
13
- export interface WebChatFacilityDto {
14
- id: number;
15
- idCrew: number;
16
- name: string;
17
- code: string;
18
- color?: string;
19
- active: boolean;
20
- rooms?: WebChatFacilityRoomDto[];
21
- }
22
- export interface WebChatCreateFacilityRoomDto {
23
- name: string;
24
- active?: boolean;
25
- }
26
- export interface WebChatUpdateFacilityRoomDto {
27
- name?: string;
28
- active?: boolean;
29
- }
30
- export interface WebChatFacilityRoomDto {
31
- id: number;
32
- idFacility: number;
33
- name: string;
34
- active: boolean;
35
- facility?: {
36
- id: number;
37
- name: string;
38
- };
39
- }
@@ -1,2 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,19 +0,0 @@
1
- export interface WebChatRequestAgendaReportDto {
2
- startDate: Date;
3
- endDate: Date;
4
- idCalendar: number | null;
5
- }
6
- export interface WebChatAgendaReportRowDto {
7
- idAppointment: number;
8
- idCalendar: number;
9
- calendarName: string;
10
- userPhone: string;
11
- userName: string;
12
- title: string;
13
- startAt: Date;
14
- endAt: Date;
15
- status: string;
16
- professionalName: string;
17
- stageName: string;
18
- idHumanCreated: number;
19
- }
@@ -1,2 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,20 +0,0 @@
1
- export interface WebChatCreateServiceDto {
2
- name: string;
3
- code: string;
4
- duration: number;
5
- active?: boolean;
6
- }
7
- export interface WebChatUpdateServiceDto {
8
- name?: string;
9
- code?: string;
10
- duration?: number;
11
- active?: boolean;
12
- }
13
- export interface WebChatServiceDto {
14
- id: number;
15
- idCrew: number;
16
- name: string;
17
- code: string;
18
- duration: number;
19
- active: boolean;
20
- }
@@ -1,2 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,3 +0,0 @@
1
- import { UpdateAppointmentDto } from "../../agenda";
2
- export interface WebChatUpdateAppointmentDto extends UpdateAppointmentDto {
3
- }
@@ -1,2 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
File without changes
@@ -1 +0,0 @@
1
- "use strict";