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
|