evo360-types 1.3.364 → 1.3.365

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.
@@ -12,7 +12,7 @@ export type EvoIntegrationsPermissions = (typeof EvoIntegrationsPermissions)[key
12
12
  export declare const SYNC_RUN_PUBSUB_TOPIC = "evo-integrations.sync_runs";
13
13
  export declare const SYNC_RUN_HANDLER = "evo-integrations.sync-run";
14
14
  export type CapabilityEntity = "appointment" | "patient" | "payment" | "sync";
15
- export type CapabilityName = "appointment.get" | "appointment.list" | "appointment.create" | "appointment.update" | "appointment.cancel" | "appointment.confirm" | "appointment.reschedule" | "patient.get" | "patient.list" | "patient.create" | "patient.update" | "patient.document.upload" | "payment.update" | "sync.appointments";
15
+ export type CapabilityName = "appointment.get" | "appointment.list" | "appointment.create" | "appointment.update" | "appointment.cancel" | "appointment.confirm" | "appointment.reschedule" | "patient.get" | "patient.list" | "patient.create" | "patient.update" | "patient.delete" | "patient.document.upload" | "payment.update" | "sync.appointments";
16
16
  /**
17
17
  * Capabilities obrigatórias em qualquer adapter. Sem elas, o adapter
18
18
  * não pode ser ativado. `appointment.get` é fundamental pra auto-deleção
@@ -52,6 +52,7 @@ export type CapabilityName =
52
52
  | "patient.list"
53
53
  | "patient.create"
54
54
  | "patient.update"
55
+ | "patient.delete"
55
56
  | "patient.document.upload"
56
57
  | "payment.update"
57
58
  | "sync.appointments";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "evo360-types",
3
- "version": "1.3.364",
3
+ "version": "1.3.365",
4
4
  "description": "HREVO360 Shared Types",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",