/** Declares a named HighLevel sub-account binding for an automation. */ export declare const highLevelAccount: (binding?: string, authorizationHints?: import("../..").AccountAuthorizationHint<"highlevel">[] | undefined) => import("../..").IntegrationAccountReference<"highlevel">; /** HighLevel CRM actions and signed webhook triggers. */ export declare const highlevel: { onAppointmentCreated: import("../../automation/create-trigger").TriggerFactory<{ account: import("@automate.ax/catalog").IntegrationAccountRequirement<"highlevel">; type: "highlevel.appointment.created"; }>; onAppointmentDeleted: import("../../automation/create-trigger").TriggerFactory<{ account: import("@automate.ax/catalog").IntegrationAccountRequirement<"highlevel">; type: "highlevel.appointment.deleted"; }>; onAppointmentUpdated: import("../../automation/create-trigger").TriggerFactory<{ account: import("@automate.ax/catalog").IntegrationAccountRequirement<"highlevel">; type: "highlevel.appointment.updated"; }>; onCampaignStatusUpdated: import("../../automation/create-trigger").TriggerFactory<{ account: import("@automate.ax/catalog").IntegrationAccountRequirement<"highlevel">; type: "highlevel.campaign.statusUpdated"; }>; onContactCreated: import("../../automation/create-trigger").TriggerFactory<{ account: import("@automate.ax/catalog").IntegrationAccountRequirement<"highlevel">; type: "highlevel.contact.created"; }>; onContactDeleted: import("../../automation/create-trigger").TriggerFactory<{ account: import("@automate.ax/catalog").IntegrationAccountRequirement<"highlevel">; type: "highlevel.contact.deleted"; }>; onContactDndUpdated: import("../../automation/create-trigger").TriggerFactory<{ account: import("@automate.ax/catalog").IntegrationAccountRequirement<"highlevel">; type: "highlevel.contact.dndUpdated"; }>; onContactTagsUpdated: import("../../automation/create-trigger").TriggerFactory<{ account: import("@automate.ax/catalog").IntegrationAccountRequirement<"highlevel">; type: "highlevel.contact.tagsUpdated"; }>; onContactUpdated: import("../../automation/create-trigger").TriggerFactory<{ account: import("@automate.ax/catalog").IntegrationAccountRequirement<"highlevel">; type: "highlevel.contact.updated"; }>; onConversationUnreadUpdated: import("../../automation/create-trigger").TriggerFactory<{ account: import("@automate.ax/catalog").IntegrationAccountRequirement<"highlevel">; type: "highlevel.conversation.unreadUpdated"; }>; onConversationUpdated: import("../../automation/create-trigger").TriggerFactory<{ account: import("@automate.ax/catalog").IntegrationAccountRequirement<"highlevel">; type: "highlevel.conversation.updated"; }>; onEvent: import("../../automation/create-trigger").TriggerFactory<{ account: import("@automate.ax/catalog").IntegrationAccountRequirement<"highlevel">; type: "highlevel.event"; }>; onLocationUpdated: import("../../automation/create-trigger").TriggerFactory<{ account: import("@automate.ax/catalog").IntegrationAccountRequirement<"highlevel">; type: "highlevel.location.updated"; }>; onMessageReceived: import("../../automation/create-trigger").TriggerFactory<{ account: import("@automate.ax/catalog").IntegrationAccountRequirement<"highlevel">; type: "highlevel.message.received"; }>; onMessageSent: import("../../automation/create-trigger").TriggerFactory<{ account: import("@automate.ax/catalog").IntegrationAccountRequirement<"highlevel">; type: "highlevel.message.sent"; }>; onNoteCreated: import("../../automation/create-trigger").TriggerFactory<{ account: import("@automate.ax/catalog").IntegrationAccountRequirement<"highlevel">; type: "highlevel.note.created"; }>; onNoteDeleted: import("../../automation/create-trigger").TriggerFactory<{ account: import("@automate.ax/catalog").IntegrationAccountRequirement<"highlevel">; type: "highlevel.note.deleted"; }>; onNoteUpdated: import("../../automation/create-trigger").TriggerFactory<{ account: import("@automate.ax/catalog").IntegrationAccountRequirement<"highlevel">; type: "highlevel.note.updated"; }>; onOpportunityAssigneeUpdated: import("../../automation/create-trigger").TriggerFactory<{ account: import("@automate.ax/catalog").IntegrationAccountRequirement<"highlevel">; type: "highlevel.opportunity.assigneeUpdated"; }>; onOpportunityCreated: import("../../automation/create-trigger").TriggerFactory<{ account: import("@automate.ax/catalog").IntegrationAccountRequirement<"highlevel">; type: "highlevel.opportunity.created"; }>; onOpportunityDeleted: import("../../automation/create-trigger").TriggerFactory<{ account: import("@automate.ax/catalog").IntegrationAccountRequirement<"highlevel">; type: "highlevel.opportunity.deleted"; }>; onOpportunityStageUpdated: import("../../automation/create-trigger").TriggerFactory<{ account: import("@automate.ax/catalog").IntegrationAccountRequirement<"highlevel">; type: "highlevel.opportunity.stageUpdated"; }>; onOpportunityStatusUpdated: import("../../automation/create-trigger").TriggerFactory<{ account: import("@automate.ax/catalog").IntegrationAccountRequirement<"highlevel">; type: "highlevel.opportunity.statusUpdated"; }>; onOpportunityUpdated: import("../../automation/create-trigger").TriggerFactory<{ account: import("@automate.ax/catalog").IntegrationAccountRequirement<"highlevel">; type: "highlevel.opportunity.updated"; }>; onOpportunityValueUpdated: import("../../automation/create-trigger").TriggerFactory<{ account: import("@automate.ax/catalog").IntegrationAccountRequirement<"highlevel">; type: "highlevel.opportunity.valueUpdated"; }>; onTaskCompleted: import("../../automation/create-trigger").TriggerFactory<{ account: import("@automate.ax/catalog").IntegrationAccountRequirement<"highlevel">; type: "highlevel.task.completed"; }>; onTaskCreated: import("../../automation/create-trigger").TriggerFactory<{ account: import("@automate.ax/catalog").IntegrationAccountRequirement<"highlevel">; type: "highlevel.task.created"; }>; onTaskDeleted: import("../../automation/create-trigger").TriggerFactory<{ account: import("@automate.ax/catalog").IntegrationAccountRequirement<"highlevel">; type: "highlevel.task.deleted"; }>; onUserCreated: import("../../automation/create-trigger").TriggerFactory<{ account: import("@automate.ax/catalog").IntegrationAccountRequirement<"highlevel">; type: "highlevel.user.created"; }>; onUserDeleted: import("../../automation/create-trigger").TriggerFactory<{ account: import("@automate.ax/catalog").IntegrationAccountRequirement<"highlevel">; type: "highlevel.user.deleted"; }>; onUserUpdated: import("../../automation/create-trigger").TriggerFactory<{ account: import("@automate.ax/catalog").IntegrationAccountRequirement<"highlevel">; type: "highlevel.user.updated"; }>; listContacts: import("../..").DefinedAction, unknown, import("zod/v4/core").$ZodTypeInternals, unknown>>, import("zod").ZodType<{ contacts?: { id?: string | undefined; locationId?: string | undefined; email?: string | null | undefined; timezone?: string | null | undefined; country?: string | undefined; source?: string | null | undefined; dateAdded?: string | undefined; customFields?: { id?: string | undefined; value?: string | undefined; }[] | undefined; tags?: string[] | undefined; businessId?: string | null | undefined; attributions?: { url: string; campaign?: string | null | undefined; utmSource?: string | null | undefined; utmMedium?: string | null | undefined; utmContent?: string | null | undefined; referrer?: string | null | undefined; campaignId?: string | null | undefined; fbclid?: string | null | undefined; gclid?: string | null | undefined; msclikid?: string | null | undefined; dclid?: string | null | undefined; fbc?: string | null | undefined; fbp?: string | null | undefined; fbEventId?: string | null | undefined; userAgent?: string | null | undefined; ip?: string | null | undefined; medium?: string | null | undefined; mediumId?: string | null | undefined; }[] | undefined; followers?: string[] | undefined; }[] | undefined; count?: number | undefined; }, unknown, import("zod/v4/core").$ZodTypeInternals<{ contacts?: { id?: string | undefined; locationId?: string | undefined; email?: string | null | undefined; timezone?: string | null | undefined; country?: string | undefined; source?: string | null | undefined; dateAdded?: string | undefined; customFields?: { id?: string | undefined; value?: string | undefined; }[] | undefined; tags?: string[] | undefined; businessId?: string | null | undefined; attributions?: { url: string; campaign?: string | null | undefined; utmSource?: string | null | undefined; utmMedium?: string | null | undefined; utmContent?: string | null | undefined; referrer?: string | null | undefined; campaignId?: string | null | undefined; fbclid?: string | null | undefined; gclid?: string | null | undefined; msclikid?: string | null | undefined; dclid?: string | null | undefined; fbc?: string | null | undefined; fbp?: string | null | undefined; fbEventId?: string | null | undefined; userAgent?: string | null | undefined; ip?: string | null | undefined; medium?: string | null | undefined; mediumId?: string | null | undefined; }[] | undefined; followers?: string[] | undefined; }[] | undefined; count?: number | undefined; }, unknown>>, "highlevel", false, never>; getContact: import("../..").DefinedAction, unknown, import("zod/v4/core").$ZodTypeInternals, unknown>>, import("zod").ZodType<{ contact?: { id?: string | undefined; name?: string | undefined; locationId?: string | undefined; firstName?: string | undefined; lastName?: string | undefined; email?: string | undefined; emailLowerCase?: string | undefined; timezone?: string | undefined; companyName?: string | undefined; phone?: string | undefined; dnd?: boolean | undefined; dndSettings?: { Call?: { status: "active" | "inactive" | "permanent"; message?: string | undefined; code?: string | undefined; } | undefined; Email?: { status: "active" | "inactive" | "permanent"; message?: string | undefined; code?: string | undefined; } | undefined; SMS?: { status: "active" | "inactive" | "permanent"; message?: string | undefined; code?: string | undefined; } | undefined; WhatsApp?: { status: "active" | "inactive" | "permanent"; message?: string | undefined; code?: string | undefined; } | undefined; GMB?: { status: "active" | "inactive" | "permanent"; message?: string | undefined; code?: string | undefined; } | undefined; FB?: { status: "active" | "inactive" | "permanent"; message?: string | undefined; code?: string | undefined; } | undefined; } | undefined; type?: string | undefined; source?: string | undefined; assignedTo?: string | undefined; address1?: string | undefined; city?: string | undefined; state?: string | undefined; country?: string | undefined; postalCode?: string | undefined; website?: string | undefined; tags?: string[] | undefined; dateOfBirth?: string | undefined; dateAdded?: string | undefined; dateUpdated?: string | undefined; attachments?: string | undefined; ssn?: string | undefined; keyword?: string | undefined; firstNameLowerCase?: string | undefined; fullNameLowerCase?: string | undefined; lastNameLowerCase?: string | undefined; lastActivity?: string | undefined; customFields?: { id?: string | undefined; value?: string | undefined; }[] | undefined; businessId?: string | undefined; attributionSource?: { url: string; campaign?: string | null | undefined; utmSource?: string | null | undefined; utmMedium?: string | null | undefined; utmContent?: string | null | undefined; referrer?: string | null | undefined; campaignId?: string | null | undefined; fbclid?: string | null | undefined; gclid?: string | null | undefined; msclikid?: string | null | undefined; dclid?: string | null | undefined; fbc?: string | null | undefined; fbp?: string | null | undefined; fbEventId?: string | null | undefined; userAgent?: string | null | undefined; ip?: string | null | undefined; medium?: string | null | undefined; mediumId?: string | null | undefined; } | undefined; lastAttributionSource?: { url: string; campaign?: string | null | undefined; utmSource?: string | null | undefined; utmMedium?: string | null | undefined; utmContent?: string | null | undefined; referrer?: string | null | undefined; campaignId?: string | null | undefined; fbclid?: string | null | undefined; gclid?: string | null | undefined; msclikid?: string | null | undefined; dclid?: string | null | undefined; fbc?: string | null | undefined; fbp?: string | null | undefined; fbEventId?: string | null | undefined; userAgent?: string | null | undefined; ip?: string | null | undefined; medium?: string | null | undefined; mediumId?: string | null | undefined; } | undefined; visitorId?: string | undefined; } | undefined; }, unknown, import("zod/v4/core").$ZodTypeInternals<{ contact?: { id?: string | undefined; name?: string | undefined; locationId?: string | undefined; firstName?: string | undefined; lastName?: string | undefined; email?: string | undefined; emailLowerCase?: string | undefined; timezone?: string | undefined; companyName?: string | undefined; phone?: string | undefined; dnd?: boolean | undefined; dndSettings?: { Call?: { status: "active" | "inactive" | "permanent"; message?: string | undefined; code?: string | undefined; } | undefined; Email?: { status: "active" | "inactive" | "permanent"; message?: string | undefined; code?: string | undefined; } | undefined; SMS?: { status: "active" | "inactive" | "permanent"; message?: string | undefined; code?: string | undefined; } | undefined; WhatsApp?: { status: "active" | "inactive" | "permanent"; message?: string | undefined; code?: string | undefined; } | undefined; GMB?: { status: "active" | "inactive" | "permanent"; message?: string | undefined; code?: string | undefined; } | undefined; FB?: { status: "active" | "inactive" | "permanent"; message?: string | undefined; code?: string | undefined; } | undefined; } | undefined; type?: string | undefined; source?: string | undefined; assignedTo?: string | undefined; address1?: string | undefined; city?: string | undefined; state?: string | undefined; country?: string | undefined; postalCode?: string | undefined; website?: string | undefined; tags?: string[] | undefined; dateOfBirth?: string | undefined; dateAdded?: string | undefined; dateUpdated?: string | undefined; attachments?: string | undefined; ssn?: string | undefined; keyword?: string | undefined; firstNameLowerCase?: string | undefined; fullNameLowerCase?: string | undefined; lastNameLowerCase?: string | undefined; lastActivity?: string | undefined; customFields?: { id?: string | undefined; value?: string | undefined; }[] | undefined; businessId?: string | undefined; attributionSource?: { url: string; campaign?: string | null | undefined; utmSource?: string | null | undefined; utmMedium?: string | null | undefined; utmContent?: string | null | undefined; referrer?: string | null | undefined; campaignId?: string | null | undefined; fbclid?: string | null | undefined; gclid?: string | null | undefined; msclikid?: string | null | undefined; dclid?: string | null | undefined; fbc?: string | null | undefined; fbp?: string | null | undefined; fbEventId?: string | null | undefined; userAgent?: string | null | undefined; ip?: string | null | undefined; medium?: string | null | undefined; mediumId?: string | null | undefined; } | undefined; lastAttributionSource?: { url: string; campaign?: string | null | undefined; utmSource?: string | null | undefined; utmMedium?: string | null | undefined; utmContent?: string | null | undefined; referrer?: string | null | undefined; campaignId?: string | null | undefined; fbclid?: string | null | undefined; gclid?: string | null | undefined; msclikid?: string | null | undefined; dclid?: string | null | undefined; fbc?: string | null | undefined; fbp?: string | null | undefined; fbEventId?: string | null | undefined; userAgent?: string | null | undefined; ip?: string | null | undefined; medium?: string | null | undefined; mediumId?: string | null | undefined; } | undefined; visitorId?: string | undefined; } | undefined; }, unknown>>, "highlevel", false, never>; searchContacts: import("../..").DefinedAction, unknown, import("zod/v4/core").$ZodTypeInternals, unknown>>, import("zod").ZodType<{ [x: string]: import("@automate.ax/codec").Encodable; }, unknown, import("zod/v4/core").$ZodTypeInternals<{ [x: string]: import("@automate.ax/codec").Encodable; }, unknown>>, "highlevel", false, never>; findDuplicateContact: import("../..").DefinedAction, unknown, import("zod/v4/core").$ZodTypeInternals, unknown>>, import("zod").ZodType<{ [x: string]: import("@automate.ax/codec").Encodable; }, unknown, import("zod/v4/core").$ZodTypeInternals<{ [x: string]: import("@automate.ax/codec").Encodable; }, unknown>>, "highlevel", false, never>; createContact: import("../..").DefinedAction, unknown, import("zod/v4/core").$ZodTypeInternals, unknown>>, import("zod").ZodType<{ contact?: { id?: string | undefined; dateAdded?: string | undefined; dateUpdated?: string | undefined; deleted?: boolean | undefined; tags?: string[] | undefined; type?: string | undefined; customFields?: { id?: string | undefined; value?: string | undefined; }[] | undefined; locationId?: string | undefined; firstName?: string | undefined; firstNameLowerCase?: string | undefined; fullNameLowerCase?: string | undefined; lastName?: string | undefined; lastNameLowerCase?: string | undefined; email?: string | undefined; emailLowerCase?: string | undefined; bounceEmail?: boolean | undefined; unsubscribeEmail?: boolean | undefined; dnd?: boolean | undefined; dndSettings?: { Call?: { status: "active" | "inactive" | "permanent"; message?: string | undefined; code?: string | undefined; } | undefined; Email?: { status: "active" | "inactive" | "permanent"; message?: string | undefined; code?: string | undefined; } | undefined; SMS?: { status: "active" | "inactive" | "permanent"; message?: string | undefined; code?: string | undefined; } | undefined; WhatsApp?: { status: "active" | "inactive" | "permanent"; message?: string | undefined; code?: string | undefined; } | undefined; GMB?: { status: "active" | "inactive" | "permanent"; message?: string | undefined; code?: string | undefined; } | undefined; FB?: { status: "active" | "inactive" | "permanent"; message?: string | undefined; code?: string | undefined; } | undefined; } | undefined; phone?: string | undefined; address1?: string | undefined; city?: string | undefined; state?: string | undefined; country?: string | undefined; postalCode?: string | undefined; website?: string | undefined; source?: string | undefined; companyName?: string | undefined; dateOfBirth?: string | undefined; birthMonth?: number | undefined; birthDay?: number | undefined; lastSessionActivityAt?: string | undefined; offers?: string[] | undefined; products?: string[] | undefined; businessId?: string | undefined; assignedTo?: string | undefined; } | undefined; }, unknown, import("zod/v4/core").$ZodTypeInternals<{ contact?: { id?: string | undefined; dateAdded?: string | undefined; dateUpdated?: string | undefined; deleted?: boolean | undefined; tags?: string[] | undefined; type?: string | undefined; customFields?: { id?: string | undefined; value?: string | undefined; }[] | undefined; locationId?: string | undefined; firstName?: string | undefined; firstNameLowerCase?: string | undefined; fullNameLowerCase?: string | undefined; lastName?: string | undefined; lastNameLowerCase?: string | undefined; email?: string | undefined; emailLowerCase?: string | undefined; bounceEmail?: boolean | undefined; unsubscribeEmail?: boolean | undefined; dnd?: boolean | undefined; dndSettings?: { Call?: { status: "active" | "inactive" | "permanent"; message?: string | undefined; code?: string | undefined; } | undefined; Email?: { status: "active" | "inactive" | "permanent"; message?: string | undefined; code?: string | undefined; } | undefined; SMS?: { status: "active" | "inactive" | "permanent"; message?: string | undefined; code?: string | undefined; } | undefined; WhatsApp?: { status: "active" | "inactive" | "permanent"; message?: string | undefined; code?: string | undefined; } | undefined; GMB?: { status: "active" | "inactive" | "permanent"; message?: string | undefined; code?: string | undefined; } | undefined; FB?: { status: "active" | "inactive" | "permanent"; message?: string | undefined; code?: string | undefined; } | undefined; } | undefined; phone?: string | undefined; address1?: string | undefined; city?: string | undefined; state?: string | undefined; country?: string | undefined; postalCode?: string | undefined; website?: string | undefined; source?: string | undefined; companyName?: string | undefined; dateOfBirth?: string | undefined; birthMonth?: number | undefined; birthDay?: number | undefined; lastSessionActivityAt?: string | undefined; offers?: string[] | undefined; products?: string[] | undefined; businessId?: string | undefined; assignedTo?: string | undefined; } | undefined; }, unknown>>, "highlevel", false, never>; upsertContact: import("../..").DefinedAction, unknown, import("zod/v4/core").$ZodTypeInternals, unknown>>, import("zod").ZodType<{ new?: boolean | undefined; contact?: { id?: string | undefined; name?: string | undefined; locationId?: string | undefined; firstName?: string | undefined; lastName?: string | undefined; email?: string | undefined; emailLowerCase?: string | undefined; timezone?: string | undefined; companyName?: string | undefined; phone?: string | undefined; dnd?: boolean | undefined; dndSettings?: { Call?: { status: "active" | "inactive" | "permanent"; message?: string | undefined; code?: string | undefined; } | undefined; Email?: { status: "active" | "inactive" | "permanent"; message?: string | undefined; code?: string | undefined; } | undefined; SMS?: { status: "active" | "inactive" | "permanent"; message?: string | undefined; code?: string | undefined; } | undefined; WhatsApp?: { status: "active" | "inactive" | "permanent"; message?: string | undefined; code?: string | undefined; } | undefined; GMB?: { status: "active" | "inactive" | "permanent"; message?: string | undefined; code?: string | undefined; } | undefined; FB?: { status: "active" | "inactive" | "permanent"; message?: string | undefined; code?: string | undefined; } | undefined; } | undefined; type?: string | undefined; source?: string | undefined; assignedTo?: string | undefined; address1?: string | undefined; city?: string | undefined; state?: string | undefined; country?: string | undefined; postalCode?: string | undefined; website?: string | undefined; tags?: string[] | undefined; dateOfBirth?: string | undefined; dateAdded?: string | undefined; dateUpdated?: string | undefined; attachments?: string | undefined; ssn?: string | undefined; keyword?: string | undefined; firstNameLowerCase?: string | undefined; fullNameLowerCase?: string | undefined; lastNameLowerCase?: string | undefined; lastActivity?: string | undefined; customFields?: { id?: string | undefined; value?: string | undefined; }[] | undefined; businessId?: string | undefined; attributionSource?: { url: string; campaign?: string | null | undefined; utmSource?: string | null | undefined; utmMedium?: string | null | undefined; utmContent?: string | null | undefined; referrer?: string | null | undefined; campaignId?: string | null | undefined; fbclid?: string | null | undefined; gclid?: string | null | undefined; msclikid?: string | null | undefined; dclid?: string | null | undefined; fbc?: string | null | undefined; fbp?: string | null | undefined; fbEventId?: string | null | undefined; userAgent?: string | null | undefined; ip?: string | null | undefined; medium?: string | null | undefined; mediumId?: string | null | undefined; } | undefined; lastAttributionSource?: { url: string; campaign?: string | null | undefined; utmSource?: string | null | undefined; utmMedium?: string | null | undefined; utmContent?: string | null | undefined; referrer?: string | null | undefined; campaignId?: string | null | undefined; fbclid?: string | null | undefined; gclid?: string | null | undefined; msclikid?: string | null | undefined; dclid?: string | null | undefined; fbc?: string | null | undefined; fbp?: string | null | undefined; fbEventId?: string | null | undefined; userAgent?: string | null | undefined; ip?: string | null | undefined; medium?: string | null | undefined; mediumId?: string | null | undefined; } | undefined; visitorId?: string | undefined; } | undefined; traceId?: string | undefined; }, unknown, import("zod/v4/core").$ZodTypeInternals<{ new?: boolean | undefined; contact?: { id?: string | undefined; name?: string | undefined; locationId?: string | undefined; firstName?: string | undefined; lastName?: string | undefined; email?: string | undefined; emailLowerCase?: string | undefined; timezone?: string | undefined; companyName?: string | undefined; phone?: string | undefined; dnd?: boolean | undefined; dndSettings?: { Call?: { status: "active" | "inactive" | "permanent"; message?: string | undefined; code?: string | undefined; } | undefined; Email?: { status: "active" | "inactive" | "permanent"; message?: string | undefined; code?: string | undefined; } | undefined; SMS?: { status: "active" | "inactive" | "permanent"; message?: string | undefined; code?: string | undefined; } | undefined; WhatsApp?: { status: "active" | "inactive" | "permanent"; message?: string | undefined; code?: string | undefined; } | undefined; GMB?: { status: "active" | "inactive" | "permanent"; message?: string | undefined; code?: string | undefined; } | undefined; FB?: { status: "active" | "inactive" | "permanent"; message?: string | undefined; code?: string | undefined; } | undefined; } | undefined; type?: string | undefined; source?: string | undefined; assignedTo?: string | undefined; address1?: string | undefined; city?: string | undefined; state?: string | undefined; country?: string | undefined; postalCode?: string | undefined; website?: string | undefined; tags?: string[] | undefined; dateOfBirth?: string | undefined; dateAdded?: string | undefined; dateUpdated?: string | undefined; attachments?: string | undefined; ssn?: string | undefined; keyword?: string | undefined; firstNameLowerCase?: string | undefined; fullNameLowerCase?: string | undefined; lastNameLowerCase?: string | undefined; lastActivity?: string | undefined; customFields?: { id?: string | undefined; value?: string | undefined; }[] | undefined; businessId?: string | undefined; attributionSource?: { url: string; campaign?: string | null | undefined; utmSource?: string | null | undefined; utmMedium?: string | null | undefined; utmContent?: string | null | undefined; referrer?: string | null | undefined; campaignId?: string | null | undefined; fbclid?: string | null | undefined; gclid?: string | null | undefined; msclikid?: string | null | undefined; dclid?: string | null | undefined; fbc?: string | null | undefined; fbp?: string | null | undefined; fbEventId?: string | null | undefined; userAgent?: string | null | undefined; ip?: string | null | undefined; medium?: string | null | undefined; mediumId?: string | null | undefined; } | undefined; lastAttributionSource?: { url: string; campaign?: string | null | undefined; utmSource?: string | null | undefined; utmMedium?: string | null | undefined; utmContent?: string | null | undefined; referrer?: string | null | undefined; campaignId?: string | null | undefined; fbclid?: string | null | undefined; gclid?: string | null | undefined; msclikid?: string | null | undefined; dclid?: string | null | undefined; fbc?: string | null | undefined; fbp?: string | null | undefined; fbEventId?: string | null | undefined; userAgent?: string | null | undefined; ip?: string | null | undefined; medium?: string | null | undefined; mediumId?: string | null | undefined; } | undefined; visitorId?: string | undefined; } | undefined; traceId?: string | undefined; }, unknown>>, "highlevel", false, never>; updateContact: import("../..").DefinedAction, unknown, import("zod/v4/core").$ZodTypeInternals, unknown>>, import("zod").ZodType<{ succeded?: boolean | undefined; contact?: { id?: string | undefined; name?: string | undefined; locationId?: string | undefined; firstName?: string | undefined; lastName?: string | undefined; email?: string | undefined; emailLowerCase?: string | undefined; timezone?: string | undefined; companyName?: string | undefined; phone?: string | undefined; dnd?: boolean | undefined; dndSettings?: { Call?: { status: "active" | "inactive" | "permanent"; message?: string | undefined; code?: string | undefined; } | undefined; Email?: { status: "active" | "inactive" | "permanent"; message?: string | undefined; code?: string | undefined; } | undefined; SMS?: { status: "active" | "inactive" | "permanent"; message?: string | undefined; code?: string | undefined; } | undefined; WhatsApp?: { status: "active" | "inactive" | "permanent"; message?: string | undefined; code?: string | undefined; } | undefined; GMB?: { status: "active" | "inactive" | "permanent"; message?: string | undefined; code?: string | undefined; } | undefined; FB?: { status: "active" | "inactive" | "permanent"; message?: string | undefined; code?: string | undefined; } | undefined; } | undefined; type?: string | undefined; source?: string | undefined; assignedTo?: string | undefined; address1?: string | undefined; city?: string | undefined; state?: string | undefined; country?: string | undefined; postalCode?: string | undefined; website?: string | undefined; tags?: string[] | undefined; dateOfBirth?: string | undefined; dateAdded?: string | undefined; dateUpdated?: string | undefined; attachments?: string | undefined; ssn?: string | undefined; keyword?: string | undefined; firstNameLowerCase?: string | undefined; fullNameLowerCase?: string | undefined; lastNameLowerCase?: string | undefined; lastActivity?: string | undefined; customFields?: { id?: string | undefined; value?: string | undefined; }[] | undefined; businessId?: string | undefined; attributionSource?: { url: string; campaign?: string | null | undefined; utmSource?: string | null | undefined; utmMedium?: string | null | undefined; utmContent?: string | null | undefined; referrer?: string | null | undefined; campaignId?: string | null | undefined; fbclid?: string | null | undefined; gclid?: string | null | undefined; msclikid?: string | null | undefined; dclid?: string | null | undefined; fbc?: string | null | undefined; fbp?: string | null | undefined; fbEventId?: string | null | undefined; userAgent?: string | null | undefined; ip?: string | null | undefined; medium?: string | null | undefined; mediumId?: string | null | undefined; } | undefined; lastAttributionSource?: { url: string; campaign?: string | null | undefined; utmSource?: string | null | undefined; utmMedium?: string | null | undefined; utmContent?: string | null | undefined; referrer?: string | null | undefined; campaignId?: string | null | undefined; fbclid?: string | null | undefined; gclid?: string | null | undefined; msclikid?: string | null | undefined; dclid?: string | null | undefined; fbc?: string | null | undefined; fbp?: string | null | undefined; fbEventId?: string | null | undefined; userAgent?: string | null | undefined; ip?: string | null | undefined; medium?: string | null | undefined; mediumId?: string | null | undefined; } | undefined; visitorId?: string | undefined; } | undefined; }, unknown, import("zod/v4/core").$ZodTypeInternals<{ succeded?: boolean | undefined; contact?: { id?: string | undefined; name?: string | undefined; locationId?: string | undefined; firstName?: string | undefined; lastName?: string | undefined; email?: string | undefined; emailLowerCase?: string | undefined; timezone?: string | undefined; companyName?: string | undefined; phone?: string | undefined; dnd?: boolean | undefined; dndSettings?: { Call?: { status: "active" | "inactive" | "permanent"; message?: string | undefined; code?: string | undefined; } | undefined; Email?: { status: "active" | "inactive" | "permanent"; message?: string | undefined; code?: string | undefined; } | undefined; SMS?: { status: "active" | "inactive" | "permanent"; message?: string | undefined; code?: string | undefined; } | undefined; WhatsApp?: { status: "active" | "inactive" | "permanent"; message?: string | undefined; code?: string | undefined; } | undefined; GMB?: { status: "active" | "inactive" | "permanent"; message?: string | undefined; code?: string | undefined; } | undefined; FB?: { status: "active" | "inactive" | "permanent"; message?: string | undefined; code?: string | undefined; } | undefined; } | undefined; type?: string | undefined; source?: string | undefined; assignedTo?: string | undefined; address1?: string | undefined; city?: string | undefined; state?: string | undefined; country?: string | undefined; postalCode?: string | undefined; website?: string | undefined; tags?: string[] | undefined; dateOfBirth?: string | undefined; dateAdded?: string | undefined; dateUpdated?: string | undefined; attachments?: string | undefined; ssn?: string | undefined; keyword?: string | undefined; firstNameLowerCase?: string | undefined; fullNameLowerCase?: string | undefined; lastNameLowerCase?: string | undefined; lastActivity?: string | undefined; customFields?: { id?: string | undefined; value?: string | undefined; }[] | undefined; businessId?: string | undefined; attributionSource?: { url: string; campaign?: string | null | undefined; utmSource?: string | null | undefined; utmMedium?: string | null | undefined; utmContent?: string | null | undefined; referrer?: string | null | undefined; campaignId?: string | null | undefined; fbclid?: string | null | undefined; gclid?: string | null | undefined; msclikid?: string | null | undefined; dclid?: string | null | undefined; fbc?: string | null | undefined; fbp?: string | null | undefined; fbEventId?: string | null | undefined; userAgent?: string | null | undefined; ip?: string | null | undefined; medium?: string | null | undefined; mediumId?: string | null | undefined; } | undefined; lastAttributionSource?: { url: string; campaign?: string | null | undefined; utmSource?: string | null | undefined; utmMedium?: string | null | undefined; utmContent?: string | null | undefined; referrer?: string | null | undefined; campaignId?: string | null | undefined; fbclid?: string | null | undefined; gclid?: string | null | undefined; msclikid?: string | null | undefined; dclid?: string | null | undefined; fbc?: string | null | undefined; fbp?: string | null | undefined; fbEventId?: string | null | undefined; userAgent?: string | null | undefined; ip?: string | null | undefined; medium?: string | null | undefined; mediumId?: string | null | undefined; } | undefined; visitorId?: string | undefined; } | undefined; }, unknown>>, "highlevel", false, never>; deleteContact: import("../..").DefinedAction, unknown, import("zod/v4/core").$ZodTypeInternals, unknown>>, import("zod").ZodType<{ succeded?: boolean | undefined; }, unknown, import("zod/v4/core").$ZodTypeInternals<{ succeded?: boolean | undefined; }, unknown>>, "highlevel", false, never>; addContactTags: import("../..").DefinedAction, unknown, import("zod/v4/core").$ZodTypeInternals, unknown>>, import("zod").ZodType<{ tags?: string[] | undefined; }, unknown, import("zod/v4/core").$ZodTypeInternals<{ tags?: string[] | undefined; }, unknown>>, "highlevel", false, never>; removeContactTags: import("../..").DefinedAction, unknown, import("zod/v4/core").$ZodTypeInternals, unknown>>, import("zod").ZodType<{ tags?: string[] | undefined; }, unknown, import("zod/v4/core").$ZodTypeInternals<{ tags?: string[] | undefined; }, unknown>>, "highlevel", false, never>; listContactTasks: import("../..").DefinedAction, unknown, import("zod/v4/core").$ZodTypeInternals, unknown>>, import("zod").ZodType<{ tasks?: { id?: string | undefined; title?: string | undefined; body?: string | undefined; assignedTo?: string | undefined; dueDate?: string | undefined; completed?: boolean | undefined; contactId?: string | undefined; }[] | undefined; }, unknown, import("zod/v4/core").$ZodTypeInternals<{ tasks?: { id?: string | undefined; title?: string | undefined; body?: string | undefined; assignedTo?: string | undefined; dueDate?: string | undefined; completed?: boolean | undefined; contactId?: string | undefined; }[] | undefined; }, unknown>>, "highlevel", false, never>; getContactTask: import("../..").DefinedAction, unknown, import("zod/v4/core").$ZodTypeInternals, unknown>>, import("zod").ZodType<{ task?: { id?: string | undefined; title?: string | undefined; body?: string | undefined; assignedTo?: string | undefined; dueDate?: string | undefined; completed?: boolean | undefined; contactId?: string | undefined; } | undefined; }, unknown, import("zod/v4/core").$ZodTypeInternals<{ task?: { id?: string | undefined; title?: string | undefined; body?: string | undefined; assignedTo?: string | undefined; dueDate?: string | undefined; completed?: boolean | undefined; contactId?: string | undefined; } | undefined; }, unknown>>, "highlevel", false, never>; createContactTask: import("../..").DefinedAction, unknown, import("zod/v4/core").$ZodTypeInternals, unknown>>, import("zod").ZodType<{ task?: { id?: string | undefined; title?: string | undefined; body?: string | undefined; assignedTo?: string | undefined; dueDate?: string | undefined; completed?: boolean | undefined; contactId?: string | undefined; } | undefined; }, unknown, import("zod/v4/core").$ZodTypeInternals<{ task?: { id?: string | undefined; title?: string | undefined; body?: string | undefined; assignedTo?: string | undefined; dueDate?: string | undefined; completed?: boolean | undefined; contactId?: string | undefined; } | undefined; }, unknown>>, "highlevel", false, never>; updateContactTask: import("../..").DefinedAction, unknown, import("zod/v4/core").$ZodTypeInternals, unknown>>, import("zod").ZodType<{ task?: { id?: string | undefined; title?: string | undefined; body?: string | undefined; assignedTo?: string | undefined; dueDate?: string | undefined; completed?: boolean | undefined; contactId?: string | undefined; } | undefined; }, unknown, import("zod/v4/core").$ZodTypeInternals<{ task?: { id?: string | undefined; title?: string | undefined; body?: string | undefined; assignedTo?: string | undefined; dueDate?: string | undefined; completed?: boolean | undefined; contactId?: string | undefined; } | undefined; }, unknown>>, "highlevel", false, never>; completeContactTask: import("../..").DefinedAction, unknown, import("zod/v4/core").$ZodTypeInternals, unknown>>, import("zod").ZodType<{ task?: { id?: string | undefined; title?: string | undefined; body?: string | undefined; assignedTo?: string | undefined; dueDate?: string | undefined; completed?: boolean | undefined; contactId?: string | undefined; } | undefined; }, unknown, import("zod/v4/core").$ZodTypeInternals<{ task?: { id?: string | undefined; title?: string | undefined; body?: string | undefined; assignedTo?: string | undefined; dueDate?: string | undefined; completed?: boolean | undefined; contactId?: string | undefined; } | undefined; }, unknown>>, "highlevel", false, never>; deleteContactTask: import("../..").DefinedAction, unknown, import("zod/v4/core").$ZodTypeInternals, unknown>>, import("zod").ZodType<{ succeded?: boolean | undefined; }, unknown, import("zod/v4/core").$ZodTypeInternals<{ succeded?: boolean | undefined; }, unknown>>, "highlevel", false, never>; listContactNotes: import("../..").DefinedAction, unknown, import("zod/v4/core").$ZodTypeInternals, unknown>>, import("zod").ZodType<{ notes?: { id?: string | undefined; body?: string | undefined; userId?: string | null | undefined; dateAdded?: string | undefined; contactId?: string | undefined; title?: string | undefined; color?: string | undefined; pinned?: boolean | undefined; }[] | undefined; }, unknown, import("zod/v4/core").$ZodTypeInternals<{ notes?: { id?: string | undefined; body?: string | undefined; userId?: string | null | undefined; dateAdded?: string | undefined; contactId?: string | undefined; title?: string | undefined; color?: string | undefined; pinned?: boolean | undefined; }[] | undefined; }, unknown>>, "highlevel", false, never>; getContactNote: import("../..").DefinedAction, unknown, import("zod/v4/core").$ZodTypeInternals, unknown>>, import("zod").ZodType<{ note?: { id?: string | undefined; body?: string | undefined; userId?: string | null | undefined; dateAdded?: string | undefined; contactId?: string | undefined; title?: string | undefined; color?: string | undefined; pinned?: boolean | undefined; } | undefined; }, unknown, import("zod/v4/core").$ZodTypeInternals<{ note?: { id?: string | undefined; body?: string | undefined; userId?: string | null | undefined; dateAdded?: string | undefined; contactId?: string | undefined; title?: string | undefined; color?: string | undefined; pinned?: boolean | undefined; } | undefined; }, unknown>>, "highlevel", false, never>; createContactNote: import("../..").DefinedAction, unknown, import("zod/v4/core").$ZodTypeInternals, unknown>>, import("zod").ZodType<{ note?: { id?: string | undefined; body?: string | undefined; userId?: string | null | undefined; dateAdded?: string | undefined; contactId?: string | undefined; title?: string | undefined; color?: string | undefined; pinned?: boolean | undefined; } | undefined; }, unknown, import("zod/v4/core").$ZodTypeInternals<{ note?: { id?: string | undefined; body?: string | undefined; userId?: string | null | undefined; dateAdded?: string | undefined; contactId?: string | undefined; title?: string | undefined; color?: string | undefined; pinned?: boolean | undefined; } | undefined; }, unknown>>, "highlevel", false, never>; updateContactNote: import("../..").DefinedAction, unknown, import("zod/v4/core").$ZodTypeInternals, unknown>>, import("zod").ZodType<{ note?: { id?: string | undefined; body?: string | undefined; userId?: string | null | undefined; dateAdded?: string | undefined; contactId?: string | undefined; title?: string | undefined; color?: string | undefined; pinned?: boolean | undefined; } | undefined; }, unknown, import("zod/v4/core").$ZodTypeInternals<{ note?: { id?: string | undefined; body?: string | undefined; userId?: string | null | undefined; dateAdded?: string | undefined; contactId?: string | undefined; title?: string | undefined; color?: string | undefined; pinned?: boolean | undefined; } | undefined; }, unknown>>, "highlevel", false, never>; deleteContactNote: import("../..").DefinedAction, unknown, import("zod/v4/core").$ZodTypeInternals, unknown>>, import("zod").ZodType<{ succeded?: boolean | undefined; }, unknown, import("zod/v4/core").$ZodTypeInternals<{ succeded?: boolean | undefined; }, unknown>>, "highlevel", false, never>; addContactToCampaign: import("../..").DefinedAction, unknown, import("zod/v4/core").$ZodTypeInternals, unknown>>, import("zod").ZodType<{ succeded?: boolean | undefined; }, unknown, import("zod/v4/core").$ZodTypeInternals<{ succeded?: boolean | undefined; }, unknown>>, "highlevel", false, never>; removeContactFromCampaign: import("../..").DefinedAction, unknown, import("zod/v4/core").$ZodTypeInternals, unknown>>, import("zod").ZodType<{ succeded?: boolean | undefined; }, unknown, import("zod/v4/core").$ZodTypeInternals<{ succeded?: boolean | undefined; }, unknown>>, "highlevel", false, never>; addContactToWorkflow: import("../..").DefinedAction, unknown, import("zod/v4/core").$ZodTypeInternals, unknown>>, import("zod").ZodType<{ succeded?: boolean | undefined; }, unknown, import("zod/v4/core").$ZodTypeInternals<{ succeded?: boolean | undefined; }, unknown>>, "highlevel", false, never>; removeContactFromWorkflow: import("../..").DefinedAction, unknown, import("zod/v4/core").$ZodTypeInternals, unknown>>, import("zod").ZodType<{ succeded?: boolean | undefined; }, unknown, import("zod/v4/core").$ZodTypeInternals<{ succeded?: boolean | undefined; }, unknown>>, "highlevel", false, never>; searchOpportunities: import("../..").DefinedAction, unknown, import("zod/v4/core").$ZodTypeInternals, unknown>>, import("zod").ZodType<{ opportunities?: { id?: string | undefined; name?: string | undefined; monetaryValue?: number | undefined; pipelineId?: string | undefined; pipelineStageId?: string | undefined; assignedTo?: string | null | undefined; status?: string | undefined; source?: string | null | undefined; lastStatusChangeAt?: string | undefined; lastStageChangeAt?: string | undefined; lastActionDate?: string | undefined; indexVersion?: string | undefined; createdAt?: string | undefined; updatedAt?: string | undefined; contactId?: string | undefined; locationId?: string | undefined; contact?: { id?: string | undefined; name?: string | undefined; companyName?: string | null | undefined; email?: string | null | undefined; phone?: string | null | undefined; tags?: string[] | undefined; } | undefined; notes?: import("@automate.ax/codec").Encodable[][] | undefined; tasks?: import("@automate.ax/codec").Encodable[][] | undefined; calendarEvents?: import("@automate.ax/codec").Encodable[][] | undefined; lostReasonId?: string | null | undefined; customFields?: { id: string; fieldValue: string | string[] | { [x: string]: never; } | { [x: string]: never; }[]; }[] | undefined; followers?: import("@automate.ax/codec").Encodable[][] | undefined; externalObjectId?: string | undefined; }[] | undefined; meta?: { total?: number | undefined; nextPageUrl?: string | undefined; startAfterId?: string | undefined; startAfter?: number | undefined; currentPage?: number | undefined; nextPage?: number | string | null | undefined; prevPage?: number | null | undefined; } | undefined; aggregations?: { [x: string]: never; } | undefined; }, unknown, import("zod/v4/core").$ZodTypeInternals<{ opportunities?: { id?: string | undefined; name?: string | undefined; monetaryValue?: number | undefined; pipelineId?: string | undefined; pipelineStageId?: string | undefined; assignedTo?: string | null | undefined; status?: string | undefined; source?: string | null | undefined; lastStatusChangeAt?: string | undefined; lastStageChangeAt?: string | undefined; lastActionDate?: string | undefined; indexVersion?: string | undefined; createdAt?: string | undefined; updatedAt?: string | undefined; contactId?: string | undefined; locationId?: string | undefined; contact?: { id?: string | undefined; name?: string | undefined; companyName?: string | null | undefined; email?: string | null | undefined; phone?: string | null | undefined; tags?: string[] | undefined; } | undefined; notes?: import("@automate.ax/codec").Encodable[][] | undefined; tasks?: import("@automate.ax/codec").Encodable[][] | undefined; calendarEvents?: import("@automate.ax/codec").Encodable[][] | undefined; lostReasonId?: string | null | undefined; customFields?: { id: string; fieldValue: string | string[] | { [x: string]: never; } | { [x: string]: never; }[]; }[] | undefined; followers?: import("@automate.ax/codec").Encodable[][] | undefined; externalObjectId?: string | undefined; }[] | undefined; meta?: { total?: number | undefined; nextPageUrl?: string | undefined; startAfterId?: string | undefined; startAfter?: number | undefined; currentPage?: number | undefined; nextPage?: number | string | null | undefined; prevPage?: number | null | undefined; } | undefined; aggregations?: { [x: string]: never; } | undefined; }, unknown>>, "highlevel", false, never>; getOpportunity: import("../..").DefinedAction, unknown, import("zod/v4/core").$ZodTypeInternals, unknown>>, import("zod").ZodType<{ opportunity?: { id?: string | undefined; name?: string | undefined; monetaryValue?: number | undefined; pipelineId?: string | undefined; pipelineStageId?: string | undefined; assignedTo?: string | null | undefined; status?: string | undefined; source?: string | null | undefined; lastStatusChangeAt?: string | undefined; lastStageChangeAt?: string | undefined; lastActionDate?: string | undefined; indexVersion?: string | undefined; createdAt?: string | undefined; updatedAt?: string | undefined; contactId?: string | undefined; locationId?: string | undefined; contact?: { id?: string | undefined; name?: string | undefined; companyName?: string | null | undefined; email?: string | null | undefined; phone?: string | null | undefined; tags?: string[] | undefined; } | undefined; notes?: import("@automate.ax/codec").Encodable[][] | undefined; tasks?: import("@automate.ax/codec").Encodable[][] | undefined; calendarEvents?: import("@automate.ax/codec").Encodable[][] | undefined; lostReasonId?: string | null | undefined; customFields?: { id: string; fieldValue: string | string[] | { [x: string]: never; } | { [x: string]: never; }[]; }[] | undefined; followers?: import("@automate.ax/codec").Encodable[][] | undefined; externalObjectId?: string | undefined; } | undefined; }, unknown, import("zod/v4/core").$ZodTypeInternals<{ opportunity?: { id?: string | undefined; name?: string | undefined; monetaryValue?: number | undefined; pipelineId?: string | undefined; pipelineStageId?: string | undefined; assignedTo?: string | null | undefined; status?: string | undefined; source?: string | null | undefined; lastStatusChangeAt?: string | undefined; lastStageChangeAt?: string | undefined; lastActionDate?: string | undefined; indexVersion?: string | undefined; createdAt?: string | undefined; updatedAt?: string | undefined; contactId?: string | undefined; locationId?: string | undefined; contact?: { id?: string | undefined; name?: string | undefined; companyName?: string | null | undefined; email?: string | null | undefined; phone?: string | null | undefined; tags?: string[] | undefined; } | undefined; notes?: import("@automate.ax/codec").Encodable[][] | undefined; tasks?: import("@automate.ax/codec").Encodable[][] | undefined; calendarEvents?: import("@automate.ax/codec").Encodable[][] | undefined; lostReasonId?: string | null | undefined; customFields?: { id: string; fieldValue: string | string[] | { [x: string]: never; } | { [x: string]: never; }[]; }[] | undefined; followers?: import("@automate.ax/codec").Encodable[][] | undefined; externalObjectId?: string | undefined; } | undefined; }, unknown>>, "highlevel", false, never>; createOpportunity: import("../..").DefinedAction, unknown, import("zod/v4/core").$ZodTypeInternals, unknown>>, import("zod").ZodType<{ opportunity?: { id?: string | undefined; name?: string | undefined; monetaryValue?: number | undefined; pipelineId?: string | undefined; pipelineStageId?: string | undefined; assignedTo?: string | null | undefined; status?: string | undefined; source?: string | null | undefined; lastStatusChangeAt?: string | undefined; lastStageChangeAt?: string | undefined; lastActionDate?: string | undefined; indexVersion?: string | undefined; createdAt?: string | undefined; updatedAt?: string | undefined; contactId?: string | undefined; locationId?: string | undefined; contact?: { id?: string | undefined; name?: string | undefined; companyName?: string | null | undefined; email?: string | null | undefined; phone?: string | null | undefined; tags?: string[] | undefined; } | undefined; notes?: import("@automate.ax/codec").Encodable[][] | undefined; tasks?: import("@automate.ax/codec").Encodable[][] | undefined; calendarEvents?: import("@automate.ax/codec").Encodable[][] | undefined; lostReasonId?: string | null | undefined; customFields?: { id: string; fieldValue: string | string[] | { [x: string]: never; } | { [x: string]: never; }[]; }[] | undefined; followers?: import("@automate.ax/codec").Encodable[][] | undefined; externalObjectId?: string | undefined; } | undefined; }, unknown, import("zod/v4/core").$ZodTypeInternals<{ opportunity?: { id?: string | undefined; name?: string | undefined; monetaryValue?: number | undefined; pipelineId?: string | undefined; pipelineStageId?: string | undefined; assignedTo?: string | null | undefined; status?: string | undefined; source?: string | null | undefined; lastStatusChangeAt?: string | undefined; lastStageChangeAt?: string | undefined; lastActionDate?: string | undefined; indexVersion?: string | undefined; createdAt?: string | undefined; updatedAt?: string | undefined; contactId?: string | undefined; locationId?: string | undefined; contact?: { id?: string | undefined; name?: string | undefined; companyName?: string | null | undefined; email?: string | null | undefined; phone?: string | null | undefined; tags?: string[] | undefined; } | undefined; notes?: import("@automate.ax/codec").Encodable[][] | undefined; tasks?: import("@automate.ax/codec").Encodable[][] | undefined; calendarEvents?: import("@automate.ax/codec").Encodable[][] | undefined; lostReasonId?: string | null | undefined; customFields?: { id: string; fieldValue: string | string[] | { [x: string]: never; } | { [x: string]: never; }[]; }[] | undefined; followers?: import("@automate.ax/codec").Encodable[][] | undefined; externalObjectId?: string | undefined; } | undefined; }, unknown>>, "highlevel", false, never>; upsertOpportunity: import("../..").DefinedAction, unknown, import("zod/v4/core").$ZodTypeInternals, unknown>>, import("zod").ZodType<{ opportunity: { [x: string]: never; }; new: boolean; }, unknown, import("zod/v4/core").$ZodTypeInternals<{ opportunity: { [x: string]: never; }; new: boolean; }, unknown>>, "highlevel", false, never>; updateOpportunity: import("../..").DefinedAction, unknown, import("zod/v4/core").$ZodTypeInternals, unknown>>, import("zod").ZodType<{ opportunity?: { id?: string | undefined; name?: string | undefined; monetaryValue?: number | undefined; pipelineId?: string | undefined; pipelineStageId?: string | undefined; assignedTo?: string | null | undefined; status?: string | undefined; source?: string | null | undefined; lastStatusChangeAt?: string | undefined; lastStageChangeAt?: string | undefined; lastActionDate?: string | undefined; indexVersion?: string | undefined; createdAt?: string | undefined; updatedAt?: string | undefined; contactId?: string | undefined; locationId?: string | undefined; contact?: { id?: string | undefined; name?: string | undefined; companyName?: string | null | undefined; email?: string | null | undefined; phone?: string | null | undefined; tags?: string[] | undefined; } | undefined; notes?: import("@automate.ax/codec").Encodable[][] | undefined; tasks?: import("@automate.ax/codec").Encodable[][] | undefined; calendarEvents?: import("@automate.ax/codec").Encodable[][] | undefined; lostReasonId?: string | null | undefined; customFields?: { id: string; fieldValue: string | string[] | { [x: string]: never; } | { [x: string]: never; }[]; }[] | undefined; followers?: import("@automate.ax/codec").Encodable[][] | undefined; externalObjectId?: string | undefined; } | undefined; }, unknown, import("zod/v4/core").$ZodTypeInternals<{ opportunity?: { id?: string | undefined; name?: string | undefined; monetaryValue?: number | undefined; pipelineId?: string | undefined; pipelineStageId?: string | undefined; assignedTo?: string | null | undefined; status?: string | undefined; source?: string | null | undefined; lastStatusChangeAt?: string | undefined; lastStageChangeAt?: string | undefined; lastActionDate?: string | undefined; indexVersion?: string | undefined; createdAt?: string | undefined; updatedAt?: string | undefined; contactId?: string | undefined; locationId?: string | undefined; contact?: { id?: string | undefined; name?: string | undefined; companyName?: string | null | undefined; email?: string | null | undefined; phone?: string | null | undefined; tags?: string[] | undefined; } | undefined; notes?: import("@automate.ax/codec").Encodable[][] | undefined; tasks?: import("@automate.ax/codec").Encodable[][] | undefined; calendarEvents?: import("@automate.ax/codec").Encodable[][] | undefined; lostReasonId?: string | null | undefined; customFields?: { id: string; fieldValue: string | string[] | { [x: string]: never; } | { [x: string]: never; }[]; }[] | undefined; followers?: import("@automate.ax/codec").Encodable[][] | undefined; externalObjectId?: string | undefined; } | undefined; }, unknown>>, "highlevel", false, never>; updateOpportunityStatus: import("../..").DefinedAction, unknown, import("zod/v4/core").$ZodTypeInternals, unknown>>, import("zod").ZodType<{ succeded?: boolean | undefined; }, unknown, import("zod/v4/core").$ZodTypeInternals<{ succeded?: boolean | undefined; }, unknown>>, "highlevel", false, never>; deleteOpportunity: import("../..").DefinedAction, unknown, import("zod/v4/core").$ZodTypeInternals, unknown>>, import("zod").ZodType<{ succeded?: boolean | undefined; }, unknown, import("zod/v4/core").$ZodTypeInternals<{ succeded?: boolean | undefined; }, unknown>>, "highlevel", false, never>; listPipelines: import("../..").DefinedAction, unknown, import("zod/v4/core").$ZodTypeInternals, unknown>>, import("zod").ZodType<{ pipelines?: { id?: string | undefined; name?: string | undefined; stages?: { [x: string]: import("@automate.ax/codec").Encodable; id: string; name: string; position?: number | undefined; showInFunnel?: boolean | undefined; showInPieChart?: boolean | undefined; stageWinProbability?: number | undefined; }[] | undefined; showInFunnel?: boolean | undefined; showInPieChart?: boolean | undefined; locationId?: string | undefined; colorRenderMode?: "dot" | "bg-tint" | "none" | undefined; }[] | undefined; }, unknown, import("zod/v4/core").$ZodTypeInternals<{ pipelines?: { id?: string | undefined; name?: string | undefined; stages?: { [x: string]: import("@automate.ax/codec").Encodable; id: string; name: string; position?: number | undefined; showInFunnel?: boolean | undefined; showInPieChart?: boolean | undefined; stageWinProbability?: number | undefined; }[] | undefined; showInFunnel?: boolean | undefined; showInPieChart?: boolean | undefined; locationId?: string | undefined; colorRenderMode?: "dot" | "bg-tint" | "none" | undefined; }[] | undefined; }, unknown>>, "highlevel", false, never>; listOpportunityLostReasons: import("../..").DefinedAction, unknown, import("zod/v4/core").$ZodTypeInternals, unknown>>, import("zod").ZodType<{ lostReasons?: { id?: string | undefined; name?: string | undefined; locationId?: string | undefined; updatedAt?: string | undefined; createdAt?: string | undefined; }[] | undefined; total?: number | undefined; }, unknown, import("zod/v4/core").$ZodTypeInternals<{ lostReasons?: { id?: string | undefined; name?: string | undefined; locationId?: string | undefined; updatedAt?: string | undefined; createdAt?: string | undefined; }[] | undefined; total?: number | undefined; }, unknown>>, "highlevel", false, never>; listCalendars: import("../..").DefinedAction, unknown, import("zod/v4/core").$ZodTypeInternals, unknown>>, import("zod").ZodType<{ calendars?: { isActive: boolean; notifications?: { type: "email"; shouldSendToContact: boolean; shouldSendToGuest: boolean; shouldSendToUser: boolean; shouldSendToSelectedUsers: boolean; selectedUsers: string; }[] | undefined; locationId: string; groupId?: string | undefined; teamMembers?: { userId: string; priority: 0 | 0.5 | 1; readonly meetingLocationType: "custom" | "zoom" | "gmeet" | "phone" | "address" | "teams" | "booker"; readonly meetingLocation?: string | undefined; isPrimary?: boolean | undefined; locationConfigurations?: { kind: "custom" | "zoom_conference" | "google_conference" | "inbound_call" | "outbound_call" | "physical" | "booker" | "ms_teams_conference"; location?: string | undefined; meetingId?: string | undefined; }[] | undefined; }[] | undefined; eventType: "RoundRobin_OptimizeForAvailability" | "RoundRobin_OptimizeForEqualDistribution"; name: string; description?: string | undefined; slug?: string | undefined; widgetSlug?: string | undefined; calendarType?: "round_robin" | "event" | "class_booking" | "collective" | "service_booking" | "personal" | undefined; widgetType: "default" | "classic"; eventTitle: string; eventColor: string; readonly meetingLocation?: string | undefined; locationConfigurations?: { kind: "custom" | "zoom_conference" | "google_conference" | "inbound_call" | "outbound_call" | "physical" | "booker" | "ms_teams_conference"; location?: string | undefined; meetingId?: string | undefined; }[] | undefined; slotDuration: number; slotDurationUnit?: "mins" | "hours" | undefined; slotInterval: number; slotIntervalUnit?: "mins" | "hours" | undefined; slotBuffer?: number | undefined; slotBufferUnit?: "mins" | "hours" | undefined; preBuffer?: number | undefined; preBufferUnit?: "mins" | "hours" | undefined; appoinmentPerSlot: number; appoinmentPerDay?: number | undefined; allowBookingAfter?: number | undefined; allowBookingAfterUnit?: "hours" | "days" | "weeks" | "months" | undefined; allowBookingFor?: number | undefined; allowBookingForUnit?: "days" | "weeks" | "months" | undefined; openHours?: { daysOfTheWeek: number[]; hours: { openHour: number; openMinute: number; closeHour: number; closeMinute: number; }[]; }[] | { [x: string]: import("@automate.ax/codec").Encodable; } | undefined; enableRecurring: boolean; recurring?: { freq?: "DAILY" | "WEEKLY" | "MONTHLY" | undefined; count?: number | undefined; bookingOption?: "skip" | "continue" | "book_next" | undefined; bookingOverlapDefaultStatus?: "confirmed" | "new" | undefined; } | undefined; formId?: string | undefined; stickyContact?: boolean | undefined; isLivePaymentMode?: boolean | undefined; autoConfirm: boolean; shouldSendAlertEmailsToAssignedMember?: boolean | undefined; alertEmail?: string | undefined; googleInvitationEmails: boolean; allowReschedule: boolean; allowCancellation: boolean; shouldAssignContactToTeamMember?: boolean | undefined; shouldSkipAssigningContactForExisting?: boolean | undefined; notes?: string | undefined; pixelId?: string | undefined; formSubmitType: "RedirectURL" | "ThankYouMessage"; formSubmitRedirectURL?: string | undefined; formSubmitThanksMessage?: string | undefined; availabilityType?: 0 | 1 | undefined; availabilities?: { date: string; hours: { openHour: number; openMinute: number; closeHour: number; closeMinute: number; }[]; deleted: boolean; }[] | undefined; guestType?: "count_only" | "collect_detail" | undefined; consentLabel?: string | undefined; calendarCoverImage?: string | undefined; lookBusyConfig?: { enabled: boolean; LookBusyPercentage: number; } | undefined; id: string; }[] | undefined; }, unknown, import("zod/v4/core").$ZodTypeInternals<{ calendars?: { isActive: boolean; notifications?: { type: "email"; shouldSendToContact: boolean; shouldSendToGuest: boolean; shouldSendToUser: boolean; shouldSendToSelectedUsers: boolean; selectedUsers: string; }[] | undefined; locationId: string; groupId?: string | undefined; teamMembers?: { userId: string; priority: 0 | 0.5 | 1; readonly meetingLocationType: "custom" | "zoom" | "gmeet" | "phone" | "address" | "teams" | "booker"; readonly meetingLocation?: string | undefined; isPrimary?: boolean | undefined; locationConfigurations?: { kind: "custom" | "zoom_conference" | "google_conference" | "inbound_call" | "outbound_call" | "physical" | "booker" | "ms_teams_conference"; location?: string | undefined; meetingId?: string | undefined; }[] | undefined; }[] | undefined; eventType: "RoundRobin_OptimizeForAvailability" | "RoundRobin_OptimizeForEqualDistribution"; name: string; description?: string | undefined; slug?: string | undefined; widgetSlug?: string | undefined; calendarType?: "round_robin" | "event" | "class_booking" | "collective" | "service_booking" | "personal" | undefined; widgetType: "default" | "classic"; eventTitle: string; eventColor: string; readonly meetingLocation?: string | undefined; locationConfigurations?: { kind: "custom" | "zoom_conference" | "google_conference" | "inbound_call" | "outbound_call" | "physical" | "booker" | "ms_teams_conference"; location?: string | undefined; meetingId?: string | undefined; }[] | undefined; slotDuration: number; slotDurationUnit?: "mins" | "hours" | undefined; slotInterval: number; slotIntervalUnit?: "mins" | "hours" | undefined; slotBuffer?: number | undefined; slotBufferUnit?: "mins" | "hours" | undefined; preBuffer?: number | undefined; preBufferUnit?: "mins" | "hours" | undefined; appoinmentPerSlot: number; appoinmentPerDay?: number | undefined; allowBookingAfter?: number | undefined; allowBookingAfterUnit?: "hours" | "days" | "weeks" | "months" | undefined; allowBookingFor?: number | undefined; allowBookingForUnit?: "days" | "weeks" | "months" | undefined; openHours?: { daysOfTheWeek: number[]; hours: { openHour: number; openMinute: number; closeHour: number; closeMinute: number; }[]; }[] | { [x: string]: import("@automate.ax/codec").Encodable; } | undefined; enableRecurring: boolean; recurring?: { freq?: "DAILY" | "WEEKLY" | "MONTHLY" | undefined; count?: number | undefined; bookingOption?: "skip" | "continue" | "book_next" | undefined; bookingOverlapDefaultStatus?: "confirmed" | "new" | undefined; } | undefined; formId?: string | undefined; stickyContact?: boolean | undefined; isLivePaymentMode?: boolean | undefined; autoConfirm: boolean; shouldSendAlertEmailsToAssignedMember?: boolean | undefined; alertEmail?: string | undefined; googleInvitationEmails: boolean; allowReschedule: boolean; allowCancellation: boolean; shouldAssignContactToTeamMember?: boolean | undefined; shouldSkipAssigningContactForExisting?: boolean | undefined; notes?: string | undefined; pixelId?: string | undefined; formSubmitType: "RedirectURL" | "ThankYouMessage"; formSubmitRedirectURL?: string | undefined; formSubmitThanksMessage?: string | undefined; availabilityType?: 0 | 1 | undefined; availabilities?: { date: string; hours: { openHour: number; openMinute: number; closeHour: number; closeMinute: number; }[]; deleted: boolean; }[] | undefined; guestType?: "count_only" | "collect_detail" | undefined; consentLabel?: string | undefined; calendarCoverImage?: string | undefined; lookBusyConfig?: { enabled: boolean; LookBusyPercentage: number; } | undefined; id: string; }[] | undefined; }, unknown>>, "highlevel", false, never>; getCalendar: import("../..").DefinedAction, unknown, import("zod/v4/core").$ZodTypeInternals, unknown>>, import("zod").ZodType<{ calendar: { isActive: boolean; notifications?: { type: "email"; shouldSendToContact: boolean; shouldSendToGuest: boolean; shouldSendToUser: boolean; shouldSendToSelectedUsers: boolean; selectedUsers: string; }[] | undefined; locationId: string; groupId?: string | undefined; teamMembers?: { userId: string; priority: 0 | 0.5 | 1; readonly meetingLocationType: "custom" | "zoom" | "gmeet" | "phone" | "address" | "teams" | "booker"; readonly meetingLocation?: string | undefined; isPrimary?: boolean | undefined; locationConfigurations?: { kind: "custom" | "zoom_conference" | "google_conference" | "inbound_call" | "outbound_call" | "physical" | "booker" | "ms_teams_conference"; location?: string | undefined; meetingId?: string | undefined; }[] | undefined; }[] | undefined; eventType: "RoundRobin_OptimizeForAvailability" | "RoundRobin_OptimizeForEqualDistribution"; name: string; description?: string | undefined; slug?: string | undefined; widgetSlug?: string | undefined; calendarType?: "round_robin" | "event" | "class_booking" | "collective" | "service_booking" | "personal" | undefined; widgetType: "default" | "classic"; eventTitle: string; eventColor: string; readonly meetingLocation?: string | undefined; locationConfigurations?: { kind: "custom" | "zoom_conference" | "google_conference" | "inbound_call" | "outbound_call" | "physical" | "booker" | "ms_teams_conference"; location?: string | undefined; meetingId?: string | undefined; }[] | undefined; slotDuration: number; slotDurationUnit?: "mins" | "hours" | undefined; slotInterval: number; slotIntervalUnit?: "mins" | "hours" | undefined; slotBuffer?: number | undefined; slotBufferUnit?: "mins" | "hours" | undefined; preBuffer?: number | undefined; preBufferUnit?: "mins" | "hours" | undefined; appoinmentPerSlot: number; appoinmentPerDay?: number | undefined; allowBookingAfter?: number | undefined; allowBookingAfterUnit?: "hours" | "days" | "weeks" | "months" | undefined; allowBookingFor?: number | undefined; allowBookingForUnit?: "days" | "weeks" | "months" | undefined; openHours?: { daysOfTheWeek: number[]; hours: { openHour: number; openMinute: number; closeHour: number; closeMinute: number; }[]; }[] | { [x: string]: import("@automate.ax/codec").Encodable; } | undefined; enableRecurring: boolean; recurring?: { freq?: "DAILY" | "WEEKLY" | "MONTHLY" | undefined; count?: number | undefined; bookingOption?: "skip" | "continue" | "book_next" | undefined; bookingOverlapDefaultStatus?: "confirmed" | "new" | undefined; } | undefined; formId?: string | undefined; stickyContact?: boolean | undefined; isLivePaymentMode?: boolean | undefined; autoConfirm: boolean; shouldSendAlertEmailsToAssignedMember?: boolean | undefined; alertEmail?: string | undefined; googleInvitationEmails: boolean; allowReschedule: boolean; allowCancellation: boolean; shouldAssignContactToTeamMember?: boolean | undefined; shouldSkipAssigningContactForExisting?: boolean | undefined; notes?: string | undefined; pixelId?: string | undefined; formSubmitType: "RedirectURL" | "ThankYouMessage"; formSubmitRedirectURL?: string | undefined; formSubmitThanksMessage?: string | undefined; availabilityType?: 0 | 1 | undefined; availabilities?: { date: string; hours: { openHour: number; openMinute: number; closeHour: number; closeMinute: number; }[]; deleted: boolean; }[] | undefined; guestType?: "count_only" | "collect_detail" | undefined; consentLabel?: string | undefined; calendarCoverImage?: string | undefined; lookBusyConfig?: { enabled: boolean; LookBusyPercentage: number; } | undefined; id: string; }; }, unknown, import("zod/v4/core").$ZodTypeInternals<{ calendar: { isActive: boolean; notifications?: { type: "email"; shouldSendToContact: boolean; shouldSendToGuest: boolean; shouldSendToUser: boolean; shouldSendToSelectedUsers: boolean; selectedUsers: string; }[] | undefined; locationId: string; groupId?: string | undefined; teamMembers?: { userId: string; priority: 0 | 0.5 | 1; readonly meetingLocationType: "custom" | "zoom" | "gmeet" | "phone" | "address" | "teams" | "booker"; readonly meetingLocation?: string | undefined; isPrimary?: boolean | undefined; locationConfigurations?: { kind: "custom" | "zoom_conference" | "google_conference" | "inbound_call" | "outbound_call" | "physical" | "booker" | "ms_teams_conference"; location?: string | undefined; meetingId?: string | undefined; }[] | undefined; }[] | undefined; eventType: "RoundRobin_OptimizeForAvailability" | "RoundRobin_OptimizeForEqualDistribution"; name: string; description?: string | undefined; slug?: string | undefined; widgetSlug?: string | undefined; calendarType?: "round_robin" | "event" | "class_booking" | "collective" | "service_booking" | "personal" | undefined; widgetType: "default" | "classic"; eventTitle: string; eventColor: string; readonly meetingLocation?: string | undefined; locationConfigurations?: { kind: "custom" | "zoom_conference" | "google_conference" | "inbound_call" | "outbound_call" | "physical" | "booker" | "ms_teams_conference"; location?: string | undefined; meetingId?: string | undefined; }[] | undefined; slotDuration: number; slotDurationUnit?: "mins" | "hours" | undefined; slotInterval: number; slotIntervalUnit?: "mins" | "hours" | undefined; slotBuffer?: number | undefined; slotBufferUnit?: "mins" | "hours" | undefined; preBuffer?: number | undefined; preBufferUnit?: "mins" | "hours" | undefined; appoinmentPerSlot: number; appoinmentPerDay?: number | undefined; allowBookingAfter?: number | undefined; allowBookingAfterUnit?: "hours" | "days" | "weeks" | "months" | undefined; allowBookingFor?: number | undefined; allowBookingForUnit?: "days" | "weeks" | "months" | undefined; openHours?: { daysOfTheWeek: number[]; hours: { openHour: number; openMinute: number; closeHour: number; closeMinute: number; }[]; }[] | { [x: string]: import("@automate.ax/codec").Encodable; } | undefined; enableRecurring: boolean; recurring?: { freq?: "DAILY" | "WEEKLY" | "MONTHLY" | undefined; count?: number | undefined; bookingOption?: "skip" | "continue" | "book_next" | undefined; bookingOverlapDefaultStatus?: "confirmed" | "new" | undefined; } | undefined; formId?: string | undefined; stickyContact?: boolean | undefined; isLivePaymentMode?: boolean | undefined; autoConfirm: boolean; shouldSendAlertEmailsToAssignedMember?: boolean | undefined; alertEmail?: string | undefined; googleInvitationEmails: boolean; allowReschedule: boolean; allowCancellation: boolean; shouldAssignContactToTeamMember?: boolean | undefined; shouldSkipAssigningContactForExisting?: boolean | undefined; notes?: string | undefined; pixelId?: string | undefined; formSubmitType: "RedirectURL" | "ThankYouMessage"; formSubmitRedirectURL?: string | undefined; formSubmitThanksMessage?: string | undefined; availabilityType?: 0 | 1 | undefined; availabilities?: { date: string; hours: { openHour: number; openMinute: number; closeHour: number; closeMinute: number; }[]; deleted: boolean; }[] | undefined; guestType?: "count_only" | "collect_detail" | undefined; consentLabel?: string | undefined; calendarCoverImage?: string | undefined; lookBusyConfig?: { enabled: boolean; LookBusyPercentage: number; } | undefined; id: string; }; }, unknown>>, "highlevel", false, never>; createCalendar: import("../..").DefinedAction, unknown, import("zod/v4/core").$ZodTypeInternals, unknown>>, import("zod").ZodType<{ calendar: { isActive: boolean; notifications?: { type: "email"; shouldSendToContact: boolean; shouldSendToGuest: boolean; shouldSendToUser: boolean; shouldSendToSelectedUsers: boolean; selectedUsers: string; }[] | undefined; locationId: string; groupId?: string | undefined; teamMembers?: { userId: string; priority: 0 | 0.5 | 1; readonly meetingLocationType: "custom" | "zoom" | "gmeet" | "phone" | "address" | "teams" | "booker"; readonly meetingLocation?: string | undefined; isPrimary?: boolean | undefined; locationConfigurations?: { kind: "custom" | "zoom_conference" | "google_conference" | "inbound_call" | "outbound_call" | "physical" | "booker" | "ms_teams_conference"; location?: string | undefined; meetingId?: string | undefined; }[] | undefined; }[] | undefined; eventType: "RoundRobin_OptimizeForAvailability" | "RoundRobin_OptimizeForEqualDistribution"; name: string; description?: string | undefined; slug?: string | undefined; widgetSlug?: string | undefined; calendarType?: "round_robin" | "event" | "class_booking" | "collective" | "service_booking" | "personal" | undefined; widgetType: "default" | "classic"; eventTitle: string; eventColor: string; readonly meetingLocation?: string | undefined; locationConfigurations?: { kind: "custom" | "zoom_conference" | "google_conference" | "inbound_call" | "outbound_call" | "physical" | "booker" | "ms_teams_conference"; location?: string | undefined; meetingId?: string | undefined; }[] | undefined; slotDuration: number; slotDurationUnit?: "mins" | "hours" | undefined; slotInterval: number; slotIntervalUnit?: "mins" | "hours" | undefined; slotBuffer?: number | undefined; slotBufferUnit?: "mins" | "hours" | undefined; preBuffer?: number | undefined; preBufferUnit?: "mins" | "hours" | undefined; appoinmentPerSlot: number; appoinmentPerDay?: number | undefined; allowBookingAfter?: number | undefined; allowBookingAfterUnit?: "hours" | "days" | "weeks" | "months" | undefined; allowBookingFor?: number | undefined; allowBookingForUnit?: "days" | "weeks" | "months" | undefined; openHours?: { daysOfTheWeek: number[]; hours: { openHour: number; openMinute: number; closeHour: number; closeMinute: number; }[]; }[] | { [x: string]: import("@automate.ax/codec").Encodable; } | undefined; enableRecurring: boolean; recurring?: { freq?: "DAILY" | "WEEKLY" | "MONTHLY" | undefined; count?: number | undefined; bookingOption?: "skip" | "continue" | "book_next" | undefined; bookingOverlapDefaultStatus?: "confirmed" | "new" | undefined; } | undefined; formId?: string | undefined; stickyContact?: boolean | undefined; isLivePaymentMode?: boolean | undefined; autoConfirm: boolean; shouldSendAlertEmailsToAssignedMember?: boolean | undefined; alertEmail?: string | undefined; googleInvitationEmails: boolean; allowReschedule: boolean; allowCancellation: boolean; shouldAssignContactToTeamMember?: boolean | undefined; shouldSkipAssigningContactForExisting?: boolean | undefined; notes?: string | undefined; pixelId?: string | undefined; formSubmitType: "RedirectURL" | "ThankYouMessage"; formSubmitRedirectURL?: string | undefined; formSubmitThanksMessage?: string | undefined; availabilityType?: 0 | 1 | undefined; availabilities?: { date: string; hours: { openHour: number; openMinute: number; closeHour: number; closeMinute: number; }[]; deleted: boolean; }[] | undefined; guestType?: "count_only" | "collect_detail" | undefined; consentLabel?: string | undefined; calendarCoverImage?: string | undefined; lookBusyConfig?: { enabled: boolean; LookBusyPercentage: number; } | undefined; id: string; }; }, unknown, import("zod/v4/core").$ZodTypeInternals<{ calendar: { isActive: boolean; notifications?: { type: "email"; shouldSendToContact: boolean; shouldSendToGuest: boolean; shouldSendToUser: boolean; shouldSendToSelectedUsers: boolean; selectedUsers: string; }[] | undefined; locationId: string; groupId?: string | undefined; teamMembers?: { userId: string; priority: 0 | 0.5 | 1; readonly meetingLocationType: "custom" | "zoom" | "gmeet" | "phone" | "address" | "teams" | "booker"; readonly meetingLocation?: string | undefined; isPrimary?: boolean | undefined; locationConfigurations?: { kind: "custom" | "zoom_conference" | "google_conference" | "inbound_call" | "outbound_call" | "physical" | "booker" | "ms_teams_conference"; location?: string | undefined; meetingId?: string | undefined; }[] | undefined; }[] | undefined; eventType: "RoundRobin_OptimizeForAvailability" | "RoundRobin_OptimizeForEqualDistribution"; name: string; description?: string | undefined; slug?: string | undefined; widgetSlug?: string | undefined; calendarType?: "round_robin" | "event" | "class_booking" | "collective" | "service_booking" | "personal" | undefined; widgetType: "default" | "classic"; eventTitle: string; eventColor: string; readonly meetingLocation?: string | undefined; locationConfigurations?: { kind: "custom" | "zoom_conference" | "google_conference" | "inbound_call" | "outbound_call" | "physical" | "booker" | "ms_teams_conference"; location?: string | undefined; meetingId?: string | undefined; }[] | undefined; slotDuration: number; slotDurationUnit?: "mins" | "hours" | undefined; slotInterval: number; slotIntervalUnit?: "mins" | "hours" | undefined; slotBuffer?: number | undefined; slotBufferUnit?: "mins" | "hours" | undefined; preBuffer?: number | undefined; preBufferUnit?: "mins" | "hours" | undefined; appoinmentPerSlot: number; appoinmentPerDay?: number | undefined; allowBookingAfter?: number | undefined; allowBookingAfterUnit?: "hours" | "days" | "weeks" | "months" | undefined; allowBookingFor?: number | undefined; allowBookingForUnit?: "days" | "weeks" | "months" | undefined; openHours?: { daysOfTheWeek: number[]; hours: { openHour: number; openMinute: number; closeHour: number; closeMinute: number; }[]; }[] | { [x: string]: import("@automate.ax/codec").Encodable; } | undefined; enableRecurring: boolean; recurring?: { freq?: "DAILY" | "WEEKLY" | "MONTHLY" | undefined; count?: number | undefined; bookingOption?: "skip" | "continue" | "book_next" | undefined; bookingOverlapDefaultStatus?: "confirmed" | "new" | undefined; } | undefined; formId?: string | undefined; stickyContact?: boolean | undefined; isLivePaymentMode?: boolean | undefined; autoConfirm: boolean; shouldSendAlertEmailsToAssignedMember?: boolean | undefined; alertEmail?: string | undefined; googleInvitationEmails: boolean; allowReschedule: boolean; allowCancellation: boolean; shouldAssignContactToTeamMember?: boolean | undefined; shouldSkipAssigningContactForExisting?: boolean | undefined; notes?: string | undefined; pixelId?: string | undefined; formSubmitType: "RedirectURL" | "ThankYouMessage"; formSubmitRedirectURL?: string | undefined; formSubmitThanksMessage?: string | undefined; availabilityType?: 0 | 1 | undefined; availabilities?: { date: string; hours: { openHour: number; openMinute: number; closeHour: number; closeMinute: number; }[]; deleted: boolean; }[] | undefined; guestType?: "count_only" | "collect_detail" | undefined; consentLabel?: string | undefined; calendarCoverImage?: string | undefined; lookBusyConfig?: { enabled: boolean; LookBusyPercentage: number; } | undefined; id: string; }; }, unknown>>, "highlevel", false, never>; updateCalendar: import("../..").DefinedAction, unknown, import("zod/v4/core").$ZodTypeInternals, unknown>>, import("zod").ZodType<{ calendar: { isActive: boolean; notifications?: { type: "email"; shouldSendToContact: boolean; shouldSendToGuest: boolean; shouldSendToUser: boolean; shouldSendToSelectedUsers: boolean; selectedUsers: string; }[] | undefined; locationId: string; groupId?: string | undefined; teamMembers?: { userId: string; priority: 0 | 0.5 | 1; readonly meetingLocationType: "custom" | "zoom" | "gmeet" | "phone" | "address" | "teams" | "booker"; readonly meetingLocation?: string | undefined; isPrimary?: boolean | undefined; locationConfigurations?: { kind: "custom" | "zoom_conference" | "google_conference" | "inbound_call" | "outbound_call" | "physical" | "booker" | "ms_teams_conference"; location?: string | undefined; meetingId?: string | undefined; }[] | undefined; }[] | undefined; eventType: "RoundRobin_OptimizeForAvailability" | "RoundRobin_OptimizeForEqualDistribution"; name: string; description?: string | undefined; slug?: string | undefined; widgetSlug?: string | undefined; calendarType?: "round_robin" | "event" | "class_booking" | "collective" | "service_booking" | "personal" | undefined; widgetType: "default" | "classic"; eventTitle: string; eventColor: string; readonly meetingLocation?: string | undefined; locationConfigurations?: { kind: "custom" | "zoom_conference" | "google_conference" | "inbound_call" | "outbound_call" | "physical" | "booker" | "ms_teams_conference"; location?: string | undefined; meetingId?: string | undefined; }[] | undefined; slotDuration: number; slotDurationUnit?: "mins" | "hours" | undefined; slotInterval: number; slotIntervalUnit?: "mins" | "hours" | undefined; slotBuffer?: number | undefined; slotBufferUnit?: "mins" | "hours" | undefined; preBuffer?: number | undefined; preBufferUnit?: "mins" | "hours" | undefined; appoinmentPerSlot: number; appoinmentPerDay?: number | undefined; allowBookingAfter?: number | undefined; allowBookingAfterUnit?: "hours" | "days" | "weeks" | "months" | undefined; allowBookingFor?: number | undefined; allowBookingForUnit?: "days" | "weeks" | "months" | undefined; openHours?: { daysOfTheWeek: number[]; hours: { openHour: number; openMinute: number; closeHour: number; closeMinute: number; }[]; }[] | { [x: string]: import("@automate.ax/codec").Encodable; } | undefined; enableRecurring: boolean; recurring?: { freq?: "DAILY" | "WEEKLY" | "MONTHLY" | undefined; count?: number | undefined; bookingOption?: "skip" | "continue" | "book_next" | undefined; bookingOverlapDefaultStatus?: "confirmed" | "new" | undefined; } | undefined; formId?: string | undefined; stickyContact?: boolean | undefined; isLivePaymentMode?: boolean | undefined; autoConfirm: boolean; shouldSendAlertEmailsToAssignedMember?: boolean | undefined; alertEmail?: string | undefined; googleInvitationEmails: boolean; allowReschedule: boolean; allowCancellation: boolean; shouldAssignContactToTeamMember?: boolean | undefined; shouldSkipAssigningContactForExisting?: boolean | undefined; notes?: string | undefined; pixelId?: string | undefined; formSubmitType: "RedirectURL" | "ThankYouMessage"; formSubmitRedirectURL?: string | undefined; formSubmitThanksMessage?: string | undefined; availabilityType?: 0 | 1 | undefined; availabilities?: { date: string; hours: { openHour: number; openMinute: number; closeHour: number; closeMinute: number; }[]; deleted: boolean; }[] | undefined; guestType?: "count_only" | "collect_detail" | undefined; consentLabel?: string | undefined; calendarCoverImage?: string | undefined; lookBusyConfig?: { enabled: boolean; LookBusyPercentage: number; } | undefined; id: string; }; }, unknown, import("zod/v4/core").$ZodTypeInternals<{ calendar: { isActive: boolean; notifications?: { type: "email"; shouldSendToContact: boolean; shouldSendToGuest: boolean; shouldSendToUser: boolean; shouldSendToSelectedUsers: boolean; selectedUsers: string; }[] | undefined; locationId: string; groupId?: string | undefined; teamMembers?: { userId: string; priority: 0 | 0.5 | 1; readonly meetingLocationType: "custom" | "zoom" | "gmeet" | "phone" | "address" | "teams" | "booker"; readonly meetingLocation?: string | undefined; isPrimary?: boolean | undefined; locationConfigurations?: { kind: "custom" | "zoom_conference" | "google_conference" | "inbound_call" | "outbound_call" | "physical" | "booker" | "ms_teams_conference"; location?: string | undefined; meetingId?: string | undefined; }[] | undefined; }[] | undefined; eventType: "RoundRobin_OptimizeForAvailability" | "RoundRobin_OptimizeForEqualDistribution"; name: string; description?: string | undefined; slug?: string | undefined; widgetSlug?: string | undefined; calendarType?: "round_robin" | "event" | "class_booking" | "collective" | "service_booking" | "personal" | undefined; widgetType: "default" | "classic"; eventTitle: string; eventColor: string; readonly meetingLocation?: string | undefined; locationConfigurations?: { kind: "custom" | "zoom_conference" | "google_conference" | "inbound_call" | "outbound_call" | "physical" | "booker" | "ms_teams_conference"; location?: string | undefined; meetingId?: string | undefined; }[] | undefined; slotDuration: number; slotDurationUnit?: "mins" | "hours" | undefined; slotInterval: number; slotIntervalUnit?: "mins" | "hours" | undefined; slotBuffer?: number | undefined; slotBufferUnit?: "mins" | "hours" | undefined; preBuffer?: number | undefined; preBufferUnit?: "mins" | "hours" | undefined; appoinmentPerSlot: number; appoinmentPerDay?: number | undefined; allowBookingAfter?: number | undefined; allowBookingAfterUnit?: "hours" | "days" | "weeks" | "months" | undefined; allowBookingFor?: number | undefined; allowBookingForUnit?: "days" | "weeks" | "months" | undefined; openHours?: { daysOfTheWeek: number[]; hours: { openHour: number; openMinute: number; closeHour: number; closeMinute: number; }[]; }[] | { [x: string]: import("@automate.ax/codec").Encodable; } | undefined; enableRecurring: boolean; recurring?: { freq?: "DAILY" | "WEEKLY" | "MONTHLY" | undefined; count?: number | undefined; bookingOption?: "skip" | "continue" | "book_next" | undefined; bookingOverlapDefaultStatus?: "confirmed" | "new" | undefined; } | undefined; formId?: string | undefined; stickyContact?: boolean | undefined; isLivePaymentMode?: boolean | undefined; autoConfirm: boolean; shouldSendAlertEmailsToAssignedMember?: boolean | undefined; alertEmail?: string | undefined; googleInvitationEmails: boolean; allowReschedule: boolean; allowCancellation: boolean; shouldAssignContactToTeamMember?: boolean | undefined; shouldSkipAssigningContactForExisting?: boolean | undefined; notes?: string | undefined; pixelId?: string | undefined; formSubmitType: "RedirectURL" | "ThankYouMessage"; formSubmitRedirectURL?: string | undefined; formSubmitThanksMessage?: string | undefined; availabilityType?: 0 | 1 | undefined; availabilities?: { date: string; hours: { openHour: number; openMinute: number; closeHour: number; closeMinute: number; }[]; deleted: boolean; }[] | undefined; guestType?: "count_only" | "collect_detail" | undefined; consentLabel?: string | undefined; calendarCoverImage?: string | undefined; lookBusyConfig?: { enabled: boolean; LookBusyPercentage: number; } | undefined; id: string; }; }, unknown>>, "highlevel", false, never>; deleteCalendar: import("../..").DefinedAction, unknown, import("zod/v4/core").$ZodTypeInternals, unknown>>, import("zod").ZodType<{ success: boolean; }, unknown, import("zod/v4/core").$ZodTypeInternals<{ success: boolean; }, unknown>>, "highlevel", false, never>; getCalendarFreeSlots: import("../..").DefinedAction, unknown, import("zod/v4/core").$ZodTypeInternals, unknown>>, import("zod").ZodType<{ [x: string]: { slots: string[]; }; }, unknown, import("zod/v4/core").$ZodTypeInternals<{ [x: string]: { slots: string[]; }; }, unknown>>, "highlevel", false, never>; listAppointments: import("../..").DefinedAction, unknown, import("zod/v4/core").$ZodTypeInternals, unknown>>, import("zod").ZodType<{ events?: { id: string; address?: string | undefined; title: string; calendarId: string; locationId: string; contactId?: string | undefined; groupId?: string | undefined; appointmentStatus?: string | undefined; assignedUserId?: string | undefined; users?: string[] | undefined; notes?: string | undefined; description?: string | undefined; isRecurring?: boolean | undefined; rrule?: string | undefined; startTime: string; endTime: string; dateAdded: string; dateUpdated: string; assignedResources?: string[] | undefined; createdBy?: { userId?: string | null | undefined; source?: string | undefined; } | undefined; masterEventId?: string | undefined; }[] | undefined; }, unknown, import("zod/v4/core").$ZodTypeInternals<{ events?: { id: string; address?: string | undefined; title: string; calendarId: string; locationId: string; contactId?: string | undefined; groupId?: string | undefined; appointmentStatus?: string | undefined; assignedUserId?: string | undefined; users?: string[] | undefined; notes?: string | undefined; description?: string | undefined; isRecurring?: boolean | undefined; rrule?: string | undefined; startTime: string; endTime: string; dateAdded: string; dateUpdated: string; assignedResources?: string[] | undefined; createdBy?: { userId?: string | null | undefined; source?: string | undefined; } | undefined; masterEventId?: string | undefined; }[] | undefined; }, unknown>>, "highlevel", false, never>; getAppointment: import("../..").DefinedAction, unknown, import("zod/v4/core").$ZodTypeInternals, unknown>>, import("zod").ZodType<{ event?: { id: string; address?: string | undefined; title: string; calendarId: string; locationId: string; contactId?: string | undefined; groupId?: string | undefined; appointmentStatus?: string | undefined; assignedUserId?: string | undefined; users?: string[] | undefined; notes?: string | undefined; description?: string | undefined; isRecurring?: boolean | undefined; rrule?: string | undefined; startTime: string; endTime: string; dateAdded: string; dateUpdated: string; assignedResources?: string[] | undefined; createdBy?: { userId?: string | null | undefined; source?: string | undefined; } | undefined; masterEventId?: string | undefined; } | undefined; }, unknown, import("zod/v4/core").$ZodTypeInternals<{ event?: { id: string; address?: string | undefined; title: string; calendarId: string; locationId: string; contactId?: string | undefined; groupId?: string | undefined; appointmentStatus?: string | undefined; assignedUserId?: string | undefined; users?: string[] | undefined; notes?: string | undefined; description?: string | undefined; isRecurring?: boolean | undefined; rrule?: string | undefined; startTime: string; endTime: string; dateAdded: string; dateUpdated: string; assignedResources?: string[] | undefined; createdBy?: { userId?: string | null | undefined; source?: string | undefined; } | undefined; masterEventId?: string | undefined; } | undefined; }, unknown>>, "highlevel", false, never>; createAppointment: import("../..").DefinedAction, unknown, import("zod/v4/core").$ZodTypeInternals, unknown>>, import("zod").ZodType<{ calendarId: string; locationId: string; contactId: string; startTime?: string | undefined; endTime?: string | undefined; title?: string | undefined; meetingLocationType: string; appointmentStatus?: "new" | "confirmed" | "cancelled" | "showed" | "noshow" | "invalid" | "active" | "completed" | undefined; assignedUserId?: string | undefined; address?: string | undefined; isRecurring?: boolean | undefined; rrule?: string | undefined; id: string; }, unknown, import("zod/v4/core").$ZodTypeInternals<{ calendarId: string; locationId: string; contactId: string; startTime?: string | undefined; endTime?: string | undefined; title?: string | undefined; meetingLocationType: string; appointmentStatus?: "new" | "confirmed" | "cancelled" | "showed" | "noshow" | "invalid" | "active" | "completed" | undefined; assignedUserId?: string | undefined; address?: string | undefined; isRecurring?: boolean | undefined; rrule?: string | undefined; id: string; }, unknown>>, "highlevel", false, never>; updateAppointment: import("../..").DefinedAction, unknown, import("zod/v4/core").$ZodTypeInternals, unknown>>, import("zod").ZodType<{ calendarId: string; locationId: string; contactId: string; startTime?: string | undefined; endTime?: string | undefined; title?: string | undefined; meetingLocationType: string; appointmentStatus?: "new" | "confirmed" | "cancelled" | "showed" | "noshow" | "invalid" | "active" | "completed" | undefined; assignedUserId?: string | undefined; address?: string | undefined; isRecurring?: boolean | undefined; rrule?: string | undefined; id: string; }, unknown, import("zod/v4/core").$ZodTypeInternals<{ calendarId: string; locationId: string; contactId: string; startTime?: string | undefined; endTime?: string | undefined; title?: string | undefined; meetingLocationType: string; appointmentStatus?: "new" | "confirmed" | "cancelled" | "showed" | "noshow" | "invalid" | "active" | "completed" | undefined; assignedUserId?: string | undefined; address?: string | undefined; isRecurring?: boolean | undefined; rrule?: string | undefined; id: string; }, unknown>>, "highlevel", false, never>; deleteAppointment: import("../..").DefinedAction, unknown, import("zod/v4/core").$ZodTypeInternals, unknown>>, import("zod").ZodType<{ succeeded?: boolean | undefined; }, unknown, import("zod/v4/core").$ZodTypeInternals<{ succeeded?: boolean | undefined; }, unknown>>, "highlevel", false, never>; listBlockedSlots: import("../..").DefinedAction, unknown, import("zod/v4/core").$ZodTypeInternals, unknown>>, import("zod").ZodType<{ events?: { id: string; address?: string | undefined; title: string; calendarId: string; locationId: string; contactId?: string | undefined; groupId?: string | undefined; appointmentStatus?: string | undefined; assignedUserId?: string | undefined; users?: string[] | undefined; notes?: string | undefined; description?: string | undefined; isRecurring?: boolean | undefined; rrule?: string | undefined; startTime: string; endTime: string; dateAdded: string; dateUpdated: string; assignedResources?: string[] | undefined; createdBy?: { userId?: string | null | undefined; source?: string | undefined; } | undefined; masterEventId?: string | undefined; }[] | undefined; }, unknown, import("zod/v4/core").$ZodTypeInternals<{ events?: { id: string; address?: string | undefined; title: string; calendarId: string; locationId: string; contactId?: string | undefined; groupId?: string | undefined; appointmentStatus?: string | undefined; assignedUserId?: string | undefined; users?: string[] | undefined; notes?: string | undefined; description?: string | undefined; isRecurring?: boolean | undefined; rrule?: string | undefined; startTime: string; endTime: string; dateAdded: string; dateUpdated: string; assignedResources?: string[] | undefined; createdBy?: { userId?: string | null | undefined; source?: string | undefined; } | undefined; masterEventId?: string | undefined; }[] | undefined; }, unknown>>, "highlevel", false, never>; createBlockedSlot: import("../..").DefinedAction, unknown, import("zod/v4/core").$ZodTypeInternals, unknown>>, import("zod").ZodType<{ id: string; locationId: string; title: string; startTime: { [x: string]: never; }; endTime: { [x: string]: never; }; calendarId?: string | undefined; assignedUserId?: string | undefined; }, unknown, import("zod/v4/core").$ZodTypeInternals<{ id: string; locationId: string; title: string; startTime: { [x: string]: never; }; endTime: { [x: string]: never; }; calendarId?: string | undefined; assignedUserId?: string | undefined; }, unknown>>, "highlevel", false, never>; updateBlockedSlot: import("../..").DefinedAction, unknown, import("zod/v4/core").$ZodTypeInternals, unknown>>, import("zod").ZodType<{ id: string; locationId: string; title: string; startTime: { [x: string]: never; }; endTime: { [x: string]: never; }; calendarId?: string | undefined; assignedUserId?: string | undefined; }, unknown, import("zod/v4/core").$ZodTypeInternals<{ id: string; locationId: string; title: string; startTime: { [x: string]: never; }; endTime: { [x: string]: never; }; calendarId?: string | undefined; assignedUserId?: string | undefined; }, unknown>>, "highlevel", false, never>; listSchedules: import("../..").DefinedAction, unknown, import("zod/v4/core").$ZodTypeInternals, unknown>>, import("zod").ZodType<{ schedules: { id: string; name: string; locationId: string; rules: { type: "wday" | "date"; intervals: { from: string; to: string; }[]; date?: string | undefined; day?: "sunday" | "monday" | "tuesday" | "wednesday" | "thursday" | "friday" | "saturday" | undefined; }[]; timezone: string; dateAdded: string; dateUpdated: string; userId: string; calendarIds?: string[] | undefined; deleted: boolean; }[]; }, unknown, import("zod/v4/core").$ZodTypeInternals<{ schedules: { id: string; name: string; locationId: string; rules: { type: "wday" | "date"; intervals: { from: string; to: string; }[]; date?: string | undefined; day?: "sunday" | "monday" | "tuesday" | "wednesday" | "thursday" | "friday" | "saturday" | undefined; }[]; timezone: string; dateAdded: string; dateUpdated: string; userId: string; calendarIds?: string[] | undefined; deleted: boolean; }[]; }, unknown>>, "highlevel", false, never>; getSchedule: import("../..").DefinedAction, unknown, import("zod/v4/core").$ZodTypeInternals, unknown>>, import("zod").ZodType<{ schedule: { id: string; name: string; locationId: string; rules: { type: "wday" | "date"; intervals: { from: string; to: string; }[]; date?: string | undefined; day?: "sunday" | "monday" | "tuesday" | "wednesday" | "thursday" | "friday" | "saturday" | undefined; }[]; timezone: string; dateAdded: string; dateUpdated: string; userId: string; calendarIds?: string[] | undefined; deleted: boolean; }; }, unknown, import("zod/v4/core").$ZodTypeInternals<{ schedule: { id: string; name: string; locationId: string; rules: { type: "wday" | "date"; intervals: { from: string; to: string; }[]; date?: string | undefined; day?: "sunday" | "monday" | "tuesday" | "wednesday" | "thursday" | "friday" | "saturday" | undefined; }[]; timezone: string; dateAdded: string; dateUpdated: string; userId: string; calendarIds?: string[] | undefined; deleted: boolean; }; }, unknown>>, "highlevel", false, never>; createSchedule: import("../..").DefinedAction, unknown, import("zod/v4/core").$ZodTypeInternals, unknown>>, import("zod").ZodType<{ schedule: { id: string; name: string; locationId: string; rules: { type: "wday" | "date"; intervals: { from: string; to: string; }[]; date?: string | undefined; day?: "sunday" | "monday" | "tuesday" | "wednesday" | "thursday" | "friday" | "saturday" | undefined; }[]; timezone: string; dateAdded: string; dateUpdated: string; userId: string; calendarIds?: string[] | undefined; deleted: boolean; }; }, unknown, import("zod/v4/core").$ZodTypeInternals<{ schedule: { id: string; name: string; locationId: string; rules: { type: "wday" | "date"; intervals: { from: string; to: string; }[]; date?: string | undefined; day?: "sunday" | "monday" | "tuesday" | "wednesday" | "thursday" | "friday" | "saturday" | undefined; }[]; timezone: string; dateAdded: string; dateUpdated: string; userId: string; calendarIds?: string[] | undefined; deleted: boolean; }; }, unknown>>, "highlevel", false, never>; updateSchedule: import("../..").DefinedAction, unknown, import("zod/v4/core").$ZodTypeInternals, unknown>>, import("zod").ZodType<{ schedule: { id: string; name: string; locationId: string; rules: { type: "wday" | "date"; intervals: { from: string; to: string; }[]; date?: string | undefined; day?: "sunday" | "monday" | "tuesday" | "wednesday" | "thursday" | "friday" | "saturday" | undefined; }[]; timezone: string; dateAdded: string; dateUpdated: string; userId: string; calendarIds?: string[] | undefined; deleted: boolean; }; }, unknown, import("zod/v4/core").$ZodTypeInternals<{ schedule: { id: string; name: string; locationId: string; rules: { type: "wday" | "date"; intervals: { from: string; to: string; }[]; date?: string | undefined; day?: "sunday" | "monday" | "tuesday" | "wednesday" | "thursday" | "friday" | "saturday" | undefined; }[]; timezone: string; dateAdded: string; dateUpdated: string; userId: string; calendarIds?: string[] | undefined; deleted: boolean; }; }, unknown>>, "highlevel", false, never>; deleteSchedule: import("../..").DefinedAction, unknown, import("zod/v4/core").$ZodTypeInternals, unknown>>, import("zod").ZodType<{ success?: boolean | undefined; }, unknown, import("zod/v4/core").$ZodTypeInternals<{ success?: boolean | undefined; }, unknown>>, "highlevel", false, never>; searchConversations: import("../..").DefinedAction, unknown, import("zod/v4/core").$ZodTypeInternals, unknown>>, import("zod").ZodType<{ conversations: { id: string; contactId: string; locationId: string; lastMessageBody?: string | undefined; lastMessageType: "TYPE_CALL" | "TYPE_SMS" | "TYPE_RCS" | "TYPE_EMAIL" | "TYPE_SMS_REVIEW_REQUEST" | "TYPE_WEBCHAT" | "TYPE_SMS_NO_SHOW_REQUEST" | "TYPE_CAMPAIGN_SMS" | "TYPE_CAMPAIGN_CALL" | "TYPE_CAMPAIGN_EMAIL" | "TYPE_CAMPAIGN_VOICEMAIL" | "TYPE_FACEBOOK" | "TYPE_CAMPAIGN_FACEBOOK" | "TYPE_CAMPAIGN_MANUAL_CALL" | "TYPE_CAMPAIGN_MANUAL_SMS" | "TYPE_GMB" | "TYPE_CAMPAIGN_GMB" | "TYPE_REVIEW" | "TYPE_INSTAGRAM" | "TYPE_WHATSAPP" | "TYPE_CUSTOM_SMS" | "TYPE_CUSTOM_EMAIL" | "TYPE_CUSTOM_PROVIDER_SMS" | "TYPE_CUSTOM_PROVIDER_EMAIL" | "TYPE_IVR_CALL" | "TYPE_ACTIVITY_CONTACT" | "TYPE_ACTIVITY_INVOICE" | "TYPE_ACTIVITY_PAYMENT" | "TYPE_ACTIVITY_OPPORTUNITY" | "TYPE_LIVE_CHAT" | "TYPE_LIVE_CHAT_INFO_MESSAGE" | "TYPE_ACTIVITY_APPOINTMENT" | "TYPE_FACEBOOK_COMMENT" | "TYPE_INSTAGRAM_COMMENT" | "TYPE_CUSTOM_CALL" | "TYPE_INTERNAL_COMMENT" | "TYPE_ACTIVITY_EMPLOYEE_ACTION_LOG" | "TYPE_TIKTOK" | "TYPE_TIKTOK_COMMENT" | "TYPE_ACTIVITY_WHATSAPP" | "TYPE_FORM_SUBMISSION" | "TYPE_SMS_REACTION" | "TYPE_NO_SHOW"; type: "TYPE_PHONE" | "TYPE_EMAIL" | "TYPE_FB_MESSENGER" | "TYPE_REVIEW" | "TYPE_GROUP_SMS"; unreadCount: number; fullName: string; contactName: string; email?: string | null | undefined; phone?: string | null | undefined; }[]; total: number; }, unknown, import("zod/v4/core").$ZodTypeInternals<{ conversations: { id: string; contactId: string; locationId: string; lastMessageBody?: string | undefined; lastMessageType: "TYPE_CALL" | "TYPE_SMS" | "TYPE_RCS" | "TYPE_EMAIL" | "TYPE_SMS_REVIEW_REQUEST" | "TYPE_WEBCHAT" | "TYPE_SMS_NO_SHOW_REQUEST" | "TYPE_CAMPAIGN_SMS" | "TYPE_CAMPAIGN_CALL" | "TYPE_CAMPAIGN_EMAIL" | "TYPE_CAMPAIGN_VOICEMAIL" | "TYPE_FACEBOOK" | "TYPE_CAMPAIGN_FACEBOOK" | "TYPE_CAMPAIGN_MANUAL_CALL" | "TYPE_CAMPAIGN_MANUAL_SMS" | "TYPE_GMB" | "TYPE_CAMPAIGN_GMB" | "TYPE_REVIEW" | "TYPE_INSTAGRAM" | "TYPE_WHATSAPP" | "TYPE_CUSTOM_SMS" | "TYPE_CUSTOM_EMAIL" | "TYPE_CUSTOM_PROVIDER_SMS" | "TYPE_CUSTOM_PROVIDER_EMAIL" | "TYPE_IVR_CALL" | "TYPE_ACTIVITY_CONTACT" | "TYPE_ACTIVITY_INVOICE" | "TYPE_ACTIVITY_PAYMENT" | "TYPE_ACTIVITY_OPPORTUNITY" | "TYPE_LIVE_CHAT" | "TYPE_LIVE_CHAT_INFO_MESSAGE" | "TYPE_ACTIVITY_APPOINTMENT" | "TYPE_FACEBOOK_COMMENT" | "TYPE_INSTAGRAM_COMMENT" | "TYPE_CUSTOM_CALL" | "TYPE_INTERNAL_COMMENT" | "TYPE_ACTIVITY_EMPLOYEE_ACTION_LOG" | "TYPE_TIKTOK" | "TYPE_TIKTOK_COMMENT" | "TYPE_ACTIVITY_WHATSAPP" | "TYPE_FORM_SUBMISSION" | "TYPE_SMS_REACTION" | "TYPE_NO_SHOW"; type: "TYPE_PHONE" | "TYPE_EMAIL" | "TYPE_FB_MESSENGER" | "TYPE_REVIEW" | "TYPE_GROUP_SMS"; unreadCount: number; fullName: string; contactName: string; email?: string | null | undefined; phone?: string | null | undefined; }[]; total: number; }, unknown>>, "highlevel", false, never>; getConversation: import("../..").DefinedAction, unknown, import("zod/v4/core").$ZodTypeInternals, unknown>>, import("zod").ZodType<{ contactId: string; locationId: string; deleted: boolean; inbox: boolean; type: number; unreadCount: number; assignedTo?: string | undefined; id: string; starred?: boolean | undefined; }, unknown, import("zod/v4/core").$ZodTypeInternals<{ contactId: string; locationId: string; deleted: boolean; inbox: boolean; type: number; unreadCount: number; assignedTo?: string | undefined; id: string; starred?: boolean | undefined; }, unknown>>, "highlevel", false, never>; createConversation: import("../..").DefinedAction, unknown, import("zod/v4/core").$ZodTypeInternals, unknown>>, import("zod").ZodType<{ success: boolean; conversation: { id: string; dateUpdated: string; dateAdded: string; deleted: boolean; contactId: string; locationId: string; lastMessageDate: string; assignedTo?: string | undefined; }; }, unknown, import("zod/v4/core").$ZodTypeInternals<{ success: boolean; conversation: { id: string; dateUpdated: string; dateAdded: string; deleted: boolean; contactId: string; locationId: string; lastMessageDate: string; assignedTo?: string | undefined; }; }, unknown>>, "highlevel", false, never>; updateConversation: import("../..").DefinedAction, unknown, import("zod/v4/core").$ZodTypeInternals, unknown>>, import("zod").ZodType<{ success: boolean; conversation: { id?: string | undefined; locationId: string; contactId: string; assignedTo?: string | undefined; userId?: string | undefined; lastMessageBody?: string | undefined; lastMessageDate?: string | undefined; lastMessageType?: "TYPE_CALL" | "TYPE_SMS" | "TYPE_RCS" | "TYPE_EMAIL" | "TYPE_SMS_REVIEW_REQUEST" | "TYPE_WEBCHAT" | "TYPE_SMS_NO_SHOW_REQUEST" | "TYPE_CAMPAIGN_SMS" | "TYPE_CAMPAIGN_CALL" | "TYPE_CAMPAIGN_EMAIL" | "TYPE_CAMPAIGN_VOICEMAIL" | "TYPE_FACEBOOK" | "TYPE_CAMPAIGN_FACEBOOK" | "TYPE_CAMPAIGN_MANUAL_CALL" | "TYPE_CAMPAIGN_MANUAL_SMS" | "TYPE_GMB" | "TYPE_CAMPAIGN_GMB" | "TYPE_REVIEW" | "TYPE_INSTAGRAM" | "TYPE_WHATSAPP" | "TYPE_CUSTOM_SMS" | "TYPE_CUSTOM_EMAIL" | "TYPE_CUSTOM_PROVIDER_SMS" | "TYPE_CUSTOM_PROVIDER_EMAIL" | "TYPE_IVR_CALL" | "TYPE_ACTIVITY_CONTACT" | "TYPE_ACTIVITY_INVOICE" | "TYPE_ACTIVITY_PAYMENT" | "TYPE_ACTIVITY_OPPORTUNITY" | "TYPE_LIVE_CHAT" | "TYPE_LIVE_CHAT_INFO_MESSAGE" | "TYPE_ACTIVITY_APPOINTMENT" | "TYPE_FACEBOOK_COMMENT" | "TYPE_INSTAGRAM_COMMENT" | "TYPE_CUSTOM_CALL" | "TYPE_INTERNAL_COMMENT" | "TYPE_ACTIVITY_EMPLOYEE_ACTION_LOG" | "TYPE_TIKTOK" | "TYPE_TIKTOK_COMMENT" | "TYPE_ACTIVITY_WHATSAPP" | "TYPE_FORM_SUBMISSION" | "TYPE_SMS_REACTION" | undefined; unreadCount?: number | undefined; inbox?: boolean | undefined; starred?: boolean | undefined; deleted: boolean; }; }, unknown, import("zod/v4/core").$ZodTypeInternals<{ success: boolean; conversation: { id?: string | undefined; locationId: string; contactId: string; assignedTo?: string | undefined; userId?: string | undefined; lastMessageBody?: string | undefined; lastMessageDate?: string | undefined; lastMessageType?: "TYPE_CALL" | "TYPE_SMS" | "TYPE_RCS" | "TYPE_EMAIL" | "TYPE_SMS_REVIEW_REQUEST" | "TYPE_WEBCHAT" | "TYPE_SMS_NO_SHOW_REQUEST" | "TYPE_CAMPAIGN_SMS" | "TYPE_CAMPAIGN_CALL" | "TYPE_CAMPAIGN_EMAIL" | "TYPE_CAMPAIGN_VOICEMAIL" | "TYPE_FACEBOOK" | "TYPE_CAMPAIGN_FACEBOOK" | "TYPE_CAMPAIGN_MANUAL_CALL" | "TYPE_CAMPAIGN_MANUAL_SMS" | "TYPE_GMB" | "TYPE_CAMPAIGN_GMB" | "TYPE_REVIEW" | "TYPE_INSTAGRAM" | "TYPE_WHATSAPP" | "TYPE_CUSTOM_SMS" | "TYPE_CUSTOM_EMAIL" | "TYPE_CUSTOM_PROVIDER_SMS" | "TYPE_CUSTOM_PROVIDER_EMAIL" | "TYPE_IVR_CALL" | "TYPE_ACTIVITY_CONTACT" | "TYPE_ACTIVITY_INVOICE" | "TYPE_ACTIVITY_PAYMENT" | "TYPE_ACTIVITY_OPPORTUNITY" | "TYPE_LIVE_CHAT" | "TYPE_LIVE_CHAT_INFO_MESSAGE" | "TYPE_ACTIVITY_APPOINTMENT" | "TYPE_FACEBOOK_COMMENT" | "TYPE_INSTAGRAM_COMMENT" | "TYPE_CUSTOM_CALL" | "TYPE_INTERNAL_COMMENT" | "TYPE_ACTIVITY_EMPLOYEE_ACTION_LOG" | "TYPE_TIKTOK" | "TYPE_TIKTOK_COMMENT" | "TYPE_ACTIVITY_WHATSAPP" | "TYPE_FORM_SUBMISSION" | "TYPE_SMS_REACTION" | undefined; unreadCount?: number | undefined; inbox?: boolean | undefined; starred?: boolean | undefined; deleted: boolean; }; }, unknown>>, "highlevel", false, never>; deleteConversation: import("../..").DefinedAction, unknown, import("zod/v4/core").$ZodTypeInternals, unknown>>, import("zod").ZodType<{ success: boolean; }, unknown, import("zod/v4/core").$ZodTypeInternals<{ success: boolean; }, unknown>>, "highlevel", false, never>; listMessages: import("../..").DefinedAction, unknown, import("zod/v4/core").$ZodTypeInternals, unknown>>, import("zod").ZodType<{ lastMessageId: string; nextPage: boolean; messages: { id: string; type: number; messageType: "TYPE_CALL" | "TYPE_SMS" | "TYPE_RCS" | "TYPE_EMAIL" | "TYPE_SMS_REVIEW_REQUEST" | "TYPE_WEBCHAT" | "TYPE_SMS_NO_SHOW_REQUEST" | "TYPE_CAMPAIGN_SMS" | "TYPE_CAMPAIGN_CALL" | "TYPE_CAMPAIGN_EMAIL" | "TYPE_CAMPAIGN_VOICEMAIL" | "TYPE_FACEBOOK" | "TYPE_CAMPAIGN_FACEBOOK" | "TYPE_CAMPAIGN_MANUAL_CALL" | "TYPE_CAMPAIGN_MANUAL_SMS" | "TYPE_GMB" | "TYPE_CAMPAIGN_GMB" | "TYPE_REVIEW" | "TYPE_INSTAGRAM" | "TYPE_WHATSAPP" | "TYPE_CUSTOM_SMS" | "TYPE_CUSTOM_EMAIL" | "TYPE_CUSTOM_PROVIDER_SMS" | "TYPE_CUSTOM_PROVIDER_EMAIL" | "TYPE_IVR_CALL" | "TYPE_ACTIVITY_CONTACT" | "TYPE_ACTIVITY_INVOICE" | "TYPE_ACTIVITY_PAYMENT" | "TYPE_ACTIVITY_OPPORTUNITY" | "TYPE_LIVE_CHAT" | "TYPE_LIVE_CHAT_INFO_MESSAGE" | "TYPE_ACTIVITY_APPOINTMENT" | "TYPE_FACEBOOK_COMMENT" | "TYPE_INSTAGRAM_COMMENT" | "TYPE_CUSTOM_CALL" | "TYPE_INTERNAL_COMMENT" | "TYPE_ACTIVITY_EMPLOYEE_ACTION_LOG" | "TYPE_TIKTOK" | "TYPE_TIKTOK_COMMENT" | "TYPE_ACTIVITY_WHATSAPP" | "TYPE_FORM_SUBMISSION" | "TYPE_SMS_REACTION"; locationId: string; contactId: string; conversationId: string; dateAdded: string; body?: string | undefined; direction: "inbound" | "outbound"; status?: "connected" | "delivered" | "failed" | "opened" | "pending" | "read" | "scheduled" | "sent" | "undelivered" | "clicked" | "opt_out" | "queued" | undefined; contentType: string; attachments?: string[] | undefined; meta?: { callDuration?: string | undefined; callStatus?: "pending" | "completed" | "answered" | "busy" | "no-answer" | "failed" | "canceled" | "voicemail" | undefined; email?: { [x: string]: never; } | undefined; } | undefined; source?: "workflow" | "bulk_actions" | "campaign" | "api" | "app" | undefined; userId?: string | undefined; conversationProviderId?: string | undefined; chatWidgetId?: string | undefined; }[]; }, unknown, import("zod/v4/core").$ZodTypeInternals<{ lastMessageId: string; nextPage: boolean; messages: { id: string; type: number; messageType: "TYPE_CALL" | "TYPE_SMS" | "TYPE_RCS" | "TYPE_EMAIL" | "TYPE_SMS_REVIEW_REQUEST" | "TYPE_WEBCHAT" | "TYPE_SMS_NO_SHOW_REQUEST" | "TYPE_CAMPAIGN_SMS" | "TYPE_CAMPAIGN_CALL" | "TYPE_CAMPAIGN_EMAIL" | "TYPE_CAMPAIGN_VOICEMAIL" | "TYPE_FACEBOOK" | "TYPE_CAMPAIGN_FACEBOOK" | "TYPE_CAMPAIGN_MANUAL_CALL" | "TYPE_CAMPAIGN_MANUAL_SMS" | "TYPE_GMB" | "TYPE_CAMPAIGN_GMB" | "TYPE_REVIEW" | "TYPE_INSTAGRAM" | "TYPE_WHATSAPP" | "TYPE_CUSTOM_SMS" | "TYPE_CUSTOM_EMAIL" | "TYPE_CUSTOM_PROVIDER_SMS" | "TYPE_CUSTOM_PROVIDER_EMAIL" | "TYPE_IVR_CALL" | "TYPE_ACTIVITY_CONTACT" | "TYPE_ACTIVITY_INVOICE" | "TYPE_ACTIVITY_PAYMENT" | "TYPE_ACTIVITY_OPPORTUNITY" | "TYPE_LIVE_CHAT" | "TYPE_LIVE_CHAT_INFO_MESSAGE" | "TYPE_ACTIVITY_APPOINTMENT" | "TYPE_FACEBOOK_COMMENT" | "TYPE_INSTAGRAM_COMMENT" | "TYPE_CUSTOM_CALL" | "TYPE_INTERNAL_COMMENT" | "TYPE_ACTIVITY_EMPLOYEE_ACTION_LOG" | "TYPE_TIKTOK" | "TYPE_TIKTOK_COMMENT" | "TYPE_ACTIVITY_WHATSAPP" | "TYPE_FORM_SUBMISSION" | "TYPE_SMS_REACTION"; locationId: string; contactId: string; conversationId: string; dateAdded: string; body?: string | undefined; direction: "inbound" | "outbound"; status?: "connected" | "delivered" | "failed" | "opened" | "pending" | "read" | "scheduled" | "sent" | "undelivered" | "clicked" | "opt_out" | "queued" | undefined; contentType: string; attachments?: string[] | undefined; meta?: { callDuration?: string | undefined; callStatus?: "pending" | "completed" | "answered" | "busy" | "no-answer" | "failed" | "canceled" | "voicemail" | undefined; email?: { [x: string]: never; } | undefined; } | undefined; source?: "workflow" | "bulk_actions" | "campaign" | "api" | "app" | undefined; userId?: string | undefined; conversationProviderId?: string | undefined; chatWidgetId?: string | undefined; }[]; }, unknown>>, "highlevel", false, never>; getMessage: import("../..").DefinedAction, unknown, import("zod/v4/core").$ZodTypeInternals, unknown>>, import("zod").ZodType<{ id: string; type: number; messageType: "TYPE_CALL" | "TYPE_SMS" | "TYPE_RCS" | "TYPE_EMAIL" | "TYPE_SMS_REVIEW_REQUEST" | "TYPE_WEBCHAT" | "TYPE_SMS_NO_SHOW_REQUEST" | "TYPE_CAMPAIGN_SMS" | "TYPE_CAMPAIGN_CALL" | "TYPE_CAMPAIGN_EMAIL" | "TYPE_CAMPAIGN_VOICEMAIL" | "TYPE_FACEBOOK" | "TYPE_CAMPAIGN_FACEBOOK" | "TYPE_CAMPAIGN_MANUAL_CALL" | "TYPE_CAMPAIGN_MANUAL_SMS" | "TYPE_GMB" | "TYPE_CAMPAIGN_GMB" | "TYPE_REVIEW" | "TYPE_INSTAGRAM" | "TYPE_WHATSAPP" | "TYPE_CUSTOM_SMS" | "TYPE_CUSTOM_EMAIL" | "TYPE_CUSTOM_PROVIDER_SMS" | "TYPE_CUSTOM_PROVIDER_EMAIL" | "TYPE_IVR_CALL" | "TYPE_ACTIVITY_CONTACT" | "TYPE_ACTIVITY_INVOICE" | "TYPE_ACTIVITY_PAYMENT" | "TYPE_ACTIVITY_OPPORTUNITY" | "TYPE_LIVE_CHAT" | "TYPE_LIVE_CHAT_INFO_MESSAGE" | "TYPE_ACTIVITY_APPOINTMENT" | "TYPE_FACEBOOK_COMMENT" | "TYPE_INSTAGRAM_COMMENT" | "TYPE_CUSTOM_CALL" | "TYPE_INTERNAL_COMMENT" | "TYPE_ACTIVITY_EMPLOYEE_ACTION_LOG" | "TYPE_TIKTOK" | "TYPE_TIKTOK_COMMENT" | "TYPE_ACTIVITY_WHATSAPP" | "TYPE_FORM_SUBMISSION" | "TYPE_SMS_REACTION"; locationId: string; contactId: string; conversationId: string; dateAdded: string; body?: string | undefined; direction: "inbound" | "outbound"; status?: "connected" | "delivered" | "failed" | "opened" | "pending" | "read" | "scheduled" | "sent" | "undelivered" | "clicked" | "opt_out" | "queued" | undefined; contentType: string; attachments?: string[] | undefined; meta?: { callDuration?: string | undefined; callStatus?: "pending" | "completed" | "answered" | "busy" | "no-answer" | "failed" | "canceled" | "voicemail" | undefined; email?: { [x: string]: never; } | undefined; } | undefined; source?: "workflow" | "bulk_actions" | "campaign" | "api" | "app" | undefined; userId?: string | undefined; conversationProviderId?: string | undefined; chatWidgetId?: string | undefined; }, unknown, import("zod/v4/core").$ZodTypeInternals<{ id: string; type: number; messageType: "TYPE_CALL" | "TYPE_SMS" | "TYPE_RCS" | "TYPE_EMAIL" | "TYPE_SMS_REVIEW_REQUEST" | "TYPE_WEBCHAT" | "TYPE_SMS_NO_SHOW_REQUEST" | "TYPE_CAMPAIGN_SMS" | "TYPE_CAMPAIGN_CALL" | "TYPE_CAMPAIGN_EMAIL" | "TYPE_CAMPAIGN_VOICEMAIL" | "TYPE_FACEBOOK" | "TYPE_CAMPAIGN_FACEBOOK" | "TYPE_CAMPAIGN_MANUAL_CALL" | "TYPE_CAMPAIGN_MANUAL_SMS" | "TYPE_GMB" | "TYPE_CAMPAIGN_GMB" | "TYPE_REVIEW" | "TYPE_INSTAGRAM" | "TYPE_WHATSAPP" | "TYPE_CUSTOM_SMS" | "TYPE_CUSTOM_EMAIL" | "TYPE_CUSTOM_PROVIDER_SMS" | "TYPE_CUSTOM_PROVIDER_EMAIL" | "TYPE_IVR_CALL" | "TYPE_ACTIVITY_CONTACT" | "TYPE_ACTIVITY_INVOICE" | "TYPE_ACTIVITY_PAYMENT" | "TYPE_ACTIVITY_OPPORTUNITY" | "TYPE_LIVE_CHAT" | "TYPE_LIVE_CHAT_INFO_MESSAGE" | "TYPE_ACTIVITY_APPOINTMENT" | "TYPE_FACEBOOK_COMMENT" | "TYPE_INSTAGRAM_COMMENT" | "TYPE_CUSTOM_CALL" | "TYPE_INTERNAL_COMMENT" | "TYPE_ACTIVITY_EMPLOYEE_ACTION_LOG" | "TYPE_TIKTOK" | "TYPE_TIKTOK_COMMENT" | "TYPE_ACTIVITY_WHATSAPP" | "TYPE_FORM_SUBMISSION" | "TYPE_SMS_REACTION"; locationId: string; contactId: string; conversationId: string; dateAdded: string; body?: string | undefined; direction: "inbound" | "outbound"; status?: "connected" | "delivered" | "failed" | "opened" | "pending" | "read" | "scheduled" | "sent" | "undelivered" | "clicked" | "opt_out" | "queued" | undefined; contentType: string; attachments?: string[] | undefined; meta?: { callDuration?: string | undefined; callStatus?: "pending" | "completed" | "answered" | "busy" | "no-answer" | "failed" | "canceled" | "voicemail" | undefined; email?: { [x: string]: never; } | undefined; } | undefined; source?: "workflow" | "bulk_actions" | "campaign" | "api" | "app" | undefined; userId?: string | undefined; conversationProviderId?: string | undefined; chatWidgetId?: string | undefined; }, unknown>>, "highlevel", false, never>; sendMessage: import("../..").DefinedAction, unknown, import("zod/v4/core").$ZodTypeInternals, unknown>>, import("zod").ZodType<{ conversationId: string; emailMessageId?: string | undefined; messageId: string; messageIds?: string[] | undefined; msg?: string | undefined; forwardData?: { forwardWholeThread?: boolean | undefined; messageId?: string | undefined; emailMessageId?: string | undefined; sourceContactId?: string | undefined; sourceConversationId?: string | undefined; forwardToEmail?: string | undefined; recipientContactId?: string | undefined; recipientConversationId?: string | undefined; } | undefined; status?: "delivered" | "failed" | "pending" | "read" | undefined; threadId?: string | undefined; }, unknown, import("zod/v4/core").$ZodTypeInternals<{ conversationId: string; emailMessageId?: string | undefined; messageId: string; messageIds?: string[] | undefined; msg?: string | undefined; forwardData?: { forwardWholeThread?: boolean | undefined; messageId?: string | undefined; emailMessageId?: string | undefined; sourceContactId?: string | undefined; sourceConversationId?: string | undefined; forwardToEmail?: string | undefined; recipientContactId?: string | undefined; recipientConversationId?: string | undefined; } | undefined; status?: "delivered" | "failed" | "pending" | "read" | undefined; threadId?: string | undefined; }, unknown>>, "highlevel", false, never>; cancelScheduledMessage: import("../..").DefinedAction, unknown, import("zod/v4/core").$ZodTypeInternals, unknown>>, import("zod").ZodType<{ status: number; message: string; }, unknown, import("zod/v4/core").$ZodTypeInternals<{ status: number; message: string; }, unknown>>, "highlevel", false, never>; cancelScheduledEmailMessage: import("../..").DefinedAction, unknown, import("zod/v4/core").$ZodTypeInternals, unknown>>, import("zod").ZodType<{ status: number; message: string; }, unknown, import("zod/v4/core").$ZodTypeInternals<{ status: number; message: string; }, unknown>>, "highlevel", false, never>; getMessageRecording: import("../..").DefinedAction, unknown, import("zod/v4/core").$ZodTypeInternals, unknown>>, import("zod").ZodType<{ contentType: string; data: string; }, unknown, import("zod/v4/core").$ZodTypeInternals<{ contentType: string; data: string; }, unknown>>, "highlevel", false, never>; getMessageTranscription: import("../..").DefinedAction, unknown, import("zod/v4/core").$ZodTypeInternals, unknown>>, import("zod").ZodType<{ mediaChannel: number; sentenceIndex: number; startTime: number; endTime: number; transcript: string; confidence: number; }, unknown, import("zod/v4/core").$ZodTypeInternals<{ mediaChannel: number; sentenceIndex: number; startTime: number; endTime: number; transcript: string; confidence: number; }, unknown>>, "highlevel", false, never>; getLocation: import("../..").DefinedAction, unknown, import("zod/v4/core").$ZodTypeInternals, unknown>>, import("zod").ZodType<{ location?: { id?: string | undefined; companyId?: string | undefined; name?: string | undefined; domain?: string | undefined; address?: string | undefined; city?: string | undefined; state?: string | undefined; logoUrl?: string | undefined; country?: string | undefined; postalCode?: string | undefined; website?: string | undefined; timezone?: string | undefined; firstName?: string | undefined; lastName?: string | undefined; email?: string | undefined; phone?: string | undefined; business?: { name?: string | undefined; address?: string | undefined; city?: string | undefined; state?: string | undefined; country?: string | undefined; postalCode?: string | undefined; website?: string | undefined; timezone?: string | undefined; logoUrl?: string | undefined; } | undefined; social?: { facebookUrl?: string | undefined; googlePlus?: string | undefined; linkedIn?: string | undefined; foursquare?: string | undefined; twitter?: string | undefined; yelp?: string | undefined; instagram?: string | undefined; youtube?: string | undefined; pinterest?: string | undefined; blogRss?: string | undefined; googlePlacesId?: string | undefined; } | undefined; settings?: { allowDuplicateContact?: boolean | undefined; allowDuplicateOpportunity?: boolean | undefined; allowFacebookNameMerge?: boolean | undefined; disableContactTimezone?: boolean | undefined; } | undefined; reseller?: { [x: string]: never; } | undefined; } | undefined; }, unknown, import("zod/v4/core").$ZodTypeInternals<{ location?: { id?: string | undefined; companyId?: string | undefined; name?: string | undefined; domain?: string | undefined; address?: string | undefined; city?: string | undefined; state?: string | undefined; logoUrl?: string | undefined; country?: string | undefined; postalCode?: string | undefined; website?: string | undefined; timezone?: string | undefined; firstName?: string | undefined; lastName?: string | undefined; email?: string | undefined; phone?: string | undefined; business?: { name?: string | undefined; address?: string | undefined; city?: string | undefined; state?: string | undefined; country?: string | undefined; postalCode?: string | undefined; website?: string | undefined; timezone?: string | undefined; logoUrl?: string | undefined; } | undefined; social?: { facebookUrl?: string | undefined; googlePlus?: string | undefined; linkedIn?: string | undefined; foursquare?: string | undefined; twitter?: string | undefined; yelp?: string | undefined; instagram?: string | undefined; youtube?: string | undefined; pinterest?: string | undefined; blogRss?: string | undefined; googlePlacesId?: string | undefined; } | undefined; settings?: { allowDuplicateContact?: boolean | undefined; allowDuplicateOpportunity?: boolean | undefined; allowFacebookNameMerge?: boolean | undefined; disableContactTimezone?: boolean | undefined; } | undefined; reseller?: { [x: string]: never; } | undefined; } | undefined; }, unknown>>, "highlevel", false, never>; listUsers: import("../..").DefinedAction, unknown, import("zod/v4/core").$ZodTypeInternals, unknown>>, import("zod").ZodType<{ users?: { id?: string | undefined; name?: string | undefined; firstName?: string | undefined; lastName?: string | undefined; email?: string | undefined; phone?: string | undefined; extension?: string | undefined; permissions?: { campaignsEnabled: boolean; campaignsReadOnly: boolean; contactsEnabled: boolean; workflowsEnabled: boolean; workflowsReadOnly: boolean; triggersEnabled: boolean; funnelsEnabled: boolean; websitesEnabled: boolean; opportunitiesEnabled: boolean; dashboardStatsEnabled: boolean; bulkRequestsEnabled: boolean; appointmentsEnabled: boolean; reviewsEnabled: boolean; onlineListingsEnabled: boolean; phoneCallEnabled: boolean; conversationsEnabled: boolean; assignedDataOnly: boolean; adwordsReportingEnabled: boolean; membershipEnabled: boolean; facebookAdsReportingEnabled: boolean; attributionsReportingEnabled: boolean; settingsEnabled: boolean; tagsEnabled: boolean; leadValueEnabled: boolean; marketingEnabled: boolean; agentReportingEnabled: boolean; botService: boolean; socialPlanner: boolean; bloggingEnabled: boolean; invoiceEnabled: boolean; affiliateManagerEnabled: boolean; contentAiEnabled: boolean; refundsEnabled: boolean; recordPaymentEnabled: boolean; cancelSubscriptionEnabled: boolean; paymentsEnabled: boolean; communitiesEnabled: boolean; exportPaymentsEnabled: boolean; } | undefined; scopes?: "campaigns.readonly" | "campaigns.write" | "calendars.readonly" | "calendars/events.write" | "calendars/groups.write" | "calendars.write" | "contacts.write" | "contacts/bulkActions.write" | "workflows.readonly" | "workflows.write" | "triggers.write" | "funnels.write" | "forms.write" | "surveys.write" | "quizzes.write" | "websites.write" | "medias.write" | "medias.readonly" | "opportunities.write" | "opportunities/leadValue.readonly" | "opportunities/bulkActions.write" | "reporting/phone.readonly" | "reporting/adwords.readonly" | "reporting/facebookAds.readonly" | "reporting/attributions.readonly" | "prospecting/auditReport.write" | "reporting/reports.readonly" | "reporting/agent.readonly" | "reporting/reports.write" | "reporting/stats.export" | "payments.write" | "payments/records.write" | "payments/orders.readonly" | "payments/orders.export" | "payments/orders.import" | "payments/orders.collectPayment" | "payments/subscriptions.readonly" | "payments/subscriptions.write" | "payments/subscriptions.update" | "payments/subscriptions.export" | "payments/subscriptions.pauseResumeCancel" | "payments/subscriptions.sharePaymentMethod" | "payments/transactions.readonly" | "payments/transactions.export" | "payments/transactions.import" | "payments/transactions.refund" | "payments/transactions.viewReceipts" | "payments/taxesSettings.readonly" | "payments/settings.readonly" | "payments/taxesSettings.updateInclusiveExclusive" | "payments/taxesSettings.manageRates" | "payments/taxesSettings.configureAutomatic" | "products.readonly" | "products.write" | "products.delete" | "products.duplicate" | "products.bulkActions" | "payments/settings.write" | "payments/settings.configureReceipt" | "payments/settings.configureSubscription" | "invoices.write" | "invoices.readonly" | "invoices/schedule.readonly" | "invoices/schedule.write" | "invoices/template.readonly" | "invoices/template.write" | "reputation/review.write" | "reputation/listing.write" | "reputation/reviewsAIAgents.write" | "reputation/gbp.write" | "conversations.write" | "conversations.readonly" | "conversations/message.readonly" | "conversations/message.write" | "contentAI.write" | "dashboard/stats.readonly" | "locations/tags.write" | "locations/tags.readonly" | "marketing.write" | "eliza.write" | "settings.write" | "socialplanner/post.write" | "socialplanner/account.readonly" | "socialplanner/account.write" | "socialplanner/category.readonly" | "socialplanner/category.write" | "socialplanner/csv.readonly" | "socialplanner/csv.write" | "socialplanner/group.write" | "socialplanner/hashtag.readonly" | "socialplanner/hashtag.write" | "socialplanner/oauth.readonly" | "socialplanner/oauth.write" | "socialplanner/post.readonly" | "socialplanner/recurring.readonly" | "socialplanner/recurring.write" | "socialplanner/review.readonly" | "socialplanner/review.write" | "socialplanner/rss.readonly" | "socialplanner/rss.write" | "socialplanner/search.readonly" | "socialplanner/setting.readonly" | "socialplanner/setting.write" | "socialplanner/stat.readonly" | "socialplanner/tag.readonly" | "socialplanner/tag.write" | "socialplanner/filters.readonly" | "socialplanner/medias.readonly" | "socialplanner/medias.write" | "socialplanner/watermarks.readonly" | "socialplanner/watermarks.write" | "socialplanner/metatag.readonly" | "socialplanner/facebook.readonly" | "socialplanner/linkedin.readonly" | "socialplanner/twitter.readonly" | "socialplanner/notification.readonly" | "socialplanner/notification.write" | "socialplanner/snapshot.readonly" | "socialplanner/snapshot.write" | "marketing/affiliate.write" | "blogs.write" | "membership.write" | "communities.write" | "gokollab.write" | "certificates.write" | "certificates.readonly" | "adPublishing.write" | "adPublishing.readonly" | "prospecting.write" | "prospecting.readonly" | "prospecting/reports.readonly" | "private-integration-location.readonly" | "private-integration-location.write" | "private-integration-company.readonly" | "private-integration-company.write" | "native-integrations.readonly" | "native-integrations.write" | "wordpress.write" | "wordpress.read" | "custom-menu-link.write" | "qrcodes.write" | "users/team-management.write" | "users/team-management.readonly" | "loginas.write" | "users-sso-login-management.write" | "users-sso-login-management.readonly" | "sso-config.write" | "snapshots/api.readonly" | "snapshots/api.create" | "snapshots/api.edit" | "snapshots/api.push" | "snapshots/api.refresh" | "snapshots/api.share" | "snapshots/api.delete" | "internaltools.location-transfer.write" | "internaltools.location-transfer.readonly" | "affiliateportal.write" | "affiliateportal.readonly" | "companies.write" | "internaltools.billing.write" | "internaltools.billing.readonly" | "internaltools.billing-common.readonly" | "internaltools.billing-common.write" | "voice-ai-agents.write" | "voice-ai-agents.readonly" | "voice-ai-common.readonly" | "voice-ai-common.write" | "voice-ai-agent-goals.readonly" | "voice-ai-agent-goals.write" | "voice-ai-dashboard.readonly" | "agency/launchpad.write" | "agency/launchpad.readonly" | "launchpad/location.write" | "launchpad/location.readonly" | "text-ai-agents.write" | "text-ai-agent-goals.readonly" | "text-ai-agent-goals.write" | "text-ai-agent-training.write" | "text-ai-agents-dashboard.readonly" | "locations.create" | "locations.delete" | "locations.export.list" | "locations.features-limits.manage" | "locations.pause-resume" | "locations.agency-subaccounts.manage" | "locations.billing.manage" | "locations.details.manage" | "audit-logs.readonly" | "audit-logs.export" | undefined; roles?: { type?: string | undefined; role?: string | undefined; locationIds?: string[] | undefined; restrictSubAccount?: boolean | undefined; } | undefined; deleted?: boolean | undefined; lcPhone?: { [x: string]: never; } | undefined; platformLanguage?: "en_US" | "es" | "fr_CA" | "fr_FR" | "nl" | "de" | "pt_PT" | "pt_BR" | "it" | "sv" | "da" | "fi" | "no" | undefined; }[] | undefined; }, unknown, import("zod/v4/core").$ZodTypeInternals<{ users?: { id?: string | undefined; name?: string | undefined; firstName?: string | undefined; lastName?: string | undefined; email?: string | undefined; phone?: string | undefined; extension?: string | undefined; permissions?: { campaignsEnabled: boolean; campaignsReadOnly: boolean; contactsEnabled: boolean; workflowsEnabled: boolean; workflowsReadOnly: boolean; triggersEnabled: boolean; funnelsEnabled: boolean; websitesEnabled: boolean; opportunitiesEnabled: boolean; dashboardStatsEnabled: boolean; bulkRequestsEnabled: boolean; appointmentsEnabled: boolean; reviewsEnabled: boolean; onlineListingsEnabled: boolean; phoneCallEnabled: boolean; conversationsEnabled: boolean; assignedDataOnly: boolean; adwordsReportingEnabled: boolean; membershipEnabled: boolean; facebookAdsReportingEnabled: boolean; attributionsReportingEnabled: boolean; settingsEnabled: boolean; tagsEnabled: boolean; leadValueEnabled: boolean; marketingEnabled: boolean; agentReportingEnabled: boolean; botService: boolean; socialPlanner: boolean; bloggingEnabled: boolean; invoiceEnabled: boolean; affiliateManagerEnabled: boolean; contentAiEnabled: boolean; refundsEnabled: boolean; recordPaymentEnabled: boolean; cancelSubscriptionEnabled: boolean; paymentsEnabled: boolean; communitiesEnabled: boolean; exportPaymentsEnabled: boolean; } | undefined; scopes?: "campaigns.readonly" | "campaigns.write" | "calendars.readonly" | "calendars/events.write" | "calendars/groups.write" | "calendars.write" | "contacts.write" | "contacts/bulkActions.write" | "workflows.readonly" | "workflows.write" | "triggers.write" | "funnels.write" | "forms.write" | "surveys.write" | "quizzes.write" | "websites.write" | "medias.write" | "medias.readonly" | "opportunities.write" | "opportunities/leadValue.readonly" | "opportunities/bulkActions.write" | "reporting/phone.readonly" | "reporting/adwords.readonly" | "reporting/facebookAds.readonly" | "reporting/attributions.readonly" | "prospecting/auditReport.write" | "reporting/reports.readonly" | "reporting/agent.readonly" | "reporting/reports.write" | "reporting/stats.export" | "payments.write" | "payments/records.write" | "payments/orders.readonly" | "payments/orders.export" | "payments/orders.import" | "payments/orders.collectPayment" | "payments/subscriptions.readonly" | "payments/subscriptions.write" | "payments/subscriptions.update" | "payments/subscriptions.export" | "payments/subscriptions.pauseResumeCancel" | "payments/subscriptions.sharePaymentMethod" | "payments/transactions.readonly" | "payments/transactions.export" | "payments/transactions.import" | "payments/transactions.refund" | "payments/transactions.viewReceipts" | "payments/taxesSettings.readonly" | "payments/settings.readonly" | "payments/taxesSettings.updateInclusiveExclusive" | "payments/taxesSettings.manageRates" | "payments/taxesSettings.configureAutomatic" | "products.readonly" | "products.write" | "products.delete" | "products.duplicate" | "products.bulkActions" | "payments/settings.write" | "payments/settings.configureReceipt" | "payments/settings.configureSubscription" | "invoices.write" | "invoices.readonly" | "invoices/schedule.readonly" | "invoices/schedule.write" | "invoices/template.readonly" | "invoices/template.write" | "reputation/review.write" | "reputation/listing.write" | "reputation/reviewsAIAgents.write" | "reputation/gbp.write" | "conversations.write" | "conversations.readonly" | "conversations/message.readonly" | "conversations/message.write" | "contentAI.write" | "dashboard/stats.readonly" | "locations/tags.write" | "locations/tags.readonly" | "marketing.write" | "eliza.write" | "settings.write" | "socialplanner/post.write" | "socialplanner/account.readonly" | "socialplanner/account.write" | "socialplanner/category.readonly" | "socialplanner/category.write" | "socialplanner/csv.readonly" | "socialplanner/csv.write" | "socialplanner/group.write" | "socialplanner/hashtag.readonly" | "socialplanner/hashtag.write" | "socialplanner/oauth.readonly" | "socialplanner/oauth.write" | "socialplanner/post.readonly" | "socialplanner/recurring.readonly" | "socialplanner/recurring.write" | "socialplanner/review.readonly" | "socialplanner/review.write" | "socialplanner/rss.readonly" | "socialplanner/rss.write" | "socialplanner/search.readonly" | "socialplanner/setting.readonly" | "socialplanner/setting.write" | "socialplanner/stat.readonly" | "socialplanner/tag.readonly" | "socialplanner/tag.write" | "socialplanner/filters.readonly" | "socialplanner/medias.readonly" | "socialplanner/medias.write" | "socialplanner/watermarks.readonly" | "socialplanner/watermarks.write" | "socialplanner/metatag.readonly" | "socialplanner/facebook.readonly" | "socialplanner/linkedin.readonly" | "socialplanner/twitter.readonly" | "socialplanner/notification.readonly" | "socialplanner/notification.write" | "socialplanner/snapshot.readonly" | "socialplanner/snapshot.write" | "marketing/affiliate.write" | "blogs.write" | "membership.write" | "communities.write" | "gokollab.write" | "certificates.write" | "certificates.readonly" | "adPublishing.write" | "adPublishing.readonly" | "prospecting.write" | "prospecting.readonly" | "prospecting/reports.readonly" | "private-integration-location.readonly" | "private-integration-location.write" | "private-integration-company.readonly" | "private-integration-company.write" | "native-integrations.readonly" | "native-integrations.write" | "wordpress.write" | "wordpress.read" | "custom-menu-link.write" | "qrcodes.write" | "users/team-management.write" | "users/team-management.readonly" | "loginas.write" | "users-sso-login-management.write" | "users-sso-login-management.readonly" | "sso-config.write" | "snapshots/api.readonly" | "snapshots/api.create" | "snapshots/api.edit" | "snapshots/api.push" | "snapshots/api.refresh" | "snapshots/api.share" | "snapshots/api.delete" | "internaltools.location-transfer.write" | "internaltools.location-transfer.readonly" | "affiliateportal.write" | "affiliateportal.readonly" | "companies.write" | "internaltools.billing.write" | "internaltools.billing.readonly" | "internaltools.billing-common.readonly" | "internaltools.billing-common.write" | "voice-ai-agents.write" | "voice-ai-agents.readonly" | "voice-ai-common.readonly" | "voice-ai-common.write" | "voice-ai-agent-goals.readonly" | "voice-ai-agent-goals.write" | "voice-ai-dashboard.readonly" | "agency/launchpad.write" | "agency/launchpad.readonly" | "launchpad/location.write" | "launchpad/location.readonly" | "text-ai-agents.write" | "text-ai-agent-goals.readonly" | "text-ai-agent-goals.write" | "text-ai-agent-training.write" | "text-ai-agents-dashboard.readonly" | "locations.create" | "locations.delete" | "locations.export.list" | "locations.features-limits.manage" | "locations.pause-resume" | "locations.agency-subaccounts.manage" | "locations.billing.manage" | "locations.details.manage" | "audit-logs.readonly" | "audit-logs.export" | undefined; roles?: { type?: string | undefined; role?: string | undefined; locationIds?: string[] | undefined; restrictSubAccount?: boolean | undefined; } | undefined; deleted?: boolean | undefined; lcPhone?: { [x: string]: never; } | undefined; platformLanguage?: "en_US" | "es" | "fr_CA" | "fr_FR" | "nl" | "de" | "pt_PT" | "pt_BR" | "it" | "sv" | "da" | "fi" | "no" | undefined; }[] | undefined; }, unknown>>, "highlevel", false, never>; getUser: import("../..").DefinedAction, unknown, import("zod/v4/core").$ZodTypeInternals, unknown>>, import("zod").ZodType<{ id?: string | undefined; name?: string | undefined; firstName?: string | undefined; lastName?: string | undefined; email?: string | undefined; phone?: string | undefined; extension?: string | undefined; permissions?: { campaignsEnabled: boolean; campaignsReadOnly: boolean; contactsEnabled: boolean; workflowsEnabled: boolean; workflowsReadOnly: boolean; triggersEnabled: boolean; funnelsEnabled: boolean; websitesEnabled: boolean; opportunitiesEnabled: boolean; dashboardStatsEnabled: boolean; bulkRequestsEnabled: boolean; appointmentsEnabled: boolean; reviewsEnabled: boolean; onlineListingsEnabled: boolean; phoneCallEnabled: boolean; conversationsEnabled: boolean; assignedDataOnly: boolean; adwordsReportingEnabled: boolean; membershipEnabled: boolean; facebookAdsReportingEnabled: boolean; attributionsReportingEnabled: boolean; settingsEnabled: boolean; tagsEnabled: boolean; leadValueEnabled: boolean; marketingEnabled: boolean; agentReportingEnabled: boolean; botService: boolean; socialPlanner: boolean; bloggingEnabled: boolean; invoiceEnabled: boolean; affiliateManagerEnabled: boolean; contentAiEnabled: boolean; refundsEnabled: boolean; recordPaymentEnabled: boolean; cancelSubscriptionEnabled: boolean; paymentsEnabled: boolean; communitiesEnabled: boolean; exportPaymentsEnabled: boolean; } | undefined; scopes?: "campaigns.readonly" | "campaigns.write" | "calendars.readonly" | "calendars/events.write" | "calendars/groups.write" | "calendars.write" | "contacts.write" | "contacts/bulkActions.write" | "workflows.readonly" | "workflows.write" | "triggers.write" | "funnels.write" | "forms.write" | "surveys.write" | "quizzes.write" | "websites.write" | "medias.write" | "medias.readonly" | "opportunities.write" | "opportunities/leadValue.readonly" | "opportunities/bulkActions.write" | "reporting/phone.readonly" | "reporting/adwords.readonly" | "reporting/facebookAds.readonly" | "reporting/attributions.readonly" | "prospecting/auditReport.write" | "reporting/reports.readonly" | "reporting/agent.readonly" | "reporting/reports.write" | "reporting/stats.export" | "payments.write" | "payments/records.write" | "payments/orders.readonly" | "payments/orders.export" | "payments/orders.import" | "payments/orders.collectPayment" | "payments/subscriptions.readonly" | "payments/subscriptions.write" | "payments/subscriptions.update" | "payments/subscriptions.export" | "payments/subscriptions.pauseResumeCancel" | "payments/subscriptions.sharePaymentMethod" | "payments/transactions.readonly" | "payments/transactions.export" | "payments/transactions.import" | "payments/transactions.refund" | "payments/transactions.viewReceipts" | "payments/taxesSettings.readonly" | "payments/settings.readonly" | "payments/taxesSettings.updateInclusiveExclusive" | "payments/taxesSettings.manageRates" | "payments/taxesSettings.configureAutomatic" | "products.readonly" | "products.write" | "products.delete" | "products.duplicate" | "products.bulkActions" | "payments/settings.write" | "payments/settings.configureReceipt" | "payments/settings.configureSubscription" | "invoices.write" | "invoices.readonly" | "invoices/schedule.readonly" | "invoices/schedule.write" | "invoices/template.readonly" | "invoices/template.write" | "reputation/review.write" | "reputation/listing.write" | "reputation/reviewsAIAgents.write" | "reputation/gbp.write" | "conversations.write" | "conversations.readonly" | "conversations/message.readonly" | "conversations/message.write" | "contentAI.write" | "dashboard/stats.readonly" | "locations/tags.write" | "locations/tags.readonly" | "marketing.write" | "eliza.write" | "settings.write" | "socialplanner/post.write" | "socialplanner/account.readonly" | "socialplanner/account.write" | "socialplanner/category.readonly" | "socialplanner/category.write" | "socialplanner/csv.readonly" | "socialplanner/csv.write" | "socialplanner/group.write" | "socialplanner/hashtag.readonly" | "socialplanner/hashtag.write" | "socialplanner/oauth.readonly" | "socialplanner/oauth.write" | "socialplanner/post.readonly" | "socialplanner/recurring.readonly" | "socialplanner/recurring.write" | "socialplanner/review.readonly" | "socialplanner/review.write" | "socialplanner/rss.readonly" | "socialplanner/rss.write" | "socialplanner/search.readonly" | "socialplanner/setting.readonly" | "socialplanner/setting.write" | "socialplanner/stat.readonly" | "socialplanner/tag.readonly" | "socialplanner/tag.write" | "socialplanner/filters.readonly" | "socialplanner/medias.readonly" | "socialplanner/medias.write" | "socialplanner/watermarks.readonly" | "socialplanner/watermarks.write" | "socialplanner/metatag.readonly" | "socialplanner/facebook.readonly" | "socialplanner/linkedin.readonly" | "socialplanner/twitter.readonly" | "socialplanner/notification.readonly" | "socialplanner/notification.write" | "socialplanner/snapshot.readonly" | "socialplanner/snapshot.write" | "marketing/affiliate.write" | "blogs.write" | "membership.write" | "communities.write" | "gokollab.write" | "certificates.write" | "certificates.readonly" | "adPublishing.write" | "adPublishing.readonly" | "prospecting.write" | "prospecting.readonly" | "prospecting/reports.readonly" | "private-integration-location.readonly" | "private-integration-location.write" | "private-integration-company.readonly" | "private-integration-company.write" | "native-integrations.readonly" | "native-integrations.write" | "wordpress.write" | "wordpress.read" | "custom-menu-link.write" | "qrcodes.write" | "users/team-management.write" | "users/team-management.readonly" | "loginas.write" | "users-sso-login-management.write" | "users-sso-login-management.readonly" | "sso-config.write" | "snapshots/api.readonly" | "snapshots/api.create" | "snapshots/api.edit" | "snapshots/api.push" | "snapshots/api.refresh" | "snapshots/api.share" | "snapshots/api.delete" | "internaltools.location-transfer.write" | "internaltools.location-transfer.readonly" | "affiliateportal.write" | "affiliateportal.readonly" | "companies.write" | "internaltools.billing.write" | "internaltools.billing.readonly" | "internaltools.billing-common.readonly" | "internaltools.billing-common.write" | "voice-ai-agents.write" | "voice-ai-agents.readonly" | "voice-ai-common.readonly" | "voice-ai-common.write" | "voice-ai-agent-goals.readonly" | "voice-ai-agent-goals.write" | "voice-ai-dashboard.readonly" | "agency/launchpad.write" | "agency/launchpad.readonly" | "launchpad/location.write" | "launchpad/location.readonly" | "text-ai-agents.write" | "text-ai-agent-goals.readonly" | "text-ai-agent-goals.write" | "text-ai-agent-training.write" | "text-ai-agents-dashboard.readonly" | "locations.create" | "locations.delete" | "locations.export.list" | "locations.features-limits.manage" | "locations.pause-resume" | "locations.agency-subaccounts.manage" | "locations.billing.manage" | "locations.details.manage" | "audit-logs.readonly" | "audit-logs.export" | undefined; roles?: { type?: string | undefined; role?: string | undefined; locationIds?: string[] | undefined; restrictSubAccount?: boolean | undefined; } | undefined; lcPhone?: { [x: string]: never; } | undefined; platformLanguage?: "en_US" | "es" | "fr_CA" | "fr_FR" | "nl" | "de" | "pt_PT" | "pt_BR" | "it" | "sv" | "da" | "fi" | "no" | undefined; }, unknown, import("zod/v4/core").$ZodTypeInternals<{ id?: string | undefined; name?: string | undefined; firstName?: string | undefined; lastName?: string | undefined; email?: string | undefined; phone?: string | undefined; extension?: string | undefined; permissions?: { campaignsEnabled: boolean; campaignsReadOnly: boolean; contactsEnabled: boolean; workflowsEnabled: boolean; workflowsReadOnly: boolean; triggersEnabled: boolean; funnelsEnabled: boolean; websitesEnabled: boolean; opportunitiesEnabled: boolean; dashboardStatsEnabled: boolean; bulkRequestsEnabled: boolean; appointmentsEnabled: boolean; reviewsEnabled: boolean; onlineListingsEnabled: boolean; phoneCallEnabled: boolean; conversationsEnabled: boolean; assignedDataOnly: boolean; adwordsReportingEnabled: boolean; membershipEnabled: boolean; facebookAdsReportingEnabled: boolean; attributionsReportingEnabled: boolean; settingsEnabled: boolean; tagsEnabled: boolean; leadValueEnabled: boolean; marketingEnabled: boolean; agentReportingEnabled: boolean; botService: boolean; socialPlanner: boolean; bloggingEnabled: boolean; invoiceEnabled: boolean; affiliateManagerEnabled: boolean; contentAiEnabled: boolean; refundsEnabled: boolean; recordPaymentEnabled: boolean; cancelSubscriptionEnabled: boolean; paymentsEnabled: boolean; communitiesEnabled: boolean; exportPaymentsEnabled: boolean; } | undefined; scopes?: "campaigns.readonly" | "campaigns.write" | "calendars.readonly" | "calendars/events.write" | "calendars/groups.write" | "calendars.write" | "contacts.write" | "contacts/bulkActions.write" | "workflows.readonly" | "workflows.write" | "triggers.write" | "funnels.write" | "forms.write" | "surveys.write" | "quizzes.write" | "websites.write" | "medias.write" | "medias.readonly" | "opportunities.write" | "opportunities/leadValue.readonly" | "opportunities/bulkActions.write" | "reporting/phone.readonly" | "reporting/adwords.readonly" | "reporting/facebookAds.readonly" | "reporting/attributions.readonly" | "prospecting/auditReport.write" | "reporting/reports.readonly" | "reporting/agent.readonly" | "reporting/reports.write" | "reporting/stats.export" | "payments.write" | "payments/records.write" | "payments/orders.readonly" | "payments/orders.export" | "payments/orders.import" | "payments/orders.collectPayment" | "payments/subscriptions.readonly" | "payments/subscriptions.write" | "payments/subscriptions.update" | "payments/subscriptions.export" | "payments/subscriptions.pauseResumeCancel" | "payments/subscriptions.sharePaymentMethod" | "payments/transactions.readonly" | "payments/transactions.export" | "payments/transactions.import" | "payments/transactions.refund" | "payments/transactions.viewReceipts" | "payments/taxesSettings.readonly" | "payments/settings.readonly" | "payments/taxesSettings.updateInclusiveExclusive" | "payments/taxesSettings.manageRates" | "payments/taxesSettings.configureAutomatic" | "products.readonly" | "products.write" | "products.delete" | "products.duplicate" | "products.bulkActions" | "payments/settings.write" | "payments/settings.configureReceipt" | "payments/settings.configureSubscription" | "invoices.write" | "invoices.readonly" | "invoices/schedule.readonly" | "invoices/schedule.write" | "invoices/template.readonly" | "invoices/template.write" | "reputation/review.write" | "reputation/listing.write" | "reputation/reviewsAIAgents.write" | "reputation/gbp.write" | "conversations.write" | "conversations.readonly" | "conversations/message.readonly" | "conversations/message.write" | "contentAI.write" | "dashboard/stats.readonly" | "locations/tags.write" | "locations/tags.readonly" | "marketing.write" | "eliza.write" | "settings.write" | "socialplanner/post.write" | "socialplanner/account.readonly" | "socialplanner/account.write" | "socialplanner/category.readonly" | "socialplanner/category.write" | "socialplanner/csv.readonly" | "socialplanner/csv.write" | "socialplanner/group.write" | "socialplanner/hashtag.readonly" | "socialplanner/hashtag.write" | "socialplanner/oauth.readonly" | "socialplanner/oauth.write" | "socialplanner/post.readonly" | "socialplanner/recurring.readonly" | "socialplanner/recurring.write" | "socialplanner/review.readonly" | "socialplanner/review.write" | "socialplanner/rss.readonly" | "socialplanner/rss.write" | "socialplanner/search.readonly" | "socialplanner/setting.readonly" | "socialplanner/setting.write" | "socialplanner/stat.readonly" | "socialplanner/tag.readonly" | "socialplanner/tag.write" | "socialplanner/filters.readonly" | "socialplanner/medias.readonly" | "socialplanner/medias.write" | "socialplanner/watermarks.readonly" | "socialplanner/watermarks.write" | "socialplanner/metatag.readonly" | "socialplanner/facebook.readonly" | "socialplanner/linkedin.readonly" | "socialplanner/twitter.readonly" | "socialplanner/notification.readonly" | "socialplanner/notification.write" | "socialplanner/snapshot.readonly" | "socialplanner/snapshot.write" | "marketing/affiliate.write" | "blogs.write" | "membership.write" | "communities.write" | "gokollab.write" | "certificates.write" | "certificates.readonly" | "adPublishing.write" | "adPublishing.readonly" | "prospecting.write" | "prospecting.readonly" | "prospecting/reports.readonly" | "private-integration-location.readonly" | "private-integration-location.write" | "private-integration-company.readonly" | "private-integration-company.write" | "native-integrations.readonly" | "native-integrations.write" | "wordpress.write" | "wordpress.read" | "custom-menu-link.write" | "qrcodes.write" | "users/team-management.write" | "users/team-management.readonly" | "loginas.write" | "users-sso-login-management.write" | "users-sso-login-management.readonly" | "sso-config.write" | "snapshots/api.readonly" | "snapshots/api.create" | "snapshots/api.edit" | "snapshots/api.push" | "snapshots/api.refresh" | "snapshots/api.share" | "snapshots/api.delete" | "internaltools.location-transfer.write" | "internaltools.location-transfer.readonly" | "affiliateportal.write" | "affiliateportal.readonly" | "companies.write" | "internaltools.billing.write" | "internaltools.billing.readonly" | "internaltools.billing-common.readonly" | "internaltools.billing-common.write" | "voice-ai-agents.write" | "voice-ai-agents.readonly" | "voice-ai-common.readonly" | "voice-ai-common.write" | "voice-ai-agent-goals.readonly" | "voice-ai-agent-goals.write" | "voice-ai-dashboard.readonly" | "agency/launchpad.write" | "agency/launchpad.readonly" | "launchpad/location.write" | "launchpad/location.readonly" | "text-ai-agents.write" | "text-ai-agent-goals.readonly" | "text-ai-agent-goals.write" | "text-ai-agent-training.write" | "text-ai-agents-dashboard.readonly" | "locations.create" | "locations.delete" | "locations.export.list" | "locations.features-limits.manage" | "locations.pause-resume" | "locations.agency-subaccounts.manage" | "locations.billing.manage" | "locations.details.manage" | "audit-logs.readonly" | "audit-logs.export" | undefined; roles?: { type?: string | undefined; role?: string | undefined; locationIds?: string[] | undefined; restrictSubAccount?: boolean | undefined; } | undefined; lcPhone?: { [x: string]: never; } | undefined; platformLanguage?: "en_US" | "es" | "fr_CA" | "fr_FR" | "nl" | "de" | "pt_PT" | "pt_BR" | "it" | "sv" | "da" | "fi" | "no" | undefined; }, unknown>>, "highlevel", false, never>; listCampaigns: import("../..").DefinedAction, unknown, import("zod/v4/core").$ZodTypeInternals, unknown>>, import("zod").ZodType<{ campaigns?: { id?: string | undefined; name?: string | undefined; status?: string | undefined; locationId?: string | undefined; }[] | undefined; }, unknown, import("zod/v4/core").$ZodTypeInternals<{ campaigns?: { id?: string | undefined; name?: string | undefined; status?: string | undefined; locationId?: string | undefined; }[] | undefined; }, unknown>>, "highlevel", false, never>; listWorkflows: import("../..").DefinedAction, unknown, import("zod/v4/core").$ZodTypeInternals, unknown>>, import("zod").ZodType<{ workflows?: { id?: string | undefined; name?: string | undefined; status?: string | undefined; version?: number | undefined; createdAt?: string | undefined; updatedAt?: string | undefined; locationId?: string | undefined; }[] | undefined; }, unknown, import("zod/v4/core").$ZodTypeInternals<{ workflows?: { id?: string | undefined; name?: string | undefined; status?: string | undefined; version?: number | undefined; createdAt?: string | undefined; updatedAt?: string | undefined; locationId?: string | undefined; }[] | undefined; }, unknown>>, "highlevel", false, never>; listForms: import("../..").DefinedAction, unknown, import("zod/v4/core").$ZodTypeInternals, unknown>>, import("zod").ZodType<{ forms?: { id?: string | undefined; name?: string | undefined; locationId?: string | undefined; }[] | undefined; total?: number | undefined; }, unknown, import("zod/v4/core").$ZodTypeInternals<{ forms?: { id?: string | undefined; name?: string | undefined; locationId?: string | undefined; }[] | undefined; total?: number | undefined; }, unknown>>, "highlevel", false, never>; listFormSubmissions: import("../..").DefinedAction, unknown, import("zod/v4/core").$ZodTypeInternals, unknown>>, import("zod").ZodType<{ submissions?: { id?: string | undefined; contactId?: string | undefined; createdAt?: string | undefined; formId?: string | undefined; name?: string | undefined; email?: string | undefined; others?: { __submissions_other_field__?: string | undefined; __custom_field_id__?: string | undefined; eventData?: { fbc?: string | undefined; fbp?: string | undefined; page?: { url?: string | undefined; title?: string | undefined; } | undefined; type?: string | undefined; domain?: string | undefined; medium?: string | undefined; source?: string | undefined; version?: string | undefined; adSource?: string | undefined; mediumId?: string | undefined; parentId?: string | undefined; referrer?: string | undefined; fbEventId?: string | undefined; timestamp?: number | undefined; parentName?: string | undefined; fingerprint?: string | undefined; pageVisitType?: string | undefined; contactSessionIds?: { ids?: string[] | null | undefined; } | null | undefined; } | undefined; fieldsOriSequance?: string[] | undefined; } | undefined; }[] | undefined; meta?: { total?: number | undefined; currentPage?: number | undefined; nextPage?: number | null | undefined; prevPage?: number | null | undefined; } | undefined; }, unknown, import("zod/v4/core").$ZodTypeInternals<{ submissions?: { id?: string | undefined; contactId?: string | undefined; createdAt?: string | undefined; formId?: string | undefined; name?: string | undefined; email?: string | undefined; others?: { __submissions_other_field__?: string | undefined; __custom_field_id__?: string | undefined; eventData?: { fbc?: string | undefined; fbp?: string | undefined; page?: { url?: string | undefined; title?: string | undefined; } | undefined; type?: string | undefined; domain?: string | undefined; medium?: string | undefined; source?: string | undefined; version?: string | undefined; adSource?: string | undefined; mediumId?: string | undefined; parentId?: string | undefined; referrer?: string | undefined; fbEventId?: string | undefined; timestamp?: number | undefined; parentName?: string | undefined; fingerprint?: string | undefined; pageVisitType?: string | undefined; contactSessionIds?: { ids?: string[] | null | undefined; } | null | undefined; } | undefined; fieldsOriSequance?: string[] | undefined; } | undefined; }[] | undefined; meta?: { total?: number | undefined; currentPage?: number | undefined; nextPage?: number | null | undefined; prevPage?: number | null | undefined; } | undefined; }, unknown>>, "highlevel", false, never>; listSurveys: import("../..").DefinedAction, unknown, import("zod/v4/core").$ZodTypeInternals, unknown>>, import("zod").ZodType<{ surveys?: { id?: string | undefined; name?: string | undefined; locationId?: string | undefined; }[] | undefined; total?: number | undefined; }, unknown, import("zod/v4/core").$ZodTypeInternals<{ surveys?: { id?: string | undefined; name?: string | undefined; locationId?: string | undefined; }[] | undefined; total?: number | undefined; }, unknown>>, "highlevel", false, never>; listSurveySubmissions: import("../..").DefinedAction, unknown, import("zod/v4/core").$ZodTypeInternals, unknown>>, import("zod").ZodType<{ submissions?: { id?: string | undefined; contactId?: string | undefined; createdAt?: string | undefined; surveyId?: string | undefined; name?: string | undefined; email?: string | undefined; others?: { __submissions_other_field__?: string | undefined; __custom_field_id__?: string | undefined; eventData?: { fbc?: string | undefined; fbp?: string | undefined; page?: { url?: string | undefined; title?: string | undefined; } | undefined; type?: string | undefined; domain?: string | undefined; medium?: string | undefined; source?: string | undefined; version?: string | undefined; adSource?: string | undefined; mediumId?: string | undefined; parentId?: string | undefined; referrer?: string | undefined; fbEventId?: string | undefined; timestamp?: number | undefined; parentName?: string | undefined; fingerprint?: string | undefined; pageVisitType?: string | undefined; contactSessionIds?: { ids?: string[] | null | undefined; } | null | undefined; } | undefined; fieldsOriSequance?: string[] | undefined; } | undefined; }[] | undefined; meta?: { total?: number | undefined; currentPage?: number | undefined; nextPage?: number | null | undefined; prevPage?: number | null | undefined; } | undefined; }, unknown, import("zod/v4/core").$ZodTypeInternals<{ submissions?: { id?: string | undefined; contactId?: string | undefined; createdAt?: string | undefined; surveyId?: string | undefined; name?: string | undefined; email?: string | undefined; others?: { __submissions_other_field__?: string | undefined; __custom_field_id__?: string | undefined; eventData?: { fbc?: string | undefined; fbp?: string | undefined; page?: { url?: string | undefined; title?: string | undefined; } | undefined; type?: string | undefined; domain?: string | undefined; medium?: string | undefined; source?: string | undefined; version?: string | undefined; adSource?: string | undefined; mediumId?: string | undefined; parentId?: string | undefined; referrer?: string | undefined; fbEventId?: string | undefined; timestamp?: number | undefined; parentName?: string | undefined; fingerprint?: string | undefined; pageVisitType?: string | undefined; contactSessionIds?: { ids?: string[] | null | undefined; } | null | undefined; } | undefined; fieldsOriSequance?: string[] | undefined; } | undefined; }[] | undefined; meta?: { total?: number | undefined; currentPage?: number | undefined; nextPage?: number | null | undefined; prevPage?: number | null | undefined; } | undefined; }, unknown>>, "highlevel", false, never>; }; export * from "./actions/index.js"; export * from "./triggers.js"; export * from "@automate.ax/integration-contracts/highlevel"; //# sourceMappingURL=index.d.ts.map