{"version":3,"file":"api-DBksNWni.js","sources":["../../src/types/api.ts"],"sourcesContent":["/* eslint-disable */\n/* tslint:disable */\n/*\n * ---------------------------------------------------------------\n * ## THIS FILE WAS GENERATED VIA SWAGGER-TYPESCRIPT-API ##\n * ## ##\n * ## AUTHOR: acacode ##\n * ## SOURCE: https://github.com/acacode/swagger-typescript-api ##\n * ---------------------------------------------------------------\n */\n\n/** Action */\nexport enum Action {\n ScreenNotComplete = 'screen_not_complete',\n ScreenCompletePendingPhysicianOrder = 'screen_complete_pending_physician_order',\n OrderReceivedPendingEvaluation = 'order_received_pending_evaluation',\n EvaluationComplete = 'evaluation_complete',\n EvaluationNotIndicated = 'evaluation_not_indicated',\n AlreadyOnCaseload = 'already_on_caseload'\n}\n\n/** ActionItem */\nexport interface ActionItem {\n action: Action\n reason?: FailedReason | null\n /** Rescreen At */\n rescreen_at?: string | null\n /**\n * Action Date\n * @format date-time\n */\n action_date: string\n /** Updated By */\n updated_by: string\n /** Note */\n note?: string | null\n status?: SaivaInternalSdkTherapyEnumsActionStatus | null\n}\n\n/** ActionOption */\nexport enum ActionOption {\n Connect = 'connect',\n Update = 'update',\n Disconnect = 'disconnect',\n Test = 'test'\n}\n\n/** ActionStatusExternal */\nexport interface ActionStatusExternal {\n progress_status: ActionStatusOptionExternal\n /** Success */\n success: boolean\n /** Org Id */\n org_id: string\n action: ActionOption\n /** Username */\n username: string\n /** Files Requested */\n files_requested?: number | null\n /** Files Uploaded */\n files_uploaded?: number | null\n}\n\n/** ActionStatusOption */\nexport enum ActionStatusOption {\n Complete = 'complete',\n Failed = 'failed',\n InProgress = 'in_progress'\n}\n\n/** ActionStatusOptionExternal */\nexport enum ActionStatusOptionExternal {\n COMPLETE = 'COMPLETE',\n FAILED = 'FAILED',\n IN_PROGRESS = 'IN_PROGRESS',\n NOT_FOUND = 'NOT_FOUND'\n}\n\n/** ActiveUsersWidgetData */\nexport interface ActiveUsersWidgetData {\n /** Name */\n name: string\n /** Last Active At */\n last_active_at: string\n}\n\n/** AnalyticsFacility[OpenRateAnalyticsItem] */\nexport interface AnalyticsFacilityOpenRateAnalyticsItem {\n /** Id */\n id: string\n /** Name */\n name: string\n data: OpenRateAnalyticsItem\n}\n\n/** AnalyticsFacility[PatientDaysAnalyticsItem] */\nexport interface AnalyticsFacilityPatientDaysAnalyticsItem {\n /** Id */\n id: string\n /** Name */\n name: string\n data: PatientDaysAnalyticsItem\n}\n\n/** AnalyticsFacility[PredictionsPerformanceAnalyticsItem] */\nexport interface AnalyticsFacilityPredictionsPerformanceAnalyticsItem {\n /** Id */\n id: string\n /** Name */\n name: string\n data: PredictionsPerformanceAnalyticsItem\n}\n\n/** AnalyticsOrganization[OpenRateAnalyticsItem] */\nexport interface AnalyticsOrganizationOpenRateAnalyticsItem {\n /** Id */\n id: string\n /** Name */\n name: string\n data: OpenRateAnalyticsItem\n /** Regions */\n regions: AnalyticsRegionOpenRateAnalyticsItem[]\n}\n\n/** AnalyticsOrganization[PatientDaysAnalyticsItem] */\nexport interface AnalyticsOrganizationPatientDaysAnalyticsItem {\n /** Id */\n id: string\n /** Name */\n name: string\n data: PatientDaysAnalyticsItem\n /** Regions */\n regions: AnalyticsRegionPatientDaysAnalyticsItem[]\n}\n\n/** AnalyticsOrganization[PredictionsPerformanceAnalyticsItem] */\nexport interface AnalyticsOrganizationPredictionsPerformanceAnalyticsItem {\n /** Id */\n id: string\n /** Name */\n name: string\n data: PredictionsPerformanceAnalyticsItem\n /** Regions */\n regions: AnalyticsRegionPredictionsPerformanceAnalyticsItem[]\n}\n\n/** AnalyticsQueryParams */\nexport interface AnalyticsQueryParams {\n /** Facility Ids */\n facility_ids?: number[]\n /**\n * Date Start\n * @format date\n */\n date_start: string\n /**\n * Date End\n * @format date\n */\n date_end: string\n /**\n * Quality Measure\n * @default \"\"\n */\n quality_measure?: QualityMeasure | string\n /**\n * Is Quarterly\n * @default false\n */\n is_quarterly?: boolean\n /**\n * Include Date Range In Title\n * @default false\n */\n include_date_range_in_title?: boolean\n}\n\n/** AnalyticsRegion[OpenRateAnalyticsItem] */\nexport interface AnalyticsRegionOpenRateAnalyticsItem {\n /** Id */\n id: string\n /** Name */\n name: string\n data: OpenRateAnalyticsItem\n /** Facilities */\n facilities: AnalyticsFacilityOpenRateAnalyticsItem[]\n}\n\n/** AnalyticsRegion[PatientDaysAnalyticsItem] */\nexport interface AnalyticsRegionPatientDaysAnalyticsItem {\n /** Id */\n id: string\n /** Name */\n name: string\n data: PatientDaysAnalyticsItem\n /** Facilities */\n facilities: AnalyticsFacilityPatientDaysAnalyticsItem[]\n}\n\n/** AnalyticsRegion[PredictionsPerformanceAnalyticsItem] */\nexport interface AnalyticsRegionPredictionsPerformanceAnalyticsItem {\n /** Id */\n id: string\n /** Name */\n name: string\n data: PredictionsPerformanceAnalyticsItem\n /** Facilities */\n facilities: AnalyticsFacilityPredictionsPerformanceAnalyticsItem[]\n}\n\n/** AnalyticsReportType */\nexport enum AnalyticsReportType {\n DailyRiskReport = 'daily_risk_report',\n CrossFacilityRiskReport = 'cross_facility_risk_report',\n PredictionHitMissReport = 'prediction_hit_miss_report',\n OpenRates = 'open_rates',\n PredictionPerformanceReport = 'prediction_performance_report',\n UnplannedTransfers = 'unplanned_transfers',\n ResidentFollowup = 'resident_followup',\n ResidentAbnormalVitals = 'resident_abnormal_vitals',\n PatientDaysReport = 'patient_days_report',\n ViewedReports = 'viewed_reports',\n UserEngagementReport = 'user_engagement_report'\n}\n\n/** AnalyticsReportTypeWithoutDaily */\nexport enum AnalyticsReportTypeWithoutDaily {\n CrossFacilityRiskReport = 'cross_facility_risk_report',\n PredictionHitMissReport = 'prediction_hit_miss_report',\n OpenRates = 'open_rates',\n PredictionPerformanceReport = 'prediction_performance_report',\n UnplannedTransfers = 'unplanned_transfers',\n ResidentFollowup = 'resident_followup',\n ResidentAbnormalVitals = 'resident_abnormal_vitals',\n PatientDaysReport = 'patient_days_report',\n ViewedReports = 'viewed_reports',\n UserEngagementReport = 'user_engagement_report'\n}\n\n/** AnalyticsTable[OpenRateAnalyticsItem] */\nexport interface AnalyticsTableOpenRateAnalyticsItem {\n organization: AnalyticsOrganizationOpenRateAnalyticsItem\n /** Time Periods */\n time_periods: string[]\n}\n\n/** ApiTokenCreate */\nexport interface ApiTokenCreate {\n /** Name */\n name: string\n /** Scopes */\n scopes: ScopeOption[]\n}\n\n/** ApiTokenRead */\nexport interface ApiTokenRead {\n /** Name */\n name: string\n /** Scopes */\n scopes: ScopeOption[]\n /** Id */\n id: number\n /** Api Token */\n api_token: string\n}\n\n/** ApiTokenUpdate */\nexport interface ApiTokenUpdate {\n /** Name */\n name: string\n}\n\n/** AuthOption */\nexport enum AuthOption {\n PublicKey = 'public_key'\n}\n\n/** BaseAnalyticsQueryParams */\nexport interface BaseAnalyticsQueryParams {\n /** Facility Ids */\n facility_ids?: number[]\n /**\n * Date Start\n * @format date\n */\n date_start: string\n /**\n * Date End\n * @format date\n */\n date_end: string\n /**\n * Quality Measure\n * @default \"\"\n */\n quality_measure?: QualityMeasure | string\n}\n\n/** Body_login_v2_auth_password_post */\nexport interface BodyLoginV2AuthPasswordPost {\n /** Grant Type */\n grant_type?: string | null\n /** Username */\n username: string\n /** Password */\n password: string\n /**\n * Scope\n * @default \"\"\n */\n scope?: string\n /** Client Id */\n client_id?: string | null\n /** Client Secret */\n client_secret?: string | null\n}\n\n/** Body_set_organization_logo_v3__product_name__orgs__org_id__settings_logo_post */\nexport interface BodySetOrganizationLogoV3ProductNameOrgsOrgIdSettingsLogoPost {\n /**\n * Logo\n * @format binary\n */\n logo: File\n}\n\n/** Body_set_organization_progress_notes_highlight_keywords_v2_orgs__org_id__settings_progress_notes_highlight_keywords_post */\nexport interface BodySetOrganizationProgressNotesHighlightKeywordsV2OrgsOrgIdSettingsProgressNotesHighlightKeywordsPost {\n /**\n * Progress Notes Highlight Keywords\n * @format binary\n */\n progress_notes_highlight_keywords: File\n}\n\n/** Body_v2_set_organization_logo_v2_orgs__org_id__settings_logo_post */\nexport interface BodyV2SetOrganizationLogoV2OrgsOrgIdSettingsLogoPost {\n /**\n * Logo\n * @format binary\n */\n logo: File\n}\n\n/** Capability */\nexport enum Capability {\n CanReceiveEmailNotifications = 'can_receive_email_notifications',\n CanReceivePushNotifications = 'can_receive_push_notifications',\n CanLoginToWebapp = 'can_login_to_webapp',\n CanLoginToMobileapp = 'can_login_to_mobileapp'\n}\n\n/** CardContentItem */\nexport interface CardContentItem {\n /** Datetime */\n datetime: string | null\n /** Description */\n description?: string | null\n}\n\n/** CovidDiagnosedValues */\nexport enum CovidDiagnosedValues {\n Yes = 'Yes',\n No = 'No'\n}\n\n/** CrossFacilityDailyRiskReport */\nexport interface CrossFacilityDailyRiskReport {\n /** Rows */\n rows: CrossFacilityDailyRiskReportRow[]\n filters: CrossFacilityDailyRiskReportFilter\n /** Facility View */\n facility_view: FacilityViewData[]\n}\n\n/** CrossFacilityDailyRiskReportFilter */\nexport interface CrossFacilityDailyRiskReportFilter {\n /** Payers */\n payers: string[]\n /** Physicians */\n physicians: string[]\n}\n\n/** CrossFacilityDailyRiskReportQueryParams */\nexport interface CrossFacilityDailyRiskReportQueryParams {\n /** Facility Ids */\n facility_ids?: number[]\n /**\n * Date Start\n * @format date\n */\n date_start: string\n /**\n * Date End\n * @format date\n */\n date_end: string\n /**\n * Quality Measure\n * @default \"\"\n */\n quality_measure?: QualityMeasure | string\n /** Payers */\n payers?: string[] | null\n /** Physicians */\n physicians?: string[] | null\n /** @default \"rank_today\" */\n sort?: CrossFacilityDailyRiskReportSortingOption\n /**\n * Q\n * @default \"\"\n */\n q?: string\n /**\n * Facility View Q\n * @default \"\"\n */\n facility_view_q?: string\n /** Hidden Columns */\n hidden_columns?: string[]\n}\n\n/** CrossFacilityDailyRiskReportRow */\nexport interface CrossFacilityDailyRiskReportRow {\n /** Facility Name */\n facility_name: string\n /** Facility Id */\n facility_id: number\n /** Region Name */\n region_name: string\n /** Mrn */\n mrn: string\n patient_name: UrlValueField\n /** Unit */\n unit?: string | null\n /** Room */\n room?: string | null\n /** Rank Today */\n rank_today?: number | string | null\n /** Rank Yesterday */\n rank_yesterday?: string | null\n /** Rank Movement */\n rank_movement?: string | null\n /** Payer */\n payer?: string | null\n /** Physician */\n physician?: string | null\n /** Initial Admission Date */\n initial_admission_date?: string | null\n /** Last Transfer Date */\n last_transfer_date?: string | null\n /**\n * Visited\n * @default \"N/A\"\n */\n visited?: string\n /**\n * New Patient\n * @default false\n */\n new_patient?: boolean\n}\n\n/** CrossFacilityDailyRiskReportSortingOption */\nexport enum CrossFacilityDailyRiskReportSortingOption {\n RankToday = 'rank_today',\n ValueRankToday = '-rank_today',\n RankMovement = 'rank_movement',\n ValueRankMovement = '-rank_movement',\n Physician = 'physician',\n ValuePhysician = '-physician',\n PatientName = 'patient_name',\n ValuePatientName = '-patient_name',\n FacilityName = 'facility_name',\n ValueFacilityName = '-facility_name',\n RegionName = 'region_name',\n ValueRegionName = '-region_name',\n FacilityRiskRank = 'facility_risk_rank',\n ValueFacilityRiskRank = '-facility_risk_rank'\n}\n\n/** CrossFacilityReportFacilityView */\nexport interface CrossFacilityReportFacilityView {\n /** Rows */\n rows: FacilityViewData[]\n filters: CrossFacilityDailyRiskReportFilter\n}\n\n/** DailyRiskReportFileUrl */\nexport interface DailyRiskReportFileUrl {\n /** Url */\n url: string\n}\n\n/** DashboardCard */\nexport interface DashboardCard {\n id: DashboardCardId\n /** Icon */\n icon?: string | null\n /** Title */\n title: string\n /** Subtitle */\n subtitle: string\n /**\n * Details\n * @default []\n */\n details?: string[]\n value_type: DashboardValueType\n /** Value */\n value: string\n /**\n * Quality Measure\n * @default \"\"\n */\n quality_measure?: string\n}\n\n/** DashboardCardId */\nexport enum DashboardCardId {\n TotalResidents = 'total_residents',\n TotalFacilities = 'total_facilities',\n TotalStaff = 'total_staff',\n RecallRate = 'recall_rate',\n EmailOpenRate = 'email_open_rate',\n PatientDays = 'patient_days'\n}\n\n/** DashboardValueType */\nexport enum DashboardValueType {\n String = 'string'\n}\n\n/** DateInfoValuePair */\nexport interface DateInfoValuePair {\n /** Date Info */\n date_info: string\n /** Value */\n value: string\n}\n\n/** DayOfWeekOption */\nexport enum DayOfWeekOption {\n Monday = 'monday',\n Tuesday = 'tuesday',\n Wednesday = 'wednesday',\n Thursday = 'thursday',\n Friday = 'friday',\n Saturday = 'saturday',\n Sunday = 'sunday'\n}\n\n/** DueDateFilter */\nexport enum DueDateFilter {\n Past = 'past',\n Set = 'set',\n NotSet = 'not_set'\n}\n\n/** EhrAccountCreate */\nexport interface EhrAccountCreate {\n /** Id */\n id: string\n /** Ml Model Datasource Id */\n ml_model_datasource_id: string\n /**\n * El Pipeline Is Enabled\n * @default false\n */\n el_pipeline_is_enabled?: boolean\n /** El Pipeline Cron Schedule */\n el_pipeline_cron_schedule: string\n}\n\n/** EhrAccountRead */\nexport interface EhrAccountRead {\n /** Id */\n id: string\n /** Ml Model Datasource Id */\n ml_model_datasource_id: string\n /**\n * El Pipeline Is Enabled\n * @default false\n */\n el_pipeline_is_enabled?: boolean\n /** El Pipeline Cron Schedule */\n el_pipeline_cron_schedule: string\n}\n\n/** EhrAccountReadMultiple */\nexport interface EhrAccountReadMultiple {\n /** Items */\n items: EhrAccountRead[]\n}\n\n/** EhrAccountUpdate */\nexport interface EhrAccountUpdate {\n /** Ml Model Datasource Id */\n ml_model_datasource_id?: string\n /** El Pipeline Is Enabled */\n el_pipeline_is_enabled?: boolean\n /**\n * Cron Schedule\n * @pattern (@(annually|yearly|monthly|weekly|daily|hourly|reboot))|(@every (\\d+(ns|us|µs|ms|s|m|h))+)|((((\\d+,)+\\d+|(\\d+(\\/|-)\\d+)|\\d+|\\*) ?){5,7})\n */\n cron_schedule?: string\n}\n\n/** EhrVendor */\nexport enum EhrVendor {\n Pcc = 'pcc',\n Sigmacare = 'sigmacare',\n Matrixcare = 'matrixcare'\n}\n\n/** EmailAnalyticsCreate */\nexport interface EmailAnalyticsCreate {\n /** Source Tracking Id */\n source_tracking_id: string\n /** User Email */\n user_email?: string | null\n /**\n * Open Count\n * @default 0\n */\n open_count?: number\n /** Organization Id */\n organization_id?: string | null\n report_type?: AnalyticsReportType | null\n /** Scheduled Report Id */\n scheduled_report_id?: string | null\n}\n\n/** EmailAnalyticsRead */\nexport interface EmailAnalyticsRead {\n /** Source Tracking Id */\n source_tracking_id: string\n /** User Email */\n user_email?: string | null\n /**\n * Open Count\n * @default 0\n */\n open_count?: number\n /** Created At */\n created_at?: string | null\n /** Last Opened At */\n last_opened_at?: string | null\n /** Organization Id */\n organization_id?: string | null\n report_type?: AnalyticsReportType | null\n}\n\n/** ErrorMessage */\nexport interface ErrorMessage {\n /** Reason */\n reason: string\n /** Message */\n message: string\n /** Status Code */\n status_code?: number | null\n}\n\n/** FacilityNameRead */\nexport interface FacilityNameRead {\n /** Id */\n id: number\n /** Name */\n name: string\n}\n\n/** FacilityProductLinkCreateOrUpdate */\nexport interface FacilityProductLinkCreateOrUpdate {\n /** @default \"active\" */\n status?: FacilityProductLinkStatusEnum\n}\n\n/** FacilityProductLinkRead */\nexport interface FacilityProductLinkRead {\n status: FacilityProductLinkStatusEnum\n /** Product Name */\n product_name: string\n}\n\n/** FacilityProductLinkReadMultiple */\nexport interface FacilityProductLinkReadMultiple {\n /** Items */\n items: FacilityProductLinkRead[]\n}\n\n/** FacilityProductLinkStatusEnum */\nexport enum FacilityProductLinkStatusEnum {\n Active = 'active',\n Inactive = 'inactive'\n}\n\n/** FacilityRead */\nexport interface FacilityRead {\n status: FacilityStatus\n /** Name */\n name: string\n /** Address */\n address: string | null\n /** Zipcode */\n zipcode: string | null\n /** City */\n city: string | null\n /** State */\n state: string | null\n /** Customers Identifier */\n customers_identifier: string\n /** Latitude */\n latitude: string | null\n /** Longitude */\n longitude: string | null\n /** Timezone */\n timezone?: string | null\n /** Id */\n id: number\n /** Region Id */\n region_id: number\n}\n\n/** FacilityReport */\nexport interface FacilityReport {\n /** Id */\n id: number\n /** Name */\n name: string\n /** Region Name */\n region_name: string\n /** Reports */\n reports: FacilityReportFile[]\n}\n\n/** FacilityReportFile */\nexport interface FacilityReportFile {\n /**\n * Date\n * @format date\n */\n date: string\n /** Id */\n id: string\n}\n\n/** FacilityServiceRead */\nexport interface FacilityServiceRead {\n /** Id */\n id: number\n /** Name */\n name: string\n /** Region Id */\n region_id: number\n status: FacilityStatus\n /** Address */\n address?: string | null\n /** Zipcode */\n zipcode?: string | null\n /** City */\n city?: string | null\n /** State */\n state?: string | null\n /** Customers Identifier */\n customers_identifier: string\n /** Latitude */\n latitude?: string | null\n /** Longitude */\n longitude?: string | null\n /** Timezone */\n timezone?: string | null\n /** Model Task Definition Tier */\n model_task_definition_tier: string\n /** Legacy Floor Unit Report Subscribers */\n legacy_floor_unit_report_subscribers?: object | null\n region: RegionServiceRead\n /** Imported From Ml Model Datasource Id */\n imported_from_ml_model_datasource_id: string\n}\n\n/** FacilityServiceReadMultiple */\nexport interface FacilityServiceReadMultiple {\n /** Items */\n items: FacilityServiceRead[]\n}\n\n/** FacilitySortingOption */\nexport enum FacilitySortingOption {\n Name = 'name',\n ValueName = '-name',\n Status = 'status',\n ValueStatus = '-status',\n Address = 'address',\n ValueAddress = '-address',\n Zipcode = 'zipcode',\n ValueZipcode = '-zipcode',\n City = 'city',\n ValueCity = '-city',\n State = 'state',\n ValueState = '-state',\n Region = 'region',\n ValueRegion = '-region'\n}\n\n/** FacilityStatus */\nexport enum FacilityStatus {\n Active = 'active',\n InProgress = 'in_progress',\n OnHold = 'on_hold',\n OffBoarding = 'off_boarding',\n Suspended = 'suspended',\n Cancelled = 'cancelled'\n}\n\n/** FacilityUpdate */\nexport interface FacilityUpdate {\n /** Name */\n name?: string | null\n /** Address */\n address?: string | null\n /** Zipcode */\n zipcode?: string | null\n /** City */\n city?: string | null\n /** State */\n state?: string | null\n /** Region Id */\n region_id?: number | null\n /** Latitude */\n latitude?: number | string | null\n /** Longitude */\n longitude?: number | string | null\n}\n\n/** FacilityViewData */\nexport interface FacilityViewData {\n /** Facility Name */\n facility_name: string\n /** Region Name */\n region_name: string\n /** Number Of Patients */\n number_of_patients: number\n /** Visited Patients Percentage */\n visited_patients_percentage: string\n /** Avg Rank Today */\n avg_rank_today: string\n /** Facility Risk Rank */\n facility_risk_rank: number | string\n}\n\n/** FacilityWithRegionData */\nexport interface FacilityWithRegionData {\n /** Facility Id */\n facility_id: number\n /** Facility Name */\n facility_name: string\n /** Region Id */\n region_id: number\n /** Region Name */\n region_name: string\n}\n\n/** FailedReason */\nexport enum FailedReason {\n PatientDeclinedTreatment = 'patient_declined_treatment',\n PatientNotInRoom = 'patient_not_in_room',\n PatientAsleep = 'patient_asleep',\n Other = 'other'\n}\n\n/** FcmStatusRead */\nexport interface FcmStatusRead {\n /** @default \"Pending\" */\n status?: OtpFcmStatus\n /** Access Token */\n access_token?: string | null\n /** Refresh Token */\n refresh_token?: string | null\n /** Error Message */\n error_message?: string\n}\n\n/** FileFormat */\nexport enum FileFormat {\n Json = 'json'\n}\n\n/** FileFormatOption */\nexport enum FileFormatOption {\n Csv = 'csv',\n Pdf = 'pdf'\n}\n\n/** FilterType */\nexport enum FilterType {\n HospitalAdmissions = 'hospital_admissions'\n}\n\n/** FrontendPlatform */\nexport enum FrontendPlatform {\n Ios = 'ios',\n Android = 'android',\n Web = 'web'\n}\n\n/** GenAIRead */\nexport interface GenAIRead {\n /** Input Text */\n input_text: string\n}\n\n/** GenAIResponse */\nexport interface GenAIResponse {\n /** Output Text */\n output_text: string\n}\n\n/** HTTPValidationError */\nexport interface HTTPValidationError {\n /** Detail */\n detail?: ValidationError[]\n}\n\n/** HitMissReport */\nexport interface HitMissReport {\n /** Data */\n data: HitMissReportItem[]\n /** Cumulative Data */\n cumulative_data: HitMissReportCumulativeItem[]\n filters: HitMissReportFilter\n /** Stats */\n stats: HitMissReportStats[]\n}\n\n/** HitMissReportCumulativeData */\nexport interface HitMissReportCumulativeData {\n /** Data */\n data: HitMissReportCumulativeItem[]\n filters: HitMissReportFilter\n /** Stats */\n stats: HitMissReportStats[]\n}\n\n/** HitMissReportCumulativeItem */\nexport interface HitMissReportCumulativeItem {\n /** Risk Rank */\n risk_rank: string\n /**\n * Number Of Residents\n * @format integer\n */\n number_of_residents: string\n /** Risk Rank Range */\n risk_rank_range: string\n /**\n * Cumulative Residents\n * @format integer\n */\n cumulative_residents: string\n /**\n * Cumulative Upt\n * @format float\n */\n cumulative_upt: string\n}\n\n/** HitMissReportFilter */\nexport interface HitMissReportFilter {\n /** Outcome */\n outcome: string[]\n /** Payer Type */\n payer_type: string[]\n}\n\n/** HitMissReportItem */\nexport interface HitMissReportItem {\n /** Facility Name */\n facility_name?: string | null\n /** Region Name */\n region_name?: string | null\n /** Date Of Transfer */\n date_of_transfer?: string | null\n /** Rank */\n rank?: number | string | null\n /** Mrn */\n mrn?: string | null\n patient_name?: UrlValueField | null\n /** Best 4 Day Rank */\n best_4_day_rank?: number | string | null\n /** Outcome */\n outcome?: string | null\n /** Length Of Stay */\n length_of_stay?: number | string | null\n /** Planned */\n planned?: string | null\n /** Predicted */\n predicted?: string | null\n /** Payer Type */\n payer_type?: string | null\n /** Payer */\n payer?: string | null\n}\n\n/** HitMissReportQueryParams */\nexport interface HitMissReportQueryParams {\n /** Facility Ids */\n facility_ids?: number[]\n /**\n * Date Start\n * @format date\n */\n date_start: string\n /**\n * Date End\n * @format date\n */\n date_end: string\n /**\n * Quality Measure\n * @default \"\"\n */\n quality_measure?: QualityMeasure | string\n /**\n * Predicted\n * @default [\"Yes\",\"No\"]\n */\n predicted?: string[]\n /**\n * Planned\n * @default [\"Yes\",\"No\",\"Unspecified\"]\n */\n planned?: string[]\n /** Outcome */\n outcome?: string[]\n /** Payer Type */\n payer_type?: string[] | null\n /**\n * Filter 30 Days\n * @default true\n */\n filter_30_days?: boolean\n}\n\n/** HitMissReportStatType */\nexport enum HitMissReportStatType {\n Number = 'number',\n Percentage = 'percentage'\n}\n\n/** HitMissReportStats */\nexport interface HitMissReportStats {\n /**\n * Type\n * @default \"group\"\n */\n type?: string\n /** Label */\n label: string\n /** Items */\n items: HitMissReportStatsItem[]\n}\n\n/** HitMissReportStatsItem */\nexport interface HitMissReportStatsItem {\n type: HitMissReportStatType\n /** Label */\n label: string\n data: HitMissReportStatsItemData\n /** Date Range */\n date_range: string\n}\n\n/** HitMissReportStatsItemData */\nexport interface HitMissReportStatsItemData {\n /** Value */\n value: string\n /** Increase */\n increase?: boolean | null\n}\n\n/** IntegrationCatalogListRead */\nexport interface IntegrationCatalogListRead {\n /** Active Integrations */\n active_integrations: IntegrationCatalogRead[]\n /** Inactive Integrations */\n inactive_integrations: IntegrationCatalogRead[]\n}\n\n/** IntegrationCatalogRead */\nexport interface IntegrationCatalogRead {\n /** Id */\n id: string\n /** Label */\n label: string\n /** Description */\n description: string\n /** Short Description */\n short_description: string\n /** User Guide Url */\n user_guide_url?: string | null\n /** Icon */\n icon?: string | null\n /** @default \"disconnected\" */\n status?: IntegrationStatusOption\n /**\n * Is Enabled\n * @default false\n */\n is_enabled?: boolean\n /** Values */\n values?: object | null\n}\n\n/** IntegrationStatusOption */\nexport enum IntegrationStatusOption {\n Connecting = 'connecting',\n Connected = 'connected',\n Updating = 'updating',\n Disconnecting = 'disconnecting',\n Disconnected = 'disconnected',\n Unavailable = 'unavailable'\n}\n\n/** InvitationAccept */\nexport interface InvitationAccept {\n /** Token */\n token: string\n}\n\n/** InvitationCreate */\nexport interface InvitationCreate {\n /** Email */\n email?: string | null\n /** Username */\n username?: string | null\n /** Title Id */\n title_id: string\n /** Name */\n name: string\n role: SaivaRole\n /**\n * Enabled\n * @default true\n */\n enabled?: boolean\n regions: RegionAccessCreateRead\n /** Capabilities */\n capabilities: Capability[]\n}\n\n/** InvitationDetailsRead */\nexport interface InvitationDetailsRead {\n /** Username */\n username?: string | null\n /** Password */\n password?: string | null\n /** Invitation Url */\n invitation_url?: string | null\n}\n\n/** InvitationRead */\nexport interface InvitationRead {\n /** Email */\n email?: string | null\n /** Username */\n username?: string | null\n /** Title Id */\n title_id: string\n /** Name */\n name: string\n role: SaivaRole\n /**\n * Enabled\n * @default true\n */\n enabled?: boolean\n regions: RegionAccessCreateRead\n /** Capabilities */\n capabilities: Capability[]\n /** Id */\n id: number\n /**\n * Created At\n * @format date-time\n */\n created_at: string\n /**\n * Expires At\n * @format date-time\n */\n expires_at: string\n /** Invited By Email */\n invited_by_email?: string | null\n /** Invited By Username */\n invited_by_username?: string | null\n status: InvitationStatus\n}\n\n/** InvitationSortOption */\nexport enum InvitationSortOption {\n Email = 'email',\n ValueEmail = '-email',\n Username = 'username',\n ValueUsername = '-username',\n UserEmail = 'user.email',\n ValueUserEmail = '-user.email',\n UserUsername = 'user.username',\n ValueUserUsername = '-user.username',\n CreatedAt = 'created_at',\n ValueCreatedAt = '-created_at'\n}\n\n/** InvitationStatus */\nexport enum InvitationStatus {\n Invited = 'invited',\n Accepted = 'accepted',\n Deleted = 'deleted'\n}\n\n/** InvitationUpdate */\nexport interface InvitationUpdate {\n /** Email */\n email?: string | null\n /** Username */\n username?: string | null\n /** Title Id */\n title_id: string\n /** Name */\n name: string\n role: SaivaRole\n /**\n * Enabled\n * @default true\n */\n enabled?: boolean\n regions: RegionAccessCreateRead\n /** Capabilities */\n capabilities: Capability[]\n}\n\n/** KeywordHighlight */\nexport interface KeywordHighlight {\n /** Date */\n date?: string | null\n /** Time */\n time: string\n /** Progress Note Type */\n progress_note_type: string\n /** Days Lapsed */\n days_lapsed: string\n /** Clean Note */\n clean_note: string\n}\n\n/** Keywords */\nexport interface Keywords {\n /** Keywords */\n keywords: string[]\n /** Items */\n items: KeywordHighlight[]\n}\n\n/** LLMType */\nexport enum LLMType {\n Titan = 'titan',\n Claude = 'claude'\n}\n\n/** LatestRuleEngineRun */\nexport interface LatestRuleEngineRun {\n /** Latest Rule Engine Run */\n latest_rule_engine_run?: string | null\n}\n\n/** LegacyUserMeRead */\nexport interface LegacyUserMeRead {\n /** Id */\n id: number\n /** Email */\n email?: string | null\n /** Username */\n username?: string | null\n /** Password Expires At */\n password_expires_at?: string | null\n /** Internal Id */\n internal_id: string\n /** Name */\n name: string\n /** Is Superuser */\n is_superuser: boolean\n /** Title */\n title: string\n}\n\n/** ListFacilitiesParams */\nexport interface ListFacilitiesParams {\n /**\n * Page\n * Page number\n * @min 1\n * @default 1\n */\n page?: number\n /**\n * Size\n * Page size\n * @min 1\n * @max 1000\n * @default 50\n */\n size?: number\n /** Q */\n q?: string | null\n /** @default \"name\" */\n sort?: FacilitySortingOption | null\n}\n\n/** ListOrganizationsParams */\nexport interface ListOrganizationsParams {\n /** Q */\n q?: string | null\n /**\n * Page\n * Page number\n * @min 1\n * @default 1\n */\n page?: number\n /**\n * Size\n * Page size\n * @min 1\n * @max 1000\n * @default 1000\n */\n size?: number\n /** Status */\n status?: OrganizationStatus[] | null\n /** @default \"name\" */\n sort?: OrganizationSortOption | null\n}\n\n/** LoginTokens */\nexport interface LoginTokens {\n /** Access Token */\n access_token: string\n /** Refresh Token */\n refresh_token: string\n}\n\n/** Logout */\nexport interface Logout {\n /** Refresh Token */\n refresh_token: string\n /** Device Id */\n device_id?: string | null\n}\n\n/** MlModelConfigOutputCreate */\nexport interface MlModelConfigOutputCreate {\n type: MlModelConfigOutputType\n pdf_report: MlModelConfigOutputPdfReportRead\n}\n\n/** MlModelConfigOutputPdfReportRead */\nexport interface MlModelConfigOutputPdfReportRead {\n version: MlModelOutputPdfReportVersion\n /** Unique Keys Db Sync Parameter */\n unique_keys_db_sync_parameter?: string | null\n}\n\n/** MlModelConfigOutputRead */\nexport interface MlModelConfigOutputRead {\n type: MlModelConfigOutputType\n pdf_report: MlModelConfigOutputPdfReportRead\n /** S3 Bucket Name */\n s3_bucket_name: string\n /** S3 Prefix */\n s3_prefix: string\n}\n\n/** MlModelConfigOutputType */\nexport enum MlModelConfigOutputType {\n PdfReport = 'pdf_report'\n}\n\n/** MlModelConfigOutputUpdate */\nexport interface MlModelConfigOutputUpdate {\n type: MlModelConfigOutputType\n pdf_report: MlModelConfigOutputPdfReportRead\n /** S3 Bucket Name */\n s3_bucket_name?: string | null\n /** S3 Prefix */\n s3_prefix?: string | null\n}\n\n/** MlModelDatasourceCreateOrUpdate */\nexport interface MlModelDatasourceCreateOrUpdate {\n scraping?: MlModelDatasourceScrapingCreate | null\n sftp?: MlModelDatasourceSftpCreateOrUpdate | null\n dbrelay?: MlModelDatasourceDbrelayCreateOrUpdate | null\n type?: MlModelDatasourceType | null\n etl_version?: MlModelDatasourceEtlVersion | null\n /** Database Name */\n database_name?: string | null\n /** Database Credentials Secret Id */\n database_credentials_secret_id?: string | null\n datasource_vendor?: EhrVendor | null\n ingestion?: MlModelDatasourceIngestion | null\n /** Id */\n id?: string | null\n}\n\n/** MlModelDatasourceCreateWithId */\nexport interface MlModelDatasourceCreateWithId {\n scraping?: MlModelDatasourceScrapingCreate | null\n sftp?: MlModelDatasourceSftpCreateOrUpdate | null\n dbrelay?: MlModelDatasourceDbrelayCreateOrUpdate | null\n type: MlModelDatasourceType\n etl_version: MlModelDatasourceEtlVersion\n /** Database Name */\n database_name: string\n /** Database Credentials Secret Id */\n database_credentials_secret_id: string\n datasource_vendor: EhrVendor\n ingestion?: MlModelDatasourceIngestion | null\n /** Id */\n id: string\n}\n\n/** MlModelDatasourceDbrelayCreateOrUpdate */\nexport interface MlModelDatasourceDbrelayCreateOrUpdate {\n /** Source Diff Files S3 Bucket Name */\n source_diff_files_s3_bucket_name: string\n /** Source Diff Files S3 Prefix */\n source_diff_files_s3_prefix: string\n /** Diff Files S3 Bucket Name */\n diff_files_s3_bucket_name: string\n /** Diff Files S3 Prefix */\n diff_files_s3_prefix: string\n}\n\n/** MlModelDatasourceDbrelayRead */\nexport interface MlModelDatasourceDbrelayRead {\n /** Source Diff Files S3 Bucket Name */\n source_diff_files_s3_bucket_name: string\n /** Source Diff Files S3 Prefix */\n source_diff_files_s3_prefix: string\n /** Diff Files S3 Bucket Name */\n diff_files_s3_bucket_name: string\n /** Diff Files S3 Prefix */\n diff_files_s3_prefix: string\n}\n\n/** MlModelDatasourceEtlVersion */\nexport enum MlModelDatasourceEtlVersion {\n V3 = 'v3',\n V4 = 'v4',\n V5 = 'v5',\n V6 = 'v6'\n}\n\n/** MlModelDatasourceIngestion */\nexport interface MlModelDatasourceIngestion {\n /** Customer Sftp Logs Path */\n customer_sftp_logs_path?: string | null\n /** Customer Sftp Full Backup Path */\n customer_sftp_full_backup_path?: string | null\n /** Customer Sftp Delete Processed Files */\n customer_sftp_delete_processed_files?: boolean | null\n /** S3 Bucket Name */\n s3_bucket_name?: string | null\n /** Logs S3 Prefix */\n logs_s3_prefix?: string | null\n /** Full Backup S3 Prefix */\n full_backup_s3_prefix?: string | null\n}\n\n/** MlModelDatasourceRead */\nexport interface MlModelDatasourceRead {\n type: MlModelDatasourceType\n etl_version: MlModelDatasourceEtlVersion\n /** Database Name */\n database_name: string\n /** Database Credentials Secret Id */\n database_credentials_secret_id: string\n datasource_vendor: EhrVendor\n ingestion?: MlModelDatasourceIngestion | null\n /** Id */\n id: string\n scraping?: MlModelDatasourceScrapingRead | null\n sftp?: MlModelDatasourceSftpRead | null\n dbrelay?: MlModelDatasourceDbrelayRead | null\n}\n\n/** MlModelDatasourceReadMultiple */\nexport interface MlModelDatasourceReadMultiple {\n /** Items */\n items: MlModelDatasourceRead[]\n}\n\n/** MlModelDatasourceScrapingCreate */\nexport interface MlModelDatasourceScrapingCreate {\n /** Credentials Secret Id */\n credentials_secret_id: string\n /** Uses Okta Auth */\n uses_okta_auth: boolean\n /** Fake Masterpatient Ids */\n fake_masterpatient_ids: boolean\n}\n\n/** MlModelDatasourceScrapingRead */\nexport interface MlModelDatasourceScrapingRead {\n /** Credentials Secret Id */\n credentials_secret_id: string\n /** Uses Okta Auth */\n uses_okta_auth: boolean\n /** Fake Masterpatient Ids */\n fake_masterpatient_ids: boolean\n /** Files S3 Bucket Name */\n files_s3_bucket_name: string\n /** Files S3 Prefix */\n files_s3_prefix: string\n}\n\n/** MlModelDatasourceSftpCreateOrUpdate */\nexport interface MlModelDatasourceSftpCreateOrUpdate {\n /** Source Diff Files S3 Bucket Name */\n source_diff_files_s3_bucket_name: string\n /** Source Diff Files S3 Prefix */\n source_diff_files_s3_prefix: string\n /** Diff Files S3 Bucket Name */\n diff_files_s3_bucket_name: string\n /** Diff Files S3 Prefix */\n diff_files_s3_prefix: string\n}\n\n/** MlModelDatasourceSftpRead */\nexport interface MlModelDatasourceSftpRead {\n /** Source Diff Files S3 Bucket Name */\n source_diff_files_s3_bucket_name: string\n /** Source Diff Files S3 Prefix */\n source_diff_files_s3_prefix: string\n /** Diff Files S3 Bucket Name */\n diff_files_s3_bucket_name: string\n /** Diff Files S3 Prefix */\n diff_files_s3_prefix: string\n}\n\n/** MlModelDatasourceType */\nexport enum MlModelDatasourceType {\n DirectDbrelay = 'direct_dbrelay',\n Dbrelay = 'dbrelay',\n Scraping = 'scraping',\n Sftp = 'sftp'\n}\n\n/** MlModelDatasourceUpdate */\nexport interface MlModelDatasourceUpdate {\n scraping?: MlModelDatasourceScrapingCreate | null\n sftp?: MlModelDatasourceSftpCreateOrUpdate | null\n dbrelay?: MlModelDatasourceDbrelayCreateOrUpdate | null\n type?: MlModelDatasourceType | null\n etl_version?: MlModelDatasourceEtlVersion | null\n /** Database Name */\n database_name?: string | null\n /** Database Credentials Secret Id */\n database_credentials_secret_id?: string | null\n datasource_vendor?: EhrVendor | null\n ingestion?: MlModelDatasourceIngestion | null\n}\n\n/** MlModelFacilityConfigServiceCreate */\nexport interface MlModelFacilityConfigServiceCreate {\n /** Missing Datasets */\n missing_datasets: string[]\n group_level?: MlModelGroupLevel | null\n /**\n * Golive Date\n * @format date\n */\n golive_date: string\n /** Trained Model Id */\n trained_model_id?: string | null\n /** Facility Cutoff Ratio */\n facility_cutoff_ratio?: number | null\n /** Customers Facility Identifier */\n customers_facility_identifier: string\n}\n\n/** MlModelFacilityConfigServiceRead */\nexport interface MlModelFacilityConfigServiceRead {\n /** Missing Datasets */\n missing_datasets: string[]\n group_level?: MlModelGroupLevel | null\n /**\n * Golive Date\n * @format date\n */\n golive_date: string\n /** Trained Model Id */\n trained_model_id?: string | null\n /** Facility Cutoff Ratio */\n facility_cutoff_ratio?: number | null\n /**\n * Id\n * @format uuid\n */\n id: string\n facility: FacilityServiceRead\n trained_model?: MlTrainedModelRead | null\n /** Model Data Facilities Override */\n model_data_facilities_override?: string[] | null\n}\n\n/** MlModelFacilityConfigServiceReadMultiple */\nexport interface MlModelFacilityConfigServiceReadMultiple {\n /** Items */\n items: MlModelFacilityConfigServiceRead[]\n}\n\n/** MlModelFacilityConfigServiceUpdate */\nexport interface MlModelFacilityConfigServiceUpdate {\n /** Missing Datasets */\n missing_datasets: string[]\n group_level?: MlModelGroupLevel | null\n /**\n * Golive Date\n * @format date\n */\n golive_date: string\n /** Trained Model Id */\n trained_model_id?: string | null\n /** Facility Cutoff Ratio */\n facility_cutoff_ratio?: number | null\n}\n\n/** MlModelGroupLevel */\nexport enum MlModelGroupLevel {\n Doctor = 'doctor',\n Facility = 'facility',\n Unit = 'unit',\n Floor = 'floor'\n}\n\n/** MlModelOrganizationConfigServiceCreate */\nexport interface MlModelOrganizationConfigServiceCreate {\n status: MlModelOrganizationConfigStatus\n /**\n * Cron Schedule\n * @pattern (@(annually|yearly|monthly|weekly|daily|hourly|reboot))|(@every (\\d+(ns|us|µs|ms|s|m|h))+)|((((\\d+,)+\\d+|(\\d+(\\/|-)\\d+)|\\d+|\\*) ?){5,7})\n */\n cron_schedule: string\n /** Use Fargate Spot */\n use_fargate_spot: boolean\n /** Cutoff Ratio */\n cutoff_ratio: number | string\n /** Model Config */\n model_config: object\n /** Training Metadata */\n training_metadata: object\n ingestion?: MlModelDatasourceIngestion | null\n /** Trained Model Id */\n trained_model_id?: string | null\n /** Id */\n id?: string | null\n /** Ml Model Type Id */\n ml_model_type_id: string\n input: MlModelDatasourceCreateOrUpdate\n output: MlModelConfigOutputCreate\n}\n\n/** MlModelOrganizationConfigServiceRead */\nexport interface MlModelOrganizationConfigServiceRead {\n /** Id */\n id: string\n status: MlModelOrganizationConfigStatus\n /** Organization Id */\n organization_id: string\n ml_model_type: MlModelTypeServiceRead\n input: MlModelDatasourceRead\n output: MlModelConfigOutputRead\n ingestion: MlModelDatasourceIngestion\n /** Cron Schedule */\n cron_schedule: string\n /** Use Fargate Spot */\n use_fargate_spot: boolean\n /** Cutoff Ratio */\n cutoff_ratio: string\n /** Model Config */\n model_config: object\n /** Training Metadata */\n training_metadata: object\n /** Facilities */\n facilities: MlModelFacilityConfigServiceRead[]\n trained_model?: MlTrainedModelRead | null\n}\n\n/** MlModelOrganizationConfigServiceReadMultiple */\nexport interface MlModelOrganizationConfigServiceReadMultiple {\n /** Items */\n items: MlModelOrganizationConfigServiceRead[]\n}\n\n/** MlModelOrganizationConfigServiceUpdate */\nexport interface MlModelOrganizationConfigServiceUpdate {\n status?: MlModelOrganizationConfigStatus | null\n /** Cron Schedule */\n cron_schedule?: string | null\n /** Use Fargate Spot */\n use_fargate_spot?: boolean | null\n /** Cutoff Ratio */\n cutoff_ratio?: number | string | null\n /** Model Config */\n model_config?: object | null\n /** Training Metadata */\n training_metadata?: object | null\n ingestion?: MlModelDatasourceIngestion | null\n /** Trained Model Id */\n trained_model_id?: string | null\n input?: MlModelDatasourceCreateOrUpdate | null\n output?: MlModelConfigOutputUpdate | null\n}\n\n/** MlModelOrganizationConfigStatus */\nexport enum MlModelOrganizationConfigStatus {\n InDevelopment = 'in_development',\n InReview = 'in_review',\n AbTesting = 'ab_testing',\n Published = 'published',\n Removed = 'removed'\n}\n\n/** MlModelOutputPdfReportVersion */\nexport enum MlModelOutputPdfReportVersion {\n V2 = 'v2',\n V3 = 'v3',\n V4 = 'v4',\n V6 = 'v6'\n}\n\n/** MlModelTypeServiceCreate */\nexport interface MlModelTypeServiceCreate {\n /** Id */\n id: string\n /** Name */\n name: string\n /** Quality Measure */\n quality_measure: string\n /** Ecs Task Definition */\n ecs_task_definition: string\n /** Diagnosis Lookup Ccs S3 Uri */\n diagnosis_lookup_ccs_s3_uri: string\n}\n\n/** MlModelTypeServiceRead */\nexport interface MlModelTypeServiceRead {\n /** Id */\n id: string\n /** Name */\n name: string\n /** Quality Measure */\n quality_measure: string\n /**\n * Versions\n * @default []\n */\n versions?: MlModelTypeVersionRead[]\n}\n\n/** MlModelTypeServiceReadMultiple */\nexport interface MlModelTypeServiceReadMultiple {\n /** Items */\n items: MlModelTypeServiceRead[]\n}\n\n/** MlModelTypeVersionRead */\nexport interface MlModelTypeVersionRead {\n /**\n * Id\n * @format uuid\n */\n id: string\n /** Version */\n version: string\n /** Ml Model Type Id */\n ml_model_type_id: string\n /** Ecs Task Definition */\n ecs_task_definition: string\n /** Diagnosis Lookup Ccs S3 Uri */\n diagnosis_lookup_ccs_s3_uri: string\n}\n\n/** MlTrainedModelCreate */\nexport interface MlTrainedModelCreate {\n /** Mlflow Model Id */\n mlflow_model_id?: string | null\n /** Ml Model Organization Config Id */\n ml_model_organization_config_id?: string | null\n /**\n * Ml Model Type Version Id\n * @format uuid\n */\n ml_model_type_version_id: string\n status: MlTrainedModelStatus\n /** Released At */\n released_at?: string | null\n /** Description */\n description?: string | null\n /** Vector Model */\n vector_model?: string | null\n /** Model S3 Folder */\n model_s3_folder?: string | null\n /** Train Start Date */\n train_start_date?: string | null\n /** Train End Date */\n train_end_date?: string | null\n /** Validation Start Date */\n validation_start_date?: string | null\n /** Validation End Date */\n validation_end_date?: string | null\n /** Test Start Date */\n test_start_date?: string | null\n /** Test End Date */\n test_end_date?: string | null\n /** Test Auc */\n test_auc?: number | null\n /** Test Recall At Cutoff Ratio */\n test_recall_at_cutoff_ratio?: number | null\n /** Model Algorithm */\n model_algorithm?: string | null\n /** Additional Metadata */\n additional_metadata: object\n /** Missing Datasets */\n missing_datasets: string[]\n}\n\n/** MlTrainedModelRead */\nexport interface MlTrainedModelRead {\n /**\n * Id\n * @format uuid\n */\n id: string\n status: MlTrainedModelStatus\n /** Mlflow Model Id */\n mlflow_model_id?: string | null\n /** Ml Model Organization Config Id */\n ml_model_organization_config_id?: string | null\n ml_model_type_version: MlModelTypeVersionRead\n /** Released At */\n released_at?: string | null\n /** Description */\n description?: string | null\n /** Vector Model */\n vector_model?: string | null\n /** Model S3 Folder */\n model_s3_folder?: string | null\n /** Train Start Date */\n train_start_date?: string | null\n /** Train End Date */\n train_end_date?: string | null\n /** Validation Start Date */\n validation_start_date?: string | null\n /** Validation End Date */\n validation_end_date?: string | null\n /** Test Start Date */\n test_start_date?: string | null\n /** Test End Date */\n test_end_date?: string | null\n /** Test Auc */\n test_auc?: number | null\n /** Test Recall At Cutoff Ratio */\n test_recall_at_cutoff_ratio?: number | null\n /** Model Algorithm */\n model_algorithm?: string | null\n /** Missing Datasets */\n missing_datasets: string[]\n /** Additional Metadata */\n additional_metadata: object\n}\n\n/** MlTrainedModelReadMultiple */\nexport interface MlTrainedModelReadMultiple {\n /** Items */\n items: MlTrainedModelRead[]\n}\n\n/** MlTrainedModelStatus */\nexport enum MlTrainedModelStatus {\n InDevelopment = 'in_development',\n InReview = 'in_review',\n Ready = 'ready',\n Released = 'released',\n Removed = 'removed'\n}\n\n/** OldQualityMeasure */\nexport enum OldQualityMeasure {\n Rth = 'rth',\n Fall = 'fall',\n Wound = 'wound'\n}\n\n/** OpenRateAnalyticsDetail */\nexport interface OpenRateAnalyticsDetail {\n /**\n * Value\n * @format integer\n */\n value: string\n /** Detail Url */\n detail_url?: string | null\n}\n\n/** OpenRateAnalyticsItem */\nexport interface OpenRateAnalyticsItem {\n /** Subscribers */\n subscribers: string[]\n /** Sent */\n sent: string[]\n /** Opened */\n opened: OpenRateAnalyticsDetail[]\n /** Facility Open Rate */\n facility_open_rate: string[]\n}\n\n/** OrganizationProductPackageCreate */\nexport interface OrganizationProductPackageCreate {\n /** Package Name */\n package_name: string\n}\n\n/** OrganizationProductPackageLink */\nexport interface OrganizationProductPackageLink {\n /** Package Name */\n package_name: string\n /** Organization Id */\n organization_id: string\n}\n\n/** OrganizationRead */\nexport interface OrganizationRead {\n /** Name */\n name: string\n status: OrganizationStatus\n /** Address */\n address: string | null\n /** Zipcode */\n zipcode: string | null\n /** City */\n city: string | null\n /** State */\n state: string | null\n /** Customer Type */\n customer_type?: string | null\n /** Partner Id */\n partner_id: string | null\n /** Id */\n id: string\n}\n\n/** OrganizationServiceCreate */\nexport interface OrganizationServiceCreate {\n /** Id */\n id: string\n /** Name */\n name: string\n /** Is Active */\n is_active: boolean\n /** Address */\n address?: string | null\n /** Zipcode */\n zipcode?: string | null\n /** City */\n city?: string | null\n /** State */\n state?: string | null\n /** Customer Type */\n customer_type?: string | null\n /** Partner Id */\n partner_id?: string | null\n}\n\n/** OrganizationServiceGetProductFeatures */\nexport interface OrganizationServiceGetProductFeatures {\n /** Items */\n items: ProductFeatureServiceRead[]\n}\n\n/** OrganizationServiceGetProductPackages */\nexport interface OrganizationServiceGetProductPackages {\n /** Items */\n items: ProductPackageServiceRead[]\n}\n\n/** OrganizationServiceRead */\nexport interface OrganizationServiceRead {\n /** Name */\n name: string\n status: OrganizationStatus\n /** Address */\n address: string | null\n /** Zipcode */\n zipcode: string | null\n /** City */\n city: string | null\n /** State */\n state: string | null\n /** Customer Type */\n customer_type?: string | null\n /** Partner Id */\n partner_id: string | null\n /** Id */\n id: string\n}\n\n/** OrganizationServiceReadMultiple */\nexport interface OrganizationServiceReadMultiple {\n /** Items */\n items: OrganizationServiceRead[]\n}\n\n/** OrganizationServiceUpdate */\nexport interface OrganizationServiceUpdate {\n /** Name */\n name?: string | null\n status?: OrganizationStatus | null\n /** Address */\n address?: string | null\n /** Zipcode */\n zipcode?: string | null\n /** City */\n city?: string | null\n /** State */\n state?: string | null\n /** Customer Type */\n customer_type?: string | null\n /** Partner Id */\n partner_id?: string | null\n}\n\n/** OrganizationSettingsLogoRead */\nexport interface OrganizationSettingsLogoRead {\n /** Report Logo Url */\n report_logo_url?: string | null\n}\n\n/** OrganizationSettingsProgressNotesHighlightKeywordsRead */\nexport interface OrganizationSettingsProgressNotesHighlightKeywordsRead {\n /** File Url */\n file_url: string\n}\n\n/** OrganizationSettingsRead */\nexport interface OrganizationSettingsRead {\n /** Email From Address */\n email_from_address?: string | null\n /** Feature Values */\n feature_values?: object | null\n /** Packages */\n packages: ProductPackagePublicRead[]\n /** Enabled Users */\n enabled_users: number\n sending_report_type: SendingReportType\n}\n\n/** OrganizationSettingsServiceRead */\nexport interface OrganizationSettingsServiceRead {\n /** Report Logo S3 Uri */\n report_logo_s3_uri?: string | null\n /** Paubox Credentials Secret Id */\n paubox_credentials_secret_id?: string | null\n /** Email From Address */\n email_from_address?: string | null\n /** Report Progress Notes Highlight Keywords S3 Uri */\n report_progress_notes_highlight_keywords_s3_uri?: string | null\n /** Whitelabel Branding */\n whitelabel_branding: boolean\n /** Daily Risk Report Email Subject */\n daily_risk_report_email_subject: string\n /** Sending Report Type */\n sending_report_type: string\n}\n\n/** OrganizationSettingsUpdate */\nexport interface OrganizationSettingsUpdate {\n /** Email From Address */\n email_from_address?: string | null\n sending_report_type?: SendingReportType | null\n}\n\n/** OrganizationSettingsValidFilterValuesUpdate */\nexport interface OrganizationSettingsValidFilterValuesUpdate {\n /** Values */\n values: (string | null)[]\n}\n\n/** OrganizationSettingsValidFiltersRead */\nexport interface OrganizationSettingsValidFiltersRead {\n /** Valid Filters */\n valid_filters: ValidFiltersRead[]\n}\n\n/** OrganizationSortOption */\nexport enum OrganizationSortOption {\n Name = 'name',\n ValueName = '-name',\n Id = 'id',\n ValueId = '-id',\n Status = 'status',\n ValueStatus = '-status'\n}\n\n/** OrganizationStatus */\nexport enum OrganizationStatus {\n Active = 'active',\n InProgress = 'in_progress',\n OnHold = 'on_hold',\n OffBoarding = 'off_boarding',\n OffBoarded = 'off_boarded',\n StopBill = 'stop_bill',\n Suspended = 'suspended',\n Cancelled = 'cancelled'\n}\n\n/** OrganizationUpdate */\nexport interface OrganizationUpdate {\n /** Name */\n name?: string | null\n /** Address */\n address?: string | null\n /** Zipcode */\n zipcode?: string | null\n /** City */\n city?: string | null\n /** State */\n state?: string | null\n}\n\n/** OtpFcmStatus */\nexport enum OtpFcmStatus {\n Accepted = 'Accepted',\n Declined = 'Declined',\n Pending = 'Pending',\n Failed = 'Failed',\n Expired = 'Expired'\n}\n\n/** OtpFcmStatusChange */\nexport interface OtpFcmStatusChange {\n /** @default \"Pending\" */\n status?: OtpFcmStatus\n /** Token */\n token?: string | null\n /** User Id */\n user_id?: number | null\n}\n\n/** OtpLogin */\nexport interface OtpLogin {\n /**\n * Email\n * @format email\n */\n email: string\n /** @default \"ios\" */\n platform?: FrontendPlatform | null\n /**\n * Email Login\n * @default false\n */\n email_login?: boolean\n}\n\n/** OtpLoginWithPassword */\nexport interface OtpLoginWithPassword {\n /**\n * Email\n * @format email\n */\n email: string\n platform: FrontendPlatform\n /**\n * Email Login\n * @default false\n */\n email_login?: boolean\n /** Password */\n password: string\n /** Phrase */\n phrase: string\n}\n\n/** OtpPhrase */\nexport interface OtpPhrase {\n /** Phrase */\n phrase: string\n /** User Id */\n user_id?: number\n /**\n * Active Devices\n * @default false\n */\n active_devices?: boolean\n}\n\n/** PCCOrderStatus */\nexport enum PCCOrderStatus {\n Active = 'Active',\n OnHold = 'On Hold',\n PendingConfirmation = 'Pending Confirmation',\n PendingOrderSignature = 'Pending Order Signature',\n PendingClinicalReview = 'Pending Clinical Review',\n Discontinued = 'Discontinued',\n Completed = 'Completed',\n StruckOut = 'Struck Out'\n}\n\n/** PagedFacilityRead */\nexport interface PagedFacilityRead {\n /** Items */\n items: FacilityRead[]\n /** Total */\n total: number\n /** Page */\n page: number\n /** Size */\n size: number\n /** Pages */\n pages: number\n}\n\n/** PagedInvitationRead */\nexport interface PagedInvitationRead {\n /** Items */\n items: InvitationRead[]\n /** Total */\n total: number\n /** Page */\n page: number\n /** Size */\n size: number\n /** Pages */\n pages: number\n}\n\n/** PagedOrganizationRead */\nexport interface PagedOrganizationRead {\n /** Items */\n items: OrganizationRead[]\n /** Total */\n total: number\n /** Page */\n page: number\n /** Size */\n size: number\n /** Pages */\n pages: number\n}\n\n/** PagedOrganizationServiceRead */\nexport interface PagedOrganizationServiceRead {\n /** Items */\n items: OrganizationServiceRead[]\n /** Total */\n total: number\n /** Page */\n page: number\n /** Size */\n size: number\n /** Pages */\n pages: number\n}\n\n/** PagedParentOrganizationRead */\nexport interface PagedParentOrganizationRead {\n /** Items */\n items: ParentOrganizationRead[]\n /** Total */\n total: number\n /** Page */\n page: number\n /** Size */\n size: number\n /** Pages */\n pages: number\n}\n\n/**\n * PagedPatientRead\n * Represents a Paged Patient response schema.\n */\nexport interface PagedPatientRead {\n /** Items */\n items: PatientRead[]\n /** Total */\n total: number\n /** Page */\n page: number\n /** Size */\n size: number\n /** Pages */\n pages: number\n}\n\n/** PagedPatientScreenWithMapping */\nexport interface PagedPatientScreenWithMapping {\n /**\n * Email To Name Mapping\n * @deprecated\n */\n email_to_name_mapping: Record\n /** Items */\n items: PatientScreenRead[]\n /** Total */\n total: number\n /** Page */\n page: number\n /** Size */\n size: number\n /** Pages */\n pages: number\n}\n\n/** PagedScheduledReportRead */\nexport interface PagedScheduledReportRead {\n /** Items */\n items: ScheduledReportRead[]\n /** Total */\n total: number\n /** Page */\n page: number\n /** Size */\n size: number\n /** Pages */\n pages: number\n}\n\n/**\n * PagedUnscreenedPatientRead\n * Represents a Paged Unscreened Patients response schema.\n */\nexport interface PagedUnscreenedPatientRead {\n /** Items */\n items: UnscreenedPatientRead[]\n /** Total */\n total: number\n /** Page */\n page: number\n /** Size */\n size: number\n /** Pages */\n pages: number\n}\n\n/** PagedUserRead */\nexport interface PagedUserRead {\n /** Items */\n items: UserRead[]\n /** Total */\n total: number\n /** Page */\n page: number\n /** Size */\n size: number\n /** Pages */\n pages: number\n}\n\n/** PagedWoundCareReadData */\nexport interface PagedWoundCareReadData {\n /** Items */\n items: WoundCareReadData[]\n /** Total */\n total: number\n /** Page */\n page: number\n /** Size */\n size: number\n /** Pages */\n pages: number\n stats: WoundCareStatisticData\n filters: WoundCareFilter\n}\n\n/** ParentOrganizationRead */\nexport interface ParentOrganizationRead {\n /** Name */\n name: string\n status: OrganizationStatus\n /** Address */\n address: string | null\n /** Zipcode */\n zipcode: string | null\n /** City */\n city: string | null\n /** State */\n state: string | null\n /** Customer Type */\n customer_type?: string | null\n /** Partner Id */\n partner_id: string | null\n /** Id */\n id: string\n /** Child Orgs */\n child_orgs?: OrganizationRead[] | null\n}\n\n/** PasswordChange */\nexport interface PasswordChange {\n /** Old Password */\n old_password: string\n /**\n * New Password\n * @minLength 12\n */\n new_password: string\n /** New Password Confirm */\n new_password_confirm: string\n}\n\n/** PasswordResetRead */\nexport interface PasswordResetRead {\n /** Password */\n password: string\n}\n\n/** Patient */\nexport interface Patient {\n /** Patient Name */\n patient_name: string\n /** Age */\n age?: number | null\n /** Sex */\n sex?: string | null\n /** Race */\n race?: string | null\n /** Primary Dx */\n primary_dx?: string | null\n /**\n * Payer\n * Should be used when displaying a single payer\n */\n payer?: string | null\n /**\n * Payers\n * Should be used when displaying multiple payers\n */\n payers?: (string | null)[]\n /** Initial Admission Date */\n initial_admission_date?: string | null\n /** Last Transfer Date */\n last_transfer_date?: string | null\n}\n\n/** PatientDaysAnalyticsItem */\nexport interface PatientDaysAnalyticsItem {\n /** Total Qm */\n total_qm: string[]\n /** Patient Days */\n patient_days: string[]\n /** Patient Days Per Qm */\n patient_days_per_qm: string[]\n}\n\n/** PatientDaysQueryParams */\nexport interface PatientDaysQueryParams {\n /** Facility Ids */\n facility_ids?: number[]\n /**\n * Date Start\n * @format date\n */\n date_start: string\n /**\n * Date End\n * @format date\n */\n date_end: string\n /**\n * Quality Measure\n * @default \"\"\n */\n quality_measure?: QualityMeasure | string\n /**\n * Is Quarterly\n * @default false\n */\n is_quarterly?: boolean\n /**\n * Include Date Range In Title\n * @default false\n */\n include_date_range_in_title?: boolean\n /**\n * Filter 30 Days\n * @default true\n */\n filter_30_days?: boolean\n /** Payer Type */\n payer_type?: string[] | null\n /**\n * Include Hospice\n * @default true\n */\n include_hospice?: boolean\n}\n\n/** PatientDaysReportFilter */\nexport interface PatientDaysReportFilter {\n /** Payer Type */\n payer_type: string[]\n}\n\n/** PatientDaysReport[PatientDaysAnalyticsItem] */\nexport interface PatientDaysReportPatientDaysAnalyticsItem {\n organization: AnalyticsOrganizationPatientDaysAnalyticsItem\n /** Time Periods */\n time_periods: string[]\n filters: PatientDaysReportFilter\n}\n\n/** PatientOverview */\nexport interface PatientOverview {\n patient: Patient\n /** Recent Diagnoses */\n recent_diagnoses: CardContentItem[]\n /** Risk Conditions */\n risk_conditions: SaivaInternalSdkTherapyModelsRiskCondition[]\n /** Recent Orders */\n recent_orders: CardContentItem[]\n /** New Medications */\n new_medications: CardContentItem[]\n /** Labs */\n labs: SaivaInternalSdkTherapyModelsLabsData[]\n /** Vitals */\n vitals: VitalsData[]\n}\n\n/**\n * PatientRead\n * Represents a Patient response schema.\n */\nexport interface PatientRead {\n /** Mrn */\n mrn: string\n /** Saiva Patient Id */\n saiva_patient_id: string\n /** Patient Name */\n patient_name: string\n /** Room */\n room?: string | null\n /** Unit */\n unit?: string | null\n /** Due Date */\n due_date: string | null\n /** Screen Id */\n screen_id?: number | null\n}\n\n/** PatientScreenBlock */\nexport interface PatientScreenBlock {\n screen_type: ScreenType\n screen_status: ScreenStatus\n /** Screen Items */\n screen_items: ScreenRead[]\n}\n\n/** PatientScreenBlockWithMapping */\nexport interface PatientScreenBlockWithMapping {\n /**\n * Email To Name Mapping\n * @deprecated\n */\n email_to_name_mapping: Record\n screen_type: ScreenType\n screen_status: ScreenStatus\n /** Screen Items */\n screen_items: ScreenRead[]\n}\n\n/**\n * PatientScreenRead\n * Represents patients screens (completed or pending).\n */\nexport interface PatientScreenRead {\n /** Mrn */\n mrn: string\n /** Saiva Patient Id */\n saiva_patient_id: string\n /** Patient Name */\n patient_name: string\n /** Room */\n room?: string | null\n /** Unit */\n unit?: string | null\n /** Screen Types */\n screen_types: ScreenType[]\n /** Screen Id */\n screen_id: number\n action?: Action | null\n reason?: FailedReason | null\n /** Trigger Date */\n trigger_date?: string | null\n /**\n * Action Date\n * @format date-time\n */\n action_date: string\n /** Last Updated */\n last_updated?: string | null\n /** Rescreen Date */\n rescreen_date?: string | null\n /** Updated By */\n updated_by?: string | null\n}\n\n/** PatientScreensListWithMapping */\nexport interface PatientScreensListWithMapping {\n /**\n * Email To Name Mapping\n * @deprecated\n */\n email_to_name_mapping: Record\n /** Items */\n items: PatientScreenBlock[]\n}\n\n/** PatientSummary */\nexport interface PatientSummary {\n /** Patient Name */\n patient_name: string\n /** Masterpatientid */\n masterpatientid: string\n /** Room */\n room?: string | null\n /** Unit */\n unit?: string | null\n /** Floor */\n floor?: string | null\n /** Mrn */\n mrn: string\n /** Primary Dx */\n primary_dx?: string | null\n upt_risk?: RiskLevelEnum | null\n fall_risk?: RiskLevelEnum | null\n wound_risk?: RiskLevelEnum | null\n}\n\n/** PredictionsPerformanceAnalyticsItem */\nexport interface PredictionsPerformanceAnalyticsItem {\n /** Correct Predictions */\n correct_predictions: string[]\n /** Net Transfers */\n net_transfers: string[]\n /** Recall Rate */\n recall_rate: string[]\n}\n\n/** PredictionsPerformanceQueryParams */\nexport interface PredictionsPerformanceQueryParams {\n /** Facility Ids */\n facility_ids?: number[]\n /**\n * Date Start\n * @format date\n */\n date_start: string\n /**\n * Date End\n * @format date\n */\n date_end: string\n /**\n * Quality Measure\n * @default \"\"\n */\n quality_measure?: QualityMeasure | string\n /**\n * Is Quarterly\n * @default false\n */\n is_quarterly?: boolean\n /**\n * Include Date Range In Title\n * @default false\n */\n include_date_range_in_title?: boolean\n /**\n * Filter 30 Days\n * @default true\n */\n filter_30_days?: boolean\n /** Planned */\n planned?: string[]\n /** Outcome */\n outcome?: string[]\n}\n\n/** PredictionsPerformanceReportFilter */\nexport interface PredictionsPerformanceReportFilter {\n /** Outcome */\n outcome: string[]\n}\n\n/** PredictionsPerformanceReport[PredictionsPerformanceAnalyticsItem] */\nexport interface PredictionsPerformanceReportPredictionsPerformanceAnalyticsItem {\n organization: AnalyticsOrganizationPredictionsPerformanceAnalyticsItem\n /** Time Periods */\n time_periods: string[]\n filters: PredictionsPerformanceReportFilter\n /** Charts */\n charts: ReportChartData[]\n}\n\n/** ProductFeature */\nexport interface ProductFeature {\n name: SaivaProductFeature\n /** Description */\n description?: string | null\n}\n\n/** ProductFeatureServiceRead */\nexport interface ProductFeatureServiceRead {\n name: SaivaProductFeature\n /** Description */\n description?: string | null\n}\n\n/** ProductFeatureWithValue */\nexport interface ProductFeatureWithValue {\n name: SaivaProductFeature\n /** Description */\n description?: string | null\n /** Value */\n value?: string | null\n}\n\n/** ProductFeedbackCreate */\nexport interface ProductFeedbackCreate {\n /** User Details */\n user_details: object\n /** Feedback Context */\n feedback_context: object\n /** Feedback Content */\n feedback_content: object\n /** Category */\n category: string\n}\n\n/** ProductFeedbackRead */\nexport interface ProductFeedbackRead {\n /** Id */\n id: number\n /** User Details */\n user_details: object\n /** Feedback Context */\n feedback_context: object\n /** Feedback Content */\n feedback_content: object\n /** Category */\n category: string\n /**\n * Created At\n * @format date-time\n */\n created_at: string\n}\n\n/** ProductList */\nexport interface ProductList {\n /** Items */\n items: SaivaProduct[]\n}\n\n/** ProductPackageCreate */\nexport interface ProductPackageCreate {\n /** Name */\n name: string\n /** Description */\n description: string\n /**\n * Is Addon\n * @default false\n */\n is_addon?: boolean\n /** Features */\n features: SaivaProductFeature[]\n /** @default \"upt\" */\n product_name?: SaivaProduct\n}\n\n/** ProductPackageFeaturesRead */\nexport interface ProductPackageFeaturesRead {\n /** Items */\n items: ProductFeatureWithValue[]\n}\n\n/** ProductPackageNamesRead */\nexport interface ProductPackageNamesRead {\n /** Names */\n names: string[]\n}\n\n/** ProductPackagePublicRead */\nexport interface ProductPackagePublicRead {\n /** Name */\n name: string\n /** Description */\n description?: string | null\n /** Is Addon */\n is_addon: boolean\n}\n\n/** ProductPackageRead */\nexport interface ProductPackageRead {\n /** Name */\n name: string\n /** Description */\n description: string\n /**\n * Is Addon\n * @default false\n */\n is_addon?: boolean\n /** Features */\n features: ProductFeature[]\n /** @default \"upt\" */\n product_name?: SaivaProduct\n}\n\n/** ProductPackageServiceRead */\nexport interface ProductPackageServiceRead {\n /** Product Name */\n product_name: string\n /** Product Description */\n product_description: string\n /** Package Name */\n package_name: string\n /** Package Description */\n package_description: string\n /** Is Addon */\n is_addon: boolean\n}\n\n/** ProductPackageUpdate */\nexport interface ProductPackageUpdate {\n /** Name */\n name?: string | null\n /** Description */\n description?: string | null\n /**\n * Is Addon\n * @default false\n */\n is_addon?: boolean | null\n /** Features */\n features?: SaivaProductFeature[] | null\n product_name?: SaivaProduct | null\n}\n\n/** ProgressNoteTypesCreate */\nexport interface ProgressNoteTypesCreate {\n /** Progress Note Types */\n progress_note_types: string[]\n}\n\n/** ProgressNoteTypesRead */\nexport interface ProgressNoteTypesRead {\n /** Progress Note Types */\n progress_note_types: string[]\n /** Organization Id */\n organization_id: string\n}\n\n/** ProgressNoteTypesUpdate */\nexport interface ProgressNoteTypesUpdate {\n /** Progress Note Types */\n progress_note_types?: string[] | null\n}\n\n/** QualityMeasure */\nexport enum QualityMeasure {\n ModelRth = 'model_rth',\n ModelUpt = 'model_upt',\n ModelFall = 'model_fall',\n ModelWound = 'model_wound'\n}\n\n/** QuarterlyScreenAction */\nexport interface QuarterlyScreenAction {\n action: Action\n /** Screen Types */\n screen_types?: ScreenType[] | null\n /** Note */\n note?: string | null\n}\n\n/** QuarterlyScreenCreateOrUpdate */\nexport interface QuarterlyScreenCreateOrUpdate {\n /** Last Ard */\n last_ard: string\n}\n\n/** QuarterlyScreensWithMapping */\nexport interface QuarterlyScreensWithMapping {\n /**\n * Email To Name Mapping\n * @deprecated\n */\n email_to_name_mapping: Record\n /** Last Ard */\n last_ard?: string | null\n /** Due Date */\n due_date?: string | null\n /** Screen Id */\n screen_id?: number | null\n /** Previous Qs Screen Items */\n previous_qs_screen_items: PatientScreenBlock[]\n}\n\n/** RefreshTokenUpdate */\nexport interface RefreshTokenUpdate {\n /** Refresh Token */\n refresh_token: string\n}\n\n/** RegionAccessCreateRead */\nexport interface RegionAccessCreateRead {\n /** Full Access */\n full_access: boolean\n /** Items */\n items: RegionItemAccessRead[]\n}\n\n/** RegionCreate */\nexport interface RegionCreate {\n /** Name */\n name: string\n /** Facilities */\n facilities?: number[] | null\n}\n\n/** RegionItemAccessRead */\nexport interface RegionItemAccessRead {\n /** Region Id */\n region_id: number\n /** All Facilities */\n all_facilities: boolean\n /** Facility Ids */\n facility_ids: number[]\n}\n\n/** RegionRead */\nexport interface RegionRead {\n /** Id */\n id: number\n /** Name */\n name: string\n /** Facilities */\n facilities: FacilityNameRead[]\n}\n\n/** RegionServiceRead */\nexport interface RegionServiceRead {\n /** Id */\n id: number\n /** Name */\n name: string\n}\n\n/** RegionUpdate */\nexport interface RegionUpdate {\n /** Name */\n name: string\n /** Facilities */\n facilities?: number[] | null\n}\n\n/** RehospitalizationAnalyticsQueryParams */\nexport interface RehospitalizationAnalyticsQueryParams {\n /** Facility Ids */\n facility_ids?: number[]\n /**\n * Date Start\n * @format date\n */\n date_start: string\n /**\n * Date End\n * @format date\n */\n date_end: string\n /**\n * Quality Measure\n * @default \"\"\n */\n quality_measure?: QualityMeasure | string\n /**\n * Is Quarterly\n * @default false\n */\n is_quarterly?: boolean\n /**\n * Include Date Range In Title\n * @default false\n */\n include_date_range_in_title?: boolean\n /**\n * Filter 30 Days\n * @default true\n */\n filter_30_days?: boolean\n /** Payer Type */\n payer_type?: string[]\n /** Outcome */\n outcome?: string[]\n}\n\n/** RehospitalizationReport */\nexport interface RehospitalizationReport {\n organization: RehospitalizationReportOrganization\n /** Time Periods */\n time_periods: string[]\n filters: RehospitalizationReportFilter\n /** Charts */\n charts: ReportChartData[]\n}\n\n/** RehospitalizationReportData */\nexport interface RehospitalizationReportData {\n /**\n * Transfers\n * @default []\n */\n Transfers?: string[]\n /**\n * Admissions\n * @default []\n */\n Admissions?: string[]\n /**\n * 30-Day Readmission Rate\n * @default []\n */\n '30-Day Readmission Rate'?: string[]\n /**\n * 30-Day Readmission Num/Den\n * @default []\n */\n '30-Day Readmission Num/Den'?: string[] | null\n}\n\n/** RehospitalizationReportFacility */\nexport interface RehospitalizationReportFacility {\n /** Id */\n id: string\n /** Name */\n name: string\n data: RehospitalizationReportData\n}\n\n/** RehospitalizationReportFilter */\nexport interface RehospitalizationReportFilter {\n /** Outcome */\n outcome: string[]\n /** Payer Type */\n payer_type: string[]\n}\n\n/** RehospitalizationReportOrganization */\nexport interface RehospitalizationReportOrganization {\n /** Id */\n id: string\n /** Name */\n name: string\n data: RehospitalizationReportData\n /** Regions */\n regions: RehospitalizationReportRegion[]\n}\n\n/** RehospitalizationReportRegion */\nexport interface RehospitalizationReportRegion {\n /** Id */\n id: string\n /** Name */\n name: string\n data: RehospitalizationReportData\n /** Facilities */\n facilities: RehospitalizationReportFacility[]\n}\n\n/** ReportCatalogRead */\nexport interface ReportCatalogRead {\n /** Id */\n id: string\n /** Label */\n label: string\n /** Report Types */\n report_types: ReportTypeStructureRead[]\n}\n\n/** ReportCategory */\nexport enum ReportCategory {\n PredictionPerformance = 'prediction_performance',\n AdverseEvents = 'adverse_events',\n ResidentInsight = 'resident_insight',\n Adoption = 'adoption'\n}\n\n/** ReportCategoryFilterParams */\nexport interface ReportCategoryFilterParams {\n /** Category */\n category?: ReportCategory[] | null\n}\n\n/** ReportChartData */\nexport interface ReportChartData {\n /** Title */\n title: string\n /** Datasets */\n datasets: ReportChartItemData[]\n}\n\n/** ReportChartItemData */\nexport interface ReportChartItemData {\n /** Label */\n label: string\n /** Data */\n data: number[]\n}\n\n/** ReportConfig */\nexport interface ReportConfig {\n report_type: AnalyticsReportTypeWithoutDaily\n /** Params */\n params: object\n report_category?: ReportCategory | null\n}\n\n/** ReportRead */\nexport interface ReportRead {\n /** Report Id */\n report_id: string\n /** Report Created Date */\n report_created_date?: string | null\n /** Report */\n report?: object | null\n /** Report Expiration Date */\n report_expiration_date?: string | null\n}\n\n/** ReportSortingOption */\nexport enum ReportSortingOption {\n Name = 'name',\n ValueName = '-name',\n ReportType = 'report_type',\n ValueReportType = '-report_type',\n FileFormat = 'file_format',\n ValueFileFormat = '-file_format',\n ScheduleType = 'schedule_type',\n ValueScheduleType = '-schedule_type',\n QualityMeasure = 'quality_measure',\n ValueQualityMeasure = '-quality_measure',\n AssigneeName = 'assignee_name',\n ValueAssigneeName = '-assignee_name',\n ScheduledByName = 'scheduled_by_name',\n ValueScheduledByName = '-scheduled_by_name'\n}\n\n/** ReportStructureFilterParams */\nexport interface ReportStructureFilterParams {\n /** Report Type */\n report_type?: AnalyticsReportType[] | null\n}\n\n/** ReportTypeStructureRead */\nexport interface ReportTypeStructureRead {\n /** Id */\n id: string\n /** Label */\n label: string\n /** Description */\n description: string\n /** Flag */\n flag?: string | null\n /**\n * Is Admin Report\n * @default false\n */\n is_admin_report?: boolean | null\n /** Reports */\n reports: object[]\n}\n\n/** Resident */\nexport interface Resident {\n /** Patient Id */\n patient_id: string\n /** Patient Name */\n patient_name: string\n /** Age */\n age?: number | null\n /** Sex */\n sex?: string | null\n /** Race */\n race?: string | null\n /** Primary Dx */\n primary_dx?: string | null\n /** Payer */\n payer?: string | null\n /** Initial Admission Date */\n initial_admission_date?: string | null\n /** Last Transfer Date */\n last_transfer_date?: string | null\n}\n\n/** ResidentInfo */\nexport interface ResidentInfo {\n /** Date */\n date?: string | null\n /** Patient Name */\n patient_name: string\n /** Facility Name */\n facility_name: string\n /** Room */\n room?: string | null\n /** Mrn */\n mrn: string\n /** Rank */\n rank?: number | null\n}\n\n/** ResidentOverview */\nexport interface ResidentOverview {\n resident_info: ResidentInfo\n resident: Resident\n /** Recent Diagnoses */\n recent_diagnoses: DateInfoValuePair[]\n /** Recent Medications */\n recent_medications: DateInfoValuePair[]\n /** Recent Orders */\n recent_orders: DateInfoValuePair[]\n /** Recent Labs */\n recent_labs: AppResidentModelsLabsData[]\n /** Risk Conditions */\n risk_conditions: AppResidentModelsRiskCondition[]\n}\n\n/** ResidentPage */\nexport interface ResidentPage {\n overview: ResidentOverview\n risk_analysis: RiskAnalysis\n}\n\n/** ResidentVisitRead */\nexport interface ResidentVisitRead {\n /** Visits */\n visits: ResidentVisitReadDetail[]\n}\n\n/** ResidentVisitReadDetail */\nexport interface ResidentVisitReadDetail {\n /** Masterpatientid */\n masterpatientid: number\n /** Is Visited */\n is_visited: boolean\n}\n\n/** ResidentVisitUpdate */\nexport interface ResidentVisitUpdate {\n /** Masterpatientid */\n masterpatientid: number\n /** Is Visited */\n is_visited: boolean\n}\n\n/** RiskAnalysis */\nexport interface RiskAnalysis {\n overview: RiskOverview\n /** Highlights */\n highlights: string[]\n keywords: Keywords\n}\n\n/** RiskConditionEnum */\nexport enum RiskConditionEnum {\n CHF = 'CHF',\n COPD = 'COPD',\n Pneumonia = 'Pneumonia',\n Cellulitis = 'Cellulitis',\n Sepsis = 'Sepsis',\n PressureWounds = 'Pressure Wounds',\n RenalDiseases = 'Renal Diseases',\n UTI = 'UTI',\n Diabetes = 'Diabetes',\n RespiratoryFailure = 'Respiratory failure',\n COVID19 = 'COVID-19'\n}\n\n/** RiskLevelEnum */\nexport enum RiskLevelEnum {\n Low = 'low',\n Medium = 'medium',\n High = 'high'\n}\n\n/** RiskOverview */\nexport interface RiskOverview {\n /** Current Rank */\n current_rank: number\n /** Current Rank Indicator */\n current_rank_indicator?: string | null\n /** Rank Yesterday */\n rank_yesterday?: number | null\n /** Risk Score */\n risk_score: number | string\n}\n\n/** RiskScoreChartPoint */\nexport interface RiskScoreChartPoint {\n /** Date */\n date?: string | null\n /** Risk Score */\n risk_score?: number | null\n /** Rank */\n rank?: number | null\n}\n\n/** RoleRead */\nexport interface RoleRead {\n name: SaivaRole\n /** Description */\n description?: string | null\n product_name: SaivaProduct\n}\n\n/** SaivaPermission */\nexport enum SaivaPermission {\n UsersRead = 'users_read',\n UsersEdit = 'users_edit',\n UsersDelete = 'users_delete',\n InvitationsRead = 'invitations_read',\n InvitationsCreate = 'invitations_create',\n InvitationsDelete = 'invitations_delete',\n InvitationsResend = 'invitations_resend',\n FacilitiesRead = 'facilities_read',\n FacilitiesReadAccessible = 'facilities_read_accessible',\n FacilitiesEdit = 'facilities_edit',\n RegionsCreate = 'regions_create',\n RegionsEdit = 'regions_edit',\n RegionsDelete = 'regions_delete',\n OrganizationsRead = 'organizations_read',\n OrganizationsEdit = 'organizations_edit',\n OrganizationBrandingReadWrite = 'organization_branding_read_write',\n VisitsRead = 'visits_read',\n VisitsEdit = 'visits_edit',\n ReportsRead = 'reports_read',\n AnalyticsRead = 'analytics_read',\n DashboardRead = 'dashboard_read',\n IntegrationsRead = 'integrations_read',\n IntegrationsConnect = 'integrations_connect',\n IntegrationsDelete = 'integrations_delete',\n IntegrationsUpdate = 'integrations_update',\n WoundCareRead = 'wound_care_read',\n WoundCareEdit = 'wound_care_edit',\n ScheduleForUserCreate = 'schedule_for_user_create',\n ScheduleForUserEdit = 'schedule_for_user_edit',\n ScheduleForUserRead = 'schedule_for_user_read',\n UserEngagementRead = 'user_engagement_read',\n TherapyDashboardRead = 'therapy_dashboard_read',\n TherapyScreensRead = 'therapy_screens_read',\n TherapyScreensCreate = 'therapy_screens_create',\n TherapyScreensEdit = 'therapy_screens_edit'\n}\n\n/** SaivaProduct */\nexport enum SaivaProduct {\n Upt = 'upt',\n WoundCare = 'wound_care',\n Therapy = 'therapy'\n}\n\n/** SaivaProductFeature */\nexport enum SaivaProductFeature {\n ReportingAnalytics = 'reporting_analytics',\n ReportingDailyRiskReport = 'reporting_daily_risk_report',\n ReportingUserEngagement = 'reporting_user_engagement',\n ModelRth = 'model_rth',\n ModelUpt = 'model_upt',\n ModelFall = 'model_fall',\n ModelWound = 'model_wound',\n WebhookIntegrations = 'webhook_integrations',\n SftpExportIntegration = 'sftp_export_integration',\n SdkApiIntegration = 'sdk_api_integration',\n MobileApp = 'mobile_app',\n OrganizationBranding = 'organization_branding',\n GenAi = 'gen_ai',\n UserLicenses = 'user_licenses',\n OnlineViewableReports = 'online_viewable_reports',\n WoundCare = 'wound_care',\n Therapy = 'therapy',\n ProductFeedback = 'product_feedback'\n}\n\n/** SaivaProductItemRead */\nexport interface SaivaProductItemRead {\n /** Role Name */\n role_name: string\n /** Product Name */\n product_name: string\n}\n\n/** SaivaRole */\nexport enum SaivaRole {\n UptUser = 'upt_user',\n UptAdmin = 'upt_admin',\n WoundCareUser = 'wound_care_user',\n WoundCareAdmin = 'wound_care_admin',\n TherapyAdmin = 'therapy_admin',\n TherapyRehabManager = 'therapy_rehab_manager',\n TherapyTherapist = 'therapy_therapist'\n}\n\n/** ScheduleConfig */\nexport interface ScheduleConfig {\n /** Day Of Week */\n day_of_week?: DayOfWeekOption[] | null\n /**\n * Time Of Day\n * Valid time of the day in 12 hour format\n * @pattern ^((1[0-2]|0?[1-9]):([0-4][0,5]) ?([AaPp][Mm]))$\n */\n time_of_day: string\n time_zone: TimeZoneOption\n schedule_type: ScheduleType\n /** Is Enabled */\n is_enabled: boolean\n file_format: FileFormatOption\n week_of_month?: WeekOfMonthOption | null\n /** Name */\n name: string\n /** User Id */\n user_id?: number | null\n}\n\n/** ScheduleConfigRead */\nexport interface ScheduleConfigRead {\n /** Day Of Week */\n day_of_week?: DayOfWeekOption[] | null\n /**\n * Time Of Day\n * Valid time of the day in 12 hour format\n * @pattern ^((1[0-2]|0?[1-9]):([0-4][0,5]) ?([AaPp][Mm]))$\n */\n time_of_day: string\n time_zone: TimeZoneOption\n schedule_type: ScheduleType\n /** Is Enabled */\n is_enabled: boolean\n file_format: FileFormatOption\n week_of_month?: WeekOfMonthOption | null\n /** Name */\n name: string\n /** User Id */\n user_id?: number | null\n /** Assignee Name */\n assignee_name: string\n /** Scheduled By Name */\n scheduled_by_name: string\n}\n\n/** ScheduleConfigUpdate */\nexport interface ScheduleConfigUpdate {\n /** Day Of Week */\n day_of_week?: DayOfWeekOption[] | null\n /**\n * Time Of Day\n * Valid time of the day in 12 hour format\n */\n time_of_day?: string | null\n time_zone?: TimeZoneOption | null\n schedule_type?: ScheduleType | null\n /** Is Enabled */\n is_enabled?: boolean | null\n file_format?: FileFormatOption | null\n week_of_month?: WeekOfMonthOption | null\n /** Name */\n name?: string | null\n /** User Id */\n user_id?: number | null\n}\n\n/** ScheduleType */\nexport enum ScheduleType {\n Daily = 'daily',\n Weekly = 'weekly',\n Monthly = 'monthly'\n}\n\n/** ScheduledByUserData */\nexport interface ScheduledByUserData {\n /** Label */\n label: string\n /** Id */\n id: number\n}\n\n/** ScheduledByUsersList */\nexport interface ScheduledByUsersList {\n /** Scheduled By Users */\n scheduled_by_users: ScheduledByUserData[]\n}\n\n/** ScheduledReportCreate */\nexport interface ScheduledReportCreate {\n schedule_config: ScheduleConfig\n report_config: ReportConfig\n}\n\n/** ScheduledReportEmailData */\nexport interface ScheduledReportEmailData {\n /** Html */\n html: string\n /** File Path */\n file_path: string[]\n /** Recipient */\n recipient: string\n}\n\n/** ScheduledReportRead */\nexport interface ScheduledReportRead {\n schedule_config: ScheduleConfigRead\n report_config: ReportConfig\n /**\n * Id\n * @format uuid\n */\n id: string\n}\n\n/** ScheduledReportUpdate */\nexport interface ScheduledReportUpdate {\n schedule_config: ScheduleConfigUpdate\n}\n\n/** ScheduledReportsParams */\nexport interface ScheduledReportsParams {\n /** Q */\n q?: string | null\n /**\n * Page\n * Page number\n * @min 1\n * @default 1\n */\n page?: number\n /**\n * Size\n * Page size\n * @min 1\n * @max 1000\n * @default 50\n */\n size?: number\n /** File Format */\n file_format?: FileFormatOption[] | null\n /** Schedule Type */\n schedule_type?: ScheduleType[] | null\n /** Categories */\n categories?: ReportCategory[] | null\n /** Report Type */\n report_type?: AnalyticsReportTypeWithoutDaily[] | null\n /** Quality Measure */\n quality_measure?: QualityMeasure[] | null\n /** Show All */\n show_all?: boolean | null\n /** Scheduled By Id */\n scheduled_by_id?: number[] | null\n sort?: ReportSortingOption | null\n}\n\n/** ScopeOption */\nexport enum ScopeOption {\n ScopeDownloadDailyRiskReport = 'scope_download_daily_risk_report'\n}\n\n/** ScreenCreateOrUpdate */\nexport interface ScreenCreateOrUpdate {\n /** Trigger Ids */\n trigger_ids: number[]\n action: Action\n reason?: FailedReason | null\n /** Note */\n note?: string | null\n /** Rescreen At */\n rescreen_at?: string | null\n}\n\n/**\n * ScreenRead\n * Screens group with the triggers they are associated with\n */\nexport interface ScreenRead {\n /** Screen Id */\n screen_id?: number | null\n /** Action Items */\n action_items: ActionItem[]\n /** Trigger Items */\n trigger_items: TriggerItem[]\n}\n\n/** ScreenStatus */\nexport enum ScreenStatus {\n New = 'new',\n Pending = 'pending',\n Previous = 'previous',\n Completed = 'completed'\n}\n\n/** ScreenStatusFilter */\nexport enum ScreenStatusFilter {\n New = 'new',\n Pending = 'pending',\n Previous = 'previous'\n}\n\n/** ScreenType */\nexport enum ScreenType {\n PT = 'PT',\n OT = 'OT',\n ST = 'ST',\n QS = 'QS'\n}\n\n/** SdkApiIntegrationApiTokenRead */\nexport interface SdkApiIntegrationApiTokenRead {\n /** Name */\n name: string\n /** Scopes */\n scopes: ScopeOption[]\n /** Id */\n id: number\n}\n\n/** SdkApiIntegrationRead */\nexport interface SdkApiIntegrationRead {\n /** Id */\n id: number | null\n status: IntegrationStatusOption\n /** Created At */\n created_at?: string | null\n /** Created By */\n created_by?: number | null\n /** Organization Id */\n organization_id: string\n /**\n * Is Enabled\n * @default true\n */\n is_enabled?: boolean\n /**\n * Api Tokens\n * @default []\n */\n api_tokens?: SdkApiIntegrationApiTokenRead[]\n}\n\n/** SdkApiIntegrationUpdate */\nexport interface SdkApiIntegrationUpdate {\n /** Is Enabled */\n is_enabled?: boolean | null\n}\n\n/** SecretKeyRead */\nexport interface SecretKeyRead {\n /** Secret Key */\n secret_key: string\n}\n\n/** SendingReportType */\nexport enum SendingReportType {\n Attachment = 'attachment',\n ViewableOnline = 'viewable_online'\n}\n\n/** SftpExportActionStatus */\nexport interface SftpExportActionStatus {\n status?: ActionStatusOption | null\n action?: ActionOption | null\n /** Files Requested */\n files_requested?: number | null\n /** Files Uploaded */\n files_uploaded?: number | null\n /** Error Code */\n error_code?: string | null\n}\n\n/** SftpExportIntegrationAirflowRead */\nexport interface SftpExportIntegrationAirflowRead {\n /** @default \"json\" */\n file_format?: FileFormat\n /** Report Types */\n report_types: QualityMeasure[]\n /** Facility Ids */\n facility_ids: string[]\n /**\n * Risk List Length Ratio\n * @min 0\n * @max 1\n */\n risk_list_length_ratio: number\n /** Id */\n id: number | null\n status: IntegrationStatusOption\n /** Created At */\n created_at?: string | null\n /** Created By */\n created_by?: number | null\n /** Organization Id */\n organization_id: string\n /**\n * Is Enabled\n * @default true\n */\n is_enabled?: boolean\n /** S3 Bucket Name */\n s3_bucket_name: string\n /** Download Urls */\n download_urls: Record>\n /** @default \"public_key\" */\n auth_option?: AuthOption\n}\n\n/** SftpExportIntegrationCreate */\nexport interface SftpExportIntegrationCreate {\n /** @default \"json\" */\n file_format?: FileFormat\n /** Report Types */\n report_types: QualityMeasure[]\n /** Facility Ids */\n facility_ids: number[]\n /**\n * Risk List Length Ratio\n * @min 0\n * @max 1\n */\n risk_list_length_ratio: number\n /**\n * Public Key\n * Public key validation\n */\n public_key: string\n}\n\n/** SftpExportIntegrationRead */\nexport interface SftpExportIntegrationRead {\n /** @default \"json\" */\n file_format?: FileFormat\n /** Report Types */\n report_types: QualityMeasure[]\n /** Facility Ids */\n facility_ids: number[]\n /**\n * Risk List Length Ratio\n * @min 0\n * @max 1\n */\n risk_list_length_ratio: number\n /** Id */\n id: number | null\n status: IntegrationStatusOption\n /** Created At */\n created_at?: string | null\n /** Created By */\n created_by?: number | null\n /** Organization Id */\n organization_id: string\n /**\n * Is Enabled\n * @default true\n */\n is_enabled?: boolean\n /** @default \"public_key\" */\n auth_option?: AuthOption\n /** Region Ids */\n region_ids: number[]\n}\n\n/** SftpExportIntegrationUpdate */\nexport interface SftpExportIntegrationUpdate {\n /** Is Enabled */\n is_enabled?: boolean | null\n file_format?: FileFormat | null\n /** Report Types */\n report_types?: QualityMeasure[] | null\n /** Facility Ids */\n facility_ids?: number[] | null\n /**\n * Public Key\n * Public key validation\n */\n public_key?: string | null\n /** Risk List Length Ratio */\n risk_list_length_ratio?: number | null\n}\n\n/** SharingCreate */\nexport interface SharingCreate {\n /** Email */\n email: string | string[]\n /** Comment */\n comment?: string | null\n}\n\n/** SharingFeedBackConfig */\nexport interface SharingFeedBackConfig {\n /** Email */\n email: string\n /** Text */\n text: string\n}\n\n/** SharingUserRead */\nexport interface SharingUserRead {\n /** Email */\n email: string\n /** First Name */\n first_name: string\n /** Last Name */\n last_name: string\n}\n\n/** SourceCategory */\nexport enum SourceCategory {\n Diagnosis = 'diagnosis',\n Medication = 'medication',\n Order = 'order',\n ProgressNote = 'progress_note',\n QuarterlyScreening = 'quarterly_screening'\n}\n\n/** SupportedAppVersionRead */\nexport interface SupportedAppVersionRead {\n /** Min */\n min: string\n /** Max */\n max: string\n /** Update Url */\n update_url: string\n}\n\n/** TimeZoneOption */\nexport enum TimeZoneOption {\n USAlaska = 'US/Alaska',\n USAleutian = 'US/Aleutian',\n USArizona = 'US/Arizona',\n USCentral = 'US/Central',\n USEastIndiana = 'US/East-Indiana',\n USEastern = 'US/Eastern',\n USHawaii = 'US/Hawaii',\n USIndianaStarke = 'US/Indiana-Starke',\n USMichigan = 'US/Michigan',\n USMountain = 'US/Mountain',\n USPacific = 'US/Pacific',\n USSamoa = 'US/Samoa',\n UTC = 'UTC',\n GMT = 'GMT'\n}\n\n/** TriggerItem */\nexport interface TriggerItem {\n /** @default \"trigger\" */\n tag?: TriggerTag\n /**\n * Trigger Date\n * @format date-time\n */\n trigger_date: string\n trigger_source_category: SourceCategory\n /** Ui Summary */\n ui_summary?: string | null\n /** Trigger Id */\n trigger_id: number\n}\n\n/** TriggerTag */\nexport enum TriggerTag {\n New = 'new',\n Trigger = 'trigger',\n Expired = 'expired'\n}\n\n/**\n * UnscreenedPatientRead\n * Represents a Unscreened Patients response schema.\n */\nexport interface UnscreenedPatientRead {\n /** Mrn */\n mrn: string\n /** Saiva Patient Id */\n saiva_patient_id: string\n /** Patient Name */\n patient_name: string\n /** Room */\n room?: string | null\n /** Unit */\n unit?: string | null\n /**\n * Trigger Date\n * @format date-time\n */\n trigger_date: string\n /** Screen Types */\n screen_types: ScreenType[]\n}\n\n/** UrlValueField */\nexport interface UrlValueField {\n /** Value */\n value: string\n /** Detail Url */\n detail_url?: string | null\n}\n\n/** UserCreateWithPassword */\nexport interface UserCreateWithPassword {\n /** Email */\n email?: string | null\n /** Username */\n username?: string | null\n /** Title Id */\n title_id?: string | null\n /** Name */\n name?: string | null\n role?: SaivaRole | null\n /** Enabled */\n enabled?: boolean | null\n regions?: RegionAccessCreateRead | null\n /** Capabilities */\n capabilities?: Capability[] | null\n /**\n * Is Superuser\n * @default false\n */\n is_superuser?: boolean\n /** Parent Org Id */\n parent_org_id?: string | null\n /**\n * Is Active\n * @default true\n */\n is_active?: boolean\n /** Password */\n password?: string | null\n /** Password Expires At */\n password_expires_at?: string | null\n}\n\n/** UserEmailInternalIdMappingRequest */\nexport interface UserEmailInternalIdMappingRequest {\n /** Emails */\n emails: string[]\n}\n\n/** UserEmailInternalIdMappingResponse */\nexport interface UserEmailInternalIdMappingResponse {\n /** Email Internal Id Mapping */\n email_internal_id_mapping: Record\n}\n\n/** UserEngagement */\nexport interface UserEngagement {\n /** Rows */\n rows: UserEngagementRows[]\n /** Stats */\n stats: UserEngagementStats[]\n filters: UserEngagementFilter\n}\n\n/** UserEngagementFacilityRow */\nexport interface UserEngagementFacilityRow {\n /** Facility Name */\n facility_name: string\n /**\n * Date\n * @format date\n */\n date: string\n /** Saiva Web */\n saiva_web: number | string\n /** Saiva Mobile */\n saiva_mobile: number | string\n /** Saiva Email */\n saiva_email: number | string\n}\n\n/** UserEngagementFacilityView */\nexport interface UserEngagementFacilityView {\n /** Rows */\n rows: UserEngagementFacilityViewRow[]\n filters: UserEngagementFilter\n}\n\n/** UserEngagementFacilityViewQueryParams */\nexport interface UserEngagementFacilityViewQueryParams {\n /** Facility Ids */\n facility_ids?: number[]\n /**\n * Date Start\n * @format date\n */\n date_start: string\n /**\n * Date End\n * @format date\n */\n date_end: string\n /**\n * Quality Measure\n * @default \"\"\n */\n quality_measure?: QualityMeasure | string\n /**\n * Event Types\n * @default [\"saiva_mobile\",\"saiva_web\",\"saiva_email\"]\n */\n event_types?: string[] | null\n /** @default \"facility_name\" */\n sort?: UserEngagementFacilityViewSortingOption\n /**\n * Q\n * @default \"\"\n */\n q?: string\n /** Hidden Columns */\n hidden_columns?: string[]\n}\n\n/** UserEngagementFacilityViewRow */\nexport interface UserEngagementFacilityViewRow {\n /** Facility Name */\n facility_name: string\n /** Region Name */\n region_name: string\n /** Saiva Web */\n saiva_web: number | string\n /** Saiva Mobile */\n saiva_mobile: number | string\n /** Saiva Email */\n saiva_email: number | string\n}\n\n/** UserEngagementFacilityViewSortingOption */\nexport enum UserEngagementFacilityViewSortingOption {\n FacilityName = 'facility_name',\n ValueFacilityName = '-facility_name',\n RegionName = 'region_name',\n ValueRegionName = '-region_name',\n SaivaWeb = 'saiva_web',\n ValueSaivaWeb = '-saiva_web',\n SaivaMobile = 'saiva_mobile',\n ValueSaivaMobile = '-saiva_mobile',\n SaivaEmail = 'saiva_email',\n ValueSaivaEmail = '-saiva_email'\n}\n\n/** UserEngagementFilter */\nexport interface UserEngagementFilter {\n /**\n * Event Types\n * @default [{\"id\":\"saiva_mobile\",\"label\":\"Mobile App\"},{\"id\":\"saiva_web\",\"label\":\"Web App\"},{\"id\":\"saiva_email\",\"label\":\"Email Link\"}]\n */\n event_types?: object[]\n /** Roles */\n roles: string[]\n /** Titles */\n titles: string[]\n}\n\n/** UserEngagementQueryParams */\nexport interface UserEngagementQueryParams {\n /** Facility Ids */\n facility_ids?: number[]\n /**\n * Date Start\n * @format date\n */\n date_start: string\n /**\n * Date End\n * @format date\n */\n date_end: string\n /**\n * Quality Measure\n * @default \"\"\n */\n quality_measure?: QualityMeasure | string\n /**\n * Event Types\n * @default [\"saiva_mobile\",\"saiva_web\",\"saiva_email\"]\n */\n event_types?: string[] | null\n /** Roles */\n roles?: string[] | null\n /** Titles */\n titles?: string[] | null\n /** @default \"name\" */\n sort?: UserEngagementSortingOption\n /**\n * Q\n * @default \"\"\n */\n q?: string\n /** Hidden Columns */\n hidden_columns?: string[]\n}\n\n/** UserEngagementRows */\nexport interface UserEngagementRows {\n /** Name */\n name: string\n /** Email */\n email: string\n /** Role */\n role: string\n /** Title */\n title: string\n /** Facility Name */\n facility_name: string\n /**\n * Date\n * @format date\n */\n date: string\n /** Facility Data */\n facility_data: UserEngagementFacilityRow[]\n /** Saiva Web */\n saiva_web: number | string\n /** Saiva Mobile */\n saiva_mobile: number | string\n /** Saiva Email */\n saiva_email: number | string\n}\n\n/** UserEngagementSortingOption */\nexport enum UserEngagementSortingOption {\n Name = 'name',\n ValueName = '-name',\n Email = 'email',\n ValueEmail = '-email',\n Role = 'role',\n ValueRole = '-role',\n Title = 'title',\n ValueTitle = '-title',\n Date = 'date',\n ValueDate = '-date',\n FacilityName = 'facility_name',\n ValueFacilityName = '-facility_name',\n SaivaWeb = 'saiva_web',\n ValueSaivaWeb = '-saiva_web',\n SaivaMobile = 'saiva_mobile',\n ValueSaivaMobile = '-saiva_mobile',\n SaivaEmail = 'saiva_email',\n ValueSaivaEmail = '-saiva_email'\n}\n\n/** UserEngagementStats */\nexport interface UserEngagementStats {\n /** Id */\n id: string\n /** Label */\n label: string\n /** Count */\n count: number\n /** Data */\n data: ActiveUsersWidgetData[]\n}\n\n/** UserFirebaseTokenRead */\nexport interface UserFirebaseTokenRead {\n /** Email */\n email: string\n /** Token */\n token: string\n product_name: SaivaProduct\n}\n\n/** UserFirebaseTokenReadMultiple */\nexport interface UserFirebaseTokenReadMultiple {\n /** Items */\n items: UserFirebaseTokenRead[]\n}\n\n/** UserFirebaseTokenUpdate */\nexport interface UserFirebaseTokenUpdate {\n /** Device Id */\n device_id: string\n /** Token */\n token: string\n /**\n * Mobile Version\n * @default 170\n */\n mobile_version?: number\n}\n\n/** UserInternalIdNameMappingRequest */\nexport interface UserInternalIdNameMappingRequest {\n /** Internal Ids */\n internal_ids: string[]\n}\n\n/** UserInternalIdNameMappingResponse */\nexport interface UserInternalIdNameMappingResponse {\n /** Internal Id Name Mapping */\n internal_id_name_mapping: Record\n}\n\n/** UserMeOrganizationDetailsRead */\nexport interface UserMeOrganizationDetailsRead {\n /** Id */\n id: string\n /** Name */\n name: string\n status: OrganizationStatus\n /** Partner Id */\n partner_id: string | null\n /** User Title */\n user_title: string\n /** User Role */\n user_role: string\n /**\n * Permissions\n * @default []\n */\n permissions?: SaivaPermission[]\n /**\n * Product Features\n * @default []\n */\n product_features?: string[]\n}\n\n/** UserMeOrgsRead */\nexport interface UserMeOrgsRead {\n /** Orgs */\n orgs: UserOrgRead[]\n}\n\n/** UserMeRead */\nexport interface UserMeRead {\n /** Id */\n id: number\n /** Email */\n email?: string | null\n /** Username */\n username?: string | null\n /** Password Expires At */\n password_expires_at?: string | null\n /** Internal Id */\n internal_id: string\n /** Name */\n name: string\n /** Is Superuser */\n is_superuser: boolean\n /** Product List */\n product_list: SaivaProduct[]\n}\n\n/** UserMeUpdate */\nexport interface UserMeUpdate {\n /** Title */\n title?: string | null\n /** Name */\n name?: string | null\n}\n\n/** UserOrgRead */\nexport interface UserOrgRead {\n /** Id */\n id: string\n /** Name */\n name: string\n /** Partner Id */\n partner_id: string | null\n}\n\n/** UserRead */\nexport interface UserRead {\n /** Id */\n id: number\n /** Email */\n email?: string | null\n /** Username */\n username?: string | null\n /** Name */\n name: string\n /** Title Id */\n title_id: string\n role: SaivaRole\n /**\n * Enabled\n * @default true\n */\n enabled?: boolean\n /** Is Superuser */\n is_superuser: boolean\n regions: RegionAccessCreateRead\n /** Capabilities */\n capabilities: Capability[]\n /** Last Active At */\n last_active_at: string | null\n}\n\n/** UserRoleBase */\nexport interface UserRoleBase {\n role_name: SaivaRole\n /**\n * Enabled\n * @default true\n */\n enabled?: boolean\n}\n\n/** UserSearchUserInternalIdsRequest */\nexport interface UserSearchUserInternalIdsRequest {\n /** Search Q */\n search_q: string\n}\n\n/** UserSearchUserInternalIdsResponse */\nexport interface UserSearchUserInternalIdsResponse {\n /** User Internal Ids */\n user_internal_ids: string[]\n}\n\n/** UserServiceRead */\nexport interface UserServiceRead {\n /** Id */\n id: number\n /** Name */\n name: string\n /** Email */\n email: string\n}\n\n/** UserServiceReadMultiple */\nexport interface UserServiceReadMultiple {\n /** Items */\n items: UserServiceRead[]\n}\n\n/** UserSortOption */\nexport enum UserSortOption {\n Name = 'name',\n ValueName = '-name',\n Email = 'email',\n ValueEmail = '-email',\n Username = 'username',\n ValueUsername = '-username',\n TitleId = 'title_id',\n ValueTitleId = '-title_id',\n LastActiveAt = 'last_active_at',\n ValueLastActiveAt = '-last_active_at'\n}\n\n/** UserTitleRead */\nexport interface UserTitleRead {\n /** Id */\n id: string\n /** Name */\n name: string\n}\n\n/** UserUpdate */\nexport interface UserUpdate {\n /** Email */\n email?: string | null\n /** Username */\n username?: string | null\n /** Title Id */\n title_id?: string | null\n /** Name */\n name?: string | null\n role?: SaivaRole | null\n /** Enabled */\n enabled?: boolean | null\n regions?: RegionAccessCreateRead | null\n /** Capabilities */\n capabilities?: Capability[] | null\n /**\n * Is Superuser\n * @default false\n */\n is_superuser?: boolean\n /** Parent Org Id */\n parent_org_id?: string | null\n}\n\n/** UsernamePasswordLogin */\nexport interface UsernamePasswordLogin {\n /** Username */\n username: string\n /** Password */\n password: string\n platform: FrontendPlatform\n}\n\n/** V1LoginTokens */\nexport interface V1LoginTokens {\n /** Access */\n access: string\n /** Refresh */\n refresh: string\n}\n\n/** V1OtpLogin */\nexport interface V1OtpLogin {\n /**\n * Username\n * @format email\n */\n username: string\n /** Phrase */\n phrase?: string | null\n}\n\n/** V1OtpLoginWithPassword */\nexport interface V1OtpLoginWithPassword {\n /**\n * Username\n * @format email\n */\n username: string\n /** Phrase */\n phrase?: string | null\n /** Password */\n password: string\n}\n\n/** V1RefreshTokenUpdate */\nexport interface V1RefreshTokenUpdate {\n /** Refresh */\n refresh: string\n}\n\n/** V1UserFirebaseTokenUpdate */\nexport interface V1UserFirebaseTokenUpdate {\n /** Device Id */\n device_id: string\n /** Fcm Token */\n fcm_token: string\n /**\n * Mobile Version\n * @default 170\n */\n mobile_version?: number\n}\n\n/** V1UserMeRead */\nexport interface V1UserMeRead {\n /** Username */\n username: string\n /** Access List */\n access_list: V1UserMeReadOrganization[]\n}\n\n/** V1UserMeReadFacility */\nexport interface V1UserMeReadFacility {\n /** Facility Id */\n facility_id: string\n /** Name */\n name: string\n}\n\n/** V1UserMeReadOrganization */\nexport interface V1UserMeReadOrganization {\n /** Org Id */\n org_id: string\n /** Name */\n name: string\n /** Facilities */\n facilities: V1UserMeReadFacility[]\n}\n\n/** V2InvitationCreate */\nexport interface V2InvitationCreate {\n /**\n * Email\n * @format email\n */\n email: string\n /** Username */\n username?: null\n /** Title */\n title: string\n /** Name */\n name: string\n /** Roles */\n roles: UserRoleBase[]\n regions: RegionAccessCreateRead\n /** Capabilities */\n capabilities: Capability[]\n}\n\n/** V2InvitationRead */\nexport interface V2InvitationRead {\n /**\n * Email\n * @format email\n */\n email: string\n /** Username */\n username?: null\n /** Title */\n title: string\n /** Name */\n name: string\n /** Roles */\n roles: UserRoleBase[]\n regions: RegionAccessCreateRead\n /** Capabilities */\n capabilities: Capability[]\n /** Id */\n id: number\n /**\n * Created At\n * @format date-time\n */\n created_at: string\n /**\n * Expires At\n * @format date-time\n */\n expires_at: string\n /** Invited By */\n invited_by: string | null\n status: InvitationStatus\n}\n\n/** V2InvitationUpdate */\nexport interface V2InvitationUpdate {\n /**\n * Email\n * @format email\n */\n email: string\n /** Username */\n username?: null\n /** Title */\n title: string\n /** Name */\n name: string\n /** Roles */\n roles: UserRoleBase[]\n regions: RegionAccessCreateRead\n /** Capabilities */\n capabilities: Capability[]\n}\n\n/** V2LegacyUserOrganizationAccessRead */\nexport interface V2LegacyUserOrganizationAccessRead {\n /** Id */\n id: string\n /** Name */\n name: string\n /** Partner Id */\n partner_id: string | null\n /** Roles */\n roles: SaivaProductItemRead[]\n /**\n * Permissions\n * @default []\n */\n permissions?: SaivaPermission[]\n /**\n * Product Features\n * @default []\n */\n product_features?: string[]\n}\n\n/** V2LegacyUserReadWithOrgRoles */\nexport interface V2LegacyUserReadWithOrgRoles {\n /** Id */\n id: number\n /** Email */\n email?: string | null\n /** Username */\n username?: string | null\n /** Password Expires At */\n password_expires_at?: string | null\n /** Internal Id */\n internal_id: string\n /** Name */\n name: string\n /** Is Superuser */\n is_superuser: boolean\n /** Title */\n title: string\n /** Product Name */\n product_name: SaivaProduct[]\n /** Orgs */\n orgs: V2LegacyUserOrganizationAccessRead[]\n}\n\n/** V2ListInvitationsParams */\nexport interface V2ListInvitationsParams {\n /** Q */\n q?: string | null\n /**\n * Page\n * Page number\n * @min 1\n * @default 1\n */\n page?: number\n /**\n * Size\n * Page size\n * @min 1\n * @max 1000\n * @default 50\n */\n size?: number\n /** @default \"email\" */\n sort?: InvitationSortOption | null\n /** Parent Org Id */\n parent_org_id?: string | null\n /** @default \"upt\" */\n product_name?: SaivaProduct | null\n}\n\n/** V2ListUsersParams */\nexport interface V2ListUsersParams {\n /**\n * Page\n * Page number\n * @min 1\n * @default 1\n */\n page?: number\n /**\n * Size\n * Page size\n * @min 1\n * @max 1000\n * @default 50\n */\n size?: number\n /** Q */\n q?: string | null\n /** Active */\n active?: boolean | null\n /** Enabled */\n enabled?: boolean | null\n /** @default \"name\" */\n sort?: V2UserSortOption | null\n /** Roles */\n roles?: SaivaRole[] | null\n /** Facility Ids */\n facility_ids?: number[] | null\n /** Region Ids */\n region_ids?: number[] | null\n /** Capabilities */\n capabilities?: Capability[] | null\n /** Admins Only */\n admins_only?: boolean | null\n /** @default \"upt\" */\n product_name?: SaivaProduct | null\n}\n\n/** V2UserCreate */\nexport interface V2UserCreate {\n /** Email */\n email?: string | null\n /** Username */\n username?: string | null\n /** Title */\n title?: string | null\n /** Name */\n name?: string | null\n /** Roles */\n roles?: UserRoleBase[] | null\n regions?: RegionAccessCreateRead | null\n /** Capabilities */\n capabilities?: Capability[] | null\n /**\n * Is Superuser\n * @default false\n */\n is_superuser?: boolean\n /** Medical Supply Org Id */\n medical_supply_org_id?: string | null\n /** Password */\n password?: string | null\n /**\n * Is Active\n * @default true\n */\n is_active?: boolean\n}\n\n/** V2UserRead */\nexport interface V2UserRead {\n /** Id */\n id: number\n /** Email */\n email?: string | null\n /** Username */\n username?: string | null\n /** Title */\n title: string\n /** Name */\n name: string\n /** Is Superuser */\n is_superuser: boolean\n /** Roles */\n roles: UserRoleBase[]\n regions: RegionAccessCreateRead\n /** Capabilities */\n capabilities: Capability[]\n /** Last Active At */\n last_active_at?: string | null\n}\n\n/** V2UserSortOption */\nexport enum V2UserSortOption {\n Name = 'name',\n ValueName = '-name',\n Email = 'email',\n ValueEmail = '-email',\n Username = 'username',\n ValueUsername = '-username',\n Title = 'title',\n ValueTitle = '-title',\n LastActiveAt = 'last_active_at',\n ValueLastActiveAt = '-last_active_at'\n}\n\n/** V2UserUpdate */\nexport interface V2UserUpdate {\n /** Email */\n email?: string | null\n /** Username */\n username?: string | null\n /** Title */\n title?: string | null\n /** Name */\n name?: string | null\n /** Roles */\n roles?: UserRoleBase[] | null\n regions?: RegionAccessCreateRead | null\n /** Capabilities */\n capabilities?: Capability[] | null\n /**\n * Is Superuser\n * @default false\n */\n is_superuser?: boolean\n /** Medical Supply Org Id */\n medical_supply_org_id?: string | null\n}\n\n/** ValidFilterValues */\nexport interface ValidFilterValues {\n /** Values */\n values: (string | null)[]\n}\n\n/** ValidFiltersRead */\nexport interface ValidFiltersRead {\n /** Values */\n values: (string | null)[]\n filter_type: FilterType\n}\n\n/** ValidationError */\nexport interface ValidationError {\n /** Location */\n loc: (string | number)[]\n /** Message */\n msg: string\n /** Error Type */\n type: string\n}\n\n/** ViewedReports */\nexport interface ViewedReports {\n /** Rows */\n rows: ViewedReportsUserRows[]\n /** Stats */\n stats: ViewedReportsStats[]\n filters: ViewedReportsFilter\n}\n\n/** ViewedReportsFacilityView */\nexport interface ViewedReportsFacilityView {\n /** Rows */\n rows: ViewedReportsFacilityViewRow[]\n filters: ViewedReportsFilter\n}\n\n/** ViewedReportsFacilityViewQueryParams */\nexport interface ViewedReportsFacilityViewQueryParams {\n /** Facility Ids */\n facility_ids?: number[]\n /**\n * Date Start\n * @format date\n */\n date_start: string\n /**\n * Date End\n * @format date\n */\n date_end: string\n /**\n * Quality Measure\n * @default \"\"\n */\n quality_measure?: QualityMeasure | string\n /**\n * Report Types\n * @default [\"daily_risk_report\",\"cross_facility_risk_report\"]\n */\n report_types?: AnalyticsReportType[] | null\n /**\n * Q\n * @default \"\"\n */\n q?: string\n /** Hidden Columns */\n hidden_columns?: string[]\n /** @default \"facility_name\" */\n sort?: ViewedReportsFacilityViewSortingOption\n}\n\n/** ViewedReportsFacilityViewRow */\nexport interface ViewedReportsFacilityViewRow {\n /** Facility Name */\n facility_name: string\n /** Region Name */\n region_name: string\n /**\n * Daily Risk Report Viewed Count\n * @default 0\n */\n daily_risk_report_viewed_count?: number | string\n /**\n * Cross Facility Risk Report Viewed Count\n * @default 0\n */\n cross_facility_risk_report_viewed_count?: number | string\n}\n\n/** ViewedReportsFacilityViewSortingOption */\nexport enum ViewedReportsFacilityViewSortingOption {\n FacilityName = 'facility_name',\n ValueFacilityName = '-facility_name',\n RegionName = 'region_name',\n ValueRegionName = '-region_name',\n DailyRiskReportViewedCount = 'daily_risk_report_viewed_count',\n ValueDailyRiskReportViewedCount = '-daily_risk_report_viewed_count',\n CrossFacilityRiskReportViewedCount = 'cross_facility_risk_report_viewed_count',\n ValueCrossFacilityRiskReportViewedCount = '-cross_facility_risk_report_viewed_count'\n}\n\n/** ViewedReportsFilter */\nexport interface ViewedReportsFilter {\n /**\n * Report Types\n * @default [{\"id\":\"daily_risk_report\",\"label\":\"Daily Risk\"},{\"id\":\"cross_facility_risk_report\",\"label\":\"Cross-Facility Risk\"}]\n */\n report_types?: object[]\n /** Roles */\n roles?: string[]\n /** Titles */\n titles?: string[]\n}\n\n/** ViewedReportsQueryParams */\nexport interface ViewedReportsQueryParams {\n /** Facility Ids */\n facility_ids?: number[]\n /**\n * Date Start\n * @format date\n */\n date_start: string\n /**\n * Date End\n * @format date\n */\n date_end: string\n /**\n * Quality Measure\n * @default \"\"\n */\n quality_measure?: QualityMeasure | string\n /**\n * Report Types\n * @default [\"daily_risk_report\",\"cross_facility_risk_report\"]\n */\n report_types?: AnalyticsReportType[] | null\n /** Roles */\n roles?: string[] | null\n /** Titles */\n titles?: string[] | null\n /** @default \"name\" */\n sort?: ViewedReportsSortingOption\n /**\n * Q\n * @default \"\"\n */\n q?: string\n /** Hidden Columns */\n hidden_columns?: string[]\n}\n\n/** ViewedReportsRow */\nexport interface ViewedReportsRow {\n /** Facility Name */\n facility_name: string\n /**\n * Date\n * @format date\n */\n date: string\n /** Daily Risk Report Viewed Count */\n daily_risk_report_viewed_count: number | string\n /** Cross Facility Risk Report Viewed Count */\n cross_facility_risk_report_viewed_count: number | string\n}\n\n/** ViewedReportsSortingOption */\nexport enum ViewedReportsSortingOption {\n Name = 'name',\n ValueName = '-name',\n Email = 'email',\n ValueEmail = '-email',\n Role = 'role',\n ValueRole = '-role',\n Title = 'title',\n ValueTitle = '-title',\n Date = 'date',\n ValueDate = '-date',\n FacilityName = 'facility_name',\n ValueFacilityName = '-facility_name',\n DailyRiskReportViewedCount = 'daily_risk_report_viewed_count',\n ValueDailyRiskReportViewedCount = '-daily_risk_report_viewed_count',\n CrossFacilityRiskReportViewedCount = 'cross_facility_risk_report_viewed_count',\n ValueCrossFacilityRiskReportViewedCount = '-cross_facility_risk_report_viewed_count'\n}\n\n/** ViewedReportsStats */\nexport interface ViewedReportsStats {\n /** Id */\n id: string\n /** Label */\n label: string\n /** Count */\n count: number\n /** Data */\n data: ActiveUsersWidgetData[]\n}\n\n/** ViewedReportsUserRows */\nexport interface ViewedReportsUserRows {\n /** Name */\n name: string\n /** Email */\n email: string\n /** Role */\n role: string\n /** Title */\n title: string\n /** Facility Name */\n facility_name: string\n /**\n * Date\n * @format date\n */\n date: string\n /** Facility Data */\n facility_data?: ViewedReportsRow[] | null\n /**\n * Daily Risk Report Viewed Count\n * @default 0\n */\n daily_risk_report_viewed_count?: number | string\n /**\n * Cross Facility Risk Report Viewed Count\n * @default 0\n */\n cross_facility_risk_report_viewed_count?: number | string\n}\n\n/** VisitsReport */\nexport interface VisitsReport {\n /** Facilities */\n facilities: VisitsReportItem[]\n stats?: VisitsReportStats | null\n}\n\n/** VisitsReportItem */\nexport interface VisitsReportItem {\n /** Id */\n id: number\n /** Name */\n name: string\n /** Region Name */\n region_name: string\n /** Data */\n data: VisitsReportItemData[]\n}\n\n/** VisitsReportItemData */\nexport interface VisitsReportItemData {\n /** Datetime Visited */\n datetime_visited?: string | null\n /** User */\n user?: string | null\n /** Mrn */\n mrn?: string | null\n resident?: UrlValueField | null\n /** Rank */\n rank?: number | string | null\n /** Rank Date */\n rank_date?: string | null\n}\n\n/** VisitsReportQueryParams */\nexport interface VisitsReportQueryParams {\n /** Facility Ids */\n facility_ids?: number[]\n /**\n * Date Start\n * @format date\n */\n date_start: string\n /**\n * Date End\n * @format date\n */\n date_end: string\n /**\n * Quality Measure\n * @default \"\"\n */\n quality_measure?: QualityMeasure | string\n}\n\n/** VisitsReportStats */\nexport interface VisitsReportStats {\n /**\n * Unique Patients\n * @format integer\n */\n unique_patients: string\n /**\n * Patients Visited\n * @format integer\n */\n patients_visited: string\n /**\n * All Visits\n * @format integer\n */\n all_visits: string\n /**\n * Coverage\n * @pattern string\n */\n coverage: string\n /**\n * Coverage Unique\n * @pattern string\n */\n coverage_unique: string\n}\n\n/** VitalsData */\nexport interface VitalsData {\n /** Datetime */\n datetime: string | null\n /** Description */\n description?: string | null\n /** Value */\n value?: string | null\n /**\n * Is Critical\n * @default false\n */\n is_critical?: boolean\n}\n\n/** VitalsReport */\nexport interface VitalsReport {\n /** Facilities */\n facilities: VitalsReportItem[]\n}\n\n/** VitalsReportItem */\nexport interface VitalsReportItem {\n /** Id */\n id: number\n /** Name */\n name: string\n /** Region Name */\n region_name: string\n /** Data */\n data: VitalsReportItemData[]\n}\n\n/** VitalsReportItemData */\nexport interface VitalsReportItemData {\n /** Mrn */\n mrn: string\n resident: UrlValueField\n /** Rank */\n rank: number\n /**\n * Date\n * @format date\n */\n date: string\n /** Abnormal Vitals */\n abnormal_vitals: VitalsReportItemDataVitals[]\n /** @default \"No\" */\n covid_diagnosed?: CovidDiagnosedValues\n}\n\n/** VitalsReportItemDataVitals */\nexport interface VitalsReportItemDataVitals {\n /** Value */\n value: string\n /** Unit */\n unit: string\n /** Name */\n name: string\n}\n\n/** VitalsReportQueryParams */\nexport interface VitalsReportQueryParams {\n /** Facility Ids */\n facility_ids?: number[]\n /**\n * Date Start\n * @format date\n */\n date_start: string\n /**\n * Date End\n * @format date\n */\n date_end: string\n /**\n * Quality Measure\n * @default \"\"\n */\n quality_measure?: QualityMeasure | string\n /** Covid Diagnosed */\n covid_diagnosed?: CovidDiagnosedValues[] | null\n}\n\n/** WebhookCrossFacilityDailyRiskReport */\nexport interface WebhookCrossFacilityDailyRiskReport {\n /** Items */\n items?: WebhookCrossFacilityDailyRiskReportRecord[] | null\n}\n\n/** WebhookCrossFacilityDailyRiskReportRecord */\nexport interface WebhookCrossFacilityDailyRiskReportRecord {\n /** Facility Name */\n facility_name: string\n /** Facility Id */\n facility_id: number\n /** Region Name */\n region_name: string\n /** Mrn */\n mrn: string\n /** Unit */\n unit?: string | null\n /** Room */\n room?: string | null\n /** Rank Today */\n rank_today?: number | string | null\n /** Rank Yesterday */\n rank_yesterday?: number | string | null\n /** Rank Movement */\n rank_movement?: number | string | null\n /** Payer */\n payer?: string | null\n /** Physician */\n physician?: string | null\n /** Initial Admission Date */\n initial_admission_date?: string | null\n /** Last Transfer Date */\n last_transfer_date?: string | null\n /**\n * Visited\n * @default \"\"\n */\n visited?: string\n}\n\n/** WebhookIntegrationEndpointCreate */\nexport interface WebhookIntegrationEndpointCreate {\n /** Name */\n name: string\n /**\n * Client Endpoint Url\n * @format uri\n * @minLength 1\n * @maxLength 65536\n */\n client_endpoint_url: string\n report_type: WebhookReportType\n quality_measure: QualityMeasure\n /** Facility Ids */\n facility_ids: number[]\n}\n\n/** WebhookIntegrationEndpointRead */\nexport interface WebhookIntegrationEndpointRead {\n /** Name */\n name: string\n /**\n * Client Endpoint Url\n * @format uri\n * @minLength 1\n * @maxLength 65536\n */\n client_endpoint_url: string\n report_type: WebhookReportType\n quality_measure: QualityMeasure\n /** Facility Ids */\n facility_ids: number[]\n /**\n * Id\n * @format uuid\n */\n id: string\n status: IntegrationStatusOption\n /** Secret Key */\n secret_key: string\n /**\n * Is Disabled Due To Error\n * @default false\n */\n is_disabled_due_to_error?: boolean\n}\n\n/** WebhookIntegrationEndpointReadWithSecretKey */\nexport interface WebhookIntegrationEndpointReadWithSecretKey {\n /** Secret Key */\n secret_key: string\n /** Name */\n name: string\n /**\n * Client Endpoint Url\n * @format uri\n * @minLength 1\n * @maxLength 65536\n */\n client_endpoint_url: string\n report_type: WebhookReportType\n quality_measure: QualityMeasure\n /** Facility Ids */\n facility_ids: number[]\n /**\n * Id\n * @format uuid\n */\n id: string\n status: IntegrationStatusOption\n}\n\n/** WebhookIntegrationEndpointServiceRead */\nexport interface WebhookIntegrationEndpointServiceRead {\n /** Webhook Name */\n webhook_name: string\n /** Webhook Id */\n webhook_id: string\n /** Client Endpoint Url */\n client_endpoint_url: string\n report_type: WebhookReportType\n quality_measure: QualityMeasure\n /** Facility Ids */\n facility_ids: string[]\n /** Callback Url */\n callback_url: string\n /** Secret Key Path */\n secret_key_path: string\n status: IntegrationStatusOption\n /** Download Urls */\n download_urls: Record>\n}\n\n/** WebhookIntegrationEndpointTestResult */\nexport interface WebhookIntegrationEndpointTestResult {\n /**\n * Webhook Id\n * @format uuid\n */\n webhook_id: string\n status: WebhookStatusExternal\n error?: ErrorMessage | null\n /**\n * Is Scheduled\n * @default false\n */\n is_scheduled?: boolean\n /**\n * Retry Attempt\n * @default 1\n */\n retry_attempt?: number\n /**\n * Is Test\n * @default false\n */\n is_test?: boolean\n /**\n * Is Ping\n * @default false\n */\n is_ping?: boolean\n}\n\n/** WebhookIntegrationEndpointUpdate */\nexport interface WebhookIntegrationEndpointUpdate {\n /** Status */\n status?: 'connected' | 'disconnected' | null\n /** Name */\n name?: string | null\n /** Client Endpoint Url */\n client_endpoint_url?: string | null\n report_type?: WebhookReportType | null\n quality_measure?: QualityMeasure | null\n /** Facility Ids */\n facility_ids?: number[] | null\n}\n\n/** WebhookIntegrationEndpointWithRegionsRead */\nexport interface WebhookIntegrationEndpointWithRegionsRead {\n /** Name */\n name: string\n /**\n * Client Endpoint Url\n * @format uri\n * @minLength 1\n * @maxLength 65536\n */\n client_endpoint_url: string\n report_type: WebhookReportType\n quality_measure: QualityMeasure\n /** Facility Ids */\n facility_ids: number[]\n /**\n * Id\n * @format uuid\n */\n id: string\n status: IntegrationStatusOption\n /** Secret Key */\n secret_key: string\n /**\n * Is Disabled Due To Error\n * @default false\n */\n is_disabled_due_to_error?: boolean\n /** Region Ids */\n region_ids?: number[] | null\n}\n\n/** WebhookIntegrationRead */\nexport interface WebhookIntegrationRead {\n /** Id */\n id: number | null\n status: IntegrationStatusOption\n /** Created At */\n created_at?: string | null\n /** Created By */\n created_by?: number | null\n /** Organization Id */\n organization_id: string\n /**\n * Is Enabled\n * @default true\n */\n is_enabled?: boolean\n /**\n * Endpoints\n * @default []\n */\n endpoints?: WebhookIntegrationEndpointWithRegionsRead[]\n}\n\n/** WebhookIntegrationServiceRead */\nexport interface WebhookIntegrationServiceRead {\n /** Integration Enabled */\n integration_enabled: boolean\n /** Endpoints */\n endpoints: WebhookIntegrationEndpointServiceRead[]\n}\n\n/** WebhookIntegrationUpdate */\nexport interface WebhookIntegrationUpdate {\n /** Is Enabled */\n is_enabled?: boolean | null\n}\n\n/** WebhookReportType */\nexport enum WebhookReportType {\n DailyRiskReport = 'daily_risk_report',\n CrossFacilityRiskReport = 'cross_facility_risk_report'\n}\n\n/** WebhookStatusExternal */\nexport enum WebhookStatusExternal {\n OK = 'OK',\n Failed = 'failed',\n Retrying = 'retrying'\n}\n\n/** WeekOfMonthOption */\nexport enum WeekOfMonthOption {\n First = 'first',\n Last = 'last'\n}\n\n/** WoundCareAction */\nexport enum WoundCareAction {\n OnCaseload = 'On Caseload',\n PayerIneligible = 'Payer Ineligible',\n OrderIneligible = 'Order Ineligible',\n MissingDoc = 'Missing Doc.'\n}\n\n/** WoundCareConfigServiceRead */\nexport interface WoundCareConfigServiceRead {\n /** Organization Id */\n organization_id: string\n /** Data Source Org Id */\n data_source_org_id: string\n /** Data Source Id */\n data_source_id: string\n}\n\n/** WoundCareDocumentComponentCategory */\nexport interface WoundCareDocumentComponentCategory {\n /** Category Name */\n category_name: string\n /** Items */\n items: AppWoundCareModelsWoundCareDocumentComponentItemRead[]\n /** Total */\n total: number\n /** Obtain */\n obtain: number\n missing_doc_status: WoundCareMissingDocStatus\n}\n\n/** WoundCareDocumentComponentCreate */\nexport interface WoundCareDocumentComponentCreate {\n /** Components */\n components: WoundCareDocumentComponentItemCreate[]\n /** Org Id */\n org_id?: string | null\n}\n\n/** WoundCareDocumentComponentItemCreate */\nexport interface WoundCareDocumentComponentItemCreate {\n order_type: WoundCareOrderType\n /** Document Category */\n document_category: string\n /** Component Name */\n component_name: string\n /** Is Required */\n is_required?: boolean | null\n}\n\n/** WoundCareDocumentComponentRead */\nexport interface WoundCareDocumentComponentRead {\n /** Components */\n components: AppInternalWoundCareModelsWoundCareDocumentComponentItemRead[]\n}\n\n/** WoundCareDocumentComponentReadByCategories */\nexport interface WoundCareDocumentComponentReadByCategories {\n /** Components */\n components: WoundCareDocumentComponentCategory[]\n /** Total */\n total: number\n /** Obtain */\n obtain: number\n /** Updated At */\n updated_at?: string | null\n /** Updated By */\n updated_by?: string | null\n}\n\n/** WoundCareDocumentComponentUpdate */\nexport interface WoundCareDocumentComponentUpdate {\n /** Components */\n components: AppWoundCareModelsWoundCareDocumentComponentItemUpdate[]\n}\n\n/** WoundCareFilter */\nexport interface WoundCareFilter {\n /** Payers */\n payers: string[]\n /** Facility States */\n facility_states: string[]\n}\n\n/** WoundCareMissingDocStatus */\nexport enum WoundCareMissingDocStatus {\n Unreviewed = 'unreviewed',\n Pending = 'pending',\n Finished = 'finished'\n}\n\n/** WoundCareOrderType */\nexport enum WoundCareOrderType {\n Wound = 'Wound',\n Catheter = 'Catheter',\n Ostomy = 'Ostomy',\n Tracheostomy = 'Tracheostomy',\n Unspecified = 'Unspecified'\n}\n\n/** WoundCareReadData */\nexport interface WoundCareReadData {\n /** Id */\n id: number\n /** Physician Order Id */\n physician_order_id: string\n /** Facility Customers Id */\n facility_customers_id: number\n /** Facility Name */\n facility_name: string\n /** Facility State */\n facility_state: string\n /** Patient Mrn */\n patient_mrn: string\n /** Mpid */\n mpid: number\n /** Patient Id */\n patient_id: string\n /** Patient Name */\n patient_name: string\n /** Patient Id Number */\n patient_id_number: string\n /** Has Medicare Hic */\n has_medicare_hic?: boolean | null\n /** Order Date */\n order_date?: string | null\n /** Order */\n order?: string | null\n order_type?: WoundCareOrderType | null\n /** Order Directions */\n order_directions?: string | null\n /** Primary Payer */\n primary_payer?: string | null\n /** Secondary Payer */\n secondary_payer?: string | null\n /** Tertiary Payer */\n tertiary_payer?: string | null\n /** @default \"New\" */\n order_status?: WoundCareStatus\n action?: WoundCareAction | null\n /** Updated By */\n updated_by: string\n /** Census Action Type */\n census_action_type?: string | null\n /** Currently In Building */\n currently_in_building: boolean\n /** Possible Actions */\n possible_actions?: WoundCareAction[] | null\n missing_doc_status?: WoundCareMissingDocStatus | null\n}\n\n/** WoundCareSortOption */\nexport enum WoundCareSortOption {\n OrderDate = 'order_date',\n ValueOrderDate = '-order_date',\n OrderStatus = 'order_status',\n ValueOrderStatus = '-order_status',\n PatientName = 'patient_name',\n ValuePatientName = '-patient_name',\n PrimaryPayer = 'primary_payer',\n ValuePrimaryPayer = '-primary_payer',\n UpdatedBy = 'updated_by',\n ValueUpdatedBy = '-updated_by'\n}\n\n/** WoundCareSourceData */\nexport interface WoundCareSourceData {\n /** Items */\n items: WoundCareSourceItemData[]\n}\n\n/** WoundCareSourceItemData */\nexport interface WoundCareSourceItemData {\n /** Physician Order Id */\n physician_order_id: string\n /** Facility Customers Id */\n facility_customers_id: string\n /** Facility Name */\n facility_name: string\n /** Facility State */\n facility_state: string\n /** Patient Mrn */\n patient_mrn: string\n /** Mpid */\n mpid: string\n /** Patient Id */\n patient_id: string\n /** Patient Name */\n patient_name: string\n /** Patient Id Number */\n patient_id_number: string\n /** Has Medicare Hic */\n has_medicare_hic?: boolean | null\n /**\n * Order Date\n * @format date-time\n */\n order_date: string\n /** Order */\n order?: string | null\n order_type?: WoundCareOrderType | null\n /** Order Directions */\n order_directions?: string | null\n /** Primary Payer */\n primary_payer?: string | null\n /** Secondary Payer */\n secondary_payer?: string | null\n /** Tertiary Payer */\n tertiary_payer?: string | null\n /** @default \"Active\" */\n order_status?: PCCOrderStatus\n /**\n * Last Sync At\n * @format date-time\n */\n last_sync_at: string\n /** Census Action Type */\n census_action_type?: string | null\n /** Currently In Building */\n currently_in_building: boolean\n}\n\n/** WoundCareStatisticData */\nexport interface WoundCareStatisticData {\n /**\n * New Orders\n * @default 0\n */\n new_orders?: number\n /**\n * Reviewed Orders\n * @default 0\n */\n reviewed_orders?: number\n /**\n * Missing Doc Orders\n * @default 0\n */\n missing_doc_orders?: number\n}\n\n/** WoundCareStatus */\nexport enum WoundCareStatus {\n New = 'New',\n Inactive = 'Inactive',\n Reviewed = 'Reviewed'\n}\n\n/** WoundCareUIStatus */\nexport enum WoundCareUIStatus {\n New = 'New',\n Inactive = 'Inactive',\n Reviewed = 'Reviewed',\n ReviewedOnCaseload = 'Reviewed_On_Caseload',\n ReviewedPayerIneligible = 'Reviewed_Payer_Ineligible',\n ReviewedOrderIneligible = 'Reviewed_Order_Ineligible',\n ReviewedMissingDoc = 'Reviewed_Missing_Doc.'\n}\n\n/** WoundCareUpdateData */\nexport interface WoundCareUpdateData {\n action: WoundCareAction\n}\n\n/** WoundCareUpdatedItemResponse */\nexport interface WoundCareUpdatedItemResponse {\n /** Id */\n id: number\n /** Physician Order Id */\n physician_order_id: string\n /** Facility Customers Id */\n facility_customers_id: number\n /** Facility Name */\n facility_name: string\n /** Facility State */\n facility_state: string\n /** Patient Mrn */\n patient_mrn: string\n /** Mpid */\n mpid: number\n /** Patient Id */\n patient_id: string\n /** Patient Name */\n patient_name: string\n /** Patient Id Number */\n patient_id_number: string\n /** Has Medicare Hic */\n has_medicare_hic?: boolean | null\n /** Order Date */\n order_date?: string | null\n /** Order */\n order?: string | null\n order_type?: WoundCareOrderType | null\n /** Order Directions */\n order_directions?: string | null\n /** Primary Payer */\n primary_payer?: string | null\n /** Secondary Payer */\n secondary_payer?: string | null\n /** Tertiary Payer */\n tertiary_payer?: string | null\n /** @default \"New\" */\n order_status?: WoundCareStatus\n action?: WoundCareAction | null\n /** Updated By */\n updated_by: string\n /** Census Action Type */\n census_action_type?: string | null\n /** Currently In Building */\n currently_in_building: boolean\n /** Possible Actions */\n possible_actions?: WoundCareAction[] | null\n missing_doc_status?: WoundCareMissingDocStatus | null\n /**\n * Failed\n * @default false\n */\n failed?: boolean\n}\n\n/** WoundCareUpdatedResponse */\nexport interface WoundCareUpdatedResponse {\n /** Items */\n items: WoundCareUpdatedItemResponse[]\n stats: WoundCareStatisticData\n}\n\n/** ActionStatus */\nexport interface AppIntegrationModelsActionStatus {\n status?: ActionStatusOption | null\n action?: ActionOption | null\n}\n\n/** WoundCareDocumentComponentItemRead */\nexport interface AppInternalWoundCareModelsWoundCareDocumentComponentItemRead {\n order_type: WoundCareOrderType\n /** Document Category */\n document_category: string\n /** Component Name */\n component_name: string\n /** Is Required */\n is_required?: boolean | null\n /**\n * Id\n * @format uuid\n */\n id: string\n /** Org Id */\n org_id?: string | null\n}\n\n/** WoundCareDocumentComponentItemUpdate */\nexport interface AppInternalWoundCareModelsWoundCareDocumentComponentItemUpdate {\n order_type?: WoundCareOrderType | null\n /** Document Category */\n document_category?: string | null\n /** Component Name */\n component_name?: string | null\n /** Is Required */\n is_required?: boolean | null\n}\n\n/** LabsData */\nexport interface AppResidentModelsLabsData {\n /** Date Info */\n date_info: string\n /** Value */\n value: string\n /**\n * Is Critical\n * @default false\n */\n is_critical?: boolean\n}\n\n/** RiskCondition */\nexport interface AppResidentModelsRiskCondition {\n /** Id */\n id: string\n value: RiskConditionEnum\n}\n\n/** WoundCareDocumentComponentItemRead */\nexport interface AppWoundCareModelsWoundCareDocumentComponentItemRead {\n /**\n * Wound Care Doc Component Id\n * @format uuid\n */\n wound_care_doc_component_id: string\n order_type: WoundCareOrderType\n /** Component Name */\n component_name: string\n /** Is Required */\n is_required: boolean\n /** Doc Obtained */\n doc_obtained?: boolean | null\n}\n\n/** WoundCareDocumentComponentItemUpdate */\nexport interface AppWoundCareModelsWoundCareDocumentComponentItemUpdate {\n /**\n * Wound Care Doc Component Id\n * @format uuid\n */\n wound_care_doc_component_id: string\n /** Doc Obtained */\n doc_obtained?: boolean | null\n}\n\n/** ActionStatus */\nexport enum SaivaInternalSdkTherapyEnumsActionStatus {\n Latest = 'latest',\n Pending = 'pending',\n Previous = 'previous'\n}\n\n/** LabsData */\nexport interface SaivaInternalSdkTherapyModelsLabsData {\n /** Datetime */\n datetime: string | null\n /** Description */\n description?: string | null\n /**\n * Is Critical\n * @default false\n */\n is_critical?: boolean\n}\n\n/** RiskCondition */\nexport interface SaivaInternalSdkTherapyModelsRiskCondition {\n /** Id */\n id: string\n value: RiskConditionEnum\n /** Datetime */\n datetime: string | null\n}\n"],"names":["AnalyticsReportType","Capability","DayOfWeekOption","FacilityStatus","FileFormatOption","FrontendPlatform","SaivaPermission","SaivaProduct","SaivaProductFeature","SaivaRole","ScheduleType","TimeZoneOption","WeekOfMonthOption"],"mappings":"AAmNY,IAAAA,GAAAA,IACVA,EAAA,gBAAkB,oBAClBA,EAAA,wBAA0B,6BAC1BA,EAAA,wBAA0B,6BAC1BA,EAAA,UAAY,aACZA,EAAA,4BAA8B,gCAC9BA,EAAA,mBAAqB,sBACrBA,EAAA,iBAAmB,oBACnBA,EAAA,uBAAyB,2BACzBA,EAAA,kBAAoB,sBACpBA,EAAA,cAAgB,iBAChBA,EAAA,qBAAuB,yBAXbA,IAAAA,GAAA,CAAA,CAAA,EAsIAC,GAAAA,IACVA,EAAA,6BAA+B,kCAC/BA,EAAA,4BAA8B,iCAC9BA,EAAA,iBAAmB,sBACnBA,EAAA,oBAAsB,yBAJZA,IAAAA,GAAA,CAAA,CAAA,EAqMAC,GAAAA,IACVA,EAAA,OAAS,SACTA,EAAA,QAAU,UACVA,EAAA,UAAY,YACZA,EAAA,SAAW,WACXA,EAAA,OAAS,SACTA,EAAA,SAAW,WACXA,EAAA,OAAS,SAPCA,IAAAA,GAAA,CAAA,CAAA,EAuQAC,GAAAA,IACVA,EAAA,OAAS,SACTA,EAAA,WAAa,cACbA,EAAA,OAAS,UACTA,EAAA,YAAc,eACdA,EAAA,UAAY,YACZA,EAAA,UAAY,YANFA,IAAAA,GAAA,CAAA,CAAA,EAmFAC,GAAAA,IACVA,EAAA,IAAM,MACNA,EAAA,IAAM,MAFIA,IAAAA,GAAA,CAAA,CAAA,EAWAC,GAAAA,IACVA,EAAA,IAAM,MACNA,EAAA,QAAU,UACVA,EAAA,IAAM,MAHIA,IAAAA,GAAA,CAAA,CAAA,EAw4EAC,GAAAA,IACVA,EAAA,UAAY,aACZA,EAAA,UAAY,aACZA,EAAA,YAAc,eACdA,EAAA,gBAAkB,mBAClBA,EAAA,kBAAoB,qBACpBA,EAAA,kBAAoB,qBACpBA,EAAA,kBAAoB,qBACpBA,EAAA,eAAiB,kBACjBA,EAAA,yBAA2B,6BAC3BA,EAAA,eAAiB,kBACjBA,EAAA,cAAgB,iBAChBA,EAAA,YAAc,eACdA,EAAA,cAAgB,iBAChBA,EAAA,kBAAoB,qBACpBA,EAAA,kBAAoB,qBACpBA,EAAA,8BAAgC,mCAChCA,EAAA,WAAa,cACbA,EAAA,WAAa,cACbA,EAAA,YAAc,eACdA,EAAA,cAAgB,iBAChBA,EAAA,cAAgB,iBAChBA,EAAA,iBAAmB,oBACnBA,EAAA,oBAAsB,uBACtBA,EAAA,mBAAqB,sBACrBA,EAAA,mBAAqB,sBACrBA,EAAA,cAAgB,kBAChBA,EAAA,cAAgB,kBAChBA,EAAA,sBAAwB,2BACxBA,EAAA,oBAAsB,yBACtBA,EAAA,oBAAsB,yBACtBA,EAAA,mBAAqB,uBACrBA,EAAA,qBAAuB,yBACvBA,EAAA,mBAAqB,uBACrBA,EAAA,qBAAuB,yBACvBA,EAAA,mBAAqB,uBAnCXA,IAAAA,GAAA,CAAA,CAAA,EAuCAC,GAAAA,IACVA,EAAA,IAAM,MACNA,EAAA,UAAY,aACZA,EAAA,QAAU,UAHAA,IAAAA,GAAA,CAAA,CAAA,EAOAC,GAAAA,IACVA,EAAA,mBAAqB,sBACrBA,EAAA,yBAA2B,8BAC3BA,EAAA,wBAA0B,4BAC1BA,EAAA,SAAW,YACXA,EAAA,SAAW,YACXA,EAAA,UAAY,aACZA,EAAA,WAAa,cACbA,EAAA,oBAAsB,uBACtBA,EAAA,sBAAwB,0BACxBA,EAAA,kBAAoB,sBACpBA,EAAA,UAAY,aACZA,EAAA,qBAAuB,wBACvBA,EAAA,MAAQ,SACRA,EAAA,aAAe,gBACfA,EAAA,sBAAwB,0BACxBA,EAAA,UAAY,aACZA,EAAA,QAAU,UACVA,EAAA,gBAAkB,mBAlBRA,IAAAA,GAAA,CAAA,CAAA,EA8BAC,GAAAA,IACVA,EAAA,QAAU,WACVA,EAAA,SAAW,YACXA,EAAA,cAAgB,kBAChBA,EAAA,eAAiB,mBACjBA,EAAA,aAAe,gBACfA,EAAA,oBAAsB,wBACtBA,EAAA,iBAAmB,oBAPTA,IAAAA,GAAA,CAAA,CAAA,EAgFAC,GAAAA,IACVA,EAAA,MAAQ,QACRA,EAAA,OAAS,SACTA,EAAA,QAAU,UAHAA,IAAAA,GAAA,CAAA,CAAA,EAuWAC,GAAAA,IACVA,EAAA,SAAW,YACXA,EAAA,WAAa,cACbA,EAAA,UAAY,aACZA,EAAA,UAAY,aACZA,EAAA,cAAgB,kBAChBA,EAAA,UAAY,aACZA,EAAA,SAAW,YACXA,EAAA,gBAAkB,oBAClBA,EAAA,WAAa,cACbA,EAAA,WAAa,cACbA,EAAA,UAAY,aACZA,EAAA,QAAU,WACVA,EAAA,IAAM,MACNA,EAAA,IAAM,MAdIA,IAAAA,GAAA,CAAA,CAAA,EAyiDAC,GAAAA,IACVA,EAAA,MAAQ,QACRA,EAAA,KAAO,OAFGA,IAAAA,GAAA,CAAA,CAAA"}