evo360-types 1.3.92 → 1.3.93

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.
@@ -4,13 +4,7 @@ import type {
4
4
  IGeoPoint,
5
5
  ITag,
6
6
  } from "../../shared";
7
- import {
8
- AppointmentStatusType,
9
- AppointmentType,
10
- IAppointmentRequestType,
11
- IAppointmentSource,
12
- } from "../dic";
13
- import { IProcedure } from "../procedure";
7
+ import { AppointmentStatusType, AppointmentType } from "../dic";
14
8
  // Enums para status de pagamento
15
9
  export const AppointmentPaymentStatusEnum = {
16
10
  Paid: "paid",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "evo360-types",
3
- "version": "1.3.92",
3
+ "version": "1.3.93",
4
4
  "description": "HREVO360 Shared Types",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",