export * from './api-types'; import type { SharedPartnerMeetingResponse, MeetingPartnerCreateMeetingRequest, MeetingPartnerUpdateMeetingRequest, RomeApiControllersExternalPartnerUserSharedListResponseSharedPartnerMeetingResponse } from './api-types'; export type Meeting = SharedPartnerMeetingResponse; export type CreateMeetingRequest = MeetingPartnerCreateMeetingRequest; export type UpdateMeetingRequest = MeetingPartnerUpdateMeetingRequest; export type MeetingListResponse = RomeApiControllersExternalPartnerUserSharedListResponseSharedPartnerMeetingResponse; import type { ActionItemPartnerActionItemResponse, ActionItemCreateActionItemRequest, ActionItemUpdateActionItemRequest, RomeApiControllersExternalPartnerUserSharedListResponseActionItemPartnerActionItemResponse } from './api-types'; export type ActionItem = ActionItemPartnerActionItemResponse; export type CreateActionItemRequest = ActionItemCreateActionItemRequest; export type UpdateActionItemRequest = ActionItemUpdateActionItemRequest; export type ActionItemListResponse = RomeApiControllersExternalPartnerUserSharedListResponseActionItemPartnerActionItemResponse; import type { AutomationAutomationResponse, AutomationCreateAutomationRequest, AutomationUpdateAutomationRequest, RomeApiControllersExternalPartnerAdminSharedListResponseAutomationAutomationResponse, PartnerAutomationAction } from './api-types'; export type Automation = AutomationAutomationResponse; export type CreateAutomationRequest = AutomationCreateAutomationRequest; export type UpdateAutomationRequest = AutomationUpdateAutomationRequest; export type AutomationListResponse = RomeApiControllersExternalPartnerAdminSharedListResponseAutomationAutomationResponse; export type AutomationAction = PartnerAutomationAction; import type { SharedPartnerAppResponse, AppManagementUpdateAppRequest, AppManagementUpdateAppStatusRequest } from './api-types'; export type PartnerApp = SharedPartnerAppResponse; export type UpdatePartnerAppRequest = AppManagementUpdateAppRequest; export type UpdatePartnerAppStatusRequest = AppManagementUpdateAppStatusRequest; import type { ConnectionUserConnectionResponse, RomeApiControllersExternalPartnerAdminSharedListResponseConnectionUserConnectionResponse } from './api-types'; export type UserConnection = ConnectionUserConnectionResponse; export type UserConnectionListResponse = RomeApiControllersExternalPartnerAdminSharedListResponseConnectionUserConnectionResponse; import type { CredentialCredentialStatusResponse, CredentialCredentialRotationRequest, CredentialCredentialRotationResponse } from './api-types'; export type CredentialStatusInfo = CredentialCredentialStatusResponse; export type CredentialRotationRequest = CredentialCredentialRotationRequest; export type CredentialRotationResponse = CredentialCredentialRotationResponse; import type { WebhookWebhookDeliveryResponse, WebhookWebhookDeliveriesResponse } from './api-types'; export type WebhookDelivery = WebhookWebhookDeliveryResponse; export type WebhookDeliveryListResponse = WebhookWebhookDeliveriesResponse; import type { ProfileUserProfileResponse } from './api-types'; export type UserProfile = ProfileUserProfileResponse; import type { ErrorsPartnerErrorResponse } from './api-types'; export type ErrorResponse = ErrorsPartnerErrorResponse; //# sourceMappingURL=index.d.ts.map